#sp-top-bar {
    background-color: #ffffff;
    color: #d4d4d4;
}

.sp-module .sp-module-title {
    color: #ffffff;
}



article hr {
  display:none;
}

.breadcrumbs {
   padding: 10px;
}

.breadcrumbs__item {
   display: inline-block;
}

.breadcrumbs__item:not(:last-of-type)::after{
   content: '/';
   margin: 0 5px;
   color: #cccccc;
}

.breadcrumbs__link {
   text-decoration: none;
   color: #999999;
}

.breadcrumbs__link:hover {
   color: #055a73;
} 

.breadcrumbs__link--active {
   color: #055a73;
   font-weight: 500;
}

#sp-main-body {
    padding: 20px 0;
}

.reciter-card {
  background-color: #fafafa;
  padding: 15px;
  padding-left: 35px;
  width: 375px;
  cursor:pointer;
  
}

.reciter-cards {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-gap: 5px;
  justify-content:center;
}

/* Screen larger than 600px? 2 column */
@media (min-width: 600px) {
  .reciter-cards { grid-template-columns: repeat(2, 1fr); }
}

/* Screen larger than 900px? 3 columns */
@media (min-width: 900px) {
  .reciter-cards { grid-template-columns: repeat(3, 1fr); }
}

.flipcard-section{
    padding-bottom: 30px;
}
.flip-card {
    background-color: transparent;
    height: 240px;
    perspective: 1000px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-card-front {
    background-color: #fafafa;
    color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding: 40px; */
}

.flip-card-back {
    background-color: #fafafa;
    transform: rotateY(180deg);
}

.alphabet {
    color: #055a73;
    font-size: 140px;
    font-weight: 600;

}

.flip-card-back p {
    color: black;
    padding: 40px 20px;
    font-weight: 400;
    font-size: 20px;
}

.clickbtn {
    background-color: #055a73;
    color: #fff;
    padding: 5px 30px;
    text-align: center;
    display: inline-block;
    font-size: 20px;
    border-radius: 25px;
    margin: 10px 30px;
    cursor: pointer;
}

.flip-card-back a:hover {
    text-decoration: none;

    background-color: #fafafa;
    border: 2px solid #055a73;
    color: #055a73;
}

.flip-card {
    margin-top: 30px;
}
.recitersList-section a {
    display: flex;
    align-items: center;
    justify-content: left;
    background-color: #fafafa;
    padding: 15px;
    color: black;
    margin-top: 30px;
  transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.recitersList-section a:hover {
    background-color: #ececec;
    text-decoration: none;
}

#footer-socials {
    text-align: left;
}

#footer-socials .socials {
    text-align: left;
    margin: 10px -7px;
    display: inline-block;
    vertical-align: left;
}

a.socials-item {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin: 0 5px;
    line-height: 16px;
    padding: 10px;
    border-radius: 50%;
    background-color: #141421;
    border: 1px solid #2e2e4c;
    box-shadow: 3px 9px 16px rgb(0,0,0,0.4), -3px -3px 10px rgba(255,255,255, 0.06), inset 14px 14px 26px rgb(0,0,0,0.3), inset -3px -3px 15px rgba(255,255,255, 0.05);
}

.socials-item i {
    display: inline-block;
    font-weight: normal;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-size: 16px;
    text-align: center;
    vertical-align: top;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: normal;
    text-rendering: auto;
}

.facebook {
    color: #4e64b5;
}

.twitter {
    color: #00aced;
}
.instagram {
    color: #9a8f62;
}
.youtube {
    color: #c82929;
}

.telegram {
    color: #2ca5e0;
}


a.socials-item:hover {
    
    border-color: rgba(5, 90, 115, 1);
    color: #055a73;
}


     

        .aboutus_section .heading {
            text-transform: uppercase;
            text-align: center;
            padding-bottom: 15px;
            color: #055a73;
        }

        .aboutus_section p {
            text-align: justify;
        }

        body {
            max-width: 100%;
            overflow-x: hidden;
        }

      

        @media only screen and (max-width: 667px) {

            .resp {
                max-width: 100%;
                height: auto;
            }

        }


        .cards_section .card {
            border-top: 4px solid #055a73 !important;
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
            border-radius: 6px;
            border: 0px;
            margin-top: 20px;
            text-align: center;
        }

        .card:active {
            transform: scale(1) translateZ(0);
            box-shadow: 0 15px 24px rgba(0, 0, 0, 0.11),
                0 15px 24px var(--box-shadow-color);
        }

        .cards_section h3 {
            color: #055a73;
        }

        .cards_section p {
            color: grey;
        }

        .cards_section a {
            text-decoration: none;
        }

        .cards_section a:visited {
            border-top: 4px solid red !important;
        }

        .cd {
            font-size: 50px;
            color: #055a73;
            /* float: right; */
        }

        .cards_section .card {
            transition: all 1s ease;
            padding-bottom: 20px;

        }

        .card:hover {
            transform: scale(1.1)
        }

        /* CSS for Animation on Scroll Start  */
        .animated__video,
        .animated__description,
        .animated__aboutdes,
        .animated__card1,
        .animated__card2,
        .animated__card3,
        .animated__card4 {
            opacity: 0;
        }

        .animated__video.animated,
        .animated__description.animated,
        .animated__aboutdes.animated,
        .animated__card1.animated,
        .animated__card2.animated,
        .animated__card3.animated,
        .animated__card4.animated {
            opacity: 1;
        }



        /* CSS for Animation on Scroll End  */


 .about_mainsec {
  padding-top: 5px;
  padding-bottom: 10px;
  text-align: center;
}

.about_mainsec h3 {
  color: #055a73;
  padding-top: 10px;
}

.about_mainsec p {
  text-align: justify;
  padding: 5px;
}

.about_mainsec ul {
  text-align: left;
  margin-top: 10px;
  padding-left: 0px;
}

.about_mainsec ul li {
  list-style: none;
}

.about_mainsec ul li p img {
  display:inline;;
}

.about_mainsec p i {
  color: #055a73;
  padding: 10px;
}



.about_mainsec h5 q {
  color: #055a73;

}

.timeline_section h1 {
  color: #055a73;
  text-transform: uppercase;
}

.tbox_section {
  padding-top: 20px;
  padding-bottom: 20px;
}

.tbox_section h1 {
  color: #055a73;
  text-transform: uppercase;
}




.wrapper{
    max-width: 1080px;
    margin: 50px auto;
    padding: 0 20px;
    position: relative;
  }
  .wrapper .center-line{
    position: absolute;
    height: 100%;
    width: 4px;
    background: #055a73;
    left: 50%;
    top: 20px;
    transform: translateX(-50%);
  }
  .wrapper .row{
    display: flex;
  }
  .wrapper .row-1{
    justify-content: flex-start;
  }
  .wrapper .row-2{
    justify-content: flex-end;
  }
  .wrapper .row section{
    background: #055a73;
    border-radius: 5px;
    width: calc(50% - 40px);
    padding: 20px;
    position: relative;
  }
  .wrapper .row section::before{
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    background: #055a73;
    top: 28px;
    z-index: -1;
    transform: rotate(45deg);
  }
  .row-1 section::before{
    right: -7px;
  }
  .row-2 section::before{
    left: -7px;
  }
  .row section .icon,
  .center-line .scroll-icon{
    position: absolute;
    background: #f2f2f2;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: #055a73;
    font-size: 17px;
    box-shadow: 0 0 0 4px #fff, inset 0 2px 0 rgba(0,0,0,0.08), 0 3px 0 4px rgba(0,0,0,0.05);
  }
  .center-line .scroll-icon{
    bottom: 0px;
    left: 50%;
    font-size: 25px;
    transform: translateX(-50%);
  }
  .row-1 section .icon{
    top: 15px;
    right: -60px;
  }
  .row-2 section .icon{
    top: 15px;
    left: -60px;
  }
  .timelinerow section .details,
  .timelinerow section .bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .timelinerow section .details .title{
    font-size: 22px;
    font-weight: 600;
    color: #fff;
  }
  .timelinerow section p{
    margin: 10px 0 17px 0;
    color: #fff;
  }
  .details span {
      color: #fff;
  }
  .bottom i {
      color: #fff;
  }

  .timelinerow section .bottom a:hover{
    transform: scale(0.97);
  }
  @media(max-width: 790px){
    .wrapper .center-line{
      left: 40px;
    }
    .wrapper .row{
      margin: 30px 0 3px 60px;
    }
    .wrapper .row section{
      width: 100%;
    }
    .row-1 section::before{
      left: -7px;
    }
    .row-1 section .icon{
      left: -60px;
    }
  }
  @media(max-width: 440px){
    .wrapper .center-line,
    .timelinerow section::before,
    .timelinerow section .icon{
      display: none;
    }
    .wrapper .row{
      margin: 10px 0;
    }
  }


  html{
      scroll-behavior:smooth;
  }

   /* CSS for Animation on Scroll Start  */
   .animated__bismillahimg,
   .animated__icon1,
   .animated__icon2,
   .animated__icon3,
   .animated__icon4,
   .animated__timeline1,
   .animated__timeline2,
   .animated__timeline3,
   .animated__timeline4,
   .animated__timeline5,
   .animated__timeline6 {
       opacity: 0;
   }

   .animated__bismillahimg.animated,
   .animated__icon1.animated,
   .animated__icon2.animated,
   .animated__icon3.animated,
   .animated__icon4.animated,
   .animated__timeline1.animated,
   .animated__timeline2.animated,
   .animated__timeline3.animated,
   .animated__timeline4.animated,
   .animated__timeline5.animated,
   .animated__timeline6.animated {
       opacity: 1;
   }
 body{
   max-width: 100%;
   overflow-x: hidden;
 }


   /* CSS for Animation on Scroll End  */

/** Generated by FG **/
@font-face {
	font-family: 'Conv_AlQalamQuran';
	src: url('../fonts/AlQalamQuran.eot');
	src: local('☺'), url('../fonts/AlQalamQuran.woff') format('woff'), url('../fonts/AlQalamQuran.ttf') format('truetype'), url('../fonts/AlQalamQuran.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

*[dir=rtl] {
  line-height: 1.5;
}



        .audioCards_section .card {
            border-top: 4px solid #055a73 !important;
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
            border-radius: 6px;
            border: 0px;
            margin-top: 20px;
            text-align: center;
        }

      
        .audioCards_section h3 {
            color: #055a73;
        }

        .audioCards_section p {
            color: grey;
        }

        .audioCards_section a {
            text-decoration: none;
        }

        

        .cd {
            font-size: 50px;
            color: #055a73;
            /* float: right; */
        }


#offcanvas-toggler {
    position: relative;
    right: -88px;
}
        
