/* ======================= Header Code ======================  */
.school_details {
    background: #ffffffb8;
    padding: 12px 0;
}

.school_info {
    font-family: 'Hind Siliguri', sans-serif;
    margin-bottom: 0;
    padding: 2px 0;
    font-weight: 400;
    font-size: 25px;
}

h1.school_name {
    font-family: 'Hind Siliguri', sans-serif;
    margin-bottom: 0;
}

img.gov_img {
    width: 110px;
    max-width: 100%;
}

div#navbarSupportedContent {
    justify-content: center;
}

/* ======================= Header Code ======================  */


#currentDate {
    color: #fff;
}

#currentTime {
    color: #fff;
}


ul.header_list {
    color: #fff;
}

.bottom_header.dark_skin.main_menu_uppercase {
    border-bottom: 1px solid #14452f;
    background: #14452f;
}

.overly {
    background: #2630648f;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.slider_color {
    color: #fff !important;
}

.slider_btn {
    background: #fff !important;
}

/* header  */
.top-header {
    /* Optional: Add a background color */
    padding: 10px 0;
}

.top-header .contact_detail li,
.top-header .header_list li {
    display: inline-block;
    margin-right: 15px;
}

.top-header .contact_detail li i,
.top-header .header_list li i {
    margin-right: 5px;
}

.top-header .header_list li:last-child {
    margin-right: 0;
}

.top-header #currentDate,
.top-header #currentTime {
    font-size: 14px;
}

.top-header .lng_dropdown {
    margin-right: 5px;
}

@media (max-width: 767px) {

    .top-header .lng_dropdown,
    .top-header .contact_detail li,
    .top-header .header_list li {
        font-size: 12px;
        margin-right: 10px;
    }

    .top-header .lng_dropdown {
        margin-bottom: 5px;
    }

    .top-header .contact_detail,
    .top-header .header_list {
        justify-content: center;
    }

    .top-header .header_list {
        justify-content: flex-start;
    }
}

@media (max-width: 575px) {

    .top-header .contact_detail,
    .top-header .header_list {
        justify-content: center;
        text-align: center;
    }
}

marquee a {
    color: #14452f;
}

/* ------- Welcome Section -------  */
.heading_s1 h2 {
    color: #fff;
}

.heading_s1 h5 {
    color: #fff;
}

.sub_heading p {
    color: #fff;
}

..bg_light_blue2 {
    background: #14452f !important;
}

/* // department sectin css  */

.department-card {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #14452f;
}

.card-img-top {
    width: 500px;
}

.department-card .card-body {
    position: absolute;
    bottom: 0;
    width: 100%;
    transition: transform 0.5s ease, background-color 0.5s ease;
    background: #14452f;
    color: #fff;
}

.department-card .show-more {
    display: none;
    transition: opacity 0.5s ease;
    font-size: 0.8rem;
    transition: all 0.5s;
}

.department-card:hover .card-body {
    /* transform: translateY(-30%); */

    background-color: #14452f;
    color: #fff;
    transition: 0.5s;
}

.department-card:hover .show-more {
    display: block;
    opacity: 1;
    transition: 0.5s;
}

.card-body h5 {
    transition: transform 0.5s ease;
}

.department-card:hover .card-body h5 {
    transform: translateY(0px);
}

.card-img-top {
    width: 100%;
    height: 250px;
}

.copyright a {
    color: #fff;
}

.copyright a:hover {
    color: #0056b3;
}

/* heading animation  */

.section-title {
    position: relative;
    font-size: 35px;
    font-weight: bold;
    color: #14452f;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    margin-bottom: 2rem;
    display: inline-block;
    background: #f8f9fa;
    padding: 0 20px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.section-title::before,
.section-title::after {
    content: '';
    position: absolute;
    height: 3px;
    background-color: #14452f;
    width: 40px;
    top: 100%;
    transform: translateY(-47%);
    animation: animate-line 2s infinite;
}

.section-title::before {
    left: -50px;
}

.section-title::after {
    right: -50px;
}

.section-title span {
    position: relative;
}

.section-title span::before,
.section-title span::after {
    content: '';
    position: absolute;
    height: 3px;
    background-color: #14452f;
    width: 50%;
    animation: animate-line 2s infinite;
}

.section-title span::before {
    top: -10px;
    left: 0;
}

.section-title span::after {
    bottom: -10px;
    right: 0;
}

@keyframes animate-line {
    0% {
        width: 0;
    }

    50% {
        width: 100%;
    }

    100% {
        width: 0;
    }
}

@media (max-width: 768px) {
    .section-title {
        font-size: 20px;
    }

    .section-title::before,
    .section-title::after {
        width: 15px;
    }
}

/* ------ why choose section -----  */
.choose_overly {
    background: #0000007d;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.card_box {
    position: relative;
    z-index: 2;
    /* Higher z-index to be above the overlay */
    background: white;
    /* Optional: Add background to card box */
    padding: 30px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.card_box_text p {
    font-size: 15px;
}

/* ---------- Start count sectin ------  */
.stat-item {
    background: #14452f;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    transition: transform 0.3s, box-shadow 0.3s, background-color 0.3s, color 0.3s;
    text-align: center;
    margin: 10px;
    flex: 1;
    cursor: pointer;
    /* Ensure the boxes take up equal space */
    color: #fff;
}

.stat-item p {
    color: #fff;
}

.stat-item:hover p {
    color: #14452f;
}

.stat-item h3.count {
    color: #fff !important;
}

.stat-item:hover h3.count {
    color: #14452f !important;
}

.stat-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    color: #14452f;
}

.stat-item img {
    width: 50px;
    filter: brightness(0) invert(1);
    /* Change image color to white */
}

.stat-item:hover img {
    filter: none;
    /* Reset image color on hover */
}

.stat-item h3 {
    margin-top: 15px;
    font-size: 24px;
}

.stat-item p {
    margin-top: 5px;
    font-size: 16px;
}

@media (max-width: 767px) {
    .stat-item {
        margin: 15px 0;
        /* Adjust margin for smaller screens */
    }
}

/* ------------ blog and event sectin -----------  */
.blog-btn {
    color: #0056b3;
}

.blog-btn:hover {
    color: #14452f;
    transition: 0.5s;
}

.left-top {
    position: fixed;
    top: 200px;
    left: -43px;
    /* width: 100px; */
    background: #14452f;
    z-index: 5;
    transform: translate(10px, 10px);
    transform: rotate(270deg);
    /* right: 50px; */
    color: #fff;
    border-radius: 5px;
    padding: 7px 0 0 0px;
}

.left-top h4 {
    color: #fff;
    font-size: 15px;
    padding: 0 8px;
    font-weight: 400;
}

.left-bottom {
    position: fixed;
    top: 319px;
    left: -43px;
    /* width: 100px; */
    background: #0d6efd;
    z-index: 5;
    transform: translate(10px, 10px);
    transform: rotate(270deg);
    /* right: 50px; */
    color: #fff;
    border-radius: 5px;
    padding: 8px 0 0 0;
}

.left-bottom h4 {
    color: #fff;
    font-size: 15px;
    padding: 0 8px;
    font-weight: 400;
}


/* -------- right ---------  */
.right-top {
    position: fixed;
    top: 200px;
    right: -30px;
    z-index: 5;
    transform: rotate(90deg);
    background: #0d6efd;
    padding: 5px 0 0 0;
    border-radius: 5px;
}

.right-middle {
    position: fixed;
    top: 320px;
    right: -56px;
    z-index: 5;
    transform: rotate(90deg);
    background: #14452f;
    padding: 5px 0 0 0;
    border-radius: 5px;
}

.right-top h4 {
    color: #fff;
    font-size: 15px;
    padding: 0 8px;
}

.right-middle h4 {
    color: #fff;
    font-size: 15px;
    padding: 0 8px;
}

/* ----------- message section ----------  */
.message-box {
    border: 1px solid #0d6efd;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    background-color: white;
    box-shadow: 0 4px 8px rgb(227 215 215 / 10%);
    transition: transform 0.3s, box-shadow 0.3s;
}

.message-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.message-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.message-box img {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.message-title {
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
}

.message-text {
    font-size: 16px;
    margin-top: 10px;
}

.read-more {
    color: #14452f;
    font-weight: bold;
    cursor: pointer;
    margin-top: 10px;
    display: inline-block;
}

/* ----- bradcump ---------  */
.title {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #fff;
}

.subtitle {
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
}

.breadcrumb {
    background-color: transparent;
    padding: 0;
    margin: 0;
}

.breadcrumb-item a {
    color: #0089ff;
    text-decoration: none;
}

.breadcrumb-item a:hover {
    text-decoration: underline;
}

.breadcrumb-item.active {
    color: #fff;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}


/* ---------m  */
/* Basic Reset */

.notice-item {
    display: flex;
    align-items: center;
    background-color: #fff;
    margin-bottom: 20px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
}

.notice-item:hover {
    transform: translateY(-5px);
}

.publish-date {
    background-color: #14452f;
    padding: 20px;
    text-align: center;
    flex: 0 0 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    border-right: 2px solid #fff;
}

.publish-date span {
    color: #fff;
    line-height: normal;
}

.notice-content {
    padding: 20px;
    flex: 1;
}


@media (max-width: 768px) {
    .notice-item {
        flex-direction: column;
    }

    .publish-date {
        flex: 0 0 auto;
        width: 100%;
        border-right: none;
        border-bottom: 2px solid #fff;
    }

    .notice-content {
        padding: 10px;
    }
}

/* ------ about section ----  */
.about-card {
    background-color: #f8f9fa;
    /* Light grey background */
    transition: box-shadow 0.3s ease;
}

.about-card:hover {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    /* Shadow on hover */
}

.sidebar-card {
    background-color: #14452f;
    /* Dark sidebar background */
}

.sidebar-card .card-body {
    color: #ffffff;
    /* White text color */
}

/* ----------- sidebar ----------  */
.list li a {
    color: #fff;
}

.sidebar-address p {
    color: #fff;
}

/* ------------ success story -----  */
.success-card {
    transition: transform 0.2s, box-shadow 0.2s;
    border: none;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.success-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.success-card img {
    border-radius: 10px 10px 0 0;
}

.success-card-body {
    text-align: center;
    padding: 15px;
}

.success-card .btn {
    background-color: #007bff;
    color: #fff;
    border-radius: 20px;
    padding: 5px 20px;
}

.success-card .btn:hover {
    background-color: #0056b3;
}


/* -------------- video gellery -------------  */
.gallery-thumbnail {
    cursor: pointer;
    transition: transform 0.2s ease;
}

.gallery-thumbnail:hover {
    transform: scale(1.1);
}

/* Modal video styles */
.modal-video {
    max-width: 100%;
    height: auto;
}

/* Custom styles for the contact page */
.contact-form {
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 10px;
}

.contact-info {
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 10px;
}

.map-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.map-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

/* Custom styles for the blog page */
.blog-card {
    margin-bottom: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease;
    border-radius: 10px;
}

.blog-card:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.blog-card img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    max-width: 100%;
    height: auto;
}

.blog-card .card-body {
    padding: 20px;
}

.blog-card .card-title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #333;
}

.blog-card .card-text {
    color: #666;
}

.blog-card .meta-info {
    margin-top: 10px;
    font-size: 0.9rem;
    color: #888;
}

/* -------- contact page ----------  */
.widget {
    background: #14452f;
    padding: 20px;
    border-radius: 3px;
}

.social_icons li a {
    border: 1px solid #fff;
}

.social_icons li a:hover {
    border: 1px solid #14452f;
    background-color: #fff;

}

.mobile_title {
    display: none;
}

@media (max-width: 768px) {
    .section-title {
        display: none;
    }

    .mobile_title {
        display: block;
        text-align: center;
        padding: 5px 0;
    }
}

.stat-item img {
    width: 100px;
    height: auto;
    margin-bottom: 15px;
}

.stat-item {
    text-align: center;
    margin-bottom: 30px;
}

.stat-item h3 {
    font-size: 2rem;
    margin-bottom: 10px;
}

.stat-item p {
    font-size: 1.1rem;
}

/* Custom responsiveness */
@media (max-width: 767px) {
    .stat-item {
        margin: 5px;
        /* Increased space between cards */
    }

    .stat-item h3 {
        font-size: 1.5rem;
    }

    .stat-item p {
        font-size: 1rem;
    }

    .stat-item img {
        width: 80px;
    }

    .message-box {
        margin-bottom: 10px;
    }
}

/* Additional spacing between cards for smaller screens */
@media (max-width: 575px) {
    .stat-item {
        margin-bottom: 50px;
    }
}

/* =============================== New Css ======================  */
:root {
    --mas_primary: #683091;
    --mas_secondary: #14452f;
}

.video-title {
    color: #ffffff;
    font-weight: 700;
    border-left: 3px solid #049F17;
    padding: 7px 3px;
    font-size: 18px;
    background: var(--mas_primary);
    margin-bottom: 10px;
}

.history-content a {
    text-decoration: none;
    font-size: 16px;
}

.president-title a {
    text-decoration: none;
    color: #001fff;
    font-weight: 600;
}



.cat-title {
    color: var(--mas_secondary);
    font-size: 20px;
    font-weight: 700;
    border-bottom: 1px solid#e3e3e3;
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 3px;
}



.cat-title::before {
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 10%;
    height: 2px;
    content: '';
    background: var(--mas_secondary);
}


.president-deg {
    text-align: center;
    background: var(--mas_primary);
    padding: 10px;
    color: #ffffff;
    font-size: 20px;
}

.notic-title {
    background: var(--mas_secondary);
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    font-weight: 700;
    padding: 7px 5px;
    border-radius: 11px 11px 0 0;
    margin-bottom: 10px;
}

.notic-content ul li::before {
    content: "\f00c";
    position: absolute;
    bottom: 8px;
    left: 3px;
    font-family: 'Anek Bangla';
    color: var(--mas_secondary);
}


.link-title {
    background: var(--mas_secondary);
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    font-weight: 700;
    padding: 7px 5px;
    border-radius: 11px 11px 0 0;
    margin-bottom: 10px;
}


.footer-section {
    background: #22272B;
    padding: 50px 0;
}

.footer-menu ul li a {
    color: #faf8f8;

}

.footer-menu-title {
    font-size: 18px;
    color: #ffffff;
    text-align: left;
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #414141;
    padding-bottom: 10px;
}

.footer-icon p {
    color: #ffffff;
}

.footer-menu-title::before {
    position: absolute;
    left: 0;
    bottom: -1px;
    content: '';
    width: 23%;
    height: 2px;
    background: #049F17;
}

.contcat-info i.fa {
    position: absolute;
    left: 0;
    top: 5px;
    color: #fff;
}

.bottom-footer-social a:hover {
    color: #fff;
    background: var(--mas_secondary);
    border: 1px solid var(--mas_secondary);
}

.bottom-footer-section {
    background: #1D2023;
    padding: 20px 0;
    border-top: 1px solid#4b4b4b;
}

img.wp-smiley,
img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 .07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}

.recentcomments a {
    display: inline !important;
    padding: 0 !important;
    margin: 0 !important;
}

.buy_link {
    background: #65b70e;
    padding: 10px;
    color: white;
    text-align: center;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
}

.buy_link a {
    color: white;
}

.buy_link a:hover {
    color: yellow;
}

/*========history-section start============*/

.notice-wrpp {
    box-shadow: 0 0 4px #e3e3e3;
    padding: 20px 10px;
    margin-bottom: 20px;
    background: #fff;
    overflow: hidden;
}

.notice-image img {
    width: 55%;
    height: auto;
    float: right;
    margin-left: 20px;
}

.notice-content {
    font-size: 16px;
    line-height: 26px;
    text-align: justify;
    color: #000;
}


/*========history-section End============*/



/*========president-section End============*/

.president-image {
    width: 50%;
    height: auto;
    margin-top: 5px;
    float: left;
    margin-right: 10px;
}

.president-title {
    text-align: justify;
    margin-top: 10px;
    color: #000;
    margin-bottom: 10px;
    background: #fff;
}

/*========president-section End============*/


/*========services-section start============*/
img {
    max-width: 100%;
    height: auto;
}

.card-title {
    background: var(--mas_primary);
    padding: 15px 0 1px 0;
    color: #fff;
}

.card-body {
    background: #fff;
    padding-top: 10px;
}

.card-body ol li {
    border-bottom: 1px solid #ddd;
    padding: 5px 0;
}

.card-body ol li a {
    font-size: 18px;
    color: #333;
    transition: .3s;
}

.card-body ol li a:hover {
    color: var(--mas_primary);
}

.card-body.info_body ol li {
    list-style: none;
    padding: 0px 10px;
}

.card-body ol li a {
    font-size: 18px;
    color: #333;
    transition: .3s;
}

.services-wrpp {
    box-shadow: 0 0 3px #a4a2a2;
    padding: 23px 20px;
    margin-bottom: 20px;
    background: linear-gradient(22deg, #ffffff, #90a0ddb8);
    transition: 0.5s;
}

.services-wrpp:hover {
    transform: translateY(-5px);
}

.service-image img {
    width: 29%;
    height: auto;
    float: left;
}

.bangladesh-image img {
    width: 24%;
    height: auto;
    float: left;
}

.services-content {
    margin-left: 126px;
    margin-top: 20px;
    margin-bottom: 15px;
}

.services-content ul {
    padding: 0;
    margin: 0;
    list-style: none;
    color: #6F6F6F;
}

.services-content ul li {
    position: relative;
    z-index: 1;
    margin-bottom: 2px;
}

.services-content ul li a {
    color: #000;
    text-decoration: none;
    transition: .5s;

}

.services-content ul li a:hover {
    color: var(--mas_secondary);
}



.services-content ul li:hover::before {
    color: var(--mas_secondary);
}

/*========services-section End============*/



/*========notic-section start============*/

.notic-wrpp {
    border-radius: 0 18px 0 0;
}


.notic-content ul {
    padding: 0;
    margin: 0;
    list-style: none;
    color: #6F6F6F;
}

.notic-content ul li {
    position: relative;
    z-index: 1;
    margin-bottom: 16px;
    padding-left: 27px;
    border-bottom: 1px dashed #9b9898;
    padding-bottom: 6px;
}

.notic-content ul li a:hover {
    color: var(--mas_secondary);
}

.notic-content ul li a {
    color: #000;
    text-decoration: none;
    transition: .3s;

}



/*========notic-section End============*/



/*========link-section start============*/

.link-wrpp {
    border-radius: 10px 0;
}


.link-content ul {
    padding: 0;
    margin: 0;
    list-style: none;
    color: #6F6F6F;
}

.link-content ul li {
    position: relative;
    z-index: 1;
    margin-bottom: 16px;
    border: 1px solid #d7d7d7;
    padding: 8px 15px;
    transition: .4s;
    background: #fff;
}

.link-content ul li:hover {
    border: 1px solid #999;

}

.link-content ul li a:hover {
    color: var(--mas_secondary);
}

.link-content ul li a {
    color: #000;
    text-decoration: none;
    transition: .3s;

}


/*========link-section End============*/



/*============Recent Event page css start=================*/
.recent-imgae img {
    width: 100%;
    height: auto;
}

.recent-imgae {
    margin-bottom: 20px;
}

.video-content a {
    color: #000;
    text-decoration: none;

}

/*============Recent Event page css End=================*/



/*========video-section start============*/

.video-title {
    color: #ffffff;
    font-weight: 700;
    border-left: 3px solid #049F17;
    padding: 7px 3px;
    font-size: 18px;
    background: var(--mas_primary);
    margin-bottom: 10px;
}

.video-title i.fa {
    color: #fff;
    padding: 0 5px;
    font-size: 20px;
}

.video-gallery .owl-nav button {
    position: absolute;
    top: 35%;
    font-size: 33px;
    line-height: 40px;
    transform: translateY(-50%);
    text-align: center;
    transition: .4s;
    color: #000;
    background-color: #fff !important;
    border-radius: 50px;
    opacity: .2;
    width: 40px;
    height: 40px;
    margin-right: -3px;
    margin-left: -1px;
}

.video-gallery .owl-nav button.owl-next {
    left: auto;
    right: 0;
}

.video-gallery:hover .owl-nav button {
    opacity: .9;
}

.video-item iframe {
    width: 100%;
    height: 200px;
}

/*========video-section End============*/





/*=============================
                                           footer-css-start
                                   ===============================*/


.footer-logo img {
    width: 100%;
    height: auto;
}

.footer-icon {
    margin-top: 33px;
}


.contcat-info {
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
}

.bottom-footer-social {
    margin-top: 34px;
}

.bottom-footer-social a {
    font-size: 12px;
    text-align: center;
    margin: 0 5px;
    color: #fff;
    border: 1px solid #808080;
    padding: 7px 10px;
    border-radius: 50px;
    transition: .8s;
}



/*--------- footer menu css-start---------------*/

.footer-menu {
    margin-top: 30px;
}

.footer-menu ul {
    text-align: left;
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: 20px;
}

.footer-menu ul li {
    margin-bottom: 10px;
    border-bottom: 1px solid #65646457;
    padding-bottom: 10px;
}


.footer-menu ul li a:hover {
    margin-left: 3px;
    transition: .3s;
    color: var(--mas_secondary);
}

/*--------- footer menu css-End---------------*/


/*--------- facebook css-Start---------------*/
.f-map iframe {
    margin-top: 28px;
    width: 100%;
}

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    border: 4px solid #ffffff;
    box-shadow: 0 0 10px #ddd;
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 400px;
}

.owl-carousel .owl-dots.disabled,
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block;
    margin-top: 15px;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    border: none;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.about_content {
    padding: 30px;
    color: #fff;
}

.about_content h2 {
    border-bottom: 2px solid var(--mas_primary);
    padding: 10px 0;
}

.about_content h2 {
    color: #000000;
    font-family: 'Hind Siliguri';
}

.about_content p {
    color: #000000;
}

.bottom-footer-section {
    background: #1D2023;
    padding: 20px 0;
    border-top: 1px solid#4b4b4b;
}

.copy-right {
    font-size: 16px;
    color: #fff;
}

.design-developed {
    text-align: right;
    color: #fff;
    font-size: 16px;
}

.home-section {
    margin-top: 10px;
}

.top_scroll {
    /* margin-top: 11px; */
    display: flex;
}

.top_scrool_2 {
    padding: 5px 5px;
    border: 1px solid var(--mas_secondary);
    margin-left: 1px;
    height: 41px;
}

.top_scrool_1 {
    background: var(--mas_primary);
    padding: 9px 5px;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
}

.top-scroll-section {
    margin: 8px 0;
}

.card-title h5 {
    color: #fff;
    font-size: 17px !important;
    font-family: 'Hind Siliguri';
    text-align: center;
}
@media (max-width: 768px) {
    .about_content {
        padding: 10px;
    }
}