@font-face {
  font-family: 'TuragMJ';
  src: url('https://web.archive.org/web/20190118094506im_/http://htdc.edu.bd/resources/css/fonts/TuragMJ.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

html, body {
  height: auto;
  min-height: 100%;
  overflow-y: auto;
}

body{
    background-size: cover;
    overflow: hidden;
    background: #d8d3d3;
}
.brand-title{
        font-size: 14px;
        font-weight: 600;
        color: #efff00;
    }

.page-header-content{
    background: rgba(68, 249, 107, 0.3);
}
.brand{
    font-family: TuragMJ;
    font-weight: 600;
    color: yellow;
    font-size: 60px;
    text-shadow: 2px 2px 2px #000;
}
.modal-dialog{
    width: 1000px;
}
.modal-dialog-plus{
    width: 100%;
}
.navbar-nav>li>a {
    padding: 10px 25px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.navbar-inverse, .navbar-inverse .navbar-nav>li>a{
    font-size: 12px;
    color: #ffffff;
}
.navbar-inverse{
    background: #0d3a37;
    border: #0d3a37;
    border-radius: 0px;
    font-family: 'Roboto', sans-serif;
}
.navbar{
    margin-bottom: 0px;
    min-height: 40px;
}
.sm-blue a, .sm-blue a:hover, .sm-blue a:focus, .sm-blue a:active{
    font-family: 'Roboto', sans-serif;
}
.overwrite{
    padding-left: 0;
    padding-right: 0;
}

div#singleView_top {
    z-index: 100000;
}


.content-section-a {
    height: 400px;
    background-color: #f8f8f8;
}


.custom-container{
    padding-left: 0px;
    position: relative;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img{
    width: 100%;
    height: 242px;

}
.quick-links{
    display: block;
    height: 35px;
    width: 100%;
    background: #356f6b;
}

.quick-links-content{
    width: 97%;
    margin: 0 auto;
}
.quick-links-content li{
    list-style: none;
    display: inline;
}
.quick-links-content li a{
    color: white;
    padding: 5px 5px;
    font-size: 10px;
    background: #183c32;
    line-height: 35px;
}
.blink-image{
    height: 30px;
    margin-left: -20px;
}
.icon-fa{
    margin-right: 5px;
}
.side-menu {
    overflow: -webkit-paged-x;
    font-family: verdana;
    font-size: 12px;
    font-weight: 200;
    background-color: #3876a2;
    position: relative;
    width: 100%;
    color: #FFF;
}


.side-menu ul,
.side-menu li {
    list-style: none;
    padding: 0px;
    margin: 0px;
    line-height: 35px;
    cursor: pointer;
}

.side-menu ul :not(collapsed) .arrow:before,
.side-menu li :not(collapsed) .arrow:before {
    font-family: FontAwesome;
    content: "\f078";
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
    float: right;
}
.side-menu ul .active,
.side-menu li .active {
    border-left: 3px solid #5C9ACF;
    background-color: #cabbbb;
}
.side-menu ul .sub-menu li.active,
.side-menu li .sub-menu li.active {
    color: #d19b3d;
}
.side-menu ul .sub-menu li.active a,
.side-menu li .sub-menu li.active a {
    color: #d19b3d;
}
.side-menu ul .sub-menu li,
.side-menu li .sub-menu li {
    background-color: #181c20;
    border: none;
    line-height: 28px;
    border-bottom: 1px solid #23282e;
    margin-left: 0px;
}
.side-menu ul .sub-menu li:hover,
.side-menu li .sub-menu li:hover {
    background-color: #020203;
}
.side-menu li {
    padding-left: 20px;
    /*border-left: 3px solid #ffffff;*/
    border-bottom: 0px solid #ffffff;
}

.side-menu li a{
    display: block;
    padding: 2px 0px;
    color: #ccc;
    text-decoration: none;
    font-weight: 300;
    background: none;
}

.side-menu li a {
    text-decoration: none;
    color: #FFF;
}

.side-menu li.active a {
    color: #FFF;
}

.side-menu li a i {
    padding-left: 10px;
    width: 20px;
    padding-right: 20px;
}
.side-menu li:hover {
    border-left: 3px solid #d19b3d;
    background-color: #263e82;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.side-menu li a:hover {
    color: #ffffff;
}
.hayton{
    width: 100%;
    background:#0d3a37;
    color:#f9f9f9;
    height: 40px;

}
.scroll{
    padding-top: 15px;
    padding-left: 0px;
    position: relative;
    overflow-y: scroll;
    height: 330px;
    width: 100%;

}
.speech-person{
    margin-top: 50px;
    font-size: 16px;
    font-weight: 600;
}
.content-title-text{
    display: block;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
}
.form-group-custom{
    margin-bottom: 5px;
}
.btn-custom{
    background-image: linear-gradient(to bottom,#0d3a37 0,#0d3a37 100%);
    color: white;
   
}
.btn-custom:hover{
    color: white;
}
.notice-body{
    display: block;
    height: 400px;
    background: #ffffff;
    border-left: 1px #e2dede solid;
    border-top: 1px #e2dede solid;
}
.notice-header{
    text-align: center;
    font-size: 14px;
   
}
.notice-content{
    overflow: hidden;
    height:170px;
    background: #ffffff;
    border-bottom: 1px #e2dede solid;
}
.notice-info{
    width: 90%;
    margin:0 auto;
    padding-top:10px;
    overflow: hidden;
    height: 105px;
}
.notice-image{
    width:27%;
    float: left;
}
.notice-speech{
    width: 65%;
    float:right;
}
.notice-name{
    height: 42px;
    overflow: hidden;
}
.notice-name h5{
    font-size: 12px;
}
.news-item{
    text-align: center;
    padding: 18px;
    border-bottom: 1px dotted;
    list-style: none;
}

.content-inner{
    width: 95%;
    overflow: hidden;
    margin: 0 auto;
}
.content-image-div{
    width: 35%;
    float: left;
}
.content-image{
    width: 95%;
}
.content-text{
    width: 100%;
}
.exclusive-update{
    background: #ffffff;
    overflow: hidden;
    width: 100%;
    height: 30px;
}
.exclusive-update-title{
    color: #ffffff;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
}
.nav_submenu{
    margin-left: 10px;
}
.exclusive-update-left{
    background: #3dab8c;
}
.marquee {
    width: 100%;
    overflow: hidden;
}
ul.marquee li{
    list-style: none;
    float: left;
}
ul.marquee li a{
    display: inline-block;
    padding: 0 20px;
    font-size: 11px;
    color: #000000;
    line-height: 30px;
    font-weight: 600;
}
.speach-pic{
    margin-top: 0px;
}

.footer{
    background: #0d3a37;
    height: 40px;
    position: relative;
    bottom: 0;
    top: 100%;
    overflow: hidden;
    width: 100%;
}
.footer-content{
    color: #ffffff;
    line-height: 40px;
    margin: 0 20px;
}
.social-area{
    line-height: 40px;
    margin: 0 20px;
    background: #3a559f;
    padding: 4px 12px;
}
.social-area_icon{
    color: white;
}
.list-group{
    margin: 0;
    padding: 0;
}
ul,li{
    margin: 0;
    padding: 0;
}

.container-notice {
    width: 18em;
    height: 8em;
    margin: 1em auto;
    overflow: hidden;
    background: white;
    position: relative;
    box-sizing: border-box;
}

.read-more-notice{
    background: rgb(56, 118, 162);
    height: 44px;
    width: 100%;
    display: block;
}
a.read-more-nocice-text{
    color: #ffffff;
    font-size: 12px;
    line-height: 44px;
    text-decoration: none;
    text-align: center;
    display: block;
}
li.list-group-item{
    text-align: center;
}
.sm-blue.sm-vertical a{
    padding: 6px 23px;
    font-size: 14px;
    font-weight: 100;
}
.sm-blue.sm-vertical ul a {
    padding: 3px 23px;
    font-size: 14px;
}
ul#main-menu{
    border-radius: 0px;
}
/*.carousel-caption{
    background: rgba(53, 111, 107,.9);
    color: white;
    padding-bottom: 0px;
    padding-top: 0px;
    bottom: 5px;
    right: 5%;
    left: 5%;
    height: 25px;
    text-shadow: 1px 1px #0e4d44;
}*/
.carousel-caption{
    background: rgba(0,0,0,.8);
    color: white;
    padding-bottom: 0px;
    padding-top: 0px;
    bottom: 0px;
    right: 0%;
    left: 0%;
    height: 35px;
}
.carousel-caption p{
    line-height: 25px;
    font-size: 15px;
    color: yellow;
}
.carousel-caption p{
    line-height: 35px;
    font-size: 16px;
}
.counter img {
    display: block;
    margin: 0 auto;
    padding-top: 5px;
}
.counter p {
    text-align: center;
    font-size: 19px;
    margin-top: 4px;
    color: #1ca07b;
}

.slogan {
    position: relative;
    height: 0;
    color: #ffffff;
    float: right;
    top: 50px;
    font-size: 16px;
    margin-right: 14px;
    text-transform: lowercase;  
}

.slogan h4 a {
    color: #f8f8fa;
    background-color: rgba(7, 167, 80,0.2);
    padding: 10px;
    font-size: 16px;
}







@media (min-width: 1024px) and (max-width: 1920px) {
    .sm-blue.sm-vertical a{
        padding: 7px 23px;
        font-size: 12px;
        font-weight: 100;
    }
    .sm-blue.sm-vertical ul a {
        padding: 3px 23px;
        font-size: 12px;

    }
    .profile_list{
        width: 90%;
        background: #ffffff;
        height: 150px;
        margin: 0 auto;
        box-shadow: 2px 2px 2px #e6dcdc;
    }
    th {
        text-align: center;
    }
 .dropdown:hover .dropdown-menu {
    display: block;
}
.navbar-nav>li>.dropdown-menu{
    background: rgb(13, 58, 55);
    border-radius: 0px;
    z-index:999999;
}
.dropdown-menu>li>a{
    color: #ffffff;
    font-size: 12px;
}
.dropdown-menu>li>a:hover{
    background: rgba(226,226,226,.9);
}
.btn{
    font-size: 11px;
    padding: 4px 10px;
}

.custom-header{
    background-image: url("../images/htdc.jpg");
    background-size: 100% 100%; 
    background-repeat: no-repeat;
    background-position: center;
    height: 117px;
}
    .home-about{
        width:100%;
        height: 133px;
        overflow: hidden;
        background: #ffffff;
    }
    .home-about-img{
        width: 100%;
        height: 133px;
    }
    .home-about-text{
        padding: 10px 10px;
    }
    .about-title{
        height: 25px;
        overflow: hidden;
        background: #0c3734;
        color: #ffffff;
    }
    .about-title-text{
    
        text-align: center;
        font-size: 16px;
        line-height: 25px;
    }
    .sm-blue a {
        padding: 13px 24px;
        background: #ffffff;
        background-image: linear-gradient(to bottom, #ffffff, #ffffff);
        color: #000000;
        text-shadow: 0 0px;
        line-height: 25px;
    }
    .sm-blue li{
        border-bottom: 1px #dccfcf solid;
    }
    .sm-blue {
        background: #ffffff;
        background-image: linear-gradient(to bottom, #ffffff, #ffffff);
    }

    .sm-blue a:hover, .sm-blue a:focus, .sm-blue a:active, .sm-blue a.highlighted {
        background: #0c3633;
        background-image: linear-gradient(to bottom, #00271f, #0d3431);
        line-height: 25px;
    }

    .sm-blue ul {
        background: #ffffff;
        background-image: linear-gradient(to bottom, #ffffff, #ffffff);
    }
    .sm-blue ul a{
        background: #0d3a37;
        color: #ffffff;
    }
    .sm-blue ul a:hover{
        background: #17605b;
    }
    .sm-blue.sm-vertical ul {
        background: #0d3a37;
    }


  
}





@media only screen and (max-width: 768px) {
    body{
        background-size: cover;
    }
    .brand{
        font-size: 14px;
    }
    .brand-title{
        font-size: 10px;
        font-weight: 600;
        color: #efff00;
    }
    #main-nav{
        display: none;
    }
    .navbar{
        margin-bottom: 0px;
    }
    .dropdown-menu>li>a{
        color: #ffffff;
        font-size: 12px;
    }
    .sm-blue.sm-vertical a {
        padding: 6px 23px;
        font-size: 14px;
        font-weight: 100;
    }

}


@media (min-width: 320px) and (max-width: 480px) {

    .content-section-a{
        height: auto;
    }

    body{
        overflow: auto;
    }


    .exclusive-update {
    background: #4197a0;
    overflow: hidden;
    width: 100%;
    height: 51px;
    padding-bottom: 100px;
}
    .carousel-inner>.item>a>img, .carousel-inner>.item>img{
        width: 100%;
        height: 170px;

    }
    .notice-image{
        width:22%;
    }
.marquee {
    position: inherit;
    bottom: 50px;
    display: block;
    height: 50px;
    background: #ffffff;
    margin-top: 40px;
}
    .footer{
        height: 80px;
    }
    .footer-content{
        margin: 0px;
    }
    .social-area{
        position: relative;
        left: 25%;
        line-height: 30px;
    }


.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
    color: #ffffff;
}
.btn{
    font-size: 10px;
}
tr,th{
    font-size: 10px;
}

.custom-header{
    background-image: url("../images/mobile_htdc.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    height: 90px;
}
    .content-inner{
        width: 90%;
        overflow: hidden;
        margin: 0 auto;
    }
    .content-image-div{
        width: 100%;
        float: left;
    }
    .content-image{
        width: 100%;
    }
    .content-text{
        width: 100%;
    }
    #main-nav{
        display: none;
    }
    .quick-links-content li a {
        color: white;
        padding: 5px 12px;
        font-size: 10px;
        background: #183c32;
        line-height: 25px;
    }
    .quick-links {
        height: auto;
    }
    .quick-links-content li {
        display: block;
    }
    .exclusive-update {
        padding-bottom: 60px;
    }
    .home-about {
        width: 100%;
        overflow: hidden;
        margin-bottom: 7px;
        background: #ffffff;
    }
    .about-title{
        height: 30px;
        overflow: hidden;
        background: #073931;
        color: white;
    }
    .about-title-text{
        text-align: center;
        font-weight: 600;
        line-height: 30px;
    }

.slogan {
    position: relative;
    height: 0;
    color: #ffffff;
    float: left;
    top: 98px;
    font-size: 16px;
    text-transform: lowercase;
    z-index: 9;

}


}
