.text-jutify {
    text-align: justify;
}

.logo-main {
    top: -15px;
    position: absolute;
    width: 100px;
    box-shadow: 3px 3px 8px 5px #00000078;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.footer4 ul li,
ol li {
    list-style: none;
    margin: 0;
    color: #808080;
}

.carousel-caption {
    bottom: 1.25rem;
    color: #fff;
    left: 0%;
    padding-bottom: 1.25rem;
    padding-top: 1.25rem;
    position: absolute;
    right: 0%;
    top: 35%;
    text-align: left;
}

.mobile-img {
    height: auto;
}

#header {
    background-color: #0e314c !important;
    box-shadow: 0 2px 28px 0 rgb(0 0 0 / 6%);
    padding-bottom: 15px;
    padding-top: 15px;
}

.first-div {
    margin-top: 80px;
}

.funfacts-area.bg-image {
    background-image: url(img/LG-In-Window.html);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.text-left {
    text-align: left;
}

.contact-special {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.contact-special h3 {
    margin: 0px;
}

.contact-info-box .icon {
    background: #f7fafd;
    border-radius: 50%;
    color: #44ce6f;
    display: inline-block;
    font-size: 30px;
    height: 50px;
    line-height: 50px;
    transition: .4s;
    width: 50px;
}

.dropdown:hover>.dropdown-menu {
    display: block;
}

.dropdown>.dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
}

.menu-wada-div {
    position: absolute;
    z-index: 99999;
    right: 20px;
    top: 25px;
}

.menu-wada-div .btn:after,
.btn:before {
    display: none;
}

.dropdown-item {
    text-align: right;
}

.dropdown-menu {
    text-align: left;
    right: 0px;
}

.menu-wada-div button {
    border: 1px solid #ffffffa8;
}

@media only screen and (max-width: 600px) {
    .bigdata-analytics-content h1 {
        font-size: 15px;
        margin-bottom: 11px;
        margin-top: 60px;
    }
    .logo-main {
        top: -15px;
        position: absolute;
        width: 70px;
        left: 2%;
        box-shadow: 3px 3px 8px 5px #00000078;
    }
    .carousel-caption {
        bottom: 1.25rem;
        color: #fff;
        left: 10%;
        padding-bottom: 1.25rem;
        padding-top: 1.25rem;
        position: absolute;
        right: 0%;
        top: 25%;
        text-align: left;
    }
    .menu-wada-div {
        position: absolute;
        z-index: 99999;
        right: 0px;
        top: 15px;
    }
    .menu-wada-div .btn {
        font-size: 13px;
        padding: 9px 25px;
    }
}

.go-bottomdiv {
    top: -200px;
    position: relative;
}

.go-bottom {
    position: relative;
    opacity: 0.7;
}

.go-bottom {
    color: #008ac1;
}

html {
    scroll-behavior: smooth
}

.img-shadow {
    box-shadow: 1px 1px 8px 1px #000000;
}

.main-logo {
    z-index: 99999;
}

.background-img {
    z-index: 998;
    position: relative;
}

.cloud-new {
    width: 300px;
    top: 50px;
    z-index: 999;
    left: 0px;
    opacity: 0.8;
    position: absolute;
    height: auto;
    animation-name: cloud1;
    animation-duration: 3000s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-fill-mode: both;
    animation-delay: 0s;
}

@keyframes cloud1 {
    0% {
        opacity: 0.75;
        transform: transateX(0)
    }
    10% {
        opacity: 0.75;
        transform: transateX(0)
    }
    45% {
        opacity: 0.5;
        transform: translateX(100vw)
    }
    90% {
        opacity: 0.75;
        transform: transateX(0)
    }
    100% {
        opacity: 0.75;
        transform: transateX(0)
    }
}
.discover-area {
    background: linear-gradient(135deg, #0f227f, #23bdb8);
    position: relative;
    z-index: 1;
}