body { 
    font-family:'Droid Arabic Kufi';
    font-style:normal;
   font-weight: normal; 
    overflow-x: hidden;
    
}
/* HELPER CLASSES */
.main-color{
    color: #5f5e5e; 
}
.main-color2{
    color: #f7c648;
}
.main-color4{
    color: #24b28d;
}
.main-color5{
    color: #ededed;
}
.white-color{
    color: #fff;
}
.bg-color{
    background-color: #24b28d;
}
.pos-rel{
    position: relative;
}
.pos-abs{
    position: absolute;
}
.none{
    display: none;
}
.auto{
    margin: auto;
}
.block{
    display: block !important;
}
.line-block{
    display: inline-block !important;
}
.hiden{
    overflow: hidden;
}
.pointer{
    cursor: pointer;
}
.text{
     line-height: 31px;
    font-size: 19px;
    text-align: justify;
}
.no-padd{
    padding: 0;
}
.bt-marg-30{
    margin-bottom: 30px;
}
.tp-marg-20{
    margin-top: 20px;
}
.tp-marg-35{
    margin-top: 55px;
}
.ri-marg-15{
    margin-right: 15px;
}
.google{
    background-color: #dc4335;
}
.facebook{
    background-color: #30497d;
}
.youtube{
    background-color: #e42c2f;
}
.insta{
    background-color: #405fa4;
}
.twiter{
    background-color: #339dc3;
}
/* START HEADER */
.header{
    background-image: url(../images/bg-header.png);
    background-size: cover;
}
.header .mobile{
    margin-top: 150px;
}
.header .logo-waqf{
    margin-top: 40px;
}
.header .btn{
    top: 20px;
    position: fixed;
    z-index: 2;
    display: block;
    color: #d2d5dd;
    background-color: rgba(235,223,207,.43);
}
.header .logo{
   margin-top: 30px;
}
.header .details h1{
    margin: 0px 0 15px;
    font-size: 30px;
}
.header .details span{
    font-size: 22px;
    line-height: 37px;
}
.header .details p{
    font-size: 17px;
    margin: 12px 0 15px;
}
.header .details .image img{
    margin: 0 10px;
}
/*  START NEW-SERVICES  */
.new-services{
    padding: 250px 0 0;
}
.new-services h3{
    color: #097d8e;
    font-size: 35px;
}
.new-services h3:after{
    position: absolute;
    height: 3px;
    width: 70%;
    background-color: #24b28d;
    content: " ";
    right: 80px;
    bottom: -20px;
}
.new-services .new-services-text{
    margin-top: 75px;
    font-size: 30px;
    background-color: #097d8e;
    color: #fff;
    padding: 50px 0;
    line-height: 50px;
}
.new-services .new-services-text img{
    top: -275px;
    left: 125px;  
}
.new-services .new-services-text-2{
    margin: 350px 0 50px;
}
.new-services .new-services-text-2 img{
    top: -275px;
    right: 0;  
}
.new-services .new-services-text-3{
    margin-top: 325px;
}
.new-services .new-services-text-3 img {
    top: -215px;
    left: 3px;
}
/*  START SERVICES  */

.services{
    background-image: url(../images/bg-servics.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 100px 0 85px;
}
.services .col-xs-4{
    width: 75px;
    height: 75px;
    border-radius: 50%;
    padding-top: 13px;
    margin-top: 35px;
    box-shadow: 0px 0px 25px 8px #e4e6e9;
}
.services p{
    color: #7c7c7c;
    line-height: 30px;
}
.services .btn{
    background-color: #6280a7;
    border-radius: 8px;
}
.services .btn:hover{
    color: #fff;
}
.services .khatma ,.services .telawa{
    margin-right: 40px;
}
.services .library{
    margin-right: 60px;
}
.services .modal.in .modal-dialog{
    width: 80%;
}
/*   START TESTIMONIAL   */
.testimonial{
    background-image: url(../images/bg-testimonial.png);
    background-size: cover;
    background-color: #1fb08b;
    background-blend-mode: color-burn;
    padding: 50px 0;
}
.testimonial .swiper-container {
      width: 100%;
      padding-top: 90px;
      padding-bottom: 85px;
}
.testimonial .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 600px;
    border-bottom: 5px solid #658fd2;
    padding: 50px 75px;
    margin: 0 50px 0 50px;
    background-color: #fff;
    border-radius: 15px;
}
.testimonial .swiper-slide img{
    top: -80px;
    right: 40%;
    border: 2px solid #658fd2;
}
.testimonial .swiper-slide p{
    font-size: 20px;
    color: #008bb4;
}
.testimonial .swiper-slide span{
    position: absolute;
    bottom: 65px;
    right: 6%;
    color: #008bb4;
}
.testimonial .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    border: 2px solid #008bb4;
    background-color: transparent;
}
.testimonial .swiper-pagination-bullet-active{
    background-color: #f7c648;
}
/*   START DOWNLOAD   */
.download{
    padding-top: 15px;
    background-image: url(../images/pattern-02.png);
}
.download h3{
    color: #097d8e;
    font-size: 30px;
}
.download span{
    color: #24b28d;
    font-size: 25px;
}
.download .image{
    margin-top: 25px;
}
.download .download-text{
    padding: 100px 0 30px;
}
/*  START FOOTER  */
footer{
    padding: 60px 0;
    background-color: #097d8e;
}
footer .nav > li{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 60px;
}
footer .nav > li > a{
    padding: 0;
    font-size: 12px;
}
footer .nav > li > a:hover,
footer .nav > li > a:focus {
    background-color: transparent;
    color: #fff;
}
footer h5{
    text-align: left;
    margin-top: 18px;
    color: #fff;
}
footer h5 span{
    color: #fff;
}
footer a{
    color: #fff;  
}
footer a:hover{
    text-decoration: none;
    color: #fff;
}
footer ul:after{
    position: absolute;
    content: " ";
    width: 49%;
    border: 1px solid #4e5e74;
    top: 75px;
    right: 28%;
    overflow: auto;
}
/**********************/
@media(max-width: 1200px){
    .header .details .image img{
        margin: 0;
    }
    .download .google-play{
        margin-right: 0;
    }
    .new-services .new-services-text img{
        left: 75px;
    }
    .new-services .new-services-text{
        font-size: 27px;
    }
}
@media(max-width: 992px){
    .new-services .new-services-text img {
        left: 0;
    }
     .new-services .new-services-text{
        font-size: 20px;
    }
    .header .details span {
        font-size: 16px;
    }
    .new-services {
        padding: 50px 0 0;
    }
}
@media(max-width: 768px){
    .new-services .new-services-text img{
        position: static;
        margin: auto;
    }
    .new-services h3{
        font-size: 30px;
    }
    .new-services .new-services-text {
        font-size: 16px;
    }
    .new-services h3:after{
        width: 90%;
        right: 10px;
    }
    .new-services .new-services-text-2,.new-services .new-services-text-3{
        margin: 50px 0;
    }
    footer .col-sm-6, footer h5{
        text-align: center;
    }
    footer h5{
        margin-top: 50px;
    }
}
@media(max-width: 480px){
    .header .details .image img {
        margin-top: 25px;
    }
    .download .image img{
        margin-top: 25px; 
    }
    footer ul:after{
        right: 0;
        width: 100%;
    }
    .testimonial .swiper-slide{
        width: 440px;
    }
    .testimonial .swiper-slide p{
        font-size: 14px;
    }
}