/*----------------------------------------------------------------------------------------------------
The theme has been designed and developed by:
M. Tauhedul Amin
SoftBD Ltd.
Address : 15th Floor, 52/1 Hasan Holdings Limited, New Eskaton Road, Dhaka 1000
email: info@soft-bd.com, tauhedul.softbdltd@gmail.com
web: http://soft-bd.com/
-----------------------------------------------------------------------------------------------------*/
* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Poppins", sans-serif;
    color: #111;
    background: #fff;
}

a, a:hover, a:active, a:focus {
    text-decoration: none;
}
ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style: none;
}

/* Button CSS*/
.btn-course-search:hover, .btn-apply-now:hover {
    color: #fff;
    background: #004d40;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

/* End Button CSS*/
/*=====Fonts=========*/
/*@font-face {
  font-family: 'Kalpurush';
  src: url('fonts/Kalpurush.eot');
  src: url('fonts/Kalpurush.woff2') format('woff2'),
       url('fonts/Kalpurush.woff') format('woff'),
       url('fonts/Kalpurush.ttf') format('truetype'),
       url('fonts/Kalpurush.svg#Kalpurush') format('svg'),
       url('fonts/Kalpurush.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}*/

section.header {
    background-color: #fff;
    /*box-shadow: 0 4px 20px rgba(0,0,0,.25);*/
    position: relative;
    z-index: 5;
}

.section-title {
    color: #163269;
    font-size: 28px;
}

.section-sub-title {
    color: #232F3E;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 50px;
}

/* Top Menu */
.top-info ul {
    margin: 0;
    padding: 0;
    text-align: left;
}

.top-info ul li {
    display: inline-block;
    border: 0;
    padding: 10px 20px 0 0;
}

.top-info ul li a {
    color: #96a2b8;
    font-size: 15px;
}

.top-menu-wrap {
    background: #2d559f;
    width: 100%;
}

.top-menu ul {
    margin: 0;
    padding: 0;
}
.top-menu > ul > li{border-right: 1px solid #fff;}
.top-menu ul li {
    display: inline;
}

.top-menu ul li:last-child {
    border: none
}

.top-menu ul li a {
    color: #fff;
    padding: 10px;
    display: inline-block;
    font-size: 14px;
}

.top-menu ul li a:hover, .sf-menu > li > .sub-menu a:hover, .sf-menu > li > .sub-menu .current-menu-item > a, .sf-menu > li > .sub-menu .current-menu-ancestor > a, .sf-menu > .kingster-mega-menu > .sf-mega a:hover, .sf-menu > .kingster-mega-menu > .sf-mega .current-menu-item > a, .sf-vertical > li > .sub-menu a:hover, .sf-vertical > li > .sub-menu .current-menu-item > a, .sf-vertical > li > .sub-menu .current-menu-ancestor > a {
    background: #004d40;
    color: #fff;
}

li.active a {
    background: #004d40;
}

#kingster-top-bar-menu {
    float: right
}

/*#kingster-top-bar-menu .sf-mega{width: 800px;left: 0}*/
#kingster-top-bar-menu .sf-menu > .kingster-mega-menu .sf-mega-section-inner {
    padding: 25px 10px 25px !important;
}

#kingster-top-bar-menu .kingster-navigation .sf-menu > .kingster-mega-menu .sf-mega-section-inner > a {
    padding: 0 8px
}

#kingster-top-bar-menu .kingster-navigation .sf-menu > .kingster-mega-menu .sf-mega-section-inner .sub-menu a {
    padding: 4px
}
/* Tr Menu */
.navbar-brand > img {
    height: 46px;
    margin-top: -7px;
    float: left;
}

.tr-menu {
    width: 100%;
    /*display: inline-block;*/
}

.tr-menu .navbar-default {
    background: transparent;
    margin-bottom: 0;
    border: 0;
    border-radius: 0;
    min-height: 70px;
}

.tr-menu .container {
    position: relative;
}

.navbar-brand {
    position: absolute;
    z-index: 99999;
    padding: 0;
    height: inherit;
    transition: inherit !important;
}

.navbar-brand.logo > img {
    height: 60px;
    float: left;
    margin-top: 5px;
}

.navbar-fixed-top .navbar-brand.logo,
.navbar-brand.logo-2 {
    display: none;
}

.navbar-fixed-top .navbar-brand.logo-2 {
    display: block;
    top: 0;
}

.navbar-fixed-top .navbar-brand > img {
    margin-top: 1px;
}

.navbar-collapse {
    padding: 0;
}

.tr-menu .navbar-nav {
    margin: 20px 0px -5px 0px;
}

.navbar-collapse {
    overflow: hidden;
}

.tr-menu .navbar-nav li {
    padding-left: 20px;
}

.tr-menu .navbar-nav li a {
    font-weight: 500;
    display: block;
    font-size: 16px;
    line-height: 16px;
    font-family: "Poppins", sans-serif;
    color: #163269;
}

.tr-menu .navbar-nav > li > a {
    padding: 12px 2px 22px;
    border-radius: 0px;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav li a:hover,
.navbar-default .navbar-nav li a:focus {
    background-color: #fff;
    border-bottom: 5px solid #004d40;
    color: #004d40;
}

.navbar-default.navbar-fixed-top .navbar-nav > .active > a,
.navbar-default.navbar-fixed-top .navbar-nav > .active > a:focus,
.navbar-default.navbar-fixed-top .navbar-nav > .active > a:hover,
.navbar-default.navbar-fixed-top .navbar-nav li a:hover,
.navbar-default.navbar-fixed-top .navbar-nav li a:focus {
    /*background-color: #272727;
    color:#ffffff;*/
}

.navbar-default .navbar-toggle {
    background-color: transparent;
    border-color: #fff;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

#mainmenu.navbar-right {
    margin-right: 0px;
}

/*Dropdown CSS*/

.tr-dropdown {
    position: relative;
}

.tr-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    padding: 0;
    list-style: none;
    min-width: 300px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, .1);
    z-index: 9999;
    display: none;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
}

.tr-dropdown-menu li a {
    padding: 10px 20px 8px;
    background-color: #EEEEEE;
    color: #ffffff;
}

.tr-dropdown-menu li {
    margin-top: 1px;
    border-bottom: 0px;
}

.navbar-nav .tr-dropdown-menu li.active a,
.navbar-nav .tr-dropdown-menu li a:hover {
    background-color: #272727;
}

.nav.navbar-nav > li:hover > .tr-dropdown-menu {
    display: block;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation: fadeInUp 400ms;
    -moz-animation: fadeInUp 400ms;
    -ms-animation: fadeInUp 400ms;
    -o-animation: fadeInUp 400ms;
    animation: fadeInUp 400ms;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.tr-menu .navbar-default.navbar-fixed-top {
    /*background: rgba(61, 127, 251, 0.92);*/
    background: #ffffff;
    min-height: 40px;
    -webkit-box-shadow: 0 1px 9px 1px rgba(25, 47, 89, 0.42);
    -moz-box-shadow: 0 1px 9px 1px rgba(25, 47, 89, 0.42);
    box-shadow: 0 1px 9px 1px rgba(25, 47, 89, 0.42);
}

.tr-menu .navbar-fixed-top .navbar-nav li {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.tr-menu .navbar-fixed-top .navbar-nav li a {
    line-height: 30px;
    border-radius: 0px;
}

.tr-menu .navbar-fixed-top .navbar-nav {
    margin: 0px;
}

.tr-menu .navbar-fixed-top .navbar-nav > li > a {
    padding: 12px 0px 8px;
}

.kingster-logo-inner {
    max-width: 275px;
}

/*End Drpdown Menu CSS*/

/* Tr Home Slider */
.tr-home-slider {
    background-color: transparent;
    top: 0;
    width: 100%;
    z-index: 1;
    margin-top: -2px;
}

#home-carousel {
    position: relative;
}

.slider-blur {
    background: url("images/banner-blur.png");
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-attachment: fixed;
}

.tr-home-slider .item {
    background-color: #cbd2ca;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 500px;
}

.carousel-control.left, .carousel-control.right {
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    filter: none;
}

.tr-home-slider .carousel-control {
    display: none;
}

.tr-home-slider:hover .carousel-control {
    display: block;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    width: 40px;
    height: 40px;
    margin-top: -10px;
    font-size: 15px;
    padding-top: 12px;
    background-color: rgba(0, 0, 0, 0.47);
    border-radius: 40px;
    -moz-transition: all 900ms;
    -o-transition: all 900ms;
    -webkit-transition: all 900ms;
    -ms-transition: all 900ms;
    transition: all 900ms;
}

.item-content {
    display: table;
    width: 100%;
    height: 450px;
}

.tr-middle {
    display: table-cell;
    vertical-align: middle;
}

.slider-info {
    color: #fff;
    line-height: 24px;
    font-weight: 300;
    display: inline-block;
    margin-top: -130px;
    position: absolute;
}

.slider-info h1 {
    /*font-size: 35px;
    margin-top: 0;
    animation-delay: 0.50s;
    -webkit-animation-delay: 0.50s;
    margin-bottom: 0;
    padding: 15px 20px;
    color: #ffffff;
    font-weight: normal;
    background: #192F59;
    text-transform: uppercase;*/
}

.slider-info h1 {
    padding: 15px 20px;
    background: #192F59;
    text-transform: uppercase;
    z-index: 7;
    white-space: nowrap;
    font-size: 60px;
    line-height: 60px;
    color: rgb(255, 255, 255);
    letter-spacing: 0px;
    font-family: "Playfair Display";
    visibility: inherit;
    transition: none 0s ease 0s;
    text-align: inherit;
    border-width: 0px;
    opacity: 1;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform-origin: 50% 50% 0px;
}

.slider-info h3 {
    /*font-size: 35px;
    margin-top: 0;
    margin-bottom: 10px;
    animation-delay: 0.60s;
    -webkit-animation-delay: 0.60s;
    font-family: "Playfair Display";*/
    margin-bottom: 10px;
    z-index: 5;
    white-space: nowrap;
    font-size: 32px;
    line-height: 32px;
    font-weight: 300;
    color: rgb(255, 255, 255);
    letter-spacing: 0px;
    visibility: inherit;
    transition: none 0s ease 0s;
    text-align: inherit;
    border-width: 0px;
    opacity: 1;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform-origin: 50% 50% 0px;
}

.slider-info p {
    animation-delay: 0.70s;
    -webkit-animation-delay: 0.70s;
}

.slider-info .button {
    animation-delay: 0.80s;
    -webkit-animation-delay: 0.80s;
}

.slider-info .btn-primary {
    margin-top: 35px;
}

.feature-count-area {
    background: #192F59;
}

.feature-count {
    /*background: #ffffff;*/
    overflow: hidden;
    padding: 10px;
}
.right-border{border-right: 1px solid #bcbcbc;}
.feature-single-box {
    /*border-right: 1px solid #bcbcbc;*/
    display: inline-block;
    width: 100%;
    margin: 5px 0;
}

.feature-single-box.last {
    border-right: 0px solid #bcbcbc;
}

.feature-count-area .left-icon {
    /*width: 50px;*/
    width: 100%;
    float: left;
    font-size: 30px;
    /*margin-left: 10px;*/
    margin-top: 5px;
    text-align: center;
}

.feature-count .left-icon .fa {
    color: #FFFFFF
}

.feature-count-area .right-box-content {
    /*width: calc(100% - 60px);*/
    font-size: 14px;
    text-align: center;
    /*float: left;*/
}

.feature-count-area .right-box-content h3 {
    font-size: 20px;
    color: #FFFFFF;
    margin: 11px 0;
}

.feature-count-area .right-box-content p {
    color: #bcbcbc;
    margin-bottom: 0;
}

.latest-news-marquee {
    position: relative;
    /*width: 675px;*/
    width: 705px;
    z-index: 1;
}

.latest-news-marquee marquee a {
    color: #ffffff;
    font-size: 16px;
    line-height: 45px;
    text-transform: uppercase;
}

/* End Slider secttion */
/* search-course Section */
.padLeft1p{padding-left: 1px}
.padRight1p{padding-right: 1px}
.box-content{
    padding: 10px;
    border: 1px solid #192e59;
    min-height: 165px;
    margin-bottom: 2px;
    -webkit-transition: background .1s; /* For Safari 3.1 to 6.0 */
    transition: background .1s;

}
.box-content:hover{
    background: #192e59;
}
.box-content:hover h3, .box-content:hover p{color: #ffffff}
.box-content h3{font-size: 20px;margin: 12px 0;}
.box-content p{margin-bottom: 0}
.icon-wrap img.icon {
    height: 50px;
}

.course-search h3 {
    text-transform: uppercase;
    color: #3b4b6b;
    font-weight: bold;
    margin-top: 0;
}

.course-search ul li {
    width: 50%;
    float: left;
    padding-left: 10px;
    margin-top: 10px;
}

.course-search .form-control {
    background: #3b4b6b;
    color: #ffffff;
    height: 40px;
}

.btn-course-search {
    width: calc(100% - 10px);
    background: #004d40;
    margin-top: 20px !important;
    margin-left: 10px !important;
    color: #fff;
}

.course-search select {
    color: #b1c0e0;
    font-size: 14px;
    width: 100%;
    border: 0px;
    height: auto;
    line-height: 1.7;
    background: transparent;
    outline: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.ewu-course-form-combobox {
    position: relative;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.ewu-course-form-combobox:after {
    font-family: fontAwesome;
    content: "\f107";
    font-size: 20px;
    line-height: 20px;
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -10px;
    pointer-events: none;
    color: #b1c0e0;
}

/* Notice and notice service section*/
section#notice-section {
    padding: 65px 0;
}

.student-life {
    position: relative;
    color: #fff;
    font-size: 16px;
    font-style: italic;
    text-align: center;
}

.student-life h3 {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 5px;
}

a.video-link span {
    font-size: 30px;
    color: #fff;
}

.centered-div {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.student-life .centered-div {
    color: #fff;
}

.student-life p {
    color: #ffffff
}

ul.notice-service-list li {
    display: inline-block;
    width: 25%;
    float: left;
    text-align: center;
    border-right: 1px solid #d8d8d8;
}

ul.notice-service-list li:last-child {
    border-right: 0;
}

ul.notice-service-list h3 {
    font-weight: bold;
}

ul.notice-service-list p {
    color: #262626;
    font-size: 16px;
}

.notice-carousel-wrap h3 {
    /*background: #FFAB0B;
    padding: 10px;
    color: #fff;
    font-size: 18px;*/
    display: inline;
    font-size: 16px;
}

.notice-carousel .slick-next, .our-achieved .slick-next, .conference-carousel .slick-next{
    top: -30px;
    right: 0;
    border: 1px solid #192e59;
    width: 35px;
}
.notice-carousel .slick-prev, .our-achieved .slick-prev, .conference-carousel .slick-prev {
    top: -30px;
    border: 1px solid #192e59;
    width: 35px;
}
.notice-carousel .slick-prev{left: 86%;}
.conference-carousel .slick-prev{left: 86%;}
.our-achieved .slick-prev {left: 93%;}
.notice-carousel>button:before,.our-achieved>button:before,.conference-carousel>button:before{
    font-size: 20px;
    line-height: 8px;
    opacity: 1;
}
.notice-carousel>button:hover,.our-achieved>button:hover,.conference-carousel>button:hover{background: #192e59}
.notice-carousel>button:hover::before,.our-achieved>button:hover::before,.conference-carousel>button:hover::before{color: #ffffff}
ul.notice-carousel li a {
    /*border-bottom: 1px solid #CBCBCB;*/
    margin-bottom: 5px;
    display: inline-block;
    color: #000;
}

ul.notice-carousel li {
    text-align: left;
}

.slick-dots li button:before {
    font-size: 45px;
}
.slick-prev:before, .slick-next:before{color: #192F59}
.notice-carousel-wrap .tab-content tr td:first-child{text-align: left;padding-left: 10px;}
.notice-carousel-wrap .tab-content tr td{width: 179px;}
/* End Notice and notice service section*/
/*Our Event */
.pb-calendar {
    color: #959da6;
    background: #dddddd;
    padding: 20px;
    padding-bottom: 35px;
    height: 500px;
}

.pb-calendar .top-frame {
    margin-bottom: 20px;
}

.pb-calendar .top-frame > .year-month-frame {
    font-size: 30px;
    line-height: 25px;
}

.pb-calendar > .calendar-head-frame > .row > .col, .pb-calendar > .calendar-body-frame > .row > .col {
    vertical-align: middle;
    font-size: 18px;
    line-height: 15px;
    border: 2px solid #dddddd;
    background: #ffff;
    width: 100%;
    height: 46px;
}
.pb-calendar > .calendar-head-frame > .row > .col > .schedule-dot-list > .schedule-dot-item, .pb-calendar > .calendar-body-frame > .row > .col > .schedule-dot-list > .schedule-dot-item{ margin-top: -5px;}
.pb-calendar .top-frame > .control-frame > .control-btn > .icon {
    height: 20px;
}

.pb-calendar .top-frame > .control-frame > .control-btn + .control-btn {
    margin-left: 15px;
}

.pb-calendar .row.row-day div:nth-child(0) {
    background: #43c413;
}

.our-event {
    background: #dddddd;
    padding: 16px 20px;
    display: inline-block;
    margin-bottom: 5px;
    /*box-shadow: 0 8px 16px 0 rgba(40,40,90,.09), 0 3px 6px 0 rgba(0,0,0,.065);*/
    /*-webkit-box-shadow: 10px 10px 3px -6px rgba(175,175,175,0.68);
    -moz-box-shadow: 10px 10px 3px -6px rgba(175,175,175,0.68);
    box-shadow: 10px 10px 3px -6px rgba(175,175,175,0.68);*/
}

.our-event:hover .event-date {
    background: #ff0000;
}

.our-event:hover a.btn-join-now {
    color: #fff;
    background: #4B88FA;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.event-image {
    width: 200px;
    height: 200px;
    float: left;
    position: relative;
}

.event-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.event-content {
    width: calc(100% - 100px);
    float: left;
    padding: 0 0 0 20px;
    text-align: justify;
}

.event-content h3 {
    /*font-size: 18px;*/
    font-size: 17px;
    color: #1b2d41;
    margin: 0 0 3px;
}

.event-date {
    position: absolute;
    background: #008000;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    padding: 10px;
    font-size: 16px;
    bottom: 0;
    right: 0;
}
.event-date .day{
    font-size: 28px;
    font-weight: 500;
}
.location {
    color: #555555;
}

.location i {
    color: #28394b;
    font-size: 20px;
}

a.btn-join-now {
    /*background: #004d40;*/
    background: #2d3e50;
    color: #fff;
    padding: 5px 10px;
    margin-top: 5px;
}

/* End Our Event */
/* Video Section */
#video-section {
    background: url("images/video-section-bd.png") no-repeat center center;
    width: 100%;
    height: 500px;
    text-align: center;
}

.video-content {
    position: relative;
}

.video-content .video-section-link {
    font-size: 70px;
    color: #fff;
    margin-bottom: 16px;
    display: inline-block;
}

.video-content h1 {
    text-transform: uppercase;
    color: #fff;
    margin-top: 160px;
    font-size: 45px;
}

/* End Our Event */
/* News section */
.news-carousel li {
    padding: 0 5px;
}

.news-photo {
    position: relative;
    vertical-align: middle
}

.news-photo > img {
    width: 100%;
    height: 230px;
}

.news-wrap {
    position: relative;
}
.news-wrap-height{
    height: 460px;
}
.floatingNewsHead{
    position: absolute;
    bottom: 0;
    color: #fff;
    width: 100%;
    height: 55px;
    margin-bottom: 0;
    background: #182e59;
    opacity: 0.8;
}
.news-photo h4{
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 0;
    padding: 12px 10px;
    z-index: 1;
}
.news-wrap .program-name {
    /*position: absolute;
    bottom: 0;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5); !* Black see-through *!
    width: 100%;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;*/
    /*transition: 0.3s;*/
    /*transition-property: opacity, left; */
    /*transition-property: opacity, right, bottom, height;*/
    /*opacity: 1;
    color: white;
    font-size: 20px;
    padding: 20px;
    text-align: center;
    margin: 0;*/
}

/*.hvrbox .hvrbox-layer_slideup {
    -moz-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}

.hvrbox:hover .hvrbox-layer_slideup,
.hvrbox.active .hvrbox-layer_slideup {
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}*/

.news-wrap:hover .program-name {
    /*top: 0 !important;*/
    /*transform: translate(0,-100%);*/
}

.news-wrap .program-short-desc.homenews p {
    min-height: 50px;
    line-height: 17px;
    margin: 0;
    font-size: 12px;
}

.news-col .news-date-wrap {
    width: 100px;
    line-height: 20px;
    vertical-align: middle;
}

.news-date-wrap {
    background-color: #182e59;
    opacity: 0.92;
    width: 70px;
    color: #fff;
    font-weight: 500;
    line-height: 16px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.news-wrap .btn {
    margin-top: 10px;
}

#news-section ul.slick-dots {
    bottom: -50px;
}

#news-section .slick-dots li {
    width: 30px;
    height: 5px;
}

#news-section .slick-dots li button {
    width: 30px;
    height: 5px;
}

#news-section .slick-dots li button:before {
    width: 30px;
    height: 5px;
    content: '';
    background: #192F59;
    border-radius: 5px;
}
.news-title{
    font-size: 20px;
}
/*.prev:before{
	content: 'Prev';
}*/
/*.next:after{
	content: 'Next';
}*/
#partialNewsFilter {
    text-align: center
}

a#prevPage, a#lastPage {
    display: none
}

/* End News section */
/*FAQ sections */
.faq-content {
    background: #344ea3;
    padding: 35px;
    color: #fff;
    text-align: justify;
    box-shadow: 0 8px 16px 0 rgba(40, 40, 90, .09), 0 3px 6px 0 rgba(0, 0, 0, .065);
    margin-bottom: 10px;
    min-height: 365px;
}

.faq-content h4 {
    text-align: left !important;
}

.faq-content a {
    color: #fff;
}

.faq-content p {
    color: #ffffff
}

.faq-content.two {
    background: #4ec46e;
}

.faq-content.three {
    background: #6f91ea;
}

.achieved-img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    margin: 20px 0;
}

.achievement h4 {
    color: #323c47;
    min-height: 42px;
}

.achievement a {
    color: #323c47;
}

.achievement .faq-content {
    background: #ffffff;
    padding: 0;
    color: #fff;
    text-align: justify;
    /*box-shadow: 0 8px 16px 0 rgba(40,40,90,.09), 0 3px 6px 0 rgba(0,0,0,.065);*/
    box-shadow: none;
    margin-bottom: 10px;
}
.achievementDetailsImg img{width: 100%}
/*End FAQ section */

/* Apply Now Section */
section#apply-section {
    background: #fda63c;
    color: #fff;
    padding: 25px 0;
    margin-top: 60px;
}

section#apply-section h3 {
    margin-top: 0;
}

section#apply-section p {
}

a.btn-apply-now {
    padding: 10px 20px;
    color: #ffffff;
    background-color: #192F59;
    border: none;
    margin-top: 10px;
}

/*************************** Search Course page ******************/
#result-course {
    margin-top: 60px;
    margin-bottom: 60px;
}

.course-info {
    background: #004d40;
    color: #fff;
    padding: 30px;
    font-size: 16px;
}

.label-text {
    width: 50%;
    float: left;
    padding: 5px;
    font-weight: bold;
}

.label-value {
    width: 50%;
    float: left;
    padding: 5px;
}

.accordion-wrap .panel {
    margin-bottom: 0;
}

/*Accorodion*/
.accordion {
    background-color: #F3F3F3;
    color: #004d40;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

.accordion-wrap .active, .accordion:hover {
    background-color: #004d40;
    color: #ffffff;
}

.accordion-wrap .accordion:after {
    content: '\002B';
    color: #004d40;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.accordion-wrap .active:after {
    content: "\2212";
    color: #ffffff;
}

.accordion-wrap .panel {
    padding: 0px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

/*************************** End Search Course page ******************/
/***************************  Latest News page ******************/
.share-block {
    /*border-bottom: 1px solid #ddd;*/
    /*padding-bottom: 5px;*/
    /*margin-bottom: 20px;*/
    /*margin-top: 10px;*/
}

.share-block span {
    line-height: 30px;
}

.share-social-profile {
    float: right;
}

.share-social-profile .fa {
    background: #1C4370;
    color: #0059ff;
    font-size: 15px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    margin-right: 6px;
}

.share-social-profile .fa {
    padding-top: 6px;
    color: #ffffff;
}

.share-social-profile a:hover .fa {
    background: #0059ff;
    color: #000;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.share-social-profile a .fa-facebook {
    background: #1859FF;
    color: #ffffff;
}

.share-social-profile a:hover .fa-facebook {
    color: #ffffff;
}

.share-social-profile a .fa-twitter {
    background: #55BBF3;
}

.share-social-profile a:hover .fa-twitter {
    color: #55ADED;
}

.share-social-profile a .fa-youtube {
    background: #FF0000;
    color: #ffffff;
}

.share-social-profile a:hover .fa-youtube {
    color: #FF0000;
}

.share-social-profile a:hover .fa-linkedin {
    color: #0077B5;
}

.news-content {
    text-align: justify;
    margin-bottom: 20px;
}

.news-content .news-banner {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
    margin-bottom: 20px;
}

/* Sidebar */
.sidebar .pane-title {
    font-weight: 300;
    font-size: 20px;
    color: #ffffff;
    margin: 0;
    background: url("images/art-bg.webp") no-repeat scroll 22px 25px #004d40;
    border-radius: 6px 6px 0 0;
    min-height: 68px;
    padding: 23px 0 20px 69px;
    margin: 15px 0;
}

.sidebar .pane-title .lastmonth {
    display: block;
    font-size: 14px;
    line-height: 12px;
}

.pane-most-shared .pane-content .views-row, .pane-most-commented-articles .pane-content .views-row {
    background-color: #fff;
    border-bottom: 1px solid #d6d6d6;
    height: 90px;
    padding: 16px 0 16px 5px;
}

.pane-most-shared .pane-content .views-row img, .pane-most-commented-articles .pane-content .views-row img {
    border: 1px solid #cfcfcf;
    display: block;
    float: left;
    height: 38px;
    margin-right: 10px;
    width: 38px;
}

/*************************** End Search Course page ******************/

/* Course List pages*/
.breadcrumbs-banner {
    margin-bottom: 60px;
}

.ewu-page-banner {
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
    min-height: 300px;
    padding-top: 126px;
    padding-bottom: 116px;
}

.ewu-page-caption {
    color: #004d40;
    font-size: 21px;
    margin-bottom: 5px;
}

.ewu-page-title {
    font-size: 48px;
    margin-bottom: 0px;
    color: #fff;
}

ul.courses-ul {
    width: 100%;
    list-style: none;
    margin-bottom: 35px;
}

ul.courses-ul h3 {
    font-size: 20px;
    font-weight: 600;
}

ul.courses-ul li {
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
    padding: 15px 0;
    font-size: 16px;
    font-weight: 500;
}

ul.courses-ul li a {
    color: #6b6b6b;
}

ul.courses-ul li a:hover {
    color: #004d40;
}

span.course-code {
    color: #004d40;
    width: 142px;
    display: inline-block;
}

i.Course-icon {
    float: right;
    color: #004d40;
    font-size: 20px;
}

.department-info {
    background: #192F59;
    color: #fff;
    padding: 30px 30px 50px;
}

.department-info > h3 {
    font-size: 21px;
    margin-top: 0;
    margin-bottom: 20px;
}

.department-info p {
    margin-bottom: 20px;
}

.department-info-title, .department-info-time {
    color: #004d40;
    font-size: 16px;
}

.social-network-item {
    margin-bottom: 40px;

}

.social-network-item a {
    color: #004d40;
    padding-left: 15px;
    font-size: 20px;
}

.gdlr-core-button {
    padding: 16px 27px 18px;
    margin-right: 20px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background-color: #004d40;
    background: -webkit-linear-gradient(#57ba73, #004d40);
    background: -o-linear-gradient(#57ba73, #004d40);
    background: -moz-linear-gradient(#57ba73, #004d40);
    background: linear-gradient(#57ba73, #004d40);
    color: #ffffff;
    font-size: 15px;
}

.gdlr-core-button:hover {
    color: #ffffff
}

h3.social-title {
    margin-bottom: 10px;
}

/* End Course */
/*campus_life */
.campus_life {
    color: #8f8f8f;
}

.campus-experience {
    background-image: url("images/life-bg.jpg");
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
    min-height: 350px;
    padding-top: 100px;
}

.campus-experience h3 {
    font-size: 29px;
    font-weight: 700;
    letter-spacing: 0px;
    text-transform: none;
    color: #ffffff;
    margin-top: 0;
}

.campus-experience p {
    font-size: 20px;
    font-weight: 500;
    text-transform: none;
    color: #ffffff;
}

.campus-activity {
    margin-top: 60px;
}

.campus-activity img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.activity-element {
    margin-bottom: 30px;
}

.activity-element p {
    color: #8f8f8f;
    text-align: justify;
}

.activity-readmore {
    color: #004d40;
}

.activity-readmore:hover {
    color: #004d40;
}

.activity-readmore fa {
    color: #004d40;
    font-size: 21px;
}

/*End campus_life */
/* Footer */
#footer {
    /*background: url("images/footer-bg.png") center center;*/
    background: #0c0b06;
    width: 100%;
    min-height: 250px;
}

#footer h3 {
    text-align: left;
    font-size: 20px;
    color: #ffffff;
    padding-top: 30px;
    font-weight: 600;
}

#footer .footer-content {
    font-size: 14px;
    color: #ffffff;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    /*padding-top: 15px;*/
}

#footer .footer-content ul li  {
   padding: 5px 2px;
}
#footer .footer-content a {
    font-size: 14px;
    color: #ffffff;
}
#footer .footer-content a:hover {
    text-decoration: underline;
    color:blue;
}



#footer .footer-content p {
    color: #ffffff
}

#footer .urgent-need a.telephone {
    font-size: 14px;
}

#footer .urgent-need p {
    margin-bottom: 5px;
}

#footer .urgent-need a {
    color: #ffffff;
}

.social-profile .fa {
    color: #ffffff;
    font-size: 15px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    margin-right: 6px;
}

.social-profile a:hover .fa {
    background: #ffffff;
    color: #000;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.social-profile a:hover .fa-facebook {
    color: #0059ff;
}

.social-profile a:hover .fa-twitter {
    color: #55ADED;
}

.social-profile a:hover .fa-youtube {
    color: #FF0000;
}

.social-profile a:hover .fa-linkedin {
    color: #0077B5;
}

.footer-bottom {
    color: #ffffff;
}

.footer-bottom-content {
    margin-top: 30px;
    border-top: 1px solid #fff;
    padding-top: 10px;
    margin-bottom: 65px;
    font-size: 13px;
    /*color: #bebec1;*/
}
.ewuBuilding img{
    width: 262px;
    height: 185px;
    object-fit: contain;
    opacity: 0.6;
}
/********************************************************************************************************************
***************************New css start from here (Tauhed)**********************************************************
*********************************************************************************************************************/
.dept-video-bottom-more-btn {
    background-color: #182e59;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px 20px;
    margin-top: -30px;
    display: inline-block;
    border-radius: 5px;
    margin-top: 15px !important;
}
.top-menu .dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    background-color: #f1f1f1;
    min-width: 270px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    z-index: 10;
}

.top-menu ul.dropdown-content li {
    text-decoration: none;
    display: block !important;
}

.top-menu ul.dropdown-content {
    padding: 20px 12px;
}

.top-menu ul.dropdown-content li a {
    display: block;
    color: #163269;
    padding: 7px 13px
}

.top-menu ul.dropdown-content li a:hover {
    color: #ffffff !important;
}

.top-menu .dropdown:hover .dropdown-content {
    display: block;
}
.top-menu .login-icon{width: 20px}
.kingster-navigation .sf-menu>.menu-item li > a, .sf-menu .dropdown-content >li>a, .kingster-navigation .sf-menu>.menu-item li ul>li> a{border-bottom: 1px solid #ccc; }
.kingster-navigation .sf-menu>.menu-item li:last-child > a, .sf-menu .dropdown-content >li:last-child>a, .kingster-navigation .sf-menu>.menu-item li ul>li:last-child> a{border-bottom: none; }
.kingster-navigation .sf-menu>.kingster-mega-menu .sf-mega-section-inner>a{font-size: 15px}

.kingster-navigation .sf-menu .deep-inner-mega a {
    width: 95%;
    border-bottom: 1px solid #ccc !important;
}
.facultyMenuHead{
    background: #192F59;
    color: #fff !important;
    border-bottom: 5px solid #004d40;
    padding: 5px 12px !important;
    border-radius: 10px 10px 0 0 !important;
}
.kingster-mega-menu-section-content .ewulogo{max-width: 350px}
#TabContent #graduate, #TabContent #undergraduate {
    height: 405px;
    overflow-y: auto;
}
#TabContent #graduate table tr:first-child, #TabContent #undergraduate table tr:first-child{
    background: #bbb;
    font-weight: 500;
    color: #232F3E;
}
.notice-carousel-wrap .nav-tabs > li {
    width: 40%;
    margin: 0 25px;
}

.notice-carousel-wrap ul.nav.nav-tabs.crt-conferences-tab-center {
    padding-left: 0 !important;
    padding-bottom: 10px;
}

.notice-carousel-wrap li.tabscustom-class a {
    border-radius: 5px !important;
    border: 0;
    margin-right: 0;
}
.notice-carousel-wrap li.tabscustom-class a:hover{
    background: #192e59;
    color: #fff;
}

.notice-item{
    position: relative;
    display: table;
    table-layout: fixed;
    width: 100%;
    border-bottom: 1px solid #cdcdcd;
    padding: 5px 0;
    /*min-height: 90px;*/
}
.notice-item .date{
    display: table-cell;
    width: 70px;
    vertical-align: top;
}
.notice-item .date > div > span{
    display: block;
    font-size: 13px;
    line-height: 18px;
}
.notice-item .date > div{
    position: relative;
    display: block;
    font-size: 26px;
    line-height: 28px;
    color: #FFF;
    padding: 5px;
    background: #2d559f;
    text-align: center;
}
.notice-item .date > div:before{
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    border-left: 2px solid #004d40;
}
.notice-item .desc{
    display: table-cell;
    padding-left: 20px;
    vertical-align: top;
}
.notice-item .desc p{margin-bottom: 5px}
.notice-item .desc > a{
    color: #192F59;
    text-align: right;
    /*font-size: 16px;*/
    line-height: 18px;
    font-weight: bold;
    width: 100%;
}
.notice-item .desc > a:hover{color: #004d40}
/*common style start*/
.block-title {
    border-bottom: 3px solid #2d559f;
    position: relative;
    margin-bottom: 10px
    /*margin-bottom: 50px;*/
}
.block-title h2 {
    display: inline;
    font-size: 16px;
}
.block-title h2 >span {
    display: inline-block;
    font-weight: bold;
    padding: 0 18px;
    text-transform: uppercase;
    line-height: 37px;
    position: relative;
    color: #fff;
    background: #2d559f;
}
.small-btn{
    padding: 5px 10px;
    border: 1px solid #192e59;
    color: #192e59;
}
.small-btn:hover{
    background: #192e59;
    color: #ffffff;
}
.fLeft{float: left}
.fRight{float: right}
.block-title.title1 h2 >span:before {
    border-right: 20px solid transparent;
    border-bottom: 37px solid #2d559f;
    content: "";
    display: inline-block;
    height: 0;
    position: absolute;
    right: -20px;
    top: 0;
    width: 0;
}
table{
    border-spacing: 0;
    border-collapse: collapse;
}
.green{background-color: #004d40 !important;}
.lightGreen{background-color: #399359 !important;}
.lighterGreen{background-color: #2b6e42 !important;}
table tr td {
    border: 1px solid #bbb;
    color: #0c0c0c;
}
.font-grey {
    color: #878787
}

.font-dark-blue {
    color: #163269
}

body, p, .font-blackish {
    color: #232F3E
}

.font-green {
    color: #004d40;
}

.large-font {
    font-size: 22px;
    padding: 10px 0
}

.middle-font {
    font-size: 18px;
    padding: 10px 0
}

.small-font {
    font-size: 16px;
    padding: 10px 0;
}

.upperfont {
    text-transform: uppercase;
}

.margin-bottom10 {
    margin-bottom: 10px !important;
}

.margin-bottom0 {
    margin-bottom: 0;
}

.font-bold {
    font-weight: bold;
}

.grey-bg {
    background: #DDDDDD;
}

.white-bg {
    background: #ffffff;
}

section {
    margin: 65px 0;
}

.padSec650 {
    padding: 65px 0;
}
.pad20p{padding: 20px;}
.dark-grey-bg{ background: #ddd !important; }
.pad0{padding: 0;}
.margin0{ margin: 0px !important;}
/*common style end*/
.kingster-navigation .kingster-main-menu {
    display: inline-block;
}

.kingster-header-container-inner .kingster-logo {
    float: left;
}

.kingster-main-menu-right-wrap {
    margin-top: 0;
    display: inline-block;
}

.kingster-header-container-inner .kingster-navigation .sf-menu > .menu-item .sub-menu, .kingster-header-container-inner .kingster-navigation .sf-menu > .menu-item .sf-mega {
    margin-top: 5px;
}

.kingster-top-search-wrap .kingster-top-search-close {
    font-size: 45px;
    top: 2px;
}

.kingster-header-container-inner .kingster-navigation .sf-menu > li {
    padding-left: 12px;
    padding-right: 12px;
}

.sf-menu > .kingster-normal-menu ul ul.sub-menu-right {
    left: 100%;
    right: auto;
}

.own-mega-menu {
    /*width: 1100px; height:340px; left: 0; */
    background: #eee;
}

/*.own-mega-menu > li{width: 25%;position: static !important;}
.own-mega-menu > li ul{left: 25% !important;}*/
.deep-inner-mega a {
    display: block;
    padding: 7px 10px;
}

.menu-item h4 {
    margin-left: 10px;
    font-size: 17px;
    font-weight: 600;
    color: #192f59;
}

/*news page style start*/
/*.kingster-page-wrapper{margin-bottom: 35px}*/
.page-content-section {
    padding: 60px 0
}

.kingster-page-title-wrap .kingster-page-title-overlay {
    background-color: #000;
}

.kingster-page-title-wrap .kingster-page-title-overlay {
    opacity: 0.7;
}

.kingster-page-title-wrap.kingster-style-medium .kingster-page-title-content {
    padding-top: 54px;
    padding-bottom: 54px;
}

.news-col {
    margin-bottom: 50px
}

.gdlr-core-load-more-wrap {
    text-align: center;
}

.gdlr-core-load-more {
    background-color: #004d40;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    letter-spacing: 2px;
    padding: 20px 50px;
    display: inline-block;
    color: #fff;
}

/*news page style end*/

/*vision & mission style start from here*/
.sidebar_r {
    background: #f5f5f5;
    padding: 40px 30px;
    min-height: 450px;
    border-top: 5px solid #004d40;
}

.sidebar_r ul.nav > li {
    padding-left: 25px
}

.sidebar_r ul.nav > li:before {
    content: url("images/arrow_r.svg");
    position: absolute;
    left: 0;
    top: 13px;
}

.sidebar_r ul.nav > li a {
    color: #192e59;
    font-size: 16px;
    padding: 6px 8px;
    /*border-bottom: 1px solid #192e59;*/
}

.sidebar_r ul.nav > li a:hover {
    background-color: transparent;
    color: #004d40;
}
.sidebarHeading{
    border-bottom: 1px solid #192e59;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    text-transform: uppercase;
}
.sidebar_r ul.nav > li:last-child a {
    border-bottom: none
}

.quote-block-wrapper {
    width: 670px;
    position: absolute;
    right: 0;
    top: 105%;
    background: #eee;
    padding: 20px;
    margin-right: 15px;
}

.quote-block p {
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
    line-height: 40px;
    padding: 30px 50px;
    margin-bottom: 0;
    color: #555;
}

.quote-block:before {
    content: url("images/quote_start.svg");
    position: absolute;
    left: 15px;
    top: 10px;
}

.quote-block:after {
    content: url("images/quote_end.svg");
    position: absolute;
    right: 30px;
    bottom: 20px;
}
.aboutImg{
    height: 300px;
    object-fit: cover;
    width: 100%;
}
.vision-mission-body {
    padding-top: 100px
}

.apply-online {
    /*background-color: #E58F1F;*/
    background-color: #006B9A;
    color: #ffffff;
    /*padding: 25px 0;*/
    padding: 20px 0 5px;
}

.apply-online p {
    margin-bottom: 0;
    color: #ffffff
}

.apply-btn-wrapper {
    text-align: right;
    position: relative
}

.apply-text h3 {
    padding-top: 0 !important;
}

/*vision & mission style end here*/

/*board of trustees start from here*/
.trustee-sec-title h2 {
    display: inline-block;
    margin-bottom: 50px;
}

.trustee-sec-title span {
    display: inline-block;
    border-top: 1px solid #182e59;
    width: 250px;
    height: 10px;
    margin-left: 15px;
}

.trustee-member-head {
    margin-bottom: 20px;
}

.trustee-member-head h3 {
    font-size: 26px;
    margin-bottom: 10px;
}

.trustee-member-head span {
    font-size: 18px;
    color: #182E59;
}

.trustee-member-body {
    margin-bottom: 35px
}

.trustee-member-body p {
    font-size: 16px;
    color: #838383;
}

.trustee-chairperson {
    margin-bottom: 60px
}

.trustee-member-details {
    background-color: #f5f5f5;
    padding: 25px;
    height: 450px;
    margin-top: 20px;
    margin-bottom: 20px;
    cursor: pointer;
    -webkit-box-shadow: 0 1px 9px 1px rgba(25, 47, 89, 0.42);
    -moz-box-shadow: 0 1px 9px 1px rgba(25, 47, 89, 0.42);
    box-shadow: 0 1px 9px 1px rgba(25, 47, 89, 0.42);
    border-radius: 5px;
}

.trustee-member-info {
    min-height: 150px;
}
.trustee-member-img {
    /*margin-top: -90px;*/
}

.trustee-member-info h4 {
    margin-top: 18px;
    margin-bottom: 13px;
    color: #182E59;
    font-size: 18px;
}

.trustee-member-info h6 {
    font-size: 14px;
    margin-bottom: 4px;
}

.trustee-member-info p {
    font-size: 13px;
    color: #7F7F7F;
}

.social-profile .fa {
    background-color: #182E59;
    border-radius: 4px;
    padding-top: 6px;
}

.chairperson-details .social-profile a:hover .fa {
    background-color: #182E59;
}

.circle-bullet li {
    display: inline;
    margin-right: 25px;
}

.inner-content {
    margin-bottom: 35px
}

.inner-content:last-child {
    margin-bottom: 0
}

.inner-content h3 {
    margin-top: 20px;
}
.inner-content p, .content p, .panel-body p{text-align: justify}
.circle-bullet li:last-child {
    margin-right: 0;
}

/*board of trustees end here*/
/*components css start from here*/
.slick-slide .news-photo img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.slick-slide .program-short-desc {
    min-height: 140px
}

/*components css end here*/
@media all and (min-width: 992px) {
    .kingster-mobile-header-wrap {
        display: none !important;
    }

    /* Kingster Menu */
    .kingster-logo {
        padding-top: 18px;
        padding-bottom: 18px;
    }

    .kingster-header-container-inner .kingster-navigation {
        padding-top: 28px;
    }


    .navbar-fixed-top .kingster-navigation {
        padding-top: 10px;
    }

    .kingster-header-container-inner .kingster-navigation .sf-menu > li > a {
        padding-bottom: 10px;
    }

    .kingster-main-menu-search i {
        margin-top: -42px;
        display: block;
    }

    .kingster-item-pdlr, .gdlr-core-item-pdlr {
        padding-left: 0px;
        padding-right: 0px;
        float: right;
    }

    /* End Kingster Menu */
}

@media all and (max-width: 991px) {
    .header-menu-wrap {
        display: none !important;
    }

    #kingster-mobile-menu {
        z-index: 6
    }
}

/********************************************************************************************************************
***************************New css start from here (Mostafiz)**********************************************************
*********************************************************************************************************************/
.vice-chancellor-img-shadow {
    text-align: right;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    border-top: 1px solid #dfdfdf;
}

.vice-chancellor-img-shadow img {
    box-shadow: -33px 33px #dfdfdf;
}

.vice-chancellor-img.part {
    clear: both;
    padding: 50px 13px;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
}

.apply-btn-wrapper.vice-chancellor-butt {
    text-align: center;
}

a.btn.btn-default.btn-apply-now.vice-chancellor-contact-button {
    background-color: #182e59;
    border-radius: 0px;
    border: 1px solid #182e59;
}

.vice-chancellor-img.part span {
    color: #313131;
}

.apply-btn-wrapper.vice-chancellor-butt a {
    color: #fff;
}

p.ptext.last {
    text-align: center !important;
    color: #182e59 !important;
    font-size: 15px !important;

}

.vice-chancellor-img.part h4 {
    color: #182e59;
    font-size: 16px;
    font-weight: bold;
}

.vice-chancellor.contents h3 {
    font-size: 16px;
    font-weight: bold;
    color: #313131;
}

.vice-chancellor-img.part p b {
    color: #182e59;
    font-size: 14px;
}

.vice-chancellor.contents p {
    color: #838383;
    font-size: 16px;
    text-align: justify;
}

.vice-chancellor.contents grey p {
    color: #838383;
    font-size: 16px;
    text-align: justify;
}

.vice-chancellor-img.part p {
    color: #182e59;
    font-size: 15px;
}

.vice-chancellor-img.part p a {
    color: #0041bf;
    font-size: 14px;
}

/*crt-conferences css start*/
.crt-conferences-content {
    margin: 75px 0 20px 0;
}

.crt-conferences-content p {
    text-align: justify;
}

.crt-conferences-boxmodule {
    background-color: #ededed;
    padding: 20px 30px;
    margin: 20px 0px;
}

.crt-conferences-boxmodule p, .crt-conferences-boxmodule2 p {
    text-align: justify;
}

.crt-conferences-boxmodule2 {
    background-color: #a0bbf2;
    padding: 20px 30px;
    margin: 20px 0px;
}

.crt-conferences-boxmodule2:last-child {
    margin-bottom: 0
}

span.glyphicon.glyphicon-chevron-left.crt-conferences-slidel {
    left: 10px;
    background-color: #004d40;
    border-radius: 0px 5px 5px 0px !important;
}

span.glyphicon.glyphicon-chevron-right.crt-conferences-slider {
    right: 10px;
    background-color: #004d40;
    border-radius: 5px 0px 0px 5px !important;
}

.crt-conferences-slide.carousel-indicators li {
    width: 182px;
    height: 100px;
    background-color: transparent;
    border: none;
    border-radius: 0px;
}

.crt-conferences-slide.carousel-indicators .active {
    width: 182px;
    height: 100px;
    background-color: transparent;
    border-top: 0px solid #182E59;
}

.crt-conferences-slide.carousel-indicators {
    left: 0 !important;
    width: 100% !important;
    margin-left: 0 !important;
    bottom: -54px;
}

a.left.carousel-control.crt-conferences-control {
    opacity: 9;
}

a.right.carousel-control.crt-conferences-control {
    opacity: 9;
}

li.active.tabscustom-class a {
    background-color: #182e59;
    color: #fff;
    border-radius: 5px 0px 0px 0px;
}

li.active.tabscustom-class a:hover {
    background-color: #182e59;
    color: #fff;
    border-radius: 5px 0px 0px 0px;
}

li.tabscustom-class a:hover {
    background-color: #004d40;
    color: #fff;
    border-radius: 0px 5px 0px 0px;
}

li.tabscustom-class a {
    background-color: #004d40;
    color: #fff;
    border-radius: 0px 5px 0px 0px;
}

ul.nav.nav-tabs.crt-conferences-tab-center {
    padding-left: 25%;
}

ul.crt-conferences-tab-center > li.active > a:focus, ul.crt-conferences-tab-center > li.active > a:hover {
    background-color: #182e59;
    color: #fff;
}

/*faculty-list css start*/
.col-md-6.faculty-list ul li {
    font-size: 16px;
    list-style-type: none;
    margin: 0 40px;
    font-weight: 400;
    line-height: 40px;
}

.col-md-6.faculty-list ul li:before {
    content: "\f111";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -20px;
    width: 6px;
    height: 8px;
    padding-right: 30px;
    color: #182e59;
}

.faculty-list-three-gird {
    margin-top: 30px
}

.col-md-4.faculty-list-three-gird ul li {
    font-size: 15px;
    font-weight: 400;
    line-height: 34px;
    margin-left: 20px;
}

.faculty-list-three-gird-box {
    box-shadow: 0 3px 20px rgba(113, 113, 113, 0.16);
    border-radius: 10px;
    background-color: #ffffff;
    padding: 0 30px 30px 30px;
    min-height: 571px;
}

.faculty-list-three-gird-box img {
    border-radius: 10px;
    margin-left: -30px;
    margin-top: -30px;
}

.faculty-list-three-gird-box ul > li:before {
    content: "\f0da";
    font-family: FontAwesome;
    color: #004d40;
    margin-right: 15px;
}

.faculty-list-head-three-gird h3 {
    margin: 10px 0 12px
}

.apply-btn-wrapper.department-butt {
    text-align: left;
}

.apply-btn-wrapper.department-butt a {
    color: #fff;
}

/* Department css start*/

.department-faculty-list-three-gird-box {
    box-shadow: 0 3px 20px rgba(113, 113, 113, 0.16);
    border-radius: 10px;
    background-color: #ffffff;

}

.department-faculty-list-three-gird-box img {
    border-radius: 10px 10px 0px 0px;
}

h3.department-faculty-list-title-three-gird {
    color: #182e59;
    font-size: 20px;
    font-weight: 500;
    padding: 10px 0px;
}

.department-contant-secton {
    padding: 10px 20px;
    height: 220px;
}

.col-md-3.department-faculty-list-three-gird {
    margin-bottom: 40px;
}

.img-hover-color {
    position: relative;
}

.img-hover-color-effect {
    width: 0;
    height: 0
}

.img-hover-color:hover .img-hover-color-effect {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
    background-color: #182e59;
    opacity: 0.9;
    border-radius: 10px 10px 0 0;
    cursor: pointer;
    transition: 0.3s;
    /*transition-property: opacity, left;*/
    /*transition-property: opacity, right, bottom, height;*/
}

.img-show-link {
    background-color: #182e59;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #fff;
    margin: -25px 10px 0 0;
    float: right;
    padding: 10px 0 0 0;
    z-index: 1;
    position: relative;
    font-size: 15px;

}

.img-hover-color:hover .img-show-link {
    display: none;
}

.img-hover-color:hover .img-hover-color-effect:before {
    content: "\f0c1";
    font-family: FontAwesome;
    display: inline-block;
    width: 50px;
    height: 50px;
    background-color: #004d40;
    color: #ffffff;
    border-radius: 100%;
    padding: 13px 0px 0px 0px;
    text-align: center;
    vertical-align: middle;
    margin: 33% 39%;
    font-size: 20px;
    font-weight: 400;
}

/*Evemts css start*/
.col-md-5.event-img img {
    margin: 15px 20px 20px 0px;
    border-radius: 10px;

}

.single-event-head samp {
    color: #434343;
    font-size: 16px;
    font-weight: 400;
}

.single_eventsbox .event-head {
    margin-top: 20px
}

.event-head span {
    margin-right: 20px
}

.event-head span:last-child {
    margin-right: 0
}

.event-details {
    padding: 15px 0
}

.event-details .btn-program {
    width: 120px;
    height: 40px;
    line-height: 25px;
    font-size: 14px;
}

.download-part h3 img {
    margin-right: 10px
}

#eventCarousel .thumbnail {
    margin-bottom: 0
}

span.location {
    margin: 0 20px;
}

span i.fa.fa-clock-o {
    color: #ee3840;
}

span i.fa.fa-map-marker {
    color: #ee3840;
}

.col-md-12.eventbox {
    box-shadow: 0 3px 20px rgba(114, 114, 114, 0.16);
    border-radius: 5px;
    background-color: #ffffff;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 20px 0px;
    clear: both;
}

.pagination-custom {
    text-align: center;
}

.pagination-custom .pagination {
    margin-bottom: 0
}

.pagination-custom ul li a {
    color: #4a90e2;
    font-size: 16px;
    font-weight: 400;
}

.pagination-custom ul li.page-item.active a {
    background-color: #efefef !important;
    border: 1px solid #bbb !important;
    color: #9b9b9b !important;
}

a.page-link.last-pagination {
    margin: 0px 10px;
    border-radius: 4px;
    border: 1px solid #bbbbbb;
    background-color: #f9f9f9;
}

a.page-link.first-pagination {
    margin: 0px 10px;
    border-radius: 4px;
    border: 1px solid #bbbbbb;
    background-color: #f9f9f9;
}

/*.pagination-custom ul li.page-item.2nd-pagination{
	border-radius: 4px 4px 0px 0px;
    border: 1px solid #bbbbbb;}*/

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#accordionMenu {
    max-width: 100%;
}

.panel-body {
    padding: 0;
}

.panel-group .panel + .panel {
    margin-top: 0;
    border-top: 0;
}

.panel-group .panel {
    border-radius: 0;
}

.panel-default > .panel-heading {
    color: #333;
    background-color: #004d40;
    border-color: #e4e5e7;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
}

.panel-default > .panel-heading a {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
}

.panel-default > .panel-heading a:after {
    content: "";
    position: relative;
    top: 1px;
    display: inline-block;
    font-style: normal;
    font-weight: 300 !important;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
    transition: transform .25s linear;
    -webkit-transition: -webkit-transform .25s linear;
}

.panel-default > .panel-heading a[aria-expanded="true"] {
    /*background-color: #004d40;*/
}

.panel-default > .panel-heading a[aria-expanded="true"]:after {
    margin-top: 5px;
    /* background-image: url('images/icon/minus.png'); */
    background-image: url('https://www.ewubd.edu/themes/east-west-university/assets/default/images/icon/minus.png');
    background-size: 20px;
    background-repeat: no-repeat;
    display: inline-block;
    width: 20px;
    height: 20px;
    content: '';
}

.panel-default > .panel-heading a[aria-expanded="false"]:after {
    /* background-image: url('images/icon/plus.png'); */
    background-image: url('https://www.ewubd.edu/themes/east-west-university/assets/default/images/icon/plus.png');
    background-size: 20px;
    background-repeat: no-repeat;
    display: inline-block;
    width: 20px;
    height: 20px;
    content: '';
}

.panel.panel-default panel-heading {
    border-radius: 0px !important;
}

.panel-body ul {
    /* border: 1px solid red !important; */
    padding: 10px 100px 0px 30px;
    text-align: left;
}

.nav-customcs li {
    border-bottom: 1px solid #eee;
}

.nav-customcs > li > a {
    position: relative;
    display: block;
    padding: 10px 0px;
}

span.bottom-gray {
    float: right;
    text-align: center;
    width: 100%;
    margin-top: -36px;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 10px;
}

h2.section-title.margin-bottom10.font-dark-blue-border-bottom span {
    border-bottom: 2px solid #004d40;
}

h3.section-title.middle-font.custom img {
    margin: 0px 15px -10px 0px;
}

/*carousel start*/

a.thumbnail.custom img {
    border-radius: 50%;
    border: 0px !important;
    width: 120px;
    height: 120px;
}

.thumbnail.custom {
    border: none;
}

a.thumbnail.custom h5 {
    color: #182e59;
    font-size: 18px;
    font-weight: 400;
}

a.thumbnail.custom h6 {
    color: #182e59;
    font-size: 14px;
    font-weight: 400;
}

.single.carousel-control {
    left: -12px;
    height: 40px;
    width: 40px;
    background: none repeat scroll 0 0 #222222;
    border: 4px solid #FFFFFF;
    border-radius: 23px 23px 23px 23px;
    margin-top: 90px;
}

a.left.single.carousel-control.customcssl {
    width: 40px;
    height: 60px;
    background-color: #182e59;
    border-radius: 0px;
    border: none;

}

a.right.single.carousel-control.customcssr {
    width: 40px;
    height: 60px;
    background-color: #182e59;
    border-radius: 0px;
    border: none;
}

a.left.single.carousel-control {
    left: -30px;
    top: -10px;
    background-image: url(images/nav.png);
    background-repeat: no-repeat;
    background-position: center;
    opacity: 9;
    color: #182e59;
    text-align: left;
}

a.right.single.carousel-control {
    right: 0px;
    top: -10px;
}

.single.carousel.slide.box-padding {
    position: relative;
    padding: 30px 30px 0px 0px;
}

.single.carousel-indicators {
    right: 50%;
    top: auto;
    bottom: -10px;
    margin-right: -19px;
}

/* The colour of the indicators */
.single.carousel-indicators li {
    background: #cecece;
}

.single.carousel-indicators .active {
    background: #428bca;
}

.single.carousel-control.right {
    /*right: -12px;*/
    background-image: url(images/nav2.png);
    background-repeat: no-repeat;
    background-position: center;
    opacity: 9;
    color: #182e59;
    text-align: left;;
}

a.right.single.carousel-control.customcssr {
    float: right;
    text-align: right;
    position: absolute;
    left: 680px;
}

/*carousel end*/

section.white-bg.custombg-shad {
    box-shadow: 0 3px 20px rgba(126, 76, 76, 0.16);
    background-color: #ffffff;
    padding: 50px 0px 50px 30px;
}

/* The indicators */

h5.margin-bottom10.title-name a {
    color: #192f59;
    font-size: 18px;
}

span.tea-position {
    color: #192f59;
    font-size: 14px;
}
/*marquee css custom*/
.latest-news-marquee.custom_css {
    margin: 11px 0 0 0;
}
.latest-news-marquee.custom_css marquee a{line-height: 0;color: #f4fb4f;}


/*marquee css custom*/
ul.sf-menu.custom-css > li{border-left: 1px solid rgba(250, 250, 250, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.2);}
ul.sf-menu.custom-css > li > a{ font-weight: normal;  font-size: 13px; padding: 5px 10px;}
.top-menu.custom-css ul{margin: 4px 0 0 0;}
.our-event.custom-css {
    width: 100%;
}
.event-image.custom-css{
    width: 100px;
    height: 85px;
}
.row.custom-css{ border-bottom: 1px solid #CBCBCB;
    margin-bottom: 5px; }
span.select2-container--default{width: 100% !important;}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 45px !important;
}
.select2-selection--single{height: 45px !important;}
.select2-selection--single .select2-selection__arrow{display: none;}
.select2-results__option--highlighted[aria-selected] {
    background-color: #082152 !important;
    color: white;
    border-top: 1px solid rgba(250, 250, 250, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);

}
.select2-results__option[aria-selected] {
    background-color: #163269;
    color: #fff;
}
.btn-course-search.custom-css{padding: 12px 12px;}
img.course-search-img {
    width: 130px;
    height: 100%;
}
.news-date-wrap.custom-css {
    height: 33%;
}
/*hvrbox*/
.most {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}

.image {
    display: block;
    width: 100%;
    height: auto;
}

.most .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #182e59;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
    padding: 0 10px;
}
.most .overlay h4.program-name{margin: 5px 0 10px}
.most:hover .overlay {
    height: 100%;
    padding: 10px;
    opacity: .9;
}
.program-short-desc.homenews p{color: #fff}
.most:hover .news-photo .floatingNewsHead, .most:hover .news-photo h4, .most:hover .news-photo .news-date-wrap{display: none}
.overlay h4 {
    color: #fff;
}
.kingster-item-mglr, .gdlr-core-item-mglr, .kingster-navigation .sf-menu > .kingster-mega-menu .sf-mega, .sf-menu.kingster-top-bar-menu > .kingster-mega-menu .sf-mega {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 5px;
}
/*hvrbox*/
/********************************************************************************************************************
***************************New css end here (Mostafizur)**********************************************************
********************************************************************************************************************/

/********************************************************************************************************************
***************************New css start from here (Parvez Reza)**********************************************************
*********************************************************************************************************************/
.ewu-office-table {
    margin-bottom: 0
}

.ewu-office-table th, .ewu-office-table td {
    text-align: center;
    vertical-align: middle !important;
}

.ewu-office-table th {
    text-align: center;
}

.ewu-office-table img {
    width: 148px;
    /* height: 174px;*/
    object-fit: cover;
    padding: 5px;
}

.training-program-tap-wrap {
    padding: 0 40px;
    width: 100%;
    margin: 0 auto;
    height: 50px;
    background-color: #d8d8d8;
}

.training-program-tab {
    margin: 0;
    padding: 0;
}

.training-program-tab .slick-prev:before {
    font-family: FontAwesome;
    content: "\f104";
    color: #fff;
}

.training-program-tab .slick-next:before {
    font-family: FontAwesome;
    content: "\f105";
    color: #fff;
}

.training-program-tab .slick-prev {
    left: -40px;
    background-color: #182e59 !important;
    opacity: 0.6;
    width: 40px;
    height: 50px;
}

.training-program-tab .slick-next {
    right: -40px;
    background-color: #182e59 !important;
    opacity: 0.6;
    width: 40px;
    height: 50px;
}

.training-program-tab li {
    border-right: 1px solid #C3C3C3;
    text-align: center;
}

.training-program-tab li:last-child {
    border-right: 0px solid #C3C3C3;
}

.training-program-tab a {
    line-height: 50px;
    color: #182e59;
    font-size: 20px;
    font-weight: 400;
    background: none !important;
}

.training-program-tab .active {
    background-color: #004d40;
}

.training-program-tab .active a {
    color: #ffffff;
    background: none;
}

.crt-program .tab-content {
    margin-top: 30px;
}

.crt-program p {
    color: #676767;
    font-size: 16px;
    font-weight: 400;
}

.program-content-block {
    margin-bottom: 35px;
}

.convocation .pdf-list li a {
    color: #182e59;
    font-size: 16px;
    font-weight: 600;
    line-height: 50px;
}

.convocation .tab-content {
    border: 1px solid #d3d3d3;
}

.convocation .program-content-block {
    padding: 30px;
}

.convocation .pdf-icon {
    padding-right: 10px;
}

.countdown-wrap {
    min-height: 250px;
    background-color: #f2f2f2;
    padding: 70px 40px;
    text-align: center;
    margin-top: 30px;
}

.countdown-days {
    color: #bc53bc;
    font-size: 57px;
    font-weight: 600;
    letter-spacing: 2.85px;
    line-height: 68px;
    border-right: 1px solid #182e59;
    width: 25%;
    float: left;
}

.countdown-hours {
    color: #004d40;
    font-size: 57px;
    font-weight: 600;
    letter-spacing: 2.85px;
    line-height: 68px;
    border-right: 1px solid #182e59;
    width: 25%;
    float: left;
}

.countdown-minutes {
    color: #0b58ef;
    font-size: 57px;
    font-weight: 600;
    letter-spacing: 2.85px;
    line-height: 68px;
    border-right: 1px solid #182e59;
    width: 25%;
    float: left;
}

.countdown-seconds {
    color: #00f260;
    font-size: 55px;
    font-weight: 600;
    letter-spacing: 2.75px;
    line-height: 66px;
    width: 25%;
    float: left;
}

.countdown-title {
    color: #182e59;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.9px;
    line-height: 21px;
    text-transform: uppercase;
}

/* UnderGraduate program*/
.under-graduate-program h3 {
    color: #182e59;
    font-size: 24px;
    font-weight: 500;
    line-height: 37px;
}

.top-border {
    width: 100%;
    height: 2px;
    background-image: linear-gradient(to right, #004d40 40%, #eaeaea 60%);
    background-size: 100% 2px;
    background-position: left bottom;
    margin-bottom: 10px;
}

.sub-headline {
    color: #182e59;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
}

.top-body p {
    color: #383636;
}

.bottom-body h4 {
    color: #182e59;
    font-size: 22px;
    font-weight: 500;
    line-height: 37px;
    margin-top: 40px;
}

ul.under-graduate-feature li {
    padding-left: 1.3em;
    color: #182e59;
    font-size: 18px;
    font-weight: 400;
    line-height: 37px;
}

ul.under-graduate-feature li:before {
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
    content: url('images/icon/bullet-icon.svg');
}

ul.admission-list li {
    padding-left: 50px;
    color: #182e59;
    font-size: 18px;
    font-weight: 400;
    line-height: 37px;
}

ul.admission-list li:before {
    display: inline-block;
    margin-left: -50px;
    width: 50px;
    content: url('images/icon/bullet-icon2.svg');
}

ul.publication {
    padding: 0px;
}

ul.publication li {
    padding-left: 0px;
    color: #182e59;
    font-size: 18px;
    font-weight: 400;
    line-height: 37px;
}

ul.publication li:before {
    display: inline-block;
    margin-left: 0px;
    width: 50px;
    content: url('images/icon/bullet-icon2.svg');
    float: left;
}

/** **/
ul.syndicate li {
    color: #182e59;
    font-size: 16px;
    font-weight: 400;
    /*border: 1px solid #182E59;*/
    padding: 0px 0 0px;
    margin-bottom: 15px;
    width: 100%;
    float: left;
}
.syndicate span.number {
    background: url('images/icon/syndicate-bullet.png');
    width: 50px;
    height: 50px;
    display: block;
    color: #fff;
    text-align: center;
    padding-top: 20px;
    margin-right: 10px;
    float: left;
    padding-left: 12px;
}
.syndicate span.designation {
    font-size: 13px;
}
.under-graduate-program .blockquote {
    min-height: 158px;
    background-color: #f8e2da;
    color: #182e59;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    padding: 35px;
}

.default-table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #00F;
}

.default-table th {
    background-color: #f9faf9;
    text-align: center;
    color: #182e59;
    font-size: 18px;
    font-weight: 600;
    line-height: 50px;
    vertical-align: middle !important;
}

.default-table td {
    background-color: #ffffff;
    color: #676767;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    vertical-align: middle !important;
}

/* Department page */
.slider-top-right-bg {
    background: url("images/department/slider-top-right-bg.png");
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
    background-position: top right;
}

.dept-section .tr-home-slider .item {
    position: relative;
}

.dept-section .item-content {
    position: absolute;
    top: 20%;
    right: 10%;
    color: #fff;
    width: 50%;
}

.dept-section .item-content h3 {
    color: #ffffff;
    font-size: 50px;
    font-weight: 500;
}

.dept-section .item-content p {
    color: #ffffff;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
}

.dept-section .slider-txt-line {
    width: 100%;
    border-top: 1px solid #8A8892;
    margin: 15px 0;
}

.dept-section .slider-more-btn {
    background-color: #182e59;
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px 20px;
    margin-top: 30px;
    display: inline-block;
}

.dept-section .section-title {
    color: #182e59;
    font-size: 36px;
    font-weight: 500;
    line-height: 37px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.dept-section .section-short-desc {
    color: #182e59;
    font-size: 16px;
    font-weight: 400;
    line-height: 37px;
    margin: 0 auto 10px;
}

.dept-section .section-cap {
    text-align: center;
    height: 25px;
    margin-bottom: 40px;
}

.section-cap .line-cap {
    vertical-align: middle;
    margin-left: 10px;
    margin-right: 10px
}

/* Dean's Message */
.dean-message-block {
    width: 100%;
    box-shadow: 0 3px 20px rgba(183, 183, 183, 0.16);
    border-radius: 10px;
    background-color: #ffffff;
    padding: 20px;
    min-height: 300px;
}

.dean-message-wrap .block-title {
    opacity: 0.75;
    color: #182e59;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: -70px;
}

.dean-profile {
    width: 185px;
    float: left;
}

.dean-info {
    width: calc(100% - 185px);
    float: left;
    padding: 0px 20px;
}

.dean-info h4 {
    color: #000000;
    font-size: 18px;
    font-weight: 700;
}

.dean-profile img {
    margin-top: -85px;
}

.dean-message-block p {
    color: #182e59;
    font-size: 14px;
    font-weight: 300;
    line-height: 25px;
    margin: 10px 0;
}

.dean-name {
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    margin-top: 40px;
}

.dean-dept {
    color: #182e59;
    line-height: 21px; /* Text style for "Professor" */
    font-size: 18px;
    font-weight: 500;
    margin-top: 15px;
}

.dean-faculty {
    opacity: 0.75;
    color: #182e59;
    font-size: 13px;
    font-weight: 400;
}

.dean-message {
    width: 100%;
    display: inline-block;
}

.dean-message .read-more {
    opacity: 0.75;
    color: #182e59;
    font-size: 16px;
    font-weight: 500;
    text-align: right;
    float: right;
}

.dean-section .course-search ul {
    margin-top: -10px;
}

.dean-section .course-search .form-control {
    height: 50px;
}

.dean-section .course-search input[type="text"] {
    background-color: #c4c4c4;
    color: #182e59;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
}

/* news-notice-calendar section */
.news-notice-calendar .block {
    border: 1px solid #bababa;
    min-height: 460px;
}

.news-notice-calendar .block-title {
    background-color: #004d40;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    padding: 13px 0px;
}

.news-notice-calendar .news-block .block-title {
    background-color: #8d4cb5;
}

.news-notice-calendar .notice-block .block-title {
    background-color: #ffab0b;
}

/* Calendar */
.calendar-block .pb-calendar > .calendar-head-frame > .row > .col, .calendar-block .pb-calendar > .calendar-body-frame > .row > .col {
    vertical-align: middle;
    font-size: 13px;
    line-height: 15px;
    height: 50px;
    border: 2px solid #F5F5F5;
    background: #ffff;
    width: 100%;
    height: 26px;
}

/* News */
ul.news-list {
    padding: 15px;
}

ul.news-list img {
    width: 60px;
    float: left;
    margin-right: 10px;
}

ul.news-list li {
    width: 100%;
    margin: 15px 0px 0;
    display: inline-block;
    vertical-align: middle;
}

ul.news-list li a {
    color: #243b55;
    font-size: 10px;
    font-weight: 400;
    line-height: 17px;
    vertical-align: middle;
}

/* Notice */
ul.notice-list {
    padding: 15px;
}

ul.notice-list img {
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
}

ul.notice-list li {
    width: 100%;
    margin: 15px 0px 0;
    display: inline-block;
    vertical-align: middle;
    border-bottom: 1px solid #bababa;;
}

ul.notice-list li a {
    color: #182e59;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

/* Faculty Member */
.faculty-member .name {
    padding: 8px 0 5px;
    color: #000000;
    font-size: 18px;
    font-weight: 400;
}

.faculty-member .designation {
    color: #000000;
    font-size: 14px;
    font-weight: 300;
}

.bottomLine {
    background: url(images/bottom_line.jpg) no-repeat center center;
    width: 100%;
    height: 6px;
    margin-top: 12px;
}

/* Popular Program */
.program-section {
    background-color: #ededed;
    overflow: hidden;
    padding: 60px 0;
}

.popular-program-wrap {
    box-shadow: 0 3px 20px rgba(183, 183, 183, 0.16);
    background-color: #ffffff;
}

.popular-program {
    margin-left: -30px;
}

.popular-program .slick-slide {
    padding-left: 30px !important;
}

.program-date-wrap {
    background-color: #182e59;
    opacity: 0.92;
    width: 105px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.program-date {
    /*	transform: translate(0px, 50%);*/
    -ms-word-break: break-all;
    word-break: break-all;
}

/*.crt-program .program-date{}*/
.program-photo {
    position: relative;
}

.popular-program-content {
    padding: 0 15px 15px;
}

.program-name {
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    margin-top: 15px;
}

.program-short-desc {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    text-align: justify;
}

.btn-program {
    width: 100px;
    height: 35px;
    border-radius: 3px;
    background-color: #004d40;
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
}

.program-link {
    text-align: right;
    margin-top: 10px;
}

/* News and Event */
.dept-news-event {
    background-color: #ededed;
    overflow: hidden;
    padding: 60px 0;
}

/* testimonial*/
.dept-testimonial {
    width: 80%;
    margin: 0 auto;
}

.commented-wrap {
    width: 330px;
    margin: 0 auto;
}

.comments {
    color: #182e59;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
}

.commented-photo {
    width: 65px;
    float: left;
    margin-right: 15px;
}

.commented_by_info {
    width: calc(100% - 100px);
    float: left;
    text-align: left;
}

.commented_by {
    color: #182e59;
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
}

.commented_dept {
    color: #182e59;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
}

.commented-photo img {
    border-radius: 50%;
}

.dept-section .slick-dots li button {
    width: 30px;
    height: 5px;
}

.dept-section .slick-dots li button:before {
    width: 30px;
    height: 5px;
    content: '';
    background: #000;
    border-radius: 5px;
}

.dept-section .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: -15px 10px;
    padding: 0;
    cursor: pointer;
}

/* Department page Responsive */
/* lg */
@media all and (min-width: 1400px) {
    .dept-section .item-content {
        width: 35%;
    }
}

/* md */
@media (min-width: 992px) and (max-width: 1199px) {

}

@media all and (max-width: 991px) {

}

@media all and (min-width: 768px) and (max-width: 991px) {
    .dept-section .item-content h3 {
        font-size: 24px;
    }

    .dept-section .item-content p {
        font-size: 13px;
    }
}

/* xs */
@media all and (max-width: 767px) {
    .dept-section .item-content {
        top: 30%;
        width: 80%;
    }

    .dept-section .item-content h3 {
        font-size: 20px;
    }

    .dept-section .item-content p {
        font-size: 13px;
    }

    .dept-section .slider-more-btn {
        margin-top: 0px;
    }
}

/* End Department page */

/********************************************************************************************************************
**************************************End css (Parvez Reza)**********************************************************
*********************************************************************************************************************/
.trustee-member-img img {
    width: 150px;
}

.crt-conferences-slide li img {
    height: 113px !important;
}

.recent-news-list a img.logo-90x90 {
    width: 55px;
    height: 55px
}

.pb-calendar > .calendar-head-frame > .row > .col > .schedule-dot-list, .pb-calendar > .calendar-body-frame > .row > .col > .schedule-dot-list {
    position: relative;
    bottom: -5px;
    margin-top: 0px;
    text-align: center;
    height: 0px;
}

.pb-calendar .schedule-dot-item.red {
    background-color: red;
}

.pb-calendar .schedule-dot-item.blue {
    background-color: blue;
}

.pb-calendar .schedule-dot-item.green {
    background-color: green;
}

/******************************************* by mahmud for autocomplete *******************************/
.autocomplete-suggestions {
    border: 1px solid #999;
    background: #FFF;
    overflow: auto;
}

.autocomplete-suggestion {
    border-bottom: 1px #f1f1f1 solid;
    padding: 4px 5px;
    white-space: nowrap;
    overflow: hidden;
}

.autocomplete-selected {
    background: #F0F0F0;
}

.autocomplete-suggestions strong {
    font-weight: normal;
    color: #3399FF;
}

.autocomplete-group {
    padding: 2px 5px;
}

.autocomplete-group strong {
    display: block;
    border-bottom: 1px solid #000;
}

/*************************************** by mahmud for autocomplete ends *******************************/

/**************************************new css by Tauhed**********************************************/
.kingster-navigation .sf-menu a i{margin-right: 0}
/*.slider-right-section {
    background-color: #004d40;
}*/
.upperGadget{
    background-color: #006B9A;
}
.lowerGadget{
    background-color: #004d40;
    margin-top: 14px;
}
.slider-right-section-bg {
    /*background-image: linear-gradient(to right, #fdc830 0%, #fdc830 5%, #f37335 100%);*/
    height: 250px;
    /*border-radius: 0% 0% 25% 0%;*/
    margin-top: -2px;
}
#slider .FormWrapper{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 27px 0;
    background: rgba(49,50,51,.4);
}
.FormWrapper form {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    overflow: hidden !important;
    width: 90% !important;
    margin: 0 auto !important;
    border-radius: 3px !important;
}
.FormWrapper form .InputWrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
}
.FormWrapper form input {
    width: calc(100% + 3px) !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    padding: 0 1rem !important;
    background-color: #fff !important;
    border: 1px solid #c4c9cc !important;
    border-right-color: #fff !important;
    color: #313233 !important;
}
.FormWrapper form button {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 50px !important;
    flex: 0 0 50px !important;
    background: #E58F1F !important;
    border: 1px solid #E58F1F !important;
    color: #fff !important;
}
.FormWrapper form button, .FormWrapper form input {
    height: 45px !important;
}
.FormWrapper table, .gsc-search-button .gsc-search-button-v2{margin: 0 !important;}
.FormWrapper table tr td{border: none;padding: 0}
.FormWrapper .gsib_a, .gsc-input-box{border: none !important;padding: 0 !important;}
.gsc-search-box-tools .gsc-search-box .gsc-input{padding-right: 0 !important;}
@media all and (min-width: 1025px){
    .FormWrapper form {
        width: 715px !important;
    }
    body .DesktopOnlyBlock {
        display: block;
    }
    .FormWrapper form button {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100px !important;
        flex: 0 0 100px !important;
    }
}
.vcName, .treasurerName{ margin-bottom: 0;font-size: 26px; font-weight: bolder; color: rgb(185, 20, 46); visibility: visible; animation-name: fadeInLeft;}
.cal-top-part {
    background-color: #d0d0d0;
    border-radius: 10px 10px 0px 0px;
    text-align: center;
    width: 100px;
    /*margin: 14% auto 0;*/
    padding: 10px;
    border-bottom: 5px solid gray;
}
.cal-top-bottom-part{
    background-color: #4f5d6e;
    color: #fff;
    font-size: 45px;
    border-radius: 0 0 10px 10px;
    text-align: center;
    padding: 0;
    width: 100px;
    height: 60px;
    margin: 5px auto 0;
}
.cal-data-text{color: #ffffff;text-align: center}
.cal-data-text h4 {
    /*font-size: 31px;*/
    font-weight: 500;
    color: #fff;
    margin-bottom: 0;
}
/*for normal gadget*/
.cal-data-text h4 { font-size: 24px;margin-top: 3px; }
.cal-data-text .clockdiv{margin-top: 5px}
ul.asdf li{ margin-left: 60px; margin-top: 3px;}
.cal-top-part {margin: 6% auto 0}
/*for normal gadget*/
.cal-data-text span {
    font-size: 20px;
    /*font-weight: 600;
    margin-bottom: 10px;
    display: block;*/
}
ul.asdf li {
    float: left;
    color: #616e7d;
    font-weight: bold;
    border: 3px solid #fff;
    font-size: 12px;
    background-color: #616e69;
    /*margin: 5px;*/
    letter-spacing: 0;
    /*margin-left: 50px;
    margin-top: 10px;*/
    height: 24px;
}
#loginForm input{width: 100%;padding: 2px 5px}
#loginForm .btn-course-search{
    /* margin-left: 0 !important;
     width: 100%;*/

    width: 100%;
    background: #004d40;
    margin-top: 20px !important;
    margin-left: 0px !important;
    color: #fff;
    padding: 4px 0;
    border: 0;
}

#loginForm a.btn-course-search {
    width: 100%;
    text-align: center;
    padding: 5px 0;
    border: 0;
    height: 28px;
    font-size: 13px;
    border-radius: 0;
}
/*.curl {
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 0;
    right: 0;
    background :
        linear-gradient(
                315deg,
                #fff,
                #f3f3f3 45%,
                #ddd 50%,
                #aaa 50%,
                #bbb 56%,
                #ccc 62%,
                #f3f3f3 80%,
                #fff 100%
        );
    box-shadow : 0 0 10px rgba(0, 0, 0, .5);
    transition: all .5s ease;
}
.curl:before,
.curl:after {
    content: '';
    position: absolute;
    z-index: -1;
    left: 12.5%;
    bottom: 5.8%;
    width: 70%;
    max-width: 300px;
    max-height: 100px;
    height: 55%;
    box-shadow: 0 12px 15px rgba(0, 0, 0, .3);
    transform: skew(-10deg) rotate(-6deg);
}
.curl:after {
    left: auto;
    right: 5.8%;
    bottom: auto;
    top: 14.16%;
    transform: skew(-15deg) rotate(-84deg);
}

.curl:hover {
    width: 140px;
    height: 140px;
}
.curl:hover:before,
.curl:hover:after {
    box-shadow: 0 24px 30px rgba(0, 0, 0, .3);
}*/

/*.view {
    position: relative;
    !*width: 456px;*!
    height: 220px;
    !*margin: 60px auto 0;*!
    border-radius: 30px;
    background-color: rgba(0,0,0,.1);
    box-shadow: inset 0 -2px 1px 0 rgba(255,255,255,.16), inset 0 0 0 2px rgba(0,0,0,.2);
    transform-style: preserve-3d;
    transform: perspective(1000px);
    cursor: pointer;
    margin-top: 15px;
}

.slice {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 98px;
    box-sizing: border-box;
    border: 5px solid #e8e3da;
    !*background-image: url('http://cdn.magdeleine.co/wp-content/uploads/2015/02/YS4_5968_69_70-2-3-1400x933.jpg');
    background-size: 100%;
    background-repeat: no-repeat;*!
    transition: filter .1s linear;
    z-index: 10;
    text-align: center;
    font-size: 30px;
    line-height: 100px;
}
.view:hover .clockdiv{opacity: 1}
.view:hover .slice{
    background-image: url('http://cdn.magdeleine.co/wp-content/uploads/2015/02/YS4_5968_69_70-2-3-1400x933.jpg');
}
#one {
    top: 0;
    !*height: 98px;*!
    border-bottom: none;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    background-position: 0 0;
}

#two {
    top: 60px;
    !*height: 98px;*!
    border-top: none;
    border-bottom: none;
    background-position: 0 -90px;
}

#three {
    top: 125px;
    !*height: 98px;*!
    border-top: none;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    background-position: 0 -190px;
}

.shadow {
    position: absolute;
    top: 5px;
    left: 0;
    width: 100%;
    height: 215px;
    background: #192F59;
    border-radius: 30px;
    opacity: .8;
    !*filter: blur(5px);*!
}

.view:hover .shadow {
    left: -3px;
    !*width: 462px;*!
    height: 150px;
    filter: blur(5px);
    opacity: 1;
}


.view:hover #one {
    transform-origin: 50% 0;
    animation-name: first;
    animation-duration: 200ms;
    animation-iteration-count: 1;
    animation-play-state: play;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
    filter: brightness(104%);
}

.view:hover #two {
    transform-origin: 50% 100%;
    animation-name: second;
    animation-duration: 200ms;
    animation-iteration-count: 1;
    animation-play-state: play;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
    filter: brightness(60%);
}

.view:hover #three {
    transform-origin: 50% 0;
    animation-name: third;
    animation-duration: 200ms;
    animation-iteration-count: 1;
    animation-play-state: play;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
    filter: brightness(104%);
}

@keyframes first {
    0% {
        transform: none;
    }
    95% {
        transform: rotateX(60deg);
    }
    100% {
        transform: rotateX(60deg);
    }
}

@keyframes second {
    0% {
        top: 100px;
        transform: none;
    }
    95% {
        top: 18px;
        transform: rotateX(-45deg);
    }
    100% {
        top: 1px;
        transform: rotateX(-59deg);
    }
}

@keyframes third {
    0% {
        top: 125px;
        transform: none;
    }
    95% {
        top: 105px;
        transform: rotateX(60deg);
    }
    100% {
        top: 95px;
        transform: rotateX(60deg);
    }
}*/
/*admission date button on slider end*/
/*countdown timer start*/
.clockdiv{
    font-family: sans-serif;
    color: #fff;
    display: inline-block;
    font-weight: 100;
    text-align: center;
    font-size: 18px;
    /*margin-top: 163px;*/
    width: 100%;
    /*opacity: 0;*/
    /*position: absolute;
    bottom: 12px;*/
}

.clockdiv > div{
    padding: 2px 8px;
    /*border-radius: 3px;*/
    background: #192e59;
    opacity: 0.9;
    display: inline-block;
}
/*.clockdiv > div:first-child{border-radius: 0 0 0 17px;}
.clockdiv > div:last-child{border-radius: 0 0 17px 0;}*/
.clockdiv div > span{
    padding: 0;
    display: inline-block;
    font-weight: bold;
}

.smalltext{
    font-size: 12px;
}
/*countdown timer end*/
.btn-du {
    display: block;
    color: #262626;
    padding: 5px 5px;
    background: #192F59;
    margin-bottom: 8px;
    border: 1px solid transparent;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.btn-du:hover {
    background: #7e99a9;
    color: #FFF;
    border: 1px solid #ffffff;
}
.admissionGadget{
    height: 243px;position: relative
}
.admissionGadget .readMoreDiv{margin-top: 16px}
.admissionGadget .readMore{
    padding: 5px;
    color: #ffffff;
    border: 1px solid #ffffff;
}
.admissionGadget .readMore:hover{
    background: #192e59;
    border-color: #192e59;
}

/*exam dates and deadline css start*/
.section-calender .calender-item {
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin-bottom: 5px;
    min-height: 86px;
}
.section-calender .calender {
    width: 80px;
    height: 76px;
    background-position: 0 -1px;
    text-align: center;
    line-height: 1.45;
    margin: 0 15px 0 -6px;
}
.spr-sprite, .section-calender .calender {
    background-image: url(images/icon/spr-saa5420deec.png);
    background-repeat: no-repeat;
}
.left {
    float: left !important;
}
.section-calender .calender .month {
    font-size: 12px;
}
.color-white {
    color: #fff;
}
.section-calender .calender .date {
    font-size: 40px;
    font-weight: bold;
}
.section-calender .calender-content {
    padding: 5px 0;
}
.section-calender .calender-content .title {
    font-size: 18px;
    margin-bottom: 9px;
}
/*exam dates and deadline css end*/
#chiefAdvisor{
    /* padding: 40px 0;*/
}
.chiefAdvisorImg{margin: 10px 0}
.chiefAdvisorImg img{
    height: 240px;
    border-radius: 12%;
    padding: 25px;
    webkit-box-shadow: 0 1px 9px 1px rgba(25, 47, 89, 0.42);
    -moz-box-shadow: 0 1px 9px 1px rgba(25, 47, 89, 0.42);
    box-shadow: 0 1px 9px 1px rgba(25, 47, 89, 0.42);
}
.advisor-title{
    color:#0C0A61;
    font-size: 26px;
}
.advisorMsgContent{
    position: relative; padding: 45px 0
}
.advisorMsg h4{
    margin-top: 20px;
    color:#0C0A61;
    font-size: 20px;
}
/*fixed footer start*/
.footer-sticky {
    position: fixed;
    display: none;
    bottom: 0;
    width: 100%;
    right: 0;
    z-index: 100001;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    pointer-events: none;
}
.footer-sticky .row {
    max-width: 100%;
}
.footer-sticky .buttons-wrapper {
    display: inline-block;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.4);
    pointer-events: auto;
    padding: 10px 15px;
    background: #192F59;
}
.footer-sticky .button {
    vertical-align: bottom;
    padding: 10px;
    font-size: 16px;
    color: #ffffff;
}
.footer-sticky .button:first-child{
    border-right: 1px solid #ffffff;
}
.footer-sticky .fa{
    font-size: 30px;
    color: #ffffff;
    vertical-align: sub;
    margin-right: 5px;
}
/*fixed footer end*/
/*faculty search page style start*/
.facultyMemberDiv{
    padding: 10px;
    min-height: 360px;
}
.facultyMemberImg a img{
    width: 100%;
    height: 100%;
    max-height: 265px;
    object-fit: cover;
}
.facultyMemberTitle{font-size: 18px;font-weight: 500;text-align: center}
@media all and (min-width:768px) {
    .officeHeadProf{position: relative;height: 330px}
    .officeHeadProf .chairperson-details{position: absolute;bottom: 0;}
}

.officeHeadProf .google-scholar{margin-bottom: 15px}
.officeHeadProf .google-scholar img{height: 45px;}
.officeHeadProf .trustee-member-head{margin-bottom: 15px !important;}
.officeHeadProf .trustee-member-head h3{margin-bottom: 5px !important;}
.officeHeadProf .trustee-member-body{margin-bottom: 15px !important;}
/*faculty search page style end*/
ul.nav-tabs{padding: 0 !important;}
#collapse-41 ul li, #affiliation_professional_membership ul li{list-style: disc;}
#collapse-43 ul.nav-tabs>li{
    background: cadetblue;
    border: 1px solid #fff;
    border-radius: 4px 4px 0 0;
    margin-bottom: 0;
}
#collapse-43 ul.nav-tabs>li.active{border: 1px solid cadetblue}
#collapse-43 ul.nav-tabs>li.active>a{color: #0a0a0a}
#collapse-43 ul.nav-tabs>li>a{color: #ffffff}
#collapse-43 ul.nav-tabs>li>a:hover{color: #0a0a0a}
/**************************************new css end by Tauhed**********************************************/

/******************************shahed css start from here******************************/
.btn-program:hover{ color: #fff !important;}
.enquire-tabs {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    font-weight: 300;
    font-size: 1.25em;
}

/* Nav */
.enquire-tabs nav {
    text-align: center;
}

.enquire-tabs nav ul {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    margin: 0 auto;
    padding: 0;
    max-width: 1200px;
    list-style: none;
    -ms-box-orient: horizontal;
    -ms-box-pack: center;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}

.enquire-tabs nav ul li {
    position: relative;
    z-index: 1;
    display: block;
    margin: 0;
    text-align: center;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 2px solid #004d40;
}

.enquire-tabs nav a {
    position: relative;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 2.5;
}

.enquire-tabs nav a span {
    vertical-align: middle;
    font-size: 0.75em;
}

.enquire-tabs nav li.tab-current a {
    /*color: #74777b;*/
    color: #163269;
}

.enquire-tabs nav a:focus {
    outline: none;
}

/* Content */
.content-wrap {
    position: relative;
}

.content-wrap>div {
    display: none;
    margin: 0 auto;
    padding: 1em;
    max-width: 1200px;
    /*text-align: center;*/
}

.content-wrap .content-current {
    display: block;
}

/*.content-wrap section p {
    margin: 0;
    padding: 0.75em 0;
    color: rgba(40,44,42,0.05);
    font-weight: 900;
    font-size: 4em;
    line-height: 1;
}*/

/* Fallback */
.no-js .content-wrap section {
    display: block;
    padding-bottom: 2em;
    border-bottom: 1px solid rgba(255,255,255,0.6);
}

.no-flexbox nav ul {
    display: block;
}

.no-flexbox nav ul li {
    min-width: 15%;
    display: inline-block;
}

@media screen and (max-width: 58em) {
    .enquire-tabs nav a.icon span {
        display: none;
    }
    .enquire-tabs nav a:before {
        margin-right: 0;
    }
}

/* tab Fill up */

.enquire-tabs-style-fillup nav ul li a {
    padding: 1.9em 0;
    border-right: 1px solid #004d40;
    line-height: 1;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.enquire-tabs-style-fillup nav ul li:last-child a {
    border: none;
}

.enquire-tabs-style-fillup nav ul li.tab-current {
    z-index: 100;
}

.enquire-tabs-style-fillup nav ul li.tab-current a {
    color: #fff;
}

.enquire-tabs-style-fillup nav ul li a::after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    /*height: calc(100% + 1px);*/
    border: 1px solid #004d40;
    background: #004d40;
    content: '';
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
}

.enquire-tabs-style-fillup nav ul li.tab-current a::after {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.enquire-tabs-style-fillup nav ul li a span,
.enquire-tabs-style-fillup {  /*.icon::before*/
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transform: translate3d(0,5px,0);
    transform: translate3d(0,5px,0);
}

.enquire-tabs-style-fillup nav ul li a span {
    display: block;
    font-weight: 700;
    /*font-size: 0.7em;*/
    font-size: 1.5em;
    line-height: 1.5;

}
.enquire-tabs-style-fillup nav ul li a{
    color: #163269;
    text-decoration: none;
}
.enquire-tabs-style-fillup nav ul li a:hover {
    /*color: #fff;*/
    text-decoration: none;
}

.enquire-tabs-style-fillup  {   /*.icon::before*/
    display: block;
    margin: 0;
}

.enquire-tabs-style-fillup nav ul li.tab-current a span,
.enquire-tabs-style-fillup li.tab-current  {    /*.icon::before*/
    /*-webkit-transform: translate3d(0,-10px,0);*/
    /*transform: translate3d(0,-10px,0);*/
    color: #fff;
}
/*-------------*/
.padding-lef-right20-percent{
    padding-left: 20%;
    padding-right: 20%;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: unset;
    border-radius: unset;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    padding-left: 20px;
}
.ohp-tab-content {
    color: #686868;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 35px;
}

.ohp-tab-content ul {
    padding-top: 3%;
}

.ohp-tab-content ul li {
    color: #182e59;
    font-size: 18px;
    font-weight: 400;
    line-height: 37px;
}


.ohp-tab-content ul li:before {
    display: inline-block;
    margin-left: 0px;
    width: 50px;
    content: url("https://www.ewubd.edu/themes/east-west-university-department-eee/assets/default/images/icon/bullet-icon2.svg");
}

.ohp-tab-content ul li {
    margin-bottom: 15px;
}
/*--------------------*/
/*----------home page info grahic section start------------*/
.info-graphic-wraper-content.info-graphic-style {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    /*margin: -10px 0 7px;*/
    padding-top: 10px;
    overflow-x: auto;
}
.info-graphic-wraper-content.info-graphic-style .info-graphic-box {
    width: calc(25% - 10px);
    padding: 15px;
    /*margin: 0 0 33px;*/
    margin: 0 0 5px;
    min-height: 220px;
    /*display: flex;*/
    align-items: center;
    justify-content: center;
    transition: .3s ease;
    /*border-radius: 10px;*/
}
.info-graphic-wraper-content.info-graphic-style .info-graphic-box:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
.info-graphic-wraper-content.info-graphic-style .info-graphic-box>a {
    text-align: center;
}

.info-graphic-wraper-icon{
    /*display: block;*/
    text-align: center;
    margin-bottom: 20px;
    font-size: 64px;
    color: #fff;
    width: 100%;
}
.info-graphic-wraper-content.info-graphic-style .info-graphic-box>h3 {
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin-top: 0;
    margin-bottom: 20px;
}
/*----------home page info grahic section end------------*/
/*footer css start*/
.footerLogo img {
    margin-top: 30px;
}
/*footer css end*/
/*****tanzid*****/
.workshop {
    padding: 15px !important;
}

/*----------home page top-banner section start------------*/
.top-banner-wraper-content.top-banner-style {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    /*margin: -10px 0 7px;*/
    /*padding-top: 10px;*/
    margin: 15px 0px;
    overflow-x: auto;
}
.top-banner-wraper-content.top-banner-style .top-banner-box {
    width: calc(50% - 10px);
    padding: 15px;
    margin: 20px 0 10px;
    min-height: 220px;
    /*display: flex;*/
    align-items: center;
    justify-content: center;
    transition: .3s ease;
    box-shadow: 3px 3px 3px #666;
}
.top-banner-wraper-content.top-banner-style .top-banner-box:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
.top-banner-wraper-content.top-banner-style .top-banner-box a {
    text-align: center;
    color: #fff !important;
    position: relative;
}

.top-banner-wraper-content.top-banner-style .top-banner-box p {
    width: 100%;
    /*text-align: center;*/
    /*text-align: justify;*/
    font-size: 14px;
    /*font-weight: 600;*/
    color: #fff;
    margin-top: 0;
    margin-bottom: 5px;
}
.top-banner-text-block {
    position: absolute;
    left: 0;
    background-color: #0000005e;
    color: white;
    text-align: center;
    bottom: 0;
    padding: 10px;
}

/*----------home page top-banner section end------------*/

/*---------------program tab starts------------*/

/* Style the programs_tab */
.programs_tab {
    overflow: hidden;
    font-weight: 500;
    font-size: 1.5em;
    border: 1px solid #98C0E6;
    /* background-color: #8A26B5; */
    color: #192e59;
    width: 60%;
    margin-left: 20%;
}
.programs_tab_size{
    width: 50%;
    height: 100px;
}
/* Style the buttons inside the programs_tab */
.programs_tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    font-weight: 500;
    font-size: 1.5em;
    transition: 0.3s;
    /*font-size: 17px;*/
}

/* Create an active/current programs_tablink class */
.programs_tab button.active {
    background-color: #98C0E6;
}

/* Style the programs_tab content */
.programs_tabcontent {
    display: none;
    padding: 6px 12px;
    /*border: 1px solid #ccc;*/
    border-top: none;
    /*background-color: #f1f1f1;*/
}
.programs_tabcontent .col-md-4{
    margin: 0px;
    padding: 0px;
}
/*.programs_tabcontent h2 {
    color: #182E59; margin-bottom: 0px; padding: 30px;
}*/
.under-graduate-program-box{
    text-align: center;
    height: 80px;
    /*margin: 10px;*/
    padding: 10px;
    font-weight: 500;
    font-size: 16px;
    background: #98C0E6;
    color: #00418E;
    line-height: 2;
    border: 1px solid #F5F5F5;
}
.under-graduate-program-box:hover{
    background: #00418E;
    color: #fff !important;
}
.graduate-program-box{
    text-align: center;
    height: 80px;
    /*margin: 10px;*/
    padding: 10px;
    font-weight: 500;
    font-size: 16px;
    background: #98C0E6;
    color: #00418E;
    line-height: 2;
    border: 1px solid #F5F5F5;
}
.graduate-program-box:hover{
    background: #00418E;
    color: #fff;
}

/*---------------program tab ends------------*/

/*---------------common css starts------------*/
.margin-top20{
    margin-top: 20px;
}
/*---------------common css ends------------*/

/******************************shahed css end here******************************/
/*------------tanzid css ----------*/
table.table.table-striped.ewu-office-table tr td {
    text-align: left;
    padding: 0px 10px;
}
table.table.table-striped.ewu-office-table.tuition-feescss tr td:nth-child(3) {
    text-align: right;
}
table.table.table-striped.ewu-office-table.tuition-feescss tr td:nth-child(4) {
    text-align: right;
}
table.table.table-striped.ewu-office-table.tuition-feescss tr td:nth-child(5) {
    text-align: right;
}
table.table.table-striped.ewu-office-table.tuition-feescss tr td:nth-child(6) {
    text-align: right;
}
.program-short-desc table p{margin:0 !important}
.marquee a:not(:last-child):after{
    content: '|';
    color: #ffffff;
}

/***********************Convocation Live*************************/
.convocation-live-btn{
    width: 160px;
    height: 100px;
    background: #D50000;
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 3px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.live-ico{
    text-align: center;
    padding: 10px;
    animation: blink 1s linear infinite;
}
.conv-text{
    font-size: 13px;
    text-align: center;
    color: #fff;
    /*animation: blink 1s linear infinite;*/
}

@keyframes blink{
    0%{opacity: 0;}
    25%{opacity: .25;}
    50%{opacity: .5;}
    75%{opacity: .75;}
    100%{opacity: 1;}
}
#live-content .modal-dialog {
    /*transform: translate(0, -50%);*/
    top: 50%;
    -ms-transform: translateY(-45%) !important;
    transform: translateY(-45%) !important;;
    margin: 0 auto;
}
#live-content iframe{width: 788px; height:443px;-webkit-box-shadow: 0 0 48px -3px rgba(0,0,0,0.54);
    -moz-box-shadow: 0 0 48px -3px rgba(0,0,0,0.54);
    box-shadow: 0 0 48px -3px rgba(0,0,0,1);}
@media all  and (min-width: 768px){
    #live-content .modal-dialog {width: 800px;}
}
#live-content .modal-content{
    background: transparent;
    box-shadow: none;
    border: none;
}
#collapse-43 ul li{list-style: disc !important;}