@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,
.container
{
  padding: 0px !important;
}

.row:not(.popform .row){
   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 overlay---------------------------------*/

.image {
  width: 100%;
  height: 440px;
  background-repeat: no-repeat;
  background-image: url('../img/covers.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-----------------------------*/

.text{
  font-weight: 700;
  font-size: 34px;
  line-height: 46px;
  color: #0D5BBA;
  margin-top: 20px;
  
}

.text1{
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #000000;
  padding-top: 10px;

  margin-left: 20%;
  margin-right: 20%;
}

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

.box {
  height: auto;
  width: 100%;
  background: url('../img/bg.png');
  margin-top: 20px;
}

.box .row{
  padding-top: 90px;
  padding-bottom: 60px;
}

.box .pad{
   background-color: #E7F0FB;
   border-radius: 16px;
   margin-bottom: 30px;

}

.box .pad img{
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  width: 100%;

}

.box .pad h2{
  color: #031B39;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  padding-top: 26px;
  padding-left: 53px;
  padding-bottom: 15px;
  text-transform: uppercase;
}

.box .pad p{
  color: #031B39;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 30px;
}


/*-------------------4rd----------------------*/

.box1{
  background-color: #042957;
  height: auto;
}

.box1 .row{
  margin: 0 !important;
}

.box1 .col-lg-5{
  background: #E7F0FB;
  clip-path: polygon(0 0, 100% 0, 100% 65%, 0% 100%);
  min-height: 604px;
  
}

.box1 .col-lg-5 h2{
  font-weight: 700;
  font-size: 34px;
  line-height: 46px; 
  color: #031B39;
  padding-left: 80px; 
  padding-top: 49px;
  padding-right: 170px;

}

.box1 .col-lg-5 p{
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  padding-left: 80px;
  padding-top: 20px;
  padding-right: 145px;
}

.box1 .pad{
  padding-top: 53px;
  padding-left: 90px;
  padding-right: 65px;
  padding-bottom: 53px;

}
.box1 .col-lg-7 p{
  line-height: 22px;
  font-weight: 400;
  font-size: 16px;
  color: #F8FAFC;
}

.box1 .col-lg-7 img{
  margin-left: -40px;
  margin-right: 14px;
}


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

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

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

}

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

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

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

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

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

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

.footer a{
  font-weight: 500;
  font-size: 14px;
  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;
}
