@charset "UTF-8";
/*
Template Name   : Qatar First Bank
Template URI    : https://www.qfb.com.qa/
Author          : 
Author URI      : 
Description     : A leading Shari’ah compliant bank based in Qatar
Version         : 1.0
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------*/
:root {
  --color__black: #000000;
  --color__white: #ffffff;
  --color__theme: #003764;
  --color__success: #007167;
  --color__danger: #ab0033;
  --font-primary: "Tajawal";
  --font-awesome: "Font Awesome 5 Pro";
}

.text-black {
  color: var(--color__black);
}

body {
  font-family: var(--font-primary);
  font-size: 1rem;
  line-height: 1.75;
}

body:not(.arshw) .artxt {
  display: none;
}
body.arshw .entxt {
  display: none;
}
body.arshw {
  direction: rtl;
}
.artxt::before,
.artxt::after,
.entxt::before,
.entxt::after {
  display: none;
}

/*-------------------------------------------------
    [ ## Others Typography ]
-------------------------------------------------*/
*::selection {
  background-color: rgba(0, 55, 100, 0.5);
  color: #fff;
}

p {
  font-size: 1rem;
  line-height: 1.75;
  margin: 0;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

/*-------------------------------------------------
    [ ## Heading ]
--------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: var(--font-primary);
  margin: 0;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  color: inherit;
  text-decoration: none;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover {
  color: inherit;
  text-decoration: none;
}

/*-------------------------------------------------
    [ ## Buttons ]
-------------------------------------------------*/
button {
  transition: all 0.25s ease;
}

.btn:active:focus,
.btn:focus {
  box-shadow: none;
}

.topbutton {
  margin: 0px;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  position: fixed;
  bottom: 20px;
  right: 25px;
  z-index: 999;
  color: #fff;
  background-color: #003764;
  width: 5rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.topbutton.btn-show {
  bottom: 50px;
  opacity: 0.6;
  visibility: visible;
}
.topbutton:hover {
  color: var(--color__white);
  opacity: 1;
}

/*-------------------------------------------------
    [ ## Fields ]
-------------------------------------------------*/
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus {
  outline: none;
  box-shadow: none;
}

input[type="time"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-outer-spin-button,
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  box-shadow: 0 0 0px 1000px rgba(0, 0, 0, 0) inset;
  -webkit-box-shadow: 0 0 0px 1000px rgba(0, 0, 0, 0) inset;
  -webkit-text-fill-color: #000 !important;
}

input:-webkit-autofill:focus {
  box-shadow: 0 0 0px 1000px rgba(0, 0, 0, 0) inset;
  -webkit-box-shadow: 0 0 0px 1000px rgba(0, 0, 0, 0) inset;
  -webkit-text-fill-color: #000 !important;
}

textarea.form-control {
  display: block;
  width: 100%;
  display: block;
  min-height: 150px;
  padding-top: 0px;
}
textarea.form-control:focus {
  outline: none;
  box-shadow: none;
}

.form-floating > .form-control {
  border: none;
  border-radius: 0;
}

@media screen and (min-width: 992px) {
  .container {
    max-width: 980px;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1180px;
  }
}
@media screen and (min-width: 1400px) {
  .container {
    max-width: 1380px;
  }
}

/*--------------------------------------------------------------
    [ ## Header ]
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## Main home]
--------------------------------------------------------------*/
.download-btnGroup {
  background-color: #103b63;
  padding: 20px 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
@media screen and (min-width: 768px) {
  .download-btnGroup {
    gap: 25px;
  }
}
.download-btnGroup a {
  border-radius: 10px;
  background-image: radial-gradient(circle at center, #eeefef 0%, #c9cccd 79%);
  font-size: 18px;
  line-height: 22px;
  color: #103964;
  font-weight: 500;
  padding: 12px 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.pagebanner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top -280px left -250px;
  background-color: #f3f7f8;
  position: relative;
  z-index: 1;
  min-height: 45vh;
  display: flex;
  align-items: center;
  padding: 100px 20px;
}
.pagebanner::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #f1f5f7;
  z-index: -1;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .pagebanner::before {
    opacity: 0;
  }
}
@media screen and (min-width: 1400px) {
  .pagebanner::before {
    opacity: 0;
  }
}
@media screen and (min-width: 768px) {
  .pagebanner {
    min-height: 75vh;
  }
}
@media screen and (min-width: 992px) {
  .pagebanner {
    min-height: 90vh;
    background-position: top -180px left -360px;
  }
}
@media screen and (min-width: 1200px) {
  .pagebanner {
    min-height: 100vh;
  }
}
@media screen and (min-width: 576px) {
  .pagebanner .banner-content {
    margin-left: 50%;
    margin-top: -120px;
  }
}
@media screen and (min-width: 768px) {
  .pagebanner .banner-content {
    margin-left: 66%;
    margin-top: -140px;
  }
}
@media screen and (min-width: 1200px) {
  .pagebanner .banner-content {
    margin-left: 70%;
    margin-top: -150px;
  }
}
@media screen and (min-width: 1400px) {
  .pagebanner .banner-content {
    margin-left: 75%;
    margin-top: -170px;
  }
}
.pagebanner .banner-content h3 {
  font-size: 32px;
  color: #103964;
}
@media screen and (min-width: 992px) {
  .pagebanner .banner-content h3 {
    font-size: 44px;
  }
}
@media screen and (min-width: 1400px) {
  .pagebanner .banner-content h3 {
    font-size: 48px;
  }
}
.pagebanner .banner-content h2 {
  font-size: 40px;
  font-weight: 300;
  color: #103964;
  margin-top: 60px;
}
@media screen and (min-width: 992px) {
  .pagebanner .banner-content h2 {
    font-size: 52px;
  }
}
@media screen and (min-width: 1400px) {
  .pagebanner .banner-content h2 {
    font-size: 60px;
  }
}
.pagebanner .banner-content h2 span {
  color: #989fa3;
}

.authority-statement {
  margin: 40px 0;
}
@media screen and (min-width: 768px) {
  .authority-statement {
    margin: 80px 0;
  }
}
.authority-statement .nav-tabs {
  justify-content: center;
  background-color: #f1f1f1;
  padding: 20px 10px;
  gap: 10px;
}
@media screen and (min-width: 576px) {
  .authority-statement .nav-tabs {
    padding: 20px 20px;
    gap: 20px;
  }
}
.authority-statement .nav-tabs a {
  border-radius: 10px;
  background: radial-gradient(circle at center, #eeefef 0%, #c9cccd 79%);
  color: #103964;
  font-weight: 500;
  font-size: 16px;
  padding: 12px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.15s ease;
}
@media screen and (min-width: 768px) {
  .authority-statement .nav-tabs a {
    padding: 12px 20px;
    font-size: 18px;
    min-width: 250px;
  }
}
@media screen and (min-width: 992px) {
  .authority-statement .nav-tabs a {
    min-width: 300px;
  }
}
@media screen and (min-width: 1200px) {
  .authority-statement .nav-tabs a {
    min-width: 350px;
  }
}
.authority-statement .nav-tabs a:hover,
.authority-statement .nav-tabs a.active {
  background: #103964;
  color: white;
}
.authority-statement .tab-content {
  padding: 40px 0;
}
.authority-statement .tab-content .image {
  text-align: center;
  position: sticky;
  top: 20px;
}
.authority-statement .tab-content .image img {
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .authority-statement .tab-content .image img {
    max-width: 350px;
  }
}
.authority-statement .tab-content .scrollable-content {
  max-height: 30rem;
  overflow-x: hidden;
  overflow-y: scroll;
  padding-right: 1rem;
  margin: 2rem 0px;
}
.authority-statement .tab-content .main-title {
  font-size: 32px;
  color: #103964;
  font-weight: 700;
  margin-bottom: 15px;
  position: relative;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  /*gap: 15px;*/
}
@media screen and (min-width: 992px) {
  .authority-statement .tab-content .main-title {
    font-size: 40px;
    /*gap: 20px;*/
  }
}
@media screen and (min-width: 1200px) {
  .authority-statement .tab-content .main-title {
    font-size: 46px;
  }
}
.authority-statement .tab-content .main-title::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: #103964;
  transform: rotate(45deg);

  display: none !important;
}
@media screen and (min-width: 768px) {
  .authority-statement .tab-content .main-title::before {
    width: 20px;
    height: 20px;
  }
}
.authority-statement .tab-content b {
  color: #103964;
  font-weight: 600;
}
.authority-statement .tab-content h6 {
  margin: 10px 0;
  color: #103964;
  font-weight: 600;
}
.authority-statement .tab-content h5.name {
  color: #103964;
  font-weight: 600;
  margin-top: 15px;
}
.authority-statement .tab-content p {
  line-height: 1.4;
  font-size: 18px;
}
.authority-statement .tab-content p + p {
  margin-top: 20px;
}

.title-box {
  border-top: 2px solid #f1f1f1;
  border-bottom: 2px solid #f1f1f1;
  padding: 18px 0 0;
  text-align: center;
  font-weight: bold;
  font-size: 36px;
  color: #103964;
  line-height: 1.15;
}
@media screen and (min-width: 992px) {
  .title-box {
    font-size: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .title-box {
    font-size: 48px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1400px) {
  .title-box {
    font-size: 54px;
  }
}

.snapshots {
  position: relative;
  overflow: hidden;
}
.snapshots .snapshots-slider {
  margin: 50px 0;
}
@media screen and (min-width: 768px) {
  .snapshots
    .snapshots-slider
    .swiper-wrapper
    .swiper-slide:nth-child(odd)
    .snapshot-item {
    margin-top: 50px;
  }
}
.snapshots .snapshots-slider .snapshot-item {
  background-color: var(--bg);
  color: white;
  padding: 20px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 350px;
}
.snapshots .snapshots-slider .snapshot-item .title {
  color: white;
  font-weight: 700;
  font-size: 1.5rem;
  position: relative;
  z-index: 10;
}
.snapshots .snapshots-slider .snapshot-item small {
  position: relative;
  z-index: 10;
}
.snapshots .snapshots-slider .snapshot-item .icon::before {
  content: "";
  opacity: 0;
}
.snapshots .snapshots-slider .snapshot-item .icon::before,
.snapshots .snapshots-slider .snapshot-item .icon {
  position: absolute;
  right: -50px;
  top: 50%;
  transform: translateY(-50%);
  /*background-color: rgba(0, 0, 0, 0.5);*/
  background-color: var(--bg);
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
}
.snapshots .snapshots-slider .snapshot-item:hover .icon {
  right: -20px;
}
.snapshots .snapshots-slider .snapshot-item:hover .icon::before {
  transform: translateY(-50%) scale(5, 5);
  background-color: var(--bg);
  z-index: -1;
  opacity: 1;
}
.snapshots .snapshots-slider .snapshot-item .icon img {
  max-height: 80px;
  max-width: 80px;
}
.snapshots .snapshots-slider .snapshot-item .index {
  background-color: white;
  color: #333;
  position: absolute;
  right: 0;
  bottom: 20px;
  padding: 8px 10px 2px;
  font-style: italic;
  border-radius: 20px 0 0 20px;
  z-index: 10;
}
.snapshots .snapshots-slider .snapshot-item .index i {
  color: green;
  display: none;
}
.snapshots .snapshots-slider .snapshot-item .number {
  position: absolute;
  left: 20px;
  bottom: 20px;
  color: white;
  line-height: 1;
  z-index: 10;
}
.snapshots .snapshots-slider .snapshot-item .number.percentage {
  align-items: center;
  gap: 5px;
  display: flex;
  font-size: 22px;
}
.snapshots .snapshots-slider .snapshot-item .number b {
  display: block;
  font-weight: 700;
  font-size: 2rem;
}
.snapshots .snapshot-chart-slider {
  margin: 40px 0;
}
@media screen and (min-width: 768px) {
  .snapshots .snapshot-chart-slider {
    margin: 80px 0;
  }
}
@media screen and (min-width: 1200px) {
  .snapshots .snapshot-chart-slider {
    margin: 100px 0;
  }
}
.snapshots .snapshot-chart-slider .swiper-wrapper {
  align-items: end;
}
.snapshots .snapshot-chart-slider .swiper-slide {
  text-align: center;
}
.snapshots-slider .swiper-button-next,
.snapshots-slider .swiper-button-prev {
  width: 35px;
  height: 40px;
  background-color: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.75;
  transition: all 0.3s ease;
}
.snapshots-slider .swiper-button-next:hover,
.snapshots-slider .swiper-button-prev:hover {
  opacity: 1;
}
.snapshots-slider .swiper-button-next::after,
.snapshots-slider .swiper-button-prev::after {
  font-size: 18px;
}
.snapshots-slider .swiper-button-next {
  right: 0px;
  padding: 2px 0 0 8px;
  border-radius: 30px 0 0 30px;
}
.snapshots-slider .swiper-button-prev {
  left: 0px;
  padding: 2px 8px 0 0;
  border-radius: 0 30px 30px 0;
}
/**/
.snapshots .bg-runner-text {
  font-weight: 900;
  position: absolute;
  left: 50%;
  bottom: -120px;
  animation: marquee 15s linear infinite;
  font-size: 200px;
  z-index: -1;
  white-space: nowrap;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke: 1px #000;
  opacity: 0.3;
}
@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}

/****/
.snapshot-charts {
  margin: 10rem 0 5rem;
}
.snapshot-charts .row-01 {
  --bs-gutter-x: 3.5rem;
  --bs-gutter-y: 3.5rem;
}

/****/
.timeline-perspective,
.business-review,
.awards,
.esg,
.gen_meeting {
  margin: 40px 0;
}
@media screen and (min-width: 768px) {
  .timeline-perspective,
  .business-review,
  .awards,
  .esg,
  .gen_meeting {
    margin: 80px 0;
  }
}

.timeline-perspective .timeline-slider {
  --timeline-bg: #f0f0f0;
  margin-top: 50px;
  padding-bottom: 2rem;
  background-color: var(--timeline-bg);
}
.timeline-perspective .timeline-slider .swiper-slide {
  width: max-content;
}

.timeline-perspective .swiper-slide:nth-of-type(3n + 1) {
  --theme-color: #123d64;
  --theme-text-color: #123d64;
}
.timeline-perspective .swiper-slide:nth-of-type(3n + 2) {
  --theme-color: #b2b5b7;
  --theme-text-color: #74777a;
}
.timeline-perspective .swiper-slide:nth-of-type(3n + 3) {
  --theme-color: #006a5c;
  --theme-text-color: #006a5c;
}

.timeline-perspective .months-name {
  background-color: var(--bg);
  color: white;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  margin-bottom: 80px;
  border-radius: 0 20px 20px 0;
  position: relative;
}
.timeline-perspective .months-name::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -40px;
  width: 50px;
  background-color: var(--bg);
  z-index: -1;
}
.timeline-perspective .item-inner {
  display: flex;
  gap: 30px;
  padding: 0 50px;
  position: relative;
  align-items: self-end;
}
.timeline-perspective .item-inner .stamps {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.timeline-perspective .item-inner .image {
  /*transform: rotate(45deg);*/
  width: 160px;
  height: 160px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
.timeline-perspective .item-inner .image img {
  /*position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.5) rotate(-45deg);*/
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.timeline-perspective .item-inner .info {
  max-width: 110px;
  line-height: 1;
  text-align: center;
  font-size: 16px;
  color: var(--theme-text-color);
  margin-top: 50px;
}
.timeline-perspective .swiper-slide:nth-child(even) .item-inner {
  border-top: 1px solid #103c63;
  position: relative;
  align-items: self-start;
}
.timeline-perspective .swiper-slide:nth-child(even) .item-inner::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: var(--timeline-bg);
  left: -1px;
  top: -1px;
  z-index: 2;
  border-left: 1px solid #103c63;
  border-top: 1px solid #103c63;
  border-radius: 25px 0 0 0;
}
.timeline-perspective .swiper-slide:nth-child(even) .item-inner::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: var(--timeline-bg);
  right: -1px;
  top: -1px;
  z-index: 2;
  border-right: 1px solid #103c63;
  border-top: 1px solid #103c63;
  border-radius: 0 25px 0 0;
}
.timeline-perspective .swiper-slide:nth-child(even) .item-inner .shape1 {
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: var(--timeline-bg);
  left: -2px;
  top: -2px;
  z-index: 1;
}
.timeline-perspective .swiper-slide:nth-child(even) .item-inner .shape2 {
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: var(--timeline-bg);
  right: -2px;
  top: -2px;
  z-index: 1;
}
.timeline-perspective .swiper-slide:nth-child(even) .stamps {
  display: flex;
  flex-direction: column-reverse;
}
.timeline-perspective .swiper-slide:nth-child(even) .stamps .line {
  width: 1px;
  height: 80px;
  background-color: #9c9ea2;
  margin: 0 auto;
  position: relative;
}
.timeline-perspective .swiper-slide:nth-child(even) .stamps .line::before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: var(--theme-color);
  transform: rotate(45deg);
  position: absolute;
  top: -10px;
  left: -10px;
}
.timeline-perspective .swiper-slide:nth-child(even) .stamps .info {
  margin: 0 30px 25px;
}
.timeline-perspective .swiper-slide:nth-child(odd) {
  padding-bottom: 20px;
}
.timeline-perspective .swiper-slide:nth-child(odd) .item-inner {
  border-bottom: 1px solid #103c63;
  border-left: 1px solid #103c63;
  border-right: 1px solid #103c63;
}
.timeline-perspective .swiper-slide:nth-child(odd) .item-inner::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: var(--timeline-bg);
  left: -1px;
  bottom: -1px;
  z-index: 2;
  border-left: 1px solid #103c63;
  border-bottom: 1px solid #103c63;
  border-radius: 0 0 0 25px;
}
.timeline-perspective .swiper-slide:nth-child(odd) .item-inner::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: var(--timeline-bg);
  right: -1px;
  right: -1px;
  bottom: -1px;
  z-index: 2;
  border-right: 1px solid #103c63;
  border-bottom: 1px solid #103c63;
  border-radius: 0 0 25px 0;
}
.timeline-perspective .swiper-slide:nth-child(odd) .item-inner .line {
  width: 1px;
  height: 80px;
  background-color: #9c9ea2;
  margin: 0 auto;
  position: relative;
}
.timeline-perspective .swiper-slide:nth-child(odd) .item-inner .line::before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: var(--theme-color);
  transform: rotate(45deg);
  position: absolute;
  bottom: -10px;
  left: -10px;
}
.timeline-perspective .swiper-slide:nth-child(odd) .item-inner .info {
  margin: 50px 30px 0;
}
.timeline-perspective .swiper-slide:nth-child(odd) .item-inner .image {
  bottom: -15px;
}
.timeline-perspective .swiper-slide:nth-child(odd) .item-inner .shape1 {
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: var(--timeline-bg);
  left: -2px;
  bottom: -2px;
  z-index: 1;
}
.timeline-perspective .swiper-slide:nth-child(odd) .item-inner .shape2 {
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: var(--timeline-bg);
  right: -2px;
  bottom: -2px;
  z-index: 1;
}

/***/
.business-review .nav-tabs {
  justify-content: center;
  background-color: #f1f1f1;
  padding: 20px 20px;
  gap: 10px;
  border: 0;
  margin-top: 50px;
}
@media screen and (min-width: 1200px) {
  .business-review .nav-tabs {
    gap: 20px;
  }
}
.business-review .nav-tabs a {
  border-radius: 10px;
  background: radial-gradient(circle at center, #eeefef 0%, #c9cccd 79%);
  color: #103964;
  font-weight: 500;
  font-size: 16px;
  padding: 12px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.15s ease;
  text-align: center;
  line-height: 1;
  max-width: 160px;
}
@media screen and (min-width: 768px) {
  .business-review .nav-tabs a {
    padding: 12px 20px;
    font-size: 18px;
    min-width: 200px;
  }
}
.business-review .nav-tabs a:hover,
.business-review .nav-tabs a.active {
  background: #103964;
  color: white;
}
.business-review .tab-content {
  margin-top: 40px;
}
.business-review .tab-content p {
  line-height: 1.4;
  font-size: 18px;
}
.business-review .tab-content p + p {
  margin-top: 20px;
}
.business-review .tab-content h3 {
  color: #103964;
  font-weight: 600;
  font-size: 24px;
}
.business-review .tab-content ul.list-disc {
  list-style-type: disc;
  margin-left: 25px;
}
.business-review .tab-content ul.list-disc li {
  margin-top: 10px;
  line-height: 1.4;
}
.business-review .tab-content .cover-image img {
  max-height: 420px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.business-review .current-aum {
  border-radius: 20px;
  background-color: #f1f2f2;
  padding: 20px;
  display: inline-block;
  margin-top: 30px;
  min-width: 260px;
}
.business-review .current-aum label {
  border-bottom: 2px solid #066292;
  display: inline-block;
  margin-bottom: 10px;
  font-size: 16px;
  color: #606163;
}
@media screen and (min-width: 992px) {
  .business-review .current-aum label {
    font-size: 22px;
  }
}
.business-review .current-aum h5 {
  font-weight: 700;
  color: #103964;
  font-size: 20px;
}
@media screen and (min-width: 992px) {
  .business-review .current-aum h5 {
    font-size: 28px;
  }
}
.business-review .current-aum h5 b {
  font-size: 40px;
}
@media screen and (min-width: 992px) {
  .business-review .current-aum h5 b {
    font-size: 56px;
  }
}
.business-review .investor-figure-card {
  padding: 30px 40px 70px;
  border-radius: 20px;
  background-color: #f2f2f2;
  margin-top: 50px;
}
.business-review .investor-figure-card h2 {
  font-size: 2.8rem;
  color: #103964;
  font-weight: 700;
}
.business-review .investor-figure-card h2 span {
  color: #a2a9ad;
}
.business-review .investor-figure-card .figure-item .math-item {
  display: inline-block;
  min-width: 162px;
}
.business-review .investor-figure-card .figure-item .top {
  border-bottom: 2.5px solid #95a0a4;
  font-size: 34px;
  color: #90a6a8;
  font-weight: 600;
  line-height: 1.15;
  display: inline-block;
  min-width: 100%;
}
.business-review .investor-figure-card .figure-item .top b {
  font-size: 64px;
  font-weight: 600;
}
.business-review .investor-figure-card .figure-item .bottom {
  font-size: 34px;
  color: #90a6a8;
  font-weight: 700;
  line-height: 1.3;
  position: relative;
}
.business-review .investor-figure-card .figure-item .bottom .cru {
  font-weight: 400;
  color: #103964;
  font-size: 18px;
  border-top: 1px solid #90a6a8;
  position: absolute;
  left: 100%;
  top: 10px;
  width: 120px;
}
.business-review .advisory_cards .card-item {
  background-color: #f1f4f4;
  border-radius: 20px;
  padding: 40px 50px;
}
.business-review .advisory_cards .card-item + .card-item {
  margin-top: 40px;
}
.business-review .advisory_cards .card-item h5 {
  font-size: 25px;
  color: #103964;
  font-weight: 700;
  margin-bottom: 10px;
}
.business-review .advisory_cards .card-item p {
  color: #555658;
}
.business-review .advisory_cards .card-item hr {
  margin: 5px 0;
}
.business-review .card-block {
  border: 2px solid #dcdcdc;
  border-radius: 20px;
}
.business-review .card-block .text {
  padding: 20px;
}
@media screen and (min-width: 992px) {
  .business-review .card-block .text {
    padding: 40px;
  }
}
.business-review .card-block .title {
  font-size: 24px;
  letter-spacing: -1px;
  color: #103964;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 10px;
}
@media screen and (min-width: 1200px) {
  .business-review .card-block .title {
    font-size: 38px;
  }
}
.business-review .card-block img {
  height: 400px;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.business-review .estate-sites-wrapper {
  background-color: #103c63;
  padding: 80px 0;
}
.business-review .estate-sites-wrapper .site-item {
  border: 1px solid #dce0e3;
  border-radius: 15px;
}
.business-review .estate-sites-wrapper .site-item .name {
  font-weight: 700;
  color: white;
  font-size: 22px;
  padding: 10px 25px;
  line-height: 1;
  min-height: 65px;
  display: flex;
  align-items: center;
}
.business-review .estate-sites-wrapper .site-item .thumb img {
  width: 100%;
}
.business-review .estate-sites-wrapper .site-item .desc {
  padding: 10px 25px;
}
.business-review .estate-sites-wrapper .site-item .desc h5 {
  font-size: 22px;
  color: white;
}
.business-review .estate-sites-wrapper .site-item .desc p {
  color: white;
}

.awards .awards-slider {
  margin-top: 50px;
}
.awards .awards-item {
  border: 2px solid #f1f1f1;
  border-radius: 20px;
  height: auto;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 200ms linear;
  transform: scale(0.8);
  opacity: 0.2;
  filter: blur(6px);
}
.awards .awards-item.swiper-slide-active {
  transform: scale(1);
}
.awards .awards-item.swiper-slide-prev,
.awards .awards-item.swiper-slide-active,
.awards .awards-item.swiper-slide-next {
  opacity: 1;
  filter: blur(0px);
}

.awards .logo {
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 15px;
  border-bottom: 2px solid #f1f1f1;
}
.awards .logo img {
  max-height: 80px;
}
.awards .desc {
  text-align: center;
  padding: 40px 20px;
}
.awards .desc h5 {
  color: #103964;
  font-weight: 600;
}
.awards .desc p {
  line-height: 1.3;
  font-size: 16px;
  margin-top: 15px;
}
.awards .nav-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-top: 20px;
}
.awards .nav-group button {
  background-color: transparent;
  width: 40px;
  height: 40px;
  border: 2px solid #f1f1f1;
  color: #103b63;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.15s ease;
}
.awards .nav-group button:hover {
  background-color: #103964;
  color: white;
}

.esg .section-content {
  margin: 50px 0;
}
.esg .section-content p {
  font-size: 18px;
  line-height: 1.4;
}
.esg .spacer {
  margin: 40px 0;
}
.esg .card {
  border-radius: 10px;
  overflow: hidden;
  background-color: #e9edee;
}
@media screen and (min-width: 1200px) {
  .esg .card {
    border-radius: 15px;
  }
}
.esg .card .card-title {
  border-radius: 10px;
  background-color: #066292;
  color: white;
  padding: 5px 10px;
  margin: 0;
  border: 0;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .esg .card .card-title {
    padding: 8px 10px;
  }
}
@media screen and (min-width: 1200px) {
  .esg .card .card-title {
    border-radius: 15px;
    padding: 12px 20px;
  }
}
.esg .card .desc {
  padding: 20px;
  font-size: 18px;
  line-height: 1.4;
}
.esg table {
  overflow: hidden;
  border-radius: 15px;
  background-color: #e9edee;
}
.esg table thead {
  background-color: #066292;
  color: white;
}
.esg table th:first-child {
  border-radius: 15px 0 0 15px;
}
.esg table th:last-child {
  border-radius: 0 15px 15px 0;
}
.esg table th,
.esg table td {
  font-size: 18px;
  padding: 10px 15px;
  white-space: nowrap;
}
@media screen and (min-width: 1200px) {
  .esg table th,
  .esg table td {
    padding: 10px 20px;
  }
}
.esg .properties-item {
  overflow: hidden;
  border-radius: 20px;
}
.esg .properties-item img {
  transition: all 0.15s ease;
}
.esg .dashboard-rating {
  background-color: #ededed;
  padding: 80px 0;
}
.esg .dashboard-rating .title {
  font-size: 24px;
  text-transform: uppercase;
  color: #103964;
  margin-bottom: 15px;
}
@media screen and (min-width: 1200px) {
  .esg .dashboard-rating .title {
    font-size: 34px;
  }
}
.esg .dashboard-rating p {
  font-size: 18px;
  line-height: 1.4;
}

.gen_meeting .section-content {
  margin: 40px 0;
}
@media screen and (min-width: 1200px) {
  .gen_meeting .section-content {
    margin: 80px 0;
  }
  .gen_meeting .section-content .row_1 {
    --bs-gutter-x: 3.5rem;
  }
}
.gen_meeting .section-content p {
  line-height: 1.4;
  font-size: 18px;
}
.gen_meeting .section-content p + p {
  margin-top: 20px;
}

/*Not usig*/
.gen_meeting .video {
  position: relative;
  z-index: 1;
  padding: 0 20px;
}
.gen_meeting .video .box {
  position: relative;
  background-size: cover;
  background-position: center;
  width: 100%;
  max-width: 450px;
  aspect-ratio: 4/2;
  background-color: #f2f2f2;
  border-radius: 20px;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .gen_meeting .video .box {
    max-width: 650px;
  }
}
@media screen and (min-width: 1200px) {
  .gen_meeting .video .box {
    max-width: 990px;
  }
}
.gen_meeting .video .box a {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gen_meeting .video .box a svg {
  width: 50px;
}
@media screen and (min-width: 992px) {
  .gen_meeting .video .box a svg {
    width: 70px;
  }
}
@media screen and (min-width: 1200px) {
  .gen_meeting .video .box a svg {
    width: 85px;
  }
}
.gen_meeting .video .shape {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

/**Video Real**/
.gen_meeting .video-content {
  position: relative;
}
.gen_meeting .video-content video {
  width: 100%;
  height: fit-content;
}
.gen_meeting .video-content .controler {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.gen_meeting .video-content .controler .button {
  transition: all 0.3s;
  display: block;
}
.gen_meeting .video-content .controler .button img {
  width: 80px;
  height: auto;
}
.video-content .controler .play-button:hover {
  transform: scale(1.2);
}
.video-content .controler .pause-button {
  display: none;
}
.video-playing .play-button {
  display: none !important;
}
.video-playing .pause-button {
  display: inline-block !important;
  opacity: 0;
  transition: all 0.3s;
}
.video-playing:hover .pause-button {
  opacity: 0.8;
}

/*--------------------------------------------------------------
    [ ## Footer ]
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Footer-block
--------------------------------------------------------------*/

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