html {
    overflow-x: hidden;
}

body {
    background-color: #fff;
    font-family: 'Poppins', sans-serif;
}
.arVersion{
    font-family: 'Readex Pro', sans-serif;
}

.arVersion .findUs{
    letter-spacing: 0;
}
.arVersion .legalSection {
    position: relative;
    bottom: -15px;
    left: 0;
    text-align: left;
    font-size: 9px;
}
.arVersion .solutionBox{
    border-right: 4px solid #102B3F;
    border-left: none;

}
.arVersion .solution-container{
    padding-left: auto;
    padding-right: 10px;
}
.arVersion .PaddingRightRemoved {
    padding-left: 0;
}
.arVersion .PaddingLeftRemoved{
    padding-right: 7px;
}


/* scroll down button */
@-moz-keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        -moz-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -moz-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    60% {
        -moz-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@-webkit-keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    60% {
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

.gallery {
    background: #EEE;
}

.gallery-cell {
    width: 66%;
    height: 200px;
    margin-right: 10px;
    background: #8C8;
    counter-increment: gallery-cell;
}

.socials {
    margin: 1em 0;
}

/* cell number */
.gallery-cell:before {
    display: block;
    text-align: center;
    content: counter(gallery-cell);
    line-height: 200px;
    font-size: 80px;
    color: white;
}

.showw {
    display: none;
}

.arrow {
    position: fixed;
    bottom: 50px;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    height: 40px;
    background-image: url('/images/download.png');
    background-size: contain;
}

.bounce {
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}

.arrowFade {
    opacity: 0;
    transition: 1s all ease-out;
}

.container-fluid {
    padding-top: 70px;
    padding-bottom: 70px;
}

.container {
    margin: 0;
}

.reveal {
    position: relative;
    opacity: 0;
}

.reveal.active {
    opacity: 1;
}

.active.fade-bottom {
    animation: fade-bottom 1s ease-in;
}

.active.fade-left {
    animation: fade-left 1s ease-in;
}

.active.fade-right {
    animation: fade-right 1s ease-in;
}

@keyframes fade-bottom {
    0% {
        transform: translateY(50px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fade-left {
    0% {
        transform: translateX(-100px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fade-right {
    0% {
        transform: translateX(100px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.navbar-bg {
    background-color: #ffffff !important;
    box-shadow: 0 2px 2px -2px rgba(0, 0, 0, .2);
    -webkit-transition: background-color 1s ease-out;
    -moz-transition: background-color 1s ease-out;
    -o-transition: background-color 1s ease-out;
    transition: background-color 1s ease-out;
}

.navbar {
    width: 100%;
    position: fixed;
    left: 0;
    display: flex;
    z-index: 1;
    padding: 0 10%;
    padding-bottom: 5px;
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
    font-size: 12px;
}

.object-div {
    margin: 2% auto;
    max-width: 600px;
}

.border-right {
    border-right: 16px solid #4B2C89;
}

.navbar-header {
    padding-top: 3px;
    /* padding-left: 7em; */
}


.fixFontSize {
    font-size: 12px;
    margin-bottom: 0;
}

.fixFontSize2 {
    font-size: 11px;
    padding-bottom: 19px;
}

.fixPadding {
    padding-bottom: 13px;
}

.navbar-header p {
    display: inline;
    font-weight: 600;
    margin: 0;
    padding: 0;
    font-size: 30px;
    color: #102B3F;
    position: relative;
    top: 30px;
}

.gallery {
    display: flex;
    margin: 10px auto;
    max-width: 900px;
    position: relative;
    padding-top: 66.6666666667%;
}

@media screen and (min-width: 600px) {
    .gallery {
        padding-top: 400px;
    }
}

.gallery__img {
    position: absolute;
    width: 900px;
    height: 400px;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.gallery__thumb {
    padding-top: 6px;
    margin: 6px;
    display: block;
}

.gallery__selector {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

.gallery__selector:checked+.gallery__img {
    opacity: 1;
}

.gallery__selector:checked~.gallery__thumb>img {
    box-shadow: 0 0 0 3px #0be2f6;
}

.nav-item {
    font-weight: 500;
    font-size: 13px;
    padding-left: 16px;

}

.nav-item a {
    text-decoration: none;

}

.navbar-nav {
    position: fixed;
    top: 35px;
    right: 60px;

}
.arVersion .navbar-nav {
    position: fixed;
    top: 35px;
    left: 60px;
    right: auto;
}

.containerHeader {
    display: inline-block;
}

.navbar-nav li a:hover {
    color: #6247AA !important;
}

.pageTitle {
    position: relative;
    top: 17px;
    left: -3px
}

.pageTitle h3 {
    font-family: 900;
    font-size: 17px;
}

.whiteFont {
    color: #fff;
}

.benefitsDiv {
    margin-bottom: 2em;
}

.benefitsDiv h5 {
    font-size: 14px;
}

.benefitsDiv span {
    font-size: 12px;
    line-height: 0;
}

@keyframes color {
    0% {
        background: url('../images/topview2.jpg');
    }

    50% {
        background: url('../images/topview1.jpg');
    }

    70% {
        background: url('../images/topview5.jpg');
    }

    100% {
        background: url('../images/topview4.jpg');
    }
}

.home-container {
    background-color: #000;
    height: 100vh;
    width: 100%;
    display: flex;
    /* establish flex container */
    flex-direction: column;
    /* make main-axis vertical */
    justify-content: center;
    /* align items vertically, in this case */
    align-items: center;
    /* align items horizontally, in this case */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}

.crossfade>figure {
    animation: imageAnimation 30s linear infinite 0s;
    backface-visibility: hidden;
    background-size: cover;
    background-position: center center;
    color: transparent;
    height: 100%;
    left: 0px;
    opacity: 0;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 0;
    margin: 0;
}

.crossfade>figure:nth-child(1) {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(10, 10, 10, 0.85)), url('../images/topview3.jpg');
    height: 100vh;
    width: 100%;
    display: flex;
    /* establish flex container */
    flex-direction: column;
    /* make main-axis vertical */
    justify-content: center;
    /* align items vertically, in this case */
    align-items: center;
    /* align items horizontally, in this case */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.crossfade>figure:nth-child(2) {
    animation-delay: 6s;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(10, 10, 10, 0.85)), url('../images/supplierOverview.jpg');
    height: 100vh;
    width: 100%;
    display: flex;
    /* establish flex container */
    flex-direction: column;
    /* make main-axis vertical */
    justify-content: center;
    /* align items vertically, in this case */
    align-items: center;
    /* align items horizontally, in this case */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.crossfade>figure:nth-child(3) {
    animation-delay: 12s;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(10, 10, 10, 0.85)), url('../images/topview5.jpg');
    height: 100vh;
    width: 100%;
    display: flex;
    /* establish flex container */
    flex-direction: column;
    /* make main-axis vertical */
    justify-content: center;
    /* align items vertically, in this case */
    align-items: center;
    /* align items horizontally, in this case */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.crossfade>figure:nth-child(4) {
    animation-delay: 18s;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(10, 10, 10, 0.85)), url('../images/topview4.jpg');
    height: 100vh;
    width: 100%;
    display: flex;
    /* establish flex container */
    flex-direction: column;
    /* make main-axis vertical */
    justify-content: center;
    /* align items vertically, in this case */
    align-items: center;
    /* align items horizontally, in this case */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.crossfade>figure:nth-child(5) {
    animation-delay: 24s;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(10, 10, 10, 0.85)), url('../images/storeOverview.jpg');
    height: 100vh;
    width: 100%;
    display: flex;
    /* establish flex container */
    flex-direction: column;
    /* make main-axis vertical */
    justify-content: center;
    /* align items vertically, in this case */
    align-items: center;
    /* align items horizontally, in this case */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@keyframes imageAnimation {
    0% {
        animation-timing-function: ease-in;
        opacity: 0;
    }

    8% {
        animation-timing-function: ease-out;
        opacity: 1;
    }

    17% {
        opacity: 1
    }

    25% {
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

.justifyContentLeft {
    /* padding-top: 2em; */
    display: flex;
    /* establish flex container */
    flex-direction: column;
    /* make main-axis vertical */
    justify-content: center;
    /* align items vertically, in this case */
    align-items: left;
    /* align items horizontally, in this case */
}

.justifyContentRight {
    display: flex;
    /* establish flex container */
    flex-direction: column;
    /* make main-axis vertical */
    justify-content: center;
    /* align items vertically, in this case */
    align-items: flex-end;
    /* align items horizontally, in this case */
}

.iconsSpan svg {
    padding-right: 5px;
}

.justifyContentRight2 {
    display: flex;
    /* establish flex container */
    flex-direction: column;
    /* make main-axis vertical */
    justify-content: right;
    /* align items vertically, in this case */
    align-items: flex-end;
    /* align items horizontally, in this case */

}

.whiteP {
    font-size: 12px;
    color: #fff;
}

.justifyContentCenter {
    display: flex;
    /* establish flex container */
    flex-direction: column;
    /* make main-axis vertical */
    justify-content: center;
    /* align items vertically, in this case */
    align-items: center;
    /* align items horizontally, in this case */
}

.supplier-container {
    background: linear-gradient(rgba(71, 70, 70, 0.70), rgba(128, 128, 128, 0.85)), url("../images/store-g8aa3ab2a5_1920.jpg");
    height: 100vh;
    width: 100%;
    display: flex;
    /* establish flex container */
    flex-direction: column;
    /* make main-axis vertical */
    justify-content: center;
    /* align items vertically, in this case */
    align-items: center;
    /* align items horizontally, in this case */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.store-container {
    background: linear-gradient(rgba(28, 28, 28, 0.7), rgba(66, 66, 66, 0.85)), url("../images/grocery-store-g1a7e25336_1920.jpg");
    height: 100vh;
    width: 100%;
    display: flex;
    /* establish flex container */
    flex-direction: column;
    /* make main-axis vertical */
    justify-content: center;
    /* align items vertically, in this case */
    align-items: center;
    /* align items horizontally, in this case */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.seriveProvider-container {
    background: linear-gradient(rgba(71, 70, 70, 0.70), rgba(128, 128, 128, 0.85)), url("../images/melanie-lim-246b6c6IeC0-unsplash.jpg");
    height: 100vh;
    width: 100%;
    display: flex;
    /* establish flex container */
    flex-direction: column;
    /* make main-axis vertical */
    justify-content: center;
    /* align items vertically, in this case */
    align-items: center;
    /* align items horizontally, in this case */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}

.merchandiser-container {
    background: linear-gradient(rgba(95, 95, 95, 0.86), rgba(61, 61, 61, 0.89)), url("../images/merchandiserHome.jpg");
    height: 100vh;
    width: 100%;
    display: flex;
    /* establish flex container */
    flex-direction: column;
    /* make main-axis vertical */
    justify-content: center;
    /* align items vertically, in this case */
    align-items: center;
    /* align items horizontally, in this case */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.coverImg {
    width: 100%;
    height: 300px;
    border-radius: 5px;
    object-fit: cover;
    vertical-align: middle;
}

.coverImg2 {
    width: 100%;
    height: 440px;
    border-radius: 5px;
    object-fit: cover;
    vertical-align: middle;
}

.demo-container {
    background: linear-gradient(rgba(18, 17, 17, 0.86), rgba(19, 18, 18, 0.89)), url("../images/pexels-freestocksorg-1366594.jpg");
    height: 100vh;
    width: 100%;
    display: flex;
    /* establish flex container */
    flex-direction: column;
    /* make main-axis vertical */
    justify-content: center;
    /* align items vertically, in this case */
    align-items: center;
    /* align items horizontally, in this case */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.demo-form {
    position: relative;
    top:2em;
    text-align: center;
}


.demo-form h1 {
    font-size: 2em;
    margin-bottom: 0.5em;
    color: #fff;
    font-weight: 500;
}

select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #fff;
    font-size: 12px;
}

select:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: snow;
}

select::-moz-placeholder,
textarea::-moz-placeholder {
    color: #fff;
    font-size: 12px;
}

select:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
    color: snow;
}

select::placeholder,
textarea::placeholder {
    color: #fff;
    font-size: 12px;
}

select:focus::placeholder,
textarea::focus:placeholder {
    color: snow;
}

select::-ms-placeholder,
textarea::-ms-placeholder {
    color: #fff;
    font-size: 12px;
}

select:focus::-ms-placeholder,
textarea:focus::-ms-placeholder {
    color: snow;
}

/* on hover placeholder */

select:hover::-webkit-input-placeholder,
textarea:hover::-webkit-input-placeholder {
    color: snow;
    font-size: 12px;
}

select:hover:focus::-webkit-input-placeholder,
textarea:hover:focus::-webkit-input-placeholder {
    color: #cbc6c1;
}

select:hover::-moz-placeholder,
textarea:hover::-moz-placeholder {
    color: snow;
    font-size: 12px;
}

select:hover:focus::-moz-placeholder,
textarea:hover:focus::-moz-placeholder {
    color: #cbc6c1;
}

select:hover::placeholder,
textarea:hover::placeholder {
    color: snow;
    font-size: 12px;
}

select:hover:focus::placeholder,
textarea:hover:focus::placeholder {
    color: #cbc6c1;
}

select:hover::placeholder,
textarea:hover::placeholder {
    color: snow;
    font-size: 12px;
}

select:hover:focus::-ms-placeholder,
textarea:hover::focus:-ms-placeholder {
    color: #cbc6c1;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #fff;
    font-size: 12px;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: snow;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #fff;
    font-size: 12px;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
    color: snow;
}

input::placeholder,
textarea::placeholder {
    color: #fff;
    font-size: 12px;
}

input:focus::placeholder,
textarea::focus:placeholder {
    color: snow;
}

input::-ms-placeholder,
textarea::-ms-placeholder {
    color: #fff;
    font-size: 12px;
}

input:focus::-ms-placeholder,
textarea:focus::-ms-placeholder {
    color: snow;
}

/* on hover placeholder */

input:hover::-webkit-input-placeholder,
textarea:hover::-webkit-input-placeholder {
    color: snow;
    font-size: 12px;
}

input:hover:focus::-webkit-input-placeholder,
textarea:hover:focus::-webkit-input-placeholder {
    color: #cbc6c1;
}

input:hover::-moz-placeholder,
textarea:hover::-moz-placeholder {
    color: snow;
    font-size: 12px;
}

input:hover:focus::-moz-placeholder,
textarea:hover:focus::-moz-placeholder {
    color: #cbc6c1;
}

input:hover::placeholder,
textarea:hover::placeholder {
    color: snow;
    font-size: 12px;
}

input:hover:focus::placeholder,
textarea:hover:focus::placeholder {
    color: #cbc6c1;
}

input:hover::placeholder,
textarea:hover::placeholder {
    color: snow;
    font-size: 12px;
}

input:hover:focus::-ms-placeholder,
textarea:hover::focus:-ms-placeholder {
    color: #cbc6c1;
}


header {
    position: relative;
    margin: 100px 0 25px 0;
    font-size: 2.3em;
    text-align: center;
    letter-spacing: 7px;
}

#form {
    position: relative;
    width: 300px;
}

input {
    font-size: 12px;
    width: 300px;
    height: 40px;
    padding: 0px 15px 0px 15px;

    background: transparent;
    outline: none;
    color: whitesmoke;

    border: solid 1px snow;
    border-bottom: none;

    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}
.fName{
    width: 100%;
    /* margin-right: 0; */
}
.lName{
    width: 100%;
    /* margin-left: 0; */
}
#form .row{
    width: 300px;
    margin: 0;
}
#form .col-6{
    padding: 0;
}
#form .col-9{
    padding: 0;
}
#form .col-3{
    padding: 0;
}

.submitButton {
    display: inline-block;
    position: relative;
    background: none;
    border: 1px solid #fff;
    color: #fff;
    font-size: 13px;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.139);
    width: 300px;
    margin: 12px 0;
}

.submitButton span {
    display: block;
    padding: 10px 20px;
    font-size: 13px;
}

.submitButton ::before,
.submitButton ::after {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    transition: all 0.2s linear;
    background: #fff;
}

input:hover {
    background: rgba(255, 250, 250, 0.447);
    color: snow;
}

option {
    font-size: 12px;
    color: #102B3F;
}

select {
    font-size: 12px;
    width: 300px;
    height: 40px;
    padding: 0px 11px 0px 11px;
    background: transparent;
    outline: none;
    color: #ffffff;

    border: solid 1px snow;
    border-bottom: none;

    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}
.countrySelect{
    width: 100%;
}

select:hover {
    background: rgba(255, 250, 250, 0.447);
    color: snow;
}

textarea {
    font-size: 12px;
    width: 300px;
    max-width: 300px;
    height: 90px;
    max-height: 110px;
    padding: 15px;

    background: transparent;
    outline: none;

    color: whitesmoke;

    border: solid 1px snow;

    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

textarea:hover {
    background: rgba(255, 250, 250, 0.447);
    color: snow;
}

#submit {
    width: 400px;

    padding: 0;
    margin: -5px 0px 0px 0px;
    font-size: 1.3em;
    color: snow;

    outline: none;
    cursor: pointer;

    border: solid 1px snow;
    border-top: none;
}

.submit {
    text-align: center;
}

#submit:hover {
    color: rgba(255, 250, 250, 0.447);
    color: #fff;
}

.demo-thanks {
    text-align: center;
    position: relative;
    top: 17em;
    color: #fff;
}

.rock-col {
    text-align: right;
    position: relative;
    top: 11em;
    right: -17em;
    color: #fff;
}

.demo-thanks h2 {
    font-size: 3em;
    font-weight: 700;
    color: #2E294E;
}

.gray-backgroud {
    padding: 5% 10%;
    background: linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4)), url("https://www.transparenttextures.com/patterns/brushed-alum.png");
}

.white-background {
    padding: 5% 10%;

}

.margin-container {
    margin: 0 12%;
    display: flex;
    /* establish flex container */
    flex-direction: column;
    /* make main-axis vertical */
    justify-content: center;
    /* align items vertically, in this case */
}

.home-container h1 {
    color: #102B3F;
}

.margins {
    margin: 3em 0;
}

/* .hide{
    display: none;
} */
.slogan {
    /* position: relative;
     top: 11em;
     left: 3em; 
    padding-left: 7em; */
}

.slogan h5 {
    color: #f5f5f5;
    font-weight: 400;
    padding: 0;
    margin: 4px 0;
}

.slogan h1 {
    text-align: center;
    font-size: 4em;
    color: #ffffff;
    font-weight: 700;
    border-bottom: 5px solid #4B2C89;
    text-shadow: 0 0 16px #000;

}



.slogan h2 {
    padding: 0;
    font-size: 1.8em;
    color: #fff;
    font-weight: 600;
    text-align: center;
}

.animate-reveal {
    opacity: 0;
    -webkit-animation: reveal 500ms cubic-bezier(0, 1, 0.5, 1) 1 normal forwards;
    -moz-animation: reveal 500ms ease-in 1 normal forwards;
    -o-animation: reveal 500ms cubic-bezier(0, 1, 0.5, 1) 1 normal forwards;
    animation: reveal 500ms cubic-bezier(0, 1, 0.5, 1) 1 normal forwards;
}

.animate-first {
    -webkit-animation-delay: 0;
    -moz-animation-delay: 0;
    -o-animation-delay: 0;
    animation-delay: 0;
}

.animate-second {
    -webkit-animation-delay: 700ms;
    -moz-animation-delay: 700ms;
    -o-animation-delay: 700ms;
    animation-delay: 700ms;
}

.animate-third {
    -webkit-animation-delay: 300ms;
    -moz-animation-delay: 300ms;
    -o-animation-delay: 300ms;
    animation-delay: 300ms;
}

@-webkit-keyframes reveal {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@-moz-keyframes reveal {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@-o-keyframes reveal {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes reveal {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

/* why eMaham section */
.center-align {
    height: 100%;
    text-align: center;
    margin-top: 4em;
}

.dottedBorder {
    border-right: 2px dashed #777;
}

.whyList {
    margin: 1em 0;
}

.circle1 {
    color: white;
    height: 70px;
    width: 70px;
    background-color: #670067;
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 7px 20px 0 rgba(83, 16, 114, 0.19);
}

.circle2 {
    color: white;
    height: 70px;
    width: 70px;
    background-color: #845EC2;
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 7px 20px 0 rgba(83, 16, 114, 0.19);
}

.circle3 {
    color: white;
    height: 70px;
    width: 70px;
    background-color: #795695;
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 7px 20px 0 rgba(83, 16, 114, 0.19);
}

.circleText h2 {
    position: relative;
    top: 14px;
}

.secondCol {
    position: relative;
    top: 4em;
    margin-bottom: 3em;
}

.thirdCol {
    position: relative;
    top: 8em;
    margin-bottom: 3em;
}

/* about section styling */

.supplier-home {
    text-align: center;
    /* position: relative;
    top:3em; */
}

.supplier-home h4 {
    text-align: left;
    color: whitesmoke;
    margin: 0;
}

.serivce-home {
    text-align: center;
    position: relative;
    top: 3em;
}

.serivce-home h4 {
    text-align: left;
    color: whitesmoke;
    margin: 0;
}

.serivce-home p {
    color: #fff;
}

.serivce-home h1 {
    font-size: 7em;
    font-weight: 700;
    color: #102B3F;
}

.imgAbout {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 7px 20px 0 rgba(83, 16, 114, 0.19);
    border-radius: 7px;
    opacity: 0.9;
    width: 100%;
    height: 420px;
    object-fit: cover;
}

.supplier-home p {
    color: #fff;
}

.supplier-home h1 {
    font-size: 3em;
    font-weight: 700;
    text-shadow: 0 0 16px #000;
    color: #fff;
}

.fixWidth {
    width: 200px;
}

.supplier-home h3 {
    font-size: 6em;
    font-weight: 700;
    color: #102B3F;

}

.merchandiser-home {}

.faq-container {
    position: relative;
    height: 100vh;
}

.left-aboutcol {
    width: 312px;
}

.right-aboutcol {
    width: 412px;
}

.sectionLine {
    display: inline-block;
    width: 40px;
    height: 4px;
    background-color: #A06CD5;

}

.sectionHeader {
    color: #6247AA;
}

.sectionHeader span {
    font-weight: 600;
    font-size: 20px;
}

.sectionHeader p {
    color: #A06CD5;
    font-size: 11px;

}

.col p {
    font-weight: 300;
    color: #fff;
}

.operationImage {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 7px 20px 0 rgba(83, 16, 114, 0.19);
    position: relative;
    background: linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4)), url('../images/operations.png');
    height: 400px;
    width: flex;
}

.operationImage:hover {
    transform: scale(1.03);
    transition: 0.3s;
}

.operationImage p {
    float: right;
    position: relative;
    top: 376px;
    right: 5px;
}

.floatLeft {
    float: left;
}

.storeImage {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 7px 20px 0 rgba(83, 16, 114, 0.19);
    position: relative;
    background-image: url('../images/store.png');
    height: 400px;
    width: flex;
}

.storeImage:hover {
    transform: scale(1.03);
    transition: 0.3s;
}

.storeImage p {
    float: right;
    position: relative;
    top: 376px;
    right: 5px;
}

.opDesc {
    background-color: rgb(160, 108, 213, 0.8);
    padding: 7px;
    font-weight: 400;
    color: white;
    float: right;
    position: relative;
    top: 364px;
    right: 3px;

}

.supermarketImage {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 7px 20px 0 rgba(83, 16, 114, 0.19);
    background-image: url('../images/supermarket.png');
    height: 190px;
    width: flex;
    margin-bottom: 10px;

}

.supermarketImage:hover {
    transform: scale(1.03);
    transition: 0.3s;
}

.imgAbout:hover {
    transform: scale(1.03);
    transition: 0.3s;
    opacity: 0.7;

}

.supermarketImage p {
    float: left;
    position: relative;
    top: 166px;
    left: 5px;
}

.superDesc {
    background-color: rgb(160, 108, 213, 0.8);
    padding: 7px;
    font-weight: 400;
    color: white;
    float: left;
    position: relative;
    top: 154px;
    left: 5px;

}

.merchandisingImage {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 7px 20px 0 rgba(83, 16, 114, 0.19);
    background-image: url('../images/merchandising.png');
    height: 200px;
    width: flex;
}

.merchandisingImage:hover {
    transform: scale(1.03);
    transition: 0.3s;
}

.merchDesc {
    background-color: rgb(160, 108, 213, 0.8);
    padding: 7px;
    color: white;
    float: left;
    font-weight: 400;
    position: relative;
    top: 164px;
    left: 5px;

}

.merchandisingImage p {
    float: left;
    position: relative;
    top: 177px;
    left: 5px;
}

.about-row {
    margin-top: 2em;
    line-height: 0.8;
}

.about-row span {
    font-size: 12px;
    position: relative;
    top: 6px;
}

.purpleLineV2 {
    width: 2px;
    padding: 0;
    height: 60px;
    background-color: #A06CD5;

}


.textWrapper {
    padding-top: 2em;
}

.visionDev {
    max-width: 1200px;
}

.eMahamFont {
    font-weight: 500 !important;
    font-size: 13px !important;
    color: #6247AA !important;
    margin-bottom: 0 !important;
}

.textWrapper span {
    font-size: 12px;
}

.eMahamtext {
    font-size: 14px;
}


.objectives {
    padding: 20px 0;
}


.objectives-container {
    margin: 3em 0;
    padding-left: 200px;
}

/* gallery section */

.close {
    font-size: 1.5rem;
}

/* .col-12 img {
    opacity: 0.7;
    cursor: pointer;
    margin: 2rem;
    width: 100%;
} */

.col-12 img:hover {
    opacity: 1;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.circleDiv {
    /* background-image: url("/images/circleDiv.png");
    height: 420px;
    width: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; */
}

/* Rectangle 4 */
.featureBox {
    color: #FFFFFF;
    display: inline-block;
    position: relative;
    width: 95%;
    height: 180px;
    margin-bottom: 13px;
    margin-left: 10px;
    background-color: #2E294E;
    border-bottom: 3px solid #A06CD5;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    transition: 0.5s;
}

.live {
    overflow: hidden;
}

.live li {
    list-style: none;
    font-size: 0.7em;
    color: snow;
    opacity: 0.9;
    position: relative;
    padding: 0 0 0 2em;
    margin: 0 0 0.5em 10px;
    transition: 0.12s;
}

.live h3 {
    font-size: 1em;
}

.live li::before {
    position: absolute;
    content: '\2022';
    color: #fff;
    top: 0;
    left: 0;
    text-align: center;
    /* font-size: 5em; */
    opacity: 0.5;
    line-height: 0.75;
    transition: 0.5s;
}

.live li:hover {
    color: #fff;
    opacity: 1;
    text-shadow: 0 0 4px;
    transition: 0.1s;
}

.live li:hover::before {
    transform: scale(2);
    opacity: 1;
    text-shadow: 0 0 4px;
    transition: 0.1s;
}

.live.type2 li::before {
    content: '';
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 3px;
    line-height: 0;
    top: 0.27em;
    left: 5px;
}

.live.type2 li:hover::before {
    transform: none;
    border-radius: 5px;
    width: 20px;
    left: -10px;
    background: #4B2C89;
}

ol,
.ul {
    background: rgba(32, 0, 95, 0.3);
    color: #fff;
    height: 90%;
    border-radius: 5px;
    padding: 1.5em;
    margin: 1vw;
    display: flex;
    /* establish flex container */
    flex-direction: column;
    /* make main-axis vertical */
    justify-content: center;
    /* align items vertically, in this case */
    align-items: left;
    box-shadow: 0 0 8px rgba(0, 0, 0, .2);
}

.titleUl2 h3 {
    transform: rotate(-90deg);
}

.titleUl {
    background: linear-gradient(rgba(76, 31, 113, 0.459), rgba(76, 31, 113, 0.459)), url("../images/reports.jpg");
    text-align: center;
    display: flex;
    /* establish flex container */
    flex-direction: column;
    /* make main-axis vertical */
    justify-content: center;
    /* align items vertically, in this case */
    align-items: center;
    /* align items horizontally, in this case */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.titleUl4 {
    background: linear-gradient(rgba(13, 5, 167, 0.391), rgba(27, 2, 110, 0.468)), url("../images/communication.jpg");
    text-align: center;
    display: flex;
    /* establish flex container */
    flex-direction: column;
    /* make main-axis vertical */
    justify-content: center;
    /* align items vertically, in this case */
    align-items: center;
    /* align items horizontally, in this case */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.titleUl2 {
    background: linear-gradient(rgba(27, 2, 110, 0.468), rgba(27, 2, 110, 0.468)), url("../images/management.jpg");
    display: flex;
    /* establish flex container */
    flex-direction: column;
    /* make main-axis vertical */
    justify-content: center;
    /* align items vertically, in this case */
    align-items: center;
    /* align items horizontally, in this case */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.titleUl3 {
    background: linear-gradient(rgba(10, 21, 102, 0.53), rgba(27, 2, 110, 0.468)), url("../images/supplies.jpg");
    text-align: center;
    display: flex;
    /* establish flex container */
    flex-direction: column;
    /* make main-axis vertical */
    justify-content: center;
    /* align items vertically, in this case */
    align-items: center;
    /* align items horizontally, in this case */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.titleUl3 h3 {
    transform: rotate(90deg);
}

.feature-container {
    padding-top: 9px;
    padding-left: 13px;
    padding-right: 7px;
}

.feature-container h5 {
    text-align: left;
}

.solution-container {
    height: 16em;
    margin-top: 40px;
    padding-left: 10px;
    padding-top: 9px;
    margin-right: 6px;
}

.solutions-container {
    padding-left: 20px;
}

.uni {
    height: 100px;
}

.featureBox p {
    padding-left: 10px;
    margin-top: 34px;
}

.featureBox h5 {
    font-size: 15px;
    font-weight: 400;
    padding: 0 5px;
}

.featureBox hr {
    background-color: #fff;
    width: 40px;
    height: 3px;
    opacity: 1;
}

.featureBox:hover {
    opacity: 1;
    background-color: whitesmoke;
    color: #102B3F;
    border-bottom: 5px solid #A06CD5;
}

.footer-padding {
    padding-bottom: 60px;
}

.footer-container {
    display: flex;
    /* establish flex container */
    flex-direction: column;
    /* make main-axis vertical */
    justify-content: center;
    /* align items vertically, in this case */
    align-items: center;
    /* align items horizontally, in this case */
}

.footer-container p {
    font-size: 12px;

}

.footer-row {
    width: 50%;
    margin: 0 12%;
}

.legalSection {
    position: relative;
    bottom: -15px;
    right: 0;
    text-align: right;
    font-size: 9px;
}

.rightsFooter {
    width: 100%;
}

.legalSection a {
    color: white;
    text-decoration: none;
    font-weight: 300;
}

.legalSection a:hover {
    color: #845EC2;
}

.solutionBox {
    /* background-color: #FAF9F6; */
    color: #102B3F;
    display: inline-block;
    position: relative;
    width: 80%;
    height: 100%;
    margin: 17px 10px;
    border-bottom: 4px solid #102B3F;
    border-left: 4px solid #102B3F;
    box-shadow: 0px 4px 4px rgba(216, 216, 216, 0.21);
}

.solutionBox p {
    font-size: 10px;
    color: #1b0047;
}

.carousel-nav-icon {
    height: 48px;
    width: 48px;
}

.carousel-item {
    margin: 8px;
    height: 300px;
    background-size: cover;
    background-position: center center;

}

.carousel-item .col,
.col-sm,
.col-md {
    margin: 8px;
    height: 300px;
    background-size: cover;
    background-position: center center;
}

.footer {
    color: #FFFFFF;
    background-color: #102B3F;
}

.purpleLine {
    position: relative;
    left: 20em;
    width: 200px;
    height: 4px;
    background-color: #A06CD5;
}

.line {
    width: 60px;
    height: 3px;
    background-color: #A06CD5;
    margin-bottom: 7px;
}

.supplierLine {
    background-color: #708BDB;
}

.storeLine {
    background-color: #669c82;
}


.q p {
    font-size: 11px;
    color: #102B3F;
}

.q h4 {
    font-size: 16px;
    color: #670067;
}

.q {
    margin-top: 1em;
    border-bottom: 1px solid #150159;
    width: 100%;
    padding: 10px 10px 0 10px;
    margin-right: 17em;
}

.footer h1 {
    font-size: 27px;
}

.footer-container p {
    margin-bottom: 0;
}

.solutions-container h5 {
    font-size: 0.8em;
}

.purpleLineV {
    margin: 1.5em 0;
    margin-bottom: 6px;
    padding: 0;
    width: 2px;
    height: 130px;
    background-color: #A06CD5;

}

.mockup {
    width: 100%;
}

.heroPics {
    margin-top: 7em;

}


.left-col {
    text-align: right;
    margin-top: 30px;
    float: right;
}

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


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

.contact-text p {
    /* font-size: 16px;
    padding: 5px 0; */
}

.logo {
    width: 60px;
    box-shadow: 1px #fff;
    display: inline;
    margin: 0;
    padding: 0;
    margin-top: 5px;
}

.navbar-nav .nav-link.active,
.navbar-nav .show>.nav-link {
    color: #fff;
}

.footer p {
    /* margin-top: 25px; */
    color: #fff;
}

.theVision {
    position: absolute;
    bottom: 7px;
    margin-left: 12px;
    width: 50px;
}

.purpleRow {
    background-color: #5c4291;
    padding: 12px 0;
    width: 100%;
    height: 100%;
    display: flex;
    /* establish flex container */
    justify-content: center;
    /* align items vertically, in this case */
    align-items: center;
    /* align items horizontally, in this case */
}

.innerRow {
    width: 680px;
    margin: 7px auto;
    justify-content: center;
    align-items: center;
    /* max-width: 650px;
    margin: 1em 25%; */
}

.PaddingLeftRemoved {
    padding-left: 8px;
}

.PaddingRightRemoved {
    padding-right: 0;
}

.contact-row {
    width: 100%;
    height: 100%;
    display: flex;
    /* establish flex container */
    justify-content: center;
    /* align items vertically, in this case */
    align-items: center;
    /* align items horizontally, in this case */
}

.social-contact {
    width: 100%;
    height: 100%;
    display: flex;
    /* establish flex container */
    flex-direction: column;
    /* make main-axis vertical */
    justify-content: center;
    /* align items vertically, in this case */
    align-items: center;
    /* align items horizontally, in this case */
}

.social-icons span {
    margin: 0 13px;
}

.social-icons {
    margin-bottom: 17px;
}

.findUs {
    margin: 2em 0;
    text-align: center;
    font-size: 11px;
    font-weight: 300;
    letter-spacing: 8px;
}

.iconsSpan {
    margin: 0;
}

.titleP {
    opacity: 0.8;
    font-size: 11px;
}

.PhonePosition {
    position: relative;
    top: 10px;
    bottom: -6px;
}

.locatinPosition {
    position: relative;
    top: 10px;
    bottom: -6px;
}

.footer h6 {
    font-size: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    font-weight: 300;
}
.anchorstyling{
    text-decoration: none;
    color: #fff;
}
.anchorstyling:hover{
    text-decoration: none;
    color: #fff;
    text-shadow: 2px 2px 1px rgb(63, 63, 63);
}

.bottomFooter {
    position: relative;
    width: 100%;
    padding: 0.5em;
    display: inline-block;
    /* establish flex container */
    flex-direction: column;
    /* make main-axis vertical */
    justify-content: center;
    /* align items vertically, in this case */
    align-items: center;
    /* align items horizontally, in this case */

}

.rightsDiv {
    text-align: center;
}

.fa-bars {
    position: relative;
    top: 12px;
    right: 15px;
    font-size: 35px;
    color: #2E294E;
}

.navbar-toggler {
    border: 0;
    position: relative;
    right: 0;
    top: 0;
}
.arVersion .navbar-toggler {
    border: 0;
    position: relative;
    margin-right: 70%;
    left: 0;
    top: 0;
}

.faq-page {
    cursor: pointer;
    transition: 0.4s;
}

.faq-body {
    width: 90%;
    font-size: 14px;

}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.actiive,
.faq-page:hover {
    background-color: #F9F9F9;
}

/* Style the faq-page panel. Note: hidden by default */
.faq-body {
    font-size: 13px;
    padding: 0;
    display: none;
    overflow: hidden;
}

.faq-page:after {
    content: '\02795';
    /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
}

.actiive:after {
    content: "\2796";
    /* Unicode character for "minus" sign (-) */
}

.btn {
    background-color: #795695;
    color: white;
    border-color: #BE93FD;
    justify-content: center;
}

.btn:hover {
    background-color: #4B2C89;
    border-color: #795695;
    transition: 0.4s;
}

.buttonTag {
    display: inline-block;
    position: relative;
    background: none;
    border: 1px solid #fff;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    margin: 20px 30px;
    background: rgba(0, 0, 0, 0.139);
}

.buttonTag span {
    display: block;
    padding: 10px 20px;
    font-size: 15px;
}
.downloadTag span{
    display: inline-block;
    padding: 10px 20px;
}

.buttonTag ::before,
.buttonTag ::after {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    transition: all 0.2s linear;
    background: #fff;
}

span::before,
span::after {
    content: "";
    width: 2px;
    height: 0;
    position: absolute;
    transition: all 0.2s linear;
    background: #fff;
}

button:hover::before,
button:hover::after {
    width: 100%;
}

button:hover span::before,
button:hover span::after {
    height: 100%;
}

.btn-3::after {
    left: 0;
    bottom: 0;
    transition-delay: 0.6s;
}

.btn-3 span::after {
    transition-delay: 0.4s;
    right: 0;
    bottom: 0;
}

.btn-3::before {
    right: 0;
    top: 0;
    transition-delay: 0.2s;
}

.btn-3 span::before {
    transition-delay: 0s;
    left: 0;
    top: 0;
}

.btn-3:hover::after {
    transition-delay: 0s;
}

.btn-3:hover span::after {
    transition-delay: 0.2s;
}

.btn-3:hover::before {
    transition-delay: 0.4s;
}

.btn-3:hover span::before {
    transition-delay: 0.6s;
}
.buttonTag::before,
.buttonTag::after {
    content: "";
    width: 0;
    height: 1.5px;
    position: absolute;
    transition: all 0.2s linear;
    background: #fff;
}

.buttonTag span::before,
.buttonTag span::after {
    content: "";
    width: 1.5px;
    height: 0;
    position: absolute;
    transition: all 0.2s linear;
    background: #fff;
}

.explore-btn {
    display: inline-block;
    position: relative;
    background: none;
    border: none;
    border-right: 1px solid #150159;
    border-top: 1px solid #150159;
    color: #1b0047;
    font-size: 18px;
    cursor: pointer;
    margin: 20px 30px;
    background: transparent;
}

.explore-btn::before,
.explore-btn::after {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    transition: all 0.2s linear;
    background: #102B3F;
}

.explore-btn span::before,
.explore-btn span::after {
    content: "";
    width: 2px;
    height: 0;
    position: absolute;
    transition: all 0.2s linear;
    background: #102B3F;
}


.exploreText {
    font-size: 13px;
    padding: 9px 16px;
    font-weight: 500;
    color: #1b0047;
}

.modal-content {
    width: 60%;
    position: relative;
    flex: auto;
}

.google-btn {
    width: 100%;
    margin-top: 4px;
    height: 42px;
    background-color: #1b0047;
    border-radius: 2px;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .25);
}

.google-icon-wrapper {
    position: absolute;
    margin-top: 1px;
    margin-left: 1px;
    width: 40px;
    height: 40px;
    border-radius: 2px;
    background-color: #fff;
}

.google-icon {
    color: #150159;
    position: absolute;
    margin-top: 11px;
    margin-left: 11px;
    width: 18px;
    height: 18px;
}

.btn-text {
    float: right;
    margin: 11px 11px 0 0;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.2px;
}

.btn-text:hover {
    box-shadow: 0 0 6px #102B3F;
}

.btn-text:hover:active {
    background: #102B3F;
}

.btnDiv {
    width: 100%;
    display: flex;
    flex-direction: column;
    /* make main-axis vertical */
    justify-content: center;
    /* align items vertically, in this case */
    align-items: center;
    text-align: center;
    position: absolute;
    bottom: 0;
}


.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}

.aboutP {
    width: 80%;
    margin-top: 2%;
    margin-bottom: 2%;
    color: #2E294E !important;
    line-height: 1;
}

.card {
    background-color: white;
    width: 100%;
    height: 97%;
    min-height: 250px * 1.618;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px;
    margin: 5px;

    -webkit-box-shadow: -20px -20px 0px 0px lighten(salmon, 5%);

    box-shadow: -20px -20px 0px 0px lighten(salmon, 5%);
    border-radius: 10px;

    -webkit-animation-name: shadow-show;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 1.5s;
    /* Safari 4.0 - 8.0 */
    animation-name: shadow-show;
    animation-duration: 1.5s;

    -webkit-transition-timing-function: cubic-bezier(0.795, 0.000, 0.165, 1.000);
    -o-transition-timing-function: cubic-bezier(0.795, 0.000, 0.165, 1.000);
    transition-timing-function: cubic-bezier(0.795, 0.000, 0.165, 1.000);
    /* custom */
}

.downloadTag .removePaddingleft{
    padding-left: 0;
}
.downloadTag .removePaddingright{
    padding-right: 0;
}
.arVersion .downloadTag .removePaddingright{
    padding-left: 0;
    padding-right: 20px;
}
.arVersion .downloadTag .removePaddingleft{
    padding-right: 0;
    padding-left: 20px;
}

.card hr {
    display: block;
    border: none;
    height: 3px;
    background-color: #6247AA;
    margin: 0px;

    -webkit-animation-name: line-show;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 0.3s;
    /* Safari 4.0 - 8.0 */
    animation-name: line-show;
    animation-duration: 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.795, 0.000, 0.165, 1.000);
    -o-transition-timing-function: cubic-bezier(0.795, 0.000, 0.165, 1.000);
    transition-timing-function: cubic-bezier(0.795, 0.000, 0.165, 1.000);
    /* custom */
}

.card h2 {
    font-size: 15px;
    color: #A06CD5;
}

/* .left-card{
        float: right;
    } */
.right-card {
    float: left;
}

.card li {
    font-size: 12px;
    margin-bottom: 5px;
    color: #6247AA;
}

.card ul {
    margin: 15px 0px 0px 0px;
}

.card p {
    margin: 15px 0px 0px 0px;
    letter-spacing: -0.25px;
    line-height: 1.25;
    font-size: 16px;
    word-break: break-all;
    word-wrap: pre-wrap;
    color: #282828;

    -webkit-animation-name: p-show;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 1.5s;
    /* Safari 4.0 - 8.0 */
    animation-name: p-show;
    animation-duration: 1.5s;
}



/* Safari 4.0 - 8.0 */
@-webkit-keyframes line-show {
    from {
        margin: 0px 100px;
    }

    to {
        margin: 0px;
    }
}

/* Standard syntax */
@keyframes line-show {
    from {
        margin: 0px 100px;
    }

    to {
        margin: 0px;
    }
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes p-show {
    from {
        color: white;
    }

    to {
        color: #282828;
    }
}

/* Standard syntax */
@keyframes p-show {
    from {
        color: white;
    }

    to {
        color: #282828;
    }
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes shadow-show {
    from {
        -webkit-box-shadow: 0px 0px 0px 0px #e0e0e0;
        box-shadow: 0px 0px 0px 0px #e0e0e0;
    }

    to {
        -webkit-box-shadow: -20px -20px 0px 0px lighten(#6247AA, 5%);
        box-shadow: -20px -20px 0px 0px lighten(#6247AA, 5%);
    }
}

/* Standard syntax */
@keyframes shadow-show {
    from {
        -webkit-box-shadow: 0px 0px 0px 0px #e0e0e0;
        box-shadow: 0px 0px 0px 0px #e0e0e0;
    }

    to {
        -webkit-box-shadow: -20px -20px 0px 0px lighten(#6247AA, 5%);
        box-shadow: -20px -20px 0px 0px lighten(#6247AA, 5%);
    }
}

.select{
    border: none;
    width: auto;
    height: auto;
    position: relative;
}




@media (min-width: 320px) and (max-width: 480px) {
    body {
        overflow-x: hidden;
    }
    .arVersion .navbar-header{
        margin-right: 10px;
    }
    .arVersion .navbar-nav{
        margin-right: 0;
    }
    .arVersion .navbar-toggler {
        border: 0;
        position: relative;
        margin-right: 70%;
        left: 0;
        top: 0;
    }
    .iconsSpan{
        margin: 0
    }
    input{
        border-radius: 0;
    }
    textarea{
        border-radius: 0;
    }
    select{
        border-radius: 0;
    }
    .buttonTag span{
        padding: 10px 15px;
    }

    .eMahamFont {
        margin-top: 6px;
    }
    /* input{
        height: 30px;
    } */

    .contactCol {
        width: 240px;
        margin: 7px auto;
    }

    .navbar {
        padding: 0;
        padding-left: 15px;
    }

    .navbar-toggler {
        position: absolute;
        right: 0;
        top: 0;
        margin: 0;
        padding-right: 0;
    }

    .logo {
        width: 50px;
    }

    .visionIcon {
        width: 90px;
        height: 90px;
    }

    .theVision {
        width: 40px;
        margin: 7px 0;
    }

    .legalSection {
        text-align: center;
        position: relative;
        bottom: 0;
        font-size: 9px;
    }
    .arVersion   .legalSection {
        text-align: center;
        position: relative;
        bottom: 0;
        font-size: 9px;
    }

    .footer h6 {
        font-size: 7px;
    }

    .footer-row {
        width: 100%;
        margin: 0;
    }
    .solution-container{
        height: 220px;
    }
    .marginCol{
        margin-bottom: 10px;
    }

    .imgAbout {
        height: 360px;
    }

    /* .card hr{
        margin-top: 20px;
    } */
    .card hr {
        position: relative;
    }

    .white-background {
        padding: 20px 20px;
    }

    .gray-backgroud {
        padding: 20px 20px;
    }

    .card {
        width: 100%;
    }

    .margin-container {
        margin: 0 12px;
        padding-left: 7px;
        padding-right: 0;
    }

    button .navbar-toggler:hover {
        border: none;

    }

    .slogan h1 {
        font-size: 4em;
    }

    .slogan h2 {
        font-size: 1em;
        text-align: center;
    }

    .supplier-home h1 {
        font-size: 2em;
        font-weight: 700;
        text-shadow: 0 0 16px #000;
        color: #fff;
    }

    .supplier-home h3 {
        font-size: 2.9em;
        font-weight: 700;
        color: #102B3F;

    }

    .fixWidth {
        width: 200px;
    }

    .navbar-nav {
        background-color: white;
        width: 100%;
        text-align: center;
        position: fixed;
        top: 0;
        right: 0;
        margin-top: 63px;
        padding-right: 12px;
    }
    .whiteFont{
        color: #1b0047 !important;
    }

    .hide {
        display: none;
    }

    .contact-row {
        padding: 10px 0;
        position: relative;
        left: 5em;
    }

    .findUs {
        margin: 2em 0;
    }

    .showw {
        display: block;
    }

    .titleUl2 h3 {
        transform: none;
    }

    .titleUl3 h3 {
        transform: none;
    }


    .social-contact {
        /* position: relative;
        left: 0;
        top: 0;
        margin: 2em 0 4em 7em; */
    }

    /* .rightsDiv{
        padding:0;
        padding-right: 1em;
    }
    .logo{
        width:40px;
    } */
    /* .operationImage{
        width: 170px;
    }
    .supermarketImage{
        width: 190px;
    }
    .merchandisingImage{
        width: 190px;
    }
    .wrapText{
        width: 200px;
    } */
    /* .right-aboutcol{
        /* padding-left: 8px; */
    /* } */
    /* .about-row{
        width: 463px;
    }
    .purpleLineV2{
        margin-left: 0;
        height: 100px;
    }
    .faq-container{ */
    /* padding-left: 3em; */
    /* }
    .navbar-nav{
        position: fixed;
        top: 50px;
        right:0;
        text-align: center;
    }
    .featureBox{
        width:160px;
        height: 160px;
    }
    .shapes{
        width: 300px;
    }
    .card{
        width: 340px;
        height: 280px;
    }
    /* .about-row{
        display: none;
    } */
    /* .footer-container h1{
        font-size: 20px;
        margin:0 1em;
    }
    .rightsDiv{
        padding:0;
        padding-right: 1em;
    }
    .purpleLine{
        width:100px;
        position: relative;
        left:160px;
    }
    .objective-row{
        width: 70%;
    }
    .q-container{
        padding-right: 7px;
    }
    .home-container{
        width: 100%;
    }
    .logo{
        width:40px;
    } */
    /* .objectives{
        margin-right: 2em;
    } */
    /* .slogan{
        position: relative;
        left: 0;
        width: 70%;
        padding:0;
        margin-left: 3em;
    } */
    /* .about-container{
        padding: 2em;
    } */
    /* .objectives-container{
        /* padding-left:2em; */
    /* } */
    /* .carousel{
        width:100% ;
        margin-left: 1em;
    }
    .one,.two{
        top:0;
    }  */
}

@media (min-width: 481px) and (max-width: 768px) {
    body {
        overflow-x: hidden;
    }
    .arVersion .navbar-header{
        margin-right: 10px;
    }
    .arVersion .navbar-toggler {
        border: 0;
        position: absolute;
        text-align: left;
        top: 0;
        left: 0;
        margin-left: 20px;
    }
    .arVersion .navbar-nav{
        margin-right: 0;
    }
    .innerRow{
        width: 500px;
    }

    .contactCol {
        width: 300px;
        margin: 7px auto;
    }

    .eMahamFont {
        margin-top: 6px;
    }

    .navbar {
        padding: 0;
        padding-left: 15px;
    }

    .navbar-toggler {
        position: absolute;
        right: 0;
        top: 0;
        margin: 0;
        padding-right: 0;
    }

    .logo {
        width: 50px;
    }

    .visionIcon {
        width: 90px;
        height: 90px;
    }

    .theVision {
        width: 40px;
        margin: 7px 0;
    }


    .legalSection {
        text-align: center;
        position: relative;
        bottom: 0;
        font-size: 9px;
    }
    .arVersion  .legalSection {
        text-align: center;
        position: relative;
        bottom: 0;
        font-size: 9px;
    }

    .footer h6 {
        font-size: 7px;
    }

    .footer-row {
        width: 100%;
        margin: 0;
    }
    .solution-container{
        height: 240px;
    }
    .marginCol{
        margin-bottom: 10px;
    }
    .imgAbout {
        height: 360px;
    }

    /* .card hr{
        margin-top: 20px;
    } */
    .card hr {
        position: relative;
    }

    .white-background {
        padding: 20px 20px;
    }

    .gray-backgroud {
        padding: 20px 20px;
    }

    .card {
        width: 100%;
    }

    .margin-container {
        margin: 0 12px;
        padding-left: 7px;
        padding-right: 0;
    }

    button .navbar-toggler:hover {
        border: none;

    }

    .slogan h1 {
        font-size: 4em;
    }

    .slogan h2 {
        font-size: 1em;
        text-align: center;
    }

    .supplier-home h1 {
        font-size: 2em;
        font-weight: 700;
        text-shadow: 0 0 16px #000;
        color: #fff;
    }

    .supplier-home h3 {
        font-size: 2.9em;
        font-weight: 700;
        color: #102B3F;

    }

    .fixWidth {
        width: 200px;
    }

    .navbar-nav {
        background-color: white;
        width: 100%;
        text-align: center;
        position: fixed;
        top: 0;
        right: 0;
        margin-top: 63px;
        padding-right: 12px;
    }
    .whiteFont{
        color: #1b0047 !important;
    }

    .hide {
        display: none;
    }

    .showw {
        display: block;
    }

    .titleUl2 h3 {
        transform: none;
    }

    .titleUl3 h3 {
        transform: none;
    }

    .contact-row {
        padding: 10px 0;
        position: relative;
        left: 5em;
    }

    .findUs {
        margin: 7px 0;
    }

}

@media (min-width: 769px) and (max-width: 1024px) {
    body {
        overflow-x: hidden;
    }
    .arVersion .navbar-toggler {
        border: 0;
        position: absolute;
        top: 0;
        right: 55%;
    }
    /* .arVersion .navbar-header{
        margin-right: 10px;
    }
 
    .arVersion .navbar-nav{
        margin-right: 0;
    } */

    .imgAbout {
        height: 500px;
    }

    .pageTitle {
        position: relative;
        left: -10rem;
        display: none;

    }

    .coverImg {
        height: 400px;
    }

    .coverImg2 {
        height: 500px;
    }

    .fa-bars {
        position: relative;
        top: 12px;
        right: -300px;
    }

    .hide2 {
        display: none;
    }

    .contact-row {
        padding: 10px 0;
        position: relative;
        left: 5em;
    }
    .marginCol{
        margin-bottom: 10px;
    }

    .findUs {
        margin: 7px 0;
    }

    /* .contact-row{
        float:none;
        margin-left:5em;
    } */
    /* .about-row{
        display: none;
    } */
    /* .footer-container h1{
        font-size: 20px;
        margin:0 1em;
    }
    .rightsDiv{
        padding:0;
        padding-right: 1em;
    }
    .purpleLine{
        width:100px;
        position: relative;
        left:160px;
    }
    .slogan{
        width: 70%;
    }
    .shapes{
        width: 553px;
    }
    .operationImage{
        width: 200px;
    }
    .supermarketImage{
        width: 300px;
    }
    .wrapText{
        width: 300px;
    }
    .merchandisingImage{
        width: 300px;
    }
    .about-row{
        width: 730px;
    } */
}

@media (min-width: 992px) and (max-width:1024px) {
    body {
        overflow-x: hidden;
    }

    .pageTitle {
        position: relative;
        left: -1em;

    }

    .imgAbout {
        height: 500px;
    }


}

@media (min-width: 1025px) and (max-width:1280px) {
    body {
        overflow-x: hidden;
    }

    .imgAbout {
        height: 500px;
    }

    .visionPosition {
        position: relative;
        right: 40px;
        /* display: flex;
        text-align: right; */
        /* position: static;
        bottom: 20px;
        right: 40px;
        margin-bottom: 3px;
        text-align: right; */
        /* position: relative; */

        /* right:7px;
        bottom:12px; */
        /* top:17px; */
        /* right:12px; */
    }

    /* .leftFeature{
        float: right;
        padding-right: 0;
    }
    .rightFeature{
        float: left;
        padding-left: 0;
    }
    .shapes{
        width:879.333px;
    }
    .left-card{
        float: right;
    }
    .about-row{
        width:1090px;
    } */
    /* .slogan{
        padding-left: 4em;
    } */
    /* .footer-container{
        width:1243.330px;
        margin: 0;
        padding: 0;
    } */
    /* .features-container{
        width:900px;
        /* padding-left: 4em; */

}


@media only screen and (min-width:1281px) {}

.dropdown-item {
    font-size: 13px;
    padding: 4px 10px;
    text-align: center;
}