.benefit-box {
    padding-top: 1.2em;
}
.benefit-box img {
    padding: 19px 0 19px 25px;
}
.circle {
    text-align: center;
    border-radius: 50%;
}
.circle img {
    width: 50px;
}
.why-choose-us .card {
    /* border: 1px solid rgb(80 16 146); */
    box-shadow: 0 2px 10px 0 rgb(142 158 198);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1em;
}
.growth .card {
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.30);
    padding: 15px;
    min-height: 140px;
    margin-bottom: 25px;
    text-align: center;
}
.growth .card img {
    max-width: 100%;
    padding: 0 2.6em 0.5em;
    margin-bottom: 10px;
}
.color-heading {
    font-size: 14px;
    font-weight: 500;
    color: #343434;
/*    letter-spacing: 2px;*/
    text-transform: uppercase;
}

.coloring-number span img {
    width: 10%;
}

.features .card {
    border: 0;
    padding: 30px;
    text-align: center;
    -webkit-transition: all .3s 
ease-out;
    -moz-transition: all .3s ease-out;
    /* transition: all .3s 
ease-out; */
}
.features .card:hover {
    background-color: #fff;
    box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.18);
    transform: translate(0, -10px);
    -webkit-transform: translate(0, -10px);
    -moz-transform: translate(0, -10px);
}

.frame-mail {
    width: 100%;
    height: 25rem;
    border-radius: 20px;
    box-shadow: 0 0px 13px -3px #100e4e;
}

.bg-color {
    /* background-image: linear-gradient(60deg, rgba(202, 151, 210, .25) 0, rgba(148, 123, 225, .25) 17%, rgba(94, 94, 240, .25) 45%, rgba(93, 145, 239, .25) 83%, rgba(92, 195, 238, .25) 100%); */
    background: #01507b;
    /* background-image: url(../images/new/bg3-right.jpg); */
    background-position: top right;
    background-repeat: no-repeat;
/*    padding: 10px 15px;*/
    text-decoration: none;
    border-radius: 5px;
}
.bg-blue {
    background: #01507b;
}
.text-blue {
    color: #01507b;
}
.text-yellow {
    color: #e3b954;
}
.arrow {
    position: absolute;
    right: 23%;
    top: 1%;
    content: '';
    width: 738px;
    height: 202px;
    background-size: inherit;
    opacity: 0.3;
    transform: rotate(148deg);
}
.item img {
    width: 100%;
    height: 130px;
    padding: 0 10px;
    object-fit: contain;
    /* border: 1px dashed #000; */
    box-shadow: 0 0px 6px #afafaf;
}
.client-container {
    /* height: 100vh; */
    width: 100%;
    display: flex
;
    justify-content: center;
    align-items: center;
    /* padding: 20px; */
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: inherit !important;
    overflow-x: clip !important;
}

.keywords {
    position: fixed;
    top: 0;
    color: #fff;
    z-index: -2;
}