@import url("fonts.css");
@import url("../fonts/nikosh/nikosh.css");
@import url("../fonts/kalpurush/kalpurush.css");
body {
    background: #ececec;
    font-family: "Open Sans", sans-serif, "SolaimanLipi";
    color: #000;
    line-height: 25px;
    font-size:16px;
}

h1, h2, h3, h4, h5, h6 {
    color: #000;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
}

h1 {
    color: #000;
    font-size: 36px;
}

h2 {
    font-size: 20px;
}

h3 {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}

h4 {
    font-size: 16px;
}

a {
    color: #609513;
    transition: color 300ms ease 0s, background-color 300ms ease 0s;
}

a:hover, a:focus {
    color: #E50000;
}

a:hover, a:focus {
    color: #E50000;
    outline: medium none;
    text-decoration: none;
}

hr {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #e5e5e5;
}

.btn-primary {
    background: #609513 none repeat scroll 0 0;
    border: medium none;
    border-radius: 4px;
    color: #fff;
    margin-top: 0;
    padding: 8px;
}

.btn-primary:hover, .btn-primary:focus {
    background: #E50000 none repeat scroll 0 0;
    box-shadow: none;
    outline: medium none;
}

.btn-primary:hover, .btn-primary:focus {
    background: #E50000 none repeat scroll 0 0;
    box-shadow: none;
    outline: medium none;
}

.btn-transparent {
    background: transparent none repeat scroll 0 0;
    border: 3px solid #fff;
    color: #fff;
}

.btn-transparent:hover {
    border-color: rgba(255, 255, 255, 0.5);
}

.center h2 {
    font-size: 30px;
    margin-bottom: 20px;
    margin-top: 0;
}

.center {
    padding-bottom: 40px;
    text-align: center;
}

.panel-danger {
    box-shadow: 0 6px 8px 9px #ccc;
}

.download-btn {
    margin-top: 10px;
}

ul {
    padding: 0 15px;
}

.student h2 {
    text-align: center;
}

.student p {
    text-align: center;
}

.m-20 {
    margin-top: 15px;
}

.view-more {
    text-align: right;
    display: block;
    margin: 0 10px 5px 0;
}

/*===============================
        wrapper
================================*/
.wrapper {
    background-color: #e2deda;
    box-shadow: 0 6px 8px 9px #ccc;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    width: 90%;
}

/*===============================
        top-info
================================*/
.top-info {
    background: #E50000;
    padding: 0 10px;
    color: #fff;
}

.top-info span {
    font: 600 14px/28px "open sans";
    padding-right: 10px;
}

.top-info span i {
    font-size: 13px;
    margin-right: 5px;
}

.top-info span a {
    color: #fff;
}

.national-anthem {
    float: left;
    padding: 3px;
    color: #fff;
    cursor: pointer;
    display: block;
}

.top-info ul {
    float: right;
    list-style: none outside none;
    margin-bottom: 0;
}

.top-info li,
.top-info li a {
    float: left;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
}

.top-info li a {
    color: #fff;
    display: inline-block;
    font-size: 15px;
    height: 29px;
    line-height: 28px;
    text-align: center;
    width: 26px;
}

.top-info li a:hover {
    color: #fff;
}

.top-info li:first-child a:hover {
    background: #2260D2;
}

.top-info li:nth-child(2) a:hover {
    background: #039EFE;
}

.top-info li:nth-child(3) a:hover {
    background: #0077B5;
}

.top-info li:nth-child(4) a:hover {
    background: #fb3958;
}

.top-info li:nth-child(5) a:hover {
    background: #FF0000;
}

.top-info li:nth-child(6) a:hover {
    background: #FF0000;
}

/*===============================
        banner-top
================================*/
#banner-top-area {
    margin: 0px !important;
    width: 100%;
    min-height: 170px;
    background-color: #609513;
    padding: 0 0 0 10px;
}

.banner-top-left {
    width: 75%;
    float: left;
}

.banner-top-right {
    width: 25%;
    float: left;
}

.site-logo img {
    height: 150px;
    width: 150px;
    margin: 10px;
    float: left;
}

.site-logo img {
    max-width: 80%;
}

.site-title {
    width: 80%;
    float: left;
    color: #fff;
    padding-left: 20px;
}

.site-title h3 {
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    font-family: kalpurush;
    padding-top: 50px;
    margin: 0;
}
.site-title p {
    color: #fff;
    font-size: 16px;
    font-family: kalpurush;
    margin: 0;
    padding: 5px 0 0 0;
}

.search {
    padding:5px 0;
    width: 196px;
    height: 30px;
    position: relative;
    float: right;
    line-height: 22px;
}

.search input {
    position: absolute;
    width: 145px;
    float: Left;
    font-size: 14px;
    height: 35px;
    line-height: 18px;
    padding: 0 2px 0 2px;
    border-radius: 0px;
}

.search-btn {
    height: 35px;
    position: absolute;
    right: 0;
    top: 5px;
    border-radius: 1px;
    font-size: 14px;
    font-weight: bold;
}
#TopBanner img{
    border-radius: 70px 0px 0px 0px;
    -moz-border-radius: 70px 0px 0px 0px;
    -webkit-border-radius: 70px 0px 0px 0px;
    max-width: 196px;
    min-height: 130px;
}
.school-flag {
    float: right;
}

.school-flag img {
    max-width: 60%;
    float: right;
    padding-top: 20px;
}

/*===============================
        Static navbar
================================*/
#main_static_navbar {
    font-family: kalpurush !important;
}

.navbar-black {
    background-color: #000;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background-color: #E50000;
    color: #fff;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #FFF;
}

.navbar {
    min-height: 40px !important;
    margin-bottom: 10px !important;
    border-top: 3px solid #E50000;
}

.nav li {
    border-right: 1px solid #3B5894;
}

.nav li:last-child {
    border-right: none;
}

.navbar-default .navbar-nav > li > a {
    font-weight: bold;
    color: #fff !important;
    padding: 10px 10px;
    font-family: kalpurush;
    font-size: 20px;
}

.navbar-nav .highlighted {
    color: #fff !important;
    background-color: #E50000;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #E50000;
    color: #fff;
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
    color: #fff !important;
    display: block;
    background: #E50000;
}

.dropdown-menu {
    background-color: #3B5894;
    color: #ffffff;
}

.dropdown-menu > li > a {
    color: #fff;
    padding: 7px;
}

.dropdown-menu > li > a {
    color: #fff;
    padding: 7px;
}

.dropdown-menu > li > a:hover {
    background-color: #03A0DD;
    color: #fff;
    padding: 7px;
}

.dropdown-menu li {
    border-bottom: 1px solid #2f75b0;
}

/*===============================
        main-slider
================================*/
.main-slider {
    padding-left: 10px;
    padding-right: 10px;
}

.box-title h2 {
    background: #609513;
    border-bottom: 3px solid #E50000;
    height: 35px;
    padding: 0;
    margin: 0;
}

.box-title h2 span {
    background: #E50000 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    height: 35px;
    padding: 6px 12px 3px;
    position: relative;
}

.box-title h2 span::after {
    border-bottom: 32px solid #E50000;
    border-right: 15px solid transparent;
    border-top: 0 solid transparent;
    content: "";
    display: block;
    position: absolute;
    right: -15px;
    top: 0;
    z-index: 11;
}

.publish-date {
    color: #fff;
    display: inline-block;
    margin-bottom: 9px;
    vertical-align: top;
    width: 25%;
}

.publish-date .top {
    background: #E50000;
    display: block;
    font-size: 15px;
    text-align: center;
    width: 100%;
}

.publish-date .bottom {
    background: #609513;
    display: block;
    font-size: 12px;
    padding: 3px 0;
    text-align: center;
    width: 100%;
}

.notice-title {
    color: #fff;
    display: inline-block;
    vertical-align: top;
    width: 73%;
}

.notice-title p {
    margin: 0;
    padding-left: 15px;
}

.notice-title p a {
    color: #000;
    font-size: 14px;
    text-decoration: none;
}

.notice-title a:hover {
    color: #E50000;
}

/*=============================
==========Main Content=========
=============================*/
.content-area {
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: justify;
}

.content-area ol, ul {
    padding-left: 20px;
}

.content-area-img {
    max-width: 350px;
    height: 200px;
    float: left;
    border: 1px solid #EDEDED;
    padding: 5px;
    margin: -3px 10px 0px 0px;
}

.about-area {
    text-align: justify;
}

.about-area-img {
    width: 350px;
    height: 200px;
    float: left;
    border: 1px solid #EDEDED;
    padding: 5px;
    margin: -3px 10px 0px 0px;
}

.msg-area-img {
    width: 120px;
    height: 120px;
    float: left;
    border: 1px solid #EDEDED;
    padding: 5px;
    margin: -3px 10px 0px 0px;
}

/*=============================
==========Teacher Start=========
=============================*/
.profile-details {
    width:100%;
    min-height: 435px;
    padding: 20px 10px;
    margin-bottom: 20px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    float: left;
    border: 1px solid #E50000;
}

.profile-details:hover {
    box-shadow: 2px 0px 20px 4px rgba(0, 0, 0, 0.2);
}

.profile-details .img-circle {
    border: 1px solid #E6E9ED;
    padding: 2px;
    border-radius: 50%;
    margin:0 auto 20px auto;
}

.list-unstyled .left-part {
    float: left;
    width: 15px;
    line-height: 20px;
    clear: both;
    padding-top: 4px;
}

.list-unstyled .right-part {
    float: left;
    font-size: 13px;
    float: left;
    width: calc(100% - 15px);
    padding-left: 10px;
}

.list-unstyled li {
    line-height: 26px;
}

.profile-details h4 {
    background: #efebeb;
    padding: 5px;
    text-align: center;
}

.social {
    text-align: center;
}

.social li {
    padding: 5px;
    display: inline-block;
}

.social li i {
    font-size: 24px;
}

/*=============================
==========Attendance Report=========
=============================*/
.att_report {
    float: left;
    width: 100%;
}

.att_report .total {
    height: 40px;
    width: 100%;
    font-size: 16px;
    margin-bottom: 10px;
    background: #609513;
    padding-right: 0px;
    color: #fff;
}

.total_pt {
    height: 40px;
    font-size: 16px;
    margin-bottom: 10px;
    background: #609513;
    color: #fff;
    padding-right: 0px;
}

.total_as {
    height: 40px;
    font-size: 16px;
    background: #609513;
    color: #fff;
    padding-right: 0px;
}

.btn-warning, .btn-success, .btn-info {
    min-width: 40px;
    padding: 5px !important;
    line-height: 8px;
    border: none;
}

.att_report .btn {
    background: #E50000;
    font-size: 16px;
    height: 40px;
    border-radius: 0px;
}

.att_report .bold {
    line-height: 40px;
}

/*=============================
==========Sidebar=========
=============================*/

/*=============================
==========IMPORTANT Link=========
=============================*/
.link-text {
    list-style-type: none;
}

.link-text li {
    padding: 8px 0px;
    border-bottom: 1px dashed #E50000;
}

.link-text li a {
    font-size: 14px;
    text-decoration: none;
    color: #000;
}

.link-text li a:hover {
    color: #444;
}

.link-text .fa {
    padding-right:5px;
}

/*=============================
==========clock-visitor=========
=============================*/
.clock-visitor {
    width: 100%;
    float: left;
}

.clock {
    float: left;
    width: 40%;
}

.visitor {
    float: left;
    width: 60%;
    border: 2px solid #ea3a2a;
    color: #000;
    padding: 20px;
}

.visitor h3 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.visitor p {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    padding: 0 10px;
    color: #609513;
}

.visitor span {
    color: #000;
}

#hit {
    font-weight: bold;
    font-size: 16pt;
    background-color: #609513;
    letter-spacing: 2px;
    width: 90%;
    padding: 5px 0px;
    margin: 0 auto;
    color: white;
}

/*=============================
==========Gallery=========
=============================*/

.gallery {
    padding: 5px;
    float: left;
    margin-bottom: 30px;
    border: 1px solid #609513;
}

.gallery img {
    min-height: 200px;
}

.gallery:hover {
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, .1);
}

.gallery-title {
    padding: 10px;
    background: #f9f9f9;
    font-size: 20px;
    color: #736e6e;
    text-align: center;
}

.gallery-img {
    margin-bottom: 30px;
    float: left;
}

.gallery-img img {
    padding: 3px;
    min-height: 200px;
    border: 1px solid #609513;
}

.gallery-img img:hover {
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, .1);
}

/*=============================
==========contact us=========
=============================*/
.contact_info ul {
    margin: 0;
    padding: 0;
}

.contact_info li {
    margin: 10px 0;
    overflow: hidden;
    color: #609513;
}

.contact_info h4 {
    line-height: 30px;
    margin: 0;
    color: #609513;
}

.contact_info li h5 {
    line-height: 30px;
    margin: 0;
}

.contact_info li i {
    border: 1px solid #609513;
    border-radius: 5px;
    cursor: pointer;
    float: left;
    margin-right: 10px;
    padding: 7px 0;
    text-align: center;
    width: 30px;
}

.contact_info li i:hover {
    background-color: #609513;
    color: #fff;
}

.contact_form {
    background-color: #eee;
    padding: 10px 20px 10px 0;
}

/*=============================
==========Footer=========
=============================*/
.footer {
    background: #444444;
    color: #fff;
}

.footer h3 {
    color: #609513;
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

.footer-box {
    padding: 25px 15px;
    float: left;
}

.footer ul {
    margin: 0;
    padding: 0;
}

.footer li {
    list-style: none;
}

.footer li a {
    color: #fff;
    display: inline-block;
    margin: 0;
    padding: 5px 0;
    font-size: 14px;
}

/* .footer li a:hover {

} */

.footer .fa {
    padding-right: 5px;
}

.footer-bottom {
    background-color: #609513;
    border-top: 3px solid #E50000;
    min-height: 30px;
}

.footer-bottom .copyright {
    text-align: left;
    line-height: 30px;
    color: #fff;
    padding-left: 10px;
}

.footer-bottom .author {
    text-align: right;
    line-height: 30px;
    color: #fff;
    padding-right: 10px;
}

.footer-bottom .author a {
    color: #fff;
}

.footer-bottom .author a:hover {
    color: #E50000;
}


.ln_solid {
    border-top: 1px solid #e5e5e5;
    color: #ffffff;
    background-color: #ffffff;
    height: 1px;
    margin: 20px 0;
}
.required {
    color: red;
}
label.error {
    color: red;
    font-size: 13px;
    font-weight: normal;
}
.admission-address{
    font-weight: bold;
    background: #eee;
    width: 40%;
    margin: 0 auto;
    padding: 10px;
    border-radius: 5px;
}
.admission-address h3{
    font-weight: bold;
}
.online-admission{
    width: 100%;
    animation-name:online;
    animation: online 1s linear infinite;
    color: black !important;
    font-size: 20px;
    font-weight: bold;
}

.admission-rule-title{
    font-family: kalpurushregular;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    display: inline-block;
    color: #222;
}
.admission-rule{
    font-family: kalpurushregular;
    font-size: 16px;
    text-align: justify;
    color: #222;
    line-height: 26px;
}
.admission-panel-info{
    font-family: kalpurushregular;
    font-size: 20px;
    text-align: center;
    line-height: 26px;
    padding: 20px;
}
.red{
    color: red;
}
.green{
    color: green;
}
.font-bold{
    font-weight: bold;
}
.big-btn {
    background: #2A3F54 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 3px;
    color: #ffffff !important;
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 24px;
    padding: 7px 7px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
/* Standard syntax */
@keyframes online {
    0%{
        background: red;
    }
    50%{
        background: green;
    }
    100%{
        background:deepskyblue;
    }
}
@-webkit-keyframes online {
    0%{
        background: red;
    }
    50%{
        background: green;
    }
    100%{
        background:deepskyblue;
    }
}
.admission-form-title {
    margin-bottom: 15px;
    margin-top: 15px;
    background-color: #e4e4e4;
    padding-left: 10px;
}
#admission input[type=text].error, input[type=file].error, input[type=email].error, input[type=number].error, input[type=password].error, select.error, textarea.error {
    border: 1px solid red !important;
}
#admission label {
    margin-bottom: 5px !important;
    font-size: 14px;
    width: 100%;
}
#admission .form-group {
    margin-bottom: 25px !important;
}
#admission .form-control {
    width: 100%;
    height: 32px !important;
    padding: 5px 10px !important;
    border: 1px solid #609513 !important;
    border-radius: 5px;
    font-size: 13px;
    color: #495057;
}

.achievementsTicker{
    list-style: none;
}


.our-service{
    width: 100%;
}
.our-service{
    width: 100%;
}
.our-service, .list-group{
    font-size: 13px;
}
.our-service, .list-group-item{
    padding: 5px 10px;
}

/* Notice Design Two */
.notice-design2 {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.notice-design2 > li {
    background-color: rgb(255, 255, 255);
    padding: 0px;
    border-bottom: 1px solid #ddd;
}
.notice-design2 > li > time {
    display: inline-block;
    width: 100%;
    color: rgb(255, 255, 255);
    background-color: #E50000;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
}
.notice-design2 > li:nth-child(even) > time {
    background-color: #609513;
}
.notice-design2 > li > time > span {
    display: none;
}
.notice-design2 > li > time > .day {
    display: block;
    font-size: 20px;
    font-weight: 100;
    line-height: 1;
}
.notice-design2 > li time > .month {
    display: block;
    font-size: 15px;
    font-weight: 900;
    line-height: 1;
}
.notice-design2 > li > img {
    width: 100%;
}
.notice-design2 > li > .info {
    padding-top: 5px;
    text-align: center;
    height: 60px;
    display: flex;
    justify-content: center;
    justify-items: center;
}
.notice-design2 > li > .info > .title {
    font-size: 12px;
    font-weight: 700;
    margin: 0px;
    line-height: 16px;
}
.notice-design2 > li > .info > .desc {
    font-size: 12px;
    font-weight: 300;
    margin: 0px;
}
.notice-design2 > li > .info > ul,
.notice-design2 > li > .download > ul {
    display: table;
    list-style: none;
    margin: 10px 0px 0px;
    padding: 0px;
    width: 100%;
    text-align: center;
}
.notice-design2 > li > .download > ul {
    margin: 0px;
}
.notice-design2 > li > .info > ul > li,
.notice-design2 > li > .download > ul > li {
    display: table-cell;
    cursor: pointer;
    color: rgb(30, 30, 30);
    font-size: 12px;
    font-weight: 300;
    padding: 3px 0px;
}
.notice-design2 > li > .info > ul > li > a {
    display: block;
    width: 100%;
    color: rgb(30, 30, 30);
    text-decoration: none;
} 
.notice-design2 > li > .download > ul > li {    
    padding: 0px;
}
.notice-design2 > li > .download > ul > li > a {
    padding: 3px 0px;
    height: 30px;
} 
.notice-design2 > li > .info > ul > li:hover,
.notice-design2 > li > .download > ul > li:hover {
    color: rgb(30, 30, 30);
    background-color: rgb(200, 200, 200);
}

@media (min-width: 768px) {
    .notice-design2 > li {
        position: relative;
        display: block;
        width: 100%;
        padding: 0px;
        border-bottom: 1px solid #ddd;
    }
    .notice-design2 > li > time,
    .notice-design2 > li > img  {
        display: inline-block;
    }
    .notice-design2 > li > time,
    .notice-design2 > li > img {
        width: 60px;
        height: 60px;
        float: left;
    }
    .notice-design2 > li > .info {
        background-color: rgb(245, 245, 245);
        overflow: hidden;
        height: 60px;
        display: flex;
        justify-content: left;
        align-items: center;
    }
    .notice-design2 > li > time,
    .notice-design2 > li > img {
        width: 60px;
        height: 60px;
        padding: 10px 0;
        margin: 0px;
    }
    .notice-design2 > li > .info {
        position: relative;
        text-align: left;
        padding-right: 40px;
    }	
    .notice-design2 > li > .info > .title, 
    .notice-design2 > li > .info > .desc {
        padding: 0px 10px;
    }
    .notice-design2 > li > .info > ul {
        position: absolute;
        left: 0px;
        bottom: 0px;
    }
    .notice-design2 > li > .download {
        position: absolute;
        top: 0px;
        right: 0px;
        display: block;
        width: 40px;
    }
    .notice-design2 > li > .download > ul {
        border-left: 1px solid rgb(230, 230, 230);
    }
    .notice-design2 > li > .download > ul > li {			
        display: block;
        padding: 0px;
    }
    .notice-design2 > li > .download > ul > li > a {
        display: block;
        width: 40px;
        height: 30px;
        padding: 5px 0px 5px;
    }
}