@font-face {
  font-family: Poppins-Bold;
  src: url(../fonts/Poppins-Bold.ttf) format("truetype");
}
@font-face {
  font-family: Poppins-ExtraBold;
  src: url(../fonts/Poppins-ExtraBold.ttf) format("truetype");
}
@font-face {
  font-family: Poppins-Medium;
  src: url(../fonts/Poppins-Medium.ttf) format("truetype");
}
@font-face {
  font-family: Poppins-Regular;
  src: url(../fonts/Poppins-Regular.ttf) format("truetype");
}


* {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  color: #363636;
  box-sizing: border-box;
  font-family: 'Poppins-Regular', sans-serif;
  scroll-behavior: smooth;
}

.navbar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem;
}

/* navbar */
.navbar-inverse{
    background-color: #fff;
    border: none;
    margin-bottom: 0px;
    padding-bottom: 20px;
    padding-top:10px;
} 
.navbar-inverse .navbar-nav>li>a {
       color: #9d9d9d;
    text-transform: uppercase;
    padding: 15px 5px;
    font-size: 15px;
}
.navbar-nav {
  margin-left: 30px;
  margin-top: 10px;
  font-family: 'Poppins-Regular';
  
}
.btn-lg{
    padding: 15px 45px !important;
    font-size: 15px;
}
.lang_btn{
    margin-left:0 !important;
}
.navbar-brand>img {
    width: auto;
    height: 86px;
    margin-top: -21px;
}

a.navbar-brand {
    margin-top: 0px;
}
.navbar-btn {
  margin-top: 8px;
  background-color: #2a9bd8;
  border-color: #2a9bd8;
  margin-bottom: 8px;
  margin-right: 26px;
  border-radius: unset;
  text-transform:uppercase;
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
  color: #2b9bd8;
  background-color: transparent;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
  color: #2b9bd8;
  background-color:transparent;
}
/* slider */


  
  /*  Overall Conatiner*/
  #slider {
    position: relative;
   
    border-radius: 4px;
    width: 100%;
    height: auto;
    /*height: 450px;*/
    overflow: hidden;
  }
  .slider-section button.control_prev,.slider-section button.control_next,.BOD,.promotion{
      display:none;
  }
  
  #slider ul.image_slider_ul {
    position: relative;
    margin: 0;
    padding: 0;
    width: 400%;
    height: 100%;
    list-style: none;
  }
  
  #slider ul.image_slider_ul li {
    position: relative;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 25%;
    height: 100%;
  }
  
  #slider ul.image_slider_ul li .bgimage{
    width: 100%;
    height: 100%;
    position: relative;
    /* background-color: #333; */
    background-position: 100% 0%;
    background-size: cover;
    background-repeat: no-repeat;
    /* -webkit-filter: blur(2px); */
    margin-top:-18px;
  }
  
  /*  Indicators*/
  
  #slider .indicator_con{
    width: 100%;
    height: auto;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    bottom: 0;
  }
  
  #slider .indicator_con ul.indicator{
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
  }
  
  #slider .indicator_con ul.indicator li{
    position: relative;
    list-style: none;
    width: 20px;
    height: 4px;
    background-color: #fff;
    /* border: 1px solid #fff; */
    display: inline-block;
    margin: 0 3px;
    border-radius: 1.5px;
    transition: 800ms ease-in-out;
  }
  
  #slider .indicator_con ul.indicator li.active{
  background-color:#F2B206;
  }
  
  /*  Buttons*/
  
  button.control_prev, button.control_next {
    position: absolute;
    /* top: 42%; */
    z-index: 999;
    display: block;
    width: 7%;
    height: 100%;
    background: transparent;
    /* background: rgba(0,0,0,0.1); */
    color: #eee;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    border: none;
    outline: none;
    /* opacity: 0.8; */
    cursor: pointer;
  }
  
  button.control_prev:hover, button.control_next:hover {
    opacity: 1;
    -webkit-transition: all 0.2s ease;
    /* background-color: #fff; */
    color: #fff;
  }
  
  button.control_prev {
    border-radius: 0 4px 4px 0;
  }
  
  button.control_next {
    right: 0;
    border-radius: 4px 0 0 4px;
  }
  .image-item{
      width:58%;
      position: absolute;
      left: 10em;
      color: #fff;
      top:50%;
      transform:translateY(-50%);
  }
  .bgimage {
    height: 100%;
    min-height: 450px;
    background-size: cover;
    position: relative;
}
  .image-item>h1{
      text-transform: uppercase;
      text-shadow: 0px 0px 7px #00000017;
      font-family: 'Poppins-Bold';
  }
  .image-item>h5{
    font-weight:600;
    line-height: 1.5em;
    font-family: 'Poppins-Regular';
    letter-spacing: 1.2px;
    color: #FFFFFF;
    opacity: 1;
}
 
/* why finzay */
.why-finzay{
 margin: 80px;
}
.why-finzay-header{
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
}
.finzay-card{
    text-align: center;
}
.why-finzay-header h2{
  font-family: 'Poppins-Bold';
}
.card-header{
    text-transform: uppercase;
    font-family: 'Poppins-Bold';
    margin-top: 10px;
    font-size: 2rem;
    letter-spacing: 0px;
    color: #05062B;
    opacity: 1;
}
.card-text{
    margin: 17px 32px;
    font-family: 'Poppins-Regular';
    line-height: 2.5rem;
    letter-spacing: 0.9px;
    opacity: 1;
}
.col-lg-4.finzay-card>.card>img {
  height: 60px;
  margin-bottom: 16px;
  margin-top: 14px;
}

/* short story */

.short-header{
  font-size: 3.3rem;
  letter-spacing: 0px;
  color: #05062B;
  text-transform: uppercase;
  opacity: 1;
  font-family: 'Poppins-Bold';
}

.short-desc{
  font-family: 'Poppins-Regular';
  line-height: 2rem;
  letter-spacing: 0.9px;
  color: #363636;
  opacity: 1;
  margin-bottom: 20px;
}
section.short-story {
    padding: 60px;
    background: #EEEEEE;
}
.overlay-image{
    position: relative;
}
.section-button {
    margin: 20px 0px;
}
.section-button a {
    background-color: #009AD8;
    color: #EEEEEE;
    border: none;
    text-transform: uppercase;
    padding: 13px 30px;
    text-align: center;
    border-radius: unset;
    font-family: 'Poppins-Bold';
}

/* personal section */

.personal-finance{
padding: 60px;
}

.personal-header{
  font-size: 3rem;
  letter-spacing: 0px;
  color: #1B1B1B;
  text-transform: uppercase;
  opacity: 1;
  font-family: 'Poppins-Bold';
    margin-top: 50px;
}
.personal-desc{
  line-height: 2rem;
  text-align: left;
  font-family: 'Poppins-Regular';
  letter-spacing: 0.9px;
  opacity: 1;
  font-size: 16px;
}

.personal-list{
   list-style: none;
   padding: 0px;
   line-height: 2.5rem;
}
.personal-child-list{
  list-style: none;
  display: flex;
  line-height: 3.5rem;
  font-family: 'Poppins-Regular';
  word-spacing: 0.3rem;
}
ul.personal-child-list>li>img {
    padding-right: 10px;
    width: 34px;
    margin-top: 13px;
}
.child-list-desc{
    letter-spacing: 0px;
    color: #05062B;
    opacity: 1;
    font-size: 16px;
    line-height: 50px;
}

/* talk-to-us */
.talk-to-us{
    background-color: #EEEEEE;
    padding: 8px 130px;
}
.talk-header{
  text-transform: uppercase;
  font-size: 2.2rem;
  opacity: 1;
  font-family: 'Poppins-Bold';
  color: #203263;
}
.talk-container{
  padding: 20px;
}
p.talk-desc {

    font-family: 'Poppins-Regular';
    color: #05062B;
    opacity: 1;
}




/* footer */


.col-sm-4.footer-list>ul>li {
  padding-bottom: 10px;
}
.footer{
    background-color: #00002F;;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 30px 0px 0px;
    color:#fff;
    background-image:url("../images/footer-bg.jpg");
    background-repeat:no-repeat;
    background-size:cover;
  }
  .logos-footer img:first-child {
        width: 100px;
    height: 50px;
    margin-top: 5px;
    margin-right: 30px;
}
.logos-footer img{
    height: 90px;
    margin-right: 0;
    width: auto;
}

  .footer_logo{
      padding-bottom:10px;
  }
  .col-sm-4.footer-list {
    padding-left: 84px;
    padding-top: 0;
    line-height: 2.5rem;
    font-family: 'Poppins-Regular';
}
  .footer-logo p {
    margin-top: 0;
    font-size: 12px;
    font-family: 'Poppins-Regular';
    word-spacing: .4rem;
    line-height: 1.5rem;
  }
  .footer-line{
    width: 100%;
    height: 1px;
    margin-top: 20px;
    background-color: #fff;
    opacity: 0.5;
  }
    .footer-sponser{
      list-style: none;
      display: flex;
      padding: 0px;
  }
  ul.footer-social {
    display: flex;
    list-style: none;
    margin-top: 20px;
    padding: 0px;

}
ul.footer-social>li {
    padding-right: 25px;
}
  .copyright{
    opacity: 0.5;
    padding: 15px;
    font-size: 10px;
  }
  ul.footer-sponser>li>img {
    width: 144px;
    margin-left: 4px;
}
ul.footer-list {
  
}
.footer-logo {
    padding: 0px;
}
.footer-main-sponser{
        padding-top: 0px;
  
}
  
  /*\\\    About us Page    /// */

  .About-back{
    background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(../images/MaskGroup103.png);
    background-size: cover;
    height: 300px;
  width: 100%;
  position: relative;
  }
  .About-back-header{
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    padding: 20px;
    transform: translateY(-50%);
   
  }
  .About-back-text{
    color: white;
    font-size: 3rem;
    font-weight: bold;
    text-transform: uppercase;
  }
  .About-us{
    padding: 60px;
  }
  .about__img{
      position:relative;
      
  }
  .about__img img{
      padding-right:100px;
      padding-bottom:100px;
          z-index: 1;
    position: relative;
  }
  .about__img:after{
      position:absolute;
      right:0;
      bottom:0;
      content:"";
      background-image:url("../images/about_pattern.png");
      background-repeat:no-repeat;
      background-size:cover;
      top:100px;
      left:100px;
      z-index:-1;
  }
  .about__img:before{
      position:absolute;
      right:50px;
      bottom:50px;
      content:"";
      background-color:#009AD8;
      top:50px;
      left:50px;
      z-index:1;
  }
  .About-header{
    text-transform: uppercase;
    font-size: 3.5rem;
    margin-bottom: 45px;
    font-family: 'Poppins-Bold';
    letter-spacing: 0px;
    color: #1B1B1B;
    opacity: 1;
  }
  .About-desc-header{
    font-size: 2.5rem;
    letter-spacing: 0px;
    color: #05062B;
    opacity: 1;
    font-family: 'Poppins-Bold';
  }

  /* vision and mission section */

  .visionMission{
margin:60px;
  }
  .mission{
padding: 160px 50px;
background-image: linear-gradient(rgb(0, 154, 216,0.5),rgb(0, 154, 216,0.5)),url(../images/about-mision.jpg);
background-size: cover;
height: 500px;
color: #fff;
  }
  .mission-header{
    text-transform: uppercase;
    font-size: 2.5rem;
    margin-bottom: 10px;
    font-family: 'Poppins-Bold';
  }
  .mission-desc{
    line-height: 30px;
    word-spacing: 5px;
    font-size: 18px;
  }
  .vision{
padding: 160px 50px;
background-image: linear-gradient(rgb(0, 154, 216,0.5),rgb(0, 154, 216,0.5)),url(../images/about-vision.jpg);
background-size: cover;
height: 500px;
color: #fff;
  }
  .vision-header{
    text-transform: uppercase;
    font-size: 2.5rem;
    margin-bottom: 10px;
    font-family: 'Poppins-Bold';
  }
  .vision-desc{
    line-height: 30px;
    word-spacing: 5px;
    font-size: 18px;
  }
  .line{
    width: 50px;
    height: 4px;
    background-color: #1EB2BA;
  }

  .BOD {
    margin-top: 10px;
    padding: 42px;
    text-align: center;
    padding-top: 66px;
}
#BOD .owl-stage-outer{
    padding:15px 0;
}

.BOD{
  margin-top: 10px;
  padding: 42px;
  text-align: center;
  padding-top: 10px;
}
.BOD-header{
  text-transform: uppercase;
  font-size: 3rem;
  margin-bottom: 30px;
  font-family: 'Poppins-Bold';
}
.content-text {
  position: relative;
  margin:0px 5px;
}
.img-area {
  display: inline-block;
  overflow: hidden;
}
.content-name>h5{
  font-family: 'Poppins-Bold';
  
}
.content-name>h4{
  font-family: 'Poppins-Regular';
  margin-bottom: 17px;
  font-size:15px;
  
}
i.fa.fa-angle-left.btn-left {
  position: absolute;
  color: #ffffff;
  bottom: 252px;
  padding: 5px 11px 5px 11px;
  left: 15px;
}
.img-area img{
    height:325px;
}
#BOD .content-text{
    padding:15px;
}
i.fa.fa-angle-right.btn-right {
  position: absolute;
  color: #ffffff;
  bottom: 252px;
  right: 15px;
  padding: 5px 11px 5px 11px;
}
button.owl-prev i {
  font-size: 20px;
  color: #EDF7F8;
  padding: 10px 15px 10px 15px;
  border: 2px solid;
}
button.owl-next i {
  font-size: 20px;
  color: #EDF7F8;
  padding: 10px 15px 10px 15px;
  border: 2px solid;
}
.owl-item.active .content-text{
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 7%), 0 6px 20px 0 rgb(0 0 0 / 13%);
}
.owl-carousel .owl-item img {
  border-bottom: 3px solid #2b9bd8;
}
.about-note {
  background: #EEEEEE;
  padding: 13px;
  border-left: 3px solid #2a9bd8;
}
.about-note-desc{
  font-family: 'Poppins-Bold';
}
 /* TErms and condition */
 .terms-back{
  background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(../images/disclaimer.png);
  background-size: cover;
  height: 300px;
  position: relative;
 }
 .terms{
   padding: 0px;
   text-align: center;
   position:relative;
 }
 .terms:After{
         position: absolute;
    content: "";
    background-image: url(../images/terms_logo.png);
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-size: contain;
    width: 300px;
    height:100px;
    background-repeat: no-repeat;
 }

.terms-header{
  text-transform: uppercase;
  font-size: 3rem;
  margin-bottom: 20px;
  font-family: 'Poppins-Bold';
}
.terms-desc{
  font-size: 13px;
    letter-spacing: 0;
    line-height: 28px;
    word-spacing: initial;
    margin-bottom:7.5px;
    text-align:left;
}
.container.condition {
  padding: 8rem;
}
 /* privacy policy */
.privacy-back{
  background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(../images/terms_and_conditions_2.png);
  background-size: cover;
  height: 300px;
  position: relative;
}
ol.terms-desc>li {
  /* line-height: 3rem; */
  margin-top: 7.5px;
  line-height: 28px;
}
.strong-head{
  text-align: left;
}


 /* contact  us*/
 .contact{
  padding:20px 80px;
 }
 .contact-header{
  text-align: center;
  text-transform: uppercase;
  font-size: 3rem;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: bold;
 }
 .contact-desc{
  line-height: 2.5rem;
    word-spacing: 0.3rem;
    width: 47%;
    margin: auto;
    text-align:center;
 }
 .contact-form>input {
  padding: 28px;
}
.contact-form>label {
  font-weight: 500;
  text-align: left;
  margin-left: 18px;
  color: #000000b8;
}
.contact-form>select {
  padding: 28px;
}
.contact-form>div>input {
  padding: 28px;
}
.js-example-basic-single {
  padding: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 16px!important;
  right: 6px !important;
  width: 20px;
}
.select2-container {
  width: 100% !important;
  
}
.select2-container--default .select2-selection--single {

  border-radius: 4px;
  padding: 14px!important;
  height: 58px!important;
}
.col-lg-6.your-number {
  padding: 0px 0px 16px 8px;
}
.col-lg-6.your-mail {
  padding: 0px 11px 8px 0px;
}
.your-number>label{
  font-weight: 500;
  text-align: left;
  margin-left: 18px;
  color: #000000b8;
}
.your-mail>label{
  font-weight: 500;
  text-align: left;
  margin-left: 18px;
  color: #000000b8;
}
form#product_category {
  padding:20px 50px;
}
.contact-back{
  background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(../images/contact-us.png);
  background-size: cover;
  height: 300px;
  position: relative;
}
.contact-details{
  padding: 60px;
}
.contact-address{
  min-height: 185px;
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
  text-align: center;
}
.contact-address>img{
  width: 74px;
  padding: absolute;
  position: absolute;
  top: -42px;
  left: 50%;
    transform: translateX(-50%);
}
.contact-address-details{
  font-size: 16px;
  line-height: 2.5rem;
  word-spacing: 0.5rem;
  padding-top: 55px;
}
.form-group {
  margin-bottom: 26px;
}
  
  /* career */

.career-back{
  background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(../images/asianmuslimfemalehrmanag_792558.png);
  background-size: cover;
  height: 300px;
  position: relative;
}
section.career {
  padding: 40px;
}
.career-header{
  text-align: center;
  text-transform: uppercase;
  font-size: 3rem;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Poppins-Bold';
}
p.personal-info-header{
  font-size: 2.3rem;
    /* margin-top: 20px; */
    /* margin-bottom: 10px; */
    font-family: 'Poppins-Medium';
  
}

/* Services page */
img.promotion-card-img {
  width: 70px;
  padding-top: 25px;
}
.personal-list-header{
  font-size: 2rem;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Poppins-Bold';
}
.service-card{
  background-color: transparent; ;
  /*background-color:#007B8B ;*/
  color: #fff;
  margin: 15px 29px 10px 1px;
}
.service-card-body{
  
  padding: 30px;
}
.service-card-text{
  margin: 0px;
}
.service-card-button {
  padding: 13px 25px;
  margin-top: 20px;
}
.service-card-button>a{
  font-family: 'Poppins-Bold';
  color:#3a3737;

}
.service-card-title{
  font-family: 'Poppins-Bold';
}
.faq{
  padding: 84px 37px;
  text-align: center;
  color: #3a3737;
  background: #EEEEEE;
}
.faq-desc {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.faq-header {
  font-family: 'Poppins-Bold';
  font-size: 3.5rem;
  margin-bottom: 10px;
 
}
.faq__accordion .card:first-child {
  border-width: 2px 0px 1px 0px;
}
.faq__accordion .card {
  margin-bottom: 5px;
}
.faq__accordion .card .card-header {
  border-bottom: 1px solid #cac2c2;
  padding: 15px 60px;
  text-align: left;
  margin: auto;
  position:relative;
}
.faq__accordion .card .card-header>a {
text-decoration: none;
}
.faq__accordion .card .card-link span {
  float: left;
    color: #f1f1f1;
    font-size: 16px;
    background: #2b9bd8;
    margin-top: 6px;
    margin-right: 20px;
    padding: 0px 4px;
    position:absolute;
    left:15px;
}
a.card-link {
  color: #3a3737;
  font-family: 'Poppins-Medium';
  font-size: 1.5rem;
}
.faq__accordion .card a[aria-expanded="true"] .fa-plus:before {
  content: "\f068";
}
.faq__accordion .card-body {
  text-align: left;
  /* margin-left: 20px; */
  padding: 20px 0px;
}
.faq__accordion .card-body>p {
  margin: 0px 35px;
}
.loan-Emi{
  padding: 40px;
}
.loan-Emi-header{
  text-transform: uppercase;
  font-size: 3rem;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Poppins-Bold';
}
.loan-Emi-desc{
  font-size: 1.6rem;
  margin-top: 14px;
  margin-bottom: 10px;
  font-family: 'Poppins-Regular';
}
.range-slider {
  padding: 17px;
}
#demo {
  border: 1px solid;
  padding: 6px 31px;
  margin-top: 15px;
  width: fit-content;
}
#demo1 {
  border: 1px solid;
  padding: 6px 31px;
  margin-top: 15px;
  width: fit-content;
}
#demo2 {
  border: 1px solid;
  padding: 6px 31px;
  margin-top: 15px;
  width: fit-content;
}
.range-card {
  background-color: #009AD8;;
  padding: 30px;
  text-align: center;
  color: #fff;
  margin: 30px;
}
.range-card-header {
  font-size: 2.5rem;
  font-family: 'Poppins-Bold';
}
.card.range-card>div {
  margin-bottom: 25px;
}
.promotion{
  padding: 60px 108px;
    text-align: center;
}
.promotion-header{
  text-transform: uppercase;
  font-size: 3.5rem;
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: 'Poppins-Bold';
}
.card.promotion-card {
  background: #0052A1;
  color: white;
  text-align: left;
}
.promotion-card-body {
    padding: 34px;
    min-height: 312px;

}
.promotion-card-text {
  margin: 0px;
  font-size: 23px;
  line-height: 3.3rem;
}
.promotion-card-title {
  font-size: 13px;
  margin-bottom: 20px;
}
.card.promotion-card2 {
  background: #009AD8;
  color: white;
  text-align: left;
}
.card.promotion-card3 {
  background: #007B8B;
  color: white;
  text-align: left;
}
.card.promotion-card4 {
  background: #1EB2BA;
  color: white;
  text-align: left;
}
/* Our products */
.personal-child-finance {
  padding: 60px;
  background: #EEEEEE;
}
.range-product-card {
  /* background-color: #009AD8; */
  padding: 30px;
  text-align: left;
  /* color: #fff; */
  /* margin: 30px; */
}
.EMI{
  padding: 60px;
}
.EMI_header{
  text-transform: uppercase;
  padding-bottom: 30px;
    font-size: 3rem;
    font-family: 'Poppins-Bold';
    text-align: center;
}
.product_card{
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 4%), 0 3px 10px 0 rgb(0 0 0 / 12%);
  min-height: 425px;
}
.card.range-product-card.product_card>div {
  padding: 20px;
}
.main-card{
  padding: 0px;
  width: 23.6%;
  margin: 0px;
}
@import url('https://fonts.googleapis.com/css?family=Playfair+Display');

.pie-chart {
  position: relative;
}

.pie-chart__canvas {
  height: 100%;
  left: 0;
  position: absolute;
  transform: rotateX(180deg);
  top: 25%;
  width: 100%;
}

.pie-chart__percentage {
  font-family: 'Playfair Display';
  font-size: 30px;
  left: 50%;
  position: absolute;
  top: 80%;
  display: none;
  transform: translateX(-50%) translateY(-50%);
}
span.pie_chart-text {
 
  font-size: 30px;
  left: 50%;
  position: absolute;
  top: 68%;
  font-weight: 600;
  color: #000!important;
  transform: translateX(-50%) translateY(-50%);
}
figcaption {
  position: absolute;
  top: 87%;
  left: 16%;
 
}
figcaption>span{
  font-size: smaller;
  text-align: right;
}

figcaption>.span1 {
  top: 5px;
  font-size: smaller;
  position: absolute;
  left: 135px;
  background:#a6cfd5;
  width: 10px;
  height: 10px;
}
figcaption>.span2 {
  top: 5px;
  font-size: smaller;
  position: absolute;
  left: -16px;
  background: #26408b;
 
  width: 10px;
  height: 10px;
}
span.pie_chart-text2{
  font-size: 30px;
  left: 47%;
  color: #000!important;
  position: absolute;
  top: 83%;
  transform: translateX(-50%) translateY(-50%);
}
.short-story p.short-desc, p.short-desc{
    font-size: 16px;
    letter-spacing: 0;
    line-height: 40px;
}


