@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
.main-nav nav .navbar-nav .nav-item a{
  font-family: 'Bebas Neue', sans-serif;
  font-weight: normal;
  font-size: 24px;
}
.navbar-brand img{
  width: 130px;
}
.side-nav-two a {
  background: transparent;
  border: solid 1px #ababab;
}
#who-we-are{
  position:relative;
}
#founders{
  background-color: #080808;
}
#founders  .blog-item img{
  border-radius: 50%;
}
#partners img{
  text-align: center;
  height: auto;
  width: 150px;
}
#partners .partner{
  text-align: center;
  margin: 10px 0;
}
.pt-50 {
  padding-top: 50px;
}
#what-we-do img{
  width: 50px;
  float:left;
}
#what-we-do h3{
  line-height: 1;
  margin-bottom: 5px;
}
.page-title-area.small-padding .page-title-item{
  padding-top: 130px;
  padding-bottom: 45px;
}
.white-bg{
  background-color: white;
  color: black;
}
/** Top Banner **/
.top-banner{
  background-color: #f5f5f7;
  padding: 15px 0;
  color: #080808;
  position: absolute;
  top: 120px;
  left: 0;
  width: 100%;
  z-index:100;
  text-align: center;
}
.top-banner .title{
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 4px;
}
.top-banner .description{
  max-width: 700px;
  margin: 0 auto;
  font-size: 15px;
}
.top-banner p{
  margin: 0;
  line-height: 1.6;
}
/** Banner **/
.banner-area-two .banner-content{
  max-width: 625px;
  z-index: 4;
}
.banner-area-two .banner-content h1{
  font-size: 23px;
  margin-bottom: 20px;
  max-width: 600px;
}
.banner-area-two .banner-content img{
  padding-bottom: 15px;
}
.banner-area-two .lines{
  z-index: 3;
}
#banner-video{
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.dark-layer{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top:0;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 1;
}
/** sm links **/
.banner-social ul li a{
  font-size: 20px;
}
.banner-social span{
  font-size: 19px;
}
.trust-area .trust-content p{
  font-size: 17px;
  margin-bottom: 30px;
}

.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
  color: black;
}
#who-we-are .award {
  width: 120px;
  margin: 10px;
}
.main-nav .contact{
  text-transform: uppercase;
}
.alert {
  margin-bottom: 2rem;
}
.alert ul{
  margin-bottom: 0;
}


@media only screen and (max-width: 575px) {
  /** What we do **/
  .service-item{
    text-align: center;
  }
  #what-we-do img{
    float: none;
    margin-bottom: 15px;
  }
  .service-item .service-inner{
    padding-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .mobile-nav .logo {
      max-width: 86px;
  }
}

@media only screen and (max-width: 991px) {
  .mobile-nav .logo {
    top: 3px;
  }
  .banner-area-two .banner-social {
    bottom: 50px;
    top: auto;
  }
  .top-banner {
    margin-top: 58px;
    position: static;
  }
  .banner-area-two .banner-content h1{
    font-size: 23px;
  }
  .banner-area-two .banner-content img{
    width: 100%;
  }
  .banner-social{
    position: static;
  }
}
