*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: "Optima-regular";
    color: rgba(105, 105, 105, 1);
    overflow-x: hidden;
    font-size: 1vw;
    line-height: 1.1;
    color: rgba(7, 37, 64, 1);
    overflow: hidden;
}


@font-face {
    font-family: 'Frutiger LT Arabic 45 light';
    src: url('../fonts/FrutigerLTArabic-45Light.woff2') format('woff2'),
        url('../fonts/FrutigerLTArabic-45Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Frutiger LT Arabic 45';
    src: url('../fonts/FrutigerLTArabic-65Bold.woff2') format('woff2'),
        url('../fonts/FrutigerLTArabic-65Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Frutiger LT Arabic 55 Roman';
    src: url('../fonts/FrutigerLTArabic-55Roman.woff2') format('woff2'),
        url('../fonts/FrutigerLTArabic-55Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/* IPO Modal Css Start */
.ipoModal {
    z-index: 9999999;
}
/* IPO Modal Css End */
.highlight_text{
  color: #072540;
}
.highlight_text_two{
  /* color: #52616c; */
  color: #fff;
}
.ipo_content > * {
  opacity: 0;
  transform: translateY(80px);
}
.nav-main ul li {
    opacity: 0;
    transform: translateY(30px);
}
.counter_inner_wrapper .row .col-md-4, .add_row_gap .col-md-4 {
    opacity: 0;
    transform: translateY(30px); /* initial downward offset */
}
.swiper-wrapper {
    touch-action: pan-y; /* allow vertical scrolling */
}
/* Animation Css End */
@keyframes moveBackground {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 10000px 0;
  }
}
.dot-content{
  position: relative;
  left: 0;
  top: 0;
  height: 4vh;
  width: 100%;
  margin-bottom: 8vw;
  /* background-image: url('../img/dot-bg.png'); */
  background-image: url('../img/dot-img.png');
  background-repeat: repeat;
  background-position: 0 0;
  background-size: cover;
  animation: moveBackground 250s linear infinite;
}
/* Font Family Start */
@font-face {
  font-family: "Optima-italic";
  src: url("../fonts/Optima-Italic.woff2") format("woff2"),
    url("../fonts/Optima-Italic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Optima-regular";
  src: url("../fonts/Optima.woff2") format("woff2"),
    url("../fonts/Optima.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Optima-bold";
  src: url("../fonts/Optima-Bold.woff2") format("woff2"),
    url("../fonts/Optima-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* Arial */
@font-face {
  font-family: "arial";
  src: url("../fonts/Arial.woff2") format("woff2"),
    url("../fonts/Arial.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* Header Css Start */
.header {
  background-color: #00000000;
  display: flex;
  justify-content: space-between;
  padding: 1.5vw 7vw;
  z-index: 99999;
  position: fixed;
  width: 100%;
  transition: all 0.6s ease-in-out;
}
.header .right {
  display: flex;
  align-items: center;
  grid-gap: 5vw;
}

.header .right .nav-main {
  height: 100%;
}

.header .right .nav-main > ul {
  display: flex;
  align-items: center;
  height: 100%;
}
.header .right .search-main {
  display: flex;
  align-items: center;
}
.header .right .nav-main > ul > li {
  position: relative;
  margin-right: 1.5vw;
  z-index: 10;
  height: 100%;
  display: flex;
  align-items: center;
}
.header .right .search-main > div {
  margin-right: 3vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .right .search-main > div:last-child {
  margin: 0;
}
.header .right .contact_btn a,
.header .right .contact_btn button {
  color: #4a4a49;
  font-size: 1.1vw;
  background: #fff;
  padding: 0.5vw 1.8vw;
  border-radius: 50px;
  transition: all 0.6s ease-in-out;
  border: solid 1px #83754e;
  position: relative;
  overflow: hidden;
  display: block;
}
.header .right .contact_btn a:hover,
.header .right .contact_btn button:hover {
  color: #fff;
}
.header .right .contact_btn a:before,
.header .right .contact_btn button:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: -100%;
  background: #b1913a;
  transition: all 0.6s ease-in-out;
  bottom: 0;
  z-index: -1;
}
.header .right .contact_btn a:hover:before,
.header .right .contact_btn button:hover:before {
  left: 0;
}
.lang a {
  font-family: 'Frutiger LT Arabic 45' !important;
  font-size: 1.1vw;
  color: rgba(255, 255, 255, .6);
  font-weight: 100;
  position: relative;
  display: block;
  overflow: hidden;
  line-height: 1;
  border: solid 1px rgba(255, 255, 255, 0.3);
  padding: 5px 10px;
}
.lang a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: -100%;
    background: #00A69A;
    transition: all 0.6s ease-in-out;
    bottom: 0;
    z-index: -1;
}
.lang a:hover:before {
    left: 0;
}
.lang a:hover {
    border-color: #00A69A;
    color: #fff;
}
.header .right .nav-main ul li a {
  font-size: 1.2vw;
  font-weight: 400;
  color: rgba(255, 255, 255, .6);
  line-height: 1;
  padding-bottom: 5px;
  position: relative;
  display: flex;
  align-items: center;
  grid-gap: .4vw;
  transition: all .7s ease;
}
a {
    outline: none !important;
}
a {
    text-decoration: none;
    transition: all .5s ease-in-out;
}
.header .right .nav-main ul li a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: #fff;
  transition: transform 0.5s;
  transform: scale(0);
  transform-origin: right;
}
.header .right .nav-main ul li.active .item > a:before,
.header .right .nav-main ul li:hover .item > a:before {
  transform: scale(1);
  transform-origin: left;
}
.header .right .search-main > div img {
  width: 80%;
}

.header .right .search-main > .search {
  cursor: pointer;
}
.header .right .search-main > .search svg {
  stroke: #fff;
  transition: all 0.6s ease-in-out;
  width: 20px;
  height: 20px;
}
.header .right .search-main > .search svg:hover {
  stroke: #00A69A;
}
.logo a img {
  width: 170px;
  transition: all .7s ease;
}
.inner-header .menu-icon .lines:hover span,
.menu-icon .lines:hover span {
  background: #fff;
}
.inner-header .menu-icon .lines span {
  background: #4a4a49 !important;
}
.header.inner-header .lang a:hover {
    color: #fff !important;
}
.header.inner-header {
  background: #fff;
  /* padding: 10px 4vw; */
}
/* .header.inner-header2 {
    padding:1.5vw 4vw;
} */
.header.inner-header .logo {
  /* width: 45px; */
  /* transition: all .6s ease-in-out; */
}
.header.inner-header .logo a img {
  /* width: 110px; */
  /* transition: all .6s ease-in-out; */
}
.header.inner-header .menu_sec ul li a svg,
.header.inner-header .nav-main a svg {
  stroke: #000;
}
.header.inner-header a.lang,
.header.inner-header .menu_sec ul li a,
.header.inner-header .nav-main a {
  color: #4a4a49 !important;
}
.header.inner-header .nav-main > ul > li:hover a svg,
.header.inner-header .menu_sec ul li:hover a svg {
  stroke: #d4be6e;
}
.header.inner-header .nav-main a:hover,
.header.inner-header .menu_sec ul li:hover > a {
  color: #00A69A !important;
}
.header.inner-header .lang a {
  color: #4a4a49 !important;
  border-color: #4a4a49 !important;
}
.header.inner-header .right .search-main > .search svg {
  stroke: #4a4a49;
}
.header.inner-header .right .search-main > .search svg:hover {
  stroke: #00A69A !important;
}
.header.inner-header .lang a::before,
.header.inner-header .right .nav-main ul li a::before {
  background-color: #4a4a49 !important;
}

/* menu css */

.menu-icon {
  position: relative;
  padding: 0;
  margin: 0;
  width: 40px;
  height: 40px;
  border: 1px solid transparent;
  border-radius: 50%;
  padding: 0;
  transition: all 0.5s ease;
}

.menu-icon .lines {
  width: 100%;
  transition: all 0.5s ease-in-out;
  margin-top: 0;
}
.menu-icon .lines span {
  width: 100%;
  height: 2px;
  background: #fff;
  display: block;
  margin-bottom: 6px;
  position: relative;
  left: 0;
  transition: all 0.5s ease-in-out;
}
/*.menu-icon:hover .lines span{
	background: #CE2030;
}*/
.menu-icon.close-icon {
  top: 0;
  width: 34px;
  height: 34px;
}
.menu-icon.close-icon.main-btn {
}
.menu-icon.close-icon:before,
.menu-icon.close-icon:after {
  content: "";
  /*background: #fff;*/
}
.menu-icon.close-icon:hover,
.menu-icon.close-icon:hover {
  /* border-color: #fff; */
}
.menu-icon.close-icon .lines {
  width: 100%;
}
.menu-icon span:last-child{
	margin-bottom: 0;
}
.menu-icon.close-icon span:first-child{
	/*transform: rotate(-145deg);*/
	opacity: 0;
}
.menu-icon.close-icon span:nth-child(2){
	transform: rotate(45deg);
	margin: -4px 0 -2px;
}
.menu-icon.close-icon span:last-child{
	transform: rotate(135deg);
	margin: 0 0;
}
/*.menu-icon.close-icon {
	transform: rotate(45deg);
}*/
.menu-icon.close-icon .lines span {
  /*background: #fff;*/
}
.menu-icon.close-icon span:last-child {
  transform: rotate(135deg);
  margin: -3px 0 -2px;
  left: 0;
  width: 100%;
}
.menu-icon.close-icon:hover .lines span {
  /*background: #fff;*/
}
body.menu-opened .menu-icon-main {
  right: 0;
  top: 0;
}

/*menu*/
body.menu-opened .menu-main {
  left: 0;
}
.menu-main {
  height: 100vh;
  left: -100%;
  padding: 0;
  position: fixed;
  top: 0;
  background: #072540;
  transition: all 1s cubic-bezier(0.9, 0.01, 0, 1) 0s;
  z-index: 10;
  width: 100%;
  overflow-y: auto;
  padding: 0;
}

.nav-mb {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 50vw 5vw 15vw;
}
.nav-mb > ul {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  margin-bottom: 15vw;
}
.nav-mb > ul > li {
  margin-bottom: 5vw;
}

.nav-mb > ul > li > .item a {
  font-size: 32px;
  color: #fff;
  position: relative;
  overflow: hidden;
  display: inline-block;
  font-weight: 400;
  line-height: 1;
  padding-bottom: 2px;
}
.nav-mb > ul > li > .item a:hover {
  color: #00A69A;
}
.nav-mb > ul > li > .item a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: #fff;
  transition: transform 0.5s;
  transform: scale(0);
  transform-origin: right;
}
.nav-mb > ul > li > .item a:hover:before {
  transform: scale(1);
  transform-origin: left;
}
.menu-icon-main {
  position: relative;
  top: 0;
  z-index: 11;
  right: 0;
}
.nav-mb .fot-sec{
    margin-bottom: 10vw;
}
.nav-mb .fot-sec .fot{
    width: 50%;
}
.menu-main .nav-mb .fot-sec .fot a{
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
  transition: all .6s ease-in-out;
  position: relative;
  overflow: hidden;
  margin-bottom: 2vw;
  display: block;
  font-family: arial;
  line-height: 20px;
}
.nav-mb .icons a{}
.nav-mb .icons a svg{
    fill: #fff;
    transition: all .6s ease-in-out;
}
.nav-mb .icons {
    display: flex;
    align-items: center;
    grid-gap: 5vw;
    padding-bottom: 5vw;
}
.contact_btn a,
.contact_btn button {
  z-index: 1;
  position: relative;
  opacity: 1;
  color: #4a4a49;
  font-size: 1.1vw;
  background: #fff;
  padding: 0.5vw 1.8vw;
  border-radius: 50px;
  transition: all 0.6s ease-in-out;
  border: solid 1px #83754e;
}
.contact_btn a:hover,
.contact_btn button:hover {
  background-color: #b1913a;
  color: #fff;
}
.contact_btn {
  margin-bottom: 15vw;
}
.header.dark .lang a,
.header.dark .right .nav-main ul li a {
  color: rgba(74, 74, 73, 1);
}
.header.dark .lang a::before,
.header.dark .right .nav-main ul li a::before {
  background-color: #b1913a;
}
.header.dark .right .search-main > .search svg {
  stroke: rgba(74, 74, 73, 1);
}
.header.dark .contact_btn a,
.header.dark .contact_btn button {
  background-color: rgba(74, 74, 73, 1);
  color: #fff;
}

.header.inner-header .down_menu {
  top: 60px;
}

.down_menu {
  position: fixed;
  z-index: 28;
  top: 70px;
  transform: translate(0px, 30px);
  transition: all ease 0.5s;
  opacity: 0;
  visibility: hidden;
  right: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 0 0 0;
  pointer-events: none;
}
.down_menu .inner {
  background: #fff;
  padding: 5vw 4vw 8vw;
  width: 100%;
  margin-top: 30px;
  display: flex;
  z-index: 2;
  position: relative;
}
.nav-main > ul > li:hover > .down_menu {
  transform: translate(0px, 0px);
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}
.nav-main > ul > li:hover > .item > a {
  color: #fff;
  text-shadow: .7px .7px 0 #fff;
  transform: skewX(-10deg);
  /* font-style: italic; */
}
.down_menu .first {
  width: 30%;
}
.down_menu .first ul {
  flex-direction: column;
}
.down_menu .first ul li {
  list-style: none;
  margin: 0 0 2vw !important;
}
.down_menu .first ul li a {
  font-size: 2vw !important;
  font-weight: 400 !important;
  display: inline-flex;
  color: #4a4a49 !important;
}
.down_menu .first ul li a svg {
  margin-left: 25px;
  position: relative;
  top: 4px;
  position: relative;
  width: 25px;
  height: 25px;
  border-radius: 50px;
  transition: all 0.6s ease-in-out;
  padding: 4px;
}
.down_menu .first ul li a svg {
  stroke: #4d0099;
}
.down_menu .first ul li:hover a,
.down_menu .first ul li.active a {
  color: #b1913a !important;
}
.down_menu .first ul li:hover a svg,
.down_menu .first ul li.active a svg {
  background: #f06b5f;
  stroke: #fff;
}

.down_menu .second {
  width: 70%;
  position: relative;
}
.down_menu .second > .second_detail {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
}
.down_menu .second > .second_detail.active {
  display: block;
}
.down_menu .second ul {
  width: 100%;
  flex-direction: column;
}
.down_menu .second ul li {
  display: flex;
  align-items: center;
  margin: 0 0 1vw 0;
}
.down_menu .second ul li a {
  display: inline-flex;
  /* align-items: center; */
  font-size: 1.1vw !important;
  display: inline-block;
  color: #4a4a49 !important;
  font-weight: 400 !important;
}
.down_menu .second ul li a:hover {
  color: #b1913a !important;
}
.down_menu .second ul li a svg {
  margin-left: 25px;
  position: relative;
  top: 2px;
  width: 24px;
}

.second_detail {
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.4s ease;
  position: absolute; /* Optional: helps stacking */
  width: 100%;
}

.second_detail.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  z-index: 2;
}

.second_detail {
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.4s ease;
  position: absolute;
  width: 100%;
}

.second_detail.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.second_detail ul li {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.4s ease;
}
.second_detail.animate ul li {
  opacity: 1;
  transform: translateY(0);
}
.second_detail.animate ul li:nth-child(1) {
  transition-delay: 0.1s;
}
.second_detail.animate ul li:nth-child(2) {
  transition-delay: 0.2s;
}
.second_detail.animate ul li:nth-child(3) {
  transition-delay: 0.3s;
}
.second_detail.animate ul li:nth-child(4) {
  transition-delay: 0.4s;
}
.second_detail.animate ul li:nth-child(5) {
  transition-delay: 0.5s;
}
.down_bg {
  position: absolute;
  top: 4vw;
  z-index: -1;
}
.down_bg img {
  width: 100%;
}

.search-box-main {
  position: fixed;
  background: #fff;
  width: 100%;
  height: 0;
  left: 0;
  top: -100%;
  z-index: -1;
  display: block;
  opacity: 0;
  transition: all 0.8s ease-in-out;
  visibility: hidden;
  transition: all 1s cubic-bezier(0.9, 0.01, 0, 1);
  overflow: hidden;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-y: unset;
}
.search-box-main.active {
  z-index: 9;
  opacity: 1;
  visibility: visible;
  top: 0;
  height: 75vh;
}
.search-box-main .inner {
  width: 55%;
}
.search-box-main .search-input-holder {
  border-color: rgba(74, 74, 73, 0.3);
}

.search-box-main .search-input-holder button svg {
  width: 24px;
  stroke: #072540;
  transition: all 0.5s ease;
}

.search-box-main .search-input-holder button svg:hover {
  stroke: #072540;
}
.not-search-result {
}
.not-search-result .left {
  width: 120px;
}

.not-search-result .left button {
  line-height: 1;
}
.not-search-result .left button svg {
  width: 100px;
  stroke: rgba(79, 0, 140, 1);
  transition: all 0.5s ease;
  height: 100px;
}
.not-search-result .right {
  flex: 1;
}
.not-search-result p {
  line-height: 1;
  margin-bottom: 1.2vw;
  font-size: .9vw;
  font-family: arial;
}

.search-page-main {
  padding: 13.5vw 16vw 5vw;
}

.search-input-holder {
  position: relative;
  border-bottom: 1px solid rgba(7, 37, 64, .2);
  display: flex;
  justify-content: space-between;
  margin: 0 0 1vw;
}

.search-input-holder input {
  position: relative;
  background: transparent;
  border: none;
  box-shadow: none;
  font-size: 3.5vw;
  line-height: 1;
  color: #072540;
  border-radius: 0;
  font-weight: 400;
  padding: 0;
  padding-right: 2vw;
}
.search-input-holder input:focus {
  color: #072540;
}
.search-input-holder input::placeholder {
  color: #072540;
  opacity: 1; 
}
.search-input-holder input:-ms-input-placeholder {
  color: #072540;
}
.search-input-holder input::-ms-input-placeholder {
  color: #072540;
}
.search-input-holder a {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  padding-bottom: 1vw;
}
.search-input-holder button svg,
.search-input-holder a svg {
  transition: all 0.5s ease;
  width: 25px;
  height: 25px;
}

.search-input-holder a:hover svg {
}

.search-lists ul li {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  position: relative;
}
.search_swiper .searchSwiper {
  overflow: inherit;
  height: auto;
}

.search_swiper .searchSwiper .swiper-slide {
  display: initial;
}

.not-search-result ul li {
  display: inline-block;
}
.not-search-result ul li:last-child a {
  margin: 0;
}
.search_swiper {
  width: 90%;
  margin: auto;
}
.not-search-result ul li a {
  font-size: .9vw;
  padding: 0.4vw .8vw;
  border-radius: 4px;
  font-weight: 400;
  background-color: #EEEEEE;
  color: rgba(7, 37, 64, .5);
  font-family: arial;
  margin-right: .5vw;
}
.search_swiper .searchSwiper .swiper-slide .img img {
  margin-bottom: 1vw;
}

.search_swiper .searchSwiper .swiper-slide h2 {
  font-size: 2.2vw;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 1vw;
}

.search_swiper .searchSwiper .swiper-slide p {
  font-weight: 300;
  font-size: 1.2vw;
  margin-bottom: 2vw;
}
.not-search-result ul li a:hover {
  background: #00a69a;
  color: #fff;
}
.search_btn a {
  font-weight: 700;
  color: #b1913a;
  display: flex;
  transition: all .6s ease-in-out;
  align-items: center;
  line-height: 1;
  grid-gap: 1vw;
}
.search-close-icon,
.search-icon {
  width: 27px;
  height: 27px;
  position: relative;
  right: 0;
  transition: all 0.5s ease-in-out;
}
.search-close-icon {
  opacity: 0;
  visibility: hidden;
}
.search-icon {
  top: 5px;
  left: 5px;
}
.search-close-icon span {
  width: 100%;
  height: 3px;
  background: #4a4a49;
  display: block;
  margin-bottom: 6px;
  position: relative;
  left: 0;
  transition: all 0.5s ease-in-out;
}
.search a.active .search-close-icon span:first-child {
  transform: rotate(45deg);
}
.search a.active .search-close-icon span:last-child {
  transform: rotate(135deg);
  margin: -9px 0 -2px;
  left: 0;
  width: 100%;
}
.search a.active .search-icon {
  opacity: 0;
  visibility: hidden;
}
.search a.active .search-close-icon {
  opacity: 1;
  visibility: visible;
}
.search a.active {
  border-color: rgba(79, 0, 142, 1);
}
.search_btn a:hover {
    color: #4A4A49;
}

.search_btn a:hover svg {
    stroke: #4A4A49;
}

.search_btn a svg {
    stroke: #b1913a;
    transition: all .6s ease-in-out;
}
.sidebar-menu li:first-child .submenuMain {
    display: block;
}
ul.submenuMain {
    padding: 20px 0 10px !important;
    display: none;
}

.main_search{
    padding: 10vw 5vw;
}
.search-box-main2{
  opacity: 1; 
  visibility: initial;
  transition: all 0.8s ease-in-out;
}
.main_search .search-box-main.active {
    height: auto;
}
.white_search .not-search-result ul li a {
}
.white_search .search-input-holder a {
    color: #fff;
}
.white_search .search-input-holder {
}
.white_search .inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.white_search .search-input-holder input:focus {
  color: #072540;
}
.white_search .search-input-holder input::placeholder {
  color: rgba(255, 255, 255, .3);
  opacity: 1; 
}
.white_search .search-input-holder input:-ms-input-placeholder {
  color: rgba(255, 255, 255, .3);
}
.white_search .search-input-holder input::-ms-input-placeholder {
  color: rgba(255, 255, 255, .3);
}
.white_search .search-input-holder input:focus{
  background: transparent;
}
/* .header2 .right .nav-main ul li a {
    color: #072540;
}

.header .right .nav-main ul li a::before {
    background: #072540;
}

.header2 .right .nav-main ul li a:hover {
    color: #27A79A;
}

.header2 .lang a {
    border-color: rgba(7, 37, 64, 0.3);
    color: #072540;
}

.header2 .right .search-main > .search svg {
    stroke: #072540;
} */
 .search-input-holder input::placeholder {
    color: #072540 !important;
    opacity: 1 !important;
}
/* by default hide close */
.search .search-close-icon {
  opacity: 0;
  visibility: hidden;
  transition: all .5s ease-in-out;
  cursor: pointer;
  position: absolute;
  right: 7%;
}

/* show when active */
.search .search-close-icon.show-icon {
  opacity: 1;
  visibility: visible;
}

/* hide only search svg when active */
.search .search-trigger.active > svg {
  opacity: 0;
  visibility: hidden;
  transition: all .5s ease-in-out;
}
.search .search-close-icon svg {
  fill: #072540;
}
.search .search-close-icon:hover > svg{
  stroke: #00A69A !important;
  fill:#00A69A;
  transform: scale(1.1);
}
.search-input-holder button svg,
.search-input-holder a svg{
  stroke: #072540;
}
.search-input-holder button svg:hover,
.search-input-holder a svg:hover{
  stroke: #00A69A;
}
.header2 .right .nav-main ul li a {
    color: #072540;
}
.header2 .right .nav-main ul li a:hover{
  color: #00A69A;
} 
.header2 .right .nav-main ul li a::before{
  background-color: #072540;
}
.header2 .lang a {
    border: solid 1px rgba(7, 37, 64, 0.3);
    color: rgba(7, 37, 64, 1);
}

.header2 .right .search-main > .search svg {
    stroke: #072540;
}
.search_new .search-input-holder a input{
    font-size: 2vw;
}
.header .right .nav-main > ul > li.active a {
    color: #fff;
    font-style: italic;
    text-shadow: .7px .7px 0 #fff;
    transform: skewX(-10deg);
}
.menu-opened .header {
    background: #072540;
}

.menu-opened .header  .menu-icon .lines span {
    background: #fff !important;
}

.menu-opened .header .right .search-main > .search svg {
    stroke: #fff !important;
}

.menu-opened .header .right .lang a {
    color: #fff !important;
    border-color: #fff !important;
}
.header2 .lang a:hover {
    color: #fff;
}
.header.scrollUp {
    transform: translateY(-150px);
}
.header.inner-header .right .nav-main ul li a:hover,
.header.inner-header .right .nav-main > ul > li.active a {
    text-shadow: .7px .7px 0 #072540 !important;
    color: #072540 !important;
}
.header.header2 .right .nav-main ul li a:hover,
.header.header2 .right .nav-main > ul > li.active a {
    color: #072540;
    text-shadow: .7px .7px 0 #072540 !important;
}
.search-box-main {
  align-items: normal;
}

.search-box-main.active {
    height: 75vh;
}
.search-box-main .main-inner {
  background: #fff;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.page-overlay {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0,0,0,0.5);
  z-index: 8; 
  display: none; 
  animation: fadeOut .5s ease forwards;

}
.page-overlay.show {
  display: block;
  animation: fadeIn .5s ease forwards;
}
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes fadeOut {
  from { opacity: 1; }
  to { opacity: 0; }
}

.search .search-close-icon {
  top: 0;
}

.search-input-holder input {
    padding-bottom: 1vw;
}
/* Header css End */
/* Footer Css Start */
.footer {
    background: #072540;
    position: relative;
    overflow: hidden;
    color: #fff;
    padding: 7vw 6vw 5vw;
    margin-top: -1px;
}
.footer .img{
    width: 75%;
    position: absolute;
    bottom: -1vw;
    left: -2vw;
}
.footer .img img{
    width: 100%;
}
.footer .inner {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.footer .inner .fot-sec{
    width: -webkit-fill-available;
}
.footer .inner .fot-sec a{
    display: block;
    transition: all .6s ease-in-out;
}
.footer .inner .fot-sec a svg{
    width: 16px;
    height: 16px;
    transition: all .5s ease-in-out;
    fill: #fff;
}
.footer .inner .fot-sec a img{
    width: auto;
}
.footer .inner .fot-sec .fot{}
.footer .inner .fot-sec h2 {
    color: rgba(255, 255, 255, 0.4);
    font-size: 20px;
    line-height: 1;
    margin-bottom: 1.5vw;
}
.footer .inner .fot-sec .fot ul{
    padding: 0;
    margin: 0;
}
.footer .inner .fot-sec .fot ul li{
    list-style: none;
    margin-bottom: .8vw;
    display: flex;
    width: 100%;
}
.footer .inner .fot-sec .fot ul li a{
    font-size: 1.6vw;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    transition: all .6s ease-in-out;
    position: relative;
    overflow: hidden;
    display: block;
    line-height: 1.2;
}
.footer .inner .fot-sec .fot ul li a::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #fff;
    left: -100%;
    bottom: 0;
    transition: all .6s ease-in-out;
}
.footer .inner .fot-sec .fot ul li a:hover::before{
    left: 0;
}

.footer .inner .fot-sec .fot ul li a svg{
}
.footer .inner .fot-sec .fot .icons{
    display: flex;
    grid-gap: 1vw;
}
.footer .inner .fot-sec .fot p{
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    line-height: 1;
    font-weight: 450;
    margin: 0;
}
.footer .inner .legal .fot ul li a{
    color: #fff;
}
.footer .inner .fot-sec a img{
    object-fit: cover;
    margin: 0;
    width: auto;
}

.logo-sec {
    display: flex;
}
.footer .inner .right {
    width: 55%;
}

.footer .inner .left {
    width: 45%;
}
.footer .inner .top_list {
    display: grid;
    display: flex;
    grid-gap: 5vw;
}
img.logo1{
    width: 170px !important;
}
img.logo2 {
    width: 100px !important;
    object-fit: cover !important;
}
.footer .inner .legal-new .fot ul li a{
    color: #fff !important;
    width: 100%;
}
.footer .inner .legal-new .fot ul li a:before {
    display: none;
}

.footer .inner .legal-new .fot ul li a:hover {
    color: #BA8A3B !important;
}

.footer .inner .fot-sec .fot ul li:last-child {
    margin: 0;
}

.footer .inner .fot-sec .fot ul li a:hover {
    color: #fff;
}

.footer .inner .legal .fot ul li a:hover {
    color: #BA8A3B;
}
.footer .inner .fot-sec .fot .icons a:hover {
}

.footer .inner .fot-sec .fot .icons a:hover svg {
    fill: #fff;
}
.footer .inner .legal .fot ul li a:hover {}

.insta{}
.insta svg {
    stroke: #BA8A3B;
    fill: transparent !important;
}
.insta:hover svg{
    stroke: #fff;
}
.footer .inner .fot-sec .fot > a {
    font-size: .8vw;
    color: rgba(255, 255, 255, .8);
    font-weight: 400;
    text-decoration: none;
    transition: all .6s ease-in-out;
    position: relative;
    overflow: hidden;
    margin-bottom: 1vw;
    font-family: arial;
    line-height: 1.1;
}

.footer .inner .fot-sec .fot > a:hover {
    color: #00A69A;
}
.footer .inner .fot-sec.three .fot ul li a{
    font-size: .9vw !important;
    font-weight: 400 !important;
    font-family: arial;
    color: rgba(255, 255, 255, .8);
}
.footer .inner .fot-sec .fot .icons a:hover svg {
    transform: scale(1.1);
    fill: #00A69A;
}
.footer .inner .top_list .fot-sec:last-child {
    display: flex;
    justify-content: center;
    width: 100%;
}
.footer .inner .fot-sec .fot > a strong {
    font-weight: bold;
}
.footer .inner .fot-sec a:last-child svg {
    stroke: #fff;
}

.footer .inner .fot-sec a:last-child svg path {
    fill: transparent;
}
.footer .inner .fot-sec a:last-child:hover svg {
    stroke: #00A69A;
}
/* Footer Css End */
/* Loader Css Start */
#loader-holder {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999;
}
#loader-holder .inner {
	max-width: 500px;
	width: 100%;
	display: flex;
	flex-direction: column;
}
.loading-container {
	position: relative;
	width: 110px;
	height: 110px;
	margin: auto;
}

#loader-holder video {
    width: 60%;
}
/* Loader Css End */
/* Helper Css Start */
.tac {
    text-align: center !important;
}
/* IPO Banner Section Start */
.ipo_content {
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    color: #fff;
    width: 100%;
    padding: 0 7vw 0 7vw;
    background: #00000069;
}
.line-wrapper {
    display: block;
    overflow: hidden;
}
/* .reveal-line {
    display: inline-block;
    transform: translateY(100%);
    opacity: 0;
} */
.ipo_content h2.text_reveal{
    font-size: 4vw;
    padding: 0;
    margin-bottom: 2vw;
    width: 100%;
    /* margin-top: 7vw; */
}
.ipo_content h3 {
    font-size: 2vw;
}
.careers-flex {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 0;
    grid-gap: 5vw;
}
.careers-flex p {
    font-size: 1.3vw !important;
    line-height: 1;
}
/* .reveal-line {
    display: inline-block;
    transform: translateY(100%);
    opacity: 0;
} */
.career-left {
    width: 55%;
}
.ipo_banner_wrapper {
    height: 100vh;
    position: relative;
    overflow: hidden;
}
/* About Section Css Start */
.about_desc {
    font-size: 1.2vw;
    color: #707070;
    font-family: arial;
    line-height: 1.5;
    text-align: left;
}
.about_main_wrapper {
    padding: 3vw 0px;
    background-color: #eeeeee;
    /* margin-bottom: 3vw; */
}
.about_title {
    font-size: 3.5vw;
    margin-bottom: 2vw;
    text-align: left !important;
}
/* Key Document Section Css Start */
.key_document_box {
    padding: 20px 20px;
    /* background: #ffffff4a; */
    background: #041929;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    height: 100%;
    backdrop-filter: blur(4px);
    color: #fff
}
.key_doc_title {
    line-height: 1;
    font-size: 18px;
    color: #fff;
    font-family: arial;
    margin: 0px;
}
.download_icon path {
    stroke: #fff;
}
.download_icon {
    display: block;
    width: 40px;
    height: 40px;
}
.download_btn {
    width: unset !important;
    height: unset !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}
.key_document_inner_wrapper .col-md-4 {
    margin-bottom: 30px;
}
.key_icon {
    display: none;
    width: 44px;
    height: 44px;
    margin-bottom: 10px;
}
.key_document_inner_wrapper .row {
    justify-content: center;
}
.key_icon svg {
    width: 100%;
    height: 100%;
}
.key_document_main_wrapper {
    background-color: #04192a;
    background-image: url('../img/key_bg-img.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 3vw 0vw;
    /* margin: 30px 0px; */
}
.document_items_main_wrapper .row .col-md-4 {
    margin-bottom: 20px;
}
.document_items_main_wrapper .row {
    justify-content: center;
}
/* Key Document Section Css End */
/* Leadership Section Css Start */
.leader_main_title {
    font-size: 2.5vw;
    line-height: 1.2;
    font-weight: bold;
}
.leader_sub_title {
    color: #00a197;
    font-weight: bold;
    font-size: 1.5vw;
    font-family: arial;
    margin-bottom: 1vw;
}
.leadership_desc {
    font-size: 1vw;
    color: #707070;
    font-family: arial;
    line-height: 1.5;
}
.leadership_row_wrapper .row {
    align-items: stretch !important;
}
.leadership_content_boxc {
    padding: 50px;
    background: #eeeeee;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.blackbtn {
    font-size: .8vw;
    color: rgba(7, 37, 64, 1) !important;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    padding: 10px 20px;
    position: relative;
    display: inline-block;
    z-index: 1;
    text-decoration: none;
    overflow: hidden;
    font-family: Arial;
    font-weight: 500;
    background: transparent;
    text-transform: capitalize;
}
.blackbtn:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 166, 154, 1);
    left: 0;
    top: 100%;
    z-index: -1;
    transition: all 0.6s ease;
}
.blackbtn:hover::before{
  top: 0;
} 
.blackbtn:hover {
    color: #fff !important;
}
.leader_img_box {
  display: block;
  height: 100%;
}
.leader_img_box img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* Leadership Section Css End */
/* Investment Highlight Section Css Start */
.key_main_wrapper .strategy_content_box {
  justify-content: end;
  padding: 20px;
}
.investment_highlights .strategy_content_box {
  background: transparent;
}
.strategy_content_box {
  position: absolute;
  top: 0;
  z-index: 1;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: flex-end;
  background: rgb(4 25 42 / 69%);
  padding: 30px;
}
.strategy_item_box:hover .strategy_content_box {
    background-color: rgb(4 25 42 / 22%);
}
.strategy_item_box {
    width: 100%;
    height: 395px;
    position: relative;
    overflow: hidden;
    border-radius: 0px;
}
.strategy_content_box h5 {
    color: #fff;
    text-transform: capitalize;
    padding-right: 20px;
    width: 90%;
    font-size: 1vw;
    font-family: arial;
    line-height: 1.5;
    margin: 0px;
    /* overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; */
    margin-bottom: 20px;
}
.growth_main_wrapper .strategy_item_box {
    height: 30vw;
}
.key_arrow_icon {
    display: flex;
    width: 20%;
    height: 50px;
}
.key_arrow_icon svg {
    width: 100%;
    height: 100%;
}
.strategy_bg {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    transition: all 1s ease;
}
.strategy_item_box:hover .strategy_bg {
    transform: scale(1.1);
    transition: all 1s ease;
}
.strategy_item_box:hover .strategy_content_box {
    background-color: rgb(4 25 42 / 53%);
}
.key_main_wrapper .add_row_gap {
    row-gap: 40px;
}
.key_main_wrapper {
    padding: 0vw 0px 3vw 0px;
    background-color: #eeeeee;
}
.key_arrow_icon path {
    fill: #00A69A;
}
.chairman_modals .modal-dialog {
    max-width: 60%;
    border: 0;
}
.key_modal .md_header_box {
    padding: 23px;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 0;
    border-radius: 0px !important;
    background: #04192a;
}
.key_modal .md_header_titles {
    margin: 0;
    width: 80%;
}
.key_modal .md_header_titles h2 {
    text-transform: capitalize;
    font-size: 1.5vw;
    margin: 0px;
    color: #00a197;
    font-weight: 700;
}
.key_modal .btn-close {
    position: unset;
    background-color: #fff;
    opacity: 1 !important;
    width: 25px;
    height: 25px;
    z-index: 1;
    border-radius: 50px;
}
.chairman_modals .modal-body {
    padding: 20px;
}
.modal-header {
    border: 0px;
}
.modal-content {
    border-radius: 0px;
    border: 0px;
}
.key_modal_content p {
    font-size: 1vw;
    color: #707070;
    font-family: arial;
    line-height: 1.5;
}
/* Investment Highlight Section Css End */
/* Strategy Section Css Start */
div#growth {
    /* background: #eeeeee;
    padding: 3vw 0px 3vw; */
    padding: 3vw 0px 3vw;
    background-image: url(../img/growth_bg.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: #fbfbfbf7;
    background-blend-mode: overlay;
    background-attachment: fixed;
}
.growth_main_wrapper .blackbtn {
    border-color: #fff;
    color: #fff !important;
    text-transform: capitalize;
}
.growth_main_wrapper .row {
    justify-content: center;
}
.growth_main_wrapper .row .col-md-4:last-child {
    margin-bottom: 0px;
}
.growth_main_wrapper .row .col-md-4 {
    margin-bottom: 20px;
}
/* Strategy Section Css End */
/* IPO Timeline Section Css Start */
.timeline_row {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: space-between;
}
.timeline_icon_inner_box svg {
    width: 50px;
    height: 50px;
}
.timeline_main_wrapper {
    padding-top: 3vw;
    background-image: url('../img/ipo_bg_map.webp');
    backdrop-filter: blur(14px);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    /* background-color: #eeeeeeb0;
    background-blend-mode: color; */
    background-attachment: fixed;
    padding: 4vw 0 5vw;
    color: #fff;
}
.timeline_icon {
    width: 120px;
    height: 120px;
    background: #fff;
    padding: 20px 0px;
    border-radius: 50%;
    margin: 0 auto 1vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid;
}
.timeline_icon svg {
    width: 40px;
    height: 40px;
}
.timeline_item {
    width: 14%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 9;
}
.timeline_item:nth-child(even) {
    padding-top: 15vw;
    flex-direction: column;
}
.timeline_desc {
    line-height: 1;
    font-size: 16px;
    font-family: arial;
    margin: 0;
    font-weight: 300;
    height: 40px;
}
.timeline_title {
    line-height: 1;
    font-size: 20px;
    font-family: arial;
    color: #00a197;
}
.timeline_item:nth-child(odd) {
    flex-direction: column-reverse;
    justify-content: flex-end;
}
.timeline_row:after {
    content: '';
    display: block;
    width: 87%;
    border-bottom: 5px dotted #00a197;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 48%;
}
.timeline_row {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}
.timeline_item:nth-child(odd) .timeline_icon {
    margin-bottom: 0px;
    margin-top: 1vw;
}
.timeline_item:after {
    content: '';
    width: 40px;
    height: 40px;
    background: #00a197;
    border-radius: 50px;
    border: 11px solid;
    position: absolute;
    top: 44%;
    z-index: 1;
}
.timeline_item:nth-child(odd) {
    flex-direction: column-reverse;
    justify-content: flex-end;
}
.timeline_item:nth-child(even):before {
    bottom: unset !important;
    top: 52%;
    height: 50px;
}
.timeline_item:before {
    content: '';
    border-left: 2px solid;
    display: block;
    height: 39px;
    position: absolute;
    bottom: 55%;
}
/* IPO Timeline Section Css End */
/* FAQ Section Css Start */
.acc_table thead {
    background: #000;
    color: #fff;
    font-size: 20px;
}
.faq_section_wrapper{
    padding: 50px 0px;
}
.accordion-button:focus {
    box-shadow: unset !important;
}
.accordion-button:not(.collapsed) {
  background: #072540;
  color: #fff !important;
  border-radius: 0px !important; 
}
.accordion-body p {
    font-size: 1.2vw;
    color: #707070;
    font-family: arial;
    line-height: 1.5;
    text-align: left;
}
.accordion-button:not(.collapsed)::after{
    filter: grayscale(1) contrast(0.5) brightness(3.5);
}
.accordion-button {
    font-size: 1.5vw;
    text-transform: capitalize;
    padding: 40px 30px;
    font-family: "Optima-regular";
}
.accordion-body p {
    /* font-size: 20px; */
    margin: 0px;
}
.faq_img {
    width: 50%;
    margin: 20px auto 0px;
    display: block;
}
.accordion-item {
    border: 0;
    border-bottom: 1px solid #cacaca;
}
.accordion-body ol li:last-child {
    padding-bottom: 0px;
}

.accordion-body ol li {
    padding-bottom: 10px;
}
.accordion-body ol {
    margin: 0px;
    padding-top: 10px;
}
/* FAQ Section Css End */
/* BOD Section Css Satrt */
.bod_main_wrapper {
  /* background: #eeeeee; */
  padding: 3vw 0px;
  overflow: hidden;
}
.bod_swiper_container {
    padding: 20px 0px !important;
}
.bod_img_box {
    width: 100%;
    height: 360px;
    background: #eeeeee;
    /* padding: 1vw 0vw 0vw 0vw; */
    /* box-shadow: 0px 0px 10px 3px #0000004d; */
}
.bod_img_box img {
    object-position: top;
    width: 100%;
    display: block;
    height: 100%;
    object-fit: contain;
    padding: 10px 10px 0px 10px;
    /* height: 100%;
    object-fit: cover;
    object-position: bottom; */
    /* filter: drop-shadow(0px 0px 9px #cacaca); */
}
.bod_content p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 10px;
    display: none;
}
.bod_item_box {
  box-shadow: 0px 0px 10px 3px #0000004d;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.bod_swiper_container .swiper-slide {
    /* transform: scale(0.7) !important; */
    transition: .5s ease-in-out;
}
.bod_swiper_container .swiper-slide-active {
    /* transform: scale(1) !important; */
}
.bod_swiper_container .swiper-wrapper {
    padding-top: 20px;
}
/* .bod_swiper_container {
    padding: 5vw 0 !important;
} */
.bod_content {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    background: rgb(4 25 42 / 84%);
    padding: 30px 20px;
    text-align: center;
    transform: translateY(74%);
    transition: .5s ease-in-out;
}
.bod_content h5 {
  font-weight: 600;
  /* overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical; */
  color: #fff;
  font-size: 15px;
}
.bod_content h6 {
    color: #00A69A;
    font-weight: 600;
    font-size: 16px;
}
.bod_content .blackbtn {
    border-color: #fff;
    color: #fff !important;
    opacity: 0;
    transition: .5s ease-in-out;
    font-size: 14px;
}
.bod_item_box:hover .bod_content {
    transform: translateY(0px);
    justify-content: center;
}
.bod_item_box:hover .bod_content .blackbtn {
    opacity: 1;
}
/* BOD Section Css End */
/* How to subscribe */
.how_work_main_wrapper .sec_main_heading:before{
    width: 60%
}
.hiw_list {
    list-style: none;
    padding: 0px;
    width: 100%;
    margin: 0 auto;
}
.hiw_list_item_content {
    width: 10%;
    /* height: 80px; */
    display: flex;
    align-items: center;
    justify-content: center;
    background: #27A79A;
    margin-right: 20px;
    padding-top: 11px;
}
.hiw_list_item_text {
    display: flex;
    flex-direction: column;
    align-self: center;
    padding: 30px 0px;
    width: 90%;
}
.hiw_list_item_content h3 {
    font-size: 3vw;
    color: #fff;
    font-family: 'arial';
    font-weight: 600;
}
.hiw_list_item_text h4 {
  font-size: 30px;
  margin-bottom: 10px;
  font-weight: 600;
  text-transform: capitalize;
}
.hiw_list_item_text p {
    margin: 0;
    font-size: 1vw;
    color: #707070;
    font-family: arial;
    line-height: 1.5;
}
.hiw_list_item_box {
    display: flex;
    align-items: stretch;
    width: 100%;
    background: #fff;
    box-shadow: 7px 7px 2px #0000002e;
    margin-bottom: 50px;
    height: 150px;
}
.hiw_list_item:nth-child(even) .hiw_list_item_box .hiw_list_item_content {
    margin-right: 20px;
}
.hiw_list_item:last-child .hiw_list_item_box {
    margin: 0px;
}
.how_work_main_wrapper {
    display: block;
    padding: 50px 0px 60px;
    background-image: url('../img/strategy-img.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: #eeeeeef0;
    background-blend-mode: color;
    background-attachment: fixed;
}
.hiw_list_item:before {
    content: '';
    width: 4px;
    height: 100%;
    position: absolute;
    background: rgba(7, 37, 64, 1);
    top: 100%;
    left: 46px;
}
li.hiw_list_item {
    position: relative;
}
.hiw_list_item:last-child:before{
    display: none;
}
div#entities {
    background-color: #eeeeee;
    background-image: url(../img/dna-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 3vw 0px;
}
.entity_logo img {
    width: 80%;
    height: 60px;
    object-fit: contain;
    margin: 0 auto 10px;
    display: block;
}
.entity_content_box ul li:first-child a {
    text-transform: capitalize;
}
.entity_box {
    padding: 20px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    height: 100%;
    backdrop-filter: blur(4px);
    color: #000;
}
.entity_name {
    margin-bottom: 0;
    margin-top: 10px;
    font-size: 14px;
}
.entity_content_box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.entity_content_box ul li:last-child {
    margin: 0px;
}
.entity_content_box ul li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 10px;
}
.entity_content_box ul li a {
    display: block;
    word-break: break-word;
    color: rgba(7, 37, 64, 1);
}
/* How to subscribe end */
.ct_main_wrapper {
  padding: 3vw 0px;
}
.contact_info_icon svg path {
    fill: #fff;
}
.contact_info_icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #08253f;
    margin-bottom: 10px;
}
.contact_info_text h4 {
    font-size: 1.5vw;
}
.contact_info_item {
    background-color: #eeeeee;
    background-image: url('../img/dna-bg.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 100%;
    padding: 40px;
}
.contact_info_text p, .contact_info_text a {
    color: #27A79A;
}
/* Financial Section Css Start */
.counter_main_wrapper{
    padding: 3vw 0;
    /* background-color: #eeeeee; */
    margin-top: 3vw;
    background-color: #04192a;
    background-image: url(../img/key_bg-img.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.counter_item_box{  
    background: #ffffff;
    min-height: 140px;
    padding: 30px 30px;
    display: flex;
    align-items: flex-start;
    border-radius: 0px;
    min-height: 150px;
    box-shadow: 0px 0px 8px #0000001f;
    height: 100%;
}
.counter_icon img{
    width:100%;
    height:100%;
    object-fit:contain
}
.counter_icon{
    width: 40px;
    height: 40px;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1cada2;
    display: none;
}
.counter_content p{
    line-height:1.4
}
.counter_content{
    width:90%
}
.counter_inner_wrapper .col-md-4{
    margin-bottom:30px
}
.counter_content h4{
    font-size: 30px;
    margin: 0;
    line-height: 1.4;
    margin-bottom: 5px;
    font-weight: 600;
}
.counter_sub_heading {
    font-size: 2.5vw;
}
.counter_icon svg path {
    stroke: white;
}
/* Financial Section Css End */
/* New Css Start */
.aboutus_main_wrapper {
    background-color: #04192a;
    background-image: url(../img/key_bg-img.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 150px 0px;
    color: #fff;
    margin-bottom: 3vw;
}
.aboutus_item_box {
    padding: 40px;
    background: #ffffff4a;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    height: 100%;
    backdrop-filter: blur(4px);
    color: #fff;
    flex-direction: column;
}
.aboutus_number {
    font-weight: 600;
    margin-bottom: 20px;
}
.aboutus_text {
    font-size: 18px;
    line-height: 1.4;
    margin: 0;
}
/* .ourservices_main_wrapper{
  margin-top: 3vw;
} */
/* Our Sectors Section Css */
.our_sectors_main_wrapper .strategy_item_box {
    height: 195px;
}
.our_sectors_main_wrapper .col-md-4:last-child {
    margin-bottom: 0;
}
.our_sectors_main_wrapper .col-md-4 {
    margin-bottom: 20px;
}
.our_sectors_main_wrapper {
    margin-top: 3vw;
    padding-bottom: 3vw;
}
.our_sectors_main_wrapper .blackbtn{
    border-color: #fff;
    color: #fff !important;
    text-transform: capitalize;
}
.our_sectors_main_wrapper .strategy_content_box p {
    color: #fff;
}
/* Our Sectors Section End */
/* Our Project Section CSS Start */
.our_project_main_wrapper {
  padding: 3vw 0px;
  background-color: #eeeeee;
}
.pj_bg:after {
    content: '';
    display: block;
    padding-bottom: 70%;
}
.pj_bg {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: rgb(4 25 42 / 69%);
    background-blend-mode: overlay;
    position: relative;
}
.our_pj_item {
    height: 100%;
}
.pj_content {
    padding: 30px;
    z-index: 9;
    position: relative;
    width: 98%;
    margin: 0 auto;
    background: #fff;
    margin-top: -100px;
    box-shadow: 0px 2px 2px #cacaca;
    height: 63%;
}
.pj_desc {
    color: #707070;
    /* overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; */
}
.pj_title {
    /* overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; */
    font-size: 22px;
}
.post_cat {
  position: absolute;
  top: 7px;
  font-size: 14px;
  border-radius: 50px;
  padding: 6px 10px 4px 10px;
  right: 10px;
  font-weight: bold;
  line-height: 1.3;
  border: 1px solid #fff;
  color: #fff;
  text-transform: capitalize;
}
/* Our Project Section CSS End */
.counter_content ul li {
    color: #707070;
    margin-bottom: 10px;
}
.counter_content ul {
    padding: 0px 0px 0px 17px;
    margin: 8px 0px 0px 0px !important;
}
.our_sectors_main_wrapper .row {
    justify-content: center;
}
/* New Css End */
/* Disclamer Modals Css Start */
.ipoModal .modal-header {
    background-color: #04192a;
    border-radius: 0;
    color: #fff;
    margin: 10px;
}
.ipoModal .modal-content p{
  font-size: 18px;
  color: #707070;
  font-family: arial;
  line-height: 1.5;
}

.lg_link {
    /* font-family: arial; */
    font-family: 'Frutiger LT Arabic 45' !important;
    font-size: 1.1vw;
    color: #fff;
    font-weight: 100;
    position: relative;
    display: block;
    overflow: hidden;
    line-height: 1;
    border: solid 1px rgba(255, 255, 255, 0.3);
    padding: 5px 10px;
    background: #00A69A;
}
ul.lg_list {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.btn-continue {
    font-family: arial;
    font-size: 16px;
    color: #fff;
    font-weight: 100;
    position: relative;
    display: block;
    overflow: hidden;
    line-height: 1;
    border: solid 1px rgba(255, 255, 255, 0.3);
    padding: 10px 10px;
    background: #00A69A;
}
select#country-selection {
    font-family: arial;
    font-size: 20px;
    color: #041929;
    font-weight: 100;
    position: relative;
    display: block;
    overflow: hidden;
    line-height: 1;
    border: solid 1px rgba(255, 255, 255, 0.3);
    padding: 10px 10px;
    background: #eeeeee;
}
.ipoModal label h6{
    font-size: 24px;
}
.ipoModal .modal-title{
    font-size: 28px;
}
.modal_btns {
    display: flex;
    align-items: center;
    gap: 20px;
}
a.btn-footer.btn-cancel {
    font-family: arial;
    font-size: 16px;
    color: #fff;
    font-weight: 100;
    position: relative;
    display: block;
    overflow: hidden;
    line-height: 1;
    border: solid 1px rgba(255, 255, 255, 0.3);
    padding: 10px 10px;
    background: #00A69A;
}
.modal-body p:last-child {
    margin-bottom: 0px;
}
.ipo_modal_inner_content {
    margin-bottom: 15px;
}
.md_list li{
  margin-bottom: 10px;
}
.md_list li:last-child{
  margin-bottom: 0px;
}
.btn-continue:disabled {
    opacity: 0.5;
    cursor: no-drop;
}
.disc_radio {
    font-size: 24px;
    font-weight: 600;
}
/* Disclamer Modals Css End */
/* New Css Start */
.aboutus_inner_wrapper .col-md-4 {
  margin-bottom: 20px;
}
.highlight_row .col-md-6 {
  margin-bottom: 20px;
}
.bank_logo_slider .swiper-wrapper {
  align-items: stretch;
}
.bank_logo_slider .swiper-slide{
  height: unset;
}
/* New Css End */
/* Modals Css Iusses Start */
.modal-backdrop {
  z-index: 99999;
  background: #000000a6;
}
.key_modal {
  z-index: 999999;
}
.key_modal_content ul li {
    margin-bottom: 10px;
}
.key_modal_content ul li p {
    margin: 0px;
}
.key_modal_content ul {
    margin: 0px !important;
}
/* Modals Css Iusses End */
/* Dividend Policy Section Css Start */
.dividend_main_wrapper {
    position: relative;
    overflow: hidden;
    padding: 3vw 0;
}
.dividend_main_wrapper:before {
    content: '';
    display: block;
    width: 50%;
    height: 100%;
    background: #04192a;
    position: absolute;
    z-index: -1;
    top: 0;
}
.dividend_main_wrapper:after {
    content: '';
    display: block;
    width: 50%;
    height: 100%;
    background: #eeeeeeb5;
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
}
.divid_title {
    font-size: 2.5vw;
    margin-bottom: 2vw;
    text-align: left !important;
    text-transform: capitalize;
}
.divid_desc {
    font-size: 1.2vw;
    color: #707070;
    font-family: arial;
    line-height: 1.5;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.dividend_box {
    padding: 2vw;
}
.white_btn {
    border-color: #fff;
    color: #fff !important;
}
.key_document_content {
    width: 70%;
}
/* Dividend Policy Section Css End */
/* Slider Button Css Start */
.section_heading_wrapper .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.entities_slider_btns {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    transform: translateY(-10px);
}
.slider_btn {
    width: 50px;
    height: 50px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: -3px 3px 3px #cacaca;
}
.growth_slider {
    position: relative;
    overflow: hidden;
}
.growth_slider_prev {
    transform: translateX(-100%);
}
.growth_slider_next {
    right: 0;
    left: unset !important;
    transform: translateX(100%);
}
.growth_slider_btns {
    position: absolute;
    left: 0;
    z-index: 9;
    width: 100px;
    height: 100%;
    background: #ffffff26;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    backdrop-filter: blur(6px);
    transition: .5s ease-in-out;
    cursor: pointer;
    color: #fff;
}
.growth_slider:hover .growth_slider_btns {
    transform: translateX(0px);
}
.slider_btn:hover {
    background-color: #00A69A;
    color: #fff !important;
}
/* Slider Button Css End */
.key_modal_content .divid_desc {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: unset;
    -webkit-box-orient: vertical;
}
/* Growth New Css Start */
.growth_row .strategy_item_box .strategy_bg {
    display: none;
}
.growth_row .strategy_item_box {
    height: unset;
    width: 18.5%;
    counter-increment: count;
    background-color: #fff;
    padding: 30px 30px 60px 30px;
    box-shadow: 0px 0px 5px #cacaca17;
    position: relative;
}
.growth_row .strategy_item_box .strategy_content_box {
    position: unset;
    background: transparent;
    padding: 0px;
    height: unset;
}
.growth_row {
    counter-reset: count;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
}
.growth_row .strategy_item_box:before {
    content: counter(count, decimal-leading-zero) " ";
    font-weight: bold;
    color: rgba(7, 37, 64, 0.3);
    font-size: 70px;
}
.growth_row .strategy_content_box h5{
  padding: 0px;
  color: rgba(7, 37, 64, 1);
  font-family: "Optima-regular";
  -webkit-line-clamp: unset;
  /* height: 140px; */
  width: 100%;
}
.growth_row .blackbtn{
  font-size: .8vw;
  color: rgba(7, 37, 64, 1) !important;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 10px 20px;
  position: relative;
  display: inline-block;
  z-index: 1;
  text-decoration: none;
  overflow: hidden;
  font-family: Arial;
  font-weight: 500;
  background: transparent;
  text-transform: capitalize;
  position: absolute;
  bottom: 20px;
}
.growth_row .strategy_item_box:hover .blackbtn {
  color: #fff !important;
}
.growth_row .strategy_item_box:hover .blackbtn:before {
  top: 0;
}
/* Growth New Css End */
/* About Us Section New Css Start */
.aboutus_inner_wrapper .tab-content {
  width: 70%;
}
.aboutus_inner_wrapper #v-pills-tab {
  width: 30%;
}
.aboutus_inner_wrapper #v-pills-tab button {
    text-align: left;
    font-size: 1.5vw;
    line-height: 1.2;
    color: #fff;
    opacity: 0.5;
    padding: 0px;
    margin-bottom: 30px;
    position: relative;
    padding-left: 35px;
    background: transparent;
    transition: .5s ease-in-out;
}
.aboutus_inner_wrapper #v-pills-tab button.active {
  opacity: 1;
  transform: scale(1.1);
}
.aboutus_inner_wrapper #v-pills-tab button:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: #2aa79a;
    position: absolute;
    left: 0;
    top: 5px;
    transform: rotate(45deg) translateY(10px);
    transition: .5s ease-in-out;
    opacity: 0;
}
.aboutus_inner_wrapper #v-pills-tab button.active:before{
  opacity: 1;
  transform: rotate(45deg) translateY(0px);
}
.tab_content_box p {
    font-size: 1.2vw;
    color: #fff;
    font-family: arial;
    line-height: 1.5;
    text-align: left;
}
/* About Us Section New Css End */
/* Marketing Opportunity Section Css Start */
.market_opp_main_wrapper::after{
  display: none;
}
.market_opp_main_wrapper::before{
  width: 100%;
  display: none;
}
.market_opp_main_wrapper{
  background-color: #04192a;
  background-image: url(../img/key_bg-img.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.market_opp_main_wrapper .blackbtn {
  border-color: #fff;
  color: #fff !important;
}
/* Marketing Opportunity Section Css End */
/* About Us Accordions Section Css Start */

  #accordion {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    align-items: start;
  }
  .card {
    border-radius: 0;
    position: relative;
    align-self: start;
    cursor: pointer;
    background: transparent;
    height: 80px;
  }
  .card-header {
    padding: 15px;
    cursor: pointer;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 21px;
    background: #eeeeee !important;
    color: #08a197;
    backdrop-filter: blur(7px);
    border: 0px;
    border-radius: 0px !important;
    height: 100%;
  }
  .icon {
    font-size: 18px;
    font-weight: bold;
  }
  /* Content */
  .card-content {
    height: 0;
    overflow: hidden;
    transition: all 0.3s linear;
    padding: 0 15px;
    position: absolute;
    top: 100%;
    z-index: 9;
    background: #fff;
    font-size: 1vw;
    color: #707070;
    font-family: arial;
    line-height: 1.5;
    padding: 15px;
    opacity: 0;
    visibility: hidden;
  }
  .card.active .card-content {
    opacity: 1;
    visibility: visible;
  }
  .card-header span:last-child {
    color: #041929;
  }
  /* Responsive */
  @media (max-width: 992px) {
      #accordion {
          grid-template-columns: repeat(1, 1fr);
      }
  }

  @media (max-width: 600px) {
      #accordion {
          grid-template-columns: 1fr;
      }
  }

/* New CSS Start */
video.hero_video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.highlight_row table th:first-child {
    opacity: 0;
}
.highlight_row table th {
    background: #fff !important;
    color: #041929;
    border: 10px solid;
}
.highlight_row table th {
    background: #00a197 !important;
    border: 10px solid #041929 !important;
    color: #fff;
}
.highlight_row table td:first-child {
    background: #00a197 !important;
    color: #fff;
}
.highlight_row table td {
    background: #fff !important;
    border: 10px solid !important;
    border-color: #041929 !important;
}
.highlight_row table th, .highlight_row table td {
    padding: 30px;
    /* background: transparent !important; */
    border: 0px;
}
.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-color-type: unset !important;
    --bs-table-bg-type: unset !important;
}
.timeline_icon .timeline_title {
    font-size: 14px;
    color: #041929;
    margin: 0px;
    font-weight: 700;
}