.parallax {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

.parallax,
.parallax h1,
.parallax h2,
.parallax h3,
.parallax h4,
.parallax h5,
.parallax h6 {
    color: #fff;
}

.parallax input[type="text"],
.parallax input[type="text"]:hover,
.parallax input[type="email"],
.parallax input[type="email"]:hover,
.parallax input[type="url"],
.parallax input[type="url"]:hover,
.parallax input[type="password"],
.parallax input[type="password"]:hover,
.parallax textarea,
.parallax textarea:hover {
    font-weight: 300;
    color: #fff;
}

section {
    padding: 90px 0;
}

.heading {
    padding-bottom:90px;
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    background: #fff;
}

.preloader > i {
    position: absolute;
    font-size: 36px;
    line-height: 36px;
    top: 50%;
    left: 50%;
    height: 36px;
    width: 36px;
    margin-top: -15px;
    margin-left: -15px;
    display: inline-block;
}

#home-slider {
    overflow: hidden;
    position: relative;
}

#home-slider a:hover, #home-slider a:focus { color: #82a642; text-decoration: none; outline: none; }
#home-slider .caption {
    position: absolute;
    top: 44%;
    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 .animated {
  aimation-duration: 4s;
  animation-delay: 2s;
  -webkit-aimation-duration: 4s;
  -webkit-animation-delay: 2s;
}


#home-slider .caption h1 {
    color: #fff;
    font-size: 45px;
    font-weight: 500;
    margin-bottom: 30px;
}
#home-slider .caption p { text-align: center; font-size: 24px; }

.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 2037px;
}

.carousel-fade .carousel-inner .item:after {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.55);
}

.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;
    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;
}

#home-slider:hover .left-control {
    left:30px
}

#home-slider:hover .right-control {
    right:30px
}

#home-slider .fa { font-size: 30px; font-weight: bold; line-height: 30px; width: 30px; }
#home-slider .fa-angle-down {
    position: absolute;
    left: 50%;
    bottom: 50px;
    color: #fff;
    display: inline-block;
    margin-left: -12px;
    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;
}

.carousel-inner > .item {
    transition: left 1.2s ease-in-out 0s;
}
/* xs */
@media (min-width: 1200px) {
people .caption p, #services .caption p.s2 {
    height: 40px;
}
}
@media (max-width: 767px) {
    body {
        font-size: 14px;
    }
    #home-slider .caption h1 {
        font-size: 40px;
    }
    #home-slider .caption {
        font-size: 15px;
        padding: 0 30px;
    }
    .left-control, .right-control {
        font-size: 20px;
        height: 30px;
        line-height: 25px;
        width: 30px;
    }
    #home-slider:hover .right-control {
        right: 15px;
    }
    #home-slider:hover .left-control {
        left: 15px;
    }
    .navbar-brand {
        padding: 0 15px 15px;
    }
    .navbar-toggle {
        border:1px solid #fff;
    }

    .navbar-toggle .icon-bar {
        background-color: #fff;
    }
    .navbar-right li a {
        font-size: 13px;
        padding-bottom: 8px;
        padding-top: 10px;
    }

    /*services*/
    section {
        padding: 65px 0;
    }
    .heading {
        font-size: 14px;
        padding-bottom: 65px;
    }
    .heading h2 {
        font-size: 26px;
    }
#aboutus img { margin-bottom: 20px; }
}

@media (max-width: 500px) {
#home-slider .caption h1 {
    font-size: 24px;
}

#home-slider .caption p { font-size: 16px; }
#home-slider .fa-angle-down { bottom: 7%; }
}

#home-slider .btn-start { margin-top: 20px; }


