
.distributor-section-animation {
    /* -webkit-animation-delay: 2.5s;
    -moz-animation-delay: 2.5s;
    animation-delay: 2.5s;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s; */
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation: ease 1.5s;
  }

  .common-section-animation {
    /* -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    animation-delay: 1.5s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s; */
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation: ease-in 1.5s;
  }
  /*=== FADE IN LEFT ===*/
@-webkit-keyframes fadeInLeft {
    from {
      opacity: 0;
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
    }

    to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  @keyframes fadeInLeft {
    from {
      opacity: 0;
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
    }

    to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }

  .fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
  }

  /*==== FADE IN RIGHT ===*/
@-webkit-keyframes fadeInRight {
    from {
      opacity: 0;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
    }

    to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  @keyframes fadeInRight {
    from {
      opacity: 0;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
    }

    to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }

  .fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
  }

  /* zooming css animation */

  .animate {
    /* -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s; */
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    /* -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    animation-delay: 1.5s; */
    animation: ease 1.4s;

  }


  /*==== FADE IN UP ===*/
@-webkit-keyframes fadeInUp {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
    }

    to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  @keyframes fadeInUp {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
    }

    to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }

  .fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
  }
  .img-animate-box{
    overflow: hidden;
  }

  .img-animate-box img{
    max-width: 100%;
    transition: all 0.3s ease-in-out;
    display: block;
    width: 100%;
    /* transform: scale(1); */
  }
  .img-animate-box:hover img{
    transform: scale(1.3);
  }
.box-z-index{
    z-index: 1;
}


.bounceIn-animated-img {
    animation: bounce ease-in-out 2s;
	-webkit-animation: bounce ease-in-out 2s;
	-moz-animation: bounce ease-in-out 2s;
	-o-animation: bounce ease-in-out 2s;
}

/*=== FADE IN DOWN ===*/
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
  }
  @-webkit-keyframes fadeInDown {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
    }
    100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  @keyframes fadeInDown {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
    }
    100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }

  .zoom-donload-icon {
    transition: transform .2s;
  }

  .zoom-donload-icon:hover {
    transform: scale(1.5);
  }
  .box-hover-effect:hover {
    box-shadow: 0 0 11px rgba(33,33,33,.2);
  }

 .text-uline-none{
  text-decoration: none;
 }

 /* ----------------------------------------------------
        navbar header
 -----------------------------------------------------
  */
 .sign-up-btn{
  display: block;
}
.navbar-nav .nav-item .nav-link {
  padding: 29px 8px !important;
}
.dropdown-item-hover:hover {
    background-color: #0034AD !important;
    color: #ffffff !important;
    font-weight: bold;
}
.dropdown-item.active{
  background: #0034AD !important;
  color: white !important;
}
.dropdown-menu li .dropdown-item{
  padding: 9px 1rem !important;
}
.dropdown-menu .dropdown-submenu {
    display: none;
    position: absolute !important;
    left: 100%;
    top: -7px;
}
/* .owl-theme .owl-nav [class*=owl-]:hover {
  background: none !important;
} */
/* ----------------------------------------------------
        all products
 -----------------------------------------------------
  */

  .product-parent-box{
    height: 450px;
    padding: 10px;
    border-radius: 53px;
    border: 1px solid transparent;
    }
    .product-parent-box:hover{
      border: 1px solid var(--txt-b0034AD);
      box-shadow: rgba(99, 99, 99, 0.35) 0px 2px 8px 0px;
      border-radius: 53px;
    }
    .product-parent-box:hover .btn-outline-dark{
      background-color: #0034AD !important;
    color: var(--theme-yFFEE00) !important;
    }
.product-img-box{
  height: 60%;
  /* display: flex; */
  flex-direction: column;
  align-items: inherit;;
  justify-content: center;
  cursor: pointer;

}
.mh-100{
  min-height: 100px;
}
.product-img-first {
  width: 100% !important;
  display: inline-block !important;
  height: 250px;
  object-fit: contain;
}
.product-img-base{
  width: 80% !important;
  display: none !important;
  margin-top: -24px;
  mix-blend-mode: unset;
}

.product-img-box img {
  width: 100%;
  transition: 0.5s all ease-in-out;
}

.product-img-box:hover img {
  transform: scale(.9);
  /* opacity: 0.5; */
}

.products-block .owl-dots{
  bottom: 0px !important;
}
.products-block .owl-dots button.owl-dot span{
  border: 1px solid gray !important;
}
  /* end */
  @media only screen and (max-width:575px){
    .similar-products-block .owl-dots{
      bottom: 15px !important;
    }
  }
 @media only screen and (max-width:288px){
  .sign-up-btn{
    display: none;
  }
  .product-img-base{
    margin-top: -22px;
  }
}
/* end */
 /* Product slider icon header */

@media only screen and (max-width:767.98px) {
  /* .owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev{
    margin-top: -90px;
  } */
  .product-img-first{
    width: 230px !important;
  }
}
@media only screen and (max-width:1199.98px) {
  .navbar-nav .nav-item .nav-link {
    padding: 17px 8px !important;
  }
}
@media only screen and (min-width:768px) and (max-width:991.98px) {
  /* .product-img-first{
    width: auto !important;
  } */
}
 /*  end */




