.influencer-dir{
    direction: rtl;
}
.headerOrder {
    background: #1b427e;
    color: #ffffff;
    text-align: center;
}

.headerOrder1 {
    background: url(../images/influencer.png) no-repeat;
    background-size: 25%;
    height: 250px;
    background-position: center;
}
@media (max-width: 767px) {
    .headerOrder1 {
        display: none;
    }
}
.info-influencer h3{
    text-align: right;
}

.info-influencer h3, .Advantages {
    color: #04c;
}

.info-influencer h4 {
    color: #5a8aea;
}

.item-num {
    height: 90px;
    font-size: 32px;
    border-left: 5px solid #04c;
    font-weight: 700;
    text-align: left;
    width: 50px;
    display: grid;
    align-items: center;
}

.item-text {
    min-width: 167px;
}

.item-text h4 {
    color: #04c;
}

.item-text h4, .item-text p {
    text-align: justify;
}

.item-img {
    width: 110px;
    height: 110px;
}

.box_item {
    padding: 30px 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.box-item {
    background: #ccc;
    padding: 15px 15px;
    background: #ccc url(../images/InfluencerMarketing/box-item.jpg) repeat;
    background-size: cover;
    background-blend-mode: multiply;
    transition: all 0.3s ease;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.24);
    border-radius: 10px;
}

.box_item .container {
    max-width: 830px;
}

.box_item img {
    display: block;
    margin: auto;
    max-height: 120px;
}

.box-title {
    margin-top: 40px;
    margin-bottom: 20px;
}

.box-content {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
}

.box-btns {
    opacity: 0;
    position: relative;
    top: 10px;
    transition: all 0.3s ease;
    text-align: center;
}

.box-item:hover .box-btns {
    opacity: 1;
}

.box-item:hover {
    background-color: #3535c3a3;
}

.box-item:hover img {
    transform: scale(0.8);
}

.box-item:hover .box-title, .box-item:hover .box-content {
    color: white;
}

.box-btns a {
    border-radius: 32px;
}

.icons-items img {
    max-height: 80px;
}

.btn-box1 {
    color: #ffffff;
    background-color: #6d2c9ead;
    border-color: #6d2c9ead;
}

.btn-box1:hover {
    color: #ffffff;
}

.imgbox {
    width: 110px;
    height: 110px;
    padding: 15px;
    border-radius: 50%;
}

.hoverimg:hover .imgbox, .hoverimg1:hover .imgbox {
    border: 4px solid #007bff08;
    background-color: #007bff47;
}

.hoverimg1 {
    color: #3a7bc7;
    box-shadow: -2px 5px 10px rgba(0, 0, 0, 0.24);
    background-color: #4a90e21c;
}

.hoverimg1:nth-child(2) {
    background-color: transparent;
}

.hoverimg1:nth-child(1) {
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}

.hoverimg1:nth-child(3) {
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}

.offset-right-2 {
    margin-right: 16.666667%;
}

.offset-right-1 {
    margin-right: 8.333333%;
}

#employment h5 {
    line-height: 1.6;
    color: #0400ea;
    text-align: center;
}

@media (min-width: 576px) and (max-width: 767px) {
    .headerOrder {
        height: 150px;
    }
}

@media (max-width: 575px) {
    .headerOrder {
        background: #1b427e;
        height: 150px;
    }
}

@media (max-width: 375px) {
    .headerOrder h1, .info-influencer h3 {
        font-size: 20px;
    }

}

@media (max-width: 767px) {
    .influencer-page .item-num, .offset-right-2 {
        display: none;
    }

    .display-res {
        display: block !important;
    }

    .offset-right-1 {
        margin-right: auto !important;
        margin-left: auto !important;
        margin-bottom: 20px;
    }

    .box-content {
        font-size: 20px;
    }

    #employment h5 {
        text-align: justify;
    }
}

.display-res {
    display: none;
}