/*==================================
* Author        : "Edu Systems"
* Template Name : Listrace  HTML Template
* Version       : 1.0
==================================== */

/*==================================
font-family: 'Roboto', sans-serif;
==================================== */


/*=========== TABLE OF CONTENTS ===========
1.  General css (Reset code)
2.  Header-top
3.  Top-area
4.  Welcome-hero
5.  List-topics
6.  Works  
7.  Explore
8.  Reviews
9.  Counter
10. Blog
11. Subscribe
12. Footer
==========================================*/

/*-------------------------------------
		1.General css (Reset code)
--------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Hind+Siliguri:wght@300;400;500;600;700&family=Oswald:wght@200..700&display=swap');


body {
    font-family: "Oswald", serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}

/* Font for Bangla (Hind Siliguri) */
body.bangla {
    font-family: "Hind Siliguri", sans-serif;
    letter-spacing: -0.5px;
    /* Adjust this value as needed */
    font-stretch: condensed;
    /* Make the font narrower */
}

/*
.select2-container {
    font-family: 'Hind Siliguri', sans-serif;
} */
.oswald-font {
    font-family: "Oswald", serif;
}

/*
.hind-shiliguri-font {
    font-family: "Hind Siliguri", sans-serif;
} */

.navbar-brand, .navbar-brand:hover {
    padding: 0px 0px !important;
}

.navbar-sticky .navbar-brand {
    padding-top: 15px !important;
}

.single-welcome-hero-form {
    width: 20%;
    border-right: 1px solid #edeff1;
}

.single-welcome-hero-form-institute {
    width: 60% !important;
}

.single-welcome-hero-form h3 {
    font-size: 16px;
}

/* The switch container */
.toggle-switch {
    position: relative;
    display: inline-block;
    width: 54px;
    height: 20px;
    margin-bottom: -5px;
}

/* Hide default checkbox */
.toggle-switch input {
    display: none;
}

/* The slider with text */
.slider-text {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #0c9202;
    border-radius: 15px;
    transition: 0.4s;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 5px;
    font-size: 14px;
    color: white;
    font-weight: bold;
}

/* Text alignment */
.text-left {
    margin-left: 0px;
}

.text-right {
    margin-right: 0px;
}

/* The circle indicator */
.slider-text::before {
    content: "";
    position: absolute;
    height: 24px;
    width: 24px;
    background-color: rgb(229, 237, 5);
    border-radius: 50%;
    top: -2px;
    left: -3px;
    transition: 0.4s;
}

/* When checked */
.toggle-switch input:checked+.slider-text {
    background-color: #e80518;
}

.toggle-switch input:checked+.slider-text::before {
    transform: translateX(34px);
}


/*=================footer css start==============*/
.webintern-footer {
    background: #0d2034;
}

.webintern-footer-inner {
    padding-top: 80px;
    padding-bottom: 50px;
}

.webintern-footer-logo {
    display: inline-block;
}

.webintern-footer .webintern-footer-inner .simple-text p {
    color: #fff;
    margin-top: 20px;
    margin-bottom: 15px;
}

.simple-text p {
    font-size: 15px !important;
    color: #42435d;
    text-align: justify;
    /* font-family: "Oswald", serif; */
    font-weight: 300;
    line-height: 1.35;
    margin-bottom: 0;
}

.webintern-footer .webintern-footer-inner .simple-text a {

    font-weight: 700;
    color: #f2c21a;
    font-size: 15px;
}

.footer-2 {
    padding-left: 55px;
}

.webintern_footer_title {
    margin-top: 0px;
    margin-bottom: 25px;
}

.webintern_footer_title small {

    color: #fff;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
}

.webintern_footer_title:after {
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    background: #f2c21a;
    margin-top: 15px;
}

.webintern-footer-list {
    padding: 0;
}

.webintern-footer-list li {
    margin-bottom: 17px;
    list-style: none;
}

.webintern-footer-list a {
    position: relative;
    font-size: 15px;
    line-height: 18px;
    color: #fff;
    padding-left: 0;
    letter-spacing: 0.20px;
}

.footer-3 {
    padding-left: 30px;
    padding-right: 0;
}

.footer-4 {
    padding-left: 0px;
}

.webintern-footer-inner .simple-text.last {
    color: #d5d5d5;
    font-size: 17px;
    font-style: italic;
    font-weight: 400;
}

.tt-subscribe {
    position: relative;
}

.tt-subscribe input:not([type="submit"]) {
    width: 100%;
    height: 46px;
    background: #fff;
    font-size: 15px;
    color: #838486;
    padding-left: 20px;
    padding-right: 70px;
    border: 2px solid #fff;
    -moz-border-radius: 3px;
    border-radius: 3px;

}

.tt-subscribe-submit {
    background: #001b57;
}

.tt-subscribe-submit {
    position: absolute;
    top: 0;
    right: 0;
    width: 52px;
    height: 46px;
    font-size: 18px;
    line-height: 46px;
    color: #2a2a2a;
    text-align: center;
    background: #001b57;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-right-radius: 3px;
}


.tt-subscribe-submit i.fa-envelope:before {
    content: "\f0e0";
    position: relative;
    z-index: 1;
    color: #fff;
}

.tt-subscribe-submit input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #51658d;
    border: 0;
}

ul.tt-socail {
    padding: 0;
    margin-top: 30px;
}

.tt-socail li {
    display: inline-block;
    margin-right: 5px;
}


.tt-socail a {
    width: 28px;
    height: 28px;
}

.webintern_footer_title small {

    color: #fff;
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
}

.tt-copy {
    font-size: 15px;
    line-height: 20px;
    color: #fff;
    background: #51658d;
    padding: 20px 0;
    font-family: "Oswald", serif;
}

.tt-copy-right {
    text-align: right;
}

.bangla #total_visitor {
    font-size: 17px !important;
}

.custom-dropdown {
    border: none;
    outline: none;
    margin-left: 20px;
}

.select2-container--default .select2-selection--single {
    border: none;
}

.welcome-hero-btn {
    font-size: 20px;
}

.welcome-hero-btn svg {
    width: 25px;
}

.single-welcome-hero-form {
    padding: 0 20px;
}

.selection {
    font-size: 16px;
}

.welcome-hero-txt h2 {

    font-weight: 500;
    text-transform: inherit;
    letter-spacing: 0;
}

.welcome-hero-txt p {
    font-size: 28px;
}

.welcome-hero-txt p b {
    font-size: 28px;
    font-weight: 600;

}

/* Ensure the modal content is centered */
.modal-dialog {
    width: 500px;
    /* Fixed width */
    max-width: 90%;
    /* Allow responsive adjustment */
    margin: 30px auto;
    /* Center the modal */
}

/* Custom modal content */
.custom-modal {
    height: auto;
    /* Fixed height */
    max-height: auto;
    /* Adjust height on smaller screens */
    display: flex;
    flex-direction: column;
}

/* Modal header styling */
.custom-modal .modal-header {
    /* background: linear-gradient(to right, #007bff, #00c851); */
    color: white;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-align: center;
}

.modal-header {
    padding: 6px;
}

.modal-header h4 {

    color: #0270c4;
    font-size: 16px;
    font-weight: 400;
}

/* Modal body with scrolling if content exceeds height */
.custom-modal .modal-body {
    flex-grow: 1;
    /* overflow-y: auto; */
    /* padding: 15px; */
}

/* Modal footer */
.custom-modal .modal-footer {
    justify-content: flex-end;
}

/* Button styling */
.welcome-hero-btn {
    background: linear-gradient(to right, #007bff, #00c851);
    color: white;
    border: none;
    padding: 6px 16px;
    font-size: 16px;
    /* border-radius: 25px; */
    transition: all 0.3s ease;
    font-weight: 500;
}

.welcome-hero-btn:hover {
    background: linear-gradient(to right, #00c851, #007bff);
    color: white;
}

.jumbotron h1 {
    font-size: 24px !important;
}

.jumbotron {
    background: linear-gradient(to right, #055ab6, #068c3c);
    color: white;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 20px;
    margin-bottom: 10px;
}

.jumbotron p {

    font-size: 18px;
    color: white;
    text-align: center;
}

.single-list-topics-content img {
    max-width: 50px;
    height: auto;
}

.single-list-topics-content p {
    color: black;
}

.single-list-topics-content:hover {
    background: #029898 !important;
}

.website_url {
    color: #0563f6;
    text-transform: lowercase;
    position: relative;
    text-decoration: none;
    /* Optional: Remove underline for links */
}

.website_url:hover {
    color: green;
}

.website_url:hover::after {
    content: "Click to view website";
    position: absolute;
    bottom: -25px;
    /* Adjust position below the element */
    left: 50%;
    transform: translateX(-50%);
    background-color: green;
    color: #fff;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 5px;
    white-space: nowrap;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s, visibility 0.2s;
}

.website_url:hover::after {
    opacity: 1;
    visibility: visible;
}

.custom-modal strong {
    font-weight: 400;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: transparent;
}

.select2-results__option--selectable {
    color: black;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #0587fa;
    color: white;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #045297;
}

/* HTML: <div class="loader"></div> */
/* Loader Overlay */
.loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(6, 0, 0, 0.863);
    /* Semi-transparent white background */
    display: none;
    /* Initially hidden */
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.loader {
    --d: 32px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    color: #eaff04;
    box-shadow:
        calc(1 * var(--d)) calc(0 * var(--d)) 0 0,
        calc(0.707 * var(--d)) calc(0.707 * var(--d)) 0 1px,
        calc(0 * var(--d)) calc(1 * var(--d)) 0 2px,
        calc(-0.707 * var(--d)) calc(0.707 * var(--d)) 0 3px,
        calc(-1 * var(--d)) calc(0 * var(--d)) 0 4px,
        calc(-0.707 * var(--d)) calc(-0.707 * var(--d)) 0 5px,
        calc(0 * var(--d)) calc(-1 * var(--d)) 0 6px;
    animation: l27 1s infinite steps(8);
}

@keyframes l27 {
    100% {
        transform: rotate(1turn);
    }
}

.modal-close-button:hover {
    color: red;
}

.customModalLabel {
    margin-top: 10px !important;
    margin-bottom: -8px !important;
}

.single-how-works p {
    margin: 0;
    color: #000;
    font-size: 16px;
    line-height: 1.5;
    text-transform: initial;
    min-height: 60px;
}

.join_button:hover {
    font-size: 16px;
    padding: 10px;
}

.websiteStatus p img {
    height: auto;
    max-height: 12px !important;
}

.single-how-works {

    padding: 30px 42px;
    background-color: #f1f1f1;
}

.welcome-hero-btn.how-work-btn {

    margin-top: 20px;
    height: 40px;
    background: #aa1b1b00;
    color: #086fbf;
    border: 1px solid #949da5;
}

.single-how-works:hover {
    background-color: #be050c !important;
    transform: scale(1.1);
}

.explore {
    background: #c6e9fa;
}

.welcome-hero-btn.how-work-btn:hover {

    color: black;
}

.single-how-works:hover .welcome-hero-btn.how-work-btn {
    color: #000;
}

.section-header p {
    font-size: 20px;
    font-weight: 400;
}

.alumni-profile-image {
    height: 120px;
    width: 120px;
    border-radius: 50%;
    margin: 0 auto;
    display: block;
    position: relative;
    margin-top: -75px;

}

.tt-copy-right a {
    color: black;

}

.bg-primary {
    background-color: #024681;
}

.section-header h2 {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.footer-2 {
    padding-left: 33px;
}

.works {
    padding: 50px 0 95px;
}

/* Smooth scroll behavior */
html {
    scroll-behavior: smooth;
}

.scroll_to_top {

    position: fixed;
    bottom: 40px;
    right: 38px;
    /* background-color: #007bff; */
    border-radius: 50%;
    /* padding: 8px; */
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    color: #bebebe;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;

}

/* Optional: Styling for the button */
/* .scroll_to_top {
    transition: all 0.3s ease-in-out;
} */

.scroll_to_top:hover {
    color: #0056b3 !important;
}

.subscription-input-group .subscription-input-form {

    width: 20%;
}

.subscription-input-group {
    text-align: left;
}

.subscription-input-group {
    max-width: 950px;
}

.faq-section {
    margin: 50px auto;
    /* max-width: 800px; */
}

/* .panel-group .panel {
    border: none;
    border-radius: 5px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
}
.panel-heading {
    background-color: #f7f7f7;
    padding: 15px 20px;
    border-radius: 5px;
    cursor: pointer;
}
.panel-title a {
    text-decoration: none;
    color: #333;
    font-weight: bold;
    display: block;
}
.panel-title a:hover, .panel-title a:focus {
    text-decoration: none;
    color: #007bff;
}
.panel-body {
    padding: 15px 20px;
    background-color: #db9d0a;
    border-top: 1px solid #ddd;
    font-size: 15px;
    line-height: 1.6;
}
.faq-section {
	padding: 120px 0 90px;
}
#faqAccordion{
    margin-top: 80px;
}

.panel-default > .panel-heading {
	color: #333;
	background-color: #f5d486;
	border-color: #ddd;
} */

.faq-section {
    padding: 120px 0;
    background-color: #e6e8ea;
    margin: 0px auto;
}

#accordion {
    margin-top: 40px;
}


.panel-heading a {
    display: block;
    position: relative;
    font-weight: normal;

    &::after {
        content: "";
        border: solid rgb(255, 255, 255);
        border-width: 0 3px 3px 0;
        display: inline-block;
        padding: 5px;
        position: absolute;
        right: 0;
        top: 0;
        transform: rotate(45deg);
    }

    &[aria-expanded="true"]::after {
        transform: rotate(-135deg);
        top: 5px;
    }
}

.panel-default>.panel-heading {
    color: #fff;
    background-color: #a28906;
    border-color: #ddd;
}

.panel-title a, a:hover, a:active, a:focus {

    color: #fdfdfd;
    outline: none;
}

.panel-body p {
    color: black;

    font-size: 15px !important;
}

.testimonial-info {
    display: block;
    text-transform: capitalize;
    text-align: center;
}

.slick-slide img {
    display: block;
    width: 70px;
    /* Width of the image */
    height: 70px;
    /* Height of the image */
    margin: 0 auto;
    border-radius: 50%;
    /* Make the image round */
    object-fit: cover;
    /* Ensures the image covers the area */
    overflow: hidden;
    /* Hide the bottom part of the image */
    object-position: top;
    /* Keep the top part of the image visible */
}

.testimonial-img {
    /* position: relative; */
    width: 100%;
    margin: 0 auto;
    border-radius: 50%;
}

.testimonial-person {
    margin-left: 0px;
    margin-top: 20px;
}

.testimonial-person h2 {
    font-size: 14px;
}

.testimonial-person h6 {
    font-size: 12px;
    font-weight: 300;
}

.single-testimonial-box {
    padding: 5px 20px 15px;
    box-shadow: 0 0px 5px rgba(71, 71, 71, .2);
    overflow-x: hidden;
}

.testimonial-comment p {

    font-size: 13px;
    line-height: 1.5;
}

.testimonial-comment, .testimonial-person-star {
    text-align: center;
}

.testimonial-person h6 {
    margin-top: 3px;
}

.testimonial-person h4 {
    color: #033697;
    font-size: 16px;
    line-height: 1.2;
    margin-top: 5px;
}

.panel-title a {
    text-transform: initial;
}

@keyframes changeColor {
    0% {
        background-color: #029898;
        /* Initial color */
    }

    100% {
        background-color: #fff;
        /* Target color */
    }
}

.single-list-topics-content {
    animation: changeColor 1s ease forwards;
    /* 1s duration */
}

.footer-alumni {
    font-size: 14px;
    font-weight: 400;
}


.tooltip-inner {
    background-color: rgb(3, 133, 246) !important;
    /* Set tooltip background to green */
    color: white !important;
    /* Set text color to white for contrast */
}

/* Optionally, you can customize the arrow of the tooltip */
.tooltip-arrow {
    border-top-color: green !important;
    /* Set the arrow to match the tooltip color */
}

@keyframes changeBgColor {
    0% {
        background-color: #936a02;
    }

    100% {
        background-color: #f1f1f1;
    }
}

.single-how-works {

    animation: changeBgColor 2s ease forwards;
}



@keyframes changeOpacity {
    0% {
        opacity: .2;
    }

    100% {
        opacity: 1;
    }
}

.school_cover_photo {

    animation: changeOpacity 2s ease forwards;
}

p {
    color: #414243;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #016c3c;
    color:#016c3c;
}