/*
Theme Name: Bohunt
Version: 1.0
Author: Cleverbox
*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i&display=swap');
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    background:none repeat scroll 0 0 transparent;
    border:0 none;
    margin:0;
    outline:0 none;
    padding:0;
    font-family: 'Open Sans', sans-serif;
    font-weight:400;
    font-size: 12px;
    margin-top: 0px;
    letter-spacing:1px;
}
* {
    margin:0;
    padding:0;
    box-sizing: border-box;
}
html{
    scroll-behavior: smooth;
}
.admin-bar .header{
    top: 32px;
}
.admin-bar .header.active .menu-item-has-children:hover a .image-menu,
.admin-bar header.active .header-bottom-right ul li:hover a + .new,
.admin-bar header.active .header-bottom-left ul li:hover a + .new {
    top: 132px;
}
.admin-bar .header .menu-item-has-children:hover a .image-menu,
.admin-bar .header .header-bottom-right ul li:hover a + .new,
.admin-bar .header .header-bottom-left ul li:hover a + .new{
    top: 152px;
}
.cf:before,
.cf:after ,
.clear:before,
.clear:after{
    content:"";
    display:table;
}
.clear,
.clear:after,
.cf:after {
    clear:both;
}
body{
    overflow-x: hidden;
}
body.fixed{
    overflow: hidden!important;
}
h1{
    font-size: 58px;
    line-height: 1.2;
    font-weight: 400;
    margin-bottom: 20px;
}
h2{
    font-size: 55px;
    line-height: 50px;
    font-weight: 500;
    margin-bottom: 50px;
    color: #0C1721;
}
h3{
    font-size: 55px;
    line-height: 50px;
    font-weight: 500;
    margin-bottom: 50px;
    color: #0C1721;
}
h4{
    font-size: 28px;
    line-height: 1.1;
    font-weight: 600;
    margin-bottom: 20px;
}
h5{
    font-size: 22px;
    line-height: 1.1;
    font-weight: 600;
    margin-bottom: 20px;
}
h6{
    font-size: 18px;
    line-height: 1.1;
    font-weight: 600;
    margin-bottom: 20px;
}
p{
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
}
p strong,
strong{
    font-size: 18px;
    font-weight: 600;
}
p em,
em{
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
}
em strong,
strong em,
p em strong,
p strong em{
    font-size: 16px;
    font-weight: 600;
    font-style: italic;
}
a{
    font-size: 16px;
    font-weight: 400;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
i{
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
a:hover{
    font-size: 16px;
    font-weight: 400;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
ul,
ol{
    margin-bottom: 20px;
}
ul li{
    font-size: 16px;
    font-weight: 400;
}
ol li{
    font-size: 16px;
    font-weight: 400;
}
ul li a,
ol li a{
    font-size: 16px;
    font-weight: 400;
}
table{
    width: 100%;
}
table tr{
}
table td {
    font-size: 14px;
    padding: 10px 10px 10px 10px;
}
blockquote{
}
button:focus {
    outline:0;
}
input{
    -webkit-border-radius:0;
    -webkit-appearance: none;
    border-radius:0;
}
/*### Header ###*/
.header{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
/*top*/
.header-top{
    width: 100%;
    margin-top: 10px;
}
.header-top-left{
    width: 50%;
    display: inline-block;
    padding-left: 10vw;
    padding-right: 10vw;
    float: left;
    box-sizing: border-box;
    margin-bottom: 30px;
}
.header-top-left a{
    text-decoration: none;
    color: #fff;
    padding: 0 20px;
    border-left: 1px solid #fff;
    font-size:14px;
    letter-spacing:0.4px;
}
.header-top-left li:first-of-type a{
    padding: 0 20px 0 0;
    border: none;
}
.header-top-left a:hover{
    color: #007586;
}
.header-top-left ul li{
    display: inline-block;
    font-size: 14px;
}
.header-top-logo{
    display: inline-block;
    vertical-align: top;
    width: 130px;
    height: 154px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 40px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    z-index: 9999;
}
.header-top-logo img{
    width: 100%;
    height: auto;
}
.header-top-right{
    width: 50%;
    display: inline-block;
    text-align: right;
    padding-left: 10vw;
    padding-right: 10vw;
    box-sizing: border-box;
    float: left;
    margin-bottom: 30px;
}
.header-top-right a{
    text-decoration: none;
    color: #fff;
    padding: 0 20px;
    border-left: 1px solid #fff;
    font-size:14px;
    letter-spacing:0.4px;
}
.to_append_header_menu2 {
    display:none;
}
.header-top-right li:first-of-type a{
    padding: 0 20px 0 0;
    border: none;
}
.header-top-right a:hover{
    color: #007586;
}
.header-top-right ul li{
    display: inline-block;
    font-size: 14px;
}
/*bottom*/
.header-bottom{
    width: 100%;
    position:relative;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.header-bottom-left{
    width: 50%;
    display: inline-block;
    padding-left: 10vw;
    padding-right: 6vw;
    float: left;
    box-sizing: border-box;
    margin-bottom: 30px;
    position:relative;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.header-bottom-left ul li a{
    display: block;
    text-decoration: none;
    color: #fff;
    font-size:0.8vw;
    text-transform:uppercase;
    padding: 0 0px 25px 0px;
    position: relative;
}
.header-bottom-left ul a:hover{
    color: #fff;
}
.header-bottom-right ul li:hover a + .new,
.header-bottom-left ul li:hover a + .new{
    top: 120px;
    opacity: 1;
    z-index: 1;
}
header.active .header-bottom-right ul li:hover a + .new,
header.active .header-bottom-left ul li:hover a + .new{
    top: 100px;
}
#search.open + header .header-bottom-right ul li:hover a + .new,
#search.open + header .header-bottom-left ul li:hover a + .new{
    top: 170px;
}
#search.open + header.active .header-bottom-right ul li:hover a + .new,
#search.open + header.active .header-bottom-left ul li:hover a + .new{
    top: 150px;
}

.header-bottom-left ul a:after {
    position: absolute;
    left: 0;
    content: ""; /* This is necessary for the pseudo element to work. */
    display: block; /* This will put the pseudo element on its own line. */
    width: 0%; /* Change this to whatever width you want to have before hover. */
    padding-top: 25px; /* This creates some space between the element and the border. */
    border-bottom: 3px solid #fff; /* This creates the border. Replace black with whatever color you want. */
    transition: .5s; /* This establishes the amount of time in seconds the animation should take from start to finish */
}
.header-bottom-left ul a:hover:after {
    width: 100%; /* This will be the new width of your border when on hover */
}
.header-bottom-right ul li:hover > a:after ,
.header-bottom-left ul li:hover > a:after {
    width: 100%;
}
.header-bottom-left ul li{
    display: inline-block;
    flex:1;
    text-align:center;
    position: relative;
}
.header-bottom-left ul{
    display:flex;
    justify-content:space-between;
    border-bottom: 1px solid lightgrey;
    margin-bottom: 0;
}
.header-bottom-left ul ul{
    display: block;
}
/*right*/
.header-home{
    position:absolute;
    left:120px;
    top:3px;
    width: 35px;
    display: inline-block;
    text-align: center;
    vertical-align: top;
}
.header-home i{
    color: black;
}
.header-home i:hover{
    color:  #0C1721;
}
.header-home a{
    display: inline-block;
}
.header-home a i{
    color: inherit;
    font-size:17px;
}
.header-search{
    position:absolute;
    right:120px;
    top:3px;
    width: 35px;
    display: inline-block;
    text-align: center;
    vertical-align: top;
}
.header-search i{
    color: #fff;
    font-size:17px;
}
.header-search i:hover{
    cursor: pointer;
}
.header-search a{
    display: inline-block;
}
#search {
    height: 50px;
    padding: 10px 0;
    top: -50px;
    left: 0;
    width: 100%;
    z-index: 9999;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    position: fixed;
}
#search.open{
    position: relative;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
#search_close{
    line-height: 30px;
    position: absolute;
    right: 10px;
}
.search-input{
    float: left;
}
#search #search_form {
    width: 100%;
    height: 30px;
    padding: 0;
    margin: 0;
}
#search #search_form .font-box {
    float: left;
    width: 31px;
    height: 30px;
    line-height: 27px;
    text-align: center;
    color: #FFF;
    margin-right: 10px;
    position: relative;
}
#search #search_form .kw {
    width: 85%;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    margin: 0;
    float: left;
    background-color: transparent;
    border: none;
    color: #FFF;
    margin-left: 50px;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    font-size: 15px;
    color: #fff;
    outline: 0;
}
#search #search_form #search_close {
    float: right;
    color: #FFF;
    line-height: 27px;
    height: 30px;
    padding: 0 10px;
}
#search #search_form .font-box:before {
    font-family: 'FontAwesome';
    position: relative;
    left: -5px;
    font-size: 18px;
    color: #fff;
    content: "\f002";
}
.search_go{
    background-color: transparent;
    border: none;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 20px;
    top: 10px;
    width: 31px;
    height: 30px;
    color: #fff;
    cursor: pointer;
    outline: 0;
}
.header-bottom-right{
    position:relative;
    width: 50%;
    display: inline-block;
    padding-left: 6vw;
    padding-right: 10vw;
    float: left;
    text-align:right;
    box-sizing: border-box;
    margin-bottom: 30px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.header-bottom-right ul a{
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 0.8vw;
    text-transform: uppercase;
    padding: 0 0px 25px 0px;
    position: relative;
}
.header-bottom-right ul a:hover{
    color: #fff;
}
/*.header-bottom-right ul li:hover a + .new{
    transform: scaleY(1);
}
.new:hover{
    transform: scaleY(1);
}*/
.header-bottom-right ul a:after {
    position: absolute;
    right: 0;
    content: ""; /* This is necessary for the pseudo element to work. */
    display: block; /* This will put the pseudo element on its own line. */
    width: 0%; /* Change this to whatever width you want to have before hover. */
    padding-top: 25px; /* This creates some space between the element and the border. */
    border-bottom: 3px solid #fff; /* This creates the border. Replace black with whatever color you want. */
    transition: .5s; /* This establishes the amount of time in seconds the animation should take from start to finish */
}
.header-bottom-right ul a:hover:after {
    width: 100%; /* This will be the new width of your border when on hover */
}
.header-bottom-right ul li{
    display: inline-block;
    flex:1;
    text-align:center;
}
.header-bottom-right ul{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid lightgrey;
    margin-bottom: 0;
}
.header-bottom-right ul ul{
    display: block;
    text-align: left;
}
.active .header-bottom-right ul,
.active .header-bottom-left ul{
    border: 0;
}
.menu-top-right-menu-container ul,
.menu-top-menu-left-container ul{
    margin-bottom: 0;
}
/*arrow box*/
.header-bottom-right .new:after, .header-bottom-right .new:before{
    left: auto !important;
    right: 20px;
}
.header-bottom-right .new,
.header-bottom-left .new{
    overflow: auto;
    height:auto;
    position:fixed;
    top:130px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    transition: 0.5s;
    opacity: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
header.active .header-bottom-right .new,
header.active .header-bottom-left .new{
    top:110px;
}
#search.open + header .header-bottom-right .new,
#search.open + header .header-bottom-left .new{
    top:180px;
}
#search.open + header.active  .header-bottom-right .new,
#search.open + header.active  .header-bottom-left .new{
    top: 160px;
}
.header-bottom-right li:hover .new,
.header-bottom-left li:hover .new{
    display: block;
    opacity: 1;
}
.header-bottom-left .new{
    left:10vw;
    width: 320px;
}
.header-bottom-right .new .menu_wrapper_inner,
.header-bottom-left .new .menu_wrapper_inner{
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    display: none;
    padding: 25px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-top: 50px;
    min-height: 305px;
}
.header-bottom-right li:hover .new .menu_wrapper_inner,
.header-bottom-left li:hover .new .menu_wrapper_inner{
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-top: 40px;
}
.header-bottom-right .new {
    right:10vw;
    width: 320px;
}
.header-bottom-right .new {
    /*  right:10vw;*/
    width: 320px;
    right: 25vw;
}
.menu_wrapper_inner {
    position: relative;
    padding:15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
#menu-main-navigation-left li.menu-item-has-children::after,
#menu-main-navigation-right li.menu-item-has-children::after {
    bottom: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-width: 15px;
    top: 61px;
    margin-left: -15px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    opacity: 0;
}
#menu-main-navigation-left li.menu-item-has-children:hover::after,
#menu-main-navigation-right li.menu-item-has-children:hover::after{
    opacity: 1;
    top: 51px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #menu-main-navigation-left li.menu-item-has-children::after,
    #menu-main-navigation-right li.menu-item-has-children::after {
        display:none !important;
    }
}
#menu-main-navigation-left li li::after{
    display: none;
}
.header-bottom-left .menu_wrapper_inner:after {
    left: 60px;
    margin-left: -15px;
}
.header-bottom-right .menu_wrapper_inner:after {
    right: 60px;
    margin-right: -15px;
}
.menu_wrapper_inner ul {
    border-bottom:0px;
}
.menu-item-has-children a .image-menu{
    position:fixed;
    top: 60px;
    min-height: 305px;
    padding-top: 40px;
}
#menu-main-navigation-left .menu-item-has-children a .image-menu{
    left: calc(10vw + 320px);
}
#menu-main-navigation-right .menu-item-has-children a .image-menu{
    right: calc(25vw - 301px);
}
.menu-item-has-children:hover a .image-menu{
    top: 120px;
    opacity: 1;
}
header.active .menu-item-has-children:hover a .image-menu{
    top: 100px;
}
#search.open + header .menu-item-has-children:hover a .image-menu{
    top: 170px;
}
#search.open + header.active .menu-item-has-children:hover a .image-menu{
    top: 150px;
}
.menu-item-has-children a .image-menu .image-menu-wrap{
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center center;
    padding: 14px;
    display: none;
    opacity: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    margin-top: 10px;
    min-height: 305px;
}
.menu-item-has-children:hover a .image-menu .image-menu-wrap{
    opacity: 1;
    display: block;
}
.menu-item-has-children a .image-menu .image-animation{
    opacity: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    margin-top: 0px;
}
.menu-item-has-children:hover a .image-menu .image-animation{
    opacity: 1;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    margin-top: -10px;
}
#menu-main-navigation-left .menu-item-has-children.twocol a .image-menu{
    left: calc(10vw + 640px);
}
.header-bottom-right .menu_wrapper_inner .sub-menu li a .image-menu {
    left:17px;
    display: none;
}
.header-bottom-left .menu_wrapper_inner .sub-menu li a .image-menu {
    right:17px;
    display: none;
}
.menu_wrapper_inner .sub-menu li a .image-menu .pos_rel_in_menu{
    position:relative;
    width:100%;
    height:100%;
}
.menu-item-has-children  a .image-menu  .image-text{
    position:absolute;
    bottom:0px;
    left:0px;
    width:100%;
    text-align:center;
    font-size:12px;
    letter-spacing:1.2px;
    padding:15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.menu-item-has-children a .image-menu .overlay{
    opacity: 0.7;
    width: 273px;
    height: 40px;
    position: absolute;
    left: 14px;
    z-index: 0;
    bottom: 18px;
    line-height: 40px;
}
.menu-item-has-children a .image-menu .text-image-box{
    width: 273px;
    height: 40px;
    position: absolute;
    left: 14px;
    bottom: 18px;
    line-height: 40px;
    z-index: 1;
    color: #fff;
}
.menu_wrapper_inner .sub-menu .mCustomScrollBox{
    width:100%;
}
.menu_wrapper_inner .sub-menu li a:hover .image-menu {
    opacity:1;
}
.header-bottom-left  .twocol .new ul li,
.header-bottom-left  .twocol .new ul li{
    width: 49%;
}
.noimage + .new{
    right: 10vw;
}
.header-bottom-right .new ul {
    padding-right:270px;
}
.header-bottom-left .new ul {
    padding-right:270px;
}
.header-bottom-right .new ul,
.header-bottom-left .new ul{
    height:auto;
    overflow:hidden;
    width:100%;
}
.header-bottom-left .menu_wrapper_inner .sub-menu .sub-menu,
.header-bottom-right .menu_wrapper_inner .sub-menu .sub-menu{
    display: none!important;
}
.header-bottom-right .new li {
    text-align:left;
}
.header-bottom-left .new li {
    text-align:left;
}
.header-bottom-right .new li a,
.header-bottom-left .new li a{
    color: #fff;
    padding: 5px;
    display: block;
    text-decoration: none;
    border: 1px solid transparent;
    position: relative;
}
.header-bottom-right .new ul li,
.header-bottom-left .new ul li{
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.header-bottom-right .new li a:after,
.header-bottom-left .new li a:after {
    position: absolute;
    bottom: 0;
    content: ""; /* This is necessary for the pseudo element to work. */
    display: block; /* This will put the pseudo element on its own line. */
    width: 0%; /* Change this to whatever width you want to have before hover. */
    padding-top: 10px; /* This creates some space between the element and the border. */
    border-bottom: 1px solid #fff; /* This creates the border. Replace black with whatever color you want. */
    transition: .5s; /* This establishes the amount of time in seconds the animation should take from start to finish */
}
.header-bottom-left .new li a:after {
    left: 0;
}
.header-bottom-right .new li a:after {
    right:0px;
}
.header-bottom-right .new  li a:hover:after,
.header-bottom-left .new li a:hover:after {
    width: 100%; /* This will be the new width of your border when on hover */
    border-color: #fff!important;
}
.arrow-box-img{
    background-size: 100% 100%;
    background-position: center;
    height: 100%;
    width: 100%;
    position: relative;
    display: block;
}
.arrow-box-img p{
    color: #fff;
    position: absolute;
    bottom: 5px;
    width: 100%;
    text-align: center;
    left: 0;
}
.slider .slick-home img{
    width: 100%;
}
/*custom scroll*/
.scroll1::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}
.scroll1::-webkit-scrollbar
{
    width: 6px;
    background-color: #F5F5F5;
}
.scroll1::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}
/*### End Header ###*/
/*Header Slick*/
.header-slick-container{
    width: 100vw;
    height: 100vh;
}
.header-slick{
}
.header-slick-item{
}
.header-slick .slick-next,
.header-slick .slick-prev{
    display: none !important;
}
/*End Header Slick*/
/*Page Layout*/
.wrapper {
    display: block;
    width: 1140px;
    margin: auto;
    position: relative;
}
.wrapper.hastop {
    margin-top: -70px;
}
aside.menu-page-list {
    display: inline-block;
    width: 30%;
    vertical-align: top;
    margin-bottom: 50px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
    -moz-box-shadow:0px 0px 5px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
}
aside.menu-page-list>.sidebar-toggle {
    margin: 0;
    list-style: none;
    background-color: #fff;
}
aside.menu-page-list .title {
    line-height: 55px;
    padding-left: 20px;
    font-size: 18px;
    color: #fff;
}
aside.menu-page-list .sidebar-toggle>.page_item {
    position: relative;
    margin-bottom: 0;
    line-height: 30px;
    text-align: right;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
aside.menu-page-list .sidebar-toggle>.page_item>a{
    padding: 10px 15px 10px 15px;
}
aside.menu-page-list .sidebar-toggle .page_item{
    list-style: none;
}
aside.menu-page-list .sidebar-toggle .page_item a {
    width: 100%;
    display: inline-block;
    color:  #0C1721;
    text-decoration: none;
    font-size: 16px;
    font-family: 'OpenSans';
    text-align: left;
}
aside.menu-page-list .sidebar-toggle .page_item a:hover{
    color: #fff;
}
.sidebar-toggle li{
    position: relative;
}
.sidebar-toggle li.page_item_has_children span.acclistpage:before {
    content: "+";
    position: absolute;
    font-size: 15px;
    right: 5px;
    top: 0px;
    color:  #0C1721;
    line-height: 50px;
    transition: 0.5s;
    cursor: pointer;
}
.sidebar-toggle li.page_item_has_children.current_page_item span.acclistpage:before {
    content: "+";
    position: absolute;
    font-size: 15px;
    right: 5px;
    top: 0px;
    color: #fff;
    line-height: 50px;
    transition: 0.5s;
    cursor: pointer;
}
.sidebar-toggle li.page_item_has_children.active span.acclistpage:before {
    content: "-";
    position: absolute;
    font-size: 15px;
    right: 7px;
    top: 0px;
    color:  #0C1721;
    line-height: 50px;
    transition: 0.5s;
    cursor: pointer;
}
.sidebar-toggle li.page_item_has_children.active.current_page_item span.acclistpage:before {
    content: "-";
    position: absolute;
    font-size: 15px;
    right: 7px;
    top: 0px;
    color: #fff;
    line-height: 50px;
    transition: 0.5s;
    cursor: pointer;
}
.sidebar-toggle .children{
    opacity: 0;
    height: 0;
    padding: 0;
    margin: 0;
}
.sidebar-toggle .children .page_item:before{
    content: "-";
    position: absolute;
    left: 15px;
    line-height: 45px;
    cursor: pointer;
}
.sidebar-toggle .children .page_item:hover::before{
    content: "-";
    position: absolute;
    left: 15px;
    line-height: 45px;
    color: #fff;
    cursor: pointer;
}
.sidebar-toggle .children .page_item>a{
    padding-left: 30px;
}
.sidebar-toggle .children .page_item{
    font-size: 14px;
    line-height: 45px;
}
.sidebar-toggle li.page_item_has_children.active .children{
    opacity: 1;
    height: auto;
}
aside.menu-page-list .sidebar-toggle>.page_item.current_page_item{
    background-color: #1C1C1C;
}
aside.menu-page-list .sidebar-toggle>.page_item.current_page_item>a{
    color: #fff;
}
.sec-content {
    display: inline-block;
    width: 65%;
    float: right;
}
/*End Page Layout*/
/*### Footer ###*/
/*### End Footer ###*/
/*### RESPONSIVE ###*/
@media only screen and (max-width: 1024px) {
}
/*### END RESPONSIVE ###*/
/* Example wrapper */
.wrap {
    position: relative;
    height: 880px;
    padding: 200px 0;
}
/* Frame */
.frame {
    height: 434px;
    line-height: 434px;
    overflow: hidden;
}
.frame .list {
    list-style: none;
    margin: 0;
    padding: 0;
    height: 100%;
    font-size: 50px;
    margin-left: -110px;
}
.frame .list .item {
    float: left;
    width: 330px;
    height: 100%;
    /*margin: 0 0 0 50px;*/
    margin: 0px 0 0 125px;
    padding: 0;
    color: #ddd;
    position: relative;
}
.frame.carouselslide .list .item{
    cursor: pointer;
}
.frame .list .item.active {
    color: #fff;
}
.frame .list .item.sibling{
    color: #fff;
}
/* Scrollbar */
.scrollbar {
    margin: 0 0 1em 0;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.5);
    line-height: 0;
}
.scrollbar .handle {
    height: 100%;
    height: 3px;
    top: -1px;
    cursor: pointer;
    position: relative;
}
.scrollbar .handle .mousearea {
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    height: 20px;
}
.scroll-box{
    width: 700px;
}
/* Pages */
.pages {
    list-style: none;
    margin: 20px 0;
    padding: 0;
    text-align: center;
}
.pages li {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 4px;
    text-indent: -999px;
    border-radius: 10px;
    cursor: pointer;
    overflow: hidden;
    background: #fff;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.2);
}
.pages li:hover {
    background: #aaa;
}
.pages li.active {
    background: #666;
}
.wp-block-buttons {
    margin-bottom: 30px;
}

/* Controls */
.controls {
    margin: 0;
    text-align: center;
    position: absolute;
    top: 200px;
    right: 0;
}
.controls .btn{
    width: 66px;
    height: 66px;
    color: #fff;
    border: none;
    cursor: pointer;
}
.controls .btn.next{
    right:0;
    outline: 0;
}
.controls .btn.prev{
    left:0;
}
.bigslide + .controls{
    top: 50%;
    margin-top: -33px;
    width: 100%;
}
.bigslide + .controls .btn{
    position: absolute;
}
/* One Item Per Frame example*/
.bigslide {
    height: 434px;
    line-height: 50px;
}
.bigslide .list .item {
    width: 100vw;
    padding: 0 5vw;
    margin: 0;
}
.bigslide .list .item.active {
}
.frame.bigslide .list{
    margin-left: 0;
}
.text-box{
    display: none;
}
.bigslide + .controls +.bott-text  + .scroll-box{
    display: none;
}
.bigslide.frame .list{
    transform:none;
}
.bigslide .text-box{
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    width: 70%;
    float: left;
    box-sizing: border-box;
    padding: 0 5vw;
    max-height: 434px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.bigslide .image-box{
    max-width: 330px;
}
.frame .list .item .image-box:before{
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    z-index: 1;
}
.frame .list .item.active .image-box:before,
.frame .list .item.sibling .image-box:before{
    background: transparent;
}
.frame.bigslide  .close{
    display: block;
    width: 66px;
    height: 66px;
    line-height: 66px;
    position: absolute;
    z-index: 99;
    right: -66px;
    color:  #0C1721;
    cursor: pointer;
    text-align: center;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.frame.bigslide  .close:hover{
    color: #fff;
    background-color:  #0C1721;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.frame.bigslide  .close i{
    font-size: 18px;
}
.frame .close{
    display: none;
}
.image-box{
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}
.image-box .name{
    position: absolute;
    background:  #0C1721;
    height: 68px;
    line-height: 68px;
    text-align: center;
    width: 100%;
    bottom: 0;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 3px;
    transition: 0.5s;
}
.carouselslide .image-container:hover .image-box .name{
    font-size: 20px;
    transition:  0.5s;
}
.image-container .image-box .image{
    overflow: hidden;
}
.carouselslide .image-container:hover .image-box .image img{
    transform: scale(1.1);
    transition: 0.5s;
}
.bigslide .image-container{
    max-width: 330px;
    position: relative;
    width: 30%;
    float: left;
}
/*Key*/
.key-wraper{
    width: 1150px;
    margin: auto;
    margin-top: 250px;
}
.key-flex{
    display: flex;
    flex-wrap: wrap;
}
.key-flex-item{
    width: 375px;
    height: 85px;
    padding: 20px;
    box-shadow: 0px 0px 10px -7px rgba(0,0,0,0.75);
    position: relative;
    margin-right: 8px;
    margin-bottom: 8px;
    cursor: pointer;
    text-decoration: none;
}
.key-flex-item:hover{
    background-color: #006545;
}
.key-flex-item:hover .key-flex-text,
.key-flex-item:hover .key-flex-files{
    color: #fff;
}
.key-flex-item:hover .key-flex-text{
    border-left: 1px solid #fff;
}
.key-flex-files{
    position: absolute;
    left: 20px;
    top: 25px;
    color: #6D6D6D;
    font-weight: bold;
    font-size: 12px;
    transition: 0.25s;
}
.key-flex-files i{
    font-size: 10px;
    margin-right: 2px;
}
.key-flex-text{
    margin-left: 35px;
    padding-left: 10px;
    height: 100%;
    border-left: 1px solid #E7BB70;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
    font-family: Open Sans , Arial , sans-serif;
    line-height: 18px;
    color: #6D6D6D;
    transition: 0.25s;
}
/*End Key*/
.nurs-flex{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.nurs-flex-item{
    width: 360px;
    height: 340px;
    margin-right: 20px;
    margin-bottom: 20px;
    text-decoration: none;
}
.nurs-flex-item-top{
    width: 360px;
    height: 280px;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}
.nurs-flex-item-top:after{
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 100px;
    background-image: linear-gradient(to bottom,
        rgba(255,0,0,0),
        rgba(0,0,0,0.6));
    z-index: 0;
}
.nurs-flex-item-top>p{
    font-size: 18px;
    color: #fff;
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 315px;
    text-align: left;
    z-index:1;
}
.nurs-flex-overlay{
    position: absolute;
    top: 100%;
    width: 100%;
    height: 100%;
    transition: 0.5s;
}
.nurs-flex-overlay>p{
    color: #fff;
    font-size: 18px;
    width: 100%;
    text-align: center;
    position: absolute;
    top: calc(50% - 10px);
}
.nurs-flex-item:hover .nurs-flex-overlay{
    top: 0;
}
.nurs-flex-item:hover .nurs-flex-item-top>p{
    display: none;
}
.nurs-flex-item:hover{
    transform: scale(1.1);
}
.nurs-flex-item-bottom{
    width: 100%;
    height: 60px;
}
.nurs-flex-circle{
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    text-align: center;
    margin-top: 10px;
}
.nurs-flex-circle i{
    color: inherit;
    margin-top: 8px;
}
.nurs-flex-item-bottom>span{
    font-size: 12px;
    font-family: Open Sans , Arial , sans-serif;
    color: #474343;
}
.load-more{
    width: 150px;
    margin: auto;
    text-align: center;
    display: block;
    text-decoration: none;
    position: relative;
    padding-bottom: 15px;
    padding-top: 15px;
    cursor: pointer;
}
.load-more>div{
    width: 50px;
    height: 1.5px;
    background-color: #E7BB70;
    display: inline-block;
    margin: 17px auto 0;
    right: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: 0.5s;
}
.load-more>p{
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
    color: #474343;
    transition: 0.5s;
}
.load-more:hover>div{
    width: 150px;
}
.masonry{
    width: 100%;
}
.gutter-sizer {
    width: 2%;
}
.masonry-item{
    margin-bottom: 2%;
    position: relative;
    transition: 0.5s;
    text-decoration: none;
    width: 31%;
    display: block;
}
.mansory-item>div{
    position: relative;
}
.masonry-item-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0;
    transition: 0.5s;
}
.masonry-item-overlay .color1-bg{
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    opacity: 0.7;
}
.masonry-item-overlay>p{
    position: absolute;
    top: calc(50% - 10px);
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
}
.masonry-item:hover .masonry-item-overlay{
    opacity: 1;
}
.masonry-item img{
    width: 100%;
    height: auto;
}
.sec-download1{
    width: 100%;
    background-color: #F5F2F2;
    line-height: 50px;
    font-size: 12px;
    font-family: Open Sans , Arial , sans-serif;
    padding-left: 30px;
    position: relative;
    display: block;
    cursor: pointer;
    margin-bottom: 2px;
    text-decoration: none;
    color: #4E4E4E;
}
.accordions-list-box{
    margin-bottom: 40px;
}
.sec-download1-container .sec-download1{
    float: left;
}
.sec-download1.hide{
    display: none;
}
.sec-downlaod1-container{
    width: 100%;
}
.sec-download1:hover{
    color: #fff;
}
.sec-download1 i{
    font-size: 15px;
    margin-right: 15px;
}
.sec-download1 i:last-of-type{
    position: absolute;
    right: 0;
    line-height: 50px;
    opacity: 0;
    color: #fff;
}
.sec-download1:hover i:last-of-type{
    opacity: 1;
}
.sec-download1 span{
    font-family: Open Sans , Arial , sans-serif;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;

    vertical-align: middle;
    font-size: 15px;
}
.sec-download1-date{
    position: absolute;
    top: 0;
    left: 700px;
    font-family: Open Sans , Arial , sans-serif;
}
.sec-download1-container .sec-download1-title div:last-of-type,
.sec-download1-container .sec-download1-date,
.sec-download2-container .sec-download1-date {
    position: relative;
    top: initial;
    left: initial;
    font-family: Open Sans , Arial , sans-serif;
    display: inline-block;
    float: right;
    margin-right: 40px;
}
.sec-download2-container .sec-download2{
    width: 49%;
}
.sec-downdoad1-category{
    position: absolute;
    top: 0;
    left: 350px;
    font-family: Open Sans , Arial , sans-serif;
}
.acc-title-wrapp{
    font-size: 16px;
    font-family: Open Sans , Arial , sans-serif;
    display: inline-block;
    max-width: 80%;
    line-height: 22px;
    vertical-align: middle;
    padding: 10px 0px;
}
.sec-download2-container .sec-download1-title{
    width: 49%;
    display: inline-block;
    line-height: 50px;
    position: relative;
}
.sec-download1-container .sec-download1-title{
    width: 100%;
    position:relative;
}
.sec-download1-title span{
    font-family: Open Sans , Arial , sans-serif;
    font-size: 14px;
    margin-left: 30px;
    display: inline-block;
    float: left;
    line-height: 50px;
}
.sec-download1-title div:first-of-type{
    font-family: Open Sans , Arial , sans-serif;
    position: absolute;
    left: 350px;
    line-height: 50px;
    top: 0;
    font-size: 14px;
}
.sec-download1-title div:last-of-type{
    font-family: Open Sans , Arial , sans-serif;
    position: absolute;
    left: 700px;
    line-height: 50px;
    top: 0;
    font-size: 14px;
}
.subj-flex{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.subj-flex-item{
    width: 280px;
    height: 160px;
    background-size: cover;
    background-repeat: no-repeat;
    text-decoration: none;
    position: relative;
    margin-right: 7px;
    margin-bottom: 7px;
}
.subj-flex-item>p{
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    position: absolute;
    top: calc(50% - 10px);
    opacity: 0;
}
.subj-flex-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: 0.5s;
    border: 1px solid;
}
.subj-flex-overlay .overlay-box{
}
#green .subj-flex-overlay{
    background-color: #006545;
}
#purple .subj-flex-overlay{
    background-color: #9D2A65;
}
#gold .subj-flex-overlay{
    background-color: #E7BB70;
}
.subj-flex-overlay>p{
    z-index: 1;
    color: #fff;
    font-size: 16px;
    width: 100%;
    text-align: center;
    position: absolute;
    top: calc(50% - 10px);
}
.subj-flex-overlay:hover>p{
    color: #fff;
}
.subj-flex-item:hover .subj-flex-overlay{
    opacity: 0.25;
}
.subj-flex-item:hover .subj-flex-overlay>p{
    display: none;
}
.subj-flex-item:hover>p{
    opacity: 1;
}
.subj-flex-item:hover{
    transform: scale(1.1);
    z-index: 9;
}
/*End Subjects*/
.home-posts-container{
    width: 100%;
}
.home-posts-flex-container1{
    height: 420px;
    width: 360px;
    margin-bottom: 25px;
    position: relative;
    text-decoration: none;
    -webkit-box-shadow: 0px 0px 20px -15px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 20px -15px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 20px -15px rgba(0,0,0,0.75);
    cursor: pointer;
    overflow: hidden;
}
.home-posts-flex-container1.no_image:after{
    background: url('images/watermark.png') no-repeat;
    background-size: cover;
    background-position: 50px center;
    opacity: 0.1;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}
.home-posts-flex-container1.no_image .home-posts-flex-container1-img-date-container span{
    color: #4A4A4A;
}
/*.home-posts-flex-container1:hover{
    transform: scale(1.1);
}*/
.home-posts-flex-container1.no_image:hover .home-posts-flex-container1-content-footer-circle{
    border-color: #fff!important;
    color: #fff!important;
}
.home-posts-flex-container1.no_image:hover .home-posts-flex-container1-content-footer span{
    color: #fff!important;
}
.home-posts-flex-container1-content-text{
    font-size: 18px;
    max-height: 140px;
    overflow: hidden;
    color: #4A4A4A;
}
.home-posts-flex-container1-img{
    width: 100%;
    background-size: cover;
    background-repeat: repeat;
    position: relative;
    overflow: hidden;
    background-position: center;
}
.no_image .home-posts-flex-container1-img{
    height: auto;
    padding-top: 64%;
    position: initial;
}
.no_image .home-posts-flex-container1-img-date-container{
    position: relative;
    left: 20px;
}
.no_image:hover .home-posts-flex-container1-img{
    height: 100%;
}
.home-posts-flex-container1-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    bottom:0;
    opacity: 0;
    transition: 0.5s;
}
.overlay-box{
    opacity: 0.7;
    width: 100%;
    height: 100%;
}
.no_image .home-posts-flex-container1-img:before {
    background: none
}
.home-posts-flex-container1-img:before{
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 100px;
    background-image: linear-gradient(to bottom, rgba(255,0,0,0), rgba(0,0,0,0.5));
    z-index: 0;
}
.home-posts-flex-container1-overlay{
    background-color: rgba(0,0,0,0.6);
}

.home-posts-flex-container1-overlay p{
    position: absolute;
    bottom: calc(50% - 9px);
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
}
.home-posts-flex-container1:hover .home-posts-flex-container1-overlay{
    bottom: 0;
    opacity: 1;
}
.home-posts-flex-container1-img-date-container{
    position: absolute;
    left: 20px;
    bottom: 15px;
    font-family: Open Sans , Arial , sans-serif;
}
.home-posts-flex-container1:hover .home-posts-flex-container1-img-date-container{
    display: none;
}
.home-posts-flex-container1-img-date-container span{
    color: #fff;
    font-size: 12px;
}
.home-posts-flex-container1-content{
    width: 100%;
    padding: 25px 21px 12px 21px;
}
.home-posts-flex-container1-content-footer{
    width: calc(100% - 42px);
    display: inline-block;
    position: absolute;
    padding-top: 13px;
    border-top: 1px solid lightgrey;
    bottom: 12px;
}
.home-posts-flex-container1-content-footer-circle{
    height: 30px;
    width: 30px;
    border-radius: 100%;
    text-align: center;
    line-height: 30px;
    display: inline-block;
}
.home-posts-flex-container1-content-footer span{
    display: inline-block;
    margin-left: 7px;
}
.home-posts-flex-container1-content-footer-circle i{
    display: inline-block;
}
.load-more{
    width: 150px;
    margin: auto;
    text-align: center;
    display: block;
    text-decoration: none;
    position: relative;
    padding-bottom: 15px;
    padding-top: 15px;
    cursor: pointer;
}
.load-more>div{
    width: 50px;
    height: 1.5px;
    background-color: #E7BB70;
    display: inline-block;
    margin: 17px auto 0;
    right: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: 0.5s;
}
.load-more>p{
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
    color: #474343;
    transition: 0.5s;
}
.load-more:hover>div{
    width: 150px;
}
.page-load-status {
    display: none; /* hidden by default */
    padding-top: 20px;
    border-top: 1px solid #DDD;
    text-align: center;
    color: #777;
}
.loader-ellips {
    font-size: 20px; /* change size here */
    position: relative;
    width: 4em;
    height: 1em;
    margin: 10px auto;
}
.loader-ellips__dot {
    display: block;
    width: 1em;
    height: 1em;
    border-radius: 0.5em;
    background: #555; /* change color here */
    position: absolute;
    animation-duration: 0.5s;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
}
.loader-ellips__dot:nth-child(1),
.loader-ellips__dot:nth-child(2) {
    left: 0;
}
.loader-ellips__dot:nth-child(3) {
    left: 1.5em;
}
.loader-ellips__dot:nth-child(4) {
    left: 3em;
}
@keyframes reveal {
    from {
        transform: scale(0.001);
    }
    to {
        transform: scale(1);
    }
}
@keyframes slide {
    to {
        transform: translateX(1.5em)
    }
}
.loader-ellips__dot:nth-child(1) {
    animation-name: reveal;
}
.loader-ellips__dot:nth-child(2),
.loader-ellips__dot:nth-child(3) {
    animation-name: slide;
}
.loader-ellips__dot:nth-child(4) {
    animation-name: reveal;
    animation-direction: reverse;
}
.np-nav-sec{
    display: none;
}
.desktop {
    display: block;
}
.mobile{
    display: none;
}
.header-slider .image-slide img {
    display: block;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: center;
}
.header-slider .youtube-side{
    width: 100%;
    height: 100vh;
    position: relative;
}
.header-slider .video-side video{
    width: 100%;
    height: 120vh;
    margin-top: -10vh;
    margin-bottom: -10vh;
    object-fit: cover;
    display: block;
}
.header-slider .video-side .overlay,
.youtube-side .overlay{
    width: 100%;
    height: 120vh;
    position: absolute;
    z-index: 9;
}
.editable-page .youtube-side {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}
.editable-page .youtube-side iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.slick-initialized .slick-slide{
    overflow: hidden;
}
#search{
    position: fixed;
}
#search.open{
    position: fixed;
}
.admin-bar #search.open{
    top: 32px!important;
}
/*### BREADCRUMBS ###*/
.page-template-default .wrapper.hastop {
    margin-top:-55px;
}
.subject-single,
.page-layout {
    position:relative;
}
.breadcrumbs-wrapper {
    position:absolute;
    z-index:10;
    top: 55px;
    max-width:100%;
    width:100%;
    /* z-index: -1*/
}
.notop .breadcrumbs-wrapper{
    background: transparent;
}
.breadcrumbs-wrapper.noaside  .breadcrumbs-box{
    padding-left:0;
}
.noaside.wrapper,
.breadcrumbs-wrapper.noaside .wrapper{
    width: 768px;
}
.noaside.wrapper .sec-content {
    display: inline-block;
    width: 100%;
    float: left;
}
.breadcrumbs-wrapper.noaside  .breadcrumbs_anchors{
    padding-left: 0px;
}
.page-template-default .notop  .share .share-page,
.page-template-default .notop  #breadcrumbs li:last-of-type,
.page-template-default .notop #breadcrumbs li a,
.page-template-default .notop #breadcrumbs li::after,
.page-template-default .notop #breadcrumbs li{
    color:  #0C1721;
}
.breadcrumbs-wrapper .wrapper{
    margin:0 auto;
}
.breadcrumbs-box {
    padding-left: 30%;
    height:56px;
}
.page-template-default .breadcrumbs-box {
    padding-left: 30%;
    height:56px;
}
.breadcrumbs-wrapper .breadcrumbs_anchors {
    display:flex;
    padding-left:58px;
    height:100%;
    align-items:center;
    float:left;
}

#breadcrumbs li a{
    color:#fff;
    font-weight:300;
    font-size: 12px;
}
.notop #breadcrumbs li a{
    color: inherit;
}
#breadcrumbs li {
    display:inline-block;
    font-size:12px;
    font-family:Open Sans, Arial , sans-serif;
    color: #8E9090 !important;
    position:relative;
}
#breadcrumbs li:after {
    display:inline-block;
    content: '/';
    padding-left:5px;
    margin-right:5px;
    color: #8E9090 !important;
}
#breadcrumbs li:first-of-type a i{
    margin-right:10px;
    font-size:14px;
    color:  #82B92B;
}
#breadcrumbs li:hover a,
#breadcrumbs li:first-of-type:hover a i{
    color:  #0C1721!important;
}
#breadcrumbs li:last-of-type:after{
    content:'';
}
#breadcrumbs li a {
    text-decoration:none !important;
    color: #8E9090 !important;
}
.page-template-default .share .share-page,
.page-template-default #breadcrumbs li:last-of-type,
.page-template-default #breadcrumbs li a,
.page-template-default #breadcrumbs li:after,
.page-template-default #breadcrumbs li {
    color:#8E9090;
}
.share {
    display: flex;
    /*padding-left: 58px;*/
    height: 100%;
    float:right;
    align-items: center;
}
.share .share-page {
    color:#fff;
    margin-right:15px;
    font-size:12px;
}
.share a {
    position:relative;
    width:45px;
    text-align:center;
    line-height:25px;
}
.share a i {
    font-size:14px;
}
#breadcrumbs li:first-of-type a:hover i,
.share a:hover i{
    color:#fff;
}
.notop #breadcrumbs li:first-of-type a:hover i,
.notop  .share a:hover i{
    color: #0C1721;
}
.share a:before {
    content: "";
    background-color:rgba(230,231,235,0.3);
    width:1px;
    position:absolute;
    left:-2px;
    top:0px;
    height:100%;
}
/*### END BREADCRUMBS ###*/
/*### ASIDE PAGE ###*/
aside.menu-page-list {
    z-index:15;
    position: relative;
}
aside.menu-page-list .title {
    font-size:19px;
    /*line-height:26px;*/
}
aside.menu-page-list .sidebar-toggle .page_item a {
    font-family:"Open Sans", Arial, sans-serif;
    display:block;
}
aside.menu-page-list .sidebar-toggle .page_item.page_item_has_children.active > a {
    background-color: #0C1721000;
    color:#fff;
}
aside.menu-page-list .sidebar-toggle .page_item.page_item_has_children  span.acclistpage:before{
    font-size:23px;
    right:0px;
    width: 50px;
    text-align: center;
}
aside.menu-page-list .sidebar-toggle .page_item.page_item_has_children.active  span.acclistpage:before{
    color:#fff;
}
aside.menu-page-list .sidebar-toggle .page_item.page_item_has_children > a {
    font-size:16px;
}
aside.menu-page-list .sidebar-toggle .page_item.page_item_has_children li > a {
    font-size:14px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-left:6px solid #cdd9e0;
    background-color:#f2f5f6;
    line-height: 25px;
    padding: 10px 30px;
}
aside.menu-page-list .sidebar-toggle .page_item.page_item_has_children li > a:hover {
    color:#fff;
    border-left:6px solid transparent;
}
/*### END ASIDE PAGE ###*/
/*### DEFAULT PAGE ###*/
.page-layout .wrapper .sec-content .spacer50 {
    margin-bottom:50px;
    display:block;
    height:0px;
}
.page-layout .wrapper .sec-content {
    margin-top: 0px;
    padding-top:50px;
}
.page-layout.hastop .wrapper .sec-content {
    margin-top:80px;
    padding-top:50px;
}
.page-layout .wrapper .sec-content h1.title{
    padding-bottom: 30px;
    font-size: 42px;
    margin-bottom: 10px
}
.page-layout .wrapper .sec-content .subtitle {
    font-size:20px;
    font-weight:600;
    line-height:34px;
    margin-bottom: 15px;
}
.page-layout .wrapper .sec-content a,
.page-layout .wrapper .sec-content p {
    font-weight: 400;
    font-size: 18px;
    line-height: 31px;
}
.page-layout .wrapper .sec-content a {
    text-decoration:none;
}
.page-layout .wrapper .sec-content a:hover {
    color: #0C1721000;
    text-decoration:underline;
}
.page-layout .wrapper .sec-content h1 {
    font-weight: 500;
    font-size: 55.2183px;
    line-height: 60px;
}
.page-layout .wrapper .sec-content h2 {
    font-weight: 600;
    font-size: 38px;
    line-height: 42px;
}
.page-layout .wrapper .sec-content h3 {
    font-weight: 500;
    font-size: 32px;
    line-height:40px;
}
.page-layout .wrapper .sec-content h4 {
    font-weight: 600;
    font-size: 25px;
    line-height: 27px;
}
.page-layout .wrapper .sec-content h5 {
    font-size:22px;
    line-height:1.1;
    font-weight:600;
}
.page-layout .wrapper .sec-content h6 {
    font-size:16px;
    line-height:1.1;
    font-weight:600;
}
.page-layout .wrapper .sec-content h1 ,
.page-layout .wrapper .sec-content h2 ,
.page-layout .wrapper .sec-content h3 ,
.page-layout .wrapper .sec-content h4 ,
.page-layout .wrapper .sec-content h5 ,
.page-layout .wrapper .sec-content h6 {
    margin-bottom:20px;
}
.page-layout .wrapper .sec-content h3.sec-form-heading ,
.page-layout .wrapper .sec-content h3.sec-download1-heading {
    font-size:30px;
    margin-bottom:25px;
}
.page-layout .wrapper .sec-content ol {
    padding-left:20px;
    margin-bottom:20px;
    padding-top:10px;
}
.page-layout .wrapper .sec-content ul {
    list-style:none;
    margin-bottom:20px;
}
.page-layout .wrapper .sec-content ol li{
    position:relative;
    font-size:18px;
    line-height:1.8;
    padding:10px 10px 10px 10px;
}
.page-layout  .wrapper .sec-content.editable-page ul li {
    font-weight: 400;
    font-size: 18px;
    line-height: 31px;
    position: relative;
    padding-left: 30px;
}
.page-layout .wrapper .sec-content.editable-page ul li:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    content:"\f061";
    position:absolute;
    left:0px;
    top: 0px;
    font-size: 10px;
}
.page-layout .wrapper .sec-content blockquote{
    background: #fff;
}
.page-title{
    width: 1140px;
    margin: auto;
    display: inline-block;
    position: absolute;
    bottom: 80px;
    left: 0;
    right: 0;
    z-index: 9;
}
.page-title .title{
    width: 65%;
    float: right;
    font-size: 48px;
    line-height: 60px;
    color: #fff;
}
.page-layout .wrapper .sec-content blockquote {
    border-left:5px solid #1394A7;
    margin-top:50px;
    margin-bottom:50px;
    padding:0 45px 0px 45px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.page-layout .wrapper .sec-content blockquote p {
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
    margin-bottom:0px;
}
.page-layout .wrapper .sec-content blockquote cite{
    padding-top: 10px;
    display: block;
}
.page-layout .wrapper .sec-content blockquote p a{
    font-size: 28px;
    line-height: 38px;
}
.page-layout .wrapper .sec-content blockquote p strong {
    font-size: 28px;
    line-height: 38px;
    letter-spacing:1px;
}
.page-layout .wrapper .sec-content hr {
    margin-bottom:40px;
    border:0px;
    border-bottom:1px solid #D9D9D9;
}
.page-layout .wrapper .sec-content .sec-download1 ,
.page-layout .wrapper .sec-content .contact-download-container {
    background-color: #fff;
    border:1px solid #EAEAEA;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.12);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.12);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.12);
    padding:13px 60px;
    position:relative;
    width:100%;
    display:block;
    margin-bottom:25px;
    font-size:17px;
    letter-spacing:0.5px;
    line-height:22px;
    color: #0C1721;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    position: relative;
}
.page-layout .wrapper .sec-content .contact-download-container .link-arrow{
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    opacity: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.page-layout .wrapper .sec-content .contact-download-container:hover .link-arrow{
    opacity: 1;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.page-layout .wrapper .sec-content .sec-download1 i.fal,
.page-layout .wrapper .sec-content .sec-download1 i.fas,
.page-layout .wrapper .sec-content .sec-download1 i.far,
.page-layout .wrapper .sec-content .contact-download-container i.fal,
.page-layout .wrapper .sec-content .contact-download-container i.fas,
.page-layout .wrapper .sec-content .contact-download-container i.far{
    position:absolute;
    left:0px;
    top:0px;
    height:100%;
    width:50px;
    justify-content: center;
    align-items:center;
    display:flex;
    color: #3A3E41;
    font-size:14px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.page-layout .wrapper .sec-content .sec-download1:hover i{
    color: #fff;
}
.page-layout .wrapper .sec-content .contact-download-container .link-arrow i{
    position: absolute;
    right: 0;
    left: inherit !important;

}
.page-layout .wrapper .sec-content .sec-download1:hover,
.page-layout .wrapper .sec-content .contact-download-container:hover{
    border:1px solid #1394A7;
    color:#fff;
    text-decoration:none;
}
.page-layout .wrapper .sec-content .sec-download1 i{
    opacity:1;
}
.fancybox-content p {
    font-size:15px;
    line-height:1.3;
    font-family:Open Sans, Arial, sans-serif;
    margin-bottom:13px;
}
.fancybox-content label{
    font-size:14px;
    line-height:1.8;
    display:block;
    font-family:Open Sans, Arial, sans-serif;
}
.fancybox-content .input_row {
    width:100%;
    max-width:50%;
    display:flex;
    position:relative;
    z-index:10;
}
.fancybox-content .input_row input[type='password'],
.fancybox-content .input_row input[type='submit']{
    padding:10px 15px;
    font-size:16px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.fancybox-content .input_row input[type='password']{
    width:100%;
    max-width:100%;
    padding-right:100px;
    border:1px solid #D9D9D9;
}
.fancybox-content .input_row input[type='password']:focus{
    outline:none;
    border:1px solid  #0C1721;
}
.fancybox-content .input_row input[type='submit']{
    width:80px;
    position:absolute;
    right:0px;
    top:0px;
    z-index:10;
    max-width:100%;
    background-color: #0C1721;
    height:100%;
    border:0px;
    color:#fff;
    text-transform:uppercase;
    font-size:12px;
    font-family:Open Sans, Arial, sans-serif;
}
.fancybox-content .input_row input[type='submit']:hover{
    color:#fff;
    cursor: pointer;
}
.page-layout .wrapper .sec-content .sec-table {
    width:100%;
    max-width:100%;
    margin-bottom:20px;
}
.page-layout .wrapper .sec-content .sec-table th{
    text-align:left;
    letter-spacing:0.33px;
    font-size:17px;
}
.page-layout .wrapper .sec-content .sec-table td{
    letter-spacing:0.35px;
    font-size:18px;
}
.page-layout .wrapper .sec-content .sec-table td,
.page-layout .wrapper .sec-content .sec-table th{
    padding:19px 25px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-top:1px solid #fff;
    border-bottom:1px solid #fff;
    border-left:2px solid #fff;
    border-right:2px solid #fff;
}
.page-layout .wrapper .sec-content .sec-table tr th:first-of-type,
.page-layout .wrapper .sec-content .sec-table tr td:first-of-type{
    border-left:0px;
}
.page-layout .wrapper .sec-content .sec-table tr th:last-of-type,
.page-layout .wrapper .sec-content .sec-table tr td:last-of-type {
    border-right:0px;
}
.page-layout .wrapper .sec-content .sec-table tr:nth-child(odd) th,
.page-layout .wrapper .sec-content .sec-table tr:nth-child(odd) td{
    background-color: #E7F4F6;
}
.page-layout .wrapper .sec-content .sec-table tr:first-of-type th {
    background-color: #0C1721!important;
    color:#fff;
    font-weight: 700;
    font-size: 17px;
}
.page-layout .wrapper .sec-content .sec-table tr:nth-child(even) th,
.page-layout .wrapper .sec-content .sec-table tr:nth-child(even) td {
    background-color: #F3F9FA;
}
.page-layout .wrapper .sec-content .acordeon1 {
    background-color:#fff;
    cursor: pointer;

    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;

    position:relative;
    width:100%;
    display:block;
    margin-bottom:25px;
    font-size:17px;
    letter-spacing:0.5px;
    line-height:22px;
    color: #3A3E41;
}
.page-layout .wrapper .sec-content .acordeon1 .acordeon-title1{
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.12);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.12);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.12);
}
.page-layout .wrapper .sec-content .acordeon1.active .acordeon-title1{
    background-color: #82B92B;
}
.page-layout .wrapper .sec-content .acordeon1 .acordeon-title1 span {
    font-weight: 700;
    font-size: 17px;
    color: #fff;
}
.page-layout .wrapper .sec-content .acordeon1 .acordeon-title1 i{
    position:absolute;
    right:0;
    top:0px;
    height:100%;
    width:52px;
    justify-content: center;
    align-items:center;
    display:flex;
    color:#fff;
    font-size:14px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.page-layout .wrapper .sec-content .acordeon1:hover .acordeon-title1 {
    color:#fff;
    text-decoration:none;
}
.page-layout .wrapper .sec-content .acordeon1:hover .acordeon-title1{
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.page-layout .wrapper .sec-content .acordeon1.active:hover .acordeon-title1{

    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.page-layout .wrapper .sec-content .acordeon1 .acordeon-title1{
    background: #0C1721;
}

.page-layout .wrapper .sec-content .acordeon1 .acordeon-desc1 {
    padding:13px ;
    border-top:0px;
}
.page-layout .wrapper .sec-content .acordeon1 .acordeon-desc1 p {
    color: #0C1721;
}
.page-layout .wrapper .sec-content .acordeon1 .acordeon-desc1 a {
    color:#1394A7;
    text-decoration:none;
}
.page-layout .wrapper .sec-content .acordeon1 .acordeon-desc1 a:hover {
    color: #0C1721;
    text-decoration:underline;
}
.page-layout .wrapper .sec-content .acordeon1.active:hover .acordeon-desc1 {
    background-color:#fff!important;
}
.page-layout .wrapper .sec-content .acordeon1 .acordeon-title1 {
    padding:13px 13px 13px 30px;
}
.page-layout .wrapper .sec-content .acordeon1.active .acordeon-title1 {
    background-color: #82B92B;
    color:#fff;
    position: relative;
}
.page-layout .wrapper .sec-content .acordeon1.active .fa-plus{
    opacity:0;
}
.page-layout .wrapper .sec-content .acordeon1.active .fa-minus{
    opacity:1;
}
.page-layout .wrapper .sec-content .acordeon1.inactive .fa-plus{
    opacity:1;
}
.page-layout .wrapper .sec-content .acordeon1.inactive .fa-minus{
    opacity:0;
}
.page-layout .wrapper .sec-content .sec-download1-container.list .sec-download1 {
    margin-bottom:0px;
}
.page-layout .wrapper .sec-content .sec-download1-container.list .sec-download1 i.fal,
.page-layout .wrapper .sec-content .sec-download1-container.list .sec-download1 i.fas,
.page-layout .wrapper .sec-content .sec-download1-container.list .sec-download1 i.far {
    top:-1px;
    height:calc(100% + 2px);
}
.page-layout .wrapper .sec-content .sec-form label {
    width:100%;
    max-width:100%;
    font-size:14px;
    line-height:29px;
    letter-spacing:1px;
    text-transform:uppercase;
    margin-bottom:10px;
}
.page-layout .wrapper .sec-content .sec-form textarea,
.page-layout .wrapper .sec-content .sec-form input {
    width:100%;
    max-width:100%;
    padding:5px 15px;
    font-size:14px;
    line-height:30px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    border:1px solid #D9D9D9;
}
.page-layout .wrapper .sec-content .sec-form .wpcf7-validation-errors ,
.page-layout .wrapper .sec-content .sec-form .wpcf7-not-valid-tip {
    background-color: #0C1721;
    color:#fff;
    font-size:12px;
    line-height:1;
    width:100%;
    max-width:100%;
    padding:15px 10px;
    border:0px;
    margin:0px;
    margin-top:5px;
}
.page-layout .wrapper .sec-content .sec-form .wpcf7-validation-succes {
    margin-top:5px;
    background-color:#1394A7;
    color: #0C1721;
    font-size:12px;
    line-height:1;
    width:100%;
    max-width:100%;
    padding:15px 10px;
    border:0px;
    margin:0px;
    margin-top:5px;
}
.page-layout .wrapper .sec-content .sec-form textarea {
    height:150px;
    resize:none;
}
.page-layout .wrapper .sec-content .sec-form textarea:focus,
.page-layout .wrapper .sec-content .sec-form input:focus{
    outline:none;
    border:1px solid  #0C1721;
}
.page-layout .wrapper .sec-content .sec-form input[type='submit']{
    float:right;
    max-width:100%;
    background-color:#0C1721;
    border-left:1px solid #fff;
    border-right:1px solid #fff;
    border-top:1px solid #fff;
    border-bottom:1px solid  #0C1721;
    height:100%;
    color: #fff;
    text-transform:uppercase;
    font-size:16px;
    letter-spacing:2px;
    font-family:Open Sans, Arial, sans-serif;
    width: 150px;
    padding: 15px 10px;
    cursor: pointer;
}
.page-layout .wrapper .sec-content .sec-form input[type='submit']:hover {
    color:#fff;
    border-color:#1394A7;
    background-color:#1394A7;
}
.slick-oval-overlay-container{
    margin: auto;
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: 336px;
    height: 252px;
    background-size: 100% 100%;
}
.slick-oval-overlay-container>span>p,
.slick-oval-overlay-container>a>p{
    position: absolute;
    bottom: 36px;
    font-size: 26px;
    color: #fff;
    font-style: italic;
    text-align: center;
    width: 100%;
    transition: 0.5s;
    z-index: 1;
}
.slick-oval-overlay-container:hover>span>p,
.slick-oval-overlay-container:hover>a>p {
    bottom: 110px;
}
.slick-oval-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,101,69,0.6);
    opacity: 0;
    transition: 0.5s;
}
.slick-oval-overlay-container:hover .slick-oval-overlay{
    bottom: 0;
    opacity: 1;
}
.slick-oval-overlay-container>p{
    bottom: 36px;
    font-size: 17px;
    color: #fff;
    text-align: center;
    width: 100%;
    margin-top: 145px;
    font-family: Open Sans , Arial , sans-serif;
}
.slick-oval-overlay-container p.sec{
    bottom: 36px;
    font-size: 17px;
    color: #fff;
    text-align: center;
    width: 100%;
    margin-top: 145px;
    font-family: Open Sans , Arial , sans-serif;
    opacity: 0;
    transition: 0.5s;
}
.slick-oval-overlay-container:hover p.sec{
    top: 0;
    opacity: 1;
    position: absolute;
}
.slick-oval-main button:focus{
    outline: none;
}
.detail-oval-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: -100%;
    opacity: 0;
    transition: 0.5s;
}
.slick-oval-overlay-container:hover .detail-oval-overlay{
    bottom: 0;
    opacity: 1;
}
.page-layout .wrapper .sec-content .detail-oval-overlay>p{
    bottom: 36px;
    font-size: 12px;
    line-height: 14px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    width: 100%;
    margin-top: 70px;
    position: absolute;
    top: 0;
}
.detail-slick .slick-slide{
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 5px 5px;
}
.detail-slick .slick-slide{
    transition: 0.5s;
}
.detail-slick .slick-slide:hover{

    z-index: 1;
}
.detail-slick .slick-prev,
.detail-slick .slick-next{
    position: absolute;
    right: -33px;
    z-index: 999;
    width: 33px;
    height: 33px;
    color: #fff;
    border: none;
    cursor: pointer;
    top: 50%;
    outline: 0;
}
.detail-slick .slick-prev i,
.detail-slick .slick-next i{
    font-size: 14px;
    color: #fff;
}
.detail-slick .slick-prev:hover i,
.detail-slick .slick-next:hover i{
    color:  #0C1721;
}
.detail-slick .slick-next {
    margin-top:0px;
}
.detail-slick .slick-prev {
    margin-top:-33px;
}
.page_internal_news .rsshover{
    list-style:none;
}
.page_internal_news .rsshover .text{
    color: #0C1721;
}
.page_internal_news .home-social-posts-flex .view-all {
    line-height:88px;
    padding-left:20px;
    padding-right:20px;
}
.page_internal_news .home-posts-flex-container1 {
    margin-top:6px;
    margin-bottom:6px;
}
.page_internal_news .home-posts-flex .slick-prev {
    top:72px;
}
.page_internal_news .home-posts-flex .slick-next {
    top:6px;
}
/*### END DEFAULT PAGE ###*/
/*Single post*/
.back-button{
    color: #0C1721;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    background: none;
    border: none;
    min-width: 64px;
}
.back-button i{
    color: #82B92B;
    font-size: 14px;
    line-height: 14px;
    margin-right: 10px;
}
.bottom-back {
    display: flex;
    width: 100%;
    padding: 50px 0 100px;
    border-top: 1px solid #A0A0A0;
    justify-content: flex-end;
}
.categories-singel-post{
    font-weight: 600;
    font-size: 10px;
    line-height: 14px;
    color: #0C1721;
    margin-bottom: 20px;
}
.categories-singel-post i{
    color: #82B92B;
    font-size: 14px;
    line-height: 14px;
}
.single-title-box{
    display: flex;
    align-items: flex-end;
    margin-bottom: 30px;
}
.single-page-box h1{
    font-weight: 600;
    font-size: 55.2183px;
    line-height: 62px;
    margin: 30px 0 0;
}
.single-page-box .video-lad{
    text-align: center;
    margin-bottom: 40px;
}
.single-page-box .detail-sub-wraper p{
    margin-bottom: 25px;
    font-size: 17px;
}
.single-excerpt p{
    font-weight: bold;
    font-size: 24px;
}
.single-page-box .contact-subtitle{
    font-size: 30px;
    margin: 30px 0;
}
.single-page-box .detail-slick-container{
    padding-bottom: 80px;
    border-bottom: 1px solid #D8D8D8;
    margin-bottom: 30px;
}
.single-page-box+.title-line{
    line-height: 110px;
    height: 110px;
    width: 1140px;
    margin: auto;
    border-bottom: 1px solid #D8D8D8;
    margin-bottom: 30px;
}
.single-page-box+.title-line h3{
    display: inline-block;
    font-size: 42px;
}
.single-page-box+.title-line a{
    text-decoration: none;
    float: right;
    border-bottom: 2px solid  #0C1721;
    line-height: 110px;
    transition: 0.5s;
}
.single-page-box+.title-line:hover a{
    transition: 0.5s;
}
.single-page-box+.title-line:hover a p{
    transition: 0.5s;
}
.single-page-box+.title-line a p{
    color:  #0C1721;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: 0.5s;
}
.single-page-box ~ .gal-slick .home-posts-flex-container1{
    width: 360px !important;
    margin-right: 30px !important;
}
.page-header-container {
    height: 615px;
    overflow: hidden;
    position: relative;
}
.page-header-container .overlay-stats{
    z-index: 1;
    background: rgba(0, 0, 0, 0.3);
}
/*End Single post*/
/*### SINGLE SUBJECT ###*/

.subject-template-default .breadcrumbs-wrapper .breadcrumbs_anchors {
    padding-left:0px;
}
.subj-det-top {
    border-bottom: 1px solid #D8D8D8;
    margin-top: 10px;
}
.subj-det-cat.vac-cat {
    display: inline-block;
}
.subj-det-top .custom-select2{
    display:inline-block;
}
.subject-page-title {
    line-height: 75px;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    margin-right:10px;
}
.subject-page{
    padding-bottom: 180px;
}
.subj-det-top .detail-share-back-container{
    display: inline-flex;
    float: right;
    line-height: 75px;
    text-decoration: none;
    cursor: pointer;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 0 10px;
    border-bottom: 2px solid  #0C1721;
}
.subj-det-top .detail-share-back-container p{
    color:  #0C1721;
    font-size: 14px;
    letter-spacing: 2px;
    transition: 0.5s;
    margin-bottom: 0;
}
.subject-template-default h3 {
    font-size: 38px;
    line-height: 1.2;
    font-weight: 400;
    padding-top: 10px;
    margin-bottom: 10px;
}
.subject-template-default .sec-text1{
    margin-bottom:30px;
}
.subject-template-default .sec-text1 a,
.subject-template-default .sec-text1 p{
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
}
.subject-template-default .sec-text1 ul{
    margin-left:20px;
}
.subject-template-default .acordeon1 {
    background-color:#fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.12);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.12);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.12);
    margin-left:52px;
    position:relative;
    width:calc(100% - 52px);
    display:block;
    margin-bottom:15px;
    font-size:17px;
    letter-spacing:0.5px;
    line-height:22px;
    color: #0C1721;
}
.subject-template-default .acordeon1 .acordeon-title1 span {
    font-size:17px;
}
.subject-template-default .acordeon1 i.fal,
.subject-template-default .acordeon1 i.fas,
.subject-template-default .acordeon1 i.far{
    position:absolute;
    left:-52px;
    top:0px;
    height:52px;
    width:52px;
    background-color: #0C1721;
    justify-content: center;
    align-items:center;
    display:flex;
    color:#fff;
    font-size:14px;
}
.subject-template-default .acordeon1:hover{
    cursor: pointer;
    color:#fff;
    text-decoration:none;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.subject-template-default .acordeon1:hover .acordeon-title1{
    border:1px solid #1394A7;
}
.subject-template-default .acordeon1.active:hover,
.subject-template-default .acordeon1.active:hover i{
    background-color: #0C1721;
}
.subject-template-default .acordeon1 .acordeon-desc1 {
    padding:13px 13px 13px 30px;
    border:1px solid  #0C1721;
    border-top:0px;
}
.subject-template-default .acordeon1 .acordeon-desc1 p {
    color: #0C1721;
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
}
.subject-template-default .acordeon1 .acordeon-desc1 a {
    color:#1394A7;
    text-decoration:none;
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
}
.subject-template-default .acordeon1 .acordeon-desc1 a:hover {
    color: #0C1721;
    text-decoration:underline;
}
.subject-template-default .acordeon1.active:hover .acordeon-desc1 {
    background-color:#fff;
}
.subject-template-default .acordeon1 .acordeon-title1 {
    padding:13px 13px 13px 30px;
    border:1px solid #EAEAEA;
}
.subject-template-default .acordeon1.active .acordeon-title1 {
    border:1px solid  #0C1721!important;
    background-color: #0C1721;
    color:#fff;
}
.subject-template-default .acordeon1.active .fa-plus{
    opacity:0;
}
.subject-template-default .acordeon1.active .fa-minus{
    opacity:1;
}
.subject-template-default .acordeon1.inactive .fa-plus{
    opacity:1;
}
.subject-template-default .acordeon1.inactive .fa-minus{
    opacity:0;
}
.page-layout .sec-download1-container{
    padding-bottom: 50px;
    display: inline-block;
    width: 100%;
}
.subject-template-default .sec-download1-container  {
    margin-bottom:25px;
}
.subject-template-default .sec-download1 {
    background-color:#fff;
    border:1px solid #EAEAEA;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.12);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.12);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.12);
    padding:13px 13px 13px 80px;
    position:relative;
    width:100%;
    display:block;
    margin-bottom:0px;
    font-size:17px;
    letter-spacing:0.5px;
    line-height:22px;
    color: #0C1721;
}
.subject-template-default .sec-download1 i.fal,
.subject-template-default .sec-download1 i.fas,
.subject-template-default .sec-download1 i.far{
    position:absolute;
    left:0px;
    top:-1px;
    height:calc(100% + 2px);
    width:50px;
    background-color: #0C1721;
    justify-content: center;
    align-items:center;
    display:flex;
    color:#fff;
    font-size:14px;
}
.subject-template-default .sec-download1:hover{
    border:1px solid #1394A7;
    color:#fff;
    text-decoration:none;
}
.subject-template-default .sec-download1:hover,
.subject-template-default .sec-download1:hover i.fal,
.subject-template-default .sec-download1:hover i.fas,
.subject-template-default .sec-download1:hover i.far{
    background-color:#1394A7;
}
.subject-template-default .sec-download1 i{
    opacity:1;
}
.subject-template-default .contact-subtitle  {
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    margin-bottom: 10px;
}
.subject-template-default .slick-oval-overlay-container {
    width:calc(33% - 10px);
}
.subject-template-default .detail-slick-container {
    margin-bottom:50px;
}
.subject-single .wrapper{
    width:800px;
}
/*### END SINGLE SUBJECT ###*/
/*### SINGLE GALLERY ###*/
.single-gallery .gal-slick-new{
    margin-left: -100px;
    padding-bottom: 120px;
}
.single-gallery .gal-slick-new .slick-prev,
.single-gallery .gal-slick-new .slick-next {
    position: absolute;
    right: 0;
    z-index: 999;
    width: 66px;
    height: 66px;
    color: #fff;
    border: none;
    cursor: pointer;
    top: 0;
}
.single-gallery .gal-slick-new .slick-next {
    top:0px;
}
.single-gallery .gal-slick-new .slick-prev {
    top:66px;
}
.single-gallery .gal-slick-new .nurs-flex-item{
    height: 340px;
    width: 360px;
    margin-bottom: 25px;
    position: relative;
    text-decoration: none;
    -webkit-box-shadow: 0px 0px 20px -15px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 20px -15px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 20px -15px rgba(0,0,0,0.75);
    cursor: pointer;
    overflow: hidden;
}
.single-gallery .gal-slick-new .nurs-flex-item-bottom {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding:5px 10px;
}
.single-gallery .bottom_gallery_big .title-line {
    border-bottom: 1px solid #D8D8D8;
    margin-top: 100px;
    margin-bottom:50px;
}
.single-gallery .bottom_gallery_big .title-line h3  {
    display: inline-block;
    line-height: 75px;
    font-size: 43px;
    text-transform: uppercase;
    display: inline-block;
    margin-right:10px;
}
.single-gallery .bottom_gallery_big .title-line .detail-share-back-container{
    display: inline-flex;
    float: right;
    line-height: 75px;
    text-decoration: none;
    cursor: pointer;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 0 10px;
    border-bottom: 2px solid  #0C1721;
}
.single-gallery .bottom_gallery_big .title-line .detail-share-back-container p{
    color:  #0C1721;
    font-size: 14px;
    letter-spacing: 2px;
    transition: 0.5s;
}
/*### END SINGLE GALLERY ###*/
.wellcome-bg{
    width: 70%;
    position: absolute;
    z-index: -1;
    height: 100%;
}
.wrap{
    background-size: cover;
    background-attachment: fixed;
}
.wellcome-box{
    padding: 90px 0;
    display: flex;
    align-items: center;
}
.wellcome-box .left{
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding-right: 50px;
}
.wellcome-box .right{
    width: 50%;
    float: left;
}
.wellcome-box .subtitle{
    font-size: 16px;
    margin-bottom: 40px;
    text-transform: uppercase;
    letter-spacing: 3px;
    position: relative;
    padding-left: 40px;
}
.wellcome-box .subtitle:before{
    line-height: 40px;
    height: 1px;
    content: "";
    display: block;
    width: 24px;
    position: absolute;
    top: 10px;
    left: 0;
}
.wellcome-box .title span,
.wellcome-box .title{
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 20px;
    color: #0C1721;
    font-weight: 600;
}
.wellcome-box .text p{
    color: #373737;
    font-size: 18px;
    line-height: 29px;
    letter-spacing: 1px;
    margin-bottom: 0;
}
.wellcome-box .text{
    color: #373737;
    font-size: 18px;
    line-height: 29px;
    letter-spacing: 1px;
    margin-bottom: 50px;
}
.link {
    display: inline-block;
    height: 47px;
    position: relative;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.link span{
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    padding: 0px 30px;
    line-height: 46px;
    display: inline-block;
    border: 1px solid  #0C1721;
    color: #0C1721;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    position: relative;
    z-index: 1;
}
.link:after{
    height: 1px;
    content: "";
    display: inline-block;
    width: 100%;
    position: absolute;
    z-index: 0;
    left: 0;
    bottom: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.link:hover{
    color: #fff;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.link:hover span{
    color: #fff;
    border: 1px solid #82B92B;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.link:hover:after{
    height: 100%;
    background-color: #82B92B;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}


.link.white span{
    border: 1px solid #fff;
    color: #fff;
}

.link.white:hover{
    color: #0C1721;

}
.link.white:hover span{
    color: #0C1721;

}
.link.white:hover:after{
    background-color: #fff;
}
.video-lad{
    display: block;
    position: relative;
}
.video-lad .image-box img{
    display: block;
    transition: 0.5s;
    height: auto;
}
.video-lad .image-box:before{
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    opacity: 0.5;
    z-index: 1;
}
.wrapper-sec{
    display: block;
    width: 1140px;
    margin: auto;
    position: relative;
}
.video-lad .button{
    position: absolute;
    width: 154px;
    height: 154px;
    top: 50%;
    left: 50%;
    margin-top: -77px;
    margin-left: -77px;
    z-index: 9;
    border: 3px solid  rgba(151, 151, 151, 0.4);
    padding: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.video-lad .button .button-inside {
    width: 130px;
    height: 130px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
    background:rgba(151, 151, 151, 0.4);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.video-lad .button .play{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 0 16px 26px;
    border-color: transparent transparent transparent #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.video-lad .button:hover{
    padding: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.video-lad .button:hover  .button-inside{
    width: 149px;
    height: 150px;
    margin:  0px;
}
.title-video{
    font-size: 14px;
    color: #fff;
    letter-spacing: 3px;
    position: absolute;
    bottom: 70px;
    text-align: center;
    width: 100%;
    z-index: 9;
    text-transform: uppercase;
}
.bott-text{
    margin-top: 80px;
    display: inline-block;
}
.scroll-box{
    display: inline-block;
    margin-left: 120px;
}
.image-box img{
    display: block;
    transition: 0.5s;
}
.frame.carouselslide .list .item .image-box img{
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    min-height: 434px;
}
.bott-text .subtitle{
    font-size: 16px;
    margin-bottom: 0px;
    text-transform: uppercase;
    letter-spacing: 3px;
    position: relative;
    padding-left: 40px;
    color: #fff;
}
.bott-text .subtitle::before {
    line-height: 40px;
    height: 1px;
    content: "";
    display: block;
    width: 24px;
    position: absolute;
    top: 10px;
    left: 0;
    background-color: #fff;
}
.bott-text .title{
    font-size: 42px;
    line-height: 61px;
    color: #fff;
    letter-spacing: 1px;
}
.controls .btn.prev {
    left: 0;
    position: absolute;
    top: 66px;
    outline: 0;
}
.bigslide + .controls .btn.prev{
    top: 0px;
}
.bigslide + .controls .btn.next.disabled,
.bigslide + .controls .btn.prev.disabled{
    display: none;
}
.controls .btn i{
    font-size: 18px;
}
.controls .btn{
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.controls .btn:hover{
    background:  #0C1721;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.controls .next span{
    position: absolute;
    left:  -160px;
    top: 26px;
    display: block;
    min-width: 150px;
    text-align: right;
}
.controls .prev span{
    position: absolute;
    right: -160px;
    top: 26px;
    display: block;
    min-width: 150px;
    text-align: left;
}
.controls .btn span{
    font-size: 11px;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.bigslide h3{
    font-size: 24px;
    font-style: italic;
    line-height: 30px;
    margin-bottom: 20px;
}
.bigslide p{
    font-size: 18px;
    line-height: 30px;
}
.color-div-news{
    width: 100%;
    height: 50%;
    position: absolute;
    z-index: -1;
    bottom: 0;
}
.home-posts-flex-container1{
    margin: 0 20px;
    background: #fff;
}
.home-posts-flex-container1-img{
    display: block;
}
.no_image .home-posts-flex-container1-img{
    padding-top: 0%;
}
.image-box-news{
    width: 100%;
    height: 230px;
    position: relative;
}
.home-posts-flex-container1-content{
    min-height: 170px;
    display: block;
    text-decoration: none;
}

.small-wrapper,
.single-page-box .wrapper.small-wrapper{
    width: 640px;
}
.subject-page .small-wrapper{
    width: 860px;
    margin: 0 auto;
}
.page-layout .wrapper.small-wrapper .sec-content{
    width: 100%;
    margin: 0;
    padding: 0;
}
.page-layout .wrapper.small-wrapper .sec-content img{
    width: 100%;
    height: auto;
}

.home-header-container{
    /* height: 900px;*/
}
.home-posts-flex-container1 .sticky{
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
}
.home-posts-flex-container1 .sticky i{
    color: #fff;
}
.home-posts-flex-container1 .date{
    width: 128px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    font-size: 13px;
    text-align: center;
    line-height: 40px;
    letter-spacing: 3px;
    text-transform: uppercase;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1
}
.home-posts-flex-container1-content-text{
    color:  #0C1721;
}
.home-posts-flex-container1-content .link-post{
    position: absolute;
    bottom: 0;
    right: 0;
    background:  #0C1721;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.home-posts-flex .slick-prev,
.home-posts-flex .slick-next{
    background:  #0C1721;
    position: absolute;
    right: -10px;
    z-index: 999;
    width: 50px;
    height: 50px;
    color: #fff;
    border: none;
    cursor: pointer;
    bottom: 0px;
    outline: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.home-posts-flex .slick-prev i,
.home-posts-flex .slick-next i{
    font-size: 15px;
    color: #fff;
}
.home-posts-flex .slick-prev:hover,
.home-posts-flex .slick-next:hover{
    background:  #82B92B;
}
.home-posts-flex .slick-prev{
    bottom: 50px;
}

.home-social-posts-flex{
    margin: 80px 0;
    padding: 40px 0;
    border-bottom: 1px solid #D9D9D9;
    float: left;
    width: 100%;
}
.home-social-posts-flex .view-all{
    float: right;
    color:  #0C1721;
    font-weight: 500;
    border-bottom: 2px solid  #0C1721;
    text-decoration: none;
    display: block;
    height: 117px;
    margin-bottom: -41px;
    line-height: 117px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 12px;
}
.custom-tabs-list{
    float: left;
}
.home-social-posts-flex .cercle{
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid #EAEAEA;
    display: inline-block;
    position: relative;
    vertical-align: top;
    margin-right: 20px;
    margin-top: 10px;
}
.home-social-posts-flex .cercle .dott{
    width: 7px;
    height: 7px;
    background: #EAEAEA;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
}
.home-social-posts-flex .ui-tabs-active .cercle .dott{
    background:  #0C1721;
}
.home-social-posts-flex .text{
    font-size: 42px;
    color: #EAEAEA;
    display: inline-block;
    vertical-align: top;
}
.home-social-posts-flex .ui-tabs-active .text{
    color:  #0C1721;
}
.skills-container .skills-container{
    text-align: center;
}
.skills-container .skill{
    width: 22%;
    padding: 0 1%;
    text-align: center;
    display: inline-block;
    min-height: 350px;
    vertical-align: top;
}
.skills-container .circliful {
    position: relative;
    margin: 0 auto;
}
.circle-text,
.circle-info,
.circle-text-half,
.circle-info-half {
    width: 100%;
    position: absolute;
    text-align: center;
    display: inline-block;
    color: #fff
}
.circle-info,
.circle-info-half {
    color: #fff;
}
.circliful .fa {
    margin: -10px 3px 0 3px;
    position: relative;
    bottom: 4px;
}
.skills-container .title{
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}
.skills-container .text{
    color: #8B8B8B;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.circle-text span{
    font-size: 24px;
    top: -34px;
    display: inline-block;
    font-size: 20px;
    position: absolute;
    font-family: 'Open Sans', sans-serif;
}
.home-stats{
    background-size: cover;
    padding: 60px 0;
    background-attachment: fixed;
    position: relative;
}
.home-stats .top-text .subtitle{
    font-size: 16px;
    margin-bottom: 0px;
    text-transform: uppercase;
    letter-spacing: 3px;
    position: relative;
    padding-left: 40px;
    color: #fff;
}
.home-stats .top-text .subtitle::before {
    line-height: 40px;
    height: 1px;
    content: "";
    display: block;
    width: 24px;
    position: absolute;
    top: 10px;
    left: 0;
    background-color: #fff;
}
.home-stats .top-text .title{
    font-size: 42px;
    line-height: 61px;
    color: #fff;
    letter-spacing: 1px;
}
.home-stats .top-text{
    margin-bottom: 80px;
}
.home-stats .slick-prev,
.home-stats .slick-next{
    position: absolute;
    right: 0;
    z-index: 999;
    width: 66px;
    height: 66px;
    color: #fff;
    border: none;
    cursor: pointer;
    bottom: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.home-stats .slick-prev i,
.home-stats .slick-next i{
    font-size: 18px;
    color: #fff;
}
.home-stats .slick-prev:hover,
.home-stats .slick-next:hover{
    background:  #0C1721;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.home-stats .slick-prev{
    bottom: 66px
}
.buttons-wrapp{
    position: relative;
    bottom: -60px;
}
/*News*/
#breadcrumbs li{
    color: #707070;
    vertical-align: top;
    max-width: 150px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-weight: 300;
    font-size: 12px;
    line-height: 31px;
}
.share a:hover i{
    color:  #0C1721;
    transition: 0.5s;
}
#breadcrumbs li:last-of-type{
    color:  #0C1721;
}
#breadcrumbs li::after{
    color: #707070;
}
.breadcrumbs-box{
    padding-left: 0;
    height: 25px;
    margin-top: 25px;
}
.breadcrumbs{
    line-height: 25px;
    display: inline-block;
    margin-bottom: 0;
}
.share .share-page{
    color:  #0C1721;
    line-height: 25px;
    display: inline-block;
}
.share{
    line-height: 25px;
    float: right;
}
.share a:before{
    position: relative;
    border-left: 1px solid #8F9C9E;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    margin-right: 15px;
}
.share a i{
    vertical-align: top;
    line-height: 25px;
}
.share a{
    display: inline-block;
    height: 25px;
}
.page-template-template-contact .notop,
.notop{
    margin-top: 180px;
}

.news-filters-box h3{
    display: inline-block;
    font-size: 42px;
    margin-bottom: 25px;
}
.news-filters-box .news-filters{
    display: inline-block;
    float: right;
    line-height: 57px;
    text-transform: uppercase;
}
.news-filters-box .news-filters .filter{
    display: inline-block;
    margin-right: 50px;
    font-size: 14px;
}
#filternews{
    display: inline-block;
}
#filternews .filters{
    display: inline-block;
}
#filternews .filters .container{
    font-size: 14px;
    margin-right: 30px;
    position: relative;
    line-height: 58px;
    display: inline-block;
    height: 58px;
}
#filternews .filters .container:first-of-type{
    margin-right: 50px;
}
#filtervac .cats,
#filternews .cats{
    display: inline-block;
}
#filternews .archive{
    display: inline-block;
}
#filternews .filters .container input{
    position: absolute;
    left: -20px;
    top: 0;
    height: 58px;
    cursor: pointer;
}

/* Create a custom radio button */
#filternews .filters .container .checkmark {
    position: absolute;
    top: 21px;
    left: -25px;
    height: 16px;
    width: 16px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid lightgrey;
    cursor: pointer;
}

/* On mouse-over, add a grey background color */
#filternews .filters .container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
#filternews .filters .container input:checked ~ .checkmark {
    background-color: #fff;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
#filternews .filters .container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
#filternews .filters .container input:checked ~ .checkmark:after {
    display: inline-block;
}

/* Style the indicator (dot/circle) */
#filternews .filters .container .checkmark:after {
    top: 4px;
    left: 4px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background:  #0C1721;
}
#filternews .filters .container .textcheck{
    display: inline-block;
    font-weight: bold;
    cursor: pointer;
}

.single-page-box .attachment-single-top{
    margin-bottom: 30px;
}
.archive.category .home-posts-flex,
.single-page-box ~ .gal-slick .home-posts-flex{
    margin-left: 0;
    margin-bottom: 0;
    display: grid; /* 1 */
    grid-template-columns: repeat(auto-fill, 360px); /* 2 */
    grid-gap: 1rem; /* 3 */
    justify-content: space-between; /* 4 */
}
.archive.category .home-posts-flex-container1,
.page-template-template-news .home-posts-flex-container1,
.single-page-box ~ .gal-slick .home-posts-flex-container1{
    margin: 0;
}
.archive.category .home-posts-flex-container1,
.page-template-template-news .home-posts-flex-container1,
.single-page-box ~ .gal-slick .home-posts-flex-container1{
    width: 360px;
}
.archive.category .home-posts-flex-container1-content-text,
.page-template-template-news .home-posts-flex-container1-content-text,
.single-page-box ~ .gal-slick .home-posts-flex-container1-content-text{
    font-size: 19px;
}
.archive.category .home-posts-flex-container1-img-date-container,
.page-template-template-news .home-posts-flex-container1-img-date-container,
.single-page-box ~ .gal-slick .home-posts-flex-container1-img-date-container{
    left: 0;
    bottom: 0;
    line-height: 40px;
    width: 120px;
    text-align: center;
    background-color: #fff;
}
.archive.category .home-posts-flex-container1-img-date-container span,
.page-template-template-news .home-posts-flex-container1-img-date-container span,
.single-page-box ~ .gal-slick .home-posts-flex-container1-img-date-container span{
    font-size: 11px;
    text-transform: uppercase;
}
.archive.category .home-posts-flex-container1-content span,
.page-template-template-news .home-posts-flex-container1-content span,
.single-page-box ~ .gal-slick .home-posts-flex-container1-content span{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40px;
    line-height: 40px;
    background-color:  #0C1721;
    color: #fff;
    text-align: center;
}
.archive.category .home-posts-flex-container1,.home-posts-flex-container1-content span i,
.page-template-template-news .home-posts-flex-container1-content span i,
.single-page-box ~ .gal-slick .home-posts-flex-container1-content span i{
    font-size: 15px;
    font-weight: 300;
}
.archive.category .load-more>div,
.search-results .load-more>div,
.page-template-template-news .load-more>div{
    background-color:  #0C1721;
}
.archive.category  .load-more>p,
.search-results .load-more>p,
.page-template-template-news .load-more>p{
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    color:  #0C1721;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.archive.category .load-more,
.search-results .load-more,
.page-template-template-news .load-more{
    line-height: 60px;
}
.archive.category .load-more>div,
.search-results .load-more>div,
.page-template-template-news .load-more>div{
    margin-top: 0;
}
/*Policy*/
.page-template-template-policy .key-flex{
    display: grid;
    grid-template-columns: repeat(auto-fill, 375px);
    grid-gap: 5px;
    justify-content: space-between;
}
.key-page .title-line h3{
    line-height: 60px;
    font-size: 42px;
    margin-top: 10px;
    margin-bottom: 50px;
}
.key-page{
    margin-bottom: 120px;
}
.key-flex-text{
    border-left: 1px solid  #0C1721;
}
.key-flex-item:hover {
    background-color:  #0C1721;
}
.key-flex-files i{
    transition: 0.25s;
    transition-property: all;
    transition-duration: 0.25s;
    transition-timing-function: ease;
    transition-delay: 0s;
}
.key-flex-item:hover .key-flex-text, .key-flex-item:hover .key-flex-files{
    transition: 0.25s;
    transition-property: all;
    transition-duration: 0.25s;
    transition-timing-function: ease;
    transition-delay: 0s;
}
/*Gallery*/
.gallery-page .title-line h3{
    line-height: 60px;
    font-size: 42px;
    margin-top: 30px;
    margin-bottom: 40px;
}
.gallery-page .nurs-flex{
    display: grid;
    grid-template-columns: repeat(auto-fill, 360px);
    grid-gap: 1rem;
    justify-content: space-between;
}
.gallery-page .title-line .gallery-page-title{
    line-height: 75px;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
}
.gallery-page .title-line{
    display: inline-block;
}
.gallery-page .gallery-top a{
    display: inline-flex;
    float: right;
    line-height: 75px;
    text-decoration: none;
    cursor: pointer;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 0 10px;
    border-bottom: 2px solid  #0C1721;
}
.gallery-page .gallery-top a p{
    color:  #0C1721;
    font-size: 14px;
    letter-spacing: 2px;
    transition: 0.5s;
    margin-bottom: 0;
}
.gallery-page .gallery-top{
    border-bottom: 1px solid #D8D8D8;
    margin-top: 10px;
}
.gallery-page .gallery-top+h3{
    line-height: 60px;
    font-size: 42px;
    margin-top: 30px;
    margin-bottom: 50px;
}
.gallery-page .wrapper{
    padding-bottom: 20px;
    border-bottom: 1px solid #D8D8D8;
}
.gallery-page .title-line
div.masonry > a > div > img{
    display: block;
}
/*Welcome Teacher*/
.subject-page .title-line h3{
    line-height: 60px;
    font-size: 42px;
    margin-top: 35px;
    margin-bottom: 35px;
}
.subject-page .subj-flex{
    display: grid;
    grid-template-columns: repeat(auto-fill, 280px);
    grid-gap: 5px;
    justify-content: space-between;
}
.subject-page .subj-flex-item{
    -webkit-box-shadow: 0px 0px 6px -4px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 6px -4px rgba(0,0,0,0.5);
    box-shadow:0px 0px 6px -4px rgba(0,0,0,0.5);
    overflow: hidden;
}
.subject-page .subj-flex-item img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
.subject-page .subj-flex-overlay{
    border-color: #EAEAEA;
}
/*Documents*/
.doc-wraper .title-line h3{
    line-height: 60px;
    font-size: 42px;
    display: inline-block;
}
.doc-wraper .title-line{
    display: inline-block;
}
.doc-wraper .subj-det-cat{
    display: inline-block;
    float: right;
    line-height: 60px;
}
.doc-wraper .subj-det-cat form{
    display: inline-block;
}
.doc-wraper .sec-download1-container .sec-download1-title{
    display: flex;
}
.doc-wraper .sec-download1-title span{
    margin-left: 0;
    float: none;
    font-family: 'Open Sans';
    flex: 2;
}
.doc-wraper .sec-download1-title span::before{
    content: ' ';
    width: 10px;
    display: inline-block;
}
.doc-wraper .sec-download1-title div:first-of-type{
    position: relative;
    left: 0;
    flex: 1;
    text-align: center;
    font-family: 'Open Sans';
}
.vac-det-left  .doc-wraper .sec-download1-title div:first-of-type{
    display: none;
}
.aside-box{
    margin-bottom: 20px;
}
.doc-wraper .sec-download1-container .sec-download1-title div:last-of-type{
    position: relative;
    flex: 1;
    font-family: 'Open Sans';
    text-align: center;
    margin-right: 0;
}
.doc-wraper .sec-download1{
    height: 50px;
    padding-left: 0;
    display: flex;
    border: 1px solid lightgrey;
}
.doc-wraper .sec-download1:hover{
    border: 1px solid #1394a7;
}
.doc-wraper .sec-download1 i{
    opacity: 1;
    position: relative;
    line-height: 50px;
    width: 50px;
    background-color:  #0C1721;
    text-align: center;
    top: -1px;
}
.doc-wraper .sec-download1:hover i{
    background-color: #1394a7;
}
.doc-wraper .sec-title-inner{
    flex: 2;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    display: flex;
}
.doc-wraper .sec-download1 span{
    font-family: 'Open Sans';
    font-size: 15px;
    top: -3px;
    position: relative;
}
.doc-wraper .sec-downdoad1-category{
    position: relative;
    text-align: center;
    flex: 1;
    left: 0;
    text-overflow: ellipsis;
}
.doc-wraper .vac-det-download1-date{
    font-family: 'Open Sans';
    font-size: 15px;
    float: none;
    margin-right: 0;
    text-align: center;
    flex: 1;
    line-height: 48px;
}
.doc-wraper{
    margin-bottom: 150px;
}
.doc-wraper .custom-select2 select{
    width: 240px;
    height: 40px;
    font-size: 16px;
    padding-left: 10px;
}
.doc-wraper .sec-download1-container{
    display: inline-block;
    width: 100%;
}
/*
display: grid;
grid-template-columns: repeat(auto-fill, 360px);
grid-gap: 1rem;
justify-content: space-between;
}*/
.calendar {
    padding: 100px 0;
}
.calendar .subtitle{
    font-size: 16px;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 3px;
    position: relative;
    padding-left: 40px;
}
.calendar .subtitle::before{
    line-height: 40px;
    height: 1px;
    content: "";
    display: block;
    width: 24px;
    position: absolute;
    top: 10px;
    left: 0;
}
.calendar .home-social-posts-flex{
    margin-top: 0;
}
.calendar .title-cal{
    font-size: 42px;
    line-height: 61px;
    color:  #0C1721;
    letter-spacing: 1px;
}
.calendar-slide {
    width: 360px;
    padding: 50px 40px;
    box-sizing: border-box;
    background: #fff;
    margin-bottom: 25px;
    position: relative;
    text-decoration: none;
    -webkit-box-shadow: 0px 0px 20px -15px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 20px -15px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 20px -15px rgba(0,0,0,0.75);
    cursor: pointer;
    overflow: hidden;
    margin: 0 20px;
}
.calendar-slide .postdate{
    margin-bottom: 40px;
}
.calendar-slide .postdate .day{
    font-size: 65px;
    font-weight: 500;
    color:  #0C1721;
    display: inline-block;
    margin-right: 20px;
}
.calendar-slide .postdate .month{
    font-size: 30px;
    font-weight: 500;
    color:  #0C1721;
    display: inline-block;
}
.calendar-slide .postdate .year{
    font-size: 30px;
    font-weight: 500;
    color:  #0C1721;
    display: inline-block;
    margin-left: 20px;
}
.calendar-slide .cal-title{
    font-size: 16px;
    color:  #0C1721;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.calendar-slide .calendar-inside .line{
    width: 60px;
    height: 1px;
    border-top: 1px solid #EAEAEA;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
}
.calendar-slide .calendar-inside .line{
    display: none;
}
.calendar-slide .calendar-inside + .calendar-inside .line{
    display: block;
}
.calendar-slide .date-inside{
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.calendar-posts{
    margin-left: -170px;
}
.calendar-posts .slick-prev,
.calendar-posts .slick-next{
    position: absolute;
    right: 0;
    z-index: 999;
    width: 66px;
    height: 66px;
    color: #fff;
    border: none;
    cursor: pointer;
    top: 0
}
.calendar-posts .slick-prev i,
.calendar-posts .slick-next i{
    font-size: 18px;
    color: #fff;
}
.calendar-posts .slick-prev:hover i,
.calendar-posts .slick-next:hover i{
    color:  #0C1721;
}
.calendar-posts .slick-prev{
    top: 66px
}
.sitemap .children{
    margin-left: 20px;
}
.sitemap{
    margin-bottom: 100px
}
.sitemap ul li ul.children li ul.children li a,
.sitemap ul li ul.children li a {
    background: #fff
}
.read-more-persons{
    color: #fff;
}
.sitemap ul{
    margin-left: 20px;
}
.sitemap ul li a {
    position:relative;
    display:block;
    font-size:18px;
    line-height:1.8;
    padding:10px 10px 10px 30px;
    text-decoration: none;
}

/*FOI Privacy*/
.key-single-page .title-line{
    display: inline-block;
}
.key-single-page .detail-share-back-container{
    display: inline-block;
    float: right;
    text-decoration: none;
    border-bottom: 2px solid  #0C1721;
    padding: 0 10px;
}
.key-single-page .detail-share-back-container p{
    color:  #0C1721;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: 0.5s;
}
.key-single-page .top-title-page{
    margin-bottom: 40px;
    margin-top: 20px;
    line-height: 80px;
    border-bottom: 1px solid lightgrey;
    height: 80px;
    box-sizing: unset;
}
.key-single-page .title-line h3{
    font-size: 14px;
    letter-spacing: 1px;
}
.key-single-page h1{
    font-size: 42px;
    margin-bottom: 40px;
}
.key-single-page .wrapper{
    width: 800px;
}
.key-single-page .contact-subtitle{
    font-size: 24px;
    margin-bottom: 20px;
}
.content-policy{
    margin-top: 40px;
}
.key-single-page .content-policy p{
    font-size: 17px;
}
.key-single-page .content-policy{
    margin-bottom: 70px;
}
.key-single-page .acordeon1{
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.12);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.12);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.12);
    margin-left: 52px;
    position: relative;
    width: calc(100% - 52px);
    display: block;
    margin-bottom: 25px;
    font-size: 17px;
    letter-spacing: 0.5px;
    line-height: 22px;
    color:  #0C1721;
}
.key-single-page .acordeon1.inactive .fa-plus {
    opacity: 1;
}
.key-single-page .acordeon1.inactive .fa-minus {
    opacity: 0;
}
.key-single-page .acordeon1 .acordeon-title1 span {
    font-size: 17px;
}
.key-single-page .acordeon1 .acordeon-title1 {
    padding: 13px 13px 13px 30px;
    border: 1px solid #EAEAEA;
}
.key-single-page .acordeon1 .acordeon-desc1 {
    padding: 13px 13px 13px 30px;
    border: 1px solid  #0C1721;
    border-top: 0px;
    display: none;
}
.key-single-page .acordeon1 .acordeon-desc1 p {
    color:  #0C1721;
}
.key-single-page .acordeon1 .acordeon-desc1 a {
    text-decoration: none;
}
.key-single-page .acordeon1 i.fal, .key-single-page .acordeon1 i.fas, .key-single-page .acordeon1 i.far {
    position: absolute;
    left: -52px;
    top: 0px;
    height: 52px;
    width: 52px;
    background-color:  #0C1721;
    justify-content: center;
    align-items: center;
    display: flex;
    color: #fff;
    font-size: 14px;
}
.key-single-page .sec-download1:hover i{
    background: transparent!important;
}
.key-single-page .sec-download1 {
    background-color: #fff;

    padding: 13px 13px 13px 80px;
    position: relative;
    width: 100%;
    display: block;
    margin-bottom: 0px;
    font-size: 17px;
    letter-spacing: 0.5px;
    line-height: 22px;
    color:  #0C1721;
    border: 1px solid #3A3E41;
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.15));
    margin-bottom: 9px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.key-single-page .sec-download1:hover{
    border-color: #82b92b;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.key-single-page .sec-download1 i {
    position: absolute;
    left: 0px;
    top: -1px;
    height: calc(100% + 2px);
    width: 50px;
    justify-content: center;
    align-items: center;
    display: flex;
    color: #3A3E41;
    font-size: 14px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.key-single-page .sec-download1:hover i{
    color: #fff;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.key-single-page .sec-download1:hover span,
.key-single-page .sec-download1:hover .sec-download1-date{
    color: #fff;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.key-single-page .sec-download1-date{
    position: static;
    float: right;
}
.key-single-page .sec-download1 i {
    opacity: 1;
}
.key-single-page .acordeon-desc2{
    margin-top: 20px;
    display: none;
}
.key-single-page{
    margin-bottom: 120px;
}
.category1 .acordeon-title2{
    border-bottom: 1px solid #D8D8D8;
    cursor: pointer;
}
.category1 .acc-title-wrapp{
    font-size: 22px;
    line-height: 52px;
}
.category1.active .acordeon-title2 i:first-of-type{
    display: none;
}
.category1.active .acordeon-title2 i:last-of-type{
    display: inline-block;
}
.category1.inactive .acordeon-title2 i:last-of-type{
    display: none;
}
.category1.inactive .acordeon-title2 i:first-of-type{
    display: inline-block;
}
.overlay-stats{
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
/*footer*/
.footer{
    background:#0C1721;
    width: 100%;
    height: 100%;
}
.footer-top{
    padding-top: 190px;
    padding-bottom: 40px;
}
.footer-top .wrapper{
    display: flex;
    justify-content: space-between;
}
.footer-top .footer-left-top{
    width: 40%;
    margin-right: 5%;
}
.footer-top .footer-mid-top{
    width: 25%;
    margin-right: 5%;
}
.footer-top .footer-right-top{
    width: 25%;
}
.footer-top .footer-logo{
    margin-top: -70px;
    width: 130px;
    height: 154px;
    margin-bottom: 30px;
    display: block;
}
.footer-top .footer-logo img{
    display: block;
    width: 100%;
    height: auto;
}
.footer-top .title-footer{
    font-weight: 600;
    font-size: 25px;
    line-height: 27px;
    color: #82B92B;
    margin-bottom: 20px;
}
.footer-top .footer-left-top p{
    font-weight: 700;
    font-size: 17px;
    line-height: 31px;
    color: #FFFFFF;
}
.footer-top p{
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
}
.footer-top li{
    list-style: none;
    margin-bottom: 10px;
}
.leader-footer{
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    margin-bottom: 10px;
}
.footer-top a{
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    text-decoration: none;
}
.footer-top .phone-footer{
    display: block;
    margin-bottom: 10px;
}
.footer-top .email-footer{
    display: block;
    margin-bottom: 10px;
}
.footer-top .location{
    display: block;
    margin-bottom: 10px;
}
.footer-bottom .wrapper{
    border-top: 1px solid #FFFFFF;
    padding: 30px 0;
    display: flex;
    justify-content: space-between;
}
.footer-cleverbox{
    margin-top: 10px;
}
.footer-bottom .footer-menu{
    width: 68%;
}
.footer-bottom .footer-menu ul li{
    list-style: none;
    display: inline-block;
    margin-right: 10px;
}
.footer-bottom .footer-menu .coppy,
.footer-bottom .footer-menu ul li a{
    text-decoration: none;
    font-size: 11px;
    line-height: 155.9%;
    letter-spacing: 0.04em;
    color: #FFFFFF;
}
.footer-bottom .footer-cleverbox{
    width: 28%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
.footer-bottom .footer-cleverbox span{
    text-decoration: none;
    font-size: 11px;
    line-height: 155.9%;
    letter-spacing: 0.04em;
    color: #FFFFFF;
    max-width: 150px;
    display: inline-block;
}
.cleverbox-logo{
    background: url('../bohunt/images/cleverbox-logo.png');
    width: 67px;
    height: 48px;
    display: inline-block;
}
.footer .footer-bottom .footer-menu {
    display: inline-block;
}

#filternews  .archive,
#filternews  .cats {
    display: none
}
#filternews  .archive.active,
#filternews .cats.active {
    display: inline-block;
}

.header.noslide,
.header.active{
    position: fixed;
    z-index: 9999;
}
.header.noslide .header-top-right a,
.header.noslide .header-top-left a,
.header.active .header-top-right a,
.header.active .header-top-left a{
    border-color:  #0C1721;
}
.header .white-logo{
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    opacity: 1;
}
.header.noslide .white-logo,
.header.active .white-logo{
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    opacity: 0;
    top: 15px;
    width: 68px;
    height: 75px;
}
.header .black-logo{
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    opacity: 0;
}
.header.noslide .black-logo{
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    opacity: 1;
    top: 15px;
    width: 100px;
    height: 120px;
}
.header.active .black-logo{
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    opacity: 1;
    top: 15px;
    width: 66px;
    height: 81px;
}

.header.noslide,
.header.active{
    background: #fff;
}


.header.noslide .header-home a i,
.header.noslide .header-search i,
.header.noslide .header-top-left a,
.header.noslide .header-top-right a,
.header.noslide .header-bottom-right a,
.header.noslide .header-bottom-left a,

.header.active .header-home a i,
.header.active .header-search i,
.header.active .header-top-left a,
.header.active .header-top-right a,
.header.active .header-bottom-right a,
.header.active .header-bottom-left a{
    color:  #0C1721;
}
.header.noslide .header-bottom-right,
.header.noslide .header-bottom-left,
.header.active .header-bottom-right,
.header.active .header-bottom-left{
    margin-bottom: 0px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.header.noslide  .header-bottom,
.header.active .header-bottom{
    margin-top: 0px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.header.noslide .header-top-left .new .sub-menu a,
.header.noslide .header-top-right  .new .sub-menu a,
.header.noslide .header-bottom-right .new .sub-menu a,
.header.noslide .header-bottom-left .new .sub-menu a,
.header.active .header-top-left .new .sub-menu a,
.header.active .header-top-right  .new .sub-menu a,
.header.active .header-bottom-right .new .sub-menu a,
.header.active .header-bottom-left .new .sub-menu a{
    color: #fff;
}
.header2-image{
    background: #fff;
}
.header2-image .header-top-left a,
.header2-image .header-top-right a{
    color:  #0C1721;
    border-left: 1px solid  #0C1721;
}
.header.header2-image .white-logo{
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    opacity: 0;
}
.header.header2-image .black-logo{
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    opacity: 1;
}
.header2-image .header-bottom-left ul li a,
.header2-image .header-bottom-right ul li a{
    color:  #0C1721;
}
.header2-image .header-bottom-left ul li ul li a,
.header2-image .header-bottom-right ul li ul li a{
    color: #fff!important;
}
.header-bottom-left ul li .new ul li a,
.header-bottom-right ul li .new ul li a{
    font-size: 14px;
}
.header-bottom-left ul li ul,
.header-bottom-right ul li ul {
    text-align: left;
}
.header2-image .header-bottom-left ul a:after,
.header2-image .header-bottom-right ul a:after{
    border-bottom: 3px solid  #0C1721;
}
.header2-image .header-home a i,
.header2-image .header-search i{
    color:  #0C1721;
}
.bigslide .list .item.active .item-wrapper{
    display: block;
    width: 1040px;
    margin: auto;
}
.header-slider .slick-arrow{
    position: absolute;
    bottom: 0;
}
.bigslide .text-box{
    width: 68%;
}
.bigslide .image-container{
    width: 32%;
}
.news-wraper{
    margin-bottom: 100px;
}
.news-wraper{
    width: 100%;
}
.news-wraper .load-more{
    border-bottom: 1px solid #D8D8D8;
    width: 100%;
}
#filtervac{
    display: inline-block;
}
#filtervac .cats,
.news-wraper #filternews .archive, #filternews .cats{
    width: 240px;
    height: 40px;
    font-size: 16px;
    padding-left: 10px;
}
.news-filters-box{
    padding-top: 80px;
    margin-bottom: 40px;
}
.ui-tabs{
    padding: 0;
}
.ui-tabs .ui-tabs-panel{
    padding: 0;
}
.image-page{
    margin-bottom: 30px;
}
.image-page img{
    width: 100%;
    height: auto;
}
.page-header-container .image-slide img{
    width: 100%;
    object-fit: cover;
}
#customModal .home_announcement_panel_list  .slick-prev{
    position: absolute;
    right: 60px;
    bottom: 10px;
    width: 60px;
    height: 60px;
    margin: 0;
    line-height: 60px;
    cursor: pointer;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    background: transparent;
}
#customModal .home_announcement_panel_list .slick-next{
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 60px;
    height: 60px;
    margin: 0;
    line-height: 60px;
    cursor: pointer;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    background: transparent;
}
#customModal .home_announcement_panel_list  .slick-next:hover,
#customModal .home_announcement_panel_list  .slick-prev:hover{
    color:  #0C1721;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
/* Home Header Ring */
.home-header-ring{
    display: flex;
    position: relative;
    bottom: 23px;
    right: 20px;
    border-radius: 100%;
    background-color:  #0C1721;
    width: 67px;
    height: 67px;
    cursor: pointer;
    z-index: 2;
    margin-bottom: 36px;
}
.home-header-ring .icon{
    display: block;
    width: 100%;
    height: 67px;
    line-height: 67px;
    text-align: center;
}
.home-header-ring .count{
    position: absolute;
    background: #006545;
    width: 20px;
    height: 20px;
    bottom: 10px;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    color: #fff;
}
.home-header-ring:hover .count {
    background-color: #fff;
    color: #006545;
    font-weight: bold;
}
.home-header-ring a{
    margin: auto;
    text-decoration: none;
}
.home-header-ring i{
    font-size: 20px;
    color: #006545;
    line-height: 67px;
}
.home-header-ring:hover{
    background-color: #006545;
}
.home-header-ring:hover #customModalBtn i{
    display: inline-block;
    color: #fff;
    line-height: 67px;
    -webkit-animation: ring 4s .7s ease-in-out infinite;
    -webkit-transform-origin: 50% 4px;
    -moz-animation: ring 4s .7s ease-in-out infinite;
    -moz-transform-origin: 50% 4px;
    animation: ring 4s .2s ease-in-out infinite;
    transform-origin: 50% 4px;
}
@-webkit-keyframes ring {
    0% {
        -webkit-transform: rotate(0);
    }
    2% {
        -webkit-transform: rotate(1deg);
    }
    4% {
        -webkit-transform: rotate(-5deg);
    }
    6% {
        -webkit-transform: rotate(6deg);
    }
    8% {
        -webkit-transform: rotate(-4deg);
    }
    10% {
        -webkit-transform: rotate(2deg);
    }
    12% {
        -webkit-transform: rotate(-1deg);
    }
    14% {
        -webkit-transform: rotate(1deg);
    }
    40% {
        -webkit-transform: rotate(1deg);
    }
    42% {
        -webkit-transform: rotate(-5deg);
    }
    44% {
        -webkit-transform: rotate(6deg);
    }
    46% {
        -webkit-transform: rotate(-4deg);
    }
    48% {
        -webkit-transform: rotate(2deg);
    }
    50% {
        -webkit-transform: rotate(-1deg);
    }
    52% {
        -webkit-transform: rotate(1deg);
    }
    86% {
        -webkit-transform: rotate(1deg);
    }
    88% {
        -webkit-transform: rotate(-5deg);
    }
    90% {
        -webkit-transform: rotate(6deg);
    }
    92% {
        -webkit-transform: rotate(-4deg);
    }
    94% {
        -webkit-transform: rotate(2deg);
    }
    96% {
        -webkit-transform: rotate(-1deg);
    }
    98% {
        -webkit-transform: rotate(1deg);
    }
    100% {
        -webkit-transform: rotate(0);
    }
}
@-moz-keyframes ring {
    0% {
        -moz-transform: rotate(0);
    }
    2% {
        -moz-transform: rotate(1deg);
    }
    4% {
        -moz-transform: rotate(-5deg);
    }
    6% {
        -moz-transform: rotate(6deg);
    }
    8% {
        -moz-transform: rotate(-4deg);
    }
    10% {
        -moz-transform: rotate(2deg);
    }
    12% {
        -moz-transform: rotate(-1deg);
    }
    14% {
        -moz-transform: rotate(1deg);
    }
    40% {
        -moz-transform: rotate(1deg);
    }
    42% {
        -moz-transform: rotate(-5deg);
    }
    44% {
        -moz-transform: rotate(6deg);
    }
    46% {
        -moz-transform: rotate(-4deg);
    }
    48% {
        -moz-transform: rotate(2deg);
    }
    50% {
        -moz-transform: rotate(-1deg);
    }
    52% {
        -moz-transform: rotate(1deg);
    }
    86% {
        -moz-transform: rotate(1deg);
    }
    88% {
        -moz-transform: rotate(-5deg);
    }
    90% {
        -moz-transform: rotate(6deg);
    }
    92% {
        -moz-transform: rotate(-4deg);
    }
    94% {
        -moz-transform: rotate(2deg);
    }
    96% {
        -moz-transform: rotate(-1deg);
    }
    98% {
        -moz-transform: rotate(1deg);
    }
    100% {
        -moz-transform: rotate(0);
    }
}
@keyframes ring {
    0% {
        transform: rotate(0);
    }
    2% {
        transform: rotate(1deg);
    }
    4% {
        transform: rotate(-5deg);
    }
    6% {
        transform: rotate(6deg);
    }
    8% {
        transform: rotate(-4deg);
    }
    10% {
        transform: rotate(2deg);
    }
    12% {
        transform: rotate(-1deg);
    }
    14% {
        transform: rotate(1deg);
    }
    40% {
        transform: rotate(1deg);
    }
    42% {
        transform: rotate(-5deg);
    }
    44% {
        transform: rotate(6deg);
    }
    46% {
        transform: rotate(-4deg);
    }
    48% {
        transform: rotate(2deg);
    }
    50% {
        transform: rotate(-1deg);
    }
    52% {
        transform: rotate(1deg);
    }
    86% {
        transform: rotate(1deg);
    }
    88% {
        transform: rotate(-5deg);
    }
    90% {
        transform: rotate(6deg);
    }
    92% {
        transform: rotate(-4deg);
    }
    94% {
        transform: rotate(2deg);
    }
    96% {
        transform: rotate(-1deg);
    }
    98% {
        transform: rotate(1deg);
    }
    100% {
        transform: rotate(0);
    }
}
.subject-single .custom-select2 select{
    width: 240px;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    font-size: 16px;
}
.sec-download1 span{
    text-overflow: ellipsis;
    overflow: hidden;
}
/* End Home Header Ring */
#customModal.closed{
    display: none!important
}
/*SLIDER HOME*/
.image-slide {
    position: relative;
}
.title-slider {

    margin: auto;
    padding: 0 10vw;

    position: absolute;

    width: 100%;
    bottom: 160px;

    z-index: 2
}
.title-slider .wrapper{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    font-size: 86.9799px;
    line-height: 86.9799px;
}
.home-header-container{
    position: relative;
    overflow: hidden;
}
.header-slider .slick-dots{
    position: absolute;
    bottom: 100px;
    width: 100%;
    text-align: center;
}
.header-slider .slick-dots li{
    display: inline-block;
    border-radius: 100%;
    padding: 2px;
    margin-right: 10px;
    background-color: #c1bdbd;
}
.header-slider .slick-dots li.slick-active{
    border: 1px solid transparent;
    background-color: transparent;
}
.header-slider .slick-dots li.slick-active button{
    font: 0/0 a;
    border: none;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 100%;
    display: block;
    outline: none;
}
.header-slider .slick-dots li button{
    font: 0/0 a;
    border: none;
    width: 10px;
    display: block;
    border-radius: 100%;
    height: 10px;
    background-color: #c1bdbd;
    outline: none;
    cursor: pointer;
}
.header-slider .slick-next{
    position: absolute;
    height: 50px;
    width: 50px;
    bottom: 50px;
    left: 0;
    font: 0/0 a;
    border: none;
    z-index: 1;
    outline: none;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.header-slider .slick-prev{
    position: absolute;
    height: 50px;
    width: 50px;
    bottom: 0;
    left: 0;
    font: 0/0 a;
    border: none;
    z-index: 1;
    outline: none;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.header-slider .slick-prev:hover,
.header-slider .slick-next:hover{
    background:  #0C1721;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.home-header-ring:hover{
    background-color:  #0C1721;
}
.header-slider .slick-prev i{
    color: #fff;
    line-height: 40px;
}
.header-slider .slick-next i{
    color: #fff;
    line-height: 40px;
}
.home-header-container .slider-menu-home{
    background-color: rgba(0,0,0,0.15);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: 50px;
}
.home-header-container .slider-menu-home li{
    display: inline-block;
}
.home-header-container .slider-menu-home li:last-of-type{
    margin-right: 0;
}
.home-header-container .slider-menu-home li a{
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
}
#customModal{
    display: block;
    position: absolute;
    bottom: 60px;
    right: 60px;
    z-index: 1;
}
#customModal>div{
    width: 310px;
    margin: auto;
}
#customModal .slick-prev{
    margin-right: 5px;
    width: 25px;
    height: 25px;
    text-align: center;
    float: left;
    color: #FFF;
    font-size: 22px;
    border: none;
    z-index: 1;
}
#customModal .slick-next{
    margin-right: 5px;
    width: 25px;
    height: 25px;
    text-align: center;
    float: left;
    color: #FFF;
    font-size: 22px;
    border: none;
    z-index: 1;
}
#customModal .image.pad{
    padding: 1px;
}
#customModal .post_pad>a{
    text-decoration: none;
}
#customModal .post_pad{
    padding-top: 23px;
    min-height: 185px;
    padding-left: 35px;
    padding-right: 35px;
}
#customModal .close{
    position: absolute;
    height: 50px;
    width: 50px;
    left: 0;
    top: 0;
    text-align: center;
    line-height: 50px;
    color: #fff;
    z-index: 2;
    cursor: pointer;
}
#customModal .close i{
    font-size: 18px;
    position: relative;
    top: 3px;
}
#customModal .post_pad .title{
    font-size: 18px;
    margin-bottom: 5px;
    color: #fff;
    display: block;
}
#customModal .post_pad .snippet{
    font-size: 14px;
    margin-bottom: 30px;
    color: #fff;
    display: block;
    position: absolute;
    bottom: 0;
    left: 35px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
#customModal .post_pad .snippet:hover{
    color:  #0C1721;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
#customModal .post_pad .read-more-white{
    position: absolute;
    bottom: 24px;
    font-weight: bold;
    font-size: 15px;
    color:  #0C1721;
}
.sliding-arrow-right {
    border-color:  #0C1721;
    background:  #0C1721;
    float: right;
    transition: all .2s ease-in-out;
    border: 1px solid  #0C1721;
    position: relative;
    background:  #0C1721;
    width: 20px;
    margin-top: 10px;
    margin-left: 10px;
}
.arrow-head{
    border-color:  #0C1721;
    right: -2px;
    transform: rotate(-45deg);
    transition: all .2s ease-in-out;
    border: 1px solid  #0C1721;
    border-radius: 2px;
    width: 10px;
    position: absolute;
    top: 2px;
}
.arrow-head::after {
    content: "";
    right: -5px;
    top: -5px;
    transform: rotate(90deg);
    transition: all .2s ease-in-out;
    border: 1px solid  #0C1721;
    border-radius: 2px;
    width: 10px;
    position: absolute;
    box-sizing: border-box;
}
.search .home-posts-flex-container1{
    margin: 0;
}
.sliding-arrow-holder:hover .sliding-arrow-right {
    width: 40px;
}
#customModal .slick-slide img{
    width: 100%;
    height: 160px;
    object-fit: cover;
    object-position: center;
}
.side-top{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60px;
}
.home-header-ring{
    display: block;
    margin-right: 0;
    margin-bottom: 0;
    border-radius: 0;
    border: none;
    width: 60px;
    height: 60px;
    bottom: 0;
    right: 0;
    outline: none;
}
.home-header-ring i{
    line-height: 60px;
    font-size: 15px;
    color: #fff;
}
.side-top a{
    display: block;
    text-align: center;
}
.side-top a i{
    color: #fff;
}
.side-top a.scrolltosection{
    transform: rotate(-90deg);
    height: 55px;
    line-height: 55px;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    position: relative;
    bottom: 30px;
    margin-top: 100px;
}
.side-top a.scrolltosection i{
    margin-right: 15px;
    margin-left: 15px;
    display: inline;
}
.side-top a.scrolltosection:hover i{
    -webkit-animation: explore 1s infinite; /* Safari 4.0 - 8.0 */
    animation: explore 1s  infinite;
}
@-webkit-keyframes explore {
    0% {
        margin-left: 15px;
    }
    50% {
        margin-left: 10px;
    }
    100% {
        margin-left: 15px;
    }
}
@keyframes explore {
    0% {
        margin-left: 15px;
    }
    50% {
        margin-left: 10px;
    }
    100% {
        margin-left: 15px;
    }
}
.side-top a.scrolltosection span{
    letter-spacing: 2px;
    display: inline;
}
.side-top a.social-link{
    margin-bottom: 15px;
}
.no-vac{
    margin-bottom: 200px;
    display: block;
}
.home-header-ring .icon{
    line-height: 60px;
    height: 60px;
}
.ui-tabs{
    padding: 0;
}
.home-stats .slick-prev,
.home-stats .slick-next{
    outline: 0;
}
.calendar-posts .slick-prev, .calendar-posts .slick-next{
    outline: 0;
}
.calendar-posts .slick-prev:hover, .calendar-posts .slick-next:hover{
    background-color:  #0C1721;
    transition: 0.5s;
}
.calendar-posts .slick-prev:hover i, .calendar-posts .slick-next:hover i{
    color: #fff;
}
/*END SLIDER HOME*/
.wellcome-box .video-lad .image-box img{
    width: 100%;
}
/*Search results*/
.search-results .search .wrapper{
    margin-top: 250px;
    margin-bottom: 50px;
}
.search-results h1{
    font-size: 35px;
    color: #474343;
    text-align: center;
    margin-bottom: 50px;
}
.search-results .search_results{
    display: grid;
    grid-template-columns: repeat(auto-fill, 360px);
    grid-gap: 1rem;
    justify-content: space-between;
}
.search-results .news-box{
    height: 460px;
    width: 360px;
    margin-bottom: 25px;
    position: relative;
    text-decoration: none;
    -webkit-box-shadow: 4px 7px 30px -9px rgba(0,0,0,0.75);
    -moz-box-shadow: 4px 7px 30px -9px rgba(0,0,0,0.75);
    box-shadow: 4px 7px 30px -9px rgba(0,0,0,0.75);
    cursor: pointer;
    overflow: hidden;
}
.home-posts-flex-container1{
    -webkit-box-shadow: 0px 0px 20px -10px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 20px -10px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 20px -10px rgba(0,0,0,0.75);
    transition: 0.5s;
}
.search-results .image-box-news img{
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}
/*.home-posts-flex-container1{
        margin: 0;
}*/
.search-results .news-box .news-thumb{
    width: 100%;
    height: 50%;
    background-size: cover;
    background-repeat: repeat;
    position: relative;
    overflow: hidden;
    background-position: center;
}
.search-results .news-box .content-blog{
    width: 100%;
    height: calc( 100% - 17px);
    padding: 25px 21px 12px 21px;
}
.search-results .news-box .news-content{
    position: relative;
    top: -25px;
    height: calc( 50% + 25px);
}
.search-results .news-box .news-date{
    background-color:  #0C1721;
    color: #fff;
    padding-left: 10px;
    text-transform: uppercase;
    width: 60px;
}
.search-results .news-box h3{
    position: absolute;
    width: 100%;
    margin-top: 10px;
    text-align: center;
    z-index: 1;
    background-color:  #0C1721;
}
.search-results .news-box h3 a{
    color: #fff;
    text-decoration: none;
    font-size: 15px;
}
.search-results .news-box .read-more{
    text-decoration: none;
}
/*Search results END*/
.footer .footer-top .logos-footer .footer-logo:first-of-type img{
    position: relative;

}
.detail-slick .slick-slide img{
    width: 100%;
    height: auto;
}
/*Contact*/
.contact-subtitle-big {
    font-size: 30px;
    color:  #0C1721000;
    padding:20px 0;
    border-bottom: 1px solid #D9D9D9;
}
.contact-subtitle {
    font-size: 30px;
    color:  #0C1721000;
    padding:20px 0;
    border-bottom: 1px solid #D9D9D9;
}
.contact-footer-contact-flex {
    display: flex;
    justify-content: space-between;
    width: 520px;
    padding-bottom: 50px;
}
.contact-footer-contact-flex-container {
    cursor: pointer;
    text-decoration: none;
}
.contact-footer-contact-circle {
    width: 33px;
    height: 33px;
    text-align: center;
    display: inline-block;
    background:  #0C1721;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.contact-footer-contact-flex-container span {
    font-size: 16px;
    color:  #0C1721;
    margin-left: 13px;
    text-decoration: none;
}
.contact-footer-contact-circle i {
    line-height: 33px;
    color: #fff;
}
.contact-download-container {
    position: relative;
    width: 100%;
    line-height: 50px;
    background-color: #474343;
    color: #fff;
    padding: 0 15px 0 20px;
    transition: 0.25s;
    cursor: pointer;
    margin-bottom: 10px;
    display: block;
    transition: 0.25s;
    text-decoration: none;
}
.contact-download-container i:first-of-type {
    font-size: 17px;
    margin-right: 10px;
}
.contact-download-container span {
    font-weight: 700;
    font-size: 15px;
    line-height: 155.9%;
}
.contact-download-container i:last-of-type {
    position: absolute;
    right: 15px;
    top: 18.5px;
    transition: 0.25s;
}
.contact-download-container:hover {
    background-color: #006545;
}
.contact-download-container:hover i:last-of-type {
    opacity: 1;
}
.contact-text3 {
    font-size: 16px;
    line-height: 30px;
    color:  #0C1721;
    margin-bottom: 10px;
    font-weight: 600;
}
.nurs-flex-item-top>p{
    width: auto;
}
/*End Contact*/
/*MENU*/
.header-bottom-left .new li a::before{
    content: '';
    display: inline-block;
    position: fixed;
    top: 42.5px;
    z-index: -1;
    width: 0;
    height: 285px;
    right: 0;
    transition: 0.5s;
}
.menu_wrapper_inner .sub-menu li a:hover .image-menu{
    opacity: 1;
    width: 270px;
    top: 45px;
}
.menu_wrapper_inner .sub-menu li a .image-menu{
    width: 0;
}
.menu_wrapper_inner .sub-menu li a .image-menu .pos_rel_in_menu .image-text{
    font: 0;
    width: 0;
}
.menu_wrapper_inner .sub-menu li a .image-menu .pos_rel_in_menu .image-text{
    font-size: 12px;
    width: 100%;
}
.header-bottom-right .twocol .new, .header-bottom-left .twocol .new{
    width: 640px;
    overflow: visible;
}
.header-bottom-right .new ul, .header-bottom-left .new ul{
    padding-right: 0;
}
.header-bottom-right ul li ul.sub-menu,
.header-bottom-left ul li ul.sub-menu{
    display: none;
}
.header-bottom-right ul li:hover ul.sub-menu,
.header-bottom-left ul li:hover ul.sub-menu{
    display: block;
}
.bigslide .image-box img{
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    min-height: 434px;
}
.header #menu-header-links-left,
.header #menu-header-links-right{
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.header.active #menu-header-links-left,
.header.active #menu-header-links-right{
    margin-bottom: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
/*END MENU*/
#menu-home-slider-menu{
    display: flex;
    justify-content: space-around;
    width: calc(100% - 120px);
    margin: auto;
}
/*Mobile Menu*/
.hamburger-button .header-top-logo{
    top: 0;
}
.hamburger-button .header-top-logo img{
    height: 48px;
    width: auto;
}
.hamburger-button .header-search{
    line-height: 50px;
    top: 0;
}
.hamburger-button{
    display: none;
}
.mobile-menu{
    padding-bottom: 60px;
    overflow-y: scroll;
    height: calc( 100vh - 50px);
    position: fixed;
    width: 100%;
    display: none;
}
.mobile-menu.active{
    display: block;
}
.mobile-menu::-webkit-scrollbar-thumb
{
    background-color:  #0C1721;
}
.mobile-menu::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}
.mobile-menu::-webkit-scrollbar
{
    width: 6px;
    background-color: #F5F5F5;
}
.mobile-menu h3{
    color: #fff;
    font-size: 20px;
    background-color:  #0C1721;
    text-transform: uppercase;
    padding: 15px 15px;
}
.mobile-menu .menu-bottom-right-menu-container>ul>li>a{
    font-size: 15px;
    padding: 10px 15px;
    background-color: grey;
    color: #fff;
    display: block;
    text-decoration: none;
}
.mobile-menu .menu-bottom-left-menu-container>ul>li>a{
    font-size: 15px;
    padding: 10px 15px;
    background-color: grey;
    color: #fff;
    display: block;
    text-decoration: none;
}
.mobile-menu .menu_wrapper_inner{
    background-color: initial;
    padding: 0;
}
.mobile-menu .menu_wrapper_inner::after{
    display: none;
}
.mobile-menu .menu_wrapper_inner ul li{
    list-style-type: none;
    padding: 10px 25px;
    background-color: lightgrey;
    display: block;
}
.mobile-menu li{
    position: relative;
}
.mobile-menu .menu_wrapper_inner ul li a{
    font-size: 12px;
    color: #fff;
    text-decoration: none;
}
.mobile-menu .menu-top-right-menu-container ul li a{
    font-size: 15px;
    padding: 10px 15px;
    background-color: green;
    color: #fff;
    text-decoration: none;
    display: block;
}
.mobile-menu .menu-top-menu-left-container ul li a{
    font-size: 15px;
    padding: 10px 15px;
    background-color: green;
    color: #fff;
    text-decoration: none;
    display: block;
}
.mobile-menu-accplus::after{
    position: absolute;
    content: "+";
    display: block;
    color: #fff;
    padding: 0 5px;
    z-index: 1;
    top: 0;
    font-size: 15px;
    line-height: 24px;
    right: 5px;
    cursor: pointer;
}
.mobile-menu-accminus{
    display: none;
}
.mobile-menu .menu-item-has-children.active .mobile-menu-accminus{
    display: block;
}
.header-circle-menu {
    margin-top: 3px;
    margin-left: 10px;
    display: inline-block;
    width: 44px;
    height: 44px;
    vertical-align: top;
    cursor: pointer;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
#nav-icon3 {
    width: 20px;
    height: 13px;
    position: relative;
    margin: 16px auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
#nav-icon3 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #0C1721;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
#nav-icon3 span:nth-child(1) {
    top: 0px;
}
#nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
    top: 6px;
}
#nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
    top: 6px;
}
#nav-icon3 span:nth-child(4) {
    top: 12px;
}
.mobile-open-menu #nav-icon3 span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}
.mobile-open-menu #nav-icon3 span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.mobile-open-menu #nav-icon3 span:nth-child(4) {
    transition: width 0s;
    top: 18px;
    width: 0%;
    left: 50%;
}
.mobile-open-menu #nav-icon3 span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.mobile-menu .menu-item-has-children.active .mobile-menu-accminus::after{
    position: absolute;
    content: "-";
    color: #fff;
    z-index: 1;
    padding: 0 5px;
    top: 0;
    font-size: 15px;
    line-height: 24px;
    right: 5px;
    cursor: pointer;
    display: inline;
}
.mobile-menu .menu-item-has-children.active .mobile-menu-accplus{
    display: none;
}
.mobile-menu .menu-item-has-children>span+.new{
    height: 0;
    overflow: hidden;
    transition: 0.5s;
}
.mobile-menu .menu-item-has-children.active>span+.new{
    height: auto;
    transition: 0.5s;
}
.header-bottom {
    z-index:1000;
}
.sec-download1 i.fa-download {
    margin-right:0px;
}
.page-layout .wrapper .sec-content .acordeon1 .acordeon-title1 {
    /*position:relative;*/
}
/*.page-layout .wrapper .sec-content .acordeon1 i {
        height: calc(100% + 2px);
        top:-1px;
}*/
.page-layout .wrapper .sec-content .acordeon1 .acordeon-desc1 {
    word-break:break-word;
}
.acordeon1 .acordeon-desc1 u {
    font-size:inherit;
}
.acordeon1 .acordeon-desc1 small {
    font-size:inherit;
    font-size:70%;
}
.acordeon1 .acordeon-desc1 ol li  {
    list-style-position:inside;
}
.acordeon1 .acordeon-desc1 ol ol ,
.acordeon1 .acordeon-desc1 ul ul {
    margin-bottom:0px !important;
}
.acordeon1 .acordeon-desc1 b,
.acordeon1 .acordeon-desc1 strong{
    font-size:inherit;
    font-weight:700;
}
.acordeon1 .acordeon-desc1 i ,
.acordeon1 .acordeon-desc1 em {
    font-style:italic;
    font-size:inherit;
}
.event_cat_list_wrapper{
    padding:10px;
    background-color:#efefef;
    width:100%;
    margin:0 0 10px;
    overflow:hidden
}
.event_cat_list_wrapper label{
    margin:3px 0 0 10px;
    font-weight:700;
    float:left;
    line-height:25px
}
.event_cat_list_wrapper select{
    border:none;
    padding:4px 5px;
    float:right;
    width:60%;
    height: auto;
    margin: 0;
}
.notop .breadcrumbs-wrapper{
    top: -30px;
}
.video-box{
    padding: 0 !important;
    width: 60%;
    height: auto;
}
.video-box iframe{
    height: 500px;
    display: block;
}
.video-box video{
    width: 100%;
    height: auto;
    display: block;
}
.event_view_links{
    background-color:#efefef;
    width:100%;
    margin:0 0 10px!important;
    padding:0;
    overflow:hidden
}
.ui-widget-content{
    padding: 0!important;
}
.event_view_links  a{
    float:right;
    margin-left:10px;
    width:200px;
    color:#333;
    height:50px;
    line-height:30px;
    padding:10px 10px 10px 20px;
    border-left:1px solid #D3D3D3;
    font-weight:700
}
.event_view_links li{
    float: right!important;
    list-style: none;
}
.event_view_links .ui-state-default .fa-check{
    display: none;
}
.event_view_links .ui-tabs-active .fa-check{
    display: block;
}
.event_view_links a .title{
    float:left
}
.event_view_links a .tickbox{
    float:right
}
.event_view_links a .tickbox .fa-square,#event_view_links a .tickbox.fa-square{
    color:#FFF
}
.event_view_links a .fa-layers .fa-check{
    left:-8px;
    top: 6px;
}
#event_left_col{
    margin:0 0 20px;
    float: left;
    width: 33.3333333333%;
    padding-left: 15px;
    padding-right: 15px;
}
#event_right_col{
    float: left;
    width: 66.6666666667%;
}
#event_left_month_bar{
    background-color:#4e2583;
    padding:10px;
    width:100%;
    margin:0 0 10px;
    height:45px;
    overflow:hidden
}
.event_month_prev,span.event_month_prev{
    float:left;
    margin-right:-25px
}
.event_left_month_title{
    display:block;
    float:left;
    color:#fff;
    font-size:18px;
    line-height:27px;
    width:100%;
    text-align:center;
    position:relative;
    z-index:10
}
.event_month_next,.event_month_prev{
    display:block;
    line-height:25px;
    height:25px;
    width:25px;
    text-align:center;
    color:#FFF;
    overflow:hidden;
    position:relative;
    z-index:20
}
.event_month_next span,.event_month_prev span{
    display:none
}
span.event_month_prev{
    text-indent:-999px
}
.event_month_next{
    float:right;
    margin-left:-25px
}
.event_left_month_title:hover,.event_month_next:hover,.event_month_prev:hover{
    color:#fff
}
#event_right_col #category_key{
    margin:20px 0 0
}
#event_right_col #category_key li{
    margin:0 20px 20px 0;
    list-style:none;
    font-size:10px;
    line-height:12px;
    float:left
}
#event_right_col #category_key li span{
    width:12px;
    height:12px;
    margin:0 5px 0 0;
    float:left;
    background-color:#898989
}
#subscribe_full_calendar{
    width:100%;
    border-bottom:5px solid #efefef;
    padding:10px 0
}
#subscribe_full_calendar a{
    float:left;
    font-weight:700;
    margin:0 0 10px;
    padding:0;
    font-size:12px;
    line-height:27px;
    color:#333;
    width:100%
}
#subscribe_full_calendar a:hover,#subscribe_full_calendar a:hover .svg-inline--fa{
    color:#96855b
}
#subscribe_full_calendar a span{
    float:left;
    margin-left:15px
}
#subscribe_full_calendar a .svg-inline--fa{
    font-size:26px;
    line-height:26px;
    float:left;
    margin-left:5px;
    color:#96855b
}
h2.date_title{
    height:45px;
    margin:30px 0 0;
    padding:10px;
    width:100%;
    color:#fff;
    font-size:18px;
    line-height:27px;
    text-align:center
}
h2.date_title.title_1{
    margin:0
}
table.calendar{
    margin:0 0 5px;
    padding:0;
    width:100%
}
table.calendar caption{
    margin:0;
    padding:0
}
table.calendar thead tr th{
    padding:0;
    text-align:center;
    font-weight:700;
    font-size:10px;
    height:15px
}
table.calendar tbody{
    border-top:1px solid #f2f2f2;
    border-left:1px solid #f2f2f2
}
table.calendar td{
    height:45px;
    line-height:45px!important;
    width:14.2%;
    padding:0;
    text-align:center;
    cursor:pointer;
    border-right:1px solid #f2f2f2;
    border-bottom:1px solid #f2f2f2;
    font-size:14px
}
table.calendar td a.day_select:hover,table.calendar td:hover{
    background-color:#96855b
}
table.calendar td a.day_select:hover .date,table.calendar td:hover .date{
    color:#FFF
}
table.calendar td.passed{
    color:#d6d6d6
}
table.calendar td.passed:hover{
    background-color:#f2f2f2;
    cursor:default
}
table.calendar td.pad:hover{
    background-color:#FFF;
    cursor:default
}
table.calendar td a{
    margin:0;
    display:block;
    position:relative
}
table.calendar td a.day_select{
    background-color:#efefef
}
table.calendar td a .icon{
    position:absolute;
    bottom:1px;
    left:1px;
    background:url(../inc/modules/event/images/day_icon.png) right top no-repeat;
    height:8px;
    width:8px
}
table.calendar a{
    color:#696969;
    text-decoration:none
}
table.calendar td.today{
    font-weight:700
}
table.calendar td.selected{
    background:#DADDE1
}
table.calendar td.highlighted a{
    color:#333
}
table.calendar td.highlighted a:hover{
    color:#fff
}
.event_list_item{
    border-bottom:8px solid #EFEFEF;
    padding:20px 0
}
.event_list_item .event_list_date{
    width:130px;
    height:60px;
    float:left;
    color:#FFF;
    line-height:60px;
    text-align:center;
    background-color:#898989;
    margin-right:-130px
}
.event_list_item .event_list_date .date_span{
    display:block;
    width:100%;
    height:100%;
    background:url(images/event_span_date.png) center no-repeat
}
.event_list_item .event_list_date .date_from,.event_list_item .event_list_date .date_single,.event_list_item .event_list_date .date_to{
    line-height:22px;
    padding:10px 0 0;
    width:40px;
    margin:0 10px
}
.event_list_item .event_list_date .date_single{
    margin:0 auto;
    display:block;
    width: 100%;
    height: 100%;
}
.fa-layers .fa-check {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}
.event_list_item .event_list_date .date_from{
    float:left
}
.event_list_item .event_list_date .date_to{
    float:right
}
.event_list_item .event_list_date .day{
    font-size:25px;
    display:block
}
.event_list_item .event_list_date .month{
    font-size:12px;
    text-transform:uppercase;
    display:block
}
.event_list_item .event_list_details{
    float:left;
    padding-left:145px;
    padding-right:40px
}
.event_list_item .event_list_details span,
.event_list_item .event_list_details a{
    font-size:17px;
    line-height:25px;
    color:#333
}

.event_list_item .event_list_details a:hover{
    color:#96855b
}
.event_list_item .event_list_details p{
    margin:0;
    padding:5px 0;
    font-size:12px
}
.event_list_item .event_list_share{
    float:right;
    width:27px;
    margin-left:-27px
}
.event_list_item .event_list_share a{
    line-height:20px;
    margin-bottom:5px;
    float:right;
    clear:both;
    position:relative
}
.event_list_item .event_list_share a span{
    margin-right:35px;
    font-size:10px;
    display:none;
    position:absolute;
    background:#efefef;
    color:#333;
    white-space:nowrap;
    top:-1px;
    right:0;
    padding:2px 8px;
    border-radius:5px
}
.event_list_item .event_list_share a .svg-inline--fa{
    color:#333;
    line-height:20px;
    float:right
}
.event_list_item .event_list_share a:hover,.event_list_item .event_list_share a:hover .svg-inline--fa{
    color:#96855b
}
.event_list_item .event_list_share a:hover span{
    display:inline
}
#category_key{
    margin:20px 0 50px;
    border-bottom:1px solid #D3D3D3;
    border-top:1px solid #D3D3D3;
    padding-top:20px
}
#category_key li{
    margin:0 20px 20px 0;
    list-style:none;
    font-size:10px;
    line-height:12px;
    float:left
}
#category_key li span{
    width:12px;
    height:12px;
    margin:0 5px 0 0;
    float:left;
    background-color:#898989
}
p.no_events{
    margin:20px 0;
    border-bottom:8px solid #EFEFEF;
    padding:0 0 20px
}
#event_detail_wrapper{
    padding:20px;
    text-align:left;
    background-color:#fff;
    max-width:700px
}
#event_detail_wrapper h1{
    font-size:25px;
    margin:0 0 20px
}
#event_detail_times{
    margin:0 0 20px!important;
    padding:7px 15px;
    background:#efefef
}
#event_detail_times li{
    margin:0;
    padding:0 15px 0 0;
    list-style:none;
    float:left;
    width:auto;
    line-height:20px;
    font-size:14px
}
#event_detail_times li span{
    padding-right:5px;
    font-weight:700
}
#event_detail_times li.time-first{
    padding-right:7px
}
#event_detail_times li.first{
    margin-left:0
}
#event_detail_times li.last{
    padding-right:0;
    border-right:none
}
.fullqyery.hide{
    display: none
}
.calendar-page h1{
    font-size: 38px;
    line-height: 1.2;
    font-weight: 400;
    padding-left: 15px;
    margin-bottom: 30px;
}
.slick-events .slick-next{
    position: absolute;
    right: 0;
    z-index: 999;
    width: 33px;
    height: 46px;
    color: #fff;
    border: none;
    cursor: pointer;
    top: 0%;
    outline: 0;
    background: transparent;
    border: none;
}
.slick-events .slick-prev{
    position: absolute;
    left: 0;
    z-index: 999;
    width: 33px;
    height: 46px;
    color: #fff;
    border: none;
    cursor: pointer;
    top: 0%;
    outline: 0;
    background: transparent;
    border: none;
}
.slick-events  .slick-arrow.slick-disabled{
    display: none!important;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff;
}
.header-slider.slick-initialized.slick-slider::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 400px;
    background-image: linear-gradient(to top, rgba(255,0,0,0), rgba(0,0,0,0.6));
    z-index: 1;
}
.header-slider.slick-initialized.slick-slider .slick-slide::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 600px;
    background-image: linear-gradient(to bottom, rgba(255,0,0,0), rgba(0,0,0,0.6));
    z-index: 0;
}
.wp-block-table, .toprow, .topcol {
    margin:20px 0 20px 0;
    background-color: #ffffff;
    border-spacing: 0px;
    border-collapse: separate;
    min-width:100%;
}
.wp-block-table td {
    font-family: 'Open Sans';
    font-size: 14px;
    padding:8px 15px 8px 15px;
    ;
    border: solid 1px rgba(0,0,0,0.075);
}
.toprow tr:first-child td {
    font-family: 'Open Sans', serif;
    font-size: medium;
    text-align:left;
    background-color: #1394a7;
    color:#ffffff;
    padding:10px 15px 10px 15px;
}
.firstcol td:first-child {
    font-family: 'Open Sans', serif;
    font-size: medium;
    text-align:left;
    background-color: #1394a7;
    color:#ffffff;
    padding:10px 15px 10px 15px;
    border:none;
}
.vac-cat{
    position: relative;
}
.vac-cat p{
    margin: auto;
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
    color: #474343;
    vertical-align: middle;
    display: inline-block;
    position: absolute;
    top: calc(50% - 9px);
}
.vac-flex{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    padding-left: -20px;
    padding-bottom: 100px;
}
.vac-flex-item{
    background: #fff;
    margin-right: 10px;
    margin-left: 10px;
    display: inline-block;
    position: relative;
    height: 370px;
    width: 265px;
    box-shadow: 0px 0px 9px -5px rgba(0,0,0,0.50);
    padding: 40px 20px;
    text-decoration: none;
    transition: 0.5s;
    overflow: hidden;
    margin-bottom: 15px;
    margin-top: 15px;
}
.vac-flex-item:hover{
    transform: scale(1.1);
}
.vac-flex-logo-container{
    width: 160px;
    margin: auto;
}
.vac-flex-logo-container img{
    height: 25px;
    display: inline-block !important;
}
.vac-flex-logo-line{
    width: 60px;
    height: 1.5px;
    display: inline-block;
    position: relative;
    bottom: 11px;
}
.vac-flex-title{
    font-size: 15px;
    font-weight: bold;
    color:  #0C1721;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}
.vac-flex-item .line{
    border-bottom: 1px solid #6D6D6D;
    margin-bottom: 20px;
}
.vac-flex-text1{
    font-size: 14px;
    color: #6D6D6D;
    margin-bottom: 20px;
}
.vac-flex-date-title{
    font-size: 12px;
    font-weight: bold;
    margin: auto;
    text-transform: uppercase;
    margin-bottom: 2px
}
.bobg{
    background: url('images/bobg.svg') no-repeat right 120px;
    padding-top: 200px;
    margin-top: 0;
}
.contact-wrap.bobg{
    padding-top: 30px;
    position: relative;
    padding-bottom: 150px
}

.contact-wrap .breadcrumbs-wrapper .breadcrumbs-box{
    line-height: 56px;
    height: 56px;
}
.contact-wrap .breadcrumbs-wrapper .breadcrumbs-box .breadcrumbs_anchors{
    padding: 0;
}
.contact-wrap .breadcrumbs-wrapper .breadcrumbs{
    line-height: 56px;
    height: 56px;
}
.contact-wrap .breadcrumbs-wrapper #breadcrumbs li:last-of-type{
    color: #fff;
}
.contact-wrap .breadcrumbs-wrapper #breadcrumbs  li::after{
    color: #fff;
}
.news-wraper .share li:hover a i,
.news-wraper #breadcrumbs li:first-of-type:hover a i,
.news-wraper #breadcrumbs li:hover a{
    color: #fff !important;
}
.contact-wrap .share{
    line-height: 56px;
    height: 56px;
}
.contact-wrap .share .share-page{
    color: #fff;
}
.vac-flex-date{
    font-size: 14px;
    color: #6D6D6D;
    margin-bottom: 10px;
}
.vac-flex-overlay{
    position: absolute;
    bottom: -370px;
    height: 100%;
    width: 100%;
    left: 0;
    transition: 0.5s;
    background-size: 130% 130%;
    background-position: center;
}
.vac-flex-item .link-post {
    position: absolute;
    bottom: 0;
    right: 0;
    background:  #0C1721;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.vac-flex-item:hover .vac-flex-overlay{
    bottom: 0;
}
.vac-flex-item:hover .link-post {
    background: transparent;
    z-index: 99
}
.vac-flex-item:hover .vac-flex-title{
    color: #fff;
}
.vac-flex-view{
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    padding: 40px 20px;
    position: absolute;
    bottom: 0;
    width: 230px;
    left: 20px;
    text-transform: uppercase;
}
.vac-det-wraper{
    width: 1150px;
    margin: auto;
    margin-top: 250px;
}
.vac-det-left{
    width: 710px;
    display: inline-block;
}
.vac-det-left .contact-text1{
    width: 650px;
}
.vac-det-left .contact-text1 p{
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 10px;
}
.vac-det-left .contact-text1 ul{
    margin-bottom: 20px;
}
.vac-det-left .contact-text1 ul li{
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 30px;
    font-weight: 400;
    list-style: inside;
}
.vac-det-download1-title div{
    left: 550px !important;
}
.vac-det-left  .title-vac{
    font-size: 30px;
    color: #474343;
}
.vac-det-right{
    width: 360px;
    float: right;
    vertical-align: top;
}
.vac-det-aside-item{
    width: 100%;
    padding: 10px 20px;
    font-size: 16px;
    color: #474343;
}
.vac-det-aside-item span:first-of-type{
    width: 90px;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    font-style: italic;
    color: #474343;
}
.vac-det-aside-item span:last-of-type{
    max-width: 225px;
    display: inline-block;
    font-size: 13px;
    margin-left: 10px;
    color: #474343;
    vertical-align: top;
}
.vac-det-aside-item span:last-of-type a{
    width: 225px;
    display: inline-block;
    font-size: 13px;
    color: #474343;
    text-decoration: none;
}
.vac-det-aside-item span:last-of-type a:hover{
    color:  #0C1721;
}
.vac-det-aside-item-title{
    width: 100%;
    padding: 0 20px 15px 20px;
    font-size: 14;
    font-weight: bold;
    font-style: italic;
    border-bottom: 2px solid #002847;
    color: #474343;
}
.vac-det-aside-icon{
    width: 30px !important;
}
.vac-det-aside-icon i{
    font-size: 15px;
}
.vac-det-slick{
    padding-top: 50px;
    width: 90%;
    height: 400px;
    margin: 0 5%;
    position: relative;
    margin-bottom: 100px;
}
.vac-det-slick .slick-slide {
    text-align: center;
}
/* the parent */
.vac-det-slick .slick-prev{
    position: absolute;
    top: calc(50% - 10px);
    left: -3vw;
    width: 20px;
    height: 20px;
    border:none;
    background-color: #fff;
    cursor: pointer;
}
.vac-det-slick .slick-prev:focus{
    outline: none;
}
.vac-det-slick .arrow1{
    top: 5px;
    left: 5px;
}
.vac-det-slick .slick-next{
    position: absolute;
    top: calc(50% - 10px);
    right: -3vw;
    width: 20px;
    height: 20px;
    border:none;
    background-color: transparent;
    cursor: pointer;
}
.vac-det-slick .slick-next:focus{
    outline: none;
}
.vac-det-slick .arrow2{
    top: 5px;
    left: 5px;
}
.vac-det-lr{
    display: inline-block;
    width: 100%;
}
/*Error 404*/
.error404-container{
    width: 100%;
    text-align: center;
    padding: 200px;
}
.error404-icon{
    font-size: 40px;
    margin-bottom: 10px;
    animation: shake 1.3s cubic-bezier(.36,.07,.19,.97) infinite;
}
.messagecal{
    display: none;
    float: right;
    clear: both;
}
.messagecal.show{
    display: block;
}
.button-cal{
    border: none;
    background: none;
    float: right;
    font-weight: 500;
    letter-spacing: 1px;
    cursor: pointer;
    position: relative;
    z-index: 1;
}
.button-cal:hover{

    color:  #0C1721;
}
#event_right_col #tabs.fixed,
#event_left_col.fixed {
    position: fixed;
    top: 106px;
    z-index: 1;
}
#event_left_col.fixed {
    width: calc(1140px * 0.333333333333);
}
#event_right_col #tabs.fixed {
    width: calc(1140px * 0.666666666667);
}
#event_right_col.fixedcontainer{
    margin-left: 33.3333333333%;
}
#event_right_col.fixedcontainer .ui-tabs .ui-tabs-panel{
    padding-top: 60px !important;
}
.calendar-slide .date-inside.date-ev-home{
    font-weight: bold;
    font-size: 16px;
}
@keyframes shake {
    10%, 90% {
        transform: translate3d(0, 0, 0);
    }
    20%, 80% {
        transform: translate3d(0, 0, 0);
    }
    30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0);
    }
    40%, 60% {
        transform: translate3d(4px, 0, 0);
    }
}
/*End Error 404*/
.page-template-template-contact .page-title .title{
    float: left;
    width: 100%;
}


/*Section Who we are */
.who-we-are{
    position: relative;
    background: radial-gradient(50% 50% at 50% 50%, #82B92B 0%, #769E36 85%);
    height: 65vh;
    margin: 10vh 3%;
    width: 94%;
}
.who-we-are:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: -2vw;
    margin: auto;
    background: url("images/greenlogo.svg");

    width: 11vw;
    height: 15vw;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.who-we-are:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: -2vw;
    margin: auto;
    background: url("images/lines.svg");
    width: 20vw;
    height: 28vw;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.who-we-are .title-wwa{
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: -4vw;
    margin: auto;
    font-weight: 500;
    font-size: 3vw;
    line-height: 2.8vw;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center
}
.who-we-are .wwabox {
    position: absolute;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.who-we-are .image-wwa {


}

.who-we-are .image-wwa:after{
    content: "";
    border: 2px solid #98D635;
    padding: 0.5vw;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    display: block;
    position: absolute;
    top: -0.5vw;
    left: -0.5vw;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.who-we-are .image-wwa:hover:after{
    border:  0.5vw solid #fff;
    padding: 2px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;

}
.who-we-are .image-wwa::before {
    content: "";
    background: #0C1721;
    width: calc(100% );
    height: calc(100% );
    opacity: 0.32;
    display: block;
    position: absolute;
    top: 0vw;
    left: 0vw;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.who-we-are .image-wwa img{
    border: 2px solid transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 100%;
    height: auto;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.who-we-are .image-wwa:hover img{
    border: 2px solid #98D635;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.who-we-are .title-list-wwa{
    position: absolute;
    font-weight: 600;
    font-size: 1.2vw;
    line-height: 1.2vw;
    color: #fff;
    bottom: 40%;
    width: 90%;
    text-align: center;
    box-sizing: border-box;
    left: 5%;
}
.who-we-are .wwabox3 .title-list-wwa,
.who-we-are .wwabox6 .title-list-wwa,
.who-we-are .wwabox7 .title-list-wwa{
    font-size: 1vw;
    line-height: 1vw;
}
.who-we-are .textbox-wwa{
    background: #FFFFFF;
    display: flex;
    justify-content: center;
    align-self: center;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.who-we-are .wrapper{
    width: 100vw;
    position: relative;
    z-index: 1;
}
.who-we-are .wwabox1{
    top: -1vh;
    width: 11.5vw;
    height: 11.5vw;
    left: 26vw;
}
.who-we-are .wwabox2{
    top: -4vh;
    left: 39vw;
    width: 8.8vw;
    height: 8.8vw;
}
.who-we-are .wwabox3{
    top: -8vh;
    left: 49vw;
    width: 9vw;
    height: 9vw;
}
.who-we-are .wwabox4{
    top: 4vh;
    left: 57vw;
    width: 11.5vw;
    height: 11.5vw;
}
.who-we-are .wwabox5{
    top: 32vh;
    left: 57vw;
    width: 7.6vw;
    height: 7.6vw;
}
.who-we-are .wwabox6{
    top: 48vh;
    left: 50vw;
    width: 10vw;
    height: 10vw;
}
.who-we-are .wwabox7{
    top: 44vh;
    left: 38vw;
    width: 10vw;
    height: 10vw;
}
.who-we-are .wwabox8{
    top: 27vh;
    left: 23vw;
    width: 13.1vw;
    height: 13.1vw;
}
.who-we-are .title-listtext-wwa{
    font-weight: 600;
    font-size: 3vw;
    line-height: 3vw;
    margin-bottom: 10px;
    color: #82B92B;
}
.who-we-are .text-list-wwa{
    font-weight: 600;
    font-size: 0.6vw;
    line-height: 0.6vw;
    color: #0C1721;
}
.who-we-are .wwabox5 .title-listtext-wwa{
    font-size: 2.5vw;
    line-height: 2.5vw;
}
.who-we-are .wwabox5 .text-list-wwa{
    font-size: 0.5vw;
    line-height: 0.5vw;
    padding: 0 1vw;
}

.where-next{
    margin: 3%;
    width: 94%;
}

.where-next .title-wwa{

}
/*news*/
.black-page{
    background: #0C1721;
}
.black-page #breadcrumbs li:last-of-type {
    color: #fff;
}
.black-page .news-filters-box h3{
    color: #fff;
}
.black-page .share .share-page{
    color: #fff;
}

.page-template-template-news .black-page .load-more > p{
    color: #fff;
}
.page-template-template-people .home-posts-container,
.page-template-template-os .home-posts-container,
.page-template-template-news .home-posts-container {
    padding: 60px 0;
    margin: 0;
    margin-top: 0px;
    width: 100%;
    margin-top: 150px;
}
.black-page .news-filters-box .news-filters .filter{
    color: #fff;
}
.black-page #filternews .cats.active{
    background: transparent;
    color: #fff;
}
.top-news-title-link{
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.top-news-title-link h2{
    margin-bottom: 0
}
.home-posts-container {
    padding:60px 0;
    margin: 0 3% ;
    width: 94%;
}
.news-top{
    position: relative;
    display: flex;
    justify-content: space-between;
}
.news-posts-flex{
    width: 100%;
    position: relative;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 2%;
}
.home-posts-flex{
    width: 74%;
    position: relative;
    display: flex;
    justify-content: space-between
}
.slider-home-posts .slick-track{
    display: flex;
}
.slider-home-posts-nav .slick-track{
    display: flex;
    flex-direction: column;
}
.slider-home-posts {
    width: 66%;
}
.slider-home-posts-nav {
    width: 30%;
}
.youtube-news .youtube-article,
.slider-home-posts .article{
    height:465px;
    position: relative;
}
.youtube-news .youtube-article{
    overflow: hidden;
    width: 100%;
    display: block;
}
.home-posts-flex .slider-controls {
    position: absolute;
    right: -10px;
    bottom: 25px;
}
.article{
    text-decoration: none;
    border: 5px solid transparent;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.article .image{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.article:hover .image{
    transform: scale(1.1);
}
.article:hover{
    border-color:#82B92B;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}


.youtube-news .youtube-article .text-box-article,
.article .text-box-article{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    box-sizing: border-box;
    padding: 20px 20px 40px 20px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.slider-home-posts-nav.slick-vertical .article{
    height:221px;
    margin-bottom: 25px;
    background: #fff;
    box-sizing: border-box;
    padding: 23px ;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    border: 5px solid transparent;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.slider-home-posts-nav.slick-vertical .article:hover {
    border-color:#82B92B;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.slider-home-posts-nav.slick-vertical .article:hover .title{
    color: #82B92B;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.article .category{
    color: #fff;
    font-size:10px;
    line-height: 14px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
}
.article .title{
    color: #fff;
    font-size:28px;
    line-height: 34px;
    font-weight: 700;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.article .rss-icon{
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 17px;
    background-color: #82B92B;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 40px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.youtube-icon{
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 17px;
    background-color: #D61A1A;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 40px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.twitter-icon{
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 17px;
    background-color: #158FD3;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 40px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.slider-home-posts-nav.slick-vertical .article .category{
    color: #A0A0A0;
}
.slider-home-posts-nav.slick-vertical  .article .title{
    color: #0C1721;
    font-size:16px;
    line-height: 24px;
    font-weight: 600;
}
.youtube-news{
    width: 22%;
    position: relative;
}
.youtube-news .youtube-article{
    border: 5px solid transparent;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.youtube-news .youtube-article:hover{
    border-color: #D61A1A;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.youtube-news .youtube-article .image{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.youtube-news .youtube-article:hover .image{
    transform: scale(1.1);
}
.youtube-news .youtube-article .title{
    color: #fff;
    font-size:16px;
    line-height: 24px;
    font-weight: 600;
}
.news-page-list{

}
.news-page-list .article{
    width: 32%;
    height: 323px;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.news-bottom {
    position: relative;
    display: flex;
    justify-content: space-between;
}
.twitter-acticle{

    height: 100%;
    display: flex!important;
    position: relative;
    min-height: 284px!important;
    border: 5px solid transparent;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.twitter-acticle:hover{
    border-color: #158FD3;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.twitter-acticle.has_image .image-box-twitter{
    width: 50%;
    overflow: hidden;
}


.twitter-acticle.has_image .text-container{
    width: 50%;
}
.twitter-acticle .text-container{
    width: 100%;
    display: flex;
    align-items: center;
    padding: 23px;
    box-sizing: border-box;
    background: #fff;
}

.twitter-acticle.has_image .image-box-twitter img{
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.twitter-acticle.has_image .image-box-twitter:hover img{
    transform: scale(1.1);
}
.twitter-acticle .image-box-twitter .twitter-icon{
    position: absolute;
    left: 23px;
    top: 23px;
    z-index: 1;
}
.twitter-acticle .text-container .date{
    color: #A0A0A0;
    font-size: 10px;
    line-height: 14px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
}
.twitter-acticle .text-container .twitter-text{
    color: #0C1721;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}
.twitter-acticle .text-container:hover .twitter-text{
    color:  #158FD3;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.news-bottom .social-links-list {
    width: 22%;
    position: relative;
}
.news-bottom .social-links-list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    flex-direction: column;
    justify-content: flex-end;
}
.news-bottom .social-links-list .social-title{
    width: 85%;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    color: #0C1721;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.news-bottom .social-links-list .social-news{
    display:inline-flex;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    background-color: #82b92b;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 40px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    text-decoration: none;
    justify-content: center;
    align-items: center;
}
.news-bottom .social-links-list .social-news.social-twitter{
    background: #158FD3;
}
.news-bottom .social-links-list .social-news.social-facebook{
    background: #1643B7;
}
.news-bottom .social-links-list .social-news.social-insta{
    background: #BC3AC8;
}
.news-bottom .social-links-list .social-news.social-youtube{
    background: #D61A1A;
}

/*our people*/

.our-people{
    margin: 3%;
    width: 94%;
    background: #769E36;
    display: flex;
    justify-content: flex-end;
    overflow: hidden;
}
.our-people .wrapper{
    position: relative;
    z-index: 1;
    left: calc((100% - 1140px) / 2);
    right: 0;
}
.our-people .left{
    padding: 50px;
    width: 50%;
}
.our-people .left .title{
    font-weight: 500;
    font-size: 55.2183px;
    line-height: 50px;
    color: #FFFFFF;
    margin-bottom: 20px;
}
.our-people .left .text{
    font-weight: 600;
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    margin-bottom: 20px
}

.our-people .right{
    position: relative;
}
.our-people .right .overimage{
    position: absolute;
    left: 0;
    bottom: 0;
    content: ' ';
    width: 0;
    height: 0;
    border-style: solid;
    border-width:800px 200px 0 0;
    border-color:  #769E36 transparent transparent transparent;
}
.our-people .right img{
    display: block;
    height: 100%;
    width: auto;
}
.our-people .right .overimage .deer{
    background-image: url(images/deer.svg);
    background-repeat: no-repeat;
    width: 228px;
    height: 311px;
    position: absolute;
    left:-40px;
    bottom: 0;
}
.where-next .wnbox {

}
.where-next .wn-box{
    display: flex;
    justify-content: space-between;
}
.where-next .wn-box .wnbox{
    display: flex;
    width: 30%;
    box-sizing: border-box;
    border: 0 solid #82B92B;
    position: relative;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    max-height: 324px;
    border: 0.5vw solid transparent;
}
.where-next .wn-box .wnbox:hover{
    border-color:#82B92B;

}

.where-next .wn-box .wnbox img{
    width: 100%;
    height: auto;
    object-fit: cover;
}

.where-next .wn-box .wnbox:after{
    content: "";
    background: linear-gradient(180deg,  #0C1721000 0%, rgba(0, 0, 0, 0) 100%);
    transform: rotate(-180deg);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 123px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.where-next .wn-box .wnbox .title-list-wn{
    position: absolute;
    bottom: 0px;
    top: 0px;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 40px;
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    z-index: 1;
    text-align: center;
    align-items: flex-end;
    display: flex;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.where-next .wn-box .wnbox:before{
    content: "";
    width: 100%;
    height: 123px;
    display: block;
    background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    transform: rotate(-180deg);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;

}
.where-next .wn-box .wnbox:hover .title-list-wn{

    transform: translateY(-30%);
    width: calc(100% + 1vw );
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;

}
.where-next .wn-box .wnbox .learn-more{
    position: absolute;
    bottom: -50px;
    display: block;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    color: #FFFFFF;
    width: 100%;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    opacity: 0;
    z-index: 1;
    text-align: center;
}
.where-next .wn-box .wnbox:hover .learn-more{
    bottom: 1.5vw;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    opacity: 1;
}
.our-schools {
    position: relative;
    padding: 60px 0;
    margin: 0 3%;
    width: 94%;
}
.our-schools .image-map-os:before{
    content: "";
    position: absolute;
    top:0;
    background: linear-gradient(180deg, #2B2B2B 0%, rgba(196, 196, 196, 0) 100%);
    mix-blend-mode: multiply;
    width: 100%;
    height: 50%;

}

.our-schools .title-os{
    position: absolute;
    font-weight: 500;
    font-size: 55.2183px;
    line-height: 50px;
    color: #fff;
    top: 5vh;
    z-index: 1;
    left: calc((100% - 1140px)/2)
}
.image-map-os img{
    width: 100%;
    height: auto;
    min-height: 600px;
    object-fit: cover;
}
.our-schools .os-box{
    position: absolute;
    right: 0;
    top: 5vh;
    width: 412px;
    min-height: 418px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    padding: 30px 20px 30px 30px;
    box-sizing: border-box;
    z-index: 5;
}
.os-top-slider{
}
.our-schools .slick-prev,
.our-schools .slick-next{
    background:  #0C1721;
    position: absolute;
    right:-50px;
    z-index: 999;
    width: 50px;
    height: 50px;
    color: #fff;
    border: none;
    cursor: pointer;
    top: 20px;
    outline: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.os-top-slider .slick-next{
    right: calc((100% - 1160px)/2);
    top: calc(368px + 5vh);
}
.our-schools .slick-prev i,
.our-schools .slick-next i{
    font-size: 15px;
    color: #fff;
}
.our-schools .slick-prev:hover,
.our-schools .slick-next:hover{
    background:  #82B92B;
}
.our-schools .slick-prev{
    top: 70px;
}
.os-top-slider .slick-prev{
    right: calc((100% - 1160px)/2);
    top: calc(318px + 5vh);
}
.os-top-slide {
    position: relative;
    min-height: 600px!important;
}
.article .os-details{
    background-color: #fff;
    border: 2px solid #fff;
    padding: 30px;
    margin-bottom: 30px;

}

.os-details{
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.school-logo img{
    display: block;
    width: auto;
    height: 90px;
}
.school-pagination{
    display: flex!important;
    justify-content: center;
    align-items: center;
}
.school-pagination img{
    width: 128px;
    height: 120px;
    margin: 0 auto;
    display: block;
    padding: 8px;
    box-sizing: border-box;
}
.schools-list .school-logo,
.os-details .school-logo{
    margin-bottom: 20px;
    display: block;
    display: flex;
    align-items: center;
    text-decoration: none;
}
.schools-list .school-logo .image,
.os-details .school-logo .image{
    margin-right: 20px;
    width: auto;
}
.schools-list .school-logo .name,
.os-details .school-logo .name{
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #212931;
    margin-bottom: 10px;
    text-decoration: none;
}
.schools-list .headteacher .headteacher-title,
.schools-list .addressos .addressos-title,
.os-details .addressos .addressos-title,
.os-details .headteacher .headteacher-title{
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #212931;
    margin-bottom: 10px;
}
.schools-list .addressos .addressos-text,
.schools-list .headteacher .headteacher-text,
.os-details .addressos .addressos-text,
.os-details .headteacher .headteacher-text{
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #5D656D;
    margin-bottom: 10px;
}
.schools-list .details-box,
.os-details .details-box{
    display: flex;
    flex-wrap: wrap;
}
.schools-list .details-box a,
.os-details .details-box a{
    flex: 0 0 48%;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #5D656D;
    text-decoration: none;
    margin-bottom: 10px
}
.schools-list .details-box a{
    flex: 0 0 100%;
}
.schools-list .details-box a i,
.schools-list .details-box a svg,
.os-details .details-box a i,
.os-details .details-box a svg{
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    letter-spacing: 0.9375px;
    color: #82B92B;
    margin-right: 5px;

}
.schools-list .link,
.os-details .link{
    margin-top: 20px;
}
.os-top-slider-pagination{
    width: calc(100% - 50px);
    margin-top: -70px;
    margin-bottom: -70px;
    height: 140px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.os-top-slider-paginatio img{
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.os-top-slider-pagination .school-pagination{
    position: relative;
    height: 120px;
    top: 10px;
    background-color: #fff;
    cursor: pointer;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.os-top-slider-pagination .slick-current.school-pagination{
    height: 140px;
    top: 0px;

    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.os-top-slider-pagination .school-color{
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: -10px;
    left: 0;
    opacity: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.os-top-slider-pagination .slick-current .school-color{
    opacity: 1;
    bottom: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.people-list{

}
.people-list .article{
    width: 23%;
    height:auto;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    background: #fff;
    display: flex;
}
.people-list .article .text-box-people{
    padding: 24px;
    box-sizing: border-box;
}
.people-list .article .text-box-people .person-function{
    font-weight: 700;
    font-size: 19px;
    line-height: 25px;
    letter-spacing: 0.01em;
    color: #0C1721;
}
.people-list .article .text-box-people .title{
    font-weight: 400;
    font-size: 16px;
    line-height: 155.9%;
    letter-spacing: 0.04em;
    color: #5D656D;


}

.people-list .article .inside-person:hover{
    border: 6px solid #82B92B;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.people-list .article img{
    width: 100%;
    height: auto;
    display: block;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.persons-layout .persons-details-single{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 50px;
}
.persons-layout .left{
    width: 60%;
}
.persons-layout .right{
    width: 25%;
}
.persons-layout .persons-details-single h1{
    font-weight: 500;
    font-size: 55.2183px;
    line-height: 50px;
    color: #0C1721;
    margin-bottom: 30px;
}
.persons-layout .persons-details-single .person-function{
    font-weight: 600;
    font-size: 25px;
    line-height: 27px;
    color: #5D656D;
    margin-bottom: 30px;
}
.persons-layout .persons-details-single .details-box .phoneos,
.persons-layout .persons-details-single .details-box .emailos{
    margin-bottom: 12px;
    border-bottom: 1px solid #8E9090;
    padding-bottom: 12px;
    display: block;
}
.persons-layout .persons-details-single .details-box .phoneos,
.persons-layout .persons-details-single .details-box .emailos,
.persons-layout .persons-details-single .details-box .video{
    text-decoration: none;
    color: #5D656D;
}
.persons-layout .persons-details-single .details-box .phoneos i,
.persons-layout .persons-details-single .details-box .emailos i,
.persons-layout .persons-details-single .details-box .video i{
    color: #82b92b;
    margin-right: 10px;
}
.persons-layout .right img{
    width: 100%;
    height: auto;
}
.page-layout.scrools-layout .sec-content{
    float: left;
}
.page-layout.scrools-layout.notop .sidebar-schools {
    margin-top: 0;
}
.page-layout.scrools-layout.notop .sidebar-schools .school-logo{
    margin-bottom: 20px;
}

.page-layout.hastop.scrools-layout .sec-content{
    float: left;
    margin-top: 0;
    padding-top: 25px;
}
.page-layout.scrools-layout  .sidebar-schools h3{
    font-weight: 600;
    font-size: 25px;
    line-height: 27px;
    margin-bottom: 25px;
}
.page-layout.scrools-layout  .sidebar-schools .details-box .phoneos,
.page-layout.scrools-layout  .sidebar-schools .details-box .emailos,
.page-layout.scrools-layout  .sidebar-schools .details-box .directionsos,
.page-layout.scrools-layout  .sidebar-schools .headteacher,
.page-layout.scrools-layout  .sidebar-schools .address{
    margin-bottom: 12px;
    border-bottom: 1px solid #8E9090;
    padding-bottom: 12px;
    display: block;
}
.page-layout.scrools-layout  .sidebar-schools .details-box .phoneos,
.page-layout.scrools-layout  .sidebar-schools .details-box .emailos,
.page-layout.scrools-layout  .sidebar-schools .details-box .directionsos,
.page-layout.scrools-layout  .sidebar-schools .details-box .websiteos{
    text-decoration: none;
    color: #5D656D;
}
.page-layout.scrools-layout  .sidebar-schools .details-box .phoneos i,
.page-layout.scrools-layout  .sidebar-schools .details-box .emailos i,
.page-layout.scrools-layout  .sidebar-schools .details-box .directionsos i,
.page-layout.scrools-layout  .sidebar-schools .details-box .websiteos i{
    color: #82b92b;
    margin-right: 10px;
}
.page-layout.scrools-layout  .sidebar-schools .headteacher-title{
    font-weight: 600;
    font-size: 16px;
    line-height: 155.9%;
}
.page-layout.scrools-layout  .sidebar-schools .headteacher-text{
    font-weight: 400;
    font-size: 16px;
    line-height: 155.9%;
    letter-spacing: 0.04em;
    color: #5D656D;
}
.single-schools .page-title {
    bottom: 40px;
}
.single-schools .page-title .title{
    text-align: left;
    width: 100%;

}
.sidebar-schools{
    width: 25%;
    float: right;
    background: #FFFFFF;
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.15));
    box-sizing: border-box;
    padding: 24px;
    margin-top: -100px;
    position: relative;
    z-index: 8
}
.page-layout.hastop.scrools-layout .breadcrumbs-box{
    margin-bottom: 25px;
}
.page-layout.hastop.scrools-layout .share-page{
    color: #8E9090
}
.people-list h2{
    flex:0 0 100%;
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 27px;
    color: #fff;
}
.popup{
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.popup.hide{
    display: none;
}
.popup:before{
    content: "";
    background: #0C1721;
    opacity: 0.85;
    width: 100vw;
    height: 100vh;
    display: block;
    position: fixed;
    z-index: -1;

}
.popup-wrapp{
    background: #fff;
    width: 790px;
    height: auto;
    max-height: 570px;
    position: relative;
}
.popup-wrapp .close-school,
.popup-wrapp .close{
    position: absolute;
    height: 50px;
    width: 50px;
    right: 0;
    top: 0;
    text-align: center;
    line-height: 50px;
    color: #fff;
    z-index: 2;
    cursor: pointer;
}
.popup-wrapp .close-school{
    z-index: 3;
}
.popup-wrapp .close-school i,
.popup-wrapp .close i{
    font-size: 18px;
    position: relative;
    top: 3px;
}
.popup-wrapp .slick-arrow{
    position: absolute;
    bottom: 50px;
    right: 390px;
    background: #0C1721;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border:none;
    color: #fff;
    z-index: 9;
    cursor: pointer;
}

.popup-wrapp .slick-arrow.slick-next{
    bottom: 0;
}
.popup-wrapp .slide-people{
    display: flex!important;
    justify-content: space-between;
}
.popup-wrapp .slide-people .text-box-people{
    padding: 50px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.popup-wrapp .slide-people .text-box-people .person-function{
    font-weight: 600;
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 0.01em;
    color: #0C1721;
}
.popup-wrapp .slide-people .text-box-people .title{
    font-weight: 500;
    font-size: 55.2183px;
    line-height: 50px;
    color: #0C1721;
}
.popup-wrapp .slide-people .image-people{
    width: 390px;
    min-height: 570px;
}
.wwabox4,
.wwabox8{
    cursor: pointer;
}
#popup2-wwa .popup-wrapp{
    width: 38vw;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 2vw;
    box-sizing: border-box;
}
#popup2-wwa .popup-wrapp .title{
    font-size: 55.2183px;
    line-height: 50px;
    color: #0C1721;
    text-align: center;
}
#popup2-wwa .popup-wrapp  .map-image{
    position: relative;
}
#popup2-wwa .popup-wrapp  .map-image img{
    width: 100%;
    height: auto;
}
.schools-list .hide{
    display: none;
}
.schools-list.hide{
    display: none;
}
.schools-list{
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    background: #fff;
    height: 570px;
    z-index: 3;
    padding: 60px 35px 35px;
    box-sizing: border-box;
}
.schools-list .school{

}
.map-over{
    content: "";
    background: #0C1721;
    opacity: 0.85;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 2;
    top:0;
    left: 0;
}
.map-over.hide{
    display: none;
}
.school-map{
    width: 2.5vw;
    height: 2.5vw;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    position: absolute;
    cursor: pointer;
}
.school-map0{
    top: 19.3vw;
    left: 22vw;
}
.school-map1{
    top: 5.4vw;
    left: 11.6vw;
}
.school-map2{
    top: 19.3vw;
    left: 5.2vw;
}
.school-map3{
    top: 16vw;
    left: 10.1vw;
}
.school-map4{
    top: 16.5vw;
    left: 24.5vw;
}
.school-map5{
    top: 11.9vw;
    left: 14vw;
}
.school-map6{
    top:9.5vw;
    left: 22vw;
}
.school-map7{
    top: 5.6vw;
    left: 7.5vw;
}

/*### RESPONSIVE ###*/
@media only screen and (max-width: 1600px) {
    .header-top-left,
    .header-top-right,
    .header-bottom-left,
    .header-bottom-right {
        padding-left: 5vw;
        padding-right: 5vw;
    }
    .header-bottom-left .new {
        left:5vw;
    }
    .header-bottom-right .new {
        right:5vw;
    }
    .header-home {
        left:20px;
    }
    .header-search {
        right:20px;
    }
    #menu-main-navigation-left .menu-item-has-children.twocol a .image-menu{
        left: calc(5vw + 640px);
    }
    #menu-main-navigation-left .menu-item-has-children a .image-menu{
        left: calc(5vw + 320px);
    }
    #menu-main-navigation-right .menu-item-has-children a .image-menu{
        right: calc(5vw + 320px);
    }
    #menu-main-navigation-right.twocol .menu-item-has-children a .image-menu{
        right: calc(5vw + 640px);
    }
    .our-people .left{
        width: 75%;
    }
}
/*End Mobile Menu*/
@media only screen and (max-width: 1400px) {
    .calendar-posts{
        margin-left: 0;
    }
    .nurs-flex-item-top{
        width: 100%;
    }
    .nurs-flex-item-top img{
        width: 100%;
    }
    .home-posts-flex{
        margin-left: 0;
    }

    .nurs-flex-item{
        margin-right: 10px;
        margin-left: 10px;
    }
    .single-gallery .gal-slick-new{
        margin-left: 0;
    }
    .wellcome-home{
        overflow-x: hidden
    }

}
@media only screen and (max-width: 1300px) {
    .frame.bigslide .close{
        right: 0;
    }
    .search-results .search_results{
        justify-content: space-around;
    }
    .header-bottom-right ul a:after{
        padding-top: 20px;
    }
    .header-bottom-left ul a:after{
        padding-top: 20px;
    }
    .header-search i{
        font-size: 15px;
    }
    .header-home a i{
        font-size: 15px;
    }
    .header-top-logo{
        width: 95px;
    }
    .header-top-left a, .header-top-right a{
        font-size: 12px;
    }
    .header-bottom-left ul li a{
        font-size: 0.8vw;
        padding-bottom: 20px;
    }
    .header-bottom-right ul li a{
        font-size: 0.8vw;
        padding-bottom: 20px;
    }
    .wrapper-sec{
        width: 100%;
        padding: 0 5%;
    }
    .scroll-box{
        display: block;
        margin: auto;
        margin-top: 40px;
    }
    .who-we-are:after{
        display: none;
    }
    .who-we-are::before{
        display: none;
    }
    .our-people .left {
        width: 100%;
    }
}
@media only screen and (max-width: 1200px) {
    .header-bottom-right ul a:after{
        padding-top: 15px;
    }
    .header-bottom-left ul a:after{
        padding-top: 15px;
    }
    .header-search i{
        font-size: 16px;
    }
    .header-home a i{
        font-size: 13px;
    }
    .header-top-logo{
        width: 70px;
    }
    .header-top-left a, .header-top-right a{
        font-size: 10px;
    }
    .header-bottom-left ul li a{
        font-size: 12px;
        padding-bottom: 15px;
    }
    .header-bottom-right ul li a{
        font-size: 12px;
        padding-bottom: 15px;
    }
    .header-top-logo img{
        height: 60px;
        width: auto;
    }
    .our-people .wrapper {
        position: relative;
    }
    .our-people {
        margin: 0%;
        width: 100%;
        justify-content: flex-start;
        flex-direction: column-reverse;
        margin-bottom: 25px;
    }
    .our-people .right img {
        display: block;
        width: 100%;
        height: auto;
    }
    .our-people .right .overimage{
        border-width: 56vw 40vw 0 0;
    }
    .our-people .right .overimage .deer{
        width: 130px;
        height: 180px;
        background-size: 100% auto;
        left: 0;
    }
    .our-people .left{
        width: 100%;
    }
    .our-people .left .title{
        font-size: 36px;
        line-height: 27px;
    }
    .our-people .left .text{
        font-size: 18px;
        line-height: 28px;
    }
    .os-top-slider .slick-prev,
    .os-top-slider .slick-next{
        right: 0;
    }
}
@media only screen and (max-width: 1140px) {
    .search-results .search .wrapper{
        width: 100%;
        padding: 0 5%;
    }
    .bottom_gallery_big{
        width: 100%;
    }
    .gallery-page .title-line h3{
        font-size: 40px;
    }
    .wrapper{
        width: 100%;
        box-sizing: border-box;
        padding: 0 5%;
    }
    .page-template-template-news .home-posts-flex, .single-page-box ~ .gal-slick .home-posts-flex{
        justify-content: space-around;
    }
    .page-template-template-policy .key-flex{
        justify-content: space-around;
    }
    .subject-page .subj-flex{
        justify-content: space-around;
    }
    .gallery-page .nurs-flex{
        justify-content: space-around;
    }
}
@media only screen and (max-width: 1024px) {
    body{
        overflow-x: hidden;
    }
    .bigslide + .controls{
        top: 100px;
    }
    body.mobile-open-menu{
        position: fixed;
        width: 100vw;
    }
    .mobile-menu.active{
        display: block !important;
    }
    .hamburger-button{
        display: block;
        /*width: 50px;*/
        height: 75px;
        background-color: #fff;
        padding-top: 14px;
    }
    .header .black-logo,
    .header.header2-image .black-logo,
    .header2-image .black-logo,
    .header.active .black-logo{
        display: block;
        opacity: 1;
        text-align: center;
    }
    .header2-image .white-logo,
    .header.active .white-logo{
        display: none;
        opacity: 0;
    }
    .header-search i,
    .header2-image .header-search i,
    .header.active .header-search i{
        color: #0C1721;
    }
    .hamburger-button .header-search,
    .hamburger-button .header-top-logo {
        top: 15px;
    }
    .header.active{
        position: fixed;
    }
    .header-top-logo{
        height: 60px;
        text-align: center;
    }
    .desktop-menu{
        display: none;
    }
    .nurs-flex-item:hover{
        transform: scale(1);
    }
    .page-layout .wrapper .sec-content h3{
        font-size: 30px;
    }
    .page-layout .wrapper .sec-content a, .page-layout .wrapper .sec-content p{
        font-size: 15px;
    }
    .breadcrumbs-wrapper + .wrapper .menu-page-list{
        width: 111.5%;
        margin: 0 -6%;
    }
    #customModal{
        position: relative;
        opacity: 1;
        width: 100%;
        right: 0;
        bottom: 0;
    }
    .frame .list{
        margin-left: 0;
        transform: translateX(0);
    }

    #customModal>div{
        width: 100%;
    }



    .wellcome-box .title span, .wellcome-box .title{
        font-size: 45px;
        line-height: 45px;
    }
    .wellcome-box .subtitle{
        font-size: 13px;
    }
    .wellcome-box .text p{
        font-size: 15px;
    }
    .wellcome-box .link span{
        font-size: 12px;
    }

    .footer .footer-bottom .footer-menu{
        display: block;
    }
    .content-footer .wrapper{
        display: inline-block;
    }

    .footer-cleverbox{
        float: none;
        text-align: center;
    }
    #menu-home-slider-menu{
        display: none;
    }
    .title-slider{
        font-size: 50px;
    }
    .news-filters-box .news-filters{
        float: none;
    }
    .breadcrumbs{
        display: none;
    }
    .page-layout .breadcrumbs-wrapper{
        position: relative;
        overflow: hidden;
    }
    .page-layout .wrapper.notop{
        margin-top: 0;
    }
    .page-layout aside.menu-page-list{
        width: 100vw;
        margin: 0 -5vw;
        cursor: pointer;
    }
    .menu-page-list .sidebar-toggle{
        display: none;
    }
    .menu-page-list.active .sidebar-toggle{
        display: block;
    }
    .page-layout .wrapper .sec-content{
        margin-top: 0;
        width: 100%;
    }
    .mobile-menu h3{
        margin-bottom:0;
    }
    .menu-item-has-children a .image-menu{
        display: none!important;
    }
    .mobile-menu ul{
        margin-bottom: 0;
    }

    .mobile-menu ul li a{
        color: #fff;
        padding: 15px 25px;
        text-decoration: none;
        width: 80%;
        display: block;
        font-size: 14px;
    }
    .mobile-menu .menu_wrapper_inner ul li{
        padding: 0;
    }
    .mobile-menu-accplus::after,
    .mobile-menu .menu-item-has-children.active .mobile-menu-accminus::after{
        top: 8px;
        right: 15px;
    }
    .home-posts-flex .slick-slide img{
        height: auto;
    }
    .image-box-news{
        height: auto;
        max-height: 220px;
    }

    .header-slider.slick-initialized.slick-slider .slick-slide::after{

        height: 100%;
        background-image: none;
        background-color: rgba(0,0,0,0.2);
    }
    .header-slider.slick-initialized.slick-slider::before{
        background: none;
    }
    .header-slider .slick-dots{
        display: none!important;
    }
    .side-top,
    .side-top .social-link,
    .side-top .scrolltosection{
        display: none;
    }
    .header-slider  .title-slider{
        padding: 0 20vw;
        bottom: 40px;
        font-size: 24px;
    }
    .bigslide .image-box .image{
        display: none;
    }
    .bigslide + .controls .btn span{
        display: none;
    }
    .bigslide .text-box{
        width: 100%;
    }
    .bigslide .image-container{
        width: 100%;
        margin-top: 30px;
        height: 66px;
    }
    .frame.bigslide .close{
        top: 0px;
    }
    .image-box .name{
        text-align: left;
        padding-left: 20px
    }
    .bigslide .text-box{
        max-height: inherit;
        display: block;
    }
    .bigslide{
        height: auto;
    }
    .wrapper-sec{
        width: 100%;
        box-sizing: border-box;
        padding: 0 5%;
    }
    .bott-text{
        margin: 40px auto 0;
    }
    .page-template-home .home-posts-flex{
        margin-left: 0;

    }
    .home-posts-flex-container1{
        width: 100%;
    }
    .wellcome-box .title span,
    .wellcome-box .title,
    .home-social-posts-flex .text {
        font-size: 24px;
        line-height: 30px;
    }
    .home-social-posts-flex .cercle {
        width: 20px;
        height: 20px;
    }
    .home-posts-container.ui-tabs .ui-tabs-nav .ui-tabs-anchor{
        padding: 10px!important;
    }
    .home-social-posts-flex .view-all{
        margin-bottom: 10px;
        width: 100%;
        text-align: center;
    }
    .home-posts-flex{
        padding-bottom: 50px;
    }
    .bott-text .title,
    .home-stats .top-text .title{
        font-size: 24px;
    }
    .calendar{
        padding: 60px 0 20px;
    }

    .sitemap ul li a{
        text-decoration: none;
    }
    #event_right_col,
    #event_left_col{
        width: 100%;
    }
    .event_list_item .event_list_date {
        width: 100%;
        margin-bottom: 10px;
        height: 43px;
        padding: 0;
        text-align: left;
    }
    .event_list_item .event_list_date .date_single{
        padding-top: 10px;
        padding-left: 10px;
    }
    .event_list_item .event_list_date .day {
        font-size: 18px;
        display: inline-block;
    }
    .event_list_item .event_list_date .month{
        display: inline-block;
    }
    .event_list_item .event_list_details{
        padding-left: 10px;
    }
    .event_list_item .event_list_details a{
        padding-bottom: 10px;
        display: block;
    }
    #event_left_col{
        margin-bottom: 0;
        padding: 0;
    }
    #category_key,
    #subscribe_full_calendar{
        display: none;
    }
    .contact-footer-contact-flex-container span{
        display: none;
    }
    .contact-footer-contact-flex{
        width: 60%;
        margin: 0 auto;
    }
    .contact-wrap.bobg{
        text-align: center;
    }
    .error404-container{
        padding: 120px 5%;
    }
    .page-header-container .image-slide img{
        display: block;
        width: 100vw;
        height: 40vh;
        object-fit: cover;
    }
    .page-title .title{
        display: none;
    }
    .page-header-container{
        margin-top: 75px;
        height: auto;
    }
    .page-layout.hastop .wrapper .sec-content{
        margin-top: 0px;
    }
    #filtervac .cats, .news-wraper #filternews .archive, #filternews .cats{
        width: 100%;
    }
    #customModal .close{
        display: none;
    }
    .desktop {
        display: none;
    }
    .mobile{
        display: block;
    }
    .calendar-page #event_right_col.fixedcontainer {
        margin-left: 0;
    }
    .calendar-page #event_right_col #tabs.fixed {
        width: 100%;
        top: 75px;
        left: 0;
    }
    .calendar-page  #tabs.ui-tabs-nav.fixed li{
        width: 49%;
    }
    .calendar-page  #tabs.event_view_links.fixed  a {
        margin-left: 5%;
        width: 100%;
        border-right: 1px solid #D3D3D3;
        border-left:0;
        margin-right: 5%;
    }
    .calendar-page #event_left_col.fixed{
        top: 128px;
        width: 100%;
        left: 0;
    }
    .menu-page-list .title .arrow-side {
        content: '\f107';
        font-family: 'FontAwesome';
        right: 5%;
        position: absolute;
        font-weight: 300;

    }
    .menu-page-list .title .arrow-side i{
        font-size: 19px;
        display: inline-block;
        vertical-align: middle;
    }
    .menu-page-list.active .title .arrow-side{
        -ms-transform: rotate(180deg); /* IE 9 */
        transform: rotate(180deg);
    }
    .wellcome-home{
        overflow: hidden;
    }
    .wellcome-box{
        flex-direction: column;

    }
    .wellcome-box .left{
        width: 112%;
        padding-right: 0%;
        margin-right: -7%;
        margin-left: -7%;
        margin-bottom: 20px;
    }
    .wellcome-box .right {
        width: 100%;
    }

    .who-we-are{
        margin: 0;
        width: 100%;
        padding: 60px 0;
        display: flex;
        flex-direction: column;
		min-height: 65vh;
height: auto;
    }
    .mob-slide-wrapp-wwa{
        width:80%!important;
        margin: 0 auto;
    }
    .who-we-are .wwabox1,
    .who-we-are .wwabox2,
    .who-we-are .wwabox3,
    .who-we-are .wwabox4,
    .who-we-are .wwabox5,
    .who-we-are .wwabox6,
    .who-we-are .wwabox7,
    .who-we-are .wwabox8{
        position: relative;
        top: 0vh;
        left: 0vw;
width: 34vw !important;
height: 34vw;
		margin: 0 1vw;
        padding: 0;
        border: 3px solid #98D635;
    }
    .who-we-are .image-wwa img{
        padding: 0px;
    }
    .who-we-are .title-wwa {
        position: relative;
        font-weight: 500;
        font-size: 32px;
        line-height: 27px;
        margin-bottom: 20px;
    }
    .mob-slide-wrapp-wwa .slick-arrow{
        position: absolute;
        top: 50%;
        margin-top: -12px;
        background: none;
        color: #fff;
        border: none;
    }
    .mob-slide-wrapp-wwa .slick-arrow.slick-prev{
        left: -10%;
    }
    .mob-slide-wrapp-wwa .slick-arrow.slick-next{
        right: -10%;
    }
    .who-we-are .image-wwa::after{
        display: none;
    }
    .who-we-are .image-wwa::before {
        width: calc(100% - 16px );
        height: calc(100% - 16px );
        top: 8px;
        left: 8px;
    }

    .who-we-are .title-list-wwa {
        bottom: 0;
        width: 100%;
        left: 0;
        top: 0;
        margin: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 23px;
        line-height: 22px;
    }
    .who-we-are .wwabox3 .title-list-wwa, .who-we-are .wwabox6 .title-list-wwa, .who-we-are .wwabox7 .title-list-wwa,
    .who-we-are .wwabox5 .title-listtext-wwa,
    .who-we-are .title-listtext-wwa{
        font-size: 23px;
        line-height: 22px;
    }
    .who-we-are .wwabox5 .text-list-wwa,
    .who-we-are .text-list-wwa{
        font-size: 18px;
        line-height: 22px;
        max-width: 80%;
    }
    .who-we-are .textbox-wwa{
        display: flex!important;
        flex-direction: column;
    }

    .who-we-are::before {
        width: 100vw;
        height: 100vw;
    }
    .who-we-are::before{
        left: auto;
        bottom: 0;
        right: -14vw;
        top: 0;
        margin: auto;
        width: 80vw;
        height: 80vw;
    }
    .home-posts-container {
        margin: 0;
        width: 100%;
    }
    .top-news-title-link h2{
        font-weight: 500;
        font-size: 32px;
        line-height: 27px;
        text-align: center;
        display: block;
        width: 100%;
    }
    .news-top{
        flex-direction: column;
    }
    .home-posts-flex {
        width: 100%;
        flex-direction: column;
        padding-bottom: 25px;
    }
    .slider-home-posts {
        width: 100%;
        margin-bottom: 25px;
    }
    .youtube-news{
        width: 100%;
        margin-bottom: 25px;
    }
    .youtube-news .youtube-article .image{
        min-height: 380px;
    }
    .home-posts-container .article .image{

        min-height: 300px;
    }
    .youtube-news .youtube-article, .slider-home-posts .article{
        height: auto;
    }
    .slider-home-posts-nav {
        width: 100%;
    }
    .home-posts-flex .slick-prev {
        bottom: 75px;
    }
    .home-posts-flex .slick-next{
        bottom: 25px;
    }
    .home-posts-flex .slider-controls{
        bottom:25px;
    }
    .link,
    .link span{
        width: 100%;
        text-align: center;
    }
    .news-bottom{
        flex-direction: column;
    }
    .twitter-acticle{
        flex-direction: column;
    }
    .twitter-acticle.has_image .image-box-twitter{
        width: 100%;
        height: auto;
    }
    .twitter-acticle.has_image .text-container {
        width: 100%;
    }
    .news-bottom .social-links-list {
        width: 100%;
        align-items: flex-start;
    }

    .where-next .title-wwa{
        font-weight: 500;
        font-size: 32px;
        line-height: 27px;
        text-align: center;
        display: block;
        width: 100%;
    }
    .where-next .wn-box{
        flex-direction: column;
    }
    .where-next .wn-box .wnbox{
        width: 100%;
        margin-bottom: 25px;
    }
    .os-top-slider-pagination{
        display: none!important;
    }
    .os-details{
        position: relative;
    }
    .our-schools .title-os{
        left: 0;
        font-weight: 500;
        font-size: 32px;
        line-height: 27px;
        text-align: center;
        display: block;
        width: 100%;
    }
    .our-schools .os-box {
        position: relative;
        right: 0;
        top: 0;
        width: 100%;
        height: auto;
        background: #FFFFFF;
        box-shadow: none;
        padding: 30px 0px 30px 0px;
        box-sizing: border-box;
        z-index: 5;
    }
    .os-top-slider .slick-next {
        right: 0;
        top:inherit;
        bottom:0;
    }
    .os-top-slider .slick-prev {
        right: 0;
        top:inherit;
        bottom:50px;
    }
    .os-details .link{
        display: none;
    }
    .footer-top .wrapper{
        flex-direction: column;
    }
    .footer-top .footer-right-top,
    .footer-top .footer-mid-top,
    .footer-top .footer-left-top {
        width: 100%;
        margin-right: 0;
    }
    .footer-bottom .wrapper{
        flex-direction: column;
    }
    .footer-bottom .footer-menu {
        width: 100%;
        text-align: left;
        box-sizing: border-box;
        padding: 0 5%;
    }
    .footer-bottom .footer-cleverbox {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        box-sizing: border-box;
        padding: 0 5%;
        text-align: left;
        margin-top: 0;
    }
    #menu-footer-links{
        padding: 0 0 20px 0;
    }
    .page-layout .wrapper .sec-content h1{
        font-size: 50px;
    }
    .page-layout .wrapper .sec-content blockquote p{
        font-size: 20px;
        line-height: 30px;
    }
    .news-page-list .article{
        width: 48%;
    }
    .page-template-template-people .home-posts-container,
    .page-template-template-os .home-posts-container,
    .page-template-template-news .home-posts-container {
        margin-top: 40px;
    }
    .sidebar-schools {
        width: 100%;
        margin: 50px 0;
    }
    .persons-layout .persons-details-single{
        flex-direction: column-reverse;
    }


    .persons-layout .right {

        width: 100%;

    }
    .persons-layout .left {

        width: 100%;

    }
    .persons-layout .persons-details-single h1{
        font-size: 22.22px;
        line-height: 27px;
        margin-bottom: 20px;
    }
    .persons-layout .persons-details-single .person-function{
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 20px;
    }
    .title-slider .wrapper{
        font-size: 12vw;
        line-height: 12vw;
    }
    .our-people .wrapper{
        left: 0;
    }
    #popup2-wwa .popup-wrapp{
        width: 100%;
    }
    #popup2-wwa .popup-wrapp .title {
        font-size: 5vw;
        line-height: 5vw;
    }
    .school-map {
        width: 6.5vw;
        height: 6.5vw;
    }
    .school-map0{
        top: 55.3vw;
        left: 62vw;
    }
    .school-map1{
        top: 15.4vw;
        left: 33.6vw;
    }
    .school-map2{
        top: 55.3vw;
        left: 15.2vw;
    }
    .school-map3{
        top: 46vw;
        left: 29.1vw;
    }
    .school-map4{
        top: 46.5vw;
        left: 69.5vw;
    }
    .school-map5{
        top: 34.9vw;
        left: 40vw;
    }
    .school-map6{
        top: 27.5vw;
        left: 63vw;
    }
    .school-map7{
        top: 16.6vw;
        left: 21.5vw;
    }
    .schools-list{
        width: 100%;
    }
    .popup-wrapp {
        width: 100%;
        max-height: inherit;
    }
    .popup-wrapp .slide-people {
        flex-direction: column-reverse;
    }
    .popup-wrapp .slide-people .image-people {
        width: 100%;
        min-height: auto;
    }
    .popup-wrapp .slide-people .image-people img{
        width: 100%;
        height: auto;
    }
    .popup-wrapp .slide-people .text-box-people .title {
        font-size: 8vw;
        line-height: 8vw;
        margin-bottom: 9vw;
    }
    .popup {
        z-index: 9999;
    }
    .our-people .left {
        width: 100%;
        padding: 50px 10px;
    }
}
@media only screen and (max-width: 900px) {
    .wellcome-bg{
        width: 100%;
        top: 0;
    }
    .wellcome-box .left{
        width: 100%;
        float: none;
        padding: 0;
    }
    .wellcome-box .link{
        display: block;
        width: 100%;
        min-width: 135px;
        bottom: 30px;
        margin: auto;
        text-align: center;
    }
    .wellcome-box .right{
        width: 100%;
        float: none;
        padding: 0;
    }
    .wellcome-home{
        position: relative;
    }
    .subject-single .detail-slick .slick-prev,
    .single-page-box .detail-slick .slick-prev{
        top: 5px;
        right: 5px;
        margin-top: 0;
    }
    .subject-single .detail-slick .slick-next,
    .single-page-box .detail-slick .slick-next{
        top: 38px;
        right: 5px;
        margin-top: 0;
    }
    .subject-single .slick-initialized .slick-slide,
    .single-page-box .slick-initialized .slick-slide{
        height: auto;
    }
    .subject-single .slick-slide img,
    .single-page-box .slick-slide img{
        object-fit: cover;
        width: 100%;
        height: auto;
    }
    .people-list .article{
        width: 48%;
    }
}
@media only screen and (max-width: 800px) {
    .title-slider{
        font-size: 35px;
    }
    .calendar .home-social-posts-flex{
        margin-bottom: 40px;
    }
    .home-social-posts-flex{
        margin: 0;
    }
    .home-social-posts-flex{
        padding: 18px 0;
    }
    .home-social-posts-flex .view-all{
        height: 80px;
        line-height: 80px;
    }
    .calendar .subtitle{
        font-size: 14px;
    }
    .home-stats .top-text .subtitle{
        font-size: 14px;
    }

    .calendar .title-cal{
        font-size: 30px;
    }
    .detail-slick .slick-prev, .detail-slick .slick-next{
        right: 0;
    }
    .share-page {
        -webkit-animation: pulsate 3s ease-out;
        -webkit-animation-iteration-count: infinite;
    }
    @-webkit-keyframes pulsate {
        0% {
            font-size: 12px;
        }
        5% {
            font-size: 14px;
        }
        10%{
            font-size: 12px;
        }
        15%{
            font-size: 14px;
        }
        20%{
            font-size: 12px;
        }
        100% {
            font-size: 12px;
        }
    }
    .gallery-page .wrapper{
        overflow: hidden;
        padding-bottom: 40px;
    }
    .masonry-item{
        width: 49%
    }

    .bott-text .subtitle{
        font-size: 14px;
    }
    .scroll-box{
        width: 100%;
    }
    .footer-bottom .footer-menu li{
        width: 49%;
    }
    .footer-bottom .footer-menu li::before{
        display: none;
    }

    .wrap .scroll-box{
        width: 100%;
    }
    .subject-single .wrapper,
    .single-page-box .wrapper,
    .key-single-page .wrapper{
        width: 100%;
        box-sizing: border-box;
        padding: 0 5%;
    }
    .single-page-box .video-lad{
        width: 100%;
    }
    .single-page-box .video-lad img{
        width: 100%;
        height: auto;
    }
    .subject-page .small-wrapper,
    .noaside.wrapper, .breadcrumbs-wrapper.noaside .wrapper,
    .small-wrapper, .single-page-box .wrapper.small-wrapper{
        width: 100%
    }
    .page-layout .wrapper.small-wrapper .sec-content img{
        width: 100%;
        height: auto;
    }
    .page-template-template-contact .notop,
    .notop{
        margin-top: 120px;
    }
    .bobg{
        padding-top: 120px;
        margin-top: 0;
    }
    .people-list .article{
        width: 100%;
    }
    .people-list .article  .inside-person{
        width: 100%;
    }
}
@media only screen and (max-width: 550px) {
    .title-slider{
        font-size: 30px;
    }
    .gallery-page .wrapper{
        overflow: hidden;
    }
    .scrollbar .handle{
        max-width: 200px;
    }
    .gallery-page .title-line h3{
        font-size: 30px;
    }
    .gallery-page .nurs-flex{
        grid-template-columns: repeat(auto-fill, 300px);
    }
    .nurs-flex-item{
        margin: 0;
        width: 300px;
    }
    .footer-bottom .footer-menu li{
        width: 100%;
    }

    .video-lad .button{
        width: 120px;
        height: 120px;
        margin-top: -60px;
        margin-left: -60px;
    }
    .video-lad .button .button-inside{
        width: 90px;
        height: 90px;
    }
    .video-lad .button:hover .button-inside{
        width: 115px;
        height: 115px
    }
    .video-lad .button .play{
        border-width: 12px 0 12px 19px;
    }
    .share{
        position: absolute;
        right: -142px;
        transition: 0.5s;
        cursor: pointer;
    }
    .breadcrumbs-box{
        position: relative;
        overflow: hidden;
    }
    .share:hover{
        right: 6px;
    }
    .subject-single .subj-det-top .detail-share-back-container{
        display: block;
        margin: auto;
        text-align: center;
        float: none;
    }
    .subj-det-top{
        border: none;
    }
    .subj-det-cat.vac-cat{
        float: none;
    }
    .vac-flex-item{
        height: auto;
        width: 100%;
    }
    .subject-page .subj-flex{
        grid-template-columns: auto;
    }
    .subj-flex-item {
        width: 100%;
        height: auto;
    }
    .sec-download1 span{
        max-width: 250px;
    }
    #filternews,
    .news-page-list .article{
        width: 100%;
    }
    .os-details .details-box a {
        flex: 0 0 100%;
    }
    .news-page-list .article{
        height: auto;
    }
    .os-details .details-box a.directionsos{
        margin-bottom: 0;
    }
	  .who-we-are .wwabox1,
    .who-we-are .wwabox2,
    .who-we-are .wwabox3,
    .who-we-are .wwabox4,
    .who-we-are .wwabox5,
    .who-we-are .wwabox6,
    .who-we-are .wwabox7,
    .who-we-are .wwabox8{
width: 70vw !important;
height: 70vw;

    }
}
@media only screen and (max-width: 400px) {

    .masonry-item{
        width: 99%
    }
    .footer .end-footer{
        font-size: 14px;
    }
    .footer .location span{
        font-size: 10px;
    }
    .phone-footer{
        font-size: 14px !important;
    }
    .phone-footer a{
        font-size: 14px !important;
    }
    .mail-footer{
        font-size: 14px !important;
    }
    .mail-footer a{
        font-size: 14px !important;
    }
    .footer .mail-footer, .footer .phone-footer, .footer .address-footer{
        font-size: 14px;
    }
    .page_internal_news .home-social-posts-flex .view-all{
        display: block;
        float: none;
        width: 180px;
        margin: auto;
        line-height: 60px;
        height: 60px;
    }
    .custom-tabs-list{
        float: none;
    }
    .subj-det-top .custom-select2{
        width: 100%;
        text-align: center;
    }
    .subj-det-top .subject-page-title{
        margin-right: 0;
        width: 100%;
        text-align: center;
    }
    .calendar-page #tabs.ui-tabs-nav.fixed li {
        width: 48%;
    }
    .calendar-page #tabs.ui-tabs-nav.fixed .ui-tabs-anchor{
        padding: .5em;
    }
    .image-map-os img{
        min-height: 300px;
    }
}


  
/*### END RESPONSIVE ###*/