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

.heroSectionNew + .awardSection1 .floatContent {
    width: 100%;
    display: inline-block;
}
.homeAboutImgLeft{
    padding-top: 90px;
    padding-right: 145px;
    position: relative;
    figure{
        border-radius: 20px;
        overflow: hidden;
        height: 550px;
        img{
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center center;
        }
    }
    .homeAboutSmIMg{
        position: absolute;
        top: 0;
        right: 0;
        width: 265px;
        border-radius: 20px;
        background-color: #ccc;
        height: 330px;
        overflow: hidden;
        img{
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center center;
        }
    }
}
.secH2{
    font-family: 'Isidora Sans';
    font-size:60px;
    font-weight: 700;
    margin-bottom: 20px;
}
.secH2 span{
    color: #D81921;
}
.btnOne{
    display: inline-flex;
    justify-content: center ;
    align-items: center;
    padding: 0 20px;
    min-height: 50px;
    border-radius: 10px;
    background-color: #D81921;
    color: #fff;
}
.homeAboutTxtContent .btnWrap{
    padding-top: 20px;
}
.botLinkWrap li.MenuBx5 > a{
    font-size: 17px;
    color:#000;
    padding: 3px 10px;
    border-radius: 10px;
    background-color: #fdc12a;
}
@media (max-width: 1160px) {
    .botLinkWrap li.MenuBx11 > a{
        font-size: 14px;
    }
}
.botLinkWrap li.MenuBx5 .options{
    right: 0;
    left: auto;
}
.HomeAboutImgRight{
    padding-left: 40px;
}
.HomeAboutImgRight figure{
    border-radius: 20px;
    overflow: hidden;
}
.HomeAboutImgRight span {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke: 1px rgba(215, 25, 33, 0.5);
    -webkit-text-fill-color: white;
    font-family: "Lato";
    font-size: 116px;
    font-weight:700;
    color: transparent;
    position: relative;
    top: 0;
}
.home.page-id-7 .academicSection ul.tabs{
    justify-content: space-between;
}
.academicSection ul.tabs li{
    font-size: 22px;
    padding: 0 0 10px;
    margin-right: 0px;
}
.home.page-id-7 .academicSection ul.tabs{
    padding-bottom: 0px;
}
.home.page-id-7 .academicSection ul.tabs{
    overflow: visible !important;
    border-bottom: 1px solid #ccc !important;
}
.academicSlider .slick-slide{
    margin: 0 10px;
}
.boxBgImg{
    border-radius: 30px;
    overflow: hidden;
    height: 400px;
    transition: 0.5s;
    img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
    }
}
.card-content2 {
    padding-top: 15px;
}
.card-title {
    color: #000;
    font-size: 20px;
    width: 100%;
    display: block;
    position: relative;
    padding-bottom: 10px;
}
.card-title::after{
    height: 2px;
    width: 0;
    position: absolute;
    height:1px ;
    content: "";
    background-color: #D81921;
    left: 0;
    transition: 0.5s;
    bottom: 0;
}
.academicSection .slick-arrow {
    top: 40%;
    transform: translateY(-50%);
    border-radius: 8px;
    transition: all 0.5s;
}

.boxBgImg{
    position: relative;
}
.boxBgImg .academyBtn{
    padding: 15px 15px 10px;
    background-color: #fdc12a;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -100%;
    border-radius: 50px 50px 0 0;
    transition: 0.5s;
}
.boxBgImg .academyBtn .btnCircle{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #E7A500;
    transition: 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
}
.boxBgImg .academyBtn .btnCircle img{
    width: auto;
    height: auto;
}
.boxBgImg .academyBtn .btnCircle:hover{
    background-color: #000;
}
.boxBgImg .academyBtn .btnCircle:hover img{
    filter: brightness(0) invert(1);
}
.academicSlider .eachCard:hover .boxBgImg{
    height: 450px;
}
.academicSlider .eachCard:hover .card-title{
    color: #D81921;
}
.academicSlider .eachCard:hover .card-title::after{
    width: 100%;
}
.academicSlider .eachCard:hover .boxBgImg .academyBtn{
    bottom: 0;
}
.academicSlider{
    min-height: 570px;
}
@media (max-width: 1024px) {
    .academicSlider {
        min-height: auto;
    }
}
.home .academicSection {
    padding: 100px 0px 0;
    padding-bottom: 90px !important;
}

.home .academicSection .secH2 {
    font-weight: 700;
}

.rel{
    position: relative;
}
.obH{
    overflow:hidden;
}
.roundCircle1{
    position: absolute;
    right: 0;
    bottom: -300px;
    width: 265px;
}
.academicSection .roundCircle1{
    position: absolute;
    top: 0;
    bottom: auto;
    width: 350px;
    height: auto;
}
.academicSection .roundCircle2{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 430px;
    height: auto;
}

.academicSection .headPart, .academicSection .tabWrap{
    position: relative;
    z-index: 1;
}

.acCardTxt{
    display: none;
    transition: all 0.5s;
    transform: translateY(-10px);
    padding-top: 6px;
}

.academicSlider .eachCard:hover .acCardTxt{
    display: block;
    transform: translateY(0px);
}

.acCardTxt p{
    color: #000;
    font-size: 18px;
    font-weight: 400;
    font-family: "Lato";
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.testimonialSection{
    position: relative;
}
.testimonialSection .roundCircle3{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 335px;
}
.campusLifeSec{
    background-color: #D81921;
}
.campusCountWrap ul{
    display: flex;
    flex-wrap: wrap;
}
.campusCountWrap ul li{
    padding: 20px;
    border-radius:70px;
    min-height: 235px;
    justify-content: center;
    align-items: center;
    display: flex;
    text-align: center;
    position: relative;
}
.campusCountWrap ul li:first-child{
    width: 25%;
}
.campusCountWrap ul li:not(:first-child){
    width: calc(25% + 9%);
    margin-left: -10%;
    padding-left: 10%;
}
.campusCountInner h3{
    font-weight: 700;
    font-size: 48px;
    min-height: 60px;
    color: #000;
}

.campusCountWrap ul li:nth-child(odd){
    background-color: #FFB600;
}
.campusCountWrap ul li:nth-child(even){
    background-color: #FFCE54;
}
.campusCountWrap ul li:nth-child(1){
    z-index: 3;
}
.campusCountWrap ul li:nth-child(2){
    z-index:2;
}
.campusCountWrap ul li:nth-child(3){
    z-index:1;
}
.campusCountWrap ul li:nth-child(4){
    z-index:0;
}

.home .campusCountWrap, .single-campus .campusCountWrap{
    position: relative;
    margin-top: -185px;
    margin-bottom: 80px;
}

@media (max-width: 1024px) {
    .home .campusCountWrap, .single-campus .campusCountWrap{
        margin-top: 0;
        margin-bottom: 60px;
    }
}
.campusInfrastructure{
    padding-top: 100px;
}
.campusInfrastructure .secH2, .campusInfrastructure .secH2 span{
    color: #fff;
}
.InfrastructureSec .secHeader p{
    color: #fff;
}
.InfrastructureSec .secHeader .imgCon img{
    filter: brightness(0) invert(1) !important;
}
.infoDiv a {
    border: 1px solid rgb(255 255 255 / 65%);
}
.InfrastructureSec .infoDiv .eachInfo h4, .InfrastructureSec .infoDiv .eachInfo p{
    color: #fff;
}
.InfrastructureSec .infoDiv .eachInfo .iconCon{
    background-color: #ffb600;
}
.InfrastructureSec .infoDiv .eachInfo .icon{
    background-color:#E7A500;
}
.InfrastructureSec .infoDiv .eachInfo .icon svg{
    color: #000;
}
.campusInfrastructure .slick-arrow{
    border-radius: 5px;
    border: 1px solid #fefefe;
}
.campusInfrastructure .slick-prev::before, .campusInfrastructure .slick-next::before{
    color: #fff;
}
.campusInfrastructure .slick-arrow:hover{
    background-color: #E7A500;
}
.campusInfrastructure .slick-arrow.slick-next:hover::before{
    color: #D81921;
}
.campusInfrastructure .slick-arrow.slick-prev:hover::before{
    color: #D81921;
}
.campusCountWrap ul li p{
    min-height: 55px;
    padding: 0 10px;
}
.placementSection .cardCon {
    background: #FFF1CE;
}
.placementSection .cardCon p{
    color: #000;
}
.placementSection .cardCon .post{
    color: #000;
}
.placementSection .cardCon .imgCon {
    height: 400px;
    width: 330px;
    img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center top;
        border-radius: 30px;
    }
}

.placementSection .featured_recruiter_quote{
    padding-bottom: 30px;
}

.awardSection2 .awardHead{
    color: #000;
}

.home .awardSection2 .awardHead{
    color: #D81921;
}
    
.awardSection2 .slick-arrow {
    border-radius: 7px;
    border: 1px solid #fff;
}

.home .campusSection{
    overflow: visible;
}

.campusSection .content .textCon .location{
    justify-content: center;
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, 0.35);
    transition: all 0.3s;
}
.campusSection .content .textCon .location:hover, .campusSection .content .textCon .location.active{
    background-color: #D81921 !important;

}
.campusSection .content .textCon .location:hover p, .campusSection .content .textCon .location.active p{
    color: #fff !important;
}
.campusSection .content .textCon .location:hover .locationName .icon, .campusSection .content .textCon .location.active .locationName .icon{
    background-color: #fff !important;
    color: #D81921 !important;
}

.home .infoSection{
    overflow: visible;
}

.infoSection .content .boxCon::before{
    z-index: 0;
}
.infoSection .content .boxCon .boxConHead, .infoSection .content .boxCon p{
    z-index: 1;
    position: relative;
}
.campusBoxHead .secH2{
    color: #000;
    font-weight: 700;
}
.updateSection .updateBox .imgCon img{
    position: relative;
    bottom: 0;
}
.updateSection .updateBox {
    border-radius: 40px;
    overflow: hidden;
}
/* .home .updateSection{
    margin-top: 20px;
} */
.home .updateSection {
    margin-bottom: -140px;
    position: relative;
}
.registerSection .right .innerForm .moreBtn{
    border: 2px solid transparent;
    background: #D52228;
    padding: 15px 30px;
    color: #fff;
}
.home .businessSection{
    padding-top:30px;
}
.aueItem{
    margin-bottom: 20px;
}
.aueItemInner{
    display: flex;
    transition: 0.5s;
    border: 1px solid #ccc;
}
.leftAue{
    width:130px;
    border-right: 1px solid #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
}
.leftAue .aueNo{
    font-size: 50px;
    font-weight:900;
    -webkit-text-stroke: 1px black;
    color: transparent;
}
.rightAue{
    width: calc(100% - 130px);
}
.aueBottom{
    padding: 15px 20px;
}
.aueItem{
    border-radius: 20px;
    overflow: hidden;
    border:1px solid #d6d6d6
}
.aueBottom ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.aueBottom ul li{
    display: flex;
    align-items: center;
    position: relative;
    gap: 7px;
}
.aueBottom ul li:not(:first-child){
    padding-left:20px;
}
.aueBottom ul li:not(:first-child)::before{
    width: 6px;
    height: 6px;
    border-radius: 50%;
    content: "";
    background-color: #D81921;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.aueTitle{
    padding: 15px 20px;
    border-bottom: 1px solid #ccc;
}
.aueTitle a{
    color: #000;
}
.upcommingEventSec{
    background: url(../images/lineBg.jpg) repeat center center;
    background-size: 100%;
    position: relative;
}
.leftWrap{
    padding-right: 20px;
}
.aueSlider .slick-arrow{
    bottom: -60px !important;
}
.aueSlider .slick-next{
    right: 0;
    left: auto;
}
.aueSlider .slick-prev{
    right:60px;
    left: auto;
}
.aueItem .aueItemInner:hover {
    border: 1px solid #d81921;
    border-radius: 20px;
    overflow: hidden;
    background-color: #d81921;
}
 .aueItem .aueItemInner:hover .aueNo{
    -webkit-text-stroke: 1px #fff;
    color: transparent;
}
 .aueItem .aueItemInner:hover .aueTitle a,  .aueItem .aueItemInner:hover .aueBottom ul li ,  .aueItem .aueItemInner:hover .aueBottom ul li a,
 .aueItem .aueItemInner:hover .aueIcon,  .aueItem .aueItemInner:hover{
    color: #fff;
}
.notice_tabs ul#notice_tabs-nav {
    display: flex;
    margin-bottom: 20px;
}
.notice_tabs ul#notice_tabs-nav li{
    margin-right: 15px;
}
.notice_tabs ul#notice_tabs-nav li a{
    display: inline-flex;
    line-height: 45px;
    padding: 0 20px;
    border: 1px solid #010101;
    color: #000;
    border-radius: 7px;
}
.notice_tabs ul#notice_tabs-nav li a:hover, .notice_tabs ul#notice_tabs-nav li.active a{
    background-color: #D81921;
    border: 1px solid #D81921;
    color: #fff;
}
.rightWrap{
    padding-left: 30px;
}
.notice_Wrap{
    height: 600px;
    overflow: auto;
}
.notice_Wrap ul li{
    display: flex;
    align-items: center;
}
.notice_Wrap ul li:not(:last-child){
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
}
.notice_Wrap ul li .noticeDate{
    width: 120px;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 10px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: 0.5s;
}
.notice_Wrap ul li .noticeDate span{
    font-size: 24px;
    color: #D81921;
    font-weight: 900;
}
.noticeContent{
    width: calc(100% - 120px);
    padding-left: 20px;
}
.noticeContent a{
    color: #000;
}
.home .blogSection{
    padding-bottom: 120px;
}
.notice_Wrap ul li:hover .noticeDate{
    background-color: #E7A500;
}
.notice_Wrap ul li:hover a{
    color: #D81921;
}
.infoSection .roundCircle4{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 500px;
    height: auto;
}
.campusCircle{
    position: absolute;
    left: 0;
    bottom: 0;
    width:300px;
    opacity: 0.4;
}
.placementCircle{
    position: absolute;
    top: -350px;
    bottom: 0;
    width: 300px;
    opacity: 0.8;
    z-index: -1;
}
.opportunity_circle {
    position: absolute;
    right: 0px;
    bottom: -200px;
    width: 400px;
    opacity: 0.8;
}
.eventCircle{
    position: absolute;
    left: 0px;
    bottom: 0;
    width: 400px;
    opacity: 0.4;
    z-index: 1;
}
.campus-tab-cont, .campus-tab-cont.current{
    display: none !important;
}
.campusSection .content .textCon .location .locationName .icon{
    color: #fff;
}
.campusFullImg img{
    width: 100%;
}
/* .footerSection .footerContent .links a .icon img, .footerSection .footerContent .icon img{
    filter: brightness(0) invert(0.2);
} */
.home .awardSection2 .innerSlide .imgCon{
    border-radius: 25px;
    overflow: hidden;
}
.home .js-show-more-wrap{
    line-height: 0px;
}
.home .js-show-more-wrap.hidden:before {
    top: -40px;
    content: "";
    height: 30px;
}
.home .registerSection .right .innerForm .moreBtn {
    padding: 7px 30px;
    background-color: #FFB600;
    color: #000;
    border: 2px solid transparent;
}

.home .registerSection .right .innerForm .moreBtn:hover{
    background-color: transparent;
    border: 2px solid #FFB600;
    color: #000;
}


.registerSection{
    padding: 80px 0;
}

.registerSection .secHead span{
    color: #D71921;
}
.contGetInfo{
    padding: 60px 0;
}
.page-template-contact-us .wpcf7-spinner {
    visibility: hidden;
    display: inline-block;
    background-color: #23282d;
    opacity: 0.75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 24px;
    position: absolute;
    right: 210px;
    bottom: 50px;
}
.contGetInfo .getLft{
    padding-right: 50px;
}
.getrgt.registerSection .right .innerForm .formInput {
    border: 1px solid #d8d8d8;
}
.page-template-contact-us .getrgt select.formInput {
    appearance: none;
    /* filter: brightness(0) invert(1); */
    background: url(../images/down-2.png) no-repeat;
    background-position: 98%;
}
.contGetInfo .getLft p{
    line-height: 28px;
}
.page-template-contact-us .contGetInfoBx::before{
    bottom: 0;
}
.careerSection .careers .innerSlide .inlineDiv {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
    position: absolute;
    left: 20px;
    bottom: 20px;
    z-index: 2;
    background-color: #fff;
    border-radius: 10px;
}
.awardSlider .slick-slide{
    margin: 0 10px;
}
.home .infoSection .boxCon .icon{
    padding-bottom: 0px;
}
#join_alumni {
    display: none;
    border-radius: 20px;
}
.sideform {
    width: 340px;
    height: 100%;
    position: fixed;
    transition: 0.5s;
    top: 0;
    transform: translate(100%);
    background-color: #fff;
    padding: 20px;
    z-index: 999;
    right: 0;
    padding-top: 50px;
    border-left: 5px solid #d71921;
}
.sideFormWrap .sideform {
    transform: translate(0);
}
.sideformOverflow {
    display: none;
}
.sideFormWrap .sideformOverflow {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    background-color: #0000008c;
    z-index: 250;
    backdrop-filter: blur(3px);
}

.sideformClose{
    position: absolute;
    top: 10px;
    right: 25px;
}
.enqueryBtn {
    position: fixed;
    right: -52px;
    top: 28%;
    transform: translateY(-50%) rotate(-90deg);
    z-index: 100;
    padding: 8px 10px;
    background-color: #d71921;
    color: #fff;
    border-radius: 5px 5px 0px 0px;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    border: 1px solid #fff;
}
.sideform .secH {
    font-size: 24px;
    font-weight: 600;
    margin-top: 10px;
}
.sideform .inputTxt{
    border: 1px solid #ccc;
    border-radius: 10px;
    color: #000;
}
.sideform .fromWrap{
    margin-bottom: 15px;
}
.sideform .secH{
    margin-bottom: 20px;
}
.sideform .fromWrap .inputTxt::placeholder {
    color: #555;
    opacity: 1; /* Firefox */
}
.sideform .fromWrap .inputTxt::-ms-input-placeholder { /* Edge 12 -18 */
    color: #555;
}
.sideform .fromWrap textarea.inputTxt::-webkit-input-placeholder {
    color: #555;
}

.sideform .fromWrap textarea.inputTxt:-moz-placeholder { /* Firefox 18- */
    color: #555;  
}

.sideform .fromWrap textarea.inputTxt::-moz-placeholder {  /* Firefox 19+ */
    color: #555;  
}

.sideform .fromWrap textarea.inputTxt:-ms-input-placeholder {
    color: #555;  
}
.sideform .fromWrap textarea.inputTxt::placeholder {
    color: #555;
}
.sideform .fromWrap .subBtn{
    background-color: #d71921;
    color: #fff;
    padding: 10px 20px;
    border-radius: 10px;
    border: none;
}
.sideAddress h3{
    font-size: 24px;
    font-weight: 600;
    margin-top:20px;
    margin-bottom:15px;
}
.sideform .inputTxt.inputTextArea {
    height: 100px;
    padding: 8px 10px;
}
.sideAddress ul li{
    margin-bottom: 10px;
    position: relative;
    padding-left: 25px;
}
.sideAddress ul li:not(:last-child){
    margin-bottom: 20px;
}
.sideAddress ul li a{
    color: #23282d;
}
.sideAddress ul li::before{
    content: "";
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    font-family: fontawesome;
    color: #D52228;
}
.sideAddress ul li:first-child::before{
    content: "\f3c5" !important;
}
.sideAddress ul li.footerCall::before{
    content: "\f095";
}
.sideAddress ul li.footerMail::before{
    content: "\f0e0";
}
.raggingImg{
    margin-top: 0;
    width: 200px;
    height: 70px;
}
.raggingImg img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.galleryLogo{
    margin: 0 auto;
    padding: 30px;
    background-color: #fff;
    width: auto;
    max-width: 300px;
    text-align: center;
    border-radius: 20px;
}
.campusFullImg{
    display: none;
}
.home .gallery_sec{
    background-color: #FFF7E3;
    position: relative;
    padding-bottom: 150px !important;
}

.home .gallery_sec .roundCircle2{
    position: absolute;
    bottom: 0;
    width: 700px;
    height: auto;
    left: -60px;
}

.gallery_sec .slick-slide {
    padding: 0 25px;
}

.home .gallery_sec .img_holder {
    height: 260px;
}

.globalSec{
    background-color: #000;
    overflow: hidden;
}
.globalSec .secH2{
    color: #fff;
}
.globalSec .secH2 span{
    color: #D52228;
    font-weight: 700;
}
.countryItem span{
    font-size: 90px;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke: 1px #FFEAB8;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    position: relative;
    z-index: 1;
    transition: 0.5s;
}
.countryItem{
    text-align: center;
    position: relative;
}
.js-marquee{
    display: flex;
    gap: 40px;
}
.globalSec{
    padding-bottom: 100px;
}
.globalSec{
    position: relative;
}
.marquee_text {
    /* top: 50%; */
    /* transform: translateY(-50%); */
    bottom: 75px;
}
.countryItem:hover span{
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke: 1px #FFEAB8;
    -webkit-text-fill-color: #FFEAB8;
}
/* -Raju----------- */
.countyLogo{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid #fff;
    top: 0;
    right: 0;
    transform: translate(-50%, -50%);
    position: absolute;
    overflow: hidden;
    transition: 0.5s;
    opacity: 0;
}
.countyLogo img{
    width: 100%;
}
.countryItem:hover .countyLogo{
    opacity: 1;
}






.footerSection .footerContent .links a{
    font-size: 18px;
}
.sideFormInner{
    overflow: auto;
    padding-right: 10px;
}
.footerSection{
    padding-top: 220px;
}
.home .alumniSection{
    padding-bottom: 0px;
}
.home .awardSection2 .slick-arrow {
    border: 1px solid #969696;
    border-radius: 50%;
}
.home .careerSlider .slick-slide{
    height: auto;
}
.founderSection .slider-for .innerSlider.commonBg{
    padding-bottom: 50px !important;
}
.founderSection .slider-for .innerSlider.commonBg:after{
    width:50px;
    height: 120px;
}
.founderSection .slider-for .innerSlider::before {
    left: 0;
    bottom: 0;
    content: '';
    width: auto;
    height: 3px;
    right: 55px;
    opacity: 0.2;
    position: absolute;
    background-color: #D52228;
}
.footerSection .footerContent .eachLink p{
    font-size: 18px;
}

.custom-modal-content{
    border-radius: 15px;
    padding-top: 40px !important;
  }
  .custom-modal{
    z-index: 100 !important;
  }
  .custom-modal-content label{
    width: 100%;
    margin-bottom: 10px;
    display: block !important;
    text-align: left;
  }
  .custom-modal-content input, .custom-modal-content textarea{
    width: 100%;
    border: 1px solid #ccc;
    height: 45px;
    font-size: 14px;
    margin-bottom: 10px;
    border-radius:5px;
    padding: 0 15px;
    color: #000 !important;
  }

  .custom-modal-content textarea{
    height: 100px;
  }
  .custom-modal-content input[type=submit]{
    width: auto;
    padding: 10px 40px;
    border: none;
    background-color: #ffb600;
    color: var(--orange);
    margin-left: 0px;
    display: flex;
    margin-top: 12px;
  }
  .custom-modal-content{
    position: relative;
  }
  .custom-modal h2{
    margin-bottom:20px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
  }
  .close-modal-btn{
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .custom-modal .close-btn {
    font-size: 18px;
    font-weight: bold;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    color: var(--orange) !important;
    background-color: #ffb600;
    padding: 0px 8px;
    border-radius: 5px;
    position: absolute;
    right: 7px;
    top: 7px;
  }
  .alumniSection .exposureSlider .each-card .flip-card-back .textCon {
    text-align: left;
    max-height: 155px;
    overflow-y: auto;
    padding-right: 8px;
}
.registerSection .imgCon{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #FDC12A;
    display: flex;
    justify-content: center;
    align-items: center;
}
.wpcf7-spinner{
    position: absolute;
    bottom: 20px;
    left: 20px;
}
.cdp-copy-alert-success{
    z-index: -1 !important;
}
.mob-menu-bx .mob-menu-logo{
    padding-top: 20px;
}
.single-course .industrySection .secHeader{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.single-course .industrySection .secHeader .secHead{
    margin-bottom: 0px;
}


@media (max-width: 1280px){
    .custom-modal-content input, .custom-modal-content textarea {
        height: 40px !important;
    }

    .custom-modal-content .inputTxt.inputTextArea{
        height: 60px !important;
    }
}