.icon-height{
    height: 40px;
    margin-bottom: 5px;
}
.normal-title h2{
    font-size: 30px;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 30px;
    position: relative;
    display: block;
    text-transform: capitalize;
}
.single-feature-three a{
    color: #ffb606;
    font-weight: 600;
}

@media (max-width: 767px){
    .normal-title h2{
        font-size: 25px;
    }
}

/* Quran teacher */
.team-single-img{
    text-align: center;
}
.profile-section{
    font-size: 16px;
    color: #6f6f6f;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.8px;
    margin: 4% 0;
    padding: 25px;
    border-radius: 20px;
    box-shadow: 2px 1px 10px #b6b8b3;
}
.font-size38 {
    font-size: 38px;
}
.team-single-text .section-heading h4,
.section-heading h5 {
    font-size: 36px
}

.team-single-text .section-heading.half {
    margin-bottom: 20px
}

@media screen and (max-width: 1199px) {
    .team-single-text .section-heading h4,
    .section-heading h5 {
        font-size: 32px
    }
    .team-single-text .section-heading.half {
        margin-bottom: 15px
    }
}

@media screen and (max-width: 991px) {
    .team-single-text .section-heading h4,
    .section-heading h5 {
        font-size: 28px
    }
    .team-single-text .section-heading.half {
        margin-bottom: 10px
    }
}

@media screen and (max-width: 767px) {
    .team-single-text .section-heading h4,
    .section-heading h5 {
        font-size: 24px
    }
}


.team-single-icons ul li {
    display: inline-block;
    border: 1px solid #02c2c7;
    border-radius: 50%;
    color: #86bc42;
    margin-right: 8px;
    margin-bottom: 5px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.team-single-icons ul li a {
    color: #02c2c7;
    display: block;
    font-size: 14px;
    height: 25px;
    line-height: 26px;
    text-align: center;
    width: 25px
}

.team-single-icons ul li:hover {
    background: #02c2c7;
    border-color: #02c2c7
}

.team-single-icons ul li:hover a {
    color: #fff
}

.team-social-icon li {
    display: inline-block;
    margin-right: 5px
}

.team-social-icon li:last-child {
    margin-right: 0
}

.team-social-icon i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 15px;
    border-radius: 50px
}

.padding-30px-all {
    padding: 30px;
}
.bg-light-gray {
    background-color: #f7f7f7;
}
.text-center {
    text-align: center!important;
}
img {
    max-width: 100%;
    height: auto;
}


.list-style9 {
    list-style: none;
    padding: 0
}

.list-style9 li {
    position: relative;
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.1)
}

.list-style9 li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0
}


.text-sky {
    color: #02c2c7
}

.text-orange {
    color: #e95601
}

.text-green {
    color: #5bbd2a
}

.text-yellow {
    color: #f0d001
}

.text-pink {
    color: #ff48a4
}

.text-purple {
    color: #9d60ff
}

.text-lightred {
    color: #ff5722
}

a.text-sky:hover {
    opacity: 0.8;
    color: #02c2c7
}

a.text-orange:hover {
    opacity: 0.8;
    color: #e95601
}

a.text-green:hover {
    opacity: 0.8;
    color: #5bbd2a
}

a.text-yellow:hover {
    opacity: 0.8;
    color: #f0d001
}

a.text-pink:hover {
    opacity: 0.8;
    color: #ff48a4
}

a.text-purple:hover {
    opacity: 0.8;
    color: #9d60ff
}

a.text-lightred:hover {
    opacity: 0.8;
    color: #ff5722
}

.custom-progress {
    height: 10px;
    border-radius: 50px;
    box-shadow: none;
    margin-bottom: 25px;
}
.progress {
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem;
}


.bg-sky {
    background-color: #02c2c7
}

.bg-orange {
    background-color: #e95601
}

.bg-green {
    background-color: #5bbd2a
}

.bg-yellow {
    background-color: #f0d001
}

.bg-pink {
    background-color: #ff48a4
}

.bg-purple {
    background-color: #9d60ff
}

.bg-lightred {
    background-color: #ff5722
}

.five-stars{
    display: inline;
}
.five-stars ul {
    display: inline-flex;
}

.five-stars ul li {
    display: inline-block;
}

.five-stars ul li i {
    color: #04b8e5;
}

.team-single-audio{
    text-align: center;
}
.team-single-audio span{
    font-size: 13px;
}
.team-single-audio audio{
    width: 100%;
}
.team-single-audio .btn-book-free{
    background-color: #FFB606;
    color: #fff;
    padding: 6px 0;
    width: 100%;
    font-size: 17px;
    font-weight: 600;
    border-radius: 10px;
    margin: 7px 0 4px;
}

.team-single-audio .btn-browse-course{
    background-color: black;
    color: #fff;
    padding: 6px 0;
    width: 100%;
    font-size: 17px;
    font-weight: 600;
    border-radius: 10px;
    margin: 7px 0 4px;
}

/* Video owl carousal */
.parent-box{
    background-color: #ddd;
    display: flex;
}
.box{
    height: 300px;
    background-color: #FFBC1A;
    margin: 10px;
}
.owl-carousel .owl-nav button.owl-prev{
background: none;
color: inherit;
border: none;
padding: 0 !important;
font: inherit;
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 50px;
height: 50px;
border-radius: 50%;
background-color: #04B8E5 !important;
}

.owl-carousel .owl-nav button.owl-next{
background: none;
color: inherit;
border: none;
padding: 0 !important;
font: inherit;	
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 0;
width: 50px;
height: 50px;
border-radius: 50%;
background-color: #04B8E5 !important;
}

.owl-nav span{
    left: 17px;
    font-size: xxx-large;
    color: black;
    position: absolute;
    bottom: -15px;
}

.parent-box{
    margin-top: 40px;
}

/* Free E Book Page */
.slider-para{
    color: #fff !important;
    font-size: 17px;
}
@media (max-width:767px){
    .book-text{
        font-size: 35px !important;
    }
}
.download-book{
    background-color: #FFB606;
    color: #fff;
    padding: 2px 10px;
    font-size: 17px;
    font-weight: 600;
    border-radius: 10px;
}
.download-book:hover{
    color: #fff;
    background-color: #CC9205;
}
.square-box{
    text-align: center;
}
.image-resize img{
    height: 350px;
    width: 100%;
}

/* Blog page */
.blog-p p{
    background-color: gray;
}
.blog-details-area hr{
    margin: 2rem 0;
}

.article-content .continue-read{
   color: #ffffff;
    font-weight: 600;
    font-size: 15px;
    padding: 2px 15px;
    border: 2px solid #FFB606;
    border-radius: 6px;
    background: #eeab06;
}
.article-content .continue-read:hover{
    color: white;
    background-color: #FFB606; 
}

.article-content .continue-read .bx-chevron-right{
    position: relative;
    top: 4px;
    font-size: 20px;
}

.blog-details-area .widget-area .widget-peru-posts-thumb .item .thumb .fullimage.bg5 {
  background-image: url(../img/blog-details/Quran-Classes-in-Ramadan.webp);
}


.blog-details-area .widget-area .widget-peru-posts-thumb .item .thumb .fullimage.bg11 {
  background-image: url(../img/blog-details/Reading-Quran-Basics-Course.webp);
}

.blog-details-area .widget-area .widget-peru-posts-thumb .item .thumb .fullimage.bg12 {
  background-image: url(../img/blog-details/Quran-Recitation.webp);
}

.blog-details-area .widget-area .widget-peru-posts-thumb .item .thumb .fullimage.bg13 {
  background-image: url(../img/blog-details/Quran-Tajweed.webp);
}

.blog-details-area .widget-area .widget-peru-posts-thumb .item .thumb .fullimage.bg14 {
  background-image: url(../img/blog-details/Quran-Memorization.webp);
}

.blog-details-area .widget-area .widget-peru-posts-thumb .item .thumb .fullimage.bg15 {
  background-image: url(../img/blog-details/Islamic-Studies.webp);
}

.blog-details-area .widget-area .widget-peru-posts-thumb .item .thumb .fullimage.bg16 {
  background-image: url(../img/blog-details/Learn-Arabic.webp);
}