/* utility classes  */
.link-secondary {
    color: var(--bs-secondary);
}

.link-secondary:hover {
    color: var(--bs-primary);
}

.text-gradiant {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gradiant-one {
    background-image: var(--gradiant-one);
}


.bg-010101 {
    background-color: #010101;
}








.bg-cover {
    background-size: cover;
}

.bg-contain {
    background-size: contain;
}

.bg-no-repeat {
    background-repeat: no-repeat;
}

.bg-repeat {
    background-repeat: repeat;
}

.bg-start {
    background-position: left;
}

.bg-center {
    background-position: center;
}

.bg-end {
    background-position: right;
}

.top-120 {
    top: 120px;
}

.custom-list {
    list-style-type: none;
    padding-left: 0;
}

.custom-list li {
    position: relative;
    padding-left: 25px;
}

.custom-list li:before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
}

.custom-list li:before {
    background-image: url('/assets/images/globle/circle-check.svg');
}

.custom-list .custom-list li:before {
    width: 20px;
    height: 18px;
    top: 2px;
}

.accordion.accordionMian {
    --bs-accordion-color: var(--bs-body-color);
    --bs-accordion-bg: var(--bs-gray-200);
    --bs-accordion-btn-focus-box-shadow: none;
    --bs-accordion-active-color: var(--bs-body-color);
    --bs-accordion-active-bg: var(--bs-gray-200);
    --bs-accordion-border-color: var(--bs-border-color);
    --bs-accordion-border-width: var(--bs-border-width);
    --bs-accordion-border-radius: 20px;

}

.accordion.accordionMian .accordion-item {
    margin-bottom: 15px;
    overflow: hidden;
    border-radius: var(--bs-accordion-border-radius);
}

.accordion-button {
    font-size: 1.5rem;
}

/* typo  */
.outsourcing-about-content .sub,
.sec-eyebro.light-eyebro {
    border: 1px solid var(--bs-primary);
    color: #ffffff;
}

.outsourcing-about-content .sub,
.section-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 20px;
    border: 1px solid rgba(1, 1, 1, 0.2);
    border-radius: 50px;
    margin-bottom: 12px;
    color: #464646;
}

.section-badge.badge-primary {
    background-color: var(--bs-primary);
    color: #ffffff;
}

.section-badge.badge-secondry {
    background-color: var(--bs-secondary);
    color: #ffffff;
}

@media(min-width:1200px) {
    .sub-heading.display-6 {
        font-size: 2.625rem;
        font-weight: 600;
    }
}

/* All Main banner  */
.bg-banner-one {
    background-image: url('../images/banner/hero-image-2.svg');
}


.page-banner-area {
    padding-top: 100px;
    padding-bottom: 100px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-banner-area .page-banner-shape-1 {
    right: 282px;
    bottom: 100px;
    position: absolute;
}

.page-banner-area .page-banner-shape-2 {
    left: 282px;
    bottom: 184px;
    position: absolute;
}

/* All Main banner  */

/* animation  */
.title-animation.center-slide .split-line {
    text-align: center !important;
}

.moveVertical {
    animation: moveVertical 3000ms infinite ease-in-out;
}


/*================================================
ABOUT
=================================================*/
.verticle-pagination {
    top: 60% !important;
    transform: translateY(-50%);
}

.verticle-pagination .swiper-pagination-bullet {
    display: block;
    margin: 10px var(--swiper-pagination-bullet-horizontal-gap, 4px) !important;
}

.about__one-left .two {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.about__one-left .two img {
    border: 3px solid var(--bg-white);
    border-radius: 30px;
}

.about__one-right-list ul.custom-list li {
    margin-bottom: 15px;
}

.choose-card {
    border: 1px solid rgba(12, 58, 48, 0.801);
    box-shadow: 0px 4px 4px 0px rgba(8, 39, 32, 0.02);
    transition: all ease 0.5s;
    position: relative;
    padding: 20px;
}

.choose-card:hover {
    transform: translateY(-10px);
    border: 1px solid var(--bs-primary)
}

.choose-card i {
    display: inline-block;
    font-size: 45px;
    color: #ffffff;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 20px;
    background-color: var(--bs-primary);
    margin-bottom: 35px;
    transition: all ease 0.5s;
}

.choose-card:hover i {
    background-color: #ffffff;
    color: var(--bs-primary);
}

.choose-card.lightCard:hover i {
    background-color: #ffffff;
    color: var(--bs-primary);
}

.choose-card span.count {
    top: 70px;
    right: 40px;
    position: absolute;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    color: var(--bs-primary);
}

.choose-us-image {
    max-width: 465px;
    margin-left: auto;
}

/*================================================
CONTACT
=================================================*/
.choose-card.smCard {
    padding: 30px;
}

.choose-card.smCard .cardTitle {
    display: block;
    padding-top: 25px;
    margin-top: 30px;
    border-top: 1px solid rgba(6, 50, 49, 0.1411764706);
}

/*================================================
BLOG
=================================================*/
.badge.tag-badge {
    --bs-badge-padding-x: 1.5rem;
    --bs-badge-padding-y: .7rem;
    --bs-badge-font-size: 0.75em;
    --bs-badge-font-weight: 700;
    --bs-badge-color: #fff;
    --bs-badge-border-radius: 0.9rem;
    background-color: var(--bs-primary);
}

.badge.tag-badge:hover {
    background-color: var(--bs-secondary);
}

/* listion  */
.listingCard {
    padding: 30px 30px 40px;
}

.sidebar .post ul li .popular-image {
    width: 180px;
    height: 70px;
    border-radius: 10px;
    object-fit: cover;
}

.sidebar .innerCard {
    padding: 20px;
    margin-bottom: 20px;
    background-color: var(--bs-gray-200);
    border-radius: 10px;
}

.sidebar .sidebar-form .form-control {
    height: 50px;
    border-radius: 10px;
    border: 1px solid rgba(12, 58, 48, 0.2);
    background-color: #ffffff;
    padding: 15px 60px 15px 20px;
}

.sidebar .sidebar-form .sidebar-btn {
    top: 0;
    right: 0;
    position: absolute;
    border: none;
    height: 50px;
    border-radius: 0px 10px 10px 0px;
    background-color: var(--bs-primary);
    padding: 10px 16px;
}


/* Blog detail  */
/* blog  */
.blogView.singlePost {
    padding-block: 34px;
    border-radius: 12px;
    margin-bottom: 72px;
}

/* single post  */
.blogView {
    padding-top: 70px;
}

.blogView ._content ._blogText h1 {
    font-weight: 500;
    line-height: 1.45
}

.blogView ._content ._blogText :where(h2, h3, h4, h5) {
    margin-top: 3.5rem;
    margin-bottom: 1.75rem
}

.blogView ._content ._blogText a {
    text-decoration: none
}

.blogView ._content ._blogText :where(ol, ul) li {
    line-height: 1.5;
    font-weight: 300;
    font-size: 1rem
}

.blogView ._content ._blogText :where(ol, ul) li strong {
    font-weight: 700
}

.blogView ._content ._blogText :where(ol, ul) {
    margin-bottom: 2.75rem
}

.blogView ._content ._blogText ol li:last-child {
    margin-bottom: 0
}

.blogView ._content ._blogText p {
    line-height: 1.5;
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 1rem
}

@media(min-width: 1200px) {
    .blogView ._content ._blogText h2 {
        font-size: 2.5rem;
        font-weight: 500;
        line-height: 1.3
    }

    .blogView ._content ._blogText h3 {
        font-size: 2rem;
        font-weight: 500;
        line-height: 1.45
    }

    .blogView ._content ._blogText h4 {
        font-size: 1.875rem;
        font-weight: 500;
        line-height: 1.5
    }

    .blogView ._content ._blogText h5 {
        font-size: 1.5rem;
        font-weight: 500;
        line-height: 1.5
    }

    .blogView ._content ._blogText p {
        line-height: 1.7;
        font-size: 1.25rem
    }

    .blogView ._content ._blogText :where(ol, ul) li {
        font-size: 1.125rem
    }
}

.blogView ._content ._blogText figure {
    width: auto;
    max-width: 100%
}

.blogView ._content ._blogText div+h2,
.blogView ._content ._blogText div+h3,
.blogView ._content ._blogText div+h4,
.blogView ._content ._blogText div+h5,
.blogView ._content ._blogText div+h6,
.blogView ._content ._blogText div+p,
.blogView ._content ._blogText div+ul,
.blogView ._content ._blogText figure+h2,
.blogView ._content ._blogText figure+h3,
.blogView ._content ._blogText figure+h4,
.blogView ._content ._blogText figure+h5,
.blogView ._content ._blogText figure+h6,
.blogView ._content ._blogText figure+p,
.blogView ._content ._blogText figure+ul,
.blogView ._content ._blogText ul+h2,
.blogView ._content ._blogText ul+h3,
.blogView ._content ._blogText ul+h4,
.blogView ._content ._blogText ul+h5,
.blogView ._content ._blogText ul+h6,
.blogView ._content ._blogText ul+ol,
.blogView ._content ._blogText ul+p,
.blogView ._content ._blogText ul+ul {
    margin-top: 1.875rem
}

.blogView ._content ._blogText ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative
}

.blogView ._content ._blogText ul li {
    padding-left: 0;
    line-height: 1.6;
    position: relative
}



.single-post .e_quote {
    background-image: none
}

.single-post .e_quote p {
    margin-bottom: 0px !important
}

.wp-block-list>li::marker {
    font-size: x-large;
    color: var(--bs-link-hover)
}

.single-post .wp-block-image img {
    max-width: 100%;
    height: auto
}



.blogView .sticky-lg-top {
    top: 100px
}

.blogView .cta {
    margin: 0 11px
}

/* Blog detail  */

/* policy page  */
/*================================================
Privacy Policy Area CSS
=================================================*/

/* .policyPage {
    max-width: 1100px;
    margin: auto;
} */



.policyPage .h2 {
    font-size: 45px;
    margin-bottom: 0;
}

.policyPage .color {
    color: #010101;
    margin-top: 20px;
}

/* .policyPage .inner {
    padding-left: 50px;
} */

/* .policyPage .inner .list {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
} */

/* .policyPage .inner .list li {
    list-style-type: none;
    margin-bottom: 15px;
    position: relative;
    padding-left: 18px;
} */






.policyPage .inner .list li::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 5px;
    width: 5px;
    background-color: #464646;
    border-radius: 50px;
}



.policyPage h3,
.policyPage .h3 {
    font-size: 24px;
    font-weight: 600;
    margin-top: 35px;
    margin-bottom: 15px;
}

.policyPage ul,
.policyPage p {
    font-size: 18px;
    margin-top: 0;
}

/* Max width 767px */

@media only screen and (max-width: 767px) {

    .policyPage h2,
    .policyPage .h2 {
        font-size: 30px;
    }

    .policyPage .inner {
        padding-left: 0;
    }

    .policyPage h3,
    .policyPage .h3 {
        font-size: 20px;
    }
}