

/** rtl-css **/

.rtl .banner-carousel .content-box{
  text-align: right;
}

.rtl .banner-style-four .content-box{
  margin-left: 0px;
  margin-right: 70px;
}

/** responsive-css **/

@media only screen and (max-width: 1200px){
  .banner-carousel .content-box{
    padding-left: 50px;
  }

  .banner-style-three{
    padding: 0px;
  }

  .banner-style-three .banner-carousel .content-box{
    padding-left: 0px;
  }
}

@media only screen and (max-width: 991px){
  .banner-carousel .content-box p br{
    display: none;
  }

  .banner-style-two .banner-carousel .slide-item .bg-layer{
    width: 100%;
  }

  .banner-style-two .slide-item:before{
    width: 100%;
    opacity: 0.8;
  }

  .banner-style-two .slide-item .shape{
    display: none;
  }

  .banner-style-two .content-box{
    max-width: 100%;
    width: 100%;
    padding-right: 30px;
  }

  .banner-style-four .content-box{
    margin-left: 0px;
    margin-top: 40px;
  }

  .rtl .banner-style-four .content-box{
    margin-right: 0px;
  }

  .banner-style-five .banner-carousel .content-box{
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px){
  .banner-carousel .content-box h2,
  .banner-style-two .banner-carousel .content-box h2,
  .banner-style-three .banner-carousel .content-box h2,
  .banner-style-four .content-box h2,
  .banner-style-five .banner-carousel .content-box h2{
    font-size: 50px;
    line-height: 60px;
  }

  .banner-carousel .slide-item{
    padding: 95px 0px 130px 0px;
  }

  .banner-style-two .banner-carousel .slide-item{
    padding: 95px 0px 100px 0px;
  }

  .banner-style-three .banner-carousel .slide-item{
    padding: 100px 0px;
  }

  .banner-style-four .image-box .image-2{
    margin-top: 30px;
  }

  .banner-style-four{
    border-radius: 0px;
  }

  .banner-style-five .image-box img{
    float: none;
    max-width: 100%;
    width: 100%;
  }

  .banner-style-five .banner-carousel .slide-item{
    padding-bottom: 100px;
  }

  .banner-style-five .pattern-layer{
    display: none;
  }
}

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

}

@media only screen and (max-width: 499px){
  .banner-carousel .content-box h2,
  .banner-style-two .banner-carousel .content-box h2,
  .banner-style-five .banner-carousel .content-box h2{
    font-size: 40px;
    line-height: 50px;
  }

  .banner-style-two .content-box{
    padding-right: 15px;
  }
}











































