body {
  font-family: "Montserrat";
  color: #434A5A;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  opacity: 1;


}

/* @font-face {
    font-family: raleway;
    src: url(v4013/Raleway-v4013-SemiBold.otf);
  } */
.navbar-light .navbar-nav .nav-link {
  color: #073965;
  ;
}







/* .navbar-nav a.active {
    border-bottom: 3px solid #F3BB18;
  }
  .navbar-nav a:hover {
    border-bottom: 3px solid #F3BB18;
    text-decoration: none;
    
  } */
p a {
  text-decoration: none;
  color: #073965;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat";
}

.sub-heading-sec {
  font: normal normal medium 20px/42px Montserrat;
  letter-spacing: 1.28px;
  color: #ACADAD;
  opacity: 1;
}

.vl {
  border-left: 3px solid #F3BB18;
  height: 18px;
  margin-right: 10px;
}

.ad-sec {
  margin-right: 10px;
}


/* .btn-nw{
    background: #F3BB18 0% 0% no-repeat padding-box;
    border: 1px solid #707070;
    letter-spacing: 0px;
    color: #073965;
    opacity: 1;
  } */
.footer-sec {
  background-color: #FAFAFA;
}

.comp-sec {
  padding-left: 120px;
}

.footer-heading {
  font: normal normal bold 24px Montserrat;
  letter-spacing: -0.2px;
  color: #073965;
}

.foot-sec {
  text-align: center;
  font: normal normal normal 18px Montserrat;
  letter-spacing: 0px;
  color: #434A5A;
  opacity: 0.7;
}

.advice-sec {
  margin-top: 36px;
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}


.menu-border {
  border-bottom: 5px solid #F3BB18 !important;
  padding-bottom: 30px !important;
}

@media (min-width:768px) {
  .term-sec{
    margin-left: 50px !important;
  }
  .sub-heading1{
    font-size: 32px;
    font-weight: 600;
  }
  .advice-img {
    max-width: 7% !important;
  }

  .banner {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(img/business-man.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 95vh;
   
    background-position: 72% 2%;
    background-repeat: no-repeat;
    /* height: 550px; */
  }

  .service {
    margin-top: 105px;
  }

  .support-sec {
    padding-right: 20px;
  }

  .support-text {
    padding-right: 30px;
  }

  .tred-text {
    padding-right: 100px;
    margin-top: 55px;
  }

  .con-sec {
    background: url(img/contact.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 512px;
    margin-top: 70px;
  }

  .concat {
    padding: 130px;
  }

  .about {
    margin-top: 90px;
  }

  .heading {
    font-size: 72px;
    font-weight: 700;
  }

  .heading1 {
    font-size: 38px;
    font-weight: 700;
  }
  .ban-text-sec {
    margin-top: -45px !important;
  }

  .abt-text-sec {
    padding-right: 95px;
  }

  .advice-text {
    padding-right: 95px;
  }

  .title {
    font: normal normal bold 42px Montserrat;
    letter-spacing: 0px;
    color: #073965;
  }

  .menu-border {
    border-bottom: 3px solid #F3BB18;
    padding-bottom: 32px;
  }

  .support-sec {
    padding-left: 80px !important;
  }
}

@media (max-width: 576px) {
  .advice-img {
    width: 10% !important;
  }

  .heading1 {
    font-size: 28px;
    font-weight: 600;
  }
  .sub-heading1{
    font-size: 26px;
    font-weight: 600;
  }
  .banner {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(img/business-man.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 80vh;
    
  }

  .con-sec {
    background: url(img/contact.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    margin-top: 40px;
  }

  .title {
    text-align: center;
  }

  .ad-sec img {
    width: 30px;
  }

  .banner-sec {
    padding-top: 200px;
  }

  .service {
    margin-top: 50px;
  }

  .advice-sec {
    margin-top: 0;
  }

  .advice-text {
    margin-top: 30px;
  }

  .concat {
    padding: 40px;
  }

  .about {
    margin-top: 50px;
  }

  .title {
    font: normal normal bold 28px Montserrat;
    letter-spacing: 0px;
    color: #073965;
  }

  .menu-border {
    border-bottom: 3px solid #F3BB18;
    padding-bottom: 10px !important;
  }

}


@media (max-width : 320px){
  .banner {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(img/business-man.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 90vh;
  }
  
  }