@font-face {
  font-family: 'Bangla';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("assets/webfonts/Bangla.ttf");
  src: url("assets/webfonts/Bangla.ttf") format("truetype"),
       url("assets/webfonts/Bangla.woff") format("woff");
}

.bangla, 
.bn {
    font-family: Bangla, Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 1.1;
}

.english, 
.en {
    font-family: Arial, Helvetica, sans-serif;
}

.alignleft {
    float: left;
    margin-right: 15px;
}
.alignright {
    float: right;
    margin-left: 15px;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px;
}
a:hover { text-decoration: none }
a:focus { outline: 0 solid; text-decoration: none}
img {
    max-width: 100%;
    height: auto;
}
input:focus, button:focus, textarea:focus, a:focus {outline: none}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: 700;
}
p:last-child {
    margin-bottom: 0
}

/* Header Area */

#header {
    position: fixed;
    width: 100%;
    z-index: 99;
    display: block;
    transition: top 0.3s;
}

#head {
    position: relative;
}

.head-top {
    display: flex;
    background-color: black;
}

#head-top-left h6 {
    font-size: 14px;
    color: silver;
    margin-top: 2px;
    margin-bottom: 0px;
}

#head-top-right ul {
    font-size: 18px;
    float: right;
}

#head-top-right ul li {
    list-style: none;
    display: inline;
    padding-left: 5px;
}

#head-top-right > ul > li > a {
    margin: 0;
    display: inline-block;
    color: silver;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 10px;
}

#head-top-right ul > li > a .fab {
    font-size: 18px;
}

.fab.fa-facebook-square:hover {
    color: blue;
}

.fab.fa-youtube:hover {
    color: red;
}


.head-main {
    background-color: rgba(52, 56, 56, 0.75);
}

.head-main>a {
    display: inline-block;
}

.head-main a img {
    width: 300px;
    height: auto;
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 20px;
}

.head-main > ul > li {
    list-style: none;
    display: inline;
}

.head-main>ul>li>a {
    color: white;
    display: inline-block;
}


.logo-nav {
    margin-top: 12px;
    display: inline-block;
    float: right;
}

.logo-nav > ul {
    float: right;
}

.logo-nav > ul > li {
    list-style-type: none;
    display: inline;
}

.logo-nav > ul > li > a {
    font-size: 18px;
    display: inline-block;
    padding: 10px 20px;
    color: whitesmoke;
    font-weight: 400;
}

.logo-nav>ul>li>a:hover {
    text-decoration: none;
    background-color: teal;
    color: gold;
}


nav {

    padding: 1px 0px;
    position: absolute;
    width: 100%;
    top: -13px;
    left: 0px;
    background-color: teal;
    border-radius: 4px;
}


#nav {
    list-style: none;
    margin-bottom: 0;
}

#nav li {
    list-style: none;
    display: inline;
}

.nav-item a {
    display: block;
    padding: 1px 56px !important;
    color: white;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
}


.ll {
        float: right;
    }

/*.nav-item {
    padding: 0px 150px;
}*/


.nav-link {
    color: white !important;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}

.nav-link i {
    font-size: 14px !important;
}

.nav-link:hover, .nav-link:hover i {
    color: gold !important;
}


.nav-item a:hover {
    text-decoration: none;
    font-weight: 500;
    color: gold;
}

.nav-item a:hover i {
    color: gold;
}

.navbar-nav {
    padding-left: 5px;
}

.navbar-toggler {
    padding: 1px 5px !important;
}

.navbar-toggler-icon {
    height: 1.2em !important;
}
/*Slider*/

/*.main {
    padding-top: 20px;
}*/

.slide {
    padding-top: 20px;
}

.item {
    position: relative;
}

.item:hover .txts {
    opacity: 1;
}

.slide-event {
    box-sizing: border-box;
    padding: 10px;
    position: absolute;
    width: 100%;
    background: rgba(128, 128, 128, 0.45);
    color: white;
    bottom: 35px;
}

.slide-event h3 {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.txts {
    opacity: 0;
    position: absolute;
    width: 100%;
    background: rgba(128, 128, 128, 0.35);
    color: blue;
    bottom: 50px;
    text-align: center;
}

.slide .owl-carousel {
    position: relative;
}

.slide .owl-carousel:hover .owl-nav {
    display: block;
}

.slide .owl-carousel:hover .owl-dots {
    display: block;
}

.owl-nav {
    display: none;
    height: 50px;
    width: 100%;
    left: 0;bottom: calc(50% - 25px);
    position: absolute;
}

.owl-prev span, .owl-next span {
    font-size: 70px;
    font-weight: bold;
    color: white;
    line-height: 0.5;
}

.owl-prev {
    position: absolute;
    left: 85px;
}

.owl-next {
    position: absolute;
    right: 85px;
}

.owl-dots {
    display: block;
    position: absolute;
    text-align: center;
    height: 25px;
    width: 100%;
    left: 0;
    bottom: 0;
    /* background: rgba(128, 128, 128, 0.274); */
}

.owl-dots button.owl-dot {
    margin: 0px 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: pink;
}

.owl-dots button.active {
    background: yellow;
    width: 12px;
    height: 12px;
    transition: 0.3s;
}

/*News*/


.newsr {
    position: relative;
}

.newsr span {
    background: teal;
    position: absolute;
    padding: 1px 10px;
    color: white;
    font-weight: 550;
    z-index: 2;
}

/* Welcome section */

#welcome {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: grey;
}

.wc-txt {

}

.wc-txt h1 {
    font-size: 45px;
}

.wc-txt p {
    font-size: 18px;
}

.amar {
    text-align: center;
    background-color: red;
}

.amar img {
    width: 100%;
    height: auto;
}

.msgmain {
    display: block;
    height: 100%;
    background-color: white;
    border: 1px solid blue;
}


.profile {
    box-sizing: border-box;
    padding: 5px;
    width: 50%;
    float: left;
    display: inline-block;
}

.profile img {
    width: 100%;
    height: auto;
    border-radius: 50%;

}

.text {
    box-sizing: border-box;
    padding: 5px;
    width: 50%;
    float: right;
    display: inline-block;
}



/* Contain floats: clear both */

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

/* Index Student Slide */

#best-st {
    padding-top: 25px;
    padding-bottom: 25px;
}

/* .gpa-s {
    padding-top: 15px;
    padding-bottom: 15px;
} */

/* #best-students .owl-carousel:hover {
    display: none;
} */

#best-students .owl-carousel:hover .owl-nav {
    display: none;
}

#best-students .owl-carousel:hover .owl-dots {
    display: none;
}

.gpa-s {
    border: 1px solid grey;
    background-color: silver;
    width: 100%;
}


.gpa-s img {
    width: 100%;
    height: auto;
    display: block;
}

.gpa-s p {
    background-color: white;
    color: red;
}

/*Teacher Page CSS Here*/
#teacher {
    background-color: white;
    margin-top: 25px;
}

#tpro {
    padding-top: 20px;
    padding-bottom: 25px;
}

.tpro div {
    background-color: silver;
}

.tpro div img {
    width: 100%;
    height: auto;
    display: block;
}

/* Student Page CSS Here */

#stu {
    padding-top: 20px;
    padding-bottom: 25px;
}

.stp {
    padding-top: 15px;
    padding-bottom: 15px;
}

.stp div {
    border: 1px solid grey;
}

.stp div {
    background-color: silver;
}

.stp div img {
    width: 100%;
    height: auto;
    display: block;
}

.stp div h4 {
    background-color: white;
    color: red;
}


/* Notices Page */

.tbl-kd tr th {
    text-align: center;
    background: #blue;
}

.tbl-kd tr:nth-child(2) {
    background: #grey;
}

.tbl-kd tr th, 
.tbl-kd tr td {
    padding: 3px;
}

.tbl-kd tr td:first-child, 
.tbl-kd tr td:last-child {
    text-align: center;
}


/* Footer Start */
.footer {
    background: silver;
}
.footer-btm {
    background: #1B2A2F;
    color: white;
    font-size: 14px;
    padding: 5px 0px;

}

.footer-main {
    margin-top: 15px;
    background: #1B2A2F;
    color: #fff;
    padding: 20px 0px;
    border-bottom: 0.5px solid grey;
}

.ccc  {
    padding-left: 0px;
    margin-left: 0px;
    display: inline;
}
.ccc li {
    list-style: none;
    display: inline-block;
}

.ccc li a  {
    color: #fff;
    padding: 5px 5px;
}

.main {
    min-height: 700px;
}

#maine {
    padding-top: 115px;
    min-height: 700px;
}


.hd {
    background-color: white;
    box-sizing: border-box;
    padding: 10px;
}

.top h5, .top h6 {
    text-align: center;
    margin-bottom: 0;
}

.teacher-p {
    position: relative;
    background-color: white;
    text-align: center;
    margin-top: 10px;
}

.tinfo {
    background-color: white;
    color: black;
}

.tinfo h5 {
    margin-bottom: 0px;
}

.tinfo span {
    font-size: 20px;
}


.tinfohov {
    position: absolute;
    display: none;
    width: 100%;
    height: 50px;
    bottom: 0px;
    background-color: blue;
    color: white;
}

.tinfohov i {
    margin: 17px auto;
}

.teacher-p:hover {
    border: 1px solid blue;
    transition: 0.3s;
}

.teacher-p:hover img {
    border-radius: 50%;
    transition: 0.3s;
}

.teacher-p:hover .tinfohov {
    display: block;
    transition: 0.3s;
}

#teacher-pp>.col-md-3 {
    padding-top: 10px;
}

.sidebar {
    background-color: blue;
}

.bst-st>a  {
    display: block;
    padding: 10px 15px;
    border: 1px solid grey;
    background-color: white;
    color: black;
}

.bst-st>a:hover {
    border: 1px solid blue;
    background-color: black;
    color: white;
}

.tinfo > span {
    font-size: 14px;
}

.stmark {
    margin-top: 10px;
    margin-bottom: 0px;
    background-color: lightblue;
    padding: 5px 10px;
}

.map {
    width: 100%;
    height: 200px;
    background: #fff;
    color: #000;
}