
h2 {
  position: relative;
}

.home-bootstrap-row{
 max-width: 100vw !important;
 margin: 0 !important;
 padding: 0 !important;
}

/* Heading style */
.home-headings h2 {
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 5px;
}
.home-headings h2:before {
  width: 28px;
  height: 5px;
  display: block;
  content: "";
  position: absolute;
  bottom: 3px;
  left: 50%;
  margin-left: -14px;
  background-color: black;
}
.home-headings h2:after {
  width: 100px;
  height: 1px;
  display: block;
  content: "";
  position: relative;
  margin-top: 10px;
  left: 50%;
  margin-left: -50px;
  background-color: black;
}

.first-slider-main-container{
  margin-bottom: 8px;
}
.first-slider-img{
  height: 100vh !important;
  width: 100% !important;
  object-fit: cover
}


.blog-slider-main-container{
  margin-bottom: 8px;
}

.home-blog-img-container{
  position: relative;
  height: 465px;
}

.testimonial-slider-link{
  cursor: pointer; 
  height: 100% !important;
}

.testimonial-slider-content{
  display: flex; 
  justify-content: center;
  position: absolute;
  left:0; 
  top:0; 
  width:100%; 
  height:100%; 
  background-color: #285B8A; 
  z-index:10; 
  padding: 0 100px;
}

.home-blog-img{
  position: absolute;
  width: 100%; 
  height: 100%; 
  object-fit: cover;
}

.home-blog-card-title-container{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 0 10px;
  display: flex;
  justify-content: center;
}

.blog-quote-icon{
  width: 60px;
  height: 60px;
}


/* Product slider */

.video-container {
  position: relative;
  width: 100% !important;
  height: 100% !important;
  overflow: hidden;
}

.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover !important;
}

.home-product-heading{
  display: flex; 
  justify-content: center;
  position:absolute; 
  left:0; 
  top:0; 
  width:100%; 
  height:100%; 
  background-color: rgba(0,0,0,0.3); 
  z-index:10; 
}

.product-slider-column{
  padding: 0 !important;
}

.carousel-indicators li {
  background-color: #bbb;
  border-radius: 100%;
  width: 8px !important;
  height: 8px !important;
  margin: 0 4px;
}

.carousel-indicators .active {
  background-color: #007BFF;
}

.product-slider-container{
  background-color: #F6F8FA !important;
}

.product-slider > h5{
  color: gray;
}

.product-slider-nav ul li button {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 20px 5px;
  color: '#3c376';
  font-size: 2rem;
}

.product-slider-nav ul li button span {
  position: relative;
  display: inline-block;
  transform: translateX(0);
  transition: transform 0.3s ease;
}

.travel-slider-previous:hover span {
  transform: translateX(-10px) scale(1.2);
}

.travel-slider-next:hover span {
  transform: translateX(10px) scale(1.2);
}

.home-slider-previous:hover span {
  transform: translateX(-10px) scale(1.2);
}

.home-slider-next:hover span {
  transform: translateX(10px) scale(1.2);
}

.product-slider-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}

.product-slider-nav li {
  display: flex;
  justify-content: center;
  flex: 2;
  text-align: center;
}

.product-slider > a > img {
  max-width: 100%;
  display: none;
  box-shadow: 10px 10px 20px 0 rgba(94,47,59,0.2);
}

.product-slider > a > img.active {
  display: block;
  animation: fadeImg 0.8s;
}

.product-slider-nav .arrow {
  flex: 0 0 15%;
}

.product-slider-nav .arrow .fa{
  font-size: 22px;
}

.product-slider-nav a {
  flex-basis: 100%;
  display: flex;
  align-items: center;
}

.product-slider-nav span {
  display: block;
  width: 100%;
}

.home-content-left-container{
  width: 65% !important;
  margin-right: 8px;
}

.home-content-right-container{
  width: 35% !important;
  height: 100% !important;
  padding-left: 8px !important;
}

@keyframes fadeImg {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* --------------------------- */


@media (max-width: 992px){
  .first-slider-img{
    height: 50vh !important;
  }
  .home-content-left-container{
    width: 100% !important;
  }

  .home-content-right-container{
    width: 100% !important;
    padding-left: 0;
  }

  .home-blog-img-container{
    height: 400px;
  }

  .testimonial-slider-content{
    padding: 0 100px;
  }
  .testimonial-slider-link{
    min-height: 350px;
  }

  .blog-quote-icon{
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 767px){
  .first-slider-img{
    height: 35vh !important;
  }
  .home-blog-card-title, .blog-card-title{
    font-size: 18px;
  }
  .home-blog-read-more{
    font-size: 10px;
  }
  .home-blog-img-container{
    height: 250px;
  }
  .product-slider > h5{
    font-size: 16px;
  }
  .product-slider-nav .arrow .fa{
    font-size: 18px;
  }
  .product-slider-nav .arrow > button{
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .testimonial-slider-link{
    min-height: 350px;
  }

  .testimonial-slider-content{
    padding: 0 75px;
  }

  .blog-quote-icon{
    width: 25px;
    height: 25px;
  }
}
