.Clients{
  overflow: hidden;
}
.img-wish .img_text {

  /* From https://css.glass */
  background: rgba(19, 3, 1, 0.69);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(1.1px);
  -webkit-backdrop-filter: blur(1.1px);
  border: 1px solid #fff;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  height: 120px;
  width: 200px;
  padding: 8px;
  position: relative;
  z-index: 1;
  bottom: 150px;
}

.bs-example {
  margin: auto;
  width: 25%;
}

@media screen {

  .dropdown:hover .dropdown-menu,
  .btn-group:hover .dropdown-menu {
    display: block;
  }

  .dropdown-menu {
    margin: auto;
  }

  .dropdown-toggle {
    margin: auto;
  }

  .navbar .dropdown-toggle,
  .nav-tabs .dropdown-toggle {
    margin: auto;
  }
}

.navbar-nav li:nth-child(-n + 5):after {
  content: "";
  border-right: 2px solid #000;
  display: block;
  width: 100%;
  height: 18px;
  margin-top: -25px;
}


.navbar-nav .dropdown-menu li:nth-child(-n + 5):after{
  display: none;
}

.navbar-nav{
  margin-top: 15px;
}

.sec_bg{
  background-image: url(../images/hero1.png);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

.navbar-brand{
  display: none !important;
}
.name{
  display: block !important;
}

.pad{
  display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
  }

.vid-tra video{
  height: 310px;
}

.usefulLinks {
  display: inline-flex;
}

.followUs{
  text-align: end;
}
.main-header{
  padding: 0 50px;
  width: 100% !important;
}

.philantrophy .sec-2{
  display: none !important;
}

.moreVideos{
  display: flex;
  align-items: center;
  justify-content: end;
}



