.navbar-brand > img {
    width: 100%;
    height: 15vh;
    /* height: 60px; */
}




.header {
    top: 0px !important;
    background: blueviolet;
}

/* .slider-text {
    top: 30% !important;
} */
.our-business li{
    font-size: 15px;
    font-family: inherit;
    font-size: 15px;
    font-weight: normal;
    /* line-height: 3; */
    margin: 0 0 10px;
    color: gray;
}
.our-business li a{
    color: gray !important;
}


/*====================
    Contact
  ====================*/

.page-title img{
    width: 100%;
    height: 80vh;
}

.text-wrapper {
    display: flex;
    /* justify-content: flex-start; */
    background:  #ffad18;
    overflow: hidden;
    height: 40px;

}

.text-wrapper p {
    font-size: 20px;
    /* text-transform: uppercase; */
    /* color: transparent; */
    /* -webkit-text-stroke-width: 0.1px; */
    /* -webkit-text-stroke-color: #fff; */
    /* -text-stroke-color: #fff; */
    color: red;
    white-space: nowrap;
    padding: 0 6rem;
    letter-spacing: 1px;
    animation: move-rtl 15000ms linear infinite;
}

@keyframes move-rtl {
    0% {
        transform: translate(0);
    }
    100% {
        transform: translate(-100%);
    }

}