@font-face {
    font-family: 'Graphik';
    src: url('../icon/fonts/Graphik-BlackItalic.woff2') format('woff2'), url('../icon/fonts/Graphik-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik';
    src: url('../icon/fonts/Graphik-Bold.woff2') format('woff2'), url('../icon/fonts/Graphik-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik';
    src: url('../icon/fonts/Graphik-Black.woff2') format('woff2'), url('../icon/fonts/Graphik-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik';
    src: url('../icon/fonts/Graphik-Extralight.woff2') format('woff2'), url('../icon/fonts/Graphik-Extralight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik';
    src: url('../icon/fonts/Graphik-BoldItalic.woff2') format('woff2'), url('../icon/fonts/Graphik-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik';
    src: url('../icon/fonts/Graphik-ExtralightItalic.woff2') format('woff2'), url('../icon/fonts/Graphik-ExtralightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik';
    src: url('../icon/fonts/Graphik-Light.woff2') format('woff2'), url('../icon/fonts/Graphik-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik';
    src: url('../icon/fonts/Graphik-LightItalic.woff2') format('woff2'), url('../icon/fonts/Graphik-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik';
    src: url('../icon/fonts/Graphik-Medium.woff2') format('woff2'), url('../icon/fonts/Graphik-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik';
    src: url('../icon/fonts/Graphik-MediumItalic.woff2') format('woff2'), url('../icon/fonts/Graphik-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik';
    src: url('../icon/fonts/Graphik-Regular.woff2') format('woff2'), url('../icon/fonts/Graphik-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik';
    src: url('../icon/fonts/Graphik-RegularItalic.woff2') format('woff2'), url('../icon/fonts/Graphik-RegularItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik';
    src: url('../icon/fonts/Graphik-SemiboldItalic.woff2') format('woff2'), url('../icon/fonts/Graphik-SemiboldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik';
    src: url('../icon/fonts/Graphik-Semibold.woff2') format('woff2'), url('../icon/fonts/Graphik-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik Super';
    src: url('../icon/fonts/Graphik-SuperItalic.woff2') format('woff2'), url('../icon/fonts/Graphik-SuperItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik Super';
    src: url('../icon/fonts/Graphik-Super.woff2') format('woff2'), url('../icon/fonts/Graphik-Super.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik';
    src: url('../icon/fonts/Graphik-Thin.woff2') format('woff2'), url('../icon/fonts/Graphik-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik';
    src: url('../icon/fonts/Graphik-ThinItalic.woff2') format('woff2'), url('../icon/fonts/Graphik-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

:root {
    --black: #000;
    --dark: #172B43;
    --red: #880208;
    --yellow: #fca302;
    --white: #fff;
}

body {
    font-family: 'Graphik' !important;
    font-size: 15px;
    font-weight: 400;
    color: #444;
    background-color: #fff;
}

/*.container,.container-fluid{
    padding-left:15px;
    padding-right:15px;
}
.row{
    margin-left:-15px;
    margin-right:-15px;
}
.row>*{
    padding-left:15px;
    padding-right:15px;
}*/
body, html {
    scroll-behavior: smooth;
    max-width: 100%;
}

a {
    text-decoration: none;
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
    cursor: pointer;
    color: inherit;
}

a:hover, a:focus, button:focus, input:focus {
    text-decoration: none;
    outline: none !important;
    cursor: pointer;
    box-shadow: none !important;
}

.form-select:focus, .form-control:focus {
    border-color: #082032;
    box-shadow: none;
}

p {
    color: #172B43;
}

ul, li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

h1 h2 h3 h4 {
    font-weight: 600;
}

strong {
    font-weight: 700;
}

.fa-phone {
    transform: rotate(90deg);
}

.th-button {
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    color: var(--white) !important;
    background-color: var(--dark);
    display: inline-block;
    padding: 10px 15px;
    border-radius: 25px;
    transition: all 0.3s;
    position: relative;
    z-index: 1;
    border: none;
    min-width: 140px;
}

.th-button::before {
    content: "";
    position: absolute;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background-color: var(--yellow);
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    z-index: -1;
    transition: all 0.3s;
    overflow: hidden;
}

.th-button:hover::before {
    width: 100%;
    height: 100%;
    border-radius: 25px;
    right: 0px;
    transition: all 0.3s;
}

h2.sub-heading {
    font-size: 36px;
    color: #444;
    font-weight: 400;
    position: relative;
    text-align: center;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

h2.sub-heading:before {
    content: '';
    position: absolute;
    background-color: var(--red);
    width: 100px;
    border-radius: 10px;
    height: 5px;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

h2.sub-heading:after {
    content: '';
    position: absolute;
    background-color: var(--yellow);
    width: 20px;
    height: 5px;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

h2.sub-heading span {
    font-weight: 700;
}

.spacetp {
    padding-top: 70px;
    padding-bottom: 70px;
}

/*Top Bar Css*/
.top-bar {
    background-color: var(--dark);
    padding-top: 10px;
    padding-bottom: 10px;
}

.top-bar p {
    font-size: 16px;
    margin-bottom: 0;
}

.top-bar ul.top-bar-right {
    display: flex;
    justify-content: flex-end;
}

.top-bar ul.top-bar-right li a {
    background-color: #444;
    color: var(--white);
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    margin-left: 10px;
    font-size: 14px;
}

.top-bar ul.top-bar-right li a:hover {
    background-color: var(--yellow);
}

.top-bar ul.top-bar-left {
    display: flex;
    align-items: center;
}

.top-bar ul.top-bar-left li {
    margin-right: 10px;
}

.top-bar ul.top-bar-left li a {
    color: var(--white);
    display: flex;
    align-items: center;
}

.top-bar ul.top-bar-left li a i {
    color: var(--yellow);
    margin-right: 5px;
    font-size: 18px;
}

/*Top Bar Css*/

/*Header Css*/
.t-header {
    box-shadow: rgb(0 0 0 / 25%) 0 0 5px 0;
}

.t-header .navbar .navbar-brand img {
    width: 100px;
}

.t-header .navbar .navbar-brand {
    padding: 0;
}

.t-header .navbar .nav-item {
    margin-left: 15px;
    margin-right: 15px;
}
.t-header .navbar .nav-item.dropdown:hover .dropdown-menu{
    display:block;
    animation: swip_up 0.3s linear 1;
}
.t-header .navbar .nav-link {
    color: #444;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    position: relative;
}

.t-header .navbar .nav-link:after {
    display: none;
}

.t-header .navbar .nav-link:before {
    content: '';
    position: absolute;
    left: 0;
    background-color: var(--red);
    height: 3px;
    width: 0;
    bottom: 4px;
    transition: 0.5s;
}

.t-header .navbar .nav-link:hover, .t-header .navbar .nav-link.active {
    color: var(--red);
}

.t-header .navbar .nav-link:hover:before, .t-header .navbar .nav-link.active:before {
    width: 100%;
}

.t-header .navbar .th-button {
    margin-left: 40px;
}

.t-header .navbar .dropdown-menu {
    box-shadow: 1px 1px 60px rgb(0 0 0 / 10%);
    border: none;
    border-bottom: 5px solid var(--yellow);
    min-width: 250px;
    border-radius: 10px;
}

/*.t-header .navbar .dropdown-menu.show {
    animation: swip_up 0.3s linear 1;
}*/

.t-header .navbar .dropdown-menu li a.dropdown-item {
    padding-top: 8px;
    padding-bottom: 8px;
}

.t-header .navbar .dropdown-menu li a.dropdown-item:hover {
    background-color: var(--dark) !important;
    color: var(--white) !important;
}

@keyframes swip_up {
    from {
        transform: translate(0, 20px);
        opacity: 0;
    }

    to {
        transform: translate(0, 0);
        opacity: 1;
    }

}

@keyframes headerSlideDown {
    0% {
        margin-top: -150px;
    }

    100% {
        margin-top: 0;
    }

}

.t-header.sticky-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
    transition: 0.3s;
    background-color: var(--white);
    box-shadow: rgb(0 0 0 / 25%) 0 0 5px 0;
}

/*Header Css*/

/*Banner Css*/
.hmg-banner {
    position: relative;
}

.hmg-banner .slick-slide .item:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100% - 0px);
    background-color: rgb(0 0 0 / 50%);
}

.hmg-banner .slick-slide .item {
    overflow: hidden;
    position:relative;
}

.hmg-banner .slick-slide .item{
    width: 100%;
    height: 650px;
    object-fit: cover;
    object-position: top;
    /*-webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transform: scale(1.3);
    transform: scale(1.3);*/
    position:relative;
}
.hmg-banner .slick-slide .item .contnt{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    text-align: center;
    color: #fff;
    z-index: 9999;
    transform: translate(-50% , -50%);
}
.hmg-banner .slick-slide .item h1{
    font-size:36px;
    font-weight:400;
}
.hmg-banner .slick-slide .item h1 span{
    font-weight:500;
}
.hmg-banner .slick-slide .item h5{
    font-size: 22px;
    font-weight: 400;
}
.hmg-banner .slick-slide .item p{
    font-size: 14px;
    margin-bottom: 0;
}
/*.hmg-banner .slick-slide.slick-active{
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation: cssAnimation 8s 1 ease-in-out forwards;
    animation: cssAnimation 8s 1 ease-in-out forwards;
}

@keyframes cssAnimation {
    from {
        -webkit-transform: scale(1) translate(0px);
    }

    to {
        -webkit-transform: scale(1.3) translate(0px);
    }

}

@-webkit-keyframes cssAnimation {
    from {
        -webkit-transform: scale(1) translate(0px);
    }

    to {
        -webkit-transform: scale(1.3) translate(0px);
    }

}*/
.hmg-banner .slick-slide img {
    height:650px;
    object-fit: initial;
    width:100%;
}
.hmg-banner .slick-dotted.slick-slider,
.video-sec .slick-dotted.slick-slider {
    margin-bottom: 0;
}

.hmg-banner .slick-dots {
    bottom: 25px;
    z-index: 99;
}

.hmg-banner .slick-dots li button,
.video-sec .slick-dots li button {
    padding: 0;
    width: 12px;
    height: 6px;
    border-radius: 10px;
    background-color: var(--white);
    transition: 0.5s;
}

.hmg-banner .slick-dots li,
.video-sec .slick-dots li {
    height: 7px;
    width: auto;
    margin: 0 2px;
}

.hmg-banner .slick-dots li.slick-active button,
.video-sec .slick-dots li.slick-active button {
    width: 20px;
    background-color: var(--yellow);
}

.hmg-banner .slick-dots li button:before,
.video-sec .slick-dots li button:before {
    display: none;
}

/*Banner Css*/

/*home About*/
.about-sec-hmg h3 {
    font-size: 24px;
    color: #444;
}

.about-sec-hmg-inner p {
    font-size: 18px;
    line-height: 28px;
    color: #000;
    margin-bottom: 0;
}

.about-sec-hmg-inner h3 {
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 5px;
    text-transform: capitalize;
    color: #000;
    font-weight: 600;
}

.about-sec-hmg-inner h3:before {
    content: '';
    position: absolute;
    background-color: var(--red);
    width: 100px;
    border-radius: 10px;
    height: 5px;
    left: 0;
    bottom: 0;
}

.about-sec-hmg-inner h3:after {
    content: '';
    position: absolute;
    background-color: var(--yellow);
    width: 20px;
    height: 5px;
    left: 25px;
    bottom: 0;
}

.about-sec-hmg-inner .th-button {
    margin-top: 25px;
}

.about-sec-hmg-inner ul {
    margin-top: 20px;
}

.about-sec-hmg-inner ul li {
    position: relative;
    padding-left: 30px;
    color: #000;
    margin-bottom: 15px;
    font-size: 18px;
}

.about-sec-hmg-inner ul li:before {
    content: '\f058';
    position: absolute;
    top: 50%;
    font-family: "Font Awesome 5 Pro";
    font-size: 20px;
    color: var(--yellow);
    left: 0;
    transform: translateY(-50%);
    font-weight: 600;
}

/*home About*/

/*achivment-sec*/
.achivment-sec {
    background-image: url(../images/achivment-img.jpg);
    position: relative;
}

.achivment-sec:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 70%);
}

.achivment-sec .container {
    position: relative;
    z-index: 99;
}

.achivment-sec h3 {
    font-size: 48px;
    font-weight: 600;
    line-height: 48px;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.achivment-sec h3:before {
    content: '';
    position: absolute;
    background-color: var(--red);
    width: 70px;
    border-radius: 10px;
    height: 5px;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.achivment-sec h3:after {
    content: '';
    position: absolute;
    background-color: var(--yellow);
    width: 15px;
    height: 5px;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.achivment-sec p {
    text-transform: capitalize;
    font-size: 16px;
    line-height: 22px;
}

/*achivment-sec*/

/*our-colleges-sec*/
.our-colleges-crd {
    background: #fff;
    box-shadow: 0 0 5px 0px #ccc;
    border-radius: 20px;
    overflow: hidden;
    margin-top: 30px;
}

.our-colleges-crd a.img-crd {
    position: relative;
    overflow: hidden;
    height: 250px;
    border-bottom: 2px solid var(--dark);
}

.our-colleges-crd a.img-crd:after {
    content: 'Read More';
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 100%;
    background-color: rgb(23 43 67 / 50%);
    transition: 0.5s;
    color: var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
}

.our-colleges-crd:hover a.img-crd:after {
    top: 0;
}

.our-colleges-crd a img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.our-colleges-crd .content {
    padding: 15px 10px;
    text-align: center;
}

.our-colleges-crd .content h4 {
    font-size: 14px;
    margin-bottom: 0px;
    font-weight: 600;
    color: #000;
}

.our-colleges-crd .content h4 a:hover {
    color: var(--red);
}

.our-colleges-crd .content .th-button {
    font-size: 12px;
    padding: 7px 14px;
    min-width: 130px;
}

.our-colleges-crd .content .th-button::before {
    height: 20px;
    width: 20px;
}

.our-colleges-crd .content .th-button:hover::before {
    width: 100%;
    height: 100%;
}

/*our-colleges-sec*/

/*dignitaries-sec*/
.dignitaries-sec {
    background-image: url(../images/dignitaries-sec-bg.jpg);
    position: relative;
}

.dignitaries-sec .container {
    position: relative;
    z-index: 99;
}

.dignitaries-sec:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #e9eff8;
}

.dignitaries-sec h2.sub-heading {
    text-align: left;
    color: #000;
}

.dignitaries-sec h2.sub-heading:before {
    width: 100px;
    left: 0;
    transform: translate(0);
}

.dignitaries-sec h2.sub-heading:after {
    width: 20px;
    left: 25px;
    transform: translate(0);
}

.dignitaries-inner {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .07);
    padding: 30px 20px;
    border: 1px solid hsla(0, 0%, 53%, .271);
    background-color: #fff;
    position: relative
}

.dignitaries-inner p {
    font-size: 18px;
}

.dignitaries-inner-bt img {
    border: 2px solid #030541;
    border-radius: 50%;
}

.dignitaries-inner-bt h6 {
    font-size: 20px;
    font-weight: 500 !important;
    color: #030541;
}

.dignitaries-sec .slick-slider {
    margin: 0 -10px;
}

.dignitaries-sec .slick-slide {
    margin-right: 10px;
    margin-left: 10px;
}

.dignitaries-inner i.fa-quote-right {
    font-size: 42px;
    color: #030541;
    position: absolute;
    right: 15px;
    bottom: 15px;
    line-height: 42px;
    opacity: .2;
}

.dignitaries-sec .slick-dots, .news-evnts .slick-dots {
    bottom: -30px;
    z-index: 99;
}

.dignitaries-sec .slick-dots li, .news-evnts .slick-dots li {
    height: 7px;
    width: auto;
    margin: 0 2px;
}

.dignitaries-sec .slick-dotted.slick-slider, .news-evnts .slick-dotted.slick-slider {
    margin-bottom: 0;
}

.dignitaries-sec .slick-dots li button, .news-evnts .slick-dots li button {
    padding: 0;
    width: 12px;
    height: 6px;
    border-radius: 10px;
    background-color: var(--dark);
    transition: 0.5s;
}

.dignitaries-sec .slick-dots li, .news-evnts .slick-dots li {
    height: 7px;
    width: auto;
    margin: 0 2px;
}

.dignitaries-sec .slick-dots li.slick-active button, .news-evnts .slick-dots li.slick-active button {
    width: 20px;
    background-color: var(--yellow);
}

.dignitaries-sec .slick-dots li button:before, .news-evnts .slick-dots li button:before {
    display: none;
}

/*dignitaries-sec*/

/*Advisory Board*/
.advisory-brd {
}

.advisory-brd .advsry-tp {
    padding-top: 30px;
    padding-bottom: 2px;
}

.advisory-brd-inner {
    background-color: #f5f6fa;
    border-radius: 8px;
    text-align: center;
    padding: 10px 10px 15px 10px;
    height: 100%;
    transition: 0.5s;
}

.advisory-brd-inner img {
    width: 100%;
    height: 250px;
    transition: 0.5s;
    border-radius: 8px;
}

.advisory-brd-inner h3 {
    font-size: 18px;
    font-weight: 600 !important;
    color: #030541;
}

.advisory-brd-inner-img {
    height: 250px;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
}

.advisory-brd-inner p {
    margin-bottom: 0;
    font-size: 14px;
}

.advisory-brd-inner:hover {
    box-shadow: 0px 0px 5px 0px #ccc;
}

.advisory-brd-inner:hover .advisory-brd-inner-img img {
    transform: scale(1.05);
}

.advisory-brd-inner:hover h3 {
    color: var(--yellow);
}

/*Advisory Board*/

/*hmg-vds-sec*/
.hmg-vds-sec {
    background-color: #e9eff8;
}

.hmg-vds-sec h2.sub-heading {
    font-size: 26px;
}

.hmg-vds-sec h2.sub-heading.txtlft {
    text-align: left;
}

.hmg-vds-sec h2.sub-heading.txtlft:before {
    left: 0;
    transform: translate(0);
}

.hmg-vds-sec h2.sub-heading.txtlft:after {
    left: 20px;
    transform: translateX(0);
}

.hmg-vds-sec-left ul li {
    position: relative;
    border-bottom: 1px dashed #444;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.hmg-vds-sec-left ul {
    height: 320px;
}

.hmg-vds-sec-left ul li a {
    display: block;
    position: relative;
    padding-left: 20px;
    font-size: 14px;
}

.hmg-vds-sec-left ul li a:hover, .hmg-vds-sec-left ul li a:hover:before {
    color: var(--yellow);
}

.hmg-vds-sec-left ul li a:before {
    position: absolute;
    content: '\f061';
    left: 0;
    font-family: "Font Awesome 5 Pro";
}

.hmg-vds-sec-left ul li a strong {
    text-align: right;
    display: block;
    font-size: 12px;
    margin-top: 10px;
}

.hmg-vds-sec-inner {
    position: relative;
}

.hmg-vds-sec-inner video {
    width: 100%;
    border-radius: 20px;
    height: 405px;
    object-fit: cover;
}

.hmg-vds-sec-inner .ply-btn {
    background-color: var(--red);
    color: #fff;
    display: flex;
    width: 100px;
    height: 100px;
    font-size: 42px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: none !important;
    outline: none !important;
    z-index: 99;
}

.hmg-vds-sec-right ul li {
    background-color: #fff;
    box-shadow: 0 0 5px 0 #ccc;
    padding: 10px;
    border-radius: 6px;
    margin: 0 1px;
    font-size: 14px;
    margin-bottom: 15px;
}

.hmg-vds-sec-right ul li strong {
    font-size: 12px;
}

.hmg-vds-sec-right ul {
    height: 320px;
}

.hmg-vds-sec-right ul li img {
    width: 100%;
    border-radius: 6px;
    margin-bottom: 7px;
}

.hmg-vds-sec-right ul li a:hover {
    color: var(--red);
}

/*hmg-vds-sec*/

/*news Events*/
.news-evnts {
    background-image: url(../images/testimnl-bg.jpg);
    background-position: bottom;
    background-attachment: fixed;
    background-repeat: no-repeat;
    position:relative;
}
.news-evnts:after{
    content:'';
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background-color:rgb(0 0 0 / 70%);
}
.news-evnts .container{
    position:relative;
    z-index:99;
}
.news-evnts .slick-slider {
    margin: 0 -15px;
}

.news-evnts .slick-slide {
    margin-right: 15px;
    margin-left: 15px;
}

.news-evnts-crds {
    position: relative;
    margin-top: 50px;
}

.news-evnts-crds img {
    width: 64px;
    height: 64px;
    object-fit: cover;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -31px;
    border: 2px solid var(--dark);
}

.news-evnts-crds .content {
    padding: 40px 20px 20px 20px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 0 2px 0 #f5f5f5;
    margin-bottom: 2px;
}

.news-evnts-crds .content p {
    margin-bottom: 10px;
}

.news-evnts-crds .content h4 {
    font-size: 20px;
    color: #030541;
    margin-bottom: 0;
}
.news-evnts-crds .content h5{
    font-size: 14px;
    color: #030541;
    margin-bottom: 0;
}
/*news Events*/

/*Important Links*/
.impr-lnks-sec {
    background-color: #f4f4f4;
    padding-top: 20px;
    padding-bottom: 30px;
}

.impr-lnks-sec h4 {
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 22px;
}
.impr-lnks-sec ul li{
    margin-bottom: 15px;
}
.impr-lnks-sec ul li a {
    font-size: 14px;
    display: block;
    position: relative;
    transition: 0.5s;
    color: #000;
    padding-left: 10px;
    font-weight: 400;
}

.impr-lnks-sec ul li a:before {
    content: '\f178';
    line-height: 20px;
    position: absolute;
    font-size: 20px;
    left: 0;
    top: 2px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    width: 5px;
    white-space: nowrap;
    overflow: hidden;
    transition: 0.5s;
    color: #444;
}

.impr-lnks-sec ul li a:hover {
    padding-left: 22px;
    color: var(--red);
}

.impr-lnks-sec ul li a:hover::before {
    width: 18px;
    color: var(--red);
}

/*Important Links*/

/*Footer Css*/
.cus-ftr {
    background-color: #050d36;
    padding-top: 30px;
}
ul.quick-links li{
    margin-bottom:10px;
}
ul.quick-links li a{
    display:inline-block;
    color:#d1d9fe;
}
ul.quick-links li a:hover{
    color:var(--yellow);
}
ul.quick-links li:last-child{
    margin-bottom:0;
}
.cus-ftr p {
    color: #d1d9fe;
    line-height: 26px;
    padding-right: 50px;
}

.cus-ftr h5 {
    color: var(--white);
    margin-top: 30px;
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.cus-ftr h5:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 55px;
    height: 3px;
    background-color: var(--yellow);
    border-radius: 10px;
}

.cus-ftr ul.address-links li {
    color: #d1d9fe;
    position: relative;
    padding-left: 25px;
}

.cus-ftr ul.address-links li i {
    color: #d1d9fe;
    position: absolute;
    left: 0;
    top: 3px;
}

.cus-ftr ul.address-links li + li {
    margin-top: 15px;
}

.cus-ftr ul.address-links li a:hover {
    color: var(--yellow);
}

.cus-ftr .social-lnks {
    display: flex;
    padding-top: 25px;
    justify-content: flex-start;
}

.cus-ftr .social-lnks li a {
    width: 45px;
    height: 45px;
    background-color: rgb(255, 255, 255, 0.1);
    border-radius: 4px;
    line-height: 18px;
    font-size: 18px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    margin-right: 15px;
}

.cus-ftr .social-lnks li a:hover {
    background-color: var(--yellow);
}

.cus-ftr iframe {
    width: 100%;
    height: 250px;
}

.cus-ftr .copy-text {
    background-color: #020828;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 30px;
}

.cus-ftr .copy-text p a:hover {
    color: var(--yellow);
}

/*Footer Css*/

/*Gallery Css*/
.our-gallery-inner .tab-content ul li {
    position: relative;
    margin-top: 20px;
}

.our-gallery-inner .tab-content ul li a {
    display: block;
    border: 1px solid #ccc;
    border-radius: 10px;
    overflow: hidden;
}

.our-gallery-inner .tab-content ul li a img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.our-gallery-inner .tab-content ul li .galler-content {
    padding: 15px;
    padding-top: 10px;
}

.our-gallery-inner .tab-content ul li h5 {
    font-size: 16px;
    line-height: 16px;
    color: #030541;
}

.our-gallery-inner .tab-content ul li p {
    margin-bottom: 0;
    color: #000;
    font-size: 14px;
}

/*Gallery Css*/

/*background Image*/
.bg-inner {
   background-image: url(../images/hmg-banner-abt.jpg);
   height: 350px;
   display: flex;
   align-items: center;
   position: relative;
   overflow: hidden;
   margin-top: 1px;
   border-bottom: 1px solid #ccc;
   background-size: 100% 100%;
   background-position: top center;
}

/*.bg-inner:after {
    content: "";
    position: absolute;
    width: 60%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    background: linear-gradient(90deg, hsla(0, 0%, 100%, .95) 60%, hsla(0, 0%, 100%, 0) 91%);
}*/
.bg-inner:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(0 0 0 / 50%);
}
.bg-inner .container {
    position: relative;
    z-index: 9;
}

.bg-inner h2 {
/*    color: #030541;*/
color: #fff;
font-size: 42px;
margin-bottom: 0;
font-weight: 600;
text-align:center;
}

/*background Image*/

/*Custom Tabs*/
.custom-tbs.nav-tabs {
    justify-content: center;
    margin-bottom: 10px;
    border-bottom: none !important;
}

.custom-tbs.nav-tabs li .nav-link {
    background-color: var(--dark);
    border: none !important;
    margin: 0 5px;
    color: #fff;
    font-size: 18px;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 10px;
}

.custom-tbs.nav-tabs li .nav-link.active {
    background-color: var(--yellow);
}

/*Custom Tabs*/

/*Cotact Page*/
.cntct-frm-sec .contacts-inner-tp {
    padding-top: 23px;
    padding-bottom: 35px;
}

.cntct-frm-sec .contacts-inner {
    background-color: #fff;
    box-shadow: 0 0 5px 0px #ccc;
    border-radius: 10px;
    padding: 45px 20px 20px 20px;
    position: relative;
    height: 100%;
}

.cntct-frm-sec .contacts-inner .icon-contact {
    position: absolute;
    left: 20px;
    top: -23px;
    width: 46px;
    height: 46px;
    background: #fff;
    text-align: center;
    line-height: 46px;
    font-size: 20px;
    border-radius: 50%;
    box-shadow: rgb(0 0 0 / 25%) 0 0 5px 0;
    color: #030541;
}

.cntct-frm-sec .contacts-inner .icon-contact i {
    font-weight: 600;
}

.cntct-frm-sec .contacts-inner:hover .icon-contact {
    background: #030541;
    color: #fff;
}

.cntct-frm-sec .contacts-inner h5 {
    font-weight: 600 !important;
    color: #030541;
    font-size: 22px;
    margin-bottom: 10px;
}

.cntct-frm-sec .contacts-inner a, .cntct-frm-sec .contacts-inner span {
    color: #444;
    font-weight: 500;
}

.cntct-frm-sec .contacts-inner a:hover {
    color: var(--yellow);
}

.cntct-frm-sec form {
    background-color: #f5f5f5;
    padding: 60px 45px;
    border-radius: 20px;
}

.cntct-frm-sec form .mb-4 label {
    font-size: 18px;
    color: var(--dark);
}

.cntct-frm-sec form .mb-4 .form-control,
.cntct-frm-sec form .mb-4 .form-select{
    min-height: 56px;
    border-radius: 30px;
    font-size: 18px;
    padding: 10px;
}
.cntct-frm-sec form .mb-4 .form-control:focus,
.cntct-frm-sec form .mb-4 .form-select:focus{
    border-color:var(--red)!important;
}

.cntct-frm-sec form .mb-4 textarea.form-control {
    min-height: 150px;
    padding: 20px;
    resize: none;
}

.cntct-frm-sec form .th-button::before {
    display: none;
}

/*Contact Page*/

/*New Page Css*/
.news-page-sec h3 {
    font-size: 24px;
    color: var(--dark);
}

.news-page-sec .custom-tbs.nav-tabs {
    border-radius: 15px;
    overflow: hidden;
}

.news-page-sec .custom-tbs.nav-tabs li .nav-link {
    margin: 0;
    width: 100%;
    border-radius: 0;
    border-bottom: solid 1px rgb(225, 225, 225, 0.2) !important;
    text-transform: uppercase;
}

.news-page-sec .custom-tbs.nav-tabs li {
    width: 100%;
}

/*New Page Css*/

/*About Page*/
.spacetp.about-page-sec {
    padding-bottom: 0;
}

.about-page-sec-lst {
    display: flex;
    flex-wrap: wrap;
    margin-top: 35px;
}

.about-page-sec-lst li {
    width: 50%;
}

.about-page-sec-lst li.img-sec {
    display: flex;
}

.about-page-sec-lst li.img-sec img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-page-sec-lst li.content-sec {
    padding: 50px;
    display: flex;
    align-items: center;
}

.about-page-sec-lst li.content-sec .sub-heading {
    text-align: left;
    font-size: 24px;
}

.about-page-sec-lst li.content-sec p {
    font-size: 18px;
    line-height: 28px;
}

.about-page-sec-lst li.content-sec .sub-heading:before {
    left: 0;
    transform: translate(0);
}

.about-page-sec-lst li.content-sec .sub-heading:after {
    left: 25px;
    transform: translate(0);
}

/*About Page*/

/*Admisson Page*/
.admission-page-sec.cntct-frm-sec form{
    background-color:#fff;
    padding:30px;
    box-shadow:0 0 5px 0 #ccc;
    border-radius: 20px;
    margin-left:50px;
}
.admission-page-sec.cntct-frm-sec form .mb-4 .form-control, 
.admission-page-sec.cntct-frm-sec form .mb-4 .form-select {
    min-height:48px;
    border-radius:8px;
    font-size:16px;
    padding: .375rem .75rem;
}
.admission-page-sec.cntct-frm-sec form .mb-4{
    margin-bottom:1rem!important;
}
.cntct-frm-sec form .mb-4 label{
    font-size:14px;
}
.admission-page-sec.cntct-frm-sec form .th-button{
    border-radius:8px;
    height:48px;
    font-size:18px;
}
/*Admisson Page*/

/*Engineering-css-start*/
.civil-hmg.hmg-banner .slick-slide .item{
    height: 500px;
}
.civil-hmg.hmg-banner .slick-slide .item img{
    height:500px;
}
.civil-hmg.hmg-banner .slick-slide .item h5{
    font-size:18px;
}
.civil-hmg.hmg-banner .slick-slide .item h1{
    font-size:32px;
}
.civil-hmg.hmg-banner .slick-slide .item p{
    font-size:14px;
}
.course-card {
    background-color: #f7f7f7;
}

.course-card-tp {
    padding-top: 31px;
    padding-bottom: 1px;
}

.course-card-innr {
    background-color: #fff;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0px 0px 5px #ccc;
    text-align: center;
    border-bottom: 4px solid var(--red);
    transition: 0.4s;
    height: 100%;
}

.course-card-innr:hover {
    border-color: var(--yellow);
    transform: translateY(-10px);
}

ul li:nth-child(1) .course-card-innr {
    background-color: #fca30221;
}

ul li:nth-child(3) .course-card-innr {
    background-color: #88020824;
}

.course-card-innr img {
    width: 60px;
}

.course-card-innr span {
    display: inline-block;
    height: 90px;
    width: 90px;
    line-height: 90px;
    text-align: center;
    background-color: #fca30270;
    border-radius: 50px;
}

.course-card-innr h4 {
    font-size: 22px;
    margin: 0.5rem 0;
    font-weight: 600;
}

.achivement-lst a {
    display: inline-block;
    background-color: var(--dark);
    border: none !important;
    margin: 2px 0px;
    color: #fff;
    font-size: 16px;
    padding: 10px;
    border-radius: 5px;
    width: 100%;
}
.achivement-lst a:hover{
    background-color: var(--yellow);
}
.achivement-sec .innr-head{
    font-size: 22px;
    font-weight: 400;
    margin: 0.5rem 0;
}
.heading{
    font-size: 24px;
    font-weight: 400;
    margin: 15px 0 25px;
}
.video-sec{
    background-color: #eee;
}
.video-sec .slick-slide {
  margin: 0 15px;
}

/* the parent */
.video-sec .slick-list {
  margin: 0 -15px;
}
.table tr td a:hover{
    color: var(--yellow);
}
.civil-sec .card{
    margin-top:25px;
}
.civil-sec .card .card-body{
    padding-left:5px;
    padding-right:5px;
}
.civil-sec .card .card-body .card-title{
    font-size:16px;
    text-align:center;
}
/*Engineering-css-end*/
/*Modal Form*/
.modal .modal-title{
    font-size:16px;
}
.modal .btn-close{
    position: absolute;
    right: -15px;
    top: -15px;
    background: var(--dark);
    opacity: 1;
    color: #fff;
    padding: 0;
    width: 36px;
    height: 36px;
    line-height: 38px;
    font-size: 20px;
    border-radius: 50%;
    margin: 0;
}
.modal .btn-close:hover{
    background:var(--red);
}
.admission-frm-mdl .modal-body .mb-4{
    margin-bottom: 12px!important;
}
.admission-frm-mdl .modal-body .mb-4 label{
    font-size:12px;
}
.admission-frm-mdl .modal-body .form-control,
.admission-frm-mdl .modal-body .form-select{
    font-size: 14px;
    padding: 6px;
}
.admission-frm-mdl .modal-footer .btn{
    height:34px;
    min-width:130px;
    font-size:14px;
    padding:.375rem .75rem!important;
    border-radius: 0.25rem!important;
}
.admission-frm-mdl .modal-footer .btn.th-button::before{
    display:none;
}
.admission-frm-mdl .modal-footer .btn.th-button:hover{
    background:var(--yellow);
}
.btn.admission-frm{
    font-size: 14px;
    background-color: var(--dark);
    color: var(--white) !important;
    position: fixed;
    right: -55px;
    top: 50%;
    transform: rotate(-90deg);
}
.btn.admission-frm:hover{
    background:var(--yellow);
}
.whts-btn{
    display: inline-block;
    position: fixed;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
}
.whts-btn img{
    width:30px;
}
/*.admission-frm-mdl*/
/*Modal Form*/
/*ABout Us  2 Page*/
.abt-content-sec h3{
    font-size:28px;
    margin-top:35px;
}
.abt-content-sec strong{
    font-weight:600;
}
.abt-content-sec h4{
    font-size:24px;
}
.abt-content-sec h5{
    font-size:18px;
}
.abt-content-sec h6{
    font-size:26px;
}
.abt-content-sec p{
    font-size:18px;
}
.abt-content-sec p a{
    color:var(--yellow);
    text-decoration:underline;
}
.abt-content-sec ul{
    margin-top:35px;
}
.abt-content-sec ul li{
    position: relative;
    margin-bottom: 16px;
    font-size: 18px;
    padding-left: 17px;
}
.abt-content-sec ul li:before{
    content: '';
    position: absolute;
    background-color: #444;
    width: 8px;
    height: 8px;
    left: 0;
    top: 8px;
    transform: rotate(45deg);
}
/*ABout Us  2 Page*/

.frm-dsk-sec .frm-dsk-tp{
    margin-bottom: 50px;
    padding: 40px 40px;
    box-shadow: -34px 36px 34px -31px #e1e1e1;
    position: relative;
    background: #f5f5f5;
    border-radius: 6px;
}
.frm-dsk-sec .frm-dsk-img {
    width: 250px;
    height: 250px;
    margin: 0 auto;
    position: relative;
    z-index: 99;
}


.frm-dsk-sec .frm-dsk-img .frm-dsk-img-innr{
    height: 250px;
    width: 250px;
    object-fit: cover;
    border-radius: 50%;
    object-position: top;
}
.frm-dsk-shape{
    position: absolute;
    bottom: -10px;
    left: -30px;
    z-index: -1;
    width: 200px;
}
.frm-dsk-sec .rgt-corner {
    position: absolute;
    top: 0;
    right: 0;
    width: 2em;
    height: 2em;
    background-color: var(--red);
}
.frm-dsk-sec .rgt-corner .rgt-corner-shpe {
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 2em 2em 0;
    border-color: transparent #ffffff transparent transparent;
}
.frm-dsk-sec .rgt-corner.lft-crnr .rgt-corner-shpe{
    border-width: 2em 2em 2em 0;
    border-color: white #ffffff00 white white;
}
.frm-dsk-sec .rgt-corner.lft-crnr{
    left: 0;
    background-color: var(--yellow);
}
.frm-dsk-sec .frm-dsk-content h3{
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 5px;
    color: var(--dark);
    margin-bottom: 8px;
    display: inline-block;
    border-bottom: 2px solid var(--dark);
}

.frm-dsk-sec .frm-dsk-content h4{
    font-size: 20px;
    font-weight: 400;
}
.frm-dsk-sec .frm-dsk-content p{
    margin-bottom: 5px;
}
.affiliation-lg{
    text-align: center;
    margin-top: 2rem;
}
.affiliation-lg img{
    height: 100px;
    width: 100px;
    object-fit: cover;
    margin: 0 5px;
}
.content-table{
    margin-top: 15px;
}

/*new-css-start*/

.faq-innr .accordion-item{
    margin-bottom: 10px;
}
.accordion-button{

}
.faq-innr .accordion-button{
    font-weight: 600;
    color: #000;
    background-color: transparent;
    border: 1px solid rgba(0,0,0,.125);
    box-shadow: none;
}
.blg-bar ul li a:hover{
    color:var(--yellow);
}
.blg-crd .card-body p{
    font-size:14px;
    text-align:justify;
}
.blg-crd .card-body h5 a:hover{
    color:var(--yellow);
}
.graduation-sec{
    background-image: url(../images/pharmacy/graduation.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
/*new-css-end*/
/*11-05-2023*/
.acordian-custom .accordion-item {
    border: 1px solid #ccc;
    margin-bottom: 25px;
}
.acordian-custom  .accordion-button {
    border-top: 5px solid #fff;
    border-bottom: 5px solid #fff;
    padding-top: 11px;
    padding-bottom: 11px;
    box-shadow: none;
    font-size: 18px;
    font-weight: 500;
}
.acordian-custom  .accordion-button:not(.collapsed) {
    color:var(--yellow);
    border-bottom:5px solid var(--dark);
    background-color:transparent!important;
    box-shadow:none;
}

.banner-flag ul {
    --col-gap: 2rem;
    --barH: 1rem;
    --roleH: 2rem;
    --flapH: 2rem;
    width: min(60rem, 90%);
    margin-inline: auto;
    display: flex;
    flex-wrap: wrap;
    gap: var(--col-gap);
    padding-inline: calc(var(--col-gap) / 2);
    justify-content: center;
    align-items: flex-start;
    list-style: none;
}
.banner-flag ul li::before {
    content: "";
    grid-area: role;
    height: var(--barH);
    width: calc(100% + var(--col-gap));
    margin-left: calc(var(--col-gap) / -2);
    margin-top: calc(var(--roleH) / 2 - var(--barH) / 2);
    background: #d9d9d9;
    z-index: -1;
    background-image: linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.2) 30%, rgba(255, 255, 255, 0.1) 40%, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0.4));
}
.banner-flag ul li::after {
    content: "";
    grid-area: role;
    background:var(--yellow);
    background-image: linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.2) 30%, rgba(255, 255, 255, 0.1) 40%, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0.4));
    height: var(--roleH);
}
.banner-flag ul li {
    height: 100%;
    width: 10em;
    display: grid;
    grid-template:
    "role"
    "icon"
    "title"
    "descr";
    align-items: flex-start;
    gap: 1rem;
    padding-block-end: calc(var(--flapH) + 1rem);
    text-align: center;
    background: red;
    background-image: linear-gradient(rgba(0, 0, 0, 0.6) var(--roleH), rgba(0, 0, 0, 0.4) calc(var(--roleH) + 0.5rem), rgba(0, 0, 0, 0) calc(var(--roleH) + 0.5rem + 5rem));
    clip-path: polygon(calc(var(--col-gap) / -2 - 5px) 0, calc(100% + var(--col-gap) / 2 + 5px) 0, calc(100% + var(--col-gap) / 2 + 5px) calc(100% - var(--flapH)), 50% 100%, calc(var(--col-gap) / -2 - 5px) calc(100% - var(--flapH)));
}
.banner-flag ul li:nth-child(1) {
    background-color:var(--yellow);
}
.banner-flag ul li:nth-child(2) {
    background-color:var(--dark);
}
.banner-flag ul li:nth-child(2)::after {
    background-color:var(--dark);
}
.banner-flag ul li:nth-child(3) {
    background-color:var(--red);
}
.banner-flag ul li:nth-child(3)::after {
    background-color:var(--red);
}
.banner-flag ul li .title {
    font-size:16px;
    font-weight: 500;
    min-height: 50px;
    font-family: 'Roboto';
}
.evnts-crd-text h4{
    font-size:18px;
    text-align:center;
}
.evnts-crd-text h4:hover{
    color: var(--red);
}
/*11-05-2023*/