@charset "UTF-8";
html {
      scroll-behavior: smooth;
}
body{
  padding-top: 86px;
  background-color: #fff;
  color: #555555;
}
.navbar{
  padding: 2rem 0 0;
  background-color: rgba(255,255,255,1);
}
.navbar-brand{
  max-width: 50%;
  padding-bottom: 10px;
  padding-left: 15px;
}
.navbar button{
  margin-right: 30px;
}
.navbar-toggler{
  margin-bottom: 10px;  
}

.navbar-nav {
  padding-right: 20px;
}

li.nav-item .nav-link{
  text-transform: uppercase;
  font-size: 13px;
  color: #000 !important;
  font-weight: 300;
  border-bottom: 3px solid #fff;
  letter-spacing: 0;
  padding: 10px 4px!important;
}

.navbar-nav .active .nav-link{
  color: #000;
  font-weight: 500;
  border-bottom: 3px solid #000;
}
.nav-item{
  padding-left: 2em ;
  padding-right: 0 ;
}

@media screen and (max-width: 1199px){
  .navbar{
    padding: 1rem 0 0;
  }
  .navbar-nav{
    background-color: #000;
  }
  li.nav-item .nav-link{
    color: #fff!important;
    border-bottom: 3px solid #000;
  }
  .navbar-nav .active .nav-link{
    color: #777777!important;
  }

  .nav-item{
    padding-left: 15px;
  }


}
.navbar-toggler .navbar-toggler-icon{
  background-image: url(../images/btn-open.png);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon{
  background-image: url(../images/btn-close.png);
}

logos,rendering,banner,social,broker{
  display: block;
}

logos,rendering{
  padding-top: 100px;
}


banner{
  background-color: #555555;
}

logos a {
  padding-bottom: 100px;
}
@media screen and (min-width: 576px){


  a.w-30 {
    width: 30%;
  } 
  a.w-45 {
    width: 45%;
  }
}

a.w-30 ,a.w-45  {
  display: block;
  max-width: 80%;
}

rendering{
  background-color: #F2F2F2;
  padding-bottom: 160px;
}

rendering img{
  padding-bottom: 40px;

}


@media screen and (min-width: 768px){
  rendering img{
    display: block;
    width: 45%;
    float: left;
    margin-right: 25px;
    padding-bottom: 0;
    margin-bottom: 40px !important;
  }
  rendering{
    padding-bottom: 160px !important;
  }
}

@media screen and (min-width: 992px){
  rendering img{
    display: block;
    width: 30%;
    float: left;
    margin-right: 25px;
    padding-bottom: 0;
    margin-bottom: 49px !important;
  }
  rendering{
    padding-bottom: 151px !important;
  }
}

@media screen and (min-width: 1200px){
  rendering img{
    margin-bottom: 59px !important;
  }
  rendering{
    padding-bottom: 141px !important;
  }

}




@media screen and (max-width: 991px) and (min-width: 768px){
  img.mb-3rd{
    margin-top: 14px;
  }
}


.gb-gray{
  background-color: #AFAFAF;
}

social .icon img{
  width: 25px;
}

.fs-37{
  font-size: 37px;
}
.fs-25{
  font-size: 25px;
}
.fs-23{
  font-size: 23px;
}
.fs-15{
  font-size: 15px;
}

h3{
  font-size: 36px;
}

h4,h5,h6 {
  font-weight: 300;
}

.fw-300{
  font-weight: 300;
}


@media screen and (min-width: 992px){
  .img-small{
    display: none;
  }
}
@media screen and (max-width: 991px){
  .img-big{
    display: none;
  }

  h3{
    font-size: 28px;
  }

  .fs-37{
    font-size: 28px;
  }
  .fs-25{
    font-size: 20px;
  }
  .fs-23{
    font-size: 18px;
  }


}
.text-gray{
  color:#555555;
}

a{
  text-decoration: none !important;
  cursor: pointer !important;
}

.icon-download{
  display: inline-block;
  width: 35px;
  height: 35px;
  background-image: url(../images/download.png);
}
.icon-download-black{
  display: inline-block;
  width: 38px;
  height: 38px;
  background-image: url(../images/download-black.png);
}

footer{
  background-color: #555555;
  font-size: 13px;
  color: white;
}

footer a, footer a:hover{
  color: white;
}
.modal-body{
  color: #000;
  font-size: 14px;
  font-weight: 300;
}
