* {
  box-sizing: border-box;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff;
  overflow: auto;
  color: #253846;
  line-height: 1.8;
}

img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

a {
  border: none;
  outline: none;
  text-decoration: none;
  color: #FA4616;
  cursor: pointer;
}

a:hover {
  color: #FA4616;
}

a.link {
  color: #FA4616;
  text-decoration: underline;
}

a.link:hover {
  color: #253846;
}


a.link.more {
  font-size: 18px;
  color: #FA4616;
  transition: all ease 0.3s;
  text-decoration: none;
}

a.link.more i {
  margin-left: 20px;
}

a.link.more:hover {
  background: linear-gradient(90deg, rgba(0, 147, 214, 0.98) 0%, rgba(99, 178, 56, 0.98) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}



b {
  font-weight: 700;
}

.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;
}

.fs-7{
  font-size: 15px;
}


.text-justify {
  text-align: justify !important;
}

.text-justify-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;
}


.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>img {
  object-fit: cover;
}

.min-h-auto {
  min-height: auto !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: #000;
}

h3,
.h3 {
  font-size: 28px;
  font-weight: 600;
  color: #000;
}

h4,
.h4 {
  font-size: 26px;
  font-weight: 600;
  color: #000;
}

h5,
.h5 {
  font-size: 22px;
  font-weight: 600;
  color: #000;
}

h6,
.h6 {
  font-size: 20px;
  font-weight: 600;
  color: #000;
}



.section {
  position: relative;
  background-color: #fff;
}

.section.section-padding {
  padding: 80px 0;
}

.section.section-padding-1 {
  padding: 60px 0;
}

.section.section-padding-2 {
  padding: 40px 0;
}



.section_title {
  width: 100%;
  margin-bottom: 20px;
}


.section_title h2 {
  position: relative;
  color: #161C2D;
  font-weight: 600;
  display: block;
  font-size: 34px;
  z-index: 1;
}



.section_title .underline {
  display: inline-block;
  width: 100%;
  height: 5px;
  vertical-align: top;
  position: relative;
  margin-top: 15px;
}

.section_title .underline:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  width: 0;
  background: #FA4616;
  height: 100%;
  transition: width cubic-bezier(.39, .575, .565, 1) 1s 1s;
  /* transition-delay: 1.5s !important; */
}

.section_title .underline.start:after {
  transform: none;
  left: 0;
}

.section_title .underline.aos-animate:after {
  width: 100px;
}


p {
  font-size: 18px;
  margin-bottom: 12px;
}

p.small {
  font-size: 16px;
}

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: 10px;
}

.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;
}





.text-small {
  font-size: 60%;
}


.text-white {
  color: #fff !important;
}

.text-grey {
  color: #C4C4C4 !important;
}

.text-black {
  color: #161C2D !important;
}

.text-primary {
  color: #FA4616 !important;
}

.text-secondary {
  color: #253846 !important;
}


.bg-white {
  background-color: #ffffff !important;
}

.bg-grey {
  background-color: #C4C4C4 !important;
  ;
}

.bg-primary {
  background-color: #FA4616 !important;
}

.bg-secondary {
  background-color: #253846 !important;
}

.bg_ghostWhite {
  background-color: #F8F8F9 !important;
}




.btn {
  background-color: #FA4616;
  border: 1px solid #FA4616;
  color: #FFFFFF;
  font-size: 16px;
  padding: 0 1.5rem;
  height: 46px;
  line-height: 44px;
  font-weight: 500;
  transition: none;
  display: inline-block;
  text-align: center;
  text-decoration: none !important;
  /* text-transform: uppercase; */
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 25px;
  /* margin: 5px; */
  margin-right: 15px;
  margin-left: 0;
  transition: all ease 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.btn:hover {
  background-color: #fff;
  border-color: #253846;
  color: #253846;
}

.btn:focus-visible {
  background-color: #FA4616;
  border-color: #FA4616;
  color: #fff;
}


.btn:last-child {
  margin-right: 0;
}

/* .btn.active, .btn:first-child:active {
border-color: #253846 !important;
color: #FFFFFF !important;
} */
/* .btn:hover {
background-color:#63B238;
border-color: #63B238;
color: #FFFFFF;
box-shadow: 0 3px 8px 0 rgba(0, 148, 69, 0.2);
} */

.btn.white {
  background-color: #fff;
  color: #253846;
  border-color: #253846;
}

.btn.white:hover {
  color: #fff;
  border-color: #FA4616;
  background-color: #FA4616;
}

.btn.white:focus-visible {
  background-color: #fff;
  border-color: #253846;
  color: #253846;
}

.btn.white.active,
.btn.white:first-child:active {
  color: #253846 !important;
}




.btn-check:focus+.btn,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(24, 78, 125, 0.25);
}


.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
  color: #fff;
  pointer-events: none;
  background-color: #FA4616;
  border-color: #FA4616;
  opacity: .65;
}

.btn>i {
  font-size: 18px;
  transition: transform ease 0.3s;
}



.btn.btn-checkbox {
  background-color: transparent;
  color: #FA4616;
  border-color: #FA4616;
  font-weight: 500;
}

.btn.btn-checkbox:hover {
  background-color: transparent;
  color: #FA4616;
  border-color: #FA4616;
}

.btn-check:checked+.btn-checkbox {
  background-color: #FA4616;
  color: #fff;
  border-color: #FA4616;
}


.btn.w-big {
  padding: 0 3.5rem;
}






.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: 16px;
  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: 46px;
  line-height: 46px;
  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;
}



header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  height: 76px;
}

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: 127px;
  width: 127px;
  height: 58px;
}

header .logo {
  display: inline-block;
}





main {
  width: 100%;
  position: relative;
  z-index: 9;
  /* padding-top: 118px; */
  overflow: hidden;
}







.menu-wrap {
  border-radius: 34px;
  background: rgba(248, 248, 249, 0.80);
  backdrop-filter: blur(3px);
  padding: 3px;
  position: relative;
}




.primary_menu {
  display: inline-flex;
  max-width: 100%;
  margin: 0;
}



.primary_menu>li .nav_menu {
  font-weight: 500;
  font-size: 18px;
  line-height: 46px;
  text-decoration: none;
  white-space: nowrap;
  display: inline-block;
  padding: 0 1.5rem;
  color: #253846;
  position: relative;
  cursor: pointer;
  z-index: 1;
}


.primary_menu>li .nav_menu.showmenu {
  position: relative;
}

/* .primary_menu > li > .nav_menu:before {
content: "";
position: absolute;
left: 0;
bottom: 10px;
height: 8px;
width: 0;
background-color: #253846;
background-repeat: no-repeat;
transition: all ease 0.5s;
} */

.primary_menu>li>.nav_menu.active {
  color: #fff;
}

/* .primary_menu > li.showMe > .nav_menu:before, .primary_menu > li > .nav_menu.active:before {
width: 100% !important;
} */


.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: #FA4616;
  border-radius: 50%;
  -webkit-transition: all ease .3s;
}

.is-tapped .hamburger {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  background-color: #FA4616;
}


.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;
  /* transform:rotatez(-45deg) */
}

.is-tapped .line-menu:nth-of-type(3) {
  transform-origin: bottom;
  width: 50%;
  transform: translate(4px, -4px) rotatez(90deg);
}



.rightBtn .nav_menu {
  background-color: #EF4023;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  padding: 0 1.5rem;
  font-weight: 500;
  font-size: 16px;
  line-height: 46px;
  white-space: nowrap;
  transition: all ease .2s;
  border-radius: 38px;
}

.rightBtn .nav_menu img {
  height: 24px;
  width: auto;
  vertical-align: middle;
  margin-left: 8px;
}

.rightBtn .nav_menu:hover {
  background-color: #fff;
  color: #EF4023;
}

.rightBtn .nav_menu:hover img {
  filter: brightness(0) saturate(100%) invert(41%) sepia(88%) saturate(5334%) hue-rotate(352deg) brightness(99%) contrast(89%);
}



footer {
  color: #fff;
  position: relative;
  z-index: 9;
  background-color: #253846;
}

footer a {
  color: #fff;
}

footer .footer-top {
  background-color: #F7FBFC;
  padding: 2rem 0;
}

.footrlinkWrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.footrlinkWrap li:before {
  content: "|";
  font-size: 20px;
  left: 0;
  color: #161616;
  display: inline-block;
  padding-right: 5px;
}

.footrlinkWrap li:first-child::before {
  display: none;
}

footer .footer_menu li {
  padding: 4px 4px 8px 4px;
}


footer .footrlink {
  text-decoration: none;
  color: #fff;
  font-size: 17px;
  line-height: 1.6;
  font-weight: 600;
}

footer .footrlink.title {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 600;
}

footer a.footrlink:hover {
  color: #FA4616;
}

footer a.footrlink.active {
  color: #FA4616;
  pointer-events: none;
}


.social_page_links {
  text-align: left;
}

.social_page_links>a {
  display: flex;
  align-items: center;
  font-size: 17px;
  line-height: 1.6;
  font-weight: 600;
  text-decoration: none;
  margin: 10px 4px 15px 4px;
  ;
  transition: all ease .2s;
  padding: 4px 0;
  color: #fff;
}

.social_page_links>a i {
  font-size: 22px;
  /* color: #FA4616; */
  padding-right: 10px;
}

.social_page_links>a:hover {
  color: #FA4616;
}


.social_page_links a img {
  width: 32px;
  height: 32px;
}

.footer_logo img {
  min-width: 127px;
  width: 127px;
  height: 58px;
}



.footerband {
  color: #fff;
  font-size: 14px;
  padding: 10px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.footerband a {
  color: #fff;
  padding: 10px;
  font-weight: 500;
}

.footerband a:hover {
  color: rgba(255, 255, 255, 0.7);
  padding: 10px;
}



.text_with_icon {
  overflow: hidden;
  display: flex;
}

.text_with_icon .icon {
  width: 28px;
  height: 28px;
  line-height: 28px;
  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;
}

.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: 90px;
  height: 90px;
  line-height: 90px;
}

.text_with_icon.xxxl .text {
  padding: .06rem .06rem .06rem 1rem;
}

.text_with_icon.xxl .icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
}

.text_with_icon.xxl .text {
  padding: .06rem .06rem .06rem 1rem;
}

.text_with_icon.xl .icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 2rem;
}

.text_with_icon.xl .text {
  padding: .06rem .06rem .06rem 1rem;
}


.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;
}

.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-all .swiper-pagination-bullet {
  background: #253846;
  opacity: .5;
}

.home-slider .swiper-button-all .swiper-pagination-bullet-active {
  opacity: 1;
}

/* .home-banner{
height: 100svh;
position: relative;
overflow: hidden;
border-radius: 0 0 50px 50px;
color: #0B2D50;
padding-top: 118px;
}

.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%;
} */

.background-video {
  width: 100%;
  height: 100svh;
  z-index: 0;
  overflow: hidden;
  position: relative;
  background-color: #1D354A !important;
}

.video-wrap {
  height: 100%;
  width: 100%;
  line-height: 0;
  position: relative;
}

.background-video video {
  object-fit: contain;
  width: 100%;
  height: 100%;
}


.home-content {
  position: absolute;
  left: 0;
  top: 20%;
  width: 100%;
}


.inner-banner {
  height: 55vh;
  position: relative;
  overflow: hidden;
  color: #fff;
}

.banner-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.inner-banner img {
  height: 100%;
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: top;
}

.banner-img::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
}



.features-line {
  font-size: 60px;
  color: #FA4616;
  font-weight: 800;
  text-align: center;
}

.features-line>.sub {
  display: block;
  font-size: 16px;
  color: #253846;
  font-weight: 400;
}






.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;
  background-color: rgba(37, 56, 70, 0.10);
  border-radius: 34px;
  margin: auto;
  position: relative;
  padding: 3px;
}

.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: 46px;
  color: #253846;
  position: relative;
  z-index: 1;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
  white-space: nowrap;
  background-color: transparent;
  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: transparent;
}

.success-tab .nav-tabs .success-slider {
  display: inline-block;
  width: 0%;
  height: 46px;
  border-radius: 34px;
  background: #FA4616;
  position: absolute;
  z-index: 0;
  top: 3px;
  transition: all 0.3s ease;
}




.news-tab {
  text-align: center;
  display: flex;
  align-items: center;
}

.news-tab .nav-tabs {
  border: none;
  flex-wrap: nowrap;
  background-color: transparent;
  border-radius: 0;
  margin: auto;
  position: relative;
  padding: 3px;
  width: 100%;
}

.news-tab .nav-tabs .nav-item {
  margin: 0;
  padding: 0;
  width: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
}

.news-tab .nav-tabs .nav-link {
  border: none;
  border-radius: 0;
  padding: 0;
  line-height: 80px;
  color: #fff;
  position: relative;
  z-index: 1;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 0;
  width: 100%;
  max-width: 300px;
}

.news-tab .nav-tabs .nav-item.show .nav-link,
.news-tab .nav-tabs .nav-link.active {
  color: #fff;
  border: none;
  background-color: transparent;
}

.news-tab .nav-tabs .news-slider {
  display: inline-block;
  width: 0%;
  height: 5px;
  border-radius: 0;
  background: #FA4616;
  position: absolute;
  z-index: 0;
  bottom: 0;
  transition: all 0.3s ease;
}








.tab-content {
  padding: 0;
}





.all-card {
  border-radius: 16px;
  background: #FFF;
  /* box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.04); */
  box-shadow: rgba(17, 17, 17, 0.1) 0px 5px 15px 0px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  transition: all 0.3s ease;
  height: 100%;
  margin: auto;
  /* max-width: 380px; */
  margin-bottom: 10px;
}

.three-col-slider .all-card{
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.04);
}

.all-card .head {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 800;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.all-card .copy {
  /* font-size: 18px; */
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.all-card.dark {
  background: #253846;
  color: #fff;
}

.all-card.dark.hover:hover {
  background: #EF4023;
}

.all-card .btn{
  font-size: 15px;
  height: 36px;
  line-height: 35px;
}




.key-metrics-bg-wrap {
  height: 100svh;
  width: 100%;
  position: relative;
  overflow: hidden;

}

.key-metrics-bg {
  height: 100%;
  width: 100%;

  /* padding: 80px 0; */
}

.key-metrics-bg.fixed {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
}



.section .section_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.8);
}

.section .section_bg .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 0;
  transition: all linear 1s;
  visibility: hidden;
}

.section .section_bg .bg.active {
  visibility: visible;
  opacity: 1;
  transition: all linear 1s;
}



.section_list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.section_list li {
  padding: .50rem .75rem;
  border-bottom: 1px solid var(--bs-white);
}

.section_list li:last-child {
  border-bottom: none;
}

.section_list li .link {
  display: inline-block;
  width: 100%;
  padding: 1rem;
  font-weight: 600;
  text-decoration: none;
  color: inherit;
  left: .15px;
  font-size: 1.85rem;
  transition: color ease .25s;
  background-color: transparent;
  border: none;
  text-align: left;
}

.section_list li .link:hover {
  color: #FA4616;
}

.section_list li .link.active {
  color: #FA4616;
  pointer-events: none;
}

.section-none {
  display: none;
}


.foundation-bg {
  height: 100svh;
  /* background: linear-gradient(180deg, #C89867 0%, #C79866 11.81%, rgba(173, 131, 88, 0.70) 30.57%, rgba(37, 18, 11, 0.00) 100%), url(../images/our-impact-bg.jpg); */
  background: url(../images/our-impact-bg.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  color: #fff;
}

.foundation-bg>div {
  padding-top: 50px;
}

.leadership-bg {
  /* height: 100svh; */
  min-height: 100svh;
  /* background: url(../images/mudra-white-op.svg), #253846; */
  background-color: #253846;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 70% 70%;
  color: #fff;
}

.leadership-bg>div {
  padding-top: 50px;
}

.leadership-img {
  width: auto;
  height: 100%;
  text-align: center;
  background-image: url(../images/ellipse-bg.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.leadership-img img {
  object-fit: contain;
  height: 100%;
  width: 100%;
  max-height: 100%;
}



.close {
  border: 0;
  background: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  z-index: 1;
  border: 2px solid #FA4616;
  border-radius: 50%;
  cursor: pointer;
  z-index: 2;
}

.close:before,
.close:after {
  content: "";
  position: absolute;
  top: 22px;
  left: 4px;
  height: 3px;
  width: 80%;
  background: #FA4616;
  border-radius: 2px;
}

.close:before {
  transform: rotate(45deg);
}

.close:after {
  transform: rotate(-45deg);
}

.close.red:before,
.close.red:after {
  background: #FA4616;
}


.modal-content.leadership-modal {
  background-color: transparent;
  border: none;
}

.leadership-pop-Wrap {
  border-radius: 16px;
  overflow: hidden;
  padding-top: 80px;
  height: 100%;
}

.leadership-pop-box {
  border-radius: 16px;
  background-color: #F6F6F6;
  display: flex;
  height: 100%;
}

.leader-img {
  width: 350px;
  -webkit-flex-shrink: 0 !important;
  flex-shrink: 0 !important;
  margin-top: -40px;
  display: flex;
  align-items: end;
}

.leader-img-small {
  width: 350px;
  -webkit-flex-shrink: 0 !important;
  flex-shrink: 0 !important;
  padding: 40px 0 40px 40px;
}

.leader-img-small img {
  border-radius: 16px;
}

.leader-content {
  padding: 40px;
}



.swiper-slide {
  height: auto;
  padding-bottom: 10px;
}




.swiper-button-all {
  text-align: center;
  padding-top: 20px;
}

.swiper-button-all.absolute {
  position: absolute;
  left: 20px;
  bottom: 20px;
}

.swiper-button-all.absolute.top-end {
  left: auto;
  bottom: auto;
  top: -50px;
  right: 20px;
  padding-top: 0;
}

.swiper-button-all .swiper-button-prev,
.swiper-button-all .swiper-button-next {
  width: 50px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  overflow: hidden;
  position: relative;
  top: auto;
  margin-top: 0;
  margin: 0;
  background-image: none;
  text-align: center;
  color: #fff;
  background-color: rgba(37, 56, 70, 0.3);
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}

.swiper-button-all .swiper-button-prev:hover,
.swiper-button-all .swiper-button-next:hover {
  color: #FA4616;
}

.swiper-button-all .swiper-button-prev {
  left: auto;
  right: auto;
}

.swiper-button-all .swiper-button-next {
  right: auto;
  left: auto;
}

.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: 25px;
}

.swiper-button-all .swiper-button-prev:before {
  content: "\f053";
}

.swiper-button-all .swiper-button-next:before {
  content: "\f054";
}

.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 10px;
}

.swiper-button-all .swiper-pagination-bullet {
  width: 50px;
  height: 7px;
  border-radius: 0;
  background: #fff;
  opacity: 0.3;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
}

.swiper-button-all .swiper-pagination-bullet-active {
  background: #FA4616 !important;
  opacity: 1;
}

.three-col-slider .swiper-button-all .swiper-pagination-bullet {
  background: #253846;
}



.lifeAtPiramal-img {
  /* border-radius: 16px; */
  overflow: hidden;
}

.lifeAtPiramal-slider {
  margin-bottom: -100px;
  position: relative;
  z-index: 1;
}

.lifeAtPiramal-slider .swiper-container {
  border-radius: 16px;
  overflow: hidden;
}

.lifeAtPiramal-slider .swiper-button-all {
  padding-top: 0;
  position: absolute;
  bottom: 30px;
  width: 100%;
  z-index: 2;
}

.lifeAtPiramal-extra {
  padding-top: 100px;
}


.leadershipHome-slider .swiper-slide,
.lifeAtPiramal-slider .swiper-slide {
  padding-bottom: 0;
}


/* .three-col-slider .swiper-slide::after{
content: '';
position: absolute;
top: 50%;
left: 0;
width: 2px;
height: 80%;
transform: translateY(-50%);
background-color: rgba(218, 218, 218, 0.50);;
}
.three-col-slider .swiper-slide:first-child::after{
display: none;
} */



.fixed-btn {
  position: absolute;
  right: 0;
  bottom: 20%;
  z-index: 3;
  padding: 15px 10px 15px 20px;
  border-radius: 34px 0px 0px 34px;
  background: rgba(250, 70, 22, 0.70);
  backdrop-filter: blur(3px);
  color: #fff;
  text-align: center;
  cursor: pointer;
  display: none;
}

.fixed-btn i {
  font-size: 30px;
}

.fixed-btn span {
  display: block;
  font-size: 18px;
  line-height: 1;
}



.scroll-container {
  position: absolute;
  bottom: 40px;
  left: 50%;
  width: 220px;
  margin-left: -110px;
  color: #fff;
  font-weight: 500;
  transition: all ease 0.3s;
  text-align: center;
  z-index: 9;
  animation: showScroller 0.5s ease-out;
}

.scroll-container.hide {
  opacity: 0;
}

.scroller {
  width: 25px;
  height: 50px;
  border: 3px solid #fff;
  border-radius: 15px;
  position: relative;
  margin: auto;
  margin-bottom: 5px;
  transform: scale(0.8);
}

.scroller::after {
  content: '';
  width: 12px;
  border-radius: 8px;
  background-color: #fff;
  position: absolute;
  top: 4px;
  left: 4px;
  bottom: 30px;
  animation: scroller 1500ms ease-out infinite;
}

@keyframes scroller {
  0% {
      bottom: 30px;
  }

  5% {
      top: 4px;
  }

  32% {
      bottom: 4px;
  }

  66% {
      top: 30px;
      bottom: 4px;
  }

  100% {
      top: 4px;
      bottom: 30px;
  }
}


@keyframes showScroller {
  0% {
      opacity: 0;
      transform: translate3d(0, -100px, 0);
  }

  100% {
      opacity: 1;
      transform: translateZ(0);
  }
}


/* 
.mudra-amin{
animation: mudraAmin 6s ease-out infinite;
}
@keyframes mudraAmin{
0%{
  transform: scale(1);
}
50%{
  transform: scale(0.8);
}
100%{
  transform: scale(1);
}
} */






.modal-backdrop {
  opacity: 0.9 !important;
  background-color: #253846;
}




.half_col_bg {
  position: relative;
}

.half_col_bg:after {
  content: "";
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translateY(-50%);
  background-color: #253846;
  z-index: 1;
  width: 100vw;
  height: 200vh;
}

.half_col_bg>* {
  position: relative;
  z-index: 2;
}

.map {
  width: 100%;
  height: 100%;
  min-height: 300px;
  position: relative;
  overflow: hidden;
  background-color: #f8f7f7;
}


/* .newsTabs>* {
  position: relative;
}

.newsTabs>*::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 2px;
  height: 80%;
  transform: translateY(-50%);
  background: rgba(218, 218, 218, 0.3);
} */



.timeline-bg {
  min-height: 100svh;
  background-color: #F8F8F9 !important;
}


/* old timeline */
/* .wrapper {
position: relative;
width: 100%;
height: 100%;
margin: 0 auto;
padding: 0;
}
.content {
position: absolute;
top: 90%;
left: 50%;
transform: translateX(-50%);
width: 90%;
overflow: visible;
z-index: 2;
}
.content::before {
float: left;
padding-top: 30%;
content: "";
}
.content::after {
display: block;
content: "";
clear: both;
}
.track {
border: 1px solid #708a91;
border-radius: 50%;
position: absolute;
width: 100%;
height: 100%;
}
.item {
width: 50px;
height: 70px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.item .child {
position: absolute;
top: 0;
left: 0;
width: 100%;
color: #fff;
text-align: center;
font-size: 16px;
font-weight: 400;
}
.item .child::after {
content: "";
position: absolute;
top: 28px;
left: 50%;
margin-left: -8px;
width: 16px;
height: 16px;
border-radius: 50%;
background-color: #FA4616;
border: 2px solid #FA4616;
}
.item.active .child {
font-weight: 700;
}
.item.active .child::after{
background-color: #fff;
}
.descriptions {
position: relative;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 3;
pointer-events: none;
}
.title {
position: relative;
width: 100%;
height: 100%;
opacity: 0;
display: none;
font-size: 20px;
}
.title.active {
opacity: 1;
display: block;
}
.year-big{
color: rgba(255, 255, 255, 0.05);
font-size: 96px;
font-weight: 800;
line-height: 1.3;
} */


.title {
  font-size: 38px;
  color: #fff;
  font-weight: 300;
}

.timeline {
  width: 100%;
  height: 100%;
  position: relative;
  /* padding-top: 50px; */
}

.timeline-nav::after,
.timeline-nav::before {
  content: "";
  position: absolute;
  right: 0;
  z-index: 5;
  bottom: 0;
  width: 1px;
  height: 50%;
  background: #253846;
}

.timeline-nav::before {
  left: 0;
}

.timeline-nav__item {
  width: auto;
  height: auto;
  text-align: center;
  background: transparent;
  color: rgba(37, 56, 70, 0.7);
  padding: 6px 0;
  position: relative;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  outline: none;
  cursor: pointer;
  border-bottom: 1px solid #253846;
}

.timeline-nav__item::after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 5;
  bottom: 0;
  width: 1px;
  height: 50%;
  background: #253846;
}

.timeline-nav__item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 4px;
  background-color: transparent;
  transition: 0.2s;
}

.timeline-nav__item.slick-current {
  font-weight: 700;
  color: #253846;
}

.timeline-nav__item.slick-current::before {
  background-color: #FA4616;
}

.timeline-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.timeline-slider {
  height: 100%;
}

.timeline .slick-list {
  height: 100%;
}

.timeline .slick-track {
  height: 100%;
}

.timeline-slide {
  position: relative;
  overflow: hidden;
  outline: none;
  width: 100%;
  z-index: 1;

}

.timeline-slide__content {
  z-index: 5;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  opacity: 0;
  transition: opacity 1s;
}

.timeline-year {
  color: rgba(37, 56, 70, 0.03);
  font-size: 200px;
  font-weight: 800;
  line-height: 0.8;
  transition: opacity 1.2s;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
}

.timeline .slick-current .timeline-year {
  opacity: 1;
}

.timeline .slick-current .timeline-slide__content {
  opacity: 1;
}




















.custom-video-player {
  position: relative;
  width: 100%;
  height: 100%;
  margin: auto;
}

video {
  display: block;
  width: 100%;
  height: auto;
  background: black;
}

.controls {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  padding: 10px;
  border-radius: 0 0 8px 8px;
  gap: 5px;
  opacity: 0.6;
}

.controls:hover {
  opacity: 1;
}

.controls button {
  background: #FA4616;
  border: none;
  padding: 5px 10px;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
}

.controls button:hover {
  background: #c42c02;
}

/*progress bar*/
input[type='range'] {
  -webkit-appearance: none;
  /* Hides the slider so that custom slider can be made */
  width: 100%;
  /* Specific width is required for Firefox. */
  background: transparent;
  /* Otherwise white in Chrome */
  flex: 1;
  background: #fff;
  border-radius: 8px;
  height: 8.4px;
  outline: none;
  transition: background 450ms ease-in;
  -webkit-appearance: none;
}

input[type='range']::-webkit-slider-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -webkit-appearance: none;
  cursor: ew-resize;
  background: #FA4616;
}




.playPauseBtn {
  transition: all 0.3s ease;
  position: absolute;
  bottom: 100px;
  left: 100px;
  border: none;
  background-color: transparent;
  color: #fff;
  font-size: 100px;
  text-shadow: -1px 0px 6px rgba(0, 0, 0, 0.6);
  opacity: 0.8;
}

.playPauseBtn:hover {
  color: #FA4616;
}

.playPauseBtn[style*="display: none"] {
  opacity: 0;
  pointer-events: none;
}



.people_card {
  position: relative;
  padding: 0 15px;
  margin: auto;
  cursor: pointer;
  width: 100%;
  max-width: 280px;
  text-align: left;
}

.people_card img {
  width: 100%;
  max-width: 220px;
}

.people_card figcaption {
  padding-top: 14px;
}

.people_card h6 {
  color: #253846;
  margin-bottom: 4px;
  transition: all .25s ease;
  font-size: 20px;
}

.people_card p {
  color: #253846;
  line-height: 1.2;
  font-size: 16px;
}

.leadership-bg .people_card h6 {
  color: #fff;
}

.leadership-bg .people_card p {
  color: #fff;
}


.tab-content .people_card img {
  width: 100%;
  max-width: unset;
}



.captcha_img {
  display: inline-block;
  width: 100%;
  background-color: #fff;
  border: 1px solid #E0DFDF;
  height: 46px;
  line-height: 46px;
  border-radius: 4px;
  vertical-align: bottom;
  padding-right: 46px;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.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: #E0DFDF;
  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);
  }
}





.pagination {
  --bs-pagination-color: #FA4616;
  --bs-pagination-hover-color: #FA4616;
  --bs-pagination-hover-bg: #F6F6F6;
  padding: 7px;
  background-color: #F8F8F9;
  border-radius: 6px;
  width: 100%;
  max-width: 500px;
  margin: auto;
}

.page-item{
  padding: 0 5px;
}

.page-link{
  background-color: transparent;
  border: transparent;
  border-radius: 6px;
  padding: 10px 18px;
  line-height: 1.4;
  font-weight: 600;
}
.page-link:hover{
  background-color: #FEF1EE;
}
.page-link:focus {
  z-index: 3;
  color: #FA4616;
  background-color: #FEF1EE;
  outline: 0;
  box-shadow: none;
}
.active>.page-link, .page-link.active{
  background-color: #FA4616;
  border-color: transparent;
  color: #fff;
}







.scrtabs-tab-scroll-arrow > span {
    border: none;
    color: #000;
    /*background-color: #fff;
   border: 1px solid #FF4612;
  border-radius: 50%; */
    line-height: 36px;
    text-align: center;
    font-size: 23px;
    padding: 0;
    width: 36px;
    height: 36px;
}

.scrtabs-tab-scroll-arrow > span:hover {
    background: linear-gradient(90deg, rgba(0, 147, 214, 0.98) 0%, rgba(99, 178, 56, 0.98) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.scrtabs-tab-scroll-arrow.scrtabs-disable {
    pointer-events: none;
}

    .scrtabs-tab-scroll-arrow.scrtabs-disable > span {
        color: #24374626 !important;
    }

.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-right {
    padding-left: 0;
}

.scrtabs-tab-scroll-arrow-left {
    padding-right: 0;
}



.card-contact{
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.04);
  padding: 30px;
}







@media screen and (min-width:1201px) {
  .desk-h-100 {
      height: 100% !important;
  }

  .desktop-none {
      display: none !important;
  }

  .site_menu-wrap {
      position: absolute;
      left: 0;
      top: 0;
  }

  .closeBt {
      position: absolute;
      right: 20px;
      top: 10px;
      color: #FA4616;
      font-size: 24px;
      cursor: pointer;
  }

  /* .primary_menu .submenu .submenuBox{
  background-color: #fff;
  box-shadow: 0px 141px 200px -80px #193A4B14;
  padding: 30px;
  border-radius: 30px;
} */

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .main_carousel .swiper-pagination {
      max-width: 1440px;
      width: calc(100% - 60px);
  }


  .primary_menu .tab-slider {
      display: inline-block;
      width: 0%;
      height: 46px;
      border-radius: 34px;
      background: #253846;
      position: absolute;
      z-index: 0;
      top: 3px;
      transition: all 0.3s ease;
  }

  .newsTabs>*:nth-child(3n+0)::after {
      display: none;
  }

  .businesse-wrap-cont {
      min-height: 400px;
  }

}










@media screen and (max-width:1680px) {}








@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;
  }

  p {
      font-size: 16px;
  }

  p.small {
      font-size: 14px;
  }

  .list>li {
      font-size: 16px;
  }

  .leader-content p {
      font-size: 14px;
  }

}









@media screen and (max-width:1200px) {
  body {
      line-height: 1.6;
  }

  .mobile-none {
      display: none !important;
  }

  .container,
  .container-md,
  .container-sm {
      max-width: 992px;
  }



  h1,
  .h1 {
      font-size: 40px;
  }

  h2,
  .h2 {
      font-size: 28px;
      ;
  }

  h3,
  .h3 {
      font-size: 24px;
  }

  h4,
  .h4 {
      font-size: 22px;
  }

  p {
      font-size: 15px;
  }

  p.small {
      font-size: 13px;
  }

  .list>li {
      font-size: 15px;
  }


  .home-banner img {
      object-position: bottom 0 right 20%;
  }


  /* main{
  padding-top: 88px;
} */

  .section.section-padding {
      padding: 70px 0;
  }


  .section_title h2 {
      font-size: 22px;
  }



  .btn {
      padding: 0 1.3rem;
      font-size: 14px;
      height: 40px;
      line-height: 38px;
  }

  header {
      height: 56px;
      background-color: rgba(37, 56, 70, 1);
      -webkit-backdrop-filter: blur(10px);
      backdrop-filter: blur(10px);
  }

  header .logoWrap,
  header .logo>img {
      min-width: 97px;
      width: 97px;
      height: 44px;
  }

  header .logo {
      display: inline-block;
  }

  .container,
  .container-md,
  .container-sm {
      max-width: 992px;
  }

  header .bottomMenu {
      height: 56px;
  }


  .menu-icon,
  .hamburger {
      display: flex;
  }

  .primary_menu {
      display: block;
      text-align: left;
      width: 100%;
  }

  .primary_menu>li {
      margin: 0;
      padding: 0;
      border-bottom: 1px solid #ccc;
  }

  .primary_menu .submenu li {
      margin: 0;
      padding: 0;
      border-bottom: 1px solid #ccc;
  }

  .primary_menu .showmenu .submenu {
      left: 0;
      top: 0;
      box-shadow: none;
      border-top: none;
      height: 100%;
      background-color: #fff;
      padding: 15px;
      transform: translate(100%, 0);
      transition: all ease-out 200ms;
      opacity: 0;
  }

  .primary_menu .showmenu.showMe .submenu {
      transform: translate(0, 0);
      transition: all ease-out 200ms;
      opacity: 1;
  }

  .primary_menu .submenu {
      display: block;
  }

  .primary_menu>li .nav_menu {
      font-size: 20px;
      padding: 0.7rem 0;
  }

  .primary_menu>li>.nav_menu {
      line-height: 50px;
      padding: 0;
  }

  .primary_menu .submenu li .nav_menu {
      font-size: 16px;
      padding: 0.7rem 0;
      font-weight: 400;
  }

  .primary_menu>li.showmenu {
      align-items: center;
      display: flex;
      justify-content: space-between;
  }


  /* .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>li.showmenu>.nav_menu::after {
      display: none;
  }

  .primary_menu .submenu ul.tabs {
      display: none !important;
  }


  .primary_menu>li .nav_menu.active {
      color: #FA4616;
      pointer-events: none;
  }





  .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: #fff;
      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: 15px;
  }

  /* .home-banne-container{
  height: calc(100svh - 60px);
} */


  /* .home-banner {
  height: calc(100svh - 88px);
  border-radius: 0 0 40px 40px;
} */




  .footer_menu {
      max-height: 0;
      overflow: hidden;
      transition: all 0.35s;
  }

  .footer_menu.active {
      max-height: 500px;
  }

  .features-line {
      font-size: 45px;
  }

  .success-tab .nav-tabs .nav-link {
      font-size: 16px;
  }

  /* .background-video {
  height: 100%;
} */


  .section_list li .link {
      padding: 0.8rem .5rem;
      font-size: 14px;
  }




  .swiper-button-all .swiper-pagination-bullet {
      width: 20px;
      height: 4px;
  }



  .leader-content {
      padding: 20px;
  }

  footer .footer_menu ul {
      width: 100%;
      padding: 0;
      display: flex;
      flex-wrap: wrap;
  }

  .home-footer.show {
      display: flex;
  }

  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;
  }

  footer .footer_menu li.title {
      border: none;
      width: 100%;
  }

  .social_page_links {
      text-align: center;
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      margin-bottom: 20px;
  }

  .social_page_links>a {
      border: 1px solid rgba(255, 255, 255, .05);
      border-radius: 12px;
      margin: 5px;
      width: calc(50% - 10px);
      justify-content: center;
  }


  .modal-dialog {
      max-width: 90%;
  }


  .newsTabs>*:nth-child(2n+0)::after {
      display: none;
  }

  .primary_menu.home-header.show {
      display: block;
  }

  .timeline-bg {
      min-height: auto;
  }

  .swiper-button-all.absolute.top-end {
      left: auto;
      bottom: auto;
      top: -20px;
      right: auto;
      padding-top: 20px;
      position: relative;
  }



  .home-banner {
      height: auto;
      padding-top: 56px;
  }

  .background-video {
      padding-top: 56px;
      background-color: #253846;
      display: flex;
      align-items: center;
      flex-direction: column;
      justify-content: center;
      height: auto;
  }


  .video-wrap {
      height: auto;
      --bs-aspect-ratio: calc(9 / 16* 100%);
      position: relative;
  }

  .ratio::before {
      display: block;
      padding-top: calc(9 / 16* 100%);
      content: "";
  }

  .background-video video {
      height: auto;
  }


  .leadership-bg {
      height: auto;
  }

  .key-metrics-bg-wrap {
      height: 700px;
  }

  .key-metrics-bg.fixed {
      position: unset;
  }

  .foundation-bg {
      height: 700px;
  }


  .playPauseBtn {
      bottom: 50%;
      left: 50%;
      font-size: 80px;
  }


  .home-slider {
      height: auto;
      padding-top: 56px;

  }

}






@media screen and (max-width:991px) {
  .businesse-wrap {
      position: relative;
      padding-top: 150px !important;
  }



  .key-metrics-bg .section_list {
      display: flex;
      flex-wrap: wrap;
      position: absolute;
      bottom: inherit;
      top: 70px;
      left: -10px;
      width: calc(100% + 20px);
      z-index: 99999;
      background-color: #0000004d;
      -webkit-backdrop-filter: blur(10px);
      backdrop-filter: blur(10px);
  }

  .key-metrics-bg .section_list li {
      width: 33.33%;
      padding: .25rem;
      border-right: 1px solid rgba(255, 255, 255, .04);
      display: inline-flex;
      align-items: center;
      border-bottom: none !important;
  }

  .key-metrics-bg .section_list li .link {
      padding: 1.5rem .5rem;
      text-align: center;
  }
}









@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;
  }

  h1~.underline {
      margin-top: 8px !important;
  }

  .home-slider {
      height: auto;
  }

  .home-banner {
      height: auto;
      padding-top: 56px;
  }

  .background-video {
      padding-top: 56px;
      background-color: #253846;
      display: flex;
      align-items: center;
      flex-direction: column;
      justify-content: center;
      height: auto;
  }


  .video-wrap {
      height: auto;
      --bs-aspect-ratio: calc(9 / 16* 100%);
      position: relative;
  }

  .ratio::before {
      display: block;
      padding-top: calc(9 / 16* 100%);
      content: "";
  }

  .background-video video {
      height: auto;
  }


  .home-content {
      position: relative;
      left: auto;
      top: auto;
      padding-bottom: 40px;
  }




  .fixed-btn {
      padding: 10px 6px 10px 15px;
      border-radius: 25px 0px 0px 25px;
      bottom: 20px;
  }

  .fixed-btn i {
      font-size: 23px;
  }

  .fixed-btn span {
      display: none;
      font-size: 14px;
  }

  .modal-dialog-centered {
      margin-left: 18px;
      margin-right: 18px;
  }

  .modal-dialog {
      max-width: 100%;
  }




  .leadership-pop-Wrap {
      padding-top: 60px;
  }

  .leadership-slider {
      height: calc(100dvh - 50px);
      overflow: hidden;
      padding-top: 60px;
  }

  .leadership-slider .swiper-slide {
      padding-bottom: 0;
  }

  .leadership-slider .swiper-container {
      border-radius: 16px;
      height: calc(100% - 66px);
  }

  .leadership-slider .swiper-wrapper {
      height: 100%;
  }

  .leadership-slider .swiper-button-all {
      padding-top: 15px;
  }





  .leadership-pop-box {
      flex-direction: column;
  }

  .leader-img {
      width: 100%;
      margin-top: 0;
      height: 40%;
      align-items: start;
      overflow: hidden;
      background-image: url(../images/office-bg.jpg);
      background-repeat: no-repeat;
      background-size: cover;
      padding-top: 10px;
      justify-content: center;
  }

  .leader-img img {
      width: 80%;
  }

  .leader-img-small {
      width: 100%;
      padding: 0;
  }

  .leader-content {
      height: 60%;
      overflow-y: auto;
  }



  .half_col_bg:after {
      content: "";
      left: 50%;
      transform: translate(-50%);
      background-color: #253846;
      z-index: 1;
      width: 100vw;
      height: 100vh;
      bottom: 50%;
      top: auto;
      right: auto;
  }

  .newsTabs>*::after {
      display: none;
  }



  .timeline-nav__item {
      margin: 0 !important;
  }

  .timeline-year {
      font-size: 100px;
  }

  .timeline p {
      text-align: center;
  }

  .timeline-slide__content {
      align-items: start;
      padding-top: 35px;
  }


  .wip {
      display: none;
  }






}



@media screen and (max-width:575px) {

  h1,
  .h1 {
      font-size: 30px;
  }

  .fs-5 {
      font-size: 1rem !important;
  }




  .leadership-pop-Wrap {
      padding-top: 0;
  }

  .controls {
      font-size: 13px;
      padding: 7px;
  }

  .controls button {
      padding: 3px 5px;
  }

  input[type='range'] {
      height: 6px;
  }

  input[type='range']::-webkit-slider-thumb {
      width: 15px;
      height: 15px;
  }


  .playPauseBtn {
      font-size: 50px;
  }


  .success-tab .nav-tabs .nav-link{
    font-size: 14px;
    padding: 0 16px
  }



    .reports-tab {
        display: block;
    }

}

.wip {
  position: absolute;
  bottom: 86px;
  right: 10px;
  z-index: 10;
  font-size: 50px;
  line-height: 1;
  font-weight: 900;
  opacity: 0.4;
  color: #000;
}



.eapps-widget-toolbar {
  display: none !important;
}