@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/RobotoCondensed-Regular.woff2') format('woff2'),
        url('../fonts/RobotoCondensed-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/RobotoCondensed-Medium.woff2') format('woff2'),
        url('../fonts/RobotoCondensed-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto SemiCondensed';
    src: url('../fonts/RobotoSemiCondensed-Regular.woff2') format('woff2'),
        url('../fonts/RobotoSemiCondensed-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/RobotoCondensed-Bold.woff2') format('woff2'),
        url('../fonts/RobotoCondensed-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/Poppins-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
  border: 1px solid #fff;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff;
  border: 1px solid #fff;

}
.swiper-pagination{
    text-align: right;
    padding-right: 20px;
}
.navmenu {
    background: #298dcd;
}
body{
    font-family: 'Poppins' !important;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Poppins' !important;
}
.marLR0{
    margin-left: 0;
    margin-right: 0;
}
.paddLR0{
    padding-left: 0;
    padding-right: 0;
}
.paddLR5{
    padding-left: 5px;
    padding-right: 5px;
}
.eventDiv {
    background: #298dcd;
    padding: 30px;
    position: relative;
}
.evnImg{
    width: 100%;
}
.eventcontainer{
    width: 75%;
    margin: 0 auto;
    display: block;
    position: relative;
}
/** About us **/
.about-area-wrapper {
    position: relative;
    z-index: 1;
}
.evtImgD {
  border: 5px solid #fff;
}
.about-area-wrapper::before {
    background-image: url(../img/about-bg.jpg);
    background-size: cover;
    content: "";
    position: absolute;
    width: 39%;
    height: 85%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    z-index: 2;
    border: 4px solid #9d2374;
}
.about-area-wrapper .about-content-wrap {
    background-color: #ecf1f5;
    border: 10px solid #298dcd;
    padding: 60px 10px 40px 260px;
}
.about-area-wrapper .about-content-wrap .section-title {
    margin-bottom: 30px;
}
.abtTit {
    color: #0059b4;
    font-size: 36px;
    line-height: 100%;
    text-transform: capitalize;
}
.abtP {
    font-size: 14px;
    letter-spacing: .5px;
    line-height: 26px;
    margin-bottom: 18px;
}
.pgeTit{
    text-align: center;
    font-size: 20px;
}
.evtImg{
    width: 100%;
}
.evetCntDiv {
  margin-left: 10px;
}
.cutUl {
  padding: 0;
  list-style: none;
  display: inline-block;
}
.cutUl li {
  display: inline-block;
  margin-right: 10px;
}
.daySpn {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: .5px;
  display: block;
  margin-bottom: 10px;
}
.cutSpn {
    border: 1px solid #fff;
    padding: 5px 8px;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    background: #9d2374;
}
.repSpn{
    color: #fff;
}
.repSpn {
  color: #fff;
  font-size: 17px;
  vertical-align: bottom;
  font-weight: 600;
}
.evtH3 {
    color: #fff;
    margin-top: 20px;
    font-size: 28px;
    font-family: 'Poppins' !important;
    font-weight: 500;
    letter-spacing: .5px;
}
.evtP{
    color: #fff;
    font-size: 15px;
    letter-spacing: .5px;
    line-height: 26px;
    font-family: 'Poppins' !important;
}
.evtBtn {
    background: #109e49;
    border: 3px solid #fff;
    line-height: 40px;
    padding: 0 20px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: #fff;
}
.evtBtn:hover {
    background: #9e2475;
    border: 3px solid #fff;
    color: #fff;
}
.repSec {
  background: #ecf1f5;
  padding: 60px 0;
}
.repCntDiv {
    padding: 10px 9px;
    text-align: center;
    margin-bottom: 0px;
    box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.2);
    margin-top: 10px;
    background: #fff;
}
.repImg {
  width: 90px;
  height: 90px;
  padding: 4px;
}
.repH4 {
    margin-top: 5px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .5px;
    color: #298dcd;
    margin-bottom: 5px;
}
.repP {
  font-size: 13px;
  line-height: 25px;
  letter-spacing: .5px;
  font-family: 'Poppins' !important;
  color: #000;
}
.repDiv {
  margin-top: 20px;
}
#stats {
    background: #58baf9;
}
.cuntImg{
    width: 60px;
    display: inline-block;
    vertical-align: top;
}
.cuntDiv{
    display: inline-block;
    margin-left: 18px;
}
.filter-active {
    color: #fff !important;
    line-height: 35px !important;
    padding: 0 10px !important;
    background: #298dcd !important;
    border: 1px solid #298dcd !important;
}
.portfolio .portfolio-filters li{
    color: #00a2ea;
    line-height: 30px !important;
    padding: 0 10px !important;
    border: 1px solid #e1f0ff;
    font-weight: normal;
    font-family: 'Poppins';
    background: #e1f0ff;
}

.bannerImg{
    width: 100% !important;
}
.owl-item{
    width: 100% !important;
}
.MB15{
    margin-bottom: 15px;
}
.gslide-description{
    position: fixed;
    top: 0;
    margin: 0 auto !important;
    display: block;
    left: 0;
    right: 0;
}
.glightbox-clean .gslide-title {
  font-size: 20px;
  font-weight: 400;
  color: #000;
  margin-bottom: 0;
  line-height: 1.4em;
  text-align: center;
}
.upevtBtn {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 111;
    background: #fff;
    color: #298dcd;
    font-size: 20px;
    line-height: 35px;
    padding: 0 10px;
    font-weight: 500;
    letter-spacing: .5px;
    text-transform: uppercase;
    margin-bottom: 0;
}
.glightbox-clean .gdesc-inner {
  padding: 10px 10px;
}
#portfolio {
    background: rgba(0,0,0,0.07);
}
.page-title {
  margin-bottom: 15px;
}
.evntSta{
    position: absolute;
    right: 10px;
    top: 10px;
    line-height: 30px;
    padding: 0 10px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 0;
}
.upcomP {
    background: #109e49;
    color: #fff;
}
.upcompl {
    background: #f15b29;
    color: #fff;
}
.footP {
    margin-bottom: 0;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #fff;
}
.footA {
  color: #fff;
}
.footA:hover {
    color: #000;
}
.hero {
    position: relative;
}
.evntDte {
  position: absolute;
  bottom: 0;
  right: 10px;
  z-index: 111;
  background: #298dcd;
  color: #fff;
  line-height: 40px;
  padding: 0 20px;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: .5px;
  border-radius: 5px;
  box-shadow: 0px 0px 1px 2px rgba(0,0,0,0.4);
}
#about{
    background: rgba(0,0,0,0.04);
}
.socUl {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: 10px;
  text-align: center;
}
.socUl li {
  display: inline-block;
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  margin-right: 10px;
  cursor: pointer;
}
.socImg{
    width: 20px;
}
.evtTit {
    margin-bottom: 10px;
    line-height: 35px;
    font-size: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
}
.evtTit b {
  color: #fff;
}
.evtTit b small {
  text-transform: none;
}
.evnbgSec{
    padding: 0;
    background-image: url("../img/eventbg.jpg");
    background-size: 100% 100%;
    height: 250px;
}
.evtBg{
    width: 100%;
}
.evnbgDiv {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  text-align: center;
  margin-top: 75px;
}
.banTit {
    font-size: 40px;
    color: #9d2374;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 0;
}
.banP {
    color: #298dcd;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 500;
}
/** Tab **/
.tabset{
    box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.2);
}
.tabInp[type="radio"] {
  position: absolute;
  left: -200vw;
}

.tab-panel {
  display: none;
}

.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
  display: block;
}
.tabLabel {
  position: relative;
  display: inline-block;
  padding: 10px 15px 10px;
  border: 1px solid transparent;
  border-bottom: 0;
  cursor: pointer;
  font-weight: 600;
  background: #ddd;
}
.tabInp:focus-visible + label {
  outline: 2px solid rgba(0,102,204,1);
  border-radius: 3px;
}

.tabset .tabLabel:hover,
.tabset .tabInp:focus + label,
.tabset .tabInp:checked + label {
  color: #06c;
}

.tabset .tabLabel:hover::after,
.tabset .tabInp:focus + label::after,
.tabset .tabInp:checked + label::after {
  background: #06c;
}

.tabset .tabInp:checked + label {
    border-color: #ccc;
    border-bottom: 1px solid #fff;
    margin-bottom: 0px;
    background: #298dcd;
    color: #fff;
}

.tab-panel {
  padding: 15px;
  border-top: 1px solid #ccc;
}
.shcuH4 {
    padding-left: 10px;
    font-size: 20px;
    line-height: 40px;
    background: rgba(0,0,0,0.06);
    color: #000;
    font-weight: 600;
    letter-spacing: .5px;
    margin-bottom: 10px;
    text-align: center;
    position: relative;
}
.shcuDiv {
    box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.2);
    margin-bottom: 10px;
}
.prgmUl {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}
.prgmLi {
  padding-left: 10px;
  font-size: 15px;
  line-height: 40px;
  letter-spacing: .5px;
}
.inchTable {
  border-collapse: collapse;
  width: 100%;
}
.inchTable td, th {
  border: 1px solid #dddddd;
  padding: 5px;
  font-size: 16px;
}
.inchDiv {
  width: 75%;
  margin: 0 auto;
}
.locP {
    margin-left: 10px;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: .5px;
    line-height: 35px;
    position: absolute;
    right: 18px;
}
.locP b {
    color: #9d2374;
}
.shcuTablDiv{
    width: 97%;
    margin: 0 auto;
    padding-bottom: 10px;
}
.headCont{
    max-width:96%;
}
.regQRDiv {
    position: absolute;
    right: 25px;
    bottom: 10px;
    text-align: center;
}
.qrP {
    color: #fff;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .5px;
}
.qrImg {
    width: 105px;
}
/** Loader Start */
.page-loader-wrapper {
    z-index: 99999999;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #ddd;
    overflow: hidden;
    text-align: center;
}
.page-loader-wrapper .loader {
    position: relative;
    top: calc(50% - 100px);
}
.page-loader-wrapper p {
    font-size: 16px;
    margin-top: 10px;
    font-weight: bold;
    color: #444;
}
.loadImg {
    width: 145px;
    animation: rotate 2s infinite linear;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/** Loader End */
.mapIfm{
    width:100%;
    height:380px;
    border:0;
}
.locaDiv {
    background: #fff;
    box-shadow: 0px 0px 4px 3px rgba(0,0,0,0.2);
    padding:15px 0;
}
.locH3 {
    text-align: center;
    font-size: 25px;
    color: #298dcd;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.gallery-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    padding: 2px;
}

.gallery-item {
    flex-basis: 32.7%;
    margin-bottom: 6px;
    opacity: .85;
    cursor: pointer;
    padding: 3px;
}

    .gallery-item:hover {
        opacity: 1;
    }

    .gallery-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.gallery-content {
    font-size: .8em;
}

.lightbox {
    position: fixed;
    display: none;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    overflow: auto;
    top: 0;
    left: 0;
}

.lightbox-content {
    position: relative;
    width: 70%;
    height: 70%;
    margin: 5% auto;
}

    .lightbox-content img {
        border-radius: 7px;
        box-shadow: 0 0 3px 0 rgba(225, 225, 225, .25);
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.lightbox-prev,
.lightbox-next {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 4px;
    top: 45%;
    cursor: pointer;
    font-size:20px;
}

.lightbox-prev {
    left: 0;
}

.lightbox-next {
    right: 0;
}

.lightbox-prev:hover,
.lightbox-next:hover {
    opacity: .8;
}
.evp {
    color: #fff;
    margin-bottom: 0;
    font-size: 16px;
    letter-spacing: .5px;
}
.day1 {
    background: #73b8e3;
    color: #fff;
}
.day2 {
    background: #7394e3;
    color: #fff;
}
.day3 {
    background: #9173e3;
    color: #fff;
}
.locatImgDiv {
    box-shadow: 0px 0px 1px 2px rgba(0,0,0,0.2);
    padding: 4px;
    margin-bottom: 5px;
}
.locatImg {
    width: 100%;
}
.mapP {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: .5px;
}
.mapqr {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    display: block;
    border: 1px solid #ddd;
    padding: 2px;
}
.txtsm {
    text-transform: none;
}
.img-fluid {
    max-width: 100%;
    height: auto;
    border: 2px solid #298dcd;
    padding: 3px;
    background: #fff;
}

@media (max-width: 767px) {
    .gallery-container {
        width: 100%;
    }

    .gallery-item {
        flex-basis: 49.80%;
        margin-bottom: 3px;
    }

    .lightbox-content {
        width: 80%;
        height: 60%;
        margin: 15% auto;
    }
}

@media (max-width: 480px) {
    .gallery-item {
        flex-basis: 100%;
        margin-bottom: 3px;
    }

    .lightbox-content {
        width: 90%;
        margin: 20% auto;
    }
}


/*** Responsive code **/
@media only screen and (min-width: 992px) {
    .about-area-wrapper .about-content-wrap .about-thumb {
    display: none;
  }
}
@media only screen and (max-width: 1199px){
    .about-area-wrapper .about-content-wrap {
        padding: 30px 10px;
        border-width: 2px;
    }
    .about-area-wrapper .about-content-wrap .about-thumb {
        display: block;
        margin-bottom: 30px;
    }
    .about-area-wrapper .about-content-wrap .about-thumb {
        display: block;
        margin-bottom: 30px;
    }
    .about-area-wrapper::before {
        display: none;
    }
    .eventcontainer{
        width: 95%;
        margin-top: 10px;
    }
    .eventDiv {
        padding: 30px 10px;
        position: relative;
        height:auto;
    }
    .cutSpn{
        font-size: 16px;
    }
    .cutUl li{
        margin-right: 4px;
    }
    .evetCntDiv {
        margin-left: 0;
        margin-top: 15px;
    }
    .evtH3{
        font-size: 20px;
    }
    .evtP{
        font-size: 13px;
        line-height: 23px;
    }
    .stats .stats-item{
        text-align: center;
        padding: 5px 10px;
    }
    .cuntImg {
        width: 60px;
        display: block;
        margin: 0 auto;
    }
    .cuntDiv {
        display: block;
        margin-left: 0;
        margin-top: 10px;
    }
    .portfolio .portfolio-filters li{
        line-height: 25px !important;
        padding: 0 7px !important;
        margin: 0 2px;
        font-weight: 400;
        margin-bottom: 5px;
    }
    .evtTit{
        line-height: 19px;
        font-size: 15px;
    }
    .hero img{
        height: auto;
    }
    .hero .carousel{
        min-height: 22vh;
    }
    .header .logo img {
        width: 160px;
    }
    .menuUl li{
        border-bottom: 1px solid #ddd;
    }
    .evnbgSec{
        height: 130px;
    }
    .evnbgDiv{
        margin-top: 20px;
    }
    .banTit{
        font-size: 24px;
    }
    .banP{
        font-size: 11px;
    }
    .glightbox-mobile .glightbox-container .gslide-description{
        background: transparent !important;
    }
    .shcuDiv{
        margin-bottom: 15px;
    }
    .inchDiv {
        width: 100%;
        margin: 0 auto;
    }
    .tab-panel{
        padding: 10px 5px;
    }
    .tabLabel {
        padding: 7px 3px;
        font-size: 12px;
        font-weight: 400;
        letter-spacing: .5px;
        margin-bottom: 5px;
    }
    .shcuH4 {
        font-size: 17px;
        line-height: 20px;
        text-align: left;
    }
    .locP {
        font-size: 14px;
        line-height: normal;
        position: static;
    }
    .branding{
        padding-top:5px !important;
        padding-bottom:5px !important;
    }
    .repImg {
        width: 80px;
        height: 80px;
        padding: 0px;
    }
    .repH4 {
        margin-top: 5px;
        font-size: 12px;
        font-weight: 600;
        letter-spacing: .5px;
        color: #298dcd;
        margin-bottom: 5px;
        height: 28px;
    }
    .abtTit{
        font-size:25px;
    }
    .abtP {
        font-size: 12px;
        line-height: 22px;
    }
    .footP {
        font-size: 14px;
        margin-top: 5px;
    }
    .qrP {
        color: #fff;
        margin-bottom: 0;
        font-size: 16px;
        font-weight: 600;
        letter-spacing: .5px;
        display: inline-block;
        vertical-align: bottom;
    }
    .qrImg {
        width: 75px;
    }
    .regQRDiv {
        position: absolute;
        right: 20px;
        bottom: 4px;
        text-align: right;
    }
    .locH3{
        font-size:20px;
    }
    .page-title{
        padding:10px;
    }

}