@charset "utf-8";
/* CSS Document */
/*----------------
RESET CSS
-----------------*/
body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	color:#000000;
	text-align:center;
	font-family: 'Inter';
	font-weight:400;
	}
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;}
img {border: none; height:auto;}
li {list-style: none;}
* {box-sizing: border-box;}
.img-full {max-width: 100%;}
.clearall {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	}

.overflow{overflow:hidden;}

/*====Fonts====*/
@font-face {
	font-family: 'Inter';
	src: url('Inter-Regular.woff2') format('woff2'),
	url('Inter-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
	}
@font-face {
	font-family: 'Inter';
	src: url('Inter-Medium.woff2') format('woff2'),
	url('Inter-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
	}
@font-face {
	font-family: 'Inter';
	src: url('Inter-SemiBold.woff2') format('woff2'),
	url('Inter-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
	}
@font-face {
	font-family: 'Inter';
	src: url('Inter-Bold.woff2') format('woff2'),
	url('Inter-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
	}
@font-face {
	font-family: 'Inter';
	src: url('Inter-ExtraBold.woff2') format('woff2'),
	url('Inter-ExtraBold.woff') format('woff');
	font-weight: 800;
	font-style: normal;
	font-display: swap;
	}
@font-face {
	font-family: 'Inter';
	src: url('Inter-Black.woff2') format('woff2'),
	url('Inter-Black.woff') format('woff');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
	}



/*=====MAIN CSS START=====*/
.container {
	width:1170px;
	margin:0 auto;
	padding:0;
	position:relative;
	}
.overflow{ overflow:hidden;}
.top-fix-bar{
	float: left;
	width: 100%;
	margin-bottom:75px;
	}
.header{
	float:left;
	width:100%;
	height:75px;
	margin-top:-75px;
	top:75px;
	position:relative;
	background:#fff;
	}
.fixed-nav .header{
	position: fixed;
	z-index: 11;
	background:#fff;
	-webkit-transition: margin .3s ease-out;
	transition: margin .3s ease-out;
	margin-top:0;
	top:0;
	-webkit-box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);
	box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);
	}				
.logo{
	float:left;
	width:200px;
	margin-top:15px;
	}
ul.topMenu{
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	top:26px;
	width:100%;
	max-width:575px;
	}
ul.topMenu li{
	display:inline-block;
	vertical-align:middle;
	padding:0 20px;
	position:relative;
	border-right:1px solid #cccccc;
	line-height:16px;
	}
ul.topMenu li:last-child{
	border-right:none;
	}
ul.topMenu li a{
	font-size:16px;
	line-height:16px;
	color:#000000;
	letter-spacing:0.3px;
	font-weight:500;
	text-transform:uppercase;
	}
ul.topMenu li a:hover, ul.topMenu li a.active{color:#00bb29;}
.header-btn{
	float:right;
	width:100%;
	max-width:155px;
	height:45px;
	background:#ffa036;
	border-radius:5px;
	font-size:17px;
	line-height:45px;
	color:#010101;
	font-weight:800;
	text-align:center;
	text-transform:uppercase;
	margin-top:15px;
	}

/*====MobileMenuCss====*/
.mob-mnu-ic{
    cursor: pointer;
    position:absolute;
    right:15px;
    top:40px;
	z-index:16;
	height:20px;
	}
.mob-mnu-ic button{
	outline: none;
    -webkit-appearance: none;
	background: none;
	padding:0;
    cursor: pointer;
	border: none;
	}
.mob-mnu-ic span{
	color:#000;
	display:inline-block;
	vertical-align:top;
	font-size:16px;
	margin-top:4px;
	margin-right:5px;
	}
.bar1, .bar2, .bar3 {
	width:25px;
	height:3px;
	background-color: #000;
	transition: 0.4s;
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	}
.bar2{margin:4px 0;}
.dl-active .bar1 {
	-webkit-transform: rotate(-45deg) translate(-5px, 5px);
	transform: rotate(-45deg) translate(-5px, 5px);
	background:#000;
	}
.dl-active .bar2 {opacity: 0;}
.dl-active .bar3 {
	-webkit-transform: rotate(45deg) translate(-5px, -5px);
	transform: rotate(45deg) translate(-5px, -5px);
	background:#000;
	}	
.mobilemenu{
	left:0;
	position:fixed;
	top:110px;
	background:rgba(255,255,255,1);
	z-index:10;
	right:0;
	bottom:0;
	overflow:scroll;
	display:none;
	}
.mobimenu-top{ top:78px;}	
.mobilemenu li{
	float:left;
	width:100%;
	text-align:left;
	border-bottom:1px solid #dddddd;
	}
.mobilemenu li a{
	float:left;
	width:100%;
	padding:15px 20px;
	font-size:15px;
	color:#000;
	font-weight:500;
	}	
.mobilemenu li a:hover{color:#000;}

/*====banner-section====*/
.banner-section{
	float:left;
	width:100%;
	background:url(../images/s1-bg.jpg) no-repeat center top #003759;
	background-size:cover;
	padding:35px 0 30px;
	position:relative;
	}
.banner-section:before{
	content:'';
	position:absolute;
	height:125px;
	left:0;
	right:0;
	bottom:0;
	background:#fff;
	}
.banner-heading{
	font-size:52px;
	line-height:60px;
	letter-spacing:0;
	color:#fff;
	font-weight:800;
	text-shadow:0 0 15px rgba(0,0,0,0.7);
	}
.banner-mid-box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:1030px;
	margin-top:40px;
	background:#fff;
	border-radius:10px;
	box-shadow:0 5px 15px 0 rgba(0,0,0,0.2);
	-webkit-box-shadow:0 5px 15px 0 rgba(0,0,0,0.2);
	padding:8px 20px 40px;
	}
.banner-Authority-list{
	float:left;
	width:100%;
	}
.banner-Authority-list li{
	float:left;
	width:100%;
	border-bottom:1px solid #ebebeb;
	padding:20px 0 20px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
	}
.banner-Authority-list li:last-child{
	border-bottom:none;
	padding-bottom:0;
	}
.banner-Authority-list-left{
	float:left;
	width:32px;
	}
.banner-Authority-list-left img{
	display:block;
	margin:0 auto;
	width:100%;
	}
.banner-Authority-list-right{
	float:right;
	width:calc(100% - 50px);
	text-align:left;
	}
.banner-Authority-list-text{
	font-size:22px;
	line-height:28px;
	letter-spacing:-0.3px;
	color:#000;
	font-weight:600;
	}
.banner-mid-text1{
	font-size:22px;
	line-height:30px;
	letter-spacing:0;
	color:#000;
	font-weight:700;
	margin-top:45px;
	}
.common-btn-box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:455px;
	margin-top:35px;
	border:1px solid #000;
	padding:8px;
	border-radius:10px;
	text-align:center;
	}
.common-btn{
	float:left;
	width:100%;
	background:#ffa036;
	height:72px;
	font-size:20px;
	line-height:72px;
	letter-spacing:0;
	color:#010101;
	font-weight:800;
	border-radius:8px;
	text-transform:uppercase;
	}

/*====trust-section====*/
.trust-section{
	float:left;
	width:100%;
	background:#fff;
	padding:0 0 30px;
	}
.trust-text{
	display:inline-block;
	vertical-align:top;
	font-size:18px;
	line-height:24px;
	letter-spacing:0;
	color:#000;
	font-weight:500;
	position:relative;
	}
.trust-text:before, .trust-text:after{
	content:'';
	position:absolute;
	top:13px;
	border-top:1px solid #d5d5d5;
	width:150px;
	}
.trust-text:before{
	left:-165px;
	}
.trust-text:after{
	right:-165px;
	}
.trust-logo-row{
	float:left;
	width:100%;
	margin-top:10px;
	display:flex;
	justify-content:center;
	align-items:center;
	column-gap:5%;
	}
.trust-logo-col{
	display:inline-block;
	vertical-align:middle;
	width:180px;
	}
.trust-logo-img{
	display:block;
	margin:0 auto;
	max-width:100%;
	}
	
/*====section1====*/
.section1{
	float:left;
	width:100%;
	background:#f3f7fa;
	padding:30px 0 60px;
	}
.s1-inner{
	float:left;
	width:100%;
	}
.s1-left{
	float:left;
	width:55%;
	text-align:left;
	}
.s1-right{
	float:right;
	width:42%;
	}
.s1-right-img{
	display:block;
	margin:0 0 0 -20px;
	}
	
/*====common-css====*/
.common-text{
	font-size:18px;
	line-height:28px;
	letter-spacing:0.2px;
	color:#000;
	margin-top:30px;
	text-align:left;
	}
.common-heading{
	font-size:50px;
	line-height:60px;
	letter-spacing:0;
	color:#000;
	font-weight:800;
	}
.regular-heading{font-weight:400;}
.common-text--center{
	text-align:center;
	}
.common-text--left{
	text-align:left;
	}
	
/*====section2====*/
.section2{
	float:left;
	width:100%;
	background:#fff;
	padding:60px 0;
	}
.section2 .common-heading{
	text-align:center;
	}
.s2-inner{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:1030px;
	}
.s2-mid-box{
	float:left;
	width:100%;
	margin:40px 0 50px;
	padding:45px 45px;
	box-shadow:0 0 20px 0 rgba(0,0,0,0.2);
	border-radius:12px;
	text-align:left;
	}
.s2-sale-box{
	float:left;
	width:100%;
    display: flex;
    justify-content: space-between;
	flex-wrap:wrap;
    align-items: center;
	}
.s2-sale-left{
	float:left;
	width:210px;
	border:1px solid #000;
	border-radius:10px;
	overflow:hidden;
	text-align:center;
	}
.s2-sale-img{
	display:block;
	margin:0 auto;
	width:100%;
	}
.s2-sale-name-text{
	font-size:17px;
	line-height:23px;
	letter-spacing:0;
	color:#fff;
	font-weight:700;
	text-transform:uppercase;
	background:#00357e;
	padding:8px 0;
	}
.s2-sale-right{
	float:right;
	width:calc(100% - 255px);
	text-align:left;
	}
.s2-sale-heading{
	font-size:36px;
	line-height:42px;
	letter-spacing:0;
	color:#000;
	font-weight:800;
	margin-bottom:10px;
	}
.s2-graph-img-row{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin-top:25px;
	}
.s2-graph-img-col{
	float:left;
	width:32.4%;
	}
.s2-sale-graph{
	display:block;
	margin:0 auto;
	max-width:100%;
	border:2px solid #999;
	}

.s2-sale-text{
	font-size:24px;
	line-height:34px;
	letter-spacing:0.3px;
	color:#000;
	font-weight:800;
	margin-top:35px;
	text-align:center;
	}
.s2-loyal-audience-box{
	float:left;
	width:100%;
	margin-top:15px;
	}
.s2-loyal-audience-row{
	float:left;
	width:100%;
	background:#f3f7fa;
	text-align:left;
	position:relative;
	padding:15px 30px 15px 85px;
	margin-top:15px;
	border-radius:10px;
	}
.s2-loyal-icn{
	position:absolute;
	left:20px;
	top:50%;
	margin-top:-20px;
	width:40px;
	}
.s2-loyal-audience-text{
	font-size:18px;
	line-height:24px;
	letter-spacing:0px;
	color:#000;
	}
.s2-take-care-box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:970px;
	}
.common-img{
	display:block;
	margin:30px auto 0;
	max-width:100%;
	border-radius:10px;
	}
	
/*====section3====*/
.section3{
	float:left;
	width:100%;
	background:url(../images/s3-bg.jpg) no-repeat center top #ddecf8;
	padding:60px 0 70px;
	}
.s3-work-box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:970px;
	margin-top:15px;
	}
.s3-work-row{
	float:left;
	width:100%;
	margin-top:15px;
	background:#09284f;
	border-radius:10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	border:2px solid #53729b;
	min-height:125px;
	position:relative;
	padding:0 25px;
	}
.s3-work-row-left{
	float:left;
	width:55px;
	display: flex;
    flex-wrap: wrap;
    justify-content:center;
	align-items:center;
	}
.s3-work-icn{
	display:block;
	margin:0 auto;
	max-width:100%;
	}
.s3-work-row-right{
	float:right;
	width:calc(100% - 85px);
	text-align:left;
	padding:20px 35px 20px 30px;
	border-left:2px solid #445e81;
	display: flex;
    flex-wrap: wrap;
    justify-content:start;
	align-items:center;
	}
.s3-work-row-text{
	font-size:18px;
	line-height:26px;
	letter-spacing:0;
	color:#fff;
	}
	
/*====section4====*/
.section4{
	float:left;
	width:100%;
	background:url(../images/s4-bg.jpg) no-repeat center top #ddecf8;;
	padding:60px 0;
	background-size:cover;
	}
.section4 .common-heading{
	color:#fff;
	}
	
	
/*====section4-bottom-strip====*/
.section4-bottom-strip{
	float:left;
	width:100%;
	background:#fffbe9;
	padding:15px 0;
	}
.s4-btm-strip-inr{
	width:100%;
	max-width:890px;
	margin:0 auto;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	}
.s4-btm-strip-left{
	float:left;
	width:30px;
	}
.s4-btm-strip-icn{
	display:block;
	margin:0 auto;
	max-width:100%;
	}
.s4-btm-strip-right{
	float:right;
	width:calc(100% - 45px);
	text-align:left;
	}
.s4-btm-strip-text{
	font-size:16px;
	line-height:22px;
	letter-spacing:0;
	color:#000;
	}
	
	
/*====section5====*/
.section5{
	float:left;
	width:100%;
	background:#fff;
	padding:60px 0 80px;
	}
.s5-inner{
	float:left;
	width:100%;
	}
.s5-inner-left{
	float:left;
	width:52%;
	text-align:left;
	}
.s5-inner-right{
	float:right;
	width:41%;
	}
.s5-right-img{
	display:block;
	margin:20px auto 0;
	max-width:100%;
	}
.s5-text1{
	font-size:28px;
	line-height:36px;
	letter-spacing:0;
	color:#000;
	font-weight:800;
	margin-top:60px;
	text-align:center;
	}
.s5-text1 span{
	color:#f50000;
	}
.s5-revenue-img{
	display:block;
	margin:-30px auto 0;
	max-width:100%;
	}
.s5-case-study{
	float:left;
	width:100%;
	text-align:center;
	margin-top:50px;
	}
.s5-case-study-heading{
    font-size: 50px;
    line-height: 60px;
    letter-spacing: 0;
    color: #000;
    font-weight: 800;
	}
.s5-case-study-row{
	float:left;
	width:100%;
	margin-top:30px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	}
.s5-case-study-col{
	float:left;
	width:31.5%;
	border:3px solid #445e81;
	border-radius:10px;
	}
.s5-case-study-img{
	display:block;
	margin:0 auto;
	width:100%;
	border-radius:6px 6px 0 0;
	}
.s5-case-study-col-content{
	float:left;
	width:100%;
	text-align:center;
	padding:25px 18px 25px;
	}
.s5-case-study-col-text{
	font-size:18px;
	line-height:26px;
	letter-spacing:0;
	color:#000;
	}
.s5-text2{
	font-size:20px;
	line-height:28px;
	letter-spacing:0;
	color:#000;
	font-weight:700;
	margin-top:40px;
	}
	
	
/*====section6====*/
.section6{
	float:left;
	width:100%;
	background:#f3f7fa;
	padding:60px 0 75px;
	}
.s6-inner-box{
	float:left;
	width:100%;
	}
.s6-step-row{
	float:left;
	width:100%;
	margin-top:50px;
	border:3px solid #001b3c;
	border-radius:10px;
	}
.s6-step-row-top{
	float:left;
	width:100%;
	background:#001b3c;
	padding:22px 0 22px 25px;
	text-align:left;
	}
.s6-step-text{
	float:left;
	width:70px;
	height:81px;
	background:url(../images/step-top-img.png) no-repeat center top;
	background-size:100%;
	padding:15px 0 0;
	font-size:32px;
	line-height:36px;
	color:#fff;
	font-weight:800;
	text-align:center;
	margin-top:-37px;
	position:relative;
	}
.s6-step-text:before{
	content:'';
	position:absolute;
	border-bottom:12px solid #1a5297;
	border-left:10px solid transparent;
	top:0;
	left:-9px;
	}
.s6-step-text:after{
	content:'';
	position:absolute;
	border-bottom:12px solid #1a5297;
	border-right:10px solid transparent;
	top:0;
	right:-9px;
	}
.s6-step-row-heading{
	float:left;
	width:calc(100% - 72px);
	font-size:30px;
	line-height:36px;
	letter-spacing:0;
	color:#fff;
	font-weight:700;
	padding-left:20px;
	}
.s6-step-row-content{
	float:left;
	width:100%;
	background:#fff;
	padding:35px 30px 30px;
	text-align:left;
	border-radius:0 0 8px 8px;
    display: flex;
	display: -webkit-flex;
    flex-wrap: wrap;
	justify-content:space-between;
	}
.s6-step-row-content-left{
	float:left;
	width:67%;
	}
.s6-step-row-content .common-text:first-child{
	margin-top:0;
	}
.s6-step-row-content .common-text{
	margin-top:20px;
	}
.s6-step-row-content-right{
	float:right;
	width:29%;
	}
.s6-step-row-img{
	display:block;
	margin:0 auto;
	max-width:100%;
	border-radius:5px;
	}
.s6-step-list{
	float:left;
	width:100%;
	}
.s6-step-list li{
	float:left;
	width:100%;
	font-size:18px;
	line-height:26px;
	letter-spacing:0;
	color:#000;
	margin-top:20px;
	padding-left:45px;
	background:url(../images/step-list-tick.png) no-repeat left 7px;
	background-size:31px;
	}

/*====section7====*/
.section7{
	float:left;
	width:100%;
	background:#fff;
	padding:60px 0;
	}
.s7-row{
	float:left;
	width:100%;
	margin-top:40px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	}
.s7-col{
	float:left;
	width:23%;
	padding:10px 10px 20px;
	box-shadow:0 0 20px 0 rgba(0,0,0,0.1);
	border-radius:10px;
	}
.s7-col-img{
	display:block;
	margin:0 auto;
	max-width:100%;
	border-radius:5px;
	}
.s7-col-content{
	float:left;
	width:100%;
	padding:10px 0 0 5px;
	text-align:left;
	}

.s7-col-text1{
	font-size:20px;
	line-height:26px;
	letter-spacing:0;
	color:#000;
	font-weight:700;
	}
.s7-col-text2{
	display:inline-block;
	vertical-align:top;
	font-size:12px;
	line-height:18px;
	letter-spacing:0;
	color:#000;
	font-weight:600;
	background:#eff4f8;
	border-radius:35px;
	padding:0 20px 0 10px;
	margin-top:5px;
	}

.s7-col-text3{
	font-size:13px;
	line-height:19px;
	letter-spacing:-0.2px;
	color:#000;
	margin-top:15px;
	}
.s7-text1{
	font-size:23px;
	line-height:30px;
	letter-spacing:0;
	color:#000;
	font-weight:700;
	margin-top:55px;
	}
.s7-text2{
	font-size:18px;
	line-height:28px;
	letter-spacing:0;
	color:#212121;
	margin-top:25px;
	}

/*====section8====*/
.section8{
	float:left;
	width:100%;
	background:#f3f7fa;
	padding:60px 0;
	}
.s8-option-row{
	width:100%;
	max-width:1030px;
	margin:50px auto 0;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	}
.s8-option-col{
	width:48%;
	background:#fff;
	padding:20px 20px;
	position:relative;
	border:2px solid #09284f;
	border-radius:10px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
	}
.s8-option-col-text1{
	position:absolute;
	left:20px;
	top:-13px;
	font-size:14px;
	line-height:20px;
	letter-spacing:0;
	color:#fff;
	font-weight:700;
	text-transform:uppercase;
	background:#001b3c;
	border-radius:5px;
	padding:2px 12px 3px;
	}
.s8-option-col-left{
	float:left;
	width:64px;
	}
.s8-option-icn{
	display:block;
	margin:0 auto;
	max-width:100%;
	border-radius:50%;
	}
.s8-option-col-right{
	float:right;
	width:calc(100% - 90px);
	text-align:left;
	}
.s8-option-col-text2{
	font-size:18px;
	line-height:24px;
	letter-spacing:0;
	color:#000;
	}
	
/*====section9====*/
.section9{
	float:left;
	width:100%;
	background:#fff;
	background-size:cover;
	padding:60px 0 75px;
	position:relative;
	}
.section9:before{
	content:"";
	position:absolute;
	background:url(../images/s9-bg.jpg) no-repeat center top;
	left:0;
	right:0;
	top:0;
	height:480px;
	}
.section9 .common-heading{
	color:#fff;
	}

.section9 .common-text{
	color:#fff;
	}
.s9-mid-box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:1030px;
	background:#fff;
	border-radius:15px;
	padding:25px 70px 65px;
	margin-top:50px;
	box-shadow:0 0 20px 0 rgba(0,0,0,0.2);
	-webkit-box-shadow:0 0 20px 0 rgba(0,0,0,0.2);
	}
.s9-market-trend-img{
	display:block;
	margin:0 auto;
	max-width:100%;
	}
.s9-supplement-text{
	font-size:26px;
	line-height:30px;
	letter-spacing:0;
	color:#0c02a4;
	font-weight:500;
	text-align:left;
	margin-top:30px;
	}
.s9-market-trend-row{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:590px;
	background:url(../images/s9-map-img.jpg) no-repeat center top;
	padding:85px 0 125px;
	margin-top:35px;
	}
.s9-market-trend-text1{
	font-size:24px;
	line-height:30px;
	letter-spacing:0;
	color:#000;
	font-weight:500;
	}
.s9-market-trend-text2{
	font-size:60px;
	line-height:60px;
	letter-spacing:0;
	color:#001b3c;
	font-weight:800;
	margin:15px 0 30px;
	}
.s9-market-trend-text3{
	font-size:21px;
	line-height:27px;
	letter-spacing:0;
	color:#000;
	}
.s9-country-row{
	width:100%;
	margin:25px auto 0;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:space-between;
	}
.s9-country-col{
	width:30%;
	}
.s9-country-map{
	display:block;
	margin:0 auto;
	max-width:100%;
	}
.s9-country-col-text{
	font-size:30px;
	line-height:36px;
	letter-spacing:0;
	color:#000;
	font-weight:800;
	}
.s9-best-part-text{
	font-size:18px;
	line-height:24px;
	letter-spacing:0;
	color:#000;
	font-weight:600;
	margin:80px 0 10px;
	}
.s9-growing-text{
	font-size:36px;
	line-height:42px;
	letter-spacing:0;
	color:#000;
	font-weight:800;
	}
	
/*====section10====*/
.section10{
	float:left;
	width:100%;
	background:#f3f7fa;
	padding:60px 0 0;
	}
.s10-right-img{
	float:right;
	max-width:100%;
	width:552px;
	margin:0 0 0 70px;
	border-radius:5px;
	box-shadow:0 0 15px 0 rgba(0,0,0,0.2);
	}
.s10-prod-img{
	display:block;
	margin:20px auto 0;
	max-width:100%;
	}

/*====section11====*/
.section11{
	float:left;
	width:100%;
	background:#fff;
	padding:30px 0 70px;
	}
.s11-quote-box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:830px;
	margin-top:45px;
	border:2px solid #0361b0;
	border-radius:5px;
	padding:35px 50px 35px 100px;
	text-align:left;
	position:relative;
	}
.s11-quote-box:after{
	content:'';
	position:absolute;
	background:url(../images/quote-arw-icn.png) no-repeat left top;
	width:44px;
	height:21px;
	left:55px;
	top:-21px;
	}
.quote-icn{
	position:absolute;
	top:25px;
	left:45px;
	}
.s11-quote-text1{
	font-size:20px;
	line-height:26px;
	letter-spacing:0;
	color:#000;
	margin-bottom:15px;
	}
.s11-quote-text2{
	font-size:35px;
	line-height:41px;
	letter-spacing:0;
	color:#000;
	font-weight:700;
	}




/*====Footer====*/
.footer{
	float:left;
	width:100%;
	padding:45px 0 55px;
	border-top:2px solid #d3e0ea;
	}
.ftr-logo{
	display:block;
	width:200px;
	margin:0 auto 20px;
	}
.footer-txt1{
	float:left;
	width:100%;
	font-size:17px;
	line-height:23px;
	letter-spacing:0;
	color:#000;
	margin-top:15px;
	}
.footer-txt1 a{ padding:0 5px;}


 


.margin-top0{
	margin-top:0;
	}
.margin-20{
	margin-top:30px;
	}
.underline{
	text-decoration:underline 2px #878787
	}




@keyframes fade{
0%{ opacity:100%;}
50%{ opacity:30%;}
75%{ opacity:100%;}
100%{ opacity:100%;}
	}







.fl{ float:left;}
.fr{ float:right;}

.fordesk{ display:block;}
.fortab, .formob{ display:none;}
/*=====Media-Querry=====*/

@media only screen and (max-width:1200px){
.container{width:1004px;}

.banner-heading { font-size: 42px; line-height: 50px;}
.banner-Authority-list-text { font-size: 21px; line-height: 27px;}

.s1-right-img { margin:0 0 0 -70px;}

.common-heading { font-size: 40px; line-height: 50px;}
.s2-sale-heading { font-size: 32px; line-height: 38px;}

.s5-case-study-heading { font-size: 40px; line-height: 50px;}

.s10-right-img { width: 500px; margin: 0 0 0 35px;}

}


@media only screen and (max-width:1021px){
.container{width:750px;}

.fordesk{display: none;}
.fortab{display: block;}


.logo { margin-top: 22px; width: 160px;}

ul.topMenu { max-width: 420px;}
ul.topMenu li { padding: 0 8px;}
ul.topMenu li a {font-size: 14px; line-height: 14px;}

.banner-heading { font-size: 36px; line-height: 44px;}
.banner-Authority-list-text { font-size: 19px; line-height: 25px;}

.s1-right-img { width:560px; margin:50px 0 0 -50px;}

.common-heading { font-size: 33px; line-height: 43px;}
.common-text { font-size: 17px; line-height: 25px; margin-top:25px;}

.s2-mid-box { padding: 45px 30px;}
.s2-sale-heading { font-size: 28px; line-height: 34px;}

.s2-sale-left { width: 170px;}
.s2-sale-name-text {font-size: 16px; line-height: 21px;}
.s2-sale-right { width: calc(100% - 210px);}
.s2-sale-text { font-size: 22px; line-height: 32px;}
.s2-loyal-audience-text { font-size: 17px; line-height: 24px;}

.s3-work-row-text { font-size: 17px; line-height: 24px;}

.s4-btm-strip-text {letter-spacing: 0.3px;}

.s5-text1 { font-size: 22px; line-height: 32px;}
.s5-case-study-heading { font-size: 32px; line-height: 42px;}
.s5-case-study-col-content { padding: 25px 15px 25px;}
.s5-case-study-col-text {font-size: 17px; line-height: 24px;}
.s5-text2 { font-size: 19px;}

.s6-step-row-heading {font-size: 25px; line-height: 31px;}
.s6-step-list li { font-size: 17px; line-height: 24px;}

.s7-col-content { padding: 10px 0 0 0;}
.s7-col-text1 {font-size: 17px; line-height: 23px;}
.s7-text2 { font-size: 17px; line-height: 25px;}

.s8-option-col-right { width: calc(100% - 80px);}
.s8-option-col-text2 { font-size: 17px; line-height: 23px;}

.s9-mid-box { padding: 25px 35px 40px;}
.s9-supplement-text { font-size: 24px; line-height: 30px;}
.s9-market-trend-text1 { font-size: 22px; line-height: 28px;}
.s9-market-trend-text2 {font-size: 50px; line-height: 56px;}
.s9-country-col-text { font-size: 26px; line-height: 31px;}
.s9-growing-text { font-size:28px; line-height:34px;}

.s10-right-img { width: 350px; margin:0 0 0 35px;}

.s11-quote-box { padding: 35px 35px 35px 100px;}
.s11-quote-text1 {font-size: 19px; line-height: 25px;}

.margin-top0{ margin-top:0;}
}


@media only screen and (max-width:767px){
.container{width:100%; padding:0 15px; max-width:600px; box-sizing:border-box;}

.fordesk{display:none;}
.formob{display:block;}
.hidemob{ display:none;}


.top-fix-bar { margin-bottom: 55px;}
.header { height: 55px; margin-top: -55px; top: 55px;}
.logo { width:150px; margin-top:12px;}
.mob-mnu-ic { top: 20px;}
.mobilemenu {top: 55px;border-top: 1px solid #ddd;}
.mobimenu-top { top: 55px;}

.header-btn { max-width:115px; height:40px; font-size:15px; line-height:40px; margin:11px 40px 0 0; display:none;}

.banner-section{ padding: 25px 0 25px;}
.banner-heading { font-size:31px; line-height:37px; letter-spacing:0.3px;}
.banner-mid-box { margin-top:25px; padding: 8px 15px 30px;}

.banner-Authority-list li { padding:15px 0 15px 0;}
.banner-Authority-list-text { font-size: 18px; line-height: 24px;}
.banner-mid-text1 { font-size: 20px; line-height: 26px; letter-spacing: 0.3px; margin-top: 30px;}

.common-btn { height: 60px; line-height: 60px;  border-radius: 8px;}
.common-btn-box { margin-top: 30px; padding: 6px; border-radius: 8px;}

.trust-text {font-size: 17px; line-height: 23px;}
.trust-text:before, .trust-text:after { top: 13px; width: 85px;}
.trust-text:before{ left:-90px;}
.trust-text:after{ right:-90px;}
.trust-logo-row{ flex-wrap:wrap; row-gap:8px;}
.trust-logo-col { width: 135px;}

.section1{ padding:5px 0 30px;}
.s1-left{ width:100%;}
.s1-right-img{ width:100%; margin:25px auto;}

.common-text { font-size:17px; line-height:24px; letter-spacing:0.3px; margin-top: 20px;}

.section2{ padding:25px 0 30px;}
.common-heading { font-size: 28px; line-height: 38px;}
.s2-mid-box { padding: 20px 15px; margin: 25px 0 35px;}
.s2-sale-left { width: 100px; border-radius:5px;}
.s2-sale-name-text { font-size: 10px; line-height:16px; letter-spacing:0.5px; padding:5px 0;}
.s2-sale-right{ width:calc(100% - 120px);}
.s2-sale-heading {font-size:19px; line-height:24px;}
.s2-sale-text { font-size: 21px; line-height: 28px; margin-top:25px;}
.s2-graph-img-row{ row-gap:20px;}
.s2-graph-img-col{ width:100%;}
.s2-sale-graph{ width:295px;}

.s2-loyal-audience-row { padding: 15px 15px 15px 75px;}
.s2-loyal-icn { left: 15px;}
.s2-loyal-audience-text { font-size: 16px; line-height: 23px;}

.common-img{ margin:25px auto 0; border-radius:5px;}

.section3{ padding:25px 0 30px;}
.s3-work-box{ margin-top:5px;}
.s3-work-row{ padding:0 12px;}
.s3-work-row-left { width: 40px;}
.s3-work-row-right { width: calc(100% - 55px); padding: 15px 0 15px 20px;}
.s3-work-row-text { font-size: 16px; line-height: 22px;}

.section4{ padding:25px 0 30px;}
.s4-btm-strip-inr{ align-items:start;}
.s4-btm-strip-text {font-size: 15px; line-height: 21px;}

.section5{ padding:25px 0 30px;}
.s5-inner-left{ width:100%;}
.s5-text1 { font-size: 22px; line-height: 30px; margin-top:25px;}
.s5-revenue-img{ margin:0 auto;}

.s5-case-study-heading { font-size: 25px; line-height: 33px;}
.s5-case-study { margin-top: 30px;}
.s5-case-study-row{ row-gap:20px;}
.s5-case-study-col {width: 100%;}
.s5-text2 { font-size: 19px; line-height:26px; letter-spacing:0.3px; margin-top:30px;}

.section6{ padding:25px 0 30px;}
.s6-inner-box{ margin:10px 0 0;}
.s6-step-row{ margin-top:30px;}
.s6-step-row-top { padding: 10px 15px 15px;}
.s6-step-text{ margin-top:-25px; width:50px; height:58px; font-size:22px; line-height:28px; padding:8px 0 0;}
.s6-step-row-heading{ font-size:22px; line-height:29px; letter-spacing:0.3px;}
.s6-step-row-content { padding:20px 15px 25px; flex-direction: column-reverse;}
.s6-step-row-content-left{ width:100%; margin-top:20px;}
.s6-step-row-content-right{ width:100%;}
.s6-step-row-img { height: 300px; object-fit: cover;}
.s6-step-list li{ background-size:22px; padding-left:30px;}

.section7{ padding:25px 0 30px;}
.s7-row{ margin-top:25px; row-gap:20px;}
.s7-col { width: 48%; padding: 7px 7px 15px;}
.s7-col-content{ padding:10px 3px 0;}
.s7-col-text1 { font-size: 16px; line-height: 22px;}
.s7-text1 {font-size: 21px; line-height: 27px; margin-top:45px;}
.s7-text2{ margin-top:15px;}

.section8{ padding:25px 0 30px;}
.s8-option-row{ row-gap:30px; margin:40px auto 0;}
.s8-option-col { width:100%; padding:20px 15px;}
.s8-option-col-text1 { font-size: 13px; line-height: 20px; letter-spacing:0.5px;}
.s8-option-col-left{ width:50px;}

.section9{ padding:25px 0 35px;}
.s9-mid-box { padding: 25px 15px 30px; border-radius:10px; margin-top:30px;}
.s9-supplement-text { font-size: 22px; line-height: 28px; letter-spacing:0.3px;}

.s9-market-trend-row { padding:35px 0 55px; margin-top: 20px; background-size: 100%;}
.s9-market-trend-text1 { font-size: 18px; line-height: 24px;}
.s9-market-trend-text2 { font-size: 32px;line-height: 37px; margin:8px 0 10px;}
.s9-market-trend-text3 { font-size: 19px; line-height: 25px;}
.s9-country-col-text { font-size: 16px; line-height: 22px; margin-top:10px;}
.s9-best-part-text { font-size: 17px; line-height: 23px; margin: 40px 0 10px;}
.s9-growing-text { font-size: 24px;line-height: 30px; letter-spacing: 0.3px;}

.section10{ padding:25px 0 0;}
.s10-right-img{ margin:20px auto; float:none;}

.section11{ padding:10px 0 30px;}
.s11-quote-box { margin-top:35px; padding: 20px 15px 20px 50px;}
.quote-icn { top: 20px; left: 15px; width:25px;}
.s11-quote-box:after { width: 33px; height: 16px; left: 30px; top: -16px;}
.s11-quote-text2 { font-size: 24px; line-height: 28px;}

.footer{ padding:25px 0 30px;}
.ftr-logo{ width:150px; margin:0 auto 15px;}
.footer-txt1 { font-size: 14px; line-height: 23px;}


.margin-top0{ margin-top:0;}

}


.pulse {
	animation-name: pulse;
	-webkit-animation-name: pulse;
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	}
@keyframes pulse {
0% {transform: scale(0.9);}
50% {transform: scale(1);}
100% {transform: scale(0.9);}
}

@-webkit-keyframes pulse {
0% {-webkit-transform: scale(0.95);}
50% {-webkit-transform: scale(1);}
100% {-webkit-transform: scale(0.95);}
}