a:hover {
    color: #0056b3;
    text-decoration: none;
}
/*=========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;
}

/*=================New Theme Customise=================*/
@font-face {
    src: url(../fonts/SolaimanLipi.ttf);
    font-family: sl;
}
.is-sticky {
    position: relative;
    z-index: 999;
}
/*===========top header=============*/
#topHeader {
    background: #138746  0% 0% no-repeat padding-box;
    padding: 10px 0;
}
.topInfo {
    width: 50%;
    float: left;
}

.socialIconTop {
    width: 50%;
    float: left;
    text-align: right;
}
.topInfo ul {
    padding-left: 0;
    margin-bottom: 0;
}
.topInfo ul li {
    display: inline;
    font-family: "Open Sans", sans-serif;
    list-style-type: none;
    color: #fff;
    padding: 0 15px;
}
.topInfo ul li img {
    margin-right: 10px;
}
.socialIconTop ul {
    padding-left: 0;
    margin-bottom: 0;
}
.socialIconTop ul li {
    display: inline;
    list-style-type: none;
    margin: 0 15px;
}
.parentsZone a {
    color: #fff;
    padding: 12px 15px;
    background: #ff4f01 0% 0% no-repeat padding-box;
    text-decoration: none;
}
/*============logobar===========*/
#headerSticky {
    z-index: 999;
    width: 100%;
}
.schoolLogo {
    width: 65%;
    float: left;
}
.mujibBar {
    width: 35%;
    float: left;
}
.schoolLogo img {
    height: 100%;
}

.mujibBar img {
    width: 259px;
    float: right;
}
.logoOnly {
    width: 16%;
    float: left;
}
.schoolName {
    width: 84%;
    float: left;
    padding: 0 10px;
}
.schoolName p {
    margin-bottom: -3px;
    color: #fff;
}
.schoolName h4 {
    margin-bottom: 4px;
    color: #fff;
}
.schoolName h6 {
    color: #fff;
}
#logoPart {
    background: #005827;
    border-bottom: 2px solid #00000029;
    padding: 10px 0;
}
.menuContainer {
    background-color: #0b6c36;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.navbar-nav li {
    transition: all liner 0.5s !important;
}
.hoverMinus {
    display: none !important;
    transition: all liner 0.5s;
}
.navbar-nav li:hover .hoverPlus {
    display: none !important;
}
.navbar-nav li:hover .hoverMinus {
    display: inline !important;
    transition: all liner 0.5s;
}
/*============logobar end===========*/

/*===================Menubar part==============*/
#menuBar {
    background: #138746;
    box-shadow: 0px 2px 2px #00000029;
    padding: 0 !important;
    margin-top: -2px !important;
}
.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%;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    z-index: 999;
}

.nav > li {
    position: relative;
    -webkit-box-flex: 1;
    height: 46px;
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
    line-height: 41px;
    letter-spacing: 1px;
    color: #fff;
    cursor: pointer;
    padding: 1px 13px;
    font-weight: 700;
}

.nav > li:hover ul.dropdowndesk {
    visibility: visible;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    z-index: 0;
}
.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: #2d2d2d;
    background: #fff;
    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.2s, z-index 0s 0.2s,
        -webkit-transform 0.2s ease-out;
    transition: opacity 0.2s, z-index 0s 0.2s, -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out, opacity 0.2s, z-index 0s 0.2s;
    transition: transform 0.2s ease-out, opacity 0.2s, z-index 0s 0.2s,
        -webkit-transform 0.2s ease-out;
    opacity: 0;
    z-index: -1;
    text-align: left;
}

.dropdowndesk > li {
    font-size: 12px;
    cursor: pointer;
    padding: 0 15px;
    border-bottom: 2px solid #dddddd85;
}
.dropdowndesk li a {
    color: #000;
    font-size: 11px;
}

.dropdowndesk > li:hover {
    background: #5ec7e7;
    color: #fff;
    text-decoration: none;
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate(-25%, 0);
        transform: translate(-25%, 0);
        opacity: 0;
    }
    to {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate(-25%, 0);
        transform: translate(-25%, 0);
        opacity: 0;
    }
    to {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
    }
}

.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;
}
.banner-slide img {
    width: 100%;
    height: 570px;
}

/* .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: "Open Sans", sans-serif;
    font-weight: 700;
}
.bannerText h3 {
    font-size: 55px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    color: #fff;
}
.bannerText h5 {
    font-size: 18px;
    color: #8dc63f;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    margin-bottom: 40px;
}
.bannerText a {
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    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: 0px 0;
    background-color: #213540;
}
.latestNews p {
    margin: 0 !important;
    color: #1e75c5;
    font-size: 15px;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    padding: 10px 20px;
}
.scrollNews {
    float: left;
    width: 84%;
    height: 42px;
}
.scrollNews p a {
    font-size: 20px;
    font-family: sl;
    color: #8ab5d6;
}
#latestNews {
    background: #0e4627;
    position: relative;
}

/* #latestNews::before {
  position: absolute;
  content: "";
  width: 26%;
  height: 45px;
  top: 0;
  left: 0;
  background: #dedddd 0% 0% no-repeat padding-box;
} */

.gbImage {
    float: left;
    width: 43%;
}
.gbImage img {
    width: 100%;
    height: 190px;
}
.gbName {
    text-align: center;
}
.gbName p {
    font-size: 15px;
    color: #000;
    font-family: sl;
    margin-top: 12px;
    margin-bottom: 0;
}
.gbName h5 {
    font-size: 10px;
    color: #fff;
    font-family: sl;
    margin-top: 2px;
    margin-bottom: 0;
}
.gbIText {
    float: left;
    width: 57%;
    padding-left: 16px;
}
.historyText {
    width: 100%;
}
.historyText .gbspeecs img {
    width: 160px;
    margin-right: 9px;
}
.gbspeecs p {
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    margin-top: 0px;
    margin-bottom: 15px;
    font-family: "Open Sans", sans-serif;
    height: 202px;
    overflow: hidden;
}
.gbIText a {
    float: right;
}
.gbMain {
    padding: 15px;
    height: 342px;
    border: 1px solid #d2d2d2;
    background-color: #47b577;
}
.gbIText a {
    font-size: 14px;
    color: #fff;
    font-family: "Open Sans", sans-serif !important;
    font-weight: 700;
}
.navContact {
    display: none;
}
.gbMain h4 {
    text-align: center;
}
/*====================bekash part======================*/
.modal {
    position: fixed;

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

/*====================bekash part======================*/
.bakash {
    width: 50%;
    float: left;
}
#bekash {
    padding: 50px 0 0px 0;
}

.bekashpay {
    padding-left: 0px;
}
.bekashpay p {
    font-size: 18px;
    color: #7c7c7c;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    margin-top: 32px;
}
.bekashpay h4 {
    font-size: 18px;
    color: #d12053;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    margin-bottom: 12px;
}
.bekashpay img {
    margin-bottom: 21px;
}
.bekashpay a {
    color: #d12053;
    text-decoration: underline;
}
.portal h4 {
    color: #f05a28 !important;
}
.portal a {
    color: #1f8ddd !important;
}

.portal img {
    margin-bottom: 37px;
}
/*====================bekash part======================*/
/*====================bekash part======================*/

/*=============Know Part===============*/
#knowSection {
    background-image: url(../image/know/knowBg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 50px 0;
}

.knowHeader {
    text-align: center;
}
.knowHeader p {
    margin-bottom: 0;
    font-family: "Open Sans", sans-serif !important;
    font-weight: 400;
}
.knowHeader h3 {
    font-family: "Open Sans", sans-serif !important;
    font-weight: 400;
    margin-bottom: 50px;
}
.knowIteam {
    text-align: center;
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 25px #0000001f;
    border-radius: 20px;
    padding: 30px 50px;
}
.knowIcon {
    width: 106px;
    height: 106px;
    border-radius: 50%;
    background: #005cac11 0% 0% no-repeat padding-box;
    margin: auto;
}
.knowIcon img {
    width: 66px;
    height: 95px;
}
.knowIteam h3 {
    font-size: 28px;
    color: #005cac;
    font-family: sl;
    font-weight: 400;
    margin-top: 15px;
}
.knowIteam h4 {
    font-size: 22px;
    color: #8d8484;
    font-family: "Open Sans", sans-serif !important;
    font-weight: 600;
}
.knowIteam a {
    color: #ff4f01 !important;
    font-size: 16px;
    text-decoration: none !important;
}
/*=================branch part======================*/
#branch {
    padding: 50px 0;
}

.branchhead h2 {
    font-size: 18px;
    color: #a1a1a1;
    font-family: "Open Sans", sans-serif !important;
    font-weight: 400;
    margin-bottom: 30px;
}
.branchhead h3 {
    color: #2d2d2d;
    font-family: "Open Sans", sans-serif !important;
    font-weight: 400;
    margin-bottom: 30px;
}
.branch img {
    width: 100%;
    height: 375px;
}
.branch {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    transition: all linear 0.4s;
}
.branch:hover img {
    transition: all linear 0.4s;
    transform: scale(1.1);
}
.branchtext {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 130px;
    background: #005cacc9 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    padding: 10px;
}
.campusname {
    width: 80%;
}
.campusname p {
    font-size: 18px;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}
.campusname h6 {
    font-size: 18px;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    margin-top: -12px;
    margin-bottom: 21px;
}
.addresscampus p {
    color: #fff;
    margin-top: -7px;
    margin-bottom: 0;
    font-size: 15px;
}
.addresscampus h6 {
    color: #fff;
}
.college {
    position: absolute;
    width: 65px;
    height: 65px;
    line-height: 127px;
    border-radius: 50%;
    bottom: 94px;
    right: 11px;
    background: #ff5e4e 0% 0% no-repeat padding-box;
}
.college h4 {
    font-size: 12px;
    color: #fff;
    margin-top: 13px;
    margin-bottom: 6px;
}
.college h5 {
    font-size: 8px;
    color: #fff;
    line-height: 11px;
}
.addressdetailsmubc {
    width: 100%;
}
.addresscampus {
    width: 70%;
    float: left;
}
.phone {
    width: 30%;
    float: left;
}
.phone p {
    color: #fff;
    margin-top: -1px;
    margin-bottom: -1px;
}
.phone h6 {
    color: #fff;
}
.collegebranch h4 {
    font-size: 13px !important;
}
.collegebranch h5 {
    font-size: 20px !important;
    font-weight: 700;
}
.branchHead h2 {
    font-size: 30px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: #522771;
    padding-bottom: 30px;
}
/*=================branch part======================*/
/*==============Notice part=================*/
.noticebordRm {
    position: relative;
    bottom: 95px;
    right: -263px;
    background: #ffc107;
    padding: 6px 11px;
    border-radius: 7px;
}
#mainNotice {
    padding: 50px 0;
    background: url(../image/noticeBord.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
#mainNotice::before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
}
.noticePart {
    background-image: url(../image/notice.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    padding: 100px 0;
}
.noticeIteam {
    height: 370px;
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 6px #0000001f;
    border: 1px solid #d9d9d9b2;
    border-radius: 10px;
    margin-right: 50px;
    padding: 17px;
    overflow: hidden;
}
.noticeIteam marquee {
    height: 370px;
}
.noticeIteam ul {
    padding-left: 0;
}
.noticeIteam ul li {
    display: inline-block;
    height: 57px;
    width: 100%;
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #0000000f;
    border-top: 1px solid #70707056;
    margin-top: 5px;
    font-family: sl;
}
.noticeDate {
    width: 20%;
    float: left;
    /* background: #005cac 0% 0% no-repeat padding-box; */
    text-align: center;
    /* padding: 5px; */
    margin-top: -1px;
}
.noticeDetails {
    width: 80%;
    float: left;
    padding-left: 5px;
    height: 53px;
    overflow: hidden;
}
.noticeDate p {
    font-size: 18px;
    font-weight: bold;
    color: #8d8484;
    background: #ebebeb 0% 0% no-repeat padding-box;
    margin: 0;
}
.noticeDate h6 {
    font-size: 10px;
    color: #000;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    margin: 0;
}
.noticeIteam h3 {
    font-size: 22px;
    color: #138746;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}
.newsEvent {
    margin-bottom: 24px !important;
}
.newsEvent li {
    padding: 0 2px !important;
}
.newsEvent li a {
    padding: 0px 47px !important;
    border-radius: 0 !important;
    border-top: 3px solid #005cac;
    line-height: 31px;
}
.newsEvent .nav-link.active,
.newsEvent .show > .nav-link {
    color: #fff;
    background-color: #005cac !important;
}
.eventCar {
    border: 1px solid transparent;
}
.eventCardBody {
    background: #fff;
}
.eventCardBody p {
    font-size: 20px;
    font-family: sl;
    font-weight: 400;
    margin-bottom: 0;
}
.eventCardBody h6 {
    font-size: 10px;
    color: #01468c;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    margin-bottom: 0;
}
.eventRightImage {
    width: 33%;
    float: left;
    margin-bottom: 15px;
}
.eventRightImage img {
    width: 100%;
    height: 70px;
}
.eventRightText {
    width: 67%;
    float: left;
    padding: 0 10px;
}
.eventRightText p {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 0;
    color: #000000;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    height: 64px;
    overflow: hidden;
}
.eventRightText h6 {
    font-size: 12px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #01468c;
    margin-top: 5px;
}
/*===================Video Gallary Part======================*/
#videoGallarySection {
    background-image: url(../image/videoGallary/VideoGallaryBg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 50px 0;
}
.videoGallaryImage img {
    border: 5px solid #fff;
}
.videoText {
    padding-left: 60px;
}
.videoText h3 {
    font-size: 16px;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    margin-top: 140px;
    margin-bottom: 0;
}
.videoText h2 {
    font-size: 30px;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    margin-bottom: 22px;
}
.videoText a {
    padding: 10px 30px;
    border: 1px solid #ffffff;
    border-radius: 5px;
    margin-top: 20px;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}
.videoGallaryImage {
    position: relative;
}
/*============VIDEO bUTTO===============*/
.aboutusimage {
    position: relative;
}
.aboutoverlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
}
.aboutusimage2 {
    position: relative;
}
.aboutusimage2::before {
    position: absolute;
    content: "";
    width: 103px;
    height: 104px;
    bottom: -24px;
    right: -9px;
    z-index: 9;
    background: url(../images/dost-pink.svg);
}
.aboutusimage img {
    position: relative;
    z-index: 99;
    background: #ffffff 0% 0% no-repeat padding-box;
}
.aboutusimage::before {
    position: absolute;
    content: "";
    width: 98%;
    height: 97%;
    top: 5px;
    left: 6px;
    z-index: 999;
    opacity: 0.5;
    background: transparent linear-gradient(119deg, #5c75dc 0%, #e697e3 100%) 0%
        0% no-repeat padding-box;
}
.aboutusimage::after {
    position: absolute;
    content: "";
    width: 103px;
    height: 104px;
    top: -30px;
    left: -31px;
    z-index: 9;
    background: url(../images/dost-pink.svg);
}
.icon2 {
    width: 75px;
    height: 75px;
    background: #ffffff 0% 0% no-repeat padding-box;
    border-radius: 50%;
    position: relative;
}

.icon2:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 90px;
    height: 90px;
    background: #fff;
    border-radius: 50%;
    animation: pulse-border 1100ms ease-out infinite;
}

.icon2:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 85px;
    height: 85px;
    background: #fff;
    border-radius: 50%;
    transition: all 200ms;
    z-index: -9;
    animation: pulse-border2 1100ms ease-out infinite;
}
.icon2 img {
    position: absolute;
    top: 24%;
    left: 35%;
    width: 35px;
}
@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}
@keyframes pulse-border2 {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.1);
        opacity: 0;
    }
}
/*=================image gallary====================*/

.gallary h2 {
    color: #5358b2;
    font-size: 30px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    padding-bottom: 40px;
}
.gallaryimg-main {
    margin-bottom: 22px;
}
.gallaryrightimage {
    position: relative;
    overflow: hidden;
}
.gallaryrightimage:hover img {
    transform: scale(1.3);
    transition: all 1.5s;
}
.gallaryimg-right img {
    width: 100%;
    height: 447px;
}
.gallary-overlay {
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    padding: 90px 0;
    background: #00000090;
    opacity: 0;
    transition: all linear 0.5s;
}

.gallaryimg-main:hover .gallary-overlay {
    opacity: 1;
    width: 100%;
}
.gallaryrightimage img {
    width: 100%;
    height: 191px;
}
.gallary-overlay h4 {
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #fff;
    margin-top: -5px;
}

.gallary-overlay p {
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #fff;
}

.bigGallary img {
    height: 403px;
}
/*=================apps part start=============*/

#apps {
    padding: 45px 0;
}

.apps-download h3 {
    padding-top: 65px;
    color: #5358b2;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 30px;
    padding-bottom: 15px;
}

.apps-download {
    padding: 0 0 0px 84px;
}

.apps-icon {
    background: #006e75;
    border: none;
    position: relative;
    margin-top: 56px;
}

.apps-download p {
    line-height: 32px;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
}

.apps-icon:hover {
    background: #006e75;
    border: none;
}

.apps-download i {
    position: absolute;
    top: 12px;
    left: 38px;
    font-size: 42px;
}

.apps-download span {
    font-size: 13px;
    margin-left: 13px;
}

.apps-download span b {
    margin-left: 71px;
    font-size: 20px;
}

.apps-download img {
    width: 175px !important;
    margin-left: -20px;
}

.apps-mobil img {
    margin-left: 113px;
    margin-bottom: -52px;
}

/*==============apps part=================*/

/*================acadimic part=================*/

#admissinpart {
    margin-bottom: -32px;
    position: relative;
    z-index: 999;
}
.ourScool {
    background: #ff4f01 0% 0% no-repeat padding-box;
    border-radius: 5px;
    height: 205px;
    padding: 24px 0px 0px 59px;
}
.ourScool p {
    text-align: center;
    color: #fff;
    font-size: 22px;
    margin-bottom: 46px;
    margin-left: -31px;
}
.ourSchoolIteam {
    width: 25%;
    float: left;
}
.schoolIcon {
    width: 24%;
    float: left;
}
.schoolIconText {
    width: 60%;
    float: left;
}
.schoolIconText h3 {
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    margin-bottom: -6px;
    margin-top: 2px;
    font-size: 26px;
}

.schoolIconText p {
    text-align: left;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 20px !important;
    margin-left: 0 !important;
}
.schoolIcon img {
    width: 55px;
    height: 55px;
}
/*==============footer===============*/

#footer {
    padding: 50px 0 0 0;
    background: url(../image/Pic\ College4.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
#footer::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: transparent linear-gradient(181deg, #1e75c5d1 0%, #00346b 100%)
        0% 0% no-repeat padding-box;
}
.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: 17px;
    font-weight: bold;
    padding-bottom: 20px;
}

.quick-view ul li {
    font-size: 14px;
    color: #fff;
    padding-bottom: 8px;
    list-style-type: disc;
}

#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;
    padding-bottom: 45px;
}
.footerContact {
    display: none;
}
.footer-logo {
    margin-top: -20px;
}

/*==================principle speecs==================*/
#pageName {
    padding: 20px 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%;
    max-width: 360px;
    margin: 12px auto 20px;
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding-left: 0;
    border: 1px solid #ddd;
    position: relative;
}
.accordion::before {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    top: -8px;
    left: 17px;
    transform: rotate(-47deg);
    background: #fff;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

.pageMenu p {
    font-size: 13px;
    color: #000;
    font-weight: 700;
}
.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 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;
}
.pageName h3 {
    font-size: 40px;
    color: #000000;
    font-weight: 700;
}
.submenu {
    display: none;
    background: #444359;
    font-size: 14px;
    padding-left: 0;
}
.patronImageAdvice p {
    font-family: "Open Sans", sans-serif;
    font-size: 22px;
    text-align: justify;
    margin-top: 20px;
}
.patronDetails h4 {
    font-family: "Open Sans", sans-serif;
    font-size: 35px;
    font-weight: bold;
}
.patronDetails h5 {
    font-family: "Open Sans", sans-serif;
    font-size: 30px;
}
.patronDetails h6 {
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
}
.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: "Open Sans", sans-serif;
    font-weight: 700;
    margin-top: 32px;
}

.historyInf p {
    font-size: 18px;
    color: #000;
    font-family: "Open Sans", sans-serif;
    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;
}

/*=============governingBody================*/
.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: 300px;
}
.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;
}
.teacherImage:hover .teacherSocialAccount {
    display: inline;
    transition: all linear 0.8s;
}

.teacherImage:hover img {
    transform: scale(1.1);
    transition: all linear 0.8s;
}
.teacherImageMain:hover .teacherName h4 {
    color: #ff5e4e;
}

.teacherName {
    text-align: center;
}
.teacherName h4 {
    font-size: 17px;
    color: #0050ac;
    font-family: sl;
    margin-top: 11px;
}
.teacherName p {
    font-size: 15px;
    color: #000;
    font-family: sl;
    margin-top: 0px;
    font-weight: 700;
}
.teacherSocialAccount ul li {
    display: inline;
    color: #fff;
    margin-right: 5px;
    cursor: pointer;
}
.teacherName h5 {
    font-size: 15px;
    color: #000;
    font-family: sl;
    margin-top: -15px;
    font-weight: 700;
}
/*========achivment part==============*/
.achivmentDetails h3 {
    font-size: 22px;
    color: #000;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    margin-top: 20px;
}
.achivmentDetails p {
    font-size: 14px;
    color: #8d8484;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    margin-top: 14px;
    margin-bottom: 41px;
}
.achivmentDetails a {
    padding: 8px 23px;
    color: #2d2d2d;
    border: 1px solid #ff4f01;
    border-radius: 5px;
    font-size: 14px;
}

.achivmentDetails2 h3 {
    font-size: 15px;
    color: #000;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    margin-top: 20px;
}
.achivmentDetails2 p {
    font-size: 10px;
    color: #8d8484;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    margin-top: 14px;
    margin-bottom: 15px;
}
.achivmentDetails2 a {
    padding: 6px 19px;
    color: #2d2d2d;
    border: 1px solid #ff4f01;
    border-radius: 5px;
    font-size: 10px;
}
.achivmentDetails2 {
    margin-bottom: 30px;
}
.achivmentRelated {
    padding: 30px 50px;
    background: #ebebeb 0% 0% no-repeat padding-box;
    margin-bottom: 50px;
}
.achivmentRelated h3 {
    color: #2d2d2d;
    font-size: 25px;
}
/*==========Infrastructure===========*/
#infrastructure {
    padding: 50px 0;
}
.InfrastructureDetail h3 {
    color: #2d2d2d;
    font-size: 22px;
    margin-top: 12px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
}
.InfrastructureDetail p {
    margin-top: -2px;
}
/*=================Event and News=================*/
.search {
    margin-top: 35px;
}
.search input {
    width: 100%;
    height: 40px;
    background: #f6f8fa 0% 0% no-repeat padding-box;
    border: 1px solid #a1a1a1;
    border-radius: 5px;
    position: relative;
}
.search input::placeholder {
    padding-left: 20px;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
}
.search button {
    padding: 8px 20px;
    background: #8dc63f 0% 0% no-repeat padding-box;
    border-radius: 0px 5px 5px 0px;
    border: none;
    position: absolute;
    top: 34px;
    right: 15px;
}
.eventTitle {
    width: 100%;
    height: 40px;
    background: #005cac 0% 0% no-repeat padding-box;
    border-radius: 5px;
    margin-top: 32px;
}
.eventTitle p {
    color: #fff;
    font-size: 20px;
    padding-left: 23px;
    line-height: 40px;
}
.eventNewsImage {
    position: relative;
    overflow: hidden;
    margin-top: 25px;
}
.eventNewsDetail h3 {
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    color: #fff;
    margin-bottom: 15px;
}
.eventNewsDetail h5 {
    font-size: 12px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    line-height: 18px;
    margin-top: -5px;
    color: #fff;
}
.eventNewsDetail {
    position: absolute;
    padding: 20px;
    background: #ff4f01c7 0% 0% no-repeat padding-box;
    border-radius: 0px 0px 5px 5px;
    bottom: -81px;
    left: 0;
    transition: all linear 0.3s;
}
.eventNewsImage:hover .eventNewsDetail {
    bottom: 0;
}
.newsEventPart {
    width: 100%;
    height: 40px;
    background: #8dc63f 0% 0% no-repeat padding-box;
    border-radius: 5px;
}
.newsEventPart p {
    color: #fff;
    line-height: 40px;
    font-size: 20px;
    padding-left: 18px;
    font-family: "Open Sans", sans-serif;
}
.newsEventDate {
    width: 100%;
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 1px solid #a1a1a1;
    border-radius: 5px;
    padding: 15px 0;
    margin-top: 20px;
}
.dateOnly {
    width: 50px;
    height: 50px;
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 3px solid #005cac;
    border-radius: 3px;
    margin: auto;
}

.newsEventDate h4 {
    font-size: 15px;
    color: #2d2d2d;
    font-weight: 700;
    margin-bottom: 14px;
}
.newsEventDate h5 {
    font-size: 19px;
    color: #2d2d2d;
    margin-top: 3px;
}
.newsEventDate h6 {
    font-size: 7px;
    color: #2d2d2d;
    margin-top: -6px;
}
.newsEventDate p {
    font-size: 13px;
    color: #2d2d2d;
    padding: 0 30px;
    margin-top: 12px;
    margin-bottom: 0;
}
/*================Mission Vission==============*/
.missionVissionTop h3 {
    font-size: 25px;
    color: #000000;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    margin-bottom: 18px;
    margin-top: 30px;
}
.missionVissionTop p {
    font-size: 15px;
    color: #000000;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}
.missionVissionPart {
    position: relative;
    width: 22%;
    float: left;
    margin: 0 15px;
}
.MissionName {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #005cac79 0% 0% no-repeat padding-box;
    line-height: 337px;
}
.MissionName p {
    color: #fff;
    font-family: "Open Sans", sans-serif;
}
.responsibility {
    background: #8ec63fa8 0% 0% no-repeat padding-box;
}
.honesty {
    background: #5776d3cc 0% 0% no-repeat padding-box;
}
.kindness {
    background: #00bbffda 0% 0% no-repeat padding-box;
}
.minnsionVissionDetails p {
    font-size: 16px;
    color: #000;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    margin: 35px 0;
    padding: 0 20px;
}
#noticeBoadfInner {
    padding: 50px 0;
    background: #1e74c521 0% 0% no-repeat padding-box;
    margin-top: 170px;
}
.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;
}
.yoytubeVideo h3 {
    font-family: "Poppins", sans-serif;
}
.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: #ffffff 0% 0% no-repeat padding-box;
    border-radius: 5px;
    margin-left: -17px;
    margin-top: 20px;
}
.vbox-content img {
    width: 900px;
    margin-top: 107px;
}
/*=============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;
}

.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;
}
/**/
/*time line*/
/**/
#studentCorner {
    background-image: url(../image/studentcorner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    margin-top: -25px;
}
#studentCorner::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.274);
}
.line-element:after {
    content: "";
    display: table;
    clear: both;
}
.line-element {
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.line-element > * {
    max-width: 100%;
    width: 50%;
    vertical-align: middle;
    text-align: center;
    position: relative;
}
.action-block .text h3 {
    text-transform: uppercase;
    font-family: "Raleway";
}
.action-block .text h3,
.action-block .text p {
    color: #ffffff;
}
.action .action-block {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 370px;
    max-width: 100%;
    margin: 30px 0;
    border: 2px solid #f27c66;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: #ffffff;
}
.action .action-block span {
    position: absolute;
    z-index: 1;
    overflow: hidden;
    line-height: 1;
    left: 0;
    bottom: 0;
}
.action .action-block i {
    font-size: 98px;
    color: #f27c66;
    opacity: 0.25;
    margin-left: -10px;
    margin-bottom: -5px;
}
.action .action-block .text {
    position: relative;
    z-index: 2;
    background-color: #f27c66;
    margin-left: 66px;
    padding: 40px;
    text-align: left;
}
.action .action-block:before {
    position: absolute;
    right: -32px;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-left: 30px solid #f27c66;
    border-bottom: 30px solid transparent;
}
.action:last-child .action-block span {
    right: 0;
    left: auto;
}
.action .action-block i.flaticon-shopping {
    margin-left: 0;
}
.action:last-child .action-block i {
    margin-right: 2px;
    margin-left: 0;
}
.action:last-child .action-block .text {
    margin: 0 66px 0 0;
}
.action:last-child .action-block:before {
    left: -32px;
    border-right: 30px solid #f27c66;
    border-left: 0;
}
.line-element .level-block {
    display: inline-block;
    font-size: 30px;
    line-height: 80px;
    padding: 0 35px;
    color: #ffffff;
    background-color: #f27c66;
    border-radius: 9px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
}
.line-element .level {
    position: relative;
    z-index: 1;
}
.line-element .level:before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background-color: #ffffff;
    border: 3px solid #f27c66;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.line-element .level:after {
    content: "";
    position: absolute;
    background-color: #e6e6e6;
    left: 0;
    top: 50%;
    width: 50%;
    height: 1px;
    z-index: -1;
}
.line-element .level:first-child:before {
    right: 0;
    left: auto;
    transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    -moz-transform: translate(50%, -50%);
    -webkit-transform: translate(50%, -50%);
}
.line-element .level:first-child:after {
    right: 0;
    left: auto;
}
.line-element .action:after {
    content: "";
    display: block;
    position: absolute;
    background-color: #e6e6e6;
    width: 2px;
    right: 0;
    top: 0;
    bottom: 0;
    transform: translateX(50%);
    -ms-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -webkit-transform: translateX(50%);
}
.line-element .level + .action:after {
    right: auto;
    left: 0;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
.line-element.color-2 .level:before,
.color-2 .action .action-block {
    border-color: #f9cb8f;
}
.line-element.color-2 .level-block,
.color-2 .action .action-block .text {
    background-color: #f9cb8f;
}
.color-2 .action .action-block:before {
    border-left-color: #f9cb8f;
}
.color-2 .action:last-child .action-block:before {
    border-right-color: #f9cb8f;
}
.color-2 .action .action-block i {
    color: #f9cb8f;
}

.line-element.color-3 .level:before,
.color-3 .action .action-block {
    border-color: #18bb7c;
}
.line-element.color-3 .level-block,
.color-3 .action .action-block .text {
    background-color: #18bb7c;
}
.color-3 .action .action-block:before {
    border-left-color: #18bb7c;
}
.color-3 .action:last-child .action-block:before {
    border-right-color: #18bb7c;
}
.color-3 .action .action-block i {
    color: #18bb7c;
}

@media screen and (max-width: 1200px) {
    .action:first-child {
        text-align: left;
    }
    .action:last-child {
        text-align: right;
    }
}
@media screen and (max-width: 980px) {
    .time-line .line-element:nth-child(2n) {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .time-line .line-element:nth-child(2n + 1) {
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .line-element > * {
        width: auto;
    }
    .line-element .action:after {
        display: none;
    }
    .action .action-block:before {
        top: -34px;
        left: 50% !important;
        right: auto;
        -webkit-transform: translate(-50%, 0) rotate(-90deg);
        -ms-transform: translate(-50%, 0) rotate(-90deg);
        -o-transform: translate(-50%, 0) rotate(-90deg);
        transform: translate(-50%, 0) rotate(-90deg);
        /* display: none; */
    }
    .action:last-child .action-block:before {
        -webkit-transform: translate(-50%, 0) rotate(90deg);
        -ms-transform: translate(-50%, 0) rotate(90deg);
        -o-transform: translate(-50%, 0) rotate(90deg);
        transform: translate(-50%, 0) rotate(90deg);
    }
    .line-element .level:before {
        display: none;
    }
    .line-element .level:after {
        display: none;
    }
}

/**/
/* item-instructor */
/**/
.imp_links {
    float: left;
    background: #fff;
    padding: 10px;
    color: #1c65ea;
    text-align: center;
    font-size: 16px;
    border-radius: 25px;
    margin: 7px 0;
    width: 100%;
    transition: 0.6s ease;
}
.imp_links:hover {
    text-decoration: none;
    color: #fff;
    background: #1c65ea;
}
.hero {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
/**/
/* footer */
/**/
footer {
    background-color: #2d3339;
    line-height: 24px;
}
footer p {
    font-family: "Helvetica";
    font-size: 14px;
    color: #b0b0b0;
    line-height: 23px;
}
footer h2 {
    font-size: 18px;
    color: #f7f7f7;
    text-transform: uppercase;
    font-weight: 700;
    background-color: #f27c66;
    padding: 17px 15px 13px 10px;
    margin-bottom: 30px;
    margin-top: 0px;
    box-shadow: 0 1px 0px rgb(0 0 0 / 24%);
    border-top-left-radius: 14px;
    border-bottom-right-radius: 14px;
}
footer h2:before {
    float: right;
    font-family: FontAwesome;
    color: #2d3339;
    line-height: 25px;
    font-size: 25px;
}
.footer-about h2:before {
    content: "\f19d";
}
.footer-latest h2:before {
    content: "\f017";
}
.footer-contact-form h2:before {
    content: "\f14b";
}
.footer-latest h2 {
    background-color: #f9cb8f;
}

.footer-contact-form h2 {
    background-color: #18bb7c;
}
footer h3 {
    color: #f7f7f7;
    font-size: inherit;
    font-weight: 500;
    font-family: "Raleway";
    margin: 0;
    clear: none;
    line-height: inherit;
    text-transform: none;
}
.footer-about address,
.footer-about .footer-social {
    margin-top: 25px;
}
.footer-about address a {
    color: #b0b0b0;
    font-size: 14px;
}
.footer-about address a:before {
    vertical-align: middle;
    color: #f7f7f7;
    font-family: FontAwesome;
    padding-right: 9px;
}
.footer-about address a.phone-number:before {
    content: "\f095";
}
.footer-about address a.email:before {
    content: "\f0e0";
}
.footer-about address a.site:before {
    content: "\f0c1";
}
.footer-about address a.address:before {
    content: "\f015";
}
.footer-social a {
    width: 38px;
    height: 38px;
    margin-bottom: 5px;
    line-height: 34px;
    font-size: 16px;
    color: #f7f7f7;
    text-align: center;
    background-color: transparent;
    border: 2px solid #f27c66;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-top-left-radius: 10px;
    -ms-border-top-left-radius: 10px;
    -moz-border-top-left-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    -ms-border-bottom-right-radius: 10px;
    -moz-border-top-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
}
.footer-social a + a {
    margin-left: 3px;
}
.footer-social a:hover {
    background: #f27c66;
}

.footer-latest .course-date > * {
    display: inline-block;
    color: #f9cb8f;
    font-weight: 500;
    line-height: 15px;
}
.footer-latest .course-date div:first-child:after {
    margin: 0 5px;
    content: "|";
    color: #8f96a2;
}
.footer-latest article {
    border-bottom: 1px solid #555a5f;
    margin-bottom: 25px;
    padding-bottom: 25px;
}
.footer-latest article:last-child {
    padding: 0;
    border: 0;
    margin: 0;
}
.footer-contact-form form {
    margin-top: 20px;
}
.footer-contact-form form button[type="submit"].cws-button {
    color: #18bb7c;
    float: right;
}
.footer-contact-form input,
.footer-contact-form textarea {
    background-color: rgba(0, 0, 0, 0.051);
    color: #8f96a2 !important;
    border: 1px solid #575c61 !important;
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
    padding: 7px;
}
.footer-contact-form input::-webkit-input-placeholder,
.footer-contact-form textarea::-webkit-input-placeholder {
    color: #666666;
}
.footer-contact-form input::-moz-placeholder,
.footer-contact-form textarea::-moz-placeholder {
    color: #666666;
} /* Firefox 19+ */
.footer-contact-form input:-moz-placeholder,
.footer-contact-form textarea:-moz-placeholder {
    color: #666666;
} /* Firefox 18- */
.footer-contact-form input:-ms-input-placeholder,
.footer-contact-form textarea:-ms-input-placeholder {
    color: #666666;
}

.footer-contact-form input[type="email"]::-webkit-input-placeholder:after,
.footer-contact-form input[type="text"]::-webkit-input-placeholder:after {
    content: "*";
    color: #50dcc0 !important;
    font-size: 13px !important;
}
footer .copyright span:before {
    content: " \00a9 ";
}
.footer-bottom {
    background-color: rgba(0, 0, 0, 0.23);
    color: #ffffff;
    margin-top: 1px;
}
.footer-bottom .copyright {
    float: left;
    line-height: 60px;
    font-size: 13px;
}
.footer-nav ul {
    margin: 0;
    font-size: 14px;
}
.footer-nav ul li {
    border-bottom: 0;
    padding: 0;
}
.footer-nav ul li:before {
    display: none;
}
.footer-nav {
    float: right;
}
.footer-nav > ul > li {
    float: left;
    line-height: 60px;
}
.footer-nav > ul > li > a:after {
    content: "|";
    color: #8f96a2;
    margin-left: 18px;
}
.footer-nav > ul > li:last-child > a:after {
    display: none;
}
.footer-nav a {
    display: block;
    color: #ffffff;
    padding-left: 18px;
}
nav a:hover,
nav a.active,
.mobile_nav .active {
    color: #000;
}
@media screen and (max-width: 768px) {
    .footer-bottom .copyright {
        float: none;
        line-height: 40px;
    }
    .footer-nav {
        float: none;
        text-align: center;
    }
    .footer-nav > ul > li {
        line-height: 40px;
    }
    .footer-bottom .grid-row {
        text-align: center;
    }
    .footer-nav ul {
        display: inline-block;
    }
}
@media screen and (max-width: 479px) {
    .footer-nav > ul > li {
        line-height: 30px;
    }
    footer h2 {
        padding: 17px 10px 13px 10px;
    }
}
#feedback_form {
    box-shadow: 0 0 17px 0 #0000008a !important;
    padding: 15px;
    border-radius: 10px;
    margin-top: -27px;
}
.cws-button {
    padding: 7px 30px;
    border: 1px solid #18bb7c;
    color: #18bb7c;
    background: transparent;
    cursor: pointer;
    transition: all linear 0.3s;
}
.cws-button:hover {
    background-color: #18bb7c;
    color: #fff !important;
}
/**/
/* service */
/**/
.service-icon {
    display: inline-block;
    width: 98px;
    height: 98px;
    margin: 0 40px 30px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-align: center;
    border: 3px solid #005827;
    background-color: #ffffff;
    transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.service-icon i {
    font-size: 60px;
    line-height: 92px;
    color: #138746;
}
.service-icon:hover i {
    color: #ffffff;
    transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.service-icon:hover {
    background-color: #138746;
}
@media screen and (max-width: 767px) {
    .service-icon {
        width: 60px;
        height: 60px;
        margin: 0 25px 25px 0;
    }
    .service-icon i {
        line-height: 56px;
        font-size: 38px;
    }
}
.homeOverView {
    padding-top: 70px;
}
.examshedule table thead {
    background-color: #005cac;
    color: #fff;
    white-space: nowrap;
}
.exanLink a {
    padding: 7px 49px;
    background-color: #fff;
    border: 1px solid #ff4f01;
    color: #000;
    border-radius: 5px;
    text-align: center;
}
.examshedule h3 {
    font-size: 37px;
    margin-bottom: 25px;
}
.teacherInfoImage img {
    width: 120px;
    height: 120px;
}
.teacherTable td,
.teacherTable th {
    vertical-align: middle !important;
}
.videoGallary iframe {
    width: 100% !important;
    height: 100% i !important;
}
.videoGallary {
    box-shadow: 0px 0 13px 0 #000;
    padding: 10px;
}
