/*==============================================================================
                    FONTS
==============================================================================*/

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

/* font-family: 'Lato', sans-serif; */

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/* font-family: 'Roboto', sans-serif; */


/*==============================================================================
                    Common
==============================================================================*/

*,
html {
    padding: 0;
    margin: 0;
    font-size: 100%;
}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.clear {
    clear: both;
}

.clear:after {
    content: '';
    clear: both;
    position: relative;
    width: 100%;
    display: table;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 24px;
    background: #fff;
    font-size: 100%;
}

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

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

.container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}

section {
    padding: 60px 0;
    position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}


/*==================== 
start Header
=======================*/

.header-top {
    padding: 4px 0;
    background: #eeeeee;
}

.hdr-top-wrpr {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.notic-hldr a {
    font-size: 16px;
    color: #284766;
    line-height: 28px;
    position: relative;
    padding-right: 25px;
    font-weight: 500;
}

.notic-hldr a:after {
    content: '';
    position: absolute;
    top: 0;
    right: 9px;
    height: 100%;
    width: 2px;
    background: #284766;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.notic-hldr a:hover {
    color: #0582ff;
}

.notic-hldr a:last-child:after {
    display: none;
}

.hdr-top-right {
    display: flex;
    align-items: center;
}

.search-frm-wrpr .form-inline {
    display: flex;
    align-items: stretch;
}

.search-frm-wrpr .form-inline .form-group:first-child {
    width: 260px;
}

.search-frm-wrpr .form-inline .form-group input {
    width: 100%;
    background: #fff;
    color: #000;
    padding: 8px 15px;
    border: none;
    font-size: 14px;
    height: 34px;
}

.search-frm-wrpr .form-inline .form-group input:focus {
    outline: none;
}

.search-frm-wrpr .form-inline .form-group button {
    padding: 5px 20px;
    background: #5dbdd6;
    color: #fff;
    font-size: 24px;
    border: none;
    height: 34px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.search-frm-wrpr .form-inline .form-group button:hover {
    background: #1f76d8;
}

.apluse-cntrl-hlder {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    margin: 0 0 15px 0;
}

.apluse-cntrl-hlder a {
    width: 28px;
    height: 28px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    border: 1px solid #000;
    display: inline-block;
    padding: 2px;
    color: #000;
    margin: 0 14px 0 0;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.apluse-cntrl-hlder a:hover,
.apluse-cntrl-hlder a:hover h1 {
    background: #292759;
    color: #fff;
}

.apluse-cntrl-hlder a:last-child {
    margin-right: 0;
}

.apluse-cntrl-hlder a.hdr-sound {
    border: none;
    font-size: 30px;
    padding: 0;
}

.apluse-cntrl-hlder a h1 {
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
}

.apluse-cntrl-hlder a.hdr-sound:hover {
    color: #2948e4;
    background: transparent;
}

.apluse-cntrl-hlder a.theme-chnage {
    border: none;
    font-size: 25px;
}

.apluse-cntrl-hlder a.theme-chnage:hover {
    background: transparent;
    color: #000;
}

.header-middle {
    background: #fff;
    padding: 15px 0;
    border-top: 8px solid #292759;
}

.hdr-mdl-wrpr {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.logo img {
    width: 100%;
    transition: 0.7s;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -ms-transition: 0.7s;
    -o-transition: 0.7s;
    max-width: 530px;
}

.sticky .logo img {
    width: 390px;
}

.hdr-mdl-right {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.mail-phn-wrpr {
    display: flex;
    align-items: center;
}

.mail-phn-wrpr a {
    font-size: 15px;
    color: #000;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    display: block;
    margin: 0 15px 0 0;
}

.mail-phn-wrpr a:last-child {
    margin-right: 0;
}

.mail-phn-wrpr a:last-child img {
    max-width: 25px;
}

.mail-phn-wrpr a:hover {
    color: #e55a2f;
}

.mail-phn-wrpr a:hover .icon {
    left: 2px;
}

.mail-phn-wrpr a .icon {
    display: inline-block;
    margin-right: 5px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    position: relative;
    left: 0;
}

.mail-phn-wrpr a .icon img {
    max-width: 21px;
}

.header-social .pn-email-trigger,
.search-frm-wrpr .search-trigger {
    display: none;
}

.contct-hdr {
    margin-right: 0;
    position: relative;
    width: 100%;
    text-align: right;
}

.contct-hdr a {
    display: inline-block;
    font-size: 100%;
    color: #303030;
    margin: 0 10px 0 0;
    vertical-align: top;
}

.contct-hdr a:last-child {
    margin-right: 0;
}

.contct-hdr a i img {
    width: 20px;
    margin-right: 1px;
}

.contact_sub_menu {
    background: #e55a2f;
    width: 165px;
    position: absolute;
    top: -6px;
    right: 88px;
    z-index: 9999;
    box-shadow: 0 7px 13px -2px rgba(0, 0, 0, 0.2);
    transform: translateX(20px);
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    opacity: 0;
    pointer-events: none;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}

.contct-hdr a:hover+.contact_sub_menu,
.contct-hdr a:focus+.contact_sub_menu,
.contact_sub_menu:hover,
.contact_sub_menu.is_hover {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    opacity: 1;
    pointer-events: all;
}

.contact_sub_menu:after {
    content: '';
    position: absolute;
    top: 10px;
    right: -5px;
    width: 12px;
    height: 12px;
    background: #e55a2f;
    transform: rotate( 45deg);
    z-index: -1;
    -webkit-transform: rotate( 45deg);
    -moz-transform: rotate( 45deg);
    -ms-transform: rotate( 45deg);
    -o-transform: rotate( 45deg);
}

.contact_sub_menu:before {
    content: '';
    position: absolute;
    top: 0;
    right: -28px;
    width: 36px;
    height: 100%;
    background: transparent;
}

.contact_sub_menu li a {
    padding: 2px 10px;
    background: transparent;
    color: #000000;
    display: block;
    font-weight: normal;
    font-size: 15px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.contact_sub_menu li a:hover {
    background: #e8fccb;
}

.social-links-hldr {
    display: flex;
    align-items: center;
}

.social-links-hldr li {
    margin-right: 15px;
}

.social-links-hldr li:last-child {
    margin-right: 0px;
}

.social-links-hldr li a {
    display: inline-block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 24px;
    color: #303030;
    border: 1px solid #303030;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.social-links-hldr li a:hover {
    background: #303030;
    color: #fff;
}

.header-bottom {
    background: #e55a2f;
    height: 55px;
}

.hdr-btm-hldr {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

nav ul {
    display: flex;
    align-items: center;
}

nav ul li {
    position: relative;
}

nav ul li a {
    padding: 15px 15px;
    font-size: 105%;
    color: #fff;
    display: inline-block;
    font-weight: 400;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    position: relative;
}

nav ul li:last-child a {
    padding-right: 0;
}

nav ul li a:hover,
nav ul li a.active {
    color: #292759;
}

nav ul li a.active {
    font-weight: 600;
}

nav ul li.has-submenu a:after {
    content: '\f2f9';
    font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
    position: absolute;
    top: 19px;
    right: 0;
    font-size: 18px;
    color: #fff;
}

nav ul li a.home {
    display: inline-block;
}

.quick-links a {
    font-size: 14px;
    color: #000;
    font-weight: 500;
    display: inline-block;
    padding: 15.5px 13px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    border-left: 1px solid #87c13d;
}

.quick-links a>i {
    font-size: 22px;
    margin-right: 5px;
    vertical-align: middle;
}

.quick-links a:hover {
    background: #e8fccb;
    border-color: #e8fccb;
}

.quick-links a i {
    font-size: 20px;
    vertical-align: middle;
}

.quick-links a i.zmdi-lamp {
    transform: rotate(179deg);
    -webkit-transform: rotate(179deg);
    -moz-transform: rotate(179deg);
    -ms-transform: rotate(179deg);
    -o-transform: rotate(179deg);
    position: relative;
    top: -6px;
}

.quick-links a i.zmdi-chevron-down {
    width: 20px;
    height: 20px;
    background: #87c13d;
    color: #fff;
    text-align: center;
    margin-left: 5px;
    border-radius: 50%;
    line-height: 21px;
}

.sub_menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 220px;
    background: #f77952;
    display: block;
    z-index: 9;
    box-shadow: 4px 6px 11px -6px rgb(0 0 0 / 50%);
    transform: translateY(50px);
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    pointer-events: none;
    opacity: 0;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
}

.sub_menu .sub_menu {
    position: absolute;
    left: 100%;
    margin: 0 !important;
    top: 0;
}

.sub_menu.lvl2 {
    top: 0;
    left: 220px;
}

.sub_menu li a {
    width: 100%;
    display: block;
}

.sub_menu li a:after {
    display: none;
}

.sub_menu li a {
    padding: 6px 15px 6px 12px;
    font-size: 15px;
    line-height: 20px;
}

.sub_menu li a:hover {
    background: #fff;
}

nav ul li.has-submenu a:hover+.sub_menu,
.sub_menu:hover {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    opacity: 1;
    pointer-events: all;
}

.sub_menu .has-submenu>a {
    position: relative;
    display: block;
}

.sub_menu .has-submenu>a:before {
    content: '\f2fb';
    font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
    position: absolute;
    right: 5px;
    top: 4px;
    font-size: 20px;
    color: #fff;
}

.quick-links {
    position: relative;
}

.quick-links-wrap {
    width: 220px;
    height: auto;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 99;
    background: #fff;
    padding: 10px;
    box-shadow: 0 8px 7px -2px rgb(0 0 0 / 20%);
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    opacity: 0;
    pointer-events: none;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.quick-links-wrap:before {
    content: '';
    position: absolute;
    top: -5px;
    right: 38px;
    width: 17px;
    height: 17px;
    background: #fff;
    transform: rotate( 45deg);
}

.quick-link-list li:first-child {
    font-size: 17px;
    font-weight: 500;
    color: #000;
    margin: 0 0 8px 0;
}

.quick-link-list {
    margin: 0 0 15px 0;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 10px;
}

.quick-link-list li a {
    font-size: 15px;
    color: #000;
    font-weight: normal;
    margin: 0 0 5px 0;
    display: inline-block;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    padding: 0;
    border-left: none;
}

.quick-link-list li a:hover {
    color: #83c035;
    background: transparent;
}

.quick-link-list li:last-child a {
    margin-bottom: 0;
}

.portal-list li a {
    color: #000;
    display: flex;
    width: 100%;
    padding: 2px 5px;
    transition: 0.3s;
    -webkit-transition: 0;
    -moz-transition: 0;
    -ms-transition: 0;
    -o-transition: 0;
    background: #f2f2f2;
    margin: 0 0 5px 0;
    font-size: 14px;
    font-weight: normal;
    align-items: center;
}

.portal-list li a i {
    margin-right: 7px;
}

.portal-list li a:hover {
    background: #518edc;
    color: #fff;
}

.quick-links>a:hover+.quick-links-wrap,
.quick-links-wrap:hover {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    opacity: 1;
    pointer-events: all;
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    transition: 0.7s;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -ms-transition: 0.7s;
    -o-transition: 0.7s;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}

.site-header.sticky {
    transform: translateY(-15px);
    box-shadow: 0 0 21px 2px rgb(0 0 0 / 30%);
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
}


/* ===================
end header
================== */


/* =======================
banner section
================== */

.hero-section {
    background: #e8e8e8;
    margin-top: 175px;
    padding: 0;
    position: relative;
}

.hero-cont {
    position: absolute;
    width: 100%;
    max-width: 1140px;
    left: 50%;
    top: 53%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.hero-section .item {
    height: 60vh;
}

.hero-section .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* .hero-cont h1 {
font-size: 45px;
font-weight: 800;
color: #fff;
margin: 0;
font-family: 'Lato', sans-serif;
text-transform: capitalize;
text-shadow: 0 7px 7px #000000c7;
transition: 1.8s ease-in-out;
transform: translateY(300px);
-webkit-transform: translateY(300px);
-moz-transform: translateY(300px);
-ms-transform: translateY(300px);
-o-transform: translateY(300px);
opacity: 0;
-webkit-transition: 1.8s ease-in-out;
-moz-transition: 1.8s ease-in-out;
-ms-transition: 1.8s ease-in-out;
-o-transition: 1.8s ease-in-out;
}

.hero-slider .owl-item.active .hero-cont h1 {
transform: translateY(0px);
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-ms-transform: translateY(0px);
-o-transform: translateY(0px);
opacity: 1;
} */

.hero-cont h2 {
    font-size: 45px;
    font-weight: 800;
    color: #fff;
    margin: 0;
    font-family: 'Lato', sans-serif;
    text-transform: capitalize;
    text-shadow: 0 7px 7px #000000c7;
    transition: 1.8s ease-in-out;
    transform: translateX(-300px);
    -webkit-transform: translateX(-300px);
    -moz-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    -o-transform: translateX(-300px);
    opacity: 0;
    -webkit-transition: 1.8s ease-in-out;
    -moz-transition: 1.8s ease-in-out;
    -ms-transition: 1.8s ease-in-out;
    -o-transition: 1.8s ease-in-out;
    background: linear-gradient(103deg, #292759db, transparent 65%);
    text-align: left;
    padding: 20px;
    position: relative;
}

.hero-cont h2:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 0%;
    background: #f8d937;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition-delay: 1.5s;
}

.hero-slider .owl-item.active .hero-cont h2 {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    opacity: 1;
}

.hero-slider .owl-item.active .hero-cont h2:before {
    height: 100%;
}


/* .hero-section .item::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 50px;
background: rgba(0, 0, 0, 0.5);
z-index: 1;
} */

.banner-buttns-hldr {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    /* max-width: 1170px; */
    padding: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 12;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background: rgba(0, 0, 0, 0.2);
}

.bnr-btn {
    display: inline-block;
    padding: 7px 15px;
    font-size: 15px;
    color: #000;
    border: 1px solid rgb(185, 185, 185);
    margin: 5px;
    position: relative;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 3px;
    font-weight: 500;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
}

.bnr-btn:hover {
    background: transparent;
    border-color: #87c13d;
}

.hero-slider .owl-dots {
    position: absolute;
    left: 50%;
    bottom: 15px;
    transform: translateX(-50%);
    z-index: 12;
    width: 100%;
    max-width: 1068px;
    display: flex;
    justify-content: center;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.hero-slider .owl-dots button {
    position: relative;
    z-index: 99;
    line-height: 20px;
    margin: 0 3px;
}

.hero-slider .owl-dots button span {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px solid #fff;
    background: transparent;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.hero-slider .owl-dots button.active span {
    background: #5a75ff;
    border-color: #5a75ff;
}

.after-ban-slider-section {
    padding: 10px 40px 10px 130px;
    bottom: 0;
    position: relative;
    z-index: 99;
    background: #292759;
    height: 50px;
    overflow: hidden;
    border-top: 5px solid #e55a2f;
}

.after-ban-slider-section label {
    display: inline-block;
    background: #e55a2f;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 12;
    width: 285px;
    height: 100%;
    padding-left: 75px;
    color: #fff;
    font-size: 135%;
    padding-top: 4px;
}

.after-ban-slider-section label span {
    display: inline-block;
    margin-right: 8px;
    margin-top: -5px;
}

.after-ban-slider-section label span img {
    max-width: 45px;
}

.after-ban-slider-section p {
    margin: 0 10px 0 0;
    display: inline-block;
    font-size: 100%;
    color: #fff;
}

.after-ban-slider-section p a {
    color: #f8d937;
}

.after-ban-slider-section p a:hover {
    color: #f89a37;
}


/* ==============
end banner section
======================= */

.notice-asoide {
    background: #292759;
    overflow: hidden;
    height: 482px;
    position: relative;
}

.notice-asoide h2 {
    font-size: 165%;
    margin: 0;
    font-weight: 600;
    color: #fff;
    background: #e55a2f;
    text-align: center;
    padding: 12px 20px;
}

.notice-asoide h2 .icon {
    vertical-align: bottom;
    display: inline-block;
    margin-right: 10px;
}

.notic-list-holder {
    position: absolute;
    height: 100%;
    width: 100%;
    overflow: hidden;
    padding-top: 105px;
}

.notic-list {
    padding: 25px 25px 0px 35px;
    list-style: disc;
    color: #fff;
}

.notic-list li {
    margin: 0 0 15px 0;
}

.notic-list li strong {
    display: block;
    margin-bottom: 5px;
}

.notic-list li p {
    color: #fff;
    font-size: 102%;
    line-height: 22px;
    margin: 0;
}

.notic-list li p a {
    display: inline-block;
    font-size: 102%;
    color: #e55a2f;
    font-weight: 600;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.notic-list li p a:hover {
    text-decoration: underline;
}


/* ================
end chancellor section
================== */


/* ============
    start about section
================= */

.about-sec {
    background: #f4f4f4;
}


/* ============
    end about section
================= */


/* ==================
start about sec 
===============*/

.title {
    font-size: 210%;
    color: #2a2659;
    line-height: 34px;
    position: relative;
    margin: 0 0 30px 0;
    text-align: left;
    font-weight: normal;
}

.title span {
    font-weight: bold;
    display: inline-block;
}

.about-left-hldr {
    padding-right: 40px;
}

.about-left-hldr p {
    font-size: 92%;
    line-height: 26px;
    margin: 0 0 20px 0;
    text-align: justify;
}

.about-left-hldr p:last-child {
    margin-bottom: 0;
}

.about-content-wrpr figure {
    height: 220px;
    margin: 0 0 25px 0;
}

.about-content-wrpr figure img {
    width: 100%;
    height: 100%;
}

.about-content-wrpr blockquote p {
    color: #000;
    font-size: 16px;
    line-height: 25px;
    margin: 0;
}

.about-ancher {
    display: table;
    margin: 25px auto 0;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 25px;
    background: #343434;
    color: #fff;
    line-height: 40px;
    border-radius: 50%;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    position: relative;
    left: 0;
}

.about-ancher:hover {
    color: #fff;
    left: 8px;
}

.admisn-wrpr {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
    border-left: 1px solid #e0e1de;
}

.admisn-box {
    width: 31%;
    margin: 5px;
}

.admisn-box figure {
    height: 195px;
    overflow: hidden;
    position: relative;
    margin: 0;
}

.admisn-box figure img {
    width: 100%;
    height: 100%;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.admisn-box:hover figure img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.admisn-box figure .figr-footr {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 8px 20px;
    background: rgba(136, 159, 105, 0.8);
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.admisn-box figure .figr-footr .icon {
    margin-right: 11px;
    display: inline-block;
}

.admisn-box figure .figr-footr img {
    width: auto;
}

.admisn-box figure blockquote {
    position: absolute;
    top: 0;
    background: #ececec;
    width: 100%;
    height: 100%;
    padding: 10px;
    text-align: center;
    font-size: 15px;
    line-height: 25px;
    display: flex;
    align-items: center;
    font-weight: 500;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    color: #575757;
}

.admisn-box figure blockquote p {
    margin: 0;
}

.admisn-box:hover figure blockquote {
    background: #94aa81;
    color: #fff;
}

.admisn-box figure a {
    display: block;
    width: 100%;
    height: 100%;
    color: #000;
}


/* ======================
end about section
===================== */


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

.footer-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.footer-top-box.footer-top-box1 {
    width: 70%;
}

.footer-top-box.footer-top-box5 {
    width: 30%;
}

.footer-top-hldr {
    background: #0d151d;
    padding: 40px 0 30px;
}

.footer-top-hldr h4.title-h4 {
    color: #fff;
    margin: 0 0 15px;
    font-size: 110%;
    line-height: 30px;
    text-align: left;
}

.footer-box-list ul li {
    margin: 0 0 8px;
}

.footer-box-list ul li a {
    color: #dcdcdc;
    font-size: 92%;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.footer-box-list ul li a strong {
    color: #fff;
}

h3.titleh3 {
    color: #fff;
}

.contact-hd a {
    color: #fff;
    margin: 0 0 10px 0;
    display: inline-block;
}

.contact-hd a:last-child {
    margin-bottom: 0;
}

.contact-hd {
    display: block;
    color: #a7bdd3;
    margin-bottom: 10px;
}

.contact-hd em.epx {
    color: #fff;
    font-style: normal;
    margin-left: 5px;
}

.contact-hd.epaxbxhldr {
    display: flex;
}

h3.titleh3 {
    font-size: 24px;
    font-weight: 200;
    margin: 0 0 40px;
}

h3.titleh3 a {
    color: #fff;
}

.footer-top-box form {
    margin: 0 0 20px;
}

.footer-top-hldr .form-group {
    display: flex;
    width: 100%;
}

.footer-top-hldr .form-group input[type="email"] {
    width: 80%;
    background: #ddedff;
    padding: 8px 40px 8px 20px;
    font-weight: normal;
    color: #000;
    border: 1px solid transparent;
    border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -ms-border-radius: 10px 10px 10px 10px;
    -o-border-radius: 10px 10px 10px 10px;
}

.footer-top-hldr .form-group input[type="email"]:focus {
    outline: none;
}

.footer-top-hldr .form-group input[type="submit"] {
    background: #1a87ea url(../images/arrow-right.png) no-repeat;
    background-size: 13px;
    background-position: center;
    border: none;
    color: #fff;
    font-weight: 400;
    font-size: 32px;
    width: 40px;
    transition: 0.5s;
    border-radius: 10px;
    transform: translateX(-30px);
    padding-top: 15px;
    padding-right: 25px;
    padding-bottom: 0px;
    padding-left: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.footer-top-hldr .form-group input::-webkit-input-placeholder {
    /* Edge */
    color: #000;
}

.footer-top-hldr .form-group input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000;
}

.footer-top-hldr .form-group input::placeholder {
    color: #000;
}

.footer-top-hldr .form-group input[type="submit"]:hover {
    background: #2466ff url(../images/arrow-right.png) no-repeat;
    background-size: 13px;
    background-position: center;
}

.contact-details {
    margin: 0 0 40px;
}

.social-hldr ul {
    display: flex;
    width: 50%;
    justify-content: space-between;
    align-items: center;
}

.social-hldr ul li a {
    color: #fff;
    font-size: 26px;
    width: 40px;
    height: 40px;
    display: inline-block;
    line-height: 42px;
    text-align: center;
    border-radius: 100%;
    margin-right: 10px;
    position: relative;
    left: 0;
    background: #095daa;
}

.social-hldr ul li a i {
    transition: 0.5s;
}

.social-hldr ul li a:hover {
    background: #a7bdd32a;
}

.social-hldr ul li a:hover i {
    transform: scale(0.8);
}

.footer-bottom-txts address {
    margin-bottom: 0;
    color: #808080;
    font-size: 16px;
    width: 100%;
}

.footer-bottom-hldr {
    background: #111c26;
    padding: 15px 0;
}

.footer-botoom {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.footer-logo figure {
    margin: 0;
}

.footer-logo {
    padding-right: 20px;
    border-right: 1px solid #808080;
    margin-right: 20px;
}

.footer-top a:hover {
    color: #e55a2f;
}

h3.titleh3 figure {
    display: inline-block;
    margin: 0;
    margin-left: 10px;
}

h3.titleh3 figure img {
    max-width: 30px;
}

.contact-hd a:hover {
    color: #a7bdd3;
}

.footer-linklist {
    display: flex;
    flex-wrap: wrap;
}

.footer-linklist li {
    width: 30%;
}


/******************************
ku highlights down hldr
*********************************/

.ku-highlights-down-hldr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ku-highlights-down-box {
    width: 24%;
    background: #d4f0f1;
    height: 260px;
}

.ku-highlights-down-hd {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #5dbdd6;
    border-left: 10px solid #4a96ad;
    padding: 0 10px;
    color: #fff;
}

.ku-highlights-down-hd figure {
    margin: 0;
}

h5.title5 {
    font-size: 18px;
    padding: 15px 0;
}

.ku-highlights-down-hd figure img {
    max-width: 30px;
}

.ku-highlights-down-contents ul {
    padding: 20px 20px 20px 45px;
    list-style: disc;
}

.ku-highlights-down-contents ul li {
    margin: 0 0 4px;
}

.ku-highlights-down-contents ul li a {
    color: #000;
}

.ku-highlights-down-box:nth-child(2) {
    background: #e4f5cb;
}

.ku-highlights-down-box:nth-child(2) .ku-highlights-down-hd {
    background: #8faf63;
    border-left: 10px solid #728c4f;
}

.ku-highlights-down-box:nth-child(3) {
    background: #d6eff6;
}

.ku-highlights-down-box:nth-child(3) .ku-highlights-down-hd {
    background: #5dbdd6;
    border-left: 10px solid #4a96ad;
}

.ku-highlights-down-box:nth-child(4) {
    background: #e4f5cb;
}

.ku-highlights-down-box:nth-child(4) .ku-highlights-down-hd {
    background: #8faf63;
    border-left: 10px solid #728c4f;
}

.ku-highlights-imgs-hldr {
    text-align: center;
}

.ku-highlights-imgs-hldr {
    padding: 20px 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ku-highlights-imgs-hldr span {
    display: inline-block;
    width: 49%;
}

.ku-highlights-imgs-hldr span img {
    width: 100%;
}

.ku-highlights-imgs-hldr blockquote {
    width: 100%;
    margin-top: 20px;
}


/* *********************************
ku highligts
************************************* */

.ku-highligts-sec {
    background: #f7f9ff;
}

.ku-highligts-hldr {
    display: flex;
    justify-content: space-between;
}

.ku-highlights-left {
    width: 30%;
    padding: 0 15px;
    border-right: 1px solid #cecece;
    text-align: right;
}

.ku-highlights-midd {
    padding: 0 15px;
    width: 36%;
    height: 450px;
}

.ku-highlights-midd p {
    text-align: justify;
}

#cattabcattab1 p {
    margin-bottom: 5px;
}

#cattabcattab1 p:last-child {
    margin: 0;
}

.ku-highlights-rigt {
    width: 34%;
    padding: 0 15px;
    border: 8px solid #e1e1e1;
}

h2.title-h2 {
    color: #353535;
    font-size: 39px;
    line-height: 44px;
    margin: 0 0 20px;
    font-weight: 400;
}

h2.title-h2 strong {
    color: #353535;
    font-weight: 700
}

.ku-highlights-left blockquote {
    margin: 0 0 30px;
}

.ku-highlights-left blockquote p {
    margin: 0;
}

.ku-highlights-left ul li {
    margin: 0 0 20px;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    /* z-index: 1234; */
}

.ku-highlights-left ul li:last-child {
    margin: 0;
}

.ku-highlights-left ul li a {
    display: inline-block;
    color: #7e7e7e;
}

.ku-highlights-left ul li a::after {
    content: "\f2fb";
    position: relative;
    font-family: "Material-Design-Iconic-Font";
    margin-left: 14px;
    color: #7e7e7e;
    font-size: 25px;
    vertical-align: middle;
}

.ku-highlights-left ul li a.active {
    color: #353535;
}

.ku-highlights-left ul li a.active::after {
    color: #2cc5ef;
}

.ku-tab-contents figure {
    margin: 0 0 25px;
}

.ku-tab-contents figure img {
    width: 100%;
}

.ku-buzz-hldr ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ku-buzz-hldr ul li {
    flex: 1 1 30%;
    text-align: center;
}

.ku-buzz-hldr ul li figure {
    margin-bottom: 15px;
}

.ku-buzz-hldr ul li .txt {
    color: #828282;
}

.ku-buzz-hldr ul li:first-child img {
    width: 53px;
}

.ku-buzz-hldr ul li img {
    width: 40px;
}

.ku-buzz-hldr ul li .txt strong {
    font-size: 26px;
    color: #000;
    display: block;
}

.ku-buzz-hldr figure {
    margin: 0 0 25px;
}

.ku-buzz-hldr ul li figure img {
    max-height: 40px;
}

.ku-buzz-hldr .ku-tab-img figure img {
    width: 100%;
}

h3.title3 {
    display: table;
    font-weight: 600;
    font-size: 23px;
    margin: -27px auto 0;
    padding: 10px;
    background: #f7f9ff;
}

.ku-buzz-hldr blockquote {
    margin: 0 0 40px;
}


/* **********************************

***************************** */

.know-about-kalyani-hldr {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    border: 5px solid #e1e1e1;
}

.kalyani-about-left-hldr {
    width: 46%;
    height: 400px;
}

.kalyani-left-slider,
.kalyani-left-slider .owl-stage-outer,
.kalyani-left-slider .owl-stage,
.kalyani-left-slider .owl-item {
    height: 100%;
}

.kalyani-about-right-hldr {
    width: 51%;
    position: relative;
}

.kalyani-about-right-hldr .title {
    display: table;
    margin: 0 auto 20px;
}

.kalyani-about-right-hldr .item {
    display: flex !important;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 0 25px;
}

.kalyani-about-right-hldr .item .date-field {
    background: #5dbdd6;
    color: #fff;
    padding: 6px 0px;
    display: inline-block;
    text-align: center;
    width: 13%;
    line-height: 20px;
}

.kalyani-right-contents {
    width: 84%;
}

.kalyani-right-contents .hed {
    margin: 0 0 10px;
    display: block;
    font-weight: 700;
    color: #353535;
    line-height: 20px;
}

.kalyani-right-contents blockquote {
    margin: 0;
    line-height: 22px;
    color: #686868;
}

.arrow_prev,
.arrow_next {
    position: absolute;
    right: 0;
    top: -10px;
    background: #2f2f2f;
    color: #fff;
    width: 20px;
    height: 20px;
    line-height: 22px;
    border-radius: 100%;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    transition: 0.5s;
    font-size: 18px;
}

.arrow_prev {
    right: 25px;
}

.arrow_prev:hover,
.arrow_next:hover {
    background: #292759;
}

.kalyani-left-slider .owl-dots {
    display: none;
}

.kalyani-left-slider .owl-nav {
    display: flex !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    justify-content: space-between;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.kalyani-left-slider .owl-nav button.owl-prev {
    margin-left: -10px;
}

.kalyani-left-slider .owl-nav button.owl-next {
    margin-right: -10px;
}

.kalyani-left-slider .owl-nav button span {
    display: inline-block;
    font-size: 42px;
    width: 40px;
    height: 40px;
    background: #ffffffad;
    color: #e55a2f;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 0 10px 0px rgb(0 0 0 / 50%);
}

.kalyani-about-left-hldr figure {
    margin: 0;
    height: 100%;
    position: relative;
}

.kalyani-about-left-hldr figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    background: rgba(0, 0, 0, 0.5);
}

.kalyani-about-left-hldr .item,
.kalyani-about-left-hldr .item img {
    height: 100%;
    object-fit: cover;
}

.kalyani-about-left-hldr .item img {
    height: 100%;
    object-fit: cover;
}

.kalyani-about-left-hldr .item img {
    height: 100%;
    object-fit: cover;
}

.know-about-kalyani {
    padding-top: 30px;
}

.download-app {
    display: inline-block;
    background: #0f2d51;
    padding: 5px 12px;
    border-radius: 15px;
    font-weight: 400;
    font-size: 17px;
    text-align: left;
}

.download-app span {
    margin-left: 8px;
    display: inline-block;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}

.download-app span img {
    max-width: 30px;
}

.download-app:hover span {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
}

div,
.fontSize,
h4,
p,
blockquote,
img,
span,
em,
strong {
    font-size: 100%;
}

.locateus-tab-hldr .map-hldr {
    height: 355px;
    background: rgb(238, 238, 238);
}

.locateus-tab-hldr .map-hldr iframe {
    width: 100%;
    height: 100%;
}

.locateus-tab-hldr .address-hldr {
    padding: 10px;
    margin: 13px 0 0 0;
    background: #eef1f4;
}

.address-hldr address {
    margin: 0 0 8px 0;
}

.address-hldr address,
.address-hldr a {
    display: flex;
    align-items: flex-start;
    font-size: 16px;
    color: #000;
}

.address-hldr address i,
.address-hldr a i {
    font-size: 25px;
    color: #e55a2f;
    margin-right: 7px;
    display: inline-block;
}

.address-hldr a i {
    font-size: 22px;
}

.ku-buzz-hldr img {
    width: 100%;
}

.student-life-img-wrpr {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 21px 0 0 0;
}

.student-life-img-wrpr li {
    width: 100%;
    overflow: hidden;
    display: flex;
}


/* .student-life-img-wrpr li:first-child {
transform: translateY(-10px);
-webkit-transform: translateY(-10px);
-moz-transform: translateY(-10px);
-ms-transform: translateY(-10px);
-o-transform: translateY(-10px);
} */

.student-life-img-wrpr li figure {
    height: 135px;
    margin: 3px;
    overflow: hidden;
    background: rgb(235, 235, 235);
    position: relative;
}

.student-life-img-wrpr li figure:last-child {
    margin-bottom: 0;
}

.student-life-img-wrpr li figure img {
    width: 100%;
    height: 100%;
}

.student-life-img-wrpr li figure span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    width: 25px;
    height: 25px;
    text-align: center;
    font-size: 25px;
    color: #fff;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    opacity: 0;
}

.student-life-img-wrpr li figure:hover span {
    opacity: 1;
}

.lft-social-ul {
    position: fixed;
    z-index: 999;
    top: 40vh;
    left: 0;
    display: none;
}

.lft-social-ul li {
    display: flex;
    align-items: center;
    height: 43px;
    line-height: 35px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.lft-social-ul li.scrn-phn {
    transform: translateX(-122px);
    -webkit-transform: translateX(-122px);
    -moz-transform: translateX(-122px);
    -ms-transform: translateX(-122px);
    -o-transform: translateX(-122px);
    width: 168px;
}

.lft-social-ul li.scrn-scial-links {
    transform: translateX(-103px);
    -webkit-transform: translateX(-103px);
    -moz-transform: translateX(-103px);
    -ms-transform: translateX(-103px);
    -o-transform: translateX(-103px);
    width: 150px;
}

.lft-social-ul li.scrn-mail {
    transform: translateX(-222px);
    -webkit-transform: translateX(-222px);
    -moz-transform: translateX(-222px);
    -ms-transform: translateX(-222px);
    -o-transform: translateX(-222px);
    width: 265px;
}

.lft-social-ul li:hover {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
}

.lft-social-ul li:hover i {
    border: transparent;
}

.lft-social-ul li.scrn-scial-links p {
    padding-top: 7px;
}

.lft-social-ul li.scrn-scial-links:hover p+i {
    font-size: 23px;
}

.lft-social-ul li a {
    display: flex;
    align-items: center;
    color: #000;
    font-size: 14px;
    background: #e55a2f;
    padding-left: 10px;
}

.lft-social-ul li i {
    font-size: 22px;
    background: #000;
    display: inline-block;
    padding: 10px 12px;
    color: #4d7b12;
    background: #e8fccb;
    margin-left: 10px;
    cursor: pointer;
    border-bottom: 1px solid #e55a2f
}

.lft-social-ul li:last-child i {
    border-bottom: 1px solid transparent;
}

.lft-social-ul li p {
    display: flex;
    align-items: center;
    margin: 0;
    background: #e55a2f;
    padding: 6px 10px 6px 0;
}

.lft-social-ul li p a {
    height: 30px;
    text-align: center;
    padding: 0;
}

.lft-social-ul li p a i {
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.lft-social-ul li p a:hover i {
    color: #5e9f0a;
}

.lft-social-ul li p+i {
    margin-left: 0;
}

.lft-social-ul li p a i {
    padding: 0;
    font-size: 24px;
    background: transparent;
    margin: 0 8px;
    border: none;
}

.lft-social-ul li p a:last-child i {
    margin-right: 0;
}

.ftr-logo-addrss-hldr {
    display: flex;
    align-items: center;
    width: 42%;
}

.copy-right-hldr {
    width: 30%;
}

.copy-right-hldr p {
    color: #dcdcdc;
    margin: 0;
    font-size: 15px;
}


/*======START MOBILE MENU SECTION=======*/

.mobileMenuSection {
    display: none;
}

.mobilemenuBtn {
    display: none;
}

.mobilemenuBtn span {
    background: #fff;
    display: block;
    width: 25px;
    height: 2px;
    margin: 0 0 5px 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

.mobilemenuBtn span:last-child {
    margin: 0;
}

.mm-opened .mobilemenuBtn span:first-child {
    transform: rotate(45deg) translate(4px, 6px);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transform: rotate(45deg) translate(4px, 6px);
    -moz-transform: rotate(45deg) translate(4px, 6px);
    -ms-transform: rotate(45deg) translate(4px, 6px);
    -o-transform: rotate(45deg) translate(4px, 6px);
}

.mm-opened .mobilemenuBtn span:last-child {
    transform: rotate(-45deg) translate(4px, -6px);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transform: rotate(-45deg) translate(4px, -6px);
    -moz-transform: rotate(-45deg) translate(4px, -6px);
    -ms-transform: rotate(-45deg) translate(4px, -6px);
    -o-transform: rotate(-45deg) translate(4px, -6px);
}

.mm-opened .mobilemenuBtn span:nth-child(2) {
    opacity: 0;
}

.mm-panel.mm-hasnavbar .mm-navbar {
    background: #e55a2f;
    box-shadow: 0 2px 19px -2px rgba(0, 0, 0, 0.4);
}

.mm-navbar .mm-title {
    font-size: 18px;
    line-height: 24px;
    color: #fff !important;
}

.mm-listview>li>a,
.mm-listview>li>span {
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    color: #202124;
}

.mm-listview>li>a:hover,
.mm-listview>li.active>a {
    color: #000;
}

.mm-listview>li:not(.mm-divider):after {
    left: 0;
}

.mm-menu .mm-listview>li .mm-next:after {
    border-color: rgb(0, 0, 0);
}

.mm-menu .mm-btn:after,
.mm-menu .mm-btn:before {
    border-color: rgb(243, 243, 243);
}

.mmenu-open-fade .mobileMenuSection {
    display: none;
}

.mmenu-open-fade .mobileMenuSection {
    display: none;
}


/*=======END MOBILE MENU SECTION=======*/


/* start about page */

.hero-section.innerbanner-sec {
    position: relative;
    overflow: hidden;
}

.hero-section.innerbanner-sec:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
}

.hero-section.innerbanner-sec img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-section.innerbanner-sec .innerbanner {
    height: 230px;
}

.inner-banner-content-wrpr {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 1140px;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    z-index: 1;
}

.inner-banner-content-wrpr h1 {
    color: #fff;
    font-size: 220%;
    font-weight: bold;
}

.inner-banner-content-wrpr span {
    display: block;
    font-size: 25px;
}

.breadcm-sec {
    background: #f6eeee;
    padding: 10px 0;
}

.brdcm-ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.brdcm-ul li {
    position: relative;
    margin: 0 20px 0 0;
}

.brdcm-ul li:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -13px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: #707070;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.brdcm-ul li:last-child {
    margin: 0;
}

.brdcm-ul li:last-child:after {
    display: none;
}

.brdcm-ul li,
.brdcm-ul li a {
    font-size: 15px;
    color: #000;
}

.brdcm-ul li {
    color: #292759;
}

.brdcm-ul li a.bread-active {
    color: #e55a2f;
}

.about-conntnt-hldr {
    margin: 0 0 25px 0;
}

.ableft-img-hldr {
    width: 550px;
    height: 380px;
    overflow: hidden;
    margin: 0 40px 10px 0;
    float: left;
    position: relative;
}

.ableft-img-hldr figure {
    margin: 0;
}

.ableft-img-hldr:after {
    content: '';
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 92%;
    height: 87%;
    border: 1px solid #fff;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    background: transparent;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    box-shadow: 0 0 0px 0px rgba(0, 0, 0, 0.0);
}

.ableft-img-hldr img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
}

.about-conntnt-hldr p {
    font-size: 15px;
    margin: 0;
}

.ableft-img-hldr.right-show {
    float: right;
    margin: 0 0 10px 40px;
}

.ableft-img-hldr.right-show:after {
    top: 50%;
    height: 90%;
}

.about-conntnt-hldr:hover .ableft-img-hldr img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.about-conntnt-hldr:hover .ableft-img-hldr:after {
    border: 1px solid transparent;
    box-shadow: 0 0 10px -1px rgba(0, 0, 0, 0.2);
}

.about-year-wrpr {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    min-height: 550px;
    padding: 75px 0 0 0;
}

.year-box-hldr {
    margin-right: 30px;
    position: relative;
}

.year-box-hldr:last-child {
    margin-right: 0;
}

.year-box-hldr blockquote {
    width: 335px;
    position: absolute;
    top: 198px;
    left: -80px;
    font-size: 14px;
    background: #fff;
    border-left: 4px solid #e0e0e0;
    padding-left: 10px;
    z-index: 1;
    transition: 0.5s;
    opacity: 0;
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
}

.year-box-hldr blockquote:before {
    content: '';
    position: absolute;
    top: -103px;
    left: 125px;
    width: 2px;
    height: 88px;
    border-left: 2px dashed #989898;
    transition: 0.5s;
}

.year-box-hldr blockquote:after {
    content: '';
    position: absolute;
    top: -13px;
    left: 122px;
    width: 8px;
    height: 8px;
    background: #606060;
    border-radius: 50%;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.year-box-hldr:hover blockquote {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
}

.year-box-hldr:nth-child(3) blockquote {
    left: -118px;
}

.year-box-hldr:nth-child(3) blockquote:before {
    top: -107px;
}

.year-box-hldr:nth-child(4) blockquote {
    left: -118px;
}

.year-box-hldr:nth-child(5) blockquote,
.year-box-hldr:nth-child(6) blockquote {
    left: -160px;
}

.year-box-hldr:nth-child(7) blockquote {
    left: -190px;
}

.year-box-hldr:nth-child(2n) {
    transform: translate(-19px, 63px);
}

.year-box-hldr .year {
    width: 95px;
    height: 95px;
    background: #BC5DD1;
    padding: 4px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    font-size: 23px;
    font-weight: 600;
    color: #fff;
    position: relative;
    text-align: center;
}

.year-box-hldr .year:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 145px;
    height: 145px;
    background: url(../images/1brdr.png) no-repeat;
    background-size: 100%;
    transform: translate(-25px, -25px);
}

.year-box-hldr:nth-child(2) .year:before {
    background: url(../images/2brdr.png) no-repeat;
    background-size: 100%;
    background-position: bottom;
}

.year-box-hldr:nth-child(3) .year:before {
    background: url(../images/3brdr.png) no-repeat;
    background-size: 100%;
    transform: rotate( 0deg) translate(-25px, -24px);
    -webkit-transform: rotate( 0deg) translate(-25px, -24px);
    -moz-transform: rotate( 0deg) translate(-25px, -24px);
    -ms-transform: rotate( 0deg) translate(-25px, -24px);
    -o-transform: rotate( 0deg) translate(-25px, -24px);
}

.year-box-hldr:nth-child(4) .year:before {
    background: url(../images/4brdr.png) no-repeat;
    background-size: 100%;
    transform: translate(-25px, -25px) rotate( 0deg);
    -webkit-transform: translate(-25px, -25px) rotate( 0deg);
    -moz-transform: translate(-25px, -25px) rotate( 0deg);
    -ms-transform: translate(-25px, -25px) rotate( 0deg);
    -o-transform: translate(-25px, -25px) rotate( 0deg);
    background-position: bottom;
}

.year-box-hldr:nth-child(5) .year:before {
    background: url(../images/5brdr.png) no-repeat;
    background-size: 100%;
}

.year-box-hldr:nth-child(6) .year:before {
    background: url(../images/6brdr.png) no-repeat;
    background-size: 100%;
    background-position: bottom;
}

.year-box-hldr:nth-child(7) .year:before {
    background: url(../images/7brdr.png) no-repeat;
    background-size: 100%;
}

.year-box-hldr:nth-child(8) .year:before {
    background: url(../images/8brdr.png) no-repeat;
    background-size: 100%;
    background-position: bottom;
}

.year-box-hldr:nth-child(9) .year:before {
    background: url(../images/9brdr.png) no-repeat;
    background-size: 100%;
}

.year-box-hldr:nth-child(8) {
    transform: translate(-133px, 64px);
}

.year-box-hldr:nth-child(9) {
    transform: translate(-154px, -3px);
}


/* .year-box-hldr:nth-child(2n) .year:before {
    transform: translate(-25px, -25px) rotate( 182deg);
} */

.year-box-hldr:nth-child(2) .year {
    background: #7246CE;
}

.year-box-hldr:nth-child(3) .year {
    background: #6771D9;
    left: -39px;
    top: -4px
}

.year-box-hldr:nth-child(4) .year {
    background: #178FFF;
    left: -40px;
    display: block;
    padding: 20px 0 0 0;
    text-align: center;
}

.year-box-hldr:nth-child(4) .year span {
    font-size: 18px;
}

.year-box-hldr:nth-child(5) .year {
    background: #0096B8;
    left: -78px;
}

.year-box-hldr:nth-child(6) .year {
    background: #2BADA5;
    left: -77px;
}

.year-box-hldr:nth-child(7) .year {
    background: #3EC76C;
    left: -114px;
}

.year-box-hldr:nth-child(8) .year {
    background: #FDCB14;
}

.year-box-hldr:nth-child(9) .year {
    background: #F59822;
}

.about-yr-wprp-hldr {
    padding-left: 150px;
}


/* end about page */


/* START CHENCELLORS */

.chcelr-wrpr {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    margin: -15px;
}

.chncelr-box-hldr {
    width: 25%;
    padding: 15px;
}

.chncelr-box-hldr figure {
    width: 100%;
    height: 322px;
    overflow: hidden;
    margin: 0 0 5px 0;
}

.chncelr-box-hldr figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.chanclr-detls-hldr {
    text-align: center;
    min-height: 56px;
    background: #292759;
    padding: 5px 18px;
    color: #fff;
}

.chanclr-detls-hldr p {
    margin: 0;
    line-height: 22px;
}


/* END CHENCELLORS */


/* START HOLIDAY LIST PAGE*/

.notification-box {
    text-align: center;
    margin: 0 0 60px;
}

.notification-box h2 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
}

.notification-box a {
    display: inline-block;
    height: 42px;
    padding: 0 23px;
    line-height: 42px;
    background: #006b8f;
    color: #fff;
    font-size: 15px;
    font-style: italic;
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin-bottom: 35px;
}

.notification-box a:after {
    background: #114582;
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
    transform: translateX(-50%) translateY(-50%) rotate(-25deg);
}

.notification-box a:link:after,
.notification-box a:visited:after,
.notification-box a:link:after,
.notification-box a:visited:after {
    content: "";
    position: absolute;
    height: 0%;
    left: 50%;
    top: 50%;
    width: 150%;
    z-index: -1;
    -webkit-transition: all 0.75s ease 0s;
    -moz-transition: all 0.75s ease 0s;
    -o-transition: all 0.75s ease 0s;
    transition: all 0.75s ease 0s;
}

.notification-box a:hover:after {
    height: 450%;
}

.notification-box p strong {
    color: #0098CA;
}

.srch-hldr form .form-inline {
    display: flex;
    max-width: 300px;
}

.srch-hldr form .form-inline .form-group1 {
    width: 80%;
    line-height: 0;
}

.srch-hldr form .form-inline select {
    background: #E0E3EA url(../images/arrow-ico.png) no-repeat 17px center;
    background-size: 10px;
    border: none;
    padding: 10px;
    width: 100%;
    font-size: 15px;
    line-height: 25px;
    color: #6A6A6A;
    padding-left: 40px;
}

.srch-hldr form .form-inline select {
    -webkit-appearance: none;
}

.srch-hldr form .form-inline select:focus {
    outline: none;
}

.srch-hldr form .form-inline .form-group2 {
    width: 20%;
    line-height: 0;
}

.srch-hldr form .form-inline input[type="submit"] {
    background: #000 url(../images/search-ico.png) no-repeat center;
    background-size: 20px;
    padding: 10px;
    width: 100%;
    border: none;
    line-height: 25px;
    transition: 0.5s;
}

.srch-hldr form .form-inline input[type="submit"]:hover {
    background: #006b8f url(../images/search-ico.png) no-repeat center;
    background-size: 20px;
}

.holiday-list-table-holder table thead td {
    background: #006B8E;
    text-align: center;
    color: #fff;
    font-size: 17px;
    padding: 12px;
    width: 18%;
    vertical-align: middle;
}

.holiday-list-table-holder table td:first-child {
    width: 46%;
}

.holiday-list-table-holder table {
    caption-side: bottom;
    border-collapse: separate;
    border-spacing: 10px 3px;
}

.holiday-list-table-holder table tbody td {
    background: #0197C9;
    text-align: center;
    color: #fff;
    font-size: 17px;
    padding: 12px;
    width: 18%;
    vertical-align: middle;
}

.holiday-list-table-holder table tbody td[colspan="4"] {
    color: #000;
    background: #C9F2FF;
    padding: 14px;
}

.srch-hldr {
    margin: 0 0 15px;
}

.holiday-list-table-holder {
    margin: 0 0 60px;
}

h4.title-h4 {
    font-size: 17px;
    line-height: 22px;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
    text-align: center;
}

.notes-list ul li {
    position: relative;
    font-size: 15px;
    line-height: 25px;
    margin: 0 0 20px;
    padding-left: 25px;
}

.notes-list ul li:last-child {
    margin: 0;
}

.notes-list ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 9px;
    height: 9px;
    border-radius: 100%;
    background: #0197C9;
}

.notes-list {
    margin: 0 0 60px;
}

.after-list-rgstr {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.after-list-rgstr blockquote {
    margin: 0;
    font-size: 15px;
    line-height: 25px;
}

.after-list-rgstr span.sd-regs {
    text-align: center;
    font-size: 15px;
    line-height: 25px;
}

.universe-camps-hldr {
    text-align: center;
}


/* END HOLIDAY LIST PAGE */


/* START SERVICES AND FACILITIES PAGE */

.services-and-facilities-section .heading-part {
    text-align: center;
    margin-bottom: 50px;
}

.services-and-facilities-section .heading-part h2 {
    color: #000;
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 20px;
    font-weight: 400;
}

.services-and-facilities-section .heading-part .readmore-btn {
    width: auto;
    padding: 0 32px;
    height: 45px;
    line-height: 45px;
    font-style: normal;
    font-size: 20px;
    font-weight: 700;
}

.sf-cont-part p {
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    color: #000;
    margin-bottom: 25px;
}

.sf-cont-part p.clearfix {
    margin-bottom: 35px;
}

.sf-cont-part p img {
    float: left;
    margin-right: 28px;
}

.sf-cont-part .image-block {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -17px;
}

.sf-cont-part .image-block img {
    padding: 0 17px;
    width: 33.33%;
}

.page-cmn-heading {
    text-align: center;
    margin-bottom: 50px;
}

.page-cmn-heading h3 {
    font-size: 20px;
    line-height: 25px;
    color: #000;
    font-weight: 700;
}

.table-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.table-wrapper .table-responsive {
    width: calc(50% - 4px);
    border: 1px solid #C9F2FF;
}


/*.table-wrapper table{*/


/*    border:1px solid #C9F2FF;*/


/*}*/

.table-wrapper table td {
    position: relative;
    padding: 7px 7px 7px 45px;
    font-size: 14.5px;
    line-height: 25px;
    color: #000;
    height: 45px;
}

.table-wrapper table td:before {
    content: '';
    position: absolute;
    left: 12px;
    top: 12px;
    width: 18px;
    height: 18px;
    background: url("../images/target.png") no-repeat center;
    background-size: 18px;
}

.table-wrapper table tr:nth-child(even) td {
    background: #C9F2FF;
}

.table-wrapper .right-table table tr:nth-child(odd) td {
    background: #C9F2FF;
}

.table-wrapper .right-table table tr:nth-child(even) td {
    background: #fff;
}

.ICT-section {
    padding-bottom: 100px;
}

.ICT-section .ICT-table {
    position: relative;
}

.ICT-section .filter-holder {
    position: absolute;
    top: -75px;
    width: 100%;
}

.ICT-section .ICT-table .filter-item {
    display: inline-block;
    position: relative;
    width: 140px;
}

.ICT-section .ICT-table .filter-item:after {
    content: '\f2f9';
    position: absolute;
    top: 0;
    right: 0;
    height: 45px;
    width: 45px;
    background: #000;
    color: #fff;
    font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
    text-align: center;
    font-size: 28px;
    line-height: 45px;
    pointer-events: none;
}

.ICT-section .ICT-table .filter-by-year {
    width: 100%;
    height: 45px;
    background: #E0E3EA;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    line-height: 45px;
    border: none;
    outline: none;
    padding: 0 70px 0 25px;
}

.ICT-section .ICT-table table {
    width: 100%;
    margin: 0 -8px;
}

.ICT-section .ICT-table table th {
    height: 55px;
    background: #006B8E;
    color: #fff;
    text-align: center;
    border-top: 4px solid #fff;
    border-right: 8px solid #fff;
    border-bottom: 4px solid #fff;
    border-left: 8px solid #fff;
    font-size: 17px;
    font-weight: 500;
}

.ICT-section .ICT-table table th:nth-child(1) {
    min-width: 175px
}

.ICT-section .ICT-table table td {
    height: 55px;
    background: #0197C9;
    color: #fff;
    text-align: center;
    border-top: 4px solid #fff;
    border-right: 8px solid #fff;
    border-bottom: 4px solid #fff;
    border-left: 8px solid #fff;
    padding: 15px 30px;
    font-size: 15px;
}

.ICT-section .ICT-table table td:nth-child(2) {
    text-align: left;
}


/* END SERVICES AND FACILITIES PAGE */


/* START EXAMINATION PAGE */

.small-title {
    color: #000;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 55px;
}

.small-title a {
    color: #0197c9;
    transition: all 0.5s ease-in-out;
}

.small-title a:hover {
    color: #e55a2f;
}

.examination-section .nav-tabs {
    border: none;
    margin-bottom: 10px;
}

.examination-section .nav-tabs .nav-link { 
    border-radius: 0;
    color: rgba(255, 255, 255, 0.5);
    height: 54px;
    padding: 0 20px;
    line-height: 54px;
    width: 230px;
    border: none;
    margin: 0 20px 20px 0;
    border: 1px solid #e55a2f;
    color: #e55a2f;
}

.examination-section .nav-tabs .nav-link:hover {
    color: #fff;
}

.examination-section .nav-tabs .nav-item.show .nav-link,
.examination-section .nav-tabs .nav-link.active {
    border: none;
    background: #e55a2f;
    color: #fff;
}

.sort-by-filter-list {
    margin-left: 28px;
}

.sort-by-filter-list .sort-by-filter-lbl {
    display: inline-block;
    width: 230px;
    position: relative;
}

.sort-by-filter-list .sort-by-filter-lbl:after {
    content: '\f2f9';
    font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
    position: absolute;
    width: 45px;
    height: 100%;
    right: 0;
    top: 0;
    background: #000;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    pointer-events: none;
}

.sort-by-filter-list .sort-by-filter-lbl select {
    width: 100%;
    height: 54px;
    padding: 0 75px 0 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: #e0e3ea;
    outline: none;
    color: #6A6A6A;
}

.exm-table-holder {
    margin: 0 -6px;
}

.exm-table-holder table {
    border-collapse: separate;
    border-spacing: 6px 6px;
    width: 100%;
    font-size: 15px;
}

.exm-table-holder table td:nth-child(1) {
    border: 1px solid #0197c9;
    padding: 10px 18px 10px 55px;
    position: relative;
    color: #121C26;
    line-height: 25px;
}

.exm-table-holder table td:nth-child(1):before {
    content: '';
    position: absolute;
    left: 18px;
    height: 22px;
    width: 17px;
    background: url('../images/exam-blue.png') no-repeat center;
    top: 12px;
}

.exm-table-holder table tr:nth-child(odd) td:nth-child(1) {
    background: #0197c9;
    color: #fff;
}

.exm-table-holder table tr:nth-child(odd) td:nth-child(1):before {
    background: url('../images/exam-white.png') no-repeat center;
}

.exm-table-holder table td {
    position: relative;
    min-width: 117px;
}

.exm-table-holder table td a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #999999;
    color: #fff;
    font-style: italic;
    text-align: center;
    font-weight: 500;
    transition: all 0.5s ease-in-out;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
}

.exm-table-holder table td a:hover {
    background: #004961;
}


/* END EXAMINATION PAGE */


/* start Organization Chart*/

.vice-chncelor-hd {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 20px;
    position: relative;
    z-index: 1;
}

.vice-chncelor-hd::after {
    content: "";
    position: absolute;
    left: 0;
    width: 50%;
    height: 2px;
    background: #e55a2f;
    bottom: 0;
    z-index: -1;
}

.vice-chncelor-hd::before {
    content: "";
    position: absolute;
    left: 50%;
    width: 2px;
    height: 50px;
    background: #e55a2f;
    transform: translate(-50%, 0);
    bottom: 0;
    z-index: -1;
}

.vice-chncelor-hd .ico-user {
    background: #e2e2e2;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 65px;
    border-radius: 100%;
    position: relative;
    margin-right: -15px;
}

.vice-chncelor-hd .ico-user img {
    max-width: 30px;
}

.vice-chncelor-hd .txt-hd {
    background: linear-gradient(90deg, #0a3990, #24a3ff);
    color: #fff;
    padding: 10px 30px;
    border-radius: 3px;
    padding-left: 40px;
}

.organization-chart-green-main ul li {
    display: flex;
    align-items: center;
    font-size: 15px;
    flex-wrap: wrap;
    margin-top: 30px;
    position: relative;
}

.organization-chart-green-main ul li::before {
    content: "";
    position: absolute;
    top: 25px;
    left: -50px;
    border-bottom: 2px solid #e55a2f;
    height: 0;
    width: 100px;
}

.organization-chart-green-main ul li .ico-user {
    background: #e2e2e2;
    width: 54px;
    height: 54px;
    text-align: center;
    line-height: 49px;
    border-radius: 100%;
    position: relative;
    margin-right: -15px;
}

.organization-chart-green-main ul li img,
.organization-chart-blue-main ul li img {
    max-width: 20px;
}

.organization-chart-green-main ul li .txt-hd {
    background: #082168;
    color: #fff;
    padding: 8px 30px;
    border-radius: 3px;
    max-width: 230px;
    width: 100%;
}

.organization-chart-blue-main ul li .txt-hd {
    background: #285cd2;
    color: #fff;
    padding: 5px 30px 5px 10px;
    border-radius: 3px;
    max-width: 230px;
    width: 100%;
    min-height: 40px;
    line-height: 19px;
    display: flex;
    align-items: center;
}

.organization-chart-blue-main ul li .ico-user {
    background: #e2e2e2;
    width: 54px;
    height: 54px;
    text-align: center;
    line-height: 49px;
    border-radius: 100%;
    position: relative;
    margin-left: -15px;
}

.organization-chart {
    display: flex;
    justify-content: space-between;
}

.organization-chart-blue {
    width: 30%;
    display: flex;
    justify-content: flex-end;
    position: relative;
    padding-right: 50px;
}

.organization-chart-green {
    width: 100%;
    position: relative;
    padding-left: 50px;
}

.organization-chart-green::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-left: 2px solid #e55a2f;
    height: 66.5%;
}

.organization-chart-blue-main::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-right: 2px solid #1a98a3;
    height: 48.5%;
}

.organization-chart-blue-main ul li {
    display: flex;
    align-items: center;
    font-size: 15px;
    margin: 30px 0 50px;
    position: relative;
}

.organization-chart-blue-main ul li:last-child {
    margin: 0;
}

.organization-chart-blue-main ul li::before {
    content: "";
    position: absolute;
    top: 25px;
    right: -50px;
    border-bottom: 2px solid #1a98a3;
    height: 0;
    width: 100px;
}

.organization-chart-green-main ul li>ul {
    display: flex;
    align-items: flex-start;
    width: 100%;
    margin-left: -47px;
    position: relative;
}

.organization-chart-green-main ul li>ul li::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 0;
    left: -50%;
    transform: translate(100%, 0);
    top: -15px;
    border-bottom: 1px dashed #333;
    z-index: -1;
}

.organization-chart-green-main ul li>ul li {
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
    flex: 0 0 20%;
    position: relative;
}

.organization-chart-green-main ul li>ul li::after {
    content: "";
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -100%);
    border-left: 1px dashed #333;
    height: 15px;
    width: 0px;
    z-index: -1;
}

.organization-chart-green-main ul li>ul li:first-child::after {
    height: 35px;
}

.organization-chart-green-main ul li>ul li:last-child::before {
    display: none;
}

.organization-chart-green-main ul li>ul li .inner-ico-img {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 35px;
    border-radius: 100%;
    position: relative;
    border: 1px solid #8699ff;
    margin: 0 0 6px;
}

.organization-chart-green-main ul li>ul li .inner-ico-img img {
    max-width: 18px;
    filter: hue-rotate( -213deg);
}

.organization-chart-green-main ul li>ul li .inner-txt-hd {
    width: 90%;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
}

.administrative-btn,
.academic-btn {
    display: none;
}


/* end Organization Chart*/


/* START Administration Chancellor Page*/

.chancellor-section .cnc-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.chancellor-section .cnc-wrapper .image-holder {
    width: 38%;
    padding-right: 20px;
    border-right: 1px solid #ebebeb;
}

.chancellor-section .cnc-wrapper .image-holder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.chancellor-section .cnc-wrapper .text-holder {
    width: 62%;
    padding-left: 20px;
}

.chancellor-section .cnc-wrapper .text-holder h2 {
    font-weight: 300;
    font-size: 40px;
    line-height: 47px;
    color: #939393;
    margin-bottom: 30px;
}

.chancellor-section .cnc-wrapper .text-holder h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #000;
    margin-bottom: 10px;
}

.chancellor-section .cnc-wrapper .text-holder .highlighted-text {
    display: inline-block;
    background: #0098CA;
    color: #fff;
    font-size: 18px;
    line-height: 21px;
    padding: 7px 25px;
    margin-bottom: 20px;
}

.chancellor-section .cnc-wrapper .text-holder p {
    color: #000;
    margin-bottom: 25px;
    font-size: 15px;
}

.chancellor-section .cnc-wrapper .text-holder p a {
    color: #0098CA;
    font-weight: 500;
    transition: all 0.5s ease-in-out;
}

.chancellor-section .cnc-wrapper .text-holder p a:hover {
    color: #e55a2f;
}

.chancellor-section .cnc-wrapper .text-holder p:last-child {
    margin-bottom: 0;
}

.chancellor-section .cnc-wrapper .text-holder.full-width {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
}

.signature-box {
    text-align: right;
}

.signature-box a {
    color: #0098CA;
    font-weight: 500;
    font-size: 15px;
    line-height: 25px;
    margin-top: 20px;
    display: inline-block;
    transition: all 0.5s ease-in-out;
}

.signature-box a:hover {
    color: #e55a2f;
}


/* end Administration Chancellor Page*/


/* START ABOUT DEPARTMENT Page*/

.section-heading {
    text-align: center;
    margin-bottom: 50px;
}

.section-heading h2 {
    font-weight: 300;
    font-size: 50px;
    line-height: 59px;
    color: #000000;
}

.about-department-section .dept-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.dept-wrapper .dept-contact-info {
    width: 40%;
    padding: 0 15px;
}

.dept-wrapper .dept-ctc-inner {
    border: 1px solid #B8B8B8;
    padding: 30px 20px;
}

.dept-ctc-inner h3 {
    font-weight: 500;
    font-size: 26px;
    line-height: 30px;
    color: #000;
    margin-bottom: 10px;
}

.dept-ctc-inner .position {
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    color: #000;
    display: block;
    margin-bottom: 50px;
}

.dept-ctc-inner ul li {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    align-items: center;
}

.dept-ctc-inner ul li:last-child {
    margin-bottom: 0;
}

.dept-ctc-inner ul li .icon-holder {
    height: 40px;
    width: 40px;
    background: #0098ca;
    text-align: center;
    line-height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.dept-ctc-inner ul li .text-links {
    width: calc(100% - 55px);
    color: #000;
}

.dept-ctc-inner ul li .text-links p {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 25px;
    font-weight: 500;
    color: #939393;
}

.dept-ctc-inner ul li .text-links a {
    display: inline-block;
    color: #000;
    font-size: 15px;
    line-height: 25px;
    font-weight: 500;
    transition: all 0.5s ease-in-out;
}

.dept-ctc-inner ul li .text-links a:hover {
    color: #0098ca;
}

.dept-wrapper .dept-text {
    width: 60%;
    padding: 0 15px;
}

.about-department-section blockquote {
    color: #000000;
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 25px;
}

.about-department-section blockquote:last-child {
    margin-bottom: 0;
}

.infra-structure {
    margin-top: 100px;
}

.infra-structure .accordion-button {
    line-height: 1;
    padding: 20px;
    font-size: 15px;
    font-weight: 700;
    border: none;
    background: #014961;
    color: #fff;
}

.infra-structure .accordion-button:focus {
    border: none;
    box-shadow: none;
}

.infra-structure .accordion-button:not(.collapsed) {
    background: #014961;
    color: #fff;
}

.infra-structure .accordion-button.collapsed::after,
.infra-structure .accordion-button:not(.collapsed)::after {
    background: url('../images/arrow-down-white.png') no-repeat center;
    background-size: 16px;
}

.infra-structure .accordion-item:first-of-type .accordion-button,
.infra-structure .accordion-item:last-of-type .accordion-collapse,
.infra-structure .accordion-item:last-of-type {
    border-radius: 0;
}

.infra-structure .accordion-item {
    border: none;
    background: #caf2fe;
}

.infra-structure .accordion-body {
    padding: 40px 25px;
}

.infra-structure .accordion-body ul {
    margin-bottom: 30px;
}

.infra-structure .accordion-body ul:last-child {
    margin-bottom: 0;
}

.infra-structure .accordion-body ul.list-with-bullet {
    list-style: inherit;
    padding-left: 20px;
}

.infra-structure .accordion-body ul li {
    font-size: 15px;
    line-height: 30px;
    color: #121C26;
}

.infra-structure .accordion-body blockquote {
    font-size: 15px;
    line-height: 30px;
    color: #121C26;
    margin-bottom: 0;
}

.faculty-profile-section {
    padding-top: 40px;
}

.faculty-profile-section h3 {
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin-bottom: 60px;
}

.faculty-profile-tabs {
    border: none;
    margin-bottom: 50px;
    align-items: center;
}

.faculty-profile-tabs .nav-item {
    width: 33.33%;
    border: none;
    margin: 0;
}

.faculty-profile-tabs .nav-item .nav-link {
    width: 100%;
    display: block;
    border: none;
    margin: 0;
    color: rgba(255, 255, 255, 0.5);
    border-radius: 0;
    height: 54px;
    line-height: 54px;
    padding-top: 0;
    padding-bottom: 0;
}

.faculty-profile-tabs .nav-item:nth-child(1) .nav-link {
    background: #014961;
}

.faculty-profile-tabs .nav-item:nth-child(2) .nav-link {
    background: #006b8f;
}

.faculty-profile-tabs .nav-item:nth-child(3) .nav-link {
    background: #0087b4;
}

.faculty-profile-tabs .nav-item.show .nav-link,
.faculty-profile-tabs .nav-link.active {
    color: #fff;
    height: 64px;
    line-height: 64px;
}

.faculty-list-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -18px;
}

.faculty-list-wrapper .faculty-box-outer {
    padding: 0 18px;
    width: 20%;
    margin-bottom: 35px;
}

.faculty-box-inner img {
    width: 100%;
    height: 205px;
    object-fit: cover;
}

.faculty-box-inner .name-and-designation {
    padding-top: 15px;
    border-top: 2px solid #0097C8;
    margin-top: 2px;
    text-align: center;
}

.faculty-box-inner .name-and-designation strong {
    display: block;
    color: #000;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 10px;
}

.faculty-box-inner .name-and-designation span {
    display: block;
    font-size: 15px;
    line-height: 18px;
    color: #757575;
    margin-bottom: 10px;
}

.faculty-box-inner .name-and-designation a {
    display: block;
    height: 30px;
    line-height: 28px;
    text-align: center;
    font-size: 15px;
    border: 1px solid #0097C8;
    color: #0097C8;
    font-weight: 500;
    transition: all 0.5s ease-in-out;
}

.faculty-box-inner .name-and-designation a:hover {
    background: #0097C8;
    color: #fff;
}


/* end ABOUT DEPARTMENT Page*/


/* Start NATIONAL SERVICE SCHEME Page*/

.sub-headings blockquote {
    font-size: 15px;
    line-height: 25px;
    color: #000;
    margin-bottom: 20px;
}

.common-filter-box {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px 30px -10px;
}

.common-filter-box .filter-item {
    padding: 0 10px;
    width: 180px;
}

.filter-list-label {
    width: 100%;
    display: block;
    position: relative;
}

.filter-list-label:after {
    content: '\f2f9';
    position: absolute;
    top: 0;
    right: 0;
    height: 45px;
    width: 45px;
    background: #000;
    color: #fff;
    font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
    text-align: center;
    font-size: 28px;
    line-height: 45px;
    pointer-events: none;
}

.filter-list-label select {
    width: 100%;
    height: 45px;
    line-height: 45px;
    background: #e0e3ea;
    color: #6A6A6A;
    font-size: 15px;
    border: none;
    outline: none;
    padding: 0 70px 0 25px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.nss-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -28px;
}

.nss-wrapper .table-of-content {
    padding: 0 28px;
    width: 50%;
}

.nss-wrapper .table-of-content table {
    width: 100%;
}

.nss-wrapper .table-of-content table th {
    background: #006B8E;
    font-size: 15px;
    line-height: 25px;
    color: #fff;
    font-weight: 700;
    height: 54px;
    text-align: center;
    padding: 0 20px;
    border-bottom: 3px solid #fff;
}

.nss-wrapper .table-of-content table th:nth-child(1),
.nss-wrapper .table-of-content table td:nth-child(1) {
    border-right: 10px solid #fff;
}

.nss-wrapper .table-of-content table th:last-child,
.nss-wrapper .table-of-content table td:last-child {
    border-left: 10px solid #fff;
}

.nss-wrapper .table-of-content table td {
    background: #0197c9;
    font-size: 15px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    padding: 0 20px;
}

.nss-wrapper .table-of-content table tr:nth-child(2) td {
    padding-top: 15px;
}

.nss-wrapper .table-of-content table tr:last-child td {
    padding-bottom: 15px;
}

.nss-wrapper .text-of-content {
    padding: 0 28px;
    width: 50%;
}

.nss-wrapper .text-of-content blockquote {
    font-size: 15px;
    line-height: 25px;
    color: #000;
}

.nss-wrapper .text-of-content blockquote:last-child {
    margin-bottom: 0;
}

.programme-tabs {
    margin-top: 100px;
}

.programme-tabs h3 {
    text-align: center;
    margin-bottom: 50px;
    color: #000;
    font-weight: 500;
    font-size: 26px;
    line-height: 30px;
}

.programme-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -13px;
}

.programme-wrapper .different-service-box {
    width: 33.33%;
    padding: 0 13px;
}

.programme-wrapper .regular-activities-box {
    width: 66.66%;
    padding: 0 13px;
}

.programme-wrapper blockquote {
    font-weight: 500;
    font-size: 15px;
    line-height: 25px;
    color: #000;
    display: flex;
    align-items: flex-end;
    height: 50px;
}

.programme-wrapper .tbl-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}

.programme-wrapper .tbl-wrap .table-responsive {
    width: 50%;
    padding: 0 5px;
}

.programme-wrapper table {
    width: 100%;
}

.programme-wrapper table td {
    border: 1px solid #C9F2FF;
    position: relative;
    padding: 15px 15px 15px 45px;
}

.programme-wrapper table tr:nth-child(even) td {
    background: #C9F2FF;
}

.programme-wrapper table td:before {
    content: '';
    position: absolute;
    height: 19px;
    width: 19px;
    background: url('../images/star-1.png') no-repeat center;
    background-size: cover;
    left: 15px;
    top: 17px;
}

.programme-wrapper table td a {
    color: #121C26;
    font-size: 15px;
    line-height: 25px;
    display: inline-block;
    transition: all 0.5s ease-in-out;
}

.programme-wrapper table td a:hover {
    color: #0098ca;
}

.programme-wrapper .tbl-wrap table tr:nth-child(odd) td {
    background: #C9F2FF;
}

.programme-wrapper .tbl-wrap table tr:nth-child(even) td {
    background: #fff;
}


/* end NATIONAL SERVICE SCHEME Page*/


/* START FINISHING SCHOOL PAGE*/

.finishing-school-cont blockquote {
    font-size: 15px;
    line-height: 25px;
    color: #000;
    margin-bottom: 25px;
}

.fns-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.fns-wrapper .small-box {
    width: calc(34% - 5px);
    background: #014961;
    padding: 25px;
}

.fns-wrapper h3 {
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
}

.fns-wrapper .large-box {
    width: calc(66% - 5px);
    background: #006b8f;
    padding: 25px 20px;
}

.fns-wrapper blockquote {
    color: #fff;
    margin-bottom: 20px;
}

.fns-wrapper ul {
    list-style: inherit;
    padding-left: 16px;
    color: #fff;
    font-size: 15px;
    line-height: 30px;
}

.fns-wrapper.last {
    margin-top: 10px;
    margin-bottom: 40px;
}

.fns-wrapper.last .large-box {
    background: #e0e3ea;
    position: relative;
}

.fns-wrapper.last .large-box h3,
.fns-wrapper.last .large-box blockquote {
    color: #000;
}

.fns-wrapper.last .large-box .batch-size {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #0098c9;
    color: #fff;
    padding: 7px 20px;
}


/* END FINISHING SCHOOL PAGE*/


/* START HOSTEL ACCOMMODATION PAGE*/

.hostel-accommodation-cont .img-cont-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.hostel-accommodation-cont .img-cont-wrapper .img-holder {
    padding: 0 15px;
    width: 34%;
}

.hostel-accommodation-cont .img-cont-wrapper .img-holder figure {
    width: 100%;
    height: 100%;
}

.hostel-accommodation-cont .img-cont-wrapper .img-holder figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%);
}

.hostel-accommodation-cont .img-cont-wrapper .text-holder {
    padding: 0 15px;
    width: 66%;
}

.hostel-accommodation-cont .img-cont-wrapper .text-holder blockquote {
    font-size: 15px;
    line-height: 25px;
    color: #000;
    margin-bottom: 25px;
}

.hostel-accommodation-cont .img-cont-wrapper .text-holder blockquote:last-child {
    margin-bottom: 0;
}

.girls-hostel-part1 {
    margin-top: 100px;
    margin-bottom: 40px;
}

.girls-hostel-part1 blockquote {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 0;
    color: #000;
}

.hostel-part2 {
    position: relative;
}

.hostel-part2 .hostel-image {
    position: absolute;
    top: 0;
    right: 0;
    width: calc(50% - 15px);
    height: 100%;
}

.hostel-part2 .hostel-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hostel-part2 .hostel-list {
    width: calc(50% - 15px);
    margin-bottom: 100px;
}

.hostel-part2 .hostel-list table {
    width: 100%;
}

.hostel-part2 .hostel-list table th {
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background: #006b8f;
    padding: 10px 20px;
    border-bottom: 2px solid #fff;
}

.hostel-part2 .hostel-list table td {
    padding: 10px 20px;
    color: #fff;
    background: #0197c9;
    text-align: center;
    border-bottom: 2px solid #fff;
    font-size: 15px;
    line-height: 18px;
}

.hostel-part2 .hostel-list table th:first-child,
.hostel-part2 .hostel-list table td:first-child {
    border-right: 2px solid #fff;
}

.hostel-features blockquote {
    font-size: 15px;
    line-height: 25px;
    color: #000;
    margin-bottom: 25px;
}

.hostel-features blockquote:nth-child(1) {
    margin-bottom: 40px;
}

.hostel-features .feature-lists {
    border: 1px solid #caf2fe;
}

.hostel-features .feature-lists .feature-box {
    display: flex;
    flex-wrap: wrap;
    padding: 15px;
    align-items: center;
}

.hostel-features .feature-lists .feature-box:nth-child(odd) {
    background: #caf2fe;
}

.hostel-features .feature-lists .feature-box .icon {
    width: 53px;
    height: 55px;
    margin-bottom: 0;
}

.hostel-features .feature-lists .feature-box .icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hostel-features .feature-lists .feature-box blockquote {
    width: calc(100% - 53px);
    padding-left: 15px;
    margin-bottom: 0;
}

.hostel-features .feature-lists .feature-box blockquote strong {
    display: block;
}

.hostel-features ul {
    margin-top: 25px;
    font-size: 15px;
    line-height: 25px;
    color: #000;
    list-style: inherit;
    padding-left: 16px;
}

.hostel-features ul li {
    margin-bottom: 15px;
}

.hostel-features ul li:last-child {
    margin-bottom: 0;
}


/* END HOSTEL ACCOMMODATION PAGE*/


/* START UNIVERSITY HEALTH CENTRE PAGE*/

.health-centre-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.health-centre-wrap .text-holder {
    width: calc(45% - 8px);
    background: #e0e3ea;
    padding: 40px 20px 40px 0;
    position: relative;
}

.health-centre-wrap .text-holder:before {
    content: '';
    right: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    background: #e0e3ea;
    height: 100%;
}

.health-centre-wrap .text-holder blockquote {
    font-size: 15px;
    line-height: 25px;
    color: #000;
    margin-bottom: 25px;
}

.health-centre-wrap .text-holder blockquote:last-child {
    margin-bottom: 0;
}

.health-centre-wrap .img-holder {
    width: calc(55% - 8px);
}

.health-centre-wrap .img-holder figure {
    margin-bottom: 0;
    width: 100%;
    height: 284px;
}

.health-centre-wrap .img-holder figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.health-centre-services-wrap {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.human-resources-table {
    width: calc(45% - 8px);
}

.human-resources-table table {
    width: 100%;
}

.human-resources-table table th {
    background: #006b8f;
    color: #fff;
    padding: 10px 20px;
    text-align: center;
    border-bottom: 2px solid #fff;
    font-weight: 700;
    font-size: 15px;
    line-height: 25px;
}

.human-resources-table table td {
    background: #0197c9;
    color: #fff;
    text-align: center;
    line-height: 30px;
    font-size: 15px;
    font-weight: 500;
}

.human-resources-table table td:last-child {
    min-width: 70px;
}

.human-resources-table table td:nth-child(1) {
    border-right: 2px solid #fff;
}

.human-resources-table table tr:nth-child(2) td {
    padding-top: 15px;
}

.human-resources-table table tr:last-child td {
    padding-bottom: 15px;
}

.health-care-services {
    width: calc(55% - 32px);
}

.health-care-services h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    color: #000;
    margin-bottom: 25px;
}

.health-care-services blockquote {
    font-size: 15px;
    line-height: 25px;
    color: #000;
    margin-bottom: 20px;
}

.health-care-services .list-with-icon>li {
    padding-left: 35px;
    position: relative;
    font-size: 15px;
    line-height: 25px;
    color: #000;
    margin-bottom: 15px;
}

.health-care-services .list-with-icon>li:last-child {
    margin-bottom: 0;
}

.health-care-services .list-with-icon>li:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    height: 15px;
    width: 15px;
    background: url('../images/plus-icon.png') no-repeat center;
    background-size: 15px;
}

.health-care-services .list-with-icon>li ul {
    list-style: circle;
    color: #000;
    font-size: 15px;
    line-height: 25px;
    padding-left: 16px;
    margin-top: 15px;
}

.ambulance-charge-section {
    margin-top: 50px;
    margin-bottom: 100px;
}

.ambulance-charge-section strong {
    display: block;
    font-weight: 500;
    font-size: 15px;
    line-height: 30px;
    color: #000;
    margin-bottom: 15px;
}

.charge-table-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.charge-table-wrap .running-charge {
    width: calc(33% - 15px);
}

.charge-table-wrap .halting-charge {
    width: calc(67% - 15px);
}

.charge-table-wrap table {
    width: 100%;
    border-spacing: 2px 0;
    border-collapse: separate;
}

.charge-table-wrap table th {
    background: #006b8f;
    color: #fff;
    height: 50px;
    font-size: 15px;
    line-height: 50px;
    text-align: center;
    border-bottom: 4px solid #fff;
}

.charge-table-wrap table td {
    border-spacing: 2px 0;
    padding: 12px 20px;
    border: 1px solid #caf2fe;
    font-size: 15px;
    text-align: center;
    color: #121C26;
}

.charge-table-wrap table td:nth-child(1) {
    text-align: left;
}

.charge-table-wrap table tr:nth-child(even) td {
    background: #caf2fe;
}

.university-health-centre-page-section blockquote {
    font-size: 15px;
    line-height: 25px;
    color: #000;
    margin-bottom: 25px;
}

.university-health-centre-page-section ul li {
    font-weight: bold;
    font-size: 15px;
    line-height: 40px;
    color: #000;
}

.university-health-centre-page-section ul li a {
    display: inline-block;
    margin-left: 20px;
    color: #0197C9;
    transition: all 0.5s ease-in-out;
}

.university-health-centre-page-section ul li a:hover {
    color: #e55a2f;
}

.health-awareness-services {
    margin-top: 80px;
}

.health-awareness-services h4 {
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    color: #000;
    margin-bottom: 10px;
}

.health-awareness-services blockquote {
    font-size: 15px;
    line-height: 25px;
    color: #000;
    margin-bottom: 20px;
}

.camp-list .camp-item {
    border: 1px solid #caf2fe;
    padding: 15px 45px 15px 45px;
    position: relative;
}

.camp-list .camp-item:before {
    content: '';
    position: absolute;
    left: 15px;
    top: 20px;
    height: 15px;
    width: 15px;
    background: url('../images/plus-icon.png') no-repeat center;
    background-size: 15px;
}

.camp-list .camp-item:nth-child(odd) {
    background: #caf2fe;
}

.camp-list .camp-item blockquote {
    margin-bottom: 0;
}

.camp-list .camp-item ul {
    margin-top: 20px;
    list-style: inherit;
    padding-left: 16px;
}

.camp-list .camp-item ul li {
    font-size: 15px;
    line-height: 25px;
}


/* END UNIVERSITY HEALTH CENTRE PAGE*/


/* START CENTRAL LIBRARY PAGE*/

.cl-img-txt-wrap figure {
    float: left;
    margin-right: 26px;
    width: calc(55% - 13px);
    height: 400px;
}

.cl-img-txt-wrap figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cl-img-txt-wrap blockquote {
    font-size: 15px;
    line-height: 25px;
    color: #000;
}

.cl-img-txt-wrap blockquote:last-child {
    margin-bottom: 0;
}

.library-description {
    padding-top: 80px;
}

.library-description h3 {
    font-weight: bold;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    margin-bottom: 50px;
}

.library-description table {
    width: 100%;
}

.library-description table td {
    background: #0197c9;
    color: #fff;
    padding: 12px 20px;
    border-bottom: 3px solid #fff;
}

.library-description table td:nth-child(1) {
    border-right: 10px solid #fff;
    text-align: center;
    max-width: 300px;
    width: 300px;
    vertical-align: top;
}

.library-description table td blockquote:last-child {
    margin-bottom: 0;
}

.library-description table td a {
    color: #fff;
    text-decoration: underline;
    transition: all 0.5s ease-in-out;
}

.library-description table td a:hover {
    color: #e55a2f;
}

.human-resources-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-top: 100px;
    justify-content: space-between;
}

.human-resources-tbl {
    width: calc(50% - 22px);
}

.human-resources-tbl h4 {
    font-weight: 500;
    font-size: 15px;
    line-height: 25px;
    color: #000;
    margin-bottom: 20px;
}

.human-resources-tbl table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 4px 0;
}

.human-resources-tbl table th {
    background: #006b8f;
    color: #fff;
    padding: 12px 20px;
    text-align: center;
    border-bottom: 4px solid #fff;
}

.human-resources-tbl table td {
    padding: 12px 20px;
    border: 1px solid #caf2fe;
    color: #121C26;
    font-size: 15px;
    line-height: 25px;
}

.human-resources-tbl table tr:nth-child(even) td {
    background: #caf2fe;
}

.office-opening-hours {
    width: calc(50% - 22px);
}

.office-opening-hours h4 {
    font-weight: 500;
    font-size: 15px;
    line-height: 25px;
    color: #000;
    margin-bottom: 20px;
}

.office-opening-hours .table-responsive:last-child {
    margin-top: 10px;
}

.office-opening-hours table {
    width: 385px;
}

.office-opening-hours table th {
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    color: #000;
    padding-bottom: 10px;
}

.office-opening-hours table td {
    font-size: 15px;
    line-height: 28px;
    color: #000;
}

.office-opening-hours table td:nth-child(2) {
    text-align: right;
}

.library-committee {
    margin-top: 100px;
}

.library-committee .common-filter-box .filter-item {
    width: calc(50% - 22px);
}

.library-committee blockquote {
    font-size: 15px;
    line-height: 25px;
    color: #000;
}

.library-committee ol {
    padding-left: 25px;
    font-size: 15px;
    line-height: 25px;
    color: #000;
    margin-bottom: 50px;
}


/* END CENTRAL LIBRARY PAGE*/


/* START CONTACT PAGE*/

.contact-page-section .filter-item {
    width: 250px;
}

.contact-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact-wrapper .section-inner-content {
    width: 50%;
    padding-top: 32px;
}

.contact-wrapper .section-inner-content ul li {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 15px 0;
}

.contact-wrapper .section-inner-content ul li i {
    font-size: 25px;
    margin-right: 10px;
    color: #082286;
}

.contact-wrapper .section-inner-content ul li :is(address,
a,
.contact-hd) {
    width: 80%;
    margin: 0;
}

.contact-wrapper .section-inner-content ul li .contact-hd {
    display: flex;
}

.contact-wrapper .section-inner-content ul li .contact-hd a {
    width: auto;
}

.contact-wrapper .section-inner-content ul li .contact-hd em {
    color: #000;
}

.contact-wrapper .section-inner-content ul li a {
    color: #000;
}

.telephone-directory-list {
    width: calc(50% - 28px);
}

.telephone-directory-list blockquote {
    font-size: 15px;
    line-height: 25px;
    color: #000;
}

.telephone-directory-list .table-responsive {
    margin-top: 20px;
    height: 522px;
    overflow: auto;
}

h3.listheading {
    margin-bottom: 10px;
}

.projects-dtls-fileds,
.scholars-dtls-fileds,
.gallery-dtls-fileds {
    position: relative;
    padding: 15px;
    border: 1px solid #d7d7d7;
    margin: 0 0 15px;
    background: #fcfeff;
}

.projects-dtls-fileds .upload-more,
.scholars-dtls-fileds .upload-more,
.gallery-dtls-fileds .upload-more {
    position: absolute;
    top: -7px;
    right: -7px;
    font-size: 27px;
    color: #e63333;
    cursor: pointer;
}

.projects-dtls-fileds .upload-more.add-morep,
.scholars-dtls-fileds .upload-more.add-morescho,
.gallery-dtls-fileds .upload-more.removemoregal {
    color: #079d0b;
}

.scholars-dtls-fileds {
    position: relative;
}

.scholars-dtls-fileds .form-group img {
    width: 48px;
    position: absolute;
    right: 0;
}

.gallery-dtls-fileds .form-group img {
    position: absolute;
    width: 75px;
    right: 5px;
    bottom: 1px;
}

.gallery-dtls-fileds .form-group label {
    margin-bottom: 14px;
}

.scholars-dtls-fileds .form-group input.scholarsphoto {
    margin-top: 18px;
}
.faculty-wrapper .contact-form-holder {
    width: calc(50% - 28px);
    margin: 0 auto;
}
.member-desc a.more-link {
    display: block;
    height: 30px;
    line-height: 28px;
    text-align: center;
    font-size: 100%;
    border: 1px solid #0097C8;
    color: #0097C8;
    font-weight: 500;
    transition: all 0.5s ease-in-out;
    margin: 10px 0 0 0;
}

.member-desc a.more-link:hover {
    background: #0097C8;
    color: #fff;
}
.um.um-login.um-logout {
    display: none;
}

@media (min-width:768px) {
    /* width */
    .telephone-directory-list .table-responsive::-webkit-scrollbar {
        width: 5px;
    }
    .telephone-directory-list .table-responsive::-webkit-scrollbar-track {
        background: #caf2fe;
    }
    /* Handle */
    .telephone-directory-list .table-responsive::-webkit-scrollbar-thumb {
        background: #014961;
        border-radius: 10px;
    }
}

.telephone-directory-list .table-responsive:first-child {
    margin-bottom: 0;
}

.telephone-directory-list table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 3px 0;
}

.telephone-directory-list table th {
    padding: 12px 20px;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    line-height: 25px;
    text-align: center;
    border-bottom: 3px solid #fff;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1;
}

.telephone-directory-list table th:nth-child(1) {
    background: #014961;
    max-width: 265px;
    width: 265px;
}

.telephone-directory-list table th:nth-child(2) {
    background: #006b8f;
    max-width: 80px;
    width: 80px;
}

.telephone-directory-list table th:nth-child(3) {
    background: #0087b4;
}

.telephone-directory-list table td {
    border: 1px solid #caf2fe;
    color: #121C26;
    padding: 10px 10px;
    font-size: 15px;
    line-height: 25px;
    text-align: center;
}

.telephone-directory-list table td:nth-child(1) {
    text-align: left;
    position: relative;
    padding-left: 42px;
}

.telephone-directory-list table td:nth-child(1):before {
    content: '';
    position: absolute;
    top: 14px;
    left: 10px;
    height: 17px;
    width: 17px;
    background: url('../images/pd-icon.png') no-repeat center;
    background-size: 17px;
}

.telephone-directory-list table tr:nth-child(even) td {
    background: #caf2fe;
}

.contact-form-holder {
    width: calc(50% - 28px);
}

.contact-form {
    padding: 40px 30px;
    border: 1px solid #E4E4E4;
    background: #fafafa;
}

.contact-form h3 {
    font-weight: 500;
    font-size: 30px;
    line-height: 25px;
    color: #000;
    text-align: center;
    margin-bottom: 40px;
}

.contact-form .form-group {
    position: relative;
    margin-bottom: 25px;
}

.contact-form .form-group .icon {
    position: absolute;
    height: 50px;
    width: 50px;
    left: 0;
    top: 0;
    text-align: center;
    line-height: 50px;
}

.contact-form .form-group input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #C4C4C4;
    background: transparent;
    outline: none;
    padding: 6px;
    font-size: 100%;
}

.contact-form .g-recaptcha>div {
    transform: scale(0.7);
    transform-origin: 0 0;
    display: block;
}

.contact-form .form-group input::placeholder,
.contact-form .form-group textarea ::placeholder {
    color: #A4A4A4;
}

.contact-form .form-group textarea {
    height: 135px;
    width: 100%;
    resize: none;
    background: #FAFAFA;
    border: 1px solid #C4C4C4;
    padding: 6px;
    outline: none;
    font-size: 100%;
    line-height: 25px;
}

.submit-btn-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.submit-btn-wrap .captcha-box {
    width: calc(50% - 8px);
}

.submit-btn-wrap .captcha-box img {
    width: 100%;
    height: 50px;
}

.submit-btn-wrap .submit-btn {
    width: calc(50% - 8px);
}

.submit-btn-wrap .submit-btn input[type="submit"] {
    width: 100%;
    background: #0197c9;
    height: 50px;
    color: #fff;
    border: none;
    outline: none;
    font-size: 20px;
    line-height: 25px;
    transition: all 0.5s ease-in-out;
}

.submit-btn-wrap .submit-btn input[type="submit"]:hover {
    background: #014961;
}

.location-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-top: 100px;
}

.location-wrapper .map-text {
    width: 30%;
    background: #0197c9;
    padding: 50px 34px;
    color: #fff;
    display: flex;
    align-items: center;
}

.location-wrapper .map-text h4 {
    font-weight: 500;
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 30px;
}

.location-wrapper .map-text ul li {
    position: relative;
    padding-left: 40px;
    font-weight: 500;
    font-size: 15px;
    line-height: 28px;
}

.location-wrapper .map-text ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: url('../images/pin.png') no-repeat center;
    height: 30px;
    width: 21px;
}

.location-wrapper .map-holder {
    height: 330px;
    padding-left: 15px;
    width: 70%;
}

.location-wrapper .map-holder iframe {
    width: 100%;
    height: 100%;
}


/* END CONTACT PAGE*/


/* tender page */

.tender-table-hldr table tr th,
.tender-table-hldr table tr td {
    border: 1px solid #d2d2d2;
    padding: 5px 12px;
}

.tender-table-hldr table tr th:nth-child(3),
.tender-table-hldr table tr th:nth-child(4),
.tender-table-hldr table tr th:nth-child(5) {
    min-width: 115px;
}

.tender-table-hldr table tr th:nth-child(6),
.tender-table-hldr table tr th:nth-child(7) {
    min-width: 142px;
}

.tender-table-hldr table tr th {
    background: #292759;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    padding: 10px 10px;
}

.tender-table-hldr table tr td {
    font-size: 15px;
}

.tender-table-hldr table tr td .status {
    display: inline-block;
    padding: 3px 12px;
    background: #c3c3c3;
    color: #fff;
    border-radius: 25px;
    font-size: 14px;
    line-height: 17px;
    border: 1px solid #e1e2e1;
    width: 75px;
    text-align: center;
}

.tender-table-hldr table tr td .status.active {
    background: #5fb85f;
    border: 1px solid #7fe47f;
}

.tender-table-hldr table tr td .status.dactive {
    background: #e2322c;
    border: 1px solid #ba5454;
}

.tender-table-hldr .download {
    display: inline-block;
    background: #074388;
    padding: 6px 15px;
    color: #fff;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.tender-table-hldr .download:hover {
    background: #e55a2f;
}


/* end tander page */


/* START IQAC PAGE */

.iqac-btn-list {
    display: flex;
    align-items: stretch;
    justify-content: center;
    margin: 0 0 50px 0;
}

.iqac-btn-list a {
    font-size: 15px;
    padding: 10px;
    background: #004961;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    color: #fff;
    width: 178px;
    text-align: center;
    display: inline-block;
    margin: 0 20px 0 0;
}

.iqac-btn-list a:last-child {
    margin-right: 0;
}

.iqac-btn-list a:hover {
    background: #0197C9;
}

.iqac-sec blockquote {
    font-size: 15px;
    font-weight: 400;
    margin: 0 0 50px 0;
}

.iqac-img-hldr {
    height: 470px;
    background: #ededed;
    overflow: hidden;
}

.iqac-img-hldr img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    outline: 1px solid #fff;
    outline-offset: -15px;
}

.iqac-img-hldr:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.iqac-asscurnce-ul {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
}

.iqac-asscurnce-ul li {
    width: 33%;
    height: 118px;
    text-align: center;
}

.iqac-asscurnce-ul li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 40px 10px;
    color: #000;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    border: 1px solid #C9F2FF;
    background: #fff;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.iqac-asscurnce-ul li:nth-child(1) a,
.iqac-asscurnce-ul li:nth-child(3) a,
.iqac-asscurnce-ul li:nth-child(5) a,
.iqac-asscurnce-ul li:nth-child(7) a,
.iqac-asscurnce-ul li:nth-child(9) a,
.iqac-asscurnce-ul li:nth-child(11) a {
    background: #C9F2FF;
}

.iqac-asscurnce-ul li a:hover {
    background: #2d6db6;
    border-color: #2d6db6;
    color: #fff;
}

.naac-wrpr {
    margin-top: 50px;
}

.naac-wrpr h5 {
    background: #0197C9;
    font-size: 25px;
    color: #fff;
    padding: 10px;
    width: 100%;
    text-align: center;
}

.naac-ul {
    border: 1px solid #0197C9;
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.naac-ul li a {
    font-size: 18px;
    color: #000;
    display: block;
    position: relative;
    margin: 0 8px 8px 0;
    padding-right: 10px;
    font-weight: 500;
}

.naac-ul li a:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: #0197C9;
}

.naac-ul li:last-child a:after {
    display: none;
}


/* END IQAC PAGE */


/* start gallery page */

.grid {
    max-width: 1200px;
}


/* clearfix */

.grid:after {
    content: '';
    display: block;
    clear: both;
}


/* ---- grid-item ---- */

.grid-item {
    width: 160px;
    height: 120px;
    float: left;
    background: rgb(238, 238, 238);
    overflow: hidden;
}

.grid-item--width2 {
    width: 320px;
}

.grid-item--width3 {
    width: 480px;
}

.grid-item--width4 {
    width: 640px;
}

.grid-item--height2 {
    height: 200px;
}

.grid-item--height3 {
    height: 260px;
}

.grid-item--height4 {
    height: 360px;
}

.grid-item img,
.grid-item--width2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.view-lyr {
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(0 151 201 / 50%);
    width: 100%;
    height: 100%;
    transform: scale(0);
    font-size: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    pointer-events: none;
}

.grid-item:hover .view-lyr {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
}

.gallery-tab {
    margin: 0 0 50px 0;
    border: none;
    display: flex;
    justify-content: center;
}

.nav-tabs.gallery-tab button {
    width: 230px;
    padding: 15px;
    border: none;
    background: #006B8E;
    color: #fff;
    text-align: center;
    font-size: 20px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    opacity: 0.8;
    font-weight: 500;
}

.nav-tabs.gallery-tab button.active {
    background: #006B8E;
    color: #fff;
    opacity: 1;
}


/* end gallery page */


/* new chanclr  design */

.chanclr-list_new {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

.chancller-boxv2 {
    width: 32.5%;
    margin: 0 10px 0 0;
    overflow: hidden;
    position: relative;
    height: 335px;
    box-shadow: 0 5px 7px -4px rgb(0 0 0 / 20%);
}

.chancller-boxv2:last-child {
    margin: 0;
}

.chancller-boxv2 figure {
    height: 250px;
    overflow: hidden;
    margin: 0;
}

.chancller-boxv2 figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.chancller-boxv2 .deg-hlder {
    padding: 20px 8px;
    text-align: center;
    background: #fff;
}

.chancller-boxv2 .deg-hlder h4 {
    font-size: 99%;
    margin: 0 0 8px 0;
    color: #e55a2f;
    font-weight: 600;
}

.chancller-boxv2 .deg-hlder h5 {
    font-size: 106%;
    color: #686767;
    font-weight: normal;
}

.chancller-boxv2 blockquote {
    position: absolute;
    top: 390px;
    left: 0;
    padding: 15px;
    text-align: center;
    background: rgba(131, 144, 88, 0.9);
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    color: #fff;
    transition: 0.6s;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -ms-transition: 0.6s;
    -o-transition: 0.6s;
}

.chancller-boxv2:hover blockquote {
    top: 0;
}

.chancller-boxv2 blockquote a {
    background: #fff;
    color: #e55a2f;
}

.chancller-boxv2 blockquote a:after {
    background: #87c13d;
}

.chclr-secimg-wrpr {
    position: absolute;
    top: 55px;
    right: 0;
    z-index: -1;
    width: 100%;
    max-width: 580px;
    height: 80%;
    overflow: hidden;
}

.chclr-secimg-wrpr img {
    width: 100%;
    height: 100%;
}

.notice-asoide {
    height: 505px;
}

.chancellor-sec {
    padding: 100px 0;
}

.paddlesLeft-lg {
    padding-left: 0;
}

.kalyani-left-slider {
    z-index: -1;
}

.notice-asoide {
    background: #292759;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.notice-asoide+.rdmore-btn {
    margin: 0 auto;
    display: table;
    margin-top: -20px;
    position: relative;
    z-index: 1;
}

.online-admisn-wrpr {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
}

.online-admisn-box {
    width: 18%;
    margin-right: 28px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-top: 7px solid #e55a2f;
    box-shadow: 0 0 15px -3px rgb(0 0 0 / 20%);
    padding: 15px;
    text-align: center;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}

.online-admisn-box:last-child {
    margin-right: 0;
}

.online-admisn-box:hover {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    border-top-color: #ffbaa5;
}

.online-admisn-box a {
    display: block;
    width: 100%;
    height: 100%;
}

.online-admisn-box .icon {
    margin-bottom: 10px;
    display: block;
}

.online-admisn-box p {
    font-size: 100%;
    line-height: 22px;
    margin: 0;
    color: #000;
}


/* end new chanclr design */


/* START ONLINE ADMISN SEC */

.onlineadmisn-sec {
    padding: 80px 0;
}

.rdmore-btn {
    display: inline-block;
    background: #e55a2f;
    color: #fff;
    font-size: 105%;
    padding: 6px 16px 7px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    vertical-align: middle;
}

.rdmore-btn i {
    width: 19px;
    height: 19px;
    text-align: center;
    font-size: 15px;
    line-height: 17px;
    border: 1px solid #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-left: 2px;
}

.rdmore-btn:hover {
    background: #ff9538;
    color: #fff;
}

.notice-asoide.links-aside ul li a {
    color: #fff;
    line-height: 22px;
}


/* END ONLINE ADMISN SEC */


/* start event sec */

.event-wrpe {
    margin: 50px 0 0 0;
}

.evnt-box-hldr {
    display: flex;
    /* flex-wrap: wrap; */
    border: 2px solid #292759;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    margin: 0 0 30px 0;
}

.evnt-box-hldr:last-child {
    margin: 0;
}

.evnt-box-hldr .date,
.evnt-box-hldr .details {
    padding: 10px;
}

.evnt-box-hldr .date {
    width: 100px;
    border-right: 1px solid #292759;
    display: grid;
    place-content: center;
}

.evnt-box-hldr .date :is(h3,
span) {
    color: #0e2b4d;
}

.evnt-box-hldr .date h3 {
    font-size: 170%;
    font-weight: 600;
}

.evnt-box-hldr .date h3 em {
    font-style: normal;
    font-size: 78%;
}

.evnt-box-hldr .date span {
    font-weight: 500;
    font-size: 110%;
}

.evnt-box-hldr .details {
    width: 86%;
}

.evnt-box-hldr .details strong {
    color: #0e2b4d;
    display: block;
    margin: 0 0 8px 0;
    font-size: 110%;
}

.evnt-box-hldr .details p {
    margin: 0;
}


/* end event sec */


/* start study center section */

.stdy-cntr-sec {
    background: #e55a2f;
}

.stdy-video-hldr {
    border: 5px solid #ffff;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    height: 315px;
}

.stdy-video-hldr img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.stdy-video-hldr a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.stdy-cntr-wrpr {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
}

.sdycntr-box {
    padding: 25px;
    text-align: center;
    width: 33%;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.sdycntr-box:hover {
    background: radial-gradient(#ffaf1e, #ff774d);
}

.sdycntr-box img {
    filter: brightness(100);
    -webkit-filter: brightness(100);
}

.sdycntr-box:hover img {
    filter: brightness(0.5) hue-rotate(-220deg);
    -webkit-filter: brightness(0.5) hue-rotate(-220deg);
}

.sdycntr-box a {
    display: block;
    width: 100%;
    height: 100%;
}

.sdycntr-box p {
    margin: 0;
    color: #fff;
    margin: 10px 0 0 0;
}

.quicklinks-wrpr .notice-asoide {
    height: 465px;
}


/* end study center section */


/* start vc page */

.vc-content-hldr {
    font-size: 100%;
    text-align: justify;
    line-height: 24px;
}

.vc-content-hldr .title {
    text-align: center;
    margin: 0 0 42px 0;
}

.vc-content-hldr .vcimg-hldr {
    float: left;
    width: 300px;
    margin: 6px 20px 20px 0;
    overflow: hidden;
}

.vc-content-hldr .vcimg-hldr img {
    width: 100%;
    height: 333px;
    background: #ececec;
}

.vc-content-hldr .vcimg-hldr h4 {
    font-size: 110%;
    text-align: center;
    font-weight: 600;
    margin: 12px 0;
}

.vc-content-hldr p {
    font-size: 100%;
    text-align: justify;
    margin: 0;
}

.vc-content-hldr .vcimg-hldr a {
    display: table;
    margin: 0 auto;
    background: #e55a2f;
    padding: 7px 17px;
    border-radius: 25px;
    color: #fff;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.vc-content-hldr .vcimg-hldr a:hover {
    background: #ff9538;
}


/* end vc page */


/* common section design */

.commondesign-section .title {
    text-align: center;
}

.commondesign-section :is(h3,
h4,
h5,
h6) {
    font-size: 138%;
    margin: 0 0 10px 0;
}

.commondesign-section table {
    border: none;
}

.commondesign-section table tr :is(td,
th) p {
    margin: 0;
}

.commondesign-section table tr td {
    border: 1px solid #ddd;
}
table tr:nth-last-of-type(odd) td,
.commondesign-section table tr:nth-last-of-type(odd) td {
    background: #efefef;
}

.commondesign-section table tr th,
.commondesign-section table tr:first-child td {
    background: #292759;
    color: #fff;
    border: 1px solid #989898;
}


/* .commondesign-section table tr td:first-child {
    text-align: center;
} */

.commondesign-section :is(ol,
ul) {
    margin-left: 0;
}

.commondesign-section :is(ol,
ul) li {
    margin-bottom: 10px;
}

.commondesign-section :is(ol,
ul) li:last-child {
    margin-bottom: 0;
}

.commondesign-section ul {
    padding-left: 18px;
}

.commondesign-section ul li {
    padding-left: 17px;
    position: relative;
}

.commondesign-section ul li::before {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    width: 8px;
    height: 8px;
    background: #e55a2f;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px solid #7c7a7a;
}

.commondesign-section blockquote {
    position: relative;
    padding: 35px;
}

.commondesign-section blockquote p {
    word-wrap: break-word;
}

.commondesign-section blockquote::after,
.commondesign-section blockquote::before {
    content: '\f1b2';
    width: 42px;
    height: 42px;
    font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
    font-size: 42px;
    color: rgb(0 151 201);
    position: absolute;
    bottom: 0;
    right: 0;
}

.commondesign-section blockquote::before {
    top: 0;
    left: 0;
    transform: rotate( 180deg);
}

.section-list-content .common-listsec {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0 !important;
    margin: 0;
}

.section-list-content .common-listsec li {
    margin: 5px;
    padding-left: 3px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 3px;
}

.section-list-content .common-listsec li:before {
    display: none;
}

.section-list-content .common-listsec li p {
    margin: 0;
}

.section-list-content .commonlist-holder {
    background: #f0f0f0;
    padding: 10px;
    margin: 0 0 20px 0;
    border-left: 5px solid #dcd9d8;
}

.section-list-content .commonlist-holder p {
    margin: 0 0 5px 0;
}

.section-list-content .section-inner-content-wrap {
    padding-top: 30px;
}

.notice-listsec li {
    position: relative;
    padding-left: 30px;
    margin: 0 0 15px 0;
}

.notice-listsec li:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 22px;
    height: 22px;
    background: #fcd9ce url(../images/book-alt.svg) no-repeat;
    background-size: 14px;
    background-position: center;
    border-radius: 50%;
}

.notice-listsec li:last-child {
    margin: 0;
}

.notice-listsec li p {
    margin: 0;
}


/* end common section design */


/* advisory committee page start */

.feculty-member-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px 0 -10px;
    align-items: stretch;
}

.feculty-member-wrapper .title {
    width: 100%;
    text-align: center;
}

.feculty-member-wrapper .listheading {
    font-size: 175%;
    display: table;
    background: linear-gradient(90deg, whitesmoke, #f0e4e4f2, #f5f5f5);
    margin: 25px auto 80px;
    padding: 6px;
    width: 100%;
    text-align: center;
    color: #e55a2f;
}

.feculty-member-wrapper .title {
    margin-bottom: 10px;
}

.feculty-member-wrapper .listheading {
    margin-bottom: 70px;
}

.feculty-member-wrapper .fty-member {
    width: 25%;
    padding: 0 10px;
    margin-bottom: 70px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}

.feculty-member-wrapper .fty-member:hover {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
}

.fty-member-inner {
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    background: #fff;
    position: relative;
    min-height: 328px;
}

.fty-member-inner .mbr-img {
    height: 80px;
    width: 80px;
    border-radius: 100%;
    overflow: hidden;
    border: 2px solid #fff;
    position: absolute;
    top: -45px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.fty-member-inner .mbr-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.fty-member-inner .member-desc {
    padding: 55px 15px 15px 15px;
}

.fty-member-inner .member-desc p {
    text-align: center;
}

.fty-member-inner .member-desc p strong {
    display: block;
}

.commondesign-section .fty-member-inner ul {
    padding: 0;
}

.commondesign-section .fty-member-inner ul li {
    font-size: 15px;
    border-radius: 20px;
    display: flex;
    padding: 0;
}

.commondesign-section .fty-member-inner ul li::before {
    display: none;
}

.commondesign-section .fty-member-inner ul li span {
    margin-right: 10px;
    color: #292759;
    font-size: 18px;
    display: inline-block;
    width: 28px;
    height: 28px;
    background: #e6e6e6;
    text-align: center;
    line-height: 27px;
    border-radius: 50%;
}

.commondesign-section .fty-member-inner ul li p {
    margin: 0;
    width: calc(100% - 38px);
    text-align: left;
    line-height: 20px;
}

.commondesign-section .fty-member-inner ul li a {
    color: #292759;
    transition: all 0.5s ease-in-out;
    word-break: break-all;
}

.commondesign-section .fty-member-inner ul li a:hover {
    color: #e55a2f
}

.listafter-desc {
    padding: 20px 0 0;
}

.prospectus-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.prospectus-holder {
    width: 24%;
    margin: 5px;
    overflow: hidden;
    padding: 5px;
    background: #fff;
    text-align: center;
    box-shadow: 0 0 5px 0px rgb(0 0 0 / 20%);
    border-radius: 10px;
}

.prospectus-holder a {
    display: table;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    margin: 10px auto;
    background: #07326a;
    padding: 6px 15px;
    border-radius: 5px;
    color: #fff;
}

.prospectus-holder a:hover {
    background: #3b71ee;
}

.underconstraction-holder {
    text-align: center;
}

.pum-theme-2592,
.pum-theme-default-theme {
    background-color: rgba(0, 0, 0, 0.40) !important;
}

.pum-theme-2592 .pum-title,
.pum-theme-default-theme .pum-title {
    font-size: 185% !important;
    text-align: center !important;
    margin-bottom: 28px !important;
}

.pum-theme-2592 .pum-content,
.pum-theme-default-theme .pum-content {
    outline: none !important;
}

.pum-content.popmake-content p {
    color: #0b0b0b;
    font-weight: normal;
    font-size: 100%;
    line-height: 22px;
    text-align: center;
}

.pum-content.popmake-content p img {
    width: 100%;
}

.pum-theme-2592 .pum-content+.pum-close,
.pum-theme-default-theme .pum-content+.pum-close {
    background-color: rgb(228 61 61) !important;
    font-size: 28px !important;
    width: 45px !important;
    height: 45px !important;
    line-height: 27px !important;
    border-radius: 50% !important;
    right: -14px !important;
    top: -10px !important;
}


/* advisory committee page end */


/* START ABOUT PAGE */

.about-wrap {
    display: flex;
    flex-wrap: wrap;
}

.about-wrap .content-holder {
    width: 70%;
    padding-right: 28px;
}

.about-wrap .image-holder {
    width: 30%;
    position: relative;
}

.about-wrap .image-holder .aimg {
    width: 100%;
    height: 300px;
    overflow: hidden;
    background: #ddd;
    border-radius: 5px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border: 3px solid #fff;
    box-shadow: 2px 0 20px 4px rgb(0 0 0 / 20%);
}

.about-wrap .image-holder .aimg img {
    width: 100%;
    height: 100%;
}

.about-wrap .image-holder .aimg.aimg2 {
    transform: scale(0.6);
    position: absolute;
    bottom: 70px;
    left: -105px;
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
}

.about-wrap .content-holder ul {
    padding: 32px 0 0 0;
    position: relative;
}

.about-wrap .content-holder ul::before {
    content: '';
    position: absolute;
    top: 44px;
    left: 15px;
    width: 1px;
    height: 78%;
    background: #cccccc;
}

.about-wrap .content-holder ul li {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 0 22px 0;
}

.about-wrap .content-holder ul li span {
    width: 30px;
    height: 30px;
    text-align: center;
    color: #fff;
    background: #292759;
    display: grid;
    place-items: center;
    border-radius: 50%;
    margin-right: 10px;
    font-size: 94%;
    border: 3px solid #d4d4d4;
}

.about-wrap .content-holder ul li p {
    margin: 0;
    font-size: 100%;
    width: 90%;
    line-height: 22px;
}

.about-wrap .content-holder ul li:before {
    display: none;
}

.tnp-subscription form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.tnp-subscription {
    max-width: 80% !important;
}

.tnp-subscription form .tnp-field-email {
    width: 60%;
}

.tnp-subscription form .tnp-field-email label {
    width: 100%;
    padding: 0 0 10px 0;
}

.tnp-subscription form .tnp-field-email .tnp-email {
    border: 1px solid #1a87ea;
    border-radius: 0;
}

.tnp-subscription form .tnp-field-email .tnp-email:focus {
    outline: none;
    border-color: #dcdcdc;
}

.tnp-subscription form input.tnp-submit {
    padding: 14px 25px;
    font-size: 17px;
    border-radius: 0;
    border: 1px solid #1a87ea;
    background: #1a87ea;
    border-left: none;
    margin-top: 29px;
    color: #fff;
}

.tnp-subscription form input.tnp-submit:hover {
    background: #0e2d50;
    color: #0e2d50;
    color: #fff;
}

.page-id-49 .text-holder {
    text-align: center;
    font-size: 192%;
    font-weight: 500;
    color: #1fcc1f;
}


/* END ABOUT PAGE */


/* PAGENATION START */

.default-pagination ul {
    display: flex;
    align-items: center;
    padding-top: 15px;
    justify-content: center;
}

.default-pagination ul li {
    margin: 0 5px;
}

.default-pagination ul li span,
.default-pagination ul li a {
    width: 38px;
    height: 38px;
    line-height: 38px;
    display: inline-block;
    text-align: center;
    background: #e6e6e6;
    color: #07186c;
}

.default-pagination ul li span.current {
    background: #072987;
    color: #fff;
}

.default-pagination ul li a.next,
.default-pagination ul li a.prev {
    color: #072987;
    width: auto;
    height: auto;
    background: transparent;
}


/* END PAGINATION */


/* media 1600 */

@media(max-width:1600px) {
    .hero-section {
        margin-top: 175px;
    }
    .quick-links-wrap {
        max-height: 300px;
        overflow: hidden;
        overflow-y: auto;
    }
    .quick-links-wrap::-webkit-scrollbar {
        width: 3px;
        border-radius: 100px;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        -ms-border-radius: 100px;
        -o-border-radius: 100px;
    }
    .quick-links-wrap::-webkit-scrollbar-track {
        background: #fff;
    }
    .quick-links-wrap::-webkit-scrollbar-thumb {
        background: rgb(70, 69, 69);
    }
    .bnr-btn {
        padding: 6px 12px;
        margin: 4px;
    }
}


/* media 1400 */

@media(max-width:1400px) {
    nav ul li a {
        font-size: 15px;
    }
    nav ul li.has-submenu a:after {
        font-size: 17px;
        top: 19px;
    }
}


/* media 1199 */

@media(max-width:1199px) {
    nav ul li a {
        padding: 15.5px 9px;
        font-size: 14px;
    }
    .chancller-box {
        margin-right: 25px;
    }
    .chancller-box blockquote {
        font-size: 14px;
    }
    .chancller-box h5 {
        min-height: 38px;
    }
    .notice-asoide {
        height: 495px;
    }
    .ku-facility-list li {
        width: 18%;
    }
    .edui-wapn:before {
        left: -11px;
        top: -17px;
        background-size: 28px
    }
    .edui-wapn:after {
        right: -33px;
        bottom: 16px;
        background-size: 28px;
    }
    .kalyani-about-right-hldr .item .date-field {
        font-size: 15px;
    }
    .about-sec {
        padding-bottom: 40px;
    }
    .locateus-tab-hldr .map-hldr {
        height: 380px;
    }
    .ku-highlights-down-hd,
    .ku-highlights-down-box {
        border-left-width: 3px !important;
    }
    .banner-buttns-hldr {
        padding: 12px;
    }
    h5.title5 {
        font-size: 15px;
    }
    .about-conntnt-hldr {
        margin-bottom: 35px;
    }
    .about-yr-wprp-hldr {
        overflow: hidden;
    }
    .year-box-hldr:last-child {
        margin-right: 0;
    }
    .chncelr-box-hldr {
        width: 33.33%;
    }
    .universe-camps-hldr figure {
        max-width: 100%;
    }
    .universe-camps-hldr figure img {
        max-width: 100%;
    }
    .services-and-facilities-section .heading-part h2 {
        font-size: 40px;
        line-height: 50px;
    }
    .sf-cont-part .image-block {
        margin: 0 -15px;
    }
    .sf-cont-part img {
        padding: 0 15px;
    }
    .small-title br {
        display: none;
    }
    .organization-chart-green {
        width: 65%;
    }
    .organization-chart-blue {
        width: 35%;
    }
    .organization-chart-green-main ul li>ul {
        margin-left: -33px;
    }
    .dept-ctc-inner ul li {
        align-items: flex-start;
    }
    .dept-ctc-inner ul li .icon-holder {
        margin-top: 7px;
    }
    .faculty-list-wrapper {
        margin: 0 -10px;
    }
    .faculty-list-wrapper .faculty-box-outer {
        padding: 0 10px;
    }
    .nss-wrapper {
        margin: 0 -15px;
    }
    .nss-wrapper .table-of-content {
        padding: 0 15px;
        width: 45%;
    }
    .nss-wrapper .text-of-content {
        padding: 0 15px;
        width: 55%;
    }
    .health-centre-wrap .text-holder {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .charge-table-wrap .running-charge {
        width: calc(34% - 15px);
    }
    .charge-table-wrap .halting-charge {
        width: calc(66% - 15px);
    }
    .cl-img-txt-wrap figure {
        height: 450px;
    }
    .location-wrapper .map-text h4 {
        font-size: 25px;
        line-height: 25px;
        margin-bottom: 20px;
    }
    .hero-cont {
        max-width: 90%;
    }
    .hero-cont h2 {
        font-size: 200%;
    }
    .online-admisn-box {
        margin-right: 22px;
    }
    .evnt-box-hldr .details {
        width: 84%;
    }
    .feculty-member-wrapper .fty-member {
        width: 33.3%;
    }
    .fty-member-inner {
        min-height: 310px;
    }
    .prospectus-holder {
        width: 23%;
    }
    .about-wrap .image-holder .aimg.aimg2 {
        bottom: 158px;
        left: -75px;
    }
}

@media(max-width:1023px) {
    .search-frm-wrpr .form-inline .form-group:first-child {
        width: 160px;
    }
    .apluse-cntrl-hlder {
        padding: 0 0 0 15px;
    }
    .apluse-cntrl-hlder a {
        width: 22px;
        height: 22px;
        font-size: 12px;
        padding: 2px;
        margin: 0 10px 0 0;
        line-height: 19px;
    }
    .apluse-cntrl-hlder a.theme-chnage {
        font-size: 20px;
    }
    .apluse-cntrl-hlder a.hdr-sound {
        font-size: 25px;
    }
    .apluse-cntrl-hlder a h1 {
        font-size: 13px;
        line-height: 20px;
    }
    .header-middle {
        padding: 10px 0;
    }
    .logo img {
        max-width: 80%;
    }
    .sticky .logo img {
        width: 100%;
        max-width: 70%;
    }
    nav ul {
        display: none;
    }
    .contact_sub_menu {
        top: -12px;
    }
    .contact_sub_menu:after {
        top: 21px;
    }
    .mail-phn-wrpr a .icon img {
        max-width: 18px;
    }
    .mail-phn-wrpr a {
        font-size: 13px;
        margin: 0 8px 0 0;
    }
    .hero-section {
        margin-top: 145px;
    }
    .hero-cont h2 {
        font-size: 155%;
    }
    .quick-links {
        margin-right: 150px;
    }
    .mobilemenuBtn {
        display: inline-block;
        position: fixed;
        right: 30px;
        bottom: 20px;
    }
    .quick-links>a {
        border-left: transparent;
        border-right: 1px solid #6c737a;
    }
    .mm-menu.mm-offcanvas {
        z-index: 999;
    }
    .notice-asoide {
        width: 100%;
        max-width: 85%;
        margin: 42px auto 0;
        border-radius: 15px;
        box-shadow: 8px 11px 13px -13px rgb(0 0 0);
    }
    .edui-wapn {
        width: 100%;
        max-width: 430px;
        margin: 0 auto 40px;
    }
    .ku-highlights-down-box {
        width: 50%;
    }
    section {
        padding: 35px 0;
    }
    .admisn-box {
        width: 47%;
    }
    .know-about-kalyani {
        padding-top: 0;
    }
    .kalyani-about-right-hldr .item .date-field {
        width: 21%;
        line-height: 20px;
        margin-right: 10px;
    }
    .kalyani-right-contents .hed {
        margin: 0 0 5px 0;
    }
    .kalyani-right-contents blockquote {
        font-size: 15px;
        line-height: 19px;
    }
    .kalyani-about-left-hldr {
        margin-top: 20px;
    }
    .ku-buzz-hldr ul li {
        margin: 8px 0;
    }
    .ku-highlights-imgs-hldr {
        justify-content: flex-start;
    }
    .ku-highlights-imgs-hldr span {
        width: 35%;
        margin: 0 10px 0 0;
    }
    .ku-highlights-imgs-hldr blockquote {
        text-align: left;
    }
    h5.title5 {
        font-size: 20px;
    }
    .footer-top {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .footer-top-box {
        width: 32%;
        margin: 0 5px 15px 0;
        border-bottom: 1px solid #324558;
        padding: 10px;
    }
    .footer-top-box.footer-top-box4 {
        border: none;
    }
    .footer-top-box.footer-top-box5 {
        width: 65%;
        border: none;
    }
    .social-hldr ul {
        justify-content: flex-start;
    }
    h3.titleh3 {
        margin: 0 0 20px;
    }
    .contact-details {
        margin: 0 0 0px;
    }
    .ftr-logo-addrss-hldr {
        width: 61%;
    }
    .ableft-img-hldr {
        width: 50%;
        height: auto;
    }
    .about-conntnt-hldr p {
        text-align: justify;
    }
    .year-box-hldr .year {
        height: 60px;
        width: 60px;
        font-size: 15px;
        font-weight: 500;
    }
    .year-box-hldr:nth-child(4) .year span {
        font-size: 12px;
    }
    .year-box-hldr:nth-child(4) .year {
        padding-top: 12px;
    }
    .year-box-hldr .year:before {
        height: 90px;
        width: 90px;
        left: 10px;
        top: 10px;
    }
    .year-box-hldr {
        margin-right: 25px;
    }
    .year-box-hldr:nth-child(2n) {
        transform: translate(-19px, 38px);
    }
    .year-box-hldr:nth-child(8) {
        transform: translate(-133px, 39px);
    }
    .year-box-hldr blockquote:before {
        left: 100px;
    }
    .year-box-hldr blockquote:after {
        left: 97px;
    }
    .year-box-hldr:last-child blockquote:before {
        left: 109px;
    }
    .year-box-hldr:last-child blockquote:after {
        left: 106px;
    }
    .about-year-wrpr {
        padding-top: 40px;
    }
    .chncelr-box-hldr figure {
        height: 270px;
    }
    .chanclr-detls-hldr {
        display: flex;
        align-items: center;
        min-height: 76px;
    }
    .holiday-list-table-holder table td:first-child {
        padding: 8px;
    }
    .holiday-list-table-holder table tbody td {
        padding: 8px;
    }
    .holiday-list-table-holder table tbody td[colspan="4"] {
        padding: 8px;
    }
    .notification-box {
        margin-bottom: 30px;
    }
    .notification-box a {
        margin-bottom: 20px;
    }
    .services-and-facilities-section .heading-part h2 {
        font-size: 28px;
        line-height: 38px;
    }
    .services-and-facilities-section .heading-part {
        margin-bottom: 35px;
    }
    .sf-cont-part p img {
        width: 50%;
    }
    .sf-cont-part p.clearfix,
    .sf-cont-part p {
        text-align: justify;
        margin-bottom: 20px;
    }
    .activities-section {
        padding-top: 5px;
    }
    .page-cmn-heading {
        margin-bottom: 35px;
    }
    .table-wrapper .table-responsive {
        width: 100%;
    }
    .ICT-section {
        padding-top: 20px;
        padding-bottom: 50px;
    }
    .ICT-section .ICT-table table {
        margin: 0;
    }
    .small-title {
        margin-bottom: 25px;
    }
    .organization-chart-green {
        width: 60%;
        padding-left: 30px;
    }
    .organization-chart-blue {
        width: 40%;
        padding-right: 30px;
    }
    .organization-chart-blue-main ul li .txt-hd,
    .organization-chart-green-main ul li .txt-hd {
        max-width: 200px;
        line-height: 16px;
        font-size: 13px;
        min-height: 40px;
        display: flex;
        align-items: center;
    }
    .organization-chart-green-main ul li>ul {
        margin-left: -15px;
    }
    .organization-chart-green-main ul li::before {
        left: -30px;
        width: 50px;
    }
    .organization-chart-blue-main ul li::before {
        right: -30px;
        width: 50px;
    }
    .organization-chart-green::before {
        height: 62.5%;
    }
    .organization-chart-blue-main::before {
        height: 45.5%;
    }
    .chancellor-section .cnc-wrapper .image-holder {
        width: 100%;
        padding-right: 0;
        padding-bottom: 20px;
        border-bottom: 1px solid #ededed;
        border-right: none;
        margin-bottom: 20px;
        text-align: center;
    }
    .chancellor-section .cnc-wrapper .image-holder img {
        max-width: 100%;
        width: auto;
    }
    .chancellor-section .cnc-wrapper .text-holder {
        width: 100%;
        padding-left: 0;
    }
    .chancellor-section .cnc-wrapper .text-holder h2 {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .chancellor-section .cnc-wrapper .text-holder h3 {
        font-size: 19px;
    }
    .chancellor-section .cnc-wrapper .text-holder .highlighted-text {
        font-size: 16px;
    }
    .chancellor-section .cnc-wrapper .text-holder p {
        margin-bottom: 15px;
        text-align: justify;
    }
    .signature-box p {
        text-align: right !important;
    }
    .section-heading {
        margin-bottom: 25px;
    }
    .section-heading h2 {
        font-size: 30px;
        line-height: 35px;
    }
    .dept-wrapper .dept-contact-info {
        width: 100%;
        margin-bottom: 25px;
    }
    .dept-wrapper .dept-ctc-inner {
        padding: 20px 15px;
    }
    .dept-ctc-inner h3 {
        font-size: 20px;
        line-height: 25px;
    }
    .dept-ctc-inner .position {
        font-size: 17px;
        margin-bottom: 15px;
    }
    .dept-ctc-inner ul li {
        margin-bottom: 20px;
    }
    .dept-wrapper .dept-text {
        width: 100%;
        text-align: justify;
    }
    .infra-structure {
        margin-top: 30px;
    }
    .infra-structure .accordion-body {
        padding: 20px 15px;
    }
    .infra-structure .accordion-body ul {
        margin-bottom: 15px;
    }
    .faculty-profile-section {
        padding-top: 0;
    }
    .faculty-profile-section h3 {
        margin-bottom: 25px;
    }
    .faculty-list-wrapper .faculty-box-outer {
        width: 33.33%;
    }
    .faculty-box-inner img {
        height: 245px;
    }
    .faculty-profile-tabs {
        margin-bottom: 30px;
    }
    .nss-wrapper .table-of-content {
        width: 100%;
        margin-bottom: 25px;
    }
    .nss-wrapper .text-of-content {
        width: 100%;
    }
    .nss-wrapper .text-of-content blockquote {
        text-align: justify;
    }
    .programme-tabs {
        margin-top: 30px;
    }
    .programme-tabs h3 {
        margin-bottom: 30px;
    }
    .programme-wrapper .different-service-box {
        width: 100%;
    }
    .programme-wrapper blockquote {
        height: auto;
    }
    .programme-wrapper .regular-activities-box {
        width: 100%;
        margin-top: 25px;
    }
    .finishing-school-cont blockquote {
        text-align: justify;
    }
    .fns-wrapper blockquote {
        text-align: left;
    }
    .fns-wrapper.last {
        margin-bottom: 30px;
    }
    .hostel-accommodation-cont .img-cont-wrapper .img-holder {
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }
    .hostel-accommodation-cont .img-cont-wrapper .img-holder figure img {
        width: auto;
        max-width: 100%;
    }
    .hostel-accommodation-cont .img-cont-wrapper .text-holder {
        width: 100%;
    }
    .hostel-accommodation-cont .img-cont-wrapper .text-holder blockquote {
        text-align: justify;
    }
    .girls-hostel-part1 {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .hostel-part2 .hostel-image {
        position: static;
        width: 100%;
        margin-bottom: 30px;
    }
    .hostel-part2 .hostel-list {
        width: 100%;
        margin-bottom: 30px;
    }
    .hostel-features blockquote br {
        display: none;
    }
    .hostel-features blockquote:nth-child(1) {
        margin-bottom: 25px;
    }
    .health-centre-wrap {
        flex-direction: column-reverse;
    }
    .health-centre-wrap .text-holder {
        width: 100%;
        padding: 25px;
    }
    .health-centre-wrap .text-holder:before {
        display: none;
    }
    .health-centre-wrap .img-holder {
        width: 100%;
        margin-bottom: 25px;
    }
    .health-centre-wrap .img-holder figure {
        height: 338px;
    }
    .university-health-centre-page-section ul li {
        line-height: 30px;
    }
    .health-care-services h3 {
        margin-bottom: 15px;
    }
    .health-care-services .list-with-icon>li ul {
        margin-top: 10px;
    }
    .health-centre-services-wrap {
        margin-top: 30px;
    }
    .ambulance-charge-section {
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .charge-table-wrap .running-charge {
        width: 100%;
    }
    .charge-table-wrap .halting-charge {
        width: 100%;
        margin-top: 25px;
    }
    .university-health-centre-page-section blockquote {
        text-align: justify;
        margin-bottom: 15px;
    }
    .health-awareness-services {
        margin-top: 30px;
    }
    .camp-list .camp-item blockquote {
        text-align: left;
    }
    .cl-img-txt-wrap figure {
        width: 50%;
        height: auto;
    }
    .cl-img-txt-wrap blockquote {
        text-align: justify;
        margin-bottom: 15px;
    }
    .library-description {
        padding-top: 30px;
    }
    .library-description h3 {
        margin-bottom: 30px;
    }
    .human-resources-wrapper {
        margin-top: 30px;
    }
    .human-resources-tbl {
        width: 100%;
    }
    .office-opening-hours {
        width: 100%;
        margin-top: 30px;
    }
    .library-committee {
        margin-top: 30px;
    }
    .library-committee ol {
        margin-bottom: 25px;
    }
    .library-committee blockquote:last-child {
        margin-bottom: 0;
    }
    .telephone-directory-list {
        width: 100%;
    }
    .contact-form-holder {
        width: 100%;
        margin-top: 30px;
    }
    .location-wrapper {
        margin-top: 30px;
    }
    .location-wrapper .map-text {
        width: 45%;
    }
    .location-wrapper .map-holder {
        width: 55%;
        height: 270px;
    }
    .iqac-asscurnce-ul li a {
        padding: 40px 5px;
        color: #000;
        font-size: 15px;
        line-height: 20px;
    }
    .grid-item {
        width: 47%;
        height: 200px;
        margin: 5px;
        position: relative !important;
        left: auto !important;
        top: auto !important;
    }
    .grid {
        height: auto !important;
    }
    .view-lyr {
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
    }
    .chancller-boxv2 {
        width: 32.4%;
    }
    .chancller-boxv2 .deg-hlder h5 {
        font-size: 80%;
    }
    .chclr-secimg-wrpr {
        display: none;
    }
    .chancellor-sec {
        padding: 60px 0;
    }
    .notic-list li p {
        text-shadow: none;
    }
    .after-ban-slider-section label {
        width: 212px;
        padding-left: 20px;
    }
    .site-header.sticky {
        transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -o-transform: translateY(-10px);
    }
    .hero-section .item {
        height: 40vh;
    }
    .onlineadmisn-sec {
        padding: 50px 0;
    }
    .online-admisn-wrpr {
        justify-content: center;
    }
    .online-admisn-box {
        width: 29%;
        margin: 15px;
    }
    .online-admisn-box:nth-child(4),
    .online-admisn-box:nth-child(5) {
        width: 45%;
    }
    .online-admisn-box:last-child {
        margin-right: 15px;
    }
    .about-left-hldr {
        padding-right: 0;
    }
    .paddlesLeft-lg {
        padding-left: 15px;
    }
    .notice-asoide {
        max-width: 100%;
    }
    .evnt-box-hldr .details {
        width: 78%;
    }
    .quicklinks-wrpr .notice-asoide {
        margin-top: 0;
    }
    .sdycntr-box {
        padding: 5px;
    }
    .sdycntr-box img {
        width: 38px;
        height: 38px;
    }
    .sdycntr-box p {
        font-size: 93%;
    }
    .stdy-video-hldr {
        height: 185px;
    }
    .footer-top-box.footer-top-box1,
    .footer-top-box.footer-top-box5 {
        width: 100%;
        margin-right: 0;
    }
    .footer-top-box.footer-top-box5 {
        margin-bottom: 0;
    }
    .footer-linklist li {
        width: 33%;
    }
    .footer-top-hldr .form-group input[type="email"] {
        width: 38%;
    }
    .ftr-logo-addrss-hldr {
        width: 38%;
    }
    .footer-logo {
        padding-right: 10px;
        margin-right: 10px;
    }
    .about-left-hldr p {
        text-align: justify;
    }
    .title {
        margin: 0 0 18px 0;
        font-size: 170%;
    }
    .vc-content-hldr .title {
        text-align: center;
        margin: 0 0 25px 0;
    }
    .fty-member-inner {
        min-height: 350px;
    }
    .contact-wrapper .section-inner-content {
        width: 100%;
        padding-top: 0;
    }
    .organization-chart-green-main ul li>ul li {
        flex: 0 0 25%;
    }
    .about-wrap {
        align-items: flex-start;
    }
    .about-wrap .content-holder ul li {
        margin: 0 0 10px 0;
    }
    .about-wrap .image-holder .aimg {
        height: 200px;
    }
    .about-wrap .image-holder .aimg.aimg2 {
        bottom: -88px;
    }
    .about-wrap .content-holder ul {
        padding: 15px 0 0 0;
    }
}

@media(max-width:767px) {
    .hdr-top-wrpr {
        flex-wrap: wrap;
        justify-content: center;
    }
    .logo-hldr a {
        display: block;
    }
    .header-social {
        position: relative;
    }
    .header-social .pn-email-trigger {
        display: inline-block;
        text-align: center;
        height: 32px;
        width: 32px;
        background: #292759;
        line-height: 32px;
        margin-right: 15px;
    }
    .header-social .pn-email-trigger img {
        height: 21px;
        width: 21px;
        object-fit: cover;
        filter: invert(100%) sepia(0%) saturate(7498%) hue-rotate(342deg) brightness(101%) contrast(101%);
    }
    .header-social .mail-phn-wrpr {
        position: absolute;
        background: #fff;
        padding: 10px;
        opacity: 0;
        pointer-events: none;
        width: 235px;
        border: 1px solid #ccc;
        border-radius: 5px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        z-index: 5;
        left: 0;
        top: calc(100% + 10px);
        transform: translateY(50px);
        transition: all 0.5s ease-in-out;
        display: block;
    }
    .header-social .pn-email-trigger:hover+.mail-phn-wrpr {
        opacity: 1;
        transform: translateY(0);
        pointer-events: all;
    }
    .header-social .mail-phn-wrpr a {
        margin-right: 0;
    }
    .search-frm-wrpr {
        position: relative;
    }
    .search-frm-wrpr .search-trigger {
        display: inline-block;
    }
    .search-frm-wrpr .search-form {
        position: absolute;
        background: #fff;
        padding: 10px;
        opacity: 0;
        pointer-events: none;
        width: 235px;
        border: 1px solid #ccc;
        border-radius: 5px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        z-index: 5;
        left: -85px;
        top: calc(100% + 10px);
        transform: translateY(50px);
        transition: all 0.5s ease-in-out;
    }
    .search-frm-wrpr .search-trigger:focus+.search-form,
    .search-frm-wrpr .search-trigger:hover+.search-form,
    .search-form.show {
        opacity: 1;
        transform: translateY(0);
        pointer-events: all;
    }
    .hdr-top-right .search-frm-wrpr {
        width: 32px;
        height: 32px;
        text-align: center;
    }
    .hdr-top-right .search-frm-wrpr a {
        display: block;
        width: 32px;
        height: 32px;
        text-align: center;
        line-height: 29px;
        background: #292759;
        color: #fff;
        font-size: 20px;
    }
    .hdr-top-right .search-frm-wrpr a img {
        height: 16px;
        width: 16px;
        object-fit: cover;
        filter: invert(100%) sepia(0%) saturate(7498%) hue-rotate(342deg) brightness(101%) contrast(101%);
    }
    .search-frm-wrpr .form-inline {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
    .search-frm-wrpr .form-inline .form-group:first-child {
        width: calc(100% - 34px);
    }
    .search-frm-wrpr .form-inline .form-group:nth-child(2) {
        width: 34px;
    }
    .search-frm-wrpr .form-inline .form-group input {
        padding: 5px 10px;
        width: 100%;
        background: #f2f2f2;
    }
    .search-frm-wrpr .form-inline .form-group button {
        padding: 0;
        width: 34px;
        height: 34px;
    }
    .site-header.sticky {
        transform: translateY(-8px);
        -webkit-transform: translateY(-8px);
        -moz-transform: translateY(-8px);
        -ms-transform: translateY(-8px);
        -o-transform: translateY(-8px);
    }
    .social-links-hldr li {
        margin-right: 5px;
    }
    .social-links-hldr li a {
        width: 25px;
        height: 25px;
        line-height: 25px;
        font-size: 16px
    }
    .logo img {
        max-width: 100%;
    }
    .header-bottom {
        height: 35px;
    }
    .mobilemenuBtn {
        right: 16px;
        bottom: 10px;
    }
    .quick-links {
        margin-right: 70px;
    }
    .contact_sub_menu {
        right: auto;
        left: 50%;
        transform: translate(-50%, 20px);
        top: auto;
        bottom: -65px;
    }
    .contact_sub_menu:after {
        left: 44%;
        transform: rotate(45deg) translateY(-50%);
        top: 0;
    }
    .contct-hdr a:hover+.contact_sub_menu,
    .contct-hdr a:focus+.contact_sub_menu,
    .contact_sub_menu:hover,
    .contact_sub_menu.is_hover {
        transform: translate(-50%, 0);
        box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    }
    .quick-links a i.zmdi-lamp {
        top: -3px;
    }
    .hero-section {
        margin-top: 0;
        padding-top: 95px;
    }
    .hero-slider .item {
        position: relative;
    }
    .hero-cont {
        height: auto;
        width: 100%;
        max-width: 96%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        left: 8px;
        top: 80px;
        transform: translate(0);
        background: rgba(0, 0, 0, 0.2);
    }
    .hero-slider .owl-item.active .hero-cont h2 {
        font-size: 104%;
    }
    .hero-slider .owl-dots {
        bottom: 0;
    }
    .banner-buttns-hldr {
        position: static;
        transform: translateX(0)
    }
    .bnr-btn {
        padding: 3px 7px;
        margin: 1px;
        font-size: 13px;
    }
    .contct-hdr {
        margin-right: 10px;
        margin-left: 0;
    }
    .contct-hdr a {
        padding: 4px 10px;
    }
    .chancellor-sec:before {
        display: none;
    }
    .chanclr-list {
        margin: 0 -7px;
    }
    .chancller-box {
        width: 50%;
        margin-right: 0;
        margin-bottom: 25px;
        padding: 0 7px;
    }
    .chancller-box figure {
        height: 95px;
    }
    .chancller-box h4 {
        font-size: 14px;
        margin-top: 0;
        margin-bottom: 7px;
    }
    .chancller-box h5 {
        min-height: 1px;
        font-size: 15px;
        font-weight: 500;
        margin-bottom: 8px;
    }
    .chancller-box blockquote {
        margin-bottom: 20px;
    }
    .chancller-box:last-child {
        width: 100%;
    }
    .chancller-box:last-child figure {
        height: 195px;
    }
    .notice-asoide {
        width: 100%;
        margin-top: 0;
        max-width: 100%;
    }
    .edui-wapn {
        padding: 0 20px;
        margin-bottom: 30px;
    }
    .edui-wapn:before {
        left: -15px;
    }
    .edui-wapn:after {
        right: -15px;
    }
    .edui-wapn p {
        font-size: 16px;
        line-height: 24px;
    }
    .ku-facility-list {
        margin: 0 -3px;
    }
    .ku-facility-list li {
        width: 49.3%;
        padding: 0 3px;
        margin: 3px 0;
    }
    .about-sec {
        padding-bottom: 25px;
    }
    .about-content-wrpr blockquote {
        margin-bottom: 7px;
    }
    .about-content-wrpr blockquote p {
        font-size: 15px;
    }
    .about-ancher {
        height: 30px;
        width: 30px;
        line-height: 30px;
        font-size: 18px;
        margin-top: 15px;
    }
    .admisn-wrpr {
        border: none;
        margin-top: 35px;
        margin-left: -5px;
        margin-right: -5px;
    }
    .admisn-box {
        width: 50%;
        padding: 0 5px;
        margin: 0;
        margin-bottom: 10px;
    }
    .admisn-box figure {
        height: 125px;
    }
    .admisn-box:nth-child(5) figure {
        height: 125px;
    }
    .admisn-box figure .figr-footr {
        font-size: 13px;
        padding: 8px 10px;
        font-weight: 400;
    }
    .admisn-box figure .figr-footr .icon {
        margin-right: 5px;
    }
    .admisn-box figure .figr-footr .icon img {
        max-width: 20px;
        max-height: 20px;
    }
    .admisn-box figure blockquote {
        font-size: 11px;
        line-height: 16px;
        font-weight: 400;
        text-align: left;
    }
    .know-about-kalyani-hldr {
        flex-wrap: wrap;
    }
    .kalyani-about-left-hldr {
        width: 100%;
        margin-top: 0;
        height: 210px;
    }
    .ku-highlights-left blockquote {
        margin-bottom: 25px;
    }
    .kalyani-about-right-hldr {
        width: 100%;
        margin-top: 20px;
    }
    .kalyani-right-slider {
        margin-bottom: 20px;
    }
    .kalyani-about-right-hldr .item {
        flex-wrap: wrap;
        text-align: center;
        border: 3px solid #fff;
    }
    .kalyani-about-right-hldr .item .date-field {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .kalyani-right-contents {
        width: 100%;
    }
    .arrow_prev,
    .arrow_next {
        bottom: 0;
        top: auto;
        margin-top: 10px;
    }
    .arrow_prev {
        left: calc(43% - 25px);
        left: calc(50% - 25px);
        transform: rotate( -90deg);
        width: 30px;
        height: 30px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .arrow_next {
        right: calc(43% - 25px);
        transform: rotate( -90deg);
        width: 30px;
        height: 30px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        -webkit-transform: rotate( -90deg);
        -moz-transform: rotate( -90deg);
        -ms-transform: rotate( -90deg);
        -o-transform: rotate( -90deg);
    }
    .ku-highligts-hldr {
        flex-wrap: wrap;
        margin: 0 -15px;
    }
    .ku-highlights-left,
    .ku-highlights-midd,
    .ku-highlights-rigt {
        width: 100%;
        padding: 0 15px;
        border: none;
    }
    .ku-highlights-left {
        text-align: left;
    }
    .title {
        font-size: 115%;
        line-height: 25px;
    }
    h2.title-h2 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 15px;
    }
    .ku-highlights-left ul {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -5px;
        justify-content: center;
        position: relative;
        z-index: 9999;
        width: 100%;
        max-width: 280px;
        margin: 0 auto;
    }
    .ku-highlights-left ul li {
        padding: 0 5px;
        width: 50%;
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 10px;
    }
    .ku-highlights-left ul li a {
        background: #f1f1f1;
        display: block;
        width: 100%;
        padding: 7px 10px;
        border-radius: 3px;
        font-size: 15px;
    }
    .ku-highlights-left ul li a.active {
        background: #2cc5ef;
        color: #fff;
    }
    .ku-highlights-left ul li a.active::after {
        color: #fff;
    }
    .ku-highlights-midd {
        margin-top: 35px;
        height: auto;
    }
    .student-life-img-wrpr li figure {
        height: 95px;
    }
    .locateus-tab-hldr .map-hldr {
        height: 200px;
    }
    .locateus-tab-hldr .address-hldr {
        margin-bottom: 15px;
    }
    .ku-highlights-rigt h3.title3 {
        display: block;
        text-align: center;
        margin-top: 0;
    }
    .ku-highlights-down-box {
        width: 100%;
        height: auto;
    }
    .ku-buzz-hldr blockquote {
        margin-bottom: 25px;
    }
    .ku-buzz-hldr ul li {
        margin-bottom: 0;
    }
    .ku-buzz-hldr ul li .txt strong {
        font-size: 20px;
    }
    .footer-top-hldr {
        padding-top: 30px;
    }
    .footer-top {
        margin: 0 -10px;
    }
    .footer-top .footer-top-box {
        width: 100%;
        padding: 0 10px 20px 10px;
        margin: 0 0 20px 0;
    }
    .footer-top-box.footer-top-box4 {
        border-bottom: 1px solid #324558;
    }
    .footer-box-list ul {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -8px;
    }
    .footer-box-list ul li {
        padding: 0 8px;
    }
    .footer-box-list ul li.inner-list-heading {
        width: 100%;
    }
    .footer-box-list ul li.inner-list-heading a {
        margin: 0 0 12px;
        font-size: 20px;
        line-height: 30px;
    }
    .footer-top .footer-top-box:last-child {
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .footer-bottom-hldr {
        padding: 15px 0;
    }
    .footer-logo {
        width: 84px;
    }
    .footer-bottom-txts {
        width: calc(100% - 104px);
    }
    .footer-bottom-txts address {
        width: 100%;
    }
    .footer-botoom {
        flex-wrap: wrap;
    }
    .ftr-logo-addrss-hldr {
        width: 100%;
    }
    .copy-right-hldr {
        width: 100%;
        padding: 10px 0 0 0;
        text-align: center;
        border-top: 1px solid #052542;
        margin: 15px 0 0 0;
    }
    .lft-social-ul {
        left: -265px;
    }
    .lft-social-ul li.scrn-phn {
        transform: translateX(142px);
        -webkit-transform: translateX(142px);
        -moz-transform: translateX(142px);
        -ms-transform: translateX(142px);
        -o-transform: translateX(142px);
    }
    .lft-social-ul li.scrn-phn:hover {
        transform: translateX(262px);
        -webkit-transform: translateX(262px);
        -moz-transform: translateX(262px);
        -ms-transform: translateX(262px);
        -o-transform: translateX(262px);
    }
    .lft-social-ul li.scrn-scial-links {
        transform: translateX(161px);
        -webkit-transform: translateX(161px);
        -moz-transform: translateX(161px);
        -ms-transform: translateX(161px);
        -o-transform: translateX(161px);
    }
    .lft-social-ul li.scrn-scial-links:hover {
        transform: translateX(262px);
        -webkit-transform: translateX(262px);
        -moz-transform: translateX(262px);
        -ms-transform: translateX(262px);
        -o-transform: translateX(262px);
    }
    .lft-social-ul li.scrn-mail {
        transform: translateX(41.2px);
        -webkit-transform: translateX(41.2px);
        -moz-transform: translateX(41.2px);
        -ms-transform: translateX(41.2px);
        -o-transform: translateX(41.2px);
    }
    .lft-social-ul li.scrn-mail:hover {
        transform: translateX(262px);
    }
    .hero-cont h2 {
        font-size: 104%;
        padding: 10px;
    }
    .notification-box,
    .holiday-list-table-holder,
    .notes-list {
        margin: 0 0 35px;
    }
    .ableft-img-hldr {
        max-width: 100%;
        width: auto;
        margin-right: 0;
    }
    .ableft-img-hldr.right-show {
        margin-left: 0;
    }
    .about-year-wrpr {
        display: block;
        min-height: 1px;
        justify-content: flex-start;
        padding-top: 0;
    }
    .about-yr-wprp-hldr {
        padding-left: 0;
    }
    .year-box-hldr {
        width: 100%;
        margin-right: 0;
        position: relative;
    }
    .year-box-hldr:last-child {
        margin-bottom: 0;
    }
    .year-box-hldr .year:after {
        content: '';
        position: absolute;
        left: 7.5px;
        top: 5px;
        height: calc(100% - 10px);
        width: calc(100% - 15px);
        border: 2px solid #fff;
    }
    .year-box-hldr .year:before,
    .year-box-hldr:nth-child(2) .year:before,
    .year-box-hldr:nth-child(3) .year:before,
    .year-box-hldr:nth-child(4) .year:before,
    .year-box-hldr:nth-child(5) .year:before,
    .year-box-hldr:nth-child(6) .year:before,
    .year-box-hldr:nth-child(7) .year:before,
    .year-box-hldr:nth-child(8) .year:before {
        content: '\f2f9';
        position: absolute;
        font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
        left: 50%;
        transform: translateX(-50%);
        height: auto;
        width: auto;
        background: transparent;
        top: 41px;
        font-size: 25px;
    }
    .year-box-hldr .year {
        width: 100%;
        border-radius: 0;
        left: 0 !important;
        top: 0 !important;
        font-size: 17px;
        line-height: 17px;
        height: 70px;
        margin-bottom: 20px;
    }
    .year-box-hldr:nth-child(2n) {
        transform: none !important;
    }
    .year-box-hldr:nth-child(9) {
        transform: none;
    }
    .year-box-hldr blockquote {
        position: static;
        opacity: 1;
        transform: translateY(0);
        border: none;
        padding: 0;
        text-align: justify;
        max-width: 100%;
        width: 100%;
        max-height: 0px;
        transition: all 0.5s ease-in-out;
        overflow: hidden;
        margin-bottom: 0;
    }
    .year-box-hldr .year:hover+blockquote,
    .year-box-hldr .year:focus+blockquote {
        max-height: 300px;
        margin-bottom: 20px;
    }
    .year-box-hldr blockquote:before,
    .year-box-hldr blockquote:after {
        display: none;
    }
    .year-box-hldr:nth-child(4) .year {
        padding-top: 26px;
    }
    .year-box-hldr:nth-child(4) .year span {
        font-size: 17px;
        line-height: 17px;
    }
    .chcelr-wrpr {
        margin: 0 -5px;
    }
    .chncelr-box-hldr {
        width: 50%;
        padding: 5px;
    }
    .chncelr-box-hldr figure {
        height: 200px;
    }
    .chanclr-detls-hldr {
        padding: 5px 10px;
    }
    .chanclr-detls-hldr p {
        font-size: 13px;
    }
    .inner-banner-content-wrpr h1 {
        margin-top: 94px;
    }
    .holiday-list-table-holder table {
        border-spacing: 3px;
    }
    .holiday-list-table-holder table thead th,
    .holiday-list-table-holder table thead td {
        min-width: 200px;
    }
    .notification-box,
    .holiday-list-table-holder,
    .notes-list {
        margin-bottom: 20px;
    }
    .after-list-rgstr {
        flex-wrap: wrap;
        align-items: flex-end;
    }
    .after-list-rgstr blockquote {
        width: 60%;
    }
    .after-list-rgstr span.sd-regs {
        width: 40%;
        text-align: right;
    }
    .sf-cont-part p img {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .sf-cont-part p.clearfix,
    .sf-cont-part p {
        margin-bottom: 15px;
    }
    .sf-cont-part .image-block img {
        width: 100%;
        margin-bottom: 15px;
    }
    .sf-cont-part .image-block img:last-child {
        margin-bottom: 0;
    }
    .activities-section {
        padding-top: 0;
    }
    .page-cmn-heading {
        margin-bottom: 15px;
    }
    .ICT-section {
        padding-top: 0;
        padding-bottom: 50px;
    }
    .ICT-section .filter-holder {
        position: static;
        text-align: center;
        margin-bottom: 15px;
    }
    .ICT-section .ICT-table table th,
    .ICT-section .ICT-table table td {
        border: 2px solid #fff;
    }
    .ICT-section .ICT-table table th:nth-child(1) {
        min-width: 1px;
    }
    .ICT-section .ICT-table table td {
        padding: 5px 10px;
    }
    .services-and-facilities-section .heading-part h2 {
        font-size: 20px;
        line-height: 30px;
    }
    .services-and-facilities-section .heading-part .readmore-btn {
        font-weight: 400;
        font-size: 16px;
    }
    .small-title {
        text-align: center;
    }
    .examination-section .nav-tabs .nav-item {
        width: 50%;
    }
    .examination-section .nav-tabs .nav-link {
        width: 100%;
        height: 45px;
        line-height: 45px;
    }
    .sort-by-filter-list {
        width: 100%;
        text-align: center;
        margin-left: 0;
        margin-top: 15px;
    }
    .sort-by-filter-list .sort-by-filter-lbl {
        width: 100%;
    }
    .sort-by-filter-list .sort-by-filter-lbl select {
        height: 45px;
    }
    .exm-table-holder table td:nth-child(1) {
        line-height: 20px;
    }
    .organization-chart {
        flex-wrap: wrap;
    }
    .administrative-btn,
    .academic-btn {
        display: block;
        color: #fff;
        padding: 8px 0px;
        border-radius: 3px;
        width: 42%;
        text-align: center;
        position: relative;
        margin-top: 20px;
    }
    .administrative-btn {
        background: #73b531;
        margin-left: 20px;
    }
    .academic-btn {
        background: #285cd2;
        margin-right: 20px;
    }
    .administrative-btn::before,
    .academic-btn::before {
        content: "";
        position: absolute;
        top: -20px;
        left: -20px;
        border-left: 2px solid #1a98a3;
        height: 100%;
    }
    .academic-btn::before {
        right: -20px;
        left: inherit;
    }
    .administrative-btn::after,
    .academic-btn::after {
        content: "";
        position: absolute;
        top: 20px;
        left: -20px;
        border-bottom: 2px solid #1a98a3;
        height: 0;
        width: 50px;
        z-index: -1;
    }
    .academic-btn::after {
        right: -20px;
        left: inherit;
    }
    .administrative-btn:hover,
    .academic-btn:hover {
        color: #fff;
    }
    .organization-chart-green {
        width: 100%;
        padding-left: 20px;
    }
    .organization-chart-blue {
        width: 100%;
        padding-right: 20px;
    }
    .common-org-chart {
        display: none;
    }
    .common-org-chart.tab-active {
        display: flex;
    }
    .organization-chart-green-main ul li::before {
        left: -20px;
    }
    .organization-chart-blue-main ul li::before {
        right: -20px;
    }
    .organization-chart-green-main ul li>ul li .inner-txt-hd {
        font-size: 12px;
        line-height: 15px;
    }
    .organization-chart-green-main ul li>ul {
        margin-left: -5px;
    }
    .organization-chart-green::before {
        height: 63.2%;
        top: 0;
    }
    .organization-chart-blue-main::before {
        height: 99.2%;
        top: -20px;
    }
    .organization-chart-blue-main ul li .txt-hd,
    .organization-chart-green-main ul li .txt-hd {
        padding: 6px 30px;
    }
    .chancellor-section .cnc-wrapper .image-holder {
        width: 100%;
        padding-right: 0;
        border-right: none;
        border-bottom: 1px solid #ebebeb;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .chancellor-section .cnc-wrapper .text-holder {
        width: 100%;
        padding-left: 0;
    }
    .section-heading h2 {
        font-size: 26px;
    }
    .infra-structure .accordion-button {
        font-weight: 400;
        line-height: 25px;
        padding: 10px;
    }
    .faculty-list-wrapper {
        margin: 0 -5px;
    }
    .faculty-list-wrapper .faculty-box-outer {
        width: 50%;
        padding: 0 5px;
    }
    .faculty-box-inner img {
        height: 175px;
    }
    .faculty-box-inner .name-and-designation strong {
        min-height: 38px;
    }
    .faculty-profile-tabs .nav-item .nav-link {
        height: 42px;
        line-height: 42px;
    }
    .faculty-profile-tabs .nav-item.show .nav-link,
    .faculty-profile-tabs .nav-link.active {
        height: 50px;
        line-height: 50px;
    }
    .brdcm-ul li,
    .brdcm-ul li a {
        font-size: 13px;
    }
    .nss-wrapper .table-of-content table th:nth-child(1),
    .nss-wrapper .table-of-content table td:nth-child(1) {
        min-width: 250px;
    }
    .nss-wrapper .table-of-content table th:nth-child(2),
    .nss-wrapper .table-of-content table td:nth-child(2) {
        min-width: 200px;
    }
    .faculty-profile-tabs .nav-item .nav-link {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .programme-wrapper .tbl-wrap .table-responsive {
        width: 100%;
    }
    .fns-wrapper .small-box {
        width: 100%;
    }
    .fns-wrapper .large-box {
        width: 100%;
    }
    .finishing-school-cont ul {
        font-size: 15px;
        line-height: 25px;
    }
    .finishing-school-cont ul li+li {
        margin-top: 5px;
    }
    .hostel-features .feature-lists .feature-box .icon {
        width: 100%;
        height: auto;
        text-align: center;
    }
    .hostel-features .feature-lists .feature-box .icon img {
        height: 55px;
        width: 53px;
    }
    .hostel-features .feature-lists .feature-box blockquote {
        width: 100%;
        padding-left: 0;
        text-align: center;
    }
    .health-centre-wrap .img-holder figure {
        height: 200px;
    }
    .health-centre-wrap .text-holder {
        padding: 15px;
    }
    .health-centre-wrap .text-holder blockquote {
        margin-bottom: 15px;
    }
    .human-resources-table {
        width: 100%;
    }
    .health-care-services {
        width: 100%;
        margin-top: 25px;
    }
    .university-health-centre-page-section ul li {
        line-height: 25px;
        margin-bottom: 10px;
    }
    .university-health-centre-page-section ul li:last-child {
        margin-bottom: 0;
    }
    .camp-list .camp-item {
        padding-right: 15px;
    }
    .camp-list .camp-item ul {
        margin-top: 10px;
    }
    .cl-img-txt-wrap figure {
        width: 100%;
        margin-right: 0;
    }
    .library-description table td:nth-child(1) {
        border-right: 5px solid #fff;
        min-width: 250px
    }
    .library-description table td:nth-child(2) {
        min-width: 500px;
    }
    .office-opening-hours table {
        width: 100%;
    }
    .library-committee .common-filter-box .filter-item {
        width: 100%;
    }
    .telephone-directory-list table td:nth-child(1) {
        min-width: 300px;
    }
    .telephone-directory-list table th:nth-child(3) {
        min-width: 200px;
    }
    .contact-form {
        padding: 30px 20px 0;
    }
    .contact-form h3 {
        margin-bottom: 25px;
    }
    .submit-btn-wrap .captcha-box {
        width: 100%;
    }
    .submit-btn-wrap .submit-btn {
        width: 100%;
        margin-top: 15px;
    }
    .location-wrapper .map-text {
        width: 100%;
        padding: 30px;
    }
    .location-wrapper .map-holder {
        width: 100%;
        margin-top: 20px;
    }
    .iqac-btn-list {
        flex-wrap: wrap;
    }
    .iqac-btn-list a {
        width: 47%;
        margin: 5px;
    }
    .iqac-btn-list {
        margin: 0 0 25px 0;
    }
    .iqac-sec blockquote {
        text-align: justify;
        margin: 0 0 25px 0;
    }
    .iqac-img-hldr {
        height: 300px;
    }
    .iqac-asscurnce-ul li {
        height: 100px;
    }
    .iqac-asscurnce-ul li a {
        padding: 25px 5px;
    }
    .naac-wrpr {
        margin-top: 30px;
    }
    .naac-wrpr h5 {
        font-size: 22px;
        padding: 7px;
    }
    .naac-ul li {
        width: 100%;
        text-align: center;
    }
    .naac-ul li a {
        margin: 5px;
        font-size: 15px;
        font-weight: 400;
    }
    .naac-ul li a:after {
        display: none;
    }
    .nav-tabs.gallery-tab {
        margin: 0 0 25px 0;
    }
    .nav-tabs.gallery-tab li {
        width: 48%;
    }
    .nav-tabs.gallery-tab button {
        width: 100%;
        padding: 8px;
        font-size: 16px;
    }
    .chancller-boxv2 {
        width: 100%;
        margin: 0 0 20px 0;
    }
    .paddlesLeft-lg {
        padding-left: 15px;
        margin-top: 20px;
    }
    .chancller-boxv2 .deg-hlder h5 {
        font-size: 107%;
    }
    .hero-section .item {
        height: auto;
    }
    .hero-cont h2:before {
        width: 2px;
    }
    .after-ban-slider-section label {
        padding-left: 10px;
        padding-top: 9px;
        width: 148px;
        font-size: 100%;
    }
    .after-ban-slider-section label span {
        margin-right: 2px;
    }
    .after-ban-slider-section label span img {
        max-width: 35px;
    }
    .online-admisn-box {
        width: 45%;
        margin: 8px;
        border-top-width: 4px;
    }
    .online-admisn-box:last-child {
        width: 100%;
    }
    .online-admisn-box .icon img {
        max-width: 44px;
        height: 44px;
    }
    .title {
        margin: 0 0 8px 0;
    }
    .about-left-hldr p {
        font-size: 100%;
    }
    .about-left-hldr {
        margin-bottom: 22px;
    }
    .rdmore-btn {
        margin: 0 auto;
        display: table;
    }
    .upcmevnt-wrpr {
        margin-top: 35px;
    }
    .event-wrpe {
        margin: 18px 0 0 0;
    }
    .evnt-box-hldr .details {
        width: 68%;
    }
    .evnt-box-hldr {
        border: 1px solid #b8b6f1;
        margin: 0 0 15px 0;
        background: #f3f3f3;
    }
    .evnt-box-hldr .date {
        border-color: #b8b6f1;
    }
    .stdy-video-hldr {
        border-width: 3px;
        margin-bottom: 20px;
    }
    .sdycntr-box p {
        font-size: 85%;
        line-height: 19px;
    }
    .footer-linklist li {
        width: auto;
    }
    .footer-box-list ul li a {
        border-bottom: 1px solid #2e3d4b;
    }
    .footer-top-hldr .form-group input[type="email"] {
        width: 85%;
    }
    .contact-details span,
    .contact-details em {
        font-size: 94%;
    }
    .social-hldr {
        width: 100%;
        margin: 15px 0 0;
    }
    .social-hldr ul {
        width: 100%;
        justify-content: center;
    }
    .onlineadmisn-sec {
        padding: 35px 0;
    }
    .notic-list li p {
        color: #fff;
        font-size: 100%;
        line-height: 22px;
        margin: 0;
        font-weight: 300;
    }
    .notic-list li strong {
        margin-bottom: 2px;
    }
    .notic-list li {
        margin: 0 0 10px 0;
    }
    .sticky .logo img {
        max-width: 100%;
    }
    .about-left-hldr p {
        margin: 0 0 8px 0;
    }
    .online-admisn-box:last-child {
        margin-right: 10px;
    }
    .vc-content-hldr .vcimg-hldr {
        float: none;
        width: 100%;
        margin: 10px 0;
    }
    .commondesign-section :is(h3,
    h4,
    h5,
    h6) {
        font-size: 115%;
        line-height: 25px;
    }
    .commondesign-section :is(ol,
    ul) {
        padding: 0 0 0 15px;
        margin-left: 0;
    }
    .commondesign-section ul {
        padding-left: 0;
    }
    .notice-listsec li:after {
        top: 3px;
    }
    .notice-listsec li p {
        line-height: 20px;
    }
    .notice-listsec li p a {
        display: table;
    }
    .feculty-member-wrapper .fty-member {
        width: 100%;
        margin-bottom: 40px;
    }
    .fty-member-inner {
        min-height: inherit;
    }
    .feculty-member-wrapper .listheading {
        margin-top: 0;
        margin-bottom: 38px;
        font-size: 115%;
    }
    .fty-member-inner .mbr-img {
        top: -15px;
    }
    .fty-member-inner .member-desc {
        padding-top: 75px;
    }
    .contact-wrapper .section-inner-content ul li :is(address,
    a,
    .contact-hd) {
        width: 90%;
    }
    .contact-wrapper .section-inner-content ul li i {
        font-size: 22px;
    }
    .pum-theme-2592 .pum-title,
    .pum-theme-default-theme .pum-title {
        font-size: 135% !important;
        text-align: center !important;
        margin-bottom: 12px !important;
    }
    .pum-theme-2592 .pum-content+.pum-close,
    .pum-theme-default-theme .pum-content+.pum-close {
        right: -9px !important;
        top: -12px !important;
        transform: scale(0.8);
    }
    .about-wrap .content-holder {
        width: 100%;
        padding-right: 0;
    }
    .about-wrap .content-holder ul li p {
        width: 87%;
    }
    .about-wrap .image-holder {
        width: 100%;
        margin: 20px 20px 45px;
    }
    .hero-section.innerbanner-sec .innerbanner {
        height: 140px;
    }
    .inpage49-section .tnp-subscription {
        max-width: 100% !important;
    }
    .tnp-subscription form .tnp-field-email,
    .tnp-subscription form .tnp-field-button {
        width: 100%;
    }
    .tnp-subscription form input.tnp-submit {
        margin: 0;
    }
    .page-id-49 .text-holder {
        font-size: 135%;
        line-height: 30px;
    }
}