#latest-works{
	background-color:#fff;
}
#latest-works .single-news{
	background:#faf9f9;
	border:1px solid #eeeeee;
}
#latest-works .blog_1{
	border-top: 5px solid #0099FF;
}
#latest-works .blog_2{
	border-top: 5px solid #8CD1FF;
}
#latest-works .blog_3{
	border-top: 5px solid #DEF2FF;
}
#latest-works .center{
text-align: center;
padding: 20px 10px;
}
#latest-works .table-striped>tbody>tr:nth-of-type(odd) {
	background-color: #F5F8FC!important;
}
#latest-works .hidden-xs .trr td{
	padding: 20px 20px;
}
#latest-works .visible-xs-block .trr td{
	padding: 20px 8px;
	font-size: 13.7px;
}
#latest-works .visible-xs-block .trr td div{
	white-space:normal;
  word-break:break-all;
  word-wrap:break-word;
}
#latest-works .latest-works_btn{
padding-left: 20px;
}
#latest-works .single-news img{
	width:100%;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
#latest-works .single-news{
	position:relative;
}

#latest-works .single-news .news-body {
	padding: 30px;
	margin-top: 15px;
}

#latest-works .single-news .news-body .date {
	color: #fff;
	position: absolute;
	left: 0;
	top: 272px;
	padding: 8px 8px;
	font-size: 17px;
}
#latest-works .single-news .news-body .date span {
	display: block;
	color: #fff;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}
#latest-works .single-news .news-body .title {
	margin-left: 40px;
	margin-top: -13px;
}
#latest-works .single-news .news-body .title span{
	display:inline-block;
	
}
#latest-works .single-news .news-body .title .user{
	font-size:14px;
	text-transform:capitalize;
}
#latest-works .single-news .news-body .title .user i{
	font-size:14px;
	margin-right:5px;
}
#latest-works .single-news .news-body .title .comment{
	font-size:14px;
	margin-left:10px;
	text-transform:capitalize;
}
#latest-works .single-news .news-body .title .comment i{
	margin-right:5px;
}







#latest-works .single-news .news-body h2 {
	font-size: 18px;
	margin-left: 40px;
	margin-top: -20px;
	text-transform:capitalize;
	
}
#latest-works .single-news .news-body h2 a{
	text-decoration:none;
	color:#333333e6;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}

#latest-works .single-news .news-body span{
	display:block;
	color:#bbb;
	margin:20px 0;
}
#latest-works .single-news .news-body p{
	color:#999;
	margin-bottom:25px;
}
#latest-works .single-news .news-body .btn{
	padding:0;
}
#latest-works .single-news .news-body .btn:hover{
	color:#999
}
#latest-works .single-news .news-body .btn i{
	margin-left:5px;
}









#latest-works .visible-xs-block .button-head{
	text-align:left;
/* padding-left: 15px; */
}
#latest-works .hidden-xs .button-head{
	text-align:left;
padding-left: 15px;
}

#latest-works .button{
	margin-top:0;
	text-align:center;
	display:inline-block;
	position:relative;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
#latest-works .button .btn{
	color:#0099FF;
}


#latest-works .button .btn::before {
	position: absolute;
	content: "";
	right: 0;
	bottom: 0;
	background: #0099FF;
	height: 2px;
	width: 40px;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
#latest-works .button:hover .btn::before{
	width: 100%;
}
#latest-works .button .btn:after{
	position:absolute;
	content:"";
	right:0;
	bottom:0;
	background:#0099FF;
	height:30px;
	width:2px;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
	
}
#latest-works .button:hover .btn::after{
	height: 100%;
}
#latest-works .button span::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	background: #0099FF;
	height: 2px;
	width: 40px;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
#latest-works .button:hover span::before{
	width: 100%;
}
#latest-works .button span::after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	background: #0099FF;
	height: 30px;
	width: 2px;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
#latest-works .button:hover span::after{
	height: 100%;
}






/* latest-works Single*/


#latest-works-single{}
#latest-works-single .single-news{
	background:#faf9f9;
	border:1px solid #eeeeee;
	
	margin-bottom: 40px;
}
#latest-works-single .single-news img{
	width:100%;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}

#latest-works-single .single-news .news-body {
	padding: 30px;
	margin-top: 15px;
	position: relative;
}

#latest-works-single .single-news .news-body .date {
	color: #fff;
	position: absolute;
	left: 0;
	top:7px;
	padding: 8px 8px;
	font-size: 17px;
}
#latest-works-single .single-news .news-body .date span {
	display: block;
	color: #fff;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}
#latest-works-single .single-news .news-body .title {
	margin-left: 40px;
	margin-top: -13px;
}
#latest-works-single .single-news .news-body .title span{
	display:inline-block;
	
}
#latest-works-single .single-news .news-body .title .user{
	font-size:14px;
	text-transform:capitalize;
}
#latest-works-single .single-news .news-body .title .user i{
	font-size:14px;
	margin-right:5px;
}
#latest-works-single .single-news .news-body .title .comment{
	font-size:14px;
	margin-left:10px;
	text-transform:capitalize;
}
#latest-works-single .single-news .news-body .title .comment i{
	margin-right:5px;
}







#latest-works-single .single-news .news-body h2 {
	font-size: 18px;
	margin-left: 40px;
	margin-top: -20px;
	text-transform:capitalize;
	
}
#latest-works-single .single-news .news-body h2 a{
	text-decoration:none;
	color:#333333e6;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}


#latest-works-single .single-news .news-body span{
	display:block;
	color:#bbb;
	margin:20px 0;
}
#latest-works-single .single-news .news-body p{
	color:#999;
	margin-bottom:25px;
}
#latest-works-single .single-news .news-body .btn{
	padding:0;
}
#latest-works-single .single-news .news-body .btn:hover{
	color:#999
}
#latest-works-single .single-news .news-body .btn i{
	margin-left:5px;
}
#latest-works-single .single-news .news-body .tags {
	margin-top: 15px;
	font-size: 18px;
	text-transform: capitalize;
	color: #666;
}
#latest-works-single .single-news .news-body .tags li{
	display:inline-block;
	margin-left:5px;
	text-transform:capitalize;
}

#latest-works-single .single-news .news-body .tags li a {
	font-size: 15px;
	font-weight:300;
}
#latest-works-single .single-news .news-body .tags li a:hover{
	color:#999;
}

#latest-works-single .pagination-head{
	text-align:center;
}
#latest-works-single .pagination{
	text-align:center;
}
#latest-works-single .pagination ul{
	border:1px solid #666;
}
#latest-works-single .pagination ul li{
	display:inline-block;
	border-right:1px solid #666;
	
	
}

#latest-works-single .pagination ul li:last-child{
	border:none;
}
#latest-works-single .pagination ul li a{
	color:#666;
	text-transform:capitalize;
	display:block;
	padding: 10px 20px;
	font-weight:600;
	
}
#latest-works-single .pagination ul li i{
	margin:0px 5px;
}

.feature_left{
  width: 100%;
height: 500px;
}
.product_advantage{
  width: 100%;
    height: 320px;
    margin-top: 9rem;
    background-color: #FFFFFF;
    padding: 38px;
}
.product_advantage .feature_left_left{
  border-right: 2px solid #0099FF;
  width: 85%;
  height: 217px;
}
.product_advantage .feature_left_left ul{
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.product_advantage .feature_left_left li{
  width: 100%;
  text-align: center;
color: #333333;
cursor: pointer;
}
.product_advantage .feature_left_left .active{
  color: #0099FF;
}
.product_advantage .feature_isotop-active h3{
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
}
.product_advantage .feature_isotop-active p{
  font-size: 1.5rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    letter-spacing: 2px;
    line-height: 24px;
    margin-top: 4%;
}
.product_advantage .feature_isotop-active img{
  width: 100%;
  height: auto;
  margin-top: 22%;
}
.installation{
	background:#fff;
}	
.installation .single-service {
  height: 234px;
	padding: 20px;
	background: #fff;
	margin-top: 30px;
	text-align: center;
	transition: all 0.6s ease;
	position:relative;
	box-shadow: 0px 0px 7px #0003;
}

.installation .single-service .feature_center_1 {
	
}
.installation .single-service h3::before {
	position: absolute;
	content: "";
	left: 50%;
	top: 27px;
	border: 2px solid;
	height: 54px;
	width: 54px;
	border-radius: 100%;
	margin-left: -27px;
	transition:all 0.4s ease;
}
.installation .single-service:hover h3::before{
	top: 13px;
	height: 80px;
	width: 80px;
	margin-left: -40px;
}
.feature_center_1{
  background-image: url("../img/az_11.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 66px;
	width: 66px;
	line-height: 66px;
	border-radius: 100%;
	transition:all 0.4s ease;
  margin: 0 auto;
}
.feature_service_1:hover .feature_center_1{
  background-image: url("../img/az_12.png");
}
.installation .single-service h3::before {
  border-color: #0099FF;
}
.feature_center_2{
  background-image: url("../img/az_21.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 66px;
	width: 66px;
	line-height: 66px;
	border-radius: 100%;
	transition:all 0.4s ease;
  margin: 0 auto;
}
.feature_service_2:hover .feature_center_2{
  background-image: url("../img/az_22.png");
}
.feature_center_3{
  background-image: url("../img/az_31.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 66px;
	width: 66px;
	line-height: 66px;
	border-radius: 100%;
	transition:all 0.4s ease;
  margin: 0 auto;
}
.feature_service_3:hover .feature_center_3{
  background-image: url("../img/az_32.png");
}
.feature_center_4{
  background-image: url("../img/az_41.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 66px;
	width: 66px;
	line-height: 66px;
	border-radius: 100%;
	transition:all 0.4s ease;
  margin: 0 auto;
}
.feature_service_4:hover .feature_center_4{
  background-image: url("../img/az_42.png");
}
.feature_center_5{
  background-image: url("../img/az_51.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 66px;
	width: 66px;
	line-height: 66px;
	border-radius: 100%;
	transition:all 0.4s ease;
  margin: 0 auto;
}
.feature_service_5:hover .feature_center_5{
  background-image: url("../img/az_52.png");
}
.installation .single-service h3{
	margin:20px 0px;
	color:#5c5e5f;
  font-weight: 700;
}

.installation .single-service p{
	color:#9f9f9f;
}

