.container-fluid {
   width: 100%;
}

.row {
    max-width: 1200px;
    margin-left: auto!important;
    margin-right: auto!important;
}

.global-header {
  width: 99%;
    background-color: transparent;
    position: absolute ;
   top: 0;
   left: 0;
    z-index: 8;
}


.nav {
  display: flex;
   align-items: center;
   justify-content: space-between;
   padding: 10px 10px;
   width: 100%;
}

.nav--logo {
  width: 173px;
  margin-right: auto;
}

.nav--link {
  padding: 10px 16px;
  font-family: "Montserrat", Sans-serif;
  font-size: 14px;
  font-weight: 600;
  background-color: #fff7be;
  border-radius: 10px;
  color: #125275;
  line-height: 19.54px;
  text-decoration: none;
  transition: all .350s ease-in-out;
  margin-right:10px;
}

.nav--link:hover {
  background-color: #125275;
  color: #fff7be;
  border: 2px solid white;
}

.nav--link:focus, .nav--link:focus-within {
  background-color: #125275;
  color: #fff7be;
  border: 2px solid white;
}


.banner-wrapper {
 background-image: url(https://www.baft.org/wp-content/uploads/2021/02/BAFT_Main_Hero_Blue_2.jpg);
    background-position: top left;
   background-repeat: no-repeat;
   background-size: cover;
 padding: 150px 0px 150px 0px;
}

.banner_inner {
   padding: 15px 15px;
}

.banner_h1 {
 font-family: "Poppins", Sans-serif;
    font-size: clamp(1.875rem, 1.4318rem + 2.6636vw, 3.5rem);
}

.banner_h1-white {
  color: white;
}


body{ 
  font-family: "Montserrat", Sans-serif!important;
}

footer {
    font-family: Lato,sans-serif;
    border-top: 1px solid #e5e8ed;
    position: relative;
    overflow: hidden;
   background-color: #221f20;
}

footer .footer__top {
    padding-top: 39px;
    padding-bottom: 36px;
    position: relative;
    z-index: 1;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: .5px;
}

footer .footer__top .footer__top__logo {
    width: 120px;
    height: auto;
    margin-bottom: 18px;
}

footer .footer__top .footer__top__phone-number {
    display: block;
    color: #FFF7BE;
    margin-bottom: 18px;
 text-decoration: none;
}

footer .footer__top__phone-number:hover {
    color: #ffffff;
  text-decoration: underline;
}

footer .footer__top .footer__top__address {
   color: #ffffff;
    margin-bottom: 48px;
} 

.btn-secondary {
    background-color: transparent;
    color: #FFF7BE;
    border: 2px solid #FFF7BE;
}

.btn-secondary:hover,.btn-secondary:active  {
        background-color: #FFF7BE !important;
        color: #221f20;
        border-color: transparent !important;
}

    a.btn:focus, button.btn:focus, div.btn:focus, input.btn:focus {
    outline: 3px solid #f6d03f!important;
    box-shadow: 0 0 0 6px #007bff!important;
}

div.btn, input.btn, button.btn, a.btn {
    font-family: Lato, sans-serif;
    min-width: 200px;
    border-radius: 500px;
    padding: 14px 25px 13px 25px;
    white-space: normal;
    font-weight: 900;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 1.75px;
    text-transform: uppercase;
    text-decoration: none !important;
    transition: background-color .25s ease-in-out,color .25s ease-in-out,border .25s ease-in-out;
}

.col-12{ 
    position: relative;
    flex: 0 0 100%;
    min-height: 1px;
    width: 100%;
    max-width: 100%;
    padding-right: 10px;
    padding-left: 10px;
}

.col-4 {
    position: relative;
    width: 100%;
    min-height: 1px;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding-right: 10px;
    padding-left: 10px;
}

.container, .container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

footer .footer__bottom {
  color: #ffffff;
    background-color: #221f20;
    padding-top: 16px;
    padding-bottom: 18px;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: .25px;
   border-top: #C4C4C4 solid 1px;
}

footer ul {
    display: flex;
   color: #ffffff;
    flex-wrap: wrap;
    list-style: none;
    z-index: 1;
}

    footer ul li {
        position: relative;
        margin-right: 16px;
    }
    footer > div.footer__bottom > div > div > div > ul > li:nth-child(7)::after {
        display: none; 
    }

    footer ul li a {
        color: #ffffff;
        text-decoration: underline;
       transition: all .350s ease-in-out;
    }

    footer ul li a:hover {
        color: lightgray ;
}

.footer__last {
    display: flex;
}

@media (min-width: 768px) and (max-width: 992px) { 
    .footer__last {
            display: block;
            }
}

@media (min-width: 768px){
footer .footer__bottom {
    padding-top: 24px;
    padding-bottom: 28px;
}

footer .footer__bottom p {
    margin-right: auto;
    display: inline-block;
    position: relative;
}
}

@media (max-width: 767px){
footer .footer__top {
    padding-top: 39px;
    padding-bottom: 66px;
}

footer .footer__bottom p {
    margin-right: 16px;
    display: inline-block;
    position: relative;
}

footer ul {
    padding: 0px;
    margin: 0px;
}

.footer__last {
    display: block;
}

footer > div.footer__bottom > div > div > div > p::after {
    display: none;
}
}
.banner_h1-yellow {
 color: #FFF7BE; 
}

@media (max-width: 859px) {
  .banner-wrapper{
     padding: 150px 0px 50px 0px; 
  }
}

label {
    display: inline-block;
    color: #505050;
    font-family: "Montserrat", Sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5px;
}

.width--100 {
  width: 100% !important; 
}

 input.form-control, textarea.form-control {
    display: block;
    color: #505050!important;
    border: 1px solid #d3d3d3!important;
    border-radius: 5px;
    padding: 13px 11px 11px 11px;
    font-size: 16px;
    margin-bottom: 30px;
    box-sizing: border-box;
}

textarea:focus, input.form-control:focus, select.form-control:focus, textarea.form-control:focus {
    border: 1px solid #a9d1ff!important;
    box-shadow: 0 0 0 3px #428bff;
    outline-color: transparent;
    outline-width: 0;
}
form {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding: 20px 20px;
}

.btn-primary {
background-color: #1A91CA;
border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #1A91CA;
    border-radius: 40px 40px 40px 40px;
    color: #ffffff;
    cursor: pointer;
}

.btn-primary:hover {
background-color: #125275;
}

.form-control:disabled {
    background-color: #f3f4f7;
    color: #909090 !important;
    border: 1px solid #d3d3d3 !important;
}