/*
* Template Name : Hiric - Responsive Landing Template
* Version : 1.0.0
* Created by : Themesbrand
* File: Main Css 
*/


/*
1. BASIC
2. HELPER
3. BOOTSTRAP RESET
4. NAVBAR
5. HOME
6. SERVICES
7. ABOUT US
8. WEBSITE DESCRIPTION
9. PRICING BOX
10. TEAM
11. OUR PROCESS
12. PEOPLE SAYS
13. GET STARTED
14. BLOG
15. CONTACT
16. FOOTER
17. RESPONSIVE
*/


/* ==========
   1.BASIC
   ========== */

body {
	font-family: 'Rubik', sans-serif;
	overflow-x: hidden !important;
	position: relative;
}

a,
a:hover,
a:focus,
button {
	text-decoration: none !important;
	outline: none !important;
}

p {
	font-size: 14.4px;
	line-height: 24px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Sarabun', sans-serif;
	font-weight: 600;
}

.h1,
h1 {
	font-size: 36px;
}

.h2,
h2 {
	font-size: 30px;
}

.h3,
h3 {
	font-size: 24px;
}

.h4,
h4 {
	font-size: 18px;
}

.h5,
h5 {
	font-size: 14px;
}

.h6,
h6 {
	font-size: 12px;
}

b {
	font-weight: 500;
}

::-moz-selection {
	background-color: #2e3138;
	color: #fff;
}

::selection {
	background-color: #2e3138;
	color: #fff;
}


/*====================
  2.HELPER
  ===================*/

.margin-t-20 {
	margin-top: 20px;
}

.margin-t-30 {
	margin-top: 30px;
}

.margin-t-50 {
	margin-top: 50px;
}

.margin-b-0 {
	margin-bottom: 0px;
}

.padding-t-15 {
	padding-top: 15px;
}

.padding-t-30 {
	padding-top: 30px;
}

.padding-b-10 {
	padding-bottom: 10px;
}

.height-100vh {
	height: 100vh;
}

.vertical-content {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	flex-direction: row;
	-webkit-flex-direction: row;
}

.bg-overlay {

	opacity: 0.95;
	position: absolute;
	height: 100%;
	width: 100%;
	right: 0;
	bottom: 0;
	left: 0;
	top: 0;
}

.bg-overlay-light {
	background-color: rgba(0, 0, 0, 0.5);
}

.section {
	padding-top: 80px;
	padding-bottom: 80px;
	position: relative;
}

.section-sm {
	padding: 50px 0;
}

.section-lg {
	padding: 100px 0;
}

.section-title {
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 0px;
	padding-bottom: 1rem;
	line-height: 1;
	font-size: 1.75rem;
	font-weight: 700;
}

.section-title-border {
	width: 50px;
	height: 2px;
	margin-right: auto;
	margin-left: auto;
}

.section-subtitle {
	letter-spacing: 0.02em;
}

.svg-pattern {
	width: 100%;
	position: relative;
}

iframe {
	max-width: 100%;
}


.hover-effect {
	transition: all .3s ease-in-out;
}

.hover-effect:hover {
	transform: translateY(-1rem);
}

/*----BACKGROUND COLOR-----*/

.bg-gray {
	background-color: #f7f7f7;
}

.bg-white {
	background-color: #fff;
}

.bg-dark {
	background-color: #393f4f !important;
}

.bg-light {
	/* background-color: #fafbfe !important; */
	background-image: url("../images/login.jpg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}


/*=====================
  3. BOOTSTRAP RESET
  ======================*/


/*--Text color--- */

.text-muted {
	color: #858d96 !important;
}

.text-white {
	color: #fff !important;
}

.text-gray {
	color: #777 !important;
}

.text-dark {
	color: #212121 !important;
}


/*====Buttons=======*/

.btn {
	padding: 10px 22px;
	transition: all 0.5s;
	box-shadow: none !important;
}

.btn:hover {
	transform: translateY(-5px);
}

.btn-rounded {
	border-radius: 30px;
}

.btn-custom {
	border: 1px solid;
	color: #fff;
	transition: all 0.3s;
	font-size: 14px;
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active,
.btn-custom.focus,
.btn-custom:active,
.btn-custom:focus,
.btn-custom:hover,
.open>.dropdown-toggle.btn-custom {
	border: 1px solid !important;
	color: #f3f3f3 !important;
}

.btn-bg-white {
	background-color: #fff !important;
	transition: all 0.3s;
	border: 2px solid #fff;
	color: #000 !important;
	font-size: 14px;
}

.read-btn {
	font-size: 15px;
}

.read-btn:hover {
	color: #212529 !important;
}


/*======================
  4.NAVBAR
  ======================*/

.navbar-custom {
	/* padding: 20px 0px; */
	width: 100%;
	border-radius: 0px;
	z-index: 999;
	margin-bottom: 0px;

	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.sticky-wrapper {
	position: absolute;
	width: 100%;
}

.navbar-nav {
	margin-left: 50px;
	border-bottom: none;
}

.navbar-custom .navbar-brand {
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	letter-spacing: 2px;
	height: auto;
	font-family: 'Sarabun', sans-serif;
}

.navbar-custom .navbar-nav li a {
	color: #fff;
	font-size: 15px;
	background-color: transparent !important;
	padding: 15px 0;
	margin: 0 10px;
	transition: all 0.4s;
}

#menu_hover_bg {
	left: 0;
	width: 100%;
	height: 0;
	background: #fff;
	position: absolute;
	top: 73px;
	z-index: 9;
	overflow: hidden
}

.sub_menu {
	width: 1200px;
	height: 0;
	position: absolute;
	z-index: 999;
	left: 0;
	top: 77px;
	overflow: hidden
}

.sub_menu .sub_menu_list>h3 {
	color: #666;
	font-weight: 400;
	padding-bottom: 30px;
	font-size: 16px
}

.sub_menu .sub_menu_list {
	float: left;
	position: relative
}

.sub_menu .sub_menu_list:nth-child(1) .list:before,
.sub_menu .sub_menu_list:nth-child(2) .list:before {
	content: "";
	width: 1px;
	height: 500px;
	background: #f2f2f2;
	right: 0;
	top: 30px;
	position: absolute
}

.sub_menu.sol_left .sub_menu_list:nth-child(1) .list:before {
	height: 220px
}

.sub_menu.sol_left .sub_menu_list:nth-child(2) .list:before {
	display: none
}

.sub_menu .sub_menu_list .list a {
	float: left;
	display: block;
	width: 259px;
	height: 53px;
	padding: 13px 0 0 15px;
	margin-right: 20px;
	margin-bottom: 20px;
	color: #515151
}

.sub_menu .sub_menu_list .list a:hover {
	background: #f2f2f2
}

.sub_menu .sub_menu_list .list a .icon {
	float: left;
	width: 30px;
	height: 50px
}

.sub_menu .sub_menu_list .list a .info {
	float: left;
	width: 220px;
	height: 50px
}

.sub_menu .sub_menu_list .list a .info h3 {
	font-weight: 400;
	color: #303030;
	font-size: 14px;
	position: relative
}

.sub_menu .sub_menu_list .list a .info h3 span {
	position: absolute;
	top: -5px;
	display: block;
	width: 25px;
	height: 12px;
	left: 75px;
	font-size: 12px
}


.sub_menu .sub_menu_list .list a .info p {
	padding-top: 5px;
	font-size: 12px;
	color: #989898
}

.sub_menu .sub_menu_list .list.sol_list a {
	float: left;
	width: 274px;
	height: 75px;
	padding: 15px 0 0 20px;
	display: block;
	margin: 0 20px 20px 0
}

.sub_menu.sol_left .sub_menu_list:nth-child(2) .list.sol_list a {
	display: block;
	width: 220px;
	height: 40px;
	line-height: 40px;
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
	text-indent: 20px;
	color: #303030
}

.sub_menu .sub_menu_list .list.sol_list .icon {
	height: 70px;
	padding-top: 5px
}




.h30 {
	width: 100%;
	height: 30px;
	overflow: hidden
}

.h30:after {
	content: "";
	width: 0;
	height: 0;
	display: block;
	clear: both
}

.navbar-custom .navbar-nav li a:focus,
.navbar-custom .navbar-nav li a:active {
	color: #fff;
}

.navbar-custom .navbar-nav li.active a {
	color: #fff;
}

.is-sticky .navbar-custom {
	margin-top: 0px;
	padding: 10px 0px;
	background-color: #272a33;
	-moz-box-shadow: 0 10px 33px rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 10px 33px rgba(0, 0, 0, .1);
	box-shadow: 0 10px 33px rgba(0, 0, 0, .1);
}

.navbar-toggle {
	font-size: 24px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #ffffff;
}

.navbar-custom .btn-custom {
	margin-top: 4px;
	margin-bottom: 4px;

}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
	background-color: transparent;
	border-color: #337ab7;
}


/*---Navbar-White--*/

.navbar-custom.navbar-white {
	/* background-color: #fff; */
	padding: 10px 0;
	box-shadow: 0 10px 33px rgba(0, 0, 0, .1);
}

.navbar-custom.navbar-white .navbar-nav li a,
.navbar-custom.navbar-white .navbar-brand,
.navbar-white .navbar-toggle {
	color: #393f4f !important;
}

/*=======================================
          5.HOME 
  =====================================*/

.bg-home {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.home-title {
	font-size: 46px;
	line-height: 64px;
	color: #fff;
	font-weight: bold;
}

.home-small-title {
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 7px;
}

.display-table-cell {
	display: table-cell;
	vertical-align: middle;
}

.display-table {
	display: table;
	width: 100%;
	height: 100%;
}

.home-up {
	z-index: 10;
	position: relative;
}

.play-btn {
	border: 2px solid;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	display: block;
	font-size: 30px;
	margin-right: auto;
	margin-left: auto;
	line-height: 60px;
	margin-top: 10px;
	text-align: center;
}

.play-shadow {
	border-radius: 50%;
	border: 1px solid transparent;
	width: 82px;
	height: 82px;
	margin: 20px auto 0px auto;
}

.home-desc {
	color: rgba(255, 255, 255, 0.7);
	font-size: 15px;
	max-width: 600px;
}

/* ------------- Demo 1 bg-pattern ------------- */

.home-half {
	padding-bottom: 150px;
	padding-top: 220px;
}

/* ------- Demo 9 wave animation --------- */

.wave-effect {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	height: 150px;
	overflow: hidden;
}

.shape-one {
	z-index: 15;
	opacity: 0.5;
}

.shape-two {
	z-index: 10;
	opacity: 0.75;
}

.shape-three {
	z-index: 5;
}

.wave {
	position: absolute;
	left: 0;
	width: 200%;
	height: 100%;
	background-repeat: repeat no-repeat;
	background-position: 0 bottom;
	transform-origin: center bottom;
}

.waves-shape {
	position: absolute;
	bottom: -1px;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.wave-one {
	background-size: 50% 100px;
}

.wave-anim .wave-one {
	animation: move-wave 3s;
	-webkit-animation: move-wave 3s;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.wave-two {
	background-size: 50% 120px;
}

.wave-anim .wave-two {
	animation: move_wave 10s linear infinite;
}

.wave-three {
	background-size: 50% 100px;
}

.wave-anim .wave-three {
	animation: move_wave 15s linear infinite;
}


@keyframes move_wave {
	0% {
		transform: translateX(0) translateZ(0) scaleY(1)
	}

	50% {
		transform: translateX(-25%) translateZ(0) scaleY(0.55)
	}

	100% {
		transform: translateX(-50%) translateZ(0) scaleY(1)
	}
}



/*-------Demo 4 Rgistartion form ------*/


.home-registration-form .form-heading {
	margin-bottom: 25px;
}

.home-registration-form {
	padding: 15px 32px 32px 32px;
	border-radius: 3px;
	box-shadow: 0px 0px 3px 0px #000000;
}

.home-subtitle-width-100 {
	max-width: 100%;
}

.small-text {
	font-size: 14px;
}

.home-btn-width {
	width: 100%;
}


/*----Demo 5 Dashboard image ----*/

.home-cell-bottom {
	display: table-cell;
	vertical-align: bottom;
}

.home-padding-t-150 {
	padding-top: 150px;
}


/*---Demo 6 Subscribe -----*/

.subscribe-form input {
	padding: 15px 20px;
	width: 100%;
	font-size: 17px;
	color: #4c5667 !important;
	border: none;
	outline: none !important;
	padding-right: 180px;
	padding-left: 30px;
	background-color: rgba(255, 255, 255, 0.85);
	border-radius: 30px;
}

.subscribe-form button {
	position: absolute;
	text-transform: uppercase;
	top: 6px;
	right: 8px;
	outline: none !important;
	border-radius: 30px;
	font-size: 16px;
	padding: 9px 30px;
}

.subscribe-form form {
	position: relative;
	max-width: 600px;
	margin: 0px auto;
}


/*----Demo 8 Home with video --------*/

.frame-border {
	border: 9px solid rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}


/*---Demo 9 particles ---*/

.slidero {
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
	z-index: 100;
	left: 0;
	right: 0;
}


/*======================================
     6. SERVICES
========================================*/

.services-box {
	/* padding: 15px 10px; */
}

.services-box i {
	font-size: 32px;
	margin-bottom: 15px;
}


/*=====================================
     7. ABOUT US
======================================*/


.features-box h3 {
	margin-bottom: 25px;
	margin-top: 0;
	line-height: 35px;
	font-size: 26px;
}

.features-item-list li:before {
	content: "";
	border-radius: 50%;
	width: 7px;
	height: 7px;
	position: absolute;
	left: 0;
	top: 14px;
}

.features-item-list li {
	position: relative;
	line-height: 24px;
	font-size: 15px;
	padding: 7px 0 7px 20px;
}

.features-img {
	max-width: 500px;
}

/*=====================================
     8. WEBSITE DESCRIPTION
======================================*/

.bg-web-desc {
	background: url("../images/img-1.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

/*======================================
    9.  PRICING BOX
========================================*/

.pricing-box {
	padding: 50px 40px 50px 40px;
	border: 1px solid #ecf0f5;
	border-radius: 8px;
	box-shadow: 0 0 1.25rem rgba(108, 118, 134, .1) !important;
	background-color: #ffffff;
	position: relative;
}

.pricing-box h4 {
	font-size: 15px;
}

.pricing-box h1 {
	font-size: 36px;
	padding-top: 5px;
}

.pricing-border {
	width: 100%;
	height: 1px;
	margin-top: 35px;
	background-color: #ecf0f5;
}

.price-active {
	box-shadow: 0 0rem 4rem rgba(0, 0, 0, .1) !important;
}

.plan-features p {
	padding-top: 5px;
}

.ribbon-box {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	overflow: hidden;
	width: 75px;
	height: 75px;
	text-align: right;
}

.ribbon-box span {
	font-size: 13px;
	color: #fff;
	text-align: center;
	line-height: 20px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	width: 100px;
	display: block;
	background: #f65353;
	-webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
	position: absolute;
	top: 19px;
	left: -21px;
}

.ribbon-box span:before {
	content: "";
	position: absolute;
	left: 0;
	top: 100%;
	z-index: -1;
	border-right: 3px solid transparent;
	border-bottom: 3px solid transparent;
}

.ribbon-box span:after {
	content: "";
	position: absolute;
	right: 0;
	top: 100%;
	z-index: -1;
	border-left: 3px solid transparent;
	border-bottom: 3px solid transparent;
}

/*======================================
         10. TEAM
========================================*/

.about-title h2 {
	line-height: 42px;
}

.about-title p {
	font-size: 17px;
	line-height: 30px;
	font-weight: 300;
}

.about-title {
	max-width: 800px;
}

.team-box {
	border-bottom: 1px solid #ecf0f5;
}

.team-name {
	font-size: 16px;
	padding-top: 20px;
	margin-bottom: 7px;
}

.team-designation {
	font-size: 13px;
	color: #a8aeb4;
}


/*=======================================
     11. OUR PROCESS
=========================================*/

.process-box i {
	font-size: 48px;
	line-height: 72px;
}

.plan-line:before {
	content: "";
	border: 1px dashed #e0e0e0;
	position: absolute;
	width: 67%;
	left: 65%;
	top: 50px;
}

.process-left-icon {
	content: "";
	position: absolute;
	top: 10px;
	background-color: #000;
	border-radius: 50%;
	height: 50px;
	width: 50px;
}

.process-left-icon-1 i,
.process-left-icon-2 i {
	font-size: 35px;
	border-radius: 50%;
	position: absolute;
	top: 83px;
	color: #fff;
	z-index: 9;
}

.process-left-icon-1 i {
	left: 63%;
}

.process-left-icon-2 i {
	left: 30%;
}


/*=======================================
       12. PEOPLE SAYS
=========================================*/

.testimonial-decs {
	position: relative;
	border: 1px solid transparent;
	border-radius: 8px;
	transition: all .3s ease-in-out;
	box-shadow: 0 0 1.25rem rgba(108, 118, 134, .1) !important;
}

.testimonial-box img {
	height: 68px;
	width: 68px;
}

.testimonial-decs .testi-icon i {
	position: absolute;
	top: 0;
	right: 0;
	color: #f4f4f4;
}

.testimonial-decs p {
	line-height: 24px;
	font-style: italic;
}

/*=====================================
     13. GET STARTED
======================================*/

.bg-get-start {
	background: url("../images/img-2.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

/*=======================================
       14. BLOG
=========================================*/

.blog-title {
	color: #212529;
	transition: all 0.5s;
}

/*======================================
    15. CONTACT
=======================================*/

.form-control {
	margin-bottom: 20px;
	box-shadow: none !important;
	height: 50px;
	padding-left: 20px;
	border: 1px solid #e0e0e0;
	font-size: 14px;
}

.form-control:focus {
	border-color: #ccc;
}

textarea.form-control {
	height: auto;
	padding-top: 13.5px;
}


.error {
	margin: 8px 0px;
	display: none;
	color: red;
}

#ajaxsuccess {
	font-size: 16px;
	width: 100%;
	display: none;
	clear: both;
	margin: 8px 0px;
}

.error_message {
	padding: 10px;
	background-color: #fdf0d3;
	margin-bottom: 20px;
	text-align: center;
	font-size: 14px;
}

.contact-loader {
	display: none;
}

#success_page {
	text-align: center;
	margin-bottom: 20px;
	background-color: #d6f3ed;
	padding: 18px;
}

#success_page h4 {
	color: #0dba26;
	font-size: 22px;
}


/*======================================
       16. FOOTER
========================================*/

.social-icon {
	border: 2px solid #40434e;
	border-radius: 50%;
	color: #6b707d !important;
	width: 36px;
	height: 36px;
	display: block;
	font-size: 15px;
	line-height: 32px;
	text-align: center;
}

.cta {
	padding: 20px 0;
}

.social-icon:hover i {
	transition: all 0.5s;
}

.footer {
	padding: 50px 0;
	background-color: #272a33;
}

.footer h4 {
	color: #ffffff;
}

.footer-list li a {
	color: #98a0aa;
	padding-top: 8px;
	display: inline-block;
	font-size: 14px;
	transition: all .3s ease-in-out;
}

.footer-list li a:hover {
	color: #dce6f3;
}

.contact-title {
	font-size: 20px;
}

.contact-detail {
	padding-left: 25px;
	font-size: 12px;
}

.subscribe {
	position: relative;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 25px;
}

.subscribe input {
	height: 40px;
	background-color: #2e313a !important;
	box-shadow: none !important;
	border: none;
	padding-right: 50px;
	color: #fff !important;
}

.subscribe .submit {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 20px;
	width: 50px;
	line-height: 45px;
	text-align: center;
	color: #acacac !important;
}

.footer-alt-border {
	background-color: #f5f5f5;
	height: 1px;
	width: 100%;
}

.footer-alt {
	padding: 15px 0;
	background-color: #2e313a;
}

.copy-rights {
	margin-bottom: 0;
	line-height: 36px;
}


/*=====================================
    17. EXTRA PAGES
====================================*/

.aui-register-popup {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000, endColorstr=#4C000000);
	position: fixed;
	height: 100%;
	width: 100%;
	background-image: url("../images/login.jpg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	/* background: rgba(0,0,0,.4); */
	/* background: url("../images/login.jpg"); */
	margin: 0;
	overflow-y: scroll;
}

.aui-register-box {
	position: relative;
	width: 476px;
	padding-bottom: 10px;
	margin-top: 44px;
	margin-left: 50%;
	left: -238px;
	border-radius: 3px;
	background: #fff;
	box-shadow: 0 2px 6px 2px rgba(0, 0, 0, .24);
}

.aui-register-link {
	position: absolute;
	width: 100%;
	top: -28px;
}

.aui-register-link a {
	color: #f6f6f6;
	font: 12px/1.2 "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", arial, Tahoma, SimSun, sans-serif;
	text-decoration: none;
}

.aui-register-logo {
	width: 105px;
	margin: 0 auto;
	padding-top: 42px;
	padding-bottom: 20px;
}

.aui-register-logo img {
	width: 100%;
	height: auto;
	display: block;
	border: none;
}

.aui-register-form-item {
	width: 350px;
	margin: 20px auto;
	position: relative;
	text-align: justify;
}

.aui-register-form-item input {
	width: 100%;
	height: 42px;
	box-sizing: border-box;
	outline: 0;
	border: 2px solid #ebebeb;
	text-indent: 15px;
	font-size: 14px;
	line-height: 42px;
	*margin-left: -15px;
	background: #fff;
}

.aui-register-form-item input:focus {
	border: 2px solid #bbbaba;
	background: #fff;
}

.aui-register-form-item input:active {
	border: 2px solid #bbbaba;
	background: #fff;
}

.aui-get-code {
	position: absolute;
	top: 8px;
	*top: 11px;
	right: 8px;
	height: 26px;
	color: #999;
	font-size: 12px;
	line-height: 26px;
	background: #eee;
	border-radius: 2px;
	padding: 0 10px;
	cursor: pointer;
}

.aui-register-tag {
	text-align: center;
	width: 350px;
	margin: 0 auto;
	position: relative;
	top: 4px;
	display: block;
	float: left;
}

.clear {
	display: block;
	width: 0;
	height: 0;
	clear: both;
	*display: none;
}

.protocol {
	font-size: 14px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #999;
}

.protocol a {
	color: #ff553e;
	text-decoration: none;
}

.aui-register-bottom {
	position: absolute;
	width: 76%;
	margin-left: 12%;
	bottom: -46px;
}

.aui-register-bottom a {
	color: #f6f6f6;
	font: 12px/1.2 "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", arial, Tahoma, SimSun, sans-serif;
	text-decoration: none;
	float: left;
	width: 33%;
	text-align: center;
}

.focus {
	width: 350px;
	text-align: left;
	color: #ff552e;
	font-size: 12px;
	position: relative;
	padding-left: 20px;
	float: left;
}

.focus span {
	height: 35px;
	line-height: 35px;
}

.icon-tips {
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAEN0lEQVRYR82YXWwUZRSGn3e7ulD8bSUGxYi4QKzdof7UxhuCNwJiCdBuAiZNjJELe6mJ3qhcqIneqDHRGI3xhqAwbTH1B4MxwWiMksjP7raG0HBhgGAiJYgQqe0cs1u37S473f1mUTtXm+x53/PMmfm+c74Rc/zSHOejLkBL0wCpBzBbBLEmsCbM/gSNEMRGOHvkuPYzXk8RnAENYnR5m5BtROoErg8FMLuE+BpjkDH7RIO5X11hnQCty+tAfIC42zURZoa0G9guP3O0Vn1NgLZhxbUkrn4L9HitxuFxFmDsZGysV4NHz1fzqwpom1rvIh77HLijmpnT/8YQAWs1kDkxm25WQEu3roeYD8x3Sl5zsJ0msDXqz2XCJKGAtrH1Tq7SYdA1NeeLFGinmVB7WCUrAlrnLY3Maz4IWhEpp7PIfuac2rUvc6FcWhkw7b0DPOWY5zeC4CWk80gvAkuc9GY71JftqQpom1YuJ27DkN+EXa7xDvnDB/IK29h2A/GJEaRmFwcwT342O1NzWQWt2+tHbHY0Pis/2zRTY93eD4gOR5+v5GcfDgW0dEsS4sfcTIvRwWb5uT2FCqZX3grBCGies9cE92kgc7CoK6mgdaeeQ3rV2bRAZQbKA2bBepCWRvIheEV+7vkQwCiPJRpGuMqG5WenWulUBW196kYaNRopndmHSDuwIECx6zB7F2lRJK+CSIvlHzlZ+FU0sXRLG8QPuZvaiPzssrIF8hFii7vXPwpjlfoy35YCdqUeIaZ8z3W7jIuMXVqmwaOnpm6229uJ2OpmNDM62CI/t6sccBsxvRfJ1OwE0qfyM72F9VI3oD0jP/t6KWC39yTi/UiAk6ID8jOFfa9uwMCeVn/2jbJ3sDC5fDYnAG1iq/qGPi4F3OzdSwM/zQlAbLX87DelgPltZj5nkKoOsSE3ceUe8QS3Fcev0k6STn0PejBiFa8UYE5+JlVkKG91zyK99r8Cmr2svuwLlQHrGhZmrOIurwvZGqRt7jc7fo/84cMVASe3iNRupLS78TTg9Iad+gJpnYPXl/IzJfGXz4NpL396y49cjgMrp/jj4lLtHbk0BZj29gJrawYcJ6U9mdzM+Mojf3fr2yhW6AqO1wGMPFS+y68CHqpZX+vIX3jM65IJFsz/Dun+mhPUFWi/wAVP/vFz5Tbhx87O5TeRSBxCWlxX7mriye837eVnkdBFMtOvcIBqsH2I26vlifj/XxD0FCeXSh5Vu4alkwuhcR/QFhEiTHaSYLxT/cOzzqBVAQvvZP4gn2h+E+mJCKu7EuAuGO+VP1x1gq8JcHrbaEliDdsRj4FizhU1jiHbVhwEatE7AU6Bbmi9mQSPgjZg5DtGIjyZ/Q7aSxAMcCY34PrFNRJgyUJaTZyFLUsgngRLYizAGAWNYhOnGR360RWq6kZdS+n/q5i6K/hvg/4NPX2LOLSlU28AAAAASUVORK5CYII=');
	width: 15px;
	height: 15px;
	background-size: 15px;
	display: block;
	float: left;
	position: absolute;
	left: 0;
	top: 9px;
}

.aui-register-form-item .aui-btn-reg {
	width: 100%;
	height: 42px;
	outline: 0;
	border: 0;
	background: #ff552e;
	color: #fff;
	cursor: pointer;
	text-align: center;
}

.aui-register-form-item .aui-btn-reg:hover {
	width: 100%;
	height: 42px;
	outline: 0;
	border: 0;
	background: #ff552e;
	color: #fff;
	cursor: pointer;
	text-align: center;
}

.aui-register-form-item .aui-btn-reg:focus {
	width: 100%;
	height: 42px;
	outline: 0;
	border: 0;
	background: #ff552e;
	color: #fff;
	cursor: pointer;
	text-align: center;
}

.msg {
	margin-left: -20px;
	width: 350px;
	text-align: left;
	color: #ff552e;
	font-size: 12px;
	position: relative;
	padding-left: 20px;
	float: left;
	height: 35px;
	line-height: 35px;
}

.register-wrap {
	overflow: hidden;
}

.register-wrap .register {
	width: 100%;
	display: inline-block;
}

.register-wrap .register .register-top {
	padding-top: 20px;
	text-align: center;
	width: 350px;
	margin: 0 auto;
	border-bottom: 1px solid #ebebeb;
}

.register-top:after {
	content: '';
	display: block;
	clear: both;
}

.register-wrap .register .register-top h2 {
	cursor: pointer;
	float: left;
	width: 175px;
	color: #666;
	font-size: 16px;
	line-height: 66px;
	font-weight: normal;
}

.register-wrap .register .register-top h2.normal {
	border-bottom: 1px solid #ff552e;
	top: 4px;
	color: #ff552e;
}

.register-wrap .register .register-top h2.nopassword {
	top: 4px;
}

.register-wrap .register .register-top a {
	display: inline-block;
	float: right;
	width: 50px;
	height: 50px;
	background: url("../images/co.png") no-repeat;
	background-size: cover;
	position: absolute;
	top: 12px;
	right: 12px;
}

.register-wrap .register .register-top a:hover {
	background: url("../images/co1.png") no-repeat;
	background-size: cover;
}

.aui-tag-size {
	cursor: pointer;
	color: #ff8c14;
	font-size: 12px;
	line-height: 25px;
	text-align: center;
	float: left;
	width: 73px;
	position: absolute;
	left: -80px;
	height: 25px;
}

.register-wrap .register .login-con {
	display: none;
}

.saoma {
	display: none;
}

.saoma .screen-tu {
	width: 50px;
	height: 50px;
	position: absolute;
	right: 12px;
	top: 12px;
	cursor: pointer;
	background: url("../images/pc.png") no-repeat;
	background-size: cover;
}

.saoma .screen-tu:hover {
	background: url("../images/pc1.png") no-repeat;
	background-size: cover;
}

.aui-text-item {
	width: 350px;
	margin: 20px auto;
	position: relative;
}

.aui-text-item h1 {
	text-align: center;
	font-size: 18px;
	color: #666;
	margin: 28px 0;
	line-height: 22px;
	height: 22px;
	font-weight: normal;
}

.qr-code {
	width: 100%;
	display: inline-block;
	height: 210px;
	position: relative;
	text-align: center;
}

.qr-code img {
	border: 1px solid #eee;
	padding: 15px;
	width: 182px;
	height: 182px;
	margin: 0 auto;
	box-sizing: border-box;
}

.tips_img {
	width: 208px;
	height: 202px;
	float: right;
	background-image: url("../images/app.png");
	margin: 0 20px 0 -30px;
	display: none;
	background-repeat: no-repeat;
}

.qr-code:hover .tips_img {
	display: inline-block;
}

.aui-tab-footer p {
	margin-top: 23px;
	margin-bottom: 23px;
	font-size: 14px;
	color: #666;
	text-align: center;
	line-height: 17px;
	height: 17px;
}

.aui-tab-footer p a {
	color: #f4691c;
	text-decoration: none;
}

.aui-for-pwd {
	text-decoration: none;
	color: #999;
	font-size: 12px;
	float: right;
	position: relative;
	top: -15px;
}

.aui-protocol {
	font-size: 14px;
	text-align: center;
	margin-top: 20px;
	color: #999;
}

.aui-protocol a {
	color: #ff553e;
	text-decoration: none;
}

.aui-thirds a .aui-qq-img {
	width: 26px;
	height: 26px;
	float: left;
	margin: 0 12px 0 0;
	background-image: url("../images/qq.png");
	background-size: 26px;
}

.aui-thirds a:hover .aui-qq-img {
	background-image: url("../images/qq1.png");
	background-size: 26px;
}

.aui-thirds a .aui-wx-img {
	width: 26px;
	height: 26px;
	float: left;
	margin: 0 12px 0 0;
	background-image: url("../images/wx.png");
	background-size: 26px;
}

.aui-thirds a:hover .aui-wx-img {
	background-image: url("../images/wx1.png");
	background-size: 26px;
}

.aui-thirds a .aui-wb-img {
	width: 26px;
	height: 26px;
	float: left;
	margin: 0 12px 0 0;
	background-image: url("../images/wb.png");
	background-size: 26px;
}

.aui-thirds a:hover .aui-wb-img {
	background-image: url("../images/wb1.png");
	background-size: 26px;
}

.aui-thirds a {
	text-align: left;
	float: left;
	width: 29%;
	*width: auto;
	font-size: 12px;
	line-height: 32px;
	color: #999;
	text-decoration: none;
	margin: 0 2%;
}

.aui-thirds a i {
	font-style: normal;
}

.aui-thirds {
	width: 350px;
	margin: 20px auto;
	position: relative;
}




.bg-account-pages {
	/* background: linear-gradient(to right, #363795, #005C97); */
	background-image: url("../images/login.jpg");

	opacity: 0.9;
}

.account-home-btn {
	position: absolute;
	top: 18px;
	right: 28px;
	z-index: 1;
}

.account-pages-logo {
	letter-spacing: 2px;
}

.account-card form .form-control {
	height: 45px;
}

.account-card form label {
	font-size: 15px;
}

.account-card .custom-control-input:checked~.custom-control-label::before {
	background: #fb3e3e;
	border-color: #fb3e3e;
}

.account-card .alert {
	font-size: 14px;
}


/*=====================================
    18. RESPONSIVE
====================================*/

@media (max-width: 1024px) {
	.navbar-custom .navbar-nav {
		margin-left: 0;
	}

	.home-half .slidero {
		top: 80%;
		transform: translateY(-50%);
		position: absolute;
		z-index: 100;
		left: 0;
		right: 0;
	}

	.home-half {
		padding-bottom: 100px;
		padding-top: 155px;
	}

	.home-padding-t-150 {
		padding-top: 110px;
	}

	.navbar-custom {
		margin-top: 0px;
		padding: 10px 0px !important;
		background-color: #272a33 !important;
		box-shadow: 0 10px 33px rgba(0, 0, 0, .1);
		color: #fff !important;
	}

	.navbar-white {
		margin-top: 0px;
		padding: 10px 0px !important;
		background-color: #fff !important;
		box-shadow: 0 10px 33px rgba(0, 0, 0, .1);
		color: #fff !important;
	}

	.navbar-white .navbar-toggler {
		color: #393f4f !important;
	}

	.navbar-custom .navbar-nav li a {
		transition: all 0.4s;
		margin: 0px;
	}

	.navbar-custom>.container-fluid {
		width: 100%;
	}

	.navbar-custom .navbar-nav li.active a {
		color: #fff !important;
		border-color: transparent;
	}

	.navbar-custom>.container {
		width: 90%;
	}

	.navbar-toggler {
		font-size: 24px;
		margin-top: 0px;
		margin-bottom: 0px;
		color: #fff !important;
	}

	.login-btn {
		padding-left: 10px;
	}

	.navbar-custom .navbar-brand {
		line-height: 24px;
	}

	.home-title {
		font-size: 32px;
		line-height: 48px;
	}

	.vertical-content {
		display: inherit;
	}

	.team-box {
		margin-top: 45px;
	}

	.features-img {
		margin-top: 30px;
	}

	.pricing-box {
		margin-top: 30px;
	}
}


@media (max-width: 991px) and (min-width: 200px) {
	.plan-line:before {
		content: "";
		display: none;
	}

	.process-left-icon-1 i,
	.process-left-icon-2 i {
		display: none;
	}
}

@media (max-width: 768px) {

	.wave-one,
	.wave-three {
		background-size: 50% 50px;
	}

	.wave-two {
		background-size: 50% 70px;
	}

	.social {
		margin-top: 0;
	}

	.social-icon {
		margin-bottom: 5px;
	}

	.contact-title {
		text-align: left;
	}

}


@media (max-width: 576px) {
	.pull-none {
		float: none !important;
		text-align: center;
	}
}

@media (max-height: 420px) {
	.navbar-collapse {
		max-height: 200px;
		overflow-y: auto;
	}
}


/*==================================
STYLE SWITHER - Demo purpose only
==================================*/

#style-switcher div h3 {
	font-size: 16px;
	margin: 8px 3px 12px;
}

#style-switcher {
	background: none repeat scroll 0 0 #ffff;
	box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.08);
	left: -189px;
	position: fixed;
	top: 17%;
	width: 189px;
	z-index: 9999;
	padding: 10px 5px;
}

#style-switcher div {
	padding: 5px 10px;
}

#style-switcher .bottom {
	background: none repeat scroll 0 0 #FFFFFF;
	color: #252525;
	padding: 0;
}

#style-switcher .bottom a.settings {
	background: none repeat scroll 0 0 #2b2424;
	box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.08);
	display: block;
	height: 41px;
	position: absolute;
	right: -40px;
	top: 0;
	width: 40px;
	padding: 3px;
}

#style-switcher .bottom a {
	text-decoration: none;
}

#style-switcher .bottom a.settings i {
	margin-left: 5px;
	color: #ffffff;
	font-size: 24px;
	position: absolute;
}

ul.pattern {
	list-style: none outside none;
	margin: 0 0 0px;
	overflow: hidden;
	padding: 0;
	border-radius: 0px;
}

ul.pattern li {
	float: left;
	margin: 2px;
}

ul.pattern li a {
	cursor: pointer;
	display: block;
	height: 35px;
	width: 35px;
	border-radius: 30% 70% 64% 36% / 30% 42% 58% 70%;
	margin: 5px;
}

ul.pattern .color1 {
	background-color: #1bbc9d;
}

ul.pattern .color2 {
	background-color: #ee6352;
}

ul.pattern .color3 {
	background-color: #59CD90;
}

ul.pattern .color4 {
	background-color: #f85f89;
}

ul.pattern .color5 {
	background-color: #3fa7d6;
}

ul.pattern .color6 {
	background-color: #704fff;
}

ul.pattern .color7 {
	background-color: #f28123;
}

ul.pattern .color8 {
	background-color: #f6cb42;
}

@media only screen and (max-width: 479px) {
	#style-switcher {
		display: none;
	}
}