:root {
  --colorPrimary: #00548b;
  --colorSecondary: #003152;
}

.slick-slider {
  margin-bottom: 0px !important;
}

ul.slick-dots {
  display: none;
}

.sampleImg a {
  color: #fff;
  text-decoration: none;
}

.overlayText {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  color: #fff;
  transition: opacity 0.4s ease-in;
}

.sampleImg {
  position: relative;
  margin-top: 20px;
}

.sampleImg .custom-img {
  width: 350px;
  height: 250px;
  object-fit: contain;
}


.sampleImg:hover .overlayText {
  opacity: 1;
}

.micro-side .info-box.overflow-hidden.shadow.text-center {
  display: block;
  margin: 10px;
  position: relative;
}

div#home {
  width: 80% !important;
}

@media only screen and (max-width: 768px) {
  .slick-track {
    width: 100% !important;
  }

  div#home {
    width: 100% !important;
  }

  .owl-nav {
    display: none;
  }

  .bannerSlider {
    margin-top: 65px;
  }
}

input#frm_submitpopup1 {
  text-shadow: 0px 3px 6px var(--colorPrimary);
  background-color: var(--colorSecondary);
  background: linear-gradient(-45deg,
      var(--colorPrimary),
      var(--colorSecondary),
      var(--colorPrimary),
      var(--colorSecondary));
  background-size: 400% 400%;
  -webkit-animation: Gradient 3s ease infinite;
  -moz-animation: Gradient 3s ease infinite;
  animation: Gradient 3s ease infinite;
  color: var(--colorBtn);
  border: none;
}

#ami-3.owl-carousel.owl-loaded {
  width: 100%;
  /* height: 100%; */
  background-color: #fafafa;
  color: #000;
  background-size: cover;
  border-radius: 2vw;
}

#ami-3 .item-wrp {
  display: flex;
  flex-direction: column;
  padding: 5% 10% 10px;
}

#ami-3 .item-wrp>div {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #c8c8c8;
}

#ami-3 .item-wrp>div:last-child {
  border-bottom: none;
}

#ami-3 .item-wrp p {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
}

.bannerSlider .slick-slide {
  height: auto;
}

.bannerSlider {
  margin-top: 55px;
}

@media only screen and (min-width: 991px) {
  #ami-3 .item-wrp img {
    width: 5vw;
    height: 4vw;
    margin-right: 1vw;
  }

  #ami-3 .item-wrp p {
    font-size: 1.05vw;
  }

  #ami-3 .item-wrp>div {
    padding: 1vw 0;
  }
}

@media only screen and (max-width: 991px) {
  #ami-3 .item-wrp img {
    width: 20%;
    height: 20%;
    margin-right: 5%;
  }

  #ami-3 .item-wrp p {
    font-size: 14px;
  }

  #ami-3 .item-wrp>div {
    padding: 10px 0;
  }

  .bannerSlider {
    margin-top: 65px;
  }

  .section-header-inner {
    background: none;
  }
}



/********************************************************/
/********************************************************/
.micro-side li.nav-item.enqModal {
    background: #04793d;
}
.micro-side button.btn.btn-sm.btn-info.micro-form-btn-sm.effetGradient.effectScale.enqModal.mt-1 {
    background: linear-gradient(to right, #d81d6e, #04793d, #d81d6e);
    background-size: 400% 200%;
    -webkit-animation: Gradient 2s 
ease infinite;
    -moz-animation: Gradient 3s ease infinite;
    animation: Gradient 3s 
ease infinite;
}
.micro-side input#frm_submitpopup1 {
    background: #04793d;
}
.micro-side .custom-btn1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: conic-gradient(from 40deg at 50% 50%, rgba(255, 255, 255, 0) 50%, #b31a5c 100%);
    animation: rotateAndScaleAnimation 3s 
linear infinite;
}
span.head {
/*    background: #04793d;
    color: #ffffff !important;
    border: 0px !important;*/
        text-shadow: 0px 3px 6px var(--colorPrimary);
    background-color: var(--colorSecondary);
    background: linear-gradient(-45deg, var(--colorPrimary), var(--colorSecondary), var(--colorPrimary), var(--colorSecondary));
    background-size: 400% 400%;
    -webkit-animation: Gradient 3s 
ease infinite;
    -moz-animation: Gradient 3s ease infinite;
    animation: Gradient 3s 
ease infinite;
    color: var(--colorBtn);
    border: none;
    border: 0px !important;
    color: #ffffff !important;
    border-radius: 0px !important;
}
.about-img {
    width: 100%;
    z-index: 2;
    position: relative;
    box-shadow: 8px 9px 10px 0px #767070;
}
button#readMoreBtn {
    text-shadow: 0px 3px 6px var(--colorPrimary);
    background-color: var(--colorSecondary);
    background: linear-gradient(-45deg, var(--colorPrimary), var(--colorSecondary), var(--colorPrimary), var(--colorSecondary));
    background-size: 400% 400%;
    -webkit-animation: Gradient 3s 
ease infinite;
    -moz-animation: Gradient 3s ease infinite;
    animation: Gradient 3s 
ease infinite;
    color: var(--colorBtn);
    border: none;
}
