﻿/*#about-section .container {
    margin-top: 500px;
}*/

#status {
    width: 400px;
    height: 300px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../img/status.gif);
    background-repeat: no-repeat;
    background-position: center;
    margin: -200px 0 0 -200px;
}

#preloader img {
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: 400px;
    position: absolute;
    margin: 0px;
}

#about-section {
    /*background: url(../img/remman.png);*/
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: 300px;
}

    #about-section .section-description {
        text-align: center;
        font-size: 18px;
        font-family: 'Lato', sans-serif;
        line-height: 42px;
        margin-bottom: 30px;
        padding-left: 1%;
        padding-right: 1%;
    }

section, .secondSectionBody {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

footer {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

#sectionIntro {
    height: 98%;
}

#scene {
    right: -8%;
    /* width: 500px; */
    position: absolute !important;
    z-index: -1;
    top: 0%;
}

#scene img{
    max-width: 900px;
}

#scene1 {
    left: -5%;
    /* width: 500px; */
    position: absolute !important;
    z-index: -1;
    top: 50%;
    overflow: hidden;
}

    #scene1 img {
        max-width: 800px;
    }


#scene2 {
    right: 0px;
    /* width: 500px; */
    position: absolute !important;
    z-index: -1;
    top: 60%;
    overflow: hidden;
}

    #scene2 img {
        max-width: 600px;
    }


.scroll {
    position: absolute;
    font-size: 1.3em;
    margin-top: 6em;
    /* display: inline-block; */
    left: 50%;
    /* right: 0; */
    top: 75%;
    /* bottom: 90%; */
    height: 40px;
    width: 40px
}

    .scroll:hover {
        text-decoration: none;
    }

    .scroll:after {
        content: '';
        width: 40px;
        height: 40px;
        position: absolute;
        top: 40px;
        margin: auto;
        top: 50px;
        right: 0;
        bottom: 0;
        left: 0;
        -webkit-animation: 3s arrow infinite ease;
        animation: 3s arrow infinite ease;
    }

    .scroll:after {
        border-right: 2px solid #FFF;
        border-bottom: 2px solid #FFF;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }


@-webkit-keyframes arrow {
    0%,100% {
        top: 10px;
    }

    50% {
        top: 30px;
    }
}

@keyframes arrow {
    0%,100% {
        top: 10px;
    }

    50% {
        top: 30px;
    }
}


.gallery-section{
    padding-top: 5%;
}

.header-wrapper {
    position: absolute;
}

.single-hero-slider-nine.bg-img.slick-slide:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.06);
    z-index: 9;
}


.single-hero-slider-nine {
    align-items: flex-end;
    background-size: cover !important;
}


.single-hero-slider-nine {
    /*height: 800px;*/
    height: 98vh;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-size: cover;
}


.ourStorySlider{
    height: 300px;
    padding-bottom: 3%;
}

.ourStorySlider .swiper-slide{
    background-size: cover;
    background-position: center;
}

.swiper-button-next .fa,
.swiper-button-prev .fa{
    font-size: 48px;
    color: #fa91a2;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev,
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: none !important;
}

.swiper-button-next:after, .swiper-button-prev:after{
    font-size: 0px !important;
}

.menu-parent{
    margin: auto;
    background: transparent;
}

.menu-section {
    background-image: none;
    background-color: #f7f7f7;
    z-index: 99;
    overflow: hidden;
}

.menu-section .container {
    width: 1170px;
    padding: initial;
}

.menu-wrapper {
    border-right: 4px solid #fa91a2;
    padding-right: 15px;
    padding-left: 15px;
    background: rgba(255, 255, 255, 0.78);
}

.menu-wrapper .menu-btn {
    width: 50%;
    margin: 0px;
}

.menu-section .section-title{
    padding-top: 0px;
}


.menu-section {
    padding-top: 5%;
    padding-bottom: 5%;
}


.menu-btn h2 {
    font-size: 24px;
    line-height: 48px;
}

.menu-btn h2 span{
    color: #fa91a2;
    font-size: 18px;
}

.menu-section .courses {
    display: table-cell;
    width: 66.66666667%;
    padding-top: 40px;
    /*background: rgba(0, 0,0, 0.3);*/
}

ul.courses > li {
    padding-top: 20px;
    margin-bottom: 0px;
    padding-bottom: 20px;
    margin-right: 10px;
    width: calc(25% - 10px);
    border-bottom: 1px dotted #fff;
}

ul.courses > li {
    /*background: rgba(0, 0 ,0, 0.3)*/
    background: transparent;
}

ul.courses li h3 {
    background: transparent;
    color: #333;
}

.menuBody {
    max-width: 80%;
    background: rgba(0, 196, 180, 0.95);
    background: #fff;
    padding-right: 0px;
    padding-left: 0px;
}

.featherlight-next span, .featherlight-previous span {
    display: inline-block !important;
    opacity: 0.8;
}


.featherlight-next:hover span, .featherlight-previous:hover span {
    display: inline-block !important;
    opacity: 1.5;
}

.featherlight-next span img, .featherlight-previous span img{
    max-width: 48px;
}

.owl-nav img{
    max-width: 48px;
}

.nav-menu > nav > ul > li > a {
    font-size: 26px;
}

.nav-menu > nav > ul > li > a {
    font-size: 26px;
    text-transform: capitalize;
    letter-spacing: 1px;
    line-height: 40px;
    top: 0px;
}

/*.slick-slide:not(.slick-active) {
    transition-delay: 500ms !important;
}*/

/*.slick-list {
    -webkit-backface-visibility: hidden;
}*/

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .single-hero-slider-nine {
        height: 680px;
    }

        .single-hero-slider-nine h1 {
            font-size: 75px;
        }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-hero-slider-nine {
        height: 650px;
    }

        .single-hero-slider-nine h1 {
            font-size: 68px;
        }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-hero-slider-nine {
        height: 520px;
    }

        .single-hero-slider-nine h1 {
            font-size: 50px;
        }
}

@media only screen and (max-width: 767px) {
    .single-hero-slider-nine {
        height: 420px;
    }

        .single-hero-slider-nine h1 {
            font-size: 30px;
        }
}





