@charset "utf-8";

/* CSS Document */
body {
    font-family: 'Rubik', sans-serif;
}

.my-li ul {
    padding-left: 15px;
    margin: 0;
}

.my-li li {
    font-size: 14px;
    line-height: 24px;
    font-family: 'Lato', sans-serif;
    color: #797979;
    margin-bottom: 15px;
    list-style: disc;

}

p {
    font-size: 14px;
    line-height: 24px;
    font-family: 'Lato', sans-serif;
    color: #797979;
    text-align: justify;
}

a {
    color: #848181;
}

a:hover {
    color: #0b307b;
    text-decoration: none;
}

hr.green {
    background-color: #43a43c !important;
    margin: 0 auto 20px 0 !important;
    height: 1px !important;

}

.discover-cont p {
    font-size: 13px;
    margin-bottom: 2px;

}

.discover-cont .col-md-9 .row .col-md-4 p {
    font-size: 13px;
    margin-bottom: 2px;
    color: #fff;

}

.discover-cont .col-md-9 .row .col-md-4 {
    margin-bottom: 25px;

}

.circle-button {
    padding: 5px 15px;
    border-radius: 20px;
    border: 1px solid #e30a7e;
    display: inline-block;
}

.discover-cont a {
    font-size: 13px;

}

.discover-cont a::after {
    content: '\f178';
    font-family: 'fontawesome';
    margin-left: 10px;
    padding-top: 2px;

}

.discover-cont a:hover {
    color: #fff;
}

.discover-cont .circle-button {
    color: #fff;
    background: #e30a7e;
}

.heading-bls span {
    font-weight: lighter;
    color: #969696;
    text-transform: uppercase;
    font-size: 14px;
}

.location-btn {
    position: relative;
    top: -40px;
    color: #fff !important;
    border: none;
    background: #0b307b;
    transition: all;
    transition-duration: 200ms;
    transition-timing-function: ease-in;

}

.location-btn-mob {
    position: relative;
    top: -30px;
    color: #fff !important;
    border: none;
    background: #0b307b;
    transition: all;
    transition-duration: 200ms;
    transition-timing-function: ease-in;
    left: 44px;
}

.location-btn:hover {


    background: #0b307b;

}

.location-btn-mob:hover {


    background: #0b307b;

}

.row {
    margin: 0 !important;
}

h1, .h1 {
    font-size: 36px;
}

h2, .h2 {
    font-size: 30px;
}

h3, .h3 {
    font-size: 26px;
}

h4, .h4 {
    font-size: 22px;
}

h5, .h5 {
    font-size: 18px;
}

h6, .h6 {
    font-size: 16px;
}

.video-holder {
    display: block;
    /*    position: absolute;*/
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    overflow: hidden;

}

.video-holder:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#cc000000', GradientType=1);
}

.banner-col:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(ellipse at bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, .8) 100%);

}

.top-container .logo-holder {
    position: absolute;
    z-index: 99999;
    top: 10px;
    left: 45%;


}

.list-item .row {
    border-bottom: 1px solid #dcdcdc;
    padding: 15px 0px 0px;

}

marquee i {
    font-size: 12px !important;
    padding-right: 5px;
    color: #3d5c9c;

}

marquee span {
    font-size: 12px;

}

.list-item span {
    font-size: 12px;
}

.list-item p {
    font-size: 13px;
    margin-bottom: 0px;
}

.list-item p i {
    font-size: 12px !important;
    padding-right: 5px;
    color: #3d5c9c;
}

.top-container .logo-holder img {
    width: 65%;
}

.menu-fix-btn {
    position: fixed;
    top: -55px;
    left: -4%;
    z-index: 999999;
    transition: all;
    transition-duration: 200ms;
    transition-timing-function: ease-in-out;
}

.menu-fix-btn .btn-bg {
    background: #0b307b;
    -webkit-transform: skewX(60deg);
    transform: skewX(60deg);
    width: 146px;
    height: 106px;
    position: relative;
    box-shadow: -4px 4px 7px #00000069;
}

.menu-fix-btn .btn-txt {
    position: absolute;
    top: 65px;
    left: 120px;
    z-index: 999999;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    line-height: 13px;
}

.menu-fix-btn .btn-txt i {
    top: 13px;
    left: -20px;
    position: relative;
}

.menu-fix-btn-hover {
    top: -35px !important;
    left: -2% !important;
    transition: all !important;
    transition-duration: 200ms !important;
    transition-timing-function: ease-out !important;
}


.menu-left-col-ul {
    padding: 40px 40px 15px 40px;
}

.contact-fix-btn {
    position: fixed;
    top: -55px;
    right: -4%;
    z-index: 999999;
    transition: all;
    transition-duration: 200ms;
    transition-timing-function: ease-in-out;

}

.contact-fix-btn .btn-bg {
    background: #43a43c;
    -webkit-transform: skewX(60deg);
    transform: skewX(-60deg);
    width: 146px;
    height: 106px;
    position: relative;
}

.contact-fix-btn .btn-txt {
    position: absolute;
    top: 65px;
    right: 90px;
    z-index: 999999;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    line-height: 13px;
}

.contact-fix-btn .btn-txt i {
    top: 13px;
    left: -20px;
    position: relative;
}

.contact-fix-btn-hover {
    top: -35px !important;
    right: -2% !important;
    transition: all !important;
    transition-duration: 200ms !important;
    transition-timing-function: ease-out !important;
}


.lang-fix-btn {
    position: fixed;
    bottom: -60px;
    left: -4%;
    z-index: 9999999;
    transition: all;
    transition-duration: 200ms;
    transition-timing-function: ease-in-out;

}

.lang-fix-btn .btn-bg {
    background: #ee8620;
    -webkit-transform: skewX(-60deg);
    transform: skewX(-60deg);
    width: 146px;
    height: 106px;
    position: relative;
}

.lang-fix-btn .btn-txt {
    position: absolute;
    bottom: 67px;
    left: 110px;
    z-index: 999999;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    line-height: 13px;
}

.lang-fix-btn .btn-txt i {
    top: 13px;
    left: -20px;
    position: relative;
}

.lang-fix-btn-hover {
    bottom: -35px !important;
    left: -2% !important;
    transition: all !important;
    transition-duration: 200ms !important;
    transition-timing-function: ease-out !important;
}

.clr-blue {
    color: #0b307b;
}

.blue-bg {
    background: #0b307b;
}

.location-cont {
    background: #f6f6f6 url("../images/pattern_bg4.png");
    background-attachment: fixed;

}

.location-cont i {
    padding-right: 10px;
}

.location-cont ul {
    padding: 0;
    margin: 0;
}

.location-cont ul li {
    list-style: none;
    padding: 15px;
    border-bottom: 1px solid #dcdcdc;
}

.location-cont ul li strong {
    color: #0b307b;
}

.location-cont ul li div:nth-child(1) {
    margin-bottom: 5px;
}

.wrk-fix-btn {
    position: fixed;
    bottom: -60px;
    right: -4%;
    z-index: 9999999;
    transition: all;
    transition-duration: 200ms;

    transition-timing-function: ease-in-out;
}

.wrk-fix-btn .btn-bg {
    background: #e30a7e;
    -webkit-transform: skewX(60deg);
    transform: skewX(60deg);
    width: 146px;
    height: 106px;
    position: relative;
}

.wrk-fix-btn .btn-txt {
    position: absolute;
    bottom: 75px;
    right: 75px;
    z-index: 999999;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    line-height: 13px;
}

.wrk-fix-btn .btn-txt i {
    top: 13px;
    left: -20px;
    position: relative;
}

.wrk-fix-btn-hover {
    bottom: -35px !important;
    right: -2% !important;
    transition: all !important;
    transition-duration: 200ms !important;
    transition-timing-function: ease-out !important;
}



#sidebar {
    height: 250px;
    width: 10px;
    position: fixed;
    text-align: center;
    z-index: 9999;
    padding: 10px;
    top: 40%;
    opacity: 0;
    margin-left: 10px;
}

#sidebar p i {
    left: -9px;
    top: 8px;
    position: relative;
    vertical-align: middle;
    text-align: center;
    font-size: 11px;
    float: right;

}

#sidebar p {
    color: #fff;
}

.social {
    margin-left: -200px;
    width: 245px;
    padding: 0;
    display: inline-table;
    height: 0px;
    border-radius: 50px;
    background-color: rgba(128, 128, 128, 0.9);
    -moz-transition-property: margin-left;
    -moz-transition-duration: 0.2s;
    -moz-transition-delay: 0.2s;
    -ms-transition-property: margin-left;
    -ms-transition-duration: 0.2s;
    -ms-transition-delay: 0.2s;
    -o-transition-property: margin-left;
    -o-transition-duration: 0.2s;
    -o-transition-delay: 0.2s;
    -webkit-transition-property: margin-left;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-delay: 0.2s;
    box-shadow: 0px 0px 6px 0px #3E3D3D;
    cursor: pointer;
}

.social.facebook {
    margin-left: -250px;
    width: 292px;
    padding: 0;
    display: inline-table;
    height: 0px;
    background-color: rgba(54, 152, 47, 0.9);
    -moz-transition-property: margin-left;
    -moz-transition-duration: 0.2s;
    -moz-transition-delay: 0.2s;
    -ms-transition-property: margin-left;
    -ms-transition-duration: 0.2s;
    -ms-transition-delay: 0.2s;
    -o-transition-property: margin-left;
    -o-transition-duration: 0.2s;
    -o-transition-delay: 0.2s;
    -webkit-transition-property: margin-left;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-delay: 0.2s;
    box-shadow: 0px 0px 6px 0px #3E3D3D;
    cursor: pointer;
}

.social.twitter {
    background-color: #dc0076ad !important;
}

/* .social:hover {
    margin-left: -30px;
    width: 295px;
    background-color: #3b5998;
} */
.social:hover {
    margin-left: -16px;
    width: 317px;
    background-color: #3b5998;
    padding-left: 10px;
}
.social.google {
    background-color: #00297dc2 !important;
}

.facebook:hover {
    background-color: #43a43c;
}

.twitter:hover {
    background-color: #e30a7ead;
}

.google:hover {
    background-color: #0b307bc2;
}

.linkedin p i {
    left: 20px;
}

.google p i {
    left: 35px;
}

.youtube p i {
    left: 18px;
}

.youtube:hover {
    background-color: #ff7e00c7;
}

.youtube {
    background-color: #ee8620c7;
}

.linkedin:hover {
    background-color: #0976B4;
}

#sidebar p span {
    position: relative;
    top: 8px;
}

.social .youtube {
    rgba(228, 0, 125, .7) !important;
}

.heading {
    font-family: 'Rubik', sans-serif;
    color: #002e7d;
    font-size: 30px;
    line-height: 1;
    font-weight: 600;
}

.clearfix {
    clear: both;
}

.padding-cont {
    padding: 85px 0 90px;
}

a:hover {
    cursor: pointer;
}

.abt-cont {
    background: #fff url("../images/abt-bg.png");
    background-attachment: fixed;

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.fff {
    color: #fff;
}

.fff-bg {
    background: #fff;
}

.abt-cont .row a.read-more {
    transition: all .3s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;

    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    line-height: 35px;
    padding: 0 20px;
    color: #919191;
    letter-spacing: 1px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, .4);
    position: relative;
    z-index: 1;

}

.abt-cont .row a.read-more:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: -1;
}

.abt-cont .row a.read-more span {
    display: inline-block;
    position: relative;
    margin: 0 10px;
    width: 55px;
    height: 0;
}

.abt-cont .row a.read-more span:before {
    display: block;
    position: absolute;
    content: "";
    width: 50px;
    height: 49px;
    /* background-repeat: no-repeat; */
    top: -29px;
    left: 5px;
    background: url("../images/circle-bls.png")
}

.abt-cont .row a.read-more:hover {
    color: #fff;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .2);
}

.abt-cont .row a.read-more:hover:before {
    top: -2px;
    bottom: -2px;
    left: -5px;
    right: -5px;
    background: #002463;
}

.greybg {
    background: linear-gradient(to bottom, #f6f6f6 0, #fff 100%);
}

.story-row .story-col .story-inner-cols .story-item .content-holder {
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.story-row .story-col .story-inner-cols .story-item .content-holder {
    /*
    -webkit-transform: translateZ(0);
    position: absolute;
    overflow: hidden;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
*/
    /*background: rgba(0,0,0,.3);*/
    /*    box-shadow: 0 0px 26px 4px rgba(0,0,0,.3);*/
}

.story-row .story-col .story-inner-cols .story-item .img-holder {
    /*
    position: absolute;
    z-index: 1;
    top: -10px;
    left: -10px;
    bottom: -10px;
    right: -10px;
*/
}

.story-row .story-col .story-inner-cols .story-item .content-holder .img-holder img {
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.story-row .story-col .story-inner-cols .story-item .img-holder img {
    /*
    display: block;
    position: absolute;
    z-index: 1;
*/
}

.story-row .story-col .story-inner-cols .story-item .img-holder:after {
    content: '';
    /*
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
*/
    opacity: .25;
}

.story-row .story-col .story-inner-cols .story-item.story-news .content-holder .img-holder+.txt-holder {
    background: none;
}

.story-row .story-col .story-inner-cols .story-item .content-holder .txt-holder {
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.story-row .story-col .story-inner-cols .story-item .img-holder+.txt-holder {
    position: absolute;
    bottom: 0;
    top: auto;
    height: auto;
}

.story-row .story-col .story-inner-cols .story-item .txt-holder {
    position: absolute;
    top: 445px;
    z-index: 99999;
    left: 0;
    right: 0;
    height: 100%;
    overflow: hidden;
    transition: all;
    transition-duration: 300ms;
    transition-timing-function: ease-in;
}

.story-row .story-col .story-inner-cols .story-item:hover .txt-holder {
    top: 220px;
}

.story-row .story-col .story-inner-cols .story-item .content-holder .txt-holder>* {
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.story-row .story-col .story-inner-cols .story-item .img-holder+.txt-holder .exH2 {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.story-row .story-col .story-inner-cols .story-item.story-big .txt-holder .exH2 {
    /*
    padding: 30px;
    font-size: 28px;
*/
    /* line-height: 32px;*/
    max-height: 210px;
}

.story-row .story-col .story-inner-cols .story-item .txt-holder .exH2 {
    /*
    position: relative;
    top: 40%;
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
*/
    color: #fff;
    /*    line-height: 1.3;*/
}

.story-row .story-col .story-inner-cols .story-item .content-holder .buttons-holder {
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.story-row .story-col .story-inner-cols .story-item.story-big .buttons-holder {
    bottom: -65px;
    padding: 0 20px 30px;
}

.story-row .story-col .story-inner-cols .story-item.story-big .buttons-holder {
    bottom: -65px;
    padding: 0 20px 30px;
}

.story-row .story-col .story-inner-cols .story-item .buttons-holder {
    position: absolute;
    z-index: 7;
    opacity: 0;
    left: 10px;
    right: 10px;
}

.story-row .story-col .story-inner-cols .story-item .buttons-holder ul li {
    display: block;
    width: 50%;
    float: left;
    padding: 0 10px;
}

.story-row .story-col .story-inner-cols .story-item .buttons-holder ul.big li a {
    position: relative;
}

.story-row .story-col .story-inner-cols .story-item.story-news .content-holder .buttons-holder ul.big li a.single-url:before {
    display: inline-block;
    content: "";
    width: 17px;
    height: 10px;
    background-position: -272px -24px;
}

.story-row .story-col .story-inner-cols .story-item .buttons-holder ul.big li a:before {
    position: relative;
    margin-right: 6px;
}

.story-row .story-col .story-inner-cols .story-item .buttons-holder ul.big li a:before {
    /*    background-image: url(https://www.britishschool.nl/Images/Sprites/LG/GB/wSprite_093B5F5705E290CE78C9DA4B8A00EAB28014F4BA.png);*/
    background-color: transparent;
    background-repeat: no-repeat;
}

.story-row .story-col .story-inner-cols .story-item.story-big .buttons-holder ul.sml {
    display: none;
}

.story-row .story-col .story-inner-cols .story-item .buttons-holder ul li {
    display: block;
    width: 50%;
    float: left;
    padding: 0 10px;
}

.story-row .story-col .story-inner-cols .story-item .img-holder:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .25;
}

.story-row .story-col .story-inner-cols .story-item.story-news .content-holder .img-holder+.txt-holder {
    background: none;
}

.story-row .story-col .story-inner-cols .story-item .content-holder .txt-holder {
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.story-row .story-col .story-inner-cols .story-item .img-holder+.txt-holder {
    position: absolute;
    bottom: 0;
    top: auto;
    height: auto;
}

.story-row .story-col .story-inner-cols .story-item .txt-holder {
    /*
    position: absolute;
    top: 0;
*/
    left: 0;
    right: 0;
    /*    height: 100%;*/
    overflow: hidden;
}

.story-row .story-col .story-inner-cols .story-item .content-holder .txt-holder>* {
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.story-row .story-col .story-inner-cols .story-item .img-holder+.txt-holder .exH2 {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.story-row .story-col .story-inner-cols .story-item.story-big .txt-holder .exH2 {
    padding: 30px;
    font-size: 28px;
    /* line-height: 32px;*/
    max-height: 210px;
}

.story-row .story-col .story-inner-cols .story-item .txt-holder .exH2 {
    /*
    position: relative;
    top: 40%;
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
*/
    color: #fff;
    /*    line-height: 1.3;*/
}

.story-row .story-col .story-inner-cols .story-item .txt-holder>* {
    z-index: 5;
}

.story-row .story-col .story-inner-cols .story-item .content-holder .buttons-holder {
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.story-row .story-col .story-inner-cols .story-item.story-big .buttons-holder {
    bottom: -65px;
    padding: 0 20px 30px;
}

.story-row .story-col .story-inner-cols .story-item .buttons-holder {
    position: absolute;
    z-index: 7;
    opacity: 0;
    left: 10px;
    right: 10px;
}

.story-row .story-col .story-inner-cols .story-item .buttons-holder ul:before {
    content: " ";
    display: table;
}

.story-row .story-col .story-inner-cols .story-item .img-holder:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .25;
}

.story-row .story-col .story-inner-cols .story-item.story-news .content-holder .img-holder+.txt-holder {
    background: none;
}

.story-row .story-col .story-inner-cols .story-item .content-holder .txt-holder {
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.story-row .story-col .story-inner-cols .story-item .img-holder+.txt-holder {
    position: absolute;
    bottom: 0;
    top: auto;
    height: auto;
}

.story-row .story-col .story-inner-cols .story-item .txt-holder {
    /*
    position: absolute;
    top: 0;
*/
    left: 0;
    right: 0;
    /*    height: 100%;*/
    overflow: hidden;
}

.story-row .story-col .story-inner-cols .story-item .content-holder .txt-holder>* {
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.story-row .story-col .story-inner-cols .story-item .img-holder+.txt-holder .exH2 {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.story-row .story-col .story-inner-cols .story-item.story-big .txt-holder .exH2 {
    padding: 30px;
    font-size: 14px;
    /* line-height: 32px;*/
    max-height: 210px;
}

.story-row .story-col .story-inner-cols .story-item .txt-holder .exH2 {
    /*
    position: relative;
    top: 40%;
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
*/
    color: #fff;
    /*    line-height: 1.3;*/
}

.story-row .story-col .story-inner-cols .story-item.story-big .date-holder {
    padding: 30px 20px 0 0;
}

.story-row .story-col .story-inner-cols .story-item .date-holder {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
    line-height: 1;
    color: #fff;
    z-index: 6;
}

.story-row .story-col .story-inner-cols .story-item .social-type {
    /* position: absolute;*/
    overflow: hidden;
    top: 0;
    left: 0;
    /* width: 100%;
    height: 100%;*/
    z-index: 0;
}

.story-row .story-col .story-inner-cols .story-item.story-news .content-holder .img-holder+.txt-holder+.buttons-holder+.date-holder+.social-type:before {
    background: #f18700;
}

.story-row .story-col .story-inner-cols .story-item.story-news .content-holder .txt-holder+.buttons-holder+.date-holder+.social-type:before {
    background: #0b307b;
}

.story-row .story-col .story-inner-cols .story-item .content-holder .social-type:before {
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.story-row .story-col .story-inner-cols .story-item.story-big .social-type:before {
    content: '\f111';
    font-family: 'fontAwesome';
    top: 0;
    left: -20px;
    width: 90px;
    height: 60px;
    background: #3c5b9b;
}

.story-row .story-col .story-inner-cols .story-item .social-type:before {
    content: '';
    z-index: 1;
    display: block;
    position: absolute;
    opacity: .8;
    -webkit-transform: skewX(60deg);
    transform: skewX(60deg);



}

.story-row .story-col .story-inner-cols .story-item.story-news .content-holder .social-type:after {
    display: inline-block;
    content: '\f09a';
    font-family: 'fontAwesome';
    color: #fff;
    width: 20px;
    left: 40px;
    height: 20px;
    background-position: -212px -115px;
}

.story-row .story-col .story-inner-cols .story-item.story-big .social-type:after {
    top: 30px;
    left: 30px;
}

.story-row .story-col .story-inner-cols .story-item .social-type:after {
    /*    display: block;*/
    position: absolute;
    z-index: 2;
}

.story-row .story-col .story-inner-cols .story-item .social-type:after {

    background-image: url(https://www.britishschool.nl/Images/Sprites/LG/GB/wSprite_093B5F5705E290CE78C9DA4B8A00EAB28014F4BA.png);
    background-color: transparent;
    background-repeat: no-repeat;
}

.story-row .story-col .story-inner-cols .story-item .animate-skew {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
}

.story-row .story-col .story-inner-cols .story-item .whole-link {
    display: block;
    position: absolute;
    z-index: 6;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
}

.story-row .story-col .story-inner-cols .story-item.story-news .content-holder .img-holder+.txt-holder+.buttons-holder+.date-holder+.social-type+.animate-skew:before {
    background: #f18700;
    opacity: .8;
}

.story-row .story-col .story-inner-cols .story-item.story-news .content-holder .txt-holder+.buttons-holder+.date-holder+.social-type+.animate-skew:before {

    background: #0b307bd9;
    opacity: .8;

}

.story-row .story-col .story-inner-cols .story-item .content-holder .animate-skew:before {
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.story-row .story-col .story-inner-cols .story-item .animate-skew:before {
    content: '';
    z-index: 1;
    display: block;
    position: absolute;
    /* opacity: .8; */
    top: 56%;
    right: -100%;
    width: 100%;
    height: 100%;
    -webkit-transform: skewX(-60deg);
    transform: skewX(-60deg);
}

.story-row .story-col .story-inner-cols .story-item:hover .content-holder .animate-skew:before {
    right: -14%;
}

.story-row .story-col .story-inner-cols .story-item:hover .content-holder .social-type:before {
    top: 0;
    left: -110%;
    width: 200%;
    height: 100%;

}

.story-row .story-col .story-inner-cols .story-item .buttons-holder ul.big li a {
    position: relative;
}

.story-row .story-col .story-inner-cols .story-item.story-news .content-holder .buttons-holder ul.big li a.single-url:before {
    display: inline-block;
    content: "";
    width: 17px;
    height: 10px;
    background-position: -272px -24px;
}

.story-row .story-col .story-inner-cols .story-item .buttons-holder ul.big li a:before {
    position: relative;
    margin-right: 6px;
}

.story-row .story-col .story-inner-cols .story-item .buttons-holder ul li a {
    display: block;
    line-height: 35px;
    font-size: 13px;
    letter-spacing: 1px;
    color: #919191;
    background: #fff;
    text-align: center;
}

.story-row .story-col .story-inner-cols .story-item:hover .content-holder .img-holder+.txt-holder {
    left: 10px;
    right: 10px;
    bottom: 70px;
}

.story-row .story-col .story-inner-cols .story-item:hover .content-holder .buttons-holder {
    bottom: 0;
    opacity: 1;
    z-index: 99999 !important;
}




.story-row .story-col:nth-child(2) .col-md-6 .story-item .txt-holder .exH2 {
    padding: 15px;
    font-size: 14px;
    line-height: 22px;
    /*    max-height: 210px;*/



}

.story-row .col-md-6, .story-row .col-md-12 {
    margin: 0 !important;
    padding: 0 !important;
}

.story-row:nth-child(1) .story-col:nth-child(2) .col-md-6 .story-item .buttons-holder ul li a {
    display: block;
    line-height: 35px;
    font-size: 13px;
    letter-spacing: 1px;
    color: #919191;
    background: #fff;
    text-align: center;
}

.story-row:nth-child(1) .story-col:nth-child(2) .story-item .buttons-holder ul li {
    display: block;
    width: 50%;
    float: left;
    padding: 0 10px;
}

.story-row:nth-child(1) .story-col:nth-child(2) .story-item.story-big .buttons-holder ul.sml {
    display: block !important;
    margin: -30px;
    position: relative;
    left: -17px;
}

.story-row .story-col .story-inner-cols .story-item.story-news .content-holder .buttons-holder ul.sml li a.single-url:after {
    display: inline-block;
    content: "";


    background-position: -275px -316px;
}

.story-row .story-col .story-inner-cols .story-item .buttons-holder ul.sml li a:after {

    background-image: url(https://www.britishschool.nl/Images/Sprites/LG/GB/wSprite_093B5F5705E290CE78C9DA4B8A00EAB28014F4BA.png);
    background-color: transparent;
    background-repeat: no-repeat;

}

.story-inner-cols {
    overflow: hidden
}

.story-inner-cols .slider {
    background: #0b307b;
    padding: 34px 20px;
    display: none;

}

.story-inner-cols .slider .slide-btn {
    padding: 4px 10px;
    background: #fff;
    color: #07006C;
    position: absolute;
    right: -20px;
    top: 70px;
    opacity: 0;
    transition: all;
    transition-duration: 250ms;
    transition-timing-function: ease-in-out;
}

.story-inner-cols .slider:hover .slide-btn {
    right: 45px;
    opacity: 1;
}

.story-inner-cols .slider p {
    color: #fff;
    font-size: 18px;
    padding-top: 15px;
}

.owl-theme .owl-dots .owl-dot span {
    height: 5px !important;
    width: 5px !important;
    margin: 5px 3px !important;
}





.story-cont .story-row:nth-child(2) .story-col:nth-child(1) .col-md-6 .story-item .buttons-holder ul li a {
    display: block;
    line-height: 35px;
    font-size: 13px;
    letter-spacing: 1px;
    color: #919191;
    background: #fff;
    text-align: center;
}

.story-cont .story-row:nth-child(2) .story-col:nth-child(1) .story-item .buttons-holder ul li {
    display: block;
    width: 50%;
    float: left;
    padding: 0 10px;
}

.story-cont .story-row:nth-child(2) .story-col:nth-child(1) .story-item.story-big .buttons-holder ul.sml {
    display: block !important;
    margin: -30px;
    position: relative;
    left: -17px;
}

.story-cont .story-row:nth-child(2) .story-col:nth-child(1) .col-md-6 .story-item .txt-holder .exH2 {
    padding: 15px;
    font-size: 14px;
    line-height: 22px;
    /*    max-height: 210px;*/

}

.discover-cont .discover-row {
    padding: 50px 0;
}

.discover-cont .discover-row .discover-col .discover-inner-cols {
    box-shadow: 2px 4px 4px #a2a2a2;
    transition: all;
    transition-duration: 300ms;
    transition-timing-function: ease-in-out;

}

.discover-cont .discover-row .discover-col .discover-inner-cols:hover {
    transform: scale(1.05);

}

.discover-cont .discover-row .discover-col .discover-inner-cols a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;


}

.discover-cont .discover-row:nth-child(2) .discover-col:nth-child(1) .discover-inner-cols {
    color: #fff;
    background: rgb(67, 164, 60);
    padding: 10px 25px;
    text-align: center;
}

.discover-cont .discover-row:nth-child(2) .discover-col:nth-child(2) .discover-inner-cols {
    color: #fff;
    background: #e30a7e;
    text-decoration: none;
    padding: 10px 25px;
    text-align: center;
}

.discover-cont .discover-row:nth-child(2) .discover-col:nth-child(3) .discover-inner-cols {
    color: #fff;
    background: #0b307b;
    padding: 10px 25px;
    text-align: center;
}

.discover-cont .discover-row:nth-child(2) .discover-col:nth-child(4) .discover-inner-cols {
    color: #fff;
    background: #ee8620;
    padding: 10px 25px;
    text-align: center;
}

.links-cont .links-row div {
    text-align: center;
}

.links-cont .links-row div ul li {
    display: inline-block;
    margin: 0 15px;

}

.links-cont .links-row div ul li a {
    padding: 10px 16px;
    background: #0b307b;
    font-size: 24px;
}

.links-cont .links-row div ul li.li-txt {
    color: #bbb;
    /*font-size: 32px;*/

}

.links-cont .links-row div ul li a i {
    color: #fff;
    font-size: 18px;
}

.promo-item .content-holder {
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.promo-item .content-holder {
    /*    position: absolute;*/
    overflow: hidden;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    box-shadow: 3px 5px 5px rgba(0, 0, 0, .5);
    background: #4b4b4b;
}

.promo-item .content-holder .img-holder {
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.promo-item .content-holder .img-holder {
    /*    position: absolute;*/
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    z-index: 1;
    overflow: hidden;
}

.promo-item .content-holder .img-holder:before {
    content: '';
    display: block;
    /*    position: absolute;*/
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .25;
    z-index: 2;
}

.promo-item .content-holder .img-holder img {
    display: block;
    /*    position: absolute;*/
    z-index: 1;
}

.promo-item .content-holder .txt-holder {
    padding: 20px;
}

.promo-item .content-holder .txt-holder {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    padding: 10px;
}

.promo-item .content-holder .txt-holder:before {
    top: 60px;
    left: -116%;
    width: 200%;
    height: 100%;
    -webkit-transform: skewX(60deg);
    transform: skewX(60deg);
    z-index: -2;
}

.promo-item .content-holder .txt-holder:before, .promo-holder .promo-slider-holder .promo-slider .promo-item .content-holder .txt-holder:after {
    content: '';
    display: block;
    position: absolute;
    background: #002e7d;
    opacity: .6;
}

.promo-item .content-holder .txt-holder img {
    bottom: 90px;
}

.promo-item .content-holder .txt-holder img {
    position: absolute;
    display: block;
    width: 13%;
    left: 17px;

}

.promo-item .content-holder .txt-holder h3 {
    bottom: 20px;
    left: 20px;
    font-size: 14px;
    line-height: 20px;
    position: absolute;
    color: #fff;
}

.promo-item .content-holder .txt-holder:after {
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.promo-item .content-holder .txt-holder:after {
    top: 160px;
    right: -200%;
    width: 200%;
    height: 100%;
    -webkit-transform: skewX(-60deg);
    transform: skewX(-60deg);
    z-index: -1;
}

.promo-item .content-holder .txt-holder:after {
    content: '';
    display: block;
    position: absolute;
    background: #002e7d;
    opacity: .6;
}

.promo-item .content-holder>a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
    z-index: 3;
}

.promo-item .content-holder .txt-holder:before {
    top: 60px;
    left: -116%;
    width: 200%;
    height: 100%;
    -webkit-transform: skewX(60deg);
    transform: skewX(60deg);
    z-index: -2;
}

.circle-button-mg {
    color: #fff;
    background: #e30a7e;
}

.circle-button-bl {
    color: #fff;
    background: #0b307b;
}

.circle-button-mg {
    padding: 5px 15px;
    border-radius: 20px;
    border: 1px solid #e30a7e;
    display: inline-block;
}

.circle-button-bl {
    padding: 5px 15px;
    border-radius: 20px;
    border: 1px solid #0b307b;
    display: inline-block;
}

.circle-button-gr {
    padding: 5px 15px;
    border-radius: 20px;
    border: 1px solid #43a43c;
    display: inline-block;
}

.circle-button-gr {
    color: #fff;
    background: #43a43c;
}

.promo-holder .promo-slider-holder .promo-slider .promo-item .content-holder .txt-holder:before, .promo-holder .promo-slider-holder .promo-slider .promo-item .content-holder .txt-holder:after {
    content: '';
    display: block;
    position: absolute;
    background: #002e7d;
    opacity: .6;
}

.promo-item .content-holder .img-holder img {
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.promo-item .content-holder:hover .txt-holder:after {
    right: -114%;
}

.promo-item .content-holder:hover .img-holder img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.owl-theme .owl-nav [class*=owl-] {
    font-size: 20px !important;
    margin: 0px 10px;
}

.owl-theme .owl-nav span {
    color: #222;
    padding: 1px 9px;
    border-radius: 50px;
    border: 1px solid #ccc;
    overflow: hidden;
}

.owl-theme .owl-nav span:hover {
    color: #fff;
    background: #002e7d;
    border-radius: 50px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: none !important;
}

.slider-cont {
    padding: 80px 0;
}

.ftr-cont {
    position: relative;
    background: #002e7d;
    bottom: 0;
    /*    z-index: 9999999;*/
    /*	min-height: 500px;*/
}

h4.ftr-heading {
    color: #fff;
    font-weight: 500;

}

.ft-ul {
    margin-top: 10px;
    ;
    padding: 0;
}

.ft-ul a li {
    list-style: none;
    margin: 0;
    color: #c7c7c7;
    font-size: 13px;
    padding: 7px 0;
    border-bottom: 1px dotted #ccc;

}

body {
    /*	padding-bottom: 500px;*/
}

.shadow {
    box-shadow: 0px 50px 50px #ccc;
}

.wrapper {

    position: relative;
}

.form-contact input, textarea {
    width: 100%;
    color: #999;
    outline: none;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #08398c;
}

.form-contact input[type="email"] {
    border: 1px solid #08398c !important;
}

.form-contact .col-md-12 {
    padding: 0;
}

.form-contact input {
    margin-bottom: 10px;
}

.form-contact select {
    margin-bottom: 10px;
}

.form-contact textarea {
    width: 100%;
    color: #999;
    outline: none;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #08398c;
}

.form-contact form imput::placeholder {

    color: #fff;

}

.au-btn {
    display: inline-block;
    line-height: 40px;
    padding: 0 15px;
    border: none;
    text-align: center;
    color: #fff !important;
    background-color: #e30a7e;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    transition: 0.5s ease;
    white-space: nowrap;
}

html {
    scroll-behavior: smooth;
}

.bounce {

    top: 80%;
    left: 48.7%;
    /* height: 43px; */
    font-size: 12px;
    padding: 0px;
    width: 50px;
    ;
    position: absolute;
    right: 15px;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    -moz-animation: bounce 2s infinite;
    -o-animation: bounce 2s infinite;
    z-index: 99999;
}

@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-30px);
    }

    60% {
        -webkit-transform: translateY(-15px);
    }
}

@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
    }

    40% {
        -moz-transform: translateY(-30px);
    }

    60% {
        -moz-transform: translateY(-15px);
    }
}

@-o-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -o-transform: translateY(0);
    }

    40% {
        -o-transform: translateY(-30px);
    }

    60% {
        -o-transform: translateY(-15px);
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-30px);
    }

    60% {
        transform: translateY(-15px);
    }
}

.welcome {

    top: 62%;
    left: 41.1%;
    /* height: 43px; */
    z-index: 99999;
    padding: 0px;

    position: absolute;
}

.welcome img {
    width: 250px;
}

.specialities-cont {
    background: url("../images/blsbuilding.jpg");
    background-attachment: fixed;
    background-position: center;
    background-size: cover;


}

.tour-cont {
    background: url(../images/blsbuilding.jpg);
    min-height: 400px;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

}

.p-30 {
    padding: 30px;
}

hr.magenta {
    background-color: #e30a7e !important;
    margin: 0 auto 20px 0 !important;
    height: 1px !important;
}

hr.white {
    background-color: #fff !important;
    margin: 0 auto 20px 0 !important;
    height: 1px !important;
}

.vrt-btn-row {
    position: relative;
    top: 150px;
}

.video-play-button {
    position: absolute;
    z-index: 10;
    top: 75px;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    /* background: #fa183d; */
    border-radius: 50%;
    padding: 18px 20px 18px 28px;

}

.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: rgba(67, 164, 60, 0.85);
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: rgb(67, 164, 60);
    border-radius: 50%;
    transition: all 200ms;
}

.video-play-button:hover:after {
    background-color: darken(#fa183d, 10%);
}

.video-play-button img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    left: 4px;
    top: 10px;
    height: 0;
    border-left: 22px solid #fff;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}


.video-overlay {
    position: fixed;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.80);
    opacity: 0;
    transition: all ease 500ms;
}

.video-overlay.open {
    position: fixed;
    z-index: 1000;
    opacity: 1;
}

.video-overlay-close {
    position: absolute;
    z-index: 1000;
    top: 15px;
    right: 20px;
    font-size: 36px;
    line-height: 1;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    transition: all 200ms;
}

.video-overlay-close:hover {
    color: #fa183d;
}

.video-overlay iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    /* width: 90%; */
    /* height: auto; */
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
}




#slideout {
    z-index: 9999999;
    position: fixed;
    bottom: 330px;
    right: 0px;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    cursor: pointer;
}

#slideout h3 {
    color: #000;
}

#slideout_inner {
    z-index: 9999999999999;
    position: fixed;
    bottom: 75px;
    right: -310px;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.pfo {
    z-index: 9999999;
    position: fixed;
    bottom: 130px;
    right: 0px;
}

/*#slideout:hover{right:310px;z-index:7777;}
##slideout:hover #slideout_inner{right:0;z-index:7777;}
*/
.show-inner p {
    line-height: 21px;
    margin: 5px 0px;
}

.show-inner a {
    font-size: 12px;
}

.show-inner {
    right: 0px !important;
    z-index: 7777;
}

.show-outer {
    right: 295px !important;
}

.slideoutform {
    width: 295px;
    background: #FFFFFF;
    padding: 20px;
}

.submit-btn {
    background: #e30a7e;
    background-image: -webkit-linear-gradient(top, #e30a7e, #e30a7e);
    background-image: -moz-linear-gradient(top, #e30a7e, #e30a7e);
    background-image: -ms-linear-gradient(top, #e30a7e, #e30a7e);
    background-image: -o-linear-gradient(top, #e30a7e, #e30a7e);
    background-image: linear-gradient(to bottom, #e30a7e, #e30a7e);
    font-family: Arial;
    color: #fff;
    font-size: 15px;
    padding: 6px 10px;
    text-decoration: none;
    width: 120px;
    border: 0px;
    text-indent: 0px;
    cursor: pointer;
}

.submit-btn:hover {
    background: #0b307b;
    text-decoration: none;
    border: 0px;
    text-indent: 0px;
}

.form-text {
    font-size: 12px;
    text-align: left;
    color: #666;
}

.red {
    font-size: 11px;
    color: #990000;
}

form.instantcallback {
    padding: 0px 0px 10px 0px;
}

form.instantcallback input[type="text"], input[type="email"], .input, form.instantcallback select {
    border: 1px solid #e7e7e7 !important;
    height: 40px !important;
    border-radius: 4px !important;
    width: 100% !important;
}

.quickqueryimg {
    display: none;
}

@media (max-width:989px) {
    #slideout, #slideout_inner {
        position: relative;
        top: inherit !important;
        bottom: inherit !important;
        right: inherit !important;
        z-index: 1 !important;
    }

    #slideout:hover {
        right: inherit !important;
        z-index: 7777;
    }

    .quickqueryimg {
        position: fixed;
        top: 45%;
        right: 0;
        z-index: 999;
        display: block;
    }

    #slideout img.mobnnnn {
        display: none;
    }

    .slideoutform {
        width: 90%;
    }
}






.loader {
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: url("../images/bls-loader-bg-1.jpg");
    background-size: contain;
    background-position: center;
    box-shadow: -4px 4px 7px #000;
    z-index: 9999999999999999999999999999999;
    overflow-y: scroll;

}

.loader .loader-logo {
    position: absolute;
    top: 2%;
    left: 34%;

}

.loader .loader-logo img {
    width: 65%;

}

.loader .loader-flag img {
    top: 68%;
}

.loader .loader-flag {
    position: absolute;
    top: 85%;
    left: 36%;
}

.loader .loader-flag img {
    width: 40%;
}

.menu-cont {
    z-index: 999999;
    border-top: 1px solid #ccc;
    padding: 70px;
    height: 100vh;
}

.main-bg {
    background: #0b307b;
}

#overlay-menu .menu-left-col .menu-left-col-ul a li {
    list-style: none;
    margin-bottom: 7px;
}

li {
    list-style: none;
}

#overlay-menu {
    z-index: 99999999;
    display: none;
    position: fixed;
    top: 0;
}

#overlay-menu .menu-left-col {
    box-shadow: 12px 5px 32px #171717a3;
    padding: 70px;
    height: 100vh;
}

#overlay-menu .sub-menu {
    position: absolute;
    top: 0;
}

.fix-btns .times {
    display: none;
}

#overlay-menu .menu-right-col {

    padding: 50px 100px 70px 0px !important;

}

.gray {
    color: #b5b5b5;
}

#overlay-menu .menu-right-col form .heading-bls h4 {
    color: #fff !important;
}

#overlay-menu .menu-right-col form .col-md-12 {
    padding: 0 !important;
}

#overlay-menu .menu-left-col i {
    float: right;
}

#overlay-menu .menu-left-col li {
    padding-bottom: 3px;
    margin-bottom: 4px;
}

#overlay-menu .menu-left-col a {
    font-weight: 500;
    font-weight: 600;
    color: #9c9c9c;
    font-size: 17px;
}

#overlay-menu .menu-left-col a:hover {
    color: #E8E8E8;

}

#overlay-menu .quicklink-item {
    position: relative;
    float: left;
    width: 150px;
    height: 150px;
}

#overlay-menu .content-holder {
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

#overlay-menu .quicklink-item .content-holder {
    position: absolute;
    overflow: hidden;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .4);
    background: #002970;
}

#overlay-menu .quicklink-item .content-holder .img-holder {
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

#overlay-menu .quicklink-item .content-holder .img-holder {
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    z-index: 1;
    overflow: hidden;
}

#overlay-menu .quicklink-item .content-holder .img-holder:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .25;
    z-index: 2;
}

#overlay-menu .quicklink-item .content-holder .img-holder img {
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

#overlay-menu .quicklink-item .content-holder .img-holder img {
    display: block;
    position: absolute;
    z-index: 1;
}

#overlay-menu .quicklink-item .content-holder .img-holder:after {
    content: '';
    display: block;
    position: absolute;
    background: #002e7d;
    opacity: .6;
    -webkit-backface-visibility: hidden;
    top: 60px;
    left: -116%;
    width: 200%;
    height: 100%;
    -webkit-transform: skewX(60deg);
    transform: skewX(60deg);
    z-index: 3;
}

#overlay-menu .quicklink-item .content-holder .txt-holder {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    padding: 10px;
}

#overlay-menu .quicklink-item .content-holder .txt-holder img {
    position: absolute;
    display: block;
    bottom: 70px;
}

#overlay-menu .quicklink-item .content-holder .txt-holder h3 {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    color: #fff;
    width: 120px;
    font-size: 13px;
    line-height: 15px;
}

#overlay-menu .quicklink-item .content-holder .txt-holder:after {
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

#overlay-menu .quicklink-item .content-holder .txt-holder:after {
    top: 100px;
    right: -200%;
    width: 200%;
    height: 100%;
    -webkit-transform: skewX(-60deg);
    transform: skewX(-60deg);
    z-index: -1;
}

#overlay-menu .quicklink-item .content-holder .txt-holder:after {
    content: '';
    display: block;
    position: absolute;
    background: #002e7d;
    opacity: .6;
    -webkit-backface-visibility: hidden;
}


#overlay-menu .quicklink-item .content-holder>a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
    z-index: 3;
}

#overlay-menu .quicklink-item .content-holder:hover {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

#overlay-menu .quicklink-item .content-holder:hover .txt-holder:after {
    right: -120%;
}

#overlay-menu .quicklink-item .content-holder:hover .img-holder img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.menu-left-col-ul ul {
    position: fixed;
    left: -100%;
    top: 0;
    width: 47%;
    background: #0b307b;
    box-shadow: 0px 5px 10px #171717a3;
    height: 100%;
    padding: 110px;
    transition: all 1500ms ease;

}

.sub_active {
    left: 0% !important;
    transition: all 1500ms ease !important;
}

.dropdowns .sub-menu-heading {
    color: #afafaf !important;
}

.sub-menu-heading h6 {
    color: #969696;

}

.sub-menu-heading .fa {
    color: #969696;
}

.dropdowns .sub_sub-menu-heading {
    color: #afafaf !important;
}

.sub_sub-menu-heading h6 {
    color: #969696;

}

.sub_sub-menu-heading .fa {
    color: #969696;
}

.inner-banner-cont .banner-col {
    position: relative;
}

.inner-banner-cont .logo-col {
    position: absolute;
    top: 5px;
    text-align: center;
}

/* .inner-banner-cont .logo-col img {
    width: 25%;
} */

.inner-banner-cont .logo-col img {
    width: 5% !important;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d !important;
    content: ">" !important;
}

.breadcrumb {
    background: #fff;
    font-size: 10px !important;
    margin: 0;
    padding: 1rem 1rem !important;
    float: right;
}

.breadcrumb-cont {
    padding: 12px 0;
}

.breadcrumb-cont h5 a {
    margin: 0;
    font-weight: bold;
    color: #002e7d !important;
    text-align: left !important;
    /*border-right: 1px solid #e8e8e8;*/
    padding: 0;



}

.breadcrumb-cont li:last-child h5 a {
    border-right: 0px;

}

.breadcrumb-cont .row {
    border-bottom: 1px solid #dedede;
}

.breadcrumb-cont .dropdown-menu {
    min-width: 15rem;
}

.breadcrumb-cont .dropdown-item:hover {
    color: #f1f1f1;
    text-decoration: none;
    background-color: #002e7d;
}

.breadcrumb-cont .dropdown-item {
    font-size: 14px;
}

.side-col ul {
    width: 80%;


}

.breadcrumb-cont .dropdown-menu {
    top: 55%;
    position: absolute;
    left: 5px;
}

.inner-page-ul {
    margin: 0;
    padding: 0;
}

.inner-page-ul li {
    font-size: 14px;
    color: #5f5f5f;
    border-bottom: 1px dotted #ccc;
    padding: 5px 0;

    width: 70%;

}

.menu-fix-btn a:hover span, .menu-fix-btn a:hover i {
    color: #fff;

}

.inner-page-ul li:before {
    content: '\f111';
    font-family: 'fontAwesome';
    font-size: 10px;
    padding-right: 10px;
    color: #002e7d;
}

.side-col ul li {

    text-align: left;
    line-height: 18px;
    font-size: 14px;
    position: relative;
    border-bottom: 1px solid #eaeaea;
    padding: 10px 0 10px 25px;

}

.side-col ul li.active {
    color: #fff;
    background: #002e7d;
}

.side-col ul li:hover {
    color: #002e7d;

}

.side-col ul li.active:hover {
    color: #fff;

}

.side-col ul li.active:before {
    content: "";
    display: block;
    width: 40px;
    position: absolute;
    left: -10px;
    top: 0;
    transform: skewX(-30deg);
    background-color: #002e7d;
    height: 38px;
    z-index: -1;
}

form label {
    font-weight: bold;
    color: #777777;
    font-size: 14px;
}

.form-control {
    border-radius: 0;
    box-shadow: none;
    height: 45px;
    font-size: 14px;
    border: 1px solid #eeeeee;
}

#contact_form .col-sm-6 {
    padding: 0 10px 0 0;

}

.styled-icons li {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    margin: 0 5px;
}

.styled-icons {
    padding-left: 0;
}

.styled-icons.icon-sm a {
    font-size: 13px !important;

    line-height: 38px !important;
    color: #fff;
    text-align: center;


}

.media-body p {
    margin: 10px 0;
}

.media-body {
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    text-align: left !important;
}

.styled-icons.icon-sm a .fa {
    font-size: 18px !important;
}

.inner-page-content-cont h4 {
    padding: .75rem 0rem;
    margin: 0;
    font-weight: 600;
    color: #002e7d;
}

.btn-bl {
    color: #fff;
    background-color: #0b307b;
    border-color: #0b307b;
    font-size: 14px;
}

.btn-bl:hover {
    color: #fff;
}

.p-150 {
    padding: 20px 150px;

}

#overlay-menu .menu-right-col form input, #overlay-menu .menu-right-col form select {
    background: transparent !important;
    height: 35px !important;
    font-size: 11px !important;
    margin-bottom: 10px !important;
    color: #999 !important;
    padding: 10px !important;
    border-radius: 5px !important;
    border: 1px solid #08398c !important;
}

.form-control {
    color: #999 !important;
}

#overlay-menu .menu-right-col form input, #overlay-menu .menu-right-col form textarea {
    background: transparent !important;
    height: auto;
    font-size: 11px !important;
    margin-bottom: 10px !important;
    padding: 10px !important;
    border-radius: 5px !important;
    border: 1px solid #08398c !important;
}

#overlay-menu .menu-right-col form button {
    padding: 7px 10px !important;
    border-radius: 5px !important;
    width: 100%;
    background: #fff;
    color: #08398c;
    border: 1px solid #08398c !important;
}

#overlay-menu .menu-right-col form button i {
    padding-right: 5px;
}


.transition-animation {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.transition-scale (@scale) {
    -webkit-transform: scale(@scale);
    -moz-transform: scale(@scale);
    -ms-transform: scale(@scale);
    -o-transform: scale(@scale);
    transform: scale(@scale);
}

.menu-scl-icons {
    margin-top: 15px;
    padding: 5px 12px;

}

/* Ul styles */
.menu-scl-icons>li {
    list-style: none;

    display: inline;
    float: right;
    margin: 0px 60px 0 0;

}

.icon {
    display: inline-block;
    position: relative;
    z-index: 1;
    width: 30px;
    height: 30px;
    /* border-radius: 50%;*/
    font-size: 15px;
    color: #f1f1f1;
    line-height: 30px;
    text-align: center;
    background-color: #1b5fe8;
}

.icon:after {
    position: absolute;
    width: 100%;
    height: 100%;
    /* border-radius: 50%;*/
    content: '';
    box-sizing: content-box;
}

/* Hover effect */
.icon-effect .icon {}

.icon-effect .icon:after {
    top: -7px;
    left: -7px;
    padding: 7px;
    box-shadow: 0 0 0 4px #f1f1f1;
    transition-duration: 300ms;
    transition-timing-function: ease-in-out;
    transform: scale(.8);
    opacity: 0;
}

.icon-effect-1a .icon:hover {
    background-color: #f1f1f1;
    color: #1b5fe8;
}

.icon-effect-1a .icon:hover:after {
    transform: scale(.9);
    opacity: 1;
}

.menu-home {
    position: absolute;
    top: 10px;
    right: 8px;

    font-size: 22px !important;
    display: none;
    color: #9c9c9c;
}

.none {
    display: none;
}


.block {
    display: block;
    transition: all;
    transition-timing-function: ease-in;
    transition-duration: 300ms;
}

.glo img {


    position: absolute;
    top: 69%;
    left: 45%;
    width: 125px;

}

#chakra {
    -webkit-animation: rotation 10s infinite linear;

    position: absolute;
    top: 33.5%;
    left: 42.5%;

}


@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.links-cont .links-row ul {
    text-align: right;
    position: relative;
    top: 40px;
}

.loc-popup-noida {
    position: absolute;
    top: 15%;
    padding: 0;
    margin: 0;
    display: none;
    transition-duration: 200ms;
    transition: all;
    transition-timing-function: ease-in;
}

.loc-popup-hathras {
    position: absolute;
    top: 15%;
    padding: 0;
    margin: 0;
    display: none;
    transition-duration: 200ms;
    transition: all;
    transition-timing-function: ease-in;
}

.loc-popup-delhi {
    position: absolute;
    top: 15%;
    padding: 0;
    margin: 0;
    display: none;
    transition-duration: 200ms;
    transition: all;
    transition-timing-function: ease-in;
}

.show {
    display: block;
}

#style-4::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

#style-4::-webkit-scrollbar {
    width: 7px;
    background-color: #F5F5F5;
}

#style-4::-webkit-scrollbar-thumb {
    background-color: #c1c1c1 !important;
    /* border: 2px solid #555555;*/
    border-radius: 20px;
}

.accolades_row .col-md-5 {
    max-height: 434px;
    overflow-y: scroll;
    padding: 30px 20px;
}

.accolades_row {
    background: #fff;
    box-shadow: 0px 4px 4px #c1c1c1;
    margin-bottom: 35px !important;
}

.insta-div:before {
    /* display: inline-block;
    content: '';*/
    /* font-family: 'fontAwesome'; */
    /* color: #fff; */
    /* left: -20px;
    width: 90px;
    height: 60px;
    background: #e30a7ea6;
    transform: skewX(60deg);
    position: absolute;*/
}

.insta-div:after {
    display: inline-block;
    content: '\f16d';
    font-family: 'fontAwesome';
    color: #fff;
    width: 20px;
    position: absolute;
    left: 40px;
    top: 270px;
    height: 20px;
    background-position: -212px -115px;
}

.ViewProfileButton {
    background-color: #e30a7e !important;
}

.galleries {
    float: left;
    width: 100%;
    position: relative;
}

.zoombox {
    background-color: #333;
    overflow: hidden;
}

.zoombox img.zoomboximg {
    width: 100%;
    height: 240px;
    transform: scale(1.5);
    -webkit-transition: 2s ease-in;
    animation-duration: 10s;
}

.zoombox .zoomboxDiv {
    position: absolute;
    right: 40px;
    left: 40px;
    top: 40px;
    bottom: 40px;
    display: block;
    display: block;
    background-color: transparent;
    border: 1px solid #fff;
    padding: 30px;
    text-align: center;
    transform: scale(0);
    -webkit-transition: 0.5s ease-in-out;
}

.zoombox .zoomboxDiv img {
    width: 20%;
    height: auto;
}

.zoombox .zoomboxDiv h6 {
    padding-top: 20px;
}

.zoombox:hover img.zoomboximg {
    opacity: .3;
    transform: scale(1);
}

.zoombox:hover .zoomboxDiv {
    transform: scale(1);
    background: #00000070;
}

/*zoom-in*/
.zoominbox {
    background-color: #333;
    overflow: hidden;
}

.zoominbox img.zoomboximg {
    width: 100%;
    height: 240px;
    transform: scale(1);
    -webkit-transition: 5s ease-in;
    animation-duration: 10s;
    animation-delay: 3s;
}

.zoominbox .zoominDiv {
    position: absolute;
    right: 60px;
    left: 60px;
    top: 60px;
    bottom: 60px;
    display: block;
    background-color: transparent;
    border: 1px solid #fff;
    padding: 30px;
    text-align: center;
    opacity: 0;
    transform: scale(1.5);
    -webkit-transition: 0.5s ease-in-out;
}

.zoominbox .zoominDiv img {
    width: 50%;
    height: auto;
}

.zoominbox:hover img.zoomboximg {
    opacity: .3;
    transform: scale(2);
}

.btm-ftr {
    padding-top: 10px;
    border-top: 1px solid #123d88;
}

.zoominbox:hover .zoominDiv {
    opacity: 1;
    transform: scale(1);
}

.dwnlodtable td {
    padding: 10px 5px;
}

.dwnlodhead {
    background: #0b307b;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
}

table tr td:first-child {
    /*background:#002e7d;*/
    /*color:#fff;*/

    color: #000;
    width: 9%;
    height: auto;
    padding: 0px 10px;
    font-size: 12px;

}

table tr td {
    width: 5%;
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
    border: 1px solid #ccc;
    color: #828282;
}

table {
    display: block;
    width: 100%;
    overflow-x: auto;
    border: 1px solid #ccc;
}

table::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

table::-webkit-scrollbar {
    height: 4px;
    background-color: #F5F5F5;
}

table::-webkit-scrollbar-thumb {
    background-color: #c1c1c1 !important;
    /* border: 2px solid #555555;*/
    border-radius: 40px;
}

.insta-div-one .story-item.story-news .content-holder .txt-holder+.buttons-holder+.date-holder+.social-type:before {
    background: #e30a7e !important;
}

.insta-div-one .story-item.story-news .content-holder .txt-holder+.buttons-holder+.date-holder+.social-type+.animate-skew:before {
    background: #e30a7e !important;
    opacity: .8;
}

.insta-div-one .story-item.story-news .content-holder .social-type:after {
    display: inline-block !important;
    content: '\f16d' !important;
    font-family: 'fontAwesome' !important;
    color: #fff;
    width: 20px;
    left: 40px;
    height: 20px;
    background-position: -212px -115px;
}


.yt-div-one .story-item.story-news .content-holder .txt-holder+.buttons-holder+.date-holder+.social-type:before {
    background: #e30a0a !important;
}

.yt-div-one .story-item.story-news .content-holder .txt-holder+.buttons-holder+.date-holder+.social-type+.animate-skew:before {
    background: #e30a0a !important;
    opacity: .8;
}

.yt-div-one .story-item.story-news .content-holder .social-type:after {
    display: inline-block !important;
    content: '\f16a' !important;
    font-family: 'fontAwesome' !important;
    color: #fff;
    width: 20px;
    left: 40px;
    height: 20px;
    background-position: -212px -115px;
}

.yt-div-one .story-item.story-news:hover .content-holder .txt-holder {
    top: 135px !important;
}

.yt-div-one .story-item.story-news .content-holder .txt-holder {

    transition: all;
    transition-duration: 300ms;
    transition-timing-function: ease-in;
}

.key-links-box ul li {
    display: inline-flex;
    margin-bottom: 0 !important;
}

.key-links-box ul li a {
    font-size: 12px !important;
    padding-right: 5px;
}

.key-links-box h6 {

    color: #9c9c9c !important;
    font-weight: lighter !important;
    padding-left: 40px !important;
}


#notfound {
    position: relative;
    height: 65vh;
}

#notfound .notfound {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.notfound {
    max-width: 560px;
    width: 100%;
    padding-left: 160px;
    line-height: 1.1;
}

.notfound .notfound-404 {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    width: 140px;
    height: 140px;
    background-image: url('../../images/emoji.png');
    background-size: cover;
}

.notfound .notfound-404:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(2.4);
    -ms-transform: scale(2.4);
    transform: scale(2.4);
    border-radius: 50%;
    background-color: #f2f5f8;
    z-index: -1;
}

.notfound h1 {
    font-family: 'Nunito', sans-serif;
    font-size: 65px;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 10px;
    color: #151723;
    text-transform: uppercase;
}

.notfound h2 {
    font-family: 'Nunito', sans-serif;
    font-size: 21px;
    font-weight: 400;
    margin: 0;
    text-transform: uppercase;
    color: #151723;
}

.notfound p {
    font-family: 'Nunito', sans-serif;
    color: #999fa5;
    font-weight: 400;
}

.notfound a {
    font-family: 'Nunito', sans-serif;
    display: inline-block;
    font-weight: 700;
    border-radius: 40px;
    text-decoration: none;
    color: #388dbc;
}

@media only screen and (max-width: 767px) {
    .notfound .notfound-404 {
        width: 110px;
        height: 110px;
    }

    .notfound {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 110px;
    }
}