@font-face {
	font-family: euclidCircularB;
	src: url(../fonts/EuclidCircularB-Regular-WebM.woff2) format("woff2"), url(../fonts/EuclidCircularB-Regular-WebM.ttf) format("truetype"), url(../fonts/EuclidCircularB-Regular-WebM.woff) format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: euclidCircularB;
	src: url(../fonts/EuclidCircularB-Semibold-WebM.woff2) format("woff2"), url(../fonts/EuclidCircularB-Semibold-WebM.ttf) format("truetype"), url(../fonts/EuclidCircularB-Semibold-WebM.woff) format("woff");
	font-weight: 700;
	font-style: normal;
	font-display: swap
}
body {
	font-family: euclidCircularB;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
html {
	scroll-behavior: smooth;
}

.row input{
	width: 100%;
	height: 40px;
	padding: 0 10px;
	border-radius: 3px;
	outline: none;
	border: 1px solid #d2d2d2;
	margin-bottom: 1rem;
}
.text-blue{
	color: #1890ff;
}
.bg-blue{
	background-color: #1890ff;
}
.bg-dark-blue{
	background-color: #001529;
	font-family: 'Roboto', sans-serif;
}
.navbar-light .navbar-nav .nav-link.btn-black{
	border-radius: 3px;
	background: #000;
	color: #fff;
	padding: 0.5rem 26px;
	margin: 0 20px;
	color:#fff;
	cursor: pointer;
}
.btn-primary2 {
background-color: #0a6911;
    border-radius: 5px;
    min-height: 50px;
    padding: 11px 40px;
    border: #fff 2px solid;
    color: #ffffff;
}
.btn-primary3 {
	background-color: #0f5fa7;
	border-radius: 5px;
	min-height: 50px;
	padding: 11px 40px;
	border: #fff 2px solid;
	color: #fff;
}
.btn-primary2:hover,.btn-primary3:hover{
	color: #fff;
}
.btn-submit .btn-secondary{
	border-radius: 25px;
	background: #000;
	color: #fff;
	padding: 0.4rem 26px;
	margin: 0 10px;
	color: #fff;
	cursor: pointer;
}
.btn-primary{
	background-color: #ffffff00;
	border-radius: 0;
	min-height: 50px;
	padding: 11px 50px 11px 0;
	color: #000;
	border: none;
	border-bottom: 2px solid #121214;
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 492.004 492.004' style='enable-background:new 0 0 492.004 492.004;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M484.14,226.886L306.46,49.202c-5.072-5.072-11.832-7.856-19.04-7.856c-7.216,0-13.972,2.788-19.044,7.856l-16.132,16.136 c-5.068,5.064-7.86,11.828-7.86,19.04c0,7.208,2.792,14.2,7.86,19.264L355.9,207.526H26.58C11.732,207.526,0,219.15,0,234.002 v22.812c0,14.852,11.732,27.648,26.58,27.648h330.496L252.248,388.926c-5.068,5.072-7.86,11.652-7.86,18.864 c0,7.204,2.792,13.88,7.86,18.948l16.132,16.084c5.072,5.072,11.828,7.836,19.044,7.836c7.208,0,13.968-2.8,19.04-7.872 l177.68-177.68c5.084-5.088,7.88-11.88,7.86-19.1C492.02,238.762,489.228,231.966,484.14,226.886z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-size: 17px;
	background-position: 98% center;
	text-align: left;
	margin-right: 25px;
	font-weight: bold;
}
.btn-primary:hover,.btn-primary:focus,.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle{background-color: transparent;}
.btn-login{
	background-color: #1890ff;
	border-radius: 3px;
	min-height: 40px;
	padding: 11px 50px;
	color: #fff;
}
.btn-login:hover{color: #fff;}
nav{height: 80px;}
.bg-back{min-height: calc(100vh - 80px);}
.bg-back.biz{min-height: 750px;}
.bg-background{
	background-image: url(../img/index-header.jpg);    background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	/*padding-top: 60%;*/
}
.bg-back.biz .bg-background{
	background-image: url(../img/bg_business.jpg);    background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 12%;
} 
section.promotion_video{position: relative;min-height: 380px;}
section.promotion_video img{position: absolute;top:-250px;width: 80%;left: 0;right: 0;margin:auto;}
section.promotion_video img.mobile_view{display:none;}
section.promotion_video .play-icon-new {
    background: url(../img/play.svg) no-repeat;
    height: 67px;
    width: 67px;
    display: inline-block;
    margin: auto;
    left: 0;
    right: 0;
    position: absolute;
    cursor: pointer;
}
.modal-backdrop.show{opacity: 0.8}
.ry_video .modal-content{background-color: transparent;border-bottom: none;}
.ry_video .modal-content .modal-header{border-bottom: none;}
.ry_video .modal-content .modal-header .close{color: #fff;opacity: 1; font-weight: 100;font-size: 35px; padding: 0 1rem;}
.ry_video .modal-content .modal-header .close:hover,#video .modal-content .modal-header .close:focus{border: none;box-shadow: none;outline: none;}
.ry_video .modal-lg{min-width: 80vw;}
.sec_feature ul.nav li{display: flex; align-items: center; justify-content: center;border-left: 1.5px solid #efefef;height: 30px;margin-bottom: 1rem;}
.sec_feature ul.nav li:first-child{border-left: none;}
.sec_feature ul.nav li a{color: #8b8b8b;}
.sec_feature ul.nav li a.active,.sec_feature ul.nav li a:hover{background-color: transparent;color: #0f5fa7;border-radius: 0; box-shadow: 0px 2px 0 #0f5fa7;}
.sec_tabs p{font-size: 18px; padding-right: 1rem; font-family: 'Roboto', sans-serif;}
.sec_tabs ul{padding-left: 17px;list-style-image: url(../img/check.svg);margin-top: 1.4rem;}
.sec_tabs ul li p{margin-bottom: .5rem;font-size: 16px;}
.sec_feature_sub.bg-light{background-color:rgb(243 243 243)}
.sec_feature_sub .col-md-4{display: flex;}
.sec_feature_sub .box{background-color: #fff; border-radius: 3px; display: flex; flex-direction: column; align-items: center;   padding: 25px 16px 30px;text-align:center;margin-top: 1.4rem;box-shadow: 0px 0px 20px rgb(0 0 0 / 1%);flex:1;border: 1px solid rgb(7 7 7 / 9%);padding-bottom:3.4rem;}
.sec_feature_sub .box img{width: 82px;margin-bottom:1rem; }
.sec_feature_sub .box h3{font-size: 22px;font-weight: 700;color: #0f5fa7;margin-bottom: .7rem;}
.sec_feature_sub .box p{font-size: 15px;}
.sec_feature_sub .box button{background-color: #0f5fa7; border-radius: 5px; min-height: 40px; padding: 7px 18px; border: #fff 2px solid; color: #fff;font-size: 14px;position: absolute; bottom: 1.4rem; z-index: 1;}
.sec_feature_sub .box a{color: #0f5fa7; text-decoration:none;padding:10px 0 5px;}
.sec_login{
	position: fixed;
	width: 100vw;
	height: calc(100vh - 80px);
	background-color: #fff;
	z-index: 100;
	top: 80px;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
}
.over{overflow: hidden;}
.sec_login .btn-primary{font-size: 2.5rem;}
.sec_login .btn-primary:hover{color: #000;}
.sec_login .sec_close{    position: absolute;
	right: 10%;
	top: 10%;
	font-size: 3rem;
	background: none;
	border: none;}
	.sec_login .sec_close:focus,.sec_login .sec_close:hover{outline: none;cursor: pointer;}
	h1 {
		font-size: 48px;
		line-height: 56px;
		font-weight: bold;
		margin: .3em 0;
		font-family: 'Raleway', sans-serif;
		font-weight: 400;
		color: #fff;
	}
	h2 {
		font-size: 38px;
		line-height: 36px;
		font-weight: 500;
		margin: .67em 0;
		font-family: 'Raleway', sans-serif;
		text-align: center;
	}
	.sec_tiles img{
		width: 130px;
		margin: 1rem 0 1.4rem;
	}
	.sec_tiles h3{
		font-size: 1.4rem;
		font-weight:bold;
		font-family: 'Roboto', sans-serif;
	}
	.sec_tiles p{
		font-size:.98rem;
		padding-right: 1rem;
		font-family: 'Roboto', sans-serif;
	}
	.sec_tiles .col-lg-4{margin-bottom: 1.4rem;    text-align: center;}


	.sec_tiles_2 img{
		width: 90px;
		margin: 1rem 0 1.4rem;
	}
	.sec_tiles_2 h3{
		font-size: 1.4rem;
		font-weight:bold;
		font-family: 'Roboto', sans-serif;
	}
	.sec_tiles_2 p{
		font-size:.98rem;
		padding-right: 1rem;
		font-family: 'Roboto', sans-serif;
	}
	.sec_tiles_2 .col-lg-4{margin-bottom: 1.4rem;    text-align: center;}

footer a{color: #ccc;margin-right: 1rem;}


@media screen and (max-width: 1200px){
section.promotion_video{min-height: 280px;}
}
@media screen and (max-width: 992px){
.header_top{position:fixed;top:0;width:100%;z-index:1040;padding:0;border-bottom:2px solid #2898ff;}
.navbar .navbar-brand img{width:150px;}
.navbar-light .navbar-nav .nav-link.btn-black{margin:.5rem 0;}
.navbar .navbar-collapse.collapsing{ height:auto !important; }
.navbar .lateral-left{left:-100%; animation: slide-out-left 200ms forwards;}
.navbar .lateral-left.open{ animation: slide-in-left 200ms forwards;  }
.navbar .lateral-right{right:-100%;animation: slide-out-right 200ms forwards;}
.navbar .lateral-right.open{ animation: slide-in-right 200ms forwards;  }
.navbar .navbar-collapse{ top: 0px; bottom: 0px; position: fixed; width: 100vw; height: auto !important; background: #f8f8f8; padding: 30px; top: 81px; left: 0; z-index: 50; right: 0; margin:0 !important;}
.navbar .lateral-left.open,.navbar .lateral-right.open{display:block !important;overflow-y:auto;}
body{padding-top:80px;}
}
@media screen and (min-width: 960px){
h1 {
font-size: 68px;
line-height: 91px;
font-family: 'Raleway', sans-serif;
color:#fff;
}
.block-container{
max-width: 540px;
}
.bg-background{
padding-top: 0;
}
.bg-back.biz{ min-height: 880px;}
section.promotion_video .play-icon-new{top:14%;}
}
@media screen and (max-width: 960px){
.bg-back.biz .bg-background{align-items: flex-start !important;padding-top: 10%;padding-left: 0;padding-right: 0;}
}
@media screen and (max-width: 768px){
section.promotion_video img.desktop_view{display: none;}
section.promotion_video img.mobile_view{display: block;}
section.promotion_video img{top: -240px;max-width: 252px;}
section.promotion_video{min-height: 280px;}
section.promotion_video .play-icon-new{    top: -40px;}
.sec_feature ul{flex-direction: column;}
.sec_feature ul.nav li{border-left: none;}
.sec_tabs img{margin-bottom: 1rem;}
}
@media(max-width:767px){

}

.hamburger .line{
  width: 30px;
  height: 2px;
  background-color: #2898ff;
  display: block;
  margin: 8px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hamburger:hover{
  cursor: pointer;
}
#hamburger{
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border:none;
  outline:none;
}

#hamburger.is-active{
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#hamburger:before{
  content: "";
  position: absolute;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 70px;
  height: 70px;
  border: 2px solid transparent;
  top: calc(50% - 35px);
  left: calc(50% - 35px);
  border-radius: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/*#hamburger.is-active:before{*/
/*  border: 2px solid #ecf0f1;*/
/*}*/

#hamburger.is-active .line{
  width: 35px;
}

#hamburger.is-active .line:nth-child(2){
  opacity: 0;
}

#hamburger.is-active .line:nth-child(1){
  -webkit-transform: translateY(13px);
  -ms-transform: translateY(13px);
  -o-transform: translateY(13px);
  transform: translateY(13px);
}

#hamburger.is-active .line:nth-child(3){
  -webkit-transform: translateY(-8px) rotate(90deg);
  -ms-transform: translateY(-8px) rotate(90deg);
  -o-transform: translateY(-8px) rotate(90deg);
  transform: translateY(-8px) rotate(90deg);
}
@keyframes slide-in-left{ 
  0%		{ left:-100%; }
  100%	{ left:0px; }
}
@keyframes slide-out-left{
  0%		{ left:0px; }
  100%	{ left:-100%; }
}
@keyframes slide-in-right{ 
  0%		{ right:-100%; }
  100%	{ right:0px; }
}
@keyframes slide-out-right{
  0%		{ right:0px; }
  100%	{ right:-100%; }
}
@media screen and (max-width: 560px){
h1 {
font-size: 40px;
line-height: 45px;
font-weight: bold;
margin: .3em 0;
font-family: 'Raleway', sans-serif;
font-weight: 400;
color: #fff;
}

.pstyle {
color: #fff;
font-size: 14px!important;
line-height: 1.5rem;
font-family: 'Raleway', sans-serif;
}

h2 {
font-size: 38px;
line-height: 45px;
font-weight: 500;
margin: .67em 0;
font-family: 'Raleway', sans-serif;
text-align: center;
}

}

.pstyle {
color: #fff;
font-size: 1.2rem;
font-family: 'Raleway', sans-serif;
}

