body{
    font-family: 'Fira Sans', sans-serif;
}
a{
    font-family: 'Fira Sans', sans-serif;
}
p{
    font-family: 'Fira Sans', sans-serif;
    font-size: 16px;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Fira Sans', sans-serif;
}
.bg-f2f2f2{
    background-color: #f2f2f2;
}


/* TEstimonials */
.testimonial-content {
    margin-bottom: 38px;
    padding: 65px 40px 70px;
    background: url(../images/testimonial-quote.png) no-repeat 25px 87% #fff;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #d9dbe0;
    position: relative;
    -webkit-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.10);
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 10%);
}
.testimonial-content:before {
    position: absolute;
    left: 30px;
    bottom: -23px;
    background: url(../images/testimonial-pointer.png) no-repeat 0 0;
    width: 44px;
    height: 23px;
    content: "";
}
.testimonials-author img{
    width: 60px !important;
}
/* // Testimonials */


/* Our Service */
.services-container{
    margin: 10px auto;
    position: relative;
    text-align: center;
    color: white;
}
.bottom-left {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background-color: rgba(0,0,0,0.9);
    padding: 6px 0px;
    font-size: 24px;
}
/* .services-container .heading-bg {
    position: absolute;
    bottom: 0;
    left: 0px;
    z-index: 10;
    width: 100%;
    background: rgba(0,0,0,0.9);
} */
/* Our Service */



.top-navbar{
    background-color: #111;
}
.top-navbar a{
    color: rgb(236, 222, 222);
}
.top-navbar .social-media{
    color: #fff;
    margin-right: 08px;
    margin-left: 08px;
}
.top-nav-link{
    margin-left: 06px;
    margin-right: 06px;
    font-size: 14px;
}
.mb-0{
    margin-bottom: 0px;
}
.mt-3, .my-3 {
    margin-top: 1rem !important;
}
.mb-3, .my-3 {
    margin-bottom: 1rem !important;
}
.bg-dark{
    background-color: #333;
}
.bg-white{
    background-color: #fff;
}
#header .main-nav li a{
    /* padding: 0px 0px !important;
    margin: 0px 0px !important; */
    line-height: 55px !important;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
}
#header .main-nav li.dropdown ul.dropdown-menu li a{
    text-transform: capitalize;
}
.my-auto {
    margin-top: auto;
    margin-bottom: auto;
}
.section {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
.heading h2{
    margin-bottom: 20px;
}

.shadow{
    -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}
.fixed-header .main-banner, 
.fixed-header .cd-hero{
    margin-top: 0px !important;
}
.fixed-header .subpage-header {
    margin-top: 110px;
    background-image: url(../images/banner-all.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-overlay{
    background-color: #0000009e;
    padding: 82px 0 50px;
}
.banner-heading{
    color: #fff;
    font-size: 36px;
}
.breadcrumbs {
    margin-top: 8px !important;
}
.subpage-header {
    padding: 0px 0px;
}
.why-we-are-banner{
    background-image: url('../images/img/why-we-are-best-bg.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.fixed-header.smallHeader.active #header{
    top: -32px !important;
}
#header .main-nav li.dropdown ul.dropdown-menu li a{
    padding: 0px 22px !important;
    font-size: 14px !important;
    line-height: 48px !important;
}

.my-auto{
    margin-top: auto;
    margin-bottom: auto;
}

.footer-section{
    padding-bottom: 30px;
    padding-top: 30px;
}
.footer-heading{
    font-size: 22px;
    font-weight: 800;
    color: #fff;
}
.footer-underline {
    bottom: -10px;
    margin-bottom: 10px;
    width: 60px;
    height: 4px;
    background: #ec1a22;
}
.footer-link {
    margin-bottom: 4px;
    border-bottom: 1px solid #322a2a;
}

.footer-link a{
    color: #dccfcf !important;
    text-transform: capitalize;
    padding-bottom: 08px;
    font-size: 15px;
    font-weight: 100 !important;
    display: inline-block;
}
.footer-link a i{
    margin-right: 8px;
}
.footer-link a:hover{
    color: #00a859 !important;
}
.footer-social-media {
    font-size: 50px;
    color: #ec1a22;
}
.footer-social-heading{
    font-size: 15px;
    margin-bottom: 6px;
    color: #fff;
    font-weight: 300;
}
.footer-para{
    font-size: 16px;
    color: #fff !important;
    line-height: 24px;
}
.footer-hr{
    margin: 12px 0px;
    background-color: #5755556e;
    height: 1px;
}
.footer-address{
    padding: 18px 10px;
    background-color: #fff;
    border: 1px solid #ccc;
}
#footer .footer-bottom{
    padding: 12px 0;
    background: #262626;
    color: #fff;
    border-top: 1px solid #5755556e;
}

.clients-brdr {
    border: 1px solid #cccccc;
    margin: 0px 10px;
    padding: 10px;
}
.border-bottom{
    border-bottom: 02px solid #e5e5e5;
}
.text-white{
    color: #fff !important;
}

.mt-1{
    margin-top: 16px;
}
.card{
    background-color: #fff;
    /* border: 1px solid #F4F4F4; */
    border-radius: 10px !important;
    /* -webkit-box-shadow: 0 0 9px 0 rgb(0 0 0 / 19%);
    box-shadow: 0 0 9px 0 rgb(0 0 0 / 19%); */
}
.kcm-three-forms .tab-content > .tab-pane{
    background-color: transparent;
}
.card-body{
    background-color: #fff;
    border: 1px solid #e2d4d4;
}
.card-header{
    padding: 16px 24px;
    background-color: #ec1a22;
    border-radius: 10px 10px 0px 0px;
}
.card-underline{
    background-color: #f5f5f5;
    height: 1px;
    margin-bottom: 8px;
}
.card-title{
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 22px !important;
    font-weight: 600;
}
.form-tog-btn{
    width: 49%;
    text-align: center;
    font-size: 16px;
}
.form-tog-btn a{
    padding: 8px 0px !important;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}
.kcm-form-control{
    font-size: 14px !important;
    padding: 6px 10px !important;
    border-radius: 1px !important;
    height: 42px !important;
    border: 1px solid #dfdfdf !important;
    color: #b3b3b3 !important;
    margin-bottom: 15px !important;
    box-shadow: none !important;
}
.kcm-form-control:focus {
    border: 1px solid #bcc4c8 !important;
}
.kcm-form-control::placeholder {
    color: #111 !important;
}

.rc-code{
    font-size: 18px !important;
    color: #fff !important;
    text-align: center !important;
    background-color: #111 !important;
    border-radius: 6px !important;
    width: 56% !important;
}
.btn-kcm{
    width: 100%;
    border-radius: 0px;
    background-color: #ec1a22;
    color: #fff !important;
    font-size: 16px;
    height: 68px !important;
}
.slider-form-section{
    /* margin-top: -640px;
    margin-bottom: 18px; */
    margin-top: -401px;
    margin-bottom: 52px;
}
.shadow-primary {
    box-shadow: 0 20px 30px rgb(0 0 0 / 20%);
}
.rounded-border {
    border-radius: 5px !important;
}
.kcm-three-forms .tab-content > .tab-pane{
    padding: 15px 15px !important;
}
.kcm-three-forms .nav-tabs > li.active > a{
    color: #fff !important;
    background-color: #ffb310 !important;
}
.bg-orange{
    background-color: #ffb310;
}
.bg-green{
    background-color: #00a859;
}
.nav-tabs > li > a:hover{
    background-color: transparent !important;
}

#footer{
    background-color: #222 !important;
}
.why-we-are-bg{
    background-image: url(../images/img/why-we-are-best-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.our-service-bg{
    background-image: url(../images/img/our-service-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.different-services{
    height: 546px !important;
    padding-top: 170px !important;
}

/* Get a Quote FORM */
.clear-banner{
    margin-top: 113px;
}
.bg-get-quote{
    background-color: #fff0dd;
}
.form-control{
    font-size: 16px !important;
}
.get-a-quote {
    background: none !important;
    text-transform: capitalize !important;
    height: 46px !important;
    color: #262626 !important;
    border: 1px solid #ccc !important;
    border-radius: 0.25rem !important;
    padding: .7rem 1rem .6rem !important;
    font-size: 16px !important;
    line-height: 1.25;
}
/* .get-a-quote::placeholder{
    color: #111;
} */
.bg-red {
    background-color: #ec1a22;
}
.input-group-text {
    border: none !important;
    padding: 0.375rem 1rem !important;
}
.quote-card{
    padding: 30px;
    border-radius: 10px 10px 0 0;
    background: #fff;
    border-bottom: none;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
}
.quote-heading{
    font-size: 20px;
    font-weight: 500;
    margin-bottom: .6rem;
}
.quote-card-header{
    padding: 14px;
    /* border-bottom: 1px solid #ccc; */
}
.quote-card-top{
    border-top: 7px solid #ec1a22;
}
.quote-card-body{
    padding: 26px 26px;
}
.quote-btn{
    width: 100%;
    border-radius: 0px;
    background-color: #ec1a22;
    color: #fff !important;
    font-size: 16px;
    height: 50px !important;
}
.quote-card-body .input-group{
    margin-bottom: 2.5rem;
}
/* Get a Quote FORM */
.select2-container{
    height: 70px !important;
    color: #676767;
    background: #fff !important;
    box-shadow: none;
    border-radius: 4px !important;
    padding: 15px 0px !important;
    border-color: rgba(0, 0, 0, 0.10) !important;
    margin-bottom: 0px !important;
    font-size: 18px !important;
    font-weight: 800;
}
.select2-container--default .select2-selection--single{
    border: 0px solid #aaa !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 38px !important;
    padding-left: 20px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 20px !important;
}
.select2-results__option{
    padding: 11px 10px !important;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
    background-color: #ec1a22 !important;
}
.select2-search--dropdown{
    padding: 8px !important;
}

.kcm-main-form {
    padding: 10px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.30);
    border: 1px solid rgba(255, 255, 255, 0.30);
}
.kcm-control{
    height: 70px !important;
    color: #676767;
    background: #fff !important;
    box-shadow: none;
    border-radius: 4px !important;
    padding: 15px 20px !important;
    border-color: rgba(0, 0, 0, 0.10) !important;
    margin-bottom: 0px !important;
    font-size: 18px !important;
    font-weight: 800;
}
.kcm-control:focus {
    border: 1px solid #111 !important;
}
.pr-0{
    padding-right: 0px !important;
}
.kcm-toggle-form{
    padding: 0px 0px !important;
    background: transparent !important;
}
.main-small-form-tog .nav-tabs > li.active > a{
    background-color: transparent !important;
    border-color: #f3f5fa;
    border: 0px solid;
    color: #f3f5fa;
    font-weight: 800;
    font-size: 22px;
    text-decoration: underline;
    padding: 6px 8px !important;
}
.main-small-form-tog .nav-tabs > li > a{
    background-color: transparent !important;
    border-color: #f3f5fa;
    border: 0px solid;
    font-size: 22px;
    font-weight: 800;
    color: #fff;
    padding: 6px 8px !important;
}
.kcm-form-control[readonly]{
    color: #111 !important;
}
.show-on-mobile{
    display: none;
}
.left-nav li a.active{
    border-left: 5px solid #09a223 !important;
}
.logos img{
    width: 204px;
    padding: 10px 0px;
}

/* Whatsapp Chat Button */
.whatsapp-sticky{
    position: fixed;
    right: 14px;
    bottom: 14px;
    z-index: 9999;
}
.whatsapp-btn{
    border-radius: 10px;
    background-color: #00a859;
    color: #fff;
    padding-top: 6px;
    padding-bottom: 5px;
    padding-left: 12px;
    padding-right: 16px;
    font-size: 24px;
}
.whatsapp-btn:hover{
    color: #fff;
}
.whatsapp-btn i{
    color:#fff; 
    font-size: 26px;
}
/* Whatsapp Chat Button */

.gallery-content .owl-stage-outer{
    position: relative;
    top: 0;
    transition: top ease 0.5s;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    border: 0;
    font-weight: 400;
    margin-bottom: 20px;
}
.gallery-content .owl-stage-outer .item{
    padding: 8px;
}
.fw-bold{
    font-weight: 600;
}
.about-adjust{
    margin-top: 154px;
}

.milestones-carousel .item{
    padding-top: 68px;
    padding-bottom: 40px;
}
.milestone-card{
    padding: 16px 50px;
    background-color: #fff;
}
.milestones-carousel .owl-item.center .milestone-card{
    box-shadow: 0 6px 30px rgb(0 0 0 / 12%);
    border-bottom: 3px solid red;
}

.milestone-card-body{
    padding-top: 54px;
    -webkit-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
    background-color: #fff;
    color: #546887;
    position: relative;
}
.milestones-carousel .owl-item.center .mile-box{
    height: 90px;
    top: 24px;
    position: absolute;
    left: 50%;
    width: 90px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    background-image: linear-gradient(40deg, #ef0000 0, #ef0000 100%);
    border-radius: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
    overflow: hidden;
    z-index: 1;
    color: #fff;
    font-size: 32px;
}
.milestones-carousel .owl-item.center .mile-box:before{
    content: "\f10e";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.mile-heading{
    font-size: 24px;
    line-height: 14px;
    color: red;
    font-weight: 800;
}
.milestones-carousel p{
    font-size: 14px;
    line-height: 22px;
    font-weight: 100;
    color: #546887;
    text-align: center;
}
.text-decoration-underline{
    text-decoration: underline !important;
}
.milestone-bottom-data{
    padding: 30px;
    margin-top: 30px;
    background-color: #00a551;
}
.milestone-bottom-data h4{
    font-weight: 400;
    font-style: italic;
    color: #fff;
    line-height: 32px;
    text-align: center;
}
@media only screen and (max-width: 670px) {
    .slider-form-section {
        margin-top: -424px;
        margin-bottom: 0px;
    }
    .main-small-form-tog .nav-tabs > li.active > a{
        font-size: 18px;
    }
    .main-small-form-tog .nav-tabs > li > a{
        font-size: 18px;
    }

    .m-hide {
        display: none;
    }
    .hide-on-mobile{
        display: none;
    }
    .show-on-mobile{
        display: block;
    }
    #header .main-nav li a {
        line-height: 18px !important;
        font-size: 15px;
    }
    .fixed-header .subpage-header {
        margin-top: 0px;
    }
    .slider-form-section{
        margin-top: -480px;
        margin-bottom: 0px;
    }
    .select2-container{
        margin-bottom: 10px !important;
        width: 100% !important;
    }
    .kcm-main-form .kcm-control{
        margin-bottom: 10px !important;
    }
    .kcm-main-form .pr-0{
        padding-right: 14px !important;
    }
    .main-small-form-tog .nav-tabs > li{
        float: left !important;
    }
    .clear-banner{
        margin-top: 0px;
    }
    .quote-card {
        padding: 0px;
    }
    .quote-card-body{
        padding: 26px 10px;
    }
    .quote-heading{
        font-size: 18px;
    }
    .different-services {
        height: 430px !important;
        padding-top: 50px !important;
    }
    .footer-heading{
        margin-top: 22px;
    }
    .footer-link a{
        padding-top: 16px;
    }
    .m-text-center{
        text-align: center;
    }
    .footer-social-media {
        font-size: 38px !important;
    }
    .footer-social-heading {
        font-size: 20px;
    }
    .m-mb-3{
        margin-bottom: 20px;
    }
    .about-adjust{
        margin-top: 0px;
    }
    .milestone-card{
        padding: 16px 6px !important;
    }
}


