/* ================================
Imports
================================= */

@import url('font-awesome.min.css');
@import url('simpletextrotator.css');
@import url('overwrite.css');
@import url('animate.css');

/* ================================
General
================================= */

body {
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 1.6em;
}

a, a:hover {
  color: #f08519;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 34px;
}

h3 {
	font-size: 28px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	color: #3a3a3a;
	font-weight: 700;
	margin-bottom: 20px;
	font-family: 'Montserrat', sans-serif;
}

.lead {
	font-weight: 400;
}

button {
	display: inline-block;
	border: none !important;
	vertical-align: middle;
	text-align: center;
	white-space: nowrap;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.428571429;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

button.navbar-toggle {
	padding: 7px 2px !important;
	background-color: transparent !important;
	color: #fff;
}

button.navbar-toggle:focus {
    background-color: transparent !important;
}

button.navbar-toggle .icon-bar{
	display: block;
    width: 30px;
    height: 2px;
    border-radius: 1px;
	background-color: #eee !important;
	transition: all 0.3s;
}

button.navbar-toggle .icon-bar+.icon-bar {
   margin-top: 7px;
}

button.navbar-toggle.focus .icon-bar01{
	display: none;
}

button.navbar-toggle.focus .icon-bar02{
	transform: rotate(45deg) translate(1px,1px);
}

button.navbar-toggle.focus .icon-bar03{
	transform: rotate(-45deg) translate(5px,-5px);
	
}


/* ================================ Navbar ================================= */

nav.navbar{
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	padding: 10px 0px;
	border-radius: 0px;
	margin-bottom: 0px;
	transition: all 0.3s;
}

nav.navbar-default{
	border: none;
	border-bottom: none;
	background: transparent;
	opacity: 1;
	z-index: 9999;
}

nav.navbar-default.bg-to-full{
	background: #f08519;
}

nav.navbar-default .navbar-nav{
	float: right;
}

nav.navbar-default .navbar-nav>li>a {
	padding: 15px 13px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
}

nav.navbar-default .navbar-nav>li>a:hover{
	color: #f08519;
	cursor: pointer;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	outline: 0;
}

@media (max-width:768px) {
	nav.navbar-default .navbar-nav {
		float: left;
		text-align: left;
	}
}

nav.navbar-default.bg-to-full .navbar-nav>li>a:hover{
	color: #333;
	cursor: pointer;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	outline: 0;
}

nav.navbar .navbar-collapse{
	border-top: none !important;
}

nav.navbar-default .navbar-brand{
	width: 151px;
	height: 50px;
	padding: 0;
	background: url(../img/wyit_logo.png) no-repeat center 7px;
	background-size: 121px 40px;
}

nav.navbar-default.bg-to-full .navbar-brand{
	background: url(../img/wyit_logo01.png) no-repeat center 7px;
	background-size: 121px 40px;
}


/* ================================ Home sections ================================= */

.home-section {
	padding: 120px 0px;
}

@media (max-width: 990px) {
	.home-section {
		padding: 70px 0px;
	}
}

/* --- section bg var --- */

.bg-white {
	background: #fff;
}

.bg-gray {
	background: #f7f7f7;
}


/* --- heading --- */

.section-heading {
	position: relative;
	margin-bottom: 50px;
}

.section-heading:after{
	content: '';
	position: absolute;
	top: 55px;
	left: 50%;
	width: 56px;
	height: 2px;
	margin-left: -28px;
	background-color: #666;
}

.section-heading h2 {
	margin: 0;
}

.section-heading p {
	margin: 36px 0 0;
	font-size: 15px;
	color: #666;
	text-transform: uppercase;
}


/* ================================ Intro ================================= */

#intro {
	position: relative;
	z-index: 2;
	width: 100%;
	height: 100vh;
	overflow-x: hidden;
	margin: 0 auto;
	background: url(../img/bgslides/2.jpg) no-repeat center;
	background-size: cover;
}

.intro-text {
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.intro-text h1 {
	margin: 0 0 25px;
	color: #fff;
	text-align: center;
	font-weight: 700;
	font-size: 47px;
	line-height: 1.1em;
	letter-spacing: 5px;
	text-transform: uppercase;
}

.intro-text p span {
	color: #fff;
	font-size: 15px;
	text-align: center;
	font-weight: 300;
	letter-spacing: 2px;
}

.line-spacer {
	width: 20%;
	margin: 20px auto 25px;
	border-bottom: 1px solid #fff;
}


/* ================================ About ================================= */

.about-img {
	height: 350px;
	overflow: hidden;
}

.about-img img {
	margin-left: -15px;
	max-width: 100%;
}

@media (max-width: 990px) {
	.about-img {
		height: auto;
	}
	.about-img img {
		margin-left: 0;
		padding-bottom: 10px;
	}
}

.about-main p {
	margin-bottom: 12px;
	line-height: 24px;
	text-align: left;
	text-indent: 2em;
}

.about-main p:last-child{
	margin-bottom: 0;
}

.about-main p b{
	font-size: 17px;
}

@media (max-width: 990px) {
	.about-main p b {
		font-size: 14px;
	}
}

/* ========================== Parallax ============================= */

#parallax1 {
	background-image: url(../img/parallax/1.jpg);
}

#parallax1 h2 {
	color: #fff;
}

#parallax1 p {
	color: #eee;
}

#parallax2 {
	background-image: url(../img/parallax/2.jpg);
}

#parallax2 img{
	height: 100px;
}


/* ================================ Platform ================================= */

#platform-jx .row:nth-of-type(2) img,
#platform-zs .row:nth-of-type(2) img,
#platform-rct .row:nth-of-type(2) img {
	height: 106px;
	padding: 22px;
	margin-bottom: 20px;
}

#platform-jx .row:nth-of-type(2) p,
#platform-zs .row:nth-of-type(2) p,
#platform-rct .row:nth-of-type(2) p,
#platform-other .row:nth-of-type(2) p {
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 28px;
	text-align: left;
	text-indent: 2em;
}

.box-mobile {
	position: relative;
	margin-top: 15px;
}

#platform-jx .box-mobile,
#platform-rct .box-mobile {
	background-color: #f7f7f7;
}

#platform-zs .box-mobile,
#platform-other .box-mobile
 {
	background-color: #fff;
}

.box-mobile a {
	position: relative;
	display: block;
	padding: 59px 48px 50px;
	color: #333;
	text-decoration: none;
}

.box-mobile a:hover {
	text-decoration: none;
}

.box-mobile p {
	margin: 0;
	font-size: 15px;
}

.box-mobile i {
	position: absolute;
	top: 105px;
	left: 50%;
	z-index: 10;
	width: 32px;
	height: 32px;
	border: 2px solid #fff;
	border-radius: 6px;
	margin-left: -17px;
	line-height: 28px;
	color: #fff;
	text-align: center;
}

.box-mobile i.fa-internet-explorer {
	font-size: 16px;
	background-color: #1ebbee;
}

.box-mobile i.fa-mobile {
	font-size: 23px;
}

#platform-jx .box-mobile i.fa-mobile {
	background-color: #f5821f;
}

#platform-zs .box-mobile i.fa-mobile {
	background-color: #05a6f0;
}

.box-mobile i.fa-weixin {
	font-size: 16px;
	background-color: #3cb035;
}

.box-mobile img {
	display: block;
	width: 124px;
	height: 124px;
	border: none;
	margin: 0 auto 20px;
}

#platform-other .box-mobile img,
#platform-rct .box-mobile img {
	width: calc(100% - 2px) !important;
	height: calc(100% - 2px) !important;
	border: 1px solid #d8d8d8;
}

.box-mobile a .txt {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: rgba(0, 0, 0, .7);
	font-size: 22px;
	color: #fff;
	transition: 0.5s all;
	opacity: 0;
}

.box-mobile a .txt span {
	display: block;
	margin: 10px 0;
	line-height: 32px;
	letter-spacing: 2px;
}

.box-mobile a:hover .txt {
	opacity: 1;
}

.consult{
	margin-top: 50px;
}

.consult p{
	font-size: 22px;
}

.consult p:last-child{
	margin-bottom: 0;
}

.consult p a {
	display: block;
	width: 360px;
	height: 54px;
	border-radius: 30px;
	margin: 25px auto 0;
	background-color: #f08519;
	font-size: 22px;
	color: #fff;
	line-height: 54px;
	text-decoration: none;
}

@media (max-width: 990px) {
	.consult p{
		font-size: 16px;
	}
	
	.consult p a {
		width: 270px;
		height: 42px;
		margin: 15px auto 0;
		font-size: 18px;
		line-height: 42px;
	}

}

/* ================================ Contact ================================= */

.contact-widget{
	padding-top: 40px;
}

.contact-widget i {
  color: #f08519;
}

.contact-widget p{
	margin: 0;
	font-size: 15px;
}


/* ================================ Footer ================================= */

footer {
	padding: 15px 0;
	background-color: #212121;
	color: #fff;
}

footer p {
	margin-bottom: 0;
}


/* ================================ Back to top button ================================= */

.back-to-top {
	display: block;
	position: fixed;
	right: 15px;
	bottom: 15px;
	z-index: 1000;
	width: 40px;
	height: 36px;
	border-radius: 2px;
	background-color: #f08519;
	font-size: 16px;
	color: #fff;
	line-height: 32px;
	text-align: center;
	transition: background 0.5s;
	outline: none;
}

.back-to-top:hover {
	background-color: #ef7f17;
	color: #fff;
}


/* ================================ more media queries ================================= */

@media (max-width:768px) {
	.navbar-nav {
		float: left;
		text-align: left;
	}
	.box-mobile,
	.box-mobile .img {
		text-align: center;
	}
	.box-mobile .img {
		float: none;
	}
}

@media (max-width:480px) {
	header {
		padding-top: 30px;
		padding-bottom: 0px;
	}
	header h1 {
		font-size: 70px;
	}
}