/**=========================
	START BODY
=========================**/
::-webkit-scrollbar{
    background-color: #ccc;
    width: 10px;
}
::-webkit-scrollbar-thumb{
    background-color: #1bb321;
}
::selection{
	color: #fff;
	background-color:#1bb321;
}
*{
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
	font-size: 14px;
}
body{
	margin:0px;
	padding:0px;
	color: #3e3e65;
	font-size:14px;
	font-family: "微软雅黑", sans-serif;
}
/**=========================
	END BODY
=========================**/

/**=========================
	START COMMON
=========================**/
a{
	transition:all 0.4s;
	-webkit-transition:all 0.4s;
	-moz-transition:all 0.4s;
	-o-transition:all 0.4s;
	text-decoration: none;
	outline: none;
	}
a:hover{
	color: #0aa849; text-decoration:none
}
h1, h2, h3, h4, h5, h6{
	color: #3e3e65;
	font-family: "微软雅黑", sans-serif;
	margin-bottom: 16px;
	text-transform: uppercase;
}
p{
	color: #888;
	line-height: 26px;
}
li{
	color: #3e3e65;
	list-style: none;
}
.t-list{
	line-height: 40px;
}
.lh-default{
	line-height: 26px;
}
.lh-default span{
	color: #888;
}
ul li a:hover{
	
}
span,
b,
strong{
	font-size: 100%;
}
b,
strong{
	font-weight: 900;
}

/* Iframe */
iframe{
	width: 100%;
	height: 400px;
	border: 0;
	outline: 0;
	overflow: hidden;
}

/* Loader */
.loader{
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999999;
	background-color: #FFF;
	text-align: center;
}
.loader img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0; 
	margin: auto;
}

/* Padding */
.ptb-20{
	padding: 20px 0px;
}
.ptb-40{
	padding: 40px 0px;
}
.ptb-60{
	padding: 60px 0px;
}
.ptb-80{
	padding: 80px 0px;
}
.ptb-100{
	padding: 100px 0px;
}
.ptb-120{
	padding: 120px 0px;
}
.ptb-140{
	padding: 140px 0px;
}
.ptb-80-60{
	padding: 80px 0px 60px;
}

/* Margin */
.ml-10{
	margin-left: 10px;
}
.mr-10{
	margin-right: 10px;
}

/* Btn */
button,
button:focus,
button:active,
button:hover{
	box-shadow: 0 0 0 0;
	outline: 0;
}
.input-btn,
.input-btn:hover,
.input-btn:active,
.input-btn.active,
.input-btn.active:hover,
.input-btn.active:focus{
	outline: 0;
	box-shadow: 0 0 0 0;
	background-color: transparent;
}

.page-link{
	padding: 12px 25px;
	border-radius: 0;
	color: #fff;
	box-shadow: 0 0 0 0;
	outline: 0;
	text-transform: uppercase;
}
.btn-xl{
	padding: 17px 30px;
}
.btn-sm{
	padding: .25rem .5rem;
	box-shadow: 0 0 0 0;
	outline: 0;
}

.page-item.active .page-link{
	background-color: #1bb321;
	border-color: #1bb321;
}

.badge-primary,
.dropdown-item.active,
.dropdown-item:active,
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link{
	color: #fff;
	background-color: #1bb321;
	box-shadow: 0 0 0 0;
	outline: 0;
	border-color: #1bb321;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.disabled,
.btn-primary:disabled,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle,
.btn-light.focus,
.btn-light:focus{
	color: #3e3e65;
	border-color: #1bb321;
	outline: 0 !important;
	box-shadow: 0 0 0 0 !important;
	background-color: transparent;
}
.select-scroll .dropdown-item.active:hover,
.select-scroll .dropdown-item:active:hover{
	background-color: #1bb321;
	color: #fff;
}
.btn-border{
	color: #3e3e65;
	border: 1px solid #1bb321;
}
.btn-border:hover{
	color: #fff;
	background-color:#1bb321;
}
.btn-white{
	color: #3e3e65;
	background-color: #fff;
}
.btn-white:hover{
	color: #3e3e65;
	background-color: #eee;
}
.badge{
	border-radius: 0;
}


.news-content{ padding-top:30px; float:left}
/* Pagination */
.pagination .page-link{
	color: #1bb321;
	outline: 0;
	box-shadow: 0 0 0 0;
}
.pagination .page-item.active
.pagination .page-link{
	background-color: #1bb321;
}
.pagination-btn nav{
	display: inline-block;
}
.pagination,
.pagination .page-item.disabled .page-link,
.pagination .page-item:last-child .page-link{
	border-radius: 0;
}

/* Colors */
.color-white{
	color: #fff;
}
.color-black{
	color: #3e3e65;
}
.color-primary{
	color: #1bb321;
}
.color-success{
	color: #6ac059;
}
.color-info{
	color: #10aad6;
}
.color-warning{
	color: #ebde4b;
}
.color-danger{
	color: #eb5454;
}

/* Heading Border Bottom */
.head-after{
	position: relative;
	display: inline-block;
}
.head-after:before{
	content: "";
	position: absolute;
	background-color: #1bb321;
	width: 50%;
	height: 2px;
	left: 0px;
	bottom: -10px;
}
.head-after:after{
	content: "";
    position: absolute;
    right: 0px;
    left: 0px;
    bottom: -16px;
    margin: 0px auto;
    text-align: center;
    border: 2px solid #1bb321;
    border-radius: 100%;
    width: 14px;
    height: 14px;
    background: #fff;
}

/* Images */
.img-bg{
	position: relative;
}
.img-bg:after{
	content: "";
    position: absolute;
    left: -200px;
    top: 60px;
    width: 100%;
    height: 100%;
    background-image: url(../images/img-bg.png);
    background-repeat: no-repeat;
    z-index: -1;
    opacity: 0.2;
}
.img-bg img{
	width: 100%;
}

/* Icons */
.social-icons{
	float: left;
}
.social-icons a{
	margin: 0px auto;
	width: 35px;
    height: 35px;
    line-height: 33px;
    display: inline-block;
    text-align: center;
    background-color: #1bb321;
    color: #fff;
	display: inline-block;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
}
.social-icons a:hover{
	background-color: #222233;
}
.social-icons a:hover i{
	color: #1bb321;
}

/* Bg */
.white-bg{
	background-color: #ffffff;
}
.light-bg{
	background-color: #eeeeee;
}
.primary-bg{
	background-color: #1bb321;
}
.secondary-bg{
	background-color: #222233;
}
.black-bg{
	background-color: #3e3e65;
}

/* Blockquote */
blockquote{
	font-style: italic;
	border-left: 5px solid #3e3e65;
}

/* Border */
.w-card.border-light-ccc{
	border: 1px solid #ddd;
}
.border-b-light{
	border-bottom: 1px solid #ddd;
}

/* Card */
.card,
.w-card{
	width: 100%;
	border-radius: 0;
	padding: 30px;
	margin-bottom: 2rem;
	border: 0;
	display: inline-block;
	box-shadow: 0px 10px 20px 0px rgba(62, 62, 101, 0.1);
	transition:all 0.4s;
	-webkit-transition:all 0.4s;
	-moz-transition:all 0.4s;
	-o-transition:all 0.4s;
}

/* Form Control */
::placeholder{
    color: #3e3e65 !important; 
}  
:-ms-input-placeholder{
    color: #3e3e65 !important; 
}
::-ms-input-placeholder{
    color: #3e3e65 !important; 
}
.form-control,
select,
select.form-control:not([size]):not([multiple]){
	border-radius: 0;
    padding: 12px 25px;
    height: auto;
    font-size: 14px;
    outline: 0 !important;
    box-shadow: 0 0 0 0 !important;
    border: 1px solid #eee;
    text-transform: uppercase;
	color: #3e3e65;
}
.form-control:focus,
.form-control:active{
	outline: 0;
	box-shadow: 0 0 0 0;
	border: 1px solid #1bb321;
}
.center-form{
	width: 50%;
	text-align: center;
	margin: 0px auto;
}
.input-group-prepend{
	width: 100%;
}

/* Theme Row */
.t-row{
	margin-left: -15px;
	margin-right: -15px;
}

/* Icons */
.mdi-bg{
	font-size: 40px;
    background: #1bb321;
    color: #fff;
    width: 60px;
    height: 60px;
    display: inline-block;
    line-height: 60px;
    text-align: center;
    transition:all 0.4s;
	-webkit-transition:all 0.4s;
	-moz-transition:all 0.4s;
	-o-transition:all 0.4s;
}
.mdi-40px{
	font-size: 40px;
}
.mdi-60px{
	font-size: 60px;
}
.mdi-80px{
	font-size: 80px;
}
.mdi-100px{
	font-size: 100px;
}

/* Collapse */
.collapse-head{
	border: 1px solid #ccc;
	margin-bottom: 1rem;
}
.collapse-head p{
	margin-bottom: 0;
	padding: 15px 20px;
}
.collapse-head button{
	color: #3e3e65;
	background-color: #fff;
    width: 100%;
    display: inline-flex;
    padding: 15px 20px;
}
.collapse-head button:hover{
	cursor: pointer;
}
button[aria-expanded="true"]{
	background-color: #3e3e65;
	color: #fff;
}

/* Tabs */
.nav-pills .nav-link{
	border-radius: 0;
}
.nav.nav-pills{
	border-bottom: 1px solid #eee;
}
/**=========================
	END COMMON
=========================**/

/**=========================
	START TOP HEADER
=========================**/
#top-header{
	padding: 7px 0px;
	background-color: #3e3e65;
}
.t-left-side{
	float: left;
}
.t-right-side{
	float: right;
}
#top-header ul{
	margin: 0px;
	padding: 0px;
	display: inline-block;
}
#top-header li{
	display: inline-block;
	margin: 0px;
	padding: 0px;
	font-family: 'Roboto', sans-serif;
}
#top-header .t-left-side li{
	margin-right: 25px;
	position: relative;
	color: #fff;
}
#top-header .t-left-side li:after{
	content:"";
	position: absolute;
	top: 0px;
    left: -10px;
	background-color: #fff;
	width: 1px;
	height: 20px;
	opacity: 0.5;
}
#top-header .t-left-side li:first-child:after{
	display: none;
}
#top-header .t-left-side i{
	color: #1bb321;
	line-height: 0;
    position: relative;
    top: 3px;
}
#top-header .social-icons a{
	background-color: #575784;
}
#top-header .social-icons a:hover{
	background-color: #3e3e65;
}

.container{max-width:1120px}


/**=========================
	END TOP HEADER
=========================**/

/**=========================
	START HEADER
=========================**/
#header{
	margin:0 0 0 1%;
	padding:16px 0; width:99%
}
.header-fixed{
	position: fixed;
	top: 0;
	z-index: 999;
	background-color: #fff;
	width: 100%;
	animation: 1s menuFix;
	-webkit-animation: 1s menuFix;
	-o-animation: 1s menuFix;
	-moz-animation: 1s menuFix;
}
.logo{
	text-align: left;
}
#header .navbar{
	padding: 0px;
}
#header .navbar-brand{
	font-size: 30px;
	font-family: "微软雅黑";
}
#header .navbar-brand span{
	color: #1bb321;
}
#header .nav-item{
	position: relative;
}

#header .nav-item .btn:hover{
	color: #fff;
}
#header .nav-link{
	padding: 15px 24px 15px; font-size:16px;
    margin: 0px;
	color: #555;
	font-family: "微软雅黑";
}
#header .nav-item.active a,
#header .nav-item a:hover{
	color: #0ab14b;	
}
#header .dropdown-menu{
	margin: 0px;
	padding: 0px;
	background-color: #0aa848;
	font-size: 14px; border:none;
	font-family: "微软雅黑";
}
#header .dropdown-active a{
	color: #1bb321;
}
#header .dropdown-menu .dropdown-item{ text-align:center; padding:10px 0; 
	color: #fff;
}
#header .dropdown-menu .dropdown-item:hover,
#header .dropdown.active .dropdown-menu .dropdown-item:hover{
	background-color: #02913a;
	color: #fff;
}
#header .dropdown.active .dropdown-menu a{
	color: #3e3e65;
}
#header .dropdown.active .dropdown-menu .dropdown-item.active{
	background-color: #1bb321;
	color: #fff;
}
.menu-btn{
	margin: 22px 0px;
}
.menu-btn .btn:hover{
	font-weight: 100;
}
#header .navbar-toggler{
	border-radius: 0;
	background-color: #1bb321;
	outline: 0;
	border: 0;
	padding: 12px;
}
#header .navbar-toggler i{
	color: #fff;
}
.phone{ background:#0ab14b; position:absolute; right:0; bottom:-40px; width:352px; text-align:center; color:#fff; font-size:16px; height:60px; line-height:60px; z-index:99999}
.phone strong{ font-size:20px; font-weight:normal}

.navbar-expand-lg .navbar-nav{ margin-right:10%}


/**=========================
	END HEADER
=========================**/

/**=========================
	START SLIDER
=========================**/
#main-slider{
	position: relative;
}
#main-slider .carousel-item{
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#carouselExampleIndicators h5,
#carouselExampleIndicators h3,
#carouselExampleIndicators p{
	color: #fff;
}
#carouselExampleIndicators h3{
	font-size: 60px;
	font-weight: 600;
}
.carousel-indicators .active{
	background-color: #fff;
}
.carousel-indicators:hover{
	cursor: pointer;
}
#carouselExampleIndicators .carousel-item{
	height:780px;
	background-position: top;
}
#carouselExampleIndicators .carousel-caption{
	width: 40%;
	position: absolute;
	left: 50%;
	top: 46%;
	transform: translate(-50%, -50%);
	margin: 0px auto;
}
#carouselExampleIndicators .carousel-caption .btn{
	margin: 3px;
	color: #fff;
}
.carousel-control-next-icon,
.carousel-control-prev-icon{
	padding: 20px;
}

.div_abstract{ background:#f9f9f9; width:100%; overflow:hidden; padding:65px 0 0}
.ab_con{ margin:8% auto; width:100%; overflow:hidden; position:relative; padding-bottom:40px}


.div_title{ width:100%; color:#333; text-align:center}
.div_title h3{ color:#333; font-weight:bold}
.div_title p{ color:#666; width:65%; margin:40px auto 0; line-height:40px}

.div_r{ float:right}
.div_anniu{ background:#0ab14b; height:190px; margin-top:1px; width:100%}
.div_anniu a{ color:#fff; line-height:190px; width:100%; display:block; text-align:center; font-size:22px; font-weight:bold;}

.div_b{ position:absolute; left:0; top:73px;}
.div_b .div_b_show{ background:#fff; padding:60px;}
.div_b .div_b_show h4{ color:#0ab14b; font-size:21px; text-align:center; width:100%; margin-bottom:30px; font-weight:600}
.div_b .div_b_show p{ margin-bottom:0; color:#666; line-height:32px;}
.div_b .div_b_show a{ width:100%; display:block; text-align:center; padding:50px 0 0;}

.div_news{ width:100%; overflow:hidden; position:relative;background:#f9f9f9 url(../images/cp_bg.png) no-repeat; background-position:center 335px;}
.news_con{ width:100%; overflow:hidden;}


.div_jd{ width:100%; background:#fff url(../images/jm_bg.jpg) no-repeat center right; height:545px; margin:-80px auto 0}
.div_jd .jm_l{background:url(../images/jm1.png) no-repeat center left; float:left; width:471px; height:494px; margin:90px auto; position:relative}

.jm_con{ position:absolute; bottom:55px; left:0; width:100%; text-align:center}
.div_jd .jm_l p{ color:#fff; font-size:16px; width:100%; text-align:center; padding:10px 0}
.div_jd .jm_l a{ color:#fff; font-size:20px; width:100%; display:block; text-align:center; font-weight:600}

.jm_r{ float:left; width:606px; margin:150px auto 0}
.jm_r .div_title h3{ color:#aff2c9; text-align:left}
.jm_r .div_title span{ float:right; background:url(../images/jiantou4.png) no-repeat center left; padding-left:30px;}
.jm_r .div_title span a{ color:#aff2c9; line-height:28px; font-size:15px}




.ty-banner-1 {
    width: 100%;
    overflow: hidden;
    height: 500px; position:relative
}
.banner_page{ width:100%; height:100%;
	background: #000 \0;
    filter: alpha(opacity=60);
    zoom: 1;
    background: rgba(6,6,38,0.6);}
.banner_page h2{ color:#fff; font-size:30px; width:60%; position:absolute; bottom:15px; left:20%}


.content-p p{ font-size:15px; line-height:32px;}

.page_div{ width:100%; float:left;margin:0 auto; padding:40px 0; background:#f9f9f9}
.page_l{ width:865px; float:left;}
.page_l .current{ text-align:right; color:#888; font-size:14px; padding:20px;}
.page_l .current a{ color:#888; font-size:14px}

.page_l ul{ width:100%; overflow:hidden; margin:30px auto 0}
.page_l li{ float:left; width:279px; border:solid 2px #fff; margin:0 5px 30px; background:#fff}
.page_l li strong a{ color:#333; text-align:center; display:block; width:100%; margin:16px auto 6px; font-size:16px;}
.page_l li p{ font-size:13px; color:#a3a1a1; padding:0 25px;}
.page_l li:nth-child(1),.page_l li:nth-child(4),.page_l li:nth-child(7){ margin:0 5px 30px 0;}
.page_l li:last-child,.page_l li:nth-child(3),.page_l li:nth-child(6){ margin:0 0 30px 5px;}
.page_l li:hover strong a{ color:#02913a}


.page_lp{ width:865px; float:left;}
.page_lp .current{ text-align:right; color:#888; font-size:14px}
.page_lp .current a{ color:#888; font-size:14px}

.nyt{ padding: 0 20px; float:left; width:820px;}


.contactList {padding-left: 90px; margin-top: 50px; margin-bottom: 50px;}
.contactList li {float: left; width: 32.333%; margin-right: 1%;}
.contactList li span {width: 46px; height: 46px; float: left; line-height: 46px; font-size: 0; text-align: center;}
.contactList li span img {vertical-align: middle;}
.contactC {float: right; width: calc(100% - 52px);}
.contactC h3 {color: #666; line-height: 20px; font-size:14px;}
.contactC p {font-size: 18px; line-height: 26px;}
.contactC p em {font-size: 18px;}

.page_ly{ width:100%; float:left;}
.page_ly .current{ text-align:right; color:#888; font-size:14px}
.page_ly .current a{ color:#888; font-size:14px}

.page_ly ul{ width:100%; overflow:hidden; margin:30px auto 0}
.page_ly li{ float:left; width:349px; border:solid 2px #fff; margin:0 10px 30px; background:#fff}
.page_ly li strong a{ color:#333; text-align:center; display:block; width:100%; margin:16px auto 6px; font-size:16px;}
.page_ly li p{ font-size:13px; color:#a3a1a1; padding:0 25px;}


.page_ly li:nth-child(1),.page_l li:nth-child(4),.page_l li:nth-child(7){ margin:0 5px 30px 0;}
.page_ly li:last-child,.page_l li:nth-child(3),.page_l li:nth-child(6){ margin:0 0 30px 5px;}
.page_ly li:hover strong a{ color:#02913a}

.news { padding-top: 50px; }
.news li a{ float:left}
.news li { padding-bottom: 50px; border-bottom: 1px solid #f2f2f2; margin-bottom: 50px; }
.news li .img { width: 360px; float: left; height: 205px; overflow: hidden; }
.news li .img img { width: 360px; height: 205px; transition: .9s; }
.news li:hover .img img { transform: scale(1.2); -webkit-transform: scale(1.2); }
.news li .p { width: 681px; float: right; }
.news li .p h1 { color: #363636; font-size: 24px; font-weight: 100; padding: 28px 0; }
.news li .p p { color: #363636; line-height: 24px; padding-bottom: 24px; }
.news li .p span { line-height: 18px; font-family: arial; color: #959595; }
.news li .p i { width: 23px; height: 16px; background-position: -73px 0; margin-right: 10px; }
.news li .p .i2 { background-position: -104px 0; margin-left: 30px; }


#pages {overflow:hidden; width:50%;
    padding: 25px 0px; text-align:center; margin:0 auto
}
#pages li a {
    display: inline-block;
    height:27px;
    line-height: 27px;
    border: 1px solid #b7b7b7;
    text-align: center;
    color: #333;
    padding: 0 11px; font-size:13px; float:left; margin-right:10px;
}

#pages span,#pages a:hover {
    display: inline-block;
    height: 27px;
    line-height: 27px;
    background: #02913a;
    border: 1px solid #02913a;
    color: #fff;
    text-align: center;
    padding: 0 11px; font-size:13px
}

.page_div .container{ position:relative}

.page_r{ width:201px; float:right; position:absolute; right:0; top:-120px}
.page_blk{position:fixed; right:20%; top:0}

.page_r h3{ background:#02913a; width:100%; height:123px; line-height:123px; color:#fff; font-size:21px; margin-bottom:0; text-align:center}
.page_r ul{ background:#fff; margin:0 auto; padding:20px}
.page_r li{ width:100%;}
.page_r li a{ color:#333; height:45px; line-height:45px; font-size:15px; text-align:center; display:block; width:100%}
.page_r li a.on,.page_r li a:hover{ background:url(../images/rli_bg.jpg) no-repeat; color:#fff}



.page_news{ width:100%; overflow:hidden; padding:20px 0 35px; background:#f9f9f9}
.page_news h4{background:#fff;  height:45px; line-height:45px; width:100%; }
.page_news h4 strong{ background: url(../images/rli_bg.jpg) no-repeat center left; height:45px; width:161px; text-align:center;color:#fff; display:block; float:left; font-weight:normal; font-size:18px;}
.page_news h4 span a{ color:#9a9a9a; font-size:13px; float:right; margin-right:25px;}

.news_div{ width:100%; overflow:hidden; margin:0 auto}
.news_div .news_list{ width:43%; float:left; margin:15px 5% 15px 2%}
.news_div .news_list h3 a{ display:block; font-size:20px; width:100%; color:#888; font-weight:bold}
.news_div .news_list h3 a:hover{ color:#ec1f26}

.news_div .news_list ul li{ padding-bottom:15px;}
.news_div .news_list ul a{ color:#555; font-size:15px}
.news_div .news_list ul li span{ color:#888; font-size:14px; float:right}
.news_div .news_list ul a:hover{ color:#ec1f26}


/**=========================
	END SLIDER
=========================**/

/**=========================
	START BREADCRUMB
=========================**/
#breadcrumb{
	padding: 120px 0px;
	position: relative;
	background-image: url(../images/img-3.jpg);
	background-size: cover;
	background-attachment: fixed;
	z-index: 1;
}
#breadcrumb:before{
	content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 100%;
	background-color: rgba(62, 62, 101, 0.7);
	z-index: -1;
}
.breadcrumb-item+.breadcrumb-item::before{
	color: #fff;
	opacity: 0.5;
}
#breadcrumb h2{
	color: #fff;
}
.breadcrumb-bg ol{
	margin-bottom: 0;
}
#breadcrumb li{
	display: inline-block;
}
#breadcrumb li a{
	color: #1bb321;
}
#breadcrumb li a:hover{
	color: #fff;
}
#breadcrumb li.active{
	color: #fff;
}
/**=========================
	END BREADCRUMB
=========================**/

/**=========================
	START COUNTER
=========================**/
#counter{
	padding:0;
}
#counter .counter-col{
	position: relative;
}
#counter .counter-col:after{
	content: "";
	position: absolute;
	right: 25px;
	bottom: 0;
	top: 0;
	width: 1px;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
}
#counter .counter-col:last-child:after{
	display: none;
}
#counter .count-timer i{
    position: relative;
    bottom: 10px;
}
#counter .count-timer div{
	font-weight: 900;
	font-size: 2.5rem;
}
#counter .count-timer p{
	margin-bottom: 0;
}
/**=========================
	END COUNTER
=========================**/

/**=========================
	START WHAT WE OFFER
=========================**/
#what-we-offer{
	padding: 60px 0px 40px;
	background-color: rgba(62, 62, 101, 0.15);
}
#what-we-offer .card p{
	margin-bottom: 0;
}
#what-we-offer .card:hover p,
#what-we-offer .card:hover h5,
#what-we-offer .card:hover a{
	color: #fff;
}
#what-we-offer .card:hover .mdi-bg{
	background-color: #fff;
	color: #1bb321;
}
#what-we-offer .card:hover{
	background-color: #3e3e65;
}
#what-we-offer .card a{
	font-size: 100%;
}
#what-we-offer .card a:hover{
	color: #1bb321;
}
.side-nav-bar{
	margin-bottom: 0;
}
.side-nav-bar li{
	margin-bottom: 10px;
	position: relative;
}
.side-nav-bar li a{
	width: 100%;
	display: inline-block;
	padding: 12px 25px;
	border: 1px solid transparent;
	text-transform: uppercase;
}
.side-nav-bar li a:hover,
.side-nav-bar li.active a{
	font-weight: 900;
	color: #3e3e65;
	border: 1px solid #1bb321;
}

/* Filter */
.filters-group{
	text-align: center;
}
.filters-group li{
	display: inline-block;
	color: #3e3e65;
    text-decoration: none;
}
.filters-group li:hover,
.filters-group li.active{
	font-weight: 900;
	text-decoration: none;
	cursor: pointer;
	color: #1bb321;
}
.filters-group li:before{
    display: inline-block;
    padding: 0px 5px;
    content: "/";
}
.filters-group li:first-child:before{
	display: none;
}
.isotope-item{
	z-index: 2;
}
.isotope-hidden.isotope-item{
	pointer-events: none;
	z-index: 1;
}
.isotope,
.isotope .isotope-item{
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope{
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item{
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}
/**=========================
	END WHAT WE OFFER
=========================**/

/**=========================
	START COMING SOON
=========================**/
.coming-soon-bg{
	background-image: url(../images/img-4.jpg);
	background-attachment: fixed;
	background-size: cover;
}
.coming-soon-content{
	position: absolute;
	margin: 0px auto;
	padding: 70px 40px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	color: #fff;
	background-color: #3e3e65;
}
.coming-soon-content h1,
.coming-soon-content h6{
	color: #fff;
}
.time-bg{
	font-size: 60px;
	text-align: center;
	margin: 0px auto;
	width: 100%;
	position: relative;
}
#time span{
	text-transform: uppercase;
	text-align: center;
	padding: 0px 10px;
	margin: 7px;
	font-family: 'Roboto', sans-serif;
	color: #fff;
	font-weight: 900;
	border-bottom: 1px solid #fff;
}
.coming-soon-content .btn:hover{
	color: #fff;
}
/**=========================
	END COMING SOON
=========================**/

/**=========================
	START WHO WE ARE
=========================**/
#who-we-are{
	padding: 70px 0px 40px;
}
#who-we-are .video-btn{
	position: relative;
}
#who-we-are .video-btn button{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	margin: 0px auto;
	transition:all 0.4s;
	-webkit-transition:all 0.4s;
	-moz-transition:all 0.4s;
	-o-transition:all 0.4s;
}
#who-we-are .video-btn button:before{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #fff;
	opacity: 0.2;
	padding: 10px 20px;
	-webkit-transition-property: -webkit-transform;
	transition-property: -moz-transform;
    -moz-transition-property: -moz-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
    transition-duration: 1s;
    -webkit-animation-name: grow;
    -moz-animation-name: grow;
    animation-name: grow;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
#who-we-are .video-btn button:hover i{
	color: #fff;
}
#who-we-are .modal-content{
	border-radius: 0;
}
#who-we-are .yr-exp{
	position: relative;
	left: -70px;
}
#who-we-are .yr-exp h5{
	padding: 10px 15px;
	background-color: #f1f1f1;
}
.about-b-list h4{
	margin-bottom: 0;
}
/**=========================
	END WHO WE ARE
=========================**/

/**=========================
	START ENQUIRE
=========================**/
#call-back{
	padding: 60px 0px 50px;
	position: relative;
	z-index: 9;
	background-image: url(../images/img-2.jpg);
	background-attachment: fixed;
	background-size: cover;
}
#call-back:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 65%;
	height: 100%;
	background-color: rgba(62, 62, 101, 0.8);
	z-index: -1;
}
#call-back h1,
#call-back h3,
#call-back p{
	color: #fff;
}
#call-back .call-back-phone{
	z-index: 9;
	padding: 10px 20px;
	background-color: rgba(255, 255, 255, 0.1);
	display: inline-block;
}
#call-back .bg-btn:hover{
	color: #fff;
}
/**=========================
	END ENQUIRE
=========================**/

/**=========================
	START EXPERT WORKERS
=========================**/
#expert-workers{
	padding: 60px 0px 10px;
}
.workers-img{
	position: relative;
}
#expert-workers .workers-img img{
	margin-bottom: 1rem;
}
#expert-workers .card{
	padding: 10px;
}
#expert-workers .workers-details h4{
	margin-bottom: 7px;
}
#expert-workers .social-icons{
	float: none;
}
#expert-workers .social-icons{
	margin-bottom: 0;
}
#expert-workers .social-icons li{
	display: inline-block;
}
#expert-workers .owl-controls{
	position: absolute;
    z-index: 99;
	top: 50%;
    bottom: 50%;
    left: -2%;
}
#expert-workers .owl-pagination .owl-page{
	display: block;
	position: relative;
}
#expert-workers .owl-pagination .owl-page span{
	margin: 3px 0px;
	width: 25px;
	height: 25px;
	border-radius: 100%;
	left: -20px;
	right: 20px;
}
#expert-workers .owl-pagination .owl-page.active span{
	background-color: #1bb321;
}
#expert-workers .owl-pagination .owl-page.active span:before{
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #3e3e65;
	border-radius: 100%;
	text-align: center;
	margin: 3px auto;
	border: 3px solid #fff;
}
/**=========================
	END EXPERT WORKERS
=========================**/

/**=========================
	START CUSTOMER SAYS
=========================**/
#customer-says{
	padding: 60px 0px 10px;
	position: relative;
	z-index: 9;
	background-image: url(../images/img-3.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
#customer-says:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(62, 62, 101, 0.8);
	z-index: -1;
}
#customer-says .text-center h5,
#customer-says .text-center h1,
#customer-says .text-center p{
	color: #fff;
}
#customer-says .c-says-img{
	position: relative;
}
#customer-says .c-says-img:after{
	content: "\f35d";
	font-family: "Material Design Icons";
	position: absolute;
	left: -10px;
    bottom: -50px;
	color: #fff;
	font-size: 60px;
	z-index: -1;
}
#customer-says .card{
	padding: 30px 80px;
}
#customer-says .c-says-content{
	font-style: italic;
}
#customer-says .c-says-content span{
	position: absolute;
}
#customer-says .c-says-content .mdi-left{
	left: 15px;
	top: 0px;
	opacity: 0.3;
}
#customer-says .c-says-content .mdi-right{
	right: 15px;
	bottom: 0px;
	opacity: 0.3;
}
#customer-says .c-says-content p{
	margin-bottom: 0;
}
#customer-says .owl-controls{
	position: absolute;
    z-index: 99;
	top: 50%;
    bottom: 50%;
    left: -2%;
}
#customer-says .owl-pagination .owl-page{
	display: block;
	position: relative;
}
#customer-says .owl-pagination .owl-page span{
	margin: 3px 0px;
	width: 25px;
	height: 25px;
	border-radius: 100%;
	left: -20px;
	right: 20px;
}
#customer-says .owl-pagination .owl-page.active span{
	background-color: #1bb321;
}
#customer-says .owl-pagination .owl-page.active span:before{
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #3e3e65;
	border-radius: 100%;
	text-align: center;
	margin: 3px auto;
	border: 3px solid #fff;
}
/**=========================
	END CUSTOMER SAYS
=========================**/

/**=========================
	START LATEST NEWS
=========================**/
#latest-news{
	padding: 60px 0px 40px;
}
#latest-news .news-img{
	position: relative;
}
#latest-news .news-date{
	position: absolute;
	bottom: 20px;
}
#latest-news .news-date:hover{
	background-color: #fff;
}
#latest-news .news-date:hover p{
	color: #3e3e65;
}
#latest-news .news-date p{
	color: #fff;
	margin-bottom: 0;
}
#latest-news .card li,
#latest-news .card-d-b li{
	display: inline-block;
}
#latest-news .card li+li::before,
#latest-news .card-d-b li+li::before{
	display: inline-block;
    padding: 0px 5px;
    content: "/";
}
#latest-news .card li a{
	color: #888;
}
#latest-news .card li a:hover{
	color: #3e3e65;
}
#latest-news .card h4 a{
	font-size: 100%;
}
#latest-news .card h4 a:hover{
	color: #1bb321;
}
#latest-news .news-replay-btn{
	position: absolute;
	top: 0;
	right: 15px;
}
#latest-news .news-replay-btn .badge{
	padding: 3px 5px;
}
#latest-news .news-replay-btn i{
	margin: 0;
}
#latest-news .owl-controls{
	position: absolute;
    z-index: 99;
	top: 50%;
    bottom: 50%;
    left: -2%;
}
#latest-news .owl-pagination .owl-page{
	display: block;
	position: relative;
}
#latest-news .owl-pagination .owl-page span{
	margin: 3px 0px;
	width: 25px;
	height: 25px;
	border-radius: 100%;
	left: -20px;
	right: 20px;
}
#latest-news .owl-pagination .owl-page.active span{
	background-color: #1bb321;
}
#latest-news .owl-pagination .owl-page.active span:before{
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #3e3e65;
	border-radius: 100%;
	text-align: center;
	margin: 3px auto;
	border: 3px solid #fff;
}
#latest-news .new-post a:hover{
	color: #1bb321;
}
#latest-news .tags li{
	display: inline-block;
	margin-bottom: 3px;
}
/**=========================
	END LATEST NEWS
=========================**/

/**=========================
	START GET SOLUTIONS
=========================**/
#get-solutions{
	padding: 40px 0px;
	background-color: #eee;
}
/**=========================
	END GET SOLUTIONS
=========================**/

/**=========================
	START CLIENTS
=========================**/
#clients{
	padding: 40px 0px 10px;
}
#clients .owl-controls{
	display: none !important;
}
#clients-carousel .card{
	margin-bottom: 0;
}
#clients-carousel a{
	transition:all 0.4s;
	-webkit-transition:all 0.4s;
	-moz-transition:all 0.4s;
	-o-transition:all 0.4s;
}
#clients-carousel img{
	opacity: 0.4;
	width: 100%;
}
#clients-carousel img:hover{
	opacity: 1;
}
/**=========================
	END CLIENTS
=========================**/

/**=========================
	START FOOTER
=========================**/
#footer{
	padding: 60px 0px 30px;
	background-color: #3e3e65;
}
#footer li{
	line-height: 40px;
}
#footer .social-icons li{
	display: inline-block;
}
#footer h3,
#footer h5,
#footer p,
#footer li,
#footer a{
	color: #fff;
}
#footer a:hover{
	color: #1bb321;
}
/**=========================
	END FOOTER
=========================**/

/**=========================
	START SUB FOOTER
=========================**/
#sub-footer{
	padding:30px 0px;
	background-color: #242424;color:#888888; text-align:center
}
.link{ width:100%; border-bottom: dashed 1px #4b4b4b; overflow:hidden; color:#888888; text-align:center; padding:20px 0}
.link a{color:#888888; padding:0 25px;}
.copyright_div{ width:100%; margin:20px auto;}
.copyright_div p{ line-height:28px}
.copyright_div img{ vertical-align:inherit !important}

.sub-foot-left{
	text-align: left;
}
.sub-foot-right{
	text-align: right;
}
#sub-footer ul{
	margin-bottom: 0
}
#sub-footer li{
	display: inline-block;
	position: relative;
	color: #fff;
}
#sub-footer li+li::before{
	display: inline-block;
    padding: 0px 5px;
    content: "/";
}

#sub-footer a:hover{
	color: #fff;
}
/**=========================
	END SUB FOOTER
=========================**/

/**=========================
	START BACK TO TOP BTN
=========================**/
.backto-top-btn{
	display: none;
	position: fixed;
	z-index: 9;
	right: 2%;
    bottom: 3%;
	z-index: 99;
}
.backto-top-blk{
	display: block;
}
.backto-top-btn i{ width:105px; height:179px; background:url(../images/fh.png) no-repeat; display:block}



/**=========================
	END BACK TO TOP BTN
=========================**/

/**=========================
	START COLOR CHANGE
=========================**/
#color-change{
	position: fixed;
	top: 50%;
	bottom: 50%;
	z-index: 9999;
}
#color-change .card{
    background: #fff;
    width: 160px;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    box-shadow: 0 0 0 0;
    padding: 11px;
    border: 1px solid #ccc;
}
#color-change .card:hover{
	color: #4b565d;
}
#color-change .card.active{
    display: block;
    -webkit-transform: translateX(-160px);
    -moz-transform: translateX(-160px);
    -o-transform: translateX(-160px);
    -ms-transform: translateX(-160px);
    transform: translateX(-160px);
}
.tbtn{
	display: inline-block;
    position: absolute;
    left: 158px;
    top: -1px;
    background-color: #3e3e65;
    padding: 16px;
    border: 1px solid #fff;
}
.tbtn:hover{
	background-color: #fff;
}
.tbtn i{
	margin:0px;
	font-size: 20px;
}
.cardcard{
	display: inline-block;
	margin: 4px 0px 0px 0px;
	padding: 0px;
}
.cardcard button{
	width: 25px;
	height: 25px;
	background-color: transparent;
	color: #4b565d;
	margin: 0px 3px;
	z-index: 9;
	position: relative;
}
.cardcard button:hover{
	cursor: pointer;
}
.cardcard button#default-color1{
	background-color: #1bb321;
}
.cardcard button#green1{
	background-color: #61a514;
}
.cardcard button#green2{
	background-color: #19d071;
}
.cardcard button#light-blue1{
	background-color: #10aad6;
}
.cardcard button#blue1{
	background-color: #2f61cc;
}
.cardcard button#blue2{
	background-color: #464684;
}
.cardcard button#red1{
	background-color: #de2121;
}
.cardcard button#yellow1{
	background-color: #d4b217;
}
.cardcard button#orange1{
	background-color: #ff6a00;
}
/**=========================
	END COLOR CHANGE
=========================**/


.contactPage{width:680px;}
.contactPage .content {
  padding-top: 80px;
}
.contactPage .tit {
  text-align: center;
  padding: 28px 0 36px;
}
.contactPage .tit .p1 {
  font-size: 25px;
  margin-bottom: 10px;
}
.contactPage .tit .p2 {
  line-height: 24px;
}
.contactPage .tit .p2 span {
  color: #2ca501;
}
.contactPage .bcontact {
  width: 100%;
  padding-bottom: 50px;
}
.contactPage .bcontact li {
  width: 33%;
  float: left;
  padding: 20px 0 0;
  border-left: 1px solid #e5e5e5;
  text-align: center;
  font-family: arial;
}
.contactPage .bcontact li s {
  width: 60px;
  height: 55px;
  display: block;
  margin: 0 auto;
  background: url(../images/contact-ico.png) no-repeat 15px center;
}
.contactPage .bcontact li h3 {
  font-size: 16px;
  padding: 6px 0 14px;
  font-weight: bold;
  color: #737373;
}
.contactPage .bcontact li h4 {
  color: #000000;
  font-weight: bold;
  height: 48px;
  line-height: 24px;
  padding: 0 10px;
}
.contactPage .bcontact li.btel {
  border-left: 0px;
}
.contactPage .bcontact li.baddress s {
  background-position: -58px center;
}
.contactPage .bcontact li.bemail s {
  background-position: -140px center;
}
.contactPage .txtcon {
  padding-bottom: 30px;
}
.contactPage .txtcon img {
  max-width: 100%;
  height: auto !important;
}
.contactPage .t2 {
  padding: 58px 0 48px;
  text-align: center;
}
.contactPage .t2 .titb {
  font-size: 30px;
  margin-bottom: 16px;
}
.contactPage .t2 .txt {
  font-size: 14px;
  line-height: 24px;
}
.contactPage .t2 .txt span {
  font-weight: bold;
  color: #2ca501;
}







