﻿

/*************************
********Home CSS**********
**************************/
#home-slider {
  overflow: hidden;
  position: relative;
}

#home-slider .caption {
  position: absolute;
  top: 50%;
  margin-top: -104px;
  left: 0;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  z-index: 15;
  font-size: 18px;
  font-weight: 300;
  color: #fff;
}

#home-slider .caption h1 {
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 30px;
}

.caption .btn-start {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding:14px 40px;
  border: 1px solid #6e6d6c;
  border-radius: 4px;
  margin-top: 40px;
}

.caption .btn-start:hover {
  color: #fff
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  background-repeat: no-repeat;
  background-size: cover;
  height: 2037px;
}

.carousel-fade .carousel-inner .item:after {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,.0);
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}

.left-control, .right-control {
  position: absolute;
  top: 50%;
  height: 51px;
  width: 51px;
  line-height: 48px;
  border-radius: 50%;
  border:1px solid #fff;  
  z-index: 20;
  font-size: 24px;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.left-control {
  left: -51px
} 

.right-control {
  right: -51px;
}

.left-control:hover, 
.right-control:hover {
  color: #fff;
  background-color:#028fcc;
}

#home-slider:hover .left-control {
  left:30px
} 

#home-slider:hover .right-control {
  right:30px
}

#home-slider .fa-angle-down {
  position: absolute;
  left: 50%;
  bottom: 50px;
  color: #fff;
  display: inline-block;
  width: 24px;
  margin-left: -12px;
  font-size: 24px;
  line-height: 24px;
  z-index: 999;
  -webkit-animation: bounce 3000ms infinite;
  animation: bounce 3000ms infinite;
}

.navbar-right li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  padding-top: 30px;
  padding-bottom: 30px;
}

.navbar-right li.active a {
  background-color: rgba(0,0,0,.2);
}

.navbar-brand h1 {
  margin-top: 5px;
}

/*************************
********Service CSS*******
**************************/

.nfoot{ width:100%; background:url(/images/footbg.jpg) no-repeat center; height:340px; margin-top:60px;}
.nfoottop{ width:1200px; height:280px; margin:0 auto;}
.nfoot_1{ width:280px; float:left; margin-top:80px; }
.nfoot_1_1{ width:200px; padding-left:40px; height:40px;font-size:20px; color:#FFFFFF; line-height:40px; text-align:left; background:url(/images/ftel.png) no-repeat center left; margin-left:10px; margin-top:20px; }
.nfoot_2{ width:750px; float:left; margin-top:70px; margin-left:10px;}
.nfoot_3{ width:140px; float:right; text-align:right; margin-top:90px; font-size:16px; color:#FFFFFF;}
.nfoot_2_1{ width:150px; float:left; text-align:center;}
.nfoot_2_1_1{ width:150px; text-align:center;}
.nfoot_2_1_2{ width:150px; text-align:center; margin-top:10px;}
a.afoot1{ font-size:15px; line-height:40px; color:#FFFFFF;}
a.afoot1:hover{ font-size:15px; line-height:40px; color:#008cae;}
a.afoot2{ font-size:14px; line-height:26px; color:#aaaaaa; display:block;}
a.afoot2:hover{ font-size:14px; line-height:26px; color:#008cae; display:block;}
.nfootbot{ width:100%; height:60px; }
.nfootbot_1{ width:1200px; line-height:60px; text-align:center; font-size:13px; color:#cccccc; margin:0 auto;}

a.afoot3{ font-size:13px; line-height:60px; color:#cccccc; padding-left:30px;}
a.afoot3:hover{ font-size:13px; line-height:60px; color:#008cae; }