@import url('https://fonts.maateen.me/solaiman-lipi/font.css');

* {
    margin: 0;
    padding: 0;
    border: none;
    box-sizing: border-box;
}

.text-theme {
    color: #013622 !important;
}

.bg-theme {
    background-color: #013622 !important;
}

.btn-theme {
    background: #013622 !important;
    border-color: #013622 !important;
}

.btn-theme:hover,
.btn-theme:focus,
.btn-theme:target,
.btn-theme:active {
    background: #032216 !important;
    border-color: #032216 !important;
}

.home-menu-btn {
    background: #2F2828 !important;
    border-color: #2F2828 !important;
    display: block;
    color: #FFFFFF;
}

.home-menu-btn:hover,
.home-menu-btn:focus,
.home-menu-btn:target,
.home-menu-btn:active {
    background: #032216 !important;
    border-color: #032216 !important;
    color: #FFFFFF;
}

body {
    font-family: "SolaimanLipi", Arial, sans-serif;
}

.header-top {
    background: #013622;
    padding: 2rem 0;
}

/* Navbar  */
.sheraweb-navbar-light {
    background: #032216 !important;
    z-index: 3;
    padding: 0;
}

@media (max-width: 991.98px) {
    .sheraweb-navbar-light {
        background: #000 !important;
        position: relative;
        top: 0;
        padding: 10px 15px;
    }

    nav#sheraweb-navbar {
        padding: 0.75rem !important;
    }
}

@media (max-width: 991.98px) {
    .sheraweb-navbar-light .navbar-nav {
        padding-bottom: 10px;
    }
}

.sheraweb-navbar-light .navbar-nav>.nav-item>.nav-link {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    position: relative;
}

.sheraweb-navbar-light .navbar-nav>.nav-item>.nav-link:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background-color: #e07b27;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    z-index: -1;
}

.sheraweb-navbar-light .navbar-nav>.nav-item>.nav-link:hover {
    color: #fff;
}

.sheraweb-navbar-light .navbar-nav>.nav-item>.nav-link:hover:before {
    visibility: visible;
    background-color: #e07b27;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

@media (max-width: 991.98px) {
    .sheraweb-navbar-light .navbar-nav>.nav-item>.nav-link {
        padding-left: 0;
        padding-right: 0;
        padding-top: .9rem;
        padding-bottom: .9rem;
        color: rgba(255, 255, 255, 0.7);
    }

    .sheraweb-navbar-light .navbar-nav>.nav-item>.nav-link:hover {
        color: #fff;
    }

    .sheraweb-navbar-light .navbar-nav>.nav-item>.nav-link:hover:before {
        display: none;
    }
}

.sheraweb-navbar-light .navbar-nav>.nav-item .dropdown-menu {
    transition: 0.4s;
    border: none;
    background: #fff;
    -webkit-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
    -moz-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
    box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
    border-radius: 4px;
}

.sheraweb-navbar-light .navbar-nav>.nav-item .dropdown-menu .dropdown-item {
    transition: 0.4s;
}

.sheraweb-navbar-light .navbar-nav>.nav-item .dropdown-menu .dropdown-item:hover,
.sheraweb-navbar-light .navbar-nav>.nav-item .dropdown-menu .dropdown-item:focus {
    background: #e07b27;
    color: #fff;
}

@media (max-width: 991.98px) {
    .sheraweb-navbar-light .navbar-nav>.nav-item .dropdown-menu {
        background: #000;
        border-left: 1px solid rgba(255, 255, 255, 0.3);
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .sheraweb-navbar-light .navbar-nav>.nav-item .dropdown-menu .dropdown-item {
        color: rgba(255, 255, 255, 0.8);
    }
}

.sheraweb-navbar-light .navbar-nav>.nav-item.cta>a {
    color: #fff;
    background: #e07b27;
    border-radius: 0px;
}

@media (max-width: 767.98px) {
    .sheraweb-navbar-light .navbar-nav>.nav-item.cta>a {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 991.98px) {
    .sheraweb-navbar-light .navbar-nav>.nav-item.cta>a {
        color: #fff;
        background: none;
        border-radius: 4px;
    }
}

.sheraweb-navbar-light .navbar-nav>.nav-item.active>a {
    color: #fff;
}

.sheraweb-navbar-light .navbar-nav>.nav-item.active>a:before {
    visibility: visible;
    background-color: #e07b27;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

@media (max-width: 991.98px) {
    .sheraweb-navbar-light .navbar-nav>.nav-item.active>a {
        color: #e07b27;
    }

    .sheraweb-navbar-light .navbar-nav>.nav-item.active>a:before {
        display: none;
    }
}

nav#sheraweb-navbar {
    padding: 0;
}

.sheraweb-navbar-light .navbar-toggler {
    border: none;
    color: rgba(255, 255, 255, 0.5) !important;
    cursor: pointer;
    padding-right: 0;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .1em;
}

.sheraweb-navbar-light .navbar-toggler:focus {
    outline: none !important;
}

/* Header Hero */
.header-hero {
    margin: 2rem 0;
}

.header-hero .col-lg-6 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.header-hero .hero-text {
    padding: 0.5rem 0;
}

.header-hero .hero-text h2 {
    font-weight: bold;
    color: #013622;
}

.header-hero .hero-text p {
    line-height: 2.25rem;
    text-align: justify;
}

.header-hero .hero-text .hero-button {
    margin-top: 2rem;
    text-decoration: none;
    padding: 0.75rem 2.5rem;
    font-size: 1rem;
    color: white;
    background-color: #013622;
    box-shadow: inset 0 0 0 0 #0356806e;
    transition: 0.4s;
}

.header-hero .hero-text .hero-button:hover,
.header-hero .hero-text .hero-button:focus {
    box-shadow: inset 128px 0 0 0 #e07b27;
}

/* Home Menu Buttons */
.home-button-section {
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    background: rgba(1, 54, 34, 0.15);
    padding-top: 2rem;
    padding-bottom: 1.5rem;
}

/* News Notice Section */
.news-notice-section {
    padding: 2rem 0;
}

.news-notice-heading {
    background: #000000;
    color: #FFFFFF;
    text-align: center;
    padding: 0.375rem 0;
    font-weight: 500;
    font-size: 1.5rem;
    border-bottom: 1px solid #ffffff;
}

.news-section {
    background: #013622;
    padding: 1.25rem;
    padding-bottom: 0.25rem;
    margin-bottom: 1rem;
}

.news {
    padding: 5px;
    background: rgb(255, 255, 255, 0.9);
    margin-bottom: 1rem;
}

.news img {
    margin-bottom: 0.375rem;
}

.news .news-title {
    text-decoration: none;
    color: #212529;
    transition: 0.4s;
    font-size: 1.075rem;
}

.news .news-meta {
    border-top: 1px solid #ddd;
    padding-top: 2px;
}

.news .news-meta span {
    color: #868686;
    font-size: 12px;
}

.news .news-title:hover {
    color: #e07b27;
}

.notice-section {
    background: #013622;
    margin-bottom: 1rem;
}

.notice-section td {
    padding: 1rem;
    vertical-align: middle;
}

.notice-section td a {
    text-decoration: none;
    color: #FFFFFF;
    font-size: 1.075rem;
    transition: 0.4s;
}

.notice-section td a:hover {
    color: #e07b27;
}

.notice-section td span.date {
    color: #d2d2d2;
    text-align: center;
    font-weight: bold;
    font-size: 1rem;
    display: block;
}

.notice-section td span.month {
    display: block;
    font-weight: normal;
    border-top: 1px solid #DDD;
    font-size: 10px;
}

/* Photo Gallery */
.sheraWeb_cat01 {
    background: #0335670f;
    color: #000;
    font-size: 20px;
    padding: 10px 8px;
    margin-bottom: 10px;
    border-left: 4px solid #013622;
}

.sheraWeb_cat01 a {
    color: #000;
    transition: 0.5s all;
    text-decoration: none;
}

.photoGallery {
    padding: 20px 0;
}

.gallery_image img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    object-position: top;
}

.gallery_image2 {
    margin: 5px;
    cursor: pointer;
}

.gallery_image2 img {
    width: 100%;
    height: 80px;
    object-fit: cover;
    object-position: top;
}

.gallery_wrpp2.slick-slide.slick-current {
    opacity: 0.7;
}

.sheraWeb_gallery2 .fa-chevron-left {
    background: #013622;
    color: #fff;
    font-size: 17px;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 99;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;

}

.sheraWeb_gallery2 .fa-chevron-right {
    background: #013622;
    color: #fff;
    font-size: 17px;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 99;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
}

/* Video Galery */
/*======================================
	sheraWeb_video Section css-start
======================================*/
.sheraWeb_video {
    margin: 40px 0 50px;

}

.sheraWeb_video_secT {
    text-align: center;
    font-size: 30px;
    font-weight: 800;
    color: #032216;
    line-height: 26px;
    margin-bottom: 15px;
}

.sheraWeb_video_secT a{
    text-decoration: none;
    color: #032216;
}

.video_thumbnail {
    position: relative;
}

.video_thumbnail img {
    width: 100%;
    border-radius: 8px;
}

.sheraWeb_Video_title {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    margin: 0;
}

.sheraWeb_Video_title a {
    background: rgba(24, 43, 73, 0.4);
    color: #ffff;
    font-size: 18px;
    width: 100%;
    padding: 10px;
    font-weight: 500;
    display: inline-block;
    text-decoration: none;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;

}


.sheraWeb_video_list button.owl-prev {
    background: #fff !important;
    position: absolute;
    left: -23px;
    top: 50%;
    z-index: 999;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    color: #013622 !important;
    font-size: 25px !important;
    line-height: 46px !important;
    transform: translateY(-50%);
    box-shadow: 0 0 6px rgb(83, 132, 83);
    outline: inherit;
}

.sheraWeb_video_list button.owl-next {
    background: #fff !important;
    color: #013622 !important;
    font-size: 25px !important;
    position: absolute;
    right: -23px;
    top: 50%;
    z-index: 999;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    line-height: 46px !important;
    transform: translateY(-50%);
    box-shadow: 0 0 6px rgb(83, 132, 83);
    outline: inherit;
}

.sheraWeb_video_list .owl-dots {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
    content: "";
    z-index: 1;
}

.sheraWeb_video_list .owl-dots button::before {
    position: absolute;
    left: 3px;
    bottom: 3px;
    content: '';
    width: 5px;
    height: 5px;
    background: #999;
    border-radius: 50%;
}

.sheraWeb_video_list .owl-dots button {
    margin: 0 3px;
    padding: 4px !important;
    background: transparent !important;
    outline: inherit;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    border: 1px solid #000000 !important;
    position: relative;
    transition: .5s all;
}

.sheraWeb_video_list .owl-dots button.active {
    border: 1px solid #e07b27;
}

.sheraWeb_video_list .owl-dots button.active::before {
    background: #e07b27 !important;
}


.homeVideoIcon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.homeVideoIcon i {
    background: transparent;
    width: 50px;
    height: 50px;
    line-height: 43px;
    text-align: center;
    color: #ffff;
    text-decoration: none;
    font-size: 30px;
    border-radius: 50%;
    padding-left: 6px;
    border: 3px solid #fdfdfd;
    transition: .5s all;
}

.sheraWeb_video_wrpp:hover .homeVideoIcon i {
    background: #013622;
    border: 3px solid #013622;
    color: #fff;
}


/*======================================
	sheraWeb_video Section css-End
======================================*/

.sheraWeb_themeName {
    color: #013622;
    font-size: 36px;
    text-align: center;
    font-weight: 700;
    margin-top: 10px;
    line-height: 25px;
    padding: 45px 0;
}

.singlePage_icons {
    margin-top: 5px;
}

.sheraweb-pagination ul.pagination {
    justify-content: center;
}

/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {

    .sheraWeb_Video_title a {
        padding: 5px 10px 10px 8px !important;
    }

    .sheraWeb_video_list button.owl-prev {
        width: 35px !important;
        height: 35px !important;
        font-size: 18px !important;
        line-height: 38px !important;
        left: -11px !important;

    }

    .sheraWeb_video_list button.owl-next {
        width: 35px !important;
        height: 35px !important;
        font-size: 18px !important;
        line-height: 38px !important;
        right: -11px !important;
    }

}

/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {

    .sheraWeb_video_list button.owl-next {
        width: 35px !important;
        height: 35px !important;
        font-size: 20px !important;
        line-height: 39px !important;
        right: -6px !important;

    }

    .sheraWeb_video_list button.owl-prev {
        width: 35px !important;
        height: 35px !important;
        font-size: 20px !important;
        line-height: 39px !important;
        left: -6px !important;
    }

    .homeVideoIcon i {
        width: 40px !important;
        height: 40px !important;
        line-height: 35px !important;
        font-size: 25px !important;
    }


    /*============ sheraWeb_Video css End==============*/


    .sheraWeb_videoPage .sheraWeb_video_wrpp {
        margin-bottom: 0 !important;
    }

    .sheraWeb_Video_title a {
        font-size: 14px !important;
        padding: 5px !important;

    }

}



/* Wide Mobile Layout: 480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {

    .sheraWeb_Video_title a {
        padding: 0 10px 7px 8px !important;

    }

    .view-content {
        left: 151px !important;
        bottom: 85px !important;
    }

    .sheraWeb_video_list button.owl-prev {
        top: 25px !important;
    }

    .sheraWeb_video_list button.owl-next {
        top: 25px !important;
    }

    .video-page-content .video-page-wrpp {
        width: calc(50%) !important;
        padding: 0 6px !important;
        margin-bottom: 13px !important;
    }

}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    background: #013622;
    font-size: 30px;
    border-radius: 50%;
    width: 30px !important;
    height: 30px;
    display: inline-block;
    line-height: 30px;
    margin-top: 10px;
    cursor: pointer !important;
    box-shadow: 0 0 2px rgba(1, 54, 34, 0.3);
    opacity: 1
}


/* Pre Footer */
.site-pre-footer {
    background-color: rgba(1, 54, 34, 0.1);
    padding: 30px;
    margin-top: 50px;
}

.social-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.social-icons li {
    margin: 0 10px;
}

.social-icons a {
    display: inline-block;
    text-decoration: none;
    font-size: 22px;
    line-height: 22px;
    color: #FFF;
    background-color: transparent;
    padding: 10px;
    border-radius: 50%;
    transition: all 0.5s ease-in-out;
    width: 44px;
    height: 44px;
    text-align: center;
}

.social-icons a:hover {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.social-icons a.facebook {
    background: #1877F2;
}

.social-icons a.twitter {
    background: #1DA1F2;
}

.social-icons a.whatsapp {
    background: #25D366;
}

.social-icons a.youtube {
    background: #FF0000;
}

/* Footer */
.footer {
    padding: 1rem 0;
    background: #000;
}

.footer .footer-text {
    margin: 0;
    color: #FFFFFF;
    font-size: 1.125rem;
}

.footer .footer-text a {
    text-decoration: none;
    color: #e07b27;
    font-size: 1.125rem;
    transition: 0.5s;
}

.footer .footer-text a:hover {
    color: #ff5722;
}

/* Content Page */
.content-container {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 12px;
    margin-bottom: 1rem;
}

.content-container .content-header {
    padding: 1rem;
    padding-bottom: 0;
    background: #ededed;
    border-bottom: 2px solid #013622;
}

.content-container .content-body {
    padding: 1rem;
    background: #FFFFFF;
}

.content-container .content-body .publish-time {
    padding-bottom: 0.5rem;
    font-size: 14px;
    color: #939393;
}

.social-share {
    margin-top: 10px;
    margin-bottom: 13px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.single-social-title {
    font-size: 30px;
    color: #000;
    margin: 0 0 10px;
    border-bottom: 1px solid #eee;
    padding: 0 0 7px
}

.social-share .social-icons a {
    background: red;
    display: inline-block;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    margin-right: 3px;
    border-radius: 5px;
    transition: .8s all;
    /*padding: 7px 19px;*/
    border: 1px solid transparent
}

.social-share .social-icons a:nth-child(1) {
    background: #3b5998
}

.social-share .social-icons a:nth-child(1):hover {
    background: #eee;
    color: #3b5998;
    border: 1px solid #3b5998
}

.social-share .social-icons a:nth-child(2) {
    background: #00acee
}

.social-share .social-icons a:nth-child(2):hover {
    background: #eee;
    color: #00acee;
    border: 1px solid #00acee
}

.social-share .social-icons a:nth-child(3) {
    background: #0e76a8
}

.social-share .social-icons a:nth-child(3):hover {
    background: #eee;
    color: #0e76a8;
    border: 1px solid #0e76a8
}

.social-share .social-icons a:nth-child(4) {
    background: #c8232c
}

.social-share .social-icons a:nth-child(4):hover {
    background: #eee;
    color: #c8232c;
    border: 1px solid #c8232c
}

.social-share .social-icons a:nth-child(5) {
    background: #000;
    color: #fff;
}

.social-share .social-icons a:nth-child(5):hover {
    background: #eee;
    color: #000;
    border: 1px solid #000
}

/* Floating Social Link */

@media(max-width:560px) {
    .content-follow-social-media {
        max-width: 25px;
    }
}

.content-follow-social-media {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 1fr);
    grid-row-gap: 5px;
    position: fixed;
    bottom: 0px;
    right: 0;
    margin: 0 10px 10px 0;
    z-index: 9999;
}

.content-follow-social-media .follow-social-media-item {
    padding: 0px;
    margin: 0px;
    transition: all 0.2s linear;
}

.content-follow-social-media .follow-social-media-item:hover {
    transform: scale(1.2);
}

.content-follow-social-media .follow-social-media-item img {
    padding: 0px;
    margin: 0px;
    max-width: 100%;
    width: 40px;
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .social-share .social-icons a {
        margin-bottom: 5px !important
    }
}

@media only screen and (max-width:767px) {
    .social-share .social-icons a {
        /*padding: 5px 17px !important;*/
        margin-bottom: 5px !important;
        /*margin-right: 0 !important*/
    }
}

@media only screen and (max-width:438px) {
    .social-share {
        display: block;
        text-align: center;
    }

    .social-share .share-title {
        display: none;
    }
}

.spinner-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}