@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
{
  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;
}

.navbar .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;
}

/*-----------------------slider-------------------------------*/

.carousel-caption h3{
  display: none;
}

.carousel-caption h5{
  color: #FFFFFF;
  font-weight: 800;
  font-size: 48px;
  line-height: 65px;
  margin-bottom: 30px;
}

.carousel-caption p{
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #E7F0FB;
  width: 420px;
  margin-bottom: 30px;
}

.carousel-caption button{
  background: #F96226;
  border: 1px solid rgba(254, 242, 235, 0.1);
  border-radius: 4px;
  padding: 12px 18px;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  color: #FFFFFF;
  margin-bottom: 30px;
  text-decoration: none;
}

.carousel-caption button:hover{
  opacity: 0.8;
}

.carousel-caption a{
  float: left;
  margin-bottom: 30px;
  margin-right: 5px;
}

.carousel-caption span{
  float: right;
}

/*-------------------------services---------------------------*/
.services{
   margin-top: 20px;
   margin-bottom: 80px;
}

.services h1{
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #031B39;
  margin-bottom: 40px;
  margin-left: 15px;
}

.services .pad{
   background: #E7F0FB;
   border-radius: 16px;
   margin-bottom: 40px;
   padding-bottom: 20px;
}

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

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

}

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

}

.services .re{
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #F96226;
  text-transform: uppercase;
  border: none;
  text-align: left;
  margin-left: 50px;
  background: none;
}

.services .sb{
  padding: 12px 14px;
  background: #F96226;
  border-radius: 4px;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  color: #FFFFFF;
  border: none;
  transition: 0.3s;
  margin-left: calc(50% - 60px);
  text-decoration: none;
}

.services .sb:hover{
  opacity: 0.8;
}

/*-------------------eastern bridge------------------------*/

.eastern{
  margin-top: 0px;
  margin-bottom: 20px;
}

.eastern h2{
  color: #0D5BBA;
  font-weight: 700;
  font-size: 34px;
  line-height: 46px;
  margin-bottom: 40px;
  text-align: left;
}

.eastern p{
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #031B39;
  margin-right: 30px;
}

.eastern img{
  width: 100%;
}

/*---------------------help----------------------------*/
.helps{
  background: #042957;
  height: 740px;
  margin-bottom: 20px;
  background-size: cover;
  background-position: center;
  padding-bottom: 30px;
}

.helps h2{
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #F8FAFC;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}

.helps .row{
  display: none;
}


/*--------------------------testmonials-----------------------------*/

.testmonials{
  margin-top: 0px;
}

.testmonials h2{
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #031B39;
  margin-bottom: 20px;
  text-align: center;
}

.testmonials .pad{
  background: #031B39;
  box-shadow: 0px 34px 60px rgba(71, 85, 105, 0.23), 0px 6.8px 9.75px rgba(71, 85, 105, 0.115);
  border-radius: 12px;
  padding: 30px 20px;
  width: 500px;

}

.testmonials .pad p{
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  align-items: center;
  color: #FFFFFF;
}



/*------------------------------why isle-----------------------------------*/

.isle{
  background: url('../img/isle.png');
  height: 900px;
  margin-top: 20px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;

}

.isle h2{
  color: #0D5BBA;
  font-weight: 700;
  font-size: 34px;
  line-height: 46px;
  padding-top: 30px;
  text-align: center;
  width: 484px;
  padding-bottom: 20px;
}

.isle button{
  background: url('../img/frame1.png');
  min-height: 170px;
  background-size: cover;
  border-radius: 0px 16px 16px 0px;
  padding-left: 90px;
  text-align: left;
  margin-top: 20px;
  width: 100%;
  border: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #031B39;
  padding-right: 30px;
}

.isle button:hover{
  cursor: default;
  transition: all .5s;
  transform : translateX(10px);
  outline: none;
}


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

.faq{

  position: relative;
  min-height: 545px;
  width: 860px;
  margin-top: -100px;
  margin-left: 100px;
  margin-right: 100px;

  box-shadow: 0px 48px 116px rgba(0, 0, 0, 0.09), 0px 24.3px 50.5687px rgba(0, 0, 0, 0.06075), 0px 9.6px 18.85px rgba(0, 0, 0, 0.045), 0px 2.1px 6.70625px rgba(0, 0, 0, 0.02925);
  border-radius: 50px;
  background: #0D5BBA;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.faq h2{
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #E7F0FB;
  padding-top: 30px;
  padding-left: 20px;
  text-align: left;
}

.faq p{
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #E7F0FB;
  padding-top: 30px;
  padding-left: 20px;
  text-align: left;
}

.faq button{
  background: none;
  border: none;
  float: right;
}

.faq button:hover{
  transition: all .5s;
  transform : translateX(5px);
  outline: none;
}

.faq .pad{
  background: #E7F0FB;
  margin-top: 50px;
  position: absolute;
  margin-right: 30px;

}

.faq .pad p{
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  color: #000000;
  padding: 20px;
}


/*---------------------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;
}


