.landing_logo{
    height:50px;
}

.testimonal a:hover .svg {
    color: #38d9a9;
    transition: all .1s ease-in;
}
.testimonal a .svg {
    width: auto;
    max-width: 100%;
    max-height: 60px;
    color: #ffff;
    transition: all .1s ease-in;
}

.bg-img-tile-dol-icons-misc1:after {
    background-image: url(../images/testimoal_bg.svg);
    background-repeat: repeat;
}

.bg-img-o-20:after {
    opacity: .2;
}

.up_inner{
    overflow: hidden;
}
.three_img_landing{
    max-height: 400px !important;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

.up_inner #tut_video {
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    width: 100%;
    top: -40%;
    z-index: 0;
}