.banner{
	overflow: hidden;
	padding: 0 15px;
	position: relative;
}
.next-sec{
	content: "";
	position: absolute;
	bottom:30px;
	left: 50%;
	transform: translateX(-50%) rotate(-135deg);
	width: 15px;
	height: 15px;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	z-index: 10;
	cursor: pointer;
	display: none;
}
.banner-wrap{
	position: relative;
	margin-top:100px;
}
.banner-content{
	position: absolute;
	z-index: 2;
	top: 50%;
	transform: translateY(-50%);
	left:0px;
	max-width: 625px;
	padding: 0 15px;
}

.banner-content strong{
	font-size:2.7rem;
	color: #fff;
	font-weight: 900;
	line-height: 1.5;
	display: block;
	line-height:0.8;
	margin-bottom:18px;
}
.gallery-link{
	display: block;
	width: 120px;
	color:#fff;
	border: 2px solid #FFFFFF;
	border-radius: 33px;
	font-weight: 500;
	text-align: center;
	padding: 7px;
	font-size: 1.6rem;
	cursor: pointer;
	transition: all 0.5s ease;	
	text-transform: capitalize;
}
.gallery-link:hover{
	background: #fff;
	color:#000;
}
.counter-wrap{
	position: absolute;
	top: 114px;
	left: 20px;
	border-radius: 20px;
	background:rgba(27,27,27,0.2);
	padding: 6px;
	text-align: center;
	z-index: 2;
}
.counter-wrap span,.counter-wrap {
	color:#fff;
	font-size: 1.432rem;
	font-weight: 500;
}
/*slick*/
.banner-slide .slick-prev{
	display: none;
}
.banner-slide .slick-next{
	top:55%;
	position: absolute;
	right: -14px;
	height:90px;
	width:90px;
	border-radius: 50%;
	text-align: center;
	background: #F2510F;
	font-size: 1.6rem;
	color:#fff;
	font-weight: 500;
	transform: translateY(-50%);
	transition: all 0.5s ease;
	z-index: 5;
}
.banner-slide .slick-dots{
	position: absolute;
	bottom:10px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 5;
}
.banner-slide .slick-dots li{
	display: inline-block;
	margin:0 5px;
	font-size: 0;
	width: 40px;
	height: 24px;
	cursor: pointer;
}
.banner-slide .slick-dots li button{
	display: inline-block;
	margin:10px 5px;
	font-size: 0;
	background:rgba(255,255,255,0.33);
	width: 100%;
	height: 3px;
}
.banner-slide .slick-dots .slick-active button{
	background: rgba(255,255,255);
}
.about-website{
	padding: 40px 0;
}
.all-head{
	max-width:900px;
	width:335px;
	margin-bottom: 30px;
	text-align: left;
}
.all-head h1{
	font-size:2.8rem;
	color:#fff;
	margin: 0;
	display: inline-block;
}
.global-comment{
	font-size: 2.8rem;
	color:#EF5223;
	margin-right: 25px;
}
.artificial-collect{
	position: relative;
}

.artificial-morning{
	width:65px;
	position: absolute;
	top: 0;
	left: 0;
}
.artificial-info{
	padding-left: 15%;
	overflow: hidden;
}
.artificial-image{
	width:195px;
}
.artificial-tour{
	width:102px;
	align-self: flex-end;
}
/*award-wrapper*/
.award-wrapper{
	padding-bottom:60px;
}
.comment-wrap,.client-head{
	font-size: 2.4rem;
	color:#fff;
	position: relative;
	font-weight: normal;
	line-height: 1;
	margin:0 0 20px;
	padding-left: 25px;
}
.comment-wrap::before,.client-head::before{
	content:"//";
	font-size:2.4rem;
	position: absolute;
	top:0;
	left:0;
	color:#EF5223;
}
.award-steps{ 
	margin-bottom: 40px;
}
.award-steps li a{
	min-height:95px;
	transition: all 0.5s ease;
	position: relative;
} 
.award-steps li a::after,.award-steps li a::before{
	content:"";
	position: absolute;
	top: 0;
	height: 1px;
	width: 100%;
	background:rgba(255,255,255,0.5); 
	transition: all 0.5s ease;
}
.award-steps li a::after{
	background:rgba(255,255,255,0.5);
	top: auto;
	bottom: 0; 
}
.award-steps li a:hover:after,
.award-steps li a:hover:before{
	background:rgba(255,255,255,1);
}
.awarded-details{
	width: 90%;
}
.number{
	font-size: 1.4rem;
	color:#fff;
	font-weight: normal;
	transition: all 0.5s ease;
	opacity:0.5;
}
.award-steps li a:hover .number{
	opacity: 1;
}
.award-icons{
	/*width: 45%;*/
	width: 80%;
}
.award-icons strong{
	font-size: 1.6rem;
	color:#fff;
	font-weight: normal;
	width: 74%;
	opacity:0.5;
	transition: all 0.5s ease;
}
.award-steps li a:hover strong,.award-steps li a:hover strong sup{
	opacity: 1;
}
.award-icons strong sup{
	font-size: 1.44rem;
	color:#000;
	font-weight: 500;
	width: 60px;
	text-align: center;
	padding:2px 8px;
	background: #fff;
	border-radius: 30px;
	opacity:0.5;
	transition: all 0.5s ease;
}
.awarded-details p{
	color:#fff;
	font-size: 1.5rem;
	font-weight: normal;
	line-height: 1.2;
	max-width: 245px;
	opacity:0.5;
	transition: all 0.5s ease;
}
.award-steps li a:hover p{
	opacity: 1;
}
.awarded-details i{
	opacity: 0.5;
	transition: all 0.5s ease;
}
.award-steps li a:hover i{
	opacity: 1;
}
.icon-web{
	background-position: -164px -121px;
	width: 25px;
	height: 26px;
}
.icon-market{
	background-position: -81px -88px;
	width: 25px;
	height: 27px;
}
.icon-social{
	background-position:-199px -88px;
	width: 25px;
	height: 23px;
}
.icon-apps{
	background-position:-124px -85px;
	width: 25px;
	height: 43px;
}
.icon-webvideo{
	background-position: -159px -84px;
	width: 25px;
	height: 25px;
}
.icon-Podcasts{
	background-position:-83px -149px;
	width: 25px;
	height: 45px;
}
.award-wrapper .signup-link{
	margin: 0 auto;
}
/*client-section*/
.client-section{
	background:#00A3FF;
	padding: 40px 0;
}
.client-head::before{
	color:#000;
}
.client-info{
	color:#fff;
	font-size: 2rem;
	line-height: 1.4;
	font-weight: normal;
	margin-bottom: 25px;
	max-width: 655px;
}
.client-profile{
	margin-bottom: 25px;	
}
.client-profile li{
	margin-bottom: 20px;
}
.client-profile li:last-child{
	margin-bottom: 0;
}
.client-profile h3,.client-profile strong{
	font-size: 2rem;
	color:#fff;
	font-weight: normal;
}
.client-profile strong{
	display: block;
	margin-bottom: 10px;
}
.client-profile p{
	color:#fff;
	font-weight: normal;
	font-size: 1.7rem;
}
.client-section .signup-link{
	margin: 0 auto;
}
.client-profile figure{
	max-width:315px;
	width: 150px;
	margin-bottom: 15px;
}
.featured-section{
	padding:50px 0;
}
.featured-banner{
	background: url("../png/big-comment.png")top center/cover no-repeat;
	min-height: 250px;
}
.featured-banner h2{
	font-size: 4rem;
	color:#fff;
	text-transform: capitalize;
	font-weight: 900;
	text-align: center;
	line-height: 0.8;
}
/*store-section*/
.store-section{
	position: relative;
	overflow: hidden;
}
.store-section figure img{
	width: 100%;
	height: 100%;
	object-fit:contain;
}
.store-section .mob-speed{
	width:auto;
	height:52vh;
	transform: translateX(28%);
  }
.store-subhead,.store-data{
	position: absolute;
	top:50px;
	left: 0;
	right: 0;
	max-width:1315px;
	margin: 0 auto;
	padding: 0 15px;
}
.store-subhead span,.store-data small{
	font-size: 1.3rem;
	color:#fff;
	font-weight: 900;
}
.store-data{
	bottom:45px;
	top: auto;
}
.store-linkwrap strong,.store-linkwrap a{
	font-size: 3rem;
	color:#fff;
	font-weight: 900;
	display: block;
}
.store-linkwrap a{
	font-weight: normal;
}
.store-data small{
	align-self: flex-end;
}
/*.activity-section*/
.activity-section{
	padding:90px 0 130px;
}
/*mob-section*/
.mob-section{
	background: #a89e9d;
}
.mob-gallery{
	max-width: 1170px;
	margin: 0 auto;
	padding: 0 15px;
}
/*choose-section*/
.choose-section{
	position: relative;
	padding: 50px 0;
}
.choose-section .container{
	position: relative;
}
.choose-section .comment-wrap{
	margin-bottom:30px;
}
.moving-banner{
	position: absolute;
	bottom:0px;
	width: 100%;
	height:54%;
	background: #00A3FF;
	display: none;
}
.moving-banner figure{
	position: absolute;
}
.choose-content{
	z-index: 1;
}
.choose-content p{
	color:#fff;
	font-size: 2.2rem;
	font-weight: normal;
	line-height: 1.1;
	margin-bottom: 30px;
}
.choose-steps{
	margin-bottom: 35px;
}
.choose-steps li{
	color:#fff;
	font-weight: normal;
	font-size: 2rem;
	margin-bottom:15px;
}
.choose-steps li:last-child{
	margin-bottom: 0;
}
.choose-content .signup-link{
	padding: 23px 0;
	width: 175px;
}
.choose-content .signup-link:hover{
	opacity: 0.9;
}
.live-logo{
	position: absolute;
	bottom:-54px;
	right: 0;
	z-index: 2;
	width:130px;
}
/*moving*/

.moving-text{
	overflow: hidden;
	padding: 40px 0 40px;
}
.ticker-light,.ticker-bold{
	color: #FFFFFF;
	font-size:3rem;
	font-weight: 900;
	opacity: 0.5;
	transition:0.5s;
}
.ticker-bold{
	opacity: 1;
	margin-left: 15px;
}
.js-ticker-item:hover{
	opacity:1;
}
/*gallery-section*/
.gallery-section{
	padding-top: 100px;
}
.gallery-content{
	width: 92%;
	overflow: hidden;
}
.gallery-content h1{
	font-weight: 900;
	color:#fff;
	line-height:1;
	font-size: 4rem;
	margin-bottom: 28px;
}
.filter-wrapper{
	max-width: 1260px;
	margin: 0 auto 35px;
	padding-right: 15px;
}
.filter-head{
	font-size: 2.5rem;
	color:#fff;
	font-weight: normal;
	margin-bottom:22px;
}
.select-category{
	width: 270px;
}
.year-category{
	width: 120px;
}
.select-award{
	width: 190px;
}

.default-category li,.default-award li,.default-year li,.search-wrapper{
	position: relative;
}
.selectbox-content{
	margin-bottom: 18px;
	text-align: right;
}
.filter-wrapper form{
	width: 100%;
}
.define-selectbox{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 15px;
	color:#fff;
	font-size:1.6rem;
	letter-spacing: 0.2px;
	font-weight: 500;
}
.input-wrap input,.input-wrap input::placeholder{
	color:#fff;
	font-size:1.6rem;
	letter-spacing: 0.2px;
	font-weight: 500;
	background:transparent;
	border:none; 
}
/*custom selectbox*/ 
.selectbox-content .ui-selectmenu-button.ui-button{
	width: 100%;
	margin: 0;
	background: transparent;
	border:none; 
	padding: 0;
}
.selectbox-content .ui-selectmenu-text{
	color:#fff;
	font-size:1.6rem;
	letter-spacing: 0.2px;
	font-weight: 500;
	background:transparent;
	border:none; 
	padding: 10px 15px;
	width:auto;
	text-align: right;
	margin: 0;
	overflow: visible;
	border-radius:31px;
	border:1px solid rgba(151,151,151,0.39);
	cursor: pointer;
	opacity: 0.5;
	transition: all 0.5s ease;
}
.selectbox-content .ui-selectmenu-text:hover{
	border:1px solid rgba(151,151,151,1);
}
.selectbox-content .ui-selectmenu-icon.ui-icon{
	display: none;
}
.ui-widget-content{
	background: transparent;
}
.ui-widget.ui-widget-content{
	border:1px solid rgba(255,255,255,0.2); 
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover{
	background: transparent;
	border:none;
	opacity: 0.8;
}
.ui-selectmenu-menu{
	background: #000;
}
.ui-menu .ui-menu-item{
	color:#fff;
	font-size:1.6rem;
	letter-spacing: 0.2px;
	font-weight: 500;
}
/*custom selectbox end*/ 
.search-wrapper{
	width: 170px;
	margin-bottom: 18px;
	border-radius:31px;
	border:1px solid rgba(151,151,151,0.2);
	cursor: pointer;
	overflow: hidden;
	transition: all 0.5s ease;
}
.search-wrapper:hover{
	border:1px solid rgba(151,151,151,0.5);
}
.input-wrap input{
	width:70%;
	padding: 10px;
	height:100%;
}
.search-global{
	position: absolute;
	top: 50%;
	transform:translateY(-50%);
	right:20px;
	z-index: 2;
}
.icon-search{
	background-position: -81px -202px;
	width: 23px;
	height: 24px;
}
/*gallery-slider part*/
.gallery-info{
	margin-bottom:30px;
}
.gallery-keypoints{
	margin-bottom: 25px;
}
.gallery-keypoints i{
	vertical-align:middle;
	margin-right: 10px;
}
.gallery-keypoints h2{
	font-size:2.5rem;
	color:#fff;
	margin-bottom: 0;
	font-weight: normal;
	display: inline-block;
	vertical-align:middle;
}
.gallery-keypoints span{
	opacity: 0.17;
	margin-left:12px;
}
.gallery-profile figure{
	margin-bottom: 20px;
}
.gallery-data{
	width: 100%;
}
.gallery-data span{
	font-size: 1.8rem;
	color:#fff;
	font-weight: normal;
	opacity: 0.62;
}
.gallery-profile{
	margin-right:20px;
	display: block;
}
.gallery-data .store-linkwrap strong, .gallery-data .store-linkwrap a{
	font-weight: normal;
	font-size:1.9rem;
}
/*submit wrapper*/
.submit-wrapper{
	background-color: #fff;
	text-align: center;
	padding: 40px 0;
}
.submit-wrapper strong{
	color:#000;
	font-size: 2.5rem;
	font-weight: normal;
	display: block;
	margin-bottom: 20px;
}
.submit-wrapper .signup-link{
	background: #EF5223;
	margin: 0 auto;
	color:#fff;
}
.icon-go{
	background-position: -205px -160px;
	width: 19px;
	height: 16px;
	margin-left:5px;
}
.gallery-text{
	background: #fff;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.gallery-text .ticker-light,.gallery-text .ticker-bold{
	color:#000;
}
.gallery-text .ticker-light{
	color:#000;
	-webkit-text-stroke-width:1px;
	-webkit-text-stroke-color:#000;
	-webkit-text-fill-color:#fff;
	opacity: 1;
	transition:all 0.5s;
}
.gallery-text .js-ticker-item:hover{
	-webkit-text-fill-color:#000;
}
/*popup*/
.popup-wrapper{
	background: #fff;
	border:1px solid rgba(0,0,0,0.2);
	position: fixed;
	top:0;
	left:0;
	height: 100%;
	width:88.8%; 
	padding: 0 10px;
	z-index: 1500;
	transform: translateX(-102%);
	visibility: hidden;
	transition: all 0.5s ease;
}
.popup-content{
	width:100%;
	max-width: 77%;
	margin: 0 auto;
}
.popup-content h2,.bal-app{
	font-size: 2.4rem;
	color:#000;
	font-weight: 900;
	line-height: 0.8;
}
.bal-app{
	font-weight: normal;
	display: block;
	opacity: 0.76;
	margin-bottom: 12px;
}
.popup-details{
	padding-top: 30px;
}
.popup-links{
	width:100%;
	margin-bottom: 15px;
}
.popup-links h3,.popup-links span{
	font-size:1.8rem;
	color:#000;
	font-weight:900;
}
.popup-links span{
	font-weight: normal;
	display: block;
	opacity: 0.76;
}
.view-model{
	font-size: 1.8rem;
	font-weight: 500;
	color:#000;
	border-radius: 31px;
	border:1.25px solid #000;
	max-width: 166px;
	padding: 12px 50px;
	text-align: center;
	transition: all 0.5s ease;
	width: 100%;
}
.view-model:hover{
	opacity: 0.52;
}
.close-popup{
	position: absolute;
	top:50px;
	right:-25px;
	border-radius: 50%;
	width:50px;
	height: 50px;
	background: #EF5223;
	z-index: 1;
}
.close-popup::after,.close-popup::before{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) rotate(45deg);
	height: 2px;
	width:18px;
	background: #fff;
}
.close-popup::before{
	transform: translate(-50%,-50%) rotate(-45deg);
}
.popup .popup-wrapper{
	transform: none;
	visibility: visible;
}
/*guideline page*/
.guideline-parent{
	background: #fff;
}
.guideline-wrapper{
	padding:145px 15px 0;
	max-width: 1220px;
	margin: 0 auto;
}
.guideline-wrapper h1{
	font-size: 4rem;
	color:#000;
	font-weight: 900;
	line-height: 1;
}
.guideline-steps h2{
	font-size: 2.4rem;
	color:#EF5223;
	font-weight: normal;
	margin-bottom: 15px;
}
.content-guideline p{
	font-size:2rem;
	color:#000;
	font-weight: normal;
	line-height: 1.4;
	margin-bottom: 20px;
}
.content-guideline .light-info{
	opacity: 0.44;
}
.content-guideline p:last-child{
	margin-bottom: 0;
}
.light-info a{
	color:#000;
}
.light-info a:hover{
	text-decoration:underline;
}
.guideline-steps li{
	padding: 30px 0;
	border-bottom:1px solid rgba(0,0,0,0.13); 
}
.guideline-steps li:last-child{
	border-bottom: none;
}
.guide-submit{
	border-top:1px solid rgba(0,0,0,0.13); 
}

/*submit page*/
.work-wrapper{
	max-width: 100%;
	background: #fff;
	padding-left: 0;
	padding-right: 0;
}
.work-wrapper h1{
	color:#1E1E1E;
	line-height:0.8;
	margin-bottom:40px;
}
.submit-info{
	max-width: 1260px;
	margin: 0 auto;
	padding:0 15px 40px;
}
.details-wrapper{
	margin-bottom:30px;
}
.details-wrapper h2{
	font-size: 3rem;
	color:#EF5223;
	font-weight: 500;
	margin-bottom: 30px;
}
.input-sub{
	margin-bottom:15px;
	border-bottom: 1px solid rgba(0,0,0,0.2);
}
.input-sub input,.input-sub input::placeholder,.input-sub textarea,.input-sub textarea::placeholder{
	font-size:2rem;
	width: 100%;
	background: #fff;
	padding-bottom:15px;
	border:none;
	color:#000;
	font-weight: normal;
	resize: none; 
}
.input-sub textarea{
	height:75px;
}
.input-sub input::placeholder,.input-sub textarea::placeholder{
	opacity: 0.25;
}
.internal-links{
	color:#000;
	font-size: 2rem;
	font-weight: normal;
	margin-bottom: 25px;
}
.internal-links a{
	color:#EF5223;
	text-decoration: underline;
}
.internal-links a:hover{
	text-decoration: none;
}
.icon-webblack{
	background-position:-85px -293px;
	width: 25px;
	height: 25px;
	margin: 0 5px;
}
.upload-wrapper{
	margin-bottom: 25px;
}
.upload-wrapper h3{
	color:#000;
	font-weight: 500;
	font-size: 2.4rem;
	margin-bottom: 15px;
}
.upload-wrap{
	position: relative;
	border:1.5px dashed #979797;
	border-radius: 8px;
	width: 22%;
	height:60px;
	opacity: 0.64;
	transition: all 0.5s ease;
}
.upload-wrap:hover{
	border:1.5px dashed #EF5223;
	opacity: 1;
}
.upload-wrap::after,.upload-wrap::before{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	height: 2px;
	width: 15px;
	background:#EF5223; 
	opacity: 0;
	transition: all 0.5s ease;
}
.upload-wrap::before{
	transform: translate(-50%,-50%) rotate(-90deg);
}
.upload-wrap:hover::after,.upload-wrap:hover::before{
	opacity: 1;
}
.upload-wrap input{
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	border:none;
}
.payment-link{
	text-align: center;
	margin: 0 auto;
	color:#fff;
	background: #EF5223;
	border-radius: 53px;
	font-weight: 500;
	font-size: 1.8rem;
	width: 182px;
	padding: 10px 15px;
	display: block;
	transition: all 0.5s ease;
}
.payment-link:hover{
	color:#fff;
	opacity: 0.5;
}
.icon-pay{
	background-position: -57px -246px;
	width: 25px;
	height: 19px;
}
.parent-list{
	position: relative;
	font-size: 2rem;
	color:#000;
	font-weight: 500;
	border-bottom: 1px solid #000;
	padding: 10px;
	display: block;
}
.parent-list:focus{
	border-bottom: 1px solid #000;
}
.accordian-wrapper{
	margin-bottom:35px;
}
.accordian-wrapper li:first-child .parent-list{
	border-top: 1px solid #000;
}
.parent-list::after,.parent-list::before{
	content: "";
	position: absolute;
	top: 50%;
	transform: translate(0%,-50%);
	right: 15px;
	height: 2px;
	width: 15px;
	background:#000; 
}
.parent-list::before{
	transform: translate(0%,-50%) rotate(-90deg);
}
.foo-active .parent-list::before{
	display: none;
}
.inner-list{
	background: #fff;
	border:1px solid rgba(0,0,0,0.2);
	padding: 10px;
	display: none;
}
.inner-list li{
	margin-bottom: 8px;
}
.inner-list li:last-child{
	margin-bottom: 0;
}
.inner-list a{
	font-size:1.8rem;
	display: block;
	padding:0 10px;
	color:#000;
}
.logo-group{
	position: relative;
	width: 100%;
	margin-bottom: 30px;
	min-height: 250px;
}
.logo-group figure{
	position: absolute;
	width: 90px;
}
.large-container{
	right: 0;
	top: 0;
}
.w-three-logo{
	bottom: 0;
	right: 0;
}
.live-submit{
	left: 0;
	top:50%;
	transform: translateY(-50%);
}
.small-w{
	left:0;
	bottom: 0;
}
.opportunity-info{
	margin-bottom:40px;
}
.opportunity-content{
	width: 100%;
}
.opportunity-content h2{
	color:#000;
	font-size: 2.9rem;
	font-weight: normal;
	line-height:1;
	margin-bottom: 25px;
}
.opportunity-steps li{
	font-size: 2rem;
	opacity: 0.7;
	color:#000;
	margin-bottom: 7px;
}
.opportunity-steps li:last-child{
	margin-bottom: 0;
}
.testimonial{
	text-align: center;
}
.testimonial strong{
	font-size:4rem;
	color:#000;
	opacity: 0.97;
	font-weight: 900;
	display: block;
	max-width: 964px;
	margin:0 auto 30px;
}
.profile-client h4{
	font-size: 2rem;
	font-weight: 500;
	color: #000;
}
.profile-client span{
	font-size:1.8rem;
	font-weight: 500;
	color: #000;
	opacity: 0.26;
}
.profile-client figure{
	max-width: 110px;
	margin: 0 auto 5px;
}
.submit-slides{
	background: #000;
	padding: 40px 0;
}
.winner-pf i{
	margin-bottom: 15px;
}
.submit-moving{
	background: #000;
	padding: 40px 0;
}
.submit-slider .slick-list{
	padding-left: 0!important;
}
.winner-pf figure{
	height: 340px;
}
.winner-pf figure img{
	height: 100%;
	object-fit: cover;
}
#mobRail,.choose-section,.moving-text{
 	background: #000;	
}
.moving-text{
	z-index: 1;
	position: relative;
}