@charset "utf-8";
/*===== Pre CSS =====*/
body{ font-size: 20px; font-weight: 400; font-family: "BenchNine", sans-serif; letter-spacing: 0.8px; line-height: 28px;}
p,a, span, table, th, tr, td, h1, h2, h3, h4, h5, h6, img, ul, ol, li{ margin: 0; padding: 0;}
h1, h2, h3, h4, h5, h6, .ts-heading, .btn-text p{font-family: "BenchNine", sans-serif;}
a[href^=tel] { text-decoration:inherit; color: inherit; }
/* [class*="col-"] { margin-bottom: 30px;} */
p {font-size: 18px; font-weight: 400; letter-spacing: 0.7px;}
img{height: auto; width: 100%; object-fit: cover;}
.ms-flex { display: flex; align-items: center; justify-content: center;}
.bg-default,::after,::before{background-size: cover;background-position: center; background-repeat: no-repeat;}
a:hover{text-decoration: none;}
/*===== Go To Top Section =====*/
#back-top{ display: block; position: fixed; bottom: 140px; right: 10px; bottom: 10px; text-align: center;  z-index: 99999; }
#back-top a{ display: block; text-decoration: none; }
#back-top a .fa{ width: 40px; height: 40px; padding-top: 8px; font-size: 20px; border-radius: 5px; opacity: 1; color: #fff; background: #2c2c2c; border: #fff solid 2px; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; }
#back-top a .fa:hover{ background: #EFE613; color: #000; }

/* Wrapper */
.wrapper{ position: relative; margin: 0; padding: 0; overflow: hidden; }
.transition{ -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; }

/*===== Mobile Menu =====*/
.mobile_menu.active{ position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: transparent; z-index: 9999999999; }
.menu_icon_box{ position: fixed; top: 0; left: 0; z-index: 9999999999; display: block; width: 100%; background: #191919; padding:7px 0px; }
.tab_button{ float: left; }
.tab_button a{ display: inline-block; padding: 7px 10px; margin-top: 14px; font-size: 10px; text-align: center; text-transform: uppercase; color: #fff; background: transparent; border: #fff solid 1px; border-radius: 5px; box-sizing: border-box; text-decoration: none; }
.tab_button a:hover{ background: #747474; border: #747474 solid 1px; }
.tab_button1{ margin-left: 15px; margin-right: 5px; }

.menu_icon{ position: fixed; top: 15px; right: 15px; width: 30px; height: 30px; padding: 1px 5px; background: transparent; box-sizing: border-box; cursor: pointer; z-index: 999; }
.menu_icon span{ width: 100%; height: 2px; display: block; background: #fff; margin: 5px 0; border-radius: 5px; transition: all linear 0.3s; }
.menu_icon.active{ color: #fff; padding: 8px 3px 0; }
.menu_icon.active span{ position: absolute;     width: 85%; }
.menu_icon.active span:nth-child(1){ transform: rotate(45deg); }
.menu_icon.active span:nth-child(3){ transform: rotate(-45deg); }
.menu_icon.active span:nth-child(2){ display: none; }

.mobile_slideLogo{ display: block; text-align: center;}
.mobile_slideLogo img{ display: inline-block; float: none; padding: 15px; margin-bottom: 15px; border-radius: 5px; width: 100%; height: 200px; object-fit:contain; }
.sidebar{ padding: 65px 15px; position: fixed; top: 0; left: -100%; z-index: 99999; overflow-y: scroll; width: 100%; height: 100%; background: #191919; text-align: center; box-sizing: border-box; z-index: 999999; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; }
.sidebar.active{ left: 0; }
.sidebar ul li{ list-style: none; }
.sidebar ul li a{ position: relative; display: block; padding: 10px 15px; border: #747474 solid 1px; text-align: left; color: #fff; margin-bottom: 1px; text-transform: uppercase; text-decoration: none; font-size: 12px; font-weight: 400; border-radius: 5px; }
.sidebar ul li a::before{ content: ""; position: absolute; top: 0; left: 0; z-index: -1; padding: 12px 0; height: 100%; width: 0%; background: #747474; transition: all linear 0.3s; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; }
.sidebar ul li a:hover::before{ width: 100%; }
.sidebar ul li.active{ background: #747474; border-radius: 5px; }

/*-- Modern Social Media Icon Display --*/
.social_media_block{ display: block; position: fixed; top: 0; left: 0; z-index: 99; height: 100%; background: transparent; }
.share_icon .fa{ position: absolute; left: 10px; bottom: 10px; z-index: 2; cursor: pointer; width: 40px; height: 40px; border-radius: 5px; background: #2c2c2c; color: #fff; border: #fff solid 1px; font-size: 16px; text-align: center; padding: 12px 5px 0 0; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; }
.share_icon .fa:hover{ transform: rotate(360deg); background: #EFE613; border-color: #EFE613; color: #000; }
.social_icon ul{ display: block; text-align: center; }
.social_icon ul li{ list-style: none; display: inline-block; }
.social_icon ul li .fa{ position: absolute; left: 10px; bottom: 10px; z-index: 1; width: 40px; height: 40px; border-radius: 5px; border: none; background: #6f729a; color: #fff; font-size: 16px; text-align: center; padding: 13px 0px 0 0; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; }
.social_icon ul li .fa:hover{ transform: rotate(360deg); }
.social_icon.active ul li:nth-child(1) .fa{ bottom: 50px; background: #3b5998; color: #fff; }
/*.social_icon.active ul li:nth-child(2) .fa{ bottom: 90px; background: #59adec; color: #fff; }*/
/*.social_icon.active ul li:nth-child(3) .fa{ bottom: 50px; background: #f23ece; color: #fff; }*/

/*===== Header Section =====*/
.header-bottom{position: relative; background-color: #252525; }
.header-bottom [class*="col-"] { margin-bottom: 0px; }
.navbar { border: none; background: transparent; background-color: transparent !important; padding:0; }
.navbar .navbar-nav{display: flex;margin: 0;padding: 0;text-align: right;}
.navbar .navbar-nav > li{display: inline-block;}
.navbar .navbar-nav > li > a{margin-left: 25px; font-size: 17px; line-height: 32px; font-weight: 700;color: #fff; text-transform: uppercase;}
.navbar a.learn-btn{padding: 10px 20px; /*background: #548C33;*/ background: #355522; border: 1px solid #548C33;}
.navbar a.learn-btn:hover{color: #548C33 !important; background-color: transparent;}
.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a:focus,
.navbar .navbar-nav > .active > a,
.navbar .navbar-nav > .active > a:hover,
.navbar .navbar-nav > .active > a:focus,
.navbar .navbar-nav > .open > a:hover,
.navbar .navbar-nav > .open > a:focus,
.navbar .navbar-nav > .open > a{/*color: #548C33 !important;*/ color: #56bb1b !important; background: transparent;text-decoration: none; position: relative;}
.navbar .navbar-nav .nav-link { color: rgb(255, 255, 255); font-weight: 400;}
.header-bottom .logo{position: relative; text-align: center;}
.header-bottom .logo::before{content: ""; height: 100%; width: 400px; background-image: url(../images/logo-bg.png); position: absolute; left: 0; }
.header-bottom .logo img{height: 140px;width: 233px; object-fit: contain; position: relative; z-index:1;}
 
/*===== Banner Section =====*/
.banner-slider{max-height:844px;}
.banner-bs{padding: 325px 0px 285px; color: #fff; position: relative; z-index: 0;}
.banner{background-image: url(../images/banner.webp);}
.banner2{background-image: url(../images/banner2.webp);}
.banner3{background-image: url(../images/banner3.webp);}
.banner4{background-image: url(../images/banner4.webp);}
.banner5{background-image: url(../images/banner5.webp);}
.banner6{background-image: url(../images/banner6.webp);}
.banner7{background-image: url(../images/banner7.webp);} 


.banner-content-box h5{font-size: 18px; font-weight: 600; line-height: 28px; display: inline-block; margin-bottom: 12px;}
.banner-content-box h2{font-size: 56px; font-weight: 700; margin-bottom: 25px; line-height: 70px; font-family: "BenchNine", sans-serif; letter-spacing: 1px; position: relative;}
.banner-content-box h2 .line{height: 4px; width: 60px; background-color: #ffff; display: inline-block; vertical-align: middle;}
.banner-content-box h2 span{display: block;}
.banner-content-box p{font-size: 18px; font-weight: 400; line-height: 28px; width: 90%; font-family: "BenchNine", sans-serif;}
.banner-content-box a{ color: #fff; font-size: 18px; font-weight: 500; line-height: 28px; padding: 16px 64px; margin: 30px 0px 0px; background-color: #548C33;border: 2px solid #fff; transition: .3s; width: 27%;}
.banner-content-box a iconify-icon{display: block; font-size: 18px;}
.banner-content-box a:hover{transform: translateY(-5px);background: transparent; border-color: #fff;text-decoration: none; color: #fff;}

/*===== Title Sections =====*/
.section-heading{ text-align: center; margin-bottom: 50px; }
.services .section-heading{ min-height: 257px; }
.section-heading h2{font-size: 48px; font-weight: 700; max-height: 116px; line-height: 58px; position: relative;}
.section-heading h2:after{content: ""; height: 4px; width: 50px; background-color: #000; position: absolute; bottom: -10px; left: 0px; right: 0; margin: 0 auto;}
.section-heading h2 span{color: #0D1282;}
.section-heading p{ display: block; font-size: 20px; font-weight: 400; line-height: 30px; margin-top: 30px; }
.section-heading p span{display: block;}
.section-heading h6{color: #548C33; font-size: 24px; font-weight: 700; line-height: 34px; letter-spacing: 0.8px; margin-bottom: 15px; position: relative; display: inline-block;}
.section-heading h6 img {height: 30px; width: 30px; object-fit: contain; margin-right: 15px;}
.section-link a, a.fancybox.overlayer-box span{color: #fff; font-size: 20px; font-weight: 700; padding: 17px 60px; display: inline-block; background-color: #548C33; border-radius: 4px; border: 1px solid #548C33; transition: .3s;}
.section-link a:hover{text-decoration: none;background: transparent; border-color:#548C33; color:#548C33; transform: translateY(-5px); }
.btn-text h6,
.btn-text p{font-size: 24px; font-weight: 700; line-height: 30px; letter-spacing: 0.8px; width: 68%; margin: 0 auto;}

/*===== Welcome Sections =====*/
.welcome{padding: 70px 0px; overflow: hidden; position: relative; z-index: 1;}
.welcome .section-heading{width: 95%;}
.welcome .section-heading h2{margin-bottom: 20px;}
.welcome .section-heading h2::after{display: none;}
.welcome .section-heading p{color: #4F4F4F; font-size: 18px; font-weight: 400; line-height: 28px; letter-spacing: 0.8px; margin-top: 0px; position: relative;}
.welcome .section-link a{padding: 13px 70px; line-height: 30px; margin-top: 0;}
.welcome .section-link a:hover{background: transparent; color: #181D42;}
.welcome .about-img{position: relative;}
.welcome .about-img img{height: 593px; width: 500px; /*margin-right: -50px; padding-left: 30px;*/}
.section-heading p.ts-heading,
.welcome .section-heading p.ts-heading{color: #548C33; font-size: 24px; font-weight: 700; line-height: 34px; letter-spacing: 0.8px; margin-bottom: 15px; position: relative; display: inline-block;}
.welcome .section-heading h6:after, 
.welcome .section-heading p.ts-heading:after{content: ""; height: 2px; width: 100px; background-color: #548C33; position: absolute; top:50%; transform: translateY(-50%); left: 112%;}

/*===== Services Sections =====*/
.services{background-color: #F2F2F2; color: #000; padding: 70px 0px;}
.services [class*="col-"] { margin-bottom: 70px;}
.services .services-item{ position: relative; color: #000;}
.services .services-item:nth-of-type(2n+1) .service-content{margin-left: 0px;}
.services .services-item:nth-of-type(2n) .service-content{margin-right: 0px; position: relative; z-index: 1;}
.services-thumbnail {position: relative; overflow: hidden;}
.services .services-item .service-content{background: #fff;  box-shadow: 0px 24px 53px rgba(0, 0, 0, 0.10); padding: 30px 35px; min-height: 205px;}
.services .services-item .service-content h3{color: #000; font-size: 26px; font-weight: 700; line-height: 36px;}
.services .services-item .service-content p,.services .services-item .service-content ul li{font-size: 18px; font-weight: 400; line-height: 30px; margin-top: 12px; letter-spacing: 0.7px;}
.services .services-item .service-content ul li{margin-top: 4px; display: flex;}
.services .services-item .service-content h3.h3c{color: #000; font-size: 20px; font-weight: 700; line-height: 36px; letter-spacing: 0.5px; margin: 5px 0px 6px; border-bottom: 2px solid #000; display: inline-block;}
.services .services-item a {background-color: #548C33; font-size: 20px; font-weight: 700; line-height: 30px; letter-spacing: 0.7px; color: #fff; padding: 10px 60px; border: 1px solid #548C33; display: flex; align-items: center; width: 280px;}
.services .services-item a:hover{background-color: transparent; color: #000; border-color: #000;}
.services .services-item a span iconify-icon{margin-left: 3px; display: block;}
.services-item:hover img{ transform: scale(1.2); }

/*Why Choose Us Section*/
.why-choose-us{/*background-image: url(../images/service-bg.png);*/ position: relative; color: #000; padding: 70px 0px;}
.why-choose-us [class*="col-"] { margin-bottom: 30px;}
.why-choose-us .section-heading h6{color: #000;}
.why-choose-us .section-heading h2{color: #548C33;}
.why-choose-us .section-heading h2:after{background-color: #548C33;}
.why-choose-us .why-choose-us-item {position: relative; background: #fff;padding: 20px 16px; min-height: 360px; border: 1px solid #548C33;}
.why-choose-us-thumbnail {height: 52px; width: 52px;  margin-bottom: 25px;}
.why-choose-us .why-choose-us-item .service-content h3{color: #000000; font-size: 20px; font-weight: 700; line-height: 30px; letter-spacing: 0.7px;}
.why-choose-us .why-choose-us-item .service-content p{color: #000000;font-size: 18px; font-weight: 400; line-height: 28px; margin-top: 12px;}
.why-choose-us .why-choose-us-item a {background-color: #548C33; color: #fff; padding: 10px 25px; border: 1px solid #548C33; border-radius: 5px; display: inline-block; text-align: center;}
.why-choose-us .why-choose-us-item a:hover{background-color: transparent; color: #548C33;}
.why-choose-us .why-choose-us-item a span iconify-icon{margin-left: 3px; display: block;}
.why-choose-us-item:hover{ transform: translateY(-5px);}
.why-choose-us .btn-text h6,
.why-choose-us .btn-text p{color: #548C33; letter-spacing: 0.8px; width: 80%; margin: 0 auto;}

/*===== Testimonials Sections =====*/
.testimonials {background-color: #548C33; background-color: #7fa951; color: #fff; position: relative; padding: 70px 0px; z-index: 0; background-attachment: fixed;  background-position: 25% 5%;}
.testimonials .section-heading h6,
.testimonials .section-heading p.ts-heading{color: #fff;}
.testimonials .section-heading h2:after{background-color: #fff;}
.testimonials .section-body p{ margin-bottom: 10px;}
.testimonials .test-content {padding: 80px 60px; margin: 30px 25px 0px; position: relative; border-radius: 0px; border: 3px solid #fff; border-top: none;}
.testimonials .test-content::before{content: ""; height: 3px; width: 48%; background-color: #fff; position: absolute; top: 0; left: 0;}
.testimonials .test-content::after{content: ""; height: 3px; width: 48%; background-color: #fff; position: absolute; top: 0; right: 0;}
.testimonials .test-content .icons{height: 48px; width: 48px; position: absolute; top: -25px; left: 0; right: 0; margin: 0 auto; z-index: 1;}
.testimonials .test-content .icons img{object-fit: contain;}
.testimonials .test-content p{font-size: 22px;font-weight: 500;line-height: 32px; letter-spacing: 0.8px;}
.testimonials .test-content .author cite{font-size: 18px; font-weight: 700; font-style: normal; margin-top: 30px; border-top: 1px solid #548C3333; padding-top: 15px;} 
.testimonials .ratings span { color: #DFC905; font-size: 30px; margin-top: 15px;}
.testimonials .section-link{margin-top: -60px; position: relative; z-index: 1;}
.testimonials .section-link a{background-color: #fff; color: #000; border-color: #548C33; display: inline-block;}
.testimonials  button iconify-icon {display: block; font-size: 25px !important;}
.testimonials  button.am-prev ,button.am-next{background: #fff; color: #548C33; padding: 10px; height: 48px; width: 48px; border: 2px solid #fff; border-radius: 50%; position: absolute; top: 50%; transform: translateY(-50%); left: 0%;}
.testimonials  button.am-next{left: unset; right: 0%;}


/*===== Free Estimate Sections =====*/
.home-free-estimate{position: relative; padding: 70px 0px; z-index: 1;}
.home-free-estimate .section-heading h2{color: #548C33;}
.home-free-estimate .section-heading h2:after{content: ""; height: 4px; width: 120px; background-color: #548C33; position: absolute; bottom: -5px; left: 0px; margin-left: 0px;}
.home-free-estimate-form{background-color: #252525; color: #000; padding: 45px 30px; position: relative;}
.home-free-estimate-form h3{color: #000; font-size: 24px; font-weight: 700; margin-bottom: 12px;}
.home-free-estimate-form .form-control {font-size: 18px; line-height: 28px; color: #000; height: unset;letter-spacing: 0.8px; background-color: #fff; border: 1px solid #fff; border-radius: 4px; padding:10px 20px;}
.home-free-estimate-form input::placeholder,.home-free-estimate-form textarea::placeholder{color: #000000 !important; opacity: 1;}
.home-free-estimate-form .form-control:focus { color:#000; background-color: #fff; border-color: #333; box-shadow: unset;}
.btn-home-free-estimate-form-control{ color:#fff; font-size: 20px; font-weight: 700; line-height: 29px; padding: 10px 0px; background-color: transparent; border-radius: 4px; border: 2px solid #fff; display: block; text-align: center; text-transform: uppercase; transition: .5s; width: 100%;}
.btn-home-free-estimate-form-control:hover{ background: #fff; color: #000; border-color: #ffff;}
.home-free-estimate .form-check-label{color:#fff; text-decoration: underline;}
.free-images img{height: 507px;}  
.form-icon{position: relative;}
.form-icon iconify-icon{font-size: 22px; color: #000; position: absolute; left: 24px; top: 8px; }
.form-check-label a.privacy{ color: #72ce8f;}
.form-check-label a.privacy:hover{ color: #548C33;}
.more-info span{ color: #548C33;font-weight: bold;}
.insurances-we-accept img {height: 50px;margin: 3px 5px;width: auto;}
.insurances-we-accept img:hover{ cursor: pointer;}

/*===== Footer Section =====*/
.footer {background-color: #548C33; color: #fff; padding: 60px 0px 0px;}
.footer .logo-wrapper{margin-bottom: 40px;}
.footer-border{/*border: 0.5px solid #fff;*/ padding: 40px 0px; }
.footer .logo-img img{width: 233px;height: 140px; object-fit: contain; margin: 0 auto 0;}
.footer .logo-content p{font-size: 20px; font-weight: 500; line-height: 30px; letter-spacing: 0.8px;}
.footer .footer-title h3{ font-size: 32px; font-weight: 700; color: #fff; letter-spacing: 0.8px; display: inline-block; line-height: 42px; margin-bottom: 10px; position: relative;}
.footer .footer-title h3:after{content: ""; height: 2px; width: 50px; background-color: #fff; position: absolute; bottom: -6px; left: 0;}
.footer .contact-detail{ display: flex; flex-direction: column;}
.footer .contact-wrap ul{margin-left: 10px;}
.footer .contact-wrap ul li a, .footer .contact-detail span{font-size: 18px; font-weight: 700; letter-spacing: 1px;}
.footer .navlinks li iconify-icon{font-size: 8px; color: #fff; margin-right: 8px;}
.footer iconify-icon{ font-size: 25px; display: block; color: #ffff; margin-right: 10px;} 
.logo-content-wrap img{height: 115px; width: 150px; object-fit: contain;}
.footer .contact-wrap ul li{display: flex; align-items: center; margin-top: 15px;font-size: 18px; font-weight: 400; letter-spacing: 0.8px;}
.footer .contact-wrap ul li a{color: #fff; letter-spacing: 0.8px; text-transform:uppercase;}
.contact-details ul li{align-items:unset !important;}
.contact-details ul li:last-child{align-items:center !important; margin-top:20px;}
.contact-details ul li iconify-icon{margin-top:5px;}
.footer-links a{color:#fff;}

/*===== copyright Section =====*/
.copyright{ padding: 15px 0; background-color: #355522; background-color: #252525;}
.copyright p{ color: #fff; font-size: 20px; font-weight: 700; text-align: center; }
.copyright p a{ color: #fff; font-weight: 700; text-decoration: none; }


/*===== Content Pages =====*/
.content-banner{background-color: #548C33;padding: 25px 0;}
.content-banner,
.content-block [class*="col-"] {margin-bottom: 0px;}
.content-block {background-color: #fff; padding: 30px 20px;}
.breadcrumb{background: #ffffff;padding: 5px 20px;border-radius: 0;margin-bottom: 0px;text-align: center;color: #000;font-family: "BenchNine", sans-serif;font-weight: 400;font-size: 20px;display: flex;align-items: center;}
.breadcrumb i {font-size: 15px; margin: 0px 10px;}
.breadcrumb a{color: #000;font-family: "BenchNine", sans-serif;font-weight: 400;font-size: 20px;}
.goto-info{ display: block; text-align: center; font-size: 16px; color: #fff; margin-top: 5px; }
.content-banner h4{ text-align: center; color: #b00d23; font-size: 18px; text-transform: uppercase; }
.content-banner ul{ display: block; text-align: center; }
.content-banner ul li{ display: inline-block; float: none; width: 50px; height: 4px; border-radius: 15px; background: #fff; }
.content-banner ul li:nth-child(2){ position: relative; top: -3px; width: 10px; height: 10px; border-radius: 50%; }

.sectiontitleunderline{ display: block; width: 80px; height: 2px; margin: 0 0 30px; background: #333; }
.content { width: 100%; background: #efefef;}
.content h2{ font-size: 25px; font-weight: 600; color: #000; font-family: "BenchNine", sans-serif; margin-bottom: 10px; }
.content h3{ font-size: 22px; font-weight: 700; color: #000; font-family: "BenchNine", sans-serif; margin-bottom: 10px; }
.content h3 .about-span-break{ font-size: 20px; color: #2c2c2c; font-family: "BenchNine", sans-serif; }
.content h4{ font-size: 19px; font-weight:700; color: #000; font-family: "BenchNine", sans-serif; margin: 10px 0px; }
.content .ms-inner-content h5{ font-size: 18px; font-weight: 600; color: #333; font-family: "BenchNine", sans-serif; margin-bottom: 5px; }
.content ol,
.content ul{ margin:0 ; padding: 0; margin-bottom: 15px; }
.content li{ margin-left: 18px; line-height: 30px; font-size: 18px; font-family: "BenchNine", sans-serif; color: #666; }
.content li strong{color:#000;}
/*===== Testimonials Page =====*/
.reviewsblock{padding: 15px 0 5px;background: #808080;width: 100%;text-align: center;}
.reviewsblock h4{ text-transform: uppercase; color: #fff; font-size: 20px; font-weight: 700; }
.reviewsform{padding: 15px 0 1px;background: #fff;min-height: 150px;width: 100%;}
.reviewsformstyle{height: 44px;border-radius: 0;border: #ddd solid 1px;color: #333;background: #fff; font-size:20px;}
.reviewsform input::placeholder{ color: #666; }
.reviewsform form [class*="col-"]{padding-left:0px; padding-right:0px;}
.reviewsform textarea::placeholder{ color: #666; }
.btn-reviewsformstyle{ display: block; text-transform: uppercase; width: 100%; color: #fff; background: #191919; border: none; padding: 10px 16px; font-size: 18px; border-radius: 0; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; transition: all linear 0.3s; }
.btn-reviewsformstyle:hover{background: #2ecc71;}
.testimonials-page{ display: block; margin-top: 15px; }
.testimonials-page .panel-title a{position: relative;display: block;padding: 15px 50px 15px 15px;margin-bottom: 0;background: #808080;text-decoration: none;text-transform: uppercase;font-size: 16px;color: #fff;-webkit-transition: all linear 0.3s;-moz-transition: all linear 0.3s;-o-transition: all linear 0.3s;transition: all linear 0.3s;}
.testimonials-page .panel-title a:hover{background: #000;color: #fff;}
.testimonials-page .accordion>.card>.card-header {background: #fff; color: #191919; position: relative; border: 1px solid #ddd;}
.testimonials-page .btn-link { font-size: 22px; font-weight: 700; color: #000; text-decoration: none;}
.testimonials-page .panel-title .collapsed{ background: #fff; color: #191919; position: relative; }
.testimonials-page .btn.btn-link.btn-block.text-left.collapsed::before{ content: ""; position: absolute; top: 50%; right: 0; width: 25px; font-family: 'fontawesome'; text-align: center; font-size: 20px; transform: translate(-50%,-50%); z-index: 999; }
.testimonials-page .btn.btn-link.btn-block.text-left::before{ content: ""; position: absolute; top: 50%; right: 0; width: 25px; font-family: 'fontawesome'; text-align: center; font-size: 20px; transform: translate(-50%,-50%); }
.testimonials-page h4{ margin-bottom: 0; margin: 0; }
.testimonials-page .panel-body{ border: #eee solid 1px; border-top: none; padding:10px; }
.testimonials-page .panel-body p{ margin-bottom: 0; }
.btn.focus, .btn:focus {outline: 0; box-shadow:none !important;
}
/*===== Contact Form Section =====*/
.formstyle{padding-left: 60px;height: 50px;border-color: #ddd;border-radius: 0;background-color: #fff; color: #000;}
.btn-formstyle{ margin-top: 15px; width: 150px; color: #fff; background-color: #2c2c2c; border: none; border-radius: 0; padding: 10px 16px; font-size: 18px; line-height: 1.3333333; transition: all linear 0.3s; }
.btn-formstyle:hover{background: #2ecc71;}
.googlemap{ height: 500px; overflow: hidden; border: #eee solid 1px; }
.form-horizontal .form-group{ margin-right: 0; margin-left: 0; }
.content .form-horizontal .form-group input::placeholder{ color: #666; }
.content .form-horizontal .form-group textarea::placeholder{ color: #666; }
.content .form-horizontal .form-group textarea{ min-width: 100%; max-width: 100%; }
.form_section .fa{position: absolute;top: 0;height: 100%;width: 50px;text-align: center;padding-top: 15px;color: #000;background-color: #ddd;font-size: 18px;}
/*===== Quote Form Section =====*/
.quoet-address{ margin-top: 30px; }
.quoet-address ul li{ list-style: none; font-size: 20px; margin-left: 5px; margin-bottom: 30px; line-height: 30px; }
.quoet-address ul li span{ font-size: 18px; color: #666; }
.quoet-address ul li a{ color: #2c2c2c; }

/*===== Free Estimate Form Page =====*/
.free-estimate-form .freeblock{ padding: 15px 20px; background: #666; color: #fff; text-transform: uppercase; }
.freeestimatestyle{ padding-left: 65px; height: 50px; border-radius: 0; border: #666 solid 1px; font-size:20px;}
.btn-freeestimatestyle{ display: block; text-transform: uppercase; width: 100%; color: #fff; background: #2c2c2c; border: none; padding: 10px 16px; font-size: 18px; border-radius: 0; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; transition: all linear 0.3s; }
.btn-freeestimatestyle:hover{ background: #2ecc71; }
.free-estimate-form .form-horizontal .form-group { margin-right: -15px; margin-left: -15px; }
.free-estimate-form .fa{position: absolute;top: 36px;height: calc(100% - 65px);width: 50px;background: #666;text-align: center;padding-top: 15px;color: #fff;font-size: 18px;}

/*===== Page =====*/
.contact-page-location-map{ display: block; margin-top: 30px; }
.about-span-break{ display: block; }

/*========== Responsive ==========*/
@media (max-width: 1199px){

      .navbar .navbar-nav > li > a{ padding: 45px 15px; }
      .navbar .navbar-nav > li > a:hover::before,
      .navbar .navbar-nav > li > a:hover::before,
      .navbar .navbar-nav > li > a:focus::before,
      .navbar .navbar-nav > .active > a::before,
      .navbar .navbar-nav > .active > a:hover::before,
      .navbar .navbar-nav > .active > a:focus::before,
      .navbar .navbar-nav > .open > a:hover::before,
      .navbar .navbar-nav > .open > a:focus::before,
      .navbar .navbar-nav > .open > a::before{ left: 15px; width: calc(100% - 30px); }
      .banner-content-box h2{ font-size: 70px; line-height: 100px; }
      .section-heading h2 span{ display: inline; }
      .testimonials .section-heading{padding: 0; margin-bottom: 20px; }

}
@media (max-width: 991px){

      .header-bottom .container{ width: 100%; }
      .header-top ul{ text-align: center; }
      .header-bottom .logo::before{display: none;}
      .banner-bs{padding: 200px 0px;}
      .banner-content-box h2{ font-size: 40px; line-height: 70px; }
      .banner-content-box a{ font-size: 24px; width: 45%;}
      .section-heading h4{ margin-bottom: 15px; }
      .section-heading h2{ font-size: 36px; line-height: 48px; }
      .section-heading p{ width: 100%; padding: 0; }
      .welcome::after,
      .welcome .about-img img{width: 100%; margin: 0; padding: 0px;}
      .logo-list{ display: block; margin-top: 30px; }
      .logo-list img:first-child{ margin-bottom: 15px; margin-right: 15px; }
      .services .container{ width: 100%; }
      .services .services-item a{width: 60%;}
      .footer-content h4{ margin-top: 30px; }

}
@media (max-width: 767px){

  /*===== Go To Top =====*/
  #back-top{ right: 10px; bottom: 10px; }
  #back-top a .fa{ font-size: 16px; width: 40px; height: 40px; padding-top: 10px; }

  /*===== Left Social Icon =====*/
  .share_icon .fa{ left: 9px; bottom: 9px; width: 42px; height: 42px; font-size: 20px; padding: 10px 2px 0 0; }
  .social_icon ul li .fa{ left: 10px; bottom: 10px; width: 40px; height: 40px; font-size: 20px; text-align: center; padding: 10px 0px 0 0; }
  .social_icon.active ul li:nth-child(3) .fa{ bottom: 130px; }
  .social_icon.active ul li:nth-child(2) .fa{ bottom: 90px; }
  .social_icon.active ul li:nth-child(1) .fa{ bottom: 50px; }
  .tab_button{line-height:20px;}
  .tab_button a{margin:5px 8px; padding:5px 10px; font-size:12px;}

  /*===== Body Section =====*/

      /* .header-bottom .logo::before,.top-header{display: none;} */
      .header-bottom.home{padding: 0; display: none;}
      .header-bottom .logo{margin: 80px 0 20px;text-align: center;}
      .header-bottom .logo img{display: inline-block; object-fit: contain;}
      .top-nav-wrapper.ms-flex {display: block;}
      .customer-support ul{display: block !important;}
      .customer-support ul li{margin: 10px 0px;}


      .banner-bs{padding: 120px 0px 60px;}
      .banner-content-box h2{ font-size: 22px; line-height: 36px; margin-bottom: 15px; }
      .banner-content-box p{width: 100%;}
      .banner-content-box a{ padding: 7px 28px; font-size: 16px; width: 50%; margin-top:20px; }
      .banner-content-box h5{font-size: 18px;}
      .banner-content-box {margin-bottom: 20px;}
      .banner-content-box::after{display: none;}
    

      .section-heading h6{ font-size: 20px; }
      .section-heading h2{font-size: 25px;line-height: 28px;text-transform: inherit;margin-bottom: 0px;}
      .section-heading p{ font-size: 16px; line-height: 30px; }

      .welcome{ padding: 50px 0; }
      .welcome [class*="col-"] { margin-bottom: 30px;}
      .welcome .section-heading{ padding-left: 0 !important; margin-bottom: 0px; width: 100%; }
      .welcome .section-heading p{ font-size: 16px; line-height: 30px;}
      .welcome .about-img img{padding-left: 0px; width: 100%; height: auto;}
      .welcome .section-link{display: block !important;}
      .welcome .section-link img{margin-left: 0; margin-top: 15px;}
      .welcome .section-link a{padding: 8px 40px;}
      .btn-text h6{font-size: 20px; width: 100%;}


      .services{ padding: 50px 0; }
      .services .section-body{ display: block; margin-top: 30px; }
      .services [class*="col-"]{margin-bottom:0px;}
      .services-item{ margin-top: 15px; }
      .services .services-item:nth-of-type(2n){flex-direction: column-reverse;}
      .services .services-item .service-content{width: 100%;}
      .services-thumbnail{left: 0;}
      .services .services-item a{ padding: 10px 10px 8px; font-size: 18px; width: 80%; }
      .services .services-item:nth-of-type(2n+1) .service-content{margin: 0px;}
      .btn-text{margin-top:20px;}

      .why-choose-us{padding: 60px 0px;}

      .testimonials{ padding: 50px 0; }
      .testimonials-content{ padding: 20px; border-radius: 10px; }
      .testimonials-content-item p{ font-size: 16px; line-height: 30px; }
      .testimonials-content-item h4{ font-size: 18px; margin-top: 15px; margin-bottom: 10px; }
      .testimonials .section-link{ padding-left: 0; }
      .testimonials .section-link a{font-size: 18px; padding: 8px 20px; }
      .testimonials .test-content{padding: 50px 20px; margin: 30px 0px;}
      button.am-prev, button.am-next{display: none;}
      .testimonials .test-content::before,.testimonials .test-content::after{width: 45%;}

      .home-free-estimate{ padding: 50px 0; background-position: initial; margin-bottom: 80px;}
      .free-images{display: block;}
      .home-free-estimate-form{position: unset;}
      .home-free-estimate .free-estimate-content{width: 100%;}
      .home-free-estimate-form{padding: 25px 20px !important;width: 100%;border-left: none;}
      .home-free-estimate-form-control{ height: 40px; }
      .btn-home-free-estimate-form-control{ padding: 8px 20px; font-size: 16px; }
      .free-images img{width: 100%;}
      .home-free-estimate-form::after{display: none;}

      .project .gallery-box-wrapper{margin: 0;}
      .project{ padding: 50px 0 30px; }
      .project .section-heading{ margin-bottom: 30px; }
      .project-content-item{ margin-bottom: 15px; }
      .gallery-box-wrapper{margin: 0;}
      
      
      .footer{padding: 40px 0px;}
      .footer-content h4{ margin-bottom: 15px; }
      .footer .footer-title h5{font-size: 25px;}
      .footer [class*="col-"] { margin-bottom: 30px;}
      .footer .logo-content{padding-right: 0px !important;}
      .contact-wrap.pl-4,.footer .logo-content{padding-left: 0px !important;}
      .footer-content ul li,
      .footer-content p{ line-height: 30px; font-size: 14px; }
      .footer-content h3 span{ display: block; font-family: "BenchNine", sans-serif; margin-bottom: 5px; }
      .copyright{ padding: 15px 0; }
      .copyright-content{ padding: 0 30px; }
      .footer-content-wrapper{width: 100%;}
      .footer .contact-wrap.mb-5.text-center {text-align: left !important;}
      .footer .contact-wrap.ml-5 {margin-left: 0 !important;}
      .footer ul.list-unstyled.ms-flex {justify-content: left;}
      .footer .contact-detail .mail{font-size: 16px;}
      .footer-border{border:none; padding:0px;}

  /*===== Slider Section =====*/
  .banner-slider{margin-top:56px;}
  .banner{background-image: url(../images/mbanner/mbanner.webp);}
  .banner2{background-image: url(../images/mbanner/mbanner2.webp);}
  .banner3{background-image: url(../images/mbanner/mbanner3.webp);}
  .banner4{background-image: url(../images/mbanner/mbanner4.webp);}
  .banner5{background-image: url(../images/mbanner/mbanner5.webp);}
  .banner6{background-image: url(../images/mbanner/mbanner6.webp);}
  .banner7{background-image: url(../images/mbanner/mbanner7.webp);} 
  #owl-demo .owl-pagination{ width: 100%; top: 95%; }
  #owl-demo2 .owl-buttons .owl-prev{ left: -15px; }
  #owl-demo2 .owl-buttons .owl-next{ right: -15px; }

  /*===== Page Section =====*/
  .content.services-page .cat-text{margin: 15px 0px}
  .content.services-page .row.ms-flex{padding: 0px 0px 15px;}
  .content-banner{ padding: 30px 0 20px; }
/*  .content-block{ margin-top: 80px}*/
  .breadcrumb{ font-size: 16px; }
  .content-banner ul li{ height: 2px; }
  .content-banner ul li:nth-child(2){ top: -2px; width: 6px; height: 6px; }
  .content{ padding: 30px 0; }
  .content h2{ font-size: 20px; }
  .content h3{ font-size: 16px; }
  .content h4{ font-size: 16px; }
  .sectiontitleunderline{ width: 100px; margin-bottom: 15px; }
  .content p,
  .content ul li{ font-size: 14px; line-height: 26px; }
  .content ul li span{ font-size: 14px; line-height: 26px; }
  .reviewsform{ margin-bottom: 30px; }
  .reviewsblock h4{ font-size: 18px; }
  .reviewsblock{ padding: 1px 0 10px; }
  .btn-reviewsformstyle{ font-size: 14px; }
  .testimonials-page h4{ font-size: 14px; }
  .testimonials-page p{ padding: 0; }
  .formstyle{ padding-left: 50px; height: 40px; }
  .form_section .fa{ width: 40px; }
  .btn-formstyle{ display: block; margin: 0 auto; width: 100px; font-size: 14px; margin-bottom: 15px; }
  .quoet-address{ margin-top: 15px; }
  .quoet-address ul{ margin-bottom: 15px; }
  .quoet-address ul li{ margin-bottom: 15px; font-size: 14px; }
  .quoet-address ul li span{ font-size: 16px; }
  .free-estimate-form .freeblock{ margin-bottom: 0; }
  .freeestimatestyle{ height: 40px; padding-left: 50px; }
  .btn-freeestimatestyle{ display: block; margin: 0 auto; width: 100%; font-size: 14px; }
  .free-estimate-form .fa{ width: 40px; height: 40px; padding-top:10px }
  .free-estimate-form .sms{ width: 40px; height: 254px; }
  .testimonials-page .panel-body p{ font-size: 14px; line-height: 30px; }
  
}