/*
Theme Name: Divi Child Template
Version: 1.0
Description: A customized version of Divi which adds a number of tiny features you need.
Template: Divi
*/


 body {
     font-size: 1.0625rem;
     font-family: 'Inter', Verdana, Arial, sans-serif;
     -webkit-font-smoothing: antialiased;
     text-rendering: optimizelegibility;
     font-feature-settings: "liga";
     color: #333333;
     font-weight: 400;
     overflow-x: hidden;
}
 h1,h2,h3,h4,h5,h6 {
     font-family: 'Manrope', Arial, sans-serif;
     font-weight: 700;
}
 p strong {
     font-family: 'Manrope', Arial, sans-serif;
     /* font-size: 18px; */
     font-weight: 700;
}
 div#page-container {
     overflow: hidden;
     /* padding-top: 303px !important; */
}
 .et_pb_row {
     width: 95% !important;
}

/*HEADER STYLES*/
 header#main-header {
     background: #fff !important;
}
 .main-header-info-container {
     background: #333333;
     position: relative;
     display: flex;
     flex-wrap: wrap;
     justify-content: space-between;
     align-items: center;
     padding: 10px;
     font-size: 16px;
}
 .main-header-info-holder {
    color: #fff;
}
 .main-header-contact-info-holder {
}
 .main-header-contact-info-holder a {
     color: #ffffff;
}
 .main-header-contact-info-holder a span {
     color: #FFC107;
}

.ws-header-booking {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    background: transparent;
    padding: 5px 0px;
    height: 43px;
    z-index: 999;
}

.top_button {
    background: #388e3c;
    color: #fff;
    padding: 5px 10px;
    border: 1px solid #ffc107;
}

 .header-menu-container {
     width: 100%;
     max-width: 100%;
}
 .header-info-holder {
     margin: 0 auto;
     max-width: 1080px;
}
 .logo_container {
     position: relative !important;
     text-align: center;
     display: flex;
     justify-content: center;
     align-items: center;
     padding: 10px 10px 5px 10px;
}
 img#logo {
     min-height: 60px !important;
     max-height: 75px !important;
     width: auto !important;
     max-width: 280px !important;
}
 .text-logo {
     font-family: 'Manrope', sans-serif;
     color: #000;
     line-height: 1.1;
     max-width: 300px;
}
 .text-logo-icon {
     width: 200px;
     margin: 0 auto;
}
 .text-logo:first-letter {
     color: #6d35e0;
     font-weight:bold;
     font-size: 30px;
}
 span.info-addon {
    color: #333333;
    text-align: center;
    display: none;
}
 .main-header-napinfo-block {
     display: flex;
     flex-wrap: wrap;
     justify-content: center;
     align-items: center;
     flex-direction: row-reverse;
     padding-bottom: 10px;
     padding-left: 10px;
     padding-right: 75px;
}
 .main-header-napln-container {
     display: flex;
     justify-content: center;
     align-items: center;
     line-height: 1;
     margin: 0 5px;
     font-size: 16px;
     color: #000;
     text-align: center;
     min-height: 32px;
}
 .main-header-napln-container .fa {
     margin-right: 5px;
     color: #ffc200;
}
 .main-header-email-btn {
     display: flex;
     justify-content: center;
     align-items: center;
     line-height: 1;
     font-size: 16px;
     color: #fff;
     background: #333333;
     position: absolute;
     left: 0;
     bottom: 0px;
     z-index: 999;
     height: 42px;
     width: 199px;
}
 .main-header-email-btn .fa {
     margin-right: 5px;
     color: #FFC107;
}
 .hours-holder {
     display: flex;
     justify-content: center;
     align-items: center;
     line-height: 1;
}
 .hours-holder .fa {
     margin-right: 5px;
     color: #ffffff;
     width: 48px;
     height: 48px;
     border: 1px dashed #ffc200 !important;
     display: flex;
     justify-content: center;
     align-items: center;
     font-size: 25px;
     background: #388e3c;
}
 .hours-holder span.info-addon {
     width: 100%;
     display: block;
     text-align: center;
     color: #ffffff;
}
 a.hours-box {
     padding: 0 !important;
     pointer-events: none;
}
 .main-header-napinfo-block a.hours-box {
     pointer-events: none;
}
 .hours {
     border: none;
     height: auto;
     box-shadow: none;
     background: transparent !important;
}
 .hours img {
     display: none;
}
 .hours p {
     padding: 0 !important;
     font-size: 16px !important;
     text-shadow: none;
     color: #fff;
}
 .add-info-btn {
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
     background: #333333;
     width: 50px;
     padding: 10px;
     cursor: pointer;
     box-shadow: rgb(0 0 0 / 10%) 0px 10px 15px -3px, rgb(0 0 0 / 5%) 0px 4px 6px -2px;
     border: 1px solid #ffffff33;
     border-right: none;
}
 .add-info-block {
     display: flex;
     justify-content: center;
     align-items: flex-start;
     width: 270px;
     position: fixed;
     right: -220px;
     -webkit-transition: right 0.4s ease-in-out;
     transition: right 0.4s ease-in-out;
    /* top: 163px;
     */
     margin-top: 35px;
     z-index: 97;
}
 .open-info {
     right: 0;
     z-index: 9999;
}
 .open-info #add-info-open-icon {
     display: none;
}
 .open-info #add-info-close-icon {
     display: block;
}
 .add-info-container {
     background: #388e3c;
     display: flex;
     flex-direction: column;
     padding: 20px;
     width: 220px;
     height: auto;
     border-bottom-left-radius: 10px;
     box-shadow: rgb(0 0 0 / 10%) 0px 10px 15px -3px, rgb(0 0 0 / 5%) 0px 4px 6px -2px;
}
 .add-info-btn .fa {
     color: #ffc107;
}
 #add-info-close-icon {
     display: none;
}
 .add-info-btn span {
     line-height: 1;
     color: #ffffff;
     margin-top: 5px;
     font-size: 12px;
}
 .add-info-container a, .header-location-container {
     color: #fff;
     font-size: 15px;
     display: flex;
     justify-content: space-between;
     font-weight: 400;
     text-align: right;
     width: 100%;
}
 .email-btn {
     margin: 10px 0;
}
 .add-info-container .fa {
     margin-right: 5px;
     margin-top: 2px;
}
 div#et-top-navigation {
     width: 100%;
     height: 42px;
     padding: 0px !important;
     background: #144797;
     position: relative;
     display: flex;
     align-items: center;
}
 span.select_page {
     display: none !important;
}
 .floating-cta-btn {
     position: fixed;
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
     background: #388e3c;
     width: 50px;
     padding: 10px;
     cursor: pointer;
     box-shadow: rgb(0 0 0 / 10%) 0px 10px 15px -3px, rgb(0 0 0 / 5%) 0px 4px 6px -2px;
     border: 1px solid #ffffff33;
     border-right: none;
     right: 0;
     margin-top: 100px;
     z-index: 98;
}
 .floating-cta-btn a .fa {
     animation: ringing 5s ease-in-out infinite;
     color: #fff;
     font-size: 24px;
}
 
 .et-fixed-header.sticky-menu .add-info-block, .et-fixed-header.sticky-menu .floating-cta-btn  {
     top: 20px;
}
 div#et_mobile_nav_menu {
     width: 100%;
}
 .mobile_menu_bar {
     padding-bottom: 0 !important;
     background: #144797;
     width: 50px;
     height: 79px;
     margin-top: -37px;
     margin-left: auto;
}
 .mobile_nav:before {
     content: '';
     position: absolute;
     width: 0;
     height: 0;
     border-bottom: 41px solid #144797;
     border-left: 25px solid transparent;
     top: -37px;
     right: 50px;
     box-shadow: 9px 3px 0px 1px #144797;
}
 .et_mobile_menu {
     background-color: #144797 !important;
     border-color: #ffffff !important;
     top: 42px;
     height: auto !important;
}
 .et_mobile_menu li a {
     color: #fff !important;
}
 .mobile_nav ul#mobile_menu ul.sub-menu li a:not(.mobile-toggle) {
     position: relative;
}
 .mobile_nav ul#mobile_menu ul.sub-menu li a:not(.mobile-toggle):before {
     content: '\f149';
     position: absolute;
     left: 0;
     font-family: 'FontAwesome';
     -webkit-transform: scaleX(-1) rotate(90deg);
     transform: scaleX(-1) rotate(90deg);
}
 .et_mobile_menu .current_page_item a {
     color: #ffc107 !important;
}
/*change Divi opened hamburger menu to X*/
 .mobile_nav.opened .mobile_menu_bar:before {
     content: '\4d';
}
/*rotate the Divi Menu icon on click*/
 .mobile_menu_bar:before {
     transition: all .4s ease;
     transform: rotate(0deg);
     display: block;
     color: #ffffff;
     text-align: center;
     font-size: 50px;
     top: 15px;
     right: 6px;
     left: auto;
}
.booking-button-switch {display:none !important;}
/*rotate the Divi Menu icon on click*/
/*END HEADER STYLES*/
/*PAGE STYLES*/
 section.et_pb_module.et_pb_fullwidth_header.et_pb_fullwidth_header_0.et_pb_text_align_center.et_pb_bg_layout_dark.et_pb_fullscreen {
     max-height: 450px !important;
     min-height: 450px !important;
     height: calc(100vh - 303px) !important;
     background-position: 60% center;
}
 .et_pb_fullscreen .et_pb_fullwidth_header_container {
     max-height: 450px !important;
     min-height: 450px !important;
     height: calc(100vh - 303px) !important;
     width: 100%;
}
 .header-content {
     margin: 0 auto !important;
     padding: 0px !important;
     width: 95% !important;
     max-width: 1080px !important;
}
 .et_pb_fullwidth_header .et_pb_fullwidth_header_scroll a .et-pb-icon {
     margin-left: -5px !important;
}
 .header-btns {
     display: flex;
     flex-wrap: wrap;
     justify-content: flex-start;
     align-items: center;
	 gap: 10px;
	 margin-top: 15px;
}
.header-content-block {
    max-width: 650px;
}
 .ws-slogan .header-label {
    font-size: 12px;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
    text-shadow: 1px 1px 3px #1b5fc8;
 }
 .ws-slogan h1 {
     font-family: 'Manrope', sans-serif;
     line-height: 1.1;
     color: #ffffff;
     font-weight: 700;
     font-size: 27px;
     filter: drop-shadow(1px 1px 4px #1b5fc8);
     text-transform: capitalize;
     max-width: 400px;
     width: 80%;
     text-align: left;
     text-shadow: -1px -1px 0 rgb(0 0 0 / 40%), 1px -1px 0 rgb(0 0 0 / 40%), -1px 1px 0 rgb(0 0 0 / 40%), 1px 1px 0 rgb(0 0 0 / 40%);
     margin: 10px 0;
}
.header-content .header-paragraph {
    font-size: 15px;
    font-weight: 500;
    text-align: left;
    line-height: 1.2;
    text-shadow: 1px 1px 5px #000;
}
 .button {
     background: linear-gradient(#0b4db3,#073782),#073782;
     color: #ffffff;
     padding: 15px 10px;
     width: 220px;
     display: inline-block;
     font-weight: 700;
     line-height: 1;
     border-radius: 25px;
     border: 1px solid #fff;
     filter: drop-shadow(1px 2px 3px #000);
}
 .button:hover {
    color: #ffffff;
     filter: drop-shadow(2px 4px 6px #000);
}
 .button-1 {
     background: #388e3c;
     backdrop-filter: blur(2px);
     color: #ffffff;
     padding: 15px 10px;
     width: 220px;
     display: inline-block;
     font-weight: 700;
     line-height: 1;
     border-radius: 25px;
     border: 1px solid #fff;
}
 .button-1:hover {
    color: #ffffff;
     filter: drop-shadow(2px 4px 6px #000);
}
.header-button-quote {
    background: #388e3c;
    color: #ffffff;
    display: inline-block;
    line-height: 1;
    margin-top: 10px;
    padding-bottom: 20px;
    border: 1px solid #ffc200;
    width: 220px;
    text-transform: capitalize;
    margin-right: 20px;
}
.header-button-quote:hover {
      filter: drop-shadow(2px 4px 6px black);
}
 .section-title-heading {
     text-transform: uppercase;
     color: #ffffff;
     font-weight: 500;
     text-align: center;
     border-bottom: 1px dashed #ffc107;
     margin-bottom: 15px;
     padding-bottom: 2px;
}
 .entry-title {
     text-align: center;
     font-size: 26px !important;
     font-weight: bold;
     font-family: 'Manrope', sans-serif;
     line-height: 1.1;
}
 .home .entry-title {
     color: #fff;
     padding: 0;
}
 div#working-time-bar {
     background-color: #757575;
     padding: 0;
     overflow: hidden;
}
 .page-title-block {
     position: relative;
     display: flex;
     justify-content: center;
     align-items: center;
     flex-direction: column;
     margin-bottom: 60px;
     padding-bottom: 15px;
}
 .page-title-block:before {
     content: '';
     position: absolute;
     width: 200vw;
     height: 200%;
     background: #333;
     top: -100%;
     left: -70%;
     z-index: -1;
}
 .page-title-block:after {
     content: '';
     position: absolute;
     width: 0;
     height: 0;
     border-color: #333333;
     border-left: 50vw solid transparent;
     border-right: 50vw solid transparent;
     border-top: 35px solid;
     z-index: -1;
     bottom: -35px;
}
 div#home-title-block {
     background-color: #388e3c !important;
}
 div#home-title-block-container {
     display: flex;
     align-items: center;
     padding: 0;
}
 div#home-title-block-container .et_pb_column {
     margin-bottom: 0 !important;
}
/* BADGES SECTION STYLE */
.et_pb_section{
  padding:0px !important;
}

/* Improve readability */
.et_pb_row{
  max-width:1200px;
  margin:auto;
}

.about-section .et_pb_row,
#css-badges-section .et_pb_row_0{
  max-width:900px;
}

/* Headings */

h2{
  font-size:34px;
  font-weight:700;
  color:#073782;
  margin-bottom:20px;
}

h3{
  font-size:26px;
  font-weight:600;
  color:#1b5fc8;
  margin-bottom:12px;
}

/* p{
  font-size:16px;
  margin-bottom:14px;
} */

/* Links */

a{
  color:#1b5fc8;
  text-decoration:none;
}

a:hover{
  color:#073782;
}

/* ===== INTRO / BADGES SECTION ===== */

#css-badges-section{
  background:linear-gradient(180deg,#f6f9ff,#ffffff);
}

#css-badges-section .et_pb_text{
  font-size:17px;
}

#css-badges-section .et_pb_row_0 {
    padding-top: 50px;
}

#css-badges-section img{
  border-radius:14px;
  box-shadow:
  0 25px 60px rgba(15,40,80,0.15),
  0 5px 15px rgba(0,0,0,0.05);
}

/* ===== ABOUT SECTION ===== */

.about-section{
  background:#ffffff;
  position:relative;
}

.about-section h2{
  text-align:center;
  margin-bottom:30px;
}

.about-section p{
  margin-bottom:16px;
}

/* ===== SERVICES SECTION ===== */

.services-section{
  background:linear-gradient(180deg,#ffffff,#f4f8ff);
}

.services-section h2{
  text-align:center;
  margin-bottom:40px;
}

/* section title underline */

.services-section h2,
.about-section h2{
  position:relative;
  display:inline-block;
  padding-bottom:12px;
}

.services-section h2:after,
.about-section h2:after{
  content:"";
  width:70px;
  height:3px;
  background: #388e3c;
  position:absolute;
  left:0;
  bottom:0;
  border-radius:2px;
}

/* service titles */

.service-title-row{
  padding: 10px 0 !important;
}

.service-title-row h3{
  font-size:28px;
  color:#073782;
}

/* service rows */

.service-row{
  display: flex;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    padding: 10px 0 30px !important;
}

/* service cards */

.service-row .et_pb_column{
  background:#ffffff;
  padding:30px;
  border-radius:16px;
  border:1px solid rgba(0,0,0,0.03);
  box-shadow:0 18px 40px rgba(10,30,80,0.08);
  transition:all .3s ease;
}

.service-row .et_pb_column:hover{
  transform:translateY(-6px);
  box-shadow:0 25px 60px rgba(0,0,0,0.12);
}

/* images */

.services-section img{
  border-radius:14px;
  box-shadow:
  0 25px 60px rgba(15,40,80,0.15),
  0 5px 15px rgba(0,0,0,0.05);
}

/* ===== MODERN BULLET LISTS ===== */

.services-section ul{
  list-style:none;
  padding-left:0;
  margin-bottom:18px;
}

.services-section li{
  position:relative;
  padding-left:26px;
  margin-bottom:10px;
}

.services-section li:before{
  content:"✓";
  position:absolute;
  left:0;
  color:#1b5fc8;
  font-weight:bold;
}

/* ===== HIGHLIGHTS SECTION ===== */

#highlights{
  background:linear-gradient(180deg,#f6f9ff,#ffffff);
  position:relative;
}

/* soft glow */

#highlights:before{
  content:"";
  position:absolute;
  width:600px;
  height:600px;
  background:radial-gradient(circle,#1b5fc820,transparent 70%);
  top:-200px;
  left:-200px;
  z-index:0;
}

.highlights-section{
  position:relative;
  z-index:1;
}

/* highlight grid */

.highlights-section > div{
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  gap:30px;
  max-width:1200px;
  margin:auto;
}

/* highlight cards */

.highlight{
  width: 100%;
  max-width: 380px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background:#ffffff;
  padding:20px;
  border-radius:18px;
  box-shadow:0 20px 40px rgba(0,0,0,0.06);
  transition:all .25s ease;
  border-left:4px solid #1b5fc8;
}

.highlight:hover{
  transform:translateY(-6px);
  box-shadow:0 28px 55px rgba(0,0,0,0.1);
}

.highlight h2{
  font-size:22px;
  color:#073782;
  margin: 0;
}

.highlight p{
  font-size:15px;
  margin: 0;
}

/* ===== RESPONSIVE DESIGN ===== */

/* Tablet */

@media (max-width:980px){

  .et_pb_section{
    padding:60px 0;
  }

  h2{
    font-size:30px;
  }

  h3{
    font-size:24px;
  }

  .service-row .et_pb_column{
    margin-bottom:30px;
  }

  .highlights-section > div{
    grid-template-columns:repeat(2,1fr);
  }

}

/* Mobile */

@media (max-width:767px){

  body{
    font-size:15px;
  }

  .et_pb_section{
    padding:50px 0;
  }

  h2{
    font-size:24px;
  }

  h3{
    font-size:20px;
  }

  .service-row .et_pb_column{
    padding:22px;
  }

  .highlights-section > div{
    grid-template-columns:1fr;
  }

}

.mobile_menu_bar {
    background: transparent;
}

span.mobile_menu_bar.mobile_menu_bar_toggle {
}

div#et_mobile_nav_menu {
    background: linear-gradient(#0b4db3, #073782), #073782;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}

.mobile_nav:before {
    box-shadow: none;
    border-left: 80px solid transparent;
    right: 2px;
    border-radius: 25px;
    border: none;
    width: 58px;
    height: 67px;
    background: #388e3c;
    z-index: 0;
    top: -12px;
}

.mobile_menu_bar:before {
    top: 35px;
}

.mobile-header-email {
	position: absolute;
	top: 10px;
    left: 20px;
	color: #fff;
	white-space: nowrap;
}

.mobile-header-email:hover {
	color: #fff;
}

div#et-top-navigation {
    background: transparent;
    width: 95%;
}

.main-header-napln-container {
	position: relative;
    background: linear-gradient(#0b4db3, #073782), #073782;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    margin: 0;
    width: 100%;
}

.main-header-napinfo-block {
    padding-left: 0;
}

.main-header-napln-container p {
    margin: 0;
    color: #fff;
    padding: 10px !important;
}

 .main-header-napinfo-block {
     display: flex;
     flex-wrap: wrap;
     justify-content: flex-end;
     align-items: center;
     flex-direction: row-reverse;
     padding-bottom: 10px;
     padding-right: 75px;
     padding-top: 10px;
}

.et_mobile_menu {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    border-top: none;
    background: linear-gradient( #073782, #0b4db3), #073782;
    z-index: -1 !important;
}

.et_mobile_menu .current_page_item a {
    color: #b0b0b0 !important;
}


@media (min-width: 981px){

div#et-top-navigation {background: linear-gradient(#0b4db3, #073782), #073782;border-top-left-radius: 25px;border-bottom-left-radius: 25px;}

div#et-top-navigation:before {
    display: none;
}
.main-header-napinfo-block {padding-right: 0;padding-left: 90px;}
    .main-header-napln-container {
        border-radius: 25px;
		justify-content: flex-end;
    }
	.main-header-napln-container::before {
		content: '';
		position: absolute;
		top: 0;
		left: auto;
		right: -240%;
		width: 250%;
		height: 100%;
		background: linear-gradient(#0b4db3,#073782),#073782;
		z-index: -1;
	}
	
	.mobile-header-email {
        width: calc(50% - 150px);
        top: -85px !important;
        left: auto !important;
        right: 40%;
    }
    .mobile-header-email::before {
        content: '';
        position: absolute;
        top: -4px;
        left: auto;
        right: -150%;
        width: 270%;
        height: 100%;
        min-height: 32px;
        background: #388e3c;
        border-radius: 25px 0 0 25px;
        z-index: -1;
    }
	
	nav#top-menu-nav ul#top-menu .current-menu-item {
    border-radius: 25px;
}
	
}


 body:not(.home):not(.blog) h1.entry-title {
    font-size: 34px !important;
    font-weight: 700 !important;
    color: #073782 !important;
}
 
.bposs-footer,
.bposs-footer * {
  box-sizing: border-box;
}

.bposs-footer {
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background: #144797;
  color: #ffffff;
  overflow: hidden;
}

.bposs-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  /* background:
    radial-gradient(circle at top left, rgba(255,255,255,0.08), transparent 30%),
    radial-gradient(circle at bottom right, rgba(255,255,255,0.06), transparent 24%); */
  pointer-events: none;
}

.bposs-footer__inner {
  position: relative;
  z-index: 2;
  max-width: 1280px;
  margin: 0 auto;
  padding: 32px 32px 0px;
}

.bposs-footer__top {
  display: grid;
  grid-template-columns: minmax(320px, 1.45fr) minmax(280px, 0.8fr);
  gap: 64px;
  align-items: center;
  /* padding-bottom: 30px; */
}

.bposs-footer__brand {
  max-width: 680px;
  display: flex;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

.bposs-footer__logo-link {
  display: inline-block;
  text-decoration: none;
	border-radius: 25px;
}

.bposs-footer__logo {
  display: block;
  width: 100%;
  max-width: 250px;
  height: auto;
}

.bposs-footer__message {
  margin: 0;
  padding: 0;
  max-width: 410px;
  font-size: 17px;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.92);
}

.bposs-footer__contact {
  justify-self: end;
  width: 100%;
  max-width: 360px;
}

.bposs-footer__title {
  margin: 0 0 18px;
  font-family: 'Manrope', sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  color: #ffffff;
  letter-spacing: -0.02em;
}

.bposs-footer__email-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.bposs-footer__email-list li {
  margin: 0 0 14px;
}

.bposs-footer__email-list li:last-child {
  margin-bottom: 0;
}

.bposs-footer__email-list li::before {
	top: 13px !important;
	border-color: #388e3c;
}

.bposs-footer__email-list a {
  display: inline-block;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  color: #ffffff !important;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.7;
  word-break: break-word;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.bposs-footer__email-list a:hover {
  opacity: 0.82;
  transform: translateX(2px);
}

.bposs-footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}
.bposs-footer__bottom p:last-child {
  display: none;
}
.bposs-footer__copyright,
.bposs-footer__tagline {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.76);
}

/* Tablet */
@media (max-width: 980px) {
  .bposs-footer__inner {
    padding: 56px 24px 22px;
  }

  .bposs-footer__top {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .bposs-footer__brand {
    justify-content: center;
    max-width: 100%;
  }

  .bposs-footer__message {
    max-width: 100%;
  }

  .bposs-footer__contact {
    justify-self: start;
    max-width: 100%;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .bposs-footer__inner {
    padding: 46px 18px 20px;
  }

  .bposs-footer__logo {
    max-width: 190px;
    margin-bottom: 18px;
  }

  .bposs-footer__message {
    font-size: 15px;
    line-height: 1.8;
  }

  .bposs-footer__title {
    font-size: 19px;
    margin-bottom: 12px;
  }

  .bposs-footer__email-list a {
    font-size: 16px;
    line-height: 1.65;
  }

  .bposs-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .bposs-footer__copyright,
  .bposs-footer__tagline {
    font-size: 13px;
  }
}



/* PROJECTS SLIDER STYLE */
 div#slider-section {
     background: #388e3c;
     text-align: center;
     padding-top: 60px;
     padding-bottom: 20px;
}
 .projects-slider-subtitle {
     text-transform: uppercase;
     color: #ffffff;
     font-weight: 500;
     text-align: center;
     border-bottom: 1px dashed #ffc107;
     margin-bottom: 15px;
     padding-bottom: 2px;
     display: inline-block;
}
 .projects-slider-title {
     text-align: center;
     font-size: 26px !important;
     font-weight: bold;
     font-family: 'Manrope', sans-serif;
     line-height: 1.1;
     color: #fff;
     width: 95%;
     margin: 0 auto;
}
 .swiper-container {
     position: relative;
     width: 95%;
     margin: 0 auto;
     max-width: 2000px;
}
 .swiper {
     width: 100%;
     padding: 30px 0 95px 0;
}
 .swiper-slide {
     display: flex;
     flex-direction: column;
     align-items: center;
     position: relative;
     border-radius: 12px;
     box-shadow: -1px 5px 15px #0000001f;
}
 .slide-content {
     display: flex;
     justify-content: center;
     align-items: center;
     width: 100%;
}
 .slide-content img {
     width: 100%;
     height: 400px;
     object-fit: cover;
     object-position: center;
}
 .slider-button {
     position: absolute;
     bottom: 13%;
     background: #388e3c;
     color: #ffffff;
     padding: 10px 25px;
     display: inline-block;
     line-height: 1;
     border: 1px solid #ffc107;
}
 .slide-content .title {
     position: absolute;
     color: #fff;
     font-family: 'Manrope', sans-serif;
     bottom: 28%;
     width: 192px;
     text-align: center;
     text-shadow: -1px -1px 0 rgb(0 0 0 / 40%), 1px -1px 0 rgb(0 0 0 / 40%), -1px 1px 0 rgb(0 0 0 / 40%), 1px 1px 0 rgb(0 0 0 / 40%);
     filter: drop-shadow(1px 1px 6px #388e3c);
}
 .slide-title {
     position: absolute;
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
     bottom: -65px;
}
 .slide-title img {
     width: 70px;
     background: #333;
     padding: 10px;
     border: 1px solid rgb(255 193 7 / 33%);
}
 .slide-title span {
     color: #fff;
     font-family: 'Manrope', sans-serif;
}
 .swiper-slide {
}
 .swiper-button-next:after, .swiper-button-prev:after {
     display: none;
}
 .swiper-button-next .fa, .swiper-button-prev .fa {
     color: #ffffff;
}
 .swiper-button-next, .swiper-button-prev {
     background: #333;
     border: 1px solid #ffffff33;
}
/* SERVICES LIST SECTION STYLE */
 div#services-list-section {
     background-color: #ffffff!important;
}
 .homepage-services {
     text-align: center;
     margin: 0 auto;
     max-width: 520px;
}
 .homepage-services #servcss {
     padding: 0;
}
 .homepage-services #servcss li {
     position: relative;
     margin: 0.3em 3px;
     color: #ffffff;
     text-align: right;
     display: flex !important;
     align-items: center;
     justify-content: center;
     flex-direction: row;
     line-height: 1.2;
}
 .homepage-services #servcss li:before {
     content: '\f101';
     color: #ffc107;
     font-family: 'FontAwesome';
     padding-right: 10px;
}
/* NAP SECTION STYLE */
 div#homepage-nap-section {
     background-color: #388e3c!important;
     background-position-x: 10%;
}
 .homepage-nap h3 {
     text-align: center;
     color: #ffffff;
     line-height: 1.2;
     padding: 0;
     font-size: 18px;
     text-shadow: -1px -1px 0 rgb(0 0 0 / 40%), 1px -1px 0 rgb(0 0 0 / 40%), -1px 1px 0 rgb(0 0 0 / 40%), 1px 1px 0 rgb(0 0 0 / 40%);
}
 .homepage-nap h3 strong {
     color: #ffc107;
     font-size: 26px;
     line-height: 1.2;
     display: inline-block;
     padding-bottom: 10px;
}
/* NAP Google listing button */

#main-footer .listing-rev-btn .fa {
    display: block;
    margin-right: 5px;
}

#main-footer .listing-rev-btn img {
    display: none;
}

#main-footer .listing-rev-btn {
    border: 1px solid #ffc200;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background: #388e3c;
    color: #fff;
    bottom: 10px;
    padding: 5px 35px 5px 32px;
    font-weight: normal;
    font-size: 16px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 999;
}
/* Floating Quote Button button */
.floating-quote-btn {
    display: inline-block;
    position: fixed;
    left: 0;
    background: #388e3c;
    color: #fff;
    border: 1px solid #ffc200;
    border-left: 0;
    bottom: 58px;
    padding: 5px 15px 5px 15px;
    font-weight: normal;
    z-index: 9999;
}

/* TESTIMONIALS SECTION STYLE */
 div#home-testimonials {
     background-color: #fff !important;
     overflow: hidden;
}
 div#home-testimonials:before {
     content: '';
     position: absolute;
     bottom: -4px;
     right: -100px;
     background-image: url(/wp-content/uploads/2023/09/srv-ico.svg);
     filter: invert(1);
     background-repeat: no-repeat;
     background-position: center;
     background-size: contain;
     width: 70vw;
     max-width: 250px;
     height: 70vw;
     max-height: 250px;
     opacity: 0.1;
}
 .testimonials-section-title {
     text-align: center;
     font-size: 26px !important;
     font-weight: bold;
     font-family: 'Manrope', sans-serif;
     line-height: 1.1;
     color: #333333;
}
 div#testimonials-txt {
     text-align: center;
}
 .home .wpcr3_respond_1 {
     padding: 15px !important;
     color: #333333;
}
 .home .wpcr3_dotline {
     display: none !important;
}
 .home .wpcr3_review {
     display: flex;
     flex-wrap: wrap;
     justify-content: center;
     align-items: center;
}
 .home .wpcr3_review_ratingValue {
     width: 100%;
     text-align: center;
     margin: 0 !important;
}
 .home .wpcr3_review_author {
     margin-left: 5px;
     text-align: center;
}
 .home .wpcr3_review_title.wpcr3_caps {
     width: 100%;
     text-align: center;
     margin: 0 !important;
     font-size: 18px;
     color: #388e3c;
     font-weight: bold;
}
 .home span.wpcr3_item_name a {
     color: #333333;
}
 div.wpcr3_review blockquote.wpcr3_content {
     border-color: #388e3c;
     padding-bottom: 0;
     text-align: justify;
}
 .home div.wpcr3_review blockquote.wpcr3_content {
     text-align: center;
     border: none;
     margin-bottom: 0;
     line-height: 1.7em;
     order: 1;
     background: #323232;
     padding: 10px;
     color: #fff;
}
 div.wpcr3_review blockquote.wpcr3_content p {
     font-size: 16px;
}
 .home .wpcr3_reviews_holder {
     position: relative;
}
 .home div.wpcr3_review blockquote.wpcr3_content p {
     font-style: italic;
}
 .testimonials-btn {
    background: #388e3c;
    color: #ffffff;
    padding: 10px 25px;
    display: inline-block;
    line-height: 1;
    margin-top: 10px;
    border: 1px solid #ffc107;
}
 .testimonials-btn:hover {
     color: #fff;
     background: #646464;
}
/* reviews */

.review-title {
    text-align: center;
    font-size: 36px !important;
    font-weight: bold;
    font-family: 'Manrope', sans-serif;
    line-height: 1.1;
    color: #333333;
}
.external-reviews-holder {
    z-index: 99;
    position: relative;
    width: 100%;
    max-width: 500px;
    height: 100%;
    padding: 20px 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.sliding-review-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.review-origin-brand {
    background: #fff;
    padding: 10px;
    width: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 20px;
    left: 10px;
}

.review-origin-brand img {
    margin: 0;
    height: 35px;
    object-fit: contain;
}
.external-review-title {
    text-align: center;
    font-size: 20px !important;
    color: #000;
    font-weight: 600;
    line-height: 1.1em;
    margin-top: 20px;
    text-transform: uppercase;
}
.external-review-credentials {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    color: #000;
}
.external-review-author {margin: 0 5px;}

.external-review-date {
    margin: 0 5px;
}

.external-review-text {
  overflow: hidden;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin: 10px auto;
  text-align: center;
  padding: 0 25px;
  width: 95%;
  color: #000;
  font-weight: 300;
  font-style:italic;
  position: relative;
}
.external-review-text:before {
    content: '\f10e';
    font-family: 'FontAwesome';
    position: absolute;
    left: 5px;
    top: 0;
    opacity: 0.5;
}
.external-review-text:after {
    content: '\f10d';
    font-family: 'FontAwesome';
    position: absolute;
    right: 5px;
    bottom: 0;
    opacity: 0.5;
}
.external-reviews-holder a {
    width: 200px;
    background: #388e3c;
    color: #ffffff;
    padding: 10px 25px;
    display: inline-block;
    line-height: 1;
    margin-top: 10px;
    border: 1px solid #ffc107;
}
.external-reviews-holder a:hover {
    background-color: #646464;
}
div#external-reviews {
    padding: 0 !important;
    background: #63d471;
}

div#external-reviews .et_pb_row {
    padding: 0 !important;
}
.static-external-review-container {
 width: 100%;
 display: flex;
 justify-content: center;
}

.static-external-review-container .external-reviews-holder {
    min-height: 380px;
    justify-content: flex-end;
}
 @media (min-width: 1025px) {
     .static-external-review-holder {
    display: flex;
    position: relative;
    justify-content: center;
}
.static-external-review-container {
    width: 50%;
 
}
    .static-external-review-container .external-reviews-holder {
        min-height: 420px;
        justify-content: center;
    }

 .review-origin-brand {
     position: absolute;
}


 }
/* end reviews */
/* CONTACT FORM STYLE */
 #contact-form-section .et_pb_row {
     width: 95% !important;
     max-width: 900px;
     padding: 20px !important;
     background-color: #eeeff3;
     filter: drop-shadow(2px 4px 6px #221f20);
}
 /* p.free-estimate-title {
     font-size: 26px !important;
     font-weight: bold;
     font-family: 'Manrope', sans-serif;
     line-height: 1.1;
     color: #ffffff;
     text-shadow: -1px -1px 0 rgb(0 0 0 / 40%), 1px -1px 0 rgb(0 0 0 / 40%), -1px 1px 0 rgb(0 0 0 / 40%), 1px 1px 0 rgb(0 0 0 / 40%);
     border-bottom: 1px dashed #ffc107;
     margin-bottom: 15px;
     padding-bottom: 2px;
} */
 div#contact-form-section {
     padding-top: 0;
     background: rgb(255,255,255);
     background: linear-gradient(180deg, rgba(255,255,255,1) 50%, rgb(56 142 60) 50%, rgb(56 142 60) 100%);
}
 /* input#customer_name {
     width: calc(50% - 5px);
     float: left;
}
 input#phone-cf {
     width: calc(50% - 5px);
     float: left;
     margin-left: 10px;
} */
 /* textarea#message {
     margin-bottom: 20px;
} */
 #contact img {
     float: left;
     width: 120px;
     height: 40px;
     min-height: 40px;
     border-radius: 5px;
     filter: grayscale(1);
}
 input#vercode {
     width: calc(100% - 130px);
     margin: 0;
     margin-left: 10px;
     float: left;
     padding: 7px 10px 7px;
     height: 40px;
}
 form#contactForm {
     text-align: center;
}
 /* input#submitter {
     font-size: 16px;
     font-weight: 400;
     text-transform: capitalize;
     transition: 500ms;
     position: relative;
     z-index: 1;
     height: 39px;
     background: #388e3c;
     color: #ffffff;
     border-color: #ffc107;
     padding: 11px 20px;
     display: inline-block;
     line-height: 1;
     width: 210px;
     text-align: center;
     border-radius: 0;
}
 input#submitter:hover {
    color: #fff;
    background: #646464;
} */
 input.text, input.title, input[type=email], input[type=password], input[type=tel], input[type=text], select, textarea {
     max-width: 100%;
     padding: 7px 5px 7px;
     height: auto;
     display: block;
     line-height: 1;
     font-weight: 300;
     color: #000 !important;
     background-image: none;
     margin-bottom: 10px !important;
     background: rgb(51 51 51 / 39%);
     box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
     backdrop-filter: blur(5px);
     -webkit-backdrop-filter: blur(5px);
     border: 1px solid rgb(255 255 255 / 30%);
}
 #contactForm input[type=text]::placeholder, #contactForm input[type=password]::placeholder, #contactForm input[type=tel]::placeholder, #contactForm input[type=email]::placeholder, #contactForm input.text::placeholder, #contactForm input.title::placeholder, #contactForm textarea::placeholder, #contactForm select {
     color: #000 !important;
}
 #contactForm input[type=text]:focus, #contactForm input[type=password]:focus, #contactForm input[type=tel]:focus, #contactForm input[type=email]:focus, #contactForm input.text:focus, #contactForm input.title:focus, #contactForm textarea:focus, #contactForm select:focus {
     color: #1b5fc8 !important;
     border-color: #000000;
}
 #contact {
     padding: 0;
     width: 100%;
     max-width: 600px;
     margin: 0 auto;
}
 .link-button {
     width: 210px;
     text-align: center;
     background: #388e3c;
     color: #ffffff;
     padding: 10px 25px;
     display: inline-block;
     line-height: 1;
     margin-top: 10px;
     border: 1px solid #ffc107;
}
 .link-button:hover {
     color: #fff;
     background: #646464;
}


/* CONTACT WRAPPER */

#contact-wrapper{
    background:linear-gradient(180deg,#f6f9ff,#ffffff);
    border-radius: 25px;
    padding: 40px 0;
}

/* container */

.contact-container{
    max-width:1200px;
    margin:auto;
    display:grid;
    grid-template-columns: 1fr 1fr;
    gap:50px;
    align-items:stretch;
    padding:0 20px;
}

/* LEFT PANEL */

.contact-info-panel{
    background:linear-gradient(135deg,#1b5fc8,#073782);
    color:#fff;
    padding:40px;
    border-radius:16px;
    box-shadow:0 20px 50px rgba(0,0,0,0.15);
}

.contact-info-panel h2{
    color:#fff;
    font-size:30px;
    margin-bottom:15px;
}

.contact-intro{
    opacity:.9;
    margin-bottom:30px;
}

/* emails */

.contact-email{
    margin-bottom:25px;
}

.contact-email h3{
    color: #fff;
    font-size:16px;
    margin-bottom:4px;
    opacity:.9;
}

.contact-email p{

    font-size:15px;
    opacity:.85;

}

/* FORM PANEL */

.contact-form-panel{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    min-height: 500px;
    background:#fff;
    padding: 65px 40px 40px;
    border-radius:16px;
    box-shadow:0 20px 50px rgba(0,0,0,0.08);
}

.wpcf7 {
    width: 100%;
}

.wpcf7-form {
    text-align: center;
}

.wpcf7-list-item {
    margin: 0;
}

/* steps */

.form-step{
    display:none;
    transition: all 0.3s ease;
}

.form-step.active{
    display:block;
    animation:fadeIn .4s ease;
}

@keyframes fadeIn{
    from{opacity:0;transform:translateY(10px)}
    to{opacity:1;transform:translateY(0)}
}

.wpcf7-form-control-wrap {
    display: block;
}

/* service cards */

.service-options{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:15px;
    margin:20px 0;
}

.service-options label{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background:#f6f9ff;
    padding:18px;
    border-radius:10px;
    cursor:pointer;
    border:2px solid transparent;
    transition:.2s;
    text-align:center;
}

.service-options input{
    display:none;
}

.service-options label:hover{
    border-color:#1b5fc8;
}

.service-options input:checked + span{
    color:#1b5fc8;
    font-weight:600;
}

/* inputs */

.contact-form-panel input,
.contact-form-panel textarea,
.contact-form-panel select{
    width:100%;
    padding:14px;
    border-radius:8px;
    background: #f6f9ff;
    border:1px solid #1b5fc8;
    margin-bottom:15px;
    font-size:15px;
}

/* captcha */

.captcha-container{
    display:flex;
    align-items:center;
    gap:10px;
    margin-bottom:20px;
}

/* buttons */

.contact-form-panel .next-btn,
.contact-form-panel .prev-btn,
.contact-form-panel .quickFormSend{
    background:linear-gradient(#0b4db3,#073782);
    color:#fff;
    border:none;
    padding:12px 25px;
    border-radius:25px;
    cursor:pointer;
    margin:10px 5px;
}

.contact-form-panel .prev-btn{
    background:#e9eef7;
    color:#073782;
}

.contact-form-panel .quickFormSend {
    width: calc(100% - 110px);
    background: #388e3c;
}

.cf7-notification{
    position: absolute;
    bottom: -10px;
    display:none;
    margin-bottom:20px;
    padding:16px 20px;
    border-radius:10px;
    font-size: 14px;
    font-weight:500;
}

.cf7-success{
    background:#eaf4ff;
    border:1px solid #1b5fc8;
    color:#073782;
}

.cf7-error{
    background:#ffeaea;
    border:1px solid #d32f2f;
    color:#b71c1c;
}

.wpcf7-not-valid{
  border:2px solid #d32f2f !important;
}

.wpcf7-spinner {
    z-index: 10;
}

/* hide CF7 default message */
.wpcf7-response-output{
    display:none !important;
}

.wpcf7-not-valid-tip{
  display:none !important;
}

/* step indicator */
.form-steps-indicator{
    position: absolute;
    top: 15px;
    display:flex;
    align-items:center;
    gap:10px;
    margin-bottom:20px;
    font-weight:600;
    color:#6b7280;
}

.step-label{
    font-size: 16px;
    padding:6px 10px;
    border-radius:6px;
    background:#f3f4f6;
}

.step-label.active{
    background:#1b5fc8;
    color:white;
}

.step-arrow{
    font-size: 16px;
    opacity:0.6;
}

/* responsive */

@media(max-width:980px){

.contact-container{
    grid-template-columns:1fr;
    padding: 0px 10px;
}

.contact-info-panel{
    text-align:center;
    padding: 40px 20px;
}

.contact-form-panel {
    padding: 40px 20px;
}

}

@media (min-width: 1200px) {
    .cf7-notification {
        font-size: 16px;
    }
}



/* FOOTER STYLE */
 #main-footer {
     background: #144797;
     background-size: contain;
     background-repeat: repeat;
}
 #main-footer .container {
     width: 95%;
}
 div#footer-bottom {
    display: none;
     background-color: #0f3c83;
     padding: 15px;
     color: #ffffff;
}
 .paymentsbox {
     display: flex;
     justify-content: center;
     flex-wrap: wrap;
}
 .footer-widget h4 {
     color: #ffffff;
     font-size: 22px;
     margin-bottom: 20px;
     margin-top: 30px;
     font-weight: bold;
     line-height: 1.5em;
     text-align: center;
     border-bottom: 1px dashed #388e3c;
     text-transform: uppercase;
     font-family: 'Manrope', sans-serif;
}
 .footer-widget .textwidget {
     color: #efefef;
}
 #footer-widgets .footer-widget a {
     background-color: #fff;
}
 table.openinghours {
     max-width: 350px;
     margin: 0 auto !important;
     width: 100%;
}
 table.openinghours tr {
     display: flex;
     justify-content: space-between;
     line-height: 2;
     font-family: 'Open Sans', sans-serif;
     color: #efefef;
}
 #current-day {
     background-color: #dbdbdb;
     padding: 0 2px;
}
 #current-day td {
     color: #000;
     text-shadow: none;
}
 #closed-day {
     color: #efefef;
}

ul#menu-footer-menu li a {
    background: transparent !important;
}

ul#menu-footer-menu li:before {
    color: #388e3c !important;
    content: '\f101' !important;
    font-family: 'FontAwesome' !important;
    border: none !important;
    top: 0 !important;
}
/* SIDEBAR, BLOG PAGE, BLOG POST STYLES */
 .et_pb_sidebar_0 h4.widgettitle {
     font-size: 26px;
     font-weight: 400;
     color: #231f20;
     position: relative;
     margin-bottom: 10px;
     line-height: 1.2;
     text-align: center;
     border-bottom: 1px solid #231f20;
}
 #sidebar h4.widgettitle {
     font-size: 26px;
     font-weight: 400;
     color: #062d5b;
     position: relative;
     margin-bottom: 10px;
     line-height: 1.2;
     text-align: center;
     border-bottom: 1px solid #062d5b;
}
 .et_pb_sidebar_0 .textwidget {
     text-align: center;
}
 #sidebar .textwidget {
     text-align: center;
}
 .single-post div#main-content, .blog div#main-content {
     background-color: #ffffff;
     min-height: 50vh;
}
 .single-post .et_pb_post .entry-content {
     text-align: justify;
}

   .single-post div#main-content .container {
    padding: 0px 0 !important;
}
.et_pb_title_meta_container, .post-meta {
    text-align: center;
}
 .post-content-inner {
    text-align: justify;
}
.single-post div#main-content .post {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}
 .single-post div#main-content .container {
    padding: 0px 0 !important;
    width: 95%;
}
.single-post 
 .et_pb_row {
    width: 100% !important;
}

 #left-area .post-meta a {
     color: #16bae1;
}
 #left-area .post-meta {
     text-align: center;
}
 .blog .et_pb_post {
     text-align: justify;
}

.single-post h2 {
  text-align: left;
}
.single-post p {
text-align: justify;
}

/*MEDIA QUERIES*/
 @media only screen and (min-width: 600px) {
     .main-header-napinfo-block {
         padding-right: 0;
    }
     .srvElementImg img:not(.srv-icon-img) {
        height: 300px;
    }
     .homepage-services {
         max-width: 100%;
    }
     .homepage-services #servcss li:before {
         position: absolute;
         top: 0;
         left: 0;
    }
     .homepage-services #servcss li {
         padding-left: 20px;
         justify-content: flex-start;
    }
     .homepage-services #servcss {
         column-count: 2;
         -webkit-column-count: 2;
         -moz-column-count: 2;
         margin: 0 auto;
         width: 100%;
         column-gap: 25px;
    }
     .homepage-services #servcss li:first-child {
         margin-top: 0;
    }
     /* input#customer_name {
         width: calc((100%/3) - 7px);
    }
     input#phone-cf {
         width: calc((100%/3) - 7px);
    }
     input#customer_email {
         width: calc((100%/3) - 6px);
         float: left;
         margin-left: 10px;
    } */
}
 @media screen and (max-width: 980px) {
    /* ADDITIONAL STYLES FOR MOB. RES. */
     .et_pb_sidebar_0 .et_pb_widget {
         width: 100%;
    }
     .footer-widget:nth-child(n) {
         width: 100% !important;
         text-align: center;
         margin: 0 !important;
    }
     .et_pb_text {
         text-align: center !important;
    }
     #footer-widgets .footer-widget .fwidget {
         width: 100% !important;
         margin-bottom: 30px !important;
    }
}
 @media screen and (min-width: 981px) {
     div#page-container {
         /* padding-top: 193px !important; */
    }
    /*HEADER STYLES*/
     .main-header-contact-info-holder {
    }
     .main-header-contact-info-holder a {
         min-width: 67%;
    }
     .logo_container {
         width: 360px !important;
         height: 150px !important;
         padding: 10px 30px 10px 10px;
    }
     .logo-link {
         text-align: center;
         max-height: 100%;
         display: flex;
         flex-direction: column;
         justify-content: center;
         align-items: center;
    }
     .text-logo-icon {
         max-width: 145px;
    }
     .main-header-napinfo-block {
         width: calc(100% - 370px);
         flex-direction: row;
         justify-content: flex-end;
         padding-right: 10px;
         padding-bottom: 0;
         margin-top: -16px;
    }
     .main-header-napln-container {
         font-size: 17px;
    }
     .main-header-email-btn {
         position: relative;
         margin: 5px;
         background: transparent;
         font-size: 17px;
         width: 225px;
    }
   .ws-header-booking {
    height: 0;
    padding: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 1080px;
}

.top_button {
    right: 210px;
    bottom: -40px;
    position: absolute;
}	
     .header-info-holder {
         display: flex;
         justify-content: center;
         align-items: center;
    }
     .main-header-info-holder {
         width: 81%;
         max-width: 870px;
    }
     .main-header-info-container {
        justify-content: center;
    }
     span.info-addon {
         display: block;
         text-align: right;
         font-weight: bold !important;
    }
     .main-header-napinfo-block span {
         line-height: 24px !important;
         font-weight: normal;
         color: #333333;
    }
     .main-header-napln-container .fa, .main-header-email-btn .fa, .hours-holder .fa {
         width: 48px;
         height: 48px;
         border: 1px dashed #333333;
         display: flex;
         justify-content: center;
         align-items: center;
    }
     .main-header-napln-container .fa {
         font-size: 35px;
    }
     .main-header-email-btn .fa {
         font-size: 30px;
    }
     .hours-holder .fa {
         font-size: 34px;
    }
     nav#top-menu-nav ul#top-menu li a{
         color: #ffffff !important;
         padding-top: 18px !important;
         padding-bottom: 18px !important;
    }
     #top-menu .menu-item-has-children>a:first-child:after {
         top: 19px;
    }
     nav#top-menu-nav ul#top-menu .current-menu-item a {
         color: #ffffff !important;
    }
     nav#top-menu-nav ul#top-menu li {
         padding-left: 11px;
         padding-right: 11px !important;
    }
     div#et-top-navigation {
         padding: 0px !important;
         height: auto;
         width: calc(100vw - 360px);
         max-width: calc(50vw + 170px);
         margin-top: -50px;
    }
     div#et-top-navigation:before {
         content: '';
         position: absolute;
         width: 0;
         height: 0;
         border-bottom: 50px solid #144797;
         border-left: 38px solid transparent;
         top: 0;
         left: -38px;
    }
     nav#top-menu-nav {
         width: calc(100vw - 360px);
         max-width: 710px;
         display: flex;
         justify-content: flex-end;
    }
     nav#top-menu-nav ul#top-menu .current-menu-item {
         background: #388e3c;
    }
     ul.sub-menu {
        filter: drop-shadow(0px 1px 3px #5b5b5b);
        top: 50px;
        background-color: #388e3c !important;
        border-color: #ffc107 !important;
    }
     nav#top-menu-nav #top-menu ul.sub-menu a {
         color: #fff !important;
         position: relative;
         padding: 6px 6px 6px 16px !important;
         line-height: 1.2;
    }
     #top-menu-nav ul.sub-menu a:before {
         content: '\f149';
         position: absolute;
         left: 0;
         font-family: 'FontAwesome';
         -webkit-transform: scaleX(-1) rotate(90deg);
         transform: scaleX(-1) rotate(90deg);
    }
     ul.sub-menu li {
         padding: 0 10px !important;
         width: 100%;
    }
     ul.sub-menu li a {
         padding: 5px 0px !important;
         width: 100% !important;
    }
    /*END HEADER STYLES*/
    /*PAGE STYLES*/
     section.et_pb_module.et_pb_fullwidth_header.et_pb_fullwidth_header_0.et_pb_text_align_center.et_pb_bg_layout_dark.et_pb_fullscreen {
         max-height: 600px !important;
         min-height: 600px !important;
         height: calc(100vh - 184px) !important;
         background-position: center;
         background-position-y: 15%;
    }
     .et_pb_fullscreen .et_pb_fullwidth_header_container {
         max-height: 600px !important;
         min-height: 600px !important;
         height: calc(100vh - 184px) !important;
    }
     .ws-slogan h1 {
         font-size: 30px;
         max-width: 100%;
    }
     div#home-title-block-container {
         flex-direction: row;
    }
     div#first-par-img, div#first-par-img span {
         height: 100%;
    }
     div#first-par-img img {
         height: 100%;
         object-fit: cover;
         object-position: left;
    }
     .entry-title {
         text-align: left;
    }
     .website-header-block {
         display: flex;
         justify-content: center;
         align-items: center;
         min-height: 105px;
         padding-top: 20px;
         padding-bottom: 20px;
    }
     .page-title-block {
         width: calc(100% - 300px);
         margin: 0;
         padding: 0;
    }
     .page-title-block:before {
         right: 0;
         left: auto;
         width: 100vw;
         top: -130%;
         height: 400%;
    }
     .page-title-block:after {
         border-right: none;
         border-top: 100px solid transparent;
         border-bottom: 100px solid transparent;
         border-left: 35px solid;
         bottom: auto;
         right: -33px;
    }
     .hours-holder {
         width: 300px;
         justify-content: flex-end;
    }
     .page-title-block .section-title-heading {
         text-align: left;
    }
    /* HERO STYLE DESKTOP */
    .ws-slogan h1 {
        font-size: 40px;
    }
    .ws-slogan .header-label {
        font-size: 16px;
    }
    .header-content .header-paragraph {
        font-size: 18px;
    }
    /* BADGES STYLE DESKTOP*/
     .home-first-par-title {
         flex-direction: column;
         align-items: center;
    }
     .badge-holder {
         width: 25%;
    }
     .badge-holder:nth-child(3) {
         order: unset;
    }
    /* SERVICES STYLE DESKTOP*/
     .srvElement {
         width: 32%;
         display: flex;
         flex-direction: column;
         margin: 0;
         margin-bottom: 15px;
         margin-top: 15px;
    }
     .srvElementImg img {
         height: 200px;
    }
     .srvElementFullWidth .srvElementImg img {
         height: 100%;
    }
     .srvBlock {
         display: flex;
         flex-wrap: wrap;
         justify-content: space-between;
         max-width: 1200px;
         margin: 0 auto;
    }
     .srvElementBody {
         height: 100%;
    }
     .srvElementHeader h3 {
         min-height: 54px;
         display: flex;
         justify-content: center;
         align-items: center;
    }
     .srvElementContent {
         height: 100%;
    }
     .srvElementFullWidth .srvElementContent {
         height: auto;
    }
     .srvElement.srvElementFullWidth {
         width: 100%;
         max-width: 1080px;
         flex-direction: row;
    }
     .srvElementFullWidth .srvElementHeader {
         border-top: none;
    }
     .srvElementFullWidth .srv-icon {
         bottom: 0;
         right: -32px;
    }
     .srvElementFullWidth .srvElementImg {
         width: 34%;
         margin: 0;
    }
     .srvElementFullWidth .srvElementBody {
         width: calc(68% - 20px);
         display: flex;
         flex-direction: column;
         align-items: center;
         justify-content: center;
         margin: 20px 20px 20px 30px;
         border-left: 1px dashed #ffc107;
         height: auto;
         padding: 0px 0px 0px 20px;
    }
    /* PROJECTS SLIDER DESKTOP */
     .swiper-container {
         width: 90%;
    }
     .swiper-button-prev {
         left: -40px;
    }
     .swiper-button-next {
         right: -40px;
    }
    /* NAP SECTION DESKTOP */
     div#homepage-nap-section {
         background-position-y: 79%;
    }
     div#homepage-nap-section .et_pb_row {
         display: flex;
         align-items: center;
    }
     .homepage-nap h3 {
         text-align: left;
    }
    /* CONTACT SECTION DESKTOP */
     div#contact-section {
         max-width: 600px;
         margin: 0 auto;
    }
    /* TESTIMONIALS SECTION DESKTOP */
     div#testimonials-img .et_pb_image, div#testimonials-img span {
         height: 100%;
    }
     div#testimonials-img img {
         height: 100%;
         object-fit: cover;
         object-position: right;
    }
     div#home-testimonials:before {
         right: calc(50% - 610px);
         bottom: -2px;
    }
     .home .wpcr3_review {
         justify-content: flex-start;
         text-align: left;
    }
     .home .wpcr3_review_ratingValue {
         text-align: left;
         width: auto;
    }
     p.testimonials-section-title {
         text-align: left;
    }
     div#testimonials-txt {
         text-align: left;
         display: flex;
         flex-direction: column;
         justify-content: center;
    }
     .home .wpcr3_review_title.wpcr3_caps {
         text-align: left;
    }
     .home div.wpcr3_review blockquote.wpcr3_content {
         text-align: left;
    }
     .home .wpcr3_respond_1 {
         padding-left: 0 !important;
    }
    /* SERVICES LIST SECTION DESKTOP */
     .homepage-services #servcss {
         column-count: 3;
         -webkit-column-count: 3;
         -moz-column-count: 3;
         margin: 0 auto;
         width: 100%;
         column-gap: 25px;
    }
     .homepage-services #servcss li:first-child {
         margin-top: 0 !important;
    }
     .homepage-services li {
         text-align: right;
         display: flex !important;
         align-items: center;
         justify-content: flex-end;
         flex-direction: row;
         line-height: 1.3;
         margin: 0.4em 3px !important;
    }
     .homepage-services #servcss li:before {
         top: auto;
    }
    /* FOOTER STYLES DESKTOP */
     .footer-widget .et_pb_widget {
         width: 100%;
         margin-bottom: 0 !important;
    }
     .paymentsbox {
         justify-content: flex-start;
    }
     div#social-icons {
         text-align: left;
    }
     .footer-widget h4 {
         text-align: left;
    }
     #footer-widgets {
         padding-top: 20px;
    }
    /* SIDEBAR, BLOG, BLOGPOST STYLES DESKTOP */
     .et_pb_sidebar_0 h4.widgettitle {
         text-align: left;
    }
     #sidebar h4.widgettitle {
         text-align: left;
    }
     .et_pb_sidebar_0 .textwidget {
         text-align: left;
    }
     #sidebar .textwidget {
         text-align: left;
    }
     .et_pb_sidebar_0.et_pb_widget_area_right {
         border-left: 1px solid rgb(78 78 78 / 20%);
    }
     #left-area .post-meta {
         text-align: left;
    }
     #main-content .container:before {
         background-color: rgb(6 45 91 / 20%);
    }
  	.et_pb_title_meta_container, .post-meta {
    text-align: left;
}
}
/***** TESTIMONIALS FORM *****/
 .wpcr3_respond_2 input[type="text"] {
     margin: 3px 0;
}
 .wpcr3_respond_2 input[type="text"], .wpcr3_in_content textarea {
     background: #ffffff !important;
     color: #000 !important;
     border-color: #000 !important;
}
 .wpcr3_respond_2 input[type="text"]:focus, .wpcr3_in_content textarea:focus {
     color: #fff;
     border-color: #ffffff;
}
 .wpcr3_table_2 td {
     font-size: 1em !important;
}
 .wpcr3_leave_text {
     font-size: 1.1em;
}
 .wpcr3_leave_text {
     margin-bottom: 20px;
}
 .wpcr3_button_1, .wpcr3_button_1:hover {
     margin-top: 10px;
     background: #388e3c;
     color: #fff;
     border: 1px solid #ffc200;
     border-radius: 0px;
}
 @media (min-width: 981px) {
     .wpcr3_respond_2 input[type="text"], .wpcr3_respond_2 textarea {
         min-width: 100%;
    }
     .wpcr3_table_2 td {
         text-align: left !important;
    }
     .wpcr3_review_form_rating_field label {
         margin: 6px 0 !important;
    }
}
 @media (max-width: 980px) {
	 .review-title {
    font-size: 26px !important;
	 }
     .wpcr3_respond_3, .wpcr3_aggregateRating, .wpcr3_table_2 td {
         text-align: center !important;
    }
     .wpcr3_div_2 {
         width: 100%;
    }
     .wpcr3_table_2 tr:last-of-type td {
         margin: 20px auto 0 !important;
    }
     .wpcr3_table_2 td {
         display: block;
         padding: 0 !important;
    }
     .wpcr3_table_2 td:first-child {
         margin-top: 10px !important;
    }
     .wpcr3_rating_style1_status {
         width: 85px !important;
    }
     .wpcr3_respond_2 input[type="text"], .wpcr3_in_content textarea {
         width: 100% !important;
         min-width: unset !important;
    }
     .wpcr3_submit_btn, .wpcr3_cancel_btn {
         width: 40%;
    }
}
 @keyframes ringing {
     20% {
         transform: rotate(0deg);
    }
     21% {
         transform: rotate(10deg);
    }
     22% {
         transform: rotate(-10deg);
    }
     23% {
         transform: rotate(12deg);
    }
     24% {
         transform: rotate(-12deg);
    }
     25% {
         transform: rotate(12deg);
    }
     26% {
         transform: rotate(-12deg);
    }
     28% {
         transform: rotate(10deg);
    }
     30% {
         transform: rotate(-10deg);
    }
     32% {
         transform: rotate(5deg);
    }
     34% {
         transform: rotate(-5deg);
    }
     36% {
         transform: rotate(2deg);
    }
     38% {
         transform: rotate(0deg);
    }
}
 
/*--------------------------------------------------
    * Testimonials Plugin CSS
--------------------------------------------------*/
#testimonials-section {
    background: #ffffff;
}

.testimonials-container {
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
    text-align:center;
}
 
.testimonials-title {
    text-align: center;
    font-weight: 800;
    font-size: 2.25rem;
    line-height: 2.5rem;
    margin-bottom: 0.5rem;
    letter-spacing: -0.025em;
    color: #ffffff;
}
 
.testimonials-info {
    margin-bottom: 1rem;
}
 
.testimonial-item {
    border: 1px solid #ffffff00;
    border-radius: 10px;
    padding: 1rem;
    background: #ffffff00;
    min-height: 100%;
    break-inside: avoid;
}

.testimonial-item:hover {
	background: #ffffff00;
    border: 1px solid #ffffff00;
}
 
.testimonials-grid .testimonial-item {
    margin-bottom: 1rem;
}
 
.testimonial-item a {
    height: 100%;
    display: grid;
    justify-items: center;
}
 
.testimonial-subject {
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    color: #1a202c;
    text-shadow: 0 0 5px #fff, 0 0 5px #fff;
}
 
.rating {
    display: flex;
    justify-content: center;
    margin: 0.5rem;
}
 
.star {
    width: 1rem;
    height: 1rem;
    color: #ffc956;
    margin:2px;
}
 
.testimonial-content {
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 600;
    color: #1a202c;
    text-align: center;
    font-style: italic;
    text-shadow: 0 0 5px #fff, 0 0 5px #fff;
}
 
.testimonial-footer {
    margin-top: 1rem;
}
 
.reviewer-details {
    font-size: 0.75rem;
}
 
.review-from-logo {
    width: 80px;
    height: auto;
    padding: 3px;
    min-height: 35px;
}
 
.reviewer-name {
    font-weight: 500;
    color: #1a202c;
    line-height: 1.5rem;
    margin-bottom: 5px;
    font-size: 14px;
    text-shadow: 0 0 5px #fff, 0 0 5px #fff;
}

.nav-arrows {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 1rem;
}
 
.nav-arrows button {
    padding: 0.5rem;
    border-width: 1px;
    border-color: #388e3c;
    border-radius: 0;
    cursor: pointer;
    background: #388e3c;
    border-style: solid;
    display: flex;
    color: #fff;
}
 
.nav-arrows button:hover {
    background: #333333;
    color: #ffffff;
    border-color: #333333;
}
 
.nav-arrows button svg {
    height: 1.25rem;
    width: 1.25rem;
    margin-right: 0;
}
 
.rotate-180 {
    rotate:180deg;
}

@media only screen and (min-width: 600px) {
    .testimonials-grid {
        column-fill: balance;
        columns: 2;
        gap: 1.5rem;
    }
}

@media only screen and (min-width: 992px) {
    .testimonials-grid {
        columns: 3;
    }
 
    .testimonial-subject {
        font-size: 1.25rem;
    }
 
    .testimonial-content {
        line-height: 1.5rem;
    }
 
    .testimonial-footer {
        display: flex;
        align-items: center;
        justify-content: center;
    }
 
    .reviewer-details {
        display: flex;
        align-items: center;
    }
 
    .reviewer-name {
        padding-right: 0.75rem;
        font-size: 14px;
        border-right: 2px solid #1a202c;
    }
 
    .review-from-logo {
      padding-left: 1em;
    }
}


 /* ADDITTIONAL SERVICES STYLE */


#additionalServices {
    list-style: none;
    text-align: center;
    padding: 0;
    list-style-type: none;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#additionalServices li {
    break-inside: avoid;
    padding: 5px 3px;
    font-size: 18px;
    color: #ffffff;
    position: relative;
    text-align: center;
    margin-bottom: 0 !important;
}
#additionalServices li a {
	color: #fff;
	text-decoration: underline;
}
#additionalServices li::before {
    content: "\f00c";
    font-family: 'FontAwesome';
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 5px;
}


@media (min-width: 600px) {
 

#additionalServices li {
    break-inside: avoid;
    padding: 10px 5px;
    text-align: left;
}

    
}

@media (min-width: 981px) {
#additionalServices {
    columns: 3;
    column-gap: 10px;
}
}

.nav-arrows > button.slider-previous > svg > path{
	transition:0.1s;
}

.nav-arrows > button.slider-next > svg > path{
	transition:0.1s;
}

#mobile_menu li a {
    line-height: 1.2em;
}

.floating-estimate-btn{
z-index: 9999;
}

#main-footer .listing-rev-btn{
display: flex;
    align-items: baseline;
    position: fixed;
    z-index: 9999;
}

.modalHolder{
	display:none;
}




/* NEW CONTENT */

div#last-content-3-section {
    background: #388e3c;
    color: #fff;
}

div#last-content-3-section h2 {
    color: #fff;
}
.first-list-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


ul.first-list-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
    list-style: inside disc;
    width: 100%;
    max-width: 600px;
    margin-top: 30px;
}

.first-list-content li {
    padding: 5px 10px;
    margin-bottom: 10px !important;
    background: #388e3c;
    color: #fff;
    text-align: left;
    width: 100%;
    border: 1px dashed #ffc107;
}
.first-list-content li:hover,
.second-list-content li:hover{
    background: #ffc107;
    color: #000;
     border: 1px dashed #333333;
}

.second-list-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

ol.second-list-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 600px;
    padding-bottom: 0;
}

.second-list-content li {
    color: #fff;
    width: 100%;
    padding: 5px 10px;
    margin-bottom: 10px;
    text-align: left;
    background: #333333;
      border: 1px dashed #ffc107;
}
div#second-list-image {
    max-width: 600px;
    margin: 0 auto;
}

@media (min-width: 981px){
    div#first-list-row,
div#second-list-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}


}