@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@200;300;400;600;700;800;900&display=swap');

*{
      box-sizing: border-box;
     -moz-box-sizing: border-box;
     padding: 0px;
 }

body{
  font-family: 'Nunito Sans', sans-serif !important;
  margin: 0;
}

.container-fluid, .col-md-6
{
  padding: 0px !important;
  margin: 0px !important;
}

.row:not(.popform .row){
   padding: 0px !important;
   margin: 0px !important;
}

/*-----------------------navbar--------------------------------*/


.cb{
  padding: 12px 14px;
  background: #F96226;
  border-radius: 4px;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  color: #FFFFFF;
  border: none;
  transition: 0.3s;
}

.cb:hover{
  opacity: 0.8;
}

.navbar{
  background: #E7F0FB;
}

.link {
  color: #000000;
  font-weight: 700;
  font-size: 14px;
  line-height: 5px;
  text-decoration: none;
}

.active {
    padding-bottom: 2px;
    border-bottom: 3px solid #F96226;
}

.link:after{
  background-color: #F96226;
  transition: .5s ease-in-out;
  width: 0%;
  display: block;
  height: 3px;
  content: '';
}

.link:hover{
  color: #000000;
}

.link:hover:after {
  background-color: #F96226;
  width: 100%;
  display: block;
  height: 3px;
  content: '';
}

.toggler{
  border: none;
  display: none;
  background: none;
}

/*----------------------image cover---------------------------------*/

.image {
  width: 100%;
  height: 440px;
  background-repeat: no-repeat;
  background-image: url('../img/cover.png');
  background-size: cover;
  background-position: center;
}

.image p{
      color: #FFFFFF;
      font-size: 48px;
      font-weight: 800;
      text-align: center;
      margin-top: 0;
      padding-top: 140px;
      line-height: 65px;
}

/*--------------------------2nd--left-----------------------*/


.frame{
  background: #0D5BBA;
  max-width: 600px;
  box-shadow: -53.6461px 22.0475px 46px rgba(0, 0, 0, 0.11);
  border-radius: 16px;
  min-height: 632px;
  margin-left: 70px;
  margin-top: -110px;
  position: relative;
  float: right;

}



.frame h2{
  font-weight: 700;
  font-size: 34px;
  line-height: 46px;
  color: #E7F0FB;
  padding-left: 70px;
  padding-top: 40px;
  padding-bottom: 30px;
}

.frame p{
  font-size: 19px;
  font-weight: 500;
  line-height: 26px;
  color: #E7F0FB;

  padding-left: 70px;
  padding-right: 50px;
  padding-bottom: 30px;
}


/*--------------------right-------------------------*/

.frame1{
  width: auto;
  background: #031B39;
}

.frame1 p{
  padding-left: 130px;
  padding-top: 20px;
  padding-bottom: 20px;

  font-weight: 700;
  font-size: 34px;
  line-height: 46px;
  color: #E7F0FB;
}

.frame2{
   width: auto;
   border-bottom: 1px solid #031B39;
   margin-top: 20px;
}

.frame2 h2{
  color: #0D5BBA;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  padding-bottom: 15px;
  padding-left: 130px;
}

.frame2 p{
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: #031B39;

  padding-left: 130px;
  padding-right: 100px;
}

/*--------------------3rd---------------------------*/

.forward{
  background: #042957;
  min-height: 654px;
  margin-top: 30px;
  margin-bottom: 20px;
}

.forward h2{
  padding-top: 70px;
  padding-left: 80px;
  padding-bottom: 10px;
  color: #6FA8ED;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;

  text-decoration: underline;
}

.forward p{
  padding-left: 80px;
  padding-bottom: 20px;
  color: #E7F0FB;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}


/*------------------image overlay----------------------------*/

.forward .overlay {
  width: auto;
  height: 300px;
  background: #031B39;
  mix-blend-mode: hard-light;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px 12px 0px 0px;

}

.forward .image {
  width: auto;
  height: 300px;
  background-repeat: no-repeat;
  background: url('../img/AdobeStock2.png');
  background-size: cover;
  border-radius: 12px 12px 0px 0px;
}

.forward .overlay p{
  color: #E7F0FB;
  font-size: 34px;
  font-weight: 800;
  line-height: 41.9px;
  padding: 50px 0px 0px 0px;
}
 
.forward .overlay img{
  margin: 10px -5px 0px -5px;
}


/*---------------------director note------------------------------------*/

.dn{
  background: url('../img/director.png');
  background-size: auto;
  background-position: center;
  width: auto;
  height: 752px;
  background-repeat: no-repeat;
}


.dn .box{
  width: 205px;
  margin-top: 50%;
  margin-left: 40%;

  flex-direction: row;
  display: flex;
  flex-wrap: wrap;
}

.dn .box img{
  border-radius: 7px;
  width: auto;
  padding-bottom: 5px;
}

.dn .box p{
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  
  color: #E7F0FB;
  text-align: center;
}


.dn .col-lg-3 p{
  width: 254px;
  font-weight: 700;
  font-size: 34px;
  line-height: 46px;
  color: #E7F0FB;
  transform: rotate(-90deg);
  
  margin-top: 330px;
 
  
}

.dn .col-lg-5{
  padding-top: 160px;
}

.dn .col-lg-5 p{
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #E7F0FB;
  width: 320px;

}

/*---------------------footer overlay---------------------------*/

.footer{
  height: auto;
  margin-top: 20px;
}

.foverlay {
  width: 100%;
  height: 400px;
  background: #031B39;
  mix-blend-mode: hard-light;
  background-repeat: no-repeat;
  background-size: cover;

}

.fimage {
  width: 100%;
  height: 400px;
  background-repeat: no-repeat;
  background: url('../img/AdobeStockf.png');
  background-size: cover;
  background-position: center;

}
/*---------------------------footer content-------------------------------*/

.f1, .f2, .f3, .f4{
  margin-top: 70px;
}

.footer h1{
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: #FFFFFF;
}

.footer h2{
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-top: 30px;
}

.footer p{
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: #FFFFFF;
  margin-top: 14px;
}

.footer a{
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: #FFFFFF;
  margin-top: 14px;
  text-decoration: none;
}


/*----------------footer below-------------------------*/

.bfooter{
    background-image: radial-gradient(circle, #032c5c, #032955, #03254f, #032248, #031f42, #031e3f, #031c3c, #031b39, #031b39, #031b39, #031b39, #031b39);
    width: 100%;
    text-align: center;
    padding-top: 34px;
    padding-bottom: 20px;
  }
  .bfooter p{
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #FFFFFF;
  }

 /*-----------------form-----------------------*/


.popform input[type=text], input[type=email], select, textarea{
  width: 100%;
  padding: 16px;
  border: 2px solid rgba(111, 168, 237, 0.14);
  border-radius: 4px;
  box-sizing: border-box;
  resize: vertical;
  height: 42px;
  margin-bottom: 24px;
  background: #E7F0FB;
  outline: none;
}


.popform input[type=submit] {
  background-color: #F96226;
  color: #FFFFFF;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;

  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  margin-top: 24px;
  
}

.popform input[type=submit]:hover {
  opacity: 0.8;
}

.popform {
  padding-top: 0px;
}

.popform input[type=email]{
	margin-left: 0px;
}

.popform .con{
  width: auto;
  margin-left: 45px;
  margin-right: 45px;
  margin-bottom: 25px;
  padding: 0px;
}

.con h2{
  color: #000000;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  padding-bottom: 22px;
}


.con p{
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  padding-bottom: 10px;
  padding-left: 0px;
}

.con img{
  margin-left: -40px;
  margin-right: 15px;
}

