@font-face {
    font-family: NexaLight;
    src: url('fonts/NexaLight.otf');
}

@font-face {
    font-family: NexaBold;
    src: url('fonts/NexaBold.otf');
}

body {
    font-family: NexaLight;
   
}

a {
    color: #09031d;
}

#wrapper {
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));
}

h1, h2, h3, h4, h5, h6 {
    font-family: Arial, Helvetica, sans-serif; font-weight: bold;
}

.top-wrapper {
    background: #001b4a;
}

.container {
    border: 2px solid #fff;
    padding-left: 0;
    padding-right: 0;
}

header .container {
    border-top: none;
}

header {
    background: transparent;
}

.logo img {
    width: 300px;
    padding: 30px 0;
    float: left;
}

.logo h1 {
    color: #fff;
    float: left;
    padding: 30px 0;
    font-family: NexaBold
}

.header-search {
    padding-top: 55px;
    width: 300px;
    float: right;
}

.header-search .input-group {
    width: 250px;
    float: right;
    margin-right: 20px;
    border-radius: 50px;
    overflow: hidden;
    clear: both;
}

.top-action-button {
    margin-top: 10px;
    float:right;
    font-size: 11px;
    margin-right: 20px;
}

.top-action-button a {
    background: red;
    border-radius: 20px;
    padding: 5px 10px;
    color: #fff;
    z-index: 99;
    position: relative;
}

.top-tel-number a {
    background: #fff;
    color: #000;
    padding-left: 30px;
    margin-left: -25px;
    padding-right: 15px;
    z-index: 1;
}

.top-action-button a:hover {
    text-decoration: none;
}

@media screen and (max-width: 767px) {
    
    
    .top-nav {
        display: none;
    }
}



.navbar {
    margin-bottom: 0;
}

.navbar-default {
    background-color: transparent;
    border: none;
    background: #0d152f;
    border-radius: 0;
}

.nav-pills > li > a {
    border-radius: 0;
    color: #fff;
}

.nav > li > a {
    padding: 15px 10px;
}

.nav > li > a:hover, .nav > li > a:focus {
    background: transparent;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    border: none;
    background: transparent;
}

.navbar ul > li {
    position: relative;
}

.navbar ul > li:after {
    position: absolute;
    
    right: 0;
    top: 18px;
}

.navbar ul > li:last-child:after {
    content: "";
}

.navbar ul > li:last-child {
    border: none;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #fff;
}





.hovereffect {
    width:100%;
    height:100%;
    float:left;
    overflow:hidden;
    position:relative;
    text-align:center;
    cursor:default;
    }
    
    .hovereffect .overlay {
    width:100%;
    height:100%;
    position:absolute;
    overflow:hidden;
    top:0;
    left:0;
    opacity:0;
    background-color:rgba(0,0,0,0.5);
    -webkit-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out
    }
    
    .hovereffect img {
    display:block;
    position:relative;
    -webkit-transition:all .4s linear;
    transition:all .4s linear;
    }
    
  
    
    
    .hovereffect a.info:hover {
    box-shadow:0 0 5px #fff;
    }
    
    .hovereffect:hover img {
    -ms-transform:scale(1.2);
    -webkit-transform:scale(1.2);
    transform:scale(1.2);
    }
    
    .hovereffect:hover .overlay {
    opacity:1;
    filter:alpha(opacity=50);
    }
    
    .hovereffect:hover h2,.hovereffect:hover a.info {
    opacity:1;
    filter:alpha(opacity=100);
    -ms-transform:translatey(0);
    -webkit-transform:translatey(0);
    transform:translatey(0);
    }
    
    .hovereffect:hover a.info {
    -webkit-transition-delay:.2s;
    transition-delay:.2s;
    }

    .carousel-item {
      height: 100vh;
      min-height: 350px;
      background: no-repeat center center scroll;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
    }
.dropdown-menu {
    min-width: 100%;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    border-radius: 0;
}

ul.dropdown-menu li {
    border: none;
}

ul.dropdown-menu li:after {
    content: "";
}

.dropdown-menu li a {
    padding: 5px 10px;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #fff;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent;
}

.top-nav {
    position: relative;
}

.top-nav .navbar-default {
    background: transparent;
    position: absolute;
    right: 20px;
    top: 15px;
    font-size: 14px;
    box-shadow: none;
    letter-spacing: 1px;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
  }

.top-nav .navbar ul > li:after {
    position: absolute;
    content: url(img/divider.png);
    right: 0;
    top: 16px;
}

.hovereffect1 {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    background: #1c3791;
  }
  
  .hovereffect1 .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    padding: 50px 20px;
  }
  
  .hovereffect1 img {
    display: block;
    position: relative;
    max-width: none;
    width: calc(100% + 20px);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-10px,0,0);
    transform: translate3d(-10px,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  
  .hovereffect1:hover img {
    opacity: 0.4;
    filter: alpha(opacity=40);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  
  .hovereffect1 h2 {
    
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 28px;
    overflow: hidden;
    padding: 0.5em 0;
    background-color: transparent;
  }
  
  .hovereffect1 h2:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    content: '';
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
  }
  
  .hovereffect1:hover h2:after {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  
  .hovereffect1 a, .hovereffect1 p {
    color: #FFF;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
  }
  
  .hovereffect1:hover a, .hovereffect1:hover p {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  



  .collapsible {
    background-color:rgb(5, 5, 59);
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    outline: none;
    font-size: 16px;
  }
  
  .active, .collapsible:hover {
    background-color: rgb(71, 62, 63);
  }
  
  .collapsible:after {
    content: '\002B';
    color: white;
    font-weight: bold;
     float: right;
    margin-left: 5px;
  }
  
  .active:after {
    content: "\2212";
  
  }
  
  .content {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    font-size:16px;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }







div.gallery1 {
    margin: 5px;
    border: 1px solid #ccc;
    float: left;
    width: 250px;
    
  }

  
  
  div.gallery1:hover {
    border: 1px solid #777;
   opacity:0.5;
  }
  
  div.gallery1 img {
    width: 100%;
    height: 200px;
  }


  div.gallery2 {
    margin: 5px;
    border: 1px solid #ccc;
    float: left;
    width:320px;
    
    height: auto;
    
  }

  
  
  div.gallery2:hover {
    border: 1px solid #777;
   opacity:0.5;
  }
  
  div.gallery2 img {
    width:100%;
   
    height: auto;
  }
  
  div.desc2 {
    padding: 11px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    color: black;
    font-size: 13px;
    font-weight: bold;
    height:280px;

    vertical-align:middle;
  }
  
  div.desc {
    padding: 3px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    color: black;
    font-size: 14px;
    font-weight: bold;
    vertical-align:middle;
  }
#intro .container {
    height: auto;
    background: #130735;
    border-top: none;
    border-bottom: 20px solid #fff;
}

#intro {
    background: transparent;
}

.carousel {
    overflow: hidden;
}



.carousel-caption{
    text-align: center;
    font-size: 24px;
    font-style: bold;
    color:  #fff;
}

.carousel-inner{
    width:100%;
    max-height:500px !important;
}


.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    transform: translateY(-180px);
}

@media screen and (max-width: 10px) {
    .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    transform: translateY(0);
}
}

#info .container {
    padding: 5px 5px;
    border-top: none;
    border-bottom: none;
}


#info .thumbnail {
    position: relative;
    border: none;
    padding: 10px 10px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

#info .thumbnail .caption {
    
    bottom: 0;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: justify;
    background: #fff;
    width: 100%;
    font-weight: bold;
    color:  #05121b;
}


#mixedSlider {
  position: relative;
}
#mixedSlider .MS-content {
  white-space: nowrap;
  overflow: hidden;
  margin: 0 5%;
}
#mixedSlider .MS-content .item {
  display: inline-block;
  width: 25%;
  position: relative;
  vertical-align: top;
  
  overflow: hidden;
  height: 100%;
  white-space: normal;
  padding: 0 10px;
}

.pbHide .pbWrapper > *,
.pbHide .pbWrapper > .prepare{ opacity:0; transition:.2s ease-in; }

.pbWrapper > div,
.pbWrapper > img{
    transition:.2s ease-out;
    opacity: 1;
}

/*** when going to the next slide ***/
/* prepare next slide which will be shown */
.pbWrapper > *,
.pbHide.next .pbWrapper > .prepare{ transform:translatex(40%); }
/* prepare current slide which will "go away" */
.pbHide.next .pbWrapper > *{ transform:translatex(-40%);  }

/* when going to the previous slide */
.pbWrapper > *,
.pbHide.prev .pbWrapper > .prepare{ transform:translatex(-40%); }
.pbHide.prev .pbWrapper > *{ transform:translatex(40%); }

@media (max-width: 991px) {
  #mixedSlider .MS-content .item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  #mixedSlider .MS-content .item {
    width: 100%;
  }
}
#mixedSlider .MS-content .item .imgTitle {
  position: relative;
}


#mixedSlider .MS-content .item .imgTitle .blogTitle {
  margin: 0;
  text-align: left;
  letter-spacing: 2px;
  color: #252525;
font-size:20px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  bottom: 0;
  font-weight: bold;
  padding: 0 0 2px 10px;
}
#mixedSlider .MS-content .item .imgTitle img {
  height: auto;

  width: 100%;
}
#mixedSlider .MS-content .item p {
  font-size: 14px; 
  font-family: arial;
  margin: 2px 10px 0 5px;
  
}
#mixedSlider .MS-content .item a {
  float: right;
  margin: 0 20px 0 0;
  font-size: 10px;
  font-style: italic;
  color: rgba(173, 0, 0, 0.82);
  font-weight: bold;
  letter-spacing: 1px;
  transition: linear 0.1s;
}
#mixedSlider .MS-content .item a:hover {
  text-shadow: 0 0 1px grey;

  
}


#mixedSlider .MS-controls button {
  position: absolute;
  border: none;
  background-color: transparent;
  outline: 0;
  font-size: 50px;
  top: 95px;
  color: rgba(0, 0, 0, 0.4);
  transition: 0.15s linear;
}
#mixedSlider .MS-controls button:hover {
  color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 992px) {
  #mixedSlider .MS-controls button {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  #mixedSlider .MS-controls button {
    font-size: 20px;
  }
}
#mixedSlider .MS-controls .MS-left {
  left: 0px;
}
@media (max-width: 767px) {
  #mixedSlider .MS-controls .MS-left {
    left: -10px;
  }
}
#mixedSlider .MS-controls .MS-right {
  right: 0px;
}
@media (max-width: 767px) {
  #mixedSlider .MS-controls .MS-right {
    right: -10px;
  }
}
#basicSlider { position: relative; }

#basicSlider .MS-content {
  white-space: nowrap;
  overflow: hidden;
  margin: 0 2%;
  height: 50px;
}

#basicSlider .MS-content .item {
  display: inline-block;
  width: 20%;
  position: relative;
  vertical-align: top;
  overflow: hidden;
  height: 100%;
  white-space: normal;
  line-height: 50px;

  vertical-align: middle;
}
@media (max-width: 991px) {

#basicSlider .MS-content .item { width: 25%; }
}
@media (max-width: 767px) {

#basicSlider .MS-content .item { width: 35%; }
}
@media (max-width: 500px) {

#basicSlider .MS-content .item { width: 50%; }
}

#basicSlider .MS-content .item a {
  line-height: 50px;
  vertical-align: middle;
}

#basicSlider .MS-controls button { position: absolute; }

#basicSlider .MS-controls .MS-left {
  top: 35px;
  left: 10px;
}

#basicSlider .MS-controls .MS-right {
  top: 35px;
  right: 10px;
}

#featured {
    margin-bottom: 20px;
}

#featured .container {
    padding: 10px 0;
    border-top: none;
    border-bottom: none;
}

.latest-news {
    padding: 0 10px;
    min-height: 900px;
    overflow: hidden;
}

#featured h3 {
    color: #09041b;
}

#featured img {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    width: 100%;
}

.featured-media-img {
    overflow: hidden;
    max-height: 400px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.featured-media, .programme {
    padding: 0 10px;
}

.news-entry {
    border-bottom: 1px dashed #252525;
    padding-bottom: 10px;
}

.entry-meta i {
    margin-right: 5px;
}

.entry-title {
    font-size: 20px;
}

.entry-excerpt {
    margin: 5px 0;
}

footer {
    background: #0b142a;
    color: #fff;
    padding-top: 10px;
}

footer a {
    color: #fff;
}

footer .container {
    border: none;
}

.links-widget {
    margin-top: 20px;
}

.lgs-map {
    border-radius: 50%;
    overflow: hidden;
    width: 120px;
    float: left;
}

.address-widget {
    padding: 20px 0;
    position: relative;
}

.lgs-address {
    margin-left: 20px;
    float: left;
    margin-bottom: 30px;
}

.social-icons {
    margin-top: 20px;
}

.footer-copyrights {
    text-align: center;
    background: #f2f2f2;
    color: #767676;
    padding-top: 20px;
    padding-bottom: 10px;
}

/* Content */

#content-wrapper {
    min-height: 800px;
    padding-bottom: 50px;
}

#content-wrapper .inner-content {
    padding: 10px 10px;
    font-size: 15px;
    color: #212121;
}

.inner-content h3 {
    font-weight: 500;
    font-family: NexaBold;
    color: #09041b;
}

#content-wrapper .container {
    border-bottom: none;
    background: #fff;
}

.content-head {
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('img/LGS-phase-1.jpg') no-repeat fixed center;
    background-size: cover;
    text-align: center;
    padding: 50px 0;
    color: #fff;
}

.content-head h2 {
    
    font-weight: 500;
    
    font-size: 36px;
    font-family: NexaBold;
    color: #fff;
    letter-spacing: 5px;
}

.content-image img {
    margin: auto;
    border-radius: 50%;
}

/* IB Programme */

.page-primary .container {
    background: #fff;
}

.page-content-title {
    color: #0d152f;
    font-size: 44px;
    font-weight: bold;
    padding: 10px 20px 20px 20px;
}

.page-content {
    font-size: 18px;
    background: #fff;
    color: #131301;
    font-family: Arial;
    text-align: justify;
}

.page-content-subtitle {
    background: #0d152f;
    padding: 5px 2.2em;
    color: #fff;
    border-radius: 5px;
    margin-top: 20px;
    text-align: center;
    font-weight: bold;
}

.page-inner-content {
    padding: 10px 10px;
    font-size: 16px;
    color: #212121;
    text-align: justify;
}

.page-inner-content h3 {
    font-size: 20px;
    margin-top: 0;
}

.page-inner-content b {
    font-family: NexaBold;
}

.page-content-image {
    padding: 20px 10px;
    float: right;
}

.page-content-image img {
    margin: 0 auto;
    min-width: 300px;
    max-width: 500px;
}

@media screen and (max-width: 767px) {
    .page-content-image {
        float: none;
    }
}

/* Gallery */

.gallery-item a{
  overflow: hidden;
  margin-right: 8px;
}

.gallery-item a:nth-of-type(2n) {
  margin-right: 0;
}

.gallery-item a:hover img {
  transform: scale(1);
}

.gallery-item figure {
  margin: 0;
    overflow: hidden;
}

.gallery-item {
    overflow: hidden;
}

.gallery-item img {
  border: none;
  display: block;
  transition: transform .2s ease-in-out;
}



@media screen and (min-width: 992px) {
    .gallery-item img {
        width: 100%;
    }
    
    .gallery-item {
        height: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .gallery-item img {
        width: 100%;
    }
    .gallery-item {
        height: 240px;
    }
}

@media (max-width: 767px) {
    .gallery-item img {
        width: 100%;
    }
    
    .gallery-item {
        height: 280px;
    }
}

.input-group-addon {
    padding-left: 20px;
}