* {
  box-sizing: border-box;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff;
  overflow: auto;
  color: #032246;
  line-height: 1.8;
}

img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

a {
  border: none;
  outline: none;
  text-decoration: none;
  color: #F26E24;
  cursor: pointer;
}

a:hover {
  color: #F26E24;
}

a.link-orange {
  color: #F26E24;
  text-decoration: underline;
}

a.link-orange:hover {
  color: #134F7F;
}

a.link {
  color: #134F7F;
}
a.link:hover {
  color: #F26E24;
  text-decoration: underline;
}


.border {
  border-color: #134F7F !important;
}


b,
strong {
  font-weight: 600;
}

.fw-200 {
  font-weight: 200 !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.fw-900 {
  font-weight: 900 !important;
}


.font-size1 {
  font-size: 14px;
}

.font-size2 {
  font-size: 15px;
}

.font-size3 {
  font-size: 16px;
}

.font-size4 {
  font-size: 17px;
}

.font-size4 {
  font-size: 18px;
}

.font-size5 {
  font-size: 19px;
}

.font-size6 {
  font-size: 20px;
}

.font-size7 {
  font-size: 21px;
}

.font-size8 {
  font-size: 22px;
}


.text-justify {
  text-align: justify !important;
}

/* .text-center {
  text-align: justify !important;
  text-align-last: center !important;
} */

.transition-smooth {
  transition: all ease 0.3s;
}


.container,
.container-lg,
.container-md,
.container-sm,
.main_carousel .swiper-pagination {
  max-width: 1440px;
  width: calc(100% - 20px);
}

.container.container_mid_size,
.main_carousel .swiper .swiper-pagination {
  max-width: 1804px;
}

.z-index1 {
  z-index: 1;
}

.z-index2 {
  z-index: 2;
}

.h-85 {
  height: 85% !important;
}

.h-md-100 {
  height: 100% !important;
}

.min-h-500 {
  min-height: 500px;
}

.pointer-event {
  cursor: pointer !important;
}


.object-fit-cover img {
  object-fit: cover !important;
}

.object-fit-contain img {
  object-fit: contain !important;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
}


.ratio-3x4 {
  --bs-aspect-ratio: calc(4 / 3 * 100%);
}

.ratio-3x4::before {
  display: block;
  padding-top: calc(4 / 3 * 100%);
  content: "";
}

.ratio-9x16 {
  --bs-aspect-ratio: calc(16 / 9 * 100%);
}

.ratio-9x16::before {
  display: block;
  padding-top: calc(16 / 9 * 100%);
  content: "";
}

.ratio-9x14 {
  --bs-aspect-ratio: calc(14 / 9 * 100%);
}

.ratio-9x14::before {
  display: block;
  padding-top: calc(14 / 9 * 100%);
  content: "";
}

.ratio-16x7 {
  --bs-aspect-ratio: calc(7 / 16 * 100%);
}

.ratio-16x7::before {
  display: block;
  padding-top: calc(7 / 16 * 100%);
  content: "";
}


.ratio>img {
  object-fit: cover;
}

.min-h-auto {
  min-height: auto !important;
}


.rounded-3 {
  border-radius: 12px !important;
}


h1,
.h1 {
  font-size: 68px;
  font-weight: 600;
  color: #fff;
}

h1 .subHead {
  font-size: 18px;
  font-weight: 800;
  display: block;
}

h2,
.h2 {
  font-size: 34px;
  font-weight: 600;
  color: #134F7F;
}

h3,
.h3 {
  font-size: 26px;
  font-weight: 600;
  color: #134F7F;
}

h4,
.h4 {
  font-size: 24px;
  font-weight: 600;
  color: #134F7F;
}

h5,
.h5 {
  font-size: 20px;
  font-weight: 600;
  color: #134F7F;
}

h6,
.h6 {
  font-size: 20px;
  font-weight: 600;
  color: #134F7F;
}



.section {
  position: relative;
  background-color: #ffffff;

}

.section.section-padding {
  padding: 70px 0;
}

.section.section-padding-1 {
  padding: 40px 0;
}

.section.section-padding-2 {
  padding: 30px 0;
}






.section_title {
  width: 100%;
  margin-bottom: 20px;
}

.section_title h1 {
  position: relative;
  display: block;
  color: #FFF;
  font-family: "Nunito", sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  z-index: 1;
  margin-bottom: 60px;
}

.section_title h2 {
  position: relative;
  font-family: "Nunito", sans-serif;
  color: #184E7D;
  font-weight: 600;
  display: block;
  font-size: 52px;
  z-index: 1;
}
.section_title h3 {
  position: relative;
  font-family: "Nunito", sans-serif;
  color: #184E7D;
  font-weight: 600;
  display: block;
  z-index: 1;
}

.section_description {
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  /* 168.75% */
}

.section_button_section {
  display: flex;
  align-items: center;
  gap: 6px;
}

.underline::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  margin: 12px auto 0;
  border-radius: 37px;
  background: linear-gradient(90deg, #134F7F 0%, #F26E24 100%);

}


.section_title .underline {
  display: inline-block;
  width: 100%;
  height: 5px;
  vertical-align: top;
  position: relative;
  margin-top: 10px;
}

.section_title .underline:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  width: 0;
  background: #F26E24;
  height: 100%;
  transition: width cubic-bezier(.39, .575, .565, 1) .5s .5s;
  /* transition-delay: 1.5s !important; */
}

.section_title .underline.start:after {
  transform: none;
  left: 0;
}

.section_title .underline.aos-animate:after {
  width: 100px;
}

.performance-description {
  text-align: center;
  font-family: "Nunito", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 4.8px;
  text-transform: uppercase;
}

.performance-number {
  font-family: "Nunito", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 4.8px;
  text-transform: uppercase;
  display: inline-block;
}
.performance-number small{
font-size: 60%;
}

/* .gradient-number {
  background: radial-gradient(92deg, #134F7F 0.95%, #F26E24 18.86%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
} */

.gradient-text {
  color: #134F7F;
}


p {
  font-size: 18px;
  margin-bottom: 18px;
}

p.small {
  font-size: 16px;
}

p.big {
  font-size: 22px;
}

p:last-child {
  margin-bottom: 0;
}

.smaller p {
  font-size: 14px;
}

.small,
small {
  font-size: .875em;
}


.list {
  padding-left: 1.2rem;
  margin-bottom: 12px;
  position: relative;
}

.list li {
  list-style: disc;
  font-size: 18px;
  margin-bottom: 3px;
}

.list.arrow li {
  list-style: none;
  padding-left: 1rem;
  margin-bottom: 15px;
}


.list li:last-child {
  margin-bottom: 0;
}

.list ul {
  padding-left: 1rem;
}

.list>li li {
  list-style: circle;
  margin-bottom: 6px;
}

.list ol {
  padding-left: 1.5rem;
}

.list>li ol li {
  list-style: decimal;
  margin-bottom: 6px;
}


.h3-heading{
  font-family: "Montserrat", sans-serif;
    font-weight: 600;
    letter-spacing: 4px;
    text-transform: uppercase;
}


.text-small {
  font-size: 60%;
}


.text-white {
  color: #fff !important;
}

.text-grey {
  color: #C4C4C4 !important;
}

.text-black {
  color: #161C2D !important;
}

.text-dark {
  color: #5F5F5F !important;
}

.text-primary {
  color: #F26E24 !important;
}

.text-secondary {
  color: #134F7F !important;
}


.bg-white {
  background-color: #ffffff !important;
}

.bg-primary {
  background-color: #F26E24 !important;
}

.bg-secondary {
  background-color: #134F7F !important;
}

.bg-chardon {
  background-color: #fdecdf !important;
}

.bg-foundation{
  /* background-color: rgb(19, 78, 127); */
  background: linear-gradient(rgba(19, 78, 127, 0.8), rgba(19, 78, 127, 0.8)), url(../images/foundation-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.bg-foundation .product-btn{
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
}



.btn {
  background-color: #F26E24;
  border: 1px solid #F26E24;
  color: #ffffff;
  font-size: 16px;
  padding: 12px 18px;
  font-weight: 400;
  line-height: 1.7;
  transition: none;
  display: inline-block;
  text-align: center;
  text-decoration: none !important;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 8px;
  transition: all ease 0.3s;
  text-wrap: nowrap;
  position: relative;
}
.btn:hover {
  background-color: #fff;
  color: #134F7F;
  border-color: #134F7F;

}
.btn::after{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  border-radius: 5px;
  transition: all .5s;
  background-color: #fff;
}

.btn.white {
  background-color: #fff;
  color: #134F7F;
  border-color: #fff;
}

.bg-foundation .btn:hover, .bg-secondary .btn:hover, .home-banner-wraper .btn:hover{
  border-color: #fff;
  background: transparent;
  color: #fff;
  -webkit-text-fill-color: unset;
}
.bg-foundation .btn::after, .bg-secondary .btn::after, .home-banner-wraper .btn::after{
  display: none;
}


.btn-secondary {
  background-color: #ffffff;
  border: 1px solid #F26E24;
  color: #F26E24;
  font-size: 16px;
  padding: 12px 18px;
  font-weight: 400;
  transition: none;
  display: inline-block;
  text-align: center;
  text-decoration: none !important;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 8px;
  transition: all ease 0.3s;
  text-wrap: nowrap;
  position: relative;
}
.btn-secondary:hover {
  background-color: #fff;
  color: #F26E24;
  border-color: #134F7F;
  background: linear-gradient(90deg, #F26E24 0%, #134F7F 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.btn-secondary::after{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  border-radius: 5px;
  transition: all .5s;
  background-color: #fff;
}

.btn>i {
  font-size: 18px;
  vertical-align: middle;
  transition: all ease 0.3s;
  margin-left: 5px;
}












.btn.active {
  pointer-events: none;
}

.btn.icon-btn {
  padding: 0;
  width: 44px;
  -webkit-flex-shrink: 0 !important;
  flex-shrink: 0 !important;
}

.btn:focus-visible {
  color: #F26E24;
  background-color: #fff;
  border-color: #F26E24;
  outline: 0;
  box-shadow: 0 0 0 0 rgba(250, 71, 22, 0);
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
  color: #F26E24;
  background-color: #fff;
  border-color: #F26E24;
}


.btn-check:focus+.btn,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(250, 71, 22, 0);
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
  color: #F26E24;
  pointer-events: none;
  background-color: #ffffff;
  border-color: #F26E24;
  opacity: .65;
}


.commitment-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  font-family: "Nunito", sans-serif;
  align-items: stretch;
}

.left-col {
  display: flex;
  flex-direction: column;
  gap: 30px;
  height: 100%;
}

.card {
  background: #fff;
  border-radius: 16px;
  padding: 40px 30px;
  text-align: left;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  /* box-shadow: 0 0 16px 6px rgba(17, 24, 39, 0.13); */
}

.card h3 {
  color: #134F7F;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 49px;
  letter-spacing: 4.8px;
  text-transform: uppercase;
  font-family: "Nunito", sans-serif;
}

.card p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  font-family: "Montserrat", sans-serif;
}

.right-col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  /* only 3 rows now */
  gap: 20px;
}

.img-card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  min-height: 175px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
}

.img-card .bg-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
      transition: all .25s ease;
}
.img-card:hover .bg-img{
  transform: scale(1.1);
}

.img-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.92) 100%);
}

.img-card .overlay {
  position: absolute;
  bottom: 0;
  top: auto;
  /* ✅ start hidden */
  left: 0;
  width: 100%;
  height: auto;
  padding: 20px;
  color: #fff;
  z-index: 1;
  text-align: left;
  transition: bottom 0.5s ease-in-out;
}



.img-card .overlay h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #FFFFFF;
  font-family: 'Nunito', sans-serif;
}

.img-card .overlay ul {
  font-family: 'Montserrat', sans-serif;
}

.img-card .overlay ul li {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  list-style: square;
}



.care {
  grid-row: span 2;
  grid-column-start: 2;
  grid-row-start: 2;
  grid-row-end: 4;
  background-image: url('../images/Care.png');
}


.offerings-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  padding: 24px;
  /* max-width: 420px; */
  width: 100%;
  height: 100%;
  transition: all ease 0.3s;
  display: flex;
  flex-direction: column;
}

/* Header */
.offerings-header {
  display: flex;
  align-items: center;
  gap: 8px;
  /* margin-bottom: px; */
}

.offerings-header .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(2, 30, 63, 0.08) 100%);
  padding: 8px;
  font-size: 18px;
  height: 60px;
  width: 60px;
  flex-shrink: 0;
}

.offerings-header h2 {
  color: #134F7F;
  font-family: Nunito;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 4.8px;
  text-transform: uppercase;
}

.offerings-header .icon img {
  width: 24px;
  height: 24px;
}

/* Description */
.offerings-description {
  color: #032246;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin: 8px 0;
}

/* Key Products */
.key-products {
  color: #134F7F;
  font-family: Nunito;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  padding: 25px 0;
  /* 436.686% */
  letter-spacing: 1.6px;
  text-transform: uppercase;
  /* margin-bottom: 10px; */
}

.products {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.product-btn {
  border-radius: 150px;
  background: #D2E3F4;
  color: #134F7F;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  padding: 8px 18px;
  font-weight: 500;
  transition: 0.2s;
}

/* .product-btn:hover {
  background: #d1e5fa;
} */


/* Stats */
.stats {
  color: #4F4F4F;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}
.box-btn-wrap{
  margin-top: auto;
}
/* Learn More Link */
.learn-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #F26E24;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
  transition: 0.2s;
  
}

.offerings-card:hover{
  box-shadow: 12px 12px 12.5px 6px rgba(255, 255, 255, 0.16);
}

.offerings-card:hover .offerings-header h2{
  color: #F26E24;
}
.offerings-card:hover .learn-more{
  color: #134F7F;
}


.parentage-card{
  border-radius: 12px;
  border: 2px solid  #E0E3EB;
  background: #FFF;
  padding: 24px;
  width: 100%;
  height: 100%;
  transition: all ease 0.3s;
}


.esg {
  list-style: none;
}

.esg li {
  color: #032246;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 8px;
  position: relative;
  padding-left: 35px;
}

.esg li::before {
  content: "•";
  position: absolute;
  left: 22px;
  color: #1f3a64;
  font-size: 24px;
}










.input_field {
  margin-bottom: 1.8rem;
}

.input {
  position: relative;
  color: rgba(28, 28, 28, 0.65);
  border: 1px solid #E6E6E6;
  border-radius: 10px;
  font-size: 17px;
  background-color: #fff;
  z-index: 1;
}

.input.border-none {
  border: none;
}

.input.gradient input,
.input.gradient textarea,
.input.gradient select {
  position: relative;
}

.input.input.with_icon_btn {
  display: -webkit-flex;
  display: flex;
}

.input.with_icon_btn .icon_btn {
  width: 46px;
  min-width: 46px;
  height: 46px;
  text-align: center;
  font-size: 17px;
  display: inline-block;
  line-height: 46px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

.input.with_icon_btn.left_icon input {
  padding-left: 0
}

.input.with_icon_btn.right_icon input {
  padding-right: 0
}

.input.with_icon_btn.left_icon label {
  left: 34px;
}

.input:focus-within {
  border-color: rgba(37, 56, 70, 0.3);
}

.input label {
  position: absolute;
  margin: 0;
  font-size: 16px;
  left: 22px;
  top: 14px;
  padding: 0 3px;
  font-weight: 400;
  background-color: transparent;
  line-height: 1;
  pointer-events: none;
  -webkit-transition: all ease-in-out 0.25s;
  transition: all ease-in-out 0.25s;
  color: #6b7280;
}

.input input,
.input textarea,
.input select {
  width: 100%;
  height: 44px;
  line-height: 44px;
  font-size: inherit;
  background: none;
  border: none;
  box-shadow: none;
  padding: 0 25px;
  border-radius: 10px;
  overflow: hidden;
  vertical-align: top;
  font-size: 16px;
  color: #6b7280;
}

.input.rounded,
.input.rounded input {
  border-radius: 30px !important;
}



.input input[type=file] {
  line-height: 35px
}

.input textarea {
  min-height: 46px;
  height: 120px;
  max-height: 120px;
  line-height: 1.5;
  padding-top: 10px;
  padding-bottom: 10px;
}

.input.select select {
  padding-right: 38px
}

.input input:focus~label,
.input input:focus~label,
.input input:valid~label,
.input.with_icon_btn input:focus~label,
.input.with_icon_btn input:focus~label,
.input.with_icon_btn input:valid~label,
.input label.active {
  font-size: 70%;
  top: -6px;
  background-color: #FFFFFF;
  left: 22px;
}

.input textarea:focus~label,
.input textarea:focus~label,
.input textarea:valid~label {
  font-size: 70%;
  top: -6px;
  background-color: #FFFFFF
}

.input select:focus~label,
.input select:focus~label,
.input select:valid~label {
  font-size: 70%;
  top: -6px;
  background-color: #FFFFFF
}

/* .input.select label, */
input:disabled~label,
.input.date label {
  font-size: 70%;
  top: -6px;
  background-color: #FFFFFF;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}

.input.select:after {
  font-family: 'Font Awesome 6 Free';
  content: "\f107";
  font-size: 18px;
  font-weight: 900;
  color: #6b7280;
  /* color: rgba(0, 147, 214, 0.98); */
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 18px;
  pointer-events: none;
}

.input.date:after {
  font-family: 'Font Awesome 6 Free';
  content: "\f073";
  font-size: 18px;
  font-weight: 900;
  color: #6b7280;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 12px;
  pointer-events: none;
}



main {
  width: 100%;
  position: relative;
  z-index: 9;
  padding-top: 86px;
  overflow: hidden;
}

main.no-banner {
  padding-top: 90px;
}

.homepage main{
  padding-top: 0;
}


header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  padding: 0;
  background: #134F7F;
  transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
}

/* header.showBg,
header.active {
  background-color: rgba(37, 56, 70, 0.5);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
} */



/* .primary_menu.home-header, .home-footer {
  display: none;
}

.primary_menu.home-header.show {
  display: inline-flex;
}

.home-footer.show {
  display: block;
}

.primary_menu.inner-header.hide,
.inner-footer.hide {
  display: none;
} */


header .logoWrap,
header .logo>img {
  min-width: 140px;
  width: 140px;
  height: 58px;
}

header .logo {
  display: inline-block;
}

.headerWrap {
  height: 58px;
 
}

.sitenavigation {
  display: flex;
}

.menu-wrap {
  display: inline-flex;
  flex-direction: column;
  gap: 4px;
}

.upper_nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 0;
  border-radius: 0 0 30px 30px;
  background: #3B6D94;
}

.upper_nav>.primary_menu>li>.nav_menu {
  line-height: 20px !important;
  padding: 0;
}

.rightBtn {
  display: flex;
  align-items: center;
  padding: 0 20px;
}

.rightBtn .nav_menu {
  background-color: #F26E24;
  border: 1px solid #F26E24;
  color: #FFFFFF;
  cursor: pointer;
  align-items: center;
  gap: 8px;
  padding: 0 2rem;
  font-weight: 400;
  font-size: 16px;
  line-height: 52px;
  white-space: nowrap;
  transition: all ease .2s;
  border-radius: 8px;
  /* border: 1px solid #F26E24; */
}



.rightBtn .nav_menu:hover,
.rightBtn .nav_menu.active {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}

.rightBtn .nav_menu:hover img,
.rightBtn .nav_menu.active img {
  filter: brightness(0) saturate(100%) invert(41%) sepia(88%) saturate(5334%) hue-rotate(352deg) brightness(99%) contrast(89%);
}



/* 
.primary_menu {
  display: inline-flex;
  max-width: 100%;
  margin: 0;
}



.primary_menu>li,
.primary_menu .submenu li {
  padding: 0 0.6rem;
}

.primary_menu>li:first-child,
.primary_menu .submenu li:first-child {
  margin-left: 0;
}

.primary_menu>li:last-child,
.primary_menu .submenu li:last-child {
  margin-right: 0;
}

.primary_menu>li.pe-none {
  opacity: .5;
}


.primary_menu>li .nav_menu {
  font-weight: 500;
  font-size: 16px;
  text-decoration: none;
  white-space: nowrap;
  display: inline-block;
  color: #DDDDDD;
  position: relative;
  cursor: pointer;
}

.primary_menu>li>.nav_menu {
  line-height: 72px;
  padding: 0;
}

.primary_menu>li.showmenu {
  padding-right: 1.4rem;
  position: relative;
}

.primary_menu>li.showmenu>.nav_menu::after {
  position: absolute;
  top: 50%;
  right: -18px;
  font-size: 14px;
  content: '\f107';
  font-weight: 600;
  font-family: "Font Awesome 6 Free";
  transform: translateY(-50%);
  height: 12px;
  line-height: 14px;
  transition: all ease 0.3s;
}

.primary_menu>li.showmenu .showMe.nav_menu::after {
  transform: translateY(-50%) rotate(-180deg);
}

.primary_menu>li.showmenu .showMe {
  color: #FFFFFF !important;
}


.primary_menu>li>.nav_menu:hover,
.primary_menu>li.showMe>.nav_menu {
  color: #FFFFFF;
}

.primary_menu>li .nav_menu.showmenu {
  position: relative;
}


.primary_menu>li>.nav_menu.active {
  color: #FFFFFF;
  font-weight: 600;
}


.primary_menu li>.submenu li>.nav_menu {
  transition: all ease 0.2s;
}



.primary_menu li>.submenu li>.nav_menu.active {
  color: #F26E24;
  font-weight: 700;
  pointer-events: none;
}

.primary_menu li>.submenu li>.nav_menu.active:hover {
  color: #F26E24;
}

.primary_menu .submenu {
  position: absolute;
  left: 0;
  top: 80px;
  width: 100%;
  display: none;
  z-index: 3;
}


.primary_menu .submenu ul {
  transition: all ease 0.3s 0.3s;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.primary_menu .submenu li {
  width: 100%;
  padding: 0;
}

.primary_menu .submenu li .nav_menu {
  color: #fff;
  width: auto;
  text-align: left;
  padding: 6px 0;
  transition: all ease 0.2s;
  font-weight: 500;
}

.primary_menu .submenu li .nav_menu:hover {
  color: #F26E24;
}

.primary_menu .submenu li .nav_menu-title {
  color: #0d1717;
  font-weight: 700;
  font-size: 22px;
  display: inline-block;
  position: relative;
  margin-bottom: 10px;
}

.primary_menu .submenu li .nav_menu-title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 50%;
  background-color: #F26E24;
}

.primary_menu .submenu li .nav_menu span {
  display: block;
  padding-top: 10px;
}

.primary_menu .submenu li .nav_menu img {
  width: auto;
  height: 130px;
}










.hamburger {
  width: 44px;
  height: 44px;
  padding: 12px;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  -webkit-flex-direction: column;
  -webkit-justify-content: space-between;
  cursor: pointer;
  background-color: #F26E24;
  border-radius: 50%;
  transition: all ease .3s;
  -webkit-transition: all ease .3s;
}

.is-tapped .hamburger {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  background-color: #F26E24;
}


.line-menu {
  background: #fff;
  border-radius: 2px;
  height: 2px;
  transition: .4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}

.line-menu:nth-of-type(1) {
  width: 50%;
}

.line-menu:nth-of-type(2) {
  width: 100%;
}

.line-menu:nth-of-type(3) {
  width: 75%;
}

.is-tapped .line-menu:nth-of-type(1) {
  transform-origin: bottom;
  transform: rotatez(90deg) translate(2px, -4px)
}

.is-tapped .line-menu:nth-of-type(2) {
  transform-origin: top;
}

.is-tapped .line-menu:nth-of-type(3) {
  transform-origin: bottom;
  width: 50%;
  transform: translate(4px, -4px) rotatez(90deg);
} */










footer {
  color: #fff;
  position: relative;
  z-index: 9;
  background-color: #134F7F;
}

footer a {
  color: #fff;
}

footer .footer-top {
  background-color: #F7FBFC;
  padding: 2rem 0;
}

.footrlinkWrap {
  display: flex;
  flex-wrap: wrap;
}


footer .footer_menu li {
  padding: 4px 20px 4px 4px;
}


footer .footrlink {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 700;
}

/* footer .footrlink.pe-none {
  opacity: 0.5;
} */

footer .footrlink.title {
  color: #ffffff;
  font-weight: 400;
  padding: 4px 0 10px 0;
  font-size: 16px;
  display: block;
  opacity: .7;

}

footer a.footrlink:hover {
  color: #F26E24;
}

footer a.footrlink.active {
  color: #F26E24;
  pointer-events: none;
}




.social_page_links>a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  line-height: 1.6;
  font-weight: 600;
  text-decoration: none;
  transition: all ease .2s;
  padding: 4px 0;
  color: #fff;
}

.social_page_links>a i {
  font-size: 22px;
  /* color: #F26E24; */
}

.social_page_links>a:hover {
  color: #F26E24;
}


.social_page_links a img {
  width: 32px;
  height: 32px;
}
.footer_logo{
  text-align: start;
  height: 50px;
  width: 108px;
} 

/* .footer_logo img {
  min-width: 335px;
  width: 335px;
  height: 70px;
} */

.footerband {
  color: #fff;
  font-size: 14px;
  padding: 10px 0;
  /* border-top: 1px solid rgba(255, 255, 255, 0.3); */
}

.footerband a {
  color: #fff;
  padding: 4px;
  font-weight: 500;
  line-height: 1.6;
}

.footerband a:hover {
  color: #F26E24;
}

.footerband .social_page_links a {
  color: #fff;
  padding: 6px;
  font-weight: 500;
  display: inline-block;
  height: 36px;
  width: 36px;
  border: 1px solid #fff;
  border-radius: 50%;
  text-align: center;
  margin: 0 5px;
}

.footerband .social_page_links a:hover {
  color: #F26E24;
}

.footerband .social_page_links>a i {
  font-size: 18px;
}



.partners a {
  display: inline-block;
  vertical-align: middle;
  padding: 0 1.3rem;
  position: relative
}

.partners a:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 36px;
  background-color: #858e95;
}

.partners img {
  width: auto;
  height: 50px;
}

.partners img.bainCapital {
  height: 40px;
}

.partners a:first-child {
  padding-left: 0;
}

.partners a:last-child {
  padding-right: 0;
}

.partners a:last-child:after {
  display: none;
}





.icons {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(2, 30, 63, 0.08) 100%);
    padding: 8px;
    font-size: 18px;
    height: 60px;
    width: 60px;
}
.icons img {
    width: 24px;
    height: 24px;
}

.text_with_icon {
  display: flex;
}

.text_with_icon .icon {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: .95rem;
  /* border-radius: 50%;
overflow: hidden; */
  float: left;
  font-weight: 500;
  -webkit-flex-shrink: 0 !important;
  flex-shrink: 0 !important;
}

.text_with_icon .text {
  width: 100%;
  float: left;
  font-weight: 400;
  padding: .06rem .06rem .06rem .5rem;
}

.text_with_icon .text.sm {
  font-size: 15px;
  line-height: 1.6;
}

.text_with_icon .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.text_with_icon.xxxl .icon {
  width: 110px;
  height: 110px;
  line-height: 110px;
}

.text_with_icon.xxxl .text {
  padding: .06rem .06rem .06rem 1rem;
}

.text_with_icon.xxl .icon {
  width: 85px;
  height: 85px;
  line-height: 85px;
}

.text_with_icon.xxl .text {
  padding: .06rem .06rem .06rem 1rem;
}

.text_with_icon.xl .icon {
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 2rem;
}

.text_with_icon.xl .text {
  padding: .06rem .06rem .06rem 1rem;
}

.text_with_icon.lg .icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 2rem;
}

.text_with_icon.lg .text {
  padding: .06rem .06rem .06rem 1rem;
}

.text_with_icon .icon.box-shadow {
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.10);
}

.text_with_icon .icon.box-shadow img {
  width: 60%;
  height: 60%;
  object-fit: contain;
}


.text_with_icon .icon.benefits-bg {
  background-image: url(../images/icons/benefits-bg.svg);
  background-repeat: no-repeat;
  background-size: contain;
  color: #FA4616;
  font-family: "Roboto Serif", serif;
  font-size: 14px;
  flex-direction: column;
  line-height: 1.3;
  width: 150px;
  height: 150px;
}

.text_with_icon .icon.benefits-bg>span {
  display: block;
  font-size: 30px;
  font-weight: 600;
}



.scroll-container {
  /* position: absolute;
  bottom: 40px;
  left: 50%;
  width: 220px;
  margin-left: -110px; */
  color: #fff;
  font-weight: 600;
  transition: all ease 0.3s;
  /* text-align: center; */
  z-index: 9;
}

.scroll-container.hide {
  opacity: 0;
}

.scroll-container i {
  font-size: 22px;
  animation: scroller 1500ms ease-out infinite;
}



@keyframes scroller {
  0% {
    transform: translate3d(0, -10px, 0);
  }

  50% {
    transform: translate3d(0, 10px, 0);
  }

  100% {
    transform: translate3d(0, -10px, 0);
  }
}





.home-slider {
  position: relative;
  height: 100svh;
  overflow: hidden;
  /* border-radius: 0 0 50px 50px; */
}




.home-slider .swiper-container {
  height: 100%;
}

.home-slider .swiper-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  /* filter: grayscale(100%); */
}

.home-slider .swiper-slide img {
  height: 100%;
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center;
}

.home-slider .swiper-slide {
  padding-bottom: 0;
}

.home-slider .swiper-button-home {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  z-index: 3;
}

.home-slider .swiper-button-home .swiper-pagination-bullet {
  background: #253846;
  opacity: .5;
}

.home-slider .swiper-button-home .swiper-pagination-bullet-active {
  opacity: 1;
}


.home-slider .swiper-button-home .swiper-pagination-bullets.swiper-pagination-horizontal {
  display: inline-block;
  position: relative;
  bottom: auto;
  top: auto;
  left: auto;
  width: auto;
  vertical-align: middle;
  padding: 0 10px;
}

.home-slider .swiper-button-home .swiper-pagination-bullet {
  width: 3px;
  height: 25px;
  border-radius: 0;
  background: #fff;
  opacity: 1;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
}

.home-slider .swiper-button-home .swiper-pagination-bullet-active {
  background: #F26E24 !important;
  opacity: 1;
}




.home-banner-wraper {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  height: auto;
  align-items: center;
  display: -webkit-flex;
  -webkit-align-items: center;
  position: relative;
}





.home-banner {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 0;
  left: 0;
  top: 0;
}
/* .home-banner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 3;
  background: linear-gradient(270deg, rgba(242, 110, 36, 0.81) 0%, rgba(19, 79, 127, 0.81) 100%);
  background-blend-mode: multiply;
} */
.home-banner .banner-mudra {
  position: absolute;
  bottom: 5%;
  right: 0;
  height: 80%;
  min-height: 80%;
  width: auto;
  object-fit: contain;
  z-index: 2;
  opacity: .3;
  /* transform: translateY(-50%); */
}


/* .home-banner{
  height: 100vh;
  position: relative;
  overflow: hidden;
  color: #fff;
}

.home-banner img{
  height: 100%;
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center;
} */

.banner-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* .banner-img::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.30) 100%);
} */




.inner-banner {
  height: 64vh;
  position: relative;
  overflow: hidden;
  color: #fff;
}

.inner-banner img {
  height: 100%;
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: top;
}

/* .inner-banner .container {
  padding-top: 82px;
} */

.header-text {
  display: flex;
  flex-direction: column;
  /* gap: 12px; */
}

.prod-heading {
  position: relative;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #FEDEB3;
  font-family: "Montserrat", sans-serif;
  /* padding-left: 75px; */
}


/* .swiper-slide::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  /* transform: translateY(-50%); */
/* width: 60px; */
/*  background: url(images/Banner-gradient.png);
} */


.banner-social {
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -120px;
  z-index: 15;
}

.banner-social-heading {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #fff;
}


.breadcrumb-wrap {
  padding: 6px 0;
  position: absolute;
  left: 40px;
  top: 10px;
  width: 100%;
}

.breadcrumb {
  margin-bottom: 0;
  background: none;
  font-size: 14px;
  transition: all ease 0.1s;
  padding-left: 0;
  padding-right: 0;
  flex-wrap: nowrap;
}

.breadcrumb .breadcrumb-item {
  margin: 2px 0;
  display: flex;
}

.breadcrumb .breadcrumb-item a {
  color: #fff;
  text-decoration: none !important;
}

.breadcrumb-item+.breadcrumb-item::before {
  content: '\f105';
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  color: #ffff;
}

.breadcrumb .breadcrumb-item.active {
  color: #fff;
  font-weight: 600;
}




.work-areas-item {
  flex: 1;
  height: 100%;
  position: relative;
  transition: all ease-out 0.3s;
  -webkit-transition: all ease-out 0.3s;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0px 8px 10px 10px rgba(0, 0, 0, 0.04);
  display: flex;
  align-items: end;
  height: 70vh;
}

.work-areas-item::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  /* background: #134F7F45; */
  /* background: linear-gradient(180deg, rgba(36, 55, 70, 0.00) 41.36%, #134F7F 79.2%); */
  transition: all 0.4s ease-out;
  z-index: 1;
  background: linear-gradient(180deg, rgba(36, 55, 70, 0.00) 20%, rgba(36, 55, 70, 0.80) 80%);

}

.work-areas-item .work-areas-image {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  transition: all ease-out 0.3s;
  -webkit-transition: all ease-out 0.3s;
}

.work-areas-item .work-areas-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all ease-out 0.3s;
  -webkit-transition: all ease-out 0.3s;
}

.work-areas-item:hover .work-areas-image img {
  transform: scale(1.1);
}

.work-areas-item .work-areas-content {
  position: relative;
  z-index: 2;
  color: #fff;
  padding: 20px;
  width: 100%;
  transition: all ease-out 0.3s;
}

.work-areas-item .work-areas-content .work-areas-header {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
  font-family: "Roboto Serif", serif;
  text-align: center;
  transition: all ease-out 0.3s;
}

.work-areas-item .work-areas-content .hide-content {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.5s ease-in-out;
  text-align: center;
}


.work-areas-item:hover .work-areas-content .hide-content {
  max-height: 500px;
}

.work-areas-item:hover .work-areas-content .hide-content .btn {
  background-color: #F26E24;
  color: #ffffff;
}

.work-areas-item:hover .work-areas-content .hide-content .btn>i {
  background-color: #ffffff;
  color: #F26E24;
}


.video-wrap {
  border-radius: 40px;
  background-color: #fff;
  overflow: hidden;
}







.swiper-slide {
  height: unset;
}

.swiper-button-all {
  text-align: center;
  padding-top: 40px;
}

.swiper-button-all.absolute {
  position: absolute;
  left: 20px;
  bottom: 50px;
}

.swiper-button-all .swiper-button-prev,
.swiper-button-all .swiper-button-next {
  width: 38px;
  height: 38px;
  line-height: 36px;
  padding: 0;
  position: relative;
  top: auto;
  margin-top: 0;
  margin: 0;
  background-image: none;
  text-align: center;

  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  color: #ffffff;
  background-color: #F26E24;
  border: 1px solid #F26E24;
  border-radius: 50%;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  color: #F26E24;
  background-color: #ffffff;

}

.swiper-button-all.text-white .swiper-button-prev,
.swiper-button-all.text-white .swiper-button-next {
  color: #fff;
}

.swiper-button-all .swiper-button-prev:hover,
.swiper-button-all .swiper-button-next:hover,
.swiper-button-all.text-white .swiper-button-prev:hover,
.swiper-button-all.text-white .swiper-button-next:hover {
  color: #F26E24 !important;
  background-color: #ffffff;
}

.swiper-button-all .swiper-button-prev {
  left: auto;
  right: auto;
  margin-right: 10px;
}

.swiper-button-all .swiper-button-next {
  right: auto;
  left: auto;
  margin-left: 10px;
}

.swiper-button-all .swiper-button-prev:before,
.swiper-button-all .swiper-button-next:before {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  display: block;
  height: 100%;
  width: 100%;
  font-size: 20px;
}

.swiper-button-all .swiper-button-prev:before {
  content: "\f060";
}

.swiper-button-all .swiper-button-next:before {
  content: "\f061";
}

.swiper-button-all .swiper-pagination-bullets.swiper-pagination-horizontal {
  display: inline-block;
  position: relative;
  bottom: auto;
  top: auto;
  left: auto;
  width: auto;
  vertical-align: middle;
  padding: 0;
}

.swiper-button-all .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #D9D9D9;
  opacity: 1;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
}

.swiper-button-all .swiper-pagination-bullet-active {
  background: #F26E24 !important;
  opacity: 1;
  width: 10px;
}

.three-col-slider .swiper-button-all .swiper-pagination-bullet {
  background: #D9D9D9;
}

/* .three-col-slider .swiper-container {
  padding: 0 15px;
} */

.swiper-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
}




.all-card {
  height: 100%;

}

.all-card>a {
  display: block;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.all-card .image {
  transition: all ease 0.3s;
  border-radius: 20px;
  overflow: hidden;
}

.all-card .image img {
  transition: all ease 0.3s;
}

.all-card .image .tags-wrap {
  position: absolute;
  top: 10px;
  left: 15px;
  z-index: 2;
}

.all-card .image .tags-wrap .badge {
  --bs-badge-padding-x: 0.85em;
  --bs-badge-padding-y: 0.55em;
  --bs-badge-font-weight: 400;
  --bs-badge-border-radius: 20px;
}

.all-card .date {
  font-size: 16px;
  color: #000;
  opacity: .75;
}

.all-card .header {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-transform: uppercase;
  transition: all ease 0.3s;
}

.all-card .copy {
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #000;
  margin-top: auto;
  z-index: unset;
}

.all-card .copy.one-line {
  -webkit-line-clamp: 1;
}

.all-card:hover .image img {
  transform: scale(1.1);
}

.all-card:hover .header{
  background: linear-gradient(95deg, #F9B682 0.74%, #F26E24 58.24%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bg-secondary .all-card .header,
.bg-secondary .all-card .copy,
.bg-secondary .all-card .date {
  color: #fff;
}




.card {
  border: none;
}

.card.flex-card{
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.card .image {
  transition: all ease 0.3s;
  border-radius: 20px;
  overflow: hidden;
}

.card .image img {
  transition: all ease 0.3s;
}

.card:hover .image img {
  transform: scale(1.1);
}




.slide-logo {
  height: 120px;
  width: 100%;
  padding: 15px !important;
}

.slide-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}




.marquee_container {
  width: 100%;
  z-index: 2;
  overflow: hidden;
  white-space: nowrap;
}

.marquee {
  display: inline-block;
  animation: marquee 30s linear infinite;
}

.marquee>div {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: left center;
  font-family: "Roboto Serif", serif;
  font-size: 64px;
  font-weight: 700;
  /* padding-right: 10px; */
}

@keyframes marquee {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-100%, 0, 0);
  }
}

/* .marquee_container:hover .marquee {
  animation-play-state: paused;
} */

.vision-mission-box {
  border-radius: 20px;
  background: #F9FBF8;
  transition: all ease 0.3s;
  height: 100%;
}

.vision-mission-box:hover {
  background: #134F7F;
  color: #fff;
}

/* .vision-mission-box .icon img{
  transition: all ease 0.3s;
} */
.vision-mission-box .icon.bg-circle {
  background: #134F7F;
  border-radius: 50%;
}

.vision-mission-box:hover .icon img {
  filter: brightness(0) saturate(100%) invert(18%) sepia(4%) saturate(5742%) hue-rotate(165deg) brightness(86%) contrast(86%);
}

.vision-mission-box:hover .icon.bg-circle {
  background: #F9FBF8;
}

.vision-mission-box:hover .h5 {
  color: #fff;
}

.people-card {
  position: relative;
  padding: 0 15px;
  margin: auto;
  cursor: pointer;
  width: 100%;
  max-width: 280px;
  text-align: left;
}

.people-card .people-image {
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: auto 1 / 1;
  overflow: hidden;
  transition: all ease 0.3s;
}

.people-card .people-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all ease 0.3s;
}

.people-card figcaption {
  padding-top: 20px;
}

.people-card .h5 {
  color: #fff;
  margin-bottom: 12px;
  transition: all .25s ease;
  font-size: 20px;
}

.people-card:hover .people-image img {
  transform: scale(1.1);
}

.people-card:hover .h5 {
  color: #F26E24;
}




.modal-content {
  background-color: #F6F6F6;
  border-radius: 12px;
}

.close {
  border: 0;
  background-image: url(../images/plus.svg);
  background-repeat: repeat;
  background-size: cover;
  position: absolute;
  top: 12px;
  right: 12px;
  width: 46px;
  height: 46px;
  z-index: 1;
  border-radius: 12px;
  cursor: pointer;
}



.peopleProfile-pop-box {
  border-radius: 16px;
  display: flex;
  align-items: flex-start;
  height: 100%;
  padding: 30px;
  padding-top: 60px;
}

.peopleProfile-box {
  border-radius: 16px;
  display: flex;
  align-items: flex-start;
  height: 100%;
  padding: 30px;
}

.people-img-small {
  width: 350px;
  -webkit-flex-shrink: 0 !important;
  flex-shrink: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: auto 1 / 1;
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 20px;
}

.people-img-small img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all ease 0.3s;
}


.people-img-wrap .people-title {
  padding-bottom: 15px;
  position: relative;
}
.people-img-wrap .people-title::after {
    content: "";
    display: block;
    width: 80px;
    height: 5px;
    border-radius: 37px;
    background: linear-gradient(90deg, #134F7F 0%, #F26E24 100%);
}

.people-img-wrap .people-name {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #134F7F;
}
.people-img-wrap .people-title p{
  font-size: 16px;
font-style: normal;
font-weight: 500;
letter-spacing: 1.5px;
text-transform: uppercase;
color: #134F7F;
}

.people-content {
  padding-left: 50px;
  max-height: 65dvh;
  overflow: hidden;
  overflow-y: auto;
  padding-right: 15px;
}

.people-content.mh-auto {
  max-height: unset;
}



.people-content .other-link {
  font-size: 16px;
  font-weight: 400;
}

.people-content .card-text {
  /* text-align: justify; */
  color: #4F4F4F;
}

.popupWrap {
  border-radius: 16px;
  padding: 30px;
  padding-top: 60px;
}


.iframe-wrap {
  overflow: hidden;
  border-radius: 12px;
  height: 100%;
}

.captcha_img {
  display: inline-block;
  width: 100%;
  background-color: #fff;
  border: 1px solid #E6E6E6;
  height: 44px;
  line-height: 44px;
  vertical-align: bottom;
  padding-right: 44px;
  position: relative;
  overflow: hidden;
  text-align: center;
  border-radius: 10px;
}

.captcha_img>img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  vertical-align: middle;
  mix-blend-mode: multiply;
}

.captcha_img .refresh {
  position: absolute;
  right: 0;
  height: 44px;
  width: 44px;
  background-color: #ffb3a0;
  text-align: center;
  color: #000000;
  font-size: 18px;
  cursor: pointer;
}

.captcha_img .refresh:hover i {
  animation: spin 1s linear infinite;
}

@keyframes spin {
  from {}

  to {
    transform: rotate(360deg);
  }
}


.cont-link {
  color: #134F7F;
}

.cont-link:hover {
  color: #F26E24;
}



.work-area-details {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.work-area-details .details-image {
  transition: all ease 0.3s;
  border-radius: 20px;
  overflow: hidden;
  height: 200px;
}

.work-area-details .details-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.work-area-details .details-text {
  font-size: 16px;
}




.popupWrap {
  border-radius: 16px;
  padding: 30px;
  padding-top: 60px;
}




.horizontal-link {
  border-radius: 20px;
  border: 1px solid #134F7F;
  background: #F9FBF8;
  padding: 20px 40px;
  display: flex;
  overflow: hidden;
  overflow-x: auto;
}

.horizontal-link .nav-link {
  border: none;
  border-radius: 30px;
  padding: 8px 40px;
  color: #000;
  position: relative;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
  white-space: nowrap;
  background: transparent;
  position: relative;
  z-index: 1;
  text-align: center;
}

.horizontal-link .nav-link {
  flex-grow: 1;
}

.horizontal-link .nav-link.active {
  color: #fff;
  pointer-events: none;
  background-color: #F26E24;
}









.scrtabs-tab-scroll-arrow>span {
  border: none;
  color: #fff;
  /*background-color: #fff;
   border: 1px solid #FF4612;
  border-radius: 50%; */
  line-height: 36px;
  text-align: center;
  font-size: 21px;
  padding: 0;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: #F26E24;
  border: 1px solid #F26E24;
}

.scrtabs-tab-scroll-arrow>span:hover {
  background: #fff;
  color: #F26E24;
}

.scrtabs-tab-scroll-arrow.scrtabs-disable {
  pointer-events: none;
}

.scrtabs-tab-scroll-arrow.scrtabs-disable>span {
  opacity: .5;
}

.scrtabs-tabs-fixed-container {
  overflow: visible;
  overflow-x: auto;
  -ms-overflow-style: none;
  /*// IE 10+*/
  overflow: -moz-scrollbars-none;
  /*// Firefox*/
}

.scrtabs-tabs-fixed-container::-webkit-scrollbar {
  display: none;
  /*Safari and Chrome*/
}

.scrtabs-tab-scroll-arrow-left {
  padding-right: 5px;
}

.scrtabs-tab-scroll-arrow-right {
  padding-left: 5px;
}




.ls-img-rounded {
  border-radius: 20px;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.ls-img-rounded img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all ease 0.3s;
}

.ls-img-rounded:hover img {
  transform: scale(1.1);
}




.job-table-container {
  overflow: hidden;
}

.job-table-container table {
  width: 100%;
  border-collapse: separate;
  overflow: hidden;
  border-spacing: 0;
  border-radius: 10px;
}

.job-table-container thead {
  background-color: transparent;
  padding: 10px;
}

.job-table-container th {
  padding: 10px 15px;
  text-align: left;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
}

.job-table-container td {
  padding: 15px;
  color: #1d2b3a;
  font-size: 18px;
  border: 1px solid #134F7F;
  border-bottom-color: #989898;
  border-style: none none solid none;
  background-color: #F9FBF8;
}

.job-table-container td:last-child {
  text-align: right;
}

.job-table-container tr:first-child td:first-child {
  border-top-left-radius: 10px;
}

.job-table-container tr:first-child td:last-child {
  border-top-right-radius: 10px;
}

.job-table-container tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}

.job-table-container tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}

.job-table-container tr:last-child td {
  border-bottom-color: #134F7F;
}

.job-table-container tr:first-child td {
  border-top-style: solid;
}

.job-table-container tr td:first-child {
  border-left-style: solid;
}

.job-table-container tr td:last-child {
  border-right-style: solid;
}






.myList-gallery {
  position: relative;
  margin-top: 30px;
}

.myList-gallery .itams,
.myList-gallery .defult-itams {
  overflow: hidden;
  border-radius: 20px;
}

.myList-gallery .itams {
  position: absolute;
  left: 30px;
  bottom: 30px;
  opacity: 0;
  width: 100%;
  height: 100%;
  transition: all ease 0;
  -webkit-transition: all ease 0;
}

.myList-gallery .itams.nextActive {
  opacity: 0.6;
  transition: all ease 0.7s;
  -webkit-transition: all ease 0.7s;
}

.myList-gallery .itams.active {
  opacity: 1;
  left: 0;
  bottom: 0;
  z-index: 2;
  transition: all ease 0.7s;
  -webkit-transition: all ease 0.7s;
}




.slider-container {
  position: relative;
  width: 90%;
  overflow: hidden;
  margin: auto;
}

.slider-container.singal {
  border-radius: 15px;
  aspect-ratio: auto 1 / 1;
}

.slider-container.singal img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all ease 0.3s;
}

.slider-container.singal:hover img {
  transform: scale(1.1);
}

.slider {
  position: relative;
  width: 100%;
  height: 100%;
  aspect-ratio: auto 1 / 1;
}

.slider img {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 10%);
  height: calc(100% - 10%);
  object-fit: cover;
  opacity: 0.2;
  transition: all ease 0.7s;
  border-radius: 15px;
  z-index: 0;
}

.slider img.activenext {
  opacity: 0.6;
  z-index: 1;
  top: 5%;
  left: 5%;
}

.slider img.active {
  opacity: 1;
  z-index: 2;
  top: 10%;
  left: 10%;
}



.article-header {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  padding-bottom: 18px;
  margin-bottom: 18px;
}

.article-body {
  padding-bottom: 18px;
}

.article-body ul {
  padding-left: 1.2rem;
  margin-bottom: 18px;
  position: relative;
}

.article-body ul li {
  list-style: disc;
  font-size: 18px;
  margin-bottom: 3px;
}

.article-footer {
  padding-top: 20px;
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}






.box-arrow-left {
  width: 100%;
  height: auto;
  background-color: #134F7F;
  position: relative;
  border-radius: 4px;
  color: #fff;
}

.box-arrow-left:after {
  content: "";
  display: block;
  border-width: 10px 10px 0;
  border-style: solid;
  border-color: #134F7F transparent transparent;
  margin-left: -10px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  border-width: 10px;
  border-left-color: transparent;
  border-left-width: 0;
  border-top-color: transparent;
  border-right-color: #134F7F;
  margin: -10px 0 0;
  left: -10px;
  right: auto;
  top: 50%;
  bottom: auto;
}



.show-vector {
  margin: auto;
  width: 100%;
  max-width: 400px;
}










.success-tab {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content:center;
  padding-bottom: 20px;
}

.success-tab .nav-tabs {
  border: none;
  flex-wrap: nowrap;
  margin: auto;
  position: relative;
  gap: 20px;

}

.success-tab .nav-tabs .nav-item {
  margin: 0;
  padding: 0;
}

.success-tab .nav-tabs .nav-link {
  border: none;
  border-radius: 0;
  padding: 0 20px;
  line-height: 60px;
  color: #134F7F;
  position: relative;
  z-index: 1;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
  white-space: nowrap;
  background-color: #D2E3F4;
  border-radius: 34px;
}

.success-tab .nav-tabs .nav-item.show .nav-link,
.success-tab .nav-tabs .nav-link.active {
  color: #fff;
  border: none;
  background-color: #134F7F;
}


.bg-secondary .success-tab .nav-tabs .nav-link {
  color: #fff;
  background-color: #3B6D94;

}

.bg-secondary .success-tab .nav-tabs .nav-item.show .nav-link,
.bg-secondary .success-tab .nav-tabs .nav-link.active {
  color: #134F7F;
  background-color: #fff;
}





.people_card {
  position: relative;
    padding: 15px;
    margin: auto;
    cursor: pointer;
    width: 100%;
    max-width: 323px;
}
.people_card img {
  width: 100%;
  max-width: 290px;
  transition: all .25s ease;
}
.people_card figcaption {
  padding-top: 14px;
}
.people_card h6 {
  color: #134F7F;
  margin-bottom: 4px;
  transition: all .25s ease;
  font-size: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.people_card h6 span{
  display: block;
  font-size: 16px;
  letter-spacing: 1.6px;
  padding-top: 5px;
}
.people_card p {
  color: #134F7F;
  line-height: 1.2;
  font-size: 16px;
  font-weight: 500;
}

.people_card .imgcaption{
  position: relative;
}

.people_card .imgcaption::after{
  content: '\f061';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 70px;
  position: absolute;
  bottom: -10px;
  right: 40px;
  opacity: 0;
  transition: all .25s ease;
  color: #365069;
  font-size: 30px;
}

.people_card:hover img{
  transform: scale(1.1);
}
.people_card:hover .imgcaption::after{
  opacity: 1;
  right: 10px;
}
.people_card:hover h6{
  color: #FE6E00;
}






.form-address{
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.form-address > *{
  border-left: 2px solid #CBCBCB ;
  padding: 20px 25px;
  align-items: start;
  gap: 15px;
}


.form-wrap{
  background: #fff;
    border-radius: 16px;
    padding: 40px 30px;
    text-align: left;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.form-wrap h4{
color: #134F7F;
font-family: "Montserrat", sans-serif;
font-size: 20px;
font-weight: 600;
letter-spacing: 4px;
text-transform: uppercase;
}





.cardShadow {
    padding: 1.5rem;
    box-shadow: 0 0 16px 6px rgba(17, 24, 39, 0.13);
    background-color: #FFFFFF;
    border-radius: 1rem;
    border: none;
    display: block;
    height: 100%;
}


.big-link{
  border-radius: 24px;
  background: #FFF;
  box-shadow: 0 0 16px 6px rgba(17, 24, 39, 0.13);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}

.big-link .link-arrow{
  font-size: 24px;
  color: #F26E24;
  transition: all .25s ease;
}

.big-link:hover .link-arrow{
  transform: rotate(-45deg);
}

.big-link:hover h2 {
  background: linear-gradient(90deg, #134F7F 0%, #F26E24 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


.accordion-button{
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: #134F7F;
  padding: 1.4rem
}

.accordion-button:not(.collapsed){
  background-color: transparent;
  box-shadow: none;
}
.accordion-button:focus{
  box-shadow: none;
}
.accordion-item{
  border:  none;
  border-radius: 24px !important;
  background-color: #fff;
  box-shadow: 0 0 16px 6px rgba(17, 24, 39, 0.13);
  overflow: hidden;
}
.accordion{
  --bs-accordion-bg: transparent;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.accordion-body{
  padding-top: 0;
}
.accordion-button::after{
  width: 38px;
  height: 38px;
  background-image: url(../images/plus.svg);
  background-size: 38px;
}
.accordion-button:not(.collapsed)::after{
  background-image: url(../images/minus.svg);
}





.banner-box-wrap{
  border-radius: 12px;
  background: rgba(210, 227, 244, 0.32);
  box-shadow: 0 0 16px -4px rgba(17, 24, 39, 0.10);
  backdrop-filter: blur(4.800000190734863px);
  display: flex;
  padding: 20px;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  color: #fff;
  height: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}

.banner-box-img img{
  width: 66px;
  height: 66px;
  object-fit: contain;
}


.banner-content{
  position: absolute;
  bottom: 10%;
}






@media screen and (min-width:992px) {

  .right-darkt {
    position: relative;
  }

  .right-darkt::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background: #134F7F;
    height: 100%;
    width: 30%;
  }

  .right-darkt>* {
    position: relative;
    z-index: 2;
  }


  .article-container {
    margin: auto;
    width: 88%;
  }

}



@media screen and (min-width:1201px) {


  .desktop-none {
    display: none !important;
  }

  .site_menu-wrap {
    position: absolute;
    left: 0;
    top: 0;
  }

  .closeBt {
    position: absolute;
    right: 20px;
    top: 10px;
    color: #F26E24;
    font-size: 24px;
    cursor: pointer;
  }



  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .main_carousel .swiper-pagination {
    max-width: 1440px;
    width: calc(100% - 60px);
  }

  .headerWrap{
    padding: 8px 0;
  }
/* 
  .primary_menu .submenu{
    background-color: #134F7F;
    padding: 15px;
    width: auto;
    min-width: 100%;
  }
  .primary_menu .submenu::after{
    content: "";
    position: absolute;
    background: linear-gradient(90deg,rgba(19, 79, 127, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(19, 79, 127, 1) 100%);
    top: 5px;
    left: 0;
    width: 100%;
    height: 2px;
    border-radius: 50%;
  }

  


  .primary_menu .submenu li .nav_menu {
    display: block;
    padding: 10px;
    border-radius: 16px;
  }

  .primary_menu .submenu li .nav_menu:hover {
    color: #F26E24;
  } */




  .work-areas-slider .swiper-button {
    display: none;
  }

  footer .social_page_links {
    text-align: right;
  }









}










@media screen and (max-width:1680px) {

  .section_title h1 {
    font-size: 68px;
  }

  .section_title h2 {
    font-size: 46px;
  }
}








@media screen and (max-width:1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .main_carousel .swiper-pagination {
    max-width: 1320px;
  }

  .container-1200 {
    max-width: 100% !important;
  }


  .section_title h1 {
    font-size: 60px;
  }

  p {
    font-size: 16px;
  }

  p.small {
    font-size: 14px;
  }

  p.big {
    font-size: 20px;
  }

  .list li {
    font-size: 16px;
  }

  .strategy-card .over-panel {
    padding: 10px 20px;
  }

  .article-body ul li {
    font-size: 16px;
  }


}









@media screen and (max-width:1200px) {
  body {
    line-height: 1.6;
  }

  .mobile-none {
    display: none !important;
  }

  main.no-banner {
    padding-top: 56px;
  }

  .container,
  .container-md,
  .container-sm {
    max-width: 992px;
  }


  .ratio-16x7 {
    --bs-aspect-ratio: calc(8 / 16 * 100%);
  }

  .ratio-16x7::before {
    padding-top: calc(8 / 16 * 100%);
  }



  h1,
  .h1 {
    font-size: 40px;
  }

  h2,
  .h2 {
    font-size: 28px;
    ;
  }

  h3,
  .h3 {
    font-size: 24px;
  }

  h4,
  .h4 {
    font-size: 22px;
  }

  h6,
  .h6 {
    font-size: 18px;
  }

  p {
    font-size: 16px;
  }

  p.small {
    font-size: 14px;
  }

  p.big {
    font-size: 18px;
  }

  .list li {
    font-size: 16px;
  }

  .section.section-padding {
    padding: 40px 0;
  }

  .section_title h1 {
    font-size: 54px;
  }

  .section_title h2 {
    font-size: 38px;
  }

main{
  padding-top: 53px;
}

  header {
    height: 56px;
    padding: 0;
  }

  .headerWrap {
    border-radius: 0;
    padding: 6px 0;
    padding-left: 0;
    overflow: visible;
    height: auto;
  }

  header .logoWrap,
  header .logo>img {
    min-width: 110px;
    width: 110px;
    height: 44px;
  }

  header .logo {
    display: inline-block;
  }

  .container,
  .container-md,
  .container-sm {
    max-width: 992px;
  }

  header .bottomMenu {
    height: 56px;
  }


  .menu-icon,
  .hamburger {
    display: flex;
  }


  .sitenavigation {
    gap: 15px;
  }


/* 
  .primary_menu {
    display: block;
    text-align: left;
    width: 100%;
  }

  .primary_menu>li {
    margin: 0;
    padding: 0 1.2rem;
  }

  .primary_menu .submenu li {
    margin: 0;
    padding: 0;
  }

  .primary_menu .submenu {
    position: relative;
    left: auto;
    top: auto;
    box-shadow: none;
    border-top: none;
  }



  .primary_menu>li .nav_menu {
    font-size: 16px;
    padding: 0.7rem 0;
  }

  .primary_menu>li>.nav_menu {
    line-height: 50px;
    padding: 0;
    font-weight: 600;
  }

  .primary_menu .submenu ul {
    padding-left: 10px;
  }

  .primary_menu .submenu li .nav_menu {
    font-size: 15px;
    line-height: 50px;
    font-weight: 500;
    padding: 0;
  }


  .primary_menu>li>.nav_menu:before {
    left: 0;
    transform: translateX(0);
  }

  .primary_menu li>.submenu li>.nav_menu:hover:before,
  .primary_menu li>.submenu li>.nav_menu.active:before {
    left: 0;
    transform: translateX(0);
    bottom: 5px;
  }

  .primary_menu .submenu li .nav_menu img {
    width: auto;
    height: 100px;
  }

  .submenu .container {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }

  .primary_menu>li.showmenu {
    padding-right: 0;
  } */


  .input input,
  .input textarea,
  .input select {
    width: 100%;
    height: 42px;
    line-height: 42px;
    font-size: 15px;
  }


  .input.with_icon_btn .icon_btn {
    width: 42px;
    min-width: 42px;
    height: 42px;
    font-size: 16px;
    line-height: 42px;
  }

  .input label {
    font-size: 15px;
    top: 14px;
  }

  .input_field {
    margin-bottom: 1.5rem;
  }


  .sitenavigation .menu-wrap {
    position: absolute;
    background-color: #134F7F;
    width: 100%;
    left: 0;
    top: 56px;
    z-index: 100;
    height: calc(100svh - 56px);
    overflow-y: auto;
    transition-duration: 70ms;
    transform: translate(100%, 0);
    transition: all ease-out 200ms;
    opacity: 0;
    padding: 15px;
    border-radius: 0;
  }

  .sitenavigation.is-tapped .menu-wrap {
    transition-duration: 160ms;
    transform: translate(0, 0);
    transition: all ease-out 200ms;
    opacity: 1;
  }



  footer .footrlink {
    font-size: 14px;
  }

  footer .footrlink.title {
    font-size: 16px;
  }


  .footer_menu {
    max-height: 0;
    overflow: hidden;
    transition: all 0.35s;
  }

  .footer_menu.active {
    max-height: 1000px;
  }


  footer .footer_menu ul {
    width: 100%;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }


  footer .footer_menu li {
    border: 1px solid rgba(255, 255, 255, .05);
    border-radius: 12px;
    margin: 5px;
    width: calc(50% - 10px);
    text-align: center;
    padding: 6px 4px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  footer .footer_menu li.title {
    border: none;
    width: 100%;
  }



/* 
  .primary_menu.home-header.show {
    display: block;
  } */


  .home-banner {
    height: auto;
    padding-top: 56px;
  }


  .inner-banner .container {
    padding-top: 56px;
  }


  .work-areas-item {
    height: 40vh;
  }


  .breadcrumb-wrap {
    left: 20px;
    top: 60px;
  }

  .work-areas-item .work-areas-content .hide-content {
    max-height: unset;
  }


  .people-img-small {
    width: 200px;
  }


  .all-card .header {
    font-size: 18px;
  }


  .horizontal-tab {
    padding: 20px 20px;
  }

  .horizontal-tab .nav-tabs .nav-link {
    padding: 8px 30px;
  }


  .gender-inclusion-tabs-box {
    max-width: 327px;
  }



  .horizontal-link {
    padding: 20px 20px;
  }

  .horizontal-link .nav-link {
    padding: 8px 30px;
  }




  .article-body ul li {
    font-size: 16px;
  }



}






@media screen and (max-width:991px) {

  h6,
  .h6 {
    font-size: 17px;
  }

  p {
    font-size: 15px;
  }

  p.small {
    font-size: 13px;
  }

  p.big {
    font-size: 17px;
  }

  .list li {
    font-size: 15px;
  }


  .ratio-16x7 {
    --bs-aspect-ratio: calc(7 / 16 * 100%);
  }

  .ratio-16x7::before {
    padding-top: calc(7 / 16 * 100%);
  }

  .section_title h1 {
    font-size: 46px;
  }

  .section_title h2 {
    font-size: 33px;
  }

  .header-text {
    gap: 15px;
  }




  .peopleProfile-pop-box {
    flex-wrap: wrap;
    padding-top: 30px;
  }

  .peopleProfile-box {
    flex-wrap: wrap;
    padding: 0;
  }

  .people-img-small {
    width: 100%;
    max-width: 170px;
    margin-bottom: 20px;
  }

  .people-img-wrap .people-name{
    font-size: 20px;
  }
  .people-img-wrap .people-title p{
    font-size: 14px;
  }

  .people-content {
    width: 100%;
    padding-left: 0;
    max-height: calc(77dvh - 200px);
    overflow: hidden;
    overflow-y: auto;
    padding-right: 5px;
  }

  .people-card .h5 {
    font-size: 16px;
  }

  .marquee>div {
    font-size: 50px;
  }


  .horizontal-tab .nav-tabs .nav-link {
    padding: 8px 25px;
  }

  .gender-inclusion-tabs-box {
    max-width: 307px;
  }


  .horizontal-link .nav-link {
    padding: 8px 25px;
  }


  .article-body ul li {
    font-size: 15px;
  }



  .offerings-header h2{
    font-size: 18px;
  }
  .performance-number{
    font-size: 20px;
  }

}









@media screen and (max-width:767px) {
  .pad-bot-0 {
    padding-bottom: 0 !important;
    padding-top: 60px !important;
  }

  body {
    line-height: 1.5;
  }

  h1,
  .h1 {
    font-size: 35px;
    line-height: 1;
  }

  h1 .subHead {
    font-size: 16px;
  }

  h2,
  .h2 {
    font-size: 24px;
  }

  h3,
  .h3 {
    font-size: 20px;
  }

  h4,
  .h4 {
    font-size: 18px;
  }

  h5,
  .h5 {
    font-size: 18px;
  }

  h1~.underline {
    margin-top: 8px !important;
  }



  .section_title h1 {
    font-size: 40px;
    margin-bottom: 20px;
  }

 

  .homepage .banner-social {
    top: unset;
    bottom: 20px;
  }

  .banner-social {
    top: 62vh;
    left: 20px;
    margin-top: 0;
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .banner-social-heading {
    writing-mode: unset;
    margin-bottom: 0;
  }


  .home-slider .swiper-button-home {
    top: 10px;
    right: unset;
    left: 10px;
    transform: translateY(0);
  }

  .home-slider .swiper-button-home .swiper-pagination-bullet {
    width: 30px;
    height: 5px;
  }


  .swiper-button-all {
    padding-top: 30px;
  }

  .people-card {
    padding: 0;
  }

  .iframe-wrap {
    height: 300px;
  }


  .marquee>div {
    font-size: 40px;
  }

  .video-wrap {
    border-radius: 20px;
  }

  .breadcrumb {
    font-size: 12px;
    display: inline-block;
  }

  .breadcrumb .breadcrumb-item {
    display: inline-flex;
  }


  .horizontal-tab {
    padding: 15px;
  }

  .horizontal-tab .nav-tabs .nav-link {
    padding: 6px 20px;
    font-size: 16px;
  }

  .gender-inclusion-tabs-box {
    max-width: 260px;
  }


  .horizontal-link {
    padding: 15px;
  }

  .horizontal-link .nav-link {
    padding: 6px 20px;
    font-size: 16px;
  }

  .success-tab .nav-tabs{
    gap: 10px;
  }
  .success-tab .nav-tabs .nav-link{
    font-size: 16px;
    padding: 0 13px;
    line-height: 46px;
  }

  .product-btn{
    font-size: 14px;
  }

  .offerings-description{
    text-align: center;
  }
  .mobile-ul-center{
    display: flex;
    flex-direction: column;
    align-items: center;
  }


  .banner-box-wrap{
    padding: 10px;
    font-size: 14px;
    gap: 10px;
  }

  .banner-box-img img{
    width: 30px;
    height: 30px;
    object-fit: contain;
  }


  .banner-content{
    position: absolute;
    bottom: 5%;
  }

}



@media screen and (max-width:575px) {

  h1,
  .h1 {
    font-size: 30px;
  }
  .prod-heading{
    font-size: 18px;
  }

  .fs-5 {
    font-size: 1rem !important;
  }

  .banner-img {
    height: 55vh;
    min-height: 350px;
  }

  .inner-banner {
    height: 55vh;
    min-height: 350px;
  }
/* 
  .footer_logo img {
    min-width: 250px;
    width: 250px;
    height: 52px;
  } */

  .section_title h1 {
    font-size: 36px;
  }


  .banner-social {
    top: 48vh;
  }

  .reports-tab {
      display: block;
  }


}