@font-face {
    font-family: jameel noori nastaleeq;
    src: url('fonts/jameelnoorinastaleeq.woff');
    font-display: swap
}
html {
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}
body {
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font: 16px/20px "jameel noori nastaleeq" !important;
    color: #404040;
    padding: 0 !important;
    margin: 0 !important;
    scroll-behavior: smooth;
}
h1, h2, h3, h4, h5, h6 {
    color: #182d41;
    font-weight: 700;
    font-family: "jameel noori nastaleeq", serif;
}
a img,
iframe {
	border: none;
}
html,body,div,span,applet,object,iframe,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline}
/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display: block;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
/* TopHeader/ Navigation Starts */
header.header-3 {
    direction: rtl;
    position: sticky;
    top: 0;
    z-index: 10000;
}

.logo-bg {
    background-size: cover;
    background-position: center;
    height: 120px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-bg h1 {
    color: #000;
    background-color: white;
    font-size: 36px;
    font-weight: bold;
    box-shadow: 5px 5px 10px black;
    padding: 4px;
    margin-top: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    header.header-3 .mobile-menu-wrapper.flex-wrap {
        flex-wrap: nowrap !important;
    }

    header.header-3 .mobile-menu-wrapper {
        align-items: center !important;
    }

    header.header-3 .logo {
        min-width: 0;
    }

    header.header-3 .logo-bg {
        height: 80px;
    }

    header.header-3 .logo-bg h1 {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 1.1;
    }
}

@media only screen and (max-width: 991px) {
}

@media only screen and (max-width: 767px) {
}

.menu > li > a {
    font-size: 20px;
    padding: 10px 18px 10px;
    box-shadow: unset !important;
}
.header-top-area .left li {
    padding: 10px 20px;
    font-family: system-ui;
    font-weight: 500;
}
.header-wrapper .menu-area {
    direction: rtl;
}

.header-bottom{
    /* border-radius: 7.5% / 100%;   */
    border-radius: 100px 90px / 100px;
}

/*-/ TopHeader/ Navigation Ends */

/* HomePage TopBanner Starts */
.banner-section{
    background: url("../new-imgs/ssp.png") no-repeat center center/cover;
	padding-top: 60dvh;
    display: flex;

}
.banner-section .banner-item .banner-inner .banner-content .bh1 {
    font-size: 26px;
    font-weight: 700;
    line-height: 30px;
    margin: 0 auto 15px;
}
.banner-section .banner-item .banner-inner .banner-content .bh2 {
    font-size: 45px;
    font-weight: 700;
    line-height: 45px;
    margin: 25px 0px 20px 0px;
}
.banner-section .banner-item .banner-inner .banner-content h1 {
    font-size: 84px;
    line-height: 70px;
    margin: 45px 0px 0 0;
}
.counter_sec {
    margin-top: -100px;
    padding: 15px 15px 18px;
    border-radius: 0px;
    box-shadow: 2px 2px 10px 5px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0px 0px 10px 10px rgb(0 0 0 / 10%);
    border: 1px solid rgba(0, 0, 0, .05);
    background-image: url(../images/shape/pattern-2.png);
    background-color: rgb(0 0 0 / 10%);
    border-radius: 10px;
    width: 90%;
}
.counter_sec .counter{
    color: #000;
    text-align: center;
    height: 160px;
    width: 180px;
    padding: 20px 15px 15px;
    margin: 0 40px 0 0;
    border: 3px solid #000;
    border-radius: 20px 20px;
    position: relative;
    z-index: 1;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
}
.counter_sec .counter:first-child{
    margin: 0;
}
.counter_sec .counter:before,
.counter_sec .counter:after{
    content: "";
    background: #f3f3f3;
    border-radius: 20px;
    box-shadow: 4px 4px 2px rgba(0,0,0,0.2);
    position: absolute;
    left: 15px;
    top: 15px;
    bottom: 15px;
    right: 15px;
    z-index: -1;
}
.counter_sec .counter:after{
    background: transparent;
    width: 100px;
    height: 100px;
    border: 10px solid #008000;
    border-left-color: #1f7029(39, 146, 132, 0.39);
    border-top: none;
    border-right: none;
    border-radius: 0 0 0 20px;
    box-shadow: none;
    top: auto;
    left: -6px;
    bottom: -6px;
    right: auto;
}
.counter_sec .counter.counter-icon{
    font-size: 35px;
    line-height: 35px;
    margin: 0 0 15px;
    transition: all 0.3s ease 0s;
}
.counter_sec .counter:hover .counter-icon{ transform: rotateY(360deg); }
.counter_sec .counter .counter-value {
    color: #000;
    font-size: 32px;
    font-weight: 600;
    line-height: 20px;
    margin: 0 0 15px;
    display: block;
    transition: all 0.3s ease 0s;
}
.counter_sec .counter:hover .counter-value{ text-shadow: 2px 2px 0 #d1d8e0; }
.counter_sec .counter .count-text {
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 0px;
}
/* .counter.green{
    color: #8dc63f;
    border-color: #2bb573;
} */
.counter.green:after{
    border-bottom-color: #3fa0c6;
    border-left-color: #296496;
}
@media screen and (max-width:990px){
    .counter_sec .counter{ margin-bottom: 40px; }
}
/*-/ HomePage TopBanner Ends */

/* HomePage Introduction Section */
.content_para p {
    font-size: 25px;
    color: #000000de;
    text-align: justify;
    font-weight: 300;
    padding: 10px 0 0;
    line-height: 42px;
}
.content_para p::before, 
.faith-section .faith-content .faith-item .lab-inner .lab-content p:before {
    content: "";
    margin-right: 35px;
}
.faith-section .faith-content .faith-item .lab-inner .lab-content p {
    font-size: 26px;
    line-height: 40px;
}

/* HomePage Introduction Section Ends*/
/* Common Start */
.mx-w-100{
    max-width: 100% !important;
}
.flipit{
  -webkit-transform:rotateY(180deg);
  -moz-transform:rotateY(180deg);
  -o-transform:rotateY(180deg);
  -ms-transform:rotateY(180deg);
  transform:rotateY(180deg);
  unicode-bidi:bidi-override;
  direction:rtl;
}

.active{
    color: #413fc6;
}
.mt-n30px {
    margin-top: -30px;
}
.mt-n60px {
    margin-top: -60px;
}
.mrg-70px {
    margin-right: 70px;
}
.engtxt{
    color: #fff;
    font-size: 17px;
    line-height: 26px;
    font-family: system-ui;
    direction: ltr;
}
.ltr_font{
    direction: ltr;
    font-family: "Arvo", serif !important;
}
.text_indent30{
    text-indent: 30px;
}
/* Common Ends */

.feature-section{
    padding-top: 25px;
    background-color: #e6f0f5;
    /* background-image: url("../images/jamia-2.JPG");
    background-attachment: fixed;
    background-size:cover; */
   
}
.feature-item .lab-inner .lab-content p{
    color: #000;
    line-height: 36px;
    font-size: 40px;
}
.feature-item .lab-inner .lab-content h5 {
    overflow: unset !important;
    font-size: 24px;
}
.feature-item .lab-inner .lab-content a.text-btn{
    border-bottom: 1px solid #296496;
    font-size: 19px;
    text-decoration: unset !important;
}
.feature-section .feature-item {
    max-width: 100%;
    background: #fff;
    border-radius: 20px;
    box-shadow: 4px 4px 2px rgba(0,0,0,0.2), -4px -4px 4px 2px rgba(0,0,0,0.2) ;
    /* box-shadow: 4px 4px 2px rgba(0,0,0,0.2); */
    padding: 15px 10px 20px;
}
/* .feature-section .feature-item2 {
    max-width: 100%;
    background: #fff;
    border-radius: 20px;
    box-shadow:  -4px 4px 2px rgba(0,0,0,0.2);
    padding: 15px 10px 20px;
} */

/* angle new css  */

/* .angled-section {
    position: relative;
    overflow: hidden;
    height: 400px;
    margin-bottom: 20px;
    display: flex;
}

.angled-section img {
    width: 100%;
    height: auto;
    display: block;
} */

.angled-overlay {
    flex: 1;
    padding: 20px;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.8);
}


.feature-item .lab-inner .lab-thumb {
    margin-bottom: 15px;
}
.about-section .lab-item .lab-inner .lab-thumb .img-grp .about-img img {
    margin: 85px 26px 0 0px
}
.course_popup .modal-body p {
    font-size: 22px;
    font-weight: 600;
    line-height: 40px;
    color: #333;
    margin-bottom: 15px;
}
.course_popup {
    background-color: rgba(0, 0, 0, .6)
}
.course_popup .modal-header {
    background-image: linear-gradient(0deg, #8dc53f 0%, rgba(141, 197, 63, 0) 120%);
    padding: 5px 10px;
    border: 0;
    position: relative;
    display: block;
}
.course_popup .modal-header .close {
    color: #fff;
    opacity: 1;
    font-size: 30px !important;
    position: absolute;
    top: -20px;
    right: -15px;
    margin: 0;
    background: #8dc63f;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px !important;
    outline: none;
}
.course_popup .modal-header .close span {
    position: relative;
    top: -4px;
}
.header-title img {
    width: auto;
    display: inline-block;
    margin-right: 0;
}
.faith-section .faith-content .nav .nav-item:last-child .nav-link{
    margin-right: 10px;
}
.qoute-section.hadeescust .qoute-container .qoute-item .lab-inner .lab-thumb{
    margin: 0 0  0 30px;
}
.qoute-section.hadeescust .swiper-pagination-bullet {
    opacity: unset;
    right: 0;
    top: -40px;
    position: relative;
    background-color: #296496;
    padding: 6px;
    border-radius: 100%;
    border: 2px solid #fff;
    width: 15px;
    height: 15px;
    display: inline-block;
}
.qoute-section.hadeescust .swiper-pagination-bullet-active{
    background-color: #000;
}

/* Donate section  */
.donate-section{
    background-image: url("../images/qoutebg.jpg");
    
    height: 140px;
    /* max-height: 150px ; */
}
@media only screen and (max-width: 767px){
    .donate-section{
        height: 400px;
        background-image: url("../images/jamia-3.JPG");
    }
       
    }

.program-section.register .header-title h2 {
    color: #182d41;
}
.program-section.register .register_list a img {
    margin-left: 10px;
}
.program-section.register .register_list a {
    display: inline-block;
    margin-bottom: 5px;
    padding: 18px 30px 20px;
    font-size: 28px;
    font-weight: 600;
    text-decoration: none !important;
}
.program-section.register .im-map {
    padding: 10px 0;
    position: relative
}
.program-section.register .im-map ul li {
    list-style-type: none;
    font-size: 22px;
    color: #000000de;
    font-weight: 300;
    position: relative;
    text-align: right;
    line-height: 35px;
    padding: 5px 25px 5px 0;
    vertical-align: middle;
}
.program-section.register .im-map ul li:before {
    content: "";
    right: 0;
    background-color: #296496;
    padding: 5px;
    border-radius: 100%;
    border: 1px solid #494a56;
    width: 10px;
    height: 10px;
    display: inline-block;
    position: absolute;
    top: 18px;
    margin-left: 15px;
    line-height: 0;
    vertical-align: middle;
}
/* ContactForm HomePage */
/* .contactus{
    background-color: #98cb51;
} */
.contactus .flat-choose-us .box {
    padding: 50px 35px 60px;
    border-radius: 3px;
    /* background-image: linear-gradient(150deg, #d5dfe7 0%, rgba(14, 68, 99, 0) 100%); */
    border-radius: 3px
}
.contactus .flat-choose-us .box .title-v1 .title {
    font-size: 40px;
    color: #000;
    margin-bottom: 35px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center
}
.contactus .flat-choose-us .box .title-v1 p {
    font-size: 18px;
    color: #000;
    line-height: 40px;
    margin-bottom: 32px
}
.contactus .flat-choose-us .box form {
    direction:rtl;
    font-family: system-ui;
    /* text-align: right; */
}
.contactus .flat-choose-us .box form select {
    color: #000
}
.contactus .flat-choose-us .box form fieldset input,.contactus .flat-choose-us .box form select {
    width: 100%;
    border-radius: 3px;
    background-color: rgb(0 0 0 / 15%);
    border: #496076;
    font-size: 17px;
    font-weight: 400!important;
    color: #000
}
.contactus .flat-choose-us .box form fieldset textarea,.contactus .flat-choose-us .box form input {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-bottom: 10px;
}
.contactus .flat-choose-us .box form fieldset textarea,.contactus .flat-choose-us .box form label {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    margin: 0 auto 10px;
    word-spacing: 0
}
.contactus .flat-choose-us .box form fieldset textarea, .contactus .flat-choose-us .box form input::placeholder {
    text-align: left !important
}
.contactus .flat-choose-us .box form fieldset textarea, .contactus .flat-choose-us .box form {
    text-align: left !important
}
.contactus .box form fieldset textarea, 
.contactus .box form input::placeholder, 
.contactus .box form textarea::placeholder {
    color: #000 !important;
    line-height: normal !important;
    font-size: 15px !important;
    opacity: 1;
}
.contactus .flat-choose-us .box form fieldset textarea, 
.contactus .flat-choose-us .box form select {
    width: 100%;
    border-radius: 3px;
    background-color: rgb(0 0 0 / 15%);
    border: #496076;
    font-size: 17px;
    font-weight: 400!important;
    color: #fff;
}
.contactus .flat-choose-us .flat-button {
    background: #fff;
    color: #000!important;
    padding: 10px 35px 13px !important;
    font: 26px/22px "Jameel Noori Nastaleeq","Alvi Nastaleeq","Sakkal Majalla"!important;
    border-radius: 3px;
    border: 2px solid #000 !important;
}
.contactus .flat-choose-us .flat-button:hover {
    background-image: linear-gradient(0deg, rgb(13, 101, 136) 0%, rgba(141, 197, 63, 0) 100%);
    border: 2px solid rgba(0, 102, 170, 0.667) !important;
}
.contactus .flat-choose-us .box .form-box .submit-wrap button i {
    padding-left: 6px;
    font-size: 12px
}

 /* Gallery  */


/* Common Footer Started */
footer .footer-middle{
    padding: 70px 0 120px;
}
footer .footer-top .footer-top-item .lab-inner .lab-content span {
    color: #fff;
    font-size: 20px;
    line-height: 26px;
}
footer .footer-top .footer-top-item .lab-inner .lab-content span.eng {
    color: #fff;
    font-size: 17px;
    line-height: 26px;
    font-family: system-ui;
}
footer .footer-top .footer-top-item {
    padding: 30px 5px 25px;
}
footer .fm-item-title.urdu h5{
    font-size: 26px;
}
footer .footer-top .footer-top-item .lab-inner {
    justify-content: center;
}
footer p.about {
    font-size: 21px;
    line-height: 40px;
    text-align: justify;
}
footer h5{
    font-family: "Arvo", serif !important;
    text-transform: uppercase;
}
footer .footer-abt-img{
    margin: -15px 0 10px;
}

footer .footer-middle .footer-middle-item-wrapper .footer-middle-item .fm-item-title .ssp-cls h2 {
    position: relative;
    z-index: 1;
    display: inline-block;
}
footer .footer-middle .footer-middle-item-wrapper .footer-middle-item .fm-item-title .ssp-cls h2 {
    position: relative;
    z-index: 1;
}

footer .footer-middle .footer-middle-item-wrapper .footer-middle-item .fm-item-title .ssp-cls h2::before {
       content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 0%);
    background:
      linear-gradient(
        to bottom,

        white 0%,
        white 20%,
        black 40%,
        black 60%,
        white 80%,
        white 100%,
        black 90%,
        black 100%
      ),
      linear-gradient(red, red),
      linear-gradient(green, green);

    background-size:
      33% 33%,
      33% 50%,
      67% 100%;

    background-position:
      left top,
      left bottom,
      right top;

    background-repeat: no-repeat;
    pointer-events: none;
  }
  
footer .footer-middle .footer-middle-item-wrapper .footer-middle-item .fm-item-title h5 {
    border-bottom: 2px solid #8dc53f;
    display: inline-block;
}
footer .footer-bottom .footer-bottom-content {
    padding: 30px 0;
}
footer ul.social_links a{
    font-weight: 600;
    color: #fff;
}
footer ul.social_links a:hover{
    color: #8dc63f;
}
footer .social_links a i {
    background-color: #2bb573;
    color: #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin: 0 10px 10px 0;
    border-radius: 35px;
    font-size: 20px;
}
footer .social_links a i:hover{
    background-color: #8dc63f;
}
footer .menu li {
    display: block;
    width: 50%;
}
footer .menu li a {
    color: #fff !important;
    padding: 0 0px 10px 10px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    margin-right: 70px;
}
footer .menu li a:hover{
    color: #8dc63f !important;
    background: transparent;
}
.bg-logo{
    /* background-image: url("../images/news-3.jpg"); */
    background-color: #cdd6da;
}

/* InnerPages Common Styling Starts */
.page-header {
    padding: 147px 0;
}
.page-header .page-header-content-area .ph-title {
    color: #fff;
    text-align: center;
    font-size: 60px;
}
.page-header .page-header-content-area ul li {
    padding-right: 20px !important;
    font-size: 20px;
}
.page-header .page-header-content-area ul li:first-child{
    padding-right: 0 !important;
}
.page-header .page-header-content-area ul li a::after {
    width: 10px;
    height: 1px;
    left: -15px;
    right: unset;
}
/* Courses Page */
.coursepage .othercourse .pricing_table td {
    padding: 4px !important;
    font-size: 25px;
    color: #000;
    font-weight: 500;
    line-height: normal !important;
}
.coursepage .othercourse .pricing_table.table-bordered td, 
.coursepage .othercourse .pricing_table.table-bordered th {
    border: 1px solid #dee2e6;
}
.coursepage .othercourse .pricing_table th {
    text-align: center;
    font-size: 30px;
    color: #182d41;
    font-weight: 700;
    line-height: normal !important;
    padding: 4px !important;
}
.coursepage .othercourse .nav-link {
    width: 350px !important;
    font-size: 40px;
}
.coursepage .othercourse .nav-link:hover{
    color: #8dc63f !important;
    border-bottom: 6px solid #8dc63f !important;
}
.coursepage .course_box a.text-btn{
    font-size: 24px;
}
.coursepage .course_box .lab-content h5 {
    line-height: 34px;
    margin-bottom: 16px;
    font-size: 40px;
    border-bottom: 2px solid #000;
    display: inline-block;
    padding-bottom: 5px;
}
.note strong {
    font-weight: 700;
    font-size: 30px;
}
/* New Center Page */
.newcenterpage .active_process .fee_sec h2, .newcenterpage .center_register .fee_sec h2 {
    border-bottom: 2px solid;
    display: inline-block;
}
.newcenterpage .active_process .content_para p{
    font-size: 23px;
}
.forms_register.program-section.register .register_list a {
    display: inline-block;
    margin-bottom: 5px;
    padding: 20px 35px 22px;
    font-size: 30px;
    font-weight: 600;
    text-decoration: none !important;
}
/* Our Team Page */
.teampage .service-item .lab-inner .lab-content .lab-content-wrapper::before, 
.teampage .service-item .lab-inner .lab-content .lab-content-wrapper::after {
    position: absolute;
    content: "";
    height: 5px;
    width: 5px;
    border-radius: 100%;
    background-color: #f7931d;
    left: -3.5px;
    right: unset;
}
.teampage .service-item .lab-inner .lab-content .lab-content-wrapper.lastbox::before, 
.teampage .service-item .lab-inner .lab-content .lab-content-wrapper.lastbox::after {
    display: none;
}
.teampage .service-item .lab-inner .lab-content .lab-content-wrapper.lastbox{
    border: none;
}
.teampage .service-item .lab-inner .lab-content .lab-content-wrapper::after{
    bottom: unset;
}
.teampage .service-item .lab-inner .lab-content .lab-content-wrapper::before{
    top: -5px;
}
.teampage .service-item .lab-inner .lab-content .lab-content-wrapper {
    border-left: 1px solid #f3f3f3;
}
.teampage .service-item .lab-inner .lab-content .content-top .service-top-content span {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}
.teampage .service-item .lab-inner .lab-content .content-top .service-top-content h5{
    font-size: 30px;
    margin-bottom: 7px;
}
.teampage .service-item .lab-inner .lab-content .lab-content-wrapper {
    padding: 0 20px;
}
.teampage .content-bottom p {
    margin-bottom: 0;
    font-size: 20px;
    color: #182d41;
    line-height: 26px;
    text-align: justify;
    min-height: 208px;
}
.teampage .service-item .lab-inner .lab-content {
    padding: 25px 0;
}
.teampage .read_more {
    display: block;
    color: #fff !important;
    background: #8dc63f;
    padding: 5px 10px;
    letter-spacing: 1px;
    font-size: 20px;
    line-height: normal;
    font-weight: 600;
    margin: 20px auto 0 !important;
    direction: rtl;
    text-align: center;
}
.single_details p{
    font-size: 22px;
    color: #000000de;
    text-align: justify;
    line-height: 32px;
}
/* Coaching Page */
.coachingpage.event-section .event-content .event-bottom .event-item .lab-inner .lab-content h5 {
    line-height: 36px;
    margin-bottom: 20px;
    font-size: 28px;
}
.coachingpage.event-section .event-content .event-bottom .event-item .lab-ul {
    margin: 0;
    padding-left: 0;
    padding: 10px 0px 10px;
    font-size: 22px;
    line-height: 30px;
}
.coachingpage.event-section .event-content .event-bottom .event-item .lab-ul li{
    margin-bottom: 10px;
    color: #182d41;
}
.coachingpage.event-section .event-content .event-bottom .event-item .lab-ul li:last-child{
    margin-bottom: 0;
}
.coachingpage.event-section .event-content .event-bottom .event-item .lab-ul li a{
    color: #182d41;
}
/* Donation Page */
.donationpage .engct p {
    direction: ltr;
    font-size: 22px;
    font-weight: 700;
    color: #000;
    font-family: Play, sans-serif;
}
.donationpage .donation_intro p{
    font-size: 30px;
    margin-bottom: 10px;
}
.donationpage .donation_intro img {
    width: 450px;
    object-fit: cover;
}
.scrollToTop {
    font-size: 20px;
}
/* Register Teacher/ Student */
form {
    font-family: Play, sans-serif;
    direction: rtl;
    /* text-align: right; */
}
.form_sec .form-box{
    padding: 0px 0 50px;
}
.form_sec .form-control {
    padding: 14px 10px !important;
    height: auto !important;
    line-height: normal !important;
    border-radius: 4px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    font-size: 15px !important;
}
.form_sec .form-box .input-group{
    margin-bottom: 20px !important;
}
.form_sec .form-box .input-group-text {
    border-radius: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    height: 100%;
}
.form_sec label {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    margin: 0 auto 10px;
    word-spacing: 0;
}
.ffu label {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    margin: 0 auto 10px;
    word-spacing: 0;
    text-align: left;
    display: block;
}
#attachFile {
    margin: 0;
    padding: 10px !important;
}
.submit-wrap {
    margin-top: 35px;
}
.submit-wrap.homecont {
    margin-top: 15px;
}
.submit-wrap .lab-btn{
    border: none !important;
}
.h-captcha{
    margin-top: 10px;
}
#auto-response {
    background: #296496;
    border-radius: 5px;
    padding: 8px 8px 10px;
    margin: 10px auto;
    display: none;

}
#auto-response p{
    color: #fff;
    font-size: 19px;
    font-weight: 500;
    line-height: 24px;
    margin: 0;
}
#auto-response-failed {
    background: red;
    border-radius: 5px;
    padding: 8px 8px 10px;
    margin: 10px auto;
    display: none;

}
#auto-response-failed p{
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin: 0;
}

.arabic{
    font-family:adobe arabic;
    /* font-family: 'Droid Arabic Kufi', serif; */
}

/* Gallery  */

.sop_area{
    background-color: #006f9d;
    padding: 60px 0;
    display: block;
}

.sop_lft p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    padding: 0 0 50px;
}

.sop_lft a {
    color: #006f9d;
    padding: 10px 30px;
    border-radius: 5px;
    background-color: #fff;
}
.sop_videos {
    background-color: #006f9d;
    padding: 60px 0;
    display: block;

}

/* Mansuba jat section  */
/* .video_btm {
    background-color: #2F2E2E;
    color: #fff;
    padding: 20px 20px;
    position: relative;
    top: -3px;
} */
/* 
video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    left: 0;
} */

video {
    width: 100%;
    height: auto;
    display: block;
}
.video-2{

    width: 100%;
    height: auto;
    position: absolute;
    top: 8%;
}

.overlay-map {
    position: absolute;
    top:97%;
    left:25%;
    transform: translate(-50%, -50%);
    background-color: rgb(110, 177, 177);
    text-align: center;
    color: #182d41;
    font-size: 14px;
    text-shadow: 2px 2px 4px rgba(37, 35, 35, 0.7)
}

.map-video-2 {
    width: 200%;
    height: 100%;
    position: absolute;
    top: 200%;
    left: 0;
}

/* 
.overlay-map-2 {
    position: absolute;
    top:150%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgb(110, 177, 177);
    text-align: center;
    color: #fff;
    font-size: 1em;
    text-shadow: 2px 2px 4px rgba(37, 35, 35, 0.7)
} */


@media only screen and (max-width: 767px){
    /* .map-video{
        width: 100%;
        height: auto;
        position: absolute;
        top: 30%;
        left: 0;

    } */
    .overlay-map{
        position: absolute;
        top:97%;
        left:35%;
        transform: translate(-50%, -50%);
        text-align: center;
        color: #fff;
        font-size: 12px;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);;
    }
}
/* Mansuba jat section End here */
@media only screen and (max-width: 767px){
    .header-top-area .left li a.text-white{
        color: #000 !important;
    }
    
    .faith-section .faith-content .faith-item .lab-inner .mt-n60px{
        margin: 0 !important;
    }
    /*.qoute-section.hadeescust .qoute-container .qoute-item .lab-inner .lab-thumb {*/
    /*    margin: 0 auto 0px;*/
    /*}*/
    .program-section.register .keypoints .col-6{
        width: 100%;
    }
    .program-section.register .keypoints .im-map{
        padding: 0;
    }
    .program-section.register .keypoints .col-6 .im-map  li{
        font-size: 20px;
        line-height: 26px;
        padding: 5px 20px 0px 0;
    }
    .program-section.register .im-map ul li:before {
        padding: 4px;
        width: 10px;
        height: 10px;
        top: 15px;
        margin-left: 10px;
    }
    .program-section.register .register_list a {
        display: block;
        padding: 15px 25px 16px;
        font-size: 24px;
        margin: 0 0 10px !important;
    }
    footer .menu {
        background-color: transparent;
        position: relative;
        -webkit-transform: unset;
        transform: unset !important;
    }
    footer .fm-item-title.mrg-70px, footer .menu li a{
        margin: 0 10px 0 0;
        border: none;
        text-align: right;
    }
    header.header-3 .logo a img {
        margin-top: 0 !important;
    }
    .banner-section {
        padding: 15px 0px 350px;
    }
    .banner-section .banner-item .banner-inner .banner-content .bh1 {
        font-size: 22px;
        line-height: 24px;
    }
    .banner-section .banner-item .banner-inner .banner-content .bh2 {
        font-size: 36px;
        line-height: 36px;
        margin: 15px 0px 10px 0px;
    }
    .banner-section .banner-item .banner-inner .banner-content h1 {
        font-size: 60px;
        line-height: 60px;
        margin: 25px 0px 30px 0;
    }
    .counter_sec .counter {
        height: 150px;
        width: 250px;
        padding: 18px 12px 15px;
        margin: 0 10px 20px 0 !important;
    }
    .counter_sec {
        width: 100%;
    }
    .padding-tb {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .content_para p {
        font-size: 22px;
        padding: 0px 0 0;
        margin: 0;
        line-height: 30px;
    }
    .about-section .lab-item .lab-inner .lab-content {
        margin-bottom: 40px;
    }
    .about-section .lab-item .lab-inner .lab-thumb .img-grp .about-img img {
        margin: 35px -3px 0 0px;
    }
    .header-title h2 {
        font-size: 25px;
    }
    .feature-section .feature-item {
        margin: 0 0 20px;
    }
    .faith-section .faith-content .faith-item .lab-inner .lab-content p {
        font-size: 22px;
        line-height: 30px;
    }
    .faith-section .faith-content .faith-item {
        padding: 20px;
    }
    .faith-section .faith-content .faith-item .lab-inner .lab-thumb {
        margin: 0 auto !important;
        width: 80%;
    }
    .feature-item .lab-inner .lab-content h5 {
        font-size: 20px;
    }
    .feature-item .lab-inner .lab-content a.text-btn {
        font-size: 17px;
    }
    .event-content.py-5{
        padding: 20px 0 0 !important;
    }
    .event-section .event-content .event-bottom .event-item .lab-inner .lab-content {
        padding: 25px 20px;
    }
    .coursepage .course_box .lab-content h5{
        font-size: 28px;
    }
    .coursepage .course_box a.text-btn {
        margin-top: 15px;
    }
    div#register.registersection {
        padding-bottom: 0 !important;
    }
    .contactus .flat-choose-us .box {
        padding: 25px 15px 40px;
    }
    footer p.about {
        font-size: 20px;
        line-height: 35px;
    }
    footer .footer-middle {
        padding: 50px 0 20px;
    }
    footer .footer-bottom .footer-bottom-content {
        padding: 15px 0;
    }
    .newcenterpage .active_process .fee_sec h2, .newcenterpage .center_register .fee_sec h2 {
        font-size: 28px;
        margin-right: 10px;
    }
    .content_para p::before, .faith-section .faith-content .faith-item .lab-inner .lab-content p:before {
        margin-right: 25px;
    }
    .note strong {
        font-size: 25px;
    }
    .program-section.register .im-map ul li {
        font-size: 20px;
        line-height: 28px;
        padding: 5px 19px 5px 0;
    }
    .donationpage .donation_intro p {
        font-size: 22px;
    }
    .donationpage .faith-section .faith-content .faith-item {
        padding: 3 0px;
    }
    .donationpage .faith-content {
        margin-bottom: 0 !important;
    }
    .donationpage .engct p {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .seriesschoolpage .lab-inner .lab-content{
        margin: 0 !important;
    }
    .seriesschoolpage .col-md-6.mx-auto.mt-3{
        padding: 0 !important;
    }
    .seriesschoolpage .table-responsive .pricing_table {
        margin: 0 !important;
    }
    .team_singlepage .team_single .col-md-7{
        order: 1;
    }
    .team_singlepage .team_single .col-md-5{
        order: 0;
    }
    .team_singlepage .team_single h2 {
        font-size: 28px;
        margin-top: 20px;
    }
    .single_details p {
        font-size: 20px;
        line-height: 30px;
    }
    .teampage .service-item .lab-inner .lab-content .lab-content-wrapper {
        padding: 0 15px;
    }
}

.blog-cards .service-item .lab-inner .lab-thumb {
    height: 250px;
    overflow: hidden;
    background: #f1f1f1;
}

.blog-cards .service-item .lab-inner .lab-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
}