/*--------------------------------------------------------------------------
3-Slider Style
--------------------------------------------------------------------------*/

.slider {
    overflow: hidden;
}

.slider-overlay {
    background: rgba(0, 0, 0, .3);
    width: 100%;
    height: 100%;
}

.banner-content {
    margin-left: 800px;
    padding: 180px 0px;
}

.slider.style-2 .banner-content {
    padding: 250px 0 200px 0;
}

.style-2 .banner-content {
    padding: 280px 0px 210px 0;
}

.banner-content [class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    color: #00a3e6;
    font-size: 105px;
}

.banner-content i {
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -webkit-transition: .4s linear;
    transition: .4s linear;
    display: block;
    opacity: 0;
}

.item.active .banner-content i {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    opacity: 1;
}

.banner-content h1 {
    -webkit-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
    opacity: 0;
    transform: translateY(14px);
    -webkit-transform: translateY(14px);
    -ms-transform: translateY(14px);
    font-size: 40px;
    font-weight: normal;
    text-transform: capitalize;
    color: #cd1918;
    padding-left: 50px;
    font-weight: bold;

}

.slide2 .banner-content h1 {
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
}

.slide2 .banner-content h1 {
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
}

.slide2 .banner-content p {
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
}

.slide2 .banner-content i {
    transform: translateY(-20px);
}

.banner-content h3 {
    font-size: 86px;
    color: #cd1918;
    font-weight: bold;
    font-family: Roboto Slab, sans-serif;
    -webkit-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
    /*    text-shadow: 2px 2px 4px #000;*/
    opacity: 0;
    transform: translateY(14px);
    -webkit-transform: translateY(14px);
    -ms-transform: translateY(14px);
    font-weight: bold;
    padding-top: 0px;
    margin-top: 0px;

}

.slide3 .banner-content h3,
.slide3 .banner-content h2 {
    word-spacing: -30px;
    transform: translate(0);
}

.banner-content p {
    font-size: 30px;
    font-weight: bold;
    color: #cd1918;
    line-height: 28px;
    width: 600px;
    margin: 0 auto 60px auto;
    -webkit-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
    opacity: 0;
    font-family: Roboto Slab, sans-serif;
    -webkit-transform: translateY(14px);
    -ms-transform: translateY(14px);
    transform: translateY(14px);
    /*    text-shadow: 2px 2px 4px #000;*/
}

.slide3.item.active .banner-content h3,
.slide3.item.active .banner-content h2 {
    word-spacing: 0;
}

.item.active .banner-content h3,
.item.active .banner-content p,
.item.active .banner-content h1,
.item.active .slider-btn {
    opacity: 1;
    -webkit-transform: translate(0px);
    -ms-transform: translate(0px);
    transform: translate(0px);
}

.item.active .slider-btn {
    -webkit-transform: translate(0px);
    -ms-transform: translate(0px);
    transform: translate(0px)
}

.item.active .banner-content h3 {
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
}

.item.active .banner-content h2 {
    -webkit-transition-delay: .9s;
    transition-delay: .9s;
}

.item.active .banner-content p {
    -webkit-transition-delay: 1.4s;
    transition-delay: 1.4s;
}

.item.active .slider-btn {
    -webkit-transition-delay: 2;
    transition-delay: 2s;
}

.carousel-control {
    width: 42px;
    height: 42px;
    background-color: #252525;
    opacity: 1;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    text-shadow: none;
}

.carousel-control span {
    line-height: 42px;
    font-size: 24px;
}

.carousel-control.right,
.carousel-control.left {
    background-image: none;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.carousel-control.right {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.carousel-control.left {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.carousel-control:focus,
.carousel-control:hover {
    opacity: 1;
    background-color: #ff6347;
}

.carousel-indicators li {
    width: 14px;
    height: 14px;
    border: 2px solid #ffffff;
    border-radius: 14px;
    margin: 0 4.5px;
}

.carousel-indicators .active {
    width: 14px;
    height: 14px;
    border: 2px solid #ff6347;
    border-radius: 14px;
    margin: 0 4.5px;
    background-color: #ff6347;
}

.slider-btn {
    position: relative;
    -webkit-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
    opacity: 0;
    -webkit-transform: translateY(25px);
    -ms-transform: translateY(25px);
    transform: translateY(25px);
}

.banner {
    background: url(../images/slide1_bg.jpg) no-repeat;
    position: relative;
    background-size: cover;
    background-position: center;
    padding: 90px 0;
}

.banner-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

.banner-text {
    text-align: center;
    position: relative;
}

.banner-text h2 {
    font-size: 72px;
    color: #00a3e6;
    font-family: "Great Vibes", cursive;
    margin-bottom: 10px;
}

.banner-text ul li {
    list-style: none;
    display: inline-block;
    padding: 0 10px;
    position: relative;
}

.banner-text ul li:last-child:before {
    content: "|";
    position: absolute;
    left: -3px;
    top: 0;
}

.banner-text ul li,
.banner-text ul li a {
    font-size: 18px;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
}

.banner-text ul li a:hover {
    color: #00a3e6;
}




.banner1 {
    background: url(../images/slider2.jpg) no-repeat;
    position: relative;
    background-size: cover;
    background-position: center;
    padding: 90px 0;
}

.banner1-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

.banner1-text {
    text-align: center;
    position: relative;
}

.banner1-text h2 {
    font-size: 72px;
    color: #00a3e6;
    font-family: "Great Vibes", cursive;
    margin-bottom: 10px;
}

.banner1-text ul li {
    list-style: none;
    display: inline-block;
    padding: 0 10px;
    position: relative;
}

.banner1-text ul li:last-child:before {
    content: "|";
    position: absolute;
    left: -3px;
    top: 0;
}

.banner1-text ul li,
.banner1-text ul li a {
    font-size: 18px;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
}

.banner-text1 ul li a:hover {
    color: #00a3e6;
}

.slide1 {
    overflow: hidden;
    background: url(images/slide1_bg.jpg);
    background-size: cover;
    background-position: center;
    height: 544px;
}

.slide2 {
    overflow: hidden;
    background: url(images/slide2_bg.jpg);
    background-size: cover;
    background-position: center;
    height: 544px;
}

.slide3 {
    overflow: hidden;
    background: url(images/slide3_bg.jpg);
    background-size: cover;
    background-position: center;
    height: 544px;
}

.slide4 {
    overflow: hidden;
    background: url(images/slide4_bg.jpg);
    background-size: cover;
    background-position: center;
    height: 544px;
}

.slide5 {
    overflow: hidden;
    background: url(images/slide5_bg.jpg);
    background-size: cover;
    background-position: center;
    height: 544px;
}

.slide6 {
    overflow: hidden;
    background: url(images/slide6_bg.jpg);
    background-size: cover;
    background-position: center;
    height: 544px;
}

.btn_alls {
    display: inline-block;
    background-color: #ff6347;
    border: 1px solid #ff6347;
    padding: 8px 23px;
    font-family: Roboto Slab;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 3px;
}

.btn_alls:hover {
    color: #000;
    /*    background: #fff;*/
}

.backgrounds-images {
    background-image: url(../img/abouts_us.jpg);
    background-size: cover;
    background-position: center;
    height: 330px;
}

@font-face {
    font-family: Amaranth;
    src: url(slider/amaranth-bold.otf)
}

@media only screen and (max-width: 1200px) {
    .banner-content {
        margin-left: 500px;
    }

    .banner-content h1 {
        font-size: 35px;
    }

    .banner-content h3 {
        font-size: 70px;
    }

    .banner-content p {
        font-size: 20px;
    }
}

@media only screen and (max-width: 992px) {
    .banner-content {
        margin-left: 420px;
    }

    .banner-content h1 {
        font-size: 30px;
    }

    .banner-content h3 {
        font-size: 65px;
    }

    .banner-content p {
        font-size: 18px;
    }

}

@media only screen and (max-width: 768px) {
    .banner-content {
        margin-left: 400px;
    }

    .banner-content h1 {
        font-size: 28px;
    }

    .banner-content h3 {
        font-size: 60px;
    }

    .banner-content p {
        font-size: 18px;
    }

}
@media only screen and (max-width: 672px) {
    .banner-content {
       margin-left: 300px;
    }

    .banner-content h1 {
        font-size: 24px;
    }

    .banner-content h3 {
        font-size: 50px;
    }

    .banner-content p {
        font-size: 17px;
    }

}
@media only screen and (max-width: 590px) {
    .banner-content {
       margin-left: 250px;
    }

    .banner-content h1 {
        font-size: 20px;
        padding-left: 0px;
    }

    .banner-content h3 {
        font-size: 40px;
    }

    .banner-content p {
        font-size: 17px;
    }

}
@media only screen and (max-width: 530px) {
    .banner-content {
       margin-left: 220px;
    }

    .banner-content h1 {
        font-size: 20px;
        padding-left: 0px;
    }

    .banner-content h3 {
        font-size: 40px;
    }

    .banner-content p {
        font-size: 16px;
    }

}
@media only screen and (max-width: 500px) {
    .banner-content {
       margin-left: 200px;
    }

    .banner-content h1 {
        font-size: 18px;
        padding-left: 0px;
    }

    .banner-content h3 {
        font-size: 38px;
    }

    .banner-content p {
        font-size: 15px;
    }

}
@media only screen and (max-width: 450px) {
    .banner-content {
       margin-left: 135px;
    }

    .banner-content h1 {
        font-size: 16px;
        padding-left: 0px;
    }

    .banner-content h3 {
        font-size: 35px;
    }

    .banner-content p {
        font-size: 13px;
        font-weight: bold;
       
    }
    .carousel-control.right, .carousel-control.left{
        display: none;
    }
}