/*
Theme Name: UNISCO
Theme URI: https://snapthemes.io/products/unisco-education-wordpress-theme/
Author: SnapThemes, gautamanizer
Author URI: https://snapthemes.io/
Description: A theme for schools, colleges, universities or other educational institutions.
Version: 1.1.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: unisco
Tags: two-columns, right-sidebar, flexible-header, custom-header, custom-background, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, sticky-post, threaded-comments, translation-ready, blog, education

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

UNISCO is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

/* ==============================================================
   NAV
   ============================================================== */

#nav-menu {
    padding-top: 15px;
    padding-bottom: 15px;
}

.nav-menu {
    position: absolute;
    z-index: 1;
    margin: 0 auto;
    left: 0;
    right: 0;
    padding-top: 0.5rem;
    top: 0;
}

.nav-logo {
    margin: 0 !important;
}

.mobile-logo {
    display: none;
}

.responsive-logo {
    display: none;
    margin: 10px 0;
}

.icon-menu {
    color: #cbb58b;
}

.btn-default {
    text-transform: uppercase;
    color: #cbb58b;
    background: none;
    border: 3px solid #cbb58b;
    font-size: 18px;
    padding: 16px 36px;
    border-radius: 0;
}

@media (min-width: 767px) {
    .btn + .btn {
        margin-left: 22px;
    }
}

.btn-default:hover {
    color: #fff;
    background: #cbb58b;
    border: 3px solid #cbb58b;
}

.btn:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    background: #cbb58b;
}

.dropdown-menu {
    min-width: 14rem;
    border-radius: 0;
    border:none;
}

.menu-right .dropdown-submenu {
    left: -100%;
    top: 0!important;
}

.menu-left .dropdown-submenu {
    left: 100%;
    top: 0!important;
}

.dropdown-item {
    color: #2d2d2d;
    padding: 5px 1.5rem;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #cbb58b;
}

.dropdown:hover > .dropdown-menu {
    visibility: visible;
    opacity: 1;
}

.dropdown-item:hover {
    color: #cbb58b;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.dropdown-item.active:hover, .dropdown-item.active:focus, .dropdown-item.active:active, .dropdown-item:active {
    color: #FFF;
}

/*.dropdown {*/
    /*display: inline-block;*/
/*}*/

.dropdown-item.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.6em;
    vertical-align: middle;
    content: "";
    border-left: .3em solid;
    border-top: .3em solid transparent;
    border-bottom: .3em solid transparent;
}

.nav-toggle_icon {
    color: #cbb58b;
}

.navbar-brand {
    margin: 0;
}

.navbar-nav > li {
    margin: 10px;
    min-width: 120px;
    text-align: center;
}

.navbar-default .navbar-nav > li > a {
    font-size: 19px;
    color: #fff;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background: none;
    color: #cbb58b;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #cbb58b;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background: none;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background: none;
    color: #cbb58b;
}

.bg-faded {
    background: none;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #e0c898;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.open, .navbar-light .navbar-nav .open > .nav-link {
    color: #cbb58b;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-size: 19px;
}

.navbar-light .navbar-toggler {
    border: 1px solid #cbb58b;
    z-index: 999;
    cursor: pointer;
    outline: none;
    padding: 8px 14px;
}

.nav-add-menu-link:hover {
    color: #fff;
}

.fa-common {
    font-weight: 700;
}

@media (max-width: 1200px) {
    .navbar-nav > li {
        margin: 10px;
    }
}

@media (max-width: 991px) {
    .navbar-nav > li {
        margin: 0 10px 0 10px;
    }

    .mobile-logo {
        display: block;
    }

    .responsive-logo {
        display: block;
        max-height: 122px;
    }

    .navbar-brand {
        display: none;
    }

    .bg-faded {
        background-color: #fafafa;
    }

    .navbar {
        padding: 0;
        margin: -153px 0 0 0;
    }

    .title-tagline-hidden .navbar {
        margin: -113px 0 0 0;
    }

    .mobile-logo-hidden {
        margin: -90px 0 0 0;
    }

    .navbar-nav {
        padding: 10px 0 10px 10px;
    }

    .navbar-light .navbar-toggler {
        margin: 28px 0;
        /*right: 0;*/
    }

    .navbar-light .navbar-nav .nav-link {
        color: #2d2d2d;
    }

    .dropdown .dropdown-menu {
        background-color: #fff;
        border: 1px solid #cbb58b;
    }

    .navbar-toggleable-md .navbar-nav .dropdown-menu {
        text-align: center;
    }
}

@media (min-width: 992px) {
    .dropdown .dropdown-menu {
        display: block;
        visibility: hidden;
        opacity: 0;
        transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
    }
    .dropdown:hover > .dropdown-menu {
        visibility: visible;
        opacity: 1;
        border: 1px solid #ccc;
        top: 45px;
    }
    .dropdown-submenu:hover .dropdown-menu1 {
        visibility: visible;
        opacity: 1;
    }
    .navbar-toggleable-md .navbar-collapse {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .navbar-toggleable-md .navbar-nav {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

/* ==============================================================
   GLOBAL STYLES
   ============================================================== */

html {
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    font-family: "Lora", serif;
}

h1 {
    font-size: 54px;
}

h2 {
    font-size: 35px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

p {
    font-size: 17px;
}

a {
    color: #cbb58b;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a:hover {
    text-decoration: none;
    color: #2d2d2d;
}

.btn {
    font-family: "Lora", serif;
    cursor: pointer;
}

input[type='text'], input[type='password'] {
    border: 1px solid #ccc;
    padding: 8px 16px;
    border-radius: 2px;
    font-size: 15px;
    line-height: 1.5;
}

input[type='submit'] {
    padding: 11px 17px;
    border-radius: 2px;
    font-size: 15px;
    outline: none;
    background-color: #cbb58b;
    border: 0;
    color: #fff;
    text-transform: uppercase;
    font-family: inherit;
    font-weight: 700;
    cursor: pointer;
    line-height: 1.25;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

input[type='submit']:hover {
    background-color: #A99673;
}

/* ==============================================================
   HEADER
   ============================================================== */

/*header {*/
    /*max-height: 850px;*/
/*}*/

.slider_img {
    width: 100%;
    background: #000;
}

.slider_img img {
    min-width: 100%;
    min-height: 850px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
}

@media (max-width: 500px) {
    .slider_img img {
        max-height: 730px;
    }
}

.carousel-caption {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
}

@media (min-width: 992px) {
    .carousel-caption {
        -webkit-transform: translateY(-57%);
        -ms-transform: translateY(-57%);
        transform: translateY(-57%);
        top: 57%;
    }
}

@media (max-width: 500px) {
    .carousel-caption {
        top: 45%;
    }
}

.slider_title {
    font-size: 17px;
}

.slider_title h1 {
    text-align: center;
    color: #fff;
    margin-bottom: 40px;
    font-weight: 700;
}

.slider_title h4 {
    color: #fff;
    text-align: center;
    line-height: 1.8;
}

.slider-btn {
    text-align: center;
    margin: 42px 0 0;
}

.carousel-indicators .active {
    background: #cbb58b;
}

.fa-slider {
    padding: 14px 14px;
    border: 2px solid #fff;
    font-size: 29px;
    border-radius: 2px;
}

@media (max-width: 768px) {
    .slider_title h1 {
        font-size: 42px;
    }

    .slider_title h4 {
        font-size: 19px;
        line-height: 1.5;
    }

    .btn-default {
        width: 50%;
        margin-bottom: 10px;
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .slider_title {
        margin: 0 0 80px;
    }

    .slider_title h1 {
        font-size: 32px;
    }

    .slider_title h4 {
        font-size: 18px;
        line-height: 1.5;
    }

    .btn-default {
        width: 100%;
        margin-bottom: 10px;
        font-size: 18px;
    }

    .fa-slider {
        border: none;
        padding: 0;
    }
}

/* ==============================================================
   ABOUT
   ============================================================== */

.about {
    padding: 97px 0 56px;
}

.about h2 {
    text-align: center;
    color: #2d2d2d;
    font-weight: 700;
}

.about p {
    text-align: center;
    color: #2d2d2d;
    line-height: 1.8;
    margin: 20px 0;
}

.about img {
    margin: 0 auto;
    display: block;
}

/* ==============================================================
   OUR COURSES
   ============================================================== */

.our_courses {
    background: #f2f2f2;
    padding: 97px 0;
}

.our_courses h2 {
    font-weight: 700;
    margin: 0 0 28px;
}

.courses_box a {
    text-decoration: none;
    color: #2d2d2d;
}

.courses_box {
    position: relative;
    background: #fff;
    -webkit-box-shadow: 0 10px 50px -6px #c7c5c7;
    -moz-box-shadow: 0 10px 50px -6px #c7c5c7;
    box-shadow: 0 10px 50px -6px #c7c5c7;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    min-height: 235px;
}

.courses_box img {
    margin: 0;
    width: 100%;
}

.courses_box p {
    margin: 0;
}

.courses_box h3 {
    font-weight: 600;
}

.courses_box:hover {
    -webkit-box-shadow: 0 10px 50px -6px #c7c5c7;
    box-shadow: 0 10px 50px -6px #c7c5c7;
    margin-top: -5px;
}

@-webkit-keyframes SlideIn {
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
    }
}

@keyframes SlideIn {
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
    }
}

@-webkit-keyframes SlideWidth {
    100% {
        width: 550px;
    }
}

@keyframes SlideWidth {
    100% {
        width: 550px;
    }
}

.courses_box:hover .courses_box-img {
    opacity: 1;
}

.courses_box:hover .courses_icon {
    -webkit-transform: rotate(44deg);
    -ms-transform: rotate(44deg);
    transform: rotate(44deg);
}

.courses_box:hover .course-link:first-child {
    -webkit-animation: SlideIn 0.5s;
    animation: SlideIn 0.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.courses_box:hover .course-link:first-child span:after {
    -webkit-animation: SlideWidth 0.8s;
    animation: SlideWidth 0.8s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.courses_box:hover .course-link:nth-child(2) {
    -webkit-animation: SlideIn 0.5s;
    animation: SlideIn 0.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.courses_box:hover .course-link:nth-child(2) span:after {
    -webkit-animation: SlideWidth 0.8s;
    animation: SlideWidth 0.8s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

.course-img-wrap {
    position: relative;
}

.course-box-content {
    display: block;
    padding: 30px 20px;
}

.courses_icon {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    height: 43px;
    right: 0;
    width: 43px;
    background: #665c7c;
    border-radius: 50%;
    padding: 8px 11px 8px 13px;
    margin: -23px 10px 0 0;
    float: right;
    z-index: 3;
}

.courses_icon a {
    color: #fff;
}

.course-link {
    display: block;
    padding-bottom: 6px;
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
    margin-left: 30px;
}

.course-link span {
    position: relative;
    display: inline-block;
}

.course-link span:after {
    content: "";
    position: absolute;
    top: 10px;
    width: 0;
    right: 0;
    height: 1px;
    background: #FFF;
    left: 100%;
    margin-left: 0;
}

.courses-link-wrap {
    overflow: hidden;
    position: absolute;
    top: 50%;
    width: 100%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.courses_box-img {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
    background: rgba(203, 181, 139, 0.82);
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding-right: 30px;
    z-index: 2;
}

.courses_box-img a :hover {
    opacity: 0.8;
}

.courses_box-img a span {
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    padding-right: 10px;
}

.btn-courses {
    font-size: 15px;
    font-weight: 700;
}

.rotate {
    -moz-transform: rotate(43deg);
    -ms-transform: rotate(43deg);
    -webkit-transform: rotate(43deg);
    transform: rotate(43deg);
}

.icon-rotate {
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    display: inline-block;
}

/* ==============================================================
   EVENTS
   ============================================================== */

.event {
    padding: 97px 0;
}

.event h2 {
    font-weight: 600;
    margin: 0 0 28px;
}

.event-img {
    position: relative;
    -webkit-box-shadow: 0 25px 90px 3px #c7c5c7;
    -moz-box-shadow: 0 25px 90px 3px #c7c5c7;
    box-shadow: 0 25px 90px 3px #c7c5c7;
    border-radius: 5px;
}

@media (max-width: 991px) {
    .event-img {
        margin-bottom: 50px;
    }
}

.event-img img {
    width: 100%;
    border-radius: 5px;
}

.event-img_date {
    position: absolute;
    top: 28px;
    left: 48px;
    background: #cbb58b;
    border-radius: 2px;
    padding: 8px 12px;
    color: #fff;
    font-size: 13px;
}

@media (max-width: 575px) {
    .event-img_date {
        display: none;
    }
}

.event-img_title {
    position: absolute;
    bottom: 0;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, black 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, black 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(black));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, black 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, black 100%);
    padding: 85px 0 20px 0;
    border-radius: 5px;
}

.event-img_title h3 {
    color: #fff;
    padding-left: 48px;
    position: relative;
}

@media (max-width: 575px) {
    .event-img_title h3 {
        padding-left: 20px;
    }
}

.event-img_title p {
    color: #e3e3e3;
    font-size: 17px;
    padding: 16px 48px 0 48px!important;
}

@media (max-width: 575px) {
    .event-img_title p {
        padding: 15px 20px!important;
    }
}

@media (max-width: 575px) {
    .event-img_title {
        padding: 0;
    }
}

.event-img_title h3:after {
    height: 2px;
    width: 21px;
    background: #fff;
    content: "";
    position: absolute;
    left: 48px;
    top: 115%;
}

@media (max-width: 575px) {
    .event-img_title h3:after {
        left: 20px;
    }
}

.event_date {
    width: 82px;
    background: #665c7c;
    float: left;
    text-align: center;
    border-radius: 2px;
}

.event_date img {
    float: left;
}

.event-date-wrap {
    border: 1px dashed #8d84a0;
    margin: 8px 8px;
    padding: 4px 0;
}

.event-date-wrap p {
    font-size: 23px;
    font-weight: 700;
    color: #fff;
    margin: 0;
}

.event-date-wrap span {
    color: #fff;
    font-weight: 700;
    font-size: 14px;
}

.date-description {
    margin-left: 115px;
}

.date-description h3 {
    margin-top: 0;
    font-weight: 600;
    margin-bottom: 25px;
    position: relative;
}

.date-description h3:after {
    height: 2px;
    width: 21px;
    background: #cbb58b;
    content: "";
    position: absolute;
    left: 0;
    top: 115%;
}

.event_line {
    margin: 40px 0;
}

/* ==============================================================
   DETAILED CHART
   ============================================================== */

.detailed_chart {
    background: url(images/chart_bg.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 97px 0;
}

.chart-img img {
    margin: 21px 0 0;
    padding-right: 16px;
    float: left;
}

.chart-img p {
    display: inline-block;
    color: #fff;
    font-size: 46px;
    font-weight: 700;
}

.chart-img p span {
    font-size: 24px;
    display: block;
    font-weight: 100;
}

.chart-text {
    margin: 11px 0 0;
    display: inline-block;
}

.chart-text p {
    color: #fff;
    font-size: 23px;
}

.chart-text p span {
    font-size: 40px;
    display: block;
    line-height: 1.3;
}

@media (max-width: 1200px) {
    .chart-img img {
        margin: 10px 0 0;
    }

    .chart-img p {
        font-size: 36px;
    }

    .chart-img p span {
        font-size: 17px;
    }

    .chart-text {
        margin: 0;
    }

    .chart-text p {
        font-size: 17px;
    }

    .chart-text p span {
        font-size: 36px;
    }
}

@media (max-width: 992px) {
    .chart-img {
        display: block;
    }

    .chart-img img {
        float: none;
        margin: 0 auto 15px;
        padding: 0;
        display: block;
    }

    .chart-text {
        text-align: center;
        display: block;
        margin: 0 0 0;
    }
}

@media (max-width: 768px) {
    .chart_bottom {
        margin: 0 0 26px;
    }

    .chart_top {
        margin: 0 0 26px 0;
    }
}

/* ==============================================================
   OUR BLOG
   ============================================================== */

.blog-img_box {
    background: #fff;
    -webkit-box-shadow: 0 9px 20px -2px rgba(214, 214, 214, 0.3);
    box-shadow: 0 9px 20px -2px rgba(214, 214, 214, 0.3);
    position: relative;
    margin-bottom: 35px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.blog-img_box:hover {
    -webkit-box-shadow: 0 15px 30px -2px rgba(214, 214, 214, 0.8);
    box-shadow: 0 15px 30px -2px rgba(214, 214, 214, 0.8);
}

.blog_display {
    width: 100%;
}

.home_blog_link {
    display: block;
    color: #292b2c;
}

.blogtitle {
    padding: 24px 30px 10px;
}

.blogtitle h3 {
    font-weight: 700;
}

.blogtitle p {
    color: #cbb58b;
    display: inline-block;
    padding: 0 6px 0 6px!important;
}

.blog_hide {
    background: #665c7c;
    color: #d5d0df;
    padding: 55px 45px 26px;
    -webkit-box-shadow: 0 9px 16px -2px #d9d9d9;
    -moz-box-shadow: 0 9px 16px -2px #d9d9d9;
    box-shadow: 0 9px 16px -2px #d9d9d9;
}

.blog_hide p:last-child {
    margin-bottom: 0;
}

.icon-link {
    color: #fff;
    font-size: 24px;
    display: block;
    padding: 0 0 22px;
}

.blogtitle-link {
    padding: 65px 0 0;
}

.blogtitle-link p {
    display: inline-block;
    padding: 0 6px 0 6px;
    color: #c5bfd0;
    margin: 0;
}

.blogtitle-link .icon-user, .blogtitle-link .icon-speedometer {
    color: #fff;
}

.blog-video {
    position: relative;
}

.blog-play_btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}

@media (max-width: 1200px) {
    .blogtitle {
        padding: 16px 0 0 18px;
    }

    .blogtitle h3 {
        font-size: 20px;
    }

    .blog_hide {
        padding: 28px 20px 27px;
    }

    .blogtitle-link {
        padding: 37px 0 0;
    }
}

@media (max-width: 992px) {
    .blogtitle {
        padding: 13px 0 0 8px;
    }

    .blogtitle h3 {
        font-size: 16px;
    }

    .blogtitle p {
        font-size: 14px;
        padding: 0;
    }

    .blog_hide {
        padding: 15px 7px 12px;
    }

    .blog_hide a {
        font-size: 13px;
    }

    .blogtitle-link {
        padding: 18px 0 0;
    }

    .blogtitle-link p {
        font-size: 14px;
        padding: 0;
    }

    .blogtitle-link span {
        font-size: 14px;
    }

    .icon-link {
        padding: 0 0 17px;
        font-size: 27px;
    }
}

@media (max-width: 768px) {
    .blog-box_block {
        margin-bottom: 0;
    }

    .blog-img_box {
        margin: 0 0 20px;
    }

    .blogtitle {
        padding: 16px 0 0 16px;
    }

    .blogtitle h3 {
        font-size: 20px;
    }

    .blogtitle p {
        font-size: 14px;
        padding: 0 6px 0 6px;
    }

    .blog_hide {
        padding: 16px 16px;
        margin: 0 0 20px;
    }

    .blog_hide a {
        font-size: 18px;
    }

    .blogtitle-link p {
        font-size: 14px;
        padding: 0 6px 0 6px;
    }

    .blogtitle-link span {
        font-size: 14px;
        padding: 0 6px 0 6px;
    }
}

@media (max-width: 480px) {
    .blogtitle h3 {
        font-size: 17px;
    }
}

/* ==============================================================
   GALLERY
   ============================================================== */

.gallery img {
    margin: 0;
    /*width: 100%;*/
}

.gallery-wrap {
    margin: 0;
}

.instafeed_img {
    overflow: hidden;
    position: relative;
}

.instafeed_img a {
    display: block;
    cursor: grab;
}

.instafeed_img a:active {
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

.instafeed_img .instafeed_img_overlay {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(203, 181, 139, 0.85);
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    text-align: center;
}

.instafeed_img .instafeed_img_overlay:after {
    content: "";
    position: absolute;
    border: 1px solid #FFF;
    left: 20px;
    right: 20px;
    top: 20px;
    bottom: 20px;
}

.instafeed_img:hover .instafeed_img_overlay {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.instafeed_img .instafeed_img_overlay span {
    display: block;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 16px;
}

@media (max-width: 767px) {
    .instafeed_img .instafeed_img_overlay span {
        font-size: 12px;
    }
}

/* ==============================================================
   FOOTER
   ============================================================== */

footer.site-footer {
    color: #c4c4c4;
    background: #2d2d2d;
    padding: 60px 0 100px;
}

.site-footer .copyright {
    margin-top: 50px;
}

.subscribe {
    border-bottom: 1px solid #3f3f3f;
}

.subscribe h3 {
    text-align: center;
    color: #fff;
    padding: 0;
}

.subscribe form {
    text-align: center;
    margin: 20px auto 60px;
}

.subscribe .form-group {
    position: relative;
}

.subscribe .help-block {
    position: absolute;
    text-align: center;
    display: block;
    width: 100%;
    margin: 10px 0;
}

.subscribe form .btn-warning {
    padding: 18px 34px;
    vertical-align: baseline;
}

@media (max-width: 767px) {
    .subscribe .btn-warning {
        margin: 0 auto;
    }

    .subscribe .help-block {
        position: static;
        margin: 0 0 15px;
    }

    .subscribe #js-subscribe-result .help-block {
        margin: 10px 0 15px;
    }
}

.signup_form {
    font-family: "Lora", serif;
    font-size: 17px;
    border: none;
    padding: 15px 0 15px 60px;
    border-radius: 3px;
    color: #fff;
    outline: none;
    background: #3f3f3f url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMxLjAxMiAzMS4wMTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMxLjAxMiAzMS4wMTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4Ij4KPGc+Cgk8cGF0aCBkPSJNMjguNTEyLDI2LjUyOUgyLjVjLTEuMzc4LDAtMi41LTEuMTIxLTIuNS0yLjVWNi45ODJjMC0xLjM3OSwxLjEyMi0yLjUsMi41LTIuNWgyNi4wMTJjMS4zNzgsMCwyLjUsMS4xMjEsMi41LDIuNXYxNy4wNDcgICBDMzEuMDEyLDI1LjQwOCwyOS44OSwyNi41MjksMjguNTEyLDI2LjUyOXogTTIuNSw1LjQ4MmMtMC44MjcsMC0xLjUsMC42NzMtMS41LDEuNXYxNy4wNDdjMCwwLjgyNywwLjY3MywxLjUsMS41LDEuNWgyNi4wMTIgICBjMC44MjcsMCwxLjUtMC42NzMsMS41LTEuNVY2Ljk4MmMwLTAuODI3LTAuNjczLTEuNS0xLjUtMS41SDIuNXoiIGZpbGw9IiNGRkZGRkYiLz4KCTxwYXRoIGQ9Ik0xNS41MDYsMTguMDE4Yy0wLjY2NSwwLTEuMzMtMC4yMjEtMS44MzYtMC42NjJMMC44OTEsNi4yMTljLTAuMjA4LTAuMTgyLTAuMjMtMC40OTctMC4wNDgtMC43MDUgICBjMC4xODItMC4yMSwwLjQ5OC0wLjIzLDAuNzA2LTAuMDQ5bDEyLjc3OCwxMS4xMzdjMC42NCwwLjU1NywxLjcyLDAuNTU2LDIuMzU4LDBMMjkuNDYsNS40NjZjMC4yMDctMC4xODMsMC41MjItMC4xNjIsMC43MDYsMC4wNDkgICBjMC4xODIsMC4yMDgsMC4xNiwwLjUyMy0wLjA0OCwwLjcwNUwxNy4zNDIsMTcuMzU1QzE2LjgzNiwxNy43OTcsMTYuMTcxLDE4LjAxOCwxNS41MDYsMTguMDE4eiIgZmlsbD0iI0ZGRkZGRiIvPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=) no-repeat 22px 19px;
    width: 460px;
    margin-right: 15px;
}

@media (max-width: 767px) {
    .signup_form {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
}

.signup_form::-webkit-input-placeholder {
    color: #969696;
}

.signup_form::-moz-placeholder {
    color: #969696;
}

.signup_form:-ms-input-placeholder {
    color: #969696;
}

.signup_form::placeholder {
    color: #969696;
}

.btn-warning {
    background: #cbb58b;
    border: none;
    border-radius: 3px;
    padding: 17px 34px;
    font-size: 15px;
    outline: none;
    cursor: pointer;
    font-weight: bold;
}

.btn-default.btn-danger {
    color: #ae7056;
    border-color: #ae7056;
}

.btn-default.btn-danger:hover {
    color: #fff;
    border-color: #ae7056;
    background-color: #ae7056;
}

.btn-default.btn-success {
    color: #87b08d;
    border-color: #87b08d;
}

.btn-default.btn-success:hover {
    color: #fff;
    border-color: #87b08d;
    background-color: #87b08d;
}

.btn-black.active, .btn-black:active, .show > .btn-warning.dropdown-toggle {
    color: #fff;
    background: #cbb58b;
}

.btn-warning:hover {
    border: none;
    background: #bfa97f;
}

.foot-logo {
    padding: 60px 0 34px;
}

.foot-logo p {
    color: #c4c4c4;
    font-weight: 100;
    padding: 24px 0 0;
    font-size: 17px;
}

.tweet {
    color: #c4c4c4;
}

.tweet ul {
    padding-left: 0;
}

.tweet li {
    list-style: none;
    margin-left: 0;
    margin-top: 30px;
}

.tweet a:hover {
    color: #cbb58b;
    text-decoration: underline;
}

.tweet i {
    font-size: 28px;
    color: #cbb58b;
    float: left;
}

.tweet div {
    margin-left: 50px;
}

.sitemap ul {
    margin: 0;
    padding: 16px 0 0;
}

.sitemap ul li {
    list-style: none;
}

.sitemap ul li a {
    color: #c4c4c4;
    font-size: 17px;
    line-height: 2;
}

.sitemap ul li :hover {
    color: #cbb58b;
    text-decoration: none;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

footer h3 {
    color: #fff;
    padding: 60px 0 0;
}

.address p {
    color: #c4c4c4;
    padding: 16px 0 0;
}

.address p span {
    color: #fff;
}

.address ul {
    margin: 0;
    padding: 0;
}

.address ul li {
    list-style: none;
    float: left;
}

.address ul li a {
    color: #fff;
    margin-right: 5px;
}

.footer-social-icons li {
    margin-right: 5px;
}

.fa-fb {
    background: #4b6eb9;
    padding: 14px 18px;
    border-radius: 50%;
    width: 44px;
    height: 44px;
}

.fa-fb:hover {
    opacity: 0.8;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.fa-in {
    background: #188bc3;
    padding: 13px 16px;
    border-radius: 50%;
    width: 44px;
    height: 44px;
}

.fa-in:hover {
    opacity: 0.8;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.fa-tw {
    background: #55acee;
    padding: 14px 16px;
    border-radius: 50%;
    width: 44px;
    height: 44px;
}

.fa-tw:hover {
    opacity: 0.8;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

@media (max-width: 992px) {
    footer h3 {
        font-size: 18px;
    }

    .fa-fb {
        width: 44px;
        height: 44px;
        padding: 15px 17px;
    }

    .fa-in {
        width: 44px;
        height: 44px;
        padding: 14px 16px;
    }

    .fa-tw {
        width: 44px;
        height: 44px;
        padding: 14px 16px;
    }
}

@media (max-width: 767px) {
    .subscribe form {
        margin: 20px 0 38px;
    }

    .foot-logo {
        padding: 32px 0 34px;
    }

    .foot-logo p {
        padding: 11px 0 0;
    }
}

@media (max-width: 480px) {
    .btn-warning {
        width: 100%;
    }

    .foot-logo {
        padding: 28px 0 0;
    }

    footer h3 {
        padding: 42px 0 0;
    }
}

/*
 * ABOUT PAGE
 ********************************/

/* ==============================================================
   ABOUT HEADER
   ============================================================== */

.about-nav {
    position: relative;
    background: #ccc;
}

.about_bg {
    background: url(images/about-bg.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

/* ==============================================================
   ABOUT WELCOME
   ============================================================== */

.welcome_about {
    padding: 98px 0;
}

.welcome_about h2 {
    font-weight: 600;
    color: #2d2d2d;
    margin: 0 0 28px;
}

.welcome_about p {
    color: #2d2d2d;
    line-height: 1.8;
}

.welcome_about img {
    width: 100%;
}

.btn-about {
    background: none;
    border: 3px solid #cbb58b;
    border-radius: 2px;
    padding: 14px 20px;
    color: #cbb58b;
    font-size: 15px;
    margin: 16px 0 0;
}

@media (max-width: 992px) {
    .welcome_about {
        padding: 58px 0;
    }

    .btn-about {
        margin: 0 0 32px;
    }
}

/* ==============================================================
   ABOUT TESTIMONIAL
   ============================================================== */

.testimonial {
    background: #f2f2f2;
    padding: 98px 0;
}

.testimonial h2 {
    text-align: center;
    font-weight: 600;
    color: #2d2d2d;
    margin: 0 0 28px;
}

.quote {
    text-align: center;
    font-size: 24px;
    outline: none;
    cursor: -webkit-grab;
    cursor: grab;
}

.quote i {
    border: 2px solid #cbb58b;
    padding: 20px;
    border-radius: 50%;
    color: #cbb58b;
}

.quote .quote_text {
    text-align: center;
    margin: 31px auto;
    line-height: 2;
    position: relative;
    max-width: 710px;
}

@media (min-width: 992px) {
    .quote .quote_text:before, .quote .quote_text:after {
        position: absolute;
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #cbb58b;
    }

    .quote .quote_text:before {
        content: "\f10d";
        top: 0;
        left: -40px;
    }

    .quote .quote_text:after {
        content: "\f10e";
        top: 0;
        right: -40px;
    }
}

.testi-img_block {
    max-width: 500px;
    margin: 0 auto 30px;
}

.testi-img_block img {
    display: inline-block;
    border-radius: 50%;
    max-width: 60px;
    margin: -18px 0 0;
}

.testi-img_block p {
    display: inline-block;
    font-size: 15px;
    margin-bottom: 0;
    padding-left: 10px;
}

.testi-img_block p span {
    color: #cbb58b;
    font-size: 16px;
    display: block;
}

@media (max-width: 768px) {
    .testi-img_block p {
        display: block;
        position: inherit;
        padding: 8px 0;
        margin: 0;
    }
}

/* ==============================================================
   ABOUT OUR TEACHERS
   ============================================================== */

.our-teachers {
    padding: 98px 0;
}

.our-teachers h2 {
    text-align: center;
    font-weight: 600;
    margin: 0 0 28px;
}

.our-teachers-block {
    background: #fff;
    border: 1px solid #ececec;
    -webkit-box-shadow: 0 5px 34px 8px #ececec;
    -moz-box-shadow: 0 5px 34px 8px #ececec;
    box-shadow: 0 5px 34px 8px #ececec;
    position: relative;
    min-height: 205px;
    margin-bottom: 30px;
}

.our-teachers-block .teachers-img {
    width: 45%;
    position: absolute;
    bottom: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 1200px) {
    .our-teachers-block .teachers-img {
        width: 35%;
    }
}

.our-teachers-block .teachers-description {
    margin-left: 45%;
    padding: 20px 85px 15px 20px;
}

@media (max-width: 1200px) {
    .our-teachers-block .teachers-description {
        margin-left: 35%;
    }
}

.our-teachers-block .teachers-description p {
    margin: 0;
}

.our-teachers-block .teachers-description p span {
    color: #cbb58b;
    font-weight: 100;
    font-size: 18px;
}

.social-icons {
    position: absolute;
    right: 0;
    top: 0;
    background: #FFF;
    bottom: 0;
    width: 50px;
    border-left: 1px solid #ececec;
}

.social-icons ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: table;
    height: 100%;
}

.social-icons ul li {
    list-style: none;
    margin: 0 0 10px;
    display: table-row;
    min-height: 1px;
    text-align: center;
}

.social-icons ul li a {
    color: #787878;
    font-size: 20px;
    padding: 5px 15px;
    border-bottom: 1px solid #ececec;
    display: table-cell;
    vertical-align: middle;
    width: 1%;
}

.social-icons ul li a i {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.social-icons ul li a:hover i {
    color: #cbb58b;
}

.social-icons ul li:last-child a {
    border-bottom: 0;
}

@media (max-width: 992px) {
    .our-teachers-block .teachers-img {
        display: block;
        float: none;
        width: 100%;
        position: static;
    }

    .our-teachers-block .teachers-description {
        margin-left: 0;
        padding: 20px 20px 70px;
    }

    .our-teachers-block .social-icons {
        top: inherit;
        left: 0;
        width: 100%;
        border-top: 1px solid #ececec;
        border-left: 0;
        height: 50px;
    }

    .our-teachers-block .social-icons ul {
        width: 100%;
    }

    .our-teachers-block .social-icons li {
        display: table-cell;
        margin: 0;
    }

    .our-teachers-block .social-icons li a {
        display: inherit;
        border-bottom: 0;
        border-right: 1px solid #ececec;
        height: 50px;
    }
}

/*
 * ADMISSION PAGE
 ********************************/

/* ==============================================================
   ADMISSION COURCES
   ============================================================== */

.admission_cources {
    padding: 70px 0;
}

.admission_cources h2 {
    font-weight: 700;
}

.admission_cources p {
    line-height: 1.8;
    padding: 0;
}

.course_filter {
    padding: 33px 30px;
    background: #cbb58b;
    border-radius: 2px;
}

.course_filter .form-control {
    border: 0;
}

select.form-control.custom-select {
    height: 3rem !important;
    margin-right: 13px;
}

.btn-admission {
    padding: 13px 54px;
    text-transform: uppercase;
    border: none;
    color: #fff;
    background: #d8c299;
    -webkit-box-shadow: 0 1px 1px 0 rgba(3, 3, 3, 0.35);
    -moz-box-shadow: 0 1px 1px 0 rgba(3, 3, 3, 0.35);
    box-shadow: 0 1px 1px 0 rgba(3, 3, 3, 0.35);
}

.btn-admission:hover {
    background: #e0c795;
    color: #fff;
}

.course_box {
    border: 1px solid #ececec;
    display: block;
    color: #2d2d2d;
    position: relative;
    /*min-height: 260px;*/
    margin-bottom: 30px;
}

.course_box > img {
    width: 45%;
    position: absolute;
    bottom: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.course_box h4 {
    font-weight: 600;
}

.course_box p {
    font-size: 15px;
    padding-top: 15px;
    margin-bottom: 0;
}

.course_box:hover, .course_box:focus, .course_box:active {
    color: #2d2d2d;
    text-decoration: none;
    opacity: 0.8;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.course-desc-wrap {
    margin-left: 45%;
    padding: 20px 25px;
}

.course_duration {
    margin-left: 45%;
}

.star-rating .fa-star {
    color: #ffb914;
}

.course_duration {
    border-top: 1px solid #eaeaea;
    background: #f6f6f6;
}

.course_duration ul {
    padding: 0;
    margin: 0;
}

.course_duration ul li {
    list-style: none;
    display: inline-block;
    margin-left: 20px;
    padding: 9px 0 9px;
}

.course_duration ul li p {
    padding: 0;
    margin: 0;
    color: #cbb58b;
}

.course_duration ul li span {
    font-weight: 700;
    font-size: 15px;
}

@media (max-width: 1200px) {
    .course_box p {
        font-size: 14px;
    }

    .course_duration ul li p {
        font-size: 13px;
    }

    .course_duration ul li span {
        font-size: 12px;
    }
}

@media (max-width: 992px) {
    .course_box > img {
        position: static;
        width: 100%;
    }

    .course-desc-wrap {
        margin-left: 0;
    }

    .course_duration {
        margin-left: 0;
    }
}

/* ==============================================================
   ADMISSION DETAILS COURSES
   ============================================================== */

.admission_discription {
    padding: 50px 0;
}

.admission_discription h4 {
    font-weight: 700;
}

.admission_discription p {
    text-align: left;
    margin-top: 12px;
}

.admission_discription ul {
    padding: 0;
    margin: 0;
}

.admission_discription li {
    background: url(images/discription-icon.png) no-repeat 5px 3px;
    list-style: none;
    padding: 0 0 12px 36px;
    font-size: 16px;
}

.admission-pdf {
    background: #f6f6f6;
    border: 1px solid #ebebeb;
    padding: 18px 0 18px 22px;
    position: relative;
    width: 86%;
}

.admission-pdf p {
    display: inline-block;
    text-align: left;
    text-transform: uppercase;
    margin: 0;
    padding: 0 0 0 15px!important;
    font-weight: 700!important;
    font-size: 14px!important;
}

.admission-pdf p a {
    font-weight: 700!important;
    font-size: 14px!important;
}

.admission-pdf p span {
    text-decoration: underline;
}

.admission-pdf p span a {
    color: #cbb58b;
}

.pdf_btn {
    position: relative;
}

.btn-pdf_join {
    position: absolute;
    right: -60px;
    top: 15px;
    text-transform: uppercase;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.75);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.75);
}

.blog-title_block .btn-pdf_join {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
}

.admission_testimonial {
    padding-top: 70px;
}

.admission_testimonial h4 {
    font-weight: 700;
    margin: 0 0 28px;
}

.admission_testimonial .admissiontesti-img_block {
    display: inline-block;
}

.admission_testimonial .admissiontesti-img_block img {
    border-radius: 50%;
}

.admission_testimonial .admissiontesti-text_block {
    float: right;
    width: 84%;
}

.admission_testimonial .admissiontesti-text_block p {
    line-height: 1.8;
    text-align: left;
}

.admission_testimonial .admissiontesti-text_block h6 {
    line-height: 1.5;
}

.admission_testimonial .admissiontesti-text_block h6 span {
    color: #cbb58b;
}

.admission_rating {
    padding: 6px 16px!important;
    margin: 70px 0 0;
    background: #cbb58b;
    display: inline-block;
}

.admission_rating li {
    float: left;
    font-size: 15px;
    width: 50%;
    list-style: none;
    padding: 10px 0!important;
    margin-bottom: 0!important;
    color: #fff;
    border-bottom: 1px solid #d1c3a7;
}

.admission_rating li span {
    float: right;
}

.admission_rating li:nth-child(11) {
    border: none;
}

.admission_rating li:last-child {
    border: none;
}

.admission_rating .admission_star {
    padding-left: 15px!important;
    font-size: 15px;
    color: #fff8ea;
    font-weight: 100;
}

.admission_insruction {
    margin-top: 55px;
}

.admission_insruction h4 {
    font-weight: 700;
    margin: 0 0 14px;
}

.admission_insruction p {
    font-weight: 700;
    font-size: 15px;
}

.admission_insruction p span {
    color: #cbb58b;
}

.admission_share-icon {
    margin: 50px 0 0;
}

.admission_share-icon h4 {
    font-weight: 700;
}

.admission_share-icon a {
    display: inline-block;
    list-style: none;
    background: #e8e8e8;
    width: 52px;
    height: 52px;
    margin-right: 6px;
    border-radius: 50%;
    padding: 16px 20px;
    color: #2d2d2d!important;
}

.admission_share-icon a:hover {
    opacity: 0.6;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

@media (max-width: 1200px) {
    .admission-pdf p {
        padding: 0 0 0 12px;
        font-size: 13px;
    }
}

@media (max-width: 992px) {
    .btn-pdf_join {
        right: 20px;
    }

    .admission_rating {
        padding: 6px 8px;
    }

    .admission_rating ul li {
        font-size: 13px;
    }

    .admission_testimonial, .admission_insruction, .admission_share-icon, .admission_testimonial .admissiontesti-text_block p {
        text-align: center;
    }

    .admission_rating {
        font-size: 13px;
    }

    .admission-pdf {
        width: 100%;
    }

    .admission_share-icon ul li {
        width: 44px;
        height: 44px;
        padding: 11px 15px;
    }

    .admissiontesti-text_block {
        width: 100% !important;
    }
}

@media (max-width: 767px) {
    .admission-pdf {
        padding: 20px;
    }

    .admission-pdf i {
        font-size: 2em;
    }
}

@media (max-width: 575px) {
    .btn-pdf_join {
        position: static;
        margin-top: 20px;
        width: 100%;
    }
}

/*
 * ADMISSION FORM
 ********************************/

/* ==============================================================
   ADMISSION FORM RULES
   ============================================================== */

.admission-form_rules {
    padding: 60px 0;
}

.admission-form_rules h2 {
    font-weight: 700;
    margin: 0 0 28px;
}

.admission-form_rules p {
    line-height: 1.8;
}

.admission-form_listed {
    padding: 66px 0 0;
    margin: 0;
}

.admission-form_listed li {
    list-style: none;
    background: url(images/right-icon.png) no-repeat;
    font-size: 17px;
    color: #cbb58b;
    padding-left: 30px;
    line-height: 2;
}

@media (max-width: 768px) {
    .admission-form_listed {
        padding: 12px 0 0;
    }
}

.form-control::-webkit-input-placeholder {
    color: #d0d0d0;
    opacity: 1;
}

.form-control::-moz-placeholder {
    color: #d0d0d0;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #d0d0d0;
    opacity: 1;
}

.form-control::placeholder {
    color: #d0d0d0;
    opacity: 1;
}

.has-danger .custom-select {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E");
}

.has-danger .custom-select:focus {
    border-color: #d9534f;
}

.admission_form {
    padding: 0 0 98px;
}

.wpb_wrapper .admission_form {
    padding: 0;
}

.admission_form img {
    margin: 0 auto;
    display: block;
}

.admission_form h2 {
    text-align: center;
    font-weight: 700;
    margin: 0 0 28px;
}

.admission_form label {
    width: 100%;
    margin: 13px 0;
}

.form-control {
    border: 2px solid #ccc;
}

.form-control:not(textarea) {
    height: 50px;
}

.admission-form_dropdown {
    width: 100%;
    border: 2px solid #ccc;
    border-radius: 3px;
    padding: 14px 12px;
    outline: none;
}

.admission-form_date {
    width: 32.4%;
    border: 2px solid #ccc;
    border-radius: 3px;
    padding: 14px 12px;
    outline: none;
}

.admission-form_text {
    width: 100%;
    border: 2px solid #ccc;
    border-radius: 3px;
    padding: 12px 12px;
    outline: none;
}

.admission-form_address {
    margin: 18px 0 0;
}

.admission-form_message {
    width: 100%;
    border: 2px solid #ccc;
    border-radius: 3px;
    padding: 12px 12px;
    height: 262px;
    outline: none;
}

@media (max-width: 1200px) {
    .admission-form_date {
        width: 100%;
        margin: 18px 0 0;
    }
    .admission-form_respons {
        margin: 0;
    }
}

/*
 * CAMPUS LIFE
 ********************************/

/* ==============================================================
   CAMPUS
   ============================================================== */

.campus {
    padding: 98px 0;
}

.campus h2 {
    font-weight: 700;
    margin: 0 0 28px;
}

.campus p {
    line-height: 1.8;
    margin: 21px 0 58px;
}

.campus-img_block {
    position: relative;
}

.campus-img_block .campus-title-block {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(black));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, black 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, black 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, black 100%);
}

.campus-img_block .campus-title-block h4 {
    color: #fff;
    padding: 60px 0 17px 30px;
    margin: 0;
}

.campus-img_text {
    padding: 6px 0;
}

.campus-img_text p {
    font-size: 15px;
    color: #686868;
}

@media (max-width: 992px) {
    .campus-img_block h4 {
        top: -36px;
        left: 15px;
        font-size: 18px;
    }

    .campus-img_text {
        padding: 0 8px;
    }
}

@media (max-width: 768px) {
    .campus-img_block img {
        width: 100%;
    }
}

/*
 * RESEARCH
 ********************************/

/* ==============================================================
   RESEARCH
   ============================================================== */

.research {
    padding: 98px 0;
}

.research h2 {
    font-weight: 700;
    margin: 0 0 28px;
}

.research h3 {
    font-weight: 700;
    margin: 6px 0 28px;
}

.research-current_block {
    margin-bottom: 60px;
}

.research-current_block img {
    float: left;
    max-width: 160px;
}

.research-current_block h4 {
    font-weight: 700;
    margin-bottom: 16px;
    margin-left: 190px;
}

.research-current_block p {
    line-height: 1.8;
    color: #2d2d2d;
    margin-left: 190px;
}

.research-current_block ul {
    margin-left: 190px;
}

.research-list li {
    font-weight: 700;
    line-height: 1.8;
}

.research-current_last {
    margin-bottom: 0;
}

.research-posts .research-news_block {
    border-bottom: 1px solid #efefef;
    padding-bottom: 7px;
    padding-top: 20px;
}

.research-posts .research-news_block:first-child {
    padding-top: 0;
}

.research-posts .research-news_block:last-child {
    border-bottom: 0;
    padding-bottom: 30px;
}

.research-posts .research-news_block span {
    color: #cbb58b;
    font-size: 13px;
    font-weight: 700;
    margin-top: 30px;
}

.research-posts .research-news_block p {
    font-weight: 700;
    font-size: 16px;
}

@media (max-width: 767px) {
    .research-current_block img {
        min-width: 100%;
        margin-bottom: 12px;
    }

    .research-current_block h4, .research-current_block p, .research-current_block ul {
        margin-left: 0;
    }

    .research h3 {
        margin-top: 40px;
    }
}

.research-features img {
    width: 100%;
}

.research-featurestext_block {
    background: #cbb58b;
    max-width: 850px;
    margin: -180px auto 0 auto;
    padding: 50px 77px;
    position: relative;
}

.research-featurestext_block h3 {
    text-align: center;
    color: #fff;
    font-weight: 700;
    margin: 0 0 28px;
}

.research-featurestext_block p {
    line-height: 1.8;
    text-align: center;
    color: #eee5d4;
}

.resources {
    padding: 98px 0;
}

.resources-title {
    text-align: center;
    font-weight: 700;
    margin: 0 0 28px;
}

.resources-slider_wrap {
    width: 100%;
}

.research-testi_block img {
    margin: 0 auto;
    border-radius: 50%;
    display: block;
}

.research-testi_block h4 {
    font-weight: 700;
    text-align: center;
    margin: 30px 0 16px 0;
}

.research-testi_block p {
    text-align: center;
    line-height: 1.8;
    padding: 0 26px;
}

@media (max-width: 992px) {
    .research-featurestext_block {
        max-width: 700px;
        margin: -125px auto 0 auto;
        padding: 25px 66px;
    }
}

@media (max-width: 768px) {
    .research-featurestext_block {
        max-width: 100%;
        margin: 0 auto 0 auto;
        padding: 24px 48px;
    }

    .research-featurestext_block h3 {
        margin: 0 0 13px;
    }
}

/*
 * BLOG
 ********************************/

/* ==============================================================
   BLOG
   ============================================================== */

.blog-wrap {
    padding: 98px 0;
}

.blog-img_block {
    position: relative;
}

.blog-img_block img {
    padding-left: 40px;
}

.blog-date {
    background: #2d2d2d;
    padding: 12px 16px;
    border-radius: 2px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.blog-date span {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

.blog-title_block {
    padding: 30px 0 0 100px;
}
.blog-title_block.blog_hide {
    margin-left: 100px;
    padding: 20px;
}

.blog-title_block h4 {
    font-weight: 700;
}

.blog-title_block h4 a {
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    color: #2d2d2d;
}

.blog-title_block h6 a {
    padding-right: 15px;
    padding-left: 15px;
    font-weight: 300;
    font-size: 14px;
    text-decoration: none;
}

.blog-title_block h6 a span {
    padding-left: 5px;
}

.blog-title_block h6 a:first-child {
    padding-left: 0;
}

.blog-title_block p {
    line-height: 1.8;
    padding: 22px 16px 0 0;
}

.blog-title_block a {
    color: #cbb58b;
    font-size: 17px;
    text-decoration: initial;
    font-weight: initial;
}

.blog-icons {
    border-top: 1px solid #e3eaef;
    border-bottom: 1px solid #e3eaef;
    margin: 36px 0;
    padding: 8px 0;
}

.blog-icons .blog-share_block {
    text-align: right;
    line-height: 1.3;
}

.blog-icons .blog-share_block ul {
    display: inline-block;
    padding: 3px 0 0;
    margin: 0;
}

.blog-icons .blog-share_block ul li {
    list-style: none;
    float: right;
}

.blog-icons .blog-share_block ul li a {
    margin: 0 0 0 25px;
    color: #ccc;
}

.quote-right {
    float: right;
}

.blog-search {
    border: 1px solid #ccc;
    padding: 8px 16px;
    border-radius: 2px;
    font-size: 15px;
}

.btn-blogsearch {
    padding: 11px 16px;
    border-radius: 2px;
    font-size: 15px;
    outline: none;
}

.blog-category_block {
    padding: 50px 0;
}

.blog-category_block h3 {
    font-weight: 700;
    margin: 0 0 24px;
}

.blog-category_block ul {
    margin: 0;
    padding: 0;
}

.blog-category_block ul li {
    list-style: none;
    margin: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.blog-category_block ul li a {
    color: #2d2d2d;
    text-decoration: none;
    padding-bottom: 10px;
    display: block;
}

.blog-category_block ul li a i {
    float: right;
}

.blog-category_block ul li a:hover {
    opacity: 0.8;
}

.blog-category_block ul hr {
    margin: 0;
}

.blog-category_block ul ul {
    background: #f7f7f7;
    padding: 20px;
}

.blog-category_block ul ul li {
    border-bottom-color: #FFF;
}

.blog-featured_post h3 {
    font-weight: 700;
    margin: 0 0 24px;
}

.blog-featured_post hr {
    margin: 24px 0;
}

.blog-featured-img_block img {
    float: left;
    margin: 0 28px 0 0;
}

.blog-featured-img_block h5 {
    font-weight: 700;
    font-size: 17px;
    margin-left: 150px;
}

.blog-featured-img_block p {
    font-size: 15px;
    margin-left: 150px;
}

.blog-featured-img_block a {
    color: #292b2c;
}

.blog-tags_wrap {
    margin: 50px 0 0;
}

.blog-tags_wrap h3 {
    font-weight: 700;
    margin: 0 0 24px;
}

.blog-tags {
    border: 1px solid #ccc;
    text-align: center;
    padding: 5px 29px;
    margin: 0 0 18px 18px;
    color: #313131;
    font-size: 14px;
}

.page-item {
    margin: 0 8px 0 0;
}

.page-numbers {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #0275d8;
    background-color: #fff;
    border: 1px solid #ddd;
}

.page-link, .page-numbers {
    line-height: 1;
    color: #2d2d2d;
    font-size: 14px;
    border-color: #e3eaef;
}

.page-numbers.current {
    background-color: #e3eaef;
}

.page-next {
    background: #cbb58b;
    color: #fff;
    border-color: transparent;
}

.page-link:focus, .page-link:hover, .page-numbers:focus, .page-numbers:hover {
    background-color: #f4e9d4;
    color: #2d2d2d;
}

@media (max-width: 1200px) {
    .blog-search {
        width: 100%!important;
    }

    .btn-blogsearch {
        width: 100%;
        margin-top: 10px;
    }

    .blog-featured-img_block img {
        margin: 0 12px 0 0;
    }

    .blog-tags {
        padding: 5px 20px;
    }
}

@media (max-width: 992px) {
    .blog-date span {
        font-size: 15px;
    }

    .pagination {
        margin: 0;
    }

    .blog-title_block, .blog-img_block img {
        padding-left: 0;
    }

    .blog-icons {
        margin-top: 12px;
    }

    .blog-featured-img_block img {
        width: 100%;
        margin: 0 0 10px 0;
    }

    .blog-featured-img_block p, .blog-featured-img_block h5 {
        margin-left: 0;
    }
}

@media (max-width: 768px) {
    .blog-search {
        margin: 30px 0 0;
    }
}

@media (max-width: 480px) {
    .pagination li {
        display: none;
    }

    .pagination li:first-child, .pagination li:last-child {
        display: block;
    }
}

/*
 * BLOG POST
 ********************************/

/* ==============================================================
   BLOG POST
   ============================================================== */

.blogpost-quotes {
    background: #f4eee3;
    display: inline-block;
    padding: 4px 36px;
    margin: 12px 0 0 0;
}

.blogpost-quotes span {
    font-size: 32px;
}

.blogpost-quotes p {
    font-weight: 700;
    font-style: italic;
    padding: 0 65px;
}

.blogpost_list {
    font-weight: 700;
    border-bottom: 2px solid #cbb58b;
    padding: 0 0 3px;
    line-height: 2.3;
}

.blogpost-tabs {
    margin: 50px 0 0;
}

.blogpost-tab-wrap {
    float: left !important;
    width: 100%;
}

.blogpost-nav-tab {
    border: none !important;
    margin: 0 35px 0 0;
}

.blogpost-nav-tab a {
    text-decoration: none;
    font-size: 20px;
    padding: 10px 0;
}

.blodpost-tab-img img {
    padding: 0;
    border-radius: 50%;
}

.blogpost-tab-description .comment-author, .blogpost-tab-description .comment-author a {
    font-size: 17px;
    color: #cbb58b;
    margin-bottom: 0;
    margin-top: 10px;
    padding-left: 0;
}

.blogpost-tab-description p {
    padding: 10px 0 8px;
    font-size: 16px;
    margin: 0;
}

.blodpost-tab-img {
    margin-top: 10px;
}

p.blogpost-rply {
    color: #6e6e6e;
    padding-top: 0;
}

p.blogpost-rply span {
    margin: 0 10px;
    color: #a9a9a9;
    font-size: 12px;
}

p.blogpost-rply a {
    font-size: 14px;
}

.blogpost-rply-style {
    text-decoration: line-through;
}

@media (max-width: 992px) {
    .blogpost-quotes {
        padding: 4px 6px;
    }
}

@media (max-width: 768px) {
    .blogpost-quotes p {
        padding: 0 58px;
    }

    .quote-right {
        float: right !important;
    }

    .blogpost-nav-tab {
        margin: 0 25px 0 0;
    }

    .blogpost-nav-tab a {
        font-size: 15px;
        padding: 6px 0;
    }

    .blodpost-tab-img img {
        width: 16% !important;
    }
}

/*
 * EVENTS
 ********************************/

/* ==============================================================
   EVENTS
   ============================================================== */

/*.events {*/
/*padding: 98px 0;*/
/*}*/

.event-title {
    font-weight: 700;
    margin: 0 0 24px;
}

.event-date {
    background: #cbb58b;
    padding: 20px 5px;
}

.event-date h4 {
    font-size: 76px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    margin: 0;
}

.event-date span {
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    color: #fff;
    display: block;
}

.event-time {
    background: #b39a6b;
    padding: 8px 0;
    display: block;
    color: #e8dabe;
    text-align: center;
}

.event-heading {
    margin: 0 0 20px;
}

.event-heading h3 {
    font-weight: 700;
    margin: 0 0 24px;
}

.event-heading p {
    line-height: 1.8;
}

.event-hilights h5 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 24px;
}

.event-highlight-discription {
    margin: 50px 0 0;
}

.event-highlight-discription p {
    line-height: 1.8;
    margin: 0 0 50px;
}

.event-toggle {
    text-transform: uppercase;
    font-size: 15px;
    text-decoration: underline;
    color: #cbb58b;
    font-weight: 700;
}

.event-toggle:focus {
    color: #cbb58b;
}

.event-toggle:hover {
    color: #b39a6b;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.tab-list {
    color: #2d2d2d;
    font-weight: 700;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border-bottom: 2px solid #cbb58b;
    color: #cbb58b;
}

.nav-tabs {
    border: none;
    float: right;
}

.nav-tabs .nav-link {
    border: 0;
    border-bottom: 2px solid #eee;
}

.nav-special-br {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #fff #fff #fff;
    color: #cbb58b;
    border-bottom: 2px solid #cbb58b;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.event-underline {
    margin: 68px 0 68px 0;
}

@media (max-width: 1200px) {
    .nav-link {
        padding: 8px 12px;
        font-size: 15px;
    }
}

@media (max-width: 992px) {
    .event-date {
        padding: 12px 5px;
    }

    .event-date h4 {
        font-size: 36px;
    }

    .event-date span {
        font-size: 15px;
    }

    .event-time {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .nav-tabs {
        float: left;
    }

    .event-time {
        font-size: 17px;
    }

    .event-heading {
        margin: 0 0 30px;
    }

    .event-heading h3 {
        margin: 12px 0;
        font-size: 21px;
    }

    .event-heading p {
        font-size: 15px;
    }

    .tab-content img {
        width: 100%;
        margin: 0 0 12px;
    }

    .event-underline {
        margin: 20px 0 30px 0;
    }

    .event-highlight-discription {
        margin: 12px 0 0;
    }

    .event-highlight-discription p {
        margin: 0 0 8px;
    }
}

@media (max-width: 320px) {
    .nav-link {
        padding: 4px 7px;
        font-size: 13px;
    }
}

/*
 * CALENDAR
 ********************************/

.fc-view {
    margin-top: 30px;
}

.fc-toolbar {
    margin-bottom: 5px;
    margin-top: 15px;
}

.fc-toolbar h2 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    text-transform: uppercase;
}

.fc-toolbar .fc-state-active, .fc-toolbar .ui-state-active, .fc-toolbar button:focus, .fc-toolbar button:hover {
    z-index: 0;
}

.fc-widget-content, .fc-widget-header {
    border: 1px solid #d7ecfb;
}

.fc th.fc-widget-header {
    background: #f5f5f5;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 0 10px 0;
    text-transform: uppercase;
}

.fc th.fc-widget-header a {
    color: #505458;
}

.fc .fc-event .fc-bg {
    display: none;
}

.fc .fc-list-item[class*=" bg-"] {
    color: #ffffff;
}

.fc .fc-list-item[class*=" bg-"]:hover td {
    background: rgba(255, 255, 255, 0.2);
}

.fc-button {
    background: #ffffff;
    color: #555;
    text-transform: capitalize;
}

.fc-content {
    color: #FFF;
}

.fc-text-arrow {
    font-size: 16px;
}

.fc-state-hover {
    background: #f3f3f3;
}

.fc-cell-overlay, .fc-state-highlight {
    background: #f0f0f0;
}

.fc-unthemed .fc-today {
    background: #ffffff;
}

.fc-state-active, .fc-state-down {
    -webkit-box-shadow: none;
    box-shadow: none;
}

#external-events .fc-event, .fc .fc-event {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: none;
    cursor: move;
    font-size: 12px;
    margin: 5px 7px 5px 7px;
    padding: 5px;
    text-align: center;
}

.external-event {
    color: #ffffff;
    cursor: move;
    margin: 10px 0 10px 0;
    padding: 6px 10px 6px 10px;
}

.fc-basic-view td.fc-day-number, .fc-basic-view td.fc-week-number span {
    padding-right: 5px;
}

.fc-toolbar .fc-button-group .fc-button {
    background: #ffffff;
}

.fc-toolbar .fc-button-group .fc-button:hover {
    background: #F5F5F5;
}

.fc .fc-event, .fc .fc-event-dot {
    background: #304ffe;
    -o-transition: none;
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
}

.fc .fc-event-dot {
    background: #ffffff;
}

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
    color: #434343;
}

.fc.fc-ltr .fc-h-event.fc-not-start, .fc.fc-rtl .fc-h-event.fc-not-end {
    margin-left: 7px;
}

@media (max-width: 479px) {
    .fc .fc-toolbar .fc-right {
        width: 100%;
        text-align: left;
        margin-top: 15px;
    }

    .fc .fc-view-container {
        overflow: auto;
    }
}

/*
 * SHORTCODES
 ********************************/

/* ==============================================================
   SHORTCODES
   ============================================================== */

.tabs {
    padding: 98px 0 0;
}

.tabs h3 {
    margin: 0 0 24px;
    font-weight: 700;
}

.shortcode-tab-content {
    border: 1px solid #ccc;
    padding: 24px;
    min-height: 292px;
    line-height: 1.8;
    border-radius: 2px;
}

/* Style the tab content */

.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    margin: -8px 0 0;
    min-height: 255px;
}

.tabcontent p {
    font-size: 15px;
    padding: 24px 24px;
    line-height: 1.8;
    color: #2d2d2d;
    margin: 0;
}

button.accordion {
    background: #fff;
    color: #444;
    cursor: pointer;
    width: 100%;
    border: 1px solid #eee;
    border-bottom: none;
    text-align: left;
    outline: none;
    font-size: 16px;
    font-weight: 700;
    padding: 17px 30px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

button.accordion.active, button.accordion:hover {
    border-left: 2px solid #cbb58b;
}

button.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

button.accordion.active:after {
    content: "\2212";
}

.panel h5 {
    padding: 24px 0 0 30px;
    font-weight: 700;
    font-size: 16px;
}

.panel-last {
    border-bottom: 1px solid #eee;
}

div.panel {
    background-color: white;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.2s ease-out;
    -o-transition: max-height 0.2s ease-out;
    transition: max-height 0.2s ease-out;
    border-right: 1px solid #eee;
    border-left: 2px solid #cbb58b;
}

div.panel p {
    font-size: 15px;
    color: #2d2d2d;
    padding: 0 30px 30px 30px;
    margin: 0;
    line-height: 1.8;
}

.accordian-link {
    color: #2d2d2d;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
}

.accordian-link:hover, .accordian-link:focus {
    color: #cbb58b;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    text-decoration: none;
}

.accordian-link:active {
    color: #cbb58b;
}

.card-header {
    background: none;
}

.card-block {
    color: #2d2d2d;
    padding: 20px;
    line-height: 1.8;
}

.alert-box {
    padding: 98px 0;
}

.alert-title h3 {
    font-weight: 700;
    margin: 0 0 24px;
}

.alert {
    border: none;
    border-radius: 0;
    margin-bottom: 24px;
}

.alert p {
    margin: 0;
}

.alert-success {
    padding: 22px 30px;
    border-radius: 0;
    background: #87b08d;
    color: #fff;
}

.alert-success i {
    margin-right: 24px;
    font-size: 24px;
    color: #fff;
}

.alert-info {
    padding: 22px 30px;
    border-radius: 0;
    background: #82abc6;
    color: #fff;
}

.alert-info i {
    margin-right: 24px;
    font-size: 24px;
    color: #fff;
}

.alert-danger {
    padding: 22px 30px;
    border-radius: 0;
    background: #f3897e;
    color: #fff;
}

.alert-danger i {
    margin-right: 24px;
    font-size: 24px;
    color: #fff;
}

.alert-warning {
    padding: 22px 30px;
    border-radius: 0;
    background: #cda371;
    color: #fff;
}

.alert-warning i {
    margin-right: 24px;
    font-size: 24px;
    color: #fff;
}

.typography {
    padding: 0 0 98px;
}

.typography-title {
    font-weight: 700;
    margin: 0 0 24px;
}

.shortcode-list h3 {
    font-weight: 700;
    margin: 0 0 24px;
}

.shortcode-list ul {
    margin: 0;
    padding: 0;
}

.shortcode-list ul li {
    background: url(images/shortcode-list.png) no-repeat;
    list-style: none;
    color: #686868;
    padding: 0 0 0 38px;
}

.entry-content ul li, .comments-area ul li {
    color: #686868;
    line-height: 1.6;
}

.single .comments-area .nav-tabs {
    padding-left: 0;
}

.comments-area .nav-tabs li {
    background: none;
    padding-left: 0;
    margin: 0 35px 0 0;
}

.entry-content .entry-title {
    font-size: 39px;
}

.entry-content ul li, .comments-area ul li, .entry-content ol li, .comments-area ol li {
    color: #686868;
}

.entry-content ul li ul, .comments-area ul li ol, .entry-content ol li ol, .comments-area ol li ul {
    margin: 0 0 0 30px;
    padding-left: 0;
}

.sd-content ul li {
    background: none;
}

ul ul {
    padding-left: 0;
}

.list-general ul {
    margin: 50px 0 0;
    padding: 0;
}

.list-general ul li {
    color: #686868;
    list-style: none;
    margin: 0 0 14px;
}

.list-general ul li span {
    padding: 0 24px 0 0;
}

.shortcode-columns {
    padding: 0 0 98px;
}

.shortcode-columns h3 {
    font-weight: 700;
    margin: 0 0 24px;
}

.shortcode-columns h5 {
    font-weight: 700;
    margin: 0 0 12px;
}

.shortcode-columns p {
    color: #686868;
    font-size: 15px;
    line-height: 1.8;
}

.button-toggle {
    padding: 0 0 98px;
}

.button-toggle h3 {
    font-weight: 700;
    margin: 0 0 24px;
}

.btn-1 {
    /*width: 100%;*/
    border-radius: 0;
}

.btn-2 {
    /*width: 100%;*/
    border-radius: 0;
    background: #d19c85;
}

.btn-2:hover {
    background: #cb927a;
}

.btn-3 {
    /*width: 100%;*/
    border-radius: 0;
    background: #87b08d;
}

.btn-3:hover {
    background: #7daa83;
}

.btn-warning.active, .btn-warning:active, .show > .btn-warning.dropdown-toggle {
    border: none;
    background: #cbb58b;
}

.btn-border_1 {
    border-bottom: 4px solid #9e8452;
}

.btn-border_1:hover {
    border-bottom: 4px solid #9e8452;
}

.btn-border_2 {
    border-bottom: 4px solid #ae7056;
}

.btn-border_2:hover {
    border-bottom: 4px solid #ae7056;
}

.btn-border_3 {
    border-bottom: 4px solid #53815a;
}

.btn-border_3:hover {
    border-bottom: 4px solid #53815a;
}

.btn-simple {
    text-transform: uppercase;
    color: #2d2d2d;
    background: none;
    border: 1px solid #cbb58b;
    font-size: 15px;
    padding: 16px 36px;
    border-radius: 0;
    font-weight: 700;
}

.btn-default-clr1 {
    border: 1px solid #d19c85;
}

.btn-default-clr2 {
    border: 1px solid #87b08d;
}

@media (max-width: 992px) {
    .btn-1, .btn-2, .btn-3 {
        padding: 17px 6px;
    }
}

@media (max-width: 768px) {
    .btn-1, .btn-2, .btn-3 {
        margin: 0 0 10px;
    }

    .button-toggle h3 {
        margin: 30px 0 24px;
    }

    .tabs h3 {
        margin: 30px 0 24px;
    }

    .shortcode-list {
        margin: 30px 0 0;
    }

    .alert-box {
        padding: 34px 0;
    }

    .alert {
        padding: 22px 18px;
    }
}

/* ==============================================================
   CONTACT US
   ============================================================== */

.contact {
    padding: 98px 0 0;
}

.contact-title h2 {
    font-weight: 700;
    text-align: center;
    margin: 0 0 24px;
}

.contact-form {
    background: #cbb58b;
    position: relative;
    z-index: 2;
}

.contact-form h3 {
    font-weight: 700;
    color: #fff;
    margin: 0 0 24px;
}

.btn-submit {
    border: 3px solid #fff;
    color: #fff;
    padding: 13px 44px;
    font-size: 15px;
    margin: 8px 0 0;
}

.btn-submit:hover {
    border: 3px solid #fff;
    background: #fff;
    color: #cbb58b;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.contact-option {
    border-right: 1px solid #ad9566;
    padding: 45px 64px;
}

.contact-option .form-control {
    border-color: transparent;
}

.contact-address {
    padding: 45px 50px;
}

.contact-address h3 {
    font-weight: 700;
    margin: 0 0 24px;
}

.contact-details i {
    color: #fff;
    float: left;
}

.contact-details h6 {
    font-size: 19px;
    color: #fff;
    padding: 0 0 0 30px;
}

.contact-details p {
    color: #fff4e0;
    padding: 0 0 0 30px;
}

.contact-center {
    background: #ad9566;
    border-radius: 50%;
    text-align: center;
    width: 44px;
    height: 44px;
    padding: 10px 0;
    color: #fff;
    margin: 0 auto;
    top: -17em;
    position: relative;
    line-height: 2.6!important;
    z-index: 10;
}

#map {
    height: 620px;
    width: 100%;
    margin: -250px 0 0;
}

@media (max-width: 767px) {
    .contact-option {
        border: 0;
        padding: 20px 15px;
    }

    .contact-option_rsp {
        border-bottom: 1px solid #ad9566;
        padding: 5px 25px 30px;
    }

    .contact-center {
        display: none;
    }
}

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

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comments-area:before, .comments-area:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after, .entry-content:after, .comments-area:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
    margin: 0 0 50px;
}

/* Make sure select elements fit in widgets. */

.widget select {
    max-width: 100%;
}

.searchform input[type='text'] {
    width: 220px;
}
.searchform input[type='submit'] {
    vertical-align: baseline;
}

/*newsletter widget button proper alignment*/

.widget_unisco_pro_newsletter_widget button[type="submit"] {
    font-size: 15.3px;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
    display: block;
}

.hentry {
    margin: 0 0 3em;
}

.byline, .updated:not(.published) {
    display: none;
}

.single .byline, .group-blog .byline {
    display: inline;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/

/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,
    /* Older / Newer Posts Navigation (always hidden) */

.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

.page-content .wp-smiley, .entry-content .wp-smiley, .comments-area .wp-smiley, .comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */

embed, iframe, object {
    max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
## WP Specific Modifications
--------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}

.site-main h1, .site-main h2, .site-main h3, .site-main h4, .site-main h5, .site-main h6 {
    margin-bottom: 1.5rem;
}

.custom-header {
    background: #292b2c no-repeat;
    background-size: cover;
}

.single .custom-header .entry-title, .page .custom-header .entry-title, .blog .custom-header .entry-title, .archive .custom-header .entry-title, .search .custom-header .entry-title, .error404 .custom-header .entry-title {
    text-align: center;
    color: #fff;
    margin: 0;
    padding: 37px 0 90px;
    font-weight: 700;
}

@media (max-width: 992px) {
    .single h1 {
        font-size: 42px;
    }
}

.site-content {
    padding: 98px 0;
}

.center-logo {
    margin: 10px auto;
    max-width: 165px;
    text-align: center;
    color: #fff;
}
.center-logo h1 {
    font-size: 36px;
    margin-top: 1rem;
    word-break: break-all;
}
.center-logo h1 a {
    color: #fff;
}

.site-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: .5rem;
}

.site-title > a:hover {
    color: #fff;
}

.mobile-logo .site-tagline {
    margin-bottom: 0;
}

.site-title, .site-tagline {
    text-align: center;
}

.site-title a, .site-tagline {
    color: #fff;
}

.mobile-logo .site-title, .mobile-logo .site-tagline {
    text-align: left;
}

.custom-logo {
    max-width: 100%;
    height: auto;
}

@media (min-width: 992px) {
    .nav-collapse {
        display: block !important;
    }

    .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem;
    }
}

@media (max-width: 991px) {
    .nav-collapse .col {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.blog-single-item .entry-header {
    text-align: left;
    padding-left: 100px;
    margin-bottom: 1.5rem;
}

.blog-single-item .entry-footer {
    padding-left: 100px;
}

@media (max-width: 992px) {
    .blog-single-item .entry-title, .blog-single-item .entry-footer {
        padding-left: 0;
    }
}

.blog-single-item .entry-title a {
    font-size: 20px;
    font-weight: 700;
    color: #2d2d2d;
    text-decoration: none;
}

.entry-content {
    padding-top: 0;
}

.read-more {
    line-height: 3rem;
}

.blog-icons {
    margin: 12px 0;
    min-height: 46px;
}

.cat-links, .tags-links {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.post-edit-link {
    padding-left: 15px !important;
    padding-right: 0 !important;
}

.cat-links a, .tags-links a {
    padding: 0 !important;
}

.post-thumbnail + .entry-title {
    padding-top: 30px;
}

.single .post-thumbnail {
    margin-bottom: 30px;
}

.widget-title {
    font-weight: 700;
    margin: 0 0 24px;
}

.widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.widget ul li {
    margin: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.widget ul li a {
    color: #2d2d2d;
    text-decoration: none;
    padding-bottom: 10px;
    display: inline-block;
}

.widget-area .widget:last-child {
    margin-bottom: 0;
}
@media (max-width: 576px) {
    .widget-area .widget:last-child {
        margin-bottom: 50px;
    }
}

.site-footer a, .site-footer .widget a {
    color: #c4c4c4;
}

.site-footer a:hover, .site-footer .widget a:hover {
    color: #cbb58b;
    text-decoration: none;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.site-footer ul li a, .site-footer .widget ul li a {
    font-size: 17px;
    line-height: 2;
}

.single .blog-title_block {
    padding-left: 0;
}

.single .entry-content h1, .single .comments-area h1, .single .comment h1, .page .entry-content h1, .page .comments-area h1, .page .comment h1 {
    text-align: left;
    color: #292b2c;
    font-weight: 700;
    padding: 5px 0 15px;
}

.single .site-main > h1, .single .entry-content {
    padding-left: 100px;
}

.single .entry-content > ol, .single .entry-content > ul, .single .comments-area > ol, .single .comments-area > ul {
    padding-left: 50px;
    margin-top : 0;
}

blockquote {
    background: #f4eee3;
    display: block;
    padding: 16px 36px;
    margin: 12px 0 20px 0;
}

blockquote:before {
    content: "\f10d";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 32px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

blockquote:after {
    content: "\f10e";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 32px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
    top: -26px;
    position: relative;
}

blockquote p {
    padding: 0 65px !important;
}

#comments {
    padding-left: 100px;
}

.page #comments {
    padding-left: 0;
}

.site-footer .widget {
    padding-top: 60px;
    margin-bottom: 0;
}

.site-footer .widget-title {
    color: #fff;
    font-weight: 500;
    padding: 0;
}

.site-footer ul {
    margin: 0;
    padding: 0;
}

.site-footer ul li {
    margin: 0;
    padding: 0;
    border-bottom: 0;
}

.site-footer ul li .sub-menu {
    display: none;
}

.site-footer ul li a {
    color: #c4c4c4;
    font-size: 17px;
    line-height: 2;
    padding-bottom: 0;
}

.site-footer .widget-title {
    margin-bottom: 24px;
}

.edit-link-page .post-edit-link {
    padding-left: 0 !important;
}

.entry-content h6 a, .comments-area h6 a {
    color: #2d2d2d;
    padding-right: 15px;
    padding-left: 15px;
    font-weight: 300;
    font-size: 14px;
    text-decoration: none;
    padding-bottom: 8px;
    display: inline-block;
}

.page .post-thumbnail {
    margin-bottom: 30px;
}

.entry-content p, .comments-area p {
    line-height: 1.8;
    padding: 0;
}

.widget ul li a {
    color: #2d2d2d;
    text-decoration: none;
    padding-bottom: 10px;
    display: inline-block;
}

table#wp-calendar {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

table#wp-calendar td, table#wp-calendar th {
    border: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 5px 0;
}

table#wp-calendar caption {
    text-align: center;
}

.entry-content table, .comments-area table, .page table {
    margin: 20px 0 20px 0;
}

.entry-content table td, .comments-area table td, .entry-content table th, .comments-area table th, .page table td, .page table th {
    border: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 5px 8px;
}

.widget select {
    width: 100%;
    height: 40px;
    border: solid 1px #dcd5d5;
}

.widget li ul.children, .widget li ul.sub-menu {
    background: #f7f7f7;
    padding: 5px 20px;
}

.widget li ul.children li, .widget li ul.sub-menu li {
    border-bottom-color: #FFF;
}

.widget li ul.children li:last-child, .widget li ul.sub-menu li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}

.widget_rss .rsswidget {
    font-weight: bold;
    display: block;
    padding-bottom: 5px;
}

.widget_rss .rss-date {
    color: #8a8787;
    padding-bottom: 10px;
    display: block;
}

.widget_rss cite {
    padding: 10px 0;
    display: block;
}

.widget img {
    max-width: 100%;
    height: auto;
    margin: 15px 0;
}

.widget_tag_cloud .tag-cloud-link {
    border: 1px solid #ccc;
    text-align: center;
    padding: 5px 29px;
    margin: 0 2px 10px;
    color: #313131;
    font-size: 14px !important;
    display: inline-block;
}

.post.sticky {
    display: block;
    background: rgba(0, 0, 0, 0.02);
    padding: 15px 20px 10px 0;
    margin-left: 100px;
}

.post.sticky:not(.has-post-thumbnail) .blog-title_block, .post.sticky:not(.has-post-thumbnail).blog-single-item .entry-title, .post.sticky:not(.has-post-thumbnail).blog-single-item .entry-footer {
    padding-left: 30px;
}

@media (max-width: 992px) {
    .post.sticky {
        margin-left: 0;
    }
}

.search-content {
    padding-left: 100px;
}

.post-navigation {
    padding-left: 100px;
}
.single-course .post-navigation {
    padding-left: 0;
}

.post-navigation .nav-previous, .post-navigation .nav-next {
    display: inline-block;
}

.post-navigation .nav-next {
    float: right;
}

img {
    max-width: 100%;
    height: auto;
}

.nav-links {
    margin-left: 100px;
    margin-bottom: 20px;
    min-height: 25px;
    width: 100%;
}

.nav-links .nav-previous {
    float: left;
    max-width: 45%;
}

.nav-links .nav-next {
    float: right;
    max-width: 45%;
}

.post-nav-clear {
    margin-top: 3em;
    padding-left: 100px;
}

.post-navigation .nav-links {
    margin-left: 0;
}

.blogpost-tabs {
    margin: 30px 0 0;
}

.page #comments {
    padding-left: 0;
}

.page-item .icon-arrow-left, .page-item .icon-arrow-right {
    font-size: 10px;
}

.carousel h4 {
    font-weight: 500;
}

.img-featured-course {
    margin-bottom: 50px;
}

.single-course .blog-wrap {
    padding: 70px 0;
}
.single-course .site-main .entry-title {
    margin-bottom: 0.5rem;
}
.single-course .star-rating {
    margin-bottom: 12px;
}
.single-course .entry-header, .single-course .entry-content {
    padding-left: 0;
}
.widget .admission_rating {
    padding: 6px 16px;
}
.widget .admission_rating li {
    border-bottom: 1px solid #d1c3a7;
    margin: 0;
}
.admission_rating li:nth-last-child(1), .admission_rating li:nth-last-child(2) {
    border-bottom: none;
}
.admission_rating {
    width: 100%;
}
.entry-content .unisco-instafeed {
    margin-top: 35px;
}
.entry-content .slick-dots li {
    background: none;
    margin: 0;
    padding: 0;
}
.tab-content {
    width: 100%;
}
/*full calendar*/
.fc-row table {
    margin: 0;
}
.fc-head-container.fc-widget-header {
    padding: 0!important;
}
.fc-row .fc-content-skeleton td, .fc-row .fc-helper-skeleton td {
    padding: 0;
}
.fc-widget-content {
    padding: 0!important;
}
.social-icons ul li {
    background: none;
}
.edit-link-page {
    margin: 0!important;
}
.vc_row {
    padding: 98px 0;
}
.vc_row-has-fill>.vc_column_container>.vc_column-inner {
    padding-top: 0!important;
}
.blog-img_box > img {
    max-height: 216px;
}
.footer-top .widget {
    padding-top: 0;
    margin: 0 auto;
}
.footer-top .widget:first-child {
    margin-bottom: 0;
}

.events > .tab-pane > .col-md-12:last-child > .event-underline {
    display: none;
}
.single-course-header {
    padding-top: 98px;
}
#upcoming-events .col-md-12 .row, #completed-events .col-md-12 .row {
    padding: 68px 0;
    border-bottom: 1px solid rgba(0,0,0,.1);
}
#upcoming-events .col-md-12:last-child .row, #completed-events .col-md-12:last-child .row {
    padding: 68px 0 0;
    border-bottom: none;
}
#upcoming-events .col-md-12:first-child .row, #completed-events .col-md-12:first-child .row {
    padding: 0 0 68px;
}
.more-link {
    display: block;
    color: #2d2d2d !important;
    font-size: 13px !important;
    text-decoration: underline !important;
    font-weight: 700 !important;
    margin-top: 1rem;
}
#contact-btn {
    color: #fff !important;
    border-color: #fff !important;
}

@media print
{
    /*chrome bug fix*/
    ::first-letter{
        margin: 0;
        padding: 0;
    }
    .entry-title {
        margin-bottom: 20px !important;
        padding-bottom: 37px !important;
    }
    .blog-wrap {
        padding: 0 !important;
    }
    .site-footer {
        margin: 0 !important;
        padding: 0 !important;
    }
    .responsive-logo, .navbar, .navbar-collapse, .entry-footer, .widget-area
    {
        display: none !important;
    }
}

@media (max-width:767px) {

    .blog-wrap {
        padding: 55px 0;
    }

    .blog-single-item .entry-header {
        padding-left: 0;
    }
    .single .site-main > h1, .single .entry-content {
        padding-left: 0;
    }

}

/*
 * VC Element Styles
 */
body.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-container, .wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-list {
    overflow: hidden;
    text-align: right;
}
body.wpb-js-composer .vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tab.vc_active>a {
    border-bottom-color: transparent;
    background: none;
}
body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab>a {
    border: 1px solid #f5f5f5;
    background: none;
    color: #666;
    border-radius: 0;
}
body.wpb-js-composer .vc_tta.vc_tta-spacing-1 .vc_tta-tab {
    margin: 0;
    background: #fff;
}
body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
    border-color: rgba(0, 0, 0, 0.07);
    background: #fff;
}
body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab>a:focus, body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab>a:hover {
    background: none;
    color: #cbb58b;
}
body.wpb-js-composer .vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tab.vc_active>a {
    border-bottom: 1px solid #cbb58b;
    background: none;
}
body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active>a {
    border-color: #f0f0f0;
    background-color: #f8f8f8;
    color: #cbb58b;
}
body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
    border-color: #f0f0f0;
    background-color: #fff;
    border-radius: 0;
}
body.wpb-js-composer .vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container, body.wpb-js-composer .vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top.vc_tta-style-modern .vc_tta-tabs-container {
    margin: 0;
}
body.wpb-js-composer .vc_tta-shape-rounded.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel:first-child:not(:last-child) .vc_tta-panel-body, body.wpb-js-composer .vc_tta-shape-rounded.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel:first-child:not(:last-child) .vc_tta-panel-heading {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background: #fff;
}
body.wpb-js-composer .vc_tta-shape-rounded.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel:last-child:not(:first-child) .vc_tta-panel-body, body.wpb-js-composer .vc_tta-shape-rounded.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel:last-child:not(:first-child) .vc_tta-panel-heading {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background: #fff;
}
body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a {
    color: #cbb58b;
}
body .vc_color-success.vc_message_box {
    color: #fff;
    background: #87b08d;
    border-radius: 0;
    border: none;
}
body .vc_color-success.vc_message_box .vc_message_box-icon {
    color: #fff;
}
body .vc_color-info.vc_message_box {
    color: #fff;
    background-color: #82abc6;
    border-radius: 0;
    border: none;
}
body .vc_color-info.vc_message_box .vc_message_box-icon {
    color: #fff;
}
body .vc_color-warning.vc_message_box {
    color: #fff;
    background-color: #cda371;
    border-radius: 0;
    border: none;
}
body .vc_color-warning.vc_message_box .vc_message_box-icon {
    color: #fff;
}
body .vc_color-danger.vc_message_box {
    color: #fff;
    background-color: #f3897e;
    border-radius: 0;
    border: none;
}
body .vc_color-danger.vc_message_box .vc_message_box-icon {
    color: #fff;
}
.owl-carousel, .owl-stage-outer {
    max-height: 100%;
}
.owl-carousel .owl-item {
    margin-left: -2px;
}