/*==============================================
   Services One
===============================================*/
.services-one {
    position: relative;
    display: block;
    background-color: var(--odm-black);
    padding: 120px 0px 107px;
    z-index: 1;
}

.services-one .shape1 {
    position: absolute;
    top: 80px;
    left: 80px;
    z-index: -1;
}

.services-one .shape2 {
    position: absolute;
    left: 140px;
    bottom: 80px;
    z-index: -1;
}

.services-one .shape3 {
    position: absolute;
    top: 162px;
    left: 430px;
    z-index: -1;
}

.services-one .shape4 {
    position: absolute;
    top: 450px;
    left: 50px;
    z-index: -1;
}

.services-one .shape5 {
    position: absolute;
    top: 80px;
    right: 80px;
    z-index: -1;
}

.services-one .shape6 {
    position: absolute;
    right: 140px;
    bottom: 80px;
    z-index: -1;
}

.services-one .shape7 {
    position: absolute;
    top: 162px;
    right: 430px;
    z-index: -1;
}

.services-one .shape8 {
    position: absolute;
    top: 450px;
    right: 50px;
    z-index: -1;
}

.services-one .sec-title__tagline .text h4 {
    color: var(--odm-white);
}

.services-one .sec-title__tagline .icon-box span::before {
    color: var(--odm-white);
}

.services-one .sec-title__title {
    color: var(--odm-white);
}

.services-one__inner {
    position: relative;
    display: block;
}

.services-one__single {
    position: relative;
    display: block;
    width: 100%;
    min-height: 380px;
    margin-bottom: 30px;
}

.services-one__single-inner {
    position: absolute;
    bottom: 0;
    background: var(--odm-white);
    padding: 30px 35px 37px;
    border-radius: 10px;
    box-shadow: 0 0 20px -15px #030380;
    transition: transform .8s;
    z-index: 1;
}

.services-one__single:hover .services-one__single-inner {
    transform: translateY(-50px);
}

.services-one__single-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: var(--odm-white);
    border: 10px solid var(--odm-black);
    margin: -90px auto 0px;
}

.services-one__single-icon span::before {
    position: relative;
    display: inline-block;
    color: var(--odm-base);
    font-size: 50px;
    line-height: 50px;
    transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(1);
}

.services-one__single:hover .services-one__single-icon span::before {
    transform: scale(0.9);
}

.services-one__single-inner h2 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    text-transform: capitalize;
    width: 80%;
    margin: 28px auto 20px;
    background: var(--odm-white);
}

.services-one__single-inner h2 a {
    color: var(--odm-black);
}

.services-one__single-inner h2 a:hover {
    color: var(--odm-base);
}

.services-one__single-btn {
    position: relative;
    display: block;
    margin-top: 20px;
}

.services-one__single-btn a {
    color: var(--odm-black);
    font-size: 17px;
    line-height: 27px;
    font-weight: 500;
    text-transform: capitalize;
}

.services-one__single-btn a:hover {
    color: var(--odm-base);
}

.services-one__single-btn span::before {
    position: relative;
    display: inline-block;
    font-size: 13px;
    line-height: 13px;
    margin-left: 2px;
    font-weight: 700;
}

.services-one__single .shadow-one {
    position: absolute;
    left: 10%;
    bottom: 0px;
    width: 80%;
    height: 200px;
    background: var(--odm-white);
    border-radius: 10px;
    box-shadow: 0 0 20px -15px #030380;
    transition: transform .8s;
    z-index: -1;
}

.services-one__single:hover .shadow-one {
    transform: translateY(-25px);
}

.services-one__single .shadow-two {
    position: absolute;
    left: 18%;
    bottom: 0px;
    width: 64%;
    height: 200px;
    background: var(--odm-white);
    border-radius: 10px;
    z-index: -2;
}


.services-one__carousel.owl-theme .owl-stage-outer {
    overflow: visible;
}

.services-one__carousel .owl-stage-outer .owl-item {
    opacity: 0;
    transition: all 500ms linear;
    transition-delay: 0.1s;
}

.services-one__carousel .owl-stage-outer .owl-item.active {
    opacity: 1;
    transition: all 200ms linear;
}

.services-one__carousel.thm-dot-style1.owl-theme .owl-dots .owl-dot span {
    border: 1px solid rgba(var(--odm-white-rgb), 0.26);
}

.services-one__carousel.thm-dot-style1.owl-theme .owl-dots .owl-dot.active span,
.services-one__carousel.thm-dot-style1.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--odm-white);
    border-color: var(--odm-white);
}


/*==============================================
   Services Two
===============================================*/
.services-two {
    position: relative;
    display: block;
    background: #f3602c4a;
    padding: 120px 0px 120px;
    z-index: 1;
}

.services-two__pattern {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.03;
    z-index: -1;
}

.services-two__carousel.owl-theme .owl-nav {
    margin-top: 0px;
    position: absolute;
    top: -120px;
    right: 0;
}

.services-two__carousel.owl-carousel .owl-nav button.owl-prev,
.services-two__carousel.owl-carousel .owl-nav button.owl-next {
    position: relative;
    display: inline-block;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: transparent;
    color: var(--odm-base);
    font-size: 18px;
    font-weight: 700;
    border: 1px solid var(--odm-base);
    outline: none;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.services-two__carousel.owl-carousel .owl-nav button.owl-prev::before,
.services-two__carousel.owl-carousel .owl-nav button.owl-next::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: var(--odm-base);
    transform: scale(0.6);
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    z-index: -1;
}

.services-two__carousel.owl-carousel .owl-nav button.owl-prev:hover::before,
.services-two__carousel.owl-carousel .owl-nav button.owl-next:hover::before {
    transform: scale(1.0);
    opacity: 1;
}

.services-two__carousel.owl-carousel .owl-nav button.owl-prev:hover,
.services-two__carousel.owl-carousel .owl-nav button.owl-next:hover {
    border-color: var(--odm-base);
    color: var(--odm-white);
}

.services-two__carousel.owl-carousel .owl-nav button.owl-prev span::before,
.services-two__carousel.owl-carousel .owl-nav button.owl-next span::before {
    font-weight: 700;
    line-height: 53px;
}


/*==============================================
   Services Three
===============================================*/
.services-three {
    position: relative;
    display: block;
    background-color: var(--odm-gray-bg);
    padding: 120px 0 120px;
    z-index: 1;
}

.services-three__inner {
    position: relative;
    display: block;
}

.services-three__main-tab-box {
    position: relative;
    display: block;
}

.services-three__tab-buttons-box {
    position: relative;
    display: block;
    margin: 0 auto 30px;
}

.services-three__main-tab-box .tab-buttons {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -10px 0;
}

.services-three__main-tab-box .tab-buttons .tab-btn {
    position: relative;
    display: block;
    padding: 0 10px;
    flex: 0 0 20%;
    max-width: 20%;
    width: 100%;
    margin-bottom: 20px;
}

.services-three__tab-buttons-single {
    position: relative;
    display: block;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    padding: 30px 30px 25px;
    max-width: 240px;
    width: 100%;
    border-radius: 12px;
    background-color: var(--odm-white);
    transition: all 0.5s linear;
    z-index: 1;
}

.services-three__tab-buttons-single:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 0%;
    background-color: var(--odm-base);
    transition: all 0.3s ease;
    z-index: -1;
}

.services-three__main-tab-box .tab-buttons .tab-btn.active-btn .services-three__tab-buttons-single:before {
    height: 100%;
}

.services-three__main-tab-box .tab-buttons .tab-btn+.tab-btn {
    margin-left: 0px;
}

.services-three__main-tab-box .tab-buttons .tab-btn .services-three__tab-buttons-single i {
    position: relative;
    display: inline-block;
    font-size: 50px;
    color: var(--odm-base);
    transition: all 0.3s ease;
}

.services-three__main-tab-box .tab-buttons .tab-btn.active-btn .services-three__tab-buttons-single i {
    color: var(--odm-white);
}

.services-three__main-tab-box .tab-buttons .tab-btn .services-three__tab-buttons-single span {
    position: relative;
    display: block;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    color: var(--odm-black);
    font-weight: 600;
    text-transform: capitalize;
    font-family: var(--odm-font-two);
    margin-top: 10px;
    transition: all 0.3s ease;
}

.services-three__main-tab-box .tab-buttons .tab-btn.active-btn .services-three__tab-buttons-single span {
    color: var(--odm-white);
}

.services-three__main-tab-box .tabs-content {
    position: relative;
    display: block;
}

.services-three__main-tab-box .tabs-content .tab {
    position: relative;
    display: none;
    -webkit-transform: translateX(35px);
    -ms-transform: translateX(35px);
    transform: translateX(35px);
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    z-index: 10;
}

.services-three__main-tab-box .tabs-content .tab.active-tab {
    display: block;
    margin-top: 0px;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}

.services-three__tab-content-box {
    position: relative;
    display: block;
    border-radius: 12px;
    overflow: hidden;
    z-index: 1;
}

.services-three__tab-img-1 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: calc((100% - -43px) / 2);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
    z-index: -1;
}

.services-three__tab-left {
    position: relative;
    display: block;
    text-align: center;
    margin-right: -90px;
    padding: 41px 90px 50px;
    background: var(--odm-base);
    clip-path: circle(76.6% at 33% 45%);
    z-index: 1;
}

.services-three__shape-1 {
    position: absolute;
    bottom: 20px;
    left: 20px;
    animation: topBottom 3s ease-in-out infinite;
}

.services-three__shape-1 img {
    width: auto;
}

.services-three__shape-2 {
    position: absolute;
    bottom: 90px;
    right: 80px;
    opacity: .60;
    animation: leftRight 4s ease-in-out infinite;
}

.services-three__shape-2 img {
    width: auto;
}

.services-three__tab-title {
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    color: var(--odm-white);
    text-transform: capitalize;
    z-index: 5;
}

.services-three__tab-text {
    color: var(--odm-white);
    margin: 20px 0 25px;
    z-index: 2;
}

.services-three__tab-doller-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 130px;
    height: 130px;
    flex-direction: column;
    border-radius: 50%;
    margin: 0 auto;
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.08727240896358546) 0%, rgba(255, 255, 255, 0.29735644257703087) 50%, rgba(255, 255, 255, 0.3757878151260504) 100%);
}

.services-three__tab-doller {
    font-size: 34px;
    font-weight: 700;
    color: var(--odm-white);
    font-family: var(--odm-font-two);
    z-index: 2;
}

.services-three__tab-doller span {
    font-size: 16px;
    font-weight: 400;
    position: relative;
    margin-right: 3px;
    top: -2px;
}

.services-three__tab-doller-sub-title {
    color: var(--odm-white);
}

.services-three__btn-box {
    position: relative;
    display: block;
    margin-top: 30px;
    z-index: 2;
}

.services-three__btn-box .thm-btn {
    background-color: var(--odm-white);
    color: var(--odm-black);
}

.services-three__btn-box .odm-btn {
    background-color: var(--odm-white);
    color: var(--odm-black);
}

/*==============================================
    Services Four
===============================================*/
.services-four {
    position: relative;
    display: block;
    background: var(--odm-gray-bg);
    padding: 120px 0px 90px;
    z-index: 1;
}

.services-four__pattern {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.025;
    z-index: -1;
}

/*==============================================
 Services Five
===============================================*/
.services-five {
    position: relative;
    display: block;
    background: var(--odm-gray-bg);
    padding: 120px 0px 107px;
    z-index: 1;
}

.services-five__pattern {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.025;
    z-index: -1;
}

.services-five__single {
    position: relative;
    display: block;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
}

.services-five__single-img {
    position: relative;
    display: block;
}

.services-five__single-img .icon {
    position: absolute;
    left: 0;
    bottom: -35px;
    right: 0;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: var(--odm-white);
    box-shadow: 0.5px 0.866px 5px 0px rgb(0, 0, 0, 0.2);
    margin: 0 auto;
    color: var(--odm-base);
    font-size: 35px;
    text-align: center;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 5;
}

.services-five__single:hover .services-five__single-img .icon {
    color: var(--odm-white);
}

.services-five__single-img .icon::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    background: var(--odm-base);
    transform: scale(0.7);
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: -1;
}

.services-five__single:hover .services-five__single-img .icon::before {
    transform: scale(1.0);
    opacity: 1;
}

.services-five__single-img .icon span::before {
    position: relative;
    display: inline-block;
    line-height: 70px;
}

.services-five__single-img-inner {
    position: relative;
    display: block;
    background: var(--odm-black);
    overflow: hidden;
}

.services-five__single-img-inner img {
    width: 100%;
    transition: all 500ms ease;
}

.services-five__single:hover .services-five__single-img-inner img {
    opacity: 0.5;
    transform: scaleX(1.05);
}

.services-five__single-content {
    position: relative;
    display: block;
    background: var(--odm-white);
    padding: 52px 0px 31px;
}

.services-five__single-content h2 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 8px;
}

.services-five__single-content h2 a {
    color: var(--odm-black);
}

.services-five__single-content h2 a:hover {
    color: var(--odm-base);
}

.services-five__single-content p {
    margin: 0px;
}

.services-five__single-content .btn-box {
    position: relative;
    display: block;
    margin-top: 17px;
}

.services-five__single-content .btn-box a {
    color: var(--odm-black);
    font-size: 17px;
    line-height: 27px;
    font-weight: 500;
    text-transform: capitalize;
}

.services-five__single-content .btn-box a:hover {
    color: var(--odm-base);
}

.services-five__single-content .btn-box a span:before {
    position: relative;
    display: inline-block;
    font-size: 12px;
    line-height: 12px;
    margin-left: 2px;
    font-weight: 700;
}
.odm-benefits-section {
    position: relative;
    padding: 50px 0;
    background: linear-gradient(180deg, #f8fbff 0%, #eef5ff 100%);
    overflow: hidden;
    z-index: 1;
}

.odm-benefits-bg-shape {
    position: absolute;
    top: -120px;
    right: -120px;
    width: 320px;
    height: 320px;
    background: radial-gradient(circle, rgba(242, 101, 34, 0.16) 0%, rgba(242, 101, 34, 0) 70%);
    z-index: -1;
}

.odm-benefits-heading {
    max-width: 780px;
    margin: 0 auto 60px;
}

.odm-benefits-tag {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #ffffff;
    color: #f26522;
    padding: 10px 18px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 700;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
    margin-bottom: 18px;
}

.odm-benefits-tag-icon {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(242, 101, 34, 0.12);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.odm-benefits-heading h2 {
    font-size: 48px;
    line-height: 1.2;
    font-weight: 800;
    color: #101828;
    margin-bottom: 18px;
}

.odm-benefits-heading p {
    font-size: 18px;
    line-height: 1.8;
    color: #667085;
    margin: 0;
}

.odm-benefit-card {
    position: relative;
    height: 100%;
    background: #ffffff;
    border-radius: 24px;
    padding: 32px 24px;
    overflow: hidden;
    box-shadow: 0 14px 35px rgba(17, 24, 39, 0.08);
    transition: all 0.35s ease;
    border: 1px solid #edf2f7;
}

.odm-benefit-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #f26522, #ff9b62);
}

.odm-benefit-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 24px 50px rgba(17, 24, 39, 0.14);
}

.odm-benefit-icon {
    width: 82px;
    height: 82px;
    border-radius: 22px;
    background: linear-gradient(180deg, #fff4ed 0%, #ffe8db 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    transition: all 0.35s ease;
}

.odm-benefit-card:hover .odm-benefit-icon {
    transform: scale(1.08) rotate(4deg);
}

.odm-benefit-icon img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    display: block;
}

.odm-benefit-content h3 {
    font-size: 24px;
    line-height: 1.35;
    font-weight: 700;
    color: #101828;
    margin-bottom: 14px;
}

.odm-benefit-content p {
    margin: 0;
    font-size: 16px;
    line-height: 1.8;
    color: #667085;
}

@media (max-width: 1199px) {
    .odm-benefits-heading h2 {
        font-size: 42px;
    }
}

@media (max-width: 991px) {
    .odm-benefits-section {
        padding: 90px 0;
    }

    .odm-benefits-heading {
        margin-bottom: 45px;
    }

    .odm-benefits-heading h2 {
        font-size: 36px;
    }

    .odm-benefit-card {
        padding: 28px 20px;
    }

    .odm-benefit-content h3 {
        font-size: 21px;
    }
}

@media (max-width: 767px) {
    .odm-benefits-section {
        padding: 70px 0;
    }

    .odm-benefits-heading h2 {
        font-size: 30px;
    }

    .odm-benefits-heading p {
        font-size: 16px;
    }

    .odm-benefit-icon {
        width: 72px;
        height: 72px;
        border-radius: 18px;
    }

    .odm-benefit-icon img {
        width: 36px;
        height: 36px;
    }

    .odm-benefit-content h3 {
        font-size: 20px;
    }

    .odm-benefit-content p {
        font-size: 15px;
    }
}

/*==============================================
 Services One Services
===============================================*/
.services-one--services {
    position: relative;
    display: block;
    background-color: #f45412;
    padding: 60px 0px 66px;
}
.services-one--services .services-one__single-icon {
    border: 10px solid #f25312;
}

.services-one--services .services-one__single {
    margin-bottom: 54px;
}

/*==============================================
 Services Two Services
===============================================*/
.services-two--services {
    position: relative;
    display: block;
    padding-bottom: 90px;
}

.services-two--services {
    margin-bottom: 30px;
}

/*==============================================
 Services Five Services
===============================================*/
.services-five--services {
    position: relative;
    display: block;
    padding: 120px 0px 90px;
}

/*==============================================
  Services One Services Carousel
===============================================*/
.services-one--services-carousel {
    position: relative;
    display: block;
    background: var(--odm-gray-bg);
    padding-top: 104px;
}

.services-one--services-carousel .services-one__single-icon {
    border: 10px solid var(--odm-gray-bg);
}

.services-one--services-carousel .services-one__carousel.thm-dot-style1.owl-theme .owl-dots .owl-dot.active span,
.services-one--services-carousel .services-one__carousel.thm-dot-style1.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--odm-base);
    border-color: var(--odm-base);
}

.services-one--services-carousel .services-one__carousel.thm-dot-style1.owl-theme .owl-dots .owl-dot span {
    border: 1px solid rgba(var(--odm-black-rgb), .45);
}

/*==============================================
  Services Details
===============================================*/
.services-details {
    position: relative;
    display: block;
    padding: 120px 0px 120px;
    z-index: 1;
}

.services-details__content {
    position: relative;
    display: block;
}

.services-details__content-img1 {
    position: relative;
    display: block;
    border-radius: 10px;
    overflow: hidden;
}

.services-details__content-img1 img {
    width: 100%;
}

.services-details__content-text1 {
    position: relative;
    display: block;
    margin-top: 37px;
}

.services-details__content-text1 h2 {
    font-size: 34px;
    line-height: 44px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 18px;
}

.services-details__content-text1 .text1 {
    margin: 0;
    margin-bottom: 25px;
}

.services-details__content-text1 .text2 {
    margin: 0;
}

.services-details__content-img2 {
    position: relative;
    display: block;
    margin-top: 37px;
    margin-bottom: 10px;
}

.services-details__content-img2-single {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 10px;
}

.services-details__content-img2-single img {
    width: 100%;
}




.services-details__content-text2 {
    position: relative;
    display: block;
    margin-top: 37px;
}

.services-details__content-text2 h2 {
    font-size: 34px;
    line-height: 44px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 18px;
}

.services-details__content-text2 p {
    margin: 0;
}

.services-details__content-text2-bottom {
    position: relative;
    display: block;
    margin-top: 37px;
}

.services-details__content-text2-bottom .row {
    align-items: center;
}

.services-details__content-text2-bottom-img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 10px;
}

.services-details__content-text2-bottom-img img {
    width: 100%;
}

.services-details__content-text2-bottom-content {
    position: relative;
    display: block;
    margin-left: 10px;
}

.services-details__content-text2-bottom-content ul {
    position: relative;
    display: block;
}

.services-details__content-text2-bottom-content ul li {
    position: relative;
    display: block;
}

.services-details__content-text2-bottom-content ul li+li {
    margin-top: 16px;
}

.services-details__content-text2-bottom-content ul li p {
    font-size: 17px;
    line-height: 27px;
    font-weight: 500;
}

.services-details__content-text2-bottom-content ul li p span::before {
    position: relative;
    display: inline-block;
    color: var(--odm-base);
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    top: 1px;
    right: 5px;
}

.services-details__content-text3 {
    position: relative;
    display: block;
    background: var(--odm-gray-bg);
    border: 1px solid var(--odm-bdr-color);
    padding: 55px 50px 7px;
    border-radius: 10px;
    margin-top: 45px;
}

.services-details__content-text3-single {
    position: relative;
    display: block;
    margin-bottom: 40px;
}

.services-details__content-text3-single .icon-box {
    position: relative;
    display: block;
    margin-bottom: 26px;
}

.services-details__content-text3-single .icon-box span::before {
    position: relative;
    display: inline-block;
    color: var(--odm-base);
    font-size: 60px;
    line-height: 60px;
}

.services-details__content-text3-single h2 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px;
}

.services-details__content-text3-single p {
    margin: 0;
}

.faq-one--services {
    position: relative;
    display: block;
    margin-top: 45px;
}

.faq-one--services .faq-one-accrodion .accrodion-title h4 {
    color: var(--odm-black);
}

.faq-one--services .faq-one-accrodion .accrodion {
    background: var(--odm-gray-bg);
    border: 1px solid var(--odm-bdr-color);
    border-radius: 10px;
}

.faq-one--services .faq-one-accrodion .accrodion-title h4::before {
    color: var(--odm-black);
}

.faq-one--services .faq-one-accrodion .accrodion-content {
    background: var(--odm-white);
    border-radius: 10px;
}

.faq-one--services .faq-one-accrodion .accrodion-content p {
    color: var(--odm-gray);
}



/*==============================================
  Sidebar
===============================================*/

.sidebar {
    position: relative;
    display: block;
}

.sidebar__single {
    position: relative;
    display: block;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    padding: 30px 15px 15px 15px;
    border-radius: 10px;
}

.sidebar__single+.sidebar__single {
    margin-top: 30px;
}

.sidebar__single .title-box {
    position: relative;
    display: block;
    padding-bottom: 3px;
    margin-bottom: 15px;
    margin-top: -8px;
}

.sidebar__single .title-box::before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background: var(--odm-base);
    content: "";
}

.sidebar__single .title-box::after {
    position: absolute;
    left: 36px;
    bottom: 0;
    width: 3px;
    height: 2px;
    background: var(--odm-gray-bg);
    content: "";
}

.sidebar__single .title-box h2 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    text-transform: capitalize;
}

.sidebar__search {
    position: relative;
    display: block;
}

.sidebar__search-form {
    position: relative;
}

.sidebar__search-form input[type="search"] {
    display: block;
    outline: none;
    background-color: var(--odm-white);
    color: var(--odm-gray);
    font-size: 15px;
    font-weight: 600;
    padding-left: 20px;
    height: 60px;
    width: 100%;
    padding-right: 60px;
    border-radius: 3px;
    border: 1px solid var(--odm-bdr-color);
}

.sidebar__search-form ::-webkit-input-placeholder {
    color: var(--odm-gray);
    opacity: 1;
}

.sidebar__search-form ::-moz-placeholder {
    color: var(--odm-gray);
    opacity: 1;
}

.sidebar__search-form :-ms-input-placeholder {
    color: var(--odm-gray);
    opacity: 1;
}

.sidebar__search-form ::-ms-input-placeholder {
    color: var(--odm-gray);
    opacity: 1;
}

.sidebar__search-form ::placeholder {
    color: var(--odm-gray);
    opacity: 1;
}

.sidebar__search-form :-ms-input-placeholder {
    color: var(--odm-gray);
}

.sidebar__search-form ::-ms-input-placeholder {
    color: var(--odm-gray);
}

.sidebar__search-form button[type="submit"] {
    background-color: var(--odm-base);
    color: var(--odm-white);
    font-size: 18px;
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    width: 50px;
    outline: none;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 3px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.sidebar__search-form:hover button[type="submit"] {
    background-color: var(--odm-black);
    color: var(--odm-white);
}

.sidebar__categories {
    position: relative;
    display: block;
}

.sidebar__categories-list {
    position: relative;
    display: block;
}

.sidebar__categories-list li {
    position: relative;
    display: block;
}

.sidebar__categories-list li+li {
    margin-top: 10px;
}

.sidebar__categories-list li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--odm-white);
    border-radius: 5px;
    padding: 0px 25px 0px;
    color: var(--odm-black);
    font-size: 18px;
    line-height: 35px;
    font-weight: 500;
    text-transform: capitalize;
    border: 1px solid var(--odm-bdr-color);
    width: 280px !important;
}

.sidebar__categories-list li a:hover,
.sidebar__categories-list li a.active {
    color: var(--odm-white);
    background: var(--odm-base);
}

.sidebar__categories-list li a span {
    position: relative;
    display: block;
}

.sidebar__categories-list li a span::before {
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
}

.sidebar__download {
    position: relative;
    display: block;
}

.sidebar__download-list {
    position: relative;
    display: block;
}

.sidebar__download-list li {
    position: relative;
    display: block;
}

.sidebar__download-list li+li {
    margin-top: 10px;
}

.sidebar__download-list li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--odm-white);
    border-radius: 5px;
    padding: 0px 25px 0px;
    color: var(--odm-black);
    font-size: 18px;
    line-height: 55px;
    font-weight: 500;
    text-transform: capitalize;
    border: 1px solid var(--odm-bdr-color);
}

.sidebar__download-list li a:hover,
.sidebar__download-list li a.active {
    color: var(--odm-white);
    background: var(--odm-base);
}

.sidebar__download-list li a span {
    position: relative;
    display: block;
}

.sidebar__download-list li a span::before {
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
}

.sidebar__contact {
    position: relative;
    display: block;
    border: none;
    background: none;
    z-index: 1;
}

.sidebar__contact-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 10px;
    z-index: -1;
}

.sidebar__contact-bg::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgb(244 84 18);
    border-radius: 10px;
    content: "";
}

.sidebar__contact-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: rgba(var(--odm-white-rgb), 0.26);
    border-radius: 50%;
    margin-bottom: 24px;
}

.sidebar__contact-icon span::before {
    position: relative;
    display: inline-block;
    color: var(--odm-white);
    font-size: 25px;
    line-height: 25px;
}

.sidebar__contact-text {
    position: relative;
    display: block;
}

.sidebar__contact-text p {
    color: var(--odm-white);
}

.sidebar__contact-text h2 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    margin-top: 5px;
}

.sidebar__contact-text h2 a {
    color: var(--odm-white);
}

.sidebar__contact-btn {
    position: relative;
    display: block;
    line-height: 0px;
    margin-top: 41px;
}

.sidebar__contact-btn .thm-btn {
    background: rgba(var(--odm-white-rgb), 0.26);
}

.sidebar__contact-btn .thm-btn:hover {
    color: var(--odm-black);
}

.sidebar__contact-btn .thm-btn .hover-btn {
    background-color: var(--odm-white);
}



.sidebar__project-info {
    position: relative;
    display: block;
}

.sidebar__project-info-text {
    position: relative;
    display: block;
}

.sidebar__project-info-text p {
    margin: 0;
}


.sidebar__project-info-list {
    position: relative;
    display: block;
    margin-top: 27px;
}

.sidebar__project-info-list li {
    position: relative;
    display: flex;
    align-items: center;
}

.sidebar__project-info-list li+li {
    margin-top: 22px;
}

.sidebar__project-info-list li span {
    position: relative;
    display: inline-block;
    color: var(--odm-black);
    font-size: 18px;
    font-weight: 500;
    min-width: 100px;
    margin-right: 18px;
}

.sidebar__project-info-list li a {
    color: var(--odm-gray);
}

.sidebar__project-info-list li a:hover {
    color: var(--odm-base);
}

.sidebar__project-info-list li span::before {
    position: absolute;
    top: 0px;
    right: 0;
    font-size: 18px;
    color: var(--thm-black);
    font-weight: 500;
    content: ":";
}

.sidebar__project-info-list li .rating-box a {
    color: var(--odm-base);
}

.sidebar__recent-post {
    position: relative;
    display: block;
}

.sidebar__recent-post-single {
    position: relative;
    display: block;
    display: flex;
    gap: 10px;
    align-items: center;
}

.sidebar__recent-post-single+.sidebar__recent-post-single {
    margin-top: 26px;
}

.sidebar__recent-post-img {
    position: relative;
    display: block;
    /* background: var(--odm-black); */
    border-radius: 10px;
    overflow: hidden;
}

.sidebar__recent-post-img img {
    width: 150px;
    height: 70px;
    transition: all 500ms ease;
}

.sidebar__recent-post-single:hover .sidebar__recent-post-img img {
    opacity: 0.6;
    transform: scaleX(1.05);
}

.sidebar__recent-post-content {
    position: relative;
    display: block;
    margin-top: 0px;
}

.sidebar__recent-post-box {
    margin-bottom: 20px;
}

.sidebar__recent-post-content p {
    margin: 0;
}

.sidebar__recent-post-content p span {
    position: relative;
    display: inline-block;
    color: var(--odm-base);
    font-size: 15px;
    line-height: 15px;
    padding-right: 2px;
    top: 1px;
}

.sidebar__recent-post-content h3 {
    font-size: 15px;
    line-height: 23px;
    font-weight: 600;
    margin-top: 6px;
}

.sidebar__recent-post-content h3 a {
    color: var(--odm-black);
}

.sidebar__recent-post-content h3 a:hover {
    color: var(--odm-base);
}

.sidebar__tags {
    position: relative;
    display: block;
}

.sidebar__tags-list {
    position: relative;
    display: block;
    margin-left: -5px;
    margin-right: -5px;
    overflow: hidden;
}

.sidebar__tags-list li {
    position: relative;
    display: block;
    padding: 0px 5px 0px;
    float: left;
    margin-bottom: 10px;
}

.sidebar__tags-list li a {
    position: relative;
    display: inline-block;
    color: var(--odm-black);
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
    background: var(--odm-white);
    padding: 7px 15px 7px;
}

.sidebar__tags-list li a:hover {
    color: var(--odm-white);
    background: var(--odm-base);
}