body {
	background: #fff;
	/* font-family: 'Roboto Slab', serif; */
	/* font-family: 'PingFang-SC-Medium;'; */
	font-family: Arial, 微軟正黑體, "STHeiti Light", "lucida grande", tahoma, verdana, arial, Gnuolane, "Helvetica Neue", "Microsoft JhengHei", 新細明體, "Microsoft YaHei", "Lucida Grande", "Lucida Sans Unicode" !important;
	font-size: 16px;
}

@font-face {
	font-family: 'PingFang-Medium';
	/*字体名称*/
	src: url('./PingFang-Medium.ttf');
	font-weight: normal;
	font-style: normal;
}

.nav>li {
	margin-top: 12px;
}

body a {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
label {
	margin: 0;
}

#latest-blog a {
	text-decoration: none;
	padding: 0 2em;
}

.heading-section a {
	text-decoration: none;
}

/*----*/
.header {
	width: 100%;
	min-height: 60px;
	display: block;
	background-size: cover;
	line-height: 60px;
	padding: 1em 0;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	background: white;
	box-shadow: 0 0 10px -2px #888;
}

.logo {
	float: left;
}

.menu {
	float: right;
}

.menu li {
	width: 110px;
	height: 51px;
	line-height: 51px;
	/* letter-spacing: 2px; */
	color: #101010;
	display: inline-block;
	text-align: center;
}

.menu li:first-child {
	margin-left: 0;
}

.menu li a {
	display: block;
	font-size: 20px;
	color: black;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-transform: uppercase;
	padding: 0;
	font-weight: 600;
}

#nav .current a {
	color: #EEEEEE;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;

}

.current {
	border-radius: 50%;
	background: #f08200;

}

.menu li a:hover,
.menu li.active a {

	-webkit-transform: rotateY(30deg);
	-moz-transform: rotateY(30deg);
	-ms-transform: rotateY(30deg);
	transform: rotateY(30deg);
}

.toggleMenu {
	display: none;
	padding: 0;
}

.nav:before,
.nav:after {
	content: " ";
	display: table;
}

.nav:after {
	clear: both;
}

.nav ul {
	list-style: none;
}

/*--- slider-css --*/
.slider {
	position: relative;
	margin-top: 5em;
}

.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}

.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}


.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}

.callbacks_nav {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 50%;
	left: 10%;
	opacity: 0.7;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 61px;
	width: 38px;
	background: transparent url("../images/img-sprite.png") no-repeat 0px 0px;
	margin-top: -45px;
}

.callbacks_nav.next {
	left: auto;
	background-position: -40px 0px;
	right: 10%;
}

.banner-matter {
	position: absolute;
	top: 10em;
	width: 70%;
}

/* 新加的 */
/*-- Services --*/
#services {
	/* margin: 2em 0; */
}
.service-item .add_orange {
	display: none;
}
.service-item .add_block {
	display: inline-block;
}
.service-item:hover {
	cursor: pointer;
}
.service-item:hover .add_orange {
	display: inline-block;
}
.service-item:hover .add_block {
	display: none;
}
.service-item:hover h4 {
	/* color: #27a2b1; */
	color: #f08200;
}

.service-item {
	text-align: center;
}

.icon i {
	border-radius: 50%;
	border: 20px solid #f78e21;
	color: #f78e21;
	font-size: 28px;
	line-height: 80px;
	width: 120px;
	height: 120px;
}

.service-item h4 {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #333;
	text-transform: uppercase;
	margin-top: 25px;
	font-weight: bold;

}

/*-- End Services --*/

/*---- testmoniasl -----*/
.testmonials {
	/* background: url(../img/zpl1.png) no-repeat center center; */
	/* background-size: 100% auto; */
	/* min-height: 240px; */
	margin: 2em 0;
	position: relative;
}
.add_jkwl_mes {
	width: 86%;
	margin: auto;
	position: absolute;
	height: 100%;
	top:0;
	left: 7%;
	z-index: 10;
}
.add_jkwl_list1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}
.add_jkwl_li1 {
	/* width: 22%; */
}
.add_jkwl_li1_title {
	font-size: 30px;
	color: #f5f7f8;
	font-weight: bold;
	padding-bottom: 20px;
	margin-bottom: 16px;
	position: relative;
}
.add_jkwl_li1_title::after {
	content: '';
	width: 31px;
	height: 6px;
	background-color: #f29619;
	position: absolute;
	bottom:0;
	left: 0;
	
}
.add_jkwl_li1_text {
	font-size: 18px;
	color: #f5f7f8;
}
/*----End testmoniasl -----*/

/*-- Latest Posts --*/
.heading-section {
	text-align: center;
	padding: 55px 0 25px 0;
}

.heading-section h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	color: #333;
	font-weight: 700;
	text-transform: uppercase;
}

.blog-post {
	/* height: 5em; */
	position: relative;
}

.gift {
	width: 100%;
}

.content-hide {
	position: absolute;
	/* background: rgba(208, 93, 0, 0.7); */
	/* background: rgba(255,205,32,0.7); */
	background:rgba(255,255,255,0.5);
	top: 0%;
	left: 0;
	right: 0;
	bottom: 0%;
	display: none;
	text-align: center;
}

.content-hide img {
	position: absolute;
	/* top: 30%;
	left: 0; */
	/* -webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%); */
}

.blog-get {
	text-align: center;
	color: black;
}

.blog-get p:nth-child(1) {
	font-weight: 600;
	margin: .6em 0;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 31px;
	letter-spacing: 1px;
	color: #000000;
}

.blog-get p:nth-child(1):hover {
	color: #0078a0;
}

.blog-get p:nth-child(2) {
	height: 3em;
	font-size: 16px;
	margin: 1.2em;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;

}

/*-- End Latest Posts --*/


/* video */
.video {
	text-align: center;
}

.gif_img {
	margin: 1.5em 0;
}

/* END video */

/* news */

.span_1_of_about {
	width: 32.2%;
}

.lsidebar {
	display: block;
	float: left;
	margin: 0% 8.6% 0% 0;
}

.span_2_of_about {
	width: 59.1%;
}

.cont {
	display: block;
	float: left;
}


.grid_1 {
	position: relative;
	margin-bottom: 2em;
}

.desc {
	text-indent: 2em;
	text-align: justify;
	font-size: 15px;
	line-height: 2;
	letter-spacing: 2px;
	/*  */
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;

}

.span_2_of_about h4 {
	margin-bottom: 1em;
	font-size: 1.5em;
	/* font-weight: 700; */
}

.nameDate {
	height: 2em;
	display: flex;
	justify-content: space-between;
	line-height: 2em;
	font-size: 1.2em;
	/* font-weight: 700; */
}

.date {
	margin-left: 1.5em;
}

.Btn {
	/* width: 18%;
	margin-left: auto;
	background: #000000;
	text-align: center;
	cursor: pointer; */
}

.Btn a {
	/* text-decoration: none;
	color: white; */
}

/* END new */

/* concat */
.about_bottom {
	padding-bottom: 3em;
	background: #202020;
	/* color: white; */
}

.about_bottom-left P {
	color: white;
}

label {
	margin: 1em 1em 1em 0;
	color: white;
}

.heading-section h2 {
	color: white;
	font-size: 25px;
	text-transform: uppercase;
}


/* END concat */


/* footer */
ul li {
	list-style: none;

}

.footer {
	background: #000000;
	padding: 5em 3em 3em;
	color: white;

}

.class-footer {
	width: 50%;
	display: flex;
	justify-content: space-between;
	text-align: center;
	margin-top: 2rem;
	
}

.class-footer li {
	line-height: 2em;
	cursor: pointer;
	
}

.class-footer a {
	color: white;
	text-decoration: none;
	font-size: 16px;
}

.class-footer img {
	margin-right: .6em;
}

.footer-class {
	display: flex;
	justify-content: space-between;
}

.footer-left {
	text-align: left;
	width: 30%;

}

.footer-left p {
	margin: .6em 0;
	font-size: 16px;
}

.footer-right {
	width: 20%;
	text-align: center;
	margin-top: 2.5rem;
	font-size: 16px;
}

.footer-right p {
	margin: 1em 0;
}
.abc{
	font-size: 16px;
}
.abc a{
	font-size: 16px;
}

.orgin_li span {
	width: 25px;
	height: 25px;
	background: url(../img/qq-white.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	display: inline-block;
	margin-right: .6em;
	vertical-align: middle;
}

.orgin_li:hover span {
	width: 25px;
	height: 25px;
	background: url(../img/qq-orange.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	display: inline-block;
}

.orgin_li:hover {
	color: #CF5E02;
}

.orgin_li {
	margin-bottom: 1em;
}

/* END footer */
.zpl{
	width: 90%;
}
.zpl_logo_img{
	width:85%;
}
/* otherHeader */
.otherHeader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: white;
	padding: 1em 0;
	z-index: 100;
	box-shadow: 4px 4px 5px #D5D5D5;
}

.other_blog {
	margin-top: 7em;
}

.other_bottom {
	margin-top: 5em;
	background: white;
}

.other_about_bottom-left label {
	color: #000000;
}

.other_about_bottom-left p {
	color: #000000;
}

.other_heading-section h2 {
	color: #D05D00;
}

.other_p1 {
	margin: 2em 0;
	font-size: 18px;
}

.other_p2,
.other_p3 {
	color: #D05D00;
}

.other_p3 {
	margin: 2em 0;
}

.otner_post {
	font-weight: 600;
	font-size: 17px;
	margin: .8em 0;
	display: inline-block;
	text-align: justify;
	vertical-align: top;
}

/* END otherHeader */

/* 关于我们culture */
#blog {
	background: url(../img/about/tm1.gif);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-attachment: fixed
}

.culture {
	margin: 4em 0;
	color: #fff;
	line-height: 2em;
	font-size: 15px;
}

.customer_title {
	text-align: center;
	
}

.customer_title h2 {
	color: #EB6D06;
	margin: 1em 0 .5em;
	font-size: 1.9em;
}

.customer_title img {
	margin-top: 1em;
}

.about_td {
	background: #202020;
}

/* 表格 */
.customer {
	width: 100%;
	overflow-y: auto;
	_overflow: auto;
	margin: 2em auto;
	color: #fff;
	font-size: 16px;
}

td {
	/* font-size: 15px; */
	padding: 1em 0;
	width: 250px;
}

td p {
	padding: 1em;
	
	color: #fff;
	border-bottom: 1px solid #EB6D06;
}

/* END  关于我们culture*/
/* 新闻资讯详情页 */
.details_1 {
	margin-top: 10em;
}

.details_title h3 {
	text-align: center;
}

.Release_time {
	text-align: center;
	margin: 1em 0 2em;
}

.details_desc {
	padding-bottom: 32px;
	word-wrap: break-word;
	word-break: normal;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 31px;
	letter-spacing: 2px;
	color: #000000;
}

.subtitle {
	margin: 2em 0;
	font-size: 18px;
}

/* 上篇，下篇 */
.article a {
	color: #f08200;
	font-size: 1.2em;
	text-decoration: none
}

#double {
	font-size: 1.1em;
	margin: 2em 0;
}

/*END 新闻资讯详情页 */

/* 售后服务框 */
.after-sales {
	background: #000000;
	width: 150px;
	text-align: center;
	padding: 1.5em 0;
	font-size: 16px;
	color: #ccc;
	position: fixed;
	top: 50%;
	right: 0;
	z-index: 101;
}
.after-sales>p {
	margin-bottom: 0;
}
.after-sales img{
	width: 90%;
}
.sales_li {
	border: 1.2px dashed #ccc;
	border-right: 0;
	border-left: 0;
	margin:20px 0 0 0;
	line-height: 2.5em;
}
.aaa{
	margin-top: 20px;
}
/* 首页图标跳转页 */
/* .masonry-container {
   margin-bottom: 15em;
} */
.icon_box {
	margin: 8em 0 5.5em;
}

.nav-filter {
	padding: 41px 0;
	display: flex;
	justify-content: center;
}

.active {
	background-color: #f08200;

}

.nav-filter li {
	width: 140px;
	height: 40px;
	border-radius: 20px;
	line-height: 40px;
}

.nav-filter a {
	font-weight: 600;
	font-size: 18px;
	/* color: #999999; */
	text-decoration: none;
	text-align: center;
}

.add_xmfl {
	width: 75%;
	margin: 0 auto 1em;
	text-align: center;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}

.add_xmfl_div {
	width: 26%;
	position: relative;
}

.black_img {
	width: 30%;
	height: 30%;
	margin-top: 7%;
}

.black_title {
	margin-top: 10%;
	font-size: 1.3em;
}

.black_dec {
	margin-top: .4em;
	font-size: .9em;
}

.add_bg_img {
	display: block;
	width: 100%;
	visibility: hidden;
}

.add_bg_clover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}

.add_clover_div {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-image: url('../img/icon/liu.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	z-index: 100;
	display: none;
}

.white_img {
	width: 30%;
	height: 30%;
	margin-top: 15%;
}

.white_title {
	color: white;
	margin-top: 5%;
	font-size: 1.3em;
}

.white_dec {
	margin-top: .4em;
	color: white;
	font-size: .8em;
}

.add_bg_clover:hover .add_bg_clover:first-child {
	display: none;
}

.add_bg_clover:hover .add_clover_div {
	display: block;
}

/* 标签页 */
ul {
	list-style-type: none;
}

.box {
	width: 100%;
	height: 300px;
	text-align: center;
}

.hd {
	height: 45px;
	border-bottom: solid 1px #d2d2d2;
	margin-top: 2em;
}

.hd span {
	display: inline-block;
	width: 200px;
	text-align: center;
	cursor: pointer;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 43px;
	letter-spacing: 1px;
	color: #222222;
}

.hd span.current1 {
	border-bottom: 3px solid #313131;
}

.bd li {
	height: 255px;
	display: none;
}

.bd li.current1 {
	display: block;
	font-size: 36px;
}

/* 作品work */
.swiper_box {
	margin-top: 10em;
	border-bottom: 2px solid black;
	padding-bottom: 3em;
}

.box_tit {
	border-left: 4px solid #f08200;
	margin: 2em 0 4em;
}

.box_tit strong {
	font-size: 1.5em;
	margin-left: .5em;
}

.dian_box {
	width: 100%;
	margin: auto;
	height: 50px;
	display: flex;
	justify-content: space-around;
	border-bottom: 1px solid #d2d2d2;
}

.tu,
.tu2,
.tu3,
.tu4,
.tu5,
.tu6 {
	float: left;
	width: 100%;
	display: none;
	text-align: center;
}

.tu img,
.tu2 img,
.tu3 img,
.tu4 img,
.tu5 img,
.tu6 img {
	width: 350px;
	height: 400px;
	object-fit: fill;

}

.swiper_img,
.swiper_img2,
.swiper_img3,
.swiper_img4,
.swiper_img5,
.swiper_img6 {
	width: 100%;
	margin-top: 5em;
	position: relative;
}

#zuo,
#zuo2,
#zuo3,
#zuo4,
#zuo5,
#zuo6 {
	position: absolute;
	top: 150px;
	width: 52px;
	height: 70px;
	text-align: center;
	line-height: 70px;
	font-size: 2.5em;
	background: #e8e9eb;
	color: #A2ABBD;
}

#you,
#you2,
#you3,
#you4,
#you5,
#you6 {
	position: absolute;
	top: 150px;
	width: 52px;
	height: 70px;
	right: 5px;
	text-align: center;
	line-height: 70px;
	font-size: 2.5em;
	background: #e8e9eb;
	color: #A2ABBD;
}

#dian,
#dian2,
#dian3,
#dian4,
#dian5,
#dian6 {
	width: 100%;
	height: 30px;
	text-align: center;
}

.dian,
.dian2,
.dian3,
.dian4,
.dian5,
.dian6 {
	width: 100px;
	height: 50px;
	margin-left: 5px;
	font-size: 24px;
}

/* Endwork */
/*--responsive media-quries--*/
@media(min-width:1440px) {
	.menu {
		margin: 0em;
	}

	.content-hide img {
		position: absolute;
		top: 50%;
		left: 40%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}


	.Btn {
		width: 10%;
		margin-left: auto;
		background: #000000;
		text-align: center;
		cursor: pointer;
		height: 2em;
		line-height: 2em;
	}
}

@media(max-width:1440px) {
	.menu {
		margin: 0em;
	}

	.content-hide img {
		position: absolute;
		top: 50%;
		left: 38%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);

	}

	.Btn {
		width: 15%;
		margin-left: auto;
		background: #000000;
		text-align: center;
		cursor: pointer;
		height: 2em;
		line-height: 2em;
	}

	.banner-matter h2 {
		font-size: 3em;
	}

	.icon_box {
		margin-top: 10em;
	}

}

@media(max-width:1336px) {
	.callbacks_nav {
		top: 40%;
	}

	.menu {
		margin: 0em;
	}

	.content-hide img {
		position: absolute;
		top: 50%;
		left: 38%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.Btn {
		width: 15%;
		margin-left: auto;
		background: #000000;
		text-align: center;
		cursor: pointer;
		height: 2em;
		line-height: 2em;
	}
}

@media(max-width:1280px) {
	.banner-matter h2 {
		font-size: 2.8em;
	}

	.menu {
		margin: 0em;
	}

	.content-hide img {
		position: absolute;
		top: 50%;
		left: 35%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.Btn {
		width: 18%;
		margin-left: auto;
		background: #000000;
		text-align: center;
		cursor: pointer;
		height: 2em;
		line-height: 2em;
	}
}

@media(max-width:1024px) {

	.menu {
		margin: 0em;
	}

	.content-hide img {
		position: absolute;
		top: 50%;
		left: 35%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.Btn {
		width: 25%;
		margin-left: auto;
		background: #000000;
		text-align: center;
		cursor: pointer;
		height: 2em;
		line-height: 2em;
	}

	.toggleMenu {
		display: none;
		padding: 0px;
	}

	.banner-matter h2 {
		font-size: 2.2em;
	}

	.welcome-left-in {
		min-height: 301px;
		padding: 1.5em 0;
	}

	h3.follow {
		font-size: 2.5em;
		width: 70%;
		padding-top: 0.2em;
	}

	.gallery {
		padding: 4em 0;
	}

	.number p {
		padding: 0.5em 0 1em;
	}

	.about-grid h4 {
		margin: 0 0 0.3em;
	}

	.about-grid p {
		height: 63px;
		overflow: hidden;
	}

	.bottom-grids-right ul li a {
		font-size: 0.8em;
	}

	/*  */
}

@media(max-width:768px) {
	.menu {
		margin-top: 1em;
	}

	.content-hide img {
		position: absolute;
		top: 50%;
		left: 35%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.active {
		display: block;
	}

	.menu li a {
		text-align: left;
		border-radius: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		-o-border-radius: 0;
	}

	.nav {
		list-style: none;
		/* width: 25%; */
		position: absolute;
		right: 20px;
		background: #ffffff;
		top: 80px;
		z-index: 9999;
		border: 1px solid #EEEEEE;
	}

	.menu li a span.messages {
		text-align: center;
		top: 15px;
	}

	.nav li ul {
		width: 100%;
	}

	.menu ul {
		margin: 0;
	}

	.nav>li.hover>ul {
		width: 100%;
	}

	.nav>li {
		float: none;
		display: block;
	}

	.nav ul {
		display: block;
		width: 100%;
	}

	.nav>li.hover>ul,
	.nav li li.hover ul {
		position: static;
	}

	.nav li a {
		text-align: center;
		border-top: 1px solid #EEEEEE;
	}

	.nav li:first-child a {
		border-top: none;
	}

	.bottom-grids-right ul li a {
		font-size: .8em;
	}

	.header {
		min-height: 110px;
	}

	.banner-matter {
		bottom: 5em;
	}

	.banner-matter h2 {
		font-size: 1.5em;
	}

	.callbacks_nav {
		top: 30%;
	}

	.logo {
		margin-top: 1.5em;
	}

	.welcome-left-in {
		min-height: 231px;
	}

	.welcome-left-in h3 {
		font-size: 2.5em;
	}

	.welcome-left-in p {
		padding: 1em 0 0 0;
		height: 148px;
		overflow: hidden;
	}

	.gallery h3 {
		font-size: 2.5em;
	}

	.gallery {
		padding: 3em 0;
	}

	div#example1 {
		padding: 2em 0;
	}

	.number-is {
		padding: 1.5em 0 0;
	}

	.number {
		padding: 1em 0em 0;
	}

	.number-in {
		min-height: 155px;
		padding: 3em 1em;
	}

	h3.follow {
		font-size: 2em;
		width: 73%;
		padding-top: 0.5em;
	}

	.number-text {
		padding: 0 0 4em;
	}

	.zoom-img {
		margin: 0 auto;
	}

	.name-in {
		margin: 0 auto;
	}

	.activity-grids {
		text-align: center;
	}

	.activity-grid {
		padding: 0 0 1em;
	}

	.bottom-grids {
		padding: 2em 0 4em;
	}

	.event-in {
		width: 33.333%;
		float: left;
	}

	.events-grid {
		padding: 2em 0 0em;
	}

	.name-row {
		padding: 0 0em 1.5em 0;
	}

	.contact {
		padding: 3em 0 4em;
	}

	.events {
		padding: 3em 0 0;
	}

	.activities {
		padding: 3em 0 4em;
	}

	.about {
		padding: 3em 0 0;
	}

	.Btn {
		width: 25%;
		margin-left: auto;
		background: #000000;
		text-align: center;
		cursor: pointer;
		height: 2em;
		line-height: 2em;
	}
}

@media(max-width:640px) {

	.menu {
		margin-top: 1em;
	}

	.content-hide img {
		position: absolute;
		top: 50%;
		left: 33%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.welcome-left-in {
		min-height: 189px;
	}

	.welcome-left-in h3 {
		font-size: 2em;
	}

	.welcome-left-in p {
		height: 113px;
		line-height: 1.5em;
	}

	.number span {
		font-size: 2.5em;
	}

	.bottom-grids-left h4,
	.bottom-grids-right h4 {
		font-size: 1.5em;
	}

	h3.follow {
		font-size: 1.6em;
		width: 68%;
		padding-top: 0.8em;
	}

	.foter-bottom {
		margin: 0;
	}

	.bottom-grids-left,
	.bottom-grids-right {
		padding: 0;
	}

	.banner {
		min-height: 120px;
	}
}

@media(max-width:480px) {
	.menu {
		margin: 1em;
	}

	.banner-matter h2 {
		height: 57px;
		overflow: hidden;
	}

	.header {
		min-height: 70px;
	}

	.logo {
		margin-top: 0.3em;
	}

	.top-nav span.menu {
		padding: 1.8em 1em 0;
	}

	.welcome-right,
	.welcome-left {
		width: 100%;
	}

	.number-in h5 {
		font-size: 1.5em;
	}

	.activity-top h3 {
		font-size: 2em;
	}

	.about-top h3 {
		font-size: 2em;
	}

	.event-top h3 {
		font-size: 2em;
	}

	.about-grid h4 {
		font-size: 1.5em;
	}

	.social-ic-icons {
		float: none;
	}

	h3.follow {
		width: 95%;
	}

	.footer {
		padding: 1.5em 0;
	}

	.event-in {
		width: 50%;
	}

	.b-animate img {
		margin-top: 23%;
	}

	.event-in {
		padding: 0.5em;
	}

	.contact-head h3 {
		font-size: 2em;
	}

	.contact-form-row2 textarea {
		min-height: 230px;
	}

	.event-go {
		display: none;
	}

	.top-nav ul {
		margin: 1em 0em;
	}


}

@media(max-width:320px) {
	.top-nav ul {
		margin: 0.7em 0em;
	}

	.banner {
		min-height: 90px;
	}

	.banner-matter {
		bottom: 2em;
	}

	.callbacks_nav {
		left: 0%;
	}

	.callbacks_nav.next {
		right: 0;
	}

	.logo img {
		width: 100%;
	}

	.logo {
		width: 75%;
	}

	.header {
		min-height: 62px;
	}

	.top-nav span.menu {
		padding: 1.2em 1em 0;
	}

	.welcome-left-in h3 {
		font-size: 1.5em;
	}

	.welcome-left-in p {
		padding: 0.5em 0 0 0;
		font-size: 1em;
	}

	.gallery {
		padding: 1em 0;
	}

	div#example1 {
		padding: 1em 0 2em;
	}

	.gallery h3 {
		font-size: 1.7em;
	}

	.number span {
		font-size: 1.8em;
	}

	.number small {
		font-size: 0.9em;
	}

	.number p {
		padding: 0.3em 0 0.7em;
		font-size: 0.9em;
	}

	a.read-more {
		font-size: 1em;
	}

	.number-in h5 {
		font-size: 1.2em;
	}

	.number-text {
		padding: 0 0 1.5em;
	}

	h3.follow {
		font-size: 1.2em;
	}

	p.footer-grid {
		font-size: 1em;
	}

	.about {
		padding: 1.5em 0 0;
	}

	.activity-top h3 {
		font-size: 1.5em;
	}

	.activity-top p {
		font-size: 0.9em;
	}

	.about-top h3 {
		font-size: 1.5em;
	}

	.about-top p {
		font-size: 0.9em;
	}

	.event-top h3 {
		font-size: 1.5em;
	}

	.event-top p {
		font-size: 0.9em;
	}

	.about-grid h4 {
		font-size: 1.2em;
	}

	.about-grid h6 {
		font-size: 1em;
		height: 36px;
		overflow: hidden;
	}

	.about-grid p {
		font-size: 0.9em;
		height: 57px;
	}

	.number-in {
		min-height: 154px;
		padding: 1.5em 1em;
	}

	.about-bottom {
		padding: 1.5em 0 0;
	}

	.activities {
		padding: 1.5em 0;
	}

	.activity-grids {
		padding: 1em 0 0;
	}

	.activity-grid h4 {
		font-size: 1.1em;
	}

	.activity-grid p {
		font-size: 0.9em;
	}

	.bottom-grids-left-right p {
		font-size: 0.9em;
		height: 73px;
		overflow: hidden;
	}

	.testmonials {
		min-height: 151px;
	}

	.bottom-grids-left h4,
	.bottom-grids-right h4 {
		font-size: 1.2em;
	}

	.bottom-grids {
		padding: 0em 0 1.5em;
	}

	.bottom-grids-left-right h5 {
		font-size: 1em;
	}

	.bottom-grids-right ul li a {
		font-size: 0.9em;
	}

	.footer {
		padding: 0.5em 0 1em;
	}

	.events {
		padding: 1.5em 0 0;
	}

	.events-grid {
		padding: 1em 0 0em;
	}

	.event-in {
		padding: 0.2em;
	}

	.contact {
		padding: 1.5em 0;
	}

	.contact-head h3 {
		font-size: 1.5em;
	}

	.contact-head p {
		font-size: 0.9em;
	}

	.contact-map {
		padding: 1em 0;
	}

	.contact-map iframe {
		min-height: 160px;
	}

	.name-row span,
	.contact-form-row2 span {
		font-size: 0.9em;
	}

	.contact-form-row2 textarea {
		min-height: 150px;
	}

	.contact-form input[type="submit"] {
		padding: 0.5em 1.5em;
		font-size: 1.2em;
	}

}

/* `````````````````````````````````````````````````````````````````````` */