/*nav*/
body{
	background: -moz-radial-gradient(center, ellipse cover, rgba(17,37,73,1) 0%, rgba(17,37,73,1) 1%, rgba(2,12,29,1) 100%); /* ff3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(17,37,73,1)), color-stop(1%, rgba(17,37,73,1)), color-stop(100%, rgba(2,12,29,1))); /* safari4+,chrome */
	background:-webkit-radial-gradient(center, ellipse cover, rgba(17,37,73,1) 0%, rgba(17,37,73,1) 1%, rgba(2,12,29,1) 100%); /* safari5.1+,chrome10+ */
	background: -o-radial-gradient(center, ellipse cover, rgba(17,37,73,1) 0%, rgba(17,37,73,1) 1%, rgba(2,12,29,1) 100%); /* opera 11.10+ */
	background: -ms-radial-gradient(center, ellipse cover, rgba(17,37,73,1) 0%, rgba(17,37,73,1) 1%, rgba(2,12,29,1) 100%); /* ie10+ */
	background:radial-gradient(ellipse at center, rgba(17,37,73,1) 0%, rgba(17,37,73,1) 1%, rgba(2,12,29,1) 100%); /* w3c */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#112549', endColorstr='#020c1d',GradientType=1 ); /* ie6-9 */ 
}
.nav-wrapper nav.navbar-inverse{
	background-color: #0c1930;
	-webkit-box-shadow: -1px 11px 53px -1px rgba(0,0,0,0.5);
	-moz-box-shadow: -1px 11px 53px -1px rgba(0,0,0,0.5);
	box-shadow: -1px 11px 53px -1px rgba(0,0,0,0.5);
	padding: 1vw;
}
.img-distrubition{
	position: absolute;
}
.swiper-slide{
	visibility: hidden;
}
.swiper-slide-active{
	visibility: visible;
}
.main-container{
	height: 84.6vh !important;
	margin-top: 5.4vw;
	padding: 0;
	position: relative;
}
.centering{
	position: relative;
	top: 50%;
	transform: translateY( -50%);
	-webkit-transform: translateY( -50%);
	-moz-transform: translateY( -50%);
	-ms-transform: translateY( -50%);
	-o-transform: translateY( -50%);
}
.sports_main{
	text-align: center;
	width: 80%;
	margin: 0 auto;
	display: block;
}
.sports_main .head h2{
	color: rgba(91, 195, 185, 0.08);
	margin: 0px;
	font-family: 'RalewayBlack';
	font-size: 3.4vw;
	position: absolute;
	top: -1.7vw;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: block;
}
.sports_main .head label{
	color: #f37044;
	font-size: 2.2vw;
	font-family: 'RalewayBold';
}
.sports_main p.description, .main_wrapper p.description{
	color: #fff;
	font-family: 'PoppinsMedium';	
	margin-top: 1.6vw;
	font-size: 1vw;
	line-height: 1.6vw;
	margin-bottom: 0px;
}
.secondary_descripton{
	font-family: 'PoppinsLight';
	font-size: 0.8vw;
	color: rgba(255, 255, 255, 0.7);
	line-height: 1.4vw;
	margin-top: 1.4vw;
	width: 90%;
	margin: 0 auto;
	margin-top: 1.4vw;
}
.secondary_descripton p{
	margin-bottom: 0px;
}
.secondary_descripton ul, .navigator_sec ul{
	padding-left: 0px;
	margin-bottom: 0px;
	text-align: center;
	width: 90%;
	display: block;
	margin: 0 auto;
	margin-top: 1.4vw;
}
.secondary_descripton ul li{
	display: inline-block;
	width: 24%;
}
.secondary_descripton ul li:before{
	content: '•';
	margin-right: 1vw;
}
.navigator_sec ul li{
	display: inline-block;
	width: 28%;
	position: relative;
	cursor: pointer;
}
.navigator_sec ul li.two, .navigator_sec ul li.three, .navigator_sec ul li.four{
	margin-left: -4%;

}
.navigator_sec ul li img{
	width: 100%;
}
.navigator_sec ul li .right-sec,.navigator_sec ul li .left-sec{
	width: 17.4%;
	position: absolute;
	top: -0.3%;
	z-index: 9;
}
.navigator_sec ul li .right-sec{
	left: -1%;
}
.navigator_sec ul li .left-sec{
	right:-1%;
}
.navigator_sec ul li label{
	font-family: 'PoppinsMedium';
	position: absolute;
	font-size: 2vw;
	color: #5bc3b9;
	z-index: 9;
	bottom: 2vw;
	line-height: 4vw;
	left: 0;
	right: 0;
	display: block;
	-webkit-transition:all 0.6s cubic-bezier(0.250, 0.250, 0.750, 0.750);
	-moz-transition:all 0.6s cubic-bezier(0.250, 0.250, 0.750, 0.750);
	-o-transition:all 0.6s cubic-bezier(0.250, 0.250, 0.750, 0.750);
	transition:all 0.6s cubic-bezier(0.250, 0.250, 0.750, 0.750);
	line-height: 4vw;
	text-transform: uppercase;
}

.navigator_sec ul li:hover label{
	bottom: 6vw;
	-webkit-transition:all 0.5s cubic-bezier(0.250, 0.250, 0.750, 0.750);
	-moz-transition:all 0.5s cubic-bezier(0.250, 0.250, 0.750, 0.750);
	-o-transition:all 0.5s cubic-bezier(0.250, 0.250, 0.750, 0.750);
	transition:all 0.5s cubic-bezier(0.250, 0.250, 0.750, 0.750);
}
.navigator_sec ul.active li:hover label{
	bottom: 0vw;
	-webkit-transition:all 0.5s cubic-bezier(0.250, 0.250, 0.750, 0.750);
	-moz-transition:all 0.5s cubic-bezier(0.250, 0.250, 0.750, 0.750);
	-o-transition:all 0.5s cubic-bezier(0.250, 0.250, 0.750, 0.750);
	transition:all 0.5s cubic-bezier(0.250, 0.250, 0.750, 0.750);
}
.navigator_sec ul li p{  
	opacity: 0;
	position: absolute;
	font-family: 'PoppinsLight';
	bottom: 1.5vw;
	font-size: 0.6vw;
	line-height: 1.6vw;
	color: #fff;
	width: 70%;
	left: 50%;
	transform: translateX( -50%);
	-webkit-transform: translateX( -50%);
	-moz-transform: translateX( -50%);
	-ms-transform: translateX( -50%);
	-o-transform: translateX( -50%);
	-webkit-transition:all 0.2s cubic-bezier(0.250, 0.250, 0.750, 0.750);
	-moz-transition:all 0.2s cubic-bezier(0.250, 0.250, 0.750, 0.750);
	-o-transition:all 0.2s cubic-bezier(0.250, 0.250, 0.750, 0.750);
	transition:all 0.2s cubic-bezier(0.250, 0.250, 0.750, 0.750);
	z-index: 9;
}
.navigator_sec ul li:hover p{
	opacity: 1;
	bottom: 3.2vw;
	-webkit-transition:all 0.5s cubic-bezier(0.250, 0.250, 0.750, 0.750);
	-moz-transition:all 0.5s cubic-bezier(0.250, 0.250, 0.750, 0.750);
	-o-transition:all 0.5s cubic-bezier(0.250, 0.250, 0.750, 0.750);
	transition:all 0.5s cubic-bezier(0.250, 0.250, 0.750, 0.750);
	transition-delay: 0.5s;
	-webkit-transition-delay:0.5s;
	-moz-transition-delay:0.5s;
	-o-transition-delay:0.5s;
}
.navigator_sec ul li div.overlay{
	position: absolute;
	width: 85%;
	height: 100%;
	background:-webkit-linear-gradient(0deg, rgb(6, 14, 29) 0%, rgba(0, 255, 0, 0) 80%);
	background:-o-linear-gradient(0deg, rgb(6, 14, 29) 0%, rgba(0, 255, 0, 0) 80%);
	background:-moz-linear-gradient(0deg, rgb(6, 14, 29) 0%, rgba(0, 255, 0, 0) 80%);
	background:linear-gradient(0deg, rgb(6, 14, 29) 0%, rgba(0, 255, 0, 0) 80%);
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: 1;
	display: block;
	transform: skewX(-10.5deg);
	-webkit-transform: skewX(-10.5deg);
	-moz-transform: skewX(-10.5deg);
	-ms-transform: skewX(-10.5deg);
	-o-transform: skewX(-10.5deg);
	margin: 0 auto;
	opacity: 0

}
.navigator_sec ul li:hover div.overlay{
	opacity: 1;
	-webkit-box-shadow: -20px 11px 53px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: -20px 11px 53px 0px rgba(0,0,0,0.5);
	box-shadow: -20px 11px 53px 0px rgba(0,0,0,0.5);
	-webkit-transition:all 1s cubic-bezier(0.250, 0.250, 0.750, 0.750);
	-moz-transition:all 1s cubic-bezier(0.250, 0.250, 0.750, 0.750);
	-o-transition:all 1s cubic-bezier(0.250, 0.250, 0.750, 0.750);
	transition:all 1s cubic-bezier(0.250, 0.250, 0.750, 0.750);
}
.code_foot{
	position: absolute;
	bottom: 0vw;
	left: 0;
	right: 0;
	z-index: 0;
	height: 22vw;
}
.code_foot img{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.code_foot img.two{
	width: 70%;
	left: initial;
	right: 0;
}
.code_main, .stadia_main{
	text-align: center;
	width: 80%;
	display: block;
	margin: 0 auto;
	margin-top: 3vw;
}
.media-hei{
	width: 100%;
	height: 75vh;
	position: relative;
}
.show_list p{
	margin-top: 1vw !important; 
}
.right_hei{
	width: 100%;
	height: 47vh;
	position: relative;
}
.main_wrapper .centering{
	position: absolute;
}
.stadia_main{
	width: 80%;
}
.nav_sec{
	list-style: none;
	padding-left: 0px;
	margin-bottom: 0px;
	position: relative;
	z-index: 99;
}
.nav_sec li{
	display: inline-block;
	font-size: 1vw;
	font-family: 'RalewayMedium';
	color: rgba(255, 255, 255, 0.30);
	width: 12.5vw;
	height: 2.1vw;
	background-color: #08111f;
	line-height: 2.1vw;
	letter-spacing: 0.06vw;
	transform: skewX(-30.5deg);
	-webkit-transform: skewX(-30.5deg);
	-moz-transform: skewX(-30.5deg);
	-ms-transform: skewX(-30.5deg);
	-o-transform: skewX(-30.5deg);
	cursor: pointer;
}
.nav_sec li.active{
	background-color: #f37044;
	font-family: 'RalewayBold';
	color: rgba(255, 255, 255, 0.80);
}
.nav_sec li span{
	transform: skewX(30.5deg);
	-webkit-transform: skewX(30.5deg);
	-moz-transform: skewX(30.5deg);
	-ms-transform: skewX(30.5deg);
	-o-transform: skewX(30.5deg);
	display: block;
}
.img-distrubition img{
	position: absolute;
	width: 4vw;
}
.img-distrubition img.football{
	top: 6vw;
	left: 2vw;
}
.img-distrubition img.badminton{
	top: 17vw;
	left: 1vw;
}
.img-distrubition img.circket{
	top: 23vw;
	left: 11vw;
}
.img-distrubition img.rugby{
	top: 15vw;
	left: 95vw;
}
.img-distrubition img.hockey{
	top: 6vw;
	left: 94vw;
}
.main_wrapper .head{
	position: relative;
	margin-top: 3vw;
}
.main_wrapper .head h2{
	color: rgba(91, 195, 185, 0.08);
	margin: 0px;
	font-family: 'RalewayBlack';
	font-size: 3.2vw;
	position: absolute;
	top: -1.7vw;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: block;
}
.main_wrapper .head label{
	color: #5bc3b9;
	font-size: 1.9vw;
	font-family: 'RalewaySemiBold';
}
.main_wrapper .description_box{
	background-color: rgba(0, 0, 0, 0.18);
	padding: 1vw 1vw;
	width: 70%;
	margin: 0 auto;
	display: block;
	margin-top: 1vw;
	border-radius: 0.3vw;
}
.main_wrapper .description_box p{
	margin-bottom: 0px;
	font-size: 1.1vw;
	font-family: 'PoppinsMedium';
	color: #fff;
	line-height: 2vw;
}
.main_wrapper .description_box p span{
	color: rgba(243, 112, 68, 0.4);
	font-size: 2.1vw;
	display: inline-block;
	vertical-align: baseline;
	font-family: 'PoppinsMedium';
	padding: 0vw 0.2vw;
}
.main_wrapper .description_box p span:nth-child(2){
	transform: rotate( 180deg);
}
.main_wrapper .description_box label{
	color: #e46a42;
	font-family: 'PoppinsMedium';
	font-size: 0.8vw;
	display: block;
}
.main_wrapper p.secondary-description{
	font-family: 'PoppinsLight';
	color: rgba(255, 255, 255, 0.7);
	display: block;
	text-align: center;
	margin: 0 auto;
	margin-top: 1vw;
	margin-bottom: 0.6vw;
	font-size: 0.8vw;
	line-height: 1.6vw;
	width: 90%;
}
.bg-stadia{
	background-image: url(../images/sports/stadia-bg.png);
	background-size: cover;
}
.main_wrapper.stadia_main .description_box{
	width: 80%;
}
.main_wrapper.stadia_main .description_box{
	background-color: rgba(0, 0, 0, 0.50);
}
.main_wrapper.stadia_main .description_box p{
	font-family: 'PoppinsRegular'
}
.client_logo{
	padding-left: 0;
	width: 92%;
	margin: 0 auto;
	margin:1vw 0vw;

}
.client_logo li{
	display: inline-block;
	width: 24%;
}
.client_logo li img{
	width: 13%;
}
.client_logo li p{
	font-size: 0.72vw !important;
	width: 100% !important;
	margin-bottom: 0vw !important;
	margin-top: 0vw !important;
}
.navigator_sec ul.active li {
	display: inline-block;
	font-size: 1vw;
	font-family: 'RalewayMedium';
	color: rgba(255, 255, 255, 0.30);
	width: 12.5vw;
	height: 2.1vw;
	background-color: #08111f;
	line-height: 2.1vw;
	letter-spacing: 0.06vw;
	transform: skewX(-30.5deg);
	-webkit-transform: skewX(-30.5deg);
	-moz-transform: skewX(-30.5deg);
	-ms-transform: skewX(-30.5deg);
	-o-transform: skewX(-30.5deg);
	cursor: pointer;
	-webkit-transition:all 0.5s cubic-bezier(0.250, 0.250, 0.750, 0.750);
	-moz-transition:all 0.5s cubic-bezier(0.250, 0.250, 0.750, 0.750);
	-o-transition:all 0.5s cubic-bezier(0.250, 0.250, 0.750, 0.750);
	transition:all 0.5s cubic-bezier(0.250, 0.250, 0.750, 0.750);
}
.navigator_sec ul.active li img{
	height: 2.1vw;
	visibility: hidden;
	-webkit-transition:height 0.5s cubic-bezier(0.250, 0.250, 0.750, 0.750);
	-moz-transition:height 0.5s cubic-bezier(0.250, 0.250, 0.750, 0.750);
	-o-transition:height 0.5s cubic-bezier(0.250, 0.250, 0.750, 0.750);
	transition:height 0.5s cubic-bezier(0.250, 0.250, 0.750, 0.750);
	position: absolute;
}
.navigator_sec ul.active li div.overlay{
	display: none;
	-webkit-transition:all 0.5s cubic-bezier(0.250, 0.250, 0.750, 0.750);
	-moz-transition:all 0.5s cubic-bezier(0.250, 0.250, 0.750, 0.750);
	-o-transition:all 0.5s cubic-bezier(0.250, 0.250, 0.750, 0.750);
	transition:all 0.5s cubic-bezier(0.250, 0.250, 0.750, 0.750);
}
.navigator_sec ul.active li label{
	transform: skewX(30.5deg);
	-webkit-transform: skewX(30.5deg);
	-moz-transform: skewX(30.5deg);
	-ms-transform: skewX(30.5deg);
	-o-transform: skewX(30.5deg);
	display: block;
	-webkit-transition:all 0.5s cubic-bezier(0.250, 0.250, 0.750, 0.750);
	-moz-transition:all 0.5s cubic-bezier(0.250, 0.250, 0.750, 0.750);
	-o-transition:all 0.5s cubic-bezier(0.250, 0.250, 0.750, 0.750);
	transition:all 0.5s cubic-bezier(0.250, 0.250, 0.750, 0.750);
	text-transform: capitalize;
}
.navigator_sec ul.active li p {
	display: none;
	-webkit-transition:all 0.5s cubic-bezier(0.250, 0.250, 0.750, 0.750);
	-moz-transition:all 0.5s cubic-bezier(0.250, 0.250, 0.750, 0.750);
	-o-transition:all 0.5s cubic-bezier(0.250, 0.250, 0.750, 0.750);
	transition:all 0.5s cubic-bezier(0.250, 0.250, 0.750, 0.750);
}
.navigator_sec ul.active li label{
	position: static;
	font-size: 1vw;
	color: rgba(255, 255, 255, 0.30);
	font-family: 'RalewayBold';
	color: rgba(255, 255, 255, 0.80);
	line-height: 2.1vw;
	-webkit-transition:all 0.5s cubic-bezier(0.250, 0.250, 0.750, 0.750);
	-moz-transition:all 0.5s cubic-bezier(0.250, 0.250, 0.750, 0.750);
	-o-transition:all 0.5s cubic-bezier(0.250, 0.250, 0.750, 0.750);
	transition:all 0.5s cubic-bezier(0.250, 0.250, 0.750, 0.750);
}
.navigator_sec ul.active{
	position: absolute;
	top: 1.6vw;
	-webkit-transition:all 0.5s cubic-bezier(0.250, 0.250, 0.750, 0.750);
	-moz-transition:all 0.5s cubic-bezier(0.250, 0.250, 0.750, 0.750);
	-o-transition:all 0.5s cubic-bezier(0.250, 0.250, 0.750, 0.750);
	transition:all 0.5s cubic-bezier(0.250, 0.250, 0.750, 0.750);
	transition-delay: 0.5s;
	-webkit-transition-delay: 0.5s;
	left: 0;
	right:0;
}
.navigator_sec ul.active li.active{
	background-color: #f37044;
	font-family: 'RalewayBold';
	color: rgba(255, 255, 255, 0.80);
}
.navigator_sec ul.active li.two, .navigator_sec ul.active li.three, .navigator_sec ul.active li.four{
	margin-left: 0px;
}
.sports_main.active .head, .sports_main.active .description, .sports_main.active .secondary_descripton{
	opacity: 0;
}
.sports_main.active{
	position: absolute;
	top:0;
	left: 0;
	right:0;
	transform: translateY( 0%);
	-webkit-transform: translateY( 0%);
	-moz-transform: translateY( 0%);
	-ms-transform: translateY( 0%);
	-o-transform: translateY( 0%);
	-webkit-transition:all 0.5s cubic-bezier(0.250, 0.250, 0.750, 0.750);
	-moz-transition:all 0.5s cubic-bezier(0.250, 0.250, 0.750, 0.750);
	-o-transition:all 0.5s cubic-bezier(0.250, 0.250, 0.750, 0.750);
	transition:all 0.5s cubic-bezier(0.250, 0.250, 0.750, 0.750);
	transition-delay: 0.5s;
	-webkit-transition-delay: 0.5s;
}
.description_box ul{
	padding-left: 0px;
	list-style: none;
}
.description_box ul li{
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	margin: 0 1vw;
}
.description_box ul li img{
	height: 3.5vw;
}
.videoResp{
	margin-top: 1vw;
	z-index: 999;
}
.videoResp{
	margin-top: 3vw;
	z-index: 999;
	cursor: pointer;
	position: absolute;
	left: 0;
	right: 0;
}
.videoResp p{
	margin-top: 0.5vw;
	color: #fff;
	font-family: 'PoppinsLight';
}
.navigator_sec{
	margin-top: 3vw;
}
ul.three-sec{
	padding-left: 0px;
	list-style: none;
	font-family: 'PoppinsLight';
	color: rgba(255, 255, 255, 0.7);
	display: block;
	text-align: center;
	margin: 0 auto;
	margin-top: 1.5vw;
	margin-bottom: 1.5vw;
	font-size: 0.8vw;
	line-height: 1.4vw;
}
ul.three-sec li{
	width: 32.9%;
	padding: 0vw 1%;
	display: inline-block;
	vertical-align: top;
	color: #fff;
}
.green-color{
	color: #5bc3b9 !important;
}
.width-80{
	width: 80% !important;
}
.show_list{
	margin-bottom: 2vw;
}
.show_list ul{
	padding-left: 0px;
	list-style: none;
	margin-top: 1vw;
	width: 85%;
	margin: 0 auto;
}
.show_list ul li{
	display: inline-block;
	vertical-align: middle;
	width: 19%;
	padding: 0.5vw 0.5vw;
	position: relative;
}
.show_list ul li img{
	width: 100%;
}
.show_list ul li p{
	position: absolute;
	bottom: 1vw;
	left: 1vw;
	color: #000;
	font-family: 'PoppinsMedium';
	font-size: 0.65vw;
}
a.highlight{
	text-decoration: none;
	color: #f37044;
}
.close_to{
	position: absolute;
	left: 3vw;
	top: 3vw;
	color: #5bc3b9 !important;
	font-family: 'RalewayRegular';
	font-size: 1.2vw;
	cursor: pointer;
	z-index: 99999;
}
.close_to i{
	font-size: 1.3vw;
}
@media screen and (max-width: 991px){
	.main-container{
		height: 78vh !important;
		margin-top: 16vw;
	}
	.sports_main{
		width: 95%;
	}
	.sports_main .head label{
		font-size: 3.2vw;
	}
	.sports_main .head h2{
		font-size: 4.4vw;
	}
	.sports_main p.description, .main_wrapper p.description{
		margin-top: 2.6vw;
		font-size: 2vw;
		line-height: 2.6vw;
	}
	.secondary_descripton{
		font-size: 1.8vw;
		line-height: 2.4vw;
	}
	.navigator_sec ul li{
		width: 35%;
	}
	.code_main, .stadia_main{
		width: 95%;
	}
	.main_wrapper p.secondary-description{
		font-size: 1.8vw;
		line-height: 2.8vw;
		margin-top: 2vw;
		margin-bottom: 1.6vw;
	}
	.main_wrapper .description_box{
		width: 90%;
		padding: 2vw;
	}
	.description_box ul li img{
		height: 5.5vw;
	}
	.main_wrapper .head label{
		font-size: 2.9vw;
	}
	.main_wrapper .head h2{
		font-size: 4.2vw;
	}
	.nav_sec li, .navigator_sec ul.active li{
		width: 17.5vw;
		height: 4.1vw;
		font-size: 2vw;
		line-height: 4.1vw;
	}
	.navigator_sec ul.active li label{
		font-size: 2vw;
		line-height: 4.1vw;
	}
	ul.three-sec{
		font-size: 1.7vw;
		line-height: 2.4vw;
	}
	.show_list ul{
		width: 95%;
	}
	.close_to i{
		font-size: 3.3vw;
	}
	.client_logo{
		width: 100%;
	}
	.client_logo li{
		width: 49%;
		margin-bottom: 1vw;
	}
	.right_hei{
		height: 67vh;
	}
	.client_logo li p{
		font-size: 1.72vw !important;
	}
	.img-distrubition{
		display: none;
	}
}
@media screen and (max-width: 767px){
	.right_hei {
		height: 69vh;
	}
	.sports_main .head label{
		font-size: 3.2vw;
	}
	.sports_main .head h2 {
		font-size: 6.4vw;
	}
	.sports_main .head label {
		font-size: 5.2vw;
	}
	.sports_main p.description, .main_wrapper p.description{
		font-size: 3vw;
		line-height: 4.2vw;
	}
	.secondary_descripton p{
		display: none;
	}
	.secondary_descripton ul, .navigator_sec ul{
		width: 100%;
	}
	.navigator_sec ul li label{
		font-size: 3.5vw;
	}
	.code_foot{
		display: none;
	}
	.main_wrapper .description_box{
		display: none;	
	}
	.main_wrapper p.secondary-description {
		font-size: 2.8vw;
		line-height: 3.8vw;
	}
	.main_wrapper .head label {
		font-size: 3.9vw;
	}
	.main_wrapper .head h2 {
		font-size: 5.2vw;
	}
	.nav_sec li, .navigator_sec ul.active li {
		width: 21.5vw;
		height: 5.1vw;
		font-size: 3vw;
		line-height: 5.1vw;
		margin-top: 5vw;
	}
	.navigator_sec ul.active li label{
		font-size: 3vw;
		line-height: 5.1vw;
	}
	.show_list{
		display: none;
	}
	ul.three-sec{
		font-size: 2.5vw;
		line-height: 3.4vw;
		margin-top: 3vw;
		margin-bottom: 2vw;
	}
	ul.three-sec li{
		width: 31.9%
	}
	.media-hei{
		height: 69vh
	}
	.secondary-description.width-80{
		width: 100% !important;
	}
	.client_logo{
		display: none;
	}
	.close_to{
		margin-top: 5vw;
	}
	.close_to i{
		font-size: 5vw;
	}
	.navigator_sec ul li img{
		width: 105%;
	}
	.navigator_sec ul li .right-sec, .navigator_sec ul li .left-sec{
		width: 18.4%;
	}
	.navigator_sec ul li .left-sec {
		right: -6%;
	}
}

