.classy-nav-container .classy-navbar {
    height: 50px !important;
}

.header-area .top-header-area {
    height: 140px !important;
}


/*.top-header-area {
    background-color: green !important;
}*/

.header-area .top-header-area .container {
    background-color: green !important;
}

.header-area .main-header-area .container {
    background-color: #F9F9F9 !important;
}

.classy-navbar .justify-content-between {
    background-color: #eee !important;
    border-radius: 3px !important;
}


/* body {
    background-color: #ccc;
} */


/* body {
    margin: 0;
    direction: ltr;
    font-family: Noto Sans Bengali;
    font-size: 10pt;
    font-weight: bold;
    font-style: normal;
    text-align: center;
    background: #ccc url(../../web/img/background.png);
    background-image: url(../../web/img/background.png);
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgb(255, 255, 255);
    color: #000000;
} */

body {
    background: #ccc url(../../web/img/background.png);
    background-image: url(../../web/img/background.png);
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
}

.container {
    /* box-shadow: 0px 0px 15px 0px #737272; */
    box-shadow: 0 -6px white, /* Top Masking Shadow*/
    0 6px white, /* Bottom Masking Shadow*/
    7px 0 14px -3px rgb(82, 79, 79), /* Left-shadow*/
    -7px 0 14px -3px rgb(82, 79, 79);
    /* Right-shadow*/
}

.welcome-slides {
    padding: 20px;
    background: #fff;
}

.welcomeTextDiv {
    margin: 10px 0px;
    background-color: #fff;
    padding: 10px;
    text-align: justify
}

.innerTextDiv {
    background-color: #fff;
    padding: 10px;
    text-align: justify
}

.right_div {
    margin-bottom: 10px;
    background-color: #fff !important;
    padding: 10px;
}


/*.right_div a:hover { 
  color:#FD2E02; 
}*/

.right_div h4 {
    font-family: sans-serif;
    font-weight: bold;
    font-size: 16px;
}

.right_div a {
    font-size: 14px;
    font-weight: bold;
}

.right_div {
    color: #000;
}

.right_div:hover {
    cursor: auto;
    background-color: #ccc !important;
}

.right_div:hover a {
    color: #003F00 !important;
}

.right_div a:hover {
    color: #FD2E02 !important;
}

.noticeDiv:hover {
    font-weight: normal !important;
    background-color: #ccc;
}

.studysDiv:hover {
    font-weight: normal !important;
    background-color: #ccc;
}

.footer-area .container .justify-content-between {
    background-color: #b8c1b3 !important;
}

.footer-area .container .justify-content-between .mb-30,
.footer-area .container .justify-content-between .copywrite-text p,
.footer-area .container .justify-content-between .open-time p,
.footer-area .container .justify-content-between .contact-address p {
    color: #000 !important;
}

.asdffff {
    max-height: 300px;
    width: auto;
}

@media only screen and (min-width: 768px) {
    .rsaid {
        padding-right: 0px;
        margin-left: -15px;
    }
    .latestnes {
        font-size: 16px !important;
        font-weight: bold;
    }
    .orgtitles {
        font-size: 32px !important;
        /*font-weight:bold;*/
    }
}

@media only screen and (max-width: 1200px) {
    .subtitles {
        max-width: 180px !important;
        font-size: 11px;
    }
}

@media only screen and (max-width: 991px) {
    .subtitles {
        max-width: 120px !important;
        font-size: 10px;
    }
}

.subtitles {
    width: 250px !important;
    font-size: 13px !important;
}

.container {
    background-color: #f9f9f9;
}

.classy-nav-container .container {
    background-color: #f9f9f9 !important;
}

.top-header-area .container,
.main-header-area .container {
    background-color: green;
}