

.animate {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.flexslider, .flex-viewport {
    width: 100%;
    height: 100% !important;
    margin: 0;
    padding: 0;
}

.flexslider .slides {
    height: 100% !important;
}

.flexslider .slides li {
    width: 100%;
    height: 100% !important;
    margin: 0;
    padding: 0;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

.flex-control-nav {
    bottom: 20px;
}

.flex-direction-nav {
    display: none;
}
.flex-control-paging li a{
    width:11px;
    height:11px;
}
.flex-control-paging li a.flex-active{
    color:#b20043;
    background:#b20043;
}

.flex-caption {
    position: absolute;
    top: 35%;
    left: 20%;
    text-align: center;
    width: 60%;
    color: #fff;
    background:rgba(0, 0, 0, 0.3);
    padding:10px;
}

.flex-caption h1 {
    font-size: 85px;
    margin: 0 0 10px 0;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
}

.flex-caption p {
    font-size: 16px;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 2px;
    font-weight:200;
    text-transform:uppercase;
}


@media (min-width: 768px) and (max-width: 980px) {

    .flex-caption h1 {
        font-size: 55px;
    }

    .flex-caption p {
        font-size: 13px;
    }

}


@media (max-width: 767px) {

    .flex-caption h1 {
        font-size: 35px;
    }

    .flex-caption p {
        font-size: 10px;
    }
}
@media screen and (max-width: 1024px) {

       .flexslider, .flex-viewport,
    .slides,
    .slides li{
        height: 100% !important;
        min-height: 576px !important;
    }

       .flexslider img {
        max-width: none;
        min-width: 100%;
        height: 100%;
    }
}

@media screen and (max-width: 900px) {

    .flexslider, .flex-viewport,
    .slides,
    .slides li {
        height: 506px !important;
        min-height: 506px !important;
    }
}
@media screen and (max-width: 800px) {
    .flexslider, .flex-viewport,
    .slides,
    .slides li {
        height:  432px !important;
        min-height:  432px !important;
    }
}
@media screen and (max-width: 767px) {
    .flexslider, .flex-viewport,
    .slides,
    .slides li {
        height: 100% !important;
        min-height: 500px !important;
    }
}
@media screen and (max-width: 690px) {
    .flexslider, .flex-viewport,
    .slides,
    .slides li {
        height: 388px !important;
        min-height: 388px !important;
    }
}
@media screen and (max-width: 560px) {
    .flexslider, .flex-viewport,
    .slides,
    .slides li {
        height: 315px !important;
        min-height: 315px !important;
    }
    .flex-caption {
        width: 100%;
        left: 0;
    }

    .flex-control-nav {
        bottom: 0 !important;
    }

    .flex-caption h1 {
        line-height: 35px !important;
    }

    .flex-caption p {
        line-height: 13px !important;
    }
}

@media screen and (max-width: 414px) {
    .flexslider, .flex-viewport,
    .slides,
    .slides li {
        height: 233px !important;
        min-height: 233px !important;
    }
    .flex-caption{
        width:100%;
        left:0;
    }
    .flex-control-nav {
        bottom: 0 !important;
    }
    .flex-caption h1 {
        line-height: 35px !important;
    }

    .flex-caption p {
        line-height: 13px !important;
    }
}
@media screen and (max-width: 380px) {

    .flexslider, .flex-viewport,
    .slides,
    .slides li {
        min-height: 214px !important;
    }
    .flex-caption h1 {
        font-size: 25px !important;
    }

   
}
@media screen and (max-width: 360px) {

     .flexslider, .flex-viewport,
    .slides,
    .slides li {
        min-height: 203px !important;
    }
   
}

@media screen and (max-width: 330px) {

    .flexslider, .flex-viewport,
    .slides,
    .slides li {
        min-height: 186px !important;
    }
}

