@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap');
body {
    overflow-x: hidden;
    margin: 0;
    font-family: 'Roboto', serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
}
.videoWidth{
    width: 100%;
}
img {
    width: 100%;
}
.imgStyle{
	width: 68%;
}
.imgStyle1{
	width: 100%;
}
.imgStyle2{
	width: 79%;
}
.new-text {
    font-size: 12px;
}
.modalbox {
    padding: 20px 25px;
    margin-left: 25px;
    margin-right: 25px;
}
.space{
    margin-top:20px;
}
.new-center {
    margin-top: 20px;
    width: 100%;
}
/*-------- topbar --------*/
.main-nav .top-row {
    width: 100%;
}

.main-nav .topbar-content>ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    margin-left: 25px;
}

.main-nav .topbar-content>ul>li {
    display: inline-block;
    list-style: none;
    font-size: 12px;
    font-family: 'Open Sans', serif;
    font-weight: 300;
    color: #fff;
    vertical-align: middle;
    width: calc(90%/3);
    margin-top: 5px;
    text-align: center;
}

.main-nav .topbar-content>ul>li:last-child {
    margin-left: 10px;
}

.main-nav .topbar-content>ul>li i {
    padding-right: 5px;
    padding-left: 5px;
}

.main-nav .topbar-content>ul>li:last-child i {
    padding-left: 7px;
    padding-right: 7px;
}

.main-nav .topbar-content>ul>li>ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

.main-nav .topbar-content>ul>li>ul>li {
    display: inline-block;
}

.main-nav form {
    padding: 3px 0;
    margin-right: 5px;
}

.main-nav form .form-group {
    margin-bottom: 0;
}

.main-nav form .form-group .form-control {
    border-radius: 20px !important;
    height: 27px;
    box-shadow: inset 0 3px 6px 0 #d0d1d2;
    border: 1px solid transparent;
    font-size: 14px;
    font-family: 'Open Sans', serif;
    font-weight: 400;
    color: #b2b2b2;
    outline: 0;
}

.main-nav form .form-group .form-control:focus {
    outline: 0;
}

.main-nav .top-search .form-control {
    padding-left: 2.375rem;
}

.main-nav .top-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 27px;
    text-align: center;
    pointer-events: none;
    color: #9b3e39;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.main-nav ::-webkit-input-placeholder {
    text-align: right;
    font-size: 10px;
}

.main-nav input:-moz-placeholder {
    text-align: right;
    font-size: 10px;
}


/*-------- end --------*/


/*-------- menu --------*/

.main-nav {
    background: #9b3e39;
    border-bottom: 2px solid #841d0f;
    border-radius: 0 14px 14px 14px;
    padding: 0;
    position: fixed;
    z-index: 105;
    width: 100vw;
    -webkit-transition: all .5s;
    transition: all .5s;
    padding-bottom: 30px;
    top: 0;
}

.main-nav .menu-container {
    background: url('../images/nav-bg-2.1.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-left: 0;
	
}

.main-nav .navbar-brand {
    height: 90px;
    padding-top: 0;
    padding-bottom: 0;
}

.main-nav .navbar-brand img {
    max-width: 455px;
    width: 100%;
    -webkit-transition: all .5s;
    transition: all .5s;
    margin-bottom: -20px;
}

.main-nav .navbar-nav .dropdown-toggle::after {
    display: none;
}

.main-nav .navbar-nav {
    margin-top: 70px;
    margin-right: 47px;
    margin-bottom: -27px;
}

.main-nav .navbar-nav>li {
    margin: 0 9px;
    position: relative;
    padding-bottom: 30px;
}

.main-nav .navbar-nav>li>a {
    color: #9b3e39 !important;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Open Sans', serif;
    padding: 0 !important;
}

.main-nav .navbar-nav>li:hover:before {
    background-image: url('../images/nav-shadow1.jpg');
    background-size: 5px 32px;
    background-repeat: no-repeat;
    display: inline-block;
    width: 8px;
    height: 32px;
    content: "";
    position: absolute;
    left: -13px;
    bottom: 30px;
}

.main-nav .navbar-nav>li:hover:after {
    background-image: url('../images/nav-shadow2.jpg');
    background-size: 5px 32px;
    background-repeat: no-repeat;
    display: inline-block;
    width: 8px;
    height: 32px;
    content: "";
    position: absolute;
    right: -13px;
    bottom: 30px;
}

.main-nav .navbar-nav>li>a:before {
    content: ' ';
    display: block;
    height: 3px;
    background-color: transparent;
    width: 110%;
    top: 26px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.main-nav .navbar-nav>li:hover a:before {
    background-color: #60160a;
}

.main-nav .navbar-nav>li>a span:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    content: "";
    border-top: 5px solid transparent;
    position: absolute;
    width: 0px;
    bottom: 23px;
    left: 50%;
    transform: translateX(-50%);
}

.main-nav .navbar-nav>li:hover a span:after {
    border-top: 5px solid #60160a;
}

.main-nav .dropdown {
    position: relative;
}

.main-nav .submenu {
    background-color: #9b3e39;
    position: absolute;
    top: 45px;
    transform: translateX(-50%);
    border-radius: 10px;
    border-top: 1px solid #cae0e5;
}

.main-nav .submenu.show {
    width: auto;
}

.main-nav .submenu::before {
    position: absolute;
    content: "";
    width: 14px;
    left: 0;
    right: 0;
    margin: auto;
    top: -7px;
    height: 14px;
    border-style: solid;
    border-width: 1px;
    border-color: #cae0e5 #cae0e5 transparent transparent;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #9b3e39;
}

.main-nav .submenu .dropdown-item {
    font-size: 13px;
    color: #ffffff;
    border-bottom: 1px solid #841d0f;
    box-shadow: 0 1px 0 #b54847;
    padding-left: 10px;
    padding-right: 10px;
}

.main-nav .submenu .dropdown-item:focus,
.main-nav .submenu .dropdown-item:hover {
    background: transparent;
}

.offset {
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.5);
    -webkit-transition: all .5s;
    transition: all .5s;
    scroll-behavior: smooth;
}

.offset .navbar-brand {
    height: 65px;
    -webkit-transition: all .5s;
    transition: all .5s;
    scroll-behavior: smooth;
}

.offset .navbar-brand img {
    max-width: 330px;
    -webkit-transition: all .5s;
    transition: all .5s;
    scroll-behavior: smooth;
}

.offset .navbar-nav {
    margin-top: 25px;
    -webkit-transition: all .5s;
    transition: all .5s;
    scroll-behavior: smooth;
    margin-bottom: -41px;
}

.offset .navbar-nav>li {
    margin: 0 15px;
    -webkit-transition: all .5s;
    transition: all .5s;
    scroll-behavior: smooth;
}


/*-------- end -------*/


/*------- features --------  */

.features {
    background: url("../images/feature-bg.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.features:after {
    content: " ";
    display: block;
    width: 94%;
    height: 2px;
    background: #a03022;
    margin-top: 5px;
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.link-1 {
    color: #000 !important;
    text-decoration: none !important;
}

.features #banner-bottom {
    background: #9b3e39;
    padding: 5px 0;
    border-bottom-right-radius: 14px;
    border-bottom-left-radius: 14px;
}

.features #banner-bottom .search-box form {
    margin-left: 20px;
}

.features #banner-bottom .search-box form .form-group,
.modal .form-group {
    margin-bottom: 0;
}

.features #banner-bottom .form-group .form-control,
.modal .form-group .form-control {
    border-radius: 20px !important;
    height: 27px;
    box-shadow: inset 0 3px 10px 0 #d0d1d2;
    border: 1px solid transparent;
    font-size: 14px;
    font-family: 'Open Sans', serif;
    font-weight: 400;
    color: #b2b2b2;
    outline: 0;
}

.features #banner-bottom .form-group .form-control:focus,
.modal .form-group .form-control:focus {
    outline: 0;
}

.features #banner-bottom .form-control,
.modal .form-control {
    padding-left: 2.375rem;
}

.features #banner-bottom .form-control-feedback,
.modal .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 27px;
    text-align: center;
    pointer-events: none;
    color: #9b3e39;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.features #banner-bottom ::-webkit-input-placeholder,
.modal ::-webkit-input-placeholder {
    text-align: right;
    font-size: 10px;
}

.features #banner-bottom .search-box input:-moz-placeholder,
.modal input:-moz-placeholder {
    text-align: right;
    font-size: 10px;
}

.features #banner-bottom .listing ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

.features #banner-bottom .listing ul li {
    float: left;
    width: calc(70%/3);
}

.features #banner-bottom .listing ul li:first-child {
    margin-right: 20px;
}

.features #banner-bottom .listing ul:after {
    content: ' ';
    display: block;
    clear: both;
}

.features #banner-bottom .listing .banner-title {
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: left;
    line-height: 25px;
    letter-spacing: 0.9px;
}

.features #banner-bottom .listing ul li a {
    text-decoration: none;
    outline: 0;
    color: #9b3e39;
    font-size: 13px;
    font-weight: 700;
}

.features #banner-bottom .listing ul li .link {
    color: #9b3e39;
    font-size: 13px;
    font-weight: 700;
    vertical-align: sub;
    border-radius: 20px !important;
    box-shadow: inset 0 -5px 10px 0 #d0d1d2;
    border: 1px solid transparent;
    padding: 3px 20px;
    background-color: #ffffff;
}

.features #feature-section {
    padding: 80px 0;
}

.features .feat-title {
    /*margin-left: 30px;*/
    margin-top: -8px;
}

.features .feat-title h2 {
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
}

.features .feat-title h2 span {
    font-size: 60px;
}

.features .feat-content p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
}

.features .feat-content p.second-para {
    padding-top: 30px;
}

.features .circle {
    margin-top: 60px;
    float: right;
    margin-right: 40px;
}

.features .circle ul {
    list-style: none;
    padding: 0;
}

.features .circle>ul>li {
    display: inline-block;
    background: #a03022;
    width: 135px;
    height: 135px;
    border-radius: 50%;
    position: relative;
}

.features .circle>ul>li li {
    display: inline-block;
}

.features .counter {
    color: #ffffff;
    font-size: 35px;
    font-weight: 700;
    text-align: center;
}

.features .counter-icon {
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
}

.features .couter-list {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-65%);
    text-align: center;
}

.features .circle>ul>li:not(:last-child) {
    margin-right: 55px;
}

.features .circle>ul>li h6 {
    font-size: 12px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    position: absolute;
    bottom: 33px;
    left: 0;
    right: 0;
    text-align: center;
}

.features .icon-box {
    background: #fff;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
    margin-top: -30px;
    box-shadow: 0 0 7px 0 #b2b2b2;
}

.features .icon-box img {
    max-width: 35px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


/* .features .icon2 img {
    max-width: 30px;
} */


/* ------ end ------- */


/* horizontal */

.history .history-title {
    margin-top: 25px;
}

.history .history-title h3 {
    color: #a03022;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.5px;
}

.history .sociales {
    text-align: center;
    margin-bottom: 20px;
}

.history #timeline {
    width: 800px;
    /* height: 302px; */
    height: 390px;
    overflow: hidden;
    margin: 5px auto 0;
    position: relative;
    background: url('../images/dot-01.gif') left 45px repeat-x;
}

.history #dates {
    width: 800px;
    height: 90px;
    overflow: hidden;
    margin-bottom: 30px;
}

.history #dates li {
    list-style: none;
    float: left;
    width: 100px;
    height: 50px;
    font-size: 24px;
    text-align: center;
}

.history #dates li:before {
    background-image: url('../images/reddot.jpg');
    background-size: 8px;
    background-repeat: no-repeat;
    display: inline-block;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 43px;
}

.history #dates li:after {
    background-image: url('../images/reddot.jpg');
    background-size: 8px;
    background-repeat: no-repeat;
    display: inline-block;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 43px;
}

.history .history-img img {
    width: 340px;
    border-radius: 30px;
    border: 2px solid #903932;
    height: 270px !important;
}

.history #dates a {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background: #a03022;
    border-radius: 100%;
    display: inline-block;
    line-height: 30px;
    padding: 0 3px;
    margin-right: 0;
    margin-left: 8px;
    margin-top: 30px;
}

.history #dates a span {
    display: none;
}

.history #dates a:hover,
#dates a.selected {
    line-height: 14px;
    padding: 20px 7px;
    font-size: 20px;
    font-weight: 700;
    margin-top: 15px;
}

.history #dates a.selected span {
    display: block;
    font-size: 10px;
    font-weight: 300;
}

.history #issues {
    width: 800px;
    height: 350px;
    overflow: hidden;
}

.history #issues li {
    width: 800px;
    height: 350px;
    list-style: none;
    float: left;
}

.history .history-list {
    display: flex;
}

.history .history-list>div {
    flex: 1;
}

.history .history-content {
    background: #823224;
    background: -moz-linear-gradient(top, #823224 0%, #943b36 47%, #ad4641 100%);
    background: -webkit-linear-gradient(top, #823224 0%, #943b36 47%, #ad4641 100%);
    background: linear-gradient(to bottom, #823224 0%, #943b36 47%, #ad4641 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#823224', endColorstr='#ad4641', GradientType=0);
    border-radius: 8px;
    margin-right: 20px;
    padding: 20px 10px 10px;
    box-shadow: 2px 13px 11px -17px #111;
    height: 270px !important;
}

.history .history-content h4 {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 8px;
}

.history .history-content h4 span {
    font-size: 10px;
    font-weight: 300;
    color: #f7f1f1;
    margin-right: 10px;
}

.history .history-content p {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 12px;
    /*margin-left: 15px;*/
}

.history #next {
    width: 28px;
    height: 14px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f4f5f5 47%, #e2e3e4 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #f4f5f5 47%, #e2e3e4 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #f4f5f5 47%, #e2e3e4 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e2e3e4', GradientType=0);
    border-top-left-radius: 110px;
    border-top-right-radius: 110px;
    background-position: 0 0;
    background-repeat: no-repeat;
    overflow: hidden;
    position: absolute;
    top: 35%;
    right: 51%;
    transform: translate(-25%, -50%);
    box-shadow: 0px 3px 2px rgba(50, 50, 50, 0.3)
}

.history #prev {
    width: 28px;
    height: 14px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f4f5f5 47%, #e2e3e4 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #f4f5f5 47%, #e2e3e4 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #f4f5f5 47%, #e2e3e4 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e2e3e4', GradientType=0);
    border-bottom-left-radius: 110px;
    border-bottom-right-radius: 110px;
    background-position: 0 0;
    background-repeat: no-repeat;
    overflow: hidden;
    position: absolute;
    bottom: 10px;
    right: 54%;
    transform: translateX(18px);
}

.history #next img,
#prev img {
    max-width: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


/*---- campus ------*/

.campus {
    background: url("../images/campus-bg.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 32px 0 60px;
    margin-top: 20px;
}

.campus .campus-content {
    text-align: center;
}

.campus .campus-content h3 {
    color: #ffffff;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.campus .campus-content p {
    color: #eacfcf;
    font-size: 15px;
    font-weight: 300;
    max-width: 500px;
    margin: 0 auto;
    float: none;
    letter-spacing: 1.5px;
}

.campus .campus-content .playbutton img {
    margin-top: 20px;
    max-width: 115px;
}


/*------ end campus ------*/


/*---- latest news -----*/

.latestnews {
    padding: 40px 0 0;
    background: url('../images/newsslide-banner.png');
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    margin-bottom: 70px;
}

.latestnews .news-title {
    /*margin-left: 60px;*/
    margin-bottom: 35px;
}

.latestnews .news-title h3 {
    color: #a03022;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
    letter-spacing: 0.5px;
}

.latestnews .news-title p {
    color: #a03022;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 5px;
}

.latestnews .news-title:after {
    content: " ";
    display: block;
    width: 140px;
    height: 2px;
    background: #a03022;
    position: relative;
}

.latestnews .news-title:before {
    content: " ";
    display: block;
    width: 20px;
    height: 6px;
    background: #a03022;
    border-radius: 10px;
    position: absolute;
    left: 95px;
    top: 61%;
    transform: translateY(-50%);
}

.latestnews .people .content {
    padding: 0 10px 0 15px;
    border: 1px solid #c9c9c9;
    border-top-color: transparent;
}

.latestnews .people .content .name {
    margin: 5px 0;
    color: #a03022;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.5px;
    min-height: 40px;
}

.latestnews .people .content ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

.latestnews .people .content ul li {
    display: inline-block;
    padding: 0 7px;
}

.latestnews .people .content ul li img {
    max-width: 9px;
}

.latestnews .people .content .l-news-box {
    margin: 0;
    margin-top: 3px;
    color: #a03022;
    font-weight: 400;
    line-height: 12px;
    font-size: 7px;
}

.latestnews .people .content a,
.latestnews .people .content a:focus,
.latestnews .people .content a:hover {
    text-decoration: none;
    outline: none;
    color: #5d5d5d;
    font-weight: 400;
    margin: 20px 0 10px;
    display: inline-block;
    padding: 2px 6px;
    border-radius: 4px;
    box-shadow: 0px -1px 3px rgba(50, 50, 50, 0.3);
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #ebebeb 75%, #c5c5c5 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #ebebeb 75%, #c5c5c5 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #ebebeb 75%, #c5c5c5 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c5c5c5', GradientType=0);
}

.latestnews .owl-carousel .owl-item.active .name {
    font-size: 11px;
}

.latestnews .owl-carousel .owl-item.small .name {
    font-size: 13px;
}

.latestnews .owl-carousel .owl-item.large .name {
    font-size: 15px;
}

.latestnews .owl-carousel .owl-item.active ul li img {
    max-width: 13px;
}

.latestnews .owl-carousel .owl-item.small ul li img {
    max-width: 15px;
}

.latestnews .owl-carousel .owl-item.large ul li img {
    max-width: 17px;
}

.latestnews .owl-carousel .owl-item.active ul li .newsIcon {
    max-width: 10px;
}

.latestnews .owl-carousel .owl-item.small ul li .newsIcon {
    max-width: 13px;
}

.latestnews .owl-carousel .owl-item.large ul li .newsIcon {
    max-width: 15px;
}

.latestnews .owl-carousel .owl-item.active .l-news-box {
    font-size: 9px;
}

.latestnews .owl-carousel .owl-item.small .l-news-box {
    font-size: 11px;
}

.latestnews .owl-carousel .owl-item.large .l-news-box {
    font-size: 12px;
}

.latestnews .owl-carousel .owl-item.active a {
    font-size: 9px;
}

.latestnews .owl-carousel .owl-item.small a {
    font-size: 11px;
}

.latestnews .owl-carousel .owl-item.large a {
    font-size: 13px;
}

.latestnews .people {
    margin: 100px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.latestnews .owl-carousel .owl-item.active .people {
    margin: 30px;
}

.latestnews .owl-carousel .owl-item.small .people {
    margin: 15px;
}

.latestnews .owl-carousel .owl-item.large .people {
    margin: 0;
}


/*----- end -----*/


/*----- upcoming events -------*/

#event .event-title h3 {
    color: #a03022;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}

.timeline .timeline-body h6 {
    color: #a03022;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.timeline-inverted .timeline-body h6 {
    text-align: left;
}

.timeline-inverted .timeline-body a {
    float: left;
}

.timeline .timeline-body p {
    color: #a03022;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
}

.timeline .timeline-body a,
.timeline .timeline-body a:focus,
.timeline .timeline-body a:hover {
    text-decoration: none;
    font-size: 10px;
    font-weight: 300;
    outline: none;
    color: #b2b2b2;
    margin: 7px 0 0;
    display: inline-block;
    padding: 2px 9px;
    border-radius: 4px;
    box-shadow: 0px -2px 3px rgba(50, 50, 50, 0.3);
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #ebebeb 75%, #c5c5c5 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #ebebeb 75%, #c5c5c5 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #ebebeb 75%, #c5c5c5 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c5c5c5', GradientType=0);
}

.timeline-heading {
    width: 50%;
    float: right;
    border: 4px solid #a03022;
    border-radius: 10px;
    position: relative;
}

.timeline-inverted .timeline-heading {
    float: left;
}

.timeline-heading img {
    border-radius: 6px;
}

.timeline-body {
    width: 45%;
    text-align: right;
}

.timeline-inverted .timeline-body {
    float: right;
    /* margin-right: 20px; */
}

.timeline-badge img {
    max-width: 20px;
    position: absolute;
    bottom: 24px;
    right: 50%;
    transform: translateX(-1px);
}

.timeline-inverted img {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    right: 7%;
}

.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 4px;
    background-color: #a03022;
    left: 50%;
    margin-left: -1.5px;
    border-radius: 10px;
}

.timeline>li>.timeline-panel {
    width: 46%;
    float: left;
    border-radius: 2px;
    padding: 0 6px;
    position: relative;
}

.bgimg {
    overflow: hidden;
    position: absolute;
    top: -6px;
    right: -30px;
    display: block;
    max-width: 270px;
}

.timeline-inverted .bgimg {
    left: -29px;
}

.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

.timeline>li {
    margin-bottom: 0;
    position: relative;
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
}

.timeline>li>.timeline-badge {
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 33px;
    left: 50%;
    margin-left: -25px;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}

.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}

.timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
}

.timeline-body>p,
.timeline-body>ul {
    margin-bottom: 0;
}

.timeline-body>p+p {
    margin-top: 5px;
}


/*------ end ------*/


/* ----- lifetime ------ */

.lifetime {
    background: url("../images/lifetime-banner-1.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-bottom: 20px;
}


/*.lifetime .lifetime-title {
        margin-top: -50px;
    }*/

.lifetime .lifetime-title h3 {
    color: #a03022;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.5px;
}

.lifetime .life-img {
    text-align: center
}

.lifetime .life-img img {
    max-width: 700px;
}

.divisions-container {
    height: 0;
    margin-top: 80px;
    margin-bottom: 0;
    padding-bottom: 35%;
    position: relative;
    z-index: 1;
}

.division-set {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}

.division-set svg {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 0;
}

.division-set a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 11em;
    height: 5em;
    margin: -4.5em 0 0 -4.5em;
    border-radius: 100%;
    position: absolute;
    z-index: 1;
    float: none;
    overflow: hidden;
    backface-visibility: hidden;
    font-weight: 600;
    background-color: #9b3e39;
    color: #fff;
    text-transform: uppercase;
    border: solid #9b3e39 7px;
    -o-transition: background-color .7s, color .7s;
    -ms-transition: background-color .7s, color .7s;
    -moz-transition: background-color .7s, color .7s;
    -webkit-transition: background-color .7s, color .7s;
    transition: background-color .7s, color .7s;
    text-align: center;
    /*cursor: default !important;*/
}

.division-set a:hover,
.division-set a:focus,
.division-set a:active {
    background: #fff;
    color: #9b3e39;
    text-decoration: underline;
}

.lifetime-hall-drawing {
    position: absolute;
    float: none;
    overflow: hidden;
    backface-visibility: hidden;
    border: none;
    z-index: 2;
    display: block;
    width: 30%;
}


/* ----- end ------ */


/*----- img section ------*/

.img-section {
    background: url("../images/img-banner.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 0 0 70px;
}

.img-section .logo-div {
    padding-bottom: 10px;
}

.img-section .logo-div::after {
    content: " ";
    display: block;
    width: 96%;
    height: 2px;
    background: #a03022;
    margin-top: 5px;
    position: relative;
    left: 10px;
}

.img-section .logo-div img {
    max-width: 45px;
}

.img-section .logo-div ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

.img-section .logo-div ul li {
    display: inline-block;
    color: #a03022;
}

.img-section .logo-div ul li h6 {
    margin-top: 0;
    margin-bottom: 0;
    color: #a03022;
    font-size: 20px;
    font-weight: 400;
    margin-left: 15px;
}

.img-section .logo-div ul li p {
    float: left;
    margin-top: 0;
    margin-bottom: 0;
    color: #a03022;
    font-size: 13px;
    font-weight: 300;
    margin-left: 15px;
}

.img-section .logo-div ul li p:not(:last-child) {
    margin-right: 15px;
    position: relative;
}

.img-section .logo-div ul li p:not(:last-child):after {
    content: ' ';
    display: block;
    background: #a03022;
    width: 1px;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-right: -9px;
}

.img-section .img-box img {
    max-width: 260px;
}

.img-section .img-box ul {
    padding: 0;
    list-style: none;
}

.img-section .img-box ul li {
    display: inline-block;
    padding: 7px 4px;
}

.img-section .more-btn {
    text-align: center;
    margin-top: 20px;
}

.img-section .more-btn a,
.img-section .more-btn a:focus,
.img-section .more-btn a:hover {
    text-decoration: none;
    outline: 0;
    color: #a03022;
    border: 1px solid #841d0f;
    padding: 5px 8px;
    font-weight: 400;
    font-size: 13px;
}


/*----- end ------*/


/*---- testimonial -----*/

#testimonial {
    padding-top: 60px;
}

#testimonial .testimonial-title h3 {
    color: #a03022;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 35px;
    letter-spacing: 0.5px;
}

#testimonial .people {
    margin: 100px;
    border-radius: 11px;
    border: 4px solid #803122;
    position: relative;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

#testimonial .owl-carousel .owl-item.active .people {
    margin: 30px;
}

#testimonial .owl-carousel .owl-item.medium .people {
    margin: 15px;
}

#testimonial .owl-carousel .owl-item.big .people {
    margin: 0;
}

#testimonial .people .content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    text-align: center;
    color: #FFF;
}

#testimonial .people .content .name {
    margin: 0;
    color: #ffffff;
    font-weight: 500;
    font-size: 11px;
    text-transform: uppercase;
}

#testimonial .owl-carousel .owl-item.active .name {
    font-size: 10px;
}

#testimonial .owl-carousel .owl-item.medium .name {
    font-size: 13px;
}

#testimonial .owl-carousel .owl-item.big .name {
    font-size: 15px;
}

#testimonial .people .content .text {
    margin: 0;
    color: #ffffff;
    font-weight: 300;
    font-size: 9px;
    line-height: 12px;
}

#testimonial .owl-carousel .owl-item.active .text {
    font-size: 9px;
}

#testimonial .owl-carousel .owl-item.medium .text {
    font-size: 10px;
    line-height: 14px;
}

#testimonial .owl-carousel .owl-item.big .text {
    font-size: 12px;
    line-height: 16px;
}

#testimonial .owl-carousel .owl-item img {
    border-radius: 7px;
}

#news-slide .owl-nav.disabled {
    display: block !important;
}

#testimonial .owl-prev,
#news-slide .owl-prev {
    position: absolute;
    left: -19px;
    top: 50%;
    transform: translateY(-50%);
    background: #d1cdcb !important;
    background: -moz-linear-gradient(top, #d1cdcb 0%, #e5e3e2 44%, #fafafa 100%) !important;
    background: -webkit-linear-gradient(top, #d1cdcb 0%, #e5e3e2 44%, #fafafa 100%) !important;
    background: linear-gradient(to bottom, #d1cdcb 0%, #e5e3e2 44%, #fafafa 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#d1cdcb', endColorstr='#fafafa', GradientType=0) !important;
    border-radius: 50%;
}

#testimonial .owl-next,
#news-slide .owl-next {
    position: absolute;
    right: -19px;
    top: 50%;
    transform: translateY(-50%);
    background: #d1cdcb !important;
    background: -moz-linear-gradient(top, #d1cdcb 0%, #e5e3e2 44%, #fafafa 100%) !important;
    background: -webkit-linear-gradient(top, #d1cdcb 0%, #e5e3e2 44%, #fafafa 100%) !important;
    background: linear-gradient(to bottom, #d1cdcb 0%, #e5e3e2 44%, #fafafa 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#d1cdcb', endColorstr='#fafafa', GradientType=0) !important;
    border-radius: 50%;
}

#testimonial .owl-carousel .owl-nav button.owl-next,
#testimonial .owl-carousel .owl-nav button.owl-prev,
#news-slide .owl-carousel .owl-nav button.owl-next,
#news-slide .owl-carousel .owl-nav button.owl-prev {
    padding: 5px !important;
    border-radius: 50% !important;
}

#testimonial .owl-next:focus,
#testimonial .owl-prev:focus,
#news-slide .owl-next:focus,
#news-slide .owl-prev:focus {
    outline: none !important;
}

#testimonial .owl-prev i,
#testimonial .owl-next i,
#news-slide .owl-prev i,
#news-slide .owl-next i {
    color: #999999;
    font-size: 20px;
    font-weight: 700;
    padding: 2px !important;
    background: #fafafa;
    background: -moz-linear-gradient(top, #fafafa 0%, #e4e1e0 44%, #d4d0ce 100%);
    background: -webkit-linear-gradient(top, #fafafa 0%, #e4e1e0 44%, #d4d0ce 100%);
    background: linear-gradient(to bottom, #fafafa 0%, #e4e1e0 44%, #d4d0ce 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#d4d0ce', GradientType=0);
    border: 1px solid #999999;
    width: 27px;
    height: 27px;
    border-radius: 50%;
}


/* ----- end ----- */


/*---- banner slider -----*/

section.banner {
    margin-top: 142px;
    height: calc(100vh - 142px);
    /*background: url(../images/loader.gif) no-repeat center;*/
    background-position-y: 90%;
    background-position-x: 90%;
}

.slider_area .single_slider {
    background-size: cover;
    height: calc(100vh - 142px);
}

.slider_area .single_slider .slider_content {
    z-index: 1;
    position: relative;
}

.slider_area .single_slider::before {
    content: '';
    /*        background: rgba(0, 0, 0, 0.3);*/
    /*        background-image: url('../images/bannervideo05.jpg');*/
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.slider_area .single_slider h1 {
    font-size: 44px;
    line-height: 63px;
    margin-bottom: 23px;
    color: #fff;
    font-weight: 600;
}

.slider_area .single_slider p {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    font-weight: 500;
}

.button {
    background: #9b3e39;
    color: #fff;
    padding: 10px 20px;
    margin-top: 10px;
    text-decoration: none;
    border-radius: 21px;
    font-weight: 600;
    border: 2px solid #8d8d8d;
    display: inline-block;
    transition: all .2s ease-in-out;
}

.button:hover,
.button:focus,
.button:active {
    color: #fff;
    text-decoration: none;
    border-color: #fff;
}

.slider_area .owl-nav button {
    position: absolute;
    top: 49%;
    transform: translatey(-50%);
    left: 50px;
    font-size: 50px !important;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    color: #fff !important;
    outline: none;
}

.slider_area .owl-nav button.owl-next {
    right: 50px;
    left: auto;
}

.slider_area .owl-nav button:hover {
    color: #9b3e39 !important;
}

.slider_area:hover .owl-nav button {
    opacity: 1;
    visibility: visible;
}

.slider_area .video-player {
    width: 100%;
    height: 100%;
    position: absolute !important;
}

.active .slider_content h1,
.active .slider_content a,
.active .slider_content p {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.active .slider_content h2 {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.active .slider_content h3,
.active .slider_content span {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.active .slider_content p {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.active .slider_content a {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}


/* ----- end ----- */

footer {
    background: #EAEAEA;
    padding: 40px 0 0;
    -webkit-box-shadow: 0px 3px 12px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 0px 3px 12px rgba(50, 50, 50, 0.5);
    box-shadow: 0px 3px 12px rgba(50, 50, 50, 0.5);
}

.fmenu h4,
.f-socialicons h4,
.f-contact h4 {
    color: #a03022;
    font-size: 21px;
    font-weight: 600;
    text-transform: uppercase;
}

.fmenu,
.f-contact,
.f-socialicons {
    margin-left: 20px;
}

.fmenu h4:after,
.f-contact h4:after {
    content: ' ';
    display: block;
    height: 1px;
    background-color: #60160a;
    width: 34%;
    margin-top: 5px;
}

.f-socialicons h4:after {
    content: ' ';
    display: block;
    height: 1px;
    background-color: #60160a;
    width: 21%;
    margin-top: 5px;
}

.fmenu ul {
    list-style: none;
    padding: 0
}

.fmenu ul li a,
.fmenu ul li a:focus,
.fmenu ul li a:hover,
.f-contact p a,
.f-contact p a:hover {
    color: #a03022;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    line-height: 25px;
}

.f-socialicons p {
    color: #a03022;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 25px;
}

.f-socialicons h6 {
    color: #a03022;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 22px;
}

.f-socialicons ul {
    list-style: none;
    padding: 0;
}

.f-socialicons ul li {
    display: inline-block;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    background: #6a0000;
    border-radius: 50%;
    position: relative;
    margin-top: 15px;
}

.f-socialicons ul li i {
    color: #fff;
    font-size: 26px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.bottombar {
    background: #6a0000;
    text-align: center;
    padding: 7px 0;
    margin-top: 10px;
}

.bottombar p {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 0;
}

.contact-form-input {
    background-color: #eaeaea;
    border: 1px solid #6a0000;
    margin: 35px 0 0 0;
    padding: 12px 20px;
    width: 100%;
}

.contact-form-input::placeholder {
    font-size: 14px;
    color: #6a0000;
}

.footer-selector {
    background-color: #eaeaea;
    border: 1px solid #6a0000;
    width: 100%;
    font-size: 14px;
    padding: 15px 11px;
    color: #6a0000 !important;
    position: relative;
}

.footer-selector::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
}

.dropdown-menu.footer {
    width: 100%;
    background-color: #eaeaea;
    border: 1px solid;
    margin-top: 0;
    border-radius: 0;
}

.dropdown-menu.footer .dropdown-item:not(:last-child) {
    border-bottom: 1px solid;
}

.footer-btn {
    margin-top: 30px;
    background-color: #6a0000;
    color: white;
    width: 100%;
    text-align: center;
    border: none;
    padding: 10px 0;
}

#intro,
#mission,
#message,
#board-trustee,
#visitingcampus {
    scroll-margin-top: 110px;
}

#elementID,
#elementID2,
#elementID3{
    scroll-margin-top: 130px;
}




#patnership {
    scroll-margin-top: 150px;
}

@media (min-width: 1365px) {
    #event {
        margin-top: 0;
    }
    #lifetime-container {
        margin-top: 80px;
    }
}

@media (min-width: 1500px) {
    #event {
        margin-top: 0;
    }
}

@media (min-width: 1554px) {
    #event {
        margin-top: 10px;
    }
}

@media (min-width: 1750px) {
    #event {
        margin-top: 10px;
    }
}

.banner-inner {
    margin-top: 0px;
}

.text-white {
    color: #fff !important;
}

.text-center {
    text-align: center !important;
}

.page-banner-block {
    text-align: center
}

.page-banner-block .breadcrumb a {
    color: #FFF;
}

.page-banner-block .breadcrumb {
    background: transparent !important;
    color: #fff !important;
    text-align: center !important;
    display: inline-flex !important;
    font-size: 14px;
}


/* .page-banner-main-block {
    padding: 87px 0 107px;
    position: absolute;
    z-index: 10;
}

.page-banner-main-block {
    position: absolute;
    z-index: 99;
    left: 0;
    width: 100%;
} */

.page-banner-block .breadcrumb li+li::before {
    padding: 0 5px;
    color: #FFF;
    content: ">";
}

.about-us-section {
    background: url("../images/newsslide-banner.png");
    background-size: contain;
    background-position: top center;
    background-repeat: repeat;
    padding: 100px 0
}

.about-us-section .event-title h3 {
    color: #a03022;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}

.about-us-section .event-title h1 {
    color: #a03022;
    font-size: 45px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}

.about-us-section p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    text-align: justify;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-50 {
    margin-top: 50px;
}

.m-t-b-50 {
    margin-top: 50px;
    margin-bottom: 50px;
}

.board-section img {
    width: 184px;
    margin: 0 auto;
    display: block;
}

.president-box {
    border: 2px solid #9b3e39;
    padding: 20px;
}

.president-box h3 {
    font-size: 1.25rem;
    text-align: center;
    font-weight: 600;
    color: #9b3e39;
    padding: 8px 0
}

.president-box h6 {
    font-size: 14px;
    text-align: center;
    font-weight: 600;
}

.about-us-section ul {
    padding: 0 !important;
}

.about-us-section ul li {
    list-style-type: none !important;
    padding: 3px 0;
}

.about-us-section ul li a {
    color: #000;
    font-weight: 600;
}

.board-section h3 {
    color: #9b3e39 !important;
    font-weight: 600
}

.iframe-style {
    width: 100%;
}

.m-t-b-30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.president-box img {
    margin: 0 auto;
    display: block;
    border-radius: 50%;
    margin-top: 7px;
}

.patner-box {
    border: 4px solid #9b3e39;
    padding: 10px;
}

.patnership h6 {
    color: #9b3e39;
    font-weight: 600;
    margin-top: 20px;
    text-align: center;
    line-height: 26px;
}

.board-trustee img {
    /*    width: 70%;*/
    width: auto !important;
    border-radius: 50%;
    border: 4px solid #9b3e39;
    padding: 5px;
    margin: 0 auto;
    display: block
}

.board-trustee h6 {
    text-align: center;
    padding: 25px 0;
    padding-bottom: 5px !important;
    color: #9b3e39;
    font-weight: 600;
}

.desc-box p {
    text-align: justify
}

.btn-close {
    position: absolute;
    right: 11px;
    top: 5px;
    z-index: 999 !important;
    left: auto;
}

.m-b-50 {
    margin-bottom: 50px;
}

.icon-section {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.icon-section img {
    width: 80px;
    margin: 0 auto;
    display: block;
}

.icon-section h1 {
    text-align: center;
    margin-top: 25px;
    color: #a03022;
    font-weight: 600;
}

.icon-section h5 {
    color: #a03022;
    text-align: center;
    margin-top: 25px;
}

.m-t-30 {
    margin-top: 30px;
}

.campus-section h5 {
    color: #a03022;
    font-weight: 600;
    font-size: 25px;
    padding-bottom: 10px;
}

.campus-section .more-btn a,
.campus-section .more-btn a:focus,
.campus-section .more-btn a:hover {
    text-decoration: none;
    outline: 0;
    color: #a03022;
    border: 1px solid #841d0f;
    padding: 5px 8px;
    font-weight: 400;
    font-size: 13px;
    margin-right: 25px;
}

.top {
    padding: 100px 0 0;
}

.campus-section ul li {
    font-weight: 600;
    color: #000;
    padding: 15px 0
}

.campus-section ul li::before {
    content: "\f04b";
    font: normal normal normal 14px/1 FontAwesome;
    display: inline-block;
    margin-right: 10px;
}

.history-content {
    height: 180px;
}


/*---- admission page style starts here -----*/

.admission-section {
    color: #000;
}

.admission-section .event-title h1 {
    color: #a03022;
    font-weight: 700;
    font-size: 45px;
    text-transform: uppercase;
    text-align: left;
    margin-top: 100px;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}

.admission-section .event-title h3 {
    color: #a03022;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}

.admission-section ul li {
    list-style-type: none !important;
    padding: 3px 0;
    margin-left: 0;
    display: flex;
}

.admission-section ul li a {
    color: #9b3e39;
    font-weight: 600;
}

.admission-section ol li {
    padding: 7px 0;
}

.admission-section ul li {
    padding: 9px 0;
}

.requirement-bullets ul li:before {
    content: "\F0F1B";
    font: normal normal normal 24px/1 "Material Design Icons";
    display: block;
    font-size: 18px;
    margin-top: 3px;
    margin-right: 8px;
}

.hidden-content {
    display: none;
}

table {
    table-layout: fixed;
    word-wrap: break-word;
}

.card-header .btn {
    width: 100%;
    border-radius: 0;
    margin: 0;
    text-align: left;
}

.card-header .btn[aria-expanded=true] {
    color: #fff;
    background-color: #9b3e39;
}

.card-header .btn[aria-expanded=true] a {
    color: #fff;
}

.title-color {
    color: #9b3e39;
    font-weight: bold;
}

.admission-section {
    background: url("../images/newsslide-banner.png");
    background-size: contain;
    background-position: top center;
    background-repeat: repeat;
    padding: 100px 0
}

.admission-card .card {
    color: white;
    background-color: #9b3e39;
}

.admission-card a {
    color: black;
    text-decoration: none;
}

.admission-card .card-title {
    min-height: 66px;
}

.admission-card .card i {
    font-size: 50px;
    color: white;
}

.admission-card .card .card-body p i {
    font-size: 20px;
    margin-right: 10px;
}


/* ----- end ----- */


/********swathy*********/


/* academics */

.academics-section {
    background: url("../images/newsslide-banner.png");
    background-size: cover;
    background-position: top center;
    background-repeat: repeat;
    padding: 100px 0
}

.academics-section .event-title h1 {
    color: #a03022;
    font-size: 45px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}

.academics-section p {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    text-align: justify;
}

.ac-subsection {
    margin-top: 50px;
}

.ac-subsection a,
.ac-subsection a:hover,
.ac-subsection a:focus {
    text-decoration: none;
    outline: none;
}

.ac-subsection h6 {
    color: #9b3e39;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    min-height: 60px;
    line-height: 23px;
    margin-top: 17px;
}

.ac-subsection span {
    color: #a03022;
    background-color: transparent;
    box-shadow: none;
    border: 1px solid #841d0f;
    padding: 5px 9px;
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: all .5s;
    transition: all .5s;
    scroll-behavior: smooth;
    font-weight: 400;
}

.ac-subsection span:hover {
    background-color: #841d0f;
    color: #ffffff;
    -webkit-transition: all .5s;
    transition: all .5s;
    scroll-behavior: smooth;
}

.ac-subsection .course-box-border {
    border: 4px solid #9b3e39;
    padding: 8px 10px;
}


/* end */


/* academics innerpage */

.ac-innerpage {
    background: url("../images/newsslide-banner.png");
    background-size: cover;
    background-position: top center;
    background-repeat: repeat;
    padding: 70px 0;
}

.ac-innerpage .event-title h1 {
    color: #a03022;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}

.ac-innerpage p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    text-align: justify;
}

.ac-innerpage .event-title h3 {
    color: #a03022;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}

.ac-innerpage ul li {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    text-align: justify;
    padding: 3px 0;
}

#re-section {
    margin-top: 50px;
}

#re-section a,
#re-section a:focus,
#re-section a:hover {
    text-decoration: none;
    outline: 0;
    color: #a03022;
    border: 1px solid #841d0f;
    padding: 12px 10px;
    font-weight: 600;
    font-size: 15px;
    -webkit-transition: all .5s;
    transition: all .5s;
    scroll-behavior: smooth;
    text-transform: uppercase;
    display: block;
    text-align: center;
}

#re-section a:hover {
    background-color: #841d0f;
    color: #ffffff;
    -webkit-transition: all .5s;
    transition: all .5s;
    scroll-behavior: smooth;
}

#re-section .acc-row {
    margin-top: 50px;
}

#re-section h3 {
    color: #a03022;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}

#re-section .acc-row table {
    table-layout: fixed
}

#re-section .acc-row #tb-01 {
    margin-top: 35px;
}

#re-section .acc-row .table-bordered td,
#re-section .acc-row .table-bordered th {
    border: 1px solid #841d0f;
}

#re-section .acc-row table th {
    color: #a03022;
    text-align: center;
}

#re-section .acc-row table td {
    color: #a03022;
}

#re-section .myaccordion .fa-stack {
    font-size: 12px;
}

#re-section .myaccordion .btn {
    width: 100%;
    font-weight: bold;
    color: #a03022;
    padding: 0;
}

#re-section .myaccordion .btn-link:hover,
#re-section .myaccordion .btn-link:focus {
    text-decoration: none;
}

#re-section .myaccordion li+li {
    margin-top: 10px;
}

#re-section .card {
    border-color: #841d0f;
    margin-bottom: 10px;
    border-radius: 6px;
    background-color: transparent;
}

#re-section .card-header {
    background-color: transparent;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom: none;
    cursor: pointer;
    padding: 0;
}

#re-section .active-acc01 {
    background: #841d0f;
    transition: all .2s;
}

#re-section .active-acc02 {
    background: #841d0f;
    transition: all .2s;
}

#re-section .myaccordion .btn {
    width: 100%;
    font-weight: bold;
    color: #a03022;
    padding: .75rem 1.25rem;
}

#re-section .active-acc01 .btn {
    color: #fff;
}

#re-section .active-acc01 .fa-minus {
    color: #a03022;
}

#re-section .active-acc02 .btn {
    color: #fff;
}

#re-section .active-acc02 .fa-minus {
    color: #a03022;
}

.color-trans {
    background: transparent !important;
}

.ac-innerpage .event-title h1 span {
    text-transform: lowercase;
}


/* end */


/* campus life */

.campuslife {
    background: url("../images/newsslide-banner.png");
    background-size: cover;
    background-position: top center;
    background-repeat: repeat;
    padding: 100px 0
}

.campuslife .event-title h1 {
    color: #a03022;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}

.campuslife p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    text-align: justify;
}

.campuslife .event-title h3 {
    color: #a03022;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}

.campuslife #hid-sec01,
.campuslife #hid-sec02 {
    display: none;
}

.campuslife .fa-rw {
    margin-top: 30px;
    margin-bottom: 30px;
}

.campuslife .fa-rw .overlay-main {
    position: relative;
}

.campuslife .fa-rw .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.6) 73%, rgba(0, 0, 0, 0.95) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.6) 73%, rgba(0, 0, 0, 0.95) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.6) 73%, rgba(0, 0, 0, 0.95) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#bf000000', GradientType=0);
}

.campuslife .fa-rw .overlay-main:hover .overlay {
    background-color: #000;
    opacity: 0.1;
}

.zoom-box img {
    -webkit-transition: 0.8s ease;
    transition: 0.8s ease
}

.zoom-box:hover #zooming {
    -webkit-transform: scale(1.06);
    transform: scale(1.06);
}

.campuslife .fa-rw .fa-imgtext {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
    padding-right: 30px;
    padding-left: 30px;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    line-height: 26px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 15px;
}

.campuslife .hid-btn {
    text-align: center;
}

.campuslife .ca-btn {
    color: #000;
    background-color: transparent;
    box-shadow: none;
    border: 1px solid #000;
    padding: 4px 8px;
    text-decoration: none;
    font-size: 14px;
    cursor: pointer;
    margin-top: 20px;
    text-decoration: none;
    outline: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    scroll-behavior: smooth;
}

.campuslife .ca-btn:focus,
.campuslife .ca-btn:hover {
    background-color: #841d0f;
    color: #ffffff;
    -webkit-transition: all .5s;
    transition: all .5s;
    scroll-behavior: smooth;
    outline: none;
}

.campuslife a,
.campuslife a:focus,
.campuslife a:hover {
    text-decoration: none;
    outline: none;
}

.campuslife .cl-rw {
    margin-top: 30px;
    margin-bottom: 30px;
}

.campuslife .cl-rw .co-box-border {
    border: 4px solid #9b3e39;
    padding: 8px;
}

.campuslife .cl-rw h6 {
    color: #000;
    font-weight: 600;
    margin-top: 20px;
    text-align: center;
    line-height: 26px;
    text-transform: uppercase;
}


/* end */


/* youth empowerment society  */

.page-inner .bold-ul {
    padding: 0;
    list-style: none;
}

.page-inner ul li {
    font-weight: 600;
    color: #841d0f;
    padding: 15px 0;
    list-style: none;
}

.page-inner ul li::before {
    content: "\f04b";
    font: normal normal normal 14px/1 FontAwesome;
    display: inline-block;
    margin-right: 10px;
}


/* virtual tour section  */

.virtual-section {
    padding: 100px 0;
}

.virtual-section .event-title h1 {
    color: #a03022;
    font-size: 45px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}

.video-wrapper .video {
    height: 480px;
    width: 853px;
}

.video-contents {
    width: 100%;
    height: 480px;
    border: 1px solid #ddd;
    overflow-y: scroll;
}

.video-content-outer {
    width: 510px;
    transition: all 1s ease-in-out;
    transition: width 2s ease-in-out;
    position: relative;
}

.btn-control {
    position: absolute;
    height: 40px;
    width: 40px;
    top: 10%;
    right: 100%;
    text-align: center;
    background-color: #a03022;
    color: white;
}

.video-contents .content-title {
    background-color: #a03022;
    color: white;
    border: 1px solid #ddd;
}

.video-contents .text-box {
    width: 100%;
    margin-bottom: 10px;
    padding: 6px 5px;
    border: none;
    border-radius: none;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.filter-outer .filter-btn {
    padding: 0;
    max-height: 36px;
    border: none;
    background-color: white;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.filter-outer .filter-btn i::before {
    border: none;
    color: #a03022;
    margin: 5px;
}

.video-contents ul li {
    list-style: none;
    padding: 8px 10px;
    color: white;
    background-color: #a03022;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
}

.video-contents ul li i::before {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    text-align: center;
    color: white;
    border: 1px solid white;
}

.btn-map-view {
    padding: 10px 30px;
    background-color: #841d0f;
    color: white;
    font-weight: bold;
}


/* end */


/* career section  */

.career-section {
    background: url("../images/newsslide-banner.png");
    background-size: contain;
    background-position: top center;
    background-repeat: repeat;
    color: #000;
    padding: 70px 0 90px;
}

.career-section .event-title h1 {
    color: #a03022;
    font-weight: 700;
    font-size: 45px;
    text-transform: uppercase;
    text-align: left;
    margin-top: 100px;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}

.career-section .nav .nav-item {
    font-size: 20px;
    font-weight: bold;
    color: #000;
}

.tab-img {
    max-width: 180px;
    max-height: 180px;
    border-radius: 4px;
}

.career-section .nav .active {
    font-size: 20px;
    font-weight: bold;
    background-color: #a03022;
    color: white;
}

.career-section .tab-content {
    background-color: #a03022;
    color: white;
}

.career-section .nav .nav-link i::before {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    border: 1px solid #a03022;
    text-align: center;
}


/* end */


/* people section  */

.people-section {
    background: url("../images/newsslide-banner.png");
    background-size: contain;
    background-position: top center;
    background-repeat: repeat;
    padding: 100px 0
}

.people-section .event-title h1 {
    color: #a03022;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
    margin-top: 100px;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}

.people-section .card-img {
    height: 150px;
    width: 150px;
    border-radius: 50%;
}

.modal-content {
    position: relative;
}

.modal-content .close {
    position: absolute;
    top: -15px;
    right: -13px;
}

.modal-img {
    max-width: 200px;
    max-height: 200px;
    border-radius: 4px;
}

.modal-body ul li {
    display: block;
    border: none;
    text-align: left;
}

.modal-body ol li {
    display: block;
    border: none;
    text-align: left;
}

.modal-body ul li::before {
    display: none;
}

.modal-body ul li::after {
    display: none;
}

.modal-body ol li::before {
    display: none;
}

.modal-body ol li::after {
    display: none;
}

.modal-body p {
    margin-bottom: 0;
    padding: 5;
    color: #a03022;
    text-align: left;
}

.modal-body h4 {
    color: #a03022;
    text-align: left;
}

.people-section .card-img-mini {
    height: 100px;
    width: 100px;
    border-radius: 50%;
}


/* Custom styles */

* {
    box-sizing: border-box;
}

ul {
    list-style: none;
    padding: 0;
}

.employee-card {
    text-align: left;
    margin: 0;
    width: 100%;
    overflow: hidden;
    background-color: #a03022;
}

.employee-card h4 {
    font-size: 16px;
    color: white;
    padding: 3px;
}

.employee-card h5 {
    font-size: 14px;
}

.employee-card .card-body {
    padding: 5px;
    margin-top: 5px;
    background-color: #a03022;
}

.employee-card .card-body .title-color {
    color: white;
    margin: 0;
}

.tree ul {
    padding-top: 20px;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.tree li {
    float: left;
    text-align: center;
    list-style-type: none;
    position: relative;
    padding: 20px 5px 0 5px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}


/*We will use ::before and ::after to draw the connectors*/

.tree li::before,
.tree li::after {
    content: '';
    position: absolute;
    top: 0;
    right: 50%;
    border-top: 2px solid #a03022;
    width: 50%;
    height: 20px;
}

.tree li::after {
    right: auto;
    left: 50%;
    border-left: 2px solid #a03022;
}


/*We need to remove left-right connectors from elements without 
any siblings*/

.tree li:only-child::after,
.tree li:only-child::before {
    display: none;
}


/*Remove space from the top of single children*/

.tree li:only-child {
    padding-top: 0;
}


/*Remove left connector from first child and 
right connector from last child*/

.tree li:first-child::before,
.tree li:last-child::after {
    border: 0 none;
}


/*Adding back the vertical connector to the last nodes*/

.tree li:last-child::before {
    border-right: 2px solid #a03022;
    border-radius: 0 5px 0 0;
    -webkit-border-radius: 0 5px 0 0;
    -moz-border-radius: 0 5px 0 0;
}

.tree li:first-child::after {
    border-radius: 5px 0 0 0;
    -webkit-border-radius: 5px 0 0 0;
    -moz-border-radius: 5px 0 0 0;
}


/*Time to add downward connectors from parents*/

.tree ul ul::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    border-left: 2px solid #a03022;
    width: 0;
    height: 20px;
}

.tree li a {
    /* border: 1px solid #ccc; */
    padding: 5px 10px;
    text-decoration: none;
    max-width: 243px;
    display: inline-block;
}

.tree .subchild-bottom {
    padding-top: 300px;
}

.tree .subchild-bottom::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0%;
    border-left: 2px solid #a03022;
    width: 50%;
    height: 300px;
}

.tree .top-line::before {
    border-top: 2px solid #a03022;
}

.tree .left-border-line::before {
    border-left: 2px solid #a03022 !important;
}

.tree .left-head::after {
    width: 543px;
}

.margin-lft {
    margin-left: 354px;
}

.tree .card-body {
    padding: 5px;
    margin-top: 5px;
    background-color: #a03022;
    color: white;
}

.tree .card-body h4 {
    font-size: 16px;
    font-weight: bold;
}

.tree .card-body h5 {
    font-size: 14px;
    font-weight: bold;
}


/* end */


/* club page */

#club-li {
    padding: 0;
}

.c-m-t-b-10 {
    margin: 45px 0;
}


/* end */


/* campus innerpages */

.page-inner .ca-fa .align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.page-inner .ca-fa .d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.page-inner .ca-fa p {
    line-height: 22px;
}

.page-inner .bo-border {
    border: 2px solid #9b3e39;
    padding: 20px;
}


/* library */

#library-section {
    padding-bottom: 80px;
}

.lib-ul ul {
    margin-bottom: 0;
    padding: 0;
    list-style: none;
}

.lib-ul ul li {
    padding-left: 1.5em !important;
}

.lib-ul ul li::before {
    content: "\f04b";
    font: normal normal normal 14px/1 FontAwesome;
    display: inline-block;
    margin-left: -1.5em;
    width: 1.5em;
}

.lib-ul table {
    margin-top: 40px;
    table-layout: unset !important;
}

.lib-ul ul li:first-child td:nth-child(1) {
    width: 300px;
}

.lib-ul ul li:first-child td:nth-child(2) {
    width: 100px;
    text-align: center;
}

.lib-ul ul li:first-child td:nth-child(3) {
    width: 100px;
    text-align: center;
}

.lib-ul ul li:first-child td:nth-child(4) {
    width: 100px;
    text-align: center;
}

.lib-ul ul li:first-child td:last-child {
    width: 400px;
}

.lib-ul table th {
    text-align: center;
    color: #a03022;
}

.lib-ul .table-bordered td,
.lib-ul .table-bordered th {
    border: 1px solid #841d0f !important;
}

.lib-ul td {
    color: #a03022;
}

.lib-ul li:last-child {
    margin-top: 40px;
}

.lib-ul li:last-child tr:last-child {
    font-weight: bold;
}

.lib-ul li:last-child tr td:last-child {
    border: none !important;
    border-right: 1px solid #841d0f !important;
    text-align: center;
}

.lib-ul .table-bordered {
    border: 1px solid #841d0f;
}

.lib-ul li:last-child .table-bordered {
    border: 1px solid #841d0f;
}

.lib-ul li:last-child tr:last-child {
    border: 1px solid #841d0f;
}

.lib-ul .library-b-div h5 {
    color: #a03022;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    margin-top: 30px;
}


/* end */


/* wire */

.wire-banner {
    padding-top: 65px;
}

.wire-banner .page-banner-heading {
    font-size: 45px;
}

.wire-li {
    padding: 0;
    list-style: none;
}

.wire-li>li,
.wire-innerli>li {
    padding-left: 1.5em !important;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
}

.wire-li>li::before {
    content: "\f04b";
    font: normal normal normal 14px/1 FontAwesome;
    display: inline-block;
    margin-left: -1.5em;
    width: 1.5em;
}

.wire-innerli>li::before {
    content: "\f111 ";
    font: normal normal normal 9px/1 FontAwesome;
    display: inline-block;
    margin-left: -1.3em;
    width: 1.7em;
}

.wire-innerli {
    list-style: none;
    margin-top: 20px;
}


/* end */

.couns-li {
    margin: 30px 0;
}

.couns-li h5 {
    position: relative;
    padding-left: 25px;
    font-size: 18px;
    color: #9b3e39;
    font-weight: 600;
    margin-bottom: 10px;
}

.couns-li h5::before {
    content: '\f04b';
    font: normal normal normal 14px/1 FontAwesome;
    color: #823224;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.couns-right {
    margin-left: 30px;
}

.couns-li span {
    color: #9b3e39;
    margin-bottom: 7px;
    display: block;
    position: relative;
    padding-left: 20px;
}

.couns-li span::before {
    content: '\f111';
    font: normal normal normal 7px/1 FontAwesome;
    color: #823224;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}


/* art */

#art-club .sub-title02 {
    margin-bottom: 30px;
}


/* end */


/* ------- Replace tuition and financing------------ */

.all-m-section {
    background: url(../images/newsslide-banner.png);
    background-size: contain;
    background-position: top center;
    background-repeat: repeat;
    padding: 80px 0;
}

.t-f-section .m-b-50 {
    margin-bottom: 35px;
}

.all-m-section h1 {
    color: #a03022;
    font-size: 45px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}

.t-f-section h3 {
    color: #a03022;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}

.t-f-section h5 {
    color: #a03022;
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;
    text-align: left;
    letter-spacing: 0.5px;
}

.t-f-section p {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    text-align: justify;
}

.t-f-section table {
    table-layout: fixed;
    margin: 32px 0;
}

.t-f-section .table-bordered {
    border: 1px solid #841d0f;
}

.t-f-section .note-ul,
.t-f-section .tf-sub-li {
    padding: 0;
    list-style: none;
}

.t-f-section .note-ul li,
.t-f-section .tf-sub-li li {
    padding-left: 1.5em !important;
    color: #000;
    padding-bottom: 8px;
    line-height: 25px;
}

.t-f-section .note-ul li::before,
.t-f-section .tf-sub-li li::before {
    content: "\f111";
    font: normal normal normal 8px/1 FontAwesome;
    display: inline-block;
    margin-left: -1.5em;
    width: 1.5em;
}

.tf-tab {
    margin-top: 40px;
}

.tf-tab .nav-link {
    color: #a03022;
    font-size: 18px;
    font-weight: 700;
    border: 1px solid #841d0f;
    text-transform: uppercase;
}

.tf-tab .nav-item {
    float: left;
    width: calc(98%/2);
    text-align: center;
}

.tf-tab .nav-item:first-child {
    margin-right: 1%;
}

.tf-tab .nav-item:last-child {
    margin-left: 1%;
}

.tf-tab .nav-pills .nav-link.active,
.tf-tab .nav-pills .show>.nav-link {
    background-color: #841d0f;
}

.tf-tab #pills-title01,
.tf-tab #pills-title02 {
    border: 1px solid #841d0f;
    padding: 20px;
    margin-top: 30px;
}

.tab-table tbody th:first-child {
    vertical-align: middle;
    text-align: left;
}


/* ---------end tuition & financing----------- */


/* ------- academics ----------------- */

.academics-section .policy-link a,
.academics-section .policy-link a:focus,
.academics-section .policy-link a:hover {
    text-decoration: none;
    outline: none;
    color: #a03022;
    font-size: 16px;
    font-weight: 600;
}

.academics-section .policy-link a i {
    font-weight: 700;
}

.course-grid-searchform {
    margin-bottom: 35px;
}

.course-grid-searchform .form-control {
    border-radius: 20px !important;
    height: 27px;
    border: 1px solid #9b3e39;
    font-size: 14px;
    font-family: 'Open Sans', serif;
    font-weight: 400;
    color: #b2b2b2;
    outline: 0;
    padding-left: 2.375rem;
}

.course-grid-searchform .form-control:focus {
    box-shadow: none;
}

input:focus,
textarea:focus,
select:focus {
    outline: 0;
}

.course-grid-searchform .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 27px;
    text-align: center;
    pointer-events: none;
    color: #9b3e39;
    -webkit-transform: scaleX(-1) !important;
    transform: scaleX(-1) !important;
    border: none !important;
    padding: 0 !important;
}

.course-grid-searchform ::-webkit-input-placeholder {
    text-align: right;
    font-size: 10px;
    color: #9b3e39;
}

.course-grid-searchform input:-moz-placeholder {
    text-align: right;
    font-size: 10px;
    color: #9b3e39;
}

.course-grid .course-grid-text {
    text-align: center;
    position: relative;
    -moz-box-shadow: 0 0 10px #cccccc;
    -webkit-box-shadow: 0 0 10px #cccccc;
    -o-box-shadow: 0 0 10px #cccccc;
    box-shadow: 0 0 10px #cccccc;
    padding: 25px 10px;
}

.course-grid .course-grid-text h5 {
    color: #a03022;
    font-size: 16px;
    font-weight: 600;
    min-height: 60px;
}

.course-grid .course-grid-text .grid-link {
    background: #841d0f;
    background: -moz-linear-gradient(-45deg, #841d0f, #a94438);
    background: -o-linear-gradient(-45deg, #841d0f, #a94438);
    background: linear-gradient(-45deg, #841d0f, #a94438);
    cursor: pointer;
    font-weight: 600;
    color: #fff;
    letter-spacing: 1px;
    font-size: 12px;
    line-height: 18px;
    padding: 7px 26px;
    border-radius: 30px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    -moz-transform: perspective(1px) translateZ(0);
    -o-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    -webkit-transition: all linear 400ms;
    -moz-transition: all linear 400ms;
    -o-transition: all linear 400ms;
    transition: all linear 400ms;
    border: none;
}

.course-grid .grid-link:before {
    background: #841d0f;
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: inline-block;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 51%;
    -ms-transform-origin: 51%;
    -o-transform-origin: 51%;
    transform-origin: 51%;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    border-radius: 22px;
    border: none;
}

.course-grid .grid-link:hover:before,
.course-grid .grid-link:focus:before,
.course-grid .grid-link:active:before {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}


/* ------- end academics ------- */


/*---------- academic policies and regulations ------------- */

.pr-section {
    background: url("../images/newsslide-banner.png");
    background-size: cover;
    background-position: top center;
    background-repeat: repeat;
    padding: 100px 0
}

.pr-section .event-title h1 {
    color: #a03022;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}

.pr-section p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    text-align: justify;
}

.pr-section .main-text {
    margin-bottom: 40px;
}

.pr-section .pr-ul {
    padding: 0;
    list-style: none;
}

.pr-section .pr-ul>li {
    padding-left: 1.5em !important;
    color: #000;
    font-size: 16px;
    line-height: 27px;
}

.pr-section .pr-ul>li::before {
    content: "\f04b";
    font: normal normal normal 14px/1 FontAwesome;
    display: inline-block;
    margin-left: -1.5em;
    width: 1.5em;
}

.pr-section .pr-ul .pr-sub-ul {
    list-style: none;
    padding: 0;
}

.pr-section .pr-ul .pr-sub-ul li {
    padding-left: 1.5em !important;
    color: #000;
    font-size: 15px;
    line-height: 27px;
}

.pr-section .pr-ul .pr-sub-ul li::before {
    content: "\f111";
    font: normal normal normal 9px/1 FontAwesome;
    display: inline-block;
    margin-left: -1.5em;
    width: 1.5em;
}

.pr-section h5 {
    color: #a03022;
    font-size: 17px;
    font-weight: 700;
}

.pr-section .sub-title {
    margin-top: 30px;
    margin-bottom: 20px;
}

.pr-section h6 {
    color: #a03022;
    font-size: 15px;
    font-weight: 700;
}

.pr-section .table-title {
    margin-bottom: 20px;
}

.pr-section table {
    text-align: center;
    color: #a03022;
}

.pr-section .table-bordered td,
.pr-section .table-bordered th {
    border: 1px solid #000;
}

.pr-section .pr-table01 td:nth-child(1) {
    width: 200px;
}

.pr-section .pr-table01 td:nth-child(2) {
    width: 200px;
}

.pr-section .pr-table01 td:nth-child(3) {
    width: 200px;
}

.pr-section .pr-table02 td:nth-child(1) {
    width: 300px;
}

.pr-section .praccordion .card {
    border-color: #841d0f;
    margin-bottom: 10px;
    border-radius: 6px;
}

.pr-section .praccordion .card-header {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom: none;
    cursor: pointer;
    padding: 0;
}

.pr-section .praccordion .card-header.collapsed {
    background: transparent;
}

.pr-section .praccordion .card-header:not(.collapsed) {
    background-color: #841d0f;
}

.pr-section .praccordion .btn {
    width: 100%;
    font-weight: bold;
    color: #a03022;
    padding: .75rem 1.25rem;
}

.pr-section .praccordion .card-header:not(.collapsed) .btn {
    color: #ffffff;
}

.pr-section .praccordion .fa-stack {
    font-size: 12px;
}

.pr-section .praccordion span .fa-inverse {
    color: #ffffff;
}

.pr-section .praccordion .card-header:not(.collapsed) .fa-inverse {
    color: #a03022;
}

.pr-section .praccordion .card-body {
    padding-top: 35px;
}

.pr-section .praccordion .btn-link:hover,
.pr-section .praccordion .btn-link:focus {
    text-decoration: none;
}


/* ------------end policies and regulations ----------- */


/*---------- sport facilities and smart classrooms -------- */

.shadow-primary {
    -moz-box-shadow: 0px 3px 8px rgba(100, 100, 100, 0.5);
    -webkit-box-shadow: 0px 3px 8px rgba(100, 100, 100, 0.5);
    box-shadow: 0px 3px 8px rgba(100, 100, 100, 0.5);
}

.border-radius-10 {
    border-radius: 10px;
}

.sport-text {
    margin-top: 40px;
    line-height: 27px;
}


/* --------end sport facilities and smart classrooms ----------- */


/*----------- research ----------------*/

.down-arrow {
    background: #841d0f;
    background: -moz-linear-gradient(-45deg, #841d0f, #a94438);
    background: -o-linear-gradient(-45deg, #841d0f, #a94438);
    background: linear-gradient(-45deg, #841d0f, #a94438);
    cursor: pointer;
    font-weight: 600;
    color: #fff !important;
    letter-spacing: 1px;
    font-size: 12px;
    line-height: 18px;
    padding: 7px 26px !important;
    border-radius: 30px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    -moz-transform: perspective(1px) translateZ(0);
    -o-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    -webkit-transition: all linear 400ms;
    -moz-transition: all linear 400ms;
    -o-transition: all linear 400ms;
    transition: all linear 400ms;
    border: none;
    margin-top: 5px !important;
}

.down-arrow:before {
    background: #841d0f;
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: inline-block;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 51%;
    -ms-transform-origin: 51%;
    -o-transform-origin: 51%;
    transform-origin: 51%;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    border-radius: 22px;
    border: none;
}

.down-arrow:hover:before,
.down-arrow:focus:before,
.down-arrow:active:before {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}


/*--------- end --------------*/


/* foundation */

.foundation-box {
    border: 2px solid #841d0f;
    padding: 40px 20px 7px;
}

.foundation-box p {
    line-height: 22px;
}

.foundation-text-box {
    margin-top: 40px;
}


/* end */


/*--------- request info --------------*/

.rqstModal .modal-header {
    background: #841d0f;
    padding-bottom: 10px;
    border-color: transparent;
}

.rqstModal .modal-title {
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
}

.modal-header .close {
    background-color: transparent;
    padding: 0 7px;
    border-radius: 50%;
    opacity: unset;
    margin: 0;
    border: 2px solid #ffffff;
    outline: none;
    text-decoration: none;
    transition: all .5s;
    scroll-behavior: smooth;
}

.rqstModal .modal-header .close:focus,
.rqstModal .modal-header .close:hover {
    outline: none;
    text-decoration: none;
    background-color: #ffffff;
    border-color: transparent;
    opacity: unset;
}

.rqstModal .modal-header span {
    font-weight: 800;
    color: #ffffff;
    transition: all .5s;
    scroll-behavior: smooth;
}

.rqstModal .modal-header .close:hover span {
    color: #a03022;
}

.rqst-popup {
    margin-top: 20px;
}

.rqst-popup .form-group {
    margin: 20px 0;
}

.rqst-popup label {
    color: #a03022;
    padding-top: 4px;
    padding-bottom: 4px;
}

.rqst-popup label span {
    font-weight: 700;
}

.rqst-popup .form-group .form-control {
    color: #a03022 !important;
    box-shadow: none !important;
    border: 1px solid #b56c63 !important;
    height: auto !important;
    padding: 4px 15px !important;
}

.rqst-popup .rqst-Btn {
    color: #ffffff !important;
    background: #841d0f;
    box-shadow: 0.2em 0.2em 0 0 #ce9d97;
    font-weight: 700;
    font-size: 14px;
    text-align: right;
    margin-top: 20px;
    text-decoration: none;
    outline: none;
    transition: all .5s;
}

.rqst-popup .rqst-Btn:hover,
.rqst-popup .rqst-Btn:focus {
    color: #a03022 !important;
    border: 1px solid #841d0f;
    background: transparent !important;
    box-shadow: 0.2em 0.2em 0 0 #ffffff;
    font-weight: 700;
    font-size: 14px;
    text-align: right;
    margin-top: 20px;
    text-decoration: none;
    outline: none;
    transition: all .5s;
}

.rqst-popup .custom-select {
    background: none !important;
    position: relative;
}

.rqst-popup .selectarrow {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 8px;
    margin-right: 27px;
    color: #a03022;
    pointer-events: none;
}

.rqst-popup .line {
    position: relative;
}

.rqst-popup .line::before {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 46px;
    margin-top: 1px;
    background-color: #a03022;
    width: 1px;
    height: 28px;
}

.rqst-popup .custom-select option:checked {
    background: #841d0f;
    color: #ffffff;
}


/*---------------- research ------------------*/

.research-section .m-t-b-50 {
    margin: 0;
}

.research-section .event-title h3 {
    color: #a03022;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 40px;
    letter-spacing: 0.5px;
}

.research-section h4 {
    font-size: 22px;
    font-weight: 600;
    color: #9b3e39;
    letter-spacing: 0.5px;
    margin: 20px 0;
}

.research-section p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    text-align: justify;
    margin: 15px 0;
}

.research-section h6 {
    font-size: 15px;
    font-weight: 600;
    color: #9b3e39;
    letter-spacing: 0.5px;
    margin: 25px 0 15px;
}

.research-section .sub-list {
    padding: 0;
    list-style: none;
    margin-top: 10px;
    margin-bottom: 15px;
}

.research-section .sub-list li {
    padding-left: 1.5em;
    color: #000;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: 400;
}

.research-section .sub-list li::before {
    content: "\f111";
    font: normal normal normal 8px/1 FontAwesome;
    display: inline-block;
    margin-left: -1.5em;
    width: 1.5em;
    vertical-align: middle;
}

.research-section .top-list {
    padding: 0;
    list-style: none;
}

.research-section .top-list>li {
    padding-left: 1.5em;
    color: rgb(155, 62, 57);
    padding-bottom: 10px;
    font-weight: 600;
}

.research-section .top-list>li::before {
    content: "\f04b";
    font: normal normal normal 12px/1 FontAwesome;
    display: inline-block;
    margin-left: -1.5em;
    width: 1.5em;
    vertical-align: middle;
}

.research-section h5 {
    color: rgb(155, 62, 57);
    font-size: 17px;
    font-weight: 600;
    text-align: justify;
    margin: 12px 0 10px;
}

.research-section .m-t-50 {
    margin-top: 50px !important;
}

.research-section .research-col {
    margin-top: 20px;
}

.research-section #re-sec {
    display: none;
}

.research-section a:hover,
.research-section a:hover:focus {
    text-decoration: none;
}

.research-section .research-col h6 {
    color: #9b3e39;
    font-weight: 600;
    margin-top: 20px;
    text-align: center;
    line-height: 26px;
    text-transform: uppercase;
}

.research-section .research-col .ca-btn {
    color: #a03022;
    background-color: transparent;
    box-shadow: none;
    border: 1px solid #841d0f;
    padding: 4px 8px;
    text-decoration: none;
    font-size: 14px;
    cursor: pointer;
    margin-top: 20px;
    text-decoration: none;
    outline: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    scroll-behavior: smooth;
}

.research-section .research-col .ca-btn:focus,
.research-section .research-col .ca-btn:hover {
    background-color: #841d0f;
    color: #ffffff;
    -webkit-transition: all .5s;
    transition: all .5s;
    scroll-behavior: smooth;
    outline: none;
}

.research-section .research-col .hid-btn {
    text-align: center;
}

.research-section .re-box-border {
    border: 4px solid #9b3e39;
    padding: 8px 10px;
}

.research-section .research-col a,
.research-section .research-col a:hover {
    text-decoration: none;
    outline: none;
}

.research-section .m-t-b-8 {
    margin-top: 8px;
    margin-bottom: 8px;
}


/* end */

#art-club .bold-ul li {
    font-weight: 400;
}


/*  new */

#yes-section p {
    line-height: 23px;
    text-align: justify;
}

.art-club-col01 {
    margin-right: 10px;
}

.art-club-col02 {
    margin-left: 10px;
}

#re-section a:focus {
    background-color: #841d0f;
    color: #ffffff;
    -webkit-transition: all .5s;
    transition: all .5s;
    scroll-behavior: smooth;
}


/* end */

.modal.type-1 .modal-header {
    position: relative;
}

.modal.type-1 .modal-header .close {
    position: absolute;
    right: -10px;
    top: -10px;
    background: #9b3e39;
    padding: 10px;
    height: 40px;
    width: 40px;
}

.modal.type-1 .modal-header .close:not(:disabled):not(.disabled):focus,
.modal.type-1 .modal-header .close:not(:disabled):not(.disabled):hover {
    opacity: 1;
}

.modal.type-1 .modal-header .close span {
    line-height: 0;
    padding: 0;
    top: 17px;
    position: absolute;
    left: 0;
    right: 0;
    color: #fff;
}

.orgchart {
    background-image: none;
}

.orgchart .node {
    border: 0;
    width: 200px;
}

.orgchart .node:hover,
.orgchart .node.focused {
    background-color: transparent;
}

.orgchart .node>div {
    cursor: pointer;
    z-index: 21;
}

.orgchart .node>a {
    cursor: pointer;
    z-index: 21;
    text-decoration: none;
}

.orgchart .node .title {
    height: auto;
    background-color: transparent;
    color: #fff;
    border-radius: 0;
}

.orgchart .node .content {
    padding: 5px;
    margin-top: 5px;
    background-color: #a03022;
    color: white;
    border-radius: 3px;
    height: auto;
    min-height: 68px !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.orgchart .node .content.main {
    display: block !important;
}

.orgchart .node .content h4 {
    font-size: 14px;
    font-weight: bold;
    margin-top: .5rem;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.orgchart .node .content h5 {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 0;
    /*    margin-bottom: .5rem;*/
}

.orgchart tr.nodes tr.nodes img {
    height: 100px;
    width: 100px;
}


/* Organization chart */

.course-grid.type-1 {
    background: #fff;
}

.course-grid.type-1:hover {
    background: #e1e1e1;
}

.course-grid.type-1 a:hover {
    text-decoration: none;
}

.banner-inner {
    margin-top: 150px;
}

.banner-inner {
    height: 55vh;
    background-image: linear-gradient(to right, rgba(183, 100, 96,0.7), rgba(183, 100, 96,0.7));
}

.banner-inner img.banner-image {
    height: 100%;
    opacity: 0.8;
}

.people_inner_modalthumb {
    float: left;
    margin-right: 25px;
    margin-left: 10px;
}

.news-main-heading {
    font-size: 40px;
    max-width: 800px;
}

html {
    overflow-x: hidden;
}

#pills-title02 .tuition-table-shade02 tbody tr th {
    color: #000 !important;
}

#chart-container .content {
    min-height: 83px;
    white-space: unset !important;
}

#chart-container1 .content {
    min-height: 83px;
    white-space: unset !important;
}

#chart-container2 .content,
#chart-container3 .content {
    white-space: unset !important;
}

#chart-container2 .nodes .content {
    min-height: 102px;
}

#chart-container3 .nodes>td:last-child .nodes .content {
    min-height: 62px;
}

.main-nav .topbar-content>ul>li>ul li a,
.main-nav .topbar-content>ul>li>ul li a:hover,
.main-nav .topbar-content>ul>li>ul li a:focus,
.f-socialicons ul li a,
.f-socialicons ul li a:hover,
.f-socialicons ul li a:hover {
    text-decoration: none;
    color: #fff !important;
}


/* 25-7-2020 */

.img-section #gallery-loadList li {
    display: none;
    float: left;
    width: calc(98%/4);
    padding: 7px 5px;
}

.img-section #gallery-loadList::after {
    content: " ";
    display: block;
    clear: both;
}

.img-section .more-btn {
    margin-top: 55px;
}

.img-section #gallery-loadMore {
    cursor: pointer;
}


/* 27-7-2020 */


/* home page lifetime section sm */
.vertical-line-section {
    padding: 40px 0 20px;
    display: none;
}

    .vertical-line-section .vertical-line-img {
        text-align: center;
        position: relative;
        margin-top: -35px;
    }

        .vertical-line-section .vertical-line-img .line-img {
            max-width: 350px;
        }

    .vertical-line-section .vertical-line-box {
        width: calc(50% - 1px);
        border-right: 4px solid #a03022;
        height: 785px;
        position: relative;
    }

        .vertical-line-section .vertical-line-box a {
            left: -10px;
            background-color: #9b3e39;
            color: #fff;
            font-size: 15px;
            font-weight: 600;
            text-transform: uppercase;
            border: solid #9b3e39 7px;
            text-align: center;
            width: 13em;
            height: 5em;
            border-radius: 100%;
            overflow: hidden;
            display: flex;
            align-items: center;
            justify-content: center;
            -o-transition: background-color .7s, color .7s;
            -ms-transition: background-color .7s, color .7s;
            -moz-transition: background-color .7s, color .7s;
            -webkit-transition: background-color .7s, color .7s;
            transition: background-color .7s, color .7s;
            position: absolute;
        }

            .vertical-line-section .vertical-line-box a:hover,
            .vertical-line-section .vertical-line-box a:active {
                background: #fff;
                color: #9b3e39;
                text-decoration: underline;
            }

        .vertical-line-section .vertical-line-box .line-01 {
            position: absolute;
            right: 80px;
            top: 0;
        }

        .vertical-line-section .vertical-line-box .line-02 {
            position: absolute;
            right: 80px;
            top: 105px;
        }

        .vertical-line-section .vertical-line-box .line-03 {
            position: absolute;
            right: 80px;
            top: 212px;
        }

        .vertical-line-section .vertical-line-box .line-04 {
            position: absolute;
            right: 80px;
            top: 322px;
        }

        .vertical-line-section .vertical-line-box .line-05 {
            position: absolute;
            right: 80px;
            top: 437px;
        }

        .vertical-line-section .vertical-line-box .line-06 {
            position: absolute;
            right: 80px;
            top: 437px;
        }

        .vertical-line-section .vertical-line-box .line-06 {
            position: absolute;
            right: 80px;
            top: 541px;
        }

        .vertical-line-section .vertical-line-box .line-07 {
            position: absolute;
            right: 80px;
            top: 656px;
        }


/* 3 august 2020 */

.f-socialicons h6 a,
.f-socialicons h6 a:hover,
.f-socialicons h6 a:active,
.f-socialicons p a,
.f-socialicons p a :hover,
.f-socialicons p a:active {
    text-decoration: none;
    outline: 0;
    color: #a03022 !important;
}


/* 6 august 2020 */

.staff-box {
    width: 100%;
    padding-right: 20px;
}

.staff-box p {
    margin-bottom: 8px;
}

.staff-box p span {
    float: right;
}

.staff-box p span a,
.staff-box p span a:hover {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}

.staff-box p span a i {
    font-size: 18px;
}

.satff-content-m-b-20 {
    margin-bottom: 25px;
}

.em-detail-section {
    padding: 70px 0 90px;
}

.em-detail-section .single-candidate-list {
    border: 1px solid #ddd;
    box-shadow: 0 0.125rem 0.625rem 0 rgba(0, 0, 0, 0.2);
    margin-bottom: 10px;
    padding: 0 30px 20px;
    position: relative;
    -webkit-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
    border-radius: 4px;
    position: relative;
}

.em-detail-section .company-single-page .main-comment {
    padding: 30px 0 0;
}

.em-detail-section .candidate-title h3 span {
    float: right;
}

.em-detail-section .candidate-title h3 span a,
.em-detail-section .candidate-title h3 span a:hover {
    color: #6a0000;
    text-decoration: none;
}

.em-detail-section .main-comment {
    font-size: 14px;
    padding: 30px 0 0 100px;
    position: relative;
}

.em-detail-section .company-single-page .candidate-info p {
    display: inline-block;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 0;
}

.em-detail-section .single-work-history .candidate-info>p {
    color: #777;
}

.em-detail-section .single-candidate-widget p {
    margin: 0 0 10px;
}

.em-detail-section .candidate-info>p {
    color: #333;
    text-transform: capitalize;
    font-weight: 500;
}

.em-detail-section .candidate-text-inner {
    margin-top: 15px;
}

.em-detail-section .single-candidate-widget p {
    margin: 0 0 10px;
}

.em-detail-section .candidate-text-inner h6 {
    position: relative;
    margin-bottom: 30px;
}

.em-detail-section .candidate-text-inner h6:before {
    content: '';
    border: 1px solid #6a0000;
    width: 8px;
    position: absolute;
    bottom: -15px;
    left: 0;
}

.em-detail-section .candidate-text-inner h6:after {
    content: '';
    border: 1px solid #6a0000;
    width: 30px;
    position: absolute;
    bottom: -15px;
    left: 11px;
}

.em-detail-section ul {
    list-style: none;
    padding: 0;
}

.em-detail-section .res ul li {
    list-style-type: none !important;
    padding: 3px 0;
    margin-left: 0;
    display: flex;
}

.em-detail-section .res ul li:before {
    content: "\F0F1B";
    font: normal normal normal 24px/1 "Material Design Icons";
    display: block;
    font-size: 18px;
    margin-top: 3px;
    margin-right: 8px;
}

.em-detail-section .candidate-text-inner {
    display: none;
}

.em-detail-section .em_readmore {
    cursor: pointer;
    color: #a03022 !important;
    border: 1px solid #000;
    padding: 6px 10px;
}

.em-detail-section .em_readmore.active {
    display: none;
}

.em-detail-section .em-main-title h3 {
    color: #a03022;
    padding-bottom: 20px;
    font-size: 40px;
    text-align: center;
}

.em-detail-section .candidate-info {
    margin-bottom: 20px;
}


/* apply now  landing page */

.apply_now_section {
    padding: 70px 0 90px;
}

.apply_now_section .col-main {
    flex: 1;
    padding: 30px 15px 20px;
}

.apply_now_section .col-complementary {
    flex: 1;
    direction: rtl;
    text-align: right;
    padding: 30px 15px 20px;
}

@media only screen and (min-width: 640px) {
    .apply_now_section .layout {
        display: flex;
    }
}

.apply_now_section .left-col {
    position: relative;
}

.apply_now_section .left-col::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 0.5px;
    height: 100%;
    background-color: #803122;
}

.apply_now_section .test {
    background-color: #803122;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    color: #fff;
    text-align: center;
    padding: 15px 0;
}

.apply_now_section .test h3 {
    font-size: 18px;
    margin-bottom: 5px;
}

.apply_now_section .layout .col-main-list>li {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    text-align: justify;
    padding: 3px 3px 3px 1.3em;
}

.apply_now_section .layout .col-main-list>li:before {
    content: "\F0F1B" !important;
    font: normal normal normal 18px/1 "Material Design Icons" !important;
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
    vertical-align: middle;
}

.apply_now_section .col-main-sublist {
    list-style-type: circle;
    padding-left: 20px;
}

.apply_now_section .col-complementary .col-main-list>li {
    padding: 3px 1.3em 3px 3px !important;
    font-size: 16px;
}

.apply_now_section .col-complementary .col-main-list>li:before {
    margin-right: -1.3em;
    margin-left: auto !important;
    transform: scaleX(-1);
}

.apply_now_section .col-complementary .col-main-sublist {
    padding-right: 20px;
    padding-left: 0;
}

.apply_now_section .online-btn {
    text-align: center;
    margin-top: 50px;
}

.apply_now_section .online-btn a {
    text-decoration: none;
    background-color: #823224;
    color: #fff;
    padding: 10px 20px;
}

.apply_now_section .layout {
    border: 1px solid #823224;
}

.testmonial-text {
    display: inline;
}

.quote-sign {
    font-size: 30px;
    color: #a03022;
}

.quote-sign-right {
    vertical-align: top;
}

.hide-lg {
    display: none;
}

.box {
    /*    border-radius: 20px;*/
    cursor: pointer;
}

.box img {
    border: 5px solid #a03022;
    padding: 6px;
    border-radius: 8px;
}

.box.active img {
    background: #a03022;
}

.box h4 {
    text-align: center;
    color: #a03022;
    margin-top: 10px;
    font-weight: 600;
    text-transform: uppercase;
}

.scroll-to-right {
    text-align: right;
    color: #a03022;
    display: none;
    font-size: 13px;
    text-transform: uppercase;
    padding: 6px 10px;
}

.scroll-to-right i {
    margin-left: 10px;
}

label.error {
    color: #a03022;
    font-size: 12px;
    font-weight: 600;
    margin: 0;
}

@media screen and (max-width: 320px) {
    /* ------- menu -------- */
    .main-nav .topbar-content>ul>li {
        display: block !important;
        width: 100% !important;
    }
    .main-nav .navbar-brand {
        height: 45px !important;
    }
    .main-nav .navbar-brand img {
        max-width: 185px !important;
    }
    .main-nav .navbar-toggler {
        padding: 2px 5px !important;
        font-size: 14px !important;
    }
    .main-nav .navbar-nav>li {
        padding-bottom: 5px !important;
    }
    .main-nav .navbar-nav>li>a {
        font-size: 12px !important;
    }
    /* ---- end menu -------- */
    /*------ banner ----------*/
    .slider_area .single_slider h1 {
        font-size: 18px !important;
        line-height: 25px !important;
    }
    .slider_area .single_slider p {
        font-size: 12px !important;
        line-height: 20px !important;
    }
    .active .slider_content a {
        font-size: 8px !important;
        padding: 4px 10px !important;
    }
    .slider_area .owl-nav button {
        font-size: 25px !important;
    }
    /*--------  end banner --------*/
    /* --------- feature section ----- */
    .features #banner-bottom .listing ul li {
        width: 100% !important;
        float: none !important;
    }
    .features #banner-bottom .listing ul li:last-child {
        margin-top: 10px;
    }
    .features .circle>ul>li {
        margin-right: 25px !important;
    }
    .features .circle>ul>li {
        width: 135px !important;
        height: 135px !important;
    }
    .features .counter {
        font-size: 35px !important;
    }
    .features .circle>ul>li h6 {
        font-size: 11px !important;
        bottom: 23px !important;
    }
    /* -------- end feature section --------- */
    /*------ history----------- */
    .history-content {
        max-width: 220px !important;
    }
    .history .history-img img {
        max-width: 220px !important;
    }
    .history #issues,
    .history #issues li {
        height: 320px !important;
    }
    .history .history-content h4 {
        font-size: 14px;
    }
    .history .history-content p {
        font-size: 12px;
    }
    /*---------- end history -----------*/
    /* ------- about page --------- */
    .campus-section .more-btn a,
    .campus-section .more-btn a:focus,
    .campus-section .more-btn a:hover {
        font-size: 10px;
    }
    .parallax {
        min-height: 1095px !important;
    }
    /* -------end about page --------- */
}

@media (min-width: 321px) and (max-width: 450px) {
    /* ---- menu----- */
    .main-nav .topbar-content>ul>li {
        display: block !important;
        width: 100% !important;
    }
    .main-nav .topbar-content>ul>li:last-child i {
        padding-left: 7px !important;
        padding-right: 7px !important;
    }
    .main-nav .navbar-brand {
        height: 55px !important;
    }
    .main-nav .navbar-brand img {
        max-width: 270px !important;
    }
    /* ---- end menu ----- */
    /*------ banner --------*/
    .slider_area .single_slider h1 {
        font-size: 13px !important;
        line-height: 23px !important;
        margin-bottom: 0px !important;
    }
    .slider_area .owl-nav button {
        font-size: 40px !important;
    }
    /*---------- end banner ---------*/
    /* -------- feature section ------- */
    .features .circle>ul>li {
        margin-right: 25px !important;
    }
    .features .circle>ul>li {
        width: 135px !important;
        height: 135px !important;
    }
    .features .counter {
        font-size: 35px !important;
    }
    .features .circle>ul>li h6 {
        font-size: 11px !important;
        bottom: 23px !important;
    }
    /* ------ end feature section -------- */
    /*--------- history ---------*/
    .history-content {
        max-width: 290px !important;
    }
    .history .history-img img {
        max-width: 290px !important;
    }
    .history #issues,
    .history #issues li {
        height: 360px !important;
    }
    .history .history-content h4 {
        font-size: 15px;
    }
    .history .history-content p {
        font-size: 12px;
    }
    /*--------- end history ---------*/
    /* ------ about page --------- */
    .parallax {
        min-height: 995px !important;
    }
    /* ------- end about page -------- */
}

@media screen and (max-width: 767px) {
    /*-------- menu -----------*/
    .hide-lg {
        display: block !important;
    }
    .main-nav {
        border-radius: 14px;
    }
    .main-nav .top-row {
        margin-left: auto;
        margin-right: auto;
    }
    .main-nav .topbar-content>ul {
        margin-left: 0;
        text-align: center;
    }
    .main-nav .topbar-content>ul>li {
        display: inline-block;
        width: calc(95%/3);
    }
    .main-nav .topbar-content>ul>li:not(:last-child) {
        margin-left: 0;
    }
    .main-nav .topbar-content>ul>li i {
        padding-left: 0;
    }
    .main-nav .topbar-content>ul>li:last-child i {
        padding-left: 5px;
        padding-right: 5px;
    }
    .main-nav form {
        padding: 10px 0;
    }
    .main-nav form .top-search {
        width: 75%;
        margin-left: auto;
        margin-right: auto;
    }
    .main-nav .navbar-brand {
        height: 63px;
    }
    .main-nav .navbar-brand img {
        max-width: 320px;
    }
    .main-nav .navbar-toggler {
        padding: 4px 7px;
        font-size: 20px;
        margin-right: 10px;
        background: #9b3e39;
        border-color: #9b3e39;
    }
    .main-nav .navbar-toggler .bar-icon {
        color: #fff;
    }
    .main-nav .navbar-toggler:focus,
    .main-nav .navbar-toggler .bar-icon:focus {
        outline: 0;
        box-shadow: none;
    }
    .main-nav .navbar-nav {
        margin: 0;
        border-top: 1px solid #ccc;
        padding: 10px 0 10px 50px;
    }
    .main-nav .submenu {
        top: 35px !important;
        left: -50px;
        transform: translateX(0) !important;
    }
    .offset .navbar-nav>li {
        margin: 0 9px;
    }
    .main-nav .navbar-nav>li {
        padding-bottom: 8px;
    }
    .main-nav .navbar-nav>li:hover:before,
    .main-nav .navbar-nav>li:hover:after,
    .main-nav .navbar-nav>li>a span:after {
        content: none !important;
    }
    .main-nav .navbar-nav>li>a {
        display: inline-block;
    }
    .main-nav .navbar-nav>li>a:before {
        width: 100% !important;
    }
    /*--------- end menu ----------*/
    /*-------- banner ----------*/
    .slider_area .single_slider h1 {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 30px;
    }
    .slider_area .single_slider p {
        font-size: 10px !important;
        margin-bottom: 0px !important;
    }
    .active .slider_content a {
        font-size: 12px !important;
        padding: 4px 18px !important;
    }
    /*-------- end banner -----------*/
    /*-------- footer ----------*/
    .fmenu,
    .f-contact,
    .f-socialicons {
        margin-left: 0;
    }
    .fmenu h4,
    .f-socialicons h4,
    .f-contact h4 {
        font-size: 16px;
    }
    .fmenu ul li a,
    .fmenu ul li a:focus,
    .fmenu ul li a:hover,
    .f-contact p a,
    .f-contact p a:hover,
    .f-socialicons p {
        font-size: 14px;
    }
    .f-socialicons ul li {
        width: 35px;
        height: 35px;
    }
    .f-socialicons ul li i {
        font-size: 18px;
    }
    .bottombar {
        margin-top: 30px;
    }
    .bottombar {
        padding: 10px 0;
    }
    .bottombar p {
        font-size: 11px;
    }
    /*-------- end footer --------*/
    /*--------- features section ----------*/
    .features .row {
        width: 100%;
    }
    .features .m-lr-auto {
        margin-left: auto;
        margin-right: auto;
    }
    .features #banner-bottom {
        padding: 15px 0;
    }
    .features #banner-bottom .listing ul {
        margin-top: 10px;
    }
    .features #banner-bottom .search-box form {
        margin-left: 0;
        width: 80%;
        margin: 0 auto;
    }
    .features #banner-bottom .listing ul li {
        width: calc(100%/3);
    }
    .features #banner-bottom .listing .banner-title {
        margin-top: 5px;
    }
    .features #banner-bottom .listing ul li:first-child {
        margin-right: 0;
    }
    .features #banner-bottom .listing ul,
    .features #banner-bottom .listing .banner-title {
        text-align: center;
    }
    .features #banner-bottom .listing .banner-title,
    .features #banner-bottom .listing ul li .link {
        font-size: 12px;
    }
    .features .feat-title h2 {
        font-size: 25px;
        color: #000 !important;
    }
    .features .feat-title h2 span {
        font-size: 35px;
    }
    .features .feat-content p {
        font-size: 14px;
        padding-top: 10px;
    }
    .features .feat-content p.second-para {
        padding-top: 10px;
    }
    .features .circle {
        margin-top: 0;
        margin-right: 0;
        float: unset;
    }
    .features .counter {
        font-size: 25px;
    }
    .features .circle>ul>li h6 {
        font-size: 11px !important;
        bottom: 12px;
    }
    .features .circle ul {
        text-align: center;
    }
    .features .circle>ul>li {
        margin-top: 50px;
        width: 100px;
        height: 100px;
    }
    .features .circle>ul>li:not(:last-child) {
        margin-right: 25px;
    }
    .features .icon-box img {
        max-width: 30px;
    }
    .features .icon2 img {
        max-width: 25px;
    }
    .features #feature-section {
        padding: 90px 0 15px;
    }
    .features:after {
        width: 85%;
    }
    /*-------- end features section ----------*/
    /*----- latest news ----------*/
    .latestnews .news-title h3,
    #event .event-title h3 {
        font-size: 25px;
    }
    .latestnews .owl-carousel .owl-item .people {
        max-width: 100%;
        width: 350px;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .latestnews .view-more {
        margin-top: -175px;
        font-size: 12px;
    }
    /*------- end latest news -------*/
    /*-------- event ---------*/
    .timeline {
        overflow: hidden;
    }
    .timeline>li.timeline-inverted>.timeline-panel::after {
        content: " ";
        display: block;
        clear: both;
    }
    .timeline-heading {
        width: 100%;
        float: none;
    }
    .timeline-body {
        width: 100%;
        margin-top: 15px;
    }
    .timeline .timeline-body h6 {
        font-size: 14px;
    }
    .timeline .timeline-body p {
        font-size: 11px;
    }
    .timeline .timeline-body a,
    .timeline .timeline-body a:focus,
    .timeline .timeline-body a:hover {
        font-size: 9px;
        padding: 1px 9px;
    }
    .bgimg {
        display: none !important;
    }
    .timeline-badge img {
        max-width: 10px;
        bottom: 48px;
    }
    .timeline-inverted img {
        right: 24%;
    }
    /*------- end event -------*/
    /*------- campus section -------*/
    .campus .campus-content h3 {
        font-size: 25px;
        margin-bottom: 25px !important;
    }
    .campus .campus-content .playbutton img {
        max-width: 85px;
    }
    /*-------- end campus section ---------*/
    /* lifetime */
    .lifetime .lifetime-title h3 {
        font-size: 25px;
    }
    .divisions-container {
        display: none !important;
    }
    .vertical-line-section {
        display: block !important;
    }
    /*------- end lifetime -----------*/
    /*---------- history section ----------*/
    .history .history-title h3 {
        font-size: 25px;
    }
    .history #timeline {
        width: 100%;
        height: 100%;
    }
    .history .history-list {
        display: block;
    }
    .history #issues {
        margin-bottom: 0;
    }
    .history #issues,
    .history #issues li {
        height: 425px;
    }
    .history-img {
        margin-top: 20px;
    }
    .history #dates a {
        font-size: 12px;
    }
    .history #dates a:hover,
    #dates a.selected {
        padding: 18px 8px;
        font-size: 14px;
    }
    .history-content {
        max-width: 420px;
    }
    .history .history-img img {
        width: 100% !important;
        max-width: 420px;
    }
    .history #next,
    .history #prev {
        display: none !important;
    }
    .history .history-content h4 {
        font-size: 16px;
    }
    /*----------- end history section ----------*/
    /*----------- img-section ------------*/
    .img-section .logo-div img {
        max-width: 35px;
    }
    .img-section .logo-div ul li h6 {
        font-size: 18px;
        margin-left: 10px;
    }
    .img-section .logo-div ul li p {
        font-size: 11px;
        margin-left: 10px;
    }
    .img-section .img-box img {
        max-width: 240px;
    }
    .img-section .more-btn a,
    .img-section .more-btn a:focus,
    .img-section .more-btn a:hover {
        font-size: 12px;
    }
    /*------ end img-section ---------*/
    /*-------- testimonial ------------*/
    #testimonial .testimonial-title h3 {
        font-size: 25px;
    }
    #testimonial .owl-carousel .owl-item .people {
        max-width: 100%;
        width: 350px;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    #testimonial .owl-carousel .owl-item img {
        max-width: 100%;
        width: 350px;
        margin-left: auto;
        margin-right: auto;
    }
    #testimonial .owl-carousel .owl-item.big .name {
        font-size: 18px;
    }
    #testimonial .owl-carousel .owl-item.big .text {
        font-size: 16px;
        line-height: 25px;
        margin-top: 10px;
    }
    /*------ end testimonial ------------*/
    /* ------------- about page ----------- */
    .about-kcst-section {
        padding-bottom: 10px !important;
    }
    .about-kcst-section,
    .campus-section ul {
        overflow: hidden;
    }
    .page-title {
        font-size: 25px !important;
    }
    .page-banner-heading {
        font-size: 37px !important;
        bottom: -11px !important;
    }
    .about-us-section {
        padding-top: 40px;
    }
    .about-us-section p,
    .campus-section ul li,
    .academics-section p {
        font-size: 14px !important;
    }
    .icon-section h1 {
        font-size: 30px;
    }
    .icon-section h5 {
        font-size: 16px;
        margin-top: 5px;
    }
    .icon-section img {
        margin-top: 15px;
    }
    .campus-section-container .event-title h3,
    .campus-section-container .more-btn a,
    .campus-section-container .more-btn a:focus,
    .campus-section-container .more-btn a:hover {
        color: #fff !important;
    }
    .about-us-section .event-title h3 {
        font-size: 25px;
    }
    .m-t-b-50 {
        margin-top: 30px !important;
        margin-bottom: 45px !important;
    }
    .about-sub-title,
    .campus-section h5 {
        font-size: 22px !important;
    }
    .campus-section {
        padding-top: 25px;
    }
    .parallax {
        min-height: 890px !important;
    }
    .parallax .more-btn {
        text-align: center;
        margin-top: 10px;
        margin-bottom: 30px;
    }
    .campus-section ul li {
        padding: 12px 0;
    }
    .p-b-28 {
        padding-bottom: 28px !important;
    }
    .president-box h3 {
        font-size: 16px;
        text-align: center !important;
    }
    .president-box .f-title {
        margin-bottom: 0;
    }
    .trustee .offset-m {
        margin-left: 0 !important;
    }
    .trustee .col-md-3 {
        text-align: center;
    }
    #board-trustee .mt-30 {
        margin-top: 0 !important;
    }
    #board-trustee .grow {
        margin-top: 20px !important;
    }
    #board-trustee .mb-50 {
        margin-bottom: 0 !important;
    }
    #patnership .patner-box {
        margin-top: 25px;
    }
    #patnership .mb-50 {
        margin-bottom: 0 !important;
    }
    #patnership {
        padding-bottom: 50px;
    }
    .banner-inner {
        height: 140px;
    }
    .about-sub-title {
        margin-top: 40px !important;
        margin-bottom: 25px !important;
    }
    .parallax-2 {
        padding-top: 25px;
        padding-bottom: 20px;
    }
    .campus-section-container .parallax {
        padding-top: 20px;
    }
    .board-trustee {
        padding-bottom: 30px !important;
    }
    /* ----------end about page ---------- */
    /*---------- academics page -----*/
    .page-subtitle {
        font-size: 25px !important;
    }
    .section-p-b-0 {
        padding: 40px 0 40px !important;
    }
    .ac-subsection {
        margin-top: 35px;
    }
    .course-grid-searchform {
        margin-bottom: 50px !important;
    }
    .course-grid .course-grid-text {
        margin-bottom: 30px;
    }
    /* ----- end academics page ------ */
    /* ------- faculty-engineering page-------- */
    .faculty-subtitle h3 {
        font-size: 25px !important;
        margin-bottom: 40px;
    }
    .faculty-subtitle h3 {
        margin-bottom: 50px !important;
    }
    /* ------- end faculty-engineering page-------- */
    /* ----- coming soon page ----- */
    .comingsoon-section {
        margin: 70px 0 !important;
        padding: 65px 40px 70px !important;
    }
    .comingsoon-section h2 {
        font-size: 35px !important;
    }
    .ac-innerpage p {
        font-size: 14px !important;
    }
    .coming-img {
        margin-bottom: 40px !important;
    }
    .comingsoon-section p {
        padding: 25px 0 !important;
    }
    /* ----- end coming soon page ---- */
    /* ---- foundation page ----- */
    .img-hover-up {
        margin-bottom: 40px;
    }
    .re-collapse-section h3 {
        font-size: 25px !important;
    }
    .re-collapse-section .acc-row {
        margin-top: 0 !important;
    }
    .re-collapse-section {
        margin-top: 25px !important;
    }
    .re-collapse-section .myaccordion .btn {
        font-size: 14px !important;
    }
    .foundation-box {
        padding-top: 25px !important;
    }
    .foundation-box {
        margin-top: 10px !important;
    }
    /* -----  end foundation page ---- */
    /* ----- policies and regulations page ------ */
    .pr-section p {
        font-size: 14px !important;
    }
    .pr-section .praccordion .btn,
    .pr-section .pr-ul li,
    .pr-section h5 {
        font-size: 14px !important;
    }
    .pr-section table,
    .re-collapse-section .acc-row .table-bordered td,
    .re-collapse-section .acc-row .table-bordered th {
        font-size: 10px !important;
        padding: 3px 2px !important;
    }
    .credits-table thead tr th:first-child,
    .credits-table tbody tr td:first-child {
        width: unset !important;
        min-width: unset !important;
        max-width: unset !important;
    }
    .grading-table {
        table-layout: auto !important;
    }
    .grading-table thead tr th:last-child,
    .grading-table tbody tr td:last-child {
        min-width: unset !important;
        max-width: unset !important;
    }
    .pr-section .pr-table01 td:nth-child(1),
    .pr-section .pr-table01 td:nth-child(2),
    .pr-section .pr-table01 td:nth-child(3) {
        width: 100px !important;
    }
    /* ----- end policies and regulations page ------ */
    /* ---- ece page */
    .ac-innerpage {
        padding: 40px 0 !important;
    }
    .course-sec-bg {
        margin-top: 50px !important;
        padding-bottom: 35px !important;
    }
    .ac-innerpage .event-title h3 {
        font-size: 25px !important;
    }
    .ac-innerpage ul li,
    .re-collapse-section a,
    .re-collapse-section a:focus,
    .re-collapse-section a:hover {
        font-size: 14px !important;
    }
    .table_01 thead tr th:first-child,
    .table_01 tbody tr td:first-child,
    .table_study thead tr th:nth-child(2),
    .table_study tbody tr td:nth-child(2) {
        width: unset !important;
        min-width: unset !important;
        max-width: unset !important;
    }
    .re-collapse-section .link_row {
        margin-bottom: 40px;
    }
    .re-collapse-section .myaccordion .btn,
    .card button.btn.btn-link {
        padding-right: 40px !important;
    }
    .re-collapse-section .myaccordion .fa-stack,
    .card button.btn.btn-link .fa-stack {
        /*        display: none !important;*/
        position: absolute;
        right: 10px;
    }
    .tb-m-t {
        margin-top: 40px !important;
        margin-bottom: 0 !important;
    }
    .course-acc-bg {
        padding: 25px 0px !important;
    }
    .pgm-req-h3 {
        margin-bottom: 35px !important;
    }
    .re-collapse-section h3 {
        margin-bottom: 25px;
    }
    .typ-section {
        padding-top: 30px;
    }
    .re-collapse-section h3 {
        margin-bottom: 40px !important;
    }
    /* ---- end ece page ---- */
    /* ----- admission page ----- */
    .section-text p,
    .requirement-bullets li,
    .note-text {
        font-size: 14px !important;
    }
    .table-shade {
        font-size: 13px !important;
        margin: 40px 0 !important;
    }
    .admission-section ul li {
        padding: 6px 0 !important;
    }
    .ad-table thead tr th:nth-child(3),
    .ad-table tbody tr td:nth-child(3),
    .ad-table thead tr th:nth-child(7),
    .ad-table tbody tr td:nth-child(7) {
        width: unset !important;
        min-width: unset !important;
        max-width: unset !important;
    }
    .w-50 {
        width: 100% !important
    }
    .admission-card p {
        font-size: 14px !important;
    }
    .cambridge-table {
        margin-top: 30px !important;
    }
    .admission-card {
        margin-bottom: 30px;
    }
    .admission-card h4 {
        font-size: 18px;
        margin-bottom: 0 !important;
    }
    .admission-card .card-title {
        margin-bottom: 0 !important;
    }
    .section-text p {
        margin-bottom: 0 !important;
    }
    .requirement-bullets .sublist {
        padding-bottom: 15px;
    }
    .requirement-bullets .remove-m-b {
        margin-bottom: 0 !important;
    }
    .admission-collapse {
        margin-top: 20px !important;
    }
    .admission-collapse .myaccordion .btn {
        font-size: 14px !important;
    }
    .admission-collapse .card .card-body {
        padding: 30px 20px 25px 10px !important;
    }
    .tab-inner-title h3 {
        font-size: 18px !important;
    }
    .tab-inner-table01 {
        margin-top: 15px !important;
    }
    .foundation-table {
        padding-bottom: 0 !important;
    }
    .list-p-b-0 {
        padding-bottom: 20px !important;
    }
    /* ----- end admission page ---- */
    /* ------ paaet page ----- */
    .paaet-title-p-0 {
        padding-bottom: 0 !important;
    }
    /* ---- end paaet page ---- */
    /* ---- transfer page----- */
    .transfer_title {
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
    }
    .trasfer-section-subtitle {
        margin: 28px 0 20px !important;
        font-size: 18px;
    }
    .diff-pgm-section h3 {
        margin-top: 45px !important;
        margin-bottom: 35px !important;
    }
    .grey-bg-p-t-b {
        padding: 15px 0 50px !important;
    }
    .grey-bg02-p-t-b {
        padding: 15px 0 25px !important;
    }
    .white-bg-p-t-b {
        padding-top: 15px !important;
    }
    .transfer-main-section {
        padding-bottom: 20px !important;
    }
    /* ---- end transfer page ----- */
    /* ------ special page--- */
    .specialsection-ul01 {
        margin-bottom: 0 !important;
    }
    .admission-section .event-title h3 {
        font-size: 25px !important;
    }
    /* ---- end special page ---- */
    /* ------ tuition page --- */
    .t-f-section .page-subtitle {
        padding-bottom: 10px !important;
    }
    .tuition-table-shade {
        font-size: 13px !important;
    }
    .t-f-section .note-ul li,
    .t-f-section .tf-sub-li li {
        font-size: 14px !important;
    }
    .tf-tab-box {
        margin-top: 0 !important;
    }
    .tf-tab-box ul {
        margin-bottom: 30px !important;
    }
    .tf-tab-box ul li {
        margin: 0 auto !important;
    }
    .tf-tab-box .nav-link {
        font-size: 15px !important;
    }
    .t-f-section {
        padding-bottom: 60px !important;
    }
    .tf-tab-box #pills-title01,
    .tf-tab-box #pills-title02 {
        padding: 30px 15px 30px !important;
    }
    .tf-tab-box table {
        font-size: 13px !important;
    }
    /* ----- end tuition page ---- */
    /* ---- campus page ----- */
    .cam-padding {
        padding: 40px 0 40px !important;
    }
    .campuslife p {
        font-size: 14px !important;
    }
    .facility-bg-box {
        padding: 20px 0px 60px !important;
        margin: 40px 0 20px !important;
    }
    .campuslife .event-title h3 {
        font-size: 25px !important;
    }
    .facility-bg-box .col-box {
        margin-bottom: 30px !important;
    }
    .campuslife .ca-btn,
    .red-box-btn {
        margin-top: 0 !important;
    }
    .campuslife .fa-rw {
        margin-top: 10px !important;
        margin-bottom: 25px !important;
    }
    .campuslife .cl-rw h6 {
        margin-bottom: 30px !important;
    }
    .club-m-section {
        margin-top: 20px !important;
    }
    .col-12-m-t-50 {
        margin-top: 0 !important;
    }
    .cam-main-imgbox {
        width: calc(94%/2) !important;
    }
    .cam-main-imgbox:not(:last-child) {
        margin-right: 3% !important;
    }
    .fancybox-content {
        width: 550px !important;
    }
    .btn-close,
    .btn-close:hover,
    .btn-close:focus {
        right: -10px !important;
    }
    .modalbox-heading {
        font-size: 18px !important;
    }
    .modalbox-content p,
    .modalbox-content-list li,
    .campuslife .cl-rw h6,
    .campuslife .fa-rw .fa-imgtext {
        font-size: 14px !important;
    }
    /* ----- end campus page ------ */
    /* ------ laboratories ----- */
    .audi-padding {
        padding-bottom: 50px !important;
    }
    .cam-subpage-title {
        margin-bottom: 20px !important;
    }
    .cam-sub-page-text {
        position: inherit !important;
        margin-top: 20px !important;
    }
    /* ------ end laboratories ----- */
    /* ----- yes page ---- */
    .sub-row-m {
        margin-top: 25px !important;
    }
    .yes-col-position .art-club-col02 {
        position: inherit !important;
        margin-top: 20px !important;
    }
    .sub-row-m-last {
        margin-bottom: 15px !important;
    }
    /* ---- end yes page ---- */
    /* ----- people page ---- */
    .scrollsection {
        overflow: auto;
    }
    .people-section .card-img {
        height: 125px;
        width: 125px;
    }
    .orgchart {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .orgchart .node {
        width: 160px !important;
    }
    .people-section {
        padding-bottom: 20px !important;
    }
    .orgchart .node .content h4 {
        font-size: 13px !important;
    }
    .orgchart .node .content h5 {
        font-size: 11px !important;
    }
    .people-subtitle-h1 {
        font-size: 25px !important;
    }
    .people-subtitle-h1 {
        margin-top: 10px !important;
    }
    .people-subtitle-box {
        margin-bottom: 15px !important;
    }
    /* ---- end people page ---- */
    /*---- research page -------*/
    .research-main-title h3 {
        font-size: 25px !important;
    }
    .research-section {
        padding: 40px 0 !important;
    }
    .research-section p,
    .research-section .research-col h6,
    .research-collapse01 .card .card-body .sub-list li {
        font-size: 14px !important;
    }
    .research-subtitles h3 {
        font-size: 25px !important;
    }
    .strategy-section {
        padding-top: 45px !important;
    }
    .research-collapse01 .myaccordion .btn {
        font-size: 14px !important;
    }
    .research-subtitles h3 {
        margin-bottom: 0 !important;
    }
    .str-obj-title {
        margin-top: 0 !important;
    }
    /* ----- end research page ----- */
    /* ----- other reserach page---- */
    .other-reserach-form {
        margin-bottom: 30px !important;
    }
    .other-research {
        padding-bottom: 40px !important;
    }
    .other-text h6 {
        font-size: 14px !important;
    }
    /* ---- end other research page---- */
    /* ------ Cyber Security and Implications ---- */
    .cyber-section .title {
        font-size: 25px !important;
    }
    .factory-small-img {
        min-height: unset !important;
    }
    /* ------end  Cyber Security and Implications ---- */
    /* ---- fab page ---- */
    .fab-text {
        top: initial !important;
        transform: initial !important;
        margin-top: 0 !important;
    }
    .fab-section {
        padding: 50px 0 40px !important;
    }
    /* ---end fab page---- */
    /* ----- career page ----- */
    .career-section {
        padding: 40px 0 !important;
    }
    .career-section p {
        font-size: 14px !important;
    }
    .career-title {
        font-size: 25px !important;
        margin-bottom: 15px !important;
    }
    .career-section .nav .active,
    .career-section .nav .nav-item {
        font-size: 14px !important;
    }
    .career-section .nav .nav-link i::before {
        height: 24px !important;
        width: 24px !important;
    }
    .textbox-p-lr-15 h4 {
        font-size: 18px !important;
    }
    /* ----- end career page ------ */
    .fancy-border {
        display: block !important;
    }
    /* home page */
    #event {
        margin-top: -85px;
    }
    .modal-content .close {
        top: -10px;
        right: -7px;
    }
    .rqst-popup .form-group {
        margin: 15px 0;
    }
    .rqst-popup label {
        text-align: left;
        font-size: 12px;
    }
    .features #banner-bottom .form-group .form-control,
    .modal .form-group .form-control {
        font-size: 12px;
    }
    .history #issues,
    .history #issues li {
        height: 100% !important;
    }
    .desc-box p {
        font-size: 14px;
    }
    .quote-sign {
        font-size: 20px !important;
    }
    /* apply now page */
    .apply_now_section .layout .col-main-list>li,
    .apply_now_section .left-col p {
        font-size: 14px !important;
    }
    .apply_now_section .test {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    /* covid page */
    .covid_thumbimg {
        margin-right: 0 !important;
        margin-bottom: 30px;
    }
    .covid_data p {
        font-size: 14px;
    }
    .covid_thumbimg_right {
        margin-left: 0 !important;
        margin-top: 10px;
        margin-bottom: 30px;
    }
    .video_row {
        margin: 10px 0 !important;
    }
    .covid_video {
        margin: 20px 0;
    }
    .covid_thumb_list li {
        width: 100% !important;
        margin-bottom: 30px;
    }
    .covid_thumb_list li:not(:last-child) {
        margin-right: 0 !important;
    }
    .covid_related_section {
        padding: 70px 0 40px !important;
    }
    /* contact page */
    .contact-section {
        padding: 55px 0 !important;
    }
    .contact-map-section {
        margin-bottom: 40px;
    }
    /* kifyc page */
    .kifyc-section {
        padding: 50px 0 60px !important;
    }
    .kifyc-section p {
        font-size: 14px !important;
    }
    .kifyc-section .sub-list li {
        font-size: 14px !important;
    }
    .kifyc_thumbimgs {
        text-align: center;
    }
    .kifyc-section .event-title h3 {
        font-size: 28px !important;
    }
    .what-is-kifyc {
        padding-bottom: 50px !important;
    }
    .what-is-kifyc .kifyc_thumbimgs img {
        max-width: 450px;
    }
    .ncuk-section {
        padding: 20px 0 40px !important;
    }
    .ncuk-section .kifyc_thumbimgs img {
        max-width: 360px;
        margin-bottom: 30px;
    }
    .ncuk-university {
        padding: 20px 0 0 !important;
    }
    .ncuk-university .kifyc_thumbimgs img,
    .program-section .kifyc_thumbimgs img {
        max-width: 380px;
    }
    .foundation-section {
        padding: 20px 0 40px !important;
    }
    .program-section {
        padding: 20px 0 30px !important;
    }
    .kifyc_form {
        margin-top: 40px;
    }
    /* fab lab page */
    .fab-section .fab-img {
        margin-bottom: 40px;
    }
    .fab_content_section h3 {
        font-size: 25px !important;
        padding-bottom: 5px !important;
    }
    .fab_content_section {
        margin-top: 25px !important;
    }
    .content_box h5 {
        font-size: 16px !important;
    }
    .fab_desc_box {
        margin-top: 30px;
    }
    /* event details page */
    #event_slider .owl-nav.disabled {
        display: block !important;
    }
    /* news list page */
    .news-section {
        padding: 40px 0 !important;
    }
    .label-filter {
        font-size: 18px !important;
    }
    .news-section .people {
        margin-bottom: 30px;
    }
    /* news innerpages */
    .news_inner_section .news-main-heading {
        font-size: 25px !important;
        margin-top: 0 !important;
    }
    .news_inner_section .news_carousel {
        margin-bottom: 20px;
    }
    .news_inner_section .blog__mainText p {
        font-size: 14px !important;
    }
    .news_inner_section .grid__item-sm .grid__item__img {
        height: 100% !important;
    }
    /* people page */
    .box h4 {
        font-size: 20px !important;
    }
    .box-1 {
        margin-bottom: 30px;
    }
    /* laboratories page */
    .lab-content-section {
        padding-top: 50px;
    }
    .labsub_content {
        padding-top: 10px !important;
    }
    .lab-content-section h4 {
        font-size: 18px !important;
    }
    /* library page */
    .lib-ul table {
        table-layout: fixed !important;
    }
    /* employment detail page */
    .em-detail-section {
        padding: 45px 0 50px !important;
    }
    .em-detail-section .single-candidate-list {
        padding-bottom: 25px !important;
    }
    .em-detail-section .em-main-title h3 {
        font-size: 25px !important;
    }
    .em-detail-section .candidate-title h3 {
        font-size: 16px !important;
        padding-bottom: 40px;
        padding-top: 0;
    }
    .em-detail-section .candidate-title span {
        top: auto !important;
        bottom: 0;
        left: 0;
    }
    .em-detail-section .candidate-title span a {
        font-size: 20px !important;
    }
    #administrative_staff_row .em-main-title {
        padding-top: 35px !important;
        padding-bottom: 0 !important;
    }
    /* employment page */
    .staff-box p span {
        float: none !important;
        display: block !important;
    }
    /* people innerpages */
    .people_inner_section {
        padding: 0 !important;
    }
    /* reserach detail page */
    .reserach_details .factory-img {
        margin-top: 30px;
    }
    /* englishlanguageunit */
    .english_lang_section01 .faculty-subtitle h3 {
        margin-bottom: 30px !important;
    }
    .english_lang_section01 .uni-img {
        margin-top: 0 !important;
    }
    .english_lang_section01 .btn-m-b-space {
        margin-bottom: 0 !important;
    }
    .english_lang_section02 {
        padding-top: 0 !important;
    }
    .english_lang_section02 .re-collapse-section,
    .english_lang_section02 .re-collapse-section .acc-row {
        margin-top: 0 !important;
    }
    .english_lang_section03 .faculty-subtitle h3 {
        margin-bottom: 30px !important;
    }
    /* academic advising page*/
    .academic_advising {
        padding: 40px 0 35px !important;
    }
    .student_affairs_content p {
        font-size: 14px !important;
    }
    .student_affairs_content ul li {
        text-align: left !important;
        font-size: 14px !important;
    }
    /* counselling page */
    .counselling_part_section {
        padding: 10px 0 50px !important;
    }
    .counselling_part_section h3 {
        font-size: 25px !important;
        margin-top: 40px !important;
    }
    .counselling_part_section h5 {
        font-size: 18px !important;
    }
    .counselling_part_content p,
    .counselling_part_content ul li {
        font-size: 14px !important;
    }
    /* campus life */
    .campus-slider .owl-nav .owl-next {
        right: 15px !important;
    }
    .campus-slider .owl-nav .owl-prev {
        left: 15px !important;
    }
    .cam-main-imgbox {
        width: 100% !important;
    }
    /* calender */
    .calender_section {
        padding-top: 40px !important;
    }
     ::-webkit-scrollbar {
        -webkit-appearance: none;
    }
     ::-webkit-scrollbar:vertical {
        width: 12px;
    }
     ::-webkit-scrollbar:horizontal {
        height: 12px;
    }
     ::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, .5);
        border-radius: 10px;
        border: 2px solid #ffffff;
    }
     ::-webkit-scrollbar-track {
        border-radius: 10px;
        background-color: #ffffff;
    }
    .scroll-to-right {
        display: block;
    }
    .table-responsive-1 {
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 25px;
        margin-bottom: 30px;
    }
    .table-responsive-1 table,
    .table-responsive-1-dummy table {
        min-width: 767px;
        margin: 0 !important;
    }
    .table-responsive-1-dummy {
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        height: 20px;
    }
    .table-responsive-1-dummy table {
        height: 20px;
    }
    .table_study.one tr>th:first-child {
        width: 75px;
    }
    .table_01.one tr>th:first-child {
        width: 110px !important;
    }
    .desc-box.about-modal-1 {
        max-height: unset !important;
    }
    .desc-box.about-modal-1 .fancy-border>.d-flex {
        display: block !important;
    }
    .desc-box.about-modal-1 h3 {
        color: #9b3e39;
        text-align: center;
    }
    .desc-box.about-modal-1 img {
        margin: 0 auto;
        display: block;
    }
    .desc-box.about-modal-1 .fancy-border>p {
        margin: 0 1rem;
    }
    .history .history-content {
        height: auto !important;
    }
    .single_slider.video {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    /*-------- menu -----------*/
    .hide-lg {
        display: block !important;
    }
    .main-nav .submenu {
        top: 40px !important;
        left: -50px !important;
        transform: translateX(0) !important;
    }
    .main-nav {
        border-radius: 14px;
    }
    .main-nav .topbar-content>ul {
        margin-left: 0;
        text-align: center;
    }
    .main-nav .topbar-content>ul>li:not(:last-child) {
        margin-left: 0;
    }
    .main-nav .top-row {
        margin-left: auto;
        margin-right: auto;
    }
    .main-nav form {
        padding: 10px 0;
    }
    .main-nav form .top-search {
        width: 75%;
        margin-left: auto;
        margin-right: auto;
    }
    .main-nav .navbar-toggler {
        padding: 4px 7px;
        font-size: 25px;
        margin-right: 20px;
        background: #9b3e39;
        border-color: #9b3e39;
    }
    .main-nav .navbar-toggler .bar-icon {
        color: #fff;
    }
    .main-nav .navbar-toggler:focus,
    .main-nav .navbar-toggler .bar-icon:focus {
        outline: 0;
        box-shadow: none;
    }
    .main-nav .navbar-nav {
        margin: 0;
        border-top: 1px solid #ccc;
        padding: 10px 0 10px 50px;
    }
    .main-nav .navbar-nav>li>a {
        font-size: 16px !important;
    }
    .main-nav .navbar-nav>li {
        padding-bottom: 8px;
    }
    .offset .navbar-nav>li {
        margin: 0 9px;
    }
    .main-nav .navbar-nav>li:hover:before,
    .main-nav .navbar-nav>li:hover:after,
    .main-nav .navbar-nav>li>a span:after {
        content: none !important;
    }
    .main-nav .navbar-nav>li>a {
        display: inline-block;
    }
    .main-nav .navbar-nav>li>a:before {
        width: 100% !important
    }
    /*--------- end menu ----------*/
    /*-------- banner ----------*/
    .slider_area .single_slider h1 {
        font-size: 35px;
    }
    .slider_area .single_slider p {
        margin-bottom: 30px;
    }
    /*-------- end banner -----------*/
    /*-------- footer ----------*/
    .fmenu,
    .f-contact,
    .f-socialicons {
        margin-left: 0;
    }
    .fmenu h4,
    .f-socialicons h4,
    .f-contact h4 {
        font-size: 18px;
    }
    .fmenu ul li a,
    .fmenu ul li a:focus,
    .fmenu ul li a:hover,
    .f-contact p a,
    .f-contact p a:hover,
    .f-socialicons p {
        font-size: 14px;
    }
    .f-socialicons ul li i {
        font-size: 20px;
    }
    .f-socialicons ul li {
        width: 37px;
        height: 37px;
    }
    .bottombar p {
        font-size: 14px;
    }
    .bottombar {
        padding: 10px 0;
    }
    /*-------- end footer --------*/
    /*--------- features section ----------*/
    .features .row {
        width: 100%;
    }
    .features .m-lr-auto {
        margin-left: auto;
        margin-right: auto;
    }
    .features #feature-section {
        padding-bottom: 45px;
    }
    .features #banner-bottom {
        padding: 8px 0;
    }
    .features #banner-bottom .search-box form {
        margin-left: 0;
    }
    .features #banner-bottom .listing ul li {
        width: calc(100%/3);
    }
    .features #banner-bottom .listing ul li:first-child {
        margin-right: 0;
    }
    .features #banner-bottom .listing .banner-title {
        margin-top: 5px;
    }
    .features .feat-title h2 {
        font-size: 35px;
    }
    .features .feat-title h2 span {
        font-size: 45px;
    }
    .features .feat-content p {
        font-size: 15px;
    }
    .features .feat-content p.second-para {
        padding-top: 15px;
    }
    .features .circle {
        margin-right: 0;
        float: unset;
    }
    .features .circle ul {
        text-align: center;
    }
    .features .circle>ul>li {
        width: 130px;
        height: 130px;
    }
    .features .circle>ul>li:not(:last-child) {
        margin-right: 35px;
    }
    .features:after {
        width: 90%;
    }
    /*-------- end features section ----------*/
    /*----- latest news ----------*/
    .latestnews .news-title h3,
    #event .event-title h3 {
        font-size: 28px;
    }
    .latestnews .view-more {
        margin-top: -10px;
        font-size: 14px;
    }
    /*------- end latest news -------*/
    /*-------- event ---------*/
    #event {
        margin-top: 60px;
    }
    .timeline {
        overflow: hidden;
    }
    .timeline>li.timeline-inverted>.timeline-panel::after {
        content: " ";
        display: block;
        clear: both;
    }
    .timeline .timeline-body h6 {
        font-size: 16px;
    }
    .timeline .timeline-body p {
        font-size: 13px;
    }
    .bgimg {
        top: -5px;
        right: -17px;
        max-width: 160px;
    }
    .timeline-inverted .bgimg {
        left: -18px;
    }
    .timeline-badge img {
        max-width: 12px;
        bottom: 50px;
    }
    .timeline-inverted img {
        right: 21%;
    }
    /*------- end event -------*/
    /*------- campus section -------*/
    .campus {
        padding: 45px 0 60px;
    }
    .campus .campus-content h3 {
        font-size: 35px;
        margin-bottom: 50px !important;
    }
    .campus .campus-content .playbutton img {
        max-width: 105px;
    }
    /*-------- end campus section ---------*/
    /*------ lifetime -------*/
    .lifetime {
        padding-bottom: 0;
    }
    .lifetime .lifetime-title h3,
    .history .history-title h3,
    #testimonial .testimonial-title h3 {
        font-size: 28px;
    }
    .division-set a {
        font-size: 11px;
        width: 10em;
        height: 5em;
    }
    /*------- end lifetime -----------*/
    /*---------- history section ----------*/
    .history #timeline {
        width: 100%;
        height: 100%;
    }
    .history #issues {
        margin-bottom: 0;
    }
    .history #issues,
    .history #issues li {
        height: 185px;
    }
    .history-content {
        max-width: 340px;
    }
    .history .history-img img {
        width: 100% !important;
        max-width: 325px;
    }
    .history #prev {
        right: 55%;
    }
    /*----------- end history section ----------*/
    /*----------- img-section ------------*/
    .img-section .img-box img {
        max-width: 215px;
    }
    .img-section .more-btn a,
    .img-section .more-btn a:focus,
    .img-section .more-btn a:hover {
        font-size: 14px;
    }
    /*------ end img-section ---------*/
    /* ------------- about page ----------- */
    .banner-inner {
        height: 35vh !important;
    }
    .about-kcst-section {
        padding-bottom: 0 !important;
    }
    .m-v-main-title {
        padding-bottom: 10px !important;
    }
    .parallax-2 {
        padding: 20px 0 5px;
    }
    .campus-section-container .parallax {
        padding-top: 20px;
    }
    .about-kcst-section,
    .campus-section ul {
        overflow: hidden;
    }
    .page-banner-heading {
        font-size: 45px !important;
        bottom: -11px !important;
    }
    .about-us-section {
        padding-top: 55px;
    }
    .about-us-section p,
    .campus-section ul li,
    .academics-section p {
        font-size: 15px !important;
    }
    .page-title {
        font-size: 28px !important;
    }
    .icon-section img {
        width: 70px;
    }
    .icon-section h1 {
        font-size: 35px;
    }
    .icon-section h5 {
        font-size: 18px;
        margin-top: 15px;
    }
    .about-us-section .event-title h3 {
        font-size: 28px;
    }
    .parallax {
        min-height: 670px !important;
    }
    .campus-section-container .event-title h3,
    .campus-section-container .more-btn a,
    .campus-section-container .more-btn a:focus,
    .campus-section-container .more-btn a:hover {
        color: #fff !important;
    }
    .campus-section h5,
    .about-sub-title {
        font-size: 24px !important;
    }
    .campus-section ul li {
        padding-bottom: 10px;
    }
    .president-box h3 {
        font-size: 18px;
    }
    .president-box .f-title {
        margin-bottom: 0;
    }
    #patnership {
        padding-bottom: 60px;
    }
    /* ----------end about page ---------- */
    /* ----- academics page----- */
    .section-p-b-0 {
        padding: 50px 0 50px !important;
    }
    .page-subtitle {
        font-size: 28px !important;
    }
    .ac-subsection {
        margin-top: 30px;
    }
    .course-grid-searchform {
        margin-bottom: 60px !important;
    }
    .course-grid .course-grid-text h5 {
        font-size: 15px !important;
    }
    /* -----  end academics page ----- */
    /* ------- faculty engineering ------ */
    .course-grid .course-grid-text .m-height-60 {
        min-height: 60px !important;
    }
    .faculty-subtitle h3 {
        font-size: 28px !important;
        margin-bottom: 50px !important;
    }
    /* ------- end faculty engineering ------ */
    /* ----- coming soon page ----- */
    .comingsoon-section {
        margin: 75px 0 !important;
        padding: 65px 40px 70px !important;
    }
    .comingsoon-section h2 {
        font-size: 55px !important;
    }
    .ac-innerpage p {
        font-size: 15px !important;
    }
    /* ----- end coming soon page ---- */
    /* ----- foundation page ----- */
    .foundation-box {
        margin-top: 15px;
    }
    .re-collapse-section h3 {
        font-size: 28px !important;
    }
    .re-collapse-section .acc-row .table-bordered td,
    .re-collapse-section .acc-row .table-bordered th {
        font-size: 14px !important;
    }
    /* ----- end foundation page ----- */
    /* ----- policies and regulations page ------ */
    .pr-section p {
        font-size: 15px !important;
    }
    .pr-section .praccordion .btn,
    .pr-section .pr-ul li,
    .pr-section h5 {
        font-size: 15px !important;
    }
    .pr-section table {
        font-size: 14px !important;
    }
    .credits-table thead tr th:first-child,
    .credits-table tbody tr td:first-child {
        width: unset !important;
        min-width: unset !important;
        max-width: unset !important;
    }
    .grading-table {
        table-layout: auto !important;
    }
    .grading-table thead tr th:last-child,
    .grading-table tbody tr td:last-child {
        min-width: unset !important;
        max-width: unset !important;
    }
    .pr-section .pr-table01 td:nth-child(1),
    .pr-section .pr-table01 td:nth-child(2),
    .pr-section .pr-table01 td:nth-child(3) {
        width: 100px !important;
    }
    /* ----- end policies and regulations page ------ */
    /* ----- ece page ----- */
    .ac-innerpage .event-title h3 {
        font-size: 28px !important;
    }
    .ac-innerpage ul li {
        font-size: 15px !important;
    }
    .table_01 thead tr th:first-child,
    .table_01 tbody tr td:first-child {
        width: 370px !important;
        min-width: 370px !important;
        max-width: 370px !important;
    }
    .table_study thead tr th:nth-child(2),
    .table_study tbody tr td:nth-child(2) {
        width: 290px !important;
        min-width: 290px !important;
        max-width: 290px !important;
    }
    .ac-innerpage {
        padding: 50px 0 !important;
    }
    .m-t-b-50 {
        margin-top: 35px !important;
        margin-bottom: 35px !important;
    }
    .re-collapse-section {
        margin-top: 35px !important;
        margin-bottom: 35px !important;
    }
    .re-collapse-section .acc-row {
        margin-top: 40px !important;
    }
    .re-collapse-section h3 {
        margin-bottom: 35px !important;
    }
    .course-acc-bg {
        padding: 16px 40px 10px !important;
    }
    /* ----  end ece page ---- */
    /* ---- admission page ---- */
    .admission-card {
        max-width: 320px !important;
        margin-bottom: 40px;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .section-text p,
    .requirement-bullets li,
    .note-text {
        font-size: 15px !important;
    }
    .ad-table thead tr th:nth-child(3),
    .ad-table tbody tr td:nth-child(3) {
        width: 215px !important;
        min-width: 215px !important;
        max-width: 215px !important;
        word-break: break-all;
    }
    .w-50 {
        width: 100% !important;
    }
    .cambridge-table {
        margin-top: 40px !important;
    }
    .foundation-table {
        padding-bottom: 0 !important;
    }
    .foundation-table .table_01 {
        margin-bottom: 35px !important;
    }
    .remove-m-b {
        margin-bottom: 0 !important;
    }
    .admission-collapse {
        margin-top: 10px !important;
    }
    .admission-collapse .myaccordion .btn {
        font-size: 15px !important;
    }
    .tab-inner-title h3 {
        font-size: 22px !important;
    }
    .table-shade {
        font-size: 13px !important;
    }
    .list-p-b-0 {
        padding-bottom: 20px !important;
    }
    .admission-card h4 {
        font-size: 22px;
        margin-bottom: 0 !important;
    }
    .admission-card .card-title {
        margin-bottom: 0 !important;
    }
    /* ---- end admission page ---- */
    /* ----- freshman page ----- */
    .freshman_table01 {
        font-size: 13px !important;
    }
    /* ---- end freshman page --- */
    /* --- paeet page ---- */
    .admission-section .event-title h3 {
        font-size: 26px !important;
    }
    .paaet-title-p-0 {
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
    }
    .paaet-table {
        font-size: 15px !important;
    }
    .ul-m-b-0 {
        margin-bottom: 0 !important;
    }
    .ul-m-b-0 li:last-child {
        padding-bottom: 0 !important;
    }
    /* ---end paeet page ---- */
    /* ---- transfer page----- */
    .transfer_title {
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
    }
    .trasfer-section-subtitle {
        margin: 35px 0 25px !important;
        font-size: 22px;
    }
    .grey-bg-p-t-b {
        padding: 15px 0 50px !important;
    }
    .grey-bg02-p-t-b {
        padding: 15px 0 30px !important;
    }
    .white-bg-p-t-b {
        padding-top: 20px !important;
    }
    .transfer-main-section {
        padding-bottom: 15px !important;
    }
    .white-bg-m {
        padding-bottom: 10px;
    }
    /* ---- end transfer page ----- */
    /* ------ tuition page --- */
    .t-f-section {
        padding-bottom: 65px !important;
    }
    .tf-tab-box #pills-title01,
    .tf-tab-box #pills-title02 {
        padding: 30px 15px 30px !important;
    }
    .t-f-section .note-ul li,
    .t-f-section .tf-sub-li li {
        font-size: 15px !important;
    }
    .tf-tab-box table,
    .tuition-table-shade {
        font-size: 14px !important;
    }
    .tf-tab-box .nav-link {
        font-size: 15px !important;
    }
    .tf-tab-box .nav-item:first-child {
        margin-left: 0 !important;
    }
    .tf-tab-box {
        margin-top: 30px !important;
    }
    .t-f-section .page-subtitle {
        padding-bottom: 10px !important;
    }
    /* ----- end tuition page ---- */
    /* ---- campus page ----- */
    .cam-padding {
        padding: 50px 0 50px !important;
    }
    .campuslife p {
        font-size: 15px !important;
    }
    .facility-bg-box {
        padding: 20px 0px 70px !important;
        margin: 45px 0 25px !important;
    }
    .campuslife .event-title h3 {
        font-size: 28px !important;
    }
    .facility-bg-box .col-box {
        margin-bottom: 30px !important;
    }
    .campuslife .ca-btn,
    .red-box-btn {
        margin-top: 0 !important;
    }
    .campuslife .cl-rw h6 {
        margin-bottom: 30px !important;
    }
    .cam-main-imgbox {
        width: calc(92%/2) !important;
    }
    .cam-main-imgbox:not(:last-child) {
        margin-right: 4% !important;
    }
    .fancybox-content {
        width: 720px !important;
    }
    .modalbox-heading {
        font-size: 20px !important;
    }
    .modalbox-content p,
    .modalbox-content-list li,
    .campuslife .cl-rw h6,
    .campuslife .fa-rw .fa-imgtext {
        font-size: 15px !important;
    }
    .col-12-m-t-50 {
        margin-top: 10px !important;
    }
    /* ----- end campus page ------ */
    /* ------ laboratories ----- */
    .audi-padding {
        padding-bottom: 65px !important;
    }
    .cam-subpage-title {
        margin-bottom: 25px !important;
    }
    /* ------ end laboratories ----- */
    /* ----- yes page ---- */
    .sub-row-m-last {
        margin: 120px 0 70px !important;
    }
    /* ---- end yes page ---- */
    /* ----- people page ---- */
    .people-subtitle-h1 {
        font-size: 26px !important;
    }
    .people-subtitle-h1 {
        margin-top: 12px !important;
        margin-bottom: 12px !important;
    }
    .people-subtitle-box {
        margin-bottom: 15px !important;
    }
    .people-section .card-img {
        height: 130px;
        width: 130px;
    }
    .scrollsection {
        overflow: auto;
    }
    .orgchart {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .people-section {
        padding-bottom: 30px !important;
    }
    /* ---- end people page ---- */
    /*-------- research page --------*/
    .research-new-padding {
        padding: 50px 0 50px !important;
    }
    .research-main-title h3 {
        font-size: 28px !important;
    }
    .research-section p {
        font-size: 15px !important;
    }
    .strategy-section {
        padding-top: 50px !important;
    }
    .research-collapse01 .myaccordion .btn {
        font-size: 16px !important;
    }
    .research-section .sub-list li {
        font-size: 15px !important;
    }
    .str-obj-title {
        margin-top: 0 !important;
    }
    /*-------- end research page --------*/
    /* ---- other research section ---- */
    .other-reserach-form {
        margin-bottom: 35px !important;
    }
    .other-research {
        padding-bottom: 60px !important;
    }
    /* ---- end other research section --- */
    /*----- Cyber Security and Implications ----*/
    .cyber-section .title {
        font-size: 28px !important;
    }
    .factory-small-img {
        min-height: unset !important;
    }
    .cyber-section {
        padding-bottom: 50px !important;
    }
    /*--- end Cyber Security and Implications ----*/
    /* ----- career page ----- */
    .career-section {
        padding: 50px 0 !important;
    }
    .career-section p {
        font-size: 15px !important;
    }
    .career-title {
        font-size: 28px !important;
    }
    .career-section .nav .active,
    .career-section .nav .nav-item {
        font-size: 15px !important;
    }
    .career-section .nav .nav-link i::before {
        height: 27px !important;
        width: 27px !important;
    }
    .textbox-p-lr-15 h4 {
        font-size: 20px !important;
    }
    /* ----- end career page ------ */
    /* home page */
    .latestnews .view-more {
        margin-top: -120px !important;
    }
    #event {
        margin-top: -55px;
    }
    .rqst-popup label,
    .features #banner-bottom .form-group .form-control,
    .modal .form-group .form-control {
        font-size: 14px;
    }
    /* covid page */
    .covid_thumbimg img,
    .covid_thumbimg_right img {
        max-width: 300px !important;
    }
    .covid_data p {
        font-size: 15px !important;
    }
    .video_row {
        margin: 35px 0 30px !important;
    }
    .covid_thumb_list li {
        float: left;
        width: calc(94%/3) !important;
        margin-bottom: 30px;
    }
    .covid_related_section {
        padding: 70px 0 55px !important;
    }
    /* contact page */
    .contact-section {
        padding: 55px 0 60px !important;
    }
    /* kifyc page */
    .kifyc-section {
        padding: 60px 0 70px !important;
    }
    .kifyc-section p,
    .sub-list li {
        font-size: 15px !important;
    }
    .kifyc-section .event-title h3 {
        font-size: 28px !important;
    }
    .what-is-kifyc {
        padding-bottom: 45px !important;
    }
    .ncuk-section {
        padding: 25px 0 45px !important;
    }
    .ncuk-university {
        padding: 20px 0 40px !important;
    }
    .foundation-section {
        padding: 20px 0 35px !important;
    }
    .program-section {
        padding: 20px 0 0 !important;
    }
    .location_map {
        width: 100% !important;
    }
    /* fab lab page */
    .fab-section .fab-text {
        top: 0 !important;
        transform: unset !important;
    }
    .fab_content_section h3 {
        font-size: 28px !important;
        padding-bottom: 5px !important;
    }
    .content_box h5 {
        font-size: 18px !important;
    }
    /* event details page */
    #event_slider .owl-nav.disabled {
        display: block !important;
    }
    /* news list page */
    .news-section {
        padding: 50px 0 50px !important;
    }
    .label-filter {
        font-size: 20px !important;
    }
    .news-section .people {
        margin-bottom: 20px;
    }
    .news-section .people .content .name {
        font-size: 14px !important;
    }
    /* news innerpages */
    .news_inner_section .news-main-heading {
        font-size: 28px !important;
        margin-top: 0 !important;
    }
    .news_inner_section .news_carousel {
        margin-bottom: 20px;
    }
    .news_inner_section .blog__mainText p {
        font-size: 15px !important;
    }
    .news_inner_section .grid__item-sm .grid__item__img {
        height: 100% !important;
    }
    /* laboratories page */
    .lab-content-section {
        padding-top: 50px;
    }
    .labsub_content {
        padding-top: 10px !important;
    }
    /* employment detail page */
    .em-detail-section {
        padding: 50px 0 65px !important;
    }
    .em-detail-section .single-candidate-list {
        padding-bottom: 30px !important;
    }
    .em-detail-section .em-main-title h3 {
        font-size: 28px !important;
    }
    .em-detail-section .candidate-title h3 {
        max-width: 485px;
        font-size: 20px;
    }
    .em-detail-section .candidate-title span a {
        font-size: 20px !important;
    }
    #administrative_staff_row .em-main-title {
        padding-top: 35px !important;
        padding-bottom: 10 !important;
    }
    /* people innerpages */
    .people_inner_section {
        padding: 30px 0 50px !important;
    }
    /* reserach detail page */
    .reserach_details .prof_name {
        text-align: left !important;
    }
    .reserach_details .col_mt {
        margin-top: 30px !important;
    }
    /* englishlanguageunit */
    .english_lang_section01 .faculty-subtitle h3 {
        margin-bottom: 30px !important;
    }
    .english_lang_section01 .uni-img {
        margin-top: 0 !important;
    }
    .english_lang_section01 .btn-m-b-space {
        margin-bottom: 0 !important;
    }
    .english_lang_section02 {
        padding-top: 0 !important;
        padding-bottom: 10px !important;
    }
    .english_lang_section02 .re-collapse-section,
    .english_lang_section02 .re-collapse-section .acc-row {
        margin-top: 0 !important;
    }
    .english_lang_section03 .faculty-subtitle h3 {
        margin-bottom: 30px !important;
    }
    /* academic advising */
    .academic_advising {
        padding: 50px 0 40px !important;
    }
    .student_affairs_content p {
        font-size: 15px !important;
    }
    .student_affairs_content ul li {
        text-align: left !important;
        font-size: 15px !important;
    }
    /* counselling page */
    .counselling_part_section {
        padding: 10px 0 60px !important;
    }
    .counselling_part_section h3 {
        font-size: 28px !important;
    }
    .counselling_part_section h5 {
        font-size: 20px !important;
    }
    .counselling_part_content p,
    .counselling_part_content ul li {
        font-size: 15px !important;
    }
    /* campus life */
    .cam-main-imgbox {
        width: 100% !important;
    }
    /* calender */
    .calender_section {
        padding-bottom: 40px !important;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {

    .new-text {
        font-size: 10px;
    }
    .new-ln {
        stroke-dasharray: 486 !important;
    }

    /*-------- menu -----------*/
    .main-nav {
        border-radius: 14px;
    }
    .main-nav .top-row {
        margin-left: auto;
        margin-right: auto;
    }
    .main-nav .topbar-content>ul {
        margin-left: 0;
    }
    .main-nav form {
        margin-right: 0;
    }
    .main-nav .navbar-nav {
        margin-top: 50px;
        margin-right: 0;
    }
    .main-nav .navbar-nav>li>a {
        font-size: 13px;
    }
    .main-nav .navbar-brand {
        height: 25px;
    }
    .offset .navbar-nav {
        margin-top: 35px !important;
        margin-bottom: -30px !important;
    }
    .offset .navbar-nav>li {
        margin: 0 10px !important;
    }
    /*--------- end menu ----------*/
    /*-------- banner ----------*/
    section.banner {
        margin-top: 125px;
    }
    .slider_area .single_slider h1 {
        font-size: 40px;
    }
    .slider_area .single_slider p {
        margin-bottom: 30px;
    }
    /*-------- end banner -----------*/
    /*-------- footer ----------*/
    .fmenu,
    .f-contact,
    .f-socialicons {
        margin-left: 0;
    }
    .fmenu h4,
    .f-socialicons h4,
    .f-contact h4 {
        font-size: 20px;
    }
    .fmenu ul li a,
    .fmenu ul li a:focus,
    .fmenu ul li a:hover,
    .f-contact p a,
    .f-contact p a:hover,
    .f-socialicons p {
        font-size: 15px;
    }
    .f-socialicons ul li i {
        font-size: 24px;
    }
    .bottombar p {
        font-size: 15px;
    }
    /*-------- end footer --------*/
    /*--------- features section ----------*/
    .features .row {
        width: 100%;
    }
    .features #banner-bottom {
        padding: 5px 0 7px;
    }
    .features #banner-bottom .listing ul li {
        float: left;
        width: calc(90%/3);
    }
    .features #banner-bottom .listing .banner-title {
        line-height: 30px;
    }
    .features #banner-bottom .search-box form {
        margin-top: 2px;
    }
    .features:after {
        width: 90%;
    }
    /*-------- end features section ----------*/
    /*----- latest news ----------*/
    .latestnews .owl-carousel .owl-item.large .name {
        font-size: 14px !important;
    }
    .latestnews .owl-carousel .owl-item.small .name {
        font-size: 12px !important;
    }
    .latestnews .owl-carousel .owl-item.active .name {
        font-size: 10px;
    }
    /*------- end latest news -------*/
    /*-------- event ---------*/
    .timeline {
        overflow: hidden;
    }
    .timeline>li.timeline-inverted>.timeline-panel::after {
        content: " ";
        display: block;
        clear: both;
    }
    .timeline .timeline-body h6 {
        font-size: 16px;
    }
    .timeline .timeline-body p {
        font-size: 12px;
    }
    .bgimg {
        top: -5px;
        right: -23px;
        max-width: 200px;
    }
    .timeline-inverted .bgimg {
        left: -23px;
    }
    .timeline-badge img {
        max-width: 15px;
        bottom: 40px;
        right: 48%;
    }
    .timeline-inverted img {
        right: 17%;
    }
    /*------- end event -------*/
    /*------- campus section -------*/
    .campus {
        padding: 45px 0 60px;
    }
    /*-------- end campus section ---------*/
    /*------ lifetime -------*/
    .lifetime {
        padding-bottom: 0;
    }
    .division-set a {
        width: 9em;
        height: 5em;
        font-size: 15px;
    }
    /*------- end lifetime -----------*/
    /*----------- img-section ------------*/
    .img-section .img-box img {
        max-width: 295px;
    }
    /*------ end img-section ---------*/
    /*---------testimonial section ------- */
    #testimonial .owl-carousel .owl-item.big .name {
        font-size: 14px !important;
    }
    #testimonial .owl-carousel .owl-item.medium .name {
        font-size: 12px !important;
    }
    #testimonial .owl-carousel .owl-item.active .name {
        font-size: 10px;
    }
    /*---------end testimonial section ------- */
    /* ---------- about page --------------- */
    .about-us-section {
        padding-top: 60px;
    }
    .about-kcst-section {
        padding-bottom: 0 !important;
    }
    .m-v-main-title {
        margin-bottom: 50px !important;
    }
    .parallax-2 {
        padding-top: 20px !important;
    }
    .about-kcst-section,
    .campus-section ul {
        overflow: hidden;
    }
    .page-title,
    .page-subtitle {
        font-size: 30px !important;
    }
    .page-banner-heading {
        font-size: 55px !important;
        bottom: -12px !important;
    }
    .about-us-section p {
        font-size: 15px;
    }
    .about-sub-title {
        font-size: 25px !important;
    }
    #patnership {
        padding-bottom: 50px;
    }
    .campus-section-container .parallax {
        padding-top: 20px !important;
        padding-bottom: 70px !important;
    }
    /* -------- end about page ---------- */
    /* ------- academics page ---------- */
    .section-p-b-0 {
        padding: 60px 0 75px !important;
    }
    /* -------end academics page ---------- */
    /* ------- faculty engineering ------ */
    .ac-subsection {
        margin-top: 35px !important;
    }
    .faculty-subtitle h3 {
        margin-bottom: 50px !important;
    }
    /* ------- end faculty engineering ------ */
    /* ----- coming soon page ----- */
    .comingsoon-section {
        margin: 85px 0 !important;
    }
    .ac-innerpage p {
        font-size: 15px !important;
    }
    /* ----- end coming soon page ---- */
    /* ----- foundation page ----- */
    .foundation-box {
        margin-top: 20px;
    }
    /* ----- end foundation page ----- */
    /* ----- policies and regulations page ------ */
    .pr-section p {
        font-size: 15px !important;
    }
    .pr-section .praccordion .btn,
    .pr-section .pr-ul li,
    .pr-section h5 {
        font-size: 15px !important;
    }
    .pr-section table {
        font-size: 15px !important;
    }
    /* ----- end policies and regulations page ------ */
    /* ----- ece page ----- */
    .ac-innerpage ul li,
    .re-collapse-section .acc-row table {
        font-size: 15px !important;
    }
    .table_01 thead tr th:first-child,
    .table_01 tbody tr td:first-child {
        width: 650px !important;
        min-width: 650px !important;
        max-width: 650px !important;
        word-break: break-all;
    }
    .re-collapse-section a,
    .re-collapse-section a:focus,
    .re-collapse-section a:hover {
        font-size: 13px !important;
    }
    .ac-innerpage {
        padding: 60px 0 !important;
    }
    .m-t-b-50 {
        margin-top: 40px !important;
        margin-bottom: 40px !important;
    }
    .re-collapse-section .acc-row {
        margin-top: 40px !important;
    }
    .re-collapse-section h3 {
        margin-bottom: 40px !important;
    }
    .re-collapse-section {
        margin-top: 40px !important;
        margin-bottom: 60px !important;
    }
    .foudation-collapse {
        margin-bottom: 0 !important;
    }
    .course-acc-bg {
        padding: 35px 40px 35px !important;
    }
    .typ-section {
        margin-top: 55px !important;
    }
    /* ------ end ece page ---- */
    /* ----- admission page ----- */
    .w-50 {
        width: 60% !important;
    }
    .section-text p,
    .requirement-bullets li,
    .note-text {
        font-size: 15px !important;
    }
    .cambridge-table-02 table tr th:first-child,
    .cambridge-table-02 table tbody tr td:first-child,
    .cambridge-table-01 table tr th:first-child,
    .cambridge-table-01 table tbody tr td:first-child,
    .foundation-table table tr th:first-child,
    .foundation-table table tbody tr td:first-child {
        width: unset !important;
        min-width: unset !important;
        max-width: unset !important;
    }
    .foundation-table {
        padding-bottom: 25px !important;
    }
    .admission-card h4 {
        font-size: 18px !important;
    }
    .admission-card .card-title {
        min-height: 55px !important;
    }
    .tab-inner-title h3 {
        font-size: 24px !important;
    }
    .list-p-b-0 {
        padding-bottom: 5px !important;
    }
    .admission-collapse .myaccordion .btn {
        font-size: 16px !important;
    }
    /* ----  end admission page ----- */
    /* ----- freshman page ----- */
    .freshman_table01 {
        font-size: 14px !important;
    }
    /* ---- end freshman page --- */
    /* --- paeet page ---- */
    .admission-section .event-title h3 {
        font-size: 26px !important;
    }
    .paaet-table {
        font-size: 15px !important;
    }
    .ul-m-b-0 {
        margin-bottom: 0 !important;
    }
    .ul-m-b-0 li:last-child {
        padding-bottom: 0 !important;
    }
    /* ---end paeet page ---- */
    /* ---- transfer page----- */
    .transfer_title {
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
    }
    .trasfer-section-subtitle {
        margin: 35px 0 30px !important;
        font-size: 22px;
    }
    .white-bg-p-t-b {
        padding-top: 20px !important;
    }
    .grey-bg-p-t-b {
        padding: 15px 0 60px !important;
    }
    .grey-bg02-p-t-b {
        padding: 15px 0 40px !important;
    }
    .transfer-main-section {
        padding-bottom: 20px !important;
    }
    .white-bg-01 {
        padding-bottom: 25px !important;
    }
    /* ---- end transfer page ----- */
    /* ------ tuition page --- */
    .tf-tab-box .nav-item:first-child {
        margin-left: 55px !important;
    }
    .t-f-section .note-ul li,
    .t-f-section .tf-sub-li li,
    .tf-tab-box table,
    .tuition-table-shade {
        font-size: 15px !important;
    }
    .tf-tab-box #pills-title01,
    .tf-tab-box #pills-title02 {
        padding: 30px 20px 30px !important;
    }
    .tf-tab-box {
        margin-top: 30px !important;
    }
    .t-f-section .page-subtitle {
        padding-bottom: 10px !important;
    }
    /* ----- end tuition page ---- */
    /* ---- campus page ----- */
    .cam-padding {
        padding: 60px 0 60px !important;
    }
    .campuslife p {
        font-size: 15px !important;
    }
    .campuslife .event-title h3 {
        font-size: 30px !important;
    }
    .modalbox-content p,
    .modalbox-content-list li,
    .campuslife .cl-rw h6,
    .campuslife .fa-rw .fa-imgtext {
        font-size: 15px !important;
    }
    .col-12-m-t-50 {
        margin-top: 40px !important;
    }
    /* ----- end campus page ------ */
    /* ------ laboratories ----- */
    .audi-padding {
        padding-bottom: 75px !important;
    }
    .cam-subpage-title {
        margin-bottom: 25px !important;
    }
    /* ------ end laboratories ----- */
    /* ----- yes page ---- */
    .sub-row-m-last {
        margin: 75px 0 40px !important;
    }
    /* ---- end yes page ---- */
    /* ----- people page ---- */
    .people-subtitle-h1 {
        font-size: 28px !important;
    }
    .people-subtitle-h1 {
        margin-top: 15px !important;
        margin-bottom: 10px !important;
    }
    .people-subtitle-box {
        margin-bottom: 15px !important;
    }
    .people-section .card-img {
        height: 140px;
        width: 140px;
    }
    .scrollsection {
        overflow: auto;
    }
    .people-section {
        padding-bottom: 40px !important;
    }
    /* ---- end people page ---- */
    /* ----research page----- */
    .research-new-padding {
        padding-top: 60px !important;
    }
    .research-main-title h3 {
        font-size: 30px !important;
    }
    .research-section p {
        font-size: 15px !important;
    }
    .strategy-section {
        padding-top: 50px !important;
    }
    /* ---- end research page----- */
    /* ---- other research section ---- */
    .other-research {
        padding-bottom: 70px !important;
    }
    /* ---- end other research section --- */
    /*----- Cyber Security and Implications ----*/
    .cyber-section .title {
        font-size: 30px !important;
    }
    .cyber-section {
        padding-bottom: 60px !important;
    }
    /*--- end Cyber Security and Implications ----*/
    /* ----- career page ----- */
    .career-section {
        padding: 60px 0 !important;
    }
    .career-section p {
        font-size: 15px !important;
    }
    .career-title {
        font-size: 30px !important;
    }
    .textbox-p-lr-15 h4 {
        font-size: 22px !important;
    }
    /* ----- end career page ------ */
    /* home page */
    .main-nav .topbar-content>ul>li {
        width: auto !important;
    }
    .rqst-popup label,
    .features #banner-bottom .form-group .form-control,
    .modal .form-group .form-control {
        font-size: 14px;
    }
    /* contact page */
    .contact-section {
        padding: 60px 0 70px;
    }
    /* kifyc page */
    .kifyc-section {
        padding: 60px 0 65px !important;
    }
    .kifyc-section p,
    .kifyc-section .sub-list li {
        font-size: 15px !important;
    }
    .what-is-kifyc {
        padding-bottom: 50px !important;
    }
    .ncuk-section {
        padding: 20px 0 50px !important;
    }
    .ncuk-university {
        padding: 20px 0 40px !important;
    }
    .foundation-section {
        padding: 20px 0 40px !important;
    }
    .program-section {
        padding: 25px 0 0 !important;
    }
    .location_map {
        width: 100% !important;
    }
    /* fablab page */
    .fab_content_section {
        margin-top: 55px !important;
    }
    .fab_content_section h3 {
        font-size: 30px !important;
    }
    /* news list page */
    .news-section .people {
        margin-bottom: 20px;
    }
    /* news innerpages */
    .news_inner_section {
        padding: 70px 0 !important;
    }
    .news_inner_section .news-main-heading {
        font-size: 30px !important;
        max-width: 600px !important;
    }
    .news_inner_section .news_carousel {
        margin-bottom: 20px;
    }
    .news_inner_section .blog__mainText p {
        font-size: 15px !important;
    }
    .news_inner_section .grid__item__title {
        font-size: 12px !important;
    }
    /* laboratories page */
    .lab-content-section ul li {
        text-align: left !important;
    }
    /* employment detail page */
    .em-detail-section {
        padding: 60px 0 70px !important;
    }
    .em-detail-section .em-main-title h3 {
        font-size: 30px !important;
    }
    .em-detail-section .candidate-title h3 {
        font-size: 25px !important;
    }
    .em-detail-section .candidate-title span a {
        font-size: 25px !important;
    }
    #administrative_staff_row .em-main-title {
        padding-top: 35px !important;
        padding-bottom: 25px !important;
    }
    /* people innerpages */
    .people_inner_section {
        padding: 40px 0 60px !important;
    }
    /* research detail page */
    .reserach_details .factory-small-img {
        min-height: auto !important;
    }
    .reserach_details .col_mt {
        margin-top: 40px !important;
    }
    /* englishlanguageunit */
    .english_lang_section01 {
        padding-bottom: 50px !important;
    }
    .english_lang_section01 .faculty-subtitle h3 {
        margin-bottom: 30px !important;
    }
    .english_lang_section01 .uni-img {
        margin-top: 0 !important;
    }
    .english_lang_section01 .btn-m-b-space {
        margin-bottom: 0 !important;
    }
    .english_lang_section02 {
        padding-top: 0 !important;
    }
    .english_lang_section02 .re-collapse-section,
    .english_lang_section02 .re-collapse-section .acc-row {
        margin-top: 0 !important;
    }
    /* academic advising */
    .academic_advising {
        padding: 60px 0 50px !important;
    }
    .student_affairs_content p,
    .student_affairs_content ul li {
        font-size: 15px !important;
    }
    /* counselling page */
    .counselling_part_section {
        padding: 20px 0 70px !important;
    }
    .counselling_part_section h3 {
        font-size: 30px !important;
    }
    .counselling_part_content p,
    .counselling_part_content ul li {
        font-size: 15px !important;
    }
    /* campus life */
    .campus-slider .owl-item img {
        height: 273px !important;
    }
    /* calender */
    .calender_section {
        padding-bottom: 40px !important;
    }
}

@media (min-width: 1201px) {
    #viewmore {
        margin-bottom: 0 !important;
    }
    .p-t,
    .rulesection {
        padding-bottom: 45px;
    }
}

@media (min-width: 321px) and (max-width: 425px) {
    /* --------- feature section ----- */
    .features #banner-bottom .listing ul li {
        width: 100% !important;
        float: none !important;
    }
    .features #banner-bottom .listing ul li:last-child {
        margin-top: 10px;
    }
    /* -------- end feature section --------- */
}

@media (min-width: 451px) and (max-width: 516px) {
    /*--------- features section ----------*/
    .features .circle>ul>li {
        width: 90px !important;
        height: 90px !important;
    }
    .features .circle>ul>li:not(:last-child) {
        margin-right: 7px !important;
    }
    .features .counter {
        font-size: 22px !important;
    }
    .features .circle>ul>li h6 {
        font-size: 11px;
    }
    /*--------- end features section ----------*/
}

@media screen and (max-width: 529px) {
    /*----------- img-section ------------*/
    .img-section .img-box ul {
        text-align: center;
    }
    .img-section .img-box img {
        max-width: 350px !important;
    }
    /*----------- end img-section ------------*/
}

@media screen and (max-width: 768px) {
    /*----- latest news ----------*/
    .latestnews .owl-carousel .owl-item .people {
        max-width: 100%;
        width: 350px;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .latestnews .view-more {
        margin-top: -140px;
    }
    /*------- end latest news -------*/
    /*-------- testimonial ------------*/
    #testimonial .owl-carousel .owl-item .people {
        max-width: 100%;
        width: 350px;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    #testimonial .owl-carousel .owl-item img {
        max-width: 100%;
        width: 350px;
        margin-left: auto;
        margin-right: auto;
    }
    /*------ end testimonial ------------*/
    .re-collapse-section .card .card-body {
        padding: 1px 1px 0px !important;
    }
}

@media screen and (max-width: 991px) {

    .new-seven {
        top: 26% !important;
        left: 98% !important;
        cursor: pointer;
    }
    .new-text {
        font-size: 9px;
    }

    .news-section.news_inner_section article.grid {
        padding-top: 110px;
    }
    .news-section.news_inner_section article.grid::before {
        content: 'Latest News';
        position: absolute;
        top: 30px;
        border-top: 2px solid #a03022;
        width: 100%;
        left: 0;
        padding-top: 30px;
        padding-left: 30px;
        font-size: 22px;
        font-weight: 500;
        color: #a03022;
        text-decoration: underline;
        cursor: default;
    }
    .news-section.news_inner_section .filter-box {
        display: none;
    }
}

@media screen and (max-width: 575px) {
    /* campuslife */
    .campus-slider .owl-nav .owl-prev,
    .campus-slider .owl-nav .owl-next {
        position: inherit !important;
    }
    /*---------- about page --------- */
    #patnership .patner-box {
        max-width: 300px !important;
        margin-left: auto;
        margin-right: auto;
        margin-top: 25px;
    }
    /*---------- end about page --------- */
    /* ----- admission page ----- */
    .admission-card {
        max-width: 300px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .admission-card .card i {
        padding-top: 15px;
    }
    .admission-card .card-title {
        min-height: 35px;
    }
    /* ----- end admission page ----- */
    /*---- campus page -----*/
    .cam-main-imgbox {
        width: 100% !important;
        margin-bottom: 6px !important;
    }
    .cam-main-imgbox:not(:last-child) {
        margin-right: 0 !important;
    }
    .campuslife .cl-rw .co-box-border,
    .facility-bg-box .col-box {
        max-width: 315px;
        margin-left: auto;
        margin-right: auto;
    }
    .modalbox-img {
        text-align: center;
        margin-bottom: 20px;
    }
    /* ----end campus page ----- */
    /* ----- research page ----- */
    .research-section .re-box-border {
        max-width: 315px;
        margin-left: auto;
        margin-right: auto;
    }
    /* ---- end research page ---- */
    /* ---- other reserach page ---- */
    .other-grid {
        max-width: 315px;
        margin-left: auto;
        margin-right: auto;
    }
    /* ---- end other reserach page ---- */
    /* ----- fab page----- */
    .fab-img {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }
    .fab-text {
        margin-top: 20px !important;
    }
    /* ---- end fab page ---- */
    /* ----- career page ----- */
    .career-tab-box {
        display: block !important;
        text-align: center;
    }
    .textbox-p-lr-15 {
        padding-left: 15px !important;
        padding-right: 15px !important;
        text-align: left !important;
        margin-top: 20px;
    }
    .textbox-p-lr-15 p {
        text-align: justify;
    }
    .career-tab-box .tab-img {
        width: 100% !important;
        max-width: 230px !important;
        max-height: unset !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    /* ----- end career page ----- */
    /* home page */
    .fancybox-content {
        width: 100% !important;
        padding: 16px 8px;
    }
    .btn-close,
    .btn-close:hover,
    .btn-close:focus {
        top: 0 !important;
        right: 0px !important;
    }
    .topbar-content {
        display: none;
    }
    .main-nav form {
        padding: 0;
    }
    .main-nav form .top-search {
        margin: 8px auto;
    }
    .main-nav form {
        top: auto !important;
        transform: none !important;
        margin: 0;
    }
    .main-nav .container-fluid.top-bar {
        background: #fff;
    }
    .main-nav .top-row {
        background: #9b3e39;
        border-radius: 14px 14px 0 0;
    }
    section.banner {
        margin-top: 122px;
        height: calc(100vh - 122px);
    }
    .slider_area .single_slider {
        height: calc(100vh - 122px);
    }
    .banner-inner {
        margin-top: 129px;
    }
    .fancybox-image,
    .fancybox-spaceball {
        width: auto !important;
    }
    .event_box {
        padding: 30px 10px 50px !important;
    }
    .event_box .item {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .admission-card h4 {
        font-size: 16px;
    }
    .img-section.instagram .img-box img {
        max-width: 100% !important;
    }
}

@media only screen and (max-width: 639px) {
    /* apply now page */
    .apply_now_section .left-col::after {
        content: none !important;
    }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .tab-img {
        min-width: 179px;
    }
    .main-nav .topbar-content>ul>li>ul li a,
    .main-nav .topbar-content>ul>li>ul li a:hover,
    .main-nav .topbar-content>ul>li>ul li a:focus,
    .f-socialicons ul li a,
    .f-socialicons ul li a:hover,
    .f-socialicons ul li a:hover {
        text-decoration: none;
        color: #fff !important;
    }
    .modal-img {
        min-width: 200px;
    }
    .modal-body p {
        max-width: 883px;
    }
    .orgchart .node .content {
        white-space: normal;
    }
    .fancybox-content {
        overflow: visible;
    }
}

@media screen and (max-width: 490px) {
    #intro,
    #mission,
    #message,
    #board-trustee,
    #visitingcampus {
        scroll-margin-top: 200px !important;
    }
    #patnership {
        scroll-margin-top: 250px !important;
    }
    #intro,
    #mission,
    #message,
    #board-trustee,
    #visitingcampus::-webkit-scrollbar {
        scroll-margin-top: 200px !important;
    }
    #patnership::-webkit-scrollbar {
        scroll-margin-top: 250px !important;
    }
    section.banner {
        /*        margin-top: 205px !important;*/
        height: 200px !important;
    }
    .slider_area .single_slider {
        background-size: cover !important;
        height: 200px !important;
    }
    .slider_area .owl-nav button {
        top: 88% !important;
        font-size: 26px !important;
    }
}

.fancybox-content div {
    word-wrap: anywhere !important;
    word-break: break-word !important;
    padding-left: 3px !important;
    padding-right: 3px !important;
}

@media screen and (max-width: 450px) {
    .modal_lg_content ul li {
        font-size: 13px !important;
    }
    .modal_lg_content ul li::before {
        padding-right: 8px !important;
        width: 20px !important;
        margin-left: -7px !important;
        font-size: 13px !important;
    }
    .fancybox-content {
        max-width: 90% !important;
    }
}
.gallery-box{
	padding: 70px 0px;
}

.gallery-box ul{}
.gallery-box ul li{
	position: relative;
	width: 25%;
	margin: 0;
	padding: 0px 15px;
	float: left;
	border: none;
	overflow: hidden;
	margin-bottom: 30px;
}
.gallery-box ul li a{
	position: relative;
	display: inline-block;
	border: 4px solid #ffffff;
}
.gallery-box ul li a::before{
	content: "";
	position: absolute;
	
	width: 100%;
	height: 100%;
	left: 0px;
	top: 100%;
	opacity: 0;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
.gallery-box ul li a .overlay{
	background: #881228;
	color: #ffffff;
	font-size: 22px;
	text-align: center;
	width: 38px;
	height: 38px;
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	opacity: 0;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
.gallery-box ul li a:hover::before{
	top: 0;
	opacity: 1;
}
.gallery-box ul li a:hover .overlay{
	opacity: 1;
}
.gallery-box ul li a:hover{
	border: 4px solid #890025;
}
.tooltip-1 {
	display: inline-block;
	position: relative;
	color: #890025;
	opacity: 1;
}

.tooltip__wave {
	width: 30%;
	height: 20px;
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0px;
	margin: 0 auto;
	overflow: hidden;
}

.tooltip__wave span {
	position: absolute;
	left: -100%;
	width: 200%;
	height: 100%;
	background: url(../images/wave.svg) repeat-x center center;
	background-size: 50% auto;
}


.about-box{
	padding: 70px 0px;
	background: url(../images/ptn-bg.jpg);
}

.title-box{
	text-align: center;
	margin-bottom: 30px;
}
.title-box h2{
	font-size: 60px;
	font-family: 'Engagement', cursive;
	color: #222222;
}
.title-box h2 span{
	color: #881228;
	text-decoration: underline;
}
.about-main-info h2{
	font-size: 40px;
	font-family: 'Engagement', cursive;
}
.about-main-info h2 span{
	color: #881228;
	text-decoration: underline;
}
.about-main-info{
	margin-bottom: 30px;
}

.about-m{
	background: #890025;
	padding: 0px 30px;
}

.about-img{
	padding: 30px 0px;
}

.about-img img{
	border-radius: 10px;
}

.about-m ul{
	display: block;
	text-align: center;
	padding-bottom: 30px;
}
.about-m ul li{
	display: inline-block;
	text-align: center;
}
.about-m ul li a{
	background: #528780;
	color: #ffffff;
	width: 38px;
	height: 38px;
	text-align: center;
	line-height: 38px;
	display: block;
	border-radius: 50px;
	margin: 0px 5px;
}

.about-m ul li a:hover{
	background: #333333;
	color: #ffffff;
}

/*------------------------------------------------------------------
    Wedding
-------------------------------------------------------------------*/

.wedding-box{
	padding: 70px 0px;
	background: url(../images/ptn-bg.jpg);
}

.serviceBox{
    padding: 25px 30px;
    text-align: center;
    background: #ffffff;
    border-top: 3px solid #890025;
    border-bottom: 3px solid #890025;
    position: relative;
}
.serviceBox:before{
    content: "";
    border-top: 0 solid #890025;
    border-right: 0 solid transparent;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
.serviceBox:hover:before{
    border-top-width: 78px;
    border-right-width: 78px;
}
.serviceBox:after{
    content: "";
    border-bottom: 0 solid #890025;
    border-left: 0 solid transparent;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
.serviceBox:hover:after{
    border-bottom-width: 78px;
    border-left-width: 78px;
}
.serviceBox .service-icon{
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    border: 2px solid #890025;
    background: #ffffff;
    font-size: 60px;
    color: #890025;
    margin-bottom: 20px;
    position: relative;
}
.serviceBox .title{
    font-size: 20px;
    font-weight: 700;
    color: #890025;
    letter-spacing: 1px;
    margin: 0 0 12px 0;
    text-transform: uppercase;
    position: relative;
    transition: all 0.3s ease 0s;
}
.serviceBox:hover .title{ letter-spacing: 3px; }
.serviceBox .description{
    font-size: 15px;
    color: #333333;
    letter-spacing: 1px;
    line-height: 27px;
    margin: 0;
}
@media only screen and (max-width:990px){
    .serviceBox{ margin-bottom: 30px; }
}
/*------------------------------------------------------------------
    Events
-------------------------------------------------------------------*/

.events-box{
	padding: 70px 0px;
}
.event-inner{
	background: #ffffff;
	text-align: center;
	margin-bottom: 30px;
	border: 10px solid #fff;
	box-shadow: 0 2px 5px rgba(0,0,0,.1);
}

.event-img{
	margin-bottom: 15px;
	overflow: hidden;
}
.event-img img{
	transition: all 0.9s ease 0s;
}
.event-inner:hover .event-img img{
	-moz-transform: scale(1.5) rotate(-10deg);
	-webkit-transform: scale(1.5) rotate(-10deg);
	-ms-transform: scale(1.5) rotate(-10deg);
	-o-transform: scale(1.5) rotate(-10deg);
	transform: scale(1.5) rotate(-10deg);
}
