/*!
  * Item: Kitzu
  * Description: Personal Portfolio Template
  * Author/Developer: Exill
  * Author/Developer URL: https://themeforest.net/user/exill
  * Version: v2.0.0
  * License: Themeforest Standard Licenses: https://themeforest.net/licenses
  */

/*----------- ADD YOUR CUSTOM CSS STYLES BELOW -----------*/

/* font  */
h1,h2,h3,h4,h5,h6,p,span,a{
  font-family: 'Hind Siliguri', sans-serif;
  
}

/* BUTTON  */
.custom-btn.button-scheme{
  background: transparent !important;
  transition: .3s all ease;
  -webkit-transition: .3s all ease;
  -moz-transition: .3s all ease;
  -ms-transition: .3s all ease;
  -o-transition: .3s all ease;
  border: 3px solid #009e66 !important;
  display: inline-block;
  position: relative;
  overflow: hidden;
  z-index: 999;
}
.custom-btn.button-scheme::after{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-color: #009e66;
  top: 0px;
  left: 0px;
  z-index: -1;
  transform: scale(0, 1);
  transition: .3s all ease;
  -webkit-transition: .3s all ease;
  -moz-transition: .3s all ease;
  -ms-transition: .3s all ease;
  -o-transition: .3s all ease;
}
.custom-btn.button-scheme:hover::after{
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
}




/* institute */

.slider {
  height: 350px;
  margin: auto;
  position: relative;
  width: 90%;
  display: grid;
  place-items: center;
  overflow: hidden;
}

/* .slide-track {
  display: flex;
  width: calc(300px * 14);
  animation: scroll 10s linear infinite;
  -webkit-animation: scroll 20s linear infinite;
}

.slide-track:hover {
  animation-play-state: paused;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-300px * 3));
    -webkit-transform: translateX(calc(-300px * 3));
    -moz-transform: translateX(calc(-300px * 3));
    -ms-transform: translateX(calc(-300px * 3));
    -o-transform: translateX(calc(-300px * 3));
}
} */

.slide-track {
  display: flex;
  width: calc(300px * 28); /* Duplicate content: 14 items * 2 */
  animation: scroll 60s linear infinite;
}

.slide-track:hover {
  animation-play-state: paused;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-300px * 14)); /* Shift by original set width */
  }
}






.slide {
  height: 200px;
  width: 300px;
  display: flex;
  align-items: center;
  padding: 15px;
  transition: .3s all ease;
  -webkit-transition: .3s all ease;
  -moz-transition: .3s all ease;
  -ms-transition: .3s all ease;
  -o-transition: .3s all ease;
  position: relative;

}

.slide div {
  width: 100%;
  transition: transform 300ms;
  -webkit-transition: transform 300ms;
  -moz-transition: transform 300ms;
  -ms-transition: transform 300ms;
  -o-transition: transform 300ms;
}

.slide div:hover {
  transform: translateZ(20px);
  -webkit-transform: translateZ(20px);
  -moz-transform: translateZ(20px);
  -ms-transform: translateZ(20px);
  -o-transform: translateZ(20px);
}

.slider::before,
.slider::after {
  background: linear-gradient(to right, #111111 0%, rgba(255,255,255,00) 100%);
  content: '';
  height: 100%;
  position: absolute;
  width: 15%;
  z-index: 2;
}

.slider::before {
  left: 0;
  top: 0;
}

.slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}

.slide img{
  width: 70px;
  padding-bottom: 10px;
}






.tns-outer button{
  display: none;
}

.item-content img {
  width: 50px;
}

.vp-title.Title_module_title__1f69cee0 {
    display: none;
}
header.Title_module_header__1f69cee0 {
    display: none;
}

.lightbox-wrapper .lightbox-content {
    margin-bottom: 0px;
}


.lity-close {
    position: absolute;
    top: -30px;
    right: -50px;
}

div#contact {
    padding-bottom: 100px;
}



footer a{
  font-weight: 700;
}

