@font-face {
    font-family: 'SolaimanLipi';
    src: url('../fonts/SolaimanLipi.woff') format('woff'),
    url('../fonts/SolaimanLipi.ttf') format('truetype'),
    url('../fonts/SolaimanLipi.svg#SolaimanLipi') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body {
    /* display: table; */
    width: 100%; /*height: 100%; */
}

body {
    font-family: SolaimanLipi;
    line-height: 150%;

}

a:hover, a {
    text-decoration: none !important;
}

.menu-top a:last-child {
    padding-left: 8px;
}

.phone i.fa.fa-phone {
    margin-right: 5px;
}

.email i.fa.fa-envelope {
    margin-right: 5px;
}

.social-icons {
    list-style: none;
    padding: 10px 0;
    margin-bottom: 0;
}

.social-icons li {
    float: left;
}

.social-icons li.row-end {
    margin-right: 0;
}

.social-icons a {
    display: inline-block;
    background: #95b6d1;
    width: 32px;
    height: 32px;
    text-align: center;
    padding-top: 4px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    font-size: 18px;
    margin-right: 10px;
    float: left;
}

.social-icons a:hover {
    background: #6091ba;
}

.social-icons a .fa {
    color: #fff;
}

.social-icons a .fa:before {
    font-size: 18px;
    text-align: center;
    padding: 0;
}

/* ======= Header ======= */
h2 {
    font-size: 22px; }
.top_bg {
    background-image: url(../images/t_line.png);
    background-repeat: repeat-x;
    height: 17px;
}

.header .top-bar {
    background: #2f506c;
}

.header .top-bar .search-form {
    padding: 10px 0;
}

.header .top-bar .search-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}

.header .social-icons li.row-end {
    margin-right: 0;
}

.header .social-icons a {
    background: #27435a;
}

.header .social-icons a:hover {
    background: #6091ba;
}

.header .social-icons a:hover .fa {
    color: #fff;
}

.header .social-icons a .fa {
    color: rgba(255, 255, 255, 0.4);
}

.header .social-icons a .fa:before {
    font-size: 18px;
    text-align: center;
    padding: 0;
}

.header .header-main {
    padding: 30px 0;
}

.header h1.logo {
    margin-top: 0;
    margin-bottom: 0;
}

.header .menu-top {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
    float: right;
}

.header .menu-top li {
    list-style: none;
    float: left;
    font-size: 11px;
    font-family: 'open sans', arial, sans-serif;
}

.header .menu-top li:last-child a {
    padding-right: 0;
}

.header .menu-top li.divider a {
    border-right: 1px solid #c3c3c3;
}

.header .menu-top li a {
    display: inline-block;
    color: #777777;
    padding: 0px 10px;
}

.header .menu-top li a:hover {
    color: #6091ba;
}

.header .contact {
    font-size: 20px;
    font-family: 'open sans', arial, sans-serif;
    font-weight: 300;
    margin-top: 10px;
}

.header .contact p {
    float: left;
    margin-bottom: 0;
}

.header .contact p.phone {
    margin-right: 30px;
}

.header .contact p a {
    color: #444444;
}

.header .contact .fa {
    color: #6091ba;
    margin-right: 8px;
    font-size: 18px;
    position: relative;
    top: 1px;
}

.header .contact .fa.fa-phone {
    font-size: 22px;
    top: 2px;
}

.header .search-form {
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.header .search-form .form-control {
    width: 260px;
    background: #f5f5f5;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.header .search-form .form-control:focus {
    background: #fff;
    border-color: #6091ba;
}

.btn .fa {
    color: #fff;
    margin-right: 5px;
}

.btn .fa.fa-search {
    margin-right: 0;
}

.btn-theme {
    background: #6091ba;
    border: 1px solid #6091ba;
    color: #fff;
}

.btn-theme:hover {
    background: #84aac9;
    border: 1px solid #84aac9;
    color: #fff;
}

/* ================= start 12.12.2016 =================== */
.notice p {
    text-align: justify;
    font-size: 12px;
}

.student-corner h3, .teacher-corner h3, .download-corner h3, .dropbox h3, .massage h3 {
    background: #1a5481;
    padding: 10px 20px;
    color: #fff;
    font-size: 16px;
    margin: 1px;
}

#main_content .container {
    background-color: #f0f0f0;
    padding-bottom: 10px;
}

.student-corner, .teacher-corner, .dropbox {
    overflow: hidden;
    border: 1px solid #1a5481;
    margin-bottom: 25px;
}

.con-pic img {
    float: left;
    margin: 0px 10px 10px 0px;
}

#history.col-md-8.col-sm-6.col-xs-12 {
    overflow: hidden;
}

#history img {
    max-width: 100%;
    height: auto;
    float: left;
    margin-right: 10px;
}

.history-of-school a, .massage a {
    font-size: 15px;
    font-weight: 600;
}

.stu-img img {
    max-width: 90px;
    max-height: 90px;
    margin: 25px 15px 0px 0px;
}

.fa.fa-cloud-download {
    font-size: 18px;
    padding: 0px 10px 0px 0px;
    color: #1a5481;
    line-height: 8px;
}

.stu-down {
    padding: 30px 0px;
}

.stu-down a {
    font-size: 17px;
}

.dropbox-downlink a {
    font-size: 14px;
}

.list {
    padding-left: 10px;
}

.dropbox-downlink {
    margin-top: 10px;
}

.widged a:hover {
    color: #ff0000;
    text-decoration: none;
}

.widged {
    padding: 10px;
}

.sing-header {
    max-height: 300px;
    width: 100%;
}

.date-label {
    background: #f5f5f5;
    display: inline-block;
    width: 40px;
    height: 50px;
    text-align: center;
    font-size: 13px;
}

.date-label .month {
    background: #3798ea;
    color: #fff;
    display: block;
    font-size: 13px;
    text-transform: uppercase;
}

.date-label .date-number {
    clear: left;
    display: block;
    padding-top: 5px;
    font-size: 15px;
    font-family: 'open sans', arial, sans-serif;
    font-weight: 500;
}

h1.section-heading {
    font-size: 22px;
    font-weight: 300;
    line-height: 2;
    margin-top: 0;
    color: #394056;
}

h1.section-heading .line {
    border-top: 2px solid #3798ea;
    display: inline-block;
    padding: 0 15px;
    padding-top: 5px;
}

.events .event-item {
    position: relative;
    padding-left: 55px;
    border: none;
    padding-top: 10px;
    padding-bottom: 15px;
}

.events .event-item .date-label {
    background: #fff;
    position: absolute;
    left: 0;
}

.events .event-item p {
    margin-bottom: 5px;
    line-height: 150%;
    font-family: SolaimanLipi;
    font-size: 18px;
}

.student_listing .nav li a {
    padding: 4px 8px;
}

.home-page .testimonials .carousel-controls {
    position: absolute;
    right: 10px;
    top: 10px;
}

.carousel-controls a .fa {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    background: #dddddd;
    color: #fff;
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    margin-right: 0;
    font-size: 15px;
}

.carousel-controls a:hover .fa {
    background: #00b4ff;
}

.testimonials .fa {
    color: #3798ea;
    margin-right: 5px;
    font-size: 18px;
}

.carousel-controls a.prev .fa {
    padding-top: 2px;
    padding-right: 1px;
}

ul.menu-top.navbar-right.pull-right {
    list-style: none;
    padding: 12px 0 0;
    line-height: 1;
}

section.slider {
    position: relative;
    border-radius: 9px;
    overflow: hidden;
    border: 1px solid #999;
    box-shadow: 0 1px #999, 0 3px 0 #999, 0 4px 4px #999;
}

.content_p {
    display: table;
    clear: both;
    width: 100%;
}

.content_p p img {
    max-width: 165px;
    padding-right: 13px;
    float: left;
    padding-bottom: 10px;
}

.home_carosal div#demo {
    overflow: hidden;
}

.home_carosal .owl-carousel {
    position: inherit;
}

.home_carosal .owl-item {
    display: inline-block;
    padding: 10px;
}

.home_top_6 .content_p p img {
    max-width: 165px;
    max-height: 165px;
}

p.phone.pull-right {
    margin-bottom: 3px;
    line-height: 1.1;
}

.menu-top_right {
    padding: 10px 0 5px;
    margin: 0;
}

.contact {
    padding-bottom: 10px;
    color: #07D;
}

.menu-top_right li {
    list-style: none;
    display: inline-block;
    margin: 0 3px;
    color: #07D;
}

.breaking_news_sec .top_marquee li a span {
    padding-left: 8px;
}

.marquee {
    overflow: hidden;
    visibility: hidden;

}

.top_marquee li {
    display: inline-block;
    padding: 0 35px;
}

#bottomTotop {
    background: #21699d; /* Old browsers */
    background: -moz-linear-gradient(top, #21699d 1%, #0f3151 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #21699d 1%, #0f3151 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #21699d 1%, #0f3151 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#21699d', endColorstr='#0f3151', GradientType=0); /* IE6-9 */
    color: #fff;
    text-align: center;
    display: inline-block;
    width: 35px;
    height: 35px;
    display: none;
    border: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

#bottomTotop:hover {
    background: #6091ba;
}

#bottomTotop .fa {
    position: relative;
    top: 3px;
    font-size: 25px;
}

.events .up_marquee, .marquee {
    visibility: hidden;
}

/* ================= end  12.12.2016 =================== */

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none;
}

.navbar-default {
    background: none;
    border: none;
}

.col-sm-25:hover {
    background-color: #21699d;
    background-color: rgba(33, 105, 157, 0.7);
}

.isotopeSelector figure {
    box-shadow: none;
}

span.ndata.ndata_title {
    color: #07D !important;
}

span.ndata.ndata_title:hover {
    color: #ff0000 !important;
}

.cal_event h3 {
    margin-bottom: 0;
    color: #fff;
    font-size: 16px;
    line-height: 1.2;
    padding: 5px 0 3px;
}

/*=========== 01.01.2016 ==============*/

#nav {
    clear: both;
    height: 46px; /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#21699d+1,0f3151+100 */
    background: #21699d; /* Old browsers */
    background: -moz-linear-gradient(top, #21699d 1%, #0f3151 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #21699d 1%, #0f3151 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #21699d 1%, #0f3151 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#21699d', endColorstr='#0f3151', GradientType=0); /* IE6-9 */
}

#menu {
    width: 100%;
}

#nav ul {
    font-size: 14px;
    padding: 0px 0px;
    list-style: none;
    font-family: 'Oswald', sans-serif;
    border-left: thin #bbb solid; /* border-right: thin #bbb solid; */
}

#nav ul li {
    transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    display: inline;
    border-right: thin #bbb solid;
}

#nav ul li a {
    color: #fff;
    text-decoration: none;
    line-height: 26px;
    padding: 10px 16.5px
}

#nav ul li:hover {
    -moz-box-shadow: inset 2px 2px 5px #ccc;
    box-shadow: inset 2px 2px 5px #ccc;
    background-color: #3798ea;
}

#searchbox {
    float: right;
    margin-top: 1px;
    padding: 4px 10px;
}

#searchbox input.search {
    -webkit-border-radius: 5px;
    font-size: 13px;
    width: 97%;
    color: #999;
    padding: 2.5%;
    border: 1px solid #b8b8b8;
}

.navbar-default .navbar-nav > .active > a {
    background-color: #aa0e19;
}

#searchbox input.submit {
    background: url(../img/mag.png) top left no-repeat;
    width: 20px;
    /*margin-top:-25px;
       margin-left: 225px;*/
    margin-top: 7px;
    margin-left: -22px;
    height: 20px;
    position: absolute;
    border: none;
    cursor: pointer;
}

/*#nav ul li:last-child { border-right: none; }
 Drop Down Menu */
/* -------------------------------------------------------------------------------------- */

#menu {
    z-index: 99999;
}

#menu li {
    float: left;
    position: relative;
}

#menu a {
    float: left;
}

#menu li:hover > a {
}

#menu li a:hover { /* IE6 */
    color: #fafafa;
}

#menu li:hover > ul {
    display: block;
}

/* Sub-menu */

#menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    top: 44px;
    left: 0;
    z-index: 99999 !important;
    background: #444;
    background: -moz-linear-gradient(#444, #111);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #111), color-stop(1, #444));
    background: -webkit-linear-gradient(#444, #111);
    background: -o-linear-gradient(#444, #111);
    background: -ms-linear-gradient(#444, #111);
    background: linear-gradient(#444, #111);
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#menu ul li {
    float: none;
    margin: 0;
    padding: 0;
    display: block;
    color: white !important;
    min-width: 180px;
    -moz-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
    -webkit-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
    box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
}

#menu ul li:last-child {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#menu ul a {
    padding: 10px;
    height: auto;
    color: white !important;
    line-height: 1;
    display: block;
    white-space: normal;
    float: none;
    text-transform: none;
}

#menu ul a { /* IE6  height: 10px; width: 150px; */
}

*:first-child + html #menu ul a { /* IE7 */
    height: 10px;
    width: 150px;
}

#menu ul a:hover {
    color: black;
    background: #3798ea;
}

#menu ul li:first-child a {
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

#menu ul li:first-child a:after {
    content: '';
    position: absolute;
    left: 30px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #444;
}

#menu ul ul li:first-child a:after {
    content: '';
    position: absolute;
    left: -5000px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #444;
}

#nav ul ul ul {
    margin: 0 0 0 180px;
}

;
#menu ul ul li:first-child a:after {
    content: '';
    position: absolute;
    left: -5px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #444;
}

#menu ul li:first-child a:hover:after {
    border-bottom-color: #3798ea;
}

#menu ul li:last-child a {
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

/* Clear floated elements */
#menu:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

* html #menu {
    zoom: 1;
}

/* IE6 */
*:first-child + html #menu {
    zoom: 1;
}

/* IE7 */
#maincontent {
    width: 72% !important;
}

.main-nav {
    display: none;
}

.running-logo {
    margin-right: 5px;
    position: relative;
    top: -10px;
}

#foo2 > li {
    display: inline-block;
    text-align: center;
    list-style: outside none none;
}

ul#foo2 {
    padding: 0;
    margin: 0;
}

.home-fat > img {
    max-width: 96%;
}

.list_carousel {
    margin: 10px 0 0;
    padding: 0 10px;
    text-align: center;
}

.car_prev {
    background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
    left: 0;
    padding: 10px;
    position: absolute;
    top: -90px;
}

.list_carousel a {
    display: block;
}

.list_carousel a:hover, .list_carousel a:focus {
    text-decoration: none;
}

.car_next {
    background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
    padding: 10px;
    position: absolute;
    right: 0px;
    top: -90px;
}

.car_control {
    clear: both;
    position: relative;
    width: 100%;
}

#foo2 p {
    margin-top: 8px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background-color: #aa0e19;
}

/* ============================================ */

/* ======= Footer ======= */
.footer {
    background: #2b2b2b;
    color: #fff;
}

.footer p {
    color: #dcdcdc;
}

.footer ul {
    padding-left: 0;
}

.footer li {
    list-style: none;
}

.footer h3 {
    margin-top: 0;
    margin-bottom: 20px;
    color: #fff;
}

.footer .footer-content {
    padding: 15px 0px 0px 0px;
    font-size: 17px;
    min-height: 225px;
    background: #444444;
}

.footer .footer-content .footer-col .footer-col-inner {
    padding: 0 15px;
}

.footer .footer-content .footer-col .fa {
    margin-right: 10px;
    display: inline-block;
    color: #767676;
}

.footer .footer-content .footer-col .fa.fa-phone {
    font-size: 16px;
}

.footer .footer-content .footer-col li {
    margin-bottom: 10px;
    font-size: 17px;
}

.footer .footer-content .footer-col a {
    color: #dcdcdc;
}

.footer .footer-content .footer-col a:hover {
    color: #84aac9;
    text-decoration: none;
}

.footer .footer-content .adr {
    margin-bottom: 30px;
}

.footer .footer-content .adr .fa {
    font-size: 16px;
    margin-top: 2px;
}

.footer .footer-content .subscribe-form {
    padding: 0;
}

.footer .footer-content .subscribe-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}

.footer .footer-content .subscribe-form .form-control {
    width: 320px;
    background: #f5f5f5;
    border: none;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.footer .footer-content .subscribe-form .form-control:focus {
    background: #fff;
}

.footer .bottom-bar {
    background: #2b2b2b;
    padding: 5px 0;
}

.footer .bottom-bar .copyright {
    font-size: 15px;
    color: #dcdcdc;
    line-height: 3;
}

.footer .bottom-bar .copyright a:hover {
    color: #84aac9;
    text-decoration: none;
}

.footer .bottom-bar .social {
    margin: 0;
    padding-top: 15px;
}

.footer .bottom-bar .social li {
    float: right;
    margin-left: 10px;
    text-align: center;
    font-size: 18px;
    line-height: 2;
}

.footer .bottom-bar .social li a {
    color: #a9a9a9;
    padding: 0 5px;
}

.footer .bottom-bar .social li a:hover {
    color: #6091ba;
    text-decoration: none;
}

/* ======= FlexSlider ======= */
.flexslider {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 0;
    -moz-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
    border: 0;
}

.flexslider .flex-control-nav {
    bottom: -35px;
}

.flexslider .flex-control-paging li a {
    background: #a1a1a1;
}

.flexslider .flex-control-paging li a:hover {
    background: #6091ba;
}

.flexslider .flex-control-paging li a.flex-active {
    background: #6091ba;
}

.flexslider .slides li {
    position: relative;
}

.flexslider .slides .flex-caption {
    position: absolute;
    left: 30px;
    bottom: 30px;
    color: #fff;
    display: inline-block;
    font-family: 'open sans', arial, sans-serif;
}

.flexslider .slides .flex-caption .main {
    display: inline-block;
    background: #6091ba;
    margin-bottom: 5px;
    padding: 10px 15px;
    font-size: 18px;
    text-transform: uppercase;
}

.flexslider .slides .flex-caption .secondary {
    display: inline-block;
    background: rgba(0, 0, 0, 0.8);
    padding: 5px 15px;
    color: #fff;
    font-size: 16px;
}

.flexslider .slides .promo-badge {
    position: absolute;
    right: 60px;
    top: 30px;
}

.page_featured img {
    max-height: 200px;
    width: auto;
}

/* ======= Home Page ======= */
.home-page h1.section-heading {
    font-size: 22px;
    font-weight: 300;
    line-height: 2;
    margin-top: 0;
    color: #2f506c;
}

.home-page h1.section-heading .line {
    border-top: 2px solid #6091ba;
    display: inline-block;
    padding: 0 15px;
    padding-top: 5px;
}

.home-page section {
    background: #f5f5f5;
    overflow: hidden;
    margin-bottom: 30px;
}

.home-page .section-content {
    padding: 15px;
    padding-top: 0;
}

.home-page .carousel-controls a .fa {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    background: #dddddd;
    color: #fff;
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    margin-right: 0;
    font-size: 15px;
}

.home-page .carousel-controls a.next .fa {
    padding-top: 2px;
    padding-right: 1px;
}

.home-page .carousel-controls a.prev .fa {
    padding-top: 2px;
    padding-right: 1px;
}

.home-page .carousel-controls a:hover .fa {
    background: #6091ba;
}

.home-page .promo {
    margin-bottom: 30px;
}

.home-page .promo h1.section-heading {
    margin-top: 0;
    font-size: 24px;
    color: #fff;
}

.home-page .promo p {
    color: #f5f5f5;
}

.home-page .promo .btn-cta {
    font-size: 20px;
    margin-top: 30px;
    font-family: 'Open Sans', arial, sans-serif;
}

.home-page .news {
    position: relative;
}

.home-page .news .carousel-controls {
    position: absolute;
    right: 10px;
    top: 10px;
}

.home-page .news h2.title {
    font-size: 18px;
    margin-top: 0;
}

.home-page .news h2.title a {
    color: #444444;
}

.home-page .news h2.title a:hover {
    color: #365d7e;
}

.home-page .news .news-item {
    padding-left: 115px;
    position: relative;
    margin-bottom: 20px;
}

.home-page .news .thumb {
    position: absolute;
    left: 0;
    top: 0;
}

.home-page .events .section-content {
    min-height: 320px;
}

.home-page .events .event-item {
    position: relative;
    padding-left: 55px;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 10px;
}

.home-page .events .event-item .date-label {
    background: #fff;
    position: absolute;
    left: 0;
}

.home-page .events .event-item h2.title {
    margin-bottom: 20px;
    font-size: 16px;
}

.home-page .events .event-item p {
    margin-bottom: 5px;
}

.home-page .events .event-item .fa {
    margin-right: 5px;
    font-size: 14px;
    min-width: 16px;
    color: #666;
}

.home-page .events .event-item .fa.fa-map-marker {
    font-size: 18px;
}

.home-page .events .read-more {
    margin-top: 15px;
}

.home-page .events .details p {
    color: #666;
}

.home-page .course-finder .course-finder-form {
    margin-bottom: 15px;
}

.home-page .course-finder .keywords {
    padding-left: 0;
}

.home-page .course-finder .keywords input {
    width: 200px;
    margin-right: 5px;
}

.home-page .video {
    position: relative;
}

.home-page .video .carousel-controls {
    position: absolute;
    right: 10px;
    top: 10px;
}

.home-page .video .video-iframe {
    max-width: 100%;
    width: 100%;
    height: 287px;
    margin-bottom: 5px;
}

.home-page .links .fa {
    margin-right: 5px;
}

.home-page .testimonials {
    position: relative;
}

.home-page .testimonials .carousel-controls {
    position: absolute;
    right: 10px;
    top: 10px;
}

.home-page .testimonials .fa {
    color: #6091ba;
    margin-right: 5px;
    font-size: 18px;
}

.home-page .testimonials .carousel .item {
    min-height: 298px;
}

.home-page .testimonials .people {
    margin-top: 10px;
}

.home-page .testimonials .people .name {
    color: #6091ba;
}

.home-page .testimonials .people .title {
    color: #999;
}

.up_marquee {
    overflow: hidden;
}

.bottom-bar.uk-scrollspy-init-inview.uk-scrollspy-inview.uk-animation-slide-bottom {
    background: #2b2b2b;
}

/** 10.03.2017 **/
.widgetarea {
    width: 100%;
    padding: 0 0 10px;
    margin: 0;
}

.accordion,
.accordionItem {
    width: 100%;
    padding: 0;
    margin: 0;
}

.accordionItem {
    border: 1px solid #999;
    box-shadow: 0 1px #999, 0 3px 0 #999, 0 4px 4px #999;
    margin: 0;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    -ms-border-radius: 9px;
    border-radius: 9px;
    overflow: hidden;
}

.accordionItem h3 {
    background: #21699d; /* Old browsers */
    background: -moz-linear-gradient(top, #21699d 1%, #0f3151 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #21699d 1%, #0f3151 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #21699d 1%, #0f3151 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#21699d', endColorstr='#0f3151', GradientType=0); /* IE6-9 */
    color: #fff;
    font-size: 17px;
    font-weight: normal;
    line-height: 31px;
    padding: 2px 8px 3px 15px;
    position: relative;
    margin: 0;
}

.archiveCont .accordionItem h3 {
    padding-left: 19px;
    font-size: 24px;
    line-height: 38px;
    padding-top: 14px
}

/*.sidebarLeft .accordionItem h3{
	background: #bdbdbd;
}*/
.accordionItem h3 span {
    width: 9px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 11px;
    background: url(assets/images/arrow.png) no-repeat center center;
}

/*.sidebarLeft .accordionItem h3 span{background:url(assets/images/arrow2.png) no-repeat center center;}*/
.accordionItem ul {
    padding: 5px 10px 0;
    background: #fff;
    border-radius: 0 0 9px 9px;
    -webkit-border-radius: 0 0 9px 9px;
    -moz-border-radius: 0 0 9px 9px;
    -ms-border-radius: 0 0 9px 9px;
    border-radius: 0 0 9px 9px;
}

.accordionItem ul.tml-action-links {
    padding: 5px 0 0;
}

.accordionItem ul li {
    width: 100%;
    padding: 5px 0 13px;
    overflow: hidden;
    font-size: 13px;
    background: url(assets/images/accorlibg.png) no-repeat center bottom;
}

.accordionItem ul.tml-user-links li {
    padding: 0 0 7px
}

.archiveCont .accordionItem ul li {
    padding: 13px 0 13px;
    background: none;
    border-bottom: 1px solid #d8e1de;
}

.accordionItem ul.tml-action-links li {
    padding-top: 0
}

.accordionItem ul li > a {
    display: block;
}

.archiveCont .accordionItem ul li > a {
    display: inline-block;
}

/*Rajib 2015-07-13*/

.accordionItem ul li > a,
.accordionItem ul.tml-action-links li > a,
.accordionItem ul.tml-user-links li a {
    font-size: 13px;
    color: #717171
}

.accordionItem ul li > a:hover,
.accordionItem ul.tml-action-links li > a:hover,
.accordionItem ul.tml-user-links li a:hover {
    color: #12296a
}

.accordionItem ul li.lastI {
    background: none
}

.accordionItem .versliderWrap ul li.lastI {
    background: url(assets/images/accorlibg.png) no-repeat center bottom;
}

.accordionItem ul li .date {
    float: left;
    width: 47px;
    height: 36px;
    color: #a78a7c;
    line-height: 18px;
    font-size: 12px;
    background: #e7e7e7;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    overflow: hidden;
}

.accordionItem ul li .date span {
    display: block;
    background: #bdbdbd;
    color: #fff;
}

.accordionItem ul li a:hover .date span {
    background: #3798ea
}

.accordionItem ul li .ndata {
    padding: 0 0 0 55px;
    color: #000;
    line-height: 26px;
    font-size: 21px;
    text-align: left;
    display: block;
    margin: -2px 0 0;
}

.hm_search {
    background: #21699d; /* Old browsers */
    background: -moz-linear-gradient(top, #21699d 1%, #0f3151 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #21699d 1%, #0f3151 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #21699d 1%, #0f3151 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#21699d', endColorstr='#0f3151', GradientType=0); /* IE6-9 */
    color: #fff;

}

.accordionItem.hm_search {
    padding: 10px 15px;
    display: table;
    width: 100%;
}

input.txtBox1 {
    width: 85%;
    float: left;
    padding: 2px 10px;
    color: #333;
}

button.subBtn1 {
    width: 14%;
    padding: 2px 5px;
    float: right;
    color: #000;
}

/** 10.03.2017 **/

/* ======= Contact Page ======= */
.contact-form .required {
    color: #e14b39;
    display: inline-block;
    font-weight: normal;
    padding-left: 2px;
}

#map {
    height: 300px;
}

#map, #map *, #map *:before, #map *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.marquee, .up_marquee {
    visibility: hidden;
}

.importent_links h3 {
    background: #1a5481;
    padding: 10px 20px;
    color: #fff;
    font-size: 16px;
    margin: 1px;
}

.importent_links ul {
    padding: 0;
    margin: 0;
    background: #fff;
}

.importent_links ul li {
    list-style: none;
    display: block;
    border: 1px solid #f2f2f2;
    font-size: 15px;
    margin: 1px 0;
}

.importent_links ul li:hover {
    background: #3798ea;
}

.importent_links ul li:hover a {
    color: #fff;
}

.importent_links {
    margin-bottom: 15px;
}

section.testimonials {
    background: #fff;
    position: relative;
}

.testimonials .carousel-controls a.next {
    position: relative;
    top: -2px;
}

p.people.col-md-8.col-sm-3.col-xs-8 {
    padding-left: 40px;
}

.home_latest {
    background: #fff;
}

.page_featured {
    margin-bottom: 15px;
    text-align: center;
    padding-top: 20px;
}

.page_featured img {
    max-height: 200px;
    width: auto;
}

.page_content p {
    font-size: 18px;
    line-height: 150%;
}

.page_content {
    padding-bottom: 30px;
}

.testimonials .carousel-controls {
    position: absolute;
    top: 0;
    right: 0;
}

.importent_links ul li a {
    display: block;
    padding: 5px 10px;
    font-size: 18px;
    text-decoration: none;
}

.cal_event {
    background: #1a5481;
    padding: 10px 20px;
    color: #fff;
    font-size: 16px;
    margin: 1px;
}

.tp-bannershadow.tp-shadow1 {
    display: none;
}

.fc-toolbar {
    text-align: center;
    padding: 10px;
    margin-bottom: 0;
    border: 1px solid #ddd;
}

.fc-left h2 {
    font-size: 20px;
}

.fc-right button {
    padding: 2px 10px;
    font-size: 15px;
}

.fc-ltr .fc-basic-view .fc-day-number {
    text-align: center;
}

.fc-day-grid-container {
    height: auto !important;
}

.fc-toolbar .fc-left {
    padding-top: 5px;
}

section.home_carosal {
    background: #f2f2f2;
    padding: 15px 0;
}

section.home_carosal a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}

.owl-prev {
    background: #444;
    width: 32px;
    height: 32px;
    border-radius: 71%;
    text-align: center;
    left: -20px;
    position: absolute;
    top: 35%;
}

.owl-next {
    background: #444;
    width: 32px;
    height: 32px;
    right: -20px;
    border-radius: 71%;
    text-align: center;
    position: absolute;
    top: 35%;
}

.owl-prev i, .owl-next i {
    color: #fff;
    line-height: 1.3;
    font-size: 25px;
}

.item.link p {
    font-size: 12px;
    padding: 5px;
    margin: 0;
}

.home_carosal .item img {
    max-height: 80px;
    display: table;
    margin: 0 auto;
}

.student-corner.events h2.title {
    font-size: 22px;
    margin: 0;
}

.home_carosal .owl-item {
    /* background: #1a5481; */
    text-align: center;
    border: 2px solid #ddd;
    min-height: 136px;
    max-height: 136px;
    margin: 0 8px;
}

.student_listing {
    min-height: 100%;
}

.panel-heading .panel-title a {
    text-decoration: none;
    display: block;
}

.poeple .col-sm-2 img {
    min-height: auto !important;
}

.quote p {
    font-size: 18px;
}

/* event page start */
.events_section_list h3.title {
    margin-top: 0;
    color: #07d;
}

.event_single_list {
    margin-bottom: 10px;
    line-height: 1.2;
    font-family: SolaimanLipi;
    font-size: 18px;
}

/* event page  end */

/* Students page  start */
.student_listing {
    padding-top: 30px;
    padding-bottom: 15px;
}

.student_listing h4 {
    margin-top: 0;
}

/* Students page  end */

.listing_page h1 {
    margin-bottom: 50px;
}

.listing_page .events_section_list hr:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.running-txt .marquee {
    background: #00b4ff;
}

ul.top_marquee {
    margin: 0;
    padding: 0 0;
}

.breaking_news {
    background: #1a537e;
    text-align: center;
    color: #fff;
    padding: 5px 5px;
}

.breaking_news_sec {
    background: #b5bdc8;
    padding: 5px 10px;
}

.bkn_left {
    padding: 0;
}

.breaking_news_sec .running-txt {
    background: #bc0203;
    padding: 5px 0;
    min-height: 37px;
}

.breaking_news_sec .top_marquee li a {
    line-height: 10px;
    color: #000;
}

/* Home page start  */
section.home_small_grid {
    padding: 20px 0;
    background: #fff;
}

section.main_home {
    background: #f2f2f2;
    padding: 20px 0;
}

.school_about {
    background: #fff;
    padding: 10px 10px;
    margin-bottom: 25px;
    text-align: justify;
}

.school_about p {
    margin: 8px 0 12px;
}

section.top_section {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e6edf5+0,ffffff+43 */
    background: #e6edf5; /* Old browsers */
    background: -moz-linear-gradient(top, #e6edf5 0%, #ffffff 43%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #e6edf5 0%, #ffffff 43%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #e6edf5 0%, #ffffff 43%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6edf5', endColorstr='#ffffff', GradientType=0); /* IE6-9 */
    padding: 20px 0 20px;
}

section.news {
    background: #f2f2f2;
    padding: 20px 0;
}

.home_top_6 {
    padding: 3px 15px;
    background: #fff;
    border-radius: 4px;
    padding-top: 12px;
    box-shadow: 0 0 7px 1px #ddd;
}

.main_home .widged {
    background: #fff;
}

.custom-calendar-wrap div#calendar {
    background: #fff;
    padding: 12px;
}

.home_top_6 img {
    max-height: 165px;
}

li.lastI {
    list-style: none;
    font-size: 20px;
}

a.more {
    padding-left: 10px;
}

.running-txt .marquee {
    display: none;
}

/* Home page emd  */

.result_student_info h2 {
    text-align: center;
    padding-top: 10px;
}

.result_sheet h2 {
    text-align: center;
}

.result_sheet {
    padding: 20px 0;
}

.school_logo_result {
    padding: 20px 0;
    background: #f2f2f2;
    text-align: center;
    border-radius: 8px 8px 0 0;
}

.content {
    min-height: 100%;
}

.nav > li > a {
    padding: 0px;
}

#menu :focus {
    background: transparent;
}

#nav ul.dropdown-menu li a {
    line-height: 20px;
}

h1.logo.col-md-4.col-sm-4 {
    padding-top: 10px;
}

img#logo {
    max-height: 100px;
}

.related_posts ul li h3 {
    padding: 0 0 0 55px;
    color: #717171;
    line-height: 24px;
    font-size: 18px;
    text-align: left;
    display: block;
    margin: -2px 0 0;
}

.home_small_stu h4 {
    margin-bottom: 5px;
    line-height: 1;
}

.home_small_stu p {
    margin-top: 0;
    margin-bottom: 3px;
    line-height: 1;
}

.latest_student img {
    border-radius: 50%;
    position: relative;
    box-shadow: 0 0 0 5px #eaeaea;
    -webkit-box-shadow: 0 0 0 5px #eaeaea;
    -moz-box-shadow: 0 0 0 5px #eaeaea;
    overflow: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.latest_student:hover img {
    animation: bounceOut .4s linear;
    -webkit-animation: bounceOut .4s linear;
    -moz-animation: bounceOut .4s linear;
}

td.activeDay {
    background: rgba(0, 180, 255, 0.18);
}

.dt-sc-team {
    margin-bottom: 22px;
}

.multi_search {
    padding: 10px 0 0;
}

.home_small_stu p, .home_small_stu h4, .scholar_ss h4 {
    color: #07D;
}

.home_small_stu p.s_year, .scholar_ss p.s_year {
    color: #ff0000;
}

.home_small_stu .up_marquee1 {
    padding: 10px 0;
}

.demo2 {
    height: 227px;
}

.scholar_ss p {
    margin: 0;
}

.scholar_ss h4 {
    margin-bottom: 8px;
}

.modal-header button.close {
    opacity: 1;
}

.modal-header button.close span {
    color: #ff0000;
    font-weight: bold;

}

.footer .footer-content {
    padding: 15px 0px 0px 0px;
    font-size: 17px;
    min-height: 225px;
    background: #444444;
}
.footer .bottom-bar {
    background: #2b2b2b;
    padding: 5px 0;
}
h1.heading-title {
    font-size: 22px;
}

/*=============== Responsive ======================*/



@media (max-width: 992px ) {

}

@media (max-width: 767px) {
    .navbar-nav > li > a {
        border-right: none;
        padding: 8px 15px;
        border-bottom: 1px solid #ccc;
        text-align: left;
    }

    .main-nav {
        display: block;
    }

    .col-md-4.follow-scroll {
        margin-bottom: 15px;
    }

    .site-description {
        bottom: 0;
        left: 15px;
        position: relative;
        top: 10px;
    }

    .list_carousel {
        margin-left: auto;
        margin-right: auto;
        display: table;
    }

    section.slider, .home_top_6 {
        margin-top: 20px;
    }

    section.top_section {
        padding: 0;
    }

    #nav ul li a {
        display: block;
        width: 100%;
    }

    #nav {
        height: auto;
    }

    #nav ul {
        border: none;
    }

    .navbar {
        margin-bottom: 0;
    }

    #nav ul li {
        padding: 8px 2.6%;
        border: none;
        width: 100%;
        display: table;
    }

    #menu ul {
        display: block;
        position: relative;
        top: 0;
    }

    .dropdown-menu {
        float: none;
    }
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    h4.title {
        font-size: 18px;
        margin-top: 0;
    }

    .wrapper {
        min-height: inherit;
        margin-bottom: 0;
    }

    .wrapper:after {
        content: none;
    }

    .footer {
        height: auto;
    }

    .footer .bottom-bar .social li {
        float: left;
    }

    .footer-col-inner {
        margin-bottom: 15px;
    }

    .home-page .testimonials .carousel .item {
        min-height: inherit;
    }

    .home-page .events .section-content {
        min-height: inherit;
    }

    .footer #tweet {
        min-height: inherit;
    }

    .page-wrapper .album-cover {
        min-height: 360px;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .home-page .testimonials .carousel .item {
        min-height: 298px;
    }

    .home-page .events .section-content {
        min-height: 300px;
    }

    .home-page .video .video-iframe {
        height: 287px;
    }

    .footer .bottom-bar .social li {
        float: right;
    }

    .footer #tweet {
        min-height: 100px;
    }

    .page-wrapper .album-cover {
        min-height: 360px;
    }

    /* Sticky Footer */
    /* html,  body { height: 100%; } */
    body {
        font-size: 18px;
        color: #000;
    }

    .wrapper {
        min-height: 100%;
        margin-bottom: -285px; /* equal to footer height */
    }

    .wrapper:after {
        content: "";
        display: block;
        height: 285px; /* must be the same height as footer */
    }

    div#testimonials-carousel {
        min-height: 160px;
    }

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .home-page .course-finder .keywords input {
        width: 255px;
    }

    .col-sm-6, .col-md-9, .col-md-3, .col-md-6, .container, .col-sm-4 {
        padding-left: 8px;
        padding-right: 8px;
    }

    .footer-col.col-md-3 {
        padding-left: 15px;
        padding-right: 15px;
    }

    #menu ul li ul {
        top: 0px;
        left: 0;
    }
}

@media (min-width: 992px) {
    .importent_links.home_important {
        min-height: 337px;
        background: #fff;
    }

    .info p.phone {
        margin-bottom: 5px;
    }

    .info p.email {
        margin-top: 5px;
    }

    .navbar-default .navbar-collapse {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 767px) {
    #nav ul ul ul {
        margin: 0;
    }

    #nav ul li {
        padding: 0;
    }

    #nav ul.dropdown-menu li a {
        line-height: 1.1;
    }

    #menu a {
        float: none;
    }

    #menu ul li:first-child a:after {
        display: none;
    }
}


