/* CONTENTS
** 1) FONT FACE
** 2) COMMON
** 3) TYPOGRAPHY
** 4) BUTTON
** 5) HEADER
**      6)  MENU
** 7) SUBPAGE
**      8)  NOTICE BOARD
**      9)  NAVIGATION (SIDEBAR)
**      10) BREADCRUMB
**      11) CONTROLLER OFFICE PAGE
**      12) HISTORY PAGE
**      13) AWARDS AND ACHIEVEMENT
** 14) FOOTER
** 15) MEDIA QUERY
END CONTENTS*/

*
{
    margin:0 0;
    padding: 0 0;
}

/*FONT FACE*/
@font-face
{
    font-family: 'OpenSans-Regular';
    src: url('../fonts/OpenSans-Regular.eot'); /* IE9 Compat Modes */
    src: url('../fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/OpenSans-Regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/OpenSans-Regular.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/OpenSans-Regular.otf') format("opentype"), /* Pretty Modern Browsers */
    url('../fonts/OpenSans-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
    url('../fonts/OpenSans-Regular.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face
{
    font-family: 'OpenSans-Light';
    src: url('../fonts/OpenSans-Light.eot'); /* IE9 Compat Modes */
    src: url('../fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/OpenSans-Light.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/OpenSans-Light.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/OpenSans-Light.otf') format("opentype"), /* Pretty Modern Browsers */
    url('../fonts/OpenSans-Light.ttf')  format('truetype'), /* Safari, Android, iOS */
    url('../fonts/OpenSans-Light.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face
{
    font-family: 'OpenSans-SemiBold';
    src: url('../fonts/OpenSans-SemiBold.eot'); /* IE9 Compat Modes */
    src: url('../fonts/OpenSans-SemiBold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/OpenSans-SemiBold.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/OpenSans-SemiBold.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/OpenSans-SemiBold.otf') format("opentype"), /* Pretty Modern Browsers */
    url('../fonts/OpenSans-SemiBold.ttf')  format('truetype'), /* Safari, Android, iOS */
    url('../fonts/OpenSans-SemiBold.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face
{
    font-family: 'OpenSans-Bold';
    src: url('../fonts/OpenSans-Bold.eot'); /* IE9 Compat Modes */
    src: url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/OpenSans-Bold.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/OpenSans-Bold.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/OpenSans-Bold.otf') format("opentype"), /* Pretty Modern Browsers */
    url('../fonts/OpenSans-Bold.ttf')  format('truetype'), /* Safari, Android, iOS */
    url('../fonts/OpenSans-Bold.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face
{
    font-family: 'OpenSans-ExtraBold';
    src: url('../fonts/OpenSans-ExtraBold.eot'); /* IE9 Compat Modes */
    src: url('../fonts/OpenSans-ExtraBold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/OpenSans-ExtraBold.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/OpenSans-ExtraBold.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/OpenSans-ExtraBold.otf') format("opentype"), /* Pretty Modern Browsers */
    url('../fonts/OpenSans-ExtraBold.ttf')  format('truetype'), /* Safari, Android, iOS */
    url('../fonts/OpenSans-ExtraBold.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face
{
    font-family: 'Montserrat-Bold';
    src: url('../fonts/Montserrat-Bold.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/Montserrat-Bold.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/Montserrat-Bold.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/Montserrat-Bold.otf') format("opentype"), /* Pretty Modern Browsers */
    url('../fonts/Montserrat-Bold.ttf')  format('truetype'), /* Safari, Android, iOS */
    url('../fonts/Montserrat-Bold.svg#svgFontName') format('svg'); /* Legacy iOS */
}
/*END FONT FACE*/

/*COMMON*/
body
{
    font-size:13px;
    font-family: OpenSans-Light;
    color: #000000;
}

a,
a:hover
{
    text-decoration: none;
}

.gap20
{
    clear:both;
    height:20px;
}

.gap30
{
    clear:both;
    height:30px;
}

.common-listing
{
    list-style: none;
    margin-bottom: 30px;
}

.common-listing li
{
    padding: 0 0 0 20px;
    background-image: url("../images/asset.png");
    background-position: -20px 2px;
    background-size: 45%;
    background-repeat: no-repeat;
    padding-bottom: 10px;
}
/*END COMMON*/

/*TYPOGRAPHY*/
h1, .h1, h2, .h2, h3, .h3 {
    font-weight: 700 !important;
}
p,
.program-wrapper .program-body p,
.program-wrapper > .program-heading h1,
.program-wrapper > .program-heading p,
.news-short-details p,
.notice-board h2,
.news-title a,
.news-date P,
.activities-heading h2,
.activities-heading p,
.associate-member-wrapper h2,
.students-say-wrapper h2,
.students-details p,
.students-details h2,
.left-submenu > li > a,
footer p,
footer ul li a,
.content-title,
.common-listing li,
.header-top-menu ul li a
{
    font-family: 'OpenSans-Light';
}

h1,
.details h5,
.details p,
.news-schedule-information-innger
{
    font-family: 'OpenSans-Regular';
}

.administration h1,
.news-date P,
.students-say-wrapper .students-details h2
{
    font-family: 'OpenSans-SemiBold';
}

.page-links p,
.scenic-beauty-wrapper .video-layout h2,
.wub-prospect .title,
.left-menubar > li > a,
.left-menubar > li > div,
.breadcrumb-wrapper,
footer h2,
.get-social,
.primary-menu ul li ul li a,
.activities-body .news-short-details .news-meta-information
{
    font-family: 'OpenSans-Bold';
}

.wub-prospect h2
{
    font-family: Montserrat-Bold;
}

.primary-menu ul li ul li ul li a
{
    font-family: 'OpenSans-Light';
}

.primary-menu ul li ul li ul li a,
.activities-body .news-short-details .news-meta-information,
.news-schedule-information-innger
{
    font-size: 0.65rem;
}

.administration-header-wrapper li a,
.news-short-details p,
.header-social-icon ul li a,
.left-menubar > li > a,
.left-menubar > li > div,
.news-date P
{
    font-size: 0.75rem;
}

/*footer ul li,
footer ul li a,
footer ul li span,
.copy-right p,
.header-top-menu ul li a
{
    font-size: 0.8rem;
}*/

.wub-prospect .sub-title,
.activities-heading p,
.top-blue-bar-join-us p,
.program-wrapper > .program-heading p,
.students-details-description,
.history,
.left-submenu li a,
.content,
.details p,
.students-say-wrapper .students-details h2,
.students-details .dept
{
    font-size: 0.9rem;
}
.send-email button,
.news-short-details h2,
.news-title h6
{
    font-size: 1rem;
}

/*h4,
.banner-heading-3 p,
.page-links p,
.wub-prospect .title,
.breadcrumb-wrapper ol li
{
    font-size: 1.1rem;
}*/

h3,
.content-title,
.details h5,
.content-title-bold
.content-title-bold,
.content-details-awards-and-achievements-text .content-title-bold
{
    font-size: 1.4rem;
}

/*h2,
footer h2,
.top-blue-bar-join-us > .join-us,
.scenic-beauty-wrapper .video-layout h2,
.banner-heading-1 h2,
.banner-heading-2 p,
.program-wrapper .program-body p,
.notice-board h2,
.nav-footer h2,
.wub-mega-dripdown-menu-single > .nav-footer-single h2
 {
     font-size: 1.6rem;
 }*/

h1,
.program-wrapper > .program-heading h1,
.activities-heading h2,
.wub-prospect h2,
.associate-member-wrapper h2,
.students-say-wrapper h2
{
    font-size: 2.5rem;
}

h1
{
    color:#2e3192;
}

.slider-wrapper li a,
.header-top-menu span,
.left-menubar ul :hover,
.footer-bottom ul li a,
.banner-heading-1 h2,
.banner-heading-2 p,
.banner-heading-3 p,
.top-blue-bar-join-us p,
.program-wrapper .program-body p,
.scenic-beauty-wrapper .video-layout h2,
.carousel-control-next,
.carousel-control-prev,
.header-social-icon ul li a,
.header-top-menu ul li a,
.header-top-menu ul li a:hover,
.left-menubar > li > a:hover,
.left-menubar > li > div:hover,
.left-submenu li a:hover,
.subpagetitle,
.content-details-awards-and-achievements-box,
footer h2,
footer p,
.get-social,
.send-email .subscribe:hover,
.primary-menu ul li a,
.primary-menu ul li ul li ul li a:hover,
.primary-menu ul li ul li ul li ul li a,
.primary-menu ul li ul li ul li:hover a,
.primary-menu ul li ul li ul li a:hover
{
    color: #fff;
}

.administration h1,
.administration p
{
    color: #179bd7;
}

.left-submenu li a
.left-menubar ul li,
.left-menubar ul li a,
.left-menubar > li > a,
.left-menubar > li > div,
.left-menubar > li > a span,
.left-menubar > li > div span
.left-menubar > li > a:hover span,
.left-menubar > li > div:hover span,
.breadcrumb-wrapper ol li,
.primary-menu ul li ul li a
{
    color: #2e3192;
}

.details p
{
    color: #949494;
}

.contact-us i
{
    color: #c3cdd8;
}

.breadcrumb-wrapper li a:hover,
.notice-subtitle
{
    color: red;
}
.content-details-awards-and-achievements-title li span
{
    color: #29bfd3;
}

.program-wrapper > .program-heading p,
.activities-heading p,
.copy-right a:hover
{
    color: #9c9c9c;
}

.notice-board h2,
.news-date P,
.wub-prospect h2
{
    color: #0072bc;
}

.news-title a
{
    color: #000000;
}

.news-title a:hover,
.activities-heading h2,
.associate-member-wrapper h2,
.students-say-wrapper h2,
.students-say-wrapper-mb h2,
.copy-right a,
.program-heading h1,
.mailing-address p
{
    color: #737373;
}

.news-short-details h2
{
    color: #000000;
}

.news-short-details p,
.students-details p
{
    color: #404040;
}

.students-details h2,
.students-say-body .carousel-indicators li
{
    color: #0054a6;
}

.students-details .dept
{
    color: #ff0000;
}

.students-say-body .carousel-indicators li:hover,
.students-say-body .carousel-indicators .active
{
    color: #959595;
}

.header-social-icon ul li a:hover
{
    color: #0F5CAA;
}

.breadcrumb-wrapper ol li a
{
    color: #b7b4b4;
}

.send-email .subscribe
{
    color: #0054A6;
}

.primary-menu ul li ul li ul li a
{
    color:#6f6f6f;
}
/*END TYPOGRAPHY*/

/*BUTTON*/
.reason,
.btn-apply-now:hover,
.notice-board .more-info a,
.news-short-details .view-more a:hover,
.activity-view-all a:hover,
.associate-members .read-more a,
.students-view-all a:hover
{
    color: #fff;
}

.btn-apply-now,
.reason:hover
{
    color: #086FBC;
}

.more-info a:hover,
.view-more a,
.activity-view-all a,
.associate-members .read-more a:hover,
.students-view-all a
{
    color: #b5b5b5;
}

.reason,
.btn-apply-now
{
    font-size: 1.1rem;
}

.more-info a,
.activity-view-all a,
.students-view-all a,
.associate-members .read-more a,
.news-short-details .view-more a
{
    font-size: 0.9rem;
}

.reason
{
    background: #0072BB;
    border: 2px solid #ffffff;
    padding: 10px;
    border-radius: 8px;
    margin-right: 20px;
    transition:0.5s;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
}

.btn-apply-now
{
    background: #ffffff;
    padding: 8px;
    border: 2px solid #ffffff;
    border-radius: 8px;
    margin-bottom: 7px;
    transition:0.5s;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
}

.reason:hover
{
    background: #ffffff;
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 7px;
    transition:0.5s;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
}

.btn-apply-now:hover
{
    background: #0072BB;
    border: 2px solid #ffffff;
    padding: 8px;
    border-radius: 8px;
    margin-right: 20px;
    transition:0.5s;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
}

.more-info
{
    margin-top: 25px;
    text-align: center;
    margin-bottom: 15px;
}

.more-info a
{
    padding: 7px 10px;
    background: #0054a6;
    border-radius: 5px;
    color: #ffffff;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
}

.more-info a:hover
{
    text-decoration: none;
    border: 1px solid #b5b5b5;
    background: none;
}

.view-more
{
    text-align: center;
}

.view-more a
{
    padding: 7px 10px;
    border: 1px solid #b5b5b5;
    border-radius: 5px;
    text-align: center;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
}

.view-more a:hover
{
    text-decoration: none;
    background: #0072bc;
}

.activity-view-all
{
    text-align: center;
    margin-top: 30px;
    width: 100%;
}

.activity-view-all a
{
    padding: 7px 10px;
    border: 1px solid #b5b5b5;
    border-radius: 5px;
    text-align: center;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
}

.activity-view-all a:hover
{
    text-decoration: none;
    background: #0072bc;
}

.students-view-all
{
    text-align: center;
    margin-top: 60px;
    width: 100%;
}

.students-view-all a
{
    padding: 7px 10px;
    border: 1px solid #b5b5b5;
    border-radius: 5px;
    text-align: center;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
}

.students-view-all a:hover
{
    text-decoration: none;
    background: #0072bc;
}

button[type="button"]
{
    font-family: OpenSans-SemiBold;
    text-transform: uppercase;
}

.send-email button
{
    margin-left: 5px;
}
/*END BUTTON*/

/*HEADER*/
/*header
{
    padding-top: 20px;
	background-image: url("../images/bg-banner-shadow1.png");
	background-position: center top;
	background-repeat: repeat-x;
}

.header-in
{
	height: 100%;
	background-image: url("../images/bg-banner-shadow2.png");
	background-position: center 35px;
	background-repeat: repeat-x;
}

.topbar
{
    padding: 0;
}

.mujib100 img{
    position: absolute;
    right: 20px;
    top: 25px;
    width: 6%;
}

.mujib100_logo{
    display: none;
}*/

.slider-wrapper
{
    position: relative;
    margin-bottom: 25px;
}

.slider-wrapper ul
{
    list-style-type: none;
}

.slider-wrapper ul li a,
.administration-header-wrapper ul li a
{
    text-decoration: none;
}

.slider-wrapper li a
{
    padding: 8px;
}

.slider
{
    position: relative;
    top: 0;
}

.slider-wrapper header
{
    position: absolute;
    z-index: 100;
    width: 100%;
}

.banner-heading-1
{
    background-image: url(../images/banner-heading-1.png);
    position: relative;
    right: 0;
    bottom: 181px;
    float: right;
    padding: 15px 115px 15px 50px;
    text-align: right;
}

.banner-heading-2
{
    background-image: url(../images/banner-heading-2.png);
    position: relative;
    right: -20px;
    bottom: 181px;
    float: right;
    padding: 10px 59px 3px 50px;
    text-align: right;
}

.banner-heading-3
{
    background-image: url(../images/banner-heading-3.png);
    position: relative;
    right: 0;
    bottom: 165px;
    float: right;
    padding: 8px 0px 0px 30px;
    text-align: right;
}

.banner-heading-3 p
{
    margin-right: 110px;
}

.administration-header-wrapper
{
    background-image: url("../images/inner-page-header.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    margin-bottom: 20px;
    height: 200px;
}

.header-social-icon ul
{
    list-style-type: none;
}

.header-social-icon ul li
{
    display: inline-block;
}

.header-social-icon ul li a
{
    text-decoration: none;
    padding: 5px;
}

.header-social-icon ul li a:hover
{
    text-decoration: none;
}

.header-top-menu ul
{
    list-style-type: none;
    text-align: right;
}

.header-top-menu li
{
    display: inline-block;
    border-left: 1px solid #ffffff;
    line-height: 1em;
    margin-left: 6px;
    padding-left: 9px;
}

.header-top-menu ul li a
{
    text-decoration: none;
    padding: 0 0;
}

.header-top-menu ul li a:hover
{
    background: #0F5CAA;
    border-radius: 5px;
}

.wub-logo
{
    width: 100%;
}

.menu-button
{
    background: #f6f7f9f5;
    color: #fff;
}

header .container
{
    height:100%;
}

    /*MENU*/
    .menu
    {
        margin-top: 30px;
    }

    .primary-menu
    {
        float:right;
        z-index: 999;
    }

    .primary-menu ul li
    {
        float: left;
    }

    .primary-menu ul li a
    {
        text-transform: capitalize;
    }

    .primary-menu ul li ul li ul,
    .primary-menu ul li ul li a:hover,
    .primary-menu ul li ul li a
    {
        background: transparent;
    }

    .primary-menu ul li ul
    {
        background-color: #ffffff;
    }

    .primary-menu ul li ul li ul li:hover a,
    .primary-menu ul li ul li ul li a:hover
    {
        background-color: #b3b4d8;
    }

    .primary-menu ul li a:hover
    {
        background-color: #2e3192;
    }

    ul
    {
        list-style: none;
        margin: 0 0;
        padding: 0 0;
    }

    .primary-menu ul li ul
    {
        display: table;
        opacity: 0;
        background-repeat: no-repeat;
        background-position: right bottom;
        background-size: contain;
        border-bottom: 1px solid #c7c7ce;
        box-shadow: 0 0 1px 0px #c7c7ce;
        top: 25px;
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .primary-menu ul li ul li
    {
        float: none;
        margin-left: 0;
        padding: 10px 12px 0;
    }

    .primary-menu ul li ul li ul
    {
        display: block;
        border: 0;
        box-shadow: 0 0 0 0;
        opacity:1;
        top: auto;
        padding-bottom: 0;
        padding-top: 0;
    }

    .primary-menu ul li ul li ul li
    {
        padding: 0 0;
        position: relative;
    }

    .primary-menu ul li a
    {
        border-radius: 5px;
        padding: 7px 7px;
        font-family: 'OpenSans-SemiBold';
    }

    .primary-menu ul li ul li a
    {
        text-transform: uppercase;
        border-radius: 0;
        border-bottom: 1px solid #000000;
        display: inline-block;
        padding: 0 0 3px;
        margin-bottom: 5px;
    }

    .primary-menu ul li ul li ul li a
    {
        background-image: url("../images/asset.png");
        background-repeat: no-repeat;
        background-position: -249px 8px;
        font-weight: bold;
        border-bottom: none;
        margin-bottom: 0;
        padding: 5px 10px 5px 10px;
        border-bottom: 1px solid #dee0f5;
        display:block;
    }

    .primary-menu ul li ul li ul li.current-item a,
    .primary-menu ul li ul li ul li:hover a,
    .primary-menu ul li ul li ul li a:hover,
    .primary-menu ul li ul li ul li ul li a
    {
        background-image:none;
        background-color: #b3b4d8;
    }


    /*.primary-menu ul li ul li ul li ul
    {
        !*position: absolute;*!
        right: 0;
        !*z-index: 999;
        width: 80%;*!
        padding-left: 15px;
        display: none;
    }*/

    .primary-menu ul li ul li ul li ul
    {
        position: absolute;
        right: 0;
        z-index: 999;
        width: 75%;
        display: none;
    }

    .primary-menu ul li ul li ul li ul li a:hover
    {
        background-color: #898abf;
        transition: 0.5s;
    }
    /*END MENU*/
/*END HEADER*/

/*SUBPAGE*/
.content-details-awards-and-achievements-title li
{
    cursor: pointer;
}

.content-details-awards-and-achievements-title li a:hover
{
    text-decoration: none;
}

.content-title
{
    display: block;
    margin-bottom: 0px;
    position: relative;
    top: -8px;
    text-transform: capitalize;
}

.content-title-bold
{
    display: block;
    margin-bottom: 0px;
    font-family: OpenSans-Regular;
    position: relative;
    top: -8px;
    text-transform: capitalize;
}

.top-blue-bar-join-us-wrapper
{
    background-image: url(../images/top-blue-bar-join-us-wrapper1.2.png);
    background-repeat: no-repeat;
    position: relative;
    bottom: 60px;
    margin-bottom: -161px;
    z-index: 100;
}

.top-blue-bar-join-us
{
    padding: 23px 0px 30px 0px;
}

.top-blue-bar-join-us > .join-us
{
    margin-bottom: 0;
}

.top-blue-bar-join-us p
{
    text-align: center;
}

.top-blue-bar-join-us-buttons
{
    padding: 34px 0px 49px 0px;
}

.page-links
{
    margin-left: 90px;
    margin-right: 65px;
    margin-top: 40px;
}

.page-links a
{
    text-decoration: none;
}

.page-links a:hover img
{
    box-shadow: 0 0 10px 2px #aaaaaa;
    transition:0.5s;
}

.page-links img
{
    width: 100%;
    max-width: 170px;
    border-radius: 12px;
    box-shadow: 5px 5px 10px -5px #bbb;
    border: 1px solid #eeeeee;
    transition:0.5s;
}

.page-links p
{
    text-align: center;
    margin-top: 15px;
    margin-right: 15%;
}

.program-wrapper
{
    margin-top: 40px;
    margin-bottom: 30px;
}

.program-wrapper > .program-heading
{
    margin-bottom: 35px;
    margin-bottom: 15px;
}

.program-wrapper > .program-heading h1
{
    text-align: center;
    margin-bottom: 0;
}

.program-wrapper > .program-heading p
{
    text-align: center;
}

.program-wrapper .program-body img
{
    padding: 0px 0px 15px 0px;
    width: 100%;
    margin-bottom: -68px;
    cursor: pointer;
}

.hv-color
{
    background: none;
    transition: 1s;
}

.hv-color img
{
    transition:1s;
}

.program-wrapper .program-body .hv-color:hover
{
    background: blue;
}

.program-wrapper .program-body .hv-color:hover img
{
    opacity: 0.8;
    transition:1s;
}

.program-wrapper .program-body p
{
    padding: 8px;
    background: #0054a6;
    position: relative;
    margin-bottom: 30px;
}

.notice-board-wrapper
{
    background-image: url("../images/notice-wrapper.png");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    max-height: 690px;
    padding-bottom: 50px;
    padding-top: 50px;
}

.test
{
    background-image: url("../images/notice-wrapper.jpg");
    background-attachment: fixed;
    background-position: center -100px;
    background-repeat: no-repeat;
    background-size: cover;
    max-height: 620px;
    padding-bottom: 50px;
    padding-top: 50px;
    transition-duration: 3s;
}

.test2
{
    background-image: url("../images/notice-wrapper.jpg");
    background-attachment: fixed;
    background-position: center 100px;
    background-repeat: no-repeat;
    background-size: cover;
    max-height: 620px;
    padding-bottom: 50px;
    padding-top: 50px;
    transition-duration: 3s;
}

    /*NOTICE BOARD*/
    .notice-board
    {
        background: #ffffff;
        padding: 15px 25px;
        border-radius: 10px;
        outline: none;
    }

    .notice-board h2
    {
        margin-bottom: 15px;
        text-transform: uppercase;
    }

    .notice-board h2 strong {
        background-image: url(../images/bg-notice-board-part-one-left.png);
        background-repeat: no-repeat;
        background-position: left;
        padding-left: 26px;
        float: left;
        line-height: 60px;
    }

    .notice-board h2 strong span {
        background-image: url(../images/bg-notice-board-part-one-right.png);
        background-repeat: no-repeat;
        background-position: right;
        padding: 0 0;
        padding-right: 6px;
        width: inherit;
        float: none;
        line-height: inherit;
    }

    .notice-board h2 strong span label {
        background-image: url(../images/bg-notice-board-part-one-repeated.png);
        background-repeat: repeat-x;
        margin: 0 0;
        padding: 0 15px;
        color: #ffffff;
    }

    .notice-board h2 strong span label i {
        margin-right: 7px;
        color: #b8e9ff;
        font-size: 1.4rem;
    }

    .notice-board h2 span {
        background-image: url(../images/bg-notice-board-part-two.png);
        background-repeat: no-repeat;
        color: #0072bc;
        padding: 0 0 0 10px;
        width: 205px;
        float: left;
        line-height: 60px;
    }

    .notice-board h2 strong, .notice-board h2 span, .notice-board h2 label {
        display: block;
        height: 64px;
    }

    .notice-board ul
    {
        list-style: none;
    }

    .notice-board li
    {
        background-image: url("../images/asset2.png");
        background-repeat: no-repeat;
        background-position: 0px -144px;
        background-size: 60%;
    }

    .notice-subtitle {
        text-transform: uppercase;
        font-weight: normal;
        display: block;
        margin-bottom: 30px;
    }

    .notice-subtitle i {
        margin-right: 5px;
    }

    .notice-board .youtube-video
    {
        width: 100%;
    }

    .news
    {
        margin-left: 10px;
    }

    .news-title a
    {
        text-decoration: none;
        line-height: 1.4em;
        display: block;
        text-align: justify;
        font-weight: normal;
    }

.news-title h6 {
    margin-bottom: 2px;
}
    /*END NOTICE BOARD*/

.scenic-beauty-wrapper
{
    width: 100%;
}

.scenic-beauty-wrapper video
{
    width: 100%;
}

.scenic-beauty-wrapper .bg-video
{
    max-height: 605px;
    overflow: hidden;
    z-index: -1;
    position: absolute;
    width: 100%;
}

.scenic-beauty-wrapper .video-layout
{
    background-image: url("../images/video-layer.png");
    width: 100%;
    height: 605px;
    opacity: 0.6;
}

.scenic-beauty-wrapper .video-layout h2
{
    text-align: center;
    padding-top: 18%;
}

.wub-text
{
    text-align: center;
}

.wub-text img
{
    width: 720px;
}

.activities-wrapper
{
    margin-bottom: 50px;
}

.news-wrapper
{
    cursor:pointer;
    box-shadow: none;
    border: 1px solid #ddd;
    transition: 0.5s;
}

.news-image
{
    position: relative;
    overflow: hidden;
    height: 145px;
    background: #d5d5d5;
}

.news-image img
{
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border: 0;
}

.news-schedule-information {
    position: absolute;
    bottom: 0;
    right: -22px;
    background-color: #141741;
    padding: 8px 30px;
    opacity: 0.85;
    -moz-transform: skew(-30deg, 0deg);
    -webkit-transform: skew(-30deg, 0deg);
    -o-transform: skew(-30deg, 0deg);
    -ms-transform: skew(-30deg, 0deg);
    transform: skew(-30deg, 0deg);
    border-left: 8px solid #ddd;
    border-top: 2px solid #ddd;
}

.news-schedule-information-innger {
    -moz-transform: skew(30deg, 0deg);
    -webkit-transform: skew(30deg, 0deg);
    -o-transform: skew(30deg, 0deg);
    -ms-transform: skew(30deg, 0deg);
    transform: skew(30deg, 0deg);
    color: #ececec;
    text-transform: uppercase;
}

.activities-body .news-short-details .news-meta-information {
    background: #eeeeee;
    position: absolute;
    bottom: 0;
    padding-left: 5px;
    line-height: normal;
    padding-right: 5px;
    padding-bottom: 2px;
    padding-top: 4px;
    width: 100%;
}

.activities-wrapper .news-wrapper:hover
{
    opacity: 0.8;
    box-shadow: 0 0 10px 2px #aaaaaa;
    transition: 0.5s;
}

.activities-heading
{
    margin-top: 25px;
    margin-bottom: 35px;
    margin-top: 30px;
    margin-bottom: 15px;
}

.activities-heading h2
{
    text-align: center;
    margin-bottom: 0;
}

.activities-heading p
{
    text-align: center;
}

.activities-body .news-image img
{
    width: 100%;
}

.activities-body .news-short-details
{
    height: 225px;
    padding: 25px 0 0;
    position: relative;
}

.news-short-details hr
{
    width: 40px;
    margin: 8px 0px;
    background: #0054a6;
    height: 2px;
    margin-left: 15px;
    margin-right: 15px;
    text-align: left;
}

.news-short-details p
{
    margin-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    height: 55px;
    overflow: hidden;
}

.wub-prospect
{
    margin-bottom: 50px;
}

.wub-prospect h2
{
    text-align: center;
    margin-bottom: 0;
}

.wub-prospect p
{
    text-align: center;
    margin-bottom: 0;
}

.associate-member-wrapper
{
    padding: 60px 0 75px 0;
    background: #eeead994;
    border: 1px solid #ddd;
    margin-bottom: 50px;
}

.associate-member-wrapper h2
{
    text-align: center;
}

.associate-member-wrapper .associate-members
{
    margin-top: 30px;
}

.associate-member-wrapper .member
{
    height: 110px;
    overflow: hidden;
    display: table;
    margin: 0 auto;
    padding: 10px;
    border: 1px solid #b3b4d8;
    box-shadow: none;
    background: none;
    transition: 0.5s;
}

.associate-member-wrapper .member a
{
    display: table-cell;
    vertical-align: middle;
}

.associate-members .member:hover
{
    background: #007bff1c;
    box-shadow: 0 0 10px 2px #007bff1c;
    transition:0.5s;
}

.associate-members .member img
{
    transition: 0.5s;
}

.associate-members .member:hover img
{
    opacity: 0.6;
    transition: 0.5s;
}

.associate-members .read-more
{
    text-align: center;
    margin-top: 40px;
}

.associate-members .read-more a
{
    padding: 7px 10px;
    background: #0054a6;
    border-radius: 5px;
}

.associate-members .read-more a:hover
{
    text-decoration: none;
    border: 1px solid #b5b5b5;
    background: none;
}

.students-say-wrapper-mb
{
    display: none;
}

.students-say-wrapper,
.students-say-wrapper-mb
{
    margin-bottom: 70px;
}

.students-say-wrapper h2,
.students-say-wrapper-mb h2
{
    text-align: center;
}

.students-say-body
{
    margin-top: 60px;
}

.students-say-body img
{
    width: 100px;
    height: 100px;
}

.students-img
{
    text-align: left;
    position: relative;
    float: left;
}

.students-details h2 {
    text-align: right;
    text-transform: uppercase;
    margin-bottom: 0;
}

.students-details p
{
    text-align: justify;
}

.students-details .dept {
    text-align: right;
    margin: 0 0;
}

.students-say-body .carousel-indicators
{
    bottom: -45px !important;
}

.students-say-body .carousel-indicators li
{
    border-radius: 50px;
    width: 10px !important;
    height: 10px !important;
    background-color: #0054a6 !important;
    cursor: pointer;
}

.students-say-body .carousel-indicators li:hover
{
    background: #959595 !important;
}

.students-say-body .carousel-indicators .active
{
    background: #959595 !important;
}

.carousel-control-next,
.carousel-control-prev
{
    position: absolute;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    text-align: center;
    opacity: .3;
}

.carousel-control-prev-icon
{
    background-image: url("../images/left-arrow.png") !important;
}

.carousel-control-next-icon,
.carousel-control-prev-icon
{
    display: inline-block;
    width: 30px;
    height: 30px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
}

.carousel-control-next-icon
{
    background-image: url("../images/right-arrow.png") !important;
}

.students-say-wrapper,
.students-say-wrapper-mb
{
    margin-bottom: 50px;
}

.students-say-wrapper-mb .students-view-all
{
    text-align: center;
    margin-top: 20px;
    width: 100%;
}

.content-image-left,
.content-image-right
{
	display:block;
	border:1px solid #eeeeee;
	padding: 5px;
}

.content-image-left
{
	margin-right: 15px;
	float:left;
}

.content-image-right
{
	margin-left: 15px;
	float:right;
}

    /*NAVIGATION (SIDEBAR)*/
    .navigation
    {
        width: 100%;
    }
	
    .left-menubar,
    .left-submenu
    {
        list-style: none;
        padding: 0;
        margin: 0;
    }
	
    .left-menubar
    {
        border-top: 1px solid #c3cdd8;
    }
	
    .left-menubar > li
    {
        border-bottom: 1px solid #c3cdd8;
    }

    .left-menubar > li > a,
    .left-menubar > li > div
    {
        padding: 9px 0;
        display: block;
        text-decoration: none;
        padding-left: 10px;
        cursor: pointer;
    }

    .left-menubar > li > a span,
    .left-menubar > li > div span
    {
        background-image: url(../images/asset.png);
        background-repeat: no-repeat;
        background-position: 0 2px;
        display: inline-block;
        text-decoration: none;
        position: relative;
        height: 14px;
        width: 14px;
        top: 1px;
    }

    .left-menubar > li > a:hover,
    .left-menubar > li > div:hover
    {
        background: #2e3192;
    }

    .left-menubar > li > a:hover span,
    .left-menubar > li > div:hover span
    {
        background-image: url(../images/asset.png);
        background-repeat: no-repeat;
        background-position: 0 -17px;
        display: inline-block;
        text-decoration: none;
        position: relative;
        height: 14px;
        width: 14px;
        top: 1px;
    }

    .left-submenu
    {
        padding: 0 0 0 0;
        display: none;
        background: #f1f1f1;
        border-top: 1px solid #ccc;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
    }

    .left-submenu  > li > a span
    {
        background-image: url(../images/asset.png);
        background-position: 0 -56px;
        padding: 0 0 0 15px;
    }

    .left-submenu > li > a:hover span
    {
        background-image: url(../images/asset.png);
        background-position: 0 -73px;
    }
	
    .left-submenu li a:hover
    {
        background: #2e3192;
    }
	
    .left-submenu li a
    {
        padding: 7px 0 7px 10px;
        display: block;
        text-decoration: none;
        border-top: 1px solid #ccc;
    }
    /*END NAVIGATION (SIDEBAR)*/

    /*BREADCRUMB*/
    .breadcrumb-wrapper
    {
        width: 100%;
    }
	
    .breadcrumb-wrapper ol
    {
        list-style: none;
    }
	
    .breadcrumb-wrapper ol li
    {
        display: inline-block;
    }

    .breadcrumb-wrapper li a:hover
    {
        text-decoration: none;
    }
    /*END BREADCRUMB*/

    /*CONTROLLER OFFICE PAGE*/
    .profile-view
    {
        margin-top: -10px;
    }
	
    .profile-img
    {
        text-align: center;
    }
	
    .profile-img img
    {
        position: relative;
        margin-left: auto;
        margin-right: auto;
        top: 35px;
        overflow: hidden;
        width: 120px;
        height: 112px;
        box-shadow: 0 0 10px 5px #e3e3e3;
        border-radius: 35px;
        border: 4px solid #efefef;

    }
	
    .details
    {
        padding: 10px 15px;
        height: 160px;
        border-top: 5px solid;
        border-left: 1px solid #eee;
        border-right: 1px solid #eee;
        border-bottom: 10px solid #eee;
    }
	
    .details h6
    {
        text-align: center;
        position: relative;
        top: 29px;
    }
	
    .details p
    {
        text-align: center;
        position: relative;
        top: 20px;
    }

    .administration h1
    {
        text-transform: uppercase;
    }

    .administration hr
    {
        border: 2px solid #179BD7;
        width: 8%;
        padding-top: 0;
        margin-top: 0;
        margin-bottom: 0;
    }

    .mailing-address p
    {
        text-align: center;
        position: relative;
        top: 13px;
        margin-bottom: 0;
    }

    /*CONTROLLER OFFICE PAGE*/
	
    /*HISTORY PAGE*/
    .history-title
    {
        margin-top: 25px;
    }

    .subpagetitle span
    {
        width: 60px;
        height:5px;
        background:#ffffff;
        display:block;
    }

    .history
    {
        text-align: justify;
    }

    .history-img
    {
        background-image:url("../images/img-wub-history.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center bottom;
        width: 100%;
        height: 200px;
        display: table;
        margin: 0 0 30px 0;
    }

    .history-img-wrapper
    {
        background-image:url("../images/bg-department-wrapper.png");
        background-repeat: no-repeat;
        background-position: right bottom;
        width: auto;
        height: 200px;
        display: table;
        padding-right: 152px;
        opacity: 0.9;
    }

    .history-img-inner-wrapper
    {
        background-color: #29bfd3;
        background-position: 0 bottom;
        object-fit: cover;
        height:100%;
        display:table-cell;
        vertical-align: middle;
        padding: 0 0 0 40px;
    }
	
    .main-content
    {
        margin-bottom: 50px;
        margin-top: 40px;
    }

    .subpage
    {
        background-image:url("../images/img-department-history.jpg");
        background-repeat:no-repeat;
        background-position: -55px top;
    }

    .subpage-title-bar hr
    {
        height: 2px;
        width: 40px;
        margin: -6px 0px 25px 0;
        background: #2e3192;
    }
    /*END HISTORY PAGE*/

    /*AWARDS AND ACHIEVEMENT*/
    .content-details-awards-and-achievements-title
    {
        list-style: none;
    }

    .content-details-awards-and-achievements-title li
    {
        margin-bottom: 2px;
    }

    .content-details-awards-and-achievements-title li span
    {
        display: block;
        background-color: #eeeeee;
        padding: 10px 10px 10px 30px;
        border-radius: 3px;
        background-position: 8px -67px;
        background-size: 97%;
        background-image: url("../images/asset.png");
        background-repeat: no-repeat;
    }

    .content-details-awards-and-achievements-box
    {
        background-image:url("../images/bg-award-achievement-content.png");
        background-repeat: no-repeat;
        display: none;
        background-size: 100%;
        padding: 50px;
        height: 415px;
        text-align: center;
        vertical-align: middle;
    }

    .content-details-awards-and-achievements-text
    {
        display: none;
        vertical-align: middle;
    }
    /* END AWARDS AND ACHIEVEMENT */
/*END SUBPAGE*/


/*FOOTER*/
footer
{
    background-color: #010028;
    padding-top: 30px;
    padding-bottom: 30px;
}

footer h3
{
    font-family: OpenSans-SemiBold;
    color: #ffc107;
}


footer p
{
    text-align: justify;
}

footer ul
{
    list-style: none;
}

footer ul li,
footer ul li a,
footer ul li span,
.copy-right p
{
    color: #b3b4d8;
    outline: none;
}

.contact-us ul li I
{
    margin-right: 10px;
}

footer ul li a:link,
footer ul li a:visited
{
    color: #b3b4d8;
    outline: none;
}

footer ul li a:hover
{
    text-decoration: none;
}

footer ul li span
{
    margin-left: 22px;
    display: block;
}

.contact-us i
{
    margin-right: 10px;
}

.footer-top h3:after
{
    background-color: #ffc107;
    content: '';
    display: block;
    height: 2px;
    margin-bottom: 15px;
    padding: 0 0 2px;
    text-align: left;
    width: 40px;
    margin-top: 5px;
}

.contact-us li
{
    margin-bottom: 5px;
}

footer .footer-bottom
{
    border-top: 5px solid #100a33;
    margin-top: 30px;
    padding-top: 30px;
}

.footer-top-box
{
    height: 100%;
}

footer .footer-logo a
{
    display: block;
}

footer .footer-social-icon ul
{
    list-style: none;
    float: right;
    margin-bottom: 10px;
}

footer .footer-social-icon ul li
{
    display: inline-block;
}

footer .footer-social-icon ul li a
{
    margin: 5px;
}

.send-email
{
    float: right;
}

.copy-right
{
    margin-top: 5px;
}

.copy-right p
{
    text-align: right;
}

.copy-right a:hover
{
    text-decoration: none;
}

.send-email .form-group
{
    margin-right: 0px !important;
}

.send-email .subscribe
{
    text-decoration: none;
    padding: 8.5px 18px;
    margin-left: 2px;
    border-radius: 5px;
}

.page-links-items
{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: clip;
    max-width: 180px;
}

.program-body-item
{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: clip;
    max-width: 100%;
}

.news-title-item
{
    overflow: hidden;
    max-height: 40px;
    margin-bottom: 5px;
}

.news-short-details-title
{
    overflow: hidden;
    max-height: 35px;
    padding-left: 15px;
    padding-right: 15px;
    text-transform: uppercase;
}

.news-short-details-description
{
    max-height: 55px;
}

.wub-prospect .title
{
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
}

.wub-prospect .sub-title
{
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
}

.students-details-description {
    text-align: justify;
    margin-top: 15px;
}

.navbaricon{
    display: none;
}
/*END FOOTER*/

/*MEDIA QUERY*/
@media only screen and (max-width: 1199px) and (min-width: 250px)
{
    .primary-menu li a{
        display: block !important;
    }
    .notice-board-wrapper {
        max-height: none;
    }
}

@media only screen and (max-width: 991px) and (min-width: 250px)
{
    #boxes{
        display: inline !important;
    }

    .navbaricon{
        display: inline;
    }

    .mujib100_logo{
        display: inline;
        width: 11% !important;
        margin-left: 10px;
    }

    .header-social-icon,
    .mujib100{
        display: none;
    }

    .ls-nav-prev,
    .ls-nav-next
    {
        display: none !important;
    }

    .navbar .menu-bar
    {
        position: fixed;
        left: 0;
        right: 0;
        background: #e1e1e1;
        width: 100%;
        margin-top: 15px;
    }

    .navbar .menu-bar ul li,
    .navbar .menu-bar ul li a
    {
        width: 100%;
    }

    .navbar .menu-bar ul li a
    {
        font-size: 14px;
        font-family: "OpenSans-Bold";
        color: #404040;
        margin: 20px;
        line-height: 35px;
    }

    .navbar .menu-bar ul li a:hover
    {
        background: #0054a6;
        color: #fff;
    }

    .navbar .menu-bar ul li:hover
    {
        background: #0054a6;
    }

    .navbar .menu-bar ul li:hover a
    {
        color: #fff;
    }

    .navbar .menu-bar ul li ul li:hover
    {
        background: none;
    }

    .navbar .menu-bar ul li ul li ul li a
    {
        line-height: 15px;
    }

    .navbar .menu-bar ul .wub-dropdown::after
    {
        content: ">";
        color: #404040;
        float: right;
        margin-right: 25px;
        font-weight: bold;
    }

    .navbar .menu-bar ul .wub-dropdown:hover::after
    {
        color: #fff;
    }

    .navbar .menu-bar ul li ul li .sub-menu
    {
        position: relative;
        display: block;
    }

    .wub-mega-dripdown-menu,
    .wub-mega-dripdown-menu-single
    {
        position: relative;
        margin-top: 0;
    }

    .column-title
    {
        text-align: left;
    }

    .column-title span
    {
        padding-left: 0px;
    }

    .wub-dropdown:hover .wub-mega-dripdown-menu,
    .wub-dropdown:hover .wub-mega-dripdown-menu-single
    {
        display: block;
        max-height: 700px;
        transition-duration: 5s;
    }

    .wub-mega-dripdown-menu-single
    {
        width: 100%;
        left: 0;
    }

    .menu-bar .wub-dropdown .wub-mega-dripdown-menu .column ul li a,
    .menu-bar .wub-dropdown .wub-mega-dripdown-menu .column-3 ul li a,
    .menu-bar .wub-dropdown .wub-mega-dripdown-menu .column-4 ul li a,
    .menu-bar .wub-dropdown .wub-mega-dripdown-menu .column-6 ul li a,
    .menu-bar .wub-dropdown .wub-mega-dripdown-menu-single .column-12 ul li a
    {
        text-align: left;
    }

    .menu-bar .wub-dropdown .wub-mega-dripdown-menu .column ul li a:hover,
    .menu-bar .wub-dropdown .wub-mega-dripdown-menu .column-3 ul li a:hover,
    .menu-bar .wub-dropdown .wub-mega-dripdown-menu .column-4 ul li a:hover,
    .menu-bar .wub-dropdown .wub-mega-dripdown-menu .column-6 ul li a:hover
    {
        color: #0b2e13;
    }

    .column,
    .column-3,
    .column-4,
    .column-6
    {
        width: 100%;
        padding: 10px 0px;
    }

    .wub-mega-menu li .wub-mega-dripdown-menu li .nav-footer
    {
        display: none !important;
    }

    .mobile-view
    {
        display: none;
    }

    .associate-member-wrapper {
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 767px) and (min-width: 250px)
{
    .news-title p,
    .news-date P,
    .wub-prospect p,
    .associate-members .read-more a,
    .students-details p,
    .column-title,
    .left-menubar > li > a,
    .details p,
    .details a,
    footer p,
    footer ul li a,
    .get-social
    {
        font-size: 11px;
    }

    .header-top-menu ul
    {
        list-style-type: none;
        text-align: left;
    }

    .banner-heading-1
    {
        bottom: 60px;
        padding: 15px 20px 10px 30px;
    }

    .banner-heading-2
    {
        background-image: url(../images/banner-heading-2.1.png);
        right: -17px;
        bottom: 60px;
        padding: 9px 35px 3px 30px;
    }

    .banner-heading-1 h2,
    .banner-heading-2 p
    {
        font-size: 14px !important;
    }

    .banner-heading-3
    {
        display: none;
    }

    /*CHANGE CSS 25/5/2021*/
    .top-blue-bar-join-us-wrapper
    {
        background-position: top;
        bottom: 26px;
        margin-bottom: 0;
        z-index: 0;
    }
    .top-blue-bar-join-us {
        padding: 23px 0px 0px 0px;
    }
    .top-blue-bar-join-us > .join-us {
        font-size: 16px;
        margin-bottom: 0;
    }
    .top-blue-bar-join-us-buttons {
        padding: 0px 0px 0px 0px;
        text-align: center;
    }
    .reason, .btn-apply-now {
        padding: 5px;
        border-radius: 4px;
    }
    .reason, .btn-apply-now {
        font-size: 11px;
    }

    /*CHANGE CSS 25/5/2021*/

    .youtube-video
    {
        display: none;
    }

    .students-say-wrapper
    {
        display: none;
    }

    .students-say-wrapper-mb
    {
        display: inline-block;
    }

    .students-img
    {
        text-align: center;
        position: relative;
        float: none;
    }

    .header-logo
    {
        padding-left: 15px !important;
    }

    .hide-left-menu-xs
    {
        display: none;
    }

    .pad-xs
    {
        padding: 40px;
        margin-top: 0 !important;
    }

    .profile-view
    {
        height: 280px;
    }

    .students-say-wrapper-mb
    {
        display: inline-block;
        width: 100%;
    }

    .notice-board h2 strong{
        background-image: none;
        padding-left: 0;
        float: left;
        line-height: 60px;
    }

    .notice-board h2 strong span label {
        background-image: none !important;
        margin: 0 0;
        padding: 0;
        color: #0072bc;
        font-weight: 800;
    }

    .notice-board h2 strong span label i {
        margin-right: 7px;
        color: #b8e9ff;
        font-size: 1rem;
    }

    .notice-board h2 strong span {
        background-image: none;
        padding: 0 0;
        padding-right: 6px;
        width: inherit;
        float: none;
        line-height: inherit;
    }

    .notice-board h2 span {
        background-image: none;
        color: #0072bc;
        padding: 0;
        width: auto;
        float: left;
        line-height: 60px;
        font-weight: 800;
    }

    .notice-board h2
    {
        padding: 0;
    }

    .news-title-item {
        overflow: hidden;
        max-height: 46px;
        margin-bottom: 5px;
    }

    .campus-content .inner{
        padding: 15px
    }

    .news
    {
        margin-left: 0;
    }

    .notice-board li {
        background-image: none;
    }

    .notice-board h2 {
        margin-bottom: 0px;
    }

    .news-title a
    {
        font-size: 11px;
    }

    .news-wrapper
    {
        margin-bottom: 15px;
    }

    .associate-member-wrapper .member
    {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 1199px) and (min-width: 992px)
{
    .program-wrapper > .program-heading h1,
    .activities-heading h2,
    .wub-prospect h2,
    .associate-member-wrapper h2,
    .students-say-wrapper h2
    {
        font-size: 45px;
    }

    .banner-heading-1 h2,
    .banner-heading-2 p,
    .program-wrapper .program-body p,
    .notice-board h2,
    .nav-footer h2,
    .nav-footer-single h2
    {
        font-size: 20px !important;
    }

    .top-blue-bar-join-us > .join-us,
    .scenic-beauty-wrapper .video-layout h2,
    .administration h1
    {
        font-size: 22px;
    }

    .top-blue-bar-join-us-buttons > .reason,
    .top-blue-bar-join-us-buttons > .btn-apply-now,
    .students-say-wrapper .students-details h2,
    footer h2
    {
        font-size: 16px;
    }

    p,
    .banner-heading-3 p,
    .top-blue-bar-join-us p,
    .page-links p,
    .program-wrapper > .program-heading p,
    .notice-board .more-info a,
    .activities-heading p,
    .news-short-details h2,
    .news-short-details .view-more a,
    .wub-prospect .title,
    .students-details .dept,
    .menu-bar .wub-mega-menu li a,
    .menu-bar .wub-dropdown a,
    .breadcrumb-wrapper ol li
    {
        font-size: 13px;
    }

    p,
    .banner-heading-3 p,
    .top-blue-bar-join-us p,
    .page-links p,
    .program-wrapper > .program-heading p,
    .notice-board .more-info a,
    .activities-heading p,
    .news-short-details h2,
    .news-short-details .view-more a,
    .wub-prospect .title,
    .students-details .dept,
    .menu-bar .wub-mega-menu li a,
    .menu-bar .wub-dropdown a,
    .breadcrumb-wrapper ol li
    {
        font-size: 12px;
    }

    footer ul li,
    footer ul li a,
    footer ul li span,
    .news-date P
    {
        font-size: 0.75rem;
    }

    .primary-menu ul li a
    {
        padding-left: 5px;
        padding-right: 5px;
    }

    .wub-mega-dripdown-menu-single
    {
        width: 65%;
    }

    .banner-heading-2
    {
        padding: 10px 100px 3px 50px;
    }

    .top-blue-bar-join-us-wrapper
    {
        background-image: url(../images/top-blue-bar-join-us-wrapper-1.1.png);
        background-repeat: no-repeat;
        background-size: contain;
        bottom: 70px;
        margin-bottom: -170px;
    }

    .top-blue-bar-join-us
    {
        padding: 15px 0px 30px 70px;
    }

    .top-blue-bar-join-us-buttons
    {
        padding: 18px 0px 130px 0px;
    }

    .top-blue-bar-join-us-buttons > .reason
    {
        padding: 8px;
    }

    .top-blue-bar-join-us-buttons > .btn-apply-now
    {
        padding: 8px;
    }

    .top-blue-bar-join-us-buttons > .reason:hover
    {
        padding: 8px;
    }

    .page-links
    {
        margin-left: 95px;
        margin-right: 80px;
    }

    .page-links img
    {
        max-width: 150px;
    }

    .program-wrapper .program-body p
    {
        padding: 11px;
    }

    .notice-board .youtube-video iframe
    {
        width: 420px;
        height: 300px;
    }

    .notice-board li
    {
        background-position: -286px 2px;
        background-size: 70%;
    }

    .scenic-beauty-wrapper .bg-video
    {
        max-height: 470px;
    }

    .scenic-beauty-wrapper .video-layout
    {
        max-height: 470px;
    }

    .scenic-beauty-wrapper .video-layout h2
    {
        padding-top: 150px;
        font-size: 30px;
    }

    .wub-text img
    {
        width: 600px;
    }

    .news-title-item
    {
        max-height: 50px;
    }

    .news-short-details-title
    {
        max-height: 30px;
    }

    .students-details-description
    {
        height: 0;
    }

    .footer-top-box h3
    {
        font-size: 1.2rem;
    }
}

@media only screen and (max-width: 991px) and (min-width: 768px)
{
    header{
        padding-top: 20px;
    }

    .header-top-menu li {
        display: inline-block;
        border-left: none;
        line-height: 1em;
        margin-left: 10px;
        padding-left: 5px;
    }

    .navbaricon{
        position: absolute;
        right: 35px;
        border: 1px solid #a5a0a0;
        padding: 1px;
        width: 40px;
        text-align: center;
        color: #b3aeae;
        font-size: 18px;
    }

    .menu{
        margin-top: 5px;
    }

    .menu img{
        margin-top: 10px;
    }

    .menu .primary-menu{
        display: none;
        background: #5a5555bd;
        position: absolute;
        box-shadow: 0 0 5px 1px #d0cece94;
        right: 35px;
        width: 80%;
    }

    .menu .primary-menu ul li{
        display: block;
        float: none;
        padding: 5px 0;
        box-shadow: 0 0 1px 0px #c7c7ce;
    }

    .primary-menu ul li a {
        border-radius: 5px;
        padding: 7px 7px;
        font-size: 10px;
        font-weight: bold;
    }

    .menu .primary-menu ul li a:active,
    .menu .primary-menu ul li a:focus,
    .menu .primary-menu ul li a:visited,
    .menu .primary-menu ul li a:hover
    {
        background: none;
    }

    .menu .primary-menu ul li ul{
        display: block;
        background: #5a5555bd;
        background-image: none !important;
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
        box-shadow: 0 0 1px 0px #c7c7ce;
        position: relative !important;
        border-bottom: none;
        left: 0px !important;
        width: 100% !important;
        height: auto !important;
        opacity: 1 !important;
        top: 5px;
        padding-bottom: 0;
        padding-top: 0;
    }

    .menu .primary-menu ul li ul li{
        display: none;
        padding: 10px;
        box-shadow: 0 0 1px 0px #c7c7ce;
    }

    .menu .primary-menu ul li ul li a{
        color: #ffffff;
        text-transform: none;
        border-radius: 0;
        border-bottom: none;
        display: inline-block;
        padding: 0;
        margin-bottom: 0;
    }

    .menu .primary-menu ul li ul li ul{
        background: #5a5555bd;
        background-image: none !important;
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
        box-shadow: 0 0 1px 0px #c7c7ce;
        position: relative !important;
        border-bottom: none;
        left: 0px !important;
        width: 100% !important;
        height: auto !important;
        opacity: 1 !important;
        top: 5px;
        padding-bottom: 0;
        padding-top: 0;
    }

    .primary-menu ul li ul li ul li a {
        background-image: none;
        font-weight: bold;
        border-bottom: none;
        margin-bottom: 0;
        padding: 5px 10px 5px 10px;
        border-bottom: none;
        display: none;
    }

    .menu .primary-menu ul li ul li ul li ul{
        background: #5a5555bd;
        background-image: none !important;
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
        box-shadow: 0 0 1px 0px #c7c7ce;
        position: relative !important;
        border-bottom: none;
        left: 0px !important;
        width: 100% !important;
        height: auto !important;
        opacity: 1 !important;
        top: 5px;
        padding-bottom: 0;
        padding-top: 0;
    }

    .primary-menu ul li ul li ul li ul li a {
        background-image: none;
        font-weight: bold;
        border-bottom: none;
        margin-bottom: 0;
        padding: 5px 10px 5px 10px;
        border-bottom: none;
        display: none;
        background-color: transparent !important;
    }

    .administration h1{
        font-size: 2rem;
    }

    .program-wrapper > .program-heading h1,
    .activities-heading h2,
    .wub-prospect h2,
    .associate-member-wrapper h2,
    .students-say-wrapper h2,
    .students-say-wrapper-mb h2
    {
        font-size: 35px;
    }

    .banner-heading-1 h2,
    .banner-heading-2 p,
    .program-wrapper .program-body p,
    .notice-board h2,
    .nav-footer h2
    {
        font-size: 20px !important;
    }

    .top-blue-bar-join-us > .join-us,
    .program-body p,
    .scenic-beauty-wrapper .video-layout h2
    {
        font-size: 16px;
    }

    .header-top-menu ul li a{
        font-size: 14px;
    }

    p,
    .banner-heading-3 p,
    .top-blue-bar-join-us p,
    .page-links p,
    .program-wrapper > .program-heading p,
    .notice-board .more-info a,
    .activities-heading p,
    .news-short-details h2,
    .news-short-details .view-more a,
    .wub-prospect .title,
    .students-details .dept,
    .menu-bar .wub-mega-menu li a,
    .menu-bar .wub-dropdown a,
    .breadcrumb-wrapper ol li
    {
        font-size: 12px;
    }

    .top-blue-bar-join-us-buttons > .reason,
    .top-blue-bar-join-us-buttons > .btn-apply-now,
    .students-say-wrapper .students-details h2,
    footer h2
    {
        font-size: 12px;
    }

    .news-title p,
    .news-date P,
    .wub-prospect p,
    .students-details p,
    .column-title,
    .left-menubar > li > a,
    .details p,
    .details a,
    footer p,
    footer ul li a,
    .get-social
    {
        font-size: 11px;
    }

    .slider-wrapper li a,
    .news-short-details p,
    .header-social-icon ul li a,
    .column ul li a,
    .column-3 ul li a,
    .column-4 ul li a,
    .column-6 ul li a
    {
        font-size: 11px;
    }

    .news-title a,
    .news-date P,
    .wub-prospect p,
    .associate-members .read-more a,
    .students-details p,
    .column-title,
    .left-menubar > li > a,
    .details p,
    .details a,
    footer p,
    footer ul li a,
    .get-social
    {
        font-size: 11px;
    }

    .header-social-icon ul li a
    {
        padding: 3px;
    }

    .header-top-menu ul li a
    {
        padding: 0px;
    }

    .banner-heading-1
    {
        bottom: 160px;
        padding: 14px 70px 10px 40px;
    }

    .banner-heading-2
    {
        right: -20px;
        bottom: 160px;
        padding: 10px 96px 0px 51px;
    }

    .banner-heading-3
    {
        bottom: 155px;
        padding: 8px 0px 0px 40px;
    }

    .top-blue-bar-join-us-wrapper
    {
        display: none;
    }

    .page-links p
    {
        text-align: center;
        margin-top: 15px;
        margin-right: 0;
    }

    .page-links
    {
        margin-left: 65px;
        margin-right: 65px;
        margin-top: 0;
    }

    .program-wrapper
    {
        margin-top: 0px;
        margin-bottom: 30px;
    }

    .news-wrapper
    {
        margin-bottom: 15px;
    }

    .news-short-details-description
    {
        max-height: 35px;
    }

    .program-wrapper .program-body p
    {
        padding: 8px;
        bottom: -13px;
    }

    .notice-board .youtube-video iframe
    {
        width: 300px;
        height: 200px;
    }

    .notice-board h2
    {
        padding: 5px 30px;
    }

    .notice-board li
    {
        background-position: -285px 2px;
        background-size: 100%;
    }

    .news
    {
        margin-left: 30px;
    }

    .news-wrapper
    {
        margin-bottom: 15px;
    }

    .scenic-beauty-wrapper .bg-video
    {
        max-height: 400px;
    }

    .scenic-beauty-wrapper .video-layout
    {
        max-height: 400px;
    }

    .scenic-beauty-wrapper .video-layout h2
    {
        padding-top: 100px;
        font-size: 30px;
    }

    .wub-text img
    {
        width: 600px;
    }

    .activities-body .news-short-details
    {
        height: 140px;
        margin-bottom: 25px;
    }

    .activities-wrapper
    {
        margin-bottom: 20px;
    }

    .activities-body .news-short-details .news-meta-information {
        bottom: -25px;
    }

    .wub-prospect
    {
        margin-top: 40px;
    }

    .students-say-wrapper{
        display: none;
    }

    .students-say-body
    {
        margin-bottom: 30px;
    }

    .associate-members img
    {
        padding: 5px;
    }

    .students-img
    {
        text-align: center;
        margin-bottom: 10px;
    }

    .students-say-body img
    {
        width: 120px;
        height: 120px;
        margin: 0px 0px 10px 30px;
    }

    .administration-header-wrapper
    {
        height: 185px;
        margin-bottom: 0;
    }

    footer .footer-logo a
    {
        display: block;
        width: 100%;
    }

    .send-email
    {
        float: left;
    }

    .send-email .form-group
    {
        margin-left: 0;
        width: 100%;
    }

    .send-email .mx-sm-3 {
        margin-left: 0 !important;
    }

    .send-email input
    {
        width: 100% !important;
    }

    .send-email button
    {
        width: 100%;
        margin-left: 0;
        margin-top: 5px;
    }

    .footer-social-icon
	{
        float: left;
    }

    .copy-right
    {
        float: left;
    }
}

@media only screen and (max-width: 767px) and (min-width: 576px)
{

    header{
        padding-top: 20px;
    }

    .header-top-menu li {
        display: inline-block;
        border-left: none;
        line-height: 1em;
        margin-left: 0;
        padding-left: 5px;
    }

    .navbaricon{
        position: absolute;
        right: 35px;
        border: 1px solid #a5a0a0;
        padding: 1px;
        width: 33px;
        text-align: center;
        color: #b3aeae;
        font-size: 14px;
    }

    .menu{
        margin-top: 5px;
    }

    .menu img{
        width: 55%;
        margin-top: 10px;
    }

    .menu .primary-menu{
        display: none;
        background: #5a5555bd;
        position: absolute;
        box-shadow: 0 0 5px 1px #d0cece94;
        right: 35px;
        width: 80%;
    }

    .menu .primary-menu ul li{
        display: block;
        float: none;
        padding: 5px 0;
        box-shadow: 0 0 1px 0px #c7c7ce;
    }

    .primary-menu ul li a {
        border-radius: 5px;
        padding: 7px 7px;
        font-size: 10px;
        font-weight: bold;
    }

    .menu .primary-menu ul li a:active,
    .menu .primary-menu ul li a:focus,
    .menu .primary-menu ul li a:visited,
    .menu .primary-menu ul li a:hover
    {
        background: none;
    }

    .menu .primary-menu ul li ul{
        display: block;
        background: #5a5555bd;
        background-image: none !important;
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
        box-shadow: 0 0 1px 0px #c7c7ce;
        position: relative !important;
        border-bottom: none;
        left: 0px !important;
        width: 100% !important;
        height: auto !important;
        opacity: 1 !important;
        top: 5px;
        padding-bottom: 0;
        padding-top: 0;
    }

    .menu .primary-menu ul li ul li{
        display: none;
        padding: 10px;
        box-shadow: 0 0 1px 0px #c7c7ce;
    }

    .menu .primary-menu ul li ul li a{
        color: #ffffff;
        text-transform: none;
        border-radius: 0;
        border-bottom: none;
        display: inline-block;
        padding: 0;
        margin-bottom: 0;
    }

    .menu .primary-menu ul li ul li ul{
        background: #5a5555bd;
        background-image: none !important;
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
        box-shadow: 0 0 1px 0px #c7c7ce;
        position: relative !important;
        border-bottom: none;
        left: 0px !important;
        width: 100% !important;
        height: auto !important;
        opacity: 1 !important;
        top: 5px;
        padding-bottom: 0;
        padding-top: 0;
    }

    .primary-menu ul li ul li ul li a {
        background-image: none;
        font-weight: bold;
        border-bottom: none;
        margin-bottom: 0;
        padding: 5px 10px 5px 10px;
        border-bottom: none;
        display: none;
    }

    .menu .primary-menu ul li ul li ul li ul{
        background: #5a5555bd;
        background-image: none !important;
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
        box-shadow: 0 0 1px 0px #c7c7ce;
        position: relative !important;
        border-bottom: none;
        left: 0px !important;
        width: 100% !important;
        height: auto !important;
        opacity: 1 !important;
        top: 5px;
        padding-bottom: 0;
        padding-top: 0;
    }

    .primary-menu ul li ul li ul li ul li a {
        background-image: none;
        font-weight: bold;
        border-bottom: none;
        margin-bottom: 0;
        padding: 5px 10px 5px 10px;
        border-bottom: none;
        display: none;
        background-color: transparent !important;
    }

    .program-wrapper > .program-heading h1,
    .activities-heading h2,
    .wub-prospect h2,
    .associate-member-wrapper h2,
    .students-say-wrapper h2,
    .students-say-wrapper-mb h2
    {
        font-size: 30px;
    }

    .slider-wrapper
    {
        margin-bottom: 0;
    }

    .banner-heading-1
    {
        bottom: 49px;
    }

    .banner-heading-2
    {
        bottom: 49px;
        padding: 12px 35px 0px 30px;
    }

    .banner-heading-3
    {
        display: none;
    }

    .page-links
    {
        margin-left: 30px;
        margin-right: 0;
        clear: both;
        margin-top: 25px;
    }

    .program-wrapper .program-body p
    {
        padding: 8px;
        bottom: -4px;
        font-size: 22px !important;
    }

    .scenic-beauty-wrapper .bg-video
    {
        max-height: 314px;
    }

    .scenic-beauty-wrapper .video-layout
    {
        max-height: 314px;
    }

    .scenic-beauty-wrapper .video-layout h2
    {
        padding-top: 70px;
        font-size: 20px;
    }

    .activities-body .news-short-details
    {
        height: 170px;
    }

    .news-short-details-description
    {
        max-height: 40px;
    }

    .students-details-description
    {
        height: 100px;
    }

    .wub-text img
    {
        width: 400px;
    }

    .administration-header-wrapper
    {
        height: 185px;
        margin-bottom: 0;
    }

    .send-email
    {
        float: left;
        position: relative;
    }

    .send-email a
    {
        width: 64%;
        margin-top: 5px;
        float: right;
        text-align: center;
    }

    .send-email .form-group
    {
        margin-left: 0;
        width: 100%;
    }

    .send-email .mx-sm-3
	{
        margin-left: 0 !important;
    }

    .send-email input
    {
        width: 100% !important;
    }

    .send-email button
    {
        width: 100%;
        margin-left: 0;
        margin-top: 5px;
    }

    .footer-social-icon{
        float: left;
    }

    footer .footer-logo
    {
        margin-top: 0;
    }

    footer .footer-logo a
    {
        display: block;
        width: 100%;
    }

    .copy-right
    {
        float: left;
    }
}

@media only screen and (max-width: 575px) and (min-width: 414px)
{
    header{
        padding-top: 10px;
    }

    .header-top-menu li {
        display: inline-block;
        border-left: none;
        line-height: 1em;
        margin-left: 0;
        padding-left: 5px;
    }

    .navbaricon{
        position: absolute;
        right: 35px;
        border: 1px solid #a5a0a0;
        padding: 1px;
        width: 33px;
        text-align: center;
        color: #b3aeae;
        font-size: 14px;
    }

    .menu{
        margin-top: 5px;
    }

    .menu img{
        width: 55%;
    }

    .menu .primary-menu{
        display: none;
        background: #5a5555bd;
        position: absolute;
        box-shadow: 0 0 5px 1px #d0cece94;
        right: 35px;
        width: 80%;
    }

    .menu .primary-menu ul li{
        display: block;
        float: none;
        padding: 5px 0;
        box-shadow: 0 0 1px 0px #c7c7ce;
    }

    .primary-menu ul li a {
        border-radius: 5px;
        padding: 7px 7px;
        font-size: 10px;
        font-weight: bold;
    }

    .menu .primary-menu ul li a:active,
    .menu .primary-menu ul li a:focus,
    .menu .primary-menu ul li a:visited,
    .menu .primary-menu ul li a:hover
    {
        background: none;
    }

    .menu .primary-menu ul li ul{
        display: block;
        background: #5a5555bd;
        background-image: none !important;
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
        box-shadow: 0 0 1px 0px #c7c7ce;
        position: relative !important;
        border-bottom: none;
        left: 0px !important;
        width: 100% !important;
        height: auto !important;
        opacity: 1 !important;
        top: 5px;
        padding-bottom: 0;
        padding-top: 0;
    }

    .menu .primary-menu ul li ul li{
        display: none;
        padding: 10px;
        box-shadow: 0 0 1px 0px #c7c7ce;
    }

    .menu .primary-menu ul li ul li a{
        color: #ffffff;
        text-transform: none;
        border-radius: 0;
        border-bottom: none;
        display: inline-block;
        padding: 0;
        margin-bottom: 0;
    }

    .menu .primary-menu ul li ul li ul{
        background: #5a5555bd;
        background-image: none !important;
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
        box-shadow: 0 0 1px 0px #c7c7ce;
        position: relative !important;
        border-bottom: none;
        left: 0px !important;
        width: 100% !important;
        height: auto !important;
        opacity: 1 !important;
        top: 5px;
        padding-bottom: 0;
        padding-top: 0;
    }

    .primary-menu ul li ul li ul li a {
        background-image: none;
        font-weight: bold;
        border-bottom: none;
        margin-bottom: 0;
        padding: 5px 10px 5px 10px;
        border-bottom: none;
        display: none;
    }

    .menu .primary-menu ul li ul li ul li ul{
        background: #5a5555bd;
        background-image: none !important;
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
        box-shadow: 0 0 1px 0px #c7c7ce;
        position: relative !important;
        border-bottom: none;
        left: 0px !important;
        width: 100% !important;
        height: auto !important;
        opacity: 1 !important;
        top: 5px;
        padding-bottom: 0;
        padding-top: 0;
    }

    .primary-menu ul li ul li ul li ul li a {
        background-image: none;
        font-weight: bold;
        border-bottom: none;
        margin-bottom: 0;
        padding: 5px 10px 5px 10px;
        border-bottom: none;
        display: none;
        background-color: transparent !important;
    }

    .col-xs-6
	{
        width: 50%;
    }
    .main-content h1
    {
        font-size: 36px;
    }

    .administration h1
	{
        font-size: 1.6rem;
    }

    .program-wrapper > .program-heading h1,
    .activities-heading h2,
    .wub-prospect h2,
    .associate-member-wrapper h2,
    .students-say-wrapper h2,
    .students-say-wrapper-mb h2
    {
        font-size: 25px;
    }

    p,
    .banner-heading-3 p,
    .top-blue-bar-join-us p,
    .page-links p,
    .program-wrapper > .program-heading p,
    .notice-board .more-info a,
    .activities-heading p,
    .activity-view-all a,
    .students-view-all a,
    .associate-members .read-more a,
    .news-short-details h2,
    .news-short-details .view-more a,
    .wub-prospect .title,
    .students-details .dept,
    .menu-bar .wub-mega-menu li a,
    .menu-bar .wub-dropdown a,
    .breadcrumb-wrapper ol li,
    .notice-board h2
    {
        font-size: 12px;
    }

    .slider-wrapper li a,
    .news-short-details p,
    .header-social-icon ul li a,
    .header-top-menu ul li a,
    .column ul li a,
    .column-3 ul li a,
    .column-4 ul li a,
    .column-6 ul li a
    {
        font-size: 11px;
    }

    .header-social-icon ul li a
    {
        padding: 3px;
    }

    .header-top-menu ul li a
    {
        padding: 3px;
    }

    .banner-heading-3
    {
        display: none;
    }

    .slider-wrapper
    {
        margin-bottom: 0;
    }

    dl, ol, ul
    {
        margin-bottom: 0 !important;
    }

    .banner-heading-1
    {
        bottom: 30px;
        padding: 6px 25px 0px 15px;
    }

    .banner-heading-2
    {
        background-image: url(../images/banner-heading-2.1.png);
        right: -7px;
        bottom: 30px;
        padding: 4px 42px 5px 15px;
    }

    .banner-heading-2 p
    {
        margin-bottom: 0 !important;
    }

    .page-links
    {
        margin-left: 20px;
        margin-right: 20px;
        margin-top: 25px;
    }

    .page-links img
    {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .page-links p
    {
        margin-right: 0;
    }

    .news-short-details-description
    {
        max-height: 35px;
    }

    .activity-view-all
    {
        margin-top: 0px;
    }

    .program-wrapper
    {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .program-wrapper .program-body p
    {
        padding: 6px;
        bottom: -12px;
        font-size: 20px !important;
    }

    .scenic-beauty-wrapper .bg-video
    {
        max-height: 224px;
    }

    .scenic-beauty-wrapper .video-layout
    {
        max-height: 224px;
    }

    .scenic-beauty-wrapper .video-layout h2
    {
        padding-top: 50px;
        font-size: 15px;
    }

    .wub-text img
    {
        width: 350px;
    }

    .activities-body .news-short-details
    {
        height: 170px;
    }

    .associate-members img
    {
        padding: 5px;
    }

    .activities-wrapper ,
    .wub-prospect
    {
        margin-bottom: 25px;
    }

    .students-say-body
    {
        margin-top: 25px;
    }

    .students-details-description
    {
        height: 90px;
    }

    .students-say-body .carousel-indicators
    {
        bottom: -25px !important;
    }

    /*History page*/

    .main-content
    {
        padding: 20px;
    }

    .administration-header-wrapper
    {
        height: 165px;
        margin-bottom: 0;
    }

    .history-img
    {
        display: none;
    }

    .history-title
    {
        margin-top: 0;
    }

    /*History page*/

    footer .footer-social-icon ul,
    .send-email,
    .copy-right p
    {
        float: left;
    }

    footer .footer-logo
    {
        margin-top: 30px;
    }

    footer .footer-logo a
    {
        display: block;
        width: 80%;
    }

    footer .footer-social-icon ul
    {
        margin-top: 15px;
        margin-left: 5px;
    }

    .send-email
    {
        margin-top: 15px;
        margin-left: 5px;
    }

    .send-email .subscribe
    {
        position: relative;
        display: block;
        margin-top: 5px;
        margin-left: -1px;
        text-align: center;
    }

    footer .footer-top
    {
        margin-top: 0px;
    }

    footer h2
    {
        margin-top: 15px;
    }

    .form-group
    {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 413px) and (min-width: 250px)
{
    header{
        padding-top: 10px;
    }

    .header-top-menu li {
        display: inline-block;
        border-left: none;
        line-height: 1em;
        margin-left: 0;
        padding-left: 0px;
    }

    .navbaricon{
        position: absolute;
        right: 18px;
        border: 1px solid #a5a0a0;
        padding: 1px;
        width: 33px;
        text-align: center;
        color: #b3aeae;
        font-size: 14px;
    }

    .menu{
        margin-top: 5px;
    }

    .menu img{
        width: 50%;
    }

    .menu .primary-menu{
        display: none;
        background: #5a5555bd;
        position: absolute;
        box-shadow: 0 0 5px 1px #d0cece94;
        right: 35px;
        width: 70%;
    }

    .menu .primary-menu ul li{
        display: block;
        float: none;
        padding: 5px 0;
        box-shadow: 0 0 1px 0px #c7c7ce;
    }

    .primary-menu ul li a {
        border-radius: 5px;
        padding: 7px 7px;
        font-size: 10px;
        font-weight: bold;
    }

    .menu .primary-menu ul li a:active,
    .menu .primary-menu ul li a:focus,
    .menu .primary-menu ul li a:visited,
    .menu .primary-menu ul li a:hover
    {
        background: none;
    }

    .menu .primary-menu ul li ul{
        display: block;
        background: #5a5555bd;
        background-image: none !important;
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
        box-shadow: 0 0 1px 0px #c7c7ce;
        position: relative !important;
        border-bottom: none;
        left: 0px !important;
        width: 100% !important;
        height: auto !important;
        opacity: 1 !important;
        top: 5px;
        padding-bottom: 0;
        padding-top: 0;
    }

    .menu .primary-menu ul li ul li{
        display: none;
        padding: 10px;
        box-shadow: 0 0 1px 0px #c7c7ce;
    }

    .menu .primary-menu ul li ul li a{
        color: #ffffff;
        text-transform: none;
        border-radius: 0;
        border-bottom: none;
        display: inline-block;
        padding: 0;
        margin-bottom: 0;
    }

    .menu .primary-menu ul li ul li ul{
        background: #5a5555bd;
        background-image: none !important;
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
        box-shadow: 0 0 1px 0px #c7c7ce;
        position: relative !important;
        border-bottom: none;
        left: 0px !important;
        width: 100% !important;
        height: auto !important;
        opacity: 1 !important;
        top: 5px;
        padding-bottom: 0;
        padding-top: 0;
    }

    .primary-menu ul li ul li ul li a {
        background-image: none;
        font-weight: bold;
        border-bottom: none;
        margin-bottom: 0;
        padding: 5px 10px 5px 10px;
        border-bottom: none;
        display: none;
    }

    .menu .primary-menu ul li ul li ul li ul{
        background: #5a5555bd;
        background-image: none !important;
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
        box-shadow: 0 0 1px 0px #c7c7ce;
        position: relative !important;
        border-bottom: none;
        left: 0px !important;
        width: 100% !important;
        height: auto !important;
        opacity: 1 !important;
        top: 5px;
        padding-bottom: 0;
        padding-top: 0;
    }

    .primary-menu ul li ul li ul li ul li a {
        background-image: none;
        font-weight: bold;
        border-bottom: none;
        margin-bottom: 0;
        padding: 5px 10px 5px 10px;
        border-bottom: none;
        display: none;
        background-color: transparent !important;
    }

    .page-links{
        margin-top: 0;
    }

    .administration h1
    {
        font-size: 1.2rem
    }

    .program-wrapper > .program-heading h1,
    .activities-heading h2,
    .wub-prospect h2,
    .associate-member-wrapper h2,
    .students-say-wrapper h2,
    .students-say-wrapper-mb h2
    {
        font-size: 20px;
    }

    .banner-heading-1 h2,
    .banner-heading-2 p,
    .page-links p,
    .program-wrapper .program-body p,
    .notice-board h2,
    .nav-footer h2
    {
        font-size: 12px !important;
    }

    .main-content p,
    footer ul li a
    {
        font-size: 11px;
    }

    p,
    .banner-heading-3 p,
    .top-blue-bar-join-us p,
    .program-wrapper > .program-heading p,
    .notice-board .more-info a,
    .activities-heading p,
    .news-short-details h2,
    .news-short-details .view-more a,
    .wub-prospect .title,
    .students-details .dept,
    .menu-bar .wub-mega-menu li a,
    .menu-bar .wub-dropdown a,
    .breadcrumb-wrapper ol li,
    .news-title a,
    .news-date P,
    .wub-prospect p,
    .activity-view-all a,
    .students-view-all a,
    .associate-members .read-more a,
    .students-details p,
    .column-title,
    .left-menubar > li > a,
    .details p,
    .details a,
    footer p,
    .get-social,
    .slider-wrapper li a,
    .news-short-details p,
    .header-social-icon ul li a,
    .header-top-menu ul li a,
    .column ul li a,
    .column-3 ul li a,
    .column-4 ul li a,
    .column-6 ul li a
    {
        font-size: 8px;
    }

    header
    {
        margin-top: 0px;
    }

    .header-top-menu ul li a
    {
        padding: 2px;
    }

    .header-top-menu span
    {
        font-size: 7px;
        padding-left: 1px;
        padding-right: 1px;
    }

    .header-social-icon ul li a
    {
        padding: 0px;
    }

    .navbar-toggler-icon
    {
        width: 1em;
        height: 1em;
    }

    dl, ol, ul
    {
        margin-bottom: 0rem;
    }

    .mt-4, .my-4
    {
        margin-top: 0.1rem!important;
    }

    .slider img
    {
        min-height: 0px;
    }

    .banner-heading-1,
    .banner-heading-2
    {
        display: none;
    }

    .page-links p
    {
        margin-right: 0;
    }

    .page-links
    {
        margin-left: 0;
        margin-right: 0;
    }

    .page-links img
    {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }

    .news-short-details-description
    {
        max-height: 22px;
    }

    .activity-view-all
    {
        margin-top: 0px;
        margin-bottom: 20px;
    }

    .program-wrapper
    {
        margin-top: 20px;
    }

    .program-wrapper .program-body p
    {
        padding: 10px;
        font-size: 12px !important;
        margin-bottom: 15px;
        margin-top: 16px;
    }

    .notice-board li
    {
        background-position: -25px 5px;
    }

    .scenic-beauty-wrapper .bg-video
    {
        max-height: 132px;
    }

    .scenic-beauty-wrapper .video-layout
    {
        height: 132px;
    }

    .activities-body .news-short-details
    {
        height: 140px;
    }

    .test
    {
        max-height: 640px;
    }

    .scenic-beauty-wrapper .video-layout h2
    {
        padding-top: 25px;
        font-size: 10px !important;
    }

    .wub-prospect .col-sm-12
    {
        margin-bottom: 25px !important;
    }

    .wub-text img
    {
        width: 215px;
    }

    .associate-members img
    {
        padding: 10px;
        margin: 10px;
    }

    .students-details-description
    {
        height: 65px;
    }

    .students-say-body
    {
        margin-top: 25px;
    }

    .students-say-wrapper,
    .students-say-wrapper-mb
    {
        margin-bottom: 30px;
    }

    .students-say-body .carousel-indicators
    {
        bottom: -30px !important;
    }

    .footer-social-icon
    {
        float: left;
    }

    .send-email
    {
        float: left;
    }

    .send-email button
    {
        width: 100%;
        margin-top: 5px;
        margin-left: 0;
    }

    .copy-right
    {
        float: left;
    }

    .copy-right p
    {
        text-align: center;
    }

    .activities-wrapper,
    .wub-prospect
    {
        margin-bottom: 10px;
    }

    /*History page*/
    .main-content
    {
        padding: 20px;
    }

    .administration-header-wrapper
    {
        height: 125px;
        margin-bottom: 0;
    }

    .history-img
    {
        display: none;
    }

    .history-title
    {
        margin-top: 0;
    }
    /*History page*/

    footer .footer-logo
    {
        margin-top: 30px;
    }

    footer .footer-logo a
    {
        display: block;
        width: 80%;
    }

    footer .footer-social-icon ul
    {
        margin-top: 15px;
        margin-left: 5px;
    }

    .send-email
    {
        margin-top: 15px;
    }

    .send-email .subscribe
    {
        position: relative;
        display: block;
        margin-top: 5px;
        margin-left: -1px;
        text-align: center;
    }

    .form-group
    {
        margin-bottom: 0;
        width: 100%;
    }

    footer .footer-top
    {
        margin-top: 0px;
    }

    footer h2
    {
        margin-top: 15px;
    }
}
/*END MEDIA QUERY*/