*,::after,::before{box-sizing:border-box;margin:0;padding:0}
body, html {overflow-x: hidden;max-width: 100%;scroll-behavior: smooth;}
body{font-family: "Outfit", sans-serif;margin:0;padding:0;background:#F6F4EE;font-size:16px}
h1, h2, h3, h4, h5, h6 {font-family: "Caudex", serif;}
img{max-width:100%}
.container{max-width:1200px;margin:0 auto}
ul{list-style:none;padding:0;margin:0}
a{text-decoration:none;color:#fff}
.flex{display:flex}
.text-center{text-align:center}
header { position: fixed; width: 100%; padding: 20px 0; z-index: 9; }
header.darkHeader { background-color: #003A65; z-index: 2; }
.MenuBtn { display: none; }
header .container { display: flex; justify-content: space-between; align-items: center; }
header .rgt_col { display: flex; align-items: center; justify-content: space-between; }
header .logo img { display: block; max-width: 191px; }
nav ul li:last-child { border-bottom: none; }
nav ul li a { font-size: 14px; color: #fff; font-weight: 400; line-height: 20px; text-transform: uppercase; padding: 8px 10px; display: block; }
nav ul li.regibtn a { color: #FFE462; }
nav ul li a:hover, nav ul li.active a { color: #FFE462; }
nav ul li.dropdown { position: relative; margin-right: 15px; }
nav ul li.dropdown > a::after { content: ''; border: solid #fff; border-width: 0 2px 2px 0; display: inline-block; padding: 3px; transform: rotate(45deg); -webkit-transform: rotate(45deg); position: absolute; right: -6px; top: 12px; }
section{padding:50px 0}
.common-heading{position:relative;margin-bottom:1.875rem;text-align:center}
.common-heading h2{font-size:2.375rem;margin:0;line-height:2.875rem;position:relative;color:#000;text-transform:capitalize;font-weight: 700;}
.common-heading h3{font-size:0.875rem;margin:0;line-height:1.25rem;color:#000;text-transform:capitalize;font-weight: 700;margin-bottom: 0.625rem;}

.footer{text-align:center;position:relative;background:#ffffff;height:auto;width:100%;padding:20px 0}
.footer .container{display:flex;justify-content:center;align-items:center}
.footer:after{background:linear-gradient(to right,#375ea2 50%,#d3272a 50%);position:absolute;content:'';height:8px;right:0;left:0;bottom:0}
.footer ul.sites{border-right:2px solid #7b7a7a;position:relative;margin-right:20px;padding-right:25px;border-left:2px solid #7b7a7a;margin-left:20px;padding-left:25px}
.footer ul.sites::after{content:"";float:left;position:absolute;height:10px;width:10px;position:absolute;background-color:#fff;top:40%;right:-7px;border-top:#7b7a7a solid 2px;border-left:#7b7a7a solid 2px;transform:rotate(135deg)}
.footer ul.sites::before{content:"";float:left;position:absolute;height:10px;width:10px;position:absolute;background-color:#fff;top:40%;left:-5px;border-top:#7b7a7a solid 2px;border-left:#7b7a7a solid 2px;transform:rotate(135deg)}
.footer ul.network-logo,.footer ul.sites,.footer ul.ditigal-logo{display:flex;justify-content:space-around;align-items:center}
.footer ul.network-logo li,.footer ul.sites li,.footer ul.ditigal-logo li{margin:0 10px}
.footer ul.network-logo li,.footer ul.sites li img{display:block}
.footer ul.ditigal-logo li:first-child{padding-right: 20px;border-right:2px solid #7b7a7a;}
.footer img{display:block}

.Mainbanner{background-repeat:no-repeat;text-align:center;color:#fff;padding:80px 0 20px;width:100%;height:810px;overflow:hidden;display:flex;align-items: center;background-image:url(../images/main-bg.jpg);background-position:center center;background-size:cover;background-color: #003A65;}
.Mainbanner .container .eduExpoWrap{text-align: center;}
.Mainbanner .eduExpoWrap .imgCont{width:100%;max-width: 414px;margin: 0 auto 1.25rem;}
.Mainbanner .eduExpoWrap .imgCont img{width:100%; display: block;height: 100%;}
.Mainbanner .h1{font-size:2.1875rem;margin-bottom:1.25rem;line-height:3.125rem;font-weight:700;text-transform:uppercase;}
.Mainbanner .h3{font-size:1.25rem;line-height:2rem;font-weight:400;text-transform:capitalize;font-family: "Caudex", serif;}
.Mainbanner .h3.date{color:#FFE462}
.Mainbanner .registrationBTN{margin-top: 2rem;}
.Mainbanner .registrationBTN a{color: #000; font-size: 1rem; font-weight: 400; text-transform: uppercase; padding: 8px 12px 8px 17px; border-radius: 50px;display: flex;background: #fff;max-width: 200px;justify-content: space-between;align-items: center;margin: 0 auto;line-height: 26px;transition: background 0.3s ease;}
.Mainbanner .registrationBTN a .icon{background: #000;height: 35px; width: 35px;margin-left: 0.625rem;border-radius: 50px;display: flex;justify-content: center;align-items: center;}
.Mainbanner .registrationBTN a .icon svg{height: 10px; width: 14px;}
.Mainbanner .registrationBTN a .txt { height: 26px; overflow: hidden; display: flex; flex-direction: column; }
.Mainbanner .registrationBTN a .txt span { display: block; transition: transform 0.4s cubic-bezier(0.4,0,0.2,1); }
.Mainbanner .registrationBTN a:hover .txt span { transform: translateY(-100%); }
.Mainbanner .registrationBTN a:hover{background:#FFE462;}
.Mainbanner .registrationBTN a:hover .icon{background: #003A65;}


.statsSection{padding-top: 0;}
.stats-wrapper {background: #ffffff;display: flex;align-items: flex-end;justify-content: center;border-radius: 10px;padding: 20px;margin-top: -60px;gap: 30px;position: relative;}
.stats-wrapper::after {content: "";position: absolute;right: 10px;bottom: 10px;width: 80px;height: 80px;  background: url(../images/eudBgicon.png) no-repeat center;background-size: contain;opacity: 0.5;pointer-events: none;}
.stats-wrapper .stat-box {text-align: center;padding: 10px;}
.stats-wrapper .stat-box .h3 {margin: 8px 0 5px;font-size: 36px;color: #0b3d66; font-weight: 700; line-height: 44px;}
.stats-wrapper .stat-box p {margin: 0;font-size: 14px;color: #6B6B6B;font-family: "Caudex", serif;}
.stats-wrapper .divider {width: 1px;height: 68px;background: #ccc;align-self: flex-end;}

.aboutWrap .aboutBox{display: grid; grid-template-columns: 395px 1fr; gap: 30px;}
.aboutWrap .aboutBox .aboutimg{background: #fff; padding: 0.5rem; border-radius: 10px;height: 453px;box-shadow: 0px 0px 8px 0px #00000026;}
.aboutWrap .aboutBox .aboutimg img{display: block;border-radius: 10px;object-fit: cover;}
.aboutWrap .aboutBox .aboutCard .common-heading{text-align: left;}
.aboutWrap .aboutBox .aboutCard .common-heading h3{text-transform: uppercase; color: #003D6A;display: flex; align-items: center;}
.aboutWrap .aboutBox .aboutCard .common-heading h3 svg{height: 24px; width: 24px; margin-right: 0.625rem;fill: #003D6A;}
.aboutWrap .aboutBox .aboutCard p{color: #706F6E; font-size: 1rem; line-height: 24px; font-weight: 400; margin-bottom: 1rem;}
.aboutWrap .aboutBox .aboutCard .moreText {max-height: 0;overflow: hidden;transition: max-height 0.5s ease;}
.aboutWrap .aboutBox .aboutCard .moreText.active {max-height: 1000px;}
.aboutWrap .aboutBox .aboutCard .readMoreBtn {background: #FFCF1C; font-size: 14px;font-weight: 400;text-transform: uppercase;color: #000;border-radius: 50px;padding: 0.625rem 1.5rem;display: inline-block;transition: 0.3s;border: none;cursor: pointer;}
.aboutWrap .aboutBox .aboutCard .readMoreBtn:hover {background: #FFCF1C;}
.aboutWrap .aboutBox .aboutCard .readMoreBtn .txt { height: 18px; overflow: hidden; display: flex; flex-direction: column; }
.aboutWrap .aboutBox .aboutCard .readMoreBtn .txt span { display: block; transition: transform 0.4s cubic-bezier(0.4,0,0.2,1); }
.aboutWrap .aboutBox .aboutCard .readMoreBtn:hover .txt span { transform: translateY(-100%); }

.initativesWrap .tv9Initatives{display: grid; grid-template-columns: 1fr 402px; gap: 30px; background: #fff;align-items: center;padding: 0.625rem 0.625rem 0.625rem 1.875rem; border-radius: 10px;box-shadow: 0px 0px 6px 0px #0000001A; position: relative;}
.initativesWrap .tv9Initatives:after{content: '';background-image: url(../images/initiativebg.png); background-repeat: no-repeat; background-position: left top; background-size: 100%;position: absolute; top: 0; left: 0; height: 100%; width: 172px;}
.initativesWrap .tv9Initatives .aboutTv9 .common-heading{text-align: left;margin-bottom: 1.25rem;}
.initativesWrap .tv9Initatives .aboutTv9 p{color: #000; font-size: 1rem; line-height: 24px; font-weight: 400; margin-bottom: 1.125rem;}
.initativesWrap .tv9Initatives .aboutTv9 .visitBtn{background: #FFCF1C; font-size: 14px; font-weight: 400; text-transform: uppercase; color: #000; border-radius: 50px; padding:0.625rem 1.5rem; display: inline-block;}
.initativesWrap .tv9Initatives .tv9imgWrap{background: #F6F4EE; padding: 0.5rem; border-radius: 10px;box-shadow: 0px 0px 8px 0px #00000026;}
.initativesWrap .tv9Initatives .tv9imgWrap img{display: block;border-radius: 10px;object-fit: cover;}
       
.expo-glimpse {background: #ffffff;text-align: center;position: relative;}
.expo-glimpse::after{content: ''; background: url(../images/bg-left.png); background-repeat: no-repeat; background-position: left top; background-size: 100%;width: 274px; height: 344px;position: absolute; left: 0; top: 0; }
.expo-glimpse::before{content: ''; background: url(../images/bg-right.png); background-repeat: no-repeat; background-position: right bottom; background-size: 100%; width: 274px; height: 344px;position: absolute; right: 0; bottom: 0; transform: rotate(180deg);}
.expo-glimpse .common-heading h2{color: #003D6A; margin-bottom: 1.125rem;}
.expo-glimpse .common-heading p{font-size: 1rem; font-weight: 400; color: #000; line-height: 24px; text-align: center;padding: 0 2rem;}
.expo-glimpse .expo-slider .splide__slide {background: #F4FAFF;border-radius: 10px;padding: 10px;text-align: center;border: 1px solid #D5ECFF;transition: background 0.3s ease, border-color 0.3s ease;}
.expo-glimpse .expo-card .imgBox {position: relative;}
.expo-glimpse .expo-card .imgBox img {width: 100%;border-radius: 10px;height: 180px;object-fit: cover;border: 1px solid #F4FAFF}
.expo-glimpse .expo-card .imgBox .icon {position: absolute;bottom: -12px;left: 50%;transform: translateX(-50%);background: #ffc400;border-radius: 8px;display: flex;align-items: center;justify-content: center; font-size: 14px; padding: 6px 12px;font-weight: 400;color: #003D6A;}
.expo-glimpse .expo-card .imgBox .icon svg{height: 16px; width: 16px;}
.expo-glimpse .expo-card .imgBox .icon b{margin-left: 5px;color: #003D6A;font-weight: 500;}
.expo-glimpse .expo-card .cardBox{padding: 1.25rem 0.625rem 0.875rem 0.625rem;}
.expo-glimpse .expo-card .cardBox h3 {font-family: "Caudex", serif;font-size: 22px;line-height: 30px;color: #003D6A;margin-bottom: 0.625rem;}
.expo-glimpse .expo-card .cardBox span {font-size: 14px;color: #000; font-weight: 400;}
.expo-glimpse .expo-slider .splide__slide.is-active{background: #003D6A; color: #fff;}
.expo-glimpse .expo-slider .splide__slide.is-active .expo-card h3,.expo-glimpse .splide .splide__slide.is-active .expo-card span{color: #fff;}
.expo-glimpse .expo-slider{padding-bottom: 2rem;}
.expo-glimpse .expo-slider .splide__pagination {display: flex;gap: 10px;bottom: 3px;}
.expo-glimpse .expo-slider .splide__pagination__page {opacity: 1;background: #C9C9C9;height: 8px;width: 8px;margin: 0;border-radius: 50%;}
.expo-glimpse .expo-slider .splide__pagination__page.is-active {background: #003D6A;}
.expo-glimpse .expo-slider .splide__arrows{position: absolute;transform: translateX(-50%);left: 50%;bottom:20px}
.expo-glimpse .expo-slider .splide__arrow{width:2rem;height:2rem;border:unset;background:0 0;opacity:1;top:98%;transform: translateX(-50%);}
.expo-glimpse .expo-slider .splide__arrow svg{width:1.5rem;height:1.5rem;fill:#003D6A;}
.expo-glimpse .expo-slider .splide__arrow:disabled svg{fill:#C9C9C9;}
.expo-glimpse .expo-slider .splide__arrow:disabled {opacity: 0.8;}
.expo-glimpse .expo-slider .splide__arrow--next{right:-70px;}
.expo-glimpse .expo-slider .splide__arrow--prev{left:0;}
.expo-glimpse .expo-slider .splide__arrow--prev svg{transform:unset} 
.lb-dataContainer {position: absolute;top: -35px;left: 0;right: 0;}
.lb-data .lb-number{color: #fff; font-size: 14px;}
.lightbox {position: fixed !important;top: 50px !important;}


.scheduleWrap {background: #F6F4EE;padding: 60px 20px;}
.scheduleWrap .common-heading h3{display: flex;align-items: center;justify-content: center;}
.scheduleWrap .common-heading h3 svg{height: 24px; width: 24px; margin-right: 0.625rem;fill: #003D6A;}
.scheduleWrap .tabs {display: flex;justify-content: center;gap: 20px;margin-bottom: 30px;}
.scheduleWrap .tab-btn {padding: 10px 20px;border-radius: 10px;border: none;background: #ffffff;cursor: pointer;font-weight: 700;font-size: 1.125rem;line-height: 26px;font-family: "Caudex", serif;color: #003D6A;width: 120px;}
.scheduleWrap .tab-btn.active,.scheduleWrap .tab-btn:hover {background: #003D6A;color: #fff;}
.scheduleWrap .tab-content {display: none;}
.scheduleWrap .tab-content.active {display: block;}
.scheduleWrap .schedule-grid {display: grid;grid-template-columns: repeat(2, 1fr);gap: 50px;background: #fff;padding:40px 25px;border-radius: 20px;}
.scheduleWrap .schedule-grid .schedule-item {display: flex;gap: 20px;padding-bottom: 15px;border-bottom: 1px solid #eee;}
.scheduleWrap .schedule-grid .schedule-item .date-box {background: #f4f4f4;padding: 1rem;text-align: center;min-width: 95px;height: max-content;}
.scheduleWrap .schedule-grid .schedule-item .date-box strong {display: block;font-size: 22px;color: #003D6A;font-weight: 600;line-height: 28px;margin-bottom: 0.25rem;}
.scheduleWrap .schedule-grid .schedule-item .date-box span {font-size: 16px;color: #525252; font-weight: 700; text-transform: uppercase;}
.scheduleWrap .schedule-grid .schedule-item .info h4 a{font-size: 22px;color: #003D6A;font-weight: 600;margin-bottom: 0.625rem;text-decoration: underline;}
.scheduleWrap .schedule-grid .schedule-item .info h4 a:hover{text-decoration: none;}
.scheduleWrap .schedule-grid .schedule-item .info p {margin: 5px 0 0;font-size: 18px;color: #6B6B6B;font-family: "Caudex", serif;line-height: 24px;}

.why-visit {padding:0;color: #fff;background: linear-gradient(to right, #003D6A 50%, #004476 50%);position: relative;}
.why-visit::after{content: ''; background: url(../images/bg-left.png); background-repeat: no-repeat; background-position: left top; background-size: 100%;width: 274px; height: 344px;position: absolute; left: 0; top: 0; }
.why-visit::before{content: ''; background: url(../images/bg-right.png); background-repeat: no-repeat; background-position: right bottom; background-size: 100%; width: 274px; height: 344px;position: absolute; right: 0; bottom: 0; transform: rotate(180deg);}
.why-wrap {display: grid;grid-template-columns: 1fr 1fr;align-items: flex-start;}
.why-left{padding: 3rem 2rem 0;position: relative;padding-bottom: 0;}
.why-left .imgCont{text-align: right; display: block;}
.why-left .lftWrap .imgbx{ position: relative;}
.why-left .lftWrap img{max-width: 100%;height: auto;display: block;position: relative;z-index: 1;width: 86%;}
/* .why-left .lftWrap .imgbx::before {content: "";position: absolute;width: 350px;height: 350px;background: rgba(255,255,255,0.1);border-radius: 50%;left: 50px;bottom: 80px;z-index: 1;} */
.why-left .lftWrap .imgbx .circle {position: absolute;border-radius: 50%;}
.why-left .lftWrap .imgbx .circle.yellow {width: 20px;height: 20px;background: #ffc400;top: 80px;left: 40px;}
.why-left .lftWrap .imgbx .circle.outline {width: 60px;height: 60px;border: 3px dashed #ff5c5c;top: 200px;  right: 50px;animation: rotateCircle 6s linear infinite;}
.why-left .lftWrap .imgbx .circle.small {width: 40px;height: 40px;border: 4px solid #ffc400;bottom: 50px;right: 20px;animation: floatSmall 3s ease-in-out infinite;}
.why-right {background: #004476;}
.why-right .common-heading h3{display: flex;align-items: center;justify-content: flex-start; color: #ffc400;}
.why-right .common-heading h3 svg{height: 24px; width: 24px; margin-right: 0.625rem;fill:#ffc400 ;}
.why-right .common-heading h2{text-align: left;color: #fff;}
.why-right .rftWrap{max-width: 600px; padding: 3rem;}
.why-right .rftWrap .why-list {list-style: none;padding: 0;}
.why-right .rftWrap .why-list li {display: flex;align-items: center;gap: 22px;padding: 16px 0;border-bottom: 1px solid rgba(255,255,255,0.2);font-size: 24px;line-height: 30px;color: #F6F4EE;font-weight: 400;}
.why-list li:first-child{padding-top: 0;}
.why-list li .icon img{display: block;width: 42px; height: auto;}
@keyframes rotateCircle {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
@keyframes floatSmall {
    0% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
    100% { transform: translateY(0); }
}

.contactus{background: #fff;padding: 30px 0;border-bottom:1px solid #BABABA}
.contactus .common-heading h3{font-size: 1.25rem; line-height: 1.875rem; font-weight: 700;}
.contactus .common-heading h3 span{display: inline-block;}
.contactus .contactDetails{display: flex;justify-content:center;align-items: center;flex-wrap: wrap;}
.contactus .contactDetails .contactInfo{border-right: 0.0625rem solid #BABABA;padding-right: 2rem;margin-right: 2rem;color: #000;text-align: center; }
.contactus .contactDetails .contactInfo:last-child{border-right: none;padding-right: 0;}
.contactus .contactDetails .contactInfo h4,.contactus .contactDetails .contactInfo p,.contactus .contactDetails .contactInfo a{font-size: 1.25rem; line-height: 1.5rem;font-weight: 700;margin-bottom: 0.5rem;color:#1F1F1F;font-family: "Caudex", serif;}
.contactus .contactDetails .contactInfo p{color: #003D6A;font-weight: 400;font-size: 0.875rem;line-height: 1.25rem;}
.contactus .contactDetails .contactInfo a{font-size: 1.125rem;font-weight: 400;}
.contactus .emailId{background: #003D6A; color: #fff; border-radius: 8px;font-family: "Caudex", serif;font-size: 1.125rem; line-height: 1.5rem;font-weight: 700;text-align: center; padding: 0.625rem;margin: 1.255rem auto 0;max-width: max-content;}

/*--Cities Page Css--*/
.citiesHeadWrap{background: #003D6A;text-align: center;padding: 120px 0 60px 0;position: relative;}
.citiesHeadWrap::after{content: ''; background: url(../images/bg-left.png); background-repeat: no-repeat; background-position: left top; background-size: 100%;width: 274px; height: 344px;position: absolute; left: 0; top: 0; }
.citiesHeadWrap .citiesWrap .locationIcon svg{fill: none; width: 36px; height: 43px;}
.citiesHeadWrap .citiesWrap .cityName{font-size: 46px;color: #003D6A;font-weight: 700;margin-bottom: 0.625rem;color:#fff}
.citiesHeadWrap .citiesWrap .h3{font-size:1.25rem;line-height:2rem;font-weight:400;text-transform:capitalize;font-family: "Caudex", serif;color: #fff;}
.citiesHeadWrap .citiesWrap .h3.date{color:#FFE462}

.progWrapper .progDetails .common-heading h2{color: #003D6A;}
.progWrapper .progDetails p {font-size: 16px;line-height: 26px;color: #706F6E;margin-bottom: 30px;}
.progWrapper .progDetails .progSteps {display: grid;grid-template-columns: repeat(3, 1fr);gap: 40px;}
.progWrapper .progDetails .progSteps figure {display: flex;align-items: flex-start;gap: 18px;background: #ffffff;padding: 1.25rem 0.875rem;border-radius: 10px;box-shadow: 0px 0px 6px 0px #7D796B1A;position: relative;}
.progWrapper .progDetails .progSteps figure:after{content: ''; background: url(../images/dot-bg.png); background-repeat: no-repeat; background-size: 100%;position: absolute; right: 0; bottom: 0; width: 82px; height: 94px;}
.progWrapper .progDetails .progSteps figure span {width: 62px;}
.progWrapper .progDetails .progSteps figure span img {width: 100%; height: 100%;}
.progWrapper .progDetails .boxtitle h3 {font-size: 20px;font-weight: 700;margin-bottom: 0.625rem;font-family: "Caudex", serif;}
.progWrapper .progDetails .boxtitle p {font-size: 16px;color: #706F6E; line-height: 22px; margin-bottom: 0;}

.exhibitors .common-heading h2{color: #0c3d63;}
.exhibitors .tableWrap {overflow-x: auto;border-radius: 10px;border: 1px solid #D9D9D9}
.exhibitors .tableWrap  table {width: 100%;border-collapse: collapse;min-width: 700px;background: #fff;border-radius: 10px;overflow: hidden;}
.exhibitors .tableWrap  thead {background: #0c3d63;}
.exhibitors .tableWrap  thead th,tbody td{border-right: 1px solid #D9D9D9;border-bottom: 1px solid #D9D9D9}
.exhibitors .tableWrap  thead th {padding: 1.25rem 3rem;font-size: 20px;line-height: 24px;text-align: left;color: #fff;text-transform: uppercase;font-weight: 400;}
.exhibitors .tableWrap  tbody td {color: #222; font-size: 18px;line-height: 24px;  text-align: left;font-weight: 400; padding: 1.25rem 3rem;}
.exhibitors .tableWrap  tbody tr:nth-child(odd) {background: #ffffff;}
.exhibitors .tableWrap  tbody tr:nth-child(even) {background: #F3F3F3;}
.exhibitors .tableWrap  tbody td:first-child {width: 80px;}
.exhibitors .tableWrap  tbody td strong {font-weight: 600;}

/* .photoWrapper{padding-top: 0;} */
.photoWrapper .common-heading h2{color: #0c3d63;}
.photoWrapper .photoSlider .splide__slide{margin-right: 0;}
.photoWrapper .photoSlider .splide__slide .imgBox{position: relative;cursor: pointer;}
.photoWrapper .photoSlider .splide__slide .imgBox img {width: 100%;height: 280px;object-fit: cover;display: block;position: relative;}
.photoWrapper .photoSlider .splide__slide .imgBox:after{content: "";position: absolute;left: 0;bottom: 0;width: 100%;height: 60%;background: linear-gradient(to top,rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.4) 40%,rgba(0, 0, 0, 0) 100%  );pointer-events: none;}
.photoWrapper .photoSlider .splide__slide .imgBox .icon {position: absolute;background: #ffc400;width: 36px;height: 36px;border-radius: 50%;display: flex;align-items: center;justify-content: center;right: 20px; bottom: 20px;z-index: 1;}
.photoWrapper .photoSlider .splide__slide .imgBox .icon svg{height: 18px; width: 18px;}
.photoPopup {position: fixed;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.85);backdrop-filter: blur(6px);display: flex;align-items: center;justify-content: center;z-index: 9999;opacity: 0;visibility: hidden;transition: all 0.4s ease;}
.photoPopup.active {opacity: 1;visibility: visible;}
.popupImg {max-width: 85%;max-height: 80%;border-radius: 10px;transform: scale(0.9);opacity: 0;transition: all 0.4s ease;}
.photoPopup.active .popupImg {transform: scale(1);opacity: 1;}
.popupClose {position: absolute;top: 25px;right: 35px;font-size: 35px;color: #fff;cursor: pointer;transition: 0.3s;}
.popupClose:hover {transform: rotate(90deg) scale(1.2);color: #ffc400;}
.popupPrev,.popupNext {position: absolute;top: 50%;transform: translateY(-50%);font-size: 45px;color: #fff;cursor: pointer;padding: 12px;border-radius: 50%;transition: all 0.3s ease;}
.popupPrev { left: 25px; }
.popupNext { right: 25px; }
.popupPrev:hover,.popupNext:hover {background: rgba(255,255,255,0.1);transform: translateY(-50%) scale(1.2);}
.popupImg.slide-left {animation: slideLeft 0.4s ease;}
.popupImg.slide-right {animation: slideRight 0.4s ease;}
@keyframes slideLeft {
    from {
        transform: translateX(80px) scale(0.95);
        opacity: 0;
    }
    to {
        transform: translateX(0) scale(1);
        opacity: 1;
    }
}
@keyframes slideRight {
    from {
        transform: translateX(-80px) scale(0.95);
        opacity: 0;
    }
    to {
        transform: translateX(0) scale(1);
        opacity: 1;
    }
}

.scheduleWrapper {background: #fff;}
.scheduleWrapper .common-heading h2{ color: #003D6A;}
.schedule-card {background: #fff;border-radius: 30px;padding-top: 30px;margin-bottom: 60px;box-shadow: 0px 0px 8px 0px #003D6A26;position: relative;}
.schedule-card:last-child{margin-bottom: 0;}
.schedule-card .day-badge {position: absolute;top: -30px;left: 20px;background: #003D6A;color: #ffc400;padding: 8px 20px 8px 8px;border-radius: 30px;font-size: 23px;font-weight: 800;display: flex;align-items: center;gap: 15px;justify-content: flex-start;}
.schedule-card .day-badge sup {font-size: 10px;vertical-align: super;margin-left: 1px;}
.schedule-card .day-badge span {background: #ffc400;width: 36px;height: 36px;border-radius: 50%;display: flex;align-items: center;justify-content: center;}
.schedule-card .day-badge span img{display: block;}
.schedule-card h3 {margin: 10px 0 15px 0;color: #003D6A;font-size: 24px;font-family: "Caudex", serif; padding: 0 25px;font-weight: 700; line-height: 30px;}
.schedule-list {list-style: none;padding: 0;margin: 0;padding-bottom: 10px;}
.schedule-list li {padding: 15px 25px 15px 50px;border-bottom: 1px solid #D9D9D9;display: inline-block;font-size: 18px;line-height: 24px;font-weight: 400;position: relative;width: 100%;}
.schedule-list li:last-child {border-bottom: none;}
.schedule-list li b {color: #003D6A;}
.schedule-list li::before {content: "";background: url(../images/rightIcon.png); background-repeat: no-repeat; background-size: 100%; height: 22px; width: 22px; position: absolute; left: 22px; top: 15px;}


.collegesWrap .collegesListWrap{background: #fff;border-radius: 10px;box-shadow: 0px 0px 8px 0px #003D6A26; padding: 2.5rem 3rem 3rem;}
.collegesWrap .collegesListWrap .common-heading h2{color: #003D6A;}
.collegesWrap .collegesList {display: grid;grid-template-columns: repeat(5, 1fr);gap: 24px;}
.collegesWrap .collegesList figure {background: #f5f5f5;border-radius: 10px;padding: 25px 15px;text-align: center;position: relative;border: 1px solid #E0E0E0;margin: 0;}
.collegesWrap .collegesList figure .h3 {font-size: 18px;line-height: 26px; font-weight: 500;}

/*Form Css*/
.registHeadWrap{background: #003D6A;text-align: center;padding: 120px 0 60px 0;position: relative;}
.registHeadWrap::after{content: ''; background: url(../images/bg-left.png); background-repeat: no-repeat; background-position: left top; background-size: 100%;width: 274px; height: 344px;position: absolute; left: 0; top: 0; }
.registHeadWrap .h2{font-size: 46px;color: #003D6A;font-weight: 700;margin-bottom: 0.625rem;color:#fff}
.login-form {background: #fff;border-radius: 20px;width: 100%;padding: 48px 50px;text-align: center;}
.login-form .form-field {text-align: left;margin-bottom: 20px;color: #525252;}
.form2col {display: flex;align-items: center;justify-content: space-between;}
.form-group {margin-bottom: 20px;width: 100%;margin-right: 20px;}
.form2col .form-group:last-child {margin-right: 0;}
.form-field label {color: #383837;text-transform: capitalize;font-size: 15px;line-height: 2;font-weight: 600;margin-bottom: 0px;}
.form-field label.labelHead{font-size: 17px;}
.login-form .form-field input,.login-form .form-field select {width: 100%;padding: 10px;background-color: #fff;border: 1px solid #dddddd; border-radius: 4px;height: 45px;position: relative;}
.select {position: relative;}
.select::after {content: '';border: solid #000;border-width: 0 2px 2px 0;display: inline-block;padding: 1px;transform: rotate(45deg);-webkit-transform: rotate(45deg);width: 10px;height:10px;position: absolute;right: 20px;top: 15px;}
.login-form .form-field select {-webkit-appearance: none;appearance: none;}
.form-control {display: block;width: 100%;height: 34px;padding: 6px 12px;font-size: 14px;line-height: 1.42857143;color: #555555;background-color: #fff;background-image: none;border: 1px solid #ccc;border-radius: 4px;-webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);}
.login-form .redStar::after {content: "*";margin-left: 3px;font-weight: normal;color: tomato;}
.form-group h3 {font-size: 16px;font-weight: 600;line-height: 22px;}
.form-group h3 b {font-weight: 600;color: #f89e2e;}
.col2box {justify-content: space-between;align-items: inherit; }
.select_checkbox {width: 100%;display: flex;justify-content: flex-start;align-items: center;flex-wrap: wrap;margin-top: 10px;}
.select_checkbox:last-child {padding-right: 0;}
.select_checkbox h4 {font-size: 14px;font-weight: 600;margin-bottom: 10px;}
.select_checkbox .select_time {display: flex;align-items: center;justify-content: flex-start;margin-right: 20px;}
.select_checkbox .select_time:last-child{margin-right: 0;}
.select_checkbox .select_time input {width: 15px;height: 15px;margin-right: 6px;}
.select_checkbox .select_time label {font-weight: 500;}
.help-block {display: block;margin-top: 5px;margin-bottom: 10px;color: #737373;}
.d-flex {display: flex;align-items: center;justify-content: center;}
.form-group input[type=submit] {background: #FFCF1C;color: #000;padding: 10px 20px;border-radius: 4px;text-transform: uppercase;font-size: 14px;border: 0;margin-bottom: 0;cursor: pointer;width: initial;margin-right: 10px;}
.reset {background: #003D6A !important; color: #fff !important;}
.input-wrapper {display: flex;background-color: #ffffff;border: 1px solid #acadae;border-radius: 4px;}
.prefix {position: relative;color: #7b7b93;display: flex;align-items: center;background: #ccc;color: #000;min-width: 100px;}
.prefix select {background-color: #ccc !important;border: 0 !important}
#btnrefresh,#btnValid { display: none;}
div#errorMsg {color: #dc0000;text-align: center;margin: 10px 0;width: 100%;float: left;display: none;font-size: 20px;}
.login-form .form-field .input-wrapper input {border: 0}
.checkbox_group {margin-bottom: 25px;border: 1px solid #e3e3e3;border-radius: 10px;box-shadow: 0 0 6px #e5e5e5;}
.checkbox_group .seasion {border-bottom: 1px solid #e3e3e3;padding: 10px;}
.checkbox_group .seasion:last-child {border-bottom: 0;}
.popup {display: none;position: fixed;top: 50%;left: 50%;transform: translate(-50%, -50%);background-color: #fff;padding: 20px;border-radius: 8px;box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);min-width: 350px;text-align:center;}
.popup h2{font-size:18px;text-align:center;margin-bottom:10px; line-height:26px;}
.popup p{font-size:16px;line-height:22px;margin-bottom:8px;}
.overlay {display: none;position: fixed;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.5);}
/* a[href="registration.html"], a[href*="registration"] {display: none !important;} */
@media (min-width: 769px) {
nav ul { display: flex; }
nav ul li { display: inline-block; margin: 0 6px; position: relative; }
.dropdown-menu {display: block;background: #fff;min-width: 180px;border-radius: 4px;position: absolute;top: 100%;left: 0;opacity: 0;visibility: hidden;transform: translateY(8px);transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;pointer-events: none;}
.dropdown-menu li { margin: 0; width: 100%;border-bottom: 1px solid #D5ECFF; }
.dropdown-menu li:last-child{border-bottom: none;}
.dropdown-menu li a { padding: 8px 15px; color: #003A65; font-size: 13px; text-transform: none; }
.dropdown-menu li a:hover { background: #004476; color: #FFE462; }
.dropdown:hover > .dropdown-menu {opacity: 1;visibility: visible;transform: translateY(0);pointer-events: all;}
}

@media(max-width:767px){
section{padding: 10px 0;}
.flex{flex-wrap:wrap}
.container{width:100%;padding:0 10px;box-sizing:border-box}
header { padding: 15px 0; }
header .left_col { display: flex; align-items: center; width: 100%; justify-content: space-between; flex-direction: row-reverse; }
header .logo img { width: 110px; height: inherit; }
.MenuBtn { float: left; margin: 0; cursor: pointer; display: block; margin-right: 0; }
.MenuBtn i { width: 20px; display: block; border-top: 2px solid #fff; padding-top: 4px; }
.MenuBtn i:nth-child(2) { top: 23px; }
.MenuBtn i:nth-child(3) { top: 27px; }
.open-nav .MenuBtn { position: absolute; z-index: 99; top: 30px; }
.open-nav .MenuBtn i { padding-top: 0; }
.open-nav .MenuBtn i:first-child { transform: translateY(0) rotate(45deg); }
.open-nav .MenuBtn i:nth-child(2) { display: none; }
.open-nav .MenuBtn i:nth-child(3) { transform: translateY(0) rotate(-45deg); margin-top: -2px; }
.sidenav { height: 100%; width: 0; position: fixed; z-index: 9; top: 0; right: 0; background-color: #003A65; overflow-x: hidden; transition: .2s; padding-top: 0; box-shadow: 2px 8px 20px rgba(0,0,0,.24); }
.open-nav .sidenav { width: 100%; }
nav ul { display: block; padding: 40px; text-align: left; }
nav ul li { width: 100%; margin: 0; padding: 20px 0; box-sizing: border-box; border-bottom: 1px solid #7b7b7b; }
nav ul li a { padding: 0; }
nav ul li.dropdown > a::after { top: 25px; right: 0; }
.dropdown-menu {position: static !important;display: none;width: 100%;opacity: 1 !important;visibility: visible !important;transform: none !important;pointer-events: all !important;transition: none !important;}
.dropdown-menu li { padding: 15px;  }
.dropdown-menu li a { color: #fff !important;  font-size: 13px; display: block; }
.dropdown-menu li a:hover { background: none; color: #FFE462 !important; }
.dropdown.active{padding-bottom: 0;}
.dropdown.active .dropdown-menu { display: block; padding: 0; }
.heading h1,.heading h2{text-align:center;font-size:26px;line-height:34px}
.common-heading{margin: 15px 0;}
.common-heading h2{font-size:32px;line-height:42px}
/* .common-heading h3{font-size:60px;line-height:58px;top:inherit;bottom:0px} */
.footer .container{flex-wrap:wrap}
.footer ul.network-logo{width:100%}
.footer ul.sites{width:100%;padding-left:0;margin-left:0;padding-right:0;margin-bottom: 10px;}
.footer ul.ditigal-logo{width:100%}
.footer ul.network-logo{border-right:none;margin-right:0;margin-bottom:10px}
.footer ul.sites,ul.ditigal-logo{border-right:none;margin-right:0;border-left:none}
.footer ul.network-logo li,.footer ul.sites li{margin:0 4px}
.footer ul.ditigal-logo li{margin: 0 10px;}
.footer ul.sites::after,.footer ul.sites::before{display:none}
.footer ul.network-logo li,.footer ul.sites li img,.footer ul.ditigal-logo li img{height:inherit}
.footer ul.ditigal-logo {width: 100%;display: flex;justify-content: center;align-items: center;}

.Mainbanner .container{grid-template-columns:1fr;justify-items: center;}
.Mainbanner .eduExpoWrap .imgCont{width:70%; margin:0 auto 1.25rem;}
.Mainbanner{height:auto;padding:72px 0;margin-bottom: 30px;}
.Mainbanner .h1{font-size:1.5rem;line-height:2rem;margin-bottom: 0.625rem;}
.Mainbanner .h2{font-size:1.5rem;line-height:2rem;}
.Mainbanner .h3{font-size:1rem;line-height:1.5rem;margin-bottom: 0.9375rem;}

.stats-wrapper {flex-wrap: wrap;justify-content: center;gap: 10px;padding: 10px;align-items: flex-start;}
.stats-wrapper .divider {display: none;}
.stats-wrapper .stat-box {width: 45%;}

.aboutWrap .aboutBox{grid-template-columns: 1fr;gap: 15px;}
.aboutWrap .aboutBox .aboutCard {order: 1;}
.aboutWrap .aboutBox .aboutimg {order: 2;}

.initativesWrap .tv9Initatives{grid-template-columns: 1fr;padding: 0.875rem;}
.expo-glimpse .expo-card .imgBox img{height: 150px;}
.scheduleWrap{padding: 20px 10px;}
.scheduleWrap .schedule-grid {grid-template-columns: 1fr;padding: 15px;gap: 15px;}
.scheduleWrap .tabs{margin-bottom: 20px;}
.schedule-item {flex-direction: row;}
.scheduleWrap .schedule-grid .schedule-item{gap: 12px;}
.scheduleWrap .schedule-grid .schedule-item:last-child{border-bottom:none;padding-bottom: 0;}
.scheduleWrap .schedule-grid .schedule-item .date-box{min-width: 80px;}
.scheduleWrap .schedule-grid .schedule-item .date-box strong{font-size: 18px;}
.scheduleWrap .schedule-grid .schedule-item .date-box span{font-size: 14px;}
.scheduleWrap .schedule-grid .schedule-item .info p{font-size: 14px;}

.expo-glimpse .common-heading p{padding: 0;}

.why-visit{background: linear-gradient(to bottom, #003D6A 50%, #004476 50%);}
.why-wrap{grid-template-columns: 1fr;}
.why-left{padding: 1rem 1rem 0;}
.why-left{order: 2;}
.why-right{order: 1;}
.why-right .rftWrap{padding: 1rem;}
/* .why-left .lftWrap .imgbx::before{height: 150px; width: 150px;} */
.why-right .rftWrap .why-list li{gap: 15px; font-size: 16px; line-height: 22px; padding: 12px 0;}

.contactus .common-heading h3 span{display: block;}
.contactus .contactDetails{padding: 0.875rem;}
.contactus .contactDetails{justify-content: space-around;}
.contactus .contactDetails .contactInfo{border-right: 0; border-bottom:0.0625rem solid #CBCBCB;margin-right: 0; padding-right: 0; margin-bottom: 1.25rem; padding-bottom:1.25rem;width: 48%;}
.contactus .contactDetails .contactInfo h4, .contactus .contactDetails .contactInfo p, .contactus .contactDetails .contactInfo a{font-size: .9rem; line-height: 1rem;}
.contactus .contactDetails .contactInfo:last-child,.contactus .contactDetails .contactInfo:nth-child(5){margin-bottom: 0;}
.contactus .emailId{font-size: 14px;margin: 0 auto;}

/*cities Page Css*/
.progWrapper {padding: 40px 0;}
.progWrapper .progDetails p {font-size: 14px;line-height: 22px;}
.progWrapper .progDetails .progSteps {grid-template-columns: 1fr;gap: 16px;}
.progWrapper .progDetails .progSteps figure { padding: 14px;}
.progWrapper .progDetails .progSteps figure span {min-width: 36px;height: 36px;}
.progWrapper .progDetails .progSteps figure span img{height: 52px; width: 52px;}
.progWrapper .progDetails  .boxtitle h3 {font-size: 15px;}
.progWrapper .progDetails .boxtitle p {font-size: 13px;}

.exhibitors .tableWrap thead th{padding: 1rem;font-size: 16px;}
.exhibitors .tableWrap tbody td{padding: 1rem;font-size: 14px;}

.scheduleWrapper .common-heading{margin-bottom: 40px;}
.schedule-card h3{font-size: 22px;padding: 0 20px;line-height: 26px;}
.schedule-card .day-badge{font-size: 19px;top: -25px;gap: 10px;}
.schedule-card .day-badge span{height: 30px; width: 30px;}
.schedule-list li{font-size: 16px;padding: 12px 15px 12px 40px;}
.schedule-list li::before{left: 14px;height: 18px; width: 18px;top: 17px;}
.schedule-card .day-badge span img{width: 60%; height: auto;}


.collegesWrap .collegesListWrap{padding: 2rem 1.5rem;}
.collegesWrap .collegesList {grid-template-columns: repeat(2, 1fr);gap: 15px;}
 .collegesWrap .collegesList figure {padding: 25px 10px;}

  .collegesWrap .collegesList figure .h3{font-size: 15px;}

/*Form Css*/
.login-form {padding: 10px 15px;}
.form2col {flex-wrap: wrap;}
.form-group {margin-right: 0;}
.select_checkbox {padding-left: 0;width: 100%;padding-right: 0;}
.checkbox_group {margin-bottom: 15px;min-height: auto;}

}



