/* orange #f37d11 */
/* blue #0e1e36 */

.banner-home__media .start {
    width: 100px;
}

header.header-3 .main-header-wraper .header-btn,
.banner-home__content .theme-btn {
    background-color: #f37d11;
}

.header.header-1 .top-header .header-cta ul li a i {
    color: #f37d11;
}

.years-experience,
.theme-btn {
    background-color: #0e1e36;
}

.work-process.work-process-home {
    padding: 100px;
}

.work-process__item.work-process__item-two .theme-btn {
    background-color: #f37d11;
}


.container {
    width: 90%;
    margin: 0 auto;
}

.why-choose__item .description {
    max-width: unset;
}

.work-process.work-process-home {
    padding: 100px 0;
}

.about_list {


    margin: 30px 0 30px 0;
    max-width: max-content;
}

.about_list li {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: #0E1E36;
    padding-left: 50px;
    position: relative;
    margin-bottom: 20px;
    font-size: 14px !important;
}

.about_list li:after {
    left: 0;
    width: 30px;
    content: "\f00c";
    height: 30px;
    color: #eb8323;
    line-height: 30px;
    font-size: 12px;
    text-align: center;
    position: absolute;
    border-radius: 500px;
    top: calc(50% - 13px);
    background: #fff0e1;
    font-family: "Font Awesome 5 Pro";
}