@import url('https://fonts.googleapis.com/css?family=Open+Sans');
/* SCROLL BAR */
 .scrollbar {
    float: right;
    height: 350px;
    margin-top: 20px;
    width: auto;
    overflow-y: scroll;
    padding-right: 100px;
}

  .scrollbar p{
    font-size: 13px;
    color: #98928d;
    text-align: justify;
  }

.force-overflow {
    min-height: 450px;
}
  /* SCROLLBAR END */

  /* SCROLL BAR TESTI */


  /* .swiper-button-next {
    width: 25px !important;
    height: 25px !important;
  }
  .swiper-button-previous {
    width: 25px !important;
    height: 25px !important;
  } */

.swiper-container {height: auto;}

.testi-content{
  width: auto;
  /* height: 70px; */
  height: max-content;
  overflow: auto;
  padding-right: 5px;
}

.testi-content::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #BA3A23;
}

.testi-content::-webkit-scrollbar {
  width: 5px;
}

.testi-content::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #862A1A;
  height: 5px;
}
/* SCROLLBAR END */

  /* Footer END */

 

  /* TOP BANNER */
  
  .top-banner{position: relative;}
  .home_banner{width: 100%;height: 860px;object-fit: cover;object-position: bottom;}

  .banner-accesory{
    width: 100%;
    height: 171px;
    background-image: url('../img/Home/rectangle.png');
    position: absolute;
    background-repeat: no-repeat;
    top: 30%;
  }

  .banner-accesory h2{
    color : #fff;
    position: relative;
    top: -110% ;
    left: 10% ;
    width: 330px;
  }

  .banner-accesory img{
    position: relative;
    top: -30px;
  }


  /* TOP BANNER END */

  /* SERVICES BANNER */
  
  .services-banner{
    position: relative;
    margin-top: -280px;
    left:0;
    right:0;
    width: auto;
    height: auto;
    background: rgba(238,110,67,1);
    background: -moz-linear-gradient(top, rgba(238,110,67,1) 0%, rgba(217,60,32,0.75) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(238,110,67,1)), color-stop(100%, rgba(217,60,32,0.75)));
    background: -webkit-linear-gradient(top, rgba(238,110,67,1) 0%, rgba(217,60,32,0.75) 100%);
    background: -o-linear-gradient(top, rgba(238,110,67,1) 0%, rgba(217,60,32,0.75) 100%);
    background: -ms-linear-gradient(top, rgba(238,110,67,1) 0%, rgba(217,60,32,0.75) 100%);
    background: linear-gradient(to bottom, rgba(238,110,67,1) 0%, rgba(217,60,32,0.75) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee6e43', endColorstr='#d93c20', GradientType=0 );
    padding : 1em 2em 2em 2em;
    border-radius: 20px;
  }

  .services-banner h4{
    color: #fff;
    font-family: slab!important;
  }

  .services-banner img{
    width: 100%;
    /* padding: 0.2em; */
    border-radius: 30px;
  }

  .textbtm-left {
    position: absolute;
    bottom: 25px;
    left: 50px;
    color:#fff;
    font-family:Open Sans!important;
    font-size: 18px;
  }


  /* SERVICES BANNER END */

  /* MAIN DESCRIPTION */

  .main-desc{
    padding : 4em;
    text-align: justify;
  }
  .main-desc h3{
    font-family: slab!important;
  }

  .main-desc h6{
    color: #d93b20 ;
  }

  .p-grey{
    color: #77675d;
  }

  .main-desc p{
    padding-top: 10px;
  }

  /* MAIN DESCRIPTION END */

  /* TESTIMONIAL */
  .testimonial {
    background: url("/img/Home/bg.png") center/cover no-repeat;
  }

  #demo .carousel-item {min-height: 284px;}
  #demo .carousel-indicators{bottom: -35px;}
  .testimonial {position: relative;}
  .home_banner2{width: 100%;}

  .testimonial-content{
    padding: 1em 0.8em;
    background-color: #d93b20;
    width: 650px;
    height: 90%;
    /* opacity: 0.85; */
    /* position: absolute; */
    margin-left: 30px;
    /* top: 10px; */
    /* transform: translateY(5%); */
    border-radius: 20px;
  }

  .testimonial-content .img-fluid {
    min-width: 100%;
    max-width: 100%;
  }

  .testimonial-content hr{
    width: 25%;
    height: 2px; 
    color: #fff; 
    background-color:#fff;
  }

  .testimonial-content h3{
    color: #fff;
  }

  .testimonial-content p{
    color: #fff;
  }

  .right.carousel-control, .left.carousel-control {
    display: none;
    
}
  .carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
  }


  /* TESTIMONIAL END */




  /* LOCATION MAP */
  .location-map{
    margin: 50px 0 50px 0; 
  }

  .location-list {
    background-color: #fff;
  }

  .location-list p:hover{
    background-color: #d93b20;
    color: #fff;
    border-radius: 2%;
  }

  .maps-container{
    padding-bottom:56.25%; 
    position:relative; 
    display:block; 
    width: 100%
  }

  .swiper-button-next:after, .swiper-button-prev:after {
  font-size: 20px !important;
    
 }
 .swiper-button-next, .swiper-button-prev {
  /* top: 93% !important; */
  top: 98% !important;
  }

  .swiper-pagination {
    /* bottom: 5% !important; */
    bottom: 1% !important;
  }
  
  /* LOCATION MAP END */
.circle-shapes{position:relative}
.circle-shapes .potato-font{top: 45px;left: 50px; position:absolute;text-align: right;}


/* .swiper-container {height: auto;} */
/* .testi-content {height: max-content;} */

@media (max-width: 991px){
	.home_banner {height: 515px;}
}

@media (max-width: 768px){
    .swiper-container {
      width: 100% !important;
    }
    .testimonial-content{
      /* padding: 2em; */
      padding: 1em;
      background-color: #d93b20;
      width: auto;
      height: 100%;
      /* opacity: 0.85; */
      position: relative;
      margin: 0 0 10px 0;
    }
    .location-list{
      text-align: center;
      height: auto;
      overflow: scroll;
    }
    .location-tittle{
      margin-top: 1em;
    }
    /* .banner-accesory{
      top:10%;
    } */
    .services-banner{
      margin-top: 20px;
	  margin-left: 0!important;
      margin-right: 0!important;
      padding: 0 0 15px 0;
    }
  .circle-shapes .potato-font {left: 20px;}
  .home_banner2{height:auto;}
}
@media (max-width: 767px){
	.banner-accesory{top: 72%;height: 100px;}
	.banner-accesory h2 {top: -211%;left: 0;width: 100%;padding-left: 20px;font-size: 24px;}
	.home_banner {height: auto;}
	.circle-shapes .potato-font br{display:none}
	.circle-shapes .potato-font {top: 0;left: 0;text-align: left;position: relative;margin-bottom: -30px;}
	.circle-shapes img{display:none}
	.main-desc {padding: 25px 0!important;}
}

/* ipad pro */
@media only screen 
  and (min-width: 1024px) 
  and (min-height: 1366px) {
    .testimonial-content{
      padding: 1em;
      background-color: #d93b20;
      width: 270px;
      height: 90%;
      /* opacity: 0.85; */
      /* position: absolute; */
      margin-left: 50px;
      top: 0;
      /* transform: translateY(5%); */
      
    }
    .testimonial-content p {
      color: #fff;
      font-size: 12px !important;
    }
    .swiper-slide {
      height: 340px !important;
    }
    .swiper-pagination {
      bottom: 1% !important;
    }
    .swiper-button-next:after, .swiper-button-prev:after {
      font-size: 15px !important;
      
   }
   .swiper-button-next, .swiper-button-prev {
    top: 98% !important;
    }
    .testi-content {
      height: 50px !important;
    }
}

@media (max-width: 1280px){
  .testi-content {
    height: 100px;
  }
  .swiper-button-next, .swiper-button-prev {
    /* top: 87% !important; */
    }
    .swiper-pagination {
      /* bottom: 11% !important; */
    }
}