
/*  1. Google Font
/*----------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700&family=Open+Sans:wght@300;400;500;600;700&display=swap');
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
/*----------------------------------------*/

/*  2. Theme default CSS
/*----------------------------------------*/
.clear {
    clear: both
}

.thim-brand-logo img {
    height: auto;
}

::-moz-selection {
    background: #00b0ff;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #00b0ff;
    color: #fff;
    text-shadow: none;
}

.no-mar {
    margin: 0 !important;
}

.no-pad {
    padding: 0 !important;
}

div#preloader {
    background: #ddd url("../img/loader.gif") no-repeat scroll center center;
    height: 100%;
    left: 0;
    overflow: visible;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

.mar-bot-50 {
    margin-bottom: 50px;
}

.mar-bot-40 {
    margin-bottom: 40px;
}

.mar-bot-35 {
    margin-bottom: 35px;
}

.mar-bot-30 {
    margin-bottom: 30px;
}

.mar-bot-20 {
    margin-bottom: 20px;
}

.mar-top-20 {
    margin-top: 20px;
}

.mar-top-30 {
    margin-top: 30px;
}

.mar-top-80 {
    margin-top: 80px;
}

.mar-top-80 {
    margin-top: 80px;
}

.mar-top-55 {
    margin-top: 55px;
}

.mar-top-108 {
    margin-top: 108px;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
    font-size: 20px;
}

.text-right {
    text-align: right;
}

/*----------------------------------------------*/
/*.bg-theme{*/
/*background: #25aae1;*/
/*}*/
/*.bg-theme-a{*/
/*background: red;*/
/*}*/
.font-size-14 {
    font-size: 14px;
}

/*.theme-border{*/
/*border: 1px solid #25aae1;*/
/*}*/
.pad-10-15 {
    padding: 10px 25px;
}

/*-----------------------------*/
*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*:focus {
    outline: 0;
}

html {
    font-size: 62.5%;
    -webkit-font-smoothing: antialiased;
}

body {
    background-image: url(../../../../../../uploads/bg_main.gif) !important;
    font-weight: normal;
    letter-spacing: 1.5px;
    background-attachment: fixed;
    color: #888;
    line-height: 30px;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    font-family: 'SolaimanLipi', sans-serif !important;
    background-size: 100%;
    background-repeat: repeat-x;

}

/*.boxed-container{
    box-shadow: 0px 0px 10px -3px;
}*/
img {
    max-width: 100%;
    height: auto;
}

button,
input,
textarea {
    letter-spacing: 0;
}

/*============================TOP HEADER====================================*/
.top-header {
    padding: 5px 15px;
    background: linear-gradient(90deg, #01579b 0%, #069caf 100%);
}

.top-header .top-button {
    text-align: right;
}

.top-header .top-button .btn-default {
    border: 1px solid #fff;
    color: #fff;
    font-size: 14px;
    border-radius: 0px;
}

.top-header .top-button .btn-primary {

    color: #fff;
    font-size: 14px;
    border-radius: 0px;
}

.top-header .top-headline p {
    color: #fff;
    line-height: 30px;
}

/*---------------------------------------------------------*/
.thim-top-header {
    background: #fff;
}

.thim-brand-logo a {
    font-size: 35px;
    font-weight: 600;
    color: #25aae1;
}

.thim-brand-logo {
    padding: 0px 15px;
    display: table-cell;
    height: 120px;
    vertical-align: middle;
}

.school-name-info {
    text-align: center;
}

.school-name-info .school-title {
    font-size: 30px;
}

.school-name-info .school-sub-title {
    font-size: 22px;
    text-transform: uppercase;
}

.school-name-info .establish {
    font-size: 20px;
}

.school-name-info .address {
    font-size: 18px;
}

/*---------------------------------------*/
/*braking news area*/
.content * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.simple-marquee-container * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.simple-marquee-container {
    border-bottom: 1px solid #f5f5f5;
    width: 100%;
    background: #fff;
    color: #222;
    float: left;
    display: inline-block;
    overflow: hidden;
    box-sizing: border-box;
    height: 45px;
    position: relative;
    cursor: pointer;
}

.marquee-sibling {
    padding: 0;
    background: #203f9a;
    width: 15%;
    height: 45px;
    line-height: 42px;
    font-size: 15px;
    font-weight: normal;
    color: #ffffff;
    text-align: center;
    float: left;
    left: 0;
    z-index: 1;
}

.marquee,
*[class^="marquee"] {
    display: inline-block;
    white-space: nowrap;
    position: absolute;
}

.marquee {
    margin: 0px 15px;
}

.marquee-content-items {
    display: inline-block;
    padding: 5px;
    margin: 0;
    height: 45px;
    position: relative;
}

.marquee-content-items li {
    display: inline-block;
    line-height: 35px;
    color: #222;
}

.marquee-content-items li a {
    font-size: 13px;
    font-weight: bold;
}

.marquee-content-items li:after {
    content: "|";
    margin: 0 1em;
}

/*==================  thim-custom-navbar    =================*/
/*------------------------------------*/

.thim-custom-navbar {
    padding: 0px;
    /* border-bottom: 2px solid #203f9a; */
    z-index: 111;
}

.thim-custom-navbar .navbar-nav .nav-item .nav-link {
    padding: 10px 15px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    color: #fff;
}

.thim-custom-navbar .navbar-nav .nav-item .nav-link:hover {
    background: #203f9a;
}

.main-drobdown.dropdown:hover>.dropdown-menu {
    display: block;
}

.main-drobdown.dropdown>.dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
}

.main-drobdown .dropdown-menu {
    width: 230px;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9999;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0px;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.main-drobdown .dropdown-menu a {
    border-bottom: 1px solid #f5ff55;
    padding: 10px;
    font-size: 14px;
}

.main-drobdown .dropdown-menu a:hover {
    padding: 10px;
    font-size: 14px;
    background: #203f9a;
    color: #fff;
}

/*Slider===========================*/
/* nivo directionNav css */
/*===========================================
Slider
===========================================*/
.nivo-directionNav a {
    font-size: 13px;
    /*background-color: rgb(49, 175, 227);*/
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    color: #fff !important;
    top: calc(50% - 20px);
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.nova-caption {
    display: none !important;
}

.nivo-directionNav a.nivo-prevNav {
    left: 25px;
}

.nivo-directionNav a.nivo-nextNav {
    right: 25px;
}

.slider-wrapper:hover .nivo-directionNav a.nivo-prevNav {
    left: 15px;
    opacity: 0.7;
}

.slider-wrapper:hover .nivo-directionNav a.nivo-nextNav {
    right: 15px;
    opacity: 0.7;
}

.nivo-directionNav a:hover {
    opacity: 1 !important;
}

/* nivo controlNav css */
.nivo-controlNav {
    padding: 0;
    position: absolute;
    z-index: 12;
    bottom: 30px;
    width: 100%;
}

.nivo-controlNav a {
    background-color: transparent;
    width: 12px;
    height: 12px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    display: inline-block;
    font-size: 0;
    cursor: pointer;
    margin: 0 5px;
    transition: all 0.3s linear;
    line-height: 12px;
}

.nivo-controlNav a.active {
    background-color: #2caee2;
}

/*==========================================*/
.main-body-content-area {
    padding: 25px 15px;
    background: #fff;
    /* background-image: url(https://templates.seekviral.com/trimba3/forms/InterestingQuiz2/assets/images/bg.jpg); */
    /* width: 100vw; */
    /* height: 100%; */
    /* background-size: cover; */
    /* object-fit: cover; */
    /* background-position: center; */
    /* background-repeat: no-repeat; */
}

.theme-content-box h3 {
    font-size: 18px;
}

.theme-content-box i {
    color: #25aae1;
    margin-right: 5px;
}

/*-------------------------*/
.visitor-area {
    margin-bottom: 10px;

}

.visitor-area p {
    font-weight: 600;
    color: #222;
}

.visitor-area .progress {
    height: 7px;
}

.final-count {
    text-align: center;
}

.visitor-count-br {
    position: relative;
    padding: 3px;
    border-top: 1px solid #25aae1;
}

.visitor-count-br:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 1px;
    background: #25aae1;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
}

.final-count p {
    font-weight: 600;
    color: #222;
}

.final-count span {
    font-size: 15px;
    color: #222;
}

/*==========Clock================*/
.time {
    color: #222;
    margin-top: 10%;
    font-size: 20px;
}

.hour {
    font-size: 40px;
    font-weight: 600;
    color: #222
}

.date {
    font-size: 25px;
}

/*============================*/
.theme-content-box .example-image-link {
    display: block;
    border: 1px solid #f5f5f5;
}

.theme-content-box .sagotobani-con img {
    float: left;
    padding: 7px;
    border-radius: 4px;
    width: 150px;
    height: 150px;
    border: 1px solid #f5f5f5;
    margin-right: 20px;
    margin-bottom: 10px;
}

.theme-content-box .sagotobani-con a {
    color: #25aae1;
    margin-left: 10px;
    font-size: 15px;
}

.theme-content-box .teacher-sign {
    font-weight: 600;
    color: #222;
    margin-top: 15px;

}

.admission-btn {
    padding: 10px 15px;
    font-size: 15px;

}

/*============================================*/
.categories-box .list-group .list-group-item:first-child {
    border-radius: 0px;
}

.categories-box .list-group {
    margin-bottom: 0px;
}

.categories-box .list-group .list-group-item {
    margin-bottom: 7px;
}

.categories-box .list-group .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.categories-box .list-group .list-group-item a {
    color: #222;
    font-size: 14px;
}

.categories-box .list-group .list-group-item .label {
    background: #f5f5f5;
    border-radius: 0px;
    height: 34px;
    text-align: center;
    color: #222;
    font-size: 14px;
    width: 40px;
    line-height: 36px;
    margin-top: 0px;
    position: absolute;
    right: 0px;
    top: 0px;
}

/*=================================*/
.notice-board-height {}

.notice-board-box li {
    position: relative;
}

.notice-board-box li a {
    display: block;
    padding: 5px 0px;
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 10px;
}

.notice-board-height marquee {
    height: 250px;
}

.all-contenet-download ul li a {
    position: relative;
    /*padding-left: 20px;*/
    color: #222;
    display: block;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #f5f5f5;
}

.all-contenet-download ul li a:after {
    position: absolute;
    /*content: "\f1c1";*/
    font-family: 'FontAwesome';
    font-size: 16px;
    left: 0px;
    vertical-align: middle;
    top: 0px;
    color: #25aae1;
}

.all-contenet-impor ul li a {
    position: relative;
    padding-left: 20px;
    color: #222;
    display: block;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #f5f5f5;
}

.all-contenet-impor ul li a:after {
    position: absolute;
    content: "\f0ac";
    font-family: 'FontAwesome';
    font-size: 16px;
    left: 0px;
    vertical-align: middle;
    top: 0px;
    color: #25aae1;
}

/*-------------------------------*/
.all-award-impor {
    margin-top: 15px;
}

.all-award-impor ul li a {
    position: relative;
    padding-left: 20px;
    color: #222;
    display: block;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #f5f5f5;
}

.all-award-impor ul li a:after {
    position: absolute;
    content: "\f091";
    font-family: 'FontAwesome';
    font-size: 16px;
    left: 0px;
    vertical-align: middle;
    top: 0px;
    color: #25aae1;
}

/*===========================*/
[data-toggle="collapse"] .fa:before {
    content: "\f139";
}

[data-toggle="collapse"].collapsed .fa:before {
    content: "\f13a";
}

.theme-content-box .card-header {
    padding: 0px;
}

.theme-content-box .card-header .btn-link {
    padding: 7px;
    color: #222;
    font-size: 14px;
}

.theme-content-box .card-header .btn-link:hover {
    text-decoration: none;
}

.theme-content-box .card-header .btn-link:focus,
.theme-content-box .card-header .btn-link.focus {
    text-decoration: none;
    border-color: transparent;
    box-shadow: none;
}

.theme-content-box .card {
    margin-bottom: 10px;
}

/*[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[*/
.event-content-sec {
    padding: 25px 15px;
    background: #f5f5f5;
}

.footer-content-sec {
    padding: 20px 15px;
    background: #fff;
    border-top: 5px solid #25aae1;
}

.footer-content-sec p a {
    font-weight: bold;
    color: #25aae1;
}

/*=======================================*/
.sticky-wrapper.is-sticky .thim-custom-navbar {
    z-index: 9999 !important;
    transition: all .3s ease-in-out;
}

/*------------------------------------*/
.event-content-box h3 {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
}

.event-content-box h3:hover {
    color: #25aae1;
}

.all-event-pad {
    padding-left: 7px;
    padding-right: 7px;
}

.all-event-slide .slick-prev {
    left: 0px;
    /*background: #25aae1;*/
    padding: 6px 10px;
    height: auto;
    width: auto;
    transition: all .3s ease-in-out;
}

.all-event-slide .slick-prev:before {
    font-family: 'FontAwesome';
    content: "\f177";
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.all-event-slide .slick-next:before {
    font-family: 'FontAwesome';
    content: "\f178";
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.all-event-slide .slick-next {
    right: 0px;
    /*background: #25aae1;*/
    padding: 6px 10px;
    height: auto;
    width: auto;
    transition: all .3s ease-in-out;
}

/*============================================*/
.recent-event-slide .slick-prev {
    left: 0px;
    background: #25aae1;
    padding: 6px 10px;
    height: auto;
    width: auto;
    transition: all .3s ease-in-out;
}

.recent-event-slide .slick-prev:before {
    font-family: 'FontAwesome';
    content: "\f177";
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.recent-event-slide .slick-next:before {
    font-family: 'FontAwesome';
    content: "\f178";
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.recent-event-slide .slick-next {
    right: 0px;
    /*background: #25aae1;*/
    padding: 6px 10px;
    height: auto;
    width: auto;
    transition: all .3s ease-in-out;
}

/*--------------------------*/
.contact-form .form-group label {
    font-size: 14px;
    font-weight: bold;
    color: #222;
}

.contact-form .form-group input.form-control {
    height: 35px;
    font-size: 14px;
}

.contact-form .form-group select.form-control {
    height: 35px;
    font-size: 14px;
}

.form-control{
    font-family: 'SolaimanLipi', sans-serif !important;


}

.input-sz {
   font-family: 'SolaimanLipi', sans-serif !important;


}

/*======================================*/
.img-height-150 {
    /* height: 100px; */
}

.img-height-60 {
    height: 60px;
}

.govorning-body-section .table tbody tr td {
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
}

.govorning-body-section .table.details-table tbody tr td {
    vertical-align: middle;
    text-align: left !important;
}

.govorning-body-section .table thead tr th {
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
    padding: 0 15px;
    color: #222;
    /* line-height: 0 !important; */
}

.govorning-body-section .table tbody tr th {
    vertical-align: middle;
    font-size: 13px;
    padding: 12px 15px;
    color: #222;
}

.govorning-body-section .pagination li a {
    padding: 10px 14px;
    color: #222;
}

.govorning-body-section .page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #25aae1;
    border-color: #25aae1;
}

.fa-bars:before {
    content: "\f0c9" !important;
}

.thim-custom-navbar button.navbar-toggler {
    padding: 10px 15px;
    color: #fff;
    font-size: 15px;
}

div#collapsibleNavbar {
    z-index: 999999999;
    border-top: 1px solid #f5f5f5;
}

/* Medium Layout: 1367px. */

@media only screen and (min-width: 1200px) and (max-width: 1367px) {}

@media (min-width: 1200px) {
    .container {
        max-width: 1400px !important;
    }
    
}

@media (max-width: 1300px) {
    .student-items .section-title .info p {
        font-size: 16px !important;
        font-weight: 600;
        color: #444;
        text-align: left;
        border-bottom: 1px solid #ddd;
    }
}





@media (max-width: 1563px) {
    .container-fluid {
        width: 98% !important;
    }
    
    .thim-custom-navbar .navbar-nav .nav-item .nav-link {
        padding: 10px 15px;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 16px !important;
        line-height: 25px;
        color: #fff;
    }
    
    .thim-custom-navbar.main-navbar {
        background: #013c57;
        width: 100% !important;
    }
    
    
}



/* Medium Layout: 1280px. */

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .thim-custom-navbar .navbar-nav .nav-item .nav-link {
        padding: 10px 12px;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 13px;
        line-height: 25px;
        color: #fff;
    }
}

/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .thim-custom-navbar .navbar-nav .nav-item .nav-link {
        padding: 10px 12px;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 13px;
        line-height: 25px;
        color: #fff;
    }
}

/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
    .card.establish-section .card-body.theme-content-box {
        flex-wrap: wrap;
    }

    .card.establish-section .card-body.theme-content-box img {
        width: 100% !important;
    }

    .container-fluid {
        width: 100% !important;
    }
    
    .card.establish-section .card-body .management-logo {
        width: 100% !important;
    }
    
    .card.establish-section .card-body .contant {
    width: 100% !important;
}
    
}


/* Wide Mobile Layout: 480px. */
@media only screen and (min-width: 481px) and (max-width: 767px) {
    .school-name-info .school-title {
        font-size: 16px;
        line-height: 40px;
    }

    .school-name-info .school-sub-title {
        font-size: 12px;
        display: none;
        text-transform: uppercase;
        line-height: 25px;
    }

    .school-name-info .establish {
        font-size: 12px;
        display: none;
    }

    .school-name-info .address {
        font-size: 12px;
    }

    .marquee-sibling {
        padding: 0;
        background: #203f9a;
        width: 40%;
        height: 45px;
        line-height: 42px;
        font-size: 15px;
        font-weight: normal;
        color: #ffffff;
        text-align: center;
        float: left;
        left: 0;
        z-index: 2000;
    }
}


/* Wide Mobile Layout: 480px. */

@media only screen and (min-width: 240px) and (max-width: 480px) {
    .school-name-info .school-title {
        font-size: 15px;
        line-height: 20px;
    }

    .thim-brand-logo {
        padding: 0px 5px;
    }

    .school-name-info .school-sub-title {
        font-size: 14px;
        text-transform: uppercase;
        line-height: 20px;
        display: none;
    }

    .school-name-info .establish {
        font-size: 20px;
        display: none;
    }

    .school-name-info .address {
        font-size: 18px;
        display: none;
    }

    .marquee-sibling {
        padding: 0;
        background: #203f9a;
        width: 40%;
        height: 45px;
        line-height: 42px;
        font-size: 15px;
        font-weight: normal;
        color: #ffffff;
        text-align: center;
        float: left;
        left: 0;
        z-index: 9;
    }
}

.bix-footer-section {
    padding: 50px 15px;
    background: #fff;
    position: relative;
}

.bix-footer-content-sec .footer-header {
    font-size: 18px;
    padding-bottom: 7px;
    border-bottom: 1px solid #f5f5f5;
    position: relative;
    margin-bottom: 15px;
}

.bix-footer-content-sec p {
    color: #222;
}

.social-link-all a {
    border-radius: 4px;
    display: inline-block;
    height: 30px;
    width: 30px;
    text-align: center;
    transition: all .3s ease-in-out;
}

.social-link-all a:hover {
    border-radius: 25px;
    transition: all .3s ease-in-out;
}

.social-link-all {
    margin-top: 15px;
}

.social-link-all a .fa {
    color: #fff;
    line-height: 30px;
}

.bix-footer-content-sec .all-contenet-impor ul li {
    width: 50%;
    float: left;
}

.bix-footer-content-sec .all-contenet-impor ul li a {
    margin-right: 10px;
}

.date-of-month a {
    font-size: 20px;
    display: inline-block;
}

/*attendents*/
.attendance_table tr th {
    text-align: center;
    border: 0.1px solid #ddd;
    color: #232a2f;
    font-weight: 400;
    padding: 4px 5.5px;
    font-size: 16px;
}

.attendance_table tr td {
    text-align: center;
    border: 0.1px solid #ddd;
    padding: 3px 13px;
    font-size: 16px;
}

.ini-bg-info {
    background: red;
    color: #ffff;
}

.ini-bg-secondary {
    background: #788d8d;
    color: #ffff;
}

.ini-bg-success {
    background: #047904;
    color: #ffff;
    font-weight: 600;
}

.ini-bg-primary {
    background: #ffffff;
    color: #fb0000;
    font-weight: 600;
}

.ini-bg-info {
    background: #c78509;
    color: #ffff;
}

.ini-bg-danger {
    background: red;
    color: #fff;
    font-weight: bold;
}

.access-btn {
    font-size: 16px;
}

.access-btn button {
    height: 35px;
    width: 41px;
    margin-top: 9px;
    border: 1px solid #ededed;
    box-shadow: 0px 0px 3px 0px #000;
}

img.schoolimg-info {
    height: 80px;
    margin-bottom: 15px;
}

img.blog-image-home {
    min-height: 160px;
    width: 100%;
    max-height: 160px;
}

.boxed-container {
    background: #f0f0f0b8;
}

.rightsidebar-wedget .admission-btn {
    background: #077322;
}

.rightsidebar-wedget .admission-btn:hover {
    background: #077322;
}

.card.establish-section .card-body {
    gap: 20px;
    width: 100%;
}

.card.establish-section .card-body img {
    width: 90%;
}

.card.establish-section .card-body .management-logo {
    width: 25%;
}

.card.establish-section .card-body .contant {
    width: 75%;
}

.main-body-content-area .card {
    height: 100%;
    background: transparent;
}

.p-15{
    padding: 15px;
}

div#stcky-nav-sticky-wrapper ul> li> .dropdown-menu> a {
    padding: 8px 10px;
    border-bottom: 1px solid #dfdfdf;
    transition: all .3s linear;
}

div#stcky-nav-sticky-wrapper ul> li> .dropdown-menu> a:hover {
    background: #007c64;
    color: #fff;
}

div#stcky-nav-sticky-wrapper ul> li> .dropdown-menu{
    padding: 0;
}

.main-body-content-area .card .card-body p {
    text-align: justify;
    font-size: 14px;
    color: #000;
}

.thim-custom-navbar .navbar-nav> .nav-item {
    border: 1px solid #ffffff;
}

.newsslider-sec {
    margin: 10px 0;
}

div#printableArea .top-banar p {
    text-align: center;
}

.middlesidebar-wedget .card-body.theme-content-box ul li {
    list-style: auto !important;
    font-size: 14px;
}

.middlesidebar-wedget .card-body.theme-content-box ul{
    padding-left: 30px;
}

.middlesidebar-wedget .card.theme-border .card-body.theme-content-box img {
    /* max-height: 70px; */
    width: 50px;
    /* height: 55px; */
}

.event-details-section .card-body.theme-content-box img {
    max-height: 350px !important;
    width: 100% !important;
    height: 100% !important;
}

.govorning-body-section table tr td .btn-dwn {
    background: #05584b;
    color: #fff;
    font-size: 12px;
    letter-spacing: .5px;
}

.govorning-body-section table tr td .btn-dwn i{
    margin-left: 5px;
}

.middlesidebar-wedget .card-body.theme-content-box .school-name-info img {
    width: auto !important;
}

.middlesidebar-wedget .card-body.theme-content-box .img-count p {
    text-align: center !important;
}

.middlesidebar-wedget .card-body.theme-content-box .img-count {
    border-radius: 50%;
    width: 62px;
    padding: 0;
    height: 62px;
}

.middlesidebar-wedget .card-body.theme-content-box .img-count.bg-theme{
    box-shadow: rgb(50 50 93 / 25%) 0px 30px 60px -12px, rgb(0 0 0 / 30%) 0px 18px 36px -18px;
    padding: 2px;
}

.middlesidebar-wedget .card-body.theme-content-box .modal-dialog {
    z-index: 99999 !important;
}

.card.establish-section .card-header {
    background: linear-gradient(90deg, #1a237e 0%, #2196f3 100%);
}

.container-fluid {
    width: 80%;
}

.thim-custom-navbar.main-navbar{
    background: #013c57;
}

.middlesidebar-wedget.card .card-header{
    background: linear-gradient(90deg, #1a237e 0%, #7b93a6 100%);
}

.card.footer-visitor-section .card-header {
    background: linear-gradient(90deg, #880e4f 0%, #ec407a 100%);
}

.rightsidebar-wedget .card-header {
    background: linear-gradient(90deg, #827717 0%, #cddc39 100%);
}

.simple-marquee-container .marquee-sibling {
    background: linear-gradient(90deg, #33691e 0%, #8bc34a 100%);
}

.middlesidebar-wedget.management-section .card-header {
    background: linear-gradient(90deg, #004d40 0%, #26a69a 100%);
}

.bix-footer-section {
    padding: 50px 15px;
    background: #c2c2c2;
    position: relative;
}

.main-navbar-section {
    background: #013c57;
}

.thim-custom-navbar .navbar-nav> li.nav-item.dropdown:hover .dropdown-menu {
    display: block !important;
}

.student-application-form .form-submit-butoon {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}

.student-application-form .form-submit-butoon button{
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    padding: 7px 15px;
}

.main-body-content-area .card .card-body.theme-content-box {
    background: transparent;
}

.print-and-privew-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    margin-top: 20px;
}

.print-and-privew-button button {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    padding: 7px 15px;
}

.event-content-box .gdlr-core-fluid-video-wrapper {
    padding: 0 !important;
    width: 50%;
}

.event-content-box .gdlr-core-fluid-video-wrapper iframe {
    width: 100% !important;
    min-height: 200px !important;
}

.btn-red-color {
    background: red !important;
    color: #fff !important;
}

.video-gallary-items {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 20px;
}

.recent-event-slide .event-content-box {
    display: flex !important;
    align-items: center;
    justify-content: space-between !important;
    width: 100% !important;
    gap: 20px;
}

.govorning-body-section .form-group select#class_id {
    height: 35px;
    font-size: 15px;
    padding: 0 !important;
}

.main-body-content-area .card .card-body.theme-content-box .video-gallelry-items {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    width: 100% !important;
    gap: 20px !important;
}

.main-body-content-area .card .card-body.theme-content-box .video-gallelry-items .single-video{
    width: 50%;
}

.main-body-content-area.blog-details-section .educational-thumbanil img {
    height: auto !important;
    max-height: 400px !important;
}

.create-new-page-section .page-contant-section {
    /* display: flex; */
    /* align-items: start; */
    /* justify-content: start; */
    /* width: 100%; */
    /* gap: 20px; */
}

.create-new-page-section .page-contant-section .section-images-section {
    /* width: 40%; */
}

.create-new-page-section .page-contant-section .section-contant{
    /* width: 60%; */
}

.create-new-page-section .section-images-section img {
    width: 100% !important;
    height: 100% !important;
    max-height: 100% !important;
}

.student-info-gallery .card .section-contant {
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100%;
    gap: 20px;
    padding: 10px;
}

.student-info-gallery .card .section-contant .section-info ul li a {
    font-size: 14px;
}

.student-info-gallery .card .section-contant .section-info ul li{
    margin: 5px 0;
}

.student-info-gallery .card  .card-header {
    background: linear-gradient(-90deg, #DB526A, #A53146);
}

.student-info-gallery .m-y {
    margin: 15px 0;
}

header.thim-top-header .thim-brand-logo img {
    width: 100px;
}

header.thim-top-header .school-name-info h2.school-title {
    margin-bottom: 10px;
}

.teacher-details-section .profile-image-g img {
    width: 100% !important;
    height: 100% !important;
    max-height: 100% !important;
}

.staff-details-section .profile-image-g img {
    width: 100% !important;
    height: 100% !important;
    max-height: 100% !important;
}

.student-details-section .profile-image-g img {
    width: 100% !important;
    height: 100% !important;
    max-height: 100% !important;
}

.management-details .profile-image-g img {
    width: 100% !important;
    height: 100% !important;
    max-height: 100% !important;
}

.slider-wrapper div#main-slider img {
    max-height: 600px;
}

.card.theme-border.notice-details-section .btn {
    background: #015043;
    font-size: 14px;
    color: #fff;
}

.card.theme-border.notice-details-section .btn i{
    margin-left: 5px !important;
}

.thim-top-header .thim-brand-logo img {
    width: 120px;
}    

.middlesidebar-wedget.management-section.images-gallery-view .img-gallery-box img {
    width: 100% !important;
    height: auto !important;
    max-height: 300px !important;
}

.middlesidebar-wedget.management-section .img-gallery-box img {
    width: 100% !important;
    max-height: 350px !important;
    height: auto !important;
}

.middlesidebar-wedget.management-section.job-details-section-page .card-body.theme-content-box .table-responsive img {
    width: 100% !important;
    max-height: 100% !important;
    height: 100% !important;
}


.card-body.theme-content-box .blog-post-area img {
    width: 100% !important;
    max-height: 250px !important;
    height: auto !important;
}

.middlesidebar-wedget .card.theme-border .card-body.theme-content-box a.video-btn img {
    max-height: 300px !important;
    height: auto;
}

.create-new-page-section .page-contant-section .section-images-section.pages-image-section img {
    max-height: 400px !important;
}

.govorning-body-section table tr td img {
    height: 55px;
}

.card.establish-section .card-body .management-logo {
    width: 15%;
}

.card.establish-section .card-body  .contant {
    width: 75%;
}

.card.establish-section .card-body {
    width: 100% !important;
}

.recent-event-slide .event-content-box .slingle-imges {
    width: 50% !important;
}

.print-preview-box.bg-water-color {
    background-image: url("https://ammkbhs.com/uploads/images/imageedit_1_9869418525.png")!important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 50%!important;
}

.print-preview-box .bg-water-color .main-content-box {
    background: transparent !important;
}

.print-preview-box.bg-water-color .info-text-box p b {
    color: #000 !important;
    font-weight: 600;
}

.print-preview-box.bg-water-color .info-text-box p span{
    color: #000 !important;
}

.authorised-box .conditaion p b {
    color: #000;
}

.print-preview-box.bg-water-color .top-banar {
    background: transparent !important;
}

.print-preview-box.bg-water-color .authorised-box {
    background: transparent !important;
}

.print-preview-box.bg-water-color .top-banar p {
    color: #000;
}

@media print { 
    .print-preview-box.online-apply-student-section {
        width: 100% !important;
        margin: 0 auto;
        box-shadow: rgb(6 24 44 / 40%) 0px 0px 0px 2px, rgb(6 24 44 / 65%) 0px 4px 6px -1px, rgb(255 255 255 / 8%) 0px 1px 0px inset;
        border: none;
        border-radius: 5px;
        background: url(https://localhost/abdulmalek-master/uploads/images/1674646137982.png)!important;
        background-repeat: no-repeat !important;
        background-position: center !important;
        background-size: 70% 35%!important;
        -webkit-print-color-adjust: exact;
    }
    
    .print-preview-box.online-apply-student-section .student-form-details {
    margin-top: 30px;
}
    
    .student-form-details p {
    color: #000 !important;
}
    
    
    .main-body-content-area .card .card-body p {
    text-align: justify;
    font-size: 14px;
    color: #000 !important;
}
    
    
/*admission form design */

.student-form-details .student-form-header {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 20px;
    justify-content: space-between;
    flex-direction: row;
}

.student-form-details .student-form-header .prev-info {
    width: 40%;
    border: 2px solid #000;
    padding: 15px;
    position: relative;
}


.student-form-details .student-form-header .curr-info {
    width: 35%;
    border: 2px solid #000;
    padding: 15px;
    position: relative;
}

.student-form-details .student-form-header h1 {
    font-size: 20px;
    border: 2px solid #000;
    padding: 0px 23px;
    border-right: 5px solid #000;
    border-bottom: 5px solid #000;
    width: 25%;
    text-align: center;
}

.student-form-details .student-form-header .section-title {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.student-form-details .student-form-header .section-title h4 {
    background: #fff;
    padding: 0px 10px;
    border: 2px solid #000;
    transform: translateY(-18px);
    font-size: 18px;
}

.student-form-details .student-form-header .prev-info .hostel-type {
    display: flex;
    align-items: end;
    justify-content: space-between;
    flex-direction: row;
    width: 100%;
}

.student-form-details .student-form-header .prev-info .hostel-type p {
    width: 30%;
}

.student-form-details .student-form-header .prev-info .hostel-type p i {
    font-size: 20px;
}

.student-form-details .student-information {
    display: flex;
    align-items: start;
    padding: 15px;
    border: 2px solid #000;
    justify-content: space-between;
    width: 100%;
    flex-direction: row;
}

.student-form-details .student-information .studnet-basic-info {
    width: 48%;
}

.student-form-details .student-information .student-address {
    width: 48%;
}

.student-form-details .guardian-info {
    display: flex;
    align-items: end;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}

.student-form-details .guardian-info p {
    width: 33%;
    margin: 10px 0;
}

.student-form-details .result-content {
    display: flex;
    align-items: end;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}

.student-form-details .result-content p {
    width: 48%;
    margin: 10px 0;
}

.student-form-details .office-content {
    display: flex;
    align-items: end;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}

.student-form-details .office-content p {
    width: 48%;
    margin: 10px 0;
}

.student-information .student-address .curr-info {
    display: flex;
    align-items: end;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}

.student-information .student-address .curr-info p {
    width: 48%;
}

.student-information .student-address .prev-info {
    display: flex;
    align-items: end;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}

.student-information .student-address .prev-info p {
    width: 48%;
}

.student-form-details .student-information .student-address .section-title {
    text-align: center;
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
    margin: 10px 0;
}

.student-form-details .result-title {
    text-align: center;
    margin: 10px 0;
}

.student-form-details .office-title {
    text-align: center;
    margin: 10px 0;
}

.student-form-details .result-title h4 {
    padding: 0px 20px;
    font-size: 18px;
    border: 2px solid #000;
    display:inline-block;
}

.student-form-details .office-title h4 {
    padding: 0px 20px;
    border: 2px solid #000;
    font-size: 18px;
    display:inline-block;
}

.application-header-section {
    border-bottom: 2px solid #ddd;
    padding-bottom: 10px;
}

.student-form-details .muhtaram-message {
    margin: 10px 0;
}

.student-form-details .student-information .student-address .section-title h4 {
    font-size: 18px;
}

.student-form-details .student-information .studnet-basic-info p {
    margin: 10px 0;
}
}

section.bix-footer-section .bix-footer-content-sec img {
    width: 200px;
    margin-top: 10px;
}



/*admission form design */

.student-form-details .student-form-header {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 20px;
    justify-content: space-between;
    flex-direction: row;
}

.student-form-details .student-form-header .prev-info {
    width: 40%;
    border: 2px solid #000;
    padding: 15px;
    position: relative;
}


.student-form-details .student-form-header .curr-info {
    width: 35%;
    border: 2px solid #000;
    padding: 15px;
    position: relative;
}

.student-form-details .student-form-header h1 {
    font-size: 20px;
    border: 2px solid #000;
    padding: 0px 23px;
    border-right: 5px solid #000;
    border-bottom: 5px solid #000;
    width: 25%;
    text-align: center;
}

.student-form-details .student-form-header .section-title {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.student-form-details .student-form-header .section-title h4 {
    background: #fff;
    padding: 0px 10px;
    border: 2px solid #000;
    transform: translateY(-18px);
    font-size: 18px;
}

.student-form-details .student-form-header .prev-info .hostel-type {
    display: flex;
    align-items: end;
    justify-content: space-between;
    flex-direction: row;
    width: 100%;
}

.student-form-details .student-form-header .prev-info .hostel-type p {
    width: 30%;
}

.student-form-details .student-form-header .prev-info .hostel-type p i {
    font-size: 20px;
}

.student-form-details .student-information {
    display: flex;
    align-items: start;
    padding: 15px;
    border: 2px solid #000;
    justify-content: space-between;
    width: 100%;
    flex-direction: row;
}

.student-form-details .student-information .studnet-basic-info {
    width: 48%;
}

.student-form-details .student-information .student-address {
    width: 48%;
}

.student-form-details .guardian-info {
    display: flex;
    align-items: end;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}

.student-form-details .guardian-info p {
    width: 33%;
    margin: 10px 0;
}

.student-form-details .result-content {
    display: flex;
    align-items: end;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}

.student-form-details .result-content p {
    width: 48%;
    margin: 10px 0;
}

.student-form-details .office-content {
    display: flex;
    align-items: end;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}

.student-form-details .office-content p {
    width: 48%;
    margin: 10px 0;
}

.student-information .student-address .curr-info {
    display: flex;
    align-items: end;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}

.student-information .student-address .curr-info p {
    width: 48%;
}

.student-information .student-address .prev-info {
    display: flex;
    align-items: end;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}

.student-information .student-address .prev-info p {
    width: 48%;
}

.student-form-details .student-information .student-address .section-title {
    text-align: center;
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
    margin: 10px 0;
}

.student-form-details .result-title {
    text-align: center;
    margin: 10px 0;
}

.student-form-details .office-title {
    text-align: center;
    margin: 10px 0;
}

.student-form-details .result-title h4 {
    padding: 0px 20px;
    font-size: 18px;
    border: 2px solid #000;
    display:inline-block;
}

.student-form-details .office-title h4 {
    padding: 0px 20px;
    border: 2px solid #000;
    font-size: 18px;
    display:inline-block;
}

.application-header-section {
    border-bottom: 2px solid #ddd;
    padding-bottom: 10px;
}

.student-form-details .muhtaram-message {
    margin: 10px 0;
}

.student-form-details .student-information .student-address .section-title h4 {
    font-size: 18px;
}

.student-form-details .student-information .studnet-basic-info p {
    margin: 10px 0;
}

.student-form-details .signature-section {
    text-align: center !important;
    display: inline-block;
    margin: 0 auto;
    display: flex;
    justify-content: end;
}

.student-form-details .signature-section p {
    border-top: 1px solid #000;
}

.student-application-form  h4 {
    font-size: 18px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    color: #01579b;
    margin-top: 10px;
}

.student-application-form input {
    border: 2px solid #009dff;
}

.student-application-form .select-sz {
    border: 2px solid #009dff;
}

.student-application-form textarea {
    border: 2px solid #009dff;
}

.form-group.text-align-center label {
    text-align: center;
    display: block;
}

.form-group.text-align-center label p {
    text-align: center !important;
}

.thim-top-header .school-name-info h4 {
    font-size: 25px;
    color: #0073b9;
}







@media (max-width: 1563px) {
    .container-fluid {
        width: 98% !important;
    }
    
    .thim-custom-navbar .navbar-nav .nav-item .nav-link {
        padding: 10px 15px;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 10px !important;
        line-height: 25px;
        color: #fff;
    }
    
    .thim-custom-navbar.main-navbar {
        background: #36b309;
        width: 100% !important;
    }
    
    
}

@media (max-width: 1563px) {
    .container-fluid {
        width: 98% !important;
    }
    
    .thim-custom-navbar .navbar-nav .nav-item .nav-link {
        padding: 10px 15px;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 10px !important;
        line-height: 25px;
        color: #fff;
    }
    
    .thim-custom-navbar.main-navbar {
        background: #36b309;
        width: 100% !important;
    }
    
    
}


.admition_section{
    background: #ececf2;
}
.admition_section .admition {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    background: #ff3100;
    padding: 8px 25px;
    border-radius: 3px;
    top: 0;
    position: relative;
    z-index: 999;
    align-items: center;
}
.admition_section .admition h3{
    color: #FFF;
}
.admition_section .admition a{
    color: #FFF;
    font-size: 18px;
    background: #211d70;
    padding: 5px 15px;
    font-weight: 700;
    border-radius: 6px;
}
#neonShadow {
	position: relative;
	box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.4);
	color: #1b1464;
	text-decoration: none;
	overflow: hidden;
	background-color: #FFF;
	transition: 0.5s;
	border: none;
	cursor: pointer;
	outline: none;
}

#neonShadow:focus {
	outline: none;
}

#neonShadow span:nth-child(1) {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 3px;
	background: linear-gradient(to right, #171618, #1b1464);
	animation: animate1 2s linear infinite;
}

@keyframes animate1 {
	0% {
		transform: translateX(-100%);
	}
	100% {
		transform: translateX(100%);
	}
}

#neonShadow span:nth-child(2) {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 3px;
	background: linear-gradient(to right, #171618, #1b1464);
	animation: animate2 2s linear infinite;
	animation-delay: 1s;
}

@keyframes animate2 {
	0% {
		transform: translateY(-100%);
	}
	100% {
		transform: translateY(100%);
	}
}

#neonShadow span:nth-child(3) {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 3px;
	background: linear-gradient(to right, #171618, #1b1464);
	animation: animate3 2s linear infinite;
}

@keyframes animate3 {
	0% {
		transform: translateX(100%);
	}
	100% {
		transform: translateX(-100%);
	}
}

#neonShadow span:nth-child(4) {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 3px;
	background: linear-gradient(to right, #171618, #1b1464);
	animation: animate4 2s linear infinite;
	animation-delay: 1s;
}

@keyframes animate4 {
	0% {
		transform: translateY(100%);
	}
	100% {
		transform: translateY(-100%);
	}
}

@media (max-width: 768px){
    .about .about_contant{
        display: block;
    }
}

.gob_notice{
    background-image: url(../../../../../../uploads/attach/gob_notice.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 40%;
    background-color: #302972;
    background-attachment: fixed;
    position: relative;
    padding: 100px 0;
}
.gob_notice .overlay{
    background-color: #FFF;
    opacity: 0.91;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.gob_notice .gob_contant .gob_card{
    position: relative;
    z-index: 99;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-gap: 17px;
}
.gob_notice .gob_contant .gob_card .gob_notice_card{
    border: 2px solid #92278f;
}

.gob_notice .gob_contant .gob_card .gob_notice_card img {
    width: 100%;
    max-height: 300px;
    min-height: 300px;
}

.gob_notice .gob_contant .gob_card .gob_notice_card h4{
    background-color: #1b1464;
    color: #FFF;
    margin: 0;
    padding: 10px;
}
.gob_notice .gob_notice_contant .card-header{
    background-color: #1b1464;
}
.gob_notice .gob_notice_contant {
    height: 100%;
}
.gob_notice .gob_notice_contant .card{
    border: salmon;
    height: 100%;
    margin-top: 10px;
}

.recognised{
    padding: 75px 0;
}
.recognised_img{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    grid-gap: 15px;
}

.recognised_img .single_img{
    text-align: center;
}

.recognised_img .single_img a {
    padding: 10px;
    display: flex;
    margin: 10px 0;
    background: #fff;
    height: 100%;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
}

.recognised_img .single_img a img {
    width: 250px;
}



/* Medium Layout: 1280px. */

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .thim-custom-navbar .navbar-nav .nav-item .nav-link {
        padding: 10px 12px;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 13px;
        line-height: 25px;
        color: #fff;
    }
}

/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .thim-custom-navbar .navbar-nav .nav-item .nav-link {
        padding: 10px 12px;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 13px;
        line-height: 25px;
        color: #fff;
    }
}

/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
    .card.establish-section .card-body.theme-content-box {
        flex-wrap: wrap;
    }

    .card.establish-section .card-body.theme-content-box img {
        width: 100% !important;
    }

    .container-fluid {
        width: 100% !important;
    }
    
    .card.establish-section .card-body .management-logo {
        width: 100% !important;
    }
    
    .card.establish-section .card-body .contant {
    width: 100% !important;
}
    
}


/* Wide Mobile Layout: 480px. */
@media only screen and (min-width: 481px) and (max-width: 767px) {
    .school-name-info .school-title {
        font-size: 16px;
        line-height: 40px;
    }

    .school-name-info .school-sub-title {
        font-size: 12px;
        display: none;
        text-transform: uppercase;
        line-height: 25px;
    }

    .school-name-info .establish {
        font-size: 12px;
        display: none;
    }

    .school-name-info .address {
        font-size: 12px;
    }

    .marquee-sibling {
        padding: 0;
        background: #203f9a;
        width: 40%;
        height: 45px;
        line-height: 42px;
        font-size: 15px;
        font-weight: normal;
        color: #ffffff;
        text-align: center;
        float: left;
        left: 0;
        z-index: 2000;
    }
}


/* Wide Mobile Layout: 480px. */

@media only screen and (min-width: 240px) and (max-width: 480px) {
    .school-name-info .school-title {
        font-size: 15px;
        line-height: 20px;
    }

    .thim-brand-logo {
        padding: 0px 5px;
    }

    .school-name-info .school-sub-title {
        font-size: 14px;
        text-transform: uppercase;
        line-height: 20px;
        display: none;
    }

    .school-name-info .establish {
        font-size: 20px;
        display: none;
    }

    .school-name-info .address {
        font-size: 18px;
        display: none;
    }

    .marquee-sibling {
        padding: 0;
        background: #203f9a;
        width: 40%;
        height: 45px;
        line-height: 42px;
        font-size: 15px;
        font-weight: normal;
        color: #ffffff;
        text-align: center;
        float: left;
        left: 0;
        z-index: 9;
    }
}

.bix-footer-section {
    padding: 50px 15px;
    background: #fff;
    position: relative;
}

.bix-footer-content-sec .footer-header {
    font-size: 18px;
    padding-bottom: 7px;
    border-bottom: 1px solid #f5f5f5;
    position: relative;
    margin-bottom: 15px;
}

.bix-footer-content-sec p {
    color: #222;
}

.social-link-all a {
    border-radius: 4px;
    display: inline-block;
    height: 30px;
    width: 30px;
    text-align: center;
    transition: all .3s ease-in-out;
}

.social-link-all a:hover {
    border-radius: 25px;
    transition: all .3s ease-in-out;
}

.social-link-all {
    margin-top: 15px;
}

.social-link-all a .fa {
    color: #fff;
    line-height: 30px;
}

.bix-footer-content-sec .all-contenet-impor ul li {
    width: 50%;
    float: left;
}

.bix-footer-content-sec .all-contenet-impor ul li a {
    margin-right: 10px;
}

.date-of-month a {
    font-size: 20px;
    display: inline-block;
}

/*attendents*/
.attendance_table tr th {
    text-align: center;
    border: 0.1px solid #ddd;
    color: #232a2f;
    font-weight: 400;
    padding: 4px 5.5px;
    font-size: 16px;
}

.attendance_table tr td {
    text-align: center;
    border: 0.1px solid #ddd;
    padding: 3px 13px;
    font-size: 16px;
}

.ini-bg-info {
    background: red;
    color: #ffff;
}

.ini-bg-secondary {
    background: #788d8d;
    color: #ffff;
}

.ini-bg-success {
    background: #047904;
    color: #ffff;
    font-weight: 600;
}

.ini-bg-primary {
    background: #ffffff;
    color: #fb0000;
    font-weight: 600;
}

.ini-bg-info {
    background: #c78509;
    color: #ffff;
}

.ini-bg-danger {
    background: red;
    color: #fff;
    font-weight: bold;
}

.access-btn {
    font-size: 16px;
}

.access-btn button {
    height: 35px;
    width: 41px;
    margin-top: 9px;
    border: 1px solid #ededed;
    box-shadow: 0px 0px 3px 0px #000;
}

img.schoolimg-info {
    height: 80px;
    margin-bottom: 15px;
}

img.blog-image-home {
    min-height: 160px;
    width: 100%;
    max-height: 160px;
}

.boxed-container {
    background: #f0f0f0b8;
}

.rightsidebar-wedget .admission-btn {
    background: #077322;
}

.rightsidebar-wedget .admission-btn:hover {
    background: #077322;
}

.card.establish-section .card-body {
    gap: 20px;
    width: 100%;
}

.card.establish-section .card-body img {
    width: 90%;
}

.card.establish-section .card-body .management-logo {
    width: 25%;
}

.card.establish-section .card-body .contant {
    width: 75%;
}

.main-body-content-area .card {
    height: 100%;
    background: #f9f9f9;
}

.p-15{
    padding: 15px;
}

div#stcky-nav-sticky-wrapper ul> li> .dropdown-menu> a {
    padding: 8px 10px;
    border-bottom: 1px solid #dfdfdf;
    transition: all .3s linear;
}

div#stcky-nav-sticky-wrapper ul> li> .dropdown-menu> a:hover {
    background: #007c64;
    color: #fff;
}

div#stcky-nav-sticky-wrapper ul> li> .dropdown-menu{
    padding: 0;
}

.main-body-content-area .card .card-body p {
    text-align: justify;
}

.thim-custom-navbar .navbar-nav> .nav-item {
    border: 1px solid #ffffff;
}

.newsslider-sec {
    margin: 10px 0;
}

div#printableArea .top-banar p {
    text-align: center;
}

.middlesidebar-wedget .card-body.theme-content-box ul li {
    list-style: auto !important;
    font-size: 14px;
}

.middlesidebar-wedget .card-body.theme-content-box ul{
    padding-left: 30px;
}

.middlesidebar-wedget .card.theme-border .card-body.theme-content-box img {
    /* max-height: 70px; */
    width: 50px;
    /* height: 55px; */
}

.event-details-section .card-body.theme-content-box img {
    max-height: 350px !important;
    width: 100% !important;
    height: 100% !important;
}

.govorning-body-section table tr td .btn-dwn {
    background: #05584b;
    color: #fff;
    font-size: 12px;
    letter-spacing: .5px;
}

.govorning-body-section table tr td .btn-dwn i{
    margin-left: 5px;
}

.middlesidebar-wedget .card-body.theme-content-box .school-name-info img {
    width: auto !important;
}

.middlesidebar-wedget .card-body.theme-content-box .img-count p {
    text-align: center !important;
}

.middlesidebar-wedget .card-body.theme-content-box .img-count {
    border-radius: 50%;
    width: 62px;
    padding: 0;
    height: 62px;
}

.middlesidebar-wedget .card-body.theme-content-box .img-count.bg-theme{
    box-shadow: rgb(50 50 93 / 25%) 0px 30px 60px -12px, rgb(0 0 0 / 30%) 0px 18px 36px -18px;
    padding: 2px;
}

.middlesidebar-wedget .card-body.theme-content-box .modal-dialog {
    z-index: 99999 !important;
}

.card.establish-section .card-header {
    background: linear-gradient(90deg, #1a237e 0%, #2196f3 100%);
}

.container-fluid {
    width: 80%;
}

.thim-custom-navbar.main-navbar{
    background: #36b309;
}

.middlesidebar-wedget.card .card-header{
    background: linear-gradient(90deg, #1a237e 0%, #7b93a6 100%);
}

.card.footer-visitor-section .card-header {
    background: linear-gradient(90deg, #880e4f 0%, #ec407a 100%);
}

.rightsidebar-wedget .card-header {
    background: linear-gradient(90deg, #827717 0%, #cddc39 100%);
}

.simple-marquee-container .marquee-sibling {
    background: linear-gradient(90deg, #33691e 0%, #8bc34a 100%);
}

.middlesidebar-wedget.management-section .card-header {
    background: linear-gradient(90deg, #004d40 0%, #26a69a 100%);
}

.bix-footer-section {
    padding: 50px 15px;
    background: #c2c2c2;
    position: relative;
}

.main-navbar-section {
    background: #36b309;
}

.thim-custom-navbar .navbar-nav> li.nav-item.dropdown:hover .dropdown-menu {
    display: block !important;
}

.student-application-form .form-submit-butoon {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}

.student-application-form .form-submit-butoon button{
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    padding: 7px 15px;
}

.main-body-content-area .card .card-body.theme-content-box {
    background: #fff;
}

.print-and-privew-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    margin-top: 20px;
}

.print-and-privew-button button {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    padding: 7px 15px;
}

.event-content-box .gdlr-core-fluid-video-wrapper {
    padding: 0 !important;
    width: 50%;
}

.event-content-box .gdlr-core-fluid-video-wrapper iframe {
    width: 100% !important;
    min-height: 200px !important;
}

.btn-red-color {
    background: red !important;
    color: #fff !important;
}

.video-gallary-items {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 20px;
}

.recent-event-slide .event-content-box {
    display: flex !important;
    align-items: center;
    justify-content: space-between !important;
    width: 100% !important;
    gap: 20px;
}

.govorning-body-section .form-group select#class_id {
    height: 35px;
    font-size: 15px;
    padding: 0 !important;
}

.main-body-content-area .card .card-body.theme-content-box .video-gallelry-items {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    width: 100% !important;
    gap: 20px !important;
}

.main-body-content-area .card .card-body.theme-content-box .video-gallelry-items .single-video{
    width: 50%;
}

.main-body-content-area.blog-details-section .educational-thumbanil img {
    height: auto !important;
    max-height: 400px !important;
}

.create-new-page-section .page-contant-section {
    /* display: flex; */
    /* align-items: start; */
    /* justify-content: start; */
    /* width: 100%; */
    /* gap: 20px; */
}

.create-new-page-section .page-contant-section .section-images-section {
    /* width: 40%; */
}

.create-new-page-section .page-contant-section .section-contant{
    /* width: 60%; */
}

.create-new-page-section .section-images-section img {
    width: 100% !important;
    height: 100% !important;
    max-height: 100% !important;
}

.student-info-gallery .card .section-contant {
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100%;
    gap: 20px;
    padding: 10px;
}

.student-info-gallery .card .section-contant .section-info ul li a {
    font-size: 14px;
}

.student-info-gallery .card .section-contant .section-info ul li{
    margin: 5px 0;
}

.student-info-gallery .card  .card-header {
    background: linear-gradient(-90deg, #DB526A, #A53146);
}

.student-info-gallery .m-y {
    margin: 15px 0;
}

header.thim-top-header .thim-brand-logo img {
    width: 100px;
}

header.thim-top-header .school-name-info h2.school-title {
    margin-bottom: 10px;
}

.teacher-details-section .profile-image-g img {
    width: 100% !important;
    height: 100% !important;
    max-height: 100% !important;
}

.staff-details-section .profile-image-g img {
    width: 100% !important;
    height: 100% !important;
    max-height: 100% !important;
}

.student-details-section .profile-image-g img {
    width: 100% !important;
    height: 100% !important;
    max-height: 100% !important;
}

.management-details .profile-image-g img {
    width: 100% !important;
    height: 100% !important;
    max-height: 100% !important;
}

.slider-wrapper div#main-slider img {
    max-height: 600px;
}

.card.theme-border.notice-details-section .btn {
    background: #015043;
    font-size: 14px;
    color: #fff;
}

.card.theme-border.notice-details-section .btn i{
    margin-left: 5px !important;
}

.thim-top-header .thim-brand-logo img {
    width: 120px;
}    

.middlesidebar-wedget.management-section.images-gallery-view .img-gallery-box img {
    width: 100% !important;
    height: auto !important;
    max-height: 300px !important;
}

.middlesidebar-wedget.management-section .img-gallery-box img {
    width: 100% !important;
    max-height: 350px !important;
    height: auto !important;
}

.middlesidebar-wedget.management-section.job-details-section-page .card-body.theme-content-box .table-responsive img {
    width: 100% !important;
    max-height: 100% !important;
    height: 100% !important;
}


.card-body.theme-content-box .blog-post-area img {
    width: 100% !important;
    max-height: 250px !important;
    height: auto !important;
}

.middlesidebar-wedget .card.theme-border .card-body.theme-content-box a.video-btn img {
    max-height: 300px !important;
    height: auto;
}

.create-new-page-section .page-contant-section .section-images-section.pages-image-section img {
    max-height: 400px !important;
}

.govorning-body-section table tr td img {
    height: 55px;
}

.card.establish-section .card-body .management-logo {
    width: 15%;
}

.card.establish-section .card-body  .contant {
    width: 75%;
}

.card.establish-section .card-body {
    width: 100% !important;
}

.recent-event-slide .event-content-box .slingle-imges {
    width: 50% !important;
}

.print-preview-box.bg-water-color {
    background-image: url("https://ammkbhs.com/uploads/images/imageedit_1_9869418525.png")!important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 50%!important;
}

.print-preview-box .bg-water-color .main-content-box {
    background: transparent !important;
}

.print-preview-box.bg-water-color .info-text-box p b {
    color: #000 !important;
    font-weight: 600;
}

.print-preview-box.bg-water-color .info-text-box p span{
    color: #000 !important;
}

.authorised-box .conditaion p b {
    color: #000;
}

.print-preview-box.bg-water-color .top-banar {
    background: transparent !important;
}

.print-preview-box.bg-water-color .authorised-box {
    background: transparent !important;
}

.print-preview-box.bg-water-color .top-banar p {
    color: #000;
}









