/*
 Theme Name:   Divi Child
 Description:  Child theme за Divi 
 Author URI:   https://example.com/   
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  https://www.gnu.org/licenses/gpl-2.0.html
 Tags:         custom, divi, child-theme
 Text Domain:  divi-child
*/



body {
    color: #2d2d2d;
    font-family: "Lusitana", serif;
    font-weight: 400;
    line-height: 1.4;
}

body,
p {
    font-size: 17px;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: "Bitter", serif;
    line-height: 1.3;
}

h1 {
    font-weight: 700;
}

#homepage-heading h1 {
    font-size: 36px !important;
}

.entry-title.main_title {
    color: #000;
    font-family: "Bitter", serif;
    font-weight: 600;
}

.et_pb_slider
    .et_pb_slide_0.et_pb_slide
    .et_pb_slide_description
    h2.et_pb_slide_title {
    font-family: "Bitter", serif;
    font-weight: 700;
    color: #111111 !important;
    text-shadow: -2px 1px #fff;
}

blockquote {
    border: 0;
    padding-left: 0;
}

.wpcr3_item_name a {
    color: #57b33e !important;
    text-decoration: underline;
}

.button {
    position: relative;
    display: inline-block;
    background: #d6d2e7;
    font-family: "Bitter", serif;
    font-weight: 600;
    text-transform: capitalize;
    text-shadow: none;
    color: #000;
    padding: 12px 25px;
    margin-top: 20px;
    margin-bottom: 0;
    transition: 0.3s ease-in-out;
    font-size: 16px;
    border-radius: 5em;
}

.button:hover {
    background: #cecbdb;
}

#location strong {
    color: #111;
}

#social-icons {
    text-align: left;
}

#main-header {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#main-header.et-fixed-header {
    background-color: #fff;
    z-index: 999999;
}

#main-header {
    background-color: #fff;
}

header > .et_menu_container {
    max-width: 1350px !important;
}

#main-header,
#main-header.et-fixed-header {
    filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.25)) !important;
}

.modalHolder {
    display: none;
}

.logo_container {
    height: 100% !important;
    width: 100%;
    text-align: left;
}

.et-fixed-header .logo_container,
.logo_container {
    padding: 0;
}

.text-logo {
    position: relative;
    display: inline-block;
    color: #000;
    font-family: "Bitter", serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 32px;
    text-transform: uppercase;
    transition: 0.3s;
}

.comp-name {
    color: #000;
    font-weight: 700;
    transition: 0.4s ease-out;
}

.comp-name:hover {
    text-decoration: underline;
}

.et-fixed-header #et-top-navigation {
    background-color: rgb(255 255 255);
}

#top-menu li {
    padding-right: 0;
    margin-right: -4px;
}

#top-menu li a {
    font-family: "Bitter", serif;
    font-weight: 600 !important;
    padding: 10px !important;
    transition: 0.4s ease-in-out;
}

#top-menu .current-menu-item > a {
    border-top-color: #79709e;
    opacity: 1 !important;
}

#top-menu li.current-menu-ancestor > a,
#top-menu li.current-menu-item > a,
#top-menu li.current_page_item > a {
    color: #79709e !important;
}

#main-header.et-fixed-header #top-menu li.menu-item-object-custom:last-child a {
    color: #fff !important;
}

.mobile_menu_bar::before,
.select_page {
    color: #111111 !important;
}

#et_mobile_nav_menu,
.et_header_style_centered #main-header .mobile_nav {
    background-color: #ffffff !important;
}

.select_page {
    display: none !important;
}

.et_mobile_menu {
    padding: 2% 5%;
}

#mobile_menu {
    background-color: #ffffff !important;
    text-align: center;
}

.et_mobile_menu li a {
    color: #fff;
}

.et_monarch .et_social_mobile {
    width: 100% !important;
}

.widgettitle {
    position: relative;
    color: #111111 !important;
    font-family: "Bitter", serif;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 15px;
    margin-bottom: 25px;
    border-bottom: 1px solid #eee;
}

.widgettitle:before {
    position: absolute;
    content: "";
    display: block;
    bottom: 0;
    left: 0;
    width: 25px;
    height: 3px;
    background-color: #183be3;
}

#sidebar {
    color: #525252;
}

#sidebar .textwidget br:nth-child(4),
#sidebar .textwidget br:nth-child(5) {
    display: none;
}

#sidebar #servcss li {
    position: relative;
    transition: 0.4s ease-in-out;
}

#servcss svg {
    display: none;
}

.heading {
    position: relative;
    font-family: "Bitter", serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    color: #ffffff !important;
    text-shadow: 0 0 5px #000;
}

.home-testimonial blockquote {
    border: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-bottom: 0 !important;
}

.home-testimonial div.wpcr3_review div.wpcr3_review_title,
.home-testimonial div.wpcr3_review div.wpcr3_review_ratingValue,
.home-testimonial div.wpcr3_review div.wpcr3_review_datePublished,
.home-testimonial div.wpcr3_review div.wpcr3_review_author {
    display: none !important;
}

.home-testimonial .wpcr3_item_name a {
    color: #fff !important;
}

.learn-more a {
    background-color: #57b33e;
    color: #fff;
    text-transform: uppercase;
    border-radius: 5em;
    padding: 12px 20px !important;
    font-size: 14px;
    font-weight: 600;
    transition: 0.3s ease-out;
}

.learn-more a:hover {
    background-color: #c16cd2;
}

.wpcr3_respond_2 input[type="text"] {
    margin: 3px 0;
}

.wpcr3_table_2 td {
    font-size: 1em !important;
}

.wpcr3_leave_text {
    font-size: 1.1em;
}

.wpcr3_leave_text {
    margin-bottom: 20px;
}

.wpcr3_button_1 {
    position: relative;
    display: inline-block;
    background: #d6d2e7;
    font-family: "Bitter", serif;
    font-weight: 600;
    text-transform: capitalize;
    text-shadow: none;
    color: #000;
    padding: 12px 25px;
    margin: 10px 0 !important;
    margin-bottom: 0;
    transition: 0.3s ease-in-out;
    font-size: 16px;
    border-radius: 5em;
}

.wpcr3_button_1:hover {
    background: #cecbdb;
    color: #000;
    font-weight: 600;
}

@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;
    }

    .wpcr3_button_1 {
        margin-top: 10px;
    }
}

@media (max-width: 980px) {
    .wpcr3_respond_3,
    .wpcr3_aggregateRating,
    .wpcr3_table_2 td {
        text-align: center !important;
    }

    .wpcr3_div_2 {
        width: 100%;
    }

    .wpcr3_table_2 tr:last-of-type td {
        margin: 20px auto 0 !important;
    }

    .wpcr3_table_2 td {
        display: block;
        padding: 0 !important;
    }

    .wpcr3_table_2 td:first-child {
        margin-top: 10px !important;
    }

    .wpcr3_rating_style1_status {
        width: 85px !important;
    }

    .wpcr3_respond_2 input[type="text"],
    .wpcr3_in_content textarea {
        width: 100% !important;
        min-width: unset !important;
    }

    .wpcr3_submit_btn,
    .wpcr3_cancel_btn {
        width: 40%;
    }
}

#location h3 {
    font-family: "Bitter", serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 27px;
}

.free-estimate-heading {
    position: relative;
    line-height: normal;
    font-weight: 600;
    color: #230cb0;
    font-size: 26px;
    font-family: "Bitter", serif;
}

textarea {
    resize: none;
}

#contactForm input[type="text"],
#contactForm input[type="password"],
#contactForm input[type="tel"],
#contactForm input[type="email"],
#contactForm input.text,
#contactForm input.title,
#contactForm textarea,
#contactForm select {
    border-style: none none solid;
    border-width: 1px;
    border-color: transparent;
    color: #000000 !important;
    padding: 10px 10px;
    font-family: "Bitter", serif;
    font-size: 14px;
    font-weight: 500;
    background: #f1f1f1;
    line-height: 1.42857143;
    margin: 15px 0px !important;
    border-radius: 0;
    transition: 0.3s linear;
    width: 100% !important;
}

#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: #24272a !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 {
    opacity: 1;
}

#submitter {
    font-size: 16px;
    padding: 15px 30px;
    font-family: "Bitter", serif;
    font-weight: 600 !important;
    color: #000;
    cursor: pointer;
    height: auto !important;
    -webkit-border-radius: 5em;
    -moz-border-radius: 5em;
    -o-border-radius: 5em;
    background: #d6d2e7;
    border-radius: 5em;
    margin-top: 20px !important;
    overflow: hidden;
    transition: 0.3s;
    width: 100% !important;
    text-transform: capitalize;
}

#submitter:hover {
    background: #cecbdb;
}

#main-footer {
    background-color: #fff;
}

#main-footer #footer-widgets {
    margin-bottom: 30px;
    padding: 3% 0 0;
}

#main-footer .footer-widget {
    color: #f7f7f7 !important;
}

#main-footer .footer-widget strong {
    color: #230cb0 !important;
}

#main-footer .footer-widget .et_pb_widget {
    float: none;
}

#main-footer #footer-widgets .footer-widget:nth-child(2) > div {
    width: 100%;
}

#main-footer h4 {
    position: relative;
    color: #000000 !important;
    font-family: "Bitter", serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.1;
    text-transform: uppercase;
    padding-bottom: 13px;
    margin-bottom: 17px;
}

#main-footer h4:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 30px;
    height: 3px;
    background-color: #230cb0;
}

.textwidget {
    color: #000;
}

.openinghours {
    width: 100% !important;
    max-width: 350px;
    margin: 0 auto !important;
}

.hours th,
.openinghours td {
    text-align: left !important;
    font-family: "Bitter", serif;
    font-size: 14px;
    font-weight: 400 !important;
    text-shadow: none !important;
}

.openinghours td,
.hours th {
    color: #000000 !important;
}

.openinghours tr td:last-child {
    text-align: right !important;
}

#current-day {
    background-color: transparent;
}

#current-day td {
    color: #230cb0 !important;
    font-weight: 600 !important;
}

#text-7 .textwidget br,
#text-7 .textwidget strong {
    display: none;
}

#footer-bottom {
    background-color: transparent !important;
    color: #000;
}

#footer-bottom .container {
    border-top: 3px solid rgb(0 0 0 / 10%);
    padding: 25px 0;
}

@-moz-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -moz-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -moz-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    60% {
        -moz-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@-webkit-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    60% {
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

@media (max-width: 980px) {
    .et_header_style_centered #main-header {
        padding: 0 0 0;
    }

    #mobile_menu li {
        margin: 20px 0;
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-direction: row;
    }

    #mobile_menu li a {
        font-size: 25px;
        font-weight: 500;
        text-align: left;
    }

    #mobile_menu li.mobile-menu-close-btn {
        justify-content: flex-end;
        background: transparent;
    }
    #mobile_menu li.mobile-menu-close-btn a {
        background: transparent;
        border-bottom: 0;
        font-family: "Font Awesome 6 Free";
        content: '\f00d';
    }

    #mobile_menu .current-menu-item a {
        background: transparent;
        color: #79709e;
        opacity: 1;
    }

    .home-testimonial .wpcr3_item_name a,
    .home-testimonial .heading,
    .home-testimonial .et_pb_text {
        text-align: center;
    }
}

@media (max-width: 650px) {
    .et_monarch .et_social_mobile {
        width: 50% !important;
    }
}

@media (max-width: 600px) {
    .et_pb_slide_description {
        width: 100% !important;
        padding-right: 0px !important;
    }
}

.nap_cf_vercode_container > p {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
}

#contactForm div:nth-child(5) img {
    float: none;
    display: block;
    margin: 0 10px 0 0;
    width: 100%;
    max-width: 150px;
}

#contactForm div:nth-child(5) input {
    float: none;
    width: 100% !important;
    height: auto;
    margin: 0 !important;
}

@media screen and (max-width: 425px) {
    .et_pb_slide_description {
        width: 300px;
        padding: 60px 10px 100px 0;
    }

    .et_pb_slider
        .et_pb_slide_0.et_pb_slide
        .et_pb_slide_description
        h2.et_pb_slide_title {
        font-size: 48px !important;
        line-height: normal;
    }
}

@media screen and (max-width: 375px) {
    .et_pb_slider
        .et_pb_slide_0.et_pb_slide
        .et_pb_slide_description
        h2.et_pb_slide_title {
        font-size: 38px !important;
    }
}

.et-fixed-header #top-menu li a {
    font-size: 12px;
}

body,
.wpcr3_content p {
    font-size: 17px !important;
}

@media screen and (max-width: 600px) {
    .et_pb_slide_description {
        width: 100% !important;
    }
}

.et_monarch .et_social_mobile {
    width: 65% !important;
}

.menu-item-has-children > a:after {
    top: unset !important;
    right: 3px !important;
}

.sub-menu {
    padding: 0 !important;
    width: unset !important;
    border-top: 3px solid #ddd !important;
}

.sub-menu li {
    padding: 0 !important;
    line-height: 1.2em !important;
}

.sub-menu li a {
    border-left: 0 !important;
}

.et_mobile_menu .sub-menu {
    border: none !important;
}

@media (min-width: 981px) {
    #et-top-navigation .et_menu_container {
        padding: 0 !important;
    }
}

@media (max-width: 980px) {
    .et_pb_text,
    .et_pb_widget,
    .module-titles {
        text-align: center;
    }
}

@media (max-width: 980px) {
    #main-footer h4 {
        text-align: center;
    }

    .widgettitle:before,
    #main-footer h4:before {
        width: 100%;
    }

    body:not(.home) h1.entry-title {
        text-align: center;
        font-size: 24px;
        border-bottom: 1px solid #ccc;
    }

    .et_pb_widget {
        text-align: center;
    }

    footer .et_pb_widget {
        float: none;
    }
}

#main-footer .container {
    width: 93%;
}

.payments strong,
.payments br {
    display: none;
}

#et_mobile_nav_menu {
    width: 100%;
    margin: 0 !important;
}

.mobile_menu_bar_toggle {
    height: 100%;
    width: 9%;
    right: 0 !important;
    top: 0px !important;
    float: none;
}

.mobile_menu_bar:before {
    position: relative;
}

ul#mobile_menu {
    top: 100%;
}

#et-top-navigation > .container.clearfix.et_menu_container {
    position: absolute;
    bottom: 13px;
    width: 185px !important;
    left: calc(50% - 92.5px);
}

#et-top-navigation > .container.clearfix.et_menu_container a {
    color: #1a10e3;
    font-weight: 900;
    font-family: "Bitter", serif;
}

.nav-phone-icon {
    position: absolute;
    bottom: 24px;
    right: 30px;
    z-index: 2;
}

.nav-phone-icon a i {
    color: #000;
    font-size: 20px;
}

h4.widgettitle {
    font-size: 1.2em;
}

.et_pb_widget svg {
    display: none;
}

@media (min-width: 981px) {
    .et_pb_widget li {
        list-style: disc inside;
    }
}

@media (max-width: 980px) {
    .et_pb_column .et_pb_widget:nth-child(n) {
        width: 100% !important;
        max-width: 100% !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
}

article div:not(.et_pb_widget_area) ul:not(#servcss) li,
article div:not(.et_pb_widget_area) ol li {
    margin-bottom: 10px;
}

#left-area ul,
.entry-content ul,
.comment-content ul,
body.et-pb-preview #main-content .container ul,
#left-area ol,
.entry-content ol,
.comment-content ol,
body.et-pb-preview #main-content .container ol {
    padding-bottom: 0;
}

.fwidget {
    width: 100%;
}

#social-icons {
    text-align: inherit;
}

@media (max-width: 980px) {
    .et_pb_widget {
        text-align: center;
        margin-top: 30px;
    }

    .paymentType {
        display: inline-block;
        float: none;
    }
}

#social-icons .social-icon {
    filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.75));
}

@media (max-width: 767px) {
    .hours,
    .openinghours {
        text-align: center;
    }
}

#top-menu li a {
    text-transform: capitalize !important;
    font-size: 16px !important;
}

#mobile_menu li a {
    text-transform: capitalize !important;
}

.ui-widget-header {
    background: #fff !important;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: none;
    text-align: center;
    margin: 0 auto;
    border: 0px !important;
    border-radius: 0px !important;
    color: #000;
}

.ui-dialog .ui-dialog-title {
    float: none !important;
}

.ui-dialog .ui-dialog-content {
    min-height: 215px !important;
}

.ui-icon-closethick {
    color: #fff;
}

.ui-dialog {
    background: #111111 !important;
    z-index: 9 !important;
    border: none !important;
    border-radius: 0px !important;
}

@media screen and (max-width: 981px) and (min-width: 767px) {
    .footer-widget:nth-child(n) {
        width: 100% !important;
    }

    #footer-widgets .footer-widget:nth-child(n),
    #footer-widgets .footer-widget {
        margin-bottom: 5% !important;
    }

    #footer-widgets .footer-widget .fwidget {
        margin-bottom: 5%;
    }
}

.top-header {
    background: #efedf7;
    padding: 15px 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.container,
.et_pb_row {
    width: 90% !important;
}

.top-header-inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.top-header-logo {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 350px;
}

.top-header-logo img {
    width: 60%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.top-header-btn {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 200px;
}
 

.menu_container {
    display: flex;
    align-items: center;
    justify-content: center;
}

#et-top-navigation {
    padding: 15px 0 !important;
}

#top-menu-nav {
    margin-left: 50px;
}

.et_pb_slider .et_pb_slide_0 {
    background-position: top center !important;
}

#slider-section > .et_pb_row:nth-of-type(2) {
    padding-bottom: 0;
}

.title-service {
    text-align: center;
    line-height: normal;
    font-weight: 500;
    color: #230cb0;
    font-size: 26px;
    font-family: "Bitter", serif;
}

.row-services {
    display: flex;
}

.col-services {
    box-shadow: 0 0 10px 0 rgb(43 52 59 / 10%);
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #f6f6f7;
}

.services-box-content {
    padding: 25px 10px 10px;
}

.services-box-content a {
    color: #57b33e;
}

.services-box-title {
    position: relative;
}

.services-box h2 {
    color: #fff;
    background: #57b33e;
    text-align: center;
    line-height: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 80px;
    padding: 10px;
    width: 80%;
    margin-top: -40px;
    border-radius: 0 5px 5px 0;
}

.services-box h2:hover {
    background: #c16cd2;
}

.services-box:hover {
    transition: 0.3s;
}

#testimonials-section {
    padding: 0;
}

.col-c-testimonials {
    padding: 50px 30px;
}

.col-c-testimonials::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #00000021;
}

.home div.wpcr3_dotline,
div.wpcr3_review div.wpcr3_dotline {
    border-bottom: 0 dotted #ccc !important;
}

#home-testimonial-wrapper {
    padding-bottom: 250px !important;
}

.col-right-img img {
    margin-top: -260px;
    border-radius: 10px;
}

.col-contact-form {
    background: #183be3;
    border-radius: 10px;
}

#contact {
    padding: 0;
}

.owl-stage {
    display: flex;
    align-items: center;
}

.external-reviews-holder {
    z-index: 99;
    position: relative;
    width: 100%;
    max-width: 500px;
    height: 100%;
    padding: 20px 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.external-review-content {
    width: 100%;
}

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

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

.review-origin-brand img {
    margin: 0;
    height: 35px;
    object-fit: contain;
}

.external-review-title {
    text-align: center;
    font-size: 20px !important;
    color: #222;
    font-weight: 400;
    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: #222;
}

.external-review-author {
    margin: 0 5px;
    font-weight: 400;
}

.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;
    width: 95%;
    color: #222;
    font-weight: 400;
    position: relative;
}

a.add-reviews-link {
    color: #ed9e02;
    text-transform: uppercase;
    border-radius: 5em;
    font-size: 14px;
    font-weight: 400;
    margin-top: 20px;
    width: 200px;
    transition: 0.3s ease-out;
    display: block;
}

div#external-reviews {
    padding: 0 !important;
    background: #63d471;
}

div#external-reviews .et_pb_row {
    padding: 0 !important;
}

.static-external-review-container {
    width: 100%;
    display: flex;
    justify-content: center;
}

.static-external-review-container .external-reviews-holder {
    min-height: 380px;
    justify-content: flex-end;
}

@media (min-width: 981px) {
    .static-external-review-holder {
        display: flex;
        position: relative;
        justify-content: center;
    }

    .static-external-review-container {
        width: 50%;
    }

    .static-external-review-container .external-reviews-holder {
        min-height: 420px;
        justify-content: center;
    }

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

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

.button-quote-header {
    text-align: center;
    padding: 10px 0;
    background: #57b33e;
}

.top_button {
    position: relative;
    display: inline-block;
    background-color: #111;
    font-weight: bold !important;
    text-transform: uppercase;
    text-shadow: none;
    color: #fff;
    padding: 12px 25px;
    transition: 0.3s ease-in-out;
    font-size: 16px;
    border-radius: 5em;
}

.top_button:hover {
    color: #fff;
}

.top_button .fa {
    top: 0px !important;
    left: 0px !important;
    height: 0px !important;
    color: #fff !important;
    padding: 5px 5px 5px 0px !important;
}

.floating-estimate-btn {
    text-align: center;
    padding: 10px 15px 10px 15px;
    background-color: #57b33e;
    color: #ffffff !important;
    border-top-right-radius: 5em;
    border-bottom-right-radius: 5em;
    border: 3px solid #40444b;
    border-left: 0;
    font-size: 15px;
    z-index: 999999;
    font-weight: 700;
    position: fixed;
    bottom: 60px;
    text-transform: uppercase;
    width: 225px;
}

#main-footer .listing-rev-btn {
    display: flex;
    align-items: center;
    position: fixed;
    padding: 10px 15px 10px 15px;
    border: 3px solid #40444b;
    border-left: 0;
    border-top-right-radius: 5em;
    border-bottom-right-radius: 5em;
    bottom: 0;
    background: #57b33e;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    justify-content: center;
    width: 225px;
    z-index: 9999;
    font-weight: 700;
}

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

#main-footer .listing-rev-btn .fa {
    display: block;
    margin-right: 5px;
    color: #fff;
    position: relative;
    bottom: 2px;
}

@media screen and (min-width: 601px) {
    .slider-button .booking-button-switch {
        margin-right: 15px;
    }
}

@media screen and (max-width: 1024px) {
    .menu_container {
        flex-direction: column;
    }

    .col-right-img img {
        margin-top: 0;
    }

    #home-testimonial-wrapper {
        padding-bottom: 4% !important;
    }

    #page-container {
        padding-top: 0 !important;
    }
}

@media screen and (max-width: 980px) {
    #page-container {
        padding-top: 0 !important;
    }

    .home.image-logo #page-container {
        padding-top: 270px !important;
    }

    body:not(.home).image-logo #main-content {
        margin-top: 0;
    }

    .section-title-project {
        padding-bottom: 40px !important;
    }

    .row-nap,
    .row-services,
    .row-contact-form {
        display: block;
    }

    .row-services {
        padding-bottom: 0;
    }

    .nap-box-icon {
        margin: 25px auto 0;
    }

    .nap-box-icon-cn {
        margin: -50px auto 0;
    }

    .home h1.entry-title,
    .btn {
        text-align: center;
    }

    .wpcr3_review,
    .wpcr3_item_name {
        text-align: center;
    }
}

div#home-badges-section {
    background-color: #00a6fb !important;
    background-size: auto;
    background-repeat: repeat;
}

.badges-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.badge-holder {
    background: #1f242c;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: calc(50% - 10px);
    max-width: 160px;
    padding: 15px 5px 22px 5px;
    margin-top: 10px;
    margin-bottom: 30px;
    border-radius: 8px 8px 8px 0;
    position: relative;
    box-shadow: 4px 4px 8px 0 #00000057;
}

.badge-holder:hover {
    background: #c16cd2;
}

p.badge-content {
    color: #fcfffc;
    text-align: center;
    line-height: 1;
    text-transform: capitalize;
    font-size: 20px;
    min-height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-bottom: 5px;
}

.badge-holder img {
    width: 40%;
    padding: 5px;
    background: #57b33e;
    border-radius: 50%;
    margin-bottom: 10px;
}

.badge-holder .fa {
    color: red;
    font-size: 45px;
    margin-bottom: 10px;
}

.badge-title {
    background: #57b33e;
    font-size: 15px;
    width: 85%;
    text-align: center;
    line-height: 1.2;
    padding: 5px;
    position: absolute;
    bottom: -15px;
    color: #fff;
    font-weight: 700;
    border-radius: 0 5px 5px 0;
    left: 0;
}

#testimonials-section {
    background: #fff;
}

.testimonials-container {
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.testimonials-container .keen-slider {
    display: flex;
    align-items: center;
    justify-content: 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: #fff;
}

.testimonials-info {
    margin-bottom: 1rem;
}

.testimonial-item {
    border: 1px solid #fff0;
    border-radius: 0;
    padding: 1rem;
    background: #fff;
    min-height: 100%;
    break-inside: avoid;
    max-width: 350px;
}

.testimonial-item:hover {
    background: #fff;
    border: 1px solid #fff0;
}

.testimonials-grid .testimonial-item {
    margin-bottom: 1rem;
}

.testimonial-item a {
    height: 100%;
    display: grid;
    justify-items: center;
}

.testimonial-subject {
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    color: #000;
}

.rating {
    display: flex;
    justify-content: center;
    margin: 0.5rem;
}

.star {
    width: 1rem;
    height: 1rem;
    color: #ffc956;
    margin: 2px;
}

.testimonial-content {
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 500;
    color: #000;
    text-align: center;
    font-style: italic;
}

.testimonial-footer {
    margin-top: 1rem;
}

.reviewer-details {
    font-size: 0.75rem;
}

.review-from-logo {
    width: 80px;
    height: auto;
    padding: 3px;
    border-radius: 5px;
    min-height: 35px;
}

.reviewer-name {
    font-weight: 500;
    color: #000;
    line-height: 1.5rem;
    margin-bottom: 5px;
    font-size: 14px;
}

.nav-arrows {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 1rem;
}

.nav-arrows button {
    padding: 0.5rem;
    border-width: 1px;
    border-color: #57b33e;
    border-radius: 50%;
    cursor: pointer;
    background: #57b33e;
    border-style: solid;
    display: flex;
    color: #fff;
}

.nav-arrows button:hover {
    background: #c16cd2;
    color: #fff;
    border-color: #c16cd2;
}

.nav-arrows button svg {
    height: 1.25rem;
    width: 1.25rem;
    margin-right: 0;
}

.rotate-180 {
    rotate: 180deg;
}

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

@media only screen and (min-width: 992px) {
    .testimonials-grid {
        columns: 3;
    }

    .testimonial-subject {
        font-size: 1.25rem;
    }

    .testimonial-content {
        line-height: 1.5rem;
    }

    .testimonial-footer {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .reviewer-details {
        display: flex;
        align-items: center;
    }

    .reviewer-name {
        padding-right: 0.75rem;
        font-size: 14px;
        border-right: 1px solid #000;
    }

    .review-from-logo {
        padding-left: 1em;
    }
}

#footer-widgets .footer-widget li:before {
    display: none !important;
}

#footer-widgets .footer-widget li {
    padding-left: 0;
    color: #000;
}

#footer-widgets .footer-widget li a {
    color: #000;
}
#footer-widgets .footer-widget li a:hover {
    color: #230cb0;
}

.srvBlock {
    display: flex;
    align-items: stretch;
    flex-direction: row;
    margin: 0 auto;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
}

.srvElement {
    float: left;
    padding: 0;
    margin: 10px;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    max-width: 350px;
}

.srvElementImg {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.srvElementImg img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
}

.srvElementHeader {
    min-height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.srvElementHeader h2 {
    color: #230cb0;
    font-size: 120%;
    padding: 0;
    font-weight: 700;
}

.srvElementContent {
    text-align: center;
    color: #5e666d;
    padding: 10px;
}

.srvElementContent a {
    color: #e87000;
}

.srvElementBody {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#additionalServices {
    list-style: none;
    text-align: center;
    padding: 0;
    list-style-type: none;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row;
    align-content: center;
    width: 100%;
    margin-top: 20px;
}

#additionalServices li {
    break-inside: avoid;
    padding: 5px 3px;
    font-size: 18px;
    color: #000;
    position: relative;
    text-align: center;
    margin-bottom: 0 !important;
    width: 100%;
    max-width: 220px;
}

#additionalServices li a {
    color: #fff;
    text-decoration: underline;
}

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

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

.et_pb_post .entry-content p {
    padding-bottom: 30px;
}

.nav-info {
    display: none !important;
}

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

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

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

.page-template-default div#content-area div#left-area h1,
.page-template-default div#content-area div#left-area h2,
p.post-meta,
.single-post h2 {
    text-align: left !important;
}

.page-template-default:not(.single-post)
    div#content-area
    div#left-area
    h2:last-of-type {
    text-align: center !important;
}

.page-template-default div#content-area div#left-area p,
.blog-page-class p,
.single-post p {
    text-align: justify !important;
}

@media (max-width: 980px) {
    .page-template-default div#content-area div#left-area h1 {
        font-size: 26px !important;
        text-align: center !important;
    }

    .page-template-default div#content-area div#left-area h2 {
        font-size: 24px !important;
    }
}

.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;
    }
}

.post-content-inner {
    text-align: justify;
}

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

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

div#homepage-header-holder {
    padding-bottom: 0;
}

.hero-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
}

.hero-container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    max-width: 600px;
}

.hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 30px;
}

.hero-content h1 {
    color: #230cb0;
    text-align: center;
}

.subtitle {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
    position: relative;
}

div#first-section-content {
    padding: 0;
}

#about-section {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    padding-bottom: 0;
}

#about-section > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#about-section > div:nth-of-type(1) {
    margin-top: 30px;
}

.subtitle span {
    color: #230cb0;
    background: #fff;
    z-index: 2;
    padding: 0 25px 0 0;
    position: absolute;
    left: 0;
    top: -4px;
    text-transform: capitalize;
}

#about-section .subtitle span {
    padding: 0 25px;
    left: calc(50% - 57px);
}

.subtitle hr {
    width: 100%;
}

#about-section h2 {
    color: #230cb0;
    text-align: left;
}

#about-section p {
    text-align: left;
}

#about-section img {
    width: 100vw;
    border-radius: 0;
    height: 100%;
    object-fit: cover;
    object-position: center;
    max-height: 450px;
}

#slider-section {
    padding: 20px 0;
}

#slider-section .subtitle span {
    left: calc(50% - 69.5px);
    padding: 0 25px;
}

#gallery-section {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 0;
}

#gallery-row {
    position: relative;
    padding-top: 0;
}

#gallery-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.gallery-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.gallery-titles {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.gallery-titles .subtitle span {
    left: calc(50% - 85px);
    padding: 0 25px;
}

.gallery-titles h2 {
    text-align: center;
    line-height: normal;
    font-weight: 500;
    color: #230cb0;
    font-size: 26px;
    font-family: "Bitter", serif;
    padding-bottom: 30px;
}

.gallery-slider {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.swiper {
    width: 100%;
    height: 100%;
}

.GallerySwiper2 .swiper-slide,
.GallerySwiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center;
}

.GallerySwiper2 .swiper-slide {
    opacity: 0.6;
}

.GallerySwiper2 .swiper-slide-active {
    opacity: 1;
}

.GallerySwiper2 .swiper-slide img,
.GallerySwiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.GallerySwiper2,
.GallerySwiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.GallerySwiper2 {
    height: 80%;
    width: 100%;
}

.GallerySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.GallerySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.GallerySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.gallery-swiper-button-next {
    background: #000;
    width: 30px;
    right: 5px;
}

.gallery-swiper-button-prev {
    background: #000;
    width: 30px;
    left: 5px;
}

.gallery-swiper-button-next::after,
.gallery-swiper-button-prev::after {
    font-size: 20px;
    color: #fff;
}

#additional-content-1-section {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-direction: column;
    padding: 20px 0;
}

#additional-content-1-row-1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

#additional-content-1-left-col {
    display: flex;
    align-items: center;
    justify-content: center;
}

#additional-content-1-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: relative;
}

#additional-content-1-img span {
    height: 100%;
}

#additional-content-1-img img {
    width: 100vw;
    height: 100%;
    object-fit: cover;
    object-position: center bottom;
    max-height: 800px;
}

#additional-content-1-right-col {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: 20px;
}

#additional-content-1-right-col > div > div {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    flex-direction: column;
}

.additional-content-1-title {
    text-align: left;
    line-height: normal;
    font-weight: 500;
    font-size: 26px;
    font-family: "Bitter", serif;
    padding-bottom: 30px;
}

.additional-content-1-title strong {
    color: #230cb0 !important;
}

.additional-content-1-text {
    color: #24272a;
    text-align: left;
}

#additional-content-1-row-2 {
    padding-top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

#additional-content-1-row-2 > div {
    display: flex;
    justify-content: center;
    align-items: center;
}

#additional-content-1-row-2 > div > div > div {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.additional-content-1-list {
    padding-left: 10px !important;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    flex-wrap: wrap;
    align-content: center;
    color: #24272a;
}

.additional-content-1-list li {
    color: #24272a;
    margin-left: 15px;
    margin-right: 15px;
    width: 100%;
}

#additional-content-2-section {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
}

#additional-content-2-col {
    display: flex;
    justify-content: center;
    align-items: center;
}

#additional-content-2-col > div > div {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.additional-content-2-title {
    text-align: left;
    line-height: normal;
    font-weight: 500;
    font-size: 26px;
    font-family: "Bitter", serif;
    padding-bottom: 30px;
}

.additional-content-2-title strong {
    color: #230cb0 !important;
}

.additional-content-2-text {
    color: #24272a;
    text-align: left;
}

.additional-content-2-list {
    color: #24272a;
    margin-top: 20px;
}

#home-services-list-section {
    background: #6a5acd;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
}

#home-services-list-row {
    position: relative;
}

#home-services-list-col {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

#home-services-list-col > div {
    width: 100%;
}

.services-list-title.subtitle span {
    background: #6a5acd;
    color: #fff;
    left: calc(50% - 55px);
    padding: 0 10px;
}

#services {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding: 25px 10px;
    max-width: 400px;
    width: 100%;
}

#services .button {
    margin-top: 0;
    background: #6a5acd;
    color: #fff;
}

#services .button:hover {
    color: #000;
    background: #d6d2e7;
}

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

#servcss {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    list-style-type: none;
}

.sidebar-services-list #servcss {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0;
}

#servcss li {
    text-transform: capitalize;
    text-align: center;
}

.sidebar-services-list #servcss li {
    text-align: left;
}

#homepage-content-section {
    padding: 20px 0;
}

#homepage-content-section h2 {
    text-align: left;
    line-height: normal;
    font-weight: 500;
    font-size: 26px;
    font-family: "Bitter", serif;
    padding-bottom: 30px;
}

.last-content-title-2.subtitle {
    margin-top: 10px;
}

#homepage-content-section h2 strong {
    color: #230cb0 !important;
}

#contact-form-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
}

#contact-form-section > div:first-of-type {
    padding: 0;
}

.nap-titles.subtitle span {
    padding: 0 25px;
    left: calc(50% - 64px);
    top: -4px;
}

#homepage-nap-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.col-nap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.nap-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}

.nap-element {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 45px;
    flex-direction: column;
}

.nap-element:first-of-type {
    margin-top: 40px;
}

.nap-element h3 {
    position: relative;
    line-height: normal;
    font-weight: 600;
    color: #230cb0;
    font-size: 21px;
    font-family: "Bitter", serif;
    text-align: center;
    padding-bottom: 20px;
}

.nap-element p {
    text-align: center;
}

#last-section {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

#last-row {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0 50px;
}

#last-col {
    display: flex;
    align-items: center;
    justify-content: center;
}

#last-col > div > div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.last-section-content .subtitle span {
    padding: 0 25px;
    left: calc(50% - 146.5px);
}

.last-section-content p:first-of-type {
    position: relative;
    line-height: normal;
    font-weight: 600;
    color: #230cb0;
    font-size: 26px;
    font-family: "Bitter", serif;
    text-align: center;
    padding-bottom: 20px;
}

.last-section-content p {
    text-align: center;
}

@media (min-width: 600px) {
    .et_fullwidth_nav #main-header .container {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .top-header-inner {
        flex-direction: row;
        justify-content: space-between;
        max-width: 1080px;
    }

    .top-header-logo {
        justify-content: flex-start;
    }

    .top-header-logo a {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .additional-content-1-list li {
        width: 44%;
    }

    .col-nap {
        justify-content: flex-start;
    }

    .nap-container {
        align-items: flex-start;
    }

    .nap-element {
        align-items: flex-start;
    }

    .nap-element h3 {
        text-align: left;
    }

    .nap-element p {
        text-align: left;
    }
}

@media (min-width: 981px) {
    body {
        transition: none !important;
    }

    #et-top-navigation > .container.clearfix.et_menu_container {
        display: none;
    }

    #et-top-navigation {
        background-color: rgb(255 255 255);
        max-width: 1080px;
    }

    #main-header.et-fixed-header {
        -webkit-transition: none !important;
        transition: none !important;
    }

    .fixed-header{
        position: fixed !important;
    }

    .fixed-header #et-top-navigation {
        position: fixed !important;
    }

    .fixed-header .top-header {
        overflow: hidden;
        padding: 0;
        opacity: 0;
        height: 98px;
    }

    nav#top-menu-nav {
        margin-left: 30px;
        width: 90%;
    }

    nav#top-menu-nav #top-menu {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    nav#top-menu-nav #top-menu li:nth-of-type(2) {
        width: 10%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    nav#top-menu-nav #top-menu li:nth-of-type(3) {
        width: 32%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    #top-menu li.mobile-menu-close-btn {
        display: none !important;
    }

    #top-menu li.nav-info {
        display: block !important;
    }

    #top-menu-nav > ul > li.nav-info > a:hover {
        color: #1a10e3 !important;
    }

    #top-menu li.nav-info a {
        color: #1a10e3 !important;
        font-weight: 700 !important;
        font-family: "Bitter", serif;
        line-height: 1.2;
        text-align: center;
        font-size: 20px !important;
    }

    .et-fixed-header #top-menu li.nav-info.current-menu-item > a,
    .et-fixed-header #top-menu li.nav-info.current_page_item > a {
        color: #1a10e3 !important;
    }

    nav#top-menu-nav #top-menu li:nth-of-type(5) {
        width: 35%;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    nav#top-menu-nav #top-menu li:nth-of-type(6) {
        width: 9%;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    #top-menu-nav > ul > li > a:hover {
        opacity: 1 !important;
        color: #79709e !important;
    }

    .nav-phone-icon {
        bottom: 37px;
        border-left: 1px solid #00000036;
        padding-left: 10px;
    }

    #about-section {
        flex-direction: row;
        align-items: stretch;
        justify-content: space-between;
    }

    #about-section > div:nth-of-type(1) {
        margin-top: 0;
    }

    #about-section > div > div,
    #about-section > div > div > span {
        height: 100%;
    }

    .subtitle span {
        left: 0;
        padding: 0 25px 0 0;
    }

    #about-section .subtitle span {
        left: 0;
        padding: 0 25px 0 0;
    }

    #about-section h2,
    #about-section p {
        text-align: left;
    }

    #about-section img {
        width: 100%;
        max-height: none;
    }

    #slider-section {
        padding-bottom: 40px;
    }

    .srvElement {
        max-width: 250px;
        width: 22%;
    }

    #additionalServices {
        margin-top: 40px;
    }

    #additional-content-1-row-1 {
        flex-direction: row;
        align-items: stretch;
    }

    #additional-content-1-right-col {
        margin-top: 0;
    }

    #additional-content-1-img img {
        width: 100%;
        max-height: none;
    }

    #additional-content-1-right-col > div > div {
        align-items: flex-start;
    }

    #additional-content-1-right-col .subtitle span {
        left: 0;
        padding: 0 10px 0 0;
    }

    .additional-content-1-title {
        text-align: left;
    }

    .additional-content-1-text {
        text-align: left;
    }

    #additional-content-1-row-2 > div > div > div {
        align-items: center;
    }

    .additional-content-1-list li {
        width: 46.55%;
    }

    .sidebar-services-list {
        display: flex;
        align-items: flex-start;
        justify-content: center;
    }

    .sidebar-services-list #servcss {
        align-items: flex-start;
    }
    
    #additional-content-2-col .subtitle span {
        left: 0;
        padding: 0 10px 0 0;
    }

    #additional-content-2-col > div > div {
        align-items: flex-start;
    }

    .additional-content-2-title strong {
        text-align: left;
    }

    .additional-content-2-text {
        text-align: left;
    }

    #homepage-nap-row {
        flex-direction: row;
        align-items: flex-start;
    }

    .col-nap {
        justify-content: center;
    }

    .nap-container {
        margin-top: 0;
    }

    .nap-element:first-of-type {
        margin-top: 0;
    }
}

.mobile_menu_bar {
    -webkit-transform: none !important;
    transform: none !important;
}

ul#mobile_menu {
    position: fixed !important;
    top: 0 !important;
    height: 100vh !important;
    left: -100% !important;
    padding-top: 25px;
    overflow-y: scroll;
    border-top: 0;
    min-height: 500px;
}

.mobile_nav.opened ul#mobile_menu {
    left: 0 !important;
}


