@charset "utf-8";
/*/ CSS Document /*/
body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#440051;
	color:#000000;
	text-align:center;
	font-family: 'Archivo';
	font-weight: normal;
	}
div, ul, h1, h2, h3, h4, h5, li, p, img, form, input, textarea {margin:0;padding:0;}
header, section, footer, aside, nav, main, article, figure {display: block;}
table, tr, td {border:0;}
a{outline: none; color:inherit; text-decoration:none;}
a:hover {}
img {border:none; height:auto; max-width:100%;}
li {list-style:none;}
*{box-sizing:border-box;}
.img-full{max-width:100%;}
.clearall{
	clear:both;
	font-size:1px;
	line-height:1px;
	height:1px;
}
.container {
	max-width:1170px;
	margin:0 auto;
	padding:0;
	position:relative;
	width:100%;
}	
	
.show-mob, .show-tab{display:none;}

/*===========FONTS=============*/
@font-face {
    font-family: 'Archivo';
    src: url('Archivo-Bold.woff2') format('woff2'),
        url('Archivo-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Archivo';
    src: url('Archivo-Light.woff2') format('woff2'),
        url('Archivo-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Archivo';
    src: url('Archivo-ExtraBold.woff2') format('woff2'),
        url('Archivo-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Archivo';
    src: url('Archivo-Regular.woff2') format('woff2'),
        url('Archivo-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Archivo';
    src: url('Archivo-Italic.woff2') format('woff2'),
        url('Archivo-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Archivo';
    src: url('Archivo-SemiBold.woff2') format('woff2'),
        url('Archivo-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Archivo';
    src: url('Archivo-Medium.woff2') format('woff2'),
        url('Archivo-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


.btn-arrow {
    max-width: 100px;
    position: relative;
    margin: -20px 0px -100px 680px;
    width: 100%;
    z-index: -1;
}



.btn_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:45px;
	}
.banner .btn_box{ margin-top:25px;}	
.btn_width{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:400px;
	text-align:center;
	}
.btn_txt{
	font-size: 12px;
    line-height:14px;
	letter-spacing:0.5px;
    color: #000;
	text-transform:uppercase;
	}
.common_btn{
	display:inline-block;
	vertical-align:top;
	width:100%;
	height:60px;
	color:#000;
	background:#2BFC02;
	font-size:24px;
	line-height:60px;
	font-weight:bold;
	text-align:center;
	border-radius:7px;
	}
.common_btn img{
	display:inline-block;
	vertical-align:middle;
	width:21px;
	margin:-2px 0 0 15px;
	}




/*===SECTION1===*/
.section1{
    float: left;
    width: 100%;
	padding: 60px 0 70px;
	color: #fff;
	}
.common_sub_heading{
	font-size:24px;
	line-height:28px;
	color:#0588ae;
	font-weight:bold;
	margin-bottom:15px;
	}
.common_heading{
	font-size:45px;
	line-height:52px;
	color: #fff;
	font-weight:800;
	}
.common_text{
	font-size:36px;
	line-height:26px;
	color: #fff;
	margin-top:25px;
	letter-spacing:0.5px;
	}
.s1_video_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	background:#000;
	max-width:723px;
	height:411px;
	overflow:hidden;
	border-radius:12px;
	cursor:pointer;
	margin-top:45px;
	position:relative;
	box-shadow: 0px 2px 280px -80px #fff;
	}	
.s1_video_box img, .s1_video_box iframe{
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	width:100%;
	height:100%;
	border: 5px solid #fff;
    border-radius: 12px;
	}	
	
.s1_benefits_block{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:970px;
	margin-top:65px;
	position:relative;
	}	
.s1_benefits_cont{
	float:left;
	width:58%;
	text-align:left;
	}	
.s1_benef_heading{
	font-size:23px;
	line-height:27px;
	color:#000;
	letter-spacing:0.5px;
	font-weight:600;
	}	
	
ul.s1_benf_list{
	float:left;
	width:100%;
	margin-top:15px;
	}	
ul.s1_benf_list li{
	float:left;
	width:50%;
	margin-top:12px;
	position:relative;
	font-size:18px;
	line-height:24px;
	color:#000;
	padding-left:20px;
	}	
ul.s1_benf_list li:before{
	content:'';
	position:absolute;
	top:7px;
	left:0;
	background:#000;
	height:7px;
	width:7px;
	border-radius:50%;
	}		
	
.s1_prod_block{
	float:right;
	width:42%;
	position:relative;
	}	
.s1_product{
	margin:0 auto 0;
	display:block;
	width:407px;
	}	
.s1_seal{
    position: absolute;
    top: -12px;
    left: 60px;
    width: 95px;
	}	

@media only screen and (max-width: 991px){       
	.common_text{
		font-size:34px;
		line-height:46px;
	}
	.common_heading{
		font-size:36px;
		line-height:52px;
	}
	.show-mob{ display:block;}
	.show-desk{ display:none;}
	
}