body{
	margin:0;
	padding:0;
	font-family: 'Sora';
}
a{
	text-decoration:none !important;
}
img{
	max-width: 100%;
	height: auto;
}
a:focus {
	outline: none;
	outline: 0px auto;
	outline-offset: 0px;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
	outline: none;
	outline-offset: 0px;
	border: none !important;
}
a:focus, a:hover {
	text-decoration: none !important;
	outline: none !important;
}


@font-face {
	font-family: 'Sora';
	src: url('../fonts/Sora-Bold.eot');
	src: url('../fonts/Sora-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Sora-Bold.woff2') format('woff2'),
		url('../fonts/Sora-Bold.woff') format('woff'),
		url('../fonts/Sora-Bold.ttf') format('truetype'),
		url('../fonts/Sora-Bold.svg#Sora-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Sora';
	src: url('../fonts/Sora-SemiBold.eot');
	src: url('../fonts/Sora-SemiBold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Sora-SemiBold.woff2') format('woff2'),
		url('../fonts/Sora-SemiBold.woff') format('woff'),
		url('../fonts/Sora-SemiBold.ttf') format('truetype'),
		url('../fonts/Sora-SemiBold.svg#Sora-SemiBold') format('svg');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Sora';
	src: url('../fonts/Sora-Medium.eot');
	src: url('../fonts/Sora-Medium.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Sora-Medium.woff2') format('woff2'),
		url('../fonts/Sora-Medium.woff') format('woff'),
		url('../fonts/Sora-Medium.ttf') format('truetype'),
		url('../fonts/Sora-Medium.svg#Sora-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Sora';
	src: url('../fonts/Sora-Regular.eot');
	src: url('../fonts/Sora-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Sora-Regular.woff2') format('woff2'),
		url('../fonts/Sora-Regular.woff') format('woff'),
		url('../fonts/Sora-Regular.ttf') format('truetype'),
		url('../fonts/Sora-Regular.svg#Sora-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

.header{
position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  z-index: 999;
  padding: 10px 0;
}
.fixed-header {    
	top: 0;
	box-shadow: 0 0 4px #aeaeae;
	animation: smoothScroll 1s;
	z-index: 999;
	background: #131c49;
}
.fixed-header .logo img{
	width: 110px;
}
.fixed-header  .menu ul li a{
	padding: 36px 0;
}
.logo img{
	width: 136px;
	transition: all 0.5s ease 0s;
}
.header-right{
	text-align: right;
}
.menu{
	display: inline-block;
	vertical-align: middle;
}
.menu ul{
	margin: 0;
	padding: 0;
}
.menu ul li{
	display: inline-block;
	list-style: none;
	margin-right: 12px;
}
.menu ul li:last-child{
	margin-right: 0;
}
.menu ul li a{
	display: block;
	font-size: 14px;
	font-weight: 600;
	color: #131c49;
	text-transform: uppercase;
	padding: 45px 0;
	position: relative;
	transition: ease 0.5s all 0s;
}
.menu ul li a:before{
	width: 0;
	height:3px;
	background: #114171;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	transition: ease 0.5s all 0s;
}
.menu ul li li a:before{
	display: none;
}
.menu ul li a.active, .menu ul li a:hover{
	color:#114171;
}
.menu ul li a.active:before, .menu ul li a:hover:before{
	width: 100%;
}
.call-btn{
	display: inline-block;
	vertical-align: middle;
	background:transparent;
	color: #000;
	font-size: 15px;
	font-weight: 600;
	padding: 10px 22px 9px;
	text-transform: uppercase;
	border: solid;
	border-image-slice: 1;
	border-width: 2px;
	border-image-source: linear-gradient(to top, #185382, #3fb6dd);
	margin-left:14px;
	transition: ease 0.5s all 0s;
}
.call-btn img{
	margin-left: -9px;
	margin-right: 5px;
	animation: bounce2 2s ease infinite;
}
@keyframes bounce2 {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-5px);}
	60% {transform: translateY(-2px);}
}
.call-btn:hover{
	background: #131c49;
	color: #fff;
}
.get-btn{
	display: inline-block;
  vertical-align: middle;
  background: #0b1339;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  padding: 5px 27px;
  text-transform: uppercase;
  border-radius: 3px;
  margin-left: 7px;
  transition: ease 0.5s all 0s;
  text-align: center;
}
.get-btn em {
  display: block;
  font-style: normal;
  font-size: 12px;
}
.get-btn:hover{
	background: #46c7ed;
	color: #fff;
}
.form_sec {
  padding: 30px 30px 0;
}
.form_sec strong {
  font-size: 25px;
  display: inline-block;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.frm_fld p {
  margin: 0 0 14px;
}
.frm_fld input {
  width: 100%;
  color: #000;
  border: 1px solid #0000007a;
  padding: 10px;
  font-size: 15px;
}
.send_btn input {
  background: #131c49 !important;
}
.banner{
	background: url(../images/banner-bg.jpg) no-repeat center top;
	background-size: auto;
	background-size: cover;
	margin-top: 0;
	padding: 155px 0 100px;
}
.banner-left{
	/* display: flex;
	align-items: center; */
}
.banner-small{
	font-size: 17px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
}
.banner-title{
	font-size: 45px;
	font-weight: bold;
	color: #fff;
	line-height: 48px;
	margin-top: 0;
}
.banner-title strong{
	font-weight: bold;
	background: linear-gradient(90deg, rgba(122,75,232,1) 37%, rgba(224,141,110,1) 89%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.banner-text{
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	margin-top: 15px;
	margin-right: 7%;
	line-height: 1.3;
}
.banner-btn a{
	display: inline-block;
	vertical-align: middle;
	background: #ffffff;
	color: #131c49;
	font-size: 15px;
	font-weight: 600;
	padding: 14px 24px;
	border-radius: 3px;
	margin: 26px 14px 0 0;
	transition: ease 0.5s all 0s;
}
.banner-btn a:hover, .blue-button a:last-child:hover {
	background: #47c9ef;
	color: #fff;
}
/* .banner-btn a:last-child{
background: transparent;
color: #fff;
border: solid;
border-image-slice: 1;
border-width: 2px;
border-image-source: linear-gradient(to top, #185382, #3fb6dd);
padding: 12px 30px;
} */
.banner-btn a:last-child:hover, .blue-button a:hover{
	background: #fff;
	color: #000;
}
.banner-right{
	padding-left: 14%;
	position: relative;
}
.banner-right img{
	width: 100%;
}
.ab-leads{
	background: linear-gradient(180deg, rgba(19,44,93,1) 32%, rgba(224,141,110,0) 100%);
	width: 125px;
	text-align: left;
	padding: 20px 16px 30px;
	position: absolute;
	bottom: -75px;
	left: 0;
	border-radius: 5px;
}
.ab-leads img{
	width: auto;
}
.ban-text{
	font-size: 12px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	margin-top: 10px;
}
.blue-bg{
	background: url(../images/blue-bg.png) no-repeat center top;
	background-size: cover;
	margin-top: -28px;
    z-index: 0;
    position: relative;
}
.dominate-sec{
	padding: 70px 0 80px;
}
.small-title{
	font-size: 17px;
	color: #131c49;
	font-weight: 600;
}
.d-title{
	font-size: 30px;
	color: #171717;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 37px;
}
.bt-top{
	margin-top: 50px;
}
.box1-part ul{
	margin: 0;
	padding: 0;
}
.box1-part ul li{
	list-style: none;
	display: inline-block;
	background: #fefeff;
	width: 31%;
	padding: 30px 25px;
	border-radius: 6px;
	margin-right: 21px;
	vertical-align: top;
	min-height: 247px;	
}
.box1-part ul li:last-child{
	margin-right: 0;
}
.box1-title {
	font-weight: 600;
	color: #171717;
	margin-top: 20px;
	line-height: 1.5;
}
.box1-text {
	font-size: 13px;
	font-weight: 500;
	color: #444;
	margin-top: 13px;
}
.blue-part{
	background: #131c49;
	padding: 30px 38px 37px;
	border-radius: 6px;
	min-height: 100%;
	position: relative;
	overflow: hidden;
}
.blue-part:after{
	background: url(../images/vis-img.png) no-repeat;
	width: 150px;
	height: 150px;
	position: absolute;
	right: -1px;
	bottom: -55px;
	content: "";
	background-size: 150px;
}
.b-title{
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	line-height: 1.4;
}
.b-title strong{
	font-weight: bold;
	color: #46c8ee;
}
#data-slider{
	margin-top: 12px;
}
#data-slider .item{
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	margin: 2px;
}
#data-slider .owl-stage{
	display: flex;
}
#data-slider .owl-stage-outer{
	padding-bottom: 0;  
}
#data-slider .owl-nav{
	display: none;
}
#data-slider .owl-dots{
	text-align: left;
	margin-top: 20px;
}
#data-slider  .owl-dot{
	border: none;
	background: transparent;
	padding: 0;
}
#data-slider  .owl-dot span{
	background: #46c8ee;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 3px;
	border-radius: 50%;
}
#data-slider  .owl-dot.active span{
	background: #fff;
}
.android-sec{
	padding: 60px 0 0;
}
.hand img{
	animation: wave-animation infinite 2s;
}
@keyframes wave-animation {
	0% { transform: rotate( 0.0deg) }
	10% { transform: rotate(14.0deg) }
	20% { transform: rotate(-8.0deg) }
	30% { transform: rotate(14.0deg) }
	40% { transform: rotate(-4.0deg) }
	50% { transform: rotate(10.0deg) }
	60% { transform: rotate( 0.0deg) }
	100% { transform: rotate( 0.0deg) }
}
.a-title{
	font-size: 35px;
	color: #171717;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 35px;
	margin-top: 40px;
}
.a-title em {
	font-size: 14px;
	display: block;
	font-style: normal;
}
.a-title strong{
	color: #131c49;
	font-weight: bold;
}
.a-text{
	font-size: 15px;
	color: #171717;
	margin-top: 10px;
}
.pop_txt strong {
	display: block;
	line-height: 24px;
	margin-top: 10px;
	font-weight: 600;
	color: #131c49;
}
.bit1{
	display: inline-flex;
	align-items: center;
	background: #ffffff;
	color: #171717;
	font-size: 15px;
	font-weight: 500;
	border: 2px solid #000;
	padding: 6px 19px 6px 8px;
	border-radius: 50px;
	margin-top: 24px;
	transition: all 0.5s ease 0s;  
}
.bit1:hover, .bit2:hover{
	background: #100f0f;
	color: #fff;
}
.bit1 img, .bit2 img{
	margin-right: 8px;
}
.bit2{
	display: inline-flex;
	align-items: center;
	background: #ffffff;
	color: #171717;
	font-size: 15px;
	font-weight: 500;
	border: 2px solid #000;
	padding: 6px 19px 6px 8px;
	border-radius: 50px;
	margin-top: 12px;
	transition: all 0.5s ease 0s;  
}
.bit2 span{
	display: block;
	font-size: 12px;
}
.android-right {
	margin-left: -40px;
}

.blue-sec{
	background: url(../images/blur-bg.jpg) no-repeat center top  #131c49;
	padding: 75px 0 0;
	background-size: contain;
}
.fixed-left{
	position: sticky;
	top: 100px;
	bottom: auto;
}
.title{
	font-size: 40px;
	font-weight: bold;
	color: #fff;
	line-height: 46px;
	text-transform: uppercase;
}
.text{
	font-size: 17px;
	color: #fff;
	margin-top: 15px;
}
.blue-button a{
	display: inline-block;
	vertical-align: middle;
	background: transparent;
	color: #fff;
	border: solid;
	border-image-slice: 1;
	border-width: 2px;
	border-image-source: linear-gradient(to top, #185382, #3fb6dd);
	font-size: 15px;
	font-weight: 600;
	padding: 12px 34px;
	margin: 26px 14px 0 0;
	text-transform: uppercase;
	transition: ease 0.5s all 0s;
}
.blue-button a:last-child{
background: #ffffff;
  color: #131c49;
  border: none;
  padding: 10px 40px;
  border-radius: 4px;
  margin-top: 20px;
}
.shape2{
	margin-top: 30px;
}
.box1{
	background: #fff;
	padding: 30px 30px;
	margin-bottom: 18px;
	border-radius: 10px;
}
.box1:last-child {
	margin-bottom: 0;
	border-radius: 10px 10px 0 0;
}
.no{
	font-size: 30px;
	font-weight: bold;
	color: #46c8ee;
}
.box2-title{
	font-size: 20px;
	font-weight: bold;
	color: #131c49;
	text-transform: uppercase;
	margin-top: 10px;
}
.box2-text {
	font-size: 14px;
	font-weight: 500;
	margin-top: 10px;
}
.result-sec{
	padding: 50px 0;
	background: #091037;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.shape4{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: -1;
}
.result-sec .title{
	font-size: 30px;
}
.box3-top{
	margin-top: 38px;
}
.box3{
	min-height: 100%;
	padding: 0 8px;
}
.text2{
	font-size: 14px;
	color: #fff;
}
.no2{
	display: inline-block;
	font-size: 74px;
	color: #46c8ee;
	line-height: 75px;
	margin-top: 26px;
}
.line1{
	position: relative;
}
.line1:after{
	width: 1px;
	height: 100%;
	background: #ffffff29;
	position: absolute;
	top: 0;
	right: 9px;
	content: "";
}
.testimonial-sec{
	background: url(../images/blue-bg.png) no-repeat center top;
	background-size: cover;
	padding: 80px 0;
	overflow: hidden;
}
.review-part {
	margin: 0 -11%;
}
#review-slider{
	margin-top: 50px;
}
#review-slider .item{
	min-height: 100%;
	margin: 0 5px;
	padding: 30px 24px 25px;
	position: relative;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
}
#review-slider .item:before{
	background: url(../images/shape5.png) no-repeat;
	width: 15px;
	height: 15px;
	position: absolute;
	top: 16px;
	left: 10px;
	content: "";
}
#review-slider .item:after{
	background: url(../images/shape5.png) no-repeat;
	width: 15px;
	height: 15px;
	position: absolute;
	bottom: 16px;
	right: 10px;
	content: "";
}
.testi-text {
	font-size: 15px;
	color: #171717;
	margin-top: 12px;
}
.client-name {
	display: flex;
	align-items: center;
	margin-top: 30px;
	gap: 10px;
	font-size: 13px;
	font-weight: 500;
	color: #5c5c5c;
}
.client-name strong{
	font-size: 17px;
	font-weight: 500;
	color: #171717;
	display: block;
}
/* #review-slider .owl-item{
padding: 0 7px;
} */
#review-slider .owl-stage{
	display: flex;
}
#review-slider .owl-stage-outer{
	padding-bottom: 60px;  
}
#review-slider .owl-prev, #review-slider .owl-next{
	border: none;
	background: transparent;
	position: absolute;
	bottom: 0;
	padding: 0;
	font-weight: normal;
}
#review-slider .owl-prev span, #review-slider .owl-next span{
	font-size: 0;
	line-height: 20px;
	width: 30px;
	height: 40px;
	display: block;
	padding: 7px 0;
	border-radius: 50%;
	color: #000;
}
#review-slider .owl-prev{
	background: url(../images/left-nav.png) no-repeat;
	left: 48%;
	background-position: center left;
}
#review-slider .owl-next{
	background: url(../images/right-nav.png) no-repeat;
	right: 48%;
	background-position: center right;
}
#review-slider .owl-dots{
	display: none;
}
.business-sec{
	padding: 80px 0px 60px;
	position: relative;
	background: url(../images/blur-bg.jpg) no-repeat center top #131c49;
	background-size: contain;
}
/*.business-sec:before{
width: 40px;
height: 1px;
background: #dbd7d7;
position: absolute;
left: 65px;
top: 80px;
content: "";
}
.business-sec:after{
width: 40px;
height: 1px;
background: #dbd7d7;
position: absolute;
right: 65px;
top: 80px;
content: "";
}
.bt-border{
border: solid #dbd7d7;
border-width: 1px 0px 1px 0px;
padding: 40px 0;
position: relative;
}
.bt-border:before{
width: 1px;
height: 113%;
background: #dbd7d7;
position: absolute;
left: 0;
top: -40px;
content: "";
}
.bt-border:after{
width: 1px;
height: 113%;
background: #dbd7d7;
position: absolute;
right: 0;
top: -40px;
content: "";
} */

.title2{
	font-size: 14px;
	font-weight: 600;
	color: #45c5eb;
	text-transform: uppercase;
}
.business-sec .d-title {
	color: #fff;
}
.business-sec .call-btn{
	position: relative;
	display: inline-block;
	margin-left: 0;
	margin-top: 18px;
	color: #fff;
}
.footer{
	padding:30px 0 15px;
	background: url(../images/shape6.png) no-repeat center top;
	background-size: cover;
}
.foot_title{
	font-size: 18px;
	font-weight: bold;
	color: #171717;
	text-transform: uppercase;
	margin-bottom: 12px;
}
.foot_text{
	color: #171717;
	font-size: 14px;
	padding-right: 8%;
}
.foot_txt .call-btn{
	display:inline-block;
}
.foot1{
	margin: 0;
	padding: 0;
}
.foot1 li{
	list-style: none;
	font-size: 14px;
	font-weight: 500;
	color: #383838;
	margin-bottom: 3px;
	padding-left: 18px;
	position: relative;
}
.foot1 li:before{
	width: 10px;
	height: 10px;
	border: 2px solid #000;
	border-radius: 50%;
	position: absolute;
	top: 6px;
	left:0;
	content: "";
}
.foot1 li a{
	color: #383838;
	transition: ease 0.5s all 0s;
}
.foot1 li a:hover {
	color: #46c8ef;
}
.foot1.second li{
	padding-left: 0;
	margin-top: 10px;
	margin-bottom: 0;
}
.foot1.second li:before{
	display: none;
}
.social a{
	margin-right: 4px;
}
.foot_right{
	padding-left: 20px;
}
.line2{
	position: relative;
}
.line2:after{
	width: 1px;
	height: 100%;
	background: #bebebe38;
	position: absolute;
	top: 0;
	right: 14px;
	content: "";
}
.foot_big-title{
	font-size: 75px;
	font-weight: bold;
	color: transparent;
	text-align: center;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #a3a3a3;
	line-height: 75px;
	margin-top: 36px;
	position: relative;
	z-index: 1;
}
.copyright{
	border-top: 1px solid #c8c5c5;
	text-align: center;
	color: #171717;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 15px 0 40px;
	margin-top: 20px;
}
.copyright a{
	color:#000;
}
#back2Top {
	width: 40px;
	height: 40px;
	line-height: 22px;
	z-index: 999;
	padding-top: 5px;
	cursor: pointer;
	position: fixed;
	bottom: 51px;
	right: -30px;
	color: #fff;
	background: #2b2c2b;
	text-align: center;
	opacity: 0;
	transition: ease 0.2s all 0s;
}
#back2Top.show {
	opacity: 1;
	right: 15px;
}
.page{
	margin-top:0 !important;
}
.site-content, .site-main .widecolumn {
	margin-left: 0px !important;
}
.page .entry-header, .blog_page_header {
	background: url(../images/inner-banner.jpg) no-repeat;
	background-size: cover !important;
	background-position:center top !important;
	max-width: 100% !important;
	padding: 120px 0 !important;
	margin: 111px 0 50px !important;
	position: relative;
	overflow: hidden;
	text-align: center;
}
.page .entry-content {
	max-width:100% !important;
	padding:0px !important;
}
.content-area, .content-sidebar {
	padding-top: 0px !important;
}
.page .entry-title, .blog_page_title {
	text-align: center;
	color: #fff;
	width: 100%;
	font-size: 28px;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
	z-index: 99;
	margin-bottom: 0 !important;
}
.breadcrumb-container {
	text-align: center;
	color: #fff !important;
	font-size: 16px !important;
	position: relative;
	z-index: 99;
}
.breadcrumb-container a {
	color: #fff !important;
}
.top_titl.d-title {
	line-height: 1.3;
	margin-bottom: 10px;
	color: #46c8ee;
}
.top_titl em {
	display: block;
	font-style: normal;
	font-size: 16px;
	color: #131c49;
}
.pop_txt {
	font-size: 15px;
	line-height: 27px;
	padding-right: 50px;
	text-align: justify;
}
.pop_txt ul {
	margin: 0;
	padding: 0;
}
.pop_txt ul li {
	list-style-type: none;
	background-image: url(../images/plan.png);
	background-repeat: no-repeat;
	padding-left: 26px;
	padding-bottom: 3px;
	background-size: 17px;
	background-position: 0 6px;
}
.cta_bold {
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	color: #131c49;
	padding: 0 30px;
	line-height: 1.2;
	padding-top: 30px;
	border-top: 1px solid #ccc6;
	margin-top: 20px;
}
.privacy_txt {
	font-size: 15px;
	line-height: 25px;
}
.privacy_txt strong {
	color: #131c49;
	font-size: 18px;
	text-transform: capitalize;
}
.privacy_txt em {
	font-style: normal;
	font-size: 17px;
	font-weight: 600;
	color: #46c8ee;
}
.featured_icons {
padding: 15px 0;
  text-align: center;
  background: #fff;
  border-radius: 3px;
  margin-top: -30px;
  z-index: 2;
  position: relative;
}
.featured_icons ul {
	padding: 0;
	margin: 0;
}
.featured_icons ul li {
	list-style: none;
	display: inline-block;
	border-left: 1px solid rgba(0, 0, 0, 0.3);
	padding: 0 12px 0 15px;
}
.featured_icons ul li img {
	height: 28px;
}
.featured_icons ul li:first-child {
	border-left: none;
}
.mob_btn a {
  position: fixed;
  z-index: 99999;
  width: 100%;
  bottom: 0;
  text-align: center;
  margin: 0;
  background: #131c49;
  color: #fff;
  border: none;
}

/*Responsive*/
@media only screen and (min-width : 320px) and (max-width : 1023px) {
	.header{
		padding: 5px 0;
		background: #131c49;
	}
	.logo {
	  text-align: center;
	}
	.menu-part .get-btn{
		position: fixed;
		top: 18px;
		right: 15px;
		font-size: 12px;
		padding: 8px 14px;
	}
	.menu-part .call-btn{
		position: fixed;
		top: 18px;
		right: 135px;
		font-size: 12px;
		padding: 7px 14px;
	}
	.menu-part .call-btn img{
		display:none;
	}	
	.logo img, .fixed-header .logo img{
		width: 90px;
	}
	.banner{
		margin-top: 75px;
		padding: 30px 0 40px;
	}
	.banner-small{
		font-size: 15px;
	}
	.banner-title {
		font-size: 30px;
		font-weight: bold;
		color: #fff;
		line-height: 34px;
		margin-top: 8px;
	}
	.banner-title img{
		width:42px;
	}
	.banner-text {
		font-size: 16px;
		margin-right: 0;
	}
	.banner-btn a {
		font-size: 14px;
		padding: 10px 13px;
		margin: 20px 4px 0 0;
	}
	.banner-right {
		padding-left: 0;
		margin-top: 30px;
	}
	.dominate-sec {
		padding:35px 0 65px;
	}
	.d-title{
		font-size: 24px;
		line-height: 30px;
	}
	.d-title br{
		display:none;
	}
	.bt-top {
		margin-top: 15px;
	}
	.box1-part ul li {
		width:100%;
		padding: 20px 15px;
		margin-right: 0;
		min-height: auto;
		margin-top: 15px;
	}
	.box1-title {
		margin-top: 15px;
	}
	.blue-part{
		margin-top:30px;
		padding: 25px 30px 30px;
	}
	.blue-part::after {
		width: 100px;
		height: 100px;
		background-size: 100px;
		bottom: -30px;
	}
	.blue-sec {
		padding: 40px 0;
	}
	.fixed-left {
		position: relative;
		top: 0;
	}
	.shape2{
		display:none;
	}
	.title {
		font-size: 25px;
		line-height: 32px;
	}
	.text {
		font-size: 16px;
		margin-top: 5px;
	}
	.blue-button a {
		font-size: 14px;
		padding: 10px 26px;
		margin: 20px 7px 0 0;
	}
	.blue-button a:last-child {
		padding: 12px 30px;
	}
	.right-part{
		margin-top:30px;
	}
	.box1 {
		padding: 25px 20px;
		margin-bottom: 15px;
	}
	.box1:last-child {
		border-radius: 10px;
	}
	.no {
		font-size: 25px;
	}
	.box2-title {
		font-size: 18px;
		margin-top: 4px;
	}
	.box2-text {
		margin-top: 4px;
	}
	.android-sec {
		padding: 35px 0 0;
	}
	.a-title {
		font-size: 25px;
		line-height: 30px;
	}
	.a-title em {
		line-height: 1.2;
		margin-top: 6px;
	}
	.android-left .pop_txt ul li {
		padding-bottom: 7px;
		line-height: 1.3;
	}
	.android-right {
		margin-left: 0;
		margin-top: 20px;
	}
	.business-sec {
		padding: 40px 0px 35px;
	}
	.business-sec .call-btn{
		font-size: 14px;
	}
	.footer {
		padding: 30px 0 15px;
		background-image:none;
	}
	.foot_logo img{
		width:115px;
	}
	.foot_title {
		font-size: 16px;
		line-height: 1.3;
		margin-top: 15px;
	}
	.foot_txt .call-btn{
		padding: 10px 18px 7px;
	}
	.line2::after{
		display:none;
	}
	.foot_big-title {
		font-size: 38px;
		-webkit-text-stroke-color: #d1d1d1;
		line-height: 40px;
		margin-top: 20px;
	}
	.top_titl.d-title{
		font-size: 18px;
	}
	.top_titl em{
		font-size: 14px;
		margin-top: 5px;
	}
	.pop_txt {
		line-height: 24px;
		padding-right: 0;
		text-align: left;
	}
	.cta_bold {
		font-size: 21px;
		padding: 0 10px;
		padding-top: 20px;
	}
	.featured_icons ul li:first-child {
	  display: block;
	}
	.featured_icons ul li {
	  border-left: none;
	  padding: 0 2px 0 5px;
	}
	.featured_icons ul li img {
	  height: 15px;
	}
	.get-btn em {
	  font-size: 9px;
	}
}

@media only screen and (min-width : 481px) and (max-width : 767px) {
	.box1-part ul li {
		width: 31% !important;
		margin-right: 6px !important;
		min-height: 223px !important;
	}
	.box1-part ul li:last-child {
		min-height: 223px !important;
	}
	.box1-title {
		font-size: 13px !important;
	}
	.box1 {
		width: 47% !important;
		min-height: 312px !important;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
	.banner-title {
		font-size: 26px;
		line-height: 30px;
	}
	.banner-btn a{
		font-size: 13px;
		margin: 20px 4px 0 0;
	}
	.menu-part .get-btn {
		right: 32px;
	}
	.menu-part .call-btn{
		right: 150px;
	}
	.box1-part ul li {
		width:47%;
		padding: 20px 15px;
		margin-right: 10px;
		min-height: 204px;
	}
	.box1-part ul li:last-child{
		min-height: 140px;
	}
	.box1-title {
		margin-top: 12px;
		font-size: 14px;
	}
	.box1 {
		width: 48%;
		display: inline-block;
		vertical-align: top;
		min-height: 228px;
		margin-right: 10px;
	}
	.blue-part{
		min-height: auto;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
	.banner-title {
		font-size: 40px;
		line-height: 44px;
		margin-top: 8px;
	}
	.box1-part ul li {
		width: 31%;
		padding: 24px 15px;
		margin-right: 16px;
		min-height: 227px;
	}
	.box1-title {
		font-size: 15px;
	}
	.title {
		font-size: 33px;
		line-height: 38px;
	}
	.blue-button a{
		margin: 26px 8px 0 0;
	}
	.android-right {
		margin-left: -20px;
	}
	.a-title em {
		line-height: 1.2;
		margin-top: 10px;
	}
	.android-right {
		margin-left: 9px;
		margin-top: 54px;
		margin-right: 12px;
	}
	.business-sec .d-title{
		font-size: 26px;
		line-height: 34px;
	}
	.foot_title {
		font-size: 16px;
		line-height: 1.3;
	}
	.foot_right {
		padding-left: 12px;
	}
	.line2::after {
		right: 0;
	}
	.blue-part::after {
		width: 120px;
		height: 120px;
		bottom: -52px;
		background-size: 120px;
	}
}

/* iPhone XR */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
	.banner-title {
		font-size: 26px;
		line-height: 30px;
	}
	.banner-btn a{
		font-size: 13px;
		margin: 20px 4px 0 0;
	}
	.menu-part .get-btn {
		right: 32px;
	}
	.menu-part .call-btn{
		right: 150px;
	}
	.box1-part ul li {
		width:47%;
		padding: 20px 15px;
		margin-right: 10px;
		min-height: 204px;
	}
	.box1-part ul li:last-child{
		min-height: 140px;
	}
	.box1-title {
		margin-top: 12px;
		font-size: 14px;
	}
	.box1 {
		width: 48%;
		display: inline-block;
		vertical-align: top;
		min-height: 228px;
		margin-right: 10px;
	}
	.blue-part{
		min-height: auto;
	}
}

@media only screen and (min-width : 1025px) and (max-width : 1199px) and (orientation : portrait) {
	.banner-title {
		font-size: 40px;
		line-height: 44px;
		margin-top: 8px;
	}
	.banner-btn a {
		font-size: 15px;
	}
	.box1-part ul li {
		width: 31%;
		padding: 24px 15px;
		margin-right: 16px;
		min-height: 228px;
	}
	.box1-part ul li:last-child {
		min-height: 227px;
	}
	.box1 {
		width: 100%;
		min-height: auto;
		margin-right: 0;
	}
	.box1-title {
		font-size: 15px;
	}
	.title {
		font-size: 33px;
		line-height: 38px;
	}
	.blue-button a{
		margin: 26px 8px 0 0;
	}
	.android-right {
		margin-left: -20px;
	}
	.a-title em {
		line-height: 1.2;
		margin-top: 10px;
	}
	.android-right {
		margin-left: 9px;
		margin-top: 54px;
		margin-right: 12px;
	}
	.business-sec .d-title{
		font-size: 26px;
		line-height: 34px;
	}
	.foot_title {
		font-size: 16px;
		line-height: 1.3;
	}
	.foot_right {
		padding-left: 12px;
	}
	.line2::after {
		right: 0;
	}
	.blue-part::after {
		width: 120px;
		height: 120px;
		bottom: -52px;
		background-size: 120px;
	}
}

@media only screen and (min-width : 1025px) and (max-width : 1199px) and (orientation : landscape) {
	.banner-title {
		font-size: 40px;
		line-height: 44px;
		margin-top: 8px;
	}
	.banner-btn a {
		font-size: 15px;
	}
	.box1-part ul li {
		width: 31%;
		padding: 24px 15px;
		margin-right: 16px;
		min-height: 228px;
	}
	.box1-part ul li:last-child {
		min-height: 227px;
	}
	.box1 {
		width: 100%;
		min-height: auto;
		margin-right: 0;
	}
	.box1-title {
		font-size: 15px;
	}
	.title {
		font-size: 33px;
		line-height: 38px;
	}
	.blue-button a{
		margin: 26px 8px 0 0;
	}
	.android-right {
		margin-left: -20px;
	}
	.a-title em {
		line-height: 1.2;
		margin-top: 10px;
	}
	.android-right {
		margin-left: 9px;
		margin-top: 54px;
		margin-right: 12px;
	}
	.business-sec .d-title{
		font-size: 26px;
		line-height: 34px;
	}
	.foot_title {
		font-size: 16px;
		line-height: 1.3;
	}
	.foot_right {
		padding-left: 12px;
	}
	.line2::after {
		right: 0;
	}
	.blue-part::after {
		width: 120px;
		height: 120px;
		bottom: -52px;
		background-size: 120px;
	}
}

/* iPad Pro 12.9 inch */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
	.banner-title {
		font-size: 40px;
		line-height: 44px;
		margin-top: 8px;
	}
	.banner-btn a {
		font-size: 15px;
	}
	.box1-part ul li {
		width: 31%;
		padding: 24px 15px;
		margin-right: 16px;
		min-height: 216px;
	}
	.box1-part ul li:last-child {
		min-height: 220px;
	}
	.box1 {
		width: 100%;
		min-height: auto;
		margin-right: 0;
	}
	.box1-title {
		font-size: 15px;
	}
	.title {
		font-size: 33px;
		line-height: 38px;
	}
	.blue-button a{
		margin: 26px 8px 0 0;
	}
	.android-right {
		margin-left: -20px;
	}
	.a-title em {
		line-height: 1.2;
		margin-top: 10px;
	}
	.android-right {
		margin-left: 9px;
		margin-top: 54px;
		margin-right: 12px;
	}
	.business-sec .d-title{
		font-size: 26px;
		line-height: 34px;
	}
	.foot_title {
		font-size: 16px;
		line-height: 1.3;
	}
	.foot_right {
		padding-left: 12px;
	}
	.line2::after {
		right: 0;
	}
	.blue-part::after {
		width: 120px;
		height: 120px;
		bottom: -52px;
		background-size: 120px;
	}
}

@media screen and (min-width: 1424px) {

}

@media screen and (min-width: 1624px) {

}

@media screen and (min-width: 1920px) {

}

@media screen and (min-width: 2048px) {

}

@media screen and (min-width: 2550px) {

}    
