*{
  margin: 0px;
}

body {
    width: 100%;
    overflow-x: hidden;
}


h1, h2, h3, h4, h5{
  color:#0c2a53 !important;
}

.container-fluid{
  padding: 0px !important;
}
.header.page-header{
  background :url(../images/1920-x-1080-Banner-New.png);
  background-size: 100%;
  /*height:100vh;*/
  background-repeat: no-repeat;
}
.bannerHeadline{
	display: flex;
	margin:auto;
}
.banner_form {
 opacity: 0;
}

.banner_form {
  display: flex;
  margin: auto;
  border: 4px solid #0c2a53;
  padding: 5%;
  background: rgba(236, 175, 22, 0.9);
}
.bannerHeadline > h1{
	color:#fff !important;
}
.banner_row{
  /*height:100vh;*/
}
.bannerHeadline > h1 > strong {
  font-size: 80px;
  font-style: oblique;
  color:#fff;
}
.form-control{
	border: 1px solid #0c2a53 !important;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle, .btn-primary {
  background-color: #0c2a53 !important;
  border-color: #0c2a53 !important;
}
form > button{
	display: block !important;
	text-align: center;
	margin: auto;
}
.aboutUs h1{
	padding: 30px;
	text-align: center;
  font-style: oblique;
}
.aboutUs p{
	text-align: center;
}
.aboutSection {margin-top:30px!important;display: inline-block;position: relative;width:100%;}
.offersSection {margin-top:30px!important;display: inline-block;}
img{max-width:100%;}


.overlay-text {
  /*position: absolute;*/
  font-size:3.5vw;
  float:right;
  width:65%; /*important*/
  /*bottom:25vw; important*/
  padding: 25px;
  background:#f7f7f7;
}
.overlay-text p {
  font-size:initial;
}

.about_right_overlay
{
  display: inline-block;
  position: absolute;
  top: 7%;
  right: 0px;
}


/*Offersection*/
li{
  list-style-type:none;
}
.offers h2 {
  font-style: oblique;
  padding: 30px;
  text-align: center;
}
.offers img {
  font-style: oblique;
  float: left;
  shape-outside: circle(50%);
  height: 475px;
  padding-right: 50px !important;

}
.hand {
  color: #e1a721;
  font-size: 20px;
}
/*pathway section*/
.pathwaySection h2 {
  font-style: oblique;
  padding: 30px;
  text-align: center;
}
.pathwaySection h3{
  font-style: oblique;
  color:#fff;
}
.Pathway1 p, .Pathway2 p{
  padding: 5% 10% !important;
  color:#fff;
}
.Pathway1 h3, .Pathway2 h3{
  padding: 5% 5% !important;
}
.col-md-6.Pathway1 > h3 > b, .col-md-6.Pathway2 > h3 > b{
 text-align: center;
 color: #fff;
 display: block;
}
.Pathway1 p, .Pathway1 h3{
  background: #0c2a53;
}
.Pathway2 p, .Pathway2 h3{
  background: #e1a721;
}

/*admitRules*/
li{
  list-style-type:none;
}
.admitRules h2 {
  font-style: oblique;
  padding: 30px;
  text-align: center;
}

.admitRules img {
  font-style: oblique;
  float: left;
  shape-outside: circle(30%);
  height: 160px;
  padding-right: 8%;
}
.hand {
  color: #e1a721;
  font-size: 20px;
}


/*opportunities*/
.opportunities h2{
  text-align: center;
  font-style: oblique;
  padding: 30px;
}
.opportunities p{
  text-align: center;
}
/*footer*/
footer{
  background: #0c2a53;
  color: #fff;
  font-size: 9px;
  padding: 1% !important;
  margin-top: 30px;
  height: 100px;
}
hr {
  border: 1px solid #e1a721 !important;
}
#lab_social_icon_footer {
  width: 50%;
  float: right;
  display: block;
  vertical-align: top;
  text-align: right !important;
}

#lab_social_icon_footer a {
  color: #fff;
}

#lab_social_icon_footer .social:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}

#lab_social_icon_footer .social {
  -webkit-transform: scale(0.8);
  /* Browser Variations: */
  
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
}
/*
    Multicoloured Hover Variations
    */

    #lab_social_icon_footer #social-fb:hover {
      color: #3B5998;
    }

    #lab_social_icon_footer #social-tw:hover {
      color: #4099FF;
    }

    #lab_social_icon_footer #social-gp:hover {
      color: #d34836;
    }

    #lab_social_icon_footer #social-em:hover {
      color: #f39c12;
    }

    footer > p {
      width: 50%; 
      display: flex;     
      float: left;
      vertical-align: top;
    }
    #lab_social_icon_footer > div > p {
      display: inline-block;
      font-size: 15px;
    }
    /*big screen*/
    @media only screen and (min-width : 1400px) and (max-width :1920px) {
      .header.page-header{
       height:100vh !important;
     }
     .banner_row{
      height:100vh !important;
    }
  }
  /*desktop*/
  @media only screen and (min-width : 1260px) and (max-width :1400px) {
    .header.page-header{
     height:100vh !important;
   }
   .banner_row{
    height:100vh !important;
  }
}
/*Ipad plus*/
@media only screen and (min-width : 1025px) and (max-width :1259px) {
  .banner_form {
   opacity: 1;
 }
 .banner_row{
  height:auto !important;
}
}
/*ipad*/
@media only screen and (min-width : 768px) and (max-width :1024px) {
  .banner_row{
    height: auto;
  }
  .banner_form {
   opacity: 1;
 }
 .aboutUs h1 {
  padding: 0px;
}
.offers img {
  height: 50%;
  width: 50%;
}

}
/*mobile optimization*/
@media screen and (orientation:landscape) and (min-device-width: 319px) and (max-device-width: 667px) {
  .banner_row{
    height:600px;
  }
  .banner_form {
   opacity: 1;
 }
 .bannerHeadline > h1 > strong {
  font-size: 35px;
}
.bannerHeadline > h1 {
  color: #fff !important;
  text-align: center;
  font-size: 32px;
}
.aboutUs h1{
  font-size: 20px;
  padding: 0px;
}
.aboutUs p {
 font-size: 15px;
}
.about_right_overlay {
  position: absolute;
  top: 0%;
}
.offers h2 {
  font-size: 20px;
}
.offers img {
  font-style: oblique;
  float: none;
  shape-outside: none;
  height: initial;
  padding-right: 0;
  margin: 0 auto;
  display: block;
  padding-right: 0px !important;
}
li{
  font-size: 15px;
}
.pathwaySection h2{
  font-size: 20px;
}
.Pathway1 p, .Pathway2 p{
 font-size: 15px;
 text-align: justify;
}
.admitRules h2{
 font-size: 20px;
}
.col-sm-4.banner_form.fadeInfromLeft{
  position: relative;
  left: 0px !important;
  top: 40px;
}
.admitRules img {
  font-style: oblique;
  float: none;
  shape-outside: none;
  height: initial;
  padding-right: 0;
  margin: 0 auto;
  display: block;
}
.opportunities h2{
  font-size: 20px;
}
.offersSection {
  margin-top: 40px!important;
}
ul {
  padding-left: 10px;
}
.header.page-header{
  background :url(../images/mob-banner.jpg);
  background-size: 100%;
  /*  height:150vh;*/
  background-repeat: no-repeat;
}
}

/*potrate*/
@media only screen and (min-width : 319px) and (max-width :667px) {
  .aboutSection {margin-top:60px!important;}
  .banner_form {
   opacity: 1;
 }
 .banner_row{
  height:600px;
}
.bannerHeadline > h1 > strong {
  font-size: 35px;
}
.bannerHeadline > h1 {
  color: #fff !important;
  text-align: center;
  font-size: 32px;
}
.aboutUs h1{
  font-size: 20px;
  padding: 0px;
}
.aboutUs p {
 font-size: 15px;
}
.about_right_overlay {
  position: absolute;
  top: 0%;
}
.offers h2 {
  font-size: 20px;
}
.offers img {
  font-style: oblique;
  float: none;
  shape-outside: none;
  height: initial;
  padding-right: 0;
  margin: 0 auto;
  display: block;
  padding-right:0px !important;
}
li{
  font-size: 15px;
}
.pathwaySection h2{
  font-size: 20px;
}
.Pathway1 p, .Pathway2 p{
 font-size: 15px;
 text-align: justify;
}
.admitRules h2{
 font-size: 20px;
}
.col-sm-4.banner_form.fadeInfromLeft{
  position: relative;
  left: 0px !important;
  top: 400px;
}
.admitRules img {
  font-style: oblique;
  float: none;
  shape-outside: none;
  height: initial;
  padding-right: 0;
  margin: 0 auto;
  display: block;
}
.opportunities h2{
  font-size: 20px;
}
.offersSection {
  margin-top: 120px!important;
}
ul {
  padding-left: 10px;
}
.header.page-header{
  background :url(../images/Mobile-Banner.png);
  background-size: 100%;
  height:150vh;
  background-repeat: no-repeat;
}
.col-sm-4.banner_form.fadeInfromLeft > div > h2{
  font-size: 1.5rem;
  text-align: center;

}
}
a#cookiescript_link {
    /* display: none !important; */
    opacity: 0;
}
.error
{
  border: 1px solid red !important;
}

input.error, select.error {
    background-color: rgba(255, 0, 0, .25) !important;
    color: #fff !important;
}

div#signupform_thankyou {
    text-align: center;
    margin-top: 10px;
    display: none;
}

form#signupform,  {
    text-align: center !important;
}

div#enquiryform_thankyou {
    text-align: center;
    margin-top: 10px;
    display: none;
}

form#enquiry_form {
    text-align: center !important;
}

p#exist_email {
    color: red;
    background: rgba(0, 0, 0, .75);
    font-weight: bold;
    margin-top: 5px;
}

form#signupform {
    text-align: center;
}

.form-group.inline--blocks {
    display: inline-block;
    width: 100%;
}

.form-group.inline--blocks select {
    width: 31% !important;
    display: inline-block;
    float: left;
}

.form-group.inline--blocks input {
    display: inline-block;
    width: 67%;
    float: right;
}
h4#cookiescript_header {
    display: none !important;
}