.top-banner-section {
  position: relative;
  text-align: center;
  width: 100%;
}
.top-banner-section .video-area {
  position: absolute !important;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.top-banner-section .embed-responsive {
  width: 100%;
  height: 100%;
}
.top-banner-section .embed-responsive-item {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-banner-section .content-part {
  position: relative;
  z-index: 1;
  padding: 39px 0px;
}
.top-banner-section .content-part h1 {
  font-size: 5.5rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
}
.top-banner-section .content-part p {
  font-size: 1.25rem;
  color: #fff;
  margin: 39px 0px;
}
.top-banner-section .content-part .git {
  background-color: #f9c13e;
  color: #000;
  padding: 10px 40px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  border-radius: 0px;
  display: inline-block;
  transition: all 0.3s ease-in;
  margin-bottom: 39px;
  letter-spacing: 2px;
}
.top-banner-section .content-part .git:hover {
  transition: all 0.3s ease-in;
  background: #818285;
  color: #fff;
}

.embed-responsive video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 550px;
}

.about-content {
  width: 100%;
  float: left;
  background: #f5f7fa;
  padding: 50px 0px;
}
.about-content p {
  font-size: 1.125rem;
  line-height: 1.8;
  text-align: justify;
}

.our-value {
  width: 100%;
  float: left;
  margin-top: 35px;
}
.our-value h2 {
  font-size: 3.75rem;
  font-weight: 700;
  padding-bottom: 20px;
}
.our-value .banner-img {
  width: 100%;
  height: 465px;
  -o-object-fit: cover;
     object-fit: cover;
}
.our-value ul {
  padding: 20px 0px 0px;
  margin: 0px;
}
.our-value li {
  list-style-type: none;
  border-bottom: solid 1px #454545;
  padding: 30px 0px;
}
.our-value p {
  font-size: 1.125rem;
}
.our-value h6 {
  font-size: 1.875rem;
  font-weight: 700;
  padding-bottom: 15px;
}
.our-value h6 img {
  margin-right: 20px;
}

.counter-area {
  width: 100%;
  float: left;
  margin-top: 50px;
}
.counter-area ul {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(4, calc(25% - 6.66667px));
}
.counter-area li {
  list-style-type: none;
  list-style: none;
  float: left;
  text-align: center;
}
.counter-area h4 {
  font-size: 1.875rem;
  font-style: italic;
  margin-top: 25px;
}
.counter-area .icon {
  opacity: 0.3;
  margin: 28px auto 0;
  height: 129px;
  width: 129px;
  display: block;
}
.counter-area .icon img {
  width: 100%;
  height: 100%;
}
.counter-area .counter {
  width: 100%;
  text-align: center;
  float: left;
  font-family: "Playfair Display", serif;
  position: relative;
  z-index: 10;
  font-size: 4.5rem;
  font-weight: 700;
  margin-top: -120px;
}

.about-expertise {
  width: 100%;
  float: left;
  text-align: center;
}
.about-expertise h2 {
  font-size: 3.75rem;
  font-weight: 700;
  padding-bottom: 20px;
  margin-top: 50px;
}
.about-expertise p {
  font-size: 1.125rem;
}
.about-expertise ul {
  display: grid;
  grid-template-columns: repeat(2, 50%);
  padding: 0px;
  margin: 40px 0px 0px;
}
.about-expertise li {
  list-style-type: none;
  list-style: none;
  float: left;
  line-height: 1.4;
  padding: 30px;
}
.about-expertise li h6 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #000;
  padding-bottom: 10px;
}
.about-expertise li p {
  font-size: 1rem;
  color: #000;
  line-height: 1.6;
}
.about-expertise li:hover h6 {
  color: #f9c13e;
}
.about-expertise li:hover {
  transform: scale(1.1) !important;
  transition-duration: 0.5s;
}

.about-btn {
  background-color: #f9c13e;
  color: #000;
  padding: 10px 40px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  border-radius: 0px;
  display: inline-block;
  transition: all 0.3s ease-in;
  margin-bottom: 39px;
  letter-spacing: 2px;
}

.about-btn:hover {
  transition: all 0.3s ease-in;
  background: #818285;
  color: #fff;
}

.t-leadership {
  width: 100%;
  float: left;
  background: #f5f7fa;
  padding: 25px 0px;
  margin-top: 50px;
}
.t-leadership h2 {
  font-size: 3.75rem;
  font-weight: 700;
  padding-bottom: 20px;
}
.t-leadership p {
  text-align: center;
  font-size: 1.125rem;
  margin-bottom: 30px;
}
.t-leadership .content-part {
  text-align: left;
}
.t-leadership .content-part p {
  text-align: left;
  line-height: 1.8;
  font-size: 1.25rem;
}
.t-leadership .content-part h6 {
  font-size: 1.25rem;
  font-weight: 700;
}
.t-leadership .content-part p {
  margin-bottom: 20px;
}
.t-leadership .image {
  height: 425px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.w-network {
  width: 100%;
  float: left;
  margin-top: 50px;
}
.w-network h2 {
  font-size: 3.75rem;
  font-weight: 700;
  padding-bottom: 20px;
}
.w-network p {
  font-size: 1.125rem;
}
.w-network .banner-img {
  width: 100%;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
}
.w-network h3 {
  font-size: 2.25rem;
  font-weight: 700;
}
.w-network a {
  color: #f8b720;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 1px;
  font-weight: 700;
  border-bottom: solid 2px #f8b720;
}
.w-network a:hover {
  border-bottom: solid 2px transparent;
}

.global-affiliations {
  width: 100%;
  float: left;
  margin-top: 50px;
}
.global-affiliations h2 {
  font-size: 3.75rem;
  font-weight: 700;
  padding-bottom: 20px;
}
.global-affiliations p {
  font-size: 1.125rem;
}
.global-affiliations ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0px;
  padding: 0px;
}
.global-affiliations li {
  background: #fff;
  list-style: none;
  text-align: center;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
  border: solid 1px #f9c13e;
  border-radius: 5px;
  padding: 10px 0px;
  flex: 0 0 calc(14% - 0px);
  display: inline-block;
  width: 100%;
  margin: 20px 10px 10px;
  transition: 0.5s;
}
.global-affiliations li:hover {
  transform: scale(1.1) !important;
}
.global-affiliations img {
  width: 100%;
}

.claim-fame {
  width: 100%;
  float: left;
}
.claim-fame h2 {
  font-size: 3.75rem;
  font-weight: 700;
  padding-bottom: 20px;
}
.claim-fame p {
  font-size: 1.125rem;
  text-align: center;
}
.claim-fame .cases-list {
  width: 100%;
  float: left;
  background: linear-gradient(to top, #fff 60%, #f5f7fa 40%);
  padding: 30px 0px 0px;
  margin-top: 20px;
}
.claim-fame .cases-list .slider img {
  width: 100%;
  height: 247px;
  -o-object-fit: cover;
     object-fit: cover;
}
.claim-fame .cases-list .slick-slide {
  padding: 20px;
}
.claim-fame .cases-list p {
  font-size: 1rem;
}
.claim-fame .cases-list h4 {
  font-weight: 700;
  padding: 20px 0px 10px;
}
.claim-fame .cases-list .slick-dots li button::before {
  font-size: 14px;
}
.claim-fame .cases-list .slick-dots li.slick-active button::before {
  color: #f8b720;
}

.accolades-recognition {
  width: 100%;
  float: left;
  margin-top: 50px;
}
.accolades-recognition h2 {
  font-size: 3.75rem;
  font-weight: 700;
  padding-bottom: 20px;
}
.accolades-recognition p {
  font-size: 1.125rem;
}
.accolades-recognition h4 {
  font-weight: 700;
}
.accolades-recognition h6 {
  font-size: 1.5rem;
  font-weight: 700;
  padding-top: 15px;
}
.accolades-recognition .banner-img {
  height: 770px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.accolades-recognition .small-img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: solid 2px #efefef;
}
.accolades-recognition .arrow-btn {
  transition-duration: 0.5s;
  width: 35px;
}
.accolades-recognition .arrow-btn:hover {
  transform: scale(1.3) translateX(0px) translateY(0px) !important;
  margin-left: 15px;
}

.ilo-care {
  width: 100%;
  float: left;
  margin-top: 50px;
}
.ilo-care h2 {
  font-size: 3.75rem;
  font-weight: 700;
  padding-bottom: 20px;
}
.ilo-care p {
  font-size: 1.125rem;
  line-height: 1.8;
}
.ilo-care .banner-img {
  width: 100%;
  float: left;
  background: #f9c13e;
  border-radius: 0px 50px 0px 50px;
  padding: 50px;
}
.ilo-care .banner-img img {
  width: 100%;
  float: left;
  border-radius: 0px 50px 0px 50px;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
.ilo-care .about-btn {
  background: #fff;
  border: solid 2px #000000;
}
.ilo-care .about-btn:hover {
  background: #f9c13e !important;
  border: solid 2px #f9c13e;
}

.clients-testimonial {
  width: 100%;
  float: left;
  margin-top: 50px;
}
.clients-testimonial h2 {
  font-size: 3.75rem;
  font-weight: 700;
  padding-bottom: 20px;
  text-align: center;
}
.clients-testimonial p {
  font-size: 1.125rem;
}
.clients-testimonial .testimonial {
  width: 100%;
  float: left;
  background: url(../images/testimonial.svg) no-repeat center top;
  background-size: 225px;
}
.clients-testimonial .testimonial-block {
  position: relative;
  z-index: 10;
  margin: 75px 30px 0px;
  display: inline-block;
  text-align: center;
}
.clients-testimonial .testimonial-block h3 {
  font-weight: 400;
  font-size: 1.5rem;
  margin-bottom: 15px;
}
.clients-testimonial .testimonial-block h3 span {
  font-weight: 700;
}
.clients-testimonial .slick-next:before,
.clients-testimonial .slick-prev:before {
  color: #f8c03e !important;
  font-size: 39px;
}
.clients-testimonial .slick-next, .clients-testimonial .slick-prev {
  top: 60%;
}

.legal-updates-opp {
  background: #f5f7fa;
  padding: 30px 30px 0px;
  float: left;
  margin-bottom: 30px;
  width: 100%;
}
.legal-updates-opp h2 {
  font-size: 3rem;
  font-weight: 700;
  padding-bottom: 20px;
  text-align: center;
  position: relative;
}
.legal-updates-opp h2:after {
  content: "";
  width: 20%;
  position: absolute;
  left: 40%;
  background: #f9c13e;
  height: 3px;
  bottom: 0px;
}
.legal-updates-opp .form-control {
  border-radius: 0px;
  border: none;
}
.legal-updates-opp .about-btn {
  font-weight: 500;
  font-size: 16px;
  padding: 8px 15px;
  border: none;
}
.legal-updates-opp .form-control {
  padding: 8px 15px;
}

@media screen and (max-width: 767px) {
  .top-banner-section .content-part {
    padding: 15px 0px;
  }
  .top-banner-section .content-part h1 {
    font-size: 3rem;
  }
  .top-banner-section .content-part p {
    margin: 15px 0px;
  }
  .embed-responsive video {
    height: auto;
  }
  .our-value {
    margin-top: 0px;
  }
  .our-value ul {
    padding: 0px;
  }
  .our-value h2 {
    font-size: 2.5rem;
  }
  .our-value .banner-img {
    height: 200px;
    width: 100%;
  }
  .counter-area {
    margin-top: 30px;
  }
  .counter-area ul {
    grid-template-columns: repeat(2, calc(50% - 6.66667px));
  }
  .counter-area h4 {
    font-size: 1.5rem;
    margin-top: 10px;
  }
  .counter-area .icon {
    width: 100px;
    height: 100px;
  }
  .counter-area .counter {
    font-size: 3.5rem;
    margin-top: -100px;
  }
  .about-expertise h2 {
    font-size: 2.5rem;
  }
  .about-expertise ul {
    grid-template-columns: repeat(1, 100%);
    margin: 0px 0px 0px;
  }
  .about-expertise li {
    padding: 20px;
  }
  .t-leadership h2 {
    font-size: 2.5rem;
  }
  .t-leadership .px-5 {
    padding: 0px 1rem !important;
  }
  .t-leadership .image {
    height: 225px;
    -o-object-position: 0px -50px;
       object-position: 0px -50px;
  }
  .t-leadership .content-part p {
    line-height: 1.5;
  }
  .w-network h2 {
    font-size: 2.5rem;
  }
  .w-network .banner-img {
    height: 225px;
    margin-bottom: 20px;
  }
  .w-network .px-5 {
    padding: 0px 1rem !important;
  }
  .w-network h3 {
    font-size: 1.85rem;
  }
  .global-affiliations h2 {
    font-size: 2.5rem;
  }
  .global-affiliations li {
    flex: 0 0 calc(19% - 0px);
    margin: 5px 10px 10px;
  }
  .claim-fame h2 {
    font-size: 2.5rem;
  }
  .claim-fame .cases-list .slider img {
    height: 175px;
  }
  .accolades-recognition h2 {
    font-size: 2.5rem;
  }
  .accolades-recognition .banner-img {
    height: auto;
    width: 100%;
  }
  .accolades-recognition .px-4 {
    padding: 20px 0 0 0 !important;
  }
  .accolades-recognition .px-3 {
    padding: 0px !important;
  }
  .ilo-care h2 {
    font-size: 2.5rem;
  }
  .ilo-care .banner-img {
    padding: 25px;
  }
  .ilo-care .banner-img img {
    height: auto;
  }
  .ilo-care .px-3 {
    padding: 0px 0.5rem !important;
  }
  .clients-testimonial h2 {
    font-size: 2.5rem;
  }
  .legal-updates-opp h2 {
    font-size: 2.5rem;
  }
  .legal-updates-opp .form-control {
    margin-bottom: 10px;
  }
}/*# sourceMappingURL=about-us.css.map */