@charset "utf-8";
/* CSS Document */

/* @font-face{ font-family:"Dutch801"; src:url("../fonts/Dutch801.ttf"); } */

/*===== Pre CSS =====*/
body{ margin: 0; padding: 0; font-size: 14px; font-weight: normal; color: #333; font-family: 'Viga', sans-serif; background: #fff; }
p, a, span, table, th, tr, td, h1, h2, h3, h4, h5, h6, img, ul, ol, li{ margin: 0; padding: 0; font-family: 'Viga', sans-serif; }

/*===== 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; height: 57px; border-bottom: #fff solid 1px; }
.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; background: #fff; padding: 15px; margin-bottom: 15px; border-radius: 5px; width: inherit; height: auto; }
.sidebar{ padding: 65px 15px; 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: #747474; border-radius: 5px; }

/*-- Modern Social Media Icon Display --*/
.social_media_block{ display: block; position: fixed; bottom: 15px; left: 15px; z-index: 999; }
.share_icon .fa-solid{ position: absolute; left: 0; bottom: 0; z-index: 2; cursor: pointer; width: 52px; height: 52px; border-radius: 50%; background: #000; color: #fff; font-size: 24px; text-align: center; padding: 14px 0 0 0; transition: all linear 0.3s; }
.share_icon .fa-solid:hover{ transform: rotate(360deg); color: #fff; background: #008700; }
.social_icon{ position: relative; overflow-y: hidden; border-bottom-left-radius: 52px; border-bottom-right-radius: 52px; transition: all linear 0.3s; }
.social_icon.active{ padding-top: 52px; }
.social_icon ul{ position: relative; display: block; text-align: center; transform: translateY(100%); transition: all linear 0.3s; }
.social_icon.active ul{ transform: translateY(-52px); }
.social_icon ul li{ list-style: none; }
.social_icon ul li .fa-brands{ width: 50px; height: 50px; border-radius: 50%; border: none; background: #0e59a9; color: #fff; font-size: 24px; text-align: center; padding: 13px 0px 0 0; transition: all linear 0.3s; }
.social_icon ul li .fa-brands:hover{ transform: rotate(360deg); }
.social_icon ul li:nth-child(1) .fa-brands{ background: #3d5a96; color: #fff; }
.social_icon ul li:nth-child(2) .fa-brands{ background: #2aa3ef; color: #fff; }
.social_icon ul li:nth-child(3) .fa-brands{ background-image: linear-gradient(#8221b3, #c22268, #db8a40); color: #fff; }


/* Wrapper */
.wrapper{ margin: 0; padding: 0; overflow: hidden; }
.transition{ transition: all linear 0.3s; }

/*===== Header Section =====*/
.header{ background: rgba(217, 217, 217, 0.78);position: absolute;width: 100%;z-index: 4;}
.logo img{box-shadow: 0px 4px 5.2px 7px rgba(0, 135, 0, 0.44);}
.header-top{padding: 20px 0 12px;}
.header-top ul{display: flex;align-items: center;justify-content: flex-end;gap: 50px;}
.header-top ul li{list-style: none;font-family: Viga;font-weight: 400;font-size: 16px;}

.navbar{ padding: 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 > a{ position: relative; display: inline-block; padding: 0; margin: 0 25px; border: none; border-radius: 0; color: #000; background: transparent;  text-decoration: none; text-transform: uppercase;font-weight: 400;font-size: 20px;font-family: 'Viga', sans-serif; transition: all linear 0.3s; }

.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: #008700; background: transparent; }

.navbar .navbar-nav > li:last-child > a{margin-right: 0;color: #fff;background: rgba(0, 135, 0, 1);padding: 6px 40px;margin-left: 90px;}


/* Dropdown Menu */
.navbar .navbar-nav > li .serv_dropdown_menu{ display: none; position: absolute; z-index: 999999; border-top: transparent solid 27px; background: transparent; top: 20px; margin-left: 0; width: 270px; overflow-x: hidden; transition: all linear 0.3s; }
.navbar .navbar-nav > li .serv_dropdown_menu li{ display: block; width: 100%; list-style: none; text-align: left; margin: 0; }
.navbar .navbar-nav > li .serv_dropdown_menu li a{ display: block; padding: 10px 15px; text-align: left; font-size: 16px; font-weight: 400; text-decoration: none; background: #008700; color: #fff; border-top: rgba(255, 255, 255, 0.2) solid 1px; border-radius: 0; transition: all linear 0.3s; }
.navbar .navbar-nav > li .serv_dropdown_menu li a:hover{ padding-left: 20px; color: #fff; background: #000; }
.navbar .navbar-nav > li .serv_dropdown_menu li a .fa{ float: none; margin-right: 5px; font-size: 14px; }

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

/*===== Banners Section =====*/
.banner{ position: relative;}
.banner img{ width: 100%; max-height: 998px;height:auto; }
.banner-content{ position: absolute; bottom: 0%; left: 0; width: 100%;z-index:3;background:rgba(0, 0, 0, 1); }
.banner-content-box{display: flex;padding: 24px 00px;color: #fff;}
.banner-content-box h1{font-family: Viga;font-weight: 400;font-size: 44px;}
.banner-content-box p{font-family: Viga;font-weight: 400;font-size: 20px;margin-bottom: 40px;}
.banner-content-box a{text-decoration: none;color: #fff;background: rgba(0, 135, 0, 1);font-family: Viga;font-weight: 400;font-size: 20px;padding: 13px 100px;border-radius: 20px;transition: all linear 0.3s;}
.banner-content-box a:hover{background: #fff;color: #000;}


/*===== Common Section =====*/
.section-title{ margin-bottom: 50px; }
.section-title h4{ font-family: Viga;font-weight: 400;font-size: 24px;line-height: 34px;text-transform: uppercase;}
.section-title h4 span{position: relative;}
.section-title h4 span::before{position: absolute;content: '';width: 122px;height: 3px;background: #000;top: 50%;transform: translateY(-50%);left: calc(-100% - 25px);}
.section-title h4 span::after{position: absolute;content: '';width: 122px;height: 3px;background: #000;top: 50%;transform: translateY(-50%);left: calc(100% + 15px);}
.section-title h2{font-family: Viga;font-weight: 400;font-size: 40px;line-height: 50px ;margin: 18px 0;}
.section-title p{font-family: Poppins;font-weight: 400;font-size: 20px;line-height: 30px;margin-bottom: 18px;}


/*========common button==========*/
.section-link{margin-top: 50px;}
.section-link a{text-decoration: none;color: #fff;background: rgba(0, 135, 0, 1);font-family: Viga;font-weight: 400;font-size: 20px;padding: 15px 80px;border-radius: 20px;transition: all linear 0.3s;}
.section-link a:hover{background: #fff;color: #000;box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;}

.about-services-warpper{position: relative;z-index: 1;padding: 100px 0;}
.about-services-warpper::before{position: absolute;content: ''; background: url('../imgs/welcome-bg.webp') no-repeat top;background-size: cover;width: 100%;height: 75%;color: '';top: 0;left: 0;z-index: -1;}

/*===== Welcome Section =====*/
.welcome{ padding: 0px 0 80px; ; }
.welcome-thumbnail{ position: relative; display: inline-block; z-index: 1; }
.welcome-thumbnail img{ width: 100%; height: auto; border-radius: 5px;  }
.welcome .section-title h4 span::before{display: none;}


/*===== Services Section =====*/
.services{ padding: 20px 0 0px; background: transparent; }
.services-card{display: flex;flex-direction: column;gap: 22px;justify-content:center; align-items:center;text-align: center;box-shadow: 0px 4px 5.3px 10px rgba(0, 135, 0, 0.44);padding: 50px 20px 30px;min-height: 503px;max-width: 400px;background: #fff;animation: glowEffect 3s infinite ease-in-out;}
.services-card img{width: 64px;}
.services-card h4{font-family: Viga;font-weight: 400;font-size: 32px;line-height: 42px;padding-bottom: 25px;border-bottom: 2px solid #008700;}
.services-card p{font-family: Poppins;font-weight: 400;font-size: 16px;}
@keyframes glowEffect {
  0% {
    box-shadow: 0px 4px 1.3px 5px rgba(0, 135, 0, 0.2);
  }
  50% {
    box-shadow: 0px 4px 5px 10px rgba(0, 135, 0, 0.3);
  }
  100% {
    box-shadow: 0px 4px 1.3px 5px rgba(0, 135, 0, 0.2);
  }
}

.contact{padding: 54px 0;background: url('../imgs/contact-us.webp') no-repeat top;background-size: cover;}
.contact .section-title h2{margin-top: 0;font-size: 64px;line-height: 74px;}
.contact .section-title p{ color:#fff; }

.about-us{padding: 90px 0;}
.about-us .section-title h4 span::before{display: none;}
.about-us-thumbnail {display: inline-block;}
.about-us-thumbnail img{width: 100%;box-shadow: 0px 4px 5.3px 18px rgba(0, 135, 0, 0.44);animation: glowEffect 3s infinite ease-in-out;}

.offer{padding: 40px 0;}
.offer .section-title h4 span::before,.testimonials .section-title h4 span::before{left: calc(-100% - 5px);}
.offer-card{display: flex; flex-direction: column;padding: 33px;max-height: 480px;min-height: 480px; background: #fff;border: 5px solid rgba(0, 135, 0, 1);box-shadow: 0px 4px 5.3px 10px rgba(0, 135, 0, 0.44);text-align: center;animation: glowEffect 3s infinite ease-in-out;}
.offer-card h4{font-family: Viga;font-weight: 400;font-size: 32px;}
.offer-card p{font-family: Poppins;font-weight: 400;font-size: 20px;margin: 20px 0;}
.offer-card .price{font-family: Viga;font-weight: 400;font-size: 36px;margin-bottom: 25px;}
.offer-card a{color: #fff;text-decoration: none;background: #008700;border-radius: 20px;padding: 13px 55px;}

/*===== Testimonials Section =====*/
.testimonials{ position: relative; padding: 80px 0; background: url('../imgs/testimonials-bg.webp') no-repeat bottom center; background-size: cover; }
.testimonials-card-container{display: flex;justify-content: center;align-items: center;gap: 50px;flex-wrap: wrap;}
.testimonials-card{background: #fff;width: 43%;padding: 50px 41px;border: 5px solid rgba(0, 135, 0, 1);box-shadow: 0px 4px 5.3px 10px rgba(0, 135, 0, 0.44);text-align: center;animation: glowEffect 4s infinite ease-in-out;}
.testimonials-card .stars{font-size: 22px;}
.testimonials-card p{font-family: Poppins;font-weight: 400;font-size: 20px;line-height: 30px;margin: 25px 0;}
.testimonials-card h4{font-family: Poppins;font-weight: 400;font-size: 20px;line-height: 30px;}


/*===== Project Gallery Section =====*/
.project{ padding: 80px 0 50px; background: #fff; }
.project ul{ display: flex; flex-wrap: wrap; }
.project ul li{ list-style: none; }
.project-content-item{ position: relative; overflow: hidden; margin-bottom: 30px; }
.project-content-item img{ width: 100%; height: auto; }
.project-content-item a{ position: absolute; top: 0; right: 0; bottom: 0; left: 0; display: flex; justify-content: center; align-items: center; text-transform: uppercase; color: #fff; background: transparent; text-decoration: none; font-size: 30px; font-weight: 700; cursor: pointer; transition: all linear 0.3s; }
.project-content-item a .fa{ position: relative; opacity: 0;  color: #fff;  }
.project-content-item a.overlayer-box{ background: rgba(0,0,0,0.5); }
.project-content-item a:hover{ background: rgba(0,0,0,0.5); }
.project-content-item a:hover .fa{ opacity: 1; }
.project-content-item a.overlayer-box:hover{ background: rgba(0,0,0,0.7); }
.project-content-item a.overlayer-box span{ display: inline-block; padding: 15px 40px 13px; border-radius: 5px; text-decoration: none; background: #008700; color: #fff; font-size: 16px; font-family: 'Viga', sans-serif; transition: all linear 0.3s; }
.project-content-item a.overlayer-box span:hover{ background: #008700; }

/*===== Home Free Estimate Section =====*/
.home-free-estimate{ padding: 80px 0; background: url('../imgs/get-in-touch.webp') no-repeat center center; background-size: cover; }
.home-free-estimate .section-title{ color: #fff; }
.home-free-estimate-form{ max-width: 780px;margin: 0 auto;  padding: 78px 54px; background: #fff;}
.home-free-estimate-form ul li{ list-style: none; }
.home-free-estimate-form ul li:last-child{ text-align: center; }
.home-free-estimate-form label{font-family: Viga;margin-bottom: 15px; font-weight: 400;font-size: 24px;line-height: 34px;}
.home-free-estimate-form-control{ height: 55px; border:none; border-radius: 0px; background: #D9D9D9; color: #4E4E4E; margin-bottom: 37px; }

.btn-home-free-estimate-form-control{ display: block; padding: 10px; width: 100%; background: #008700; color: #fff; font-size: 18px; text-decoration: none; border-radius: 5px; transition: all linear 0.3s; }
.btn-home-free-estimate-form-control:hover{ background: #008700; }
.checkbox-group {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 1.5rem;
}

.custom-checkbox {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 16px;
  user-select: none;
}

.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.custom-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 4px;
  border: 1px solid #ccc;
}

.custom-checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}

.custom-checkbox input:checked ~ .checkmark {
  background-color: #28a745; /* Green when checked */
  border-color: #28a745;
}

.custom-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}

.custom-checkbox .checkmark:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/*===== Footer Section =====*/
.footer{ padding: 50px 0; background: #fff; }
.footer-content h4{color: #008700; font-family: Viga;font-weight: 400;font-size: 24px;line-height: 35px;margin: 20px 0 8px;}
.footer-content p{font-family: Viga;font-weight: 400;font-size: 18px;}
.footer-content ul li{list-style: none;margin-bottom: 25px;}
.footer-content ul li a{color: #000;text-decoration: none;font-family: Viga;font-weight: 400;font-size: 18px;line-height: 20px;}
.footer-gallery ul li{display: inline-block;margin-right: 20px;}

/*===== Footer Section =====*/
.copyright{ padding: 15px 0; background: #008700;}
.copyright p{font-family: Viga;font-weight: 400;font-size: 18px;text-align:center;color:#000; }
.copyright p a{ color: #fff; text-decoration: none; }

/*===== Slider Plugins =====*/
#banner-slider .owl-buttons{ display: none; }
#banner-slider .owl-dots { position: absolute; left: 50%; top: 90%; transform: translate(-50%,0); z-index: 9; }
#banner-slider .owl-dots .owl-dot span{ width: 15px; height: 15px; border-radius: 50%; background: #fff; border: none; opacity: 1; }
#banner-slider .owl-dots .active span{ background: #008700; }

#services-slider .owl-dots{ display: none; }
#services-slider .owl-nav{ display: block; }
#services-slider .owl-nav .owl-prev{ position: absolute; top: 50%; left: -75px; transform: translateY(-50%); font-family: 'FontAwesome'; text-align: center; width: 40px; height: 40px; border: none; background: transparent; color: #fff; font-size: 40px; border-radius: 50%; opacity: 1; display: flex; justify-content: center; align-items: center; z-index: 999; transition: all linear 0.3s; }
#services-slider .owl-nav .owl-next{ position: absolute; top: 50%; right: -75px; transform: translateY(-50%); font-family: 'FontAwesome'; text-align: center; width: 40px; height: 40px; border: none; background: transparent; color: #fff; font-size: 40px; border-radius: 50%; opacity: 1; display: flex; justify-content: center; align-items: center; z-index: 999; transition: all linear 0.3s; }
#services-slider .owl-nav .owl-prev:hover,
#services-slider .owl-nav .owl-next:hover{ background: transparent; color: #A65A00; }

#testimonials-slider .owl-dots{ display: none; }
#testimonials-slider .owl-nav{ display: block; }
#testimonials-slider .owl-nav .owl-prev{ position: absolute; top: 50%; left: -75px; transform: translateY(-50%); font-family: 'FontAwesome'; text-align: center; width: 50px; height: 50px; border: none; background: #fff; color: #000; font-size: 40px; border-radius: 50%; opacity: 1; display: flex; justify-content: center; align-items: center; z-index: 999; transition: all linear 0.3s; }
#testimonials-slider .owl-nav .owl-next{ position: absolute; top: 50%; right: -75px; transform: translateY(-50%); font-family: 'FontAwesome'; text-align: center; width: 50px; height: 50px; border: none; background: #fff; color: #000; font-size: 40px; border-radius: 50%; opacity: 1; display: flex; justify-content: center; align-items: center; z-index: 999; transition: all linear 0.3s; }
#testimonials-slider .owl-nav .owl-prev:hover,
#testimonials-slider .owl-nav .owl-next:hover{ background: #008700; color: #fff; }
#testimonials-slider .owl-nav .owl-prev span{ margin-right: 5px; margin-bottom: 5px; }
#testimonials-slider .owl-nav .owl-next span{ margin-left: 5px; margin-bottom: 5px; }

/*-- OWL-CAROUSEL CONFIGS --*/
#services-slider .owl-item img,
#testimonials-slider .owl-item img{ width: initial; }

/*===== Pages Breadcrumb =====*/
.content-banner{ padding: 30px 0; background: #151515; }
.breadcrumb{ padding: 10px 15px; margin: 0; margin-bottom: 0; color: #151515; background: #fff; border-radius: 0; font-family: 'Viga', sans-serif; text-transform: uppercase; font-weight: 400; font-size: 14px; }
.breadcrumb a{ color: #008700; text-decoration: none; }
.breadcrumb .fa{  display: inline-block; margin: 0 10px; font-size: 11px; font-weight: 700; margin-top: 4px; }

/*===== Content Pages =====*/
.content{ width: 100%; padding: 50px 0; background: #F0FDF4; }
.content-block{ padding: 5px;}
.sectiontitleunderline{ display: block; width: 80px; height: 2px; margin: 0 0 30px; background: #333; }
.content h2{ text-transform: uppercase; font-size: 24px; color: #000; font-weight: 900; font-family: 'Viga', sans-serif; margin-bottom: 10px; }
.content h3{ text-transform: uppercase; font-size: 18px; color: #000; font-weight: 700; font-family: 'Viga', sans-serif; margin-bottom: 10px; }
.content h4{ text-transform: uppercase; font-size: 16px; color: #000; font-weight: 700; font-family: 'Viga', sans-serif; margin-bottom: 10px; }
.content p{ font-size: 16px; line-height: 30px; font-family: 'Viga', sans-serif; color: #666; margin-bottom: 15px; }
.content ol,
.content ul{ margin:0 ; padding: 0; margin-bottom: 15px; }
.content li{ margin-left: 18px; line-height: 30px; font-size: 16px; font-family: 'Viga', sans-serif; color: #666; }

/*===== 404 || Page Not Found =====*/
.content-banner .page-not-found-title{ color: #fff; }
.page_not_found{ display: block; text-align: center; padding: 50px; }
.page_not_found h2{ font-size: 120px; color: #34495e; }
.page_not_found p{ font-size: 18px; color: #34495e; text-align: center; }
.page_not_found a{ display: inline-block; padding: 10px 25px; background: #c0392b; color: #fff; border-radius: 3px; text-decoration: none; }
.page_not_found a:hover{ background: #e74c3c; }

/*===== Latest Testimonials and Form Page =====*/
.content .reviewsblock{ padding: 15px 0; background: #008700; width: 100%; text-align: center; }
.content .reviewsblock h4{ margin-bottom: 0; text-transform: uppercase; color: #fff; font-size: 24px; font-weight: 700; }
.reviewsform{ padding: 15px; background: #eee; min-height: 150px; width: 100%; }
.reviewsformstyle{ height: 44px; border-radius: 0; border: #666 solid 1px; color: #666; margin-bottom: 15px; }
.reviewsform input::placeholder{ color: #666; }
.reviewsform textarea::placeholder{ color: #666; }
.btn-reviewsformstyle{ display: block; text-transform: uppercase; width: 100%; color: #fff; background: #008700; border: none; padding: 10px 16px; font-size: 18px; border-radius: 0; transition: all linear 0.3s; }
.btn-reviewsformstyle:hover{ background: #2ecc71; }

/* Bootstrap(v5.2.3) Accordion */
.testimonials-page{ display: block; margin-top: 15px; }
 .testimonials-page .accordion-button:focus,
.testimonials-page .accordion-button:active,
.testimonials-page .accordion-button{ padding-bottom: 13px; background: #008700; color: #fff; box-shadow: none; }
.testimonials-page .accordion-button.collapsed{ background: #fff; color: #000; }
.testimonials-page .accordion-button:not(.collapsed)::after{ content: '\f107'; font-family: 'fontawesome'; font-size: 18px; color: #fff; text-decoration: none; background-image: initial; }
.testimonials-page .accordion-button.collapsed::after{ content: '\f107'; font-family: 'fontawesome'; color: #000; text-decoration: none; background-image: initial; } 

/*===== Latest Contact Form =====*/
.contact-form-section .form-group{ position: relative; overflow: hidden; margin: 0; margin-bottom: 30px; }
.contact-form-section .form-group .fa{ position: absolute; top: 0; z-index: 999; height: 100%; width: 50px; background: #666; text-align: center; padding-top: 15px; color: #fff; font-size: 18px; }
.contact-form-section .form-group .sms{ height: 100%; }
.contact-form-section .contact-form-control{ padding-left: 65px; height: 50px; border-color: #666; border-radius: 0; }
.contact-form-section .contact-form-control::placeholder{ color: #666; }
.contact-form-section textarea.contact-form-control{ height: 200px; }
.contact-form-section .btn-contact-form-control{ width: 150px; color: #fff; background-color: #000; border: none; border-radius: 0; padding: 10px 16px; font-size: 18px; line-height: 1.3333333; transition: all linear 0.3s; }
.contact-form-section .btn-contact-form-control:hover{ background: #2ecc71; }
.contact-page-location-map .googlemap{ height: 400px; overflow: hidden; border: #eee solid 1px; }

/*===== Latest Free Estimate Form =====*/
.free-estimate-form .form-title{ padding: 10px 15px; background: #666; color: #fff; }
.free-estimate-form .form-group{ position: relative; overflow: hidden; margin: 0; margin-bottom: 30px; }
.free-estimate-form .form-group .fa{ position: absolute; top: 22px; z-index: 999; height: 100%; width: 50px; background: #666; text-align: center; padding-top: 15px; color: #fff; font-size: 18px; }
.free-estimate-form .form-group .sms{ height: 100%; }
.free-estimate-form .free-estimate-form-control{ padding-left: 65px; height: 50px; border-color: #666; border-radius: 0; }
.free-estimate-form .free-estimate-form-control::placeholder{ color: #666; }
.free-estimate-form textarea.free-estimate-form-control{ height: 200px; }
.free-estimate-form .btn-free-estimate-form-control{ width: 150px; color: #fff; background-color: #000; border: none; border-radius: 0; padding: 10px 16px; font-size: 18px; line-height: 1.3333333; transition: all linear 0.3s; }
.free-estimate-form .btn-free-estimate-form-control:hover{ background: #2ecc71; }


/*===== services Page====*/
.services-page-card-two .row{ flex-direction:row-reverse; }
.services-page-card {box-shadow: 0px 4px 6px -4px #0000001A, 0px 10px 15px -3px #0000001A;padding:33px;border-radius:8px;background:#FFFFFF;margin-bottom:60px;}
/*.services-page-card-left ul{display:flex;justify-content:space-between;align-items:center;gap:20px;flex-wrap:wrap; }*/
.services-page-card-right{padding:33px;border-radius:8px;background:#F0FDF4;}
.inner-page-buttons{margin-top:30px;}
.inner-page-buttons a{font-family: Inter;font-weight: 400;font-size: 15px;line-height: 20px;background:#16A34A;padding:13px 15px;border-radius:6px;color:#fff;text-decoration:none;border:1px solid #16A34A;}
.inner-page-buttons a:nth-child(2){background:#fff;color:#16A34A;}
.how-pricing-works{padding:30px;border-radius:8px;background:#FEF08A;}
.how-pricing-works h4{font-size:22px;line-height:24px;margin-bottom:11px;}
.how-pricing-works p{font-size:16px;}
.video-process{background:#BFDBFE;}
span.note{background:#fff;padding:10px;border-radius:6px;font-size:12px;line-height:20px;display:block;}

/*===== Prices Page====*/
.price-content h1{font-size:32px;}
.price-content h3{font-weight: 700;font-size: 28.71px;line-height: 36px;text-align:center;}
.price-card-container{box-shadow: 0px 4px 6px -4px #0000001A, 0px 10px 15px -3px #0000001A;border: 1px solid #BBF7D0;margin:20px 0 40px;}
.price-card-container .section-title h4,.age-note{color:#15803D;font-weight: 700;font-size: 11.81px;line-height: 16px;display:inline-block;padding:5px 10px;border-radius:10px;background: #DCFCE7; }
.age-note{display:block;max-width:132px;margin:20px 0;position:relative;left:50%;transform:translateX(-50%)}
.price-card-container ul{display:flex;justify-content:center;align-items:center;gap:15px;flex-wrap:wrap;background:#fff;padding:40px 0;}
.price-card-container ul li{list-style:none}
.price-page-card{border:1px solid #DCFCE7;border-radius:8px;padding:25px;min-width:260px;}
.price-page-card h4{font-weight: 700;font-size: 17.58px;line-height: 28px;margin:10px 0;}
.price-page-card .price-amount{font-weight: 700;font-size: 25.43px;line-height: 36px;color:#16A34A;margin:15px 0; }
.price-page-card p{color:#4B5563;font-weight: 400;font-size: 14.75px;line-height: 24px;margin:0;}

.price-card-container-two .card-type-two-list{display:block;padding:20px;}
.card-type-two-list li {display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px;padding:12px;background:#F9FAFB;width:100%; margin:10px 0;}
.card-type-two-list li p{font-weight: 400;font-size: 14.88px;line-height: 24px;margin:0;}
.card-type-two-list li .card-type-two-price{color:#16A34A;font-weight: 700;font-size: 14.88px;line-height: 24px;}

.price-page-card ul li .features {display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px;padding:10px 20px;background:#F9FAFB;margin:10px 0;}
.price-page-card ul li .features p{font-weight: 400;font-size: 14.88px;line-height: 24px;margin:0;}
.price-page-card ul li .features .card-type-two-price{color:#16A34A;font-weight: 700;font-size: 14.88px;line-height: 24px;}
.price-page-card ul li  .accordion-button{display:block;}

/*===== About Page====*/
.about-page{}
.our-story,.what-sets-us-apart{background:#fff;padding:80px 20px;}
.our-story h4{font-weight: 700;font-size: 35.3px;line-height: 40px;margin-bottom:30px;color:#111827;}
.our-story p{font-weight: 400;font-size: 16.88px;line-height: 29.25px;color:#374151;margin:20px 0; }
.our-story .green-text{color:#16A34A;font-size:17px;}
.our-story-thumbnail{display: flex;flex-direction: column;    align-items: center;background:#F0FDF4;padding:25px;}
.our-story-thumbnail .logo{margin-bottom:20px;}
.content .section-title p.border-left{font-style:italic;padding-left:20px;border-left:4px solid #16A34A;}

.what-sets-us-apart .about-us-page-card h4{margin:1rem 0;}
.about-page-bottom{background:#008700;padding:60px 0;}
.content .about-page-bottom h1,.content .about-page-bottom p{color:#fff;margin:1rem 0;}

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

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

      /*=====Social Media =====*/
      .share_icon .fa{ width: 45px; height: 45px; font-size: 18px; }
      .social_icon ul li .fa{  width: 43px; height: 43px; font-size: 18px; }
      .social_icon.active ul li:nth-child(1) .fa{ bottom: 188px; }
      .social_icon.active ul li:nth-child(2) .fa{ bottom: 145px; }
      .social_icon.active ul li:nth-child(3) .fa{ bottom: 102px; }
 /*===== Enable Header Menu Default in Small Device =====*/
      .mobile_menu{ display: block; width: 0; }
      .mobile_menu.active{ width: 100%; }
      .serv_dropdown_menu{ padding-left: 30px; }

      .header,.header-page{ position: unset; padding: 57px 0 5px; }
      .header-bottom{ display: none; }

      .banner-content-box{flex-wrap: wrap;}
      .offer-card{max-height: unset;}


}

/* Meduim Device */
@media (max-width: 769px){

      /*.banner img{height: 500px;}*/
      .header .logo{text-align: center;}
      .header-top ul{flex-wrap: wrap;text-align: left;justify-content: flex-start;gap: 20px;}
      .banner-content{position: unset;}
      .banner-content-box h1{margin-bottom: 20px;font-size: 28px;}
      .banner-content-box p { font-size: 18px;}
      .banner-content-box a { font-size: 15px; padding: 13px 36px;}

      .welcome-thumbnail{margin-bottom: 1.5rem;}

      .section-title h4 { font-size: 21px;}
      .section-title h2 { font-size: 32px;}
      .section-title p { font-size: 18px;}

      .section-link a { font-size: 14px; padding: 15px 50px;}
      .section-title h4 span::before {left: calc(-100% - 39px);}
      .services-card{margin-top: 2.5rem;}

      .contact .section-title h2{font-size: 32px;line-height: 42px;}

      .about-us{padding-bottom: 0;}
      .about-us-thumbnail{margin-bottom: 2.5rem;}

      .offer-card{margin-bottom: 2.5rem;}

      .testimonials-card{width: 100%;}

      .footer-content h4 {padding-bottom: 10px;border-bottom: 1px solid #000;display: inline-block;  margin: 39px 0 8px;}
      
      .services-page-card-right{margin:20px 0;}
      
      .our-story-thumbnail{margin-top:1.5rem;}
      .what-sets-us-apart .about-us-page-card{margin-bottom:3.5rem;}


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


      /*===== ALL Slider Section =====*/ 
      #banner-slider .owl-pagination{ top: 80%; }

      /*===== Pages Section =====*/
      .content-banner{ padding: 20px 0; }
      .content h2{ font-size: 20px; }
      .sectiontitleunderline{ margin: 0 0 15px; }
      .breadcrumb .fa{ margin: 5px; }
      .content p{ font-size: 14px; line-height: 26px; margin-bottom: 10px; }


}