@charset "UTF-8";
@font-face {
  font-family: "Gilroy-ExtraBold";
  src: url("../font/Gilroy-ExtraBold.otf");
}
@font-face {
  font-family: "Gilroy-Light";
  src: url("../font/Gilroy-Light.otf");
}
@font-face {
  font-family: "Gilroy-Regular";
  src: url("../font/Gilroy-Regular.otf") format("opentype");
}
@font-face {
  font-family: "Gilroy-Semibold";
  src: url("../font/Gilroy-Semibold.otf") format("opentype");
}
@font-face {
  font-family: "Gilroy-medium";
  src: url("../font/Gilroy-Medium.otf") format("opentype");
}
@font-face {
  font-family: "Gilroy-bold";
  src: url("../font/Gilroy-Bold.otf") format("opentype");
}
.btn-red {
  font-weight: 600;
  font-size: 15px;
  color: #FFFFFF;
  text-align: center;
  text-transform: capitalize;
  background-color: #E00007;
  padding: 10px 30px;
  border-radius: 26px;
  border: none;
  outline: none;
  cursor: pointer;
  font-family: "Gilroy-Regular";
}
.btn-red:focus {
  outline: none;
}

.btn-white {
  font-weight: 600;
  font-size: 18px;
  color: #E00007;
  text-align: center;
  text-transform: capitalize;
  background-color: #FFFFFF;
  padding: 10px 30px;
  border-radius: 20px;
  font-family: "Gilroy-Regular";
}

.wBlockheader {
  display: flex;
  gap: 10%;
  align-items: center;
}

.content {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #1A1A1A;
  padding: 0 10rem;
}
.content p {
  margin-bottom: 1rem;
}

.content-title {
  font-weight: 600;
  font-size: 28px;
  line-height: 36px;
  color: #1A1A1A;
  margin-bottom: 0.6rem !important;
}

.slick-next:before {
  content: url(../images/slick-next.svg) !important;
}

.slick-prev:before {
  content: url(../images/slick-prev.svg) !important;
}

.single-insights .content-title {
  font-family: "Gilroy-Semibold";
}
.single-insights .insight-details {
  /*z-index: 99;
   position: absolute;
  width: 80%;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);*/
  padding: 10rem 0 8rem !important;
}
.single-insights .insight-details img {
  height: auto;
  width: auto;
  margin-top: 20px;
  float: left;
}
.single-insights .insight-details .section1 {
  gap: 60px;
  text-align: center;
  padding: 0 6rem;
}
.single-insights .insight-details .section2 {
  gap: 20px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3rem;
}
.single-insights .insight-details .section2 img {
  margin-top: 0;
  width: 42px !important;
}
.single-insights .insight-details .section2 .info-popover-wrapper {
  margin-top: 0px;
}
.single-insights .insight-details .blog {
  background-color: #FFFFFF;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  border-radius: 5px;
  padding: 6px 10px;
  color: #1A1A1A;
}
.single-insights .insight-title {
  padding: 0 10%;
}
.single-insights .insight-title h1 {
  font-weight: 600;
  font-size: 48px;
  line-height: 56px;
  color: #FFFFFF;
}
.single-insights .rightsection .content-container {
  padding-right: 5rem;
}
.single-insights .rightsection .img-container img {
  margin-top: 2rem;
}

.main-container {
  max-width: 1408px;
  margin: 0 auto;
  padding: 0 20px !important;
}

.slick-track, .slick-list {
  display: flex !important;
}

.slick-slide {
  flex: 1;
  background-color: #FFFFFF;
  border-radius: 6px;
}

.footer {
  display: flex;
  justify-content: space-between;
}
.footer ul li a {
  color: #FFFFFF;
}

.connect-block {
  background-color: #E00007;
  border: 1px solid #E00007;
  border-radius: 14px;
  color: #FFFFFF;
  text-align: center;
  padding: 100px 0;
  font-family: "Gilroy-Regular";
}
.connect-block p {
  font-weight: 600;
  font-size: 54px;
  line-height: 52px;
}

.footer-main {
  background-color: #1A1A1A;
  padding: 100px 60px 80px 60px;
  margin-top: 150px;
}
.footer-main .footer-menu {
  column-gap: 35px;
}
.footer-main .f-section1 {
  display: flex;
  flex-direction: column;
  height: auto;
}
.footer-main ul {
  padding-left: 60px;
}
.footer-main ul li {
  list-style: none;
  font-family: "Gilroy-regular";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #FFFFFF;
  text-transform: uppercase;
  margin-bottom: 25px;
  letter-spacing: 1px;
}
.footer-main li:first-child {
  font-family: "Gilroy-Semibold";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
  text-transform: uppercase;
}
.footer-main li.f-mail {
  text-transform: none;
}
.footer-main .copyright {
  color: #777777;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 16px;
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  align-items: flex-end;
}
.footer-main .copyright p {
  width: 100%;
}

.header {
  padding: 0 60px;
}
.header .nav-link {
  font-family: "Gilroy-semibold";
  color: #FFFFFF;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  padding: 8px 15px !important;
}
.header .nav-link:hover {
  color: #E00007;
}
.header .current-menu-item a {
  color: #E00007 !important;
}
.header .nav-link.contact-btn:hover {
  color: #FFFFFF;
  text-decoration: none;
}
.header .navbar-toggler {
  /*padding: 0 10px;*/
  margin-left: 3rem;
}
.header .navbar-toggler span.close {
  width: 20px;
}
.header .navbar-toggler-icon {
  transform: rotate(90deg);
  font-size: 30px;
  color: #FFFFFF;
  height: auto;
  width: auto;
}
.header .close {
  color: #FFFFFF;
  opacity: 1;
  margin-top: -5px;
}
.header .navbar {
  padding: 1rem;
  z-index: 9999;
}
.header .contact-btn {
  margin-left: 15px;
}
.header .contact-btn a {
  font-weight: 600;
  font-size: 15px !important;
  line-height: 18px;
  color: #FFFFFF !important;
  text-align: center;
  text-transform: capitalize;
  background-color: #E00007;
  padding: 10px 45px !important;
  border-radius: 20px;
  font-family: "Gilroy-semibold";
}

.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 10px 24px 54px rgba(15, 13, 35, 0.1);
  z-index: 999;
  background-color: #FFFFFF;
  transition: all 0.3s ease;
}
.sticky .nav-link {
  color: #1A1A1A;
}

.sticky + .content {
  padding-top: 102px;
}

.readmore-btn {
  font-weight: 600;
  font-size: 18px;
  color: #E00007;
  text-align: center;
  background-color: #FFFFFF;
  padding: 15px 60px !important;
  font-family: "Gilroy-Regular";
}

.nav-link.contact-btn {
  color: #FFFFFF;
  padding: 8px 25px !important;
}

.navbar-expand-md .navbar-collapse {
  justify-content: end;
}

.homepage-main {
  height: 600px;
}
.homepage-main p {
  font-family: "Gilroy-regular";
  font-weight: 400;
  font-size: 54px;
  width: 60%;
  line-height: 65px;
  padding-top: 90px;
  padding-left: 60px;
}
.homepage-main p span {
  font-family: "Gilroy-bold";
  font-weight: 600;
  color: #E00007;
}

.topmargin {
  margin-top: -120px;
}

.dark-bg {
  background-color: #EBEBEB;
}

.light-bg {
  background-color: #F4F5F5;
}

.navbar-toggler > .close {
  display: inline;
}

.navbar-toggler.collapsed > .close,
.navbar-toggler:not(.collapsed) > .navbar-toggler-icon {
  display: none;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  outline: none;
  border: none;
}

.header-dark {
  background-color: transparent;
}
.header-dark .nav-link {
  color: #FFFFFF;
}

.header-homepage .nav-link {
  color: #1A1A1A;
}

.header {
  padding: 1rem;
}
.header .homepage-logo {
  display: none;
}

.sticky .homepage-logo {
  display: block;
}
.sticky .logo {
  display: none;
}

.banner-icons {
  width: 100%;
  text-align: center;
  padding: 0 15px;
  margin-top: -180px;
}
.banner-icons .info {
  margin-top: 5px;
  cursor: pointer;
}
.banner-icons .scroll {
  text-align: center;
  cursor: pointer;
}

.info-popover-wrapper {
  float: right;
  margin-top: -40px;
  margin-right: 25px;
  position: relative;
}

.info-popover {
  padding: 15px;
  background: #FFFFFF;
  box-shadow: 0px 22px 54px rgba(0, 0, 0, 0.114866);
  border-radius: 5px;
  width: 470px;
  right: 0px;
  position: absolute;
  /*margin-top: -140px;*/
  bottom: 35px;
}
.info-popover p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #1A1A1A;
}

.text-muted {
  color: #777777;
}

.header .current-menu-item.contact-btn a {
  color: white !important;
}

.contact-container {
  /*.top-section {
      position: relative;

      img {
          width: 100%;
          height: 400px;
          object-fit: cover;
      }

      .img-backdrop {
          position: absolute;
          background-color: rgba(0, 0, 0, 0.7);
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
      }
  }*/
}
.contact-container .form-group {
  margin-bottom: 2rem;
}
.contact-container .details-section {
  margin-top: -9%;
  position: relative;
}
.contact-container .details-section .inner-sec {
  background: #FFFFFF;
  box-shadow: 0px 22px 54px rgba(0, 0, 0, 0.06);
  border-radius: 14px;
  padding: 5rem;
}
.contact-container .details-section .inner-sec .title {
  font-family: "Gilroy-bold";
  font-style: normal;
  font-weight: 700;
  font-size: 46px;
  line-height: 57px;
  display: flex;
  align-items: center;
  color: #E00007;
}
.contact-container .details-section .inner-sec .sub-line {
  font-family: "Gilroy-Regular";
  font-style: normal;
  font-size: 24px;
  line-height: 34px;
  color: #1A1A1A;
  /*padding: 22px 0px;*/
}
.contact-container .details-section .inner-sec .sub-line span:first-child {
  font-weight: 700;
}
.contact-container .details-section .inner-sec .sub-line span:nth-child(2) {
  font-weight: 700;
  color: #E00007;
}
.contact-container .details-section .inner-sec .form-group label {
  font-family: "Gilroy-regular";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #353F4E;
}
.contact-container .details-section .inner-sec .form-group .form-control {
  background: #FFFFFF;
  border: 1px solid #DEDEDE;
  border-radius: 8px;
}
.contact-container .details-section .inner-sec .form-group input {
  height: 56px;
}
.contact-container .details-section .inner-sec .btn-section {
  text-align: right;
}
.contact-container .details-section .inner-sec .btn {
  background: #353F4E;
  border-radius: 60px;
  font-family: "Gilroy-semibold";
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  text-transform: capitalize;
  color: #FFFFFF;
  padding: 0.7rem 3rem;
}

.approach-container {
  /*.top-section {
      position: relative;
      margin-top: -85px;

      img {
          width: 100%;
          height: 400px;
          object-fit: cover;
      }

      .img-backdrop {
          position: absolute;
          background-color: rgba(53, 63, 78, 0.9);
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
      }
  }*/
}
.approach-container .details-section {
  margin-top: -120px;
  position: relative;
  margin-bottom: 150px;
}
.approach-container .details-section .inner-sec .wBlock {
  padding: 60px 100px;
}
.approach-container .details-section .inner-sec .sub-line {
  font-family: "Gilroy-Regular";
  font-style: normal;
  font-size: 24px;
  line-height: 34px;
  color: #1A1A1A;
  /*padding: 22px 0px;*/
}
.approach-container .details-section .inner-sec .sub-line span:first-child {
  font-weight: 700;
}
.approach-container .details-section .inner-sec .sub-line span:nth-child(2) {
  font-weight: 700;
  color: #E00007;
}
.approach-container .details-section .inner-sec .desktop {
  display: block;
}
.approach-container .details-section .inner-sec .desktop img {
  width: 100%;
}
.approach-container .details-section .inner-sec .mobile {
  display: none;
}
.approach-container .details-section .inner-sec .mobile img {
  width: 100%;
}
.approach-container .compensations {
  /*margin-bottom: 4rem;*/
  padding: 0 1rem;
}
.approach-container .compensations .pageheader {
  font-family: "Gilroy-bold";
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 74px;
}
.approach-container .compensations .compensation-item {
  margin-bottom: 1rem;
}
.approach-container .compensations .compensation-item .card {
  flex-direction: row;
  justify-content: center;
  border-radius: 15px;
  background-color: transparent;
}
.approach-container .compensations .compensation-item .card div:nth-child(2) {
  margin: auto 0;
  font-family: "Gilroy-Semibold";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 25px;
  color: #000000;
  margin-left: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.approach-container .compensations .compensation-item .card img {
  width: 50px;
  height: 50px;
  object-fit: cover;
}
.approach-container .compensations .compensation-item:last-child {
  margin-bottom: 0rem;
}

.about-container {
  /*.top-section {
      position: relative;

      img {
          width: 100%;
          height: 400px;
          object-fit: cover;
      }

      .img-backdrop {
          position: absolute;
          background-color: rgba(53, 63, 78, 0.9);
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
      }
  }*/
}
.about-container .details-section {
  margin-top: -7.5rem;
  position: relative;
  margin-bottom: 5rem;
}
.about-container .details-section .wBlock {
  padding: 60px 100px;
}
.about-container .details-section .inner-sec {
  background: #FFFFFF;
  box-shadow: 0px 22px 54px rgba(0, 0, 0, 0.06);
  border-radius: 14px;
  padding: 4rem 5rem;
}
.about-container .details-section .inner-sec .title {
  font-family: "Gilroy-bold";
  font-style: normal;
  font-weight: 700;
  font-size: 46px;
  line-height: 57px;
  display: flex;
  align-items: center;
  color: #E00007;
}
.about-container .details-section .inner-sec .sub-line {
  font-family: "Gilroy-Regular";
  font-style: normal;
  font-size: 24px;
  line-height: 34px;
  color: #1A1A1A;
  /*padding: 22px 0px;*/
}
.about-container .details-section .inner-sec .sub-line span:first-child {
  font-weight: 700;
}
.about-container .details-section .inner-sec .sub-line span:nth-child(2) {
  font-weight: 700;
  color: #E00007;
}
.about-container .info-section {
  padding: 0 100px;
  margin-bottom: 5rem;
}
.about-container .info-section .info h2 {
  font-family: "Gilroy-semibold";
  font-style: normal;
  font-weight: 600;
  font-size: 44px;
  line-height: 54px;
  color: #E00007;
  margin-bottom: 1rem;
}
.about-container .info-section .info .details {
  font-family: "Gilroy-regular";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 36px;
  text-align: justify;
  color: #1A1A1A;
}
.about-container .info-section .info-img {
  padding-left: 3rem;
}
.about-container .info-section .info-img img {
  width: 100%;
}
.about-container .our-purpose {
  background: #EBEBEB;
  margin-bottom: 150px;
}
.about-container .our-purpose .inner-sec {
  padding: 0 90px;
  display: flex;
  column-gap: 25px;
}
.about-container .our-purpose .inner-sec .double-quotes {
  margin-top: -25px;
}
.about-container .our-purpose .inner-sec .double-quotes img {
  width: 80px;
}
.about-container .our-purpose .inner-sec .text {
  padding: 45px 0px;
}
.about-container .our-purpose .inner-sec .text h5 {
  font-family: "Gilroy-regular";
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 27px;
  display: flex;
  align-items: center;
  color: #000000;
  opacity: 0.5;
}
.about-container .our-purpose .inner-sec .text div {
  font-family: "Gilroy-regular";
  font-style: normal;
  font-size: 58px;
  line-height: 62px;
  color: #353F4E;
}
.about-container .value-principals {
  padding: 0 90px;
  margin-bottom: 150px;
}
.about-container .value-principals .title {
  font-family: "Gilroy-bold";
  font-style: normal;
  font-weight: 700;
  font-size: 54px;
  line-height: 67px;
  color: #E00007;
}
.about-container .value-principals .list {
  list-style-type: none;
}
.about-container .value-principals .list li {
  padding: 2rem 0;
  border-bottom: 1px solid #D3D3D3;
}
.about-container .value-principals .list li img {
  margin-bottom: 0.5rem;
}
.about-container .value-principals .list li h5 {
  font-family: "Gilroy-semibold";
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 37px;
  color: #353F4E;
  margin-bottom: 0px;
}
.about-container .value-principals .list li p {
  font-family: "Gilroy-regular";
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 31px;
  color: #828893;
}
.about-container .value-principals .list li:first-child {
  padding-top: 1rem;
}
.about-container .value-principals .list li:last-child {
  border-bottom: 0px;
}
.about-container .partners {
  background: #EBEBEB;
  padding: 5rem 0;
  margin-bottom: 150px;
}
.about-container .partners h5 {
  font-family: "Gilroy-regular";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #353F4E;
}
.about-container .partners .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 12%;
  row-gap: 1rem;
}
.about-container .partners .list .item {
  text-align: center;
  align-items: center;
  /*margin: 0 10px;*/
  padding-bottom: 2rem;
}
.about-container .partners .list .item img {
  width: 100%;
  height: 45px;
}
.about-container .references {
  margin-bottom: 150px;
}
.about-container .references .items-list .slick-slide {
  margin: auto 8px;
}
.about-container .references .items-list .item .inner-sec {
  background-color: #FFFFFF;
  border-radius: 6px;
  padding: 2rem;
}
.about-container .references .items-list .item .inner-sec img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  object-fit: cover;
  object-position: top;
}
.about-container .references .items-list .item .inner-sec .img-backdrop {
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 48.48%, #000000 100%);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.about-container .references .items-list .item .inner-sec .item-text {
  padding: 0rem 1rem;
  color: #1A1A1A;
  font-size: 16px;
  margin-top: 1.2rem;
}
.about-container .references .items-list .item .inner-sec .contents {
  padding: 0rem 1rem;
  bottom: 0;
  left: 0;
}
.about-container .references .items-list .item .inner-sec .contents h5 {
  font-family: "Gilroy-bold";
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 27px;
  color: #E00007;
}
.about-container .references .items-list .item .inner-sec .contents p {
  font-family: "Gilroy-regular";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #969696;
}
.about-container .references .items-list .slick-dots {
  bottom: -50px;
}
.about-container .references .slick-prev:before,
.about-container .references .slick-next::before {
  color: #000;
}
.about-container .references .slick-prev {
  left: -50px;
}
.about-container .references .slick-next {
  right: -30px;
}
.about-container .references .slick-prev.slick-disabled:before,
.about-container .references .slick-next.slick-disabled:before {
  opacity: 0.25;
}

@media screen and (max-width: 1280px) {
  body {
    /*.insights-page .insights .block-wrapper .sub-block {
        width: 47%;
    }*/
  }
  body .block {
    padding: 0 30px;
  }
  body .footer-main {
    padding: 30px;
  }
  body .footer-main ul {
    padding-left: 30px;
  }
  body .footer-main ul li {
    font-size: 14px !important;
  }
  body .service-offerings .block-wrapper {
    display: block;
  }
  body .service-offerings .block-wrapper .so-block {
    margin-bottom: 1rem;
  }
  body .header {
    padding: 1rem;
  }
  body .header .nav-link {
    padding: 8px !important;
    font-size: 14px;
  }
  body .header .contact-btn a {
    padding: 10px 45px !important;
  }
  .content {
    padding: 0 4rem;
  }
}
@media screen and (max-width: 768px) {
  body .block {
    padding: 0 0;
  }
  body .approach-container .compensations {
    margin-bottom: 0rem;
    padding: 0 1rem;
  }
  body .slick-prev {
    left: -15px;
  }
  body .slick-next {
    right: -15px;
  }
  body .wBlock {
    padding: 30px;
  }
  body .wBlockheader {
    display: block;
  }
  body .wBlockheader .header2 {
    font-size: 36px;
    line-height: 45px;
    margin-bottom: 1rem;
  }
  body .wBlockheader .title {
    font-size: 18px;
    line-height: 30px;
  }
  body .insights .insights-img {
    height: 350px;
  }
  body .header {
    text-align: center;
    padding: 0;
    margin: 0 !important;
  }
  body .header .navbar-expand-md .navbar-collapse {
    padding: 15px 0;
    position: absolute;
    background: white;
    width: 100%;
    top: 69px;
    right: 0;
    z-index: 1000;
  }
  body .header .navbar-nav {
    align-items: center;
  }
  body .header .navbar-nav .nav-link {
    color: #1A1A1A;
  }
  body .header .navbar-nav .contact-btn a {
    padding: 6px 30px !important;
    margin-top: 0.5rem;
  }
  body .header.sticky .close,
body .header.sticky .navbar-toggler-icon {
    color: #1A1A1A;
  }
  body .header-homepage .close,
body .header-homepage .navbar-toggler-icon {
    color: #1A1A1A;
  }
  body .homepage-main {
    height: 400px;
  }
  body .homepage-main p {
    font-size: 36px;
    line-height: 45px;
    width: 100%;
    padding: 30px;
  }
  body .services .services-header {
    display: block;
  }
  body .services .services-block-wrapper {
    padding: 0 6px;
  }
  body .services .services-block-wrapper .s-text {
    font-size: 20px;
    line-height: 32px;
  }
  body .services .services-block-wrapper .s-subtitle {
    font-size: 22px;
  }
  body .services .wBlock {
    margin: 0 30px;
    margin-top: -120px;
    padding: 60px 30px;
  }
  body .about-container .info-section {
    padding: 0 10px;
  }
  body .about-container .info-section .info-img {
    padding-left: 0;
  }
  body .about-container .our-purpose .inner-sec {
    display: flow-root;
    padding: 0 10px;
  }
  body .about-container .value-principals {
    padding: 0 10px;
  }
  body .top-section img {
    height: 260px;
  }
  body .service-offerings .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  body .service-offerings .block-wrapper {
    display: block;
  }
  body .service-offerings .block-wrapper .so-block {
    margin-bottom: 1rem;
  }
  body .d-flex-common.features-list {
    display: block;
  }
  body .d-flex-common.features-list ul {
    width: 100%;
  }
  body .pageheader {
    font-size: 30px;
    line-height: 37px;
    text-align: center;
    padding: 0 4rem;
  }
  body .connect-block {
    padding: 50px 20px;
  }
  body .m-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 1rem;
  }
  body .insights {
    padding: 6% 0 0;
  }
  body .insights .block-wrapper {
    display: flex;
  }
  body .insights .block-wrapper .sub-block {
    width: 300px;
  }
  body .insights-page .insights .block-wrapper .sub-block {
    width: 48.3333333%;
  }
  body .insights-page .insights .block-wrapper .sub-block .insights-img {
    height: 375px;
  }
  body .insights-page .insights .block-wrapper .sub-block .readmore-btn {
    padding: 15px 40px !important;
  }
  body .insights-page .wBlock {
    margin: 0 30px;
    margin-top: -120px;
    padding: 60px 30px;
  }
  body .footer {
    display: block;
    text-align: center;
  }
  body .connect-block p {
    font-size: 30px;
    line-height: 37px;
  }
  body .footer-main {
    padding: 30px;
  }
  body .footer-main .copyright {
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    display: block;
  }
  body .footer-main img,
body .footer-main .footer-menu {
    display: none !important;
  }
  body .single-insights .insight-details {
    padding: 8rem 0 5rem 0 !important;
  }
  body .single-insights .insight-details img {
    margin-top: 5px;
  }
  body .single-insights .insight-details .insight-title {
    padding: 0 3% 0 3%;
  }
  body .single-insights .insight-details .insight-title h1 {
    font-size: 22px;
    line-height: 27px;
    word-break: break-all;
    /*overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 20px;*/
  }
  body .single-insights .insight-details .section1 {
    text-align: center;
    gap: 15px;
    display: flex;
  }
  body .single-insights .insight-details .section2 {
    margin-top: 1rem;
  }
  body .home-description p {
    text-align: center;
    font-size: 17px;
    line-height: 36px;
  }
  body .home-info .info-title {
    font-size: 20px;
    line-height: 30px;
  }
  body .home-info ul li {
    font-size: 18px;
    line-height: 23px;
  }
  .contact-container {
    /*.top-section {
        img {
            height: 200px;
            object-fit: cover;
        }
    }*/
  }
  .contact-container .details-section .inner-sec {
    padding: 2rem 1rem;
  }
  .contact-container .details-section .inner-sec .title {
    font-size: 36px;
    line-height: 45px;
  }
  .approach-container .top-section img {
    height: 260px;
  }
  .approach-container .details-section {
    margin-top: -15%;
  }
  .approach-container .details-section .inner-sec .wBlock {
    padding: 60px 30px;
  }
  .approach-container .details-section .inner-sec .desktop {
    display: none;
  }
  .approach-container .details-section .inner-sec .mobile {
    display: block;
  }
  .approach-container .compensations .pageheader {
    font-size: 30px;
    line-height: 37px;
    padding: 0 2rem;
  }
  body .content {
    padding: 0 10px;
    padding-top: 0px !important;
  }
  .rightsection img,
.leftsection img,
.centersection img {
    width: 100%;
  }
  .banner-icons .info {
    width: 25px;
  }
  .banner-icons .scroll {
    width: 30px;
  }
  .about-container .details-section .wBlock {
    padding: 60px 30px;
  }
  .share-popover .info-popover {
    left: 50%;
    transform: translate(-82%, 0px);
  }
  .on-mobile {
    display: block !important;
  }
  .on-desktop {
    display: none !important;
  }
  body .c-title {
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
  }
  body .c-subtitle {
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
  }
}
/*768 end*/
@media screen and (max-width: 560px) {
  body .insights-page .insights .block-wrapper .sub-block .insights-img {
    height: 310px;
  }
  body .insights-page .insights .block-wrapper .sub-block .insights-header {
    font-size: 16px;
    line-height: 28px;
  }
  body .insights-page .insights .block-wrapper .sub-block .readmore-btn {
    padding: 15px 40px !important;
  }
  .insights .block-wrapper .sub-block .insights-header {
    font-size: 16px;
    line-height: 28px;
  }
  .insights .block-wrapper .sub-block .readmore-btn {
    padding: 15px 30px !important;
  }
  /*body .insights .insights-img {
      height: 380px;
  }*/
  .single-insights .content {
    text-align: center;
  }
  .single-insights .insight-details .section1 {
    padding: 0 1rem;
  }
  .single-insights .insight-details .section1 .insight-title {
    padding: 0 10% 0 3%;
  }
  .single-insights .insight-details .section1 .insight-title h1 {
    font-size: 22px;
  }
  .single-insights .rightsection .content-container {
    padding-right: 1rem;
  }
  .info-popover {
    width: 350px;
  }
  .contact-container .details-section {
    margin-top: -32%;
  }
  .contact-container .details-section .inner-sec .form-group input {
    height: 46px;
  }
  .contact-container .details-section .inner-sec .btn-section {
    text-align: center;
  }
  body .homepage-main p {
    padding: 10px;
  }
  .topmargin {
    margin-top: 95px;
  }
}
/*560 end*/
@media screen and (max-width: 480px) {
  body .insights-page .insights .block-wrapper {
    display: block;
  }
  body .insights-page .insights .block-wrapper .sub-block {
    width: 100%;
    margin-bottom: 35px;
  }
  body .insights-page .insights .block-wrapper .sub-block .insights-img {
    height: 340px;
  }
  body .insights-page .insights .block-wrapper .sub-block:last-child {
    margin-bottom: 0px;
  }
  .approach-container .details-section {
    margin-top: -20%;
  }
  .navbar {
    height: 80px;
  }
  .header .navbar-brand img {
    width: 100%;
  }
  .info-popover-wrapper {
    margin-right: 0px;
  }
  .info-popover {
    width: 310px;
  }
  .about-container {
    /*.references {
        .items-list {
            .slick-slide {
                width: 320px;
            }
        }
    }*/
  }
  .about-container .info-section .info h2 {
    font-size: 30px;
    line-height: 54px;
    text-align: center;
  }
  .about-container .info-section .info .details p {
    font-size: 20px;
    line-height: 36px;
    text-align: center;
  }
  .about-container .our-purpose .inner-sec .text div {
    font-size: 48px;
  }
  .about-container .value-principals .title {
    font-size: 30px;
    line-height: 37px;
    margin-bottom: 2rem;
  }
  .about-container .value-principals .list li h5 {
    font-size: 26px;
    line-height: 32px;
  }
  .about-container .value-principals .list li p {
    font-size: 22px;
    line-height: 26px;
  }
  .about-container .partners h5 {
    font-size: 14px;
    line-height: 17px;
  }
  .about-container .partners .list {
    column-gap: 4%;
  }
  .about-container .partners .list .item img {
    width: 85%;
  }
}
@media screen and (max-width: 1500px) {
  .references .main-container {
    max-width: 92%;
  }
}
@media screen and (max-width: 820px) {
  .references .items-list .item .inner-sec .contents {
    text-align: center;
  }
  .references .items-list .item .inner-sec .d-flex {
    display: block !important;
  }
  .references .items-list .item .inner-sec img {
    margin: 0 auto;
    margin-bottom: 1rem;
  }
  .references .items-list .item .inner-sec .item-text {
    padding: 0;
    text-align: center;
  }
  .references .main-container {
    max-width: 89%;
  }
}
@media screen and (max-width: 600px) {
  .references .main-container {
    max-width: 100%;
  }
}
body {
  font-family: "Gilroy-Regular" !important;
  background-color: #F4F5F5 !important;
}
body p,
body ul {
  padding: 0;
  margin: 0;
}

html,
body {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.block {
  padding: 0 60px;
}

.on-mobile {
  display: none;
}

.on-desktop {
  display: block;
}

.d-flex-common {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.d-flex-common.features-list {
  align-items: normal;
  justify-content: normal;
  column-gap: 50px;
}
.d-flex-common.features-list ul {
  width: 50%;
}
.d-flex-common.features-list ul li {
  position: relative;
}
.d-flex-common.features-list ul li img {
  position: absolute;
  top: 2px;
}
.d-flex-common.features-list ul li p {
  margin-left: 32px;
}

.pageheader {
  color: #E00007;
  font-weight: 600;
  font-size: 54px;
  line-height: 70px;
  font-family: "Gilroy-bold";
  text-align: center;
}

.header2 {
  font-weight: 700;
  font-size: 46px;
  line-height: 57px;
  color: #E00007;
  font-family: "Gilroy-bold";
}

.title {
  /*color: #1A1A1A;
  font-weight: 400;
  font-size: 24px;*/
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  color: #1A1A1A;
}
.title b,
.title strong {
  font-family: "Gilroy-bold";
  font-weight: 700;
}
.title input {
  display: inline;
  width: auto;
}
.title button {
  font-weight: 600;
  line-height: 18px;
  color: #FFFFFF !important;
  text-align: center;
  text-transform: capitalize;
  background-color: #E00007;
  padding: 9px 45px !important;
  border-radius: 4px;
  font-family: "Gilroy-semibold";
}

.wBlock {
  background: #FFFFFF;
  box-shadow: 10px 24px 54px rgba(15, 13, 35, 0.1);
  border-radius: 10px;
  padding: 60px;
}

.header {
  text-align: center;
}

.service-offerings {
  padding: 150px 0;
}
.service-offerings .row {
  margin-left: -5px;
  margin-right: -5px;
}
.service-offerings .so-main {
  display: flex;
  gap: 30px;
}
.service-offerings .so-block {
  background: #353F4E;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  padding: 30px;
  display: flex;
  gap: 30px;
  color: #FFFFFF;
}
.service-offerings .so-block .so-title {
  font-family: "Gilroy-semibold";
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
  line-height: 32px;
  color: #FFFFFF;
  margin-bottom: 0.8rem;
}
.service-offerings .so-block .so-text {
  font-family: "Gilroy-regular";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #BCC4D0;
}
.service-offerings .so-knowmore {
  font-family: "Gilroy-semibold";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.2px;
  color: #E00007;
}

.block-wrapper {
  display: flex;
  gap: 30px;
}

.home-description p {
  font-family: "Gilroy-regular";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #1A1A1A;
}
.home-description p strong {
  font-family: "Gilroy-bold";
  font-weight: 700;
}

.home-info .info-title {
  font-family: "Gilroy-bold";
  color: #353F4E;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
}
.home-info ul li {
  color: #1A1A1A;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}
.home-info ul li img {
  margin-right: 8px;
  width: 24px;
}

.homepage-main {
  /*background-image: url("../../assets/images/home-background.svg");
  background-repeat: no-repeat;
  background-size: cover;*/
}

.homepage-main.on-mobile {
  height: 530px;
}

.insights-page .wBlock {
  margin: 0;
  margin-top: -120px;
  position: relative;
  padding: 60px 100px;
}
.insights-page .insights .block-wrapper {
  flex-wrap: wrap;
  column-gap: 15px;
  row-gap: 40px;
}
.insights-page .insights .block-wrapper .sub-block {
  width: 32.33333333%;
  margin: 0;
}

.insights-link {
  display: flex;
  justify-content: right;
  width: 100%;
  margin-left: 1px;
}

.services .services-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.services .wBlock {
  margin: 0 60px;
  margin-top: -120px;
  position: relative;
  padding: 60px 100px;
}
.services .services-block-wrapper {
  padding: 0 100px;
}
.services .services-block-wrapper .services-block {
  padding: 60px 0;
  border-bottom: 1px solid #E3E3E3;
}
.services .services-block-wrapper .services-block:last-child {
  border-bottom: none;
}
.services .services-block-wrapper ul {
  padding-left: 30px;
}
.services .services-block-wrapper ul li {
  margin-bottom: 2rem;
  list-style: none;
}
.services .services-block-wrapper ul li:last-child {
  margin-bottom: 0;
}
.services .services-block-wrapper ul li::before {
  content: "•";
  color: #E00007;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  float: left;
  margin-top: 5px;
  font-size: 20px;
}
.services .services-block-wrapper .s-title {
  font-family: "Gilroy-semibold";
  color: #353F4E;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 20px;
}
.services .services-block-wrapper .s-subtitle {
  font-family: "Gilroy-Semibold";
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  color: #E00007;
}
.services .services-block-wrapper .s-text {
  font-family: "Gilroy-regular";
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  color: #1A1A1A;
}

.divider {
  height: 1px;
  width: 100%;
  background-color: #E3E3E3;
}

.top-section {
  position: relative;
  margin-top: -85px;
}
.top-section img {
  width: 100%;
  height: 320px;
  object-fit: cover;
}
.top-section .img-backdrop {
  position: absolute;
  background-color: rgba(53, 63, 78, 0.9);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.insightsSlider {
  /*.slick-next:before,
  .slick-prev:before {
      background-color: rgba(0, 0, 0, 0.5);
  }*/
}
.insightsSlider .slick-next {
  right: -30px;
  z-index: 9;
}
.insightsSlider .slick-prev {
  left: -50px;
  z-index: 9;
}

.insights {
  padding: 150px 0 150px;
}
.insights .sub-block {
  background: linear-gradient(180deg, rgba(196, 196, 196, 0) 0%, #000000 90.38%);
  border-radius: 20px;
  position: relative;
  margin: 8px 8px;
  border-radius: 20px;
  filter: drop-shadow(0px 0px 22px rgba(121, 121, 121, 0.19));
  width: 420px;
}
.insights .sub-block .readmore-btn {
  border-bottom-right-radius: 18px;
  display: flex;
  gap: 10px;
  white-space: nowrap;
}
.insights .insights-img {
  height: 420px;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.insights .insights-backdrop {
  position: absolute;
  background: linear-gradient(180deg, rgba(196, 196, 196, 0) 0%, #000000 90.38%);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.insights .insights-header {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #FFFFFF;
  padding: 0 25px 25px;
  margin-top: -115px;
  margin-bottom: 10px;
  height: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.homeInsights .sub-block {
  filter: none;
}

.share-popover img {
  width: 40px !important;
}
.share-popover .info-popover {
  width: fit-content;
  right: unset;
  /*margin-top: 39px !important;*/
  bottom: -60px;
}
.share-popover .info-popover .sfsi_wicons {
  margin-bottom: 0px !important;
}
.share-popover .info-popover .norm_row {
  width: fit-content !important;
}

.thankyoumodal .modal-dialog {
  max-width: 700px;
  margin-top: 8%;
  z-index: 9999;
}

.c-title {
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
}

.c-subtitle {
  font-weight: 400;
  font-size: 25px;
  line-height: 30px;
}

/*# sourceMappingURL=style.css.map */
