/*Author Nazmul*/
/*Start Custom CSS*/
@font-face {
    font-family: 'SolaimanLipi';
    src: url('../fonts/SolaimanLipiNormal.eot');
    src: url('../fonts/SolaimanLipiNormal.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SolaimanLipiNormal.woff2') format('woff2'),
    url('../fonts/SolaimanLipiNormal.woff') format('woff'),
    url('../fonts/SolaimanLipiNormal.ttf') format('truetype'),
    url('../fonts/SolaimanLipiNormal.svg#SolaimanLipiNormal') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* @font-face {
    font-family: 'SolaimanLipi';
    src: url('../fonts/SolaimanLipi.eot');
    src: url('../fonts/SolaimanLipi.eot') format('embedded-opentype'),
         url('../fonts/SolaimanLipi.woff2') format('woff2'),
         url('../fonts/SolaimanLipi.woff') format('woff'),
         url('../fonts/SolaimanLipi.ttf') format('truetype'),
         url('../fonts/SolaimanLipi.svg#SolaimanLipi') format('svg');
} */
.bangla-font {
    font-family: 'SolaimanLipi';
}
.right {
    float: right;
}
.card-header {
    background-color: #62d2a2;
}
.fill-anchor {
    display: inline-block;
    padding: 10px 45px;
    background-color: #62d2a2;
    color: #ffffff;
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid #62d2a2;
    margin-top: 15px;
}
.fill-anchor:hover {
    background-color: transparent;
    color: #62d2a2;
}
.about_section {
    text-align: justify;
}
.dropdown-menu {
    background-color: #62d2a2;
    opacity: 1;
}
.custom_nav-container .navbar-nav .nav-item .nav-link {
    padding: 5px 10px;
}
.navbar-nav {
    letter-spacing: -0.5px;
}
.detail-box ul li {
    list-style: none;
}
.description-box p {
    margin: 0;
}
.person-photo {
    float: right;
    width: 150px;
    height: 200px;
    margin: 10px;;
}
.notice {
    float: left;
    width: 100%;
}
.ndate {
    float: left;
    border: solid 1px #999;
    border-radius: 10px;
    overflow: hidden;
}
.ndate d {
    padding: 5px 10px;
    line-height: 25px;
}
.date {
    float: left;
    font-size: 30px;
    padding: 10px;
}
.month {
    float: left;
    width: 100%;
    background: #76c488;
    font-size: 20px;
}
.ndated {
    float: left;
    border: solid 1px #999;
    border-radius: 10px;
    overflow: hidden;
}
.ndated d {
    padding: 5px 10px;
    line-height: 16px;
}
.dated {
    float: left;
    font-size: 20px;
    padding: 10px;
}
.monthd {
    float: left;
    width: 100%;
    background: #76c488;
    font-size: 16px;
}
.card-body table {
    width: 100%;
}
.card-body table tr {
    padding-right: 20px;
    border-radius: 10px;
    box-shadow: 9px 12px 9px -10px rgba(0,0,0,0.74);
    -webkit-box-shadow: 9px 12px 9px -10px rgba(0,0,0,0.74);
    -moz-box-shadow: 9px 12px 9px -10px rgba(0,0,0,0.74);
}
.card-body table td {
    padding: 5px;
}
.notice-date {
    font-size: 12px;
    color: #999999;
}
.slider_section .detail-box h1 {
    text-shadow: 0px 0px 8px #0F0704;
}
.slider_section .carousel-indicators li {
    border: solid 1px #666;
}
.carousel-item {
    height: 300px;
}
.video {
    float: left;
    width: 100%;
}
.imgname {
    float: left;
    width: 100%;
    padding: 10px;
    background-color: rgba(153, 153, 153, 0.5);
    z-index: 10000;
    color: #333;
}
.input-group.required .input-group-text:after {
    content:" *";
    color:red;
}
.errors {
    border: solid 1px #fad7d8;
    background: #f8e5e5;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 4px;
}
.banner {
    display: block;
    margin: 0 auto;
}
.employee-photo {
    border: solid 3px #999;
    box-shadow: 1px 1px 8px 2px rgba(0,0,0,0.75);
    -webkit-box-shadow: 1px 1px 8px 2px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 1px 8px 2px rgba(0,0,0,0.75);
}
.context table td {
    vertical-align: top;
}
/* .news-ticker {
    background: rgba(0, 0, 0, 0.2);
    overflow: hidden;
    height: 50px;
    position: relative;
    margin-top: -20px;;
}
.news-ticker-wrapper {
    background: #0a0c10;
    border-radius: 1.5rem;
    padding: 0.4rem 0;
    box-shadow: inset 0 0 6px rgba(0,0,0,0.4);
    border: 1px solid rgba(255,215,0,0.2);
}
.news-track {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    animation: scrollLeft 15s linear infinite;
}
.news-track:hover {
  animation-play-state: paused;
}
.news-item {
    color: white;
    text-decoration: none;
    padding: 0 40px;
    line-height: 50px;
    font-size: 16px;
}

.news-item:hover {
    color: #0d6efd;
    text-decoration: underline;
}

@keyframes scrollLeft {
    0% {
    transform: translateX(100%);
    }

    100% {
    transform: translateX(-100%);
    }
} */

@media (max-width: 600px) {
    .banner {
        width: 100%;
    }
}
