/*  <!-- below is image with search bar section --> */
  /* The hero image */
.hero-image {
    /* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
   
    background-image:  url("https://ik.imagekit.io/v8mvgiiho/HomePage_AK7P-CxnE.jpg?ik-sdk-version=javascript-1.4.3&updatedAt=1664883857884");
    /* Set a specific height */
    height: 25rem;
    width: 105%;
  
    /* Position and center the image to scale nicely on all screens */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
 
  }
  
  /* Place text in the middle of the image */
  .hero-text {
    text-align: center;
    position: relative;
 
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: rgb(2, 27, 248);
  
   
  }
 .box1{
  width: 85%;
  margin-left: 10%;
 }

/* Card design prev button and next button */



  .cards-wrapper {
    display: flex;
    justify-content: center;
  }
  .card img {
    max-width: 100%;
    max-height: 100%;
  }
  .card {
    margin: 0 0.5em;
    box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
    border: none;
    border-radius: 0;
  }
  /* .carousel-inner {
    padding: 1em;
  } */
  /* .carousel-control-prev,
  .carousel-control-next {
    background-color: #e1e1e1;
    width: 5vh;
    height: 5vh;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
  } */
  @media (min-width: 768px) {
    .card img {
      height: 11em;
    }
  }

  .owl-nav .owl-prev,
  .owl-nav .owl-next{
background-color: rgb(121, 173, 216) !important;
color: white !important;
font-size: 30px !important;
height: 40px !important;
width: 40px !important;
position: absolute;
top: 35%;
border-radius: 10px;
  }

  .owl-nav .owl-prev{
    left: 0;
  }

  .owl-nav .owl-next{
    right: 0;
  }


/* Partner css */

.container{
  padding-top: 150px;
}
h2{
  text-align: center;
  padding: 20px;
}
.slick-slide{
  margin: 0 20px;
}
.slick-slide img{
  width: 100%;
}
.slick-slider{
  position: relative;
  display: block;
  box-sizing: border-box;
}
.slick-list{
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-track{
  position: relative;
  top: 0;
  left: 0;
  display: block
}
.slick-slide{
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.slick-slide img{
  display: block;
}
.slick-initialized .slick-slide{
  display: block;
}
.copy{
  padding-top: 250px;
}




/* Enquire button in left side of screen */

#button-left{
  position: fixed;
top: 50%;
left: -3%;
display: inline-grid;
transform: rotate(0.75turn);
z-index: 100;



}

@media only screen and (max-width:800px){
  #button-left{
    position: fixed;
  top: 50%;
  left: -8%;
  display: inline-grid;
  transform: rotate(0.75turn);
  z-index: 100;
  
  
  }
}
@media only screen and (max-width:667px){
  #button-left{
    position: fixed;
  top: 50%;
  left: -10.5%;
  display: inline-grid;
  transform: rotate(0.75turn);
  z-index: 100;
  
  
  }
}
@media only screen and (max-width:844px){
  #button-left{
    position: fixed;
  top: 50%;
  left: -8.5%;
  display: inline-grid;
  transform: rotate(0.75turn);
  z-index: 100;
  
  
  }
}
@media only screen and (max-width:1024px){
  #button-left{
    position: fixed;
  top: 50%;
  left: -4.5%;
  display: inline-grid;
  transform: rotate(0.75turn);
  z-index: 100;
  
  
  }
}
@media only screen and (max-width:812px){
  #button-left{
    position: fixed;
  top: 50%;
  left: -10%;
  display: inline-grid;
  transform: rotate(0.75turn);
  z-index: 100;
  
  
  }
}
@media only screen and (min-width:667px){
  #button-left{
    position: fixed;
  top: 50%;
  left: -3.5%;
  display: inline-grid;
  transform: rotate(0.75turn);
  z-index: 100;
  
  
  }
}


