@charset "utf-8";

/*===== Pre CSS =====*/
body{ font-size: 17px; font-weight: 500; font-family: 'Poppins', sans-serif; line-height: 1.5;}
p,a, span, table, th, tr, td, h1, h2, h3, h4, h5, h6, img, ul, ol, li{ margin: 0; padding: 0; font-family: 'Lato', sans-serif; font-family: 'Raleway', sans-serif; }
h1, h2, h3, h4, h5, h6{ font-family: 'Futura LT', sans-serif; }
a[href^=tel] { text-decoration:inherit; color: inherit; }
[class*="col-"] { margin-bottom: 30px;}
p {font-size: 16px; font-weight: 400;line-height: 1.8;font-family: 'Lato', sans-serif;}
img{height: 100%; 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;}

/*===== 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; }

/* Modal Body */
.modal-body .close{ position: absolute; top: 8px; right: -4px; transform: translate(-50%,-50%); opacity: 1; color: #000; }
.modal-body img{ width: 100%; }

/* 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; }

/* Dropdown Menu */
.navbar .navbar-nav li .serv_dropdown_menu{ display: none; position: absolute; z-index: 999999; border-top: transparent solid 25px; background: transparent; top: 20px; margin-left: 0; width: 235px; overflow-x: hidden; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; }
.navbar .navbar-nav li .serv_dropdown_menu ul{ width: 100%; }
.navbar .navbar-nav li .serv_dropdown_menu ul li{ display: block; width: 100%; list-style: none; text-align: left; margin: 0; }
.navbar .navbar-nav li .serv_dropdown_menu ul li a{ display: block; padding: 10px 15px; text-align: left; font-size: 14px; font-weight: 400; text-decoration: none; background: #03016f; color: #fff; border-top: #fff solid 1px; border-radius: 3px; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; }
.navbar .navbar-nav li .serv_dropdown_menu ul li a:hover{ padding-left: 20px; color: #000; border-top: #fff solid 1px; background: #F3E723; }
.navbar .navbar-nav li .serv_dropdown_menu ul li a .fa{ float: right; margin-left: 5px; }

/* My Own Custom Dropdown Animation */
.navbar .navbar-nav li:hover .serv_dropdown_menu{ display: block; -webkit-animation: slide-up .5s ease-out; -moz-animation: slide-up .5s ease-out; }
@keyframes slide-up {
      0% { opacity: 0; -moz-transform: translateY(15%); }   
    100% { opacity: 1; -moz-transform: translateY(0); }
}

/*===== 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; height: 57px; }
.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: auto; }
.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; }

/*===== Responsive Mobile Dropdown =====*/
.accordion{ list-style: none;  padding: 0; margin: 0; }
.accordion_headline{ background: transparent; padding: 10px; border: #666 solid 1px; color: #fff; text-align: left; text-transform: uppercase; font-size: 14px; border-radius: 5px; font-weight: 400; transition: .3s ease; position: relative; }
.accordion_headline::before,
.accordion_headline::after{ content: ""; width: 15px; height: 2px; background: #ffffff; position: absolute; display: block; top: 50%; right: 15px; transform: translate(-50%, -50%) rotate(0deg); transition: .3s ease; }
.accordion_headline::after{ transform: translate(-50%, -50%) rotate(90deg); }
.accordion_headline:hover{ cursor: pointer; background: transparent; }
.open > .accordion_headline::before{ transform: translate(-50%, -50%) rotate(180deg);     }
.open > .accordion_headline::after{ transform: translate(-50%, -50%) rotate(360deg); }
.accordion_content{ display: none; background: transparent; padding: 0; border-top: 0; }
.accordion li{ margin-bottom: 1px; }
.accordion_headline h5{ font-size: 16px; margin: 0; padding-right: 30px; }
.accordion_content p{ font-size: 14px; margin: 0; }

/*-- 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-top{background-color: #ff6b00; color: #fff; padding: 10px 0px;}
.header-top ul{ display: flex; align-items: center; }
.header-top ul li{display: flex;align-items: center;color: #fff;font-size: 16px;font-family: 'Poppins', sans-serif;}
.header-top ul li:nth-child(2){ margin: 0 50px; }
.header-top .icon {
  width: 36px;
  height: 36px;
  padding: 8px;
  color: #ff6b00;
  border-radius: 2px;
  background-color: #fff;
  margin-right: 20px;
  line-height: 0;
  }
.top-nav-wrapper{justify-content: space-between;}
.header-top .icon {border: 1px solid #ff6b00;}
.header-top .contact-detail {display: flex; flex-direction: column;}
.header-top ul li {margin-top: 0 !important;}
.header-top iconify-icon { font-size: 25px;}

/**/
.header-bottom.home{position: absolute;top: 0;left: 0;margin: 0 auto;z-index: 1;width: 100%; background-color: rgba(0, 0, 0, 0.5);}
.header-bottom{background-color: #444;}
.header-bottom .logo img{width: 100%;}
.header-bottom [class*="col-"] { margin-bottom: 0px; }
.navbar { border: none; background: transparent; background-color: transparent !important; padding:0; }
.navbar { margin-top: 0; margin-bottom:0; min-height: 0;}
.navbar .navbar-nav{display: block;margin: 0;padding: 0; text-align: right; width: 100%;}
.navbar .navbar-nav > li{display: inline-block;list-style: none;float: none;margin: 0;padding: 0;}
.navbar .navbar-nav > li:last-child a:hover{color: #ff6b00;; background-color: transparent;}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {color: rgb(255 96 45) !important;}
.navbar .navbar-nav > li > a{padding: 10px 20px;font-size: 18px; font-weight: 500;color: rgb(255 255 255);}
.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: #ff6b00;background: transparent;text-decoration: none; border-bottom: 1px solid #ff6b00;}
.navbar .navbar-nav .nav-link { color: rgb(255, 255, 255); font-weight: 400;}
.navbar .navbar-collapse li:first-child {margin-left: 10px;}
.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: 25px; width: calc(100% - 50px); }
.search-side ul li a{color: #fff; margin: 0px 10px;}
.search-side ul li a span iconify-icon{font-size: 25px;}
.search-side ul li .form-control{width: 85%; background-color: transparent !important;}
/*===== Banner Section =====*/
.banner{position: relative; z-index: 0;}
.banner .owl-carousel .owl-item img{height: 100vh; position: relative;}
.banner .owl-carousel .owl-item img::after{content: "";height: 58px; width: 248px; background-image: url(https://jasperusa.sfo3.cdn.digitaloceanspaces.com/Golden-Waves-LLC/Group%201.webp);position: absolute; bottom: -5px; left: 0; right: 0; margin: 0 auto; z-index:1 }
.banner::before{content: ""; background-color: rgba(0, 0, 0, 0.6); height: 100%; width: 100%; position: absolute; top: 0; left: 0;z-index: -1;}
.banner img{ width: 100%; }
.banner-content-box h2{ font-size: 80px; font-weight: 700; margin-bottom: 20px; line-height: 1.2; font-family: 'Futura Std', sans-serif; letter-spacing: 1px; }
.banner-content-box h2 span{color: #ff6b00; font-family: 'Cooper Hewitt Heavy', sans-serif; }
.banner-content-box h5{font-size: 24px; font-weight: 600;margin-bottom: 10px;}
.banner-content-box p{font-size: 24px;}
.banner-content-box a{ color: #fff; font-size: 18px; font-weight: 500; padding: 8px 48px; margin-top: 20px; display: inline-block; background-color:#ff6b00; border: 1px solid #ff6b00; border-radius: 2px; transition: .3s;}
.banner-content-box a:hover{transform: translateY(-5px);background: transparent;box-shadow: 0 5px 15px -10px #000;border-color: #fff;text-decoration: none;}

/*===== Title Sections =====*/
.section-heading{ text-align: center; margin-bottom: 30px; }
.section-heading h2{font-size: 40px; font-weight: 600; line-height: 1.4; position: relative; display: inline-block; color: #000;}
.section-heading h2 span{ font-family: 'Cooper Hewitt Heavy', sans-serif; color: #ff6b00;font-family: 'Cooper Hewitt Semibold', sans-serif; }
.section-heading h4{ color: #fff; font-size: 32px; font-weight: 600; margin-bottom: 20px; line-height: 1.3;font-family: 'Cooper Hewitt Semibold', sans-serif;}
.section-heading h4 span{ color: #ff6b00; display: block; font-family: 'Cooper Hewitt Semibold', sans-serif;}
.section-heading p{ display: block; color: #fff; font-size: 18px; font-family: 'Lato', sans-serif; line-height: 30px; }
.section-heading h5{ font-size: 22px; font-weight: 500; color: #fff; margin-bottom: 15px;}
.section-link a, a.fancybox.overlayer-box span{color: #fff;font-weight: 500;padding: 7px 28px;margin-top: 20px;display: inline-block;background-color:#ff6b00;border: 1px solid #ff6b00;border-radius: 25px;transition: .3s;}
.section-link a:hover{text-decoration: none;background: transparent; border-color:
#ff6b00; color:
#ff6b00; transform: translateY(-5px); }



/*===== Welcome Sections =====*/
.welcome{padding: 50px 0px 0px; overflow: hidden; position: relative; z-index: 1;}
.welcome .section-heading h4{color: #000;}
.welcome .section-thumbnail .about-img{ position: relative; z-index: 0;}
.welcome .section-thumbnail::after{content: ""; height: 100%; width: 100%; background-color: transparent; border: 4px solid #ff6b00; border-radius: 4px; position: absolute; top: 7%; right:-5%; z-index: -1;}
.welcome .section-heading{ text-align: left; }
.welcome .section-heading p:last-child{color: #ff6b00; font-style: italic; font-size: 20px; font-weight: 600; margin-top: 10px;}
.welcome .section-heading p{color: #000; font-size: 16px; font-weight: 400; line-height: 1.8;  position: relative;}
.welcome .section-link a{padding: 8px 40px; background-color: #ff6b00; border-color: #ff6b00;}
.welcome .section-link a:hover{background-color: transparent; color: #ff6b00;}

/*===== Services Sections =====*/
.services{ padding: 60px 0 20px;}
.services .section-heading h2{ margin-bottom: 30px; position: relative;}
.services .services-item{ position: relative; border-radius: 10px; box-shadow: 0 8px 24px 0 rgb(0 0 0 / 12%);}
.services .services-item a span iconify-icon{margin-left: 3px; display: block;}
.services .services-thumbnail{ position: relative; overflow: hidden; }
.services .services-thumbnail img{ width: 100%; height: 300px; }
.services .service-content {padding: 30px 20px;min-height: 300px;display: flex;flex-direction: column;justify-content: space-around; background-color: #f0f0f0;}
.services .service-content h4{font-size: 18px;font-weight: 600; color: #000;position: relative; margin-bottom:15px; line-height: 1.3; font-family: 'Cooper Hewitt Semibold', sans-serif;}
.services-item:hover{ transform: translateY(-5px);  box-shadow: 2px 2px 5px 2px #ff6b00; }
.services-item:hover img{ transform: scale(1.2); }

/*===== Testimonials Sections =====*/
.testimonials { color: #000; position: relative; padding: 50px 0px 80px; z-index: 0; background-attachment: fixed;  background-position: 25% 5%; background-size: cover; background-repeat: no-repeat;}
.testimonial-wrapper{background-color: #f0f0f0; padding: 30px 50px; border-radius: 10px; position: relative;}
.testimonial-wrapper::after{content: ""; height: 100%; width: 100%; background-color: transparent; border: 4px solid #ff6b00; border-radius: 10px; position: absolute; top: 5%; right:-2%; z-index: -1;}
.testimonials .section-heading,
.testimonials .section-heading h2{ text-align: center;}
.testimonials .section-heading h2 span{color: #ff6b00;}
.testimonials .section-body p{ margin-bottom: 10px;}
.testimonials .test-content {padding: 0px 30px 30px; margin: 0 auto; position: relative;}
.testimonials .test-content .icons{position: absolute;top: 50%;left: 50%;transform: translate(-50%, -75%);}
.testimonials .icons iconify-icon {font-size: 140px;color: #ff6b00; opacity: 0.2; }
.testimonials .test-content .author h5{ color: #ff6b00; font-weight: 600; margin-top: 30px; }
.testimonials .ratings span { color: #ffd600; font-size: 30px; margin-top: 15px;}
.testimonials .section-link{ text-align: center;}


/*===== Project Sections =====*/
.project { padding: 50px 0px; }
.project .section-heading h5{color: #3655a0;}
.project .project-content-item {position: relative; overflow: hidden;}
.project .project-content-item img { width: 100%; height: 220px; }
.project .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;}
.project .project-content-item a:hover { background: rgba(0,0,0,0.5); transform: none;}
.project .project-content-item a i { opacity: 0;}
.project .project-content-item a:hover i {opacity: 1;}
.project .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;padding: 50px 0px 80px; z-index: 1;}
.home-free-estimate .section-heading h4{ color: #fff; position:relative; }
.home-free-estimate .section-heading p{ width: 100%; color: #000; text-align: justify; margin-top: 20px;}
.home-free-estimate .call-us {display: flex; align-items: center; }
.home-free-estimate .call-us .icon {font-size: 40px; margin-right: 15px; color:
#ff6b00; line-height: 0;}
.home-free-estimate .call-us h6{font-size: 18px;}
.home-free-estimate .call-us .number {font-size: 20px; font-weight: 500; color: #00396f;}
.home-free-estimate-form{ background-image: url(https://jasperusa.sfo3.cdn.digitaloceanspaces.com/Golden-Waves-LLC/1-5.webp); padding: 30px 40px; color: #fff; position: relative;}
.home-free-estimate-form::before{content: ""; background-color: rgba(0, 0, 0, 0.6); height: 100%; width: 100%; position: absolute; top: 0; left: 0;z-index: 0;}
.home-free-estimate-form .section-heading h2{font-size: 32px;}
.home-free-estimate-form .form-control {font-weight: 300; line-height: 1.5; color: #000; background-color: 
  transparent; border: 1px solid #fff; border-radius: unset; height: unset; padding: 7px 15px; }
.home-free-estimate-form input::placeholder,.home-free-estimate-form textarea::placeholder{
  color: #000 !important; opacity: 1;}
.home-free-estimate-form .form-control:focus { color:#000; background-color: #fff; border-color: #7b7b7b; box-shadow: unset;}
.btn-home-free-estimate-form-control{ color:#fff; font-size: 18px; font-weight: 500; padding: 10px 60px; background-color: #ff6b00; border: 1px solid #ff6b00; border-radius: 28px; display: block; text-align: center; transition: .5s; margin: 0 auto;}
.btn-home-free-estimate-form-control:hover{ background:transparent; color: #fff;border-color: #ff6b00; color: #ff6b00; }
.free-estimate-img {height: 535px;position: relative;}

/*===== Footer Section =====*/
.footer {background-color: #484848 ;color: #fff; padding: 50px 0px 30px; position: relative;}
.footer::before{content: "";height: 58px; width: 248px; background-image: url(https://jasperusa.sfo3.cdn.digitaloceanspaces.com/Golden-Waves-LLC/Group-2.webp);position: absolute; top: -50px; left: 0; right: 0; margin: 0 auto; }
.footer .footer-logo img{width: 200px; height: 120px;}
.footer-content-wrapper{width: 90%;}
.footer .footer-title h5{ font-size: 20px; font-weight: 600; color: #fff; font-family: 'Cooper Hewitt Semibold', sans-serif;}
.footer .contact-detail{ display: flex; flex-direction: column;}
.footer .contact-wrap .icon{width: 36px; height: 36px; padding: 8px; color:#fff; border-radius: 50%; background-color: #000; margin-right: 10px; line-height: 0;}
.footer iconify-icon{ font-size: 25px; display: block;}
footer .contact-wrap ul li a{color: #fff;}
.footer .contact-wrap li{display: flex; align-items: center; margin-top: 20px;}
.footer .footer-img{height: 110px; width: 200px; margin-top: 20px;}
.footer .footer-img img{object-fit: contain;}
/*===== copyright Section =====*/
.copyright{ padding: 15px 0;  background-color: #ff6b00; border-top: #ccc solid 1px; }
.copyright p{ color: #fff; font-size: 16px; text-align: center; }
.copyright p a{ color: #000;font-weight: 600; text-decoration: none; }


/*===== Content Pages =====*/
.content-banner{padding: 85px 0 20px;}
.content-banner,
.content-block [class*="col-"] {margin-bottom: 0px;}
.breadcrumb{background: #00396f; padding: 5px 20px; border-radius: 0; margin-bottom: 10px;text-align: center;color: #fff;font-family: 'Poppins', sans-serif;font-weight: 500;font-size: 25px;margin-top: 150px;}
.breadcrumb a{ color: #fff; font-family: 'Poppins', 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%; padding: 50px 0 100px;background: #fff;}
.content h2{ font-size: 25px; font-weight: 600; color: #000; font-family: 'Poppins', sans-serif; margin-bottom: 10px; }
.content h3{ font-size: 20px; color: #2c2c2c; font-family: 'Poppins', sans-serif; margin-bottom: 10px; }
.content h3 .about-span-break{ font-size: 20px; color: #2c2c2c; font-family: 'Poppins', sans-serif; }
.content h4{ font-size: 16px; color: #666; font-family: 'Poppins', sans-serif; margin-bottom: 10px; }
.content .ms-inner-content h5{ font-size: 18px; font-weight: 600; color: #333; font-family: 'Poppins', 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: 16px; font-family: 'Poppins', sans-serif; color: #666; }

/*===== 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;}
.reviewsform input::placeholder{ color: #666; }
.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: #00396f;}
.testimonials-page{ display: block; margin-top: 15px; }
.testimonials-page .panel-group .panel{ border-radius: 0; border: none; }
.testimonials-page .panel-heading{ padding: 0; border: none; }
.testimonials-page .panel-title{ padding: 0; border: none; }
.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 .panel-title .collapsed{ background: #fff; color: #191919; position: relative; }
.testimonials-page .panel-title .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 .panel-title a::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 .panel-body{ box-sizing: border-box; -webkit-box-shadow: 0 0 15px -5px #666; -moz-box-shadow: 0 0 15px -5px #666; -o-box-shadow: 0 0 15px -5px #666; box-shadow: 0 0 15px -5px #666; }
.testimonials-page .panel-body p{ color: #191919; font-size: 16px; line-height: 30px; }
.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; }

/*===== 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: #00396f;}
.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; }
.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: 25px; height: calc(100% - 45px); 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,
      .testimonials .section-body{ padding: 0; padding-left: 130px; }
      .welcome .section-thumbnail img{ margin-top: 300px; margin-left: -30px; width: 100%; height: auto; }

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

      .header-bottom .container{ width: 100%; }
      .header-top ul{ text-align: center; }
      .banner-content-box h2{ font-size: 48px; line-height: 70px; }
      .banner-content-box a{ font-size: 24px; }
      .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::before{ left: calc(50% + 100px); }
      .logo-list{ display: block; margin-top: 30px; }
      .logo-list img:first-child{ margin-bottom: 15px; margin-right: 15px; }
      .services .container{ width: 100%; }
      .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; }

  /*===== Body Section =====*/
      .header-top{ padding: 70px 0 15px; }
      .header-top ul{display: block; text-align: left;}
      .header-top ul li{ font-size: 14px; }
      .header-top ul li:nth-child(2){ margin: 0; }
      .header-top ul li:nth-child(3){ margin-left: 15px; }
      .header-bottom .logo{ margin: 60px 0 20px; text-align: center; }
      .header-bottom .logo img{ display: inline-block; width:160px; }
      .top-nav-wrapper.ms-flex {display: block;}
      .nav-wrap{justify-content: center !important;}

      .banner-content-box h2{ font-size: 36px; line-height: 40px; margin-bottom: 15px; }
      .banner-content-box a{ padding: 7px 28px; font-size: 16px; }
      .banner-content-box h5{font-size: 18px;}
      .banner .owl-carousel .owl-item img{height: 400px;}

      .section-heading h4{ font-size: 30px; }
      .section-heading h2{font-size: 30px;line-height: 40px;text-transform: inherit;margin-bottom: 10px;}
      .section-heading p{ font-size: 16px; line-height: 30px; }

      .service-areas{ padding: 50px 0; }
      .service-areas .section-heading{ margin-bottom: 30px; }
      .service-areas .section-body{ display: block; }
      .service-areas-item{ width: 100%; height: auto; }
      .service-areas-item h4{ font-size: 18px; }
      .service-areas-item p{ font-size: 16px; line-height: 30px; }

      .welcome{ padding: 50px 0; }
      .welcome .ms-flex{display: block;}
      .welcome::before,
      .welcome::after{ display: none; }
      .welcome .section-heading{ padding-right: 0; }
      .welcome .section-heading p{ font-size: 16px; line-height: 30px;  }
      .welcome .section-thumbnail img{ margin-top: 30px; margin-left: 0; }

      .service-types{ padding: 15px 0; }
      .service-types .section-heading{ margin-bottom: 30px; }
      .service-types .section-body{ display: block; }
      .service-types-item{ width: 100%; height: auto; padding: 30px 15px; }
      .service-types-item:hover,
      .service-types .section-body:hover .service-types-item:nth-child(2):hover,
      .service-types-item:nth-child(2){ box-shadow: 0 0 15px -10px #000; }
      .service-types-item h4{ font-size: 18px; }
      .service-types-item h4 span{ display: inline; }
      .service-types-item p{ font-size: 16px; line-height: 30px; }

      .services{ padding: 50px 0; }
      .services .section-body{ display: block; margin-top: 30px; }
      .services-item{ margin-top: 15px; }
      .services-item h4{ padding: 15px; font-size: 16px; }
      .services-item a{ padding: 10px 10px 8px; font-size: 14px; }


      .why-choose-us .whyus-image{margin: 0; padding: 0;}

      .testimonials{ padding: 50px 0; }
      .testimonials .section-heading,
      .testimonials .section-body{ padding-left: 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: 14px; }
      .testimonials .test-content{padding: 0;}
      .testimonials iconify-icon {font-size: 25px;}

      .home-free-estimate{ padding: 50px 0;}
      .home-free-estimate-form{position: unset;}
      .home-free-estimate-form{ padding: 20px 30px; width: 100%; border-left: none; box-shadow: 0 5px 30px -20px #000; }
      .home-free-estimate-form-control{ height: 40px; }
      .btn-home-free-estimate-form-control{ padding: 8px 20px; font-size: 16px; }

      .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;}
      

      .why-choose-us img.cornerlogo{top: unset;}

      .footer-content h4{ margin-bottom: 15px; }
      .footer-content ul li,
      .footer-content p{ line-height: 30px; font-size: 14px; }
      .footer-content h3 span{ display: block; font-family: 'Poppins', 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: 14px;}

  /*===== Slider Section =====*/
  #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-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 img{width: 100% !important;}
  .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,.content ol li{ font-size: 16px; line-height: 26px; margin:5px 20px !important; }
  .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; }
  .free-estimate-form .sms{ width: 40px; height: 174px; }
  .testimonials-page .panel-body p{ font-size: 14px; line-height: 30px; }
  
}