.site-blocks-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top; }
  .site-blocks-cover.overlay {
    position: relative; }
    .site-blocks-cover.overlay:before {
      position: absolute;
      content: "";
      left: 0;
      bottom: 0;
      right: 0;
      top: 0;
      background: rgba(0, 0, 0, 0.4); }
  .site-blocks-cover, .site-blocks-cover .row {
    min-height: 700px;
    height: calc(100vh); }
  .site-blocks-cover.inner-page-cover, .site-blocks-cover.inner-page-cover .row {
    min-height: 600px;
    height: calc(30vh); }
  .site-blocks-cover .sub-text {
    font-size: 1.1rem;
    text-transform: uppercase;
    .site-blocks-cover h1 {
    color: rgba(255, 255, 255, 0.7);
    letter-spacing: .2em; }
    font-weight: 900;
    color: #fff;
    font-size: 4rem;
    font-weight: normal;
    letter-spacing: .1em;
    text-transform: uppercase; }
  .site-blocks-cover p {
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.5; }
  .site-blocks-cover .intro-text {
    font-size: 16px;
    line-height: 1.5; }
  .site-blocks-cover.subscribe h2 {
    font-size: 20px;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-weight: 300;
    color: #fff; }
  .site-blocks-cover.subscribe p {
    font-size: 1rem !important;
    font-weight: 100; }
    

.banner-slider {
  width: 100%;
  float: left;
}
.banner-slider h1 {
  font-size: 5rem;
  color: #fff;
  font-weight: 700;
  line-height: 1;
}
.banner-slider h1 span {
  font-family: "Sora", sans-serif;
  font-weight: 900;
}
.banner-slider .banner-inside {
  padding: 80px 0px 40px;
}
.banner-slider p 
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin: 24px 0px 0px;
}
.banner-slider .slick-dots li {
  width: 40px;
  height: 5px;
  margin: 0px 5px;
}
.banner-slider .slick-dots li button:before {
  content: "";
  background: #fff;
  height: 3px;
  width: 30px;
}
.banner-slider .slick-dots {
  bottom: 15px;
}
.banner-slider .slick-next {
  right: 25px;
}
.banner-slider .slick-prev {
  left: 25px;
  z-index: 1;
}
.banner-slider .slick-prev:before {
  content: "";
  background: url(../images/prev.svg) no-repeat;
  width: 35px;
  height: 35px;
  float: left;
}
.banner-slider .slick-next:before {
  content: "";
  background: url(../images/next.svg) no-repeat;
  width: 35px;
  height: 35px;
  float: left;
}
.banner-slider .slick-dotted.slick-slider {
  margin-bottom: 0px;
}
.banner-slider .h-btn {
  margin-top: 50px;
}

.h-btn {
  background-color: #f9c13e;
  color: #000;
  padding: 10px 30px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  border-radius: 0px;
  margin-top: 0px;
  display: inline-block;
  transition: all 0.3s ease-in;
}

.h-btn:hover {
  filter: drop-shadow(0 0 10px
  #fffdef);
  transition: all 0.3s ease-in;
  background: #3261ee;
  color: #fff;
}

.law-firm {
  width: 100%;
  float: left;
  background: #ffffff;
  padding-top: 30px;
}
.law-firm h2 {
  font-size: 3.5rem;
  font-weight: 700;
}
.law-firm p { 
  
  font-size: 1.125rem;
}
.law-firm .left-text {
  float: left;
  padding: 0px 25px 0px 50px;
}
.law-firm .left-text p {
  text-align: justify;
}
.law-firm .right-text {
  text-align: justify;
  float: right;
  padding: 0px 50px 0px 30px;
}

.focus {
  width: 100%;
  float: left;
  position: relative;
}


.title-heading {
  font-size: 2.5rem !important;
  font-weight: 700;
  text-transform: uppercase;
}

.sub-content {
  font-size: 1rem !important;
}

.ilo-focus {
  display: grid;
  grid-template-columns: repeat(2, calc(50% - 20px));
  grid-gap: 50px;
  width: 100%;
  float: left;
}
.ilo-focus .box {
  width: 100%;
  float: left;
  text-align: center;
}
.ilo-focus .box img {
  height: 279px;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  transition: 0.5s;
}
.ilo-focus .box h4 {
  font-size: 1.75rem;
  font-weight: 700;
}
.ilo-focus .box p {
  font-size: 1.125rem;
  text-align: center;
}
.ilo-focus .box .more {
  text-transform: uppercase;
  color: #f9c13e;
  border-bottom: solid 1px #f9c13e;
  letter-spacing: 2px;
  font-weight: 700;
  font-size: 1rem;
  display: inline-block;
}
.ilo-focus .box :hover {
  color: #000;
  border-color: #000;
}

.area-expertise {
  width: 100%;
  float: left;
}
.area-expertise .block-area {
  grid-template-columns: repeat(3, 33.3333%);
  display: grid;
  grid-gap: 30px;
  margin: 0px 0px 0px;
  padding: 0px;
}
.area-expertise .box {
  list-style-type: none;
  list-style: none;
  float: left;
}
.area-expertise .box li {
  list-style-type: none;
  background: url(../images/arrow-point.png) no-repeat left 5px;
  background-size: 18px;
  padding-left: 25px;
}
.area-expertise .box img {
  width: 150px;
  filter: grayscale(100%);
  opacity: 0.2;
}
.area-expertise .box a {
  color: #000;
  font-size: 1.25rem;
}
.area-expertise .box a:hover {
  color: #d69704;
  transition: all 0.3s ease-in;
}
.area-expertise .numeric-number {
  margin: 0px 0 0;
  line-height: 0.8;
}
.area-expertise h5 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #000;
  margin: -125px 0px 0px;
  padding-left: 25px;
  min-height: 58px;
  display: flex;
  align-items: center;
  position: relative;
}
.area-expertise .filter-list {
  position: relative;
  z-index: 1;
}
.area-expertise .filter-list ul li:nth-child(n+4) {
  display: none;
}
.area-expertise .filter-list ul li.showList:nth-child(n+4) {
  display: list-item;
}
.area-expertise .filter-list label.more {
  color: #000;
  display: inline-block !important;
  margin-top: 0px;
  font-weight: 700;
  font-size: 1rem;
  font-style: normal;
  margin-left: 35px;
  border-bottom: solid 1px #000;
  display: none;
}
.area-expertise .filter-list label.more.showMe {
  display: block;
}
.area-expertise .filter-list .more {
  cursor: pointer;
}
.area-expertise .filter-list .more:hover {
  color: #d69704;
  border-color: #d69704;
}

.team-mem {
  width: 100%;
  float: left;
}
.team-mem .managing-director {
  width: 100%;
  float: left;
  background: #f5f7fa;
  padding: 40px 0px;
}
.team-mem .managing-director .box {
  background: #fff;
  padding: 30px;
}
.team-mem .managing-director .box .pic {
  width: 286px;
  height: 286px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 30px;
  transition-duration: 0.5s;
}
.team-mem .managing-director .box .pic:hover {
  transform: scale(1.1) translateX(0px) translateY(0px) !important;
}
.team-mem .managing-director .box h4 {
  font-size: 3rem;
  font-weight: 700;
}
.team-mem .managing-director .box h6 {
  font-size: 1.5rem;
  font-weight: 700;
}
.team-mem .managing-director .info {
  background: #f9c13e;
  padding: 60px 40px;
  float: left;
  height: 534px;
}
.team-mem .managing-director .info p {
  font-size: 1.25rem;
  line-height: 1.8;
}
.team-mem .managing-director .info .more {
  font-weight: 700;
  border: solid 2px #000;
  padding: 10px 30px;
  text-transform: uppercase;
  color: #000;
  display: inline-block;
}
.team-mem .managing-director .info .more:hover {
  background: #000;
  color: #fff;
}
.team-mem .others-tema-member {
  width: 100%;
  float: left;
}
.team-mem .others-tema-member ul {
  padding: 0px;
  margin: 0px;
  display: grid;
  grid-template-columns: repeat(2, calc(50% - 20px));
  grid-gap: 30px;
  width: 100%;
  float: left;
}
.team-mem .others-tema-member li {
  list-style-type: none;
  list-style: none;
}
.team-mem .others-tema-member li .profile-pic {
  width: 200px;
  height: 200px;
  float: left;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  border: solid 2px #f9c13e;
  transition-duration: 0.5s;
  margin-right: 30px;
}
.team-mem .others-tema-member li .profile-pic:hover {
  transform: scale(1.1) translateX(0px) translateY(0px) !important;
}
.team-mem .others-tema-member h4 {
  font-size: 2.25rem;
  font-weight: 700;
  margin-top: 5px;
}
.team-mem .others-tema-member h4 a {
  color: #000;
  transition: all 0.3s ease-in;
}
.team-mem .others-tema-member h4 a:hover {
  color: #f9c13e;
  transition: all 0.3s ease-in;
}
.team-mem .others-tema-member h6 {
  font-size: 1.5rem;
  font-weight: 700;
}
.team-mem .others-tema-member p {

  margin-top: 0px;
  font-size: 1.125rem;
}
.team-mem .others-tema-member .arrow-btn {
  transition-duration: 0.5s;
  width: 35px;
}
.team-mem .others-tema-member .arrow-btn:hover {
  transform: scale(1.3) translateX(0px) translateY(0px) !important;
  margin-left: 15px;
}

.accolades-recognition {
  width: 100%;
  float: left;
}
.accolades-recognition .banner-img {
  height: 215px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.accolades-recognition h4 {
  font-size: 3rem;
  font-weight: 700;
  margin-top: 40px;
}
.accolades-recognition p {
  font-size: 1.125rem;
}
.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;
}

.global-affiliations {
  width: 100%;
  float: left;
}
.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: 0px;
  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%;
}

.news-insight {
  margin-top: 20px;
}
.news-insight p {
  font-size: 1rem !important;
  margin-bottom: 50px;
}
.news-insight .news-block {
  box-shadow: 0px 0px 8px 0px rgb(128, 128, 128);
}
.news-insight .news-block p {
  margin-bottom: 25px;
}
.news-insight .repeater-block {
  grid-gap: 25px !important;
  grid-template-columns: repeat(3, calc(33.3333% - 17px));
}
.news-insight h6 {
  border-bottom: solid 2px #f9c13e;
  padding-bottom: 10px;
  font-weight: 700;
  font-size: 1.25rem;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  height: 65px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-insight .more {
  border: solid 2px #f9c13e;
  color: #000;
  padding: 8px 20px;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 25px;
}
.news-insight .more:hover {
  background: #f9c13e;
  color: #fff !important;
}

.subscribe-bottom {
  width: 100%;
  float: left;
  background: #f5f7fa;
  padding: 40px 0px;
  border-radius: 0px;
}
.subscribe-bottom i {
  font-size: 28px;
  color: #f9c13e;
  transition: 0.5s;
}
.subscribe-bottom i:hover {
  color: rgb(36, 111, 217);
}
.subscribe-bottom .fb-plugin {
  width: 100%;
  text-align: center;
  background-color: #fff;
  padding: 30px 15px;
}
.subscribe-bottom h3 {
  font-size: 2.25rem;
  font-weight: 700;
  padding: 0px 0px 10px;
}
.subscribe-bottom p {
  text-align: center;
  padding: 0px 15px;
}
.subscribe-bottom form {
  text-align: center;
  padding: 0px 3rem;
}
.subscribe-bottom form h2 {
  font-size: 4rem;
  font-style: italic;
  font-weight: 700;
  border-bottom: solid 10px #f9c13e;
  display: inline-block;
  font-family: "Playfair Display", serif;
  margin: 55px 0px 75px;
}
.subscribe-bottom form .form-control {
  border: solid 1px #b3b3b3;
  width: 100%;
  border-radius: 0px;
  padding: 10px 15px;
}
.subscribe-bottom form .submit {
  background: #f9c13e;
  color: #fff;
  font-family: "Playfair Display", serif;
  letter-spacing: 3px;
  font-weight: 700;
  margin-top: 15px;
  font-size: 1.25rem;
  width: 100%;
  border: none;
  padding: 10px 0px;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.subscribe-bottom form .form .submit:hover{
  background-color: #3261ee;
}

.global-reach {
  width: 100%;
  float: left;
}
.global-reach .international-desks {
  width: 100%;
  float: left;
}
.global-reach .international-desks h4 {
  font-size: 3rem;
  font-weight: 700;
}
.global-reach .international-desks ul {
  display: grid;
  grid-gap: 25px;
  padding: 0px;
  margin: 0px;
  grid-template-columns: repeat(5, calc(20% - 20px));
  margin-top: 50px;
}
.global-reach .international-desks li {
  list-style-type: none;
  text-align: center;
  display: inline-block;
}
.global-reach .international-desks li img {
  width: 142px;
}
.global-reach .international-desks h5 {
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  color: #000;
  margin: 20px 0px;
}
.global-reach .international-desks li:hover h5 {
  color: #f9c13e;
}
.global-reach .associate-partners {
  width: 100%;
  float: left;
}
.global-reach .associate-partners h4 {
  font-size: 3rem;
  font-weight: 700;
}
.global-reach .associate-partners ul {
  display: grid;
  grid-gap: 30px;
  padding: 0px;
  margin: 0px;
  grid-template-columns: repeat(5, calc(20% - 20px));
  margin-top: 50px;
}
.global-reach .associate-partners li {
  list-style-type: none;
  text-align: left;
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1;
}
.global-reach .associate-partners li a {
  color: #000;
}
.global-reach .associate-partners li img {
  width: 75px; height:44px; border-radius: 5px; border: solid 1px #ccc; text-align: left;

}
.global-reach .associate-partners li:hover a {
  color: #f9c13e;
}

.pan-india-presence {
  width: 100%;
  float: left;
}
.pan-india-presence ul {
  padding: 0px;
  margin: 0px;
}
.pan-india-presence li {
  list-style-type: none;
  list-style: none;
  padding-right: 50px;
  min-height: 175px;
}
.pan-india-presence li h3 {
  font-size: 2.25rem;
  font-weight: 700;
  margin-top: 10px;
}
.pan-india-presence li h6 {
  font-size: 1.875rem;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  margin: 0px;
}
.pan-india-presence li p {
  font-size: 1rem;
  margin-left: 144px;
}
.pan-india-presence .element {
  width: 111px;
  height: 111px;
  float: left;
  margin: 5px 15px 0 16px;
  background: #fff;
  box-shadow: 0px 0px 8px 0px rgb(128, 128, 128);
  border-radius: 50%;
  padding: 15px;
}
.pan-india-presence .shape1 {
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 8px 0px rgb(128, 128, 128);
  border: solid 5px #f9c13e;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

@-webkit-keyframes blinker {
  from {
    opacity: 1.0; }
  to {
    opacity: 0.0; } }

.slider-text .txt-rotate > .wrap {
  position: relative; }
  .slider-text .txt-rotate > .wrap:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -10px;
    width: 5px;
    height: 100%;
    content: '';
    background: #afa939;
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate; }

    

.slider-text h1 {
  font-size: 3.5rem;
  color: #fff;
  line-height: 1.5;
  font-weight: 700;
  padding: 249px;
  margin-right: 100px;
  font-family: "Poppins", Arial, sans-serif; }
  @media (max-width: 991.98px) {
    .slider-text h1 {
      font-size: 40px; } }
  .slider-text h1 span {
    color: #afa939; }

.slider-text .subheading {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.7);
  color: #afa939;
  text-transform: uppercase;
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 800; }

.slider-text p {
  font-size: 18px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.7); }
  .slider-text p strong {
    font-weight: 700; }
    .slider-text p strong a {
      color: #000000; }

.slider-text .btn-custom {
  font-size: 16px;
  font-weight: 500;
  color: #fff; }

.slider-text .breadcrumbs {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
  z-index: 99; }
  .slider-text .breadcrumbs span {
    color: rgba(255, 255, 255, 0.5); }
    .slider-text .breadcrumbs span i {
      color: rgba(255, 255, 255, 0.3); }
    .slider-text .breadcrumbs span a {
      color: rgba(255, 255, 255, 0.7); }
      .slider-text .breadcrumbs span a:hover, .slider-text .breadcrumbs span a:focus {
        color: #afa939; }
        .slider-text .breadcrumbs span a:hover i, .slider-text .breadcrumbs span a:focus i {
          color: #afa939; }

          font-family: Arial, sans-serif;
            background-color: #f2f2f2;
            margin: 0;
            padding: 0;
        }
        .container {
            max-width: 600px;
            margin: 50px auto;
            padding: 20px;
            background-color: #fff;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            border-radius: 8px;
        }

        h2 {
            text-align: center;
            color: #333;
            text-decoration: solid;
        }

        .form-group {
            margin-bottom: 15px;
            display: block;
        }
        .form-group label {
            display: block;
            margin-bottom: 5px;
            color: black;
            text-decoration: solid;
        }
        .form-group input, .form-group textarea {
          color: white;
            width: 465px;
            padding: 10px;
            border: 1px solid rgb(214, 214, 250);
            border-radius: 4px;
        }

        .form-gr//oup textarea {
            resize: vertical;
        }
        .form-group button {
          height: 50px;
            width: 50px;
            padding: 10px;
            background-color: #f9c13e;
            color: white;
            border: 1px solid rgb(214, 214, 250);
            border-radius: 4px;
            cursor: pointer;
        }
        .form-group button:hover {
            background-color: #3261ee;
        }

.slider-text .bread {
  font-weight: 700 !important; }

.owl-carousel {
  position: relative; }
  .owl-carousel .owl-item {
    opacity: .4; }
    .owl-carousel .owl-item.active {
      opacity: 1; }
  .owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%; }
    .owl-carousel .owl-nav .owl-prev,
    .owl-carousel .owl-nav .owl-next {
      position: absolute;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      margin-top: -10px;
      color: #afa939 !important;
      -moz-transition: all 0.7s ease;
      -o-transition: all 0.7s ease;
      -webkit-transition: all 0.7s ease;
      -ms-transition: all 0.7s ease;
      transition: all 0.7s ease;
      opacity: 0; }
      .owl-carousel .owl-nav .owl-prev span:before,
      .owl-carousel .owl-nav .owl-next span:before {
        font-size: 30px; }
    .owl-carousel .owl-nav .owl-prev {
      left: 0; }
    .owl-carousel .owl-nav .owl-next {
      right: 0; }
  .owl-carousel .owl-dots {
    text-align: center; }
    .owl-carousel .owl-dots .owl-dot {
      width: 10px;
      height: 10px;
      margin: 5px;
      border-radius: 50%;
      background: #e6e6e6;
      position: relative; }
      .owl-carousel .owl-dots .owl-dot:after {
        position: absolute;
        top: -2px;
        left: -2px;
        right: 0;
        bottom: 0;
        width: 14px;
        height: 14px;
        content: '';
        border: 1px solid #e6e6e6;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%; }
      .owl-carousel .owl-dots .owl-dot.active {
        background: #b3b3b3; }
  .owl-carousel:hover .owl-nav .owl-prev,
  .owl-carousel:hover .owl-nav .owl-next {
    opacity: 1; }
  .owl-carousel:hover .owl-nav .owl-prev {
    left: -25px; }
  .owl-carousel:hover .owl-nav .owl-next {
    right: -25px; }

.owl-custom-nav {
  float: right;
  position: relative;
  z-index: 10;
  border: 1px solid red; }
  .owl-custom-nav .owl-custom-prev,
  .owl-custom-nav .owl-custom-next {
    padding: 10px;
    font-size: 30px;
    background: #ccc;
    line-height: 0;
    width: 60px;
    text-align: center;
    display: inline-block; }

    .img, .blog-img, .user{
      width: 100%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
    }

@media screen and (max-width: 1080px) {
  .team-mem .managing-director .info p {
    font-size: 1.125rem;
    line-height: 1.5;
  }
  .title-heading {
    font-size: 3.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .banner-slider h1 {
    font-size: 3rem;
    line-height: 1;
  }
  .banner-slider .h-btn {
    margin-top: 0px;
  }
  .banner-slider .banner-inside {
    padding: 15px 0px 0;
  }
  .law-firm h2 {
    font-size: 2.5rem;
    margin-bottom: 20px !important;
  }
  .law-firm .left-text {
    padding: 0px;
  }
  .law-firm .left-text p {
    text-align: left !important;
  }
  .law-firm .right-text {
    padding: 0px;
  }
  .title-heading {
    font-size: 2.25rem !important;
  }
  .ilo-focus {
    grid-template-columns: repeat(1, calc(100% - 0px));
  }
  .ilo-focus .box img {
    height: 200px;
  }
  .ilo-focus .box h4 {
    font-size: 1.5rem;
  }
  .area-expertise .block-area {
    grid-template-columns: repeat(2, 50%);
  }
  .area-expertise .box a {
    font-size: 1.125rem;
  }
  .area-expertise .numeric-number {
    margin: 15px 0px 0;
  }
  .area-expertise h5 {
    min-height: 50px;
  }
  .area-expertise ul {
    padding-left: 20px;
  }
  .team-mem .managing-director {
    padding: 15px 0px;
  }
  .team-mem .managing-director .box .pic {
    margin-top: 0px;
    width: 250px;
    height: 250px;
  }
  .team-mem .managing-director .box h4 {
    font-size: 2.25rem;
  }
  .team-mem .managing-director .box h6 {
    font-size: 1.25rem;
    margin-bottom: 0px !important;
  }
  .team-mem .managing-director .info {
    height: auto;
    padding: 15px;
  }
  .team-mem .managing-director .info p {
    line-height: 1.5;
    font-size: 1.125rem;
  }
  .team-mem .others-tema-member ul {
    grid-template-columns: repeat(1, calc(100% - 0px));
  }
  .team-mem .others-tema-member ul .profile-pic {
    width: 115px;
    height: 115px;
    margin-right: 15px;
  }

  .top-header a{font-size: 1rem!important;}
  .team-mem .others-tema-member ul h4 {
    font-size: 1.5rem; margin: 0px; padding: 0px;
  }
  .team-mem .others-tema-member ul h6 {
    font-size: 1.25rem;
  }
  .accolades-recognition h4 {
    margin-top: 20px;
    font-size: 2rem;
  }
  .accolades-recognition .banner-img {
    height: auto;
  }
  .accolades-recognition .px-5 {
    padding: 0 !important;
  }
  .global-affiliations li {
    flex: 0 0 calc(27% - 0px);
    margin: 10px 5px 10px;
  }
  .news-insight .repeater-block {
    grid-template-columns: repeat(2, calc(50% - 15px));
  }
  .subscribe-bottom form {
    padding: 0px;
  }
  .subscribe-bottom form h2 {
    margin: 30px 0px 25px;
  }
  .subscribe-bottom .fb-plugin {
    text-align: left;
  }
  .pan-india-presence .element {
    width: 85px;
    height: 85px;
  }
  .pan-india-presence li {
    padding-right: 0px;
  }
  .pan-india-presence li h3 {
    font-size: 1.875rem;
  }
  .pan-india-presence li p {
    margin-left: 116px;
  }
  .global-reach .international-desks h4 {
    font-size: 2rem;
  }
  .global-reach .associate-partners h4 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .area-expertise .block-area {
    grid-template-columns: repeat(1, 100%);
    grid-gap: 10px;
  }
  .global-reach .associate-partners ul {
    grid-template-columns: repeat(2, calc(50% - 5px));
    grid-gap: 15px;
  }
  .global-reach .associate-partners ul li img {
    margin-right: 5px;
    width: 29px;
    height: auto;
  }
  .global-reach .international-desks ul {
    grid-template-columns: repeat(2, calc(50% - 15px));
    padding: 0px;
    margin: 0px;
    grid-gap: 15px;
  }
  .banner-slider .h-btn {
    width: 75%;
    margin-top: 20px;
  }
  .news-insight .repeater-block {
    grid-template-columns: repeat(1, calc(100% - 0px));
  }
  .news-insight .news-block {
    padding: 20px !important;
  }
}/*# sourceMappingURL=home.css.map */