body {
    color: #e5e5e5;
    background-color: #1d1d1d;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    margin: 0px;
    display: flex;
    flex-direction: column;
    font-size: 16px;
    font-weight: 400;
}
html {
    scroll-padding-top: 25%;
    scroll-behavior: smooth;
}
a {
    text-decoration: none;
}
p, li {
    color: #e5e5e5;
}
h1, h2, h3, h4 {
    font-family: Lato, serif;
    font-weight: 600;
    font-style: normal;
}
h1 {
    font-size: 26px;
}
h2 {
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0px;
}
h3 {
    font-size: 22px;
}
@media (min-width: 600px) {
    h1 {
        font-size: 38px;
   }
    h2 {
        font-size: 30px;
   }
    h3 {
        font-size: 24px;
   }
}
@media (min-width: 992px) {
    h1 {
        font-size: 38px;
   }
    h2 {
        font-size: 36px;
   }
    h3 {
        font-size: 28px;
   }
}
* {
    box-sizing: border-box;
}
header {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    width: 100%;
    height: auto;
}
.hamburger {
    display: flex;
    width: 14%;
    z-index: 999;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    transition: transform 0.5s ease-in-out 0s;
}
.hamburger:active {
    transform: skew(20deg, 20deg);
}
.hamburger img {
    width: 40px;
    height: auto;
    filter: drop-shadow(#ecac02 1px 0px 0px) drop-shadow(#ecac02 -0.5px 0px 0px) drop-shadow(#ecac02 0px 1px 0px) drop-shadow(#ecac02 0px -0.5px 0px);
}
.menu .hamburger {
    width: 0px;
    position: absolute;
    bottom: 50px;
}
nav {
    display: flex;
    position: relative;
    width: 100%;
    flex-direction: column;
    height: auto;
    z-index: 9999;
    justify-content: center;
    align-items: center;
    transition: background-color 0.3s ease 0s;
    border-bottom: 1px solid rgba(255, 255, 255, 0.41);
    background: #2d2d2d;
    min-height: 80px;
}
nav.scrolled {
    box-shadow: rgb(0, 0, 0) 0px 0px 5px;
    position: fixed;
    background: #2d2d2d;
    top: 0px;
    margin: 0px;
    z-index: 999999;
    animation: 0.3s ease 0s 1 normal none running slideDown;
}
nav > div {
    width: 90%;
    display: flex;
    flex-flow: wrap;
    place-content: center space-between;
    align-items: center;
    height: auto;
    padding: 10px 0px 0px;
    max-width: 1280px;
}
.navigation {
    width: 100%;
    display: flex;
    flex-flow: wrap;
    place-content: center space-between;
    align-items: center;
    position: relative;
}
nav .menu {
    flex-direction: column;
    display: flex;
    width: 100vw;
    height: 100vh;
    background: #2d2d2d;
    position: absolute;
    top: -1rem;
    left: -100%;
    z-index: 0;
    place-content: center;
    align-items: center;
    transform: translateY(-100%);
    transition: transform 1s ease-in-out 0s;
}
nav .menu.active {
    top: -1rem;
    left: 0px;
    right: 0px;
    padding: 0px;
    z-index: 99;
    width: 100%;
    transform: translateY(0px);
    overflow: hidden;
}
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: rgb(255, 255, 255);
}
.brand {
    width: 85%;
    text-wrap: wrap;
    z-index: 10;
    align-items: center;
    display: flex;
    justify-content: flex-start;
    position: relative;
}
.brand a {
    text-decoration: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    width: 100%;
}
.brand span {
    font-size: 25px;
    font-family: Lato, serif;
    font-weight: 800;
    font-style: normal;
    position: relative;
    color: #ecac02;
    margin-left: 10px;
}
.brand img {
    width: 100px;
    height: auto;
    align-self: center;
    position: relative;
}
.button-1 {
    font-size: 18px;
    border: 3px solid #ecac02;
    border-radius: 300px;
    width: 220px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ecac02;
    transition: all 0.5s ease 0s;
    box-shadow: rgba(0, 0, 0, 0.51) 0px 0px 5px 0px, rgba(0, 0, 0, 0.51) 0px 0px 5px 0px;
    color: rgb(0, 0, 0) !important;
    text-shadow: none !important;
    font-weight: 500 !important;
}
.button-1:hover {
    background: rgb(255, 255, 255);
    transition: all 0.5s ease 0s;
    border-color: rgb(255, 255, 255);
}
.button-2 {
    font-size: 18px;
    border: 3px solid rgb(255, 255, 255);
    border-radius: 300px;
    width: 190px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(255, 255, 255);
    transition: all 0.5s ease 0s;
    box-shadow: rgba(0, 0, 0, 0.51) 0px 0px 5px 0px, rgba(0, 0, 0, 0.51) 0px 0px 5px 0px;
    color: rgb(0, 0, 0) !important;
    text-shadow: none !important;
    font-weight: 500 !important;
}
.button-2:hover {
    background: #ecac02;
    transition: all 0.5s ease 0s;
    border-color: #ecac02;
}
.slider-section {
    position: relative;
    width: 100%;
    height: calc(-122px + 100vh);
    align-items: center;
    display: flex;
    z-index: 0;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 400px;
    max-height: 550px;
    background: #2d2d2d;
    border-radius: 0px 0px 30px 30px;
}
.top-decoration-element > img {
    position: absolute;
    object-fit: contain;
    object-position: center center;
    bottom: -52px;
    right: 0px;
    width: 85%;
    max-width: 500px;
}
.top-decoration-element {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 90%;
    position: relative;
    max-width: 1280px;
    justify-content: center;
    z-index: 4;
    margin-top: 20px;
    height: 100%;
}
.slider-content {
    position: relative;
    z-index: 3;
    text-align: center;
    height: 100%;
    width: 100%;
}
.slider-text {
    color: rgb(255, 255, 255);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.slider-text h1 {
    margin: 0px;
    position: relative;
    font-weight: 900;
    color: #fff;
    letter-spacing: 2px;
}
.slider-text a {
    color: #ecac02;
    text-decoration: none;
}
.slider-text a:hover {
    color: rgb(255, 255, 255);
}
.slider-text p {
    margin: 5px 0px 10px;
    position: relative;
    font-weight: 400;
    font-size: 16px;
}
.headers-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.headers-buttons > div {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.button, .button *, .button::after, .button::before {
    border: 0px solid;
    box-sizing: border-box;
}
.button {
    -webkit-tap-highlight-color: transparent;
    appearance: button;
    background-color: #ecac02;
    cursor: pointer;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    text-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.51) 0px 0px 5px 0px, rgba(0, 0, 0, 0.51) 0px 0px 5px 0px;
    color: rgb(0, 0, 0) !important;
}
.button:disabled {
    cursor: default;
}
.button svg {
    display: block;
    vertical-align: middle;
}
.button [hidden] {
    display: none;
}
.button {
    border-radius: 40px;
    border-width: 2px;
    padding: 15px 25px;
    z-index: 0;
    overflow: hidden;
    position: relative;
}
.button .button-text {
    display: block;
    position: relative;
    overflow: hidden;
}
.button .button-text span {
    display: block;
    position: relative;
}
.button:hover .button-text span {
    animation: 0.3s ease 0s 1 normal forwards running move-up-alternate;
}
@-webkit-keyframes move-up-alternate {
    0% {
        transform: translateY(0px);
   }
    50% {
        transform: translateY(80%);
   }
    51% {
        transform: translateY(-80%);
   }
    100% {
        transform: translateY(0px);
   }
}
@keyframes move-up-alternate {
    0% {
        transform: translateY(0px);
   }
    50% {
        transform: translateY(80%);
   }
    51% {
        transform: translateY(-80%);
   }
    100% {
        transform: translateY(0px);
   }
}
.button::before, .button::after {
    background: rgb(255, 255, 255);
    content: "";
    display: block;
    height: 102%;
    pointer-events: none;
    position: absolute;
    width: 100%;
    transform: skew(30deg) translateY(0px);
    transition: transform 0.2s ease 0s;
}
.button::before {
    left: -60%;
    top: -104%;
}
.button::after {
    left: 60%;
    top: 102%;
    z-index: -1;
}
.button:hover::before {
    transform: skew(30deg) translateY(100%);
}
.button:hover::after {
    transform: skew(30deg) translateY(-102%);
}
.button-3, .button-3 *, .button-3::after, .button-3::before {
    border: 0px solid;
    box-sizing: border-box;
}
.button-3 {
    -webkit-tap-highlight-color: transparent;
    appearance: button;
    background-color: rgb(255, 255, 255);
    cursor: pointer;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    text-shadow: none;
    margin-left: 10px;
    box-shadow: rgba(0, 0, 0, 0.51) 0px 0px 5px 0px, rgba(0, 0, 0, 0.51) 0px 0px 5px 0px;
    color: rgb(0, 0, 0) !important;
}
.button-3:disabled {
    cursor: default;
}
.button-3 svg {
    display: block;
    vertical-align: middle;
}
.button-3 [hidden] {
    display: none;
}
.button-3 {
    border-radius: 40px;
    border-width: 2px;
    padding: 15px 25px;
    z-index: 0;
    overflow: hidden;
    position: relative;
}
.button-3 .button-3-text {
    display: block;
    position: relative;
    overflow: hidden;
}
.button-3 .button-3-text span {
    display: block;
    position: relative;
}
.button-3:hover .button-3-text span {
    animation: 0.3s ease 0s 1 normal forwards running move-up-alternate;
}
@-webkit-keyframes move-up-alternate {
    0% {
        transform: translateY(0px);
   }
    50% {
        transform: translateY(80%);
   }
    51% {
        transform: translateY(-80%);
   }
    100% {
        transform: translateY(0px);
   }
}
@keyframes move-up-alternate {
    0% {
        transform: translateY(0px);
   }
    50% {
        transform: translateY(80%);
   }
    51% {
        transform: translateY(-80%);
   }
    100% {
        transform: translateY(0px);
   }
}
.button-3::before, .button-3::after {
    background: #ecac02;
    content: "";
    display: block;
    height: 102%;
    pointer-events: none;
    position: absolute;
    width: 100%;
    transform: skew(30deg) translateY(0px);
    transition: transform 0.2s ease 0s;
}
.button-3::before {
    left: -60%;
    top: -104%;
}
.button-3::after {
    left: 60%;
    top: 102%;
    z-index: -1;
}
.button-3:hover::before {
    transform: skew(30deg) translateY(100%);
}
.button-3:hover::after {
    transform: skew(30deg) translateY(-102%);
}
.scroll-down {
    position: absolute;
    bottom: 0px;
    margin: 20px;
    z-index: 5;
    left: -22px;
}
.scroll-down img {
    height: 80px;
    transform: rotate(0deg);
    animation: 1.5s ease 0s infinite normal none running scroll-down-btn;
}
@-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;
   }
}
.about-section {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
}
.about-section > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 90%;
    max-width: 1280px;
}
.badges-container {
    display: flex;
    flex-flow: wrap;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    position: relative;
    margin: 50px 0px 30px;
}
.badge-holder {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: calc(100% - 10px);
    max-width: 300px;
    min-height: 130px;
    margin: 20px 10px;
    border-radius: 5px;
    position: relative;
    z-index: 0;
    transition: all 1s ease 0s;
}
.badge-holder > div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 75%;
    justify-content: center;
    transition: all 1s ease 0s;
}
.badge-holder:hover > div {
    transform: translateX(-60%);
    transition: all 1s ease 0s;
}
p.badge-title {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 18px;
    z-index: 2;
    position: relative;
    text-align: left;
    color: rgb(255, 255, 255);
    margin: 10px 0px 0px;
}
p.badge-content {
    text-align: left;
    text-transform: capitalize;
    min-height: 34px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-weight: 600;
    line-height: 18px;
    margin: 0px;
    font-size: 18px;
    z-index: 2;
    position: relative;
    color: #ecac02;
    border-bottom: 1px solid rgba(255, 255, 255, 0.41);
    padding-bottom: 10px;
    width: 100%;
}
.badge {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.badge-icon {
    width: 35%;
    padding-bottom: 5px;
    z-index: 2;
    margin-right: 15px;
    transition: all 1s ease 0s;
}
.badge-holder:hover .badge-icon {
    transform: translateX(200%);
    transition: all 1s ease 0s;
}
#about {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-direction: column;
    margin: 50px 0px 50px;
    position: relative;
}
.about-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
}
.about-content > div:nth-of-type(1) {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    transition: all 1s ease 0s;
}
.about-title {
    text-align: right;
    position: relative;
    z-index: 2;
    margin-bottom: 10px;
    align-self: flex-end;
}
.about-subtitle {
    margin: 0px;
    text-transform: uppercase;
    align-self: flex-end;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    transition: all 1s ease 0s;
    width: 44%;
    max-width: 170px;
}
.about-subtitle hr {
    width: 25px;
    height: 3px;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(255, 255, 255);
    transition: all 1s ease 0s;
}
.about-subtitle p {
    width: 139px;
    height: auto;
    margin-right: 10px;
    transition: all 1s ease 0s;
    text-align: right !important;
}
.about-main-content:hover .about-subtitle {
    width: 60%;
    transition: all 1s ease 0s;
    max-width: none;
}
.about-main-content:hover .about-subtitle hr {
    transition: all 1s ease 0s;
    width: 60%;
    margin: 0px;
}
.about-main-content:hover .about-subtitle p {
    transition: all 1s ease 0s;
}
.about-content p {
    text-align: justify;
    z-index: 2;
}
.area-served {
    display: flex;
    flex-flow: wrap;
    justify-content: flex-end;
    margin-bottom: 20px;
    margin-top: 0px;
    z-index: 2;
    list-style: none;
    padding: 0px;
    width: 100%;
    align-items: flex-start;
}
.area-served li {
    width: 50%;
    text-align: right;
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-start;
}
.area-served li::before {
    content: "✔";
    margin-left: 10px;
}
.area-served-section {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 50px 0px;
}
.area-served-section > div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    max-width: 1280px;
    flex-direction: column;
}
.about-images {
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 20px;
    flex-direction: column;
    justify-content: center;
}
.AboutSwiper {
    width: 100%;
    height: 100%;
}
.AboutSwiper .swiper-zoom-container {
    align-items: stretch;
}
.AboutSwiper .swiper-slide {
    overflow: hidden;
}
.about-image {
    object-position: center center;
    width: 100%;
    border-radius: 20px;
    object-fit: cover !important;
    max-width: 500px !important;
}
.AboutSwiper-navigation {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin-top: 15px;
    width: 100%;
    max-width: 500px;
}
.AboutSwiper-navigation .swiper-pagination {
    margin: 0px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    position: relative !important;
    left: 0px !important;
    bottom: 0px !important;
}
.AboutSwiper-navigation .swiper-pagination .swiper-pagination-bullet {
    background: #2d2d2d;
    opacity: 1;
}
.AboutSwiper-navigation .swiper-pagination .swiper-pagination-bullet-active {
    background: rgb(255, 255, 255);
}
.AboutSwiper-navigation > div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
    position: relative;
}
.AboutSwiper-navigation .swiper-button-next {
    border: 1px solid rgb(255, 255, 255);
    border-radius: 50%;
    padding: 0px;
    position: relative !important;
    top: 0px !important;
    left: 0px !important;
    right: 0px !important;
    margin: 0px 5px !important;
    width: 40px !important;
    height: 40px !important;
}
.AboutSwiper-navigation .swiper-button-prev {
    border: 1px solid rgb(255, 255, 255);
    border-radius: 50%;
    padding: 0px;
    position: relative !important;
    top: 0px !important;
    left: 0px !important;
    right: 0px !important;
    margin: 0px 5px !important;
    width: 40px !important;
    height: 40px !important;
}
.AboutSwiper-navigation .swiper-button-prev::after, .AboutSwiper-navigation .swiper-button-next::after {
    color: rgb(255, 255, 255);
    font-size: 16px !important;
}
.features-section {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
    z-index: 0;
    border-radius: 40px;
    flex-direction: column;
}
.features-section > img {
    position: absolute;
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.features-section > div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90%;
    max-width: 1280px;
    position: relative;
    flex-direction: column;
    z-index: 2;
    margin: 30px 0px 0px;
}
.features-section > div:first-of-type {
    border-radius: 40px;
    padding: 10px 15px;
    background: #2d2d2d;
}
.features-section > div:nth-of-type(2) {
    margin: 0px 0px 30px;
    align-items: flex-end;
}
.features-section > div:nth-of-type(2) ul {
    text-align: justify;
    padding-left: 10px;
    color: rgb(255, 255, 255);
    margin: 0px;
}
.features-section > div:nth-of-type(2) ul li {
    margin: 10px 0px;
    padding-left: 5px;
}
.features-section > div:nth-of-type(2) ul li::marker {
    content: "✔";
}
.features-section > div:nth-of-type(2) ul li strong {
    color: #ecac02;
}
.features-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
}
.features-subtitle {
    margin: 0px;
    text-transform: uppercase;
    align-self: flex-end;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    transition: all 1s ease 0s;
    width: 44%;
    max-width: 220px;
}
.features-subtitle hr {
    width: 25px;
    height: 3px;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(255, 255, 255);
    transition: all 1s ease 0s;
}
.features-subtitle p {
    width: 170px;
    height: auto;
    margin-right: 10px;
    transition: all 1s ease 0s;
    text-align: right !important;
}
.features-content:hover .features-subtitle {
    width: 85%;
    transition: all 1s ease 0s;
    max-width: none;
}
.features-content:hover .features-subtitle hr {
    transition: all 1s ease 0s;
    width: 50%;
    margin: 0px;
}
.features-content:hover .features-subtitle p {
    transition: all 1s ease 0s;
    width: auto;
}
.features-content h2 {
    text-align: right;
    position: relative;
    z-index: 2;
    align-self: flex-end;
}
.features-content ul {
    text-align: justify;
    padding-left: 10px;
    color: rgb(255, 255, 255);
    margin-bottom: 0px;
}
.features-content ul li {
    margin: 10px 0px;
    padding-left: 5px;
}
.features-content ul li::marker {
    content: "✔";
}
.features-content ul li strong {
    color: #ecac02;
}
.features-images-text {
    display: none;
}
.services-section {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0px 30px;
    position: relative;
    z-index: 2;
}
.services-section > div {
    width: 90%;
    max-width: 1280px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 2;
}
.srvBlockTitle p {
    line-height: 1.2;
    font-weight: bold;
    font-family: Heebo, sans-serif;
    color: rgb(0, 0, 0);
    display: inline-block;
    font-size: 26px;
}
.srvBlockTitle {
    text-align: center;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: column;
    width: 100%;
}
.services-subtitle {
    margin: 0px;
    text-transform: uppercase;
    align-self: flex-end;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    transition: all 1s ease 0s;
    width: 47%;
}
.services-subtitle hr {
    width: 25px;
    height: 3px;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(255, 255, 255);
    transition: all 1s ease 0s;
    margin: 0px;
}
.services-subtitle p {
    width: 185px;
    height: auto;
    margin-right: 10px;
    transition: all 1s ease 0s;
    color: rgb(255, 255, 255);
    font-weight: 400;
    font-size: 16px;
    text-align: right !important;
}
.srvBlockTitle:hover .services-subtitle {
    width: 60%;
    transition: all 1s ease 0s;
}
.srvBlockTitle:hover .services-subtitle hr {
    transition: all 1s ease 0s;
    width: 50%;
    margin: 0px;
}
.srvBlockTitle:hover .services-subtitle p {
    transition: all 1s ease 0s;
    text-align: right;
}
.srvBlockTitle h2 {
    text-align: right;
    position: relative;
    text-transform: capitalize;
    z-index: 2;
    align-self: flex-end;
}
.srvBlock {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-flow: wrap;
    position: relative;
}
.srvElement {
    margin: 50px auto 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    position: relative;
    padding: 15px 15px 0px;
    transition: all 1s ease 0s;
    max-width: 500px;
}
.srvElement::before {
    content: "";
    background: rgb(255, 255, 255);
    width: 100%;
    height: 80%;
    position: absolute;
    left: 0px;
    top: 0px;
    border-radius: 40px;
    transition: all 1s ease 0s;
}
.srvElement:hover::before {
    background: #ecac02;
    transform: translateY(-10px);
    transition: all 1s ease 0s;
    border-radius: 40px 40px 0px 0px;
}
.srvElementHeader h2 {
    text-align: center;
    color: rgb(255, 255, 255);
    font-family: Heebo, sans-serif;
    padding: 5px;
    line-height: 1.2;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    margin: 0px;
    transition: all 1s ease 0s;
    text-shadow: rgb(0, 0, 0) 0px 0px 5px;
}
.srvElement:hover h2 {
    color: #ecac02;
    transition: all 1s ease 0s;
}
.srvElementImg {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.51) -2px -2px 5px 0px, rgba(0, 0, 0, 0.51) 3px -2px 5px 0px;
    border-radius: 40px;
    z-index: 0;
    margin-bottom: 30px;
}
.srvElementImg img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center center;
    border-radius: 40px;
    position: relative;
}
.srvElementContent {
    text-align: justify;
    color: rgb(255, 255, 255);
    padding: 0px 20px 10px;
    line-height: 1.2;
    text-shadow: rgb(0, 0, 0) 0px 0px 5px;
}
.srvElementBody {
    position: relative;
    background: #2d2d2d;
    padding-top: 45px;
    z-index: 0;
    box-shadow: rgba(0, 0, 0, 0.51) -2px 2px 5px 0px, rgba(0, 0, 0, 0.51) 3px 2px 5px 0px;
    transition: all 1s ease 0s;
    border-radius: 40px;
    margin-top: 23px;
    width: 100%;
    left: 0px;
}
.srvElement:hover .srvElementBody {
    border-radius: 0px 0px 40px 40px;
    width: calc(100% + 30px);
    left: -15px;
    transition: all 1s ease 0s;
}
.servIcon {
    position: absolute;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -62px;
    left: 25px;
    z-index: 1;
    padding: 5px;
    transition: all 1s ease 0s;
}
.srvElement:hover .servIcon {
    transition: all 1s ease 0s;
    left: calc(100% - 90px);
}
.servIcon img {
    position: relative;
    filter: invert(1);
    object-fit: contain;
    object-position: center center;
    width: 80px;
    height: 80px;
    transform: rotate(-4deg);
}
.srvElementHeader {
    border-radius: 25px;
    position: relative;
    bottom: 1px;
    padding: 5px;
    z-index: 2;
}
.testimonials-section {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
}
.testimonials-section > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 90%;
    max-width: 1280px;
    padding: 30px 0px;
    position: relative;
}
.testi-content.swiper-wrapper {
    align-items: center;
}
#testimonials {
    display: flex;
    justify-content: center;
    width: 100%;
    z-index: 2;
    align-items: center;
}
.testimonial {
    position: relative;
    width: 100%;
    overflow: hidden;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 35px;
}
.testimonials-subtitle {
    margin: 0px;
    text-transform: uppercase;
    align-self: flex-end;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    transition: all 1s ease 0s;
    width: 44%;
}
.testimonials-subtitle hr {
    width: 25px;
    height: 3px;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(255, 255, 255);
    transition: all 1s ease 0s;
    margin: 0px;
}
.testimonials-subtitle p {
    width: 185px;
    height: auto;
    margin-right: 10px;
    transition: all 1s ease 0s;
    color: rgb(255, 255, 255);
    font-weight: 400;
    font-size: 16px;
    text-align: right !important;
}
.testimonial:hover .testimonials-subtitle {
    width: 60%;
    transition: all 1s ease 0s;
}
.testimonial:hover .testimonials-subtitle hr {
    transition: all 1s ease 0s;
    width: 50%;
    margin: 0px;
}
.testimonial:hover .testimonials-subtitle p {
    transition: all 1s ease 0s;
    text-align: right;
}
.testimonial h2 {
    text-align: right;
    margin: 0px 0px 25px;
    position: relative;
    text-transform: capitalize;
    z-index: 2;
    width: 100%;
    align-self: flex-end;
}
.testimonial .image {
    height: auto;
    width: 100%;
    position: relative;
    object-fit: cover;
    z-index: 1;
    box-shadow: rgba(0, 0, 0, 0.51) -2px 2px 5px 0px, rgba(0, 0, 0, 0.51) 3px 2px 5px 0px;
    border-radius: 40px;
    margin-bottom: 10px;
}
.testimonial .slide {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    row-gap: 30px;
    height: 100%;
    width: 100%;
}
.testimonial-content {
    padding: 20px 15px;
    position: relative;
    z-index: 0;
    height: auto;
    border-radius: 40px;
    width: 97%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.slide:nth-of-type(2n+1) .testimonial-content {
    flex-direction: column-reverse;
}
.slide:nth-of-type(2n) .testimonial-content {
    flex-direction: column-reverse;
}
.testimonial-content > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
}
.testimonial-text {
    border-radius: 5px;
    position: relative;
    margin: 10px 0px;
}
.slide p {
    font-size: 16px;
    font-weight: 400;
    color: rgb(255, 255, 255);
    text-align: justify;
    margin: 0px;
    position: relative;
    padding: 0px;
}
.slide .details {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 10px 0px;
}
.details .name {
    font-size: 18px;
    font-weight: 600;
    color: rgb(255, 255, 255);
    /* border-right: 3px solid rgb(255, 255, 255); */
    /* padding-right: 10px; */
    filter: drop-shadow(rgb(0, 0, 0) 1px 2px 4px);
}
.slide .details img {
    width: 130px;
    margin-left: 10px;
    filter: drop-shadow(rgb(0, 0, 0) 1px 2px 4px);
}
.testimonials-swiper-navigation {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
}
.testimonial .swiper-button-next {
    left: 0px;
    margin-left: 5px;
    right: 0px !important;
    top: 0px !important;
    position: relative !important;
}
.testimonial .swiper-button-prev {
    margin-right: 5px;
    left: 0px !important;
    top: 0px !important;
    right: 0px !important;
}
.testimonial .swiper-button-prev, .swiper-button-next {
    border: 1px solid rgb(255, 255, 255);
    border-radius: 50%;
    padding: 0px;
    position: relative !important;
    width: 40px !important;
    height: 40px !important;
}
.testimonial .swiper-button-prev::after, .swiper-button-next::after {
    color: rgb(255, 255, 255);
    filter: drop-shadow(rgb(0, 0, 0) 1px 2px 4px);
    font-size: 30px !important;
}
.testimonial .nav-btn {
    transform: translateY(30px);
    transition: all 0.2s ease 0s;
}
.testimonial .nav-btn::after, .nav-btn::before {
    position: relative;
    font-size: 20px !important;
}
.gallery-section {
    width: 100%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gallery-section > div {
    width: 90%;
    max-width: 1280px;
    padding: 20px 0px 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}
.gallery-titles {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    margin-bottom: 30px;
}
.gallery-subtitle {
    margin: 0px;
    text-transform: uppercase;
    align-self: flex-end;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    transition: all 1s ease 0s;
    width: 55%;
}
.gallery-subtitle hr {
    width: 25px;
    height: 3px;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(255, 255, 255);
    transition: all 1s ease 0s;
    margin: 0px;
}
.gallery-subtitle p {
    width: 185px;
    height: auto;
    margin-right: 10px;
    transition: all 1s ease 0s;
    color: rgb(255, 255, 255);
    font-weight: 400;
    font-size: 16px;
    text-align: right !important;
}
.gallery-section > div:hover .gallery-subtitle {
    width: 50%;
    transition: all 1s ease 0s;
}
.gallery-section > div:hover .gallery-subtitle hr {
    transition: all 1s ease 0s;
    width: 70%;
    margin: 0px;
}
.gallery-section > div:hover .gallery-subtitle p {
    transition: all 1s ease 0s;
    text-align: right;
}
.gallery-titles h2 {
    text-align: right;
    position: relative;
    text-transform: capitalize;
    z-index: 2;
    align-self: flex-end;
}
.GallerySwiper2, .GallerySwiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}
.GallerySwiper2 {
    height: 80%;
    width: 100%;
    padding-bottom: 50px !important;
}
.GallerySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0px;
}
.GallerySwiper .swiper-slide, .GallerySwiper2 .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: center center / cover transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
}
.GallerySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}
.GallerySwiper .swiper-slide-thumb-active {
    opacity: 1;
}
.GallerySwiper .swiper-slide img, .GallerySwiper2 .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 40px;
    max-width: 600px;
    max-height: 400px;
}
.GallerySwiper .swiper-slide img {
    max-height: 160px;
    min-height: 160px;
}
.GallerySwiper2 .swiper-button-next {
    right: auto;
    left: calc(50% + 10px);
    top: 34px;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 50%;
    padding: 0px;
    position: relative !important;
    width: 40px !important;
    height: 40px !important;
}
.GallerySwiper2 .swiper-button-prev {
    left: calc(50% - 50px);
    top: calc(100% - 35px);
    border: 1px solid rgb(255, 255, 255);
    border-radius: 50%;
    padding: 0px;
    width: 40px !important;
    height: 40px !important;
}
.GallerySwiper2 .swiper-button-prev::after, .GallerySwiper2 .swiper-button-next::after {
    color: rgb(255, 255, 255);
    text-align: center;
    font-size: 20px !important;
}
.GallerySwiper2 .swiper-button-next.swiper-button-disabled,
.GallerySwiper2 .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
    cursor: pointer;
    pointer-events: auto;
}
.contact-form-section {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
    flex-direction: column;
}
.contact-form-section > div {
    display: flex;
    align-items: stretch;
    justify-content: center;
    width: 90%;
    position: relative;
    flex-direction: column;
    max-width: 1280px;
    padding: 50px 15px;
    height: 100%;
    background: #2d2d2d;
    border-radius: 40px;
}
/* CAPTCHA */
.checkbox-captcha {
    pointer-events: auto !important;
    display: flex !important;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    color: #fff !important;
    box-sizing: border-box;
    padding: 20px 10px 10px;
    box-sizing: border-box;
    transition: all 0.3s ease 0s;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.41);
    width: 100%;
    accent-color: #ecac02 !important;
    padding: 8px 12px !important;
    font-size: 14px;
    left: 0 !important;
    transform: unset !important;
    width: 95% !important;
    position: relative !important;
}
.checkbox-captcha input[type="checkbox"] {
    cursor: pointer;
    width: 16px;
    height: 16px;
}
button.button-1.submit-btn {
    width: 145px;
}

.form-row.form-row-captcha {
    width: calc(100% - 145px) !important;
}

.contact-form-section > img {
    position: absolute;
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.email-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    align-items: center;
    z-index: 2;
}
.email-form > div:first-of-type {
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-self: flex-end;
    flex-direction: row;
    width: 100%;
}
.email-form > div:first-of-type > p {
    width: 59%;
    font-size: 20px;
    margin: 0px;
    text-transform: capitalize;
    font-weight: 500;
}
.email-form > div:first-of-type > div {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    width: 43%;
    align-self: flex-end;
}
.contact-form-section h2 {
    text-align: right;
    align-self: flex-end;
    margin-bottom: 30px;
}
.contact-form-subtitle {
    margin: 0px;
    text-transform: uppercase;
    align-self: flex-end;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    transition: all 1s ease 0s;
    width: 100%;
}
.contact-form-subtitle hr {
    width: 25px;
    height: 3px;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(255, 255, 255);
    transition: all 1s ease 0s;
    margin: 0px;
}
.contact-form-subtitle p {
    width: 100%;
    height: auto;
    margin-right: 10px;
    transition: all 1s ease 0s;
    color: rgb(255, 255, 255);
    font-weight: 400;
    font-size: 16px;
    text-align: right !important;
}
.email-form:hover .contact-form-subtitle {
    width: 101%;
    transition: all 1s ease 0s;
}
.email-form:hover .contact-form-subtitle hr {
    transition: all 1s ease 0s;
    width: 50%;
    margin: 0px;
}
.email-form:hover .contact-form-subtitle p {
    transition: all 1s ease 0s;
    text-align: right;
}
.email-form > div:nth-of-type(2) {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.contact-form {
    z-index: 2;
    position: relative;
    width: 100%;
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.email-form h3 {
    text-align: center;
    color: rgb(255, 255, 255);
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
    text-shadow: rgb(0, 0, 0) 0px 0px 5px;
    font-weight: 500;
}
.contact-form .form-row {
    margin-bottom: 30px;
    width: 100%;
    position: relative;
}
.contact-form .form-row:first-of-type {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.contact-form .form-row:first-of-type > div:first-of-type {
    width: 49%;
    position: relative;
}
.contact-form .form-row:first-of-type > div:nth-of-type(2) {
    width: 49%;
}
.contact-form .form-row.submit-btn {
    width: 145px;
}
.contact-form input[type="text"], .contact-form input[type="tel"], .contact-form input[type="email"], .contact-form textarea {
    width: 100%;
    padding: 20px 10px 10px;
    box-sizing: border-box;
    transition: all 0.3s ease 0s;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.41);
    position: relative;
}
.contact-form input:focus, .contact-form input:not(:placeholder-shown), .contact-form textarea:focus, .contact-form textarea:not(:placeholder-shown) {
    outline: 0px;
    background: transparent;
    color: rgb(255, 255, 255);
    border: 1px solid rgba(255, 255, 255, 0.41);
}
.contact-form textarea {
    resize: none;
}
.contact-form .form-row label {
    color: rgb(255, 255, 255);
    position: absolute;
    pointer-events: none;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease 0s;
    padding: 0px 5px;
}
.contact-form .form-row-textarea label {
    color: rgb(255, 255, 255);
    position: absolute;
    pointer-events: none;
    right: 10px;
    top: 18%;
    transform: translateY(-50%);
    transition: all 0.3s ease 0s;
    padding: 0px 5px;
}
.contact-form input:focus + label, .contact-form input:not(:placeholder-shown) + label, .contact-form textarea:focus + label, .contact-form textarea:not(:placeholder-shown) + label {
    top: 0px;
    color: rgb(255, 255, 255);
    padding: 2px 5px;
    background: #2d2d2d;
    font-size: 14px;
    box-shadow: rgba(0, 0, 0, 0.51) 0px 0px 5px 0px, rgba(0, 0, 0, 0.51) 0px 0px 5px 0px;
    border: 1px solid rgba(255, 255, 255, 0.41);
}
.contact-form input[type="text"]:focus, .contact-form input[type="tel"]:focus, .contact-form input[type="email"]:focus, .contact-form textarea:focus {
    outline: none;
}
.contact-form-image {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: stretch;
    position: relative;
}
.contact-form-image img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
    border-radius: 40px;
    box-shadow: rgba(0, 0, 0, 0.51) 0px 0px 5px 0px, rgba(0, 0, 0, 0.51) 0px 0px 5px 0px;
    max-width: 550px;
    align-self: stretch;
    position: absolute;
}
.contact-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 50px 0px;
}
.contact-section > div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    z-index: 3;
    width: 90%;
    max-width: 1280px;
}
.contact-content {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.41);
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.contact-content h2 {
    font-size: 28px;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight: 500;
}
.contact-content a {
    color: #ecac02;
    text-decoration: underline;
}
.contact-content a:hover {
    color: rgb(255, 255, 255);
}
.footer-nav {
    display: flex;
    width: 100%;
    align-items: center;
    place-content: center;
    flex-flow: wrap;
    justify-content: flex-start;
}
.footer-nav a {
    width: 47%;
    font-size: 18px;
    color: rgb(255, 255, 255);
    margin: 5px;
    text-align: left;
}
.footer-nav a::before {
    content: "✔";
    margin-right: 5px;
}
footer {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-direction: column;
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.41);
}
footer > div {
    display: flex;
    width: 90%;
    max-width: 1280px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    font-weight: 600;
    padding-bottom: 15px;
    margin-top: 20px;
}
#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-2 {
    border-radius: 0px 40px 40px 0px;
    height: auto;
    padding: 10px 0px;
}
@media (min-width: 600px) {
    .top-decoration-element > img {
        min-width: 400px;
        width: 60%;
        max-width: 600px;
        bottom: -40px;
   }
    .top-decoration-element {
        align-items: flex-start;
        height: 100%;
   }
    .slider-content {
        width: 100%;
        height: 100%;
   }
    .slider-text {
        align-items: flex-start;
        position: relative;
        justify-content: flex-end;
   }
    .slider-text h1 {
        text-align: left;
   }
    .slider-text p {
        text-align: left;
        width: 48%;
   }
    .headers-buttons {
        align-items: flex-end;
        width: 37%;
   }
    .headers-buttons > div {
        flex-direction: column;
        align-items: flex-start;
   }
    .button-3 {
        margin-left: 0px;
        margin-top: 10px;
   }
    .area-served li {
        width: 33%;
   }
    .features-section {
        background: #1d1d1d;
   }
    .features-section > div {
        z-index: 2;
        padding: 10px 0 !important;
   }
    .features-section > div > div {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 90%;
        max-width: 1280px;
   }
    .features-section > div:nth-of-type(2) {
        margin: 45px 0px 30px;
        width: 90%;
        max-width: 1280px;
        background: #1d1d1d;
        z-index: 1;
   }
    .features-section > div:nth-of-type(2) ul {
        margin: 16px 0px;
   }
    .features-images-text {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin-bottom: -45px;
   }
    .features-text {
        margin: 30px 0px 15px;
        text-align: center;
        display: flex;
        justify-content: flex-end;
        position: relative;
        width: 100%;
   }
    .features-text p {
        text-align: right;
        line-height: 1.5;
        margin: 0px;
        font-weight: 900;
        font-size: 23px;
        color: #2d2d2d;
        letter-spacing: 2px;
        text-shadow: #ecac02 1px 0px 0px, #ecac02 -1px 0px 0px, #ecac02 0px 1px 0px, #ecac02 0px -1px 0px, #ecac02 1px 0px 0px, #ecac02 -1px 0px 0px;
        max-width: 700px;
   }
    .features-images {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;
        position: relative;
        height: 400px;
        transition: all 0.5s ease 0s;
   }
    .features-image-1 {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 400px;
        position: relative;
        height: 400px;
        z-index: 1;
        transition: all 0.5s ease 0s;
   }
    .features-image-1 img {
        object-fit: cover;
        object-position: center center;
        width: 100%;
        height: 100%;
        position: absolute;
        border-radius: 40px;
        box-shadow: rgba(0, 0, 0, 0.51) 0px 0px 5px 0px, rgba(0, 0, 0, 0.51) -2px -2px 5px 0px;
   }
    .features-image-2 {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 350px;
        position: relative;
        height: 250px;
        z-index: 2;
        margin-left: -90px;
        transition: all 0.5s ease 0s;
   }
    .features-image-2 img {
        object-fit: cover;
        object-position: center center;
        width: 100%;
        position: absolute;
        height: 100%;
        border-radius: 40px;
        box-shadow: rgba(0, 0, 0, 0.51) 0px 0px 5px 0px, rgba(0, 0, 0, 0.51) 2px 0px 5px 0px;
   }
    .testimonial-content > div {
   }
    .slide:nth-of-type(2n+1) .testimonial-content {
        flex-direction: row;
        align-items: stretch;
        max-height: 350px;
   }
    .slide:nth-of-type(2n) .testimonial-content {
        flex-direction: row-reverse;
        align-items: stretch;
        max-height: 350px;
   }
    .testimonial-content > div {
        width: 49%;
   }
    .testimonial .image {
        width: 49%;
        align-items: stretch;
        display: flex;
        justify-content: center;
        margin: 0px;
        justify-self: flex-start;
   }
    .footer-nav a {
        width: 31%;
   }
}
@media screen and (max-width: 650px) {
    #callnowbutton {
        position: fixed;
        right: 10px;
        padding: 10px 20px;
        z-index: 9999999;
        cursor: pointer;
        bottom: 10px;
        background-color: rgb(129, 215, 66);
        color: rgb(255, 255, 255);
        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;
        border-radius: 10px;
   }
    #callnowbutton a img {
        height: 2em;
   }
}
@media (min-width: 768px) {
    .srvElement {
        width: 47%;
        display: flex;
        flex-direction: column;
        margin: 30px 10px 10px;
   }
    .srvElementImg img {
        height: 200px;
   }
    .srvElementFullWidth .srvElementImg img {
        height: 100%;
   }
    .srvElementBody {
        height: 100%;
   }
    .srvElementContent {
        height: 100%;
   }
    .srvElementFullWidth .srvElementContent {
        height: auto;
   }
    .srvElement.srvElementFullWidth {
        width: 100%;
        max-width: 1280px;
        flex-direction: row;
   }
    .srvElementFullWidth .srvElementImg {
        width: 32%;
        margin: 0px;
   }
    .srvElementFullWidth .srvElementBody {
        width: 68%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
   }
}
@media (min-width: 981px) {
    .hamburger {
        display: none;
   }
    nav > div {
        justify-content: center;
        flex-direction: column;
        align-items: center;
        position: relative;
        padding: 10px 0px;
   }
    nav .menu {
        height: auto;
        flex-direction: row;
        justify-content: center;
        left: 0px;
        position: relative;
        width: auto;
        align-items: center;
        padding: 0px;
        margin: 5px 0px;
        background: transparent;
        transform: none;
        top: 0px;
   }
    nav .menu li {
        margin: 0px 10px;
        padding: 0px;
   }
    .brand {
        width: 100%;
        justify-content: center;
        margin-bottom: 15px;
   }
    .brand a {
        justify-content: center;
   }
    nav .menu li:nth-of-type(7) {
        margin-bottom: 0px;
   }
    .slider-section {
        height: calc(-150px + 100vh);
   }
    .slider-text h1 {
        min-height: 150px;
   }
    .slider-text p {
        min-height: 100px;
   }
    .about-content {
        flex-direction: row;
        justify-content: space-between;
        align-items: stretch;
   }
    .about-content > div:nth-of-type(1) {
        width: 49%;
        margin: 0px;
   }
    .about-images {
        width: 49%;
        margin-top: 0px;
   }
    .about-image, .AboutSwiper-navigation {
        max-width: none !important;
   }
    .features-section > div {
        flex-direction: row;
        justify-content: center;
        align-items: stretch;
        padding-bottom: 6px;
   }
    .features-section > div > div {
        flex-direction: row;
        justify-content: space-between;
        align-items: stretch;
   }
    .features-section > div:nth-of-type(2) {
        flex-direction: column;
   }
    .features-content {
        width: 49%;
   }
    .features-text {
        margin-top: 50px;
   }
    .features-images-text {
        width: 49%;
        position: relative;
   }
    .features-images {
        margin-bottom: 0px;
        transition: all 0.5s ease 0s;
        height: 300px;
   }
    .features-image-1 {
        height: 300px;
   }
    .features-image-2 {
        margin-top: -15px;
        height: 200px;
   }
    .features-images:hover {
        transition: all 0.5s ease 0s;
   }
    .features-images:hover .features-image-1 {
        height: 60%;
        transition: all 0.5s ease 0s;
        margin-top: -90px;
   }
    .features-images:hover .features-image-2 {
        transition: all 0.5s ease 0s;
        margin-top: 110px;
   }
    .srvBlock {
        justify-content: center;
   }
    .srvElement {
        width: 31%;
        display: flex;
        flex-direction: column;
   }
    .lp-gallery a {
        width: calc(31.6667vw);
        max-width: 300px;
        height: calc(31.6667vw);
        max-height: 300px;
   }
    .contact-form-section > div {
        flex-direction: row;
        justify-content: space-between;
   }
    .email-form {
        width: 59%;
   }
    .contact-form-image {
        width: 39%;
   }
    .contact-form-image img {
        height: 100%;
        max-width: none;
   }
    .contact-section > div {
        flex-direction: row;
        justify-content: space-between;
   }
    .contact-content {
        width: 49%;
        justify-content: flex-start;
        text-align: left;
        border-bottom: none;
        border-right: 1px solid rgba(255, 255, 255, 0.41);
        margin-bottom: 0px;
        padding-bottom: 0px;
        padding-right: 10px;
   }
    .footer-nav {
        width: 49%;
   }
    .footer-nav a {
        width: 47%;
   }
}
@media (min-width: 1294px) {
    nav {
        height: auto;
        flex-direction: row;
        width: 100%;
   }
    nav > div {
        flex-direction: row;
        justify-content: space-between;
        height: 100%;
        width: 100%;
        padding-bottom: 0;
   }
    .navigation {
        width: auto;
        align-items: center;
        place-content: center;
   }
    .brand {
        margin: 0;
   }
    .brand a {
        margin-left: 0px;
   }
}
