*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
:root {
--black:#000;
--white:#fff;
--ogency-base: #eaa22d;

}
.navbar-brand img{
    height: 70px;
    object-fit: cover;
}
.section-title__title,.section-title__tagline{
    color: var(--black);
    text-align: start;
}
.team-one__item__content{
background-color: var(--white);
}
.our-team-slider .section-title__title,.section-title__tagline{
text-align: center;
}
.our-team-slider .section-title__title {

}
p{
  font-size: 16px;
}
.ogency-btn{
    color:  #fff !important;
}
.fa.fa-play{
    color:  #fff !important;
}
.main-footer__social a {
    background-color: #FFBB34;
    display: flex;
    justify-content: center;
    align-items: center;
}
.solution-data h3{
  font-size: 20px;
}
.solution-data .accordion-button{
  font-weight: 800;
}

@media (min-width: 1200px) {
    .col-lg-1-5 { width: 20%; }
    .col-lg-2-5 { width: 40%; }
    .col-lg-3-5 { width: 60%; }
    .col-lg-4-5 { width: 80%; }
    .col-lg-5-5 { width: 100%; }
  }
  
  .slider-text-dot{
    margin: 12px 20px -8px 20px;
    background-color: #000;
    height: 12px;
    width: 12px;
    border-radius: 6px;
  }
  .client-cards{
    border: 1px solid #e1e1e1;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    align-items: center;
    display: flex;
    flex-direction: column;
    white-space: nowrap;
    width: 240px;

  }
  .client-cards h6{
    margin-top: 20px;
    white-space: nowrap;

  }

.navbar-brand{
  margin-right: 0px;
}
.client-carousel__tilte{
  border-bottom: 1px solid #e1e1e1;
}
.client-carousel__tilte span{
  background-color: transparent;
}
.facility-images img{
height: 62px;
width: 62px;
margin-bottom: 20px;
}
.facility-images img:hover{
  filter: brightness(0) saturate(100%) invert(83%) sepia(57%) saturate(2663%) hue-rotate(337deg) brightness(96%) contrast(91%);}
.our-team-slider{
  padding: 60px 165px;
}
@media (max-width:1024px) {
  .client-cards {
    width: 188px;
    margin: 0px 20px !important;
}
.client-carousel .client-carousel__one .client-carousel__one__item{
  width: unset;
}
  
}
/* .why-choose-us h2,.why-choose-us p,.why-choose-us .why-choose__box__title{
color: #fff;
} */
@media (max-width:768px) {
  .our-team-slider{
    padding: 6px;
  }
}
.accordion-button{
  color: #5D5D5D;
font-weight: 600;
}
.accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}
.accordion-button::after {
  transition: all 0.5s;
}
.accordion-item{
  border: 1PX solid rgba(0, 0, 0, 0.125) !important;
}
.accordion-button:focus{
  box-shadow: unset !important;
}
.accordion-button:not(.collapsed){
  background-color: #acacac;
  color: #fff;
  font-weight: 600;
}

/* ----------- new css------------ */
.nav-tabs {
  border-bottom: 0px !important;
}
.nav-tabs .nav-link.active {
  color: #fff;
  background-color: #000;
  border: unset;
  font-size: 20px;
  
}
.nav-tabs .nav-link {
  border-top-left-radius: 0px;
  border-top-right-radius: .0px;
  border-radius: 6px;
  font-weight: 600;
  background-color: #f1f1f1;
  color: #000;
  font-size: 16px;
}
.right-icon{
  display: flex;
    align-items: center;
    height: 30px;
    width: 30px;
    border-radius: 15px;
    border: 1px solid;
    justify-content: center;
}
.solution-card{
  box-shadow: 3px 3px 10px rgb(0 0 0 / 10%);
  padding: 20px;
  border: 0px;
}
.nav-link{
color: #000;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border: unset;
  isolation: isolate;
}
.nav-link:hover {
  color: #eaa22d;
}
/* .solution-data{
  padding-left: 30px;
  padding-right: 20%;
} */
 .solution-content{
  font-size: 16px;
  color: #000 !important;
 }
 .solution-content:hover{
color: #eaa22d !important;
transform: translate(10px);
 }
 @media (max-width:768px) {
  .about-one__thumb__img img {
    /* height: 300px; */
    border-radius: 150px;
    /* width: 300px; */
 }
}

.tech-tabs{
  border-bottom: 1px solid #777777 !important;
  }
  .nav-tabs .nav-link.tech-link{
    font-size: 20px;
  }