.jright p{
    text-align: justify;
    -moz-text-align-last: right;
    text-align-last: right;
}
.jleft p{
    text-align: justify;
    -moz-text-align-last: left;
    text-align-last: left;
}
.videoCard {
    border-radius: 10px !important;
    overflow: hidden !important;
}
.videoCard .videoImage {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  transition: opacity 0.4s;
  z-index: 7;
}
.videoCard .e-con-inner {
  width: 100% !important;
  max-width: 100% !important;
}
.videoCard:hover .videoImage, .videoCard.inView .videoImage {
  opacity: 0;
}
html{
    overflow-x: hidden;
}
/** PRELOADER**/
.no-scroll {
   overflow: hidden;
}
body #load {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9901;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .35s ease-out;
    transition: all .35s ease-out;
}
body #load.loader-removed {
    opacity: 0;
    visibility: hidden;
}


/* ===== # KeyFrame ===== */
@keyframes partnerAnim {
    0% {
        transform: translateX(0px);
    }
    100% {
        transform: translateX(-3918px);
    }
}
@keyframes testimonialAnim {
    0% {
        transform: translateX(0px);
    }
    100% {
        transform: translateX(calc(200% + 786px));
    }
}
@keyframes testimonialAnim2 {
    0% {
        transform: translateX(0px);
    }
    100% {
        transform: translateX(-3780px);
    }
}
@keyframes workdetailsAnim {
    0% {
        transform: translateX(0px);
    }
    100% {
        transform: translateX(-2482px);
    }
}
@keyframes onlineAnim {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}
.available-status {
    display: inline-flex;
    position: relative;
    margin: 0;
    align-items: center;
    gap: 10px;
}
.available-status::after,
.available-status::before {
    content: '';
    position: relative;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: block;
    background: #d91438;
}
.available-status::after {
    position: absolute;
    left: 0;
    animation: onlineAnim 1s infinite linear;
}


/* ===== # Preloader ===== */
.preloader-wrap {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #030303;
}
.preloader-wrap .loader {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    position: relative;
}

/* ===== # Magic Cursor ===== */
#magic-cursor {
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    pointer-events: none;
    z-index: 10000;
    -webkit-transition: opacity 0.2s ease-in-out 0.5s;
    transition: opacity 0.2s ease-in-out 0.5s;
}
#ball {
    position: fixed;
    width: 40px;
    height: 40px;
    border: 2px solid #999999;
    border-radius: 50%;
    pointer-events: none;
    opacity: 0;
    box-sizing: border-box;
    /* -webkit-transform: scale(0.5);
    transform: scale(0.5); */
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* -webkit-transition: 0.2s;
    transition: 0.2s; */
    margin-left: -20px;
    margin-top: -20px;
}
#ball.hovered {
    transition: opacity .3s;
    opacity: 0 !important;
}

@media (max-width: 990px) {
    .jright p, .jleft p{
        -moz-text-align-last: auto;
        text-align-last: auto;
    }
}
@media (max-width: 768) {
    #ball {
 	 display: none;
	}
}

