@font-face {
    font-family: "GeMedium";
    src: url("../Fonts/GE_SS_TWO_MEDIUM.OTF");
  }
  @font-face {
    font-family: "GeBold";
    src: url("../Fonts/GE_SS_TWO_BOLD.OTF");
  }
  @font-face {
    font-family: "GeLight";
    src: url("../Fonts/GE_SS_TWO_LIGHT.OTF");
  }
  @font-face {
    font-family: "LatoBold";
    src: url("../Fonts/LATO-BOLD.TTF");
  }
body{
    background: #fff;
    color: #515151;
    direction: rtl;
    text-align: right;
    font-family: GeLight;
    overflow-x: hidden
}
.mt-3{
  margin-top: 3rem !important;
}
.mb-3{
  margin-bottom: 3rem !important;
}
h1,h2,h3,h4,h5,h6{
    font-family: GeBold;  
}
.margin-auto{
  margin: auto;
}
.reports-page{
    padding: 0 10rem;
    padding-bottom: 2rem;
}
.reports-page .report-logo{
    float: left;
}
.reports-page .report-title{
  color: #fff;
  background:#d21d44;
  text-align: center;
  border-radius: 22px;
  margin-top: 1rem
}
.reports-page .report-title h4{
  padding: .5rem;
  font-size: 1.5rem;
}
.counter{
  color: #d21d44
}
.countOf-muslim{
  text-align: center
}
.counter{
  display: block;
  font-family: LatoBold;
}
.countMuslim-total .count-total {
      font-size: 4rem;
}
.countMuslim-kind{
  border-top: 1px solid #515151;
  padding-top: .5rem;
  margin-right: 2rem;
  margin-left: 2rem;
  font-size: 2rem;
}
.countMuslim-kind h3{
  margin: 0
}
.countMuslim-male{
  text-align: right
}
.countMuslim-female{
  text-align: left
}
.count-total .counter{
 display: inline-block;
}
.count-total{
  color: #d21d44;
}
.countries-mohtade .countries-body{
  display: flex;
  overflow: hidden;
  flex-wrap: wrap;
}
.countries-mohtade {
  margin-top: 2rem
}
.countries-mohtade .countries-flag{
  display: flex;
  margin-bottom: 2rem;
  width: 16%;

}
.countries-mohtade h2{
  font-size: 2.2rem;
}
.countries-mohtade .countries-flag .flag{
  width: 30px;
  height: 20px;
  margin-left: 10px;
}
.mohtade-languages-body{
  background-size: contain;
  background-repeat: no-repeat;
}
.countries-mohtade .countries-name{
  margin: 0;
  font-weight: bold
}
.mohtade-language-flag{
  display: flex
}
.mohtade-language-flag img{
  width: 70px;
  height: 70px;
  margin-left: 20px;
}
.mohtade-language-flag {
  margin-top: 1rem;
  border-bottom: 1px solid #515151;
}
.mohtade-language-flag  .language-flag h5,
.mohtade-language-flag  .language-flag  h4{
margin: 0
}
.mohtade-language-flag  .language-flag h5{
  font-size: 1rem
}
.mohtade-language-flag  .language-flag h4{
  font-size: 1.2rem;
}
.mohtade-language-flag .counter{
  font-size: 2rem
}
.mohtade-language-statistics {
  margin-right: 15%;
}
.mohtade-language-statistics .count-total i{
  font-size: 2rem
}
.col-xs-6{
  padding-right: 15px;
  padding-left: 15px; 
}
.reports-page .slim-navbar{
  border: 0
}
.slim-navbar .sub-item .sub-with-sub::after,
.slim-navbar .nav-item.with-sub > a::after{
  content: '\f124';
  font-family: "Ionicons";
  font-size: 10px;
  top: 9px;
  right: 20px;
  color: #adb5bd;
}
.reports-page .slim-navbar{
  width: 100%;

}
.main-nav .logo{
  padding: 15px 0;
  max-height : 170px;
}
.report-header .report-header-head{
  text-align: center;
  width: 100%;
  margin-top: 30px;
}
/********************************/
/*      media */
/********************************/
@media (max-width: 767px) {
  .main-nav  .col-md-8{
    text-align: center;
  }
  .reports-page .slim-navbar .nav-link span:not(.square-8){
    display: block
  }
  .reports-page  .slim-navbar .nav-link span:not(.square-8){
    margin: 0 10px; 
  }
  .reports-page .slim-navbar {
    width: 100%;
    margin-top: 20px;
    float: none;
    padding: 0 20px;
}
  .reports-page{
    padding: 0
  }
  .countries-mohtade .countries-body{
    width: auto
  }
  .report-header{
    margin-top: 20px
  }

  .report-header .report-header-head h4, .report-header .report-header-head h2{
    font-size: 1rem
  }
  .reports-page .report-logo{
    width: 70%
  }
  .countMuslim-male,.countMuslim-kind{
    text-align: center
  }
  .mb-3 {
    margin-bottom: 1rem !important;
}
.countries-mohtade .countries-flag {
  width: auto;
  margin-left: 20px;
}
.countries-mohtade h2 {
  font-size: 2rem;
}
.mohtade-language-statistics {
  margin-right: 0;
}
.mohtade-languages-body {
  background-size: contain;
  background-repeat: repeat;
}
}
@media (min-width: 767px) and (max-width: 991px)  {
  .reports-page .slim-navbar .nav-link span:not(.square-8){
    display: block
  }
  .reports-page  .slim-navbar .nav-link span:not(.square-8){
    margin: 0 10px; 
  }
  .reports-page .slim-navbar {
    width: 100%;
    margin-top: 20px;
    float: none
}
  .countries-mohtade .countries-body{
    width: auto
  }
  .countries-mohtade .countries-flag {
    width: auto;
    margin-left: 20px;
  }
  .mohtade-language-statistics {
     margin-right: 0;
}
}