
.navbar-area .nav-container .logo a img {
    height: 100px;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li a {
    color: #ffffff;
    }
.navbar-area .nav-container .navbar-collapse .navbar-nav {   
  text-align: unset;
}
.navbar-top .topbar-right li {
    margin-right: 5px;
}

.single-team-inner .thumb .team-social-inner .team-detail {
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 10px;
}
.navbar-top ul li {
    margin-right: 15px;
}
.single-team-inner .team-social-inner.team-detail{
  height: 100px;
  padding: 11px 25px 8px;
  margin: 10px;
  background: #ffffffc2;
  border-radius: 50px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: inline-block;
}

table {
  background: var(--main-color-one);
  border-radius: 0.25em;
  border-collapse: collapse;
  margin: auto;
  
}
th {
  border-bottom: 1px solid #364043;
  color: #E2B842;
  font-size: 0.85em;
  font-weight: 600;
  padding: 0.5em 1em;
  text-align: left;
}
td {
  color: #fff;
  font-weight: 400;
  padding: 0.65em 1em;
}
.disabled td {
  color: #4F5F64;
}

tbody tr {
  transition: background 0.25s ease;
}
tbody tr:hover {
  background: #014055;
}

#bannerCarousel .banner-area-5 {
  padding: 120px 0;
}

.team-details-page .thumb img {
    height: 250px;
    object-fit: cover;
    object-position: top;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children {

     padding-right: unset; 
}
.footer-area {
   
  margin-top: unset; 
}
.hide-robot
{
    display: none;
    opacity: 1;
    height:0;
}
.single-team-inner .thumb img {
    width: 412px;
    height: 230px;
    object-fit: cover;
    object-position: top;
}
#app img{
    height:180px;
}
.single-contact-list .details h5 {
    margin-bottom: 5px;
}

@media (min-width: 1200px) {
  .ms-xl-5 {
      margin-left: 5rem !important;
  }
 
}

/*@media (min-width: 992px) {*/
/*  .navbar.navbar-area img{*/
/*     max-width: 25%;*/
/*    height: 155px;*/
/*}*/
/*}*/

@media (max-width: 768px) {
.navbar-area .nav-container .navbar-collapse .navbar-nav li a {
    color: #000000;
    }
}


@media (min-width: 992px) {
   .navbar-nav.ps-lg-5 {
        padding-left: 5rem !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
 .navbar img{
    max-width: 22%;
    height: 115px;
        
    }
}
@media (max-width: 1199px) {
    .navbar-area .nav-container .navbar-collapse .navbar-nav li a {
	         font-size: 13px;
    }
}

@media (min-width: 992px) {
    .navbar-nav.ps-lg-5 {
        padding-left: 35px !important;
    }
    .nav-right-part a {
    margin-left: 5px;
}
.nav-right-part .btn {
    height: 35px;
    line-height: 35px;
    padding: 0 5px;
}
}