/* .gatsby-image-wrapper {
    width: 200px;
    height: 100%;
    margin: auto;
} */

.slick-prev:before,
.slick-next:before {
  /* color: #14b12e !important; */
  color: transparent;
}

.btn-primary:hover {
  box-shadow: unset !important;
}
.btn-primary {
  box-shadow: unset !important;
}

.btn-primary:not(:disabled):not(.disabled):active:focus {
  box-shadow: unset !important;
}

#gatsby-focus-wrapper
  > div
  > main
  > div:nth-child(1)
  > div
  > div
  > div:nth-child(2)
  > div
  > div
  > div.col-lg-5.col-md-12.col-12
  > div
  > picture
  > img {
  object-fit: contain !important;
}

/* .jumbotron {
    padding: 25px;
} */

main {
  padding-top: 80px;
}

/* main {
    margin-top:50px;
    margin-bottom:50px; 
    position:relative;
    min-height: 100vh;
} */

.layout-container {
  /* position:relative; */
  min-height: 100vh;
  flex-direction: column;
  justify-content: space-between;
  overflow-x: hidden;
  display: flex;
}

/* .footer{
    position:absolute; 
    bottom:0; 
    width:100%;
    
}  */

.update-cnt-image {
  max-width: 100%;
  height: auto;
}
circle {
  display: none;
}
/* .baneri-test{
    height: 100vh!important;
    overflow: hidden;
    position: relative;
    width: 100vw;
} */
video {
  /* width:900px; */
  /* height: 700px; */
  /* height: 100vh; */
  object-fit: cover;
  max-width: 100%;
  max-height: 100%;
}

figure {
  margin-right: unset !important;
  margin-top: unset !important;
  margin-bottom: unset !important;
  margin-left: 10px;
}

.loader {
  border: 16px solid #f3f3f3;
  border-top: 16px solid #3498db;
  border-radius: 50%;
  width: 130px;
  height: 130px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
