/*--
	Author: W3Layouts
	Author URL: http://w3layouts.com
	License: Creative Commons Attribution 3.0 Unported
	License URL: http://creativecommons.org/licenses/by/3.0/
--*/

html,
body {
	margin: 0;
	font-size: 100%;
	font-family: "text1";
	scroll-behavior: smooth;
	color: #fff;
	letter-spacing: 2px;
}

section {
	padding-bottom: 3em;
}

header {
	background: #fff;
}

img {
	max-width: 100%;
	max-height: 100%;
}

.bot-bg {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-image: url(../images/bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -1;
}

body a {
	text-decoration: none;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

a:hover {
	text-decoration: none;
}

input[type="button"],
input[type="submit"],
input[type="text"],
input[type="email"],
input[type="search"] {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-weight: 700;
}

p {
	font-size: 1.5em;
	color: #fff;
	line-height: 2em;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}


/* header */


/* header */


/* CSS Document */

.clear {
	clear: both;
}

header {
	width: 100%;
}

.toggle,
[id^=drop] {
	display: none;
}


/* Giving a background-color to the nav container. */

nav {
	margin: 0;
	padding: 0;
}


/* Since we'll have the "ul li" "float:left"
 * we need to add a clear after the container. */

nav:after {
	content: "";
	display: table;
	clear: both;
}


/* Removing padding, margin and "list-style" from the "ul",
 * and adding "position:reltive" */

nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
}


/* Positioning the navigation items inline */

nav ul li {
	margin: 0px 1em;
	display: inline-block;
	float: left;
}

ul.menu {
	margin-top: 1em;
}


/* Styling the links */

nav a {
	text-transform: uppercase;
	font-size: 18px;
	padding-left: 0;
	padding-right: 0;
	padding: 10px 0;
	color: #333;
	border-bottom: 2px solid transparent;
	font-weight: bold;
}

@media only screen and (max-width:1380px) {
	nav a {
		font-size: 16px;
		letter-spacing: 0px;
	}
}

@media only screen and (max-width: 1200px) {
	nav a {
		font-size: 14px;
		letter-spacing: 0px;
	}
}

nav ul li ul li:hover {
	background: #f5f6f7;
}


/* Background color change on Hover */

nav li a:hover {
	color: #a18552;
	border-bottom: 2px solid #a18552;
}

.menu li.active a,
.menu li a.active {
	color: #a18552;
	border-bottom: 2px solid #a18552;
}


/* Hide Dropdowns by Default
 * and giving it a position of absolute */

nav ul ul {
	display: none;
	position: absolute;
	top: 30px;
	background: #fff;
	padding: 10px;
	z-index: 99;
	-webkit-box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.25);
}


/* Display Dropdowns on Hover */

nav ul li:hover>ul {
	display: inherit;
}


/* Fisrt Tier Dropdown */

nav ul ul li {
	width: 170px;
	float: none;
	display: list-item;
	position: relative;
}

nav ul ul li a {
	color: #777;
	padding: 5px 10px;
	display: block;
	font-size: 14px;
}


/* Second, Third and more Tiers	
 * We move the 2nd and 3rd etc tier dropdowns to the left
 * by the amount of the width of the first tier.
*/

nav ul ul ul li {
	position: relative;
	top: -60px;
	/* has to be the same number as the "width" of "nav ul ul li" */
	left: 170px;
}


/* Change ' +' in order to change the Dropdown symbol */

li>a:only-child:after {
	content: '';
}


/* Media Queries
--------------------------------------------- */


/* Media Queries
--------------------------------------------- */

.logo img {
	height: 45px;
	width: auto;
}

@media only screen and (max-width: 1200px) {
	.logo img {
		height: 35px;
	}
	ul.menu {
		margin-top: 0.5em;
	}
}

.logo .navbar-brand {
	padding: 0px;
}

.menu {
	text-align: center;
}

@media all and (max-width:768px) {
	#logo {
		display: inline-block;
		padding: 0;
	}
	nav {
		margin: 0;
	}
	.logo img {
		height: 20px;
		margin-top: 20px;
	}
	/* Hide the navigation menu by default */
	/* Also hide the  */
	.toggle+a,
	.menu {
		display: none;
	}
	/* Stylinf the toggle lable */
	.toggle {
		display: block;
		padding: 7px;
		font-size: 17px;
		text-decoration: none;
		border: none;
		float: right;
		background-color: #f4f5f7;
		color: #a18552;
		text-transform: uppercase;
		cursor: pointer;
		font-weight: bold;
		cursor: pointer !important;
		margin-top: 0.5em;
	}
	.menu .toggle {
		float: none;
		text-align: center;
		margin: auto;
		width: 80%;
		padding: 5px;
		font-weight: bold;
		font-size: 16px;
	}
	/* Display Dropdown when clicked on Parent Lable */
	[id^=drop]:checked+ul {
		display: block;
		/* background: rgba(16, 16, 16, 0.85); */
		padding: 15px 0;
		text-align: center;
		float: none;
	}
	/* Change menu item's width to 100% */
	nav ul li {
		display: block;
		width: 100%;
		padding: 5px 0;
	}
	nav ul li {
		margin: 0px 0em;
	}
	nav ul ul .toggle,
	nav ul ul a {
		padding: 0 40px;
	}
	nav ul ul ul a {
		padding: 0 80px;
	}
	nav a:hover,
	nav ul ul ul a {
		background-color: transparent;
	}
	nav ul li ul li .toggle,
	nav ul ul a,
	nav ul ul ul a {
		padding: 14px 20px;
		color: #FFF;
		font-size: 17px;
	}
	/* Hide Dropdowns by Default */
	nav ul ul {
		float: none;
		position: static;
		color: #ffffff;
		/* has to be the same number as the "line-height" of "nav a" */
	}
	/* Hide menus on hover */
	nav ul ul li:hover>ul,
	nav ul li:hover>ul {
		display: none;
	}
	/* Fisrt Tier Dropdown */
	nav ul ul li {
		display: block;
		width: 100%;
		padding: 0;
		margin: 0;
	}
	nav ul ul ul li {
		position: static;
		/* has to be the same number as the "width" of "nav ul ul li" */
	}
	nav ul ul li a {
		font-size: 0.9em;
	}
}

@media all and (max-width: 330px) {
	nav ul li {
		display: block;
		width: 94%;
	}
}


/* header */


/*-- //header --*/


/*-- //header --*/

.csslider {
	text-align: left;
	position: relative;
	margin-bottom: 0px;
}

.csslider>input {
	display: none;
}

.csslider>input:nth-of-type(10):checked~ul li:first-of-type {
	margin-left: -900%;
}

.csslider>input:nth-of-type(9):checked~ul li:first-of-type {
	margin-left: -800%;
}

.csslider>input:nth-of-type(8):checked~ul li:first-of-type {
	margin-left: -700%;
}

.csslider>input:nth-of-type(7):checked~ul li:first-of-type {
	margin-left: -600%;
}

.csslider>input:nth-of-type(6):checked~ul li:first-of-type {
	margin-left: -500%;
}

.csslider>input:nth-of-type(5):checked~ul li:first-of-type {
	margin-left: -400%;
}

.csslider>input:nth-of-type(4):checked~ul li:first-of-type {
	margin-left: -300%;
}

.csslider>input:nth-of-type(3):checked~ul li:first-of-type {
	margin-left: -200%;
}

.csslider>input:nth-of-type(2):checked~ul li:first-of-type {
	margin-left: -100%;
}

.csslider>input:nth-of-type(1):checked~ul li:first-of-type {
	margin-left: 0%;
}

.csslider>ul {
	position: relative;
	height: 850px;
	z-index: 1;
	font-size: 0;
	line-height: 0;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	white-space: nowrap;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.csslider>ul>li {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	font-size: 15px;
	font-size: initial;
	line-height: normal;
	-moz-transition: all 0.5s cubic-bezier(0.4, 1.3, 0.65, 1);
	-o-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s cubic-bezier(0.4, 1.3, 0.65, 1);
	transition: all 0.5s cubic-bezier(0.4, 1.3, 0.65, 1);
	vertical-align: top;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	white-space: normal;
}

.csslider>ul>li.scrollable {
	overflow-y: scroll;
}

.csslider>.navigation {
	position: absolute;
	bottom: 7%;
	left: 49%;
	z-index: 10;
	margin-bottom: -10px;
	font-size: 0;
	line-height: 0;
	text-align: center;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.csslider>.navigation>div {
	margin-left: -100%;
}

.csslider>.navigation label {
	position: relative;
	display: inline-block;
	cursor: pointer;
	border-radius: 50%;
	margin: 0 5px;
	padding: 5px;
	background: #fff;
}

.csslider>.navigation label:hover:after {
	opacity: 1;
}

.csslider>.navigation label:after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -7px;
	margin-top: -7px;
	background: #a18552;
	border-radius: 50%;
	padding: 7px;
	opacity: 0;
}

.csslider>.arrows {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.csslider.inside .navigation {
	bottom: 10px;
	margin-bottom: 10px;
}

.csslider.inside .navigation label {
	border: 1px solid #7e7e7e;
}

.csslider>input:nth-of-type(1):checked~.navigation label:nth-of-type(1):after,
.csslider>input:nth-of-type(2):checked~.navigation label:nth-of-type(2):after,
.csslider>input:nth-of-type(3):checked~.navigation label:nth-of-type(3):after,
.csslider>input:nth-of-type(4):checked~.navigation label:nth-of-type(4):after,
.csslider>input:nth-of-type(5):checked~.navigation label:nth-of-type(5):after,
.csslider>input:nth-of-type(6):checked~.navigation label:nth-of-type(6):after,
.csslider>input:nth-of-type(7):checked~.navigation label:nth-of-type(7):after,
.csslider>input:nth-of-type(8):checked~.navigation label:nth-of-type(8):after,
.csslider>input:nth-of-type(9):checked~.navigation label:nth-of-type(9):after,
.csslider>input:nth-of-type(10):checked~.navigation label:nth-of-type(10):after,
.csslider>input:nth-of-type(11):checked~.navigation label:nth-of-type(11):after {
	opacity: 1;
}

.csslider>.arrows {
	position: absolute;
	top: 50%;
	width: 100%;
	height: 26px;
	z-index: 1;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.csslider>.arrows label {
	display: none;
	position: absolute;
	top: -50%;
	padding: 9px;
	box-shadow: inset 2px -2px 0 1px #ffffff;
	cursor: pointer;
	-moz-transition: box-shadow 0.15s, margin 0.15s;
	-o-transition: box-shadow 0.15s, margin 0.15s;
	-webkit-transition: box-shadow 0.15s, margin 0.15s;
	transition: box-shadow 0.15s, margin 0.15s;
}

.csslider>.arrows label:hover {
	box-shadow: inset 3px -3px 0 2px #30c39e;
	margin: 0 0px;
}

.csslider>.arrows label:before {
	content: '';
	position: absolute;
	top: -100%;
	left: -100%;
	height: 300%;
	width: 300%;
}

.csslider.infinity>input:first-of-type:checked~.arrows label.goto-last,
.csslider>input:nth-of-type(1):checked~.arrows>label:nth-of-type(0),
.csslider>input:nth-of-type(2):checked~.arrows>label:nth-of-type(1),
.csslider>input:nth-of-type(3):checked~.arrows>label:nth-of-type(2),
.csslider>input:nth-of-type(4):checked~.arrows>label:nth-of-type(3),
.csslider>input:nth-of-type(5):checked~.arrows>label:nth-of-type(4),
.csslider>input:nth-of-type(6):checked~.arrows>label:nth-of-type(5),
.csslider>input:nth-of-type(7):checked~.arrows>label:nth-of-type(6),
.csslider>input:nth-of-type(8):checked~.arrows>label:nth-of-type(7),
.csslider>input:nth-of-type(9):checked~.arrows>label:nth-of-type(8),
.csslider>input:nth-of-type(10):checked~.arrows>label:nth-of-type(9),
.csslider>input:nth-of-type(11):checked~.arrows>label:nth-of-type(10) {
	display: block;
	left: 5%;
	right: auto;
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.csslider.infinity>input:last-of-type:checked~.arrows label.goto-first,
.csslider>input:nth-of-type(1):checked~.arrows>label:nth-of-type(2),
.csslider>input:nth-of-type(2):checked~.arrows>label:nth-of-type(3),
.csslider>input:nth-of-type(3):checked~.arrows>label:nth-of-type(4),
.csslider>input:nth-of-type(4):checked~.arrows>label:nth-of-type(5),
.csslider>input:nth-of-type(5):checked~.arrows>label:nth-of-type(6),
.csslider>input:nth-of-type(6):checked~.arrows>label:nth-of-type(7),
.csslider>input:nth-of-type(7):checked~.arrows>label:nth-of-type(8),
.csslider>input:nth-of-type(8):checked~.arrows>label:nth-of-type(9),
.csslider>input:nth-of-type(9):checked~.arrows>label:nth-of-type(10),
.csslider>input:nth-of-type(10):checked~.arrows>label:nth-of-type(11),
.csslider>input:nth-of-type(11):checked~.arrows>label:nth-of-type(12) {
	display: block;
	right: 5%;
	left: auto;
	-moz-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	-o-transform: rotate(225deg);
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}

#slider1>ul>li:nth-of-type(1) {
	background: url(../images/files/hti.gif) no-repeat center;
	background-size: cover;
}

#slider1>input:nth-of-type(1):checked~ul #bg,
#slider1>input:nth-of-type(2):checked~ul #bg1,
#slider1>input:nth-of-type(3):checked~ul #bg2,
#slider1>input:nth-of-type(4):checked~ul #bg3 {
	width: 100%;
	-moz-transition: 0.5s 0.5s;
	-o-transition: 0.5s 0.5s;
	-webkit-transition: 0.5s 0.5s;
	transition: 0.5s 0.5s;
	text-align: center;
	padding: 0;
	height: 100%;
	background: rgba(0, 0, 0, 0.17);
}

#slider1>input:nth-of-type(1):checked~ul #bg div,
#slider1>input:nth-of-type(2):checked~ul #bg1 div,
#slider1>input:nth-of-type(3):checked~ul #bg2 div,
#slider1>input:nth-of-type(4):checked~ul #bg3 div {
	-moz-transform: translate(0);
	-ms-transform: translate(0);
	-o-transform: translate(0);
	-webkit-transform: translate(0);
	transform: translate(0);
	-moz-transition: 0.5s 0.9s;
	-o-transition: 0.5s 0.9s;
	-webkit-transition: 0.5s 0.9s;
	transition: 0.5s 0.9s;
}

#bg,
#bg1,
#bg2,
#bg3 {
	color: #fff;
	padding: 22px 0;
	z-index: 10;
	overflow: hidden;
}

#bg:before,
#bg1:before,
#bg2:before,
#bg3:before {
	content: '';
	position: absolute;
	left: -1px;
	top: 1px;
	height: 100%;
	width: 100%;
	z-index: -1;
}

#bg:after,
#bg1:after,
#bg2:after,
#bg3:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 20;
	pointer-events: none;
}

#bg div,
#bg1 div,
#bg2 div,
#bg3 div {
	-moz-transform: translate(120%);
	-ms-transform: translate(120%);
	-o-transform: translate(120%);
	-webkit-transform: translate(120%);
	transform: translate(120%);
}

.scrollable p {
	padding: 30px;
	text-align: justify;
	line-height: 140%;
	font-size: 120%;
}

#center {
	text-align: center;
	margin-top: 25%;
}

#center a {
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-variant: small-caps;
}


/*___________________________________ LINK ___________________________________ */

a.nice-link {
	position: relative;
	color: #71ad37;
}

h1 a.nice-link:after {
	border-bottom: 1px solid #a5ff0e;
}

a.nice-link:after {
	text-align: justify;
	display: inline-block;
	content: attr(data-text);
	position: absolute;
	left: 0;
	top: 0;
	white-space: nowrap;
	overflow: hidden;
	color: #a5ff0e;
	min-height: 100%;
	width: 0;
	max-width: 100%;
	background: #3A3A3A;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

a.nice-link:hover {
	color: #71ad37;
}

a.nice-link:hover:after {
	width: 100%;
}


/*___________________________________ SIGN ___________________________________ */

#dex-sign {
	width: 255px;
	height: 84px;
	position: absolute;
	left: 33%;
	top: 45%;
	opacity: 0.7;
	background: url(http://www.drygiel.com/projects/sign/frames-255-white.png) 0 0 no-repeat;
}

#dex-sign:hover {
	opacity: 1;
	-webkit-filter: invert(30%) brightness(80%) sepia(100%) contrast(110%) saturate(953%) hue-rotate(45deg);
}

@-webkit-keyframes sign-anim {
	to {
		background-position: 0 -7140px;
	}
}

@-moz-keyframes sign-anim {
	to {
		background-position: 0 -7140px;
	}
}

@keyframes sign-anim {
	to {
		background-position: 0 -7140px;
	}
}


/*-- /slider-Responsive --*/

@media screen and (max-width:1366px) {
	.csslider>ul {
		height: 700px;
	}
}

@media screen and (max-width: 1080px) {
	.csslider>ul {
		height: 600px;
	}
}

@media screen and (max-width: 1024px) {
	.csslider>ul {
		height: 500px;
	}
}

@media screen and (max-width: 800px) {
	.csslider>ul {
		height: 350px;
	}
	.csslider>.arrows {
		width: 99%;
	}
}

@media screen and (max-width:768px) {
	.csslider>ul {
		height: 300px;
	}
}

@media screen and (max-width: 667px) {
	.csslider>.arrows {
		width: 98%;
	}
}

@media screen and (max-width: 640px) {
	.csslider>ul {
		height: 200px;
	}
	.csslider>.arrows {
		width: 97%;
	}
}


/*-- //slider-Responsive --*/


/*-- banner --*/

.banner-info-wthree h6 {
	font-size: 1.5em;
	font-weight: 700;
	letter-spacing: 10px;
	margin-top: 15px;
	color: #a18552;
	text-transform: uppercase;
}

.banner-info-wthree h3 {
	font-size: 3em;
	font-weight: 600;
}

.banner-info-wthree {
	display: table;
	width: 100%;
	height: 100%;
	text-align: center;
}

.banner-info-wthree .container {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.banner-info-wthree p {
	margin: 0;
	font-size: 17px;
	line-height: 30px;
	letter-spacing: .5px;
}

.bs-slider-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
}

.bs-slider-overlay1 {
	width: 100%;
	height: 100%;
	background: url(../images/dott.png)repeat 0px 0px;
	background-size: 2px;
	-webkit-background-size: 2px;
	-moz-background-size: 2px;
	-o-background-size: 2px;
	-ms-background-size: 2px;
}

h4.agile-title,
h1.agile-title,
h2.agile-title {
	letter-spacing: 2px;
	line-height: 1.4em;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
	font-size: 3.5em;
	font-weight: 700;
	color: #fff;
}

h5.tag {
	display: block;
	font-weight: 600;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: 4.2px;
}


/*-- //banner --*/


/*-- heading --*/

h2.heading,
h3.heading {
	font-size: 50px;
	text-transform: capitalize;
	letter-spacing: 0px;
	color: #1d1e22;
}

.bg {
	background: #30c39e;
}


/*-- //heading --*/

#about {
	background: url(../images/logo_bg.png) no-repeat top;
	background-size: contain;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	-ms-background-size: contain;
	background-position: 50%;
	/*box-shadow: 0px 0px 5px #ccc;*/
}

@media only screen and (max-width:1080px) {
	#about {
		background: none
	}
}

.ab-info h3 {
	font-size: 2.2em;
	color: #fff;
}

.ab-info .title {
	font-size: 2em;
	color: #efa724;
	font-weight: bold;
	text-shadow: 0px 0px 10px #000;
}


/*-- popup --*/

.pop-overlay {
	position: absolute;
	top: 0px;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(255, 255, 255, 0.5);
	transition: opacity 0ms;
	visibility: hidden;
	opacity: 0;
	z-index: 999;
}

.pop-overlay:target {
	visibility: visible;
	opacity: 1;
}

.popup {
	background-image: linear-gradient(#000, #333, #000);
	border-radius: 5px;
	width: 35%;
	position: relative;
	margin: 8em auto;
	padding: 3em 1em 1.5em 1em;
	text-align: center;
}

.popup p {
	font-size: 18px;
	color: #fff;
	line-height: 30px;
	margin-top: 15px;
	margin-bottom: 0px;
	font-weight: bold;
}

.popup h2 {
	margin-top: 0;
	color: #fff;
}

.popup .close {
	position: absolute;
	top: 5px;
	right: 15px;
	transition: all 200ms;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}

.popup .close:hover {
	color: #a18552;
}


/*-- //popup --*/


/* //image layers effect */


/*-- //banner --*/

h3.tittle {
	font-size: 2.5em;
	letter-spacing: 2px;
	font-weight: 700;
	text-transform: uppercase;
	color: #a18552;
}

@media only screen and (max-width:1000px) {
	h3.tittle {
		font-size: 1.3em;
		letter-spacing: 1px;
	}
}

.sub-tittle {
	color: #fff;
	display: block;
	text-transform: uppercase;
	margin-top: 10px;
}


/*--/services--*/

.feature-grids h3 {
	color: #fff;
	text-transform: capitalize;
	font-size: 1.2em;
	text-shadow: 0px 0px 1px #a18552;
}

.feature-grids p {
	margin: 0;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	text-shadow: 0px 0px 1px #a18552;
}

@media only screen and (max-width: 1000px) {
	.feature-grids p,
	.feature-grids h3 {
		font-size: 1em;
	}
}

.bottom-gd2-active {
	height: auto;
	width: 100%;
	text-align: center;
}

.bottom-gd2-active .pro-item-bg {
	text-align: center;
	padding: 20px;
	background-image: url(../images/item_bg.png);
	background-size: contain;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.bottom-gd2-active .pro-item-bg .pro-item {}

.bottom-gd2-active .ac-top {
	margin-bottom: 10px;
}

@media only screen and (max-width:) {}


/*--//services--*/


/* partners */

#partners {
	/*background-image: url(../images/logo_bg.png);*/
	background-repeat: no-repeat;
	background-size: contain;
	/*box-shadow: 0px 0px 10px #ccc;*/
	background-position-x: 50%;
}

#album {
	position: relative;
}

.parts-w3ls .des {
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	/*text-align: left;*/
}

.parts-w3ls .des .number {
	color: #a18552;
	font-size: 18px;
	display: block;
	text-align: center;
}

.parts-w3ls img {
	width: 150px;
	height: 150px;
	margin: 30px 0px 15px 0px;
	box-shadow: 0px 0px 10px #F2F2F2;
	border-radius: 10px;
}

.parts-w3ls span {
	font-size: 3em;
	color: #fff;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-o-transition: 0.5s all;
}

.parts-w3ls span:hover {
	color: #a18552;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-o-transition: 0.5s all;
}

.thumbnail.card {
	/*background: linear-gradient(to top right, #ccc, #000);*/
	background-image: linear-gradient(to right bottom, #000, #333, #000, #333, #000);
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-moz-border-radius: 4px;
	/*box-shadow: 0px 0px 10px rgba(255, 255, 255, .5);*/
}

.thumbnail.card1 {
	background-image: linear-gradient(to right bottom, #000, #333, #000, #333, #000);
	/*background: linear-gradient(to top right, #f6f5f0, #a18552);*/
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-moz-border-radius: 4px;
	/*box-shadow: 0px 0px 10px rgba(255, 255, 255, .5);*/
}


/* //partners */

#serve-sec .caption.card-body {
	background: #fff;
	margin: 0;
}

section#serve-sec {
	background: #f5f6f7;
}


/*--/counter--*/

.stats {
	background: #191919;
	padding: 4em 0;
}

.counter {
	background: none;
	padding: 20px 0;
	border-radius: 0;
	color: #fff;
}

.count-title {
	font-size: 3em;
	margin-top: 10px;
	margin-bottom: 0;
	text-align: center;
	font-weight: 600;
	color: #fff;
}

.count-text {
	font-size: 15px;
	margin-top: 10px;
	margin-bottom: 0;
	text-align: center;
	color: #727b82;
	font-weight: 600;
	text-transform: uppercase;
}

.fa-2x {
	margin: 0 auto;
	float: none;
	display: table;
	color: #4ad1e5;
}


/*--//counter--*/


/* blog */

.card-header {
	background: transparent;
}

span.fa.fa-user.post-icon {
	position: absolute;
	width: 50px;
	height: 50px;
	line-height: 44px;
	text-align: center;
	font-size: 1.2em;
	color: #fff;
	left: 0;
	top: 0;
	border-radius: 50%;
	background: #0fbcf9;
}

.card,
.card-header {
	border: 0;
}

.blog-btn {
	background: #a18552;
	font-weight: bold;
	padding: 0.5em 2em;
	color: #fff;
	text-transform: uppercase;
	margin-top: 1em;
	transition: 0.5s;
}

.blog-btn:hover {
	background: #885423;
	color: #fff;
	transition: 0.5s;
}

.card-body {
	/*margin-left: 2em;*/
	padding: 20px;
}

.card-body .card-title {
	font-size: 18px;
	color: #a18552;
	transition: .5s;
	text-align: center;
}

.card-body .card-title:hover {
	color: #885423;
	transition: .5s;
	text-decoration: underline;
}

.card-body .team-title {
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 10px;
}

.card-body .team-title1 {
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	line-height: 25px;
	height: 75px;
}

@media only screen and (max-width:1080px) {
	.card-body .card-title {
		font-size: 16px;
	}
	.card-body .team-title {
		font-size: 15px;
	}
	.card-body .team-title1 {
		font-size: 14px;
		height: auto;
	}
}

.list-group-item-text {
	height: 60px;
	line-height: 20px;
	display: -webkit-box;
	overflow: hidden;
	/*autoprefixer:off*/
	-webkit-box-orient: vertical;
	/*autoprefixer:on*/
	-webkit-line-clamp: 3;
	text-overflow: ellipsis;
	color: #333;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
}

.photo-gd .img-event {
	/*box-shadow: 0px 0px 10px rgb(0 0 0 / 50%);*/
}


/* //blog */


/* team */

.team-gd {
	padding: 2em 2em;
}

.team-info h3 {
	font-size: 1.2em;
	font-weight: 700;
	color: #262631;
	margin-bottom: 0.8em;
	text-transform: uppercase;
}

.team-info p {
	font-size: 14px;
}

.sub-tittle-team {
	font-size: 0.6em;
	color: #686de0;
	font-weight: 700;
	letter-spacing: 2px;
	display: block;
	margin-bottom: 8px;
}

.rsvp img {
	background: #eaebec;
	padding: 0.7em;
}

.team-gd {
	padding: 3em 2em;
	background: #f8f9fa;
	transition: 2s all;
	-webkit-transition: 2s all;
	-moz-transition: 2s all;
	-ms-transition: 2s all;
	-o-transition: 2s all;
	box-shadow: 7px 7px 10px 0 rgba(76, 110, 245, .1);
	border: transparent;
}

.team-gd img {
	box-shadow: 0 20px 40px -10px rgba(0, 0, 0, .3);
	border-radius: 50%;
}


/* //team */

section#gallery {
	position: relative;
	background: #f5f6f7;
}

.gal-img {
	padding: 10px;
}

.gal-img img {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	transition: 0.5s all;
	margin-bottom: 15px;
}

.gal-img img:hover {
	box-shadow: 0px 0px 10px rgba(255, 255, 255, .3);
}


/*--/inner-page-- */

.page-inner {
	display: none !important;
}

.page-inner img {
	width: 100%;
	height: auto;
}

li.breadcrumb-item {
	font-size: 1.2em;
}

@media only screen and (max-width:1000px) {
	li.breadcrumb-item {
		font-size: 1em;
	}
}

li.breadcrumb-item a {
	color: #a18552;
}

.breadcrumb-item.active {
	color: #888;
}

ol.breadcrumb {
	background: none;
	margin: 0;
	padding: 1em 2em;
	background: #f7f7f7;
}


/*--//inner-page--*/


/* contact form */

.contact .item {
	margin-top: 40px;
}

.contact .item .row-line {
	padding: 20px 15px;
	background-image: linear-gradient(to right bottom, #000, #fff, #ccc);
	box-shadow: 0px 0px 5px #ccc;
	font-size: 17px;
}

.contact .item .row-line .des,
.contact .item .row-line a.des {
	display: block;
	color: #333;
	margin-top: 15px;
	font-weight: bold;
	font-size: 17px;
}

.contact .item .row-line .icon-left {
	display: inline-block;
	background-color: #a18552;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 15px;
	text-transform: capitalize;
}

.contact .item .row-line .icon-left .fa {
	margin-right: 10px;
}

.contact .item .row-line img {
	width: 100px;
	height: 100px;
	border-radius: 10px;
	border: 1px #a18552 solid;
}

.contact .item .row-line .number {
	font-size: 17px;
	color: #333;
	padding-left: 15px;
	font-weight: bold;
}

.contact#address {
	box-shadow: 0px 0px 10px #ccc;
}

.contact-info p {
	margin: 0 auto;
	width: 84%;
}

.contact-form-inner {
	margin: 0 auto;
	width: 70%;
}

.contact-form .form-control {
	padding: 0.9em;
	color: #495057;
	border: 2px solid #d2d6da;
	border-radius: 0.25rem;
	font-size: 1em;
}

.contact-form label {
	font-weight: 700;
	color: #4e4d4d;
	font-size: 1em;
}

.contact-form textarea {
	overflow: auto;
	resize: vertical;
	height: 10em;
}

.contact-form button.btn {
	background: #181a1d;
	padding: 15px 30px;
	font-size: 17px;
	color: #fff;
	border-radius: 5px;
	display: block;
	text-transform: uppercase;
	font-weight: 600;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	border: transparent;
	width: 100%;
}

.contact-form button.btn:hover {
	background: #a18552;
}

.map iframe {
	width: 100%;
	min-height: 300px;
	border: none;
	border: 4px solid #eee;
}


/* //contact form */


/* contact address */

.contact_grid_left ul li span {
	font-size: 24px;
	color: #fff;
}

.contact_grid_left li span {
	background: #a18552;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 56px;
	border-radius: 50%;
}

.contact_grid_left ul li p,
.contact_grid_left ul li a {
	color: #ccc;
	text-align: left;
	font-size: 18px;
}

.contact_grid_left h6 {
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 10px;
}

@media only screen and (max-width:1000px) {
	.contact_grid_left ul li p,
	.contact_grid_left ul li a {
		font-size: 15px;
		text-align: center;
	}
	.contact_grid_left h6 {
		font-size: 16px;
	}
}

.contact_grid_right {
	background: #f7f7f7;
	padding: 5em;
}

.contact_grid_left {
	border-bottom: 1px solid #313c44;
	margin: 0 0 3em 0;
	padding-bottom: 3em;
}

.contact-page button.btn.btn-default {
	width: 200px;
}


/* //contact address */


/* //contact */


/*--events--*/

.events-info h3 {
	font-size: 1.4em;
	font-weight: 700;
	color: #191919;
}

.events-info h4 {
	font-size: 0.9em;
	color: #555;
	position: relative;
}

ul.single-info li {
	list-style: none;
	display: inline-block;
	margin-right: 1em;
}

ul.single-info li a span {
	color: #333;
	text-decoration: none;
	font-size: 18px;
}

ul.single-info li a {
	color: #333;
	font-size: 18px;
}

.speak {
	margin: 0 auto;
	width: 70%;
}

.speak img {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-moz-border-radius: 4px;
}

.rsvp img {
	background: #eaebec;
	padding: 0.7em;
}

ul.social_section_1info li {
	display: inline-block;
}

ul.social_section_1info {
	margin-top: 20px;
}

ul.social_section_1info a {
	color: #717580;
	margin-right: 10px;
	font-size: 13.5px;
	margin-right: 2px;
	width: 35px;
	height: 35px;
	background: #121215;
	padding: 9px 20px;
	text-align: center;
	line-height: 35px;
	border-radius: 25px;
}

ul.social_section_1info a:hover {
	color: #fff;
}

li.facebook a {
	color: #fff;
	background: #3b5998;
}

li.twitter a {
	color: #fff;
	background: #1da1f2;
}

li.google a {
	color: #fff;
	background: #dd4b39;
}

li.linkedin a {
	color: #fff;
	background: #0077b5;
}

ul.social_section_1info a:hover {
	opacity: 0.8;
}


/*---------*/

.media-body p {
	color: #777;
	font-size: 0.875em;
	line-height: 1.9em;
	margin-bottom: 3em;
}

.media img {
	margin-right: 15px;
}

.media-body h5 {
	color: #2a353e;
	font-size: 1.1em;
}


/* footer */

.address-grid span {
	font-size: 40px;
	color: #fff;
}

.address-right p,
.address-right p a {
	color: #f8f9fa;
}

footer {
	background: #191919;
}

.logo-2 a {
	font-size: 1.3em;
	text-shadow: 2px 5px 3px rgba(0, 0, 0, 0.06);
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
}


/* social-icons footer */

.loaction-content {
	text-align: left;
}

.w3ls-footer ul li,
.payment-moblsmk ul li {
	display: inline-block;
	margin: 0 1em;
}

.w3ls-footer ul li a span {
	height: 40px;
	width: 40px;
	line-height: 2.5;
	background: none;
	border-radius: 50%;
	background: transparent;
	color: #fff;
	text-align: center;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

.w3ls-footer ul li a span.fa-facebook-f:hover {
	background: #3b5998;
	color: #fff;
	border-color: #3b5998;
}

.w3ls-footer ul li a span.fa-twitter:hover {
	background: #55acee;
	color: #fff;
	border-color: #55acee;
}

.w3ls-footer ul li a span.fa-dribbble:hover {
	background: #f26522;
	color: #fff;
	border-color: #f26522;
}

.w3ls-footer ul li a span.fa-vk:hover {
	background: #45668e;
	color: #fff;
	border-color: #45668e;
}


/* //social-icons footer */


/* copyright */

p.copy-right-grids {
	letter-spacing: 2px;
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
}

@media only screen and (max-width:1000px) {
	p.copy-right-grids {
		font-size: 14px;
	}
}

p.copy-right-grids a {
	color: #7f8a92;
}

p.copy-right-grids a:hover {
	color: #fff;
}


/* //copyright */


/* //footer */

#toTop {
	display: none;
}

a.move-top span {
	position: fixed;
	color: #fff;
	width: 60px;
	height: 60px;
	border: transparent;
	line-height: 55px;
	background: #626e737a;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
	right: 10px;
	bottom: 50px;
	z-index: 9999;
	box-shadow: 0px 0px 10px #fff;
}

a.move-top :before {
	font-size: 60px;
	margin-left: 10px;
}


/*-- //footer --*/


/*-- Responsive design --*/

@media screen and (max-width: 1080px) {
	.banner-info-wthree h3 {
		font-size: 3.5em;
	}
	#about {
		min-height: 41em;
	}
}

@media screen and (max-width: 1024px) {
	.speak {
		margin: 0 auto;
		width: 100%;
	}
}

@media screen and (max-width: 991px) {
	#about {
		min-height: 29em;
	}
	.bottom-gd,
	.bottom-gd2-active {
		margin-bottom: 1em;
	}
	li.address-content-inf-w3ls:nth-child(2) {
		margin: 2em 0;
	}
	.banner-info-wthree h3 {
		font-size: 3em;
	}
	.banner-info-wthree h6 {
		font-size: 15px;
		letter-spacing: 6px;
	}
	li.nav-item {
		list-style: none;
	}
	.thumbnail.card img {
		width: 100%;
	}
	.parts-w3ls span {
		font-size: 2em;
	}
	.popup {
		width: 60%;
	}
}

@media screen and (max-width: 800px) {
	.banner-info-wthree h3 {
		font-size: 2.8em;
	}
	.count-text {
		font-size: 12px;
		margin-top: 10px;
	}
	.count-title {
		font-size: 2em;
	}
}

@media screen and (max-width:768px) {
	.ab-info h3,
	.ab-info .title-en {
		font-size: 1.6em;
	}
	h5.blog-title a {
		font-size: 1em;
	}
	.logo-2 a {
		font-size: 1em;
	}
}

@media screen and (max-width:767px) {
	.address-content-inf-w3ls,
	.loaction-content {
		text-align: center;
	}
	.icon-right p {
		text-align: center;
	}
	.icon-right {
		text-align: center;
		margin-top: 1.2em;
	}
	.banner-info-wthree h3 {
		font-size: 2.5em;
	}
}

@media screen and (max-width:736px) {
	.contact_grid_left {
		margin: 0 0 2em 0;
		padding-bottom: 2em;
	}
	.counter-gd-w3ls {
		float: left;
		width: 50%;
	}
}

@media screen and (max-width: 667px) {
	.ab-info h3,
	.ab-info .title-en {
		font-size: 1.4em;
	}
}

@media screen and (max-width: 568px) {
	.card-body {
		margin-left: 1em;
	}
	.card-img-bottom {
		width: 60%;
	}
	.card.flex-row {
		display: block;
	}
}


/*-- //Responsive design --*/


/**
 * about
 */

.about-bg #stats {
	background: #fff;
}

.about-bg #stats .count-title {
	color: #a18552;
}

.nav-fixed {
	background-color: #fff;
	position: fixed;
	top: 0px;
	left: 0px;
	box-shadow: 0px 0px 5px #ccc;
	border-bottom: 1px solid #ccc;
	z-index: 9999;
}

.nav-fixed nav a,
.nav-fixed nav .language a {
	color: #333;
}

h3 {
	position: relative;
}

.a-more {
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: 16px;
	display: block;
	padding: 15px;
	color: #fff;
	transition: 0.5s;
	text-decoration: underline;
}

a.a-more:hover {
	color: #a18552;
	transition: 0.5s;
	text-decoration: underline;
}

.menu {
	float: right;
}

#logo {
	float: left;
}

.logo-footer img {
	width: auto;
	height: 60px;
}

.index-logo {
	width: 400px;
	height: auto;
	margin-bottom: 20px;
	opacity: 0.5;
	max-width: 100%;
}

p.index-en {
	font-size: 5em;
	font-weight: bold;
	color: #fff;
	line-height: 60px;
	text-transform: Capitalize;
	letter-spacing: 10px;
	font-family: "fanying" !important;
}

p.index-cn {
	font-size: 4em;
	font-weight: bold;
	letter-spacing: 3px;
	color: #fff;
	margin-top: 40px;
}

.index-cn img {
	width: 500px;
	max-width: 100%;
}

@media screen and (max-width: 1440px) {
	p.index-en {
		font-size: 4em;
		line-height: 50px;
		letter-spacing: 5px;
	}
	p.index-cn {
		font-size: 3.5em;
		margin-top: 25px;
	}
}

@media screen and (max-width: 1080px) {
	p.index-en {
		font-size: 2em;
		line-height: 40px;
		letter-spacing: 3px;
	}
	p.index-cn {
		font-size: 3em;
		margin-top: 15px;
	}
	.index-cn img {
		width: 300px;
	}
	.logo-footer img {
		width: auto;
		max-width: 100%;
		height: 40px;
	}
	.index-logo {
		width: 200px;
		height: auto;
		margin-bottom: 20px;
		opacity: 0.5;
		max-width: 100%;
	}
}

@media screen and (max-width: 768px) {
	p.index-cn {
		margin-top: 10px;
	}
	.index-cn img {
		width: 200px;
	}
	.logo-footer img {
		width: auto;
		max-width: 100%;
		height: 30px;
	}
	.index-logo {
		width: 200px;
		height: auto;
		margin-bottom: 20px;
		opacity: 0.5;
		max-width: 100%;
	}
}


/**
 * team-detail
 */

.team-des-img img {
	max-width: 100%;
	width: 100%;
}

.team-des-img .img-item {
	border-radius: 10px;
	margin: 10px 0px;
	background-image: linear-gradient(to right bottom, #000, #333, #000, #333, #000);
}

.team-des-img .img-item img {
	border-radius: 5px;
	/*background-image: linear-gradient(to right bottom, #000, #fff, #ccc);*/
}

.team-des-img .img-bg {
	/*display: inline-block;*/
}

.team-des-text .team-title {
	padding: 20px 0px 10px 0px;
	font-weight: bold;
	font-size: 24px;
	color: #a18552;
	letter-spacing: 2px;
	text-align: center;
}

.team-des-text .team-title1 {
	padding-bottom: 10px;
	font-weight: bold;
	font-size: 24px;
	color: #fff;
	letter-spacing: 2px;
	text-align: center;
}

.team-des-text .team-text {
	padding: 0px 10px;
	color: #fff;
	font-size: 18px;
	text-indent: 2em;
}

@media only screen and (max-width:1080px) {
	.team-des-text .team-title,
	.team-des-text .team-title1 {
		font-size: 16px;
		text-align: left;
	}
	.team-des-text .team-text {
		font-size: 14px;
	}
}

.cell-table {
	height: 100%;
	display: table;
}

.cell-center {
	display: table-cell;
	vertical-align: middle;
}

.photo-gd {
	margin-bottom: 30px;
}

img.list-group-image {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

a {
	color: #a18552;
}

a:hover {
	color: #b16922;
}

.ablum-bg {
	/*background-image: url(../images/bg9.png);*/
	/*box-shadow: 0px 0px 10px #ccc;*/
	/*background-color: #ccc;*/
	background-size: cover;
}

.feature-grids .team-mentor {
	text-align: center;
}

.feature-grids .team-mentor .team-mentor-title {
	display: inline-block;
	/*background-color: #a18552;*/
	color: #a18552;
	font-size: 28px;
	font-weight: bold;
	border-radius: 5px;
	/*box-shadow: 0px 0px 5px #ccc;*/
	margin-bottom: 30px;
}

.team-mentor-line {
	margin-bottom: 30px;
	border-bottom: 1px solid #ccc;
}

.box-list .box-bg .box-item img {
	width: 100%;
	height: auto;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.box-list .box-bg .box-item {
	border-radius: 10px;
	box-shadow: 0px 0px 10px #333;
	background-color: #F7F7F7;
}

.box-list .box-bg .box-item .box-img {
	border-bottom: 1px solid #ccc;
}

.box-list .box-bg {
	margin-bottom: 20px;
}

.box-list .box-bg .box-item .box-title {
	padding: 10px;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #a18552;
	letter-spacing: 2px;
	height: 100px;
	text-transform: Capitalize;
	text-align: center;
}

@media only screen and (max-width: 768px) {
	.box-list .box-bg .box-item .box-title {
		height: auto;
	}
}

.album-title {
	display: inline-block;
	padding: 0px;
	color: #a18552;
	font-size: 26px;
	font-weight: bold;
	border-radius: 5px;
	margin: 2.5em auto;
}

.courses {
	/*background-image: url(../images/bg6.png);*/
	background-repeat: no-repeat;
	background-size: cover;
}

.language {
	float: right;
	margin-left: 35px;
	margin-top: 0.9em;
}

@media only screen and (max-width: 1200px) {
	.language {
		margin-top: 0.5em;
	}
}

nav .language a {
	color: #333;
	font-weight: bold;
	transition: .5s;
}

nav .language a:hover {
	color: #a18552;
	transition: .5s;
}

@media screen and (max-width: 768px) {
	.language {
		margin-left: 15px;
		margin-top: 1em;
	}
	nav a {
		font-size: 14px;
	}
	nav ul li {
		border-bottom: 1px solid #F2F2F2;
	}
	.menu {
		float: none;
	}
}

nav .language a i {
	padding-right: 3px;
}

.footer-content .container.py-xl-5.py-lg-3 {
	padding-bottom: 1px !important;
}

.about-grids p {
	color: #fff;
}

.about-grids {
	text-align: center;
}

.cn-language,
.cn-language p,
.en-language .language,
.header .tittle .sub-tittle,
.cn-language .toggle,
.cn-language .a-more,
.feature-grids p,
.cn-jian,
.en-language .cn-language {
	/*font-family: "chinese";*/
	font-style: normal;
}

.en-language,
.en-language p,
.copy-right-grids,
.footer-content,
.row-line .number,
.en-language .row-line .des,
.en-language .toggle,
.en-language .a-more,
.feature-grids .ac-top,
.contact .item .row-line .number,
.contact .item .row-line a.des,
.contact_grid_left ul li p,
.contact_grid_left ul li a,
.parts-w3ls .des .number,
.cn-language .en-language {
	/*font-family: "english";*/
}

.cn-language .language,
.jianying,
.en-language .footer-content h6,
h3.tittle,
.en-language .menu,
p.copy-right-grids {
	/*font-family: "jianying";*/
}

.card-body .card-title {
	/*font-family: "english", "chinese";*/
}

.album-cn {
	display: block;
	padding-top: 10px;
}

.footer-content .cn-fan,
.des .cn-fan {
	font-style: normal;
	font-weight: bold;
}

.cn-language .about-grids p {
	letter-spacing: 5px;
}

.contact-border-line {
	border-bottom: 1px solid #F7F7F7;
	padding-top: 30px;
	margin-bottom: 30px;
}

.padding-bot-15 {
	padding-bottom: 15px;
}

.cn-language .about-grids p {
	font-family: "about";
	line-height: 45px;
	font-size: 2.2em;
}

@media only screen and (max-width: 768px) {
	.about-grids p {
		font-size: 15px;
		letter-spacing: 1px;
		text-align: left;
		padding: 0px 15px;
	}
	.cn-language .about-grids p {
		font-size: 18px;
		letter-spacing: 1px;
		text-align: center;
	}
}

.dis-none {
	visibility: hidden;
}

.pro-padding-top {
	padding-top: 23px;
}

.pro-padding-bot {
	padding-bottom: 23px;
}

.card-body .team-title .right {
	letter-spacing: 3px;
}

.about-en p {
	font-family: "about-en";
}

.pc-show {
	display: block;
}

.phone-show {
	display: none;
}

.index-team-img {
	padding: 30px 20px 0px 20px;
}

.card1 .team-des-text {
	padding: 30px;
	font-size: 18px;
	/*text-align: center;*/
	line-height: 40px;
}

.en-language .card1 .team-des-text {
	line-height: 35px;
}

@media only screen and (max-width:768px) {
	.pc-show {
		display: none;
	}
	.phone-show {
		display: block;
	}
	.index-team-img {
		padding: 10px 0px 0px 0px;
	}
	.card1 .team-des-text {
		padding: 10px 20px;
		font-size: 15px;
		/*text-align: center;*/
		line-height: 30px;
	}
}

.en-language .pc-show .feature-grids {
	max-width: 1050px;
	margin: 0px auto;
}

.cn-language .pc-show .feature-grids {
	max-width: 950px;
	margin: 0px auto;
}

#events .event-card {
	padding: 15px;
}

#events .card-body {
	background-image: linear-gradient(to right bottom, #000, #333, #000, #333, #000);
	height: 300px;
}

#events .card-body1 {
	background-image: linear-gradient(to right bottom, #000, #333, #000, #333, #000);
}

#events .card-left {
	height: 100%;
	text-align: center;
	border-right: 1px dashed #F7F7F7;
}

#events .card-left img {
	max-width: 100%;
	width: auto;
	max-height: 100%;
}

#events .card-right {
	padding: 20px;
}

.event-card .card-title {
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
}

.max-width-1200 {
	max-width: 1200px;
	margin: 0px auto;
}

.event-card .event-text-list {
	padding: 20px 0px;
}

.event-card .event-text-list .icon-left {
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	margin-right: 30px;
}

.event-card .event-des p {
	font-size: 18px;
	color: #A18552;
	font-weight: bold;
}

.event-card .event-text-list .icon-left .fa {
	padding-right: 5px;
}

.event-place {
	margin: 20px 0px;
	display: block;
}

#events .card-body1 img {
	width: 100%;
}

#events .card-body1 .card-right {
	padding: 30px 15px;
	text-align: center;
}

#events .card-body1 .card-right .card-title {
	color: #a18552;
}

@media only screen and (max-width: 1000px) {
	#events .event-card {
		padding: 0px;
		margin-bottom: 30px;
	}
	#events .card-body {
		height: auto;
		margin: 0px;
	}
	#events .card-left {
		height: 300px;
		border-bottom: 1px dashed #F7F7F7;
		border-right: none;
		margin-bottom: 30px;
		padding-bottom: 30px;
	}
	#events .card-left img {
		max-width: 100%;
		width: auto;
		max-height: 100%;
		height: auto;
	}
	.event-card .card-title {
		font-size: 18px;
	}
	#events .card-right {
		padding: 0px;
	}
	.event-card .event-text-list .icon-left {
		font-size: 15px;
	}
}