<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
@import url("https://fonts.googleapis.com/css?family=DM+Sans:400,400i,500,500i,700&amp;amp;display=swap");
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,500;0,900;1,500&amp;display=swap');
@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900|Orbitron:500,700|Ubuntu:400,500,700&amp;display=swap');
@import url('fontawesome-all.css');
@import url('flaticon.css');
@import url('elegent-icon.css');
@import url('animate.css');
@import url('swiper.css');
@import url('owl.css');
@import url('jquery.fancybox.min.css');
 @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&amp;display=swap');
* {
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
}

/*** 

====================================================================
	Global Settings
====================================================================

 ***/

body {
	font-size:14px;
	color:#444444;
	line-height:1.7em;
	font-weight:400;
	background:#ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-family: 'Roboto', sans-serif;
}

a{
	text-decoration:none;
	cursor:pointer;
	color:#f20487;
}

button,
a:hover,a:focus,a:visited{
	text-decoration:none;
	outline:none !important;
}

h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-weight:normal;
	margin:0px;
	background:none;
	line-height:1.6em;
}

input,button,select,textarea{
	
}

textarea{
	overflow:hidden;
}

p,.text{
	position:relative;
	font-size: 16px;
	line-height: 26px;
	color: #444444;
	font-weight: 400;	
}

/*.auto-container{
	position:static;
	max-width:1200px;
	padding:0px 15px;
	margin:0 auto;
}*/

.large-container{
	position:static;
	max-width:1550px;
	padding:0px 15px;
	margin:0 auto;
}

.medium-container{
	max-width:850px;
}

.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:300px;
	overflow: hidden;
}

ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}

img{
	display:inline-block;
	max-width:100%;
}

.theme-btn{
	display:inline-block;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.centered{
	text-align:center;	
}

.theme-btn .flaticon-arrow{
	display: inherit;
	font-size:inherit;
	margin-left: 3px;
	font-size: 14px;
	-webkit-transform: scaleX(-1) translateY(-1px);
	-moz-transform: scaleX(-1) translateY(-1px);
	-ms-transform: scaleX(-1) translateY(-1px);
	-o-transform: scaleX(-1) translateY(-1px);
	transform: scaleX(-1) translateY(-1px);
}

::-webkit-input-placeholder{color: inherit;}
::-moz-input-placeholder{color:  inherit;}
::-ms-input-placeholder{color:  inherit;}


::selection {
background:#ec167f;
color:#ffffff;
}

::-moz-selection {
background:#ec167f;
color:#ffffff;
}

::-webkit-selection {
background:#ec167f;
color:#ffffff;
}

img{
	display:inline-block;
	max-width:100%;
	height:auto;	
}

.pull-left{
	float: left;
}


.pull-right{
	float: right;
}

/*** 

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top{
	position:fixed;
	bottom:15px;
	right:15px;
	width:40px;
	height:40px;
	color:#fff;
	font-size:18px;
	text-transform:uppercase;
	line-height:40px;
	text-align:center;
	z-index:100;
	cursor:pointer;
	background:#de006c;
	display:none;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;		
}

.scroll-to-top:hover{
	color:#ffffff;
	background:#000000;
}

.tabs-box{
	position: relative;
}

.tabs-box .tab{
	display: none;
}

.tabs-box .tab.active-tab{
	display: block;
}

/*** 

====================================================================
	Page Title
====================================================================

***/

.page-title{
	position:relative;
	text-align: center;
	overflow: hidden;
	z-index: 1;
	padding: 50px 0;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}

.page-title h1{
	position:relative;
	display: block;
	font-size:60px;
	color:#ffffff;
	line-height: 1em;
	font-weight: 700;
	margin-bottom: 20px;
}

/*** 

====================================================================
	Section Title
====================================================================

***/

.sec-title{
	position:relative;
	margin-bottom:70px;
}

.sec-title .title {
    position: relative;
    display: block;
    font-size: 34px;
    line-height: 1em;
    color: #000000;
    font-weight: 600;
    margin-bottom: 5px;
}

.sec-title .title:before{
content: this;
width:100px;

}

.sec-title h2{
	position:relative;
	display: inline-block;
	font-size:34px;
	line-height:1.2em;
	color:#1e1f36;
	font-weight:700;
}
.sec-title h2.sec-tl{
line-height:1.5em;
}

.sec-title h2.sec-tl:before{
position: absolute;
    left: 27%;
    bottom: 0;
    height: 2px;
    width: 80px;
    background-color: #faac1d;
    content: '';
}

.sec-title h2.footer-tilte{
color:#ffbc00;
font-size:24px;
font-weight:500;
line-height: 35px
}
.sec-title h2.footer-tilte:before{
position: absolute;
    left: 30%;
    bottom: 0;
    height: 1px;
    width: 80px;
    background-color: #f70068;
    
	}

.sec-title .text{
	position: relative;
	font-size: 15px;
	line-height: 28px;
	color: #444444;
	margin-top: 30px;
}

.sec-title.light h2,
.sec-title.light .title{
	color: #ffffff;
	-webkit-text-fill-color:inherit; 
}



.anim-icons{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	height: 100%;
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
}

.anim-icons.full-width{
	max-width: 100%;
}


.anim-icons .icon{
	position: absolute;
	background-position: center;
	background-repeat: no-repeat;
}

/*** 

====================================================================
	Main Header
====================================================================

***/

.main-header{
	position:fixed;
	top: 0;
	left: 0;
	z-index:999;
	width:100%;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-header .main-box{
	position:relative;
	padding: 25px 0;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-header .logo-box{
	position: relative;
	float: left;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-header .logo-box .logo img{
	display:inline-block;
	max-width:100%;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.main-header .nav-outer{
	position: relative;
	-webkit-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	transition:all 600ms ease;	
}

.main-header .nav-outer .main-menu{
	position: static;
	/*float: left;*/
}

.main-menu .navigation{
	position:static;
	margin:0px auto;
}

.main-menu .navigation &gt; li{
	position:relative;
	float:left;
	margin: 0px 19px;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}
.jury-block {
    display: inline-block;
    width: 250px;
    margin: 0px 15px;
    vertical-align: top;
}
.main-menu .navigation &gt; li &gt; a{
	position:relative;
	display:block;
	font-size:16px;
	line-height:30px;
	font-weight:500;
	padding: 15px 0;
	color:#fefefe;
	opacity:1;
	text-align:center;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}
.main-menu .navigation &gt; li &gt; a:hover{ color: #010001 !important; }
/*.main-menu .navigation &gt; li &gt; a:before{
	position:absolute;
	left: 50%;
	bottom: 10px;
	height: 2px;
	width: 0%;
	content: "";
	-webkit-transform: scale(-1);
	-moz-transform: scale(-1);
	-ms-transform: scale(-1);
	-o-transform: scale(-1);
	transform: scale(-1);
	background: rgb(247,0,104);
	background: -moz-linear-gradient(to left, rgba(250, 172, 29) 0%, rgba(68,16,102,1) 100%);
	background: -webkit-linear-gradient(to left, rgba(250, 172, 29) 0%, rgba(68,16,102,1) 100%);
	background: linear-gradient(to left, rgb(236, 22, 127) 0%,rgb(236, 22, 127) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F70068', endColorstr='#441066',GradientType=1 );
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}
*/
.main-menu .navigation &gt; li.current &gt; a:before,
.main-menu .navigation &gt; li:hover &gt; a:before{
	left: 0;
	width: 100%;
}

.main-menu .navigation &gt; li &gt; ul &gt; li.dropdown &gt; a:before{
	font-family: 'Font Awesome 5 Free';
	content: "\f105";
	position:absolute;
	right:25px;
	top:8px;
	width:10px;
	height:20px;
	display:block;
	line-height:20px;
	font-size:16px;
	font-weight: 900;
	text-align:center;
	z-index:5;	
}

.main-menu .navigation &gt; li &gt; ul &gt; li &gt; ul &gt; li.dropdown:hover &gt; a:after{
	color:#ffffff;
}

.main-menu .navigation &gt; li &gt; ul{
	position:absolute;
	left:0px;
	top:100%;
	width:220px;
	z-index:100;
	display:none;
	opacity: 0;
    visibility: hidden;
	padding: 20px 0px;
	background: #ffffff;
	border-radius: 3px;
	-webkit-transform-origin: top;
	-moz-transform-origin: top;
	-ms-transform-origin: top;
	-o-transform-origin: top;
	transform-origin: top;
	-moz-transform: rotateX(90deg);
	-webkit-transform: rotateX(90deg);
	-ms-transform: rotateX(90deg);
	-o-transform: rotateX(90deg);
	transform: rotateX(90deg);
	border-bottom: 3px solid #faac1d;
	border-radius: 0 0 6px 6px;
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation &gt; li &gt; ul:before{
	position:absolute;
	content:'';
	left:0px;
	top:-30px;
	width:100%;
	height:30px;
	display:block;
}

.main-menu .navigation &gt; li &gt; ul.from-right{
	left:auto;
	right:0px;	
}

.main-menu .navigation &gt; li &gt; ul &gt; li{
	position:relative;
	width:100%;
	margin-bottom: 0px;
}

.main-menu .navigation &gt; li &gt; ul &gt; li:last-child{
	margin-bottom: 0px;
}

.main-menu .navigation &gt; li &gt; ul &gt; li &gt; a{
	position:relative;
	display:block;
	padding:5px 25px;
	line-height:24px;
	font-weight:400;
	font-size:16px;
	text-transform:capitalize;
	color:#222222;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation &gt; li &gt; ul &gt; li:hover &gt; a{
	color:#e1137b;
}

.main-menu .navigation &gt; li &gt; ul &gt; li &gt; ul{
	position:absolute;
	left:100%;
	top:100%;
	width:220px;
	z-index:100;
	display:none;
	opacity: 0;
    visibility: hidden;
    margin-top: -50px;
	padding: 20px 0px;
	background: #ffffff;
	-webkit-transform-origin: top;
	-moz-transform-origin: top;
	-ms-transform-origin: top;
	-o-transform-origin: top;
	transform-origin: top;
	-webkit-transform: rotateX(90deg);
	-moz-transform: rotateX(90deg);
	-ms-transform: rotateX(90deg);
	-o-transform: rotateX(90deg);
	transform: rotateX(90deg);
	border-bottom: 3px solid #f20487;
	border-radius: 0 0 6px 6px;
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation &gt; li &gt; ul &gt; li &gt; ul.from-right{
	left:auto;
	right:0px;	
}

.main-menu .navigation &gt; li &gt; ul &gt; li &gt; ul &gt; li{
	position:relative;
	width:100%;
	margin-bottom: 0px;
}

.main-menu .navigation &gt; li &gt; ul &gt; li &gt; ul &gt; li:last-child{
	margin-bottom: 0px;
}

.main-menu .navigation &gt; li &gt; ul &gt; li &gt; ul &gt; li &gt; a{
	position:relative;
	display:block;
	padding:5px 25px;
	line-height:24px;
	font-weight:400;
	font-size:16px;
	text-transform:capitalize;
	color:#222222;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation &gt; li &gt; ul &gt; li &gt; ul &gt; li:hover &gt; a{
	color:#e1137b;
}

.main-menu .navigation &gt; li.dropdown:hover &gt; ul{
	visibility:visible;
	opacity:1;
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	transform: rotateX(0deg);
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.main-menu .navigation li &gt; ul &gt; li.dropdown:hover &gt; ul{
	visibility:visible;
	opacity:1;
	-moz-transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	transform: rotateX(0deg);
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;	
	transition:all 500ms ease;
}

.main-menu .navbar-collapse &gt; ul li.dropdown .dropdown-btn{
	position:absolute;
	right:10px;
	top:6px;
	width:30px;
	height:30px;
	text-align:center;
	color:#ffffff;
	line-height:28px;
	border:1px solid #ffffff;
	background-size:20px;
	cursor:pointer;
	z-index:5;
	display:none;
}

/* Outer box */
.main-header .outer-box{
	position: relative;
	float: right;
	margin-left: 15px;
}

.main-header .search-box-outer{
	position:relative;
	float: left;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-header .search-box-btn{
	position: relative;
	float: left;
    font-size: 24px;
	line-height: 30px;
    cursor: pointer;
    background: none;
    color: #ffffff;
    font-weight: 400;
    cursor: pointer;
	margin-top:10px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .search-box-btn:hover{

}

.dropdown-toggle::after{
	display: none;
}

.main-header .search-box-outer .dropdown-menu{
	top:44px !important;
	left: auto !important;
	right: 0;
	padding:0px;
	width:280px;	
	border-radius:0px;
	-webkit-transform: none !important;
	-ms-transform: none !important;
	transform: none !important;
	border-top:3px solid #df6512;
}

.main-header .search-panel .form-container{
	padding:25px 20px;	
}

.main-header .search-panel .form-group{
	position:relative;
	margin:0px;	
}

.main-header .search-panel input[type="text"],
.main-header .search-panel input[type="search"],
.main-header .search-panel input[type="password"],
.main-header .search-panel select{
	display:block;
	width:100%;
	line-height:24px;
	padding:7px 40px 7px 15px;
	height:40px;
	font-size:14px;
	border:1px solid #e0e0e0;
	background:#ffffff;	
}

.main-header .search-panel input:focus,
.main-header .search-panel select:focus{
	border-color:#25262c;	
}

.main-header .search-panel .search-btn{
	position:absolute;
	right:0px;
	top:0px;
	width:40px;
	height:40px;
	text-align:center;
	color:#555555;
	font-size:12px;
	background:none;
	cursor:pointer;
}

.main-header .outer-box .btn-box{
	position: relative;
	float: right;
	padding: 5px 0;
	margin-left: 20px;
}

.main-header .outer-box .btn-box a{
	position: relative;
	float: right;
	padding: 10px 20px;
	line-height: 20px;
	font-size: 14px;
	font-weight: 600;
}
.nav-outer .mobile-nav-toggler{
	position: relative;
	float: right;
	font-size: 40px;
	line-height: 50px;
	cursor: pointer;
	color:#000000;
	margin:7px 0px 2px;
	display: none;
}

/*** 

====================================================================
	Header Style Two
====================================================================

***/

.header-span{
	height: 60px;
	display: block;
}


.header-style-two .main-box{
	padding: 0;  background: #ffffff;
}

.header-style-two .outer-box,
.header-style-two .logo-box,
.header-style-two .main-menu .navigation &gt; li{
	padding: 0px ;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.header-style-two .search-box-btn,
.header-style-two .main-menu .navigation &gt; li &gt; a{
	color: #000000;
}

.header-style-two.fixed-header{
	box-shadow: 0 0 30px rgba(0,0,0,0.10);
}

.main-header.header-style-two.fixed-header .main-box{
	background-color: #ededed;
	padding: 0;
	box-shadow: 0 0 30px rgba(68, 68, 68, 0.5);
}

.header-style-two.fixed-header .outer-box,
.header-style-two.fixed-header .logo-box,
.header-style-two.fixed-header .main-menu .navigation &gt; li{
	padding: 0px;
}

/*** 

====================================================================
	Header Style Three
====================================================================

***/

.header-style-three .main-menu .navigation &gt; li{
	margin-left: 35px;
}

.header-style-three .nav-outer{
	float: left;
}

.header-style-three .nav-outer .main-menu{
	margin-left: 45px;
}

.header-style-three .outer-box{
	position: relative;
	float: right;
}

.header-style-three .outer-box .btn-box a{
	border-radius: 3px;
}

/*** 

====================================================================
		Fixed Header
====================================================================

***/

.main-header.fixed-header .main-box{
	padding: 10px 0;
	background-color: #101130;
}

/*** 

====================================================================
			Mobile Menu
====================================================================

***/

.mobile-menu{
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	padding-right:30px;
	max-width:100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	z-index: 999999;
}

.mobile-menu .nav-logo{
	position:relative;
	padding:20px 20px;
	text-align:left;	
}

.mobile-menu .nav-logo img{
	max-width:200px;
}

.mobile-menu-visible{
	overflow: hidden;
}

.mobile-menu-visible .mobile-menu{
	opacity: 1;
	visibility: visible;
}

.mobile-menu .menu-backdrop{
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
}

.mobile-menu-visible .mobile-menu .menu-backdrop{
	opacity: 1;
	visibility: visible;
}

.mobile-menu .menu-box{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	max-height: 100%;
	overflow-y: auto;
	background: #ffffff;
	padding: 0px 0px;
	z-index: 5;
	opacity: 0;
	border-radius: 0px;
	visibility: hidden;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: top right;
	-moz-transform-origin: top right;
	-ms-transform-origin: top right;
	-o-transform-origin: top right;
	transform-origin: top right;
	-webkit-transition:all 400ms ease;
	-moz-transition:all 400ms ease;
	-ms-transition:all 400ms ease;
	-o-transition:all 400ms ease;
	transition:all 400ms ease;
}

.mobile-menu-visible .mobile-menu .menu-box{
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.mobile-menu .close-btn{
	position: absolute;
	right: 15px;
	top: 25px;
	line-height: 30px;
	width: 30px;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	background-color: #e1137b;
	cursor: pointer;
	z-index: 10;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
	-webkit-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	transform: translateY(-50px);
}

.mobile-menu-visible .mobile-menu .close-btn{
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}

.mobile-menu .close-btn:hover{
	opacity: 0.50;
}

.mobile-menu .navigation{
	position: relative;
	display: block;
	border-top: 1px solid rgba(0,0,0,0.10);
}

.mobile-menu .navigation li{
	position: relative;
	display: block;
	border-bottom: 1px solid rgba(0,0,0,0.10);
}

.mobile-menu .navigation li &gt; ul &gt; li:last-child{
	border-bottom: none;
}

.mobile-menu .navigation li &gt; ul &gt; li:first-child{
	border-top: 1px solid rgba(0,0,0,0.10);
}

.mobile-menu .navigation li &gt; a{
	position: relative;
	display: block;
	line-height: 24px;
	padding: 10px 20px;
	font-size: 16px;
	color: #404040;
	font-weight: 600;
	text-transform: capitalize;
}

.mobile-menu .navigation li:hover &gt; a,
.mobile-menu .navigation li.current &gt; a{
	color:#e1137b;	
}

.mobile-menu .navigation li.dropdown .dropdown-btn{
	position:absolute;
	right:0px;
	top:0px;
	width:44px;
	height:44px;
	text-align:center;
	font-size:16px;
	line-height:44px;
	color:#404040;
	cursor:pointer;
	z-index:5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn:after{
	content:'';
	position:absolute;
	left:0px;
	top:10px;
	width:1px;
	height:24px;
	border-left:1px solid rgba(0,0,0,0.10);
}

.mobile-menu .navigation li &gt; ul,
.mobile-menu .navigation li &gt; ul &gt; li &gt; ul{
	display: none;
}



/*** 

====================================================================
	Register Section
====================================================================

 ***/

.register-section{
	position:relative;
	padding:130px 0px 130px;
}

.register-section .form-box{
	position:relative;
	max-width:550px;
	padding:40px 30px;
	margin:0 auto;
	width:100%;
	background-color:#f9f9f9;
	border:3px solid #f70068;
}

.register-section .form-box h1{
	position:relative;
	color:#222222;
	font-size:30px;
	font-weight:700;
	line-height:1.3em;
	text-align:center;
	margin-bottom:30px;
}

/* Styled Form */

.styled-form{
	position:relative;	
}

.styled-form .submit-text{
	font-size:15px;
	color:#9e9e9e;
	font-weight:400;
	margin-top:10px;
}

.styled-form .form-group{
	position:relative;
	margin-bottom:15px;
	font-size:14px;
	color:#222222;
}

.styled-form .form-group.social-icon-one{
	padding-top:8px;
}

.checkout-section .styled-form .form-group{
	position:relative;
	margin-bottom:20px;	
}

.styled-form .form-group .check-box{
	line-height:24px;
	font-size:15px;
	font-weight:normal;
	padding-top:5px;
	color:#272727;
}

.styled-form .form-group .check-box label{
	position:relative;
	top:-1px;
	font-weight:normal;
	padding:0px;
	font-size:15px;
	cursor:pointer;
}

.styled-form .pull-left label,
.styled-form .pull-right label{
	cursor:pointer;
}

.styled-form .form-group .adon-icon{
	position:absolute;
	top:50%;
	margin-top:-10px;
	right:10px;
	width:20px;
	height:20px;
	line-height:20px;
	font-size:15px;
	color:#999999;
	z-index:2;
}

.styled-form .form-group .field-label{
	display:block;
	color:#272727;
	text-transform:capitalize;
	font-size:16px;
	margin-bottom:7px;
	font-weight:400;
}

.styled-form input[type="text"],
.styled-form input[type="email"],
.styled-form input[type="password"],
.styled-form input[type="tel"],
.styled-form input[type="number"],
.styled-form input[type="url"],
.styled-form select,
.styled-form textarea{
	position:relative;
	display:block;
	width:100%;
	background:#ffffff;
	line-height:30px;
	padding:8px 20px;
	height:50px;
	border:1px solid #f4f4f4;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}


.home-logo {
    text-align: center;
    padding: 85px 0px 60px;
    border-radius: 0px 0px 8px 8px;
    display: inline-block; max-width: 460px;
}
.h89vh .home-logo {
    margin-top: 140px !important;
}
.home-logo img {
    max-height: 230px;
    border-radius: 4px;
    padding: 0px;
}
.home-slide{
 border: 1px solid #fdbc10;
    border-radius: 10px;
    border-bottom: 5px solid #fdbc10;
}
.home-slide img{
border-radius: 10px;
}
.carousel-control-next, .carousel-control-prev{
    opacity: 1.0;
}
.carousel-control-next, .carousel-control-prev i{
    color: #ec167f;
    font-size: 40px;
}

.inner-logo{
width: 250px;
    background-color: #ffffff;
    border: 2px solid #fdbc10;
    border-radius: 10px;
    border-bottom: 5px solid #fdbc10;
	    padding: 15px;
}

.innerpage-box {
    border: 1px double #e5e5e5; 
    padding: 15px;
    /*box-shadow: 0px 0px 7px #ccc;*/
    border-radius: 4px;
}
.innerpage-box p, li{
font-size:15px; line-height: 28px;
}
  font-weight: bold;
}
.innerpage-box h3.coming-soon{
font-size: 22px;
    text-align: center;
}

.rules-table{
    border: 1px dashed #ec167f;
    width: 100%;
	margin-bottom: 15px;
}
.rules-table tr td{padding:10px;border: 1px solid #afafaf;}
.rules-table tr td.hed{
color: #ec167f;
    font-weight: 500;
}
.rules-table tr td.hed2{
color: #ffffff;
    font-weight: 500;
	background-color: #101130;
}
.modal-content .close{
position: absolute;
    right: -7px;
    top: -7px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #484848;
    color: #ffffff;
    opacity: 1.0;
	z-index:9;
	}
	.modal-dialog {
    max-width: 500px;
    margin: 8.75rem auto;
}

/*------------------------------------------*/
/*	      /* quick link */
/*------------------------------------------*/
.quick-p {
    margin: 0 0 35px 0;
    background: #fff;
    padding: 20px;
    box-shadow: 0 1px 9px 0 #999;
    border: 1px dashed #333;
}
.quick-link h4.heading {
    font-size: 19px;
    text-align: left;
    font-weight: bold;
    color: #de116c;
    /*margin-top: 20px;*/
    /* background: #FFE7B2; */
    padding: 5px;
    border-bottom: 1px dashed #de116c;
}
.quick-link h5.heading {
    font-size: 20px;
    text-align: left;
    font-weight: bold;
    color: #392992;
    margin-top: 16px;
    padding: 1px 0 0 0px;
    border-radius: 5px;
}
.quick-link p {
    margin: 5px;
    color: #000;
}
.quick-link p span {
    color: #392992;
    font-weight: bold;
    font-size: 17px;
    text-transform: uppercase;
}
.quick-link {
    line-height: 25px;
}
.quick-link ul {
    margin: 0 0 0 12px;
    padding: 0px;
}
.quick-link li {
    list-style-type: none;
    padding: 10px 0px;
    border-bottom: 1px dashed #856515;
    color: #000;
}
.p-bg {
    background: #FFF3F0;
    padding: 10px;
    border-bottom: 1px dashed #333
}
.quick-link li:before {
    content: '';
    width: 25px;
    height: 25px;
    position: absolute;
    background-image: url(../images/icon-li.png);
    background-size: cover;
    background-position: center;
    left: 14px;
    font-size: 16px;
    margin: 2px;
}
.pay-su {
    text-align: center;
    font-size: 25px;
    margin-bottom: 25px;
    margin-top: 25px;
}
.t-t {
    font-size: 55px;
    margin: 25px 0 0 0;
    color: darkblue;
}
.t-t-r a {
    color: crimson;
}
.tabless td, .tabless th {
    padding: 18px;
    vertical-align: top;
    font-size: 18px;
    text-align: left;
    vertical-align: middle;
    margin: 0 auto;
}


























































.pole3d {
  position: relative;
  transform-style: preserve-3d;
  transform: rotateY(0deg);
  -webkit-animation: rotate 80s infinite linear;
          animation: rotate 80s infinite linear;
}
@-webkit-keyframes rotate {
  from {
    transform: rotatex(0deg) rotateY(0deg) rotateZ(0deg);
  }
  to {
    transform: rotatex(360deg) rotateY(720deg) rotateZ(360deg);
  }
}
@keyframes rotate {
  from {
    transform: rotatex(0deg) rotateY(0deg) rotateZ(0deg);
  }
  to {
    transform: rotatex(360deg) rotateY(720deg) rotateZ(360deg);
  }
}

.pole {
  position: absolute;
  transform-style: preserve-3d;
}
.pole:nth-child(1) {
  transform: translateZ(200px);
}
.pole:nth-child(2) {
  transform: rotateX(180deg) translateZ(200px);
}
.pole:nth-child(3) {
  transform: rotateX(90deg) translateZ(200px);
}
.pole:nth-child(4) {
  transform: rotateX(-90deg) translateZ(200px);
}
.pole:nth-child(5) {
  transform: rotateY(90deg) translateZ(200px);
}
.pole:nth-child(6) {
  transform: rotateY(-90deg) translateZ(200px);
}
.pole &gt; div {
  position: absolute;
  background-color: #111c;
  box-shadow: 0 0 25px #000 inset;
  overflow: hidden;
}
.pole &gt; div:nth-child(n+3)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100px;
  background-image: linear-gradient(var(--clr0), var(--clr), var(--clr0));
  opacity: 0.25;
  -webkit-animation: poleBack 4s infinite ease-in-out alternate;
          animation: poleBack 4s infinite ease-in-out alternate;
  transform: translate(-50%, -50%);
}
@-webkit-keyframes poleBack {
  0% {
    transform: translate(-50%, calc(-50% + 50px));
  }
  100% {
    transform: translate(-50%, calc(-50% - 450px));
  }
}
@keyframes poleBack {
  0% {
    transform: translate(-50%, calc(-50% + 50px));
  }
  100% {
    transform: translate(-50%, calc(-50% - 450px));
  }
}
.pole:nth-child(1) &gt; div::before, .pole:nth-child(2) &gt; div::before {
  --clr: #0ff;
  --clr0: #0ff0;
}
.pole:nth-child(3) &gt; div::before, .pole:nth-child(4) &gt; div::before {
  --clr: #f0f;
  --clr0: #f0f0;
}
.pole:nth-child(5) &gt; div::before, .pole:nth-child(6) &gt; div::before {
  --clr: #ff0;
  --clr0: #ff00;
}
.pole:nth-child(1) &gt; div::before {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.pole:nth-child(2) &gt; div::before {
  -webkit-animation-delay: -4s;
          animation-delay: -4s;
}
.pole:nth-child(3) &gt; div::before {
  -webkit-animation-delay: -1.3333333333s;
          animation-delay: -1.3333333333s;
}
.pole:nth-child(4) &gt; div::before {
  -webkit-animation-delay: -5.3333333333s;
          animation-delay: -5.3333333333s;
}
.pole:nth-child(5) &gt; div::before {
  -webkit-animation-delay: -2.6666666667s;
          animation-delay: -2.6666666667s;
}
.pole:nth-child(6) &gt; div::before {
  -webkit-animation-delay: -6.6666666667s;
          animation-delay: -6.6666666667s;
}
.pole &gt; div:nth-child(1) {
  width: 50px;
  height: 50px;
  transform: translate(-50%, -50%) translateZ(100px);
}
.pole &gt; div:nth-child(2) {
  width: 50px;
  height: 50px;
  transform: translate(-50%, -50%) translateZ(-100px);
}
.pole &gt; div:nth-child(3) {
  width: 50px;
  height: 200px;
  transform: translate(-50%, -50%) rotateX(90deg) translateZ(25px);
}
.pole &gt; div:nth-child(4) {
  width: 50px;
  height: 200px;
  transform: translate(-50%, -50%) rotateX(90deg) rotateY(90deg) translateZ(25px);
}
.pole &gt; div:nth-child(5) {
  width: 50px;
  height: 200px;
  transform: translate(-50%, -50%) rotateX(90deg) rotateY(180deg) translateZ(25px);
}
.pole &gt; div:nth-child(6) {
  width: 50px;
  height: 200px;
  transform: translate(-50%, -50%) rotateX(90deg) rotateY(270deg) translateZ(25px);
}

.neon {
  position: absolute;
  width: 100px;
  height: 100px;
  border: 2px solid var(--clr);
  transform-style: preserve-3d;
  -webkit-animation: neonMove 4s infinite ease-in-out alternate;
          animation: neonMove 4s infinite ease-in-out alternate;
  box-shadow: 0 0 10px var(--clr) inset, 0 0 10px var(--clr);
}
.neon_a {
  --clr: #0ff;
  --x: 0;
  --y: 0;
}
.neon_b {
  --clr: #f0f;
  --x: 90deg;
  --y: 0;
  -webkit-animation-delay: -1.3333333333s;
          animation-delay: -1.3333333333s;
}
.neon_c {
  --clr: #ff0;
  --x: 0;
  --y: 90deg;
  -webkit-animation-delay: -2.6666666667s;
          animation-delay: -2.6666666667s;
}
.neon &gt; div {
  position: absolute;
  background-color: var(--clr);
  box-shadow: 0 0 10px var(--clr);
}
.neon &gt; div:nth-child(1) {
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: 2px;
  transform: translateY(-50%) rotateX(90deg);
}
.neon &gt; div:nth-child(2) {
  top: -1px;
  left: -2px;
  width: 2px;
  height: calc(100% + 2px);
  transform: rotateY(90deg);
}
.neon &gt; div:nth-child(3) {
  bottom: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: 2px;
  transform: translateY(50%) rotateX(90deg);
}
.neon &gt; div:nth-child(4) {
  top: -1px;
  right: -2px;
  width: 2px;
  height: calc(100% + 2px);
  transform: rotateY(90deg);
}
@-webkit-keyframes neonMove {
  0% {
    transform: translate(-50%, -50%) rotateX(var(--x)) rotateY(var(--y)) translateZ(250px);
  }
  100% {
    transform: translate(-50%, -50%) rotateX(var(--x)) rotateY(var(--y)) translateZ(-250px);
  }
}
@keyframes neonMove {
  0% {
    transform: translate(-50%, -50%) rotateX(var(--x)) rotateY(var(--y)) translateZ(250px);
  }
  100% {
    transform: translate(-50%, -50%) rotateX(var(--x)) rotateY(var(--y)) translateZ(-250px);
  }
}

.header-top2{ background: #000;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    perspective: 750px;
    overflow: hidden;
 }
 .mt-100{ margin-top: -100px; }
.banner-content {
    position: absolute;
    left: 18%;
    top: 10%;
}
.banner-content h1 {
    font-size: 58px;
    /* font-weight: bold; */
    line-height: 72px;
}
.banner-content h1 span{ font-size: 120px; line-height: 100px; }
.e4m {
    background: #ec177f;
    font-size: 56px !important;
    padding: 15px 20px 20px 25px;
    border-radius: 90%;
    text-align: center;
}

.ft-18 p {
    font-size: 16px ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹!importan;
    line-height: 28px;
}
.mt-120{ margin-top: 120px; }

.content-jam {
    position: fixed;
    bottom: 0px;
    background: #000000;
    width: 100%;
    text-align: left; left: 0px; padding: 5px;
}
.content-jam img{ width:160px; }


.animation-container {
  font-weight: 800;
  font-size: 88px;
  opacity: 1;
}
#text{ font-size: 98px; }
.animation-container svg {
    width: 100%;
    display: block;
    margin: 0%;
    padding: 60px 0px 0px;
}

.animation-container svg .text {
  width: 100%;
  fill: transparent;
  stroke-width: 2px;
  stroke-linejoin: round;
  stroke-dasharray: 90,310;
  stroke-dashoffset: 0;
  -webkit-animation: text 8s infinite linear;
  animation: text 8s infinite linear;
}

.animation-container svg .text:nth-child(4n + 1) {
  stroke: #999;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

.animation-container svg .text:nth-child(4n + 2) {
  stroke: #999;
  -webkit-animation-delay: -4s;
  animation-delay: -4s;
}

.animation-container svg .text:nth-child(4n + 3) {
  stroke: #999;
  -webkit-animation-delay: -6s;
  animation-delay: -6s;
}

.animation-container svg .text:nth-child(4n + 4) {
  stroke: #999;
  -webkit-animation-delay: -8s;
  animation-delay: -8s;
}

@-webkit-keyframes text {
  100% {
    stroke-dashoffset: -400;
  }
}

.highlight-box{ background: #000; }
.vh7{ height: 70vh; }

.h65vh{ height: 70vh; }
.h91vh{ height: 93vh; }




.top-tabs {
    padding: 0px;
    margin: 0px;
    position: absolute;
    right: 155px;
    top: 8px;
    z-index: 99999;
}
.top-tabs ul{ padding: 0px; margin:0px;  }
.top-tabs ul li {
    padding: 3px 20px 5px;
    display: inline-block;
    list-style-type: none;
    background: #ea1668;
    border-radius: 90px;
    font-weight: bold;
}
.top-tabs ul li a{ font-size: 14px; color: #fff; text-decoration: none; }
.top-tabs ul li:hover{ background: #000; }
.ft-22{ font-size: 22px; }










.order__data--tabs {
  margin-bottom: 0px;
}
.order__data--tabs .tabs {
  display: block;
  text-align: center;
  font-size: 0;
  margin-top: 18px;
      padding-left: 0;
      margin-bottom: 0;
}
.order__data--tabs .tabs__item {
  display: inline-block;
  margin-bottom: -1px;
      vertical-align: top; width: 175px; border: 1px solid #e0e0e0;
}
.order__data--tabs .tabs__item:not(:last-child) {
  /*border: 1px solid #e0e0e0;*/
}
.order__data--tabs .tabs__item .tabs__link {
    min-height: 117px;
    padding: 30px 10px;
    background-color: #f3f3f3;
    color: #1c144e;
    font-size: 13px;
    font-weight: 800;
    display: block;
    position: relative;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    cursor: pointer;
    text-decoration: none;
    outline: 0;
}
/*.order__data--tabs .tabs__item .mt{
background:url(../images/m-t.jpg);
}
.order__data--tabs .tabs__item .mt.active{
background:url(../images/m-t-hover.jpg);
}*/
.order__data--tabs .tabs__item .tabs__link.active {
    background: #000000;
    color: white;
}
.order__data--tabs .tabs__item .tabs__link img {
      width: 60px;
    height: auto;
    position: absolute;
    top: 20px;
    left: 5px;
}
.order__data--tabs .tabs__item .tabs__link span {
    position: absolute;
    top: -20px;
    right: 65px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #de006c;
    text-align: center;
    line-height: 36px;
    font-weight: 800;
    color: #fff;
    border: 2px solid #fff;
}
.order__data--tabs .tabs__item .tabs__link p{
font-weight:400;
margin-bottom: 0;
}
.order__data--tabs .tabs__item .tabs__link:active, .order__data--tabs .tabs__item .tabs__link:focus, .order__data--tabs .tabs__item .tabs__link:hover {
  text-decoration: none;
  outline: 0;
}
.order__data--contents{
padding: 15px;
    border: 1px solid #e0dfe0;
    background-color: #f6f2fd38;
     /*box-shadow: 0 2px 1px rgba(0, 0, 0, 0.09), 0 4px 2px rgba(0, 0, 0, 0.09), 0 8px 4px rgba(0, 0, 0, 0.09), 0 16px 8px rgba(0, 0, 0, 0.09), 0 32px 16px rgba(0, 0, 0, 0.09)*/;
}
.order__data--contents .tabs__pane {
  display: none;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1.5rem;
}
/*.order__data--contents .tabs__pane--data{
width:100%;
}*/
.order__data--contents .tabs__pane--data h2{
font-size: 22px;
    text-transform: uppercase;
    color: #ff007c;
    font-weight: 600;
    border-bottom: 1px dashed;
        line-height: 28px;
}
.order__data--contents .tabs__pane--data h2 span{
text-transform:capitalize;
font-size:18px;
}
.order__data--contents .tabs__pane--data h4 {
  font-size: 18px;
    line-height: 22px;
    margin-bottom: 5px;
    color: #0e2252;
    font-weight: 600;
}
.order__data--contents .tabs__pane--data p {
     font-size: 15px;
    color: #444;
    line-height: 1.625;
    margin-bottom: 1rem;
}
.order__data--contents .tabs__pane--image {
  padding-top: 40px;
}
.order__data--contents .tabs__pane--image img {
  width: 100%;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.09), 0 4px 2px rgba(0, 0, 0, 0.09), 0 8px 4px rgba(0, 0, 0, 0.09), 0 16px 8px rgba(0, 0, 0, 0.09), 0 32px 16px rgba(0, 0, 0, 0.09);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.order__data--contents .tabs__pane--image img:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  transform: scale(1.05, 1.05);
}
.order__data--contents .tabs__pane.active {
  display: block;
}

@media screen and (max-width: 50rem) {
  .container {
    padding: 2rem 0.5rem;
    width: 90%;
  }
  .container .order__data {
    display: grid;
    grid-template-columns: 200px 1fr;
    grid-gap: 0.5rem;
  }
  .container .order__data--tabs {
    margin: 0;
  }
  .container .order__data--tabs .tabs {
    padding: 0 0.5rem;
  }
  .container .order__data--tabs .tabs__item {
    display: block;
    margin-bottom: 1rem;
    border: none;
  }
  .container .order__data--contents .tabs__pane {
    grid-template-columns: 1fr;
  }
  .container .order__data--contents .tabs__pane--data h4 {
    margin-top: 10px;
    text-align: center;
  }
  .container .order__data--contents .tabs__pane--image {
    display: none;
  }
}
@media screen and (max-width: 35rem) {
  .container .order__data {
    grid-template-columns: 1fr;
  }
  .container .order__data--tabs .tabs {
    margin: 18px auto 0 auto;
    width: 100%;
    max-width: 250px;
  }
}


.tabs__pane h6 {
    font-size: 22px;
    margin-top: 10px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    background: #de006c;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 32px;
    font-weight: bold;
}


.main-title {
    font-size: 54px;
    background: linear-gradient( 
100deg
 , #fd5759 0, #9626a1 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: absolute;
    right: 140px;
    text-align: right;
    line-height: 50px;
    font-weight: bold;
    top: 160px;
}
.car-body h3 {
    font-size: 18px;
    font-weight: bold;
    color: #de006c;
}
.categ{ border-bottom: solid 1px #ccc; padding-bottom: 10px; }
.bdr-bottom {
    border-bottom: solid 1px #ccc;
}
.ft-18{ font-size: 18px; }
.modal-dialog ul li { list-style-type: circle; }
.modal-content{ border: solid #de006c; }
.modal-body h4{ color: #de006c; }
.view-more{ background: #de006c; padding: 12px 25px; color: #fff; font-size: 16px; }
.view-more:hover{ background: #000; color: #fff; }
.title{position: relative;
    display: block;
    font-size: 30px;
    line-height: 1em;
    color: #000000;
    font-weight: 600;
    margin-bottom: 5px;}
.mandatory{ color: #bd0000; }
.icma-button{ background: #de006c; padding: 12px 25px; color: #fff; font-size: 16px; cursor: pointer; }
.icma-button:hover{ background: #000; color: #fff; }
.bg-black{ background: #000; }
.subheading {
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    background: #e8e8e8;
    padding: 10px 15px 8px; text-transform: uppercase;
}
.categ_name {
    border-bottom: double #d52b58;
    padding: 7px 0px;
    color: #000;
    font-weight: bold; font-size: 20px;
}
input[type="checkbox"], input[type="radio"] {
    opacity: 1;
    position: relative;
    height: 18px;
    width: auto;
    width: 18px;
    top: 4px;
}
hr {
    padding: 0px; margin: 0px;
}
.entry-form label {
    font-size: 15px;
    color: #000;
    margin-bottom: 5px;
}
.mt-80 {
    margin-top: 80px;
}
.mt-60 {
    margin-top: 60px;
}
.green-text {
    color: #068700;
}
.pay-su {
    font-size: 22px;
    line-height: 32px;
}
.click-d {
    color: #068700;
    text-decoration: none;
}
.scoring-title {
    text-align: left;
    border-bottom: dashed 1px #222;
    padding-bottom: 10px;
    color: #de116c;
    font-weight: bold;
}
.scoring-notes ul li {
    color: #000;
    list-style-type: none;
    line-height: 36px; font-size: 16px;
}
.register-here {
    text-align: center;
    font-size: 26px;
    margin-top: 20px;
    border: solid;
    border-radius: 90px;
    padding: 12px 40px 15px;
    line-height: 26px;
    display: inline-block;
    margin: 0px auto;
    text-align: center; color: #fff; font-weight: bold;
}
.register-here:hover{ color: #de006c; }
.content-jam h4{ font-size: 32px; color: #ffffff !important; letter-spacing: 5px;  }
.content-jam h4 span{color: #de116c; }
.content-jam a{ display: inline-block; position: relative;z-index: 99999; float: left; }
.hastag {
    font-size: 16px;
    color: #ec1e79;
    margin-top: 13px;
    font-weight: bold;
    position: absolute;
    top: 17px;
    right: 10px;
}
.social {
    position: fixed;
    top: 35%;
    z-index: 99;
    width: 60px;
}
.social ul {
  padding: 0px;
  -webkit-transform: translate(-210px, 0);
  -moz-transform: translate(-210px, 0);
  -ms-transform: translate(-210px, 0);
  -o-transform: translate(-210px, 0);
  transform: translate(-210px, 0);
}
.social ul li {
  display: block;
  margin: 5px;
  background: rgba(0, 0, 0, 0.36);
  width: 260px;
  text-align: right;
  padding: 10px;
  -webkit-border-radius: 0 30px 30px 0;
  -moz-border-radius: 0 30px 30px 0;
  border-radius: 0 30px 30px 0;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.social ul li:hover {
  -webkit-transform: translate(110px, 0);
  -moz-transform: translate(110px, 0);
  -ms-transform: translate(110px, 0);
  -o-transform: translate(110px, 0);
  transform: translate(110px, 0);
  background: rgb(235 27 139);
}
.social ul li:hover a {
  color: #fff; font-weight: bold;
}
.social ul li:hover i {
  color: #fff;
  background: red;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.social ul li i {
    margin-left: 10px;
    color: #000;
    background: #fff;
    padding: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    font-size: 20px;
    background: #ffffff;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    display: inline-block; text-align: center;
}
.text-black{ color: #000 !important; }

.qualifi h3{ font-size: 18px;
    color: #050513;
    font-weight: 600;
    margin-bottom: 15px;
    background: #f1f1f1;
    padding: 8px 10px; text-transform: uppercase; }
.qualifi ul li{ font-size: 16px; line-height: 32px; }

.points ul li{ list-style-type: disc; }



.overlaypopup {
    background-color: rgba(0, 0, 0, 0.6);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 999;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}
.overlaypopup:target {
    visibility: visible;
    opacity: 1;
}

.profile-scroll{overflow-x: hidden; overflow-y: scroll; height: 400px; padding-right: 10px;}
.popuptext {
    background: #ffffff;


    display: inline-block;
    left: 50%;
    opacity: 0;
    padding: 15px;
    position: fixed;
    text-align: justify;
    top: 50%;
    visibility: hidden;
    z-index: 999;

    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);




    -webkit-transition: opacity .5s, top .5s;
    -moz-transition: opacity .5s, top .5s;
    -ms-transition: opacity .5s, top .5s;
    -o-transition: opacity .5s, top .5s;
    transition: opacity .5s, top .5s;
    height: 550px;
    overflow: auto;
}


.popuptext ul{ margin: 20px; padding:0px;}

.popuptext ul li{ margin-top: 10px;}


.popuptext p{
    text-align: left;
    font-size: 16px;
    color: #0e1b4d;
    margin-bottom: 0px;
}



.overlaypopup:target+.popuptext {
    opacity: 1;
    z-index: 10000;
    visibility: visible;
    border: dashed 1px #f82249;
}
.close_2 {
    background-color: #f82249;
    height: 30px;
    line-height: 24px;
    position: fixed;
    right: 10px;
    text-align: center;
    text-decoration: none;
    top: 10px;
    width: 30px;
    display: block;
    box-shadow: 0px 0px 10px black;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    z-index: 99999999 !important;
}
.close_2:before {
    color: rgba(255, 255, 255, 0.9);
    content: "x";
    font-size: 20px;
    text-shadow: 0px 0px 9px #000;
}
.close_2:hover {
    background: #000;
}


.top-heading{ background: #000; color: #ffffff; }
.edit-btn {
    background: #f8c126;
    font-size: 12px;
    padding: 2px 10px;
    color: #000;
    border: none;
}
.icma-button2{ background: #3c3c3c !important; }
.main-title2 {
    font-size: 2rem;
    background: linear-gradient( 
100deg
 , #ffffff 0, #ffffff 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 34px;
    text-transform: uppercase;
}
.mt--100{ margin-top: -100px; }
.shortlist {
    font-size: 20px;
    /*letter-spacing: 2px;*/
}
.shortlist a {
    background: #ec1e79;
    color: #fff !important;
    padding: 6px 25px !important;
    font-size: 16px !important;
    margin-top: 9px;
}
.short {
    border: solid 1px #fff;
    display: inline-block;
    padding: 5px 15px; margin-bottom: 10px;
}
.pink { color: #ed1e79; font-weight: bold; }
.announced {
    text-align: center;
    font-size: 20px;
    /* margin-top: 15px; */
    color: #ffffff;
    /* border: solid 1px #ffffff; */
    display: block;
    /* padding: 10px 12px; */
    /* background: #341158bf; text-transform: uppercase;  */letter-spacing: 2px;
}
.winners-box{ font-size: 20px; /*text-transform: uppercase;*/ letter-spacing: 2px; }



.shortlist{}
.shortlist-page{ font-family: 'Roboto', sans-serif; font-weight: 400; }
.shortlist-page .categ {
    background: #de116c;
    font-size: 18px;
    color: #fff;
    font-weight: bold;  letter-spacing: 1px;
}
.sub-categ {
    background: #f1f1f1;
    font-size: 16px;
    color: #000000;
    font-weight: bold; letter-spacing: 1px;
}
.agenda{ font-size: 15px; }
.agenda .heading{ background: #efefef; color: #480b83; font-size: 16px; font-weight: bold; }
.theme-box{ background: #480b83; font-size: 24px; color: #fff; font-weight: bold; line-height: 32px;}
.theme-box span{ font-size: 15px; }
.time{ background: #f1f1f1; }




.content-jam { display: none; }




video {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}




.slide { border: solid 7px #ec1e79;

}
.slide video {
    position: absolute;
    top: 0%;
    left: 0%;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: auto;
    z-index: 0;
    background-size: cover;
}
 
.inner-box {
    padding: 40px 0px 30px;
    font-weight: bold;
    border:dotted 1px #000000; text-align: center;
}

.inner-box .icon-box{ font-size: 50px; }
.inner-box .h-text {
    color: #000;
    font-size: 24px;
    line-height: 32px;
}

.about p {
    font-size: 16px;
    line-height: 25px;
}
.highlights { background: #fbc027; color: #000000; }


.contact-box {
    background-color: #ffffff;
    padding: 15px;
}
.contact-heading {
    font-size: 22px;
    color: #fbc027;
    font-weight: 400;
    letter-spacing: 1px;
}
.contact-text {
    font-size: 16px;
    line-height: 28px;
}




/*Footer*/
.main-footer.style-two {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center; 
}
.main-footer.style-two .footer-content {
    position: relative;
    padding: 15px 0 15px;
    font-size: 12px;
}
.main-footer {
    position: relative;
    background-color: #202020; margin: 0px !important; padding: 0px !important;
}
.main-footer .footer-nav {
    position: relative;
    margin-bottom: 0px;
}
.main-footer .footer-nav li {
    position: relative;
    display: inline-block;
    margin: 0 15px;
}
.main-footer .footer-nav li a {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #878787;
    font-weight: 400;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.main-footer.style-two .copyright-text {
    color: #878787; font-size: 12px;
}


.nav&gt;li {
    margin: 0px auto;
    float: none;
    display: inline-block;
}


.contact-page-section{
	position: relative;
	padding: 110px 0 70px;
}

.contact-page-section .form-column{
	position: relative;
	margin-bottom: 40px;
}

.contact-page-section .form-column .inner-column{
	position: relative;
}

.contact-page-section .sec-title{
	margin-bottom: 30px;
}

.contact-page-section .sec-title h2{
	font-size: 32px;
}
.contact-form h3 {
    font-size: 18px;
    color: #050513;
    font-weight: 600;
    margin-bottom: 15px;
    background: #f1f1f1;
    padding: 8px 10px;
}

.contact-form .form-group{

	position:relative;
	margin-bottom:30px;	
}
.contact-form .form-group .lable-text{
    font-size: 16px;
    color: #101130;
}

.contact-form .form-group .lable-text-cat{
display: flex;
    align-items: center;
    float: left;
    width: 100%;
}
.contact-form .form-group .lable-text span{
    /*color: #bd0000;*/
}

.contact-form .form-group:last-child{
	margin-bottom: 0;
}

.contact-form .form-group input,
.contact-form .form-group input,
.contact-form .form-group input,
.contact-form .form-group textarea,
.contact-form .form-group select{
	position: relative;
    display: block;
    width: 100%;
    font-size: 14px;
    color: #555555;
    line-height: 13px;
    padding: 4px 15px;
    border: 1px solid #cacaca;
    font-weight: 400;
    height: 45px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.contact-form .form-group input:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus{
	border-color:#f20487;
}

.contact-form .form-group textarea{
	height: 100px;
	resize: none;
}

.contact-form .form-group button{
	text-transform: capitalize;
}

.contact-form input.error:focus,
.contact-form select.error:focus,
.contact-form textarea.error:focus{
	border-color:#ff0000;	
}

.contact-form label.error{
	display:block;
	font-weight:500;
	font-size:13px;
	text-transform:capitalize;
	line-height:24px;
	color:#ff0000;
	padding-top:7px;
	margin-bottom: 0;
}

.contact-page-section .contact-column{
	position: relative;
	margin-bottom: 30px;
}

.contact-page-section .contact-info {
	position: relative;
	margin-bottom: 37px;
}

.contact-page-section .contact-info li{
	position: relative;
	padding-left: 55px;
	margin-bottom: 30px;
}

.contact-page-section .contact-info li p{
	display: block;
	font-size: 14px;
	line-height: 24px;
	color: #777777;
	font-weight: 400;
	margin: 0;
}

.contact-page-section .contact-info li strong{
	display: block;
	font-size: 16px;
	line-height: 20px;
	color: #222222;
	font-weight: 600;
}

.contact-page-section .contact-info li .icon{
	position: absolute;
	left: 0;
	top: 0;
	height: 40px;
	width: 40px;
	text-align: center;
	font-size: 18px;
	line-height: 40px;
	background-color: #1c94d2;
	color: #ffffff;
}

.contact-page-section .contact-info li a{
	color: #777777;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.contact-page-section .contact-info li a:hover{
	color: #f20487;
}



































/*Jury slide*/
.s-img{ width: 300px; }
.carousel-control-next, .carousel-control-prev{ width: 5%; }
.lyj{ background: #ffffff; }
.jury-name {
    font-size: 20px;
    color: #ed1e79;
    font-weight: bold;
    letter-spacing: 1px; padding-top: 40px; height: 60px;
}
.designation {
    font-size: 15px;
    color: #000; 
}
.c-logo{ font-size: 24px; color: #000; }
.carousel-indicators{ bottom: -40px !important; }

.carousel-inner {
    border-radius: 4px !important;
}


.last-year {
    font-size: 20px;
    text-align: center;
    color: #fff;
    /* padding: 10px 0px; */
    /* text-align: right; */
    border-radius: 4px 4px 0px 0px;
    background: #ec1e79;
    display: inline-block;
    /* float: right; */
    padding: 5px 10px;
}
.theme-2022 {
    font-size: 30px;
    text-align: center;
    line-height: 42px;
    letter-spacing: 2px;
    font-weight: 300;
}
.cj-text {
    font-size: 24px !important;
    line-height: 42px !important;
}
.a-title, .c-title {
    font-size: 20px;
    color: #9e005d;
    font-weight: 500;
    padding-bottom: 10px;
}
.title2 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 1em;
    color: #000000;
    font-weight: 600;
}

.carousel-indicators li{ width: 5px; }

.edition img{
    position: relative;
    z-index: 9999;
    top: 10px;
    left: 0px;
    width: 60px;
}

.ft-40{ font-size: 40px; }
















.footer-section {
  background: #151414;
  position: relative;
}
.footer-cta {
  border-bottom: 1px solid #373636;
}
.single-cta i {
    color: #fbc027;
    font-size: 24px;
    margin-top: 1px;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
    color: #fff;
    font-size: 15px;
    /* font-weight: 600; */
    /* margin-bottom: 2px; */
}
.cta-text a {
    color: #fff;
    font-size: 16px;
    /* font-weight: 600; */
    /* margin-bottom: 2px; */
}
.cta-text a:hover{ color: #fbc027; }
.cta-text span {
  color: #757575;
  font-size: 15px;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-logo img {
    max-width: 200px;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
      color: #7e7e7e;
  line-height: 28px;
}
.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}
.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}
.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}
.facebook-bg{
  background: #3B5998;
}
.twitter-bg{
  background: #55ACEE;
}
.google-bg{
  background: #DD4B39;
}
.footer-widget-heading h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2px;
    position: relative;
}
.footer-widget-heading h3::before {
    content: "";
    position: absolute;
    /* left: 0; */
    bottom: 32px;
    height: 2px;
    width: 55px;
    background: #fbc027;
}
.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
}
.footer-widget ul li a:hover{
  color: #ff5e14;
}
.footer-widget ul li a {
  color: #878787;
  text-transform: capitalize;
}
.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2E2E2E;
  border: 1px solid #2E2E2E;
  color: #fff;
}
.subscribe-form button {
    position: absolute;
    right: 0;
    background: #ff5e14;
    padding: 13px 20px;
    border: 1px solid #ff5e14;
    top: 0;
}
.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}
.copyright-area{
  background: #202020;
  padding: 15px 0;
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
}
.copyright-text p a{
  color: #ff5e14;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a{
  color: #fbc027;
}
.footer-menu li a {
  font-size: 14px;
  color: #878787;
}

.c-details {
    background: #202020;
    padding: 19px;
    /* border: solid; */
}
.footer-widget {
    font-size: 18px;
    color: #959292;
    text-align: center;
    background: #202020;
    padding: 20px;
    border-radius: 5px;
    line-height: 30px;
}
.desig{ font-size: 15px; }
h6.title2 {
    font-size: 18px;
    color: #de006c;
}
.bd {
    background: #000;
    padding: 5px 10px;
    color: #fff;
}












.tabs-left {
  border-bottom: none;
  border-right: 1px solid #ddd;
}

.tabs-left&gt;li {
  float: none;
 margin:0px;
  
}

.tabs-left&gt;li.active&gt;a,
.tabs-left&gt;li.active&gt;a:hover,
.tabs-left&gt;li.active&gt;a:focus {
  border-bottom-color: #ddd;
  border-right-color: transparent;
  background:#f90;
  border:none;
  border-radius:0px;
  margin:0px;
}
.nav-tabs&gt;li&gt;a:hover {
    /* margin-right: 2px; */
    line-height: 1.42857143;
    border: 1px solid transparent;
    /* border-radius: 4px 4px 0 0; */
}
.tabs-left&gt;li.active&gt;a::after{content: "";
    position: absolute;
    top: 10px;
    right: -10px;
    border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  
  border-left: 10px solid #f90;
    display: block;
    width: 0;}

.catego a {
    color: #000;
    padding: 20px 15px;
    font-size: 14px;
}
.catego a.active, .nav-pills .show&gt;.nav-link {
    color: #fff;
    background-color: #ec1e79 !important;
}
.tab-content h4{ color: #000; }

.j-chair {
    color: #fff;
    background: #000;
    display: inline-block;
    padding: 3px 15px;
}

.alphabet {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #ec1e79;
    text-align: center;
    line-height: 31px;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    margin-right: 5px;
}
.active .alphabet {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    line-height: 31px;
    color: #000;
    display: inline-block;
    font-size: 20px;
    margin-right: 5px;
}
.inner-jury {
    border: solid 1px #efefef;
    min-height: 450px;
    margin-bottom: 30px;
}
.inner-jury .name {
    font-size: 18px;
    color: #ec1e79;
    font-weight: bold;
    letter-spacing: 1px;
}

li.current a{ color: #ec1e79 !important; }
.jury-details{  }














</pre></body></html>