* {
  box-sizing: border-box;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff;
  overflow: auto;
  color: #1E1E1E;
  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: #183E5C;
}





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;
}


.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;
}

.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: #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;

}

.section.section-padding {
  padding: 60px 0;
}

.section.section-padding-1 {
  padding: 40px 0;
}

.section.section-padding-2 {
  padding: 30px 0;
}


.vector-bg {
  background-image: url(../images/bg-vector-left-bottom.png), url(../images/bg-vector-right-middle.png);
  background-position: left bottom, right 25%;
  background-repeat: no-repeat, no-repeat;
  background-size: 12%, 12%;
  background-attachment: scroll, fixed;
}



.section_title {
  width: 100%;
  margin-bottom: 20px;
}

.section_title h1 {
  position: relative;
  color: #fff;
  font-weight: 700;
  display: block;
  font-size: 38px;
  z-index: 1;
}

.section_title h2 {
  position: relative;
  color: #161C2D;
  font-weight: 700;
  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: 10px;
}

.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) .5s .5s;
  /* 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: 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: 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;
  margin-bottom: 6px;
}
.list ol {
  padding-left: 1.5rem;
}
.list>li ol li {
  list-style: decimal;
  margin-bottom: 6px;
}




.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: #183E5C !important;
}


.bg-white {
  background-color: #ffffff !important;
}

.bg-grey {
  background-color: #C4C4C4 !important;
}

.bg-primary {
  background-color: #FA4616 !important;
}

.bg-secondary {
  background-color: #183E5C !important;
}

.bg_ghostWhite {
  background-color: #F8F8F9 !important;
}




.btn {
  background-color: #FA4616;
  border: 1px solid #FA4616;
  color: #FFFFFF;
  font-size: 16px;
  padding: 0 2.16rem;
  height: 44px;
  line-height: 42px;
  font-weight: 700;
  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: 26px;
  transition: all ease 0.3s;
  text-wrap: nowrap;
}
.btn.active {
  pointer-events: none;
}
.btn:hover {
  background-color: #fff;
  color: #FA4616;
  text-decoration: none;
  border: 1px solid #FA4616;
}

.btn.icon-btn{
  padding: 0;
  width: 44px;
  -webkit-flex-shrink: 0 !important;
  flex-shrink: 0 !important;
}
.btn:focus-visible {
  color: #FA4616;
  background-color: #fff;
  border-color: #FA4616;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(250, 71, 22, 0.5);
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
  color: #FA4616;
  background-color: #fff;
  border-color: #FA4616;
} 


.btn-check:focus+.btn,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(250, 71, 22, 0.5);
} 
.btn.rounded{
  border-radius: 30px !important;
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
  color: #fff;
  pointer-events: none;
  background-color: #3580c2;
  border-color: #184E7D;
  opacity: .65;
}

.btn > i{
  font-size: 18px;
  vertical-align: middle;
  transition: transform ease 0.3s;
}

.btn > i.fa-arrow-right{
  transform: rotate(0deg);
}

.btn:hover > i.fa-arrow-right{
  transform: rotate(-45deg);
}

.btn > i.fa-arrow-left{
  transform: rotate(0deg);
}

.btn:hover > i.fa-arrow-left{
  transform: rotate(45deg);
}

.btn.btn-checkbox{
  background-color: transparent;
  color: #365069;
  border-color: #365069;
  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;
}






.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: 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;
}



header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  padding: 10px;
  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: 138px;
  width: 138px;
  height: 58px;
}

header .logo {
  display: inline-block;
}

.headerWrap{
  border-radius: 34px;
  background: #fff;
  padding: 0;
  padding-left: 20px;
  overflow: hidden;
  height: 58px;
  box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.10);
}

.sitenavigation{
  display: flex;
}

.menu-wrap {
  position: relative;
}


.rightBtn{
  background: #183E5C;
  border-radius: 34px;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 20px;
}

.rightBtn .nav_menu {
  font-weight: 500;
  font-size: 16px;
  line-height: 46px;
  text-decoration: none;
  white-space: nowrap;
  display: inline-block;
  padding: 0 1rem;
  color: #fff;
  position: relative;
  cursor: pointer;
  z-index: 1;
}


.rightBtn .nav_menu:hover, .rightBtn .nav_menu.active{
  color: #EF4023;
}




.primary_menu {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  margin: 0;
  height: 100%;
  margin-right: 20px;
  
}



.primary_menu>li .nav_menu {
  font-weight: 500;
  font-size: 16px;
  line-height: 46px;
  text-decoration: none;
  white-space: nowrap;
  display: inline-block;
  padding: 0 1rem;
  color: #183E5C;
  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: #183E5C;
background-repeat: no-repeat;
transition: all ease 0.5s;
} */

.primary_menu>li>.nav_menu.active {
  color: #EF4023;
}

.primary_menu > li > .nav_menu:hover, .primary_menu > li.showMe > .nav_menu {
  color: #EF4023;
}

/* .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%;
  transition: all ease .3s;
  -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);
}







main {
  width: 100%;
  position: relative;
  z-index: 9;
  /* padding-top: 118px; */
  overflow: hidden;
}


footer {
  color: #fff;
  position: relative;
  z-index: 9;
  background-color: #183E5C;
}

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: 17px;
  line-height: 1.6;
  font-weight: 600;
}

footer .footrlink.title {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 600;
  padding: 4px 0;
}

footer a.footrlink:hover {
  color: #FA4616;
}

footer a.footrlink.active {
  color: #FA4616;
  pointer-events: none;
}




.social_page_links>a {
  display: inline-flex;
  align-items: 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: #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: 167px;
  width: 167px;
  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: 10px;
  font-weight: 500;
}

.footerband a:hover {
  color: rgba(255, 255, 255, 0.7);
  padding: 10px;
}




.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;
}








.text_with_icon {
  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;
  -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: 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;
}

.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;
}


.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);
  }
}




.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(270deg, rgba(0, 0, 0, 0.00) -5.78%, rgba(24, 62, 92, 0.80) 99.58%);
}


.inner-banner{
  height: 70vh;
  position: relative;
  overflow: hidden;
  color: #fff;
}

.inner-banner img{
  height: 100%;
  width: 100%;
  min-height: 100%;
  object-fit: cover;
}



.portfolio-banner{
  position: relative;
  width: 100%;
  height: 100%;
}
.portfolio-banner::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.00) -5.78%, rgba(24, 62, 92, 0.80) 99.58%);
}

.portfolio-banner-logo{
  position: absolute;
  right: 3%;
  bottom: 10%;
}
.portfolio-banner-logo img{
  height: 80px;
  width: auto;
}

.portfolio-slider{
  height: 100%;
}
.portfolio-slider .swiper{
  height: 100%;
}





.business-card{
  overflow: hidden;
  border-radius: 12px;
}
.business-card::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(24, 62, 92, 0.90) 100%);
  transition: all .30s ease-out;
}

.business-card .content-wrap{
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color: #fff;
  padding: 30px 15px;
  text-align: left;
  transition: all .30s ease-out;
  width: 100%;
  height: auto;
  z-index: 2;
}

.business-card .content-wrap .business-logo img{
  height: 100px;
  width: auto;
}
.business-card .content-wrap .business-logo.bainCapital img{
  height: 65px;
}

.business-card .content-wrap .content{
  display: none;
  padding-top: 10px;
  position: relative;
  /* transition: all .10s ease-out; */
}

.business-card:hover::after{
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #183E5C 50.5%);
}
.business-card:hover .icon-btn{
  opacity: 0;
}



.strategy-card{
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid #FFF;
}
.strategy-card::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(24, 62, 92, 0.00) 0%, rgba(24, 62, 92, 0.77) 52%);
  transition: all .30s ease-out;
}

.strategy-card .content-wrap{
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color: #fff;
  padding: 30px ;
  text-align: left;
  transition: all .30s ease-out;
  width: 100%;
  height: auto;
  z-index: 2;
}

.strategy-card .over-panel{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #183E5C;
  z-index: 3;
  padding: 20px;
  border: 16px solid rgba(255, 255, 255, 0.05);
  transition: all .30s ease-out;
  opacity: 0;
}
.strategy-card:hover .over-panel{
  opacity: 1;
}
.strategy-card:hover .content-wrap{
  opacity: 0;
}





.searchWrap{
  padding: 40px;
}

.searchBox{
  display: flex;
  align-items: center;
  border-bottom: 3px solid #FA4616;
  padding-bottom: 10px;
  gap: 10px;
}
.searchBox .inputbox{
  flex-grow: 1;
}
.searchBox input{
  border: none;
  font-size: 22px;
  color: #193F5C;
  width: 100%;
  background: transparent;
}
.searchBox .searchIcon{
  color: #193F5C;
  font-size: 24px;
}
.searchBox .btn:hover{
  background-color: #193F5C;
  border-color: #193F5C;
  color: #fff;
}



.investment-wraper{
  background-image: url(../images/investment-philosophy-bg.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 70px;
  border-radius: 12px;
}
.investment-box{
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.30);
  backdrop-filter: blur(25px);
  padding: 40px;
}




.swiper-slide{
  height: unset;
}

.swiper-button-all{
  text-align: center;
  padding-top: 70px;
}
.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: 38px;
  padding: 0;
  position: relative;
  top: auto;
  margin-top: 0;
  margin: 0;
  background-image: none;
  text-align: center;
  color: #183E5C;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}
.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: #FA4616 !important;  
}
.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: 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: 10px;
  height: 8px;
  border-radius: 10px;
  background: #fff;
  opacity: 1;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
}

.swiper-button-all .swiper-pagination-bullet-active {
  background: #FA4616 !important;
  opacity: 1;
  width: 30px;
}

.three-col-slider .swiper-button-all .swiper-pagination-bullet {
  background: #183E5C;
}
.three-col-slider .swiper-container{
  padding: 0 15px;
}

.three-col-slider-small-2 .swiper-button-all .swiper-pagination-bullet {
  background: #183E5C;
}
.three-col-slider-small-2 .swiper-container{
  padding: 0 15px;
}

.swiper-button-all .swiper-pagination{
  position: relative;
  bottom: unset;
  top: unset;
  left: unset;
  width: 52px;
  text-align: center;

}

.swiper-button-border{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #183E5C;
  border-radius: 30px;
  padding: 0;
  width: auto;
  margin: auto;
}
.swiper-button-border .swiper-buttons{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
}
.text-white .swiper-button-border{
  border-color: #fff;
}
.swiper-button-border .btn{
  margin-top: -1px;
  margin-bottom: -1px;
  margin-right: -1px;
}


.rounded-logos{
  display: flex;
  width: 100%;
  aspect-ratio: auto 1 / 1;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  overflow: hidden;
  border-radius: 50%;
  border: 2px solid #fff;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
}
.rounded-logos.pointer-event:hover{
  border: 2px solid #FA4616;
}
.rounded-logos img{
  width: 80%;
  height: 80%;
  object-fit: contain;
}






.all-card{
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.10);
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  transition: all 0.3s ease;
  height: 100%;
  margin: auto;
  /* max-width: 380px; */
  margin-bottom: 10px;
  color: #636571;
}

.all-card .head{
  font-size: 20px;
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #183E5C;
}

.all-card .copy{
  /* font-size: 18px; */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #636571;
}
.all-card .dates{
  color: #636571;
  font-size: 14px;
}

.all-card.dark{
  background: #183E5C;
  color: #fff;
}

.all-card.dark.hover:hover{
  background: #EF4023;
}





.features-line{
  font-size: 50px;
  color: #1E1E1E;
  font-weight: 700;
  text-align: center;
  line-height: 1.6;
}
.features-line > .sub{
  display: block;
  font-size: 16px;
  color: #183E5C;
  font-weight: 400;
}
.features-head{
  font-size: 18px;
  color: #183E5C;
  font-weight: 700;
  text-align: center;
}





.journey_wrap{
  width: 100%;
  position: relative;
}

.journey_wrap:after{
  content: '';
  position: absolute;
  width: 70px;
  height: 70px;
  z-index: 2;
  top: inherit;
  background-image: url('../images/esg/swipe.gif');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  bottom: 0;
  left: 0;
  visibility: visible;
  opacity: 0.5;
  transition: all ease 0.3s;
  display: none;
}
.journey_wrap.scrolled:after{
  opacity: 0;
  visibility: hidden;
}

.journey_wrap::before{
  content:'';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 4px;
  background-color: #183E5C;
  border-radius: 4px;
}
.journey_container{
  width: 100%;
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
}

.journey_container .journey_list{
  display: inline-flex;
  align-items: center;
  margin: 0 auto;
  height: 400px;
  justify-content: space-between;
  min-width: 100%;
}


.journey_container .journey_list .journey_item{
  width: 200px;
  margin: 0 ;
  height: 4px;
  position: relative;
  width: 200px; 
}
.journey_container .journey_list .journey_item::before, .journey_container .journey_list .journey_item::after{
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #EF4123;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
.journey_container .journey_list .journey_item::after{
  border: none;
  background-color: #EF4123;
  width: 14px;
  height: 14px;
  left: 18px;
}

.journey_container .journey_list .journey_item .journey_content{ 
  width: 100%; 
  height: 170px; 
  position: absolute; 
  left: 50%; 
  transform:translateX(-50%); 
  top: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 6px;
  overflow-y: auto;
  overflow-x: hidden;
  margin-top: 25px;
}
.journey_container .journey_list .journey_item .journey_content > *{
  width: 100%;
}
.journey_container .journey_list .journey_item:nth-child(odd) .journey_content{
  top: inherit;
  bottom: 100%;
  margin-bottom: 25px;
  align-items: flex-end;
}
.journey_content .title{
  color: #EF4123;
  font-weight: 700;
  font-size: 3em;
}
.journey_content ul > li{
  font-size:16px;
  line-height: 1.15;
  margin-bottom: 0.5em;
}





.people-card {
  background-color: #fff;
  border: none;
  border-radius: 12px;
  box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.10);
}




.cycle-box .icon_card{
  text-align: left;
  max-width: 400px;
}
.cycle-box .icon_card .icons{
  display: flex;
  width: 110px;
  aspect-ratio: auto 1 / 1;
  align-items: center;
}
.cycle-box .icon_card .icons img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cycle-box figcaption{
  display: flex;
  align-items: start;
}
.cycle-box .num{
  font-size: 14px;
  font-weight: bold;
  background-color: #253746;
  border-radius: 50%;
  width: 25px;
  min-width: 25px;
  height: 25px;
  line-height: 25px;
  color: #fff;
  margin-right: 10px;
  margin-top: 4px;
  text-align: center;
}
.cycle-box .text{
  padding-top: 2px;
  text-align: left;
}
.cycle-box .icon_card figcaption{
  padding: 16px 0;
}
.cycle-box .icon_card img {
  width: 100px;
  margin-left: 20px;
}

.cycle-wrap > div .cycle-box{
  padding-right: 100px;
  position: relative;
}
.cycle-wrap > div .cycle-box::after{
  content: '';
  position: absolute;
  right: 0;
  height: 1px;
  width: 80px;
  top: 50px;
  background-color: #253746;
}

.cycle-wrap > div:last-child .cycle-box::after{
  display: none;
}



.square-icon{
  display: flex;
  width: 110px;
  aspect-ratio: auto 1 / 1;
  align-items: center;
}
.square-icon.sm{
  width: 80px;
}
.square-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}



.biger-text{
  font-size: 200px;
  font-weight: 800;
  line-height: 0.9;
  font-family: 'Calibri';
}



.success-tab{
  margin-top: -30px;
}
.nav-tabs {
  background-color: #183E5C;
  border: none;
  border-radius: 12px 12px 0 0;
}
.nav-tabs .nav-link {
  border: none;
  border-radius: 0;
  padding: .9rem 1.7rem;
  color: #FFFFFF;
  position: relative;
  font-size: 20px;
  display: block;
  width: 100%;
  font-weight: 700;
  margin-bottom: 0;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #fff;
  background-color: transparent;
  border: none;
}
.nav-tabs .nav-item {
  margin: 0;
}
.nav-tabs .nav-link:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 28px;
  background-color: #576470;
}
.nav-tabs .nav-item:first-child .nav-link:before {
  display: none;
}
.nav-tabs .nav-link:after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  top: 100%;
  height: 4px;
  width: 0;
  background-color: #fa4615;
  transition: all ease 0.4s;
}
.nav-tabs .nav-item.show .nav-link:after, .nav-tabs .nav-link.active:after {
  width: 100%;
}



.people-profile{
  padding-top: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.people-profile .people-image{
  border-radius: 12px 12px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: auto 1 / 1;
  overflow: hidden;
  width: calc(100% - 40px);
  margin: 0 20px;
  transition: all ease 0.3s;
}
.people-profile .people-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all ease 0.3s;
  filter: grayscale(1);
}
.people-profile .people-body{
  padding: 30px 20px;
  background-color: #fff;
  border: none;
  border-radius: 12px;
  box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.10);
  display: flex;
  flex-grow: 1;
  transition: all ease 0.3s;
}
.people-profile .people-body .people-title{
  line-height: 1.4;
  padding-right: 10px;
  flex-grow: 1;
}
.people-profile .people-body .people-name {
  font-size: 20px;
  font-weight: 700;
  color: #253846;
  transition: all ease 0.3s;
}
.people-profile .people-body .people-title .sub-title {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #253846 !important;
}
.people-profile .people-body .btn{
  opacity: 0;
}
.people-profile:hover .people-body .people-name{
  color: #FA4616;
}
.people-profile:hover .people-image img{
  filter: grayscale(0);
}
.people-profile:hover .people-body .btn{
  opacity: 1;
}




.modal-content{
  background-color: #F8F8F9;
}

.close {
  border: 0;
  background-color: #FA4616;
  position: absolute;
  top: 10px;
  right: 20px;
  width: 36px;
  height: 36px;
  z-index: 1;
  border-radius: 50%;
  cursor: pointer;
}

.close:before,
.close:after {
  content: "";
  position: absolute;
  top: 17px;
  left: 7px;
  right: 7px;
  height: 3px;
  background: #fff;
  border-radius: 2px;
}

.close:before {
  transform: rotate(45deg);
}

.close:after {
  transform: rotate(-45deg);
}

.close.red:before,
.close.red:after {
  background: #000;
}

.peopleProfile-pop-box {
  border-radius: 16px;
  display: flex;
  align-items: flex-start;
  height: 100%;
  padding: 30px;
  padding-top: 60px;
}

.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;
}
.people-img-small img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all ease 0.3s;
}
.people-content {
  padding-left: 50px;
  max-height: 65dvh;
  overflow: hidden;
  overflow-y: auto;
  padding-right: 15px;
}
.people-content .people-title{
  padding-bottom: 15px;
}
.people-content .people-name {
  font-size: 20px;
  font-weight: 700;
  color: #253846;
  line-height: 1.4;
  padding-right: 10px;
  transition: all ease 0.3s;
}
.people-content .sub-title {
  font-size: 16px;
  font-weight: 400;
  color: #253846 !important;
}

.people-content .card-text{
  text-align: justify;
}

/* .people-content .card-text{

} */



.sponsorTeam-wraper{
  height: 100%;
  border-radius: 12px;
  border: 1px solid #B7B7B7;
}
.sponsorTeam-box{
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}
.sponsorTeam-box .bg-img{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.sponsorTeam-box::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(24, 62, 92, 0.80) 0.01%);
  transition: all .30s ease-out;
}
.sponsorTeam-box .sponsorTeam-logo{
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 150px;
}
.sponsorTeam-box .sponsorTeam-logo img {
  height: 100px;
  width: auto;
}
.sponsorTeam-box .sponsorTeam-logo.bainCapital img{
  height: 65px;
}

.sponsorTeam-profile{
  padding: 40px 20px;
}




.investor-wraper{
  padding: 0;
}
.investor-wraper .investor-header{
  padding: 30px;
  padding-top: 60px;
  border-radius: 0.5rem;
  background: #183E5C;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.investor-wraper .investor-logo img{
  height: 90px;
  width: auto;
}

.investor-wraper .investor-content{
  padding: 30px;
  text-align: justify;
}

/* .pagesTabs.navScrolled{
  position: fixed;
  top: 98px;
  width: 100%;
  z-index: 1;
} */


.iframe-wrap{
  overflow: hidden;
  border-radius: 12px;
  height: 100%;
}

.captcha_img {
  display: inline-block;
  width: 100%;
  background-color: #fff;
  /* border: 1px solid #E0DFDF; */
  height: 44px;
  line-height: 44px;
  vertical-align: bottom;
  padding-right: 44px;
  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: #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);
  }
}



.busines-card{
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.10);
  padding: 25px;
}


.busines-table-wrapp {
  width: 100%;
  overflow: hidden;
  overflow-x: auto;
}
.busines-table-wrapp table{
  width: 100%;
}

.busines-table-wrapp tr {
  border-radius: 12px;
}
.busines-table-wrapp table td {
  font-size: 16px;
  padding: 10px 8px;
  text-align: left;
  vertical-align: middle;
}
.busines-table-wrapp table td:last-child{
  font-weight: 700;
}














@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: #FA4616;
    font-size: 24px;
    cursor: pointer;
  }



  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .main_carousel .swiper-pagination {
    max-width: 1440px;
    width: calc(100% - 60px);
  }






}










@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;
  }
  p.big {
    font-size: 20px;
  }

  .list li {
    font-size: 16px;
  }

  .strategy-card .over-panel{
    padding: 10px 20px;
  }

}









@media screen and (max-width:1200px) {
  body {
    line-height: 1.6;
  }

  .mobile-none {
    display: none !important;
  }

  main{
    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;
  }

  p {
    font-size: 15px;
  }

  p.small {
    font-size: 13px;
  }

  p.big {
    font-size: 18px;
  }

  .list li {
    font-size: 15px;
  }

  .section.section-padding {
    padding: 40px 0;
  }
  .section_title h1 {
    font-size: 26px;
  }
  .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);
    padding: 0;
  }
  .headerWrap {
    border-radius: 0;
    background: transparent;
    padding: 6px 0;
    padding-left: 0; 
    overflow: visible;
    height: auto;
    box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0);
  }

  header .logoWrap,
  header .logo>img {
    min-width: 105px;
    width: 105px;
    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;
  }

  .nav_search{
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background-color: #FA4616;
    border-radius: 50%;
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
    color: #fff;
  }
  .nav_search:hover{
    color: #fff;
  }

  .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>.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;
  }

  
  .footer_menu {
    max-height: 0;
    overflow: hidden;
    transition: all 0.35s;
  }

  .footer_menu.active {
    max-height: 500px;
  }


  footer .footer_menu ul {
    width: 100%;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
  }


  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%;
  }

  .social_page_links>a {
    border: 1px solid rgba(255, 255, 255, .05);
    border-radius: 12px;
    margin: 5px;
    width: calc(50% - 10px);
    justify-content: center;
  }


  .primary_menu.home-header.show {
    display: block;
  }


  .home-banner {
    height: auto;
    padding-top: 56px;
  }

  .investment-wraper{
    padding: 50px;
  }


  .features-line{
    font-size: 40px;
  }

  .people-profile .people-body .btn{
    display: none;
  }


  .people-img-small {
    width: 200px;
  }




  .text_with_icon.xl .icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 2rem;
}

}






@media screen and (max-width:991px) {

  .ratio-16x7 {
    --bs-aspect-ratio: calc(7 / 16 * 100%);
  }
  .ratio-16x7::before {
    padding-top: calc(7 / 16 * 100%);
  }
 
  .business-card{
    display: flex;
    flex-wrap: wrap;
    height: 100%;
  }

  .business-card::after{
    background: linear-gradient(180deg, rgba(24, 63, 92, 0.4) 0%, rgba(24, 63, 92, 0.98) 50.5%);
  }

  .business-card .content-wrap{
    height: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .business-card .content-wrap .content{
    display: block;
  }
  .business-card .content-wrap .business-logo img {
    height: 65px;
    width: auto;
  }
  .business-card .content-wrap .business-logo.bainCapital img{
    height: 45px;
  }
  .business-card .icon-btn{
    opacity: 0;
  }

  .content-box{
    position: relative;
  }
  .strategy-card {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
  }
  .strategy-card .content-wrap{
    display: none;
  }
  .strategy-card .over-panel{
    height: auto;
    position: relative;
    opacity: 1;
    background: linear-gradient(0deg, rgba(24, 62, 92, 0.00) 0%, rgba(24, 62, 92, 0.77) 52%);
    border-width: 0;
  }
  .strategy-card .icon-btn{
    display: none;
  }


  .journey_content .title{
    font-size: 2.4em;
  }
  .journey_content ul > li{
    font-size:14px;
  }
  .journey_container .journey_list{
    height: 340px;
  }
  .journey_container .journey_list .journey_item .journey_content{
    height: 140px;
  }



  .square-icon{
    width: 90px;
  }
  .biger-text{
    font-size: 150px;
  }


  .people-profile .people-image {
    width: calc(100% - 30px);
    margin: 0 15px;
  }
  .people-profile .people-body {
    padding: 20px 15px;
  }

  .people-profile .people-body .people-title {
    font-size: 19px;
  }
  .people-profile .people-body .people-title .sub-title {
    font-size: 14px;
  }

  .peopleProfile-pop-box{
    flex-wrap: wrap;
  }
  .people-img-small {
    width: 100%;
    max-width: 200px;
    margin-bottom: 20px;
  }
  .people-content{
    width: 100%;
    padding-left: 0;
    max-height: calc(77dvh - 200px);
    overflow: hidden;
    overflow-y: auto;
    padding-right: 5px;
  }
  

}









@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;
  }

  h1~.underline {
    margin-top: 8px !important;
  }

 
  .searchWrap{
    padding: 30px 20px;
  }

  .investment-wraper{
    padding: 30px;
  }


  .partners img {
    height: 40px;
  }
  .partners img.bainCapital {
    height: 30px;
  }

  .nav-tabs .nav-link {
    padding: .9rem .9rem;
    font-size: 16px;
  }

  .success-tab {
    margin-top: -20px;
  }


  .people-profile .people-body .people-title {
    font-size: 17px;
  }
  .people-profile .people-body .people-title .sub-title {
    font-size: 13px;
  }


  .sponsorTeam-box .sponsorTeam-logo{
    height: 100px;
  }
  .sponsorTeam-box .sponsorTeam-logo img {
    height: 70px;
  }
  .sponsorTeam-box .sponsorTeam-logo.bainCapital img{
    height: 45px;
  }


  .portfolio-banner-logo img{
    height: 50px;
  }

  .swiper-button-all.absolute{
    bottom: 15px;
  }

  .investor-wraper .investor-header{
    flex-direction: column;
    gap: 20px;
  }
  .investor-wraper .investor-header > *{
    width: 100%;
  }
  .investor-wraper .investor-logo img {
    height: 70px;
  }

  


}



@media screen and (max-width:575px) {

  h1, .h1 {
    font-size: 30px;
  }

  .fs-5 {
    font-size: 1rem !important;
  }

  .inner-banner {
    height: 55vh;
    min-height: 350px;
}

  .investment-wraper{
    padding: 20px;
  }

  .cycle-wrap > div .cycle-box{
    padding-right: 0;
    padding-bottom: 70px;
    position: relative;
  }
  .cycle-wrap > div .cycle-box::after{
    content: '';
    position: absolute;
    right: auto;
    top: auto;
    bottom: 0;
    left: 55px;
    height: 50px;
    width: 1px;
    transform: translateX(-50%);
    background-color: #253746;
  }
  .cycle-box .icon_card{
    text-align: center;
    max-width: none;
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .cycle-box .icon_card .icons{
    width: 80px;
    min-width: 80px;
  }
  .cycle-box figcaption {
    justify-content: center;
  }
  .cycle-wrap > div:last-child .cycle-box{
    padding-bottom: 0;
  }
  .cycle-box .icon_card img {
    margin-left: 0;
  }


  .square-icon{
    width: 70px;
  }
  .biger-text{
    font-size: 120px;
  }

  .people-profile .people-image {
    width: calc(100% - 20px);
    margin: 0 10px;
  }
  .people-profile .people-body {
    padding: 20px 10px;
  }
  .people-profile .people-body .people-title {
    font-size: 14px;
  }
  .people-profile .people-body .people-title .sub-title {
    font-size: 12px;
  }

  .swiper-button-border .swiper-buttons{
    padding: 0;
  }
  .swiper-button-all .swiper-button-prev{
    margin-right: 0;
  }
  .swiper-button-all .swiper-button-next{
    margin-left: 0;
  }

}


@media screen and (min-width: 992px)   {
  .cycle-wrap > div:nth-child(4) .cycle-box{
    padding-right: 0  ;
  }
  .cycle-wrap > div:nth-child(4) .cycle-box::after{
    display: none;
  }
}

@media screen and (min-width: 767px) and (max-width: 992px) {
  .cycle-wrap > div:nth-child(3n+0) .cycle-box{
    padding-right: 0  ;
  }
  .cycle-wrap > div:nth-child(3n+0) .cycle-box::after{
    display: none;
  }
}
@media screen and (min-width: 575px) and (max-width: 767px) {
  .cycle-wrap > div:nth-child(2n+0) .cycle-box{
    padding-right: 0  ;
  }
  .cycle-wrap > div:nth-child(2n+0) .cycle-box::after{
    display: none;
  }
}

