html {
    overflow-x: hidden;
}

* {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: 'Isidora Sans';
    src: url('../fonts/IsidoraSans-Bold.woff2') format('woff2'),
        url('../fonts/IsidoraSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Isidora Sans';
    src: url('../fonts/IsidoraSans-SemiBold.woff2') format('woff2'),
        url('../fonts/IsidoraSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* fonts */

/* @import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); */

@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&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

p,
ul,
h2,
h3,
h4,
h5 {
    margin-bottom: 0;
}

p {
    font-family: "Lato", serif;
    font-size: 18px;
    line-height: 1.4;
}

a {
    text-decoration: none !important;
}

li {
    list-style: none;
}

ul {
    padding-left: 0;
}

body {
    font-family: "Lato", serif;
    font-size: 18px;
    padding: 0;
    margin: 0;
}

.blackText{
    color: #000 !important;
}

/* common heading */

.secHead {
    color: #000;
    font-family: 'Isidora Sans';
    font-size: 48px;
    /* font-size: 55px; */
    font-weight: bold;
    margin-bottom: 20px;
}

/* common btn */
/* .moreBtn {
    display: inline-block;
    border-radius: 36px;
    border: 2px solid #D81921;
    background: #D81921;
    color: #fff;
    text-align: center;
    font-family: "Lato", serif;
    font-size: 20px;
    font-weight: 700;
    padding: 8px 24px;
    min-width: 160px;
    transition: all 0.4s ease-in-out;
} */
.moreBtn {
    display: inline-block;
    border-radius: 7px;
    border: 2px solid #D81921;
    background: #D81921;
    color: #fff;
    text-align: center;
    font-family: "Lato", serif;
    font-size: 17px;
    font-weight: 600;
    padding: 12px 24px;
    min-width: auto;
    transition: all 0.4s ease-in-out;
}

.moreBtn:hover {
    border: 2px solid #D81921;
    background: #fff;
    color: #D81921;
}

/* common style */

.blankWrap {
    display: flex;
    align-items: end;
    gap: 12px;
    position: absolute;
    bottom: 0;
    right: 70px;
    z-index: 2;
}

.blank {
    width: 32px;
    background: #D52228;
    position: relative;
    bottom: 0;
    border-radius: 18px 18px 0px 0px;
}

.blank:before {
    position: absolute;
    content: "";
    height: 40px;
    width: 40px;
    background: #D52228;
    top: -48px;
    left: -6px;
    border-radius: 50%;
}

.blank.One:after {
    position: absolute;
    content: "";
    height: 28px;
    width: 28px;
    background-image: url(../images/home/cornerVector.png);
    bottom: -7px;
    left: -18px;
    background-size: 100%;
}

.blank.One {
    height: 180px;
}

.blank.Two {
    height: 230px;
}

/* banner butoons */

.bannerBtn {
    color: #FFF;
    font-family: "Lato", serif;
    font-size: 20px;
    font-weight: 500;
    padding: 8px 16px;
    border-radius: 7px;
    border: 1px solid #D81921;
    background: #D81921;
    transition: all 0.8s ease-out;
}

.eachBanner .bannerBtn {
    opacity: 0.1;
    transform: translateY(30px);
}


.eachBanner .bannerBtn:hover:nth-child(1) {
    background: #fff !important;
    color: #D81921;
}

.eachBanner .bannerBtn:nth-child(2) {
    background: #fff;
    color: #D81921;
}

.eachBanner .bannerBtn:hover:nth-child(2) {
    color: #fff;
    background: #D81921;
}

.slick-active .bannerBtn {
    opacity: 1;
    transform: translateY(0px);
}

.bannerBtn:hover {
    background: #D81921;
    border-color: #D81921;
}

.btnWrap {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-top: 16px;
}

/* header styling */
.headerWrap {
    width: 100%;
    /* position: absolute; */
    z-index: 999;
    top: 0;
    padding: 0 50px 0 80px;
}

.headerWrap .headerContent {
    display: flex;
    justify-content: space-between;
    background-color: transparent;
    align-items: flex-start;
}

.headerWrap .linksWrap {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-top: 14px;
    padding-bottom: 16px;
}

.headerWrap .logoWrap {
    padding: 16px;
    padding-bottom: 16px;
    background-color: #fff;
    border-radius: 0px 0px 8px 8px;
    transition: all 0.5s;
}

.headerWrap.sticky .logoWrap {
    margin-bottom: 5px;
}


.linksWrap .topLinks ul,
.linksWrap .btmLinks ul {
    display: flex;
    gap: 32px;
    justify-content: end;
    align-items: center;
    transition: all 0.5s;
}

/* .linksWrap .btmLinks .options {
    gap: 8px;
    z-index: 4;
} */

.linksWrap .topLinks ul li .actionBtn,
.linksWrap .btmLinks ul li .actionBtn {
    display: flex;
}

.linksWrap .topLinks ul li .actionBtn p {
    color: #FFF;
    font-family: "Lato", serif;
    font-size: 18px;
    font-weight: 700;
}

.linksWrap .btmLinks ul li .actionBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-family: "Lato", serif;
    font-size: 17px;
    font-weight: 500;
    padding: 10px 0;
}

.linksWrap .topLinks ul li .actionBtn {
    gap: 16px;
}

.linksWrap .topLinks ul li {
    position: relative;
}

.linksWrap .topLinks ul li:not(:last-child):before {
    position: absolute;
    content: "";
    height: 1px;
    width: 10px;
    right: -24px;
    top: 50%;
    padding: 0px 10px;
    background: #fff;
    transform: translateY(-50%);
    transform: rotate(90deg);
}

.linksWrap .topLinks ul li .actionBtn .actionIcon {
    height: 35px;
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #fff;
    overflow: hidden;
    margin: 0px 8px;
}

.linksWrap .btmLinks ul li .actionBtn span {
    padding: 8px;
    transition: all 0.3s ease-in-out;
}

.linksWrap .btmLinks ul li {
    position: relative;
    transition: all 0.3s ease-in-out;
}

.linksWrap .btmLinks ul li .options,
.botLinkWrap li .options {
    display: flex;
    flex-direction: column;
    opacity: 0;
    /* margin-top: 16px; */
    transition: all 0.3s ease-in-out;
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    gap: 0;
}

.linksWrap .btmLinks ul li .options li,
.botLinkWrap li .options li {
    min-width: 100%;
    padding: 5px 8px;
    transition: all 0.3s ease-in-out;
}

.linksWrap .btmLinks ul li .options li a,
.botLinkWrap li .options li a {
    color: #5E5E5E !important;
    display: inline-block;
    font-size: 16px;
    font-family: "Lato", serif;
    font-weight: 400;
    width: 100%;
    transition: all 0.3s ease-in-out;
}

/* .linksWrap .btmLinks ul li:hover .options {
    opacity: 1;
} */

.linksWrap .btmLinks ul li:hover span {
    transform: rotate(180deg);
}

/* .linksWrap .btmLinks ul li:hover .options {
    background-color: #D52228;
    border-radius: 8px;
} */

/* start nav-menu */

.linksWrap .btmLinks ul li .options,
.botLinkWrap li .options {
    visibility: hidden;
    transition: transform 0.6s ease-out, opacity 0.6s ease-out;
    transform: translateY(25px);
    opacity: 0;
    background-color: #fff;
    border-top: 5px solid #DD0000;
    border-radius: 10px;
    width: 260px;
    overflow: hidden;
    box-shadow: 0px 2px 7px 1px #a5a5a5;
    gap: 0 !important;
}

.linksWrap .btmLinks ul li:hover .options,
.linksWrap .btmLinks ul li:focus .options,
.botLinkWrap li:hover .options,
.botLinkWrap li .options:focus .options {
    visibility: visible;
    transform: translateY(0);
    opacity: 1;
}

.linksWrap .btmLinks ul li:hover .options li,
.botLinkWrap ul li:hover .options li {
    opacity: 1;
    padding: 0;
}

/* .linksWrap .btmLinks ul li .options li:hover {
    background-color: #FFF1CE;
} */
/* .linksWrap .btmLinks ul li .options li:nth-child(1),
.linksWrap .btmLinks ul li .options li:nth-child(2),
.linksWrap .btmLinks ul li .options li:nth-child(3) {
    transform: translateY(-100px);
} */

.linksWrap .btmLinks ul li:hover .options li:nth-child(1),
.botLinkWrap ul li:hover .options li:nth-child(1) {
    /* transition-delay: 450ms; */
    transform: translateY(0);
}

.linksWrap .btmLinks ul li:hover .options li:nth-child(2),
.botLinkWrap ul li:hover .options li:nth-child(2) {
    /* transition-delay: 300ms; */
    transform: translateY(0);
}

.linksWrap .btmLinks ul li:hover .options li:nth-child(3),
.botLinkWrap ul li:hover .options li:nth-child(3) {
    transform: translateY(0);
    /* transition-delay: 150ms; */
}

/* .linksWrap .btmLinks ul li .options li {
    padding: 10px 15px 10px 30px;
    
 } */
.linksWrap .btmLinks ul li .options li a,
.botLinkWrap ul li .options li a {
    position: relative;
    transition: all .4s ease-in-out;
}

.linksWrap .btmLinks ul li .options li a::before,
.botLinkWrap ul li .options li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    /* height: 45px; */
    bottom: 0;
    background-color: #fff1ce;
    transform-origin: left;
    transition: all .4s ease-in-out;
    z-index: -1;
}

.linksWrap .btmLinks ul li .options li:hover a::before,
.botLinkWrap ul li .options li:hover a::before {
    width: 100%;
}

.linksWrap .btmLinks ul li .options li a::after,
.botLinkWrap ul li .options li a::after {
    content: "";
    position: absolute;
    top: 22px;
    left: 6%;
    width: 8px;
    height: 8px;
    background-color: #E8000B;
    transform: translateY(-52%);
    transition: all .4s ease-in-out;
}

.linksWrap .btmLinks ul li .options li:hover a::after,
.botLinkWrap ul li .options li:hover a::after {
    transform: translateY(-52%) rotate(45deg);
}

.linksWrap .btmLinks ul li .options li a,
.botLinkWrap ul li .options li a {
    padding-left: 5px;
    padding: 10px 15px 10px 33px;
}

.linksWrap .btmLinks ul li .options li::after,
.botLinkWrap ul li .options li::after {
    content: normal;
}

.linksWrap .btmLinks ul li:hover .options li:first-child a::before,
.botLinkWrap ul li:hover .options li:first-child a::before {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.linksWrap .btmLinks ul li:hover .options li:last-child a::before,
.botLinkWrap ul li:hover .options li:last-child a::before {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

/* .linksWrap .btmLinks ul > li{
    line-height: 40px;
} */

.linksWrap .btmLinks ul>li>li {
    line-height: normal;
}

/* first hover menu */
.MenuBx2 .option-navTabImg.current {
    display: block;
}

.optionsOuter {
    padding-top: 15px;
}


.linksWrap .btmLinks ul li.MenuBx2 .options.campusBx,
.botLinkWrap li.MenuBx2 .options.campusBx {
    width: 500px;
    min-height: 300px;
    margin-top: 0;
    top: calc(100% + 1px);

}

.MenuBx2 .options-lst-navTabx {
    display: flex;
    align-items: start;
    justify-content: space-between;
    padding: 0px 10px;
}

.MenuBx2 .option-navTabImg {
    width: 300px;
    height: 250px;
    padding: 10px;
    display: none;
}

.MenuBx2 .option-navTabImg img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.MenuBx2 .navCampusLst ul {
    flex-direction: column-reverse;
    gap: 0;
}

.linksWrap .btmLinks ul li.MenuBx2 .options li a::before,
.botLinkWrap li.MenuBx2 .options li a::before {
    content: normal;
}

.linksWrap .btmLinks ul li.MenuBx2 .options li,
.botLinkWrap li.MenuBx2 .options li {
    padding: 0 !important;
    /* margin: 10px; */
}

/* .linksWrap .btmLinks ul li.MenuBx2 .options li a,
.botLinkWrap li.MenuBx2 .options li a {
    padding: 0 0 0 33px;
} */

/* end first hover menu */


/* start full mega menu */

/* .options-lst-sub-navTab{
    overflow: auto;
} */
.botLinkWrap .sub-option .options-lst .options-lstBx .options-lst-sub-navTab ul li::before {
    top: 15px !important;
}

.options-lst-navTab-content {
    display: none;
    opacity: 0;
    transition: all 0.5s;
}

.options-lst-navTab-content.current {
    display: block;
    opacity: 1;
}

.linksWrap .btmLinks .sub-option,
.botLinkWrap .sub-option {
    position: relative;
}

.botLinkWrap .options {
    z-index: 4;
}

.botLinkWrap ul li:hover .options {
    z-index: 5;
}

.linksWrap .btmLinks .sub-option .options-lst,
.botLinkWrap .sub-option .options-lst {
    background-color: #fff;
    position: fixed;
    top: 120px;
    left: 50%;
    width: 80%;
    min-height: 400px;
    margin: 0 auto;
    border-radius: 20px;
    transform: translateX(-50%);
    border-top: 5px solid #DD0000;
    box-shadow: 0px 2px 7px 1px #a5a5a5;
    z-index: 1;
}

.botLinkWrap .sub-option .options-lst {
    display: none;
}

.botLinkWrap .sub-option:hover .options-lst {
    display: block;
}

.linksWrap .btmLinks ul li .options.options-lst li a::after,
.botLinkWrap ul li .options.options-lst li a::after {
    content: normal;
}

.linksWrap .btmLinks ul li .options.options-lst li,
.botLinkWrap ul li .options.options-lst li {
    min-width: 48%;
}

.linksWrap .btmLinks ul li .options.options-lst li a::before,
.botLinkWrap ul li .options.options-lst li a::before {
    content: normal;
}

.linksWrap .btmLinks .sub-option .options-lst .options-lstBx ul,
.botLinkWrap .sub-option .options-lst .options-lstBx ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 0 0 15px 22px;
}

.linksWrap .btmLinks .sub-option .options-lst .options-lstBx,
.botLinkWrap .sub-option .options-lst .options-lstBx {
    transform: translateY(-100px);
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease-in-out;
}

.linksWrap .btmLinks .sub-option:hover .options-lst .options-lstBx,
.botLinkWrap .sub-option:hover .options-lst .options-lstBx {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}


.options-lst-row {
    display: flex;
    min-height: 400px;
}

.linksWrap .btmLinks .sub-option .options-lstBx .options-lst-hd,
.botLinkWrap .sub-option .options-lstBx .options-lst-hd {
    border-radius: 20px 0 0 0;
}

.linksWrap .btmLinks .sub-option .options-lstBx .options-lst-hd h4,
.botLinkWrap .sub-option .options-lstBx .options-lst-hd h4 {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 20px;
    font-weight: 700;
    font-family: "Lato", serif;
    color: #D00;
    transition: all .2s ease-in-out;
    padding: 22px 0px 22px 20px;
    background-color: #FFF1CE;
    position: relative;
    border-radius: 20px 0 0 0;
}

.linksWrap .btmLinks .sub-option .options-lstBx .options-lst-hd h4::after,
.botLinkWrap .sub-option .options-lstBx .options-lst-hd h4::after {
    content: "";
    position: absolute;
    top: 54%;
    /* left: 35%; */
    left: 145px;
    transform: translate(-54%, -35%);
    height: 1px;
    width: 80px;
    background-color: #000;
}

.linksWrap .btmLinks .sub-option .options-lst .options-lst-hd,
.botLinkWrap .sub-option .options-lst .options-lst-hd {
    background: #FFF1CE;
}

.linksWrap .btmLinks .sub-option .options-lstBx .options-lst-subHd h4,
.botLinkWrap .sub-option .options-lstBx .options-lst-subHd h4 {
    color: #000;
    font-family: "Lato", serif;
    font-size: 18px;
    padding: 22px 0px 22px 20px;
    font-weight: 700;
}

.linksWrap .btmLinks .sub-option .options-lst .options-lstBx ul li,
.botLinkWrap .sub-option .options-lst .options-lstBx ul li {
    transition: all 0.4s;
}

.linksWrap .btmLinks .sub-option .options-lst .options-lstBx ul li a,
.botLinkWrap .sub-option .options-lst .options-lstBx ul li a {
    display: inline-block;
    font-size: 16px;
    font-family: "Lato", serif;
    font-weight: 400;
    color: #5E5E5E;
    width: 100%;
    transition: all 0.4s;
    position: relative;
    padding-left: 15px !important;
}

.linksWrap .btmLinks .sub-option .options-lst .options-lstBx ul li,
.botLinkWrap .sub-option .options-lst .options-lstBx ul li {
    width: 100%;
    transition: all .2s ease-in-out;
    position: relative;
}

.linksWrap .btmLinks .sub-option .options-lst .options-lstBx .options-lst-navTab ul li:hover,
.botLinkWrap .sub-option .options-lst .options-lstBx .options-lst-navTab ul li:hover,
.linksWrap .btmLinks .options-lst .options-lstBx .options-lst-navTab ul li.current,
.botLinkWrap .sub-option .options-lst .options-lstBx .options-lst-navTab ul li.current {
    padding: 0 0 0 80px;
    font-weight: 700;
    color: #000;
}

.linksWrap .btmLinks .sub-option .options-lst .options-lstBx .options-lst-sub-navTab ul li:hover,
.botLinkWrap .sub-option .options-lst .options-lstBx .options-lst-sub-navTab ul li:hover {
    padding: 0 0 0 40px;
}

.linksWrap .btmLinks .sub-option .options.options-lst .options-lstBx .options-lst-navTab ul li.current a,
.botLinkWrap .sub-option .options.options-lst .options-lstBx .options-lst-navTab ul li.current a {
    font-weight: 700;
    color: #000 !important;
}

.linksWrap .btmLinks .sub-option .options.options-lst .options-lstBx .options-lst-sub-navTab ul li:hover a,
.botLinkWrap .sub-option .options.options-lst .options-lstBx .options-lst-sub-navTab ul li:hover a {
    color: #D00 !important;
    font-weight: 400;
}

.linksWrap .btmLinks .sub-option .options-lst .options-lstBx .options-lst-navTab ul li::before,
.botLinkWrap .sub-option .options-lst .options-lstBx .options-lst-navTab ul li::before,
.linksWrap .btmLinks .sub-option .options-lst .options-lstBx .options-lst-sub-navTab ul li::before,
.botLinkWrap .sub-option .options-lst .options-lstBx .options-lst-sub-navTab ul li::before {
    content: "";
    position: absolute;
    /* top: 50%; */
    top: 20px;
    left: 0;
    /* transform: translateY(-50%); */
    width: 6px;
    height: 6px;
    background-color: #DD0000;
    transition: all .2s ease-in-out;
    opacity: 1;
    visibility: visible;
}

.linksWrap .btmLinks .sub-option .options-lst .options-lstBx .options-lst-navTab ul li:hover::before,
.botLinkWrap .sub-option .options-lst .options-lstBx .options-lst-navTab ul li:hover::before,
.linksWrap .btmLinks .sub-option .options-lst .options-lstBx .options-lst-navTab ul li.current::before,
.botLinkWrap .sub-option .options-lst .options-lstBx .options-lst-navTab ul li.current::before {
    opacity: 1;
    visibility: visible;
    width: 80px;
    height: 1px;
}

.linksWrap .btmLinks .sub-option .options-lst .options-lstBx .options-lst-sub-navTab ul li:hover::before,
.botLinkWrap .sub-option .options-lst .options-lstBx .options-lst-sub-navTab ul li:hover::before {
    width: 40px;
    height: 1px;
}

.linksWrap .btmLinks .sub-option .options-lst .options-lstBx .options-lst-navTab ul li,
.botLinkWrap .sub-option .options-lst .options-lstBx .options-lst-navTab ul li,
.linksWrap .btmLinks .sub-option .options-lst .options-lstBx .options-lst-sub-navTab ul li,
.botLinkWrap .sub-option .options-lst .options-lstBx .options-lst-sub-navTab ul li {
    margin: 7px 0px;
    padding: 0;
    /* padding: 0 0 0 18px; */
}

.linksWrap .btmLinks .sub-option .options-lst .options-lstBx .options-lst-navTab ul li::after,
.botLinkWrap .sub-option .options-lst .options-lstBx .options-lst-navTab ul li::after {
    content: normal;
}

.linksWrap .btmLinks .sub-option .options-lst .options-lstBx .options-lst-sub-navTab ul,
.botLinkWrap .sub-option .options-lst .options-lstBx .options-lst-sub-navTab ul {
    column-count: 2;
    flex-direction: row;
    justify-content: flex-start;
}

.linksWrap .btmLinks .sub-option .options-lst .options-lstBx .options-lst-sub-navTab ul li,
.botLinkWrap .sub-option .options-lst .options-lstBx .options-lst-sub-navTab ul li {
    width: 48%;
}

/* end full mega menu */

/* start tab-hover */

/* implement menu */
.linksWrap .btmLinks .sub-option .options-lst .options-lst-smBx,
.botLinkWrap .sub-option .options-lst .options-lst-smBx {
    width: 25%;
}

.linksWrap .btmLinks .sub-option .options-lst .options-lst-bgBx,
.botLinkWrap .sub-option .options-lst .options-lst-bgBx {
    width: 75%;
}

.linksWrap .btmLinks .sub-option .options-lst .options-lst-bgBx .options-lst-inn-lft,
.botLinkWrap .sub-option .options-lst .options-lst-bgBx .options-lst-inn-lft {
    width: 60%;
}

.linksWrap .btmLinks .sub-option .options-lst .options-lst-bgBx .options-lst-inn-rgt,
.botLinkWrap .sub-option .options-lst .options-lst-bgBx .options-lst-inn-rgt {
    width: 40%;
}

.linksWrap .btmLinks .sub-option .options-lst .options-lst-bgBx .options-lst-inn-img,
.botLinkWrap .sub-option .options-lst .options-lst-bgBx .options-lst-inn-img {
    width: 100%;
    /* height: 400px; */
    height: 100%;
}

.linksWrap .btmLinks .sub-option .options-lst .options-lst-bgBx .options-lst-inn-img img,
.botLinkWrap .sub-option .options-lst .options-lst-bgBx .options-lst-inn-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: 0 20px 20px 0;
}

.linksWrap .btmLinks .sub-option:hover .options-lst .options-lst-smBx,
.botLinkWrap .sub-option:hover .options-lst .options-lst-smBx {
    box-shadow: 0px 4px 56px 0px rgba(0, 0, 0, 0.25);
}

/* end implement */

/* Style the buttons inside the tab */
.tab.mega-mnu-tab .mega-mnu-tabLnk {
    display: block;
    background-color: inherit;
    /* color: #5E5E5E; */
    padding: 22px 16px;
    width: 100%;
    border: inherit;
    outline: none;
    text-align: left;
    cursor: pointer;
    font-size: 16px;
    font-family: "Lato", serif;
    font-weight: 400;
    position: relative;
    transition: all .4s ease-in-out;
}

/* Style the tab content */
.tabcontent.mega-mnu-tabImg {
    padding: 10px 12px;
    border-left: none;
    height: 300px;
    display: none;
}

.tabcontent.mega-mnu-tabImg.current {
    display: block;
}

.tabcontent.mega-mnu-tabImg figure {
    width: 100%;
    height: 100%;
}

.tabcontent.mega-mnu-tabImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: 20px;
}

/* end tab-hover */

/* n-header-menu-end */

/* search button */

#searchForm {
    display: none;
    /* opacity: 0;
    transform: translateY(-100%); */
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: 0.6s;
    z-index: 100;
    width: 100vw;
    height: 100vh;
    padding: 30px;
    background-color: #D52228;
    transition: 0.3s all ease-in-out;
}

/* #searchForm.show {
     opacity: 1;
    transform: translateY(0%);
} */

.searchFormInner {
    height: 100%;
    width: 100%;
    background: #FDF4DE;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s all ease-in-out;
}

.searchFormBox {
    width: 1000px;
    transition: 0.3s all ease-in-out;
}

.searchFormBox form {
    display: flex;
    align-items: center;
    gap: 32px;
}

.searchForm .search-input input {
    width: 850px;
    height: 72px !important;
    border-radius: 65px;
    background: rgba(255, 255, 255, 0.13);
    border: #D52228;
    color: #000;
    padding-left: 32px;
}

.searchForm .search-input input:focus {
    border: 1px solid #D52228;
    outline: 1px solid #D52228;
}

.searchForm .search-submit input {
    width: 187px;
    height: 55px;
    border-radius: 90px;
    background: #C7070E;
    border: none;
    font-size: 24px;
}

.fancybox-button svg {
    color: #D52228;
    height: 40px;
    width: 40px;
    top: 40px;
    right: 50px;
}

/* hero section styling */
.heroSection {
    background-color: #D52228;
    width: 100%;
    position: relative;
    /* padding: 60px 25px 25px; */
}

.heroBanner {
    width: 100%;
    position: relative;
}

.heroBanner .innerBanner {
    position: relative;
}

.bannerWrap {
    position: relative;
}

.heroSection .bannerWrap,
.heroSection .heroBanner,
.heroSection .slick-list,
.heroSection .slick-track,
.heroSection .slick-slide,
.heroSection .eachBanner,
.heroSection .innerBanner,
.heroSection .slick-slide>div {
    height: 100%;
}

/* hero section slick button */
.slick-arrow {
    position: absolute;
    z-index: 10;
    top: auto;
    bottom: 16px !important;
    height: 45px;
    width: 45px;
    font-size: 0;
    border: 1px solid #929292;
    background: transparent;
    color: transparent;
    border-radius: 7px;
    transition: all 0.3s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-button {
    position: absolute;
    z-index: 100;
    top: auto;
    bottom: 10px !important;
    height: 42px;
    width: 42px;
    font-size: 0;
    border: 1px solid #929292;
    background: transparent;
    color: transparent;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    font-size: 20px;
}

.swiper-button-prev:hover:after,
.swiper-button-next:hover:after {
    color: #fff;
}

.slick-arrow:hover {
    background: #DD0000;
    border-color: #DD0000;
}

.swiper-button:hover {
    background: #DD0000;
    border-color: #DD0000;
}

.slick-prev {
    left: auto;
    right: 345px;
}

.slick-prev::before {
    position: absolute;
    content: "\f053";
    font-family: 'FontAwesome';
    /* height: 42px;
    width: 42px;
    text-align: center;
    top: 5px;
    left: -2px; */
    font-size: 20px;
    color: #DD0000;
    transition: all 0.3s ease-in-out;
}

.slick-prev:hover:before,
.slick-next:hover:before {
    color: #fff;
}

.slick-next::before {
    position: absolute;
    content: "\f054";
    font-family: 'FontAwesome';
    /* height: 42px;
    width: 42px;
    text-align: center;
    top: 5px;
    left: 0; */
    font-size: 20px;
    color: #DD0000;
    transition: all 0.3s ease-in-out;
}

.slick-next {
    right: 300px;
}

/* slick dots */

.heroSection .slick-dots {
    display: flex;
    flex-direction: column;
    gap: 6px;
    position: absolute;
    right: 50px;
    top: 40%;
}

.heroSection .slick-dots li {
    position: relative;
}

.heroSection .slick-dots button {
    height: 8px;
    width: 8px;
    color: gray;
    opacity: 0.8;
    font-size: 0;
    border-radius: 50%;
    border: none;
    background: #969696;
    margin: 4px;
    position: relative;
}

.heroSection .slick-dots .slick-active button {
    background: #DD0000;
    height: 10px;
    width: 10px;
}

.heroSection .slick-dots .slick-active button::before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    top: -5px;
    left: -5px;
    border: 1px solid #fff;
    border-radius: 50%;
}

.heroBanner .eachBanner .innerBanner .bgImg {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    overflow: hidden;
}

.heroBanner .eachBanner .innerBanner .bgImg img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    border-radius: 20px;
}

.heroSection .textContent {
    display: flex;
    justify-content: center;
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
}

.heroSection .textContent .textWrap {
    width: 55%;
}

.heroSection .header {
    color: #FFF;
    font-family: "Isidora Sans";
    font-size: 74px;
    font-weight: 800;
    opacity: 0.1;
    transform: translateY(40px);
    transition: all 0.9s ease-out;
}

.heroSection .slick-active .header {
    opacity: 1;
    transform: translateY(0px);
}

.heroSection .header span {
    color: #FDC12A;
}

.heroSection .moreBtn {
    margin-top: 32px;
}

/* award section second section */
.commonSec {
    padding: 100px 0;
}

.awardSection1 {
    background-color: transparent;
    padding-top: 0px;
    margin-top: -85px;
    padding-bottom: 0px;
    position: relative;
    z-index: 1;
}

.awardSection2 {
    background-color: #fff;
    position: relative;
}

.page-template-awards .awardSection2 {
    background-color: #fff;
}

.awardSection1 .floatContent {
    display: flex;
    align-items: center;
    gap: 64px;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 9px 4px 66px 20px rgba(0, 0, 0, 0.15);
    padding: 24px 48px;
    justify-content: space-between;
}

.awardSection1 .floatContent .eachCon {
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.awardSection1 .floatContent .eachCon img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.awardSection2 .awardHead {
    color: #D81921;
    text-align: center;
    font-family: 'Isidora Sans';
    font-size: 36px;
    font-weight: 500;
    padding: 0px 60px 60px;
}

.awardSection2 .innerSlide {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 24px;
    position: relative;
}

.home .awardSection2 .slick-slide .innerSlide::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 220px;
    background: rgba(0, 0, 0, 0.20);
}

.awardSection2 .innerSlide .imgCon {
    height: 95px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
}

.awardSection2 .innerSlide .imgCon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.awardSection2 .innerSlide .awardName {
    color: #000;
    text-align: center;
    font-family: "Lato", serif;
    font-size: 22px;
    font-weight: 400;
    padding: 0 24px;
    line-height: 28px;
}

.home .awardSlider {
    padding: 0px 50px;
}

.home .awardSection2 .slick-prev {
    left: -12px;
}

.home .awardSection2 .slick-next {
    right: -12px;
}

.awardSection2 .container-mid {
    width: 100%;
    max-width: 85%;
    margin: 0 auto;
}

.awardSliderInner {
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 6px 9px 50px 5px rgba(0, 0, 0, 0.19);
    padding: 40px 50px;
}

.numDesign {
    text-align: center;
}

.numDesign span {
    -webkit-text-stroke: 1px rgba(215, 25, 33, 0.5);
    -webkit-text-fill-color: white;
    font-family: "Lato";
    font-size: 130px;
    font-weight: 500;
    color: transparent;
    position: relative;
    /* top: -24px; */
    top: 0;
}


/* award section slick button */
.awardSection2 .slick-arrow {
    top: 50%;
    transform: translateY(-50%);
}

.awardSection2 .slick-prev {
    left: -80px;
}

.awardSection2 .slick-next {
    right: -80px;
}

.page-template-awards .awardSection2 .slick-arrow {
    border: 1px solid #929292;
}

/* academics section third section */

.academicSection {
    padding: 100px 0px 100px;
    background: #FDF4DE;
}

.academicSection .slick-prev {
    left: -80px;
}

.academicSection .slick-next {
    right: -70px;
}

.academicSection .slick-arrow {
    top: 50%;
}

.academicSection .slick-list {
    margin-right: -16px;
}

.academicSection .moreBtn {
    background: #D81921;
    color: #fff;
}

.academicSection .moreBtn:hover {
    background: #fff;
    color: #D81921;
    border-color: #D81921;
}

.academicSection .headPart .right {
    height: 100%;
    display: flex;
    justify-content: end;
    align-items: end;
}

/* academic section tab */

.academicSection .listWrap {
    margin-top: 50px;
}

.academicSection ul.tabs {
    background: none !important;
    border: none !important;
    display: inline-block;
    width: 100%;
    padding-left: 0;
    -webkit-margin-before: 0;
    -webkit-padding-start: 0;
}

.academicSection ul.tabs li {
    list-style: none;
    cursor: pointer;
    margin-right: 25px;
    display: inline-block;
    padding: 0 0 5px;
    border-radius: 5px;
    color: #A5A5A5;
    text-align: center;
    font-family: "Lato", serif;
    font-size: 30px;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
}

.academicSection ul.tabs li {
    position: relative;
}

.academicSection ul.tabs li::after {
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    content: "";
    top: 100%;
    background-color: transparent;
}

.academicSection ul.tabs li.active::after {
    background-color: #D81921;
}

.academicSection ul.tabs li.active {
    color: #000;
}

.academicSection .listContBox {
    padding-top: 30px;
    display: inline-block;
    width: 100%;
}

.academicSection .listContBox .tab_content {
    display: none;
}

.academicSection .listContBox .tab_content.active {
    display: block;
}

/* each card styling */

/* From Uiverse.io by Samalander0 */
.academicSection .academics .card {
    width: 94%;
    height: 350px;
    background: transparent;
    color: #000;
    font-family: "Josefin Sans", sans-serif;
    position: relative;
    border-radius: 1em;
    border: 1px solid #000;
    padding: 2em;
    transition: transform 0.4s ease;
}

.academicSection .academics .card .card-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 5em;
    height: 100%;
    transition: transform 0.4s ease;
}

.academicSection .academics .card .card-top,
.card .card-bottom {
    display: flex;
    justify-content: space-between;
}

.academicSection .academics .card .card-top p,
.card .card-top .card-title,
.card .card-bottom p,
.card .card-bottom .card-title {
    margin: 0;
    transition: transform 0.4s ease;
}

.academicSection .academics .card .card-title {
    font-size: 30px;
    font-weight: 500;
    line-height: normal;
    font-family: 'Isidora Sans';
    font-weight: 500;
}

.academicSection .academics .card .card-bottom p {
    font-size: 25px;
    padding: 8px 28px;
    font-weight: 500;
    border-radius: 95px;
    border: 1px solid transparent;
    background: #D52228;
    color: #fff;
}

.academicSection .academics .card .card-bottom {
    align-items: flex-end;
}

.academicSection .academics .card .card-image {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 55px;
    width: 55px;
    border-radius: 50%;
    border: 1px solid #000;
}

.academicSection .academics .card .card-image svg {
    width: 1em;
    height: 1em;
    transition: transform 0.4s ease;
}

.academicSection .academics .card:hover {
    background: #000;
    cursor: pointer;
    transform: scale(0.97);
}

.academicSection .academics .card:hover .card-title {
    color: #DD0000;
}

.academicSection .academics .card:hover .card-bottom p {
    color: #D81921;
    border: 1px solid #D71921;
    background: #FFF;
    font-weight: 600;
}

.academicSection .academics .card:hover .card-bottom .card-image {
    background: #D81921;
    border-color: #D81921;
}

.academicSection .academics .card:hover .card-bottom .card-image svg path {
    fill: #fff;
}

.academicSection .academics .card:hover .card-content {
    transform: scale(0.96);
}

.academicSection .academics .card:hover .card-image svg {
    transform: scale(1.05);
}

.academicSection .academics .card:active {
    transform: scale(0.9);
}

.academicSection .blankDiv {
    display: flex;
    align-items: end;
    border-bottom: 10px solid #D52228;
    height: 12px;
    margin-top: 100px;
    position: relative;
}

.academicSection .blank {
    position: absolute;
    bottom: -1px;
    right: 32px;
}

.academicSection .blank.One {
    height: 100px;
    width: 24px;
    right: 64px;
}

.academicSection .blank.One::before,
.academicSection .blank.Two::before {
    height: 32px;
    width: 32px;
}

.academicSection .blank.Two {
    height: 130px;
    width: 24px;
}


/* info section fourth section */

.infoSection {
    padding: 100px 0px 100px;
}

.infoSection .headPart {
    display: flex;
    flex-direction: column;
    /* gap: 24px; */
    text-align: center;
    padding: 0 15%;
}

.infoSection .secH2 {
    font-weight: 700;
    font-family: "Isidora Sans";
}

.infoSection .secH2,
.infoSection .headPart p {
    color: #fff;
}

.infoSection .content {
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
    position: relative;
    background-color: #fff;
    border-radius: 25px;
    padding: 20px 90px;
}

.infoSection .content .boxCon {
    width: 33.33%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    text-align: center;
    padding: 32px 24px;
    position: relative;
}

.infoSection .content .boxCon p {
    color: #000;
    text-align: center;
    font-family: "Lato", serif;
    font-size: 18px;
    font-weight: 400;
    transition: all 0.3s ease-in-out;
}

.infoSection .content .boxCon::before {
    position: absolute;
    content: "";
    height: 105%;
    width: 104%;
    top: -2%;
    left: -2%;
    bottom: 0;
    right: 0;
    border-radius: 25px;
    background: #FFF3D6;
    box-shadow: 12px 19px 42px 11px rgba(0, 0, 0, 0.12);
    opacity: 0;
    z-index: -1;
    transition: all 0.3s ease-in-out;
}

.infoSection .content .boxCon:hover:before {
    opacity: 1;
}

.infoSection .content .boxCon:not(:nth-child(3n)) {
    border-right: 1px solid rgba(0, 0, 0, 0.15);
}

.infoSection .content .boxCon:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.infoSection .content .boxCon:nth-last-child(2),
.infoSection .content .boxCon:nth-last-child(3) {
    border-bottom: none;
}

.infoSection .boxCon .title {
    color: #D71921;
    text-align: center;
    font-family: "Lato", serif;
    font-size: 25px;
    font-weight: 700;
    transition: all 0.3s ease-in-out;
}

.infoSection .boxCon .icon {
    height: 60px;
    width: 60px;
}

.infoSection .boxCon .icon svg {
    height: 100%;
    width: 100%;
    object-fit: contain;
    background-repeat: no-repeat;
    transition: all 0.3s ease-in-out;
}

/* .infoSection .content .boxCon:hover .icon svg {
    color: #fff;
} */



/* * {
    user-select: none;
} */

.infoSection .bottomPart {
    height: 400px;
}

.infoSection .word {
    position: absolute;
    cursor: grab;
    font-size: 30px;
    color: #ffeb3b;
}

.infoSection .word.highlighted {
    font-weight: bold;
    color: black;
}

.infoSection a {
    text-decoration: none;
    color: black;
    display: block;
    padding: 1rem;
}

/* campus section fifth section */

.campusSection {
    background-color: #FFF7E3;
    color: #000;
    font-family: "Lato", serif;
    width: 100%;
    position: relative;
}

.campusSection .roundCircle1 {
    right: 0;
    top: 0;
    width: 350px;
    height: auto;
}

.campusSection .content {
    background-color: #FFF7E3;
    width: 100%;
}

.campusSection .content .textCon {
    position: relative;
    z-index: 1;
}

.campusSection .content .textCon .campusBox .campusBoxHead p {
    color: #000;
}

.campusSection .content .textCon .campusBox .campusBoxHead p {
    font-size: 18px;
    margin-top: 16px;
    font-family: "Lato", serif;
}

.campusSection .content .textCon .campusBox .campuses {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 30px;
    margin-bottom: 0px;
}

.campusSection .content .textCon .location:hover .locationName p {
    color: #000;
}

.campusSection .content .imgCon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.campusSection .content .textCon .location {
    justify-content: space-between;
    padding: 24px 0px 24px 0px;
    width: 100%;
    max-width: calc(25% - 20px);
    flex: 0 0 calc(25% - 20px);
    border: 1px solid rgb(255 255 255 / 60%);
    padding: 15px 30px;
    border-radius: 10px;
}

.campusSection .content .textCon .location,
.campusSection .content .textCon .links {
    display: flex;
    gap: 16px;
    /* color: rgba(255, 255, 255, 0.51); */
    align-items: center;
}

.campusSection .content .textCon .locationName {
    display: flex;
    align-items: center;
    gap: 10px;
}

.campusSection .content .textCon .location:hover .links .link,
.campusSection .content .textCon .location.current .links .link {
    color: #fff;
}

.campusSection .content .textCon .location:hover .links .link.one,
.campusSection .content .textCon .location.current .links .link.one {
    background: #D52228;
    border-color: #D52228;
}

.campusSection .content .textCon .locationName p {
    font-family: "Lato", serif;
    font-size: 22px;
    font-weight: 400;
    transition: all 0.3s ease-in-out;
    color: #000;
}

.home .campusSection .content .textCon .locationName p {
    font-size: 30px;
}

.campusSection .content .textCon .links .link {
    color: rgba(255, 255, 255, 0.51);
    font-family: "Lato", serif;
    font-size: 18px;
    font-weight: 400;
    padding: 8px 16px;
    transition: all 0.3s ease-in-out;
}

.campusSection .content .textCon .links .link.one {
    border-radius: 60px;
    border: 1px solid rgba(255, 255, 255, 0.60);
}

.campusSection .content .textCon .links .link.two {
    text-decoration: underline !important;
}

.campusSection .content .textCon .location .locationName .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #d00;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
}



.campusSection .content .textCon .location:hover .locationName .icon,
.campusSection .content .textCon .location.current .locationName .icon {
    background: #d00;
}

/* placement section sixth section */

.placementSection {
    padding: 100px 0px;
    position: relative;
    overflow: hidden;
    background-color: #D71921;
}

.home .placementSection {
    position: relative;
    overflow: hidden;
}

.placementSection .secHeader {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 16px;
    color: #fff;
}

.placementSection .secHeader .secH2 {
    margin-bottom: 0;
    line-height: 1.1;
}

.placementSection .secHeader p {
    font-size: 18px;
    line-height: 28px;
}

.placementSection .secHeader .moreBtn {
    margin-right: auto;
    background-color: #fff;
    border: none;
    color: #D71921;
}

.placementSection .moreInfo {
    display: flex;
    border-top: 1px solid rgba(0, 0, 0, 0.20);
    border-bottom: 1px solid rgba(0, 0, 0, 0.20);
}

.placementSection .moreInfo .eachInfo {
    margin: 32px 0px;
    padding: 0px 32px;
}

.placementSection .moreInfo .eachInfo:not(:last-child) {
    border-right: 1px solid rgba(0, 0, 0, 0.20);
}

.placementSection .moreInfo .eachInfo h4 {
    color: #D71921;
    font-family: "Lato", serif;
    font-size: 30px;
    font-weight: 900;
}

.placementSection .moreInfo .eachInfo p {
    color: #000;
    font-family: "Lato", serif;
    font-size: 16px;
    font-weight: 500;
}

.placementSection .cardCon {
    display: flex;
    border-radius: 30px;
    background: #000;
    overflow: hidden;
}

.placementSection .cardCon .textCon {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 32px 16px 0px;
}

.home .placementSection .cardCon .textCon {
    padding: 40px 16px 0px 35px;
    gap: 0;
    height: 100%;
}

.placementSection .cardCon .imgCon {
    height: 100%;
}

.placementSection .cardCon .imgCon img {
    height: 100%;
    object-fit: cover;
}

.placementSection .cardCon p {
    color: #FFF;
    font-family: "Lato", serif;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 16px;
    max-height: 200px;
    overflow: auto;

}

.placementSection .cardCon .name {
    color: #D71921;
    font-family: "Lato", serif;
    font-size: 24px;
    font-weight: 700;
}

.placementSection .cardCon .post {
    color: #FFF;
    font-family: "Lato", serif;
    font-size: 20px;
    font-weight: 400;
}

.home .placementSection .inlineDiv {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.placementSection .inlineDiv {
    margin-bottom: 20px;
}

.placementSection .companies {
    padding: 80px 0px 0px;
}

.placementSection .companies .textCon {
    color: #000;
    font-family: "Lato", serif;
    font-size: 24px;
    font-weight: 700;
}

.placementSection .recruiters .slick-arrow {
    top: 50%;
    transform: translateY(-50%);
    height: 24px;
    width: 30px;
    border-radius: 16px;
}

.placementSection .recruiters .slick-prev {
    left: -56px;
}

.placementSection .recruiters .slick-next {
    right: -48px;
}

.placementSection .recruiters .slick-prev::before {
    content: "\f060";
    height: 24px;
    width: 30px;
    font-size: 12px;
    top: 2px;
    color: #D81921;
}

.placementSection .recruiters .slick-next::before {
    content: "\f061";
    height: 24px;
    width: 30px;
    font-size: 12px;
    top: 2px;
    color: #D81921;
}

.placementSection .moreBtn:hover {
    border-color: #D81921;
    background-color: #fff;
}

.placementSection .recruiters .slick-arrow:hover::before {
    color: #fff;
}

.home .companySlider .slick-arrow,
.home .companySlider .slick-dots {
    display: none !important;
}

.home .companySlider .slideInner {
    width: 234px;
    height: 130px;
}

.alumniSection {
    padding: 100px 0 30px;
    background: #f7f7f7;
}

.single-course.postid-1962 .alumniSection{
    background-color: #fff;
}


.alumniSection .secHeader p {
    font-family: "Lato", serif;
    font-size: 18px;
    font-weight: 400;
    padding-right: 18%;
}

.alumniSection .left p{
    color: #000 !important;
    padding-right: 18%;
}

.alumniSection .right {
    height: 100%;
    display: flex;
    justify-content: end;
    align-items: end;
}

.alumniSection .moreBtn {
    background-color: #fff;
    color: #D81921;
}

.alumniSection .moreBtn:hover {
    background-color: #D81921;
    color: #fff;
    border-color: #D81921;
}

/* almuni section card hover effect */

.alumniSection .flip-card {
    background-color: transparent;
    width: 100%;
    height: 450px;
    perspective: 1000px;
    font-family: sans-serif;
}

.alumniSection .slick-list {
    padding: 50px 0px 20px;
}

.single-course .alumniSection .slick-list {
    padding: 50px 0px 20px;
}

.alumniSection .title {
    font-size: 1.5em;
    font-weight: 900;
    text-align: center;
    margin: 0;
}

.alumniSection .flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.7s;
    transform-style: preserve-3d;
}

.alumniSection .flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.alumniSection .flip-card-front,
.alumniSection .flip-card-back {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    /* border: 1px solid coral; */
    border-radius: 25px;
    background: #D52228;
}

.alumniSectionNew.alumniSection .flip-card-front {
    background-color: transparent;
}

.alumniSectionNew.alumniSection .flip-card-back {
    background-color: #FFF3D6;
}

.alumniSection .flip-card-front {
    display: flex;
    height: 380px;
    flex-direction: column;
    justify-content: space-between;
    color: #000;
    padding: 0px;
    background: transparent;
    border: none;
}

.alumniSection .flip-card-back {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 32px;
    background-size: cover;
    background-repeat: no-repeat;
    color: #000;
    transform: rotateY(180deg);
    height: 390px;
    overflow: hidden;
    background-image: url(../inner-img/pattern-bg.png);
}

.alumniSection .flip-card-back .content {
    height: 100%;
    width: 100%;
    border-radius: 30px;
    padding: 24px;
}

.alumniSection .flip-card-back .content .vdoBtn {
    display: flex;
    align-items: center;
    justify-content: left;
    color: #000;
    font-family: "Lato", serif;
    font-size: 18px;
    font-weight: 700;
    margin-top: 16px;
}

.alumniSection .flip-card-back .content .vdoBtn svg {
    color: #D52228;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    padding: 8px;
    background: #000;
    margin-left: 8px;
}

.alumniSection .each-card .number {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    color: #CFD8CC;
    font-family: 'Poppins';
    font-size: 80px;
    font-weight: 900;
}

.alumniSection .each-card .title {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    color: #000;
    font-family: 'Poppins';
    font-size: 30px;
    font-weight: 700;
    text-align: left;
}

.alumniSection .each-card .inline-span {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 32px;
}

.alumniSection .each-card .inline-span .img-con {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 85px;
    height: 85px;
    min-height: 85px;
    min-width: 85px;
    background-color: #fff;
    border-radius: 50%;
}

.alumniSection .each-card .inline-span .img-con svg {
    height: 80%;
    width: 80%;
}

.alumniSection .each-card p {
    color: #000;
    font-family: 'Poppins';
    font-size: 18px;
    font-weight: 400;
    text-align: left;
}

.alumniSection .flip-card-front .img {
    position: relative;
    width: 100%;
    height: 100%;
    background: #E6E6E6;
    color: #000;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    overflow: hidden;
}


.alumniSection .flip-card-front .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    object-position: center top;
    bottom: 0px;
}

.alumniSection .flip-card-front .designation {
    flex-direction: column;
    gap: 8px;
    text-align: left;
    padding: 16px 4px;
    border: 1px solid #fff;
    border-radius: 10px;
    margin-top: 24px;
    position: relative;
    width: 90%;
    margin: 0 auto;
    background-color: #fff;
    margin-top: -30px;
    min-height: 60px;
    box-shadow: 0px 3px 20px 0px #ccc;
}

.alumniSection .flip-card-front .designation .name {
    text-align: center;
    font-family: "Lato", serif;
    font-size: 18px;
    font-weight: 700;
}

.alumniSection .flip-card-front .designation p {
    text-align: center;
    font-family: "Lato", serif;
    font-size: 14px;
    font-weight: 400;
}

.alumniSection .flip-card-back .designation {
    margin-bottom: 16px;
    margin-top: auto;
}

.alumniSection .flip-card-back .designation .name {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    padding: 8px 12px;
    border: 1px solid #fff;
    border-radius: 40px;
    margin-top: 30px;
}

.alumniSection .flip-card-back .designation p {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    padding: 8px 15px;
}

.alumniSection .flip-card-back .img-contain {
    display: flex;
    gap: 16px;
}


.alumniSection .flip-card-back p {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    font-family: "Lato", serif;
}

.alumniSection .flip-card-back .designation p {
    color: #000;
    text-align: center;
    font-family: "Lato", serif;
    font-size: 16px;
    font-weight: 400;
    border-radius: 10px;
    border: 1px solid #000;
}

.alumniSection .flip-card-back .designation .name {
    color: #000;
    text-align: center;
    font-family: "Lato", serif;
    font-size: 20px;
    font-weight: 700;
    border-radius: 10px;
    border: 1px solid #000;
    padding: 15px 0;
    margin-bottom: 15px;
}

.alumniSection .flip-card-back .img-contain img {
    width: 90%;
    height: 90%;
    object-fit: contain;
    padding: 4px;
    background: #fff;
    border-radius: 50%;
}

.alumniSection .each-card .inline-span {
    justify-content: flex-start;
    align-items: flex-start;
}

.alumniSection .each-card {
    padding: 0px 8px;
    /* width: 32%; */
}

/* .slick-list {
    padding-top: 50px;
} */

.alumniSection .blankDiv {
    width: 40px;
    display: flex;
    gap: 5px;
    align-items: end;
    position: absolute;
    bottom: 6px;
    right: 8px;
    margin-left: auto;
}

.alumniSection .blank {
    width: 14px;
}

.alumniSection .blank.One {
    height: 60px;
}

.alumniSection .blank.Two {
    height: 80px;
}

.alumniSection .blank::before {
    height: 20px;
    width: 20px;
    top: -24px;
    left: -4px;
}

.alumniSection .slick-arrow {
    /* bottom: -10px !important; */
    top: 50%;
    transform: translateY(-50%);
}

.alumniSection .slick-prev {
    /* left: calc(50% - 50px); */
    left: -65px;
}

.alumniSection .slick-next {
    /* right: calc(50% - 50px); */
    right: -65px;
}

.single-course .alumniSection .flip-card {
    background-color: transparent;
    width: 100%;
    height: 410px;
    perspective: 1000px;
    font-family: sans-serif;
}

/* career section eighth section */

.careerSection {
    padding: 100px 0px;
    position: relative;
}

.careerSection .imgCon {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    overflow: hidden;
    height: 575px;
}

.careerSection .imgCon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.careerSection .slideImg {
    width: 400px;
    height: 520px;
    border-radius: 25px;
    overflow: hidden;
    position: relative;
}

.careerSection .slideImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.careerSection .careers {
    padding-top: 40px;
}

.careerSection .careers .eachSlide:hover p {
    background: #D52228;
    color: #fff;
}

.careerSection .careers .eachSlide:hover .icon {
    background: #d00;
    border-color: #d00 !important;
}

.careerSection .careers .eachSlide:hover svg {
    color: #fff !important;
}

.careerSection .careers .slick-list {
    margin-left: -300px;
    padding-bottom: 10px;
}

.careerSection .careers .innerSlide .slideImg::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #ffb6007d;
    z-index: 1;
    opacity: 0;
    transition: all 0.3sease-in-out;
}

.careerSection .careers .eachSlide:hover .slideImg::before {
    opacity: 0.5;
}

.careerSection .careers .innerSlide p {
    color: #D52228;
    font-family: "Lato", serif;
    font-size: 22px;
    font-weight: 600;
    padding: 8px 12px;
    border-radius: 10px;
    border: 1px solid #D52228;
    transition: all 0.3sease-in-out;
}

.careerSection .careers .innerSlide .inlineDiv {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 24px;
}

.careerSection .careers .innerSlide .inlineDiv .icon {
    height: 42px;
    width: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transform: rotate(45deg);
    position: relative;
    right: 30px;
    border: 1px solid #000;
    transition: all 0.3s ease-in-out;
}

.careerSection .careers .innerSlide .inlineDiv .icon svg {
    color: #000;
    fill: #000;
    transition: all 0.3s ease-in-out;
}

.careerSection .careers .slick-prev {
    display: none;
    visibility: hidden;
}

.careerSection .careers .slick-next {
    top: auto;
    right: -70px;
    bottom: 90px !important;
}

/* overview section ninth section */

.capitalSec {
    overflow: hidden;
}

.overviewSection {
    width: 100%;
    padding: 100px 0px;
    position: relative;
}

.overviewSection .swiper-wrapper[style] {}

.overviewSection .overviewSlider .innerSlide {
    height: 560px;
    border-radius: 25px;
    border: 1px solid #D81921;
    overflow: hidden;
}

.overviewSection .overviewSlider .swiper-slide-active .innerSlide {
    border-radius: 0%;
}

.overviewSection .overviewSlider .swiper-slide-active .innerSlide {
    height: 640px;
    background: #000;
    color: #FFF;
    border-top: 7px solid #d00;
    border-left: 7px solid #d00;
    border-bottom: 7px solid #d00;
    position: relative;
}

.overviewSection .overviewSlider .swiper-slide-active .innerSlide .borderDiv {
    height: 200px;
    width: 7px;
    background: #d00;
    position: absolute;
    top: 0;
    right: 0;
}

.overviewSection .overviewSlider .innerSlide .borderDiv2 {
    height: 7px;
    width: 900px;
    background: #d00;
    position: absolute;
    bottom: 0;
    left: 0;
}

.overviewSection .overviewSlider .innerSlide .content {
    padding: 40px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    width: 100%;
    /* padding-right: 70px; */
}

.overviewSection .overviewSlider .swiper-slide-active .innerSlide .content {
    padding: 40px 70px 40px 40px;
}

.overviewSection .overviewSlider .innerSlide .content .textCon {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
}

.overviewSection .overviewSlider .swiper-slide-active .innerSlide .content .textCon {
    width: 50%;
}

.overviewSection .overviewSlider .innerSlide .content .textCon h4 {
    font-family: "Lato", serif;
    font-size: 34px;
    font-weight: 400;
}

.overviewSection .overviewSlider .innerSlide .content .textCon h3 {
    color: #000;
    font-family: "Lato", serif;
    font-size: 34px;
    font-weight: 400;
    padding-top: 80px;
}

.overviewSection .overviewSlider .swiper-slide-active .innerSlide .content .textCon h3 {
    margin-bottom: 16px;
    font-family: "Isidora Sans";
    font-size: 66px;
    font-weight: 600;
    color: #fff;
}

.overviewSection .overviewSlider .innerSlide .content .textCon p {
    color: #000;
    font-family: "Lato", serif;
    font-size: 18px;
    font-weight: 400;
    height: 300px;
    overflow: hidden;
}

.overviewSection .overviewSlider .swiper-slide-active .innerSlide .content .textCon p {
    height: auto;
    overflow: visible;
}

.overviewSection .overviewSlider .swiper-slide-active .innerSlide .content .textCon p {
    color: #fff;
    font-family: "Lato", serif;
    font-size: 18px;
    font-weight: 400;
}

.overviewSection .overviewSlider .innerSlide .content .imgCon {
    width: 50%;
    height: 500px;
    border-radius: 25px;
    overflow: hidden;
}

.overviewSection .overviewSlider .innerSlide .content .imgCon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.overviewSection .overviewSlider .innerSlide .content .textCon .moreBtn {
    background: #fff;
    color: #E8000B;
    width: auto;
    margin-right: auto;
}

.overviewSection .overviewSlider .innerSlide .content .textCon .moreBtn:hover {
    background: #E8000B;
    color: #fff;
}

.swiper-button-prev {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #cecece;
    right: 40%;
    bottom: 15px;
    transform: translateY(0);
    top: auto;
    left: auto;
    color: #6F6F6F;
}

.swiper-button-prev {
    right: 35%;
}

.swiper-button-next {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #cecece;
    right: 37%;
    bottom: 15px;
    transform: translateY(0);
    top: auto;
    color: #6F6F6F;
}

.swiper-button-next {
    right: 32%;
}

.activeslide {
    position: absolute;
    text-align: center;
    transition: 300ms opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
    /* width: 100%; */
    bottom: 15px;
    right: 32%;
    font-size: 20px;
    opacity: 1;
    color: #9B9B9B;
    z-index: 2;
}

.activeslide {
    right: 30%;
}

.totalslide {
    position: absolute;
    text-align: center;
    transition: 300ms opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
    right: 10%;
    /* width: 100%; */
    bottom: 15px;
    font-size: 20px;
    opacity: 0.6;
    color: #000;
    z-index: 2;
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: 300ms opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-pagination-progressbar {
    position: absolute;
    z-index: 2;
    top: auto !important;
    left: auto !important;
    width: 22% !important;
    height: 2px !important;
    right: 160px !important;
    bottom: 30px !important;
    background-color: #0003 !important;
}

.swiper-pagination-progressbar {
    right: 130px !important;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #D00;
    position: absolute;
    right: 0;
    bottom: -1px;
    top: auto;
    width: 100%;
    height: 2px;
    transform: scale(0);
    transform-origin: left top;
    z-index: 2;
}

.overviewSection .overviewSlider .swiper-slide-active .innerSlide .blankDiv {
    display: flex;
    position: absolute;
    gap: 8px;
    align-items: end;
    bottom: 0;
    right: 8px;
}

.overviewSection .overviewSlider .innerSlide .blank {
    width: 20px;
}

.overviewSection .overviewSlider .innerSlide .blank::before {
    height: 28px;
    width: 28px;
}

.overviewSection .overviewSlider .innerSlide .blank.One {
    height: 120px;
}

.overviewSection .overviewSlider .innerSlide .blank.Two {
    height: 160px;
}

.hide {
    display: none;
}

.capitalSlider .swiper-slide {
    /* width: 273px !important; */
    width: calc((100% - 1140px)/2.64) !important;
    height: 100%;
    /* margin-right: 15px !important; */
    transition: 1s all;
}

.capitalSlider {
    position: relative;
}

.capitalItem.swiper-slide-active {
    width: 1000px !important;
    padding-top: 0px;
}

.overviewSection .capitalItem.swiper-slide-active {
    width: 1140px !important;
}

.capitalItem.swiper-slide-active .hide {
    display: block;
}

/* tenth section update section */
.updateSection .updateBox {
    border-radius: 30px;
    background: #FFB600;
    position: relative;
    /* margin-bottom: -70px; */
    z-index: 2;
}

/* .home .updateSection .updateBox {
    margin-bottom: -200px;
} */

/* .updateSection .updateBox .secHeader {
    padding: 80px 100px 0px 100px;
} */

.updateSection .updateBox .emailBox {
    position: relative;
}

.updateSection .updateBox .emailBox .emailInput {
    width: 100%;
    height: 66px;
    border: none;
    padding: 10px 130px 10px 20px;
    border-radius: 15px;
    background: #FFF;
    box-shadow: 7px 12px 26px 11px rgba(0, 0, 0, 0.11);
    color: #000;
    font-family: "Lato", serif;
    font-size: 20px;
    font-weight: 500;
    transition: all 0.1s ease-in-out;
}

.updateSection .updateBox .emailBox .emailInput::placeholder {
    color: #000;
}

.updateSection .updateBox .emailBox .emailInput:focus {
    outline: 2px solid #D52228;
}

.updateSection .updateBox .emailBox .emailBtn {
    width: 160px;
    height: 50px;
    border-radius: 5px;
    background: #D81921;
    /* padding: 16px 24px; */
    border: none;
    color: #FFF;
    text-align: center;
    font-family: "Lato", serif;
    font-size: 20px;
    font-weight: 500;
    position: absolute;
    right: 8px;
    top: 8px;
    z-index: 1;
}

.updateSection .updateBox .secHeader p {
    color: #000;
    font-family: "Lato", serif;
    font-size: 18px;
    font-weight: 400;
}

.updateSection .updateBox .imgCon {
    height: 300px !important;
    width: 100%;
    position: relative;
}

.updateSection .updateBox .imgCon img {
    height: 106%;
    width: 120%;
    object-fit: contain;
    position: absolute;
    bottom: -5px;
    left: 0;
}


.updateSection .updateBox .leftCon {
    /* display: flex;
    flex-direction: column;
    position: relative;
    gap: 32px; */
    padding: 60px 0px 60px 80px;
}


/* eleventh section testimonial Section */

.testimonialSection {
    padding-top: 100px;
    padding-bottom: 100px;
    background: #fff3d6;
}

.testimonialSection .container {
    position: relative;
}


.testimonialSection .secHead {
    color: #000;
}

/* testimonialSection section tab */

/* .testimonialSection .listWrap {
    margin-top: 50px;
} */

.home .testimonialSection .listWrap {
    margin-top: 0px;
}

.testimonialSection .listWrap .headerSec {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.testimonialSection ul.tabs {
    background: none !important;
    border: none !important;
    display: inline-block;
    padding-left: 0;
    -webkit-margin-before: 0;
    -webkit-padding-start: 0;
}

.testimonialSection ul.tabs li {
    list-style: none;
    cursor: pointer;
    margin-right: 15px;
    display: inline-block;
    padding: 0 10px;
    border-radius: 5px;
    color: #A5A5A5;
    text-align: center;
    font-family: "Lato", serif;
    font-size: 32px;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
}

.testimonialSection ul.tabs li.active {
    color: #000;
}

.testimonialSection .listContBox {
    padding-top: 20px;
    display: inline-block;
    width: 100%;
}

.testimonialSection .listContBox .tab_content {
    display: none;
}

.testimonialSection .listContBox .tab_content.active {
    display: block;
}

.testimonialSection .testimonial .eachCard .innerSlide {
    display: flex;
    align-items: center;
    padding-right: 40px;
    padding-top: 0px;
}

.testimonialSection .testimonial .eachCard .vdoCon {
    position: relative;
    z-index: 1;
}

.testimonialSection .testimonial .eachCard .vdoCon::after {
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background-color: #D81921;
    content: "";
    position: absolute;
    left: -15px;
    bottom: -10px;
}

.testimonialSection .testimonial .eachCard .vdoCon .imgCon {
    width: 500px;
    height: 500px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.testimonialSection .slick-slide {
    padding: 20px;
}

.testimonialSection .testimonial .eachCard .vdoCon .imgCon img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    background-repeat: no-repeat;
}

.testimonialSection .testimonial .eachCard .vdoCon .vdoBtn {
    height: 70px;
    width: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    background-color: #D71921;
    color: #fff;
    font-size: 24px;
    bottom: 20px;
    right: 20px;
}

.testimonialSection .testimonial .eachCard .textCon {
    position: relative;
    width: calc(60% + 10%);
    margin-left: -10%;
}

.testimonialSection .testimonial .eachCard .textCon .whiteBg {
    background-color: #fff;
    border-radius: 0px 0px 30px 0px;
    padding: 30px 60px 30px 40px;
    background-image: url(../images/home/background.jpg);
    position: relative;
    border-bottom: 4px solid #d522286b;
    height: 380px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 170px;
}

.testimonialSection .testimonial .eachCard .redBg {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 15px 15px 0px 15px;
    background: #D81921;
    width: 50%;
    /* height: 86px; */
    padding: 25px 24px;
    position: absolute;
    right: -40px;
    top: -40px;
    color: #fff;
    font-family: "Lato", serif;
    z-index: 2;
}

.testimonialSection .testimonial .eachCard .redBg::after {
    position: absolute;
    content: "";
    border-top: 50px solid #9D0208;
    border-right: 40px solid transparent;
    border-left: 0px solid transparent;
    border-bottom: none;
    top: 100%;
    right: 0;
}

.testimonialSection .testimonial .eachCard .textCon .textContent {
    /* display: flex;
    flex-direction: column;
    gap: 24px; */
    font-size: 18px;
    font-weight: 400;
    position: relative;
    height: auto;
    max-height: 275px;
    overflow-y: auto;
    padding-right: 6px;
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    border-radius: 10px;

}

::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: #D81921;
    border-radius: 10px;
}

.testimonialSection .testimonial .blankWrap {
    gap: 8px;
    right: 14px;
}

.testimonialSection .testimonial .blankWrap .blank.One {
    height: 64px;
    width: 18px;
}

.testimonialSection .blank.Two {
    height: 100px;
    width: 18px;
}

.testimonialSection .testimonial .blankWrap .blank:before {
    height: 24px;
    width: 24px;
}

.testimonialSection .testimonial .blank:before {
    top: -32px;
    left: -4px;
}

.testimonialSection .testimonial .slick-prev {
    left: -45px;
    right: 105px;
}

.testimonialSection .testimonial .slick-next {
    right: -45px;
}

.testimonialSection .testimonial .slick-arrow {
    bottom: 0 !important;
}

.registerSection {
    padding: 70px 0px;
}

.registerSection .left {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.registerSection .left .inlineDiv {
    display: flex;
    gap: 8px;
    align-items: center;

}

.registerSection .left .callCon,
.registerSection .left .mailCon {
    display: flex;
    flex-direction: column;
    gap: 12px;
    color: #000;
}

.registerSection .left .callCon p,
.registerSection .left .mailCon p {
    color: #000;
    font-family: "Lato", serif;
    font-size: 22px;
    font-weight: 500;
}

.registerSection .left .callCon {
    border-bottom: 1px solid rgba(0, 0, 0, 0.20);
    padding-bottom: 23px;
}

.registerSection .left .callCon .numCon {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    row-gap: 15px;
}

.registerSection .left .callCon .numCon .eachNum,
.registerSection .left .mailCon .eachNum {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 16px;
}

.registerSection .left .mailCon .eachNum .num,
.registerSection .left .callCon .eachNum .num {
    color: #000;
    font-family: "Lato", serif;
    font-size: 18px;
    font-weight: 500;
}

.registerSection .right {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.registerSection .right .innerForm {
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: center;
    padding: 30px 30px 25px;
    gap: 20px;
    border-radius: 30px;
    background: rgba(255, 182, 0, 0.3);
    /* box-shadow: 7px 10px 37px 14px rgba(0, 0, 0, 0.12); */
}

.registerSection .right .innerForm p {
    width: 100%;
}

.registerSection .right .innerForm .formInput {
    width: 100%;
    padding: 16px 24px;
    background-color: #ffffff;
    border: none;
    border-radius: 10px;
}

.registerSection .right .innerForm textarea.formInput {
    border-radius: 10px;
    resize: none;
    margin-top: 20px;
}

.registerSection .right .innerForm textarea.formInput {
    height: 140px;
}

.registerSection .right .innerForm .inlineDiv span {
    display: inline-block;
}

.registerSection .right .innerForm .inlineDiv p {
    display: flex;
    gap: 16px;
}

.registerSection .right .innerForm .inlineDiv .formInput {
    width: 50%;
}

.registerSection .right .innerForm .moreBtn {
    margin-left: auto;
}

.registerSection .right .innerForm .moreBtn:hover {
    background: transparent;
}

/* each card styling */

/* From Uiverse.io by Samalander0 */
.registerSection .card {
    width: 100%;
    height: 350px;
    border-radius: 25px;
    background: transparent;
    color: #000;
    font-family: "Isidora Sans";
    position: relative;
    border-radius: 1em;
    border: 1px solid rgba(0, 0, 0, 0.25);
    padding: 40px 25px;
    transition: all 0.4s ease;
}

.registerSection .card .card-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 5em;
    height: 100%;
    transition: transform 0.4s ease;
}

.registerSection .card .card-top,
.card .card-bottom {
    display: flex;
    justify-content: space-between;
}

.registerSection .card .card-top p,
.card .card-top .card-title,
.card .card-bottom p,
.card .card-bottom .card-title {
    margin: 0;
    transition: transform 0.4s ease;
}

.registerSection .card .card-title {
    font-size: 34px;
    font-weight: 600;
    font-family: "Isidora Sans";
}

.registerSection .card .card-bottom p {
    font-size: 25px;
    padding: 12px 20px;
    font-weight: 500;
    border-radius: 10px;
    background: transparent;
    border: 1px solid #333;
    color: #000;
    transition: all 0.4s;
}

.registerSection .card .card-bottom {
    align-items: flex-end;
}

.registerSection .card .card-image {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 58px;
    width: 58px;
    border-radius: 50%;
    border: 1px solid #000;
    padding-top: 5px;
    padding-left: 2px;
    transition: all 0.4s;
}

.registerSection .card .card-image a {
    color: #000;
    transform: rotate(-40deg);
}

.registerSection .card .card-image svg {
    width: 1em;
    height: 1em;
    transition: transform 0.4s ease;
}

.home .registerSection .card .card-image a {
    transform: none;
}

.home .registerSection .card .card-image a img {
    transition: all 0.4s;
}

.home .registerSection .card:hover .card-image a img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(6%) saturate(0%) hue-rotate(80deg) brightness(109%) contrast(108%);
}

.registerSection .card:hover {
    box-shadow: 0px 0px 18px 5px rgba(66, 113, 151, 0.15);
    cursor: pointer;
    border: 1px solid transparent;
    /* transform: scale(0.97); */
}

.registerSection .card:hover .card-title {
    color: #D71921;
}

.registerSection .card:hover .card-bottom p {
    background: #ffb600;
    border: 1px solid #ffb600;
    color: #000;
}

.registerSection .card:hover .card-bottom .card-image {
    background: #D81921;
    border-color: #D81921;
}

.registerSection .card:hover .card-bottom .card-image svg path {
    fill: #fff;
}

/* .registerSection .card:hover .card-content {
    transform: scale(0.96);
} */

.registerSection .card:hover .card-image svg {
    transform: scale(1.05);
}

/* .registerSection .card:active {
    transform: scale(0.9);
} */

.registerSection .links {
    padding-top: 80px;
}

/* thirteen section event section */

.eventSection {
    background: #FDF4DE;
    padding: 100px 0px;
}

.eventSection .left,
.eventSection .right {
    height: 100%;
    display: flex;
    align-items: center;
}

.eventSection .moreBtn:hover {
    background: #fff;
    color: #D81921;
    border: 2px solid #D81921
}

.eventSection .events .title {
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    transition: all 0.3s ease-in-out;
}

.eventSection .events .title .date {
    max-width: 100%;
    padding: 8px 12px;
    border-radius: 55px;
    background: #D81921;
    color: #fff;
    position: absolute;
    top: -24px;
    left: 15px;
    transition: all 0.3s ease-in-out;
    font-size: 16px;
}

.eventSection .events .eachEvent:hover .title .date {
    color: #000;
    background: #fff;
}

.eventSection .events {
    padding: 0px 40px 80px;
}

.eventSection .events .eachEvent:hover .title {
    background: #D81921;
    box-shadow: 8px 9px 28px 0px rgba(0, 0, 0, 0.18);
    color: #fff;
}

.eventSection .events .eachEvent:hover .title h4 {
    color: #fff;
}

.eventSection .events .eachEvent:hover .title p {
    color: #fff;
}

.eventSection .events .eachEvent {
    height: 500px;
    overflow: hidden;
    border-radius: 24px;
    position: relative;
    padding: 8px;
}

.eventSection .events .eachEvent .imgCon {
    height: 100%;
}

.eventSection .events .eachEvent .title {
    width: 80%;
    position: absolute;
    z-index: 1;
    bottom: 18px;
    display: block;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 20px;
    left: 10%;
    margin: auto;
    min-height: 115px;
}

.eventSection .events .eachEvent .title h4 {
    color: #D71921;
    text-align: left;
    font-family: Lato;
    font-size: 18px;
    font-weight: 700;
    margin-top: 10px;
    transition: all 0.3s ease-in-out;
    text-align: left;
    margin-bottom: 7px;
}

.eventSection .events .eachEvent .title p {
    color: #000;
    font-family: "Lato", serif;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    justify-content: start;
    align-items: start;
    gap: 8px;
    transition: all 0.3s ease-in-out;
}

.eventSection .events .eachEvent .title p svg {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    /* transition: all 0.3s ease-in-out; */
}

.eventSection .events .eachEvent .imgCon img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 24px;
}

.eventSection .slick-arrow {
    bottom: -10px !important;
}

.eventSection .slick-prev {
    left: calc(50% - 45px);
}

.eventSection .slick-next {
    right: calc(50% - 45px);
}

/* fourteen section blog section */

.blogSection {
    padding: 100px 0px;
}

.blogSection .col-lg-8 {
    flex: 0 0 auto;
    width: 100%;
}

.blogSection .col-lg-4 {
    display: none;
}

.blogSection .secHeader {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
}

/* .blogSection .cards {
    margin: 0px -12px 0px;
} */

.blogSection .cards .eachCard {
    padding: 0px;
}

.blogSection .slick-slide {
    margin-right: 20px;
}

.cards .innerCard {
    /* width: 423px; */
    height: 480px;
    border-radius: 30px;
    border: 1px solid rgba(0, 0, 0, 0.20);
    overflow: hidden;
    transition: all 0.4s ease-in-out;
}

.cards .innerCard:hover {
    background: #FFF1CE;
}

.cards .innerCard:hover .infoCon {
    background: #D71921;
    color: #fff;
}

.cards .innerCard .imgCon {
    height: 290px;
    width: 100%;
    overflow: hidden;
    border-radius: 0px 0px 30px 0px;
}

.cards .innerCard .imgCon img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center center;
}

.cards .innerCard .infoCon {
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: left;
    row-gap: 8px;
    column-gap: 12px;
    align-items: center;
    /* justify-content: space-between; */
    padding: 10px 16px;
    border-radius: 0px 50px 50px 0px;
    background: #FFF1CE;
    max-width: 350px;
    position: relative;
    margin-top: -24px;
    color: #000;
    transition: all 0.4s ease-in-out;
    max-height: 80px;
    overflow: hidden;
}

.cards .innerCard .infoCon .eachInfo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #000;
    font-family: "Lato", serif;
    font-size: 18px;
    font-weight: 500;
    transition: all 0.4s ease-in-out;
    position: relative;
}

.cards .innerCard .infoCon .eachInfo p {
    font-size: 16px;
}

/* .cards .innerCard .infoCon .eachInfo {
    padding-left: 10px;
} */

/* .cards .innerCard .infoCon .eachInfo:not(:first-child):before {
    position: absolute;
    content: "";
    height: 6px;
    width: 6px;
    left: -10px;
    top: calc(50% - 3px);
    border-radius: 50%;
    background: #D71921;
    transition: all 0.4s ease-in-out;
} */

.cards .innerCard:hover .infoCon .eachInfo::before {
    background: #FFB600;
}

.cards .innerCard:hover .infoCon .eachInfo {
    color: #fff;
}

.cards .innerCard .textCon {
    padding: 15px;
    transition: all 0.4s ease-in-out;
}

.cards .innerCard .textCon h4 {
    height: 55px;
    color: #000;
    font-family: "Lato";
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    transition: all 0.4s ease-in-out;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.cards .innerCard .textCon h4 a {
    color: #000;
    transition: all 0.4s ease-in-out;
    font-family: "Lato";
    font-weight: 600;
}

.cards .innerCard:hover .textCon h4 {
    color: #D71921;
    text-decoration: underline;
}

.cards .innerCard:hover .textCon h4 a {
    color: #D71921;
    text-decoration: underline;
}

.cards .innerCard .textCon p {
    display: flex;
    justify-content: left;
    align-items: center;
    color: #000;
    font-family: "Lato", serif;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.4s ease-in-out;
}

.cards .innerCard:hover .textCon p {
    color: #D71921;
}

.cards .innerCard .textCon p svg {
    transform: rotate(35deg);
    margin-left: 8px;
    height: 20px;
    width: 20px;
    padding: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #FFF1CE;
    transition: all 0.4s ease-in-out;
}

.cards .innerCard:hover .textCon p svg {
    color: #000;
    background-color: #FFB600;
}

.blogSection .slick-arrow {
    bottom: -60px !important;
}

.blogSection .slick-next {
    right: 16px;
}

.blogSection .slick-prev {
    right: 70px;
}

.blogSection .moreBtn {
    background-color: #fff;
    color: #000;
    border-radius: 55px;
}

.blogSection .moreBtn:hover {
    background: #D81921;
    border-color: #D81921;
    color: #fff;
}

.blogSection .dates {
    min-height: 540px;
    border-radius: 25px;
    border: 1px solid rgba(0, 0, 0, 0.20);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 32px 16px 24px;
}

.blogSection .dates .innerDate {
    display: flex;
    gap: 16px;
}

.blogSection .dates .innerDate:hover .dateBox {
    border-color: #D71921;
    background: #D71921;
    color: #fff;
    transition: 0.4s all ease-in-out;
}

.blogSection .dates .innerDate .dateBox {
    height: 80px;
    min-width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    border: 1px solid rgba(0, 0, 0, 0.20);
}

.blogSection .dates .innerDate .dateBox {
    color: #D71921;
    text-align: center;
    font-family: "Lato", serif;
    font-size: 18px;
    font-weight: 700;
}

.blogSection .dates .innerDate .textBox {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.blogSection .dates .innerDate .textBox h4,
.blogSection .dates .innerDate .textBox p {
    color: #000;
    font-family: "Lato", serif;
    font-size: 18px;
    font-weight: 400;
}

.blogSection .dates .innerDate:hover .textBox h4,
.blogSection .dates .innerDate:hover .textBox p {
    color: #D71921;
    text-decoration: underline;
    transition: 0.4s all ease-in-out;
}

.blogSection .dates .innerDate .textBox p svg {
    height: 10px;
    width: 10px;
    padding: 4px;
    background: #FFF1CE;
    border-radius: 50%;
    transform: rotate(35deg);
    transition: 0.3s all ease-in-out;
    margin-right: 8px;
}

.blogSection .dates .innerDate:hover .textBox p svg {
    background: #FFB600;
}

.blogSection .dates .eachDate {
    padding-bottom: 18px;
}

.blogSection .dates .slick-arrow {
    bottom: 13px !important;
}

/* fifteen section business section */
.businessSection {
    padding: 100px 0px;
}

.businessSection .secHead {
    text-align: center;
}

/* .businessSection .business {
    padding: 0px 0px 25px;
} */

.businessSection .business .imgCon {
    height: 150px;
    width: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.businessSection .business .imgCon img {
    object-fit: contain;
    height: 100%;
    width: 100%;
}


.businessSection .slick-arrow {
    top: 50%;
    transform: translateY(-50%);
}

.businessSection .slick-prev {
    left: -80px;
}

.businessSection .slick-next {
    right: -80px;
}




.footerSection {
    padding: 100px 0px 0px;
    background: #000;
    /* border-top: 10px solid #D52228; */
    position: relative;
}

.footerSection .borderImgCon {
    position: absolute;
    width: 80px;
    height: 211px;
    top: -212px;
    right: 30px;
}

.footerSection .borderImgCon img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.footerSection .footerHeading p {
    color: #FFF;
    font-family: "Lato", serif;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}

.footerSection .footerHeading .logoWrap {
    width: 100%;
    max-width: 250px;
    height: 130px;
    display: flex;
}

.footerSection .footerHeading .logoWrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.footerSection .footerHeading .container {
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.60);
}

.footerSection .footerContent {
    background-color: #fff;
    padding-top: 60px;
}

.footerSection .footerContent .links {
    display: flex;
    flex-direction: column;
    /* gap: 16px; */
}

.footerSection .footerContent .links .eachLinkWrap {
    height: 180px;
}

.footerSection .footerContent .container {
    border-bottom: 1px solid rgba(255, 255, 255, 0.60);
}

.footerSection .footerContent .links .linkHead {
    color: #D71821;
    font-family: "Lato", serif;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}

.footerSection .footerContent .links a {
    display: flex;
    gap: 15px;
    color: #000;
    transition: all 0.3s ease-in-out;
}

.footerSection .footerContent .links a:hover {
    color: #D71821;
}

.footerSection .footerContent .links a .icon,
.footerSection .footerContent .icon {
    min-width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #D71821;
    border-radius: 50%;
}

.footerSection .footerContent .eachLink {
    color: #fff;
    margin-bottom: 16px;
}

.footerSection .footerContent .eachLink .linkHead {
    margin-bottom: 12px;
}

.copyBlock>div {
    display: flex;
    gap: 5px;
}

.copyBlock>div:not(:last-child) {
    margin-bottom: 10px;
}

.footerSection .footerEnd {
    padding: 24px 0px;
}

.footerSection .footerEnd p {
    color: #fff;
    font-size: 16px;
}

.footerEnd>.container>.row {
    align-items: center;
}

.ftPowerd {
    text-align: end;
}

.ftPowerd a {
    color: #014DC9 !important;
}

.footerSection .footerEnd a {
    color: #fff;
    transition: all 0.3s ease-in-out;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.48px;
    font-family: 'Roboto';
}

.footerSection .footerEnd a:hover {
    color: #E8000B;
}

.footerSection .footerContent .eachLink p {
    display: flex;
}

.footerSection .inlineDiv {
    display: flex;
    gap: 6px;
}

.footerSection .inlineDiv .icon {
    min-width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.footerSection .footerContent .links .link:hover {
    color: #FDC12A;
}

.footSocialIconDiv {
    padding-top: 30px;
    display: flex;
    gap: 20px;
}

.footSocialIconDiv a svg {
    font-size: 30px;
    color: #656565;
    transition: all 0.5s;
}

.footSocialIconDiv a svg:hover {
    color: #D71821;
}

.brochureFrom {
    display: none;
    height: 100%;
    width: 100%;
    background: transparent;
    backdrop-filter: blur(1px);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: 0.6s;
    z-index: 100;
    width: 100vw;
    height: 100vh;
    padding: 30px;
    transition: 0.3s all ease-in-out;
}

.brochureFromInner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.brochureFormBox {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 650px;
    /* height: 570px; */
    border-radius: 30px;
    background: #FFF;
    box-shadow: 7px 10px 37px 14px rgba(0, 0, 0, 0.12);
    padding: 60px;
}

.brochureFormBox .inputDiv input {
    border-radius: 15px;
    background: #F2F2F2;
    height: 70px;
    width: 100%;
    border: none;
    padding: 8px 32px;
    color: #000;
    font-family: "Lato", serif;
    font-size: 18px;
    font-weight: 500;
}

.brochureFormBox .inputDiv input:focus {
    outline: 2px solid #D81921;
}

.brochureFormBox .inputBtn input {
    height: 70px;
    font-size: 22px;
}

.brochureFormBox .inputBtn .moreBtn:hover {
    border: 2px solid #D71921;
    background-color: #fff;
    color: #D71921;
}

.subjectNav .rightBtn .moreBtn {
    transition: 0.5s;
    font-size: 17px;
    line-height: 35px;
}

.subjectNav .rightBtn .moreBtn:hover {
    background-color: #000;
    color: #fff;
}

.brochureFrom .secHead {
    font-size: 42px;
}

.btmLinks {
    padding-right: 20px;
    padding-top: 20px;
}

.courseDetailsHero .headCon .moreBtn:hover {
    border: 2px solid #D52228 !important;
    background-color: #D52228 !important;
    color: #fff !important;
}

/*--rj style css start--*/

/*--home page --*/
.topLinks .applyNow {
    padding-right: 45px;
    color: #fefefe;
    position: relative;
    transition: 0.5s;
}

.topLinks .applyNow:hover {
    color: #fff;
}

.topLinks .applyNow::after {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-size: 70%;
    content: "\f061";
    color: #000;
    position: absolute;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    font-size: 16px;
    font-family: "FontAwesome";
    transition: 0.5s;
}

.topLinks .applyNow:hover:after {
    transform: translateY(-50%) rotate(0deg);
    color: #fff;
    background-color: #000;
}

.linksWrap .topLinks ul li .actionBtn .actionIcon {
    transition: 0.5s;
}

.linksWrap .topLinks ul li .actionBtn .actionIcon:hover {
    background-color: #000;
}

.linksWrap .topLinks ul li .actionBtn .actionIcon:hover img {
    filter: brightness(0) invert(1);
}

.bannerWrap {
    /* background-color: #000; */
    background-color: #fff;
    overflow: hidden;
    /* border-radius: 20px; */
}

.bannerSlider {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.bannerWrap .swiper-slide {
    position: relative;
    width: 100%;
    height: 100%;
}

/* content */

.bannerWrap .bannerContent h1 {
    margin-bottom: 20px;
    opacity: 0;
}

.bannerWrap .bannerContent p {
    font-family: inherit;
    line-height: 1.4;
    font-weight: 500;
    opacity: 0;
}

.bannerWrap .swiper-slide {
    position: relative;
    /* background-size: cover !important;
    background-repeat: no-repeat !important; */
    background-image: none !important;
}

.bannerImgMain {
    width: 100%;
}

.bannerImgMain img {
    width: 100%;
}

.bannerWrap .swiper-slide-active .bannerContent {
    opacity: 1;
}

.bannerWrap .swiper-slide-active .bannerContent h1 {
    animation: moveDown 0.8s ease-in forwards;
}

.bannerWrap .swiper-slide-active .bannerContent p {
    animation: moveDown 1s ease-in forwards;
    animation-delay: 1s;
}

.background[data-item="one"] {
    background-size: cover !important;
    background-position: 50% 40%;
}

.background[data-item="two"] {
    background-size: cover !important;
    background-position: 50% 50%;
}

.background[data-item="three"] {
    background-size: cover !important;
    background-position: 50% 40%;
}

.background[data-item="four"] {
    background-size: cover !important;
    background-position: 50% 60%;
}

.background[data-item="five"] {
    background-size: cover !important;
    background-position: 50% 40%;
}

@keyframes moveDown {
    0% {
        transform: translateY(-20px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.bannerWrap .background {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    clip-path: circle(5%);
    filter: brightness(90%);
    overflow: hidden;
    opacity: 0;
    z-index: 1;
    background-color: #000;
}

.bannerWrap .animation {
    animation: resizeClipPath 2s ease-in-out forwards;
}

@keyframes resizeClipPath {
    0% {
        clip-path: circle(5%);
        opacity: 0;
    }

    100% {
        clip-path: circle(71%);
        opacity: 1;
        background-color: rgba(0, 0, 0, 0.3);
    }
}

/* pagination bullet */

.bannerWrap .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background-color: #000;
    position: relative;
    border-radius: 50%;
    transition: all 0.6s ease-in-out;

}

.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 15px) 0;
    display: block;
}

.swiper-vertical>.swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
    right: var(--swiper-pagination-right, 20px);
}

.bannerWrap .swiper-pagination-bullet:before {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    border: 1px solid transparent;
    content: "";
    position: absolute;
    transform: translate(-50%, -50%);
}

.bannerWrap .swiper-pagination-bullet-active {
    background: #D52228;
}

.bannerWrap .swiper-pagination-bullet-active::before {
    border: 1px solid #fff;
}


.heroSection.innerHero {
    /* background-color: #D52228; */
    background-color: #FDC12A30;
}

.bannerWrap.innerBanner {
    background-color: transparent;
}

.bannerHeading {
    font-family: 'Isidora Sans';
    font-weight: bold;
    /* color: #fff; */
    color: #000;
    font-size: 68px;
}

.bannerContent {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 3;
}

.bannerBtnWrap {
    padding-top: 20px;
}

.bannerBtnWrap ul {
    display: flex;
    gap: 25px;
}

.bannerBtn {
    padding: 0 30px;
    line-height: 50px;
    border-radius: 7px;
    background-color: #D52228;
    display: block;
    transition: 0.5s;
    opacity: 0;
}

.bannerBtn.bannerBtn2 {
    background-color: #fff;
    color: #D52228;
}

.bannerBtn:hover {
    background-color: #fff;
    color: #D52228;
}

.bannerBtn.bannerBtn2:hover {
    background-color: #D52228;
    color: #fff;
}

.bannerWrap .swiper-slide-active .bannerContent .bannerBtn {
    animation: moveDown 0.8s ease-in forwards;
}




.infoSection {
    position: relative;
    /* overflow: hidden; */
    background-color: #BD0008;
}

.wcuCountWrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.countItem {
    width: 400px;
    padding: 30px;
    border-radius: 100px;
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
}

.countItem .countNo {
    width: 75px;
}

.countItem .countNo h3 {
    color: #9D0208;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 600;
    font-size: 30px;
}

.countTxt {
    width: calc(100% - 100px);
}

.countItem:first-child {
    position: absolute;
    bottom: 50px;
    left: 15%;
    transform: rotate(-20deg);
}

.countItem:nth-child(2) {
    position: absolute;
    bottom: 118px;
    left: 35.09%;
    transform: rotate(18deg);
    width: 210px;
}

.countItem:nth-child(3) {
    position: absolute;
    bottom: 1px;
    left: 31%;
    transform: rotate(-0);
    width: 350px;
}

.countItem:nth-child(4) {
    position: absolute;
    bottom: 44px;
    left: 46.3%;
    transform: rotate(20deg);
    width: 360px;
}

.countItem:nth-child(5) {
    position: absolute;
    bottom: 151px;
    left: 54.5%;
    transform: rotate(3deg);
    width: 360px;
}

.countItem:nth-child(6) {
    position: absolute;
    bottom: 44px;
    left: 64.5%;
    transform: rotate(-18deg);
    width: 360px;
}

.countItem:nth-child(6) .countNo {
    width: 90px;
}

.countItem:nth-child(6) .countTxt {
    width: calc(100% - 90px);
}

.readBtn {
    padding-right: 40px;
    position: relative;
    color: #000;
}

.readBtn::after {
    content: "\f061";
    position: absolute;
    font-family: "FontAwesome";
    width: 32px;
    height: 32px;
    right: 0;
    border-radius: 50%;
    display: flex;
    background-color: #FFF1CE;
    color: #000;
    font-size: 14px;
    justify-content: center;
    align-items: center;
    top: -2px;
    transform: rotate(-45deg);
    transition: 0.5s;
}

.innerCard:hover .readBtn::after {
    transform: rotate(0);
    background-color: #FFB600;
    width: 32px;
}

.newsCard .readBtn::after {
    background-color: transparent !important;
}

.cards .innerCard .imgCon img {
    transition: 0.6s;
}

.cards .innerCard:hover .imgCon img {
    transform: scale(1.1);
}

.readBtn:hover {
    color: #D71921;
}

.dateSlider .newsCardInner {
    display: flex;
}

.dateSlider .newsCardInner .newsDate {
    width: 78px;
    height: 78px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: 0.5s;
}

.dateSlider .newsCardInner .newsDate {
    color: #D71921;
    font-size: 20px;
    font-weight: 600;
}

.newsInfo {
    width: calc(100% - 78px);
    padding-left: 10px;
}

.newsInfo h6 {
    margin-bottom: 10px;
}

.newsInfo h6 a {
    color: #000;
    font-size: 16px;
    font-family: "Lato", serif;
    transition: 0.5s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.dateSlider .slick-slide>div {
    margin-bottom: 30px;
}

.dateSlider .newsCardInner:hover .newsDate {
    background-color: #9D0208;
}

.dateSlider .newsCardInner:hover .newsDate h5 {
    color: #fff;
}

.dateSlider .newsCardInner:hover .newsInfo h6 a {
    color: #9D0208;
}

.newsCard:hover .readBtn::after {
    transform: rotate(0);
    background-color: #FFB600;
}

.newsCard:hover .readBtn {
    color: #9D0208;
}

/*--home page--*/


/*--blog listing start--*/
.innerBanner .heroBanner {
    position: relative;
}

/* .innerBanner .heroBanner::after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
} */

.blogListWrap.cards .innerCard {
    margin-bottom: 25px;
}

.blogSidebar {
    position: sticky;
    top: 100px;
}

.srchWrap .frmWrap {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
}

.frmWrap .srchBtn {
    position: absolute;
    width: 55px;
    height: 55px;
    border: none;
    border-radius: 50%;
    background: url(../images/blog/Search.png) no-repeat center center;
    left: 0;
}

.srchWrap .frmWrap .inputTxt {
    width: 100%;
    min-height: 55px;
    margin-bottom: 32px;
    border-radius: 50px;
    border: 1px solid #C6C6C6;
    background: rgba(231, 224, 224, 0.00);
    background-color: #fff;
    padding: 0px 16px 0px 48px;
    text-align: right;
}

.srchWrap .frmWrap .inputTxt::placeholder {
    color: #C6C6C6;
}

.blockListBg {
    padding: 30px;
    background-color: #fff;
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.20);
}

.blogSidebar h4 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #000;
}

.blogListingPage .show-more {
    background-color: #D71921;
    color: #fff !important;
    border: 1px solid #D71921;
    transition: all 0.5s;
}

.blogListingPage .show-more:hover {
    background-color: #fff;
    color: #D71921 !important;
}

.catList li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.catList li:not(:last-child) {
    /* margin-bottom: 15px;
    padding-bottom: 15px; */
    border-bottom: 1px solid #D4D4D4;
}

.catList li {
    padding: 24px 0px;
}

.catList li:first-child {
    padding-top: 0;
}

.catList li a {
    width: calc(100% - 70px);
    color: #000;
    font-weight: normal;
    font-size: 18px;
    padding-left: 15px;
    position: relative;
    font-family: "Lato", serif;
    transition: all 0.3s;
}

.catList li span {
    color: #000;
}

.catList li.active a,
.catList li.active span,
.catList li:hover a,
.catList li:hover span {
    color: #9D0208;
    font-weight: 600;
}

.catList li a::before {
    width: 6px;
    height: 6px;
    content: "";
    position: absolute;
    left: 0;
    top: 13px;
    background-color: #000;
    border-radius: 50%;
}

.catList li.active a::before,
.catList li:hover a:before {
    background-color: #C7070E;
}

.blogPostList {
    background-color: #FFF1CE;
    padding: 30px;
    border-radius: 20px;
    margin-top: 40px;
}

.blogPostList h4 {
    color: #000;
}

.postList li {
    display: flex;
    align-items: flex-start;
}

.postList li:not(:last-child) {
    margin-bottom: 40px;
}

.postList li .postImg {
    width: 100px;
    height: 100px;
    border-radius: 10px;
    overflow: hidden;
}

.postList li .postImg a {
    width: 100%;
    display: block;
    height: 100%;
}

.postText {
    width: calc(100% - 100px);
    display: flex;
    align-items: end;
    padding-left: 15px;
    gap: 8px;
}

.postList li .postImg img {
    width: 100%;
    height: 100%;
    object-position: center center;
    object-fit: cover;
}

.postSummery p {
    font-size: 15px;
    margin-bottom: 5px;
    color: #656565;
}

.postSummery a {
    color: #000000;
    transition: 0.5s;
}

.postArrow {
    width: 40px;
    display: flex;
    justify-content: end;
    /* transform: rotate(-30deg); */
    position: relative;
    bottom: -4px;
    color: #000;
}

.postArrow a {
    color: #000;
}

.postArrow img {
    filter: brightness(0) saturate(100%) invert(16%) sepia(97%) saturate(2742%) hue-rotate(212deg) brightness(103%) contrast(114%);
}

.postList li:hover .postSummery a {
    color: #9D0208;
}

.postList li:hover .postArrow a {
    color: #9D0208;
}

.tagList {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
}

.tagList li {
    width: auto;
    max-width: 100%;
    min-width: 100px;
    margin-right: 10px;
}

.tagList li a {
    width: 100%;
    background-color: #FFE5A4;
    display: block;
    padding: 10px 16px;
    text-align: center;
    border-radius: 30px;
    font-size: 16px;
    margin-bottom: 10px;
    font-family: 'Roboto';
    font-weight: normal;
    color: #9D0208;
    transition: 0.5s;
}

.blogListingPage .updateSection .updateBox,
.blogDetailsPage .updateSection .updateBox {
    margin-bottom: -65px;
}

.pagination {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    padding-top: 30px;
}

.pagination .page-numbers {
    display: flex;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    color: #9D0208;
    border: 1px solid rgba(0, 0, 0, 0.25);
    transition: 0.2s;
}

.pagination .page-numbers.active {
    border: none;
    background-color: #9D0208;
    color: #fff;
}

.blogDetailsImg {
    border-radius: 20px;
    overflow: hidden;
}

.blogDetailsImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.blogDetailsInfo ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 20px;
    gap: 5px;
}

.blogDetailsInfo ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    padding-left: 15px;
}

.blogDetailsInfo ul li::before {
    width: 8px;
    height: 8px;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #ccc;
    border-radius: 50%;
}

.adminIcon {
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 50%;
}

.adminIcon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.blogDetailsInfo ul li:first-child::before,
.blogDetailsInfo ul li:last-child::before {
    display: none;
}

.blogDetailsInfo ul li:first-child {
    padding-left: 0px;
}

.shareWrap {
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid rgba(163, 163, 163, 0.45);
    border-bottom: 1px solid rgba(163, 163, 163, 0.45);
    margin-top: 30px;
    align-items: flex-start;
}

.shareWrap .shareLeft {
    width: 50%;
}

.shareWrap .tags {
    width: 50%;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 10px;
    row-gap: 6px;
}

.shareWrap .tags span {
    color: #D52228;
    font-family: "Lato", serif;
    font-weight: 600;
}

.blogContentTxt {
    padding-top: 20px;
}

.blogContentTxt h3 {
    font-size: 24px;
    font-weight: 500;
    color: #D52228;
    font-family: "Lato", serif;
    margin-bottom: 20px;
}

.blogContentTxt p {
    margin-bottom: 20px;
}

.shareWrap .shareLeft {
    display: flex;
    align-items: center;
    gap: 15px;
}

.shareWrap .shareLeft h5 {
    color: #D52228;
    font-family: "Lato", serif;
    font-weight: 600;
}

.socialIcon {
    display: flex;
    gap: 15px;
}

.socialIcon a {
    color: #000;
    font-size: 18px;
}

.shareWrap .tags a {
    color: #000;
}

.shareWrap .tags a:hover {
    color: #D52228;
}

.socialIcon a:hover {
    color: #D52228;
}

.tagList li a:hover {
    background-color: #D52228;
    color: #fff;
}

.arr-btn {
    display: flex;
    justify-content: space-between;
    gap: 350px;
    margin-top: 30px;
}

.arr-btn .prev {
    text-align: left;
}

.arr-btn h5 {
    color: #000;
    font-size: 22px;
    font-weight: 500;
    transition: all 0.4s ease-in-out;
}

.arr-btn .topic {
    color: #000;
    font-size: 16px;
    font-weight: 400;
}

.arr-btn .topic {
    color: #000;
    font-size: 16px;
    font-weight: 400;
}

.arr-btn .next {
    text-align: right;
}

.arr-btn h5 {
    color: #000;
    font-size: 22px;
    font-weight: 500;
    transition: all 0.4s ease-in-out;
}

.arr-btn a:hover h5 {
    color: #D52228;
}

.commentWrap {
    margin-top: 40px;
}

.commentWrap .cmmntImg {
    width: 100%;
}

.relatedBlog .slick-slide {
    margin-right: 25px;
}

.relatedBlog .slick-arrow {
    top: 45%;
}

.relatedBlog .slick-prev {
    left: -60px;
}

.relatedBlog .slick-next {
    right: -40px;
}

.relatedBlogSec .secHead {
    margin-bottom: 30px;
}

/*--blog listing end--*/

/*--press release start--*/

.pressReleasePage .secHeader {
    margin-bottom: 30px;
}


.pressReleasePage .cards .innerCard {
    margin-bottom: 25px;
}

.faqPage .acc-container {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 100%;
    margin: 0 auto;
}

.faqPage .acc-container .acc {
    background-color: #fff;
    border: none;
    padding: 25px 40px;
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.15);
}

.faqPage .acc-container .acc.active {
    box-shadow: 0 0 25px 0px #cecece;
}

.faqPage .secHead {
    font-weight: 600;
}

.faqPage .acc-head {
    display: flex;
    align-items: center;
    color: #231f20;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    cursor: pointer;
}

.faqPage .acc-head h4 {
    font-size: 22px;
    font-weight: 500;
    width: calc(100% - 45px);
    color: #DD0000;
}

.faqPage .acc .acc-head::after {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #6C6C6C;
    display: flex;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    content: "\2b";
    font-family: "FontAwesome";
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
}

.faqPage .acc-content {
    padding: 20px 0px 10px;
    display: none;
}

.faqPage .acc:first-child .acc-content {
    display: block;
}

.overviewFaq {
    padding-top: 40px;
}

.redSecH {
    color: #D52228 !important;
    font-weight: 500 !important;
}

.overviewFaq .secHead {
    margin-bottom: 40px;
}

.faqPage .acc.active .acc-head::after {
    content: "\f068";
}

.faqSec2 {
    background-color: #000;
}

.faqSec2 .overviewFaq .secHead {
    color: #fff;
}

.faqSec2 .overviewFaq,
.faqSec3 .overviewFaq {
    padding-top: 0px;
}

.faqPage .faqSec2 .acc-container .acc {
    background-color: transparent;
    border: 1px solid rgb(255 255 255 / 21%);
}

.faqPage .faqSec2 .acc-container .acc.active {
    box-shadow: none;
    background-color: rgb(186 186 186 / 15%);
    border: none;
}

.faqPage .faqSec2 .acc-content p {
    color: #fff;
}

.faqPage .faqSec2 .acc .acc-head::after {
    background-color: transparent;
}

/*--press release end--*/

.innerHero .imgCon img {
    border-radius: 0 !important;
}

.innerBanner {
    position: relative;
}

.innerBanner .innerBannerContent {
    left: 0;
    top: 60%;
    z-index: 1;
    width: 100%;
    position: absolute;
    transform: translateY(-50%);
}

.innerBannerContent .container {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 100px;
    padding-right: 100px;
}

.single-course .innerBanner .innerBannerContent {
    top: 50%;
}

.single-course .innerBanner .heroBanner::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.40);
}

.headCon .secHead {
    font-weight: 600;
    color: #fff;
    font-size: 60px;
}

.bannerShortTxt {
    padding-top: 10px;
}

.bannerShortTxt p {
    color: #fff;
}

.imagesCon {
    gap: 20px;
    flex-wrap: wrap;
    display: flex;
    padding-top: 30px;
}

.imgConSml img {
    width: 100%;
}

.bannerFormCon {
    border-radius: 20px;
    border: 1px solid #fefefe80;
    padding: 25px;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
}

.headCon {
    padding-right: 20px;
}

.formHead {
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}

.frmWrap {
    margin-bottom: 20px;
}

.inputTxt {
    width: 100%;
    height: 50px;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    background-color: transparent;
    color: #fff;
    padding: 0 15px;
    box-sizing: border-box;
    outline: none;
}

input.inputTxt::placeholder {
    color: #fff;
}

select.inputTxt {
    appearance: none;
    background: url(../images/down.png) no-repeat;
    background-position: 97%;
}

select.inputTxt option {
    background: transparent !important;
    color: #000;
}

.capchatxt {
    line-height: 50px;
    min-height: 50px;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    background-color: transparent;
    color: #fff;
    padding: 0 15px;
    width: 100%;
    display: block;
}

.checkWrap .frmWrap {
    align-items: start;
    display: flex;
}

.checkWrap label {
    color: #fff;
}

.checkInput {
    margin-top: 0px;
    margin-right: 7px;
    width: 25px;
    height: 25px;
    border-radius: 3px;
}

.frmWrap {
    display: flex;
    justify-content: flex-end;
}

.frmWrap .subBtn {
    height: 50px;
    border: 1px solid #D52228;
    border-radius: 30px;
    color: #D52228;
    background-color: #fff;
    padding: 0 30px;
    transition: 0.5s;
}

.frmWrap .subBtn:hover {
    background: #D81921;
    border-color: #D81921;
    color: #fff;
}

.frmBtnWrap .frmWrap {
    margin-bottom: 0px;
}

.nav_list {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

/*--campus details start--*/
.body_nav {
    background-color: #D52228;
    padding: 0px 40px 20px;
    position: sticky;
    top: -1px;
    z-index: 999;
}

.nav_list ul {
    display: flex;
    gap: 20px;
    align-items: center;
    padding-bottom: 10px;
}

.single-course .body_nav ul::-webkit-scrollbar-thumb {
    background: #FF6B6B;
}

.nav_list ul li a {
    color: #fff;
}

.subjectNav .rightBtn .moreBtn {
    background-color: #fff;
    color: #D52228;
}

.carousel-accordion .owl-item {
    padding: 0px 0px !important;
    margin-right: 0px !important;
}

.carousel-accordion.owl-carousel {
    padding: 0px !important;
}

.eachCourse {
    padding-right: 20px;
}

.InfrastructureSec .infoDiv {
    margin-bottom: 20px;
}

.coursesSection .owl-carousel .owl-nav button.owl-prev .angle-left.angle-left,
.coursesSection .owl-carousel .owl-nav button.owl-next .angle-right {
    display: none !important;
}

.coursesSection .owl-carousel .owl-nav button {
    background-color: transparent !important;
    border: 1px solid rgba(0, 0, 0, 0.6) !important;
    transition: 0.5s;
}

.coursesSection .owl-carousel .owl-nav {
    position: absolute;
    right: 0;
    padding-top: 20px;
}

.coursesSection .owl-prev,
.coursesSection .owl-next {
    position: relative;
}

.coursesSection .owl-prev::before {
    content: "\f053";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'FontAwesome';
    color: #000;
    transition: 0.5s;
}

.coursesSection .owl-next::before {
    content: "\f054";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'FontAwesome';
    color: #000;
}

.coursesSection .owl-carousel .owl-nav button:hover,
.coursesSection .owl-carousel .owl-next button:hover {
    background-color: #9D0208 !important;
    border: 1px solid #9D0208 !important;
}

.coursesSection .owl-carousel .owl-nav:before:hover {
    color: #fff;
}

.coursesSection .owl-carousel .owl-prev:hover:before {
    color: #fff;
}

.InfrastructureSec {
    position: relative;
}

.body_nav.sideSticky {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 9;
    padding-top: 9px;
    padding-bottom: 10px;
}

.FAQSection .acc-content {
    display: none;
}

.FAQSection .acc:first-child .acc-content {
    display: block;
}

.FAQSection .acc-container {
    /* column-count: 2; */
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    max-width: 1100px;
    margin: 0 auto;
    align-items: flex-start;
    justify-content: space-between;
}

.FAQSection .acc-container {
    padding-top: 30px;
}

.FAQSection .acc-container .acc-head h4 {
    font-size: 20px;
    font-family: "Lato", serif;
    color: #DB0008;
}

.FAQSection .acc-container .acc {
    width: 100%;
    /* margin-top: 10px; */
    /* padding-top: 30px; */
    /* margin-bottom: 10px; */
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
}

.FAQSection .acc-container .acc:last-child{
    border-bottom: none;
}

.FAQSection .acc-container .acc:first-child {
    /* margin-top: 0; */
    padding-top: 0px;
}

.FAQSection .acc-container .acc:last-child {
    /* margin-bottom: 0; */
    /* padding-bottom: 0px; */
}

.FAQSection .acc-container .acc-head {
    cursor: pointer;
    position: relative;
    padding: 25px 40px 10px;
}

.FAQSection .acc-container .acc-head:before {
    top: 20px;
    z-index: 1;
    right: 10px;
    width: 32px;
    height: 32px;
    content: '+';
    display: flex;
    font-size: 30px;
    color: #ffffff;
    position: absolute;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background-color: #D52228;
}

.FAQSection .acc-container .accTxt {
    padding: 10px 40px 25px;
}

.FAQSection .acc-container .acc .accInner {
    background-color: #fff;
    border-radius: 20px;
}

.FAQSection .acc-container .acc.active {
    padding-top: 30px;
    padding-bottom: 30px
}

.FAQSection .acc-container .acc.active .acc-head:before {
    content: '-';
}

.FAQSection .acc-container .acc.active .accInner {
    /* border-radius: 20px; */
    /* border-bottom: none; */
    box-shadow: 0 0 25px 0px #cecece;
}

.FAQSection .acc-container .acc.active .acc-head {
    /* background-color: #fff; */
    /* border-radius: 20px 20px 0 0; */
    /* box-shadow: 0px 5px 15px #00000025; */
}

.FAQSection .acc-container .acc.active .acc-content {
    /* background-color: #fff; */
    /* border-radius: 0 0 20px 20px; */
    /* box-shadow: 0px 5px 15px #00000025; */
}

.single-campus .gallerySection {
    background-color: #fdf4de;
}

.single-campus .updateSection {
    margin-top: 100px;
    background-color: #fdf4de;
}

.eachGlobalCard .js-show-more-wrap {
    display: none;
}

/*--campus details end--*/

/*--course details page start--*/
.bannerInnerImg {
    overflow: hidden;
    border-radius: 20px;
    position: relative;
}

.bannerInnerImg figure {
    margin-bottom: 0px;
}

.single-course .bannerBtn {
    border-radius: 39px;
    border: 1px solid #D52228;
    background: #FFF;
    color: #D52228;
    font-size: 18px;
    font-weight: 600;
    line-height: 40px;
}

.single-course .bannerBtn:hover {
    background-color: #D52228;
    color: #fff;
    border: 1px solid transparent;
}

.single-course .innerBanner .bannerBtnWrap {
    padding-top: 20px;
}

.playIcon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #D71921;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 40px;
    right: 40px;
    font-size: 20px;
}

.playIcon::before {
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    background-color: #d719217d;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    /* top: 50%; */
    /* left: 50%; */
    transform: translate(-50%, -50%);
    border-radius: 50%;
}

@-webkit-keyframes pulse {
    0% {
        transform: scale(1, 1);
    }

    25% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.2, 1.2);
    }

    100% {
        transform: scale(1, 1);
    }
}

@keyframes pulse {
    0% {
        transform: scale(1, 1);
    }

    25% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.2, 1.2);
    }

    100% {
        transform: scale(1, 1);
    }
}

.playIcon svg {
    position: relative;
    z-index: 1;
}

.graduateIcon {
    position: absolute;
    top: 20px;
    left: -60px;
}

.innerBanner .bannerBtn {
    display: inline-flex;
    opacity: 1;
}

.innerBanner .bannerBtnWrap {
    padding-top: 30px;
}

.innerBanner .imagesCon {
    padding-top: 40px;
}

.innerBanner .bannerHeading {
    font-size: 54px;
}

.courseDetailsPage .nav_list ul {
    gap: 25px;
}

.courseDetailsPage .nav_list ul li a {
    font-size: 17px;
    font-weight: 600;
}

.template-course-details .heroSection,
.template-campus-details .heroSection {
    padding-bottom: 0px;
}

.template-course-details .body_nav,
.template-campus-details .body_nav {
    padding: 20px 40px 20px;
}

.courseOverviewSec .bgImgCon {
    transform: scaleX(-1);
    position: relative;
    position: absolute !important;
    top: auto !important;
    bottom: 0 !important;
    right: 0 !important;
}

.nav_list ul li.active {
    position: relative;
}

.nav_list ul li.active::before {
    position: absolute;
    bottom: -10px;
    height: 2px;
    width: 100%;
    left: 0;
    content: "";
    background-color: #fff;
}

.faqPage .updateSection .updateBox {
    margin-bottom: -70px;
}

.single-course .subjectNav .rightBtn .moreBtn {
    padding: 5px 25px;
    border-radius: 39px;
    font-size: 17px;
    font-weight: 600;
    line-height: 30px;
}

.single-course .awardSection1 {
    padding-top: 100px;
    margin: 0;
    position: static;
    padding-bottom: 0 !important;
}

.single-course .awardSection1 .floatContent {
    width: 100%;
}

/*--course details page end--*/
/*--news start--*/
.newsPage .newsSec1 .cards .innerCard .infoCon {
    display: inline-flex;
    justify-content: left;
    gap: 32px;
    align-items: center;
    max-width: auto;
    position: relative;
    margin-top: -24px;
    color: #000;
    transition: all 0.4s ease-in-out;
    width: auto;
}

.newsSec2 {
    background-color: #FDF4DE;
}

/* .newsSec2 .secHead {
    color: #fff;
} */

.media_release .cards .innerCard .textCon h4 a,
.media_release .readBtn {
    color: #000;
}

.media_release .cards .innerCard:hover .textCon h4 a,
.media_release .innerCard:hover .readBtn {
    color: #D81921;
}

.media_release .slick-slide {
    margin-right: 25px;
}

.media_release .cards .innerCard {
    background-color: #fff;
    /* border: 1px solid #d719214f; */
    border: 1px solid rgba(255, 255, 255, 0.20);
}

.media_release .slick-arrow {
    position: absolute;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
}

.media_release .slick-arrow.slick-next {
    right: -30px;
}

.media_release .slick-arrow.slick-prev {
    left: -60px;
}

.noticeListItem {
    height: 215px;
    border-radius: 20px;
    overflow: hidden;
    background-color: #BD0008;
    display: flex;
    margin-bottom: 30px;
    align-items: center;
    transition: 0.5s;
}

.noticeListItem .readBtn::after {
    color: #fff;
}

.noticeListItem:hover .readBtn::after {
    color: #BD0008;
}

.noticeListItem .noticeImg {
    width: 30%;
    height: 100%;
    border-radius: 20px;
}

.noticeListItem .noticeImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.noticeListItem .noticeTxt {
    width: calc(100% - 30%);
    padding: 20px;
}

.noticeListItem .noticeTxt span.noticeDate {
    font-size: 17px;
    color: #fff;
    margin-bottom: 10px;
    display: block;
}

.noticeTitle {
    margin-bottom: 20px;
}

.noticeTitle a {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    transition: 0.5s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.noticeListItem .readBtn {
    color: #fff;
    padding-right: 30px;
}

.readBtn::after {
    width: 20px;
    height: 32px;
    right: 0;
    color: #d52228;
    background-color: transparent;
    font-size: 18px;
    top: -4px;
}

.noticeListItem:hover {
    background-color: #FDF4DE;
}

.noticeListItem:hover .noticeTxt span.noticeDate {
    color: #000;
}

.noticeListItem:hover .readBtn {
    color: #000;
}

.noticeListItem:hover .noticeTitle a {
    color: #d52228;
    text-decoration: underline !important;
}

.noticeSideList li {
    padding: 15px 0px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.noticeSideList li a {
    position: relative;
    display: block;
    color: #000;
    padding-left: 30px;
}

.noticeSideList li a::before {
    width: 20px;
    height: 20px;
    content: "";
    background: url(../images/notice-board/pin.png) no-repeat center top;
    position: absolute;
    left: 0;
    top: 4px;
}

.noticeSideInner {
    padding: 25px;
    border-radius: 20px 20px 0 0;
    position: relative;
    background: linear-gradient(to top left, transparent 1.5em, #fff 0);
}

/* .noticeSideInner::before {
    content: '';
    position: absolute;
    bottom: -50px;
    right: -78px;
    background: linear-gradient(to left bottom, transparent 50%, rgba(0, 0, 0, .2) 0, rgba(0, 0, 0, .4)) no-repeat 100% 0;
    width: 3.73em;
    height: 3em;
    transform: translateY(-3.3em) rotate(78deg);
    transform-origin: top left;
    border-bottom-left-radius: inherit;
    box-shadow: -.2em .2em .3em -.1em rgba(0, 0, 0, .15);
    border-radius: 10px;
} */

.noticeSidebar {
    padding: 15px;
    background-color: #FFE5A4;
}

.noticeSideInner h4 {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 30px;
}

.noticePage .pagination {
    padding-top: 0px;
}

/*--campus details start--*/
.accommodationWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.accommodationWrap .accommodationItem {
    width: 100%;
    max-width: 16.5%;
    flex: 0 0 16.5%;
    padding: 15px;
    text-align: center;
    position: relative;
}

.accommodationIcon {
    height: 100px;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.accommodationWrap .accommodationItem:not(:last-child)::after {
    width: 1px;
    height: 60%;
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
}

.accommodationWrap .accommodationItem:nth-child(6)::after {
    display: none;
}

.accommodationItem h4 {
    font-size: 20px;
    color: #D2161A;
}

.campusLife_2 {
    background-color: #dd0008;
    overflow: hidden;
}

.page-template-campus-life .campusLife_2 {
    min-height: 970px;
}

.campusLife_2 .secHead {
    color: #fff;
}

.campusLife_2 .headingWrap {
    margin-bottom: 40px;
}

.campusLife_2 .headingWrap p {
    color: #fff;
}

.campusLife_2 .swiper-slide {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    transition: 1s all;
    margin-right: 20px;
    height: 500px;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    position: relative;
}

.campusLife_2 .swiper-slide::after {
    position: absolute;
    width: 100%;
    height: 70%;
    content: "";
    bottom: 0;
    left: 0;
    background-image: linear-gradient(180deg, transparent 0 0, #00000073 79% 100%);
}

.infrastructureItem {
    width: 400px;
}

.infrastructureItem .infaTxt {
    opacity: 0;
    visibility: hidden;
    transition: 2s;
    height: 0px;
}

.infrastructureItem.swiper-slide-active {
    width: 900px !important;
    padding-top: 0px;
    height: 640px;
}

.infrastructureItem.swiper-slide-active .infaTxt {
    opacity: 1;
    height: auto;
    visibility: visible;
}

.infrastructureInner {
    padding: 25px 40px;
    position: relative;
    z-index: 1;
}

.infrastructureInner h3 {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
}

.infrastructureInner p {
    color: #fff;
}

.infrastructureItem .infaTxt .moreBtn {
    margin-top: 20px;
}

.infrastructureSlider {
    position: relative;
    min-height: 600px;
}

.insfrasArrow {
    position: absolute;
    bottom: 0;
    right: 43%;
    display: flex;
    gap: 10px;
    z-index: 1;
}

.infraArrow {
    width: 40px;
    height: 40px;
    border-radius: 7px;
    background-color: transparent;
    position: relative;
    transition: 0.5s;
    border: 1px solid #fff;
}

.infraArrow:hover {
    background-color: #DD0000;
    border: 1px solid #DD0000;
}

.page-template-campus-life .infraArrow:hover {
    border: 1px solid #FFF;
}

.infraArrow::after {
    content: "";
    font-family: 'FontAwesome';
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.swiper-button-prev2.infraArrow::after {
    content: "\f053";
}

.swiper-button-next2.infraArrow::after {
    content: "\f054";
}

.insfraProcess {
    position: absolute;
    width: 300px;
    bottom: 10px;
    right: 25%;
    display: flex;
    align-items: center;
    gap: 10px;
}

.insfraProcess .activeslide,
.insfraProcess .totalslide,
.insfraProcess .swiper-pagination-progressbar {
    position: relative;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
}

.insfraProcess .swiper-pagination-progressbar {
    background-color: #fff !important;
    width: 200px !important;
}

.insfraProcess .totalslide {
    color: #fff !important;
}

.insfraProcess .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    bottom: 0;
    background-color: #780c0c;
}

.insfraProcess .activeslide {
    color: #fff;
}

/* .activitiesWrap .activities_tab_content {
    display: none;
} */
.activitiesWrap .tab_content.active {
    display: block;
}

.campusLife_3 .tabsWrap ul {
    display: flex;
    gap: 40px;
    justify-content: flex-end;
}

.campusLife_3 .tabsWrap ul li a {
    font-size: 18px;
    color: rgba(0, 0, 0, 0.5);
    padding-bottom: 8px;
    position: relative;
}

.page-template-campus-life .campusLife_3 .tabsWrap ul li a {
    font-size: 24px;
    font-weight: 600;
}

.campusLife_3 .tabsWrap ul li.active a {
    color: #000;
    border-bottom: 2px solid #DD0000;
}

.activitiesWrap {
    padding-top: 50px;
}

.activities_tab_content .slick-slide {
    margin-right: 20px;
}

.activitiesImg {
    border-radius: 15px;
    overflow: hidden;
}

.activitiesImg img {
    width: 100%;
}

.activitiesSlider {
    position: relative;
}

.activitiesSlider .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.activitiesSlider .slick-arrow.slick-prev {
    left: -80px;
}

.activitiesSlider .slick-arrow.slick-next {
    right: -80px;
}

.activitiesSlider .slick-list {
    padding-left: 10px;
}

.activitiesTitle {
    width: 100%;
    max-width: 80%;
    text-align: center;
    margin: 0 auto;
    display: table;
    box-shadow: 0 0 10px 0 #ccc;
    background-color: #fff;
    padding: 10px 15px;
    margin-top: -20px;
    position: relative;
    border-radius: 6px;
    z-index: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 56px;
}

.infrastructurePage .activitiesTitle {
    padding: 10px 12px;
}

.activitiesSlider .activitiesTitle h3 {
    font-size: 20px;
}

.activitiesSlider .activitiesTitle h3 a {
    color: #000;
    font-weight: 700;
}

.activitiesSlider .slick-list {
    padding-bottom: 10px;
}

.campusLife_3 .blankDiv {
    display: flex;
    align-items: end;
    border-bottom: 10px solid #D52228;
    height: 12px;
    margin-top: 100px;
    position: relative;
    justify-content: flex-end;
    gap: 20px;
    padding-right: 20px;
}

.campusLife_3 .blank.One:after {
    position: absolute;
    content: "";
    height: 28px;
    width: 28px;
    background-image: url(../images/home/cornerVector.png);
    bottom: -7px;
    left: -18px;
    background-size: 100%;
}

.campusLife_3 .blank:before {
    position: absolute;
    content: "";
    height: 40px;
    width: 40px;
    background: #D52228;
    top: -48px;
    left: -6px;
    border-radius: 50%;
}

.campusLife_3 .blank.One::before,
.campusLife_3 .blank.Two::before {
    height: 32px;
    width: 32px;
}

.campusLife_3 .blank.Two {
    height: 130px;
    width: 24px;
}

.campusLifePage .testimonialSection {
    padding-top: 80px !important;
    background-color: #fff;
}

.campusLifePage .testimonialSection .testimonial .eachCard .textCon .whiteBg {
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}

.campusLifePage .eventSection .events {
    padding-top: 40px;
}

.dtlCampusSec .textCon {
    gap: 0 !important;
}

.infrastructurePage .activitiesSlider .slick-arrow {
    top: auto;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
}

.infrastructurePage .activitiesSlider .slick-arrow.slick-next {
    right: calc(50% - 75px);
    left: inherit;
}

.infrastructurePage .activitiesSlider .slick-arrow.slick-prev {
    left: calc(50% - 27px);
}

.infrastructurePage .kitchenFacilitiesSec .slick-arrow {
    bottom: -50px !important;
}

.kitchenFacilitiesSec {
    padding-bottom: 60px;
}

.kitchenFacilitiesSec .slick-slide {
    margin: 0 15px;
}

.kitchenFacilitiesSec .activitiesSlider {
    padding-top: 40px;
}

.workshopSec {
    background-color: #fff;
}

.workshopSec.campusLife_2 .secHead {
    color: #000;
}

.workshopSec.campusLife_2 .infrastructureItem.swiper-slide-active {
    height: auto;
}

.workshopSec.campusLife_2 .infrastructureSlider {
    height: auto;
    overflow: hidden;
    margin-right: -400px;
    padding-bottom: 90px;
}

.workshopSec.campusLife_2 .infrastructureSlider .infraArrow {
    border-radius: 50%;
    border: 1px solid #000;
}

.workshopSec.campusLife_2 .infrastructureSlider .insfrasArrow {
    right: 22%;
}

.workshopSec.campusLife_2 .infrastructureSlider .infraArrow:after {
    color: #000;
}

.workshopSec.campusLife_2 .infrastructureSlider .infraArrow:hover {
    color: #fff;
    background-color: #B70000;
    border: 1px solid #B70000;
}

.workshopSec.campusLife_2 .infrastructureSlider .infraArrow:hover::after {
    color: #fff;
}

/* .infrastructurePage .testimonialSection {
    padding-top: 30px;
} */

.infrastructurePage .dtlCampusSec .textCon {
    height: auto;
    padding: 50px 30px;
}

.upcomingEventCard .upcomingEventImg {
    height: 440px;
    border-radius: 25px;
    overflow: hidden;
}

.upcomingEventCard .upcomingEventImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.upcomingEventSlider .slick-slide {
    margin-right: 30px;
    padding-top: 20px;
}

.upcomingEventCard {
    padding: 20px;
    border-radius: 20px;
    background-color: #FDF4DE;
    transition: 0.5s;
}

.upcomingEventTxt {
    height: 290px;
    padding-top: 20px;
}

.upcomingEventTxt h4 {
    font-size: 20px;
    color: #000;
}

.upcomingEventTxt h4 {
    margin-bottom: 10px;
}

.upcomingEventTxt a {
    font-size: 20px;
    color: #000;
    font-weight: 700;
    transition: all 0.5s;
}

.upcmngEventPara p {
    font-size: 20px;
    color: #000;
    font-weight: 700;
    transition: all 0.5s;
}

.upcomingEventCard:hover .upcmngEventPara p,
.upcomingEventCard:hover .upcomingEventTxt a {
    color: #fff;
}

.eventTimer ul {
    display: flex;
    justify-content: space-between;
}

.eventTimer ul li {
    width: 100%;
    max-width: calc(25% - 20px);
    flex: 0 0 calc(25% - 20px);
    padding: 12px 10px;
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.eventTimer {
    padding-top: 20px;
}

.bookBntWrap {
    padding-top: 20px;
}

.bookBtn {
    background-color: #D81921;
    width: 100%;
    display: block;
    padding: 10px 20px;
    border-radius: 30px;
    color: #fff;
    transition: 0.5s;
    font-weight: 600;
    border: 1px solid #D81921;
}

.eventTimer ul li p {
    font-size: 18px;
    font-weight: 500;
}

.upcomingEventCard:hover {
    background-color: #000;
}

.page-template-events-gallery .upcomingEventCard:hover {
    background-color: #AF0109;
}

.upcomingEventCard:hover .upcomingEventTxt h4 a {
    color: #fff;
}

.upcomingEventCard .bookBtn {
    border: 2px solid transparent;
    color: #fff;
}

.upcomingEventCard:hover .bookBtn {
    background-color: #fff;
    color: #D81921 !important;
    border: 2px solid #D81921;
}

.upcmngEventPara {
    height: 115px;
    overflow-y: auto;
    text-align: left;
    padding-right: 10px;
}

.upcomingEventSlider .slick-arrow {
    top: 50%;
    transform: translateY(-50%);
}

.upcomingEventSlider .slick-prev {
    left: -60px;
    right: inherit;
}

.upcomingEventSlider .slick-next {
    right: -30px;
}

/* .happeningSec {
    background-color: #000;
}

.happeningSec .secHead {
    color: #fff;
} */

.happeningSec.eventSection .events .eachEvent {
    margin-bottom: 20px;
}

.happeningSec.eventSection .events {
    padding: 0px;
    padding-top: 40px;
}

.tabsSlider li {
    text-align: center;
}

.tabsSlider li a {
    /* color: rgba(255, 255, 255, 0.5); */
    color: #000;
    position: relative;
    padding-bottom: 10px;
    transition: 0.5s;
}

.tabsSlider li a::after {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: transparent;
    content: "";
    transition: 0.5s;
    left: 0;
}

.tabsSlider {
    padding: 0 40px;
}

.tabsSlider .slick-active.active a,
.tabsSlider li a:hover {
    color: #D81921;
}

.tabsSlider .slick-active.active a::after,
.tabsSlider li a:hover:after {
    background-color: #D81921;
}

.tabsSlider .slick-list {
    padding: 20px 0;
}

.eventSection .tabsSlider {
    position: relative;
}

.eventSection .tabsSlider .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.eventSection .tabsSlider .slick-arrow.slick-prev {
    left: 0;
}

.eventSection .tabsSlider .slick-arrow.slick-next {
    right: 0;
}

.eventTabContent .pagination .page-numbers,
.awardsAchievementsSec .pagination .page-numbers {
    background-color: #DD0000;
    border: 1px solid #DD0000;
    color: #fff;
}

.eventTabContent .pagination .page-numbers.active,
.eventTabContent .pagination .page-numbers:hover,
.awardsAchievementsSec .pagination .page-numbers.acive,
.awardsAchievementsSec .pagination .page-numbers:hover {
    background-color: #fff;
    border: 1px solid #DD0000;
    color: #DD0000 !important;
}

/* naac details section start */

/* naac details section end */

.naacDtls {
    background-color: transparent;
    padding-top: 0px;
    margin-top: -120px;
    padding-bottom: 0px !important;
    position: relative;
    z-index: 1;
}

.single-campus .whySection {
    padding-bottom: 180px;
}

.naacDtlsInn {
    width: 100%;
    max-width: 90%;
    margin: 0px auto;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 9px 4px 66px 20px rgba(0, 0, 0, 0.15);
    padding: 30px 25px;
    display: flex;
    align-items: center;
}

.naacDtlsImg {
    width: 250px;
    height: auto;
    margin-bottom: 0;
}

.naacDtlsImg img {
    width: 100%;
    /* height: 100%; */
    object-fit: contain;
    border-radius: 10px;
}

.naacDtlsTxt {
    width: calc(100% - 250px);
    padding-left: 25px;
}

.naacDtlsTxt p {
    color: #000;
    font-family: "Lato";
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

/* global career pathways */

.globalCareer .secHead {
    text-align: center;
    margin-bottom: 40px;
}

.newSlider {
    width: 100%;
    height: auto;
    padding-bottom: 50px;
}

.newSlider .slick-arrow {
    /* border-radius: 50%; */
    bottom: -30px !important;
}

.newSlider .slick-prev {
    left: calc(50% - 50px);
}

.newSlider .slick-next {
    right: calc(50% - 50px);
}

.eachGlobal {
    padding: 0px 15px;
}

.eachGlobalCard {
    width: 100%;
    height: 420px;
    border-radius: 25px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #FDF4DE;
}

.eachGlobalImg {
    width: 45%;
    height: 100%;
    position: relative;
}

.eachGlobalImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 25px;
}

.eachGlobalFlag {
    width: 80px;
    height: 50px;
    position: absolute;
    top: 15px;
    left: 15px;
    border-radius: 7px;
    background-color: #fff;
    padding: 3px;
}

.eachGlobalFlag img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 7px;
}

.eachGlobalTxt {
    width: 55%;
    padding: 15px 25px;
}

.eachGlobalTxt h5 {
    color: #DB0008;
    font-family: "Isidora Sans";
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    text-align: left;
    margin-bottom: 15px;
}

.eachGlobalTxtInn {
    max-height: 260px;
    overflow-y: auto;
    padding-right: 15px;
}

.eachGlobalTxt p {
    color: #000;
    font-family: "Lato";
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

/* prestigious affiliations */

.prestigiousAff {
    background-color: #F2F2F2;
}

.prestigiousAff .secHead {
    text-align: center;
    margin-bottom: 40px;
}

.prestigeAffCard {
    padding: 0px 15px;
}

.prestigeAffCardInn {
    height: 370px;
    overflow: hidden;
    background-color: #fff;
    border-radius: 15px;
    padding: 40px 25px;
}

.prestigeSlider .slick-current .prestigeAffCardInn {
    background-color: #FFF1CE;
}

.prestigeCardTop {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.prestigeCardimg {
    width: 160px;
    height: 110px;
    background: #F2F2F2;
    border-radius: 6px;
    padding: 5px 10px;
}

.prestigeCardimg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.prestigeCardBtm{
    max-height: 175px;
    overflow-y: auto;
    padding-right: 10px;
}

.prestigeSlider .slick-current .prestigeCardimg {
    background-color: #fff;
}

.prestigeCardTitle {
    width: calc(100% - 160px);
    padding-left: 25px;
}

.prestigeCardTitle h5 {
    color: #000;
    font-family: "Isidora Sans";
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
}

.prestigeCardBtm p {
    color: #000;
    font-family: "Lato";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

/* achievement section */

.campAchievemntSec ul.tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.campAchievemntSec ul.tabs li {
    color: #8C8C8C;
    text-align: center;
    font-family: "Isidora Sans";
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    cursor: pointer;
}

.campAchievemntSec ul.tabs li.active {
    color: #000;
}

.campAchievemntSec ul.tabs li:not(:last-child) {
    margin-right: 40px;
}

.campAchievemntSec .listContBox {
    padding-top: 20px;
    display: block;
    width: 100%;
}

.campAchievemntSec .listContBox .tab_content {
    display: none;
    position: relative;
}

.campAchievemntSec .listContBox .tab_content.active {
    display: block;
}

.achieveSwiper {
    width: 100%;
    /* height: 100%; */
    padding-bottom: 60px;
    position: static;
}

.achieveSwiper .swiper-button-prev{
    left: calc(50% - 50px);
    transform: none;
    bottom: -30px;
    position: absolute;
    border: 1px solid #929292;
    background-color: transparent;
    transition: all 0.3s ease-in-out; 
    border-radius: 7px;
}

.achieveSwiper .swiper-button-next{
    left: auto;
    right: calc(50% - 50px);
    transform: none;
    bottom: -30px;
    position: absolute;
    border: 1px solid #929292;
    background-color: transparent;
    transition: all 0.3s ease-in-out;
    border-radius: 7px;
}

.achieveSwiper .swiper-button-prev::after{
    position: absolute;
    content: "\f053";
    font-family: 'FontAwesome';
    font-size: 20px;
    color: #DD0000;
    transition: all 0.3s ease-in-out;
}

.achieveSwiper .swiper-button-next::after{
    position: absolute;
    content: "\f054";
    font-family: 'FontAwesome';
    font-size: 20px;
    color: #DD0000;
    transition: all 0.3s ease-in-out;
}

.achieveSwiper .swiper-button-prev:hover, .achieveSwiper .swiper-button-next:hover{
    background-color: #DD0000;
    border: 1px solid transparent;
}

.achieveSwiper .swiper-button-prev:hover::after, .achieveSwiper .swiper-button-next:hover::after{
    color: #fff;
}

.eachAchv{
    padding: 0px 15px;
}

.campAchieveCardInn {
    display: flex;
    align-items: center;
    height: 430px;
    position: relative;
    overflow: hidden;
}

.campAchieveImg {
    width: 55%;
    height: 100%;
    position: relative;
}

.campAchieveImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 25px;
    object-position: top;
}

.campAchieveTxt {
    width: 45%;
    height: calc(100% - 100px);
    padding: 20px;
    display: flex;
    text-align: left;
    align-items: center;
    background-color: #FFB600;
    border-radius: 0px 25px 25px 0px;
    background: #F2F2F2;
}

.achieveSwiper .slick-active .campAchieveTxt {
    background-color: #FDF4DE;
}

.campAchieveTxtInn{
    /* height: 100%; */
    width: 100%;
}

.campAchieveTxtInn h6 {
    color: #DB0008;
    font-family: "Isidora Sans";
    font-size: 27px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
}

.campAchievePara{
    max-height: 165px;
    overflow-y: auto;
    padding-right: 8px;
}

.campAchieveTxtInn p {
    color: #000;
    font-family: "Lato";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.campAchieveMob{
    display: none;
}

/*--campus details end--*/

/*--event details start--*/
.eventInfo ul li {
    display: flex;
    align-items: flex-start;
}

.eventInfo ul li:not(:last-child) {
    margin-bottom: 20px;
}

.eventInfo ul li span {
    color: #DD0000;
    width: 100px;
    font-size: 17px;
    font-weight: 600;
}

.eventInfo ul li p {
    margin-bottom: 0px;
    width: calc(100% - 100px);
}

.eventsDetailsPage .dtlCampusSec .textCon {
    height: auto !important;
    padding: 40px;
}

.eventDetailsDesc {
    text-align: center;
    padding-top: 50px;
}

.eventDetailsDesc h3 {
    font-weight: 700;
    margin-bottom: 20px;
    font-family: 'Isidora Sans';
    font-size: 30px;
}

.eventDetailsDesc p {
    margin-bottom: 20px;
}

.eventGallerySec {
    background-color: #000;
}

.eventGallerySec .secHead {
    color: #fff;
}

.galleryImg {
    margin-bottom: 20px;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 20px;
}

.galleryImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    transition: 0.5s all;
}

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

.galleryWrap {
    padding-top: 20px;
}

/*--event details end--*/
/*--achievments start--*/
.awardsAchievementsSec {
    background-color: #FFF3D6;
}

.awardsAchievementsSec .activitiesItem {
    margin-bottom: 30px;
}

.page-template-awards .awardsAchievementsSec {
    background-color: #fff3d6;
}

/* .awardsAchievementsSec .secHead {
    color: #fff;
} */

.achievementsWrap {
    padding-top: 20px;
}

.awardsOverviewTxt {
    width: 100%;
    height: 101%;
    position: absolute;
    transform: translateY(0);
    transition: 0.5s;
    z-index: 2;
    background-color: #D52228;
    text-align: center;
    padding: 30px;
    display: flex;
    align-items: center;
}

.activitiesItem {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.activitiesSlider .activitiesItem {
    padding-bottom: 15px;
}

.activitiesItem:hover .awardsOverviewTxt {
    transform: translateY(-100%);
}

.activitiesItem .awardsOverviewTxt h4 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}

.awardsOverviewTxt p,
.activitiesItem:hover .awardsOverviewTxt p {
    color: #fff;
}

.activitiesTitle h3 {
    font-size: 18px;
    color: #000;
    font-weight: 500;
}

.activitiesTitle h3 a {
    color: #000;
}

.bankSlider {
    position: relative;
    padding-top: 30px;
}

.meritItem {
    margin: 0 15px;
}

.meritItemInner {
    display: flex;
    height: 350px;
    border-radius: 20px;
    background-color: transparent;
    overflow: hidden;
    border: 2px solid #000;
    /* align-items: center; */
    flex-direction: column;
    justify-content: space-between;
    padding: 35px;
    transition: 0.5s;
}

/* .meritItemInner:hover {
    background-color: #000;
}

.meritItemInner:hover .meritTitle h4 {
    color: #fff;
} */

.meritContentWrap {
    padding-top: 40px;
}

.meritContentWrap .meritSlider .slick-slide {
    margin-right: 30px;
}

.scholarShipSec2 {
    background-color: #FDF4DE;
}

.meritTitle h4 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.5;
}

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

.dwnBtn a {
    display: block;
    padding: 10px 25px;
    background-color: #D52228;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    border-radius: 30px;
    border: 1px solid #D52228;
}

.detailsArrowBtn a {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid #000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.detailsArrowBtn a img {
    filter: brightness(1) invert(1);
}

.scholarShipSec2 .tabsWrap {
    display: flex;
    justify-content: flex-end;
}

.scholarShipSec2 .tabsWrap ul {
    display: flex;
    gap: 30px;
}

.scholarShipSec2 .tabsWrap ul a {
    color: #A5A5A5;
    font-size: 24px;
    position: relative;
}

.scholarShipSec2 .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.scholarShipSec2 .slick-arrow.slick-next {
    right: -40px;
}

.scholarShipSec2 .slick-arrow.slick-prev {
    left: -40px;
}

.scholarShipSec2 .tabsWrap ul li.active a {
    color: #000;
}

.scholarShipSec2 .tabsWrap ul li.active a:after,
.scholarShipSec2 .tabsWrap ul li:hover a:after {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #D52228;
    content: "";
    bottom: -10px;
    position: absolute;
}

.meritItemInner:hover .detailsArrowBtn a {
    background-color: #D52228;
    border: 1px solid transparent;
}

.meritItemInner:hover .detailsArrowBtn a img {
    filter: brightness(0) invert(1);
}

.meritItemInner .dwnBtn a {
    transition: all 0.3s;
}

.meritItemInner:hover .dwnBtn a {
    border: 1px solid transparent;
    background-color: #FDC12A;
    color: #000;
}

.scholarShipSec3.testimonialSection {
    padding-top: 40px;
}

.stepContent {
    padding: 30px;
    background-color: #131313;
    border-radius: 30px;
}

.stepSec {
    background-color: #000;
}

.stepSec .secHead {
    color: #fff;
}

.factItem {
    border-radius: 25px;
    border: 1px solid #00000029;
    padding: 25px;
    min-height: 185px;
    transition: 0.5s;
}

/* .factItem:hover {
    background-color: #000;
} */

.factItem h3 {
    font-size: 45px;
    -webkit-text-stroke: 1px #D81921;
    color: #fff;
    font-weight: 700;
    transition: 0.5s;
}

/* .factItem:hover h3 {
    -webkit-text-stroke: 1px #D81921;
    color: #D81921;
    font-weight: 700;
} */

/* .factItem:hover p {
    color: #fff;
} */

.registerSection .wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output {
    color: #fff;
}

.home .registerSection .wpcf7 form.sent .wpcf7-response-output {
    color: #000;
}

.registerSection .wpcf7 form .wpcf7-response-output {
    margin: 0em;
}

.right .innerForm textarea.formInput {
    margin-top: 16px;
}

.heroSection .bannerWrap::before {
    position: absolute;
    content: "";
    background-size: contain;
    right: 0;
    bottom: -7px;
    background-image: url(../images/home/HcampusBg.png);
    background-repeat: no-repeat;
    width: 120px;
    height: 230px;
    z-index: 1;
    display: none !important;
}

.infrasSecWrap {
    overflow: hidden;
}

.infrasSecWrap .infrastructureItem .campusItemImg {
    display: none;
}

.infrasSecWrap .infrastructureItem {
    transition: 0.5s;
}

.infrasSecWrap .infrastructureItem.swiper-slide-active .campusItemInner {
    background-color: #000;
    border-radius: 0 0 20px 0;
    display: flex;
    padding: 50px;
    height: 100%;
    padding-right: 100px;
    border-left: 10px solid #D52228;
    border-top: 10px solid #D52228;
    position: relative;
}

.infrastructureItem {
    height: 450px;
    border: 1px solid #D52228;
    border-radius: 20px;
}

.infrastructureItem .campusSubTitle {
    display: none;
}

.infrasSecWrap .infrastructureItem.swiper-slide-active .campusItemImg {
    display: block;
}

.infrasSecWrap .infrastructureItem.swiper-slide-active .campusItemInner::after {
    width: 58px;
    height: 150px;
    position: absolute;
    bottom: 0;
    right: 10px;
    background: url(../images/element-line.png) no-repeat center top;
    content: "";
    background-size: 100%;
}

.infrasSecWrap .infrastructureItem.swiper-slide-active .campusItemInner::before {
    width: 10px;
    height: 140px;
    border-radius: 0 0 5px 5px;
    background-color: #D52228;
    right: 0;
    top: 0;
    content: "";
    position: absolute;
}

.infrastructureItem.swiper-slide-active .campusItemContent {
    padding-right: 30px;
}

.campusSubTitle {
    font-family: "Lato", serif;
    font-size: 28px;
    margin-bottom: 15px;
}

.campusItemInner {
    padding: 25px;
}

.infrasSecWrap .infrastructureItem.swiper-slide-active {
    width: 970px !important;
    padding-top: 0px;
    height: 540px;
}

.infrasSecWrap .infrastructureItem.swiper-slide .campusItem {
    height: 100%;
}

.infrasSecWrap .infrastructureItem.swiper-slide-active .campusItemContent {
    width: 60%;
}

.infrasSecWrap .infrastructureItem.swiper-slide-active .campusItemImg {
    width: calc(100% - 60%);
}

.infrasSecWrap .infrastructureItem.swiper-slide-active .campusItemImg {
    border-radius: 20px;
    overflow: hidden;
    height: 400px;
}

.infrasSecWrap .infrastructureItem.swiper-slide-active .campusItemImg .imgCon img {
    width: 100%;
}

.infrastructureSlider2 {
    position: relative;
}

.infrasSecWrap .infrastructureItem.swiper-slide-active .campusItemImg .imgCon {
    height: 100%;
}

.infrasSecWrap .infrastructureItem.swiper-slide-active .campusItemImg .imgCon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.infrasSecWrap .infrastructureItem .campusMainTitle {
    font-size: 24px;
    margin-bottom: 60px;
}

.infrasSecWrap .infrastructureItem p {
    padding-left: 60px;
}

.infrasSecWrap .infrastructureItem.swiper-slide-active .campusItemContent .campusMainTitle {
    font-size: 50px;
    font-family: 'Isidora Sans';
    font-weight: 600;
    color: #fff;
    margin-bottom: 50px;
    display: block;
}

.infrasSecWrap .infrastructureItem.swiper-slide-active .campusItemContent .campusSubTitle {
    color: #fff;
    font-family: "Lato", serif;
    font-size: 28px;
    margin-bottom: 15px;
    display: block;
}

.infrasSecWrap .infrastructureItem.swiper-slide-active {
    border-radius: 0px;
    border: none;
}

.infrasSecWrap .infrastructureItem.swiper-slide-active .campusItemContent p {
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    padding-left: 0px;
}

.infrasSecWrap .infrastructureItem .campusItemInner {
    height: 100%;
}

.infrasSecWrap .infrastructureItem.swiper-slide-active .campusItem {
    position: relative;
    overflow: hidden;
}

.infrasSecWrap .infrastructureItem.swiper-slide-active .campusItem {
    position: relative;
}

.infrasSecWrap .infrastructureItem.swiper-slide-active .campusItem::before {
    width: 30px;
    height: 30px;
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    background: url(../images/corner.png) no-repeat center;
    background-size: 100%;
    z-index: 1;
}

.infrasSecWrap .infrastructureItem.swiper-slide-active .campusItem::after {
    width: 95%;
    height: 10px;
    border-radius: 0;
    background-color: #D52228;
    left: 0;
    bottom: 0;
    content: "";
    position: absolute;
}

.infrasSecWrap {
    padding-bottom: 100px;
}

.infrasSecWrap .infraArrow {
    border: 1px solid #000;
    transition: 0.5s;
}

.infrasSecWrap .infraArrow:hover {
    border: 1px solid #DD0000;
}

.infrasSecWrap .infraArrow::after {
    color: #000;
}

.infrasSecWrap .infraArrow:hover::after {
    color: #fff;
}

.infrasSecWrap .insfrasArrow {
    right: 42%;
}

.infrasSecWrap .insfraProcess .swiper-pagination-progressbar {
    background-color: #a7a7a7 !important;
}

.infrasSecWrap .insfraProcess .totalslide {
    color: #000 !important;
}

.infrasSecWrap .swiper-wrapper {
    height: 550px;
}


/* campus life */

.infrastructureSlider3 {
    position: relative;
}

.page-template-campus-life .infrastructureSlider3 {
    min-height: 600px;
}

.infrastructureSlider3 .infrastructureItem.swiper-slide-active {
    border: none;
}

.infrastructureSlider3 .swiper-slide {
    border: none;
    height: 480px;
}

.infrastructureSlider3 .swiper-slide-active {
    width: 978px !important;
    padding-top: 0px;
    height: 600px;
}

.infrastructureSlider3 .insfrasArrow {
    right: calc(100% - 1125px);
    bottom: 25px;
}

.infrastructureSlider3 .insfraProcess {
    right: calc(100% - 1450px);
    bottom: 30px;
}

.infrastructureSlider3 .infaTxtInn,
.infrastructureSlider3 .infaTxtInn p {
    color: #fff;
}

.mobShow {
    display: none !important;
}

.page-template-job-listing .moreBtn {
    min-width: auto;
}

.exposureSlider .slick-slide {
    margin-right: 0px;
}

.single-campus .body_nav .nav_list ul {
    overflow-x: auto;
    overflow-y: hidden;
}

.single-campus .body_nav .nav_list ul li {
    white-space: nowrap;
}

.footerContentRow ul li:not(:last-child) {
    margin-bottom: 10px;
}




/* ---------New Header------- */
/* .headerWrapSticky{
    position: fixed;
    bottom: 0%;
    left: 0;
    right: 0;
    top: auto;
    z-index: 10;
} */
.headerWrapNew {
    padding: 10px 100px;
    background-color: #f7f7f7;
    position: relative;
    z-index: 99;
}

/* .home .headerWrapNew{
    display: block;
} */
.single-campus .heroSection {
    padding: 0 !important;
}

.headerWrapNew {
    transition: 0.6s;
}

.headerWrapNew .headerInner {
    z-index: 1;
    position: relative;
}

.topHeader {
    display: flex;
    flex-wrap: wrap;
    transition: 0.6s;
    align-items: center;
    padding-bottom: 10px;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

.leftTopHeader {
    display: flex;
    align-items: center;
}

.contactList {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.contactList li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.contactList li:not(:last-child) {
    margin-right: 40px;
}

.contactList li p {
    color: #000;
}

.contactList li p a {
    margin-left: 10px;
    display: inline-block;
    color: #000;
}

.contactList li p a:hover {
    color: #FDC12A;
}


.applyNowWrap {
    display: flex;
    flex-wrap: wrap;
}

.applyNowWrap .applyBtn {
    color: #fff;
    width: auto;
    height: 34px;
    padding: 5px 20px;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    text-align: center;
    margin-right: 20px;
    border-radius: 5px;
    background-color: #D81921;
}

.iconBtn {
    color: #000;
    width: 34px;
    height: 34px;
    display: flex;
    margin-bottom: 0;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background-color: #FDC12A;
    padding: 5px;
    font-size: 16px;
}

figure.iconBtn {
    margin-right: 10px;
}

.iconBtn img {
    width: 100%;
}

.botHeader {
    display: flex;
    transition: 0.6s;
    flex-wrap: wrap;
    padding-top: 10px;
    align-items: center;
    justify-content: space-between;
}

.botLinkWrap li {
    position: relative;
}

.botLinkWrap li:not(:last-child) {
    margin-right: 40px;
}

.botLinkWrap li a {
    font-size: 16px;
    padding: 20px 0;
    transition: 0.6s;
    font-weight: 500;
    color: #000;
}

.botLinkWrap li .options-lst a {
    padding: 5px 0;
}

.botLinkWrap .sub-option .options-lst .options-lstBx .options-lst-navTab ul li::before {
    top: 16px;
}

.botLinkWrap li a:hover {
    color: #ff2830;
}

.botLink {
    display: flex;
    align-items: center;
}

.leftLiskWrap {
    width: calc(50% - 70px);
}

.leftLiskWrap .botLink {
    justify-content: flex-start;
}

.logWrap {
    width: 120px;
}

.headerWrapNew .logoWrap {
    width: 100%;
    display: block;
    border-radius: 0;
    padding: 0 !important;
    background-color: transparent;
}

.headerWrapNew .logoWrap a {
    width: 100%;
    display: block;
}

.logWrap img {
    width: 100%;
}

.rightLiskWrap {
    width: calc(50% - 70px);
}

.rightLiskWrap .botLink {
    justify-content: flex-end;
}

.sticky.headerWrapNew {
    transform: translateY(-50px);
}

.sticky .topHeader {
    opacity: 0;
    visibility: hidden;
}

.sticky .botHeader {
    padding-top: 0;
}

.heroSectionNew {
    padding: 0;
    position: relative;
    background-color: transparent;
}

.heroSectionNew:after {
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    content: '';
    height: 310px;
    position: absolute;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 212, 255, 0) 100%);
    display: none;
}

.heroSectionNew .bannerWrap {
    border-radius: 0;
}

.heroSectionNew .bannerSlider.swiper-horizontal>.swiper-pagination-bullets {
    background-color: #ffffff28;
    backdrop-filter: blur(10px);
    height: 180px !important;
    justify-content: center;
    width: 46px !important;
    padding: 0 10px 0 13px;
    border-radius: 8px;
    right: -10px;
    display: flex;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
    flex-direction: column;
}

.heroSectionNew .bannerWrap .bannerContent h1 span {
    color: #FDC12A;
}

.heroSectionNew .bannerBtn.bannerBtn2 {
    color: #fff;
    border-color: #fff;
    background-color: transparent;
}

.heroSectionNew+.awardSection1 {
    text-align: center;
    overflow: visible;
}

.heroSectionNew+.awardSection1 .floatContent {
    width: 75%;
    display: inline-block;
}

.heroSectionNew .bannerContent .container {
    max-width: 100%;
    padding: 0 100px;
}

.bannerLisksWrap {
    right: 10%;
    bottom: 150px;
    width: 250px;
    z-index: 10;
    position: absolute;
}

.bannerLisksWrap ul li:not(:last-child) {
    margin-bottom: 15px;
    border-bottom: 1px solid #ffffff20;
}

.bannerLisksWrap li {
    width: 100%;
    position: relative;
    padding-bottom: 15px;
}

.bannerLisksWrap li a {
    color: #ffffff;
    line-height: 1;
    font-size: 20px;
    font-weight: 600;
    transition: 0.6s;
    position: relative;
}

.bannerLisksWrap li a:before,
.bannerLisksWrap li a:after {
    content: '';
    transition: 0.6s;
    position: absolute;
}

.bannerLisksWrap li a:before {
    opacity: 0;
    width: 32px;
    height: 32px;
    top: 50%;
    right: -100px;
    border-radius: 50%;
    background-color: #fff;
    transform: translateY(-50%);
}

.bannerLisksWrap li a:after {
    width: 14px;
    height: 14px;
    right: -50px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../images/arrow-6.png);
}

.bannerLisksWrap li a {
    display: inline-block;
}

.bannerLisksWrap li:hover a {
    color: #FFB600;
}

.bannerLisksWrap li:hover a:before {
    opacity: 1;
}

.bannerLisksWrap li:hover a:after {
    top: 4px;
    right: -83px;
    transform: rotate(45deg);
}

.heroSectionNew.heroSection .bannerWrap::before {
    display: none;
}

.businessSection .slick-dots {
    bottom: 0;
}


.blankDiv,
.commonBg .borderImgCon {
    display: none !important;
}

.commonBg,
.page-template-academic-listing #academic_01,
.page-template-academic-listing #academic_03 {
    position: relative;
    padding-bottom: 100px !important;
}

.commonBg:before,
.page-template-academic-listing #academic_01:before,
.page-template-academic-listing #academic_03:before,
.founderSection .slider-for .innerSlider::before {
    left: 0;
    bottom: 0;
    content: '';
    width: auto;
    height: 5px;
    right: 105px;
    opacity: 0.2;
    position: absolute;
    background-color: #D52228;
}

.commonBg:after,
.page-template-academic-listing #academic_01:after,
.page-template-academic-listing #academic_03:after {
    right: 5px;
    bottom: 0;
    content: '';
    opacity: 0.2;
    width: 100px;
    height: 260px;
    position: absolute;
    background-size: contain;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-image: url(../images/frame.png);
}

.commonFooter.commonBg::before, .commonFooter.commonBg::after{
    content: normal !important;
}

.single-campus .gallerySection .gallerySlider.gallery .slick-list {
    height: 620px;
}

.single-campus .gallerySection .gallery .slick-arrow {
    bottom: 60px !important;
}

.single-course .brochureFrom .brochureFromInner .wpcf7-form {
    position: relative;
}

.single-course .brochureFrom .brochureFromInner .wpcf7-form.invalid .wpcf7-response-output,
.single-course .brochureFrom .brochureFromInner .wpcf7-form.sent .wpcf7-response-output {
    position: absolute;
    bottom: 0;
    left: 50px;
}

@media only screen and (max-width: 1366px) {

    .commonBg:before,
    .page-template-academic-listing #academic_01:before,
    .page-template-academic-listing #academic_03:before,
    .alumniSectionNew.alumniSection .flip-card-front:before,
    .alumniSectionNew.alumniSection .flip-card-back:before,
    .founderSection .slider-for .innerSlider::before {
        height: 5px;
        right: 75px;
    }

    .commonBg:after,
    .page-template-academic-listing #academic_01:after,
    .page-template-academic-listing #academic_03:after {
        width: 70px;
        height: 180px;
    }
}

@media only screen and (max-width: 1280px) {

    .commonBg:before,
    .page-template-academic-listing #academic_01:before,
    .page-template-academic-listing #academic_03:before,
    .alumniSectionNew.alumniSection .flip-card-front:before,
    .alumniSectionNew.alumniSection .flip-card-back:before,
    .founderSection .slider-for .innerSlider::before {
        height: 3px;
        right: 45px;
    }

    .commonBg:after,
    .page-template-academic-listing #academic_01:after,
    .page-template-academic-listing #academic_03:after {
        width: 40px;
        height: 106px;
    }
}

@media only screen and (max-width: 768px) {

    .commonBg:before,
    .page-template-academic-listing #academic_01:before,
    .page-template-academic-listing #academic_03:before,
    .alumniSectionNew.alumniSection .flip-card-front:before,
    .alumniSectionNew.alumniSection .flip-card-back:before,
    .founderSection .slider-for .innerSlider::before {
        height: 2px;
        right: 40px;
    }

    .commonBg:after,
    .page-template-academic-listing #academic_01:after,
    .page-template-academic-listing #academic_03:after {
        width: 35px;
        height: 93px;
    }
}

.footerSection,
.accSection {
    border-bottom: 0 !important;
}

.bg_fff3d6 {
    background-color: #FFF3D6;
}

.bg_ffbb1e {
    background-color: #FDC12A30;
}

.bg_ffffff {
    background-color: #ffffff;
}

.campusSection .content .campus-tab-cont .imgCon {
    height: 580px;
    overflow: hidden;
}

.campusSection .content .campus-tab-cont .imgCon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.footerSection .footerContent .container {
    padding-bottom: 40px;
}

.footerSection .footerContent .container .inlineDiv {
    margin-bottom: 25px;
    align-items: flex-start;
}

.footerSection .footerContent .inlineDiv.footRedTxt {
    color: #D71821;
    align-items: center;
    font-weight: 600;
}

.footerSection .footerContent .footCol_14 .inlineDiv:last-child {
    align-items: center;
}

.regis-brochure-slide .slick-slide {
    padding: 12px;
}

/* alumni global dominance- home page */

.alumniDominance {
    background-color: #F3F3F3;
}

.alumniDominance .secH2 {
    text-align: center;
}

.alumniDomImgDiv {
    width: 100%;
    height: auto;
}

.alumniDomImgDiv a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.alumniDomImgDiv img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.home section {
    overflow-x: hidden;
    overflow-y: visible;
    width: 100%;
}