body {
    color: #e5e5e5;
    background-color: #fff;
    font-family: "Roboto Condensed", sans-serif;
    margin: 0px;
    display: flex;
    flex-direction: column;
    line-height: 1.4;
}
html {
    scroll-padding-top: 22%;
    scroll-behavior: smooth;
}
.container {
    max-width: 1080px;
    width: 90%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
a {
    text-decoration: none;
    cursor: pointer;
}
a[href^="tel:"] {
    white-space: nowrap;
}
p,
li {
    font-size: 18px;
}
h1 {
    font-size: 35px;
}
h2 {
    font-size: 28px;
    margin: 0px;
}
h3 {
    font-size: 26px;
}
h1,
h2,
h3 {
    line-height: 1.2;
    color: #fff;
}
img {
    border-radius: 8px;
}
.background-dark {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    flex-direction: column;
}
.background-light {
    background-color: #1a1a1a;
}
header {
    display: flex;
    justify-content: center;
    align-items: center;
}
.hamburger {
    display: block;
    font-size: 27px;
    color: #000;
    z-index: 999;
    background: #ffc527;
    border-radius: 3px;
    padding: 0 9px 0px;
}
.menu .hamburger {
    width: 0px;
    position: absolute;
    bottom: 50px;
}
nav {
    display: flex;
    position: fixed;
    width: 100%;
    padding: 10px 0px;
    top: 0px;
    z-index: 999;
    align-items: center;
    background: #222222;
    transition: background-color 0.3s ease 0s;
    justify-content: center;
    flex-direction: column;
}
nav.scrolled {
    background-color: #222222;
    box-shadow: rgb(0, 0, 0) 0px 5px 10px;
}
nav > div {
    width: 90%;
    display: flex;
    max-width: 1080px;
}
nav > div > div {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
nav .menu {
    flex-direction: column;
    display: flex;
    width: 100vw;
    height: 100vh;
    background-color: #222222;
    position: absolute;
    top: -1rem;
    left: 100%;
    z-index: 0;
    transition: all 1s ease 0s;
    place-content: center;
}
nav .menu.active {
    top: -1rem;
    left: 0px;
    right: 0px;
    padding: 0px;
    z-index: 99;
}
nav .menu li {
    margin: 0px;
    text-align: center;
    padding: 1rem 0px;
    list-style: none;
}
nav .menu li a {
    text-decoration: none;
    font-weight: 500;
    color: #ffc527;
}
.brand {
    width: 100%;
    text-wrap: wrap;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.brand a {
    color: #ffc527;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.brand span {
    color: #ffc527;
    font-size: 20px;
    margin-left: 10px;
}
.brand img {
    width: 80px;
    height: auto;
}
.button-1 {
    background-color: #ffc527;
    padding: 12px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 10px;
    border: 3px solid #ffc527;
    color: #222222 !important;
    margin: 5px;
    cursor: pointer;
    transition: 0.5s;
}
.button-1:hover,
.button-1:active {
    background-color: #534f4e !important;
    border-color: #534f4e !important;
    color: #fff !important;
}
.button-2 {
    background-color: transparent;
    border: 3px solid #000000;
    padding: 12px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 10px;
    color: #000000;
    margin: 5px;
    transition: 0.5s;
    backdrop-filter: blur(4px);
}
.button-2:hover,
.button-2:active {
    background-color: #ffc527 !important;
    border-color: #ffc527 !important;
    color: #222222 !important;
}
nav .menu li:nth-of-type(7) {
    margin-bottom: 20px;
}
.slider-section {
    position: relative;
    width: 100%;
    height: calc(100vh + 170px);
    max-height: 720px;
    min-height: 710px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    align-items: center;
    display: flex;
    z-index: 0;
    justify-content: center;
    margin-top: 91px;
}
.slider-section > picture {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    object-position: 50% 25%;
    z-index: 0;
    border-radius: 0;
}
.slider-section > picture img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    object-position: 50% 25%;
    z-index: 0;
    border-radius: 0;
}
.slider-section::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #000000ab;
    z-index: 1;
}
.slider-content {
    position: relative;
    z-index: 3;
    margin-left: 30px;
    width: 90%;
    padding: 20px 0;
}
.slider-section > div {
    display: flex;
    align-items: center;
    width: 90%;
    max-width: 1080px;
    flex-direction: column;
    position: relative;
    justify-content: flex-start;
    /* margin-top: 115px; */
}
.slider-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
}
.slider-text h1 {
    margin: 0 0 10px;
    width: 97%;
    text-align: left;
    text-shadow: 0 0 5px #000;
}
.slider-text p {
    color: #fff;
    text-shadow: #000 0px 0px 5px;
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 10px;
    width: 97%;
    text-align: left;
}
.slider-text p a {
    color: #ED2224;
}
.slider-buttons {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.slider-buttons .button-2 {
    border-color: #fff;
    color: #fff;
}
.costum-border-1 {
    position: absolute;
    z-index: 2;
    width: 95%;
    height: calc(57% + 50px);
    border-top: 5px solid #b2b2b2;
    border-left: 5px solid #b2b2b2;
    border-bottom: 5px solid #b2b2b2;
    border-radius: 8px;
    filter: drop-shadow(0 0 5px #000000b0);
}
.costum-border-1::before {
    content: "";
    position: absolute;
    right: 0px;
    z-index: 100;
    top: 0px;
    width: 5px;
    height: 15%;
    background: #b2b2b2;
    border-radius: 8px;
}
.costum-border-1::after {
    content: "";
    position: absolute;
    right: 0px;
    z-index: 100;
    bottom: 0px;
    width: 5px;
    height: 17%;
    background: #b2b2b2;
    border-radius: 8px;
}
.background-dark a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.slider-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    z-index: 3;
    margin-top: 40px;
}
.slider-badges-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.slider-badge-holder {
    background: transparent;
    margin: 5px;
    backdrop-filter: blur(4px);
    padding: 10px 15px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    border: 2px solid #ffffff;
    text-shadow: 0 0 5px #000;
    transition: 0.5s;
}
.slider-badge-holder:hover {
    background: #ffffff;
}
.slider-badge-holder span {
    text-align: center;
    color: #fff;
    transition: 0.5s;
    text-transform: capitalize;
}
.slider-badge-holder:hover span {
    color: #000;
    text-shadow: 0 0 5px #fff;
}
.slider-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 10px;
    width: 100%;
}
.slider-cta a {
    text-align: center;
    font-size: 24px;
    color: #fff;
    text-shadow: 0 0 5px #000;
}
.scroll-down {
    position: absolute;
    right: -27px;
    bottom: 0;
    margin: 20px;
    display: none;
}
.scroll-down img {
    height: 80px;
    animation: 1.5s ease 0s infinite normal none running scroll-down-btn;
    filter: drop-shadow(black 0px 4px 6px) drop-shadow(black 0px -4px 5px);
    z-index: 1;
    position: relative;
}
@-webkit-keyframes scroll-down-btn {
    0% {
        transform: rotate(0deg) translate(0px, 0px);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: rotate(0deg) translate(0px, 20px);
        opacity: 0;
    }
}
@keyframes scroll-down-btn {
    0% {
        transform: rotate(0deg) translate(0px, 0px);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: rotate(0deg) translate(0px, 20px);
        opacity: 0;
    }
}
.badges-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    max-width: 1080px;
    position: relative;
    padding-top: 20px;
}
.badges-title .decoration-cube {
    margin-left: 8px;
}
.badges-title .decoration-inside-cube {
    margin-left: 15px;
}
.badges-title h2 {
    text-align: center;
    margin-top: 20px;
    color: #000;
}
.badges-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 30px;
    align-items: stretch;
    width: 90%;
    max-width: 1080px;
}
.badge-holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: calc(65% - 10px);
    max-width: 210px;
    padding: 15px 10px 22px;
    margin: 10px 10px 30px;
    border-radius: 8px;
    position: relative;
    text-shadow: rgba(0, 0, 0, 0.04) 0px 15px 15px;
    font-family: Nunito, sans-serif;
    border-left: 3px solid #ffc527;
    border-right: 3px solid #ffc527;
}
p.badge-content {
    color: rgb(255, 255, 255);
    text-align: center;
    line-height: 1;
    text-transform: capitalize;
    font-size: 20px;
    min-height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Oswald, sans-serif;
}
.badge-holder img {
    width: 100px;
    height: auto;
    object-fit: contain;
    object-position: center;
}
.badge-title {
    width: 100%;
    text-align: center;
    line-height: 1.2;
    color: #000000;
    font-weight: bold;
    margin-top: 15px;
}
.badge-title span {
    font-size: 18px;
}
.decoration-border {
    position: relative;
    border-top: 1px solid #333;
    border-left: 1px solid #333;
    width: 50px;
    height: 50px;
    border-radius: 8px;
}
.decoration-cube {
    position: relative;
    border: solid #b2b2b2;
    width: 25px;
    height: 25px;
    margin-left: 13px;
    margin-top: -35px;
    border-radius: 8px;
}
.decoration-inside-cube {
    position: relative;
    background-color: #ccc;
    width: 10px;
    height: 10px;
    margin-left: 28px;
    margin-top: -15.5px;
    border-radius: 8px;
}
.about-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0px;
    justify-content: center;
}
.about-section > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 90%;
    max-width: 1080px;
}
.about-section h2 {
    text-align: left;
    color: rgb(255, 255, 255);
    margin-top: 20px;
}
.about-section .content {
    text-align: justify;
    border-left: 3px solid #ffc527;
    padding-left: 10px;
    border-radius: 8px;
    height: auto;
}
.about-content div {
    margin: 30px 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
.about-content div .button-2 {
    border-color: #fff;
    color: #fff;
}
.about-content div .button-1:hover,
.about-content div .button-1:active {
    background-color: #fff !important;
    border-color: #fff !important;
    color: #000000 !important;
}
.area-served {
    display: flex;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
    margin-top: 0px;
    padding-left: 15px;
}
.area-served li {
    width: 50%;
    text-align: left;
    position: relative;
}
.about-content-section {
    width: 90%;
}
.about-content-section .decoration-border {
    border-color: #fff;
}
.about-img-section {
    width: 90%;
}
.about-img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    z-index: 2;
    position: relative;
}
.about-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.costum-border-2 {
    display: none;
}
.row-icons {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    padding: 20px 0px;
}
.row-icons > div {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 90%;
    max-width: 1080px;
    flex-wrap: wrap;
}
.icons {
    display: flex;
    justify-content: center;
    width: 27%;
    align-items: center;
    margin: 10px;
}
.icons img {
    width: auto;
    height: 70px;
    object-fit: contain;
    object-position: center;
    border-radius: 0;
}
.services-section {
    padding: 20px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.services-section > div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    max-width: 1080px;
    flex-direction: column;
}
.srvBlockTitle h2 {
    line-height: 1.2;
    display: inline-block;
    position: relative;
    z-index: 2;
    margin: 20px 0;
    color: #000;
}
.srvBlockTitle p {
    font-size: 22px;
    font-weight: 500;
    text-align: center;
}
.srvBlockTitle {
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.srvBlockTitle .decoration-border-1 {
    border-color: #9dc8dd;
}
.srvBlockTitle .decoration-cube-1 {
    margin-left: 8px;
}
.srvBlockTitle .decoration-inside-cube-1 {
    margin-left: 15px;
}
.srvBlock {
    display: flex;
    align-items: center;
    place-content: center;
    position: relative;
    height: 100%;
    flex-flow: wrap;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}
.srvBlock .ServicesSwiper {
    padding: 10px 0 50px;
    width: 100%;
}
.srvBlock .ServicesSwiper .swiper-wrapper .swiper-slide {
    height: auto;
    align-items: center;
    justify-content: center;
    display: flex;
}
.srvElement {
    /* margin: 50px auto 0px; */
    /* box-shadow: rgba(0, 0, 0, 0.08) 0px 3px 15px 0px; */
    padding: 4px;
    max-width: 500px;
    height: 100%;
}
.srvElementHeader h2 {
    text-align: center;
    color: #fff;
    line-height: 1.2;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 68px;
}
.srvElementBody {
    display: flex;
    justify-content: center;
    align-items: center;
}
.srvElementBody h2,
.srvElementBody p {
    padding: 0px;
    margin: 0px;
}
.srvElementBody img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    border-radius: 8px 8px 0px 0px;
    max-height: 210px;
}
.srvElementHeader {
    padding: 15px 15px 0px;
    min-height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.srvElementContent {
    text-align: justify;
    color: #fff;
    padding: 15px 25px;
    line-height: 1.2;
}
.srvElementBody {
    background: #222222;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.srvElement:hover h2 {
    color: #ffc527;
}
.box:hover {
    padding: 4px;
    background-color: #ffc527;
    background-image: url("/img/icons/animation-services-box-1.gif"),
        url("/img/icons/animation-services-box-2.gif"),
        url("/img/icons/animation-services-box-3.gif");
    background-repeat: no-repeat;
    background-size: 0px 2px, 0px 100%, 0% 2px;
    background-position: center top, center top, center bottom;
    animation: 1.5s ease 0s 1 normal none running drawBorderFromCenter;
    border-radius: 8px;
}
@-webkit-keyframes drawBorderFromCenter {
    0% {
        background-size: 0px 2px, 0px 0px, 100% 100%;
    }
    20% {
        background-size: 100% 2px, 100% 0px, 100% 100%;
    }
    66% {
        background-size: 100% 2px, 100% 98%, 100% 100%;
    }
    99% {
        background-size: 100% 2px, 100% 98%, 0px 2px;
    }
}
@keyframes drawBorderFromCenter {
    0% {
        background-size: 0px 2px, 0px 0px, 100% 100%;
    }
    20% {
        background-size: 100% 2px, 100% 0px, 100% 100%;
    }
    66% {
        background-size: 100% 2px, 100% 98%, 100% 100%;
    }
    99% {
        background-size: 100% 2px, 100% 98%, 0px 2px;
    }
}
.srv-swiper-button-prev::after, .srv-swiper-button-next::after {
    color: #000000;
    font-size: 23px !important;
    transition: all 0.5s;
}
.srv-swiper-button-prev:hover::after, .srv-swiper-button-next:hover::after {
    color: #ffffff;
}
div.srv-swiper-button-prev {
    border-radius: 10px;
    transition: all 0.5s;
    top: auto;
    bottom: 0;
    border: 1px solid #ffc527;
    padding: 0px;
    width: 40px;
    height: 40px;
    background: #ffc527;
    left: calc(50% - 50px);
}
.srv-swiper-button-prev:hover {
    background: #222222;
}
div.srv-swiper-button-next {
    border-radius: 10px;
    transition: all 0.5s;
    top: auto;
    bottom: 0;
    border: 1px solid #ffc527;
    padding: 0px;
    width: 40px;
    height: 40px;
    background: #ffc527;
    right: calc(50% - 50px);
}
.srv-swiper-button-next:hover {
    background: #222222;
}
.email-form {
    position: relative;
    width: 100vw;
    max-width: 1080px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    align-self: center;
    min-height: 350px;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 0px;
}
.email-form .button-1:hover {
    background: #fff !important;
    border-color: #ffffff !important;
    color: #000 !important;
}
.email-form > picture {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    object-position: center center;
    top: 0px;
    border-radius: 0;
    z-index: 0;
}
.email-form > picture img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    object-position: center center;
    top: 0px;
    border-radius: 0;
    z-index: 0;
}
.email-form::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: #000000ab;
    z-index: 1;
}
.email-form > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 90%;
    max-width: calc(-40% + 1080px);
    margin-top: 20px;
}
.contact-form-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    z-index: 3;
}
.contact-form-title .decoration-cube-1 {
    margin-left: 8px;
}
.contact-form-title .decoration-inside-cube-1 {
    margin-left: 15px;
}
.contact-form {
    z-index: 2;
    position: relative;
}
.email-form h2 {
    color: rgb(255, 255, 255);
    margin: 20px 0;
    position: relative;
    z-index: 2;
    width: 90%;
    text-align: center;
}
.contact-form .form-row {
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
}
.contact-form input[type="text"],
.contact-form input[type="tel"],
.contact-form input[type="email"],
.contact-form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid rgb(221, 221, 221);
    border-radius: 4px;
    box-sizing: border-box;
    font-family: unset;
}
.contact-form input[type="text"]:focus,
.contact-form input[type="tel"]:focus,
.contact-form input[type="email"]:focus,
.contact-form textarea:focus {
    outline: none;
    border-color: #000;
}
.contact-form textarea {
    resize: none;
}
.features-section {
    display: flex;
    flex-direction: column-reverse;
    padding: 0 0px 40px;
    align-items: center;
    justify-content: center;
}
.contact-form {
    width: 90%;
}
.decoration-border-1 {
    position: relative;
    border-top: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    width: 50px;
    height: 50px;
    border-radius: 8px;
}
.decoration-cube-1 {
    position: relative;
    border: solid #b1b1b1;
    width: 25px;
    height: 25px;
    margin-left: 14px;
    margin-top: -35px;
    border-radius: 8px;
}
.decoration-inside-cube-1 {
    position: relative;
    background-color: #979797;
    width: 10px;
    height: 10px;
    margin-left: 27px;
    margin-top: -15px;
    border-radius: 8px;
}
.features-content {
    min-height: 370px;
    background-color: #1a1a1a;
    align-self: center;
    display: flex;
    text-align: left;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    border-radius: 10px 10px 0 0;
    align-items: center;
}
.features-content > div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 90%;
    max-width: calc(-40% + 1080px);
    margin: 20px 20px 20px;
}
.features-content h2 {
    text-align: left;
    margin-top: 20px;
}
.features-content li {
    font-size: 18px;
    text-align: justify;
}
.features-content li::marker {
    color: #ffffff;
    font-size: 33px;
}
.features-content li strong {
    color: #ffffff;
    text-decoration: underline;
    text-shadow: 0 0 5px #000;
}
/*AREA SERVED STYLE*/
.area-served-section {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
    padding: 25px 0;
    background: #1a1a1a;
}
.area-served-section > div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90%;
    position: relative;
    flex-direction: column;
    max-width: 1080px;
}
.area-served-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.area-served-section .decoration-cube-1 {
    margin-left: 8px;
}
.area-served-section .decoration-inside-cube-1 {
    margin-left: 15px;
}
.area-served-title {
    text-align: center;
    margin: 20px 0;
}
.area-served-subtitle {
    margin: 0;
    text-align: center;
}
.area-served-cities {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin: 10px;
}
.area-served-city {
    padding: 10px 15px;
    margin: 10px;
    border-radius: 10px;
    border: 3px solid #ffffff;
}
.area-served-city p {
    margin: 0;
    color: #ffffff;
    font-weight: 500;
}
.area-served-text {
    text-align: center;
    margin: 0;
}
.area-served-image {
    width: 100%;
    margin-top: 20px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 600px;
    flex-direction: row-reverse;
}
.area-served-costum-border {
    display: none;
}
.area-served-img {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    width: 100%;
}
.area-served-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
/*END OF AREA SERVED STYLE*/
.gallery-section h2 {
    font-size: 32px;
    font-weight: 700;
    margin: 0px 0px 20px;
    color: rgb(255, 255, 255);
    text-align: center;
}
.gallery-section {
    padding: 20px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.gallery-title {
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.gallery-title .decoration-border-1 {
    border-color: #000;
}
.gallery-title .decoration-cube-1 {
    margin-left: 8px;
}
.gallery-title .decoration-inside-cube-1 {
    margin-left: 15px;
}
.gallery-title h2 {
    text-align: center;
    margin: 20px 0;
    color: #000;
}
.gallerySwiper {
    width: 100%;
    padding-bottom: 25px !important;
}
div.gallerySwiper div.swiper-wrapper {
    align-items: stretch;
}
div.gallery-slide {
    display: block;
    width: 360px;
    height: auto;
    padding: 0;
    border-radius: 12px;
    overflow: hidden;
    filter: blur(4px);
}
.gallery-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 300px;
    object-position: center;
}
.gallery-slide.swiper-slide-active {
    filter: none;
    border-radius: 0;
}
.gallerySwiper .swiper-actions {
    margin-top: 20px;
}
.gallerySwiper .swiper-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
div.gallery-swiper-button-prev, div.gallery-swiper-button-next {
    position: static;
    height: 22px;
    margin: 0;
    padding: 10px;
    width: auto;
}
div.gallery-swiper-button-prev::after, div.gallery-swiper-button-next::after {
    font-size: 30px;
    color: #000000;
    font-weight: 600;
}
div.gallery-swiper-pagination {
    position: static;
    display: flex;
    align-items: center;
    width: auto !important;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
}
div.gallery-swiper-pagination .swiper-pagination-bullet {
    width: 44px;
    height: 15px;
    border-radius: 15px;
    margin: 5px !important;
    background-color: #000000;
    display: block;
}
div.gallery-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #000000;
}
/*SIMPLE PROCESS SECTION STYLE*/
.simple-process-section {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
    padding: 25px 0;
    background: #1a1a1a;
}
.simple-process-section > div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90%;
    position: relative;
    flex-direction: column;
    max-width: 1080px;
}
.simple-process-title {
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.simple-process-title .decoration-cube-1 {
    margin-left: 8px;
}
.simple-process-title .decoration-inside-cube-1 {
    margin-left: 15px;
}
.simple-process-title h2 {
    line-height: 1.2;
    margin: 20px 0;
}
.simple-process-container {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
    align-content: center;
}
.simple-process-element {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 15px;
    width: 100%;
    max-width: 436px;
}
.simple-process-number {
    width: 42px;
    height: 50px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    border: 3px solid #ffc527;
    border-radius: 10px;
}
.simple-process-number span {
    color: #ccc;
    font-size: 22px;
    margin-right: 5px;
    font-weight: 500;
}
.simple-process-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    border-left: 3px solid #ffc527;
    border-right: 3px solid #ffc527;
    border-radius: 10px;
    height: 100%;
    padding: 0 10px;
}
.simple-process-content h3 {
    font-weight: 400;
    text-align: center;
}
.simple-process-content p {
    color: #ffffff;
    text-align: center;
    margin: 0;
}
/*END OF SIMPLE PROCESS SECTION STYLE*/
.testimonials-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.testimonials-section > div {
    position: relative;
    width: 90%;
    padding: 25px 0px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 1080px;
}
.testimonials-title {
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.testimonials-title .decoration-border-1 {
    border-color: #000;
}
.testimonials-title .decoration-cube-1 {
    margin-left: 8px;
}
.testimonials-title .decoration-inside-cube-1 {
    margin-left: 15px;
}
.testimonials-title h2 {
    text-align: center;
    margin: 20px 0 0;
    color: #000;
}
.testi-content.swiper-wrapper {
    margin-top: 30px;
}
.testimonial {
    position: relative;
    width: 100%;
    overflow: hidden;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.testimonial .image {
    height: 150px;
    width: 150px;
    object-fit: cover;
    border-radius: 50%;
    z-index: 1;
    border: 5px solid #1a1a1a;
}
.testimonial .slide {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    row-gap: 30px;
    height: 100%;
    width: 100%;
}
.testimonial-content {
    background: #1a1a1a;
    border-radius: 8px;
    padding-top: 100px;
    padding-bottom: 15px;
    position: relative;
    z-index: 0;
    margin-top: -100px;
    width: 100%;
    text-align: center;
}
.review-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 40px;
}
img.review-image {
    width: 100%;
    height: auto;
    max-height: 250px;
    object-fit: cover;
    object-position: center;
}
.slide p {
    font-size: 18px;
    font-weight: 400;
    color: rgb(255, 255, 255);
    text-align: justify;
}
.slide .quote-icon {
    font-size: 30px;
    color: #ffffff;
    margin-bottom: 25px;
    margin-top: 15px;
}
.slide .details {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.details .name {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}
.details .city {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin-left: 10px;
    border-left: 3px solid #fff;
    padding-left: 10px;
}
.slide .details img {
    width: 130px;
    margin-left: 10px;
    border-left: 3px solid #fff;
    padding-left: 10px;
    border-radius: 0;
}
.testimonialsSwiper .swiper-button-prev,
.testimonialsSwiper .swiper-button-next {
    width: 0px !important;
}
.testimonialsSwiper .swiper-button-prev {
    left: 0;
}
.testimonialsSwiper .swiper-button-next {
    right: 0;
}
.testimonialsSwiper .swiper-button-prev::after,
.testimonialsSwiper .swiper-button-next::after {
    color: #ffffff;
    font-size: 30px !important;
}
.nav-btn {
    border-radius: 50%;
    transform: translateY(30px);
    transition: all 0.2s ease 0s;
}
.nav-btn::after,
.nav-btn::before {
    font-size: 20px;
}
.trust-statement {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: auto;
    background: #ffc527;
    border-radius: 8px;
    padding: 15px;
    margin: 20px 0;
}
.trust-statement-image {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    margin-bottom: 10px;
    color: #000;
}
.trust-statement-image span {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 2px solid #000000;
    border-left: 2px solid #000000;
    padding: 1px 2px;
    margin-right: 10px;
    text-align: left;
}
.trust-statement-image img {
    object-fit: contain;
    object-position: center;
    width: 15px;
    height: 15px;
    border-radius: 0;
    filter: invert(1);
}
.trust-statement-text {
    color: #000;
    text-align: center;
    text-transform: capitalize;
    font-weight: 600;
}
/*CLOSING SECTION STYLE*/
.closing-section {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
    padding: 25px 0;
}
.closing-section > div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90%;
    position: relative;
    flex-direction: column;
    max-width: 1080px;
}
.closing-section .decoration-border-1 {
    border-color: #000;
}
.closing-section .decoration-cube-1 {
    margin-left: 8px;
}
.closing-section .decoration-inside-cube-1 {
    margin-left: 15px;
}
.closing-section-title {
    text-align: center;
    margin: 20px 0;
    color: #000;
}
.closing-section-subtitle {
    text-align: center;
    margin: 0;
    color: #000;
}
.closing-section-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 20px;
}
.closing-section-element {
    padding: 10px 15px;
    margin: 10px;
    border-radius: 10px;
    border: 2px solid #000000;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.closing-section-element img {
    width: 25px;
    height: auto;
    object-fit: contain;
    object-position: center;
    border-radius: 0;
}
.closing-section-element span {
    margin-left: 5px;
    color: #000000;
    font-size: 18px;
}
.closing-section-number {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
    text-align: center;
    font-size: 30px;
}
.closing-section-number a {
    color: #000000;
}
.closing-section-buttons {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
}
/*END OF CLOSING SECTION STYLE*/
footer {
    padding: 20px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1a1a1a;
    border-top: 5px solid #ffc527;
}
footer > div:first-of-type {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 90%;
    max-width: 1080px;
    text-align: center;
}
.footer-content {
    text-align: center;
    margin-bottom: 0;
    color: #fff;
}
.footer-contact-info {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    line-height: 1.4;
}
.footer-contact-info img {
    width: 18px;
    height: 18px;
    margin: 0 5px 0 10px;
    object-fit: contain;
    object-position: center;
    filter: invert(1);
    border-radius: 0;
}
.footer-contact-info a {
    color: #fff;
    padding: 5px;
}
#callnowbutton {
    display: none;
}
#booking-engin {
    position: fixed;
    left: 0px;
    z-index: 9999999;
    cursor: pointer;
    bottom: 10px;
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background: none;
    box-shadow: none;
    margin: 0px;
    padding: 0px;
}
#booking-engin .button-1 {
    height: auto;
    border-radius: 0 10px 10px 0;
}
@media screen and (max-width: 650px) {
    #callnowbutton {
        position: fixed;
        right: 10px;
        padding: 10px 20px;
        z-index: 9999;
        cursor: pointer;
        bottom: 10px;
        display: inline-block;
        background-color: rgb(129, 215, 66);
        color: rgb(255, 255, 255);
        text-decoration: none;
        border: none;
        transition: all 0.3s ease 0s;
        border-radius: 10px;
    }
    #callnowbutton a img {
        height: 2em;
    }
}
@media (min-width: 600px) {
    .scroll-down {
        display: block;
    }
    .about-img-section {
        width: 100%;
        margin-top: 20px;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        max-width: 600px;
    }
    .about-img {
        width: 80%;
    }
    .costum-border-2 {
        display: block;
        border: 5px solid #ffc527;
        position: absolute;
        right: 0;
        width: 90%;
        height: 70%;
        border-radius: 10px;
        z-index: 1;
    }
    .brand span {
        font-size: 25px;
    }
    .slider-section {
        height: calc(100vh + 50px);
        max-height: 650px;
        min-height: 590px;
    }
    .slider-section > div {
        align-items: flex-start;
    }
    .costum-border-1 {
        width: 65%;
        height: calc(59% + 20px);
        max-width: 350px;
    }
    .slider-content {
        align-self: flex-start;
        width: 100%;
        padding: 60px 0;
    }
    .slider-buttons {
        flex-direction: row;
        justify-content: flex-start;
    }
    .slider-info {
        align-items: flex-start;
        width: 95%;
    }
    .slider-cta {
        justify-content: flex-start;
    }
    .slider-cta a {
        text-align: left;
    }
    .slider-badges-container {
        justify-content: flex-start;
    }
    .area-served li {
        width: 50%;
    }
    /*SIMPLE PROCESS TABLET*/
    .simple-process-content p {
        font-size: 18px;
    }
    /*END OF SIMPLE PROCESS TABLET*/
    .area-served-costum-border {
        display: block;
        border: 5px solid #ffc527;
        position: absolute;
        left: 0;
        width: 90%;
        height: 70%;
        border-radius: 10px;
        z-index: 1;
    }
    .area-served-img {
        width: 80%;
    }
    .review-content {
        flex-direction: row;
        justify-content: space-between;
    }
    img.review-image {
        width: 49%;
    }
    .review-content p {
        width: 49%;
    }
}
@media screen and (min-width: 981px) {
    nav {
        flex-direction: row;
    }
    .brand {
        width: 38%;
        margin-left: 20px;
    }
    .brand a {
        justify-content: left;
    }
    nav .menu {
        position: inherit;
        align-items: center;
        margin: 0px;
    }
    .slider-section {
        height: calc(100vh - 70px);
        min-height: 450px;
    }
    .hamburger {
        display: none;
    }
    nav .menu {
        height: auto;
        background-color: transparent;
        flex-direction: row;
        justify-content: space-around;
        top: initial;
        left: initial;
        position: relative;
        width: auto;
        padding: 0px;
    }
    nav .menu li {
        margin: 0px 10px;
        padding: 0px;
    }
    nav .menu li a {
        color: #ffc527;
    }
    .brand {
        width: 100%;
    }
    nav .menu li:nth-of-type(7) {
        margin-bottom: 0px;
    }
    .costum-border-1 {
        height: calc(57% + 20px);
        max-width: 330px;
    }
    .slider-info {
        width: 96%;
        align-items: flex-start;
        margin-top: 10px;
    }
    .slider-cta {
        margin: 20px 0;
        justify-content: flex-start;
    }
    .slider-cta a {
        font-size: 32px;
        text-align: left;
    }
    .slider-badges-container {
        justify-content: flex-start;
    }
    .icons {
        width: 13%;
    }
    .about-section > div {
        flex-direction: row;
        justify-content: space-between;
        align-items: stretch;
    }
    .about-content-section {
        width: 49%;
    }
    .about-img-section {
        width: 49%;
    }
    .about-img {
        width: 80%;
        height: 65%;
    }
    .costum-border-2 {
        height: 45%;
    }
    .email-form > div {
        align-items: center;
    }
    .contact-form-title {
        align-items: flex-end;
        margin-right: 10%;
    }
    .contact-form-title .decoration-cube-1 {
        margin-left: auto;
        margin-right: 5px;
    }
    .contact-form-title .decoration-inside-cube-1 {
        margin-left: auto;
        margin-right: 10px;
    }
    .email-form h2 {
        text-align: right;
    }
    .contact-form .form-row {
        justify-content: flex-end;
    }
    .features-content {
        width: 50%;
        border-radius: 10px 0 0 10px;
        align-items: flex-start;
    }
    .features-section {
        flex-direction: row;
    }
    .srvElement {
        display: flex;
        flex-direction: column;
        /* margin: 30px 10px 20px; */
    }
    .srvBlock {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        max-width: 1280px;
        margin: 0px auto;
        align-items: stretch;
    }
    .srvElementBody {
        height: 100%;
    }
    .srvElementContent {
        height: 100%;
    }
    .email-form {
        align-items: flex-end;
        max-width: 50%;
    }
    /*SIMPLE PROCESS DESKTOP*/
    .simple-process-content h3 {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .simple-process-content p {
        font-size: 18px;
    }
    /*END OF SIMPLE PROCESS DESKTOP*/
    .trust-statement {
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
    }
    .trust-statement-image {
        margin: 0 10px 0 0;
        width: 26%;
        justify-content: flex-start;
    }
    .trust-statement-text {
        text-align: left;
        width: 73%;
    }
    .area-served-section > div {
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: stretch;
    }
    .area-served-content {
        width: 49%;
        align-items: flex-start;
    }
    .area-served-section .decoration-cube-1 {
        margin-left: 14px;
    }
    .area-served-section .decoration-inside-cube-1 {
        margin-left: 27px;
    }
    .area-served-title {
        text-align: left;
    }
    .area-served-subtitle {
        text-align: left;
    }
    .area-served-text {
        text-align: left;
    }
    .area-served-costum-border {
        height: 50%;
    }
    .area-served-image {
        width: 49%;
    }
    .area-served-img {
        height: 70%;
    }
}
@media (min-width: 769px) and (max-width: 1034.9px) {
    html {
        scroll-padding-top: 25%;
    }
}
