body {
    height: 100%;
    font-family: "Open Sans", sans-serif;
}

a:hover {
    color: #0056b3;
    text-decoration: none;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before {
    display: none !important;
}
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
    display: none !important;
}
/*=========mobil Menubar===========*/
.logoMobil img {
    width: 100px;
}

.mobilMenu {
    display: none;
}
#mobilbar-sticky-wrapper {
    display: none;
}
.bg2 {
    position: fixed !important;
    width: 100% !important;
    z-index: 9999 !important;
    top: 0px !important;
    background: #f8f8f8 0% 0% no-repeat padding-box;
}
ul.nav.navbar-nav li a {
    color: #fff;
}
.latestNewsHeadline {
    margin-top: 10px;
    height: 45px;
    margin-bottom: -3px;
}
/* .gbMain:hover{
  background-color: rgba(0,0,0, .135);
  cursor: pointer;
} */

.patronDetails p {
    margin: 10px 0;
    font-size: 13px;
    font-weight: 500;
}

.slick-slider {
    overflow: hidden;
}
.slider .slick-dots li {
    display: inline-block;
    margin: 0 10px;
    width: 10px;
    height: 10px;
    background: #999;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    position: relative;
}
.slider .slick-dots li button {
    color: transparent;
    width: 10px;
    height: 10px;
    background: #009ee0;
    border: none;
    border-radius: 50%;
    opacity: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
    transition: all linear 0.3s;
}
.slider .slick-dots li.slick-active button {
    opacity: 1;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #009ee0;
}

.slick-dots {
    margin: 15px auto -12px auto;
    display: table !important;
}
.slick-arrow {
    width: 30px;
    height: 30px;
    margin: -20px 0 0;
    display: block;
    background: url("../image/bg_direction_nav.png") no-repeat 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    text-indent: -9999px;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    border: 0;
}
button.slick-arrow {
    outline: 0;
}
.slick-prev {
    left: -36px;
}
.slick-next {
    background-position: 100% 0;
    right: -36px;
}
.slick-slider:hover .slick-prev {
    left: 20px;
    opacity: 1;
}
.slick-slider:hover .slick-next {
    right: 20px;
    opacity: 1;
}

/*=================New Theme Customise=================*/
@font-face {
    src: url(../fonts/SolaimanLipi.ttf);
    font-family: sl;
}
.is-sticky {
    position: relative;
    z-index: 999;
}
/*===========top header=============*/

/*============logobar===========*/
#headerSticky {
    position: relative;
    z-index: 999;
    width: 100%;
    background-color: #e0ffff;
}

.schoolLogo {
    width: 80%;
    float: left;
}
.schoolLogo a {
    display: inline-flex;
    align-items: center;
}
.schoolLogo a h3 {
    margin: 0;
}
.mujibBar {
    width: 20%;
    float: left;
}
/* .schoolLogo img {
  height: 100%;
  height: 60px;
} */

.mujibBar img {
    width: 259px;
    float: right;
}
.mujibBar ul li {
    list-style-type: none;
}
.patronImage img {
    width: 271px !important;
    height: 275px;
}

#logoPart {
    padding: 2px 0;
}
.mujibBar ul {
    margin-top: 11px;
}
.mujibBar a {
    font-size: 12px;
    color: #e84361;
}
.stydentportalBtn {
    margin-top: 5px;
}
.stydentportalBtn a {
    padding: 8px 18px;
    background: #76b856;
    border-radius: 4px;
    color: #fff !important;
}
/*============logobar end===========*/

/*===================Menubar part==============*/
#menuBar {
    padding: 0 !important;
    margin-top: -2px !important;
    background-color: #009ee0;
}
.nav {
    display: -webkit-box;
    display: flex;
    /* position: relative; */
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    max-width: 100%;
    padding: 0;
    list-style: none;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    z-index: 999;
}
.mainMenu {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.nav > li {
    position: relative;
    -webkit-box-flex: 1;
    height: 46px;
    font-size: 14px;
    text-align: center;
    text-transform: capitalize;
    line-height: 41px;
    color: #fff;
    cursor: pointer;
    padding: 1px 13px;
    font-family: "SolaimanLipi", Arial, sans-serif !important;
    font-weight: 700;
}
.nav > li > i {
    font-size: 11px;
}
.nav > li:hover ul.dropdowndesk {
    visibility: visible;
    /* -webkit-transform: translate(0, 0);
          transform: translate(0, 0); */
    opacity: 1;
    z-index: 0;
    transform: translateX(0) !important;
    transition: all linear 0.6s;
}
.nav > li:hover ul.dropdowndesk > li {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
}
.nav > li:first-child {
    border-top-left-radius: 6px;
}
.nav > li:last-child {
    border-top-right-radius: 6px;
}

.dropdowndesk {
    visibility: hidden;
    display: -webkit-box;
    display: flex;
    position: absolute;
    width: 251px;
    top: 100%;
    left: 0;
    right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin: 0;
    padding: 5px 0 1px;
    list-style: none;
    color: #fff;
    background: rgb(17 130 133) !important;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    box-shadow: 1px 2px 5px -1px rgba(0, 0, 0, 0.15),
        0px 4px 14px -1px rgba(0, 0, 0, 0.1);
    -webkit-transform: translate(0, -60px);
    transform: translate(0, -60px);
    -webkit-transition: opacity 0.5s, z-index 0s 0.5s,
        -webkit-transform 0.5s ease-out;
    transition: opacity 0.5s, z-index 0s 0.5s, -webkit-transform 0.5s ease-out;
    transition: transform 0.5s ease-out, opacity 0.5s, z-index 0s 0.5s;
    transition: transform 0.5s ease-out, opacity 0.5s, z-index 0s 0.5s,
        -webkit-transform 0.5s ease-out;
    opacity: 0;
    z-index: -1;
    text-align: left;
    transform: translateX(200px) !important;
}
.dropdowndesk li a i {
    margin-right: 8px;
    font-size: 14px;
}
.nav > li:hover {
    background: #00ac9d;
    font-size: 18px;
    font-weight: bold;
}
.dropdowndesk > li {
    font-size: 12px;
    cursor: pointer;
    padding: 0 15px;
    border-bottom: 2px solid #dddddd85;
}
.dropdowndesk li a {
    color: #fff;
    font-size: 12px;
    transition: all linear 0.5s;
}
.dropdowndesk li:hover {
    color: #fff;
}
.dropdowndesk > li:hover {
    background: rgb(0,158,224);
    color: #fff;
    text-decoration: none;
}
.dropdowndesk > li:hover a {
    color: #fff;
    margin-left: 10px;
}
@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate(-25%, 0);
        transform: translate(0, 0);
        opacity: 0;
    }
    to {
        -webkit-transform: translate(-25%, 0);
        transform: translate(0, 0);
        opacity: 1;
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate(-25%, 0);
        transform: translate(0, 0);
        opacity: 0;
    }
    to {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
    }
}
.login {
    position: relative;
    left: 22%;
}
.academicResult {
    background-color: #fff;
    box-shadow: 0 0 6px 0 rgba(221, 221, 221, 0.521);
    position: absolute;
    top: 222px;
    left: 251px;
    width: 200px;
    padding-left: 0;
    display: none;
    transition: all linear 0.5s;
}

.academicResult li {
    list-style-type: none;
    background-color: #fff;
    box-shadow: 0 0 6px 0 rgba(221, 221, 221, 0.521);
}

.academicResult li a {
    padding: 11px 26px;
}

.chlidDropedown:hover .academicResult {
    display: inline;
}
/*===============menuBar part===============*/

/*============banner Slider==============*/
.banner-slide {
    position: relative;
    background-color: #fff;
    border-radius: 5px;
    border: 2px solid rgb(153 153 153 / 49%);
}
.banner-slide img {
    width: 100%;
    height: 450px;
}
.sliderMobil {
    padding: 10px;
    overflow: hidden;
    background-color: #ffffff;
}
/* .banner-slide::before{
  position: absolute;
  content:'';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #01468c63;

} */

.admission {
    background: #8dc63f;
    padding: 10px;
    clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
    width: 15%;
}
.admission p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 0;
    font-family: "SolaimanLipi", Arial, sans-serif !important;
    font-weight: 700;
}
.bannerText h3 {
    font-size: 55px;
    font-family: "SolaimanLipi", Arial, sans-serif !important;
    font-weight: 600;
    color: #fff;
}
.bannerText h5 {
    font-size: 18px;
    color: #8dc63f;
    font-family: "SolaimanLipi", Arial, sans-serif !important;
    font-weight: 700;
    margin-bottom: 40px;
}
.bannerText a {
    font-size: 16px;
    font-family: "SolaimanLipi", Arial, sans-serif !important;
    border: 1px solid #fff;
    padding: 10px 34px;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
}
.bannerText {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 160px;
    left: 0;
    padding: 126px 0 0 150px;
}
.caption h6 {
    text-align: right;
    color: #fff;
    margin-right: 32px;
    font-size: 25px;
}
.caption {
    background: #000000a1;
    width: 25%;
    float: right;
    margin-top: -31px;
    padding: 12px 0;
}

/*==============top header end=========*/
#slider-2-slide-3-layer-9 {
    left: -995px;
    top: 69px;
}
#slider2Apply {
    left: -995px;
    top: 69px;
}
.imageOverflow {
    position: relative;
}
.imageOverflow::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: transparent linear-gradient(180deg, #01468c14 0%, #01468c 100%)
        0% 0% no-repeat padding-box;
}
/* .latestNews {
  float: left;
  width: 14%;
  padding: 10px 0;
  background-color: #082418;
  padding-left: 17px;
} */
/* .latestNews::before{
  position: absolute;
  counter-reset: '';
  widows: 25px;
  height: 25px;
  top: 0;
  left: 0;
  background-color: #c00;
} */
.latestNews p {
    margin: 0 !important;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
}
.scrollNews {
    float: left;
    width: 86%;
    height: 30px;
    border: 1px solid #76b856;
}
.scrollNews p {
    font-size: 20px;
    font-family: sl;
    line-height: 46px;
}
.latestNews {
    float: left;
    width: 14%;
    padding: 4px 0;
    background-color: #76b856;
    padding-left: 17px;
    position: relative;
}

#gbSection {
    padding-bottom: 25px;
}
.gbImage {
    float: left;
    width: 35%;
    margin-top: 20px;
}
.gbImage img {
    height: 100px;
    width: 100% !important;
}
.gbName {
    text-align: center;
}
.gbName p {
    font-size: 13px;
    color: #005cac;
    font-family: sl;
    margin-top: 12px;
    margin-bottom: 0;
}
.gbName h5 {
    font-size: 10px;
    color: #474747;
    font-family: sl;
    margin-top: 2px;
    margin-bottom: 0;
}
.gbIText {
    float: left;
    width: 65%;
    padding-left: 5px;
    margin-top: 20px;
}
.gbspeecs .quoteTitle {
    font-size: 14px;
    color: #2d2d2d;
    line-height: 20px;
    margin: 0;
    overflow: hidden;
    font-weight: bold;
}
p.quoteName {
    margin: 5px 0;
    font-size: 12px;
}
.gbspeecs h6 {
    font-weight: bold;
    font-size: 23px;
}
.noticeTitel {
    padding: 12px;
    background-color: #e84361;
    color: #fff !important;
    padding-bottom: 16px !important;
}

.gbMain {
    padding: 8px;
    height: 215px;
    background-color: #f5f5f5;
    margin-bottom: 12px;
    box-shadow: 0 0 7px 0 rgb(153 153 153 / 78%);
}
.gbIText a {
    font-size: 12px;
    color: #365d7e;
    font-family: "Open Sans", sans-serif !important;
    font-weight: 400;
}
.navContact {
    display: none;
}
.chairman p {
    font-weight: bold;
    margin-bottom: 4px;
    padding-bottom: 7px;
    color: #fff;
    text-align: center;
    line-height: 35px;
}
.chairman {
    background: #e84361;
    height: 40px;
}

/*====================bekash part======================*/
.modal {
    position: fixed;

    z-index: 9999;
    display: none;
    overflow: hidden;
    outline: 0;
}

/*==============footer===============*/

#footer {
    padding: 5px 0 0 0;
    position: relative;
}
#footer::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #76b856;
}
.upfooter {
    text-align: center;
    margin-top: 55px;
    margin-bottom: 40px;
}
.upfooter ul li {
    display: inline-block;
}

.footer-logo h5 {
    color: #8dc63f;
    font-size: 25px;
    padding: 10px 0;
}

.footer-logo p {
    font-family: "Poppins", sans-serif;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    padding-bottom: 30px;
}

.footer-logo h6 {
    color: #fff;
    font-size: 14px;
    padding-top: 10px;
}

.odhyyon {
    color: #ff8000;
    font-weight: bold;
}

.adde-soft {
    color: #38ada9;
    font-weight: bold;
}

.quick-view h5 {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 14px;
}
.quick-view ul,
.quick-view ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#upfooter {
    padding: 20px 0;
}

.upfooter ul li {
    margin-right: 50px;
}

.upfooter ul li img {
    color: #fff;
}

.upfooter ul li span {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
}

.footer-logo a {
    background: #8dc63f 0% 0% no-repeat padding-box;
    color: #fff;
    padding: 6px 33px;
}

.facebook h4 {
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    padding-bottom: 20px;
}

.icon ul li {
    display: inline-block;
    color: #fff;
    margin-right: 15px;
}

.copyright p {
    color: #fff;
    margin-top: 20px;
}

.m-footer {
    border-bottom: 1px solid #ffffff;
}
.footerContact {
    display: none;
}
.footer-logo {
    margin-top: -20px;
}

/*==================principle speecs==================*/
#pageName {
    padding: 8px 0;
    /* background-image: url(../image/pageBg.png); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.principleDetails p {
    font-size: 22px;
    margin-top: 25px;
    font-family: sl;
}
.principleDetails h6 {
    font-size: 30px;
    margin-top: 25px;
    font-family: sl;
}
.principleDetails h5 {
    font-size: 31px;
    font-family: sl;
}
.principleDetails h4 {
    font-size: 29px;
    font-family: sl;
}
/*==================principle speecs==================*/
.accordion {
    width: 100%;
    margin: 12px auto 20px;
    background: #f5f5f5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding-left: 0;
    position: relative;
}

.pageMenu {
    margin-top: 15px;
    background: #f5f5f5 none repeat scroll 0 0 !important;
}
.pageMenu p {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    line-height: 51px;
    /* padding-left: 25px; */
    background-color: #e84361 !important;
    text-align: center;
}
.accordion li {
    list-style-type: none;
}
.accordion .link {
    cursor: pointer;
    display: block;
    padding: 10px 15px 10px 15px;
    color: #4d4d4d;
    font-size: 14px;
    font-weight: 700;
    border-bottom: 1px solid #ccc;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion .link a {
    color: #4d4d4d;
}
.accordion li:last-child .link {
    border-bottom: 0;
}

.accordion li i {
    position: absolute;
    top: 16px;
    left: 12px;
    font-size: 18px;
    color: #595959;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
    right: 12px;
    left: auto;
    font-size: 10px;
}

.accordion li.open .link {
    color: #b63b4d;
}

.accordion li.open i {
    color: #b63b4d;
}

.accordion li.open i.fa-chevron-down {
    -webkit-transform: rotate(269deg);
    -ms-transform: rotate(269deg);
    -o-transform: rotate(269deg);
    transform: rotate(269deg);
}

/**
 * Submenu
 -----------------------------*/
#pageBody {
    padding: 25px 0;
    /* background: #1e74c521 0% 0% no-repeat padding-box; */
}
.chairmanImage img {
    width: 250px !important;
    margin: 0 auto;
    display: table;
}
.pageName h3 {
    font-size: 31px;
    color: #000000;
    font-family: sl;
    font-weight: 700;
    border-bottom: 1px solid #ddd;
    padding-bottom: 11px;
    margin-top: 30px;
}
.submenu {
    display: none;
    background: #444359;
    font-size: 14px;
    padding-left: 0;
}
.patronImageAdvice p {
    font-family: "SolaimanLipi", Arial, sans-serif !important;
    font-size: 13px;
    text-align: justify;
    margin-top: 20px;
}
.patronImageAdvice2 p {
    line-height: 15px;
}
.patronDetails h4 {
    font-family: "SolaimanLipi", Arial, sans-serif !important;
    font-size: 22px;
    font-weight: bold;
}
.patronDetails h5 {
    font-family: "SolaimanLipi", Arial, sans-serif !important;
    font-size: 18px;
}
.patronDetails h6 {
    font-family: "SolaimanLipi", Arial, sans-serif !important;
    font-size: 16px;
    font-weight: bold;
}
.missionObj li {
    list-style-type: disc;
}
.submenu li {
    border-bottom: 1px solid #4b4a5e;
}

.submenu a {
    display: block;
    text-decoration: none;
    color: #d9d9d9;
    padding: 12px;
    padding-left: 42px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.submenu a:hover {
    background: #b63b4d;
    color: #fff;
}
.historyInf h3 {
    font-size: 27px;
    color: #000;
    font-family: "SolaimanLipi", Arial, sans-serif !important;
    font-weight: 700;
    margin-top: 32px;
}

.historyInf p {
    font-size: 18px;
    color: #000;
    font-family: "SolaimanLipi", Arial, sans-serif !important;
    margin-top: 15px;
}
.historyInfImage {
    position: relative;
}
.historyInfImage::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 44px;
    left: 29px;
    border: 2px solid #8dc63f;
    z-index: -1;
}

/*=============Contact Page ================*/

#contact-information {
    padding: 70px 0;
}

.contactmain {
    padding: 60px 0;
}

.contactmain h3 {
    font-size: 30px;
    color: #5358b2;

    font-weight: 400;
}

.contactmain p {
    font-size: 15px;
    color: #7c7c7c;

    font-weight: 400;
}

.address-contact {
    padding: 70px 25px;
    box-shadow: 3px 0 15px 0 #9e9e9e;
    background: #fff;
    height: 200px;
}

.address-contact h5 {
    font-size: 20px;
    color: #5358b2;

    font-weight: 400;
    padding: 7px 0;
}

.address-contact h6 {
    font-size: 15px;
    color: #7c7c7c;

    font-weight: 400;
}

.address-contact p {
    font-size: 15px;
    color: #7c7c7c;

    font-weight: 400;
    padding-top: 5px;
}
.contactAddress {
    padding: 40px 0;
}
.allBranceAddress {
    padding: 52px 10px !important;
    margin-bottom: 15px;
}

.allBranceAddress p {
    margin-top: 5px;
}

#conform {
    margin-top: -42px;
    margin-bottom: 75px;
}

.contactlist form input {
    height: 60px;
    background: #ececec;
    border: none;
}

.contactlist form textarea {
    width: 100%;
    height: 70px;
    margin-top: 30px;
    padding-left: 20px;
    background: #ececec;
    border: none;
}

.contactlist {
    box-shadow: 3px 0 15px 0 #9e9e9e66;
    padding: 60px 80px;
    background: #fff;
}

.contactlist button {
    background: #5358b2;
    padding: 15px 70px;
    border: none;
    border-radius: 5px;
    margin-top: 40px;
}

.classAdmission {
    background-image: url(../image/allAdmission.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative;
}
.classAdmission::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.377);
}
.classAdmission h5 {
    color: #fff !important;
    position: absolute;
    z-index: 99;
    font-family: sl;
    font-size: 25px !important;
    line-height: 33px;
    margin-top: 11px;
}
/*===========photo gallary=============*/
.photoGallary {
    position: relative;
    padding: 15px;
    background: #fff;
    border-radius: 10px;
}
.albumname {
    width: 100%;
    height: 50px;
    background-color: #00346ba6;
}
.albumname p {
    color: #fff;
    font-size: 22px;
    line-height: 50px;
}
/*==========new ACPS Css===========*/
.schoolHistory {
    background-color: #fff;
    height: 100%;
    padding: 12px;
    margin-top: 15px;
    border-radius: 5px;
    overflow: hidden;
}
.historyHead {
    height: 45px;
    background-color: #e84361;
}
.homeDetails h2 {
    font-family: "Open Sans";
    font-weight: 500;
    font-size: 36px;
}
.schoolHistory p {
    font-size: 15px;
    line-height: 1.2;
    text-align: justify;
    color: #444;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}
.historyHead h4 {
    color: #fff;
    font-size: 22px;
    line-height: 43px;
}
.achivmentImage {
    width: 30%;
    float: left;
}
.achivmentText {
    width: 70%;
    float: left;
}
.achivmentImage img {
    width: 100%;
    height: 100px;
}
.achivmentHome {
    height: 102px;
    overflow: hidden;
}
.achivmentText {
    padding: 0 10px;
}
.achivmentText p {
    margin-bottom: 2px;
}
.achivmentText {
    padding: 0 10px;
}
.achivmentHome {
    height: 102px;
    overflow: hidden;
    background: #fff;
    border-bottom: 2px solid #ddd;
}

.achivmentMain {
    background-color: #fff;
    padding: 5px;
    margin-top: 15px;
    border-radius: 5px;
    height: 365px;
}
.achivmentMain h5 {
    border-bottom: 2px solid #ddd;
    padding: 10px 5px;
}
.noticeDate {
    width: 23%;
    float: left;
    background-color: #f3f3f3;
}
.noticeText {
    width: 77%;
    float: left;
    padding: 0 10px;
}
.noticeBoardAcps {
    background-color: #f5f5f5;
    height: 400px;
    padding: 10px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 7px 0 rgba(153, 153, 153, 0.733);
    margin-bottom: 15px;
}
section.bottom-section {
    padding: 0;
    margin: 0;
    background: #2b2b2b;
    text-align: center;
}
.copyright p {
    color: #fff;
    margin: 0;
    font-size: 13px;
    padding: 5px 0;
}
.copyright p a {
    color: #6091ba;
    font-weight: 700;
    text-transform: uppercase;
}
.noticeBoardAcps marquee {
    height: 330px;
}
.noticeBoardOther {
    height: 300px;
}
.noticeDate p {
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 1px;
    padding: 6px 0;
    background-color: #4782b2;
}
.noticeDate h5 {
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 1px;
    padding: 6px 0;
}
.noticeText p {
    margin-bottom: 1px;
    font-size: 18px;
    font-family: sl;
    height: 53px;
    overflow: hidden;
}
.noticeBoardInner {
    height: 82px;
    margin-bottom: 10px;
    border-bottom: 2px solid #ddd;
    border-bottom-style: dashed;
}
.noticeBoardInner:hover {
    background-color: #ddd;
}
.noticeBoardInner:hover a {
    color: #c00;
}
.noticeBoardAcps h5 {
    font-size: 14px;
    font-weight: bold;
    border-bottom: 2px solid #ddd;
    padding-bottom: 5px;
}
.noticeViewall {
    position: absolute;
    height: 29px;
    width: 93%;
    bottom: 0;
    background-color: #f5f5f5;
}
.noticeViewall a {
    color: #959292;
    font-weight: bold;
}
.videoPart {
    margin-top: 15px;
}
.facbookPage {
    background-color: #fff;
    margin-top: 10px;
    height: 320px;
    margin-bottom: 15px;
}
.facbookPage p {
    padding: 10px 10px;
    border-bottom: 2px solid #ddd;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 7px;
}
.facbookPage iframe {
    margin-left: 45px;
}
.quickViewInfo ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 12px;
}
.historyDetails img {
    height: 350px !important;
}
.historyDetails {
    margin-top: 15px;
    background-color: #fff;
    padding: 10px;
    border-radius: 6px;
    margin-bottom: 15px;
}
.suggestedVideo {
    height: 50px;
    background-color: #fff;
    line-height: 50px;
    padding-left: 23px;
    margin-top: 20px;
}
.suggestedVideo p {
    font-size: 18px;
    font-weight: bold;
}
.innerVideo {
    margin-top: 10px;
}
.circularyDetails {
    padding: 10px;
    margin: 15px 0;
    background-color: #fff;
    border-radius: 6px;
}
/*=============G.B============*/
.teacherImageMain {
    margin-bottom: 20px;
}
.teacherImage {
    position: relative;
    z-index: 1;
    transition: all linear 0.8s;
    box-shadow: 0 0 4px 0 #00000070;
    overflow: hidden;
}
.teacherImage img {
    width: 200px;
    height: 235px !important;
}
.teacherSocialAccount {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.281) 0% 0% no-repeat padding-box;
    z-index: 11;
    display: none;
    transition: all linear 0.8s;
}
.teacherSocialAccount ul {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    padding-left: 0;
}
.teacherSocialAccount ul li {
    display: inline;
    color: #fff;
    margin-right: 5px;
    cursor: pointer;
}
.teacherName {
    text-align: center;
}
.teacherName h4 {
    font-size: 17px;
    color: #0050ac;
    font-family: sl;
    margin-top: 11px;
    margin-bottom: -3px;
}
.teacherName p {
    font-size: 15px;
    color: #000;
    font-family: sl;
    margin-top: 0px;
    font-weight: 700;
}
.teacherImage:hover .teacherSocialAccount {
    display: inline;
    transition: all linear 0.8s;
}
.applyNow a {
    padding: 10px 10px;
    box-shadow: 0 0 7px 0 #00000069;
    border-radius: 8px;
    color: #fff;
    background: #03085d;
}
.applyNow {
    padding-bottom: 25px;
}
.applyHome {
    float: left !important;
}
.applyHome a {
    padding: 0px 10px;
    background-color: #03085d;
    border-radius: 5px;
    color: #fff;
}
.applyHome p {
    color: #fff;
}
.noticedetailsLeft p {
    font-size: 12px;
    color: #8d8484;
    line-height: 25px;
}
.noticedetailRight a {
    font-size: 14px;
    color: #000000;
    float: right;
}

.downloadSallybusText h3 {
    margin-top: 15px;
}
.schoolNoticeDetails {
    width: 100%;
    float: left;
    padding: 15px 20px;
    background: #ddd 0% 0% no-repeat padding-box;
    border-radius: 5px;
    margin-left: -17px;
    margin-top: 20px;
}
.vbox-content img {
    width: 900px;
    margin-top: 107px;
}
#noticeBoadfInner {
    padding: 50px 0;
    background: #1e74c521 0% 0% no-repeat padding-box;
}
.noticedetailsLeft {
    width: 50%;
    float: left;
}
.noticeboardInner {
    margin-top: 50px;
}
.noticedetailRight {
    width: 50%;
    float: left;
    margin-top: 1px;
    height: 34px;
}
.noticedetailRight2 {
    width: 50%;
    float: left;
    margin-top: 15px;
    height: 34px;
}
.noticedetailRight2 a {
    padding: 12px 31px;
    background-color: #ebebebcb;
    border-radius: 14px;
    color: #000;
    font-family: sl !important;
    font-size: 18px;
}

.noticedetailRight img {
    height: 35px;
    margin-top: -3px;
}
.noticedetailRight2 img {
    height: 35px;
    margin-top: -3px;
}
.downloadSallybus {
    margin-top: 6px;
    width: 25%;
    float: left;
}
.noticedetailsLeft h3 {
    font-size: 16px;
    color: #000000;
    margin-bottom: 5px;
    font-weight: bold;
    font-family: sl;
    line-height: 45px;
}
.noticeScroll li {
    display: inline;
    line-height: 29px;
    margin-right: 15px;
    font-weight: 700;
}
.noticeScroll li a {
    color: #000;
    font-weight: bold;
}
.login a span {
    margin-right: 5px;
}
.allpageBorder {
    margin-top: 15px;
    background-color: #fff;
    padding: 10px;
    border-radius: 6px;
    margin-bottom: 15px;
}
.quickViewInfo ul {
    padding-left: 0 !important;
}
.quick-view ul li a {
    display: block;
    color: #000;
    font-size: 12px;
    margin: 0 0 5px 0;
    position: relative;
    transition: 0.5s all;
}
.quick-view ul li a:hover {
    color: #84aac9;
}
.quick-view ul li a i {
    padding: 0 10px 0 0;
}
