 @charset "utf-8";
/* CSS Document */
 body{
    font-family: 'Montserrat', sans-serif;
    font-family: 'Muli', sans-serif;
     background:#fff;
     font-weight:normal;
     color:#333333;
     font-size: 17px;
}
 a:focus, a:hover{
     outline:none;
     text-decoration: none;
}
 h1{
     font-size:50px;
     font-weight: bold;
}
 h2{
     font-size:35px;
     color: #333;
}
 h3{
     font-size:24px;
     font-weight: bold;
/*      margin: 0; */
}
 h4{
     font-size:18px;
     font-weight: bold;
/*      margin: 0; */
}
 input{
     margin:10px 0;
}

img {
	max-width: 100%;
}
blockquote{
    font-size: 17px;
    background: #F5F5F5;
    border-left:0px;
    padding: 15px;
    border-radius: 10px;
    margin: 20px 0 70px;
}
blockquote:before{
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0px 10px 10px;
    display: block;
    width: 0;
    z-index: 1;
    margin-top: -25px;
    color: transparent;
    border-color: #f5f5f5 transparent;
}
blockquote span{
    position: absolute;
    margin-top:-50px;
}
.navbar-brand{
     padding:0px;
}
 .rd-btn{
     font-size: 20px;
     text-transform: uppercase;
     color: #fff;
     background: #ed1c24;
     display: inline-block;
     font-weight: bold;
     padding: 10px 30px;
    transition: all .4s linear .1s;
}
.rd-btn2{
     font-size: 20px;
     text-transform: uppercase;
     color: #fff;
     background: #ed1c24;
     display: inline-block;
     font-weight: bold;
     padding: 10px 30px;
    transition: all .4s linear .1s;
    border-radius: 25px;
}

 .rd-btn:hover, .rd-btn2:hover { 
    box-shadow: inset 0 5rem #72a94c;
    color: #fff;
    transition: all .4s linear .1s;
}

.green{
    color: #5baf4b;
}
/* Apply default styles to the table */
table {
  width: 100%;
  border-collapse: collapse;
}

/* Apply styles to alternate rows */
tr:nth-child(odd) {
  background-color: #f2f2f2; /* Alternate color for odd rows */
}

tr:nth-child(even) {
  background-color: #ffffff; /* Alternate color for even rows */
}

/* Apply styles to table headers (optional) */
th {
  background-color: #e6e6e6;
  font-weight: bold;
  padding: 8px;
}

/* Apply styles to table cells (optional) */
td {
  padding: 8px;
  border: 1px solid #ccc;
}
/*---------------------Top_head---------------------*/

 .top_head {
     border-bottom: 1px solid #d8d8d8;
}
.call_details {
	line-height: 40px;
}
.call_details span {
	display: inline-block;
	height: 21px;
}
 .call_details a {
     transition: 0.3s ease-in-out;
     font-size: 17px;
     color: #333;
     font-weight: bold;
     padding: 10px 13px;
}
 .call_details .fa{
     font-size: 20px;
     text-align: center;
     margin-right: 0px;
     color: #ff0000;
}
 .call_details a:hover {
     color: #1a1a1a;
     transition: 0.3s ease-in-out;
     color: #67bc46;
}
 .social-icon{
     display: block;
     text-align: center;
}
 .social-icon ul {
     list-style: none;
     padding: 0;
     margin: 0;
     display: flex;
}
 .social-icon ul li{
     border-right: 1px solid #fff;
     padding: 0;
}
 .social-icon ul li:first-child{
     border-left: 1px solid #fff;
}
 .social-icon ul li:last-child{
     padding-right: 0;
}
 .social-icon ul li a .fa{
     font-size: 18px;
     color: #fff;
     padding: 10px;
     line-height: 20px;
     transition: 0.3s ease-in-out;
     background: #ed1c24;
     border: 1px solid #ed1c24;
     border-radius: 50%;
     width: 40px;
     height: 40px;
     text-align: center;
     margin-right: 10px;
}
 .social-icon ul li a:hover .fa{
     background: none;
     transition: 0.3s ease-in-out;
}
 .logo {
     float: left;
}
 .logo img {
     max-width: 200px;
     width: 100%;
     padding: 10px 0;
     transition: all 0.3s;
     padding-bottom: 0px;
}
.logo p{
    color: #000;
    font-size: 12px;
    text-align: center;
    padding-left: 18px;
}
.sticky .logo p{
    padding-left: 0px;
}
.serv-heading hr{
    width: 80px;
    height: 2px;
    background: #ed1c24;
    margin: 0 auto 20px;
}
 header {
     position: sticky;
	 top: 0;
     width: 100%;
     transition: 0.3s ease-in-out;
	 background-color: #fff;
     color: #fff;
	 z-index: 999;
	 box-shadow: 0 0 4px 0 rgba(0,0,0,.25);
	}

 .sticky {
     position: sticky;
     top: 0;
     width: 100%;
     left: 0;     
	 box-shadow: 0 0 4px 0px rgba(0,0,0,0.25);
     background: #fff;
     transition: 0.3s ease-in-out;
     z-index: 999999;
     animation:slide-down 0.7s;
}
 .sticky .fa-gg {
     transform: rotate(360deg);
}
.sticky .top_head{
    /*display: none;*/
}
.sticky .logo img {
    max-width: 130px;
	height: auto;
    transition: all 0.3s;
}
.sticky #cssmenu, .sticky #cssmenu ul, .sticky #cssmenu ul li, .sticky #cssmenu ul li a, .sticky #cssmenu #head-mobile  {
    line-height: 74px;
}
.sticky #cssmenu ul ul li a {
    line-height: 25px;
    background: #67bc46;
}

 @keyframes slide-down {
     0% {
         opacity: 0;
         transform: translateY(-100%);
    }
     100% {
         opacity: 0.9;
         transform: translateY(0);
    }
}
 nav{
    position:relative;
}
 .main-menu {
     position: relative;
     z-index: 0;
     float: right;
}
 header .button {
     display: none;
     padding: 15px;
     color: #fff;
}
 .main-menu .nav-ul {
     margin-bottom:0;
     padding-left: 0;
     text-align: left;
     float: right;
}
 #cssmenu,#cssmenu ul,#cssmenu ul li,#cssmenu ul li a,#cssmenu #head-mobile{
    border:0;
    list-style:none;
    display:block;
    position:relative;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    padding: 0;
}
 #cssmenu:after,#cssmenu > ul:after{
    content:".";
    display:block;
    clear:both;
    visibility:hidden;
    line-height:0;
    height:0
}
 #cssmenu #head-mobile{
    display:none
}
 #cssmenu > ul > li {
     display: inline-block;
     line-height: 20px;
}
 #cssmenu ul li:last-child {
     margin: 0px;
     padding-right: 0;
}
 #cssmenu ul li > a {
     font-size: 17px;
     text-decoration: none;
     color: #333;
     text-transform: capitalize;
     transition: 0.3s ease-in-out;
     padding: 0 15px;
     font-weight: 600;
     border-bottom: 4px solid transparent;
     line-height: 116px;
}
 #cssmenu ul li:hover > a, #cssmenu ul li.active a{
     color: #66bc45;
     transition: 0.3s ease-in-out;
     border-bottom: 4px solid #66bc45;
}
#cssmenu ul li.current_page_item a{
	background-color: #223a4d;
    color: #fff;
}
 #cssmenu ul li.has-sub > a{
    /* padding-right:0px */
}
 #cssmenu ul li.has-sub > a:after{
    position:absolute;
    top:22px;
    right:11px;
    width:8px;
    height:2px;
    display:block;
    background:#ddd;
    content:'';
     display: none;
}
 #cssmenu ul li.has-sub > a:before{
    position:absolute;
    top:19px;
    right:14px;
    display:block;
    width:2px;
    height:8px;
    background:#ddd;
    content:'';
    -webkit-transition:all .25s ease;
    -ms-transition:all .25s ease;
    transition:all .25s ease;
    display: none;
}
 #cssmenu ul li.has-sub:hover > a:before{
    top:23px;
    height:0
}
 #cssmenu ul ul{
    position:absolute;
    left:auto;
}
 #cssmenu ul ul li{
    -webkit-transition:all .25s cubic-bezier(1, 0.07, 1, 1);
    -ms-transition:all .25s ease;
    background: #fdfdfd;
    transition:all .25s ease;
    margin: 0;
}
 #cssmenu ul ul li:hover{
}
 #cssmenu li:hover > ul{
    left:auto;
    border-top: none;
    margin-top: 0;
}
 #cssmenu li:hover > ul > li{
    margin: 0;
    display: block;
}
 #cssmenu ul ul ul{
    margin-left:100%;
    top:-2px;
     text-align: left;
}
 #cssmenu ul ul li a {
     padding: 10px 15px;
     min-width: 200px;
     width: 100%;
     font-size: 16px;
     text-decoration: none;
     color: #fff;
     font-weight: 400;
     border: none;
     word-break: break-word;
     line-height: 25px;
/*      background: #223a4d; */
	 background: #67bc46;
     text-align: left;
}
 #cssmenu ul ul li:last-child > a,#cssmenu ul ul li.last-item > a{
    border-bottom:0
}
 #cssmenu ul ul li:hover > a,#cssmenu ul ul li a:hover{
    color: #ffffff;
    background: #1a2c3a;
    border: none;
}
 #cssmenu ul ul > li.has-sub:hover > a:before{
    top:17px;
    height:0
}
 #cssmenu ul ul li.has-sub:hover,#cssmenu ul li.has-sub ul li.has-sub ul li:hover{
    background: #1b5da1;
    border:none;
    color: #fff;
}
 #cssmenu ul ul ul li.active a{
    border-left:1px solid #003471
}
 #cssmenu > ul > li.has-sub > ul > li.active > a,#cssmenu > ul ul > li.has-sub > ul > li.active> a{
    border-top:1px solid #003471
}
 @media screen and (max-width:991px){
     header {
         /*position: fixed !important;*/
         width: 100%;
         transition: 0.3s ease-in-out;
         top: 0;
         z-index: 9999999;
         animation: none !important;
    }
     .header_fixed .nav-ul {
         background: #01172e !important;
    }
     .header_fixed .button.button {
         top: 10px;
    }
     .main-menu {
         margin: 0 !important;
    }
     #cssmenu ul li > a {
         border: none;
    }
     #cssmenu ul li:hover > a, #cssmenu ul li.active a {
         color: #fff;
         transition: 0.3s ease-in-out;
         border: none;
    }
     .main-menu .nav-ul {
         padding-top: 130px !important;
    }
     .main-menu {
         float: none;
    }
     .nav-ul {
         width:0px !important;
         padding: 0 0 20px !important;
         background: #252525 !important;
         position: fixed !important;
         right: 0px !important;
         height: 100vh;
         transition: 0.3s ease-in-out;
         top: 0;
    }
     .nav-ul .submenu-button{
         opacity: 0;
    }
     .nav-ul.open {
         right: 0px !important;
         width: 300px !important;
         transition: 0.3s ease-in-out;
    }
     .nav-ul.open .submenu-button{
         opacity: 1;
         transition: 0.3s ease-in-out;
    }
     #cssmenu li:hover > ul{
		 display: block;
    }
     #cssmenu ul li > a{
        padding: 7px 16px;
    }
     nav{
        width:100%;
    }
     #cssmenu{
        width:100%
    }
     #cssmenu > ul {
         width: 100%;
         display: none;
         padding: 0 0 20px;
         overflow-y: scroll;
    }
     #cssmenu ul li{
        width:100%;
        border-top:none;
        display: block;
    }
     #cssmenu ul li:hover{
        background:transparent;
    }
     #cssmenu ul ul li,#cssmenu li:hover > ul > li{
        height: auto;
        border-color: #000;
    }
     #cssmenu ul li a, #cssmenu ul ul li a {
         width: 100%;
         border-bottom: 0;
         line-height: 25px !important;
         font-size: 15px;
         color: #fff;
    }
     #cssmenu > ul > li{
        display: block;
    }
     #cssmenu ul ul li a{
        padding-left:25px
    }
     #cssmenu ul ul li{
        background: #67bc46!important;
    }
    /*#cssmenu ul ul li:hover{
        background:#363636!important
    }
    */
     #cssmenu ul ul ul li a{
        padding-left:35px
    }
     #cssmenu ul ul li a{
        color: #fff;
        background:none;
        z-index: 9;
        line-height: 20px;
        border: none;
    }
     #cssmenu ul ul li:hover > a,#cssmenu ul ul li.active > a{
        color: #009fd9;
    }
     #cssmenu ul ul, #cssmenu ul ul ul {
         position: relative;
         left: 0;
         width: 100%;
         margin: 0;
         text-align: left;
         border: none;
    }
     #cssmenu > ul > li.has-sub > a:after,#cssmenu > ul > li.has-sub > a:before,#cssmenu ul ul > li.has-sub > a:after,#cssmenu ul ul > li.has-sub > a:before{
        display:none
    }
     #cssmenu #head-mobile {
         display: block;
         padding: 23px;
         color: #333;
         position: absolute;
         font-size: 12px;
         font-weight: 700;
         right: 0;
         text-align: center;
    }
     header .button.button {
        width: 74px;
        height: 46px;
        position: absolute;
        right: 0;
        top: 18px;
        left: 0;
        cursor: pointer;
        z-index: 12399994;
        display: block;
        margin: 0 0 0 auto;
        background: #000000;
    }
     header .button:after{
        position:absolute;
        top: 22px;
        right:20px;
        display:block;
        height: 9px;
        width: 35px;
        border-top: 2px solid #e8e8e8;
        border-bottom: 2px solid #e8e8e8;
        content:'';
    }
     header .button:before{
/*         -webkit-transition:all .3s ease;
        -ms-transition:all .3s ease;
        transition:all .3s ease; */
        position:absolute;
        top: 15px;
        right:20px;
        display:block;
        height:2px;
        width: 35px;
        background: #e8e8e8;
        content:'';
    }
	 header .button.menu-opened {
		 position: absolute;
		 top: -75px;
	 }
     header .button.menu-opened:after{
/*         -webkit-transition:all .3s ease;
        -ms-transition:all .3s ease;
        transition:all .3s ease; */
        top:23px;
        border:0;
        height:2px;
        width: 23px;
        background: #e8e8e8;
        -webkit-transform:rotate(45deg);
        -moz-transform:rotate(45deg);
        -ms-transform:rotate(45deg);
        -o-transform:rotate(45deg);
        transform:rotate(45deg);
    }
     header .button.menu-opened:before{
        top:23px;
        background: #e8e8e8;
        width: 22px;
        -webkit-transform:rotate(-45deg);
        -moz-transform:rotate(-45deg);
        -ms-transform:rotate(-45deg);
        -o-transform:rotate(-45deg);
        transform:rotate(-45deg);
    }
     #cssmenu .submenu-button{
        position:absolute;
        z-index:99;
        right:0;
        top:0;
        display:block;
        border-left: none;
        height: 40px;
        width: 40px;
        cursor:pointer;
    }
     #cssmenu .submenu-button.submenu-opened{
        background: #67bc46;
    }
     #cssmenu ul ul .submenu-button{
        height: 28px;
        width: 30px;
    }
     #cssmenu .submenu-button:after{
        position:absolute;
        top: 19px;
        right: 12px;
        width: 14px;
        height:2px;
        display:block;
        background: #e8e8e8;
        content:'';
    }
     #cssmenu ul ul .submenu-button:after{
        top: 13px;
        right:13px;
    }
     #cssmenu .submenu-button.submenu-opened:after{
        background:#fff
    }
     #cssmenu .submenu-button:before{
        position:absolute;
        top: 13px;
        right: 18px;
        display:block;
        width:2px;
        height: 14px;
        background: #e8e8e8;
        content:'';
    }
     #cssmenu ul ul .submenu-button:before{
        top: 10px;
        right:16px;
    }
     #cssmenu .submenu-button.submenu-opened:before{
        display:none
    }
     #cssmenu ul ul ul li.active a{
        border-left:none
    }
     #cssmenu > ul > li.has-sub > ul > li.active > a,#cssmenu > ul ul > li.has-sub > ul > li.active > a{
        border-top:none
    }
     #cssmenu > ul > li:hover, #cssmenu ul li.active:hover, #cssmenu ul li.active, #cssmenu ul li.has-sub.active:hover{
        border:none;
    }
}
 #cssmenu ul li:last-child ul, #cssmenu ul li:nth-last-child(-n+2) ul ul {
     right: 325px;
}

/*---------------------Slider-CSS--------------------*/
.home-banner {
    position: relative;
    height: 80vh;
}
.home-banner img{
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    top: 0;
    object-fit: cover;
}
.home-banner .banner-text {
    display: flex;
    position: relative;
    z-index: 111;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.home-banner .slid-head{
    font-size: 60px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
.home-banner p {
    font-size: 24px;
    color: #fff;
    margin-bottom: 30px;
}
.home-banner p span{
    font-size: 44px;
    color: #ed1c24;
    font-weight: 600;
}





/*---------------------------------Services-----------------------*/
.services{
    padding: 100px  0;
    position: relative;
    background: #fff;
}
.services .serv-box {
    border: 3px solid #e0e0e0;
    border-radius: 2px;
    padding: 50px;
    text-align: center;
    color: #333;
    font-size:20px;
    text-transform: uppercase;
    min-height: 240px;
    transition: all 0.3s;
}
.services .serv-box:hover{
    transition: all 0.3s;
    box-shadow: 0 2px 9px 0px #cecece;
}

.services .serv-box p{
    font-weight: 600;
    letter-spacing: 1px;
}
.services .serv-box hr{
    height: 2px;
    width: 100px;
    margin: 0 auto;
    background: #ed1c24;
    margin-bottom: 20px;
}
.services .serv-box h2{
    font-size: 35px;
    margin: 0;
    color: #ed1c24;
}
.services .serv-box img{
    display: block;
    margin: 0 auto 10px;
}
.services .serv-box a h4{
    font-size: 23px;
    color: #ed1c24;
    display: block;
    font-weight: 900;
     transition: all 0.3s;
}
.services .serv-box:hover h4{
    color: #66bc45;
     transition: all 0.3s;
}

.serv-detail{
    padding:100px 0;
    background: #f8f8f8;
}
.serv-detail h3{
    font-size: 25px;
    color: #333333;
    font-weight: 700;
}
.serv-detail hr{
    width: 40px;
    height: 2px;
    background: #ed1c24;
    margin: 20px 0;
}
.serv-detail .serv-row{
    margin-bottom: 50px;
}
.serv-detail .serv-row:last-child{
    margin-bottom: 0;
}
.serv-detail .serv-row p{
    letter-spacing: 0.8px;
    line-height: 25px;
    margin-bottom: 20px;
}
.serv-detail .serv-row ul{
    padding: 0;
}
.serv-detail .serv-row li{
    position: relative;
    margin-bottom: 20px;
    padding-left: 20px;
    list-style: none;
}
.serv-detail .serv-row li:after{
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    top: 7px;
    left: 0;
    background: #ed1c24;

}
.serv-detail .rd-btn{
    border-radius: 25px;
    margin-top: 10px;
}





/*-------------------welcom-text-----------------*/
 .welcom-text{
     padding:100px 0 100px;
     position: relative;
     background: url(../img/about-bg.jpg) no-repeat;
     background-size: cover;
     background-position: 50% 50%;
     background-attachment: fixed;
}
.welcom-text:before{
    content: "";
    background: #000000a8;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}
.welcom-text h2 {
    font-size: 35px;
    position: relative;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 1px;
    padding-right: 20px;
    margin: 20px 0;
}

 .welcom-text p{
    margin: 0 auto 20px;
    font-size: 16px;
    line-height: 30px;
    font-weight: normal;
    color: #fff;
    letter-spacing: 1px;
}
.welcom-text .rd-btn{
     border-radius: 25px;
}


/*-------------------End welcom-text-----------------*/


/*<!------------------------- testimonial -------------------->*/
.testimonial{
    padding: 100px 0 100px;
}
.testimonial h2{
    margin: 0 0 20px;
}
.testimonial p {
    line-height: 26px;
    font-weight: 100;
    margin-bottom: 30px;
}
.testimonial hr, .blog-list hr, .faq-section hr{
        width: 80px;
    height: 2px;
    background: #ed1c24;
     margin: 0 auto 20px;
}



/*<!------------------------- testimonial -------------------->*/

/*---------------------- Blog List -----------------------*/

.blog-list {
	padding: 100px 0;
}

.blog-list-single {
    border: 1px solid #ccc;
    border-radius: 5px;
}

.blog-list-single:hover {
	background-color: #f9f9f9;
}

.blog-list-single__image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.blog-list-single__content {
    padding: 16px;	
}

.blog-list-single__content h3 {
    margin-bottom: 8px;
}

.blog-list a {
	color: inherit;
}

.blog-list .rd-btn.default_btn {
	color: #fff;
    font-size: 14px;
}

.blog-list h3:hover {
	text-decoration: underline;
}

/*----------------------video-inspection-----------------------*/
.video-inspection{
    position: relative;
    padding: 100px 0;
    background: #f3f3f3;
}
.video-inspection h2{
font-weight: 600;
margin-bottom: 30px;
margin-top: 0;
}
.video-inspection p{
    font-size: 20px;
    line-height: 30px;
}
.video-inspection .img-box{
    max-width: 270px;
    height: 230px;
    width: 100%;
    height: 100%;
    background: #fff;
    display: flex;
}
.error404 .btn-info {
    color: #ffffff;
    background-color: #ed1c24;
    border-color: #ed1c24;
}
.error404 .btn-info:hover {
    box-shadow: inset 0 5rem #72a94c;
    color: #fff;
    transition: all .4s linear .1s;
    border-color: #72a94c;
}
.page_container ul, .page_container ol{
    padding-left: 20px;
}
.page_container li{
    margin-bottom: 10px;
}
h1.page_heading {
    padding: 20px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 30px;
    background: #66bc45;
    font-size: 34px;
    color: #fff;
}
.video-inspection .img-box img{
    width: 100%;
    object-fit: cover;
}
.repair .row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.repair h3{
    text-align: center;;
    padding: 20px 0;
    color: #ff0000;
    margin-bottom: 20px;
}
.inner_repair{
    margin-bottom: 30px;
    text-align: center;
}
.address_info p{
    padding-left: 30px
}
.address_info p i{
    font-size: 20px;
    left: 10px;
    position: absolute;
    color: #ff0000;
}
/*----------------------video-inspection-----------------------*/

/* Blog Sidebar */
div#sidebar {
    width: 90%;
    margin: 0 0 0 auto;
}
div#sidebar .widget {
    padding: 20px 12px;
    box-shadow: 0 0 10px #ccc;
    margin-bottom: 20px;
	position:relative;
}
div#sidebar .widget h2 {
    font-size: 25px;
    line-height: 35px;
    margin: 0 0 10px;
    color: #DD3333;
    font-weight: 900;
}
div#sidebar form label, div#sidebar form br { display: none; }
div#sidebar form .col-md-6 { width: 100% !important; }
div#sidebar form .col-md-6 input, div#sidebar form textarea {
    border-radius: 0;
}
div#sidebar form textarea { height: 100px; resize: none; }
div#sidebar form input[type="submit"] {
    font-size: 14px;
    padding: 7px 15px;
    border-radius: 0;
    border: none;
}
div#sidebar form span { display: block; }
div#sidebar form span.wpcf7-not-valid-tip {
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    border: 1px solid #ff0000;
    font-size: 0;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output{
    margin: 0;
    position: absolute;
    bottom: 8px;
    font-size: 12px;
    padding: 2px 5px;
    left: 5px;
    right: 5px;
}
div#sidebar form .col-md-6 input {
    position: relative;
    z-index: 2;
}
div#sidebar form input[type="submit"]:focus {
    color: #fff;
    outline: none;
}
div#sidebar .widget ul li> a {
    color: #333;
    font-size: 16px;
    line-height: 25px;
}
form#searchform >div {
    position: relative;
}
form#searchform input#s {
    width: 100%;
    border: 1px solid #333;
    border-radius: 0;
    padding: 5px 10px;
}
form#searchform input#searchsubmit {
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    font-size: 12px;
    border: none;
    padding: 0 12px;
    background-color: #444;
    color: #fff;
    line-height: 20px;
	outline: none;
}
@media  (max-width: 991px) {
	div#sidebar { width: 100%;}
}
/**/



/*---------------------Footer---------------------*/
 footer{
     padding: 100px 0 50px;
     color: #373737;
     font-weight: bold;
     background: #303030;
}
.footer-logo{width: 300px;margin: 0 0 30px;border-bottom: 2px solid #fff;padding-bottom: 20px;}
.footer-logo img{
    width: 100%;
}
 footer h4{
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bolder;
    color: #fff;
     margin-bottom: 20px;
 }
 footer ul{
     padding: 0;
     margin: 0;
     list-style: none;
}

 footer .footer-menu{
     text-align: left;
     position: relative;
}

 footer .footer-menu ul{
     margin: 0;
     padding: 0;


}
 footer ul li{
    display: block;
    padding: 5px 0px;
 }
 footer ul li a{
     font-size: 16px;
     color: #fff;
     font-weight: 100;
}
 footer ul li a:hover{
     color: #5baf4b;
}

 footer .social-icon{
    width: 100%;
    text-align: left;
 }
 footer .social-icon ul{
    display: block;

 }
 footer .social-icon li {
    border: none !important;
    display: inline-block;
 }
.footer-contact a{
    font-size: 18px;
}
.footer-contact a .fa{
    margin-right: 10px;
    color: #ed1c24;
}


 .copy-right {
    padding: 20px 0;
    font-size: 13px;
    color: #ffffff;
    background: #000;
    text-align: center;
}
 .copy-right p{
     margin: 0;
     line-height: 20px;
}

.footer-logo p{
    color: #fff;
    text-align: center;
    font-size: 14px;
}
.serv-heading h2{
 text-align: center;
    font-size: 40px;
    color: #fff;
    padding-bottom: 12px;
}
section.serv-heading {
    background: #66bc45;
}
.dryer-vent img{
    display: inline-block;
    width: 50%;
    height: 100%;
}
.dryer-vent {
    margin: 20px 0;
}

/* Blog */
.blog-wr {
    box-shadow: 0 0 10px #ccc;
    margin-bottom: 30px;
    padding: 10px;
}
.blog-wr small { display: block; margin: 10px 0; }
.blog-wr img {
    max-height: 250px;
    width: 100%;
    object-fit: cover;
}
.blog-wr a.rd-btn.default_btn { margin-top: 10px; padding: 6px 15px; font-size: 14px; line-height: 25px; }


/*Footer*/
.location_wr iframe{
    width: 100%;
}


/*------------------------------media------------------------------------*/
 @media(max-width: 1920px) {

}
@media (min-width:992px) and (max-width: 1199px) {
#cssmenu ul li > a {
    font-size: 15px;
    padding: 0 9px;
}

#testimonial .item {
    width: 80%;
    margin: 0 auto;
}

footer ul li {
    padding: 15px 9px;
}

}
 @media  (max-width: 991px) {
.logo img {
    max-width: 140px;
	height: auto;
}
.services .serv-box{
    padding: 30px 20px;
        min-height: 230px;

}
.serv-detail .img-box{
    margin-bottom: 20px;  
}
.serv-detail .row{
    display: grid;
}
.serv-detail .row .order-2{
    order: 2
}
.serv-detail .img-box img{
    width: 100%;
}


#testimonial .item {
    width: 80%;
    margin: 0 auto;
}

.welcom-text {
    text-align: center;
}
.video-inspection{
    text-align: center; 
}
.video-inspection .img-box{
        margin: 0 auto 40px;
}

footer ul li {
    display: inline-block;
    padding: 15px 10px;
}
footer, footer .footer-menu, footer .social-icon{
    text-align: center;
}
footer .social-icon{
    margin-bottom: 30px;
}
.footer-logo{
    margin:0 auto 30px;
}
.home-banner .banner-text{
    text-align: center;
}

}
 @media (max-width: 767px) {
.welcom-text img{
    max-width: 400px;
    width: 100%;
}
.serv-heading h2{
    font-size: 30px;
}
.top_head,  .top_head .text-right{
    text-align: center;
}

footer ul li a {
    font-size: 13px;
}

#testimonial .item {
    width: 90%;
    margin: 0 auto;
}
.social-icon ul li a .fa {
    font-size: 15px;
    color: #fff;
    padding: 10px 12px;
    line-height: 20px;
    transition: 0.3s ease-in-out;
}

.rd-btn {
    font-size: 15px;
}
.services .serv-box {
    padding: 30px 20px;
    min-height: auto;
    margin-bottom: 30px;
}
.services .col-sm-4:last-child .serv-box {
    margin-bottom: 0;
}
.home-banner p span {
    font-size: 54px;
    display: block;
}
.home-banner .slid-head {
    font-size: 32px; 
}
.blog-wr img { margin-bottom: 20px;}
div#sidebar { margin-top: 100px; }

}
 @media (max-width: 500px) {
h2, .welcom-text h2{
    font-size: 25px;
}
.serv-heading h2{
    font-size: 25px;
}

.welcom-text img {
    max-width: 310px;
    width: 100%;
}

footer .social-icon li {
    width: 50px;
}
footer ul li {
    width: 100%;
    padding: 15px 10px 0;
}
footer {
    padding: 80px 0 20px;
}
footer .footer-menu:before{
    display: none;
}
footer .footer-menu{
    margin-bottom: 30px;
}

.top_head .col-md-7.col-xs-6{
    width: 100%;
}
.home-banner {
    height: 60vh;
}
}
 @media (max-width: 360px) {
h2, .welcom-text h2 {
    font-size: 20px;
}
.call_details a {
    font-size: 15px;
}
}


/* ACCORDION */

.accordion-faq-wrapper{
	margin: 32px 0;
}
.accordion-button {
	color: #000000;
	font-family: 'Rubik', sans-serif;
	font-size: 18px;
	font-weight: 400;
	text-align: left;
	padding-top: 30px;
	padding-bottom: 30px;
}
.accordion-button:not(.collapsed){
	background-color: #66BC44;
	color: #ffffff;
	font-family: 'Rubik', sans-serif;
}
.accordion-button:not(.collapsed)::after{
	filter: grayscale(255) brightness(255);
}
.accordion-button:focus{
	border-color: #66BC44 !important;
	box-shadow: none !important;
}
@media only screen and (max-width: 576px) {
	.section-four .accordion-button {
		font-size: 14px;
		line-height: 20px;
		padding: 20px;
	}
	.accordion-faq-wrapper {
		margin-top: 30px;
	}
	.section-four .accordion-button {
		font-size: 18px;
	}
	.accordion-button::after {
		width: 1rem;
		height: 1rem;
		background-size: 1rem;
	}
}
.accordion-item:first-of-type {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.accordion-item {
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
}
.accordion-header {
    margin-bottom: 0;
}
.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}
.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 20px 30px;
    font-size: 18px;
    color: #212529;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
}
.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}
.accordion-body {
    padding: 1rem 1.25rem;
}
.accordion-item:not(:first-of-type) {
    border-top: 0;
}
.accordion-button:not(.collapsed)::after {
    filter: grayscale(255) brightness(255);
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}

/* Page with Sidebar */

.aside-content-area {
    padding: 24px;
    background-color: #f7f9fa;
    height: 100%;
	margin-bottom: 32px;
}

.aside-content-area {
    position: sticky;
    top: 160px;
    border-top: 5px solid var(--primary-color)
}

.aside-content-area h2 {
    font-family: var(--secondary-font);
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 1px;
    color: #2c2c2c;
    text-transform: none;
    font-weight: 700;
    font-style: normal;
	margin-top: 0;
    margin-bottom: 35px;
    position: relative;
    text-transform: uppercase
}

.aside-content-area h2::after {
    content: "";
    width: 100%;
    height: 1px;
    bottom: -10px;
    left: 0;
    position: absolute;
    z-index: 1;
    background: #e8e9ea
}

.aside-content-area label {
	width: 100%;
}

.aside-content-area input {
		width: 100%;
		margin: 0;
		padding: 8px;
		border: 1px solid #ccc;
		font-size: 14px;
		font-weight: 400;
}

.aside-content-area .btn-send {
	font-size: 16px;
}

.btn-send {
	width: 100%;
	padding: 12px 8px;
	background-color: #3c763d;
	color: #fff;
}

.btn-send:hover {
	color: #fff;
	box-shadow: 0 0 8px 0 #3c763d55;
}

.mobile-cta {
    padding: 8px;
    background-color: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: 0 0 4px 0 rgba(0,0,0,.25);
	z-index: 5020;
}

@media (min-width: 768px) {
	.mobile-cta {
		display: none;
	}
}
@media (min-width: 992px) {
	.aside-content-area {
		top: 180px;
	}
}

/*-- 2023/06/07 --*/
@media(min-width:992px) {
	#cssmenu .nav-ul li > .sub-menu {
		display: none !important;
	}
	#cssmenu .nav-ul li:hover > .sub-menu {
		display: block !important;
	}
}
@media(max-width:767px) {
	.logo img {
		height: 68px;
	}
}
