body {
    color: #EEEEEE;
    background: #1c1c1c;
    font-family: "Fira Sans", Arial, Helvetica, sans-serif;
    margin: 0px;
    display: flex;
    flex-direction: column;
    font-size: 16px;
    font-weight: 400;
    overflow-x: hidden;
    line-height: 1.4;
    position: relative;
}
html {
    scroll-padding-top: 12%;
    scroll-behavior: smooth;
    overflow-x: hidden;
}
a {
    text-decoration: none;
}
a[href^="tel:"] {
  white-space: nowrap;
}
p,
li {
    color: #EEEEEE;
}
h1,
h2,
h3,
h4 {
    font-family: "Archivo Narrow", sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: 1.2;
    color: #fff;
}
h1 {
    font-size: 30px;
}
h2 {
    font-size: 25px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0px;
    text-align: center;
}
h3 {
    font-size: 21px;
}
@media (min-width: 600px) {
    h1 {
        font-size: 40px;
    }
    h2 {
        font-size: 30px;
    }
    h3 {
        font-size: 25px;
    }
}
@media (min-width: 981px) {
    h1 {
        font-size: 50px;
    }
    h2 {
        font-size: 40px;
    }
    h3 {
        font-size: 32px;
    }
}
* {
    box-sizing: border-box;
}
/*NAVIGATION STYLE*/
header {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    width: 100%;
    height: auto;
    z-index: 9999;
}
.hamburger {
    display: flex;
    z-index: 99999;
    align-items: center;
    justify-content: flex-end;
    height: 35px;
    width: 35px;
    transition: all 0.2s ease 0s;
    position: relative;
}
.line {
    transition: all 0.5s ease 0s;
    stroke-width: 4px;
    stroke: #fff;
}
.lineTop {
    stroke-dasharray: 40, 40;
    stroke-dashoffset: 25;
}
.lineBottom {
    stroke-dasharray: 40, 40;
    stroke-dashoffset: 60;
}
.lineMid {
    stroke-dasharray: 40, 40;
}
.hamburger.open .lineTop {
    stroke-dashoffset: 0;
    transform-origin: left center;
    transform: rotateZ(45deg) translate(-7px, -5px);
}
.hamburger.open .lineMid {
    stroke-dashoffset: 40;
}
.hamburger.open .lineBottom {
    stroke-dashoffset: 0;
    transform-origin: left center;
    transform: rotateZ(-45deg) translate(-5px, 5px);
}
nav {
    display: flex;
    position: relative;
    width: 100%;
    flex-direction: column;
    z-index: 9999;
    justify-content: center;
    align-items: center;
    padding: 10px 0px;
    transition: 0.5s;
    background: #373737;
}
nav.scrolled {
    position: fixed;
    top: 0px;
    margin: 0px;
    z-index: 9999;
    animation: 0.3s ease 0s 1 normal none running slideDown;
    box-shadow: 0 0 5px 0 #000;
    background: #1c1c1c;
}
.navigation-section {
    width: 95%;
    display: flex;
    flex-flow: wrap;
    align-items: center;
    height: auto;
    max-width: 1280px;
    justify-content: center;
}
.navigation {
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between;
    height: 100%;
}
nav .menu-section {
    flex-direction: column;
    display: flex;
    width: 60vw;
    min-height: 450px;
    height: 101vh;
    background: #ffffff;
    position: absolute;
    top: -18%;
    right: -4%;
    padding-right: 5%;
    z-index: 9998;
    align-items: center;
    transform: translateX(100%);
    transition: transform 0.5s ease-in-out 0s;
    justify-content: center;
    background: #1c1c1c;
    overflow: hidden;
}
nav .menu-section.active {
    transform: translateX(0px);
    z-index: 9998;
    overflow-x: hidden;
    overflow-y: scroll;
}
nav .menu {
    align-items: flex-end;
    flex-direction: column;
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0px;
}
nav .menu li {
    margin: 0px;
    text-align: center;
    padding: 10px 0px;
    list-style: none;
}
nav .menu li a {
    text-decoration: none;
    font-weight: 500;
    color: #fff;
    margin-left: 0;
    margin-right: 0;
}
.brand,
.brand-logo {
    width: auto;
    text-wrap: wrap;
    z-index: 3;
    align-items: center;
    display: flex;
    justify-content: flex-start;
    position: relative;
}
.brand a,
.brand-logo a {
    text-decoration: none;
    display: flex;
    flex-direction: row;
    position: relative;
    justify-content: flex-start;
    align-items: center;
    z-index: 3;
    width: 100%;
}
.brand span {
    font-size: 25px;
    font-family: "Archivo Narrow", sans-serif;
    font-weight: 600;
    font-style: normal;
    position: relative;
    color: #fff;
    text-align: left;
    width: 100%;
}
.brand-logo img {
    width: 180px;
    height: auto;
    filter: drop-shadow(0 0 5px #000000c9);
}
.navigation-buttons {
    width: 11%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: column;
}
/*END OF NAVIGATION STYLE*/
/*SLIDER STYLE*/
.slider-section {
    position: relative;
    width: 100%;
    height: calc(100vh + 350px);
    align-items: center;
    display: flex;
    z-index: 0;
    flex-direction: column;
    justify-content: center;
    min-height: 890px;
    max-height: 895px;
    background: #373737;
}
.slider {
    display: flex;
    flex-direction: column;
    width: 95%;
    position: relative;
    max-width: 1280px;
    z-index: 4;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.slider-content {
    position: relative;
    z-index: 3;
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 100px;
}
.slider-text {
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    z-index: 2;
    opacity: 0;
}
#title-h1 {
    margin: 0px;
    position: relative;
    font-weight: 700;
    color: #fff;
    z-index: 3;
    text-shadow: #00000082 0px 0px 5px;
    text-align: center;
    width: 100%;
    opacity: 0;
    order: 1;
}
.animation-text {
    margin: 0;
    position: relative;
    z-index: 3;
    color: #fff;
    font-size: 18px;
    text-align: center;
    text-shadow: #000 0px 0px 5px;
    width: 100%;
    text-transform: capitalize;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.animation-text > div {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin: 8px 8px 8px 13px;
    position: relative;
    z-index: 0;
}
.animation-text-decoration {
    z-index: 1;
    position: absolute;
    border-top: 3px solid #e53e2b;
    border-left: 3px solid #e53e2b;
    width: 15px;
    height: 15px;
    top: -3px;
    left: -8px;
    max-height: none;
}
.animation-text-decoration::before {
    content: '';
    z-index: 1;
    position: absolute;
    border-right: 3px solid #e53e2b;
    width: 15px;
    height: 6px;
    top: -2px;
    left: -4px;
}
.animation-text-decoration::after {
    content: '';
    z-index: 1;
    position: absolute;
    border-bottom: 3px solid #e53e2b;
    width: 6px;
    height: 15px;
    top: -4px;
    left: -2px;
}
.animation-text > div span {
    z-index: 2;
    position: relative;
}
.headers-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    width: 100%;
}
.headers-buttons > div {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    align-content: center;
}
.button {
    position: relative;
    padding: 10px 15px;
    font-size: 18px;
    background: transparent;
    cursor: pointer;
    overflow: hidden;
    z-index: 1;
    font-weight: 500;
    margin: 5px;
    white-space: nowrap;
    display: block;
    border: 0;
}
.button::before {
    content: '';
    background: transparent;
    position: absolute;
    left: 0px;
    top: 1px;
    clip-path: polygon(0% 0%, 45% 0%, 100% 100%, 0% 100%);
    height: calc(100% - 4px);
    width: 60%;
    border: 2px solid #e53e2b;
}
.button::after {
    content: '';
    background: transparent;
    position: absolute;
    right: 0;
    top: 1px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 55% 100%);
    height: calc(100% - 4px);
    width: 60%;
    border: 2px solid #e53e2b;
}
.button-text {
    z-index: 2;
    font-size: 16px;
    letter-spacing: 0.2px;
    position: relative;
    line-height: 1.4;
    color: #fff;
    font-weight: 600;
    transition: 0.5s;
    text-shadow: 0 0 5px #00000078;
}
.button-animation {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 1;
}
.button-animation::before {
    content: "";
    display: block;
    position: absolute;
    background: transparent;
    transition: all 0.3s;
    z-index: 3;
    clip-path: polygon(0% 0%, 45% 0%, 100% 100%, 55% 100%);
    top: 0;
    height: 100%;
    width: 46%;
    left: 27%;
}
.button:hover .button-animation::before {
    width: 100%;
    background: #e53e2b;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    left: 0;
}
.button:hover .button-text{
    color: #fff;
    text-shadow: 0 0 5px #00000078;
}
.button:active .button-animation::before {
    background: #e53e2b;
}
.button-1 {
    position: relative;
    padding: 10px 15px;
    font-size: 18px;
    background: transparent;
    cursor: pointer;
    overflow: hidden;
    z-index: 1;
    font-weight: 500;
    margin: 5px;
    white-space: nowrap;
    display: block;
}
.button-1::before {
    content: '';
    background: transparent;
    position: absolute;
    left: 0px;
    top: 1px;
    clip-path: polygon(0% 0%, 45% 0%, 100% 100%, 0% 100%);
    height: calc(100% - 4px);
    width: 60%;
    border: 2px solid #e53e2b;
}
.button-1::after {
    content: '';
    background: transparent;
    position: absolute;
    right: 0;
    top: 1px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 55% 100%);
    height: calc(100% - 4px);
    width: 60%;
    border: 2px solid #e53e2b;
}
.button-1-text {
    z-index: 2;
    font-size: 16px;
    letter-spacing: 0.2px;
    position: relative;
    line-height: 1.4;
    color: #fff;
    font-weight: 600;
    transition: 0.5s;
    text-shadow: 0 0 5px #00000078;
}
.button-1-animation {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 1;
}
.button-1-animation::before {
    content: "";
    display: block;
    position: absolute;
    background: transparent;
    transition: all 0.3s;
    z-index: 3;
    clip-path: polygon(0% 0%, 45% 0%, 100% 100%, 55% 100%);
    top: 0;
    height: 100%;
    width: 46%;
    left: 27%;
}
.button-1:hover .button-1-animation::before {
    width: 100%;
    background: #e53e2b;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    left: 0;
}
.button-1:hover .button-1-text{
    color: #000;
    text-shadow: 0 0 5px #ffffff78;
}
.button-1:active .button-1-animation::before {
    background: #e53e2b;
}
.button-2 {
    position: relative;
    padding: 10px 15px;
    font-size: 18px;
    background: transparent;
    cursor: pointer;
    overflow: hidden;
    z-index: 1;
    font-weight: 500;
    margin: 5px;
    white-space: nowrap;
    display: block;
}
.button-2::before {
    content: '';
    background: transparent;
    position: absolute;
    left: 0px;
    top: 1px;
    clip-path: polygon(0% 0%, 45% 0%, 100% 100%, 0% 100%);
    height: calc(100% - 4px);
    width: 60%;
    border: 2px solid #eeeeee;
}
.button-2::after {
    content: '';
    background: transparent;
    position: absolute;
    right: 0;
    top: 1px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 55% 100%);
    height: calc(100% - 4px);
    width: 60%;
    border: 2px solid #eeeeee;
}
.button-2-text {
    z-index: 2;
    font-size: 16px;
    letter-spacing: 0.2px;
    position: relative;
    line-height: 1.4;
    color: #fff;
    font-weight: 600;
    transition: 0.5s;
    text-shadow: 0 0 5px #00000078;
}
.button-2-animation {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 1;
}
.button-2-animation::before {
    content: "";
    display: block;
    position: absolute;
    background: transparent;
    transition: all 0.3s;
    z-index: 3;
    clip-path: polygon(0% 0%, 45% 0%, 100% 100%, 55% 100%);
    top: 0;
    height: 100%;
    width: 46%;
    left: 27%;
}
.button-2:hover .button-1-animation::before {
    width: 100%;
    background: #eeeeee;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    left: 0;
}
.button-2:hover .button-1-text{
    color: #000;
    text-shadow: 0 0 5px #ffffff78;
}
.button-2:active .button-1-animation::before {
    background: #eeeeee;
}
.slider-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    opacity: 0;
}
.badges-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    order: 2;
}
.badge-holder {
    margin: 5px;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    background: transparent;
    background-image: linear-gradient(to bottom, #e53e2b 50%, transparent 50%);
    background-size: 100% 200%;
    background-position: 0% -100%;
    transition: background-position 0.5s ease;
    border-bottom: 2px solid #e53e2b;
}
.badge-holder:hover {
    background-position: 0% 0%;
}
.badge-holder span {
    text-align: center;
    color: #fff;
    transition: 0.5s;
    text-transform: capitalize;
}
.badge-holder:hover span {
    color: #000;
}
.slider-cta {
    margin: 10px 0;
    width: 95%;
    order: 2;
    font-size: 18px;
}
a.button.hero-btn {
    order: 3;
    margin-top: 30px;
}
.slider-cta a {
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    text-decoration: underline;
    text-shadow: 0 0 5px #000;
}
.slider-section-image {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    margin: 10% 0 20px;
    max-width: 660px;
    opacity: 0;
}
.slider-section-image-border {
    z-index: 1;
    position: absolute;
    border-top: 3px solid #e53e2b;
    border-right: 3px solid #e53e2b;
    width: 20%;
    height: 30%;
    top: -12%;
    right: 0;
}
.slider-section-image-border::before {
    content: '';
    z-index: 1;
    position: absolute;
    border-left: 3px solid #e53e2b;
    width: 100%;
    height: 32%;
    top: -2px;
    right: -2px;
}
.slider-section-image-border::after {
    content: '';
    z-index: 1;
    position: absolute;
    border-bottom: 3px solid #e53e2b;
    width: 30%;
    height: 100%;
    top: -2px;
    right: -2px;
}
.slider-section-image img {
    width: 91%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: relative;
}
.scroll-down {
    position: absolute;
    z-index: 5;
    right: 0;
    bottom: 25px;
}
.scroll-down img {
    height: 80px;
    transform: rotate(0deg);
    animation: 1.5s ease 0s infinite normal none running scroll-down-button;
    filter: drop-shadow(0 0 6px #000);
}
@-webkit-keyframes scroll-down-button {
    0% {
        transform: rotate(0deg) translate(0px, 0px);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: rotate(0deg) translate(0px, 20px);
        opacity: 0;
    }
}
@keyframes scroll-down-button {
    0% {
        transform: rotate(0deg) translate(0px, 0px);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: rotate(0deg) translate(0px, 20px);
        opacity: 0;
    }
}
/*END OF SLIDER STYLE*/
/*END OF BENEFITS STYLE*/
.benefits-section {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
    padding: 50px 0;
    background: #1c1c1c;
}
.benefits-section > div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 95%;
    position: relative;
    flex-direction: column;
    max-width: 1280px;
}
.benefits-section > div > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
    cursor: pointer;
}
.benefits-titles {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}
.subtitle {
  color: #e53e2b;
    margin-bottom: 5px;
    font-weight: 500;
    text-align: center;
    opacity: 0;
}
.area-served-titles .subtitle {
    color: #e53e2b;
    width: 100%;
}
.title {
    text-align: center;
    color: #ffffff;
    opacity: 0;
}

.benefits-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.benefit-element {
    display: flex;
    flex-direction: column;
    width: 250px;
    align-items: center;
    /* width: auto; */
    margin: 15px;
    justify-content: center;
    background: transparent;
    background-image: linear-gradient(to bottom, #e53e2b 50%, transparent 50%);
    background-size: 100% 200%;
    background-position: 0% -100%;
    transition: background-position 0.5s ease;
    padding: 10px;
}
.benefit-text p span {
    display: block;
    border-bottom: 2px solid #e53e2b;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.benefit-element:hover {
    background-position: 0% 0%;
}
.benefit-element:hover .benefit-text p span{
    border-bottom: 2px solid #fff;
}
.benefit-image {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
}
.benefit-image svg {
    width: 80px;
    height: 100%;
    margin-bottom: 10px;
}
.benefit-image svg g {
    fill: #e53e2b;
    transition: 0.5s;
}
.benefit-element:hover .benefit-image svg g {
    fill: #fff;
}
.benefit-text {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.benefit-text p {
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    margin: 5px 0 0;
    text-transform: capitalize;
    color: #fff;
    transition: 0.5s;
    width: 100%;
}
.benefit-element:hover  .benefit-text p {
    color: #fff;
}
/*END OF BENEFITS STYLE*/
/*END OF SERVICES STYLE*/
.services-section {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
    padding: 50px 0;
    background: #373737;
}
.services-section > div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 95%;
    position: relative;
    flex-direction: column;
    max-width: 1280px;
}
.services-titles {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    width: 100%;
}
.service-subtitle {
    text-align: center;
    margin-bottom: 0;
    opacity: 0;
}
.services-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.srvSwiper {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px !important;
}
.srvSwiper > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    cursor: pointer;
}
.srvSwiper .swiper-wrapper {
    display: flex;
    align-items: stretch;
}
.srvSwiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    overflow: hidden;
    padding: 20px 0;
}
.srvSwiper .swiper-slide > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    cursor: pointer;
}
.service-element {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: auto;
    position: relative;
    margin: 15px;
    max-width: 500px;
    /*Uncommend this if you the services aren't with swiper*/
    overflow: hidden;
    height: 100%;
    overflow: hidden;
    box-shadow: 0 0 15px #00000000;
    transition: 0.5s;
}
.service-element:hover {
    box-shadow: 0 0 15px #e53e2bbd;
}
.service-element::before {
    content: "";
    display: block;
    position: absolute;
    width: 0%;
    height: 120%;
    background: #e53e2b;
    top: 0;
    right: 0%;
    transform: translate(-50%, -50%) rotate(-47deg);
    z-index: 3;
    transition: 0.5s;
    box-shadow: 0 0 15px #00000000;
}
.service-element:hover::before {
    width: 17%;
    top: -5%;
    box-shadow: 0 0 15px #000000;
    max-width: 60px;
}
.service-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
    z-index: 0;
    border: 3px solid #e53e2b;
    border-bottom: 0;
    height: 100%;
}
.service-image::before {
    content: '';
    background: linear-gradient(to top, #000 10%, #00000017 55%, transparent 87%);
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    z-index: 2;
}
.service-image span {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 3;
}
.service-image span::before {
    content: "";
    display: block;
    position: absolute;
    width: 8%;
    height: 120%;
    background: #373737;
    top: 15%;
    right: -3%;
    transform: translate(-50%, -50%) rotate(-47deg);
    max-width: 30px;
}
.service-image > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    max-height: 250px;
    z-index: 1;
}
.service-title {
    font-weight: 400;
    text-align: center;
    position: absolute;
    z-index: 3;
    bottom: 5px;
    left: 10px;
    right: 10px;
    margin: 0;
    text-shadow: 0 0 5px #000;
    color: #e53e2b;
}
.service-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    background: #000000;
    padding: 5px 10px 10px;
    border: 3px solid #e53e2b;
    border-top: 0;
    position: relative;
    height: 100%;
}
.service-content span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 1;
}
.service-text {
    text-align: justify;
    margin: 0;
    z-index: 2;
    text-shadow: 0 0 5px #1c1c1c;
    height: 100%;
}
div.srv-swiper-button-next {
    top: auto !important;
    bottom: 0;
    right: calc(50% - 50px) !important;
    background: #e53e2b;
    border: 2px solid #e53e2b;
    width: 40px !important;
    transition: 0.5s;
}
div.srv-swiper-button-prev {
    top: auto !important;
    bottom: 0;
    left: calc(50% - 50px) !important;
    background: #e53e2b;
    border: 2px solid #e53e2b;
    width: 40px !important;
    transition: 0.5s;
}
div.srv-swiper-button-next:hover, div.srv-swiper-button-prev:hover {
    background: #fff;
    border-color: #fff;
}
div.srv-swiper-button-next::after, div.srv-swiper-button-prev::after {
    position: relative;
    color: #fff;
    font-size: 25px !important;
}
.srv-swiper-button-next:hover::after, .srv-swiper-button-prev:hover::after {
    color: #1c1c1c;
}
/*END OF SERVICES STYLE*/
/*SOCIAL PROOF STYLE*/
.review-section {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
    padding: 50px 0;
}
.review-section > div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 95%;
    position: relative;
    flex-direction: column;
    max-width: 1280px;
}
.review-titles {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    width: 100%;
}
.review-section h2 span {
    color: #E6B825;
}
div.ReviewSwiper {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 28px;
    max-width: 550px;
}
.ReviewSwiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    height: auto;
}
.ReviewSwiper .swiper-slide > div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    height: 100%;
    /* max-width: 500px; */
}
.review-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 100%;
    max-height: 237px;
}
.review-image::before {
    content: "";
    display: block;
    position: absolute;
    width: 0%;
    height: 120%;
    background: #e53e2b;
    top: 0;
    left: 0%;
    transform: translate(-50%, -50%) rotate(220deg);
    z-index: 3;
    transition: 0.5s;
    box-shadow: 0 0 15px #00000000;
    z-index: 5;
}
.swiper-slide > div:hover:hover .review-image::before {
    width: 24%;
    top: 16%;
    box-shadow: 0 0 15px #000000;
    max-width: 63px;
}
.review-image span {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 3;
}
img.testimonials-img {
    object-position: center bottom !important;
}
.review-image span::before {
    content: "";
    display: block;
    position: absolute;
    width: 8%;
    height: 300%;
    background: #1c1c1c;
    top: 20%;
    left: 2%;
    transform: translate(-50%, -50%) rotate(220deg);
    transition: all 0.3s;
    max-width: 30px;
}
.review-image img {
    width: 100%;
    height: 100%;
    min-height: 237px;
    object-fit: cover;
    object-position: center center;
    border: 2px solid #e53e2b;
}
.review-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 20px 10px 0;
    height: 100%;
    background: transparent;
    background-image: linear-gradient(to bottom, #fff 50%, transparent 50%);
    background-size: 100% 200%;
    background-position: 0% -100%;
    transition: background-position 0.5s ease, border 0.5s ease;
    border-bottom: 2px solid #fff;
}
.swiper-slide > div:hover .review-content {
    background-position: 0% 0%;
    border-bottom: 2px solid #1c1c1c;
}
.review-stars {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.review-stars span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    margin: 0 2px;
}
.review-stars svg {
    width: 100%;
    height: 100%;
}
.review-stars svg g {
    fill: #e53e2b;
    transition: 0.5s;
}
.swiper-slide > div:hover .review-stars svg g {
    fill: #000;
}
.review-text {
    text-align: justify;
    color: #fff;
    transition: 0.5s;
    min-height: 150px;
}
.swiper-slide > div:hover .review-text {
    color: #000;
}
.review-details {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    margin-bottom: 15px;
}
.review-details > div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.review-avatar {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 65px;
    height: 65px;
}
.review-avatar img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: bottom center;
    filter: drop-shadow(0 0 5px #00000000);
    transition: 0.5s;
}
.swiper-slide > div:hover .review-avatar img {
    filter: drop-shadow(0 0 1.5px #000000);
}
.review-author {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 15px;
    justify-content: center;
}
.review-name {
    margin: 0;
    text-align: left;
    transition: 0.5s;
    color: #fff;
}
.swiper-slide > div:hover .review-name {
    color: #000;
}
.review-area {
    margin: 0;
    text-align: left;
    color: #fff;
    transition: 0.5s;
}
.swiper-slide > div:hover .review-area {
    color: #000;
}
.review-details > img {
    width: 130px;
    height: auto;
    margin-top: 10px;
    filter: drop-shadow(0 0 5px #00000000);
    transition: 0.5s;
}
.swiper-slide > div:hover .review-details > img {
    filter: drop-shadow(0 0 1.5px #000000);
}
div.review-swiper-button-next {
    right: 0px;
    width: auto;
    padding: 0;
    top: 54%;
}
.review-swiper-button-next::after, .review-swiper-button-prev::after {
    font-size: 30px !important;
    color: #e53e2b;
}
div.review-swiper-button-prev {
    left: 0;
    width: auto;
    padding: 0;
    top: 54%;
}
.trust-statement {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 20px;
    background: transparent;
    background-image: linear-gradient(to bottom, #e53e2b 50%, transparent 50%);
    background-size: 100% 200%;
    background-position: 0% -100%;
    transition: background-position 0.5s ease;
    border-bottom: 2px solid #e53e2b;
    padding: 10px;
}
.trust-statement:hover {
    background-position: 0% 0%;
}
.trust-statement-image {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    margin-bottom: 10px;
    color: #fff;
    transition: 0.5s;
}
.trust-statement:hover .trust-statement-image {
    color: #000;
}
.trust-statement-image span {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 2px solid #e53e2b;
    border-left: 2px solid #e53e2b;
    padding: 1px 2px;
    margin-right: 10px;
    text-align: left;
    transition: 0.5s;
}
.trust-statement:hover .trust-statement-image span {
    border-color: #000;
}
.trust-statement-image svg {
    object-fit: contain;
    object-position: center;
    width: 15px;
    height: 15px;
}
.trust-statement-image svg g {
    fill: #e53e2b;
    transition: 0.5s;
}
.trust-statement:hover .trust-statement-image svg g {
    fill: #000;
}
.trust-statement-text {
    text-align: center;
    text-transform: capitalize;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    position: relative;
}
.trust-statement-text > div {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin: 8px 8px 8px 13px;
    position: relative;
    z-index: 0;
}
.trust-statement-text-decoration {
    z-index: 1;
    position: absolute;
    border-top: 3px solid #e53e2b;
    border-left: 3px solid #e53e2b;
    width: 15px;
    height: 15px;
    top: -3px;
    left: -8px;
    max-height: none;
    transition: 0.5s;
}
.trust-statement:hover .trust-statement-text-decoration {
    border-color: #000000;
}
.trust-statement-text-decoration::before {
    content: '';
    z-index: 1;
    position: absolute;
    border-right: 3px solid #e53e2b;
    width: 15px;
    height: 6px;
    top: -2px;
    left: -4px;
    transition: 0.5s;
}
.trust-statement:hover .trust-statement-text-decoration::before {
    border-color: #000000;
}
.trust-statement-text-decoration::after {
    content: '';
    z-index: 1;
    position: absolute;
    border-bottom: 3px solid #e53e2b;
    width: 6px;
    height: 15px;
    top: -4px;
    left: -2px;
    transition: 0.5s;
}
.trust-statement:hover .trust-statement-text-decoration::after {
    border-color: #000000;
}
.trust-statement-text > div span {
    z-index: 2;
    position: relative;
    color: #fff;
    transition: 0.5s;
}
.trust-statement:hover .trust-statement-text > div span {
    color: #000;
}
/*END OF SOCIAL PROOF STYLE*/
/*SIMPLE PROCESS SECTION STYLE*/
.simple-process-section {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
    padding: 50px 0;
    background: #373737;
}
.simple-process-section > div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 95%;
    position: relative;
    flex-direction: column;
    max-width: 1280px;
}
.simple-process-titles {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    width: 100%;
    position: relative;
}
.simple-process-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 10%;
}
.simple-process-element {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 15px;
    width: 100%;
    position: relative;
}
.simple-process-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    background: #373737;
}

.simple-process-content h2 {
    font-weight: 400;
    text-align: center;
    margin: 10px 0;
    position: relative;
}

.simple-process-content p {
    text-align: justify;
    margin: 0;
}
.simple-process-image {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    position: relative;
    max-width: 600px;
}
.simple-process-border {
    z-index: 1;
    position: absolute;
    border-top: 3px solid #e53e2b;
    border-left: 3px solid #e53e2b;
    width: 20%;
    height: 30%;
    top: -12%;
    left: 0;
}
.simple-process-border::before {
    content: '';
    z-index: 1;
    position: absolute;
    border-right: 3px solid #e53e2b;
    width: 100%;
    height: 32%;
    top: -2px;
    left: -2px;
}
.simple-process-border::after {
    content: '';
    z-index: 1;
    position: absolute;
    border-bottom: 3px solid #e53e2b;
    width: 16%;
    height: 100%;
    top: -2px;
    left: -2px;
}
.simple-process-image picture {
    width: 95%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    max-height: 500px;
    z-index: 2;
}
.simple-process-image picture img {
    width: 95%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    max-height: 500px;
    z-index: 2;
}
/*END OF SIMPLE PROCESS SECTION STYLE*/
/*GALLERY SECTION STYLE*/
.gallery-section {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
    padding: 50px 0;
}
.gallery-section > div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 95%;
    position: relative;
    flex-direction: column;
    max-width: 1280px;
}
.gallery-titles {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    width: 100%;
}
.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;
}
div.gallery-swiper-button-prev::after, div.gallery-swiper-button-next::after {
    font-size: 35px;
    color: #e53e2b;
    font-weight: 600;
}
div.gallery-swiper-pagination {
    display: none;
}
/*END OF GALLERY SECTION STYLE*/
/*CONTACT FORM STYLE*/
.contact-section {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
    padding: 50px 0;
    z-index: 1;
    background: #373737;
}
.contact-section > div {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-direction: column;
    width: 95%;
    max-width: 1280px;
}
.contact-benefits {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.contact-titles {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    width: 100%;
}
.contact-subtitle {
    text-align: center;
    opacity: 0;
}
.contact-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    margin-bottom: 35px;
}
.contact-benefits h3 {
    margin-top: 0;
    color: #fff;
    text-align: center;
}
.contact-benefits ul {
    margin: 0;
    color: #fff;
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.contact-benefits li {
    text-align: left;
    color: #fff;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin: 3px 0;
}
.contact-benefits li svg {
    width: 42px;
    height: 28px;
    margin-right: 5px;
}
.contact-benefits li svg g {
    fill: #e53e2b;
}
.contact-last-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.contact-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 10px 0 30px;
}
.contact-form-content {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
    z-index: 2;
}
.contact-form {
    position: relative;
    width: 100%;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    max-width: 600px;
}
.contact-form h3 {
    text-align: center;
    margin: 0 0 10px;
}
.contact-form > p {
    text-align: center;
    margin: 0 0 20px;
}
.contact-form form {
    position: relative;
    width: 100%;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 20px;
    margin-top: 15px;
}
.contact-form .form-row {
    margin-bottom: 24px;
    width: 100%;
    position: relative;
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-direction: column;
}
/* CAPTCHA */
.checkbox-captcha {
    pointer-events: auto !important;
    position: relative !important;
    display: flex !important;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    border: none;
    border-bottom: 1px solid #e53e2b;
    background: #00000000;
    color: #fff;
    accent-color: #e53e2b !important;
    padding: 10px 10px 10px 5px !important;
    border-radius: 0px;
    font-size: 14px;
    left: 0 !important;
    transform: unset !important;
    width: 100% !important;
}
.checkbox-captcha input[type="checkbox"] {
    cursor: pointer;
    width: 16px;
    height: 16px;
}

.contact-form .form-row.submit-btn {
    width: auto;
    margin: 0px;
}
.input {
    padding: 10px 10px 10px 5px;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #e53e2b;
    background: #00000000;
    color: #fff;
}
.input:-webkit-autofill,
.input:-webkit-autofill:hover,
.input:-webkit-autofill:focus,
.input:-webkit-autofill:active {
    background-color: #373737 !important;
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #ffffff !important;
}
.contact-form textarea:focus::placeholder, .contact-form textarea:valid::placeholder {
    color: #EEEEEE;
}
.contact-form textarea {
    resize: none;
}
.contact-form textarea::placeholder,.contact-form input::placeholder {
    visibility: hidden;
}
.contact-form textarea:focus::placeholder, .contact-form input:focus::placeholder {
    visibility: visible;
}
.contact-form .form-row label {
    color: #ffffff;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
}
.contact-form input:focus, .contact-form textarea:focus {
    outline: none;
}
label {
    color: #EEEEEE;
    font-size: 16px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 10px;
    transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -webkit-transition: 0.5s ease all;
}
.input:focus ~ label, .input:valid ~ label, .input:not(:placeholder-shown) ~ label,
.textarea:focus ~ label, .textarea:valid ~ label, .textarea:not(:placeholder-shown) ~ label {
    top: -18px;
    font-size: 14px;
    color: #e53e2b;
}
.contact-content img {
    width: 100%;
    max-width: 600px;
    position: relative;
    border: 5px solid #373737;
}
.bar {
    position: relative;
    display: block;
    width: 100%;
}
.bar:before, .bar:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #e53e2b;
    transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -webkit-transition: 0.5s ease all;
}
.bar:before {
    left: 50%;
}
.bar:after {
    right: 50%;
}
.input:focus ~ .bar:before, .input:focus ~ .bar:after {
    width: 150%;
}
.highlight {
    position: absolute;
    height: 60%;
    width: 100%;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}
.input:focus ~ .highlight {
    animation: inputHighlighter 0.5s ease;
}
@keyframes inputHighlighter {
    from {
        background: #e53e2b;
    }

    to {
        width: 0;
        background: transparent;
    }
}
.contact-form-ctas {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
}
.contact-form-ctas p:first-of-type {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.contact-form-ctas p:last-of-type {
    margin: 10px 0;
    font-size: 18px;
    text-align: center;
}
.contact-form-ctas p a {
    color: #ffffff;
    font-size: 20px;
}
.contact-form-ctas p:last-of-type a {
    color: #fff;
    font-weight: 500;
    font-size: 24px;
    text-decoration: underline;
}
/*END OF CONTACT FORM STYLE*/
/*AREA SERVED STYLE*/
.area-served-section {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
    padding: 50px 0;
}
.area-served-section > div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 95%;
    position: relative;
    flex-direction: column;
    max-width: 1280px;
}
.area-served-images {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
}
.area-served-images::before {
    content: "";
    display: none;
    position: absolute;
}
.area-served-image {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    border: 3px solid #1c1c1c;
    transition: 0.5s;
}
.area-served-image:hover {
    border: 3px solid #e53e2b;
}
.area-served-image::before {
    content: "";
    display: block;
    position: absolute;
    width: 8%;
    height: 120%;
    background: #1c1c1c;
    top: 30%;
    left: -3%;
    transform: translate(-50%, -50%) rotate(220deg);
    transition: all 0.3s;
    max-width: 30px;
}
.area-served-image::after {
    content: "";
    display: block;
    position: absolute;
    width: 0%;
    height: 120%;
    background: #e53e2b;
    top: 0;
    left: 0%;
    transform: translate(-50%, -50%) rotate(220deg);
    z-index: 3;
    transition: 0.5s;
    box-shadow: 0 0 15px #00000000;
}
.area-served-image:hover::after {
    width: 22%;
    top: 10%;
    box-shadow: 0 0 15px #000000;
}
.area-served-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.area-served-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.area-served-titles {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    width: 100%;
}
.area-served-subtitle {
    text-align: justify;
    margin-bottom: 0;
  
}
.area-served-cities {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.area-served-city {
    margin: 10px 10px 10px 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.area-served-city svg {
    width: 65px;
    height: auto;
    margin-left: -33px;
    margin-bottom: -9px;
    transform: rotate(-13deg);
}
.area-served-city svg g {
    fill: #e53e2b;
}
.area-served-city p {
    margin: 0;
    margin-left: 5px;
    color: #fff;
    font-weight: 500;
}
.area-served-text {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 15px;
}
.area-served-text p {
    text-align: center;
    margin: 0;
}
/*END OF AREA SERVED STYLE*/

/*FAQ STYLE*/
.faq-section {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
    padding: 50px 0;
    background: #373737;
}
.faq-section > div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 95%;
    position: relative;
    flex-direction: column;
    max-width: 1280px;
}
.faq-titles {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    width: 100%;
}
.faq-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    border-radius: 10px;
}
.faq-row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    position: relative;
    margin-bottom: 15px;
}
.faq-title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    position: relative;
}
.faq-title::before {
    content: '';
    position: absolute;
    top: -19%;
    left: 0;
    border-right: 3px solid #e53e2b;
    width: 40px;
    height: 15px;
    z-index: 3;
}
.faq-title::after {
    content: '';
    position: absolute;
    top: -19%;
    left: 0;
    border-bottom: 3px solid #e53e2b;
    width: 20px;
    height: 90%;
    z-index: 3;
    min-height: 50px;
    max-height: 50px;
}
.faq-number {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 2;
    width: 40px;
    height: 90%;
    border-left: 3px solid #e53e2b;
    border-top: 3px solid #e53e2b;
    top: -19%;
    left: 0;
    min-height: 50px;
    max-height: 50px;
}
.faq-number div {
    font-size: 2.2em;
    color: #e53e2ba1;
    z-index: 2;
    position: absolute;
    top: 0;
    left: -31%;
    font-weight: 700;
    font-style: italic;
}
.faq-title h3 {
    margin: 0;
    margin-left: 27px;
    z-index: 4;
    align-self: flex-end;
}
.faq-link {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
}
.faq-link a {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    color: #fff;
}
.faq-link a span {
    color: #e53e2b;
}
.faq-content {}
.faq-content p {}
/*END OF FAQ STYLE*/
/*CLOSING SECTION STYLE*/
.closing-section {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
    padding: 50px 0;
    flex-direction: column;
    background: #1c1c1c;
}
.closing-section > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    max-height: 350px;
}
.closing-section > div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 95%;
    position: relative;
    flex-direction: column;
    max-width: 1280px;
}
.closing-section-content {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
    flex-direction: column;
}
.closing-section-titles {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    width: 100%;
}
.closing-section-subtitle {
    text-align: center;
    margin: 15px 0 0;
    color: #fff;
    opacity: 0;
}
.closing-section-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.closing-section-element {
    padding: 10px;
    margin: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: transparent;
    background-image: linear-gradient(to bottom, #e53e2b 47%, transparent 49%);
    background-size: 100% 200%;
    background-position: 0% -100%;
    transition: background-position 0.5s ease;
    border-bottom: 2px solid #e53e2b;
}
.closing-section-element:hover {
    background-position: 0% 0%;
    background-image: linear-gradient(to bottom, #e53e2b 50%, transparent 50%);
}
.closing-section-element svg {
    width: auto;
    height: 25px;
}
.closing-section-element svg g {
    transition: 0.5s;
    fill: #e53e2b;
}
.closing-section-element:hover svg g {
    fill: #000;
}
.closing-section-element span {
    margin-left: 5px;
    color: #fff;
    transition: 0.5s;
}
.closing-section-element:hover span {
    color: #000;
}
.closing-section-number {
    margin: 20px 0;
    font-size: 24px;
    text-align: justify;
}
.closing-section-number a {
    color: #fff;
    text-decoration: underline;
}
.closing-section-buttons {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
}
.closing-section-image {
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    width: 100%;
    max-width: 600px;
}
.closing-section-image::before {
    content: '';
    z-index: 1;
    position: absolute;
    border: 3px solid #e53e2b;
    width: 20%;
    height: 30%;
    top: -10%;
    right: 0;
}
.closing-section-image::after {
    content: '';
    z-index: 1;
    position: absolute;
    background: #1c1c1c;
    width: 20%;
    height: 30%;
    top: -2%;
    right: 3%;
}
.closing-section-image img {
    object-fit: cover;
    object-position: center;
    width: 95%;
    height: 100%;
    position: relative;
    z-index: 3;
    max-width: 600px;
}
/*END OF CLOSING SECTION STYLE*/
/*FOOTER STYLE*/
footer {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
    /* padding: 0 0 30px; */
    background: #1c1c1c;
}
footer > div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 95%;
    position: relative;
    flex-direction: column;
    max-width: 1280px;
    border-top: 2px solid #e53e2b;
    padding: 20px;
}

.footer-bottom-text {
    position: relative;
    z-index: 99999;
    text-align: center;
}

.footer-bottom-text::before {
    content: '';
    z-index: -1;
    position: absolute;
    border: 3px solid #e53e2b;
    width: 15px;
    height: 15px;
    top: -6px;
    left: -12px;
    max-height: none;
}
.footer-bottom-text::after {
    content: '';
    z-index: -1;
    position: absolute;
    background: #1c1c1c;
    width: 15px;
    height: 15px;
    top: 0px;
    left: -4px;
}
.footer-content {
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 15px 0;
}
.footer-content > div {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin: 10px 10px 10px 17px;
    position: relative;
    z-index: 0;
}
.footer-content > div::before {
    content: '';
    z-index: 1;
    position: absolute;
    border: 3px solid #e53e2b;
    width: 15px;
    height: 15px;
    top: -6px;
    left: -12px;
    max-height: none;
}
.footer-content > div::after {
    content: '';
    z-index: 1;
    position: absolute;
    background: #1c1c1c;
    width: 15px;
    height: 15px;
    top: 0px;
    left: -4px;
}
.footer-content > div span {
    z-index: 2;
    position: relative;
    text-align: left;
}
footer > div hr {
    margin: 0 0 5px;
    border-color: #e53e2b;
    width: 10%;
}
.footer-contact-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 1.4;
    margin-top: 0;
}
.footer-contact-info > div {
    white-space: nowrap;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-contact-info svg {
    width: 18px;
    height: 18px;
    margin: 0 0 0 10px;
}
.footer-contact-info svg g {
    fill: #e53e2b;
}
.footer-contact-info a {
    color: #ffffff;
    padding: 10px;
}
/*END OF FOOTER STYLE*/
#callnowbutton {
    display: none;
}
#booking-engin {
    position: fixed;
    left: 0px;
    z-index: 9999999;
    cursor: pointer;
    bottom: 15px;
    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-2 {
    margin: 0;
    backdrop-filter: blur(7px);
}
#booking-engin .button-2::after, #booking-engin .button-2::before {
    border-left: 0;
}
@keyframes riseRight {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
@keyframes riseLeft {
    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
@keyframes riseUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes slideDownFromTop {
    0% {
        opacity: 0;
        transform: translateY(-300%); 
    }
    100% {
        opacity: 1;
        transform: translateY(0); 
    }
}
@media (min-width: 600px) {
    /*SLIDER TABLET*/
    .slider-section {
        height: calc(100vh + 420px);
        min-height: 960px;
        max-height: 965px;
    }
    .slider-text > p {
        font-size: 20px;
    }
    .slider-cta a {
        /* font-size: 28px; */
    }
    .slider-section-image {
        margin-top: 7%;
    }
    /*END OF SLIDER TABLET*/
    /*SIMPLE PROCESS TABLET*/
    .simple-process-content p {
        font-size: 18px;
    }
    /*END OF SIMPLE PROCESS TABLET*/

    /*GALLERY TABLET*/
    .gallery-slide img {
        max-height: 250px;
    }
    /*END OF GALLERY TABLET*/

    /*CONTACT FORM TABLET*/
    .contact-form-buttons {
        flex-direction: row;
    }
    .contact-form-buttons .button {
        margin: 0 15px 0 0;
    }
    .contact-form-ctas p:last-of-type {
        font-size: 20px;
    }
    .contact-form-ctas p a {
        font-size: 23px;
    }
    .contact-form-ctas p:last-of-type a {
        font-size: 27px;
    }
    /*END OF CONTACT FORM TABLET*/

    /*AREA SERVED TABLET*/
    .area-served-images {
        flex-direction: row;
        justify-content: space-between;
        overflow: hidden;
    }
    .area-served-image {
        width: 47%;
    }
    /*END OF AREA SERVED TABLET*/

    /*CLOSIN SECTION TABLET*/
    .closing-section-number {
        font-size: 28px;
    }
    /*END OF CLOSIN SECTION TABLET*/
    .footer-contact-info {
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
    }
}
@media screen and (max-width: 650px) {
    #callnowbutton {
        position: fixed;
        right: 10px;
        padding: 10px 15px;
        z-index: 9999999;
        cursor: pointer;
        bottom: 10px;
        background-color: #e53e2b;
        color: #fff;
        text-decoration: none;
        border: none;
        transition: all 0.3s ease 0s;
        width: fit-content;
        height: fit-content;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }
    #callnowbutton a img {
        height: 35px;
        object-fit: contain;
        object-position: center;
        width: auto;
        filter: invert(1);
    }
}
@media (min-width: 981px) {
    /*NAVIGATION TABLET*/
    .hamburger {
        display: none;
    }
    nav {
        align-items: center;
    }
    .navigation-section {
        position: relative;
    }
    nav .menu-section {
        justify-content: center;
        right: auto;
        position: relative;
        width: auto;
        max-width: 625px;
        align-items: center;
        padding: 0px;
        margin: 0px;
        transform: none;
        top: auto;
        height: auto;
        z-index: 3;
        min-height: auto;
        max-height: none;
        background: transparent;
    }
    nav .menu {
        height: auto;
        flex-direction: row;
        margin: 0px;
        width: auto;
        position: relative;
        justify-content: flex-end;
        align-items: center;
    }
    nav .menu li {
        margin: 5px 7px;
        padding: 0px;
        width: auto;
    }
    nav .menu li .button, nav .menu li .button-2 {
        margin: 0;
    }
    .navigation {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    .brand {
        width: auto;
        justify-content: flex-start;
        flex-direction: row;
        align-items: center;
    }
    .brand a, .brand-logo a {
        width: auto;
    }
    .brand span {
        font-size: 30px;
        width: auto;
    }
    .navigation-buttons {
        display: none;
    }
    /*END OF NAVIGATION TABLET*/
    /*SLIDER DESKTOP*/
    .slider-section {
        height: calc(100vh + 120px);
        max-height: 680px;
        min-height: 680px;
    }
    .slider {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        padding-bottom: 20px;
    }
    #title-h1 {
        font-weight: 400;
        margin-bottom: 15px;
        text-align: left;
    }
    .slider-content {
        justify-content: space-between;
        flex-direction: row;
        margin-top: 40px;
        /* align-items: stretch; */
    }
    .slider-text {
        align-items: flex-start;
        margin-top: 15px;
        width: 95%;
    }
    .animation-text {
        justify-content: flex-start;
        margin-bottom: 10px;
    }
    .slider-text > p {
        font-size: 22px;
        margin: 10px 0 20px;
        text-align: right;
    }
    .slider-info {
        width: 49%;
        align-items: flex-start;
        max-width: 480px;
    }
    .slider-cta {
    text-align: left;
    }
    .slider-cta a {
        /* font-size: 32px; */
        /* text-align: left; */
    }
    .badges-container {
        justify-content: flex-start;
    }
    .slider-section-image {
        width: 49%;
        margin: 4% 0 0;
    }
    .headers-buttons > div {
        flex-direction: row;
        justify-content: flex-start;
    }
    .scroll-down {
        /* right: calc(50% - 20px); */
        /* bottom: 30px; */
    }
    /*END OF SLIDER DESKTOP*/
    .area-served-titles .subtitle,
.area-served-titles h2.title {
    text-align: left !important;
}

.simple-process-element:before {
    content: '';
    width: 49%;
    height: 50%;
    left: -50px;
    top: -9px;
    border: 3px solid #e53e2b;
    position: absolute;
    z-index: 0;
}
    .simple-process-image {
    max-width: unset;
}

    /*SERVICES DESKTOP*/
    .services-titles {
        align-items: flex-start;
    }
    .services-titles .subtitle {
        text-align: left;
    }
    .services-titles .title {
        text-align: left;
    }
    .services-titles .service-subtitle {
        text-align: left;
    }
    .services-container {
        flex-direction: row;
        align-items: stretch;
        flex-wrap: wrap;
        align-content: center;
    }
    .service-element {
        max-width: none;
        /*Uncommend this if the services aren't with swiper*/
        /* width: 46%; */
    }
    .service-image::before {
        background: linear-gradient(to top, #000 20%, #00000017 65%, transparent 100%);
    }
    .service-element:hover::before {
        max-width: 65px;
        width: 18%;
    }
    .service-image > img {
        max-width: none;
    }
    .service-content {
        align-items: flex-start;
        justify-content: flex-start;
    }
    .service-element .service-title {
        text-align: center;
        font-size: 32px !important;
        height: 77px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .service-element .service-text {
        text-align: justify;
        height: 245px;
    }
    /*END OF SERVICES DESKTOP*/
    div.ReviewSwiper {
        max-width: none;
    }
    /*CONTACT FORM DESKTOP*/
    .contact-form-ctas p:last-of-type {
        font-size: 22px;
    }
    /*END OF CONTACT FORM DESKTOP*/
    /*REVIEWS DESKTOP*/
    .review-content {
        align-items: flex-start;
    }
    .review-text {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        height: 100%;
    }
    .review-details {
        justify-content: space-between;
        flex-direction: row;
    }
    .review-details > div {
        justify-content: flex-start;
    }
    .review-details > img {
        margin-top: 0;
    }
    .ReviewSwiper .swiper-slide-next {
        padding-right: 0;
        padding-left: 0;
    }
    .ReviewSwiper .swiper-slide-duplicate-prev {
        padding-left: 0;
    }
    .ReviewSwiper .swiper-slide.swiper-slide-active {
        padding-right: 0;
    }
    .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%;
        justify-content: flex-start;
    }
    /*END OF REVIEWS DESKTOP*/
    /*SIMPLE PROCESS DESKTOP*/
    .simple-process-titles {
        align-items: flex-start;
        align-self: flex-start;
        width: 50%;
    }
    .simple-process-titles .subtitle {
        text-align: left;
    }
    .simple-process-titles .title {
        text-align: left;
    }
    .simple-process-container {
        align-items: stretch;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        align-self: flex-end;
        width: 95%;
        justify-content: space-between;
    }
    .simple-process-element {
        width: 45%;
        justify-content: flex-start;
        max-width: none;
        align-items: flex-start;
    }
    .simple-process-content {
        align-items: flex-start;
    }
    .simple-process-content h2 {
        min-height: 77px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        text-align: center;
        font-size: 32px;
    }
    .simple-process-content p {
        font-size: 18px;
        text-align: justify;
    }
    .simple-process-border {
        opacity: 0;
        transform: translateY(-50px);
    }
    .simple-process-section.is-visible .simple-process-border {
        animation: slideDownFromTop 1s ease-out 0.4s forwards; 
    }
    .simple-process-image img {
        max-height: 650px;
    }
    /*END OF SIMPLE PROCESS DESKTOP*/

    /*GALLERY DESKTOP*/
    div.gallery-swiper-pagination {
        position: static;
        display: inline-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: 22px;
        height: 8px;
        border-radius: 3px;
        margin: 5px !important;
        background-color: #e53e2b;
    }
    div.gallery-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: #e53e2b;
    }
    /*END OF GALLERY DESKTOP*/

    /*CONTACT FORM DESKTOP*/
    .contact-section > div {
        flex-direction: row;
        justify-content: space-between;
        display: flex;
        align-items: center;
        height: 100%;
    }
    .contact-benefits {
        flex-direction: column;
        align-items: flex-start;
        width: 49%;
        /*No contact form - uncommend this*/
        height: 100%;
        display: flex;
        justify-content: space-between;
    }
    .contact-benefits > div:first-of-type {
        align-items: flex-start;
        /*No contact form - uncommend this*/
        /* align-items: center; */
    }
    .contact-content:before {
    content: '';
    z-index: -1;
    position: absolute;
    border: 3px solid #e53e2b;
    width: 20%;
    height: 30%;
    top: -10%;
    left: -25px;
}
    .contact-benefits .title {
        text-align: left;
        /*No contact form - uncommend this*/
        /* text-align: center; */
    }
    .contact-benefits ul {
        align-items: flex-start;
    }
    .contact-benefits > div:nth-of-type(2) {
        
        /*No contact form - uncommend this*/
        /* width: 49%; */
    }
    .contact-benefits h3 {
        text-align: left;
    }
    .contact-last-content {
        /*No contact form - uncommend this*/
        /* width: 49%; */
        align-items: flex-start;
    }
    .contact-benefits p {
        text-align: left;
    }
    .contact-buttons {
        align-items: flex-start;
        margin: 10px 0;
    }
    .contact-buttons a {
        margin-left: 0;
    }
    .contact-form-content {
        width: 49%;
        justify-content: flex-start;
    }
    .contact-form {
        align-items: flex-start;
    }
    .contact-form h3 {
        text-align: left;
    }
    .contact-form > p {
        text-align: left;
    }
    .contact-form form {
        align-items: flex-start;
    }
    .contact-form-buttons {
        flex-direction: column;
        align-items: flex-start;
    }
    .contact-form-buttons .button {
        margin: 0 0 15px;
    }
    .contact-form-ctas {
        align-items: flex-start;
    }
    .contact-form-ctas p a {
        text-align: left;
        font-size: 26px;
    }
    .contact-form-ctas p:last-of-type a {
        font-size: 30px;
    }
    /*END OF CONTACT FORM DESKTOP*/

    /*AREA SERVED DESKTOP*/
    .area-served-section > div {
        flex-direction: row;
        align-items: stretch;
        justify-content: space-between;
    }
    .area-served-images {
        width: 49%;
    }
    .area-served-image {
        height: 100%;
        margin-bottom: 0;
    }
    .area-served-image::before {
        left: 9%;
        width: 12%;
        height: 50%;
        top: 8%;
    }
    .area-served-content {
        width: 49%;
    }
    .area-served-city {
        width: 38%;
        max-width: 159px;
    }
    /*END OF AREA SERVED DESKTOP*/

    /*CLOSIN SECTION DESKTOP*/
    ..closing-section-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
    .closing-section-content {
        /* width: 49%; */
        align-items: flex-start;
    }
    .closing-section-titles {
        align-items: flex-start;
        width: 40%;
    }
    .closing-section-titles .title, .closing-section-titles .subtitle {
        text-align: left;
    }
    .closing-section-subtitle {
        text-align: left;
    }
    .closing-section-container {
        justify-content: flex-start;
        width: 49%;
    }
    .closing-section-buttons {
        justify-content: flex-start;
    }
    .closing-section-image {
        margin-top: 45px;
        width: 95%;
    }
    .closing-section-number {
        font-size: 32px;
    }
    .closing-section-content {
    display: flex;
    flex-direction: row-reverse !important;
    justify-content: space-between !important;
    align-items: center;
}

    /*END OF CLOSIN SECTION DESKTOP*/
}

@media (min-width: 1024px) {
    .service-element {
        /*Uncommend this if the services aren't with swiper*/
        /* width: 30%; */
    }
}
@media (min-width: 1200px) {
    /*GALLERY TABLET*/
    .gallery-slide img {
        max-height: 300px;
    }
    /*END OF GALLERY TABLET*/
}