@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
  font-family: "Poppins", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  font-family: inherit;
}

.image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.button-cta a {
  font-size: 12.91px;
  font-weight: 500;
  line-height: 19.36px;
  color: #286FB4;
  position: relative;
  display: inline-block;
  border-radius: 50px;
}
.button-cta a span {
  width: 40px;
  height: 40px;
  position: absolute;
  background: #286FB4;
  right: -2px;
  top: -2px;
  border-radius: 50px;
}
@media (min-width: 768px) {
  .button-cta a span {
    width: 50px;
    height: 50px;
  }
}
.button-cta a span::after {
  content: url(../image/svg_icon/angle-down.svg);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 0;
}
.button-cta a:hover {
  border-color: #DF4C73;
  color: #DF4C73;
}
.button-cta a:hover span {
  background: #DF4C73;
  box-shadow: -2px 3px 15.7px 0px rgba(223, 76, 115, 0.4196078431);
  transition: 0.3s;
}
.button-cta.know-more a {
  height: 35.85px;
  width: 152px;
  background: #fff;
  padding: 11px 50px 11px 20px;
}
.button-cta.know-more span {
  height: 35.85px;
  width: 35.85px;
  top: 0;
  right: 0;
}
.button-cta.arrow-right a span::after {
  content: url(../image/svg_icon/angle-down.svg);
}

.wrapper, .main-banner_wrapper .block-investindia-breadcrumb {
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 576px) {
  .wrapper, .main-banner_wrapper .block-investindia-breadcrumb {
    max-width: 100%;
  }
}
@media (min-width: 993px) and (max-width: 1280px) {
  .wrapper, .main-banner_wrapper .block-investindia-breadcrumb {
    max-width: 1140px;
  }
}
@media (min-width: 1281px) {
  .wrapper, .main-banner_wrapper .block-investindia-breadcrumb {
    max-width: 1200px;
  }
}
@media (min-width: 1481px) {
  .wrapper, .main-banner_wrapper .block-investindia-breadcrumb {
    max-width: 1468px;
  }
}

section section {
  position: relative;
  padding: 48px 0;
}
@media (min-width: 768px) {
  section section {
    padding: 4.375% 0 5.209%;
  }
}
section section .title-section {
  font-size: 26px;
  font-weight: 700;
  line-height: 39px;
  letter-spacing: -0.02em;
  position: relative;
  z-index: 1;
  color: #286FB4;
  margin-bottom: 30px;
  text-transform: capitalize;
}
@media (min-width: 768px) {
  section section .title-section {
    font-size: 40px;
    line-height: 60px;
  }
}
@media (min-width: 1200px) {
  section section .title-section {
    font-size: 45px;
    line-height: 67.5px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1481px) {
  section section .title-section {
    margin-bottom: 40px;
  }
}

section .main-banner_wrapper {
  padding: 0;
}

.main-banner_wrapper {
  position: relative;
}
.main-banner_wrapper .block-investindia-breadcrumb {
  position: absolute;
  margin-bottom: 14px;
  padding: 0 15px;
}
.main-banner_wrapper .block-investindia-breadcrumb .content {
  max-width: 100%;
  padding: 0;
}
.main-banner_wrapper .block-investindia-breadcrumb li {
  color: #2E3A45;
  font-family: "Poppins", sans-serif;
  -webkit-filter: none;
  font-size: 13px;
  line-height: 20.8px;
  font-weight: 500;
  text-transform: capitalize;
}
.main-banner_wrapper .block-investindia-breadcrumb li a {
  color: #2E3A45 !important;
  font-family: "Poppins", sans-serif !important;
  font-weight: 500 !important;
}
.main-banner_wrapper .block-investindia-breadcrumb li::after {
  content: "";
  margin-left: 5px;
  background: url(https://uat.investindia.gov.in/themes/investindia/image/new/breadcrumb-arrow-blk.png) no-repeat left center;
  background-size: 100%;
  width: 6px;
  height: 8px;
  display: inline-block;
}
.main-banner_wrapper .main-banner {
  position: relative;
  height: 400px;
  background: #E2F0F9;
}
.main-banner_wrapper .main-banner .text-wrapper {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 70px;
}
@media (min-width: 1200px) {
  .main-banner_wrapper .main-banner .text-wrapper {
    top: 125px;
  }
}
@media (min-width: 1481px) {
  .main-banner_wrapper .main-banner .text-wrapper {
    top: 180px;
  }
}
.main-banner_wrapper .main-banner .title {
  font-size: 60px;
  font-weight: 700;
  line-height: 65px;
  text-align: left;
  color: #286FB4;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .main-banner_wrapper .main-banner .title {
    font-size: 54px;
    line-height: 65px;
  }
}
@media (min-width: 1481px) {
  .main-banner_wrapper .main-banner .title {
    font-size: 65px;
    line-height: 65px;
  }
}
.main-banner_wrapper .main-banner .breadcrumb {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  text-align: left;
  color: #2E3A45;
}
.main-banner_wrapper .main-banner .object-1 {
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
}
@media (min-width: 768px) {
  .main-banner_wrapper .main-banner .object-1 {
    opacity: 1;
  }
}
.main-banner_wrapper .video-wrapper {
  position: absolute;
  height: 50vw;
  width: 100vw;
  bottom: 0;
  border-top-left-radius: 50vw;
  border-top-right-radius: 50vw;
  border: 1px solid #93B0CC;
  padding: 16px;
  border-bottom: 0;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .main-banner_wrapper .video-wrapper {
    height: 290px;
    width: 580px;
    right: 3%;
    padding: 20px;
    border-top-left-radius: 580px;
    border-top-right-radius: 580px;
  }
}
@media (min-width: 1200px) {
  .main-banner_wrapper .video-wrapper {
    height: 344px;
    width: 688px;
    right: 188px;
    border-top-left-radius: 636px;
    border-top-right-radius: 636px;
    padding: 26px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .main-banner_wrapper .video-wrapper {
    right: 80px;
  }
}
.main-banner_wrapper .video-wrapper .video {
  width: 100% !important;
  height: 100%;
  border-top-left-radius: 50vw;
  border-top-right-radius: 50vw;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .main-banner_wrapper .video-wrapper .video {
    width: 540px !important;
    height: 270px;
    border-top-left-radius: 540px;
    border-top-right-radius: 540px;
  }
}
@media (min-width: 1200px) {
  .main-banner_wrapper .video-wrapper .video {
    width: 636px !important;
    height: 318px;
    border-top-left-radius: 636px;
    border-top-right-radius: 636px;
  }
}
.main-banner_wrapper .video-wrapper .video img {
  border-top-left-radius: 50vw;
  border-top-right-radius: 50vw;
  height: 100%;
  width: 100%;
  object-fit: cover;
  box-shadow: 0px -4px 20.6px 0px rgba(11, 54, 86, 0.2);
}
@media (min-width: 768px) {
  .main-banner_wrapper .video-wrapper .video img {
    border-top-left-radius: 540px;
    border-top-right-radius: 540px;
  }
}
@media (min-width: 1200px) {
  .main-banner_wrapper .video-wrapper .video img {
    border-top-left-radius: 636px;
    border-top-right-radius: 636px;
  }
}
.main-banner_wrapper .video-wrapper::after {
  width: 10px;
  height: 200px;
  left: 0;
  transition: left 2s linear;
  position: absolute;
  background: #DF4C73;
}
.main-banner_wrapper .video-wrapper .object-2 {
  height: 163px;
  width: 163px;
  position: absolute;
  z-index: 1;
  right: 5px;
  top: -14px;
}
@media (min-width: 1200px) {
  .main-banner_wrapper .video-wrapper .object-2 {
    top: -13px;
    right: -68px;
    width: 283px;
    height: 277px;
  }
}
.main-banner_wrapper .animation-object {
  --timeunit: 30s;
  --offsetunit: 30vmin;
  --sizeunit: 5vmin;
  position: absolute;
  --offset: calc(var(--dist) * var(--offsetunit)); /* distance from the center */
  animation: circleRound calc(var(--time) * var(--timeunit)) linear infinite;
  --time: 0.5;
  --dist: 0.6;
  --size: 0.4;
  width: 706px;
  top: 247px;
  left: -10px;
  z-index: 2;
  opacity: 0;
}
@media (min-width: 768px) {
  .main-banner_wrapper .animation-object {
    width: 580px;
    top: 190px;
    left: -1px;
    opacity: 1;
  }
}
@media (min-width: 1200px) {
  .main-banner_wrapper .animation-object {
    top: 247px;
    left: -10px;
    width: 706px;
  }
}
.main-banner_wrapper .animation-object .inner {
  position: relative;
  height: 198px;
  transform: rotate(18deg);
}
.main-banner_wrapper .animation-object .inner::after {
  content: url("../image/svg_icon/animation_objcet.svg");
  position: absolute;
  left: -50px;
  transform: rotate(-98deg);
  top: 130px;
  line-height: 0;
}
@media (min-width: 768px) {
  .main-banner_wrapper .animation-object .inner::after {
    left: -44px;
    transform: rotate(-110deg);
    top: 181px;
  }
}
@media (min-width: 1200px) {
  .main-banner_wrapper .animation-object .inner::after {
    left: -50px;
    transform: rotate(-98deg);
    top: 130px;
  }
}

@keyframes circleRound {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg); /* Rotate only half a circle (180 degrees) */
  }
}
.sub-banner_wrapper {
  padding-top: 40px;
  padding-bottom: 50px;
  position: relative;
  z-index: 10;
}
@media (min-width: 768px) {
  .sub-banner_wrapper {
    padding-bottom: 0;
  }
}
.sub-banner_wrapper .masking-element {
  position: absolute;
  height: 200px;
  width: 100%;
  background: #fff;
  top: 0;
}
.sub-banner_wrapper .masking-element .title-wrapper {
  text-align: center;
  color: #2E3A45;
  padding-top: 42px;
}
@media (min-width: 1200px) {
  .sub-banner_wrapper .masking-element .title-wrapper {
    padding-top: 38px;
  }
}
@media (min-width: 1481px) {
  .sub-banner_wrapper .masking-element .title-wrapper {
    padding-top: 42px;
  }
}
@media (max-width: 420px) {
  .sub-banner_wrapper .masking-element .title-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.sub-banner_wrapper .masking-element .title {
  font-size: 20px;
  font-weight: 600;
  line-height: 35px;
  text-align: center;
}
@media (min-width: 768px) {
  .sub-banner_wrapper .masking-element .title {
    font-size: 28px;
    line-height: 40px;
  }
}
@media (min-width: 1200px) {
  .sub-banner_wrapper .masking-element .title {
    font-size: 29px;
    line-height: 50px;
  }
}
@media (min-width: 1481px) {
  .sub-banner_wrapper .masking-element .title {
    line-height: 65px;
    font-size: 36px;
  }
}
@media only screen and (min-width: 993px) and (max-width: 1199px) {
  .sub-banner_wrapper .masking-element .title {
    font-size: 25px;
  }
}
.sub-banner_wrapper .masking-element .sub-title {
  margin-top: 14px;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .sub-banner_wrapper .masking-element .sub-title {
    font-size: 22px;
    font-weight: 400;
    line-height: 24px;
  }
}
@media (min-width: 1200px) {
  .sub-banner_wrapper .masking-element .sub-title {
    font-size: 18px;
  }
}
@media (min-width: 1481px) {
  .sub-banner_wrapper .masking-element .sub-title {
    font-size: 22px;
  }
}

.sub-banner_section {
  position: relative;
  padding-top: 106px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 400px) {
  .sub-banner_section {
    padding-top: 136px;
  }
}
@media (min-width: 1200px) {
  .sub-banner_section {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 70px;
  }
}
@media (min-width: 1481px) {
  .sub-banner_section {
    padding-top: 106px;
  }
}
@media only screen and (min-width: 993px) and (max-width: 1199px) {
  .sub-banner_section {
    padding-top: 60px;
  }
}
.sub-banner_section .title-wrapper {
  text-align: center;
  color: #2E3A45;
}
.sub-banner_section .content-wrapper {
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .sub-banner_section .content-wrapper {
    margin-top: 53px;
    gap: 40px;
  }
}
@media (min-width: 1200px) {
  .sub-banner_section .content-wrapper {
    margin-top: 53px;
    gap: 40px;
  }
}
@media (min-width: 1481px) {
  .sub-banner_section .content-wrapper {
    margin-top: 53px;
    gap: 98px;
  }
}
.sub-banner_section .content-wrapper .text-content {
  width: 100%;
}
@media (min-width: 1200px) {
  .sub-banner_section .content-wrapper .text-content {
    width: calc(100% - 320px);
  }
}
@media (min-width: 1481px) {
  .sub-banner_section .content-wrapper .text-content {
    width: calc(100% - 451px);
  }
}
.sub-banner_section .content-wrapper .banner-content {
  width: 100%;
}
@media (min-width: 768px) {
  .sub-banner_section .content-wrapper .banner-content {
    width: 280px;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .sub-banner_section .content-wrapper .banner-content {
    width: 280px;
  }
}
@media (min-width: 1481px) {
  .sub-banner_section .content-wrapper .banner-content {
    width: 353px;
  }
}
.sub-banner_section .content-wrapper .banner-content .banner-image img {
  width: 100%;
}
.sub-banner_section .content-wrapper .highlighted-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 21.45px;
  text-align: left;
  color: #fff;
  height: 43px;
  padding: 12px 40px 12px 0;
  background: #DF4C73;
  border-radius: 0 50px 50px 0;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (max-width: 420px) {
  .sub-banner_section .content-wrapper .highlighted-text {
    font-size: 12px;
    padding: 12px 20px 12px 0;
  }
}
@media (min-width: 768px) {
  .sub-banner_section .content-wrapper .highlighted-text {
    padding: 12px 25px 12px 0;
  }
}
@media (min-width: 1200px) {
  .sub-banner_section .content-wrapper .highlighted-text {
    font-size: 20px;
    line-height: 37.18px;
    height: 55px;
    padding: 9px 60px 9px 0;
  }
}
@media (min-width: 1481px) {
  .sub-banner_section .content-wrapper .highlighted-text {
    font-size: 26px;
    padding: 12px 60px 12px 0;
    height: 60px;
  }
}
.sub-banner_section .content-wrapper .highlighted-text::before {
  position: absolute;
  content: "";
  height: 43px;
  width: 100%;
  background: #DF4C73;
  top: 0;
  left: -100%;
}
@media (min-width: 1200px) {
  .sub-banner_section .content-wrapper .highlighted-text::before {
    height: 55px;
  }
}
@media (min-width: 1481px) {
  .sub-banner_section .content-wrapper .highlighted-text::before {
    height: 60px;
  }
}
.sub-banner_section .content-wrapper .description {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-align: justify;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .sub-banner_section .content-wrapper .description {
    font-size: 15px;
    line-height: 24px;
  }
}
@media (min-width: 1200px) {
  .sub-banner_section .content-wrapper .description {
    margin-bottom: 46px;
    text-align: left;
    font-size: 13px;
  }
}
@media (min-width: 1481px) {
  .sub-banner_section .content-wrapper .description {
    font-size: 15px;
    margin-bottom: 56px;
  }
}
.sub-banner_section .content-wrapper .description p {
  padding-top: 20px;
  padding-bottom: 0;
}
.sub-banner_section .content-wrapper .description p strong, .sub-banner_section .content-wrapper .description p b {
  color: #DF4C73;
}
.sub-banner_section .content-wrapper .description p:first-child {
  padding-top: 0;
}
.sub-banner_section .content-wrapper .link-wrapper {
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  .sub-banner_section .content-wrapper .link-wrapper {
    font-size: 15px;
    line-height: 24px;
    flex-direction: row;
    display: flex;
    gap: 20px;
    justify-content: center;
  }
}
@media (min-width: 1200px) {
  .sub-banner_section .content-wrapper .link-wrapper {
    justify-content: left;
  }
}
.sub-banner_section .content-wrapper .view-all {
  font-size: 14.44px;
  font-weight: 500;
  line-height: 24.65px;
  text-align: left;
  color: #286FB4;
  padding: 10.5px 68px 10.5px 24px;
  border: 2px solid #286FB4;
  position: relative;
  border-radius: 50px;
  cursor: pointer;
  text-transform: uppercase;
  height: 50px;
  display: inline-block;
  margin-top: 0;
}
@media (min-width: 768px) {
  .sub-banner_section .content-wrapper .view-all {
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
  }
}
@media (min-width: 1200px) {
  .sub-banner_section .content-wrapper .view-all {
    font-size: 16px;
    padding: 5.5px 56px 5.5px 18px;
    height: 41px;
  }
}
@media (min-width: 1481px) {
  .sub-banner_section .content-wrapper .view-all {
    font-size: 18px;
    padding: 10.5px 68px 10.5px 24px;
    height: 50px;
  }
}
.sub-banner_section .content-wrapper .view-all span {
  position: absolute;
  background: #286FB4;
  right: -2px;
  top: -2px;
  border-radius: 50px;
  width: 50px;
  height: 50px;
}
@media (min-width: 1200px) {
  .sub-banner_section .content-wrapper .view-all span {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 1481px) {
  .sub-banner_section .content-wrapper .view-all span {
    width: 50px;
    height: 50px;
  }
}
.sub-banner_section .content-wrapper .view-all span::after {
  content: url(../image/svg_icon/angle-down.svg);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 0;
}
.sub-banner_section .content-wrapper .view-all:hover {
  border-color: #DF4C73;
  color: #DF4C73;
}
.sub-banner_section .content-wrapper .view-all:hover span {
  background: #DF4C73;
  box-shadow: -2px 3px 15.7px 0px rgba(223, 76, 115, 0.4196078431);
  transition: 0.3s;
}
.sub-banner_section .content-wrapper .view-all + .view-all {
  margin-top: 25px;
}
@media (min-width: 768px) {
  .sub-banner_section .content-wrapper .view-all + .view-all {
    margin-top: 0;
  }
}

.our-services_section .title-section {
  position: relative;
  margin-bottom: 30px;
  text-align: left;
  font-size: 26px;
  font-weight: 700;
  line-height: 24.88px;
  letter-spacing: -0.02em;
  margin-left: 0;
  margin-right: -20px;
}
@media (min-width: 1200px) {
  .our-services_section .title-section {
    font-size: 45px;
    font-weight: 700;
    line-height: 67.5px;
    letter-spacing: -0.02em;
    text-align: left;
    margin-left: 0;
    margin-right: 0;
  }
}
.our-services_section .title-section span {
  padding-right: 20px;
  padding-left: 0;
  position: relative;
  background: #fff;
  font-size: 26px;
  line-height: 24.88px;
  letter-spacing: -0.02em;
  text-align: center;
  z-index: 2;
  font-weight: 700;
}
@media (min-width: 768px) {
  .our-services_section .title-section span {
    font-size: 40px;
    line-height: 60px;
  }
}
@media (min-width: 1200px) {
  .our-services_section .title-section span {
    padding-left: 0;
    padding-right: 30px;
    font-size: 38px;
    line-height: 67.5px;
    letter-spacing: -0.02em;
    text-align: left;
  }
}
@media (min-width: 1481px) {
  .our-services_section .title-section span {
    font-size: 45px;
  }
}
.our-services_section .title-section::after {
  position: absolute;
  top: 50%;
  content: "";
  width: 100%;
  height: 2px;
  background: #000;
  left: 20px;
  z-index: 1;
}
@media (min-width: 768px) {
  .our-services_section .title-section::after {
    display: none;
  }
}

@media (min-width: 1200px) {
  .class-about .main-banner_wrapper .block-investindia-breadcrumb li {
    font-size: 12px;
  }
}
@media (min-width: 1481px) {
  .class-about .main-banner_wrapper .block-investindia-breadcrumb li {
    font-size: 13px;
  }
}

.our-services_section--wrapper {
  padding-top: 0;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .our-services_section--wrapper {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
@media (min-width: 1200px) {
  .our-services_section--wrapper {
    padding: 80px 0;
  }
}
@media (min-width: 1481px) {
  .our-services_section--wrapper {
    padding: 100px 0;
  }
}
.our-services_section--wrapper::after {
  content: "";
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
@media (min-width: 768px) {
  .our-services_section--wrapper::after {
    background: url(../image/our_services_bg.png) no-repeat 100% 0;
    background-size: 100% 100%;
  }
}
.our-services_section--wrapper .our-services_section {
  position: relative;
  z-index: 1;
  padding: 0;
}
@media Screen and (min-width: 768px) {
  .our-services_section--wrapper .our-services_section {
    padding: 0 15px;
  }
}
@media Screen and (min-width: 768px) and (max-width: 1200px) {
  .our-services_section--wrapper .our-services_section {
    padding: 0 20px;
    max-width: 100%;
  }
}
.our-services_section--wrapper .our-services_section .title-section {
  padding: 0 20px;
}
@media (min-width: 768px) {
  .our-services_section--wrapper .our-services_section .title-section {
    padding: 0;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .our-services_section--wrapper .our-services_section .title-section {
    padding: 0;
    margin-bottom: 40px;
  }
}
.our-services_section--wrapper .our-services_item--wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 12px;
}
@media (min-width: 768px) {
  .our-services_section--wrapper .our-services_item--wrapper {
    flex-direction: row;
    gap: 38px;
  }
}
.our-services_section--wrapper .our-services_item--wrapper .tab-content {
  position: relative;
  height: 302px;
  box-shadow: 16px 0px 30.9px 0px rgba(46, 87, 126, 0.168627451);
  margin-top: 20px;
}
@media (min-width: 768px) {
  .our-services_section--wrapper .our-services_item--wrapper .tab-content {
    display: none;
    height: 322px;
    margin-top: 0;
  }
}
.our-services_section--wrapper .our-services_item--wrapper .tabs {
  display: flex !important;
  gap: 15px;
  padding: 3px 20px 24px;
  justify-content: center;
  width: 100%;
  border-top: 0;
}
@media (max-width: 420px) {
  .our-services_section--wrapper .our-services_item--wrapper .tabs {
    gap: 10px;
  }
}
.our-services_section--wrapper .our-services_item--wrapper .tabs.mobile-show {
  padding-left: 0;
  padding-right: 0;
}
.our-services_section--wrapper .our-services_item--wrapper .tab {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  border: 2px solid #286FB4;
  position: relative;
  background: #fff;
  z-index: 2;
}
.our-services_section--wrapper .our-services_item--wrapper .tab img {
  width: 25px;
  height: 25px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 2;
}
.our-services_section--wrapper .our-services_item--wrapper .tab img.default-image {
  opacity: 1;
}
.our-services_section--wrapper .our-services_item--wrapper .tab img.hover-image {
  opacity: 0;
}
.our-services_section--wrapper .our-services_item--wrapper .tab::after {
  content: "";
  position: absolute;
  width: 54px;
  height: 54px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: 1;
}
.our-services_section--wrapper .our-services_item--wrapper .tab:hover::after, .our-services_section--wrapper .our-services_item--wrapper .tab.active::after {
  background: #286FB4;
}
.our-services_section--wrapper .our-services_item--wrapper .tab:hover img.default-image, .our-services_section--wrapper .our-services_item--wrapper .tab.active img.default-image {
  opacity: 0;
}
.our-services_section--wrapper .our-services_item--wrapper .tab:hover img.hover-image, .our-services_section--wrapper .our-services_item--wrapper .tab.active img.hover-image {
  opacity: 1;
}
.our-services_section--wrapper .our-services_item--wrapper .panel {
  position: absolute;
  display: flex;
  opacity: 0;
  transition: all 0.5s;
  text-align: inherit;
  top: -2px;
}
.our-services_section--wrapper .our-services_item--wrapper .panel.active {
  opacity: 1;
  transition: all 0.5s;
  z-index: 1;
}
.our-services_section--wrapper .our-services_item--wrapper .panel:first-child {
  opacity: 1;
  transition: all 0.5s;
}
.our-services_section--wrapper .our-services_item--wrapper .panel.no-visible {
  opacity: 0;
  transition: all 0.5s;
}
.our-services_section--wrapper .our-services_item--wrapper .panel .title {
  font-size: 17px;
  font-weight: 600;
  line-height: 27.06px;
  letter-spacing: -0.02em;
  text-align: center;
  padding: 8px 34px;
  background: #E2F0F9;
  display: inline-flex;
  border: 1.19px solid #BFD0E0;
  border-radius: 40px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  box-shadow: 12.73px 6.37px 24.59px 0px rgba(46, 87, 126, 0.168627451);
  text-transform: uppercase;
}
.our-services_section--wrapper .our-services_item--wrapper .panel ul {
  max-height: 240px;
  overflow: hidden auto;
}
.our-services_section--wrapper .our-services_item--wrapper .panel ul::-webkit-scrollbar-track {
  background-color: #E2F0F9;
  border-radius: 10px;
  position: relative;
  top: 20px;
}
.our-services_section--wrapper .our-services_item--wrapper .panel ul::-webkit-scrollbar {
  width: 6px;
  background-color: #E2F0F9;
  border-radius: 10px;
  position: relative;
  top: 20px;
}
.our-services_section--wrapper .our-services_item--wrapper .panel ul::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #A1BED1;
  position: relative;
  top: 20px;
}
.our-services_section--wrapper .our-services_item--wrapper .panel li {
  padding-bottom: 24px;
  padding-left: 30px;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.02em;
  text-align: left;
}
.our-services_section--wrapper .our-services_item--wrapper .panel li::after {
  position: absolute;
  left: 0;
  content: "";
  background: url(../image/red-right-arrow.png) no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.our-services_section--wrapper .our-services_item--wrapper .panel .title-wrapper {
  position: relative;
  margin-bottom: 26px;
  top: -20px;
}
@media (min-width: 768px) {
  .our-services_section--wrapper .our-services_item--wrapper .panel .title-wrapper {
    top: 0;
  }
}
.our-services_section--wrapper .our-services_item--wrapper .panel .title-wrapper:after {
  content: "";
  width: 100%;
  height: 1.5px;
  background: #BFD0E0;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.our-services_section--wrapper .our-services_item--wrapper .panel .description {
  padding: 0 20px;
  position: relative;
  top: -20px;
}
@media (min-width: 768px) {
  .our-services_section--wrapper .our-services_item--wrapper .panel .description {
    top: 0;
  }
}
.our-services_section--wrapper .our-services_item--wrapper.mobile-hide {
  display: none;
}
@media (min-width: 768px) {
  .our-services_section--wrapper .our-services_item--wrapper.mobile-hide {
    display: flex;
    gap: 38px;
  }
}
.our-services_section--wrapper .our-services_item--wrapper.mobile-show {
  display: flex !important;
}
@media (min-width: 768px) {
  .our-services_section--wrapper .our-services_item--wrapper.mobile-show {
    display: none !important;
  }
}
.our-services_section--wrapper .our-services-item {
  display: flex;
  gap: 30px;
  flex: 0 0 calc(50% - 19px);
  border: 1px solid #93B0CC;
  border-radius: 20px;
  background: #fff;
  transition: 0.5s;
  position: relative;
}
@media (min-width: 768px) {
  .our-services_section--wrapper .our-services-item {
    flex-direction: column;
    gap: 0;
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .our-services_section--wrapper .our-services-item {
    flex-direction: row;
    gap: 30px;
    padding: 12px 21px 15px;
  }
}
@media (min-width: 1481px) {
  .our-services_section--wrapper .our-services-item {
    flex-direction: row;
    gap: 30px;
    padding: 32px 26px 35px;
  }
}
.our-services_section--wrapper .our-services-item .image {
  height: auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .our-services_section--wrapper .our-services-item .image {
    width: 50px;
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (min-width: 1200px) {
  .our-services_section--wrapper .our-services-item .image {
    width: auto;
    position: static;
    transform: none;
  }
}
.our-services_section--wrapper .our-services-item .image img {
  height: auto;
  object-fit: contain;
}
.our-services_section--wrapper .our-services-item .content-wrapper {
  width: 100%;
  margin-top: 45px;
}
@media (min-width: 1200px) {
  .our-services_section--wrapper .our-services-item .content-wrapper {
    width: 100%;
    margin-top: 0;
  }
}
@media (min-width: 1481px) {
  .our-services_section--wrapper .our-services-item .content-wrapper {
    width: calc(100% - 136px);
  }
}
.our-services_section--wrapper .our-services-item .title {
  font-size: 22px;
  font-weight: 600;
  line-height: 38px;
  text-align: center;
  color: #286FB4;
  text-transform: capitalize;
}
@media (min-width: 1200px) {
  .our-services_section--wrapper .our-services-item .title {
    font-size: 23px;
    line-height: 45px;
    text-align: left;
  }
}
@media (min-width: 1481px) {
  .our-services_section--wrapper .our-services-item .title {
    font-size: 28px;
    line-height: 45px;
    text-align: left;
  }
}
.our-services_section--wrapper .our-services-item .description {
  padding-left: 15px;
  margin-bottom: 7px;
}
.our-services_section--wrapper .our-services-item .description li {
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.02em;
  text-align: left;
}
@media (min-width: 768px) {
  .our-services_section--wrapper .our-services-item .description li {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .our-services_section--wrapper .our-services-item .description li {
    font-size: 14px;
  }
}
@media (min-width: 1481px) {
  .our-services_section--wrapper .our-services-item .description li {
    font-size: 16px;
  }
}
.our-services_section--wrapper .our-services-item ul {
  list-style: none;
}
.our-services_section--wrapper .our-services-item ul li {
  position: relative;
}
.our-services_section--wrapper .our-services-item ul li::after {
  content: "";
  position: absolute;
  height: 4px;
  width: 4px;
  background: #000;
  left: -15px;
  top: 10px;
  border-radius: 50%;
}
.our-services_section--wrapper .our-services-item:hover {
  box-shadow: 0px 4px 32.5px 0px rgba(40, 111, 180, 0.2509803922);
  transition: 0.5s;
}
.our-services_section--wrapper .cta-download-btn {
  position: relative;
  display: inline-block;
  margin-top: 30px;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 1200px) {
  .our-services_section--wrapper .cta-download-btn {
    margin-top: 40px;
  }
}
.our-services_section--wrapper .cta-download-btn a {
  font-size: 15px;
  font-weight: 500;
  line-height: 22.5px;
  text-align: left;
  color: #286FB4;
  padding: 7px 68px 7px 26px;
  border: 2px solid #286FB4;
  border-radius: 50px;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .our-services_section--wrapper .cta-download-btn a {
    font-size: 18px;
    line-height: 27px;
    padding: 10px 68px 10px 26px;
  }
}
@media (min-width: 1200px) {
  .our-services_section--wrapper .cta-download-btn a {
    font-size: 16px;
    padding: 6px 54px 6px 24px;
  }
}
@media (min-width: 1481px) {
  .our-services_section--wrapper .cta-download-btn a {
    font-size: 18px;
    padding: 10px 68px 10px 26px;
  }
}
.our-services_section--wrapper .cta-download-btn a::before {
  content: "";
  background-image: url("../image/svg_icon/blue_download.svg");
  position: absolute;
  line-height: 0;
  right: -1px;
  top: -1px;
  width: 40px;
  height: 40px;
  transition: 0.3s;
  background-size: 40px 40px;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 768px) {
  .our-services_section--wrapper .cta-download-btn a::before {
    width: 50px;
    height: 50px;
    transition: 0.3s;
    background-size: 50px 50px;
  }
}
@media (min-width: 1200px) {
  .our-services_section--wrapper .cta-download-btn a::before {
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
  }
}
@media (min-width: 1481px) {
  .our-services_section--wrapper .cta-download-btn a::before {
    width: 50px;
    height: 50px;
    background-size: 50px 50px;
  }
}
.our-services_section--wrapper .cta-download-btn:hover a {
  color: #DF4C73;
  border-color: #DF4C73;
}
.our-services_section--wrapper .cta-download-btn:hover a::before {
  content: "";
  background-image: url("../image/svg_icon/red_download.svg");
  box-shadow: -2px 3px 15.7px 0px rgba(223, 76, 115, 0.4196078431);
  border-radius: 50px;
  transition: 0.3s;
  width: 40px;
  height: 40px;
  background-size: 40px 40px;
}
@media (min-width: 768px) {
  .our-services_section--wrapper .cta-download-btn:hover a::before {
    width: 50px;
    height: 50px;
    transition: 0.3s;
    background-size: 50px 50px;
  }
}
@media (min-width: 1200px) {
  .our-services_section--wrapper .cta-download-btn:hover a::before {
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
  }
}
@media (min-width: 1481px) {
  .our-services_section--wrapper .cta-download-btn:hover a::before {
    width: 50px;
    height: 50px;
    background-size: 50px 50px;
  }
}

.page-node-type-about-us .our-services_section--wrapper .title-section {
  margin-bottom: 30px;
}
.page-node-type-about-us .our-services_section--wrapper::after {
  content: none;
}
.page-node-type-about-us .our-services_section--wrapper .cta-download-btn {
  margin-top: 30px;
}
@media (min-width: 1200px) {
  .page-node-type-about-us .our-services_section--wrapper .cta-download-btn {
    margin-top: 50px;
  }
}

.initiatives_section--wrapper {
  padding-top: 0;
}
@media (min-width: 768px) {
  .initiatives_section--wrapper {
    padding-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .initiatives_section--wrapper {
    padding-bottom: 100px;
  }
}
.initiatives_section--wrapper .initiatives-inner {
  max-width: 100%;
}
.initiatives_section--wrapper .initiatives-section {
  padding: 0;
}
@media (min-width: 1200px) {
  .initiatives_section--wrapper .initiatives-section {
    padding: 0 15px;
  }
}

.initiatives-items_wrapper {
  display: flex;
  gap: 50px;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .initiatives-items_wrapper {
    flex-direction: row;
    gap: 45px;
  }
}
@media (min-width: 1481px) {
  .initiatives-items_wrapper {
    gap: 55px;
  }
}

.initiatives-content_wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 0 20px;
}
@media (min-width: 1200px) {
  .initiatives-content_wrapper {
    width: calc(100% - 335px);
    padding: 0;
  }
}
@media (min-width: 1481px) {
  .initiatives-content_wrapper {
    width: calc(100% - 408px);
  }
}
.initiatives-content_wrapper .title-section {
  position: relative;
  margin-bottom: 30px;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  line-height: 24.88px;
  letter-spacing: -0.02em;
  margin-left: -20px;
  margin-right: -20px;
}
@media (min-width: 1200px) {
  .initiatives-content_wrapper .title-section {
    font-size: 45px;
    font-weight: 700;
    line-height: 67.5px;
    letter-spacing: -0.02em;
    text-align: left;
    margin-left: 0;
    margin-right: 0;
  }
}
.initiatives-content_wrapper .title-section span {
  padding-right: 20px;
  padding-left: 20px;
  position: relative;
  background: #fff;
  font-size: 26px;
  line-height: 24.88px;
  letter-spacing: -0.02em;
  text-align: center;
  z-index: 2;
  font-weight: 700;
}
@media (min-width: 768px) {
  .initiatives-content_wrapper .title-section span {
    font-size: 40px;
    line-height: 60px;
  }
}
@media (min-width: 1200px) {
  .initiatives-content_wrapper .title-section span {
    padding-left: 0;
    padding-right: 16px;
    font-size: 38px;
    line-height: 67.5px;
    letter-spacing: -0.02em;
    text-align: left;
  }
}
@media (min-width: 1481px) {
  .initiatives-content_wrapper .title-section span {
    font-size: 45px;
    padding-right: 20px;
  }
}
.initiatives-content_wrapper .title-section::after {
  position: absolute;
  top: 50%;
  content: "";
  width: 100%;
  height: 2px;
  background: #000;
  left: 0;
  z-index: 1;
}
@media (min-width: 1200px) {
  .initiatives-content_wrapper .title-section::after {
    height: 2px;
  }
}

.initiatives-banner_wrapper {
  padding: 0 20px;
}
@media (min-width: 768px) {
  .initiatives-banner_wrapper {
    padding: 0 15px;
  }
}

.initiatives-content {
  height: 576px;
  padding: 40px 24px 30px;
  border-radius: 20px;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1490196078);
}
@media (min-width: 768px) {
  .initiatives-content {
    height: 552px;
  }
}
@media (min-width: 1200px) {
  .initiatives-content {
    height: 345px;
    padding: 25px 25px 0 17px;
  }
}
@media (min-width: 1481px) {
  .initiatives-content {
    padding: 36px 30px 0 17px;
    height: 420px;
  }
}
.initiatives-content .image {
  width: 180px;
  margin: 0 auto;
  min-width: 180px;
}
@media (min-width: 1200px) {
  .initiatives-content .image {
    padding: 40px 20px;
    margin: 0;
    width: 210px;
    min-width: 210px;
  }
}
@media (min-width: 1481px) {
  .initiatives-content .image {
    width: 257px;
    min-width: 257px;
  }
}
.initiatives-content .image img {
  object-fit: contain;
}
.initiatives-content .content-wrapper {
  width: 100%;
  position: relative;
  min-height: 260px;
  height: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .initiatives-content .content-wrapper {
    min-height: 250px;
  }
}
@media (min-width: 1200px) {
  .initiatives-content .content-wrapper {
    padding-top: 0;
    min-height: 250px;
    text-align: left;
  }
}
.initiatives-content .content-wrapper.video-is-there .description {
  -webkit-line-clamp: 3;
}
@media (min-width: 768px) {
  .initiatives-content .content-wrapper.video-is-there .description {
    -webkit-line-clamp: 3;
  }
}
@media (min-width: 1200px) {
  .initiatives-content .content-wrapper.video-is-there .description {
    -webkit-line-clamp: 6;
  }
}
.initiatives-content .content-wrapper .description p {
  line-height: 1.5;
}
.initiatives-content .title {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  position: relative;
  text-transform: uppercase;
  display: inline-block;
}
@media (min-width: 1200px) {
  .initiatives-content .title {
    text-align: left;
    font-size: 16px;
  }
}
@media (min-width: 1481px) {
  .initiatives-content .title {
    font-size: 18px;
  }
}
.initiatives-content .title::after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #DF4C73;
  position: absolute;
  left: 50%;
  bottom: -15px;
  transform: translateX(-50%);
}
@media (min-width: 1200px) {
  .initiatives-content .title::after {
    left: 0;
    transform: none;
    bottom: -13px;
  }
}
@media (min-width: 1481px) {
  .initiatives-content .title::after {
    bottom: -15px;
  }
}
.initiatives-content .description {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  color: #2E3A45;
  margin-top: 25px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6; /* Number of lines to show */
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 10em;
}
@media (min-width: 1200px) {
  .initiatives-content .description {
    text-align: left;
    -webkit-line-clamp: 6; /* Number of lines to show */
    max-height: 12em;
    margin-top: 24px;
    font-size: 13px;
  }
}
@media (min-width: 1481px) {
  .initiatives-content .description {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1281px) {
  .initiatives-content .description {
    -webkit-line-clamp: 5;
  }
}
.initiatives-content .link {
  position: absolute;
  bottom: 23px;
  z-index: 1;
  transition: all 0.2s;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 1200px) {
  .initiatives-content .link {
    left: 0;
    transform: none;
    bottom: 50px;
  }
}
@media (min-width: 1481px) {
  .initiatives-content .link {
    bottom: 23px;
  }
}
.initiatives-content .link a {
  color: #2B3840;
  font-size: 16px;
  font-weight: 500;
  line-height: 12.39px;
  position: relative;
}
@media (min-width: 1200px) {
  .initiatives-content .link a {
    font-size: 14px;
  }
}
@media (min-width: 1481px) {
  .initiatives-content .link a {
    font-size: 16px;
  }
}
.initiatives-content .link a::after {
  content: url(../image/svg_icon/black-arrow.svg);
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  line-height: 1;
  z-index: 3;
  width: 0;
  transition: all 0.2s;
  right: -3px;
}
.initiatives-content .link:hover {
  bottom: 33px;
  transition: all 0.2s;
}
@media (min-width: 1200px) {
  .initiatives-content .link:hover {
    bottom: 60px;
  }
}
@media (min-width: 1481px) {
  .initiatives-content .link:hover {
    bottom: 33px;
  }
}
.initiatives-content .link:hover a {
  font-weight: 700;
}
.initiatives-content .link:hover a::after {
  width: 12px;
  transition: all 0.2s;
  right: -24px;
  width: 16px;
}
@media (min-width: 768px) {
  .initiatives-content .link:hover a::after {
    right: -30px;
    width: 24px;
  }
}
@media (min-width: 1200px) {
  .initiatives-content .link:hover a::after {
    right: -25px;
    width: 18px;
  }
}
@media (min-width: 1481px) {
  .initiatives-content .link:hover a::after {
    right: -30px;
    width: 24px;
  }
}
.initiatives-content .content-video {
  width: 230px;
  top: 20px;
  min-width: 230px;
  height: 100px;
  position: relative;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .initiatives-content .content-video {
    width: 180px;
    min-width: 180px;
    height: 85px;
    top: 15px;
  }
}
@media (min-width: 1200px) {
  .initiatives-content .content-video {
    top: 54px;
    margin: 0;
    width: 170px;
    min-width: 170px;
  }
}
@media (min-width: 1481px) {
  .initiatives-content .content-video {
    width: 260px;
    min-width: 260px;
    height: 130px;
  }
}
.initiatives-content .content-video.video-for-mobile {
  display: block;
}
@media (min-width: 1200px) {
  .initiatives-content .content-video.video-for-mobile {
    display: none;
  }
}
.initiatives-content .content-video.video-for-desktop {
  display: none;
}
@media (min-width: 1200px) {
  .initiatives-content .content-video.video-for-desktop {
    display: block;
  }
}
.initiatives-content iframe {
  width: 100%;
  height: 100%;
}
.initiatives-content .custom-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 10px;
  z-index: 2;
  cursor: pointer;
}
.initiatives-content .custom-play-button::after {
  content: url(../image/svg_icon/white-play-button.svg);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 0;
  z-index: 3;
}
.initiatives-content .thumbnail {
  position: relative;
  height: 100%;
  width: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .initiatives-content .thumbnail {
    position: absolute;
  }
}
.initiatives-content .video-popup {
  opacity: 0;
}
.initiatives-content .video-popup.show {
  opacity: 1;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.initiatives-content .tab-content {
  position: relative;
  height: 420px;
}
@media (min-width: 768px) {
  .initiatives-content .tab-content {
    height: 390px;
  }
}
@media (min-width: 1200px) {
  .initiatives-content .tab-content {
    height: 212px;
  }
}
@media (min-width: 1481px) {
  .initiatives-content .tab-content {
    height: 269px;
  }
}
.initiatives-content .tabs {
  display: flex;
  gap: 10px;
  padding: 30px 0;
  border-top: 1px solid #CDCDCD;
  width: 100%;
  overflow: scroll hidden;
}
.initiatives-content .tabs::-webkit-scrollbar {
  display: none; /* For Chrome, Safari, and Opera */
}
@media (min-width: 1024px) {
  .initiatives-content .tabs {
    height: 124px;
  }
}
@media (min-width: 1200px) {
  .initiatives-content .tabs {
    padding: 24px 0;
    height: 110px;
  }
}
@media (min-width: 1481px) {
  .initiatives-content .tabs {
    height: 116px;
  }
}
.initiatives-content .tabs .slick-slide {
  margin-right: 25px;
}
.initiatives-content .tabs .slick-arrow {
  background-repeat: no-repeat;
  height: 45px;
  width: 45px;
  background-size: contain;
  top: 78px;
}
@media (min-width: 1200px) {
  .initiatives-content .tabs .slick-arrow {
    top: 73px;
  }
}
@media only screen and (max-width: 576px) {
  .initiatives-content .tabs .slick-arrow {
    top: 45%;
  }
}
.initiatives-content .tabs .slick-arrow.slick-prev {
  left: -5px;
  background-image: url("../image/bluetheme_common/arrowleft.png");
}
.initiatives-content .tabs .slick-arrow.slick-next {
  right: -5px;
  background-image: url("../image/bluetheme_common/arrowright.png");
}
.initiatives-content .tabs .slick-arrow::before, .initiatives-content .tabs .slick-arrow::after {
  content: unset;
}
.initiatives-content .tabs.arrows-are-there.slick-slider {
  padding-left: 30px;
  padding-right: 30px;
}
.initiatives-content .in-tab {
  width: 125px;
  padding: 10px 20px;
  border-radius: 9.08px;
  min-width: 125px;
  max-width: 125px;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .initiatives-content .in-tab {
    width: 120px;
    min-width: 120px;
    max-width: 120px;
  }
}
@media (min-width: 1481px) {
  .initiatives-content .in-tab {
    width: 135px;
    min-width: 135px;
    max-width: 135px;
  }
}
.initiatives-content .in-tab img {
  transition: all 0.5s;
}
.initiatives-content .in-tab.active {
  background: #E2F0F9;
}
.initiatives-content .in-tab.active img {
  scale: 110%;
}
@media (min-width: 1200px) {
  .initiatives-content .in-tab.active img {
    scale: 125%;
  }
}
.initiatives-content .in-tab.active:hover img {
  scale: 120%;
}
@media (min-width: 1200px) {
  .initiatives-content .in-tab.active:hover img {
    scale: 140%;
  }
}
.initiatives-content .in-tab:hover img {
  scale: 120%;
  transition: all 0.5s;
}
@media (min-width: 1200px) {
  .initiatives-content .in-tab:hover img {
    scale: 140%;
  }
}
.initiatives-content .in-panel {
  position: absolute;
  display: flex;
  opacity: 0;
  transition: all 0.5s;
  flex-direction: column;
  gap: 30px;
  width: 100%;
  height: 100%;
}
@media (min-width: 1200px) {
  .initiatives-content .in-panel {
    gap: 38px;
  }
}
@media (min-width: 1200px) {
  .initiatives-content .in-panel {
    flex-direction: row;
    gap: 16px;
  }
}
@media (min-width: 1481px) {
  .initiatives-content .in-panel {
    gap: 38px;
  }
}
.initiatives-content .in-panel.active {
  opacity: 1;
  transition: all 0.5s;
}
.initiatives-content .in-panel:first-child {
  opacity: 1;
  transition: all 0.5s;
}
.initiatives-content .in-panel.no-visible {
  opacity: 0;
  transition: all 0.5s;
}

.initiatives-banner_wrapper.owl-carousel {
  width: 100%;
  position: relative;
  padding: 0 20px;
  display: block;
}
@media (min-width: 1200px) {
  .initiatives-banner_wrapper.owl-carousel {
    width: 353px;
    padding: 0;
    top: 33px;
  }
}
@media (min-width: 1200px) {
  .initiatives-banner_wrapper.owl-carousel .owl-stage-outer {
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1019607843);
  }
}
.initiatives-banner_wrapper.owl-carousel .owl-dots {
  position: absolute;
  margin-top: 0;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
}
@media (min-width: 1200px) {
  .initiatives-banner_wrapper.owl-carousel .owl-dots {
    bottom: 38px;
  }
}
.initiatives-banner_wrapper.owl-carousel .owl-dots .owl-dot.active span {
  background: #286FB4;
}
.initiatives-banner_wrapper.owl-carousel .owl-dots .owl-dot span {
  margin: 5px 3px;
}
.initiatives-banner_wrapper.owl-carousel .initiatives-banner_item {
  height: 484px;
  width: 100%;
  background-repeat: no-repeat;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  border-radius: 20px;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .initiatives-banner_wrapper.owl-carousel .initiatives-banner_item {
    margin: 0;
    width: 290px;
    height: 412px;
  }
}
@media (min-width: 1481px) {
  .initiatives-banner_wrapper.owl-carousel .initiatives-banner_item {
    width: 353px;
    height: 484px;
  }
}
.initiatives-banner_wrapper.owl-carousel .initiatives-banner_item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, #0a2797 0%, rgba(1, 16, 26, 0.77) 100%);
  border-radius: 20px;
}
.initiatives-banner_wrapper.owl-carousel .initiatives-banner_item .know-more {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 66px;
  z-index: 2;
}
.initiatives-banner_wrapper.owl-carousel .initiatives-banner_item .know-more a {
  padding: 8px 40px 8px 20px;
  margin-top: 148px;
  text-transform: uppercase;
  font-size: 12.91px;
  font-weight: 500;
  line-height: 19.36px;
  text-align: left;
}
.initiatives-banner_wrapper.owl-carousel .content-wrapper {
  padding: 72px 34px 60px;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media (min-width: 1200px) {
  .initiatives-banner_wrapper.owl-carousel .content-wrapper {
    padding: 60px 24px 60px;
  }
}
@media (min-width: 1481px) {
  .initiatives-banner_wrapper.owl-carousel .content-wrapper {
    padding: 72px 34px 60px;
  }
}
.initiatives-banner_wrapper.owl-carousel .content-wrapper .title {
  font-size: 24px;
  line-height: 39px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .initiatives-banner_wrapper.owl-carousel .content-wrapper .title {
    font-size: 26px;
  }
}
@media (min-width: 1200px) {
  .initiatives-banner_wrapper.owl-carousel .content-wrapper .title {
    font-size: 22px;
  }
}
@media (min-width: 1481px) {
  .initiatives-banner_wrapper.owl-carousel .content-wrapper .title {
    font-size: 26px;
  }
}
.initiatives-banner_wrapper.owl-carousel .content-wrapper .description {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  margin-top: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4; /* Number of lines to show */
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 6em; /* Adjust this value based on your line height */
  text-align: center;
}
@media (min-width: 1200px) {
  .initiatives-banner_wrapper.owl-carousel .content-wrapper .description {
    font-size: 14px;
  }
}
@media (min-width: 1481px) {
  .initiatives-banner_wrapper.owl-carousel .content-wrapper .description {
    font-size: 18px;
  }
}
.initiatives-banner_wrapper.owl-carousel .content-wrapper .description p {
  line-height: 24px;
}
@media (min-width: 1200px) {
  .initiatives-banner_wrapper.owl-carousel .content-wrapper .description p {
    line-height: 1.4;
  }
}
@media (min-width: 1481px) {
  .initiatives-banner_wrapper.owl-carousel .content-wrapper .description p {
    line-height: 24px;
  }
}

.testimonials-section_wrapper {
  padding-bottom: 0;
  padding-top: 0;
}
.testimonials-section_wrapper .paypal-inner {
  max-width: 100%;
  padding: 0 30px;
  height: 499px;
}
@media (min-width: 768px) {
  .testimonials-section_wrapper .paypal-inner {
    padding: 0 40px;
  }
}
@media (min-width: 1200px) {
  .testimonials-section_wrapper .paypal-inner {
    padding: 0 74px;
  }
}
.testimonials-section_wrapper .paypal-inner .demos {
  padding-top: 80px;
}
.testimonials-section_wrapper .paypal-inner .owl-dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}
.testimonials-section_wrapper .paypal-inner .owl-dots .owl-dot span {
  margin: 5px 3px;
  width: 10px;
  height: 10px;
  background: #fff;
}
@media (min-width: 768px) {
  .testimonials-section_wrapper .paypal-inner .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
  }
}
.testimonials-section_wrapper .paypal-inner .owl-dots .owl-dot.active span {
  background: #286FB4;
}
.testimonials-section_wrapper .paypal-inner .owl-stage,
.testimonials-section_wrapper .paypal-inner .owl-item {
  height: 100%;
}
.testimonials-section_wrapper .paypal-main {
  padding: 0;
}
.testimonials-section_wrapper .quotest span {
  padding-left: 50px;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .testimonials-section_wrapper .quotest span {
    padding-left: 70px;
  }
}
.testimonials-section_wrapper .quotest span::before {
  content: "";
  background: url("../image/svg_icon/quotes.svg") left center no-repeat;
  background-size: 37px 27px;
  position: absolute;
  line-height: 0;
  left: 7px;
  top: 5px;
  width: 50px;
}
.testimonials-section_wrapper .quotest h5 {
  position: relative;
  top: 10px;
  left: -20px;
}
@media (min-width: 768px) {
  .testimonials-section_wrapper .quotest h5 {
    left: 0;
  }
}
.testimonials-section_wrapper .quotest img {
  max-width: 100%;
}
.testimonials-section_wrapper .quotest img {
  max-width: 100%;
}
.testimonials-section_wrapper .review-main {
  flex-direction: column;
}
.testimonials-section_wrapper .review-text-wrapper {
  display: flex;
}
.testimonials-section_wrapper .review-text {
  position: relative;
  top: 8px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .testimonials-section_wrapper .review-text {
    padding-left: 18px;
    padding-right: 40px;
  }
}
.testimonials-section_wrapper .review-text h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 10em;
  min-height: auto;
}
@media (min-width: 768px) {
  .testimonials-section_wrapper .review-text h4 {
    font-size: 26px;
    line-height: 40px;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 10em;
  }
}
.testimonials-section_wrapper .review-author {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 62px;
  color: #fff;
  width: 100%;
}
@media (min-width: 768px) {
  .testimonials-section_wrapper .review-author {
    left: 202px;
    transform: none;
    bottom: 90px;
    max-width: 320px;
  }
}
@media (min-width: 1200px) {
  .testimonials-section_wrapper .review-author {
    max-width: 360px;
  }
}
@media (min-width: 1481px) {
  .testimonials-section_wrapper .review-author {
    max-width: 400px;
  }
}
.testimonials-section_wrapper .review-author span {
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  text-align: center;
  padding-top: 64px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .testimonials-section_wrapper .review-author span {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    text-align: left;
    padding-top: 64px;
  }
}
.testimonials-section_wrapper .review-author p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .testimonials-section_wrapper .review-author p {
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    padding-left: 10px;
  }
}
.testimonials-section_wrapper .quotest {
  padding-top: 0;
}
.testimonials-section_wrapper .quotest .mobile-show .review-img {
  position: relative;
  top: 8px;
}
.testimonials-section_wrapper .quotest .mobile-show .review-img img {
  width: 80px !important;
  height: 80px;
  margin: 0;
}
@media (min-width: 768px) {
  .testimonials-section_wrapper .quotest .mobile-show .review-img img {
    width: 194px !important;
    height: 194px;
  }
}
.testimonials-section_wrapper .review-img {
  position: relative;
  top: 8px;
}
.testimonials-section_wrapper .review-img img {
  width: 80px !important;
  height: 80px;
  margin: 0;
}
@media (min-width: 768px) {
  .testimonials-section_wrapper .review-img img {
    width: 194px !important;
    height: 194px;
  }
}
.testimonials-section_wrapper #demos {
  padding-bottom: 0;
  padding-top: 32px;
}
@media (min-width: 768px) {
  .testimonials-section_wrapper #demos {
    padding-top: 70px;
  }
}
.testimonials-section_wrapper #demos,
.testimonials-section_wrapper .row,
.testimonials-section_wrapper .columns,
.testimonials-section_wrapper #paypal,
.testimonials-section_wrapper .owl-stage-outer {
  height: 100%;
}

.meet-our-team_section--wrapper {
  padding-top: 50px;
  padding-bottom: 70px;
}
.meet-our-team_section--wrapper .meet-inner {
  max-width: 100%;
  padding: 0;
}
@media (min-width: 1200px) {
  .meet-our-team_section--wrapper .meet-inner {
    padding-top: 27px;
  }
}

.meet-our-team_section {
  padding: 0;
}
@media (min-width: 1200px) {
  .meet-our-team_section {
    padding: 0 15px;
  }
}
.meet-our-team_section input {
  display: none;
}
.meet-our-team_section .tabs {
  display: flex;
  overflow: hidden;
  white-space: nowrap;
  justify-content: space-between;
  padding: 0;
  border: 0;
  padding: 20px 0;
}
@media (min-width: 768px) {
  .meet-our-team_section .tabs {
    padding: 15px 0px;
  }
}
.meet-our-team_section .tabs .tabs-inr {
  margin-top: 8px;
}
.meet-our-team_section .tabs .title {
  font-weight: 700;
  font-size: 40px;
  color: #286FB4;
  background: #fff;
  padding-left: 0;
  position: relative;
  z-index: 9;
  text-transform: uppercase;
  width: 100%;
}
.meet-our-team_section .tabs .title::after {
  position: absolute;
  top: 50%;
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  left: 0;
  z-index: 0;
}
.meet-our-team_section .tabs .title span {
  display: inline-block;
  padding-right: 20px;
  background: #fff;
  position: relative;
  z-index: 2;
}
.meet-our-team_section .tabs-item {
  margin-top: 10px;
}
.meet-our-team_section .tabs-item .tab {
  display: inline-block;
  padding: 12px;
  border-radius: 31.56px;
  border: 1px solid #DF4C73;
  margin-left: 16px;
  font-size: 14px;
  font-weight: 600;
  line-height: 16.41px;
  color: #DF4C73;
  text-transform: uppercase;
  height: 45px;
  width: 173px;
  text-align: center;
  cursor: pointer;
}
.meet-our-team_section .tabs-item .tab#one-tab {
  width: 186px;
  margin-left: 43px;
}
.meet-our-team_section .tabs-item .tab.active {
  background: #DF4C73;
  color: #fff;
}
.meet-our-team_section .meet-ul {
  display: flex;
  gap: 60px;
  flex-wrap: wrap;
  padding-top: 0px;
}
@media (min-width: 1200px) {
  .meet-our-team_section .meet-ul {
    padding-top: 22px;
  }
}
.meet-our-team_section .meet-ul li {
  width: calc(100% - 112px);
  margin: 0;
}
@media (min-width: 768px) {
  .meet-our-team_section .meet-ul li {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .meet-our-team_section .meet-ul li {
    width: calc(33.33% - 40px);
  }
}
.meet-our-team_section .meet-ul .meet-img {
  background: #D9D9D9;
  height: 285px;
  position: relative;
}
.meet-our-team_section .meet-ul .meet-img img {
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
}
.meet-our-team_section .meet-ul .meet-tab-inner {
  position: relative;
}
.meet-our-team_section .meet-slider li {
  width: calc(100% - 112px);
  margin: 0;
}
@media (min-width: 768px) {
  .meet-our-team_section .meet-slider li {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .meet-our-team_section .meet-slider li {
    width: calc(33.33% - 40px);
  }
}
.meet-our-team_section .meet-slider .meet-img {
  background: #D9D9D9;
  height: 285px;
  position: relative;
}
.meet-our-team_section .meet-slider .meet-img img {
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
}
.meet-our-team_section .meet-slider .meet-tab-inner {
  position: relative;
}
.meet-our-team_section .meet-slider li {
  width: 100%;
}
.meet-our-team_section .panel {
  display: none;
  transition: all 0.5s;
}
.meet-our-team_section .panel.active {
  display: block;
  transition: all 0.5s;
}
.meet-our-team_section .meet-tab #one-panel {
  position: relative;
  max-width: calc(100% - 114px);
  margin: 0 auto;
}
@media (min-width: 768px) {
  .meet-our-team_section .meet-tab #one-panel {
    max-width: 640px;
  }
}
@media (min-width: 1200px) {
  .meet-our-team_section .meet-tab #one-panel {
    max-width: 100%;
  }
}
.meet-our-team_section .meet-tab #one-panel .meet-img img {
  max-height: 100%;
}
.meet-our-team_section #two-panel .meet-tab-inner {
  position: relative;
}
.meet-our-team_section #two-panel .meet-img {
  width: 278px;
  height: 278px;
  background: #fff;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
@media (max-width: 400px) {
  .meet-our-team_section #two-panel .meet-img {
    width: 240px;
    height: 240px;
  }
}
@media (min-width: 768px) {
  .meet-our-team_section #two-panel .meet-img {
    width: 250px;
    height: 250px;
  }
}
@media (min-width: 1200px) {
  .meet-our-team_section #two-panel .meet-img {
    width: 278px;
    height: 278px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 768px) {
  .meet-our-team_section #two-panel .meet-img {
    width: 230px;
    height: 230px;
  }
}
.meet-our-team_section #two-panel .meet-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  max-width: 100%;
  max-height: 100%;
}
.meet-our-team_section #two-panel .panel-to .meet-tab-inner {
  position: relative;
  height: 313px;
  width: 880px;
}
@media (min-width: 768px) {
  .meet-our-team_section #two-panel .panel-to .meet-tab-inner {
    width: calc(100% - 30px);
  }
}
@media (min-width: 1200px) {
  .meet-our-team_section #two-panel .panel-to .meet-tab-inner {
    width: 880px;
    position: relative;
    top: -50px;
  }
}
.meet-our-team_section #two-panel .panel-to .meet-let-text {
  display: flex;
  gap: 286px;
  top: 190px;
  position: relative;
}
@media (min-width: 768px) {
  .meet-our-team_section #two-panel .panel-to .meet-let-text {
    gap: 250px;
  }
}
@media (min-width: 1200px) {
  .meet-our-team_section #two-panel .panel-to .meet-let-text {
    gap: 286px;
  }
}
.meet-our-team_section #two-panel .panel-to .meet-let-text::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #DF4C73;
}
.meet-our-team_section #two-panel .panel-to .meet-let-text,
.meet-our-team_section #two-panel .panel-to .meet-text {
  padding-top: 0;
}
.meet-our-team_section #two-panel .panel-to li {
  margin-right: 0;
}
.meet-our-team_section #two-panel .panel-to li::after {
  content: none;
}
.meet-our-team_section #two-panel .meet-text {
  text-align: center;
  padding: 0 40px;
}
@media (min-width: 768px) {
  .meet-our-team_section #two-panel .meet-text {
    padding: 0;
  }
}
.meet-our-team_section #two-panel .meet-let-text h4, .meet-our-team_section #two-panel .meet-let-text p {
  text-align: center;
  flex: 1;
  position: relative;
}
.meet-our-team_section #two-panel .meet-let-text h4 {
  font-size: 35px;
  font-weight: 700;
  line-height: 52.5px;
  text-align: left;
  top: -50px;
}
@media (min-width: 768px) {
  .meet-our-team_section #two-panel .meet-let-text h4 {
    font-size: 30px;
    line-height: 48px;
  }
}
@media (min-width: 1200px) {
  .meet-our-team_section #two-panel .meet-let-text h4 {
    font-size: 35px;
    font-weight: 700;
    line-height: 52.5px;
  }
}
.meet-our-team_section #two-panel .meet-let-text p {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-align: right;
  top: -35px;
}
@media (min-width: 768px) {
  .meet-our-team_section #two-panel .panel-two-meet .meet-tab-inner .meet-img {
    width: 210px;
    height: 210px;
  }
}
@media (min-width: 1200px) {
  .meet-our-team_section #two-panel .panel-two-meet .meet-tab-inner .meet-img {
    width: 278px;
    height: 278px;
  }
}
@media (min-width: 1200px) and (max-width: 1480px) {
  .meet-our-team_section #two-panel .panel-two-meet .meet-tab-inner .meet-img {
    width: 250px;
    height: 250px;
  }
}
@media (min-width: 768px) {
  .meet-our-team_section #two-panel .meet-text h4 {
    height: 83px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.meet-our-team_section .meet-text h4 {
  font-size: 22px;
  font-weight: 700;
  line-height: 35.1px;
  color: #222222;
  padding-bottom: 0;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .meet-our-team_section .meet-text h4 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 1200px) {
  .meet-our-team_section .meet-text h4 {
    font-size: 19px;
    line-height: 35.1px;
    margin-bottom: 4px;
  }
}
@media (min-width: 1481px) {
  .meet-our-team_section .meet-text h4 {
    font-size: 23.4px;
    margin-bottom: 10px;
  }
}
.meet-our-team_section .meet-text p {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #676767;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .meet-our-team_section .meet-text p {
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .meet-our-team_section .meet-text p {
    font-size: 13px;
  }
}
@media (min-width: 1481px) {
  .meet-our-team_section .meet-text p {
    font-size: 16px;
  }
}
.meet-our-team_section ul.panel-to {
  display: none;
}
@media (min-width: 1200px) {
  .meet-our-team_section ul.panel-to {
    display: block;
  }
}
.meet-our-team_section ul.panel-two-meet {
  display: none;
  gap: 70px;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 1200px) {
  .meet-our-team_section ul.panel-two-meet {
    gap: 70px;
    display: flex;
  }
}
@media (min-width: 1200px) and (max-width: 1480px) {
  .meet-our-team_section ul.panel-two-meet {
    gap: 54px;
  }
}
.meet-our-team_section ul.panel-two-meet li {
  width: 100%;
  margin: 0 !important;
}
@media (min-width: 768px) {
  .meet-our-team_section ul.panel-two-meet li {
    width: calc(33% - 20px);
  }
}
@media (min-width: 1200px) {
  .meet-our-team_section ul.panel-two-meet li {
    width: calc(25% - 57.5px);
  }
}
.meet-our-team_section .meet-tab .tabs {
  padding: 0 0 30px;
}
@media (min-width: 1200px) {
  .meet-our-team_section .meet-tab .tabs {
    padding: 0;
  }
}
@media (min-width: 1481px) {
  .meet-our-team_section .meet-tab .tabs {
    padding: 0 0 30px;
  }
}
.meet-our-team_section .meet-tab .tabs h2 {
  text-align: center;
}
@media (min-width: 1200px) {
  .meet-our-team_section .meet-tab .tabs h2 {
    text-align: left;
  }
}
.meet-our-team_section .meet-tab .tabs h2 span {
  font-size: 26px;
  font-weight: 700;
  line-height: 24.88px;
  letter-spacing: -0.02em;
  text-align: center;
  padding: 0 20px;
  text-transform: capitalize;
}
@media (min-width: 768px) {
  .meet-our-team_section .meet-tab .tabs h2 span {
    font-size: 40px;
    line-height: 60px;
  }
}
@media (min-width: 1200px) {
  .meet-our-team_section .meet-tab .tabs h2 span {
    font-size: 38px;
    font-weight: 700;
    line-height: 67.5px;
    letter-spacing: -0.02em;
    text-align: left;
    padding-left: 0;
  }
}
@media (min-width: 1481px) {
  .meet-our-team_section .meet-tab .tabs h2 span {
    font-size: 45px;
  }
}
.meet-our-team_section .meet-tab .tabs h2::after {
  height: 2px;
}
@media (min-width: 1200px) {
  .meet-our-team_section .meet-tab .tabs h2::after {
    height: 2px;
  }
}
@media (min-width: 1200px) {
  .meet-our-team_section .meet-tab .tab {
    font-size: 13px;
    padding: 7px 16px;
  }
}
@media (min-width: 1481px) {
  .meet-our-team_section .meet-tab .tab {
    font-size: 16px;
    padding: 10px 20px;
  }
}
.meet-our-team_section #one:checked ~ .tabs #one-tab, .meet-our-team_section #two:checked ~ .tabs #two-tab {
  box-shadow: 0px 6px 7.4px 0px rgba(223, 76, 115, 0.5019607843);
}

.meet-our-team_section .custom-owl-prev,
.meet-our-team_section .custom-owl-next {
  position: absolute;
  top: calc(50% - 40px);
  transform: translateY(-50%);
  background: #DF4C73;
  height: 40px;
  width: 40px;
  border: 2px solid #fff;
  border-radius: 50%;
  z-index: 1;
  box-shadow: 0px 4px 15.7px rgba(223, 76, 115, 0.42);
  cursor: pointer;
}
.meet-our-team_section .custom-owl-prev.disabled,
.meet-our-team_section .custom-owl-next.disabled {
  background: #D9D9D9;
  box-shadow: 0px 4px 15.7px #D9D9D9;
  cursor: not-allowed;
}
@media (min-width: 1200px) {
  .meet-our-team_section .custom-owl-prev,
  .meet-our-team_section .custom-owl-next {
    display: none;
  }
}
.meet-our-team_section .custom-owl-prev::before,
.meet-our-team_section .custom-owl-next::before {
  content: url("../image/svg_icon/angle-down.svg");
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 0;
}
.meet-our-team_section .custom-owl-prev.disabled,
.meet-our-team_section .custom-owl-next.disabled {
  background: #D9D9D9;
  box-shadow: 0px 4px 15.7px #D9D9D9;
  cursor: not-allowed;
}
.meet-our-team_section .custom-owl-prev {
  left: -50px;
}
@media (min-width: 768px) {
  .meet-our-team_section .custom-owl-prev {
    left: -50px;
  }
}
.meet-our-team_section .custom-owl-prev::before {
  transform: translate(-50%, -50%) rotate(180deg);
}
.meet-our-team_section .custom-owl-next {
  right: -50px;
}
@media (min-width: 768px) {
  .meet-our-team_section .custom-owl-next {
    right: -50px;
  }
}
.meet-our-team_section .panel-two-metslider .custom-owl-prev {
  left: 10px;
}
@media (min-width: 768px) {
  .meet-our-team_section .panel-two-metslider .custom-owl-prev {
    left: -50px;
  }
}
.meet-our-team_section .panel-two-metslider .custom-owl-prev::before {
  transform: translate(-50%, -50%) rotate(180deg);
}
.meet-our-team_section .panel-two-metslider .custom-owl-next {
  right: 10px;
}
@media (min-width: 768px) {
  .meet-our-team_section .panel-two-metslider .custom-owl-next {
    right: -50px;
  }
}
.meet-our-team_section .owl-dots {
  display: none !important;
}
.meet-our-team_section #one-panel .meet-ul {
  display: none;
}
@media (min-width: 1200px) {
  .meet-our-team_section #one-panel .meet-ul {
    display: flex;
  }
}
.meet-our-team_section #one-panel .meet-slider {
  display: flex;
}
@media (min-width: 1200px) {
  .meet-our-team_section #one-panel .meet-slider {
    display: none;
  }
}

.panel-two-metslider .owl-dots,
.panel-two-metslider .owl-nav {
  display: none !important;
}

.meet-ul.owl-carousel .owl-nav,
.meet-ul.owl-carousel,
.meet-slider.owl-carousel .owl-nav {
  display: none !important;
}

.meet-our-team_section .panel-two-metslider {
  padding: 0;
  max-width: 100%;
}
@media (min-width: 768px) {
  .meet-our-team_section .panel-two-metslider {
    max-width: 640px;
    margin: 0 auto;
    display: block;
  }
}
@media (min-width: 1200px) {
  .meet-our-team_section .panel-two-metslider {
    max-width: 100%;
  }
}
.meet-our-team_section .panel-two-metslider #demos {
  padding: 0;
}
.meet-our-team_section .panel-two-metslider #demos #panel-two-metslider .owl-nav.disabled {
  display: none !important;
}
@media (min-width: 1200px) {
  .meet-our-team_section .panel-two-metslider {
    display: none !important;
  }
}

.only-for-mobile {
  display: block;
}
@media (min-width: 1200px) {
  .only-for-mobile {
    display: none !important;
  }
}
/*# sourceMappingURL=about-us-new.css.map */

/*Our services*/
.our-services_section--wrapper .our-services_section .container {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.our-services_section--wrapper .our-services_section .our-services_row {
  min-height: 345px;
}

.our-services_section--wrapper .our-services_section .cta-row .cta-download-btn {
  margin-top: 10px;
}

.our-services_section--wrapper .our-services_section .container .card {
  width: 260px;
  cursor: pointer;
  overflow: hidden;
  border-radius: 20px;
  margin: 0 10px;
  display: flex;
  align-items: flex-start;
  transition: .6s cubic-bezier(.28, -0.03, 0, .99);
  background: #fff;
  height: 296px;
  overflow: hidden;
}

.our-services_section--wrapper .our-services_section .container .card>.content {
  width: 100%;
  position: relative;
}

.our-services_section--wrapper .our-services_section .container .card>.content .zoom-icon {
  position: absolute;
  right: 7px;
  top: 10px;
  width: 29px;
  z-index: 1;

}

.our-services_section--wrapper .our-services_section .container .card>.content .zoom-icon .default-icon {
  width: 85%;
  max-width: 85%;
  transition: all 0.9s;

}

.our-services_section--wrapper .our-services_section .container .card:hover>.content .zoom-icon .default-icon {
  opacity: 0;
}

.our-services_section--wrapper .our-services_section .container .card>.content>.row {
  color: white;
  display: flex;
  flex-wrap: nowrap;
}

.our-services_section--wrapper .our-services_section .container .card>.content>.row>.icon {
  border-radius: 50%;
  width: 81px;
  height: 81px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 15px auto 0;
  position: relative;
}

.our-services_section--wrapper .our-services_section .container .card>.content>.row>.icon>.default-icon-hover {
  position: absolute;
  left: 50px;
  top: 5px;
  transform: translatex(62%);
  transition: all 0.9s;

}

.our-services_section--wrapper .our-services_section .container .card>.content>.row>.description {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  overflow: hidden;
  height: 116px;
  padding: 10px;
  align-items: flex-start;
  margin-bottom: 20px;
  width: 100%;
  /* opacity: 0; */
  transform: translateY(10px);
  transition: all .3s ease;

}

.our-services_section--wrapper .our-services_section .container .card>.content>.row>.description p {
  color: #b0b0ba;
  padding-top: 5px;
}

.our-services_section--wrapper .our-services_section .container .card>.content>.row {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  align-items: flex-start;
  flex-direction: column;
}

.our-services_section--wrapper .our-services_section .container .card>.content>.row>.description {

  width: 100%;
}

.our-services_section--wrapper .our-services_section .container .card>.content>.row .title {
  width: 100%;
  min-height: 60px;
  /* transform: translateY(10px);
 transition-delay: .3s; */
  transition: all .3s ease;
}

.our-services_section--wrapper .our-services_section .container .card>.content>.row .title h2 {
  color: #286FB4;
  font-weight: 600;
  font-size: 22px;
  line-height: 31px;
  font-family: "Poppins", sans-serif;
  padding: 0px 20px;
  text-align: center;
  margin: 0px;
  text-transform: capitalize;
  position: absolute;
  top: 106px;
  left: 0px;
  width: 100%;
  transition: all .5s ease-in-out;
}

.our-services_section--wrapper .our-services_section .container .card>.content>.row>.description ul {
  display: block;
  padding: 10px 10px 0px 20px;
  margin: 0;
  overflow: hidden;
  height: 90px;
}

.our-services_section--wrapper .our-services_section .container .card>.content>.row>.description ul li {
  font-size: 14px;
  font-weight: 300;
  color: #2E3A45;
  line-height: 20px;
  word-spacing: 0;
  font-family: "Poppins", sans-serif;
  list-style-type: none;
  /* overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; */
  position: relative;
  padding-left: 12px;
}

.our-services_section--wrapper .our-services_section .container .card>.content>.row>.description ul li::after {
  content: "";
  position: absolute;
  height: 4px;
  width: 4px;
  background: #000;
  left: 0px;
  top: 10px;
  border-radius: 50%;
}

.our-services_section--wrapper .our-services_section .container .card:hover>.content>.row>.description ul li::after {
  background: #ffffff;

}


.our-services_section--wrapper .our-services_section .container input:checked+label,
.our-services_section--wrapper .our-services_section .container .card:hover {
  width: 600px;
}

.our-services_section--wrapper .our-services_section .container input:checked+label .content .row,
.our-services_section--wrapper .our-services_section .container .card:hover .content .row {
  flex-direction: row;
  padding: 20px 20px 10px;
  flex-wrap: wrap;

}


.our-services_section--wrapper .our-services_section .container input:checked+label .description,
.our-services_section--wrapper .our-services_section .container .card:hover .content .row .description {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

.our-services_section--wrapper .our-services_section .container .card[for="c1"] {
  border: 1px solid #93B0CC;
}

.our-services_section--wrapper .our-services_section .container .card[for="c2"] {
  border: 1px solid #93B0CC;
}

.our-services_section--wrapper .our-services_section .container .card[for="c3"] {
  border: 1px solid #93B0CC;
}

.our-services_section--wrapper .our-services_section .container .card[for="c4"] {
  border: 1px solid #93B0CC;
}

.our-services_section--wrapper .our-services_section .container .card[for="c5"] {
  border: 1px solid #93B0CC;
}

/****hover effect css***/
.our-services_section--wrapper .our-services_section .container input:checked+label.card>.content .zoom-icon,
.our-services_section--wrapper .our-services_section .container .card:hover .content .zoom-icon {
  /* opacity: 0; */

}

.our-services_section--wrapper .our-services_section .container input:checked+label.card,
.our-services_section--wrapper .our-services_section .container .card:hover {
  background-color: #286FB4;
  height: 296px;
  overflow: hidden;
}

.our-services_section--wrapper .our-services_section .container input:checked+label .content .row>.icon,
.our-services_section--wrapper .our-services_section .container .card:hover .content .row>.icon {
  margin: 0px auto 0;
}

.our-services_section--wrapper .our-services_section .container input:checked+label .content .row>.icon>.default-icon,
.our-services_section--wrapper .our-services_section .container .card:hover .content .row>.icon>.default-icon {
  transform: translatex(0%);
  left: 0px;
  transition: all 0.9s;
  opacity: 0;
}

.our-services_section--wrapper .our-services_section .container input:checked+label .content .row .title,
.our-services_section--wrapper .our-services_section .container .card:hover .content .row .title {
  width: 80%;
  min-height: 40px;
  padding: 5px 5px 5px 0px;
  /* transform: translateY(10px);
  transition-delay: .6s;
  transition: all .6s ease; */
}

.our-services_section--wrapper .our-services_section .container input:checked+label .content .row>.title h2,
.our-services_section--wrapper .our-services_section .container .card:hover .content .row>.title h2 {
  color: #ffffff;
  text-align: left;
  padding: 0px 0px 0 0;
  top: 41px;
  left: 110px;
  width: 74%;
}

.our-services_section--wrapper .our-services_section .container input:checked+label .content .row>.description ul,
.our-services_section--wrapper .our-services_section .container .card:hover .content .row>.description ul {
  overflow: inherit;
  /* height: 231px; */
  padding: 0px 10px 0px 8px;

}

.our-services_section--wrapper .our-services_section .container input:checked+label .content .row>.description ul li,
.our-services_section--wrapper .our-services_section .container .card:hover .content .row>.description ul li {
  font-size: 14px;
  font-weight: 300;
  color: #ffffff;
  line-height: 24px;
  word-spacing: -2px;
  list-style: circle;
  overflow: inherit;
  text-overflow: inherit;
  display: inherit;
  -webkit-line-clamp: inherit;
  -webkit-box-orient: inherit;

}

.our-services_section--wrapper .our-services_section .container input:checked+label .content .row>.description ul li::marker {
  color: #fff;
  border-radius: 100%;
}

.our-services_section--wrapper .our-services_section .container input:checked+label .content .row>.description,
.our-services_section--wrapper .our-services_section .container .card:hover .content .row>.description {
  height: 163px;
  padding: 0px 10px 0;
}

.our-services_section--wrapper .our-services_section .container input:checked+label.card.hover-group-1-2 {
  margin-right: -37px;
  position: relative;
  z-index: 15;
}

.our-services_section--wrapper .our-services_section .container input:checked+label.card.hover-group-1-3 {
  margin-right: -37px;
  position: relative;
  z-index: 10;
}

.hover-group-1-4 {
  margin-right: -37px;
  position: relative;
  z-index: 5;

}

.hover-group-1 {
  margin-right: -37px !important;
  position: relative;
  z-index: 10;
}

.hover-group-2 {
  margin-right: -37px !important;
  position: relative;

}

.hover-group-3 {
  position: relative;

}

.hover-group-1[data-id="c2"] {
  z-index: 20;
}

.hover-group-1[data-id="c3"] {
  z-index: 15;
}

.hover-group-1[data-id="c4"] {
  z-index: 10;
}

.hover-group-2[data-id="c3"] {
  z-index: 15;

}

.hover-group-2[data-id="c4"] {
  z-index: 10;
}


.hover-group-3[data-id="c2"] {
  z-index: 15;
  margin-left: -52px !important;

}

.hover-group-3[data-id="c4"] {
  z-index: 20;
  margin-right: -40px !important;
}

.hover-group-4[data-id="c3"] {
  z-index: 15;
  margin-left: -57px !important;

}

.hover-group-4[data-id="c2"] {
  z-index: 10;
  margin-left: -57px !important;

}

.hover-group-5[data-id="c1"] {
  z-index: 5;
  margin-left: -57px !important;

}

.hover-group-5[data-id="c2"] {
  z-index: 10;
  margin-left: -57px !important;

}

.hover-group-5[data-id="c3"] {
  z-index: 15;
  margin-left: -57px !important;

}

.hover-group-5[data-id="c4"] {
  z-index: 20;
  margin-left: -57px !important;

}

.our-services_section--wrapper .our-services_section .container input:checked+label.card.hover-group-2-3 {
  margin-right: -37px;
  position: relative;
  z-index: 15;
}

.our-services_section--wrapper .our-services_section .container input:checked+label.card.hover-group-2-4 {
  margin-right: -37px;
  position: relative;
  z-index: 10;
}


.our-services_section--wrapper .our-services_section .container input:checked+label.card.hover-group-3-2 {
  margin-left: -37px;
  position: relative;
  z-index: 15;
}

.hover-group-3-4 {
  margin-right: -37px;
  position: relative;
  z-index: 10;
}


.our-services_section--wrapper .our-services_section .container input:checked+label.card.hover-group-4-2 {
  margin-left: -50px;
  position: relative;
  z-index: 15;
}

.our-services_section--wrapper .our-services_section .container input:checked+label.card.hover-group-4-3 {
  margin-left: -55px;
  position: relative;
  z-index: 10;
}


.our-services_section--wrapper .our-services_section .container input:checked+label.card.hover-group-5-2 {
  margin-left: -50px;
  position: relative;
  z-index: 15;
}

.our-services_section--wrapper .our-services_section .container input:checked+label.card.hover-group-5-3 {
  margin-left: -55px;
  position: relative;
  z-index: 10;
}

.our-services_section--wrapper .our-services_section .container input:checked+label.card.hover-group-5-4 {
  z-index: 20;
  margin-left: -50px;
  position: relative;
}

.our-services_section--wrapper .our-services_section .container .card>.content>.row>.icon .default-icon {
  width: 90%;
  max-width: 90%;
  position: absolute;
  z-index: 9;
}

.our-services_section--wrapper .our-services_section .container input:checked+label .content .row>.icon>.default-icon-hover,
.our-services_section--wrapper .our-services_section .container .card:hover .content .row>.icon>.default-icon-hover {
  width: 80%;
  max-width: 80%;
  transform: translatex(0%);
  left: 0px;
  opacity: 0.9;

}

.our-services_section--wrapper .our-services_section .container .card:hover .content .row>.icon>.default-icon-hover {
  /* width: 80%;
  max-width: 80%; */
  /* animation: 0.4s linear 0s 1 normal none running move-top-icon; */
  /* animation: anime 3s  */
}

/* @keyframes anime {
  0%   {left: 0px; top: 0px;}
  50%  { left: -50px; top: 0px;}
  100%  { left: -100px; top: 0px;}

} */
/* @keyframes move-top-icon{

0% {
    top: 230px;
    left: 2%;
    opacity: 0;
    scale: 0;
}

100% {
    top: 20px;
    left: 2%;
    opacity: 1;
    scale: 1;
}

} */
@media (max-width: 1440px) {
  .our-services_section--wrapper .our-services_section .container .card>.content>.row>.icon {
    width: 75px;
    height: 75px;

    margin: 15px auto 0;
  }

  .our-services_section--wrapper .our-services_section .container input:checked+label .content .row .title,
  .our-services_section--wrapper .our-services_section .container .card:hover .content .row .title {
    width: 75%;

  }

  .our-services_section--wrapper .our-services_section .container .card>.content>.row .title {
    width: 100%;
    min-height: 60px;
  }

  .our-services_section--wrapper .our-services_section .container .card>.content>.row>.description ul li {
    font-size: 14px;
    font-weight: 300;
    color: #2E3A45;
    line-height: 20px;
    word-spacing: 0;
  }
}

@media (max-width: 1285px) {

  .our-services_section--wrapper .our-services_section .container input:checked+label .content .row>.title h2,
  .our-services_section--wrapper .our-services_section .container .card:hover .content .row>.title h2,
  .our-services_section--wrapper .our-services_section .container input:checked+label .content .row>.title h2,
  .our-services_section--wrapper .our-services_section .container .card:hover .content .row>.title h2 {


    font-size: 20px;
    line-height: 28px;
  }

  .our-services_section--wrapper .our-services_section .container .card>.content>.row .title {
    min-height: 60px;
  }

  .our-services_section--wrapper .our-services_section .container .card {
    width: 210px;
    margin: 0 5px;
  }

  .our-services_section--wrapper .our-services_section .container .card>.content>.row>.description ul {
    padding: 4px 10px 0px 20px;

    height: 94px;
  }

  .our-services_section--wrapper .our-services_section .container .card>.content>.row>.description ul li {
    font-size: 13px;
    /* text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical; */
  }

}
/* Hide mobile and tablet elements by default */
.mobile-show {
  display: none;
}
/* Show mobile/tablet elements for screens up to 1024px (phones and tablets) */
@media only screen and (max-width: 1024px) {
  .mobile-show {
    display: block;
  }

  /* Hide desktop version (for tablets and mobile) */
  .our-services_row {
    display: none;
  }
}
@media only screen and (max-width: 769px) {
  .mobile-show {
    display: block;
  }
  .our-services_row {
    display: none;
  }
}
/* Ensure larger screens (desktop) are showing the normal content */
@media only screen and (min-width: 1024px) {
  .our-services_row {
    display: block;
  }
  .mobile-show {
    display: none;
  }
}
