:root {
    --header-height: 3rem;
    --nav-width: 68px;
    --primary-color: #00421f;
    --primary-color-light: #AFA5D9;
    --white-color: #F7F6FB;
    --yellow-color: #daa12c;
    --dark-grey-color:#22211f;
    --light-grey-color:#4c4c4c;
    --body-font: 'Nunito', sans-serif;
    --normal-font-size: 1rem;
    --z-fixed: 100
}
@font-face {
    font-family: AGaramondPro-Bold;
    src: url('../fonts/AGaramondPro-Bold.otf');
}
@font-face {
    font-family: AGaramondPro-Regular;
    src: url('../fonts/AGaramondPro-Regular.otf');
}
@font-face {
    font-family: GOTHIC-Regular;
    src: url('../fonts/GOTHIC.TTF');
}
@font-face {
    font-family: GOTHIC-Bold;
    src: url('../fonts/GOTHICB.TTF');
}
@font-face {
    font-family: GOTHIC-ItalicBold;
    src: url('../fonts/GOTHICBI.TTF');
}
@font-face {
    font-family: GOTHIC-Italic;
    src: url('../fonts/GOTHICI.TTF');
}
@font-face {
    font-family: Poppins-Light;
    src: url('../fonts/Poppins-Light.ttf');
}
@font-face {
    font-family: Poppins-ExtraBold;
    src: url('../fonts/Poppins-ExtraBold.ttf');
}
@font-face {
    font-family: Poppins-Bold;
    src: url('../fonts/Poppins-Bold.ttf');
}
@font-face {
    font-family: Poppins-ExtraLight;
    src: url('../fonts/Poppins-ExtraLight.ttf');
}
@font-face {
    font-family: Poppins-Medium;
    src: url('../fonts/Poppins-Medium.ttf');
}
@font-face {
    font-family: Poppins-Regular;
    src: url('../fonts/Poppins-Regular.ttf');
}
@font-face {
    font-family: Poppins-SemiBold;
    src: url('../fonts/Poppins-SemiBold.ttf');
}
@font-face {
    font-family: Poppins-Thin;
    src: url('../fonts/Poppins-Thin.ttf');
}
@font-face {
    font-family: Arimo-Bold;
    src: url('../fonts/Arimo-Bold.ttf');
}
@font-face {
    font-family: Arimo-Medium;
    src: url('../fonts/Arimo-Medium.ttf');
}
@font-face {
    font-family: Arimo-SemiBold;
    src: url('../fonts/Poppins-SemiBold.ttf');
}
@font-face {
    font-family: Arimo-Regular;
    src: url('../fonts/Arimo-Regular.ttf');
}
@font-face {
    font-family: Arimo-italic;
    src: url('../fonts/Arimo-Italic.ttf');
}
@font-face {
    font-family: Nastaleeq;
    src: url('../fonts/jameel-noori-nastaleeq.ttf');
}
@font-face {
    font-family: Nafees;
    src: url('../fonts/nafees-nastaleeq.ttf');
}
@font-face {
    font-family: Kasheeda;
    src: url('../fonts/jameel-noori-nastaleeq-kasheeda.ttf');
}
.color-yellow {
    color: #daa12c;
}
.bg-color-light {
    background-color: #e8e8cc;
}
.bg-header-light{
    background-color: #e6e7e8;
}
.bg-color-green {
    background-color: #639d35;
}
.text-color-green {
    color: #00421f;
}
.header_toggle {
    color: var(--white-color);
    font-size: 1rem;
    cursor: pointer;
}
#header-toggle{
    border: 1px solid #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 2.5;
}
.l-navbar {
    position: fixed;
    top: 0;
    left: -30%;
    width: var(--nav-width);
    height: 100vh;
    background-color: var(--primary-color);
    padding: .5rem 1rem 0 0;
    transition: .5s;
    z-index: var(--z-fixed)
}
.nav_logo,
.sidebar-nav-link {
    display: grid;
    grid-template-columns: max-content max-content;
    align-items: center;
    column-gap: 1rem;
    padding: .5rem 0 .5rem 0.5rem
}

.nav_logo {
    margin-bottom: 2rem
}

.nav_logo-icon {
    font-size: 1.25rem;
    color: var(--white-color)
}

.nav_logo-name {
    color: var(--white-color);
    font-weight: 700
}

.sidebar-nav-link {
    position: relative;
    color: var(--primary-color-light);
    margin-bottom: 1.5rem;
    transition: .3s
}

.sidebar-nav-link:hover {
    color: var(--white-color)
}

.nav_icon {
    font-size: 1.25rem
}

.show-sidebar {
    left: 0
}

.height-100 {
    height: 100vh
}
.sidebar-nav-name{
    display: none;
}
.sidebar-nav-list  img {
    height: 100px;
}
.sidebar-nav-list a{
    text-decoration: none;
    color: var(--white-color);
    font-family: Poppins-SemiBold;
}
.sidebar-nav-list a.active,
.sidebar-nav-list .sidebar-nav-link.active {
    color: var(--yellow-color) !important;
}
/* top header  */
.main-header a{
    text-decoration: none;
    color: #fff;
    position: relative;
}
.main-header .nav-item:not(:last-child) a::after{
    content: '';
    height: 60%;
    width: 1px;
    position: absolute;
    right: 0;
    top: 20%;
    background-color: var(--yellow-color);
}
.main-header .single-line {
    border-right: 0px solid var(--yellow-color);
}
.main-header a:hover {
    color: var(--yellow-color) ;
}
.main-header .scholarship .span-design{
    background-color: var(--white-color);
    color: var(--primary-color) !important;
    border-radius: 0 20px 20px 20px;
    padding: 4px 8px;
    border: 1px solid var(--yellow-color);
}
.main-header small {
    border-radius: 0px 30px 30px;
    background-color: #fff;
    color: var(--primary-color);
    padding: 0.5rem 2rem;
}
.nav-header {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 0px;
}
.nav-header a {
    text-decoration: none;
}
.nav-header ul {
    background-color: var(--primary-color);
    color: var(--white-color);
}
.main-header .scholarship ul {
    font-size: 12px;
    width: auto;
}
.dropdown:hover .dropdown-menu {
    display: block;
}
/* =====================
home page styling start here
==================== */
.mf-home-wrapper {
    overflow: hidden;
}
.mf-home-wrapper .misson-wrapper {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url("../images/home/missio_background.png");
    background-repeat: no-repeat;
    background-size: cover;
}
.mf-home-wrapper .misson-wrapper .bg-box {
    background: rgba(218, 161, 44, 0.8);
    border-bottom-left-radius: 3rem;
    border-top-right-radius: 3rem;
}
.mf-home-wrapper .misson-wrapper .bg-box h2 {
    color: var(--primary-color);
    font-family: Poppins-Bold;
    line-height: 2;
}
.mf-home-wrapper .misson-wrapper .bg-box p {
    color: var(--white-color);
    line-height: 2;
}
/* home about start */
.mf-home-wrapper .about-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}
.mf-home-wrapper .about-wrapper img{
    border-bottom-left-radius: 4rem;
    border-top-right-radius: 4rem;
}
.mf-home-wrapper .about-wrapper h2{
    font-family: Poppins-Bold;
    font-size: 2.4rem;
    color: var(--primary-color);
}
.mf-home-wrapper .about-wrapper h5{
    font-family: Poppins-Bold;
    font-size: 1.5rem;
    color: var(--yellow-color);
}
.mf-home-wrapper .about-wrapper p{
    font-family: Poppins-Light;
    margin-top: 2rem;
    font-size: 1.5rem;
    text-align: justify;
}
.mf-home-wrapper .about-wrapper .about-text a{
    text-decoration: none;
    color: var(--yellow-color);
    font-size: 20px;
}
/* about end  */
/* discover-wrapper  starthere  */
.discover-wrapper {
    overflow-x: hidden;
    position: relative;
}
.discover-img {
    position: relative;
}
.discover-wrapper .tuf-wrapper{
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translate(-10%, -10%);
}
.discover-wrapper .discover-img img {
    object-fit: cover;
}
.discover-wrapper small {
    border-radius: 0px 30px 30px;
    background-color: #fff;
    color: var(--primary-color);
    padding: 0.5rem 2rem;
    position: absolute;
    bottom: 40px;
    transform: translate(-50%, 50%)
}
.discover-wrapper h3{
    font-family: Poppins-SemiBold;
    color: var(--white-color);
    margin: 2rem 0;
}
.discover-wrapper .tuf-wrapper p{
    font-family: Poppins-Medium;
    color: var(--white-color);
    margin: 2rem 0;
}
.discover-wrapper .modal-body p {
    text-align: justify;
    font-family: Poppins-Light;
}
.discover-wrapper .modal-content h5 {
    color: var(--yellow-color);
}
.discover-wrapper .modal-content {
    background-color: var(--primary-color);
    color: var(--white-color);
}
.discover-wrapper  .btn-close {
    background-color: var(--yellow-color) !important;
    opacity: 1 !important;
}
.discover-wrapper .afth-wrapper ul p{
    color: var(--yellow-color);
    font-family: Poppins-Bold;
}
.discover-wrapper .afth-wrapper ul li p{
    color: var(--white-color);
    font-family: Poppins-Light;
}
/* discover-wrapper end here  */
/* glancestart here  */
.glance-wrapper {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url("../images/home/website-banner.png");
    background-repeat: no-repeat;
    background-size: cover;
}
.glance-wrapper .bg-box {
    background: rgba(0, 0, 0, 0.6);
    border-bottom-left-radius: 3rem;
    border-top-right-radius: 3rem;
}
.glance-wrapper .bg-box h2 {
    color: var(--yellow-color);
    font-family: Poppins-Bold;
    line-height: 2;
}
.glance-wrapper .bg-box p {
    color: var(--white-color);
    line-height: 2;
    text-align: justify;
}
.glance-wrapper .side-image img {
    height: 300px;
    width: 300px;
}
.glance-wrapper .down-image{
    position: relative;
}
.glance-wrapper .down-image .card-img-top {
    bottom: 80%;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 80px;
    width: 80px;
    object-fit: contain
}
.testimonial-slider{
    position: relative;
}
.testimonial-slider .owl-nav{
    display: flex;
    justify-content: end;
    font-size: 1.5rem;
    margin-top: 0;
}
.testimonial-slider .owl-nav [class*='owl-']{
    margin: 0;
    border-radius:0;
    color: white !important;

}
.testimonial-slider .owl-nav .owl-prev{
    border-bottom-left-radius: 10px;
    border-right: 1px solid #FFFFFF !important;
}
.testimonial-slider .owl-nav .owl-next{
    border-top-right-radius: 10px;
}
.testimonial-slider .owl-nav .owl-prev,
.testimonial-slider .owl-nav .owl-next{
    background-color: #daa12c !important;
    padding: 0.15rem 1em !important;

}
.testimonial-slider p{
    margin-bottom: 5px;
}
/* glance end here  */
/* project start here  */
.mf-home-wrapper .project-wrapper .card{
    border: none !important;
}
.mf-home-wrapper .project-wrapper .low_card_pic{
    position: relative;
}
.mf-home-wrapper .project-wrapper .card-block {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    border-bottom-left-radius: 3rem;
}
.mf-home-wrapper .project-wrapper .card-block .card-content h3 {
    font-family: Poppins-Semibold;
    color: var(--yellow-color);
}
.mf-home-wrapper .project-wrapper .card-block .card-content h4 {
    font-family: Poppins-SemiBold;
    margin-bottom: 0px !important;
    color: var(--yellow-color);
}
.mf-home-wrapper .project-wrapper .card-block .card-content p {
    color: var(--white-color);
    margin-bottom: 0rem;
    font-size: 14px;
}
.mf-home-wrapper .project-wrapper .low_card_pic img {
    height: 230px;
    border-bottom-left-radius: 3rem;
    border-top-right-radius: 3rem;
    object-fit: cover;
}
/* all projects start here  */
.all-projects .project-wrapper .card{
    border: none !important;
}
.all-projects .project-wrapper .low_card_pic{
    position: relative;
}
.all-projects .project-wrapper .card-block {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    border-bottom-left-radius: 3rem;
}
.all-projects .project-wrapper .card-block .card-content h3 {
    font-family: Poppins-Semibold;
    color: var(--yellow-color);
}
.all-projects .project-wrapper .card-block .card-content h4 {
    font-family: Poppins-SemiBold;
    margin-bottom: 0px !important;
    color: var(--yellow-color);
}
.all-projects .project-wrapper .card-block .card-content p {
    color: var(--white-color);
    margin-bottom: 0rem;
    font-size: 14px;
}
.all-projects .project-wrapper .low_card_pic img {
    height: 230px;
    border-bottom-left-radius: 3rem;
    border-top-right-radius: 3rem;
    object-fit: cover;
}
.all-projects .project-paginate {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #00421f !important;
}
.all-projects .project-paginate .page-item.active .page-link {
    background-color: var(--primary-color);
    border-color: var(--yellow-color);
}
.all-projects .project-paginate .page-link {
    color: var(--yellow-color);
}
/* all project end here  */
.home-wrapper .carousel-caption img{
    height: 40%;
}
.home-wrapper .carousel-caption{
    top: 50%;
    left: 24%;
    transform: translate(-50%, -50%);
    position: absolute;
}
.home-wrapper .carousel-caption small {
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    color: var(--yellow-color);
    border: 1px solid #d0d2d3;
    padding: 0.75rem 3rem;
}
/* home page end here  */
/* =========================
news and events start
===================*/
.communication-wrapper .title h2 {
    font-family: Poppins-Bold;
}
.news-and-event-card-wrapper a{
    text-decoration: none;
}
.news-wrapper .lower_card {
    border-radius: 0;
    border: none;
}
.news-wrapper .lower_card .card-img img{
    height: 200px;
    max-width: 100%;
    border-bottom-left-radius: 3rem;
    border-top-right-radius: 3rem;
    object-fit: cover;
}
.news-wrapper .card.lower_card .card-block h5 {
    font-family: Poppins-Medium;
    margin-top: 8px;
    color: var(--primary-color);
}
.news-wrapper .card.lower_card .card-block .span-design {
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    border: 1px solid var(--primary-color);
    padding: 0 1rem;
    background-color: #f1f1f2;
    color: var(--primary-color);
    margin: 5px 10px 0 0;
}
.news-wrapper .card.lower_card .card-block small {
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    color: var(--yellow-color);
    border: 1px solid #d0d2d3;
    padding: 2px 2rem;
}

/* news and event end here  */
/* =========================
all news and events start
===================*/
.news-and-event-card-wrapper a{
    text-decoration: none;
}
.all-event-wrapper .lower_card {
    border-radius: 0;
    border: none;
}
.all-event-wrapper .lower_card .card-img img{
    height: 200px;
    max-width: 100%;
    border-bottom-left-radius: 3rem;
    border-top-right-radius: 3rem;
    object-fit: cover;
}
.all-event-wrapper .card.lower_card .card-block h5 {
    font-family: Poppins-Medium;
    margin-top: 8px;
    color: var(--primary-color);
}
.all-event-wrapper .card.lower_card .card-block .span-design {
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    border: 1px solid var(--primary-color);
    padding: 0 1rem;
    background-color: #f1f1f2;
    color: var(--primary-color);
    margin: 5px 10px 0 0;
}
.all-event-wrapper .card.lower_card .card-block small {
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    color: var(--yellow-color);
    border: 1px solid #d0d2d3;
    padding: 2px 2rem;
}
.all-event-wrapper .events-paginate  {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #00421f !important;
}
.all-event-wrapper .events-paginate .page-item.active .page-link {
    background-color: var(--primary-color);
    border-color: var(--yellow-color);
}
.all-event-wrapper .events-paginate .page-link  {
    color: var(--yellow-color);
}
/* all news and event end here  */
/* our project start her  */
.our-project-wrapper h1 {
    font-family: Poppins-Bold;
    text-transform: uppercase;
}
.our-project-wrapper .main-card a {
    text-decoration: none;
}
.our-project-wrapper h4 {
    font-family: Poppins-Bold;
    text-transform: uppercase;
}
.our-project-wrapper .inner-content {
    border-radius: 20px;
}
.our-project-wrapper .inner-content img {
    height: 50%;
    width: 50%;
}
.our-project-wrapper .main-card  i{
    font-size: 7rem;
}
.product-icon .product-circle {
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-icon .single-simple-steps i {
    width: 200px;
    height: 200px;
    line-height: 100px;
    border-radius: 50%;
    text-align: center;
    font-size: 7rem;
}
.product-icon .single-simple-steps i {
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-icon .single-simple-steps i img  {
    height: 50%;
    width: 50%;
}
.product-icon .single-simple-steps h2 {
    font-family: Poppins-Bold;
}
.product-icon .single-simple-steps h3 {
    font-family: Poppins-Light;
    line-height: 10px;
}
/* our project end here  */
/* project detail  */
.our-project-detail h1 {
    font-family: Poppins-Bold;
}
.our-project-detail img {
    height: 60px;
    width: 60px;
}
.our-project-detail .single-detail p {
    font-family: Poppins-Light;
    letter-spacing: 1px;
    word-spacing: 3px;
    line-height: 30px;
}
.our-project-detail .carousel-wrapper .carousel-inner .carousel-item img {
    height: 50vh !important;
    object-fit: cover;
}
/* project detail end here  */
/* =======================
publication start here
========================  */
.publication-wrapper {
    overflow: hidden;
}
.publication-wrapper .publication-banner {
    position: relative;
    color: white;
}
.publication-wrapper .search-filter button {
    padding: 8px 30px;
}
.publication-wrapper .public-heading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.publication-wrapper .public-heading h1 {
    font-family: Poppins-Bold;
}
.publication-wrapper .search-filter .form-group label {
    font-family: Poppins-Bold;
    color: #639d35;
}
.publication-wrapper .recent-publication img {
    height: 300px;
    object-fit: contain;
}
.publication-wrapper .recent-publication .title h2 {
    font-family: Poppins-Bold;
}
.publication-wrapper .card-body h3 {
    text-transform: uppercase;
    padding: 5px;
    font-family: Poppins-Medium;
}
.publication-wrapper .card-body .card-text {
    word-spacing: 2px;
    font-family: Poppins-Regular;
}
.publication-wrapper .card-body .span-design  {
    font-family: Poppins-Light;
}
.publication-wrapper .card-body i {
    color: #dd9e00;
    font-size: 20px;
}
.recent-publication .public-card p {
    font-family: Poppins-Regular;
    font-size: 1.1rem;
    text-align: justify;
}
.recent-publication .public-card button {
    border: 1px solid #000;
    border-radius: 20px;
    font-size: 1.25rem;
    font-family: Poppins-SemiBold;
    text-transform: uppercase;
    padding: 3px 20px;
}
.recent-publication .public-card button:hover {
    background-color: var(--primary-color);
    color: var(--white-color);
}
.recent-publication .events-paginate {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #00421f !important;
}
.recent-publication .events-paginate .page-item.active .page-link ,
.communication-wrapper .communication-paginate .page-item.active .page-link {
    background-color: var(--primary-color);
    color: var(--white-color);
    border-color: inherit;
    border-radius: 50%;
    margin: 0px 4px;
    font-size: 1rem;
    font-family: Poppins-SemiBold;
}
.recent-publication .events-paginate .page-link ,
.communication-wrapper .communication-paginate .page-link {
    color: var(--primary-color);
    border-radius: 50%;
    margin: 0px 4px;
    font-size: 1rem;
    font-family: Poppins-SemiBold;
}
/* pubication end here  */

/*=====================
event style start here
==================== */
.event-wrapper {
    overflow: hidden;
}
.event-wrapper .event-banner {
    position: relative;
    color: white;
}
.event-wrapper .search-filter button {
    padding: 8px 30px;
}
.event-wrapper .public-heading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.event-wrapper .public-heading h1 {
    font-family: Poppins-Bold;
}
.event-wrapper .search-filter .form-group label {
    font-family: Poppins-Bold;
    color: #639d35;
}
/* event card  */
.event-wrapper .title h2 {
    font-family: Poppins-Bold;
}
.event-card-wrapper .date {
    margin-left: 4px;
    font-size: 45px;
    font-family: Poppins-Bold;
    font-weight: 600;
    margin-top: -16px;
}

.event-card-wrapper .month {
    width: 99px;
    height: 100px;
    left: 0px;
    top: -1px;
    position: absolute;
    font-size: 26px;
    font-family: Poppins-Regular;
}

.event-card-wrapper .markers {
    font-size: 10px;
    margin-right: 10px;
}

.event-card-wrapper .lower_card {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 0;
}
.event-card-wrapper .lower_card .card-img img{
    height: 350px;
    max-width: 100%;
    object-fit: cover;
}
.event-card-wrapper .card.lower_card .card-block h5 .event-card-title{
    font-family: Poppins-SemiBold;
}
.read-more-button a.btn-see-more{
    border-radius:8px ;
    font-weight: 600;
    font-size: 1rem;
    width: 200px;
}
/* ========event card icon end here ================== */
/*================
communication
============== */
/* event card  */
.communication-wrapper .title h2 {
    font-family: Poppins-Bold;
}
.communication-card-wrapper .date {
    margin-left: 4px;
    font-size: 45px;
    font-family: Poppins-Bold;
    font-weight: 600;
    margin-top: -16px;
}

.communication-card-wrapper .month {
    width: 99px;
    height: 100px;
    left: 0px;
    top: -1px;
    position: absolute;
    font-size: 26px;
    font-family: Poppins-Regular;
}

.communication-card-wrapper .markers {
    font-size: 10px;
    margin-right: 10px;
}

.communication-card-wrapper .lower_card {
    border: none;
}
.communication-card-wrapper .lower_card .card-img img{
    height: 280px;
    max-width: 100%;
    object-fit: cover;
    border-top-right-radius: 6rem;
}
.communication-card-wrapper .event-card-title {
    font-family: Poppins-SemiBold;
    line-height: 30px;
}
.communication-card-wrapper .card-block p {
    font-family: Poppins-Medium;
    font-size: 1rem;
    text-align: justify;
}
.communication-card-wrapper .card.lower_card .card-block h5.event-card-title{
    font-family: Poppins-SemiBold;
}
.read-more-button a.btn-see-more{
    border-radius:8px ;
    font-weight: 600;
    font-size: 1rem;
    width: 200px;
}
/* about foundation  styling start here  */
.about-foundation-wrapper {
    overflow: hidden;
}
.about-foundation-wrapper .title h2 {
    font-family: Poppins-Bold;
}
.about-foundation-wrapper p {
    letter-spacing: 1px;
    font-family: 'Poppins-Regular';
    line-height: 35px;
    word-spacing: 10px;
    text-align: justify;
}
.about-foundation-wrapper .heading {
    position: relative;
}
.about-foundation-wrapper .heading h2::before {
    position: absolute;
    content: "";
    width: 25%;
    bottom: 0;
    border-bottom: 6px solid #639d35;
}
/* about us start here  */
/* ===============
about start
=================*/
.about-us-wrapper h1 {
    font-family: Poppins-SemiBold;
    font-size: 3rem;
}
.about-us-wrapper img{
    border-bottom-left-radius: 4rem;
    border-top-right-radius: 4rem;
}
.about-us-wrapper h2{
    font-family: Poppins-Bold;
    font-size: 2.4rem;
    color: var(--primary-color);
}
.about-us-wrapper h5{
    font-family: Poppins-Bold;
    font-size: 1.5rem;
    color: var(--yellow-color);
}
.about-us-wrapper p{
    font-family: Poppins-Light;
    margin-top: 2rem;
    font-size: 1.5rem;
    text-align: justify;
}
.contact-wrap img {
    max-width: 100%;
    max-height: 400px;
    float: right;
}
/* =====================
news and events
================ */
.title-area h1 {
    font-family: AGaramondPro-Bold;
    color: var(--primary-color);
    font-size: 3rem;
}

.news-events .card{
    border: none !important;
}
.news-events .low_card_pic{
    position: relative;
}
.news-events .card-block {
    position: absolute;
    width: 100%;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    border-bottom-left-radius: 6rem;
    padding: 3rem;
    overflow: hidden;
}
.news-events .card-block .card-content h2 {
    color: var(--yellow-color);
    font-size: 3rem;
}
.news-events .card-block .card-content h3 {
    color: var(--white-color);
    font-size: 3rem;
}
.news-events .low_card_pic img {
    height: 100%;
    width: 100%;
    border-bottom-left-radius: 6rem;
    object-fit: cover;
}

.recent-event .card{
    border: none !important;
}
.recent-event .low_card_pic{
    position: relative;
}
.recent-event .card-block {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    border-bottom-left-radius: 2rem;
}
.recent-event .card-block .card-content h6 {
    font-family: Poppins-SemiBold;
    color: var(--white-color);
}
.recent-event .card-block .card-content p {
    color: var(--white-color);
    font-size: 10px;
}
.recent-event .low_card_pic img {
    height: 180px;
    border-bottom-left-radius: 2rem;
    border-top-right-radius: 2rem;
    object-fit: cover;
}
.recent-event h2 {
    font-family: Poppins-SemiBold;
    color: var(--primary-color);
}
.news-events .text-area .distribution ,
.news-events .text-area .cooked{
    border-color:#000000;
}
.news-events .text-area .distribution tr th ,
.news-events .text-area .distribution tr td ,
.news-events .text-area .cooked tr th ,
.news-events .text-area .cooked tr td{
    font-family: Poppins-Light;
    font-size: 1.5rem;
    text-align: justify;
}
.news-events .text-area p ,
.news-events .text-area ul{
    font-family: Poppins-Light;
    margin-top: 2.5rem;
    font-size: 1.5rem;
    text-align: justify;
}
.news-events .span-design {
    border-radius: 0px 1rem 1rem 1rem;
    border: 1px solid var(--primary-color);
    padding: 0.5rem 2rem;
    background-color: #f1f1f2;
    margin: 5px 10px 0 0;
}
.title-area .span-design {
    border-radius: 0px 1rem 1rem 1rem;
    border: 1px solid var(--primary-color);
    padding: 0.5rem 0.5rem;
    background-color: #f1f1f2;
    margin: 5px 10px 0 0;
}
.news-and-event-wrapper .bg-header-light .title-area .nav-link {
    padding: 0.5rem 0.5rem;
}
/* =====================
In doing Projects
================ */
.mf-home-wrapper ,
.indoing-projects-wrapper ,
.news-and-event-wrapper ,
.communication-wrapper ,
.publication-wrapper ,
.scholarship-wrapper ,
.communication-detail ,
.all-event-wrapper
{
    margin-left: 65px;
}
.indoing-projects-wrapper .title-area h1 {
    font-family: AGaramondPro-Bold;
    color: var(--primary-color);
    font-size: 3rem;
}
.indoing-projects-wrapper .news-events .card{
    border: none !important;
}
.indoing-projects-wrapper .news-events .low_card_pic{
    position: relative;
}
.indoing-projects-wrapper .news-events .card-block {
    position: absolute;
    width: 100%;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    border-bottom-left-radius: 6rem;
    padding: 3rem;
    overflow: hidden;
}
.indoing-projects-wrapper .news-events .card-block .card-content h2 {
    color: var(--yellow-color);
    font-size: 3rem;
}
.indoing-projects-wrapper .news-events .card-block .card-content h3 {
    color: var(--white-color);
    font-size: 3rem;
}
.indoing-projects-wrapper .news-events .low_card_pic img {
    height: 100%;
    width: 100%;
    border-bottom-left-radius: 6rem;
    object-fit: cover;
}
.indoing-projects-wrapper .news-events .text-area p ,
.indoing-projects-wrapper .news-events .text-area ul ,
.indoing-projects-wrapper .news-events .text-area ol {
    font-family: Poppins-Light;
    margin-top: 2.5rem;
    font-size: 1.5rem;
    text-align: justify;
}


.indoing-projects-wrapper .recent-event .card{
    border: none !important;
}
.indoing-projects-wrapper .recent-event .low_card_pic{
    position: relative;
}
.indoing-projects-wrapper .recent-event .card-block {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    border-bottom-left-radius: 2rem;
}
.indoing-projects-wrapper .recent-event .card-block .card-content h6 {
    font-family: Poppins-SemiBold;
    color: var(--yellow-color);
}
.indoing-projects-wrapper .recent-event .card-block .card-content h5 {
    font-family: Poppins-SemiBold;
    color: var(--yellow-color);
}
.indoing-projects-wrapper .recent-event .card-block .card-content p {
    color: var(--white-color);
    font-size: 10px;
}
.indoing-projects-wrapper .recent-event .low_card_pic img {
    height: 180px;
    border-bottom-left-radius: 2rem;
    border-top-right-radius: 2rem;
    object-fit: cover;
}
.indoing-projects-wrapper .recent-event h2 {
    font-family: Poppins-SemiBold;
    color: var(--primary-color);
}
.indoing-projects-wrapper .news-events .span-design  {
    border-radius: 0px 1rem 1rem 1rem;
    border: 1px solid var(--primary-color);
    padding: 0.5rem 2rem;
    background-color: #f1f1f2;
    margin: 5px 10px 0 0;
}
.indoing-projects-wrapper .title-area .span-design {
    border-radius: 0px 1rem 1rem 1rem;
    border: 1px solid var(--primary-color);
    padding: 0.5rem 0.75rem;
    background-color: #f1f1f2;
    margin: 5px 10px 0 0;
}
/* scholarship form  */

.scholarship-wrapper .heading h2 {
    font-family: oswald;
    font-size: 3rem;
    color: #333;
}
.scholarship-wrapper .scholarship-wrapper-entry {
    font-family: Arimo-Regular;
    font-size: 18px;
    margin-bottom: 3rem;
}
.scholarship-wrapper .wrapper-header-image img {
    height: auto;
    width: 350px;
    max-width: 100%;
}
.apply-buttons {
    flex-direction: row;
    flex-wrap: wrap;
    margin: 10px auto;

    justify-content: center;

}
.apply-buttons a {
    background-color: #d89c28;
    padding: 1rem 2rem;
    margin: 10px;
    color: #ffffff;
    font-family: Poppins-Regular;
    font-size: 20px;
    border-radius: 30px;
    text-decoration: none;
}

/* ===== scholarship end here ==== */
/*Footer*/
footer{
    background-color: #DAA12C;
    padding: 3rem 0;
    font-family: poppins;
    position: relative;
}
.footer-section{
    position: relative;
}
.footer-section:not(:first-of-type){
    padding-left: 2%;
}
.footer-section:not(:last-of-type)::after{
    content: "";
    position: absolute;
    width: 1px;
    height: 90%;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}
.footer-section>img{
    width: 15%;
}
.footer-section h2{
    color: #fff;
    font-family: Poppins-Bold;
    border-bottom: 1px solid #e8e8cc;
}
.footer-section p {
    font-family: Poppins-Light;
    font-size: 13px;
}
.footer-section  p{
    margin-bottom: .5rem;
    font-size: 18px;
}
.social-icons .circle-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    vertical-align: middle;
    padding: 5px;
    color: var(--primary-color);
}
.social-icons .circle-icon:hover {
    background: #e8e8cc;
    color: #000;
}

.copy-right-area {
    background-color: #dddbdb;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}
.copy-right-area p {
    color: #333;

}
/* contact us  */
.contact-wrapper .contact-form{
    box-shadow:  0px 0px 5px 5px #a8a7a7;
    border-top-left-radius:15px;
    border-top-right-radius: 15px;

  }
  .contact-wrapper .contact-form input{
    border-radius: 15px;
    border: 1px solid black;
    height: 45px;
    box-shadow: none;
  }

  .contact-wrapper .contact-form textarea{
    border-radius: 15px;
    border: 1px solid black;
    box-shadow: none;
  }

  .contact-wrapper .contact-form input::placeholder {
    color:var(--light-grey-color);
    font-family: Poppins-Bold;
  }
  .contact-wrapper .contact-form textarea::placeholder {
    color: var(--light-grey-color);
    font-family: Poppins-Bold;
  }
  .contact-wrapper .contact-form .send-btn{
    background-color: var(--primary-color);
    color: var(--bs-white);
    font-family: Poppins-Medium;
    font-size: 1.25rem;
    border-radius: 25px;
    box-shadow: none;
  }
  .contact-wrapper .contact-form  .num input{
    width: 47.5%;
  }
  .contact-wrapper .contact-head{
    color: var(--light-grey-color);
    font-weight: bold;
    font-family: Poppins-Bold;
  }

  .contact-wrapper .contact-text-section .logz-one {
    box-shadow:  0px 0px 5px 5px #a8a7a7;
    /* border-radius: 50%; */
    height: 100%;

  }
  .contact-wrapper .contact-text-section .logz-one img{
   height: 100%;
  }
  .contact-wrapper .contact-text-section .logoz-head{
    color: var(--light-grey-color);
    overflow-wrap: anywhere;
    font-family: Poppins-Regular;
    font-size: 1.25rem;
  }

    .map-image .map-container{
    overflow:hidden;
    padding-bottom:20%;
    position:relative;
    height:0;
  }
   .map-image .map-container iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
  }

  .contact-wrapper .contact-text-section .local {
    box-shadow:  0px 0px 5px 5px #a8a7a7;
    height: 100%;
    width:60px;
  }

  .contact-wrapper .contact-form .btn-primary {
    background-color: var(--primary-color);
  }
/*Islamic Ariclse*/
.islamic-article-wrapper {
    font-family: Nastaleeq;
    direction: rtl;
    margin-left: 65px;
}
.islamic-article-heading h1{
    font-family: Nastaleeq;
    color: var(--primary-color);
    font-size: 3rem;
    padding-inline-start:0;
}

.islamic-article-card:hover,
.islamic-article-card {
    background-color: var(--primary-color);
    color: var(--white-color);
    text-decoration: none;
}
.islamic-sidebar {
    background-color: rgba(33,37,41);
}
.related-articles a,
.related-articles a:hover{
    color: var(--white-color);
    text-decoration: none;
}
.islamic-article-details{
    font-size: 20px;
}
.search-box {
    position: relative;
}
.search-box .form-control{
    background: var(--dark-grey-color);
    color: var(--white-color);
    box-shadow: none;
}
.search-box .form-control::placeholder{
    color: var(--white-color);
}
.search-box .search-btn{
    position: absolute;
    left: 0;
    top: 50%;
    width: 34px;
    border: none;
    background: none;
    color: var(--white-color);
    padding: 0;
    transform: translate(0, -50%);
}

@media screen and (max-width: 992px) {
    .news-wrapper ,
    .glance-wrapper ,
    .about-wrapper,
    .misson-wrapper,
    .discover-wrapper,
    .project-wrapper,
    .home-wrapper{
        height: auto !important;
    }
    .contact-wrapper .contact-form  .num input{
        width: 100%;
      }
}
@media screen and (min-width: 768px) {

    .l-navbar {
        left: 0;
        padding: 1rem 1rem 0 0
    }
    .show-sidebar {
        width: calc(var(--nav-width) + 156px)
    }
    .discover-img {
        height: auto;
    }

}
@media screen and (max-width: 576px) {
    .indoing-projects-wrapper .news-events .text-area .dynamic-data img {
        width: 100% !important;
        height: 100%;
    }
    .long-text h1 {
        font-size: 2rem;
    }
}
@media screen and (max-width: 768px) {
    .nav-header a {
        font-size: .8rem;
    }

    .l-navbar {
        left: -20%;
        padding: 1rem 1rem 0 0
    }

    .sidebar-nav-list {
        padding-top: 3rem;
    }

    .sidebar-nav-list:not(.show-sidebar) .header_toggle {
        position: fixed;
        left: 0;
    }

    .show-sidebar {
        width: calc(var(--nav-width) + 220px)
    }

    .news-events .card-block {
        position: absolute;
        width: 100%;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5);
        border-bottom-left-radius: 3rem;
        padding: 1rem;
        overflow: hidden;
    }

    .news-events .card-block .card-content h2 {
        color: var(--yellow-color);
        font-size: 1.5rem;
    }

    .news-events .card-block .card-content h3 {
        color: var(--white-color);
        font-size: 1.5rem;
    }

    .indoing-projects-wrapper .news-events .card-block .card-content h2,
    .indoing-projects-wrapper .news-events .card-block .card-content h3 {
        font-size: 1.5rem;
    }

    .indoing-projects-wrapper .news-events .card-block {
        padding: 1rem;
    }

    .mf-home-wrapper,
    .indoing-projects-wrapper,
    .news-and-event-wrapper,
    .communication-wrapper,
    .publication-wrapper,
    .scholarship-wrapper,
    .communication-detail,
    .all-event-wrapper,
    .islamic-article-wrapper {
        margin-left: 0px;
    }
}

/* Relevant Blogs Carousel Section */
.relevant-blogs-section {
    background: #f8f9fa;
    padding: 30px 0;
    margin-top: 30px;
}

.relevant-blogs-title {
    color: #000000;
    font-weight: 700;
    margin-bottom: 10px;

}

.title-divider {
    width: 80px;
    height: 3px;
    background: #ffc107;
    margin: 0 auto 40px;
    border-radius: 2px;
}

/* Carousel Item Wrapper */
.relevant-blog-item {
    padding: 0 10px;
}

/* Blog Card */
.relevant-blog-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.relevant-blog-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

/* Image Container */
.relevant-blog-image {
    position: relative;
    overflow: hidden;
    height: 160px;
    background: #f0f0f0;
}

.relevant-blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.relevant-blog-card:hover .relevant-blog-image img {
    transform: scale(1.1);
}

/* Content */
.relevant-blog-content {
    padding: 10px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.relevant-blog-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #198754 !important;
    margin-bottom: 12px;
    line-height: 1.4;
    text-decoration: none !important;
    /*display: -webkit-box;*/
    /*-webkit-line-clamp: 2;*/
    /*-webkit-box-orient: vertical;*/
    overflow: hidden;
}

.relevant-blog-date {
    color: #666;
    font-size: 0.875rem;
    margin-top: auto;
}

.relevant-blog-date i {
    color: #198754;
    margin-right: 5px;
}

/* Owl Carousel Custom Styles */
.relevant-blogs-carousel.owl-carousel {
    position: relative;
}

.relevant-blogs-carousel .owl-stage-outer {
    overflow: hidden;
    position: relative;
}

.relevant-blogs-carousel .owl-stage {
    display: flex;
}

.relevant-blogs-carousel .owl-item {
    float: left;
}

/* Dots */
.relevant-blogs-carousel .owl-dots {
    text-align: center;
    margin-top: 30px;
}

.relevant-blogs-carousel .owl-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #ddd;
    border-radius: 50%;
    margin: 0 5px;
    transition: all 0.3s ease;
    border: none;
    padding: 0;
}



/* Link Reset */
.relevant-blog-link {
    /*text-decoration: none !important;*/
    color: inherit;
    display: block;
    height: 100%;
}


    .blog-side-buttons,
    .blog-social-icons {
        position: fixed;
        top: 50%;
        transform: translateY(-50%);
        z-index: 1000;
    }

    .blog-side-buttons {
        right: 0;
    }

/* Fixed position for social icons */
.blog-social-icons {
    position: fixed;
    left: 70px; /* sidebar collapsed width */
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 999;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    opacity: 1;
    visibility: visible;
}

.hidden {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
}
    /*.blog-social-icons {*/
    /*    left: 0;*/
    /*}*/

    .hero-newsLetter-btn,
    .hero-apply-btn,
    .hero-meritList-btn {
        position: relative;
        display: block;
        color:white;
        background: #00421F;
        color: white;
        writing-mode: sideways-lr;
        text-orientation: mixed;
        font-weight: 700;
        font-size: 12px;
        border-radius: 12px 0px 0px 12px;
        z-index: 1000;
        padding: 16px 6px;
    }
    .hero-newsLetter-btn{
        margin-bottom: 15px;
    }
    .hero-apply-btn{
        margin-bottom: 15px;
    }

    .hero-newsLetter-btn:hover,
    .hero-apply-btn:hover,
    .hero-meritList-btn:hover {
        background: #a4861e; /* lighter / dim version of #850E12 */
        color: #fff;
    }

    .hero-fb-icon,
    .hero-link-icon,
    .hero-insta-icon,
    .hero-yt-icon {
        position: relative;
        display: block;
        margin-bottom: 8px;
        width: 50px;
        height: 50px;
        border-radius: 50px;
        text-align: center;
        line-height: 47px;
        background: #F70000;
    }

    .hero-fb-icon{
        background: #3b5998;
    }
    .hero-link-icon{
        background: #1da1f2;
    }
    .hero-insta-icon{
        background: #EB1CC4;
    }
    .hero-x-icon{
        background:#7e6464;
    }


    .hero-fb-icon,
    .hero-link-icon,
    .hero-insta-icon,
    .hero-yt-icon,
    .hero-x-icon  {
        position: relative;
        display: block;
        margin-bottom: 8px;
        width: 50px;
        height: 50px;
        border-radius: 50px;
        text-align: center;
        line-height: 47px;
        background: #F70000;
    }

    .hero-fb-icon{
        background: #3b5998;
    }

    @media (min-width: 768px) and (max-width: 1024px) {


        .hero-fb-icon,
        .hero-link-icon,
        .hero-insta-icon,
        .hero-yt-icon,
        .hero-x-icon{
            width: 40px;
            height: 40px;
            line-height: 38px;
            border-radius: 40px;
        }

        .hero-x-icon img,
        .hero-fb-icon img,
        .hero-link-icon img,
        .hero-insta-icon img,
        .hero-yt-icon img {
            width: 18px;
            height: auto;
        }
    }


    .hero-fb-icon{ background:#3b5998; }
    .hero-link-icon{ background:#0077b5; }
    .hero-insta-icon{ background:#E4405F; }
    .hero-yt-icon{ background:#FF0000; }
    .hero-x-icon{ background:#7e6464; }

    @media (min-width: 992px) {
        .sidebar-offset {
            margin-top: 50%;
        }
    }
    .banner-blog-p{
        font-size: 80px;
        margin-left: 200px
    }
    @media screen and (max-width: 767px) {
        .banner-blog-p {
            font-size: 43px;
            margin-left: 50px;
        }
    }
@media (min-width: 1000px) and (max-width: 1300px) {
    .custom-blog {
        margin-right: 12px;
    }
}
@media (min-width: 1024px) and (max-width: 1500px) {
    .custom-blog-detail {
        padding-left: 100px;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .custom-blog-detail {
        padding-left: 50px;
    }
}
