/*
Theme Name: Al Salam
Version: 2.0
Author: Cleverbox
Author URI: http://cleverbox.co.uk/
Description: Website developed by Cleverbox
*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&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: 'Noto Sans', 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;
    scroll-padding: 80px;
}
.cf:before,
.cf:after ,
.clear:before,
.clear:after{
    content:"";
    display:table;
}
.clear,
.clear:after,
.cf:after {
    clear:both;
}
body{

    text-rendering: optimizeLegibility;
}
h1{

    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    line-height: 48px;
    color: #21A1B1F;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    margin-bottom: 20px;
}
h2{
    font-style: normal;
    font-weight: 800;
    font-size: 35px;
    line-height: 48px;
    color: #1A1B1F;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    margin-bottom: 20px;
}

h3{
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 29px;
    color: #1A1B1F;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    margin-bottom: 20px;
}

h4{
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #1A1B1F;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    margin-bottom: 20px;
}
h5{
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    color: #1A1B1F;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    margin-bottom: 20px;
}
h6{
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #1A1B1F;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    margin-bottom: 20px;
}
p{
    font-weight: 500;
    font-size: 1.7rem;
    line-height: 2.9rem;
    color: #343434;
    margin-bottom: 20px;
}
p strong,
strong{
    font-weight: 700;
    font-size: 1.7rem;
    line-height: 2.9rem;
}

p em,
em{
    font-weight: 500;
    font-style: italic;
    font-size: 1.7rem;
    line-height: 2.9rem;
}
em strong,
strong em,
p em strong,
p strong em{
    font-weight: 700;
    font-style: italic;
    font-size: 1.7rem;
    line-height: 2.9rem;
}

a{
    font-size: 1.7rem;
    line-height: 2.9rem;
    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;
}
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;
}
.page-template-default .content a{
    color:#E34A44;
    font-size: 1.9rem;
    line-height: 2.9rem;
}

.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%;
}
ul,
ol{

}
ol{
    margin-left: 20px;
    margin-bottom: 30px;
}
ul{
    margin-bottom: 30px;
}
ul li{
    font-size: 1.7rem;
    line-height: 2.9rem;
    letter-spacing: 0.005em;
    letter-spacing: 0.005em;
    color: #151313;
    background: url(assets/images/liarrow.svg) no-repeat left 10px;
    background-size: 12px auto;
    padding-left: 20px;
    list-style: none;
    margin-bottom: 10px;
}
.wp-block-social-links li{
    background: none;
    padding-left: 0px;
}
ol li{
    font-size: 1.7rem;
    line-height: 2.9rem;
    letter-spacing: 0.005em;
    letter-spacing: 0.005em;
    color: #151313;
    margin-bottom: 10px;
}

ul li a,
ol li a{
    font-size: 1.7rem;
    line-height: 2.9rem;
    letter-spacing: 0.005em;
    letter-spacing: 0.005em;
    color: #151313;
}
ul.purple li{
    color: #E34A44;
}
blockquote{
    position: relative;
    margin: 40px 0 60px ;

}
blockquote:before{
    content: "";
    background-color: #E34A44;
    width: 5px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
blockquote p{
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 33px;
    letter-spacing: 0.03em;
    color: #1A1B1F;
    position: relative;
    padding-left: 40px;
}
blockquote cite{

    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #1A1B1F;
    letter-spacing: 3px;
    padding-left: 40px;
}
input{
    -webkit-border-radius:0;
    -webkit-appearance: none;
    border-radius:0;
}
.main-wrapper,
.wrapper{
    width: 1128px;
    margin: 0 auto;
}
.small-wrapper{
    width: 850px;
}
.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;
}

.width-sidebar .main-wrapper .wrapper{
    width:auto;
}
.widhout-sidebar .main-wrapper{
    width: 100vw;
    min-height: 100vh;
    margin: 0;
    display: flex;
    flex-direction: column;
    position: relative;
    right: 0;
    box-sizing: border-box;
    padding: 0 5vw;
    max-width: 850px;
    margin: 0 auto;
}

.global-button{
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    display: flex;
    align-items: center;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #1A1B1F;
    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;
}
.global-button:after{
    content: "";
    display: inline-block;
    font-family: "fontello";
    font-weight: 400;

    content: '\e80b';
    margin-left: 12px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    color: #BC1E21;
}
.global-button:hover:after{
    margin-left: 32px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.title-with-line:after{
    content: "";
    display: block;
    width: 50px;
    height: 3px;
    background-color: #CAB36B;
    margin: 20px auto 70px;
}
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: #333333;
    margin-bottom: 5px;

}
table{
    box-sizing: border-box;
    margin-bottom:60px;
    overflow: hidden;
}

table thead th{
    padding: 10px 20px!important;
    font-weight: 500;
    font-size: 17px;
    line-height: 29px;
    color: #fff;
    width: 100%;
    text-align: left;

}

table tbody td{
    background: #F1F0F9;
    border: none!important;
    font-weight: 500;
    font-size: 17px;
    line-height: 29px;
    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;

}
.global-page{
    overflow-x: hidden;
    padding-bottom: 5vh;
}
.back-button{

    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 3px;
    color: #1A1B1F;
    text-transform: uppercase;
    float: right;
    background: none;
    border: none;
    margin-bottom: 26px;
    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: #E34A44;
}
.back-button svg,
.back-button i{
    color: #1A1B1F;
    margin-right: 10px;
}
.back-box{
    border-top: 6px solid #F1F0F9;
    margin-top: 30px;
    padding-top: 30px;
    margin-bottom: 140px;
}
.single-title-box{
    position: relative;
    z-index: 1;
}
.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: 14px;
    line-height: 29px;
    background: none;
    padding-left: 0px;
    color: #000;
    margin-bottom: 0;
}
.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 i,
.breadcrumbs li:first-child svg{
    color: #E34A44;
}
.breadcrumbs li a{
    font-size: 14px!important;
    line-height: 29px!important;
    color: #000!important;
    font-weight: 500!important;
}
.black-template .share-page-title,
.black-template .breadcrumbs li,
.black-template .breadcrumbs li a{
    color: #fff!important;
}
.breadcrumbs li a:hover{
    color: #E34A44!important;
}
.share-box{
    display: flex;
}
.share-page-title{
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 29px;
    color: #000;
    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 i,
.share-box a svg{
    color: #BC1E21;
    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 i,
.share-box a:hover svg{
    opacity: 0.7;
}
.black-template .share-box a i,
.black-template .share-box a svg{
    color: #fff;
}
.black-template .share-box a i:hover
.black-template .share-box a svg:hover{
    color: #BC1E21;
}
/*### Menu ###*/

nav.header-menu-container ul.header-menu{
    max-width: initial;
    margin-bottom: 0;
}

nav.header-menu-container ul.header-menu li{
    display: inline-block;
    margin-left: 23px;
    position: relative;
    padding: 0;
    background: none;
    margin-bottom: 0px;
}
nav.header-menu-container ul.header-menu li a{
    font-family: 'Raleway', sans-serif;
    color: #fff;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 2rem;
    padding-bottom: 35px;
}
nav.header-menu-container ul.header-menu li a:before{
    content: "";
    width: 0%;
    margin: 0 auto;
    height: 3px;
    background: #fff;
    display: block;
    margin-top: 5px;
    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 nav.header-menu-container ul.header-menu li a:before,
.headroom--not-top nav.header-menu-container ul.header-menu li a:before{
    background: #BC1E21;
}
.no-slider nav.header-menu-container ul.header-menu .sub-menu a:before{
    display: none;
}
.headroom--not-top nav.header-menu-container ul.header-menu li .submenu-wrapp  a:before{
    display: none;
}
nav.header-menu-container ul.header-menu li.menu-item-has-children > a:first-child:after{
    content: "";
    opacity: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8.5px 10px 8.5px;
    border-color: transparent transparent #fff transparent;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    margin: 0 auto;
    position: absolute;
    top: 37px;
    left: 0;
    right: 0;
}
nav.header-menu-container ul.header-menu li.menu-item-has-children:hover > a:first-child:after{
    opacity: 1;
    top: 57px;
}

nav.header-menu-container ul.header-menu li.current_page_item a:before,
nav.header-menu-container ul.header-menu li:hover a:before,
nav.header-menu-container ul.header-menu li a:hover:before{
    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;
}
nav.header-menu-container ul.header-menu li:hover a{

}
nav.header-menu-container ul.header-menu li ul{
    height: auto;
    display: flex;
    flex-wrap: wrap;

    max-width: initial;
    margin-bottom: 0;
}
nav.header-menu-container ul.header-menu li ul li{
    flex: 0 0 50%;
    width: 50%;
    margin-left: 0px;
}
nav.header-menu-container ul.header-menu li ul li .submenu-wrapp li{
    flex: 0 0 45%;
    width: 45%;
    margin-left: 0px;
}
.block-header-image-submenu{
    display: none
}
nav.header-menu-container ul.header-menu li ul .block-header-image-submenu{
    flex: 0 0 50%;
    display: flex;
    flex-wrap: wrap;
}
nav.header-menu-container ul.header-menu li.custombuttonmenu a{
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.6rem;
    display: inline-flex;
    padding: 17px 20px;
    align-items: center;
    text-align: center;
    letter-spacing: 0.03em;
    color: #fff;
    position: relative;
    -webkit-border-radius: 34px;
    -moz-border-radius: 34px;
    border-radius: 34px;
    overflow: hidden;
}
nav.header-menu-container ul.header-menu li.custombuttonmenu a:after{
    content: '';
    background: #53869F;
    width: 0%;
    height: 100%;
    position: absolute;
    top: 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;

}
nav.header-menu-container ul.header-menu li.custombuttonmenu a:before{
    content: '';
    background: #E34A44;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 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;

}
.no-slider.header nav.header-menu-container ul.header-menu li.custombuttonmenu a:before,
.headroom--not-top.header nav.header-menu-container ul.header-menu li.custombuttonmenu a:before{
    background: #000;
}
nav.header-menu-container ul.header-menu li.custombuttonmenu a:hover:after{
    width: 100%;
}
nav.header-menu-container ul.header-menu li.custombuttonmenu
.menu-item-has-children  .image-menu {
    position: relative;

}
.menu-item-has-children .image-menu .image-menu-wrap {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    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;
}

.menu-item-has-children:hover .image-menu .image-menu-wrap img{
    display: block;
}
.menu-item-has-children .image-menu .image-text {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    text-align: center;
    padding: 0 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.menu-item-has-children .image-menu .overlay {
    opacity: 0.75;
    width: 100%;
    height: 70px;
    position: absolute;
    left: 0px;
    z-index: 0;
    bottom: 0px;
    line-height: 70px;
    background-color: #FDD173;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.menu-item-has-children .image-menu .text-image-box {
    width: 100%;
    height: 70px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    line-height: 70px;
    z-index: 1;
    color: #343A74;

    font-size: 2rem;
    font-weight: 600;
    display: 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;
}



.menu-item-has-children .image-menu .image-menu-wrap:hover .image-text{

    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;
}
.menu-item-has-children .image-menu .image-menu-wrap:hover  .text-image-box {

    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;
}
.menu-item-has-children .image-menu .image-menu-wrap:hover .overlay{
    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;
}

.header-menu .sub-menu:before{
    content: "";
    background-image: url('assets/images/menu-overlay.svg');
    position: absolute;
    z-index: 0;
    width: 33%;
    height: calc(100% + 35px);
    background-repeat: no-repeat;
    top: -35px;
    left: -35px;
    background-size: cover;
    display: block;
    background-position: right;
}
.submenu-wrapp{
    flex-flow: column wrap;
    counter-reset: brick;
    max-height: 270px;
    display: flex;
}
.submenu-wrapp li a:before{
    display: none!important;
}
.submenu-wrapp li a:hover{
    color:  #BC1E21!important;
}
.submenu-wrapp li a:after{
    background-color: #BC1E21!important;
}
.header-menu .sub-menu {
    background-color: #fff;
    overflow: auto;
    height: auto;
    position: fixed;
    top: 150px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    opacity: 0;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    display: flex;
    z-index: -1;
    height: 0;
    right: 5vw;
    padding: 35px;
    visibility: hidden;
    width: 50vw;
    min-width: 1000px;
    margin: 0 auto;
}

.header-menu li.active a ~ .sub-menu,
.header-menu li:hover a ~ .sub-menu {
    top: 138px;
    opacity: 1;
    visibility: visible;
    z-index: 99;
    height: auto;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.no-slider .header-menu li.active a ~ .sub-menu,
.no-slider .header-menu li:hover a ~ .sub-menu {
    top: 143px;

}
.admin-bar .header-menu li.active a ~ .sub-menu,
.admin-bar .header-menu li:hover a ~ .sub-menu{
    top: 138px;
}
.headroom--not-top .header-menu li.active a ~ .sub-menu,
.headroom--not-top .header-menu li:hover a ~ .sub-menu{
    top:143px;
}
.admin-bar .headroom--not-top .header-menu li.active a ~ .sub-menu,
.admin-bar .headroom--not-top .header-menu li:hover a ~ .sub-menu{
    top:145px;
}

.header-menu .sub-menu .title{

    font-size: 4rem;
    font-weight: bold;
    line-height: 4.8rem;
    color: #FDD173;
    flex: 0 100%;
    margin-bottom: 25px;
}
.header-menu .sub-menu .menu_wrapper_inner{
    padding: 30px 50px;
}

nav.header-menu-container ul.header-menu li ul li a:after{
    content: "";
    width: 0%;
    margin-top: 0px;
    height: 3px;
    background: #000;
    display: block;
    margin-top: 5px;
    border: none;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
nav.header-menu-container ul.header-menu li ul li  a:hover:after{
    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;
}
nav.header-menu-container ul.header-menu ul li a{
    padding-bottom: 5px;
    margin-bottom: 10px;
    font-weight: 700;
    border-bottom: 1px solid #A3A3BA;
    color: #1A1B1F;
    display: block;
}
nav.header-menu-container ul.header-menu ul li a::after{
    height: 3px;
    bottom: -7px;
    position: relative;
}
nav.header-menu-container ul.header-menu ul li a:hover::after{
    width: 100%;
}



.hamburger-button{
    display: none;
}
.header-circle-menu {

    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;
    position: absolute;
    right: 40px;
    top:26px
}
#nav-icon3 {
    width: 40px;
    height: 30px;
    position: relative;
    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: 100%;
    background: #fff;
    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: 12px;
}

#nav-icon3 span:nth-child(4) {
    top: 24px;
}
.mobile-open-menu #nav-icon3 span:nth-child(1) {
    top: 2444444444px;
    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: 24px;
    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);
}

.top-menu{
    display: flex;
    justify-content: flex-end;
    margin-bottom: 1vw;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;

}
.apply-now-button{
    margin-right: calc(-5vw + 20px);
    background: #BC1E21;
    height: 52px;
    line-height: 52px;
    display: block;
    padding-right: 5vw;
    padding-left: 28px;
    margin-left: 28px;
    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;
}
.headroom--not-top .apply-now-button{
    margin-right: -5vw;
    padding-right: calc(5vw + 20px);
}
.apply-now-button i,
.apply-now-button svg{
    position: relative;
    margin-left: 22px;
    right: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.apply-now-button:hover i,
.apply-now-button:hover svg{
    right: -40px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.top-menu .social-icons{
    display: flex;
    margin-bottom: 0;
    align-items: center;
}
.top-menu .social-icons li{
    background: none;
    position: relative;
    margin-left: 22px;
    padding-left: 22px;
    margin-bottom: 0;
    display: flex;
    height: 100%;
}
.top-menu .social-icons li:first-child{
    margin-left: 0px;
    padding-left: 0px;
}

.top-menu .social-icons li a{
    display: flex;
    align-items: center;
}

.top-menu .social-icons li::before {
    content: "";
    width: 1px;
    height: 15px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 0.4;

}
.top-menu .social-icons li:first-child:before{
    display: none;
}
.top-menu .social-icons svg,
.top-menu .social-icons i{
    color: #fff;
    font-size: 13px;
    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;
}
.top-menu .social-icons li:hover svg,
.top-menu .social-icons li:hover i{
    color: #BC1E21;
    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{
    display: flex;
    flex-direction: column;
}
.top-menu-nav {
    display: flex;
    margin-right: 10px;
    margin-bottom: 0;
}
.top-menu-nav li{

    background: none;

}
.top-menu-nav li a{

    color: #fff;
}
.top-menu-nav li a:hover{
    opacity: 0.7;
}
nav.header-menu-container ul.header-menu li ul li.block-header-image-submenu{
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}
nav.header-menu-container ul.header-menu .block-header-image-submenu .image-box{
    position: relative;
    width: 208px;
    margin: 0 10px 20px;
    height: 141px;
    display: block;
    padding: 0;
    border:none;
}
.block-header-image-submenu .image-box:after,
.block-header-image-submenu .image-box:before{
    display: none!important;
}
.block-header-image-submenu .image-box .image-text .text-image-box{
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #FFFFFF;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 1;
    bottom: 22px;
    padding: 0 20px;
    box-sizing: border-box;
}
.block-header-image-submenu .image-box .image-text{
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}
.block-header-image-submenu .image-box .image-text:before{
    content: "";
    background: linear-gradient(180deg, rgba(52, 59, 67, 0) 0%, #343B43 100%);
    opacity: 0.85;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 88px;
    left: 0;
}
.block-header-image-submenu .image-box .image-text:after{
    content: "";
    display: block;
    width: 56px;
    height: 3px;
    background: #BC1E21;
    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;
    position: absolute;
    bottom: 0;
    z-index: 1;
    left: 0;
    right: 0;
    margin: auto;
}
.menu-big-title{
    flex: 0 0 100%;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 25px;
    line-height: 29px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #BC1E21;

    position: relative;
    margin-bottom: 25px;
}

/*### End Menu ###*/
/*### Search ###*/

#search{
    background-color:#96855b;
    height:50px;
    padding:10px 0;
    top:-50px;
    left:0;
    width:100%;
    z-index:500;
    transition:top .2s ease-in-out
}
#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


}
#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
}
/*### END Search ###*/


/*### Header ###*/

.header{
    padding: 0px 5vw;
    display: flex;
    box-sizing: border-box;
    justify-content: flex-end;
    align-items: flex-start;
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.1));
    position: fixed;
    width: 100% !important;
    z-index: 99999 !important;
    top: 0;
}
.no-slider.header,
.headroom--not-top.header{
    padding: 0px 5vw;
}
.header-right{
    display: flex;
    align-items: center;
}
.logo{
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    width: 264px;
    height: 69px;
    margin-right: auto;
    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: 29px;
    margin-bottom: 29px;
}
.header .search-header{
    width: 27px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 13px;
    position: relative;
    cursor: pointer;
    height: 52px;
}


.translate-box{
    display: flex;
    align-items: center;
    color: #fff;
    padding: 0 30px;
}
.header .search-header i,
.header .search-header svg{
    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;
}
.header .search-header:hover i,
.header .search-header:hover svg{
    color: #BC1E21;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
#google_language_translator select.goog-te-combo {
    width: 50px;
    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: 27px;
    padding: 0;
    line-height: 27px;
    background: transparent;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 14px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    z-index: 1;
    margin: 0 10px
}
.header_google_translate .header-lang-textbox span{
    font-weight: 700;
}
.header_google_translate i,
.header_google_translate svg{
    margin: 0 5px;
}
#google_language_translator select.goog-te-combo{
    height: 60px!important;
    width: 50px!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:20px;
    z-index:1039;
    width: 100%;

}
.no-slider.headroom{
    top:0px;
}
.headroom.headroom-pinned {
    top: 0;
    padding-top: 0;
}

.headroom--not-top{
    top: 0;
    margin-top: 0px;
}

.black-template{
    background: #1A1B1F;
    min-height: 80vh;
}
.no-slider.header + main{
    padding-top: 138px;
}

#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;
}
.no-slider.header .top-menu,
.headroom--not-top .top-menu{
    margin-bottom: 1vw;
    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{
    background: #fff;
}
.black-logo{
    display: none;
}
.no-slider .logo,
.headroom--not-top .logo{
    width: 264px;
    height: 69px;
    display: none;
}
.no-slider .black-logo,
.headroom--not-top .black-logo{
    display: block;
}

.admin-bar .header{
    margin-top: 32px;
}
.no-slider .top-menu .social-icons li::before,
.no-slider .header .search-header::before,
.header .search-header::before,
.headroom--not-top .no-slider .top-menu .social-icons li::before,
.headroom--not-top .top-menu .social-icons li::before{
    background: #1A1B1F;
}
.no-slider nav.header-menu-container ul.header-menu ul li a,
.headroom--not-top nav.header-menu-container ul.header-menu ul li a
.no-slider.header .search-header i,
.headroom--not-top.header .search-header i,
.no-slider.header .search-header svg,
.headroom--not-top.header .search-header svg,
.no-slider .translate-box,
.headroom--not-top .translate-box,
.no-slider .top-menu .social-icons svg,
.no-slider .top-menu .social-icons i,
.headroom--not-top .top-menu .social-icons svg,
.headroom--not-top .top-menu .social-icons i,
.no-slider nav.header-menu-container ul.header-menu li a,
.headroom--not-top nav.header-menu-container ul.header-menu li a{
    color: #000;
    font-weight: 700;
}

.no-slider.header .search-header:hover i,
.headroom--not-top.header .search-header:hover i,
.no-slider.header .search-header:hover svg,
.headroom--not-top.header .search-header:hover svg{
    color: #BC1E21;
}
.no-slider nav.header-menu-container ul.header-menu li.menu-item-has-children:hover > a:first-child::after,
.headroom--not-top nav.header-menu-container ul.header-menu li.menu-item-has-children:hover > a:first-child::after {
    top: 66px;
}
/*### End Header ###*/

.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;
}
.page-layout .wrapper.small-wrapper .sec-content{
    width: 100%;
    margin: 0;
    padding: 0;
}
.page-layout .wrapper.small-wrapper .sec-content h1{
    text-transform: none;
}
.thumbnail-box{

    height: auto;

    position: relative;
    margin-bottom: 20px;
}
.thumbnail-box h1{
    position: absolute;
    bottom: 20px;
    color: #fff;
    padding: 0 122px 0
}
.page-layout .wrapper.small-wrapper .sec-content img{
    width:100%;
    height: auto;
}
.notop {
    margin-top: 150px;
}
.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: 43vw;
    height: 37.6vw;
    z-index: -1;
    position: absolute;
}
.single-category{
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    color: #1A1B1F;
    margin-bottom: 20px;
}
/*### Footer ###*/

.footer{
    background: #1A1B1F;
    padding: 7vh 0;
    display: flex;
    width: 100vw;
    box-sizing: border-box;
}
.footer .wrapper{
    display: flex;
    box-sizing: border-box;
}
.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-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    margin-bottom: 10px;
}
.footer .footer-left .directions-footer{
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    margin-bottom: 20px;
}
.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: #BC1E21;
}
.footer h4.title-footer{
    font-family: 'Raleway', sans-serif;
    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 i,
.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 i,
.footer  .social-link.twitter-link:hover svg{
    color: #0794D9;
}
.footer  .social-link.facebook-link:hover i,
.footer  .social-link.facebook-link:hover svg{
    color: #006597;
}
.footer  .social-link.instagram-link:hover i,
.footer  .social-link.instagram-link:hover svg{
    color: #BA44E3;
}
.footer  .social-link.linkedin-link:hover i,
.footer  .social-link.linkedin-link:hover svg{
    color: #2350A6;
}
.footer  .social-link.youtube-link:hover i,
.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-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    margin-bottom: 16px;
}
.footer .footer-mid .mid-box a:hover i,
.footer .footer-mid .mid-box a:hover svg,
.footer .footer-mid .mid-box a:hover{
    color: #BC1E21;
}
.footer .footer-mid .mid-box a i,
.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: 180px;
    display: flex;
}
.footer .footer-right ul li{
    background: none;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    max-width: 45%;
    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: 500;
    font-size: 17px;
    line-height: 24px;
    color: #FFFFFF;
    text-transform: uppercase;
}
.footer .footer-right ul li a:hover{
    color: #BC1E21;
}
.footer-bottom .wrapper{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.footer-bottom{
    padding: 0px 0 40px;
    background: #1A1B1F;
}
.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-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 10px;
    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 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: #BC1E21;
}
/*### End Footer ###*/
/*### 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 ###*/
/*### Search ###*/
#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;
    box-sizing: border-box;
    background: #000;
}
#search.open{
    position: fixed;
    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;
}

.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: #BC1E21;
}
.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 ###*/
/*### 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;
    right: 0;
    top: 0;
    text-align: center;
    line-height: 65px;
    color: #fff;
    z-index: 2;
    cursor: pointer;
    background:#BC1E21;
    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{
    opacity: 0.7;
}
.popup-announcement .close svg,
.popup-announcement .close i{
    font-size: 18px;
    position: relative;
    top: 0;
    left: 0px;
}
.popup-announcement .announcement-container{
    width: 800px;
    position: relative;
    background: #fff;
}
.popup-announcement .slide-popup {
    display:flex!important;
}
.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: 800;
    font-size: 30px;
    line-height: 38px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #1A1B1F;
    margin-bottom: 30px;
    display: block;
}
.popup-announcement .title:before{
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background-color: #BC1E21;
    margin-bottom: 15px;
}
.popup-announcement .text{
    font-weight: 400;
    font-size: 17px;
    line-height: 29px;
    color: #363030;
    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%;
}
.popup-announcement .text-box .global-button{
    margin-bottom: 0;
    position: absolute;
    bottom: 10%;
    height: 21px;
}
#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 ###*/
/*### End Single People ###*/
.single-people-page .people-top{
    background: url(assets/images/single-people.jpg) no-repeat center;
    background-size: cover;
}

.people-top{

    position: relative;
    z-index: 8;
    height: 70vh ;
    width:calc(100vw - 40px);
    margin-left: 20px;
    margin-top: 20px;
    overflow: hidden;
}
.people-top .text-people-top{
    position: absolute;
    bottom:45px;
    width: 100%;

}
.people-top .text-people-top .video-person{
    font-weight: 500;
    font-size: 12.5px;
    line-height: 16px;
    letter-spacing: 1.78571px;
    text-transform: uppercase;
    color: #FFFFFF;
    position: relative;
    padding-bottom: 10px;
}
.people-top .text-people-top .video-person i,
.people-top .text-people-top .video-person svg{
    font-weight: 400;
    font-size: 10.7143px;
    line-height: 20px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #FFFFFF;
}
.people-top .text-people-top .video-person:after{
    content: "";
    height: 2px;
    background: #fff;
    width: 0;
    display: block;
    position: absolute;
    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-top .text-people-top .video-person:hover:after{
    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;
}
.people-top .text-people-top .wrapper{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.people-top .image-people{
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    text-align: center;
    display: flex;
    align-items: flex-end;
}
.people-top .image-people img{
    display: block;
    margin: 0 auto;
    max-height: 87%;
    width: auto;
}
.people-top .image-people.fullimage img{
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 100%;
}
.people-top .image-people:after{
    content: "";
    position: absolute;
    bottom: 0;
    background: linear-gradient(0deg, #192938 0%, rgba(217, 217, 217, 0) 100%);
    mix-blend-mode: multiply;
    opacity: 0.65;
    width: 100%;
    height: 300px;
    left: 0;
}
.people-top .image-people:before{
    content: "";
    position: absolute;
    top: 0;
    background: linear-gradient(180deg, #192938 0%, rgba(217, 217, 217, 0) 100%);
    mix-blend-mode: multiply;
    opacity: 0.65;
    width: 100%;
    height: 300px;
    left: 0;
}
.people-top .details-person{
    position: relative;
    padding-left: 25px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.people-top .details-person:before{
    content: "";
    width: 60px;
    height: 3px;
    background-color: #BC1E21;
    display: block;
    margin-bottom: 10px;
}

.people-top .person-title{
    font-family: 'Roboto',sans-serif;
    font-weight: 600;
    font-size: 29px;
    line-height: 32px;
    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;
    text-transform: uppercase;
}
.people-top .person-year{
    font-family: 'Roboto';
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    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-people-page .our-people-bottom{
    background: #141416;
    padding: 90px 0;
}
.single-people-page .student-box{
    background: url('assets/images/student-list-image.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 420px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    position: relative;
    box-sizing: border-box;
    justify-content: flex-start;
}
.single-people-page .student-box::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    background: #BC1E21;
    opacity: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.single-people-page .student-box:hover:after{
    opacity: 0.85;
}

.single-people-page .student-box img{
    width: 100%;
    height: 100%;
    object-fit: none;
    display: block;
}
.single-people-page .student-box .person-image {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;

}
.single-people-page .student-box .person-image:before{
    content: "";
    background: linear-gradient(0deg, #254D59 0%, rgba(217, 217, 217, 0) 100%);
    mix-blend-mode: multiply;
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
}

.single-people-page .student-box .person-text{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    padding: 25px;
    width: 100%;
    box-sizing: border-box;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.single-people-page .student-box .person-text .details-person{
    border-left: 3px solid #BC1E21;
    padding-left: 25px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.single-people-page .student-box:hover .person-text .details-person{
    border-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;
}
.single-people-page .student-box .person-text .person-meet{
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 2px;
    text-transform: uppercase;
    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-people-page .student-box .person-text .person-title{
    font-family: 'Roboto';
    font-weight: 600;
    font-size: 29px;
    line-height: 32px;
    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;
    display: block;
}
.single-people-page .student-box .person-text .person-year{
    font-family: 'Roboto';
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    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-people-page .student-box .person-text .hidden-content{
    visibility: hidden;
    opacity: 0;
    height: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    overflow: hidden;
}
.single-people-page .student-box:hover .person-text .hidden-content{
    visibility: visible;
    opacity: 1;
    height: 250px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.single-people-page .student-box .person-text .hidden-content .excerpt{
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 33px;
    color: #fff;
    margin-top: 10px;
}
.single-people-page .student-box .person-text .hidden-content .link-video{
    margin-top: 10px;
    flex-direction: row;
    display: flex;
    justify-content: space-between;
}
.single-people-page .student-box .person-text .hidden-content .link-video .video-person{
    font-weight: 500;
    font-size: 12.5px;
    line-height: 16px;
    letter-spacing: 1.78571px;
    text-transform: uppercase;
    color: #FFFFFF;
    position: relative;
    padding-bottom: 10px;
}
.single-people-page .student-box .person-text .hidden-content .link-video .video-person i,
.single-people-page .student-box .person-text .hidden-content .link-video .video-person svg{
    font-weight: 400;
    font-size: 10.7143px;
    line-height: 20px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #FFFFFF;
}
.single-people-page .student-box .person-text .hidden-content .link-video .video-person:after{
    content: "";
    height: 2px;
    background: #fff;
    width: 0;
    display: block;
    position: absolute;
    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;
}
.single-people-page .student-box .person-text .hidden-content .link-video .video-person:hover:after{
    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;
}
.single-people-page .student-box .person-text .hidden-content .link-video .view-profile-person{
    font-weight: 500;
    font-size: 12.5px;
    line-height: 16px;
    letter-spacing: 1.78571px;
    text-transform: uppercase;
    color: #FFFFFF;
    position: relative;
    padding-bottom: 10px;
}
.single-people-page .student-box .person-text .hidden-content .link-video .view-profile-person:after{
    content: "";
    height: 2px;
    background: #fff;
    width: 0;
    display: block;
    position: absolute;
    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;
}
.single-people-page .student-box .person-text .hidden-content .link-video .view-profile-person:hover:after{
    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;
}


.people-top .people-text-box{
    position: absolute;
    width: 100%;
    z-index: 2;
    bottom: 40px;
    text-align: center;
}
.people-top .people-text-box .main-wrapper{
    display: flex;
    justify-content: space-between;
}
.people-top .left{
    width: 45%;
    display: flex;
    flex-direction: column;
    text-align:left;
}
.people-top .right{
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}
.people-top .left .title-slider{

    font-style: normal;
    font-weight: 500;
    font-size: 80px;
    line-height: 84px;
    color: #FFFFFF;
}
.people-top .left .subtitle{

    font-weight: 500;
    font-size: 38px;
    line-height: 38px;
    color: #FFFFFF;
}
h3.title-students {
    font-weight: 800;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #fff;
}
h3.title-students:before{
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background-color: #BC1E21;
    margin-bottom: 15px;
}
.people-bottom-nav-link{
    display: flex;
    justify-content: space-between;
}
.people-bottom-nav-link .view-all{
    font-weight: 500;
    font-size: 12.5px;
    line-height: 16px;
    letter-spacing: 1.78571px;
    text-transform: uppercase;
    color: #FFFFFF;
    position: relative;
    padding-bottom: 10px;
}
.people-bottom-nav-link .view-all:after{
    content: "";
    height: 2px;
    background: #fff;
    width: 0;
    display: block;
    position: absolute;
    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-bottom-nav-link .view-all:hover:after{
    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;
}

.ourpeople-slider{
    display: flex;
    flex-wrap: wrap;
    gap:0.5%;
}
.ourpeople-slider .slick-track{
    gap:0.5%;
    display: flex;

}
.ourpeople-slider .ourpeople-box{
    width: 30%;

    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.ourpeople-slider .ourpeople-box img{
    width: 100%;
    height: auto;
    display: block;
}
.ourpeople-slider .ourpeople-box .text-box{
    position: absolute;
    padding: 30px 35px;
    bottom: 0;
    z-index: 2;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.ourpeople-slider .ourpeople-box .text-box h2{

    font-style: normal;
    font-weight: 500;
    font-size: 40.9401px;
    line-height: 41px;
    color: #FFFFFF;
    margin-bottom: 10px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.ourpeople-slider .ourpeople-box .text-box .subtitle{

    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 25px;
    color: #FFFFFF;
    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;
    position: relative;
    height: auto;
    opacity: 0;
    margin-bottom: -100px;
}
.ourpeople-slider .ourpeople-box:before{
    content: "";
    display: block;
    position: absolute;
    opacity: 0.85;
    width: 100%;
    height: 0%;
    z-index: 1;
    bottom: 0;
    background: #53869F;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.ourpeople-slider .ourpeople-box:hover:before{
    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;
}
.ourpeople-slider .ourpeople-box:hover  .text-box .subtitle{
    margin-bottom: 0px;
    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;
    padding-top: 10px;
}


.single-people-page .slider-controls {
    position: relative;
    right: 0;
    top: 0;
    display: flex;
    justify-content: center;
}
.single-people-page .slider-controls .slick-arrow{
    display: inline-block;
    background: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    margin-bottom: 20px;
    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 ;
    border: none;
    z-index: 1
}

.single-people-page .slider-controls .slick-arrow.slick-prev{
    margin-right: 20px;
}

.single-people-page .slider-controls .slick-arrow i,
.single-people-page .slider-controls .slick-arrow svg{
    color:#fff;
    font-size: 20px;
    transition: all 0.5s ease ;
    -webkit-transition: all 0.5s ease ;
    -moz-transition: all 0.5s ease ;
    -o-transition: all 0.5s ease ;
}
.single-people-page .slider-controls .slick-arrow:hover i,
.single-people-page .slider-controls .slick-arrow:hover svg{
    color: #BC1E21;
    transition: all 0.5s ease ;
    -webkit-transition: all 0.5s ease ;
    -moz-transition: all 0.5s ease ;
    -o-transition: all 0.5s ease ;
}
/*### End Single People ###*/
/*### Single Team ###*/
.single-team-box .thumbnail-box{
    background: url('assets/images/team-image-bg.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 570px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.single-team-box .single-category{
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 29px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #151313;
}
.page-layout.single-team-box .wrapper.small-wrapper .sec-content  .thumbnail-box  img{
    width: auto;
    height: auto;
}


.single-team-box .team-list{
    display: flex;
    flex-wrap: wrap;
    gap: 1%;
}

.single-team-box .team-box{
    background: url('assets/images/team-image-bg.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 420px;
    margin-bottom: 30px;
    flex: auto;
    display: flex;
    flex-direction: column;
    position: relative;
    box-sizing: border-box;
    justify-content: flex-start;
}
.single-team-box .team-box::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    background: #BC1E21;
    opacity: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.single-team-box .team-box:hover:after{
    opacity: 0.85;
}

.single-team-box .team-box img{
    width: 100%;
    height: 100%;
    object-fit: none;
    display: block;
}
.single-team-box .team-box .person-image {
    height: 75%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.single-team-box .team-box .person-image:before{
    content: "";
    background: linear-gradient(0deg, #254D59 0%, rgba(217, 217, 217, 0) 100%);
    mix-blend-mode: multiply;
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
}

.single-team-box .team-box .person-text{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    padding: 25px;
    width: 100%;
    box-sizing: border-box;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    background: #fff;
}
.single-team-box .team-box:hover .person-text{
    background:transparent;
}
.single-team-box .team-box .person-text .details-person{
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}


.single-team-box .team-box .person-text .person-title{
    font-family: 'Roboto';
    font-weight: 600;
    font-size: 25px;
    line-height: 32px;
    color: #BC1E21;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    margin-bottom: 10px;
    display: block;
}
.single-team-box .team-box .person-text .person-year{
    font-family: 'Noto Sans';
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #1A1B1F;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    margin-bottom: 10px;
}
.single-team-box .team-box:hover .person-text .person-title,
.single-team-box .team-box:hover .person-text .person-year{
    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;
}
.single-team-box .team-box .person-text .hidden-content{
    visibility: hidden;
    opacity: 0;
    height: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    overflow: hidden;
}
.single-team-box .team-box:hover .person-text .hidden-content{
    visibility: visible;
    opacity: 1;
    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;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.single-team-box .team-box .person-text .hidden-content .excerpt{
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 33px;
    color: #fff;
    margin-top: 10px;
}
.single-team-box .team-box .person-text .hidden-content .link-video{
    margin-top: 10px;
    flex-direction: row;
    display: flex;
    justify-content: space-between;
}
.single-team-box .team-box .person-text .hidden-content .link-video .video-person{
    font-weight: 500;
    font-size: 12.5px;
    line-height: 16px;
    letter-spacing: 1.78571px;
    text-transform: uppercase;
    color: #FFFFFF;
    position: relative;
    padding-bottom: 10px;
}
.single-team-box .team-box .person-text .hidden-content .link-video .video-person i,
.single-team-box .team-box .person-text .hidden-content .link-video .video-person svg{
    font-weight: 400;
    font-size: 10.7143px;
    line-height: 20px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #FFFFFF;
}
.single-team-box .team-box .person-text .hidden-content .link-video .video-person:after{
    content: "";
    height: 2px;
    background: #fff;
    width: 0;
    display: block;
    position: absolute;
    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;
}
.single-team-box .team-box .person-text .hidden-content .link-video .video-person:hover:after{
    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;
}
.single-team-box .team-box .person-text .hidden-content .link-video .view-profile-person{
    font-weight: 500;
    font-size: 12.5px;
    line-height: 16px;
    letter-spacing: 1.78571px;
    text-transform: uppercase;
    color: #FFFFFF;
    position: relative;
    padding-bottom: 10px;
}
.single-team-box .team-box .person-text .hidden-content .link-video .view-profile-person:after{
    content: "";
    height: 2px;
    background: #fff;
    width: 0;
    display: block;
    position: absolute;
    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;
}
.single-team-box .team-box .person-text .hidden-content .link-video .view-profile-person:hover:after{
    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;
}
.single-team-box .ourpeople-slider{
    display: flex;
    flex-wrap: wrap;
    gap:3%;
}
.single-team-box .ourpeople-slider .slick-track{
    gap:15px;
    display: flex;
    margin-left: -10px;
}
.single-team-box .ourpeople-slider .ourpeople-box{
    width: 31%;

    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.single-team-box  .our-people-bottom{
    background: #141416;
    padding: 90px 0;
}



.single-team-box .slider-controls {
    position: relative;
    right: 0;
    top: 0;
    display: flex;
    justify-content: center;
}
.single-team-box .slider-controls .slick-arrow{
    display: inline-block;
    background: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    margin-bottom: 20px;
    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 ;
    border: none;
    z-index: 1
}

.single-team-box .slider-controls .slick-arrow.slick-prev{
    margin-right: 20px;
}

.single-team-box .slider-controls .slick-arrow i,
.single-team-box .slider-controls .slick-arrow svg{
    color:#fff;
    font-size: 20px;
    transition: all 0.5s ease ;
    -webkit-transition: all 0.5s ease ;
    -moz-transition: all 0.5s ease ;
    -o-transition: all 0.5s ease ;
}
.single-team-box .slider-controls .slick-arrow:hover i,
.single-team-box .slider-controls .slick-arrow:hover svg{
    color: #BC1E21;
    transition: all 0.5s ease ;
    -webkit-transition: all 0.5s ease ;
    -moz-transition: all 0.5s ease ;
    -o-transition: all 0.5s ease ;
}
/*### Single Team (new structure with background) ###*/
.single-team-box .single-team-layout{
    display: flex;
    align-items: flex-start;
    gap: 40px; /* space between image and content */
}

.single-team-box .single-team-left{
    flex: 0 0 300px;
    max-width: 300px;
    margin-bottom: 30px;
}
/* Background container */
.single-team-box .single-team-image{
    width: 100%;
    height: 375px;
    background: url('assets/images/team-image-bg.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

    display: flex;
    justify-content: center;
    align-items: flex-end; /* keeps same visual style as before */
    overflow: hidden;
}

/* Actual image */
.single-team-box .single-team-image img{
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    display: block;
}

/* Right column */
.single-team-box .single-team-right{
    flex: 1;
    min-width: 0;
}

.single-team-box .single-team-right .back-box{
    margin-top: 30px;
}
.single-team-box .single-team-right h1{
    color: #BC1E21;
    font-weight: 600;
    font-size: 50px;
    text-transform: none;
}

.single-team-box::before {
    left: -5vw;
}
/*### End Single Team ###*/
.mobile-menu-accplus,
.mobile-menu-accminus{
    display: none;
}
.sque-box{
    width: 80px;
    justify-content: flex-end;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.sque-title {
    width: auto;
    height: 22px;
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 29px;
    text-align: center;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #1A1B1F;
    transform: rotate(-90deg);
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    text-transform: uppercase;
    bottom: 100px;
    white-space: nowrap;
    position: relative;
}
.sque-title::after {
    content: "";
    width:  120px;
    height: 3px;
    background-color: #BC1E21;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    margin-right: 10px;
}
/*### Language Switcher   ###*/
.wpml-ls-legacy-list-horizontal .wpml-ls-item{
    border: 2px solid #fff;
    background: none;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    overflow: hidden;
    background-color: #fff;
}


.wpml-ls-legacy-list-horizontal a{
    padding: 0 !important;
    margin: 0;
}
.wpml-ls-legacy-list-horizontal > ul{
    position: relative;
}
.wpml-ls-legacy-list-horizontal > ul li img{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all 0.5s ease ;
    -webkit-transition: all 0.5s ease ;
    -moz-transition: all 0.5s ease ;
    -o-transition: all 0.5s ease ;
}
.wpml-ls-legacy-list-horizontal > ul li:hover img,
.wpml-ls-legacy-list-horizontal > ul li.wpml-ls-current-language img{
    -webkit-filter: none;
    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 ;
}
.no-slider .wpml-ls-legacy-list-horizontal li:first-child:before,
.headroom--not-top .wpml-ls-legacy-list-horizontal li:first-child:before,
.no-slider .wpml-ls-legacy-list-horizontal li:last-child:before,
.headroom--not-top .wpml-ls-legacy-list-horizontal li:last-child:before{
    -webkit-filter: invert(100%); /* Safari/Chrome */
    filter: invert(100%);
    transition: all 0.5s ease ;
    -webkit-transition: all 0.5s ease ;
    -moz-transition: all 0.5s ease ;
    -o-transition: all 0.5s ease ;
}
.wpml-ls-legacy-list-horizontal li:first-child{
    margin-right: 3px;

}
.wpml-ls-legacy-list-horizontal li:last-child{
    margin-bottom: -4px;
}
.wpml-ls-legacy-list-horizontal li:first-child:before{
    content: "";
    display: block;
    background: url(assets/images/langarrow1.svg) no-repeat center;
    background-size: auto;
    width: 20px;
    height: 12px;
    position: absolute;
    bottom: -6px;
    left: 12px;
    background-size: 100% auto;
}
.wpml-ls-legacy-list-horizontal li:last-child:before{
    content: "";
    display: block;
    background: url(assets/images/langarrow2.svg) no-repeat center;
    background-size: auto;
    width: 20px;
    height: 12px;
    position: absolute;
    top: -7px;
    left: 24px;
    background-size: 100% auto;
}



/*### Single people  ###*/

/*### ARABIC  ###*/



.lang-ar  .apply-now-button {
    margin-right: 0;
    margin-left: calc(-5vw + 20px);

}
.lang-ar .apply-now-button:hover i, .apply-now-button:hover svg {
    right: 10px;
}

.lang-ar .apply-now-button i,
.lang-ar .apply-now-button svg {
    transform: rotate(180deg);
}

.lang-ar .logo{
    margin-left: auto;
    margin-right: initial;
}

.lang-ar .wpml-ls-legacy-list-horizontal li:last-child::before{
    top: -11px;
}
.lang-ar .wpml-ls-legacy-list-horizontal li:first-child::before{
    bottom: -11px;
}
.lang-ar .top-menu .social-icons li{
    margin-right: 22px;
    padding-right: 22px;
    margin-left: 0px;
    padding-left: 0px;
}
.lang-ar  .top-menu .social-icons li::before{
    right: 0;
    left: auto;
}
.lang-ar ul li{
    padding-right: 20px;
    padding-left: 0px;
    background-position: right center;
}
.lang-ar .top-page-section .aside-menu .aside-title::before{
    position: absolute;
    left: 25px;
    top: 20px;
}
.lang-ar .share-page-title{
    margin-right: 0px;
    margin-left: 20px;
}
.lang-ar .share-box a{
    border-left: none;
    border-right: 1px solid #f8d1d0;
}
.popup-open{

}
/*### RESPONSIVE ###*/
@media only screen and (max-width: 1850px) {
    nav.header-menu-container ul.header-menu li.menu-item-has-children:hover > a:first-child::after {
        top: 59px;
    }
}

@media only screen and (max-width: 1650px) {
    nav.header-menu-container ul.header-menu li.menu-item-has-children:hover > a:first-child::after {
        top: 64px;
    }
}
@media only screen and (max-width: 1550px) {
    nav.header-menu-container ul.header-menu li ul li.block-header-image-submenu{
        flex: 0 0 45%;
        width: 45%;
    }
    nav.header-menu-container ul.header-menu li ul li{
        flex: 0 0 50%;
        width: 50%;
    }
    nav.header-menu-container ul.header-menu .block-header-image-submenu .image-box {
        position: relative;
        width: 46%;
        margin: 0 2% 4%;
        height: auto;
    }
    nav.header-menu-container ul.header-menu .block-header-image-submenu .image-box img{
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .no-slider nav.header-menu-container ul.header-menu li.menu-item-has-children:hover > a:first-child::after,
    .headroom--not-top nav.header-menu-container ul.header-menu li.menu-item-has-children:hover > a:first-child::after {
        top: 68px;

    }
}
@media only screen and (max-width: 1400px) {


}
@media only screen and (max-width: 1345px) {
    nav.header-menu-container ul.header-menu li{
        margin-left: 1vw;
    }
    nav.header-menu-container ul.header-menu li.menu-item-has-children:hover > a:first-child::after {
        top: 63px;
    }
}
@media only screen and (max-width: 1300px) {

    nav.header-menu-container ul.header-menu li.custombuttonmenu a {
        font-size: 1.4rem;
        line-height: 1.4rem;
        padding: 10px 10px;
    }
    nav.header-menu-container ul.header-menu li a {
        font-size: 1.4rem;
    }
    .logo{
        width: 220px;
        height: 74px;
    }

    .breadcrumbs-share{
        flex-direction: column;
    }
    nav.header-menu-container ul.header-menu{
        display: flex;
        justify-content: flex-end;
    }
    nav.header-menu-container ul.header-menu .block-header-image-submenu .image-box {
        width: 180px;
        height: 140px;
    }
    nav.header-menu-container ul.header-menu .block-header-image-submenu .image-box img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

}
@media only screen and (max-width: 1250px) {
    .main-wrapper,
    .wrapper{
        width: 100%;
        box-sizing: border-box;
        padding: 0 2vw;
    }
    nav.header-menu-container ul.header-menu li.menu-item-has-children:hover > a:first-child::after {
        top: 66px;
    }
    .no-slider nav.header-menu-container ul.header-menu li.menu-item-has-children:hover > a:first-child::after,
    .headroom--not-top nav.header-menu-container ul.header-menu li.menu-item-has-children:hover > a:first-child::after {
        top: 70px;

    }
}

@media only screen and (max-width: 1024px) {
    body{
        overflow-x: hidden;
    }
    .popup-announcement .image{
        min-width: 100%;
    }
    .popup-announcement .slide-popup{
        flex-direction: column;
        height: 100vh;
    }
    .popup-announcement .text-box .global-button{
        border: 10px;
    }
    .main-wrapper,
    .wrapper{
        width: 100%;
        box-sizing: border-box;
        padding: 0 2vw;

    }
    .headroom{
        top: 2vw;
    }
    h1{
        font-size: 3.5rem;
        line-height: 3.4rem;
    }
    h2{
        font-size: 3rem;
        line-height: 3rem;
    }
    h3{
        font-size:2.8rem;
        line-height: 2.8rem;
    }
    h4{
        font-size: 2.5rem;
        line-height: 2.5rem;
    }
    h5{
        font-size: 2rem;
        line-height: 2rem;
    }
    h6{
        font-size: 1.8rem;
        line-height:1.8rem;
    }
    .mobile-open-menu{
        overflow: hidden;
    }
    .menu-header-menu-container {
        flex-wrap: wrap;
        width: 100%;
        position: absolute;
        top: 0;
        right: 0;

    }
    .mobile-open-menu  .menu-header-menu-container{
        min-height: 100vh;
        background: #1A1B1F;
        ;
    }
    .menu-header-menu-container{
        flex-direction: column;
        justify-content: center;
        display: none;
    }
    .mobile-open-menu .menu-header-menu-container {
        display: block;
        overflow: scroll;
        padding-top: 130px;
        height: 100%;

    }
    .mobile-open-menu .menu-header-menu-container .header-menu{
        height: 100%;
        text-align: center;
        width: 100%;
        display: block;
        box-sizing: border-box;
        padding-bottom: 70px;
    }
    nav.header-menu-container ul.header-menu li {
        margin-left: 0;
        text-align: left;
        width: 100%;
    }
    nav.header-menu-container ul.header-menu li a {
        font-size: 1.7rem;
        line-height: 2.5rem;
        font-weight: 800;
        padding:10px 15vw 10px 5vw;
        width: 100%;
        box-sizing: border-box;
        display: block;
        border-bottom: 1px solid #48494C;
    }
    nav.header-menu-container .header-menu {
        flex-direction: column;
        justify-content: center;
        display: none;
    }
    .mobile-open-menu nav.header-menu-container .header-menu {
        display: block;
        flex-direction: column;
        width: 100%;
        position: absolute;
        height: 100vh;
        left: 0;
        right: 0;
        background: #1A1B1F;
        padding-top: 50px;
        margin-top: 120px;
        top: 0;
        overflow: scroll;
    }
    .mobile-open-menu{
        overflow: hidden;
    }
    .hamburger-button{
        display: block;
    }
    .menu-header-menu-container ul li{
        margin-bottom: 20px;
        width: 100%;
    }
    .menu-header-menu-container ul li a{
        line-height: 5rem;
        font-size: 22px;
    }
    .mobile-open-menu .headroom {
        top: 0;
        padding-top: 2vw;
    }
    .menu-big-title{
        display: none;
    }
    .header-menu .sub-menu{
        background: #131318;
        padding: 10px 20px;
    }
    .no-slider nav.header-menu-container ul.header-menu li a{
        color: #fff;
    }
    .header-menu li.active a ~ .sub-menu, .header-menu li:hover a ~ .sub-menu{
        top: 0;
        margin-top: -8px
    }
    .admin-bar .header-menu li.active a ~ .sub-menu, .admin-bar .header-menu li:hover a ~ .sub-menu,
    .no-slider .header-menu li.active a ~ .sub-menu, .no-slider .header-menu li:hover a ~ .sub-menu{
        top: 0;
        margin-top: -8px
    }
    nav.header-menu-container ul.header-menu li ul li a:hover::after{
        background:#fff;
    }
    .no-slider.header, .headroom--not-top{
        background: #BC1E21;
    }
    .no-slider .logo, .headroom--not-top .logo{
        display: block;
        width: 264px;
        height: 69px;
    }
    .no-slider.header, .headroom--not-top.header{
        padding: 10px 2vw;
        top: 0;
    }
    .no-slider .black-logo,
    .headroom--not-top .black-logo{
        display: none;
    }

    nav.header-menu-container ul.header-menu li ul li.block-header-image-submenu{
        display: none;
    }
    nav.header-menu-container ul.header-menu li ul{
        flex-direction: column;
    }
    nav.header-menu-container ul.header-menu li ul li a{
        padding: 0;
    }
    nav.header-menu-container ul.header-menu li a::before{
        display: none;
    }
    nav.header-menu-container ul.header-menu li ul li .submenu-wrapp li {

        flex: 0 0 100%;
        width: 100%;
        padding: 0;
        margin: 0;

    }
    .top-menu{
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;

    }
    .mobile-open-menu .top-menu{
        position: absolute;
        top: -50vh;
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
    }
    .logo{
        position: relative;
        z-index: 9;
        width: 264px;
        height: 70px;
        margin-top: 0;
        margin-bottom: 0;
    }
    .footer-left .logo{
        margin-bottom: 20px;
        width: 264px;
    }
    .hamburger-button{
        position: absolute;
        z-index: 9;

        right: 0;
    }
    .no-slider .hamburger-button{
        top: 0;
    }
    .header{
        flex-direction: column-reverse;
        padding: 0 4vw;
    }
    .header-menu-container{
        width: 100%;
    }
    .top-menu{
        position: relative;
        flex-wrap: wrap;
        width: 100%;
        z-index: 10;
        justify-content: flex-start;
        box-sizing: border-box;
        padding: 0 2vw;
    }
    .top-menu .social-icons{
        order: 3;
        width: 100%;
        justify-content: flex-end;
    }

    .translate-box{
        order: 1;
        width: 50%;
        padding: 0;
    }
    .apply-now-button{
        order: 2;
        width: 50%;
        margin-left: 0%;
        margin-right: 0;
        box-sizing: border-box;
        padding-left: 15px;
        height: 40px;
        line-height: 40px;
        font-size: 15px;
        right: -4vw;
        position: relative;
    }
    .top-menu .social-icons li::before{
        display: none;
    }
    #header {
        padding: 50px 5vw 0;
    }
    .top-menu .quicklinks-text{
        margin-left: 0;
    }
    #search{
        top: -50px;
        width: 100%;
    }
    #search.active {
        right: 0;
    }
    .mobile-menu-accplus,
    .mobile-menu-accminus{
        position: absolute;
        right: 5vw;
        top: 11px;
    }
    .mobile-menu-accplus i,
    .mobile-menu-accminus i,
    .mobile-menu-accplus svg,
    .mobile-menu-accminus svg{
        color: #fff;
    }
    .menu-item-has-children.active .mobile-menu-accminus{
        display: block;
    }
    .menu-item-has-children .mobile-menu-accminus,
    .menu-item-has-children.active .mobile-menu-accplus{
        display: none;
    }
    .mobile-menu-accplus{
        display: block;
    }
    .image-menu{
        display: none;
    }
    .header-menu li .sub-menu{
        transition: none;
        -webkit-transition:none;
        -moz-transition: none;
        -o-transition: none;
        width: 100%;
    }

    .header-menu li:hover a ~ .sub-menu{
        display: none;
    }
    .header-menu li.active:hover a ~ .sub-menu,
    .header-menu li.active a ~ .sub-menu{
        display: block;
    }
    #header .header-menu li.active .sub-menu {
        top: 0;
        display: block;
        opacity: 1;
        z-index: 1;
        height: auto;
        position: relative;
        width: 100%;
        left: 0;
        background: transparent;
        transition: none;
        -webkit-transition:none;
        -moz-transition: none;
        -o-transition: none;
    }
    .header-menu .sub-menu .menu_wrapper_inner {
        padding: 0;
    }
    .header-menu .sub-menu .title{
        display: none;
    }
    nav.header-menu-container ul.header-menu li.active .mobile-menu-accminus::after{
        color: #FDD173;
    }
    nav.header-menu-container ul.header-menu li.active a{
        border-bottom: 2px solid #BC1E21;
        margin-bottom: 10px;
    }
    nav.header-menu-container ul.header-menu li{
        max-width: 100vw;
        overflow-x: hidden;
    }
    nav.header-menu-container ul.header-menu li ul li a,
    nav.header-menu-container ul.header-menu li.active ul li a{
        color: #fff;
        border-bottom: none;
        padding-bottom: 5px;
        padding-top:  5px;
        font-weight: 600;
        font-size: 1.4rem;
        line-height: 2.5rem;
        margin-bottom: 0px;
        transition:none;
        -webkit-transition: none;
        -moz-transition:none;
        -o-transition:none;

    }
    nav.header-menu-container ul.header-menu li ul li a:hover::after,
    nav.header-menu-container ul.header-menu li ul li a::after{
        display: none!important;
    }
    nav.header-menu-container ul.header-menu li.twocol ul li {
        flex: 0 0 100%;
        width: 100%;
    }
    .mobile-open-menu #header:before{
        content: "";
        background: #343A74;
        height: 130px;
        width: 100%;
        position: fixed;
        z-index: 2;
        top: 0;
        left: 0;
    }
    nav.header-menu-container ul.header-menu li a::after{
        display: none;
    }


    .headroom--not-top .top-menu{
        display: none;
    }
    .headroom--not-top .hamburger-button {
        position: absolute;
        z-index: 9;
        top: 0px;
        right: 0;
    }
    nav.header-menu-container ul.header-menu li.custombuttonmenu a{
        padding: 10px 15vw 10px 5vw;
        font-size: 2.3rem;
        line-height: 2.5rem;
        font-weight: 800;
        color: #E34A44;
    }
    .mobile-open-menu  .headroom--not-top  #nav-icon3 span{
        background-color: #fff;
    }
    .headroom--not-top nav.header-menu-container ul.header-menu li a {
        color: #fff;
    }
    .width-sidebar .main-wrapper{
        padding-left: 5vw;
        padding-right: 5vw;
    }
    .footer .wrapper{
        flex-direction: column;
    }
    .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-end;
    }
    .footer .footer-left .contact-footer{
        flex-direction: column;
    }
    .footer .footer-left .contact-footer a{
        margin-bottom: 10px;
    }
    .masonry-item{
        width: 46%;
    }
    .error404-container{
        padding: 30vh 10vw 15vh;
    }
    .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;
    }


    .no-slider.header .top-menu, .headroom--not-top .top-menu{
        display: none;
    }
    nav.header-menu-container ul.header-menu li ul li {
        flex: 0 0 100%;
        width: 100%;
    }
    .header-menu li.active a ~ .sub-menu, .header-menu li:hover a ~ .sub-menu{
        position: relative;
    }
    .headroom--not-top .header-menu li.active a ~ .sub-menu, .headroom--not-top .header-menu li:hover a ~ .sub-menu{
        top: 0;
    }
    .people-top .left{
        width: 100%;
        margin-bottom: 20px;
    }
    .people-top .people-text-box .main-wrapper{
        flex-direction: column;
    }
    .people-top .right{
        width: 100%;
        display: flex;
        flex-direction: revert;
        justify-content: space-between;
        align-items: center;
    }
    .people-top .video-accordion .button-play {
        font-size: 35px;
        line-height: 35px;
    }
    .people-top .video-accordion{
        margin-left: 0;
    }
    .ourpeople-slider .ourpeople-box{
        margin-right: 0;
    }

    .footer .footer-left .quote-text-footer{
        font-size: 20px;
        line-height: 31px;
    }
    blockquote p{
        font-size: 26px;
        line-height: 33px;
    }
    .thumbnail-box{
        width: 100vw;
        margin-left:-5vw;

    }
    .sque-box{
        width: 100%;
        margin-bottom: 30px;
        align-items: flex-start;
        box-sizing: border-box;
    }
    .sque-title{
        transform: none;
        flex-direction: column;
        bottom: 0;
        padding-top: 10px;
    }
    .sque-title::after{
        position: absolute;
        top: 0;
        left: 0;
        width: 60px;
    }
    .footer .footer-left {
        display: flex;
        flex-direction: column;
    }
    .footer-bottom .footer-bottom-left .footer-privacy-menu ul li a,
    .footer-bottom .footer-bottom-left .coppy,
    .footer-bottom .footer-cleverbox span{
        font-size: 1.2rem;
    }
    .footer-bottom .footer-cleverbox span br{
        display: none;
    }
    .no-slider.header + main {
        padding-top: 90px;
    }
    .submenu-wrapp{
        padding: 0 5vw;
        box-sizing: border-box;
        width: 100%;
    }
    .header-menu .sub-menu::before{
        display: none;
    }
    .single-team-box .thumbnail-box{
        width: 100%;
        margin-left: 0vw;
    }
    .single-people-page .people-top{
        width: 96vw;
        margin-left: 2vw;
        margin-top: 2vw;
    }
    .people-top .image-people img{
        width: 100%;
        height: auto;
    }

}

@media only screen and (max-width: 800px) {
    .popup-announcement .announcement-container{
        width: 100%;
        height: 80vh;
    }
    .popup-announcement .image {
        max-height: 30vh;
    }
    .popup-announcement .image img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .popup-announcement .text{
        display: none;
    }
    .popup-announcement .devider,
    .popup-announcement .image .logo-announcement{
        display: none;
    }
    .popup-announcement .title{
        position: relative;
        width: 100%;
        box-sizing: border-box;
        display: block;
    }
    .popup-announcement .slick-prev{
        right: 60px;
        bottom: 10px;
    }
    .popup-announcement .slick-next{
        right: 0;
        bottom: 10px;
    }
    .popup-announcement .pagingInfoAnnouncement{
        bottom: 10px;
        right: 30px;
    }
    .masonry-item{
        width: 100%;
    }
    .search-page .wrapper{
        padding: 0 5vw;
    }
    .search-page   .news-box{
        width: 100%;
    }
    .search-page   .news-page-list .image-box-news{
        width: 100%;
        height: auto;
    }
    .search-page .news-page-list .image-box-news img{
        width: 100%;
        height: auto;
    }
    .top-menu .social-icons{
        justify-content: space-between;
        ;
    }
    .ourpeople-slider .slick-track {
        gap: 0;
        margin-left: 0;

    }
    .single-people-page .student-box{
        flex: auto;
        height: auto;
    }
    .single-team-box .ourpeople-slider .slick-track{
        gap: 0;
        margin-left: 0;
    }

}
/*### END RESPONSIVE ###*/


.wide-table table {
    width: 100%;
    display: block;
    overflow: auto;
    word-break: keep-all !important;
}

table::-webkit-scrollbar {
    -webkit-appearance: none;
}

table::-webkit-scrollbar:horizontal {
    height: 11px;
}

table::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 2px solid white;
    background-color: rgba(0, 0, 0, .5);
}
