.efox-abttext .main-h1-inn {
    font-weight: 600;
}

.efox-abttext {
    margin-bottom: 15px;
    text-align: center;
}
/*   .timeline_item_sec {
        height: 257px;
    }*/
.eael-dch-separator-wrap {
    justify-content: center;
}

.efox-abttext p {
    text-align: center;
}

.dgddgdgid-ami {
    text-align: center;
    background: white;
    border-radius: 5px;
    /* box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px; */
    padding: 10px 10px 10px 10px;
    display: flex;
    align-items: center;
    margin-bottom: 7px;
    box-shadow: -2px 10px 22px -16px #00000075;
}

img.dhdhddd-mudud {
    width: 38px;
    margin-right: 12px;
}

p.dkddkd-id {
    font-weight: 600;
    font-size: 15px;
    /* color: honeydew; */
}

.bizaceen-industry {
    /* background-image: url(/images/offer-sec-bg.jpg); */
    padding: 70px 0px;
}

    .bizaceen-industry .industry-part {
        position: relative
    }

        .bizaceen-industry .industry-part h2 {
            font-size: 22px;
            line-height: 34px;
            font-weight: 700;
            color: var(--grey100);
            padding: 15px 0 15px;
            margin: 0
        }

        .bizaceen-industry .industry-part .industry-img img {
            border-radius: 30px
        }

        .bizaceen-industry .industry-part .industry-img:before {
            content: "";
            background: #4e49a1;
            position: absolute;
            visibility: hidden;
            left: 0;
            right: 0;
            width: 100%;
            height: 100%;
            border-radius: 30px;
            opacity: 0;
            display: block;
            -webkit-transition: all .4s ease;
            transition: all .4s ease;
            z-index: 1
        }

        .bizaceen-industry .industry-part .industry-img .content-part {
            text-align: center;
            position: absolute;
            bottom: 0;
            left: 0;
            z-index: 1;
            background: var(--indigo900);
            padding: 5px 20px;
            display: inline-block;
            color: var(--white);
            border-radius: 30px;
            right: 0;
            -webkit-transition: all .4s ease;
            transition: all .4s ease
        }

.ecc-offer-section h2 {
    font-size: 32px;
    color: #ffffff;
    font-weight: 600;
    line-height: 55px;
    margin: 0px 0 7px;
    width: 100%;
}

.bizaceen-industry .industry-part .industry-img .industry-info {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    z-index: 1;
    text-align: center;
    width: 100%
}

    .bizaceen-industry .industry-part .industry-img .industry-info p {
        font-size: 16px;
        line-height: 28px;
        font-weight: 400;
        color: var(--grey100);
        padding: 0 50px;
        text-align: justify;
        margin-bottom: 15px
    }

    .bizaceen-industry .industry-part .industry-img .industry-info .btn-part a {
        font-size: 16px;
        line-height: 28px;
        font-weight: 400;
        color: var(--grey100)
    }

        .bizaceen-industry .industry-part .industry-img .industry-info .btn-part a i {
            padding-left: 6px
        }

.bizaceen-industry .industry-part:hover .industry-img:before {
    visibility: visible;
    opacity: .9
}

.bizaceen-industry .industry-part:hover .content-part {
    visibility: hidden;
    opacity: 0
}

.bizaceen-industry .industry-part:hover .industry-img .industry-info {
    opacity: 1;
    visibility: visible
}

    .bizaceen-industry .industry-part:hover .industry-img .industry-info .new-all-part {
        color: var(--grey100)
    }

    .bizaceen-industry .industry-part:hover .industry-img .industry-info p {
        color: var(--grey100)
    }

    .bizaceen-industry .industry-part:hover .industry-img .industry-info .btn-part a {
        color: var(--grey100)
    }

.industry-boxes {
    border: 2px dotted #e1e1e1;
    padding: 12px 9px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
    background: #ffffff00;
    height: 170px !important;
}

    .industry-boxes h5 {
        color: #ffa33f;
        font-size: 15px;
        margin-top: 9px;
        margin-bottom: 4px;
        font-weight: bold;
    }

.industry-boxes-image-sec {
    background: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 2px 2px 13px 3px #80808073;
    height: 43px;
    width: 43px;
    min-height: 43px;
}

    .industry-boxes-image-sec i {
        font-size: 20px;
        color: #e16c22;
    }

.industry-boxes p {
    font-size: 13px;
    color: #fff;
}

.DFIserviceBox {
    border: 2px solid #2b455f;
    color: #000;
    background: #fff;
    height: 100%;
    text-align: center;
    padding: 20px 15px 20px 30px;
    margin: 20px 15px 0 0;
    border-radius: 5px 5px;
    position: relative;
    z-index: 1;
}

    .DFIserviceBox:before, .DFIserviceBox:after {
        content: "";
        background: #2b455f;
        width: 100%;
        height: 100%;
        border-radius: 5px 5px;
        position: absolute;
        top: -20px;
        right: -16px;
        z-index: -1;
    }

    .DFIserviceBox .new-all {
        color: #003060;
        font-size: 18px;
        font-weight: 800;
        letter-spacing: 0.5px;
        margin: 0 0 7px;
    }

    .DFIserviceBox .description {
        font-size: 14px;
        line-height: 22px;
        text-align: center;
        margin: 0;
    }

    .DFIserviceBox:after {
        background: #fff;
        top: -10px;
        left: 8px;
        box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
    }

.ecc-offer-section {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.bgBlueDark {
    background-color: #0d2749 !important;
}

.border-2-px {
    border-bottom: 3px solid #e94e25;
}

.pt-40 {
    padding-top: 30px;
}

.pb-40 {
    padding-bottom: 30px;
}

.f-20 {
    font-size: 20px;
}

.fn-i {
    font-size: 14px;
    font-style: italic;
    margin-top: 5px;
}

.hhddi-jd {
    align-items: center;
    display: flex;
    justify-content: end;
}

.border-left-1 {
    border-left: 1px solid white;
}

.know-more-comm {
    background: #ff6100;
    color: white;
    padding: 12px 20px;
    font-weight: bold;
    font-size: 13px;
    border-radius: 2px;
}

.smm_service_section {
    position: relative;
    padding: 50px 0 28px;
    /* background-image: url(https://efoxtechnologies.com/css/../images/bg-2.png); */
    overflow: hidden;
    /* background-color: #dbdbdb; */
    background-image: url(https://beta.efoxtechnologies.com/images/aboutus-bg.jpg);
    background-attachment: fixed;
}

.CollegeERP_service_section .timelines {
    padding: 20px;
    min-height: 275px;
    height: 300px;
    box-shadow: -2px 10px 22px -16px #00000075;
}

/*    .CollegeERP_service_section .new_timelines {
        min-height: 388px;
    }*/
.CollegeERP_service_section .timeline_item_1 {
    background: /*radial-gradient(#ffffff, #46a1ff3d);*/ margin-top: 40px;
    /* box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px; */
    background: white;
    /* box-shadow: -2px 10px 22px -16px #00000075; */
}
/* .smm_service_section .timeline-item {
        padding: 15px;
        margin: 0px 0px;
        background: #fffc;
        margin-bottom: 25px;
        box-shadow: 0 0 2px 0 #adabab;
        min-height: 215px;
    }*/
.timeline-item {
    text-align: left;
}

.smm_service_section .image {
    width: 50px;
    height: 50px;
}

.smm_service_section .title {
    font-size: 13px;
}

.height-scroll-school-erp {
    /*   height: 206px;
        overflow-y: scroll;
        overflow-x: hidden;*/
    padding-right: 4px;
}

.ndjjdjM {
    font-size: 12px;
    color: #233979;
    display: flex;
    line-height: 20px;
    font-weight: 600;
}

ul.SchoolERP_ul li {
    color: black;
    font-size: 14px;
    line-height: 26px;
    text-align: left;
    display: flex;
    margin-bottom: 3px;
}

.smm_service_section ul li {
    color: black;
}

ul.SchoolERP_ul li {
    font-size: 12px !important;
    line-height: 21px !important;
}

    ul.SchoolERP_ul li:before {
        color: black;
        content: "\f192 ";
        font-family: FontAwesome;
        font-size: 7px;
        display: inline-block;
        vertical-align: top;
        margin-right: 7px;
    }

section.djdkdd-ami {
    padding: 41px 0px;
    /* background: radial-gradient(rgb(0, 55, 111), rgb(0, 18, 42)); */
}

h4.bdhdhd-mai {
    color: #e2831c;
    font-weight: 800;
    font-size: 20px;
    margin-bottom: 7px;
}

p.dkhdkhdkdpmi {
    color: #000000;
    font-size: 14px;
}

img.jdgufhi-smi {
    max-width: 100%;
    height: auto;
    width: 400px;
}

img.dhddojd-am {
    border: 1px solid #80808054;
    margin: 0px 8px 0px 0px;
}

section.mobile-app-secttion {
    padding: 50px 0px 14px 0px;
}

h3.dddhd-mai {
    color: #ff6100;
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 10px;
}

p.djidhdk-am {
    color: black;
    font-weight: 800;
    font-size: 20px;
    margin-bottom: 12px;
}

p.djbdhkd-mai {
    color: #ff6100;
    font-weight: 600;
    font-size: 23px;
    margin: 16px 0px;
}

p.ddhdhd-mdup {
    font-size: 14px;
    margin: 14px 0px;
}

.jdjdd-ami-new {
    display: flex;
    justify-content: center;
    align-items: center;
}

.mobile-app-secttion {
    display: none;
}

@media screen and (max-width:991px) {
    .industry-boxes {
        height: auto !important;
    }
    .CollegeERP_service_section .timelines{height:auto;min-height:auto;}
    .bizaceen-industry {
        padding: 50px 0px;
    }

    .hero--600 {
        background-position: right !important;
    }

    section.SearchEngineOptimization_about {
        padding: 20px 0px 50px 0px !important;
    }

    .ecc-offer-section.mb-5.mt-5 {
        margin-top: 0px !important;
    }

    .jdjdd-ami-new {
        margin-top: 35px;
    }

    .hhddi-jd {
        margin-top: 15px;
        justify-content:start;
    }
    .dgddgdgid-ami{display:block;}

}
span.fedghh_tri {
    color: #ffa33f;
}

.grr_tri {
    box-shadow: -2px 10px 22px -16px #00000075;
    background: #f6f6f6;
    text-align: center;
    padding: 28px;
}
.title{color:white;}
.hero__lead{color:white;}