.header {
  background-color: #00acfa;
}

.header p {
  padding: 0px;
  margin-left: 0px;
  color: white;
  font-size: 12px;
}

.navbar {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;

  background-color: #fff;

  margin-bottom: 0px;
  border-bottom: 2px solid #00acfa;
}

.header a {
  color: white;
}

.header a:hover {
  color: dodgerblue;
}

.navbar img {
  width: auto;
  height: 45px;
  margin-left: 20px;
}

title {
  display: block;
}

.navbar a {
  font-size: 11px;
  font-weight: bold;
  padding: 14px 10px;
  text-transform: uppercase;
  border-radius: 5px;
  font-family: sans-serif;
}

.nav li a:hover {
  background-color: #00acfa;
  color: aliceblue;
}

.navbar ul {
  margin: 5px 5px;
  display: block;
  text-align: center;
  float: none;
}

.navbar-nav > li {
  float: none;
}

#brand2 {
  display: none;
}

#navbar {
  text-align: center;
  margin-top: 20px;
  vertical-align: middle;
}

.nav > li {
  display: inline-block;
}

.navbar-toggle {
  border: 1px solid #337ab7;
}

.navbar-toggle .icon-bar {
  background-color: #337ab7;
}

.nav li a {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-right: 5px;
  display: inline;
  font-size: 13px;
  text-align: center;
}

.navbar ul {
  text-align: center;
  display: block;
  margin-bottom: 15px;
}

.jumbotron {
  height: 500px;
  background-size: cover;
  background-position: center;
  margin-bottom: 0px;
  padding: 0px 0px;
}

#homej {
  height: auto;
  padding-top: 50px;
}
/* Carousel base class */
.carousel {
}

.carousel .container {
  position: relative;
  z-index: 9;
}

.carousel-control {
  height: 80px;
  width: 50px;
  top: 45%;
  margin-top: 0px;
  font-size: 50px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  background-color: transparent;
  border: 0;
  z-index: 10;
}

.carousel .item {
  height: 500px;
  background-size: cover;
  background-position: center 20%;
}



.carousel img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 500px;
}

.carousel-caption {
  background-color: transparent;
  position: static;
  padding: 0px;
  margin-top: 20%;
}
.carousel-caption h1,
.carousel-caption .lead {
  font-family: "Arvo" !important;
  margin: 0;
  line-height: 1.5;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}
.carousel-caption .btn {
  margin-top: 50px;
}

.carousel-indicators {
  bottom: -2%;
}

#myCarousel {
  color: #fff;
  font-weight: bold;
  font-size: 48px;
}
/*-----------------slope divider-----------*/
#one {
  border-top: 250px solid rgb(255, 255, 255);
  border-left: 0px solid transparent;
  border-right: 180px solid transparent;
  height: 0px;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  margin: 20px 0px;

  margin-bottom: 0px;
  height: 220px;
  width: 65%;
  position: relative;
}

#one p {
  font-size: 1.1em;
  margin-right: 20px;
  margin-left: 30px;
  max-height: 150px;
  word-break: justify;
}

#one h2 {
  width: 100%;
  margin-top: -220px;
  padding-bottom: 5px;
}

#one u {
  text-decoration: none;
  color: #00acfa;
}

#two {
  display: none;
  min-height: 350px;
}

#two p {
  font-size: 1.1em;
  margin-right: 80px;
  margin-left: 50px;
}

#two h2 {
  padding-bottom: 5px;
  font-size: 36px;
}

#two u {
  text-decoration: none;
  color: #00acfa;
}

#gallery-right {
  height: 250px;
  overflow: hidden;
  position: relative;
  float: right;
  color: #fff;
}

#gallery-right .col-md-3 {
  position: relative;
  padding-left: 0px;
  padding-right: 0px;
  height: 125px;
  width: 200px;

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

#gallery-right .row {
  margin-left: 0px;
  margin-right: 0px;
}

#gallery-right .col-md-3 {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}

#gallery-right .col-md-3:hover {
  /*transform: scale(1.3,1.3);*/
}

#gallery-right .col-md-3 p {
  margin-top: 50px;
  margin-left: 45px;
}

#gallery-right .col-md-3 a {
  color: #fff;
}

.wrap {
  font-size: 1em;
  width: 100%;
  margin: 0 auto;
}

#gallery-right .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}

#gallery-right img {
  transition: all 0.2s linear;
}
#gallery-right .mask {
  opacity: 0;
  background-color: rgba(0, 180, 250, 0.9);
  transition: all 0.4s ease-in-out;
}
#gallery-right h1 {
  transform: translateY(-100px);
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
#gallery-right p {
  transform: translateY(100px);
  opacity: 0;
  transition: all 0.2s linear;
}
#gallery-right a.info {
  opacity: 0;
  transition: all 0.2s ease-in-out;
}

#gallery-right .col-md-3:hover img {
}
#gallery-right .col-md-3:hover .mask {
  opacity: 1;
}
#gallery-right .col-md-3:hover h2,
#gallery-right .col-md-3:hover p,
#gallery-right .col-md-3:hover a.info {
  opacity: 1;
  transform: translateY(0px);
  color: #fff;
  font-size: 1.2em;
}
#gallery-right .col-md-3:hover p {
  transition-delay: 0.1s;
}
#gallery-right .col-md-3:hover a.info {
  transition-delay: 0.2s;
}

/*-----------------------------------------*/

.jumbotron h1 {
  color: #fff;
  font-size: 48px;
  font-weight: bold;
}

.jumbotron p {
  font-size: 20px;
  color: #fff;
}

.jumbotron .btn {
  margin-bottom: 10px;
  bottom: 2px;
}

.btn a {
  text-decoration: none;
  color: white;
}
.btn {
  margin-top: 20px;
  background-color: white;
  color: #00acfa;
  box-shadow: 0px 4px #aaa;
  padding: 10px 30px;
  border: 1px solid #bbb;
}
.btn:hover {
  background-color: #00acfa;
  border: 1px solid #eee;
}

.text-container h1 {
  font-size: 1.5em;
  margin: 0px 30px;
  margin-right: 20px;
  margin-left: 20px;
  color: #0771bb;
  text-align: center;
}

.text-container .container {
  text-align: center;
  margin-top: 80px;
}

.text2 h1 {
  font-size: 1.9em;
  margin: 30px 50px;
  margin-right: 20px;
  margin-left: 20px;
  color: #0771bb;
  text-align: center;
}

.video {
  width: 60%;
  height: 480px;
  display: block;
  border: 10px solid white;
}

.map  iframe {

  border: 10px solid green;
  display: inline-flex;
  height: 200px;
  margin: 0 auto;
  padding: 10px;

  
}
.learn-more {
  background-color: #f7f7f7;
}

.learn-more h3 {
  font-size: 18px;
  font-weight: bold;
}

.learn-more a {
  color: #00b0ff;
}

.lessons {
  border-bottom: 1px solid #00acfa;
}

.lessons h1 {
  font-size: 40px;
  margin: 50px 50px;
  margin-right: 20px;
  margin-left: 20px;
  color: #0771bb;
  text-align: center;
  border-bottom: 2px solid #00acfa;
  padding-bottom: 3px;
}

.whyus {
  background-image: url("/img/Baby-Swimming-Underwater.jpg");
  height: 500px;
  background-size: cover;
  background-position: center;
  text-align: center;
  color: white;
}

.whyus .row {
  margin-left: 20px;
  margin-right: 20px;
}

.whyus h1 {
  margin: 20px 20px;
}

/*------------------about us--------------------------------*/

.jumbotron-about-us {
  background: linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.3)),
    url("/img/SZ-2 RE.jpg");
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.jumbotron-about-us .container {
  position: relative;
  top: 280px;
  text-align: center;
}

.jumbotron-about-us {
  color: #fff;
  font-weight: bold;
}

.jumbotron-about-us p {
  font-size: 20px;
  color: #fff;
}

.text-about-us .container {
  margin-top: 20px;
  padding: 20px;
  font-size: 1.2em;
  color: #3c3c3c;
  text-align: justify;
  padding-bottom: 20px;
  /*border-bottom: 2px solid #00ACFA;*/
}

.vision .container {
  font-size: 1.2em;
  color: #3c3c3c;
  padding-bottom: 20px;
  border-bottom: 2px solid #00acfa;
}

.vision h1,
h3 {
  text-align: center;
}

.mission .container {
  font-size: 1.5em;
  color: #3c3c3c;
}

.mission h1 {
  text-align: center;
}

.mission img {
  object-position: center;
  height: 200px;
  width: 200px;
  padding: 10px 10px;
}

.mission .row {
  display: inline;
  text-align: center;
}

.iconHolder {
  background-color: #0066cc;
  padding: 20px !important;
  border-radius: 20px;
  border: solid 10px aliceblue;
}

/*-----------------FAQ--------------------------------*/

.jumbotron-faq {
  background: linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.5)),
    url("/img/gallery/11.jpg");
  height: 400px;
  background-size: cover;
  background-position: center center;
  margin-top: 120px;
  text-align: center;
}

.jumbotron-faq .container {
  position: relative;
  top: 150px;
  text-align: center;
}

.jumbotron-faq {
  color: #fff;
  font-weight: bold;
}

.jumbotron-faq h2 {
  text-align: center;
}

.faq .container {
  margin-bottom: 10px;
}

.faqHeader {
  font-size: 27px;
  margin: 20px;
}

.panel-default .panel-heading {
  background-color: #38acec;
}

.panel-heading [data-toggle="collapse"]:after {
  font-family: "Glyphicons Halflings";
  content: "\25BA"; /* "play" icon */
  float: right;
  color: whitesmoke;
  font-size: 18px;
  line-height: 22px;
  /* rotate "play" icon from > (right arrow) to down arrow */
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.panel-heading [data-toggle="collapse"].collapsed:after {
  /* rotate "play" icon from > (right arrow) to ^ (up arrow) */
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #454444;
}

/*--------------contact us---------------------------------*/

.jumbotron-contactus {
  background: linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.5)),
    url("/img/gallery/5.jpg");
  height: 400px;
  background-size: cover;
  background-position: center center;
  margin-top: 120px;

  color: #fff;
  font-weight: bold;
}

.jumbotron-contactus .container {
  position: relative;
  top: 150px;
  text-align: center;
}

.highlight {
  font-size: 1.3em;
  color: #00acfa;
}

.contact-form h1 {
  margin-left: 15px;
  margin-bottom: 80px;
}

.contact-form .header {
  color: white;
  font-size: 27px;
  padding: 10px;
}

.contact-form .bigicon {
  font-size: 35px;
  color: #36a0ff;
}

.contact-form .text-danger {
  color: #e74c3c;
}

.text-contact-us .container {
  margin: 20px;
}

#success {
  text-align: center;
}

/*----------------programme------------------*/
.table tr,
td,
th {
  text-align: center;
  border: 1px solid #fff;
}

.jumbotron-programme {
  background: linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.5)),
    url("/img/gallery/15.jpg") no-repeat center center;
  height: 400px;
  background-size: cover;
  background-position: center center;
  margin-top: 120px;
  text-align: center;
  color: #fff;
}

.jumbotron-programme .container {
  position: relative;
  top: 150px;
  text-align: center;
}

.jumbotron-programme h1 {
  font-weight: bolder;
}

.text-programme .container {
  font-size: 1.5em;
  color: #3c3c3c;
  text-align: justify;
}
.text-programme .line {
  height: 1px;
  display: flex;
  margin-left: 45%;
  margin-top: 0px;
  margin-bottom: 10px;
  margin-right: 45%;
  padding: 0px;
  border-bottom: 3px solid #38acec;
}
.text-programme h3,
h2 {
  margin-bottom: 5px;
  text-align: center;
}

.text-programme h1 {
  width: 100%;
  margin-bottom: 0px;
  text-align: center;
  padding-bottom: 10px;
}

.text-programme ol {
  list-style-type: none;
}

.table {
  padding: 30px 30px;
  background-color: #00acfa;
  margin-bottom: 0px;
}

.table .container {
  text-align: center;
  width: 70%;
}

#table-header {
  background-color: #0771bb;
  font-weight: 800;
  color: #fff;
}

#table-bold {
  color: #fff;
  font-weight: 800;
  background-color: #0771bb;
}

#table-bold1 {
  color: #fff;
  font-weight: 800;
  background-color: #0771bb;
  border-bottom: 1px solid #fff;
  justify-content: center;
  vertical-align: middle;
}

.table-responsive {
  border: none;
}

#table-color {
  background-color: rgba(51, 115, 183, 0.38);
}

#table-white {
  background-color: rgba(187, 208, 241, 0.51);
}

#table-space {
  background-color: #00acfa;
  border-left: 1px solid #00acfa;
  border-right: 1px solid #00acfa;
}

.table > thead > tr > th {
  border-bottom: 1px solid #00acfa;
}

.table .h1 {
  font-weight: 200;
  padding-bottom: 10px;
  border-bottom: 2px solid #00acfa;
}

u {
  text-decoration: underline;
  color: cornflowerblue;
}

.text-programme ol {
  margin-left: -4.5%;
}

/*--------------recruitment--------------------*/

.jumbotron-recruitment {
  background: linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.5)),
    url("/img/gallery/10.jpg");
  height: 400px;
  background-size: cover;
  background-position: center center;
  margin-top: 120px;
  color: #fff;
  font-weight: bold;
}

.jumbotron-recruitment .container {
  position: relative;
  top: 150px;
  text-align: center;
}

#asterik {
  text-decoration: none;
  color: firebrick;
}

/*--------------------------------------*/

/* =========================================
 HEX
===================================*/

.hex-container {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin: 10px;
  padding: 0px;
  margin-top: 30px;
  margin-left: -6%;
}

.grid {
  width: 100%;
  margin: 10px 10px;
  padding: 0px;
}

.hex-container .text {
  width: 100%;
  position: relative;
  color: whitesmoke;
  /*height: 100%;*/
  text-align: center;
  vertical-align: middle;
  top: 50px;
  font-size: 1em;
}

.hexagon2 {
  position: absolute;
  width: 25%;
  height: 25%;
}

.hexagon {
  overflow: hidden;
  visibility: hidden;

  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
  cursor: pointer;
}

.hexagon-in1 {
  overflow: hidden;
  width: 100%;
  height: 100%;

  -webkit-transform: rotate(-60deg);
  -moz-transform: rotate(-60deg);
  -o-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

.hexagon-in2 {
  -webkit-box-shadow: inset 0 0 0 200px rgba(176, 218, 212, 0.2);
  box-shadow: inset 0 0 0 200px rgba(176, 218, 212, 0.2);
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 80% 40%;

  -webkit-background-size: 125%;
  -moz-background-size: 125%;
  background-size: 125%;
  visibility: visible;

  -webkit-transform: rotate(-60deg);
  -moz-transform: rotate(-60deg);
  -o-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  transform: rotate(-60deg);

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

.hexagon-in2:hover {
  -webkit-box-shadow: inset 0 0 0 0px #00acfa;
  box-shadow: inset 0 0 0 0px #00acfa;
}

.grid-item {
  min-width: 12%;
  max-width: 12%;
  padding-bottom: 12%;
  display: block;
  background-size: contain;
  margin: 0%;
  margin-top: 0%;
  line-height: 50%;
}

.grid-item:nth-child(1),
.grid-item:nth-child(2),
.grid-item:nth-child(3) {
  margin-top: 1%;
  display: inline-block;
  text-align: center;
}

.grid-item:nth-child(5n + 4) {
  margin-left: 12.5%;
  margin-top: -1.5%;
}

.grid-item:nth-child(5n + 5) {
  margin-left: -12.3%;
  margin-top: -5%;
  margin-bottom: -2%;
}
.grid-item:nth-child(5n + 6) {
  clear: left;
}

.grid-item:nth-child(6),
.grid-item:nth-child(7),
.grid-item:nth-child(8) {
  margin-top: 1%;
  display: inline-block;
}

.grid-item .text {
  font-family: "Arvo";
  font-size: 15px;
  text-transform: uppercase;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.grid-item .text1 {
  top: 65px;
}

.grid-item .text2 {
  top: 64px;
}

.grid-item .text3 {
  top: 53px;
}

.grid-item .text4 {
  top: 42px;
}

.grid-item .text5 {
  top: 54px;
}

.grid-item .text6 {
  top: 54px;
}

.grid-item .text7 {
  top: 63px;
}

.grid-item .text8 {
  top: 52px;
}
/*---------------Gallery----------------------*/

.text3 h1 {
  margin-top: 100px;
  margin-bottom: 0px;
  width: 100%;
  padding-bottom: 15px;
  border-bottom: 2px solid #00acfa;

  text-align: center;
}

.text3 .container {
  margin-bottom: 0px;
}

#carousel2 {
  display: none;
}
/*=====================================
Media Queries
=======================================*/


@media only screen and (min-width: 1400px) {

  #one {

    width: 80%;
    margin: 0 0;


  }
  .carousel-caption {
    margin-top: 25%;
  }

  #carousel2 .item:nth-child(1){
    background:url('../img/gallery2/Tilexl_1.jpg') no-repeat center center; background-size: cover;
    height: 700px;
  
  }
  #carousel2 .item:nth-child(2){
    background:url('../img/gallery2/Tilexl_2.jpg') no-repeat center center; background-size: cover;
    height: 700px;
  
  }
  #carousel2 .item:nth-child(3){
    background:url('../img/gallery2/Tilexl_3.jpg') no-repeat center center; background-size: cover;
     height: 700px;
  
  }
  #carousel2 {
    display: block;
  }
  #carousel1 {
    display: none;
  }
}

@media only screen and (min-width:769px ) and (max-width: 1439px) {

  
  .carousel-caption {
    margin-top: 25%;
  }

  #carousel2 .item:nth-child(1){
    background:url('../img/gallery2/Tilemd_1.jpg') no-repeat center center; background-size: cover;
    height: 600px;
  
  }
  #carousel2 .item:nth-child(2){
    background:url('../img/gallery2/Tilemd_2.jpg') no-repeat center center; background-size: cover;
    height: 600px;
  
  }
  #carousel2 .item:nth-child(3){
    background:url('../img/gallery2/Tilemd_3.jpg') no-repeat center center; background-size: cover;
     height: 600px;
  
  }
  #carousel2 {
    display: block;
  }
  #carousel1 {
    display: none;
  }
}


@media only screen and (min-width:567px ) and (max-width: 768px) {

  #one {
    margin-top: 0px;
    font-size: 0.8em;

  }
  
  .carousel-caption {
    margin-top: 25%;
  }

  #carousel2 .item:nth-child(1){
    background:url('../img/gallery2/Tilemd_1.jpg') no-repeat center center; background-size: cover;
    height: 450px;
  
  }
  #carousel2 .item:nth-child(2){
    background:url('../img/gallery2/Tilemd_2.jpg') no-repeat center center; background-size: cover;
    height: 450px;
  
  }
  #carousel2 .item:nth-child(3){
    background:url('../img/gallery2/Tilemd_3.jpg') no-repeat center center; background-size: cover;
     height: 450px;
  
  }
  #carousel2 {
    display: block;
  }
  #carousel1 {
    display: none;
  }
}

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

  #carousel2 .item:nth-child(1){
    background:url('../img/gallery2/Tile2_1.jpg') no-repeat center center; background-size: cover;
  
  }
  #carousel2 .item:nth-child(2){
    background:url('../img/gallery2/Tile2_2.jpg') no-repeat center center; background-size: cover;
  
  }
  #carousel2 .item:nth-child(3){
    background:url('../img/gallery2/Tile2_3.jpg') no-repeat center center; background-size: cover;
  
  }
  #carousel2 {
    display: block;
  }
  #carousel1 {
    display: none;
  }
  .contact-form h2,
  .registerFrom h2 {
    font-size: 1.2em;
  }

  #brand2 {
    display: inline-block;
  }
  #brand {
    display: none;
  }

  #navbar {
    margin-top: 0px;
  }

  .navbar {
    position: fixed;
  }

  .nav li a {
    display: block;
  }

  .nav li {
    border-bottom: 1px solid #00acfa;
  }

  .nav > li {
    display: block;
  }

  .header {
    display: none;
  }

  .navbar img {
    margin-left: 60px;
  }

  .navbar-header {
    float: none;
    text-align: center;
  }

  .carousel-caption .btn {
    margin-top: 120px;
  }

  .jumbotron-faq,
  .jumbotron-programme,
  .jumbotron-contactus,
  .jumbotron-recruitment {
    margin-top: 0px;
  }

  .jumbotron-about-us {
    height: 300px;
    background-size: contain;
    background-position: top center;
  }

  .jumbotron-about-us .container {
    top: 165px;
  }

  .jumbotron-about-us .container h1,
  h3 {
    font-size: 1.6em;
  }

  .carousel-caption {
    margin-top: 150px;
  }

  #myCarousel {
    margin-top: -50px;
  }
  .video {
    max-height: 180px;
  }

  .wrap {
    font-size: 1.5em;
  }
  #one {
    width: 100%;
    display: none;
  }

  #one h1 {
    font-size: 1em;
  }

  #one p {
    font-size: 1.5em;
    margin-right: 50px;
    margin-left: 50px;
  }

  #two {
    width: 100%;
    display: inline-block;
    min-height: 0px;
    text-align: center;
  }

  #two h1 {
    margin-top: 50px;
    text-align: center;
    font-size: 25px;
  }

  #two p {
    font-size: 0.8em;
    margin-right: 30px;
    margin-left: 30px;
    text-align: justify;
  }
  #two a {
    margin-bottom: 30px;
  }

  .text-about-us .container {
    padding: 10px;
    margin: 20px;
    font-size: 1.2em;
  }

  .text .container {
    text-align: center;
    margin: 20px 20px;
  }

  .text-container h1 {
    font-size: 1.2em;
  }

  .vision .container {
    padding: 10px;
    margin: 0px 20px;
    font-size: 1.2em;
  }

  .footer {
    padding: 5px;
  }

  .footer p {
    text-align: center;
    margin-left: 0px;
    font-size: 1em;
  }

  .footer a {
    color: #00acfa;
    font-size: 1em;
  }

  .text-contact-us .container {
    padding: 10px;
    margin: 20px;
  }

  .text-programme .container {
    font-size: 1em;
  }

  .table tr,
  td,
  th {
    font-size: 1em;
  }

  .table-responsive {
    padding: 20px 10px;
    width: 100%;
    margin-bottom: 0px;
  }

  .table .container {
    width: 100%;
  }

  .grid-item {
    display: inline;
    opacity: 0;
  }

  #one {
    width: 100%;
  }

  #gallery-right {
    display: none;
  }

  .checkbox label {
    margin-bottom: 20px;
  }

  .btn {
    padding: 10px 40px;
  }

  .form-group .col-md-4 {
    margin-bottom: 15px;
  }

  .hex-container {
    background: url("/img/gallery/screenshot.png") no-repeat center center;
    background-size: contain;
    min-height: 300px;
    margin: 10px 0px;
  }
  .video {
    width: auto;
    max-width: 100%;
    max-height: 180px;
    display: block;
    border: 5px solid white;
  }
}

@media screen and (min-width: 568px) and (max-width: 767px) {
  .nav li a {
    display: block;
  }

  .nav li {
    border-bottom: 1px solid #00acfa;
  }

  .nav > li {
    display: block;
  }

  .navbar {
    position: fixed;
  }

  .header {
    display: none;
  }

  .navbar img {
    margin-left: 60px;
  }

  .jumbotron-faq,
  .jumbotron-programme,
  .jumbotron-contactus,
  .jumbotron-recruitment {
    margin-top: 0px;
  }

  #one,
  #gallery-right {
    display: none;
  }

  .text-programme .container {
    padding-right: 20px;
    padding-left: 20px;
  }

  #two {
    width: 100%;
    display: inline-block;
    min-height: 0px;
    text-align: center;
  }

  #two h1 {
    margin-top: 50px;
    text-align: center;
    font-size: 36px;
  }

  #two p {
    font-size: 1.1em;
    margin-right: 30px;
    margin-left: 30px;
    text-align: justify;
  }

  #two a {
    margin-bottom: 30px;
  }

  .navbar {
    border-bottom: 0px;
  }

  .navbar-header {
    border-bottom: 1px solid #00acfa;
    float: none;
    text-align: center;
  }

  #brand2 {
    display: inline-block;
  }
  #brand {
    display: none;
  }

  #navbar {
    margin-top: 0px;
  }

  .navbar-nav {
    width: 100%;
    text-align: center;
  }

  #myCarousel {
    margin-top: -50px;
  }

  .footer p {
    text-align: center;
    margin-left: 0px;
    font-size: 0.8em;
  }

  .footer a {
    color: #00acfa;
    font-size: 1em;
  }

  .footer {
    padding: 5px;
  }

  .text-container h1 {
    font-size: 1.8em;
  }

  .text-contact-us .container {
    padding: 10px;
    margin: 20px;
  }

  .jumbotron-about-us .container {
    top: 240px;
  }

  .hex-container {
    background: url("/img/gallery/screenshot.png") no-repeat center center;
    background-size: contain;
    margin-left: 0px;
    z-index: 10;
    min-height: 300px;
    text-align: center;
    margin: 10px 0px;
    padding: 0px;
  }

  .grid {
    width: 100%;
    margin: 0 auto;
    padding: 0px;
  }

  .hex-container .text {
    width: 100%;
    position: relative;
    /*height: 100%;*/
    text-align: center;
    vertical-align: middle;
    top: 20px;
    font-size: 0.8em;
  }

  .grid-item {
    opacity: 0;
    min-width: 12%;
    max-width: 12%;
    padding-bottom: 12%;
    display: block;
    background-size: contain;
    margin: 0%;
    margin-top: 0%;
    line-height: 50%;
  }
  .checkbox label {
    margin-bottom: 20px;
  }

  .btn {
    padding: 10px 30px;
  }

  .form-group .col-md-4 {
    margin-bottom: 15px;
  }

  .footer p {
    text-align: center;
    margin-left: 0px;
    font-size: 0.8em;
  }

  .footer a {
    color: #00acfa;
    font-size: 1em;
  }

  .table-responsive {
    padding: 20px 10px;
    width: 100%;
    margin-bottom: 0px;
  }

  .table .container {
    width: 100%;
  }

  .video {
    width: 60%;
    max-width: 100%;
    max-height: 300px;
    display: block;
    border: 5px solid white;
  }
}

@media screen and (min-width: 900px) {
  .navbar {
    position: fixed;
  }
}

@media screen and (max-width: 1075px) and (min-width: 767px) {
  .navbar {
    position: fixed;
  }
  #one {
    width: 100%;
  }

  /*#brand2 {
        display: none;
    }*/
  #brand {
    display: inline-block;
  }

  #navbar {
    margin-top: 0px;
  }

  #one p {
    font-size: 1.2em;
  }

  .hex-container {
    background: url("/img/gallery/screenshot.png") no-repeat center center;
    background-size: contain;
    margin-left: 0px;
    margin-bottom: 20px;
  }

  .grid-item {
    opacity: 0;
  }

  .text-contact-us {
    font-size: 1em;
  }

  .video {
    width: 90%;
    max-width: 100%;
    height: 480px;
    display: block;
    border: 5px solid white;
  }
}

/*===================================*/

.navicon {
  width: 18px;
  max-height: 18px;
  margin: 6px;
}

.header p {
  margin: 0px;
}
.carousel-control {
  height: 80px;
  width: 50px;
  top: 45%;
  margin-top: 0px;
  font-size: 50px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  background-color: transparent;
  border: 0;
  z-index: 10;
}

.carousel-caption h1,
.carousel-caption .lead {
  font-family: "Arvo" !important;
  margin: 0;
  line-height: 1.5;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}

.carousel-indicators {
  bottom: -2%;
}

h1,
h3 {
  font-family: "Ubuntu";
}

p {
  font-family: "Arvo";
}

.text-container {
  background: #00acfa;
}

.text-container h1 {
  color: white;
}

.vision h3,
.mission h3 {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
}

.mission p,
.vision p {
  color: #fff;
}

.text2 .container {
  text-align: center;
}

.mission,
.vision {
  background: #0771bb;
}

.footer {
  background: #0771bb;
  padding: 5px;
}

.footer p {
  text-align: center;
  color: #fff;
  font-size: 0.8em;
  margin-bottom: 0px;
}

.footer a {
  color: #00acfa;
  font-size: 1em;
}

.gallery {
  margin: 0px;
}

.gallery .row {
  justify-content: center;
}
.thumbnail {
  display: block;
  max-width: 100%;
  max-height: 260px;
  border-radius: 20px;
  vertical-align: middle;
}

form-control button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
}

.faq {
  font-family: inherit;
}

.panel-heading,
.panel-body {
  border-radius: 10px;
  min-height: 50px;
  border: 1px solid #ddd;
}

.panel-title {
  font-family: "Arvo";
  color: #fff;
  line-height: 30px;
}

.panel-default {
  border-color: #fff;
}

.panel-heading [data-toggle="collapse"].collapsed:after {
  color: #fff;
}

.mini-footer {
  padding: 0px;
  margin: 0px;
}

body {
  font-family: "Arvo";
}

.conicon {
  -webkit-filter: invert(100%);
}

.text-contact-us .container {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #3c3c3c;
}

.contact-form {
  padding-top: 20px;
  background-color: #00acfa;
}

.well {
  padding: 10px;
  background-color: #fff;
}

input#check {
  width: 20px;
  height: 20px;
  margin-bottom: 10px;
}

.form-control input {
  width: 100%;
}

.form-header {
  border-radius: 5px;
  margin: 10px;
  padding: 10px;
  background-color: #00acfa;
  color: white;
}
.contact-form .container {
  margin-top: 20px;
}

.form-header h2 {
  text-align: center;
}

.registerForm {
  padding-top: 20px;
  background-color: #00acfa;
}

select[name="dob[]"] {
  margin-bottom: 20px;
}

.caption {
  font-size: 0.8em;
}

.d-flex {
  width: 100%;
}

.padding {
  padding: 20px 0;
}
