/*---------------------------------------------------------------------
    import Fonts
    ---------------------------------------------------------------------*/
    @import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
    @import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
/*---------------------------------------------------------------------
    layout new css 
    ---------------------------------------------------------------------*/
    .relative {
      position: absolute;
      top: 55%;
      transform: translateY(-50%);
    }
    .banner-main {
      position: relative;
    }
    .banner-main .carousel-caption h1 {
      font-family: 'poppins', sans-serif;
      color: #fff;
      font-size: 70px;
      line-height: 70px;
      font-weight: bold;
    }
    .banner-main .carousel-caption p {
      font-family: 'poppins', sans-serif;
      font-size: 20px;
      padding: 20px 0px 40px 0px;
    }
    .banner-main .carousel-caption a {
      text-transform: uppercase;
      border: #d7a823 solid 1px;
      font-family: 'poppins', sans-serif;
      background: #ffbf0b;
      border-radius:5px;
      width: 196px;
      padding: 10px 0;
      font-family: 'poppins', sans-serif;
      display: inline-block;
      font-weight: 500;
      font-size: 17px;
      line-height: 30px;
      color: #fff;
    }
    .banner-main .carousel-caption a:hover {
      border: #2c2c2b solid 1px;
      background: #ff7643;
      text-decoration:none;
    }
    #myCarousel a.carousel-control-next {
      position: absolute;
      top: 45% !important;
      left: inherit !important;
      right:10px !important;
      width: 50px;
      height: 50px;
      border-radius: 35px;
    }
    #myCarousel a.carousel-control-prev {
      position: absolute;
      top: 45% !important;
      left: 10px !important;
      width: 50px;
      height: 50px;
      border-radius: 35px;
    }
    #myCarousel .carousel-control-prev,
    #myCarousel .carousel-control-next {
      width: 62px;
      height: 60px;
      background: #fffdfd;
      opacity: 1;
      font-size: 30px;
      color: #000;
    }
    #myCarousel .carousel-control-prev:hover,
    #myCarousel .carousel-control-next:hover,
    #myCarousel .carousel-control-prev:focus,
    #myCarousel .carousel-control-next:focus {
      background: #ffbf0b;
      color: #fff;
    }
    #myCarousel a.carousel-control-prev {
      position: absolute;
      left: 82px;
      bottom: 10px;
      top: inherit;
    }
    #myCarousel a.carousel-control-next {
      position: absolute;
      left: 10px;
      top: inherit;
      bottom: 10px;
    }
    .carousel-item img{
      width: 100%;
    }
    @media (min-width: 992px) and (max-width: 1199px) {
     .relative {
      position: absolute;
      top: 44%;
      transform: translateY(-50%);
      bottom: 0;
      padding: 0;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .relative {
      position: absolute;
      top: 39%;
      transform: translateY(-50%);
      padding: 0;
      border: 0 aliceblue;
      bottom: 0;
    }
    .banner-main .carousel-caption h1 {
      color: #fff;
      font-size: 59px;
      line-height: 60px;
      font-weight: bold;
    }
    .banner-main .carousel-caption p {
      font-size: 17px;
      padding: 9px 0px 18px 0px;
    }
    .banner-main .carousel-caption a {
      width: 182px;
      padding: 8px 0;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .relative {
      position: absolute;
      top: 39%;
      transform: translateY(-50%);
      padding: 0;
      bottom: 0;
    }
    .banner-main .carousel-caption h1 {
      font-size: 45px;
      line-height: 50px;
    }
    .banner-main .carousel-caption p {
      font-size: 17px;
      padding: 7px 0px 20px 0px;
    }
    .carousel-item img {
      width: 100%;
      height: 400px;
    }
  }
  @media (max-width: 575px) {
    #main_slider .carousel-control-prev,
    #main_slider .carousel-control-next {
      width: 40px;
      height: 40px;
    }
    .relative {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      padding: 0;
      bottom: 0;
    }
    .banner-main .carousel-caption h1 {
      font-size: 20px;
      line-height: 50px;
      margin-bottom: 1px;
    }
    .banner-main .carousel-caption p {
      font-size: 17px;
      padding: 7px 0px 20px 0px;
      display: none;
    }
      .banner-main .carousel-caption a {
      
      font-size:14px;
      padding: 3px 0;
    }
    .carousel-item img {
      width: 100%;
      height: 250px;
    }
  }