/*
Theme Name: James Brindley
Version: 2.0
Author: Alexe Vlad
Author URI: http://cleverbox.co.uk
Description: Website developed by Alexe Vlad
*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&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: 'Poppins', sans-serif;
    font-weight:normal;
    font-size: 12px;
    margin-top: 0px;
}
* {
    margin:0;
    padding:0;
    outline: 0 none;
}
html{
    font-size: 10px;  /*Meaning that 0.1rem = 1px*/
    scroll-behavior: smooth;
}
.cf:before,
.cf:after ,
.clear:before,
.clear:after{
    content:"";
    display:table;
}
.clear,
.clear:after,
.cf:after {
    clear:both;
}
body{
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
}
h1{
    font-weight: 700;
    font-size: 52px;
    line-height: 78px;
    letter-spacing: 0.03em;
    color: #1C4780;
    margin-block-end: 20px;
}
h2{
    font-weight: 700;
    font-size: 40px;
    line-height: 60px;
    letter-spacing: 0.03em;
    color: #1C4780;
    margin-block-end: 20px;
}
h3{
    font-weight: 700;
    font-size: 36px;
    line-height: 54px;
    letter-spacing: 0.03em;
    color: #1C4780;
    margin-block-end: 20px;
}
h4{
    font-weight: 700;
    font-size: 26px;
    line-height: 39px;
    letter-spacing: 0.03em;
    color: #1C4780;
    margin-block-end: 20px;
}
h5{
    font-weight: 700;
    font-size: 22px;
    line-height: 33px;
    letter-spacing: 0.03em;
    color: #1C4780;
    margin-block-end: 20px;
}
h6{
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.03em;
    color: #1C4780;
    margin-block-end: 20px;
}
p{
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
    color: #343434;
    margin-block-end: 20px;
}
p strong,
strong{
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
    color: #343434;
    font-weight: bold;
}
p em,
em{
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
    color: #343434;
    font-style: italic;
}
em strong,
strong em,
p em strong,
p strong em{
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
    color: #343434;
    font-style: italic;
    font-weight: bold;
}
a{
    text-decoration: none;
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
    color: #1C4780;
    margin-block-end: 20px;
    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{
    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-block-end: 20px;
}
ul li{
    margin-left: 15px;
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
    color: #343434;
}
ul li::marker {
    color: #1C4780;
}
ol li{
    margin-left: 15px;
}
ul li a,
ol li a{
    font-weight: 400;
    font-size: 17px;
    color: #1C4780;

}
.wp-block-image img{
    height: auto;
}
.wp-block-embed__wrapper{
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.wp-block-embed iframe {
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
blockquote{
    border-left: 6px solid #9ADBF0;
    padding-left: 30px;
    margin-block: 90px;
}
blockquote p{
    font-weight: 400;
    font-size: 30px;
    line-height: 40px;
    color: #1C4780;
}
blockquote cite{
    font-weight: 600;
    font-size: 13px;
    line-height: 55px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #1C4780;
}
input{
    -webkit-border-radius:0;
    -webkit-appearance: none;
    border-radius:0;
}
.wrapper{
    width: 1250px;
    position: relative;
    margin: 0 auto;
}
.width-sidebar .main-wrapper {
    width: 100vw;
    min-height: 70vh;
    margin: 0;
    display: flex;
    flex-direction: column;
    padding-right: 30vw;
    position: relative;
    right: 0;
    box-sizing: border-box;
    padding-left: 20vw;
}
.widhout-sidebar .main-wrapper{
    width: 1250px;
    position: relative;
    margin: 0 auto;
}
.width-sidebar .main-wrapper .wrapper {
    width: auto;
}

.global-button{
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 55px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #073F68;
    padding: 0px 60px 0px 0px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    display: inline-flex;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #073F68;
}
.global-button:after{
    content: '';
    background: #073F68;
    width: 0%;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    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: -1;
    margin-top: 0;
}
.global-button:before{
    content: "\f178";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    display: block;
    position: absolute;
    right: 0;
    top: 0px;
    font-size: 20px;
}

.global-button:hover:after{
    width: 100%;
}
.global-button.white{
    color: #fff;
    border-bottom: 1px solid #fff;
}
.global-button.white:after{
    background: #fff;
}
.global-button.white:hover{
    color: #fff;
}
.wp-block-preformatted{
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
    color: #1C4780;
    margin-block-end: 20px;
}
table thead{
    position: relative;
    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;
    box-sizing: border-box;
    background:  #1C4780;
    ;
    margin-bottom: 5px;

}
table{
    box-sizing: border-box;
    margin-bottom:60px;
    overflow: hidden;
}

table thead th{
    padding: 10px 20px!important;
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
    color: #fff;
    width: 100%;
    text-align: left;

}

table tbody td{
    background: #EBEDF3;
    border: none!important;
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
    color: #000000;
    padding: 10px 20px!important;
    border-top: 5px solid #fff !important;
    border-right: 5px solid #fff !important;
}
table td:last-child {
    border-right: none;
}

.wp-block-table .has-fixed-layout td,
.wp-block-table .has-fixed-layout th {
    word-break: keep-all!important;
}
table thead th{
    width: auto!important;

}
/*### Menu ###*/
#opennav_overlay{
    width:100%;
    left:0;
    z-index:9999;
    transition:opacity .5s ease-in-out;
    cursor:pointer;
    opacity:0;
    background:rgba(28, 71, 128, 0.85);
}
#opennav_overlay,#slideout_nav{
    top:0;
    height:100%;
    position:fixed
}
#opennav_overlay.open{
    opacity:1
}
.fancybox-margin #slideout_nav{
    width:0
}
#slideout_nav{
    width:470px;
    right:-470px;
    background:#FFFFFF;
    z-index:99999;
    transition:all .5s ease-in-out
}
#slideout_nav.open{
    right:0!important
}

#slideout_nav ul#slideout_nav_list,#slideout_nav ul#slideout_nav_list li ul{
    margin:0;
    padding:0
}
#slideout_nav ul#slideout_nav_list li,#slideout_nav ul#slideout_nav_list li ul li{
    margin:0;
    padding:0;
    list-style:none;
    background: none;
}
#slideout_nav ul#slideout_nav_list li a{
    display:block;
    color:#163660;
    text-transform:capitalize;
    margin-block-end:0;
}
#slideout_nav ul#slideout_nav_list li.sel:not(.sub)>a{
    color:#d9bf7e;
    border-color:#d9bf7e
}
#slideout_nav ul#slideout_nav_list>li>a{
    display:block;
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    padding:10px 5px 7px 0;
    position:relative;
    letter-spacing: 0.03em;
    color:#163660;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    margin-block-end:0;
    border-bottom: 2px solid #163660;
}
#slideout_nav ul#slideout_nav_list>li.sub>a .svg-inline--fa{
    position:absolute;
    right:0;
    top:calc(50% + 1px);
    height:14px;
    width:14px;
    transform:translateY(-50%);
    transition:transform .2s ease-in
}
#slideout_nav ul#slideout_nav_list>li.sub>a>span:after,
#slideout_nav ul#slideout_nav_list>li.sub>a>span:before{
    content:"";
    position:absolute;
    width:10px;
    transition:opacity .3s ease-in-out;
    opacity:0;
    left:-20px
}
#slideout_nav ul#slideout_nav_list>li.sub>a:before{
    background:#4e2583;
    top:calc(50%);
    transform:translateY(-50%);
    height:20px
}
#slideout_nav ul#slideout_nav_list>li.sub>a:after{
    background:#fff;
    top:calc(50%);
    height:2px
}
#slideout_nav ul#slideout_nav_list>li.sub:not(.open)>a:after,
#slideout_nav ul#slideout_nav_list>li.sub:not(.open)>a:before{
    opacity:1
}
#slideout_nav ul#slideout_nav_list>li.open>a .svg-inline--fa .fa-minus{
    display: block;
}
#slideout_nav ul#slideout_nav_list>li.open>a .svg-inline--fa .fa-plus{
    display: none;
}
#slideout_nav ul#slideout_nav_list>li>a .svg-inline--fa .fa-plus{
    display: block;
}
#slideout_nav ul#slideout_nav_list>li>a .svg-inline--fa .fa-minus{
    display: none;
}
#slideout_nav ul#slideout_nav_list>li>ul{
    width:100%;
    overflow:hidden
}
#slideout_nav ul#slideout_nav_list>li>ul>li:first-of-type{
    padding-top:10px
}
#slideout_nav ul#slideout_nav_list>li>ul>li:last-of-type{
    padding-bottom:10px
}
#slideout_nav ul#slideout_nav_list>li>ul>li>a{
    font-size: 13px;
    line-height: 32px;
    letter-spacing: 0.03em;
    font-weight: 600;
    position: relative;
    opacity: 0.7;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#slideout_nav ul#slideout_nav_list>li>ul>li.current_page_item>a,
#slideout_nav ul#slideout_nav_list>li>ul>li>a:hover{
    opacity: 1;
}
#slideout_nav ul#slideout_nav_list>li>ul>li>a .svg-sub{
    position: relative;
    right: 0;
    top: 0;
    height: 14px;
    width: 20px;
    transition: transform .2s ease-in;
}
#slideout_nav ul#slideout_nav_list>li>ul>li>a .svg-sub svg,
#slideout_nav ul#slideout_nav_list>li>ul>li>a .svg-sub i{
    color: #163660;
    font-size: 30px
}
#slideout_nav ul#slideout_nav_list>li>ul>li>ul>li>a{
    font-size:14px;
    line-height:23px;
    padding:5px 10px 5px 30px;
    position:relative
}
#slideout_nav #slideout_close{
    position:absolute;
    width:36px;
    height:36px;
    top: 35px;
    right: 37px;
}
#slideout_nav.open #slideout_close{
    display:block;
    opacity:1;


}
#slideout_nav ul#slideout_nav_list > li:hover > a{
    border-bottom:  2px solid #9ADBF0;
    opacity: 1;
}

#slideout_nav ul#slideout_nav_list > li.current-menu-item > a{
    border-bottom:  2px solid #9ADBF0;
    opacity: 1;
}
#slideout_nav #slideout_close i,
#slideout_nav #slideout_close svg{
    color: #1C4780;
    font-size: 30px
}
#slideout_nav #slideout_close .arrow-head,#slideout_nav #slideout_close .arrow-head:after,#slideout_nav #slideout_close .sliding-arrow-left{
    border-color:#fff
}
#slideout_nav #slideout_logo{
    display:none
}
#slideout_nav .pad{
    padding:105px 70px 20px;
    height:100%;
    overflow: scroll;
    box-sizing: border-box;
}
#slideout_nav .pad .scroll{
    height:100%
}
#slideout_nav .pad .scroll .mCustomScrollBox{
    margin-right:20px
}
#slideout_nav .pad .scroll .mCSB_inside>.mCSB_container,#slideout_nav .pad .scroll.mCS_no_scrollbar .mCustomScrollBox{
    margin-right:0;
    overflow:visible
}
#slideout_nav .pad .scroll .mCSB_scrollTools .mCSB_draggerRail{
    background:#301f93;
    width:9px
}
#slideout_nav .pad .scroll .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    border-color:#301f93;
    background-color:#fff;
    width:3px
}

.header-menu-container{
    height: 55px;
}
.header-circle-menu {
    display: flex;
    width: 150px;
    height: 50px;
    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;
    position: relative;
    margin-left: 50px;
}
.header-circle-menu .menu-text{
    font-weight: 600;
    font-size: 13px;
    line-height: 55px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #FFFFFF;
}
.no-slider .header-circle-menu .menu-text,
.header.headroom--not-top .header-circle-menu .menu-text{
    color: #163660;
}
#nav-icon3 {
    width: 50px;
    height: 13px;
    position: relative;
    top: 10px;
    margin: 5px 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: 60%;
    background: #fff;
    opacity: 1;
    right: 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:hover span{
    background: #9ADBF0;
}
#nav-icon3 span:nth-child(1) {
    top: 0px;
}
#nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
    top: 14px;
    width: 80%;
}
.no-slider #nav-icon3 span,
.headroom--not-top #nav-icon3 span{
    background: #163660;
}
#nav-icon3 span:nth-child(4) {
    top: 27px;
    width: 100%;
}
.mobile-open-menu #nav-icon3 span:nth-child(1) {
    top: 2744444444px;
    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: 27px;
    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);
}

/*### End Menu ###*/
/*### Search ###*/

#search{
    background-color:#1C4780;
    height:50px;
    padding:10px 0;
    top:-50px;
    left:0;
    width:100%;
    z-index:500;
    transition:top .2s ease-in-out;
    position: fixed;
    box-sizing: border-box;
}

#search #search_form{
    width:100vw;
    height:30px;
    padding:0;
    margin:0
}
#search input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff;
}
#search input::-moz-placeholder { /* Firefox 19+ */
    color: #fff;
}
#search input:-ms-input-placeholder { /* IE 10+ */
    color:#fff;
}
#search input:-moz-placeholder { /* Firefox 18- */
    color:#fff;
}
#search #search_form .kw{
    width: 85vw;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    margin: 0;
    margin-left: 0px;
    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;
    position: absolute;
    left: 0;
}
#search #search_form .kw::-webkit-input-placeholder{
    color:rgba(255,255,255,.5)
}
#search #search_form .kw:-moz-placeholder{
    color:rgba(255,255,255,.5)
}
#search #search_form .kw::-moz-placeholder{
    color:rgba(255,255,255,.5)
}
#search #search_form .kw:-ms-input-placeholder{
    color:rgba(255,255,255,.5)
}
#search #search_form .search_go{
    float:left;
    width:31px;
    height:30px;
    line-height:27px;
    text-align:center;
    color:#FFF;
    margin-right:10px;
    border: none;
    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;
}
#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 .font-box:before{
    font-family: 'FontAwesome';
    position: relative;
    left: -5px;
    font-size: 18px;
    color: #fff;
    content: "\f002";
}
#search #search_form .font-box:hover:before{
    color: #d3cbb7;
}
#search #search_form .search_go {
    position: absolute;
    left: 0;
    right: 0;
    background: transparent;

}
#search #search_form #search_close:hover,#search #search_form .search_go:hover{
    color:#d3cbb7
}
#search #search_form #search_close{
    float:right;
    color:#FFF;
    line-height:27px;
    height:30px;
    padding:0 10px
}
ul.ui-autocomplete{
    z-index:1000;
    position:fixed;
    top:0;
    left:0;
    cursor:default;
    background:#361a5b;
    border:none;
    max-width:300px;
    margin:-8px 0 0 -5px
}
ul.ui-autocomplete li{
    padding:0;
    margin:0;
    list-style:none;
    padding:10px 15px;
    color:#FFF;
    font-size:12px;
    line-height:16px
}

ul.ui-autocomplete li a{
    display:block;
    padding:10px 15px;
    color:#FFF;
    font-size:12px;
    line-height:16px
}
.ui-menu .ui-state-focus, .ui-menu .ui-state-active{
    margin: 0!important;
}
ul.ui-autocomplete li:hover,
ul.ui-autocomplete li a:hover{
    color:#fff;
    background:#55288f
}

.search-page{
    margin-bottom: 40px;
    padding-top: 180px;
}

.search-page .news-page-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-top: 100px
}
.search-page .news-box{
    margin: 0 1% 20px;
    width: 23%;
    transition: all 0.5s ease ;
    -webkit-transition: all 0.5s ease ;
    -moz-transition: all 0.5s ease ;
    -o-transition: all 0.5s ease ;
}


.search-page .news-box .image-box-news img{
    width: 100%;
    height: auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    max-height: 400px;
    object-fit: cover;
}
.search-page .news-box .bottom-content{
    display: flex;
}
.search-page .news-box .date-icon{
    width: 32px;
}
.search-page .news-box .date-icon i,
.search-page .news-box .date-icon svg{
    color: #fff;
    margin-right: 15px;
    font-size: 17px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
.search-page .news-box .post-date{
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    color: #fff;
    display: flex;
    justify-content: flex-end;

    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 0.25em;
    color: #746A6A;
    margin-top: 28px;
}
.search-page .news-box .post-date span{

    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 0.25em;
    color: #746A6A;
    margin-right: 10px;
}

.search-page .news-box .bottom-content .text-container{
    width: 100%;
    height: 230px;
    box-sizing: border-box;
    padding: 30px;

    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    border-bottom-right-radius: 10px;
    position: relative;
    z-index: 1;
    background: #1C4780;
}
.search-page .news-box.no-image .bottom-content .text-container{
    margin-top: 0px;
}
.search-page .news-box .bottom-content .text-container h3{
    margin-bottom: 0;
    font-size: 23px;
    line-height: 25px;
    color: #fff;
}
.search-page .news-box .bottom-content .text-container h3 a{
    font-style: normal;
    font-weight: 700;
    font-size: 23px;
    line-height: 25px;
    color: #FFFFFF;
    text-transform: none
}
.search-page .news-box .bottom-content .text-container p{
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 25px;
    color: #FFFFFF;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 5;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    overflow: hidden;
}

.search-page .news-box .image-box-news{
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}

.search-page .news-box .image-box-news:before{
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #E34A44 ;
    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;
}
.search-page .news-box:hover .image-box-news:before{
    opacity: 0.8;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.search-page .news-box.news .image-box-news:before{
    background-color: #E34A44 ;
}
.search-page .news-box.twitter .image-box-news:before{
    background-color:  #53869F;
}
.search-page .news-box.instagram .image-box-news:before{
    background-color:  #D8567E;
}
/*### END Search ###*/


/*### Header ###*/

.header{
    padding: 44px 65px;
    display: flex;
    box-sizing: border-box;
    justify-content: flex-end;
    align-items: center;
	   position: fixed;
    top:0;
    z-index:1039;
    width: 100%;
}

.header-right{
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}
.header-right .top-head{
    display: flex;
    align-items: center;
}
.header-right .top-head ul li{
    margin-left: 15px;
    padding-left: 15px;
    list-style: none;
    display: inline-block;
    border-left: 1px solid #FFFFFF;
    line-height: 20px;
}
.no-slider .header-right .top-head ul li ,
.header.headroom--not-top .header-right .top-head ul li {
    border-color: #163660;
}
.header-right .top-head ul li:first-child{
    padding: 0;
    margin: 0;
    border: none;
}
.header-right .top-head ul li a{
    font-weight: 700;
    font-size: 11px;
    line-height: 20px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #FFFFFF;
}
.no-slider .header-right .top-head ul li a,
.header.headroom--not-top .header-right .top-head ul li a{
    color: #163660;
}
.header-right .bottom-head{
    display: flex;
    align-items: center;
}
.logo{
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    width: 241px;
    height: 107px;
    margin-right: auto;
    filter: brightness(0) invert(1);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.headroom--not-top .logo{
    filter: none;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.header .search-header,
.header .social a{
    width: 36px;
    height: 36px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #fff;
    font-size: 16px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    margin-right: 10px;
    color: #1C4780;
    margin-block-end:0;
    cursor: pointer;
}
.header .search-header:hover,
.header .social a:hover{
    background: #9ADBF0;
}

.no-slider.header .search-header,
.header.headroom--not-top.header .search-header,
.no-slider.header .social a,
.header.headroom--not-top.header .social a{
    background: #163660;
    color: #fff;
}

.no-slider.header .search-header:hover,
.header.headroom--not-top.header .search-header:hover,
.no-slider.header .social a:hover,
.header.headroom--not-top.header .social a:hover{
    background: #9ADBF0;
    color: #163660;
}

#google_language_translator select.goog-te-combo {
    width: 143px;
    background: #fff;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    padding: 3px !important;
    height: auto !important;
    border: 1px solid lightgray !important;
    border-radius: 0px !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px !important;
    -o-border-radius: 0px !important;
}

#google_translate > div span {
    display: none;
}
#google_translate select,
#google_translate > div {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0;
    cursor: pointer;
    opacity: 0;
    margin: 0;
}
.header_google_translate {
    display: inline-block;
    vertical-align: top;
    height: 36px;
    min-width: 36px;
    padding: 0;
    line-height: 36px;
    font-size: 16px;
    background: #fff;
    color: #1C4780;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    text-align: center;
    position: relative;
    z-index: 1;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.no-slider .header_google_translate,
.header.headroom--not-top .header_google_translate{
    background: #163660;
    color: #fff;
}
.header_google_translate:hover{
    background: #9ADBF0;
}
.no-slider .header_google_translate:hover,
.header.headroom--not-top .header_google_translate:hover{
    background: #9ADBF0;
    color: #163660;
}
.header_google_translate i,
.header_google_translate svg{
    margin-bottom: -1px;
    font-size: 16px;
}
#google_language_translator select.goog-te-combo{
    height: 60px!important;
    width: 210px!important;
}

.headroom{

    -webkit-animation-name:fadeInDown;
    animation-name:fadeInDown;
    -webkit-animation-iteration-count:1;
    -moz-animation-iteration-count:1;
    -ms-animation-iteration-count:1;
    -o-animation-iteration-count:1;
    animation-iteration-count:1;
    -webkit-animation-duration:1s;
    -moz-animation-duration:1s;
    -ms-animation-duration:1s;
    -o-animation-duration:1s;
    animation-duration:1s;
    -webkit-animation-delay:0s;
    -moz-animation-delay:0s;
    -ms-animation-delay:0s;
    -o-animation-delay:0s;
    animation-delay:0s;
    -webkit-animation-timing-function:ease;
    -moz-animation-timing-function:ease;
    -ms-animation-timing-function:ease;
    -o-animation-timing-function:ease;
    animation-timing-function:ease;
    -webkit-animation-fill-mode:both;
    -moz-animation-fill-mode:both;
    -ms-animation-fill-mode:both;
    -o-animation-fill-mode:both;
    animation-fill-mode:both;
    -webkit-backface-visibility:hidden;
    -moz-backface-visibility:hidden;
    -ms-backface-visibility:hidden;
    -o-backface-visibility:hidden;
    backface-visibility:hidden;
    -webkit-transition:all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition:all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition:all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-backface-visibility:hidden;
    -moz-backface-visibility:hidden;
    backface-visibility:hidden;
    position:fixed;
    top:0;
    z-index:1039;
    width: 100%;

}
.headroom.headroom-pinned {
    top: 0;
    padding-top: 0;
}

.headroom--not-top{
    margin-top: 0px;
}
.no-slider + main{
    padding-top: 140px;
    min-height: 100vh;
}
.no-slider,
.header.headroom--not-top{
    padding: 22px 65px;
}
.headroom--not-top .top-menu .search-header,
.headroom--not-top .top-menu .login-header,
.headroom--not-top .top-menu .quicklinks-text,
.headroom--not-top nav.header-menu-container ul.header-menu li a{
    color: #343A74;
}
.headroom--not-top .top-menu .search-header svg,
.headroom--not-top .top-menu .login-header svg,
.headroom--not-top .top-menu .quicklinks-text svg{
    color:#FDD173;
}
.headroom--not-top nav.header-menu-container ul.header-menu ul li a{
    color: #fff;
}
#header.headroom--not-top{
    padding: 1vh 5vw 1vh;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.headroom--not-top .top-menu{
    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;
}
.no-slider,
.headroom--not-top{
    background: #FFFFFF;
}
.no-slider .logo,
.headroom--not-top .logo{
    width: 147px;
    height: 66px;
    filter: none;
}

.headroom.headroom--unpinned {
    top: -130px;

}

.admin-bar .header{
    margin-top: 32px;
}
.menu-quicklinks-container{
    text-align: left;
    position: absolute;
    background-color: #fff;
    color: #fff;
    height: auto;
    padding-top: 0;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transform: scaleY(0);
    transform-origin: top;
    margin-top: 30px;
}
.quicklinks:hover .menu-quicklinks-container{
    height: auto;
    transform: scaleY(1);
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;

}
.quicklinks{
    position: relative;
    z-index: 999;
    display: inline-flex;
    flex-direction: column;
    margin-left:40px;
}
.quicklinks .quicklinks-text{
    font-weight: 600;
    font-size: 13px;
    line-height: 55px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.no-slider .quicklinks .quicklinks-text,
.header.headroom--not-top .quicklinks .quicklinks-text{
    color: #163660;
}
.quicklinks .quicklinks-text svg{
    margin-left: 38px;
    font-size: 22px;
}
.quicklinks .quick-menu {
    overflow: hidden;
    height: auto;
    transition: 1s;
    margin: 0;
    position: absolute;
    z-index: 99;
    background: #fff;
    padding: 10px 20px;
    max-width: initial;
    margin-left: 0px;
    margin-top: 10px;
}
.quicklinks .quick-menu li {
    padding: 8px 4px;
    margin: 0;
    font-size: 14px;
    padding: 0;
    background: none;
    margin-bottom: 0px;
    list-style: none;
}
.quicklinks .quick-menu a {
    color: #474343;
    font-size: 15px;
    white-space: nowrap;
    text-decoration: none;
    display: block;
    margin: 0;
    min-width: 122px;
}
.quicklinks .quick-menu a:hover{
    color: #343A74;
}
/*### End Header ###*/
/*### Error 404 ###*/
.error404-container{
    width: 100%;
    text-align: center;
    padding: 200px;
    box-sizing: border-box;
}
.error404-icon{
    font-size: 40px;
    margin-bottom: 10px;
    animation: shake 1.3s cubic-bezier(.36,.07,.19,.97) infinite;
}
@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 ###*/

.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;
}
.single-page-box{
    position: relative;
    overflow: hidden;
}
.single-page-box::before {
    content: "";
    display: block;
    background: url("assets/images/left-overlay-sec.svg");
    background-size: cover;
    position: absolute;
    left: 5vw;
    top: 0vh;
    width: 39vw;
    height: 37.6vw;
    z-index: -1;
    position: absolute;
}
.single-category{

    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 20px;
}
.back-button{
    max-width: 880px;
    margin: 0 auto  26px;
    font-weight: 500;
    font-size: 11px;
    line-height: 15px;
    letter-spacing: 0.1px;
    color: #1C4780;
    text-transform: uppercase;
    float: right;
    background: none;
    border: none;
    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;
}
.back-button:hover{
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    color: #000;
}
.back-button svg,
.back-button i{
    color: #1C4780;
    margin-right: 10px;
}
.back-box{
    border-top: 1px solid #000000;
    margin-top: 30px;
    padding-top: 30px;
    margin-bottom: 140px;
}
.small-wrapper {
    width: 880px;
}
.notop {
    margin-top: 150px;
}
.breadcrumbs-share{
    display: flex;
    justify-content: space-between;
    margin-bottom: 34px;
    position: relative;
    z-index: 1;
}
.breadcrumbs-box .breadcrumbs{
    max-width: initial;
    margin-bottom: 0;
}
.breadcrumbs li{
    list-style: none;
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
    background: none;
    padding-left: 0px;
    color: #424343;
    margin-bottom: 0;
    margin-left: 0px;
}
.breadcrumbs li:after{
    content: "/";
    display: inline-block;
    margin: 0 10px;
}
.breadcrumbs li:last-child:after,
.breadcrumbs li:first-child:after{
    display: none;
}
.breadcrumbs li:first-child{
    display: inline-block;
    margin-right: 20px;

}
.breadcrumbs li:first-child svg{
    color: #1C4780;
}
.breadcrumbs li a{
    font-size: 12px!important;
    line-height: 20px!important;
    color:  #424343!important;
    font-weight: 400!important;
}
.black-template .share-page-title,
.black-template .breadcrumbs li,
.black-template .breadcrumbs li a{
    color: #fff!important;
}
.breadcrumbs li a:hover{
    color: #1C4780!important;
}
.share-box{
    display: flex;
}
.share-page-title{
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #424343;
    margin-right: 20px;
}
.share-box .share-list{
    display: flex;
    align-items: center;
}

.share-box a{
    width: 40px;
    height: 20px;
    border-left: 1px solid #f8d1d0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.share-box a svg{
    color: #1C4780;
    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;
}
.share-box a:hover svg{
    opacity: 0.7;
}
/*### Footer ###*/

.footer{
    background: #081423;
    padding: 7vh 0;
    display: flex;
    width: 100vw;
    box-sizing: border-box;
    position: relative;
    flex-wrap: wrap;
}
.footer-mask{
    width: 100vw;
    flex: 0 0 100%;
    overflow: hidden;
}
.footer .footer-mask:before{
    content: "";
    width: 150%;
    height: 50%;
    background-color: #081423;
    border-radius: 100%;
    top: -7%;
    left: -25%;
    right: 0;
    position: absolute;
    display: block;
    z-index: 1;
}
.footer .wrapper{
    display: flex;
    box-sizing: border-box;
    z-index: 1;
    position: relative;
}
.footer .footer-left{
    width: 30%;
    margin-right: 5%;
    position: relative;
    display: flex;
    justify-content: flex-start;
    flex-direction: column

}

.footer .footer-left .address-text-footer{
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
    color: #FFFFFF;
    margin-bottom: 10px;
}
.footer .footer-left .directions-footer{
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
    display: flex;
    align-items: center;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    margin-bottom: 40px;
}
.footer .footer-left .directions-footer i,
.footer .footer-left .directions-footer svg{
    margin-right: 13px;
    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;
}
.footer .footer-left .directions-footer:hover,
.footer .footer-left .directions-footer:hover svg{
    color: #9ADBF0;
}
.footer h4.title-footer{
    font-weight: 700;
    font-size: 25px;
    line-height: 29px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #FFFFFF;
    display: flex;
    align-items: flex-end;
    margin-bottom: 30px;
    white-space: nowrap;
}
.footer h4.title-footer:after{
    content: "";
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: #fff;
    margin-left: 10px;
}
.footer .social-links-footer{
    display: flex;
}
.footer .social-link{
    display: block;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 17px;
    color: #FFFFFF;
}
.footer  .social-link svg{
    color: #fff;
    font-size: 17px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    margin-bottom: 20px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.footer  .social-link.twitter-link:hover svg{
    color: #0794D9;
}
.footer  .social-link.facebook-link:hover svg{
    color: #006597;
}
.footer  .social-link.instagram-link:hover svg{
    color: #BA44E3;
}
.footer  .social-link.linkedin-link:hover svg{
    color: #2350A6;
}
.footer  .social-link.youtube-link:hover svg{
    color: #E1362F;
}
.footer .footer-mid{
    width: 30%;
    margin-right: 5%;
}
.footer .footer-mid .mid-box{
    padding-bottom: 10px;
}

.footer .footer-mid .mid-box a{
    display: block;
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
    color: #FFFFFF;
    margin-bottom: 16px;
}
.footer .footer-mid .mid-box a:hover svg,
.footer .footer-mid .mid-box a:hover{
    color: #9ADBF0;
}
.footer .footer-mid .mid-box a svg{
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
    margin-right: 13px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.footer .footer-right{
    width: 30%;
}
.footer .footer-right ul{
    flex-flow: column wrap;
    counter-reset: brick;
    max-height: 220px;
    display: flex;
}
.footer .footer-right ul li{
    background: none;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    max-width: 50%;
    box-sizing: border-box;
    padding-right: 10px;
    padding-left: 0px;
}
.footer .footer-right ul li:before{
    content: "";
    display: inline-block;
    width: 15px;
    height: 1px;
    background: #fff;
    margin-right: 15px;
}
.footer .footer-right ul li a{
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
    color: #FFFFFF;
    margin-block-end:0;
}
.footer .footer-right ul li a:hover{
    color: #9ADBF0;
}
.footer-bottom .wrapper{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.footer-bottom{
    padding: 0px 0 40px;
    background: #081423;
}
.footer-bottom .footer-cleverbox{
    display: flex;
    align-items: flex-end;

}
.footer-bottom .footer-cleverbox span{
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.6rem;
    color:#fff;
    letter-spacing: 0.04em;
    margin-right: 20px;
    opacity: 0.65;
}
.footer-bottom .footer-cleverbox .cleverbox-logo{
    background: url('assets/images/cleverbox-logo.svg');
    width: 67px;
    height: 48px;
    opacity: 0.65;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.footer-bottom .footer-cleverbox .cleverbox-logo:hover{
    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;
    color: #53869F;
}
.footer-bottom .footer-bottom-left .coppy{
    font-weight: 400;
    font-weight: 500;
    font-size: 11px;
    line-height: 16px;
    letter-spacing: 0.04em;
    color: #fff;
    opacity: 0.65;
}

.footer-bottom .footer-bottom-left .footer-privacy-menu ul {
    margin-bottom: 0px;
}
.footer-bottom .footer-bottom-left .footer-privacy-menu ul li{
    background: none;
    padding-left: 0px;
    padding-right: 20px;
    margin-bottom: 0px;
    line-height: 1.7rem;
    display: inline-block;

}
.footer-bottom .footer-bottom-left .footer-privacy-menu ul li:first-child{
    margin-left: 0;
}
.footer-bottom .footer-bottom-left .footer-privacy-menu ul li a{
    font-weight: 500;
    font-size: 11px;
    line-height: 16px;
    letter-spacing: 0.04em;
    color: #fff;
    opacity: 0.65;
}
.footer-bottom .footer-bottom-left .footer-privacy-menu ul li a:hover{
    opacity: 1;
    color: #9ADBF0;
}
.footer .footer-paragraph{
    color:#fff;
}
.widhout-sidebar{
    padding: 150px 0;
}
.widhout-sidebar.has-slider,
.has-slider{
    padding: 0 0 150px ;
}
/*### End Footer ###*/
/*### Blue Background Template ###*/
.blue-background{
    background: #1C4780;
}
.blue-background .share-page-title,
.blue-background .breadcrumbs li,
.blue-background .breadcrumbs li a{
    color: #fff!important;
}
.blue-background .share-box a svg,
.blue-background .breadcrumbs li:first-child svg{
    color: #9ADBF0;
}
.blue-background .top-page-boxes .title-page{
    font-weight: 700;
    font-size: 52px;
    line-height: 78px;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    text-transform: none;
    margin-bottom: 60px;
}
.blue-background .breadcrumbs-share{
    margin-bottom: 25px;
}
/*### End Blue Background Template ###*/
/*### Single Schools ###*/

.single-schools .addressos .addressos-title,
.single-schools .headteacher .headteacher-title{
    font-weight: 700;
    font-size: 22px;
    line-height: 33px;
    letter-spacing: 0.03em;
    color: #1C4780;
    margin-bottom: 10px;
}
.single-schools .name{
    font-weight: 700;
    font-size: 26px;
    line-height: 39px;
    letter-spacing: 0.03em;
    color: #1C4780;
    margin-bottom: 20px;
    display: block;
}

.single-schools .addressos .addressos-text,
.single-schools .headteacher .headteacher-text{
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
    color: #5D656D;
    margin-bottom: 10px;
}
.single-schools .addressos,
.single-schools .headteacher{
    border-bottom:1px solid #b8b8b8;
    margin-bottom: 20px;
}
.single-schools .aside-menu-shools  {
    position: absolute;
    right: 0;
    width: 25vw;
    top: 80vh;
    z-index: 8;
    background: #FFFFFF;
    mix-blend-mode: normal;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    border-radius: 15px 0px 0px 15px;
    padding: 30px 25px 20px;

}
.single-schools .no-slider + main .aside-menu-shools{
    top: 10vh;
}
.single-schools .aside-menu-shools .os-box {
    width: 70%;
}
.single-schools .aside-menu-shools .details-box{
    display: flex;
    flex-direction: column;
}
.single-schools .aside-menu-shools .details-box a{
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
    color: #26282B;
    margin-block-end: 0px;
    border-bottom:1px solid #b8b8b8;
    margin-bottom: 20px;
    padding-bottom: 20px
}
.single-schools .aside-menu-shools .details-box a svg{
    color: #1C4780;
    margin-right: 5px;
}
/*### END Single Schools ###*/
/*### Announcement ###*/

.popup-announcement{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 99999;
    height: 100vh;
    width: 100vw;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}
.popup-announcement.show{
    display: flex;
}
.popup-announcement.closed{
    display: none;
}
.popup-announcement .close{
    position: absolute;
    height: 65px;
    width: 65px;
    left: 0;
    top: 0;
    text-align: center;
    line-height: 65px;
    color: #fff;
    z-index: 2;
    cursor: pointer;
    background:#1C4780;
    -webkit-border-bottom-right-radius: 150px;
    -moz-border-radius-bottomright: 150px;
    border-bottom-right-radius: 150px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.popup-announcement .close:hover{
    background-color: #9ADBF0;
}
.popup-announcement .close svg,
.popup-announcement .close i{
    font-size: 18px;
    position: relative;
    top: -3px;
    left: -6px;
}
.popup-announcement .announcement-container{
    width: 800px;
    position: relative;
    background: #fff;
}
.popup-announcement .slide-popup {
    display:flex!important;
    flex-direction: column;
}
.popup-announcement .image .logo-announcement{
    width: 185px;
    height: 45px;
    display: block;
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 5%;
    left: 5%;
}
.popup-announcement .image{
    position: relative;
    min-width: 400px;
}
.popup-announcement .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.popup-announcement .title{
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 5px;
    color: #1C4780;
    display: block;
    margin-bottom: 25px;
}

.popup-announcement .text{
    font-size: 12px;
    margin-bottom: 30px;
    color: #292E2F;
    display: none;
    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;

    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.popup-announcement .pagingInfoAnnouncement {
    position: absolute;
    bottom: 10%;
    right: 10%;
    color: #1A1B1F;
    font-size: 1.2rem;
    z-index: 9;
    line-height: 2.2rem;
}
.popup-announcement .text-box{
    padding: 40px 5%;
}

#customAnnouncement.hide{
    display: none;
}




.popup-announcement .slick-prev{
    background: none;
    position: absolute;
    right: 15%;
    bottom: 10%;
    width: 23px;
    height: 21px;
    margin: 0;

    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;
    cursor: pointer;
    border: none;
    z-index: 9;
}
.popup-announcement .slick-next{
    background: none;
    position: absolute;
    right: 5%;
    bottom: 10%;
    width: 23px;
    height: 21px;
    margin: 0;

    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;
    cursor: pointer;
    border: none;
    z-index: 9;
}
.popup-announcement .slick-next:hover,
.popup-announcement .slick-prev:hover{
    opacity: 0.25;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.popup-announcement .slick-prev i,
.popup-announcement .slick-next i{
    font-size: 15px;
}
/*### End Announcement ###*/


.single-casestudy h1{
    margin-block-end:0;
}
.single-casestudy .thumbnail-box {
    position: relative;
    margin-block-end:45px;
}
.single-casestudy .thumbnail-box img{
    width: 100%;
    height: auto;
    display: block;
}
.single-casestudy .thumbnail-box .custom-video{
    position: absolute;
    bottom: 45px;
    left: 45px;
}
.single-casestudy .thumbnail-box  .custom-video .button-play{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 90px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.8;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    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: 2;
}
.single-casestudy .thumbnail-box  .custom-video .button-play:before{
    content: "";
    border:2px solid #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.single-casestudy .thumbnail-box  .custom-video .button-play svg,
.single-casestudy .thumbnail-box x .custom-video .button-play i{
    font-size: 20px;
    color: #FFFFFF;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.single-casestudy .thumbnail-box  .custom-video .button-play:hover:before{

    border:6px solid #fff;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.global-page{
    margin-block-end:100px;
}
.blue-background.global-page{
    margin-block-end:0px;
}
@media only screen and (max-width: 1300px) {
    .widhout-sidebar .main-wrapper,
    .wrapper{
        width: 100%;
        padding: 0 5vw;
        box-sizing: border-box;
    }
}

@media only screen and (max-width: 1080px) {
    .no-slider + .global-page {
        padding-top: 115px;
    }

    .mobile-open-menu{
        overflow: hidden;
    }
    nav.header-menu {
        flex-wrap: wrap;
        width: 100%;
        position: absolute;
        top: 0;
        right: 0;

    }
    .mobile-open-menu nav.menu{
        height: 100vh;
    }
    nav.header-menu .main-menu{
        flex-direction: column;
        justify-content: center;
        display: none;
    }
    .mobile-open-menu nav.header-menu .main-menu{
        height: 100%;
        text-align: center;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        box-sizing: border-box;
    }

    .mobile-open-menu{
        overflow: hidden;
    }
    .logo{
        position: relative;
        z-index: 9;
        width: 164px;
        height: 74px;
        order: 1;
        background-size: contain;
        margin-block-end:0;
    }
    .header-right{
        order: 0;
        flex: 0 0 100%;
        justify-content: space-between;
        margin-bottom: 2vh;
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
    }
    .header-menu-container{
        order: 1;
    }
    .hamburger-button{
        position: relative;
        z-index: 9;
        top: 0px;
        right: 0;
    }
    .header{
        flex-wrap: wrap;
        padding: 3vh 5vw;
    }
    #header {
        padding: 50px 5vw 0;
    }
    nav.header-menu ul li{
        margin-bottom: 20px;
    }
    nav.header-menu ul li a{
        line-height: 5rem;
        font-size: 22px;
    }
    .header_google_translate{
        margin-left: 5px;
    }
    .header .search-header, .header .social a{
        margin-left: 0;
        margin-right: 5px;
    }
    .headroom--not-top .header-right{
        margin-top: -100px;
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
    }

    .no-slider,
    .header.headroom--not-top {
        padding: 3vh 5vw;
    }
    .header-circle-menu .menu-text,
    .quicklinks .quicklinks-text,
    .header-right .top-head{
        display: none;
    }
    .header{
        justify-content: flex-start;
    }
    .mobile-top{
        display: flex;
        margin-bottom: 20px;
        margin-top: 0;
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
    }
    .headroom--not-top .mobile-top{
        margin-top: -100px;
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
    }
    .no-slider .mobile-top{
        display: none;
    }
    .mobile-bottom{
        display: flex;
        width: 100%;
    }
    .header-circle-menu{
        width: auto;
    }

    #slideout_nav {
        width: 100vw;
        right: -100vw;
    }
    #slideout_nav .pad {
        padding: 105px 10vw 20px;
    }
    #slideout_nav #slideout_close{
        right: 10vw;
        text-align: right;
    }
    .width-sidebar .main-wrapper .top-page-section  .wrapper{
        flex-direction: column-reverse!important;
    }
    .footer {
        overflow-x: hidden;
    }
    .footer-left .logo{
        margin-bottom: 20px;
    }
    .footer .wrapper{
        flex-direction: column;
        padding: 0;
        margin: 0;
    }
    .footer .footer-left {
        width: 100%;
        margin-right: 0;
    }
    .footer{
        padding: 10vw 5vw 5vw;
    }
    .footer-bottom {
        padding: 0 0 10vw;
        overflow: hidden;
    }
    .footer .footer-mid{
        width: 100%;
        margin-right: 0;
        margin-bottom: 5vw;
    }
    .footer .footer-right{
        width: 100%;
    }
    .footer .footer-right .footer-image.footer-image1{
        margin-bottom: 20px;
    }
    .footer-bottom .wrapper{
        flex-direction: column;
        align-items: flex-start;
    }
    .footer-bottom-left {
        box-sizing: border-box;
        width: 100%;
        display: flex;
        flex-direction: column-reverse;
    }
    .footer-bottom .footer-bottom-left .footer-privacy-menu ul li{
        margin-right: 0;
        width: 100%;
        margin-bottom: 10px;
    }
    .footer-bottom .footer-cleverbox {
        margin: 10px auto 0;
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    .footer-bottom .footer-cleverbox span{
        max-width: 130px;
    }
    .footer .footer-left .contact-footer{
        flex-direction: column;
    }
    .footer .footer-left .contact-footer a{
        margin-bottom: 10px;
    }
    .footer{
        flex-direction: column;
    }
    .footer .footer-left .quoate-title-footer{
        position: relative;
        font-size: 20vw;
        line-height: 20vw;
        margin-bottom: 5vw;
    }
    .footer .footer-right ul{
        max-height: initial;
    }
    .footer .footer-left .quote-text-footer{
        font-size: 20px;
        line-height: 31px;
    }
    .footer .footer-left {
        display: flex;
        flex-direction: column;
    }
    .footer-bottom .footer-bottom-left .coppy{
        order: 1;
        opacity: 1;
        margin-bottom: 10px;
    }
    .footer-bottom .footer-bottom-left .footer-privacy-menu ul li a,
    .footer-bottom .footer-bottom-left .coppy,
    .footer-bottom .footer-cleverbox span{
        font-size: 11px;
        opacity: 1;
    }
    .footer-bottom .footer-cleverbox span br{
        display: none;
    }
    .global-button{
        width: 100%;
        box-sizing: border-box;
    }
    .footer .footer-mask::before{
        height: 14%;
        top: -3%;
    }
    .footer .logo{
        order: 0;
    }
    .footer-bottom .footer-cleverbox .cleverbox-logo{
        margin-block-end:0;
    }
    .width-sidebar .main-wrapper{
        padding-right: 5vw;
        padding-left: 5vw;
    }
    .masonry-item{
        width: 100%;
    }
    h1{
        font-size: 40px;
        line-height: 45px;
    }
    h2 {
        font-size: 35px;
        line-height: 40px;
    }
    h3 {
        font-size: 30px;
        line-height: 35px;
    }
    h4 {
        font-size: 25px;
        line-height: 30px;
    }
    .blue-background .top-page-boxes .title-page{
        font-weight: 700;
        font-size: 40px;
        line-height: 50px;
    }
    .single-schools .aside-menu-shools {
        position: relative;
        right: 0;
        width: 100%;
        top: 0;
        padding: 30px 25px 30px;
        left: 0;
        box-sizing: border-box;
    }
    .footer .footer-right ul li{
        max-width: 100%;
    }
}
/*### END RESPONSIVE ###*/

/*### Reverse Header - Adam May 2026 ###*/
@media only screen and (max-width: 460px) {
    .header .logo {
        margin-right: 0;
        margin-left: auto;
    }
    .mobile-top {
        display: flex;
        width: 100%;
    }
    .mobile-bottom {
        display: flex;
        flex-direction: row-reverse !important;
    }
    .header-circle-menu {
        margin-left: 0 !important;
        margin-right: 50px !important;
        width: 110px !important;
    }
    #nav-icon3 {
        margin-left: 0;
        margin-right: 5px;
    }
    #nav-icon3 span {
        right: auto;
        left: 0;
    }
}
@media only screen and (orientation: portrait) and (min-width: 460px) {
    .header .logo {
        margin-right: 0;
        margin-left: auto;
    }
    .mobile-top {
        display: flex;
        width: 100%;
    }
    .mobile-bottom {
        display: flex;
        flex-direction: row-reverse !important;
    }
    .header-circle-menu {
        margin-left: 0 !important;
        margin-right: 50px !important;
        width: 110px !important;
    }
    #nav-icon3 {
        margin-left: 0;
        margin-right: 5px;
    }
    #nav-icon3 span {
        right: auto;
        left: 0;
    }
}
@media only screen and (orientation: landscape) and (min-width: 968px) {
    .header {
        flex-direction: row-reverse !important;
    }
    .header-right {
        align-items: flex-start !important;
    }
    .header-right .bottom-head {
        flex-direction: row-reverse !important;
    }
    .header-circle-menu {
        flex-direction: row-reverse !important;
        margin-left: 0 !important;
        margin-right: 50px !important;
        width: 110px !important;
    }
    #nav-icon3 {
        margin-left: 0;
        margin-right: 5px;
    }
    #nav-icon3 span {
        right: auto;
        left: 0;
    }
    .quicklinks {
        margin-left: 0 !important;
        margin-right: 40px !important;
    }
    .social {
        margin-left: 15px !important;
    }
    .header .logo {
        margin-right: 0;
        margin-left: auto;
    }
    .mobile-top {
        display: flex;
        width: 100%;
    }
    .mobile-bottom {
        flex-direction: row-reverse !important;
    }
}
/*### End Reverse Header - Adam May 2026 ###*/