




.slider-wrap{
  background: url('../../images/slider1.jpg');
  background-repeat: no-repeat;
  -webkit-background-size: cover;
 -moz-background-size: cover;
 -o-background-size: cover;
 background-size: cover;
  width: 100%;
  height:90vh;
}

.slider-content{
  min-height: 28.125rem;
  padding-top: 16%;
  max-width:700px;
}


.slider-content h1{
    font-family: 'Ubuntu', sans-serif;
    color: #ffffff;
    font-size: 4.4rem;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 10px;
}

.slider-content h4{
    font-family: 'Ubuntu', sans-serif;
    color: #ffffff;
    font-size: 1.15rem;
    font-weight: 400;
    margin-bottom: 1.1rem;
    line-height: 1.5;
}

/*font-family: 'Poppins', sans-serif;*/


/*---------------- Section A ----------------*/


.sm-intro-wrap{
    margin: 100px 0px;
}

.sm-icb-wrap{
  margin: 0px 150px;
  padding: 30px 0px;
}

.sm-content-box{
    text-align: center;
    padding: 40px 40px;

}

.sm-content-box img{
  width: 180px;
  padding: 20px 0px;
}
.sm-content-box p{
  font-family: 'Poppins', sans-serif;
   margin-top: 0;
    margin-bottom: 1rem;
    line-height: 1.8;
        color: #676767;
}

.sm-content-box a{
  font-family: 'Poppins', sans-serif;
  color: #1f487c;
  text-decoration: underline;
  margin-bottom: 1rem;
    line-height: 1.8;
}

.sm-content-box a:hover{
  color:#e0e000;
}


/*Section B*/

.be-cs-wrap{
  width:100%;
  background-color: #ffffff;
  padding:200px 0px;
}

.be-cs-container{
  margin: 0px 220px;
  padding: 30px 0px;

}


.sm-icb-right{
  padding: 95px 30px;
}

.sm-icb-right h3{
  padding-bottom: 10px;
  text-transform: uppercase;
  font-weight: 600;
}

.sm-icb-right p{
    font-family: 'Poppins', sans-serif;
  font-size: 18px;
  line-height: 1.8;
      color: #676767;

}

.be-cs-square{
  position: absolute;
  background-color: #e8e8e8;
  top: -100px;
  width: 50%;
  padding: 84px;
  left: -70px;
  border: 1px solid #e8e8e8;
  border-radius: 70px;
  height: 90%;
}

.be-cs-square h3{
  padding-bottom: 10px;
  font-weight: 600;
  padding-top: 15px;

}

.be-cs-square h3:after {
    content: "";
    display: block;
    width: 42%;
    height: .125rem;
    background-color: #1f487c;
    margin-top: .4em;
}

.be-cs-square p{
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  line-height: 1.8;
  color: #676767;
  margin: 25px 0px;
  margin-bottom: 40px;
}

.be-cs-square a{
      font-weight: 400;
      border: 1px solid #1f487c;
      color: #ffffff;
      background-color: #1f487c;
      width: 150px;
      border-radius: 0px;
      margin: 25px 0px;
      padding: 10px 25px;

}

/* Director's Message */


.dm-wrap{
  padding: 100px 0px;
}
/*
.dm-content-left{

}*/

.dm-content-left img{
  width:280px;
  display: block;
  margin: 0 auto;
}


.dm-content-right{
    padding-top: 35px;
}


.dm-content-right h3{
  padding-bottom: 10px;
  font-weight: 600;
}


.dm-content-right h3:after {
    content: "";
    display: block;
    width: 18%;
    height: .125rem;
    background-color: #1f487c;
    margin-top: .4em;
}


.dm-content-right p{
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  line-height: 1.8;
  color:#676767;
  padding: 15px;

}

/*about box*/

.about-box-wrap{
  background: url(../../images/home_bottomimg.png) no-repeat center center;
      background-repeat: no-repeat;
      background-position: center center;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      width: 100%;
      height: 100%;
      position: relative;
      display: flex;
      padding-bottom: 160px;
}

.about-box{
  display: block;
  margin: 0 auto;
  background-color: #ffffff;
  width: 35%;
  padding: 70px;
  border-radius: 33px;
  margin-top: -110px;
  position: relative;

}

.about-box img{
  margin: 0 auto;
      display: block;
      padding-bottom: 30px;
  }


.about-box h5{
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  line-height: 1.8;
  color: #676767;
  text-align: center;
    padding-bottom: 20px;
}

.about-box a{
    display: block;
  margin: 0 auto;
  text-align: center;
  color: #1f487c;
  text-decoration: underline;
  font-size: 18px;
}


/*############################################### Responsive ############################################### */

@media only screen and (max-width:1802px) {
  .be-cs-container {
      margin: 0px 155px;
      padding: 30px 0px;
  }
  .be-cs-square {
    position: absolute;
    background-color: #e8e8e8;
    top: -100px;
    width: 50%;
    padding: 50px;
    left: -70px;
    border: 1px solid #e8e8e8;
    border-radius: 70px;
    height: 90%;
}
}

@media only screen and (max-width:1480px) {
  .sm-icb-wrap {
      margin: 0px 24px;
      padding: 30px 0px;
  }

  .be-cs-container {
    margin: 0px 100px;
    padding: 30px 0px;
}
.be-cs-square {
    width:55%;
      height: auto;
}

.about-box {
    display: block;
    margin: 0 auto;
    background-color: #ffffff;
    width: 49%;
    padding: 70px;
    border-radius: 33px;
    margin-top: -110px;
    position: relative;
}
}




@media only screen and (max-width:1200px) {

  .sm-icb-wrap {
    margin: 0px 60px;
    padding: 30px 0px;
}

}

@media only screen and (max-width:992px) {

  .sm-icb-wrap {
    margin: 0px 50px;
    padding: 30px 0px;
}

.be-cs-square {
    position: absolute;
    background-color: #e8e8e8;
    top: -170px;
    width: 80%;
    padding: 50px;
    left: 10%;
    border: 1px solid #e8e8e8;
    border-radius: 70px;
    height: auto;
}

.about-box {
    display: block;
    margin: 0 auto;
    background-color: #ffffff;
    width: 75%;
    padding: 70px;
    border-radius: 33px;
    margin-top: -110px;
    position: relative;
}
}

@media only screen and (max-width:768px) {
  .sm-icb-wrap {
    margin: 0px 30px;
    padding: 30px 0px;
}

.be-cs-container {
    margin: 0px 25px;
    padding: 30px 0px;
}

}

@media only screen and (max-width:576px) {


  .sm-icb-wrap {
    margin: 0px 10px;
    padding: 30px 0px;
}

.be-cs-square {
    position: relative;
    background-color: #e8e8e8;
    top: 0;
    width: 100%;
    padding: 50px;
    left: 0;
    display: block;
    border: 1px solid #e8e8e8;
    border-radius: 70px;
    height: auto;
    margin: auto;
    margin-bottom: 50px;
}
.sm-icb-left{
  display: none;
}

.about-box {
    display: block;
    margin: 0 auto;
    background-color: #ffffff;
    width: 100%;
    padding: 70px;
    border-radius: 33px;
    margin-top: -110px;
    position: relative;
}

.slider-content h1 {

  font-size: 3.4rem;
  font-weight: 600;
  margin-left: 30px;
}
.slider-content h4 {

  margin-left: 30px;

}


}

/*.spinner{
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color:white;
  /*background-image: url('loader.gif');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;

  
  }*/
  
  .spinner{
    position: fixed;
    display: block;
    z-index: 9999;
    overflow: auto;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f1f2f3;
    background-image: url(loader.gif);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    
    }

  .spinner img{
    display:flex;
    margin: 0 auto;
    vertical-align: middle;
      justify-content: center;
  align-items: center;
    }

    .center {
      margin: 0;
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
    }

/*cusotom grid*/
