@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  scroll-behavior: smooth; }

body {
  font-family: "Figtree", system-ui;
  color: #161616;
  font-weight: 400;
  background: #ffffff;
  padding-top: 73px;
  font-size: 16px;
  line-height: 26px;
  /* Handle */ }
  @media only screen and (max-width: 768px) {
    body {
      font-size: 14px;
      line-height: 24px; } }
  body::-webkit-scrollbar-thumb {
    border-radius: 10px; }
  @media only screen and (min-width: 1920px) {
    body {
      max-width: 1920px;
      margin: 0 auto; } }
  @media only screen and (max-width: 768px) {
    body {
      padding-top: 60px; } }

p {
  font-family: "Figtree", system-ui;
  color: #565656;
  font-weight: 400;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 26px; }
  @media only screen and (max-width: 768px) {
    p {
      font-size: 14px;
      line-height: 24px; } }

.hide {
  display: none; }

@media only screen and (max-width: 768px) {
  br {
    display: none; } }

ul,
ol,
li {
  list-style-type: none; }

img {
  display: block;
  max-width: 100%; }

a {
  color: #161F3A;
  text-decoration: none;
  transition: all .5s ease; }
  a :focus {
    outline: 0; }

.arrow-down, header .right-sec .nav-links ul.headerLinks li.drop-down-menu a:before {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #363636; }

input,
textarea,
button,
select {
  box-sizing: border-box;
  font-family: "Figtree", system-ui;
  font-weight: 400;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  width: 100%;
  height: 45px;
  background: none;
  border: 0;
  border-bottom: 1px solid #565656;
  color: #161616;
  font-size: 16px;
  line-height: 26px; }
  @media only screen and (max-width: 768px) {
    input,
    textarea,
    button,
    select {
      font-size: 14px;
      line-height: 24px; } }
  input:focus,
  textarea:focus,
  button:focus,
  select:focus {
    outline: none; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #161616; }

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #161616; }

input::placeholder,
textarea::placeholder {
  color: #939393; }

.white-txt {
  color: #ffffff !important; }

.light-grey-bg {
  background: #FAFAFA; }

.dark-blue-bg {
  background: #161F3A !important; }

.teal-green {
  background: #043C4C !important; }

.com-pad {
  padding: 60px 0; }
  @media only screen and (max-width: 992px) {
    .com-pad {
      padding: 40px 0; } }
  @media only screen and (max-width: 768px) {
    .com-pad {
      padding: 30px 0; } }

.pd-0 {
  padding-bottom: 0 !important; }

.pt-0 {
  padding-top: 0 !important; }

.mt-0 {
  margin-top: 0 !important; }

.mg-bt-0 {
  margin-bottom: 0 !important; }

.mg-bt-30 {
  margin-bottom: 30px; }

.mb-40 {
  margin-bottom: 40px !important; }

.pd-lf-zero {
  padding-left: 0 !important; }

.pd-rg-zero {
  padding-right: 0 !important; }

.overflow-hidden {
  overflow: hidden; }

.align-center {
  display: flex;
  align-items: center; }

.h-full {
  height: 100%; }

.future-build {
  display: flex;
  gap: 30px 30px;
  flex-wrap: wrap;
  justify-content: center; }
  .future-build li {
    box-shadow: 0px 2px 24px 0px #0000000D;
    background: #ffffff;
    transition: background-color 0.8s ease-in-out;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%; }
    .future-build li a {
      padding: 20px;
      display: block; }
    .future-build li .icon {
      height: 36px;
      margin-bottom: 24px;
      transition: all .5s ease; }
      .future-build li .icon .outer-box,
      .future-build li .icon .logo-social {
        transition: all .5s ease; }
    .future-build li h6 {
      font-size: 24px;
      line-height: 34px;
      transition: all .5s ease; }
      @media only screen and (max-width: 768px) {
        .future-build li h6 {
          font-size: 22px;
          line-height: 32px; } }
    .future-build li p {
      margin-bottom: 0;
      transition: all .5s ease; }
  .future-build li.youtube:hover {
    background: #FF0000; }
    .future-build li.youtube:hover .icon .outer-box {
      fill: #ffffff; }
    .future-build li.youtube:hover .icon .logo-social {
      fill: #FF0000; }
    .future-build li.youtube:hover h6,
    .future-build li.youtube:hover p {
      color: #ffffff; }
  .future-build li.linkedIN:hover {
    background: #0A66C2; }
    .future-build li.linkedIN:hover .icon .outer-box {
      fill: #ffffff; }
    .future-build li.linkedIN:hover .icon .logo-social {
      fill: #0A66C2; }
    .future-build li.linkedIN:hover h6,
    .future-build li.linkedIN:hover p {
      color: #ffffff; }
  .future-build li.whatapp:hover {
    background: #1BCC3D; }
    .future-build li.whatapp:hover .icon .outer-box {
      fill: #ffffff; }
    .future-build li.whatapp:hover .icon .logo-social {
      fill: #1BCC3D; }
    .future-build li.whatapp:hover h6,
    .future-build li.whatapp:hover p {
      color: #ffffff; }
  @media only screen and (max-width: 768px) {
    .future-build li {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; } }

.video-box {
  position: relative; }
  .video-box video {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.tags, .tags-trans {
  padding: 4px 16px;
  background: #E11E34;
  display: inline-block;
  color: #ffffff;
  letter-spacing: 0.04em;
  font-size: 14px;
  line-height: 24px;
  border-radius: 16px; }

.tags-trans {
  background: transparent;
  color: #E11E34;
  border: 1px solid #E11E34;
  font-weight: 600; }

.back-btn a {
  display: block;
  position: relative;
  padding-left: 35px;
  font-size: 20px;
  line-height: 30px;
  color: #161616; }
  @media only screen and (max-width: 768px) {
    .back-btn a {
      font-size: 16px;
      line-height: 26px; } }
  .back-btn a::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    background: url(../img/back-arrow.svg) no-repeat;
    filter: brightness(0) invert(0);
    width: 16px;
    height: 15px;
    transform: translateY(-50%); }

.trim-txt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  margin-bottom: 15px; }
  .trim-txt p {
    margin-bottom: 0; }

.trim-txt-3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3; }

.trim-txt.line-three {
  -webkit-line-clamp: 3; }

.btn-with-heading {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; }
  @media only screen and (max-width: 768px) {
    .btn-with-heading {
      flex-direction: column; } }

.mouse-box {
  height: 10px;
  width: 10px;
  background: #E11E34;
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  transform: translate(-50%, -50%);
  z-index: 9999;
  border-radius: 50%; }

.w-full {
  width: 100%; }

.h-full {
  height: 100%; }

.desktop-div {
  display: block; }
  @media only screen and (max-width: 992px) {
    .desktop-div {
      display: none; } }

.mobile-div {
  display: none; }
  @media only screen and (max-width: 992px) {
    .mobile-div {
      display: block; } }

.desk-banner {
  display: block; }
  @media only screen and (max-width: 768px) {
    .desk-banner {
      display: none; } }

.mb-banner {
  display: none; }
  @media only screen and (max-width: 768px) {
    .mb-banner {
      display: block; } }

.white-box {
  box-shadow: 0px 2px 32px 0px #00000008;
  background: #ffffff;
  margin-bottom: 30px;
  padding: 20px 20px; }
  .white-box:last-child {
    margin-bottom: 0; }

.pattern-div {
  position: relative;
  z-index: 1; }
  .pattern-div:after {
    content: "";
    background: url(../img/dot-bg.png) no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 150px;
    height: 150px;
    z-index: -1; }
  .pattern-div .text {
    z-index: 1;
    position: relative; }

.video-rotate-icon {
  box-shadow: 0px 0px 34px 0px #00000014;
  border: 1px solid #FAFAFA;
  position: relative; }
  .video-rotate-icon a {
    position: relative;
    display: block; }
    .video-rotate-icon a .play-button {
      position: absolute;
      top: 50%;
      left: 50%; }
      .video-rotate-icon a .play-button img {
        z-index: 1;
        position: relative;
        margin: 0 auto; }
      .video-rotate-icon a .play-button:after {
        content: "";
        height: 100px;
        width: 100px;
        background: url("../img/rotate-video-icon.svg") no-repeat center center;
        position: absolute;
        left: -46px;
        top: 0;
        bottom: 0;
        right: 0;
        animation: roundBtn 10s linear infinite;
        margin: auto; }

@keyframes roundBtn {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(180deg); } }
.key-offer-box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px; }
  .key-offer-box .item {
    box-shadow: 0px 2px 32px 0px #00000008;
    background: #ffffff;
    padding: 20px 20px; }
    .key-offer-box .item .content {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      height: 100%; }
    .key-offer-box .item .heading {
      font-size: 20px;
      line-height: 30px;
      color: #161616;
      font-weight: 700;
      margin-top: 20px; }
      @media only screen and (max-width: 768px) {
        .key-offer-box .item .heading {
          font-size: 16px;
          line-height: 26px; } }
    .key-offer-box .item .para {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-line-clamp: 4; }
    .key-offer-box .item .read-more {
      margin-top: 20px; }
      .key-offer-box .item .read-more a {
        text-decoration: underline;
        color: #565656; }
        .key-offer-box .item .read-more a:hover {
          color: #E11E34; }
  @media only screen and (max-width: 1100px) {
    .key-offer-box {
      grid-template-columns: repeat(3, 1fr); } }

@media only screen and (max-width: 768px) {
  .mobile-slider {
    display: flex  !important;
    overflow-x: auto;
    gap: 16px !important; }
    .mobile-slider::-webkit-scrollbar, .mobile-slider::-webkit-scrollbar-thumb {
      display: none; }
    .mobile-slider .item {
      flex: 0 0 80%;
      max-width: 80%; } }

.btn-card-end {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%; }

.image-hover {
  overflow: hidden; }
  .image-hover img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: all 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95); }
  .image-hover:hover img {
    transform: scale(1.05); }

textarea {
  resize: none !important; }

.youtube-icon {
  position: relative;
  display: block; }
  .youtube-icon::before {
    content: "";
    height: 70px;
    width: 70px;
    background: url("../img/youtube-icon.svg") no-repeat center center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    pointer-events: none; }

.sticky-div {
  position: sticky;
  top: 100px; }

.red-color {
  background: #E11E34 !important; }

.red-text {
  color: #E11E34 !important; }

/* Ensures all elements start hidden */
[data-effect] {
  opacity: 0;
  visibility: hidden; }

.date {
  color: #565656;
  letter-spacing: 0.04em;
  position: relative;
  padding-left: 34px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 26px; }
  @media only screen and (max-width: 768px) {
    .date {
      font-size: 14px;
      line-height: 24px; } }
  .date:after {
    content: "";
    background: url("../img/calendar-icon.svg") no-repeat center;
    height: 24px;
    width: 24px;
    position: absolute;
    left: 0;
    top: 0; }

.absolute-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }

.category-filter-box {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .category-filter-box .category-sort-box {
    display: flex;
    gap: 16px; }
  @media only screen and (max-width: 1280px) {
    .category-filter-box .common-tab-box ul li {
      padding: 18px 20px; } }
  @media only screen and (min-width: 1024px) and (max-width: 1150px) {
    .category-filter-box .common-tab-box ul li {
      padding: 18px 20px; }
      .category-filter-box .common-tab-box ul li a {
        font-size: 14px;
        line-height: 24px; }
    .category-filter-box .category-sort-box .custom-category-select .from-input .custom-select .selected-txt {
      font-size: 14px;
      line-height: 24px;
      line-height: 50px; } }
  @media only screen and (max-width: 1100px) {
    .category-filter-box .common-tab-box ul li {
      padding: 15px 14px; }
      .category-filter-box .common-tab-box ul li a {
        font-size: 14px;
        line-height: 24px; }
    .category-filter-box .category-sort-box .custom-category-select .from-input .custom-select .selected-txt {
      font-size: 14px;
      line-height: 24px;
      line-height: 50px; } }
  @media only screen and (max-width: 1024px) {
    .category-filter-box .common-tab-box ul li {
      padding: 15px 10px; }
      .category-filter-box .common-tab-box ul li a {
        font-size: 14px;
        line-height: 24px; }
    .category-filter-box .category-sort-box .custom-category-select .from-input .custom-select .selected-txt {
      font-size: 14px;
      line-height: 24px;
      line-height: 50px; } }
  @media only screen and (max-width: 992px) {
    .category-filter-box {
      display: block; }
      .category-filter-box .mb-select-box .custom-category-select .from-input .custom-select {
        width: 100%;
        border-radius: 184px;
        border: 1px solid #E3E3E3;
        padding: 3px;
        margin-bottom: 30px; }
        .category-filter-box .mb-select-box .custom-category-select .from-input .custom-select .selected-txt {
          border-radius: 184px;
          border-bottom-left-radius: 184px  !important;
          border-bottom-right-radius: 184px !important;
          padding: 10px 20px;
          color: #ffffff;
          background: #E11E34;
          border: none;
          width: 100%; }
          .category-filter-box .mb-select-box .custom-category-select .from-input .custom-select .selected-txt:after {
            right: 20px;
            filter: brightness(0) invert(1); }
          .category-filter-box .mb-select-box .custom-category-select .from-input .custom-select .selected-txt span {
            height: auto; } }

@media only screen and (max-width: 992px) {
  .common-insight-tab .mb-select-box .custom-category-select .from-input .custom-select {
    width: 100%;
    border-radius: 184px;
    border: 1px solid #E3E3E3;
    padding: 3px;
    margin-bottom: 30px; }
    .common-insight-tab .mb-select-box .custom-category-select .from-input .custom-select .selected-txt {
      border-radius: 184px;
      border-bottom-left-radius: 184px  !important;
      border-bottom-right-radius: 184px !important;
      padding: 10px 20px;
      color: #ffffff;
      background: #E11E34;
      border: none;
      width: 100%; }
      .common-insight-tab .mb-select-box .custom-category-select .from-input .custom-select .selected-txt:after {
        right: 20px;
        filter: brightness(0) invert(1); }
      .common-insight-tab .mb-select-box .custom-category-select .from-input .custom-select .selected-txt span {
        height: auto; } }

.heading-box p {
  max-width: 736px;
  margin: auto; }

.hide-text {
  display: none; }

.trending-bg {
  background: #E8AF19; }

.most-view-bg {
  background: #046ADC; }

.page-not-found .content-box {
  text-align: center; }
  .page-not-found .content-box .image img {
    margin: auto; }
  .page-not-found .content-box .content {
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.8);
    padding-top: 140px;
    margin-top: -140px; }
    .page-not-found .content-box .content .tags, .page-not-found .content-box .content .tags-trans {
      background: #FFFAF9;
      color: #E11E34;
      border-radius: 0;
      margin-bottom: 20px; }
    .page-not-found .content-box .content p {
      margin-bottom: 40px; }

.bullterPoint, .bulletPoint {
  list-style-type: disc;
  margin: 10px 20px; }
  .bullterPoint li, .bulletPoint li {
    position: relative;
    list-style-type: disc;
    color: #565656;
    font-size: 16px;
    line-height: 26px; }
    @media only screen and (max-width: 768px) {
      .bullterPoint li, .bulletPoint li {
        font-size: 14px;
        line-height: 24px; } }
    .bullterPoint li:not(:last-child), .bulletPoint li:not(:last-child) {
      padding-bottom: 10px; }

.ol-list {
  list-style-type: decimal;
  margin: 10px 20px; }
  .ol-list li {
    position: relative;
    list-style-type: decimal;
    color: #565656;
    font-size: 16px;
    line-height: 26px; }
    @media only screen and (max-width: 768px) {
      .ol-list li {
        font-size: 14px;
        line-height: 24px; } }
    .ol-list li:not(:last-child) {
      padding-bottom: 10px; }

.roman-list {
  margin: 10px 20px; }
  .roman-list li {
    list-style-type: upper-roman;
    color: #565656; }
    .roman-list li:not(:last-child) {
      padding-bottom: 10px; }

.overflow-hidden {
  overflow-y: hidden; }

.art-table {
  margin-bottom: 30px; }
  .art-table table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #E3E3E3; }
    .art-table table thead {
      box-shadow: 0px 38.53px 77.07px 0px #04060C73;
      box-shadow: 0px 17.13px 17.13px 0px #1C284A inset;
      box-shadow: -0px -17.13px 17.13px 0px #0E1426 inset;
      background: linear-gradient(180deg, #1B2646 0%, #10162A 100%);
      color: #ffffff;
      border-bottom: 1px solid #E5E5E5; }
      .art-table table thead th {
        padding: 10px;
        font-weight: bold;
        text-align: left;
        border-bottom: 1px solid #E3E3E3;
        color: #ffffff;
        border: none; }
    .art-table table tbody tr {
      transition: background 0.3s ease; }
      .art-table table tbody tr td {
        padding: 10px;
        border: 1px solid #E3E3E3; }
      .art-table table tbody tr:nth-child(odd) {
        background-color: #FAFAFA; }

.imageCaption {
  margin-bottom: 20px; }
  .imageCaption .note-caption {
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 0;
    text-align: center; }

.mt-40 {
  margin-top: 40px; }

.error {
  font-size: 12px;
  line-height: 22px;
  color: red;
  display: block; }

.captcha {
  margin-bottom: 30px;
  transform: scale(0.9); }

.green-alert {
  font-size: 12px;
  line-height: 22px;
  color: #12A436;
  font-style: italic; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  color: #161616; }

.sec-heading {
  margin-bottom: 60px; }
  @media only screen and (max-width: 768px) {
    .sec-heading {
      margin-bottom: 30px;
      text-align: center !important; }
      .sec-heading br {
        display: none; } }

.banner-heading {
  font-size: 72px;
  line-height: 82px;
  font-weight: 700; }
  @media only screen and (max-width: 992px) {
    .banner-heading {
      font-size: 32px;
      line-height: 40px; } }

.heading-one {
  font-size: 60px;
  line-height: 70px;
  margin-bottom: 24px; }
  @media only screen and (max-width: 992px) {
    .heading-one {
      font-size: 32px;
      line-height: 42px; } }
  @media only screen and (max-width: 768px) {
    .heading-one {
      margin-bottom: 16px; } }

.heading-two {
  font-size: 48px;
  line-height: 58px;
  margin-bottom: 24px; }
  @media only screen and (max-width: 992px) {
    .heading-two {
      font-size: 32px;
      line-height: 42px; } }
  @media only screen and (max-width: 768px) {
    .heading-two {
      margin-bottom: 16px; } }

.heading-three {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 16px; }
  @media only screen and (max-width: 768px) {
    .heading-three {
      font-size: 22px;
      line-height: 32px; } }

.heading-four {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 16px; }
  @media only screen and (max-width: 768px) {
    .heading-four {
      font-size: 16px;
      line-height: 26px; } }

.heading-five, .search-box .search-wrapper input, .search-box .search-wrapper input::placeholder, .search-list-section .search-tab-list ul li {
  font-size: 32px;
  line-height: 42px;
  margin-bottom: 16px; }
  @media only screen and (max-width: 992px) {
    .heading-five, .search-box .search-wrapper input, .search-box .search-wrapper input::placeholder, .search-list-section .search-tab-list ul li {
      font-size: 22px;
      line-height: 32px; } }

.text-center {
  text-align: center; }

.inner-banner .banner-content {
  width: 80%;
  margin: 0 auto; }
  .inner-banner .banner-content p {
    font-size: 20px;
    line-height: 30px; }
    @media only screen and (max-width: 768px) {
      .inner-banner .banner-content p {
        font-size: 16px;
        line-height: 26px; } }

header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  border-bottom: 1px solid #F6F6F7;
  background: #ffffff;
  z-index: 20; }
  header .header-row {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    align-items: center; }
  header .logo {
    padding: 15px 0;
    width: 240px; }
    header .logo img {
      width: 100%; }
  header .right-sec {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 40px; }
    header .right-sec .nav-links ul.headerLinks {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      gap: 40px; }
      header .right-sec .nav-links ul.headerLinks li {
        line-height: 1;
        font-size: 16px;
        line-height: 26px; }
        @media only screen and (max-width: 768px) {
          header .right-sec .nav-links ul.headerLinks li {
            font-size: 14px;
            line-height: 24px; } }
        header .right-sec .nav-links ul.headerLinks li a {
          display: block;
          padding: 23px 0;
          color: #363636;
          position: relative; }
      header .right-sec .nav-links ul.headerLinks li.drop-down-menu a {
        padding-right: 15px; }
        header .right-sec .nav-links ul.headerLinks li.drop-down-menu a:before {
          content: "";
          position: absolute;
          right: 0;
          top: 50%;
          transform: translate(0, -50%); }
      header .right-sec .nav-links ul.headerLinks li.drop-down-menu .drop-box {
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        height: 70vh;
        z-index: 1;
        background: #ffffff;
        visibility: hidden;
        opacity: 0;
        overflow: hidden;
        overflow-y: auto;
        border-bottom: 1px solid #DEDEDE;
        /* Track */
        /* Handle */ }
        header .right-sec .nav-links ul.headerLinks li.drop-down-menu .drop-box .header-container {
          position: relative; }
        header .right-sec .nav-links ul.headerLinks li.drop-down-menu .drop-box .col-bg {
          padding: 40px; }
          header .right-sec .nav-links ul.headerLinks li.drop-down-menu .drop-box .col-bg:nth-child(even) {
            background: #fffaf9; }
        header .right-sec .nav-links ul.headerLinks li.drop-down-menu .drop-box::-webkit-scrollbar {
          width: 2px; }
        header .right-sec .nav-links ul.headerLinks li.drop-down-menu .drop-box::-webkit-scrollbar-track {
          background: #f1f1f1; }
        header .right-sec .nav-links ul.headerLinks li.drop-down-menu .drop-box::-webkit-scrollbar-thumb {
          background: #E11E34; }
      header .right-sec .nav-links ul.headerLinks li.drop-down-menu .drop-box.active {
        visibility: visible;
        opacity: 1; }
    header .right-sec .search-option ul {
      display: flex;
      align-items: center;
      gap: 15px; }
      header .right-sec .search-option ul li {
        padding: 15px;
        height: auto; }
        header .right-sec .search-option ul li svg {
          width: 100%;
          height: 100%;
          display: block; }
      header .right-sec .search-option ul .humburger-menu .menu-btn {
        width: 25px;
        height: 14px;
        cursor: pointer;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        z-index: 10; }
        header .right-sec .search-option ul .humburger-menu .menu-btn span {
          display: block;
          width: 100%;
          height: 0;
          border: 1.5px solid #363636;
          border-radius: 2px;
          transition: all 0.3s ease; }
        header .right-sec .search-option ul .humburger-menu .menu-btn.active span:nth-child(1) {
          transform: rotate(45deg) translate(4px, 4px); }
        header .right-sec .search-option ul .humburger-menu .menu-btn.active span:nth-child(2) {
          opacity: 0; }
        header .right-sec .search-option ul .humburger-menu .menu-btn.active span:nth-child(3) {
          transform: rotate(-45deg) translate(5px, -5px); }
  @media only screen and (max-width: 1280px) {
    header .header-row {
      gap: 20px; }
    header .right-sec {
      gap: 20px; }
      header .right-sec .nav-links ul.headerLinks {
        gap: 20px; }
      header .right-sec .search-option ul {
        gap: 10px; }
        header .right-sec .search-option ul li {
          padding: 10px; } }
  @media only screen and (min-width: 1024px) and (max-width: 1150px) {
    header .logo {
      width: 170px; } }
  @media only screen and (max-width: 1024px) {
    header .logo {
      width: 140px; } }
  @media only screen and (max-width: 992px) {
    header .logo {
      width: 200px; } }
  @media only screen and (max-width: 992px) {
    header .right-sec .nav-links {
      display: none; } }
  @media only screen and (max-width: 768px) {
    header .logo {
      width: 170px; } }

.expert-heading {
  font-size: 14px;
  line-height: 24px;
  color: #E11E34;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 16px; }

.drop-box .heading-three {
  font-weight: 500; }
.drop-box p {
  color: #212121;
  font-size: 14px;
  line-height: 24px; }
.drop-box .header-box {
  position: relative; }
  .drop-box .header-box .icon-expert {
    padding-bottom: 15px; }
  .drop-box .header-box .menu-btn {
    margin-top: 30px; }
    .drop-box .header-box .menu-btn a {
      display: inline-block  !important;
      position: static;
      color: #ffffff !important;
      padding: 12px 20px  !important; }
      .drop-box .header-box .menu-btn a::before {
        display: none; }
  .drop-box .header-box .menu-investor a {
    color: #E11E34 !important;
    font-weight: 700;
    display: inline  !important;
    padding: 0  !important; }
    .drop-box .header-box .menu-investor a::before {
      display: none; }
  .drop-box .header-box ul li {
    margin-bottom: 16px; }
    .drop-box .header-box ul li a {
      font-size: 14px;
      line-height: 24px;
      padding: 0 !important;
      color: #161616 !important; }
    .drop-box .header-box ul li :before {
      display: none; }
    .drop-box .header-box ul li:hover a {
      transform: translateX(10px);
      color: #E11E34 !important; }
  .drop-box .header-box .law-heading {
    font-size: 42px;
    line-height: 52px;
    color: #EEEEEE;
    font-weight: 700;
    font-style: italic;
    position: absolute;
    bottom: 0;
    left: 0;
    padding-bottom: 70px; }
    @media only screen and (max-width: 992px) {
      .drop-box .header-box .law-heading {
        font-size: 24px;
        line-height: 34px; } }
  .drop-box .header-box .icon-header-links li .product-menu-box {
    position: relative;
    padding-left: 50px; }
    .drop-box .header-box .icon-header-links li .product-menu-box .left-side {
      position: absolute;
      left: 0;
      top: 6px;
      width: 36px;
      height: 36px; }
    .drop-box .header-box .icon-header-links li .product-menu-box .right-side {
      position: relative;
      padding-right: 20px; }
      .drop-box .header-box .icon-header-links li .product-menu-box .right-side::after {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        background: url(../img/right-arrow.svg) no-repeat;
        width: 17px;
        height: 8px; }
      .drop-box .header-box .icon-header-links li .product-menu-box .right-side h6 {
        font-size: 14px;
        line-height: 24px;
        color: #161616;
        font-weight: 400; }
      .drop-box .header-box .icon-header-links li .product-menu-box .right-side p {
        font-size: 12px;
        line-height: 22px;
        color: #565656; }
  .drop-box .header-box .icon-header-links li:not(:last-child) {
    margin-bottom: 40px; }

.overlay-black {
  background: #161616;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10; }

.overlay-black.show-overlay {
  opacity: 0.2;
  visibility: visible; }

.hamberger-menu {
  position: fixed;
  top: 70px;
  right: 0;
  width: 100%;
  height: 100%;
  background: #FAFAFA;
  z-index: 999;
  transition: all 1s ease-in-out;
  transform: translateY(-100%);
  opacity: 0;
  visibility: hidden; }
  .hamberger-menu::before {
    content: '';
    position: absolute;
    right: calc(30% + 60px);
    top: 0;
    width: 1px;
    height: 100%;
    background: #DEDEDE; }
  .hamberger-menu.show-menu {
    transform: translateY(0);
    opacity: 1;
    visibility: visible; }
  .hamberger-menu .scroll-div {
    height: 95%;
    overflow-y: auto;
    max-height: calc(100vh - 100px); }
    .hamberger-menu .scroll-div::-webkit-scrollbar-track, .hamberger-menu .scroll-div::-webkit-scrollbar-track {
      background: transparent;
      box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2); }
    .hamberger-menu .scroll-div::-webkit-scrollbar-thumb, .hamberger-menu .scroll-div::-webkit-scrollbar-thumb {
      background: #E11E34; }
    .hamberger-menu .scroll-div::-webkit-scrollbar, .hamberger-menu .scroll-div::-webkit-scrollbar {
      width: 2px; }
  .hamberger-menu .ham-box {
    display: flex;
    flex-wrap: wrap;
    padding-right: 25px;
    height: 100%;
    padding-top: 60px; }
    .hamberger-menu .ham-box .meu-list {
      flex: 0 0 40%;
      max-width: 40%; }
      .hamberger-menu .ham-box .meu-list ul li a {
        font-size: 42px;
        line-height: 52px;
        font-weight: 500; }
        @media only screen and (max-width: 992px) {
          .hamberger-menu .ham-box .meu-list ul li a {
            font-size: 24px;
            line-height: 34px; } }
        .hamberger-menu .ham-box .meu-list ul li a:hover {
          color: #E11E34;
          text-decoration: underline; }
      .hamberger-menu .ham-box .meu-list ul li:not(:last-child) {
        padding-bottom: 32px; }
    .hamberger-menu .ham-box .ham-social-link {
      flex: 0 0 60%;
      max-width: 60%; }
      .hamberger-menu .ham-box .ham-social-link .social-box ul {
        display: flex;
        flex-wrap: wrap;
        gap: 16px; }
        .hamberger-menu .ham-box .ham-social-link .social-box ul li a {
          background: #F0F0F0;
          display: flex;
          padding: 12px;
          position: relative;
          gap: 12px;
          align-items: center; }
          .hamberger-menu .ham-box .ham-social-link .social-box ul li a span {
            width: 20px;
            height: 20px; }
          .hamberger-menu .ham-box .ham-social-link .social-box ul li a:hover {
            color: #ffffff; }
            .hamberger-menu .ham-box .ham-social-link .social-box ul li a:hover svg {
              filter: brightness(0) invert(1); }
          .hamberger-menu .ham-box .ham-social-link .social-box ul li a.fb:hover {
            background: #0766FF; }
          .hamberger-menu .ham-box .ham-social-link .social-box ul li a.youtube:hover {
            background: #FF0000; }
          .hamberger-menu .ham-box .ham-social-link .social-box ul li a.linkedin:hover {
            background: #0A66C2; }
          .hamberger-menu .ham-box .ham-social-link .social-box ul li a.whatsapp:hover {
            background: #2AA81A; }
          .hamberger-menu .ham-box .ham-social-link .social-box ul li a.insta:hover {
            background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888); }
          .hamberger-menu .ham-box .ham-social-link .social-box ul li a.twitter:hover {
            background: #000; }
          .hamberger-menu .ham-box .ham-social-link .social-box ul li a.slideshare:hover {
            background: #1177BB; }
      .hamberger-menu .ham-box .ham-social-link .inner-links-box {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        height: 100%; }
        .hamberger-menu .ham-box .ham-social-link .inner-links-box .social-page ul {
          display: flex;
          justify-content: flex-end;
          gap: 32px;
          padding: 0 40px;
          flex-wrap: wrap; }
          .hamberger-menu .ham-box .ham-social-link .inner-links-box .social-page ul li a {
            font-size: 12px;
            line-height: 22px;
            color: #6C6C6C;
            text-decoration: underline; }
    @media only screen and (max-width: 992px) {
      .hamberger-menu .ham-box {
        padding: 0;
        padding-top: 20px; }
        .hamberger-menu .ham-box .ham-social-link, .hamberger-menu .ham-box .meu-list {
          flex: 0 0 100%;
          max-width: 100%; }
        .hamberger-menu .ham-box .meu-list ul li {
          border-bottom: 1px solid #DEDEDE;
          padding: 20px 16px !important; }
          .hamberger-menu .ham-box .meu-list ul li a {
            font-size: 16px;
            line-height: 20px; }
          .hamberger-menu .ham-box .meu-list ul li:first-child {
            padding-top: 0 !important; }
          .hamberger-menu .ham-box .meu-list ul li.visible-menu {
            display: none; }
          .hamberger-menu .ham-box .meu-list ul li.height-ul > a {
            display: none; }
          .hamberger-menu .ham-box .meu-list ul li .step-one {
            position: absolute;
            top: 0;
            right: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
            visibility: hidden;
            z-index: 10;
            transition: transform 0.8s ease-in-out; }
            .hamberger-menu .ham-box .meu-list ul li .step-one.active {
              position: static;
              opacity: 1;
              visibility: visible; }
            .hamberger-menu .ham-box .meu-list ul li .step-one .sub-height-ul {
              border-bottom: none; }
              .hamberger-menu .ham-box .meu-list ul li .step-one .sub-height-ul > .icon {
                color: #E11E34; }
                .hamberger-menu .ham-box .meu-list ul li .step-one .sub-height-ul > .icon::before {
                  transform: rotate(90deg); }
            .hamberger-menu .ham-box .meu-list ul li .step-one .step-two {
              display: none; }
              .hamberger-menu .ham-box .meu-list ul li .step-one .step-two.active {
                display: block;
                border-top: 1px solid #DEDEDE;
                margin-top: 20px; }
              .hamberger-menu .ham-box .meu-list ul li .step-one .step-two ul li {
                padding: 20px 0 !important; }
            .hamberger-menu .ham-box .meu-list ul li .step-one .backbtn {
              padding: 0 16px 16px 16px;
              font-weight: 700;
              font-size: 16px;
              line-height: 32px;
              border-bottom: 1px solid #DEDEDE;
              margin-bottom: 20px;
              padding-left: 40px;
              position: relative; }
              .hamberger-menu .ham-box .meu-list ul li .step-one .backbtn::before {
                content: '';
                position: absolute;
                top: 34%;
                left: 15px;
                background: url(../img/back-arrow.svg) no-repeat;
                width: 16px;
                height: 15px;
                transform: translateY(-50%); }
          .hamberger-menu .ham-box .meu-list ul li.mb-drp .icon {
            display: block;
            position: relative;
            padding-right: 30px; }
            .hamberger-menu .ham-box .meu-list ul li.mb-drp .icon::before {
              content: '';
              position: absolute;
              top: 50%;
              right: 0;
              background: url(../img/right-drp.svg) no-repeat;
              width: 6px;
              height: 9px;
              transform: translateY(-50%); }
          .hamberger-menu .ham-box .meu-list ul li.mb-drp .step-one > ul > li > a {
            color: #E11E34;
            font-weight: 600;
            text-transform: uppercase;
            text-decoration: none; }
          .hamberger-menu .ham-box .meu-list ul li.mb-drp .step-one .icon::before {
            transform: rotate(90deg); }
          .hamberger-menu .ham-box .meu-list ul li.mb-drp .step-one .sub-height-ul .icon::before {
            transform: rotate(-90deg); }
          .hamberger-menu .ham-box .meu-list ul li.height-ul {
            border-bottom: none;
            padding: 0 !important; }
            .hamberger-menu .ham-box .meu-list ul li.height-ul > a {
              display: none  !important; }
        .hamberger-menu .ham-box .ham-social-link .inner-links-box .social-box {
          padding: 20px 16px; }
          .hamberger-menu .ham-box .ham-social-link .inner-links-box .social-box p {
            font-size: 16px;
            line-height: 20px;
            color: #161616; }
        .hamberger-menu .ham-box .ham-social-link .inner-links-box .social-page {
          padding: 20px 16px;
          border-top: 1px solid #DEDEDE; }
          .hamberger-menu .ham-box .ham-social-link .inner-links-box .social-page ul {
            justify-content: flex-start;
            gap: 15px;
            padding: 0; } }
  .hamberger-menu .office-loaction {
    padding-left: 0;
    overflow: hidden;
    height: 95%;
    overflow-y: auto;
    max-height: calc(100vh - 100px);
    padding-right: 30px;
    padding-top: 60px; }
    .hamberger-menu .office-loaction::-webkit-scrollbar-track, .hamberger-menu .office-loaction::-webkit-scrollbar-track {
      background: transparent;
      box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2); }
    .hamberger-menu .office-loaction::-webkit-scrollbar-thumb, .hamberger-menu .office-loaction::-webkit-scrollbar-thumb {
      background: #E11E34; }
    .hamberger-menu .office-loaction::-webkit-scrollbar, .hamberger-menu .office-loaction::-webkit-scrollbar {
      width: 2px; }
    .hamberger-menu .office-loaction ul li:not(:last-child) .location-item {
      margin-bottom: 30px; }
    .hamberger-menu .office-loaction ul li .location-item .location-name {
      color: #E11E34;
      text-transform: uppercase;
      font-weight: 700; }
    .hamberger-menu .office-loaction ul li .location-item .menu-address-list ul li a {
      border-bottom: 1px solid #E3E3E3;
      padding: 8px 0;
      display: inline-block;
      color: #565656;
      font-weight: 500;
      font-size: 14px;
      line-height: 24px; }
    .hamberger-menu .office-loaction ul li .location-item .menu-address-list ul li .address-box {
      position: relative;
      padding-right: 30px; }
      .hamberger-menu .office-loaction ul li .location-item .menu-address-list ul li .address-box .address-text {
        border-bottom: 1px solid #E3E3E3;
        padding: 8px 0;
        color: #565656;
        font-weight: 500;
        font-size: 14px;
        line-height: 24px; }
      .hamberger-menu .office-loaction ul li .location-item .menu-address-list ul li .address-box .copy-text {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer; }
        .hamberger-menu .office-loaction ul li .location-item .menu-address-list ul li .address-box .copy-text .copied-text {
          background: rgba(0, 0, 0, 0.7);
          text-align: center;
          position: absolute;
          bottom: -30px;
          right: 0;
          width: 72px;
          height: 28px;
          color: #ffffff;
          opacity: 0;
          visibility: hidden;
          transition: all 0.5s ease-in-out; }
          .hamberger-menu .office-loaction ul li .location-item .menu-address-list ul li .address-box .copy-text .copied-text.active {
            opacity: 1;
            visibility: visible; }
  @media only screen and (max-width: 992px) {
    .hamberger-menu {
      top: 57px; }
      .hamberger-menu .wrapper {
        padding: 0; }
        .hamberger-menu .wrapper .address-mb-box {
          width: 100%;
          border-bottom: 1px solid #DEDEDE; }
          .hamberger-menu .wrapper .address-mb-box .text {
            position: relative;
            padding: 20px 16px;
            font-size: 16px;
            line-height: 20px; }
            .hamberger-menu .wrapper .address-mb-box .text::before, .hamberger-menu .wrapper .address-mb-box .text::after {
              content: "";
              position: absolute;
              background-color: #161616;
              width: 16px;
              height: 1.4px;
              top: 50%;
              right: 16px;
              transform: translateY(-50%); }
            .hamberger-menu .wrapper .address-mb-box .text::after {
              transform: translateY(-50%) rotate(90deg); }
            .hamberger-menu .wrapper .address-mb-box .text.active::after {
              display: none; }
          .hamberger-menu .wrapper .address-mb-box .office-loaction {
            padding: 0;
            max-height: 100%;
            height: 100%;
            display: none; }
            .hamberger-menu .wrapper .address-mb-box .office-loaction ul li {
              border-bottom: 1px solid #DEDEDE;
              padding: 20px 16px 0 16px; }
              .hamberger-menu .wrapper .address-mb-box .office-loaction ul li:last-child {
                padding-bottom: 20px; }
              .hamberger-menu .wrapper .address-mb-box .office-loaction ul li ul li {
                border: none;
                padding: 0; }
                .hamberger-menu .wrapper .address-mb-box .office-loaction ul li ul li:last-child {
                  padding-bottom: 0; }
      .hamberger-menu::before {
        display: none; } }

footer .foo-form {
  border-right: 1px solid #464B65;
  height: 100%; }
  footer .foo-form .sec-heading {
    margin-bottom: 40px; }
  footer .foo-form input {
    color: #ffffff;
    border-bottom: 1px solid #464B65; }
    footer .foo-form input::-webkit-input-placeholder {
      color: #ffffff; }
    footer .foo-form input::-ms-input-placeholder {
      color: #ffffff; }
    footer .foo-form input::placeholder {
      color: #ffffff; }
footer .top-footer {
  padding: 80px 0 20px; }
  footer .top-footer .col-60 .foo-form {
    padding: 0 130px 0 0; }
    footer .top-footer .col-60 .foo-form .form-input {
      margin-bottom: 40px; }
      footer .top-footer .col-60 .foo-form .form-input ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 24px; }
      footer .top-footer .col-60 .foo-form .form-input .container-checkbox {
        color: #ffffff;
        margin-bottom: 0;
        font-size: 14px;
        line-height: 24px; }
        footer .top-footer .col-60 .foo-form .form-input .container-checkbox .checkmark {
          border-color: #464B65; }
  footer .top-footer .col-40 .foo-form {
    border-right: 0;
    padding: 0 30px; }
  footer .top-footer .col-40 .fo-links li {
    margin-bottom: 40px;
    font-size: 24px;
    line-height: 34px; }
    @media only screen and (max-width: 768px) {
      footer .top-footer .col-40 .fo-links li {
        font-size: 22px;
        line-height: 32px; } }
    footer .top-footer .col-40 .fo-links li b {
      color: #ffffff;
      opacity: 0.5;
      font-weight: 400;
      transition: all .5s ease; }
    footer .top-footer .col-40 .fo-links li a {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      background: #0D1835;
      padding: 10px 10px 10px 20px; }
      @media only screen and (max-width: 1024px) {
        footer .top-footer .col-40 .fo-links li a .white-bg-btn, footer .top-footer .col-40 .fo-links li a .download-white-bg {
          padding: 12px 10px; } }
    footer .top-footer .col-40 .fo-links li:hover b {
      opacity: 1; }
    footer .top-footer .col-40 .fo-links li:hover .white-bg-btn, footer .top-footer .col-40 .fo-links li:hover .download-white-bg {
      background: #E11E34; }
      footer .top-footer .col-40 .fo-links li:hover .white-bg-btn b:before, footer .top-footer .col-40 .fo-links li:hover .download-white-bg b:before {
        filter: brightness(0) invert(1); }
      footer .top-footer .col-40 .fo-links li:hover .white-bg-btn span, footer .top-footer .col-40 .fo-links li:hover .download-white-bg span {
        color: #ffffff; }
        footer .top-footer .col-40 .fo-links li:hover .white-bg-btn span.front-side, footer .top-footer .col-40 .fo-links li:hover .download-white-bg span.front-side {
          transform: translate(0, -100%); }
        footer .top-footer .col-40 .fo-links li:hover .white-bg-btn span.back-side, footer .top-footer .col-40 .fo-links li:hover .download-white-bg span.back-side {
          transform: translate(0, -100%); }
footer .copy-right {
  color: #ffffff;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  padding: 20px 0 40px; }
@media only screen and (max-width: 1280px) {
  footer .col-40 .foo-form {
    padding: 0 !important; } }
@media only screen and (max-width: 768px) {
  footer .top-footer {
    padding: 40px 0 20px; }
    footer .top-footer .col-60 .foo-form {
      padding: 0;
      border-right: 0;
      border-bottom: 1px solid #464B65; }
    footer .top-footer .foo-form .heading-two {
      text-align: left !important; }
    footer .top-footer .col-40 .foo-form {
      padding: 40px 0 0; } }

.country-icon {
  margin-top: 60px; }
  .country-icon .office-location-heading {
    color: #ffffff;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 18px;
    font-size: 20px;
    line-height: 30px;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .country-icon .office-location-heading {
        font-size: 16px;
        line-height: 26px; } }
    .country-icon .office-location-heading span {
      position: relative;
      padding-right: 40px; }
      .country-icon .office-location-heading span:after {
        content: "";
        width: 27px;
        height: 18px;
        background: url("../img/india-flag.png") no-repeat center center;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translate(0, -50%); }
  .country-icon .india-box {
    position: relative; }
    .country-icon .india-box .country-bg {
      position: relative;
      padding-right: 30px; }
      .country-icon .india-box .country-bg:after {
        content: "";
        height: 100%;
        width: 1px;
        background: #464B65;
        position: absolute;
        right: 0;
        top: 0; }
      .country-icon .india-box .country-bg ul li:last-child {
        display: none; }
  .country-icon .delaware-box .office-location-heading span:after {
    background: url("../img/usa-flag.png") no-repeat center center; }
  @media only screen and (max-width: 992px) {
    .country-icon {
      margin-top: 0; }
      .country-icon .office-location-heading {
        text-align: center; }
        .country-icon .office-location-heading:after {
          content: "";
          width: 100%;
          height: 6px;
          background: linear-gradient(180deg, #0C1838 100%, #070F23 0%), linear-gradient(0deg, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0.34));
          position: absolute;
          left: 0;
          top: 50%;
          transform: translate(0, -50%);
          border-radius: 60px; }
        .country-icon .office-location-heading span {
          background: #161F3A;
          padding: 0 16px;
          z-index: 1;
          border-radius: 60px; }
          .country-icon .office-location-heading span:after {
            display: none; }
      .country-icon .india-box .country-bg {
        padding-right: 0; }
        .country-icon .india-box .country-bg:after {
          display: none; }
      .country-icon .india-box ul {
        padding: 0;
        justify-content: center;
        background: transparent; }
        .country-icon .india-box ul li {
          -ms-flex: 0 0 30%;
          flex: 0 0 30%;
          max-width: 30%; }
          .country-icon .india-box ul li:last-child {
            display: block !important; }
      .country-icon .delaware-box {
        display: none; } }

.country-bg ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  gap: 20px;
  background: #101933;
  padding: 20px 0; }
  .country-bg ul li {
    text-align: center;
    padding: 0 16px;
    opacity: 0.5;
    transition: all .5s ease;
    cursor: pointer; }
    .country-bg ul li .icon-country {
      margin-bottom: 20px; }
      .country-bg ul li .icon-country img {
        margin: 0 auto; }
    .country-bg ul li span {
      text-transform: uppercase;
      font-weight: 500;
      color: #ffffff;
      font-size: 18px;
      line-height: 28px; }
      @media only screen and (max-width: 768px) {
        .country-bg ul li span {
          font-size: 16px;
          line-height: 26px; } }
    .country-bg ul li:hover {
      opacity: 1; }

.large-wrapper {
  max-width: calc(100% - 120px);
  margin: auto;
  padding: 0; }
  @media only screen and (min-width: 1920px) {
    .large-wrapper {
      max-width: 1800px;
      padding: 0 30px; } }
  @media only screen and (max-width: 992px) {
    .large-wrapper {
      max-width: calc(100% - 60px); } }
  @media only screen and (max-width: 992px) {
    .large-wrapper {
      max-width: 100%;
      padding: 0 16px; } }

.wrapper {
  max-width: calc(100% - 200px);
  margin: auto;
  padding: 0; }
  @media only screen and (min-width: 1920px) {
    .wrapper {
      max-width: 1800px;
      padding: 0 30px; } }
  @media only screen and (max-width: 992px) {
    .wrapper {
      max-width: calc(100% - 100px); } }
  @media only screen and (max-width: 992px) {
    .wrapper {
      max-width: 100%;
      padding: 0 16px; } }

.sm-wrapper {
  max-width: calc(100% - 260px);
  margin: auto;
  padding: 0; }
  @media only screen and (max-width: 992px) {
    .sm-wrapper {
      max-width: 100%;
      padding: 0 16px; } }

.xs-wrapper {
  max-width: calc(100% - 400px);
  margin: auto;
  padding: 0; }
  @media only screen and (max-width: 992px) {
    .xs-wrapper {
      max-width: 100%;
      padding: 0 16px; } }

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px; }

.center-row {
  align-items: center; }

.common-col, .col-20, .col-25, .col-30, .col-33, .col-35, .col-40, .col-50, .col-60, .col-65, .col-66, .col-70, .col-80, .col-100 {
  position: relative;
  width: 100%;
  padding: 0 15px; }

.col-20 {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%; }
  @media only screen and (max-width: 992px) {
    .col-20 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; } }

.col-25 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }
  @media only screen and (max-width: 992px) {
    .col-25 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; } }

.col-30 {
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%; }
  @media only screen and (max-width: 992px) {
    .col-30 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; } }

.col-33 {
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: 33.33%; }
  @media only screen and (max-width: 992px) {
    .col-33 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; } }

.col-35 {
  -ms-flex: 0 0 35%;
  flex: 0 0 35%;
  max-width: 35%; }
  @media only screen and (max-width: 992px) {
    .col-35 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; } }

.col-40 {
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%; }
  @media only screen and (max-width: 992px) {
    .col-40 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; } }

.col-50 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }
  @media only screen and (max-width: 992px) {
    .col-50 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; } }

.col-60 {
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%; }
  @media only screen and (max-width: 992px) {
    .col-60 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; } }

.col-65 {
  -ms-flex: 0 0 65%;
  flex: 0 0 65%;
  max-width: 65%; }
  @media only screen and (max-width: 992px) {
    .col-65 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; } }

.col-66 {
  -ms-flex: 0 0 66.66%;
  flex: 0 0 66.66%;
  max-width: 66.66%; }
  @media only screen and (max-width: 992px) {
    .col-66 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; } }

.col-70 {
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  max-width: 70%; }
  @media only screen and (max-width: 992px) {
    .col-70 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; } }

.col-80 {
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  max-width: 80%; }
  @media only screen and (max-width: 992px) {
    .col-80 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; } }

.col-100 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.offset-20 {
  margin-left: 20%; }
  @media only screen and (max-width: 992px) {
    .offset-20 {
      margin-left: 0; } }

.btn-default, .red-btn, .white-bg-btn, .download-white-bg, .no-bg-btn, .white-border-btn, .download-btn {
  display: inline-block;
  background: #161F3A;
  color: #ffffff;
  padding: 12px 20px;
  height: 50px;
  overflow: hidden;
  position: relative;
  font-weight: 400;
  transition: all .5s ease;
  cursor: pointer;
  font-size: 16px;
  line-height: 26px; }
  @media only screen and (max-width: 768px) {
    .btn-default, .red-btn, .white-bg-btn, .download-white-bg, .no-bg-btn, .white-border-btn, .download-btn {
      font-size: 14px;
      line-height: 24px; } }
  .btn-default b, .red-btn b, .white-bg-btn b, .download-white-bg b, .no-bg-btn b, .white-border-btn b, .download-btn b {
    position: relative;
    padding-right: 25px;
    font-weight: 400;
    display: block;
    overflow: hidden;
    height: 26px; }
    .btn-default b:before, .red-btn b:before, .white-bg-btn b:before, .download-white-bg b:before, .no-bg-btn b:before, .white-border-btn b:before, .download-btn b:before {
      content: "";
      width: 16px;
      height: 16px;
      position: absolute;
      top: 50%;
      right: 0;
      background: url("../img/button-arrow.svg") no-repeat center center;
      transform: translate(0, -50%);
      background-size: 100% 100%; }
    .btn-default b span, .red-btn b span, .white-bg-btn b span, .download-white-bg b span, .no-bg-btn b span, .white-border-btn b span, .download-btn b span {
      display: block;
      transition: transform 0.5s ease; }
    .btn-default b span.front-side, .red-btn b span.front-side, .white-bg-btn b span.front-side, .download-white-bg b span.front-side, .no-bg-btn b span.front-side, .white-border-btn b span.front-side, .download-btn b span.front-side {
      transform: translate(0, 0); }
    .btn-default b span.back-side, .red-btn b span.back-side, .white-bg-btn b span.back-side, .download-white-bg b span.back-side, .no-bg-btn b span.back-side, .white-border-btn b span.back-side, .download-btn b span.back-side {
      transform: translate(0, 100%); }
  .btn-default:hover, .red-btn:hover, .white-bg-btn:hover, .download-white-bg:hover, .no-bg-btn:hover, .white-border-btn:hover, .download-btn:hover {
    background: #E11E34; }
    .btn-default:hover b span.front-side, .red-btn:hover b span.front-side, .white-bg-btn:hover b span.front-side, .download-white-bg:hover b span.front-side, .no-bg-btn:hover b span.front-side, .white-border-btn:hover b span.front-side, .download-btn:hover b span.front-side {
      transform: translate(0, -100%); }
    .btn-default:hover b span.back-side, .red-btn:hover b span.back-side, .white-bg-btn:hover b span.back-side, .download-white-bg:hover b span.back-side, .no-bg-btn:hover b span.back-side, .white-border-btn:hover b span.back-side, .download-btn:hover b span.back-side {
      transform: translate(0, -100%); }

.prev-btn b {
  padding-left: 25px; }
  .prev-btn b:before {
    left: 0;
    transform: rotate(180deg) translate(0, -40%);
    top: 0; }

.red-btn {
  background: #E11E34; }
  .red-btn:hover {
    background: #161F3A; }

.white-bg-btn, .download-white-bg {
  background: #ffffff;
  color: #161616; }
  .white-bg-btn b, .download-white-bg b {
    color: #161F3A !important;
    opacity: 1 !important; }
    .white-bg-btn b:before, .download-white-bg b:before {
      filter: brightness(0) invert(0);
      transition: all .5s ease; }
  .white-bg-btn:hover b, .download-white-bg:hover b {
    color: #ffffff !important; }
    .white-bg-btn:hover b:before, .download-white-bg:hover b:before {
      filter: brightness(0) invert(1); }

.arrowBtn {
  display: inline-block;
  position: relative;
  color: #565656;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  transition: all .5s ease;
  cursor: pointer; }
  @media only screen and (max-width: 768px) {
    .arrowBtn {
      font-size: 14px;
      line-height: 24px; } }
  .arrowBtn span {
    position: relative;
    padding-right: 42px;
    transition: all .5s ease; }
    .arrowBtn span:before {
      content: "";
      width: 30px;
      height: 30px;
      position: absolute;
      top: 50%;
      right: 0;
      background: url("../img/red-arrow.svg") no-repeat center center;
      transform: translate(0, -50%);
      background-size: 100% 100%; }
  .arrowBtn:hover span {
    padding-right: 50px; }

.underline-btn, .white-underline-btn {
  position: relative;
  letter-spacing: 0.04em;
  color: #E11E34;
  font-size: 16px;
  line-height: 26px;
  display: inline-block;
  transition: all .5s ease;
  cursor: pointer; }
  @media only screen and (max-width: 768px) {
    .underline-btn, .white-underline-btn {
      font-size: 14px;
      line-height: 24px; } }
  .underline-btn:after, .white-underline-btn:after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #E11E34; }

.white-underline-btn {
  color: #ffffff; }
  .white-underline-btn:after {
    background: #ffffff !important; }

button.btn-default, button.red-btn, button.white-bg-btn, button.download-white-bg, button.no-bg-btn, button.white-border-btn, button.download-btn {
  width: auto;
  border: 0;
  cursor: pointer; }

.no-bg-btn, .white-border-btn {
  background: transparent;
  border: 1px solid #161F3A;
  color: #161F3A; }
  .no-bg-btn:hover, .white-border-btn:hover {
    color: #ffffff;
    border-color: #E11E34; }

.white-border-btn {
  border-color: #ffffff;
  color: #ffffff; }

.no-arrow b {
  padding-right: 0; }
  .no-arrow b:before {
    display: none !important; }

.download-btn b {
  padding: 0 0 0 28px; }
  .download-btn b:before {
    width: 24px;
    height: 24px;
    right: inherit;
    left: 0;
    background-image: url("../img/download-icon.svg"); }

.btn-group a {
  margin-right: 24px; }
  .btn-group a:last-child {
    margin-right: 0; }
@media only screen and (max-width: 768px) {
  .btn-group a {
    width: 100%;
    margin: 0;
    text-align: center; } }

.red-btn-text b {
  color: #E11E34 !important; }
  .red-btn-text b::before {
    filter: invert(65%) sepia(41%) saturate(7418%) hue-rotate(-5deg) brightness(90%); }

.download-white-bg {
  background: #ffffff !important; }
  .download-white-bg:hover {
    background: #E11E34 !important;
    border: 1px solid #E11E34 !important; }

.download-trans-bg {
  background: transparent;
  border: 1px solid #E11E34;
  color: #E11E34;
  height: auto;
  padding: 8px 16px;
  font-size: 12px;
  line-height: 22px;
  line-height: 26px;
  border-radius: 68px; }
  .download-trans-bg b::before {
    filter: invert(30%) sepia(100%) saturate(7476%) hue-rotate(342deg) brightness(95%) contrast(105%); }
  .download-trans-bg:hover {
    color: #ffffff; }
    .download-trans-bg:hover b::before {
      filter: none; }

button:disabled {
  opacity: 0.1; }

.swiper-arrow-box {
  display: flex;
  width: max-content; }
  .swiper-arrow-box .arrow-slide {
    height: 48px;
    width: 48px;
    border-radius: 50%;
    background: #E11E34;
    color: #ffffff;
    left: 50px; }
    .swiper-arrow-box .arrow-slide:after {
      font-size: 16px; }
  .swiper-arrow-box .swiper-button-next.arrow-slide {
    left: auto;
    right: 50px; }
  .swiper-arrow-box .arrow-slide.swiper-button-disabled {
    display: none; }

.arrow-slide {
  height: 48px;
  width: 48px;
  border-radius: 50%;
  background: #E11E34;
  color: #ffffff;
  left: 50px; }
  .arrow-slide:after {
    font-size: 16px; }
  @media only screen and (max-width: 768px) {
    .arrow-slide {
      left: 10px; } }

.swiper-button-next.arrow-slide {
  left: auto;
  right: 50px; }
  @media only screen and (max-width: 768px) {
    .swiper-button-next.arrow-slide {
      right: 10px; } }

.marquee-slider {
  overflow: hidden;
  width: 100%;
  margin-bottom: 60px; }
  .marquee-slider .marquee-content {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    gap: 30px;
    flex-wrap: nowrap;
    width: max-content;
    -webkit-animation: marquee 15s linear infinite;
    -moz-animation: marquee 15s linear infinite;
    -o-animation: marquee 15s linear infinite;
    -ms-animation: marquee 15s linear infinite;
    animation: marquee 15s linear infinite; }
    .marquee-slider .marquee-content .img-marquee img {
      width: 100%;
      -webkit-filter: grayscale(100%);
      filter: grayscale(100%); }

@keyframes marquee {
  0% {
    -webkit-transform: translateX(calc(-50% - 30px));
    -moz-transform: translateX(calc(-50% - 30px));
    -o-transform: translateX(calc(-50% - 30px));
    -ms-transform: translateX(calc(-50% - 30px));
    transform: translateX(calc(-50% - 30px)); }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
.marquee-slider.bottom-to-top-scroll .marquee-content {
  -webkit-animation: marqueeSecondScroll 15s linear infinite !important;
  -moz-animation: marqueeSecondScroll 15s linear infinite !important;
  -o-animation: marqueeSecondScroll 15s linear infinite !important;
  -ms-animation: marqueeSecondScroll 15s linear infinite !important;
  animation: marqueeSecondScroll 15s linear infinite !important; }

@keyframes marqueeSecondScroll {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    -webkit-transform: translateX(calc(-50% - 30px));
    -moz-transform: translateX(calc(-50% - 30px));
    -o-transform: translateX(calc(-50% - 30px));
    -ms-transform: translateX(calc(-50% - 30px));
    transform: translateX(calc(-50% - 30px)); } }
.gallery-slider {
  position: static; }
  .gallery-slider .arrow-slide {
    left: 80px;
    top: 50%;
    margin-top: 10%; }
    .gallery-slider .arrow-slide.swiper-button-prev {
      left: 0; }
    .gallery-slider .arrow-slide.swiper-button-disabled {
      display: flex; }

.zoom-bullet .swiper-pagination-bullet {
  height: 10px;
  width: 10px;
  background: #E11E34;
  opacity: 0.5;
  border: 1px solid #E11E34;
  position: relative;
  transition: all .5s ease;
  margin-right: 12px !important; }
  .zoom-bullet .swiper-pagination-bullet:after {
    content: "";
    height: 5px;
    width: 5px;
    background: #E11E34;
    position: absolute;
    left: 50%;
    top: 50%;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transform-origin: center;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease; }
.zoom-bullet .swiper-pagination-bullet.swiper-pagination-bullet-active {
  transform: scale(2);
  opacity: 1;
  background: transparent; }
  .zoom-bullet .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
    opacity: 1;
    visibility: visible; }

@media only screen and (max-width: 768px) {
  .article-banner-slider .arrow-slide {
    display: none; } }

.container-checkbox {
  display: block;
  position: relative;
  padding-left: 32px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 26px; }
  @media only screen and (max-width: 768px) {
    .container-checkbox {
      font-size: 14px;
      line-height: 24px; } }
  .container-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }

.container-checkbox .checkmark {
  position: absolute;
  top: 50%;
  left: 0;
  height: 20px;
  width: 20px;
  border: 1px solid #161616;
  transform: translate(0, -50%); }

.container-checkbox input:checked ~ .checkmark {
  background-color: #ffffff;
  border-color: #ffffff; }

.container-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none; }

.container-checkbox input:checked ~ .checkmark:after {
  display: block; }

.container-checkbox .checkmark:after {
  left: 0;
  top: -4px;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 5px;
  height: 8px;
  border: solid #E11E34;
  border-width: 0 1.4px 1.4px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.form-box .from-input {
  position: relative; }
  .form-box .from-input .custom-select {
    position: relative;
    width: 100%; }
    .form-box .from-input .custom-select .selected-txt {
      position: relative;
      border: 1px solid #E11E34;
      padding: 0 40px 0 20px;
      color: #E11E34;
      height: 50px;
      cursor: pointer;
      font-size: 16px;
      line-height: 26px;
      line-height: 50px; }
      @media only screen and (max-width: 768px) {
        .form-box .from-input .custom-select .selected-txt {
          font-size: 14px;
          line-height: 24px; } }
      .form-box .from-input .custom-select .selected-txt:after {
        content: "";
        height: 8px;
        width: 14px;
        background: url(../img/select-arrow.svg) no-repeat;
        position: absolute;
        right: 26px;
        top: 50%;
        background-size: 100% 100%;
        transform: translate(0, -50%) rotate(0deg);
        transition: all .5s ease; }
      .form-box .from-input .custom-select .selected-txt span {
        width: 100%;
        height: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 100%;
        display: block; }
      @media only screen and (max-width: 768px) {
        .form-box .from-input .custom-select .selected-txt {
          line-height: 50px; } }
    .form-box .from-input .custom-select .selected-txt.arrow-up:after {
      transform: translate(0, -50%) rotate(180deg); }
    .form-box .from-input .custom-select ul {
      position: absolute;
      width: 100%;
      top: 100%;
      left: 0;
      z-index: 12;
      max-height: 0;
      overflow-y: auto;
      transition: all .5s ease;
      /* Scrollbar Styling */ }
      .form-box .from-input .custom-select ul li {
        background: #FAFAFA;
        border-bottom: 1px solid #DEDEDE;
        padding: 16px 20px;
        cursor: pointer;
        z-index: 1;
        font-size: 14px;
        line-height: 24px; }
      .form-box .from-input .custom-select ul::-webkit-scrollbar {
        width: 6px; }
      .form-box .from-input .custom-select ul::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 10px; }
      .form-box .from-input .custom-select ul::-webkit-scrollbar-thumb {
        background: #E11E34;
        border-radius: 10px; }
      .form-box .from-input .custom-select ul::-webkit-scrollbar-thumb:hover {
        background: #b4182a; }
    .form-box .from-input .custom-select ul.select-open {
      max-height: 245px; }

.form-box.custom-category-select .from-input {
  position: relative; }
  .form-box.custom-category-select .from-input .custom-select {
    position: relative;
    width: 130px; }
    .form-box.custom-category-select .from-input .custom-select .selected-txt {
      border: 1px solid #E3E3E3;
      padding: 0 35px 0 12px;
      color: #565656;
      font-size: 16px;
      line-height: 26px;
      height: 50px;
      line-height: 50px;
      width: 100%;
      border-radius: 4px;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      @media only screen and (max-width: 768px) {
        .form-box.custom-category-select .from-input .custom-select .selected-txt {
          font-size: 14px;
          line-height: 24px; } }
      .form-box.custom-category-select .from-input .custom-select .selected-txt span {
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 100%; }
      .form-box.custom-category-select .from-input .custom-select .selected-txt:after {
        background: url(../img/select-arrow.svg) no-repeat center;
        filter: brightness(0) saturate(100%) invert(33%) sepia(4%) saturate(370%) hue-rotate(180deg) brightness(90%) contrast(90%);
        right: 10px; }
    .form-box.custom-category-select .from-input .custom-select .selected-txt.arrow-up {
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0; }
      .form-box.custom-category-select .from-input .custom-select .selected-txt.arrow-up:after {
        transform: translateY(-50%) rotate(180deg); }
    .form-box.custom-category-select .from-input .custom-select ul {
      left: 0;
      z-index: 12;
      max-height: 0;
      overflow: hidden;
      visibility: hidden;
      transition: max-height 0.3s ease, visibility 0.3s ease;
      background: #FAFAFA;
      border-radius: 4px;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
      border: 1px solid #E3E3E3;
      border-top: none;
      padding: 0 12px; }
      .form-box.custom-category-select .from-input .custom-select ul.select-open {
        max-height: 250px;
        visibility: visible;
        overflow-y: auto;
        border-top: 1px solid #565656;
        border-top-left-radius: 0;
        border-top-right-radius: 0; }
      .form-box.custom-category-select .from-input .custom-select ul li {
        padding: 12px 0;
        border-bottom: 1px solid #C4C4C4;
        font-size: 14px;
        line-height: 24px;
        transition: background 0.2s;
        color: #565656; }
        .form-box.custom-category-select .from-input .custom-select ul li:first-child {
          padding-top: 10px; }
      .form-box.custom-category-select .from-input .custom-select ul li:last-child {
        border-bottom: none; }

.form-group .cat-group {
  display: flex;
  align-items: flex-start;
  gap: 8px; }
  .form-group .cat-group input {
    display: none; }
    .form-group .cat-group input + label {
      position: relative;
      cursor: pointer;
      padding-left: 30px;
      color: #939393;
      font-size: 14px;
      line-height: 24px; }
      .form-group .cat-group input + label::before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 18px;
        height: 18px;
        border: 1px solid #D9D9D9;
        border-radius: 3px;
        flex-shrink: 0; }
    .form-group .cat-group input:checked + label::before {
      background-color: #161F3A;
      border-color: #161F3A; }
    .form-group .cat-group input:checked + label::after {
      content: '';
      display: block;
      position: absolute;
      top: 16px;
      left: 6px;
      width: 6px;
      height: 11px;
      border: solid #fff;
      border-width: 0 2px 2px 0;
      transform: rotate(45deg); }

.form-group select {
  color: #6F6F6F;
  border-bottom: 1px solid #EEEEEE;
  padding-bottom: 17px;
  background: url(../img/dark-down.svg) no-repeat right center; }
  .form-group select option {
    color: #161616;
    padding-left: 30px; }

.responsive-tab .container-tab {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px; }
  .responsive-tab .container-tab .tab-menu {
    margin: 0 auto;
    display: inline-block;
    height: 46px;
    border: 1px solid #DEDEDE;
    position: relative;
    overflow: hidden;
    border-radius: 184px; }
    .responsive-tab .container-tab .tab-menu ul {
      display: flex;
      gap: 0;
      height: 100%;
      position: relative;
      z-index: 2;
      padding: 4px; }
      .responsive-tab .container-tab .tab-menu ul .tab-indicator {
        border-radius: 184px;
        height: calc(100% - 6px);
        top: 3px; }
      .responsive-tab .container-tab .tab-menu ul li {
        line-height: 1;
        padding: 0 30px;
        height: 100%;
        display: flex;
        align-items: center;
        color: #565656;
        font-weight: 600;
        font-size: 16px;
        line-height: 26px; }
        @media only screen and (max-width: 768px) {
          .responsive-tab .container-tab .tab-menu ul li {
            font-size: 14px;
            line-height: 24px; } }
        .responsive-tab .container-tab .tab-menu ul li a {
          display: block;
          height: 100%; }
        .responsive-tab .container-tab .tab-menu ul li.active {
          color: #ffffff; }
@media only screen and (max-width: 1100px) {
  .responsive-tab .container-tab .tab-menu ul li {
    padding: 0 20px; } }
@media only screen and (max-width: 992px) {
  .responsive-tab .container-tab .tab-menu {
    height: auto;
    overflow: unset;
    position: relative;
    width: 100%;
    padding: 3px; }
    .responsive-tab .container-tab .tab-menu .text-tag {
      background: #E11E34;
      color: #ffffff;
      width: 100%;
      padding: 15px 32px;
      border-radius: 184px;
      position: relative; }
      .responsive-tab .container-tab .tab-menu .text-tag::before {
        content: "";
        height: 8px;
        width: 14px;
        background: url(../img/select-arrow.svg) no-repeat;
        position: absolute;
        right: 26px;
        top: 50%;
        background-size: 100% 100%;
        transform: translate(0, -50%) rotate(0deg);
        transition: all .5s ease;
        filter: brightness(0) invert(1); }
      .responsive-tab .container-tab .tab-menu .text-tag.open::before {
        transform: translate(0, -50%) rotate(180deg); }
    .responsive-tab .container-tab .tab-menu ul {
      position: absolute;
      top: 100%;
      opacity: 0;
      visibility: hidden;
      display: block;
      transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
      background: #FAFAFA;
      height: 0;
      left: 0;
      width: 100%;
      max-width: 100%;
      box-shadow: 0px 2px 64px 0px #00000012; }
      .responsive-tab .container-tab .tab-menu ul.active-ul {
        opacity: 1;
        visibility: visible;
        height: 300px;
        overflow-y: auto; }
      .responsive-tab .container-tab .tab-menu ul .tab-indicator {
        display: none; }
      .responsive-tab .container-tab .tab-menu ul li {
        padding: 10px 30px;
        height: auto;
        width: 100%;
        border-bottom: 1px solid #E3E3E3;
        font-size: 16px;
        line-height: 26px; } }
      @media only screen and (max-width: 992px) and (max-width: 768px) {
        .responsive-tab .container-tab .tab-menu ul li {
          font-size: 14px;
          line-height: 24px; } }
@media only screen and (max-width: 992px) {
        .responsive-tab .container-tab .tab-menu ul li a {
          display: block;
          height: 100%; }
        .responsive-tab .container-tab .tab-menu ul li.active {
          color: #565656; } }

.client-tab ul {
  list-style: none;
  padding: 0;
  display: flex;
  background: #FAFAFA;
  border: 1px solid #F5F5F5;
  max-width: fit-content;
  padding: 6px;
  position: relative; }
  .client-tab ul .tab-indicator {
    position: absolute;
    height: calc(100% - 12px);
    background: #E11E34;
    top: 6px;
    left: 0;
    transition: transform 0.4s ease-in-out, width 0.3s ease;
    z-index: 1; }
  .client-tab ul li {
    position: relative;
    padding: 12px 30px;
    cursor: pointer;
    transition: color 0.3s ease;
    color: black;
    text-align: center;
    z-index: 2; }
    .client-tab ul li.active {
      color: white; }

@media only screen and (max-width: 992px) {
  .ir-trans-tab {
    height: auto;
    overflow: unset;
    position: relative;
    width: 100%;
    padding: 3px;
    margin-bottom: 30px;
    border: 1px solid #DEDEDE;
    border-radius: 184px; }
    .ir-trans-tab .text-tag {
      background: #E11E34;
      color: #ffffff;
      width: 100%;
      padding: 15px 32px;
      border-radius: 184px;
      position: relative; }
      .ir-trans-tab .text-tag::before {
        content: "";
        height: 8px;
        width: 14px;
        background: url(../img/select-arrow.svg) no-repeat;
        position: absolute;
        right: 26px;
        top: 50%;
        background-size: 100% 100%;
        transform: translate(0, -50%) rotate(0deg);
        transition: all .5s ease;
        filter: brightness(0) invert(1); }
      .ir-trans-tab .text-tag.open::before {
        transform: translate(0, -50%) rotate(180deg); }
    .ir-trans-tab .common-tab-box {
      padding-bottom: 0; }
      .ir-trans-tab .common-tab-box ul {
        position: absolute;
        top: 102%;
        opacity: 0;
        visibility: hidden;
        display: block;
        transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        background: #FAFAFA;
        max-height: 0;
        left: 0;
        width: 100%;
        max-width: 100%;
        box-shadow: 0px 2px 64px 0px #00000012;
        z-index: 999;
        overflow-x: hidden; }
        .ir-trans-tab .common-tab-box ul.active-ul {
          opacity: 1;
          visibility: visible;
          max-height: 300px;
          overflow-y: auto; }
        .ir-trans-tab .common-tab-box ul li {
          padding: 10px 30px;
          height: auto;
          width: 100%;
          border-bottom: 1px solid #E3E3E3;
          font-size: 16px;
          line-height: 26px; } }
        @media only screen and (max-width: 992px) and (max-width: 768px) {
          .ir-trans-tab .common-tab-box ul li {
            font-size: 14px;
            line-height: 24px; } }
@media only screen and (max-width: 992px) {
          .ir-trans-tab .common-tab-box ul li.active {
            box-shadow: none;
            transform: translate(0);
            background: transparent;
            margin: 0;
            text-decoration: none; }
            .ir-trans-tab .common-tab-box ul li.active a {
              color: #161616; } }

.common-tab-box {
  max-width: 750px; }
  .common-tab-box ul {
    list-style: none;
    padding: 0;
    display: flex;
    border: 1px solid #F5F5F5;
    max-width: fit-content;
    margin: auto;
    border-radius: 4px;
    align-items: center; }
    .common-tab-box ul li {
      padding: 18px 24px;
      cursor: pointer;
      transition: transform 0.3s ease-in-out, background 0.3s ease;
      border-radius: 4px;
      position: relative;
      line-height: 120%; }
      .common-tab-box ul li a {
        color: #161616; }
      .common-tab-box ul li.active {
        background: #E11E34;
        color: #ffffff;
        text-decoration: underline;
        transform: scale(1.2);
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
        z-index: 1; }
        .common-tab-box ul li.active a {
          color: #ffffff; }
      .common-tab-box ul li.active {
        margin-left: 15px;
        margin-right: 15px; }
      .common-tab-box ul li:first-child.active, .common-tab-box ul li:last-child.active {
        margin: 0; }
  .common-tab-box.starting-left ul {
    margin-left: 0; }
  @media only screen and (max-width: 992px) {
    .common-tab-box {
      display: none; } }

.about-page-tab {
  position: fixed;
  top: 77px;
  z-index: 100;
  width: 100%; }
  .about-page-tab .common-tabs-box {
    max-width: fit-content;
    margin: 0 auto;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out; }
    .about-page-tab .common-tabs-box ul {
      display: flex;
      padding: 6px;
      flex-wrap: wrap;
      border-radius: 100px;
      border: 1px solid #F5F5F5;
      background: #ffffff;
      backdrop-filter: blur(20px);
      gap: 15px; }
      .about-page-tab .common-tabs-box ul li {
        flex-grow: 1; }
        .about-page-tab .common-tabs-box ul li a {
          padding: 8px 16px;
          display: block;
          text-align: center;
          color: #565656; }
      .about-page-tab .common-tabs-box ul .activetab {
        border-radius: 100px;
        background: #161F3A; }
        .about-page-tab .common-tabs-box ul .activetab a {
          color: #ffffff; }
    .about-page-tab .common-tabs-box.show-tab {
      opacity: 1;
      visibility: visible; }
  @media only screen and (max-width: 992px) {
    .about-page-tab {
      display: none; } }

.pop-up-section {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .pop-up-section .pop-up-inner-box {
    max-width: 890px;
    width: 90%;
    background: #ffffff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 40px 40px;
    z-index: 10;
    max-height: 95vh;
    overflow-y: auto; }
    .pop-up-section .pop-up-inner-box .close-popup {
      position: absolute;
      right: 25px;
      top: 25px;
      cursor: pointer; }
    @media only screen and (max-width: 768px) {
      .pop-up-section .pop-up-inner-box {
        width: 90%;
        max-height: 90vh;
        padding: 40px 20px; }
        .pop-up-section .pop-up-inner-box .close-popup {
          right: 13px;
          top: 13px; } }
  .pop-up-section .scroll-div {
    max-height: 230px;
    overflow-y: auto;
    /* Track */
    /* Handle */ }
    .pop-up-section .scroll-div::-webkit-scrollbar {
      width: 8px; }
    .pop-up-section .scroll-div::-webkit-scrollbar-track {
      background: #f1f1f1; }
    .pop-up-section .scroll-div::-webkit-scrollbar-thumb {
      background: #E11E34; }

.pop-up-section.show-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  overflow-y: auto;
  width: 100%;
  height: 100%;
  opacity: 1;
  visibility: visible; }
  .pop-up-section.show-popup .overlay-black {
    opacity: 0.5;
    visibility: visible; }

.profile-model .designation-popup {
  font-size: 32px;
  line-height: 42px;
  font-weight: 700;
  margin-bottom: 10px; }
.profile-model .scroll-div {
  position: relative;
  margin-bottom: 15px;
  padding-right: 15px; }
  .profile-model .scroll-div p {
    font-size: 16px;
    line-height: 26px;
    color: #434343; }
    @media only screen and (max-width: 768px) {
      .profile-model .scroll-div p {
        font-size: 14px;
        line-height: 24px; } }
  .profile-model .scroll-div:after {
    content: "";
    width: 40px;
    height: 50px;
    background: url(../img/quote-comma.svg) no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    background-size: 100% 100%;
    opacity: 0.5; }
.profile-model .linkdlen-popup {
  position: static;
  margin-bottom: 0; }
.profile-model .heading-three {
  font-weight: 600; }

.popup-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 9999;
  overflow-y: auto; }
  .popup-container .popup-content {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 8px;
    width: 100%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    max-width: 850px;
    margin: 0 auto;
    max-height: 95vh;
    overflow-y: auto;
    position: relative; }
    .popup-container .popup-content h2 {
      font-size: 24px;
      line-height: 34px;
      margin: 20px 0; }
      @media only screen and (max-width: 768px) {
        .popup-container .popup-content h2 {
          font-size: 22px;
          line-height: 32px; } }
    .popup-container .popup-content .close {
      position: absolute;
      top: 27px;
      right: 28px;
      cursor: pointer; }
    @media only screen and (max-width: 768px) {
      .popup-container .popup-content {
        width: 90%;
        max-height: 90vh;
        padding: 20px; } }

.bookContainer .popup-content {
  background: #F0F0F0;
  border-radius: 0; }
  .bookContainer .popup-content .close {
    background: #E11E34;
    top: 0;
    right: 0;
    padding: 17px; }
    .bookContainer .popup-content .close img {
      filter: brightness(0) invert(1); }

.presentation-popup .popup-content {
  max-width: 700px; }
  .presentation-popup .popup-content .contact-form-box .heading-five, .presentation-popup .popup-content .contact-form-box .search-box .search-wrapper input, .search-box .search-wrapper .presentation-popup .popup-content .contact-form-box input, .presentation-popup .popup-content .contact-form-box .search-box .search-wrapper input::placeholder, .search-box .search-wrapper .presentation-popup .popup-content .contact-form-box input::placeholder, .presentation-popup .popup-content .contact-form-box .search-list-section .search-tab-list ul li, .search-list-section .search-tab-list ul .presentation-popup .popup-content .contact-form-box li {
    font-weight: 600;
    padding-right: 30px; }

.upload-cv-popup .popup-content {
  border-radius: 0; }
.upload-cv-popup .heading-popup {
  margin-bottom: 20px; }
.upload-cv-popup .resume-upload {
  width: 100%;
  margin: 0 auto; }
  .upload-cv-popup .resume-upload .upload-box {
    border: 2px dashed #ccc;
    border-radius: 8px;
    padding: 40px 20px;
    text-align: center;
    position: relative;
    cursor: pointer;
    transition: border-color 0.3s ease; }
    .upload-cv-popup .resume-upload .upload-box .drag-text {
      font-weight: 500;
      margin: 0;
      color: #161616; }
    .upload-cv-popup .resume-upload .upload-box .upload-icon {
      background: #ffffff;
      box-shadow: 0px 2px 24px 0px #0000001C;
      width: 40px;
      height: 40px;
      border-radius: 4px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: auto;
      margin-bottom: 20px; }
    .upload-cv-popup .resume-upload .upload-box .subtext {
      color: #888;
      font-size: 14px;
      line-height: 24px;
      font-weight: 300; }
    .upload-cv-popup .resume-upload .upload-box .file-preview {
      margin-top: 15px;
      font-weight: bold;
      color: #333; }
    .upload-cv-popup .resume-upload .upload-box.dragover {
      background: #f9f9f9;
      border-color: #333; }
.upload-cv-popup .skill-tags {
  margin: 20px 0; }
  .upload-cv-popup .skill-tags label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500; }
  .upload-cv-popup .skill-tags .tag-container {
    border: 1px solid #E5E5E5;
    border-radius: 6px;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    min-height: 154px;
    align-items: start; }
    .upload-cv-popup .skill-tags .tag-container input {
      border: none;
      outline: none;
      font-size: 14px;
      min-width: 100%;
      flex-grow: 1;
      padding: 0; }
    .upload-cv-popup .skill-tags .tag-container .tag {
      font-size: 14px;
      line-height: 24px;
      position: relative;
      border: 1px solid #5E5E5E;
      padding: 0px 6px;
      position: relative;
      display: flex;
      align-items: center;
      height: auto;
      padding-right: 19px; }
      .upload-cv-popup .skill-tags .tag-container .tag .remove-tag {
        cursor: pointer;
        font-weight: bold;
        position: absolute;
        right: 4px;
        top: 0;
        font-size: 14px;
        line-height: 24px; }

.accordian-box .accordian-item .accordian-header {
  padding: 20px 0;
  position: relative;
  cursor: pointer; }
  .accordian-box .accordian-item .accordian-header h5 {
    font-size: 20px;
    line-height: 30px; }
    @media only screen and (max-width: 768px) {
      .accordian-box .accordian-item .accordian-header h5 {
        font-size: 16px;
        line-height: 26px; } }
  .accordian-box .accordian-item .accordian-header::before, .accordian-box .accordian-item .accordian-header::after {
    content: "";
    display: block;
    position: absolute;
    background-color: #161F3A;
    transition: transform 0.3s ease-in-out; }
  .accordian-box .accordian-item .accordian-header::before {
    top: 50%;
    right: 15px;
    width: 14px;
    height: 2px; }
  .accordian-box .accordian-item .accordian-header::after {
    top: 42%;
    right: 21px;
    width: 2px;
    height: 14px; }
  .accordian-box .accordian-item .accordian-header.active-accord-head::after {
    display: none; }
.accordian-box .accordian-item:not(:last-child) {
  border-bottom: 1px solid #E3E3E3; }
.accordian-box .accordian-item .accordian-body {
  display: none; }
  .accordian-box .accordian-item .accordian-body.active-accord {
    display: block; }

.home-banner .home-banner-slider {
  height: 100vh;
  overflow: hidden; }
  .home-banner .home-banner-slider .swiper-slide {
    display: flex;
    align-items: center; }
  .home-banner .home-banner-slider .txt-slide {
    padding: 0 10% 0 2%; }
    .home-banner .home-banner-slider .txt-slide h6 {
      color: #E11E34;
      font-weight: 500;
      margin-bottom: 20px;
      font-size: 16px;
      line-height: 26px; }
      @media only screen and (max-width: 768px) {
        .home-banner .home-banner-slider .txt-slide h6 {
          font-size: 14px;
          line-height: 24px; } }
    .home-banner .home-banner-slider .txt-slide .heading-one {
      margin-bottom: 20px; }
    .home-banner .home-banner-slider .txt-slide p {
      font-weight: 500;
      margin-bottom: 20px;
      font-size: 20px;
      line-height: 30px; }
      @media only screen and (max-width: 768px) {
        .home-banner .home-banner-slider .txt-slide p {
          font-size: 16px;
          line-height: 26px; } }
  .home-banner .home-banner-slider.zoom-bullet .swiper-pagination-bullet.swiper-pagination-bullet-active {
    margin: 12px 0; }
@media only screen and (max-width: 1280px) {
  .home-banner .txt-slide .heading-one {
    font-size: 40px;
    line-height: 50px; } }
@media only screen and (max-width: 992px) {
  .home-banner .txt-slide .heading-one {
    font-size: 32px;
    line-height: 42px; } }
@media only screen and (max-width: 768px) {
  .home-banner {
    margin-top: 0; }
    .home-banner .home-banner-slider {
      height: auto;
      margin-top: 30px; }
      .home-banner .home-banner-slider .swiper-slide {
        padding-bottom: 30px; }
      .home-banner .home-banner-slider .txt-slide {
        padding: 0; }
        .home-banner .home-banner-slider .txt-slide h6 {
          margin-bottom: 5px;
          font-size: 14px;
          line-height: 24px; }
        .home-banner .home-banner-slider .txt-slide .heading-one {
          margin-bottom: 5px;
          font-size: 32px;
          line-height: 42px; }
        .home-banner .home-banner-slider .txt-slide p {
          font-size: 14px;
          line-height: 24px; }
      .home-banner .home-banner-slider .swiper-pagination {
        text-align: left;
        bottom: 0;
        top: inherit;
        padding: 0 10px;
        position: relative; }
        .home-banner .home-banner-slider .swiper-pagination .swiper-pagination-bullet {
          margin: 0 6px;
          background: #161616;
          border: 1px solid #161616; }
          .home-banner .home-banner-slider .swiper-pagination .swiper-pagination-bullet:after {
            background: #161616; }
          .home-banner .home-banner-slider .swiper-pagination .swiper-pagination-bullet:first-child {
            margin-left: 0; }
        .home-banner .home-banner-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
          margin: 0;
          opacity: 1;
          background: transparent; }
          .home-banner .home-banner-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
            opacity: 1;
            visibility: visible; } }

.empowering-businesses .text-bx h4 {
  font-weight: 400;
  color: #161616;
  font-size: 26px;
  line-height: 36px; }
  @media only screen and (max-width: 768px) {
    .empowering-businesses .text-bx h4 {
      font-size: 20px;
      line-height: 30px; } }
  .empowering-businesses .text-bx h4 .words {
    display: inline-block; }
@media only screen and (max-width: 768px) {
  .empowering-businesses .sec-heading.text-center {
    text-align: left !important; } }

.corporate-ticker {
  padding-left: 8%; }
  .corporate-ticker ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px 60px; }
    .corporate-ticker ul li {
      position: relative; }
      .corporate-ticker ul li .total-number {
        display: flex; }
        .corporate-ticker ul li .total-number p {
          font-weight: 700;
          color: #161616;
          height: 3.75rem;
          width: max-content;
          overflow: hidden;
          margin-bottom: 0;
          font-size: 60px;
          line-height: 70px; }
          @media only screen and (max-width: 992px) {
            .corporate-ticker ul li .total-number p {
              font-size: 32px;
              line-height: 42px; } }
          .corporate-ticker ul li .total-number p .maincount {
            display: block;
            width: max-content;
            float: left; }
          .corporate-ticker ul li .total-number p span {
            display: block; }
        .corporate-ticker ul li .total-number p.plus-icon {
          color: #E11E34;
          line-height: 45px; }
          @media only screen and (max-width: 992px) {
            .corporate-ticker ul li .total-number p.plus-icon {
              color: #161616; } }
      .corporate-ticker ul li .number-txt {
        color: #565656;
        font-size: 16px;
        line-height: 26px; }
        @media only screen and (max-width: 768px) {
          .corporate-ticker ul li .number-txt {
            font-size: 14px;
            line-height: 24px; } }
  @media only screen and (max-width: 768px) {
    .corporate-ticker {
      margin: 30px 0;
      padding-left: 0; }
      .corporate-ticker ul {
        gap: 30px 16px; }
        .corporate-ticker ul li .total-number p {
          font-size: 40px;
          line-height: 50px; } }

.legal-compliance .support-business {
  height: 650px;
  display: flex; }
  .legal-compliance .support-business li {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    background: #FAFAFA;
    transition: all 0.8s ease-in-out;
    position: relative;
    cursor: pointer; }
    .legal-compliance .support-business li h6 {
      color: #636363;
      font-size: 42px;
      line-height: 52px;
      padding: 40px;
      writing-mode: vertical-rl;
      transform: rotate(180deg);
      position: absolute;
      right: 0;
      bottom: 0;
      transition: all 0.8s ease;
      width: auto;
      height: 100%; }
      @media only screen and (max-width: 992px) {
        .legal-compliance .support-business li h6 {
          font-size: 24px;
          line-height: 34px; } }
    .legal-compliance .support-business li .img-bx {
      position: absolute;
      right: 5px;
      bottom: 10px;
      transition: all .5s ease;
      opacity: 0;
      visibility: hidden;
      width: 20%;
      transform: scale(0); }
    .legal-compliance .support-business li .business-names-box {
      padding: 30px 30px 14px;
      opacity: 0;
      visibility: hidden;
      transform: translateX(100%);
      width: 100%;
      max-width: 800px;
      transition: opacity 1s ease-in-out;
      transition-delay: 1s; }
    .legal-compliance .support-business li:nth-child(even) {
      background: #F5F5F5; }
  .legal-compliance .support-business li.active {
    position: relative;
    background: #161F3A;
    height: 100%;
    overflow: hidden;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%; }
    .legal-compliance .support-business li.active h6 {
      color: #ffffff;
      padding: 30px;
      position: relative;
      writing-mode: unset;
      transform: rotate(360deg);
      height: auto;
      width: 60%;
      z-index: 1; }
    .legal-compliance .support-business li.active .img-bx {
      opacity: 1;
      visibility: visible;
      width: auto;
      transform: scale(1); }
    .legal-compliance .support-business li.active .business-names-box {
      opacity: 1;
      visibility: visible;
      animation: 1s linear Opacity forwards;
      animation-delay: 0.5s; }
  @media only screen and (max-width: 1200px) {
    .legal-compliance .support-business {
      height: 750px; } }
@media only screen and (max-width: 992px) {
  .legal-compliance .support-business {
    flex-wrap: wrap;
    height: auto;
    gap: 30px 30px; }
    .legal-compliance .support-business li {
      min-height: 500px;
      width: 100%; }
      .legal-compliance .support-business li h6 {
        width: 100% !important;
        font-size: 24px;
        line-height: 34px;
        padding: 16px !important; }
      .legal-compliance .support-business li .img-bx {
        top: inherit;
        bottom: 0; }
      .legal-compliance .support-business li .business-names-box {
        padding: 16px 16px 0;
        position: relative; }
        .legal-compliance .support-business li .business-names-box a {
          margin: 0 12px 16px 0;
          font-size: 12px;
          line-height: 22px; }
    .legal-compliance .support-business li.active {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; } }

.business-names-box a {
  padding: 10px 15px;
  display: inline-block;
  margin: 0 16px 16px 0;
  background: #ffffff;
  border-radius: 100px;
  font-size: 14px;
  line-height: 24px; }
  .business-names-box a:hover {
    background: #E11E34;
    color: #ffffff; }

@keyframes Opacity {
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }
.navigating-myriad-ul ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px; }
@media only screen and (max-width: 768px) {
  .navigating-myriad-ul {
    margin-bottom: 30px; }
    .navigating-myriad-ul ul {
      gap: 20px; } }

.regtech-card-box .regtech-hover .ease-box {
  padding: 20px 20px;
  background: #ffffff;
  box-shadow: 0px 2px 32px 0px #00000008;
  height: 100%;
  transition: all .5s ease;
  position: relative; }
  .regtech-card-box .regtech-hover .ease-box .icon-ease {
    width: 46px;
    height: 46px;
    margin-bottom: 40px;
    transform: translate(0, 0);
    perspective: none;
    transition: all 0.8s ease-in-out; }
    .regtech-card-box .regtech-hover .ease-box .icon-ease img {
      width: 100%;
      filter: brightness(1) invert(0); }
  .regtech-card-box .regtech-hover .ease-box .ease-text {
    transform: translate(0, 0);
    transition: all 0.5s ease-in-out; }
  .regtech-card-box .regtech-hover .ease-box h5.trim-txt {
    -webkit-line-clamp: 1;
    margin-bottom: 6px;
    font-size: 18px;
    line-height: 28px; }
    @media only screen and (max-width: 768px) {
      .regtech-card-box .regtech-hover .ease-box h5.trim-txt {
        font-size: 16px;
        line-height: 26px; } }
  .regtech-card-box .regtech-hover .ease-box .trim-txt {
    margin-bottom: 0; }
  .regtech-card-box .regtech-hover .ease-box .white-underline-btn {
    opacity: 0;
    visibility: hidden;
    height: 0; }
  @media only screen and (max-width: 768px) {
    .regtech-card-box .regtech-hover .ease-box {
      padding: 16px; } }
.regtech-card-box .regtech-hover:hover .ease-box {
  background: #E11E34;
  color: #ffffff; }
  .regtech-card-box .regtech-hover:hover .ease-box .icon-ease {
    width: 80px;
    height: 80px;
    margin: 0;
    transform: translate(0, calc(100% + 30px));
    margin-left: calc(100% - 100px); }
    .regtech-card-box .regtech-hover:hover .ease-box .icon-ease img {
      filter: brightness(0) invert(1);
      opacity: 0.3; }
  .regtech-card-box .regtech-hover:hover .ease-box .ease-text {
    transform: translate(0, calc(-100% + 30px)); }
  .regtech-card-box .regtech-hover:hover .ease-box p,
  .regtech-card-box .regtech-hover:hover .ease-box h5 {
    color: #ffffff; }
  .regtech-card-box .regtech-hover:hover .ease-box .white-underline-btn {
    opacity: 1;
    visibility: visible;
    height: auto;
    font-weight: 700; }

@media only screen and (max-width: 768px) {
  .mobileSlider {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    overflow-x: auto;
    gap: 0; }
    .mobileSlider::-webkit-scrollbar, .mobileSlider::-webkit-scrollbar-track, .mobileSlider::-webkit-scrollbar-thumb {
      display: none; } }

@media only screen and (max-width: 768px) {
  .articles-hom-sec .mobileSlider {
    padding: 0 5px; }
    .articles-hom-sec .mobileSlider .mg-bt-30 {
      padding: 0 10px;
      -ms-flex: 0 0 60%;
      flex: 0 0 60%;
      max-width: 60%; } }
@media only screen and (max-width: 480px) {
  .articles-hom-sec .mobileSlider .mg-bt-30 {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%; } }

.article-box {
  background: #ffffff;
  height: 100%;
  padding: 30px;
  position: relative; }
  .article-box .download-btn {
    background: transparent;
    color: #E11E34;
    position: relative;
    padding: 0;
    height: auto;
    padding-left: 23px; }
    .article-box .download-btn::before {
      content: "";
      width: 100%;
      height: 1px;
      position: absolute;
      left: 0;
      bottom: 0;
      background: #E11E34; }
    .article-box .download-btn::after {
      content: "";
      width: 16px;
      height: 16px;
      position: absolute;
      top: 50%;
      left: 0;
      background: url(../img/download-icon.svg) no-repeat center center;
      transform: translate(0, -50%);
      background-size: 100% 100%;
      filter: invert(65%) sepia(41%) saturate(7418%) hue-rotate(-5deg) brightness(90%); }
  .article-box .article-tag {
    position: absolute;
    right: 0;
    top: 0;
    background: #E11E34;
    color: #ffffff;
    font-weight: 400;
    padding: 3px 16px;
    letter-spacing: 0.04em;
    z-index: 1;
    font-size: 14px;
    line-height: 24px; }
  .article-box .date-published {
    color: #363636;
    letter-spacing: 0.04em;
    font-weight: 400;
    position: relative;
    padding-left: 34px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 26px; }
    @media only screen and (max-width: 768px) {
      .article-box .date-published {
        font-size: 14px;
        line-height: 24px; } }
    .article-box .date-published:after {
      content: "";
      background: url("../img/calendar-icon.svg") no-repeat center;
      height: 24px;
      width: 24px;
      position: absolute;
      left: 0;
      top: 0; }
  .article-box h6 {
    font-weight: 600;
    color: #363636; }
  .article-box .underline-btn, .article-box .white-underline-btn {
    position: absolute;
    bottom: 30px;
    left: 30px; }
  .article-box .trim-txt.line-three {
    margin-bottom: 120px; }
    .article-box .trim-txt.line-three p {
      letter-spacing: 0.04em;
      margin-bottom: 0; }
  @media only screen and (max-width: 480px) {
    .article-box {
      padding: 16px; }
      .article-box .article-tag {
        font-size: 12px;
        line-height: 22px;
        padding: 3px 8px; }
      .article-box .date-published {
        font-size: 12px;
        line-height: 22px; }
      .article-box .heading-four {
        font-size: 16px;
        line-height: 26px; } }
    @media only screen and (max-width: 480px) and (max-width: 768px) {
      .article-box .heading-four {
        font-size: 14px;
        line-height: 24px; } }
  @media only screen and (max-width: 480px) {
      .article-box .trim-txt.line-three {
        margin-bottom: 80px; }
        .article-box .trim-txt.line-three p {
          font-size: 14px;
          line-height: 24px; }
      .article-box .underline-btn, .article-box .white-underline-btn {
        left: 16px;
        bottom: 16px; } }

.first-article.article-box {
  padding: 0; }
  .first-article.article-box .article-tag {
    background: #ffffff;
    color: #363636; }
  .first-article.article-box .image-article {
    position: relative;
    height: 100%; }
    .first-article.article-box .image-article img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .first-article.article-box .image-article:after {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      background: linear-gradient(223.33deg, rgba(22, 31, 58, 0) 15.26%, #161F3A 77.05%); }
  .first-article.article-box .text-article-bx {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 30px 164px 30px 30px; }
    .first-article.article-box .text-article-bx .date-published {
      color: #ffffff; }
      .first-article.article-box .text-article-bx .date-published:after {
        filter: brightness(0) invert(1); }
    .first-article.article-box .text-article-bx h6 {
      color: #ffffff;
      margin-bottom: 0; }
    .first-article.article-box .text-article-bx .trim-txt.line-three {
      margin-bottom: 0; }
      .first-article.article-box .text-article-bx .trim-txt.line-three p {
        color: #ffffff;
        margin-bottom: 0; }
  @media only screen and (max-width: 768px) {
    .first-article.article-box {
      height: 400px; }
      .first-article.article-box .text-article-bx {
        padding: 30px 30px; } }
  @media only screen and (max-width: 480px) {
    .first-article.article-box .text-article-bx {
      padding: 16px 16px; } }

.clients-logo .marquee-slider .marquee-content:hover img {
  filter: grayscale(0); }
.clients-logo .marquee-slider .marquee-content .img-marquee img {
  width: 120px;
  height: 60px;
  object-fit: contain;
  display: block;
  margin: 0 auto; }

.differnce-matters-slider .swiper-slide {
  height: auto; }
.differnce-matters-slider .heading-one {
  margin-bottom: 150px;
  transition: all .5s ease; }
.differnce-matters-slider .points-txt {
  height: 100%;
  background: #ffffff;
  box-shadow: 0px 2px 24px 0px #0000000D;
  padding: 30px;
  text-align: right;
  position: relative;
  transition: all .5s ease;
  cursor: pointer; }
  .differnce-matters-slider .points-txt span {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 0 14px 14px;
    font-size: 96px;
    color: #161616;
    opacity: 0.1;
    line-height: 96px;
    font-weight: 700;
    transition: all .5s ease; }
  .differnce-matters-slider .points-txt:hover {
    background: #161F3A; }
    .differnce-matters-slider .points-txt:hover .heading-one {
      color: #ffffff; }
    .differnce-matters-slider .points-txt:hover span {
      color: #ffffff;
      opacity: 1; }
@media only screen and (max-width: 1280px) {
  .differnce-matters-slider .heading-one {
    font-size: 50px;
    line-height: 60px; } }
@media only screen and (max-width: 768px) {
  .differnce-matters-slider {
    max-width: 100%;
    padding: 0 16px;
    margin: 0 auto; }
    .differnce-matters-slider .heading-one {
      font-size: 20px;
      line-height: 30px; }
    .differnce-matters-slider .swiper-arrow-box {
      display: none; }
    .differnce-matters-slider .swiper-wrapper {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .differnce-matters-slider .swiper-slide {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
      position: relative;
      width: 100%;
      padding: 0 10px 20px; }
    .differnce-matters-slider .points-txt {
      padding: 20px 10px; }
      .differnce-matters-slider .points-txt span {
        font-size: 60px;
        line-height: 70px;
        padding: 0 0 10px 14px; } }

.transaction-annouce .wrapper {
  max-width: calc(100% - 100px);
  margin: 0 0 0 auto; }
.transaction-annouce .sec-heading .arrowBtn {
  font-size: 18px;
  line-height: 28px; }
  @media only screen and (max-width: 768px) {
    .transaction-annouce .sec-heading .arrowBtn {
      font-size: 16px;
      line-height: 26px; } }
@media only screen and (max-width: 768px) {
  .transaction-annouce .wrapper {
    max-width: 100%;
    margin: 0 auto; }
  .transaction-annouce .sec-heading {
    text-align: left !important; }
  .transaction-annouce .col-60 {
    padding: 0; } }

.annoucement-slider .annoucement-slide .tag-box {
  position: relative;
  margin-bottom: 24px; }
  .annoucement-slider .annoucement-slide .tag-box .icon-box {
    height: 40px;
    width: 40px;
    position: absolute;
    top: 0;
    right: 0; }
.annoucement-slider .annoucement-slide h6 {
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 26px; }
  @media only screen and (max-width: 768px) {
    .annoucement-slider .annoucement-slide h6 {
      font-size: 14px;
      line-height: 24px; } }
.annoucement-slider .annoucement-slide p {
  font-size: 14px;
  line-height: 24px; }
@media only screen and (max-width: 768px) {
  .annoucement-slider {
    margin-bottom: 30px; }
    .annoucement-slider .swiper-slide {
      padding: 16px 8px 16px 16px; }
      .annoucement-slider .swiper-slide .annoucement-slide {
        padding: 16px;
        box-shadow: 0px 2px 24px 0px #0000000D; } }

.gyan-list li {
  margin-top: -1px; }
  .gyan-list li .gyan-bx {
    border: 1px solid #DEDEDE;
    padding: 24px;
    transition: all .5s ease; }
    .gyan-list li .gyan-bx .date-published {
      color: #363636;
      letter-spacing: 0.04em;
      font-weight: 400;
      position: relative;
      padding-left: 34px;
      margin-bottom: 24px;
      font-size: 16px;
      line-height: 26px; }
      @media only screen and (max-width: 768px) {
        .gyan-list li .gyan-bx .date-published {
          font-size: 14px;
          line-height: 24px; } }
      .gyan-list li .gyan-bx .date-published:after {
        content: "";
        background: url(../img/calendar-icon.svg) no-repeat center;
        height: 24px;
        width: 24px;
        position: absolute;
        left: 0;
        top: 0; }
    .gyan-list li .gyan-bx h6 {
      font-size: 20px;
      line-height: 30px;
      font-weight: 600;
      color: #161616;
      letter-spacing: 0.8px; }
      @media only screen and (max-width: 768px) {
        .gyan-list li .gyan-bx h6 {
          font-size: 16px;
          line-height: 26px; } }
    .gyan-list li .gyan-bx img {
      display: none; }
  .gyan-list li:hover .gyan-bx {
    background: #E11E34; }
    .gyan-list li:hover .gyan-bx .date-published {
      color: #ffffff; }
      .gyan-list li:hover .gyan-bx .date-published:after {
        filter: brightness(0) invert(1); }
    .gyan-list li:hover .gyan-bx h6 {
      color: #ffffff; }
.gyan-list li.active .gyan-bx {
  background: #E11E34; }
  .gyan-list li.active .gyan-bx .date-published {
    color: #ffffff; }
    .gyan-list li.active .gyan-bx .date-published:after {
      filter: brightness(0) invert(1); }
  .gyan-list li.active .gyan-bx h6 {
    color: #ffffff; }

.right-bx-news {
  position: relative;
  padding-top: calc(336 / 336 *100%); }
  .right-bx-news img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0; }
  .right-bx-news.youtube-reel-div {
    position: relative;
    overflow: hidden; }
    .right-bx-news.youtube-reel-div::before {
      content: "";
      position: absolute;
      filter: blur(292px);
      z-index: 0;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      -webkit-backdrop-filter: blur(10px);
      backdrop-filter: blur(10px);
      background: rgba(255, 255, 255, 0.6); }
    .right-bx-news.youtube-reel-div img {
      object-fit: contain; }

.grow-sec {
  position: relative; }
  .grow-sec .image {
    position: relative;
    padding-top: calc(315 / 1240 *100%); }
    .grow-sec .image img {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      object-fit: cover; }
  .grow-sec:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(99.15deg, #151E3B 39.95%, rgba(21, 30, 59, 0) 98.06%);
    pointer-events: none; }
  .grow-sec .grow-caption {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translate(0, -50%);
    padding: 0 60px;
    z-index: 1; }
  @media only screen and (max-width: 768px) {
    .grow-sec .grow-caption {
      padding: 0 16px; }
    .grow-sec .image {
      padding-top: calc(454 / 683 * 100%); }
      .grow-sec .image img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        object-fit: cover; } }

.about-banner .video-box {
  height: 500px; }
  .about-banner .video-box video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }

.who-we-are .right-side .content p {
  font-size: 24px;
  line-height: 34px; }
  @media only screen and (max-width: 768px) {
    .who-we-are .right-side .content p {
      font-size: 22px;
      line-height: 32px; } }
.who-we-are .corporate-restructuring {
  position: relative; }
  .who-we-are .corporate-restructuring .number-div {
    font-size: 60px;
    line-height: 70px;
    color: #161616;
    font-weight: 700; }
    @media only screen and (max-width: 992px) {
      .who-we-are .corporate-restructuring .number-div {
        font-size: 32px;
        line-height: 42px; } }
    .who-we-are .corporate-restructuring .number-div span {
      color: #E11E34; }
  .who-we-are .corporate-restructuring .number-tag {
    font-size: 16px;
    line-height: 26px;
    color: #565656;
    font-weight: 500; }
    @media only screen and (max-width: 768px) {
      .who-we-are .corporate-restructuring .number-tag {
        font-size: 14px;
        line-height: 24px; } }

.vision-mission .mv-before {
  position: relative;
  overflow: hidden;
  padding-left: 88px; }
  .vision-mission .mv-before::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 101px;
    height: 268px;
    background: url(../img/one.svg) no-repeat left center;
    background-size: cover;
    z-index: 0;
    pointer-events: none; }
  .vision-mission .mv-before .content {
    position: relative;
    padding-left: 60px; }
    .vision-mission .mv-before .content::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 17px;
      height: 100%;
      background: url(../img/line.svg) no-repeat left center;
      z-index: 1;
      pointer-events: none; }
    .vision-mission .mv-before .content .text {
      margin-top: 30px; }
      .vision-mission .mv-before .content .text h3 {
        color: #427DD3; }
.vision-mission .vision-before::before {
  content: "";
  background: url(../img/two.svg) no-repeat; }
.vision-mission .vision-before .content .text h3 {
  color: #39D1CD; }
@media only screen and (max-width: 768px) {
  .vision-mission .mv-before {
    padding-left: 0;
    box-shadow: 0px 2px 32px 0px #00000008;
    margin-bottom: 30px; }
    .vision-mission .mv-before::before {
      display: none; }
    .vision-mission .mv-before .content {
      padding: 20px; }
      .vision-mission .mv-before .content::after {
        display: none; } }

.why-choose-us .row {
  padding-top: 20px; }
.why-choose-us .col-33 {
  margin-bottom: 80px; }
  .why-choose-us .col-33:nth-child(2) .choose-box .why-icon:after {
    transform: translate(-50%, 0) rotate(180deg); }
  .why-choose-us .col-33:nth-child(2) .choose-box:hover .why-icon:after {
    transform: translate(-50%, 0) rotate(540deg); }
  .why-choose-us .col-33:nth-child(3) .choose-box .why-icon:after, .why-choose-us .col-33:nth-child(4) .choose-box .why-icon:after {
    transform: translate(-50%, 0) rotate(270deg); }
  .why-choose-us .col-33:nth-child(3) .choose-box:hover .why-icon:after, .why-choose-us .col-33:nth-child(4) .choose-box:hover .why-icon:after {
    transform: translate(-50%, 0) rotate(500deg); }
  .why-choose-us .col-33:nth-child(5) .choose-box .why-icon:after {
    transform: translate(-50%, 0) rotate(325deg); }
  .why-choose-us .col-33:nth-child(5) .choose-box:hover .why-icon:after {
    transform: translate(-50%, 0) rotate(695deg); }
  @media only screen and (max-width: 1024px) {
    .why-choose-us .col-33 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; } }
  @media only screen and (max-width: 768px) {
    .why-choose-us .col-33 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; } }
@media only screen and (max-width: 992px) {
  .why-choose-us .row {
    padding-top: 50px; } }

.why-choose-us.pattern-div:after {
  left: inherit;
  right: 0;
  opacity: 0.5; }

.choose-box {
  text-align: center;
  background: #ffffff;
  padding: 65px 30px 20px 30px;
  box-shadow: 0px 2px 32px 0px #00000008;
  position: relative;
  height: 100%; }
  .choose-box .why-icon {
    height: 80px;
    width: 80px;
    border: 5px solid #E11E34;
    position: absolute;
    left: 50%;
    top: -15%;
    background: #ffffff;
    transform: translate(-50%, 0);
    border-radius: 50%; }
    .choose-box .why-icon img {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: 0 auto;
      width: 100%;
      padding: 10px; }
    .choose-box .why-icon:after {
      content: "";
      background: url(../img/choose-border.png) no-repeat;
      width: 108px;
      height: 108px;
      position: absolute;
      bottom: -18px;
      left: 50%;
      transform: translate(-50%, 0) rotate(0deg);
      transition: all 1.5s ease-in-out; }
  .choose-box .heading-four {
    font-weight: 600; }
  .choose-box p {
    font-size: 14px;
    line-height: 24px; }
  .choose-box:hover .why-icon:after {
    transform: translate(-50%, 0) rotate(360deg); }

.journey .sec-heading {
  margin-bottom: 40px;
  width: 75%;
  z-index: 15;
  position: relative; }
  @media only screen and (max-width: 768px) {
    .journey .sec-heading {
      width: 100%; } }

.journey-slider {
  padding-top: 160px;
  margin-top: -115px; }
  .journey-slider .swiper-slide {
    height: auto; }
    .journey-slider .swiper-slide .journey-box {
      background: #FFFAF9;
      padding: 20px 10px;
      height: 100%;
      position: relative; }
      .journey-slider .swiper-slide .journey-box .year-txt {
        color: #E11E34;
        font-size: 32px;
        line-height: 42px;
        font-weight: 700;
        position: absolute;
        left: 0;
        top: -50px; }
      .journey-slider .swiper-slide .journey-box .ul-journey li {
        font-size: 16px;
        line-height: 26px;
        color: #565656; }
        @media only screen and (max-width: 768px) {
          .journey-slider .swiper-slide .journey-box .ul-journey li {
            font-size: 14px;
            line-height: 24px; } }
      .journey-slider .swiper-slide .journey-box:after {
        content: "";
        height: 10px;
        width: 10px;
        background: #E11E34;
        position: absolute;
        left: 0;
        top: -5px;
        border-radius: 50%; }
  .journey-slider .swiper-pagination {
    top: 160px;
    background: transparent;
    background-image: linear-gradient(to right, #E11E34 60%, rgba(255, 255, 255, 0) 10%);
    background-position: top;
    background-size: 20px 3px;
    background-repeat: repeat-x;
    height: 1px; }
    .journey-slider .swiper-pagination .swiper-pagination-progressbar-fill {
      background: #E11E34;
      border: 1px solid #E11E34; }
  .journey-slider:after {
    content: "";
    width: 30px;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.84) 0%, #FFFFFF 100%);
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10; }
  .journey-slider .swiper-btn-box {
    display: flex;
    width: max-content;
    gap: 12px;
    margin: 0 auto;
    position: absolute;
    top: 24px;
    right: 0;
    left: inherit;
    z-index: 15; }
    .journey-slider .swiper-btn-box .swiper-button-prev,
    .journey-slider .swiper-btn-box .swiper-button-next {
      position: static;
      height: 48px;
      width: 48px;
      background: #E11E34;
      color: #ffffff;
      border-radius: 50%; }
      .journey-slider .swiper-btn-box .swiper-button-prev:after,
      .journey-slider .swiper-btn-box .swiper-button-next:after {
        font-size: 16px;
        line-height: 26px; }
        @media only screen and (max-width: 768px) {
          .journey-slider .swiper-btn-box .swiper-button-prev:after,
          .journey-slider .swiper-btn-box .swiper-button-next:after {
            font-size: 14px;
            line-height: 24px; } }
  @media only screen and (max-width: 768px) {
    .journey-slider {
      margin-top: -15px; } }

.ul-journey li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px; }
  .ul-journey li:after {
    content: "";
    height: 1px;
    width: 14px;
    background: #565656;
    position: absolute;
    left: 0;
    top: 12px; }
  .ul-journey li:last-child {
    margin-bottom: 0; }

.founder-msg .founder-txt .signature-founder {
  margin-top: 30px; }
  .founder-msg .founder-txt .signature-founder .heading-three {
    font-weight: 600; }
@media only screen and (max-width: 992px) {
  .founder-msg .founder-txt {
    margin-top: 30px; } }
.founder-msg .social-profile {
  position: relative;
  margin: -10px 0 20px; }
  .founder-msg .social-profile li {
    position: relative;
    display: inline-block; }
    .founder-msg .social-profile li .linkdlen-link {
      position: relative;
      right: inherit;
      left: 0; }

.quote-txt {
  position: relative; }
  .quote-txt:after {
    content: "";
    background: url(../img/quote-comma.svg) no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px; }

.linkdlen-link {
  position: absolute;
  right: 0;
  top: 0; }
  .linkdlen-link svg {
    border: 1px solid #E4E4E4;
    padding: 2px 2px 2px 0px; }
    .linkdlen-link svg .outer-box {
      fill: transparent; }
    .linkdlen-link svg .logo-social {
      fill: #E11E34; }

.team-mates .form-box {
  width: 180px; }
.team-mates .member-intro {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 40px; }
  @media only screen and (max-width: 768px) {
    .team-mates .member-intro {
      grid-template-columns: 1fr; } }
@media only screen and (max-width: 768px) {
  .team-mates .form-box {
    width: 100%;
    margin-top: 30px; } }

.intro-div {
  position: relative;
  border: 1px solid #E4E4E4;
  padding: 20px;
  transition: all .5s ease;
  overflow: hidden; }
  .intro-div .front-intro .member-img {
    margin-bottom: 16px; }
  .intro-div .front-intro .member-name {
    padding-right: 40px;
    position: relative; }
    .intro-div .front-intro .member-name h5 {
      font-size: 18px;
      line-height: 28px;
      font-weight: 700; }
      @media only screen and (max-width: 768px) {
        .intro-div .front-intro .member-name h5 {
          font-size: 16px;
          line-height: 26px; } }
    .intro-div .front-intro .member-name .designation {
      font-size: 14px;
      line-height: 24px;
      color: #565656; }
  .intro-div .back-intro {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    transition: all .5s ease; }
    .intro-div .back-intro .bio-intro {
      z-index: 1;
      position: relative;
      padding: 20px; }
      .intro-div .back-intro .bio-intro p {
        color: #ffffff;
        font-size: 16px;
        line-height: 26px; }
        @media only screen and (max-width: 768px) {
          .intro-div .back-intro .bio-intro p {
            font-size: 14px;
            line-height: 24px; } }
      .intro-div .back-intro .bio-intro .white-underline-btn {
        font-style: italic; }
    .intro-div .back-intro:after {
      content: "";
      height: 100%;
      width: 100%;
      background: #161F3ABF;
      backdrop-filter: blur(2px);
      position: absolute;
      left: 0;
      bottom: 0;
      transform: translate(0, 100%);
      transition: all .5s ease; }
    .intro-div .back-intro .hide-text {
      display: none; }
  .intro-div:hover .front-intro .member-name .linkdlen-link {
    z-index: 2; }
    .intro-div:hover .front-intro .member-name .linkdlen-link svg {
      background: #E11E34;
      border-color: #E11E34; }
      .intro-div:hover .front-intro .member-name .linkdlen-link svg .logo-social {
        fill: #ffffff; }
  .intro-div:hover .back-intro {
    opacity: 1;
    visibility: visible; }
    .intro-div:hover .back-intro:after {
      transform: translate(0, 0); }

.regtech-banner {
  position: relative;
  padding: 100px 0; }
  .regtech-banner .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .regtech-banner .image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .regtech-banner .banner-content {
    background: rgba(255, 255, 255, 0.9);
    padding: 40px;
    width: 90%;
    max-width: 850px;
    position: relative;
    margin: auto; }
    .regtech-banner .banner-content p {
      font-size: 20px;
      line-height: 30px;
      margin-bottom: 40px; }
      @media only screen and (max-width: 768px) {
        .regtech-banner .banner-content p {
          font-size: 16px;
          line-height: 26px; } }
    .regtech-banner .banner-content .corner-top::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 48px;
      height: 48px;
      border-left: 3px solid #E11E34;
      border-top: 3px solid #E11E34; }
    .regtech-banner .banner-content .corner-bottom::before {
      content: '';
      position: absolute;
      width: 48px;
      height: 48px;
      bottom: 0;
      right: 0;
      border-right: 3px solid #E11E34;
      border-bottom: 3px solid #E11E34; }
    @media only screen and (max-width: 768px) {
      .regtech-banner .banner-content {
        padding: 20px; } }

.reg-product-intro .text p {
  font-weight: 300;
  color: #CCCCCC; }
  .reg-product-intro .text p strong {
    font-weight: 700;
    color: #ffffff; }

.key-features .feature-wrapper {
  display: flex;
  gap: 40px;
  align-items: flex-start; }
  .key-features .feature-wrapper .sticky-images {
    flex: 1; }
    .key-features .feature-wrapper .sticky-images .images-box {
      position: relative;
      height: 470px;
      /* Fixed height */
      width: 100%; }
      .key-features .feature-wrapper .sticky-images .images-box .feature-item .content-image {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        transition: opacity 0.3s ease;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 0;
        /* Default layer */ }
        .key-features .feature-wrapper .sticky-images .images-box .feature-item .content-image.active {
          opacity: 1;
          z-index: 1;
          /* Bring to front */ }
  .key-features .feature-wrapper .content-side {
    flex: 1; }
    .key-features .feature-wrapper .content-side .content-box {
      opacity: 0;
      transform: translateY(60px); }
      .key-features .feature-wrapper .content-side .content-box:last-child {
        margin-bottom: 0; }
  .key-features .feature-wrapper .content-box {
    position: relative;
    padding-left: 40px;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #565656;
    margin-bottom: 30px; }
    @media only screen and (max-width: 768px) {
      .key-features .feature-wrapper .content-box {
        font-size: 16px;
        line-height: 26px; } }
    .key-features .feature-wrapper .content-box span {
      font-weight: 700;
      color: #161F3A;
      font-size: 20px;
      line-height: 30px;
      position: absolute;
      left: 0;
      top: 0; }
      @media only screen and (max-width: 768px) {
        .key-features .feature-wrapper .content-box span {
          font-size: 16px;
          line-height: 26px; } }
    .key-features .feature-wrapper .content-box:last-child {
      margin-bottom: 0; }
  @media only screen and (max-width: 768px) {
    .key-features .feature-wrapper .content-side {
      display: none; }
    .key-features .feature-wrapper .sticky-images {
      overflow: hidden; }
      .key-features .feature-wrapper .sticky-images .images-box {
        height: auto;
        width: 100%;
        display: flex;
        overflow-x: auto;
        overflow-y: visible;
        gap: 20px; }
        .key-features .feature-wrapper .sticky-images .images-box .feature-item {
          flex: 0 0 95%;
          max-width: 95%; }
          .key-features .feature-wrapper .sticky-images .images-box .feature-item .content-image {
            position: static;
            opacity: 1;
            height: 300px;
            margin-bottom: 30px;
            object-fit: contain; }
        .key-features .feature-wrapper .sticky-images .images-box::-webkit-scrollbar, .key-features .feature-wrapper .sticky-images .images-box::-webkit-scrollbar-thumb {
          display: none; } }

.esop-guardian .esop-img {
  margin-bottom: 24px; }
.esop-guardian .esop-txt .heading-four {
  color: #ffffff; }
.esop-guardian .esop-txt p {
  color: #CCCCCC; }

.get-start-banner .grow-sec:after {
  background: linear-gradient(98.35deg, #161F3A 8.22%, rgba(22, 31, 58, 0) 123.63%); }
.get-start-banner .grow-caption {
  padding: 0 40px; }
  .get-start-banner .grow-caption h4 {
    font-size: 32px;
    line-height: 42px;
    color: #ffffff;
    margin-bottom: 15px; }
  .get-start-banner .grow-caption p {
    color: #ffffff;
    margin-bottom: 0; }

.related-product {
  position: relative; }
  .related-product .related-product-slider {
    position: static;
    padding-bottom: 30px; }
    .related-product .related-product-slider .swiper-slide {
      height: auto; }
    .related-product .related-product-slider .arrow-slide {
      top: 96px;
      right: 100px;
      left: inherit;
      width: 48px;
      height: 48px; }
      .related-product .related-product-slider .arrow-slide.swiper-button-prev {
        right: 160px; }
  @media only screen and (max-width: 768px) {
    .related-product .related-product-slider {
      padding-top: 70px;
      position: relative; }
      .related-product .related-product-slider .arrow-slide {
        top: 25px;
        right: 15px; }
        .related-product .related-product-slider .arrow-slide.swiper-button-prev {
          right: 75px; } }

@media only screen and (max-width: 768px) {
  .esop-video-sec .text {
    margin-top: 30px; } }

.service-banner .banner-box {
  position: relative; }
  .service-banner .banner-box .content {
    position: absolute;
    bottom: 0;
    background: #fff;
    padding: 24px 0 0 100px;
    max-width: 700px; }
    .service-banner .banner-box .content .heading {
      color: #161616;
      font-weight: 700;
      padding-right: 40px; }
.service-banner .iamge {
  position: relative;
  padding-top: calc(450 / 1440 * 100%); }
  .service-banner .iamge img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }
.service-banner .service-banner-content p {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 32px; }
  @media only screen and (max-width: 768px) {
    .service-banner .service-banner-content p {
      font-size: 16px;
      line-height: 26px; } }
@media only screen and (max-width: 992px) {
  .service-banner .banner-box .content {
    padding: 16px 0 0px 16px;
    max-width: 400px; } }
@media only screen and (max-width: 768px) {
  .service-banner .iamge {
    padding-top: calc(600 / 768 * 100%); }
  .service-banner .banner-box .content {
    position: relative;
    padding: 16px 0 0px 16px;
    max-width: 700px; } }

.efficiency-section {
  background: #FAFAFA; }
  .efficiency-section .efficiency-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px; }
    .efficiency-section .efficiency-list .item {
      position: relative; }
      .efficiency-section .efficiency-list .item .image {
        width: 88px;
        height: 88px;
        position: absolute;
        left: 0;
        top: 0;
        box-shadow: 0px 2px 32px 0px #00000008;
        background: #ffffff;
        padding: 10px; }
      .efficiency-section .efficiency-list .item .content {
        padding-left: 110px; }
        .efficiency-section .efficiency-list .item .content p {
          font-size: 14px;
          line-height: 24px;
          margin: 0;
          margin-top: 10px; }

.feature-insight .row:nth-child(even) {
  flex-direction: row-reverse; }
.feature-insight .row .col-66, .feature-insight .row .col-33 {
  margin-bottom: 40px; }
.feature-insight .row .article-box {
  box-shadow: 0px 2px 32px 0px #00000008; }
  .feature-insight .row .article-box .image-article {
    position: relative; }
    .feature-insight .row .article-box .image-article iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1; }
  .feature-insight .row .article-box.first-article .article-tag {
    background: #E11E34;
    color: #ffffff;
    z-index: 5; }
  .feature-insight .row .article-box.first-article .image-article::after {
    display: none; }

.service-contact-us p {
  margin: 20px 0; }
.service-contact-us .heading-two {
  margin-bottom: 0; }
.service-contact-us .dounload-brouchure-box {
  background: #0A142F;
  padding: 50px 40px;
  height: 100%; }
  .service-contact-us .dounload-brouchure-box .download-btn {
    background: transparent;
    border: 1px solid #ffffff; }
.service-contact-us .contact-box {
  height: 100%;
  position: relative;
  overflow: hidden; }
  .service-contact-us .contact-box .grow-caption {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translate(0, -50%);
    padding: 0 40px;
    z-index: 2;
    color: #fff;
    max-width: 500px; }
  .service-contact-us .contact-box .image {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: calc(335/816 * 100%);
    height: 100%; }
    .service-contact-us .contact-box .image img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .service-contact-us .contact-box .image::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(to right, rgba(22, 31, 58, 0.9) 35%, rgba(22, 31, 58, 0) 100%);
      z-index: 1; }
    @media only screen and (max-width: 768px) {
      .service-contact-us .contact-box .image {
        padding-top: calc(767/800 * 100%); } }

.case-study-slider {
  padding-top: 107px;
  margin-top: -93px; }
  .case-study-slider .swiper-arrow-box .arrow-slide {
    position: absolute;
    right: 100px;
    top: 25px; }
    .case-study-slider .swiper-arrow-box .arrow-slide.swiper-button-prev {
      right: 172px;
      left: inherit; }
    .case-study-slider .swiper-arrow-box .arrow-slide.swiper-button-disabled {
      display: flex; }
  .case-study-slider .swiper-slide {
    height: auto; }
    .case-study-slider .swiper-slide .items {
      background: #ffffff;
      height: 100%; }
      .case-study-slider .swiper-slide .items .image {
        position: relative;
        overflow: hidden;
        padding-top: calc(162/326*100%); }
        .case-study-slider .swiper-slide .items .image img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          position: absolute;
          top: 0;
          left: 0;
          transition: all 0.5s ease; }
      .case-study-slider .swiper-slide .items .content-box {
        padding: 20px; }
        .case-study-slider .swiper-slide .items .content-box .tags, .case-study-slider .swiper-slide .items .content-box .tags-trans {
          position: relative;
          background: #161F3A; }
          .case-study-slider .swiper-slide .items .content-box .tags .back, .case-study-slider .swiper-slide .items .content-box .tags-trans .back {
            opacity: 0;
            visibility: hidden;
            position: absolute;
            top: 0;
            left: 0; }
        .case-study-slider .swiper-slide .items .content-box .content {
          margin: 20px 0; }
          .case-study-slider .swiper-slide .items .content-box .content p {
            display: -webkit-box;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            -webkit-line-clamp: 3;
            color: #161616; }
        .case-study-slider .swiper-slide .items .content-box .know-more a {
          color: #E11E34;
          font-weight: 600;
          text-transform: capitalize; }
      .case-study-slider .swiper-slide .items:hover .content-box .tags, .case-study-slider .swiper-slide .items:hover .content-box .tags-trans {
        text-decoration: underline; }
      .case-study-slider .swiper-slide .items:hover .content-box .know-more a {
        text-decoration: underline; }
      .case-study-slider .swiper-slide .items:hover .content-box .content p {
        color: #E11E34; }
      .case-study-slider .swiper-slide .items:hover .image img {
        transform: scale(1.05); }
  @media only screen and (max-width: 768px) {
    .case-study-slider {
      padding-top: 70px;
      margin-top: 0px; }
      .case-study-slider .swiper-arrow-box .arrow-slide {
        right: 0; }
        .case-study-slider .swiper-arrow-box .arrow-slide.swiper-button-prev {
          right: 60px; } }

.floating-expertise-wrapper {
  position: fixed;
  top: 20%;
  right: 0;
  display: flex;
  flex-direction: row-reverse;
  z-index: 9;
  overflow: visible;
  pointer-events: none; }
  .floating-expertise-wrapper .expertise-toggle {
    writing-mode: vertical-rl;
    background-color: #E52531;
    color: white;
    padding: 16px 12px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    transform: rotate(180deg);
    position: relative;
    z-index: 2;
    max-height: 400px;
    height: 100%;
    pointer-events: auto;
    font-size: 18px;
    line-height: 28px; }
    @media only screen and (max-width: 768px) {
      .floating-expertise-wrapper .expertise-toggle {
        font-size: 16px;
        line-height: 26px; } }
    .floating-expertise-wrapper .expertise-toggle span {
      position: relative;
      padding-bottom: 30px; }
      .floating-expertise-wrapper .expertise-toggle span::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        margin-bottom: 6px;
        background: url(../img/down-arrow.svg) no-repeat;
        width: 10px;
        height: 16px;
        transform: rotate(180deg); }
    .floating-expertise-wrapper .expertise-toggle.active span::before {
      transform: rotate(0); }
  .floating-expertise-wrapper .floating-expertise-menu {
    width: 544px;
    color: white;
    background: #161F3A;
    font-family: sans-serif;
    box-shadow: 4px 0 12px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
    transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
    pointer-events: auto; }
    .floating-expertise-wrapper .floating-expertise-menu.visible {
      transform: translateX(0);
      opacity: 1;
      visibility: visible; }
    .floating-expertise-wrapper .floating-expertise-menu .expertise-content {
      max-height: 400px;
      overflow-y: auto;
      padding: 20px; }
    .floating-expertise-wrapper .floating-expertise-menu .accordion .accordion-item {
      margin-bottom: 16px; }
      .floating-expertise-wrapper .floating-expertise-menu .accordion .accordion-item .accordion-header {
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 8px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        font-size: 20px;
        line-height: 30px;
        padding-right: 20px;
        position: relative; }
        @media only screen and (max-width: 768px) {
          .floating-expertise-wrapper .floating-expertise-menu .accordion .accordion-item .accordion-header {
            font-size: 16px;
            line-height: 26px; } }
        .floating-expertise-wrapper .floating-expertise-menu .accordion .accordion-item .accordion-header::after {
          content: "+";
          font-size: 20px;
          position: absolute;
          right: 0;
          top: 50%;
          transform: translateY(-50%); }
      .floating-expertise-wrapper .floating-expertise-menu .accordion .accordion-item.open .accordion-header::after {
        content: "−"; }
      .floating-expertise-wrapper .floating-expertise-menu .accordion .accordion-item.open .accordion-body {
        margin-top: 8px;
        padding-left: 15px;
        max-height: 150px;
        overflow-y: auto; }
        .floating-expertise-wrapper .floating-expertise-menu .accordion .accordion-item.open .accordion-body::-webkit-scrollbar-track, .floating-expertise-wrapper .floating-expertise-menu .accordion .accordion-item.open .accordion-body::-webkit-scrollbar-track {
          background: #ffffff;
          box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2); }
        .floating-expertise-wrapper .floating-expertise-menu .accordion .accordion-item.open .accordion-body::-webkit-scrollbar-thumb, .floating-expertise-wrapper .floating-expertise-menu .accordion .accordion-item.open .accordion-body::-webkit-scrollbar-thumb {
          background: #E11E34; }
        .floating-expertise-wrapper .floating-expertise-menu .accordion .accordion-item.open .accordion-body::-webkit-scrollbar, .floating-expertise-wrapper .floating-expertise-menu .accordion .accordion-item.open .accordion-body::-webkit-scrollbar {
          width: 2px; }
        .floating-expertise-wrapper .floating-expertise-menu .accordion .accordion-item.open .accordion-body li {
          margin: 6px 0;
          list-style-type: disc; }
          .floating-expertise-wrapper .floating-expertise-menu .accordion .accordion-item.open .accordion-body li a {
            color: #ffffff;
            font-size: 16px;
            line-height: 32px; }
          .floating-expertise-wrapper .floating-expertise-menu .accordion .accordion-item.open .accordion-body li.active-link a {
            color: #E11E34; }
      .floating-expertise-wrapper .floating-expertise-menu .accordion .accordion-item .accordion-body {
        display: none; }
        .floating-expertise-wrapper .floating-expertise-menu .accordion .accordion-item .accordion-body.active {
          display: block; }
  @media only screen and (max-width: 768px) {
    .floating-expertise-wrapper .expertise-toggle {
      max-height: 300px; }
    .floating-expertise-wrapper .floating-expertise-menu {
      width: 420px; }
      .floating-expertise-wrapper .floating-expertise-menu .expertise-content {
        max-height: max-content; } }
  @media only screen and (max-width: 480px) {
    .floating-expertise-wrapper .floating-expertise-menu {
      width: 260px; } }

.contact-banner .white-box {
  padding: 30px;
  height: 100%; }
  .contact-banner .white-box .heading-five, .contact-banner .white-box .search-box .search-wrapper input, .search-box .search-wrapper .contact-banner .white-box input, .contact-banner .white-box .search-box .search-wrapper input::placeholder, .search-box .search-wrapper .contact-banner .white-box input::placeholder, .contact-banner .white-box .search-list-section .search-tab-list ul li, .search-list-section .search-tab-list ul .contact-banner .white-box li {
    font-weight: 600; }
  @media only screen and (max-width: 768px) {
    .contact-banner .white-box {
      padding: 20px; } }

.address-list .heading-four {
  font-weight: 500;
  color: #161616;
  margin: 20px 0; }
.address-list ul {
  display: flex;
  flex-wrap: wrap; }
  .address-list ul li {
    padding-left: 23px;
    position: relative;
    color: #565656;
    margin-bottom: 20px; }
    .address-list ul li a {
      color: #565656; }
    .address-list ul li span {
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%); }
    .address-list ul li:not(:first-child) {
      flex: 0 0 50%;
      max-width: 50%; }
      @media only screen and (max-width: 480px) {
        .address-list ul li:not(:first-child) {
          flex: 0 0 100%;
          max-width: 100%; } }

@media only screen and (max-width: 768px) {
  .contact-form-box .form-group .captcha-code {
    transform: scale(0.8) translate(-32px, 0px); } }
.contact-form-box .form-group:not(:last-child) {
  margin-bottom: 32px; }
.contact-form-box input,
.contact-form-box textarea {
  padding-bottom: 20px;
  border-bottom: 1px solid #EEEEEE; }

.join-us-section .contact-box {
  position: relative; }
  .join-us-section .contact-box .image {
    overflow: hidden;
    padding-top: calc(315 / 1240 * 100%);
    position: relative; }
    .join-us-section .contact-box .image img {
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: cover;
      left: 0;
      top: 0;
      z-index: 1; }
  .join-us-section .contact-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #151E3BCC;
    width: 100%;
    height: 100%;
    z-index: 2;
    pointer-events: none; }
  .join-us-section .contact-box .grow-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 4;
    pointer-events: none;
    width: 90%; }
  .join-us-section .contact-box .grow-caption * {
    pointer-events: auto; }
  @media only screen and (max-width: 768px) {
    .join-us-section .contact-box .image {
      padding-top: calc(600 / 767 * 100%); } }

.other-office-section .office-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px; }
  .other-office-section .office-grid .white-box {
    padding: 16px;
    margin-bottom: 0;
    transition: all 0.5s ease; }
    .other-office-section .office-grid .white-box .address-list .heading-four {
      font-weight: 600; }
    .other-office-section .office-grid .white-box .address-list ul li {
      flex: 0 0 100%;
      max-width: 100%; }
    .other-office-section .office-grid .white-box:hover {
      background: #E11E34; }
      .other-office-section .office-grid .white-box:hover img {
        filter: brightness(0) invert(1); }
      .other-office-section .office-grid .white-box:hover .heading-four,
      .other-office-section .office-grid .white-box:hover li,
      .other-office-section .office-grid .white-box:hover a {
        color: #ffffff; }
@media only screen and (max-width: 768px) {
  .other-office-section .office-grid {
    grid-template-columns: 1fr; } }

.collab-steps-box {
  max-width: 1024px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px;
  margin-bottom: 40px;
  position: relative; }
  .collab-steps-box::before {
    content: '';
    position: absolute;
    top: 30%;
    left: 0;
    width: calc(100% - 130px);
    height: 1px;
    background: #E4E4E4;
    transform: translateY(-50%);
    z-index: -1;
    margin: auto;
    right: 0; }
  .collab-steps-box .steps-box .number {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 1px solid #E4E4E4;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: #565656;
    margin: auto;
    margin-bottom: 12px;
    background: #ffffff; }
  .collab-steps-box .steps-box p {
    margin: 0;
    color: #565656; }
  .collab-steps-box .steps-box.active-step .number {
    background: #E11E34;
    color: #ffffff; }
  .collab-steps-box .steps-box.active-step P {
    color: #E11E34;
    font-weight: 600; }
  .collab-steps-box .steps-box.complete .number {
    position: relative;
    font-size: 0; }
    .collab-steps-box .steps-box.complete .number::before {
      content: '';
      display: block;
      position: absolute;
      top: 46%;
      left: 36%;
      width: 10px;
      height: 25px;
      border: solid #fff;
      border-width: 0 2px 2px 0;
      transform: rotate(45deg) translate(-50%, -50%); }

.collaborate-box {
  max-width: 1024px;
  margin: auto; }
  .collaborate-box .form-group {
    margin-bottom: 30px; }
    .collaborate-box .form-group input,
    .collaborate-box .form-group textarea {
      color: #161616;
      padding-bottom: 17px; }
      .collaborate-box .form-group input::placeholder,
      .collaborate-box .form-group textarea::placeholder {
        color: #6F6F6F; }
    .collaborate-box .form-group select {
      color: #6F6F6F;
      border-bottom: 1px solid #EEEEEE;
      padding-bottom: 17px;
      background: url(../img/dark-down.svg) no-repeat right center; }
      .collaborate-box .form-group select option {
        color: #161616;
        padding-left: 30px; }
    .collaborate-box .form-group .btn-group {
      margin-top: 60px;
      display: flex;
      gap: 24px; }
  .collaborate-box .step-two-form, .collaborate-box .step-three-form, .collaborate-box .step-four-form {
    display: none; }
  .collaborate-box .expertise-list {
    margin-bottom: 60px;
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 64px; }
    .collaborate-box .expertise-list p {
      font-size: 18px;
      line-height: 28px;
      font-weight: 700;
      color: #6F6F6F;
      margin-bottom: 24px; }
      @media only screen and (max-width: 768px) {
        .collaborate-box .expertise-list p {
          font-size: 16px;
          line-height: 26px; } }
    .collaborate-box .expertise-list ul {
      display: flex;
      flex-wrap: wrap;
      gap: 20px 0; }
      .collaborate-box .expertise-list ul li {
        flex: 0 0 33.33%;
        max-width: 33.33%; }
        .collaborate-box .expertise-list ul li .cat-group label {
          color: #6F6F6F; }
        .collaborate-box .expertise-list ul li .cat-group input:checked + label::after {
          top: 4px; }
  .collaborate-box .captcha-code {
    display: flex;
    align-items: flex-end; }

.client-content .tab-content {
  display: none; }
  .client-content .tab-content.active {
    display: block; }

.filter-tab-area .form-box {
  width: 150px; }
  .filter-tab-area .form-box .from-input .custom-select .selected-txt {
    background: transparent;
    color: #565656;
    border: 1px solid #E3E3E3;
    border-radius: 4px; }
    .filter-tab-area .form-box .from-input .custom-select .selected-txt::after {
      filter: grayscale(100%) brightness(50%); }
  .filter-tab-area .form-box .from-input .custom-select ul {
    /* Handle */ }
    .filter-tab-area .form-box .from-input .custom-select ul::-webkit-scrollbar-thumb {
      background: #161F3A; }

.trans-logo-box .item:not(:last-child) {
  border-bottom: 1px solid #EEEEEE;
  margin-bottom: 24px;
  padding-bottom: 24px; }
.trans-logo-box .item .inner-side {
  display: flex;
  position: relative;
  align-items: center; }
  .trans-logo-box .item .inner-side .image {
    position: relative; }
    .trans-logo-box .item .inner-side .image::before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      width: 1px;
      height: 70%;
      margin: auto;
      background: #EEEEEE; }
    .trans-logo-box .item .inner-side .image img {
      width: 186px;
      height: 166px;
      object-fit: contain;
      padding: 10px 16px; }
  .trans-logo-box .item .inner-side .absolute-txt {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 36px;
    line-height: 46px;
    color: #E11E34;
    font-weight: 700;
    opacity: 0.2;
    text-transform: uppercase; }
    @media only screen and (max-width: 992px) {
      .trans-logo-box .item .inner-side .absolute-txt {
        font-size: 22px;
        line-height: 32px; } }
  .trans-logo-box .item .inner-side .content {
    padding-left: 16px;
    max-width: 500px; }
    .trans-logo-box .item .inner-side .content .title {
      font-size: 20px;
      line-height: 30px;
      font-weight: 600;
      color: #161616; }
      @media only screen and (max-width: 768px) {
        .trans-logo-box .item .inner-side .content .title {
          font-size: 16px;
          line-height: 26px; } }
    .trans-logo-box .item .inner-side .content ul li {
      padding-bottom: 10px; }
@media only screen and (max-width: 768px) {
  .trans-logo-box .item .inner-side {
    flex-wrap: wrap; }
    .trans-logo-box .item .inner-side .image::before {
      display: none; }
    .trans-logo-box .item .inner-side .image img {
      width: 100%; }
    .trans-logo-box .item .inner-side .absolute-txt {
      bottom: 0;
      transform: translate(0);
      top: inherit; }
    .trans-logo-box .item .inner-side .content {
      padding-bottom: 50px; } }

.industry-logo-box .row {
  gap: 32px 0; }
  @media only screen and (max-width: 992px) {
    .industry-logo-box .row .col-33 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; } }
  @media only screen and (max-width: 768px) {
    .industry-logo-box .row .col-33 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; } }
.industry-logo-box .white-card {
  box-shadow: 0px 0px 18px 0px #00000008;
  border: 1px solid #FAFAFA;
  background: #ffffff;
  display: flex;
  align-items: center; }
  .industry-logo-box .white-card .image {
    position: relative; }
    .industry-logo-box .white-card .image::before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      width: 1px;
      height: 70%;
      margin: auto;
      background: #EEEEEE; }
    .industry-logo-box .white-card .image img {
      width: 186px;
      height: 166px;
      object-fit: contain;
      padding: 10px 16px; }
  .industry-logo-box .white-card .content {
    padding: 0 16px; }
    .industry-logo-box .white-card .content .title {
      color: #161616;
      font-weight: 600;
      margin-bottom: 0; }
  @media only screen and (max-width: 768px) {
    .industry-logo-box .white-card {
      flex-wrap: wrap;
      justify-content: center;
      grid: 16px; }
      .industry-logo-box .white-card .image {
        width: 100%; }
        .industry-logo-box .white-card .image::before {
          display: none; }
        .industry-logo-box .white-card .image img {
          height: auto;
          padding-top: 20px;
          width: 200px;
          margin: auto; } }

.content-loader img {
  width: 42px;
  height: 42px;
  margin: 60px  auto 0; }

.client-all-logo-box {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 32px; }
  .client-all-logo-box .logo-box {
    position: relative;
    box-shadow: 0px 0px 13.13px 0px #00000008;
    background: #ffffff;
    border: 0.73px solid #FAFAFA;
    padding: 20px; }
    .client-all-logo-box .logo-box .back-side {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      backdrop-filter: blur(5px);
      background: rgba(22, 31, 58, 0.8);
      opacity: 0;
      visibility: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: all 0.5s ease-in-out; }
      .client-all-logo-box .logo-box .back-side p {
        color: #ffffff;
        text-align: center;
        padding: 0 10px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 3; }
    .client-all-logo-box .logo-box .front-side .image img {
      width: 110px;
      height: 60px;
      object-fit: contain;
      margin: auto; }
    .client-all-logo-box .logo-box:hover .back-side {
      opacity: 1;
      visibility: visible; }
  @media only screen and (max-width: 992px) {
    .client-all-logo-box {
      grid-template-columns: repeat(3, 1fr); }
      .client-all-logo-box .logo-box {
        padding: 16px; } }
  @media only screen and (max-width: 768px) {
    .client-all-logo-box {
      grid-template-columns: repeat(2, 1fr); }
      .client-all-logo-box .logo-box {
        padding: 16px; } }

.clientele-sec .clients-flex-box {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media only screen and (max-width: 992px) {
    .clientele-sec .clients-flex-box {
      flex-wrap: wrap; } }

.before-video {
  position: relative;
  z-index: 1;
  display: block; }
  .before-video::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0000004D no-repeat center center;
    background-size: cover;
    z-index: 1;
    pointer-events: none; }

.gallery-section .gallery-grid {
  position: relative;
  border: 1px solid #E3E3E3;
  padding: 40px; }
  .gallery-section .gallery-grid .gallery-img {
    position: relative;
    padding-top: calc(417/776*100%); }
    .gallery-section .gallery-grid .gallery-img img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .gallery-section .gallery-grid .left-side {
    position: absolute;
    width: calc(30% - 40px);
    left: 40px;
    top: 50%;
    transform: translateY(-50%); }
  .gallery-section .gallery-grid .right-side {
    padding-left: 30%;
    position: relative; }
  .gallery-section .gallery-grid:not(:last-child) {
    margin-bottom: 40px; }
  .gallery-section .gallery-grid:nth-child(even) .left-side {
    left: inherit;
    right: 0; }
  .gallery-section .gallery-grid:nth-child(even) .right-side {
    padding-left: 0;
    padding-right: 30%; }
    .gallery-section .gallery-grid:nth-child(even) .right-side .arrow-slide {
      left: calc(70% + 140px); }
      .gallery-section .gallery-grid:nth-child(even) .right-side .arrow-slide.swiper-button-prev {
        left: calc(70% + 60px); }

.insight-section .sec-heading {
  margin-bottom: 30px; }

.book-list-section {
  display: grid;
  grid-template-columns: 20% 80%;
  gap: 32px; }
  .book-list-section .cat-left-side .book-category {
    padding: 20px;
    border: 1px solid #E3E3E3; }
    .book-list-section .cat-left-side .book-category .title {
      font-size: 18px;
      line-height: 28px;
      font-weight: 700;
      color: #161616; }
      @media only screen and (max-width: 768px) {
        .book-list-section .cat-left-side .book-category .title {
          font-size: 16px;
          line-height: 26px; } }
    .book-list-section .cat-left-side .book-category ul li .cat-group {
      display: flex;
      align-items: flex-start;
      gap: 8px; }
      .book-list-section .cat-left-side .book-category ul li .cat-group input {
        display: none; }
        .book-list-section .cat-left-side .book-category ul li .cat-group input + label {
          position: relative;
          cursor: pointer;
          padding-left: 30px;
          color: #565656; }
          .book-list-section .cat-left-side .book-category ul li .cat-group input + label::before {
            content: "";
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 18px;
            height: 18px;
            border: 1px solid #D9D9D9;
            border-radius: 3px;
            flex-shrink: 0; }
        .book-list-section .cat-left-side .book-category ul li .cat-group input:checked + label::before {
          background-color: red;
          border-color: red; }
        .book-list-section .cat-left-side .book-category ul li .cat-group input:checked + label::after {
          content: '';
          display: block;
          position: absolute;
          top: 5px;
          left: 6px;
          width: 6px;
          height: 11px;
          border: solid #fff;
          border-width: 0 2px 2px 0;
          transform: rotate(45deg); }
    .book-list-section .cat-left-side .book-category ul li:not(:last-child) {
      margin-bottom: 24px; }
  @media only screen and (max-width: 768px) {
    .book-list-section {
      grid-template-columns: 1fr;
      gap: 80px; }
      .book-list-section .cat-left-side {
        position: static; } }

.book-flex {
  background: #FAFAFA;
  border: 1px solid #E3E3E3;
  padding: 32px;
  display: grid;
  grid-template-columns: 50% 50%;
  gap: 32px;
  position: relative; }
  .book-flex:not(:last-child) {
    margin-bottom: 70px; }
  .book-flex .left-side .new-release-badge {
    background: #CCC92E;
    max-width: fit-content;
    border-radius: 32px;
    width: auto;
    padding: 8px 12px;
    margin-bottom: 24px;
    color: #ffffff;
    font-size: 14px;
    line-height: 24px;
    line-height: 14px;
    font-weight: 600; }
  .book-flex .left-side .book-list-box .heading-five, .book-flex .left-side .book-list-box .search-box .search-wrapper input, .search-box .search-wrapper .book-flex .left-side .book-list-box input, .book-flex .left-side .book-list-box .search-box .search-wrapper input::placeholder, .search-box .search-wrapper .book-flex .left-side .book-list-box input::placeholder, .book-flex .left-side .book-list-box .search-list-section .search-tab-list ul li, .search-list-section .search-tab-list ul .book-flex .left-side .book-list-box li {
    font-weight: 600;
    color: #363636; }
  .book-flex .left-side .book-list-box .content p {
    font-size: 14px;
    line-height: 24px;
    color: #363636; }
  .book-flex .left-side .book-list-box .content .author-detail p {
    font-weight: 700;
    color: #161F3A;
    margin: 24px 0 0 0; }
  .book-flex .right-side {
    position: relative; }
    .book-flex .right-side .book-edition {
      position: absolute;
      top: -77px;
      right: 20px; }
      .book-flex .right-side .book-edition.circle {
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #E11E34;
        width: 90px;
        height: 90px;
        border-radius: 50%;
        text-align: center;
        box-shadow: 0px 2px 24px 0px #0000000F; }
        .book-flex .right-side .book-edition.circle::before {
          content: '';
          position: absolute;
          inset: 0;
          border-radius: 50%;
          background: repeating-conic-gradient(white 0deg 3deg, transparent 3deg 8deg);
          mask: radial-gradient(circle, transparent 55%, black 58%);
          -webkit-mask: radial-gradient(circle, transparent 55%, black 58%); }
        .book-flex .right-side .book-edition.circle .edition-text {
          font-size: 14px;
          line-height: 24px;
          color: #ffffff;
          font-weight: 700; }
  .book-flex.coming-soon .coming-soon-badge {
    background: #E11E34;
    position: absolute;
    left: 0;
    top: 0;
    padding: 20px 40px;
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 600;
    max-width: 260px;
    width: 100%;
    padding-left: 74px; }
    @media only screen and (max-width: 768px) {
      .book-flex.coming-soon .coming-soon-badge {
        font-size: 16px;
        line-height: 26px; } }
    .book-flex.coming-soon .coming-soon-badge::before {
      content: "";
      display: block;
      width: 24px;
      height: 24px;
      background: url(../img/clock.svg) no-repeat;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 40px; }
  .book-flex.coming-soon .image {
    opacity: 0.3; }
  .book-flex.coming-soon .book-list-box .content {
    padding-top: 130px; }
  @media only screen and (max-width: 768px) {
    .book-flex {
      grid-template-columns: 1fr;
      padding: 20px; }
      .book-flex > :nth-child(1) {
        order: 2; }
      .book-flex > :nth-child(2) {
        order: 1; }
      .book-flex.coming-soon .coming-soon-badge {
        padding: 10px;
        max-width: 160px;
        padding-left: 50px; }
        .book-flex.coming-soon .coming-soon-badge::before {
          left: 15px; }
      .book-flex.coming-soon .book-list-box .content {
        padding-top: 0; }
      .book-flex.coming-soon .right-side {
        padding-top: 50px; }
      .book-flex .right-side .book-edition {
        right: 0; }
        .book-flex .right-side .book-edition.circle {
          width: 90px;
          height: 90px; }
          .book-flex .right-side .book-edition.circle .edition-text {
            font-size: 12px;
            line-height: 22px; } }

.book-detail-section .detail-box .book-flex .left-side .book-list-box .date-para {
  font-size: 20px;
  line-height: 30px; }
  @media only screen and (max-width: 768px) {
    .book-detail-section .detail-box .book-flex .left-side .book-list-box .date-para {
      font-size: 16px;
      line-height: 26px; } }
  .book-detail-section .detail-box .book-flex .left-side .book-list-box .date-para .date.red-text {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600; }
    @media only screen and (max-width: 768px) {
      .book-detail-section .detail-box .book-flex .left-side .book-list-box .date-para .date.red-text {
        font-size: 22px;
        line-height: 32px; } }
  .book-detail-section .detail-box .book-flex .left-side .book-list-box .date-para .date::after {
    top: 50%;
    transform: translateY(-50%); }
.book-detail-section .detail-box .book-flex .left-side .book-list-box .content-detal {
  border-bottom: 1px solid #E3E3E3;
  margin: 60px 0; }
  .book-detail-section .detail-box .book-flex .left-side .book-list-box .content-detal p {
    font-size: 16px;
    line-height: 26px; }
    @media only screen and (max-width: 768px) {
      .book-detail-section .detail-box .book-flex .left-side .book-list-box .content-detal p {
        font-size: 14px;
        line-height: 24px; } }
  .book-detail-section .detail-box .book-flex .left-side .book-list-box .content-detal .about-book p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    border-bottom: 1px solid #E3E3E3;
    padding-bottom: 15px; }
    @media only screen and (max-width: 768px) {
      .book-detail-section .detail-box .book-flex .left-side .book-list-box .content-detal .about-book p {
        font-size: 16px;
        line-height: 26px; } }
.book-detail-section .detail-box .book-flex .left-side .book-list-box .author-detail p {
  border-bottom: 1px solid #E3E3E3;
  padding-bottom: 15px; }
@media only screen and (max-width: 768px) {
  .book-detail-section {
    padding-top: 60px; }
    .book-detail-section .detail-box .book-flex .left-side .book-list-box .date-para {
      font-size: 16px;
      line-height: 26px; }
      .book-detail-section .detail-box .book-flex .left-side .book-list-box .date-para .date.red-text {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 10px; }
      .book-detail-section .detail-box .book-flex .left-side .book-list-box .date-para span {
        display: block; }
      .book-detail-section .detail-box .book-flex .left-side .book-list-box .date-para span.line {
        display: none; }
    .book-detail-section .detail-box .book-flex .left-side .book-list-box .content-detal {
      margin: 15px 0; } }
@media only screen and (max-width: 480px) {
  .book-detail-section .inner-book-list {
    padding-top: 30px; } }

.article-banner-slider {
  position: relative; }
  .article-banner-slider .swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    min-height: 500px;
    height: auto; }
    .article-banner-slider .swiper-slide .txt-slide {
      max-width: 1024px;
      width: 100%;
      text-align: center;
      padding: 20px;
      position: relative;
      z-index: 2;
      padding-bottom: 100px; }
      .article-banner-slider .swiper-slide .txt-slide p {
        max-width: 850px;
        margin: auto;
        font-size: 20px;
        line-height: 30px; }
        @media only screen and (max-width: 768px) {
          .article-banner-slider .swiper-slide .txt-slide p {
            font-size: 16px;
            line-height: 26px; } }
      .article-banner-slider .swiper-slide .txt-slide .tag {
        font-size: 18px;
        line-height: 28px;
        color: #ffffff;
        background: #E11E34;
        border-radius: 64px;
        padding: 8px 20px;
        line-height: 130%;
        display: inline-block;
        margin-bottom: 32px; }
        @media only screen and (max-width: 768px) {
          .article-banner-slider .swiper-slide .txt-slide .tag {
            font-size: 16px;
            line-height: 26px; } }
  .article-banner-slider .swiper-pagination {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10; }
    .article-banner-slider .swiper-pagination .swiper-pagination-bullet {
      background: #ffc8c1;
      opacity: 1;
      border: 1px solid #ffc8c1; }
  .article-banner-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    transform: scale(2);
    opacity: 1;
    background: transparent;
    border: 1px solid #E11E34; }
    .article-banner-slider .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
      opacity: 1;
      visibility: visible; }

.tag-list {
  display: flex;
  gap: 8px; }
  .tag-list .tags, .tag-list .tags-trans {
    padding: 7px 11px;
    font-size: 12px;
    line-height: 22px;
    line-height: 120%; }

.articles-listing-box .article-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px; }
  @media only screen and (max-width: 768px) {
    .articles-listing-box .article-grid {
      grid-template-columns: 1fr; } }
.articles-listing-box .article-item {
  padding: 24px;
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative; }
  .articles-listing-box .article-item .image {
    position: relative;
    padding-top: calc(273 / 556 *100%);
    margin: 16px 0; }
    .articles-listing-box .article-item .image img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .articles-listing-box .article-item p {
    color: #363636; }
  .articles-listing-box .article-item:hover {
    box-shadow: 0px 2px 64px 0px #00000012;
    background: #ffffff; }
    .articles-listing-box .article-item:hover .image img {
      transform: scale(1.05); }
    .articles-listing-box .article-item:hover .heading-three {
      color: #E11E34;
      text-decoration: underline; }
  .articles-listing-box .article-item .heading-three {
    color: #363636;
    font-weight: 600; }
  @media only screen and (max-width: 768px) {
    .articles-listing-box .article-item {
      padding: 15px; } }

.row-border {
  border-bottom: 1px solid #E7E7E7; }

.article-detail .sec-heading {
  max-width: 1024px;
  margin: auto; }
  .article-detail .sec-heading .heading-two {
    margin: 24px 0 0 0; }
.article-detail .detail-content .banner-image .tag-list {
  margin-bottom: 20px; }
.article-detail .detail-content .banner-image .image {
  border-radius: 6px;
  position: relative;
  padding-top: calc(543 / 1240 * 100%); }
  .article-detail .detail-content .banner-image .image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
.article-detail .detail-content .left-side .content:not(:last-child) {
  margin-bottom: 60px; }
.article-detail .detail-content .left-side .content .heading-five, .article-detail .detail-content .left-side .content .search-box .search-wrapper input, .search-box .search-wrapper .article-detail .detail-content .left-side .content input, .article-detail .detail-content .left-side .content .search-box .search-wrapper input::placeholder, .search-box .search-wrapper .article-detail .detail-content .left-side .content input::placeholder, .article-detail .detail-content .left-side .content .search-list-section .search-tab-list ul li, .search-list-section .search-tab-list ul .article-detail .detail-content .left-side .content li {
  margin-bottom: 30px; }
.article-detail .detail-content .left-side .content .sub-heading {
  font-weight: 700;
  padding-left: 14px;
  margin: 20px 10px;
  position: relative; }
  .article-detail .detail-content .left-side .content .sub-heading::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    width: 5px;
    height: 5px;
    background: #161616; }
.article-detail .detail-content .right-side .common-article-box {
  background: #F5F5F5;
  padding: 24px; }
  .article-detail .detail-content .right-side .common-article-box .heading-three {
    font-weight: 600;
    margin-bottom: 24px; }
  .article-detail .detail-content .right-side .common-article-box:not(:last-child) {
    margin-bottom: 40px; }
.article-detail .detail-content .right-side .cat-list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 16px; }
  .article-detail .detail-content .right-side .cat-list ul li a {
    border: 1px solid #161616;
    border-radius: 31px;
    font-size: 14px;
    line-height: 24px;
    padding: 10px 12px;
    line-height: 120%;
    display: inline-block; }
    .article-detail .detail-content .right-side .cat-list ul li a:hover {
      background: #E11E34;
      text-decoration: underline;
      color: #ffffff;
      border: 1px solid #ffffff; }
.article-detail .detail-content .right-side .article-list ul li {
  padding: 15px 0;
  border-bottom: 1px solid #E7E7E7; }
  .article-detail .detail-content .right-side .article-list ul li a {
    padding-left: 33px;
    display: block;
    position: relative;
    font-size: 14px;
    line-height: 24px;
    color: #565656; }
    .article-detail .detail-content .right-side .article-list ul li a .number {
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      font-size: 24px;
      line-height: 34px;
      font-weight: 600;
      color: #161616; }
      @media only screen and (max-width: 768px) {
        .article-detail .detail-content .right-side .article-list ul li a .number {
          font-size: 22px;
          line-height: 32px; } }
    .article-detail .detail-content .right-side .article-list ul li a:hover {
      text-decoration: underline;
      color: #E11E34; }
      .article-detail .detail-content .right-side .article-list ul li a:hover .number {
        color: #E11E34; }
  .article-detail .detail-content .right-side .article-list ul li:first-child {
    border-top: 1px solid #E7E7E7; }
  .article-detail .detail-content .right-side .article-list ul li:last-child {
    border-bottom: none;
    padding-bottom: 0; }
.article-detail .detail-content .right-side .author-list ul li .authored-box {
  display: flex;
  background: #ffffff; }
  .article-detail .detail-content .right-side .author-list ul li .authored-box .image {
    width: 145px; }
    .article-detail .detail-content .right-side .author-list ul li .authored-box .image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .article-detail .detail-content .right-side .author-list ul li .authored-box .detail {
    padding: 16px;
    padding-bottom: 35px; }
    .article-detail .detail-content .right-side .author-list ul li .authored-box .detail .title {
      font-size: 18px;
      line-height: 28px;
      font-weight: 600;
      color: #161616;
      margin: 0; }
      @media only screen and (max-width: 768px) {
        .article-detail .detail-content .right-side .author-list ul li .authored-box .detail .title {
          font-size: 16px;
          line-height: 26px; } }
    .article-detail .detail-content .right-side .author-list ul li .authored-box .detail .designation {
      font-size: 14px;
      line-height: 24px;
      margin-bottom: 0; }
    .article-detail .detail-content .right-side .author-list ul li .authored-box .detail a {
      display: inline-block;
      color: #E11E34;
      margin-top: 40px;
      font-weight: 600; }
  .article-detail .detail-content .right-side .author-list ul li .authored-box:hover a {
    text-decoration: underline; }
  .article-detail .detail-content .right-side .author-list ul li .authored-box:hover .image img {
    transform: scale(1.05); }
.article-detail .detail-content .right-side .author-list ul li:not(:last-child) .authored-box {
  margin-bottom: 24px; }

.share-list {
  margin-top: 25px; }
  .share-list .share-para {
    font-weight: 600;
    margin-bottom: 20px;
    color: #161616; }
  .share-list ul {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
    align-items: center; }
    .share-list ul li {
      color: #161616; }
      .share-list ul li svg {
        transition: fill 0.5s ease-in-out;
        fill: transparent; }
      .share-list ul li.fb:hover svg {
        fill: #3B5999; }
        .share-list ul li.fb:hover svg path {
          stroke: #ffffff; }
      .share-list ul li.whatsapp:hover svg {
        fill: #2AA81A; }
        .share-list ul li.whatsapp:hover svg path {
          stroke: #ffffff;
          fill: #ffffff; }
      .share-list ul li.x-twitter:hover svg {
        fill: #161616; }
        .share-list ul li.x-twitter:hover svg path {
          stroke: #ffffff; }
      .share-list ul li.linkedin:hover svg {
        fill: #0a66c2; }
        .share-list ul li.linkedin:hover svg path {
          stroke: #ffffff; }
      .share-list ul li.mail:hover svg {
        fill: #E11E34; }
        .share-list ul li.mail:hover svg path {
          stroke: #ffffff;
          fill: #ffffff; }

.related-article .wrapper {
  position: relative; }
.related-article .swiper {
  padding: 40px 0;
  position: static; }
  .related-article .swiper .arrow-slide {
    top: 27px;
    right: 0;
    left: inherit;
    width: 48px;
    height: 48px; }
    .related-article .swiper .arrow-slide.swiper-button-prev {
      right: 70px; }
  .related-article .swiper .swiper-slide {
    position: relative; }
    .related-article .swiper .swiper-slide:not(:last-child)::after {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      right: -32px;
      width: 1px;
      background-color: #F0F0F0; }
@media only screen and (max-width: 768px) {
  .related-article .swiper {
    position: relative;
    padding-top: 96px; }
    .related-article .swiper .arrow-slide {
      top: 40px; }
    .related-article .swiper .swiper-slide:not(:last-child)::after {
      right: -10px; } }

.presentation-banner .swiper-slide {
  position: relative; }
  .presentation-banner .swiper-slide .txt-slide p,
  .presentation-banner .swiper-slide .txt-slide .heading-two {
    color: #ffffff; }
  .presentation-banner .swiper-slide .txt-slide .tag {
    border: 1px solid #ffffff; }
  .presentation-banner .swiper-slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    z-index: 1; }

.presentation-list-box .article-grid {
  gap: 64px; }
  .presentation-list-box .article-grid .article-item {
    padding: 0;
    position: relative; }
    .presentation-list-box .article-grid .article-item:nth-child(even)::after {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: -32px;
      width: 1px;
      background-color: #F0F0F0; }
    .presentation-list-box .article-grid .article-item .image {
      padding-top: calc(330 / 588 *100%);
      margin: 0; }
    .presentation-list-box .article-grid .article-item .present-content-box {
      padding: 20px 16px; }
      .presentation-list-box .article-grid .article-item .present-content-box .heading-three,
      .presentation-list-box .article-grid .article-item .present-content-box .bottom-content {
        margin-bottom: 20px; }
      .presentation-list-box .article-grid .article-item .present-content-box .bottom-content p {
        font-size: 14px;
        line-height: 24px; }
      .presentation-list-box .article-grid .article-item .present-content-box .present_tag_date {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 20px; }
        .presentation-list-box .article-grid .article-item .present-content-box .present_tag_date .date {
          margin-bottom: 0; }
  @media only screen and (max-width: 768px) {
    .presentation-list-box .article-grid {
      gap: 16px; } }

.publication-list-box .publication-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: space-between; }
  .publication-list-box .publication-grid .public-item {
    background: #FAFAFA;
    border: 1px solid #E3E3E3;
    padding: 20px;
    border-radius: 4px;
    flex: 0 0 calc(50% - 16px);
    max-width: calc(50% - 16px); }
    .publication-list-box .publication-grid .public-item .year-download {
      position: relative; }
      .publication-list-box .publication-grid .public-item .year-download::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 30px;
        height: 30px;
        background: url("../img/download-icon.svg") #000;
        background-repeat: no-repeat;
        padding: 6px;
        background-position: center;
        box-sizing: border-box; }
      .publication-list-box .publication-grid .public-item .year-download .year-slider {
        margin: 0 77px 0 50px;
        position: static; }
        .publication-list-box .publication-grid .public-item .year-download .year-slider .swiper-wrapper {
          margin-right: 100px; }
          .publication-list-box .publication-grid .public-item .year-download .year-slider .swiper-wrapper .swiper-slide {
            width: 50px;
            height: 30px;
            text-align: center; }
            .publication-list-box .publication-grid .public-item .year-download .year-slider .swiper-wrapper .swiper-slide .year-box a {
              display: inline-block;
              padding: 0 6px;
              background: #FFF0EE;
              width: 100%; }
              .publication-list-box .publication-grid .public-item .year-download .year-slider .swiper-wrapper .swiper-slide .year-box a:hover {
                background: #E11E34;
                text-decoration: underline;
                color: #ffffff; }
        .publication-list-box .publication-grid .public-item .year-download .year-slider .arrow-slide {
          width: 24px;
          height: 24px;
          right: 0;
          top: 50%;
          transform: translateY(-50%);
          margin: 0; }
          .publication-list-box .publication-grid .public-item .year-download .year-slider .arrow-slide:after {
            font-size: 9px; }
          .publication-list-box .publication-grid .public-item .year-download .year-slider .arrow-slide.swiper-button-prev {
            left: inherit;
            right: 35px; }
        .publication-list-box .publication-grid .public-item .year-download .year-slider.quaterly-slide .swiper-wrapper .swiper-slide {
          width: 85px; }
    .publication-list-box .publication-grid .public-item .content .heading-five, .publication-list-box .publication-grid .public-item .content .search-box .search-wrapper input, .search-box .search-wrapper .publication-list-box .publication-grid .public-item .content input, .publication-list-box .publication-grid .public-item .content .search-box .search-wrapper input::placeholder, .search-box .search-wrapper .publication-list-box .publication-grid .public-item .content input::placeholder, .publication-list-box .publication-grid .public-item .content .search-list-section .search-tab-list ul li, .search-list-section .search-tab-list ul .publication-list-box .publication-grid .public-item .content li {
      margin: 20px 0; }
    .publication-list-box .publication-grid .public-item .content p {
      margin-bottom: 20px;
      font-size: 14px;
      line-height: 24px;
      color: #363636; }
  @media only screen and (max-width: 768px) {
    .publication-list-box .publication-grid {
      gap: 32px 0; }
      .publication-list-box .publication-grid .public-item {
        flex: 0 0 100%;
        max-width: 100%; } }
.publication-list-box .publication-tab {
  max-width: 826px; }
  .publication-list-box .publication-tab > ul {
    border-bottom: 1px solid #E3E3E3;
    display: flex; }
    .publication-list-box .publication-tab > ul li {
      padding: 18px 87px 18px 24px;
      cursor: pointer;
      position: relative; }
      .publication-list-box .publication-tab > ul li.active {
        color: #E11E34;
        border-bottom: 3px solid #E11E34;
        text-decoration: underline;
        font-weight: 600; }
  .publication-list-box .publication-tab .selcted-archive-year {
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    z-index: 12;
    background: #FAFAFA;
    border: 1px solid #E3E3E3;
    visibility: hidden;
    opacity: 0; }
    .publication-list-box .publication-tab .selcted-archive-year ul {
      padding: 16px 24px;
      max-height: 300px;
      overflow-y: auto;
      z-index: 12;
      /* Scrollbar Styling */ }
      .publication-list-box .publication-tab .selcted-archive-year ul li {
        border-bottom: 1px solid #E3E3E3;
        padding: 16px 0;
        color: #161616; }
      .publication-list-box .publication-tab .selcted-archive-year ul::-webkit-scrollbar {
        width: 6px; }
      .publication-list-box .publication-tab .selcted-archive-year ul::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 10px; }
      .publication-list-box .publication-tab .selcted-archive-year ul::-webkit-scrollbar-thumb {
        background: #161F3A;
        border-radius: 10px; }
      .publication-list-box .publication-tab .selcted-archive-year ul::-webkit-scrollbar-thumb:hover {
        background: #080b15; }
    .publication-list-box .publication-tab .selcted-archive-year.open-archive-list {
      visibility: visible;
      opacity: 1; }
  @media only screen and (max-width: 480px) {
    .publication-list-box .publication-tab > ul li {
      padding: 15px; }
    .publication-list-box .publication-tab .selcted-archive-year ul {
      padding: 0 10px; }
      .publication-list-box .publication-tab .selcted-archive-year ul li {
        padding: 16px 0; } }

.tab-content {
  display: none; }
  .tab-content.active-content {
    display: block; }

.webinar-list-box .article-item {
  position: relative; }
  .webinar-list-box .article-item a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3; }
  .webinar-list-box .article-item .youtube-icon::before {
    opacity: 0;
    transition: all 0.5s ease-in-out; }
  .webinar-list-box .article-item .youtube-icon::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    pointer-events: none;
    opacity: 0; }
  .webinar-list-box .article-item:hover .youtube-icon::before, .webinar-list-box .article-item:hover .youtube-icon::after {
    opacity: 1; }
.webinar-list-box .present-content-box .tag-list {
  display: block;
  margin-bottom: 20px; }

.webinar-banner-sec {
  position: relative; }
  .webinar-banner-sec .banner-content {
    position: absolute;
    top: 50%;
    left: 100px;
    transform: translate(0, -50%);
    z-index: 2;
    max-width: 800px;
    width: 100%; }
    .webinar-banner-sec .banner-content .up-come-tag {
      margin-bottom: 24px; }
      .webinar-banner-sec .banner-content .up-come-tag .tags, .webinar-banner-sec .banner-content .up-come-tag .tags-trans {
        background: transparent;
        color: #E11E34;
        border: 1px solid #E11E34;
        font-weight: 600; }
    .webinar-banner-sec .banner-content .heading-two {
      color: #161F3A; }
    .webinar-banner-sec .banner-content .held-txt {
      font-weight: 600;
      color: #161616;
      font-size: 20px;
      line-height: 30px; }
      @media only screen and (max-width: 768px) {
        .webinar-banner-sec .banner-content .held-txt {
          font-size: 16px;
          line-height: 26px; } }
    .webinar-banner-sec .banner-content .date {
      font-size: 18px;
      line-height: 28px;
      margin-bottom: 40px; }
      @media only screen and (max-width: 768px) {
        .webinar-banner-sec .banner-content .date {
          font-size: 16px;
          line-height: 26px; } }
  .webinar-banner-sec .video-bg {
    position: relative;
    padding-top: calc(490/1440*100%); }
    .webinar-banner-sec .video-bg::before, .webinar-banner-sec .video-bg:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #FAE3E3;
      z-index: 1;
      opacity: 0.8; }
    .webinar-banner-sec .video-bg:after {
      background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.97) 71.15%); }
    .webinar-banner-sec .video-bg video {
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  @media only screen and (max-width: 992px) {
    .webinar-banner-sec .video-bg {
      padding-top: calc(600/700*100%); }
    .webinar-banner-sec .banner-content {
      left: 16px;
      max-width: calc(100% - 20px); } }
  @media only screen and (max-width: 480px) {
    .webinar-banner-sec .video-bg {
      padding-top: calc(900/700*100%); } }

.podcast-banner .banner-content {
  left: 50%;
  transform: translate(-50%, -50%); }
  .podcast-banner .banner-content .heading-two {
    color: #161616;
    margin-bottom: 40px; }
    .podcast-banner .banner-content .heading-two span {
      font-weight: 700; }
  .podcast-banner .banner-content .you-spot-box {
    display: inline-block; }
  .podcast-banner .banner-content .share-list {
    margin-top: 40px; }
    .podcast-banner .banner-content .share-list .share-para {
      font-weight: 400; }
.podcast-banner .image-bg {
  position: relative;
  padding-top: calc(490/1440*100%); }
  .podcast-banner .image-bg img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }
@media only screen and (max-width: 768px) {
  .podcast-banner .banner-content .heading-two {
    margin-bottom: 16px; }
  .podcast-banner .banner-content .up-come-tag {
    margin-bottom: 10px; }
  .podcast-banner .banner-content .share-list {
    margin-top: 10px; }
  .podcast-banner .image-bg {
    padding-top: calc(800/700*100%); } }

.podcast-list-box .podcast-grid .podcast-item {
  display: flex;
  align-items: center;
  margin: 0 -16px; }
  .podcast-list-box .podcast-grid .podcast-item:not(:last-child) {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #EEEEEE; }
  .podcast-list-box .podcast-grid .podcast-item .left-side {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 16px; }
    .podcast-list-box .podcast-grid .podcast-item .left-side .image {
      position: relative;
      padding-top: calc(235/235*100%); }
      .podcast-list-box .podcast-grid .podcast-item .left-side .image img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        object-fit: cover; }
  .podcast-list-box .podcast-grid .podcast-item .right-side {
    flex: 0 0 75%;
    max-width: 75%;
    padding: 0 16px; }
    .podcast-list-box .podcast-grid .podcast-item .right-side .top-div {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 14px; }
    .podcast-list-box .podcast-grid .podcast-item .right-side .title p {
      font-size: 18px;
      line-height: 28px;
      font-weight: 600;
      margin-bottom: 30px;
      color: #363636; }
      @media only screen and (max-width: 768px) {
        .podcast-list-box .podcast-grid .podcast-item .right-side .title p {
          font-size: 16px;
          line-height: 26px; } }
    .podcast-list-box .podcast-grid .podcast-item .right-side .bottom-div {
      margin-top: 30px;
      display: flex;
      align-items: center;
      justify-content: space-between; }
@media only screen and (max-width: 768px) {
  .podcast-list-box .podcast-grid .podcast-item {
    flex-wrap: wrap;
    gap: 16px; }
    .podcast-list-box .podcast-grid .podcast-item .left-side, .podcast-list-box .podcast-grid .podcast-item .right-side {
      flex: 0 0 100%;
      max-width: 100%; }
    .podcast-list-box .podcast-grid .podcast-item .right-side .bottom-div {
      flex-wrap: wrap;
      gap: 16px; }
      .podcast-list-box .podcast-grid .podcast-item .right-side .bottom-div .you-spot-box a {
        font-size: 12px;
        line-height: 22px; } }

.you-spot-box {
  display: flex;
  align-items: center;
  gap: 16px; }
  .you-spot-box a {
    position: relative;
    display: block;
    border-radius: 102px;
    color: #ffffff;
    font-weight: 600;
    padding: 11px 12px;
    padding-left: 46px; }
    .you-spot-box a span {
      position: absolute;
      width: 24px;
      height: 24px;
      top: 50%;
      left: 12px;
      transform: translateY(-50%); }
      .you-spot-box a span svg {
        width: 100%;
        height: 100%; }
    .you-spot-box a.youtube-btn {
      background: #D8162C; }
    .you-spot-box a.spotify-btn {
      background: #1ED760;
      color: #161616; }

.suggest-ask-sec {
  background: url(../img/suggest-bg.png) no-repeat;
  background-size: cover; }
  .suggest-ask-sec .suggest-item {
    box-shadow: 2px 2px 32px 0px #0000000D;
    background: #ffffff;
    padding: 32px;
    position: relative; }
    .suggest-ask-sec .suggest-item .image {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 32px;
      width: 150px;
      height: 200px; }
    .suggest-ask-sec .suggest-item .content {
      padding-left: 200px; }
      .suggest-ask-sec .suggest-item .content .btn-default, .suggest-ask-sec .suggest-item .content .red-btn, .suggest-ask-sec .suggest-item .content .white-bg-btn, .suggest-ask-sec .suggest-item .content .download-white-bg, .suggest-ask-sec .suggest-item .content .no-bg-btn, .suggest-ask-sec .suggest-item .content .white-border-btn, .suggest-ask-sec .suggest-item .content .download-btn {
        margin-top: 18px; }
  @media only screen and (max-width: 768px) {
    .suggest-ask-sec .suggest-item {
      margin-bottom: 50px;
      padding: 16px; }
      .suggest-ask-sec .suggest-item .image {
        position: relative;
        left: 0;
        top: 0;
        transform: translate(0);
        margin-bottom: 30px; }
      .suggest-ask-sec .suggest-item .content {
        padding-left: 0; } }

.webinar-detail-sec .banner-image .image {
  position: relative;
  padding-top: calc(450/1241*100%);
  border-radius: 24px; }
  .webinar-detail-sec .banner-image .image img {
    position: absolute;
    top: 0;
    left: 0; }
.webinar-detail-sec .webinar-detail-banner {
  margin: 80px 0 48px 0; }
  .webinar-detail-sec .webinar-detail-banner .tag-box {
    margin: 48px 0 24px 0; }
  .webinar-detail-sec .webinar-detail-banner .banner-flex {
    display: flex;
    justify-content: space-between; }
    .webinar-detail-sec .webinar-detail-banner .banner-flex .left-side {
      max-width: 800px;
      width: 100%; }
    .webinar-detail-sec .webinar-detail-banner .banner-flex .right-side .web-schedule-list li {
      position: relative;
      padding-left: 36px;
      color: #565656; }
      .webinar-detail-sec .webinar-detail-banner .banner-flex .right-side .web-schedule-list li::before {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        background: url(../img/zoom.svg) no-repeat;
        width: 24px;
        height: 24px; }
      .webinar-detail-sec .webinar-detail-banner .banner-flex .right-side .web-schedule-list li:nth-child(2)::before {
        background: url(../img/calendar.svg) no-repeat; }
      .webinar-detail-sec .webinar-detail-banner .banner-flex .right-side .web-schedule-list li:nth-child(3)::before {
        background: url(../img/clock-dark.svg) no-repeat; }
      .webinar-detail-sec .webinar-detail-banner .banner-flex .right-side .web-schedule-list li:not(:last-child) {
        margin-bottom: 32px; }
  @media only screen and (max-width: 768px) {
    .webinar-detail-sec .webinar-detail-banner {
      margin: 20px 0 48px 0; }
      .webinar-detail-sec .webinar-detail-banner .tag-box {
        margin: 24px 0 24px 0; }
      .webinar-detail-sec .webinar-detail-banner .banner-flex {
        flex-wrap: wrap;
        gap: 16px; } }
.webinar-detail-sec .about-webinar {
  margin: 80px 0; }
  .webinar-detail-sec .about-webinar h3 {
    font-size: 42px;
    line-height: 52px;
    color: #161616;
    font-weight: 700;
    margin-bottom: 40px; }
    @media only screen and (max-width: 992px) {
      .webinar-detail-sec .about-webinar h3 {
        font-size: 24px;
        line-height: 34px; } }
  .webinar-detail-sec .about-webinar .inner-content {
    margin-bottom: 40px; }
    .webinar-detail-sec .about-webinar .inner-content .small-heading {
      font-size: 20px;
      line-height: 30px;
      font-weight: 700;
      color: #161616; }
      @media only screen and (max-width: 768px) {
        .webinar-detail-sec .about-webinar .inner-content .small-heading {
          font-size: 16px;
          line-height: 26px; } }
.webinar-detail-sec .guest-list-items .guest-box {
  margin-bottom: 80px; }
  .webinar-detail-sec .guest-list-items .guest-box .guest-heading {
    font-size: 42px;
    line-height: 52px;
    color: #161616;
    font-weight: 700; }
    @media only screen and (max-width: 992px) {
      .webinar-detail-sec .guest-list-items .guest-box .guest-heading {
        font-size: 24px;
        line-height: 34px; } }
  .webinar-detail-sec .guest-list-items .guest-box .guest-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px; }
    .webinar-detail-sec .guest-list-items .guest-box .guest-grid .guest-item {
      display: flex;
      align-items: center;
      padding-bottom: 40px;
      border-bottom: 1px solid #EEEEEE; }
      .webinar-detail-sec .guest-list-items .guest-box .guest-grid .guest-item .image {
        position: relative;
        width: 100px;
        height: 100px; }
      .webinar-detail-sec .guest-list-items .guest-box .guest-grid .guest-item .content {
        width: calc(100% - 100px);
        padding-left: 24px; }
        .webinar-detail-sec .guest-list-items .guest-box .guest-grid .guest-item .content .name {
          margin: 0;
          font-size: 20px;
          line-height: 30px;
          font-weight: 700;
          color: #161616; }
          @media only screen and (max-width: 768px) {
            .webinar-detail-sec .guest-list-items .guest-box .guest-grid .guest-item .content .name {
              font-size: 16px;
              line-height: 26px; } }
        .webinar-detail-sec .guest-list-items .guest-box .guest-grid .guest-item .content .designation {
          font-weight: 600; }
@media only screen and (max-width: 768px) {
  .webinar-detail-sec .about-webinar {
    margin: 30px 0; }
    .webinar-detail-sec .about-webinar h3 {
      margin-bottom: 20px; }
  .webinar-detail-sec .banner-image .image {
    padding-top: calc(500/700*100%); }
  .webinar-detail-sec .guest-list-items .guest-box {
    margin-bottom: 20px; }
    .webinar-detail-sec .guest-list-items .guest-box .guest-grid {
      grid-template-columns: repeat(1, 1fr);
      gap: 16px; } }

.suggestion-radio-box {
  margin-bottom: 48px; }
  .suggestion-radio-box p {
    margin-bottom: 16px;
    color: #161616; }
  .suggestion-radio-box ul {
    display: flex;
    padding: 15px;
    background: #F5F5F5;
    gap: 32px; }
    .suggestion-radio-box ul li .radio-div input[type="radio"].checked, .suggestion-radio-box ul li .radio-div input[type="radio"]:not(.checked) {
      position: absolute;
      left: -9999px; }
    .suggestion-radio-box ul li .radio-div input[type="radio"] + label {
      position: relative;
      padding-left: 28px;
      cursor: pointer;
      line-height: 20px;
      display: inline-block;
      color: #161616; }
      .suggestion-radio-box ul li .radio-div input[type="radio"] + label::before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 10px;
        height: 10px;
        border: 2px solid #E11E34;
        border-radius: 100%;
        background: transparent; }
      .suggestion-radio-box ul li .radio-div input[type="radio"] + label::after {
        content: '';
        width: 5px;
        height: 5px;
        background: #E11E34;
        position: absolute;
        top: 50%;
        left: 4px;
        border-radius: 100%;
        transition: all 0.2s ease;
        opacity: 0;
        transform: scale(0) translateY(-50%); }
    .suggestion-radio-box ul li .radio-div input[type="radio"]:checked + label::after {
      opacity: 1;
      transform: scale(1) translateY(-50%); }

.hide-suggest-form {
  display: none; }
  .hide-suggest-form.show-form {
    display: block; }

.hide-register-form .form-group {
  margin-bottom: 32px; }
  .hide-register-form .form-group input {
    padding-bottom: 16px; }

.career-banner {
  position: relative; }
  .career-banner .iamge {
    position: relative;
    padding-top: calc(450 / 1440 * 100%); }
    .career-banner .iamge img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .career-banner .iamge::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(93deg, rgba(22, 31, 58, 0.8) 51.49%, rgba(61, 86, 160, 0.8) 107.85%);
      z-index: 1; }
    @media only screen and (max-width: 768px) {
      .career-banner .iamge {
        padding-top: calc(600 / 768 * 100%); } }
  .career-banner .banner-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 90%;
    max-width: 800px;
    z-index: 1; }

.commit-growth-section .growth-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); }
  .commit-growth-section .growth-grid .growth-item .content {
    padding: 24px; }
    .commit-growth-section .growth-grid .growth-item .content .number {
      font-weight: 700;
      margin-bottom: 50px;
      display: block; }
    .commit-growth-section .growth-grid .growth-item .content h3 {
      font-size: 28px;
      line-height: 38px;
      font-weight: 600;
      margin-bottom: 30px; }
      @media only screen and (max-width: 992px) {
        .commit-growth-section .growth-grid .growth-item .content h3 {
          font-size: 20px;
          line-height: 30px; } }
  .commit-growth-section .growth-grid .growth-item .image {
    height: 100%;
    position: relative;
    padding-top: calc(381 / 418 * 100%); }
    .commit-growth-section .growth-grid .growth-item .image img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  @media only screen and (max-width: 992px) {
    .commit-growth-section .growth-grid {
      grid-template-columns: repeat(1, 1fr); }
      .commit-growth-section .growth-grid .growth-item .content .number,
      .commit-growth-section .growth-grid .growth-item .content h3 {
        margin-bottom: 20px; } }

.pink-bg {
  background: #FEEEED; }

.green-bg {
  background: #F0FFF5; }

.purple-bg {
  background: #ECECFF; }

.cream-bg {
  background: #FFF9EC; }

.light-bg {
  background: #EBF6FF; }

.life-at-corporate .image {
  position: relative;
  padding-top: calc(403 / 596 * 100%); }
  .life-at-corporate .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0; }
.life-at-corporate .corpate-content {
  width: 100%; }
  .life-at-corporate .corpate-content h4 {
    font-size: 42px;
    line-height: 52px;
    font-weight: 600;
    margin-bottom: 24px; }
    @media only screen and (max-width: 992px) {
      .life-at-corporate .corpate-content h4 {
        font-size: 24px;
        line-height: 34px; } }
.life-at-corporate .passion-collab-box {
  margin-bottom: 40px; }
.life-at-corporate .diversity-box .corpate-content {
  padding-right: 10px; }
  .life-at-corporate .diversity-box .corpate-content p {
    font-size: 20px;
    line-height: 30px; }
    @media only screen and (max-width: 768px) {
      .life-at-corporate .diversity-box .corpate-content p {
        font-size: 16px;
        line-height: 26px; } }
.life-at-corporate .diversity-box .row:not(:last-child) {
  margin-bottom: 40px; }
.life-at-corporate .diversity-box .row:nth-child(odd) {
  flex-direction: row-reverse; }
  .life-at-corporate .diversity-box .row:nth-child(odd) .corpate-content {
    padding-left: 10px; }

.current-opening-list .opening-box .item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  box-shadow: 0px 4px 32px 0px #00000008;
  padding: 30px;
  align-items: center;
  transition: all 0.5s ease-in-out; }
  .current-opening-list .opening-box .item .vacancy-box {
    flex: 0 0 25%;
    max-width: 25%; }
    .current-opening-list .opening-box .item .vacancy-box:first-child {
      flex: 0 0 50%;
      max-width: 50%; }
    .current-opening-list .opening-box .item .vacancy-box:last-child {
      text-align: right; }
  .current-opening-list .opening-box .item:not(:last-child) {
    margin-bottom: 32px; }
  .current-opening-list .opening-box .item .heading-three {
    margin-bottom: 10px;
    font-weight: 600; }
  .current-opening-list .opening-box .item .vacancy-tag {
    background: #E11E34;
    border-radius: 84px;
    text-align: center;
    padding: 7px 16px;
    font-size: 14px;
    line-height: 24px;
    line-height: 100%;
    color: #ffffff;
    display: inline-block; }
  .current-opening-list .opening-box .item .opening-date {
    color: #7C7D82;
    font-size: 18px;
    line-height: 28px; }
    @media only screen and (max-width: 768px) {
      .current-opening-list .opening-box .item .opening-date {
        font-size: 16px;
        line-height: 26px; } }
  .current-opening-list .opening-box .item .job-title {
    position: relative;
    padding-left: 30px; }
    .current-opening-list .opening-box .item .job-title:before {
      content: "";
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 0;
      width: 23px;
      height: 11px;
      background: url(../img/tick-right.svg) no-repeat; }
  .current-opening-list .opening-box .item:hover {
    background: #161F3A; }
    .current-opening-list .opening-box .item:hover .heading-three,
    .current-opening-list .opening-box .item:hover .opening-date {
      color: #ffffff; }
    .current-opening-list .opening-box .item:hover .red-btn {
      background: transparent;
      border: 1px solid #ffffff; }
    .current-opening-list .opening-box .item:hover .job-title:before {
      filter: brightness(0) invert(1); }
  @media only screen and (max-width: 768px) {
    .current-opening-list .opening-box .item {
      padding: 15px;
      gap: 15px; }
      .current-opening-list .opening-box .item .vacancy-box {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%; }
        .current-opening-list .opening-box .item .vacancy-box:first-child {
          flex: 0 0 100%;
          max-width: 100%; }
        .current-opening-list .opening-box .item .vacancy-box:last-child {
          text-align: left; } }

.career-galnce {
  position: relative; }
  .career-galnce .row {
    position: relative; }
    .career-galnce .row .col-60 {
      position: static; }
  .career-galnce .glance-video .glancevideoframe {
    height: 382px;
    overflow: hidden;
    position: relative;
    margin-bottom: 32px; }
    .career-galnce .glance-video .glancevideoframe video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .career-galnce .glance-video .video-list {
    position: static; }
    .career-galnce .glance-video .video-list .swiper-slide .item {
      opacity: 0.5;
      position: relative;
      padding-top: calc(78/140*100%); }
      .career-galnce .glance-video .video-list .swiper-slide .item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0; }
      .career-galnce .glance-video .video-list .swiper-slide .item.active {
        opacity: 1; }
    .career-galnce .glance-video .video-list .arrow-slide {
      left: 75px;
      right: inherit;
      height: 48px;
      width: 48px;
      bottom: 0;
      top: inherit;
      margin: 0; }
      .career-galnce .glance-video .video-list .arrow-slide.swiper-button-prev {
        left: 15px; }
    @media only screen and (max-width: 992px) {
      .career-galnce .glance-video .video-list {
        position: relative; }
        .career-galnce .glance-video .video-list .arrow-slide {
          height: 30px;
          width: 30px;
          left: inherit;
          right: 0;
          bottom: inherit;
          top: 50%;
          transform: translateY(-50%); }
          .career-galnce .glance-video .video-list .arrow-slide.swiper-button-prev {
            left: 0; }
          .career-galnce .glance-video .video-list .arrow-slide:after {
            font-size: 14px; } }

.culture-section .marquee-slider .marquee-content {
  width: 100%;
  gap: 10px; }
  .culture-section .marquee-slider .marquee-content .img-marquee {
    flex: 0 0 100%;
    width: 100%; }
    .culture-section .marquee-slider .marquee-content .img-marquee .image {
      height: 100%; }
      .culture-section .marquee-slider .marquee-content .img-marquee .image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        filter: grayscale(0); }
.culture-section .custom-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-auto-rows: 133px;
  gap: 10px;
  width: 100%; }
  .culture-section .custom-grid .grid-item {
    width: 100%;
    height: 100%;
    box-sizing: border-box; }
  .culture-section .custom-grid .item-1 {
    grid-column: 1 / span 2;
    grid-row: 1 / span 3; }
  .culture-section .custom-grid .item-2 {
    grid-column: 3 / 4;
    grid-row: 1 / span 2; }
  .culture-section .custom-grid .item-3 {
    grid-column: 3 / 4;
    grid-row: 3 / 4; }
  .culture-section .custom-grid .item-4 {
    grid-column: 4 / 5;
    grid-row: 1 / 2; }
  .culture-section .custom-grid .item-5 {
    grid-column: 4 / 5;
    grid-row: 2 / span 2; }
  .culture-section .custom-grid .item-6 {
    grid-column: 5 / 6;
    grid-row: 1 / span 3; }
  @media only screen and (max-width: 768px) {
    .culture-section .custom-grid {
      display: grid;
      grid-template-columns: repeat(6, minmax(200px, 1fr));
      grid-auto-rows: auto;
      overflow-x: auto;
      gap: 10px; }
      .culture-section .custom-grid .item-1,
      .culture-section .custom-grid .item-2,
      .culture-section .custom-grid .item-3,
      .culture-section .custom-grid .item-4,
      .culture-section .custom-grid .item-5,
      .culture-section .custom-grid .item-6 {
        grid-column: auto;
        grid-row: auto;
        min-width: 200px; } }

.ir-banner {
  position: relative; }
  .ir-banner .caption {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    width: 100%;
    text-align: center;
    padding: 0 30px; }
    .ir-banner .caption .banner-heading {
      color: #ffffff; }
  .ir-banner .image {
    position: relative;
    z-index: 1;
    height: 463px;
    overflow: hidden; }
    .ir-banner .image::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
      pointer-events: none; }

@media only screen and (max-width: 992px) {
  .ir-section .common-tab-box {
    display: block; } }
.ir-section .publication-list-box {
  position: relative;
  margin-top: -80px;
  background: #ffffff;
  z-index: 9;
  padding: 40px;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px; }
  .ir-section .publication-list-box .publication-tab {
    max-width: 100%; }
  .ir-section .publication-list-box .ir-heading p {
    font-size: 42px;
    line-height: 52px;
    color: #161616;
    font-weight: 700;
    margin-bottom: 20px; }
    @media only screen and (max-width: 992px) {
      .ir-section .publication-list-box .ir-heading p {
        font-size: 24px;
        line-height: 34px; } }
  .ir-section .publication-list-box .ir-main-grid {
    gap: 0 136px;
    grid-template-columns: 1fr 1fr;
    position: relative;
    display: grid; }
    .ir-section .publication-list-box .ir-main-grid::before {
      content: '';
      position: absolute;
      top: 0;
      left: 50%;
      border: 1px solid #F5F5F5;
      height: 100%; }
    .ir-section .publication-list-box .ir-main-grid .ir-item .ir-grid-box {
      padding-bottom: 60px; }
      .ir-section .publication-list-box .ir-main-grid .ir-item .ir-grid-box p.month-name {
        font-size: 20px;
        line-height: 30px;
        font-weight: 600;
        color: #161616;
        margin-bottom: 20px; }
        @media only screen and (max-width: 768px) {
          .ir-section .publication-list-box .ir-main-grid .ir-item .ir-grid-box p.month-name {
            font-size: 16px;
            line-height: 26px; } }
      .ir-section .publication-list-box .ir-main-grid .ir-item .ir-grid-box .ir-pdf-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px; }
        .ir-section .publication-list-box .ir-main-grid .ir-item .ir-grid-box .ir-pdf-grid .item a {
          display: flex;
          border: 1px solid #F5F5F5;
          padding: 30px;
          position: relative;
          padding-left: 90px;
          height: 100%;
          color: #161616;
          font-weight: 600;
          align-items: center; }
          .ir-section .publication-list-box .ir-main-grid .ir-item .ir-grid-box .ir-pdf-grid .item a::before {
            content: '';
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            left: 30px;
            background: url(../img/ir-pdf.svg) no-repeat;
            width: 42px;
            height: 53px; }
          .ir-section .publication-list-box .ir-main-grid .ir-item .ir-grid-box .ir-pdf-grid .item a:hover {
            box-shadow: 0px 2px 64px 0px rgba(0, 0, 0, 0.07);
            background: #ffffff; }
        @media only screen and (max-width: 1024px) {
          .ir-section .publication-list-box .ir-main-grid .ir-item .ir-grid-box .ir-pdf-grid {
            grid-template-columns: 1fr; } }
    @media only screen and (max-width: 1280px) {
      .ir-section .publication-list-box .ir-main-grid {
        gap: 50px; }
        .ir-section .publication-list-box .ir-main-grid .ir-item .ir-grid-box .ir-pdf-grid .item a {
          padding: 20px;
          padding-left: 70px; }
          .ir-section .publication-list-box .ir-main-grid .ir-item .ir-grid-box .ir-pdf-grid .item a::before {
            background-size: 30px;
            background-position: center;
            left: 10px; } }
  .ir-section .publication-list-box .charter-pdf-box ul li a {
    border: 1px solid #DEDEDE;
    padding: 20px 0;
    padding-left: 96px;
    display: flex;
    align-items: center;
    position: relative; }
    .ir-section .publication-list-box .charter-pdf-box ul li a:hover {
      border: 1px solid #161616; }
    .ir-section .publication-list-box .charter-pdf-box ul li a::before {
      content: '';
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 60px;
      background: url(../img/pdf-icon.svg) no-repeat;
      width: 24px;
      height: 24px;
      background-size: 19px; }
  .ir-section .publication-list-box .charter-pdf-box ul li:nth-child(even) {
    background: #FAFAFA; }
  .ir-section .publication-list-box .charter-pdf-box ul li:last-child {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px; }
    .ir-section .publication-list-box .charter-pdf-box ul li:last-child a {
      border-bottom-left-radius: 20px;
      border-bottom-right-radius: 20px; }
  @media only screen and (max-width: 768px) {
    .ir-section .publication-list-box .charter-pdf-box ul li a {
      padding: 20px 0;
      padding-left: 50px; }
      .ir-section .publication-list-box .charter-pdf-box ul li a::before {
        left: 15px; } }
  @media only screen and (max-width: 992px) {
    .ir-section .publication-list-box .ir-main-grid {
      gap: 60px; }
      .ir-section .publication-list-box .ir-main-grid::before {
        display: none; }
      .ir-section .publication-list-box .ir-main-grid .ir-item .ir-grid-box {
        padding-bottom: 30px; }
        .ir-section .publication-list-box .ir-main-grid .ir-item .ir-grid-box .ir-pdf-grid {
          grid-template-columns: 1ft; } }
  @media only screen and (max-width: 768px) {
    .ir-section .publication-list-box {
      margin-top: 0;
      padding: 30px  0; }
      .ir-section .publication-list-box .ir-main-grid {
        grid-template-columns: 1fr;
        gap: 20px; } }

@media only screen and (max-width: 768px) {
  .ir-charter .publication-list-box {
    padding-bottom: 30px; } }

.ir-trans-tab .common-tab-box {
  max-width: 100%; }

.ir-trans-table {
  overflow-x: auto;
  margin-bottom: 40px; }
  .ir-trans-table table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #E5E5E5; }
    .ir-trans-table table thead {
      background: linear-gradient(90.38deg, #161F3A -5.42%, #E11E34 107.78%);
      color: #fff; }
      .ir-trans-table table thead tr th {
        padding: 20px 40px;
        text-align: left; }
        .ir-trans-table table thead tr th .logo {
          background: #ffffff;
          width: 100px; }
          .ir-trans-table table thead tr th .logo img {
            width: 90px;
            height: auto;
            text-align: center;
            margin: auto;
            padding: 5px; }
        .ir-trans-table table thead tr th span {
          font-size: 16px;
          line-height: 26px;
          display: block; }
          @media only screen and (max-width: 768px) {
            .ir-trans-table table thead tr th span {
              font-size: 14px;
              line-height: 24px; } }
        .ir-trans-table table thead tr th p {
          font-size: 18px;
          line-height: 28px;
          font-weight: 700;
          color: #ffffff;
          margin: 0;
          text-transform: uppercase; }
          @media only screen and (max-width: 768px) {
            .ir-trans-table table thead tr th p {
              font-size: 16px;
              line-height: 26px; } }
        .ir-trans-table table thead tr th:last-child p {
          text-transform: none; }
    .ir-trans-table table tbody tr {
      border: 1px solid #E5E5E5; }
      .ir-trans-table table tbody tr td {
        padding: 20px 40px;
        vertical-align: middle; }
        .ir-trans-table table tbody tr td:first-child {
          font-weight: 600;
          color: #161616;
          width: 25%; }
        .ir-trans-table table tbody tr td:nth-child(2) {
          color: #565656;
          width: 45%; }
        .ir-trans-table table tbody tr td:last-child .pdf-box {
          display: flex;
          align-items: center;
          justify-content: space-between;
          gap: 20px; }
          .ir-trans-table table tbody tr td:last-child .pdf-box p {
            margin: 0;
            font-weight: 600;
            text-align: left;
            color: #161616; }
          .ir-trans-table table tbody tr td:last-child .pdf-box .btn-group {
            max-width: 116px;
            width: 100%;
            text-align: center; }
      .ir-trans-table table tbody tr:nth-child(odd) {
        background: #FAFAFA; }
    @media only screen and (max-width: 768px) {
      .ir-trans-table table thead tr th {
        padding: 10px 15px; }
      .ir-trans-table table tbody tr td {
        padding: 10px 15px; } }

.policy-content-box {
  position: relative;
  padding-left: 20px; }
  .policy-content-box::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background: #C4C4C4; }
  .policy-content-box .content:not(:last-child) {
    padding-bottom: 45px; }
  .policy-content-box .content .heading-five, .policy-content-box .content .search-box .search-wrapper input, .search-box .search-wrapper .policy-content-box .content input, .policy-content-box .content .search-box .search-wrapper input::placeholder, .search-box .search-wrapper .policy-content-box .content input::placeholder, .policy-content-box .content .search-list-section .search-tab-list ul li, .search-list-section .search-tab-list ul .policy-content-box .content li {
    margin-bottom: 32px; }
  .policy-content-box .designation-box {
    background: #F5F5F5;
    padding: 24px;
    max-width: 450px;
    margin-top: 40px; }
    .policy-content-box .designation-box ul li {
      font-size: 18px;
      line-height: 28px;
      font-weight: 500; }
      .policy-content-box .designation-box ul li:not(:last-child) {
        padding-bottom: 40px; }
      @media only screen and (max-width: 768px) {
        .policy-content-box .designation-box ul li {
          font-size: 16px;
          line-height: 26px; } }

.search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  z-index: 9999;
  transition: opacity 0.3s ease;
  opacity: 0;
  pointer-events: none; }
  .search-overlay.active {
    opacity: 1;
    pointer-events: auto; }

.search-box {
  background: #0A142F;
  width: 100%;
  min-height: 400px;
  padding-bottom: 100px;
  padding-top: 300px; }
  .search-box .search-wrapper {
    position: relative; }
    .search-box .search-wrapper .icon {
      position: absolute;
      top: 20%;
      right: 10px;
      transform: translateY(-20%);
      width: 20px;
      height: 20px;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      cursor: pointer;
      cursor: pointer;
      filter: brightness(0) invert(1); }
      .search-box .search-wrapper .icon.search-icon {
        background-image: url("../img/search-icon.svg"); }
      .search-box .search-wrapper .icon.close-icon {
        background-image: url("../img/cross-modal.svg"); }
    .search-box .search-wrapper input {
      width: 100%;
      padding: 0 0 15px 0;
      border: none;
      border-bottom: 1px solid rgba(255, 255, 255, 0.3);
      background: transparent;
      color: white;
      outline: none; }
      .search-box .search-wrapper input::placeholder {
        color: rgba(255, 255, 255, 0.4); }

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
  height: 20px;
  width: 20px;
  background: url("your-custom-icon.svg") no-repeat center center;
  background-size: contain;
  cursor: pointer; }

.search-list-section .search-tab-list {
  padding-top: 100px; }
  .search-list-section .search-tab-list ul {
    list-style: none;
    padding: 0;
    display: flex;
    max-width: fit-content;
    align-items: center;
    gap: 40px; }
    .search-list-section .search-tab-list ul li {
      color: rgba(255, 255, 255, 0.4);
      padding-bottom: 30px;
      position: relative;
      padding-right: 60px;
      cursor: pointer; }
      .search-list-section .search-tab-list ul li span {
        background: rgba(255, 255, 255, 0.15);
        position: absolute;
        right: 0;
        font-size: 14px;
        line-height: 24px;
        padding: 4px 10px;
        display: inline-block;
        border-radius: 121px;
        color: #ffffff;
        line-height: 17px;
        top: 10px; }
      .search-list-section .search-tab-list ul li.active {
        color: #ffffff; }
        .search-list-section .search-tab-list ul li.active span {
          background: #E11E34; }
        .search-list-section .search-tab-list ul li.active::before {
          content: '';
          position: absolute;
          bottom: 0;
          left: 0;
          background: #E11E34;
          width: 100%;
          height: 1px; }
.search-list-section .search-list-content .all-list {
  padding: 40px 0; }
  .search-list-section .search-list-content .all-list .inner-list-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #FFC3BC;
    padding: 40px 0;
    gap: 130px;
    position: relative; }
    .search-list-section .search-list-content .all-list .inner-list-box a {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .search-list-section .search-list-content .all-list .inner-list-box:first-child {
      border-top: 1px solid #FFC3BC; }
    .search-list-section .search-list-content .all-list .inner-list-box .content {
      flex: 1; }
      .search-list-section .search-list-content .all-list .inner-list-box .content p {
        font-size: 32px;
        line-height: 42px;
        color: #161616; }
        @media only screen and (max-width: 992px) {
          .search-list-section .search-list-content .all-list .inner-list-box .content p {
            font-size: 22px;
            line-height: 32px; } }
    .search-list-section .search-list-content .all-list .inner-list-box .image {
      flex: 1; }
      .search-list-section .search-list-content .all-list .inner-list-box .image img {
        width: 100%; }
  .search-list-section .search-list-content .all-list.exp-pdp-list .inner-list-box .content span {
    display: block;
    font-size: 18px;
    line-height: 28px;
    position: relative;
    border-left: 2px solid #E11E34;
    padding-left: 16px;
    margin-bottom: 30px; }
    @media only screen and (max-width: 768px) {
      .search-list-section .search-list-content .all-list.exp-pdp-list .inner-list-box .content span {
        font-size: 16px;
        line-height: 26px; } }

.televison-list-box .tel-inner-area {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -16px;
  gap: 32px 0; }
  .televison-list-box .tel-inner-area:not(:last-child) {
    margin-bottom: 32px; }
  .televison-list-box .tel-inner-area .share-list ul {
    justify-content: flex-start; }
  .televison-list-box .tel-inner-area .image a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
  .televison-list-box .tel-inner-area .image::before {
    display: none; }
  .televison-list-box .tel-inner-area .image:hover::before {
    display: block; }
  .televison-list-box .tel-inner-area .heading-three {
    font-weight: 600; }
  .televison-list-box .tel-inner-area .large-item {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 16px; }
    .televison-list-box .tel-inner-area .large-item .inner-large-item {
      border: 1px solid #F5F5F5;
      display: flex;
      align-items: center; }
      .televison-list-box .tel-inner-area .large-item .inner-large-item .right-side {
        padding: 0 32px; }
  .televison-list-box .tel-inner-area .small-item {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 16px; }
    .televison-list-box .tel-inner-area .small-item .inner-small-item {
      border: 1px solid #F5F5F5; }
      .televison-list-box .tel-inner-area .small-item .inner-small-item .content {
        padding: 24px 20px 20px 20px; }
      .televison-list-box .tel-inner-area .small-item .inner-small-item .image {
        padding-top: calc(357/605*100%); }
        .televison-list-box .tel-inner-area .small-item .inner-small-item .image img {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          object-fit: cover; }
  .televison-list-box .tel-inner-area:nth-child(even) .large-item .inner-large-item {
    flex-direction: row-reverse; }
@media only screen and (max-width: 768px) {
  .televison-list-box .tel-inner-area .large-item .inner-large-item {
    flex-wrap: wrap;
    gap: 16px; }
    .televison-list-box .tel-inner-area .large-item .inner-large-item .right-side {
      padding: 0 16px; }
  .televison-list-box .tel-inner-area .small-item {
    flex: 0 0 100%;
    max-width: 100%; }
    .televison-list-box .tel-inner-area .small-item .inner-small-item .content {
      padding: 24px 16px 20px 16px; } }

/* The "show" class is added to the filtered elements */
.pressroom-list-box .press-btn-filter {
  display: flex;
  gap: 32px; }
  .pressroom-list-box .press-btn-filter button {
    width: 60px;
    height: 60px;
    border: none;
    cursor: pointer;
    position: relative;
    border: 1px solid #F5F5F5;
    border-radius: 8px; }
    .pressroom-list-box .press-btn-filter button img {
      border-radius: 8px; }
    .pressroom-list-box .press-btn-filter button .number {
      position: absolute;
      top: -11px;
      right: -20px;
      box-shadow: 0px 2px 7px 0px #0000001C;
      display: block;
      width: 40px;
      height: 22px;
      background: #F5F5F5;
      font-size: 14px;
      line-height: 24px;
      border-radius: 67px; }
.pressroom-list-box .pressroom-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 32px 0;
  margin: 0 -16px; }
  .pressroom-list-box .pressroom-grid .item {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding: 0 16px; }
    .pressroom-list-box .pressroom-grid .item.show {
      display: block; }
    .pressroom-list-box .pressroom-grid .item.hide {
      display: none; }
    .pressroom-list-box .pressroom-grid .item .inner-content {
      border: 1px solid #F5F5F5; }
      .pressroom-list-box .pressroom-grid .item .inner-content .image {
        height: 190px;
        border-bottom: 1px solid #F5F5F5;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 30px; }
        .pressroom-list-box .pressroom-grid .item .inner-content .image img {
          width: 500px;
          height: 150px;
          object-fit: contain; }
      .pressroom-list-box .pressroom-grid .item .inner-content .content {
        padding: 20px; }
        .pressroom-list-box .pressroom-grid .item .inner-content .content .full-article {
          margin-top: 60px; }
          .pressroom-list-box .pressroom-grid .item .inner-content .content .full-article a {
            color: #E11E34;
            text-decoration: underline; }
@media only screen and (max-width: 992px) {
  .pressroom-list-box .pressroom-grid {
    flex-wrap: wrap; }
    .pressroom-list-box .pressroom-grid .item {
      flex: 0 0 50%;
      max-width: 50%; } }
@media only screen and (max-width: 768px) {
  .pressroom-list-box .press-btn-filter {
    overflow-x: auto;
    overflow-y: visible;
    padding-top: 13px !important;
    scrollbar-width: none;
    -ms-overflow-style: none; }
    .pressroom-list-box .press-btn-filter::-webkit-scrollbar {
      display: none; }
    .pressroom-list-box .press-btn-filter button {
      flex: 0 0 20%;
      width: auto;
      height: auto; }
  .pressroom-list-box .pressroom-grid {
    flex-wrap: wrap; }
    .pressroom-list-box .pressroom-grid .item {
      flex: 0 0 100%;
      max-width: 100%; } }

/*# sourceMappingURL=main.css.map */
