@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700&display=swap');
body {
    font-family: 'Inter', sans-serif;
    background: #fff;
    overflow: auto;
    font-size: 14px;
    overflow-x: hidden;
    padding-top: 166px;
}
 p.solid{
         border: 1px solid black;
         padding: 20px;
        }
/*********************** index sepecialites panel *************************/

/*.index-sepecialites-panel {
    padding: 0px;
    margin: 0px;
    background: url(assets/images/circle.JPG) no-repeat top center;
    padding: 100px 0px 60px 0px;
}*/
/*
.index-sepecialites-panel dl {
    max-width: 362px;
    height: 362px;
    margin: 0px auto;
    background: url(assets/images/specialities-img.png) no-repeat center center;
}

.index-sepecialites-panel dl dt {
    display: block;
    padding: 0px;
    margin: 0px;
    position: absolute;
    width: 540px;
    height: 110px;
}

.index-sepecialites-panel dl dt a {
    display: block;
    text-decoration: none;
}

.index-sepecialites-panel dl dt span {
    display: block;
    float: left;
    border-radius: 100%;
}

.index-sepecialites-panel dl dt article {
    float: left;
    width: 390px;
    padding: 0px 15px;
}

.index-sepecialites-panel dl dt article h4 {
    padding: 0px;
    margin: 15px 0px 5px 0px;
    color: #4d4e57;
    font-size: 20px;
    font-family: "OpenSans-Regular", Arial, Helvetica, sans-serif;
    font-weight: normal;
}

.index-sepecialites-panel dl dt article p {
    padding: 0px;
    margin: 0px 0px 0px 0px;
    color: #78797d;
    font-size: 12px;
    font-family: "OpenSans-Regular", Arial, Helvetica, sans-serif;
    font-weight: normal;
    line-height: 18px;
}

.index-sepecialites-panel dl dt:nth-child(1) {
    margin: -50px 0px 0px -420px;
}

.index-sepecialites-panel dl dt:nth-child(1) span {
    float: right;
}

.index-sepecialites-panel dl dt:nth-child(1) article {
    text-align: right;
}

.index-sepecialites-panel dl dt:nth-child(2) {
    margin: -50px 190px;
    0px 0px
}

.index-sepecialites-panel dl dt:nth-child(3) {
    margin: 120px 0px 0px -520px;
}

.index-sepecialites-panel dl dt:nth-child(3) span {
    float: right;
}

.index-sepecialites-panel dl dt:nth-child(3) article {
    text-align: right;
}

.index-sepecialites-panel dl dt:nth-child(4) {
    margin: 120px 300px;
    0px 0px
}

.index-sepecialites-panel dl dt:nth-child(5) {
    margin: 280px 0px 0px -430px;
}

.index-sepecialites-panel dl dt:nth-child(5) span {
    float: right;
}

.index-sepecialites-panel dl dt:nth-child(5) article {
    text-align: right;
}

.index-sepecialites-panel dl dt:nth-child(6) {
    margin: 280px 200px;
    0px 0px
}

.index-sepecialites-panel dl dt span:hover {
    transition: all 0.7s ease 0s;
}

.index-sepecialites-panel dl dt h4:hover {
    color: #ff6000;
    transition: all 0.7s ease 0s;
}

.index-sepecialites-panel .view-all {
    display: block;
    width: 238px;
    line-height: 34px;
    text-transform: uppercase;
    font-size: 17px;
    color: #004785;
    font-family: "OpenSans-Regular", Arial, Helvetica, sans-serif;
    border: 1px solid #c5cdd0;
    margin: 80px auto 0px auto;
    text-decoration: none;
    text-align: center;
}

.index-sepecialites-panel .view-all:hover {
    background: green;
    transition: all 0.7s ease 0s;
    color: #fff;
}*/

/*********************** index sepecialites panel *************************/

p{
    text-align: justify;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    transition: all 400ms ease;
}

img {
    max-width: 100%
}

/* h1, h2, h3, h4, h5, h6 { font-weight: 700; } */

input,
button {
    outline: none !important;
    box-shadow: none;
}

.mobile {
    display: none !important;
}

.mainHeader {
    background: #fff;
    /* box-shadow: 0 0 10px; */
    position: fixed;
    z-index: 99;
    width: 100%;
    top: 0;
    left: 0;
    transition: all 400ms ease;
}

.mainHeader.fixedHeader {
    top: -41px;
    transition: all 400ms ease;
    box-shadow: 0 0 10px #0000002e;
}

.topHeader {
    display: flex;
    justify-content: space-between;
    padding: 11px 0;
    align-items: center;
    background: linear-gradient(0deg, rgba(14, 33, 74, 1) 0%, rgba(26, 45, 84, 1) 47%, rgba(36, 58, 107, 1) 74%, rgba(38, 68, 132, 1) 100%);

}

.listInline {
    display: flex;
    margin: 0;
    padding: 0;
    list-style-type: none;
    gap: 10px;
}

.gap20 {
    gap: 20px;
}

.topHeader p a {
    color: #333;
    font-weight: 500;
}

.topHeader li a,
.topHeader li {
    color: #fff;
    font-size: 13px;
}

.topHeader li a:hover {
    text-decoration: underline;
}

.topHeader .contactList i {
    color: #f08174;
}

.logInBtn a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #1E1E1E;
}

.contactList li:first-child {
    padding-right: 10px;
}

nav#mainNav {
    background: rgb(229, 230, 228);
/*    background: linear-gradient(0deg, rgba(14, 33, 74, 1) 0%, rgba(26, 45, 84, 1) 47%, rgba(36, 58, 107, 1) 74%, rgba(38, 68, 132, 1) 100%);*/
    padding: 0 15px;
}

.navbar-brand img {
    max-height: 90px;
}

li.menu-item a {
    color: #fff;
    display: block;
    padding: 5px 10px;
    margin-bottom: 2px;
    border-radius: 3px;
}

li.menu-item a:hover {
    background: #ed4834;
}

nav#mainNav .nav-item>a {
    font-size: 15px;
    color: #ffffff;
    font-weight: 500;
    padding: 26px 0px;
    position: relative;
}

nav#mainNav .nav-item>a:hover {
    color: #ed4934;
}

nav#mainNav .nav-item {
    padding: 0 15px;
}

.dropMenu:hover .dropMenuWrp {
    opacity: 1;
    top: 100%;
    z-index: 9;
    transition: all 500ms ease;
    visibility: visible;
}

nav#mainNav .nav-item>i {
    position: absolute;
    right: 5px;
    top: 33px;
}

.mainNav {
/*    background: #9D191D;*/
    background: linear-gradient(0deg, rgba(14, 33, 74, 1) 0%, rgba(26, 45, 84, 1) 47%, rgba(36, 58, 107, 1) 74%, rgba(38, 68, 132, 1) 100%);

    /* border-bottom: solid 5px #fff; */
}

.mainNavList {
    margin: 0;
    padding: 15px 0;
    list-style-type: none;
    display: flex;
    justify-content: space-between;
}

.mainNavList li a {
    color: #fff;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 14px;
    position: relative;
    padding: 0;
}

.mainNavList li a i {
    margin-left: 10px;
}

.mainNavList li a.submenu:before {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0%;
    height: 1px;
    background: #fff;
    transition: all 500ms ease;
}

.mainNavList li a.submenu:hover:before {
    width: 100%;
    transition: all 500ms ease;
}

/*.mainNavList li a.submenu:after {
    content: "";
    height: 100%;
    width: 1px;
    background: #fff;
    position: absolute;
    right: -18px;
    top: 0px;
}*/

.mainNavList li a.submenu:after {
    content: "";
    height: 100%;
    width: 1px;
    background: #fff;
    position: absolute;
    right: -9px;
    top: 0px;
}

.mainNavList li:last-child a:after {
    display: none;
}

.slideScroller .item {
    overflow: hidden;
}

.slideScroller .item>img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.slideScroller .item .container {
    position: relative;
}

.bannerContent {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 500px;
    background: url(../images/banner-bg.png) 0 0 no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
}

.bannerContent .d-block {
    position: relative;
    z-index: 5;
}

.bannerContent:before {
    content: "";
    /* background: url(../images/banner-bg-left.png) 0 0 repeat; */
    background: #22345B;
    background-size: cover;
    position: absolute;
    left: -300px;
    width: 300px;
    height: 100%;
    z-index: 1;
}

.bannerContent:after {
    content: "";
    width: 200px;
    height: calc(100% + 120px);
    position: absolute;
    right: -120px;
    top: -70px;
    background: #22345B;
    /* background: url(../images/banner-bg-left.png) 0 0 repeat; */
    background-size: cover;
    transform: rotate(12deg);
    z-index: 1;
}

.bannerContent h1 {
    font-weight: 600;
    font-size: 44px;
    color: #fff;
    margin: 0;
}

.bannerContent p {
    margin: 30px 0;
    font-size: 16px;
    color: #fff;
}

.btnRed {
    display: inline-flex;
    background: #9D191D;
    border-radius: 10px;
    color: #fff;
    padding: 10px 40px;
    box-shadow: 0 0 0px #00000036;
    border: solid 1px #9D191D;
}

.btnRed:hover {
    color: #9D191D;
    background: #fff;
    box-shadow: 0 0 10px #00000036;
}

.mainsliderBanner {
    background-color: #22345B;
}

.sliderBanner .owl-nav {
    position: absolute;
    bottom: 10px;
    left: 42%;
    transform: translateX(-50%);
    display: flex;
    gap: 30px;
}

.sliderBanner {
    position: relative;
}

.sliderBanner .owl-dots {
    position: absolute;
    left: 7%;
    bottom: 20px;
    display: flex;
    gap: 5px;
}

.sliderBanner .owl-dots button {
    width: 10px;
    height: 10px;
    background: transparent;
    border: solid 1px #fff;
    border-radius: 50%;
}

.sliderBanner .owl-nav img {
    max-width: 100px;
}

.sliderBanner .owl-dots .active {
    background: #fff;
}

.aboutUs {
    padding: 60px 0 0;
    position: relative;
    overflow: hidden;
}

.customSec {
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

.abtShape {
    position: absolute;
    z-index: -1;
    right: 0;
    top: -180px;
}

.abtShape2 {
    position: absolute;
    left: 0;
    bottom: 0;
}

.abtShape2 img {
    width: 520px;
}

.aboutUs .container {
    position: relative;
    z-index: 1;
}

.abtShape img {
    width: 300px;
}

.sectionHeading h3 {
    margin: 0;
    display: inline;
    position: relative;
    font-size: 14px;
}

.sectionHeading h3:after {
    content: "";
    width: 60px;
    height: 6px;
    background: #22345B;
    position: absolute;
    right: -70px;
    top: 5px;
}

.sectionHeading h2 {
    font-size: 30px;
    color: #22345B;
    font-weight: 700;
}

.para {
    font-size: 14px;
    color: #343434;
}

.aboutUsContent ul {
    margin: 0 0 20px;
    display: flex;
    padding: 0;
    list-style-type: none;
    gap: 20px;
}

.aboutUsContent ul a {
    color: #151515;
    font-weight: 600;
}

.facilities {
    background: #F4F8FF;
    padding: 50px 0;
}

.facilitiesList {
    display: flex;
    gap: 30px;
}

.facilitieBx {
    width: calc(100%/5 - 15px);
}

.facilitieBx img {
    width: 100px;
    transform: scale(1);
    transition: all 500ms ease;
}

.facilitieBx:hover>img {
    transform: scale(1.1);
    transition: all 500ms ease;
}

.facilitieBx h3 {
    color: #22345B;
    font-size: 18px;
    margin: 15px 0 10px;
    font-weight: 700;
}

.facilitieBx:hover h3 {
    color: #9D191D;
}

.admissionBannerBx {
    display: flex;
    align-items: center;
    position: relative;
    gap: 50px;
    background: #E8E8E8;
    border-radius: 10px;
    padding-right: 50px;
    overflow: hidden;
}

.admissionBannerBx>img {
    height: 130px;
}

.admissionBannerBx h3 {
    font-size: 14px;
    margin: 0;
}

.admissionBannerBx h2 {
    font-size: 26px;
    white-space: nowrap;
    font-weight: 700;
    color: #343434;
    margin: 0;
}

.admissionBannerBx p {
    font-size: 13px;
    margin: 0;
}

.admissionBannerBx .btnRed {
    white-space: nowrap;
}

.admissionThumb {
    position: relative;
}

.admissionThumbContent {
    position: absolute;
    width: 92%;
    left: 0;
    bottom: 0;
    padding: 20px;
    background: #000000ad;
    display: flex;
    align-items: center;
    gap: 20px;
    height: 95px;
    transition: all 500ms ease;
}

.admissionThumb:hover .admissionThumbContent {
    height: 100%;
    transition: all 500ms ease;
}

.admissionThumbContent img {
    width: 60px;
}

.admissionThumbContent h3 {
    color: #fff;
    font-size: 20px;
    margin: 0;
}

.admissionThumbContent h6 {
    color: #fff;
    font-size: 16px;
    margin: 0;
}

.quickLinks .container-fluid {
    display: flex;
    gap: 20px;
    padding: 3%;
}

.quickLinksLists {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 1%;
}

.quickLinkBx {
    width: calc(100% / 5 - 20px);
    display: flex;
    align-items: center;
    gap: 15px;
}

.quickLinkBx img {
    width: 70px;
    transform: scale(1);
    transition: all 500ms ease;
}

.quickLinkBx:hover img {
    transform: scale(1.1);
    transition: all 500ms ease;
}

.quickLinkBx h3,
.quickLinkBx h3 a {
    font-size: 15px;
    color: #151515;
    margin: 0;
    text-transform: capitalize;
}

.quickLinkBx:hover h3,
.quickLinkBx:hover h3 a {
    color: #9D191D;
}

.quickLinkBx h2 {
    font-size: 26px;
    border-bottom: 5px solid #22345B;
    padding-bottom: 5px;
}

.quickLinks {
    margin: 50px 0;
    border-top: solid 2px #E8E8E8;
    border-bottom: solid 2px #E8E8E8;
}

.latest {
    background: #F4F8FF;
    padding: 50px 0;
    position: relative;
}

.lateestShape {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 0;
}

.lateestShape img {
    height: 350px;
}

.latest h2,
.gallery h2 {
    font-size: 28px;
    color: #22345B;
    font-weight: 700;
    padding: 0 0 10px;
    margin: 0 0 20px;
}

.newsBx {
    display: flex;
    gap: 20px;
    margin: 0 0 20px;
}

.newsThumb img {
    width: 80px !important;
    min-width: 80px;
}

.newsContent h5 {
    font-size: 14px;
    color: #9D191D;
    font-weight: 600;
    margin: 0;
}

.newsContent p {
    margin: 0;
    font-size: 13px;
}

.latestNews .owl-nav {
    position: absolute;
    top: -64px;
    right: 0;
    display: flex;
    gap: 10px;
}

.latestNews .owl-nav img {
    width: 30px;
}

.updates {
    padding: 25px 40px;
    background: linear-gradient(153.65deg, #22345B 13.73%, #294582 50.04%, #112654 83.44%);
    border-radius: 20px;
    color: #fff;
}

.updates .owl-nav {
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    gap: 10px;
}

.updateBx p {
    margin: 0 0 20px;
}

.updates .owl-nav img {
    width: 30px;
}

.preparingStudents {
    background: #22345B;
}

.preparingStudents h3,
.preparingStudents h2,
.preparingStudents p {
    color: #fff;
}

.testimonial {
    position: relative;
}

.testimonialShape1,
.testimonialShape2 {
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 0;
}

.testimonialShape2 {
    left: auto;
    right: 0;
}

.testimonialShape1 img,
.testimonialShape2 img {
    height: 200px;
}

.testimonialContent p {
    font-style: italic;
    line-height: 1.8;
}

.testimonialContent p b {
    font-style: normal;
}

.testimonialContent {
    padding-top: 20px;
}

.testimonial .owl-nav {
    display: flex;
    justify-content: space-between;
    position: absolute;
    left: -35px;
    top: 50%;
    width: calc(100% + 70px);
}

.testimonial .owl-nav img {
    width: 30px;
}

.gallery {
    background: #F4F8FF;
    padding: 50px 0;
}

a.lightbox.gallery img {
    width: 100%;
    height: 350px;
    object-fit: fill;
    padding: 3px;
}

.gallery h2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.gallery h2 a {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
}

.galleryArea {
    display: flex;
    gap: 20px;
}

.galleryArea .nav {
    min-width: 140px;
}

.tabContentWrp {
    display: flex;
    flex-wrap: wrap;
    gap: 2px;
}

.tabContentWrp img {
    /* width: calc(100%/3 - 2px); */
    height: 130px;
    object-fit: cover;
}

.galleryArea .nav .nav-link {
    border: 1px solid #22345B;
    border-radius: 0px 50px 50px 0px;
    margin-bottom: 10px;
    color: #22345B;
}

.galleryArea .nav .nav-link.active {
    color: #fff;
    background: #22345B;
}

.galleryThumb {
    box-shadow: 0px 17.3519px 9.71706px -12.4934px rgba(0, 0, 0, 0.25);
}

.mainFooter {
    padding: 50px 0 10px;
    background: url(../images/footer-bg.png) 0 0 no-repeat;
    background-size: cover;
}

.footerLogo>img {
    width: 100px;
}

.footerLogo p {
    color: #fff;
    margin: 15px 0;
    line-height: 1.8;
    font-size: 14px;
}

.footerLogo .d-flex {
    gap: 15px;
    color: #fff;
}

.footerLogo .d-flex img {
    width: 25px;
}

.footerLinks h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    border-bottom: solid 1px #fff;
    padding: 0 0 10px;
    margin: 0 0 10px;
}

.fLists {
    margin: 0;
    padding: 0 0 0 20px;
}

.fLists li {
    color: #fff;
}

.fLists li a {
    color: #E8E8E8;
    font-size: 13px;
    line-height: 1.7;
}

.fLists li a:hover {
    text-decoration: underline;
}

.subList {
    padding-left: 10px;
    list-style-type: none;
}

.copyright {
    text-align: center;
    color: #fff;
    margin-top: 20px;
}

.footerLinks {
    padding: 0 35px;
    border-left: solid 1px #fff;
}

.aboutUsContentTwo {
    padding-right: 12rem;
    padding-top: 25px;
}

.aboutUsContentTwo ul {
    margin: 0 0 20px;
    display: flex;
    padding: 0;
    list-style-type: none;
    gap: 20px;
}

.aboutUsContentTwo ul a {
    color: #151515;
    font-weight: 600;
}

.sectionHeading h6 {
    font-weight: 700;
    line-height: 1.2;
    font-size: 18px;
}

.paraTwo {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 28px;
    color: #343434;
    text-align: justify;
}

.chairmanImg {
    text-align: center;
    position: relative;
}

.chairmanImg img {
    width: auto;
    height: 350px;
    border-radius: 30px;
    position: relative;
}

.chairmanImg::before {
    content: " ";
    position: absolute;
    width: 150px;
    height: 130px;
    left: 13%;
    top: -44px;
    background: #22345B;
    border-radius: 14.1922px;
    z-index: -1;
}

.chairmanImg::after {
    content: " ";
    position: absolute;
    width: 150px;
    height: 130px;
    left: 62%;
    top: 264px;
    border-radius: 14.1922px;
    z-index: -1;
    background: #E3ECFF;
}

/*.teamSec {
    margin: 60px 0 0;
    background: #F4F8FF;
}*/

.teamSec {
    padding: 30px 0;
    background: url(../images/teamBg.png) 48px 0 no-repeat;
    background-size: contain;
    position: relative;
}

.teamSec::before {
    content: "";
    z-index: -1;
    background: #f4f8ff;
    position: absolute;
    left: 0;
    right: 0;
    height: 659px;
    top: 0;
}

.teambx {
    display: flex;
    gap: 25px;
}

.teamImg {
    width: 40%;
}

.team-content {
    width: 80%;
}

.team-content p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 00;
    font-size: 15px;
    line-height: 2.2;
    text-transform: capitalize;
}

.teamImgtwo img {
    width: 250px;
    height: auto;
    border-radius: 50px;
}

.mt5 {
    margin-top: 4rem !important;
}

.chairmanSec {
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

.teamShp::before {
    content: "";
    position: absolute;
    left: 49%;
    top: 0px;
    background: #E3ECFF;
    z-index: -1;
    border-radius: 50%;
    width: 740px;
    height: 100%;
}

.teamShpImg img {
    margin: 27% 29px;
    width: 425px;
    height: 250px;
}

.memberSec {
    /* padding: 40px 0px; */
}

.guideSection {
    margin: 60px 0 60px;
    position: relative;
    overflow: hidden;
}

.guideSection .col-12.col-md-12.aos-init.aos-animate {
    padding: 0 4%;
}

/*.guideSec {
    width: 100%;
    height: 200px;
    background: #E8E8E8;
    border-radius: 10px;
}
.guideImg{
    position: relative;
}
.guideImg .imgOne{
    position: absolute;
    z-index: 999;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.guideImg .imgTwo{
    position: absolute;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.guideContent {
    display: flex;
    padding: 17px 6px 0 25%;
    margin-top: 40px;
}
.guideContent .guideheading h2 {
    font-size: 30px;
    color: #22345B;
    font-weight: 700;
}
button.redBtn {
    background: #9D191D;
    box-shadow: 0px 4px 26px rgba(255, 133, 133, 0.25);
    border-radius: 10px;
    border: none;
    color: #fff;
    width: 160px;
    height: 40px;
    cursor: pointer;
}
button.redBtn:hover {
    background: #ffff;
    box-shadow: 0px 4px 26px rgba(255, 133, 133, 0.25);
    border-radius: 10px;
    border: 1px solid #9D191D;
    color: #9D191D;
    width: 160px;
    height: 40px;
    cursor: pointer;
}

.guideSection.col-12.col-md-12.aos-init.aos-animate {
    padding: 0 82px;
}*/

/*sidebar icons*/

.sidebar-icon {
    position: fixed;
    top: 30%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 25px;
    z-index: 100;
}

.sidebar-icon a {
    display: block;
    text-align: center;
    padding: 10px;
    transition: all 0.3s ease;
}

.certificate {
    background: #22345B;
}

.eductaion {
    background: #fff;
    border: 1px solid #22345B;
}

.announcer {
    background: #9D191D;
}

/*breadcrumb*/

/*.breadcrumbs {
    position: relative;
    padding: 7rem 0;
    width: 100%;
    background: url('../images/wcms_banner.jpg') 0 0 no-repeat;
    height: 250px;
}*/

.breadcrumbs {
    position: absolute;
    padding: 4px 0;
}

.breadcrumbs ul {
    list-style-type: none;
    display: flex;
    gap: 10px;
    justify-content: center;
    background: transparent;
    width: fit-content;
    margin-left: 49px;
    text-align: center;
    padding: 14px 11px;
    height: 50px;
    border-radius: 10px;
}

.breadcrumbs ul li a {
    color: #253f78;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
}

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

/*.dropMenu {
    padding: 0;
    margin: 0;
    list-style-type: none;
    position: absolute;
    left: auto;
    top: 97%;
    min-width: 250px;
    display: none;
}*/

.dropMenu {
    position: absolute;
    left: 0;
    top: 100%;
    background: #701931;
    padding: 0;
    z-index: -9;
    transition: all 300ms ease;
    opacity: 0;
    left: auto;
    top: 97%;
    visibility: hidden;
    list-style-type: none;
    min-width: 160px;
}

.dropMenu li a {
    display: block;
    padding: 7px 10px !important;
    background: linear-gradient(0deg, rgba(14, 33, 74, 1) 0%, rgba(26, 45, 84, 1) 47%, rgba(36, 58, 107, 1) 74%, rgba(38, 68, 132, 1) 100%);
    color: #fff !important;
    font-size: 15px;
}

.dropMenu {
    z-index: 99;
}

.mainNavList li:first-child a {
    border-left: none;
}

#mainNavList>li.submenu:nth-last-child(3) .dropMenu,
#mainNavList .navbar-nav>li.submenu:nth-last-child(2) .dropMenu,
#mainNavList .navbar-nav>li.submenu:last-child .dropMenu {
    left: auto;
    top: 97%;
}

/*
.mainNavList li:hover {
    color: #ffffff;
    background: #002642;
}*/

.mainNavList>li:hover .dropMenu {
    display: block;
}

.mainNavList>li:hover .dropMenu li:hover .dropMenu {
    display: block;
    background: #fff !important;
    position: absolute;
    left: 99%;
    top: 11%;
    padding: 0;
    width: 100%;
}

.mainNavList>li:hover .dropMenu li:hover ul.dropMenu.dropMenu4 {
    top: 37% !important;
}

.mainNavList ul li a:hover,
.mainNavList ul li:hover>a {
    background: #3e457c;
    color: #fff;
}

.mainNavList li:hover>ul {
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0);
}

.mainNavList ul ul {
    left: 169px;
    top: 0px;
    visibility: hidden;
    opacity: 0;
    transform: translate(20px, 20px);
    transition: all 0.2s ease-out;
}

table.table.customTable {
    width: 100%;
    height: auto;
    overflow: hidden;
    border: 1px solid #8888;
}

.customTable thead {
    background: #1a2d54;
    color: #fff;
}

a.download-btn {
    display: inline-flex;
    background: #9D191D;
    border-radius: 10px;
    color: #fff;
    padding: 10px 40px;
    box-shadow: 0 0 0px #00000036;
    border: solid 1px #9D191D;
    cursor: pointer;
}

a.download-btn i {
    line-height: 22px;
    padding-left: 10px;
}

a.download-btn:hover {
    background: #9d191db5;
    color: #fff;
    border-radius: 10px;
}

/*for scrollbar*/

::-webkit-scrollbar {
    background-color: #ccc;
    width: 8px;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(0deg, rgba(14, 33, 74, 1) 0%, rgba(26, 45, 84, 1) 47%, rgba(36, 58, 107, 1) 74%, rgba(38, 68, 132, 1) 100%);
}

::selection {
    background: darkblue;
    color: #fff;
    text-shadow: none;
}

/*common text color*/

.blueColor {
    color: #223867;
}

.customCard {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgb(21 40 80 / 19%);
    border-radius: 12px;
    padding: 12px;
}

.custom-container {
    margin: 0 auto;
    width: 46%;
    height: 140px;
    position: relative;
    perspective: 1000px;
}

#carousel {
    width: 100%;
    height: 100%;
    position: absolute;
    transform-style: preserve-3d;
    animation: rotation 20s infinite linear;
}

#carousel:hover {
    animation-play-state: paused;
}

#carousel figure {
    display: block;
    position: absolute;
    width: 48%;
    height: 150px;
    left: 10px;
    top: 10px;
    background: black;
    overflow: hidden;
    border: solid 5px black;
}

#carousel figure:nth-child(1) {
    transform: rotateY(0deg) translateZ(288px);
}

#carousel figure:nth-child(2) {
    transform: rotateY(40deg) translateZ(288px);
}

#carousel figure:nth-child(3) {
    transform: rotateY(80deg) translateZ(288px);
}

#carousel figure:nth-child(4) {
    transform: rotateY(120deg) translateZ(288px);
}

#carousel figure:nth-child(5) {
    transform: rotateY(160deg) translateZ(288px);
}

#carousel figure:nth-child(6) {
    transform: rotateY(200deg) translateZ(288px);
}

#carousel figure:nth-child(7) {
    transform: rotateY(240deg) translateZ(288px);
}

#carousel figure:nth-child(8) {
    transform: rotateY(280deg) translateZ(288px);
}

#carousel figure:nth-child(9) {
    transform: rotateY(320deg) translateZ(288px);
}

#carousel figure img {
    -webkit-filter: grayscale(1);
    cursor: pointer;
    transition: all .5s ease;
}

#carousel figure img:hover {
    -webkit-filter: grayscale(0);
    transform: scale(1.2, 1.2);
}

@keyframes rotation {
    from {
        transform: rotateY(0deg);
    }
    to {
        transform: rotateY(360deg);
    }
}

/*vission-mission page*/

/*.visiionThumb {
    text-align: center;
    padding: 91px 0;
}*/

.numberList {
    width: 100%;
    max-width: fit-content;
    list-style: none;
    padding: 0;
}

.numberList .item {
    display: block;
    counter-increment: list;
    padding-bottom: 18px;
    font-size: 15px;
    position: relative;
    clear: both;
}

.numberList .item::before {
    font-size: 1.5rem;
    font-weight: 900;
    content: counter(list);
    width: 3rem;
    height: 3rem;
    margin: 0 1em 0.5em 0;
    color: #fff;
    background: #253e74 linear-gradient(to bottom right, #13264e 25%, #243b6e);
    float: left;
    text-shadow: 0 0 3px #243b6f;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    shape-outside: ellipse();
    z-index: 1;
}

.numberList .item::after {
    position: absolute;
    content: "";
    width: 1.25rem;
    height: 1.25rem;
    top: 0;
    left: 0;
    background-color: #162950;
    border-top-left-radius: 4px;
    z-index: -1;
}

ul.info_list {
    list-style: none;
    padding: 0;
}

ul.info_list li {
    margin: 12px 0px;
    font-size: 16px;
    color: #333;
    display: flex;
    gap: 10px;
}

ul.info_list li i {
    color: #fff;
    background: #9c191d;
    padding: 12px;
    border-radius: 10px;
}

ul.info_list li a {
    color: #333;
}

.centerScrollerSlider .owl-carousel .owl-stage-outer {
    padding: 50px 0;
}

.centerScrollerSlider .owl-item {
    filter: grayscale(100%);
}

.centerScrollerSlider .owl-item.active.center {
    transform: scale(1.2);
    z-index: 99;
    filter: grayscale(0%);
}

.centerScrollerSlider .item img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 20px;
}

.centerScrollerSlider .owl-nav button {
    font-size: 40px !important;
    position: absolute;
    left: 140px;
    top: 50%;
    transform: translateY(-50%);
    outline: none;
    padding: 0 !important;
}

.centerScrollerSlider .owl-nav button.owl-next {
    left: auto;
    right: 140px;
}

/*.centerScrollerSlider .owl-carousel .owl-stage-outer:after {content: "";width: 100%;height: 50px;position: absolute;left: 0;bottom: 0;background: #f0745b;z-index: -1;border-radius: 40px 40px 0 0;}
*/

.teamCenterScroller .slideScroller .item img {
    height: 250px;
}

.teamCenterScroller .owl-item.active.center {
    transform: scale(1.05);
}

.teamCenterScroller .owl-carousel .owl-stage-outer:after {
    display: none;
}

.centerScrollerSlider.teamCenterScroller .owl-nav button {
    left: -50px;
}

.centerScrollerSlider.teamCenterScroller .owl-nav button.owl-next {
    right: -50px !important;
    left: auto;
}

.teamCenterScroller .owl-carousel .owl-stage-outer {
    padding: 10px 0;
}

.teamCenterScroller.centerScrollerSlider .owl-item {
    filter: grayscale(0);
}

.teamCenterScroller.centerScrollerSlider .owl-nav button,
.teamCenterScroller.centerScrollerSlider .owl-nav button.owl-next {
    left: 30%;
    top: 150px;
}

.teamCenterScroller.centerScrollerSlider .owl-nav button.owl-next {
    right: 30% !important;
    left: auto;
}

.centerScrollerSlider .owl-carousel .owl-stage-outer:after {
    content: "";
    width: 100%;
    height: 50px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #182b522e;
    z-index: -1;
    border-radius: 40px 40px 0 0;
}

/*lecture-theatre page*/

.txt_content li::before {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    background: #243c70;
    left: -25px;
    top: 8px;
}

.txt_content li::after {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    background: #041c32;
    opacity: .4;
    left: -19px;
    top: 8px;
}

.txt_content li {
    position: relative;
    list-style: none;
    margin: 22px 0px;
}

/*department pages*/

.departments_list {
    background: #26295b;
    border-radius: 14px;
    padding: 16px 10px;
}

.departments_list_heading h2 {
    color: #ffff;
    font-size: 23px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 35px;
}

.departments_list_heading {
    text-align: center;
}

.departments_list ul {
    list-style-type: none;
    padding: 0;
    text-align: left;
}

.departments_list ul li a {
    display: flex;
    justify-content: start;
    gap: 14px;
    background: #ffff;
    border-radius: 10px;
    padding: 8px;
    margin: 12px;
}

.departments_list ul li img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.departments_list ul li h3 {
    font-size: 14px;
    color: #333;
    margin: 11px 0;
    line-height: 1.2;
}

.departments_heading {
    text-align: left;
    padding-left: 15px;
}

.departments_heading h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bolder;
}

/*front desk page*/

.customImg {
    text-align: center;
    position: relative;
    padding: 30px;
}

.customImg img {
    width: 100%;
    height: 350px;
    border-radius: 30px;
    position: relative;
}

.customImg::before {
    content: " ";
    position: absolute;
    width: 150px;
    height: 130px;
    left: 2%;
    top: 17px;
    background: #22345B;
    border-radius: 14.1922px;
    z-index: -1;
}

.customImg::after {
    content: " ";
    position: absolute;
    width: 150px;
    height: 130px;
    left: 67%;
    top: 268px;
    border-radius: 14.1922px;
    z-index: -1;
    background: #E3ECFF;
}

.customLinkBx img {
    width: 70px;
    transform: scale(1);
    transition: all 500ms ease;
    margin-bottom: 17px;
}

.customLinkBx {
    width: calc(100% / 3 - 20px);
    text-align: center;
    padding: 12px;
    border-radius: 10px;
    height: 150px;
    text-align: center;
    box-shadow: 17px 19px 15px -3px rgba(0, 0, 0, 0.1);
}

.customLinkBx h3,
.customLinkBx h3 a {
    font-size: 15px;
    color: #223867;
    margin: 0;
    text-transform: capitalize;
    font-weight: 800;
}

.customLinksLists {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

/*IPd service page*/

.serviceBx {
    width: calc(100% / 3 - 20px);
    text-align: center;
    padding: 12px;
    border-radius: 10px 10px 0 0;
    height: 150px;
    text-align: center;
    box-shadow: 0 10px 20px rgb(0 0 0 / 10%);
    -webkit-transition: all 500ms ease;
    * -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 500ms ease;
}

.serviceBx img {
    width: 70px;
    transform: scale(1);
    transition: all 500ms ease;
    margin-bottom: 17px;
}

.serviceBx h3 {
    font-size: 15px;
    color: #223867;
    margin: 0;
    text-transform: capitalize;
    font-weight: 800;
}

.serviceBx:hover {
    background-color: #ffffff;
    box-shadow: 0 10px 20px rgb(0 0 0 / 10%);
    transform: translateY(-15px);
    border-bottom: 4px solid #1370b5;
}

/*.centerScrollerSlider.mt-4 {
    background: #1a2d5414;
    padding: 18px;
    border-radius: 10px;
}*/

.customThumb {
    padding: 28px;
}

.customThumb img {
    object-fit: cover;
    border-radius: 10px;
    width: 100%;
    height: 280px;
}

.customThumb::after {
    content: "";
    background: #041c321c;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    z-index: -1;
    position: absolute;
    left: -33px;
    top: 35%;
}

.customThumb::before {
    content: "";
    background: #041c321c;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    z-index: -1;
    position: absolute;
    right: -1px;
    bottom: 62%;
}

ul.info_list_two {
    list-style: none;
    padding: 12px 0;
}

ul.info_list_two li a {
    color: #333;
    text-decoration: underline;
}

ul.info_list_two li i {
    color: #9c191d;
    /* background: #9c191d; */
    padding: 0;
    border-radius: 10px;
}

.customCard {
    background: #07204f17;
    border-radius: 13px;
    padding: 16px;
}

/*hospital page*/

.cardBx {
    width: 100%;
    height: 150px;
    background: #fff;
    border: 2px solid #213665;
    border-radius: 5px;
    padding: 12px 0 0 40px;
    position: relative;
    display: grid;
    align-items: center;
    justify-content: center;
}

.cardBx i {
    position: absolute;
    background: #9d191d;
    color: #fff;
    width: 55px;
    height: 55px;
    left: -22px;
    border-radius: 10px;
    display: grid;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.cardBx:hover {
    transform: translateY(-20px);
    background: #213665;
    color: #fff;
}

.cardContent h3 {
    font-size: 18px;
    font-weight: 700;
}

.mt-0 {
    margin-top: 0;
}

/*contact page*/

.services-box {
    background: #eff7ff;
    padding: 50px;
    border-radius: 8px;
    position: relative;
    height: 180px;
}

.services-box .services-content {
    transition: .3s;
}

.services-content h5 {
    font-size: 15px;
    margin-bottom: 15px !important;
    font-weight: bold;
}

.services-content h5 a {
    color: #30313d;
}

.services-box .services-content p {
    margin-bottom: 0;
}

.services-icon {
    position: absolute;
    top: -12px;
    left: 11rem;
    background: #1b2e56;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    padding: 12px;
    color: #fff;
    font-size: 18px;
}

.contact-form input {
    width: 100%;
    border: none;
    padding-left: 15px;
    transition: .3s;
    border-radius: 10px;
    border: 1px solid #20356252;
    height: calc(3.0em + .55rem + 2px);
}

.contact-form textarea {
    height: 250px;
    width: 100%;
    padding: 15px;
    transition: .3s;
    border: 1px solid #20356252;
    border-radius: 10px;
}

.contact-form i {
    position: absolute;
    right: 25px;
    top: 20px;
    font-size: 16px;
    color: #1a2e55;
}

.contact-form input:focus,
textarea:focus {
    outline: none;
    box-shadow: none;
}

/*form.row.contact-form.pt-4 {
    background: #fff;
    width: 100%;
    height: auto;
    box-shadow: -3px 17px 15px -3px rgb(33 55 101);
    margin: 5% 0;
    border-radius: 10px;
}*/

.careerBx {
    width: 100%;
    margin-bottom: 20px;
    height: auto;
}

;
.careerBxImg img {
    width: 100%;
    margin-bottom: 10px;
    height: 230px;
    border-radius: 10px 10px 0px 0px;
}

.careerBx .careerBxImg img {
    width: 100%;
    transition: transform 0.5s ease-in-out;
    height: 220px;
    object-fit: cover;
}

.careerBx:hover .careerBxImg img {
    transform: scale(1.1);
}

.careerBx .careerBxImg {
    overflow: hidden;
    padding: 0;
}

.careerBxContent span {
    font-size: 24px;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 0;
}

.careerBxContent p {
    font-size: 16px;
    line-height: 1.875;
    margin-top: 9px;
    font-weight: 400;
}

.careerBxContent {
    height: 180px;
}

.learnBtn {
    color: #9d191d;
    cursor: pointer;
    font-size: 15px;
    font-weight: 700;
}

.learnBtn i {
    font-size: 12px;
}

.joinBx {
    width: 100%;
    margin-bottom: 20px;
    height: auto;
}

.joinBxImg img {
    width: 100%;
    margin-bottom: 10px;
    height: 230px;
    border-radius: 10px 10px 0px 0px;
}

.joinBx .joinBxImg img {
    width: 100%;
    transition: transform 0.5s ease-in-out;
    object-fit: cover;
    height: 100%;
}

.joinBx:hover .joinBxImg img {
    transform: scale(1.1);
}

.joinBx .joinBxImg {
    overflow: hidden;
    padding: 0;
    border-radius: 50%;
    height: 250px;
    width: 250px;
    margin: 10px auto;
}

.joinBx span {
    font-size: 24px;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 0;
}

.joinBx p {
    font-size: 16px;
    line-height: 1.875;
    margin-top: 9px;
    font-weight: 400;
}

.joinBx .learnBtn {
    color: #9d191d;
    cursor: pointer;
    font-size: 15px;
    font-weight: 700;
}

.joinBx .learnBtn i {
    font-size: 12px;
}

.serviceBx i {
    background: #233969;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 12px 0px;
    font-size: 21px;
    color: #fff;
    margin: 10px;
}

.custom-card-two {
    width: 100%;
    height: 240px;
    box-shadow: 0 10px 20px rgb(0 0 0 / 10%);
    padding: 12px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.custom-card-two-img {
    font-size: 27px;
    width: 60px;
    height: 60px;
    border: 2px solid #f4b034;
    display: grid;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #f4b034;
    margin-bottom: 12px;
}

.custom-card-two-content h6 {
    font: normal bold 18px/30px arial, serif;
}

.custom-card-two-content p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    color: #343434;
    text-align: justify;
}

/*awards page*/

.awradCard {
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
    width: 100%;
    border-radius: 10px;
    height: 350px;
}

.awradCardImg img {
    width: 100%;
    margin-bottom: 10px;
    height: 150px;
    border-radius: 10px 10px 0px 0px;
}

.awradCard .awradCardImg img {
    width: 100%;
    transition: transform 0.5s ease-in-out;
    object-fit: cover;
    height: 100%;
}

.awradCard:hover .awradCardImg img {
    transform: scale(1.1);
}

.awradCard .awradCardImg {
    overflow: hidden;
    padding: 0;
    height: 250px;
    width: 100%;
    /* margin: 10px auto; */
    border-radius: 10px 10px 0px 0px;
}

.awradCardContent h3 {
    font-size: 14px;
    line-height: 1.2;
    margin-top: 20px;
    padding: 1;
    color: #333;
}

.awradCardContent {
    padding: 10px 20px;
}

.awradBtn {
    cursor: pointer;
    background: #9d191d;
    position: absolute;
    right: 14px;
    bottom: 0;
    border-radius: 10px 0;
    padding: 5px;
    color: #fff;
}

.awradBtn:hover {
    cursor: pointer;
    background: #9d191db5;
    position: absolute;
    right: 14px;
    bottom: 0;
    border-radius: 10px 0;
    padding: 5px;
    color: #fff;
}

i.fa.fa-address-card.address_icon {
    padding: 16px 11px;
    height: 50px;
}

.mainImage4 {
    height: 245px;
}

@media only screen and (max-width: 1286px) and (min-width: 1200px) {
    .mainImage4 {
        height: 220px;
    }
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
    .mainImage4 {
        height: 180px;
    }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
    .mainImage4 {
        height: 130px;
    }
}

@media only screen and (max-width: 768px) {
    .mainImage4 {
        height: 350px;
        width: 100%;
    }
}

.viewAlllink {
    margin-top: 20px;
    margin-left: 45%;
}

.bannertitle p {
    color: #fff !important;
    padding-right: 10px;
    line-height: 30px;
}

.mainSliderImage {
    height: 500px;
    object-fit: cover;
}

.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media only screen and (max-width: 768px) {
    .vertical-center {
        margin: 0;
        position: relative;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(0%);
    }
    .mainSliderImage {
        height: 400px;
        object-fit: cover;
    }
}

.eventImageHome {
    object-fit: contain;
    padding: 0px 10px 0px 10px;
}

.eventImage {
    height: 300px;
}

.borderFooter {
    border-top: 1px solid #ffffffa9;
}

.banner img {
    width: 100%;
}

.mt50 {
    margin-top: 50px !important;
}

.gsaa-logo {
    height: 140px;
    object-fit: contain;
}

.page-item .active {
    color: white;
    background: blue;
}