@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800&display=swap');
html {
    scroll-behavior: smooth;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: 'Montserrat', sans-serif;
}

a,
a:hover {
    text-decoration: none;
    outline: none;
}

.section {
    float: left;
    width: 100%;
    padding: 55px 0px;
}


/* bANNER CSS */


/*
*****************************************
!Slick BANNER SLIDER ! ----------------------*
*****************************************
*/

.banner {
    float: left;
    width: 100%;
    position: relative;
}


/*reset*/

ul.bannerSlider {
    padding-left: 0;
    margin: 0px;
}

.bannerSlider {
    height: auto;
}

.bannerSlider .slick-slide {
    position: relative;
}

.bannerSlider .slide__image img {
    width: 100%;
}

img.slide__image__top-position {
    object-position: center bottom;
}

.bannerSlider .slide__text {
    position: absolute;
    z-index: 100;
    text-align: left;
    width: 100%;
    height: 100%;
    /* background: linear-gradient(45deg, #04040430, #00000069); */
    padding: 0px 100px;
}

.text-bg {
    width: 100%;
    position: relative;
    top: 80%;
    transform: translateY(-50%);
}

.text-bg h4 {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
}

.text-bg h2 {
    font-size: 45px;
    font-weight: 600;
    color: #ffffff;
    line-height: 55px;
    text-transform: uppercase;
}

.text-bg p {
    font-size: 14px;
    line-height: 25px;
    color: #ffffff;
    text-transform: uppercase;
    width: 100%;
}

.banner .prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    cursor: pointer;
}

.banner .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    cursor: pointer;
}

.prev i,
.next i {
    font-size: 20px;
    padding: 12px 18px;
    color: #fff;
    background: #000000de;
    border-radius: 50%;
}

.prev i:hover,
.next i:hover {
    background: #f9a13a;
}


/* home */


/* ********************************* */


/* common */

.shadow {
    -webkit-box-shadow: 0px 0px 12px 1px rgba(140, 132, 132, 1);
    -moz-box-shadow: 0px 0px 12px 1px rgba(140, 132, 132, 1);
    box-shadow: 0px 0px 12px 1px rgba(140, 132, 132, 1);
}

.space {
    margin-bottom: 0px;
}

.sm-space {
    margin-bottom: 20px;
}

.heading {
    font-size: 27px;
    line-height: 45px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 5px;
    color: #2c2c2c;
    width: 100%;
}

.sub-heading {
    color: #888888;
    font-weight: 600;
    text-transform: uppercase;
}

.para {
    font-size: 16px;
    line-height: 25px;
    color: #666;
}

.button {
    display: inline-block;
    padding: 10px 25px;
    background: #006bb6;
    color: #fff;
    margin-top: 15px;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 4px;
    font-size: 14px;
    transition: 0.4s;
    border: none;
    outline: none;
}

.button:hover {
    color: #fff;
}

.middle-box {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}


/* section 0 */


/* form */

.banner-form {
    background-color: #2c3f69;
    padding: 25px 30px 30px;
    margin: 0 20px 0 50px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.banner-form.other-pages {
    width: 100%;
    margin: 0px;
}

.banner-form.other-pages h3 {
    font-size: 22px;
}

.banner-form h3 {
    margin-top: 0px;
    color: #fff;
    margin-bottom: 20px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}

.banner-form .form-group {
    margin-bottom: 20px;
}

.banner-form input.form-control {
    box-shadow: none;
    height: 39px;
    font-size: 13px;
    border-radius: 0px;
    border: none;
    outline: none;
}

.banner-form button {
    display: block;
    width: 100%;
    padding: 12px 0px;
    background: #ffb100;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    border: none;
    outline: none;
    text-transform: uppercase;
    font-weight: 600;
}

.abt-para {
    font-size: 15px;
    line-height: 30px;
    color: #767676;
    padding-top: 0px;
    margin-top: 0px;
    margin-bottom: 20px;
}


/* service box */

.card {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    padding: 20px;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0px 0px 10px #dad7d7;
    height: auto;
}

.card h5 {
    color: #f44336;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
}

.card h4 {
    font-size: 18px;
    line-height: 25px;
    text-transform: uppercase;
    font-weight: 700;
    color: #191919;
    margin-top: 0px;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 20px;
}

.card p {
    color: #666;
    line-height: 26px;
    font-size: 14px;
    margin-bottom: 0px;
    min-height: 120px;
}

.sm_button {
    display: inline-block;
    padding: 8px 20px;
    background: #006bb6;
    color: #fff;
    margin-top: 15px;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 4px;
}

.sm_button:hover {
    background: #000;
    color: #fff;
}


/* section 2 */

.why-choose-sec {
    background: url(../images/bg2.jpg);
    background-size: cover;
}

.why-us-box {
    width: 100%;
    padding: 25px 15px;
    ;
    border-radius: 4px;
    text-align: center;
    background: transparent;
    border: 1px solid #fff;
    margin-bottom: 30px;
}

.why-us-box img {
    height: 50px;
}

.why-us-box h4 {
    color: #ffb200;
    font-weight: 500;
    font-family: 'Muli', sans-serif;
    text-transform: uppercase;
}

.why-us-box p {
    font-size: 14px;
    color: #ffffff;
    opacity: 0.9;
    line-height: 24px;
    height: 205px;
}


/* section 3 our value */

.order-tracking-box {
    width: 100%;
    padding: 30px 25px;
    background: #ffb100;
    text-align: center;
    margin-bottom: 30px;
}

.order-tracking-box h2 {
    margin-top: 0px;
    font-weight: 600;
    color: #fff;
}

.order-tracking-box p {
    color: #000;
}

.distance-mesaure-box {
    width: 100%;
    width: 100%;
    padding: 30px 25px;
    background: #006bb6;
    text-align: center;
    margin-bottom: 30px;
}

.distance-mesaure-box h2 {
    margin-top: 0px;
    font-weight: 600;
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    line-height: 1.3;
}

.distance-mesaure-box p {
    color: #fff;
}

.distance-mesaure-box a {
    display: inline-block;
    padding: 9px 18px;
    background: transparent;
    color: #fff;
    font-size: 14px;
    border-radius: 6px;
    border: 1px solid #fff;
    margin-top: 20px;
    transition: 0.4s;
}

.distance-mesaure-box a:hover {
    color: #fff;
    background: #ffb100;
}

.our_value_sec {
    float: left;
    width: 100%;
    position: relative;
}

.our_value_box {
    float: left;
    width: 100%;
    position: relative;
    padding-left: 75px;
    margin-bottom: 20px;
}

.our_value_box_img {
    position: absolute;
    left: 0;
    height: 60px;
    width: 60px;
}

.our_value_box_img img {
    height: 100%;
    width: 100%;
    border: 3px solid #ddd;
    padding: 3px;
    border-radius: 50%;
}

.our_value_box h4 {
    font-size: 22px;
    font-weight: 700;
    margin-top: 0px;
    color: #222;
}

.our_value_box p {
    font-size: 14px;
    color: #666;
    line-height: 30px;
}


/* section 3 */

.product-page .product-box {
    margin-bottom: 30px;
}

.product-page .product-box-img {
    background: #fff;
}

.product-box {
    width: 100%;
}

.product-box-img {
    width: 100%;
    height: 280px;
    background: #f1f1f1;
    padding: 15px;
    text-align: center;
}

.product-box-img img {
    max-width: 100%;
    max-height: 100%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.product-box h4 {
    font-size: 12px;
    line-height: 20px;
    color: #999;
    text-transform: uppercase;
    font-weight: 700;
}

.product-box p {
    font-size: 12px;
    color: #242424;
    line-height: 16px;
}

.product-line {
    width: 100%;
    height: 1px;
    background: #ddd;
    position: relative;
}

.product-button {
    position: absolute;
    right: 0;
    top: 0;
    transform: translateY(-50%);
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background: #ddd;
    color: #343434;
    font-size: 16px;
    text-align: center;
}

.product-button:hover {
    color: #111;
}

.price-box {
    width: 100%;
    padding: 10px 0px;
    font-size: 17px;
    font-weight: 600;
    color: #f6740a;
}


/* tesatinomial section */

.testinomial-sec {
    background: url("../images/testing.jpg") top;
    background-size: cover;
    padding: 55px 0px;
}

.testinommil_box {
    width: 100%;
    padding: 15px 25px;
    background: transparent;
    position: relative;
    text-align: center;
}

.testinommil_box img {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    margin-bottom: 15px;
}

.testinommil_box p {
    color: #fff;
    opacity: 0.8;
    line-height: 23px;
    font-size: 14px;
    font-weight: 400;
    width: 60%;
    margin: 0 auto;
}

.testinommil_box h4.name {
    text-transform: uppercase;
    color: #fff;
    font-weight: 800;
    margin-top: 30px;
}

.enquiry_box {
    width: 100%;
    padding-left: 25px;
}


/* custom owl courousel */

.owl-theme .owl-controls {
    margin-top: 25px !important;
    text-align: center;
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: .6;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #ffffff !important;
}


/* return to top button css */

#return-to-top {
    display: inline-block;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    z-index: 999;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 18px;
    top: 13px;
    font-size: 22px;
    font-weight: 500;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}

#return-to-top:hover i {
    color: #fff;
    top: 5px;
}


/* return to top button css ends */


/* footer */

.footer-line {
    width: 100%;
    float: left;
    padding: 50px 0px;
    color: #fff;
    background: #000;
}

.footer-heading-space {
    margin-bottom: 10px;
}

.footer-heading-space h4 {
    font-size: 20px;
    font-weight: 600;
}

.footer-line a {
    text-decoration: none;
    color: #dedede;
    font-size: 14px;
    font-weight: 400;
}

.footer-social-icon {
    display: inline-block;
    margin-right: 3px;
}

.footer-social-icon>i {
    color: #fff;
    background: #f9a13a;
    height: 30px;
    width: 30px;
    border-radius: 4px;
    line-height: 30px;
    text-align: center;
    font-size: 15px;
}

.footer-line a:hover,
.footer-line a:active {
    color: #f9a13a;
    text-decoration: none;
    text-decoration: none;
}

.footer-line p {
    text-decoration: none;
    color: #dadada;
    font-size: 13px;
    font-weight: 400;
    width: 90%;
    line-height: 25px;
}

.footer-line p.contactdetailf {
    font-size: 14px !important;
    line-height: 25px;
    margin-bottom: 10px !important;
    width: 100%;
    float: left;
}

.footer-line p.contactdetailf span.bold {
    font-weight: 600;
    font-size: 16px;
    color: #dddddd;
}

.submit-button {
    background: transparent;
    color: #fff;
    padding: 7px 35px;
    border: 1px solid #252525;
}

.submit-button:hover {
    background: transparent;
    color: #fff;
}

.copyright-line {
    background: #000;
    float: left;
    width: 100%;
    padding: 15px 0px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    border-top: 1px dashed rgb(59, 59, 59);
}

.copyright-line a {
    color: #222;
}


/* model popup css */

.modal-body .form-control {
    margin-bottom: 20px;
    border-radius: 0px;
    height: 40px;
}

.modal-body .btn.btn-default {
    border: none;
    padding: 10px 35px;
    background: #2c2c2c;
    color: #fff;
    margin: 10px 0px;
    border-radius: 4px;
    outline: none;
}

.modal-header .close {
    padding: 7px 10px;
    background: #f44336;
    border-radius: 50%;
    opacity: 1;
    outline: none;
    color: #fff !important;
    box-shadow: none !important;
}


/* inner page designs */


/* ******************************************* */

.single-page-banner {
    float: left;
    width: 100%;
    padding: 20px 0px;
    text-align: center;
    position: absolute;
}

.single-page-banner.about-page {
    background: linear-gradient(#00000087, #00000069);
    background-size: cover;
}

.single-page-banner.contact-page {
    background: linear-gradient(#000000a9, #000000a9), url("../images/computer-banner.jpg") center;
    background-size: cover;
}

.single-page-banner.service-page {
    background: linear-gradient(#000000a9, #000000a9), url("../images/service-bnr.jpg") center;
    background-size: cover;
}

.single-page-banner.fleet-page {
    background: linear-gradient(#000000a9, #000000a9), url("../images/fleet-bnr.jpg") center;
    background-size: cover;
}

.single-page-banner.career-page {
    background: linear-gradient(#000000a9, #000000a9), url("../images/career-banner.jpg") center;
    background-size: cover;
}

.single-page-banner h4 {
    font-size: 28px;
    color: #fff;
    margin-top: 0px;
    text-transform: uppercase;
    font-weight: 600;
}

.single-page-banner p {
    color: #fff;
    font-size: 16px;
}

.single-page-banner p>a {
    color: #fff;
}


/* about us */

.about-img {
    border-radius: 6px;
}

.about-box-page-right {
    padding-left: 10px;
}

.mv-box {
    width: 100%;
    padding: 15px 0px;
}

.mv-box h4 {
    font-size: 25px;
    font-weight: 500;
    position: relative;
    padding-bottom: 20px;
    margin-top: 49px;
    margin-bottom: 20px;
}

.mv-box h4::after {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    height: 1px;
    width: 100%;
    background: #ddd;
}

.mv-box p {
    font-size: 13px;
    line-height: 30px;
    color: #777;
}


/* contac page */

.contact-box h4 {
    font-weight: 500;
    margin-bottom: 15px;
}

.contact-box p {
    position: relative;
    font-size: 14px;
    line-height: 1.8;
    color: #666;
    padding: 15px 0px;
    padding-left: 100px;
    border-bottom: 1px solid #ddd;
    margin: 0px;
}

.contact-box p span {
    position: absolute;
    left: 0;
    color: #006bb6;
    font-weight: 700;
    font-size: 16px;
}

.query-form-box .form-control {
    height: 44px;
    margin-bottom: 20px;
    border-radius: 0px;
}

.faq-box {
    padding: 35px 0px;
    border-bottom: 1px dashed #ddd;
}

.register-form-box {
    float: left;
    width: 100%;
    box-shadow: 0px 0px 20px 4px #ddd;
    padding: 25px;
}

.register-form-box h4 {
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 0px;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    text-decoration: underline;
}

.register-form-box .form-control {
    height: 44px;
    margin-bottom: 20px;
    border-radius: 0px;
}

.map {
    float: left;
    width: 100%;
    height: 400px;
}

#detailModal .close {
    border: none;
    outline: none;
    background: red;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 23px;
    text-shadow: none;
    position: absolute;
    right: -15px;
    top: -15px;
    opacity: 1;
    border-radius: 50%;
    z-index: 10;
}


/* latest blog */

.project-card {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.project-card-image {
    float: left;
    width: 230px;
    height: 160px;
    height: 200px;
    text-align: left;
}

.project-card-image img {
    max-height: 100%;
    max-width: 100%;
}

.project-card-content {
    float: left;
    width: Calc(100% - 232px);
    padding-left: 30px;
}

.project-card-content p.date {
    font-size: 14px;
    color: #888;
    font-weight: 500;
}

.project-card-content h4 {
    color: #131314;
    font-size: 18px;
    line-height: 24px;
    font-weight: 800;
}

.project-card-content p {
    font-size: 14px;
    line-height: 23px;
    color: #555;
}

.project-card-content a.link {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #006bb6;
    margin-top: 8px;
}


/* login page */

.login-box {
    width: 100%;
    padding-left: 200px;
    position: relative;
    margin-bottom: 35px;
}

.login-box label {
    position: absolute;
    left: 0;
}

.login-box .form-control {
    border-radius: 0px;
    border: none;
    border-bottom: 2px solid #ddd;
    outline: none;
    box-shadow: none;
}

.login-box .form-control:active,
.login-box .form-control:focus {
    border-bottom: 2px solid #5cb51c;
}

.l-btn {
    display: inline-block;
    padding: 10px 45px;
    border-radius: 25px;
    background: #5cb51c;
    color: #fff;
    font-size: 16px;
    border: none;
    outline: none;
}

.login-box h4 a {
    color: #676767;
}


/* dashboard css */


/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

.dashboard-left {
    width: 100%;
    float: left;
    padding: 15px;
    background: #fff;
    box-shadow: 0px 2px 10px #ddd;
    height: 400px;
}

.profile-box {
    width: 100%;
    text-align: center;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}

.profile-box .profile-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}

.profile-box h4 {
    color: #006bb6;
    font-size: 16px;
}

.profile-box p {
    font-size: 14px;
    font-weight: 400;
    margin: 0px;
    line-height: 24px;
    color: #777;
}

.side-link-box {
    width: 100%;
    padding: 15px;
}

ul.link {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

ul.link>li {
    display: block;
    margin-bottom: 10px;
}

ul.link>li::before {
    content: "\f178";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 10px;
    transition: 0.4s;
}

ul.link>li a {
    color: #555;
    font-size: 16px;
    line-height: 23px;
    font-weight: 500;
}

ul.link>li:hover::before {
    margin-right: 15px;
    color: #006bb6;
}

ul.link>li:hover a {
    color: #006bb6;
}

ul.link>li.active::before {
    margin-right: 15px;
    color: #006bb6;
}

ul.link>li.active a {
    color: #006bb6;
}

.fill_detail_box {
    width: 100%;
    float: left;
    border: 1px solid #ddd;
    padding: 30px;
}

.fill_detail_box label {
    font-weight: 400;
    color: #222;
    font-size: 16px;
}

.fill_detail_box .form-control {
    height: 39px;
    border-radius: 0px;
    margin-bottom: 20px;
    box-shadow: none;
    outline: none;
}

.fill_detail_box textarea.form-control {
    height: auto;
}

.profile-inner-box {
    text-align: left;
}

.profile-inner-box p {
    font-size: 16px;
    line-height: 25px;
    position: relative;
    padding-left: 200px;
    color: #676767;
}

.profile-inner-box p b {
    position: absolute;
    left: 0;
    font-size: 14px;
}

.my-log {
    padding-top: 4px;
    margin: 0 auto;
    width: 95%;
}


/* client page details */

.suservice-card {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    transition: 0.4s;
    overflow: hidden;
}

.suservice-card-image {
    position: relative;
    float: left;
    width: 100%;
    height: 200px;
    transition: 0.4s;
    overflow: hidden;
}

.suservice-card-image img {
    height: 100%;
    width: 100%;
    transition: 0.4s;
}

.suservice-card:hover .suservice-card-image img {
    transform: scale(1.2);
}

.suservice-card-content {
    float: left;
    width: 100%;
    padding: 15px 25px;
    background: #014983;
}

.suservice-card-content p {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 25px;
    color: #777;
}

.suservice-card-content h4 {
    color: #ffffff;
    margin: 0px;
    font-size: 16px;
    line-height: 25px;
    text-transform: uppercase;
    font-weight: 600;
}


/* career page */

.career-box {
    width: 100%;
    height: 250px;
    border: 4px solid #006bb6;
    box-sizing: border-box;
    position: relative;
}

.career-box img {
    height: 100%;
    width: 100%;
}

.career-box span {
    position: absolute;
    top: 50%;
    left: 5%;
    width: 90%;
    transform: translateY(-50%);
}

.career-box span a {
    display: block;
    padding: 10px 10px;
    background: #ffb100;
    color: #fff;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
}


/* associates page*/

.card .form-control {
    margin-bottom: 10px;
    height: 40px;
}


/* service page */

.banner-form.service-page {
    margin: 0;
    width: 100%;
}

.service-box {
    width: 100%;
    padding-top: 85px;
}

.service-box h3 {
    margin-top: 0px;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    color: #3a3a3a;
    margin-bottom: 20px;
}

.service-box p {
    font-size: 15px;
    line-height: 32px;
    color: #676767;
}

.service-box h5 {
    font-weight: 600;
    padding: 0px 0px;
    padding-top: 20px;
    padding-bottom: 5px;
}

.service-box ul li {
    font-size: 14px;
    line-height: 30px;
    color: #767676;
}

.service-page-links {
    width: 100%;
    background: #fff;
    box-shadow: 0px 0px 10px#ddd;
    padding: 35px 30px;
    margin-top: 50px;
    border: 1px solid #ddd;
}

.service-page-links h4 {
    margin-top: 0px;
    margin-bottom: 20px;
    font-weight: 700;
}

.service-page-links ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.service-page-links ul li {
    display: block;
    position: relative;
    margin-bottom: 15px;
}

.service-page-links ul li a {
    display: block;
    font-size: 15px;
    line-height: 1.6;
    color: #014983;
    font-weight: 600;
    padding-left: 25px;
}

.service-page-links ul li a::before {
    font: normal normal normal 16px/1 FontAwesome;
    content: "\f101";
    color: #ffb200;
    position: absolute;
    left: 0;
    top: 2px;
    transition: 0.4s;
}

.service-page-links ul li a:hover::before {
    left: 5px;
}

.gallery-sec .col-sm-3 {
    width: 20%;
}

.gallery-img-dv {
    float: left;
    width: 100%;
    position: relative;
    height: 200px;
    overflow: hidden;
    margin-bottom: 20px;
    padding: 0px 0px;
    border: 1px dashed #85b8f7;
    padding: 3px;
    border-radius: 4px;
}

.gallery-img-dv img {
    height: 100%;
    width: 100%;
}

.gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1e56cebd;
    padding: 15px;
    transition: 0.4s;
    transform: scale(0);
    text-align: center;
}

.gallery-overlay p {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.gallery-overlay p>a>i {
    color: #fff;
    font-size: 30px;
}

.gallery-img-dv:hover .gallery-overlay {
    transform: scale(1);
}


/* sitemap page */

ul.sitemap {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

ul.sitemap li {
    display: block;
    margin-bottom: 15px;
    position: relative;
    padding-left: 20px;
}

ul.sitemap li::before {
    font: normal normal normal 16px/1 FontAwesome;
    content: "\f101";
    color: #006bb6;
    position: absolute;
    left: 0;
    top: 2px;
    transition: 0.4s;
}

ul.sitemap li a {
    font-size: 16px;
    color: #676767;
    line-height: 1.5px;
    font-weight: 500;
}

.enq-button {
    background: #f9a13a;
    padding: 9px;
    font-weight: bold;
}

.about-box-page-right h3 {
    font-size: 25px;
    font-weight: 600;
    color: #006dee;
    padding: 0px 0px;
    margin: 0px 0px;
    padding-top: 40px;
}

.about-box-page-right p {
    font-size: 14px;
    line-height: 30px;
    font-weight: 500;
    padding-top: 20px;
}

.about-box-page-right .hr-line {
    background: #f9a13a;
    height: 2px;
    width: 30%;
    padding: 0px 0px;
    margin-bottom: 30px;
    text-align: left;
    margin: 0px 0px;
}

.about-box-page-right .images-photos img {
    height: 385px;
    margin: 0px auto;
    padding: 1px 1px;
    margin-top: 50px;
    text-align: center;
}

.about-box-page-right .thumbnail {
    display: block;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid#f1f1f1;
    border-radius: 4px;
    transition: border .2s ease-in-out;
}

.heading-2 {
    font-size: 35px;
    line-height: 45px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 5px;
    color: #2c2c2c;
    text-align: center;
}

.about-right-indo-road h3 {
    font-size: 21px;
    padding: 0px 0px;
    margin: 0px 0px;
    color: #f00;
    font-weight: 600;
    padding-top: 10px;
    text-align: center;
    line-height: 36px;
}

.about-right-indo-road h3 b {
    font-weight: 800;
    font-size: 25px;
    padding: 0px 0px;
    padding-left: 15px;
    line-height: 0;
    border-bottom: 2px dashed #26324A;
}

.indo-road-abouts .banner-form button {
    display: block;
    width: 100%;
    padding: 12px 0px;
    background: #ffffff;
    border-radius: 4px;
    color: #2c3f69;
    font-size: 18px;
    border: none;
    outline: none;
    text-transform: none;
    font-weight: 600;
}

.indo-road-abouts .banner-form button:hover {
    background: #ff8a00;
    color: #fff;
}

.indo-road-abouts h4 {
    font-size: 30px;
    font-weight: 600;
    margin: 0px 0px;
    text-align: center;
    padding-top: 40px;
    color: #2c3f69;
}

.indo-road-abouts p {
    font-size: 15px;
    line-height: 30px;
    font-weight: 500;
    padding-top: 20px;
    text-align: center;
}

.thanks h5 {
    font-size: 39px;
    float: left;
    font-weight: 600;
    color: #ff0500;
    padding-top: 90px;
}

#Vission {
    padding-top: 20%;
}

#Mission {
    padding-top: 20%;
}

.indo-road-abouts .about-box-page-right .hr-line {
    background: #f9a13a;
    height: 2px;
    width: 10%;
    padding: 0px 0px;
    margin-bottom: 20px;
    text-align: center;
    margin: 0 auto;
}

.indo-road-abouts-2 img {
    display: block;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #f1f1f1;
    border-radius: 4px;
    padding: 1px;
    transition: border .2s ease-in-out;
}

.indo-road-abouts-2 h4 {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    color: #242e47;
    padding: 0px 0px;
    margin-bottom: 3px;
}

.indo-road-abouts-2 h5 {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #656060;
    padding: 10px 0px;
    margin: 0px 0px;
}

.indo-road-abouts-2 .hr-line {
    background: #f9a13a;
    height: 1px;
    width: 50%;
    margin: 0 auto;
    padding: 0px 0px;
}

.indo-road-abouts-2 h1 {
    font-size: 25px;
    text-align: center;
    font-weight: 600;
    color: #202a43;
}

.indo-road-abouts-2 p {
    font-size: 15px;
    line-height: 30px;
    padding-top: 30px;
    text-align: justify;
    font-weight: 500;
}

.indo-road-abouts-2 .hr-line-2 {
    background: #f9a13a;
    height: 2px;
    width: 20%;
    margin: 0 auto;
    padding: 0px 0px;
    margin-bottom: 50px;
}

.indo-road-abouts .banner-form {
    background-color: #2c3f69;
    padding: 105px 15px 105px;
    margin: 0 0px 0 0px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.service-box span {
    font-weight: 600;
    color: red;
}

.service-box img {
    height: 175px;
}

.service-box .thumbnail {
    display: block;
    padding: 1px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #f1f1f1;
    border-radius: 4px;
    transition: border .2s ease-in-out;
}

.our_value_box b {
    font-weight: 600;
    color: red;
    font-size: 16px;
}

.icone i {
    background: #f9a13a !important;
    height: 25px;
    width: 25px;
    border-radius: 4px;
    line-height: 25px;
    text-align: center;
    font-size: 15px;
}

.icone a {
    color: #fff;
    font-size: 14px;
    padding-right: 10px !important;
}

.icone {
    float: right;
    margin: 0;
    text-align: right;
}

.icone p {
    float: left;
    margin-left: 0px;
    margin-bottom: 0;
}

.my-log-1 {
    margin: 0 auto;
    width: 100%;
    height: auto;
    padding-top: 0px;
    padding-bottom: 10px;
}

.carousel {
    margin-bottom: 0;
    padding: 0 40px 30px 40px;
}


/* The controlsy */

.carousel-control {
    left: -12px;
    height: 40px;
    width: 40px;
    background: none repeat scroll 0 0 #222222;
    border: 4px solid #FFFFFF;
    border-radius: 23px 23px 23px 23px;
    margin-top: 90px;
}

.carousel-control.right {
    right: -12px;
}


/* The indicators */

.carousel-indicators {
    right: 50%;
    top: auto;
    bottom: -10px;
    margin-right: -19px;
}


/* The colour of the indicators */

.carousel-indicators li {
    background: #cecece;
}

.carousel-indicators .active {
    background: #428bca;
}

.indo-road-abouts-2 h3 {
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 600;
    padding-top: 15px;
}

.indo-road-abouts-2 h2 {
    font-size: 25px;
    font-weight: 600;
    text-align: left;
    margin: 0;
    padding: 0;
    padding-top: 10px;
}

.heloo {
    margin-top: 192px;
}

#aswift_0_expand {
    margin: 0px !important;
    float: left !important;
}

.hello-icone-head-top {
    padding-left: 20px;
}

.text-slider-autoplay {
    padding: 10px 0px;
    float: left;
    width: 100%;
    background: #ffffff;
    color: #2c3f69;
    font-size: 20px;
    font-weight: 600;
}

.imges-text-2 {
    font-size: 21px;
    text-align: center;
    padding-bottom: 12px;
    font-weight: 600;
    margin: 0;
    padding-top: 5px;
    color: #00b9fe;
    text-transform: uppercase;
}
.imges-text-1{
    font-size: 25px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    color: #000dfd;
}
.imges-text-3 {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 60px;
    color: #0073ff;
    text-transform: uppercase;
    padding-top: 3px;
    margin: 0 auto;
}

.text-center {
    text-align: center;
    padding-bottom: 60px;
}

.heading-final {
    font-size: 27px;
    line-height: 45px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 5px;
    color: #ffffff;
    width: 100%;
    text-align: center;
    padding-bottom: 50px;
}