body {
    color: #000;
    background: #fff;
    font-family: "Noto 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: 20%;
    scroll-behavior: smooth;
    overflow-x: hidden;
}
a {
    text-decoration: none;
    cursor: pointer;
}
a[href^="tel:"] {
    white-space: nowrap;
}
p,
li {
    color: #000;
    text-align: justify;
}
h1,
h2,
h3,
h4 {
    font-family: "DM Sans", serif;
    font-weight: 600;
    font-style: normal;
}
h1 {
    font-size: 26px;
}
h2 {
    font-size: 24px;
    font-weight: 800;
    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;
    }
}
* {
    box-sizing: border-box;
}
/*NAVIGATION STYLE*/
header {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: auto;
}
.hamburger {
    z-index: 99999;
    background-color: #212529;
    position: relative;
    display: flex;
    transition: 0.4s;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 10px;
    border-radius: 15px;
    width: 50px;
    height: 50px;
}

.bar1 {
    border-radius: 30px;
    background-color: rgb(255, 255, 255);
    width: 25px;
    margin-bottom: 7px;
    transition: 0.4s;
    height: 3px;
}

.bar2 {
    border-radius: 30px;
    background-color: rgb(255, 255, 255);
    width: 25px;
    position: absolute;
    transition: 0.4s;
    height: 3px;
}

.bar3_h {
    border-radius: 30px;
    background-color: rgb(255, 255, 255);
    width: 25px;
    transition: 0.4s;
    height: 3px;
}

.bar4 {
    border-radius: 30px;
    background-color: rgb(255, 255, 255);
    width: 25px;
    margin-top: 7px;
    transition: 0.4s;
    height: 3px;
}
.hamburger.open {
    border-radius: 50px;
}
.hamburger.open .bar3_h {
    transform: rotate(-45deg);
}
.hamburger.open .bar2 {
    transform: rotate(45deg);
}
.hamburger.open .bar1 {
    opacity: 0;
    width: 30px;
}
.hamburger.open .bar4 {
    opacity: 0;
    width: 30px;
}
nav {
    display: flex;
    position: relative;
    width: 100%;
    flex-direction: column;
    z-index: 9999;
    justify-content: center;
    align-items: center;
    padding: 10px 0px;
    background: #fff;
}
nav.scrolled {
    position: fixed;
    top: 0px;
    margin: 0px;
    z-index: 9999;
    animation: 0.3s ease 0s 1 normal none running slideDown;
    box-shadow: 0 0 5px 0 #000;
}
.navigation-section {
    width: 95%;
    display: flex;
    flex-flow: wrap;
    align-items: center;
    height: auto;
    max-width: 1280px;
    justify-content: center;
}
.navigation {
    width: 100%;
    display: flex;
    flex-flow: wrap;
    align-items: center;
    position: relative;
    justify-content: space-between;
    height: 100%;
    padding: 30px 0px 0px;
}
nav .menu-section {
    flex-direction: column;
    display: flex;
    width: 102vw;
    min-height: 350px;
    max-height: 350px;
    height: 50vh;
    background: #212529;
    position: absolute;
    top: -100%;
    left: -4vw;
    z-index: 9998;
    align-items: center;
    transform: translateY(-100%);
    transition: transform 0.5s ease-in-out 0s;
}
nav .menu-section.active {
    transform: translateY(0px);
    z-index: 9998;
    overflow: hidden;
    top: 100%;
    box-shadow: 0 3px 5px 0 #0000009e;
}
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;
}
nav .menu li a {
    text-decoration: none;
    font-weight: 500;
    color: #fff;
}
.brand,
.brand-logo {
    width: 85%;
    text-wrap: wrap;
    z-index: 3;
    align-items: center;
    display: flex;
    justify-content: flex-start;
    position: relative;
    padding-bottom: 10px;
}
.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-logo a {
    text-decoration: none;
    display: flex;
    flex-direction: row;
    position: relative;
    justify-content: flex-start;
    align-items: center;
    z-index: 3;
    width: 77%;
}
.brand img {
    width: 90px;
}
.brand span {
    font-size: 25px;
    font-family: "DM Sans", serif;
    font-weight: 600;
    font-style: normal;
    position: relative;
    color: #212529;
    text-align: left;
    margin-left: 10px;
    line-height: 1.2;
    bottom: -5px;
}
.brand-logo img {
    width: 120px;
    height: auto;
}
.navigation-buttons {
    width: 15%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: column;
}
.navigation-links {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    align-self: center;
    z-index: 3;
    width: 100%;
    top: 0px;
    left: 0px;
}
.navigation-links .button-call {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.navigation-links .button-call img {
    height: auto;
    width: 22px;
    margin-right: 5px;
}
.navigation-links .button-call span {
    color: #212529;
    font-size: 18px;
    text-decoration: underline;
    text-decoration-color: #000;
}
.navigation-links .button-booking {
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}
.navigation-links .button-booking img {
    height: auto;
    width: 25px;
    margin-right: 5px;
}
.navigation-links .button-booking span {
    color: #212529;
    font-size: 18px;
    text-decoration: underline;
    text-decoration-color: #000;
}
/*END OF NAVIGATION STYLE*/
/*SLIDER STYLE*/
.slider-section {
    position: relative;
    width: 100%;
    height: calc(-70px + 100vh);
    align-items: center;
    display: flex;
    z-index: 0;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 530px;
    max-height: 600px;
}
.slider-section::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: #00000036;
    z-index: 2;
}
.slider-section > img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    object-position: center 33%;
    z-index: 1;
}
.slider {
    display: flex;
    flex-direction: column;
    width: 95%;
    position: relative;
    max-width: 1280px;
    z-index: 4;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.slider-content {
    position: relative;
    z-index: 3;
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 85px;
}
.slider-text {
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
    position: relative;
    z-index: 2;
}
.slider-text h1 {
    margin: 0px;
    position: relative;
    font-weight: 700;
    color: #fff;
    letter-spacing: 2px;
    z-index: 3;
    text-shadow: #000 0px 0px 5px;
    text-align: center;
    opacity: 0;
    line-height: 1.2;
}
.slider-text > p {
    margin: 10px 0px 5px;
    position: relative;
    z-index: 3;
    color: #fff;
    font-size: 20px;
    text-align: center;
    text-shadow: #000 0px 0px 5px;
    opacity: 0;
}
.slider-text p a {
    color: #fff;
    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: center;
    width: 100%;
}
.button {
    padding: 1em 2em;
    font-size: 17px;
    background: transparent;
    border: none;
    position: relative;
    color: #fff;
    z-index: 1;
    transition: all 0.5s;
}
.button::after, .button::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -99999;
    transition: all 0.5s;
}
.button::before {
    transform: translate(0%, 0%);
    width: 100%;
    height: 100%;
    background: #212529;
    border-radius: 50px;
}
.button::after {
    transform: translate(0px, 0px);
    width: 10px;
    height: 10px;
    background: #6C757D;
    backdrop-filter: blur(5px);
    border-radius: 50px;
}
.button:hover {
    color: #fff;
}
.button:hover::before {
    transform: translate(5%, 20%);
    width: 10px;
    height: 10px;
}
.button:hover::after {
    border-radius: 50px;
    transform: translate(0, 0);
    width: 100%;
    height: 100%;
}
.button:active::after {
    transition: 0s;
    transform: translate(0, 5%);
}
.button-1 {
    padding: 1em 2em;
    font-size: 17px;
    background: transparent;
    border: none;
    position: relative;
    color: #fff;
    z-index: 1;
    margin-top: 10px;
}
.button-1::after, .button-1::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -99999;
    transition: all 0.5s;
}
.button-1::before {
    transform: translate(0%, 0%);
    width: 100%;
    height: 100%;
    background: #212529;
    border-radius: 50px;
}
.button-1::after {
    transform: translate(0px, 0px);
    width: 10px;
    height: 10px;
    background: #495057;
    backdrop-filter: blur(5px);
    border-radius: 50px;
}
.button-1:hover {
    color: #fff;
}
.button-1:hover::before {
    transform: translate(5%, 20%);
    width: 10px;
    height: 10px;
}
.button-1:hover::after {
    border-radius: 50px;
    transform: translate(0, 0);
    width: 100%;
    height: 100%;
}
.button-1:active::after {
    transition: 0s;
    transform: translate(0, 5%);
}
.scroll-down {
    position: absolute;
    margin: 20px;
    z-index: 5;
    left: calc(50% - 39px);
    bottom: 15px;
}
.scroll-down img {
    height: 80px;
    transform: rotate(0deg);
    animation: 1.5s ease 0s infinite normal none running scroll-down-btn;
    filter: drop-shadow(#000 2px 4px 6px)
        drop-shadow(#000 2px 4px 6px)
        drop-shadow(#000 2px 4px 6px);
}
@-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;
    }
}
/*END OF SLIDER STYLE*/
/*BADGES STYLE*/
.badges-section {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
    z-index: 3;
}
.badges-section > div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 95%;
    max-width: 1280px;
    position: relative;
    margin: 50px 0 20px;
}
.badges-section > div > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
}
.badges-container {
    display: flex;
    flex-flow: wrap;
    place-content: center;
    align-items: stretch;
    width: 100%;
    justify-content: center;
}
.badge-holder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55%;
    margin: 20px 10px;
    max-width: 200px;
    position: relative;
    padding: 10px;
    z-index: 0;
    background: #fff;
    border: 4px solid #ADB5BD;
    border-bottom-right-radius: 50px;
    transition: all 0.5s;
}
.badge-holder:hover {
    border-color: #212529;
}
.badge-holder > div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    background: #fff;
    position: relative;
    z-index: 2;
    border: 8px solid #ADB5BD;
    border-bottom-right-radius: 50px;
    transition: 0.5s;
}
.badge-holder:hover > div {
    border-color: #212529;
}
/* .badge-holder > div::before {
    content: '';
    background: #212529;
    position: absolute;
    top: -1px;
    left: -1px;
    width: 1%;
    height: 1%;
    border-radius: 0;
    transition: 0.5s;
    z-index: 0;
}
.badge-holder:hover > div::before {
    z-index: 2;
    width: 28%;
    height: 22%;
    border-radius: 0;
} */

.badge-holder > div::before {
    content: '';
    background: #ADB5BD;
    position: absolute;
    top: 0;
    left: 0;
    width: 28%;
    height: 22%;
    transition: transform 0.5s ease;
    z-index: 2;
}
.badge-holder:hover > div::before {
    background: #212529;
}

.badge-holder > div::after {
    content: '';
    background: #ADB5BD;
    position: absolute;
    top: -1px;
    left: -1px;
    width: 28%;
    height: 22%;
    border-radius: 0;
    transition: 0.5s;
    z-index: 1;
}
.badge-holder:hover > div::after {
    width: 100%;
    height: 100%;
    border-radius: 0 0 40px;
    top: 0;
    left: 0;
}
.badge-icon {
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    background: #ADB5BD;
    border-radius: 50%;
    padding: 10px;
    transition: 0.5s;
    margin: -1px 0 0 -1px;
}
.badge-holder:hover .badge-icon {
    background: #212529;
}
.badge-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    background: #fff;
    border-radius: 50%;
    padding: 8px;
    box-shadow: 0 0 7px 1px #000000d6;
}
.badge-content {
    min-height: 40px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    padding: 5px 10px;
    text-transform: capitalize;
    text-align: left;
    margin: 5px 0px;
    color: #000;
    z-index: 3;
}
.badge-title {
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 5px 10px;
    width: 100%;
    font-weight: 700;
    text-align: left;
    text-transform: capitalize;
    margin: 5px 0px 0px;
    color: #000;
    z-index: 3;
    font-size: 18px;
}
/*END OF BADGES STYLE*/
/*ICON STYLE*/
.icon-section {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
    z-index: 3;
}
.icon-section > div {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 95%;
    max-width: 1280px;
    margin-top: 50px;
}
.icon-element {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px;
    width: 100px;
    height: 100px;
}
.icon-element img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
/*END OF ICON STYLE*/
/*ABOUT STYLE*/
.about-section {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: #ADB5BD;
    flex-direction: column;
    z-index: 2;
}
.about-section::before {
    content: "";
    display: block;
    height: 18vw;
    max-height: 300px;
    /*change color of teh svg fill='%23fff' %23 is #*/
    background-image: url("data:image/svg+xml;utf8,<svg fill='%23fff' width='100%' height='100%' viewBox='0 0 1205 221' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'><circle cx='37.73' cy='133.053' r='20'/><circle cx='781.358' cy='201.201' r='11'/><circle cx='725.858' cy='165.701' r='24.5'/><path d='M-0.726,-0.336c0.242,9.761 -13.604,28.084 0.725,28.128c52.134,-6.827 61.928,22.274 98.606,41.506c151.442,78 323.372,116.6 426.61,69.3c103.338,-47.4 138.587,-69.3 211.698,-69.3c73.11,0 118.803,48.6 220.435,38.3c101.631,-10.3 76.629,-60.307 189.503,-59.3c19.004,0.17 35.592,-16.251 49.641,-19.377c10.715,-3.731 80.863,7.854 35.883,-30.758l-1233.1,1.501Z' style='fill-rule:nonzero;'/></svg>");
    background-size: auto 100%;
    background-position: center bottom;
    background-repeat: repeat-x;
    width: 100%;
    z-index: 4;
    margin-top: -3px;
}
.about-section::after {
    content: "";
    display: block;
    height: 18vw;
    max-height: 300px;
    /*change color of teh svg fill='%23fff' %23 is #*/
    background-image: url("data:image/svg+xml;utf8,<svg fill='%23fff' width='100%' height='100%' viewBox='0 0 1205 221' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'><circle cx='37.73' cy='133.053' r='20'/><circle cx='781.358' cy='201.201' r='11'/><circle cx='725.858' cy='165.701' r='24.5'/><path d='M-0.726,-0.336c0.242,9.761 -13.604,28.084 0.725,28.128c52.134,-6.827 61.928,22.274 98.606,41.506c151.442,78 323.372,116.6 426.61,69.3c103.338,-47.4 138.587,-69.3 211.698,-69.3c73.11,0 118.803,48.6 220.435,38.3c101.631,-10.3 76.629,-60.307 189.503,-59.3c19.004,0.17 35.592,-16.251 49.641,-19.377c10.715,-3.731 80.863,7.854 35.883,-30.758l-1233.1,1.501Z' style='fill-rule:nonzero;'/></svg>");
    background-size: auto 100%;
    background-position: center bottom;
    width: 100%;
    z-index: 4;
    margin-bottom: -1px;
    transform: rotateX(180deg) rotateY(180deg);
}
.about-section > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 10px 0;
    width: 95%;
    max-width: 1280px;
}
.about-title {
    color: #212529;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
    opacity: 0;
}
.about-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.section-decoration {
    position: relative;
    width: 45%;
    margin: 25px 0 15px;
    height: 1px;
    background: transparent;
    z-index: 2;
}
.section-decoration::before {
    content: '';
    position: relative;
    width: 35%;
    height: 1px;
    background-color: #212529;
    z-index: 2;
    display: block;
    opacity: 0;
}
.section-decoration.animate::before {
  animation: riseLeft 1s ease forwards;
  opacity: 1;
}
.section-decoration::after {
    content: '';
    position: relative;
    width: 35%;
    height: 1px;
    margin-left: 65%;
    background-color: #212529;
    z-index: 2;
    display: block;
    opacity: 0;
}
.section-decoration.animate::after {
  animation: riseRight 1s ease forwards;
  opacity: 1;
}
.section-decoration img {
    position: absolute;
    width:40px;
    height:40px;
    z-index: 3;
    display:block;
    top: -20px;
    left: calc(50% - 20px);
    background: transparent;
    opacity: 0;
}
.about-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.about-text p {
    color: #000;
}
.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 0;
}
.area-served li::before {
    content: "\2714";
    margin-right: 5px;
    font-size: 16px;
    color: #fff;
    background: #212529;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-images {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-direction: column;
    max-width: 600px;
}
.aboutSwiper, .aboutSwiper2 {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}
.about-images .swiper-slide {
    background-size: cover;
    background-position: center;
}
.aboutSwiper2 {
    height: 80%;
    width: 100%;
    margin-bottom: 10px;
}
.aboutSwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}
.aboutSwiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #444;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25%;
    height: 100%;
    opacity: 0.4;
}
.aboutSwiper .swiper-slide-thumb-active {
    opacity: 1;
}
.about-images .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: grab;
}
.aboutSwiper .swiper-slide, .aboutSwiper img {
    border-radius: 20px;
}
.aboutSwiper2 .swiper-slide, .aboutSwiper2 img {
    border-radius: 40px;
}
.about-swiper-button-next {
    position: relative !important;
    left: 54% !important;
    right: auto !important;
    top: 22px !important;
}
.about-swiper-button-next::after {
    color: #212529;
    font-size: 25px !important;
}
.about-swiper-button-prev {
    position: relative !important;
    left: 31% !important;
    right: auto !important;
    top: 0 !important;
}
.about-swiper-button-prev::after {
    color: #212529;
    font-size: 25px !important;
}
/*END OF ABOUT STYLE*/
/*FEATURES STYLE*/
.features-section {
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    z-index: 1;
    position: relative;
}
.features-section > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 95%;
    max-width: 1280px;
    margin: 0;    margin: 50px 0 0;
}
.features-title {
    color: #212529;
    margin-bottom: 5px;
}
.features-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
}
.features-text {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    list-style: none;
    width: 100%;
    padding: 0;
}
.features-text li {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    max-width: 380px;
    margin: 20px;
    background: #212529;
    padding: 15px;
    border-radius: 0 0 0 35px;
    box-shadow: 0 0 5px 1px #000;
    position: relative;
    border: 4px solid #ADB5BD;
    transition: all 0.5s;
}
.features-text li:hover {
    border-color: #212529;
}
.features-text li::before {
    content: '';
    top: -1px;
    right: -1px;
    position: absolute;
    background: #ADB5BD;
    width: 9%;
    height: 14%;
    z-index: 1;
    transition: all 0.5s;
}
.features-text li:hover::before {
    background: #ADB5BD;
    width: 100%;
    height: 100%;
    z-index: 1;
    border-radius: 0 0 0 30px;
    top: 0;
    right: 0;
}
.features-text li::after {
    content: '';
    top: -1px;
    right: -1px;
    position: absolute;
    background: #ADB5BD;
    width: 1%;
    height: 1%;
    z-index: 0;
    transition: all 0.5s;
}
.features-text li:hover::after {
    background: #212529;
    width: 9%;
    height: 14%;
    z-index: 2;
}
.features-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 40px;
    align-self: flex-end;
    z-index: 3;
    border: 8px solid #ADB5BD;
    margin: -16px -16px 0 0;
    position: absolute;
    transition: all 0.5s;
}
.features-text li:hover .features-icon {
    border-color: #212529;
}
.features-icon  span {
    background: #495057;
    color: #fff;
    border-radius: 50%;
    font-size: 40px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 7px 1px #000000d6;
}
.features-text li:hover .features-icon span {
    color: #fff;
}
.features-main-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 15px;
    justify-content: center;
    z-index: 4;
}
.features-main-content strong {
    color: #fff;
    margin-bottom: 10px;
    font-size: 18px;
    text-align: left;
    width: 81%;
    transition: all 0.5s;
}
.features-text li:hover .features-main-content strong {
    color: #000;
}
.features-main-content span {
    color: #fff;
    transition: all 0.5s;
}
.features-text li:hover span {
    color: #000;
}
/*END OF FEATURES STYLE*/
/*SERVICES STYLE*/
.services-section {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #fff;
    flex-direction: column;
    z-index: 0;
    background-image: url(/img/services-bg.webp);
    background-position: top center;
    background-size: contain;
    background-repeat: repeat-y;
}
.services-section::before {
    content: "";
    display: block;
    height: 18vw;
    max-height: 300px;
    /*change color of teh svg fill='%23fff' %23 is #*/
    background-image: url("data:image/svg+xml;utf8,<svg fill='%23fff' width='100%' height='100%' viewBox='0 0 1205 221' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'><circle cx='37.73' cy='133.053' r='20'/><circle cx='781.358' cy='201.201' r='11'/><circle cx='725.858' cy='165.701' r='24.5'/><path d='M-0.726,-0.336c0.242,9.761 -13.604,28.084 0.725,28.128c52.134,-6.827 61.928,22.274 98.606,41.506c151.442,78 323.372,116.6 426.61,69.3c103.338,-47.4 138.587,-69.3 211.698,-69.3c73.11,0 118.803,48.6 220.435,38.3c101.631,-10.3 76.629,-60.307 189.503,-59.3c19.004,0.17 35.592,-16.251 49.641,-19.377c10.715,-3.731 80.863,7.854 35.883,-30.758l-1233.1,1.501Z' style='fill-rule:nonzero;'/></svg>");
    background-size: auto 100%;
    background-position: center bottom;
    background-repeat: repeat-x;
    width: 100%;
    z-index: 2;
    margin-top: -2px;
}
div.services-overllay {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #0000006b;
}
.services-section::after {
    content: "";
    display: block;
    height: 18vw;
    max-height: 300px;
    /*change color of teh svg fill='%23fff' %23 is #*/
    background-image: url("data:image/svg+xml;utf8,<svg fill='%23fff' width='100%' height='100%' viewBox='0 0 1205 221' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'><circle cx='37.73' cy='133.053' r='20'/><circle cx='781.358' cy='201.201' r='11'/><circle cx='725.858' cy='165.701' r='24.5'/><path d='M-0.726,-0.336c0.242,9.761 -13.604,28.084 0.725,28.128c52.134,-6.827 61.928,22.274 98.606,41.506c151.442,78 323.372,116.6 426.61,69.3c103.338,-47.4 138.587,-69.3 211.698,-69.3c73.11,0 118.803,48.6 220.435,38.3c101.631,-10.3 76.629,-60.307 189.503,-59.3c19.004,0.17 35.592,-16.251 49.641,-19.377c10.715,-3.731 80.863,7.854 35.883,-30.758l-1233.1,1.501Z' style='fill-rule:nonzero;'/></svg>");
    background-size: auto 100%;
    background-position: center bottom;
    width: 100%;
    z-index: 2;
    margin-bottom: -1px;
    transform: rotateX(180deg) rotateY(180deg);
}
.services-section > div:last-of-type {
    width: 95%;
    max-width: 1280px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 1;
    margin: 10px 0;
}
.services-title {
    color: #fff;
    margin-bottom: 15px;
    text-shadow: 0 0 5px #000;
}
.services-section .section-decoration::before {
    background-color: #495057;
}
.services-section .section-decoration::after {
    background-color: #495057;
}
.services-section > div > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.srvBlock {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-flow: wrap;
    position: relative;
    height: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
}
.srvElement {
    margin: 20px 15px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    position: relative;
    align-items: stretch;
    max-width: 350px;
    padding: 10px;
    border: 4px solid #ADB5BD;
    border-radius: 0 0 40px 0;
    transition: all 0.5s;
}
.srvElement:hover {
    border-color: #495057;
}
.services-body {
    background: #ADB5BD;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 8px solid #ADB5BD;
    border-radius: 0 0 40px 0;
}
.services-body::after {
    content: '';
    background: #ADB5BD;
    position: absolute;
    top: 10px;
    left: 10px;
    width: 0%;
    height: 0%;
    z-index: 2;
    border-radius: 0 0 40px 0;
    transition: all 0.5s;
}
.srvElement:hover .services-body::after {
    background: #495057;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
}
.srvElementImg::before {
    content: '';
    background: #ADB5BD;
    position: absolute;
    top: -1px;
    left: -1px;
    width: 11%;
    height: 15%;
    z-index: 2;
    transition: all 0.5s;
}
.srvElement:hover .srvElementImg::before {
    background: #495057;
}
.services-icon {
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    background: #ADB5BD;
    border-radius: 50%;
    padding: 10px;
    align-self: flex-start;
    position: absolute;
    transition: all 0.5s;
}
.srvElement:hover .services-icon {
    background: #495057;
}
.services-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    background: #fff;
    border-radius: 50%;
    padding: 1px;
    box-shadow: 0 0 7px 1px #000000d6;
    z-index: 4;
    transition: all 0.5s;
}
.srvElement:hover .services-icon img {
    background: #ADB5BD;
}
.srvElementHeader {
    position: relative;
    z-index: 3;
    min-height: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.srvElementHeader h2 {
    text-align: center;
    font-family: "DM Sans", sans-serif;
    line-height: 1.4;
    font-size: 24px;
    margin: 0px;
    font-weight: 700;
    color: #000;
    z-index: 2;
    /* text-shadow: 0 0 5px #212529; */
}
.srvElement:hover .srvElementHeader h2 {
    color: #fff;
    text-shadow: none;
}
.srvElementImg {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    border-bottom: 0;
    width: 100%;
    z-index: 3;
}
.srvElementImg > img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center center;
    position: relative;
    z-index: 1;
    border-radius: 0 0 40px 0;
    box-shadow: 4px 4px 7px 1px #0000005c;
}
.srvElementBody {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 3;
    padding: 0 10px 10px 10px;
}
.srvElementContent {
    text-align: justify;
    line-height: 1.4;
    position: relative;
    z-index: 1;
}
.srvElementContent p {
    margin: 0px;
    font-weight: 500;
    position: relative;
    color: #000;
    z-index: 2;
}
.srvElement:hover .srvElementContent p {
    color: #fff;
}
/*END OF SERVICES STYLE*/
/*GALLERY STYLE*/
.gallery-section {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: #ADB5BD;
    flex-direction: column;
}
.gallery-section::before {
    content: "";
    display: block;
    height: 18vw;
    max-height: 300px;
    /*change color of teh svg fill='%23fff' %23 is #*/
    background-image: url("data:image/svg+xml;utf8,<svg fill='%23fff' width='100%' height='100%' viewBox='0 0 1205 221' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'><circle cx='37.73' cy='133.053' r='20'/><circle cx='781.358' cy='201.201' r='11'/><circle cx='725.858' cy='165.701' r='24.5'/><path d='M-0.726,-0.336c0.242,9.761 -13.604,28.084 0.725,28.128c52.134,-6.827 61.928,22.274 98.606,41.506c151.442,78 323.372,116.6 426.61,69.3c103.338,-47.4 138.587,-69.3 211.698,-69.3c73.11,0 118.803,48.6 220.435,38.3c101.631,-10.3 76.629,-60.307 189.503,-59.3c19.004,0.17 35.592,-16.251 49.641,-19.377c10.715,-3.731 80.863,7.854 35.883,-30.758l-1233.1,1.501Z' style='fill-rule:nonzero;'/></svg>");
    background-size: auto 100%;
    background-position: center bottom;
    background-repeat: repeat-x;
    width: 100%;
    z-index: 2;
    margin-top: -2px;
}
.gallery-section::after {
    content: "";
    display: block;
    height: 18vw;
    max-height: 300px;
    /*change color of teh svg fill='%23fff' %23 is #*/
    background-image: url("data:image/svg+xml;utf8,<svg fill='%23fff' width='100%' height='100%' viewBox='0 0 1205 221' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'><circle cx='37.73' cy='133.053' r='20'/><circle cx='781.358' cy='201.201' r='11'/><circle cx='725.858' cy='165.701' r='24.5'/><path d='M-0.726,-0.336c0.242,9.761 -13.604,28.084 0.725,28.128c52.134,-6.827 61.928,22.274 98.606,41.506c151.442,78 323.372,116.6 426.61,69.3c103.338,-47.4 138.587,-69.3 211.698,-69.3c73.11,0 118.803,48.6 220.435,38.3c101.631,-10.3 76.629,-60.307 189.503,-59.3c19.004,0.17 35.592,-16.251 49.641,-19.377c10.715,-3.731 80.863,7.854 35.883,-30.758l-1233.1,1.501Z' style='fill-rule:nonzero;'/></svg>");
    background-size: auto 100%;
    background-position: center bottom;
    width: 100%;
    z-index: 2;
    margin-bottom: -1px;
    transform: rotateX(180deg) rotateY(180deg);
}
.gallery-content {
    width: 95%;
    max-width: 1280px;
    margin: 10px 0 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}
.gallery-title {
    margin-bottom: 10px;
    opacity: 0;
    color: #212529;
}
.GallerySwiper {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 10px 10px !important;
}
.GallerySwiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    margin-top: 10px;
}
.GallerySwiper .swiper-slide a {
    width: 81vw;
    height: 81vw;
    margin: 20px;
    max-width: 450px;
    max-height: 450px;
}
.GallerySwiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 0.5s;
    border-radius: 40px;
    border-top-left-radius: 0;
    border: 4px solid #495057;
}
.GallerySwiper .swiper-slide img:hover {
    transform: scale(1.04);
}
div.gallery-swiper-button-next {
    right: -11px;
    top: 50%;
    border: 0;
    border-radius: 0px;
    padding: 0;
    background: transparent;
    position: absolute !important;
}
div.gallery-swiper-button-prev {
    left: -15px;
    top: 50%;
    border: 0;
    border-radius: 0px;
    padding: 0px;
    background: transparent;
}
div.gallery-swiper-button-prev::after,
div.gallery-swiper-button-next::after {
    color: #212529;
    text-align: center;
    font-size: 30px !important;
}
div.gallery-swiper-pagination {
    bottom: 0 !important;
}
div.gallery-swiper-pagination .swiper-pagination-bullet {
    background: #212529;
}
.lightboxOverlay, .lightbox {
    z-index: 999999 !important;
}
/*END OF GALLERY STYLE*/
/*CONTACT FORM STYLE*/
.contact-form-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    position: relative;
}
.contact-form-content > div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 95%;
    max-width: 1280px;
    margin: 25px 0 50px;
}
.email-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    align-items: center;
    position: relative;
    z-index: 1;
}
.contact-form-title {
    margin-bottom: 10px;
    opacity: 0;
    color: #212529;
}
.email-form > img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 2;
}
.email-form > div > p {
    width: 59%;
    font-size: 20px;
    margin: 0px;
    text-transform: capitalize;
    font-weight: 500;
}
.email-form > div > div {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    width: 43%;
    align-self: flex-end;
    position: relative;
}
.contact-form {
    z-index: 1;
    position: relative;
    width: 100%;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
    max-width: 900px;
}
.contact-form > div {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 2;
    padding: 20px 15px;
    width: 100%;
    margin-top: 10px;
    background: #ADB5BD;
    border-radius: 30px;
}
.email-form h3 {
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
    text-shadow: #000 0px 0px 5px;
    font-weight: 500;
}
.contact-form .form-row {
    margin-bottom: 25px;
    width: 100%;
    position: relative;
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-direction: column;
}
.contact-form .form-row.submit-btn {
    width: auto;
    margin: 0px;
}
.contact-form .form-row.submit-btn .button-1 {
    margin: 0px;
    cursor: pointer;
}
.contact-form input[type="text"],
.contact-form input[type="tel"],
.contact-form input[type="email"],
.contact-form textarea {
    width: 100%;
    padding: 20px 10px 10px;
    box-sizing: border-box;
    transition: all 0.3s ease 0s;
    border: 0;
    position: relative;
    border-radius: 20px;
    box-shadow: #212529b0 0px 10px 10px -5px;
    background: #212529;
    color: #fff;
}
.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 #495057;
    border-left: 3px solid #495057;
    border-inline: 3px solid #495057;
}
.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: #fff;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease 0s;
    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;
    filter: invert(1);
}
.contact-form .form-row-textarea label {
    color: #fff;
    position: absolute;
    right: 10px;
    top: 18%;
    transform: translateY(-50%);
    transition: all 0.3s ease 0s;
    padding: 0px 5px;
}
.contact-form input:focus + label,
.contact-form input:not(:placeholder-shown) + label,
.contact-form textarea:focus + label,
.contact-form textarea:not(:placeholder-shown) + label {
    top: 0px;
    color: #000;
    padding: 2px 5px 2px 20px;
    background: #ffffff;
    font-size: 14px;
    border: 2px solid #212529;
    width: auto;
    border-radius: 20px;
}
.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;
}
/*END OF CONTACT FORM STYLE*/
/*TESTIMONIALS STYLE*/
.testimonials-section {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
}
#testimonials {
    display: flex;
    justify-content: center;
    width: 95%;
    max-width: 1280px;
    z-index: 2;
    align-items: center;
    flex-direction: column;
    padding: 50px 0px 30px;
}
.testimonial-title {
    margin-bottom: 10px;
    opacity: 0;
    color: #212529;
}
.testimonial {
    position: relative;
    width: 100%;
    overflow: hidden;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 35px;
    margin-top: 20px;
    max-width: 900px;
}
.testimonial-image {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    position: absolute;
    left: 0;
    bottom: 0;
}
.testimonial-image::before {
    content: '';
    background: #ADB5BD;
    position: absolute;
    bottom: -1px;
    left: -1px;
    width: 50%;
    height: 50%;
    max-width: 50px;
    transition: all 0.5s;
}
.testimonials-slide:hover .testimonial-image::before  {
    background: #212529;
}
.testimonial-image .image {
    position: relative;
    object-fit: cover;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    background: #ADB5BD;
    border-radius: 50%;
    padding: 10px;
    margin: 0 0 -1px -1px;
    transition: all 0.5s;
}
.testimonials-slide:hover .testimonial-image .image  {
    background: #212529;
}
.testi-content {
    align-items: stretch;
}
.testimonial .slide {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: auto;
    width: 100%;
    padding: 10px;
}
.testimonials-slide {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    height: 100%;
    width: 100%;
    background: #212529;
    z-index: 2;
    border: 8px solid #ADB5BD;
    border-radius: 0 50px 0 0;
    transition: all 0.5s;
}
.testimonials-slide:hover {
    border-color: #212529;
}
.testimonials-slide::before {
    content: '';
    background: #ADB5BD;
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 0%;
    height: 0%;
    z-index: 1;
    border-radius: 0 50px 0 0;
    transition: all 0.5s;
}
.testimonials-slide:hover::before {
    width: calc(100% - 40px);
    height: calc(100% - 40px);
}
.testimonial-content {
    z-index: 0;
    height: auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    position: relative;
    min-height: 95px;
    z-index: 3;
}
.testimonial-text {
    border-radius: 5px;
    position: relative;
    margin: 10px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 3;
}
.slide p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-align: justify;
    margin: 10px 0 0;
    position: relative;
    padding: 0px;
}
.testimonials-slide:hover p {
    color: #000;
}
p.testimonials-stars {
    color: #ffffff !important;
    font-size: 30px;
    filter: drop-shadow(0 0 2px #000000cf);
}
.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;
}
.testimonials-slide:hover .details .name {
    color: #000;
}
.slide .details img {
    width: 130px;
    margin-top: 10px;
    filter: drop-shadow(0 0 2px #000000cf);
}
.testimonials-swiper-navigation {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
}
.testimonial .swiper-button-next {
    left: 0px;
    margin-left: 5px;
    right: 0px !important;
    top: 0px !important;
    position: relative !important;
}
.testimonial .swiper-button-prev {
    margin-right: 5px;
    left: 0px !important;
    top: 0px !important;
    right: 0px !important;
}
.testimonial .swiper-button-prev, .testimonial .swiper-button-next {
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 0px;
    position: relative !important;
    width: 40px !important;
    height: 40px !important;
}
.testimonial .swiper-button-prev::after, .testimonial .swiper-button-next::after {
    color: #fff;
    font-size: 30px !important;
}
.testimonial .nav-btn {
    transform: translateY(30px);
    transition: all 0.2s ease 0s;
    background: #212529;
    border-radius: 0;
    border: 0;
    border: 3px solid #ADB5BD;
    transition: all 0.5s;
}
.testimonial .nav-btn:hover {
    background: #ADB5BD;
    border-color: #212529;
}
.testimonial .swiper-button-prev {
    border-radius: 0 0 0 20px;
}
.testimonial .swiper-button-next {
    border-radius: 0 0 20px 0;
}
.testimonial .nav-btn::after, .nav-btn::before {
    position: relative;
    font-size: 20px !important;
    transition: all 0.5s;
}
.testimonial .nav-btn:hover::after {
    color: #000;
}
/*END OF TESTIMONIALS STYLE*/
/*LAST ICON STYLE*/
.second-icon-section {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
}
.second-icon-section > div {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 95%;
    max-width: 1280px;
    margin: 30px 0;
}
.icon-element {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    margin: 20px;
}
.icon-element img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
/*END OF LAST ICON STYLE*/
/*FOOTER STYLE*/
footer {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    position: relative;
    z-index: 1;
}
footer::before {
    content: '';
    z-index: 3;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000075;
}
footer > img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 2;
}
footer > div {
    z-index: 4;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 95%;
    max-width: 1280px;
    position: relative;
    margin: 50px 0 0;
}
/*CONTACT STYLE*/
.contact-section {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
    z-index: 0;
}
.contact-section img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    z-index: 1;
}
.contact-section > div {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 3;
    width: 100%;
}
.contact-section p {
    font-size: 23px;
    font-weight: 600;
    color: #fff;
    text-shadow: 0 0 5px #000;
    text-align: center;
    width: 100%;
}
.contact-section p a {
    color: #fff;
    text-decoration: underline;
}
.footer-line {
    border-color: #ffffff;
    width: 10%;
    border-width: 2px;
    border-radius: 50px;
}
.footer-brand {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 15px 0;
}
.footer-brand a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.footer-brand a span {
    font-size: 23px;
    color: #fff;
    font-weight: 600;
    text-shadow: 0 0 5px #000;
    text-align: center;
}
.footer-content {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.footer-menu {
    list-style: none;
    padding: 0;
}
.footer-menu li {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin: 5px 0;
}
.footer-menu li::before {
    content: "\2714";
    margin-right: 5px;
    font-size: 16px;
    color: #495057;
    background: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-menu a {
    color: #fff;
    font-size: 18px;
    text-shadow: 0 0 5px #000;
}
div.footer-rights {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 10px 0 25px;
}
div.footer-rights p {
    text-align: center;
    color: #fff;
    text-shadow: 0 0 5px #000;
}
/*END OF FOOTER STYLE*/
#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 {
    font-size: 16px;
    border: 1px solid #000000;
    border-left: none;
    border-image: initial;
    border-radius: 0 30px 30px 0;
    display: flex;
    padding: 8px 10px;
    align-items: center;
    justify-content: center;
    background: #495057;
    transition: all 0.5s ease 0s;
    color: #000 !important;
    text-shadow: none !important;
    font-weight: 500 !important;
}
.button-2:hover {
    background: #212529;
    border-color: #fff;
    color: #fff !important;
}
@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) {
    /*SLIDER TABLET*/
    .slider-content {
    justify-content: flex-start;
    margin: 0;
    }
    .slider-text {
        align-items: flex-start;
        width: 100%;
    }
    .slider-text h1 {
        text-align: left;
    }
    .slider-text p {
        text-align: left;
    }
    .headers-buttons > div {
        flex-direction: row;
    }
    .button-1 {
        margin-top: 4px;
        margin-left: 10px;
    }
    .scroll-down {
        left: 0;
    }
    /*END OF SLIDER TABLET*/
    /*ABOUT TABLET*/
    .area-served li {
        width: 50%;
    }
    /*END OF ABOUT TABLET*/
    /*FEATURES TABLET*/
    /*END OF FEATURES TABLET*/
    /*SERVICES TABLET*/
    /*END OF SERVICES TABLET*/
    /*TESTIMONIALS TABLET*/
    .slide p {
        font-size: 20px;
    }
    /*END TESTIMONIALS TABLET*/
    /*CONTACT TABLET*/
    .contact-section p, .footer-brand a span {
        font-size: 26px;
    }
    /*END OF CONTACT TABLET*/
    /*FOOTER TABLET*/
    /*END OF FOOTER TABLET*/
}
@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-radius: 15px;
        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: 981px) {
    /*NAVIGATION TABLET*/
    .hamburger {
        display: none;
    }
    nav {
        align-items: center;
    }
    .navigation-section {
        position: relative;
    }
    nav .menu-section {
        flex-flow: wrap;
        justify-content: center;
        left: auto;
        position: relative;
        width: 33%;
        align-items: center;
        padding: 0px;
        margin: 0px;
        transform: none;
        top: auto;
        height: auto;
        order: 3;
        z-index: 3;
        min-height: auto;
        max-height: max-content;
    }
    nav .menu {
        height: auto;
        flex-direction: row;
        margin: 0px;
        width: 100%;
        background: #fff;
        box-shadow: none;
    }
    nav .menu li {
        margin: 0 10px;
        padding: 0px;
        width: auto;
    }
    nav .menu li a {
        color: #000;
    }
    .navigation {
        padding: 0px;
        flex-direction: row;
    }
    .brand {
        width: 33%;
        z-index: 5;
        order: 1;
        justify-content: flex-start;
    }
    /* .brand span {
        font-size: 30px;
    } */
    .navigation-buttons {
        order: 3;
        flex-direction: row;
    }
    .navigation-links {
        position: relative;
        left: 0px;
        justify-content: flex-end;
    }
    /*END OF NAVIGATION TABLET*/
    /*SLIDER TABLET*/
    .slider-section {
        height: calc(-120px + 100vh);
    }
    .slider-text {
        width: 55%;
        margin-bottom: 35px;
    }
    /*END OF SLIDER TABLET*/
    /*BADGES DESKTOP*/
    .badges-section > div {
        margin: 30px 0;
    }
    .icon-section > div {
        margin-top: 30px;
    }
    .icon-element {
        width: 150px;
        height: 150px;
    }
    /*END OF BADGES DESKTOP*/
    /*ABOUT DESKTOP*/
    .about-section > div {
        flex-direction: row;
        justify-content: space-between;
        margin-top: 20px;
    }
    .about-title {
        margin-bottom: 20px;
    }
    .about-content {
        width: 49%;
        margin: 0;
    }
    .section-decoration {
        margin-top: 0;
    }
    .about-images {
        width: 49%;
    }
    /*END OF ABOUT DESKTOP*/
    /*FEATURES DESKTOP*/
    .features-title {
        margin-bottom: 10px;
    }
    .features-content .section-decoration {
        margin-top: 25px;
    }
    /*END OF FEATURES DESKTOP*/
    /*SERVICES DESTOP*/
    .services-title {
        margin-bottom: 30px;
    }
    .srvElementHeader h2 {
        width: 100%;
    }
    /*END OF SERVICES DESTOP*/
    /*GALLERY DESKTOP*/
    .gallery-title {
        margin-bottom: 30px;
    }
    .GallerySwiper .swiper-slide a {
        width: 27vw;
        height: 27vw;
        max-width: 375px;
        max-height: 375px;
    }
    /*END OF GALLERY DESKTOP*/
    /*TESTIMONIALS DESKTOP*/
    .testimonial-title {
        margin-bottom: 30px;
    }
    .testimonial {
        position: relative;
    }
    /*END OF TESTIMONIALS DESKTOP*/
    /*FOOTER TABLET*/
    footer > div {
        flex-direction: row;
    }
     /*CONTACT TABLET*/
    .contact-section {
        width: 55%;
    }
    .contact-form-title {
        margin-bottom: 30px;
    }
    .contact-section p {
        font-size: 28px;
    }
    /*END OF CONTACT TABLET*/
    .footer-line {
        transform: rotate(90deg);
        width: 5%;
    }
    .footer-brand {
        width: 27%;
    }
    .footer-brand a span {
        font-size: 28px;
    }
    .footer-content {
        width: 40%;
    }
    .footer-menu a {
        font-size: 20px;
    }
    /*END OF FOOTER TABLET*/
}
@media (min-width: 1348px) {
    .navigation-buttons {
        width: 27%;
    }
}
