body {
    color: rgb(0, 0, 0);
    background-color: #cadaff;
    font-family: Quicksand, Arial, Helvetica, sans-serif;
    margin: 0px;
    display: flex;
    flex-direction: column;
    font-size: 16px;
    font-weight: 500;
}
html {
    scroll-padding-top: 120px;
    scroll-behavior: smooth;
}
@media (min-width: 769px) {
    html {
        scroll-padding-top: 150px;
   }
}
@media (min-width: 992px) {
    html {
        scroll-padding-top: 170px;
   }
}
@media (min-width: 1154px) {
    html {
        scroll-padding-top: 100px;
   }
}
.container {
    max-width: 1280px;
    width: 90%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.row {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0px !important;
    margin-left: 0px !important;
}
a {
    text-decoration: none;
}
h1, h2, h3, h4 {
    font-family: "Yatra One", system-ui;
    font-weight: 600;
    font-style: normal;
}
h1 {
    font-size: 26px;
}
h2 {
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
    text-shadow: rgb(255, 255, 255) 0px 0px 5px;
}
h2 span {
    color: #2A3FA6;
}
h3 {
    font-size: 22px;
}
@media (min-width: 600px) {
    h1 {
        font-size: 26px;
   }
    h2 {
        font-size: 30px;
   }
    h3 {
        font-size: 24px;
   }
    .about-content h2, .features-content-1 h2, .srvBlockTitle h2, .gallery-section h2, .testimonial h2 {
        margin: 0px 0px 40px !important;
   }
    .about-content h2 span, .features-content-1 h2 span, .srvBlockTitle h2 span, .gallery-section h2 span, .testimonial h2 span {
        bottom: -41px !important;
   }
}
@media (min-width: 992px) {
    h1 {
        font-size: 32px;
   }
    h2 {
        font-size: 36px;
   }
    h3 {
        font-size: 28px;
   }
    .about-content h2, .features-content-1 h2, .srvBlockTitle h2, .gallery-section h2, .testimonial h2 {
        margin: 0px 0px 50px !important;
   }
    .about-content h2 span, .features-content-1 h2 span, .srvBlockTitle h2 span, .gallery-section h2 span, .testimonial h2 span {
        bottom: -49px !important;
   }
}
* {
    box-sizing: border-box;
}
header {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
}
.hamburger {
    display: flex;
    width: 14%;
    color: #231f20;
    z-index: 999;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 8px;
    transition: transform 0.5s ease-in-out 0s;
}
.hamburger:active {
    transform: skew(20deg, 20deg);
}
.hamburger img {
    width: 40px;
    height: auto;
    filter: brightness(0) saturate(100%) invert(24%) sepia(15%) saturate(7294%) hue-rotate(213deg) brightness(94%) contrast(98%);
}
.menu .hamburger {
    width: 0px;
    position: absolute;
    bottom: 50px;
}
nav {
    display: flex;
    position: absolute;
    width: 100%;
    top: 0px;
    flex-direction: column;
    height: fit-content;
    z-index: 9999;
    justify-content: center;
    align-items: center;
    background: transparent;
    transition: background-color 0.3s ease 0s;
}
nav.scrolled {
    box-shadow: rgb(0, 0, 0) 0px 0px 5px;
    position: fixed;
    background: #cadaff;
    top: 0px;
    margin: 0px;
    z-index: 999999;
    animation: 0.3s ease 0s 1 normal none running slideDown;
}
nav > div {
    width: 100%;
    display: flex;
    flex-flow: wrap;
    place-content: center space-between;
    align-items: center;
    height: auto;
    padding: 10px 0px;
}
.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: #cadaff;
    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: 700;
    color: #231f20;
}
.brand {
    width: 80%;
    text-wrap: wrap;
    z-index: 10;
    padding: 0px 10px;
    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 {
    color: #231f20;
    font-size: 20px;
    font-family: "Yatra One", system-ui;
    font-weight: 600;
    font-style: normal;
    position: absolute;
    top: 29px;
    left: 42px;
}
.brand img {
    width: 110px;
    height: auto;
    align-self: center;
    position: relative;
    top: -5px;
    left: 0px;
    filter: brightness(0) saturate(100%) invert(24%) sepia(15%) saturate(7294%) hue-rotate(213deg) brightness(94%) contrast(98%);
}
.button-1 {
    font-size: 18px;
    border: 3px solid #231f20;
    border-radius: 300px;
    width: 220px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    letter-spacing: 1px;
    color: #231f20 !important;
    text-shadow: none !important;
    font-weight: 700 !important;
}
.button-1:hover {
    background: #231f20;
    transition: all 0.5s ease 0s;
    color: rgb(255, 255, 255) !important;
}
.button-2 {
    font-size: 18px;
    border: 3px solid #231f20;
    border-radius: 300px;
    width: 190px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #231f20;
    letter-spacing: 1px;
    color: rgb(255, 255, 255) !important;
    text-shadow: none !important;
    font-weight: 600 !important;
}
.button-2:hover {
    background: transparent;
    transition: all 0.5s ease 0s;
    color: #231f20 !important;
}
.slider-section {
    position: relative;
    top: 0px;
    width: 100%;
    height: calc(0px + 100vh);
    align-items: center;
    display: flex;
    z-index: 0;
    flex-direction: column;
    justify-content: center;
    min-height: 400px;
    background: #cadaff;
}
.slider-img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0px;
    max-width: 600px;
}
.slider-decoration {
    display: none;
}
.top-decoration-element {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 90%;
    position: relative;
    max-width: 1280px;
    justify-content: center;
    z-index: 4;
    top: -10px;
}
.slider-content {
    position: relative;
    z-index: 3;
    text-align: center;
}
.slider-text {
    color: #231f20;
    text-shadow: rgb(255, 255, 255) 0px 0px 5px, rgb(255, 255, 255) 0px 0px 5px, rgb(255, 255, 255) 0px 0px 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.slider-text h1 {
    margin: 30px 0px 0 0;
    position: relative;
}
.slider-text a {
    color: #231f20;
    text-decoration: none;
}
.slider-text a:hover {
    color: #231f20;
}
.slider-text p {
    margin: 5px 0px 10px;
    position: relative;
    font-weight: 600;
    font-size: 18px;
}
.slider-text .slogan {
    font-size: 20px;
}
.headers-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.button {
    position: relative;
    z-index: 2;
    width: 240px;
    height: 56px;
    letter-spacing: 1px;
    transition: all 0.3s ease 0s;
    margin: 20px 0px;
    text-decoration: none !important;
}
.button-text {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #231f20;
    text-shadow: rgb(255, 255, 255) 0px 0px 5px, rgb(255, 255, 255) 0px 0px 5px, rgb(255, 255, 255) 0px 0px 5px;
    font-size: 18px;
    font-weight: 700;
}
.button::before, .button::after, .button__text::before, .button__text::after {
    content: "";
    position: absolute;
    height: 3px;
    border-radius: 2px;
    background: #231f20;
    transition: all 0.5s ease 0s;
}
.button::before {
    top: 0px;
    left: 54px;
    width: calc(100% - 128px);
}
.button::after {
    top: 0px;
    right: 54px;
    width: 8px;
}
.button-text::before {
    bottom: 0px;
    right: 54px;
    width: calc(100% - 128px);
}
.button-text::after {
    bottom: 0px;
    left: 54px;
    width: 8px;
}
.button-line {
    position: absolute;
    top: 0px;
    width: 56px;
    height: 100%;
    overflow: hidden;
}
.button-line::before {
    content: "";
    position: absolute;
    top: 0px;
    width: 150%;
    height: 100%;
    box-sizing: border-box;
    border-radius: 300px;
    border: 3px solid #231f20;
}
.button-line:nth-child(1), .button-line:nth-child(1)::before {
    left: 0px;
}
.button-line:nth-child(2), .button-line:nth-child(2)::before {
    right: 0px;
}
.button:hover {
    letter-spacing: 6px;
}
.button:hover::before, .button:hover .button-text::before {
    width: 8px;
}
.button:hover::after, .button:hover .button-text::after {
    width: calc(100% - 128px);
}
.button-drow1, .button-drow2 {
    position: absolute;
    z-index: -1;
    border-radius: 16px;
    transform-origin: 16px 16px;
}
.button-drow1 {
    top: -16px;
    left: 40px;
    width: 32px;
    height: 0px;
    transform: rotate(30deg);
}
.button-drow2 {
    top: 44px;
    left: 77px;
    width: 32px;
    height: 0px;
    transform: rotate(-127deg);
}
.button-drow1::before, .button-drow1::after, .button-drow2::before, .button-drow2::after {
    content: "";
    position: absolute;
}
.button-drow1::before {
    bottom: 0px;
    left: 0px;
    width: 0px;
    height: 32px;
    border-radius: 16px;
    transform-origin: 16px 16px;
    transform: rotate(-60deg);
}
.button-drow1::after {
    top: -10px;
    left: 45px;
    width: 0px;
    height: 32px;
    border-radius: 16px;
    transform-origin: 16px 16px;
    transform: rotate(69deg);
}
.button-drow2::before {
    bottom: 0px;
    left: 0px;
    width: 0px;
    height: 32px;
    border-radius: 16px;
    transform-origin: 16px 16px;
    transform: rotate(-146deg);
}
.button-drow2::after {
    bottom: 26px;
    left: -40px;
    width: 0px;
    height: 32px;
    border-radius: 16px;
    transform-origin: 16px 16px;
    transform: rotate(-262deg);
}
.button-drow1, .button-drow1::before, .button-drow1::after, .button-drow2, .button-drow2::before, .buttondrow2::after {
    background: #2A3FA6;
}
.features-content-1 .button-drow1, .features-content-1 .button-drow1::before, .features-content-1 .button-drow1::after, .features-content-1 .button-drow2, .features-content-1 .button-drow2::before, .features-content-1 .buttondrow2::after {
    background: #cadaff;
}
.button:hover .button-drow1 {
    animation: 0.06s ease-in 0s 1 normal forwards running drow1;
}
.button:hover .button-drow1::before {
    animation: 0.08s linear 0.06s 1 normal forwards running drow2;
}
.button:hover .button-drow1::after {
    animation: 0.03s linear 0.14s 1 normal forwards running drow3;
}
.button:hover .button-drow2 {
    animation: 0.06s linear 0.2s 1 normal forwards running drow4;
}
.button:hover .button-drow2::before {
    animation: 0.03s linear 0.26s 1 normal forwards running drow3;
}
.button:hover .button-drow2::after {
    animation: 0.06s linear 0.32s 1 normal forwards running drow5;
}
.button:hover .button-text {
    color: #fff;
    text-shadow: #000 0px 0px 5px, #000 0px 0px 5px, #000 0px 0px 5px;
}
@keyframes drow1 {
    0% {
        height: 0px;
   }
    100% {
        height: 100px;
   }
}
@keyframes drow2 {
    0% {
        width: 0px;
        opacity: 0;
   }
    10% {
        opacity: 0;
   }
    11% {
        opacity: 1;
   }
    100% {
        width: 120px;
   }
}
@keyframes drow3 {
    0% {
        width: 0px;
   }
    100% {
        width: 80px;
   }
}
@keyframes drow4 {
    0% {
        height: 0px;
   }
    100% {
        height: 120px;
   }
}
@keyframes drow5 {
    0% {
        width: 0px;
   }
    100% {
        width: 124px;
   }
}
.button-3 {
    font-size: 18px;
    font-weight: 700;
    margin-top: 10px;
    border: 3px solid #231f20;
    border-radius: 300px;
    width: 240px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #231f20;
    letter-spacing: 1px;
    color: rgb(255, 255, 255) !important;
    text-shadow: none !important;
}
.button-3:hover {
    background: #2A3FA6;
    transition: all 0.5s ease 0s;
    text-shadow: rgb(255, 255, 255) 0px 0px 5px !important;
    color: #231f20 !important;
}
.scroll-down {
    position: absolute;
    left: calc(50vw - 40px);
    bottom: 15px;
    margin: 20px;
}
.scroll-down img {
    height: 80px;
    transform: rotate(0deg);
    animation: 1.5s ease 0s infinite normal none running scroll-down-btn;
    filter: invert(1);
}
@-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;
    padding-top: 30px;
    align-items: center;
    width: 100%;
    position: relative;
    margin: 30px 0px;
}
.badge-holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: calc(100% - 10px);
    max-width: 300px;
    min-height: 170px;
    padding: 15px 5px 22px;
    margin: 20px 10px 30px;
    border-radius: 5px;
    position: relative;
    text-shadow: rgb(0, 0, 0) 0px 0px 5px, rgb(0, 0, 0) 0px 0px 5px, rgb(0, 0, 0) 0px 0px 5px;
    z-index: 0;
}
.badge-holder::before {
    content: "";
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    background-image: url("/img/badge.webp");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: brightness(0) saturate(100%) invert(24%) sepia(15%) saturate(7294%) hue-rotate(213deg) brightness(94%) contrast(98%);
    z-index: 2;
    border-radius: 300px;
}

p.badge-title {
    font-weight: 700;
    text-transform: capitalize;
    font-size: 18px;
    z-index: 2;
    position: relative;
    top: 0px;
    text-shadow: rgb(0, 0, 0) 0px 0px 5px, rgb(0, 0, 0) 0px 0px 5px, rgb(0, 0, 0) 0px 0px 5px;
    color: rgb(255, 255, 255);
}
p.badge-content {
    text-align: center;
    text-transform: capitalize;
    min-height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    line-height: 18px;
    margin: 0px;
    z-index: 2;
    position: relative;
    top: 7px;
    text-shadow: rgb(0, 0, 0) 0px 0px 5px, rgb(0, 0, 0) 0px 0px 5px, rgb(0, 0, 0) 0px 0px 5px;
    color: rgb(255, 255, 255);
}
.badge {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.badge-icon {
    width: 30%;
    padding-bottom: 5px;
    z-index: 2;
    position: absolute;
    top: -35px;
    filter: invert(1) drop-shadow(black 0px 0px 2px) drop-shadow(black 0px 0px 2px);
    transition: transform 0.5s ease-in-out 0s;
}
.badge-holder:hover .badge-icon {
    transform: rotate(45deg);
    transition: transform 0.5s ease-in-out 0s;
}
#about {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-direction: column-reverse;
    margin: 30px 0px;
    position: relative;
}
.about-images {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
    margin: 20px 0px 0px;
}
.about-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 340px;
    position: relative;
    z-index: 4;
    flex-direction: column;
}
.about-img::before {
    content: "";
    position: relative;
    top: 0px;
    left: 0px;
    width: 90%;
    max-width: 305px;
    height: 800px;
    background: url(/img/paint-splash.webp);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
    filter: brightness(0) saturate(100%) invert(24%) sepia(15%) saturate(7294%) hue-rotate(213deg) brightness(94%) contrast(98%);
}
.about-image {
    width: 85%;
    max-width: 290px;
    height: 25%;
    max-height: 200px;
    object-fit: cover;
    object-position: center center;
    position: absolute;
    z-index: 3;
    top: 140px;
    right: 0px;
    box-shadow: rgb(0, 0, 0) 0px 0px 15px 0px;
    transition: all 0.5s ease 0s;
}
.about-image-1 {
    width: 85%;
    max-width: 290px;
    height: 25%;
    max-height: 200px;
    object-fit: cover;
    object-position: center center;
    position: absolute;
    z-index: 3;
    top: 400px;
    left: 0px;
    box-shadow: rgb(0, 0, 0) 0px 0px 15px 0px;
    transition: all 0.5s ease 0s;
}
.about-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
}
.about-decoration {
    position: absolute;
    object-fit: contain;
    object-position: center center;
    width: 100%;
    max-width: 300px;
    height: 100%;
    max-height: 300px;
    top: 900px;
    right: 0px;
    filter: brightness(0) invert(1);
    z-index: 1;
}
.about-content h2 {
    text-align: center;
    margin: 0px 0px 30px;
    position: relative;
    text-transform: capitalize;
    z-index: 2;
}
.about-content h2 span {
    position: absolute;
    right: 0px;
    bottom: -35px;
}
.about-content p {
    text-align: justify;
    z-index: 2;
}
.area-served {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
    margin-bottom: 20px;
    margin-top: 0px;
    z-index: 2;
}
.area-served li {
    width: 46%;
}
.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;
}
.features-section {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
    z-index: 0;
}
.features-section::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #2a3fa6db;
    z-index: 1;
}
.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;
}
.features-content-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
}
.features-content-1 h2 {
    text-align: center;
    margin: 0px 0px 30px;
    position: relative;
    text-transform: capitalize;
    z-index: 2;
    color: rgb(255, 255, 255);
    text-shadow: rgb(0, 0, 0) 0px 0px 5px;
    font-weight: 500;
}
.features-content-1 h2 span {
    position: absolute;
    right: 0;
    bottom: -35px;
    color: #fff;
}
.features-content-1 ul {
    text-align: justify;
    padding-left: 10px;
    color: rgb(255, 255, 255);
}
.features-content-1 ul li {
    margin: 10px 0px;
}
.features-content-1 ul li strong {
    color: #fff;
    text-decoration: underline;
    text-shadow: rgb(0, 0, 0) 0px 0px 5px;
}
.features-content-1 .button-line::before {
    border-color: rgb(255, 255, 255);
}
.features-content-1 .button-text {
    color: rgb(255, 255, 255);
    text-shadow: rgb(0, 0, 0) 0px 0px 5px, rgb(0, 0, 0) 0px 0px 5px;
}
.features-content-1 .button::before, .features-content-1 .button::after, .features-content-1 .button__text::before, .features-content-1 .button__text::after {
    background: rgb(255, 255, 255);
}
.section {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    justify-content: center;
    position: relative;
}
.section::before {
    content: "";
    position: absolute;
    background-image: url(/img/decoration.webp);
    background-repeat: repeat-y;
    background-size: 100%;
    background-position: center center;
    width: 100%;
    height: 100%;
    padding-bottom: 0px;
    top: 0px;
    left: 0px;
    filter: brightness(0) invert(1);
    z-index: 0;
}
.services-section {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 0px;
    position: relative;
    z-index: 2;
    background: linear-gradient(to bottom, transparent 0%, #fff 60%);
}
.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;
}
.srvBlockTitle h2 {
    text-align: center;
    margin: 0px 0px 25px;
    position: relative;
    text-transform: capitalize;
    z-index: 2;
}
.srvBlockTitle h2 span {
    position: absolute;
    right: 0px;
    bottom: -35px;
}
.srvBlock {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-flow: wrap;
}
.srvElement {
    margin: 50px auto 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    position: relative;
    box-shadow: rgb(0, 0, 0) 0px -2px 15px 0px;
    transition: transform 0.5s ease-in-out 0s;
}
.srvElement:hover {
    transform:translateY(-20px);
    transition: transform 0.5s ease-in-out 0s;
}
.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;
    text-shadow: rgb(0, 0, 0) 0px 0px 5px;
}
.srvElementImg {
    display: flex;
    justify-content: center;
    align-items: center;
}
.srvElementImg img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center center;
}
.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: #2A3FA6;
    padding-top: 20px;
    border-top: 3px solid #cadaff;
    transition: all 0.5s ease-in-out 0s;
}
.srvElement:hover .srvElementBody {
    background: #0D1A5E;
    transition: all 0.5s ease-in-out 0s;
}
.srvElementHeader {
    border-radius: 25px;
    position: relative;
    bottom: 1px;
    padding: 5px;
}
.srvElement:hover h2 {
    font-weight: bold;
}
.row .col-md-12 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.gallery-section h2 {
    text-align: center;
    margin: 0px 0px 30px;
    position: relative;
    text-transform: capitalize;
    z-index: 2;
    width: 340px;
}
.gallery-section h2 span {
    position: absolute;
    right: 25px;
    bottom: -35px;
}
.gallery-section {
    padding: 30px 0px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    z-index: 2;
}
.lp-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 95%;
    margin: 0px auto;
}
.lp-gallery a {
    width: 38vw;
    height: 38vw;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
    margin: 8px;
    transition: all 0.5s ease;
}
.lp-gallery a:hover {
    transform: scale(1.05);
    transition: all 0.5s ease;
}
.lp-gallery a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    box-shadow: rgb(0, 0, 0) 0px 0px 10px 0px;
}
.lightboxOverlay, .lightbox {
    z-index: 999999 !important;
}
.testimonials-contact-form-section {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
    padding-bottom: 35px;
}
.testimonials-contact-form-section::before {
    content: '';
    display: none;
}
.contact-form-section {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 370px;
    position: relative;
}
.contact-form-section::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #2A3FA6bf;
    z-index: 1;
}
.contact-form-section::after {
    content: "";
    display: none;
}
.contact-form-section > img {
    position: absolute;
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.contact-form-section > h2 {
    width: 90%;
    text-align: center;
    align-self: center;
    color: #fff;
    text-shadow: 0 0 5px #000;
    z-index: 1;
}
.email-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 90%;
    max-width: 1280px;
    position: relative;
    z-index: 2;
}
.email-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 90%;
    max-width: 640px;
    z-index: 2;
    padding: 30px 0px 20px;
}
.submit-button {
    color: rgb(255, 255, 255);
    text-shadow: none;
    font-size: 18px;
    font-weight: 700;
    border: 3px solid rgb(255, 255, 255);
    border-radius: 300px;
    width: 150px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    letter-spacing: 1px;
}
.submit-button:hover {
    background: #2A3FA6;
    border-color: #2A3FA6;
    color: #231f20;
    text-shadow: rgb(255, 255, 255) 0px 0px 5px;
    cursor: pointer;
    transition: all 0.5s ease 0s;
}
.email-form > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.email-form h2 {
    color: #fff;
    text-shadow: 0 0 5px #000;
}
.contact-form {
    z-index: 2;
    position: relative;
    width: 100%;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.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.submit-btn {
    width: auto;
}
.contact-form input[type="text"], .contact-form input[type="tel"], .contact-form input[type="email"], .contact-form textarea {
    width: 100%;
    padding: 20px 10px 10px;
    border: none;
    box-sizing: border-box;
    transition: all 0.3s ease 0s;
    box-shadow: rgb(0, 0, 0) 0px 0px 10px 0px;
    background: rgba(255, 255, 255, 0.25);
}
.contact-form input:focus, .contact-form input:not(:placeholder-shown), .contact-form textarea:focus, .contact-form textarea:not(:placeholder-shown) {
    outline: 0px;
    background: rgb(255, 255, 255);
}
.contact-form textarea {
    resize: none;
}
.contact-form .form-row label {
    color: rgb(255, 255, 255);
    position: absolute;
    pointer-events: none;
    left: 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;
    left: 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(0, 0, 0);
    padding: 2px 5px;
    background: rgb(255, 255, 255);
    font-size: 14px;
    box-shadow: rgb(0, 0, 0) 0px 0px 10px 0px;
}
.contact-form input[type="text"]:focus, .contact-form input[type="tel"]:focus, .contact-form input[type="email"]:focus, .contact-form textarea:focus {
    outline: none;
    border-color: rgb(0, 0, 0);
}
.testimonials-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 30px 0px;
    position: relative;
    background: rgb(233, 231, 232);
}
.testimonials-section::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: transparent;
    transform-origin: left top;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 8px, rgba(0, 0, 0, 0.2) 0px 4px 8px;
}
.testi-content.swiper-wrapper {
    margin-top: 75px;
}
#testimonials {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90%;
    max-width: 640px;
    z-index: 2;
}
.testimonial {
    position: relative;
    width: 100%;
    padding-top: 20px;
    overflow: hidden;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.testimonial h2 {
    text-align: center;
    margin: 0px 0px 25px;
    position: relative;
    text-transform: capitalize;
    z-index: 2;
    width: 100%;
}
.testimonial h2 span {
    position: absolute;
    right: 0px;
    bottom: -35px;
}
.testimonial .image {
    height: 150px;
    width: 150px;
    position: relative;
    object-fit: cover;
    z-index: 1;
    box-shadow: rgb(0, 0, 0) 0px 0px 10px 0px;
}
.testimonial .slide {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    row-gap: 30px;
    height: 100%;
    width: 100%;
    margin-bottom: -70px;
}
.testimonial-content {
    background: #2A3FA6;
    padding: 0px 15px 63px;
    position: relative;
    z-index: 0;
    height: fit-content;
    max-width: 690px;
}
.testimonial-text {
    border-radius: 5px;
    position: relative;
    top: -35px;
}
.slide p {
    font-size: 16px;
    font-weight: 400;
    color: rgb(255, 255, 255);
    text-align: justify;
    margin: 0px;
    position: relative;
    padding: 20px;
}
.slide .details {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: -15px;
    margin-bottom: 15px;
}
.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);
}
.swiper-button-next {
    right: -60px !important;
    top: -94px !important;
}
.swiper-button-prev {
    left: -60px !important;
    top: -146px !important;
}
.swiper-button-prev, .swiper-button-next {
    width: 0px !important;
    position: relative !important;
}
.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;
}
.nav-btn {
    border-radius: 50%;
    transform: translateY(30px);
    transition: all 0.2s ease 0s;
}
.nav-btn::after, .nav-btn::before {
    font-size: 20px;
}
.contact-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 60px 0px 30px 0;
}
.contact-section::before {
    content: "";
    position: absolute;
    top: -176px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: url("/img/footer-bg.webp");
    background-position: left center;
    background-repeat: repeat-x;
    background-size: contain;
    filter: brightness(0) saturate(100%) invert(80%) sepia(27%) saturate(4842%) hue-rotate(194deg) brightness(123%) contrast(104%);
    z-index: 2;
}
.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-section h2 {
    font-size: 28px;
    font-family: Quicksand, Arial, Helvetica, sans-serif;
    color: #231f20;
    margin: 0px;
}
.contact-section a {
    color: #2A3FA6;
    text-decoration: underline;
}
footer {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-direction: column;
    position: relative;
    background: #cadaff;
}
footer > div:first-of-type {
    display: flex;
    width: 90%;
    max-width: 1280px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    position: relative;
    font-weight: 600;
    background: #2A3FA6;
    padding-bottom: 15px;
    margin-top: 20px;
    box-shadow: rgb(0, 0, 0) 0px 0px 10px 0px;
}
#callnowbutton {
    display: none;
}
#booking-engin {
    position: fixed;
    left: -1px;
    z-index: 9999999;
    cursor: pointer;
    bottom: 10px;
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
#booking-engin .button-2 {
    color: #fff !important;
    border: none;
    font-weight: 500;
    border-radius: 0 300px  300px 0;
    border: 1px solid #000;
}
#booking-engin .button-2:hover {
    background: #231f20;
}

@media (min-width: 600px) {
    .top-decoration-element {
        width: 67%;
        top: 20px;
   }
    .headers-buttons {
        flex-direction: row;
        justify-content: flex-start;
   }
    .button-3 {
        margin-top: 0px;
        margin-left: 10px;
   }
   .about-img:hover .about-image {
        transform: translateX(30px);
        transition: all 0.5s ease 0s;
    }
    .about-img:hover .about-image-1 {
        transform: translateX(-30px);
        transition: all 0.5s ease 0s;
    }
    .area-served li {
        width: 30%;
   }
}
@media (min-width: 711px) {
    .about-decoration {
        top: 455px;
   }
}
@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;
   }
    #callnowbutton a img {
        height: 2em;
   }
}
@media (min-width: 768px) {
    .slider-decoration {
        display: block;
        object-fit: contain;
        object-position: center center;
        width: 100%;
        max-width: 300px;
        height: 100%;
        max-height: 300px;
        position: absolute;
        top: 0px;
        right: 0px;
        filter: brightness(0) invert(1);
   }
    #about {
        flex-direction: row;
        justify-content: space-between;
   }
    .about-images {
        width: 49%;
   }
    .about-content {
        width: 49%;
   }
    .about-decoration {
        top: 610px;
   }
    .srvElement {
        width: 48%;
        display: flex;
        flex-direction: column;
        margin: 30px 13px 0px 0px;
   }
    .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;
   }
    .testimonials-contact-form-section {
        flex-direction: row;
        padding-bottom: 68px;
   }
    .contact-form-section {
        width: 50%;
        justify-content: center;
        align-items: flex-end;
        flex: 1 1 0%;
        height: 950px;
        padding: 30px 0px;
   }
    .email-form {
        margin-right: 20px;
        padding: 0px 0px 90px;
   }
    .contact-form-section::after {
        display: block;
        position: absolute;
        top: -1px;
        left: 0;
        width: 100%;
        transform-origin: left top;
        box-shadow: rgba(0, 0, 0, 0.5) 3px 5px 5px;
        transform: skewY(10deg);
        background: rgb(255, 255, 255);
        height: 16%;
        z-index: 1;
        transform-origin: right top;
   }
    .testimonials-section {
        width: 50%;
        height: 950px;
        flex-direction: row;
        justify-content: center;
        align-items: center;
   }
    #testimonials {
        margin-left: 20px;
   }
    .testimonial h2 {
        font-size: 25px;
        margin: 0 0 10px !important;
   }
    .testimonials-section::before {
        transform: skewY(-10deg);
        background: rgb(255, 255, 255);
        height: 16%;
        top: -1px;
        z-index: 1;
        box-shadow: rgba(0, 0, 0, 0.5) 5px 5px 5px;
   }
    .testimonial {
        padding-top: 50px;
   }
}
@media (min-width: 981px) {
    .lp-gallery a {
        width: calc(31.6667vw);
        max-width: 300px;
        height: calc(31.6667vw);
        max-height: 300px;
   }
    .email-form {
        align-items: flex-end;
   }
}
@media (min-width: 992px) {
    .hamburger {
        display: none;
   }
    nav > div {
        justify-content: center;
        flex-direction: column;
        align-items: center;
        width: 100%;
        position: relative;
   }
    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;
   }
    nav .menu li {
        margin: 0px 10px;
        padding: 0px;
   }
    nav .menu span:nth-of-type(1) {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
   }
    nav .menu span:nth-of-type(2) {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
   }
    .brand {
        width: 100%;
        justify-content: center;
   }
    .brand a {
        justify-content: center;
        align-items: baseline;
        margin-left: 60px;
   }
    .brand span {
        font-size: 25px;
        left: -60px;
        position: relative;
   }
    .slider-section {
        justify-content: center !important;
   }
    nav .menu li:nth-of-type(7) {
        margin-bottom: 0px;
   }
    .srvBlock {
        /* justify-content: space-around; */
        gap: 15px;
   }
    .srvElement {
        width: 32%;
        display: flex;
        flex-direction: column;
        margin: 30px 0px 0px;
   }
   .testimonial h2 {
    margin: 0 0 50px !important;
    }
}
@media (min-width: 1024px) {
    .contact-form-section, .testimonials-section {
        max-width: 760px;
   }
}
@media (min-width: 1025px) {
    .testimonial h2 {
        font-size: 36px;
   }
}
@media (min-width: 1294px) {
    nav {
        height: fit-content;
   }
    nav > div {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-end;
   }
    .navigation {
        width: auto;
   }
    .brand a {
        margin-left: 0px;
   }
    .slider-img {
        max-width: 90% !important;
   }
}
@media (min-width: 1422px) {
    .about-decoration {
        top: 445px;
   }
}
@media (min-width: 1521px) {
    .testimonials-contact-form-section::before {
        display: block;
        position: absolute;
        top: -162px;
        left: 0;
        width: 100%;
        transform-origin: left top;
        box-shadow: rgba(0, 0, 0, 0.5) 3px 5px 5px;
        background: rgb(255, 255, 255);
        height: 16%;
        z-index: 1;
        transform-origin: right top;
   }
    .contact-form-section::after {
        height: 136px;
   }
    .testimonials-section::before {
        height: 136px;
   }
}
