@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body{
    font-family: 'montserrat',sans-serif;
    font-size: 14px;
    font-weight: 400;
}
div.body{
    width: 100%;
    /*min-height: 450px;*/
}

.font-weight-raleway-light{ font-family: 'montserrat'; font-weight: 300; }
.font-weight-raleway-normal{ font-family: 'montserrat'; font-weight: 400; }
.font-weight-raleway-semibold{ font-family: 'montserrat'; font-weight: 600; }


.colorfff{ color: #fff; }
.color000{ color: #000; }
.colorSwap { color: #2B3D4C}
.color333{ color: #333; }
.color666{ color: #666; }
.color999{ color: #999; }
.color10003f{ color: #10003F;}
.color242414{color: #242414;}
.color242413 { color: #242413;}
.color333326 { color: #333326;}
.color464637 {color: #464637;}

.fsize10{ font-size: 10px; }
.fsize11{ font-size: 11px; }
.fsize12{ font-size: 12px; }
.fsize16{ font-size: 16px; }
.fsize18{ font-size: 18px; }
.fsize20{ font-size: 20px; }
.fsize24{ font-size: 24px; }

.fontItalics{ font-style: italic;}
.cursorPointer { cursor: pointer;}
.outline-none {outline: none !important;}

.section-heading{
    width: 100%;
    position: relative;
}
.section-heading h2{
    font-size: 36px;
    padding-bottom: 15px;
}
.underline-xs{
    position: absolute; 
    left: 0; 
    right: 0; 
    bottom: 0; 
    width: 69px; 
    height: 2px; 
    background-color: #fff; 
    margin: 0 auto;
}
.underline-lg{
    max-width: 289px; 
    height: 1px; 
    background-color: #fff; 
    margin: 0 auto;
}
.media{
    border: none!important;
}

.setBackground{
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.page-hero-content-box{
    position: absolute;
    right: 0;
    bottom: 80px;
    text-align: right;
}


/*Header CSSs*/
.header-container{
    width: 100%;
    min-height: 140px;
    background-color: #fff;
    border-top: 10px solid #100040;
    transition: all 100ms ease;
}
.company-logo{
    display: block;
    outline: none;
    padding-top: 20px;
}
.top-contact{
    margin: 0;
    padding: 0;
    text-align: right;
    padding-top: 30px;
    line-height: 22px; 
}
.header-container .navbar-toggle .icon-bar{
    background: #000;   
}
.top-contact-container{
    position: absolute;
    right: 0;
    top: 0;
}
.top-contact li{
    display: block;
    color: #10003F;
}
.top-contact li .call-us-label{
    font-size: 18px;
}
.top-contact li .call-us-number{
    font-size: 24px; 
}
.top-menu-container{
    /*margin: 0;*/
    padding: 0;
    text-align: right;
    padding-top: 12px;
    margin-top: 81px;
}
.top-menu-container li{
    display: inline-block;
    margin-left: 20px;
    float: none;
}
.navbar .navbar-nav > li > a{
    margin: 0!important;
    padding: 0 0 3px  0!important;
    border-bottom: 2px solid #fff;
}
.top-menu-container li a{
    display: block;
    font-size: 16px;
    color: #131304;    
    padding-bottom: 3px;
    text-transform: capitalize;
}
.top-menu-container li a:hover, .top-menu-container li a:active, .top-menu-container li a:focus{
    text-decoration: none;
    color: #131304;
    border-bottom: 2px solid #EE984A;
}
.top-menu-container li a.active{
    color: #131304;
    border-bottom: 2px solid #EE984A;
}
.stuck{
    position: fixed;
    z-index: 500;
    min-height: 73px;
    box-shadow: 0 2px 2px rgba(0,0,0,0.6);
    transition: all 100ms ease;
}
.header-container .navbar{
    background: none;
    border: none;
}
.header-container.stuck .navbar{
    margin-bottom: 10px;
}
.stuck .company-logo{
    padding-top: 6px;
}
.company-logo img{
    max-width: 351px;
    height: 90px;   
}
.stuck .company-logo img{
    height: 48px;
}
.stuck .top-menu-container{
    margin-top: 12px;
}

/****/
.navbar-transparent{
    padding: 0px!important;
}

/*Footer CSS*/
.footer-container{
    width: 100%;
}
.footer-top{
    width: 100%;
    min-height: 180px;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 40px;
}
.footer-top .media-left{
    padding-right: 30px;
}
.footer-top .media-body{
    font-size: 18px;
    color: #fff;
    padding-top: 5px;
}


.footer-middle{
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #ddd;
}
.footer-middle .heading{
    width: 100%;
    position: relative;
}
.footer-middle .heading h3{
    font-size: 18px;
    color: #464637;
    padding-bottom: 12px;
    border-bottom: 1px solid #9B9B8C;
}
.footer-middle .heading .underline-small{
    width: 69px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #000040;
}
.footer-middle .content p{
    font-size: 12px;
    color: #575748;
    padding-top: 20px;
    
}  
.footer-service-list{
    margin: 0;
    padding: 0;
    padding-top: 20px;
}
.footer-service-list li{
    display: block;
    margin-bottom: 10px;
}
.footer-service-list li .media-left{
    
}
.footer-service-list li .media-body{
    font-size: 12px;
    color: #575748;
}
.footer-category-list{
    margin: 0;
    padding: 0;
    padding-top: 15px;
}
.footer-category-list li{
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 8px;
}
.footer-category-list li a{
    display: block;
    padding: 10px;
    color: #676759;
    font-size: 14px; 
    border: 1px solid #ACAC9D;
    background-color: #fff;
    text-transform: uppercase;
}
.footer-category-list li a:hover, .footer-category-list li a:active, .footer-category-list li a:focus{
    text-decoration: none;
}
.footer-blog-list{
    margin: 0;
    padding: 0;   
    padding-top: 15px;
}
.footer-blog-list li{
    display: block;
    margin-bottom: 10px;
}

.footer-blog-list .media-body .title{
    font-size: 14px;
    color: #575748;
}
.footer-blog-list .media-body .blog-post-date{
    /*position: absolute;
    bottom: 20px;*/
    font-size: 14px;
    color: #575747;
    padding-top: 15px;
}
.footer-bottom{
    width: 100%;
    background-color: #333;
    padding: 8px 0px 3px 0px;
}
.footer-bottom .left p{
    font-size: 12px;
    color: #fff;
    padding-top: 12px;
}
.footer-social{
    margin: 0;
    padding: 0;
    text-align: right;
}
.footer-social li{
    display: inline-block;
}
.footer-social li a{
    display: block;
    width: 40px;
    height: 41px;
    background-color: #fff;
    font-size: 20px;
    color: #575748;
    padding-top: 8px;
    text-align: center;
}
.emergency-service-request-btn{
    width: 100%;
    height: 42px;
    background-color: #E53605;
    color: #fff;
    font-size: 14px;
    padding-top: 10px;
}
.emergency-service-request-btn:hover, .emergency-service-request-btn:active, .emergency-service-request-btn:focus{
    color: #fff;
}
/*Testimonial Carousel CSSs*/
.testimonial-content-box{
    max-width: 767px; 
    margin: 0 auto;   
}
#textimonial-carousel .carousel-control.left{
    background-image: none;
}
#textimonial-carousel .carousel-control.right{
    background-image: none;
}
#textimonial-carousel .carousel-control{
    font-size: 36px;
    text-shadow: none;
    opacity: 100;
    top: 66px;
    width: 1%;
}

/*Consultation form box*/
.consulation-form-container{
    width: 100%;
    min-height: 616px;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    padding-top: 80px;
}
.consulation-form-container .control-label{
    font-size: 16px;
    color: #fff;
}
.consultation-form-submit-btn{
    width: 194px;
    height: 35px;
    color: #fff; 
    padding-top: 5px;
    background-color: #AAAAAA;
    
}
.consultation-form-submit-btn:hover, .consultation-form-submit-btn:active, .consultation-form-submit-btn:focus{
    color: #fff;
}

/*.btn-success, .btn-danger{
    background-color: #fff!important;
}*/
.mtm-cms-editable .btn-sm{
    background-color: #f2f2f2;
}

.card-block-section{
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}
.card-block-section .card-block-item-box .image-box{
    height: 250px;
    display: block;
}
.card-block-section .card-block-item-box .title{
    color: #000;
    font-family: "Raleway";
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.42px;
    line-height: 1.3em;
}
.card-block-section .card-block-item-box .title:hover,
.card-block-section .card-block-item-box .title:active,
.card-block-section .card-block-item-box .title:focus{
    color: #000;
}
.card-block-section .card-block-item-box p{
    color: rgba(0, 0, 0, 0.8);
    font-family: "Raleway";
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.42px;
    line-height: 1.4em;
    padding-top: 10px;
}
.card-block-section .read-more-link{
    color: #000;
    font-family: "Raleway";
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.42px;
    line-height: 1.3em;
}
.card-block-section .read-more-link:hover,
.card-block-section .read-more-link:active,
.card-block-section .read-more-link:focus{
    color: #000;
}

/*Media CSSs*/
@media(max-width: 767px){
    /*Header CSSs*/
    .header-container{
        min-height: 78px;
    }
    .header-container.stuck .navbar{
        margin-bottom: 0px;
    }    
    .navbar .navbar-brand{
        padding: 5px 15px;
    }
    .company-logo img{
        height: 48px;
    }
    .navbar{
        margin-bottom: 0;
    }
    
    /*Footer CSSs*/
    .footer-bottom .left{
        text-align: center;
    }
    .footer-social{
        text-align: center;
        padding-bottom: 7px;
    }
    .section-heading h2{
        /*font-size: 27px;*/
        font-size: 22px;
    }
    
    .page-hero-content-box{
        left: 0;
        text-align: center;
        bottom: 45px;
    }
    
    .top-contact-container{
        display: none;
    }
    #header-container .custom-toggler .navbar-toggler-icon {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
      outline: none;
    }
    #header-container .custom-toggler .navbar-toggler-icon:focus,
    #header-container .custom-toggler .navbar-toggler-icon:active{
        outline: none;
    } 
    .top-menu-container{
        text-align: left;
        margin-top: 0;
    }
    
    .footer-block-content-wrapper{
        margin-bottom: 25px;
    }
    
    .top-menu-container li{
        margin-bottom: 15px;
    }
    .top-menu-container li a{
        display: inline-block!important;
    }
   
}
@media(min-width: 768px) and (max-width: 990px){ 
    /*Header CSSs*/
    .company-logo{
        padding-top: 6px;   
    }
    .company-logo img{
        height: 48px;
    }
    .top-menu-container{
        margin-top: 34px;
    }
    .header-container .stuck{
        margin-top: 34px;
    }
    .stuck .top-menu-container{
        margin-top: 28px;
    }
    .top-contact li{
        display: inline;
    }
    .top-contact{
        padding-top: 6px;
    }
    .top-menu-container li{
        margin-left: 10px;
    }
    .navbar .navbar-brand{
        padding: 5px 15px;
    }
    .top-contact li .call-us-label{
        font-size: 15px;
    }
    .top-contact li .call-us-number{
        font-size: 19px;
    }
    .top-menu-container li a{
        font-size: 13px;
    }
    .top-menu-container{
        padding: 0px;
    }
    .header-container{
        min-height: 77px;
    }
    .footer-top .media-body{
        font-size: 15px;
    }
    
    /*Footer CSSs*/   
   
   .section-heading h2{
        font-size: 20px;
    }
    
    .testimonial-content-box{
        max-width: 512px;
    }
    .footer-block-content-wrapper{
        padding-top: 20px;   
    }
    
}
@media(min-width: 991px) and (max-width: 1199px){ 
    /*Header CSSs*/
    .top-menu-container li a{
        font-size: 14px;
    }
    .top-menu-container li{
        margin-left: 11px;
    }
    .top-contact{
        padding-top: 17px;
    }
    
    .section-heading h2{
        font-size: 35px;
    }
   
}
@media(min-width: 1200px){ 
    
}

