body {
    color: #000000;
    background: #fff;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    margin: 0px;
    display: flex;
    flex-direction: column;
    font-size: 16px;
    font-weight: 500;
    overflow-x: hidden;
    line-height: 1.4;
}
html {
    scroll-padding-top: 33%;
    scroll-behavior: smooth;
    overflow-x: hidden;
}
a {
    text-decoration: none;
}
a[href^="tel:"] {
    white-space: nowrap;
}
p,
li {
    color: #000;
    text-align: justify;
    margin: 0px;
}
h1,
h2,
h3,
h4 {
    font-family: "Titillium Web", serif;
    font-weight: 600;
    font-style: normal;
}
h1 {
    font-size: 26px;
}
h2 {
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0px;
    text-align: center;
}
h3 {
    font-size: 22px;
}
@media (min-width: 600px) {
    h1 {
        font-size: 38px;
    }
    h2 {
        font-size: 30px;
    }
    h3 {
        font-size: 24px;
    }
}
@media (min-width: 981px) {
    h1 {
        font-size: 38px;
    }
    h2 {
        font-size: 36px;
    }
    h3 {
        font-size: 28px;
    }
}
f {
    box-sizing: border-box;
}
/*--------------------------------------------------
    * Header
--------------------------------------------------*/
header {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: auto;
}
nav {
    display: flex;
    position: relative;
    width: 100%;
    flex-direction: column;
    z-index: 9999;
    justify-content: center;
    align-items: center;
    top: 0px;
    background: #35A7FF;
}
nav.scrolled {
    position: fixed;
    top: 0px;
    z-index: 999999;
    box-shadow: #000000b3 0px 4px 10px 0px;
    animation: 0.3s ease 0s 1 normal none running slideDown;
}
.navigation-section {
    width: 95%;
    display: flex;
    flex-flow: wrap;
    align-items: center;
    max-width: 1280px;
    justify-content: center;
    padding: 10px;
}
.navigation {
    width: 100%;
    display: flex;
    position: relative;
    align-items: center;
    height: 100%;
    justify-content: space-between;
    padding: 5px 0;
}
.navigation-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    position: relative;
}
nav .menu-section {
    flex-direction: column;
    display: flex;
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: -1rem;
    right: -100%;
    z-index: 0;
    align-items: center;
    transform: translateY(-100%);
    transition: transform 1s ease-in-out;
    justify-content: center;
}
nav .menu-section.active {
    top: 0;
    left: -3%;
    right: 0px;
    padding: 0px;
    z-index: 9999;
    width: 101vw;
    transform: translateY(0px);
    overflow: hidden;
    height: 56vh;
    background: #35a7ff;
    max-height: 335px;
    min-height: 335px;
}
.menu-container {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.5em;
    flex-direction: column;
}
nav .menu {
    align-items: center;
    flex-direction: column;
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0px;
}
nav .menu li {
    margin: 0px;
    text-align: center;
    padding: 1rem 0px;
    list-style: none;
    padding: 10px;
}
nav .menu li a {
    text-decoration: none;
    font-weight: 500;
    color: #000;
}
nav .menu li:hover {
    background: #38618C;
    border-radius: 10px;
}
nav .menu li:hover a {
    color: #fff;
}
nav .outline {
    display: none;
}
.brand {
    width: 85%;
    text-wrap: wrap;
    z-index: 3;
    align-items: center;
    display: flex;
    justify-content: flex-start;
    position: relative;
}
.brand 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: 20px;
    font-family: "Open Sans", serif;
    font-weight: 800;
    font-style: normal;
    position: relative;
    color: #000000;
    text-align: left;
}
.brand-logo {
    width: 100%;
    text-wrap: wrap;
    z-index: 3;
    align-items: center;
    display: flex;
    justify-content: flex-start;
    position: relative;
}
.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%;
    padding-top: 5px;
}
.brand-logo a img {
    width: 100px;
    height: auto;
}
.brand-logo a span {
    font-size: 25px;
    font-family: "Open Sans", serif;
    font-weight: 800;
    font-style: normal;
    position: relative;
    color: #000;
    text-align: left;
    margin-left: 10px;
}
.navigation-buttons {
    width: 10%;
    max-width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: auto;
    position: relative;
}
.navigation-links {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    align-self: center;
    border-bottom: 2px solid #000000;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.navigation-links > p {
    width: 100%;
    color: #000000;
    text-align: left;
    font-weight: 500;
    display: none;
    font-size: 18px;
}
.navigation-links > div {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    align-content: center;
}
.hamburger {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 9999;
    margin-top: 5px;
}
.hamburger .btn {
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.hamburger span {
    display: block;
    width: 100%;
    border-radius: 3px;
    height: 3px;
    background: #000000;
    transition: all .3s;
    position: relative;
}
.hamburger span + span {
  margin-top: 8px;
}
.hamburger .active span:nth-child(1) {
  animation: ease .7s top forwards;
}
.hamburger .not-active span:nth-child(1) {
  animation: ease .7s top-2 forwards;
}
.hamburger .active span:nth-child(2) {
  animation: ease .7s scaled forwards;
}
.hamburger .not-active span:nth-child(2) {
  animation: ease .7s scaled-2 forwards;
}
.hamburger .active span:nth-child(3) {
  animation: ease .7s bottom forwards;
}
.hamburger .not-active span:nth-child(3) {
  animation: ease .7s bottom-2 forwards;
}
@keyframes top {
    0% {
        top: 0;
        transform: rotate(0);
    }
    50% {
        top: 12px;
        transform: rotate(0);
    }
    100% {
        top: 12px;
        transform: rotate(45deg);
    }
}
@keyframes top-2 {
    0% {
        top: 12px;
        transform: rotate(45deg);
    }
    50% {
        top: 12px;
        transform: rotate(0deg);
    }
    100% {
        top: 0;
        transform: rotate(0deg);
    }
}
@keyframes bottom {
    0% {
        bottom: 0;
        transform: rotate(0);
    }
    50% {
        bottom: 12px;
        transform: rotate(0);
    }
    100% {
        bottom: 12px;
        transform: rotate(135deg);
    }
}
@keyframes bottom-2 {
    0% {
        bottom: 12px;
        transform: rotate(135deg);
    }
    50% {
        bottom: 12px;
        transform: rotate(0);
    }
    100% {
        bottom: 0;
        transform: rotate(0);
    }
}
@keyframes scaled {
    50% {
        transform: scale(0);
    }
    100% {
        transform: scale(0);
    }
}
@keyframes scaled-2 {
    0% {
        transform: scale(0);
    }
    50% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
/*--------------------------------------------------
    * Slider
--------------------------------------------------*/
.slider-section {
    position: relative;
    width: 100%;
    height: calc(-160px + 100vh);
    align-items: center;
    display: flex;
    z-index: 0;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 440px;
    max-height: 550px;
}
.slider-section::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #35A7FF70;
    z-index: 2;
}
.slider-section > img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 1;
}
.slider {
    display: flex;
    flex-direction: column;
    width: 95%;
    position: relative;
    max-width: 1280px;
    z-index: 3;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
}
.slider-content {
    position: relative;
    z-index: 3;
    text-align: center;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 105px;
}
#title-h1 {
    margin: 0px;
    position: relative;
    font-weight: 700;
    color: #000000;
    z-index: 3;
    text-align: left;
    line-height: 1.2;
    text-shadow: #ffffff 0px 0px 5px, #ffffff 0px 0px 5px;
    opacity: 0;
}
.slider-content > p {
    margin: 10px 0px;
    position: relative;
    z-index: 3;
    color: #000000;
    font-size: 20px;
    text-align: left;
    text-shadow: #ffffff 0px 0px 5px, #ffffff8f 0px 0px 5px;
    font-weight: 600;
    opacity: 0;
}
.slider-content p a {
    color: #000;
    text-decoration: underline;
}
.headers-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    margin: 10px 0px 5px;
    opacity: 0;
}
.headers-buttons > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
}
.button {
    border: 1px solid #000000;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
    background: #FF5964;
    cursor: pointer;
    position: relative;
    display: inline-block;
    outline: none;
    text-align: center;
    z-index: 1;
    transition: all 0.3s ease;
    overflow: hidden;
    padding: 10px;
    border-radius: 10px;
    color: #000;
    margin: 5px;
    border-radius: 25px;
}
.button::before {
    content: '';
    position:absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 6;
    background: #00000000;
}
.button::after {
    position: absolute;
    content: " ";
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease;
}
.button:hover {
    color: #fff !important;
    border: 1px solid #fff !important;
}
.button:hover::after {
    transform: scale(2) rotate(180deg);
    background: #38618C;
}
.button-1 {
    border: 1px solid #fff;
    font-size: 17px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    background: #38618C;
    cursor: pointer;
    position: relative;
    display: flex;
    outline: none;
    text-align: center;
    z-index: 2;
    transition: all 0.3s ease;
    overflow: hidden;
    padding: 10px;
    color: #fff;
    border-radius: 10px;
    margin: 5px;
    border-radius: 25px;
}
.button-1::before {
    content: '';
    position:absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.button-1::after {
    position: absolute;
    content: " ";
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease;
}
.button-1:hover {
    color: #000;
    border: 1px solid #000;
}
.button-1:hover::after {
    transform: scale(2) rotate(180deg);
    background: #FF5964;
}
.scroll-down {
    position: absolute;
    margin: 20px;
    z-index: 5;
    right: -20px;
    bottom: 54px;
    z-index: 10;
}
.scroll-down img {
    height: 80px;
    transform: rotate(0deg);
    animation: 1.5s ease 0s infinite normal none running scroll-down-button;
    filter: drop-shadow(#000 0px 0px 6px);
}
@-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;
    }
}
.slider-image {
    display: block;
    position: absolute;
    width: 116%;
    height: auto;
    right: -119px;
    bottom: 0;
    max-width: 450px;
    opacity: 0;
}
/*--------------------------------------------------
    * Badges
--------------------------------------------------*/
.badges-section {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
    z-index: 1;
    margin-top: -55px;
}
.badges-section > div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 95%;
    max-width: 1280px;
    margin: 0 0 50px;
}
.badges-section > div > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.badges-container {
    display: flex;
    flex-flow: wrap;
    place-content: center;
    align-items: stretch;
    width: 100%;
    position: relative;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.badge-holder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
    max-width: 280px;
    margin: 15px;
    position: relative;
    min-height: 90px;
    background: #FF5964;
    border-radius: 15px;
}
.badge-holder > div {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    width: 100%;
    height: 100%;
    border: 1px solid #000;
    border-radius: 15px;
}
.badge-images {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 40%;
    height: 100%;
    clip-path: polygon(0 0, 80% 0, 100% 100%, 0 100%);
    border-radius: 15px 0 0 15px;
}
.badge-images::before {
    background: #ffffffa3;
    content: '';
    z-index: 2;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 15px 0 0 15px;
}
.badge-image{
    width: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    z-index: 1;
    height: 100%;
    border-radius: 15px 0 0 15px;
}
.badge-icon {
    width: 50%;
    z-index: 3;
    height: 100%;
    object-fit: contain;
    object-position: center;
    filter: invert(1);
}
.badge-elements {
    width: 60%;
    margin: 10px;
}
.badge-title {
    text-align: left;
    text-transform: capitalize;
    font-size: 18px;
    color: #000000;
    font-weight: 600;
}
.badge-content {
    text-align: left;
    font-size: 16px;
    color: #000000;
    text-transform: capitalize;
}
/*--------------------------------------------------
    * About
--------------------------------------------------*/
.about-section {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
    flex-direction: column;
    margin-top: 50px;
}
.about-section > div:nth-of-type(2) {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 95%;
    max-width: 1280px;
    margin: 15px 0px 40px;
    flex-direction: column-reverse;
    position: relative;
}
.about-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    z-index: 3;
}
.about-titles {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 90%;
    position: relative;
}
.subtitle {
    color: #38618C;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 18px;
    text-align: center;
}
.about-title {
    color: #000000;
    text-align: center;
}
.title-line-1 {
    margin: 15px 0;
    width: 100px;
    height: 1px;
    display: block;
    position: relative;
    background-color: #38618C;
}
.title-line-2 {
    width: 28px;
    height: 8px;
    display: block;
    position: absolute;
    background-color: #38618C;
    top: -3.5px;
    left: calc(50% - 14px);
    border-radius: 5px;
}
.about-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.about-text p {
    color: #000000;
}
.area-served {
    display: flex;
    place-content: center flex-start;
    align-items: flex-start;
    margin-bottom: 20px;
    margin-top: 0px;
    list-style: none;
    padding: 0px;
    flex-flow: wrap;
}
.area-served li {
    width: 100%;
    text-align: left;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin: 5px 0px;
    color: #000000;
}
.area-served li::before {
    content: "";
    margin-right: 5px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url("/img/icons/repair-icon.webp") center center / contain no-repeat;
}
.about-image-element {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    flex-direction: column;
    margin-bottom: 20px;
    z-index: 3;
}
.about-image-element img {
    object-fit: contain;
    object-position: center;
    width: 100%;
    height: 100%;
    max-width: 600px;
    box-shadow: 5px 5px 5px 0 #00000047;
    border-radius: 20px;
}
.about-btns {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}
/*--------------------------------------------------
    * Decoration
--------------------------------------------------*/
.decoration-section {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
}
.decoration-section::before {
    content: '';
    background: #35a7ffa1;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
}
.decoration-section > img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 1;
}
.decoration-section > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 95%;
    max-width: 1280px;
    position: relative;
    z-index: 3;
    margin: 0;
}
.decoration-image {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -30%;
    max-width: 600px;
}
.decoration-image img {
    width: 100%;
    height: 100%;
}
.decoration-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    margin: 50px 0;
}
.decoration-title {
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    text-shadow: 0 0 5px #000;
    margin-bottom: 10px;
    text-align: center;
}
.decoration-text {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    text-shadow: 0 0 5px #000;
    text-align: center;
}
/*--------------------------------------------------
    * Features
--------------------------------------------------*/
.features-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
}
.features-section > div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 95%;
    max-width: 1280px;
    margin: 50px 0;
    flex-direction: column;
    position: relative;
}
.features-titles {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
}
.features-title {
    color: #000000;
    text-align: center;
}
.features-content {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    flex-direction: column;
}
.features-content > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 10px;
}
.features-element-1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}
.features-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 10px;
}
.features-text strong {
    font-size: 18px;
    color: #38618C;
    margin-bottom: 5px;
    text-align: center;
}
.features-text p {
    color: #000;
}
.features-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
    padding: 35px 5px;
    border: 2px dashed #38618C;
    border-radius: 50%;
    margin: 10px 0;
    z-index: 0;
    max-width: 550px;
    max-height: 550px;
}
.features-imae-dot-1 {
    position: absolute;
    top: 10%;
    left: 10%;
    background: #38618C;
    width: 8vw;
    height: 8vw;
    border-radius: 50%;
    max-width: 48px;
    max-height: 48px;
}
.features-imae-dot-1::before {
    content: '';
    border: 2px solid #38618C;
    background: #fff;
    width: 11vw;
    height: 11vw;
    position: relative;
    display: block;
    border-radius: 50%;
    margin-top: -23%;
    margin-left: -24%;
    z-index: -1;
    max-width: 65px;
    max-height: 65px;
}
.features-imae-dot-2 {
    position: absolute;
    top: 47%;
    left: -4%;
    background: #38618C;
    width: 8vw;
    height: 8vw;
    max-width: 48px;
    max-height: 48px;
    border-radius: 50%;
}
.features-imae-dot-2::before {
    content: '';
    border: 2px solid #38618C;
    background: #fff;
    width: 11vw;
    height: 11vw;
    position: relative;
    display: block;
    border-radius: 50%;
    margin-top: -23%;
    margin-left: -24%;
    z-index: -1;
    max-width: 65px;
    max-height: 65px;
}
.features-imae-dot-3 {
    position: absolute;
    top: 85%;
    left: 13%;
    background: #38618C;
    width: 8vw;
    height: 8vw;
    border-radius: 50%;
    max-width: 48px;
    max-height: 48px;
}
.features-imae-dot-3::before {
    content: '';
    border: 2px solid #38618C;
    background: #fff;
    width: 11vw;
    height: 11vw;
    position: relative;
    display: block;
    border-radius: 50%;
    margin-top: -23%;
    margin-left: -24%;
    z-index: -1;
    max-width: 65px;
    max-height: 65px;
}
.features-image img {
    width: 75vw;
    height: 75vw;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
    max-width: 450px;
    max-height: 450px;
    box-shadow: 5px 5px 5px 0 #00000047;
}
.features-imae-dot-4 {
    position: absolute;
    top: 10%;
    right: 10%;
    background: #38618C;
    width: 8vw;
    height: 8vw;
    border-radius: 50%;
    max-width: 48px;
    max-height: 48px;
}
.features-imae-dot-4::before {
    content: '';
    border: 2px solid #38618C;
    background: #fff;
    width: 11vw;
    height: 11vw;
    position: relative;
    display: block;
    border-radius: 50%;
    margin-top: -23%;
    margin-left: -24%;
    z-index: -1;
    max-width: 65px;
    max-height: 65px;
}
.features-imae-dot-5 {
    position: absolute;
    top: 47%;
    right: -4%;
    background: #38618C;
    width: 8vw;
    height: 8vw;
    border-radius: 50%;
    max-width: 48px;
    max-height: 48px;
}
.features-imae-dot-5::before {
    content: '';
    border: 2px solid #38618C;
    background: #fff;
    width: 11vw;
    height: 11vw;
    position: relative;
    display: block;
    border-radius: 50%;
    margin-top: -23%;
    margin-left: -24%;
    z-index: -1;
    max-width: 65px;
    max-height: 65px;
}
.features-imae-dot-6 {
    position: absolute;
    top: 85%;
    right: 13%;
    background: #38618C;
    width: 8vw;
    height: 8vw;
    border-radius: 50%;
    max-width: 48px;
    max-height: 48px;
}
.features-imae-dot-6::before {
    content: '';
    border: 2px solid #38618C;
    background: #fff;
    width: 11vw;
    height: 11vw;
    position: relative;
    display: block;
    border-radius: 50%;
    margin-top: -23%;
    margin-left: -24%;
    z-index: -1;
    max-width: 65px;
    max-height: 65px;
}
.features-element-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}
/*--------------------------------------------------
    * Services
--------------------------------------------------*/
.services-section {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-direction: column;
    z-index: 0;
}
.services-section > div {
    width: 95%;
    max-width: 1280px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 1;
    margin: 50px 0px;
}
.services-titles {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
}
.services-title {
    color: #000000;
    text-align: center;
}
.services-section > div > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.srvBlock {
    display: flex;
    align-items: center;
    place-content: center;
    position: relative;
    height: 100%;
    flex-flow: wrap;
    flex-direction: column;
    justify-content: center;
}
.srvElement {
    margin: 15px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    position: relative;
    align-items: stretch;
    max-width: 450px;
    overflow: hidden;
}
.services-body {
    z-index: 4;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}
.srvElementHeader {
    position: relative;
    z-index: 3;
    min-height: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
.srvElementHeader h2 {
    text-align: center;
    font-family: "Titillium Web", sans-serif;
    line-height: 1.4;
    font-size: 24px;
    margin: 0px;
    font-weight: 700;
    z-index: 2;
    letter-spacing: 2px;
    color: #38618C;
}
.srvElementImg {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    width: 100%;
    z-index: 3;
    padding: 10px;
}
.srvElementImg > img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center center;
    position: relative;
    z-index: 1;
    box-shadow: 5px 5px 5px 0 #00000047;
    border-radius: 20px;
}
.srvElement:nth-child(even) .srvElementImg > img  {
    border-radius: 50%;
}
.srvElementBody {
    position: relative;
    z-index: 3;
    width: 100%;
    height: 100%;
}
.srvElementContent {
    text-align: justify;
    line-height: 1.4;
    position: relative;
    z-index: 3;
    margin-bottom: 5px;
}
.srvElementContent p {
    margin: 0px;
    font-weight: 500;
    position: relative;
    color: #000;
    z-index: 2;
}
.services-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}
/*--------------------------------------------------
    * Testimonials
--------------------------------------------------*/
.testimonials-section {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
}
.testimonials-section::before {
    content: '';
    z-index: 2;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #35a7ffbd;
}
.testimonials-section > img {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    object-fit: cover;
    object-position: center;
}
#testimonials {
    display: flex;
    justify-content: center;
    width: 95%;
    max-width: 1280px;
    z-index: 3;
    align-items: center;
    margin: 50px 0;
    flex-direction: column-reverse;
}
.testimonials-titles {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.testimonials-titles .subtitle {
    text-shadow: 0 0 5px #ffffff96;
}
.testimonial-title {
    color: #ffffff;
    text-align: center;
    text-shadow: 0 0 5px #00000099;
}
.testimonials-titles .title-line-1 {
    box-shadow: 0 0 5px #ffffff;
}
.testimonials-titles .title-line-2 {
    box-shadow: 0 0 5px #ffffff73;
}
.testimonial {
    position: relative;
    width: 100%;
    overflow: hidden;
    text-align: center;
    z-index: 3;
    background: transparent;
    border-radius: 20px;
    padding: 10px;
    backdrop-filter: blur(4px);
}
.testimonial-image {
    display: flex;
    align-items: center;
    justify-content: center;
}
.testimonial-image .image {
    position: relative;
    object-fit: cover;
    width: 130px;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    border-radius: 50%;
    box-shadow: 5px 5px 5px 0 #00000047;
}
.testimonial .slide {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: auto;
    width: 100%;
}
.testimonials-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 2;
    width: 100%;
    height: 100%;
    padding: 10px;
    position: relative;
    max-width: 600px;
}
.testimonial-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    position: relative;
    z-index: 3;
    padding: 15px 10px;
    width: 86%;
    height: 90%;
}
.testimonial-text {
    position: relative;
    margin: 10px 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: row;
    z-index: 3;
    height: 100%;
}
.slide p {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    text-align: justify;
    position: relative;
    margin: 10px 0px;
    padding: 0px;
    text-shadow: 0 0 5px #000000c2;
}
.slide .details {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-left: 15px;
}
.details .name {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-shadow: 0 0 5px #000000c2;
}
.slide .details img {
    width: 130px;
    margin-top: 10px;
    filter: drop-shadow(0 0 4px #000000ba);
}
.testimonials-swiper-navigation {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    margin-top: 30px;
}
.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,
.testimonial .swiper-button-next {
    border: 1px solid #38618C;
    border-radius: 50%;
    padding: 0px;
    background: #38618C;
    position: relative !important;
    width: 40px !important;
    height: 40px !important;
    box-shadow: 0 0 5px 0 #ffffff96;
}
.testimonial .swiper-button-prev::after,
.testimonial .swiper-button-next::after {
    color: #fff;
    font-size: 23px !important;
}
.testimonial .swiper-button-prev {
    border-radius: 10px;
    transition: 0.5s;
}
.testimonial .swiper-button-prev:hover {
    background: #FF5964;
    border-color: #FF5964;
}
.testimonial .swiper-button-next {
    border-radius: 10px;
    transition: 0.5s;
}
.testimonial .swiper-button-next:hover {
    background: #FF5964;
    border-color: #FF5964;
}
.testimonial .swiper-button-prev:hover::after,
.testimonial .swiper-button-next:hover::after {
    color: #000;
    font-size: 23px !important;
}
.testimonial .nav-button::after,
.nav-button::before {
    position: relative;
    font-size: 20px !important;
}
/*--------------------------------------------------
    * Gallery
--------------------------------------------------*/
.gallery-section {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-direction: column;
}
.gallery-content {
    width: 95%;
    max-width: 1280px;
    margin: 50px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}
.gallery-titles {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
}
.gallery-title {
    color: #000000;
    text-align: center;
}
.GallerySwiper {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px !important;
}
.swiper-grid-column > .swiper-wrapper{
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-auto-flow: column;
    justify-items: center;
    align-items: center;
}
.GallerySwiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}
.GallerySwiper .swiper-slide a {
    width: 80vw;
    height: 80vw;
    margin: 20px;
    max-width: 400px;
    max-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.GallerySwiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    box-shadow: 5px 5px 5px 0 #00000047;
    border-radius: 20px;
}
div.gallery-swiper-button-next {
    right: -4px;
    top: 50%;
    border: 0px;
    border-radius: 0px;
    padding: 0px;
    background: transparent;
    position: absolute !important;
}
div.gallery-swiper-button-prev {
    left: -5px;
    top: 50%;
    border: 0px;
    border-radius: 0px;
    padding: 0px;
    background: transparent;
}
div.gallery-swiper-button-prev::after,
div.gallery-swiper-button-next::after {
    color: #dc2626;
    text-align: center;
    font-size: 30px !important;
}
div.gallery-swiper-pagination {
    bottom: 0px !important;
}
div.gallery-swiper-pagination .swiper-pagination-bullet {
    background: #fff;
}
div.gallery-swiper-pagination .swiper-pagination-bullet {
    background: #dc2626;
}
.lightboxOverlay,
.lightbox {
    z-index: 999999 !important;
}
/*--------------------------------------------------
    * Email form
--------------------------------------------------*/
.contact-form-section {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
}
.contact-form-section > div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 95%;
    position: relative;
    flex-direction: column-reverse;
    max-width: 1280px;
    margin: 50px 0px;
}
.contact-section {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    flex-direction: column;
}
.contact-titles {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.contact-title {
    color: #000000;
    text-align: center;
}
.contact-section > p {
    color: #000000;
    font-size: 18px;
    text-align: center;
    margin-bottom: 15px;
}
.contact-section p a {
    color: #38618C;
    text-decoration: underline;
}
.email-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    align-items: center;
    position: relative;
    z-index: 1;
}
.contact-form-titles {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}
.contact-form-title {
    color: #000000;
    text-align: center;
}
.contact-form {
    z-index: 1;
    position: relative;
    width: 100%;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.contact-form > div {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 3;
    width: 100%;
}
.contact-form .form-row {
    margin-bottom: 35px;
    width: 100%;
    position: relative;
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-direction: column;
}
.contact-form .form-row:first-of-type {
    margin-top: 15px;
}
.contact-form .form-row:last-of-type {
    width: auto;
}
.contact-form .form-row .button-1 {
    margin: 0px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 20px;
}
.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: 0.3s;
    border-width: 0px 3px;
    border-top-style: initial;
    border-top-color: initial;
    border-image: initial;
    position: relative;
    background: #fff;
    color: #000;
    border-right-style: solid;
    border-right-color: #fff;
    border-left-style: solid;
    border-left-color: #fff;
    border-bottom: 2px solid #38618C;
    border-inline: 3px solid #fff;
    box-shadow: 5px 5px 5px 0 #0000002e;
    border-radius: 10px;
}
.contact-form input:focus,
.contact-form input:not(:placeholder-shown),
.contact-form textarea:focus,
.contact-form textarea:not(:placeholder-shown) {
    outline: 0px;
    border-right: 3px solid #38618C;
    border-left: 3px solid #38618C;
    border-inline: 3px solid #38618C;
    border-bottom: initial;
    border-radius: 30px;
    background: #38618C3b;
}
.contact-form input[type="text"]::placeholder,
.contact-form input[type="tel"]::placeholder,
.contact-form input[type="email"]::placeholder,
.contact-form textarea::placeholder {
    visibility: hidden;
}
.contact-form input[type="text"]:focus::placeholder,
.contact-form input[type="tel"]:focus::placeholder,
.contact-form input[type="email"]:focus::placeholder,
.contact-form textarea:focus::placeholder {
    visibility: visible;
}
.contact-form textarea {
    resize: none;
}
.contact-form .form-row label {
    color: #000;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s;
    padding: 0px 5px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
}
.contact-form .form-row label img {
    width: 20px;
    height: auto;
    margin-right: 10px;
}
.contact-form .form-row-textarea label {
    color: #000;
    position: absolute;
    right: 10px;
    top: 18%;
    transform: translateY(-50%);
    transition: 0.3s;
    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: #000;
    padding: 2px 5px 2px 20px;
    background: #d1dae4;
    font-size: 14px;
    border: 2px solid #38618C;
    width: auto;
    border-radius: 20px;
    margin-left: 5px;
}
.contact-form textarea:not(:placeholder-shown) + label,
.contact-form textarea:focus + label {
    max-width: 130px;
}
.contact-form input:focus + label img,
.contact-form input:not(:placeholder-shown) + label img,
.contact-form textarea:focus + label img,
.contact-form textarea:not(:placeholder-shown) + label img {
    filter: invert(0);
}
.contact-form input[type="text"]:focus,
.contact-form input[type="tel"]:focus,
.contact-form input[type="email"]:focus,
.contact-form textarea:focus {
    outline: none;
}
/*--------------------------------------------------
    * Footer
--------------------------------------------------*/
footer {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    position: relative;
    z-index: 0;
    background: #35A7FF;
}
.footer-rights {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 25px 0;
}
#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;
}
.button-2 {
    border-radius: 0px 30px 30px 0px;
    border: none;
    padding: 10px 20px;
    position: relative;
    display: inline-block;
    background: #ff5964;
    border: 3px solid #ff5964;
    z-index: 1;
    color: #000;
    transition: 0.5s;
    cursor: pointer;
    border: 1px solid #000;
    border-left: 0;
}
.button-2:hover {
    background: #38618C;
    color: #fff;
    border-color: #fff;
}
@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);
    }
}
@media (min-width: 600px) {
    .brand span {
        font-size: 22px;
    }
    /*--------------------------------------------------
        * Slider
    --------------------------------------------------*/
    .slider-section {
        height: calc(100vh - 140px);
    }
    .slider-content > p {
        width: 72%;
        margin: 10px 0;
    }
    .slider-image {
        width: 71%;
        max-width: 550px;
        right: -130px;
    }
    .headers-buttons > div {
        flex-direction: row;
    }
    /*--------------------------------------------------
        * About
    --------------------------------------------------*/
    .about-btns {
        flex-direction: row;
        justify-content: flex-start;
    }
    .area-served li {
        width: 50%;
    }
    /* .about-section > div:nth-of-type(2) {
        margin-bottom: 185px;
    } */
    /*--------------------------------------------------
        * Decoration
    --------------------------------------------------*/
    .decoration-image {
        margin-top: -165px;
    }
    .decoration-title {
        font-size: 24px;
    }
    .decoration-text {
        font-size: 20px;
    }
    /*--------------------------------------------------
        * Testimonials
    --------------------------------------------------*/
    .slide p {
        font-size: 20px;
    }
    /*--------------------------------------------------
        * Gallery
    --------------------------------------------------*/
    .GallerySwiper .swiper-slide a {
        max-height: 300px;
    }
    /*--------------------------------------------------
        * Footer
    --------------------------------------------------*/
    .footer-brand a span {
        font-size: 30px;
    }
    .contact-section > p {
        font-size: 21px;
    }
}
@media screen and (max-width: 650px) {
    #callnowbutton {
        position: fixed;
        right: 10px;
        padding: 10px 20px;
        z-index: 9999999;
        cursor: pointer;
        bottom: 10px;
        background-color: #81d742;
        color: #fff;
        text-decoration: none;
        border: none;
        transition: 0.3s;
        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: 981px) {
    /*--------------------------------------------------
        * Header
    --------------------------------------------------*/
    .hamburger {
        display: none;
    }
    nav {
        padding: 0px;
    }
    .navigation-section {
        position: relative;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: center;
    }
    nav .menu-section {
        justify-content: center;
        flex-flow: wrap;
        position: relative;
        width: 64%;
        align-items: center;
        padding: 0px;
        transform: none;
        height: auto;
        z-index: 3;
        top: auto;
        right: auto;
        max-width: 565px;
    }
    .menu-container {
        padding: 0;
        width: auto;
    }
    nav .menu {
        height: auto;
        flex-direction: row;
    }
    nav .menu li {
        margin: 0 5px;
        width: auto;
        background: transparent;
        transition: 0.3s;
        cursor: pointer;
    }
    .menu .btn {
        padding: 0;
        color: #fff;
        cursor: pointer;
        text-decoration: none;
    }
    nav .outline {
        position: absolute;
        inset: 0;
        pointer-events: none;
        display: block;
        width: 100%;
        height: 80%;
        top: 11%;
    }
    .rect {
        stroke-dashoffset: 5;
        stroke-dasharray: 0 0 10 40 10 40;
        transition: 0.5s;
        stroke: #000000;
        width: 100%;
        height: 100%;
        fill: transparent;
    }
    .menu .nav-about:hover ~ svg .rect {
        stroke-dashoffset: 0;
        stroke-dasharray: 0 0 5 82.7 5 10.7;
    }
    .menu .nav-features:hover ~ svg .rect {
        stroke-dashoffset: 0;
        stroke-dasharray: 0 6 6.5 67.8 6.5 31.6;
    }
    .menu .nav-services:hover ~ svg .rect {
        stroke-dashoffset: 0;
        stroke-dasharray: 0 13.2 6.5 53.2 6.5 55.5;
    }
    .menu .nav-gallery:hover ~ svg .rect {
        stroke-dashoffset: 0;
        stroke-dasharray: 0 30 6 20.4 6.4 10;
    }
    .menu .nav-testimonials:hover ~ svg .rect {
        stroke-dashoffset: 0;
        stroke-dasharray: 0 20.7 8.9 33.5 8.9 76;
    }
    .menu .nav-contact:hover ~ svg .rect {
        stroke-dashoffset: 0;
        stroke-dasharray: 0 36.8 6 7 6 15;
    }
    .navigation {
        width: 37%;
        justify-content: flex-start;
        align-items: center;
        padding: 0;
    }
    .brand {
        margin: 10px 0px;
        z-index: 5;
        width: 100%;
        justify-content: flex-start;
    }
    .brand span {
        font-size: 25px;
    }
    .brand a {
        width: 100%;
        justify-content: flex-start;
    }
    .navigation-buttons {
        display: none;
    }
    .navigation-links {
        flex-direction: row;
        width: 100%;
    }
    .navigation-links > p {
        display: block;
    }
    .navigation-links > div {
        justify-content: flex-end;
        width: 91%;
        margin: 0;
    }
    .navigation-content {
        flex-direction: row-reverse;
        justify-content: space-between;
    }
    /*--------------------------------------------------
        * Slider
    --------------------------------------------------*/
    .slider-section {
        height: calc(-170px + 100vh);
        min-height: 510px;
    }
    .slider-content {
        margin-bottom: 75px;
    }
    #title-h1 {
        width: 66%;
    }
    .slider-content > p {
        width: 43%;
    }
    .slider-image {
        width: 71%;
        max-width: 800px;
        right: -130px;
    }
    .headers-buttons {
        margin-top: 5px;
    }
    .scroll-down {
        right: auto;
        left: -20px;
        bottom: 46px;
    }
    /*--------------------------------------------------
        * Badges
    --------------------------------------------------*/
    .badges-section > div {
        margin: 0 0 20px;
    }
    /*--------------------------------------------------
        * About
    --------------------------------------------------*/
    .about-section > div:nth-of-type(2) {
        margin: 20px 0px 50px;
        flex-direction: row;
        justify-content: space-between;
        align-items: stretch;
    }
    .about-content {
        width: 49%;
        align-items: flex-start;
    }
    .about-image-element {
        width: 49%;
        margin: 0;
    }
    /*--------------------------------------------------
       * Decoration
    --------------------------------------------------*/
    .decoration-section > div {
        justify-content: space-between;
        flex-direction: row;
    }
    .decoration-image {
        width: 49%;
    }
    .decoration-content {
        width: 49%;
        align-items: flex-start;
    }
    .decoration-title {
        font-size: 26px;
        text-align: left;
    }
    .decoration-text {
        font-size: 22px;
        text-align: left;
    }
    /*--------------------------------------------------
        * Featues
    --------------------------------------------------*/
    .features-section > div {
        margin: 20px 0;
    }
    .features-content > div {
        flex-direction: row;
        justify-content: space-between;
        align-items: stretch;
    }
    .features-element-1 {
        width: 33%;
    }
    .features-text {
        margin: 27px 0;
    }
    .features-text-1 {
        align-items: flex-end;
        margin-right: -45%;
        height: 100%;
        justify-content: flex-start;
    }
    .features-text-1 strong, .features-text-2 strong, .features-text-3 strong {
        text-align: right;
    }
    .features-text-2 {
        align-items: flex-end;
        margin-right: 9%;
        height: 100%;
        justify-content: flex-start;
    }
    .features-text-3 {
        align-items: flex-end;
        margin-right: 0%;
        height: 100%;
        justify-content: flex-start;
    }
    .features-text-4 strong, .features-text-5 strong, .features-text-6 strong {
        text-align: left;
    }
    .features-text-4 {
        align-items: flex-start;
        margin-left: -45%;
        justify-content: flex-start;
        height: 100%;
    }
    .features-text-5 {
        align-items: flex-start;
        margin-left: 9%;
        height: 100%;
        align-self: center;
        justify-content: flex-start;
    }
    .features-text-6 {
        align-items: flex-start;
        margin-left: 0%;
        height: 100%;
        align-self: center;
        justify-content: flex-start;
    }
    .features-image {
        width: 33%;
        padding: 25px 10px;
        margin-top: 12%;
        height: 100%;
        align-self: center;
        max-width: 400px;
        max-height: 400px;
    }
    .features-imae-dot-1 {
        top: -2%;
        left: 30%;
        width: 2.5vw;
        height: 2.5vw;
        max-width: 34px;
        max-height: 34px;
    }
    .features-imae-dot-1::before {
        margin-top: -31%;
        margin-left: -28%;
        max-width: 50px;
        max-height: 50px;
        width: 3.5vw;
        height: 3.5vw;
    }
    .features-imae-dot-2 {
        top: 30%;
        left: -1%;
        max-width: 34px;
        max-height: 34px;
        width: 2.5vw;
        height: 2.5vw;
    }
    .features-imae-dot-2::before {
        margin-top: -28%;
        margin-left: -28%;
        max-width: 50px;
        max-height: 50px;
        width: 3.5vw;
        height: 3.5vw;
    }
    .features-imae-dot-3 {
        top: 75%;
        left: 5%;
        max-width: 34px;
        max-height: 34px;
        width: 2.5vw;
        height: 2.5vw;
    }
    .features-imae-dot-3::before {
        margin-top: -28%;
        margin-left: -28%;
        max-width: 50px;
        max-height: 50px;
        width: 3.5vw;
        height: 3.5vw;
    }
    .features-image img {
        width: 27vw;
        height: 27vw;
        max-width: 340px;
        max-height: 340px;
    }
    .features-imae-dot-4 {
        top: -2%;
        right: 30%;
        max-width: 34px;
        max-height: 34px;
        width: 2.5vw;
        height: 2.5vw;
    }
    .features-imae-dot-4::before {
        margin-top: -31%;
        margin-left: -28%;
        max-width: 50px;
        max-height: 50px;
        width: 3.5vw;
        height: 3.5vw;
    }
    .features-imae-dot-5 {
        top: 30%;
        right: -1%;
        max-width: 34px;
        max-height: 34px;
        width: 2.5vw;
        height: 2.5vw;
    }
    .features-imae-dot-5::before {
        margin-top: -28%;
        margin-left: -28%;
        max-width: 50px;
        max-height: 50px;
        width: 3.5vw;
        height: 3.5vw;
    }
    .features-imae-dot-6 {
        top: 75%;
        right: 5%;
        max-width: 34px;
        max-height: 34px;
        width: 2.5vw;
        height: 2.5vw;
    }
    .features-imae-dot-6::before {
        margin-top: -28%;
        margin-left: -28%;
        max-width: 50px;
        max-height: 50px;
        width: 3.5vw;
        height: 3.5vw;
    }
    .features-element-2 {
        width: 33%;
    }
    /*--------------------------------------------------
        * Services
    --------------------------------------------------*/
    .services-section > div {
        margin: 20px 0;
    }
    .srvElement {
        max-width: 700px;
    }
    .srvElement:nth-child(odd) {
        margin-left: -25%;
    }
    .srvElement:nth-child(even) {
        margin-right: -25%;
    }
    .srvElement:nth-child(odd) .services-body {
        flex-direction: row;
    }
    .srvElement:nth-child(odd) .srvElementBody {
        align-items: center;
        display: flex;
        justify-content: center;
        flex-direction: column;
        margin-left: 20px;
    }
    .srvElement:nth-child(odd) .srvElementHeader {
        justify-content: flex-start;
    }
    .srvElement:nth-child(odd) .srvElementHeader h2 {
        text-align: left;
    }
    .srvElement:nth-child(even) .services-body {
        flex-direction: row-reverse;
    }
    .srvElement:nth-child(even) .srvElementBody {
        align-items: flex-start;
        display: flex;
        justify-content: center;
        flex-direction: column;
        margin-right: 20px;
    }
    .srvElement:nth-child(even) .srvElementHeader {
        justify-content: flex-end;
    }
    .srvElement:nth-child(even) .srvElementHeader h2 {
        text-align: right;
    }
    /*--------------------------------------------------
        * Gallery
    --------------------------------------------------*/
    .gallery-content {
        margin: 20px 0px;
    }
    .GallerySwiper .swiper-slide a {
        width: 28vw;
        height: 18vw;
        max-width: 390px;
        max-height: 250px;
    }
    /*--------------------------------------------------
        * Testimonials
    --------------------------------------------------*/
    #testimonials {
        flex-direction: row;
        justify-content: space-between;
    }
    .testimonial {
        margin: 25px 0;
    }
    .testimonials-slide {
        max-width: none;
    }
    /*--------------------------------------------------
        * Email form
    --------------------------------------------------*/
    .contact-form-section > div {
        flex-direction: row;
        margin: 20px 0;
        justify-content: space-between;
    }
    .contact-section {
        width: 49%;
    }
    .email-form {
        width: 49%;
    }
    .contact-section > p {
        font-size: 23px;
    }
}
@media (min-width: 1200px) {
    .navigation-section {
        flex-direction: row-reverse;
    }
    nav .menu-section {
        width: 72%;
        justify-content: flex-end;
    }
    .navigation {
        width: 28%;
    }
    .brand a {
        justify-content: flex-start;
    }
}
