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

    }

.col-md-7{
  margin: 0px;
}

.col-md-5{
  margin: 0px;
}

.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 overlay---------------------------------*/

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

/*------------------------get in touch----------------------------------------------*/

.git{
  background: #042957;
  min-height: 900px;
  margin-top: 20px;
}

.git h1{
  font-weight: 700;
  font-size: 34px;
  line-height: 46px;
  padding-top: 20px;
  color: #E7F0FB;
  text-align: center;
  margin: 0px;
}

.git .blur{
  background: rgba(231, 240, 251, 0.1);
  background-blend-mode: soft-light;
  border: 2px solid rgba(111, 168, 237, 0.2);
  border-radius: 14px;
  min-height: 736px;
  margin-top: 20px;
  margin-left: 70px;
  margin-right: 70px;
  width: auto;
}

.git .box{
   margin-left: 100px;
   margin-right: 100px;
   margin-top: 44px;
   min-height: 485px;
}


.git h2{
   font-weight: 700;
   font-size: 24px;
   line-height: 32px;
   color: #F96226;
   padding-top: 83px;
   padding-left: 40px;
   padding-bottom: 12px;
}

.git h3{
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #E7F0FB;
  padding-left: 40px;
  padding-bottom: 12px;
}

.git p{
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  color: #FFFFFF;
  padding-left: 40px;
  width: 396px;

}

.git .i{
  margin-left: -40px;
  margin-right: 15px;
}

.git .s{
  padding-top: 12px;
  padding-right: 5px;
}


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

.form input[type=text], input[type=email], input[type=number], 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: 50px;
  margin-bottom: 22px;
  background: #E7F0FB;
  outline: none;
  margin-left: -20px;
}

.form textarea{
	margin-left: -20px;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}

.form 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: 22px;
	margin-left: -20px;
}

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

.form {
  border-radius: 5px;
  padding-top: 0px;
}

/*----------------------------------------------*/

.mapimage {
  width: 100%;
  height: 430px;
  background-repeat: no-repeat;
  background-image: url('../img/map.png');
  z-index: 99;
  margin-top: 60px;
  background-position: center;
}

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


