/* 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: 16px !important;
     font-family: 'Roboto', sans-serif;
     -webkit-font-smoothing: antialiased;
     text-rendering: optimizelegibility;
     font-feature-settings: "liga";
     color: #757F95;
     font-weight: 400;
}
 h1,h2,h3,h4,h5,h6 {font-family: 'Exo 2', sans-serif;font-weight: 500;color: #2c3941;}
 p strong {
font-family: 'Changa', sans-serif;
     font-size: 18px;
     font-weight: 500 !important;
}
 div#page-container {
     overflow: hidden;
}
 .et_pb_row {
     width: 95% !important;
}
/*HEADER STYLES*/
.header-info-holder{
	background-color:#0D9276;
	display: block;
	width: 100%;
	margin: auto;
	position: relative;
	z-index: 2;
}

.hours-holder{
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 50%;
	margin-left: 15px;
}

.hours-holder .fa{
	color:#000;
	margin-right:5px;
	font-size:20px;
}

.hours-holder a{
	font-size: 18px;
	line-height: 1px;
}



.header-info-block{
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 50%;
	gap: 20px;
	margin-right: 15px;
	justify-content: flex-end;
}

.header-info{
	width: 100%;
	max-width: 1080px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	position: relative;
	height: 50px;
}

@media screen and (max-width:980px){
	.header-info{
	width: 100%;
	max-width: 1080px;
	margin: auto;
	display: flex;
	justify-content: center;
	position: relative;
	height: 50px;
}
	.hours-holder {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 30%;
    margin-left: 15px;
    justify-content: center;
}
	.header-info-holder:before{
		display:none;
	}
	.hours-holder {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 33%;
    margin-left: 0px;
}
	.header-info-block {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 67%;
    gap: 20px;
    margin-right: 0px;
}
	.hours-holder .fa {
    color: #BBE2EC;
    margin-right: 5px;
    font-size: 20px;
}
	.hours, .hours p {
		color: #fff !important;
	}
	.header-location-container, .phonenum {
		width:50% !important;
		justify-content: center !important;
	}
}
@media screen and (max-width:768px){
	.header-info{
		display:flex;
		flex-direction: column;
		align-content: center;
		align-items: center;
		height: 100%;
	}
	.header-info-block{
		flex-direction: column;
		height: 100%;
		gap: 0;
	}
	.hours-holder, .header-location-container, .phonenum {
    padding:5px 0;
    justify-content: center;
    font-weight: 600;
    text-align: right;
    width: 100% !important;
    align-items: center;
}
	
}

.header-info-holder:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: -1px;
	width: calc(50% - 220px);
	background: #BBE2EC;
	border-top-right-radius: 50px;
	z-index: 0;
	height: 50px;
}

.button-blue img{
display:none;	
}

.button-blue{
	display: flex;
    align-items: center;
}

.modalHolder{
	display:none;
}

header#main-header {
    background-color: #fff;
}
.header-menu-container {
    width: 95%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

.logo_container {
    position: relative !important;
    max-width: 300px;
    display: flex;
 
}
img#logo {
    height: auto;
    max-width: 90% !important;
    max-height: 100% !important;
}
.text-logo {
    display: flex;
    color: #ffffff;
    min-height: 46px;
    align-items: center;
    flex-direction: row;
}

.text-logo img {
    width: 65px;
    margin-right: 5px;
    height: 100%;
    object-fit: contain;
    z-index: -1;
    max-height: 80px;
    min-height: 70px;
}

.text-logo span {
    display: flex;
    align-items: center;
    font-weight: 600;
    text-align: left;
    font-family: 'Exo 2', sans-serif;
    margin-left: 10px;
    width: 80%;
    color: #0D9276;
    line-height: 1em;
    font-weight: 700;
}

 .header-menu-container:after {
    display: none;
}

div#et-top-navigation {
    padding: 0 !important;
}
.estimate-btn {
    display: none;
}
.mobile_menu_bar {
    padding: 0 !important;
}

.et_mobile_menu {
    width: 100vw;
    left: -2.5vw;
    top: 100%;
    border-color: #40A2E3;
    background-color: #0D9276 !important;
}


 .et_mobile_menu li a {
     color: #fff !important;
     font-family: 'Inter', sans-serif;
     /* filter: drop-shadow(0px 1px 1px #210124); */
}
 .mobile_nav ul#mobile_menu ul.sub-menu li a:not(.mobile-toggle) {
     position: relative;
}
 
 .et_mobile_menu .current_page_item a {
     color: #000 !important;
     opacity: 1 !important;
     background: #BBE2EC !important;
     border-radius: 10px;
}

.add-info-block{
	display:none;
}

.add-info-container a, .header-location-container, .phonenum {
    color: #fff;
    font-size: 18px;
    display: flex;
    justify-content: flex-end;
    font-weight: 600;
    text-align: right;
    width: auto;
    align-items: center;
}

.header-location-container .fa, .phonenum .fa{
	color:#BBE2EC;
	margin-right:5px
}

.email-btn {
    margin: 10px 0;
}
.add-info-container .fa {
    margin-right: 5px;
    margin-top: 2px;
}
/*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: #0D9276;
}
/*rotate the Divi Menu icon on click*/
/*END HEADER STYLES*/
/*PAGE STYLES*/
.et_pb_fullwidth_header{
display: flex;
    align-items: center;	
}

 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: 450px !important;
     background-position: 60%;
}
 .et_pb_fullscreen .et_pb_fullwidth_header_container {
     height: 450px;
     width: 95%;
     max-height: 450px;
}
 
 .header-content {
     padding-bottom: 70px !important;
     width: 100% !important;
     max-width: 1080px !important;
     display: flex;
     margin: 0 auto !important;
}

.homepage-header-holder{
	width:60%;
}

.homepage-header-title h1 {
	font-size: 45px;
	font-weight: bold !important;
	line-height: 1.1em;
}

.header-title {
    font-size: 27px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #BBE2EC;
    font-weight: 600;
}
.homepage-header-button {
	display: flex;
	justify-content: flex-start;
}
.homepage-header-button .booking-button-switch {
	margin-right: 15px;
}

.booking-button-switch{
display:none !important;	
}

.button{
    background: #40A2E3;
    color: #fff;
    line-height: 1;
    border-radius: 10px;
    /* height: 40px; */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px 10px;
    font-weight: 600;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    position:relative;
    overflow:hidden;
    z-index: 1;
	width:fit-content;
}

	 
.button::before {
  content: "";
  height: 400px;
  width: 400px;
  background: #0D9276;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) scale(0);
  transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: -1;
}


.button:hover::before {
  transform: translateY(-50%) translateX(-50%) scale(1);
}

.button-2{
    background: #fff;
    color: #00B6B1;
    line-height: 1;
    border-radius: 10px;
    /* height: 40px; */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px 10px;
    font-weight: 600;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    position:relative;
    overflow:hidden;
    z-index: 1;
	width:fit-content;
}

	 
.button-2::before {
  content: "";
  height: 400px;
  width: 400px;
  background: #0D9276;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) scale(0);
  transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: -1;
}


.button-2:hover::before {
  transform: translateY(-50%) translateX(-50%) scale(1);
}

.button-2:hover{
	color:#fff;
}

@media screen and (max-width:767px){
	.homepage-header-title{
		text-align:center;
	}
	.homepage-header-button {
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
	gap:20px;
	align-items: center;
}
	.homepage-header-button .booking-button-switch {
    margin-right: 0px;
}
	.homepage-header-holder {
    width: 100%;
}
	.et_pb_fullscreen .et_pb_fullwidth_header_container {
    height: 450px;
    width: 95%;
    max-height: 450px;
    min-height: 450px !important;}
	.homepage-header-title h1 {
    font-size: 35px;
    font-weight: bold !important;
    line-height: 1.1em;
    margin: 10px 0;
}
}

@media screen and (max-width:980px){
	.homepage-header-holder {
    width: 80%;
    margin: auto;
}
}

/* FIRST CONTENT SECTION STYLE */
.custom-image-container {
        position: relative;
        width: 100%;
        max-width: 500px;
        aspect-ratio: 1 / 1;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: auto;
    }

    .background-shape {
        position: absolute;
        width: 35%;
        height: 35%;
        background-color: #BBE2EC;
        border-radius: 40px;
        top: -10px;
        left: -10px;
        z-index: -3;
    }

    .dots-grid {
        position: absolute;
        bottom: 5%;
        left: -5px;
        width: 100px;
        height: 100px;
        background-image: radial-gradient(#999 2px, transparent 1px);
        background-size: 15px 15px;
        z-index: -1;
    }
.main-image{
	    position: absolute;
	    top: 5%;
	    left: 5%;
	    z-index: -1;
}

    .main-image img {
        width: 90%;
        border-radius: 50px;
        aspect-ratio: 1 / 1;
        object-fit: cover;
    }

    .overlay-image {
        position: absolute;
        height: 70%;
        bottom: 2%;
        right: -9%;
        text-align: end;
    }

    .overlay-image img {
        width: 65%;
        border-radius: 70px;
        /* aspect-ratio: 2 /3; */
        object-fit: cover;
        object-position: top center;
        height: 90%;
        border: solid 15px #fff;
    }

    @media (max-width: 768px) {
        .custom-image-container {
            max-width: 500px;
        }

        .overlay-image {
            width: 100%;
            /* bottom: 5px; */
            /* right: 5px; */
        }
    }

.entry-title {
    text-align: center;
    font-size: 26px !important;
    color: #2c3941;
    font-weight: 600;
    line-height: 1.1em;
}
.home .entry-title {
 padding: 0;
 color: #fff;
 margin-bottom: 20px;
}
   div#home-title-block {
    padding: 0 !important;
    background-color: #f5f3f5!important;
}

div#home-title-block-container-firstpar {
    padding: 0 !important;
    width: 100% !important;
}

div#home-title-block-container-firstpar:before {
    content: '';
    position: absolute;
    width: 100%;
    height: calc(100% - 170px);
    background: #2c3941;
}

div#home-title-block-txt-col {
    padding: 70px 2.5%;
}

.section-subheading{
	display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    fill: #40A2E3;
    color: #40A2E3;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 2px;
}

.section-subheading-1{
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    fill: #40A2E3;
    color: #40A2E3;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 2px;
}

.section-title-heading {
    margin-bottom: 10px;
    color: #000000;
    font-weight: 700;
    font-family: 'Exo 2', sans-serif;
    font-size: 45px;
    line-height: 1em;
    text-shadow: 0 0 5px #fff;
}
.section-title-heading span{
	color: #0D9276;
}

.content-button {
    background: transparent;
    color: #63d471;
    line-height: 1;
    border-radius: 30px;
    display: inline-block;
    padding: 10px 10px;
    max-width: 240px;
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
    font-weight: 500;
    border: 1px solid #fff;
    filter: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
    text-align: center;
}
.content-button:hover {
 background: #2c3941;
 color: #ffffff;
 border-color: #63d471;
}
div#home-title-block-img-col span {
    width: 75%;
    margin-left: auto;
    display: flex;
    margin-top: -30px;
    padding-bottom: 70px;
    height: 280px;
}

div#home-title-block-img-col span img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    filter: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
}



/* BADGES SECTION STYLE */
@keyframes rotate-border {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

  div#css-badges-section {
}

.badges-container {
    display: flex;
    justify-content: space-evenly;
    gap: 20px;
}

.badge-holder {
    display: flex;
    align-items: center;
    background-color: #0D9276; /* Dark blue background */
    border-radius: 20px; /* Rounded corners */
    padding: 20px;
    width: 24%; /* Adjust as needed */
    max-width: 100%;
    color: #ffffff;
    justify-content: flex-start;
    flex-direction: column;
}

.badge-ico {
    background-color: #BBE2EC; /* Teal background */
    border-radius: 50%;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    position: relative;
}

.badge-ico::after {
    content: "";
    position: absolute;
    top: -6px; /* 2px spacing from the border */
    left: -6px;
    right: -6px;
    bottom: -6px;
    border-radius: 50%;
    border: 3px dashed white;
	transition: transform 0.3s ease;
}

.badge-holder:hover .badge-ico::after {
    animation: rotate-border 2s linear infinite;
}

.badge-ico img {
    width: 50px; /* Adjust size for the icon */
    height: auto;
}

.badge-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 10px;
}

.badge-content {
    font-size: 17px;
    font-weight: normal;
    color: #fff; /* Greenish text color */
    margin: 0;
    text-align: center;
}

.badge-title {
    color: #ffffff;
    font-size: 20px;
    border-radius: 5px;
    margin-top: 5px;
    text-align: center;
    font-weight: bold;
    font-family: 'Exo 2';
}


/* SERVICES BOXES */
#services-blocks-section .section-subheading{
    fill: #0D9276;
    color: #0D9276;
}
#services-blocks-section .section-subheading-1{
    fill: #0D9276;
    color: #0D9276;
}
.srvBlock {
    max-width: 1366px;
    padding: 20px 10px 0px;
    display: flex;
    align-items: stretch;
    flex-direction: row;
    margin: 0 auto;
}

.srvElement {
    width:fit-content;
    float: left;
    padding: 0px;
    margin: 0px 1%;
    /* background-color: #fff; */
    margin-bottom: 20px;
}
.srvElement .srvElementBody{
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.srvElementFullWidth {
    margin: 20px 20px 0px;
    /* background-color: #fff; */
    display: flex;
    flex-direction: column;
    position: relative;
}
.srvElementFullWidth .srvElementBody{
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}


.srvElementHeader {
    min-height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    /* background-color: #fbac1b; */
}

.srvElementHeader h2 {
    /* color: #fff; */
    font-size: 120%;
    padding: 0px;
    font-weight: bold;
}

.srvElementContent {
    text-align: justify;
    /* color: #fff; */
    padding: 15px;
    background-color: #fff;
    border-radius: 25px;
    height: 100%;
}

.srvElementContent a{
	color: #00b6b1;
	font-weight:bold;
}


@media screen and (max-width:980px){
	.service-icon{
	width: 90px;
	height: 90px;
	margin: auto;
	/* background-color: #1f8bf9; */
	/* border-radius: 50%; */
	/* padding: 7px; */
	position: relative;
	top: -43px !important;
	z-index: 99;
	margin-bottom: -70px;
	}
	
	.srvElementFullWidth .srvElementBody .srvElementImg .service-icon{
	width: 90px;
	height: 90px;
	margin: auto;
	position: absolute;
	top: calc(100% - 42px) !important;
	z-index: 99;
	margin-bottom: -70px;
	right: calc(50% - 43px) !important;
	}

	.srvElementFullWidth .srvElementBody .srvElementImg .service-icon img{
	background-color: #40A2E3;
	padding: 10px;
	border-radius: 50%;
	margin: 10px;
	border: 8px solid #BBE2EC;
	width: 76px;
	height: 76px;
	}

	.srvElementFullWidth .srvElementBody .srvElementImg .service-icon:before{
	position: absolute;
	left: -5px;
	top: 3px;
	content: "";
	height: 40px;
	width: 22px;
	border-bottom-right-radius: 20px;
	box-shadow: 0 20px 0 0 #BBE2EC;
	}

	.srvElementFullWidth .srvElementBody .srvElementImg .service-icon:after{
	position: absolute;
	right: -11px;
	top: 2px;
	content: "";
	height: 40px;
	width: 22px;
	border-bottom-left-radius: 10px;
	box-shadow: 0 20px 0 0 #BBE2EC;
	}
}

.service-icon{
	width: 90px;
	height: 90px;
	margin: auto;
	/* background-color: #1f8bf9; */
	/* border-radius: 50%; */
	/* padding: 7px; */
	position: relative;
	top: -50px;
	z-index: 99;
	margin-bottom: -70px;
}

.service-icon img{
	background-color: #40A2E3;
	padding: 6px;
	border-radius: 50%;
	margin: 10px;
	border: 10px solid #BBE2EC;
	width: 76px;
	height: 76px;
}

.service-icon:before{
	position: absolute;
	left: -4px;
	top: 3px;
	content: "";
	height: 40px;
	width: 22px;
	border-bottom-right-radius: 20px;
	box-shadow: 0 20px 0 0 #BBE2EC;
}

.service-icon:after{
	position: absolute;
	right: -10px;
	top: 3px;
	content: "";
	height: 40px;
	width: 22px;
	border-bottom-left-radius: 10px;
	box-shadow: 0 20px 0 0 #BBE2EC;
}




.srvElementImg img{
	border-radius:25px;
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%;
	max-height: 250px;
}

.srvElementFullWidth .srvElementImg {
    width: 33.3%;
}
.srvElementFullWidth .srvElementContent {
    width: 70%;
    padding-left: 50px;
    border:none;
}


.srvElement:hover .srvElementHeader h2{
    color: #0D9276;
}

.srvElementImg{
	filter: opacity(1);
	transition: 0.3s ease-in-out;
}

.srvElement:hover .srvElementImg img{
	filter:opacity(0.7);
	
}

.srvElement:hover .srvElementImg .service-icon img{
	filter:opacity(1);
}

@media only screen and (max-width: 981px) {
    .srvBlock {
        display: block;
        height: 100%;
        padding: 0px;
        margin-bottom: 0px;
    }
    .srvElement {
    width: 100%;
    margin: 15px auto 0px;
}
.srvElementFullWidth {
    margin: 15px auto 0px;
    display: inline-block;
}

.srvElementImg {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    }

.srvElementFullWidth .srvElementBody {
    display: block;
}

.srvElementFullWidth .srvElementImg {
    width: 100%;
}

.srvElementFullWidth .srvElementContent {
    width: 100%;
    padding: 15px;
    /* padding-top: 25px; */
    margin-top: 21px;
}

.srvElementBody {
    padding: 10px;
}
}

.srvcs-title {
	text-align: center !important;
	font-weight: bold; 
	color: #fff!important; 
	text-shadow: 0px 0px 15px #0a1f54;
}
@media screen and (min-width:981px){

	.srvElementFullWidth .srvElementHeader {
    width: 100%;
    min-height: 55px;
	}

	.srvElementFullWidth .srvElementBody {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    flex-direction: row;
 }
	
	.srvElementFullWidth .srvElementBody{
	position:relative;
	gap: 20px;
	}
	
	.srvElementFullWidth .srvElementBody .srvElementImg .service-icon{
	width: 90px;
	height: 90px;
	margin: auto;
	position: absolute;
	top: calc(50% - 48px);
	z-index: 99;
	margin-bottom: -70px;
	right: -54px;
	}

	.srvElementFullWidth .srvElementBody .srvElementImg .service-icon img{
	background-color: #40A2E3;
	padding: 5px;
	border-radius: 50%;
	margin: 10px;
	border: 10px solid #BBE2EC;
	width: 76px;
	height: 76px;
	}

	.srvElementFullWidth .srvElementBody .srvElementImg .service-icon:before{
	position: absolute;
	left: 14px;
	top: -24px;
	content: "";
	height: 40px;
	width: 22px;
	border-bottom-right-radius: 14px;
	box-shadow: 13px 0px 0 0 #BBE2EC;
	}

	.srvElementFullWidth .srvElementBody .srvElementImg .service-icon:after{
	position: absolute;
	right: 54px;
	top: 72px;
	content: "";
	height: 40px;
	width: 22px;
	border-top-right-radius: 17px;
	box-shadow: 10px 0px 0 0 #BBE2EC;
	}
	.service-icon:before{
	top: 10px;
	}

	.service-icon:after{
	top: 10px;
	}
}
/* END SERVICES BOXES */



 /* ADDITTIONAL SERVICES */

 #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;
	    line-height: 0.7em;
	}
}
/* END ADDITTIONAL SERVICES */


/* CONTENT SECTION STYLE */

div#content-dark-section {
    width: 100% !important;
    padding: 0 !important;
}



div#content-dark-section:before {
    content: '';
    position: absolute;
    width: 100%;
    height: calc(100% - 170px);
    background: #2c3941;
}

div#content-text-col {
    padding: 70px 2.5%;
    margin-bottom: 0 !important;
}
 

div#home-content-section {
    padding-top: 0 !important;
}

 

 

div#content-img-col span {
    width: 75%;
    margin-left: auto;
    display: flex;
    margin-top: -30px;
    padding-bottom: 70px;
    height: 280px;
}

div#content-img-col span img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    filter: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
}




/* SERVICES LIST SECTION STYLE */

 

 .homepage-services #servcss {
     padding: 0;
     list-style: none;
     width: 280px;
     margin: 0 auto;
}
 .homepage-services li {
     position: relative;
     text-align: left;
     padding-left: 26px;
     color: #fff;
}
 .homepage-services li:before {
     content: "\f1b9";
     font-family: 'FontAwesome';
     margin-right: 5px;
     color: #63d471;
     position: absolute;
     left: 0;
}

#srvecss {
  position: relative;
  background-image: url('/wp-content/uploads/2025/10/Affordable-Solar-Panels.webp');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}

#srvecss::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #bbe2ecd6;
  pointer-events: none;
}

#srvecss #servcss {
     display: flex;
     gap: 12px;
     list-style: none;
     padding: 0;
     justify-content: center;
     flex-wrap: wrap;
}
#srvecss li {
     text-align: left;
     padding-left:5px;
     /* flex: 1 1 calc(33.333% - 10px); */
     color: #000000;
     font-weight: 600;
     text-shadow: 0 0 5px #fff;
}
#srvecss li:before {
	 content: '\e061';
	 font-family:'Material Symbols Outlined';
	 /* margin-right: 5px; */
	 font-weight: 900;
	 color: #0D9276;
	 font-size: 22px;
	 position: relative;
	 top: 5px;
	 }




/* CONTACT FORM STYLE */
 
 

.contact-form-heading {
    background: #63d471;
    padding: 30px 20px;
}

.contact-section-title {
    text-align: center;
    font-size: 26px !important;
    color: #2c3941;
    font-weight: 600;
    line-height: 1.1em;
    font-family: 'Changa', sans-serif;
}

.contact-section-text {
    color: #2c3941;
    line-height: 1.4;
    padding-top: 10px;
}
#contact-form-row {
	margin-left: 0;
	max-width: 550px;
}
.contact-form-block {
    padding: 20px 20px;
    background-position: center;
    background-size: cover;
    background: #0D9276;
    border-radius: 20px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

#customer_email, .nap_cf_message{
	width:100%;
}
.row-nap{
	background: #40A2E3;
	width:100%;
	display:flex;
	padding: 20px;
	border-radius: 70px;
	border: solid 10px #fff;
	justify-content: center;
	gap: 20px;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
}

.nap-home{
	display:flex;
	align-items: center;
	gap: 20px;
	justify-content: flex-start;
}

.icon-wrap {
  position: relative;
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-wrap::before {
  content: "";
  position: absolute;
  /* left: 0; */
  /* top: 0; */
  background: #fff;
  transform: rotate(45deg);
  width: 70px;
  height: 70px;
  border-radius: 20px;
  z-index: 0;
}

.icon-wrap .fa {
  font-size: 28px;
  color: #000;
  z-index: 1;
}


.nap-home h3{
	color:#fff;
	font-weight:700;
	padding-bottom: 0;
	text-align: left;
}


.nap_cf_customer_name, .nap_cf_phone_cf, .nap_cf_customer_email{
	width: 32%;
}

#customer_email, .nap_cf_message{
	width:100%;
}

input#customer_name {
	width: 100%;
	/* float: left; */
}

input#phone-cf {
	width: 100%;
	float: left;
	
}

textarea#message {
	margin-bottom: 20px;
	width: 100%;
}

#contact img {
	float: left;
	width: 120px;
}

input#vercode {
	width: calc(100% - 130px);
	margin: 0;
	margin-left: 10px;
	float: left;
	padding: 7px 10px 10px;
}

form#contactForm {
	text-align: center;
	/* background: #2c3941; */
	/* padding: 20px; */
	border-radius: 10px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
	position: relative;
	/* max-width: 700px; */
	margin: auto;
	padding: 20px;
}

input#submitter {
    position: relative;
    display: inline-block;
    background-color: #BBE2EC;
    text-align: center;
    font-family: 'Roboto';
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    width: 200px;
    height: 43px;
    border-radius: 10px;
    color: #000;
    transition: 0.3s ease-in-out;
    border: none;
}



input#submitter:hover {
    background: #fff;
	color: #000;
}

@media screen and (max-width:980px){
	input#submitter {
		/* margin:auto !important; */
		/* margin-top: 20px !important; */
	}
}

@media screen and (max-width:768px){
	.nap_cf_customer_name, .nap_cf_phone_cf, .nap_cf_customer_email{
	width:100%;
}

#customer_email, .nap_cf_message{
	width:100%;
}



input#customer_name {
	width: 100%;
	float: left;
}

input#phone-cf {
	width: 100%;
	float: left;
	
}

textarea#message {
	margin-bottom: 20px;
	width: 100%;
}

}


input.text,
input.title,
input[type=email],
input[type=password],
input[type=tel],
input[type=text],
select,
textarea {
	max-width: 100%;
	padding: 10px 10px 10px;
	height: auto;
	box-shadow: none;
	display: block;
	line-height: 1.75em;
	font-weight: 300;
	color: #161616 !important;
	background: #fff;
	margin-bottom: 20px !important;
	border-radius: 10px;
	border: solid 1px #00b6b1;
}

p.success {
    color: #2c3941;
}

#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: #161616 !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: #000000 !important;
 border-color: #ececec;
}

#contact {
	padding: 0;
}


div#contact-form-section {display: flex;align-items: center;justify-content: center;}

/* NAP SECTION STYLE */

div#nap-section {
    background-color: #2c3941!important;
}

.homepage-nap h3 {
    color: #fff;
    padding-bottom: 0;
    line-height: 1.3;
}
 
/* TESTIMONIALS SECTION STYLE */

div#home-testimonials {
    background-color: #63d471!important;
    padding: 0;
}


.owl-nav {
    display: none;
}
 
 
.item img{object-fit: cover;object-position: center;margin-left: 3px;}

.item span {
    position: absolute;
    color: #cbcbcb;
    bottom: 10px;
    right: 10px;
    font-family: 'Nunito', sans-serif;
    font-weight: bold;
}

.item:before {
    content: '';
    position: absolute;
    width: 101%;
    height: 105%;
    background: #2c3941;
    left: 0;
    top: 0;
    opacity: 0.6;
}

.item {min-height: 100%;display: flex;position: relative;}

.owl-item {
	height:100%;
    min-height: 100% !important;
}

.owl-stage {
    display: flex;
    background: #000;
}
.owl-dots {
    line-height: 0;
    opacity: 0.5;
    margin-top: 5px;
    position: absolute;
    width: 100%;
}

.owl-theme .owl-dots .owl-dot span {
    height: 5px !important;
    background: #7a7a7a !important;
}
.owl-theme .owl-dots .owl-dot.active span {
    background: #000 !important;
}
div#testimonials-block {
    padding: 0 !important;
    width: 100% !important;
}

div#testimonials-review-block {
    padding: 70px 2.5%;
}
.testimonials-title {
    text-align: center;
    font-size: 26px !important;
    color: #2c3941;
    font-weight: 600;
    line-height: 1.1em;
    font-family: 'Changa', sans-serif;
}

.home .wpcr3_review_datePublished {
    color: #2c3941;
}

.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;
	color: #2c3941;
}

.home .wpcr3_review_title.wpcr3_caps {
	width: 100%;
	text-align: center;
	margin: 0 !important;
	font-size: 20px;
	color: #2c3941;
	font-weight: bold;
	font-family: 'Changa', sans-serif;
}

.home span.wpcr3_item_name a {
	color: #2c3941;
}

div.wpcr3_review blockquote.wpcr3_content {
	border-color: #c4c4c4;
	padding-bottom: 0;
	text-align: justify;
}

.home div.wpcr3_review blockquote.wpcr3_content {
	text-align: center;
	padding-left: 0;
	border: none;
	margin-bottom: 0;
	line-height: 1.7em;
}

div.wpcr3_review blockquote.wpcr3_content p {
	font-size: 17px;
}


.home .wpcr3_reviews_holder {
	position: relative;
}

.home div.wpcr3_review blockquote.wpcr3_content p {
	font-style: italic;
	color: #2c3941;
}

 

.testimonials-button {
    color: #2c3941;
    background: transparent;
    line-height: 1;
    border-radius: 30px;
    display: inline-block;
    padding: 10px 10px;
    max-width: 240px;
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
    font-weight: 500;
    border: 1px solid #fff;
    filter: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
    text-align: center;
}

.testimonials-button:hover {
	color: #ffffff;
	background: #2c3941;
}


/* FOOTER STYLE */

#main-footer {
	background: #0D9276;
	background-size: contain;
	background-repeat: repeat;
}
#main-footer .container {
    width: 95%;
}
footer#main-footer .section-separator-down {
    -moz-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    transform: scaleY(-1);
    -ms-filter: fliph;
    filter: fliph;
}
div#footer-bottom {
	background-color: #BBE2EC;
	padding: 15px;
	color: #000000;
}

.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: 600;
	line-height: 1.5em;
	text-align: center;
	border-bottom: 1px solid #BBE2EC;
	text-transform: uppercase;
	font-family: 'Exo 2';
}

.footer-widget .textwidget {
	color: #f5f3f5;
}

#footer-widgets .footer-widget a {
	background-color: #fff;
}
.fwidget #menu-footer-menu li {
    padding-left: 0px;
}
.fwidget #menu-footer-menu li:before {
    display: none;
}
.fwidget #menu-footer-menu li a {
    background-color: transparent;
}
table.openinghours {
	max-width: 350px;
	width:100%;
	margin: 0 auto !important;
}

table.openinghours tr {
	display: flex;
	justify-content: space-between;
	line-height: 2;
	font-family: 'Open Sans', sans-serif;
	color: #f5f3f5;
}

#current-day {
	background-color: #BBE2EC;
	padding: 0 2px;
	border-radius: 5px;
}

#current-day td {color: #2c3941;text-shadow: none;}

#closed-day {
	color: #f5f3f5;
}

/* SIDEBAR, BLOG PAGE, BLOG POST STYLES */
 .et_pb_sidebar_0 h4.widgettitle {
     position: relative;
     margin-bottom: 10px;
     line-height: 1.2;
     border-bottom: 1px solid #0D9276;
     text-align: center;
     font-size: 26px !important;
     color: #0D9276;
     font-weight: 600;
}
 #sidebar h4.widgettitle {
     font-size: 26px;
     font-weight: 600;
     color: #0D9276;
     position: relative;
     margin-bottom: 10px;
     line-height: 1.2;
     text-align: center;
     border-bottom: 1px solid #0D9276;
}
 .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;
}
 #left-area .post-meta a {
     color: #16bae1;
}
 #left-area .post-meta {
     text-align: center;
}
 .blog .et_pb_post {
     text-align: justify;
}
.single-post .et_pb_section {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.single-post article {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}
.single-post div#main-content .container {
        padding: 77px 0 !important;
}
#main-content .container {
    padding: 77px 0 !important;
}

#main-content .container h1{
    color: #000 !important;
}

#main-content .container h2{
font-size: 24px !important;
}
/* add buttons */
.booking-button-switch {/* display: none; */}
.button-quote-header {
     background: #0D9276;
     text-align: center;
     padding: 10px 0;
}
.top_button{
    background: #fff;
    color: #00B6B1;
    line-height: 1;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px 10px;
    font-weight: 600;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    position:relative;
    overflow:hidden;
    z-index: 1;
    width: fit-content;
    margin: auto;
}
.top_button i{
	margin-right:5px;
}
	 
.top_button::before {
  content: "";
  height: 400px;
  width: 400px;
  background: #00b6b1;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) scale(0);
  transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: -1;
}

.top_button:hover{
	color:#fff;
}
.top_button:hover::before {
  transform: translateY(-50%) translateX(-50%) scale(1);
}

.floating-estimate-btn {
    text-align: center;
    padding: 3px 15px;
    background-color: #00b6b1;
    color: #ffffff;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border: 1px solid #2c3941;
    border-left: 0px;
    font-size: 15px;
    z-index: 999999;
    font-weight: bold;
    position: fixed;
    bottom: 60px;
    text-transform: uppercase;
    width: 230px;
}
.floating-estimate-btn:hover{
	background-color:#0D9276;
	color:#fff;
}

.wpcr3_button_1{
    position: relative;
    display: inline-block;
    background: #00b6b1;
    text-transform: uppercase;
    text-shadow: none;
    border: 0px solid;
    color: #fff;
    padding:10px 15px;
    margin-bottom: 20px;
    transition: 0.3s ease-in-out;
    font-size: 16px;
    border-radius: 10px;
}

.wpcr3_button_1:hover {
color: #fff;
    background: #0D9276;
	position: relative;
    display: inline-block;
    
    text-transform: uppercase;
    text-shadow: none;
    border: 0px solid;
    color: #fff;
    padding:10px 15px;
    margin-bottom: 20px;
    transition: 0.3s ease-in-out;
    font-size: 16px;

}

#main-footer .listing-rev-btn {
     text-align: center;
     padding: 3px 15px;
     background-color: #00b6b1;
     color: #ffffff;
     border-top-right-radius: 10px;
     border-bottom-right-radius: 10px;
     border: 1px solid #2c3941;
     border-left: 0px;
     font-size: 15px;
     z-index: 999999;
     font-weight: bold;
     position: fixed;
     bottom: 20px;
     text-transform: uppercase;
     width: 230px;
     justify-content: center;
}

#main-footer .listing-rev-btn:hover{
	background-color:#0D9276;
	color:#fff;
}

#main-footer .listing-rev-btn img {
    display: none;
}
#main-footer .listing-rev-btn .fa {
    display: block;
    margin-right: 5px;
    color: #fff;
}
/* end add buttons */
/* reviews */
.testimonials .owl-stage {
	background-color:transparent !important;
}
.testimonials-slider .item:before, .testimonials-slider .item span {
	display:none !important;
}
.owl-stage {
    display: flex;
    align-items: center;
}
.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;
}
.external-review-content {
	width:100%;
}
.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: #2c3941;
    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: #2c3941;
}
.external-review-author {
	margin: 0 5px;
    font-weight:bold;
}

.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%;
    font-style: italic;
    color: #2c3941;
    font-weight: 400;
    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;
}
a.add-reviews-link {
    color: #ed9e02;
    text-transform: uppercase;
    border-radius: 5em;
    font-size: 14px;
    font-weight: 600;
    margin-top: 20px;
    width: 200px;
    transition: 0.3s ease-out;
    display: block;
}
 
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: 981px) {
     .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 */
/*last paragraph images*/
#last-par > div > div:nth-of-type(2) {
	display: flex;
	align-items: center;
	justify-content: center;
}
.last-par-images {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 2rem;
  max-width: 440px;
}


.last-par-image-1,
.last-par-image-2 {
  border-radius: 30px;
  overflow: hidden;
  width: 45%;
  height: 400px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.last-par-image-1 img,
.last-par-image-2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.last-par-image-2 img {
  object-position: 100% center;
}
.last-par-image-1 img {
  object-position: 50% center;
}

.last-par-image-1 {
  z-index: 2;
}

.last-par-image-2 {
  position: absolute;
  right: 0px;
  bottom: -20%;
  z-index: 1;
}

/* Optional: connector line using pseudo-element */
.last-par-images::after {
  content: "";
  position: absolute;
  width: 40%;
  height: 400px;
  border: 10px solid #40A2E3;
  border-radius:50px;
  right: 30%;
  bottom: -10%;
  z-index: 0;
}

/*MEDIA QUERIES*/
 @media only screen and (min-width: 600px) {
  



       .homepage-services #servcss {
         column-count: 2;
         -webkit-column-count: 2;
         -moz-column-count: 2;
         margin: 0 auto;
         width: auto;
         column-gap: 25px;
    }
     .homepage-services li {
         text-align: left;
    }
}
 @media screen and (max-width: 981px) {
	 .reviewer-name{
		 border-right:none !important;
	 }
	 #last-par .section-subheading{
		 justify-content: flex-start;
		}
	 .section-subheading{
		 justify-content: center;
		}

	 
	 .badges-container{
		 flex-wrap: wrap;
		}
	 .badge-holder{
		 width:48%;
		 
		 
	 }
    /* 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: 0px !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) {
    /*HEADER STYLES*/
 
.add-info-block {
    top: 25vh;
}
  .estimate-btn {
    display: flex;
    justify-content: flex-end;
    width: 25% !important;
}

.logo_container {
    width: 25% !important;
}
div#et-top-navigation {
    width: 86%;
    margin-left: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.estimate-btn{
    background: #40A2E3;
    color: #fff;
    line-height: 1;
    border-radius: 10px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 10px;
    font-weight: 600;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    position:relative;
    overflow:hidden;
    z-index: 1;
}

	 .estimate-btn a{
		 color:#fff;
	 }
.estimate-btn::before {
  content: "";
  height: 400px;
  width: 400px;
  background: #0D9276;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) scale(0);
  transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: -1;
}


.estimate-btn:hover::before {
  transform: translateY(-50%) translateX(-50%) scale(1);
}
     nav#top-menu-nav ul#top-menu li a{
         padding-top: 15px !important;
         padding-bottom: 15px !important;
         font-weight: 600;
         color: #0D9276!important;
         text-transform: capitalize;
         font-size: 16px;
    }
     #top-menu .menu-item-has-children>a:first-child:after {
         top: 14px;
         color: #0D9276;
    }
     nav#top-menu-nav ul#top-menu .current-menu-item a{
         color: #0D9276 !important;
		 opacity: 1;
    }
     nav#top-menu-nav ul#top-menu li {
         padding-left: 7px;
         padding-right: 7px !important;
    }
  
	 .sub-menu li:not(:last-child):after {
		 display:none;
	 }
	 nav#top-menu-nav ul#top-menu li:last-child {
    padding-right: 0 !important;
}

     nav#top-menu-nav ul#top-menu .current-menu-item {
    }
 
nav#top-menu-nav ul#top-menu li:last-child.current-menu-item {
    padding-right: 11px !important;
}
	 nav#top-menu-nav ul#top-menu .current-menu-item a:after {
		 color: #d9b6c6 !important;
		}
     ul.sub-menu {
         filter: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
         top: 44px;
         background-color: #ffffff !important;
         border-color: #00b6b1 !important;
         border-radius: 0 0 10px 10px;
    }
  ul.sub-menu li ul {
   top: -10px;
  }
     nav#top-menu-nav #top-menu ul.sub-menu a {
         color: #0D9276 !important;
         position: relative;
         padding: 6px 6px 6px 16px !important;
         line-height: 1.2;
    }
     
	 #top-menu-nav ul.sub-menu a:after {
		 color: #fff !important;
		}
     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: 1200px !important;
         min-height: 600px !important;
         height: calc(100vh - 127px) !important;
         background-position: center;
         background-position-y: 45%;
    }
     .et_pb_fullscreen .et_pb_fullwidth_header_container {
         max-height: 600px !important;
         min-height: 600px !important;
         height: 600px;
         max-width: 95%;
    }
  .header-title {
    font-size: 20px;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 2px;
}
  .entry-title {
   text-align: left;
  }
.home .entry-title {
	font-size: 32px !important;
}
  
    /* BADGES STYLE DESKTOP*/
    
    /* FIRST PARAGRAPH STYLE DESKTOP*/
 div#home-title-block-container-firstpar:before {
    height: 100%;
    left: -25%;
}

div#home-title-block-img-col span {
    width: 95% !important;
    height: 55vw;
    max-height: 600px;
}

  
   

     /* CONTENT SECTION DESKTOP */

  div#nap-section {
    padding-bottom: 60px;
}

  div#content-dark-section:before {
    height: calc(100% - 30px);
    left: -25%;
}

div#content-img-col  span {
    width: 95% !important;
    height: 55vw;
    max-height: 600px;
}

div#content-text-col {
    margin-bottom: 30px !important;
    padding-right: 0;
}
  
    /* CONTACT SECTION DESKTOP */

	 #contact-form-row{
		 max-width: 650px;
		 display: flex;
		 align-items: center;
		 justify-content: center;
		}
.contact-form-holder {
    display: flex;
}

.contact-form-heading {
    width: calc(100% - 640px);
    position: absolute;
    height: 100%;
    top: -30px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.contact-form-block {
    width: 100%;
}

div#contact-section {
    margin-left: 0px;
}

	 #contact-section #contact #contactForm input#submitter{
		 background-color:#BBE2EC;
		 color: #000;
	 }
      #contact-section #contact #contactForm input#submitter:hover{
		  background-color:#ffffff;
		  color:#0D9276;
	  }
	 
    /* TESTIMONIALS SECTION DESKTOP */
 div#testimonials-block {
    max-width: 100%;
}
div#testimonials-block:before {
	    content: '';
	    position: absolute;
	    height: 100%;
	    background: #2c3941;
	    right: 0;
	    min-width: 2.5vw;
	    width: calc(100vw - 52.5%);
	    max-width: calc(50vw - 540px);
}
div#testimonials-block .et_pb_module {
    height: 100%;
}

div#testimonials-block .et_pb_code_inner {
    height: 100%;
}
	  .loop .item {
		 height:100% !important;
	 }
.owl-carousel {
    height: 100%;
}

.owl-carousel .owl-stage-outer {
    height: 100%;
}

.owl-stage {
    height: 100%;
}

div#testimonials-review-block {
    width: calc(50vw - 2.5%);
    max-width: 540px;
    padding: 70px 25px;
}
    /* SERVICES LIST SECTION DESKTOP */
  
    /* 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 !important;
    }
     #sidebar .textwidget {
         text-align: left;
    }
     .et_pb_sidebar_0.et_pb_widget_area_right {
         border-left: 1px solid rgb(44 57 65 / 20%);
    }
     #left-area .post-meta {
         text-align: left;
    }
     #main-content .container:before {
         background-color: rgb(6 45 91 / 20%);
    }
}
/***** 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;
}

 @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) {
     .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%;
    }
	 
     .et_pb_post h2.entry-title,
     .et_pb_title_meta_container,
     .post-meta {
        text-align: center;
}
}

.testimonial-subject{
	color: #fff;
}

.testimonial-content{
	color:#fff;
}

.reviewer-name{
	color: #fff;
	border-right: none !important;
}
.review-from-logo {
	padding: 5px !important;
	background: #fff;
	border-radius: 10px;
}
.testimonial-item a {

    color: #2c3941;
}
.testimonial-item a b{
	font-size: 1rem;
    line-height: 1.2rem;
    font-weight: 400 !important;
    color: #2c3941;
    text-align: center;
    font-style: italic;
}

.keen-slider__slide{
	border-radius: 50px 50px 50px 0;
	border:none;
	background: #0D9276;
}

.keen-slider__slide:before{
	content:url(http://denitza004.cloud207411.com/wp-content/uploads/2025/03/quote-2.svg);
	opacity: 0.2;
	position: absolute;
	bottom: 13px;
	right: 12px;
	z-index: 99;
	display: block;
	width: 100px;
	height: auto;
}

.keen-slider__slide:hover{
	border:none;
	background:#0D9276;
}

.nav-arrows button{color: #fff;background: #0D9276;border-color: transparent;width: 40px;height: 40px;border-style: solid;border-radius: 10px;}
.nav-arrows button:hover {
	background: #40A2E3;
}
.single-post div#main-content .container {
        padding: 77px 0 !important;
}
#main-content .container {
    padding: 77px 0 !important;
}

#main-content .container h1{
    color: #333 !important;
}

#main-content .container h2{font-size: 24px !important;}

@media (min-width: 981px) {
    
#main-content .container .type-post {
    margin-bottom: 0 !important;
    padding-bottom: 0;
}

}

.hours-box {
    pointer-events: none;
}

.hours{
	    height: auto !important;
    border: none !important;
    box-shadow: none !important;
    background: none !important;
    text-shadow: none !important;
}

.hours p{
padding:0px;
    text-shadow: none !important;
	color: #000;
}

@media only screen and (max-width: 600px){
	    .badge-holder {
        width: 100%;
    }
}
@media (min-width: 1137px) {
	#contact-form-row{
		 /* margin-left: auto; */
		 /* justify-content: flex-start; */
		 max-width: none;
		 width: 100% !important;
	}
	#contact-form-row div#contact-section {
		width: 55%;
		display: flex;
		justify-content: flex-end;
		align-items: center;
	}
	#contact-form-row div#contact-section #contact {
		max-width: 660px;
	}
}


/*BLOG POST DESIGN*/
.single-post h2 {
    text-align: left;
    font-size: 24px;
    line-height: 1.3em;
    margin-bottom: 10px;
	font-weight: 700;
}
#left-area p, #left-area ol, #left-area ul {
    text-align: justify;
}
.post-content p {
    text-align: justify !important;
}
@media (max-width: 980px) {
    #left-area .post-meta {
    text-align: center;
}
}
/*END BLOG POST DESIGN*/