.main-about-bg {
    background: linear-gradient(to top, rgba(1, 11, 52, 0) 0%, rgba(1, 11, 52, 0) 59%, rgba(1, 11, 52, 0.65) 100%), url(../images/team.jpg) no-repeat;
    /* width: 95%;
    margin: auto;
    border-radius: 20px;
    background-size: 100%; */
}

.stat-icon img {
    width: 92px;
}

.hero .stats-row {
    position: relative;
    z-index: 1;
    margin-top: -76px;
    background-color:#010b34b3;
    border-radius: 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    padding-bottom: 0;
    color: #fff !important;
}

.hero .stat-item .stat-content h4,
.hero .stat-item .stat-content p {

    color: #fff;
    font-size: 14px;
}

.hero .stat-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 9px;
}

.about {
    padding: 80px;
}

.badge {
    display: inline-block;
    background: linear-gradient(to right, #E5CD61, #FCF793, #DBB75F);
    color: #333;
    font-size: 14px;
    font-weight: bold;
    padding: 6px 12px;
    border-radius: 20px;
}

.title {
    font-size: 28px;
    font-weight: bold;
    margin-top: 10px;
}

.title span {
    color: #1E3A8A;
    text-decoration: underline;
}


.steps {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
}

.step {
    background: white;
    padding: 10px;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
}

.step p {
    font-size: 18px;
    font-weight: 700;
}

.step-number {
    background: url(../images/arrow.png) no-repeat;
    color: white;
    font-size: 21px;
    font-weight: bold;
    padding: 27px 28px;
    /* border-radius: 50%; */
    display: inline-block;
    margin-bottom: 10px;

}

.step-number img {
    max-width: 71%;
}
.about-4 {
    padding: 80px;
}

/* clients */
.mc_clientsList {
    display: block;
    float: left;
    list-style: outside none none;
    margin: 0 0 20px;
    padding: 0;
    width: 100%;
}
.mc_clientsList li {
    background-color: #fff;
    display: block;
    float: left;
    height: 250px;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    transition: box-shadow 0.3s ease 0s;
    width: 25%;
	background-color: transparent;
	width: 20%;
    /* height: 149.16px; */
}
.mc_clientsList.border li {
    border-bottom: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    margin: 0 -1px -1px 0;
    overflow: hidden;
    position: relative;
}
.mc_clientsList.border li span {
    border-left: 1px solid #dcdcdc;
    border-top: 1px solid #dcdcdc;
    left: 0;
    position: absolute;
    top: 0;
	-webkit-background-size: 80%; -moz-background-size: 80%; background-size: 80%;
}
.mc_clientsList.shadowOnHover li:hover, .mc_clientsList.border li:hover {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 2;
}
.mc_clientsList li span {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 70% auto;
    display: block;
    height: 100%;
    transition: filter 0.3s ease 0s;
    width: 100%;
}
.mc_clientsList.grayscale li span {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	-webkit-filter:grayscale(1);
	filter:gray;
}
.mc_clientsList.grayscale li span:hover {
    filter: none;
	-webkit-filter:none;
}
@media only screen and (device-width: 768px) {
.mc_clientsList.responsive li {
    width: 25% !important;
}
}
@media only screen and (min-width: 481px) and (max-width: 1024px) and (orientation: portrait) {
.mc_clientsList.responsive li {
    width: 33.3% !important;
}
}
@media only screen and (min-width: 481px) and (max-width: 1024px) and (orientation: landscape) {
.mc_clientsList.responsive li {
    width: 25% !important;
}

}
@media only screen and (max-width: 480px) {
.mc_clientsList.responsive li {
    width: 50% !important;
}
}
