body,p, span {
    line-height: 28px;
    
    text-align: justify !important;
 
    font-size: 18px;
    font-family: 'Merriweather', 'SolaimanLipi', 'Droid Arabic Naskh', 'Amiri', sans-serif; 
    font-weight: 500;
}

.price-wrap{
  display:none;  
}
.pt-info h4 {
    color: #fff;
    padding: 10px;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
}

.pt-info {
    background: var(--theme-color);
    color: #fff;
    height: 82px; 
}
.hero-banner{
    height: 350px;
    text-align: center;
}
section.hero-section {
    padding: 40px 0;
    overflow: hidden;
    background-color: var(--bg-color);
}
.hero-cont h1 {
    font-size: 2.50rem;
}
.page-content-section {
    background-color: var(--bg-color);
}
.bredcumb-section {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 45px 0;
    text-align: center;
    overflow: hidden;
}
.bredcumb-section h2 {
    font-size: 38px;
    margin-bottom: 10px;
    font-weight: 700;  
}
.bredcumb-section ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.bredcumb-section ul li {
    display: inline-block;
    color: var(--theme-color);
    margin-left: 5px;
    font-size: 16px;
}
.bredcumb-section ul li a {
    
    color: var(--theme-color);
}
.submit-theme-btn{
    display: inline-block;
    background-color: var(--highlight-color);
    color: var(--white-color);
    padding: 10px 40px;
    border-radius: 5px;
    font-weight: bold;
    transition: all 0.5s;
    border: none;
    cursor: pointer;
}
.gallery-section .single-gallery-item {
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
    border: 1px solid var(--highlight-color);
    border-radius: 20px;
}
.gallery-section .single-gallery-item img {
  width: 100%;
  height: 250px;
}
.gallery-section .gallery-details {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.single-gallery-item:hover .gallery-details {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.gallery-details::before {
    position: absolute;
    background-color: var(--highlight-color);
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: .7;
}
.gallery-details ul {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-top: 25%;
    transform: translate(0, -260px);
    -webkit-transition: all 0.5s ease .2s;
    transition: all 0.5s ease .2s;
}
.single-gallery-item:hover .gallery-details ul {
    transform: translate(0, 0);
}
.gallery-details ul li {
    display: inline-block;
}
.gallery-details ul li a {
    display: block;
    border: 1px solid #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.gallery-details ul li a:hover {
    border-radius: 50%;
}
.gallery-details ul li a i {
  color: #fff;
  font-size: 17px;
}
.gallery-details h4 {
    font-size: 15px;
    margin-top: 15px;
    line-height: 24px;
    color: #fff;
    transform: translate(0, 260px);
    -webkit-transition: all 0.5s ease .2s;
    transition: all 0.5s ease .2s;
}
.single-gallery-item:hover .gallery-details h4 {
    transform: translate(0, 0);
}
.details-page .featured-image {
    width: 43%;
    float: left;
    margin-right: 12px;
    margin-bottom: 12px;
    overflow: hidden;
}
.details-page .featured-image img {
    width: 100%;
    height: auto;
}
.details-page .content h1 {
    font-size: 32px;
}
section.donation-section {
    z-index: 999;
}
#slider-section-carousel .owl-nav {
    display: none;
}
.our-programs-page .program-tabs {
    overflow: hidden;
}
.our-programs-page .program-tabs ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    border-bottom: 0;
}
.our-programs-page .program-tabs ul li {
    display: block;
}
.our-programs-page .program-tabs ul li a {
    color: var(--sp-text-color);
    font-size: 16px;
    padding: 10px 0;
    display: block;
    border-right: 2px solid #ddd;
}
.our-programs-page .program-tabs ul li a.active {
    color: var(--highlight-color);
    border-right: 2px solid var(--highlight-color);
}
.our-programs-page .program-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    overflow: hidden;
}
.our-programs-page .program-content h3 {
    color: var(--highlight-color);
    margin-bottom: 15px;
}
.single-video {
    position: relative;
}

.single-video a.play-video-popup img {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 40%;
    top: 38%;
    background-color: var(--theme-color);
}

.single-video a.play-video-popup img:hover {
    
    background-color: var(--highlight-color);
}
.section-title .view-all-btn {
    float: right;
    margin-top: -80px;
}
.videos-page .single-video {
    margin-bottom: 30px;
}
.single-activity{
    margin-bottom: 30px;
    border-radius: 15px;
}
.single-activity.news-item img {
    height: 220px;
    width: 100%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.single-activity .cont h3 a {
    color: var(--theme-color);
}
.project-section .section-title h2 {
    text-align: left;
}
.details-page .single-project {
    margin-bottom: 30px;
}
.single-activity .cont h3 {
    font-size: 1.2rem;
    font-weight: bold;
}
.donate-page {
    overflow: hidden;
}
.donate-page .donate-image {
    margin-bottom: 30px;
}
.donate-page .donate-image img {
    width: 100%;
}
.donate-page .donate-video iframe {
    width: 100%;
}
.donate-page .donate-content {
    background-color: #fff;
    padding: 20px;
}
.single-video img {
    border-radius: 25px;
    height: 230px;
}
.co-organizations {
    background-color: var(--bg-color);
}
a {
    color: #333; 
}

.co-organizations .oganization-item {
    background-color: #fff;
    overflow: hidden;
    padding: 20px;
    
    border-radius: 100px 0px;
    border: 2px solid var(--theme-color);
    text-align: center;
}
.co-organizations .oganization-item img {
    width: auto;
    height: 80px;
    margin-bottom: 10px;
    display: inline-block;
}
.co-organizations .oganization-item h4 {
    font-size: 20px;
    margin-bottom: 15px;
}
.co-organizations .oganization-item ul li {
    display: inline-block;
    margin: 0 5px;
}
.co-organizations .oganization-item ul li a {
    background-color: var(--theme-color);
    color: #fff;
    display: block;
    padding: 5px 15px;
    border-radius: 5px;
    transition: all 0.3s;
}
.co-organizations .oganization-item ul li a:hover {
    background-color: var(--highlight-color);
}

.co-organizations  .owl-dots {
    text-align: center;
}

.co-organizations .owl-dots button.owl-dot {
    width: 7px;
    height: 7px;
    background-color: var(--highlight-color);
    border-radius: 50%;
    margin: 25px 2px 0 2px;
}

.co-organizations .owl-dots button.owl-dot.active {
    width: 30px;
    height: 5px;
    border-radius: 5px;
}

section.about-us-section {
    overflow: hidden;
    position: relative;
}
section.about-us-section .single-about {
    background-color: var(--bg-color);;
    overflow: hidden;
    margin-bottom: 25px;
    border-radius: 10px;
}
section.about-us-section .single-about .summary {
    padding: 15px;
}
section.about-us-section .single-about h3 {
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 15px;
}
section.about-us-section .single-about.summary p {
    text-align: justify;
}
section.about-us-section .single-about .heading {
    background: var(--theme-color);
    padding: 15px;
    text-align: center;
}
section.about-us-section .single-about .heading h3 {
    margin: 0;
    line-height: 27px;
    font-size: 24px;
}
section.institutes-section {
    background-color: var(--bg-color);
    overflow: hidden;
}
section.institutes-section .single-institute {
    background-color: var(--theme-color);
    border-radius: 10px;
    margin-bottom: 30px;
    overflow: hidden;
    text-align: center;
    height:320px;
}
.single-institute a h3, .single-institute p {
    color: #fff;
    font-size: 16px;
}
section.institutes-section .single-institute img {
    width: 100%;
    height: 210px;
    margin-bottom: 15px;
}
section.institutes-section .single-institute h3 {
    font-size: 22px;
    padding: 0px 10px;
}
section.institutes-section .single-institute p { 
   text-align:center !important;
}
section.books-section {
    overflow: hidden;
}
section.books-section .single-book {
    background-color: var(--bg-color);
    text-align: center;
    border-radius: 5px;
    overflow: hidden;
}
section.books-section .single-book img {
    width: 100%;
    height: auto;
}
section.books-section .single-book p {
    color: #212529;
    margin-top: 10px;
}
section.documents-section {
    overflow: hidden;
    background-color: var(--bg-color);
}

.document-item {
    background-color: #fff;
    margin-bottom: 30px;
    overflow: hidden;
    height: 200px;
    background: #ededed;
    padding: 20px;
    border-radius: 5px;
    text-align: center;

}
.theme-btn a {
     width: 100%;
}
.document-item .icon {
 
    margin-bottom: 15px;
    background-color: var(--theme-color);
    width: 60px;
    height: 60px;
    text-align: center;
    margin: 0 auto;
    border-radius: 50%;
    color: #fff;
    font-size:25px;
    line-height: 60px;
}
.document-item p {
    font-size: 16px; font-weight: 700;
    height:60px;
    text-align: center !important;
}
.sidebar-widget .sidebar-header {
    background-color: var(--theme-color);
    padding: 10px;
    text-align: center;
    border-radius: 7px;
}
.sidebar-widget .sidebar-header h3 a {
    color: #fff;
}
.sidebar-widget .sidebar-header h3 {
    color: #fff;
    margin: 0;
    font-size: 24px;
}
.sidebar-section .sidebar-widget {
    margin-bottom: 20px;
}
.sidebar-widget .sidebar-content {
    background-color: #fff;
}
.sidebar-widget .sidebar-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.sidebar-widget .sidebar-content ul li a {
    color: #333;
    font-size: 15px;
    display: block;
    padding: 10px 15px;
    border-bottom: 1px solid #ddd;
}
.sidebar-widget .sidebar-content ul li a i {
    margin-right: 10px;
}
.sidebar-widget .sidebar-content ul li:last-child a {
    border-bottom: 0;
}
.sidebar-widget .sidebar-content ul li a:hover {
    color: var(--highlight-color);
}
.notice-board {
    background-color: #fff;
    height: 300px;
    overflow-y: scroll;
}
.notice-board .notice-item {
    border-bottom: 1px solid #ddd;
    padding: 10px;
    margin-bottom: 10px;
    overflow: hidden;
}
.notice-board .notice-item:last-of-type {
    margin-bottom: 0px;
    border-bottom: 0px;
}
.notice-board .notice-item .date {
    background-color: var(--highlight-color);
    width: 20%;
    font-size: 20px;
    float: left;
    text-align: center;
    padding-top: 8px;
}
.notice-board .notice-item .content {
    margin-left: 5%;
    width: 75%;
    float: left;
}
.notice-board .notice-item .date .span {
    background-color: var(--theme-color);
    display: block;
    padding: 0;
    color: #fff;
    font-size: 13px;
    margin-top: 8px;
}
.notice-board .notice-item .content h4 {
    font-size: 18px;
    font-weight: 700;
}
.notice-board .notice-item .content p {
    margin-bottom: 0;
    line-height: 22px;
}
#scrollbar-style::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
	background-color: unset;
}
#scrollbar-style::-webkit-scrollbar
{
	width: 5px;
	background-color: unset;
}
#scrollbar-style::-webkit-scrollbar-thumb
{
	background-color: var(--theme-color);
	border: 2px solid var(--theme-color);
}
.header-cont-wrapper {
    display: block;
}
 
.header-logo { 
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0; 
    background-image: url(../images/banner.png);
}
.header-logo img { 
    height: auto; 
    margin:25px 0px;
}
.topbar-contacts{
    margin:0px;
    color: white; 
}
.single-magazine {
    background-color: var(--bg-color);
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 30px;
}
.single-magazine .magazine-photo img {
    width: 100%;
    height: 250px;
}
.single-magazine .magazine-info {
    padding: 15px;
}
.single-magazine .magazine-info h4 {
    font-size: 22px;
}
header {
    padding: 0;
    background-color: var(--white-color);
    transition: all 0.5s;
    border-bottom: 5px solid var(--theme-color);
}
.navigation-menu ul li {
    border-left: 2px solid #ccc;
    /* display: table-cell; */
    position: relative;
}
.navigation-menu ul li ul {
    position: absolute;
    width: 250px;
    height: 0;
    background: var(--primary-color);
    text-align: left;
    left: 0;
    top: 100%;
    z-index: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    visibility: hidden;
    opacity: 0;
}
.navigation-menu ul li ul li {
    display: block;
    border-left: 0px;
    border-bottom: 2px solid #ccc;
}
.navigation-menu ul li ul li:last-child {
    border-bottom: 0px;
}
.navigation-menu ul li:hover ul {
    height: auto;
    z-index: 9999;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    visibility: visible;
    opacity: 1;
}
.navigation-menu ul li:hover,.navigation-menu ul li:hover a {
     background: var(--theme-color);
    color:var(--white-color);
}

.navigation-menu ul li:first-child {
    border-left: 0px;
}
.navigation-menu ul li a {
    font-weight: bold;
    display: block;
    padding: 5px 10px;
    font-size: 17px;
    letter-spacing: 1px;
    color: var(--theme-color);
    transition: all 0.5s;
    line-height:32px;
}

.navigation-menu ul li.active ,.navigation-menu ul li.active a{
    background: var(--theme-color);
    color:var(--white-color);
}

footer {
    background-color: var(--theme-color);
    color: var(--white-color);
}
.footer-widget ul li a {
     padding: 0px;
}
.footer-widget img {
    width: 160px;
    
}
.footer-bottom { 
    padding: 5px 0;
    margin-top: 6px;
}
.footer-bottom p{
    color:white;
}
section.video-section .owl-nav .owl-prev {
    left: -50px;
    padding: 0px 10px !important
}
section.video-section .owl-nav button {
    background: var(--theme-color) !important;
    display: inline-block !important;
    text-align: center !important;
    color: #fff !important;
    top: 45% !important;
    position: absolute !important;
    border-radius: 5px !important;
}
section.video-section .owl-nav .owl-next {
    right: -50px;
    padding: 0px 10px !important
}
section.footer-sticky-notice {
    background-color: var(--highlight-color);
    overflow: hidden;
    padding: 10px 0 5px 0;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 9999;
}
section.footer-sticky-notice h3 {
    color: #fff;
    font-size: 24px;
    margin: 0;
}
section.footer-sticky-notice ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
section.footer-sticky-notice ul li {
    display: inline-block;
    border-right: 1px solid #ddd;
    padding: 0 10px;
}
section.footer-sticky-notice ul li a {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}
.section-title h2 a {
    color: #333;
}


/*Mobile Layout: 320px*/
@media only screen and (max-width: 767px) {
    .hero-banner {
        height: auto;
    }
    .header-logo {
        display: none;
    }
    .msidenav {
        z-index: 999999;
    }
    .about-image {
        margin-bottom: 30px;
    }
    .details-page .featured-image {
        width: 100%;
    }
    .topbar{
        display:none;
    }
    .our-programs-page .program-tabs {
        margin-bottom: 20px;
    }
    .our-programs-page .program-tabs ul li a {
        border-right: 0 !important;
        text-align: center;
        border-bottom: 1px solid #ddd;
    }
    .co-organizations .oganization-item {
        margin: 0px 20px;
    }
    .notice-board {
        background-color: #fff;
        height: 350px;
        overflow-y: scroll;
        margin-top: 25px;
    }
    .no-js .owl-carousel, .owl-carousel.owl-loaded { 
        margin: 15px 0;
    }
    section.hero-section {
        padding: 6px 0;
        
    }
    .hero-cont {
        padding: 0;
        height: 160px;
    }
    .owl-nav{
        display:none;
    }
    .section-title .view-all-btn{
        display:none;
    }
    header { 
        background-repeat: no-repeat;
        background-size: cover;
        padding: 0; 
        background-image: url(../images/banner.jpg);
    }
    
    header .fa { 
        color: white;
        font-size: 22px !important;
    }

    .footer-bottom p{
        display :none;
    }
    .copy_right_text{
        text-align:center !important;
    }
    .col-3 { 
        flex: none;
        max-width: 100%;
    }
    section.footer-sticky-notice h3 {
        color: #fff;
        font-size: 24px;
        margin: 0;
        display: none;
    }

}