body {
    color: #000000;
    font-family: Poppins, Arial, Helvetica, sans-serif;
    margin: 0px;
    font-size: 16px;
    background: #E0EBDB;
}

html {
    scroll-padding-top: 30%;
    scroll-behavior: smooth;
}

.container {
    max-width: 1280px;
    width: 90%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}
a {
    text-decoration: none;
}
h1, h2, h3, h4 {
    font-family: none;
    font-weight: 400;
    font-style: normal;
}
h1 {
    font-size: 30px;
    font-weight: 400;
    font-family: "Playfair Display", serif;
    line-height: 1.2;
}
h2 {
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
    text-align: center;
    margin: 0 0 5px;
    font-family: "Playfair Display", serif;
    line-height: 1.2;
}
h2 span {
    color: #4ba0e8;
}
h3 {
    font-size: 22px;
}

* {
    box-sizing: border-box;
}
p {
    text-align: justify;
}

/* Navigation */
header {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #e9eef1;
    position: relative;
}
nav {
    display: flex;
    position: fixed;
    width: 100%;
    top: 0px;
    flex-direction: column;
    z-index: 9999;
    justify-content: center;
    align-items: center;
    background: #00000000;
    transition: background-color 0.3s ease 0s;
    padding: 10px 0;
    box-sizing: border-box;
}
nav.scrolled {
    background-color: #4ba0e8;
    box-shadow: #000000 0px 2px 5px;
    position: fixed;
    top: 0px;
    margin: 0px;
    z-index: 999999;
    animation: 0.3s ease 0s 1 normal none running slideDown;
}
.navigation {
    display: flex;
    width: 100%;
    flex-flow: wrap;
    flex-wrap: wrap;
    align-items: center;
}

/* Logo */
.brand {
    display: flex;
    align-items: center;
    margin-left: 0;
    width: 79%;
    position: relative;
    top: 0;
}
.brand span {
    color: #E0EBDB;
    text-decoration: none;
    font-size: 21px;
    position: relative;
    align-content: center;
    line-height: 1.2;
}
.brand a {
    display: flex;
    text-decoration: none;
    top: 0;
    position: relative;
    flex-direction: row;
}

.brand img {
    height: 65px;
    width: auto;
    margin: 8px 10px;
    background: #03203e;
    border-top-left-radius: 17px;
    border-bottom-right-radius: 17px;
    padding: 4px 12px;
}

@media (min-width: 600px) {
    .brand img {
        height: 80px;
    }
}

/* Menu */
.menu-bg {
    position: fixed;
    width: 62px;
    height: 45px;
    border-radius: 20px 0px 20px 0;
    right: 40px;
    top: 38px;
    background: #E0EBDB;
    pointer-events: none;
    transition: 0.3s;
    transform: translate3d(50%, -50%, 0);
    transform-origin: center center;
    overflow: hidden;
}
.menu-bg.fs {
    width: 400vw;
    height: 400vw;
    background: #03203e;
    display: flex;
    pointer-events: auto;
}
.menu-burger {
    position: absolute;
    width: 52px;
    height: 43px;
    right: 50%;
    top: 50%;
    transform: translate(50%, -50%);
    cursor: pointer;
    transition: 0.4s;
    z-index: 99999;
    pointer-events: auto;
    display: flex;
    justify-content: center;
}
.menu-burger img {
    width: 80%;
    position: absolute;
}
.menu-burger.fs {
    transform: rotate(-180deg);
    color: #fff;
}
.menu-items {
    position: absolute;
    font-size: 16px;
    letter-spacing: 0.5px;
    color: #fff;
    width: 100%;
    text-align: center;
    opacity: 0;
    transition: 0.4s;
    margin-top: 500px;
    transform: translateY(-200%);
    pointer-events: none;
}
.menu-items div {
    transition: 1s;
    opacity: 0;
    margin-top: 0;
}
.menu-items div a {
    color: #fff;
}
.menu-items.fs {
    transform: translateY(0);
    pointer-events: auto;
    opacity: 1;
    width: 100%;
}
.menu-items.fs div {
    opacity: 1;
    margin-top: 20px;
}

.menu-items.fs div:nth-child(7) {
    margin-top: 30px;
}

.menu-items.fs div:nth-child(8) {
    margin-top: 40px;
}
a.consultation-button {
    color: #ffffff !important;
    border: 1px solid #E0EBDB;
    padding: 7px 25px;
    border-radius: 32px 0px 32px 0;
    text-shadow: none;
    margin-top: 10px;
    text-shadow: 1px 1px 1px #000;
    box-shadow: 0.3rem 0.3rem 0.6rem #00000045, -0.2rem -0.2rem 0.5rem #ffffff00;
    backdrop-filter: blur(4px);
    background: #ffffff35;
    transition: .15s linear;
}
a.consultation-button:hover {
    color: #ffffff !important;
    background: #03203E;
    box-shadow: 0 0 10px #ffffff;
}

/* Header */
.slider-section {
    position: relative;
    width: 100%;
    display: flex;
    z-index: 0;
    min-height: 400px;
    background: linear-gradient(45deg, #09212b 0%, #4ba0e8 100%);
    flex-direction: column;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
    box-shadow: #000000 0px 2px 5px;
}
.slider-section .bubble-holder {
    height: 100vh;
}
.slider-img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    object-position: center center;
    top: 0px;
    z-index: 2;
}
.slider-img-1 {
    width: auto;
    height: 100%;
    max-height: 240px;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
    filter: brightness(90%);
}
.top-decoration-element {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 90%;
    position: relative;
    max-width: 1280px;
    justify-content: center;
    z-index: 4;
}
.slider-content {
    position: relative;
    z-index: 3;
    text-align: center;
}
.slider-text {
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.slider-text h1 {
    margin: 0px;
    position: relative;
    color: #E0EBDB;
}
.slider-text p a {
    color: #E0EBDB;
}
.slider-text a:hover {
    color: #ffffff;
    text-shadow: 0 0 10px #000;
}
.slider-text p {
    margin: 17px 0px 5px;
    position: relative;
    font-weight: 500;
    text-align: center;
}
.headers-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px 0;
}
a.button {
    color: #000 !important;
    background: #DDECD8;
    padding: 7px 55px;
    border-radius: 32px 0px 32px 0;
    box-shadow: 0.3rem 0.3rem 0.6rem #00000045, -0.2rem -0.2rem 0.5rem #ffffff00;
    letter-spacing: 0.5px;
    transition: .15s linear;
}
a.button:hover {
    color: #ffffff !important;
    background: #03203E;
    box-shadow: 0 0 10px #ffffff;
}
.scroll-down {
    position: absolute;
    left: 17px;
    bottom: 34px;
    margin: 20px;
}
.scroll-down img {
    height: 80px;
    transform: rotate(0deg);
    animation: 1.5s ease 0s infinite normal none running scroll-down-btn;
    filter: drop-shadow(0 0 5px #000) drop-shadow(0 0 5px #000);
}
@-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;
   }
}

/*  CLOCK  */

.hours-holder {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    padding: 30px 0 0;
}

a.hours-box {
    padding: 0 !important;
    pointer-events: none;
}
.main-header-napinfo-block a.hours-box {
    pointer-events: none;
}
.hours {
    border: none;
    height: auto;
    box-shadow: none;
    background: transparent !important;
}
.hours img {
    display: none;
}
.hours p {
    padding: 0 !important;
    font-size: 16px !important;
    text-shadow: none;
    color: #333333;
}

.hours-holder .fa {
    display: none;
}
.hours-holder span.info-addon {
    width: 100%;
    display: block;
    text-align: center;
    color: #333333;
    font-family: "Open Sans", sans-serif;
}

.hours p {
    padding: 0 !important;
    font-size: 16px !important;
    text-shadow: none;
    color: #333333;
    font-family: "Open Sans", sans-serif;
}
.clock {
    grid-column: 2/3;
    grid-row: 1/3;
    width: 60px;
    height: 60px;
    justify-self: center;
    box-shadow: 0.3rem 0.3rem 0.6rem #4ba0e845, -0.2rem -0.2rem 0.5rem #ffffff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-right: 20px;
}
.clock .hand {
    position: absolute;
    transform-origin: bottom;
    bottom: 30px;
    border-radius: 0.2rem;
    z-index: 200;
}
.clock .hours {
    width: 3px;
    height: 20px;
    background: #a1a1a1 !important;
}
.clock .minutes {
    width: 2px;
    height: 24px;
    background: #a1a1a1;
}
.clock .seconds {
    width: 1px;
    height: 25px;
    background: #4ba0e8;
}
.clock .point {
    position: absolute;
    width: 5px;
    height: 6px;
    border-radius: 50%;
    background: #4ba0e8;
    z-index: 300;
}
.clock .marker {
    width: 95%;
    height: 95%;
    border-radius: 50%;
    position: relative;
    box-shadow: inset 0.2rem 0.2rem 0.5rem #4ba0e847, inset -0.2rem -0.2rem 0.5rem #ffffff;
}
.clock .marker::after {
    content: "";
    width: 60%;
    height: 60%;
    position: absolute;
    box-shadow: inset 1px 1px 1px #4ba0e89e, inset -1px -1px 1px #ffffff;
    border-radius: 50%;
    top: 20%;
    left: 20%;
    filter: blur(1px);
}
.clock .marker__1,
.clock .marker__2,
.clock .marker__3,
.clock .marker__4 {
    position: absolute;
    border-radius: 0.1rem;
    box-shadow: inset 1px 1px 1px #4ba0e8, inset -1px -1px 1px #ffffff;
}
.clock .marker__1,
.clock .marker__2 {
    width: 0.5px;
    height: 5px;
    left: 28px;
}
.clock .marker__3,
.clock .marker__4 {
    width: 5px;
    height: 1px;
    top: 28px;
}
.clock .marker__1 {
    top: 2%;
}
.clock .marker__2 {
    top: 110%;
    transform: translateY(-0.6rem);
}
.clock .marker__3 {
    left: 2%;
}
.clock .marker__4 {
    left: 93%;
    transform: translateX(-1px);
}

/* Badges */
.badges-container {
    display: flex;
    flex-flow: wrap;
    justify-content: space-evenly;
    padding: 30px 0;
    align-items: center;
    width: 100%;
    position: relative;
}
.badge-holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: calc(50% - 10px);
    max-width: 160px;
    padding: 15px 6px 22px;
    margin: 10px 5px 10px;
    border-radius: 5px;
    position: relative;
    text-shadow: #0000000a 0px 15px 15px;
    z-index: 0;
    box-shadow: 0.3rem 0.3rem 0.6rem #4ba0e845, -0.2rem -0.2rem 0.5rem #ffffff;
}
.badge-holder:hover {
    box-shadow: inset 0.3rem 0.3rem 0.6rem #4ba0e845, inset -0.2rem -0.2rem 0.5rem #FFFFFF;
}
p.badge-title {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 18px;
    margin: 16px 0;
    color: #000000;
    text-align: center;
    height: 45px;
    align-content: center;
    line-height: 20px;
}
p.badge-content {
    text-align: center;
    text-transform: capitalize;
    min-height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    line-height: 19px;
    margin: 0;
    color: #4ba0e8;
}
.badge-holder img {
    width: 50%;
}

/* About */
#about {
    padding: 30px 0px 27%;
}
.area-served {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
    margin-bottom: 20px;
    margin-top: 0px;
}
.area-served li {
    width: 46%;
}
.area-served-section {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 50px 0px;
}
.area-served-section > div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    max-width: 1280px;
    flex-direction: column;
}
.about-section {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.about-section > div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 90%;
    max-width: 1280px;
}
.about-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
p.subtitle {
    margin: 0;
    font-size: 17px;
    font-family: "Playfair Display", serif;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
}
#about a.button {
    background: #4ba0e8;
    color: #ffffff !important;
}
#about a.button:hover {
    background: #03203E;
}
.about-img {
    margin: 30px 0 60px;
    position: relative;
    display: flex;
    align-items: center;
}
img.about-image {
    max-width: 91%;
    max-height: 300px;
    box-shadow: 0.3rem 0.3rem 0.6rem #4ba0e845, -0.2rem -0.2rem 0.5rem #ffffff;
    border-radius: 60px 0px 60px 0;
    position: relative;
    z-index: 1;
}
img.about-image-2 {
    max-width: 70%;
    max-height: 378px;
    box-shadow: 0.3rem 0.3rem 0.6rem #4ba0e845, -0.2rem -0.2rem 0.5rem #ffffff;
    border-radius: 60px 0px 60px 0;
    position: absolute;
    top: 45%;
    transform: translateX(40%);
    z-index: 2;
}

/* Features */
.features-section {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
    padding: 30px 0;
}
.features-section > div {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    width: 90%;
    max-width: 1280px;
    z-index: 1;
}
.features img {
    max-width: 100%;
    height: 100%;
    width: 600px;
}
.features-img {
    position: relative;
    align-items: center;
    display: flex;
    justify-content: center;
}
img.features-image {
    max-width: 100%;
    max-height: 400px;
    box-shadow: 0.3rem 0.3rem 0.6rem #4ba0e845, -0.2rem -0.2rem 0.5rem #ffffff;
    border-radius: 80px 0px 80px 0;
}

/* Features-2 */
.features-section ul, .features-section-2 ul {
    padding-left: 10px;
}
.features-section ul li, .features-section-2 ul li {
    text-align: justify;
    padding-bottom: 10px;
}
.features-content-1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.features-section-2 {
    display: flex;
    justify-content: center;
    width: 100%;
    flex-direction: column;
    padding: 30px 0px;
    align-items: center;
}
.features-section-2 > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    max-width: 1280px;
}
.features-content-2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
}
.features-content-2 > div {
    justify-items: center;
}
.features-content-2 .button {
    background: #4ba0e8;
    color: #ffffff !important;
}
.features-content-2 .button:hover {
    background: #03203E;
}

/* Contact Form */
.email-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 90%;
    max-width: 1280px;
    z-index: 2;
    padding: 10px 0px 15px;
}

.email-form > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    align-items: center;
}

.contact-form-section {
    display: flex;
    width: 100%;
    align-items: center;
    position: relative;
    min-height: 364px;
    justify-content: center;
    justify-self: center;
    margin-top: 30px;
}
.contact-form-section::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #000000a1;
    z-index: 1;
    border-radius: 60px 0px 60px 0;
}
.contact-form-section > img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    object-position: center center;
    top: 0px;
    filter: opacity(0.9);
    box-shadow: 0.3rem 0.3rem 0.6rem #4ba0e845, -0.2rem -0.2rem 0.5rem #ffffff;
    border-radius: 60px 0px 60px 0;
}
.contact-form {
    z-index: 2;
    position: relative;
    width: 100%;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.email-form h2 {
    color: #fff;
    margin: 20px 0;
    text-shadow: #000000 0px 0px 5px;
}
.contact-form .form-row {
    margin-bottom: 15px;
    width: 100%;
}
.contact-form .form-row.submit-btn {
    width: auto;
}
.contact-form input[type="text"], .contact-form input[type="tel"], .contact-form input[type="email"], .contact-form textarea {
    width: 100%;
    padding: 10px;
    border: 1.5px dotted #4ba0e8;
    box-sizing: border-box;
    background: #F1EDE7;
    box-shadow: 0.3rem 0.3rem 0.6rem #00000080, -0.2rem -0.2rem 0.5rem #00000080;
    font-family: unset;
}

.contact-form textarea {
    resize: none;
}

.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: #0c4358;
}
.email-form:target .submit-button {
    animation: bounce-in-bottom 1.5s both;
}
.submit-button {
    color: #000000;
    background: #DDECD8;
    padding: 7px 55px;
    border-top-left-radius: 32px;
    border-bottom-right-radius: 32px;
    text-shadow: none;
    font-size: 16px;
    opacity: 0;
    transform: translateY(100px);
    transition: opacity 0.5s ease-out, transform 0.5s ease-out;
    box-shadow: 0.3rem 0.3rem 0.6rem #00000080, -0.2rem -0.2rem 0.5rem #00000080;
    font-family: Poppins, Arial, Helvetica, sans-serif;
}
.submit-button:hover {
    background: #03203E;
    color: #fff;
    box-shadow: 0 0 10px #ffffff;
}
.submit-button.animate {
    opacity: 1;
    transform: translateY(0);
    animation: bounce-in-right 1.5s both;
}

@keyframes bounce-in-right {
    0% {
      transform: translateX(600px);
      animation-timing-function: ease-in;
      opacity: 0;
    }
    38% {
      transform: translateX(0);
      animation-timing-function: ease-out;
      opacity: 1;
    }
    55% {
      transform: translateX(68px);
      animation-timing-function: ease-in;
    }
    72% {
      transform: translateX(0);
      animation-timing-function: ease-out;
    }
    81% {
      transform: translateX(32px);
      animation-timing-function: ease-in;
    }
    90% {
      transform: translateX(0);
      animation-timing-function: ease-out;
    }
    95% {
      transform: translateX(8px);
      animation-timing-function: ease-in;
    }
    100% {
      transform: translateX(0);
      animation-timing-function: ease-out;
    }
  }

/* Services */
.services-section {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0px;
}
.services-section > a, .services-section > div {
    width: 90%;
    max-width: 1280px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.srvBlockTitle {
    text-align: center;
}
.srvBlock {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-flow: wrap;
}
.srvElement {
    margin: 20px auto 0px;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    position: relative;
}
.srvElementHeader h2 {
    text-align: center;
    color: #E2EBDC;
    padding: 10px;
    line-height: 1.2;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    margin: 0px;
}
.srvElementImg {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.srvElementImg img {
    width: 90%;
    max-height: 320px;
    margin-top: 20px;
    object-fit: cover;
    object-position: center center;
    border-radius: 48px 0px 48px 0;
    box-shadow: 0.3rem 0.3rem 0.6rem #00000070, -0.2rem -0.2rem 0.5rem #000000b5;
}
.srvElementContent {
    text-align: justify;
    color: #ffffff;
    padding: 0px 20px;
    line-height: 1.2;
}
.srvElementContent p {
    margin: 0;
    margin-bottom: 20px;
}
.srvElementBody {
    height: 100%;
    border-radius: 60px 0px 60px 0;
    position: relative;
    background: #03203E;
    box-shadow: 0.3rem 0.3rem 0.6rem #4ba0e845, -0.2rem -0.2rem 0.5rem #ffffff;
}
.srvElementBody:hover img {
    filter:grayscale(1);
    transition: .15s linear;
}
.srvElementHeader {
    border-radius: 25px;
    position: relative;
    padding: 5px;
}

/* Testimonials */
.testimonials-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 30px 0px;
    position: relative;
}
.testi-content.swiper-wrapper {
    margin-top: 20px;
}
#testimonials {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90%;
    max-width: 1280px;
    z-index: 2;
}
.testimonial {
    position: relative;
    width: 100%;
    overflow: hidden;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.testimonial .image {
    height: 150px;
    width: 150px;
    position: relative;
    object-fit: cover;
    border-radius: 50%;
    z-index: 1;
    background: linear-gradient(180deg, #03203e 0%, #E0EBDBba 100%);
    padding: 5px;
}
.testimonial .slide {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    row-gap: 25px;
    height: 100%;
    width: 100%;
}
.testimonial-content {
    background: #03203e;
    border-radius: 60px 0px 60px 0;
    position: relative;
    z-index: 0;
    bottom: 100px;
    height: fit-content;
    margin: 0 5px -100px;
}
.testimonial-content .bubble-holder {
    padding: 100px 0 50px;
    flex-direction: column;
}
.slide p {
    padding: 0px 40px;
    margin: 20px 0;
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    text-align: justify;
    text-shadow: #000000 0px 0px 5px;
}
.slide .quote-icon {
    font-size: 30px;
    color: #fff;
    margin: 0 0 20px;
}
.slide .details {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.details .name {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    border-right: 3px solid #ffffff;
    padding-right: 10px;
}
.slide .details img {
    width: 115px;
    margin-left: 10px;
    filter: drop-shadow(0px 0px 3px #000);
}
.swiper-button-prev, .swiper-button-next {
    width: 0px !important;
}
.swiper-button-next {
    right: 5px !important;
}
.swiper-button-prev {
    left: 5px !important;
}
.swiper-button-prev::after, .swiper-button-next::after {
    color: #fff;
    font-size: 30px !important;
}
.nav-btn {
    border-radius: 50%;
    transform: translateY(30px);
    transition: all 0.2s ease 0s;
}
.nav-btn::after, .nav-btn::before {
    font-size: 20px;
}

.row .col-md-12 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.swiper-button-next, .swiper-button-prev {
    margin-top: 0 !important;
    top: 55% !important;
}

/* Gallery */
.lightboxOverlay, .lightbox {
    z-index: 999999 !important;
}
.gallery-section {
    padding: 30px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.gallery-section .subtitle {
    margin: 0px 0px 20px !important;
}
.lp-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 95%;
    margin: 0px auto;
}
.lp-gallery a {
    width: 40vw;
    height: 40vw;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
    margin: 5px;
}
.lp-gallery a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    border-radius: 32px 0px 32px 0;
    box-shadow: 0.3rem 0.3rem 0.6rem #4ba0e845, -0.2rem -0.2rem 0.5rem #ffffff;
}

.gallery-videos {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.gallery-videos video {
    margin: 10px;
    width: 100%;
    height: auto;
    max-height: 400px;
}
@media (min-width: 741px) {
    .gallery-videos video {
        width: 47%;
    }
}

/* Contact */
.contact-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 30px 0px;
}
.contact-section > img {
    position: absolute;
    object-fit: cover;
    object-position: center center;
    top: 0px;
    filter: opacity(0.7);
    z-index: 0;
    width: 100%;
    height: 100%;
}
.contact-section > div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    z-index: 2;
    width: 90%;
    max-width: 1280px;
}
.contact-section h2 {
    font-family: Poppins, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 24px;
}
.contact-section a {
    color: #4ba0e8;
}
.contact-section a:hover {
    color: #ffffff;
    text-shadow: 0 0 10px #000;
}
footer {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-direction: column;
    background: #4ba0e8;
    box-shadow: #000000 0px -2px 5px;
}
.footer-bubbles-holder {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-bubbles-holder section {
    height: 1500px;
}
footer p {
    text-align: center;
    font-size: 17px;
    line-height: 1.3;
    width: 70%;
}
footer > div {
    display: flex;
    width: 100%;
    max-width: 1280px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
}
 footer a.consultation-button {
    background: #03203E;
    bottom: 10px;
    left: 10px;
    position: fixed;
    z-index: 99;
}
footer a.consultation-button:hover {
}

/* Call Now Button */
#callnowbutton {
    display: none;
}
@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: #ffffff;
        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;
   }
}

/* Bubbles CSS */
.bubble-holder{
  width: 100%;
  position: relative;
  overflow:hidden;
  z-index: 1;
  padding: 30px 0px;
  justify-items: center;
  display: flex;
  justify-content: center;
}

.bubble-1 {
  left: 8%;
  animation-delay: 1s;
}
.bubble-1 .bubble-animation-y{
  animation-duration: 7s;
  animation-delay: 0s;
}

.bubble-2 {
  left: 40%;
  animation-delay: 2s;
}
.bubble-2 .bubble-animation-y{
  animation-duration: 6s;
  animation-delay: 2s;
}

.bubble-3 {
  right: 15%;
  animation-delay: 1s;
}
.bubble-3 .bubble-animation-y{
  animation-duration: 5s;
  animation-delay: 1.5s;
}

.bubble-4 {
  left: 8%; 
  animation-delay: 2s;
}
.bubble-4 .bubble-animation-y{
  animation-duration: 6s;
  animation-delay: 3s;
}

.bubble-5 {
  left: 40%; 
  animation-delay: 1s;
}
.bubble-5 .bubble-animation-y{
  animation-duration: 5s;
  animation-delay: 0;
}

.bubble-6 {
  left: 45%;
  animation-delay: 2s;
}
.bubble-6 .bubble-animation-y{
  animation-duration: 7s;
  animation-delay: 3.5s;
}

.bubble-7 {
  right: 15%;
  animation-delay: 1s;
}
.bubble-7 .bubble-animation-y{
  animation-duration: 5.5s;
  animation-delay: 3s;
}

.bubble-8 {
  right: 5%;
  animation-delay: 2s;
}
.bubble-8 .bubble-animation-y{
  animation-duration: 7s;
  animation-delay: 3s;
}

/* Static Circles */
.bubble-static {
  width: 500px;
  height: 500px;
  border-radius: 100%;
  position: absolute;
}

.bubble-9 {
  top: -375px;
  left: 14%;  
}

.bubble-10 {
  bottom: -350px;
  right: -50px;	
}

.bubble-container{
  position: absolute;
  bottom: -250px; 
}

.bubble-large, .bubble-small {
  border-radius: 100%;
  box-shadow: 0 20px 30px #0000001a, inset 0px 10px 30px 5px #ffffff2b;
}

.bubble-large {
 
  width: 231px;
  height: 231px;
}

.bubble-small {
 
  width: 82px;
  height: 82px;
}

.bubble-animation-x { 
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-name: bubbleXAnimFrames;
  animation-timing-function: ease;
  animation-direction: alternate;
}

.bubble-animation-y { 
  animation-iteration-count: infinite;
  animation-name: bubbleYAnimFrames;
  animation-timing-function: linear;
}


 @keyframes bubbleXAnimFrames {
  0% {
    transform: translateX(0);
   }
  100% {
    transform: translateX(50px);
   }
}

 @keyframes bubbleYAnimFrames {
  0% {
    transform: translateY(0);
   }
  50% {
    opacity: 85%;
   }
  100% {
    transform: translateY(-1250px);
    opacity: 0;
   }
}


/* Tablet */
@media (min-width: 600px) {
    h1 {
        font-size: 38px;
   }
    h2 {
        font-size: 30px;
   }
    h3 {
        font-size: 24px;
   }
    .headers-buttons {
        flex-direction: row;
        justify-content: flex-start;
   }
    .headers-buttons .consultation-button {
        margin: 0px 0px 0px 10px;
   }
    .headers-buttons::before {
        bottom: -33px;
   }
    a.button-3 {
        margin: 0 0px 0px 15px;
    }
    .area-served li {
        width: 30%;
   }
    #about {
        padding-bottom: 145px;
    }
    .about-img {
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    img.about-image-2 {
    transform: translateX(20%);
    top: 45%;
    }

    .srvElementImg img {
        width: 80%;
    }
    .srvElementHeader h2 {
        padding: 15px 10px;
    }
}

@media (min-width: 768px) {
    .srvElement {
        width: 48%;
        display: flex;
        flex-direction: column;
        margin: 30px 10px 0px 0px;
   }
}

/* Desktop */
@media (min-width: 981px) {
    h1 {
        font-size: 42px;
   }
    h2 {
        font-size: 36px;
   }
    h3 {
        font-size: 28px;
   }
    .menu-bg {
        display: none;
   }
    nav {
        height: fit-content;
        padding: 5px 0 25px;
   }
    nav > div {
        justify-content: center;
        flex-direction: row;
   }
   .menu-items {
        position: relative;
        opacity: 1;
        transform: none;
        pointer-events: auto;
        display: flex;
        align-items: center;
        gap: 12px;
        margin-top: 15px;
        justify-content: center;
        width: auto;
    }
    .menu-items div {
        opacity: 1;
        transition: none;
    }
    .menu-bg.fs {
        width: 0;
    }
    .menu-items.fs div {
        margin-top: 0px !important;
    }
    .menu-bg, .menu-burger {
        display: none;
    }
    .brand {
        width: 100%;
        justify-content: center;
    }
    .brand a {
        justify-content: center;
    }
    .navigation {
        width: auto;
    }
    .top-decoration-element {
        align-items: flex-end;
        padding-top: 100px;
    }
    .slider-content {
        width: 50%;
    }
    .slider-text {
        align-items: flex-start;
    }
    .slider-text h1 {
        text-align: left;
    }
    .slider-text p {
        text-align: left;
    }
    .slider-img-1 {
        max-height: unset;
        width: 30vw;
        height: auto;
    }
    .scroll-down {
        left: 30px;
        bottom: 50px;
    }
    #about {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .about-content {
        width: 50%;
    }
    .about-img {
        width: 60%;
    }
    .features-section > div {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .features-content-1 {
        width: 50%;
    }
    .features-img {
        width: 50%;
        margin: 0 30px 0 0px;
    }
    .features-section-2 > div {
        display: flex;
        flex-direction: row;
        justify-content: space-between;

    }
    .features-content-2 {
        width: 50%;
    }
    .contact-form-section {
        width: 50%;
        margin: 0 0 0 30px;
    }
    .email-form {
        align-items: flex-end;
   }
    .srvBlock {
        justify-content: space-around;
   }
    .srvElement {
        width: 32%;
        display: flex;
        flex-direction: column;
        margin: 30px 0px 0px;
   }
    .srvElementImg img {
        width: 90%;
    }
    .srvElementHeader h2 {
        padding: 10px;
    }
    
    .testimonials-section {
        flex-direction: row;
   }
    #testimonials {
        width: 50%;
   }
    .lp-gallery a {
        width: calc(31.6667vw);
        max-width: 300px;
        height: calc(31.6667vw);
        max-height: 300px;
   }
}