header .upper-links {
    background: #085B83;
    padding: 10px 0
}

@media (min-width: 1200px) {
    header .upper-links {
        /*padding: 16px 0;*/
        padding: 8px 0;
    }
}

@media (max-width: 374px) {
    header .upper-links ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

header .upper-links ul li {
    list-style: none
}

@media (max-width: 374px) {
    header .upper-links ul li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

header .upper-links ul li.contact_numbers {
    color: #fff
}

header .upper-links ul li.contact_numbers a {
    text-decoration: none;
    color: #fff;
    font: 500 14px/1.2 "Montserrat", sans-serif
}

@media (min-width: 1200px) {
    header .upper-links ul li.contact_numbers a {
        font-size: 16px
    }
}

header .upper-links ul li.contact_numbers a:hover {
    color: #7BBE5E
}

@media (max-width: 374px) {
    header .upper-links ul li.social-links {
        display: none
    }
}

header .upper-links ul li.social-links ul li {
    padding-right: 20px;
    color: #fff
}

@media (max-width: 374px) {
    header .upper-links ul li.social-links ul li {
        -webkit-box-flex: inherit;
        -ms-flex: inherit;
        flex: inherit
    }
}

header .upper-links ul li.social-links ul li:last-child {
    padding-right: 0;
    position: relative;
    top: -2px
}

header .upper-links ul li.social-links ul li a {
    color: #fff;
    font-size: 14px
}

header .main-nav.fix_top .navbar {
    position: fixed;
    top: 0
}

header .navbar {
    padding: 15px 15px 10px;
    background: #fff;
    z-index: 99;
    width: 100%
}

@media (min-width: 768px) {
    header .navbar {
        padding: 15px 0 10px
    }
}

@media (min-width: 1200px) {
    header .navbar {
        padding: 26px 0 10px
    }
}

header .navbar .navbar-brand {
    padding: 0;
    max-width: 200px;
    width: 100%
}

@media (min-width: 992px) {
    header .navbar .navbar-brand {
        max-width: 220px
    }
}

@media (min-width: 1200px) {
    header .navbar .navbar-brand {
        max-width: 255px
    }
}

header .navbar .navbar-brand img {
    width: 100%;
}

header .navbar .navbar-toggler {
    border: 0;
    padding: 0;
    outline: none;
    width: 35px;
    height: 30px;
    position: relative
}

header .navbar .navbar-toggler span {
    width: 100%;
    height: 3px;
    background: #085B83;
    display: block;
    border-radius: 20%;
    position: absolute;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out
}

header .navbar .navbar-toggler span:first-child {
    top: 0;
    -webkit-transform-origin: left center;
    transform-origin: left center
}

header .navbar .navbar-toggler span:nth-child(2) {
    top: 12px;
    -webkit-transform-origin: left center;
    transform-origin: left center
}

header .navbar .navbar-toggler span:last-child {
    top: 23px;
    -webkit-transform-origin: left center;
    transform-origin: left center
}

header .navbar .navbar-toggler[aria-expanded="true"] span:first-child {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
    left: 8px
}

header .navbar .navbar-toggler[aria-expanded="true"] span:nth-child(2) {
    width: 0%;
    opacity: 0
}

header .navbar .navbar-toggler[aria-expanded="true"] span:last-child {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 24px;
    left: 8px
}

@media (max-width: 767px) {
    header .navbar .navbar_cstm .inner {
        border-top: 1px solid #085B83;
        border-bottom: 1px solid #085B83;
        margin: 15px 0;
        padding: 15px 0
    }
}

header .navbar .navbar_cstm ul li {
    list-style: none;
    position: relative
}

@media (min-width: 768px) {
    header .navbar .navbar_cstm ul li {
        padding-right: 30px
    }
}

@media (min-width: 992px) {
    header .navbar .navbar_cstm ul li {
        padding-right: 60px
    }
}

header .navbar .navbar_cstm ul li:last-child {
    padding-right: 0
}

header .navbar .navbar_cstm ul li a {
    text-decoration: none;
    color: #000;
    font: 600 14px/1.2 "Montserrat", sans-serif;
    display: block;
    padding: 5px 0
}

@media (min-width: 768px) {
    header .navbar .navbar_cstm ul li a {
        padding: 0
    }
}

@media (min-width: 992px) {
    header .navbar .navbar_cstm ul li a {
        display: inline-block
    }
}

@media (min-width: 992px) {
    header .navbar .navbar_cstm ul li a {
        font-size: 15px
    }
}

header .navbar .navbar_cstm ul li a:hover {
    color: #7BBE5E
}

header .navbar .navbar_cstm ul li a span.icon {
    margin-right: 10px;
    border: 1px solid rgba(151, 151, 151, 0.2);
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    line-height: 33px;
    width: 35px;
    height: 35px
}

@media (min-width: 992px) {
    header .navbar .navbar_cstm ul li a span.icon {
        margin-right: 20px
    }
}

@media (min-width: 1200px) {
    header .navbar .navbar_cstm ul li a span.icon {
        width: 42px;
        height: 42px;
        line-height: 40px;
        display: grid;
        justify-content: center;
        align-items: center;
    }
}

@media (max-width: 767px) {
    header .navbar .navbar_cstm ul li a span.icon {
        display: none
    }
}

header .navbar .navbar_cstm ul li.cstm_drop:after {
    content: url(../images/down-arrow.svg);
    position: absolute;
    right: 0;
    top: 0
}

header .navbar .navbar_cstm ul li .sub_drop {
    display: none;
    padding-left: 15px
}

header .msg {
    text-align: center;
    padding-bottom: 10px
}

@media (min-width: 1200px) {
    header .msg {
        padding-bottom: 18px
    }
}

header .msg h6 {
    font: 600 14px/1.2 "Montserrat", sans-serif;
    color: #7BBE5E
}

@media (min-width: 1200px) {
    header .msg h6 {
        font-size: 16px
    }
}

@media (max-width: 480px) {
    header .msg h6 {
        font-size: 10px
    }
}

header .msg h1 {
    font: 600 14px/1.2 "Montserrat", sans-serif;
    color: #7BBE5E;
    padding-top: 10px;
    letter-spacing: 1px
}

@media (min-width: 400px) {
    header .msg h1 {
        font-size: 18px
    }
}

@media (min-width: 480px) {
    header .msg h1 {
        letter-spacing: 3.4px
    }
}

@media (min-width: 992px) {
    header .msg h1 {
        font-size: 22px;
        padding-top: 18px
    }
}

@media (min-width: 1200px) {
    header .msg h1 {
        padding-top: 28px;
        font-size: 26px
    }
}

header .sub_nav {
    position: relative;
    z-index: 9;
    background: #085B83
}

header .sub_nav.fix_top .inner {
    background: #085B83;
    position: fixed;
    width: 100%
}

header .sub_nav ul li {
    list-style: none;
    position: relative;
    font: 500 14px/1.2 "Montserrat", sans-serif;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    padding: 18px 15px;
    display: block;
    cursor: pointer
}

@media (min-width: 1200px) {
    header .sub_nav ul li {
        font-size: 16px
    }
}

@media (min-width: 992px) {
    header .sub_nav ul li {
        padding: 20px 15px
    }
}

@media (min-width: 1200px) {
    header .sub_nav ul li {
        padding: 23px 15px
    }
}

header .sub_nav ul li ul.sub_drop {
    position: absolute;
    top: 100%;
    left: 0;
    background: #003955;
    width: 200px;
    display: none;
    border-radius: 0 0 8px 8px;
    overflow: hidden;
    padding: 8px 0
}

header .sub_nav ul li ul.sub_drop li {
    padding: 0
}

header .sub_nav ul li ul.sub_drop li a {
    padding: 8px 15px;
    font-weight: 400;
    position: relative;
    font: 500 14px/1.2 "Montserrat", sans-serif;
    color: #fff;
    text-decoration: none;
    display: block
}

@media (min-width: 1200px) {
    header .sub_nav ul li ul.sub_drop li a {
        font-size: 16px
    }
}

header .sub_nav ul li ul.sub_drop li a:hover {
    background: #085B83
}

header .sub_nav ul li:hover {
    background: #003955
}

header .sub_nav ul li:hover ul.sub_drop {
    display: block
}

.page-hero .carousel {
    position: relative
}

/*
.page-hero .carousel:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.28)
}
*/

@media (max-width: 767px) {
/*
    .page-hero .carousel img {
        min-height: 350px;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center
    }
*/
}

.page-hero .carousel .carousel-caption {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.page-hero .carousel .carousel-caption h2 {
    font: 600 22px/1.2 "Montserrat", sans-serif;
    color: #fff;
    padding: 0 15px
}

@media (min-width: 992px) {
    .page-hero .carousel .carousel-caption h2 {
        font-size: 28px
    }
}

@media (min-width: 992px) {
    .page-hero .carousel .carousel-caption h2 {
        font-size: 38px
    }
}

@media (min-width: 1200px) {
    .page-hero .carousel .carousel-caption h2 {
        font-size: 38px
    }
}

.page-hero .carousel .hero-btns {
    opacity: 1
}

@media (max-width: 991px) {
    .page-hero .carousel .hero-btns {
        display: none
    }
}

.page-hero .carousel .hero-btns span.arrow {
    width: 60px;
    height: 60px;
    border: 2px solid #fff;
    line-height: 52px
}

.page-hero .carousel .hero-btns span.arrow img {
    position: relative
}

.page-hero .carousel .carousel-control-prev span.arrow img {
    left: 0px;
    -webkit-transition: left 0.3s linear;
    transition: left 0.3s linear
}

.page-hero .carousel .carousel-control-prev span.arrow:hover img {
    left: -15px;
    -webkit-transition: left 0.3s linear;
    transition: left 0.3s linear
}

.page-hero .carousel .carousel-control-next span.arrow img {
    right: 0px;
    -webkit-transition: right 0.3s linear;
    transition: right 0.3s linear
}

.page-hero .carousel .carousel-control-next span.arrow:hover img {
    right: -15px;
    -webkit-transition: right 0.3s linear;
    transition: right 0.3s linear
}

.content_area {
    padding: 60px 0 50px
}

@media (min-width: 1200px) {
    .content_area {
        padding: 80px 0 65px
    }
}

.content_area .content h4 {
    font: 700 16px/1.2 "Montserrat", sans-serif;
    position: relative;
    padding-bottom: 7px;
    letter-spacing: 2px
}

@media (min-width: 768px) {
    .content_area .content h4 {
        font-size: 20px
    }
}

.content_area .content h4:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 60px;
    height: 3px;
    background: #7BBE5E
}

.content_area .content img {
    width: 100%
}

.content_area .content img + h4 {
    padding-top: 33px
}

.content_area .content h4 {
    margin-bottom: 20px
}

@media (min-width: 1200px) {
    .content_area .content h4 {
        margin-bottom: 27px
    }
}

.content_area .content p a.link {
    display: inline-block
}

@media (max-width: 767px) {
    .content_area .content .cards-col {
        padding-top: 30px
    }
}

.content_area .content .cards-sec {
    padding-top: 8px;
    padding-bottom: 10px
}

@media (min-width: 768px) {
    .content_area .content .cards-sec {
        padding-bottom: 45px
    }
}

@media (min-width: 1200px) {
    .content_area .content .cards-sec {
        padding-top: 16px;
        padding-bottom: 82px
    }
}

.admission_form {
    background: #E3CA44;
    background-image: url("../images/admission-form-bg.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 20px 15px 30px;
    border-radius: 8px;
    margin-top: 30px
}

@media (min-width: 992px) {
    .admission_form {
        margin-top: 0
    }
}

.admission_form h4 {
    font: 700 16px/1.2 "Montserrat", sans-serif;
    padding-bottom: 10px
}

@media (min-width: 768px) {
    .admission_form h4 {
        font-size: 20px
    }
}

@media (min-width: 568px) {
    .admission_form h4 {
        text-align: center
    }
}

@media (min-width: 1200px) {
    .admission_form h4 {
        padding-bottom: 16px
    }
}

.admission_form ul.arrow_list {
    padding-bottom: 25px
}

@media (max-width: 991px) {
    .admission_form ul.arrow_list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.admission_form ul.arrow_list li {
    list-style: none;
    padding-bottom: 8px;
    position: relative;
    padding-left: 15px;
    top: 1px
}

@media (min-width: 1200px) {
    .admission_form ul.arrow_list li {
        padding-bottom: 10px
    }
}

.admission_form ul.arrow_list li:before {
    content: url("../images/list-arrow.svg");
    position: absolute;
    left: 0
}

.admission_form ul.arrow_list li:last-child {
    padding-bottom: 0
}

.admission_form ul.arrow_list li a {
    font: 500 14px/1.2 "Montserrat", sans-serif;
    font-weight: 400;
    color: #000;
    text-decoration: none
}

@media (min-width: 1200px) {
    .admission_form ul.arrow_list li a {
        font-size: 16px
    }
}

@media (max-width: 991px) {
    .admission_form ul.arrow_list li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (max-width: 567px) {
    .admission_form ul.arrow_list li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.admission_form form {
    margin-top: 6px;
    background: #fff;
    border-radius: 10px;
    padding: 20px 15px 30px
}

@media (min-width: 768px) {
    .admission_form form {
        padding: 20px 30px 36px
    }
}

.admission_form form h4 {
    padding-bottom: 26px;
    color: #E3CA44
}

.admission_form form .form-group {
    padding-bottom: 20px;
    margin: 0
}

@media (min-width: 1200px) {
    .admission_form form .form-group {
        padding-bottom: 30px
    }
}

.admission_form form .form-group input {
    border: 0;
    border-bottom: 1px solid #A5A5A5;
    font: 500 13px/1.2 "Montserrat", sans-serif;
    color: #000;
    border-radius: 0;
    padding: 0 0 6px;
    height: 37px
}

@media (min-width: 1200px) {
    .admission_form form .form-group input {
        padding: 0 0 19px;
        font-size: 15px
    }
}

.admission_form form .form-group input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.53)
}

.admission_form form .form-group input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.53)
}

.admission_form form .form-group input::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.53)
}

.admission_form form .form-group input::placeholder {
    color: rgba(0, 0, 0, 0.53)
}

.admission_form form .form-group input:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #7BBE5E
}

.admission_form form .btn-area {
    text-align: center;
    padding-top: 32px
}

.admission_form form button.sub_btn {
    background: #E3CA44;
    font: 600 18px/1.2 "Montserrat", sans-serif;
    color: #fff;
    width: 140px;
    height: 48px;
    border-radius: 30px
}

.admission_form form button.sub_btn:hover {
    -webkit-box-shadow: 0px 5px 10px rgba(29, 109, 219, 0.4);
    box-shadow: 0px 5px 10px rgba(29, 109, 219, 0.4)
}

@media (min-width: 1200px) {
    .admission_form form button.sub_btn {
        font-size: 20px;
        width: 166px
    }
}

footer .contact_bar {
    background: rgba(0, 0, 0, 0.03);
    padding: 18px 0
}

footer .contact_bar h4 {
    font: 700 16px/1.2 "Montserrat", sans-serif;
    font-weight: 700;
    color: #000
}

@media (min-width: 768px) {
    footer .contact_bar h4 {
        font-size: 20px
    }
}

footer .contact_bar ul.social-icons li {
    list-style: none;
    padding-right: 20px
}

@media (min-width: 768px) {
    footer .contact_bar ul.social-icons li {
        padding-right: 30px
    }
}

footer .contact_bar ul.social-icons li:last-child {
    padding-right: 0
}

footer .contact_bar ul.social-icons li a {
    color: #7BBE5E;
    font-size: 16px
}

footer .foot_about {
    background: #085B83;
    padding: 40px 0 45px
}

@media (min-width: 768px) {
    footer .foot_about {
        padding: 40px 0 65px
    }
}

footer .foot_about h4 {
    font: 700 16px/1.2 "Montserrat", sans-serif;
    position: relative;
    padding-bottom: 7px;
    letter-spacing: 2px;
    color: #fff
}

@media (min-width: 768px) {
    footer .foot_about h4 {
        font-size: 20px
    }
}

footer .foot_about h4:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 60px;
    height: 3px;
    background: #7BBE5E
}

footer .foot_about h4:after {
    background: #fff;
    border-radius: 1.5px;
    width: 150px
}

footer .foot_about .inner {
    padding: 30px 0 10px
}

@media (min-width: 568px) {
    footer .foot_about .inner {
        padding: 55px 20px 14px
    }
}

footer .foot_about .inner ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (min-width: 568px) {
    footer .foot_about .inner ul {
        margin: 0 -20px
    }
}

footer .foot_about .inner ul li {
    list-style: none;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (min-width: 568px) {
    footer .foot_about .inner ul li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        text-align: center;
        padding: 0 20px;
        margin-bottom: 40px
    }
}

@media (min-width: 768px) {
    footer .foot_about .inner ul li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3%;
        flex: 0 0 33.3%;
        max-width: 33.3%
    }
}

@media (min-width: 992px) {
    footer .foot_about .inner ul li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        margin-bottom: 74px
    }
}

@media (max-width: 567px) {
    footer .foot_about .inner ul li {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
}

@media (min-width: 568px) {
    footer .foot_about .inner ul li:after {
        content: '';
        position: absolute;
        top: 5px;
        right: 0;
        width: 1px;
        height: 30px;
        background: rgba(255, 255, 255, 0.32)
    }
}

@media (min-width: 1250px) {
    footer .foot_about .inner ul li:after {
        top: 10px
    }
}

@media (min-width: 1250px) {
    footer .foot_about .inner ul li:first-child:after {
        right: 8%
    }
}

footer .foot_about .inner ul li:nth-child(2) {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

footer .foot_about .inner ul li:nth-child(2):after {
    display: none
}

@media (min-width: 768px) {
    footer .foot_about .inner ul li:nth-child(2) {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    footer .foot_about .inner ul li:nth-child(2):after {
        display: block
    }
}

@media (min-width: 768px) {
    footer .foot_about .inner ul li:nth-child(3) {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

@media (min-width: 992px) {
    footer .foot_about .inner ul li:nth-child(3) {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (min-width: 1250px) {
    footer .foot_about .inner ul li:nth-child(3):after {
        right: -8%
    }
}

@media (max-width: 991px) {
    footer .foot_about .inner ul li:nth-child(3):after {
        content: none
    }
}

@media (max-width: 767px) {
    footer .foot_about .inner ul li:nth-child(3):after {
        content: ''
    }
}

footer .foot_about .inner ul li:nth-child(4) {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

footer .foot_about .inner ul li:nth-child(4)::after {
    content: none
}

@media (min-width: 768px) {
    footer .foot_about .inner ul li:nth-child(4) {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    footer .foot_about .inner ul li:nth-child(4)::after {
        content: block
    }
}

@media (min-width: 992px) {
    footer .foot_about .inner ul li:nth-child(4) {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    footer .foot_about .inner ul li:nth-child(4)::after {
        content: none
    }
}

@media (max-width: 991px) {
    footer .foot_about .inner ul li:nth-child(5) {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (max-width: 767px) {
    footer .foot_about .inner ul li:nth-child(5) {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

@media (min-width: 1250px) {
    footer .foot_about .inner ul li:nth-child(5):after {
        right: 8%
    }
}

footer .foot_about .inner ul li:nth-child(6) {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media (max-width: 991px) {
    footer .foot_about .inner ul li:nth-child(6):after {
        content: none
    }
}

@media (min-width: 992px) {
    footer .foot_about .inner ul li:nth-child(6) {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (min-width: 992px) {
    footer .foot_about .inner ul li:last-child {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

footer .foot_about .inner ul li:last-child::after {
    content: none
}

footer .foot_about .inner ul li a {
    font: 500 14px/1.2 "Montserrat", sans-serif;
    color: #fff;
    text-decoration: none;
    letter-spacing: 1.5px
}

@media (min-width: 1200px) {
    footer .foot_about .inner ul li a {
        font-size: 16px
    }
}

@media (min-width: 568px) {
    footer .gallery-map .row {
        padding: 0 15px
    }
}

footer .gallery-map #gallery-slider {
    border: 2px solid #E3CA44;
    border-radius: 4px;
    overflow: hidden;
    position: relative
}

footer .gallery-map #gallery-slider .owl-dots {
    position: absolute;
    bottom: 12px;
    left: 0;
    width: 100%;
    text-align: center
}

footer .gallery-map #gallery-slider .owl-dots button {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 2px solid #E3CA44;
    margin: 0 7px
}

footer .gallery-map #gallery-slider .owl-dots button.active {
    background: #E3CA44
}

footer .gallery-map .map-area {
    position: relative;
    border-radius: 4px;
    border: 2px solid #E3CA44;
    height: 100%
}

@media (max-width: 991px) {
    footer .gallery-map .map-area {
        margin-top: 20px
    }
}

footer .gallery-map .map-area img.placeholder {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

footer .gallery-map .map-area iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

footer .copyright {
    background: #003955;
    padding: 10px 15px;
    text-align: center
}

@media (min-width: 768px) {
    footer .copyright {
        padding: 20px
    }
}

footer .copyright p {
    color: #fff;
    text-align: center
}

body {
    padding: 0;
    margin: 0
}

.container {
    max-width: 1340px;
    padding: 0 20px
}

@media (min-width: 1300px) {
    .container {
        padding: 0 30px
    }
}

.container .row {
    margin: 0 -20px
}

@media (min-width: 1300px) {
    .container .row {
        margin: 0 -30px
    }
}

.container [class*="col-"] {
    padding: 0 20px
}

@media (min-width: 1300px) {
    .container [class*="col-"] {
        padding: 0 30px
    }
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li {
    padding: 0;
    margin: 0
}

p {
    font: 400 14px/1.6 "Montserrat", sans-serif;
    color: rgba(0, 0, 0, 0.4);
    text-align: justify
}

@media (min-width: 1200px) {
    p {
        font-size: 16px
    }
}

a.link {
    text-decoration: none;
    color: #7BBE5E;
    font: 600 14px/1.6 "Montserrat", sans-serif
}

@media (min-width: 1200px) {
    a.link {
        font-size: 16px
    }
}

a.link span.arrow {
    padding-left: 7px
}

a.link span.arrow img {
    max-width: 16px;
    width: 100%
}

.col-cstm-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width: 992px) {
    .col-cstm-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 64.2%;
        flex: 0 0 64.2%;
        max-width: 64.2%
    }
}

.col-cstm-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width: 992px) {
    .col-cstm-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 35.8%;
        flex: 0 0 35.8%;
        max-width: 35.8%
    }
}

.col-cstm-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width: 768px) {
    .col-cstm-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 53.2%;
        flex: 0 0 53.2%;
        max-width: 53.2%
    }
}

.col-cstm-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width: 768px) {
    .col-cstm-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 46.8%;
        flex: 0 0 46.8%;
        max-width: 46.8%
    }
}

.cstm_card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 35px
}

@media (min-width: 1200px) {
    .cstm_card {
        padding-bottom: 48px
    }
}

.cstm_card:last-child {
    padding-bottom: 0px
}

.cstm_card .img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    max-width: 100px
}

.cstm_card .img img {
    width: 100%
}

.cstm_card .details {
    padding-left: 12px
}

.cstm_card .details h5 {
    font: 500 15px/1.2 "Montserrat", sans-serif;
    padding-bottom: 5px
}

@media (min-width: 1200px) {
    .cstm_card .details h5 {
        font-size: 17px
    }
}

@media (min-width: 1200px) {
    .cstm_card .details h5 {
        padding-bottom: 8px
    }
}

.cstm_card .details p {
    line-height: 1.25;
    font-size: 13px
}

@media (min-width: 1200px) {
    .cstm_card .details p {
        font-size: 15px
    }
}

.custom-drop {
    position: relative
}

.custom-drop a {
    width: 100%;
    display: block;
    border-bottom: 1px solid #a5a5a5;
    padding-bottom: 6px;
    color: rgba(0, 0, 0, 0.53);
    font: 500 13px/1.2 "Montserrat", sans-serif;
    text-decoration: none;
    height: 37px;
    line-height: 28px
}

@media (min-width: 1200px) {
    .custom-drop a {
        padding-bottom: 19px;
        font-size: 15px
    }
}

.custom-drop a span.img {
    float: right
}

.custom-drop .list {
    position: absolute;
    background: #fff;
    min-width: 100%;
    top: 100%;
    display: none;
    z-index: 1;
    padding: 15px 0;
    max-height: 250px;
    overflow-y: auto
}

.custom-drop .list ul li {
    padding: 12px 15px 10px;
    list-style: none;
    border-bottom: 1px solid #a5a5a5;
    font: 500 16px/1.2 "Montserrat", sans-serif;
    color: #000
}

.custom-drop.selected .list {
    display: block
}

/*# sourceMappingURL=base.css.map */
