/*
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: 15px !important;
     font-family: "Exo 2", Verdana, Arial, sans-serif;
     -webkit-font-smoothing: antialiased;
     text-rendering: optimizelegibility;
     font-feature-settings: "liga";
     color: #000000;
     font-weight: 500;
     overflow-x: hidden;
     line-height: 1.4;
}
 h1,h2,h3,h4,h5,h6 {
     font-family: "Ubuntu", Arial, sans-serif;
     font-weight: 700;
     line-height: 1.2 !important;
}
h1 {
    font-size: 26px !important;
}
h2 {
    font-size: 22px !important;
}
h3 {
    font-size: 20px !important;
}
h4 {
    font-size: 18px !important;
}
@media (min-width: 600px) {
    body {
        font-size: 16px !important;
    }
    h1 {
        font-size: 36px !important;
    }
    h2 {
        font-size: 30px !important;
    }
    h3 {
        font-size: 24px !important;
    }
    h4 {
        font-size: 22px !important;
    }
}
@media (min-width: 981px) {
    h1 {
        font-size: 48px !important;
    }
    h2 {
        font-size: 40px !important;
    }
    h3 {
        font-size: 26px !important;
    }
    h4 {
        font-size: 26px !important
    }
}
p a {
    color: #254d4d;
    text-decoration: underline;
}
 p strong {
     font-family: "Ubuntu", Arial, sans-serif;
     font-size: 18px;
     font-weight: 600;
}
 div#page-container {
     overflow: hidden;
     /* padding-top: 303px !important; */
}
 .et_pb_row {
     width: 95% !important;
}

/*HEADER STYLES*/
 header#main-header {
     background: #fff !important;
     /* display: flex; */
     -webkit-box-shadow: none;
     box-shadow: none;
}
 .main-header-contact-info-holder {display: flex;justify-content: flex-start;align-items: center;width: 89%;margin-left: 5px;}
.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%;
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: center;
     padding: 5px;
}
 .header-info-holder {
     margin: 0 auto;
     display: flex;
     max-width: 1280px;
     align-items: center;
     justify-content: center;
     width: 100%;
}
 .logo_container {
     position: relative !important;
     text-align: center;
     display: flex;
     justify-content: center;
     align-items: center;
     flex-direction: row;
}
 img#logo {
     min-height: 60px !important;
     max-height: 75px !important;
     width: auto !important;
     max-width: 280px !important;
}
 .text-logo {
     font-family: "Ubuntu", sans-serif;
     color: #254d4d;
     font-weight: 700;
     line-height: 1.1;
     width: 100%;
     max-width: 300px;
     display: flex !important;
     flex-direction: row;
     align-items: center;
     justify-content: center;
     text-align: left;
}
 .text-logo-icon {
     width: 45%;
     margin: 0 auto;
     margin-right: 10px;
}
 .text-logo:first-letter {
     color: #6d35e0;
     font-weight:bold;
     font-size: 30px;
}
 div#et-top-navigation {
     width: 100%;
     height: auto;
     padding: 0px !important;
     background: #ffffff;
     position: relative;
     display: flex !important;
     align-items: center;
     flex-direction: row;
     justify-content: space-between;
}
 span.select_page {
     display: none !important;
}
 
 .et-fixed-header.sticky-menu .add-info-block, .et-fixed-header.sticky-menu .floating-cta-btn  {
     top: 20px;
}
 div#et_mobile_nav_menu {
     width: 43%;
}
 .mobile_menu_bar {
     padding-bottom: 0 !important;
     background: #ffffff;
     width: 50px;
     height: auto;
     margin-left: auto;
}
 .et_mobile_menu {
     background-color: #ffffff !important;
     border-color: #254d4d !important;
     top: 42px;
     height: auto !important;
     width: 100vw;
     left: -5px;
}
 .et_mobile_menu li a {
     color: #000000 !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);
     color: #254d4d;
}
 .et_mobile_menu .current_page_item a {
     color: #254d4d !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: #254d4d;
     text-align: center;
     font-size: 42px;
}
.booking-button-switch {display:none !important;}
/*rotate the Divi Menu icon on click*/
/*END HEADER STYLES*/
/*PAGE STYLES*/
#homepage-header-holder {
    padding: 0;
}
#homepage-header-holder-cf {
    padding: 0 0 293px;
}
#homepage-header-holder > div, #homepage-header-holder-cf > div {
    padding: 0;
}
#homepage-header-holder > div > div, #homepage-header-holder-cf > div > div {
    display: flex;
    align-items: center;
    justify-content: center;
}
#homepage-header-holder #hero-section {
     max-height: 550px !important;
     min-height: 350px !important;
     height: calc(100vh - 250px) !important;
     width: 100%;
}
#homepage-header-holder-cf .hero-section-cf {
     max-height: 550px !important;
     min-height: 350px !important;
     height: calc(100vh - 100px) !important;
     width: 100%;
}
#hero-section > div {
     height: 100% !important;
     width: 100%;
}
#homepage-header-holder .hero-content {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 0;
}
#homepage-header-holder-cf .hero-content-cf {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 0;
}
#homepage-header-holder .hero-content > img {
    position: absolute;
    object-fit: cover;
    object-position: center;
    width: 85%;
    height: 100%;
    z-index: 1;
}
#homepage-header-holder-cf .hero-content-cf > img {
    position: absolute;
    object-fit: cover;
    object-position: center;
    width: 85%;
    height: 100%;
    z-index: 1;
}
#homepage-header-holder .header-content-block {
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    width: 100%;
    background: #ffffffa3;
    backdrop-filter: blur(3px);
    padding: 10px;
    align-self: flex-start;
    opacity: 0;
}
#homepage-header-holder-cf .header-content-block {
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    width: 100%;
    background: #ffffffa3;
    backdrop-filter: blur(3px);
    padding: 10px;
    align-self: flex-start;
    margin-bottom: 130px;
    opacity: 0;
}
.ws-slogan {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
}
 .ws-slogan h1 {
     font-family: "Ubuntu", sans-serif;
     line-height: 1.1;
     color: #254d4d;
     font-weight: bold;
     font-size: 26px;
     text-transform: capitalize;
     text-align: left;
     text-shadow: 0 0 5px #ffffffab;
     opacity: 0;
}
.ws-slogan p {
    color: #000;
    font-weight: 500;
    text-align: left;
    text-shadow: 0 0 5px #ffffffab;
    margin-bottom: 15px;
    opacity: 0;
}
h2.header-content-block-text {
    font-size: 16px !important;
}
@media (min-width: 981px) {
    h2.header-content-block-text {
    font-size: 15px !important;        
    }   
}
 .header-btns {
     display: flex;
     flex-wrap: wrap;
     justify-content: center;
     align-items: flex-start;
     opacity: 0;
     flex-direction: column;
}
.button {
    font-weight: 500;
    font-size: 16px;
    text-decoration: none;
    padding: 5px 10px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 1;
}
.button--gooey {
    color: #fff;
    text-transform: uppercase;
    border: 3px solid #254d4d;
    border-radius: 0;
    background: #254d4d;
    position: relative;
    transition: all 700ms ease;
    white-space: nowrap;
}
.button--gooey .button__blobs {
    height: 100%;
    filter: url(#goo);
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    bottom: -3px;
    right: -1px;
    z-index: -1;
}
.button--gooey .button__blobs div {
    background-color: #dbdddc;
    width: 34%;
    height: 100%;
    border-radius: 100%;
    position: absolute;
    transform: scale(1.4) translateY(-125%) translateZ(0);
    transition: all 700ms ease;
}
.button--gooey .button__blobs div:nth-child(1) {
    left: -5%;
}
.button--gooey .button__blobs div:nth-child(2) {
    left: 30%;
    transition-delay: 60ms;
}
.button--gooey .button__blobs div:nth-child(3) {
    left: 66%;
    transition-delay: 25ms;
}
.button--gooey:hover {
    color: #000000;
    border-color: #dbdddc;
}
.button--gooey:hover .button__blobs div {
    transform: scale(1.4) translateY(0) translateZ(0);
}
.header-btns > p {
    margin: 10px 0;
    text-align: left;
    text-shadow: 0 0 5px #fff;
}
.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;
}
 .home .entry-title {
     color: #fff;
     padding: 0;
}
/* BADGES SECTION STYLE */
#badges-section {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
    padding: 25px 0;
    z-index: 2;
}
#badges-row {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0;
}
#badges-row > div {
    width: 100%;
}
.tickerwrapper {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    cursor: pointer;
}
.tickerwrapper ul.list {
    position: relative;
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}
.tickerwrapper ul.list.cloned {
    position: absolute;
    top: 0;
    left: 0;
}
.tickerwrapper ul.list li {
    flex-shrink: 0;
    padding-left: 20px;
    color: #000000;
    font-size: 18px;
    font-weight: 600;
}
.tickerwrapper ul.list li img {
    width: 20px;
    height: auto;
    margin-right: 10px;
}
/*INTRODUCTION*/
#introduction-section {
    position: relative;
    z-index: 1;
    background: #f4f6f5;
    padding: 50px 0;
}
#introduction-row {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#introduction-row::before {
    content: '';
    width: 100px;
    height: 100px;
    top: -115px;
    left: -75px;
    position: absolute;
    border: 16px solid #254d4d;
    border-radius: 50%;
    background: radial-gradient(circle, #f4f6f5 0%, #f4f6f5 38%, #254d4d 38%, #254d4d 56%, #f4f6f5 56%, #f4f6f5 85%);
}
#introduction-left-col {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.introduction-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
}
.home-first-par-title {
    text-align: center;
    color: #254d4d;
    width: 100%;
    padding-bottom: 30px;
}
.introduction-content p {
    text-align: center;
    color: #000;
    margin-bottom: 15px;
}
.introduction-button {
    display: flex;
    align-items: center;
    justify-content: center;
}
#introduction-right-col {
    display: flex;
    align-items: center;
    justify-content: center;
}
.introduction-images {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.introduction-image-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 10px;
    transition: all 0.5s;
}
.introduction-images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.introduction-image-2 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 10px;
}
.introduction-image-3 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 10px;
}
.introduction-image-4 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 10px;
    transition: all 0.5s;
}
/* SERVICES SECTION STYLE */
 div#services-blocks-section {
     background-color: #ffffff!important;
     z-index: 2;
}
 .srvBlockTitle h2 {
     text-align: center;
     color: #254d4d;
     padding-bottom: 0;
}
.srvBlock {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
}
.srvElement {
     margin: 0 auto;
     margin: 25px 0;
     width: 100%;
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: center;
     max-width: 400px;
     position: relative;
}
div.srvElement:before {
    bottom: -23px;
    content: '';
    background: #254d4d;
    width: 21%;
    height: 18%;
    position: absolute;
    animation: floatUpDown 2.52s ease-in-out infinite;
}
@keyframes floatUpDown {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-40px);
    }
}
.srvElement:nth-child(odd):before {
    left: 0;
}
.srvElement:nth-child(even):before {
    right: 0;
}
.srvElement:nth-of-type(1) {
    margin-top: 0;
}
 .srvElementHeader h3 {
     color: #000000;
     min-height: 59px;
     display: flex;
     justify-content: center;
     align-items: center;
     text-shadow: 0 0 5px #f4f6f5;
}
.srvElementWidth:nth-child(odd) .srvElementHeader {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.srvElement:nth-child(odd) .srvElementHeader h3 {
    text-align: right;
}
.srvElementWidth:nth-child(even) .srvElementHeader {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.srvElement:nth-child(even) .srvElementHeader h3 {
    text-align: left;
}
 .srvElementImg {
     display: flex;
     justify-content: center;
     align-items: center;
     position: relative;
}
 .srvElementImg img {
     width: 100%;
     object-fit: cover;
     object-position: center;
}
 .srvElementBody {
     background: #f4f6f5bd;
     backdrop-filter: blur(3px);
     margin-top: -65px;
     width: 85%;
}
.srvElement:nth-child(odd) .srvElementBody  {
     align-self: flex-end;
     padding: 10px 10px 15px 30px;
}
.srvElement:nth-child(even) .srvElementBody  {
     align-self: flex-start;
     padding: 10px 30px 15px 10px;
}
 .srvElementContent {
     color: #000000;
}
.srvElement:nth-child(odd) .srvElementContent {
    text-align: right;
}
.srvElement:nth-child(even) .srvElementContent {
    text-align: left;
}
.services-button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
}
/*FEATURES*/
#features-section {
    z-index: 1;
    background: #f4f6f5;
}
#features-row {
    padding-bottom: 0;
    position: relative;
    max-width: 600px;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    z-index: 1;
    justify-content: center;
}
#features-row::before {
    content: '';
    width: 100px;
    height: 100px;
    top: -115px;
    left: -75px;
    position: absolute;
    border: 16px solid #254d4d;
    border-radius: 50%;
    background: radial-gradient(circle, #f4f6f5 0%, #f4f6f5 38%, #254d4d 38%, #254d4d 56%, #f4f6f5 56%, #f4f6f5 85%);
}
#features-col {
    display: flex;
    align-items: center;
    justify-content: center;
}
.features-titles {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.features-titles h2 {
    text-align: center;
    color: #254d4d;
    padding-bottom: 30px;
}
#features-col-left {
    display: flex;
    align-items: center;
    justify-content: center;
}
.features-images {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    padding-right: 6%;
    width: 100%;
    max-width: 400px;
    transition: all 0.5s;
}
.features-images::before {
    content: '';
    background: #254d4d;
    position: absolute;
    bottom: -10%;
    right: 0;
    width: 17%;
    height: 30%;
    z-index: 1;
    transition: all 0.5s;
}
.features-images:hover::before {
    bottom: 80%;
}
.features-images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 1;
}
#features-col-right {
    display: flex;
    align-items: center;
    justify-content: center;
}
.features-content {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.features-content p {
    text-align: center;
    height: 100%;
    padding-bottom: 25px !important;
}
/*Badges*/
.badge-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    margin-top: 15px;
}
.badge-element {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 41%;
    max-width: 200px;
    margin: 15px;
    border: 2px solid #254d4d;
}
.badge-image {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px 15px 0;
}
.badge-image img {
    width: 95px;
    height: 95px;
    object-fit: contain;
}
.badge-text {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    width: 100%;
    background: #254d4d;
    padding: 15px;
    color: #fff;
}
/* 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;
     z-index: 2;
}
 .testimonials-section-title {
     text-align: right;
     font-family: "Ubuntu", sans-serif;
     color: #254d4d;
     padding: 20px 20px 0;
     text-shadow: 0 0 5px #fff;
}
#testimonials-block {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 30px 0;
}
 div#testimonials-txt {
     text-align: center;
     background: #ffffffa3;
     backdrop-filter: blur(3px);
}
#testimonials-img {
    position: absolute;
    width: 100% !important;
    height: 100%;
    z-index: 1;
    left: 0;
    width: 85% !important;
    margin-bottom: 0;
}
#testimonials-img > div {
    height: 100%;
}
#testimonials-img > div > span {
    height: 100%;
}
.testimonials-image img {
    width: 100% !important;
    height: 100%;
    object-fit: cover;
    object-position: 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: #254d4d;
     padding-bottom: 0;
     text-align: justify;
}
div.wpcr3_review div.wpcr3_review_title {
    font-size: initial;
    margin-top: 20px;
}
 .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: "Ubuntu", 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 */
/*GALLERY SECTION*/
#gallery-section {
    position: relative;
}
#gallery-row {
    position: relative;
}
#gallery-col {
    position: relative;
}
.gallery-titles {
    display: flex;
    align-items: center;
    justify-content: center;
}
.gallery-section-title {
    text-align: center;
    color: #254d4d;
    padding-bottom: 30px;
}
.gallery-content {
    display: flex;
    align-items: center;
    justify-content: center;
}
.gallery-content p {
    text-align: center;
    padding-bottom: 15px !important;
}
#gallery-section  .swiper-container {
    position: relative;
}
#gallery-section .swiper {
     width: 100%;
     padding: 30px 0 95px 0;
}
#gallery-section .swiper-slide {
     display: flex;
     flex-direction: column;
     align-items: center;
     position: relative;
     border-radius: 12px;
     box-shadow: -1px 5px 15px #0000001f;
}
#gallery-section .slide-content {
     display: flex;
     justify-content: center;
     align-items: center;
     width: 100%;
}
#gallery-section .slide-content img {
     width: 100%;
     height: 400px;
     object-fit: cover;
     object-position: center;
}
#gallery-section .slider-button {
     position: absolute;
     bottom: 13%;
     background: #254d4d;
     color: #ffffff;
     padding: 10px 25px;
     display: inline-block;
     line-height: 1;
     border: 1px solid #254d4d;
}
#gallery-section .swiper-button-next:after, .swiper-button-prev:after {
     display: none;
}
#gallery-section .swiper-button-next .fa, .swiper-button-prev .fa {
     color: #ffffff;
}
#gallery-section .swiper-button-next, .swiper-button-prev {
     background: #254d4d;
     border: 1px solid #ffffff33;
}
.gallery-button {
    display: flex;
    align-items: center;
    justify-content: center;
}
/*ABOUT*/
#about-section {
    position: relative;
    background: #f4f6f5;
    z-index: 1;
}
#about-row {
    position: relative;
    max-width: 900px;
}
#about-col {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
}
#about-col::before {
    display: none
}
#about-col > div {
    z-index: 2;
    background: #fff;
    padding: 20px;
    width: 100%;
}
.about-section-title {
    color: #254d4d;
    text-align: center;
    padding-bottom: 15px;
}
.about-section-title:nth-of-type(2) {
    margin-top: 15px;
}
.about-content {
    text-align: center;
}
/*Work process*/
#about-work-process-section {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.work-process-title {
    text-align: center;
    color: #254d4d;
    width: 100%;
    padding-bottom: 30px;
}
#about-work-process-section .work-process-title {
    color: #000;
}
.work-process-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 15px;
}
.work-process-element {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 10px;
    max-width: 200px;
}
#about-work-process-section .work-process-element {
    max-width: 245px;
    margin: 15px 10px;
}
.work-process-icon {
    width: 100px;
    height: 90px;
    object-fit: contain;
}
#about-work-process-section .work-process-icon {
    height: 75px;
}
.work-process-text {
    text-align: center;
    margin-top: 10px;
}
/*Home Meet the team*/
#home-meet-the-team-row {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
}
#home-meet-the-team-left-col {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 600px;
}
#home-meet-the-team-right-col {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f4f6f5;
    padding: 15px;
    margin-bottom: 20px;
    /* width: 100%; */
}
.home-meet-the-team-title {
    color: #254d4d;
    text-align: center;
    padding-bottom: 15px;
}
.home-meet-the-team-text {
    text-align: center;
    padding-bottom: 15px !important;
}
/*AREA SERVED*/
#area-served-section {
    position: relative;
    z-index: 2;
}
#area-served-section > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
}
.area-served-titles {
    display: flex;
    align-items: center;
    justify-content: center;
}
.area-served-section-title {
    color: #254d4d;
    padding-bottom: 30px;
    text-align: center;
}
.area-served-text {
    text-align: center;
}
.nap-areas-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    list-style-type: none !important;
    padding: 14px 0 !important;
    width: auto;
}
.nap-area-item {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    margin: 5px;
    position: relative;
    padding-left: 25px;
}
.nap-area-item::before {
    content: '';
    background: url(/wp-content/uploads/2025/08/badge-icon.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 20px !important;
    height: 20px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.area-served-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 15px;
}
#area-served-col-left {
    display: flex;
    justify-content: center;
    align-items: center;
}
#area-served-col-left > div {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
#area-served-col-left > div > div {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    flex-direction: column;
    background: #f4f6f5;
    padding: 20px;
    max-width: 600px;
}
#area-served-col-left > div > div > div {
    width: 100%;
}
.title-free {
    display: flex;
    align-items: center;
    justify-content: center;
}
.free-estimate-heading {
    text-align: center;
    color: #254d4d;
    padding-bottom: 30px;
}
/* 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: "Ubuntu", 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: 100%;
     float: left;
}
 input#phone-cf {
     width: 100%;
     float: left;
}
 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;
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: center;
     width: 100%;
}
form#contactForm > div {
    width: 100%;
}
 input#submitter {
     font-size: 16px;
     font-weight: 400;
     text-transform: capitalize;
     transition: 500ms;
     position: relative;
     z-index: 1;
     height: 39px;
     background: #254d4d;
     color: #ffffff;
     border-color: #254d4d;
     padding: 11px 20px;
     display: inline-block;
     line-height: 1;
     width: 210px;
     text-align: center;
     border-radius: 0;
}
 input#submitter:hover {
    color: #000;
    background: #ffffff;
    border-color: #00000000;
     cursor: pointer;
}
 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;
     width: 100%;
     color: #fff !important;
     background-image: none;
     margin-bottom: 10px !important;
     background: #254d4d;
     box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
     backdrop-filter: blur(5px);
     -webkit-backdrop-filter: blur(5px);
     border: 1px solid #254d4d;
     font-size: 15px;
}
 #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: #fff !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: #fff !important;
     border-color: #000000;
}
.contact-form {
    background: #f4f6f5 !important;
}
 #contact {
     padding: 0;
     margin: 0 auto;
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: center;
     width: 100%;
}
.contact-form #contact {
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-form #contact form {
    align-items: center;
}
#contact .success {
    margin-bottom: 10px;
    font-size: 15px;
}
 .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;
}
/*FAQ*/
div#faq-sections {
    position: relative;
    z-index: 1;
    background: #f4f6f5;
}
#faq-row {
    position: relative;
}
#faq-row::before {
    content: '';
    width: 100px;
    height: 100px;
    top: -115px;
    left: -75px;
    position: absolute;
    border: 16px solid #254d4d;
    border-radius: 50%;
    background: radial-gradient(circle, #f4f6f5 0%, #f4f6f5 38%, #254d4d 38%, #254d4d 56%, #f4f6f5 56%, #f4f6f5 85%);
}
.faq-titles {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
 .faq-section-title {
     text-align: center;
     font-weight: bold;
     font-family: "Zilla Slab", sans-serif;
     color: #254d4d;
     padding-bottom: 0;
}
.faq-accordeon-elements {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.faq-accordeon-elements .et_pb_accordion_item {
    background: #254d4d;
    border: none;
    width: 100%;
    text-align: justify;
}
.faq-accordeon-elements .et_pb_accordion_item.et_pb_toggle_open {
    background: #fff;
}
.faq-accordeon-elements .et_pb_accordion_item.et_pb_toggle_open .et_pb_toggle_title {
    color: #000 !important;
}
.faq-accordeon-elements .et_pb_toggle_content {
    color: #fff;
}
.faq-accordeon-elements .et_pb_accordion_item.et_pb_toggle_open .et_pb_toggle_content {
    color: #000;
}
.faq-accordeon-elements .et_pb_toggle_title {
    color: #ffffff !important;
    text-align: left;
    margin-left: 20px;
}
.faq-accordeon-elements .et_pb_toggle .et_pb_toggle_title::before {
    content: '';
    width: 10px;
    height: 10px;
    border-right: 3px solid #ffffff;
    border-bottom: 3px solid #ffffff;
    transform: rotate(45deg);
}
.faq-accordeon-elements .et_pb_toggle .et_pb_toggle_title::after {
    position: absolute;
    top: 0px;
    left: -20px;
    z-index: 3;
    font-size: 20px;
}
.faq-accordeon-elements .et_pb_toggle:nth-child(1) .et_pb_toggle_title::after {
    content: '1';
}
.faq-accordeon-elements .et_pb_toggle:nth-child(2) .et_pb_toggle_title::after {
    content: '2';
}
.faq-accordeon-elements .et_pb_toggle:nth-child(3) .et_pb_toggle_title::after {
    content: '3';
}
.faq-accordeon-elements .et_pb_toggle:nth-child(4) .et_pb_toggle_title::after {
    content: '4';
}
.faq-accordeon-elements .et_pb_toggle:nth-child(5) .et_pb_toggle_title::after {
    content: '5';
}
.faq-accordeon-elements .et_pb_toggle:nth-child(6) .et_pb_toggle_title::after {
    content: '6';
}
.faq-accordeon-elements .et_pb_toggle:nth-child(7) .et_pb_toggle_title::after {
    content: '7';
}
.faq-accordeon-elements .et_pb_toggle:nth-child(8) .et_pb_toggle_title::after {
    content: '8';
}
/*BLOG SECTION*/
#blog-section {
    position: relative;
}
#blog-row {
    position: relative;
}
#blog-col {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.blog-titles {
    display: flex;
    align-items: center;
    justify-content: center;
}
.blog-section-title {
    text-align: center;
    font-weight: bold;
    font-family: "Zilla Slab", sans-serif;
    color: #254d4d;
    padding-bottom: 0;
}
#blog-col .et_pb_blog_grid .et_pb_post {
    background: #f4f6f5;
    border-color: #f4f6f5;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#blog-col .entry-title {
    text-align: center;
    font-weight: bold;
    font-family: "Zilla Slab", sans-serif;
    color: #254d4d;
    padding-bottom: 20px;
}
#blog-col .post-meta {
    margin-bottom: 15px;
}
#blog-col .post-meta, #blog-col .post-meta span, #blog-col .post-meta a {
    color: #000;
    font-size: 15px;
}
#blog-col .post-content p {
    color: #000;
    font-size: 15px;
}
#blog-col .pagination.clearfix a {
    color: #254d4d;
}
/*CLOSING SECTION*/
#last-section {
    position: relative;
}
#closing-row {
    position: relative;
    padding-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#closing-row > div > div > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#home-contact-form-col {
    background: #f4f6f5;
    padding: 30px 15px;
    margin-bottom: 80px;
    max-width: 600px;
}
#closing-col > div {
    height: 100%;
}
#closing-col > div > div {
    height: 100%;
}
.last-content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding-right: 35px;
    max-width: 600px;
    flex-direction: column;
}
.last-content::before {
    content: '';
    background: #254d4d;
    display: block;
    position: absolute;
    top: -37px;
    right: 0;
    width: 85px;
    height: 85px;
    z-index: -1;
    transition: all 0.5s;
}
.last-content:hover::before {
    right: 88%;
}
.last-text {
    text-align: center;
    background: #f4f6f5;
    padding: 20px !important;
    position: relative;
    z-index: 6;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.last-titles {
    display: flex;
    align-items: center;
    justify-content: center;
}
.last-section-title {
    text-align: center;
    font-weight: bold;
    font-family: "Zilla Slab", sans-serif;
    color: #254d4d;
    padding-bottom: 15px;
}
.last-text .button {
    margin-top: 15px;
}
/* FOOTER STYLE */
 #main-footer {
     background: #f4f6f5;
     background-size: contain;
     background-repeat: repeat;
}
 #main-footer .container {
     width: 95%;
}
 div#footer-bottom {
     background-color: #254d4d;
     padding: 15px;
     color: #ffffff;
}
 .paymentsbox {
     display: flex;
     justify-content: center;
     flex-wrap: wrap;
}
 .footer-widget h4 {
     color: #254d4d;
     font-size: 22px;
     margin-bottom: 20px;
     margin-top: 30px;
     font-weight: bold;
     line-height: 1.5em;
     text-align: center;
     border-bottom: 1px dashed #254d4d;
     text-transform: uppercase;
     font-family: "Ubuntu", sans-serif;
}
 .footer-widget .textwidget {
     color: #000000;
}
#footer-widgets > div > div > div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
#footer-widgets ul {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
#footer-widgets .footer-widget li {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0;
}
#footer-widgets .footer-widget li:before {
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    border-left: none;
    border-top: none;
    position: relative;
    left: auto;
    top: auto;
    transform: rotate(315deg);
    width: 7px;
    height: 7px;
    display: block;
    border-radius: 0;
    margin-right: 10px;
}
#footer-widgets .footer-widget a {
     color: #000 !important;
}
 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: #000;
}
 #current-day {
     background-color: #254d4d;
     padding: 0 2px;
}
 #current-day td {
     color: #ffffff;
     text-shadow: none;
}
 #closed-day {
     color: #000000;
}

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

ul#menu-footer-menu li:before {
    color: #254d4d !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: #254d4d;
     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) {
     .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;
    }
     .nap-areas-list {
         flex-direction: row;
         flex-wrap: wrap;
         align-content: center;
         justify-content: flex-start;
     }
    .nap-area-item {
        width: 47%;
    }
     #contact .success {
         font-size: 16px;
     }
     #contact input {
         font-size: 16px;
     }
     /*FAQ*/
     .faq-accordeon-elements .et_pb_toggle .et_pb_toggle_title::after {
         font-size: 24px;
     }
}
 @media screen and (max-width: 981px) {
    /* 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 (min-width: 600px) {
    #homepage-header-holder-cf {
        padding: 0 0 60px;
    }
    #homepage-header-holder-cf .homepage-header-holder-cf {
        padding: 0 0 60px !important;
    }
    #homepage-header-holder #hero-section {
        height: calc(100vh - 170px) !important;
        max-height: 400px !important;
        min-height: 400px !important;
    }
    #homepage-header-holder-cf .hero-section-cf {
        height: calc(100vh - 40px) !important;
    }
    #homepage-header-holder .hero-content > img {
        width: 70%;
    }
    #homepage-header-holder-cf .hero-content > img {
        width: 70%;
    }
    #homepage-header-holder-cf .hero-content-cf {
        justify-content: flex-start;
    }
    #homepage-header-holder .header-content-block {
        width: 70%;
        padding: 20px 20px 20px 10px;
        margin-top: 20px;
    }
    #homepage-header-holder-cf .header-content-block {
        width: 49%;
        padding: 20px 20px 20px 10px;
        margin-top: 20px;
    }
    .ws-slogan h1 {
        font-size: 36px;
    }
    .hero-contact-form {
        width: 49%;
        bottom: -57px;
        right: -5px;
    }
    .introduction-images {
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        max-width: 600px;
    }
    .introduction-image-1 {
        width: 46%;
        height: 28vw;
        max-height: 185px;
    }
    .introduction-images:hover  .introduction-image-1 {
        height: 38vw;
        max-height: 260px;
        margin-bottom: 50px;
    }
    .introduction-image-2 {
        width: 46%;
        height: 50vw;
        margin-bottom: -5vw;
        max-height: 350px;
    }
    .introduction-image-3 {
        width: 46%;
        height: 50vw;
        margin-top: -5vw;
        max-height: 350px;
    }
    .introduction-image-4 {
        width: 46%;
        height: 28vw;
        max-height: 185px;
    }
    .introduction-images:hover  .introduction-image-4 {
        height: 38vw;
        margin-top: 50px;
        max-height: 260px;
    }
    #about-col > div {
        width: 90%;
    }
    #about-col::before {
        content: '';
        background: #254d4d;
        display: block;
        position: absolute;
        bottom: -8%;
        left: 4%;
        width: 100px;
        height: 100px;
        z-index: 1;
        transition: all 0.5s;
    }
    #about-col:hover::before {
        bottom: 80%;
    }
}
 @media screen and (min-width: 981px) {
     div#page-container {
         padding-top: 84px !important;
    }
     .entry-title {
         text-align: left;
     }
    /*HEADER STYLES*/
     .header-menu-container {
         justify-content: center;
         max-width: 1080px;
     }
     .logo_container {
         width: 100% !important;
         height: auto !important;
         padding: 0;
         justify-content: center;
         margin: 5px;
    }
     .logo-link {
         max-height: 100%;
    }
     .text-logo-icon {
         max-width: 100px;
    }
   .ws-header-booking {
        height: 0;
        padding: 0;
        margin: 0 auto;
        width: 100%;
        max-width: 1280px;
    }

    .top_button {
        right: 210px;
        bottom: -40px;
        position: absolute;
    }	
     .header-info-holder {
         display: flex;
         justify-content: center;
         align-items: center;
         width: 100%;
    }
     nav#top-menu-nav ul#top-menu li a{
         color: #000000 !important;
         padding-top: 15px !important;
         padding-bottom: 15px !important;
         transition: all 0.5s;
    }
     nav#top-menu-nav ul#top-menu li:hover {
         background: #254d4d;
     }
     nav#top-menu-nav ul#top-menu .sub-menu li:hover {
         background: transparent;
     }
     nav#top-menu-nav ul#top-menu li:hover a, nav#top-menu-nav ul#top-menu li a:hover {
         color: #fff !important;
         opacity: 1;
     }
     #top-menu .menu-item-has-children>a:first-child:after {
         top: 15px;
         right: 2px;
    }
     nav#top-menu-nav ul#top-menu .current-menu-item a {
         color: #ffffff !important;
    }
     nav#top-menu-nav ul#top-menu li {
         padding-left: 5px;
         padding-right: 5px !important;
         transition: all 0.5s;
         margin: 5px;
    }
     div#et-top-navigation {
         padding: 0px !important;
         height: auto;
         width: 98%;
         justify-content: center;
         max-width: 885px;
    }
     nav#top-menu-nav {
         width: 72%;
         display: flex;
         justify-content: flex-start;
         align-items: center;
         max-width: 700px;
    }
     nav#top-menu-nav > ul {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }
     nav#top-menu-nav ul#top-menu .current-menu-item {
         background: #254d4d;
    }
     ul.sub-menu {
        filter: drop-shadow(0px 1px 3px #5b5b5b);
        top: 42px;
        background-color: #254d4d !important;
        border-color: #f4f6f5 !important;
        left: 0;
    }
     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;
    }
     .main-header-contact-info-holder {
         justify-content: center;
         width: 12%;
         max-width: 222px;
         margin-left: 0;
     }
    /*END HEADER STYLES*/
    /*PAGE STYLES*/
    #homepage-header-holder #hero-section {
        height: calc(100vh - 120px) !important;
        max-height: 500px !important;
        min-height: 450px !important;
    }
    #homepage-header-holder-cf .hero-section-cf {
        height: calc(100vh + 20px) !important;
        max-height: 600px !important;
    }
     #homepage-header-holder .header-content-block {
         margin-top: 60px;
     }
     #homepage-header-holder-cf .header-content-block {
         margin-top: 90px;
     }
     .ws-slogan h1 {
         font-size: 48px;
         max-width: 600px;
    }
     .hero-contact-form {
         right: -10px;
     }
     div#home-title-block-container {
         flex-direction: row;
    }
     .website-header-block {
         display: flex;
         justify-content: center;
         align-items: center;
         min-height: 105px;
         padding-top: 20px;
         padding-bottom: 20px;
    }
    /* INTRDUCTION STYLE DESKTOP*/
     #introduction-row {
         flex-direction: row;
     }
     .introduction-content {
         align-items: flex-end;
     }
     .home-first-par-title {
         text-align: right;
     }
     .introduction-content p {
         text-align: right;
     }
    .introduction-images {
        max-width: none;
    }
    .introduction-image-1 {
        width: 45%;
        height: 14.5vw;
        max-height: 153px;
    }
    .introduction-images:hover  .introduction-image-1 {
        height: 19vw;
        max-height: 185px;
        margin-bottom: 40px;
    }
    .introduction-image-2 {
        width: 45%;
        height: 25vw;
        margin-bottom: -5%;
        max-height: 250px;
    }
    .introduction-image-3 {
        width: 45%;
        height: 25vw;
        margin-top: -5%;
        max-height: 250px;
    }
    .introduction-image-4 {
        width: 45%;
        height: 14.5vw;
        max-height: 153px;
    }
     .introduction-images:hover  .introduction-image-4 {
        height: 19vw;
        margin-top: 40px;
        max-height: 185px;
    }
    /* SERVICES STYLE DESKTOP*/
     .srvBlock {
         display: flex;
         justify-content: center;
         flex-direction: row;
         align-items: stretch;
         flex-wrap: wrap;
         align-content: center;
    }
     .srvElement {
         width: 31%;
         display: flex;
         flex-direction: column;
         margin: 0;
         margin: 20px 10px;
    }
    .srvElement:nth-child(odd):before {
        bottom: -23px;
        width: 21%;
        height: 12%;
    }
    .srvElement:nth-child(even):before {
        bottom: -23px;
        width: 21%;
        height: 12%;
        left: 0;
        right: auto;
    }
     .srvElement:nth-of-type(1) {
         margin-top: 20px;
     }
     .srvElementWidth {
        width: 43%;
        max-width: none;
    }
     .srvElementWidth:nth-child(odd):before {
        bottom: -23px;
        width: 20%;
        height: 17%;
    }
    .srvElementWidth:nth-child(even):before {
        bottom: -23px;
        width: 20%;
        height: 17%;
        right: 0;
        left: auto;
    }
     .srvElementBody {
         height: 100%;
    }
     .srvElement:nth-child(even) .srvElementBody  {
         align-self: flex-end;
         padding: 10px 10px 15px 30px;
    }
     .srvElementWidth:nth-child(even) .srvElementBody  {
         align-self: flex-start;
         padding: 10px 30px 15px 10px;
    }
     .srvElement:nth-child(odd) .srvElementHeader h3 {
        text-align: right;
    }
    .srvElement:nth-child(even) .srvElementHeader h3 {
        text-align: right;
    }
    .srvElement:nth-child(odd) .srvElementContent {
        text-align: right;
    }
    .srvElement:nth-child(even) .srvElementContent {
        text-align: right;
    }
     .srvElementWidth:nth-child(odd) .srvElementHeader h3 {
        text-align: right;
    }
    .srvElementWidth:nth-child(even) .srvElementHeader h3 {
        text-align: left;
    }
    .srvElementWidth:nth-child(odd) .srvElementContent {
        text-align: right;
    }
    .srvElementWidth:nth-child(even) .srvElementContent {
        text-align: left;
    }
     .srvElementContent {
         height: 100%;
    }
     /*FEATURES*/
     #features-row {
         max-width: 1080px;
         flex-direction: row;
         align-items: center;
     }
     #features-col-left {
         justify-content: flex-end;
     }
     #features-col-right {
         margin-top: 0;
     }
     .features-titles {
         justify-content: flex-start;
     }
     .features-titles h2 {
         text-align: left;
     }
     .features-content p {
         text-align: left;
     }
    /* CONTACT SECTION DESKTOP */
     div#contact-section {
         max-width: 600px;
         margin: 0 auto;
    }
     /*FAQ*/
     .faq-accordeon-elements .et_pb_toggle .et_pb_toggle_title::after {
         font-size: 26px;
     }
     /*CLOSING SECTION*/
     #closing-row {
         flex-direction: row;
         align-items: stretch;
     }
    /* 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;
    }
     /*Home Meet the team*/
     #home-meet-the-team-row {
         flex-direction: row;
         align-items: stretch;
     }
     #home-meet-the-team-right-col {
         margin-bottom: 0;
     }
     .home-meet-the-team-title {
         text-align: left;
     }
     .home-meet-the-team-text {
         text-align: left;
     }
    /*AREA SERVED AND CONTACT FORM*/
     #area-served-section > div {
         flex-direction: row;
         align-items: stretch;
         height: 100%;
     }
     .nap-area-item {
         width: 32%;
     }
    /* 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;
         display: flex;
         flex-direction: row;
         flex-wrap: wrap;
         align-content: center;
         justify-content: flex-start;
         align-items: flex-start;
    }
     .footer-widget {
         width: 27% !important;
     }
     #footer-widgets > div > div > div {
         align-items: flex-start;
     }
     #footer-widgets > div > div > div br {
         display: none;
     }
    /* 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;
}
}
@media (min-width: 1080px) {
    div#page-container {
        padding-top: 80px !important;
    }
    .header-menu-container {
        flex-direction: row;
    }
    .header-info-holder {
        width: 29%;
        justify-content: flex-start;
    }
    .logo_container {
        justify-content: flex-start;
    }
    .text-logo-icon {
        width: 70%;
    }
    #homepage-header-holder .header-content-block {
        margin-top: 0px;
    }
    div#et-top-navigation {
        width: 71%;
    }
    nav#top-menu-nav {
        width: 85%;
    }
    nav#top-menu-nav > ul {
        display: flex;
    }
}
/***** 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;
     box-shadow: none;
}
 .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: #254d4d;
     color: #fff;
     border: 1px solid #254d4d;
     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: 0 20px;
    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: flex;
    justify-items: center;
    justify-content: center;
    flex-direction: column;
}
 
.testimonial-subject {
    font-size: inherit;
    font-weight: 700;
    text-align: right;
    color: #1a202c;
    text-shadow: 0 0 5px #fff, 0 0 5px #fff;
}
 
.rating {
    display: flex;
    justify-content: flex-end;
    margin: 0.5rem;
    align-items: center;
}
 
.star {
    width: 1rem;
    height: 1rem;
    color: #ffc956;
    margin:2px;
    filter: drop-shadow(0 0 1px #000) drop-shadow(0 0 3px #fff);
}
 
.testimonial-content {
    font-size: inherit;
    line-height: 1rem;
    font-weight: 500;
    color: #1a202c;
    text-align: right;
    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;
    display: none;
}
 
.reviewer-name {
    font-weight: 500;
    color: #1a202c;
    line-height: 1.5rem;
    margin-bottom: 5px;
    text-shadow: 0 0 5px #fff, 0 0 5px #fff;
    text-align: right;
    font-size: 15px;
}

.nav-arrows {
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
    margin-top: 1rem;
    padding: 0 20px 20px;
    align-items: center;
}
 
.nav-arrows button {
    padding: 0.5rem;
    border-width: 1px;
    border-color: #254d4d;
    border-radius: 0;
    cursor: pointer;
    background: #254d4d;
    border-style: solid;
    display: flex;
    color: #fff;
}
 
.nav-arrows button:hover {
    background: #254d4d;
    color: #ffffff;
    border-color: #254d4d;
}
 
.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;
    }
    #testimonials-img {
        width: 70%;
    }
    div#testimonials-txt {
        width: 70%;
    }
    .reviewer-name {
        font-size: 16px;
    }
}
@media (min-width: 981px) {
    div#testimonials-txt {
        width: 65%;
    }
}

@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;
        justify-content: flex-end;
        width: 100%;
    }
 
    .reviewer-name {
        padding-right: 0;
        font-size: 16px;
        border-right: none;
    }
 
    .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;
}
ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after, .et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after {
    background: #254d4d !important;
}

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

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

.modalHolder{
	display:none;
}

.single-post div#main-content .container {
    padding: 77px 0 !important;
}
#main-content .container {
    padding: 77px 0 !important;
}
#main-content .container h2{
    padding-bottom: 10px;
}
.blog-page-class .et_pb_post:last-of-type {
    margin-bottom: 0 !important;
}

@media (min-width: 981px) {
    #main-content .container .type-post:last-of-type {
        margin-bottom: 0 !important;
        padding-bottom: 0;
    }
}
@media (max-width: 980px) {
    #sidebar .et_pb_widget {
        margin-top: 40px;
    }
}


@keyframes riseRight {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
@keyframes riseDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/*ADDITIONAL STYLE*/
/*Services 1*/
#services-1-section {
    position: relative;
}
#services-1-row {
    position: relative;
}
#services-1-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.services-1-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.services-1-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 10px 0;
}
.services-1-content h2 {
    padding-bottom: 10px;
    text-align: center;
}
.services-1-content p {
    text-align: center;
}
/*Services 2*/
.services-2-main-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.services-2-main-container > div:first-of-type {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#services-2-section {
    position: relative;
}
#services-2-row {
    position: relative;
}
#services-2-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.services-2-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.services-2-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 10px 0;
}
.services-2-content h2 {
    padding-bottom: 10px;
    text-align: center;
}
.services-2-content p {
    text-align: center;
}
.services-2-image {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.services-2-image img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    max-width: 600px;
}
/*Services 3*/
.services-3-main-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.services-3-main-container > div:first-of-type {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
}
#services-3-section {
    position: relative;
}
#services-3-row {
    position: relative;
}
#services-3-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.services-3-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.services-3-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 10px 0;
}
.services-3-content h2 {
    padding-bottom: 10px;
    text-align: center;
}
.services-3-content p {
    text-align: center;
}
.services-3-image-1 {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.services-3-image-1 img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    max-width: 600px;
}
.services-3-image-2 {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.services-3-image-2 img {
    object-fit: cover;
    object-position: bottom;
    width: 100%;
    height: 100%;
    max-width: 600px;
}
/*Services 4*/
.services-4-main-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.services-4-main-container > div:first-of-type, .services-4-main-container > div:last-of-type {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#services-4-section {
    position: relative;
}
#services-4-row {
    position: relative;
}
#services-4-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.services-4-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.services-4-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 10px 0;
}
.services-4-content h2 {
    padding-bottom: 10px;
    text-align: center;
}
.services-4-content p {
    text-align: center;
}
.services-4-image {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.services-4-image img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    max-width: 600px;
}
div#text-5 {
    width: 100% !important;
}

body:not(.home) .et_pb_module.et_pb_sidebar_0.et_pb_widget_area {
    width: 100%;
}
@media (min-width: 981px) {
    body:not(.home) .entry-content > div > div > div {
        padding-top: 60px;
    }
}
/*Gallery page*/
#gallery-page-row-2 {
    padding-top: 0;
}
.gallery-section {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 3;
}
.gallery-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}
.GallerySwiper2, .GallerySwiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}
.GallerySwiper2 {
    height: 80%;
    width: 100%;
    padding-bottom: 50px !important;
}
.GallerySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0px;
}
.GallerySwiper .swiper-slide, .GallerySwiper2 .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: center center / cover transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}
.GallerySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}
.GallerySwiper .swiper-slide-thumb-active {
    opacity: 1;
}
.GallerySwiper .swiper-slide img, .GallerySwiper2 .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 800px;
    max-height: 400px;
}
.GallerySwiper img {
    max-height: 200px !important;
}
.gallery-swiper-button-next {
    right: auto;
    left: calc(50% + 10px);
    top: 34px;
    border: 1px solid #254d4d;
    border-radius: 0;
    padding: 0px;
    position: relative !important;
    width: 40px !important;
    height: 40px !important;
    background: #254d4d;
}
.gallery-swiper-button-prev {
    left: calc(50% - 50px);
    top: calc(100% - 35px);
    border: 1px solid #254d4d;
    border-radius: 0;
    padding: 0px;
    width: 40px !important;
    height: 40px !important;
    background: #254d4d;
}
.gallery-swiper-button-next:hover, .gallery-swiper-button-prev:hover {
    background: #f4f6f5;
    border-color: #f4f6f5;
}
.gallery-swiper-button-prev::after, .gallery-swiper-button-next::after {
    color: #ffffff;
    text-align: center;
    font-size: 20px !important;
    display: block;
}
.gallery-swiper-button-prev:hover::after, .gallery-swiper-button-next:hover::after {
    color: #000;
}
/*Post page*/
.post-page-main-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.post-page-main-container > div:first-of-type, .post-page-main-container > div:last-of-type {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#post-page-section {
    position: relative;
}
#post-page-row {
    position: relative;
}
#post-page-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.post-page-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.post-page-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 10px 0;
}
.post-page-content h2 {
    padding-bottom: 10px;
    text-align: center;
}
.post-page-content p {
    text-align: center;
}
.post-page-image {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.post-page-image img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    max-width: 600px;
    border-radius: 10px;
}
/*FAQ page*/
#faq-page-row {
	position: relative;
}
#faq-page-col {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
}
.faq-main-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.faq-first-row {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.faq-first-row-img {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}
.faq-first-row-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    max-width: 600px;
}
.faq-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.faq-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    margin: 15px 0;
}
.faq-content h2 {
    text-align: center;
}
.faq-content p {
    text-align: center;
}
.faq-third-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.faq-fourth-row {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
}
.faq-fourth-row-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.faq-fourth-row-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    max-width: 600px;
}
#contact-page-section input#customer_email {
    margin-left: 0;
    width: 100%;
}


/*Abput us page*/
#about-page-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}
.about-page-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 30px;
}
.about-page-container > div:first-of-type {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.about-page-container > div:first-of-type p {
    padding-bottom: 15px;
}
.about-page-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.about-page-content h2 {
    text-align: center;
}
.about-page-content p {
    text-align: center;
}
.about-page-content-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.about-page-content-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    max-width: 600px;
}
.about-page-meet-the-team-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.about-page-meet-the-team-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.about-page-meet-the-team-content h2 {
    text-align: center;
}
.about-page-meet-the-team-content p {
    text-align: center;
    padding-bottom: 15px !important;
}
.about-page-meet-the-team-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.about-page-meet-the-team-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    max-width: 600px;
}
.about-page-meet-the-team {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    align-content: center;
    position: relative;
    width: 100%;
}
.about-page-meet-the-team-element {
    margin: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 322px;
    padding: 15px;
}
.about-page-meet-the-team-element:nth-of-type(odd) {
    background: #254d4d;
    color: #fff;
}
.about-page-meet-the-team-element:nth-of-type(odd) h3 {
    color: #fff;
}
.about-page-meet-the-team-element:nth-of-type(odd) p a {
    color: #f4f6f5;
}
.about-page-meet-the-team-element:nth-of-type(even) {
    background: #f4f6f5;
}
.about-page-meet-the-team-element h3 {
    text-align: center;
    min-height: 73px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-page-meet-the-team-element p {
    text-align: center;
}
.about-page-mission-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-direction: column;
}
.about-page-mission-container h2 {
    text-align: center;
}
.about-page-mission-container p {
    text-align: center;
}
.about-page-certifications-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-direction: column;
}
.about-page-certifications-content {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-direction: column;
}
.about-page-certifications-content h2 {
    text-align: center;
}
.about-page-certifications-content p {
    text-align: center;
    padding-bottom: 15px !important;
}
.about-page-certifications-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.about-page-certifications-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    max-width: 600px;
    border-radius: 10px;
}
.work-process-content p a {
    color: #101010;
    font-weight: bold;
    text-decoration: underline;
}


@media (min-width: 981px) {
	body:not(.home) #main-content {
	    /* padding-top: 87px; */
	   }
    /*Services 1*/
	#services-1-col {
		align-items: flex-start;
	}
	.services-1-container {
		align-items: flex-start;
	}
	.services-1-content {
		align-items: flex-start;
	}
	.services-1-content h2 {
		text-align: left;
	}
	.services-1-content p {
		text-align: left;
		padding-bottom: 0;
	}
    /*Services 2*/
    #services-2-col {
		align-items: flex-start;
	}
	.services-2-main-container > div:first-of-type {
		flex-direction: row;
		justify-content: space-between;
		align-items: stretch;
	}
	.services-2-container {
		align-items: flex-start;
	}
	.services-2-container:first-of-type {
		width: 49%;
	}
	.services-2-content {
		align-items: flex-start;
	}
	.services-2-content h2 {
		text-align: left;
	}
	.services-2-content p {
		text-align: left;
	}
	.services-2-image {
		width: 49%;
	}
    /*Services 3*/
    #services-3-col {
		align-items: flex-start;
	}
	.services-3-main-container > div:first-of-type {
		flex-direction: row;
		justify-content: space-between;
		align-items: stretch;
	}
	.services-3-container {
		align-items: flex-start;
	}
	.services-3-main-container > div:first-of-type .services-3-container {
		width: 49%;
	}
	.services-3-content {
		align-items: flex-start;
		padding: 20px;
	}
	.services-3-content h2 {
		text-align: left;
	}
	.services-3-content p {
		text-align: left;
	}
	.services-3-image-1 {
		width: 49%;
	}
	.services-3-image-2 img {
		max-width: none;
		max-height: 350px
	}
    /*Services 4*/
    #services-4-col {
		align-items: flex-start;
	}
	.services-4-main-container > div:first-of-type, .services-4-main-container > div:last-of-type {
		flex-direction: row;
		justify-content: space-between;
		align-items: stretch;
	}
	.services-4-container {
		align-items: flex-start;
	}
	.services-4-main-container > div:first-of-type .services-4-container, .services-4-main-container > div:last-of-type .services-4-container {
		width: 49%;
	}
	.services-4-content {
		align-items: flex-start;
	}
	.services-4-content h2 {
		text-align: left;
	}
	.services-4-content p {
		text-align: left;
	}
	.services-4-image {
		width: 49%;
	}
	.services-4-container.services4-image-container {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: stretch;
    width: 100% !important;
}

.services-4-container.services4-image-container .services-4-image {
    width: 53%;
    min-height: 325px;
}

.services-4-container.services4-image-container .services-4-content {
    width: 46%;
}

.services-4-container.services4-image-container .services-4-image img {
    min-height: 325px;
}
    /*Post page*/
    #post-page-col {
		align-items: flex-start;
	}
	.post-page-main-container > div:first-of-type, .post-page-main-container > div:last-of-type {
		flex-direction: row;
		justify-content: space-between;
		align-items: stretch;
	}
	.post-page-container {
		align-items: flex-start;
	}
	.post-page-main-container > div:first-of-type .post-page-container, .post-page-main-container > div:last-of-type .post-page-container {
		width: 49%;
	}
	.post-page-content {
		align-items: flex-start;
	}
	.post-page-content h2 {
		text-align: left;
	}
	.post-page-content p {
		text-align: left;
	}
	.post-page-image {
		width: 49%;
	}
	/*FAQ*/
	#faq-page-col {
		align-items: flex-start;
	}
	.faq-first-row {
		flex-direction: row;
		align-items: stretch;
		justify-content: space-between;
	}
	.faq-first-row-img {
		width: 49%;
	}
	.faq-container {
		width: 49%;
		align-items: flex-start;
	}
	.faq-content {
		align-items: flex-start;
	}
	.faq-content h2, .faq-content p {
		text-align: left;
	}
	.faq-fourth-row {
		flex-direction: row;
		align-items: stretch;
		justify-content: space-between;
	}
	.faq-fourth-row .faq-content {
		width: 49%;
		/* align-items: flex-end; */
	}
	.faq-fourth-row .faq-content h2, .faq-fourth-row .faq-content p {
		text-align: left !important;
	}
	.faq-fourth-row-img {
		width: 49%;
	}
	/*About us page*/
	#about-page-col {
		align-items: flex-start;
	}
	.about-page-container {
		flex-direction: column;
		align-items: stretch;
		justify-content: space-between;
	}
	.about-page-container > div:first-of-type {
		width: 100%;
	}
	.about-page-content-image {
		width: 58%;
	}
	.about-page-content {
		align-items: flex-start;
	}
	.about-page-content h2 {
		text-align: left;
	}
	.about-page-content p {
		text-align: left;
	}
    #about-work-process-section .work-process-title {
        text-align: left;
    }
    #about-work-process-section .work-process-element {
        max-width: 245px;
    }
	.about-page-meet-the-team-container {
		flex-direction: row-reverse;
		align-items: stretch;
		justify-content: space-between;
	}
	.about-page-meet-the-team-content {
		/* width: 49%; */
		align-items: flex-start;
	}
	.about-page-meet-the-team-content h2, .about-page-meet-the-team-content p {
		text-align: left;
	}
	.about-page-meet-the-team-image {
		width: 49%;
	}
    .about-page-meet-the-team-element h3 {
        text-align: left;
    }
    .about-page-meet-the-team-element p {
        text-align: left;
    }
	.about-page-mission-container {
		align-items: flex-start;
	}
	.about-page-mission-container h2, .about-page-mission-container p {
		text-align: left;
	}
	.about-page-certifications-container {
		flex-direction: row;
		align-items: stretch;
		justify-content: space-between;
	}
	.about-page-certifications-content {
		align-items: flex-start;
		width: 49%;
	}
	.about-page-certifications-content h2, .about-page-certifications-content p {
		text-align: left;
	}
	.about-page-certifications-image {
		width: 49%;
	}
}


/* NEW SERVICE 1 STYLE */
.services-1-content.serv1-container1 {
    background: #fff;
    border: 1px solid #254d4d;
    padding: 20px;
}

.services-1-content.serv1-container2 {
    background: #f4f6f5;
    padding: 20px;
}

.services-1-content.serv1-container3 {/* background: #292929; *//* color: #fff; */padding: 20px;border-radius: 15px;}
.services-1-content.serv1-container4 p a {
    color: #ffaa18;
}

.services-1-content.serv1-container4 {
    background: #254d4d;
    color: #fff;
    padding: 20px;
}

.services-1-content.serv1-container4 h2 {
    color: #fff;
}

.services-1-content.serv1-container5 {
    background: #fff;
    /* border: 1px solid #101010; */
    padding: 20px;
    border-radius: 15px;
}



.services-1-content.serv1-container6 {
    background: #f4f6f5;
    padding: 20px;
}
#page-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.page-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.page-button .button {
    padding: 5px;
    margin-left: 10px;
}

/* NEW SERVICE 2 STYLE */
.services-2-content.srv2-container1 {
    background: #254d4d;
    color: #fff;
    padding: 20px;
}

.services-2-content.srv2-container2 {
    /* border: 1px solid #101010; */
    padding: 20px;
    border-radius: 15px;
}

.services-2-content.srv2-container3 {
    background: #f4f6f5;
    padding: 20px;
}

.services-2-content.srv2-container5 {
    background: #254d4d;
    color: #fff;
    padding: 20px;
}

.services-2-content.srv2-container5 h2 {
    color: #fff;
}

.services-2-content.srv2-container6 {
    /* border: 1px solid #101010; */
    padding: 20px;
    border-radius: 15px;
}

/* NEW SERVICE 3 STYLE */
.services-3-content.serv3-container1 {
    color: #fff;
    background: #254d4d;
    padding: 20px;
}

.services-3-content.serv3-container4 {
    background: #f4f6f5;
    padding: 20px;
}

.services-3-content.serv3-container3 {
    color: #fff;
    background: #254d4d;
    padding: 20px;
}

.services-3-content.serv3-container3 h2 {
    color: #fff;
}

.services-3-content.serv3-container3 p a {
    color: #f4f6f5;
}

.services-3-content.serv3-container6 {
    background:#f4f6f5;
    padding: 20px;
}
.services-3-content.serv3-container4 p a {
    color: #101010;
    font-weight: bold;
    text-decoration: underline;
}

/* NEW SERVICE 4 STYLE */
.services-4-content.serv4-container2 {
    background: #f4f6f5;
    padding: 20px;
}

.services-4-content.serv4-container4 {
    padding: 20px;
    background: #254d4d;
    color: #fff;
}

.services-4-content.serv4-container4 h2 {
    color: #fff;
}

.services-4-content.serv4-container5 {
    background: #f4f6f5;
    padding: 20px;
}
.services-4-content.serv4-container3 {
    padding: 20px;
}

.services-4-content.serv4-container6 {
    padding: 20px;
}
.services-4-content.serv4-container4 p a {
    color: #ffaa18;
}

/* NEW ABOUT PAGE STYLE */
.about-page-content.abt-content2 {
    background: #254d4d;
    color: #fff;
    padding: 20px;
    margin-bottom: 20px;
}
.about-page-content.abt-content2 p a {
    color: #f4f6f5;
}

.about-page-content.abt-content2 h2 {
    color: #fff;
}

.about-page-content.abt-content3 {
    padding: 20px;
}

.about-page-content.abt-content4 {
    padding: 20px;
    margin-bottom: 20px;
}

.about-page-content.abt-content5 {
    background: #254d4d;
    padding: 20px;
    color: #fff;
}
.about-page-content.abt-content5 p a {
    color: #f4f6f5;
}


.about-page-content.abt-content5 h2 {
    color: #fff;
}

.about-page-content.abt-content2 p a {
    color: #ffaa18;
}
@media (min-width: 600px){
	.contact-form-container {
    margin-top: 60px;
}

div#header-section {
    margin-bottom: 200px;
}

.cf-container {
    min-height: 380px;
}

	/* NEW SERVIVE 2 STYLE */
	.services-2-container.srv2-main-container1 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: space-around;
    align-items: stretch;
    flex-wrap: wrap;
}

.services-2-content.srv2-container1 {
    width: 40%;
}

.services-2-content.srv2-container2 {
    width: 58%;
}

.services-2-container.srv2-main-container2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}

.services-2-content.srv2-container3 {
    width: 100%;
}

.services-2-content.srv2-container4 {
    width: 100%;
}

.services-2-content.srv2-container5 {
    width: 49%;
}

.services-2-content.srv2-container6 {
    width: 49%;
}

	/* NEW SERVICE 3 STYLE */
	.services-3-container.serv3-main-container1 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
}

.services-3-content.serv3-container1 {
    width: 40%;
}

.services-3-content.serv3-container2 {
    width: 58%;
}

.services-3-container.serv3-main-container2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}

.services-3-content.serv3-container3 {
    width: 100%;
}

.services-3-content.serv3-container4 {
    width: 100%;
}

.services-3-content.serv3-container5 {
    width: 49%;
}

.services-3-content.serv3-container6 {
    width: 49%;
}
	/* NEW SERVICE 4 STYLE */
	.services-4-container.serv4-main-container1 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
}

.services-4-content.serv4-container1 {
    width: 40%;
    border: 1px solid #254d4d;
    padding: 20px;
}

.services-4-content.serv4-container2 {
    width: 58%;
}

	/* NEW ABOUT PAGE STYLE */
	.abt-page-img-content {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
}

.about-page-content.abt-content2 {
    width: 40%;
    margin-bottom: 0;
}

.about-page-content-image {
    width: 58%;
}

.about-page-meet-the-team-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
}

.about-page-meet-the-team-content {
    /* width: 48%; */
}

.about-page-meet-the-team-image {
    width: 50%;
}


}

@media (min-width: 981px){
	body:not(.home) div#main-content {
    /* padding-top: 87px; */
}
	.meet-team-text-button {
    width: 100% !important;
    max-width: unset;
    right: unset;
    z-index: 5;
    padding-bottom: 40px;
    /* min-height: 500px; */
}

.team-process-container {
    display: flex;
    flex-direction: column;
}

.team-container {
    /* position: absolute; */
    width: 45%;
    right: 0;
    top: unset;
    min-height: 320px;
}

.process-list-container {
    position: relative;
    /* right: 70px; */
    /* bottom: -25px; */
    left: unset;
    top: unset;
    width: 53%;
}

	/* BLOG POSTS */
	body:not(.et_pb_page) #main-content .container{
    padding: 130px 0px 80px 0px !important;
}

	/* FAQ */
	.FAQ-second-row-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}



.FAQ-second-row-content {
    width: 47%;
}



.FAQ-second-row-container p {
    text-align: left;
}
	.FAQ-fourth-row-container {
    margin-bottom: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.FAQ-fourth-row-content {
    margin-bottom: 0;
    width: 50%;
}

.FAQ-fourth-row-img-container {
    margin-bottom: 0;
    width: 48%;
}

.FAQ-fourth-row-container p {
    text-align: left;
}

.FAQ-fourth-row-container h2 {
    text-align: left;
}

.FAQ-second-row-container h2 {
    text-align: left;
}

.FAQ-first-row-container p {
    text-align: left;
}

.FAQ-first-row-container h2 {
    text-align: left;
}

.FAQ-first-row-container {
    display: flex;
    align-items: flex-start;
}
	.FAQ-third-row-container {
    display: flex;
    align-items: flex-start;
}

.FAQ-third-row-container p {
    text-align: left;
}
	body:not(.home) h1.entry-title.main_title {
    text-align: left;
    font-size: 50px;
}
	.team-process-content-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

.pl-container {
    position: relative;
}
	.last-section-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
    #home-contact-form-col {
        margin-bottom: 0;
    }

.last-content {
    width: 100%;
    height: 100%;
}

.last-content-button {
    margin-top: 0;
    width: 32%;
}
	.contact-form-container {
    position: relative;
    /* top: 45px !important; */
    /* bottom: 0 !important; */
    /* right: 0% !important; */
    left: unset !important;
    width: 50%;
    /* max-width: 440px; */
    height: 90% !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    z-index: 1;
    /* margin-top: 0; */
}



div#contact-form-hero-section .et_pb_code_inner {
    height: 100%;
    display: flex;
    justify-content: flex-end;
}
	.cf-container {
    width: 90%;
    max-width: 440px;
    position: relative;
    /* left: 55%; */
    margin: unset;
    /* margin-right: 50px; */
    margin-top: 0 !important;
}

	.slider-cf-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

div#header-section {
    margin-bottom: 0;
}

	/* NEW SERVICE 2 STYLE */
	.services-2-container.srv2-main-container1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.services-2-content.srv2-container1 {
    width: 100%;
}

.services-2-content.srv2-container2 {
    width: 100%;
}

	/* NEW SERVICE 3 STYLE */
	.services-3-container.serv3-main-container1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.services-3-content.serv3-container1 {
    width: 100%;
}

.services-3-content.serv3-container2 {
    width: 100%;
}

	/* NEW SERVICE 4 STYLE */
	.services-4-container.serv4-main-container1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.services-4-content.serv4-container1 {
    width: 100%;
}

.services-4-content.serv4-container2 {
    width: 100%;
}

}
body:not(.home) ul.areas-list {
	margin-top: 20px;
}
@media (min-width: 600px) {
body:not(.home) ul.areas-list {
    columns: 2;
    width: 100%;
}
}




/*Blog post 1*/
.blog-post-1-main-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.blog-post-1-main-container > div:first-of-type {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
}
#blog-post-1-section {
    position: relative;
    padding-top: 30px;
}
#blog-post-1-row {
    position: relative;
    padding-top: 0;
}
#blog-post-1-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.blog-post-1-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.blog-post-1-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 10px 0;
}
.blog-post-1-content h2 {
    padding-bottom: 10px;
    text-align: center;
}
.blog-post-1-content p {
    text-align: center;
}
.blog-post-1-image-1 {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.blog-post-1-image-1 img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    max-width: 600px;
}
.blog-post-1-image-2 {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.blog-post-1-image-2 img {
    object-fit: cover;
    object-position: bottom;
    width: 100%;
    height: 100%;
    max-width: 600px;
}
.blog-post-1-content.serv3-container1 {
    color: #fff;
    background: #254d4d;
    padding: 20px;
}
.blog-post-1-content.serv3-container4 {
    background: #254d4d;
    padding: 20px;
    color: #fff;
}
.blog-post-1-content.serv3-container4 h2 {
    color: #fff;
}
.blog-post-1-content.serv3-container3 {
    color: #000;
    background: transparent;
    padding: 20px;
}
.blog-post-1-content.serv3-container3 h2 {
    color: #000;
}
.blog-post-1-content.serv3-container6 {
    background:#f4f6f5;
    padding: 20px;
}
.blog-post-1-content.serv3-container4 p a {
    color: #101010;
    font-weight: bold;
    text-decoration: underline;
}
/*Blog post 2*/
.blog-post-2-main-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.blog-post-2-main-container > div:first-of-type, .blog-post-2-main-container > div:last-of-type {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#blog-post-2-section {
    position: relative;
    padding-top: 30px;
}
#blog-post-2-row {
    position: relative;
    padding-top: 0;
}
#blog-post-2-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.blog-post-2-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.blog-post-2-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 10px 0;
}
.blog-post-2-content h2 {
    padding-bottom: 10px;
    text-align: center;
}
.blog-post-2-content p {
    text-align: center;
}
.blog-post-2-image {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.blog-post-2-image img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    max-width: 600px;
}
.blog-post-2-content.serv4-container2 {
    background: #f4f6f5;
    padding: 20px;
}
.blog-post-2-content.serv4-container4 {
    padding: 20px;
    background: #254d4d;
    color: #fff;
}
.blog-post-2-content.serv4-container4 h2 {
    color: #fff;
}
.blog-post-2-content.serv4-container5 {
    background: #f4f6f5;
    padding: 20px;
}
.blog-post-2-content.serv4-container3 {
    padding: 20px;
}
.blog-post-2-content.serv4-container6 {
    padding: 20px;
    background: #254d4d;
    color: #fff;
}
.blog-post-2-content.serv4-container6 h2 {
    color: #fff;
}
.blog-post-2-content.serv4-container4 p a {
    color: #ffaa18;
}


@media (min-width: 981px) {
    /*Blog post 1*/
    #blog-post-1-col {
		align-items: flex-start;
	}
	.blog-post-1-main-container > div:first-of-type {
		flex-direction: row;
		justify-content: space-between;
		align-items: stretch;
	}
	.blog-post-1-container {
		align-items: flex-start;
	}
	.blog-post-1-main-container > div:first-of-type .blog-post-1-container {
		width: 49%;
	}
    .blog-post-1-last-container {
        display: flex;
        flex-direction: row;
        align-items: stretch;
    }
	.blog-post-1-content {
		align-items: flex-start;
		padding: 20px;
	}
	.blog-post-1-content h2 {
		text-align: left;
	}
	.blog-post-1-content p {
		text-align: left;
	}
	.blog-post-1-image-1 {
		width: 49%;
	}
	.blog-post-1-image-2 img {
		max-width: none;
		max-height: 350px
	}
    /*Blog post 2*/
    #blog-post-2-col {
        align-items: flex-start;
    }
    .blog-post-2-main-container > div:first-of-type,
    .blog-post-2-main-container > div:last-of-type {
        flex-direction: row;
        justify-content: space-between;
        align-items: stretch;
    }
    .blog-post-2-container {
        align-items: flex-start;
    }
    .blog-post-2-main-container > div:first-of-type .blog-post-2-container,
    .blog-post-2-main-container > div:last-of-type .blog-post-2-container {
        width: 49%;
    }
    .blog-post-2-content {
        align-items: flex-start;
    }
    .blog-post-2-content h2 {
        text-align: left;
    }
    .blog-post-2-content p {
        text-align: left;
    }
    .blog-post-2-image {
        width: 49%;
    }
    .blog-post-2-container.services4-image-container {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: stretch;
        width: 100% !important;
    }
    .blog-post-2-container.services4-image-container .blog-post-2-image {
        width: 53%;
        min-height: 325px;
    }
    .blog-post-2-container.services4-image-container .blog-post-2-content {
        width: 46%;
        margin-bottom: 0;
    }
    .blog-post-2-container.services4-image-container .blog-post-2-image img {
        min-height: 325px;
    }
}