body {
	font-family: 'barberinocleanttregular', sans-serif;
	background: #1c1c1c;
	counter-reset: section;
}


/*! CSS Used fontfaces */

@font-face {
	font-family: 'BebasNeueBold';
	src: url('../fonts/BebasNeueBold.eot#iefix') format('embedded-opentype'), url('../fonts/BebasNeueBold.otf') format('opentype'), url('../fonts/BebasNeueBold.woff') format('woff'), url('../fonts/BebasNeueBold.ttf') format('truetype'), url('../fonts/BebasNeueBold.svg#BebasNeueBold') format('svg');
	font-weight: normal;
	font-style: normal;
}


*:focus {
	outline: none;
}

a:hover {
	text-decoration: none;
}
.container {
    max-width: 1000px;
}
.header {
	background: #fff;
	width: 100%;
	float: left;
	/* box-shadow: 0 0 5px #888; */
}

.header .logo {
	position: relative;
	position: absolute;
	left: 0;
	width: 161px;
	top: 0px;
}

.header .logo span {
	position: absolute;
	left: 50%;
	top: 98%;
	margin-left: -75px;
	padding: 4px;
	text-align: center;
	width: 134px;
	height: 66px;
	background-repeat: no-repeat;
	background-size: cover;
}
.header .logo span img{max-width:100%}

.header .flex-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row;
	position: relative;
}

.header .navgation {
    margin-left: auto;
}

.header .navgation ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.header .navgation ul li {
	/* padding: 10px; */
}

.header .navgation ul li:last-child a {
	background: #034ffa;
	color: #fff;
	position: relative;
	top: 10px;
	padding: 26px;
}

.header .navgation ul li a {
	font-family: "Open Sans", sans-serif;
	color: #000;
	text-transform: uppercase;
	font-size: 13px;
	padding: 17px;
	display: block;
}

.banner {
	width: 100%;
	float: left;
	background: url(../images/banner.jpg) no-repeat center top;
	/* min-height: 600px; */
	z-index: 1;
}
.new-banner{width:100%;float:left;margin:0 0 40px 0}
.new-banner img{width:100%;}
.banner h1 {
	font-family: barberinocleanttregular;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    padding: 100px 0 40px 0;
    font-size: 60px;
    line-height: 60px;
    letter-spacing: 1px;
    margin: 0px;
    float: left;
    text-align: center;
    width: 100%;
}

.banner-in {
	background: #034ffa;
	
	width: 100%;
	float: left;
	padding: 15px;
min-height: 250px; }

.banner-in .banner-content {
	width: 48%;
	float: left;
	padding-right: 10px;
	

}
.banner-in .banner-content .tag-image {
	width: 150px;
	transform: rotate(-24deg);
	-webkit-transform: rotate(-24deg);
	-moz-transform: rotate(-24deg);
	margin: -30px 0 18px -33px;
}

.banner-in .banner-content h2 {
	margin: 0px;
	padding: 0px;
	font-size: 25px;
	color: #fff;
	line-height: 32px;
	text-align: left;
	padding-bottom: 15px;
}

.banner-in .banner-content p {
	font-family: "Open Sans", sans-serif;
	font-size: 17px;
	line-height: 23px;
	color: #fff;
	
}

.banner-in .banner-imgae {
	position: relative;
	width: 50%;
	float: right;
}

.banner-in .banner-imgae:after {
	content: "";
	position: absolute;
	background: #1c1c1c;
	right: -15px;
	width: 100px;
	height: 151px;
	top: -17px;
}

.banner-in .banner-imgae img {
	position: absolute;
	left: -14px;
	top: -42px;
	z-index: 1;
}

.footer {
	width: 100%;
	float: left;
	background: #000;
}

.footer .text-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0;
}

.footer p {
	margin: 0px;
	color: #fff;
	font-family: "Open Sans", sans-serif;
	float: right;
	margin-left: auto;
}

.topic {
	width: 100%;
	float: left;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
/* .topic .item {
    width: 32.8%;
} */
.topic_headline {
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: .6px;
	padding: 20px 0;
}

.topic-con {
	width: 100%;
	float: left;
	padding: 20px 0px;
	position: relative;
	z-index: 1;
}

.item-value {
	background: #ffffff;
	width: 100%;
	float: left;
}
.item-value img {
	
	width: 100%;
	
}

.item-value.last-child {
	background: #5b34b4;
}

.item-value .desc {
	padding: 20px;
	width: 100%;
	float: left;
	height: 188px;
	margin-top: -80px;
	position: relative;
	padding-bottom: 20px;
}

.item-value.last-child .desc {
	background: #5b34b4;
	margin: 0px;
	text-align: center;
	height: auto;
	color: #fff;
	padding-top: 47px;
}

.item-value.last-child .desc h4 {
	background: transparent;
}

.item-value.last-child .image-wrap img {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.item-value.last-child .image-wrap {
	margin-top: 0;
	height: 306px;
	overflow: hidden;
	width: 100%;
	float: left;
	position: relative;
}

.item-value .desc p {
	font-family: "Open Sans", sans-serif;
	font-size: 17px;
	line-height: 20px;
	letter-spacing: .51px;
	font-weight: normal;
	padding-bottom: 10px;
	margin-top: 10px;
}

.item-value h4 span {
	display: block;
}

.item-value h4.no-bg {
	background: transparent;
	transparent: ;
	color: #034ffa;
	margin: 0px;
	padding: 10px 0px;
}

.item-value h4 {
	background: #304ffa;
	color: #fff;
	padding: 5px 15px;
	font-size: 25px;
	font-family: bar;
	display: inline-block;
	text-transform: uppercase;
	font-family: barberinocleanttregular;
	line-height: 32px;
	letter-spacing: 1px;
	/* margin-top: -135px; */
	/* z-index: 999; */
	/* position: relative; */
	margin: 0px;
}

.owl-dots {
	width: 100%;
	float: left;
	text-align: center;
	padding-top: 10px;
}

.owl-dot.active {
	background: #034ffa
}

.owl-dot {
	width: 25px;
	height: 6px;
	background: #fff;
	display: inline-block;
	margin: 0 4.5px;
	border: none;
}

.owl-carousel .owl-nav {
	position: absolute;
	top: 50%;
	margin-top: -30px;
	left: 0px;
	width: 100%;
}

.owl-carousel .owl-prev {
	float: left;
	cursor: default;
	left: -50px;
	position: relative;
	font-size: 0px!important;
	width: 18px;
	height: 64px;
	background: url(../images/left-arrow.png) no-repeat!important;
	border: none
}

.owl-carousel .owl-next {
	float: right;
	cursor: default;
	right: -50px;
	position: relative;
	font-size: 0px!important;
	width: 18px;
	height: 64px;
	background: url(../images/right-arrow.png) no-repeat!important;
	border: none
}

.owl-carousel .owl-prev.disabled {
	display: none;
}

.owl-carousel .owl-next.disabled {
	display: none;
}

.prize-jury {
	width: 100%;
	float: left;
}

.prize-jury-in {
	padding: 0 0px;
	/* margin: 30px 0; */
}

.list-style-user {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: flex;
	flex-direction: row;
	margin-top: 0;
	flex-wrap: wrap;
	justify-content: space-between;
}

.list-style-user li {
	width: 23%;
	font-family: "Open Sans", sans-serif;
	color: #fff;
}

.list-style-user li img {
	width: 100%;
	color: #fff;
}

.list-style-user li h4 {
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
}

.list-style-user li p {
	font-size: 10px;
	line-height: 13px;
}

.winner {
	width: 100%;
	float: left;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	/* background: #fecd11; */
	padding-left: 0;
	overflow: hidden;
}

.winner:before {
	background: url(../images/real.png) no-repeat;
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.winner .image-con {
	background: #d74747;
	padding: 40px 25px 55px 15px;
	width: 32%;
	text-align: center;
	position: relative;
	/* overflow: hidden; */
}

.winner .image-con:after {
	background: url(../images/aicon.png) no-repeat right top;
	content: "";
	position: absolute;
	left: 0px;
	bottom: -19px;
	width: 200px;
	z-index: 999;
	height: 72px;
	left: -12px;
	transform: rotate(15deg);
}

.winner .winner-text {
	width: 100%;
	background: #fecd11 url(../images/award-bg.png) no-repeat right top;
	/* height: 100%; */
	padding: 20px;
	/* min-height: 214px; */
	text-align: center;
}

.winner .winner-text h3 {
	margin: 0px 0 30px 0;
	padding: 0px;
	text-transform: uppercase;
	font-size: 40px;
	letter-spacing: 1px;
	/* font-weight: bold; */
}

.winner .winner-text p {
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	line-height: 27px;
	padding-top: 0;
	/* padding-right: 85px; */
	color: #000;
	/* padding-bottom: 13px; */
	padding: 0 0;
	font-weight: 600;
}

.rulessection {
	width: 100%;
	float: left;
	background-image: url(../images/blueimage.png);
	background-repeat: no-repeat;
	background-size: cover;
	/* height: 273px; */
}

.contentbox {
	padding: 25px 0;
	width: 100%;
	float: left;
}

.contentbox ul {
	margin: 0;
	list-style: none;
	flex-direction: row;
	display: flex;
	color: white;
	padding-left: 0px;
	flex-wrap: wrap;
	justify-content: space-between;
	counter-reset: section;
	font-family: "Open Sans", sans-serif;
}

.contentbox ul li {
	/* display: inline-block; */
	/* vertical-align: top; */
	/* padding-bottom: 10px; */
	/* width: 31.33%; */
	/* float: left; */
	font-size: 14px;
	padding-left: 20px;
	/* position: relative; */
	margin: 11px 0;
	line-height: 21px;
	display: block;
	position: relative;
	display: flex;
	background-blend-mode: hue;
	justify-content: center;
	align-items: center;
	/* position: relative; */
}

.contentbox ul li p {
	padding-left: 31px;
	margin: 0px;
}

.contentbox ul li p span {
	/* counter-increment: section; */
	/* content: counter(section); */
	position: absolute;
	/* padding-right: 30px; */
	background: #ffff;
	border-radius: 100%;
	width: 30px;
	height: 30px;
	text-align: center;
	color: #000;
	line-height: 32px;
	font-weight: bold;
	left: 0px;
	top: 14px;
	margin-top: -15px;
}


/*video section*/

.watchfilms {
	background-color: #1c1c1c;
	width: 100%;
	float: left;
	padding-bottom: 70px;
}

.video-slider {
	padding: 0 40px;
}

.videostyle {
	margin-top: 20px;
	font-size: 18px;
	padding: 5px 15px;
	color: white;
	text-align: center;
}

.h2style {
	font-size: 18px;
	color: white;
	font-family: "Open Sans", sans-serif;
}

.box iframe {
	width: 100%;
border:none;
height:200px;
}

.textleft {
	text-align: left;
	color: white;
	font-size: 12px;
	font-family: "Open Sans", sans-serif;
}

.mar-top-30 {
	margin-top: 30px;
}


/* popup form */

.overlayForm {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	z-index: 2;
	overflow-y: auto;
	background: rgba(0, 0, 0, 0.93);
	text-align: center;
	display: none;
	font-family: "Open Sans", sans-serif;
}

.marketingForm {
	max-width: 840px;
	text-align: left;
	border-radius: 0;
	padding: 25px 50px;
	background: #fff url(../images/popup-bg.jpg);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 999999;
	border-top: 10px solid #034ffa;
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: contain;
}

.marketingForm .error {
	color: rgb(249, 0, 4);
	position: absolute;
	width: 100%;
	left: 16px;
	top: 80px;
	display: none;
	color: #ff0000;
}

.formIn {
	width: 100%;
	float: left;
	position: relative;
}

.marketingForm h3 {
	font-size: 40px;
	text-align: left;
	font-weight: 700;
	color: #000;
	margin: 0px;
	font-family: 'barberinocleanttregular';
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 20px;
}

.closeForm {
	cursor: pointer;
	position: absolute;
	top: 10px;
	right: 10px;
	width: 24px;
}

.closeForm img {
	width: 100%;
}

.int1 {
	height: 50px;
	line-height: normal;
	width: 100%;
	background: #FFF;
	border: 1px solid #c6c6c6;
	font-size: 14px;
	font-weight: 400;
	color: #000;
	padding: 5px 15px;
	outline: none;
	box-shadow: none;
	border-width: 1px;
	margin-bottom: 25px;
}

select {
	height: 42px;
	line-height: normal;
	width: 100%;
	background: #fff;
	border: 1px solid #000;
	font-size: 14px;
	font-weight: 400;
	color: #000;
	padding: 0 12px;
	font-family: 'Lato', sans-serif;
}

.marketingForm p {
	color: #000;
	clear: both;
	margin: 10px 0;
}

.btn-con {
	background: #304efa;
	text-align: center;
	margin: 20px 0 10px 0;
}

.btn-con img {
	margin-top: -2px;
	margin-right: 10px;
}

.sub {
	display: inline-block;
	margin: 0;
	vertical-align: top;
	cursor: pointer;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	background: #304efa;
	border: none;
	text-transform: uppercase;
	padding: 10px 15px;
}

.sticky-btn {
	display: none;
	position: fixed;
	bottom: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	padding: 15px;
	background: #304ffa;
	z-index: 9999;
	text-align: center;
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
}

.thankyou {
	text-align: center;
	color: #008000;
	font-size: 20px;
}
.bodylock  {
		overflow:hidden;
	}
	.process-wrap{
    width: 100%;
    float: left;
}
	.process-wrap .process{
    width: 100%;
    float: left;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
	.process-wrap .process .step:after{content:"";position:absolute;right: -18px;top:50%;margin-top: -28px;background: url(../images/border-cut.png) no-repeat;height: 55px;width: 18px;}
	.process-wrap .process .step:last-child:after{display:none;}
	.process-wrap .process .step{
    width: 24%;
    border: 1px dashed #fff;
    float: left;
    /* width: 100%; */
    border-radius: 20px;
    min-height: 300px;
    padding: 20px;
    color: #fff;
    position: relative;
}
.process-wrap .process .step h3{
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    line-height: 25px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    }
.process-wrap .process .step h4{ font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 25px;
   
    font-weight: bold;
    margin: 0px;
    padding: 0px;}
.process-wrap .process .step p{
    font-size: 16px;
    line-height: 25px;
    font-family: "Open Sans", sans-serif;
    margin: 0;
    padding: 0px;
    padding-top: 14px;
    }
@media(max-width:1024px) {
	.winner {
		padding-left: 0px;
	}
	.winner .winner-text p {
		font-size: 12px;
		line-height: 22px;
	}
	.banner-in .banner-imgae {
		/* height: 242px; */
		/* overflow: hidden; */
	}
	.video-slider .owl-nav {
		display: none;
	}
	.banner-in .banner-imgae img {
		left: 0;
		top: 0;
		z-index: 1;
		/* object-fit: cover; */
		width: 443px;
	}
	.banner-in .banner-imgae:after {
    content: "";
    position: absolute;
    background: #304ffa;
    right: -15px;
    width: 100px;
    height: 151px;
    top: -14px;
}
.item-value.last-child .image-wrap {
    
height: 296px;}
.winner .image-con {
  
padding: 40px 25px 47px 15px;}
}

@media(max-width:992px) {
	.banner-in .banner-imgae img {
    left: 0;
    top: 0;
    z-index: 1;
    /* object-fit: cover; */
    width: 382px;
}
.item-value.last-child .image-wrap {
    height: 194px;
}
.process-wrap .process{    flex-wrap: wrap;}
.process-wrap .process .step{width:48%; margin-bottom:3%;    min-height: 210px}
.winner .winner-text p {
    font-size: 18px;
    line-height: 30px;
}
	
	
	.header .navgation ul li a {
		padding: 17px 9px;
	}
	.header .navgation ul li:last-child a {
		top: 7px;
		padding: 18px 10px;
	}
	.banner h1 {
		padding: 60px 0;
		font-size: 40px;
		line-height: 50px;
	}
	.banner-in .banner-content h2 {
		font-size: 19px;
		color: #fff;
		line-height: 28px;
	}
	.winner {
		margin: 20px 0;
		background: #fecd11;
	}
	.contentbox ul li {
		width: 50%;
		position: relative;
	}
}

@media(max-width:767px) {
	#wf{height:auto;}
	.new-banner img{height:auto;margin-bottom:20px;}
.contentbox ul li {
	
    width: 100%;
    text-align: left;
    justify-content: flex-start;
    padding-left: 20px;
}
	.item-value .desc {
		margin-top: 0px;
		height: auto;
	}
	.list-style-user {
		flex-direction: column;
		margin-top: 0px;
	}
	.list-style-user li {
		width: 100%;
	}
	.prize-jury-in,
	.topic-con {
		padding: 0;
	}
	.prize-jury-in {
		margin: 0 -15px;
	}
	.banner h1 {
		padding: 115px 0 30px 0;
		font-size: 22px;
		line-height: 9px;
	}
	.banner-in {
		display: flex;
		width: 100%;
		float: left;
		padding: 0;
		/* flex-direction: column-reverse; */
		min-height: 200px;
		justify-content: flex-start;
	}
	.banner-in .banner-imgae {
		/* position: relative; */
		/* width: 100%; */
		/* float: right; */
		/* overflow: inherit; */
	}
	.banner {
		background-size: contain;
	}
	.banner-in .banner-imgae:after {
		display: none;
	}
	.banner-in .banner-imgae img {
		width: 100%;
		width: 100%;
		top: 0px;
	}
	.banner-in .banner-content {
		width: 100%;
		padding-right: 0;
		padding: 10px;
		margin-top: 0px;
		z-index: 9;
	}
	.owl-nav {
		display: none;
	}
	
	.header .navgation ul {
		display: none;
		position: absolute;
		width: 100%;
		left: 0px;
		background: #fff;
		z-index: 9;
		top: 46px;
	}
	.header .navgation ul li:last-child {
		display: none;
	}
	.sticky-btn.display {
		display: block;
	}
	.header .navgation ul li {
		border-bottom: 1px solid #ccc;
	}
	.winner .image-con {
		padding: 60px 0;
		width: 30%;
	}
	.winner .winner-text {
		padding: 30px 10px 0 10px;
	}
	.list-style-user li h4 {
		font-size: 20px;
		line-height: 24px;
		font-weight: bold;
	}
	.list-style-user li p {
		font-size: 14px;
		line-height: 23px;
	}
	.header .logo span {
    top: 37px;
    height: auto;
    padding: inherit;
    }
	.owl-dot {
		width: 10px;
		height: 4px;
		margin: 0 2px;
	}
	.video-slider {
		padding: 0;
	}
	.marketingForm {
		width: 90%;
		padding: 10px;
	}
	.int1 {
		height: 35px;
		line-height: normal;
		width: 100%;
		background: #FFF;
		border: 1px solid #c6c6c6;
		font-size: 14px;
		font-weight: 400;
		color: #000;
		padding: 5px 15px;
		outline: none;
		box-shadow: none;
		border-width: 1px;
		margin-bottom: 10px;
	}
	.overlayForm {
		z-index: 99;
	}
	.bodylock .sticky-btn.display {
		display: none;
	}

.sticky-btn {
		display: block;
	}

	.marketingForm .error {
		position: static;
	}
.bodylock .winner .image-con:after{display:none;}
.closeForm {
       z-index: 99;
}
.header .navgation {
    z-index: 999;
    background: #fff;
}
.mobile-logo{width: 100%;
    text-align: center;
    position: relative;
   
    float: left;}
.header {
   
    padding: 7px 0;
}

	.topic {
   
    flex-direction: column;
}
.topic .item {
    width: 100%;
    margin-bottom: 10px;
}
.item-value.last-child .image-wrap {
    height: 464px;
}
.footer {
    /* padding-bottom: 50px; */
   
}
.footer p {
    margin-left: initial;
    width: 100%;
	text-align: center;
}
.banner-in .banner-content p br {
	display:none;
}
}

@media(max-width:480px) {
	.item-value.last-child .image-wrap {
    height: 284px;
}
	.banner-in .banner-content {
		/* margin-top: 100px; */
	}
	.marketingForm {
		width: 90%;
	}
	.banner-in .banner-imgae {
   
    width: 100%;
    
    padding-bottom: 260px;
}
.banner-in {
   position: relative;
   flex-direction: column;
}
.process-wrap .process .step {
    width: 100%;
    margin-bottom: 3%;
    min-height: 0px;
}
.process-wrap .process .step:after {
    content: "";
    position: absolute;
right: -16px;}
.banner-in .banner-content .tag-image {
   position: absolute;
    top: 14px;
    left: 30px;
}
.banner-in .banner-content p{
padding-top: 50px;
}
}