/* Start custom CSS for html, class: .elementor-element-079536d */.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
@keyframes fadeLeft {
  from {
    opacity: 0;
    transform: translateX(-100%);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.animated.fadeInLeft {
  animation-name: fadeLeft;
}


@keyframes fadeRight {
  from {
    opacity: 0;
    transform: translateX(100%);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.animated.fadeInRight {
  animation-name: fadeRight;
}


/**************Animation CSS End Here****************/



/**************Who View Your Profile CSS Start Here****************/
#timeline {
  list-style: none;
  position: relative;
  margin:50px auto;
  width: 100vw;
}
#timeline:before {
  top: 0;
  bottom: 600px;
  position: absolute;
  content: " ";
  width: 2px;
  background-color: #4997cd;
  left: 50%;
  margin-left: -1.5px;
}
#timeline .clearFix {
  clear: both;
  height: 0;
}
#timeline .timeline-badge {
	color: #fff;
	width: 25px;
	height: 25px;
	font-size: 1.2em;
	text-align: center;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -13px;
	background-color: #fff;
	z-index: 6;
	border-radius: 50%;
	border: 2px solid #4997cd;
}
#timeline .timeline-badge span.timeline-balloon-date-day {
  font-size: 1.4em;
}
#timeline .timeline-badge span.timeline-balloon-date-month {
  font-size: .7em;
  position: relative;
  top: -10px;
}
#timeline .timeline-badge.timeline-filter-movement {
  background-color: #ffffff;
  font-size: 1.7em;
  height: 35px;
  margin-left: -18px;
  width: 35px;
  top: 40px;
}
#timeline .timeline-badge.timeline-filter-movement a span {
  color: #4997cd;
  font-size: 1.3em;
  top: -1px;
}
#timeline .timeline-badge.timeline-future-movement {
	background-color: #ffffff;
	height: 120px;
	width: 120px;
	font-size: 1.7em;
	top: -16px;
	margin-left: -60px;
	border: 2px solid #4997cd;
}
#timeline .timeline-badge.timeline-future-movement p {
	color:#1782cc;
	position: absolute;
	top: 40px;
	left: 32px;
}
#timeline .timeline-badge.timeline-future-movement a span {
  color: #4997cd;
  font-size: .9em;
  top: 0;
  left: 1px;
}
#timeline .timeline-movement {
/*   border-bottom: dashed 1px #4997cd; */
  position: relative;
  margin-bottom: 10rem;
}
#timeline .timeline-movement.timeline-movement-top {
  height: 60px;
}
#timeline .timeline-movement.timeline-init-top {
  height: 250px;
}
#timeline .timeline-movement.timeline-finish-bottom {
  height: 930px;
}
#timeline .timeline-movement .timeline-item .timeline-panel .timeline-panel-ul,
.start-timeline {
  border: 1px solid #d4d4d4;
  border-radius: 3px;
  background-color: #666666;
  color: white;
  padding: 10px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}
#timeline .timeline-movement .timeline-item .timeline-panel .timeline-panel-ul {
  list-style: none;
  margin: 0;
}

#timeline .timeline-movement .timeline-item .timeline-panel.credits  .timeline-panel-ul .lefting-wrap {
	float: right;
	width: 30%;
	height: 130px;
	background-color: floralwhite;
}
#timeline .timeline-movement .timeline-item .timeline-panel.credits  .timeline-panel-ul .righting-wrap {
	float: left;
	width: 70%;
	height: 130px;
	padding: 0 12px 0 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#timeline .timeline-movement .timeline-item .timeline-panel.credits  .timeline-panel-ul .righting-wrap-min {
	width: 53%;
	height: 170px;
  float: left;
	padding: 0 12px 0 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#timeline .timeline-movement .timeline-item .timeline-panel.credits .timeline-panel-ul li {
  color: white;
  width: 100%;
}
.clear {
	clear:both;
}
#timeline .timeline-movement .timeline-item .timeline-panel.debits  .timeline-panel-ul .lefting-wrap {
	float: left;
	width: 30%;
	height: 130px;
	background-color: floralwhite;
}
#timeline .timeline-movement .timeline-item .timeline-panel.debits  .timeline-panel-ul .righting-wrap {
	float: right;
	width: 70%;
	height: 130px;
	padding: 0 0 0 12px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#timeline .timeline-movement .timeline-item .timeline-panel.debits  .timeline-panel-ul .righting-wrap-min {
	width: 50%;
	height: 170px;
    float: right;
	padding: 0 12px 0 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#timeline .timeline-movement .timeline-item .timeline-panel.debits .timeline-panel-ul li.img-wraping {
	width: 100%;
}
#timeline .timeline-movement .timeline-item .timeline-panel.debits .timeline-panel-ul li.img-wraping a img, #timeline .timeline-movement .timeline-item .timeline-panel.credits .timeline-panel-ul li.img-wraping a img {
    width: 100%;
    height: 130px;
}
#timeline .timeline-movement .timeline-item .timeline-panel.debits .timeline-panel-ul li {
	color: #666;
	width: 100%;
}
#timeline .timeline-movement .timeline-item .timeline-panel.credits .timeline-panel-ul li a.importo  {
  color: white;
  font-size: 1.3em;
  font-weight: 600;
}
#timeline .timeline-movement .timeline-item .timeline-panel.debits .timeline-panel-ul {
  text-align: left;
}
#timeline .timeline-movement .timeline-item .timeline-panel.debits .timeline-panel-ul a.importo {
  color: #e2001a;
  font-size: 1.3em;
  font-weight: 600;
}
.position-ab {
    position: absolute;
    top: -20%;
    right: 30%;
}
.position-ab1 {
    position: absolute;
    top: -69%;
    right: -36%;
    width: 100%;
}
.wrapper-out {
  overflow-x: hidden;
}
.main-page-wrapper {
  background: url(http://www.kalise.com/wp-content/themes/woodmart/images/media/background-1.jpg) fixed center/cover;
}
.pos-ab1 {
  position: absolute;
  transform: translateY(-20px);
}
.pos-ab2 {
  position: absolute;
  transform: translateY(-90px);
}
.pos-relative {
  position: relative;
  bottom: 100px;
}
.margin-img {
  height: 200px;
}
.bg-main {
  background-color: #666666;
}
@media (max-width:600px) {
  .pos-relative {
    position: relative;
    bottom: 50px;
  }
}
/**************Who View Your Profile CSS End Here****************//* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6f04e93 */p, img, h3 {
    pointer-events: none;
    user-select: none;
}
.bg-pri {
    background-color: #666666;
}
.w-80 {
    width: 80%;
}
.opacity {
    opacity: 0;
}
[id*="animation"] {
    transition: ease all 1s;
}
.bg-pri {
    box-shadow: 5px 5px 11px -5px black;
}
main {
    position: fixed;
    top: 42px;
    left: 0;
    width: 100%;
    height: calc(100vh - 42px);
    -webkit-backface-visibility: hidden;
}
.bg-1920 {
    background: url(http://www.kalise.com/wp-content/themes/woodmart/images/media/background-1.jpg) center/cover fixed no-repeat;
    z-index: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    -webkit-backface-visibility: hidden;
}
.height-margin {
    width: auto;
    height: 14900px;
}
.slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 14900px;
    height: 100%;
    cursor: grab;
}
.slider.active {
    cursor: grabbing;
}
.timeline-line {
    z-index: 2;
    position: fixed;
    border-radius: 0.5rem;
    top: 50%;
    left: 1%;
    right: 0;
    height: 16px;
    margin-right: 5%;
    background: white;
    pointer-events: none;
    user-select: none;
}
.slider-inner {
    position: absolute;
    top: 15%;
    width: 100%;
    height: 70%;
    display: flex;
    justify-content: space-around;
    pointer-events: none;
}
.item {
    transition: ease all 1s;
    z-index: 3;
    display: flex;
    align-content: center;
    position: relative;
    width: 400px;
    height: 100%;
}
.item.large {
    width: 600px;
}
.item.margin {
    display: flex;
    align-content: center;
    position: relative;
    width: 300px;
    height: 100%;
}
.item.margin.min {
    z-index: -1;
    display: flex;
    align-content: center;
    position: relative;
    width: 200px;
    height: 100%;
}
.item.top {
    position: relative;
    bottom: 10%;
}
.item.top::before {
    content: "";
    position: absolute;
    bottom: 40%;
    left: 50%;
    display: block;
    border-right: 15px solid transparent;
    border-top: 15px solid transparent;
    border-left: 15px solid transparent;
    border-bottom: 15px solid #ffffff;
}
.item.bottom {
    position: relative;
    top: 50%;
    padding-top: 2.5rem;
}
.item.bottom::before {
    content: "";
    position: absolute;
    top: 2%;
    left: 50%;
    display: block;
    border-right: 20px solid transparent;
    border-top: 20px solid transparent;
    border-left: 20px solid transparent;
    border-bottom: 20px solid #ffffff;
    transform: rotate(180deg);
}
.item.center {
    width: 800px;
}
.positionUp {
    z-index: 4;
}
.hiddenBottom {
    opacity: 0;
    transform: translate(100%, 100%);
}
.showBottom {
    opacity: 1;
    transform: translate(0, 0);
}
.hiddenTop {
    opacity: 0;
    transform: translate(100%, -100%);
}
.showTop {
    opacity: 1;
    transform: translate(0, 0);
}
.mouse {
    position: relative;
}
.mouse::after {
    content: "";
    position: absolute;
    bottom: 43.5%;
    left: 54%;
    width: 4px;
    height: 15px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    background: #fff;
    background: linear-gradient(to bottom,#1616166b 30%,rgba(255, 255, 255, 0.843) 50%);
    background-size: 100% 50%;
    -webkit-box-shadow: 0 0 2px #1616166b;
    box-shadow: 0 0 2px #1616166b;
    -webkit-animation: do-scroll 6s ease-in infinite alternate-reverse;
    animation: do-scroll 6s ease-in infinite alternate-reverse;
    pointer-events: none;
    user-select: none;
}

@keyframes do-scroll {
    0%{
        background-position:0 0
    }
    100%{
        background-position:0 -1000%
    }
}

/* Content style */

#animation2 {
    position: relative;
    bottom: 26%;
}
#animation6,
#animation10,
#animation18{
    position: relative;
    bottom: 7%;   
}
#animation12 {
    position: relative;
    top: 9%;
}
#animation16 {
    position: relative;
    bottom: 22px;
}

/* Image position */

.pos-ab-1 {
    position: absolute;
    left: 50%;
    top: -87%;
}
.pos-ab-2 {
    position: absolute;
    left: 41%;
    top: 18%;
}
.pos-ab-3 {
    position: absolute;
    left: 34%;
    top: 73%;
}
.pos-ab-4 {
    position: absolute;
    left: 28%;
    top: -51%;
}
.pos-ab-5 {
    position: absolute;
    left: 80%;
    top: 70%;
}
.pos-ab-6 {
    position: absolute;
    left: 43%;
    top: -76%;
}
.pos-ab-7 {
    position: absolute;
    top: 20%;
    left: 92%;
}
.pos-ab-8 {
    position: absolute;
    left: 53%;
    top: -70%;
}
.pos-ab-9 {
    position: absolute;
    left: 67%;
    top: 70%;
}
.pos-ab-10 {
    position: absolute;
    left: 51%;
    top: -52%;
}
.pos-ab-11 {
    position: absolute;
    top: 58%;
    left: 40%;
}
.pos-ab-12 {
    position: absolute;
    top: -65%;
    left: 56%;
}
.pos-ab-13 {
    position: absolute;
    top: 20%;
    left: 89%;
}
.pos-ab-14 {
    position: absolute;
    top: -46%;
    left: 57%;
}
.pos-ab-15 {
    position: absolute;
    top: 80%;
    left: 62%;
}
.pos-ab-16 {
    position: absolute;
    top: -70%;
    left: 56%;
}
.pos-ab-17 {
    position: absolute;
    bottom: 0;
    left: 78%;
}
.pos-ab-19 {
    position: absolute;
    top: -72%;
    left: 45%;
}
.pos-ab-18 {
    position: absolute;
    top: 45%;
    left: 38%;
}
.pos-ab-20 {
    position: absolute;
    top: 78%;
    left: 50%;
}
.poster1 {
    position: absolute;
    height: auto;
    width: 40%;
    left: -31.5%;
    top: -5%;
    max-width: 521px;
    max-height: 850px;
    z-index: 10;
}
.poster2 {
    position: absolute;
    height: auto;
    width: 40%;
    right: -33%;
    top: -5%;
    max-width: 521px;
    max-height: 850px;
    z-index: 10;
}
.poster-date-1 {
    width: 29.5%;
    position: absolute;
    bottom: 3.5%;
    left: -27%;
    z-index: 10;
}
.poster-date-2 {
    width: 29.5%;
    position: absolute;
    bottom: 3.5%;
    right: -27%;
    z-index: 10;
}
.poster1-mobile {
    position: relative;
    left: 15%;
}
.poster2-mobile {
    position: relative;
    right: 15%;
}
.poster-date-mobile-1 {
    width: 50%;
    position: relative;
    left: 40%;
}
.poster-date-mobile-2 {
    width: 50%;
    position: relative;
    left: 5%;
}

/* Responsive */

@media (max-width: 1050px) {
    .w-80 {
        width: 70%;
    }
    .w-100 {
        width: 90%!important;
    }
    .pos-ab-5 {
        left: 70%;
    }
}

@media (max-width: 750px) {
    .bg-1920 {
        height: calc(100vh + 60px);
        transform: scale(1.5);
    }
    .w-80 {
        width: 60%;
    }
    .w-100 {
        width: 80%!important;
    }
    .height-margin {
        height: 12500px;
        margin-bottom: 450px;
    }
    .slider {
        font-size: 0.9rem;
        width: 12500px;
    }
    .mouse::after {
    left: 61%;
    }
    .item.center {
        width: 500px;
    }
    .item.center.finish {
        width: 650px;
    }
    .timeline-line {
        left: 1%;
        margin-right: 1%;
    }
     .pos-ab-1 {
        top: -65%;
    }
    .pos-ab-2 {
        top: 37%;
    }
    .pos-ab-5 {
        top: 80%;
    }
    .pos-ab-6 {
        top: -44%;
    }
    .pos-ab-8 {
        top: -40%;
    }
    .pos-ab-9 {
        top: 75%;
    }
    .pos-ab-10 {
        top: -47%;
    }
    .pos-ab-11 {
        top: 57%;
        left: 53%;
    }
    .pos-ab-14 {
        top: -46%;
    }
    .pos-ab-15 {
        top: 84%;
        left: 57%;
    }
    .pos-ab-16 {
        top: -55%;
    }
    .pos-ab-19 {
        top: -40%;
    }
}

/* Timeline history link */

.history-nav {
    position: fixed;
    top: 67px;
    left: 0;
    width: 100vw;
    height: 42px;
    background-color: #000000cc;
    z-index: 10;
}
.history-nav ul {
    display: flex;
}
.history-nav ul li {
    margin: 0 1rem;
}
.history-nav ul li a {
    color: white;
    font-size: 1rem;
    transition: ease all 0.5s;
}
.history-nav ul li a:hover {
    font-size: 1.5rem;
    color: white;
    text-decoration: none;
}
.history-nav ul li a.active {
    text-shadow: 0 0 10px black;
    font-size: 1.5rem;
}
@media (max-width: 750px) {
    .history-nav ul li {
        margin: 0 0.2rem;
    }
    .history-nav ul li a {
        font-size: 0.8rem;
    }
    .history-nav ul li a:hover {
        font-size: 1rem;
    }
    .history-nav ul li a.active {
    font-size: 1rem;
    }
}/* End custom CSS */
/* Start custom CSS */* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    scroll-behavior: none;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    line-height: 1.7;
}
/*::-webkit-scrollbar {*/
/*    display: none;*/
/*}*//* End custom CSS */