@charset "utf-8"; /* CSS Document */
/* General Style Start */
* {
	padding:0;
	margin:0;
	box-sizing:border-box
}
html {
	font-size:62.5%;
}
body {
	font:400 1.4rem/2.2rem 'Open Sans', sans-serif;
	background-color:#fff;
	color:#1f1e35;
	overflow-x:hidden;
}
.clearfix:after {
	content:"";
	clear:both;
	display:table
}
ul {
	list-style-type:none;
	padding:0 0 12px;	
}
ul li {
	padding:0 0 10px 30px;
	background:url(../images/bullet.png) 0 5px no-repeat;
}
h1, h2, h3, h4, h5, h6 {
	font-family:'Roboto', sans-serif;
	font-weight:700;
	color:#243a42;
}
h1, .h1 {
	font-size:2.4rem;
	line-height:3.2rem;
	margin:0 0 24px;
	color:#243a42;
}
h2, .h2 {
	font-size:1.8rem;
	line-height:2.6rem;
	margin:0 0 12px;
}
h3, .h3 {
	font-size:1.6rem;
	line-height:2.2rem;
	margin:0 0 10px;
	color:#206fc1;
}
h4, .h4 {
	font-size:1.5rem;
	line-height:2.3rem;
	margin:0 0 8px;
}
h5, .h5 {
	font-size:1.5rem;
	line-height:2.3rem;
	text-decoration:underline;
	margin:0 0 6px;
	/*color:#1f64ff;*/
	color:#111;
}
.page-title{
	font-size:2.4rem;
	line-height:3.2rem;
	margin:0 0 24px;
	color:#243a42;
}
p {
	margin-bottom:20px;
}
p:last-child{
	margin-bottom:0;
}
a {
	color:#02c602;
	text-decoration:none;
	-webkit-transition:all .3s;
	-khtml-transition:all .3s;
	-moz-transition:all .3s;
	-ms-transition:all .3s;
	-o-transition:all .3s;
	transition:all .3s;
}
a, img {
	outline:none;
}
img {
	border:none;
	max-width:100%;
	height:auto;
}
strong {
	font-weight:600;
}
label {
	font-weight:600;
	margin-bottom:2px;
	display:inline-block;
    font-size: 1.3rem;
    line-height: 1.7rem;
	color:#63656b;
}
input[type=text], select, textarea, input[type="tel"], input[type="email"], input[type="password"]{
	font: 1.3rem/1.9rem 'Open Sans', sans-serif;
    color: #777;
    background-color: #fff;
    outline: none;
    border: #ccc solid 1px;
    padding: 6px 12px;
    margin-bottom: 9px;
    border-radius:5px;
}
#verify {
    width: 84px;
}
textarea{
    color: #777;
    background-color: #fff;
	font:400 1.4rem/2rem Open Sans, sans-serif;
	height:130px;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
	padding:6px 14px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    font: 600 1.4rem/2rem Open Sans, sans-serif;
    background-color: #25c31f;
    color: #fff;
    /* box-shadow: 0 0 8px #a1a1a1; */
}
input[type=radio] {
	width:14px;
	height:14px;
	position:relative;
	top:2px;
	margin-left:4px;
	margin-right:4px;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
 color:#a1a1a1; /* Firefox */
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color:#a1a1a1;
}
::-ms-input-placeholder { /* Microsoft Edge */
 color:#a1a1a1;
}

.privacy-text {
    font-size: 1.2rem;
    line-height: 1.4rem;
    font-style: italic;
    padding: 16px 0px !important;
    margin: 0 !important;
}
.error {
    padding-bottom: 10px;
}
.f-error{
	display:none;	
}
.get-form{
	position:relative;
}
.get-form .f-error{
	position: absolute;
    left: 0;
    bottom: -18px;
	color:#fff;	
}
.get-form.get-form2 .f-error{
    bottom: -5px;
}
.get-form input[type=email]{
	border:none !important;
}
.error-e .error, .error-e .f-error{
    display: block;
}
.error , .f-error{
    margin-top: -7px;
}
.error_warning {
    border: 1px solid red!important;
}
.error-message {
    background: red;
    color: #fff;
    font-size: 1.3rem;
    line-height: 1.6rem;
    font-weight: 400;
    padding: 10px;
    margin: 10px 0;
    text-align: left;
    display: none;
}
.success-message {
    background: #569009;
    color: #fff;
    font-size: 1.3rem;
    line-height: 1.6rem;
    font-weight: 400;
    padding: 10px;
    margin: 10px 0;
    text-align: left;
    display: none;
}
.error-message p, .success-message p {
    margin:0;
}
.error-message i, .success-message i {
	float:left;
	width:15px;
	margin:1px 8px 0 0;
}
input[type=reset] {
	color:#fff;
	background-color:#d40000;
}
input.green[type=button] {
	color:#fff;
	background-color:#1bd818;
}
input.orange[type=button] {
	color:#fff;
	background-color:#f2910d;
}
.btn-cont {
	padding:20px 10px;
}
.btn-group .btn, .btn-group input[type="button"], .btn-group input[type="reset"], .btn-group input[type="submit"] {
	margin:0 4px;
}
.btn-sm{
	font-size: 1.4rem !important;
    line-height: 2rem !important;
	padding: 6px 14px !important;	
}
a.btn {
	font-weight:600;
	padding:4px 10px;
	border:none;
	font-size:13px;
	line-height:21px;
	border-radius:4px;
}
a.green {
	color:#fff;
	background-color:#4ca126;
}
/*button end*/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block
}
/* General Style End */

.wrap {
	margin:0 auto;
	width:100%;
}
.container {
	padding:0 5%;
	width:100%;
}
/* Header Style Start */
.main-header {
	padding:50px 0 0;
	color:#ebeaf7;
	background:#03015c;
}
.main-header.inner-header{
	background:none;
}
.header-top {
	position:fixed;
	left:0;
	top:0;
	z-index:999;
	width:100%;
	padding:6px 0;
	background-color:transparent;
	border-bottom:1px solid transparent;
	-webkit-transition:all .3s;
	-khtml-transition:all .3s;
	-moz-transition:all .3s;
	-ms-transition:all .3s;
	-o-transition:all .3s;
	transition:all .3s;
}
.header-top.white-bg{
	background-color:#fff;
	webkit-box-shadow:0 3px 10px rgb(0 0 0 / 5%);
	box-shadow:0 3px 10px rgb(0 0 0 / 5%);
}
.header-top.white-bg .menu-list{
	top:35px;
}
.header-top-login {
	display:none;
}
.mob-menu {
	display:inline-block;
	/*margin-top:2px;*/
	font-size:0;
	line-height:0;
	width:19px;
	height:16px;
	background:url(../images/mob-menu-w.png) 0 0 no-repeat;
	vertical-align:middle;
}
.header-top.white-bg .mob-menu {
	background-image:url(../images/mob-menu.png);
}
.down-arrow {
    position: absolute;
    top: 93vh;
    left: 50%;
    margin-left: -20px;
    z-index: 2;
	display:none;
}
.down-arrow a {
    width: 40px;
    height: 56px;
    display: inline-block;
    position: relative;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #fff;
    font: normal 400 20px/1 'Josefin Sans', sans-serif;
    letter-spacing: .1em;
    text-decoration: none;
    transition: opacity .3s;
}
.down-arrow a span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    -webkit-transform: rotate(
-45deg);
    transform: rotate(
-45deg);
    -webkit-animation: dArrow 1.5s infinite;
    animation: dArrow 1.5s infinite;
    box-sizing: border-box;
}
@-webkit-keyframes dArrow {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes dArrow {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
/* Header Style End */

/* Homepage Header Style Start */
.header-top .container {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
}
.header-top-right {
	display:block;
	width:100px;
	max-width:670px;
	background:none;
	border-radius:10px;
	text-align:right;
	flex:auto;
	padding:0 0 0 10px;
}
.header-top-right ul {
	margin:0;
	padding:0;
	text-transform:uppercase;
	font-weight:600;
	text-align:center;
}
.header-top-right ul li {
	padding:0;
	margin:3px 6px 2px;
	background-image:none;
	display:inline-block;
}
.header-top-right ul li, .header-top-right ul li a {
	color:#01001e;
}
.header-top-right li{
	margin-top:12px;
}
.header-top-right li.get-started-link{
	margin-top:2px;
	margin-right:0;
}
.header-top-right ul li.get-started-link a {
	background-color:#fff;
	color:#1d343c;
	/*padding:9px 30px;*/
	padding:0 30px;
	border-radius:20px;
	line-height:4rem;
	display:block;
	box-shadow:0 0 8px #8dadb8;
}
.banner {
	text-align:center;
	padding:20px 0 0;
}
.banner h2 {
	color:#ebeaf7;
	margin-bottom:30px;
	font-size:2rem;
	line-height:2.6rem;
	font-weight:400;
}
.banner h2 .highlight-txt {
	line-height:inherit;
	padding-top:0;
	margin-top:5px;
	padding:2px 6px;
	font-size:80%;
}
.banner h1 {
	color:#fff;
	position:relative;
	/*height:120px;*/
	font-size:2.8rem;
	line-height:3.8rem;
	margin:0 0 19px;
}
.home-slider-vertical {
}
.home-slider-vertical span {
	color:#ff7e4b;
	display:block;
	font-size:1.8rem;
	line-height:2.4rem;
	font-weight:400;
	font-family:'Open Sans', sans-serif;
	width:100%;
	vertical-align:middle;
}
.home-slider-vertical .slick-list {
	height:80px !important;
	transform:rotate(180deg);
}

.home-slider-vertical .slick-slide {
	transform:rotate(180deg);
	height:80px !important;
}
.home-slider-vertical .slick-current{
}
.home-slider-wrap{
	padding-bottom:7px;
}
.home-slider-in{
	/*padding:17px 0;*/
	position:relative;
}
.home-slider-in .slider-top-bg{
	display:block;
	height:30px;
	width:100%;
	position:absolute;
	left:0;
	top:-20px;
	background:url(../images/trans-img-top.png) repeat-x left bottom;
	z-index:11;
}
.home-slider-in .slider-bot-bg{
	display:block;
	height:30px;
	width:100%;
	position:absolute;
	left:0;
	bottom:-18px;
	background:url(../images/trans-img-bot.png) repeat-x left top;
	z-index:11;
}
/*.banner h1.stopAni span{
	animation-play-state: paused;
}*/
/*.banner h1 span:nth-child(1){ animation-delay:0s; -ms-animation-delay:0s; -webkit-animation-delay:0s;}*/
/*.banner h1 span:nth-child(2) {
	animation-delay:6s;
	-ms-animation-delay:6s;
	-webkit-animation-delay:6s;
}
.banner h1 span:nth-child(3) {
	animation-delay:12s;
	-ms-animation-delay:12s;
	-webkit-animation-delay:12s;
}
.banner h1 span:nth-child(4) {
	animation-delay:18s;
	-ms-animation-delay:18s;
	-webkit-animation-delay:18s;
}
.banner h1 span:nth-child(5) {
	animation-delay:24s;
	-ms-animation-delay:24s;
	-webkit-animation-delay:24s;
}*/
/*topToBottom Animation*/
@-moz-keyframes topToBottom {
0% {
opacity:0;
}
 5% {
opacity:0;
-moz-transform:translateY(-50px);
}
 7% {
opacity:1;
-moz-transform:translateY(0px);
}
 25% {
opacity:1;
-moz-transform:translateY(0px);
}
 27% {
opacity:0;
-moz-transform:translateY(50px);
}
 80% {
opacity:0;
}
 100% {
opacity:0;
-moz-transform:translateY(50px);
}
}
@-webkit-keyframes topToBottom {
0% {
opacity:0;
}
 5% {
opacity:0;
-webkit-transform:translateY(-50px);
}
 7% {
opacity:1;
-webkit-transform:translateY(0px);
}
 25% {
opacity:1;
-webkit-transform:translateY(0px);
}
 27% {
opacity:0;
-webkit-transform:translateY(50px);
}
 80% {
opacity:0;
}
 100% {
opacity:0;
-webkit-transform:translateY(50px);
}
}
@-ms-keyframes topToBottom {
0% {
opacity:0;
}
 5% {
opacity:0;
-ms-transform:translateY(-50px);
}
 7% {
opacity:1;
-ms-transform:translateY(0px);
}
 25% {
opacity:1;
-ms-transform:translateY(0px);
}
 27% {
opacity:0;
-ms-transform:translateY(50px);
}
 80% {
opacity:0;
}
 100% {
opacity:0;
-ms-transform:translateY(50px);
}
}
.home-txt-slider{
	position:relative;	
}
.txt-slider-btn{
	z-index: 70;
	margin-left: 20px;
	top: 0;
	position: relative;
}
.pause{
	width:20px;
	height:20px;
	background:url(../images/pause-btn.png) no-repeat 0 0;
	display: inline-block;
    font-size: 0;
    line-height: 0;
   
}
.pause.disable{
	background:url(../images/play-btn.png) no-repeat 0 0;	
}
.banner-left {
	padding-bottom:30px;
}
.banner-right {
	display:none;
}
.banner-right img {
	width:100%;
	height:auto;
}
.banner-right .play-btn {
	position:absolute;
	left:50%;
	top:50%;
	width:80px;
	height:80px;
	margin-top:-40px;
	margin-left:-40px;
}
/* Homepage Header Style End */

/* Homepage Get Started Form Style Start */
.get-form input[type=text], .get-form input[type=email] {
	margin-bottom:15px;
}
.full-name{
	display:none !important;
}
/*.get-form input[type=submit] {
	text-transform:uppercase;
}*/
.get-form input[type=text], .get-form input[type=email], .get-form input[type=submit] {
	width:100%;
	box-shadow:0 0 8px #9e9e9f;
	padding: 8px 12px;
}
/* Homepage Get Started Form Style End */

.inner-page {
	padding-top:20px;
	padding-bottom:20px;
	min-height:65vh;
}
.main-header.inner-header .header-top{
	background:#fff;
	webkit-box-shadow:0 3px 10px rgb(0 0 0 / 5%);
	box-shadow:0 3px 10px rgb(0 0 0 / 5%);
}
.main-header.inner-header .mob-menu {
	background-image:url(../images/mob-menu.png);
}
.disclosure-txt2{
	font-style:italic !important;
	font-size:1.3rem !important;
	line-height:1.7rem !important;
	margin-bottom:12px !important;
	color:#505050 !important;
}
.disclosure-txt2 a{
	color:#505050;
	text-decoration:underline;
}
.main-header .disclosure-txt2{
	position:relative;
	top:10px;
	margin-bottom:18px !important;
	color:#9a98dd !important;	
	z-index:11;
}
.main-header .disclosure-txt2 a{
	color:#9a98dd;
	text-decoration:underline;
}

@media only screen and (max-width:767px) {
	.header-top-right .header-top-login.pixmenu-open{
		display:block;
	}
	.header-top-right .header-top-login{
		position:absolute;
		right:0;
		top:35px;
		width:144px;
		background:#fff;
		text-align:left;
		line-height:20px;
		padding:6px 8px;
		font-size:12px;
		box-shadow:0px 3px 5px 0px #aec2ca;
	}
	.header-top-right .header-top-login a{
		display:block;
		padding:7px 0;
	}
	.header-top-right .header-top-login li{
		width:100%;
		display:block;
		padding:0;
		margin:0;
		border-bottom:1px dashed #ccc;	
	}
	.header-top-right .header-top-login li:last-child{
		border-bottom:none;	
	}
	.header-top-right{
		position:relative;	
	}
	.header-top-right ul li.get-started-link a {
		background-color:transparent;
		color:#1d343c;
		padding:inherit;
		border-radius:0;
		line-height:20px;
		display:block;
		box-shadow:0 0 0px #8dadb8;
		padding:7px 0;
	}
	.mob-menu.close-m{
		background:url(../images/mob-menu-w-c.png) 0 0 no-repeat;	
	}
	.header-top.white-bg .mob-menu.close-m  {
		background-image:url(../images/mob-menu-c.png);
	}
}

@media only screen and (min-width:380px) {
	.banner h2 .highlight-txt {
		padding:3px 8px;
		font-size:96%;
	}
}
@media only screen and (min-width:420px) {
	/* Header Style Start */
	/* Header Style End */
	.header-top-right{
		margin-top:0;
	}
	/*.header-top-right .header-top-login{
		top:38px;
	}*/
	/* Homepage Get Started Form Style Start */
	.banner {
		/*padding:150px 0 0;*/
	}
	.banner h2 .highlight-txt {
		font-size:100%;
	}
	.get-form {
		max-width:404px;
		margin:0 auto;
	}
	.get-form form {
		display:-ms-flexbox;
		display:flex;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		box-shadow:0 0 8px #03023a;
	}
	.main-footer .get-form form {
		box-shadow:none;
	}
	.get-form input[type=text], .get-form input[type=email] {
		width:62%;
		margin-bottom:0;
		border-radius:20px 0 0 20px;
		flex:auto;
	}
	.get-form input[type=submit] {
		width:auto;
		border-radius:0 20px 20px 0;
	}
	.get-form input[type=text], .get-form input[type=email], .get-form input[type=submit] {
		box-shadow:0 0 0px #03023a;
		padding: 10px 16px;
	}
	/*.banner h1 {
		height:100px;
	}*/
	/* Homepage Get Started Form Style End */
	
}
@media only screen and (min-width:480px) {
	/*.banner h1 {
		height:100px;
	}*/
	.home-slider-vertical .slick-list, .home-slider-vertical .slick-slide {
		height:58px !important;
	}
	.home-slider-wrap{
		padding-bottom:9px;
	}
	
}
@media only screen and (min-width:768px) {
	/* General Style Start */
	h1, .h1 {
		font-size:3rem;
		line-height:4rem;
		margin:0 0 30px;
	}
	h2, .h2 {
		font-size:2.4rem;
		line-height:3.2rem;
		margin:0 0 18px;
	}
	h3, .h3 {
		font-size:2.2rem;
		line-height:3rem;
		margin:0 0 16px;
	}
	h4, .h4 {
		font-size:2rem;
		line-height:2.8rem;
		margin:0 0 8px;
	}
	h5, .h5 {
		font-size:2rem;
		line-height:2.8rem;
		margin:0 0 6px;
	}
	label {
		font-size: 1.4rem;
		line-height: 2rem;
		margin-bottom: 6px;
	}
	input[type=text], select, textarea, input[type="tel"], input[type="email"], input[type="password"]{
		padding: 7px 11px;
		margin-bottom:12px;
	}
	button, input[type="button"], input[type="reset"], input[type="submit"]{
		padding:9px 15px;
	}
	.container{
		padding:0 3%;
	}
	.page-title{
		font-size:3rem;
		line-height:4rem;
		margin:0 0 30px;
	}
	
	/* General Style End */

	/* Header Style Start */
	.mob-menu {
		display:none;
	}
	.header-top-right {
		width:auto;
		flex:none;
		font-size:1.3rem;
		line-height:4rem;
		padding:0 10px;
		background:rgb(255, 255, 255, .67);
	}
	.header-top-right ul li{
		margin-left:4px;
		margin-right:4px;	
	}
	.header-top.white-bg .menu-list{
		top:43px;
	}
	.header-top-login {
		display:inline-block;
	}
	.main-header {
		padding:61px 0 0;
	}
	/* Header Style End */
		
	/* Homepage Header Style Start */
	.banner h2 {
		margin-bottom:40px;
		font-size:2.2rem;
		line-height:3rem;
		font-weight:500;
	}
	.banner h2 .highlight-txt {
		padding:1px 8px;
		font-weight:700;
		margin-top:10px;
	}
	.banner h1 {
		font-size:3.5rem;
		line-height:4.3rem;
		margin:0 0 24px;
	}
	.home-slider-vertical span {
		font-size:2.1rem;
		line-height:2.9rem;
		/*margin-top:68px;*/
	}
	.home-slider-wrap{
		padding-bottom:5px;
	}
	.get-form input[type=text], .get-form input[type=email], .get-form input[type=submit] {
		padding:14px 18px;
	}
	/* Homepage Header Style End */
	.get-form.get-form2 .f-error{
		bottom: 2px;
	}
	
	.inner-page {
		padding-top:40px;
		padding-bottom:40px;
	}
	.btn-sm{
		padding: 8px 14px !important;	
	}

}
 @media only screen and (min-width:921px) {
	/* General Style Start */
	body {
		font-size:1.5rem;
		line-height:2.1rem;
	}
	h1, .h1 {
		font-size:3.7rem;
		line-height:4.7rem;
		margin:0 0 38px;
	}
	.page-title{
		font-size:3.7rem;
		line-height:4.7rem;
		margin:0 0 38px;
	}
	/* General Style End */
	
	/* Header Style Start */
	.header-top-right {
		/*padding:5px 0 6px;*/
		font-size:1.5rem;
		line-height:4.5rem;
	}
	.header-top-right ul {
		text-align:right;
	}
	.header-top-right ul li {
		margin:0 13px;
	}
	/*.banner-right{ width:48%; background:url(../images/home-banner-img.png) no-repeat 0 0; position:absolute; right:0; top:0; background-size:auto 100%;}*/
		/* Header Style End */
	
		/* Homepage Header Style Start */
	/*.main-header { /*background:url(../images/header-circle.png) top right no-repeat #03015c; background-size:50%; height:100vh;
	}*/
	.main-header {
		background:url(../images/home-banner-img.png) 440px 0 no-repeat #03015c;
		background-size:contain;
	}
	.banner {
		display:-ms-flexbox;
		display:flex;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		justify-content:space-between;
		text-align:left;
		/*padding:50px 0 30px;*/
	}
	.banner h1 {
		font-size:4.4rem;
		line-height:5.2rem;
		margin:0 0 14px;
	}
	.banner h2 {
		margin-bottom:50px;
		font-size:2.4rem;
		line-height:3.2rem;
		max-width:425px;
	}
	.banner-left {
		width:56%;
		padding:20px 0 36px;
	}
	.banner-right {
		position:relative;
		display:block;
	}
	.header-top .container {
		align-items:center;
	}
	/* Homepage Header Style End */
	/* Homepage Get Started Form Style Start */
	.get-form {
		max-width:534px;
		margin:0;
	}
	.get-form input[type=text], .get-form input[type=email] {
		width:58%;
	}
	.get-form.get-form2 .f-error{
		bottom: 12px;
	}
	.txt-slider-btn {
    	top: -4px;
	}
	/* Homepage Get Started Form Style End */
	.home-slider-vertical .slick-list, .home-slider-vertical .slick-slide {
		height:66px !important;
	}
	.home-slider-wrap{
		padding-bottom:6px;
	}
}
@media only screen and (min-width:1023px) {
	.banner {
		padding:0;
	}
	.inner-page {
		padding-top:50px;
		padding-bottom:50px;
	}
	.banner h2 {
		max-width:435px;
	}
	.banner-left {
		width:52%;
	}
	.main-header {
		background-position:466px 0;
	}
	.home-slider-in .slider-top-bg{
		height:24px;
		top:-14px;
	}
	.header-top-right ul li {
		margin:0 16px;
	}
}
 @media only screen and (min-width:1025px) {
	/* General Style Start */
	h1, .h1 {
		font-size:3.8rem;
		line-height:5.2rem;
		margin:0 0 40px;
	}
	h2, .h2 {
		font-size:3rem;
		line-height:3.8rem;
		margin:0 0 22px;
	}
	h3, .h3 {
		font-size:2.8rem;
		line-height:3.6rem;
		margin:0 0 20px;
	}
	h4, .h4 {
		font-size:2.6rem;
		line-height:3.4rem;
		margin:0 0 18px;
	}
	h5, .h5 {
		font-size:2.4rem;
		line-height:3.2rem;
		text-decoration:underline;
		margin:0 0 16px;
	}
	.page-title{
		font-size:3.8rem;
		line-height:5.2rem;
		margin:0 0 40px;
	}
	input[type=text], input[type=email], input[type=search], input[type=tel], input[type=password], input[type=number], select, textarea {
		font-size:1.4rem;
		line-height:2.0rem;
	}
	button, input[type="button"], input[type="reset"], input[type="submit"] {
		font-size:1.6rem;
		line-height:2.2rem;
	}
	.container {
		padding:0 1.5%;
	}
	/* General Style End */
	
	/* Homepage Header Style Start */
	.banner-left p {
		font-size:1.8rem;
		line-height:2.6rem;
		margin-bottom:34px;
	}
	.banner-left {
		width:51%;
	}
	.banner h1 {
		margin:0 0 17px;
	}
	/* Homepage Header Style End */
		
	/* Homepage Get Started Form Style Start */
	.get-form .f-error{
		bottom: -25px;
	}
	.down-arrow {
		display:block;
	}
	/* Homepage Get Started Form Style End */
}
@media only screen and (min-width:1100px) {
	.main-header {
		padding:90px 0 0;
	}
	.header-top.white-bg .menu-list{
		top:57px;
	}
	.banner h1 {
		font-size:4.8rem;
		line-height:5.6rem;
		/*height:130px;*/
		margin:0 0 17px;
	}
	.home-slider-vertical span {
		font-size:2.4rem;
		line-height:3.2rem;
		/*margin-top:74px;*/
	}
	.home-slider-in .slider-top-bg{
		height:24px;
	}
	.home-slider-in .slider-bot-bg{
		height:28px;
	}
	.home-slider-wrap{
		padding-bottom:31px;
	}
	
}

@media only screen and (min-width:1200px) {
	/* General Style Start */
	h1, .h1 {
		font-size:4.2rem;
		line-height:5rem;
		margin:0 0 30px;
	}
	.page-title{
		font-size:4.2rem;
		line-height:5rem;
		margin:0 0 30px;
	}
	/* General Style Start */
	/* Homepage Get Started Form Style Start */
	.get-form input[type=text], .get-form input[type=email], .get-form input[type=submit] {
		padding:18px 22px;
	}
	.banner {
		padding:0 0 140px;
	}
	.banner h1 {
		/*height:150px;*/
		line-height:6.8rem;
		margin:0 0 8px;
	}
	.banner-left {
		width:50%;
	}
	.home-slider-vertical span {
		font-size:2.6rem;
		line-height:3.4rem;
		/*margin-top:78px;*/
	}
	.get-form.get-form2 .f-error{
		bottom: 20px;
	}
	.banner h2 {
		font-size:2.6rem;
		line-height:3.4rem;
		max-width:455px
	}
	.banner h2 .highlight-txt{
		margin-top:15px;
	}
	/* Homepage Get Started Form Style End */
	.header-top-right ul li{
		margin:0 7px;
	}
	.home-slider-vertical .slick-list, .home-slider-vertical .slick-slide {
		height:78px !important;
	}
	.home-slider-wrap{
		padding-bottom:26px;
	}
}
@media only screen and (min-width:1300px) {
	/* General Style Start */
	.container {
		padding:0;
		margin:0 auto;
		max-width:1264px;
	}
	.container-sm {
		max-width:1024px;
	}
	.inner-page {
		padding-top:60px;
		padding-bottom:60px;
	}
	/* General Style Start */
	.banner-left {
		width:50%;
	}
	.banner h2 {
		font-size:2.7rem;
		line-height:3.5rem;
		max-width:614px;
		font-weight:700;
	}
	.banner-right {
		min-height:100vh;
		width:52%;
		background:url(../images/home-banner-img.png) no-repeat 0 0;
		position:absolute;
		right:0;
		top:0;
		background-size:auto 100%;
	}
	/* Header Style End */
	
	/* Homepage Header Style Start */
	.main-header { 
		/*background:url(../images/header-circle.png) top right no-repeat #03015c; background-size:50%;*/
		background-image:none;
	}
	.banner {
		align-items:center;
		height:100vh;
	}
	.header-top-right ul li{
		margin:0 5px;
	}
	.header-top-right{
		font-size: 1.4rem;	
	}
}
@media only screen and (min-width:1340px) {
	.banner-right {
		width:51%;
	}
	.banner h2 {
		font-size:2.8rem;
		line-height:3.8rem;
	}
}
@media only screen and (min-width:1440px) {
	.banner-right {
		width:50%;
	}
}
@media only screen and (min-width:1600px) {
	.banner-right {
		width:52%;
	}
}
@media only screen and (min-width:1800px) {
	.banner-right {
		width:54%;
	}
}
