/*----------------------------------------*/
/*- 1. HERO AREA -------------------------*/
/*----------------------------------------*/
.hs-item .hs-content {
    margin-top: 265px;
    margin-bottom: 280px;
}
.hs-item .hs-content.left {
    float: left;
}
.hs-item .hs-content.center {
    float: none;
}
.hs-item .hs-content.right {
    float: right;
}
/*Hero Slider Pagination*/
.hero-slider .slick-dots {
    margin: 0 auto;
    position: absolute;
    width: 1170px;
    z-index: 999;
    text-align: right;
    bottom: 74px;
    left: 0;
    right: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .hero-slider .slick-dots {
        width: 940px;
        bottom: 50px;
   }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-slider .slick-dots {
        width: 720px;
        bottom: 30px;
   }
}
@media only screen and (max-width: 479px) {
    .hero-slider .slick-dots {
        display: none;
   }
}
.hero-slider .slick-dots li {
    display: inline-block;
    height: 22px;
    position: relative;
    text-align: right;
    margin-left: 30px;
    padding-top: 5px;
    vertical-align: top;
}
.hero-slider .slick-dots li:first-child {
    margin-left: 0;
}
.hero-slider .slick-dots li:first-child::before {
    display: none;
}
.hero-slider .slick-dots li.slick-active {
    padding-top: 0;
}
.hero-slider .slick-dots li::before {
    position: absolute;
    left: -18px;
    bottom: -7px;
    content: "/";
    color: #fff;
    font-size: 10px;
}
.hero-slider .slick-dots li button {
    display: block;
    background-color: transparent;
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    border: none;
    padding: 0;
    float: right;
    text-indent: 0px;
    height: auto;
    width: auto;
    opacity: 1;
}
.hero-slider .slick-dots li button::before {
    content: "0";
}
.hero-slider .slick-dots li.slick-active button {
    font-size: 30px;
    font-weight: 600;
    color: #9f8447;
    line-height: 24px;
}
/*Hero Slide Item*/
.hs-item {
    background-color: #2d3e50;
    background-size:cover;
    min-height:758px;
    margin: 0;
}
.hs-item .hs-item-wrapper {
    position: relative;
    z-index: 3;
}
.hs-item .hs-image {
    position: relative;
    margin-left: -70px;
    margin-top: 90px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .hs-item .hs-image {
        width: 320px;
        margin-left: 0;
        margin-right: 50px;
   }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hs-item .hs-image {
        margin-right: 40px;
        width: 220px;
        margin-left: 0;
        margin-top: 50px;
   }
}
@media only screen and (max-width: 767px) {
    .hs-item .hs-image {
        margin-right: 15px;
        margin-top: 40px;
        margin-left: 0;
        width: 170px;
   }
}
@media only screen and (max-width: 479px) {
    .hs-item .hs-image {
        margin-right: 15px;
        width: 100px;
   }
}
.hs-item .hs-image img {
    width: 100%;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .hs-item .hs-content {
        margin-top: 200px;
   }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hs-item .hs-content {
        margin-top: 120px;
   }
}
@media only screen and (max-width: 767px) {
    .hs-item .hs-content {
        margin-top: 90px;
   }
}
@media only screen and (max-width: 479px) {
    .hs-item .hs-content {
        margin-top: 70px;
   }
}
.hs-item .hs-content * {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.hs-item .hs-content h2 {
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 8px;
    text-transform: uppercase;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .hs-item .hs-content h2 {
        font-size: 24px;
   }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .hs-item .hs-content h2 {
        font-size: 20px;
   }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hs-item .hs-content h2 {
        font-size: 16px;
   }
}
@media only screen and (max-width: 767px) {
    .hs-item .hs-content h2 {
        font-size: 14px;
   }
}
@media only screen and (max-width: 479px) {
    .hs-item .hs-content h2 {
        font-size: 10px;
   }
}
.hs-item .hs-content h1 {
    font-size: 44px;
    color: #fff;
    margin-bottom: 27px;
    font-weight: 700;
    text-transform: uppercase;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .hs-item .hs-content h1 {
        font-size: 36px;
   }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .hs-item .hs-content h1 {
        font-size: 26px;
   }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hs-item .hs-content h1 {
        font-size: 20px;
   }
}
@media only screen and (max-width: 767px) {
    .hs-item .hs-content h1 {
        font-size: 20px;
   }
}
@media only screen and (max-width: 479px) {
    .hs-item .hs-content h1 {
        font-size: 14px;
        margin-bottom: 5px;
   }
}
.hs-item .hs-content p {
    color: #303030;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin: 0 auto;
    max-width: 550px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .hs-item .hs-content p {
        font-size: 16px;
        max-width: 680px;
   }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .hs-item .hs-content p {
        font-size: 14px;
        margin-bottom: 25px;
   }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hs-item .hs-content p {
        margin-bottom: 15px;
        line-height: 20px;
   }
}
@media only screen and (max-width: 767px) {
    .hs-item .hs-content p {
        display: none;
   }
}
@media only screen and (max-width: 479px) {
    .hs-item .hs-content p {
        display: none;
   }
}
.hs-item .hs-content a {
    border-radius: 0;
    color: #303030;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0.5px;
    overflow: hidden;
    padding: 10px 25px;
    position: relative;
    text-transform: uppercase;
    vertical-align: top;
    z-index: 1;
}
.hs-item .hs-content .thumbnail-body .button {
    margin-top: 0;
}
.hs-item .hs-content a:hover {
    background-color: #9f8447;
    border-color: #9f8447;
    color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .hs-item .hs-content a {
        font-size: 14px;
        height: 40px;
        padding: 8px 25px;
   }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hs-item .hs-content a {
        font-size: 12px;
        height: 36px;
        padding: 5px 20px;
   }
}
@media only screen and (max-width: 767px) {
    .hs-item .hs-content a {
        font-size: 10px;
        height: 30px;
        padding: 3px 10px;
   }
}
@media only screen and (max-width: 479px) {
    .hs-item .hs-content a {
        font-size: 8px;
        height: 26px;
        padding: 1px 7px;
   }
}
.hs-item .hs-content a:hover {
    color: #9f8447;
}
.hs-item .hs-content a i {
    line-height: 18px;
    margin-left: 8px;
    position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .hs-item .hs-content a i {
        top: 3px;
   }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hs-item .hs-content a i {
        font-size: 19px;
        top: 3px;
   }
}
@media only screen and (max-width: 767px) {
    .hs-item .hs-content a i {
        font-size: 15px;
   }
}
@media only screen and (max-width: 479px) {
    .hs-item .hs-content a i {
        font-size: 12px;
        margin-left: 3px;
   }
}
.hs-item.slick-current .hs-image img {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.hs-item.slick-current .hs-content h1 {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s;
    margin-bottom: 0;
}
.hs-item.slick-current .hs-content h2 {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
    margin-bottom: 26px;
}
.hs-item.slick-current .hs-content p {
    animation-delay: 1.3s;
    animation-name: fadeInUp;
    margin-bottom: 16px;
    margin-top: 5px;
}
.hs-item.slick-current .hs-content h1 {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s;
    line-height:45px;
}
.hs-item.slick-current .hs-content p {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: 2.3s;
    animation-delay: 2.3s;
}
.hs-item.slick-current .hs-content a {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: 2.8s;
    animation-delay: 2.8s;
}
/* slider_text_left */
.slider_text_left {
    flex-flow: row-reverse wrap;
}
.slider_text_left .hs-content {
    padding-left: 0;
    padding-right: 70px;
}
.hero-slider .slick-list {
    margin: 0;
}
.add_your_class.thumbnail-body{
    padding: 0px;
    background: transparent !important;
}
/* ------------------------------ */
.hs-item::before {
    background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
}