body {
    font-family: "SolaimanLipi", sans-serif;
    font-size: 17px;
    line-height: 28px;
    letter-spacing: 0.5px;
    font-weight: 400;
    color: #333;
    background: #fff;
}
h1,h2,h3,h4,h5,h6,p,span,a,strong{
    font-family: 'SolaimanLipi', sans-serif;
}
a {
    color: #333;
}
a:hover {
    color: var(--secondary-color);
}
.hero-cont p {
    margin: 0;
    /*font-family: alinur, sans-serif;*/
}
.hero-cont p.small-p {
    font-family: "SolaimanLipi", sans-serif;
}
.hero-cont p.hero-lg-p{
    font-family: "SolaimanLipi", sans-serif;
}
.hero-cont h1 {
    font-family: "SolaimanLipi", sans-serif;
}
.book-list-section {
    overflow: hidden;
}
.book-list-section a.book-item {
    display: block;
    margin-bottom: 25px;
    text-align: center;
}
.section-title-2 h2 {
    font-size: 40px;
}
section.video-section {
    background: rgb(247, 248, 250);
    overflow: hidden;
}
.book-list-section a.book-item .book-img {
    overflow: hidden;
}
.book-list-section a.book-item .book-img:hover img {
    transform: scale(1.5);
}
.book-list-section a.book-item .book-img img {
    width: 100%;
    height: auto;
    transition: all 0.4s;
}
.book-list-section a.book-item h4 {
    color: #444;
    font-size: 16px;
    margin-top: 12px;
    font-weight: 700;
    line-height: 25px;
}
.category-with-article {
    overflow: hidden;
    margin-bottom: 25px;
    height: 400px;
    background: #F0F8F1;
    position: relative;
}

.category-with-article h2 {
    text-align: center;
    background: #D8EDDD;
    color: #333;
    font-size: 22px;
    padding: 10px;
    position: relative;
    margin: 0;
    font-weight: 700;
}

.category-with-article h2::before {
    position: absolute;
    content: "";
    background: var(--primary-color);
    width: 10px;
    height: 100%;
    top: 0;
    left: 0;
}


.category-with-article .article-list {
    background: #F0F8F1;
    overflow: hidden;
    padding: 15px;
}

.category-with-article .article-list ul {
    margin: 0;
    padding: 0px 15px;
    list-style: square;
    color: var(--primary-color);
}

.facebook-page iframe {
    float: right;
}

.category-with-article .article-list ul li a {
    color: #333;
    font-size: 18px;
    font-weight: 400;
    display: block;
    line-height: 28px;
    margin-bottom: 6px;
}

.category-with-article .article-list .more_btn {
    text-align: center;
    margin-top: 15px;
    position: absolute;
    bottom: 0;
    background: #D8EDDD;
    display: block;
    left: 0;
    padding: 8px;
    width: 100%;
}

.category-with-article .article-list .more_btn a {
    display: block;
    color: var(--primary-color);
    font-size: 18px;
    font-weight: 700;
}
section.shakhatkar-section {
    overflow: hidden;
    background-color: rgb(247, 248, 250);
}

section.shakhatkar-section .blog-style-article {
    background-color: #fff;
    overflow: hidden;
    margin-bottom: 25px;
    border-radius: 10px;
    box-shadow: rgb(0 0 0 / 5%) 0px 2px 5px 0px;
}
section.shakhatkar-section .blog-style-article .read-more {
    position: absolute;
    bottom: 10px;
    right: 15px;
}

section.shakhatkar-section .blog-style-article img {
    width: 100%;
    height: auto;
    overflow: hidden;
}
section.shakhatkar-section .blog-style-article .summary {
    padding: 15px;
    position: relative;
    min-height: 240px;
    overflow: hidden;
}
section.shakhatkar-section .blog-style-article h3 {
    color: #333;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 15px;
}
section.shakhatkar-section .blog-style-article .short-desc {
    height: 160px;
    overflow-y: scroll;
    padding-right: 10px;
}
section.shakhatkar-section .blog-style-article .short-desc p {
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
}
section.shakhatkar-section .blog-style-article .heading {
    background: #eee;
    padding: 15px;
    text-align: center;
}
section.shakhatkar-section .blog-style-article .heading h3 {
    margin: 0;
    line-height: 27px;
    font-size: 18px;
}
#scrollbar-style::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

#scrollbar-style::-webkit-scrollbar
{
	width: 5px;
	background-color: #F5F5F5;
}

#scrollbar-style::-webkit-scrollbar-thumb
{
	background-color: #000000;
	border: 2px solid #555555;
}
.video-gallery-wrapper.small {
    margin-top: 30px;
    grid-template-columns: repeat(5, 1fr);
}
.about-cont p {
    text-align: justify;
    line-height: 28px;
}
.about-cont {
    margin-top: 15px;
    margin-left: 0px;
}
.about-cont .read-more {
    margin-top: 0;
}
.post-list-section {
    overflow: hidden;
    background-color: rgb(247, 248, 250);
}
.post-list-section .categories ul {
    margin: 0;
    padding: 0;
    display: block;
    list-style: none;
}

.post-list-section .categories ul li a {
    display: block;
    color: #333;
    padding: 10px;
    border-top: 1px solid #ddd;
    transition: all 0.4s;
}
.post-list-section .categories ul li a:hover {
    background-color: var(--primary-color);
    color: #fff;
}
.post-list-section .categories ul li a.active {
    background-color: var(--primary-color);
    color: #fff;
}
.post-list-section .categories {
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    overflow: hidden;
}
.post-list-section .post-item {
    display: block;
    background-color: #fff;
    padding: 20px;
    margin-bottom: 25px;
    color: #333;
    transition: all 0.4s;
    box-shadow: rgb(0 0 0 / 5%) 0px 2px 5px 0px;
    border-radius: 10px;
    transition: all 0.4s;
    line-height: 25px;
    font-size: 16px;
    font-weight: 700;
}
.post-list-section .post-item:hover {
    color: #fff;
    background-color: var(--primary-color);
}
.post-list-section .post-item.play-video {
    text-align: center;
}
.post-list-section .post-item.play-video img {
    width: 60px;
    display: block;
    margin: 8px auto;
    height: 60px;
}
.post-list-section .suggest-video .post-item {
    margin-bottom: 0;
}
/*.contact-form {*/
/*    background-color: #fff;*/
/*    padding: 20px;*/
/*    overflow: hidden;*/
/*    border-radius: 10px;*/
/*    box-shadow: rgb(0 0 0 / 5%) 0px 2px 5px 0px;*/
/*}*/
section.article-details p {
    text-align: justify;
}
.book-list-section .section-title-2 h2, .post-list-section .section-title-2 h2 {
    font-size: 40px;
    color: var(--primary-color);
}
.article-details .section-title-2 h2 {
    font-size: 35px;
    color: var(--primary-color);
}
.main-navigation ul li a {
    color: #333;
    font-size: 18px;
    font-weight: 700;
}
.main-navigation ul li a.active {
    color: var(--primary-color);
    font-weight: 700;
}
img.before-shade {
    left: 40px;
    top: -20px;
}
img.about_img {
    width: 95%;
    margin-top: 4%;
    border-radius: 25px;
}
section.slider-section-carousel .slider-item img {
    width: 100%;
    height: 88vh;
}
section.slider-section-carousel .owl-nav .owl-prev {
    left: 50px;
}
section.slider-section-carousel .owl-nav button {
    background: var(--theme-color);
    display: inline-block;
    text-align: center;
    padding: 3px 8px;
    color: #fff;
    top: 45%;
    position: absolute;
}
section.slider-section-carousel .owl-nav .owl-next {
    right: 50px;
}
/* .activity-cont-wrapper .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: block;
} */

.gallery-section .gallery-type {
    margin-bottom: 20px;
}
.gallery-section .gallery-type ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.gallery-section .gallery-type ul li {
  display: inline-block;
  border: 1px solid var(--primary-color);
  padding: 5px 10px;
  color: var(--primary-color);
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 8px;
}
.gallery-section .gallery-type ul li.active {
    background-color: var(--primary-color);
    color: #fff;
}
.gallery-section .gallery-type ul li:hover {
    background-color: var(--primary-color);
    color: #fff;
}

.gallery-section .single-gallery-item {
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
    border: 1px solid #ddd;
    border-radius: 20px;
}
.gallery-section .single-gallery-item img {
  width: 100%;
  height: 280px;
}
.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(--secondary-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);
}
#gallery-container .mix{
    display:none;
}
.footer-widget {
    overflow: hidden;
}
.footer-widget h3 {
    color: #fff;
    font-size: 24px;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.footer-widget h3::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background: #fff;
}
.footer-widget p {
    color: #fff;
    font-size: 16px;
    line-height: 27px;
}
.footer-widget ul li a {display: block;color: #fff;font-size: 16px;line-height: 20px;margin-bottom: 10px;}
.video-gallery-wrapper.video-item {
    margin-top: 25px;
    overflow: hidden;
}
.read-more a {
    display: inline-block;
    background-color: var(--primary-color);
    color: #fff;
    padding: 3px 12px;
    border-radius: 6px;
    transition: all 0.3s;
    border: 1px solid var(--primary-color);
}
.read-more a:hover {
    background-color: transparent;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
}
header.header-section {
    border-bottom: 3px solid var(--secondary-color);
    background-color: #fff;
}
.social-links ul li a, .social-links ul li a i {
    font-size: 30px;
    color: var(--primary-color);
}
.about-image {
    border: 5px solid var(--primary-color);
    border-radius: 10px;
}
.about-content {
    padding-left: 20px;
}
.about-content h2 {
    color: var(--primary-color);
    font-size: 40px;
    font-weight: 700;
    margin-top: 0;
}
section.article-details {
    min-height: 700px;
}
section.slider-section {
    overflow: hidden;
    padding: 30px 0px;
    position: relative;
    z-index: 1;
}
section.gallery-section, section.about-us-section {
    position: relative;
    z-index: 1;
}
section.slider-section::before {
    position: absolute;
    content: "";
    background-color: var(--primary-color);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.1;
    z-index: -1;
}
section.about-us-section::before, section.publications-section::before, section.gallery-section::before {
    position: absolute;
    content: "";
    background-color: var(--secondary-color);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.1;
    z-index: -1;
}
section.publications-section {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.slider-section-carousel .slider-item img {
    border-radius: 10px;
    height: 300px;
}
.main-logo img {
    width: 85px;
}
.header-section .main-navigation, .header-section .social-links {
    margin-top: 12px;
}
section.event-section {
    overflow: hidden;
    position: relative;
    z-index: 1;
}
section.event-section::before {
    position: absolute;
    content: "";
    background-color: var(--primary-color);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.1;
    z-index: -1;
}
.event-section .single-event {
    background-color: #fff;
    box-shadow: rgb(0 0 0 / 5%) 0px 2px 5px 0px;
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 10px;
}
.event-section .single-event .event-photo img {
    width: 100%;
    height: 270px;
}
.event-section .single-event .event-info {
    padding: 15px;
}
.event-section .single-event .event-info h2 {
    font-size: 26px;
    margin-bottom: 0;
}
.event-section .single-event .event-info p.event-date {
    color: #888;
    font-size: 13px;
    margin-bottom: 0;
}
/* section.service-section {
    overflow: hidden;
    background-color: rgb(247, 248, 250);
} */
section.service-section {
    overflow: hidden;
    position: relative;
    z-index: 1;
}
section.service-section::before {
    position: absolute;
    content: "";
    background-color: var(--primary-color);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.1;
    z-index: -1;
}
section.service-section .single-service {
    background-color: #fff;
    overflow: hidden;
    margin-bottom: 25px;
    border-radius: 10px;
    box-shadow: rgb(0 0 0 / 5%) 0px 2px 5px 0px;
}
section.service-section .single-service .summary {
    padding: 15px;
    position: relative;
    min-height: 300px;
}
section.service-section .single-service h3 {
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 15px;
}
section.service-section .single-service .summary p {
    text-align: justify;
}
section.service-section .single-service .heading {
    background: var(--secondary-color);
    padding: 15px;
    text-align: center;
}
section.service-section .single-service .heading h3 {
    margin: 0;
    line-height: 27px;
    font-size: 24px;
}
.notice-section {
    overflow: hidden;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: rgb(0 0 0 / 5%) 0px 2px 5px 0px;
}
.notice-section-title {
    background-color: var(--secondary-color);
    padding: 10px;
    text-align: center;
}
.notice-section-title h2 {
    margin: 0;
    font-weight: 600;
    color: #fff;
    font-size: 24px;
}
.notice-section .notice-content ul {margin: 0;padding: 0;list-style: none;}

.notice-section .notice-content ul li a {
    display: block;
    padding: 0 12px;
    border-bottom: 1px solid #eee;
}
.notice-section .notice-content ul li a p{
   margin:0;
}
.notice-section .notice-content {
    height: 255px;
    overflow-y: auto;
}
.overlay-card img {
    height: 200px;
}
.overlay-card::after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    background-color: #222;
    z-index: 1;
    opacity: 0.6;
}
.overlay-card-cont {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.notice-section .notice-content ul li a span {
    font-size: 13px;
    color: var(--secondary-color);
}
.section-title-2 h2 {
    color: var(--primary-color);
}
.footer-bottom {
    padding: 10px 0;
    background: var(--primary-color);
}
.footer-top {
    background: var(--secondary-color);
}