@import url(assets.css);
@import url(https://fonts.googleapis.com/css?family=Lato|Montserrat&display=swap);
body {
	font-family:Lato, sans-serif;
	font-weight:300;
	background:#000
}
.bg-img {
	background-image:url(../images/bg.jpg)!important;
	background-repeat:repeat;
	background-size:cover;
	background-color:#000;
	height:100vh
}
::-webkit-scrollbar {
width:5px
}
::-webkit-scrollbar-track {
-webkit-box-shadow:inset 0 0 6px #484848;
border-radius:10px
}
::-webkit-scrollbar-thumb {
background-color:#a9a9a9;
outline:1px solid #708090;
border-radius:10px
}
::-moz-scrollbar {
width:5px
}
::-moz-scrollbar-track {
-webkit-box-shadow:inset 0 0 6px rgba(0, 0, 0, .3)
}
::-moz-scrollbar-thumb {
background-color:#a9a9a9;
outline:1px solid #708090;
border-radius:10px
}
#preloader {
	background-color:#000;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:10000;
	display:table;
	text-align:center
}
.space30 {
	height:30px
}
.space50 {
	height:50px
}
.space80 {
	height:80px
}
.space100 {
	height:100px
}
.space150 {
	height:150px
}
.spinner {
	margin:auto;
	text-align:center;
	display:table-cell;
	vertical-align:middle
}
@-webkit-keyframes uil-ripple {
0% {
width:0;
height:0;
opacity:0;
margin:0
}
33% {
width:44%;
height:44%;
margin:-22% 0 0 -22%;
opacity:1
}
100% {
width:88%;
height:88%;
margin:-44% 0 0 -44%;
opacity:0
}
}
@-webkit-keyframes uil-ripple {
0% {
width:0;
height:0;
opacity:0;
margin:0
}
33% {
width:44%;
height:44%;
margin:-22% 0 0 -22%;
opacity:1
}
100% {
width:88%;
height:88%;
margin:-44% 0 0 -44%;
opacity:0
}
}
@-moz-keyframes uil-ripple {
0% {
width:0;
height:0;
opacity:0;
margin:0
}
33% {
width:44%;
height:44%;
margin:-22% 0 0 -22%;
opacity:1
}
100% {
width:88%;
height:88%;
margin:-44% 0 0 -44%;
opacity:0
}
}
@-ms-keyframes uil-ripple {
0% {
width:0;
height:0;
opacity:0;
margin:0
}
33% {
width:44%;
height:44%;
margin:-22% 0 0 -22%;
opacity:1
}
100% {
width:88%;
height:88%;
margin:-44% 0 0 -44%;
opacity:0
}
}
@-moz-keyframes uil-ripple {
0% {
width:0;
height:0;
opacity:0;
margin:0
}
33% {
width:44%;
height:44%;
margin:-22% 0 0 -22%;
opacity:1
}
100% {
width:88%;
height:88%;
margin:-44% 0 0 -44%;
opacity:0
}
}
@-webkit-keyframes uil-ripple {
0% {
width:0;
height:0;
opacity:0;
margin:0
}
33% {
width:44%;
height:44%;
margin:-22% 0 0 -22%;
opacity:1
}
100% {
width:88%;
height:88%;
margin:-44% 0 0 -44%;
opacity:0
}
}
@-o-keyframes uil-ripple {
0% {
width:0;
height:0;
opacity:0;
margin:0
}
33% {
width:44%;
height:44%;
margin:-22% 0 0 -22%;
opacity:1
}
100% {
width:88%;
height:88%;
margin:-44% 0 0 -44%;
opacity:0
}
}
@keyframes uil-ripple {
0% {
width:0;
height:0;
opacity:0;
margin:0
}
33% {
width:44%;
height:44%;
margin:-22% 0 0 -22%;
opacity:1
}
100% {
width:88%;
height:88%;
margin:-44% 0 0 -44%;
opacity:0
}
}
.uil-ripple-css {
	background:0 0;
	position:relative;
	width:200px;
	height:200px;
	margin:0 auto
}
.uil-ripple-css div {
	position:absolute;
	top:50%;
	left:50%;
	margin:0;
	width:0;
	height:0;
	opacity:0;
	border-radius:50%;
	border-width:12px;
	border-style:solid;
	-ms-animation:uil-ripple 2s ease-out infinite;
	-moz-animation:uil-ripple 2s ease-out infinite;
	-webkit-animation:uil-ripple 2s ease-out infinite;
	-o-animation:uil-ripple 2s ease-out infinite;
	animation:uil-ripple 2s ease-out infinite
}
.uil-ripple-css div:nth-of-type(1) {
border-color:#fff
}
.uil-ripple-css div:nth-of-type(2) {
border-color:#fff;
-ms-animation-delay:1s;
-moz-animation-delay:1s;
-webkit-animation-delay:1s;
-o-animation-delay:1s;
animation-delay:1s
}
header {
	position:fixed;
	left:0;
	z-index:100;
	padding:10px 45px;
	width:100%;
	background:#000;
}
.page-loader {
	width:100%;
	height:100%;
	background:#000;
	position:fixed;
	z-index:110;
	top:0;
	left:0;
	display:none
}
.page-loader.out {
	-webkit-mask:url(../img/sprite-2.png);
	mask:url(../img/sprite-2.png);
	-webkit-mask-size:1600% 100%;
	mask-size:1600% 100%;
-webkit-animation:mask-play .5s steps(15) forwards;
animation:mask-play .5s steps(15) forwards
}
.page-loader.in {
	-webkit-mask:url(../img/sprite-2.png);
	mask:url(../img/sprite-2.png);
	-webkit-mask-size:1600% 100%;
	mask-size:1600% 100%;
-webkit-animation:mask-play .5s steps(15) reverse;
animation:mask-play .5s steps(15) reverse
}
.page-loader.show {
	display:inline-block
}
header {
	float:left
}
.logo {
	float:none;
	margin:0 auto;
	width:300px;
	display:block
}
header .menu {
	float:right;
	cursor:pointer;
	height:30px;
	width:38px
}
header .menu span {
	width:100%;
	height:4px;
	background:#fff;
	display:block;
	border-radius:1px;
	float:right;
transition:all ease .3s;
-webkit-transition:all ease .3s;
-moz-transition:all ease .3s
}
header .menu span:nth-child(2) {
margin-top:4px;
width:75%
}
header .menu:hover>span {
	width:100%
}
.page-view {
	height:100%;
	width:100%;
	position:absolute;
	top:0;
	left:0
}
.page-view .project {
	position:absolute;
	width:100%;
	height:100%;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover
}
.page-view .project .text {
	position:relative;
	top:50%;
	left:0;
	-webkit-transform:translate(0, -50%);
	transform:translate(0, -50%);
	display:table;
	text-align:center;
	margin:0 auto;
	width:513px
}
.text .title {
	margin-bottom:20px
}
.date {
	width:80%;
	margin:0 auto
}
.venue {
	width:100%;
	margin:0 auto;
	margin-top:20px
}
.page-view .project .text .categorie {
	color:#fff;
	font-size:13px;
	font-weight:600;
	background:#ff0054;
	padding:4px 8px;
	border-radius:3px
}
.page-view .project .text .see-more {
	color:#fff;
	font-weight:500;
	font-size:24px;
	position:relative;
	float:none;
	transform:translateX(40px);
	opacity:1;
transition:all ease .3s;
-webkit-transition:all ease .3s;
-moz-transition:all ease .3s;
	cursor:pointer;
	text-decoration:none
}
.page-view .project .text .number {
	color:#fff;
	display:inline-block;
	margin-left:12px;
	font-weight:600;
	font-size:15px
}
.page-view .project .text:hover>.see-more {
	transform:translateX(60px);
	opacity:1;
transition:all ease .3s;
-webkit-transition:all ease .3s;
-moz-transition:all ease .3s
}
.page-view .project .text .see-more:after {
	content:'';
	background:#bdb4b5;
	width:105%;
	left:-2px;
	bottom:-8px;
	height:7px;
	position:absolute;
	z-index:-1
}
.page-view .project:nth-child(1) {
z-index:30
}
.register-btn {
	width:50%;
	margin:0 auto;
	margin-top:20px;
transition:.4s
}
.register-btn:hover {
	transform:scale(1.1)
}
.register-now-hed {
	margin:12px auto;
	text-align:center;
	width:26%
}
@media screen and (max-width:640px) {
.page-view .project .text h1 {
font-size:36px
}
.page-view .project .text p {
bottom:20px;
margin:0;
text-align:center;
width:100%;
right:auto;
font-size:14px
}
.personal-details {
margin-bottom:0!important
}
.form-inp:last-child {
margin-bottom:10px!important
}
..participate-details {
padding:0 20px
}
}
@-webkit-keyframes mask-play {
from {
-webkit-mask-position:0 0;
mask-position:0 0
}
to {
	-webkit-mask-position:100% 0;
	mask-position:100% 0
}
}
@keyframes mask-play {
from {
-webkit-mask-position:0 0;
mask-position:0 0
}
to {
	-webkit-mask-position:100% 0;
	mask-position:100% 0
}
}
.page-view {
	background:url(../img/sprite-2.png) no-repeat -9999px -9999px
}
.page-view .project.hide {
	-webkit-mask:url(../img/sprite-2.png);
	mask:url(../img/sprite-2.png);
	-webkit-mask-size:1600% 100%;
	mask-size:1600% 100%;
-webkit-animation:mask-play .5s steps(15) forwards;
animation:mask-play .5s steps(15) forwards
}
.no-cssmask .page-view .project.hide {
	opacity:0;
-webkit-transition:opacity .5s ease-in-out;
transition:opacity .5s ease-in-out;
	-webkit-mask:none!important;
	mask:none!important
}
.slider-bottom {
	position:fixed;
	bottom:0;
	width:100%;
	z-index:100;
	padding:45px
}
.slider-bottom .arrows .arrow {
	color:#fff;
	cursor:pointer;
	float:left;
	margin-right:30px;
	font-size:28px;
transition:all ease .3s;
-webkit-transition:all ease .3s;
-moz-transition:all ease .3s;
	width:30px
}
.slider-bottom .arrows .arrow.previous:hover {
	transform:translateX(-5px);
	color:#ff0054
}
.slider-bottom .arrows .arrow.next:hover {
	transform:translateX(5px);
	color:#ff0054
}
.slider-bottom .socials a {
	color:#fff;
	font-weight:600;
	font-size:14px;
	margin-right:15px;
	text-decoration:none;
transition:all ease .3s;
-webkit-transition:all ease .3s;
-moz-transition:all ease .3s
}
.slider-bottom .socials a:hover {
	color:#ff0054
}
.right-menu {
	width:100%;
	position:fixed;
	height:100%;
	visibility:hidden;
	z-index:101;
	right:0;
	top:0
}
.active {
	-webkit-mask:url(../img/sprite-right.png);
	mask:url(../img/sprite-right.png);
	-webkit-mask-size:1280% 100%;
	mask-size:1280% 100%;
-webkit-animation:mask-play .7s steps(11) forwards;
animation:mask-play .7s steps(11) forwards;
	background:#000
}
.invert {
	background:#000;
	visibility:visible;
	z-index:120
}
.passive {
	-webkit-mask:url(../img/sprite-right.png);
	mask:url(../img/sprite-right.png);
	-webkit-mask-size:1280% 100%;
	mask-size:1280% 100%;
-webkit-animation:mask-play .5s steps(11) reverse;
animation:mask-play .5s steps(11) reverse
}
.menu-close {
	width:16px;
	height:16px;
	position:fixed;
	top:44px;
	right:50px;
	background:url(../img/close.png) no-repeat;
	cursor:pointer;
	background-size:100%
}
.page-menu {
	text-align:center;
	display:table;
	height:100%;
	width:100%
}
.page-menu ul {
	display:table-cell;
	vertical-align:middle;
	padding-left:0
}
.page-menu ul li a {
	color:#fff;
	font-weight:700;
	font-size:50px;
	text-decoration:none;
transition:all ease .5s;
-webkit-transition:all ease .5s;
-moz-transition:all ease .5s
}
.page-menu ul li {
	list-style:none
}
.page-menu ul li a:hover {
	color:#ff0054
}
.subpage {
	padding:120px 0 0
}
.page-title {
	font-size:32px;
	color:#f9edef;
	font-weight:300;
	display:block;
	letter-spacing:-1px;
	text-align:center;
	padding:20px 0;
	position:relative;
	width:215px;
	line-height:20px;
	margin:0 auto;
transition:all ease .3s;
-webkit-transition:all ease .3s;
-moz-transition:all ease .3s
}
.page-title:before {
	background:#f9edef;
	content:'';
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:3px
}
.subtext {
	font-size:30px;
	font-weight:600;
	color:#fff;
	line-height:48px
}
.subtext span {
	color:#ff0051
}
.subtitle {
	font-size:24px;
	font-weight:600;
	color:#fff
}
.services .service {
	text-align:center;
	padding:60px 30px;
	border-bottom:3px solid rgba(255, 255, 255, 0)
}
.services .service:hover {
	border-bottom:3px solid #fff;
transition:all ease .5s;
-webkit-transition:all ease .5s;
-moz-transition:all ease .5s
}
.services .service i {
	color:#fff;
	font-size:36px;
	margin-left:0
}
.services .service h2 {
	color:#fff;
	font-size:15px;
	margin-top:21px
}
p.text {
	color:#fff;
	font-size:18px;
	font-weight:500;
	line-height:31px
}
.services .service p {
	color:#757575;
	font-size:13px;
	font-weight:400;
	margin-bottom:0
}
.testimonials .item p {
	color:#fff;
	font-size:18px
}
.testimonials .item span {
	color:#fff;
	opacity:.7;
	font-size:15px;
	margin-bottom:30px
}
.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top:30px;
	text-align:left
}
.services {
	background:#000;
	-webkit-box-shadow:0 50px 70px -40px rgba(0, 0, 0, .95);
	box-shadow:0 50px 70px -40px rgba(0, 0, 0, .95)
}
.owl-theme .owl-dots .owl-dot span {
	width:8px;
	height:8px;
	border-radius:0;
	outline:0
}
.owl-theme .owl-dots .owl-dot {
	outline:0
}
.clients .client img {
	width:100%
}
footer {
	width:100%;
	padding:40px 60px 20px 60px
}
footer .copyright {
	font-size:15px;
	color:#fff
}
footer .copyright span {
	color:#fff;
}
footer .social a {
	font-size:14px
}
footer .social a:last-child {
	margin-right:0
}
footer .back-top {
	color:#fff!important;
	margin-right:45px;
	font-size:15px;
	cursor:pointer
}
footer .back-top:hover i, footer .back-top:hover p {
	color:#ccc;
transition:all ease .5s;
-webkit-transition:all ease .5s;
-moz-transition:all ease .5s
}
footer .back-top i, footer .back-top p {
	float:left
}
footer .back-top i {
	margin-right:15px;
	line-height:27px
}
.social a {
	color:#fff;
	margin-right:24px;
	width:20px;
	display:none
}
.social a:hover {
	display:inline-block;
	color:#ccc
}
.social a:hover>i {
transition:all ease .5s;
-webkit-transition:all ease .5s;
-moz-transition:all ease .5s;
	transform:rotate(360deg);
	-webkit-transform:rotate(360deg);
	-moz-transform:rotate(360deg)
}
.contact-btn {
	color:#fff;
	font-weight:500;
	position:relative;
	width:110px;
	display:inline-block;
	text-align:center;
	line-height:40px;
	overflow:hidden;
	transform:translateY(-30px);
	text-decoration:none!important;
transition:all ease .3s;
-webkit-transition:all ease .3s;
-moz-transition:all ease .3s
}
.contact-btn:before {
	background:#ff0051;
	content:'';
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:3px
}
.contact-btn:hover {
	color:#ff0051
}
.contact-map {
	width:100%
}
.contact-map iframe {
	width:100%
}
.getintouch .contact-info .info a, .getintouch .contact-info .info i, .getintouch .contact-info .info p {
	color:#fff;
	display:block
}
.getintouch .contact-info .info i {
	font-size:26px;
	margin-bottom:20px
}
.getintouch .contact-info .info p {
	font-size:14px;
	margin-top:6px;
	opacity:.6;
	font-weight:300
}
.getintouch .contact-info .info a {
	font-size:15px
}
.getintouch .contact-info .info p.text {
	opacity:1;
	font-weight:500;
	font-size:15px
}
.form-inp {
	border:0;
	background:0 0;
	border-bottom:solid 1px #8c8c8c;
	width:100%;
	margin-bottom:45px;
	font-size:15px;
	padding:10px 5px;
	color:#8c8c8c
}
select {
	border:0;
	background:0 0;
	border-bottom:solid 1px #8c8c8c;
	width:100%;
	margin-bottom:30px;
	font-size:15px;
	color:#fff;
	padding:10px 5px;
	-moz-appearance:none;
	-webkit-appearance:none
}
select:focus {
	outline:0
}
select option {
	background:#060606
}
.contact-form textarea {
	border:0;
	background:0 0;
	border-bottom:solid 1px #8c8c8c;
	width:100%;
	color:#000;
	font-size:15px
}
.contact-form textarea:focus, .form-inp:focus {
	border-bottom:solid 1px #fff;
	outline:0
}
.form-inp::placeholder, textarea::placeholder {
color:#8c8c8c;
font-family:Lato, sans-serif;
font-weight:300
}
.site-btn {
	border-radius:3px;
	padding:11px 35px;
	font-size:15px;
	font-weight:400;
	font-family:Lato, sans-serif;
	cursor:pointer;
	border:0;
transition:all ease .3s;
-webkit-transition:all ease .3s;
-moz-transition:all ease .3s
}
.site-btn:hover {
	background:#bdb4b5
}
.site-btn:focus {
	outline:0
}
.page-container {
	visibility:hidden;
	height:100vh;
	width:100%;
	left:0;
	position:fixed;
	top:0;
	z-index:100;
	-webkit-transform:scale(1);
	transform:scale(1)
}
.page-wrapper {
	cursor:pointer;
	position:absolute;
	height:100vh;
	width:100%;
	top:0;
	left:0;
	position:fixed;
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat
}
.box-animation {
	opacity:.01;
	-webkit-transition:translateY(80px);
	transform:translateY(80px);
	transform-origin:50% 0;
	will-change:transform
}
.box-animation.has-scale {
	opacity:.0001;
	-webkit-transition:translateY(120px) scaleY(1.5);
	transform:translateY(120px) scaleY(1.5);
	transform-origin:50% 0;
	will-change:transform
}
.bg-img {
	background-image:url(..images/bg.jpg)
}
.hero {
	width:100%;
	height:100vh;
	overflow:hidden;
	top:0;
	position:relative
}
.hero-image {
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	background-size:cover;
	background-position-x:center;
	background-position-y:center
}
.hero-content {
	position:absolute;
	z-index:10;
	width:100%;
	height:100vh;
	text-align:center;
	left:0;
	top:0;
	display:table
}
.inner {
	display:table-cell;
	vertical-align:middle
}
.hero-content .title {
	color:#fff;
	font-size:75px;
	font-weight:700
}
.hero-content .category {
	color:#fff;
	font-weight:500
}
.down-icon {
	position:absolute;
	bottom:90px;
	left:0;
	right:0;
	cursor:pointer;
	margin:0 auto;
	z-index:10;
	text-align:center
}
svg #wheel {
	animation:scroll ease 2s infinite
}
@keyframes scroll {
0% {
transform:translateY(0)
}
30% {
transform:translateY(60px)
}
}
.full-image.parallax {
	overflow:hidden;
	max-height:500px
}
.lightbox-gallery .image {
	margin-bottom:30px;
	display:block;
	overflow:hidden;
transition:all ease .4s;
-webkit-transition:all ease .4s;
-moz-transition:all ease .4s
}
.lightbox-gallery .col.lg-12 .image {
	margin-bottom:30px
}
.lightbox-gallery .image img {
	width:100%;
transition:all ease .4s;
-webkit-transition:all ease .4s;
-moz-transition:all ease .4s
}
.lightbox:hover img {
	transform:scale(1.13);
transition:all ease .4s;
-webkit-transition:all ease .4s;
-moz-transition:all ease .4s
}
.next-link {
	text-decoration:none;
	overflow:hidden;
	height:64px;
	display:inline-block;
	text-decoration:none!important
}
.next-link .nav-title {
	color:#fff;
	font-size:45px;
	font-weight:600;
	line-height:70px
}
.next-link .next-title {
	color:#fff;
	font-size:45px;
	font-weight:600;
	line-height:74px;
	color:#ff0054
}
.next-link .nav-title, .next-link .next-title {
	transform:translateY(0);
	-webkit-transform:translateY(0);
transition:all ease .2s;
-webkit-transition:all ease .2s
}
.next-link:hover .nav-title, .next-link:hover .next-title {
	transform:translateY(-100%);
	-webkit-transform:translateY(-100%);
transition:all ease .2s;
-webkit-transition:all ease .2s
}
.navigation {
	padding:36px 0 30px 0
}
.project-info .title {
	font-size:34px;
	font-weight:600;
	color:#fff
}
.project-info p {
	font-size:16px;
	opacity:.8;
	color:#fff;
	margin-top:20px
}
.categories ul li {
	color:#fff;
	list-style:none;
	font-size:14px;
	opacity:.8
}
.categories ul li a {
	color:#fff;
	font-weight:500;
	margin-top:15px;
	display:inline-block;
	opacity:1;
	text-decoration:none;
transition:all ease .3s;
-webkit-transition:all ease .3s;
-moz-transition:all ease .3s
}
.categories ul li.client {
	color:#fff;
	font-size:20px;
	margin-bottom:10px;
	font-weight:600;
	opacity:1
}
.categories ul li a:hover {
	color:#ff0054
}
.all-projects {
	width:80%;
	margin-left:10%;
	padding-top:150px
}
.all-projects ul li {
	list-style:none;
	overflow:hidden;
	position:relative;
	margin-bottom:30px
}
.categorie {
	color:#fff;
	font-size:13px;
	font-weight:600;
	background:#ff0054;
	padding:4px 8px;
	border-radius:3px
}
.all-projects ul li .title {
	color:#fff;
	font-weight:600;
	margin-top:15px;
	font-size:60px
}
.all-projects ul li .number {
	position:absolute;
	color:#fff;
	left:33px;
	font-weight:500;
	line-height:27px
}
.all-projects ul li .image {
	background-position:center center;
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:-1;
	opacity:0;
transition:all ease .6s;
-webkit-transition:all ease .6s;
-moz-transition:all ease .6s
}
.all-projects ul li a {
	text-decoration:none;
	display:block;
	padding:100px 65px
}
.all-projects ul li a:hover>.image {
	opacity:1
}
.all-link {
	color:#fff;
	line-height:39px;
	font-weight:600;
	font-size:14px;
	text-decoration:none!important;
transition:all ease .3s;
-webkit-transition:all ease .3s;
-moz-transition:all ease .3s
}
.all-link:hover {
	color:#ff0054
}

.rules a{
color:#ffaa2b;
	line-height:39px;
	font-weight:600;
	font-size:20px;
}


input::-webkit-input-placeholder {
text-overflow:inherit;
line-height:initial;
white-space:pre;
overflow-wrap:normal;
-webkit-user-modify:read-write!important;
overflow:hidden
}
::-webkit-input-placeholder {
-webkit-text-security:none;
color:#757575;
pointer-events:none!important
}
.checkbox-content {
	color:#f9edef
}
[type=checkbox]:checked, [type=checkbox]:not(:checked) {
position:absolute;
left:-9999px
}
[type=checkbox]:checked+label, [type=checkbox]:not(:checked)+label {
position:relative;
padding-left:1.95em;
cursor:pointer;
line-height:14px;
color:#fff;
}
[type=checkbox]:checked+label:before, [type=checkbox]:not(:checked)+label:before {
content:'';
position:absolute;
left:0;
top:0;
width:1em;
height:1em;
border:2px solid #ccc;
background:#fff;
border-radius:4px;
box-shadow:inset 0 1px 3px rgba(0, 0, 0, .1)
}
[type=checkbox]:checked+label:after, [type=checkbox]:not(:checked)+label:after {
content:'\2713\0020';
position:absolute;
top:2px;
left:3px;
font-size:16px;
line-height:.8;
color:#000;
transition:all .2s;
font-family:'Lucida Sans Unicode', 'Arial Unicode MS', Arial
}
[type=checkbox]:not(:checked)+label:after {
opacity:0;
transform:scale(0)
}
[type=checkbox]:checked+label:after {
	opacity:1;
	transform:scale(1)
}
[type=checkbox]:disabled:checked+label:before, [type=checkbox]:disabled:not(:checked)+label:before {
box-shadow:none;
border-color:#bbb;
background-color:#ddd
}
[type=checkbox]:disabled:checked+label:after {
	color:#999
}
[type=checkbox]:disabled+label {
	color:#aaa
}
[type=checkbox]:checked:focus+label:before, [type=checkbox]:not(:checked):focus+label:before {
border:0 dotted #00f
}
.t-and-c {
	text-align:justify;
	max-height:200px;
	overflow-y:scroll;
	padding:2px 10px;
	width:98%;
	scrollbar-color:#999 #3b3b3b;
	color:#fff
}
.c-btn.rg-now {
	width:30%;
	padding:10px 10px;
	letter-spacing:1px
}
#submit {
	background:#fff
}
#submit:focus {
	outline:0
}
.error-msg {
	color:red;
	margin-top:10px;
	margin-bottom:10px;
	font-weight:600
}
.c-btn.inverse {
	color:#ff264a;
	border:1px solid #ff264a
}
.c-btn {
	position:relative;
	display:inline-block;
	border:none;
	letter-spacing:2px;
	font-weight:500;
	font-size:14px;
	text-transform:capitalize;
	text-align:center;
	color:#fff;
	padding:10px 30px;
-webkit-transition:color .4s cubic-bezier(.4, 0, .2, 1);
-moz-transition:color .4s cubic-bezier(.4, 0, .2, 1);
-ms-transition:color .4s cubic-bezier(.4, 0, .2, 1);
-o-transition:color .4s cubic-bezier(.4, 0, .2, 1);
transition:color .4s cubic-bezier(.4, 0, .2, 1);
	cursor:pointer;
	margin:0 auto;
	margin-top:5px;
	font-family:Lato, sans-serif;
	margin-bottom:25px
}
.c-btn.inverse::before {
background:#db0018
}
.c-btn::before {
content:"";
position:absolute;
top:0;
left:0;
bottom:0;
right:0;
background:#000;
-webkit-transform-origin:right center;
-moz-transform-origin:right center;
-ms-transform-origin:right center;
transform-origin:right center;
-webkit-transform:scale(0, 1);
-moz-transform:scale(0, 1);
-ms-transform:scale(0, 1);
-o-transform:scale(0, 1);
transform:scale(0, 1);
-webkit-transition:-webkit-transform .4s cubic-bezier(.4, 0, .2, 1);
-moz-transition:-moz-transform .4s cubic-bezier(.4, 0, .2, 1);
-ms-transition:-ms-transform .4s cubic-bezier(.4, 0, .2, 1);
-o-transition:-o-transform .4s cubic-bezier(.4, 0, .2, 1);
transition:transform .4s cubic-bezier(.4, 0, .2, 1)
}
.c-btn.inverse:hover {
	color:#fff
}
.c-btn.inverse {
	color:#000;
	border:1px solid #fff;
	padding:5px 15px
}
.c-btn:hover::before, a:hover .c-btn::before {
-webkit-transform-origin:left center;
-moz-transform-origin:left center;
-ms-transform-origin:left center;
transform-origin:left center;
-webkit-transform:scale(1, 1);
-moz-transform:scale(1, 1);
-ms-transform:scale(1, 1);
-o-transform:scale(1, 1);
transform:scale(1, 1)
}
.c-btn.inverse::before {
background:#000;
border-color:#000
}
.c-btn.inverse:hover {
	color:#fff;
	border-color:#000
}
.c-btn span {
	display:inline-block;
	position:relative;
	z-index:2
}
.personal-details {
	border:1px solid rgba(0, 0, 0, .4);
	padding:20px 20px;
	background-color:rgba(0, 0, 0, .4);
	margin-bottom:20px
}
.input-area {
	position:relative
}
.input-area1 {
	color:#aaa;
	position:relative;
	top:-10px
}
.input-area .form-inp {
	padding-left:22px
}
.icons-area {
	position:absolute;
	top:8px;
	color:#fff
}
.error-text {
	color:red;
	position:absolute;
	top:48px
}
.participate-details {
	border:1px solid rgba(0, 0, 0, .4);
	padding:20px 20px;
	background-color:rgba(0, 0, 0, .4);
	margin-bottom:20px
}
.terms-and-condition {
	border:1px solid rgba(0, 0, 0, .4);
	padding:20px 20px;
	background-color:rgba(0, 0, 0, .4); 
	margin-bottom:20px;
}

.men-cat-details {
	border:1px solid rgba(0, 0, 0, .4);
	padding:10px 20px;
	background-color:rgba(0, 0, 0, .4);
	margin-bottom:20px
}


.women-cat-details {
	border:1px solid rgba(0, 0, 0, .4);
	padding:10px 20px;
	background-color:rgba(0, 0, 0, .4);
	margin-bottom:20px
}


input::-webkit-input-placeholder {
transition:.6s
}
.input-area:before {
	background:rgba(255, 255, 255, 1);
	position:absolute;
	content:"";
	display:block;
	width:0;
	height:1px;
	left:0;
	bottom:45px;
	top:auto;
	z-index:9;
-webkit-transition:all .3s linear;
-moz-transition:all .3s linear;
-o-transition:all .3s linear;
-ms-transition:all .3s linear;
transition:all .3s linear
}
.input-area:hover:before {
	width:100%
}
.input-area.error:before {
	width:100%;
	background:#ff3434
}
.t-and-c {
	position:relative
}
.terms {
	list-style-type:none
}
.terms li:before {
	content:"\f2fb";
	color:#fff;
	position:absolute;
	margin-left:-1.3em;
	font-weight:700;
	display:inline-block;
	font:normal normal normal 14px/1 Material-Design-Iconic-Font;
	font-size:inherit;
	text-rendering:auto;
	-webkit-font-smoothing:antialiased;
	line-height:28px
}
.terms.black-icon {
	list-style-type:none;
	position:relative;
	padding-left:15px
}
.terms.black-icon a {
	color:#292b2c
}
.terms.black-icon li:before {
	content:"\f2fb";
	color:#000;
	position:absolute;
	margin-left:-1.3em;
	font-weight:700;
	display:inline-block;
	font:normal normal normal 14px/1 Material-Design-Iconic-Font;
	font-size:inherit;
	text-rendering:auto;
	-webkit-font-smoothing:antialiased;
	line-height:26px
}
.thank-you-msg {
	color:#fff;
	text-align:center;
	margin-top:16%
}
.thank-you-msg .done-icon {
	width:50px;
	margin:0 auto;
	padding-bottom:15px
}
.thank-you-msg img {
	width:100%
}
@media screen and (min-width:1025px) {
#smooth-scroll {
position:fixed;
top:0;
right:0;
bottom:0;
left:0;
z-index:1
}
.scrollbar-track {
background:0 0!important
}
}
@media screen and (max-width:768px) {
.page-view {
position:fixed
}
.page-view .project .text .title {
font-size:70px;
line-height:100px
}
.page-menu ul li a {
font-size:40px
}
.hero-content .title {
font-size:55px
}
.subtext {
font-size:26px;
line-height:44px
}
.full-image.top_90 {
margin-top:60px
}
.next-link .nav-title {
font-size:35px
}
.categories ul {
padding-left:0
}
header {
padding:10px 25px
}
.subpage .subtext {
font-size:26px;
line-height:44px
}
.getintouch .info {
width:33%;
float:left;
margin-top:0;
text-align:center
}
.getintouch .info br {
display:none
}
.contact-info {
margin-bottom:60px
}
}
@media screen and (max-width:560px) {
.page-view .project .text .title {
font-size:32px;
line-height:80px;
letter-spacing:-1px
}
.page-menu ul li a {
font-size:30px
}
.slider-bottom {
padding:25px
}
.slider-bottom .social {
display:none
}
.all-link {
float:right
}
.all-projects ul li a {
padding:12px 0
}
.all-projects ul li .title {
font-size:35px
}
.all-projects ul {
padding-left:0
}
.all-projects ul li .number {
left:0
}
.categorie {
margin-left:30px
}
.page-view .categorie {
margin-left:0
}
.hero-content .title {
font-size:35px
}
.subtext {
font-size:18px;
line-height:30px
}
.next-link .nav-title {
font-size:25px
}
.col-lg-12.text-left.top_60.bottom_30.box-animation {
margin:0
}
footer {
width:100%;
padding:33px 30px 45px;
border-top:1px solid #2f2f2f;
margin-top:23px
}
footer .social {
padding:0;
margin:0 auto;
float:none!important;
display:table
}
footer .copyright {
float:none!important;
width:100%;
display:inline-block;
text-align:center
}
footer .back-top p, footer .copyright p {
margin-bottom:12px
}
footer .back-top {
display:none
}
.social a {
margin-right:10px
}
.project-info .title {
font-size:24px;
line-height:33px
}
.container.top_90.box-animation {
margin-top:51px
}
.full-image {
display:none
}
.subtext.top_90.box-animation {
margin-top:14px
}
.page-view .project .text .see-more {
font-size:15px;
transform:translateX(20px)
}
.subpage {
padding:120px 30px 0
}
.page-title {
font-size:30px;
width:60%
}
.subpage .subtext {
font-size:20px;
line-height:33px
}
.contact-link.top_120 {
margin-top:60px
}
.contact-link br {
display:none
}
.subtitle.top_90.bottom_45 {
margin-top:50px
}
.subtitle {
font-size:22px
}
.services .service {
padding:40px 30px
}
.getintouch .info {
width:100%;
float:left;
margin-bottom:20px;
text-align:center
}
.getintouch {
margin-top:60px;
margin-bottom:60px
}
.space30 {
height:15px
}
.space80 {
height:40px
}
.d-n {
display:none
}
.space50 {
height:25px
}
.col-lg-12.text-left.box-animation {
text-align:center!important
}
.form-inp {
margin-bottom:20px
}
.t-and-c {
padding-left:0
}
.t-and-c .terms {
padding-left:17px
}
.terms li:before {
margin-left:-16px
}
.res-hide {
display:none
}
.register-now-hed {
width:85%;
margin-top:22px
}
}
@media screen and (max-width:500px) {
.page-view .project .text {
width:100%;
padding:0 10px
}
.page-view .project .text .see-more {
font-size:30px
}
.contact-form {
padding:0!important
}
.getintouch {
margin-top:0
}
.c-btn {
left:0
}
.c-btn.rg-now {
width:50%;
left:0
}
header .logo {
width:100%
}
[type=checkbox]:disabled:checked+label:before, [type=checkbox]:disabled:not(:checked)+label:before {
top:5px
}
[type=checkbox]:checked+label:after {
top:5px
}
[type=checkbox]:checked+label, [type=checkbox]:not(:checked)+label {
line-height:inherit
}
[type=checkbox]:checked+label:before, [type=checkbox]:not(:checked)+label:before {
top:3px
}
}
@media screen and (max-width:360px) {
.register-now-hed {
margin-top:13px
}
}
@media screen and (max-width:320px) {
.page-title {
font-size:25px;
width:60%
}
.register-now-hed {
margin-top:0
}
}
