body {
    color: #000;
    background-color: #fff;
    font-family: Josefin Slab, Arial, Helvetica, sans-serif;
    margin: 0px;
    display: flex;
    flex-direction: column;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
}
html {
    scroll-padding-top: 22%;
    scroll-behavior: smooth;
}
a {
    text-decoration: none;
    cursor: pointer;
}

a[href^="tel:"] {
  white-space: nowrap;
}
h1, h2, h3, h4 {
    font-family: Josefin Sans, serif;
    font-weight: 400;
    font-style: normal;
}
h1 {
    font-size: 26px;
    font-weight: 700;
}
h2 {
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
}
h3 {
    font-size: 22px;
}
@media (min-width: 600px) {
    h1 {
        font-size: 35px;
        line-height: 1.3;
   }
    h2 {
        font-size: 30px;
   }
    h3 {
        font-size: 24px;
   }
}
@media (min-width: 992px) {
    h1 {
        font-size: 38px;
   }
    h2 {
        font-size: 36px;
   }
    h3 {
        font-size: 28px;
   }
}
* {
    box-sizing: border-box;
}
/*HEADER STYLE*/
header {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: transparent;
    position: absolute;
    width: 100%;
    top: 0;
}
.hamburger {
    display: block;
    font-size: 30px;
    padding: 0px 10px;
    color: #000;
    z-index: 999;
}
.menu .hamburger {
    width: 0px;
    position: absolute;
    bottom: 50px;
}
nav {
    display: flex;
    position: relative;
    width: 100%;
    flex-direction: column;
    height: auto;
    z-index: 9999;
    justify-content: center;
    align-items: center;
    background: transparent;
    transition: background-color 0.3s ease 0s;
}
nav.scrolled {
    background-color: #fff;
    box-shadow: #000 0px 2px 5px;
    position: fixed;
    top: 0px;
    margin: 0px;
    z-index: 999999;
    animation: 0.3s ease 0s 1 normal none running slideDown;
    width: 100%;
}
nav > div {
    width: 100%;
    display: flex;
    flex-flow: wrap;
    align-items: center;
    height: auto;
    padding: 10px 0px;
}
.navigation {
    width: 100%;
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}
nav .menu {
    flex-direction: column;
    display: flex;
    width: 100vw;
    height: 100vh;
    background: #fff;
    position: absolute;
    top: -1rem;
    left: -103%;
    z-index: 0;
    transition: all 1s ease 0s;
    place-content: center;
    align-items: center;
}
nav .menu.active {
    top: -1rem;
    left: 0px;
    right: 0px;
    padding: 0px;
    z-index: 99;
    width: 100%;
}
nav .menu li {
    margin: 0px;
    text-align: center;
    padding: 1rem 0px;
    list-style: none;
}
nav .menu li:last-of-type {
    margin-top: 10px;
}
nav .menu li a {
    text-decoration: none;
    font-weight: 700;
    color: #000;
}
nav .menu li a:hover {
    color: #0d2eee;
}
.brand {
    width: 85%;
    text-wrap: wrap;
    z-index: 10;
    padding: 0px 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.brand a {
    text-decoration: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.brand span {
    color: #000;
    font-size: 25px;
    margin-left: 10px;
    font-family: Josefin Sans, serif;
    font-weight: 600;
    font-style: normal;
    position: relative;
    contain: layout paint;
}
.brand img {
    width: 110px;
    height: 82px;
    align-self: center;
}
.button-1 {
    text-transform: capitalize;
    background: #0d2eee;
    position: relative;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 30px;
    border: 3px solid #0d2eee;
    text-decoration: none !important;
    font-weight: 500 !important;
    color: #fff !important;
    text-shadow: none !important;
    transition: all 0.5s;
    font-family: Josefin Sans, serif;
    text-shadow: 0 0 5px #000 !important;
}
.button-1:hover {
    background: #B8F2E6;
    border-color: #B8F2E6;
    color: #000 !important;
    text-shadow: none !important;
}
.button-2 {
    text-transform: capitalize;
    background: #00e5fa;
    position: relative;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 30px;
    border: 3px solid #00becf42;
    text-decoration: none !important;
    font-weight: 500 !important;
    color: #000 !important;
    text-shadow: none !important;
    font-family: Josefin Sans, serif;
    transition: all 0.5s;
}
.button-2:hover {
    background: #0d2eee;
    border-color: #0d2eee;
    color: #fff !important;
    text-shadow: 0 0 5px #000!important;
}
/*SLIDER STYLE*/
.slider-section {
    position: relative;
    width: 100%;
    height: 100vh;
    align-items: center;
    display: flex;
    z-index: 0;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 630px;
    max-height: 750px;
    overflow: hidden;
}
.slider-section > div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
    max-width: 1280px;
    height: 100%;
}
.slider-right-decoration {
    position: absolute;
    right: -395px;
    background: #00e5fa;
    z-index: 1;
    width: 500px;
    height: 700px;
    border-radius: 100px;
    transform: rotate(17deg);
    top: -130px;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}
@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(100px) rotate(17deg);
    }
    to {
        opacity: 1;
        transform: translateX(0) rotate(17deg);
    }
}
.slider-left-decoration {
    position: absolute;
    width: 500px;
    height: 600px;
    background: #d0f3f6;
    left: -349px;
    z-index: 1;
    border-radius: 100px;
    transform: rotate(21deg);
    top: 67px;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}
@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-100px) rotate(21deg);
    }
    to {
        opacity: 1;
        transform: translateX(0) rotate(21deg);
    }
}
.slider-img {
    position: absolute;
    z-index: 1;
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}
@keyframes fadeInImage {
    from {
        opacity: 0;
        transform: translateX(100px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
.slider-img img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: contain;
    object-position: center;
}
.slider-content {
    position: relative;
    z-index: 3;
    text-align: center;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}
@keyframes fadeInContent {
    from {
        opacity: 0;
        transform: translateX(-100px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
.slider-text {
    color: #000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
}
.slider-text h1 {
    margin: 0px;
    position: relative;
}
.slider-text p a {
    color: #0d2eee;
    text-decoration: none;
}
.slider-text a:hover {
    color: #0d2eee;
}
.slider-text p {
    margin: 5px 0px 10px;
    position: relative;
    font-weight: 700;
    font-size: 20px;
}
.hero-section-offer {
    font-size: 25px !important;
    text-decoration: underline #47B2E4;
    line-height: 1.2;
    text-transform: capitalize;
}
.headers-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.button {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none !important;
    background: transparent;
    padding: 0;
    font-size: inherit;
    font-family: inherit;
    width: 12rem;
    height: auto;
}
.button .circle {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: relative;
    display: block;
    margin: 0;
    width: 3rem;
    height: 3rem;
    background: #0d2eee;
    border-radius: 1.625rem;
}
.button .circle .icon {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
}
.button .circle .icon.arrow {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    left: 0.625rem;
    width: 1.125rem;
    height: 0.125rem;
    background: none;
}
.button .circle .icon.arrow::before {
    position: absolute;
    content: "";
    top: -0.29rem;
    right: 0.0625rem;
    width: 0.625rem;
    height: 0.625rem;
    border-top: 0.125rem solid #fff;
    border-right: 0.125rem solid #fff;
    transform: rotate(45deg);
   }
.button .button-text {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.75rem 0;
    margin: 0 0 0 1.85rem;
    color: #000;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
    text-transform: uppercase;
    font-family: Josefin Sans, serif;
} 
.button:hover .circle {
    width: 100%;
}
.button:hover .circle .icon.arrow {
    background: #fff;
    transform: translate(1rem, 0);
}
.button:hover .button-text {
    color: #fff;
    text-shadow: 0 0 5px #000;
}
.button-3 {
    position: relative;
    display: flex;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none !important;
    background: transparent;
    padding: 0;
    font-size: inherit;
    font-family: inherit;
    width: 17rem;
    height: auto;
    flex-direction: row-reverse;
}
.button-3 .circle {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: relative;
    display: block;
    margin: 0;
    width: 3rem;
    height: 3rem;
    background: #0d2eee;
    border-radius: 1.625rem;
    right: 0;
}
.button-3 .circle .icon {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
}
.button-3 .circle .icon.arrow {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    left: 1.3rem;
    width: 1.125rem;
    height: 0.125rem;
    background: none;
}
.button-3 .circle .icon.arrow::before {
    position: absolute;
    content: "";
    top: -0.29rem;
    left: 0.0625rem;
    width: 0.625rem;
    height: 0.625rem;
    border-bottom: 0.125rem solid #fff;
    border-left: 0.125rem solid #fff;
    transform: rotate(45deg);
   }
.button-3 .button-text {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.75rem 0;
    margin: 0 1.85rem 0 0;
    color: #282936;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
    text-transform: uppercase;
    font-family: Josefin Sans, serif;
} 
.button-3:hover .circle {
    width: 100%;
}
.button-3:hover .circle .icon.arrow {
    background: #fff;
    transform: translate(13rem, 0);
}
.button-3:hover .button-text {
    color: #fff;
    text-shadow: 0 0 5px #000;
}
.scroll-down {
    position: absolute;
    left: calc(50% - 30px);
    bottom: 0;
    margin: 20px;
    z-index: 3;
}
.scroll-down img {
    height: 80px;
    width: 30.4px;
    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;
   }
}
/*BADGES SECTION*/
.badges-section {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    background: #0d2eee;
    min-height: 300px;
    padding-bottom: 30px;
    overflow: hidden;
}
.badges-section:before {
    content: '';
    width: 100%;
    height: 150%;
    position: absolute;
    background: #ffffff0f;
}
.badges-section > div:first-of-type {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 90%;
    max-width: 1280px;
    margin: 30px 0;
    z-index: 4;
    padding-bottom: 35px;
}
.badges-section > div > a {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.badges-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: stretch;
    width: 100%;
}
.badge-holder {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin: 15px 10px;
    height: auto;
    border-radius: 20px;
    padding: 10px;
    transition: all 0.5s;
    max-width: 320px;
    border: 2px solid #B8F2E6;
}
.badge-holder:nth-child(odd) {
    background: #B8F2E6;
}
.badge-holder:nth-child(even) {
    background: #0d2eee;
}
.badge-holder > img {
    width: 60px;
    height: 60px;
    margin-right: 10px;
}
.badge-holder > div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    font-weight: 700;
}
.badge-title {
    color: #fff;
    font-size: 18px;
    margin: 0;
    transition: all 0.5s;
    text-align: left;
    text-shadow: 0 0 5px #000, 0 0 5px #000;
    text-transform: capitalize;
}
.badge-holder:nth-child(odd) .badge-title {
    color: #000;
    text-shadow: none;
}
.badge-content {
    text-align: left;
    margin: 10px 0 0 0;
    font-size: 17px;
    color: #fff;
    transition: all 0.5s;
    text-shadow: 0 0 5px #000, 0 0 5px #000;
    text-transform: capitalize;
}
.badge-holder:nth-child(odd) .badge-content {
    color: #000;
    text-shadow: none;
}
.badge-holder:nth-child(odd):hover {
    background: #0d2eee;
}
.badge-holder:nth-child(even):hover {
    background: #B8F2E6;
}
.badge-holder:nth-child(even):hover img {
    filter: brightness(0);
}
.badge-holder:nth-child(odd):hover .badge-title {
    text-shadow: 0 0 5px #000;
    color: #ffffff;
}
.badge-holder:nth-child(odd):hover img{
    filter: brightness(10);
}
.badge-holder:nth-child(even):hover .badge-title {
    text-shadow: 0 0 5px #fff;
    color: #000000;
}
.badge-holder:nth-child(odd):hover .badge-content {
    text-shadow: 0 0 5px #000, 0 0 5px #000;
    color: #fff;
}
.badge-holder:nth-child(even):hover .badge-content {
    color: #000;
    text-shadow: none;
}
.about-wavy-line {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
    z-index: 3;
}
.about-wavy-line svg {
    position: relative;
    display: block;
    width: calc(100% + 200px);
    height: auto;
    max-height: 150px;
}
.about-wavy-line .shape-fill {
    fill: #FFFFFF;
}
/*ABOUT SECTION*/
.about-section {
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
}
.about-section > div {
    width: 90%;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    max-width: 1280px;
    flex-direction: column-reverse;
    margin: 30px 0;
}
.about-images {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    margin-top: 20px;
}
.about-left-images {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
    transition: opacity 0.5s ease-in-out
}
.about-left-image-1 {
    position: relative;
    display: none;
}
.about-left-image-1 img {
    object-fit: cover;
    object-position: center;
}
.about-left-image-2 {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s ease-in-out;
}
.about-left-image-2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 10px 10px 0 10px;
}
.about-left-text {
    background: #d0f3f6;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: flex-end;
    margin-top: 10px;
    padding: 0 20px;
    border-radius: 10px 0 10px 10px;
    transition: all 0.5s ease-in-out;
}
.about-left-text P {
    font-weight: 700;
    font-size: 18px;
}
.about-right-images {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    position: relative;
}
.about-right-image-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    margin: 10px 0;
    transition: opacity 0.5s ease-in-out
}
.about-right-image-1 img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    border-radius: 10px 10px 10px 0;
}
.about-right-image-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
    transition: opacity 0.5s ease-in-out
}
.about-right-image-2 img:first-of-type {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    border-radius: 0 10px 10px 10px;
}
.about-right-image-2 img:last-of-type {
    object-fit: cover;
    object-position: center;
    width: 100%;
    display: none;
}
.about-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.about-subtitle {
    text-align: center;
    margin: 0 0 15px;
    background: #d0f3f6;
    text-transform: capitalize;
    padding: 9px 10px 7px;
    border-radius: 20px;
    opacity: 0;
    transition: opacity 0.5s ease-in-out
}
.about-content h2 {
    text-align: left;
    margin: 0;
    opacity: 0;
    transition: opacity 0.5s ease-in-out
}
.about-content p:nth-of-type(2) {
    text-align: justify;
}
.area-served {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
    margin-bottom: 20px;
    margin-top: 0px;
    width: 100%;
}
.area-served li {
    width: 100%;
}
.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*/
.features-section {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
    background: #d0f3f6;
    padding: 40px 0 30px;
    overflow: hidden;
}
.features-wavy-line-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    z-index: 3;
}
.features-wavy-line-top svg {
    position: relative;
    display: block;
    width: calc(100% + 200px);
    height: auto;
    max-height: 150px;
}
.features-wavy-line-top .shape-fill {
    fill: #FFFFFF;
}
.features-section > div:nth-of-type(2) {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    max-width: 1280px;
    margin: 30px 0;
    z-index: 4;
}
.features-titles {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.features-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.features-subtitle {
    text-align: center;
    margin: 0 0 15px;
    background: #00e5fa;
    text-transform: capitalize;
    padding: 9px 10px 7px;
    border-radius: 20px;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}
.features-title h2 {
    margin: 0;
    text-align: left;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}
.features-text {
    text-align: justify;
}
.features-text {
    font-size: 23px;
    font-weight: 700;
}
.features-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: stretch;
    width: 100%;
}
.features-content-text {
    width: 100%;
    margin: 10px;
    padding: 20px 10px 10px;
    border: 2px solid #00e5fa;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 0.5s ease-in-out;
}
.features-content-text:nth-child(odd) {
    background: #00e5fa;
}
.features-content-text:nth-child(even) {
    background: #d0f3f6;
}
.features-content-text:nth-child(odd):hover {
    border-color: #B8F2E6;
    background:#0d2eee;
    color: #fff;
}
.features-content-text:nth-child(even):hover {
    background: #B8F2E6;
    border-color:#0d2eee;
}
.features-content-text strong {
    text-align: center;
    letter-spacing: 1px;
}
.features-content-text p {
    text-align: justify;
    letter-spacing: 0.3px;
}
.features-section .button {
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
}
.features-wavy-line-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
    z-index: 3;
}
.features-wavy-line-bottom svg {
    position: relative;
    display: block;
    width: calc(100% + 200px);
    height: auto;
    max-height: 150px;
}
.features-wavy-line-bottom .shape-fill {
    fill: #FFFFFF;
}
/*SERVICES SECTION*/
.services-section {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
}
.services-section > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 90%;
    max-width: 1280px;
    position: relative;
    margin: 30px 0;
}
.srvBlockTitle {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.services-subtitle {
    text-align: center;
    margin: 0 0 15px;
    background: #00e5fa;
    text-transform: capitalize;
    padding: 9px 10px 7px;
    border-radius: 20px;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}
.srvBlockTitle h2 {
    margin: 0px;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}
.services-section > div > a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: wrap;
    position: relative;
}
.srvBlock {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-flow: wrap;
    position: relative;
    width: 100%;
}


.srvBlock .srvSwiper {
 padding: 0 0 45px;
}

.srvBlock .srvSwiper .swiper-wrapper {
display: flex;
align-items: stretch;
position: relative;
flex-direction: row;
height: 100%;
width: 100% !important;
}

.srvBlock .srvSwiper .swiper-wrapper .swiper-slide {
 height: auto;
align-items: stretch;
justify-content: center;
 display: flex;
overflow: hidden;
 padding-bottom: 43px;
 width: 100% !important;
}

.srvBlock .srvSwiper .swiper-wrapper .swiper-slide a {
 display: flex;
 align-items: center;
 justify-content: center;
 width: 100%;
 height: 100%;
 cursor: pointer;
}

.srvElement {
    margin: 50px auto 0px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    position: relative;
    background: #0d2eee;
    transition: all 0.5s ease-in-out;
    max-width: 500px;
}
.srvElementHeader h2 {
    text-align: center;
    color: #fff;
    text-shadow: 0 0 5px #000, 0 0 5px #000 !important;
    font-family: Heebo, sans-serif;
    padding: 5px;
    line-height: 1.4;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    margin: 0px;
    text-shadow: none;
    transition: all 0.5s ease-in-out;
}
.srvElementImg {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.srvElementImg img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center center;
    border-radius: 20px 20px 0 0;
    position: relative;
    z-index: 0;
}
.srvElementContent {
    text-align: justify;
    padding: 0px 20px 10px;
    line-height: 1.4;
    transition: all 0.5s ease-in-out;
    font-size: 19px;
    color: #fff;
    text-shadow: 0 0 5px #000;
}
.srvElementBody {
    position: relative;
    padding-top: 40px;
}
.srvElementHeader {
    position: relative;
    bottom: 1px;
    padding: 5px;
    min-height: 85px;
}
.srvElement:hover {
    background: #d0f3f6;
    box-shadow: 0px 0px 10px 0 #00e5fa;
}
.srvElement:hover .srvElementHeader h2 {
    color: #0d2eee;
    text-shadow: 0 0 5px #fff !important;
}
.srvElement:hover .srvElementContent {
    color: #000;
    text-shadow: none;
}
/*testimonials section*/
.testimonials-section {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
}
.testi-content.swiper-wrapper {
    margin-top: 30px;
    z-index: 4;
}
.testimonial {
    position: relative;
    overflow: hidden;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 90%;
    max-width: 1280px;
    background: #d0f3f6;
    border-radius: 30px;
    padding: 50px 0 0;
    margin: 30px 0;
}
.testimonials-subtitle {
    text-align: center;
    margin: 0 0 15px;
    background: #00e5fa;
    text-transform: capitalize;
    padding: 9px 10px 7px;
    border-radius: 20px;
    z-index: 5;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}
.testimonial h2 {
    margin: 0px;
    text-shadow: none;
    color: #000;
    z-index: 5;
    text-shadow: 0 0 5px #d0f3f6, 0 0 5px #fff;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}
.testimonial .image {
    width: 300px;
    object-fit: contain;
    z-index: 1;
    object-position: center;
    position: relative;
    height: 350px;
}

.testimonial .slide {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    row-gap: 30px;
    height: 100%;
    width: 100%;
    position: relative;
}

.testimonial-content {
    position: relative;
    z-index: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    margin-top: -10px;
    z-index: 5;
}

.TestmonilasSwiper .slide p {
    padding: 0px 60px;
    color: #000;
    text-align: justify;
    margin-top: 0;
    margin-bottom: 60px;
    font-weight: 700;
    text-shadow: 0 0 5px #d0f3f6, 0 0 5px #fff;
}

.testimonial-content > span {
    color: #00e5fa;
    font-size: 100px;
    position: absolute;
    bottom: -39px;
    right: calc(50% - 27px);
}

.TestmonilasSwiper .slide .quote-icon {
    font-size: 30px;
    color: #fbbe0a;
    margin-bottom: 25px;
    margin-top: 15px;
}

.TestmonilasSwiper .slide .details {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.details .name {
    color: #000;
}

.TestmonilasSwiper .slide .details img {
    width: 130px;
    margin-left: 10px;
    border-left: 2px solid #000;
    padding-left: 10px;
}

.TestmonilasSwiper .swiper-button-prev, .TestmonilasSwiper .swiper-button-next {
    width: 0px !important;
}

.TestmonilasSwiper .swiper-button-prev::after, .swiper-button-next::after {
    color: #000;
    font-size: 30px !important;
}

.TestmonilasSwiper .nav-btn {
    border-radius: 50%;
    transform: translateY(30px);
    transition: all 0.2s ease 0s;
}

.TestmonilasSwiper .nav-btn::after, .nav-btn::before {
    font-size: 20px;
}
/*DECORATION SECTION*/
.decoration-section {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
}
.decoration-section > div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90%;
    max-width: 1280px;
    position: relative;
    background: #0d2eee;
    border-radius: 20px;
    padding: 30px 15px;
    margin: 30px 0 0;
    overflow: hidden;
}
.decoration-section > div:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: #ffffff0f;
}
.decoration-section > div > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
    z-index: 3;
}
.decoration-title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
}
.decoration-title p {
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    text-shadow: 0 0 5px #000, 0 0 5px #000;
}
.decoration-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    position: relative;
    width: 100%;
    height: 100%;
}
.decoration-content-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.decoration-content-1 img {
    object-fit: contain;
    object-position: center;
    width: 80px;
    height: 80px;
}
.decoration-content-1 p {
    font-size: 23px;
    text-align: center;
    color: #fff;
    text-shadow: 0 0 5px #000,0 0 5px #000;
}
.decoration-content-2 {
    display: none;
}
.decoration-content-2 img {
    object-fit: contain;
    object-position: center;
    width: 100%;
    height: auto;
}
.decoration-content-3 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-direction: column;
    height: 100%;
}
.decoration-content-3 img {
    object-fit: contain;
    object-position: center;
    width: 80px;
    height: 80px;
    display: flex;
}
.decoration-content-3 p {
    font-size: 23px;
    text-align: center;
    color: #fff;
    text-shadow: 0 0 5px #000, 0 0 5px #000;
}
/*GALLERY SECTION*/
.gallery-section {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
}
.gallery-section > div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90%;
    position: relative;
    max-width: 1280px;
    margin: 30px 0;
    flex-direction: column;
}
.gallery-titles {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.gallery-subtitle {
    text-align: center;
    margin: 0 0 15px;
    background: #00e5fa;
    text-transform: capitalize;
    padding: 9px 10px 7px;
    border-radius: 20px;
    z-index: 5;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}
.gallery-titles h2 {
    margin-top: 0;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}
.GallerySwiper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    width: 100%;
    position: relative;
}
.gallery-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.gallery-image div {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin: 5px;
}
.gallery-images {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    width: 100%;
}
.gallery-images > div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 5px;
    height: 100%;
}
.GallerySwiper {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
.gallery-reverse-column {
    display: flex;
    flex-direction: column-reverse !important;
}
.GallerySwiper img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    border-radius: 20px;
}
.GallerySwiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
}
.GallerySwiper .swiper-slide img {
    display: block;
}
.GallerySwiper .swiper-pagination {
    bottom: 0 !important;
}
.GallerySwiper .swiper-pagination-bullet-active {
    background: #0d2eee !important;
}
.GallerySwiper .swiper-button-prev {
    left: -15px !important;
}
.GallerySwiper .swiper-button-prev::after {
    font-size: 35px !important;
    color: #000;
}
.GallerySwiper .swiper-button-next {
    right: -15px !important;
}
.GallerySwiper .swiper-button-next::after {
    font-size: 35px !important;
    color: #000;
}
.GallerySwiper .swiper-button-next:focus-visible, .GallerySwiper .swiper-button-prev:focus-visible {
    border-color: transparent !important;
}
/*CONTACT FORM SECTION*/
#contact-form {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
    background: #d0f3f6;
    padding: 20px 0 10px;
}
.contact-form-wavy-line-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    z-index: 3;
}
.contact-form-wavy-line-top svg {
    position: relative;
    display: block;
    width: calc(100% + 200px);
    height: auto;
    max-height: 150px;
}
.contact-form-wavy-line-top .shape-fill {
    fill: #FFFFFF;
}
#contact-form > img {
    position: absolute;
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.contact-form-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 90%;
    max-width: 1280px;
    position: relative;
    z-index: 3;
}
.email-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 90%;
    max-width: 1280px;
    z-index: 2;
    padding: 30px 0px 30px;
}
.email-form > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.contact-form {
    z-index: 2;
    position: relative;
    width: 100%;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.email-form h3 {
    text-align: center;
    color: #000;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
    font-weight: 600;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}
.contact-form .form-row {
    margin-bottom: 5px;
    width: 100%;
    position: relative;
    display: flex;
}
.contact-form .form-row:first-of-type {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}
.contact-form .form-row:first-of-type span:nth-of-type(2) {
    left: auto;
    right: calc(50% - 146px);
}
/* CAPTCHA */
.checkbox-captcha {
    pointer-events: auto !important;
    display: flex !important;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    color: #000;
    box-sizing: border-box;
    accent-color: #0d2eee !important;
    padding: 8px 12px !important;
    font-size: 14px;
    left: 0 !important;
    transform: unset !important;
    width: 161px !important;
    background: #00e5fa40;
    box-shadow: 0 8px 32px 0 #ffffff40;
    backdrop-filter: blur(4px);
    border-radius: 10px;
    border: 1px solid #ffffff40;
    margin: 5px;
    font-weight: bold;
}
.checkbox-captcha input[type="checkbox"] {
    cursor: pointer;
    width: 16px;
    height: 16px;
}
.contact-form .form-row.submit-btn {
    margin: 10px 0 0 0 !important;
}
.contact-form .form-row.submit-btn {
    width: auto;
}
.contact-form .form-row.submit-btn .button-2 {
    font-size: 18px;
}
.contact-form input[type="text"], .contact-form input[type="tel"], .contact-form input[type="email"], .contact-form textarea {
    width: 100%;
    padding: 20px 10px 10px;
    box-sizing: border-box;
    transition: all 0.3s ease 0s;
    background: #00e5fa40;
    box-shadow: 0 8px 32px 0 #ffffff40;
    backdrop-filter: blur( 4px );
    border-radius: 10px;
    border: 1px solid#ffffff40;
    margin: 5px;
}
.contact-form input:focus, .contact-form input:not(:placeholder-shown), .contact-form textarea:focus, .contact-form textarea:not(:placeholder-shown) {
    border-color: #00e5fa;
    outline: 0px;
    box-shadow: 0 8px 32px 0 #00e5fa78;
}
.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 span {
    color: #000;
    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 span {
    color: #000;
    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 + span, .contact-form input:not(:placeholder-shown) + span, .contact-form textarea:focus + span, .contact-form textarea:not(:placeholder-shown) + span {
    top: 0;
    color: #000;
    padding: 2px 5px;
    background: #d0f3f6;
    border-radius: 5px;
    border: 2px solid #00e5fa;
    font-size: 14px;
}
.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: #00e5fa;
}
.contact-form-wavy-line-bottom {
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
    z-index: 2;
}
.contact-form-wavy-line-bottom svg {
    position: relative;
    display: block;
    width: calc(100% + 200px);
    height: auto;
    max-height: 150px;
}
.contact-form-wavy-line-bottom .shape-fill {
    fill: #FFFFFF;
}
/*CONTACT SECTION*/
.contact-section {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
}
.contact-section > div {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    width: 90%;
    max-width: 1280px;
    position: relative;
    margin: 30px 0;
}
.contact-image {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}
.contact-image::before {
    position: absolute;
    content: '';
    border-top: 2px solid #0d2eee;
    border-right: 2px solid #0d2eee;
    border-top-right-radius: 20px;
    top: 0;
    right: 0;
    z-index: 2;
    width: calc(100% - 70px);
    height: calc(100% - 289px);
    max-width: 333px;
    max-height: 308px;
}
.contact-image::after {
    position: absolute;
    content: '';
    border-bottom: 2px solid #0d2eee;
    border-left: 2px solid #0d2eee;
    border-bottom-left-radius: 20px;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 29%;
    height: calc(100% - 246px);
    max-width: 216px;
    max-height: 344px;
}
.contact-image-decoraion-1{
    position: absolute;
    background: #00e5fa;
    border-radius: 70px;
    width: 100%;
    max-width: 400px;
    bottom: -260px;
    left: -230px;
    height: 100%;
    transform: rotate(45deg);
    z-index: 1;
    opacity: 0;
    transition: opacity 0.5s ease-in-out
}
@keyframes fadeInContactImage1 {
    from {
        opacity: 0;
        transform: translateX(-100px) rotate(45deg);
    }
    to {
        opacity: 1;
        transform: translateX(0) rotate(45deg);
    }
}
.contact-image img {
    position: relative;
    object-fit: contain;
    object-position: center;
    width: 100%;
    height: auto;
    max-width: 400px;
    z-index: 3;
    opacity: 0;
    transition: opacity 0.5s ease-in-out
}
@keyframes fadeInContactImage2 {
    from {
        opacity: 0;
        transform: translateX(-100px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
.contact-image-decoraion-2 {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 110%;
    max-width: 400px;
    top: -240px;
    right: -183px;
    background: #d0f3f6;
    border-radius: 70px;
    transform: rotate(113deg);
    opacity: 0;
    transition: opacity 0.5s ease-in-out
}
@keyframes fadeInContactImage3 {
    from {
        opacity: 0;
        transform: translateX(100px) rotate(113deg);
    }
    to {
        opacity: 1;
        transform: translateX(0) rotate(113deg);
    }
}
.contact-content {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
}
.contact-content p {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
}
.contact-content p a {
    color: #0d2eee;
    text-decoration: underline;
    font-weight: bold;
}
.contact-content p a:hover{
    color: #00e5fa;
}
/*FOOTER SECTION*/
footer {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: #0d2eee;
    position: relative;
    padding-top: 50px;
    overflow: hidden;
    overflow: hidden;
}
footer:before {
    content: '';
    width: 100%;
    height: 150%;
    position: absolute;
    background: #ffffff0f;
}
.footer-wavy-line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
    z-index: 3;
}
.footer-wavy-line svg {
    position: relative;
    display: block;
    top: 2px;
    width: calc(100% + 100px);
    height: auto;
    transform: rotateY(180deg);
    max-height: 105px;
}
.footer-wavy-line .shape-fill {
    fill: #FFFFFF;
}
.footer-section {
    display: flex;
    width: 90%;
    max-width: 1280px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    margin: 30px 0;
    z-index: 4;
}
.footer-content {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    position: relative;
    margin-bottom: 10px;
}
.footer-cn-logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 49%;
    position: relative;
}
.footer-cn-logo img {
    object-fit: contain;
    object-position: center;
    width: 100%;
    height: auto;
    max-height: 170px;
}
.footer-cn-logo p {
    font-size: 30px;
    font-weight: 700;
    text-shadow: 0 0 5px #000, 0 0 5px #000;
}
.footer-nav {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    width: 49%;
}
.footer-nav a {
    width: 100%;
    text-align: left;
    font-size: 20px;
    margin: 10px;
    color: #fff;
    font-weight: 700;
    text-shadow: 0 0 5px #000, 0 0 5px #000;
}
.footer-nav a:hover {
    text-decoration: underline;
    color: #d0f3f6;
}
.copy-write {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-top: 1px solid #ffffff82;
}
.copy-write p {
    text-align: center;
    text-shadow: 0 0 5px #000, 0 0 5px #000;
}
#callnowbutton {
    display: none;
}
#booking-engin {
    position: fixed;
    left: -1px;
    z-index: 9999999;
    cursor: pointer;
    bottom: 10px;
    background-color: #B8F2E6;
    transition: all 0.3s ease 0s;
    border-radius: 0 30px 30px 0;
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000;
    flex-direction: column;
}
#booking-engin .button-2 {
    border: none;
    font-weight: 500;
    background: transparent;
}
@keyframes fadeInSubtitles {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes fadeInTitles {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@media (min-width: 600px) {
    
    .slider-text {
        padding: 0 20px;
    }
    
   /*ABOUT TABLET*/
    .about-images{
        flex-direction: row;
        justify-content: space-between;
    }
    .about-left-images {
        width: 49%;
        height: 100%;
        opacity: 0;
        transition: opacity 0.5s ease-in-out
    }
    @keyframes fadeInAboutImages {
        from {
            opacity: 0;
            transform: translateX(-50px);
        }
        to {
            opacity: 1;
            transform: translateX(0);
        }
    }
    .about-left-image-1 {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        width: 100%;
        margin-bottom: 10px;
        transition: all 0.5s ease-in-out;
    }
    .about-left-image-1 img {
        width: 15%;
        height: 15%;
    }
    .about-right-images {
        width: 49%;
        height: 100%;
    }
    .about-right-image-1 {
        opacity: 0;
        transition: opacity 0.5s ease-in-out
    }
    @keyframes fadeInAboutImage1 {
        from {
            opacity: 0;
            transform: translateZ(50px) translateY(-50px);
        }
        to {
            opacity: 1;
            transform: translateX(0) translateY(0);
        }
    }
    .about-right-image-2 {
        flex-direction: row;
        justify-content: space-between;
        opacity: 0;
        transition: opacity 0.5s ease-in-out
    }
    @keyframes fadeInAboutImage2 {
        from {
            opacity: 0;
            transform: translateZ(50px) translateY(50px);
        }
        to {
            opacity: 1;
            transform: translateX(0) translateY(0);
        }
    }
    .about-right-image-2 img:first-of-type {
        width: 83%;
    }
    .about-right-image-2 img:last-of-type {
        width: 15%;
        align-self: flex-start;
        height: 15%;
        display: block;
    }
   .area-served li {
        width: 50%;
    }
    .about-images:hover .about-left-image-1 {
        transform: translateX(-10px) translateY(-10px);
    }
    .about-images:hover .about-left-image-2 {
        transform: translateX(-10px);
    }
    .about-images:hover .about-left-text {
        transform: translateX(-10px) translateY(10px);
    }
    /*FEATURES TABLET*/
    .features-titles {
        flex-direction: row;
        justify-content: space-between;
        margin-bottom: 20px;
        width: 100%;
    }
    .features-title {
        width: 59%;
        align-items: flex-start;
    }
    .features-text {
        width: 39%;
        height: 100%;
        align-self: flex-end;
    }
    .features-text P {
        margin: 0;
    }
    .features-content-text {
        width: 46%;
        flex-direction: row;
        align-items: stretch;
        flex-wrap: wrap;
    }
    .features-content-text:nth-child(1), .features-content-text:nth-child(4), .features-content-text:nth-child(5), .features-content-text:nth-child(8) {
        background: #00e5fa;
    }
    .features-content-text:nth-child(2), .features-content-text:nth-child(3), .features-content-text:nth-child(6), .features-content-text:nth-child(7) {
        background: #d0f3f6;
    }
    .features-content-text:nth-child(1):hover, .features-content-text:nth-child(4):hover, .features-content-text:nth-child(5):hover, .features-content-text:nth-child(8):hover {
        border-color: #B8F2E6;
        background:#0d2eee;
        color: #fff;
    }
    .features-content-text:nth-child(2):hover .features-content-text:nth-child(3):hover, .features-content-text:nth-child(6):hover, .features-content-text:nth-child(8):hover {
        background: #B8F2E6;
        border-color:#0d2eee;
    }
    .features-content-text strong {
        width: 100%;
    }
    .features-content-text p {
        width: 100%;
    }
    /*TESTIMONIALS TABLET*/
    .testimonial {
        padding-left: 10px;
        padding-right: 10px;
    }
    .testimonials-subtitle{
        align-self: flex-start;
    }
    .testimonial h2 {
        align-self: flex-start;
        width: 68%;
        text-align: left;
    }
    .testimonial .slide {
        flex-direction: row-reverse;
        justify-content: flex-end;
    }
    .testimonial .image {
        width: 58%;
        height: calc(100% + 100px);
        position: absolute;
        right: -9px;
        bottom: -3px;
        z-index: 3;
    }
    .testimonial-content{
        width: 60%;
    }
    .TestmonilasSwiper .slide p {
        padding: 0 70px 0 35px;
        margin-bottom: 20px;
    }
    .TestmonilasSwiper .slide .details {
        padding: 0 70px 0 35px;
        justify-content: flex-start;
    }
    .testimonial-content > span {
        bottom: auto;
        top: -27px;
        right: 12px;
    }
    .TestmonilasSwiper .swiper-button-next {
        right: 0px !important;
    }
    .TestmonilasSwiper.swiper-button-prev {
        left: 0 !important;
    }
    /*DECORATION TABLET*/
    .decoration-title {
        opacity: 0;
        transition: opacity 0.5s ease-in-out
    }
    @keyframes fadeIndecorationTitle {
        from {
            opacity: 0;
            transform: translateY(-50px);
        }
        to {
            opacity: 1;
            transform: translateX(0);
        }
    }
    .decoration-content {
        flex-direction: row;
        justify-content: space-between;
        align-items: stretch;
    }
    .decoration-content-1 {
        width: 49%;
        opacity: 0;
        transition: opacity 0.5s ease-in-out
    }
    @keyframes fadeInDecorationContent1 {
        from {
            opacity: 0;
            transform: translateX(-50px);
        }
        to {
            opacity: 1;
            transform: translateX(0);
        }
    }
    .decoration-content-3 {
        width: 49%;
        opacity: 0;
        transition: opacity 0.5s ease-in-out
    }
    @keyframes fadeInDecorationContent3 {
        from {
            opacity: 0;
            transform: translateX(50px);
        }
        to {
            opacity: 1;
            transform: translateX(0);
        }
    }
    /*GALLERY TABLET*/
    .GallerySwiper {
        padding-bottom: 20px !important;
    }
    .GallerySwiper .swiper-wrapper {
        flex-direction: row;
        width: 100%;
    }
    .gallery-image div {
        height: calc(43.4vw - 10px);
    }
    .gallery-images div {
        height: 21.5vw;
    }
    .contact-content p {
        font-size: 30px;
    }
    /*FOOTER TABLET*/
    .footer-nav a {
        width: 42%;
    }
}
@media screen and (max-width: 650px) {
    #callnowbutton {
        position: fixed;
        right: 10px;
        padding: 10px 20px;
        z-index: 9999999;
        cursor: pointer;
        bottom: 10px;
        background-color: #81d742;
        color: #fff;
        text-decoration: none;
        border: none;
        transition: all 0.3s ease 0s;
        border-radius: 5px;
        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: 730px) {
    .slider-text {
        padding: 0 50px;
    }
}

@media (min-width: 981px) {
    /*HEADER DESKTOP*/
    .hamburger {
        display: none;
   }
    nav {
        height: auto;
   }
    nav > div {
        justify-content: center;
        width: 90%;
        max-width: 1280px;
        padding: 20px 0;
   }
    .navigation {
        margin-bottom: 10px
    }
    nav .menu {
        height: auto;
        flex-direction: row;
        justify-content: space-around;
        top: initial;
        left: initial;
        position: relative;
        width: auto;
        align-items: center;
        padding: 0px;
        margin: 5px 0px;
        background: transparent;
   }
    nav .menu li {
        margin: 0px 10px;
        padding: 0px;
   }
    nav .menu li:last-of-type {
        margin-top: 0;
    }
    .brand {
        width: 100%;
        justify-content: center;
   }
    .brand a {
        justify-content: center;
   }
    nav .menu li:nth-of-type(7) {
        margin-bottom: 0px;
   }
    /*SLIDER DESKTOP*/
    .slider-section {
        /* min-height: 600px; */
        /* max-height: 750px; */
    }
    .headers-buttons {
        flex-direction: column;
        justify-content: flex-start;
   }
    .slider-section > div {
        justify-content: flex-start;
    }
    .slider-content {
        width: 65%;
        margin-left: 20px;
    }
    .slider-text {
        align-items: flex-start;
        padding: 0;
        margin-top: 80px;
    }
    .slider-text h1 {
        text-align: left;
    }
    .slider-text p {
        text-align: left;
    }
    .button-3 {
        margin-top: 10px;
    }
    .headers-buttons {
        flex-direction: row;
    }
    .button-3 {
        margin-top: 0;
    }
    .slider-img {
        display: block;
        height: 70%;
        width: 40%;
        right: 0;
        bottom: 0;
    }
    /*ABOUT DESKTOP*/
    .about-section > div {
        flex-direction: row;
        justify-content: space-between;
    }
    .about-images {
        width: 49%;
    }
    .about-content {
        width: 49%;
    }
    /*FEATURES TABLET*/
    .features-section {
        padding-top: 65px;
    }
    .features-content-text {
        width: 31%;
    }
    .features-content-text:nth-child(odd) {
        background: #00e5fa;
    }
    .features-content-text:nth-child(even) {
        background: #d0f3f6;
    }
    .features-content-text:nth-child(odd):hover {
        border-color: #B8F2E6;
        background:#0d2eee;
        color: #fff;
    }
    .features-content-text:nth-child(even):hover {
        background: #B8F2E6;
        border-color:#0d2eee;
        color: #000;
    }
   /*SERVICES DESKTOP*/
    .srvElement {
        /* width: 31%; */
        display: flex;
        flex-direction: column;
        margin: 30px 10px 0px;
        max-width: 350px;
    }
    .srvElementImg img {
        height: 200px;
    }
    .srvElementBody {
        height: 100%;
    }
    .srvElementContent {
        height: 100%;
    }
    .srvBlock .srvSwiper .swiper-wrapper .swiper-slide {
  width: calc((100% / 2) - 5px) !important;
 margin-right: 20px !important;
 display: flex;
 flex-direction: row;
 align-items: stretch;
justify-content: center;
}

    /*TESTIMONIALS DESKTOP*/
    .TestmonilasSwiper .slide p {
        padding: 0 35px 0 45px;
    }
    .TestmonilasSwiper .slide .details {
        padding: 0 35px 0 45px;
    }
    .testimonial-content > span {
        right: -25px;
    }
    .testimonial .image {
        height: calc(100% + 150px);
        width: 39%;
    }
    /*GALLERY DESKTOP*/
    .gallery-image div {
        height: calc(28.4vw - 10px);
        max-height: 300px;
    }
    .gallery-images div {
        height: 14vw;
        max-height: 500px;
    }
    /*CONTACT DESKTOP*/
    .contact-section > div {
        flex-direction: row;
        justify-content: space-between;
    }
    .contact-image {
        width: 49%;
    }
    .contact-image::before {
        max-width: 215px;
        max-height: none;
        width: 49.6%;
        height: 67.5%;
    }
    .contact-image::after {
        max-width: 345px;
        max-height: none;
        width: 79.6%;
        height: 58%;
    }
    .contact-image-decoraion-1 {
        bottom: -140px;
        left: -85px;
    }
    .contact-image img {
        max-width: 230px;
        z-index: 2;
    }
    .contact-image-decoraion-2 {
        top: -180px;
        right: -183px;
    }
    .contact-content {
        width: 49%;
    }
    .contact-content p {
        text-align: left;
    }
    /*DECORATION DESKTOP*/
    .decoration-section > div > div {
        padding-bottom: 127px;
    }
    .decoration-title {
        margin-bottom: 3%;
    }
    .decoration-content-2 {
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 300px;
        bottom: -129px;
        left: calc(50% - 150px);
        height: auto;
        opacity: 0;
        transition: opacity 0.5s ease-in-out
    }
    @keyframes fadeInDecorationContent2 {
        from {
            opacity: 0;
            transform: translateY(50px);
        }
        to {
            opacity: 1;
            transform: translateX(0);
        }
    }
    .decoration-content-1 {
        width: 37%;
    }
    .decoration-content-3 {
        width: 33%;
    }
    .contact-content p {
        font-size: 34px;
    }
    /*GALLERY DESKTOP*/
    .gallery-section > div {
        margin-top: 60px;
    }
    .footer-cn-logo {
        flex-direction: row;
        justify-content: space-between;
    }
    .footer-cn-logo img {
        width: 49%;
        text-align: left;
        max-height: 180px;
    }
    .footer-cn-logo p {
        width: 49%;
        text-align: left;
        font-size: 35px;
    }
}
@media (min-width: 1280px) {
    nav > div {
        flex-direction: row;
        justify-content: space-between;
    }
    .navigation, .menu {
        width: auto;
    }
    .navigation {
        margin: 0;
    }
    .slider-section {
        min-height: 500px;
        max-height: 750px;
    }
}

@media (min-width: 1200px) {
    .srvBlock .srvSwiper .swiper-wrapper .swiper-slide {
  width: calc((100% / 3) - 10px) !important;
 display: flex;
 align-items: stretch;
 flex-direction: row;
}

 .srvElement {
  max-width: 350px;
} 
}


