.bg-orange {
    background-color: #f97316 !important;
}

.bg-orange-100 {
    background-color: rgba(249, 115, 22, 0.1) !important;
    padding: 0.5em 0.5em 0.5em 0.5em;
    border-radius: 1em;
}

.text-orange {
    color: #f97316 !important;
}

.social-area li {
    background-color: rgba(249, 115, 22, 0.1) !important;
    padding: 0.2rem;
    font-size: 1.5rem;
    border-radius: 2em;
    color: #f97316 !important;
}

.social-area li a {
    background-color: transparent !important;
}

/*hover menu footer*/
.hover-text-orange:hover {
    color: #f97316 !important;
    fill: #f97316 !important;
}

.hover-text-orange {
    fill: #f97316 !important;
}

.bg-orange-900 {
    background-color: #ff4810 !important;
}

/*navbar*/
.header-area.style-6 .main-menu ul li a {
    color: black;
}
.home2-banner-area {
    background-image: none !important;
    padding: 0 !important;
}

.header-area.style-6 .nav-right .primary-btn3 {
    background-color: #f97316;
    color: white;
    border-radius: 50px;
    font-weight: normal !important;
}

.magnetic-item {
    /*min-height: 23rem !important;*/
    color: white !important;
}

.single-work-process.c1 {
    background-color: #FF5722;
}

.single-work-process.c2{
    background-color: #1B8FFF !important;
}

.single-work-process.c3 {
    background-color: #DF2584 !important;
}

.single-work-process.c4 {
    background-color: #E2AE2B !important;
}

.single-work-process.c5 {
    background-color: #03A856 !important;
}

.single-work-process.c6 {
    background-color: #A006E0 !important;
}
.single-work-process.c7 {
    background-color: #1F41AF !important;
}
.single-work-process.c8 {
    background-color: #DE2525 !important;
}
.single-work-process.c9 {
    background-color: #2DCA2D !important;
}
.single-work-process.c10 {
    background-color: #5135F9 !important;
}
.single-work-process.c11 {
    background-color: #E8891C !important;
}
.single-work-process.c12 {
    background-color: #D20C44 !important;
}
.single-work-process.c13 {
    background-color: #07B895 !important;
}

.pricing-card{
    background-color: white !important;
    /* //create border */
    border: 1px solid black !important;
}

.pricing-page .pricing-card .batch span{
    background-color: black !important;
    background-image: none !important;
    /* make rounded top */
    border-radius: 0 0.4em 0 0 !important;
}

.subscribe{
    min-height: 27rem;
    background-image: url('/v2/landing/assets/img/illustrations/subscribe.webp');
    background-size: cover;
    /* background-position: center; */
    background-repeat: no-repeat;

}

.blog-card3.one{
    background-color: #ff4810 !important;
}

.blog-card3.two{
    background-color: #1B8FFF !important;
}

.blog-card3.three{
    background-color: #DF2584 !important;
}

.blog-card3.four{
    background-color: #E2AE2B !important;
}

.blog-card3.five{
    background-color: #03A856 !important;
}

.blog-card3.six{
    background-color: #5135F9 !important;
}

.single-process.three{
    background-color: #DF2584 !important;
}

.single-process.four{
    background-color: #E2AE2B !important;
}
.single-process.five{
    background-color: #03A856 !important;
}
@media (max-width: 576px) {
    .header-font {
        margin-top: 20rem !important;
    }
    .header-font h1 {
        font-size: 1.4rem;
    }

    .container-flow{
        margin-top: 17rem !important;
    }
    .container-opportunity{
        margin-top: 6rem !important;
    }
}
@media (max-width: 768px) {
    .container-opportunity{
        margin-top: 12rem !important;
    }
}

@media (min-width: 992px) {
    .header-font {
        margin-top: 0;
    }

    .header-font h1 {
        font-size: 4rem;
    }
}

.checkbox-primary{
    width : 1.5rem;
    height : 1.5rem;
}

.checkbox-primary:checked {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.cursor-pointer{
    cursor: pointer;
}

.card-active{
    background: #FFE4DB !important;
    border: 1px solid #FF5722 !important;
}


@media (max-width: 767px) {
    .home5-award-section .award-table tbody tr td {
        display: table-cell !important;
        width: 100%;
        text-align: start !important;
        padding-left: 50%;
        position: relative;
        padding: 10px 15px;
        font-size: 18px;
    }
    .home5-award-section .award-table tbody tr td a {
        justify-content: start !important;
    }
}

/* responsive slider home */
.swiper-slide {
    display: flex;
    align-items: stretch;
}

.single-work-process {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}


.swiper-slide {
    min-height: 400px
}

.single-work-process {
    min-height: 400px;
}

.toogle-alur.active{
    background-color: blue !important;
}

.toogle-alur.active{
    background-color: #FF5722 !important;
}
