@charset "utf-8";

/* CSS Document */
@font-face {
    font-family: 'Nudista';
    src: url('../fonts/Nudista-Medium.woff');
    font-style: normal;
}
@font-face {
    font-family: 'Nudista-semi-bold';
    src: url('../fonts/Nudista-SemiBold.woff');
    font-style: normal;
}
@font-face {
    font-family: 'Nudista-bold';
    src: url('../fonts/Nudista-Bold.woff');
    font-style: normal;
}
/*===== Pre CSS =====*/
body{ margin: 0; padding: 0; font-size: 16px; line-height: 26px; letter-spacing: 0.5px; font-family: 'Nudista';}
p, a, span, table, th, tr, td, h1, h2, h3, h4, h5, h6, img, ul, ol, li{ margin: 0; padding: 0; font-family: 'Nudista';}
.bg-default{background-size: cover; background-position: center; background-repeat: no-repeat;}
b,strong{font-family: 'Nudista-semi-bold';}
a:hover{text-decoration: none;}
img{width: 100%; height: 100%; object-fit: cover;}
.ms-flex{display: flex; align-items: center; justify-content: center;}

/*===== Go To Top Section =====*/
#back-top { display: block; position: fixed; bottom: 15px; right: 14px; text-align: center; z-index: 99999; }
#back-top a { display: block; text-decoration: none;  }
#back-top a .fa{ width: 40px; height: 40px; padding-top: 10px; font-size: 18px; border-radius: 5px; opacity: 1; color: #fff; background: #000; border: #fff solid 1px; transition: all linear 0.3s; }
#back-top a .fa:hover{ background: #fff; color: #000; border-color: #000; transform: scale(1.05,1.05);  }

/*===== Mobile Menu =====*/
.mobile_menu{ display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: transparent; z-index: 9; }
.menu_icon_box{position: fixed;top: 0;left: 0;z-index: 9999999999;display: block;width: 100%;background: #000; padding: 5px 0px; border-bottom: #fff solid 1px;}
.tab_button{ float: left; }
.tab_button a{ display: inline-block; padding: 4px 18px;  font-size: 10px; text-align: center; text-transform: uppercase; color: #fff; background: transparent; border: #fff solid 1px; border-radius: 0px; 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: 7px; right: 15px; width: 40px; padding:5px; background: #fff; box-sizing: border-box; cursor: pointer;box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; z-index: 999; }
.menu_icon span{ width: 100%; height: 2px; display: block; background: #000; margin: 5px 0; border-radius: 5px; transition: all linear 0.3s; }
.menu_icon.active{ color: #fff; padding: 8px 3px 0;padding: 0;top: 25px; }
.menu_icon.active span{ position: absolute; width: 85%;background: #fff; }
.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; background: #000; }
.mobile_slideLogo img{ display: inline-block; float: none; background: transparent; padding: 15px; margin: 0px auto 15px; width: 100%; height: 120px; object-fit: contain; }
.sidebar{ padding: 65px 0px; position: fixed; top: 0; left: -100%; z-index: 99999; overflow-y: scroll; width: 100%; height: 100%; background: #000; text-align: center; box-sizing: border-box; z-index: 999999; 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; }
.sidebar ul li a:hover::before{ width: 100%; }
.sidebar ul li.active{ background: #82A6CB; border-radius: 5px; }

/* Wrapper */

.wrapper{ margin: 0; padding: 0; overflow: hidden; }
.transition{ -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; transition: all linear 0.3s; }

/*===== Header Section =====*/
.header-bottom{padding: 5px 0px;}
.header-bottom.home{background-color: #fff; width: 90%; position: absolute; top: 25px; left: 0; right: 0; z-index: 1; margin: 0 auto;}
.header-bottom .logo{height: 100px; width: 305px;}

#mega-menu-wrap-header-menu{ margin-top: 0px; background: transparent; }
#mega-menu-wrap-header-menu #mega-menu-header-menu{display: flex;justify-content: space-between;align-items: center; width: 85%; margin-left: auto;}
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item{ padding: 0; line-height: inherit; }

#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link{ position: relative; z-index: 1;  height: auto; line-height: 28px; font-size: 16px; font-family: 'Nudista-semi-bold' !important;  color: #000; background: transparent; border-radius: 0; font-family: 'Nudista'; text-transform: uppercase; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; transition: all linear 0.3s; }
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item:last-child > a.mega-menu-link{ margin-right: 0; background-color: #AF4C0F; border-radius: 25px; color: #fff; padding: 12px 30px; border: 1px solid #AF4C0F;}
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item:last-child > a.mega-menu-link:hover{border-color: #AF4C0F; color: #AF4C0F; background: transparent;}
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link::before{ content: ''; position: absolute; bottom: 0; left: 50%; width: 0; height: 2px; background: #fff; z-index: 1; transition: all linear 0.3s;display: none; }

#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link:hover::before,
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link::before,
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link::before,
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link::before{ left: 0; width: 100%; }

#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link{ background: transparent; color: #AF4C0F; position: relative;}
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link{padding: 0px;}
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link{position: relative;}
/* #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link::after{content: ""; height: 2px; width: 100%; background-color: #3B3ADE; display: block; position: absolute; bottom: 0; left: 0;} */

/*===== Title Sections =====*/
.section-heading{margin-bottom: 30px; }
.section-heading h2{font-size: 32px; font-family: 'Nudista-bold'; line-height: 42px; letter-spacing: 0.8px; margin-bottom: 20px;}
.section-heading h3{font-size: 20px; font-family: 'Nudista-bold'; line-height: 30px; letter-spacing: 0.8px; margin: 15px 0px 10px;}
.section-heading p{ display: block; font-size: 16px; font-family: 'Nudista'; line-height: 26px;}
.section-heading h6{color:#FFAA00; font-size: 20px; font-family: 'Nudista-bold'; letter-spacing: 0.8px; margin-bottom: 15px;}
.section-link a, a.fancybox.overlayer-box span{color: #fff; font-size: 18px; line-height: 28px;  text-transform: uppercase; padding: 10px 45px; margin-top: 20px; display: inline-block; background-color: #AF4C0F; border-radius: 4px; transition: .3s;}
.section-link a:hover{text-decoration: none;background: transparent; border-color:#AF4C0F; color:#AF4C0F; transform: translateY(-5px); }


/*===== Banner Section =====*/
.banner{color: #fff; position: relative; z-index: 0;}
.banner .item{height: 885px; position: relative;}
.banner .item::after{content: ""; height: 100%; width: 100%; background: linear-gradient(0deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 100%); position: absolute; top: 0; left: 0;}
.banner .banner-content {position: absolute; top: 55%; left: 0; right: 0; transform: translateY(-50%); z-index: 3;}
.banner .banner-content-box h2{ font-size: 52px; font-family: 'Nudista-bold'; line-height: 62px;  position: relative;}
.banner .banner-content-box p{font-size: 18px; font-weight: 400; line-height: 30px; font-family: 'Nudista';}
.banner .banner-content-box a iconify-icon{display: inline-block; vertical-align: bottom; font-size: 28px;}
.banner .banner-content-box a{ color: #fff; font-size: 18px; font-family: 'Nudista-semi-bold'; line-height: 28px; padding: 15px 40px; margin-top: 35px; background-color: #FFAA00; border: 1px solid #FFAA00; border-radius: 4px; transition: .3s; display: inline-block;}
.banner .banner-content-box a:hover{transform: translateY(-5px);background: transparent; border-color: #FFAA00; text-decoration: none; color: #FFAA00;}

/*===== Welcome Sections =====*/
.welcome {padding: 80px 0px; position: relative;}
.welcome .section-heading p{color: #4F4F4F; font-size: 16px; font-family: 'Nudista'; line-height: 26px;}
.welcome .about-img{width: 470px; height: 688px; position: relative;}
.welcome .about-img img{border-radius: 10px; object-fit: contain;}
.welcome-section-link{margin-top: 30px; width: 90%;}
.welcome-section-link a:first-child{background-color: #FFAA00; color: #fff; border: 1px solid #FFAA00; border-radius: 4px; padding: 11px 35px; display: inline-block;}
.welcome-section-link a.bbb img{height: 53px; width: 151px;}
.welcome-section-link img{height: 58px; width: 142px;}

/*===== Services Section =====*/
.services {background-color: #FFAA00; color: #000; padding: 70px 0;position: relative; }
.services [class*="col-"] {margin-bottom: 30px;}
.services .section-heading {margin-bottom: 50px;}
.services .services-item{position: relative; background-color: #fff; border-radius: 4px; color: #000; min-height: 320px; padding: 20px; }
.services .services-images{width: 60px; height: 60px;}
.services .services-content h4{font-size: 18px; font-family: 'Nudista-semi-bold'; line-height: 28px; margin: 20px 0px 10px;}
.services .services-content p{font-size: 16px;font-weight: 700;line-height: 26px;}
.services .section-link a:hover{background: transparent;}
.services .btn-text h6{color: #000; font-size: 18px; line-height: 28px; width: 70%;}

/*===== Why Choose Us Section =====*/
.support {padding: 70px 0;position: relative; }
.support [class*="col-"] {margin-bottom: 30px;}
.support .support-item{background-color: #252525; color: #fff; padding: 30px; border: 1px solid #FFFFFF1A; border-radius: 8px;}
.support .support-thumbnail img{height: 54px; width: 54px;}
.support .support-thumbnail h4{font-size: 20px; font-family: 'Nudista-semi-bold'; line-height: 30px; margin: 15px 0px 10px;}
.support .support-content p{font-size: 16px; line-height: 26px;}
.support .btn-text{width: 80%; margin: 20px auto 0px;}
.support .btn-text h6{color: #000; font-size: 18px; font-family: 'Nudista-semi-bold'; line-height: 28px;}

/*===== Testimonilas Section =====*/
.testimonials {margin-top: 30px;}
.testimonials .testimonials-wrapper{position: relative; z-index: 0; padding: 80px 0;color: #fff; border-radius: 10px;}
.testimonials .testimonials-wrapper::before{content: ""; height: 100%; width: 100%; background: linear-gradient(0deg, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.70) 100%); border-radius: 10px; position: absolute; top: 0; left: 0; z-index: -1;}
.testimonials .section-heading {margin-bottom: 50px;}
.testimonials .section-heading h6{color: #fff;}
.testimonials .test-content-wrap {padding: 70px 70px 0px; text-align: center; width: 80%; margin: 0 auto;}
.testimonials .test-content-wrap .icons{height: 40px; width: 40px; border-radius: 50%; margin: -95px auto 40px;}
.testimonials .test-content h4{font-size: 18px; font-family: 'Nudista-bold'; line-height: 28px; color: #fff; text-align: center; margin-top: 25px;}
.testimonials .test-content p{font-size: 16px; letter-spacing: 0.7px;}
.testimonials .ratings span { color: #FFD600; font-size: 22px; margin-top: 25px;}
.testimonials .section-link{margin:25px 0px -30px}
.testimonials .section-link a{padding:16px 64px; position: relative; margin-top: 0;}

/*===== Portfolio Section =====*/
.projects { padding: 70px 0;position: relative; }
.projects [class*="col-"] {margin-bottom: 30px;}
.projects .section-heading {margin-bottom: 50px;}
.projects .section-heading h2::after{background-color: #000;}
.projects .project-content-item {position: relative; overflow: hidden;}
.projects .project-content-item img { width: 100%; height: 300px; border-radius: 4px; }
.projects .project-content-item a { position: absolute; top: 0; right: 0; bottom: 0; left: 0; color: #fff; background: transparent; text-decoration: none; font-size: 24px; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s;}
.projects .project-content-item a:hover { background: rgba(0,0,0,0.5); transform: none;}
.projects .project-content-item a i { opacity: 0;}
.projects .project-content-item a:hover i {opacity: 1;}
.projects .project-content-item a.overlayer-box {background-color: rgba(0,0,0,0.5); margin-top: 0; font-size:16px; border: unset;}
 

/*===== Free Estimate Sections =====*/
.home-free-estimate{position: relative; color: #fff; padding: 80px 0px; z-index: 0;}
.home-free-estimate::after{content: ""; height: 100%; width: 100%; background: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.60) 100%); position: absolute; top: 0; left: 0; z-index: -1;}
.home-free-estimate .section-heading{margin-top: 20px;}
.home-free-estimate .section-heading p b{font-size: 20px; line-height: 30px;}
.home-free-estimate-form{background: #FFFFFF; box-shadow: 0px 22px 48px rgba(0, 0, 0, 0.10); padding: 45px 40px;}
.home-free-estimate-form .form-control {font-size: 18px; font-weight: 400; line-height: 28px;  color: #4F4F4F; background-color:#FFFFFF; border: 1px solid #7E7E7E; border-radius: 4px; height: unset; padding: 10px 20px; }
.home-free-estimate-form input::placeholder,.home-free-estimate-form textarea::placeholder{color: #4F4F4F !important; opacity: 1;}
.home-free-estimate-form .form-control:focus { color:#4F4F4F; background-color: #fff; border-color: #ddd; box-shadow: unset;}
.btn-home-free-estimate-form-control{ color:#fff; font-size: 16px; font-family: 'Nudista-semi-bold'; line-height: 26px; padding: 10px 28px; border: 1px solid #FFAA00; background-color: #FFAA00; border-radius: 4px; display: block; text-align: center; transition: .5s; width: 100%; text-transform: uppercase;}
.btn-home-free-estimate-form-control:hover{ color: #FFAA00; background:transparent; color: #FFAA00; border-color: #FFAA00;}

/*===== Footer Section =====*/
.footer{background-color: #FFAA00; color: #000; padding: 80px 0px 0px; position: relative;z-index: 1; }
.footer .logo{width: 305px; height: 100px;}
.footer .logo img{object-fit: contain; border-radius: 10px;}
.footer .logo-content p{font-size: 16px; line-height: 26px;}
.footer-content h4{font-size: 18px; font-family: 'Nudista-semi-bold'; line-height: 28px; display: inline-block; text-transform: uppercase; margin-bottom: 25px; position: relative; background-color: #0000004D; padding: 7px 15px; border-radius: 4px;}
.footer .footer-list ul li iconify-icon{font-size: 7px !important; color: #000;}
.footer .footer-content ul li.menu-item{margin-left: 20px;}
.footer #menu-footer-links {text-transform: uppercase;}
.footer .footer-content ul li.menu-item::before {content: "\f111 "; font-size: 7px; font-family: 'fontawesome'; display: block; position: absolute; left: -20px; top: 50%; transform: translateY(-50%);}
.footer .footer-content ul li iconify-icon{font-size: 25px; color: #000; display: block;}
.footer .footer-content ul li .contact-detail {flex: 1;}
.footer .footer-content ul li{color: #000; margin: 12px 0px; position: relative; display: flex; align-items: center;}
.footer .footer-content ul li a{color: #000; font-size: 16px; line-height: 26px;}
.footer .ase-logo{width: 116px; height: 150px; margin-top: 40px;} 
.footer .ase-logo img{border-radius: 10px;}

/*===== Copyright Section =====*/
.copyright{margin-top: 40px; padding: 15px 0px; border-top: 1px solid #000; color: #000; font-size: 18px; line-height: 28px; font-weight: 600;  text-align: center;}
.copyright p a{ color: #fff; text-decoration: none; }


/*===== Pages Breadcrumb =====*/
.content-banner{ padding: 12px 0px; background: #000; }
.breadcrumb{ padding: 8px 10px; margin: 0; margin-bottom: 0; color: #151515; background: #fff; border-radius: 0; font-family: 'Nudista'; font-size: 16px; }
.breadcrumb a{ color: #AF4C0F; font-family: 'Nudista-semi-bold'; text-decoration: none; }
.breadcrumb .fa{  display: inline-block; margin: 0 10px; font-size: 15px; margin-top: 6px; }

/*===== Content Pages =====*/
.content{ width: 100%; padding: 40px 0; background: #fff; }
.content-block{ padding: 20px; background: #f4f4f4; }
.sectiontitleunderline{ display: block; width: 80px; height: 2px; margin: 0 0 20px; background: #333; }
.content h2{ text-transform: capitalize; font-size: 30px; font-family: 'Nudista-semi-bold'; margin-bottom: 10px;}
.content h3{ text-transform: capitalize; font-size: 20px; font-family: 'Nudista-semi-bold'; margin:20px 0px 10px;}
.content h4{ text-transform: capitalize; font-size: 18px; font-family: 'Nudista-semi-bold'; }
.content p{ font-size: 18px; line-height: 28px;}
.content ol,
.content ul{ margin:0 ; padding: 0; margin-bottom: 15px; margin-left: 15px;}
.content li{line-height: 28px; font-size: 18px; font-family: 'Nudista-bold'; font-family: 'Nudista';}


/*===== Contact Form Section =====*/
.formstyle{padding-left: 60px;height: 50px;border-color: #ddd;border-radius: 0;background-color: #fff; color: #000; font-size: 18px;}
.contact-form .formstyle{padding-left:15px;margin-bottom:10px;}
.btn-formstyle{ margin-top: 15px; width: 150px; color: #fff; background-color: #2c2c2c; border: none; border-radius: 0; padding: 10px 16px; font-size: 20px; line-height: 30px; transition: all linear 0.3s; }
.btn-formstyle:hover{background: #3B3ADE;}
.googlemap{ height: 500px; overflow: hidden; border: #eee solid 1px; }
.form-horizontal .form-group{ margin-right: 0; margin-left: 0; }
.content .form-group{margin: 0px;}
.content .form-group br{margin: 0px !important;}
.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: 0px;height: 100%;width: 50px;text-align: center;padding-top: 15px;color: #000;background-color: #ddd;font-size: 18px;z-index: 1;}
.form-section .sms { height: 200px;}
.form-section textarea.form-control {height: 200px;}

/*===== Testimonials Page =====*/
.reviewsblock{padding: 15px 0px;background: #808080;width: 100%;text-align: center;}
.reviewsblock h4{ text-transform: uppercase; color: #fff; font-size: 20px; font-weight: 700; }
.reviewsform{padding: 15px 0px; min-height: 150px;width: 100%;}
.reviewsformstyle{height: 44px;border-radius: 0;border: #000 solid 1px;color: #333;background: #fff;font-size: 17px;margin-bottom:10px;}
.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: 18px;font-weight: 600;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;
}
/*===== Free Estimate Form Page =====*/
.free-estimate-form .freeblock{ padding: 15px 20px; background: #666; color: #fff; text-transform: uppercase; }
.free-estimate-form .form-control{ padding-left: 15px; height: 50px; border-radius: 0; border: #666 solid 1px;margin-bottom:20px; }
.btn-free-estimate-form-control{ 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-free-estimate-form-control:hover{ background: #2ecc71; }
.free-estimate-form .fa{position: absolute; top: 36px;height: calc(100% - 64px);width: 50px;background: #666;text-align: center;padding-top: 15px;color: #fff;font-size: 18px; z-index: 1}
.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 textarea{min-height:200px;}

/*===== Page =====*/

.contact-page-location-map{ display: block; margin-top: 30px; }

.about-span-break{ display: block; }



/*========== Responsive ==========*/

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

@media (max-width: 767px){


      /*===== Go To Top =====*/
    .header{padding: 0px;}
    .mobile_menu{ display: block; width: 0; }
    .mobile_menu.active{ width: 100%; }
    .serv_dropdown_menu{ padding-left: 30px;}
    .header-top.home .navigation{margin: 30px auto 0px; width: 75%;}
    .header-contact-info ul li{color: #fff;margin-bottom: 1.5rem; }
    .header-contact-info ul li a{color: #fff;}
    

    .header .container,
    .header .container{ width: 100%; }
    #mega-menu-wrap-header-menu #mega-menu-header-menu{margin-left: 0px;}
    #mega-menu-wrap-header-menu .mega-menu-toggle, .header-bottom .navigation {display: none;}
    #mega-menu-wrap-header-menu #mega-menu-header-menu{width:100%;}
    #mega-menu-wrap-header-menu .mega-menu-toggle + #mega-menu-header-menu{display: block;}
    #mega-menu-wrap-header-menu{ margin: 0px 30px 0px; }
    #mega-menu-wrap-header-menu .mega-menu-toggle{ border-radius: 0; background: #82A6CB; }
    #mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner,
    #mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before,
    #mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after{ width: 30px; }
    #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item{ display: block; } 
    #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item:last-child{ float: none; }
    #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link{ padding: 10px 15px; margin-right: 0; margin: 0; background: #2f2f2f; color: #fff; border-radius: 0; font-size: 14px; font-weight: 400; }
    #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link::before{ height: 1px; }
    #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
    #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,
    #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link{ background: #3B3ADE; color: #fff; font-size: 14px; font-weight: 400; }
    #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item:last-child > a.mega-menu-link{background: #2f2f2f;padding: 10px 15px;border-radius: 0;}
    #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link::before{display: none;}
    #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link:hover{color: #fff;}
    #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link::after{display: none;}
      
      #back-top{ right: 10px; bottom: 10px; }
      #back-top a .fa{ font-size: 16px; width: 40px; height: 40px; padding-top: 10px; }

      .social-icons-text ul{display: block !important;}
      .social-icons-text ul li a{justify-content: left;}
      .header-bottom.home{background-color:unset;}
      .header-bottom .logo{width:100%; height:auto; margin-top:50px;}

      .banner{padding: 0px !important;}
      .banner .item{height: 500px;}
      .banner .banner-content-box h2{font-size: 28px; line-height: 38px;margin-top:120px;}
      .banner .banner-content-box h2 span{margin-left: 10px !important;}
      .banner .banner-content-box a{padding: 8px 20px; margin-top: 25px;}

      .banner-video-wrap{height: auto;}

      .section-heading h6{margin-bottom: 10px; justify-content: center;}
      .section-heading h2{font-size: 25px; line-height: 35px; margin-bottom: 20px;}
      .section-link a{padding: 10px 25px !important;}

      .welcome{padding: 50px 0px;}
      .welcome .about-img,.welcome .section-heading{width: 100%; height: auto; margin: 30px 0px;}
      .welcome .welcome-section-link{display: inline-block !important; margin-top: 20px;}
      .welcome .welcome-section-link a{margin: 10px 0px; display: block;}
      .welcome .section-link a.bbb-logo{margin: 15px 0px !important;}

      .services .services-item{flex-direction: column; padding: 15px;}
      .services .col-md-12:nth-child(2n+1) .services-item{flex-direction: column;}
      .services .services-item{min-height: unset !important;}
      .services .col-md-12:nth-child(2n) .services-content{width: 100%;}
      .services .btn-text h6{width: 100%;}

      .testimonials .test-content-wrap{width: 100%; padding: 70px 15px 0px;}
      
      .testimonials [class*="col-"] {margin-bottom: 30px;}
      .testimonials-wrapper{padding: 30px 20px;}
      .testimonials .item .icons{margin-bottom: 20px;}

      .home-free-estimate{padding: 40px 0px;}
      .home-free-estimate .section-heading{width: 100%; margin-top: 0px;}
      .home-free-estimate-form{padding: 30px;}

      .footer [class*="col-"] {margin-bottom: 25px;}
      .footer .col-md-3{margin-top: 0px;}
      .footer .footer-content{padding-left: 0px;}
      .footer-content h4{font-size: 16px; line-height: 26px;}
      .footer-logo-content{padding: 30px;}
      .footer .footer-content{padding-left: 0px !important;}
      .footer .footer-lower-section::before{display: none;}
     
    }}