html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
a{
    color:#073134 ;
}
a:hover {
    color: #012224;
    text-decoration: none;
}
.main {
    background: #f5f5f5;
    margin: 0px auto;
    border: 0px solid #fff;
    box-shadow: #999 0px 0px 15px;
   
}
header {
    background: linear-gradient(to bottom, #0d5c62 0%, #026068 100%);
}

.header-logo {
    float: left;
    width: 150px;
    max-width: 150px;
    margin-left: -15px !important;
    clear: both !important;
}
.header-logo {
    /*margin: 15px 25px 15px 15px;
    box-shadow: 0px 0px 15px 5px rgba(255, 255, 255, 0.95);
    border-radius: 50%;
    float: left;
    clear: both;*/
}
/*.header-right>div {
    margin-right: 0px !important;
}*/
.header-title {
    margin-top: 25px;
    margin-left: -52px;
}
.header-title h2 {
    margin-bottom: 10px;
    font-weight:bold;color:#fff; font-family: 'Kalpurush', sans-serif; font-size:24px
}
 .header-title h4 {
    font-size: 16px !important;
    color: #fff !important;
    font-family: 'Kalpurush', sans-serif;
    font-weight: 400 !important;
    line-height:18px;
   
}
.navbar {

    margin-bottom: unset !important;
    background-color: #008c99 !important;
    padding: 0px !important;
}


.white-bg.affix, .custom-nav.affix {
    background: #ffffff;
    border-bottom: 1px solid #ebebeb;
}

.white-bg.affix ul li a {
    color: #081d43 !important;
    opacity: 0.8;
}

.white-bg.custom-nav ul li a:hover {
    opacity: 1;
}

.bg-transparent ul li a:hover, .white-bg.affix ul li a:hover {
    opacity: 1;
}

.bg-transparent.affix {
    background-image: linear-gradient(to left, #3264f5, #4a54e8, #5b42db, #682ccb, #18a242) !important;
}

.navbar-toggler{
    color: #ffffff;
}


/*main menu new style*/
/*.header nav.navbar{
    padding: 0 1rem;
    transition: all .3s ease-in-out;
}
.navbar-brand {
    font-size: inherit;
    height: auto;
    margin-bottom: -8px;
}

.menu {
    display: block;
}

.menu li {
    display: inline-block;
    position: relative;
}

.menu li:first-child {
    margin-left: 0;
}

.menu li a {
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    line-height: 25px;
    text-decoration: none;
     padding: 10px 0px; 
    display: block;
    transition: all 0.3s ease-in-out 0s;
    color: #ffffff;
    opacity: 0.8;
    padding-left: 12px !important;
    padding-right: 12px !important;
    font-weight: bold;
}
.navbar li a:hover, .navbar a:hover, .navbar li a:active, .navbar a:active, .navbar li a:focus, .navbar a:focus {
    background-color: #18a242 !important;
    color: snow;
    text-shadow: 0px 0px 160px 1px rgba(0, 0, 0, .235);
    transition: .2s all;
}
.menu li a:hover, .menu li:hover>a {
    opacity: 1;
}
.menu li a.active{
    color: #18a242;
}

.menu ul {
    visibility: hidden;
    opacity: 0;
    margin: 0;
    padding: 0;
    width: 200px;
    position: absolute;
    left: 0;
    background: #fff;
    z-index: 9;
    border-radius: 4px;
    transform: translate(0,20px);
    transition: all 0.3s ease-out;
    -webkit-box-shadow: 0 4px 10px rgba(0,0,0,.15);
    box-shadow: 0 4px 10px rgba(0,0,0,.15);
}

.menu ul.sub-menu li{
    border-bottom: 1px solid #ebebeb;
}
.menu ul.sub-menu li:last-child{
    border-bottom: 0;
}
.menu ul:after {
    bottom: 100%;
    left: 35px;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border: solid transparent;
    border-bottom-color: #fff;
    border-width: 8px;
    margin-left: -8px;
}
.menu li a.dropdown-toggle::after {
    position: relative;
    left: 2px;
    vertical-align: middle;
}


.menu ul li {
    display: block;
    float: none;
    background: none;
    margin: 0;
    padding: 0;
}

.menu ul li a {
    text-transform: inherit;
    font-size: 13px;
    display: block;
    color: #424141;
    padding: 8px 15px;
    font-family: 'Montserrat', sans-serif;
}
.menu ul li a:hover, .menu ul li:hover>a {
    color: #ffffff;
    background: #18a242;
}

.menu ul.sub-menu li:first-child a:hover,
.menu ul.sub-menu li:last-child ul li:first-child a:hover{
    border-radius: 4px 4px 0 0;
}
.menu ul.sub-menu li:last-child a:hover,
.menu ul.sub-menu li:last-child ul li:last-child a:hover{
    border-radius: 0 0 4px 4px;
}
.menu ul.sub-menu li:last-child ul li a:hover{
    border-radius: 0;
}

.menu li:hover>ul {
    visibility: visible;
    opacity: 1;
    transform: translate(0,0);
}

.menu ul ul {
    left: 200px;
    top: 0;
    visibility: hidden;
    opacity: 0;
    transform: translate(20px,20px);
    transition: all 0.2s ease-out;
}

.menu ul.sub-menu ul:after {
    left: -8px;
    top: 10px;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border: solid transparent;
    border-right-color: #fff;
    border-width: 8px;
}

.menu li>ul ul:hover {
    visibility: visible;
    opacity: 1;
    transform: translate(0,0);
}
.responsive-menu {
    display: none;
    width: 100%;
    padding: 20px 15px;
    background: #374147;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}

.responsive-menu:hover {
    background: #374147;
    color: #fff;
    text-decoration: none;
}

@media (min-width: 320px) and (max-width: 992px) {
    .navbar {
        background-image: linear-gradient(to left, #008c99, #008c99, #008c99, #008c99, #008c99) !important;
        padding: .85rem 1rem !important;
    }
    .menu li{
        display: block;
    }

    .white-bg.affix, .custom-nav.affix, .navbar.white-bg {
        background: #ffffff !important;
        border-bottom: 1px solid #ebebeb;
    }

    .white-bg.custom-nav ul li a, .custom-nav ul li a {
        color: #081d43 !important;
    }

    .white-bg.navbar .navbar-toggler span {
        color: #202877;
    }

    .ptb-100 {
        padding: 55px 0;
    }

    .pt-100 {
        padding-top: 55px;
    }

    .pb-100 {
        padding-bottom: 55px;
    }
}

@media (min-width: 992px) {
    .navbar {
        border-bottom: 1px solid rgba(0, 0, 0, 0);
        background: transparent;
        -o-transition: border-bottom .3s ease-in-out, background .3s ease-in-out, padding .3s ease-in-out;
        -webkit-transition: border-bottom .3s ease-in-out, background .3s ease-in-out, padding .3s ease-in-out;
        -moz-transition: border-bottom .3s ease-in-out, background .3s ease-in-out, padding .3s ease-in-out;
        transition: border-bottom .3s ease-in-out, background .3s ease-in-out, padding .3s ease-in-out;
        -webkit-backface-visibility: hidden;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .mainWrap {
        width: 768px;
    }

    .menu ul {
        top: 37px;
    }

    .menu li a {
        padding: 8px 15px;
    }

    a.homer {
        background: #374147;
    }
}

@media (max-width: 767px) {
    .responsive-menu{
        display: block;
    }
    .header nav.navbar{
        padding: 0.5rem 1rem;
    }
    .mainWrap {
        width: auto;
        padding: 50px 20px;
    }

    nav {
        margin: 0;
        background: none;
    }

    .menu li {
        display: block;
        margin: 0;
    }

    .menu li a {
        padding: 8px 15px;
    }

    .menu li a:hover,.menu li:hover>a {
        background: #3264f5;
        color: #fff;
    }

    .menu ul {
        visibility: hidden;
        opacity: 0;
        top: 0;
        left: 0;
        width: 100%;
        transform: initial;
    }

    .menu li:hover>ul {
        visibility: visible;
        opacity: 1;
        position: relative;
        transform: initial;
    }

    .menu ul ul {
        left: 0;
        transform: initial;
    }

    .menu li>ul ul:hover {
        transform: initial;
    }
}

.custom-badge{
    position: absolute;
    right: 10px;
}   
*/
/*preloader css*/

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #fff;
}

.loader1 {
    display: block;
    position: relative;
    left: 45%;
    top: 50%;
}

.loader1 span {
    vertical-align: middle;
    border-radius: 100%;

    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 3px 2px;
    -webkit-animation: loader1 0.8s linear infinite alternate;
    animation: loader1 0.8s linear infinite alternate;
}

.loader1 span:nth-child(1) {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
    background:  rgba(41, 103, 230, 0.6);
}

.loader1 span:nth-child(2) {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
    background:  rgba(41, 103, 230, 0.8);
}

.loader1 span:nth-child(3) {
    -webkit-animation-delay: -0.26666s;
    animation-delay: -0.26666s;
    background: rgba(41, 103, 230, 1);
}

.loader1 span:nth-child(4) {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
    background:  rgba(41, 103, 230, 0.8);

}

.loader1 span:nth-child(5) {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
    background:  rgba(41, 103, 230, 0.4);
}

@keyframes loader1 {
    from {
        transform: scale(0, 0);
    }
    to {
        transform: scale(1, 1);
    }
}

@-webkit-keyframes loader1 {
    from {
        -webkit-transform: scale(0, 0);
    }
    to {
        -webkit-transform: scale(1, 1);
    }
}

.link-btn{
 margin-top: 25%;
}
.date-time {
    position: relative;
    float: left;
    top: 2px;
   
}

.timedate1{
    margin-right: 4px;
    float: left;
    color: #FFF;
    padding: 9px 17px;
    border-radius: 0px;
    font-family: Arial;
    font-size: 14px;
    background: #006a71;
    display: block;
    margin-top: 4px;
}
.timedate2{
    margin-left: 7px;
    float: left;
    color: #FFF;
    padding: 9px 17px;
    border-radius: 0px;
    font-family: Arial;
    font-size: 14px;
    background: #006a71;
    display: block;
    margin-top: 4px;
}
.breakingNews {
    min-width: 100%;
    
    background: #ffffff;
    position: relative;
    border: 2px solid #eeeeee;
    overflow: hidden;
    margin-bottom: 10px;
    top: 5px;
}

.breakingNews>.bn-title {
    width: auto;
    height: 35px;
    display: inline-block;
    background: #008c99;
    position: relative;
}
.breakingNews>.bn-title>h2 {
    display: inline-block;
    margin: 0px;
    padding: 5px 10px;
    font-size: 16px;
    color: #FFF;
    font-weight: bold;
    box-sizing: border-box;
    font-family: 'Siyam Rupali';
}
.breakingNews>.bn-title>span {
    width: 0;
    position: absolute;
    right: -10px;
    top: 6px;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #008c99;
}
.breakingNews>ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    left: 100px;
    top: 0;
    right: 0px;
    height: 35px;
    font-size: 16px;
}
.breakingNews>ul>li {
    position: absolute;
    height: 35px;
    width: 100%;
    line-height: 35px;
    display: none;
}
marquee a{
    font-size: 13px !important;
    color: #0a484c !important
}


.glyphicon
{
    margin-right:4px !important; /*override*/
}

.pagination .glyphicon
{
    margin-right:0px !important; /*override*/
}

.pagination a
{
    color:#555;
}

.panel ul
{
    padding:0px;
    margin:0px;
    list-style:none;
}

.news-item
{
    padding:0px;
    margin:0px;
    
    font-size: 17px;
    list-style: none;
}
.demo2{
    height:380px !important;
}
.news-item p
{
        
    font-family: Arial;
    font-size: 13px;
    color: #000;
    padding-top: 5px;
    margin-left: 0px;
    display: block;
}
.news-item a
{
    color: #000 !important;
     font-size: 13px;
     font-weight: bold;
}
.headline {
    background: #008c99 !important;
    padding: 5px 10px;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Siyam Rupali';
    color: #fff;
}
.headline-two {
    background: #008c99 !important;
    padding: 5px 10px;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Siyam Rupali';
    color: #fff;
}
.single-box {
    transition: all 0.2s ease-out;
    
    border-top: 0px solid;
    overflow: hidden;
    min-height: 324px;
    
}
.single-box-1 {
    transition: all 0.2s ease-out;
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.1);
    border-top: 0px solid;
    overflow: hidden;
}
.single-box-2 {
    transition: all 0.2s ease-out;
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.1);
    border-top: 0px solid;
}
.disImage {
    float: left;
    padding: 3px 5px 5px 0px;
}
.message{
    font-size: 13px;
    line-height: 21px;
    color: #424242;
    padding: 4px 10px;
    text-align: justify;
    float: left;
    font-family: 'Siyam Rupali';
  }

.important-content li {
   list-style: none;
}
  .important-content li a {
    text-decoration: none;
    font-family: Arial;
    font-size: 13px;
    color: #000;
    padding-top: 5px;
    margin: 5px;
    display: block;
}

.footer-top {
    background-color: #008c99 !important
}


@media (min-width: 320px) and (max-width: 575px) {
    .header-title {
    margin-top: 0px;
    margin-left: 0px;
    }
    .link-btn{
     margin-top: -15%;
     margin-bottom: 20px;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    .header-title {
    margin-top: 0px;
    margin-left: 0px;
    }
    .link-btn{
     margin-top: -15%;
     margin-bottom: 20px;
    }
}
.card-bottom-line {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    transition: background 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.card-bottom-line:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #0073ec;
    transition: width 0.3s ease-in-out;
}

.card-bottom-line:hover:after {
    width: 100%;
}


/*=========================================
           FOOTER CSS
============================================*/
.footer-top{
    padding: 65px 0;
}
.footer-top h5{
    font-size: 25px;
}
@media (min-width: 320px) and (max-width: 567px){
    .footer-top{
        padding: 50px 0;
    }
}
.footer-nav-wrap ul li strong {
    font-size: 18px;
    line-height: 19px;
    font-weight: bold;
}

.footer-nav-wrap ul li a {
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    color: inherit;
    opacity: 0.9;
}

.footer-nav-wrap ul li a:hover, .copyright-text a:hover, .social-list li a:hover {
    opacity: 1;
    text-decoration: none;
}

.copyright-text {
    font-size: 13px;
}
.social-list li span {
    padding: 10px;
}
.footer-nav-list li a span{
    font-size: 12px;
    vertical-align: middle;
}
.color-2{
    color: #9123ff;
}
.white-bg {
    background: #ffffff;
}

/*=========================================
            BACK TO TOP CSS
============================================*/

.scroll-top.open {
    bottom: 30px;
}
button.scroll-top:focus{
    outline: none;
}
.scroll-top {
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: fixed;
    bottom: 105%;
    right: 50px;
    font-size: 16px;
    border-radius: 4px;
    z-index: 999;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    background: #0e4b50;
    transition: 1s ease;
    border: none;
}
.scroll-top span {
    color: #fff;
}

.scroll-top:after {
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}



.widget-categories ul li:first-child, .widget-recent-entries ul li:first-child, .widget-recent-entries-custom ul li:first-child {
    padding-top: 0;
}
.widget-categories ul li, .widget-recent-entries ul li, .widget-recent-entries-custom ul li {
    border-bottom: 1px solid #f0f0f0;
    padding: 10px 0;
    margin: 0;
}

.btn-light-1 {
    color: #fff;
    background-color: #008c99;
    border-color: #f8f9fa
}

.btn-light-1:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #008c99
}

.btn-light-1.focus,.btn-light-1:focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #008c99;
    box-shadow: 0 0 0 .2rem rgba(216,217,219,.5)
}

.btn-light-1.disabled,.btn-light-1:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light-1:not(:disabled):not(.disabled).active,.btn-light-1:not(:disabled):not(.disabled):active,.show>.btn-light-1.dropdown-toggle {
    color: #212529;
    background-color: #008c99;
    border-color: #d3d9df
}

.btn-light-1:not(:disabled):not(.disabled).active:focus,.btn-light-1:not(:disabled):not(.disabled):active:focus,.show>.btn-light-1.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(216,217,219,.5)
}




.sticky-header{
    position:fixed;
    opacity:0;
    visibility:hidden;
    left:0px;
    top:0px;
    width:100%;
    padding:0px 0px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #008c99), color-stop(100, #000));
    background: -webkit-linear-gradient(top, #008c99 0%, #000 100%);
    background: linear-gradient(to bottom, #008c99 0%, #000 100%);
    z-index:0;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
     box-shadow: 0 5px 20px 0 rgba(0,0,0,.2), 0 13px 24px -11px rgb(62 10 15);
     z-index: 99999;
}

.fixed-header .sticky-header{
    z-index:999;
    opacity:1;
    visibility:visible;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -ms-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -op-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;   
}
.tag-cloud {
/*    padding: 0px 10px;*/
    text-align: center;
    overflow: hidden;
/*    margin-left: 4px;*/
}
 .box{
    float: left;
    padding: 10px 0px 0px 0px;
    border: 0px solid #008c99; 
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.5) inset;
    height: 85px;
    width: 123px;
    margin: 2px;
}
.box > a{
    text-align: center;
    font-size: 13px;
}
.box:hover {
    background: #0C3D743B;
    color: #fff;
    opacity: 1;
    border: 2px solid #006a71;
}
.box >a >img{
width: 50px;
}
.box >a >p{
/*    margin: 5px;*/
    color: #006a71;
    font-family: "Roboto", Sans-serif;
    font-weight: 600;
}
.btn-sm { 
    line-height: 2 !important;
  
}

@media only screen and (max-width: 767px) {
    .m-menu{
        max-width: 70px;height:70px;padding:5px !important;
    }
    .header-title h2 {
    margin-bottom: 0px;
    font-weight: bold;
    color: #fff;
    font-family: 'Kalpurush', sans-serif;
    font-size: 18px;
    }
    .header-title h4 {
    font-size: 11px !important;
    color: #fff !important;
    font-family: 'Kalpurush', sans-serif;
    font-weight: 400 !important;
    }
     .schoolName{
        font-size: 14px;
        font-weight: bold;
    }
    .schoolHeaderAddress {
        font-size: 11px;
        line-height: 1.27;
    }
    .d-sm-none{
        display: none !important;
    }
    .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
    }
    .single-box-2 {
    transition: all 0.2s ease-out;
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.1);
    border-top: 0px solid;
    overflow-x: auto !important;
    }
    .main {
    background: #f5f5f5;
    margin: 0px auto;
    border: 0px solid #fff;
    box-shadow: #999 0px 0px 15px;
    }
    .main-header{
         min-width: 100%;
    }
}
@media (min-width: 320px) and (max-width: 575px) {
    .m-menu{
        max-width: 70px;height:70px;padding:5px !important;
    }
    .box {
    float: left;
    padding: 10px 0px 0px 0px;
    border: 0px solid #008c99;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.5) inset;
    height: 100px;
    width: 48%;
    margin: 2px;
    }
    .header-title h2 {
    margin-bottom: 0px;
    font-weight: bold;
    color: #fff;
    font-family: 'Kalpurush', sans-serif;
    font-size: 18px;
    }
    .header-title h4 {
    font-size: 11px !important;
    color: #fff !important;
    font-family: 'Kalpurush', sans-serif;
    font-weight: 400 !important;
    }
    .slider-bg{
        background-color: transparent !important;
    }
    .slider-bg .single-box{
        min-height: 0px !important;
        box-shadow: none !important;
    }
    .single-box{
        min-height: 0px !important;
    }
     .schoolName{
        font-size: 14px;
        font-weight: bold;
    }
    .schoolHeaderAddress {
        font-size: 11px;
        line-height: 1.27;
    }

    .d-sm-none{
        display: none !important;
    }
    .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
    }
    .single-box-2 {
    transition: all 0.2s ease-out;
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.1);
    border-top: 0px solid;
    width: 100%;
    overflow-x: auto !important;
    }
    .main {
    background: #f5f5f5;
    margin: 0px auto;
    border: 0px solid #fff;
    box-shadow: #999 0px 0px 15px;
    }
    .main-header{
         min-width: 100%;
    }
}

.media-body h6{
        font-size: 17px;
        margin-bottom: 5px;
        font-weight: bold;
}
.result-content{

    background: #f5f5f5;
    margin: 0px auto;
    border: 0px solid #fff;
    box-shadow: #999 0px 0px 0px;

    
}

.teacher{
    background: white !important;
    box-shadow: 0px 0px 10px #ddd;
    border-radius: 5px;
    padding: 20px !important;
    text-align: center;
}
.teacher img{
    width: 180px !important;
    height: 180px !important;
    border-radius: 50%;
    border: 5px solid #008c99;
    
}
