﻿.owl-carousel,.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translateZ(0)
}

.owl-carousel .owl-item,.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    transform: scale(1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.mfp-bg {
    overflow: hidden;
    background: #0b0b0b;
    opacity: .8
}

.mfp-bg,.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    position: fixed
}

.mfp-wrap {
    outline: none!important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box
}

.mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

/*.mfp-align-top .mfp-container:before {
    display: none
}*/

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

/*.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: zoom-out
}*/

/*.mfp-zoom {
    cursor: pointer;
    cursor: zoom-in
}*/

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none!important
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #ccc
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-error .mfp-content,.mfp-s-ready .mfp-preloader {
    display: none
}

button.mfp-arrow,button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial,Baskerville,monospace
}

.mfp-close:focus,.mfp-close:hover {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

/*.mfp-close-btn-in .mfp-close {
    color: #333
}*/

.mfp-close-btn {
    z-index: 9999;
}
.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    top: 50%;
    margin: -55px 0 0;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:focus,.mfp-arrow:hover {
    opacity: 1
}

.mfp-arrow:after,.mfp-arrow:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: inset transparent
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0,0,0,.6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto
}

.mfp-figure,img.mfp-img {
    line-height: 0
}

.mfp-figure:after {
    content: "";
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0,0,0,.6);
    background: #444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

/*.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}*/

@media screen and (max-height: 300px),screen and (max-width:800px) and (orientation:landscape) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left:0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0,0,0,.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0,0,0,.6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media (max-width: 900px) {
    .mfp-arrow {
        transform:scale(.75)
    }

    .mfp-arrow-left {
        transform-origin: 0
    }

    .mfp-arrow-right {
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.expand:after,.expand:before,.expandmore:after,.expandmore:before,.navbar-toggle:after,.navbar-toggle:before,.ro-menu-mo ul div a,.ro-menu .submenu>a:before,.ro-menu>li>a .expand,.ro-menu>li>a:before,.ro-menu>li>a span.text,.ro-menu li ul a,.ro-menu li ul a:before {
    transition: all .4s cubic-bezier(.25,.46,.425,1);
    transition-timing-function: cubic-bezier(.25,.46,.425,1)
}

.menuwrap {
    position: relative;
    z-index: 99
}

.ro-menu a {
    text-decoration: none
}

.ro-menu>li>a {
    color: #baf7ff;
    display: block;
    position: relative
}

.ro-menu>li h5 {
    color: #ccc
}

.full-menu {
    max-width: 100%;
    padding: 10px 0!important
}

.full-menu .head {
    margin-bottom: 10px;
    border-radius: 0
}

.ro-menu li ul a {
    color: #575757;
    position: relative;
    padding: 10px 10px 10px 25px;
    font-size: 13px;
    display: block;
    min-width: 197px
}

.ro-menu>li>ul>li:hover>a,.ro-menu ul>li:hover>a {
    color: #084e6d;
    background-color: #f3f3f3
}

.ro-menu li ul a:before {
    content: "";
    position: absolute;
    left: 10px;
    width: 7px;
    height: 7px;
    border: 1px solid #333;
    border-radius: 100px;
    top: 20px;
    box-shadow: 2px 0 0 #ccc
}

.ro-menu li ul a:hover:before {
    border-color: #084e6d;
    box-shadow: 0 0 0 #ccc
}

.ro-menu .submenu:hover>a:after,.ro-menu>li:hover>a {
    color: #fff
}

@media (min-width: 993px) {
    .ro-menu,.ro-menu ul {
        padding:0;
        display: flex!important
    }

    #Home,#Home2,#Home3 {
        display: none
    }

    .ro-menu li {
        padding: 0;
        list-style: none;
        display: inline-block
    }

    .ro-menu>li.submenu a span.text {
        padding-right: 25px;
    }

    .expand {
        position: absolute;
        right: 10px;
        top: 0;
        bottom: 0;
        line-height: 58px!important;
        font-size: 10px
    }

    .expandmore {
        float: right;
        margin-right: 10px;
        line-height: inherit
    }

    .ro-menu li ul {
        display: none!important;
        background-color: #fff;
        box-shadow: 0 0 15px rgba(0,0,0,.5);
        position: absolute
    }

    .ro-menu ul ul {
        border-top: none
    }

    .ro-menu li ul a {
        border-bottom: 1px solid #f5f5f5
    }

    .ro-menu ul li ul {
        left: 100%
    }

    .ro-menu li ul.hover {
        display: block!important
    }

    .ro-menu>li>ul.hover {
        -webkit-animation: .2s ease;
        animation: .2s ease;
        -webkit-animation-name: mymove;
        animation-name: mymove;
        animation-fill-mode: forwards;
        -webkit-animation-fill-mode: forwards
    }

    @keyframes mymove {
        0% {
            opacity: 0;
            margin-top: -10px
        }

        10% {
            opacity: 0;
            margin-top: -10px
        }

        to {
            opacity: 1;
            margin-top: 0
        }
    }

    @-webkit-keyframes mymove {
        0% {
            opacity: 0;
            margin-top: -10px
        }

        10% {
            opacity: 0;
            margin-top: -10px
        }

        to {
            opacity: 1;
            margin-top: 0
        }
    }

    .ro-menu ul li ul.hover {
        -webkit-animation: .2s ease;
        animation: .2s ease;
        -webkit-animation-name: mymoveright;
        animation-name: mymoveright;
        animation-fill-mode: forwards;
        -webkit-animation-fill-mode: forwards
    }

    @keyframes mymoveright {
        0% {
            opacity: 0;
            margin-left: -20px
        }

        10% {
            opacity: 0;
            margin-left: -20px
        }

        to {
            opacity: 1;
            margin-left: 0
        }
    }

    @-webkit-keyframes mymoveright {
        0% {
            opacity: 0;
            margin-left: -20px
        }

        10% {
            opacity: 0;
            margin-left: -20px
        }

        to {
            opacity: 1;
            margin-left: 0
        }
    }

    .ro-menu>li>ul.hout {
        -webkit-animation: .5s ease;
        animation: .5s ease;
        -webkit-animation-name: mymovedown;
        animation-name: mymovedown
    }

    @keyframes mymovedown {
        0% {
            opacity: 1;
            margin-top: 0
        }

        90% {
            opacity: 0;
            margin-top: -10px
        }

        to {
            opacity: 0;
            margin-top: -10px
        }
    }

    @-webkit-keyframes mymovedown {
        0% {
            opacity: 1;
            margin-top: 0
        }

        90% {
            opacity: 0;
            margin-top: -10px
        }

        to {
            opacity: 0;
            margin-top: -10px
        }
    }

    .ro-menu ul li ul.hout {
        -webkit-animation: .5s ease;
        animation: .5s ease;
        -webkit-animation-name: mymoveleft;
        animation-name: mymoveleft;
        animation-fill-mode: forwards;
        -webkit-animation-fill-mode: forwards
    }

    @keyframes mymoveleft {
        0% {
            opacity: 1;
            margin-left: 0
        }

        90% {
            opacity: 0;
            margin-left: -20px
        }

        to {
            opacity: 0;
            margin-left: -20px
        }
    }

    @-webkit-keyframes mymoveleft {
        0% {
            opacity: 1;
            margin-left: 0
        }

        90% {
            opacity: 0;
            margin-left: -20px
        }

        to {
            opacity: 0;
            margin-left: -20px
        }
    }

    .ro-menu li>ul>li:first-child:before {
        content: "";
        position: absolute;
        width: 15px;
        height: 15px;
        left: 50px;
        z-index: 0;
        top: 0;
        margin-top: -7px;
        background-color: #fff;
        transform: rotate(45deg) scale(0);
        -webkit-transform: (45deg) scale(0);
        transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out
    }

    li.submenu:hover>ul>li:first-child:before {
        transform: rotate(45deg) scale(1);
        -webkit-transform: rotate(45deg) scale(1)
    }

    li.submenu ul li:first-child:hover:before {
        background-color: #f3f3f3
    }

    .ro-menu ul ul li:first-child:before {
        content: "";
        position: absolute;
        width: 15px;
        height: 15px;
        left: -7px;
        z-index: 0;
        top: 25px;
        margin-top: -9px;
        background-color: #fff;
        transform: rotate(-45deg) scale(1);
        -webkit-transform: (-45deg) scale(1);
        transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out
    }

    .ro-menu ul a,.ro-menu ul li {
        display: block;
        float: left;
        clear: both;
        width: 100%
    }
}

@media (max-width: 992px) {
    .expand,.expandmore {
        width:44px;
        background-color: rgba(13,13,13,.04);
        position: absolute;
        right: 1px;
        top: 1px;
        bottom: 1px;
        z-index: 10
    }

    .expand:before,.expandmore:before {
        content: ""!important;
        position: absolute;
        width: 22px;
        height: 2px;
        background-color: #000;
        left: 50%;
        top: 50%;
        transform: translateY(-50%) translateX(-50%)
    }

    .expand:after,.expandmore:after {
        content: "";
        position: absolute;
        width: 2px;
        height: 22px;
        background-color: #000;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%)
    }

    .closeit {
        width: 44px;
        background-color: rgba(13,13,13,.04);
        position: absolute;
        right: 1px;
        top: 1px;
        bottom: 1px;
        z-index: 10
    }

    .closeit:before {
        width: 22px;
        height: 2px
    }

    .closeit:after,.closeitsub:after {
        height: 0
    }

    .closeitsub {
        width: 44px;
        background-color: rgba(13,13,13,.04);
        position: absolute;
        right: 1px;
        top: 1px;
        bottom: 1px;
        z-index: 10
    }

    #Home {
        position: absolute;
        top: 0
    }

    .navbar-toggle {
        position: relative;
        margin-left: auto;
        margin-top: 5px;
        margin-bottom: 5px;
        display: block;
        width: 40px;
        height: 40px;
        padding: 9px 10px;
        border-radius: 0;
        border: 1px solid #d6faff
    }

    .navbar-toggle:before {
        height: 10px;
        top: 10px;
        border-bottom: 2px solid #d6faff
    }

    .navbar-toggle:after,.navbar-toggle:before {
        width: 21px;
        left: 8px;
        content: "";
        border-top: 2px solid #d6faff;
        position: absolute
    }

    .navbar-toggle:after {
        height: 0;
        top: 26px
    }

    .navbar-toggle.toggle-open:before {
        border-bottom-color: transparent;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        top: 16px;
        left: 6px;
        border-top-color: #fff
    }

    .navbar-toggle.toggle-open:after {
        top: 17px;
        left: 8px;
        border-top: 2px solid #fff;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg)
    }

    .navbar-toggle.toggle-open {
        background-color: #084e6d;
        border-color: #06435d
    }

    .ro-menu-mo {
        display: none;
        right: 15px;
        background-color: #fff;
        position: absolute;
        width: 100%;
        max-width: 300px;
        top: 46px;
        padding: 10px;
        max-height: 350px;
        overflow-y: auto
    }

    .ro-menu-open {
        display: block
    }

    .ro-menu-mo ul {
        padding: 0;
        display: none
    }

    .ro-menu .open-ul {
        display: block
    }

    .ro-menu-mo ul div {
        min-height: 0
    }

    .ro-menu-mo>li>a {
        padding: 10px;
        border-radius: 0;
        border: 1px solid #fff;
        background-color: #f9f9f9;
        color: #084e6d
    }

    .ro-menu-mo>li:hover>a {
        color: #000
    }

    .ro-menu-mo li ul a {
        padding-left: 35px;
        border-bottom: 1px solid #fff;
        background-color: #f7f7f7
    }

    .ro-menu-mo ul ul a {
        background-color: #fbfbfb;
        padding-left: 55px
    }

    .ro-menu .open-ul>a:before {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg)
    }

    .ro-menu li ul ul a:before {
        left: 33px;
        border-color: #bfbfbf;
        background-color: #e2e2e2;
        box-shadow: -1px 0 0 #676767
    }

    .ro-menu ul {
        background-color: #f0f0f0;
        position: relative
    }

    .ro-menu li {
        display: block
    }
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0,-20px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0,-20px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInDown {
    -webkit-animation: .2s ease;
    animation: .2s ease;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
        transform: none
    }

    to {
        opacity: 0;
        transform: translate3d(0,-20px,0)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
        transform: none
    }

    to {
        opacity: 0;
        transform: translate3d(0,-20px,0)
    }
}

.fadeOutUp {
    -webkit-animation: .2s ease;
    animation: .2s ease;
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

.btn,.gallery-collage li,.gallery-collage li a,.gallery-collage li a:before,.large-nav .row [class*=col]:nth-child(4) .btn big,.large-nav .row [class*=col]:nth-child(4) .btn i,.large-nav .row [class*=col]:nth-child(4) .btn small,.owl-dot span,.result .btn:after,.result .btn:before,.slc-download,.slc-download img,.slc-download span,.slc-download span i,footer a {
    transition: all .3s cubic-bezier(.25,.46,.425,1);
    transition-timing-function: cubic-bezier(.25,.46,.425,1)
}

.btn {
    background-color: #084e6d;
    outline: none;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 14px 20px;
    line-height: 1;
    box-shadow: 0 0 .25em rgba(0,0,0,.5);
    text-shadow: 0 0 .25em rgba(0,0,0,.5);
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    overflow: hidden;
    text-shadow: none
}

.btn:hover {
    background-color: #baf7ff;
    color: #084e6d;
    box-shadow: 0 2px 10px rgba(186,247,255,.8)
}

.large-nav .btn {
    font-size: 17px;
    width: 180px;
    height: 180px;
    border-radius: 100%;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 0 300%;
    box-shadow: 0 0 0 8px rgba(186,247,255,.5)
}

.large-nav .row [class*=col]:first-child .btn {
    background-color: #00bcd4
}

.large-nav .row [class*=col]:nth-child(2) .btn {
    background-color: #8bc34a
}

.large-nav .row [class*=col]:nth-child(3) .btn {
    background-color: #fb8c69
}

.large-nav .row [class*=col]:nth-child(4) .btn {
    background-color: #f7719e
}

.large-nav .btn img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0
}

.large-nav .btn i {
    display: block;
    margin: 15px 0;
    font-size: 35px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    -webkit-text-fill-color: transparent
}

.large-nav .row [class*=col]:first-child .btn:hover,.large-nav .row [class*=col]:nth-child(2) .btn:hover,.large-nav .row [class*=col]:nth-child(3) .btn:hover,.large-nav .row [class*=col]:nth-child(4) .btn:hover {
    background-color: #baf7ff
}

.large-nav .btn:focus {
    box-shadow: 0 0 0 15px rgba(186,247,255,.5)
}

.large-nav .btn:hover i {
    -webkit-text-stroke-color: #084e6d
}

.large-nav .btn small {
    display: block;
    font-size: 12px;
    text-transform: capitalize;
    font-weight: lighter;
    line-height: 16px;
    margin-top: 14px;
    height: 17px;
    overflow: hidden;
    transition: all .2s ease-in-out;
    -webkit-animation: blink .7s infinite;
    animation: blink .7s infinite
}

@-webkit-keyframes blink {
    0%,to {
        transform: scale(1)
    }

    50% {
        transform: scale(1.1)
    }
}

@keyframes blink {
    0%,to {
        transform: scale(1)
    }

    50% {
        transform: scale(1.1)
    }
}

.large-nav .btn:hover small {
    height: 0
}

.large-nav .btn big {
    font-size: 14px;
    display: block;
    margin-top: 4px;
    transition: all .2s ease-in-out
}

.large-nav .btn:hover big {
    transform: scale(1.1);
    transform-origin: bottom center
}

.large-nav .btn:hover {
    background-position: 50%;
    background-size: 160%
}

.large-nav .row [class*=col]:nth-child(4) .btn:hover {
    color: #fff
}

.large-nav .row [class*=col]:nth-child(4) .btn:hover i,.large-nav .row [class*=col]:nth-child(4) .btn:hover small {
    transform: translateY(-500%);
    color: #fff
}

.large-nav .btn small b {
    display: block;
    color: #fff
}

.button-ripple_content {
    position: relative;
    z-index: 1
}

.button-ripple_ripple,.button-ripple_ripples {
    position: absolute;
    top: 0;
    left: 0
}

.button-ripple_ripple {
    display: block;
    border-radius: 50%;
    width: 1em;
    height: 1em;
    margin: -.5em 0 0 -.5em;
    transform: scale(0);
    -webkit-animation: ripple-animation 2s;
    animation: ripple-animation 2s
}

@-webkit-keyframes ripple-animation {
    0% {
        transform: scaleX(1);
        opacity: .8
    }

    to {
        transform: scale3d(100,100,1);
        opacity: 0
    }
}

@keyframes ripple-animation {
    0% {
        transform: scaleX(1);
        opacity: .8
    }

    to {
        transform: scale3d(100,100,1);
        opacity: 0
    }
}

.title-main {
    margin-bottom: 20px;
    text-align: center
}

header {
    background-color: #d6faff;
    background: #d6faff;
    background: linear-gradient(180deg,#d6faff 0,#87f1ff 70%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d6faff",endColorstr="#87f1ff",GradientType=0);
    position: relative
}

.sticktotop {
    position: fixed;
    left: 0;
    top: 0;
    right: 0
}

.fixstickymargin {
    margin-bottom: 57px
}

header svg.header-corner {
    position: absolute;
    width: 210px;
    height: 210px;
    top: 0;
    left: 0
}

header svg.wave {
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 26px;
    left: 0;
    z-index: 0
}

header svg.wave path {
    d: path("M0 0c108,0 215,55 323,55 95,0 190,-26 285,-26 57,0 115,17 172,14 78,-4 156,-29 235,-29 90,0 179,60 269,60 72,0 144,-60 216,-60l0 93 -1500 0 0 -107z");
    -webkit-animation: shapewave 4s linear infinite alternate;
    animation: shapewave 4s linear infinite alternate
}

@-webkit-keyframes shapewave {
    0% {
        d: path("M0 0c108,0 215,55 323,55 95,0 190,-26 285,-26 57,0 115,17 172,14 78,-4 156,-29 235,-29 90,0 179,60 269,60 72,0 144,-60 216,-60l0 93 -1500 0 0 -107z")
    }

    50% {
        d: path("M0 56c108,0 215,-49 323,-49 95,0 190,52 285,52 57,0 115,-56 172,-59 78,-4 156,59 235,59 90,0 158,-56 248,-56 72,0 165,62 237,62l0 42 -1500 0 0 -51z")
    }

    to {
        d: path("M0 0c108,0 215,55 323,55 95,0 190,-26 285,-26 57,0 115,17 172,14 78,-4 156,-29 235,-29 90,0 179,60 269,60 72,0 144,-60 216,-60l0 93 -1500 0 0 -107z")
    }
}

@keyframes shapewave {
    0% {
        d: path("M0 0c108,0 215,55 323,55 95,0 190,-26 285,-26 57,0 115,17 172,14 78,-4 156,-29 235,-29 90,0 179,60 269,60 72,0 144,-60 216,-60l0 93 -1500 0 0 -107z")
    }

    50% {
        d: path("M0 56c108,0 215,-49 323,-49 95,0 190,52 285,52 57,0 115,-56 172,-59 78,-4 156,59 235,59 90,0 158,-56 248,-56 72,0 165,62 237,62l0 42 -1500 0 0 -51z")
    }

    to {
        d: path("M0 0c108,0 215,55 323,55 95,0 190,-26 285,-26 57,0 115,17 172,14 78,-4 156,-29 235,-29 90,0 179,60 269,60 72,0 144,-60 216,-60l0 93 -1500 0 0 -107z")
    }
}

.header-top {
    position: relative;
    z-index: 1
}

.phone-email {
    font-size: 20px;
    color: #084e6d;
    font-weight: 700;
    text-decoration: none!important;
    margin-left:-40px;
    /*margin-left:50px;*/
}

.phone-email i {
    color: #084e6d;
    font-size: 15px;
    width: 27px;
    height: 27px;
    line-height: 27px;
    border-radius: 100px;
    box-shadow: 0 0 0 2px,inset 3px 2px 0 0 rgba(0,0,0,.08),3px 4px 0 0 rgba(0,0,0,.08);
    text-align: center;
    margin-right: 10px
}

.menuwrap {
    background-color: rgba(2,71,103,.79);
    padding: 0;
    -webkit-backdrop-filter: blur(6px) saturate(130%) brightness(150%) contrast(130%);
    backdrop-filter: blur(6px) saturate(130%) brightness(150%) contrast(130%)
}

.navbar-brand {
    padding: 0;
    margin: auto 0;
    border-radius: 100px;
    overflow: hidden;
    box-shadow: 0 0 0 3px #084e6d;
    width: 100px
}

.navbar-brand img {
    max-width: 100%
}

.ro-menu {
    margin: 0;
    perspective: 1000px;
    -webkit-perspective: 1000px
}

.school-name {
    /*padding: 15px 0;*/
    font-size: 35px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
    background: linear-gradient(270deg,#07a1c3 0,#05364c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.school-name b {
    font-family: 'Sans Serif Collection';
    padding: 0 10px;
    letter-spacing: 1px
    /*font-size:30px;*/
}

.school-name span {
    font-size: 14px;
    display: block;
    font-style: italic;
    font-weight: lighter;
    -webkit-background-clip: inherit;
    -webkit-text-fill-color: #489cc1;
    text-shadow: none
}

.slider-wrap {
    overflow: hidden;
    margin-top: -57px;
    background-color: #000;
    min-height: 100px;
    position: relative
}

.slide .owl-stage-outer {
    overflow: visible
}

.slide:after,.slide:before {
    content: "";
    top: 0;
    right: 100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg,rgba(0,0,0,.55),rgba(0,0,0,.55) 1%,rgba(0,0,0,.55) 26.5%,rgba(0,0,0,.37) 26.6%,rgba(0,0,0,.37) 63.7%,rgba(0,0,0,.48) 64%,rgba(0,0,0,.48) 99%,rgba(0,0,0,.48));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8c000000",endColorstr="#7a000000",GradientType=1);
    background-attachment: fixed;
    position: absolute;
    z-index: 1;
    -webkit-backdrop-filter: blur(7px) saturate(100%) brightness(100%) contrast(100%);
    backdrop-filter: blur(7px) saturate(100%) brightness(100%) contrast(100%)
}

.slide:after {
    left: 100%;
    right: inherit
}

.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    color: #fff;
    width: 30px;
    height: 30px;
    margin-top: -20px;
    text-align: center;
    padding: 0;
    outline: none;
    font-size: 20px;
    line-height: 14px;
    z-index: 2
}

.owl-carousel .owl-nav button.owl-prev {
    left: -35px
}

.owl-carousel .owl-nav button.owl-next {
    right: -35px
}

.owl-carousel .owl-nav button.owl-prev:after {
    content: "\f30a"
}

.owl-carousel .owl-nav button.owl-next:after,.owl-carousel .owl-nav button.owl-prev:after {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    left: 0;
    position: relative
}

.owl-carousel .owl-nav button.owl-next:after {
    content: "\f30b"
}

.owl-dots {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%)
}

.owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 4px;
    background: #baf7ff;
    display: block;
    -webkit-backface-visibility: visible;
    border-radius: 30px
}

.owl-dots .owl-dot.active span {
    width: 30px
}

.owl-dots .owl-dot {
    outline: none;
    box-shadow: none!important
}

/*section {
    padding: 50px 0
}*/

.news-update {
    background-color: #084e6d;
    color: #fff
}

.nav-vticker {
    margin-top: 15px;
    margin-right: 15px
}

.nav-vticker .btn {
    width: 40px;
    height: 30px;
    color: #baf7ff;
    font-size: 20px;
    padding: 5px;
    background-image: none;
    background-color: transparent;
    -webkit-filter: drop-shadow(4px 6px 6px #002125);
    filter: drop-shadow(4px 6px 6px #002125);
    box-shadow: none
}

.nav-vticker .btn:hover {
    -webkit-filter: none;
    filter: none;
    box-shadow: none
}

.vticker {
    margin: 0;
    position: relative
}

.news-update .title-main {
    margin: 0;
    color: #084e6d;
    position: relative;
    padding: 8px 26px 20px 15px;
    z-index: 1;
    font-weight: 700
}

.news-head .title-svgbg {
    height: 100%;
    width: 100%;
    fill: #baf7ff;
    position: absolute;
    left: 0;
    top: 0;
    right: -20px;
    -webkit-filter: drop-shadow(0 5px 0 rgba(0,0,0,.2));
    filter: drop-shadow(0 5px 0 rgba(0,0,0,.2));
    z-index: -1
}

.vticker ul {
    padding: 0;
    list-style: none
}

.vticker li {
    min-height: 100px;
    padding: 12px 15px 20px;
    border-bottom: 1px solid hsla(0,0%,100%,.04);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.19)
}

.vticker .date {
    width: 80px;
    min-width: 80px;
    height: 80px;
    margin-top: 7px;
    display: block;
    position: relative;
    text-align: center;
    text-decoration: none;
    color: #baf7ff;
    box-shadow: inset 0 0 0 3px
}

.vticker .readmore {
    background-color: #baf7ff;
    margin-left: 20px;
    color: #084e6d;
    font-size: 12px;
    padding: 4px 10px;
    border-radius: 3px;
    text-decoration: none;
    margin-top: 10px;
    display: inline-block
}

.vticker .date * {
    margin: 7px 0
}

.vticker .date:before {
    content: "";
    left: 5px;
    top: 5px;
    right: -3px;
    bottom: -3px;
    border: 1px solid rgba(186,247,255,.29);
    position: absolute
}

.vticker .date h4 {
    font-size: 48px;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 50px
}

.vticker .date h5 {
    font-size: 16px;
    display: table-cell;
    width: 1%;
    font-weight: lighter;
    text-align: right
}

.vticker .date h6 {
    font-size: 12px;
    display: table-cell;
    width: 1%;
    padding-left: 4px;
    text-align: left
}

.vticker p {
    text-align: left;
    margin-bottom: 0;
    padding-left: 20px
}

.founders img {
    max-width: 100%
}

.founders figcaption {
    position: relative;
    background-color: #084e6d;
    font-size: 30px;
    text-align: center;
    padding: 0 15px 5px;
    margin-bottom: 30px;
    color: #baf7ff;
    font-family: Playball,Geneva,sans-serif
}

.founders figcaption:before {
    content: "";
    left: 10px;
    bottom: -32px;
    height: 38px;
    right: 10px;
    z-index: -1;
    position: absolute;
    background: radial-gradient(ellipse at center,rgba(0,0,0,.22) 0,transparent 57%,transparent 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#38000000",endColorstr="#00000000",GradientType=1)
}

.message-block {
    background-color: #e9e9ea;
    background-image: url(../images/msg-bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat
}

.message-block .image {
    min-width: 45%;
    margin-right: -20px;
    padding-top: 16px
}

.message-block img {
    width: 100%;
    border-radius: 100%;
    box-shadow: 0 0 0 5px #084e6d
}

.message-block .image figcaption {
    padding-right: 40px;
    margin-top: 20px
}

.message-block .image big {
    color: #084e6d;
    font-weight: 700;
    display: block;
    font-size: 18px
}

.messsage-block .image small {
    color: #ccc
}

.message-block .detail h4 {
    font-weight: 700;
    color: #084e6d;
    font-size: 19px;
    margin-bottom: 20px;
    text-align: right
}

.message-block .message {
    background-color: #fff;
    border-radius: 10px;
    padding: 35px;
    -webkit-filter: drop-shadow(-4px 14px 16px rgba(0,0,0,.1));
    filter: drop-shadow(-4px 14px 16px rgba(0,0,0,.1));
    position: relative
}

.message-block .message .arrow-svgbg {
    height: 34px;
    width: 41px;
    fill: #fff;
    position: absolute;
    left: -23px;
    top: 80px
}

.message-block .message:before {
    top: 0;
    right: 0;
    width: 172px;
    height: 100px
}

.message-block .message:after,.message-block .message:before {
    content: "";
    position: absolute;
    background-image: url(../images/message-curve.svg);
    background-repeat: no-repeat;
    background-size: contain;
    border-top-right-radius: 10px;
    z-index: -1
}

.message-block .message:after {
    bottom: 0;
    left: 0;
    width: 104px;
    height: 60px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg)
}

.message-block .message i {
    position: absolute;
    font-size: 30px;
    color: #baf7ff
}

.message-block .message .fa-quote-left {
    left: 10px;
    top: 10px
}

.message-block .message .fa-quote-right {
    right: 10px;
    bottom: 10px
}

.message-block .message p {
    margin-top: 10px;
    text-align: center;
    font-style: italic;
    font-weight: 700;
    color: #676767;
    line-height: 27px
}

.message-block .message a.more {
    text-decoration: none;
    font-style: normal;
    color: #084e6d;
    margin-left: 5px
}

.why-us {
    background-image: url(../images/building-bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #534f49
}

.why-us .title-main {
    text-align: center;
    color: #baf7ff;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 700
}

.why-us .subtitle {
    text-align: center;
    color: #fff;
    font-weight: lighter;
    font-size: 20px;
    margin-bottom: 40px
}

.why-us .item {
    -webkit-backdrop-filter: blur(9px) brightness(110%);
    backdrop-filter: blur(9px) brightness(110%);
    color: #fff;
    line-height: 27px;
    padding: 55px 40px;
    text-align: center;
    border-radius: 200px;
    position: relative;
    margin: 10px;
    background: linear-gradient(135deg,hsla(0,0%,100%,.07),hsla(0,0%,98.8%,.26) 30.9%,hsla(0,0%,98.8%,.2) 31%,hsla(0,0%,97.6%,.12) 62.9%,hsla(0,0%,97.6%,.18) 63%,hsla(0,0%,96.5%,.15));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#12ffffff",endColorstr="#40f6f6f6",GradientType=1);
    background-attachment: fixed;
    background-repeat: repeat
}

.why-us .item:before {
    top: -10px;
    bottom: 60%;
    border-radius: 1000px 1000px 0 0;
    border: 1px solid hsla(0,0%,100%,.22);
    border-bottom: none
}

.why-us .item:after,.why-us .item:before {
    content: "";
    position: absolute;
    left: -10px;
    right: -10px;
    z-index: -1
}

.why-us .item:after {
    bottom: -10px;
    top: 60%;
    border-radius: 0 0 1000px 1000px;
    border: 1px solid hsla(0,0%,100%,.22);
    border-top: none
}

.why-us .item i {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #084e6d;
    -webkit-text-fill-color: transparent;
    width: 80px;
    height: 80px;
    line-height: 80px;
    background-color: #baf7ff;
    font-size: 30px;
    border-radius: 100px
}

.why-us .item .title {
    font-size: 18px;
    min-height: 50px;
    text-transform: uppercase;
    margin: 30px 0
}

.why-us .item p {
    color: hsla(0,0%,100%,.49);
    min-height: 80px
}

.gallery-block {
    background-color: #d0fffe;
    /*background-image: url(../images/gallery-bg.jpg);*/
    background-size: cover;
    background-position: 100% 0
}

.gallery-collage {
    padding: 0;
    list-style: none;
    margin-top: 30px
}

.gallery-collage li {
    height: 0;
    position: relative;
    display: inline-block;
    box-shadow: 11px 12px 11px rgba(0,0,0,.12)
}

.gallery-collage li a {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #fff;
    border: 8px solid #084e6d
}

.gallery-collage li a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    box-shadow: inset 0 0 0 12px #fff
}

.gallery-collage li a:hover:before {
    box-shadow: inset 0 0 0 0 #fff
}

.gallery-collage li a:hover {
    border-color: #d0fffe
}

.gallery-collage li a img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.gallery-collage li a:hover img {
    -webkit-animation: imageslideh 2s linear infinite;
    animation: imageslideh 2s linear infinite
}

@-webkit-keyframes imageslideh {
    0%,to {
        object-position: center
    }

    20% {
        object-position: left
    }

    80% {
        object-position: right
    }
}

@keyframes imageslideh {
    0%,to {
        -o-object-position: center;
        object-position: center
    }

    20% {
        -o-object-position: left;
        object-position: left
    }

    80% {
        -o-object-position: right;
        object-position: right
    }
}

.gallery-collage li:first-child {
    width: 20%;
    padding-bottom: 30%;
    transform: translateY(40%);
    z-index: 1
}

.gallery-collage li:nth-child(2) {
    width: 29%;
    padding-bottom: 35%;
    transform: translate(-20%)
}

.gallery-collage li:nth-child(3) {
    width: 31%;
    padding-bottom: 21%;
    transform: translate(12%,-24%);
    margin-left: -6%;
    z-index: 1
}

.gallery-collage li:nth-child(4) {
    width: 23%;
    padding-bottom: 32%;
    transform: translate(0)
}

.gallery-collage li:nth-child(5) {
    width: 27%;
    padding-bottom: 20%;
    margin-right: -7%;
    transform: translate(36%,-37%);
    z-index: 1
}

.gallery-collage li:nth-child(6) {
    width: 22%;
    padding-bottom: 30%;
    transform: translate(62%,-39%)
}

.gallery-collage li:nth-child(7) {
    width: 26%;
    padding-bottom: 33%;
    transform: translate(41%,10%)
}

.gallery-collage li:nth-child(8) {
    width: 21%;
    padding-bottom: 18%;
    transform: translate(37%,-18%)
}

.gallery-collage li:nth-child(9) {
    width: 31%;
    padding-bottom: 32%
}

.gallery-collage li:nth-child(10) {
    width: 18%;
    padding-bottom: 15%
}

footer {
    background-color: #084e6d;
    color: hsla(0,0%,100%,.67);
    padding-top: 20px
}

footer .school-name {
    font-size: 25px;
    background: none;
    -webkit-background-clip: inherit;
    -webkit-text-fill-color: inherit;
    color: #fff;
    text-align: left
}

footer .school-name b {
    padding-left: 0
}

footer .phone-email i {
    color: #489cc1;
    vertical-align: middle
}

footer .phone-email {
    color: #fff;
    margin-left: 0;
    margin-bottom: 20px;
    margin-right: 30px
}

footer .phone-email.email {
    font-size: 14px;
    margin-top: 12px;
    display: block
}

ul.footer-menu,ul.footer-menu ul {
    padding: 0;
    list-style: none
}

ul.footer-menu>li>ul {
    padding-left: 10px;
    margin-bottom: 10px
}

ul.footer-menu>li>a {
    font-weight: 700
}

ul.footer-menu ul ul {
    padding-left: 20px
}

ul.footer-menu ul a {
    color: #adb1b4
}

ul.footer-menu ul a:hover {
    color: #fff
}

footer a {
    color: #baf7ff;
    text-decoration: none!important
}

footer a:hover {
    color: #fff
}

.footer-bottom {
    background-color: rgba(0,0,0,.14);
    padding: 10px 0
}

.cover-size {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.header-img {
    position: relative;
    height: 260px;
    overflow: hidden;
    margin-top: -57px
}

.title-wrap {
    color: #fff;
    font-weight: 700;
    margin-top: -7px
}

.title-wrap .title-main {
    margin-bottom: -19px;
    padding-top: 14px;
    padding-left: 15px;
    text-align: left;
    background-color: #fff;
    color: #084e6d;
    position: relative;
    box-shadow: 0 -10px 0 0 #65dbef,0 -23px 0 0 #baf7ff;
    border-top-right-radius: 9px
}

.title-wrap .title-main:before {
    height: 35px;
    left: -10px;
    background-position: 0 0
}

.title-wrap .title-main:after,.title-wrap .title-main:before {
    content: "";
    position: absolute;
    width: 17px;
    top: -23px;
    background-image: url(../images/inner-page-top.svg);
    background-repeat: no-repeat;
    background-size: 26px
}

.title-wrap .title-main:after {
    height: 23px;
    right: 0;
    background-position: 100% 0
}

.title-wrap .container {
    position: relative
}

.title-wrap .container:before {
    content: "";
    position: absolute;
    left: -1px;
    width: 1px;
    top: 20px;
    bottom: 0;
    background: linear-gradient(180deg,rgba(0,0,0,.15) 0,transparent);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#26000000",endColorstr="#00000000",GradientType=0)
}

.title-wrap .container:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 20px;
    bottom: 0;
    transform: skewX(-20deg);
    background-color: rgba(0,0,0,.08);
    transform-origin: bottom;
    z-index: -1
}

.cursive {
    font-family: Playball,Geneva,sans-serif;
    font-weight: lighter
}

.inner-page section p {
    text-align: justify
}

.sidebar ul {
    list-style: none;
    padding: 30px 0 0
}

.sidebar li {
    margin-bottom: 10px
}

.sidebar .h4 {
    color: #084e6d;
    position: relative;
    font-weight: lighter;
    margin-bottom: 20px
}

.sidebar li.h4:before {
    color: #baf7ff;
    content: "More in ";
    font-weight: 700
}

.sidebar a {
    font-size: 14px;
    display: block
}

.result .btn.collapsed,.sidebar li.active a {
    background-color: #baf7ff;
    color: #084e6d;
    box-shadow: 0 2px 10px rgba(186,247,255,.8)
}

.inner-page .large-nav,.inner-page .large-nav .row [class*=col] {
    margin-bottom: 20px
}

.inner-page .large-nav .btn {
    font-size: 14px;
    width: 100%;
    height: auto;
    border-radius: 4px;
    padding: 19px 15px 22px 50px;
    text-align: left;
    box-shadow: 0 0 0 5px rgba(186,247,255,.5)
}

.inner-page .large-nav .btn i {
    position: absolute;
    font-size: 27px;
    left: -38px;
    top: -20px
}

.inner-page .large-nav .row [class*=col]:nth-child(4) .btn {
    background-image: none!important
}

.inner-page .large-nav .row [class*=col]:nth-child(4) .btn:hover {
    color: #084e6d;
    background-image: none!important
}

.inner-page .large-nav .row [class*=col]:nth-child(4) .btn:hover i {
    transform: translateY(0)
}

.inner-page .large-nav .btn big,.inner-page .large-nav .btn small {
    display: none
}

.inner-page .message-block {
    background: none
}

.fg .title {
    background-color: #baf7ff;
    padding: 4px 15px 11px;
    margin-bottom: 0;
    color: #074e6c;
    border-radius: 4px
}

.fg .title small {
    color: #4cb0c1;
    font-size: 14px
}

.fg .description-wrapper {
    margin-bottom: 3px;
    background-color: #e5f9fb;
    padding: 15px
}

#grid.ug-gallery-wrapper .ug-textpanel {
    background-color: rgba(2,37,52,.75);
    -webkit-backdrop-filter: blur(6px) saturate(130%) brightness(150%) contrast(130%);
    backdrop-filter: blur(6px) saturate(130%) brightness(150%) contrast(130%)
}

.address>tbody>tr {
    margin-bottom: 15px;
    display: block
}

.address>tbody>tr>th {
    width: 50px;
    height: 50px;
    text-align: center;
    vertical-align: inherit;
    border-radius: 5px;
    color: #fff;
    background-color: #084e6d
}

.address b {
    font-size: 23px
}

.address a {
    color: #084e6d;
    text-decoration: none
}

.list {
    list-style: none;
    padding-left: 0
}

.list li {
    margin-bottom: 10px;
    margin-top: 0;
    position: relative;
    padding-left: 30px
}

.list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 10px;
    height: 10px;
    background-color: #baf7ff;
    border-radius: 10px;
    box-shadow: inset 0 -2px 0 3px #084e6d
}

.olist {
    padding-left: 18px;
    line-height: 1.8;
    margin-top: 8px
}

.olist li {
    margin-bottom: 7px;
    padding-left: 15px
}

.facilities .item {
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 0 40px;
    box-shadow: -4px -4px 0 4px #baf7ff,4px 4px 10px rgba(0,0,0,.04)
}

.facilities .item .image {
    position: relative
}

.facilities .item img {
    width: 100%
}

.facilities .item .detail {
    padding: 15px 30px
}

.facilities .item .info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    padding: 15px;
    color: #baf7ff;
    background: linear-gradient(180deg,transparent 0,rgba(0,0,0,.65));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000",endColorstr="#a6000000",GradientType=0)
}

.facilities .item .info i {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 25px;
    border-radius: 100px;
    text-align: center;
    box-shadow: 0 0 0 4px #baf7ff
}

.facilities .item .info h4 {
    margin: 0;
    padding: 15px 15px 15px 30px;
    text-transform: uppercase
}

.result {
    margin-bottom: 15px
}

.result .btn {
    border-radius: 5px 5px 0 0
}

.result .btn:before {
    right: 15px;
    width: 14px;
    height: 2px
}

.result .btn:after,.result .btn:before {
    content: "";
    position: absolute;
    top: 21px;
    background-color: #baf7ff
}

.result .btn:after {
    right: 21px;
    width: 2px;
    height: 0
}

.result .btn.collapsed:before {
    background-color: #084e6d
}

.result .btn.collapsed:after {
    top: 15px;
    width: 2px;
    height: 14px;
    background-color: #084e6d
}

.result .detail {
    background-color: #084e6d;
    padding: 15px
}

.result .btn.collapsed {
    border-radius: 5px
}

.clubzone {
    list-style: none;
    padding: 0
}

.clubzone li {
    font-family: Playball,Geneva,sans-serif;
    white-space: nowrap;
    margin: 10px;
    font-size: 25px;
    padding: 15px 15px 15px 74px
}

.clubzone li i {
    width: 60px;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: hsla(0,0%,100%,.28);
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    font-size: 30px
}

.clubzone li i:before {
    margin: auto
}

.form {
    box-shadow: 11px 16px 20px rgba(0,0,0,.07);
    border-radius: 10px;
    padding: 0;
    overflow: hidden
}

.form .title {
    position: relative;
    padding: 15px 45px 35px 15px
}

.form .title i {
    margin-right: 11px;
    margin-top: auto;
    color: #64dbef;
    font-size: 30px
}

.form .title svg {
    height: 100%;
    width: 100%;
    fill: #baf7ff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1
}

.form .form-body {
    padding: 30px
}

.form label {
    font-size: 20px;
    margin-bottom: 20px
}

.form .form-control {
    border-color: #baf7ff;
    background-color: #dffbff;
    box-shadow: none;
    height: calc(1.5em + .75rem + 6px)
}

.slc-download {
    display: block;
    position: relative;
    background-color: #000;
    margin-bottom: 30px;
    overflow: hidden
}

.slc-download img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slc-download:hover img {
    opacity: .4;
    transform: scale(1.1)
}

.slc-download span {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    white-space: nowrap;
    transform-origin: center left;
    transform: scale(1.2) translateX(-50%) translateY(-50%);
    border-radius: 100px;
    border: 2px solid #baf7ff;
    padding: 15px 30px;
    text-transform: uppercase;
    overflow: hidden;
    opacity: 0;
    -webkit-backdrop-filter: blur(5px) saturate(180%) contrast(170%);
    backdrop-filter: blur(5px) saturate(180%) contrast(170%)
}

.slc-download:hover span {
    opacity: 1;
    transform: scale(1) translateX(-50%) translateY(-50%);
    box-shadow: 5px 5px 6px #000
}

.slc-download span i {
    margin-right: 10px;
    transition-delay: .2s;
    opacity: 0;
    transform: translateY(-200%)
}

.slc-download:hover span i {
    opacity: 1;
    transform: translateY(0)
}

.circular .item {
    display: flex;
    flex-direction: column;
    padding: 30px;
    border: 10px solid transparent;
    -o-border-image: url(../images/border.png) 10 repeat;
    border-image: url(../images/border.png) 10 repeat;
    margin-bottom: 30px;
    position: relative
}

.circular .item:before {
    content: "";
    position: absolute;
    left: -10px;
    top: -10px;
    width: 0;
    height: 0;
    border-color: #fff #dcdcdc #dcdcdc #fff;
    border-style: solid;
    border-width: 14px
}

.circular .item:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 10px;
    width: 26px;
    height: 30px;
    background-image: url(../images/pin.png);
    background-repeat: no-repeat
}

.circular .item .title {
    margin: 10px auto 20px;
    border-bottom: 1px dashed #d6d6d6;
    padding-bottom: 2px
}

@media(min-width: 1200px) {
    .clubzone li {
        font-size:28px;
        padding-left: 78px
    }
}

@media(min-width: 993px) {
    .ro-menu>li>a span.text {
        padding:8px 15px;
        display: inline-block;
        background-color: transparent;
        position: relative;
        text-transform: uppercase;
        padding: 18px 15px;
        font-size: 14px;
        font-weight: 700;
        transform-origin: top;
        -webkit-transform-origin: top
    }

    .ro-menu>li:hover>a span.text {
        background-color: rgba(143,244,255,.1);
        transform: rotateX(30deg);
        -webkit-transform: rotateX(30deg)
    }

    .ro-menu>li>a .expand {
        transform-origin: top;
        -webkit-transform-origin: top
    }

    .ro-menu>li:hover>a .expand {
        transform: rotateX(30deg);
        -webkit-transform: rotateX(30deg)
    }

    .ro-menu>li>a:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 10px;
        right: 0;
        z-index: -1
    }

    .ro-menu>li.active>a:before,.ro-menu>li:hover>a:before {
        background-color: rgba(1,38,62,.33);
        bottom: 0
    }

    .inner-page .message-block .image {
        min-width: 30%
    }
}

@media(max-width: 992px) {
    .fixstickymargin {
        margin-bottom:52px
    }

    .school-name {
        padding: 0;
        text-align: center;
    }

    .menuwrap {
        padding: 1px 0
    }

    .menuwrap>.container {
        position: relative
    }

    .slider-wrap {
        overflow: hidden;
        margin-top: -52px
    }

    .large-nav .btn,.news-update {
        margin-bottom: 30px
    }

    .why-us .item {
        background-attachment: inherit
    }

    .header-img {
        margin-top: -52px
    }
}

@media(max-width: 768px) {
    .navbar-brand {
        width:80px
    }

    .school-name span {
        display: none
    }

    header .phone-email {
        margin: -12px 0 10px auto
    }

    .gallery-collage li a {
        border: 3px solid #084e6d
    }

    .gallery-collage li a:before {
        box-shadow: inset 0 0 0 7px #fff
    }

    .gallery-collage li:first-child {
        width: 30%;
        padding-bottom: 34%;
        transform: translateY(40%);
        z-index: 1
    }

    .gallery-collage li:nth-child(2) {
        width: 37%;
        padding-bottom: 42%;
        transform: translate(-14%)
    }

    .gallery-collage li:nth-child(3) {
        width: 37%;
        padding-bottom: 25%;
        transform: translate(-7%,-38%);
        margin-left: -7%;
        z-index: 1
    }

    .gallery-collage li:nth-child(4) {
        width: 32%;
        padding-bottom: 42%;
        transform: translate(49%,16%)
    }

    .gallery-collage li:nth-child(5) {
        width: 56%;
        padding-bottom: 31%;
        margin-right: 0;
        transform: translate(21%,-30%);
        z-index: 1
    }

    .gallery-collage li:nth-child(6) {
        width: 29%;
        padding-bottom: 36%;
        transform: translate(25%,22%)
    }

    .gallery-collage li:nth-child(7) {
        width: 33%;
        padding-bottom: 33%;
        transform: translate(19%,19%)
    }

    .gallery-collage li:nth-child(8) {
        width: 35%;
        padding-bottom: 22%;
        transform: translate(-21%,-84%)
    }

    .gallery-collage li:nth-child(9) {
        width: 31%;
        padding-bottom: 32%
    }

    .gallery-collage li:nth-child(10) {
        width: 18%;
        padding-bottom: 15%
    }

    .fg .title {
        margin-bottom: 10px
    }
}

@media(max-width: 575px) {
    .phone-email {
        font-size:17px
    }

    .phone-email i {
        font-size: 14px;
        width: 25px;
        height: 25px;
        line-height: 25px
    }

    .slider-wrap .container {
        padding: 0
    }

    .school-name {
        padding: 10px 0;
        font-size: 28px
    }

    .ro-menu-mo {
        right: 0;
        width: inherit;
        max-width: inherit
    }

    .large-nav .btn {
        font-size: 17px;
        width: 160px;
        height: 160px
    }

    .large-nav .btn i {
        margin: 10px 0
    }

    .message-block .image {
        padding-top: 16px;
        width: 70%;
        margin: auto;
        text-align: center
    }

    .message-block .image figcaption {
        padding-right: 0
    }

    .message-block .message .arrow-svgbg {
        left: 2%;
        top: -20px;
        transform: rotate(45deg)
    }

    .message-block .detail h4 {
        margin-bottom: 20px;
        margin-top: 10px;
        text-align: center
    }

    .title-wrap .container {
        margin: 0 10px;
        width: inherit
    }

    .title-wrap .container:after {
        transform: skewX(-7deg)
    }
}

@media(max-width: 380px) {
    .school-name {
        font-size:22px
    }
}

/*# sourceMappingURL=homecss.css.map */
