/**breadcrumb**/
.breadcrumb-area {
    margin-top: 80px;
    padding: 150px 0px 90px 0px;
    position: relative;
    overflow: hidden;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.breadcrumb-area:before {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: .85;
    right: 0;
    left: 0;
    z-index: 0;
    background: -moz-linear-gradient(45deg, #552ECD 0%, #673AB7 50%, #6ba3ff 100%);
    background: -webkit-linear-gradient(45deg, #552ECD 0%, #673AB7 50%, #6ba3ff 100%);
    background: linear-gradient(45deg, #552ECD 0%, #673AB7 50%, #6ba3ff 100%);
}

.breadcrumb-area:after {
    content: '';
    z-index: 0;
    background: url(../images/banner/banner-shap-2.png);
    background-size: auto;
    position: absolute;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    right: 0;
    top: 0;
    z-index: 1;
    background-position: center right;
    background-size: contain;
}

.breadcrumb-area ul li {
    display: block;
    display: inline-block;
}

.breadcrumb-area .bread-menu li a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding-right: 6px;
    display: inline-block;
}

.breadcrumb-area .bread-menu li a.active {
    text-decoration: underline;
}

.breadcrumb-area .bread-menu li+li::before {
    font-size: 16px;
    font-family: 'Font Awesome 5 Free';
    content: "\f105";
    font-weight: bold;
    margin: 0 10px 0 0;
    position: relative;
    color: #ffd727;
}

.text-block {
    position: relative;
    z-index: 55;
}

.ag-dg1 {
    z-index: 1;
    border-radius: 8px 8px 8px 100px;
    min-width: 100%;
    top: 0;
    left: 30px;
    position: relative;
}

.ag-dg2 {
    z-index: 0;
    border-radius: 8px 8px 100px 8px;
    bottom: 0;
    right: 30px;
    min-width: 100%;
    position: relative;
}


@media only screen and (max-width:991px) {
    .breadcrumb-area {
        padding: 120px 0px 60px 0px;
        text-align: center !important;
    }

    .breadcrumb-area .content-sec {
        text-align: center !important;
        align-items: center !important;
    }

    .ag-dg1 {
        border-radius: 8px 8px 8px 50px;
        left: 0px;
    }

    .ag-dg2 {
        border-radius: 8px 8px 50px 8px;
        right: 0px;
    }
}

@media only screen and (max-width:520px) {

    .bread-title h2 {
        font-size: 26px;
        line-height: 36px;
    }
}

.about-agencys {
    overflow: hidden;
}

.about-image,
.img-block,
.image-block {
    position: relative;
    z-index: 10;
}

.image-block img {
    width: 100%;
    border-radius: 8px;
    -webkit-box-shadow: -10px 10px 25px rgba(0, 0, 0, 0.15), 10px -20px 25px #ffffff;
    box-shadow: -10px 10px 25px rgba(0, 0, 0, 0.15), 10px -20px 25px #ffffff;
    -webkit-border-radius: 8px;
}

.bg-shape img {
    position: relative;
    z-index: 5;
}

.bg-shape:after {
    content: '';
    background: url(../images/shape/shape-1.svg);
    background-size: auto;
    position: absolute;
    height: 150px;
    width: 150px;
    background-repeat: no-repeat;
    left: -55px;
    top: -55px;
    z-index: 0;
}

.bg-shape:before {
    content: '';
    background: url(../images/shape/shape-2.svg);
    background-size: auto;
    position: absolute;
    height: 150px;
    width: 150px;
    background-repeat: no-repeat;
    right: -55px;
    bottom: -55px;
    z-index: 0;
}

.block-1 p+p {
    margin: 25px 0 0 0;
}

.block-1 .small {
    margin-top: 50px;
}

.block-1 .statnumb {
    margin: 0 0 0 0px;
}

.small .statistics p {
    font-size: 18px;
    line-height: 24px;
}

.in-stats .statistics {
    text-align: left;
}

.statistics span {
    font-size: 45px;
    font-family: 'Poppins', sans-serif;
    color: #673AB7;
    font-weight: 700;
    display: inline-block;
}

@media only screen and (max-width: 991px) {
    .image-block {
        margin-bottom: 30px;
    }

    .in-stats .statistics {
        margin-bottom: 0;
        display: inline-block;
        text-align: center;
    }
}

@media only screen and (max-width:767px) {
    .about-statistics .statistics {
        margin-bottom: 30px
    }

    .block-1 .small {
        margin-top: 20px;
    }

    .statistics span {
        font-size: 24px;
    }

    .small .statistics p {
        font-size: 14px;
    }
}

.s-block {
    background: linear-gradient(to right, #552ECD 0%, #673AB7 100%);
    text-align: center;
    background-size: 100%;
    background-position: top right;
    background-repeat: no-repeat;
    text-align: center;
    padding: 20px 20px;
    margin: 20px 0;
    position: relative;
    border: 2px solid #fff;
    -webkit-border-radius: 8px;
    color: #fff;
    border-radius: 8px;
    -webkit-box-shadow:
        0 3.4px 2.7px -30px rgba(0, 0, 0, 0.5),
        0 8.2px 8.9px -30px rgba(0, 0, 0, 0.5),
        0 25px 40px -30px rgba(0, 0, 0, 0.5);
    box-shadow:
        0 5px 3px -30px rgba(0, 0, 0, 0.5),
        0 8px 9px -30px rgba(0, 0, 0, 0.5),
        0 25px 40px -30px rgba(0, 0, 0, 0.5);
}


.card-icon {
    width: 100%;
    margin: 0 10px 0 0;
    display: inline-flex;
    align-items: center;
}

.card-icon img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    margin: 0 auto;
    text-align: center;
    background-color: #fff;
    padding: 5px;
    border-radius: 10px;

}

.s-block .card-heading {
    font-size: 24px;
    line-height: 40px;
    margin: 10px 0;
    color: #ffd727;
}


@media only screen and (max-width:767px) {
    .s-block .card-heading {
        font-size: 20px;
        line-height: 30px;
    }
}

.about-agencys {
    overflow: hidden;
}

.why-choose {
    background: #b8bfff;
}

.dg-testinomial-section .owl-carousel .owl-dots {
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: right;
    background: transparent;
    width: 100px;
    margin: 0;
    height: 50px;
    padding: 25px 0 0 0;
}

.logo-weworkfor .client-logo {
    display: inline-block;
    height: 100px;
    width: 100px;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: .6;
    transition: all .3s ease-in-out;
    background: #fff;
    padding: 10px;
    margin: 10px;
    border-radius: 10px;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.6);
}

.logo-weworkfor .client-logo:hover {
    filter: grayscale(0%);
    opacity: 1;
    background: #fff;

}