/* Site header */

.header-main {
  position: fixed;
  background-color: #fdfaf0;
  width: 100%;
  z-index: 999;
}
.header-main .site-branding a {
  display: block;
}
.header-main .site-branding img {
  width: 150px;
  height: 100px;
  object-fit: contain;
}
.header-main .menu-primary-menu-container .menu {
  margin: 0;
  display: flex;
  align-items: center;
  column-gap: 28px;
}
.header-main .menu-primary-menu-container .menu .menu-item {
  margin: 0;
  position: relative;
}
.header-main .menu-primary-menu-container .menu .menu-item-64 a {
  font-weight: 700 !important;
}
.header-main .menu-primary-menu-container .menu .menu-item a {
  font-size: 18px;
  color: #234e87;
  font-weight: 600;
}
.header-main .menu-primary-menu-container .menu > .menu-item {
  padding: 60px 0px;
}
.header-main .menu-primary-menu-container .menu .menu-item a:hover {
  color: #377b48;
}
.header-main .menu-primary-menu-container .menu .current-menu-item > a {
  color: #377b48;
  font-weight: 700;
}
.header-main .menu-primary-menu-container .menu .menu-item .sub-menu {
  position: absolute;
  display: none;
  margin: 0;
  top: 100%;
  left: 0;
  transition: 0.5s all ease-in-out;
  background-color: #fdfaf0;
  border-radius: 0px 0px 10px 10px;
  padding: 20px 20px;
  min-width: 200px;
}
.header-main .menu-primary-menu-container .menu .menu-item:hover .sub-menu {
  display: block;
}
.header-main .menu-primary-menu-container .menu .menu-item .sub-menu .menu-item:not(:first-child) {
  margin-top: 10px;
} 
.header-main .menu-primary-menu-container .menu .menu-item .sub-menu .menu-item a {
  font-size: 16px;
}
.header-main .menu-primary-menu-container .menu .menu-item .sub-menu .menu-item .current-menu-item a {
  color: #377b48;
  font-weight: 700;
}

/* Site Footer */

.site-footer {
  background-color: #3981b4;
}
.site-footer .footer-logo {
  width: 270px;
  height: 190px;
  object-fit: contain;
}
.site-footer .footer-title {
  color: #fff;
  margin-bottom: 10px;
}
.site-footer .footer-contact a {
  color: #fff;
  font-size: 12px;
}
.site-footer .footer-contact a:hover {
  color: #00357a;
}
.site-footer .footer-nav {
  margin-top: 25px;
}
.site-footer .footer-nav .menu {
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin: 0;
}
.site-footer .footer-nav .menu .menu-item:not(:first-child) {
  position: relative;
}
.site-footer .footer-nav .menu .menu-item:not(:first-child):before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #fff;
  left: -5px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.site-footer .footer-nav .menu .menu-item {
  margin: 0;
}
.site-footer .footer-nav .menu .menu-item a {
  color: #fff;
  font-size: 12px;
}
.site-footer .footer-nav .menu .menu-item a:hover {
  color: #00357a;
}

/* Main BODY STYLE */

.main_inner_container {
  padding-top: 140px;
}

/* Hero Main Section */

.hero-main-sec {
  position: relative;
}
.hero-main-sec:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #00357a;
  left: 0;
  top: 0;
  display: block;
  opacity: 0.7;
}
.hero-main-sec .wpb_wrapper p {
  color: #fff;
}
.hero-main-sec .hero-main-inner:before,
.hero-main-sec .hero-main-inner:after {
  content: none;
}
.hero-main-sec .hero-form > .vc_column-inner > .wpb_wrapper {
  padding: 60px 30px;
  border-radius: 33px;
  background-color: #fdfaf0;
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  align-items: center;
}
.hero-main-sec .hero-form > .vc_column-inner > .wpb_wrapper .form-title {
  font-size: 17px;
  font-weight: 700;
}
.hero-main-sec .hero-form > .vc_column-inner > .wpb_wrapper form label {
 color: #234e87;
 padding-left: 15px;
 font-weight: 600;
 font-size: 14px;
}
.hero-main-sec .hero-form > .vc_column-inner > .wpb_wrapper form .form-field-custom {
  margin-bottom: 24px;
}
.hero-main-sec .hero-form > .vc_column-inner > .wpb_wrapper form .form-button-custom {
  margin-top: 50px;
  text-align: center;
}
.hero-main-sec .hero-form > .vc_column-inner > .wpb_wrapper form .form-field-custom p {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
.hero-main-sec .hero-form > .vc_column-inner > .wpb_wrapper form .form-field-custom p br {
  display: none;
}
.hero-main-sec .hero-form > .vc_column-inner > .wpb_wrapper form .form-field-custom p input {
  width: 100%;
  border: 3px solid #234e87;
  border-radius: 33px;
  padding: 10px 20px;
  font-style: italic;
  background-color: #fdfaf0;
}
.hero-main-sec .hero-form > .vc_column-inner > .wpb_wrapper form .form-button-custom .wpcf7-submit {
  background: #377b48 !important;
  color: #ffffff !important;
  position: relative !important;
  line-height: 1.1 !important;
  text-align: center !important;
  transition: 0.3s !important;
  display: inline-block !important;
  padding: 15px 30px !important;
  font-size: 18px !important;
  border-radius: 33px !important;
  z-index: 1 !important;
  font-weight: 700;
  vertical-align: middle;
  border: 0px !important;
}
.hero-main-sec .hero-form > .vc_column-inner > .wpb_wrapper form .form-button-custom .wpcf7-submit:hover {
  background: #00357a !important;
}

/* Hero Inner Section */

.inner-hero .hero-image img {
  border-radius: 30px;
  aspect-ratio: 1;
}
.inner-hero .hero-main-inner .wpb_wrapper h1 {
  padding-bottom: 40px !important;
}

/* Two Column Section */

.two-col .two-col-inner:before,
.two-col .two-col-inner:after {
  content: none;
  display: none;
}
.two-col .two-col-inner .two-col-image figure {
  aspect-ratio: 1;
  max-width: 453px;
  max-height: 453px;
  border-radius: 100%;
  margin-left: auto;
  overflow: hidden;
}
.two-col .two-col-inner .two-col-image figure .vc_single_image-wrapper,
.two-col .two-col-inner .two-col-image figure .vc_single_image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.two-col .two-col-inner .two-col-content p {
  color: #377b48;
}

/* Image Slider Section */

.image-slider-section .recent-installations-slider {
  overflow: visible;
}
.image-slider-section .recent-installations-slider .recent-installations-box img {
  aspect-ratio: 1;
  border-radius: 16px;
}


/* Service Section */

.service-section .vc_custom_heading , .service-section p {
  color: #fff;
}
.service-section .vc_single_image-wrapper img {
  border-radius: 30px;
  
}

/* CTA  */
.cta-banner .cta-row {
    min-height: 560px;
    display: flex;
    align-items: center;
}
.cta-banner .wpb_wrapper p {
    color: #fff;
}
.cta-banner.green {
  position: relative;
}
.cta-banner.green:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #377b48;
  opacity: 0.7;
  left: 0;
  top: 0;
}


/* FAQ Section */
.faq-section .faq-row h2 {
    color: #4469af;
}
.faq-section .faq-row h5 {
    color: #377b48;
    font-weight: 400;
}
.faq-section .faq-row .wpb_single_image .vc_single_image-wrapper img {
    border-radius: 30px;
    height: 100%;
}
.faq-section .faq-row .accordion-tabs .vc_tta-panel .vc_tta-panel-heading {
    background: transparent;
    border: none;
}
.faq-section .faq-row .accordion-tabs .vc_tta-panel:not(:last-child):after {
    content: "";
    display: block;
    border-bottom: 1px solid #377b48;
}

.faq-section .faq-row .accordion-tabs .vc_tta-panel .vc_tta-panel-heading h4 {
    font-size: 17px;
}
.faq-section .faq-row .accordion-tabs .vc_tta-panel .vc_tta-panel-heading h4 .vc_tta-title-text {
    color: #000;
    line-height: 1.4;
}
.faq-section .faq-row .accordion-tabs .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title > a {
    padding-left: 70px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.faq-section .faq-row .accordion-tabs {
    padding-top: 30px;
}

.faq-section .faq-row .faq-side-img * {
    height: 100%;
}
.faq-section
    .faq-row
    .accordion-tabs
    .vc_tta-panel
    .vc_tta-panel-heading
    .vc_tta-panel-title
    > a
    .vc_tta-controls-icon {
    left: 40px;
    color: #377b48;
}
.faq-section
    .faq-row
    .accordion-tabs
    .vc_tta-panel
    .vc_tta-panel-heading
    .vc_tta-panel-title
    > a
    .vc_tta-controls-icon:before,
.faq-section
    .faq-row
    .accordion-tabs
    .vc_tta-panel
    .vc_tta-panel-heading
    .vc_tta-panel-title
    > a
    .vc_tta-controls-icon:after {
    border-color: #377b48;
    border-width: 3px 0 0 3px;
}
.faq-section .faq-row .accordion-tabs .vc_tta-panel.vc_active .vc_tta-panel-heading {
    background: none;
}
.faq-section .faq-row .accordion-tabs .vc_tta-panel .vc_tta-panel-body {
    background: transparent;
    border: none;
    padding-left: 70px;
    padding-bottom: 20px;
}

/* Gallery Section */
.gallery-grid .load-more-wrapper {
  text-align: center;
}
.gallery-grid .load-more-wrapper .theme-btn {
  margin-top: 90px;
}
.gallery-grid .load-more-wrapper .theme-btn[disabled] {
  display: none !important;
}
.gallery-grid .post-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
.gallery-grid .post-list .recent-installations-box img {
  aspect-ratio: 1;
  border-radius: 16px;
  overflow: hidden;
}

/* Testimonial Section */

.testimonial-sec .testimonials-box p {
  color: #fff;
}
.testimonial-sec .testimonials-box .testimonial-title {
  font-weight: 600;
  margin-top: 20px;
  font-size: 20px;
}

/* Contact Form section */

.form-sec .form-sec-col .wpb_wrapper {
  padding: 60px 30px;
  border-radius: 33px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  align-items: center;
  max-width: 500px;
  margin: 0 auto;
}
.form-sec .form-sec-col .wpb_wrapper form label {
 color: #234e87;
 padding-left: 15px;
 font-weight: 600;
 font-size: 14px;
}
.form-sec .form-sec-col .wpb_wrapper form .form-field-custom {
  margin-bottom: 24px;
}
.form-sec .form-sec-col .wpb_wrapper form .form-button-custom {
  margin-top: 50px;
  text-align: center;
}
.form-sec .form-sec-col .wpb_wrapper form .form-field-custom p {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
.form-sec .form-sec-col .wpb_wrapper form .form-field-custom p br {
  display: none;
}
.form-sec .form-sec-col .wpb_wrapper form .form-field-custom p input {
  width: 100%;
  border: 3px solid #234e87;
  border-radius: 33px;
  padding: 10px 20px;
  font-style: italic;
}
.form-sec .form-sec-col .wpb_wrapper form .form-button-custom .wpcf7-submit {
  background: #377b48 !important;
  color: #ffffff !important;
  position: relative !important;
  line-height: 1.1 !important;
  text-align: center !important;
  transition: 0.3s !important;
  display: inline-block !important;
  padding: 15px 30px !important;
  font-size: 18px !important;
  border-radius: 33px !important;
  z-index: 1 !important;
  font-weight: 700;
  vertical-align: middle;
  border: 0px !important;
}
.form-sec .form-sec-col .wpb_wrapper form .form-button-custom .wpcf7-submit:hover {
  background: #00357a !important;
}

.icon-sec .vc_single_image-wrapper img {
  width: 65px;
  height: 65px;
  object-fit: contain;
}

.service-col .vc_column-inner {
  height: 100%;
}
.service-col .vc_column-inner .wpb_wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.mfp-close {
  cursor: pointer !important;
}


/* Contact Form Design */

.form-sec.contact .form-sec-col .wpb_wrapper {
  max-width: 1000px;
}

form .form-row-custom .form-field-custom {
  width: 100%;
}

form .form-row-custom.two-col {
  display: flex;
  column-gap: 20px;
  flex-wrap: wrap;
}

form .form-row-custom.two-col .form-field-custom {
  width: calc(50% - 10px);
}


form label {
 color: #234e87;
 padding-left: 15px;
 font-weight: 600;
 font-size: 14px;
}
form .form-field-custom {
  margin-bottom: 15px;
}
form .form-button-custom {
  margin-top: 50px;
  text-align: center;
}
form .form-field-custom p {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
form .form-field-custom p br {
  display: none;
}
form .form-field-custom p input, form .form-field-custom p textarea, form .form-field-custom p select {
  width: 100%;
  border: 3px solid #234e87;
  border-radius: 33px;
  padding: 10px 20px;
  font-style: italic;
  background-color: #fdfaf0;
}
form .form-button-custom .wpcf7-submit {
  background: #377b48 !important;
  color: #ffffff !important;
  position: relative !important;
  line-height: 1.1 !important;
  text-align: center !important;
  transition: 0.3s !important;
  display: inline-block !important;
  padding: 15px 30px !important;
  font-size: 18px !important;
  border-radius: 33px !important;
  z-index: 1 !important;
  font-weight: 700;
  vertical-align: middle;
  border: 0px !important;
}
form .form-button-custom .wpcf7-submit:hover {
  background: #00357a !important;
}