body {
    color: #000;
    font-size: 18px;
    line-height: 1.5;
    font-family: "Lato", sans-serif;
}

.text-black {
    color: #000;
}

p+p {
    margin-top: 5px;
}

.rd-navbar-fixed .rd-navbar-panel {
    height: 81px;
}

.rd-navbar-fixed [class*=rd-navbar-fixed-element] {
    top: 15px;
}

.rd-navbar-fixed .rd-navbar-collapse {
    top: 79px;
}

.rd-navbar-fixed .rd-navbar-nav-wrap {
    top: -26px;
}

.text-xs {
    font-size: 15px;
}

.form-label, .form-label-outside {
    color: #000;
    font-weight: 600;
    font-size: 18px;
}

.rd-form .button {
    background: #ffff;
    color: #00AEEF;
    border-width: 3px;
}

h2.title-section {
    font-weight: 800;
}

.subtitle-section {
    font-weight: 700;
}

.slide-caption-img {
    cursor: pointer;
}

.slide-caption-img .gallery-classic-button {
    left: 38%;
    opacity: 1;
    position: absolute;
    transform: none;
    top: 40%;
}

.slide-caption-img .gallery-classic-button a:hover {
    box-shadow: 2px 2px 20px #0000007a;
}

body .rd-navbar-classic.rd-navbar-static .rd-navbar-brand img {
    max-width: none;
    max-height: none;
}

.swiper-button-prev,
.swiper-button-next {
    color: #00AEEF;
}

section#home,
.section-footer {
    background-color: #231F20;
}

.icon-md img {
    max-height: 45px;
    margin-bottom: 10px;
}

#our-services {
    padding-bottom: 0;
}

#our-philosophy {
    background-image: url('/img/philosophy-bg.jpg');
    background-size: cover;
    margin-top: 50px;
}

#our-philosophy hr {
    margin-top: 13px;
    border-color: #00AEEF;
}

#about-us {
    padding: 0 50px;
}

#about-us::before {
    content: none;
}

#about-pullout {
    border: 1px solid #00AEEF;
    padding: 8% 6% 3%;
}

#about-pullout ul {
    list-style: disc;
    margin-left: 20px;
}

#about-pullout ul li {
    display: list-item;
}

#projects .swiper-button-prev,
#projects .swiper-button-next {
    bottom: 0;
}

.bg-default+.bg-default {
    padding-top: 60px;
}

a.button.icon,
a.button.icon:hover,
div.button.icon,
div.button.icon:hover {
    color: #fff;
}

video {
    width: 100%;
}

.swiper-slide {
    align-items: flex-end !important;
}

.lg-video-cont.lg-has-html5 {
    max-width: 1020px !important;
}

.text-img {
    background-image: url(../img/text-bg.jpg);
    background-size: 100%;
}

.swiper-caption-title+.swiper-caption-subtitle-2 {
    margin-top: 16px !important;
    text-transform: none !important;
    font-size: 38px;
    font-weight: 300 !important;
    letter-spacing: inherit !important;
}

@media (max-width: 650px) {
    .slide-caption-img img {
        width: 30vw;
    }
}

@media (max-width: 1199px) {
    .slide-caption-img {
        display: block;
        left: 0;
        top: 40%;
        position: relative;
    }

    .slide-caption-img .gallery-classic-button {
        left: 47%;
        top: 42%;
    }

        .swiper-slide-caption .container .justify-content-xl-center {
            flex-flow: wrap-reverse;
        }

        .slide-caption-img img {
            margin-top: 90px;
            margin-bottom: -110px;
        }
}

@media (min-width: 992px) {
    #about-us::before {
        width: 54%;
    }
}

@media (min-width: 1200px) {
    h1,
    .heading-1 {
        font-size: 90px;
    }

    h2, .heading-2 {
        font-size: 38px;
    }

    .box-zita h4 {
        font-size: 28px;
        font-weight: 400;
        line-height: 1.5;
    }

    .box-kira {
        padding: 50px;
    }

    .box-kira:hover {
        box-shadow: 0px 7px 35px 0px rgb(0 0 0 / 8%);
    }

    .box-kira p {
        color: #000;
    }

    #about-us {
        padding: 115px 0px;
    }

    #about-us::before {
        content: '';
    }

    section#projects {
        /* margin-top: -100px; */
    }

    #our-philosophy {
        margin-top: 0;
    }

    .swiper-caption-title+.swiper-caption-subtitle-2 {
        font-size: 38px;
    }
}

@media (min-width: 1600px) {
    .rd-navbar-classic.rd-navbar-static .rd-navbar-main {
        padding: 2vw 0 20px 0;
    }

    #about {
        padding: 80px 0 120px;
    }

    #about-us {
        padding: 80px 0;
    }

    .section-lg {
        padding: 80px 0;
    }

    h6, .heading-6 {
        font-size: 15px;
        line-height: 1.5;
    }

    .swiper-caption-title+.swiper-caption-subtitle-2 {
        font-size: 38px;
    }

    .slide-caption-img .gallery-classic-button .button {
        width: 100px;
        height: 100px;
        font-size: 42px;
        line-height: 64px;
    }
}