



  
  /* Position the image container (needed to position the left and right arrows) */
  .resizeme {
    position: relative;

  }
  
  /* Hide the images by default */
  .mySlides {
    display: none;
    height: 450px;
  }
  
  /* Add a pointer when hovering over the thumbnail images */
  .cursor {
    cursor: pointer;
  }
  
  /* Next & previous buttons */
  .prev,
  .next {
    cursor: pointer;
    position: absolute;
    top: 40%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
  }
  
  /* Position the "next button" to the right */
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover,
  .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }
  
  /* Number text (1/3 etc) */
  .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }
  
  /* Container for image text */
  .caption-container {
    text-align: center;
    background-color: #222;
    padding: 2px 16px;
    color: white;
  }
  
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  
  /* Six columns side by side */
  .column {
    float: left;
    width: 16.66%;
  }
  
  /* Add a transparency effect for thumnbail images */
  .demo {
    opacity: 0.6;
  }
  
  .active,
  .demo:hover {
    opacity: 1;
  }
  .givememargin{
    display: flex;
   
    position: relative;
    left: 170px;
  }
  .clickme{
    margin-right: 15px;
  } 
.objecme{
    
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.btndiv{
  height: 40px;
  
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  
}

.contactusfor{
  background-color: white;
  border: none;
  border-radius: 6px;
  height: 90%;
  width: 7rem;
  border:1px solid black ;
  text-align: center;
  text-decoration: none;
  padding-top:4px ;
  color: black;
}
.contactusfor:hover{
  background-color: orange;
 height: 90%;
 width: 7rem;
  border-radius: 6px;
  transition: 0.3s ease-in-out;
  text-decoration: none;
  color: black;
}

.btnb{
  display: flex;
  /* align-items: flex-end; */
  justify-content: flex-end;
}
.btnb:hover{
  opacity: 0.8;
}
.btnb a{
  text-decoration: none;
}
.backme{
  background-color:orange ;
  /* border-bottom: 2px solid black; */
 padding: 4px 8px;
 color: black;
 border-radius: 6px;
}
.backme:hover{
  color: black;
}
.caption-container{
  height: 40px;
}
#caption{
  font-size: 25px;
  
}
.its-veryhard{
  height: 80%;
}


@media (max-width:908px) {
  .givememargin{
      margin-left: -80px;
  }
}
@media (max-width:768px) {
  .givememargin{
      margin-left: -130px;
  }
}
@media (max-width:450px) {
  .givememargin{
  
  margin-left: -150px;
  }
}
@media (max-width:460px) {
  .givememargin{
  
  margin-left: -150px;
  }
}
@media (max-width:430px) {
  .givememargin{
  
  margin-left: -160px;
  }
  .gave-it{
    height: 90%;
  }
}
@media (max-width:415px) {
  .givememargin{
  
  margin-left: -168px;
  
  }
  .gave-it{
    height: 89%;
  }
}
@media (max-width:400px) {
 
  .givememargin{
  width: 99%;
  
  margin-left: -117px;
  }
  .gave-it{
    height: 85%;
  }
}
