:root {
    --fullwidth_menu_bg:  var(--light); /*BS light #f8f9fa*/
}
/*Main*/


body {
   font-family: 'Open Sans', sans-serif !important;
    color: var(--dark);
}
html, body {
    overflow-x:hidden;

}
a, a:visited {
    color: var(--dark);
    webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

:where(p.has-text-color:not(.has-link-color)) a {
    color: inherit
}
.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
}
ul .meta {
    color: var(--dark);
}

.border-color-light-white {
    border-color: rgb(247 220 220 / 10%) !important;
}

.social-bar a, .social-bar a:visited {
    color: var(--dark);
    webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.entry-content a:not(.wp-block-button__link), .entry-content a:not(.wp-block-button__link):visited {
    color: var(--secondary);
    webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.list-unstyled {
    list-style-type: none !important;
    margin: 0!important;
    padding: 0!important;
}

.site ul {
    margin: 0 0 1em 1.5em;
    padding: 0;
}

ul.navbar-nav{
    margin: 0;
    padding: 0;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
    margin-bottom: .5rem;
    font-weight: 600;
    line-height: 1.2;
}
.wp-admin h1, .wp-admin h2, .wp-admin h3,.wp-admin h4,.wp-admin h5,.wp-admin a{
    color: inherit ;
    font-family:inherit ;
}
.box-shadow {
    -webkit-box-shadow: var(--box-shadow);
       -moz-box-shadow: var(--box-shadow);
            box-shadow: var(--box-shadow);
}

.shadow-hover {
    box-shadow: 0 1px 20px rgba(68, 81, 64, .1);
    -webkit-transition: all .5s ease;
            transition: all .5s ease;
}

.shadow-hover:hover {
    box-shadow: 0 2px 40px rgba(68, 81, 64, .3);
}

.row {
    position: relative;
}

.droph {
    max-height: 300px;
    overflow-y: auto;
}

.entry-footer {
    margin-top: 0 !important;
}

/*Header*/
.header-menu {
    background-color: var(--fullwidth_menu_bg) !important;
}

#masthead .container {
    max-width: 100%!important;
    padding-right: 15px;
    padding-left: 15px;
}

.site-title {
    position: relative!important;
    font-size: 2rem;
    font-weight: 400;
    white-space: nowrap;

}

.site-title, .site-title a {
    color: var(--dark);
}

.site-title:visited, .site-title a:visited {
    color: var(--dark);
}

.site-title a:hover {
    color: var(--secondary);


}
.site-title:hover {
    text-decoration: none !important;
}

.site-desc {
    color: var(--dark);
    margin: 0;
    font-size: 1rem;
}

.home.media-template .site-title, .home.media-template .site-title a,
.fulltop-image.media-template .site-title, .fulltop-image.media-template .site-title a {
    color: var(--white);
}

.home.media-template .site-title a:hover,
.fulltop-image.media-template .site-title a:hover  {
    color: var(--white);
}

.home.media-template .site-desc,
.fulltop-image.media-template .site-desc {
    color: var(--white);
    margin: 0;
    font-size: 1rem;
}

.home.media-template .site-desc {
    color: var(--white);
    margin: 0;
    font-size: 1rem;
}

.site-branding img {
    height: 100px;
    max-width: inherit;
    width: auto;
}

.header-menu {
    display: block;
}

.drawer-toggle {
    font-size: 2.3rem;
}

/*Menu*/
.navbar-nav {

}

#main-nav .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    font-size: 16px;
    padding: 18px 22px;
    color: var(--dark);
    text-transform: capitalize;

}

#main-nav .navbar-nav .nav-item .nav-link:hover {
    color: var(--secondary);
}

#main-nav .navbar-nav .nav-item.active .nav-link {
    background: inherit;
    color: var(--secondary);
}

#site-navigation #main-nav .navbar-nav .dropdown .dropdown-menu {
    display: block;
}

#main-nav .navbar-nav .dropdown .dropdown-menu {
    padding: 15px 20px;
    z-index: 9999;
    width: 250px;
}

#main-nav .navbar-nav .dropdown > .dropdown-menu li.active > a {
    color: var(--secondary);
    padding-left: 8px;
    white-space: normal;
}

#main-nav .navbar-nav .dropdown .dropdown-menu li.active > a:before {
    width: 5px;
}

#main-nav .navbar-nav .dropdown .dropdown-menu li a:before {
    position: absolute;
    content: '';
    background: var(--secondary);
    height: 3px;
    width: 0;
    left: 0;
    -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 22px;
}

#main-nav .navbar-nav .dropdown .dropdown-menu li a {
    background: transparent;
    color: var(--dark);
    font-size: 16px;
    font-weight: 700;
    padding: 10px 20px 10px 0;
    border-radius: 3px;
    min-width: 180px;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
}

#main-nav .navbar-nav .dropdown .dropdown-menu li a:hover {
    color: var(--secondary);
    padding-left: 8px;
    -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
}

#main-nav .navbar-nav .dropdown  .dropdown-menu li a:hover:before {
    width: 5px;
    -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
}

#main-nav .navbar-nav .dropdown  .dropdown-menu li a:before {
    position: absolute;
    content: '';
    background: var(--secondary);
    height: 3px;
    width: 0;
    left: 0;
    -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 22px;
}
.dropdown-menu .dropdown-menu{
    margin-left:0;
    margin-right: 0;
}
.dropdown-menu li{
    position: relative;
}
.dropdown-menu .dropdown-menu{
    display: none !important;

}

.dropdown-menu > li:hover > .dropdown-menu{
    display: block !important;
    position: absolute;
    left:100%;
    top:0px;
}
/*Fullwidth menu*/
.w-bg-hover #main-nav .navbar-nav .nav-item.active .nav-link {
    color: var(--white);
    background: var(--dark);
}

.w-bg-hover #main-nav .navbar-nav .nav-item .nav-link:hover {
    color: var(--white);
    background: var(--dark);
}


/*Quick Menus*/
.quick-menu-top #main-nav .navbar-nav .nav-item .nav-link {
    padding: 12px 16px;
}

/*Swiper*/
.swiper-center-mode-end {
    margin-right: calc(-1px - (100vw - 100%)/ 2 + 15px)!important;
}
.swiper-title {
    /*background-color: rgba(34, 34, 34, .45);  */
    font-size: 1.2rem;
    font-weight: 600;
}

.news-button-next,.news-button-next span{
    color: var(--secondary);
}
.news-button-next:hover {
    background-color: transparent;
    border-color: transparent;
}
.center-absolute {
    left:0;
    right:0;
    margin-left: auto;
    margin-right: auto;

}
.bottom-0 {
    bottom: 0!important;
}
.wp-admin .swiper-slide {

     width: auto;

}
.wp-admin .nb_swiper section   {
    overflow: hidden;
}
.swiper-img img {
    max-width: 100%;
       object-fit: cover;
    -o-object-fit: cover;
    height: 450px;
    width: 100%;
}
.swiper-img::after {
    display: block;
    position: relative;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #000 100%);
    margin-top: -150px;
    height: 150px;
    width: 100%;
    content: '';
}
/*Media Template*/
.media-template{

}
.metaslider{
    margin-top: -135px !important;
    margin-bottom: 50px;
}

.media-template .site-header,.media-template .site-branding{
    z-index: 98;
}
.home.media-template.media-inline .site-header{
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 98;
}
@media only screen and (max-width: 992px) {
.media-template.media-inline.home .site-header {
        position: relative;
    }
}
.media-template.media-inline .main-navigation #main-nav .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    font-size: 16px;
    padding: 15px 22px;

    text-transform: capitalize;
}
.home.media-template.media-inline .main-navigation #main-nav .navbar-nav .nav-item .nav-link,
.fulltop-image.media-template.media-inline .main-navigation #main-nav .navbar-nav .nav-item .nav-link{

    color: var(--light);
}
.media-template.media-inline .quick-menu-top #main-nav .navbar-nav .nav-item .nav-link {
    padding: 12px 16px 6px 16px;
}
.media-template.media-inline  #site-navigation.main-navigation {
    z-index: 999;
}
.media-template.media-inline.fulltop-image .page-image-head {
    margin-top: -185px !important;
}
.media-template.media-inline.fulltop-image .page-image-head .bg-page-img {
    padding-bottom: 100px;
    padding-top: 600px;
}
.media-template.media-inline .quick-menu-top #main-nav .navbar-nav .nav-item .nav-link {
    padding: 12px 16px 6px 16px;
}
.media-template.no-scroll {
    position:fixed;
    overflow:hidden;
    width: 100%;
}
.no-scroll .overlay-wrap:before{
    z-index: 999;
    width: 100%;
    content: '';
    position: fixed;
    height: 75px;
    top: 0px;
    background: var(--secondary);
    z-index: 100;
}
.no-scroll #main-nav .navbar-nav .dropdown .dropdown-menu {
    z-index: 99;

}
.media-template.site-header{
    background-color: transparent;
}

.metaslider .flexslider:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 3;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 40%, rgba(0,0,0,0) 60%, rgba(0,0,0,0.5) 100%);
}
@media (min-width: 1100px){
    .metaslider,.metaslider video ,.metaslider .ms-layer {

    object-fit: cover;
}
}


.msDefaultImage {
    visibility: hidden;
}
 /*Sub Toggle Button*/
.sub-menu-toggle {
        position: absolute;
        top: 2px;
        right: 0;
        border: 0;
        color: #5a6268;
        background-color: var(--white);
        border-color: var(--white);
        padding: 0.2em 0.4em;
    }

    .sub-menu-toggle:hover {

        color: var(--white);
        background-color: #5a6268;
        border-color: #5a6268;
    }

    .sub-menu-toggle:focus {
        color: #5a6268;
        outline: 0;
        background-color: var(--white);
        border-color: var(--white);
    }
 /*Overlay Quick Menu*/
 .media-wrap {
   position:relative;
 }

 .media-template .quick-menu-bottom{
    background-color: transparent !important;
    position: absolute;
    bottom: 0;
    left:0;
    right: 0;
}
 .media-template .quick-menu-bottom #main-nav .navbar-nav .nav-item .nav-link  {
    color: var(--white);
    font-weight: 400;
    font-size: 45px;
}

 .media-template .quick-menu-bottom #main-nav .navbar-nav .nav-item .nav-link:hover {
    color: var(--secondary);

    background: transparent;
     }

/*Overlay Main Menu*/


.no-scroll .header-main {
     padding-right: 23px;
}

.overlay-wrap {
    display:none;
    position:fixed;
    top:0;
    height:100%;
    width:100%;
    background:var(--secondary);
    z-index:99;
    overflow-y: scroll;
    inset: 0;


}
.overlay-wrap #main-nav   {
        justify-content: center!important;
        display: flex;
}
.overlay-menu .dropdown-toggle::after {
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: 0.255em;
        vertical-align: 0.255em;
        content: "" !important;
        border-top: none;
        border-right: none;
        border-bottom: 0;
        border-left: none;
        position: relative;
        right: 0;

}
.overlay-wrap .menu-content {
    color: var(--white);
    text-align:left;
    max-width:90%;
    margin:0 auto;
    padding-top:50px;
}

.overlay-menu .menu-content .navbar-nav {
    display: block !important;
}

.overlay-wrap #main-nav .navbar-nav .nav-item  {
    width:300px;
    padding-right:45px;
}
.overlay-wrap #main-nav .navbar-nav .dropdown .dropdown-menu {

    width: 300px;
}
.overlay-wrap .sub-menu-toggle {

    top: 20px;

}
.overlay-wrap #main-nav .navbar-nav  .nav-item .nav-link  {
    font-size: 18px;
    color: var(--white);
    text-transform: capitalize;
}
.overlay-wrap .search-open {
    display: none;
}

.overlay-menu .dropdown .dropdown-menu {
    display: none;
    top: 0;
}
.overlay-menu .dropdown.show .dropdown-menu {
   /* display: block  !important;   */
}
.overlay-menu .dropdown .dropdown-menu {
        position: relative !important;
        float: none;
        transform: none !important;
    }
.overlay-menu  .sub-menu-toggle.d-lg-none {
    display: block!important;
}

.overlay-button {
    z-index: 999;
    display: inline;
    font-size: 32px;
    position:absolute;
    right:50px;
    top:6px;
    z-index:999;
    font-size:30px;
}
.overlay-button {
    display: inline-block;
    text-decoration: none;

    /* safari hack */
}
.overlay-button span{
    padding-right:10px;
}
.home .overlay-btn-open{
   color: var(--white) !important;

}
.overlay-btn-open:hover{
    color: var(--dark) !important;
    text-decoration: none;
}
.home .overlay-btn-open:hover{
    color: var(--light) !important;
    text-decoration: none;
}
.overlay-btn-open:after {
     color: var(--dark);
     opacity: 0.8;
    content:'\f0c9';
    font-weight: 900;
    font-family:"Font Awesome 5 Free";
    transition-property:all .2s linear 0s;
    -moz-transition:all .2s linear 0s;
    -webkit-transition:all .2s linear 0s;
    -o-transition:all .2s linear 0s;

}
.overlay-btn-open:hover:after {
   color: var(--dark) !important;
    opacity: 0.8;
}
.home .overlay-btn-open:after {
     color: var(--white);

}
.home .overlay-btn-open:hover:after {
   color: var(--white) !important;

}
.overlay-btn-close{

    color: var(--white) !important;
}
.overlay-btn-close:hover{
    color: var(--white) !important;
    opacity: 0.8;
    text-decoration: none;
}
.overlay-btn-close:after {
    color: var(--white);
    content:'\f00d';
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    transition-property:all .2s linear 0s;
    -moz-transition:all .2s linear 0s;
    -webkit-transition:all .2s linear 0s;
    -o-transition:all .2s linear 0s;
}
.overlay-btn-close:hover:after {
    color: var(--white);
    opacity: 0.8;
}
.side-menu .navbar-nav li,.side-menu .dropdown .dropdown-menu , .side-menu .navbar-nav {
    width: 100% !important;
}
.side-menu .dropdown .dropdown-menu {
   background-color: transparent;
    padding:0 !important;
    border: none;
}


.side-menu .menu-item-has-children {
    padding-right: 45px;
}
/*Side Menu*/
@media (min-width: 992px) {

    body.side-menu {
        padding-left: 300px;
    }

    .side-menu .site-branding {
        flex-direction: column !important;
    }

    .header-left-fixed {
        box-shadow: 0 0 35px rgb(0 0 0 / 25%);
        width: 300px;
        background-color: var(--light) !important;
        /*background-image: url(assets/img/leaves.png);
        background-repeat: repeat;  */
        left: 0;
        top: 0;
        bottom: 0;
        width: 300px;
        position: fixed;
        z-index: 9999;
        overflow: visible;
    }

    .header-left-fixed .navbar-expand-lg .navbar-nav {
        flex-direction: column;
    }

    .header-left-fixed .site-title {
        position: relative !important;
        font-size: 2rem;
        font-weight: 600;
        white-space: normal;
    }

    .side-menu .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: static;
    }

    .side-menu .dropdown-menu {
        display: none;
    }

    .side-menu .show .dropdown-menu {
        display: block !important;
    }

.side-menu #main-nav   {
        justify-content: start!important;
    display: flex;
}
}
.pagination .page-link.current{
    background-color: var(--light);
}


.main-navigation ul li:hover > ul{
   right: -40%;
left: auto;
}
.main-navigation ul li:last-child:hover > ul{
    right: 0;
left: auto;
}
.dropdown-item {
    white-space: normal !important;
}
/*Titles*/
.entry-title, .entry-title a, .blog-title a,.page-title {
    color: var(--dark);
}

h1.entry-title, h1.entry-title a, h1.blog-title, h1.page-title {
    margin-bottom: 15px !important;
}

.blog-title a:hover {
    color: var(--secondary);
    text-decoration: none;
}

/*Images */
.page_img img {
    max-width: 100%;
       object-fit: cover;
    -o-object-fit: cover;
    height: 450px;
    width: 100%;
}

.full-top {
    max-width: 100%;
    width: 100%;
}

.full-top img {
    max-width: 100%;
       object-fit: cover;
    -o-object-fit: cover;
    height: 600px;
    width: 100%;
}

.page-image-head {
    position: relative;
}

.page-image-head .bg-overlay {
    background: #31393e;
    background: linear-gradient(to right, #0e0e19, #22292d);
    opacity: .5;
    position: absolute;
    height: 100%;
    width: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
}

.page-image-head .bg-page-img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom: 150px;
    padding-top: 150px;
}

.page-image-head .container-head {
    text-shadow: 1px 1px 0 rgb(0 0 0 / 10%);
    font-size: 3.5rem;
}

.home-staggered .news-image img {
    max-width: 100%;
       object-fit: cover;
    -o-object-fit: cover;
    height: 300px;
    width: 100%;
}

.blog-image img{
    max-width: 100%;
       object-fit: cover;
    -o-object-fit: cover;
    height: 300px;
    width: 100%;
}

.home_page_square img {
    max-width: 100%;
       object-fit: cover;
    -o-object-fit: cover;
    height: 225px;
    width: 100%;
}

.border-radius {
    border-radius: 5px !important;
}

.home-nbg1 .blog .blog-image.small img {
    max-width: 100%;
       object-fit: cover;
    -o-object-fit: cover;
    height: 125px;
    width: 100%;
}
/*Oly Blocks*/
.oly-block {
    padding-top: 25px;
    padding-bottom: 25px;
}

/*Tour Block*/
.take_tour .tour_video_content h2 {
    margin: 50px 0 30px;
}

.take_tour .tour_video_content .video_wrapper .video-play-btn {
    text-align: center;
}

.take_tour .tour_video_content .video_wrapper .video-play-btn span a span {
    font-size: 16px;
    font-weight: 600;
    line-height: 56px;
    color: var(--secondary);
    padding-left: 25px;
}

.take_tour .tour_video_content .video_wrapper .video-play-btn span a {
    border-radius: 50%;
    transition: all .3s ease-in-out;
    background: transparent;
    margin-right: 0;
    padding: 0;
    display: flex;
}

.take_tour .tour_video_content .video_wrapper .video-play-btn span a:hover {
    text-decoration: none;
}

.take_tour .tour_video_content .video_wrapper .video-play-btn span {
    position: relative;
    border-radius: 50%;
    display: flex;
}

.take_tour .tour_video_content .video_wrapper .video-play-btn span a i {
    height: 65px;
    width: 65px;
    line-height: 65px;
    font-size: 12px;
    background: var(--secondary);
    color: #fff;
    border-radius: 50%;
    transition: all .3s ease-in-out;
    box-shadow: 5px 9px 20px 0 rgba(253, 25, 73, .2);
}

.take_tour .tour_video_content .video_wrapper .video-play-btn span a:hover i {
    transform: scale(1.15);
    background: var(--secondary);
    color: #fff;
}

/*Buttons*/
button, input[type='button'], input[type='reset'], input[type='submit'] {
    border: 1px solid;
    border-color: var(--secondary);
    border-radius: 3px;
    background: var(--secondary);
    color: var(--white);;
    line-height: 1;
    padding: .6em 1em .6em;
    font-weight: 600;
}
.media-menu-item {
    color: #212529 !important;
}
button:hover, input[type='button']:hover, input[type='reset']:hover, input[type='submit']:hover {
    background-color: #5a6268;
    border-color: #545b62;
}

.btn {
    color: #fff !important;
}

/* Button reveal */
.btn.btn-reveal {
    padding-left: 28px;
    padding-right: 28px;
    overflow: hidden;
    position: relative;
}

.btn.btn-reveal i {
    display: block;
    position: absolute;
    left: -32px;
    width: 32px;
    top: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    font-size: 17px;
    line-height: 35px;
    text-align: center;
    background-color: rgba(0,0,0,.1);
}

.btn.btn-reveal span {
    display: inline-block;
    position: relative;
    left: 0;
}

body:not(.device-touch) .btn.btn-reveal i, body:not(.device-touch) .btn.btn-reveal span {
    -webkit-transition: left .3s ease, right .3s ease;
         -o-transition: left .3s ease, right .3s ease;
            transition: left .3s ease, right .3s ease;
}

/* extra small */
.btn.btn-reveal.btn-sm {
    padding: 2px 17px;
}

.btn.btn-reveal.btn-sm i {
    left: -22px;
    width: 22px;
    height: 22px;
    line-height: 20px;
    font-size: 12px;
}

/* small */
.btn.btn-reveal.btn-sm {
    padding-left: 22px;
    padding-right: 22px;
}

.btn.btn-reveal.btn-sm i {
    left: -26px;
    width: 26px;
    height: 29px;
    line-height: 28px;
    font-size: 13px;
}

/* large */
.btn.btn-reveal.btn-lg {
    padding-left: 32px;
    padding-right: 32px;
}

.btn.btn-reveal.btn-lg i {
    left: -38px;
    width: 38px;
    height: 53px;
    line-height: 46px;
}

/* extra large */
.btn.btn-reveal.btn-xlg {
    padding-left: 40px;
    padding-right: 40px;
}

.btn.btn-reveal.btn-xlg i {
    left: -44px;
    width: 44px;
    height: 72px;
    line-height: 72px;
    font-size: 20px;
}

.btn.btn-reveal:hover i {
    left: 0;
}

.btn.btn-reveal:hover span {
    left: 16px;
}

/* owl nav */
.owl-prev span, .owl-next span {
    color: var(--white);
}

.owl-prev span:hover, .owl-next span:hover {
    color: var(--primary__color);
}

.owl-prev, .owl-next {
    position: absolute;
    top: 0;
    height: 30%;
}

.owl-prev {
    left: 0;
}

.owl-next {
    right: 0;
}

.owl-prev span, .owl-next span {
    position: absolute;
    bottom: 0;
}

.owl-next span {
    right: 0;
}

.owl-btn {
    position: absolute;
    bottom: 0;
    right: 15px;
}

.owl-item {
    display: flex;
    flex: 1 0 auto;
}

.owl-item {
    padding-bottom: 60px;
}

.owl-carousel .recent-post {
    /*display: flex;
    flex-direction: column;  */
    margin: 0 15px;
}

.owl-carousel .inner-post {
    /* display: flex;
    flex: 1 0 auto;
    flex-direction: column;   */
}

/*Block Pills*/
.latest-news-pill ul.nav-pills {
    margin-bottom: 20px;
}

.nav-pills .nav-link {
    border-radius: 0;
}

.latest-news-pill .nav-pills .nav-link {
    border-radius: 0;
    background: var(--light);
    padding: 15px;
    text-transform: uppercase;
    font-weight: 400;
    color: var(--dark);
}

.latest-news-pill .news-block .news-block-inner {
    padding: 30px;
    margin-top: 30px;
    position: relative;
}

.latest-news-pill .nav-pills .nav-link.active, .latest-news-pill .nav-pills .show > .nav-link {
    color: var(--white);
    background-color: var(--secondary);
}

.latest-news-pill .news-block .bg-image {
    background-size: cover !important;
    color: var(--white);
    z-index: 1;
}

.latest-news-pill .news-block .bg-image:before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(34,34,34,.8);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

/*Home Latest Single*/
.home-nb-single h2.entry-title {
    border-bottom: 1px solid #eaecef;
}

/*Home Latest NBG1*/
.home-nbg1 .blog {
    position: relative;
    overflow: hidden;
}

.home-nbg1 .blog-list .blog:last-child {
    border-bottom: 0 !important;
}

.home-nbg1 .blog .blog-image {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
        flex: 0 0 200px;
}

/*Home Latest NBG2*/
.home-nbg2 .news-postedin {
    text-transform: uppercase;
    margin-top: 10px;
    font-size: 12px;
}

.home-nbg2 .news-posted {
    font-size: 12px;
    font-weight: 400;
    text-transform: capitalize;
}

.home-nbg2 .news-title, .spotlight-grid3 .news-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
}

.home-nbg2 .news-title a, .spotlight-grid3 .news-title a {
    color: var(--dark);
}

.home-nbg2 .read-more {
    font-size: 18px;
    font-weight: 700;
    line-height: 35px;
    position: absolute;
    bottom: 0;
    margin-top: 15px;
    height: 35px;
}

.home-nbg2 .post.hentry {
    margin-bottom: 4rem;
}

.important-icon {
    position: absolute;
    top: 8px;
    right: 20px;
    color: var(--secondary);
    z-index: 99;
}

/*Home Latest NBL1*/
.home-nbl1 .home-post-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
}

.home-nbl1 article {
    position: relative;
}

.home-nbl1 article:after {
    border-bottom: 1px solid #ced3d9;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    content: '';
    display: block !important;
    margin: 0 auto;
    margin-top: 0;
    margin-top: 2rem;
    width: 100px;
}

.home-nbl1 article a {
    background-color: white;
    filter: alpha(opacity=0);
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    text-decoration: none;
    top: 0;
    width: 100%;
    z-index: 10;
}

.home-nbl1 article:hover img {
       -moz-transition: opacity .1s ease-in-out;
    -webkit-transition: opacity .1s ease-in-out;
    opacity: .8;
            transition: opacity .1s ease-in-out;
}

/*Calander*/
.widget.widget_gce_widget .widget-title {
    display: none;
}

.simcal-calendar-head {
    background: var(--secondary);
    color: var(--white);
    padding: 15px 30px;
    color: #fff;
    margin-bottom: 0rem;
}

.simcal-default-calendar-light .simcal-nav-button {
    color: rgba(255,255,255,.6)!important;
}

.simcal-default-calendar-light .simcal-nav-button {
    color: rgba(255,255,255,.6)!important;
}

.simcal-default-calendar-list {
       -moz-box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, .21);
    -webkit-box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, .21);
    background-color: var(--white);
            box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, .21);
    padding: 0 0 10px 0 !important;
}

.simcal-default-calendar-list p.simcal-align-right {
    display: none;
}

.simcal-default-calendar-list dt.simcal-day-label {
    display: none;
}

.simcal-default-calendar-list ul.simcal-events li.simcal-event .simcal-event-title {
    font-size: 25px;
    font-weight: 600;
    color: var(--dark);
}

.simcal-default-calendar-list .simcal-event-details {
    color: var(--dark);
}

.simcal-default-calendar-list ul.simcal-events li.simcal-event {
    overflow: hidden;
    padding: 10px;
    position: relative;
}

.simcal-default-calendar-list ul.simcal-events li.simcal-event a {
    background-color: var(--secondary);
    color: var(--white);
    font-size: 12px;
    padding: 6px;
    text-transform: uppercase;
    width: auto;
}

/*Widget */

.widget-title,.widgettitle,#secondary .widget_block h2 {
    font-size: 1.2rem;
}

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

.widget li {
    padding: 5px;;
}

.widget-title,.widgettitle,#secondary .widget_block h2 {
    background: var(--secondary);
    padding: 15px 30px;
    color: #fff;
    margin-bottom: 0rem;
}

.widget ul:not(.simcal-events) {
    padding: 20px;
    /* border: 1px solid #ddd;  */
}

.quick-link-url{
        color: var(--white) !important;
        font-size: 12px;
}

.quick-image{
    margin-left: auto;
    margin-right: auto;
}
#footer-bottom .widget_nav_menu ul {
    box-shadow: none;
    display:flex;
    font-weight: 800;
    font-size: 1.2rem;

}
#footer-widget{
    background-color: var(--light);
}
/*Post Nav*/
.navigation.post-navigation {
    padding-top: 1.875rem;
}

.post-navigation .nav-previous a, .post-navigation .nav-next a {
    border: 1px solid var(--dark);
    border-radius: .938rem;
    display: inline-block;
    padding: .313rem .875rem;
    text-decoration: none;
}

.post-navigation .nav-next a::after {
    content: ' \2192';
}

.post-navigation .nav-previous a::before {
    content: '\2190 ';
}

.post-navigation .nav-previous a:hover, .post-navigation .nav-next a:hover {
    background: var(--light) none repeat scroll 0 0;
}

/*Footer*/
.site-footer {
    background-color: var(--light);
}

/* Side Bar */
.widget_archive  select {
    width: 100%;
}

/* Footer Widtets*/

#footer-widget .nav-link {
    display: block;
    padding: .25rem 0rem;
    font-weight: 600;
}

.foot-logos .image img {
    max-width: 200px;
    max-height: 150px;
    margin-bottom: 15px;
}

#footer-widget a:focus {
    background-color: transparent;
}

#footer-widget .current-menu-item {
    background-color: transparent !important;
}

/*Effects*/
.grayscale:hover {
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
    -webkit-transition: .3s ease-in-out;
            transition: .3s ease-in-out;
}

.line-effect:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background:         linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
            transform: skewX(-25deg);
}

.line-effect:hover:before {
    -webkit-animation: shine .75s;
            animation: shine .75s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

/*Icon Bar*/
.nb_icon_bar {
    /*margin-top: -90px;  */ /*Set in Child*/
    z-index: 2;
    position: relative;
}
.wp-admin .nb_icon_bar {
    margin-top: 0px;

}
.nb_icon_bar a {
    color: var(--secondary);
}
.nb_icon_bar a:hover {
    text-decoration: none;
}
.nb_icon_bar .icon-block-title {
    text-transform: uppercase;
    font-weight:600;
}

/*Stats Block*/
/*.stats-block {
 background-color: #0076BA;
  color: #fff;
} */
.stats-block .stat-number {
   font-size: 6vw;
   font-weight: 800;
   word-break: normal;
    overflow-wrap: normal;
}
.stats-block .stat-title {
   font-size:1.2rem;
    font-weight: 600;
}
.stats-block .stat-number.is_text {
   font-size: 3vw !important;
}

.icon-rotate {
    transform: rotate(90deg);
}

.wp-admin .stats-block .wide-div {
 width:  100%;
 max-width: 100%;
 margin-left:  0;
}
.wp-admin button:hover,.wp-admin input[type='button']:hover,.wp-admin input[type='reset']:hover,.wp-admin input[type='submit']:hover {
    background-color: transparent;
    border-color: transparent;
}
/*Wide Div */
@media screen and (min-width: 960px) {
    .alignwide, .alignfull {
        width:  100vw;
        max-width:  100vw;
        margin-left:  calc(50% - 50vw);
    }
}
.wide-div,.alignwide, .alignfull {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-bottom: 1.5rem;
    padding-top: 2rem;
}
.wide-div > div:first-child,.wide-div > section:first-child,
.alignwide  > div:first-child,.wide-div > section:first-child,
.alignfull > div:first-child,.wide-div > section:first-child {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
   .wide-div > div:first-child,.wide-div > section:first-child,
   /*.alignwide > div:first-child,.wide-div > section:first-child,*/
   .alignfull > div:first-child,.wide-div > section:first-child {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .wide-div > div:first-child,.wide-div > section:first-child,
   /* .alignwide > div:first-child,.wide-div > section:first-child,  */
    .alignfull > div:first-child,.wide-div > section:first-child {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .wide-div > div:first-child,.wide-div > section:first-child,
    /*.alignwide > div:first-child,.wide-div > section:first-child,*/
    .alignfull > div:first-child,.wide-div > section:first-child {
        width: 1170px;
    }
}
/*Settings Box*/
.u-ss {
    position: fixed;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    z-index: 9996;
}

.u-ss-wrap {
    position: absolute;
    top: 0;
    right: -365px;
    width: 365px;
    height: 100%;
    box-shadow: 0 0 0 rgba(255, 255, 255, 1);
    transition: all .4s cubic-bezier(.86, 0, .07, 1);
}

.u-ss_opened .u-ss-wrap {
    right: 0;
    box-shadow: 3px 0 65px 0 rgba(0, 0, 0, .2);
}

.u-ss-toggler {
    position: absolute;
    bottom: 120px;
    left: 100%;
    width: 53px;
    height: 53px;
    font-size: 22px;
    cursor: pointer;
    z-index: 4;
    background: #fff;
    border: none;
    border-radius: 0 3px 3px 0;
    box-shadow: 3px 3px 30px 0 rgba(0, 0, 0, .2);
    padding: 0;
    outline: 0 none;
    color: rgb(85, 85, 85);
}

.u-ss-toggler:active, .u-ss-toggler:focus {
    outline: 0 none;
}

.u-ss-toggler:hover {
    color: #fff;
}

.u-ss-toggler {
    left: auto;
    right: 100%;
    border-radius: 3px 0 0 3px;
}

.u-ss-header {
    position: relative;
    background: #f7f7f7;
    padding: 23px 28px;
}

.u-ss-body {
    z-index: 5;
    height: calc(100% - 67px);
    background: #fff;
    padding: 23px 28px;
}

.mCSB_inside > .mCSB_container {
    margin-right: 0;
}

.js-ss-scrollbar .mCustomScrollBox {
    overflow: visible;
    overflow-y: hidden;
}

.u-ss-section {
    border-bottom: 1px solid #eee;
    margin-bottom: 24px;
}

.u-ss-sub-section-wrap {
    margin: 0 -4px 28px;
}

.u-ss-check-section {
    margin: 0 -4px 20px;
}

.u-ss-sub-section-wrap::after, .u-ss-check-section::after {
    content: '';
    display: table;
    width: 100%;
}

.u-ss__main-title, .u-ss-section__title {
    font-size: 14px;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    color: #010101;
    margin-bottom: 0;
}

.u-ss-sub-section_half {
    float: left;
    padding: 0 4px;
}

.u-ss-sub-section_half {
    width: 50%;
}

.u-ss__main-title {
    text-transform: uppercase;
}

.u-ss-section__title {
    margin-bottom: 20px;
}

.u-ss-check {
    position: relative;
    float: left;
    cursor: pointer;
    margin: 0 4px 8px;
}

.u-ss-check:hover {
    opacity: .8;
}

.u-ss-check input[type='checkbox'], .u-ss-check input[type='radio'], .u-ss-radio-section input[type='checkbox'], .u-ss-radio-section input[type='radio'] {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
}

.u-ss-check__item {
    position: relative;
    width: 36px;
    height: 36px;
    border-radius: 2px;
    background-size: cover;
    background-position: center;
}

.u-ss-check__item i {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 18px;
    color: #72c02c;
    opacity: 0;
    transition: opacity .2s ease-in;
    transform: translate(-50%, -50%);
}

.u-ss-section--theme-colors i {
    color: #fff;
}

input[type='checkbox']:checked + .u-ss-check__item i, input[type='radio']:checked + .u-ss-check__item i {
    opacity: 1;
}

.u-ss-control-wrap {
    position: relative;
    margin-bottom: 28px;
}

.u-ss__control {
    display: block;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 12px 15px;
}

.u-ss-radio-wrap {
    display: table;
    width: 100%;
    margin-bottom: 28px;
}

.u-ss-radio-section {
    position: relative;
    display: table-cell;
    width: 200px;
    margin-bottom: 28px;
}

.u-ss-radio-section label {
    display: block;
    margin-bottom: 0;
    position: relative;
}

.u-ss-radio {
    position: relative;
    z-index: 1;
    cursor: pointer;
    font-size: 14px;
    color: #727475;
    text-align: center;
    border: 1px solid #ccc;
    padding: 12px 5px;
    margin: 0 -1px;
}

input[type='checkbox']:checked + .u-ss-radio, input[type='radio']:checked + .u-ss-radio {
    z-index: 2;
    color: #72c02c;
    border-color: #72c02c;
}

.u-ss-radio-section:first-child .u-ss-radio, .u-ss-radio-section:last-child .u-ss-radio {
    margin: 0;
}

.u-ss-radio-section:first-child .u-ss-radio {
    border-radius: 3px 0 0 3px;
}

.u-ss-radio-section:last-child .u-ss-radio {
    border-radius: 0 3px 3px 0;
}

.u-ss-option_closed {
    display: none;
}

/* Style Switcher Button */
.u-ss-btn {
    display: block;
    width: 100%;
    cursor: pointer;
    font-size: 14px;
    color: #010101;
    text-align: center;
    background-color: transparent;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 12px 15px;
    transition: all .2s ease-in;
}

.u-ss-btn:hover, .u-ss-btn:active {
    text-decoration: none;
    color: #72c02c;
    border-color: #72c02c;
}

.u-ss-btn--green {
    color: #fff;
    border-color: #72c02c;
    background-color: #72c02c;
}

.u-ss-btn--green:hover, .u-ss-btn--green:focus {
    color: #fff;
    opacity: .8;
}

/* Spectrum */
.sp-replacer {
    position: absolute;
    top: 50%;
    right: 4px;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    padding: 0;
    transform: translateY(-50%);
}

.sp-replacer, .sp-replacer:hover, .sp-replacer.sp-active {
    border: none;
}

.sp-replacer {
    background-color: #aaa;
}

.sp-preview {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 3px;
    margin-right: 0;
}

.sp-preview-inner {
    border-radius: 3px;
}

.sp-preview-inner::before {
    content: '\f00c';
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    font-family: FontAwesome, sans-serif;
    font-size: 18px;
    color: #fff;
    transform: translate(-50%, -50%);
}

.sp-dd {
    display: none;
}

.sp-top {
    margin-bottom: 0;
}

.sp-container {
    left: auto !important;
    right: 22px;
    border: none;
}

.sp-picker-container {
    width: 177px;
}

.sp-button-container {
    display: none;
}

.u-btn-gray {
    background-color: #555;
}

.u-ss .u-btn-darkgray {
    background-color: #222;
}

/* Select */
.u-ss-select {
    position: relative;
    width: 100% !important;
}

.js-ss-scrollbar {
    overflow: scroll!important;
}

.u-ss-select .chosen-single, .u-ss-select.chosen-container-single .chosen-single {
    position: relative;
    height: auto;
    line-height: inherit;
    box-sizing: border-box;
    font-size: 14px;
    color: #727475;
    cursor: pointer;
    background-image: none;
    background-color: #fff;
    box-shadow: none;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 12px 15px;
}

.u-ss-select.chosen-with-drop .chosen-single {
    z-index: 1011;
}

.u-ss-select .chosen-single span {
    margin-right: 0;
}

.u-ss-select .chosen-single span img {
    position: relative;
    top: -2px;
    margin-right: 4px;
}

.u-ss-select .chosen-single div {
    width: 40px;
}

.u-ss-select .chosen-single div b {
    background: none !important;
    font-size: 18px;
    color: #ccc;
}

.u-ss-select .chosen-single div b i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.u-ss-select .chosen-single div b i:first-child {
    display: inline-block;
}

.u-ss-select .chosen-single div b i:last-child {
    display: none;
}

.u-ss-select .chosen-single:focus {
    outline: 0 none;
}

.u-ss-select .chosen-drop {
    width: 100%;
    box-sizing: border-box;
    border: none;
    border-radius: 0;
    margin-top: 4px;
    box-shadow: 0 0 54px 0 rgba(187, 187, 187, .5);
}

.u-ss-select .chosen-results {
    padding: 0;
    margin: 0;
    max-height: 300px;
}

.u-ss-select .chosen-results > li {
    position: relative;
    line-height: 1.6;
    font-size: 14px;
    color: #010101;
    border: none;
    border-radius: 0;
    padding: 13px 15px;
}

.u-ss-select .chosen-results > li img {
    position: relative;
    top: -2px;
    margin-right: 4px;
}

.u-ss-select .chosen-results > li div {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
}

.u-ss-select .chosen-results > li div b {
    display: block;
    width: 100%;
    height: 100%;
}

.u-ss-select .chosen-results > li div b i {
    position: absolute;
    top: 50%;
    left: 50%;
    display: none;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.u-ss-select .chosen-results > li:last-child {
    border-bottom-width: 0;
}

.u-ss-select .chosen-results > li.highlighted {
    color: #010101;
    background-image: none;
    background-color: #f7f7f7;
}

.u-ss-select .chosen-results > li.result-selected {
    color: #fff;
    background-color: #72c02c;
}

.u-ss-select .chosen-results > li.result-selected div b i {
    display: inline-block;
}

.u-ss-select.chosen-container-active .chosen-single {
    background-image: none;
    box-shadow: none;
}

.u-ss-select.chosen-with-drop .chosen-single div b i:first-child {
    display: none;
}

.u-ss-select.chosen-with-drop .chosen-single div b i:last-child {
    display: inline-block;
}

.u-ss-select.chosen-container-multi:not(.u-select-multiple-custom) .chosen-choices {
    background-image: none;
    border: none;
    box-shadow: none;
    padding: 0;
}

.u-ss-select.chosen-container-multi:not(.u-select-multiple-custom) .chosen-choices .search-choice {
    font-size: 12px;
    color: #999;
    background-image: none;
    background-color: #fff;
    border-color: #ccc;
    border-radius: 0;
    padding: 5px 20px 5px 5px;
}

.u-ss-select.chosen-container-multi:not(.u-select-multiple-custom) .chosen-choices .search-choice-close {
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.u-ss-select.chosen-container-multi:not(.u-select-multiple-custom) .chosen-choices .search-field {
    height: 22px;
}

.u-ss-select.chosen-container-multi:not(.u-select-multiple-custom) .chosen-choices .search-field input[type='text'] {
    height: 22px;
    margin: 0;
}

.u-ss-select.u-select-multiple-custom .chosen-choices {
    display: none;
}

.u-ss-select.u-select-multiple-custom .chosen-drop {
    width: 100%;
    position: static;
    top: auto;
    left: auto;
    z-index: 3;
    border: none;
    box-shadow: none;
    margin-left: 0;
}

/*Top Search*/
.search-form_submit:hover {
    background: transparent;
}

.close-search {
    position: absolute;
    top: 9px;
    right: 10px;
}

.top-search {
    padding: 5px 0;
    display: none;
    background-color: var(--footer__bgcolor);
}
.media-template .top-search {
    z-index:99999;
    }
.top-search .search-form {
    max-width: 500px;
}

.top-search input.form-control {
    background-color: transparent;
    border: none;
       -moz-box-shadow: 0 0 0;
    -webkit-box-shadow: 0 0 0;
         -o-box-shadow: 0 0 0;
            box-shadow: 0 0 0;
    color: var(--white) !important;
    height: 40px;
    padding: 0;
}

.top-search input.form-control::placeholder {
    color: var(--light-gray__color);
    opacity: 1;
}

.top-search input.form-control::-ms-input-placeholder, .top-search input.form-control::-moz-input-placeholder {
    color: #f1f1f1;
}

.top-search .input-group-addon {
    background-color: transparent;
    border: none;
    color: var(--white);
    padding-left: 0;
    padding-right: 0;
    line-height: 36px;
    font-size: 16px;
}

.top-search .input-group-addon.close-search {
    cursor: pointer;
}

@media screen and (min-width: 992px) {
    header.scrollHeader .navbar-default {
        position: fixed;
        top: 0;
        z-index: 99;
        width: 100%;
        background: var(--white);
        left: 0;
        transition: all .2s ease 0s;
        -webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
            -ms-box-shadow: 0 0 3px rgba(0,0,0,.2);
                box-shadow: 0 0 3px rgba(0,0,0,.2);
    }
}

.search-form_submit {
    background: none;
    border: none;
    cursor: pointer;
}

/*Sections */
.get-involved a:hover {
    text-decoration: none;
    color: currentColor;
}

.get-involved-title {
    font-size: 28px;
    font-weight: 600;
}

/*404*/
.error-h1 {
    font-size: 160px;
    margin: 0;
    font-weight: 700;
}

/*Standard Blog*/
.blog article.post {
    -webkit-box-shadow: 0 4px 20px -3px rgba(22, 36, 62, .15);
            box-shadow: 0 4px 20px -3px rgba(22, 36, 62, .15);
    background-color: #fff;
    padding: 25px;
}

/*Blog Grid 1*/
.blog-grid1 .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #eff2f7;
    border-radius: .75rem;
    backface-visibility: hidden;
    -webkit-transition: all .3s ease;
            transition: all .3s ease;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-box-shadow: 0 0 3px rgba(50, 54, 59, .2) !important;
            box-shadow: 0 0 3px rgba(50, 54, 59, .2) !important;
}

.blog-grid1 .card:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-box-shadow: 0 5px 13px rgba(50, 54, 59, .2) !important;
            box-shadow: 0 5px 13px rgba(50, 54, 59, .2) !important;
}

.blog-grid1 .card > hr {
    margin-right: 0;
    margin-left: 0;
}

.blog-grid1 .card > .list-group {
    border-top: inherit;
    border-bottom: inherit;
}

.blog-grid1 .card > .list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(.75rem - 1px);
    border-top-right-radius: calc(.75rem - 1px);
}

.blog-grid1 .card > .list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(.75rem - 1px);
    border-bottom-left-radius: calc(.75rem - 1px);
}

.blog-grid1 .card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.75rem;
}

.blog-grid1 .card-title {
    margin-bottom: 1.25rem;
}

.blog-grid1 .card-subtitle {
    margin-top: -.625rem;
    margin-bottom: 0;
}

.blog-grid1 .card-text:last-child {
    margin-bottom: 0;
}

.blog-grid1 .card-link:hover {
    text-decoration: none;
}

.blog-grid1 .card-link + .card-link {
    margin-left: 1.75rem;
}

.blog-grid1 .card-header {
    padding: 1.25rem 1.75rem;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: 1px solid #eff2f7;
}

.blog-grid1 .card-header:first-child {
    border-radius: calc(.75rem - 1px) calc(.75rem - 1px) 0 0;
}

.blog-grid1 .card-header + .list-group .list-group-item:first-child {
    border-top: 0;
}

.blog-grid1 .card-footer {
    padding: 1.25rem 1.75rem;
    background-color: transparent;
    border-top: 1px solid #eff2f7;
}

.card-footer:last-child {
    border-radius: 0 0 calc(.75rem - 1px) calc(.75rem - 1px);
}

.blog-grid1 .card-header-tabs {
    margin-right: -.875rem;
    margin-bottom: -1.25rem;
    margin-left: -.875rem;
    border-bottom: 0;
}

.blog-grid1 .card-header-pills {
    margin-right: -.875rem;
    margin-left: -.875rem;
}

.blog-grid1 .card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}

.blog-grid1 .card-img, .blog-grid1 .card-img-top, .blog-grid1 .card-img-bottom {
    flex-shrink: 0;
    width: 100%;
}

.blog-grid1 .card-img, .blog-grid1 .card-img-top {
    border-top-left-radius: calc(.75rem - 1px);
    border-top-right-radius: calc(.75rem - 1px);
}

.blog-grid1 .card-img, .blog-grid1 .card-img-bottom {
    border-bottom-right-radius: calc(.75rem - 1px);
    border-bottom-left-radius: calc(.75rem - 1px);
}

.text-white a {
    color: #fff;
}

/* Blog v1 */
.blogv1 .meta {
    margin: 0 0 5px 0;
    padding: 0;
}

.blogv1 .meta.text {
    font-size: 14px;
    border-top: 1px solid var(--dark);
}

.blogv1 .meta li {
    font-size: 14px;
    font-weight: 500;
    padding: 3px 0;
}

.blogv1 .meta li {
    display: inline-block;
    font-size: 12px;
    color: var(--dark);
    margin: 5px;
}

.blogv1 .blog-list-simple-text ul li i {
    margin-right: 5px;
}

/* Blog v2 */
.blogv2 article:last-of-type, .blogv3 article:last-of-type {
    border-bottom: 0!important;
}

.blogv2 .blog-list-simple-text .meta {
    margin: 0 0 5px 0;
    padding: 0;
}

.blogv2 .blog-list-simple-text .text {
    font-size: 14px;
    border-top: 1px solid var(--dark);
}

.blogv2 .blog-list-simple-text ul li {
    font-size: 14px;
    font-weight: 500;
    padding: 3px 0;
}

.blogv2 .blog-list-simple-text li {
    display: inline-block;
    font-size: 12px;
    color: var(--dark);
    margin: 5px;
}

.blogv2 .blog-list-simple-text ul li i {
    margin-right: 5px;
}

/*blog v3*/
.page-template-blog-v3 .site-content .container {
    max-width: 1140px;
}

.blogv3 .blog-list-simple-text .meta {
    margin: 0 0 5px 0;
    padding: 0;
}

.blogv3 .blog-list-simple-text .text {
    font-size: 14px;
    border-top: 1px solid var(--dark);
}

.blogv3 .blog-list-simple-text ul li {
    font-size: 14px;
    font-weight: 500;
    padding: 3px 0;
}

.blogv3 .blog-list-simple-text li {
    display: inline-block;
    font-size: 12px;
    margin: 5px;
}

.blogv3 .blog-list-simple-text ul li i {
    margin-right: 5px;
}

/*Staff Page v1 */

.staffv1 #catpicker {
    font-size: 18px;
    margin-bottom: 5px;
}

.staffv1 #catpicker a {
    font-size: 18px;
}

.staffv1 .staff-search {
    margin-bottom: 25px;
}

.staffv1 .profile-blog {
       -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .22);
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .22);
    background: var(--white);
    background-color: #fff;
            box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .22);
    clear: both;
    float: left;
    margin-bottom: 25px;
    padding: 20px 20px 0;
    width: 100%;
}

.staffv1 .profile-blog img {
    float: left;
    height: 100px;
    margin-right: 20px;
    padding-bottom: 0;
    padding-top: 0;
    width: 100px;
}



.staffv1 .name-location .pull-right span {
    clear: both;
    float: left;
}

.staffv1 .name-location span i {
    font-size: 18px;
    margin-left: 10px;
    margin-right: 5px;
}

.staffv1 .name-location strong {
    color: var(--dark);
    display: block;
    font-size: 16px;
}

.staffv1 .rounded-x {
    border-radius: 50% !important;
}

.staffv1 .profile-blog hr {
    border-top-color: var(--light);
    clear: both;
    float: left;
    margin: 10px 0 8px;
    width: 100%;
}

.staffv1 .profile-readmore {
    clear: both;
    cursor: pointer;
    float: left;
    font-size: 14px;
    width: 100%;
}

.staffv1 .profile-bio {
    clear: both;
    display: none;
    float: left;
    font-size: 16px;
}
.staffv3 .name-location strong.staffname {
    font-size: 20px;
    width:100%;
    display: block;
}
.staffv3 .profile-blog {
    -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .22);
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .22);
    background: var(--white);
    background-color: #fff;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .22);
    clear: both;
    float: left;
    margin-bottom: 25px;
    padding: 20px 20px 0;
    width: 100%;
}
.staffv3 .teacherdepartment,.staffv3 .teacherpostiion{
    display: block;
    width:100%;
}
.staffv3 .profile-blog img {
    float: none;
    height: auto;
    margin-right: 0;
    padding-bottom: 15px;
    padding-top: 0;
    max-width: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    height: 225px;
    width: 100%;
}
/*Social Bar*/
.social-bar {
    font-size: 22px;
}

.social-bar a:hover {
    text-decoration: none;
}

/*Gravity Forms Overwrite */

#gform_wrapper_1.gform_wrapper li.hidden_label input {
    margin-top: 0;
}

#gform_wrapper_1.gform_wrapper input {
    border: 0;
    padding: 8px;
    line-height: 1.5;
}

#gform_submit_button_1 {
    padding: 8px 10px;
    line-height: 1.5;
    border: 0 solid transparent;
}

#gform_wrapper_1.gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield {
    padding-right: 0;
}

/*
#gform_wrapper_5.gform_wrapper .gform_footer {
    padding: 0;
    margin: 0;
    clear: none;
    width: auto;
} */
#gform_wrapper_1.gform_wrapper .gform_footer {
    display: none;
}

#field_1_1, #field_1_3 {
    display: inline-block;
}


/* MEDIA SECTION */
@media only screen and (min-width: 1200px) {
}

@media only screen and (max-width: 1200px) {
    .full-top img {
        max-width: 100%;
           object-fit: cover;
        -o-object-fit: cover;
        height: 300px;
        width: 100%;
    }
        .navbar-expand-lg .navbar-collapse .navbar-nav {
   flex-wrap: wrap;
   justify-content: flex-end !important;
}


}

@media only screen and (max-width: 992px) {
.nb_icon_bar {
    margin-top: 0px;

}
.home.media-template .site-title, .home.media-template .site-title ,.home.media-template .site-title:visited, .home.media-template .site-title a:visited,.home.media-template .site-desc {
    color: var(--dark);
}
.home .overlay-btn-open{
   color: var(--dark) !important;

}

.home .overlay-btn-open:hover{
    color: var(--dark) !important;
    text-decoration: none;
}

.home .overlay-btn-open:after {
     color: var(--dark);

}
.home .overlay-btn-open:hover:after {
   color: var(--dark) !important;

}
.metaslider{
    margin-top: 0px !important;
}
.overlay-btn-open,.overlay-btn-open:after {
    color: var(--secondary) !important;
}

    .featured-blog {
        border-bottom: 1px solid #dee2e6!important;
    }

    .menu-content {
        padding-top: 60px;
    }

    .drawer-menu .dropdown-menu {
        border: 0 ;
        padding: 0 10px !important;
    }

    .div-toggle-target {
        display: none;
    }

    nav.drawer-nav .navbar-nav li {
        width: 100%;
    }

    .navbar-nav .dropdown-menu {
        margin-left: 0;
    }

    #main-nav .navbar-nav .dropdown .dropdown-menu {
        display: none;
    }

    #main-nav .navbar-nav .dropdown  .dropdown-menu.show {
        display: block;
    }
      .drawer-nav .menu-item-has-children {
        padding-right: 45px;
    }
    .drawer-nav .nav-link {
         display: inline-block;
         padding: 8px 10px !important;

     }



    .navbar-nav .dropdown-menu li {
        padding-left: 10px;
        padding-right: 10px;
    }

    .navbar-nav .dropdown-menu {
        position: relative !important;
        float: none;
        transform: none !important;
    }

    nav.drawer-nav .navbar-nav  li {
        margin-left: 0  !important;
        float: left;
    }

    nav.drawer-nav .nav-link {
        padding-left: 10px !important;
    }

    .search-open {
        display: none;
    }

    .dropdown-menu .dropdown-item {
        margin-bottom: 0;
    }

    .navbar-nav .dropdown-menu {
        padding-right: 0;
    }

    .dropdown.menu-item-has-children .dropdown.menu-item-has-children > .dropdown-menu li {
        padding-left: 10px;
    }

    .dropdown.menu-item-has-children .dropdown.menu-item-has-children {
        float: left;
    }

    .dropdown-toggle[data-toggle='dropdown']:after {
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        content: '\f150';
        position: absolute;
        right: 20px;
        border: 0;
    }

    .show > .dropdown-toggle[data-toggle='dropdown']:after {
        content: '\f151';
    }

    .dropdown.menu-item-has-children .dropdown.menu-item-has-children a {
        padding-right: 20px;
        position: relative;
    }

    .dropdown.menu-item-has-children .dropdown.menu-item-has-children > a:after {
       /* font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        content: '\f150';
        border: none;
        position: absolute;
        top: -4px;
        right: 30px;     */
    }

    .dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover > a:after {
        /*content: '\f150';*/
    }
    .dropdown-menu > li > .dropdown-menu{
        display: block !important;
        position: relative !important;
    	left:0 !important;
        top:0px;
    }
    .show .menu-item-has-children .show > .dropdown-item:after {
        content: '\f151';
    }

    .addicon .dropdown-item[href^='#']:after {
        content: '\f151' !important;
    }

    .dropdown-toggle::after {
        /* display: inline-block; */
        /* margin-left: .255em; */
        /* vertical-align: .255em; */
        /* content: ""; */
        border-top: 0 solid;
        border-right: 0 solid transparent;
        /* border-bottom: 0; */
        border-left: 0 solid transparent;
    }
            .navbar {
        justify-content: end !important;
        padding-right:15px !important;
    }



}

@media only screen and (max-width: 768px) {
        .stats-block .stat-number {
        font-size: 12vw

}
    .overlay-button {
        right: 25px;
    }
    .overlay-btn-open span {
        display:none;
    }

    .home-nbg1 .blog .blog-image.small img {
        max-width: 100%;
           object-fit: cover;
        -o-object-fit: cover;
        height: 300px;
        width: 100%;
    }
    .page-title.error-h1 {
    font-size: 2.5rem !important;
}
}

@media only screen and (max-width: 400px) {
    #contactus,#contactus .container {
    padding:0 !important;
}
}
@media only screen and (max-width: 450px) {
   .title-wrap{
    min-width:150px;
    font-size: .8rem;
    white-space: normal;

   }

   .site-title{
       font-size:1.5rem;
       white-space: normal;
   }



}
@media only screen and (max-width: 360px) {
   .title-wrap{
    min-width:125px;
    font-size: .8rem
   }
   .site-title{
       font-size: 1rem;
   }
}

@media only screen and (max-width: 280px) {
   .title-wrap{
    display:none !important;
   }

}