@charset "utf-8";
/* CSS Document */
/* Created By S.Lourdoss */
/* Image Infotainment Ltd */

.banner2{width:100%;height:320px;}
.banner2 .container-fluid,.banner2 .container-fluid table,.banner2 .container-fluid table tr td{width:100%;height:100%;}
@media screen and (max-width:1080px){.banner2{height:280px;}}
@media screen and (max-width:1080px) and (max-height:700px) and (orientation:landscape){.banner2{height:200px;}}
@media screen and (max-width:1024px) and (max-height:700px) and (orientation:landscape){.banner2{height:200px;}}
@media screen and (max-width:1024px) and (max-height:600px) and (orientation:landscape){.banner2{height:200px;}}
@media screen and (max-width:820px) and (orientation:portrait){.banner2{height:230px;}}
@media screen and (max-width:809px){.banner2{height:200px;}}
@media screen and (max-width:801px) and (orientation:portrait){.banner2{height:230px;}}
@media screen and (max-width:768px) and (orientation:portrait){.banner2{height:230px;}}
@media screen and (max-width:767px){.banner2{height:200px;}}
@media screen and (max-width:767px) and (orientation:portrait){.banner2{height:230px;}}
@media screen and (max-width:575px){.banner2{height:260px;}}

.about-img{
    position:relative;
	height:380px;
    -webkit-border-radius:20px;-moz-border-radius:20px;-ms-border-radius:20px;-o-border-radius:20px;border-radius:20px;
    overflow:hidden;
	border:none;
}
.about-img img{width:100%;height:100%;display:block;object-fit:cover;}
.about-img:after{
    content:"";
    position:absolute;
    inset:0;
    background:-webkit-linear-gradient(0deg,rgba(0,0,0,0.9) 0%,rgba(0,0,0,0) 45%);
	background:-moz-linear-gradient(0deg,rgba(0,0,0,0.9) 0%,rgba(0,0,0,0) 45%);
    background:-ms-linear-gradient(0deg,rgba(0,0,0,0.9) 0%,rgba(0,0,0,0) 45%);
    background:-o-linear-gradient(0deg,rgba(0,0,0,0.9) 0%,rgba(0,0,0,0) 45%);
    background:linear-gradient(0deg,rgba(0,0,0,0.9) 0%,rgba(0,0,0,0) 45%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000',endColorstr='#000000',GradientType=1 );
    z-index:1;
}
.about-overlay-cont{position:absolute;bottom:20px;left:0;right:0;text-align:center;z-index:2;padding:0 15px;width:90%;margin:0px auto;}
.about-overlay-cont p{margin:0 auto;}
.about-info-img{width:150px;float:left;}
.about-info-cont{width:-webkit-calc(100% - 170px);width:-moz-calc(100% - 170px);width:calc(100% - 170px);float:right;padding-top:33px;}
.abt-head{display:flex;align-items:center;gap:12px;text-decoration:none;color:rgb(var(--bs-white));margin-bottom:8px;}
.abt-head img{max-height:60px;width:auto;flex-shrink:0;}
.abt-head span{font-weight:600;font-size:16px;line-height:1.3;}
@media screen and (max-width:1080px){
.about-info-img{width:120px;}
.about-info-cont{width:-webkit-calc(100% - 140px);width:-moz-calc(100% - 140px);width:calc(100% - 140px);padding-top:18px;}
}
@media screen and (max-width:809px){
.about-info-cont{padding-top:0px;}
}
@media screen and (max-width:767px){
.abt-head{flex-direction:column;align-items:flex-start;gap:6px;}
.abt-head img{max-height:50px;}
.abt-head span{font-size:15px;}
.abt-point p{margin-top:6px;}
}
@media screen and (max-width:575px){
.about-info-img{width:100px;}
.about-info-cont{width:-webkit-calc(100% - 115px);width:-moz-calc(100% - 115px);width:calc(100% - 115px);}
}

.about-lt-cont, .about-rt-cont{padding-right:150px;}
.about-lt-cont{background:url("Images/about-bg1.jpg") no-repeat right bottom #0A0A1F;}
.about-rt-cont{background:url("Images/about-bg2.jpg") no-repeat right bottom #0A0A1F;}
@media screen and (max-width:930px){
.about-lt-cont, .about-rt-cont{padding-right:80px;background-size:400px auto !important;height:auto !important;}
}
@media screen and (max-width:575px){
.about-lt-cont, .about-rt-cont{padding-right:12px;}
.about-lt-cont p, .about-rt-cont p{padding-right:68px;}
}

.event-banner{height:580px;background:url("../Content/images/event-banner.jpg") no-repeat center;background-size:cover;position:relative;}
.event-banner .container-fluid,.event-banner .container-fluid table,.event-banner .container-fluid table tr td{width:100%;height:100%;}
.event-banner:after{content:'';width:100%;height:100%;position:absolute;left:0;top:0;background:rgba(0,0,0,0.6);z-index:1;}
.event-banner .container-fluid table tr td .event-feat-pt{margin-top:140px;}
.event-banner table tr td{position:relative;z-index:2;}
.evnt-join-sec ul.list-item{display:block;text-align:left;}
.grad-titl{
	background:#FC41FF;
	background:linear-gradient(to right,#FC41FF 0%,#FFBF00 100%);
	-webkit-background-clip:text;
	-webkit-text-fill-color:transparent;
	position:relative;
	font-size:90px;
}
.event-banner ul li{
	padding:12px 20px;
	-webkit-border-radius:12px;-moz-border-radius:12px;-ms-border-radius:12px;-o-border-radius:12px;border-radius:12px;
	border:1px solid rgba(255,255,255,0.3);
	-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);
	-webkit-box-shadow:0 8px 32px rgba(0,0,0,0.25);-moz-box-shadow:0 8px 32px rgba(0,0,0,0.25);box-shadow:0 8px 32px rgba(0,0,0,0.25);
	background:rgba(255,255,255,0.15);
	background:-webkit-linear-gradient(135deg,rgba(255,255,255,0.25) 0%,rgba(255,255,255,0.05) 100%);
	background:-moz-linear-gradient(135deg,rgba(255,255,255,0.25) 0%,rgba(255,255,255,0.05) 100%);
    background:-ms-linear-gradient(135deg,rgba(255,255,255,0.25) 0%,rgba(255,255,255,0.05) 100%);
    background:-o-linear-gradient(135deg,rgba(255,255,255,0.25) 0%,rgba(255,255,255,0.05) 100%);
    background:linear-gradient(135deg,rgba(255,255,255,0.25) 0%,rgba(255,255,255,0.05) 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF',endColorstr='#FFFFFF',GradientType=1 );
	color:rgb(var(--bs-white));
}
.presence-cont .presence-list1,.presence-cont .presence-list2,.presence-cont .presence-list3,.presence-cont .presence-list4{
	position:relative;
	-webkit-box-shadow:0px 4px 16px 0px #FC41FF2B;-moz-box-shadow:0px 4px 16px 0px #FC41FF2B;box-shadow:0px 4px 16px 0px #FC41FF2B;
	-webkit-border-radius:20px;-moz-border-radius:20px;-ms-border-radius:20px;-o-border-radius:20px;border-radius:20px;overflow:hidden;
}
.presence-cont .presence-list1{height:440px;background:url("../Content/images/presence-1.jpg") no-repeat center;background-size:cover;}
.presence-cont .presence-list2,.presence-cont .presence-list3,.presence-cont .presence-list4{height:212px;}
.presence-cont .presence-list2{background:url("../Content/images/presence-2.jpg") no-repeat center;background-size:cover;}
.presence-cont .presence-list3{background:url("../Content/images/presence-3.jpg") no-repeat center;background-size:cover;}
.presence-cont .presence-list4{background:url("../Content/images/presence-4.jpg") no-repeat center;background-size:cover;}
.presence-cont .presence-list1:after,.presence-cont .presence-list2:after,.presence-cont .presence-list3:after,.presence-cont .presence-list4:after{
	content:'';
	height:100%;
	width:100%;
	background:#000000;
    background:-webkit-linear-gradient(0deg,rgba(0,0,0,1) 0%,rgba(0,0,0,0) 50%);
	background:-moz-linear-gradient(0deg,rgba(0,0,0,1) 0%,rgba(0,0,0,0) 50%);
    background:-ms-linear-gradient(0deg,rgba(0,0,0,1) 0%,rgba(0,0,0,0) 50%);
    background:-o-linear-gradient(0deg,rgba(0,0,0,1) 0%,rgba(0,0,0,0) 50%);
    background:linear-gradient(0deg,rgba(0,0,0,1) 0%,rgba(0,0,0,0) 50%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000',endColorstr='#000000',GradientType=1 );
	position:absolute;
	z-index:1;
}
.presence-cont ul li h4{position:absolute;z-index:2;bottom:12px;left:12px;color:rgb(var(--bs-white));font-weight:600;}
.showcase-cont{	
	background:#ffc13c;
	background:-webkit-gradient(left top,right top,color-stop(0%,#ffc13c),color-stop(25%,#ffc13c),color-stop(25%,#ffffff),color-stop(100%,#ffffff));
	background:-webkit-linear-gradient(left,#ffc13c 0%,#ffc13c 25%,#ffffff 25%,#ffffff 100%);
	background:-moz-linear-gradient(left,#ffc13c 0%,#ffc13c 25%,#ffffff 25%,#ffffff 100%);
	background:-ms-linear-gradient(left,#ffc13c 0%,#ffc13c 25%,#ffffff 25%,#ffffff 100%);
	background:-o-linear-gradient(left,#ffc13c 0%,#ffc13c 25%,#ffffff 25%,#ffffff 100%);
	background:linear-gradient(to right,#ffc13c 0%,#ffc13c 25%,#ffffff 25%,#ffffff 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc13c',endColorstr='#ffffff',GradientType=1 );
}
.showcase-rt-cont{-webkit-border-radius:20px;-moz-border-radius:20px;-ms-border-radius:20px;-o-border-radius:20px;border-radius:20px;overflow:hidden;}
.showcase-rt-cont img{width:100%;height:100%;}
.showcase-lt-cont ul li{padding:10px 0px;margin-bottom:0px;border-bottom:1px solid #9B9B9B;cursor:pointer;position:relative;}
.showcase-lt-cont ul li .show-img{display:none;}
.showcase-lt-cont ul li h6{margin-bottom:28px;font-size:24px;}
.showcase-lt-cont ul li h6 .badge{margin-top:6px;}
.showcase-lt-cont ul li .show-dts p{line-height:24px;}
.showcase-lt-cont ul li:hover{background:rgba(255,193,60,0.1);}
.showcase-lt-cont ul li.active{border-bottom:1px solid #FFC13C;}
.showcase-lt-cont ul li.active .show-dts h6{color:#FFC13C;}
.festival-cont>ul>li{
	position:relative;
	height:360px;
	-webkit-box-shadow:0px 4px 16px 0px #FC41FF2B;-moz-box-shadow:0px 4px 16px 0px #FC41FF2B;box-shadow:0px 4px 16px 0px #FC41FF2B;
	-webkit-border-radius:20px;-moz-border-radius:20px;-ms-border-radius:20px;-o-border-radius:20px;border-radius:20px;
	overflow:hidden;
}
.festival-cont>ul>li:after{
	content:'';
	height:100%;
	width:100%;
	background:#000000;
    background:-webkit-linear-gradient(0deg,rgba(0,0,0,1) 0%,rgba(0,0,0,0) 30%);
	background:-moz-linear-gradient(0deg,rgba(0,0,0,1) 0%,rgba(0,0,0,0) 30%);
    background:-ms-linear-gradient(0deg,rgba(0,0,0,1) 0%,rgba(0,0,0,0) 30%);
    background:-o-linear-gradient(0deg,rgba(0,0,0,1) 0%,rgba(0,0,0,0) 30%);
    background:linear-gradient(0deg,rgba(0,0,0,1) 0%,rgba(0,0,0,0) 30%);
	position:absolute;
	z-index:1;
}
.festival-cont>ul>li.fest-list1{background:url("../Content/images/experience-1.jpg") no-repeat center;background-size:cover;}
.festival-cont>ul>li.fest-list2{background:url("../Content/images/experience-2.jpg") no-repeat center;background-size:cover;}
.festival-cont>ul>li.fest-list3{background:url("../Content/images/experience-3.jpg") no-repeat center;background-size:cover;}
.festival-cont>ul>li.fest-list4{background:url("../Content/images/experience-4.jpg") no-repeat center;background-size:cover;}
.festival-cont>ul>li.fest-list5{
	background:url("../Content/images/experience-5.jpg") no-repeat center;background-size:cover;
	margin-left:25%;margin-left:-webkit-calc(25% + 8px);margin-left:-moz-calc(25% + 8px);margin-left:calc(25% + 8px);
}
.festival-cont>ul>li.fest-list6{background:url("../Content/images/experience-6.jpg") no-repeat center;background-size:cover;}
.festival-cont>ul>li .festival-dts,.turn-cont>ul>li .turn-dts{
	position:absolute;
	width:100%;
	height:100%;
	top:100%;
	left:0px;
	z-index:4;
	background:rgb(var(--bs-black),0.9);
	-webkit-transition:0.2s;-moz-transition:0.2s;-ms-transition:0.2s;-o-transition:0.2s;transition:0.2s;
}
.festival-cont>ul>li:hover .festival-dts,.turn-cont>ul>li:hover .turn-dts{top:0px;}
.festival-cont>ul>li .festival-dts table{width:100%;height:100%;}
.festival-cont>ul>li h6{
	width:100%;
	display:block;
	position:absolute;
	z-index:2;
	left:50%;
	bottom:12px;
	-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);
}
.turn-cont>ul>li{
	height:240px;
	position:relative;
	-webkit-box-shadow:0px 4px 16px 0px #FC41FF2B;-moz-box-shadow:0px 4px 16px 0px #FC41FF2B;box-shadow:0px 4px 16px 0px #FC41FF2B;
	-webkit-border-radius:20px;-moz-border-radius:20px;-ms-border-radius:20px;-o-border-radius:20px;border-radius:20px;
	overflow:hidden;
}
.turn-cont>ul>li.turn-list1{background:url("../Content/images/turn-1.jpg") no-repeat center;background-size:cover;}
.turn-cont>ul>li.turn-list2{
	background:url("../Content/images/turn-2.jpg") no-repeat center;background-size:cover;
	margin-left:-33.33%;margin-left:-webkit-calc(-33.33% + 8px);margin-left:-moz-calc(-33.33% + 8px);margin-left:calc(-33.33% + 8px);
	margin-top:256px;
}
.turn-cont>ul>li.turn-list3{background:url("../Content/images/turn-3.jpg") no-repeat center;background-size:cover;height:496px;}
.turn-cont>ul>li.turn-list4{background:url("../Content/images/turn-4.jpg") no-repeat center;background-size:cover;}
.turn-cont>ul>li.turn-list5{background:url("../Content/images/turn-5.jpg") no-repeat center;background-size:cover;}
.turn-cont>ul>li:after{
	content:'';
	height:100%;
	width:100%;
	background:#000000;
    background:-webkit-linear-gradient(0deg,rgba(0,0,0,1) 0%,rgba(0,0,0,0) 30%);
	background:-moz-linear-gradient(0deg,rgba(0,0,0,1) 0%,rgba(0,0,0,0) 30%);
    background:-ms-linear-gradient(0deg,rgba(0,0,0,1) 0%,rgba(0,0,0,0) 30%);
    background:-o-linear-gradient(0deg,rgba(0,0,0,1) 0%,rgba(0,0,0,0) 30%);
    background:linear-gradient(0deg,rgba(0,0,0,1) 0%,rgba(0,0,0,0) 30%);
	position:absolute;
	z-index:1;
}
.turn-cont>ul>li h6{
	width:100%;
	display:block;
	position:absolute;
	z-index:2;
	left:50%;bottom:12px;
	-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);
}
@media screen and (max-width:1080px){
.event-banner{height:450px;}
.event-banner .container-fluid table tr td .event-feat-pt{margin-top:50px;}
.grad-titl{ font-size:56px;line-height:66px; }
.showcase-cont{background:rgb(var(--bs-white));}
.showcase-rt-cont{display:none;}
.showcase-lt-cont{overflow:auto;height:auto !important;padding-left:0px !important;}
.showcase-lt-cont ul{width:1260px;float:left;}
.showcase-lt-cont ul li{width:300px;margin:0px 10px 10px;float:left;padding:0px;border:0px;}
.showcase-lt-cont ul li .show-img{
	display:block;
	-webkit-border-radius:10px 10px 0px 0px;-moz-border-radius:10px 10px 0px 0px;-ms-border-radius:10px 10px 0px 0px;-o-border-radius:10px 10px 0px 0px;border-radius:10px 10px 0px 0px;
	overflow:hidden;
}
.showcase-lt-cont ul li .show-dts{
	border:1px solid #d1d1d1;border-top:0px;
	padding:10px;
	height:80px;
	-webkit-border-radius:0px 0px 10px 10px;-moz-border-radius:0px 0px 10px 10px;-ms-border-radius:0px 0px 10px 10px;-o-border-radius:0px 0px 10px 10px;border-radius:0px 0px 10px 10px;
}
.showcase-lt-cont ul li h6{margin:0px 0px 10px;font-size:18px;line-height:26px;}

.festival-cont>ul>li{height:320px;}
.festival-cont>ul>li.fest-list5{margin-left:8px;}
}
@media screen and (max-width:930px){
.grad-titl{font-size:48px;line-height:58px;}
 .event-banner .container-fluid table tr td .event-feat-pt h3 {
    margin-bottom: 15px !important;
  }
.presence-cont li{height:200px !important;}
.turn-cont>ul>li.turn-list2{margin-left:8px;margin-top:0px;}
.turn-cont>ul>li.turn-list3{height:240px;}
.call-ads-cont2 ul{display:block;}
}
@media screen and (max-width:767px){.grad-titl{font-size:40px;line-height:50px;}}
@media screen and (max-width:680px){
.grad-titl{font-size:40px;line-height:50px;}
.event-banner .container-fluid table tr td .event-feat-pt{margin-top:50px;}
}
@media screen and (max-width:575px){
 .event-banner {
    height: 500px;
  }
.grad-titl{font-size:36px;line-height:46px;}
.event-feat-pt ul,.event-feat-pt ul li{margin-left:auto !important;margin-right:auto !important;width:100%;float:none !important;}
.festival-cont>ul>li{height:250px;}
.festival-cont>ul>li .festival-dts .p-4{padding:5px 10px !important;}
.festival-cont>ul>li .festival-dts .p-4 .mb-4{margin-bottom:10px !important;}
.festival-cont>ul>li .festival-dts .f-14{font-size:12px !important;}
.festival-cont>ul>li .festival-dts li.f-14{line-height:18px !important;}
.turn-sec li h6{font-size:14px !important;line-height:18px;}
.event-feat-pt ul li,.pro-fest-cont .mxw-1000,.core-cont .mxw-650{max-width:300px !important;}
}

@media screen and (max-width:480px){.grad-titl{font-size:32px;line-height:42px;}}
@media screen and (max-width:380px){
.turn-cont>ul>li .turn-dts .pse-6{padding-right:15px !important;padding-left:15px !important;}
}

.dates-cont ul li{position:relative;}
.dates-cont .dates-pointer-cont{position:relative;padding:10px 0px;}
.dates-cont .dates-pointer-cont:before{
	content:' ';
	position:absolute;
	top:0px;
	bottom:0px;
	right:50%;
	width:107%;
	height:1px;
	margin:auto 0px;
	padding:0px;
	background:	url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAABCAYAAACWhMaMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDYuMC1jMDA2IDc5LjE2NDc1MywgMjAyMS8wMi8xNS0xMTo1MjoxMyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6N0Y4Q0QwNDNFOThFMTFGMDgyQzZEQzVFNERFRTZGQzgiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6N0Y4Q0QwNDJFOThFMTFGMDgyQzZEQzVFNERFRTZGQzgiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIyLjMgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ODdBQjgxNTdERDkyMTFGMDhGMzRFMjk1NzNGQ0Y2RDgiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6ODdBQjgxNThERDkyMTFGMDhGMzRFMjk1NzNGQ0Y2RDgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4VFENUAAAAYElEQVR42mL4//8/AxJu+I8dzEdTB8MJJKp3wKF+P5XUK+BQf59K6hn+4wbUUn8fh3oFKqnfj0O9A4nqE3CoX0Al9Q041DdQST210nQCjdO0w2iapluadqBxmoarBwgwAPGkxDpFM96eAAAAAElFTkSuQmCC) repeat-x center;
	background-size:auto 1px;
}
.dates-cont ul li.dates-list1 .dates-pointer-cont:before{display:none;}
.dates-cont .dates-pointer{
	width:24px;
	height:24px;
	background:	url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAIvSURBVHgBxVfNksFAEO7kBVh3ZO8Ud0qcKcrZU+wj7Btw4br24rxbijOKO8VdirvwArLdI9mNYiYzCeuralIzPf31dM9PjwbyiKM0dF03HcfJ47fhthEOKJamaYvT6TTG72+37S4wkLSNxm0UR1ZwzIfrZGjE0UhLhZTjSAv+IiU/axy8iUruk41KNPJ3Jvc7kf/vmStFIv5gcr8T12tCdsEVi0Wn0+k4y+XSsW2byXQ6ZW3ValVlYV6FXjgolUo5g8Hgl5Qn5BjpBtnzUqG7s38HATKZDOAsAWcPQUBypktjAvBGPxqcc2/ztJLJJDMYi8VABcfjEUqlEux2O57KAU/UV4pAQ2QIw65MTqAxuC5EKt7Rrpd5GpVKhYU0LChlhUJBpGLqGIYcCByIimazye3D1OcpBQZPIZvNQlQERIB2H9sSN7Hf7+EeSCQS3D4dngxygFs4bLdbiIrVaiXqPpADFq93Pp9DVKzXa1G3Rbtgyevt9/sQFcPhkNuH3AuKwJinQBGYzWYQFpTC0WgkUhl7R/HtKxLOZ/tkMgl1FJumKVxHGIEXtgjx45OnRAZqtRozqEJer9eDyHvg2wCB13E6nb6oAXhCVzbpyl7HfrRligkqOrrdLitC/DUAFSRUrMjYIK5bUXluSeZLxebB5AYE4Kll+aMiofQw8UB5akclh/OCU36aXUQDpadIbLvERpBxDeTBajiUMkoOSQzwPc/xYLHwf4EyQfkCyef5DyFPQTaGeJy4AAAAAElFTkSuQmCC) no-repeat;
	background-size:16px auto;
	background-position:center;
	margin:0px auto;
	position:relative;
	z-index:1;
}
.dates-cont ul li a{-webkit-transition:all 0.35s ease;-moz-transition:all 0.35s ease;-ms-transition:all 0.35s ease;-o-transition:all 0.35s ease;transition:all 0.35s ease;}
.dates-cont ul li a:hover{-webkit-transform:scale(1.08);-moz-transform:scale(1.08);-ms-transform:scale(1.08);-o-transform:scale(1.08);transform:scale(1.08);}
.dates-cont ul li a:hover h4,.dates-cont ul li a:hover h4 sup{color:rgb(var(--bs-thm-clr-8));}
@media screen and (max-width:1080px) and (min-width:768px){	
.dates-cont ul li.col-md-2{width:-webkit-calc(18.75% - 16px);width:-moz-calc(18.75% - 16px);width:calc(18.75% - 16px);}	
.dates-cont ul li.dates-list5.col-md-2{width:-webkit-calc(25% - 16px);width:-moz-calc(25% - 16px);width:calc(25% - 16px);}
}
@media screen and (max-width:1280px){
.dates-cont p.f-16{font-size:14px;}
}
@media screen and (max-width:930px){
.dates-section{padding-bottom:0px !important;}
.dates-cont{max-width:600px;margin:0px auto;}
.dates-dts,.dates-dts2{width:46%;width:-webkit-calc(50% - 25px);width:-moz-calc(50% - 25px);width:calc(50% - 25px);float:left;}
.dates-dts,.dates-dts table{height:auto !important;}
.dates-dts2{height:40px !important;}
.dates-cont .dates-pointer-cont{width:50px;float:left;}
.dates-cont .dates-pointer-cont:before{
	content:' ';
	position:absolute;
	top:-89%;
	left:0px;
	right:0px;
	width:1px;
	height:120%;
	margin:0px auto;
	padding:0px;
	background:	url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAACWCAYAAAAfduJyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDYuMC1jMDA2IDc5LjE2NDc1MywgMjAyMS8wMi8xNS0xMTo1MjoxMyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QjNBQTFDOTBFOThGMTFGMEFFMjdFNzIwRUNDNDE5RTkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QjNBQTFDOEZFOThGMTFGMEFFMjdFNzIwRUNDNDE5RTkiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIyLjMgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OUY3NUMwMDFERDkyMTFGMDgwNkZDMzVEOTgxMDRCMkUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OUY3NUMwMDJERDkyMTFGMDgwNkZDMzVEOTgxMDRCMkUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4albE6AAAASklEQVR42mL4////fQYg8Z+JAQiwEIogWQZcspTo3Y9XryMFehPx6l1AM72NePU20EzvArx6E2im9wBevQ400/sAr14FnHoBAgwA3nhoYSwfnZkAAAAASUVORK5CYII=) repeat-x center;
	background-size:1px auto;
}
.dates-cont ul li.dates-list1 .dates-pointer-cont:before{display:none;}
}
@media screen and (max-width:575px){
.dates-cont{max-width:350px;}
.dates-dts{width:90%;width:-webkit-calc(100% - 50px);width:-moz-calc(100% - 50px);width:calc(100% - 50px);float:right;}
.dates-dts2{display:none !important;}
}

.theme-cont>ul>li{overflow:hidden;position:relative;-webkit-border-radius:20px;-moz-border-radius:20px;-ms-border-radius:20px;-o-border-radius:20px;border-radius:20px;}
.theme-cont>ul>li.theme-list1,.theme-cont>ul>li.theme-list2{height:320px;background:url("Images/theme-bg-1.jpg") no-repeat center;background-size:cover;}
.theme-cont>ul>li.theme-list3,.theme-cont>ul>li.theme-list4,.theme-cont>ul>li.theme-list5,.theme-cont>ul>li.theme-list6{
	height:420px;
	background:url("Images/theme-bg-2.jpg") no-repeat center;background-size:cover;
}
.theme-cont>ul>li.theme-list7{height:300px;background:url("Images/theme-bg-3.jpg") no-repeat center;background-size:cover;}
.theme-cont>ul>li.theme-list1 .theme-title,.theme-cont>ul>li.theme-list2 .theme-title,.theme-cont>ul>li.theme-list7 .theme-title{
	position:absolute;
	right:0px;top:0px;bottom:0px;
	margin:auto 0px;
	height:58px;
	width:50%;
}
.theme-cont>ul>li.theme-list2 .theme-title{right:auto;left:0px;}
.theme-cont>ul>li.theme-list3 .theme-title,.theme-cont>ul>li.theme-list4 .theme-title,.theme-cont>ul>li.theme-list5 .theme-title,.theme-cont>ul>li.theme-list6 .theme-title{padding:15px 0px;}
.theme-cont>ul>li.theme-list7 .theme-title{right:auto;left:0px;font-size:100px;height:75px;line-height:75px;width:60%;}
.theme-cont>ul>li .theme-img{width:100%;}
.theme-cont>ul>li.theme-list1 .theme-img,.theme-cont>ul>li.theme-list2 .theme-img{width:60%;margin-top:20px;}
.theme-cont>ul>li.theme-list2 .theme-img{margin:20px 0px 0px auto;}
.theme-cont>ul>li.theme-list7 .theme-img{width:30%;margin:8px auto 0px 45%;}
.theme-cont>ul>li .theme-img img{margin:0px auto;}
.theme-cont>ul>li.theme-list1 .theme-img img{height:auto;max-width:310px;}
.theme-cont>ul>li.theme-list2 .theme-img img{height:auto;max-width:380px;}
.theme-cont>ul>li.theme-list3 .theme-img img,.theme-cont>ul>li.theme-list6 .theme-img img{height:600px;object-fit:cover;max-width:auto;}
.theme-cont>ul>li.theme-list4 .theme-img img{height:auto;max-width:250px;}
.theme-cont>ul>li.theme-list5 .theme-img img{height:500px;max-width:380px;}
.theme-cont>ul>li.theme-list7 .theme-img img{height:auto;max-width:auto !important;}
.theme-cont>ul>li .theme-note{display:none;}
.theme-cont>ul>li .theme-details-cont{
	position:absolute;
	width:100%;
	height:100%;
	top:100%;left:0px;
	z-index:1;
	background:rgb(var(--bs-black),0.9);
	-webkit-transition:all 0.2s ease;-moz-transition:all 0.2s ease;-ms-transition:all 0.2s ease;-o-transition:all 0.2s ease;transition:all 0.2s ease;
}
.theme-cont>ul>li:hover .theme-details-cont{top:0px;}
.theme-cont>ul>li .theme-details-cont table{width:100%;height:100%;}
.theme-cont>ul>li .theme-details-cont .theme-info{width:100%;margin:0px;}
.theme-cont>ul>li .theme-details-cont .theme-info>div{padding:0px 0px 0px 20px;margin-left:0px;margin-right:0px;}	
@media screen and (max-width:1080px){
.theme-cont>ul>li{-webkit-border-radius:10px;-moz-border-radius:10px;-ms-border-radius:10px;-o-border-radius:10px;border-radius:10px;}
.theme-cont>ul>li.theme-list1,.theme-cont>ul>li.theme-list2{height:420px;}
.theme-cont>ul>li.theme-list7{height:280px;}
.theme-cont>ul>li.theme-list1 .theme-title,.theme-cont>ul>li.theme-list2 .theme-title{position:static;text-align:center;width:100%;height:auto;padding:15px 0px;font-size:32px;line-height:42px;}
.theme-cont>ul>li.theme-list1 .theme-title .h3,.theme-cont>ul>li.theme-list2 .theme-title .h3{font-size:32px;line-height:42px;}
.theme-cont>ul>li.theme-list1 .theme-img,.theme-cont>ul>li.theme-list2 .theme-img{width:100%;margin-top:0px;}
.theme-cont>ul>li.theme-list1 .theme-img img,.theme-cont>ul>li.theme-list2 .theme-img img{height:auto;max-width:280px;object-fit:cover;}
.theme-cont>ul>li.theme-list2 .theme-img img{max-width:auto;height:470px;}
.theme-cont>ul>li.theme-list7 .theme-img{width:66.66%;margin-left:33.33%;text-align:center;}
.theme-cont>ul>li.theme-list7 .theme-img img{max-width:310px;margin:0px auto;}
.theme-cont>ul>li .theme-note{
	position:absolute;bottom:0px;right:0px;
	display:block;
	backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);
	width:85px;	
	font-size:12px;
	text-align:center;
	padding:0px 12px;
}
.theme-cont>ul>li .theme-note,.theme-cont>ul>li .theme-note span,.theme-cont>ul>li .theme-note span:before{line-height:24px;height:24px;vertical-align:top;display:inline-block;}
.theme-cont>ul>li .theme-note span,.theme-cont>ul>li .theme-note span:before{line-height:21px;height:21px;font-size:16px;}
.theme-cont>ul>li .theme-note span{margin-left:6px;}
.theme-cont>ul>li:hover .theme-details-cont{top:100%;}
.theme-cont>ul>li.active .theme-details-cont{top:0px;}
.theme-cont>ul>li.theme-list1 .theme-details-cont .theme-dts,.theme-cont>ul>li.theme-list2 .theme-details-cont .theme-dts{max-width:200px !important;}
.theme-cont ul li .theme-ct{-webkit-border-radius:10px;-moz-border-radius:10px;-ms-border-radius:10px;-o-border-radius:10px;border-radius:10px;}
}
@media screen and (max-width:930px){
.theme-section{padding-bottom:50px;}
.theme-cont{padding-bottom:20px;}
.theme-cont>ul>li.theme-list1,.theme-cont>ul>li.theme-list2,.theme-cont>ul>li.theme-list3,.theme-cont>ul>li.theme-list4,.theme-cont>ul>li.theme-list5,.theme-cont>ul>li.theme-list6{height:380px;}
.theme-cont>ul>li.theme-list7{height:250px;}
.theme-cont>ul>li p.f-12{font-size:10px !important;}
.theme-cont>ul>li.theme-list7 .theme-img img{max-width:300px;}
}
@media screen and (max-width:575px){
.theme-cont>ul>li{height:250px !important;}
.theme-cont>ul>li.theme-list7 .theme-title{height:auto;position:static;width:100%;}
.theme-cont>ul>li.theme-list7 .theme-img{width:100%;margin:0px auto;}
.theme-cont>ul>li .theme-img img{height:auto !important;max-width:auto !important;}
.theme-cont>ul>li.theme-list1 .theme-img img{width:66%;}
.theme-cont>ul>li.theme-list2 .theme-img img{width:75%;}
.theme-cont>ul>li.theme-list3 .theme-img img{width:100%;}
.theme-cont>ul>li.theme-list4 .theme-img img{width:54.5%;}
.theme-cont>ul>li.theme-list5 .theme-img img{width:68%;}
.theme-cont>ul>li.theme-list6 .theme-img img{width:68%;}
.theme-cont>ul>li.theme-list7 .theme-img img{width:32%;}
.theme-cont>ul>li .theme-title{padding:10px 0px !important;}
.theme-cont>ul>li .theme-title h4{font-size:24px !important;line-height:34px !important;}
.theme-cont>ul>li .theme-details-cont .theme-dts{max-width:200px !important;}
.theme-cont>ul>li.theme-list7 .theme-details-cont .theme-dts{max-width:220px !important;}
.theme-cont>ul>li .theme-details-cont .theme-dts h5{font-size:14px;line-height:18px;margin-bottom:10px !important;}
.theme-cont>ul>li .theme-details-cont .theme-dts>span{display:none !important;}
.theme-cont>ul>li .theme-details-cont .theme-info>div{padding-left:10px !important;margin-bottom:10px !important;}
.theme-cont>ul>li .theme-details-cont .theme-info>div:last-child{margin-bottom:0px !important;}
.theme-cont>ul>li .theme-details-cont .theme-info .f-18{font-size:12px !important;line-height:16px !important;}
.theme-cont>ul>li .theme-details-cont .theme-info .f-14{font-size:10px !important;line-height:14px !important;}
}
@media screen and (max-width:480px){
.theme-cont>ul>li{height:200px !important;}
}
@media screen and (max-width:420px){
.theme-cont>ul>li{height:180px !important;}
.theme-cont>ul>li p.f-12{font-size:6px !important;line-height:10px !important;}
}

.how-section .videowrapper{-webkit-border-radius:10px;-moz-border-radius:10px;-ms-border-radius:10px;-o-border-radius:10px;border-radius:10px;overflow:hidden;}
.how-cont ul li{padding:0px 0px 0px 80px;position:relative;}
.how-cont ul li .how-num{
	position:absolute;
	top:0px;
	left:25px;
	width:40px;
	height:40px;
	line-height:26px;
	padding:5px 0px;
	-webkit-border-radius:35px;-moz-border-radius:35px;-ms-border-radius:35px;-o-border-radius:35px;border-radius:35px;
	text-align:center;
    background:-webkit-radial-gradient(circle at 50% 50%,rgba(121,77,175,1) 0%,rgba(62,35,148,1) 100%);
	background:-moz-radial-gradient(circle at 50% 50%,rgba(121,77,175,1) 0%,rgba(62,35,148,1) 100%);
    background:-ms-radial-gradient(circle at 50% 50%,rgba(121,77,175,1) 0%,rgba(62,35,148,1) 100%);
    background:-o-radial-gradient(circle at 50% 50%,rgba(121,77,175,1) 0%,rgba(62,35,148,1) 100%);
    background:radial-gradient(circle at 50% 50%,rgba(121,77,175,1) 0%,rgba(62,35,148,1) 100%);
	display:block;
}
.cond-cont ul li{position:relative;padding-left:38px;}
.cond-cont ul li span{position:absolute;left:0px;top:-5px;}
@media screen and (max-width:1080px){
.how-cont ul li{padding:0px 0px 0px 55px;}
.how-cont ul li .how-num{left:0px;}	
}
@media screen and (max-width:767px){
.how-cont ul li .how-num{line-height:30px;}
.how-cont ul li .f-18{font-size:16px;line-height:24px;}
.how-cont ul li p{font-size:14px;}
}

.jury-cont{
	background:rgb(var(--bs-thm-clr-1));
	-webkit-box-shadow:0px 4px 16px 0px #0D61E559;-moz-box-shadow:0px 4px 16px 0px #0D61E559;box-shadow:0px 4px 16px 0px #0D61E559;
	-webkit-border-radius:10px;-moz-border-radius:10px;-ms-border-radius:10px;-o-border-radius:10px;border-radius:10px;overflow:hidden;
	margin:0px 0px 32px 0px;
}
.jury-cont .mxw-300{-webkit-border-radius:10px;-moz-border-radius:10px;-ms-border-radius:10px;-o-border-radius:10px;border-radius:10px;overflow:hidden;}

.test-cont .test-item{position:relative;-webkit-border-radius:20px;-moz-border-radius:20px;-ms-border-radius:20px;-o-border-radius:20px;border-radius:20px;overflow:hidden;}
.test-cont .test-item:before{
	content:' ';
	position:absolute;
	width:32px;
	height:32px;
	top:48px;
	right:24px;
	background:url("images/play.png") no-repeat center;background-size:45px auto;
	background-size:32px auto;
}

.partner-cont ul li{
	border:1px solid rgba(255,255,255,0.3);	
	text-align:center;
	-webkit-border-radius:10px;-moz-border-radius:10px;-ms-border-radius:10px;-o-border-radius:10px;border-radius:10px;
    background:rgba(255,255,255,0.15);
    background:-webkit-linear-gradient(135deg,rgba(255,255,255,0.25) 0%,rgba(255,255,255,0.05) 100%);
    background:-moz-linear-gradient(135deg,rgba(255,255,255,0.25) 0%,rgba(255,255,255,0.05) 100%);
    background:-ms-linear-gradient(135deg,rgba(255,255,255,0.25) 0%,rgba(255,255,255,0.05) 100%);
    background:-o-linear-gradient(135deg,rgba(255,255,255,0.25) 0%,rgba(255,255,255,0.05) 100%);
    background:linear-gradient(135deg,rgba(255,255,255,0.25) 0%,rgba(255,255,255,0.05) 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF',endColorstr='#FFFFFF',GradientType=1 );
    color:rgb(var(--bs-white));	
}
.partner-cont ul li a{padding:54px 0px 53px;position:relative;}
.partner-cont ul li.more-partner{padding: 67px 0px;}
.partner-cont ul li.more-partner span{max-width: 150px;}
.partner-cont ul li img{
	width:160px;
	height:auto;
	margin:0px auto;
	-webkit-transition:all 0.3s linear;-moz-transition:all 0.3s linear;-ms-transition:all 0.3s linear;-o-transition:all 0.3s linear;transition:all 0.3s linear;
}
.partner-cont ul li:hover img{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1);}
.partner-cont ul li .view-txt{position:absolute;bottom:8px;right:8px;display:flex;align-items:center;line-height:30px;}
.partner-cont ul li .view-txt span{
	width:30px;
	height:30px;
	line-height:30px !important;
	margin-top:2px;
	-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);
	-webkit-transition:all 0.3s linear;-moz-transition:all 0.3s linear;-ms-transition:all 0.3s linear;-o-transition:all 0.3s linear;transition:all 0.3s linear;
	text-align:center;
}
.partner-cont ul li:hover .view-txt span{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);}
.partner-cont ul li .view-txt2{
	width:160px;
	position:absolute;top:34px;right:0px;left:0px;
	display: block;
	vertical-align: top;
	margin: 0px auto;
	background:#ffffff;
	padding:0px 10px;
	color:rgb(var(--bs-thm-clr-1));
	line-height:20px;
	font-size:10px;
	font-weight: 700;
	text-transform:uppercase;
	-webkit-transition:all 0.3s linear;-moz-transition:all 0.3s linear;-ms-transition:all 0.3s linear;-o-transition:all 0.3s linear;transition:all 0.3s linear;
}
.partner-cont ul li:hover .view-txt2{top:31px;width:176px;}
@media screen and (max-width:680px){
.partner-cont ul li a{padding:40px 0px;}
.partner-cont ul li.more-partner{padding: 49px 0px;}
.partner-cont ul li:hover img{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);}
.partner-cont ul li.more-partner span{max-width: 100px;font-size:14px;}
.partner-cont ul li img{width:140px;}
.partner-cont ul li .view-txt2 { top: 21px;width:140px;font-size:9px;}
.partner-cont ul li:hover .view-txt2 {top: 21px;width: 140px;}
}

.core-cont li{padding:16px 0px 16px 70px;position:relative;}
.core-cont li:before{
	position:absolute;top:0px;left:0px;
	background:rgb(var(--bs-white),0.2);
	display:inline-block;
	width:60px;
	height:60px;
	font-size:32px;
	line-height:32px;
	-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%;
	padding:14px 0px;
	text-align:center;
}
@media screen and (max-width:640px){	
.core-cont li{padding:9px 0px 8px 55px;position:relative;}
.core-cont li:before{width:45px;height:45px;font-size:28px;line-height:29px;padding:8px 0px;}
}

.call-ads-cont{
    background:-webkit-linear-gradient(90deg,#2C2C9C 0%,#1C1C57 100%);
	background:-moz-linear-gradient(90deg,#2C2C9C 0%,#1C1C57 100%);
    background:-ms-linear-gradient(90deg,#2C2C9C 0%,#1C1C57 100%);
    background:-o-linear-gradient(90deg,#2C2C9C 0%,#1C1C57 100%);
    background:linear-gradient(90deg,#2C2C9C 0%,#1C1C57 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1C1C57',endColorstr='#2C2C9C',GradientType=0 );
	border:2px solid #364153;
	padding:30px 20px 0px;
	-webkit-border-radius:20px;-moz-border-radius:20px;-ms-border-radius:20px;-o-border-radius:20px;border-radius:20px;overflow:hidden;
}
.call-ads-lt2{padding-top:10px;}
.call-ads-lt3{padding-top:63px;}
.call-ads-lt4{padding-top:30px;}

.call-ads-cont .btn-lg:hover{background:#2c0443 !important;color:rgb(var(--bs-white));}
.call-ads-cont2{
	padding:40px;
	-webkit-border-radius:12px;-moz-border-radius:12px;-ms-border-radius:12px;-o-border-radius:12px;border-radius:12px;
	background:-webkit-linear-gradient(90deg,#2C2C9C 0%,#1C1C57 100%);
	background:-moz-linear-gradient(90deg,#2C2C9C 0%,#1C1C57 100%);
    background:-ms-linear-gradient(90deg,#2C2C9C 0%,#1C1C57 100%);
    background:-o-linear-gradient(90deg,#2C2C9C 0%,#1C1C57 100%);
    background:linear-gradient(90deg,#2C2C9C 0%,#1C1C57 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1C1C57',endColorstr='#2C2C9C',GradientType=0 );
}
.call-ads-cont2 ul{display:flex;align-items:center;}
@media screen and (max-width:1185px){
.call-ads-lt2{padding-top:0px;}
.call-ads-lt3{padding-top:43px;}
}
@media screen and (max-width:930px){
.call-ads-cont{padding:20px 12px 0px;}
.call-ads-lt1{padding-top:12px;}
.call-ads-lt3{padding-top:0px;}
.call-ads-lt3 .btn-lg.outline-btn{
	border:2px solid #a93be4;
	font-size:16px;
	line-height:28px;
	padding:7px 24px;
	-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;border-radius:4px;
}
.call-ads-lt4{padding-top:20px;}
}
@media screen and (max-width:640px){
.call-ads-lt1{padding-top:20px;}
.call-ads-lt1>div{margin-left:0px !important;width:90% !important;}
.call-ads-lt4{padding-top:0px;}
}
@media screen and (max-width:575px){
.call-ads-cont2 ul{display:block;}
.call-ads-cont2{padding:40px 20px;}
}
@media screen and (max-width:480px){
.call-ads-lt1>div{width:100% !important;}
}
@media screen and (max-width:420px){
.call-ads-lt1{padding-top:20px;}
.call-ads-lt3 .btn-lg.outline-btn{padding:5px 12px;}
}

.prizes-section2 .prizes-lt-cont, .prizes-section2 .prizes-rt-cont{padding-right:150px;}
.prizes-section2 .prizes-lt-cont{background:url( "Images/prizes-lt-bg1.jpg") no-repeat right center #0A0A1F;}
.prizes-section2 .prizes-rt-cont{background:url( "Images/prizes-rt-bg1.jpg") no-repeat right center #0A0A1F;}
.prizes-section3 .dark-cont2{background:url( "Images/prizes-bg2.jpg") no-repeat right bottom #0A0A1F;}
.prizes-section4 .prizes-lt-cont, .prizes-section4 .prizes-rt-cont{padding-right:150px;}
.prizes-section4 .prizes-lt-cont{background:url( "Images/prizes-lt-bg3.jpg") no-repeat right bottom #0A0A1F;}
.prizes-section4 .prizes-rt-cont{background:url( "Images/prizes-rt-bg3.jpg") no-repeat right bottom #0A0A1F;}
@media screen and (max-width:1080px){
.prizes-section4 .prizes-lt-cont, .prizes-section4 .prizes-rt-cont{background-size:200px auto;padding-right:90px;}
.prizes-section4 .prizes-rt-cont{background-position:right -20px bottom;}
}
@media screen and (max-width:930px){
.prizes-section1 .dark-cont3{height:auto !important;}
.prizes-section2 .prizes-lt-cont, .prizes-section2 .prizes-rt-cont{padding-right:100px;}
}
@media screen and (max-width:575px){
.prizes-section4 .prizes-lt-cont, .prizes-section4 .prizes-rt-cont{background-position:right -20px bottom;padding-right:12px;}
.prizes-section4 .prizes-rt-cont{background-size:170px auto;}
.prizes-section4 .prizes-lt-cont p, .prizes-section4 .prizes-rt-cont p{padding-right:65px;}
}

.faq-list{border:1px solid #ffffff80;margin:0px 0px 15px 0px;-webkit-border-radius:35px;-moz-border-radius:35px;-ms-border-radius:35px;-o-border-radius:35px;border-radius:35px;overflow:hidden;}
.faq-list .faq-head{position:relative; padding: 14px 15px 14px 80px;}
.faq-list .faq-head:before{content:'+';width:30px;height:30px;position:absolute;left:25px;top:-3px;bottom:0px;margin:auto 0px;font-size:30px;font-weight:200;text-align:center;font-family:var(--bs-body-font-family2);}
.faq-list.active .faq-head:before{content:'-';}
.faq-cont{max-height:0;overflow:hidden;-webkit-transition:max-height 0s ease;-moz-transition:max-height 0s ease;-ms-transition:max-height 0s ease;-o-transition:max-height 0s ease;transition:max-height 0s ease;padding:0px 0px 0px 80px;}
.faq-list.active .faq-cont{max-height:1000px;-webkit-transition:max-height 1s ease;-moz-transition:max-height 1s ease;-ms-transition:max-height 1s ease;-o-transition:max-height 1s ease;transition:max-height 1s ease;padding:0px 15px 15px 80px;}
@media screen and (max-width:930px){
.faq-list{-webkit-border-radius:20px;-moz-border-radius:20px;-ms-border-radius:20px;-o-border-radius:20px;border-radius:20px;}
.faq-list .faq-head{padding:14px 15px 14px 50px;}
.faq-list .faq-head:before{left:10px;}
.faq-cont{padding:0px 0px 0px 50px;}
.faq-list.active .faq-cont{padding:0px 15px 15px 50px;}
}

.contact-cont .contact-ct{padding:18px;}
.contact-cont .contact-icon{
	background:rgb(var(--bs-thm-clr-1));
	color:rgb(var(--bs-white));
	font-size:21px;
	line-height:30px;
	width:48px;
	height:48px;
	text-align:center;
	padding:9px 0px;
	-webkit-border-radius:10px;-moz-border-radius:10px;-ms-border-radius:10px;-o-border-radius:10px;border-radius:10px;
}
.contact-cont .contact-dts{width:70%;width:-webkit-calc(100% - 65px);width:-moz-calc(100% - 65px);width:calc(100% - 65px);}
.google-map-cont{width:100%;height:350px;position:relative;}
.google-map-cont iframe{width:100%;height:100%;position:absolute;top:0px;bottom:0px;right:0px;left:0px;}
@media screen and (min-width:931px) and (max-width:1080px){
.contact-ct1 p,.contact-ct2 p{display:inline-block;margin:0px 10px 0px 0px;}
}
@media screen and (max-width:767px){
.contact-ct1,.contact-ct2,.contact-ct3{height:auto !important;margin-top:0px;}
}
@media screen and (max-width:575px){
.contact-cont .contact-icon{float:none !important;display:block;margin-bottom:12px;}
.contact-cont .contact-dts{float:none !important;width:100%;}
}
@media screen and (max-width:480px){
.contact-cont .contact-ct{padding:12px;}
}
	
	
	
	
	
	
	
	
	