@import url(https://fonts.googleapis.com/css?family=Lato:400,300,300italic,400italic,700,700italic,900,900italic);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500,700,900);
@import url('bootstrap.min.css');
p {	
  font-family: 'Lato', sans-serif;
  color:#777777;
  line-height:21px;
}

 .nav-section .nav-cvr {
    transition: all 0.5s ease-in-out 0s;
}
.nav-cvr {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    box-shadow: none;
    margin: 0;
    padding: 23px 0;
}
 .navbar-brand {
    height: auto;
    padding: 0;
}
.nav-section .navbar-brand img {
    max-height: 60px;
    transition: all 0.5s ease-in-out 0s;
}

/*-- banner 
 -----------*/
.banner-section{
  position:relative;    
  background:#0073AB;
  overflow: hidden;

}
.banner-section .over-bg{
  padding:0 0;
  background: rgba(0, 0, 0, 0) url("../images/3.png") repeat scroll 0 0;
  background-size: cover;
  background-position: 50% 100% !important;
  padding: 50px 0;
}
.banner-section .dest-detail{
  padding-top: 50px;
}
.banner-section .section-padding {
  padding: 95px 0 0 0 ;
}
.banner-section .services-list{
  margin-bottom: 20px;
}

 .banner-section .services-list h5{
  font-size: 17px;
  color: #fff;
  line-height: 17px;
  padding: 10px 0;
  font-weight: 500;
}
.banner-section .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}
.banner-section .carousel-inner .active {
  opacity: 1;
}
.banner-section .carousel-inner .active.left, 
.banner-section .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.banner-section .carousel-inner .next.left, 
.banner-section .carousel-inner .prev.right {
  opacity: 1;
}
.banner-section .carousel-control {
  z-index: 2;
}
@media not all, not all {
  .banner-section .carousel-inner > .item.next, 
  .banner-section .carousel-inner > .item.active.right {
    opacity: 0;
    transform: translate3d(0px, 0px, 0px);
  }
  .banner-section .carousel-inner > .item.prev, 
  .banner-section .carousel-inner > .item.active.left {
    opacity: 0;
    transform: translate3d(0px, 0px, 0px);
  }
  .banner-section .carousel-inner > .item.next.left, 
  .banner-section .carousel-inner > .item.prev.right, 
  .banner-section .carousel-inner > .item.active {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
  }
}
.banner-section .item {
  background-size: cover;
  height: 500px;
}
.banner-section .item span img{
  margin-top: 50px;
}
.banner-section .item .carousel-caption {
  left: 10%;
  right: 10%;
  text-shadow: none;
  top: 22%;
}
.banner-section .item .carousel-caption h2 {
  animation-duration: 0.8s;
  animation-name: fadeInDown;
  font-family: "Ubuntu",sans-serif;
  font-size: 60px;
  font-weight: 700;
  margin: 20px 0;
  text-transform: uppercase;
}
.banner-section .item .carousel-caption h3 {
  animation-duration: 0.8s;
  animation-name: fadeInUp;
  font-family: "Roboto",sans-serif;
  font-size: 20px;
  font-weight: 100;
}
.banner-section .item .carousel-caption .btn {
  animation-duration: 0.8s;
  animation-name: fadeInUp;
  margin: 30px 15px;
}
.banner-section .active {
  opacity: 1;
}
.banner-section .active.left, 
.banner-section .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.banner-section .carousel-control {
  background-image: none;
  box-shadow: none;
  height: 55px;
  margin-top: -35px;
  padding: 10px 5px;
  text-shadow: none;
  top: 50%;
  width: 35px;
  z-index: 10;
}
.banner-section .carousel-control i {
  border: 2px solid #fff;
  border-radius: 100%;
  height: 50px;
  padding: 15px;
  width: 50px;
}
.banner-section .carousel-control i:hover {
  background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
}
.banner-section .left.carousel-control {
  left: 2%;
}
.banner-section .right.carousel-control {
  right: 4%;
}
.banner-section .carousel-indicators {
  bottom: 45px;
}
.banner-section .carousel-indicators li {
  border-radius: 4px;
  height: 8px;
  margin: 0 5px;
  opacity: 0.5;
  width: 40px;
}
.banner-section .carousel-indicators li:hover, 
.banner-section .carousel-indicators li.active {
  opacity: 1;
}
.banner-section:hover .carousel-control {
  display: block;
}
.banner-section i {
  margin-right: 10px;
}

.revolutionary{
  letter-spacing:16.5px;
  text-transform:uppercase;
}
.banner-section .titles h1{
  font-family:"Raleway", "Helvetica Neue", sans-serif;
  color:#fff;
  font-size:40px;
  margin:3px 0px;
  text-transform: uppercase;
  font-weight: 600;
}
.banner-section .grow{
  font-family:"Raleway", "Helvetica Neue", sans-serif;
  text-transform:uppercase;
  font-size:25px;
  font-weight:400;
  color:#fff;
}
.banner-section p{
  font-size:18px;
  padding: 20px 0px 10px;
  color:#fff;
  font-weight: 400;
  line-height: 30px;
}
.banner-section .btn{
  font-size: 18px;
  font-weight: 500;
  padding: 7px 28px;
  text-transform: uppercase;
  height: 55px;
}

/* ends  slider */

