@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family: arial;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*{
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
img{
	max-width: 100%;
}
.fullwidth{
	width: 100%;
}
.clearfix, .clear{
	clear: both;
}
/* .........................  Social media style  .........................*/
.shareboxwrp{
	display:none;
	float:left;
	width:100%;
}
.shareboxwrpin {

    margin: 0 auto;
    display: table;
    width: 40px;

}
.social-media-main {
	width: 50px;
height: 190px;
	float: left;
	position: fixed;
	bottom: 10px;
	z-index: 9;
	right: 20px;
	padding-top: 60px;
}
.shretle {
	font-size: 11px;
	font-family: arial;
	font-weight: bold;
	text-transform: uppercase;
	width: 50px;
	height:50px;
	line-height:50px;
	background-size:60% auto;
	background-image:url(../images/share.svg);
	background-repeat:no-repeat;
	background-position:center center;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	text-align: center;
	background-color: #FFFFFF;
	padding: 3px 0;
	color: #fff;
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
	float:left;
	position:absolute;
	top:130px;
	left:0;
	cursor:pointer;
	-moz-transition:all .2s linear .0s;
	-webkit-transition:all .2s linear .0s;
	transition:all .2s linear .0s;
}
.shretle.open {
	top:0;
	background-image:url(../images/close.svg);
	
}
.social-media-ins {
	width: 100%;
	height: 180px;
	float: left;
	margin: 0px;
}
.social-media-head {
	width: 100%;
	height: auto;
	float: left;
	font-family: arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
	line-height: 110%;
}
.social-media-icon {
	width: 40px;
	height: 40px;
	float: left;
	cursor: pointer;
	background-image: url(../images/social.svg);
	background-size:50px auto;
	background-repeat: no-repeat;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;

margin-bottom: 5px;
}
.tw-clr {
	background-position: -4px -107px;
	background-color: #2caafe;
}
.gl-clr {
	background-position: -4px -56px;
	background-color: #fb443e;
}
.wt-clr {
	background-position: -4px -159px;
	background-color: #13b345;
}
.fb-clr {
	background-color: #2b44a0;
	background-position: -6px -5px;
}
/* .........................  /Social media style  .........................*/


.d-flex{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.justify-content-center{
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.flex-wrap{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.align-items-center{
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.flex-grow{
    -webkit-flex-grow: 1;
-moz-flex-grow: 1;
    flex-grow:1;
}





.container{
	max-width: 930px;
	margin: 0 auto;
	width: 100%;
	padding: 0 15px;
}
.en{
	font-family:Arial, Gotham, "Helvetica Neue", Helvetica,  "sans-serif";
}
.container:after, .container:before{
	content: "";
	display: table;
}
.container:after{
	clear: both;
}
.main-title {
    width: 100%;
    margin-top: -130px;
}
.sectionbotmbgwrp{
	background-image: url("../images/video-bg.png");
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center bottom;
}
.rounded{
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.priceImg{
	width: 350px;
	height: 350px;
	background-color: #0e7f3f;
	padding: 30px;
 position: relative;
	z-index: 1;
}
.price-title {
    width: 300px;
    height: 300px;
    background: #8acbeb;
margin-left: -30px;
}
 
.pricewrp{
	display: table;
	margin: 40px auto 10px;
}
.priceImg, .price-title{
	display: inline-block;
	vertical-align: middle;
}
.priceimgIn, .price-titleIn{
		display: -webkit-box;
display: -ms-flexbox;
display: flex;

-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;

-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
	padding: 30px;
	width: 100%;
	height: 100%;
}
.videoFrame{
	width: 100%;
	position: relative;
	padding-top: 56.25%;
	background-color: #000000;
}
.videoFrame iframe{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100% !important;
	height: 100% !important;
}
.videowrp{
	margin: 50px 0;
}
.introwrp {
    margin: 50px 0 10px;
    font-size: 22px;
    line-height: 1.3;
    text-align: center;
}
.introwrp  .en{
	font-size: 16px;
	font-weight: 600;
}
.introwrp .english-font {
    font-size: 18px;
    font-family: arial;
    color: #f58320;
    font-weight: 600;
}
.winnerImg{
	width: 150px;
	height: 150px;
	overflow: hidden;
	background: #eee;
	margin: 0 auto;
	border: 3px solid #fff;
	-moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
}
.text-center{
	text-align: center;
}
.winnerImg  img{
	display: block;
}
.winnerli{
	width: 33.333%;
	padding: 5px;
}
.winners-section{
	float: left;
	background: #f58320;
	padding: 50px 0;
}
.enTitle {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
}
.winnerName.en {
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
}
.winner-a {
    color: #000;
    text-decoration: none;
	display: block;
	background-color: #fff;
	padding: 10px;
	height: 100%;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.winner-a:hover .winnerName{
	color: #f58320;
}

.footer-wrp {
	padding: 30px 0;
	color: #fff;
	background-color: #333333;
}

.socialUl{
	text-align: center;
	margin-bottom: 15px;
}
.socialUl li{
	display: inline-block;
	padding: 3px;
}
.socialUl a {
    display: block;
    width: 35px;
    height: 35px;
    background: #f58320;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
    border-radius: 50%;
}
.socialUl img{
	width: 100%;
	display: block;
}
.termsPop {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
	z-index: 100;
	display: none;
}
.termsPop .container{
	height: 100%;
}
.termsclose {
    position: absolute;
    right: 0;
    padding: 10px;
    cursor: pointer;
    font-family: arial;
    top: 0;
}
.termsclose span{
	font-size: 16px;
	display: inline-block;
	vertical-align: middle;
}
span.clseIcon{
	font-size: 30px;
}
.terms-a {
    display: table;
    margin: 0 auto 20px;
    color: #848484;
    text-decoration: none;
    font-size: 16px;
}
.termsopen{
	cursor: pointer;
}
.overflowhidden{
	overflow: hidden;
}
.date {
    font-size: 14px;
    margin-top: 8px;
	color: #666666
}
.termstop a {
    color: #000;
    font-weight: bold;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 4px;
}

	.pltLink{
		width: 37px;
		height: 37px;
		margin: 10px auto;
		background-size: 33px 33px;
		background-repeat: no-repeat;
		background-position: center center;
		background-color: #f58320;
border-radius: 50%;
	}
.winner-a:hover .pltLink{
	background-color: #222;
}
	.facebokplLink{
		background-image: url('../images/Icons_facebook.svg');
	}
	.instaplLink{
		background-image: url('../images/Icons_instagram.svg');
	}