.header__logo {
    width: 130px;
}

/* .intro-area {
    background: linear-gradient(142deg, #a0ddf3, #f9dd8c);
    background-size: 120% 120%;
    animation: gradient-animation 4s ease infinite;
} */

@keyframes gradient-animation {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

/* ========megamenu inner css======== */

.inside-menu {
    display: flex;
    align-items: flex-start;
}

.inside-menu img {
    width: 24px;
}

.menu-desc-title h5 {
    font-size: 18px;
    font-weight: 500;
    color: #0e0e0e;
    margin-bottom: 5px;
}

.menu-desc-title p {
    font-size: 16px;
    color: rgb(53, 53, 53);
    line-height: 20px;
}

.main-menu .mega-menu li .menu-desc-title a {
    display: block;
    overflow: visible;
}

.main-menu .mega-menu li {
    margin-bottom: 15px;
    border-radius: 5px;
    padding: 10px;
    height: 90px;
}

.main-menu .mega-menu li:hover {
    background-color: #f3f3f3;
    transition: 0.5s ease-in-out;
}

.main-menu .mega-menu.side-img-sec.short-sec {
    background-color: transparent;
    box-shadow: none;
}

.short-mn-bg {
    background-color: var(--white);
    box-shadow: 0 12px 16px -4px rgba(0, 0, 0, .08), 0 4px 6px -2px rgba(16, 24, 40, .03);
}

/* ========side img section megamenu css========= */
.main-menu .mega-menu.side-img-sec {
    padding: 0px;
}

.padd25p {
    padding: 25px;
}

.bg-bl-sub {
    /* background-color: #b4dcf1; */
    background-color: #bce8ff;
}

.bg-gn-sub {
    /* background-color: #efd99a; */
    background-color: #bce8ff;
}

.side-feat-img-link {
    padding: 25px 10px;
}

.side-feat-img-link h4 {
    margin-bottom: 20px;
    color: #474b53;
}

.side-feat-img-link img {
    width: 90%;
    border-radius: 20px;
    box-shadow: 0px 0px 10px 2px rgb(165 165 165 / 30%);
    margin-bottom: 20px;
}

.mr-20 {
    margin-right: 20px;
}

/* ==========text rotate css========= */
.intro-title {
    position: relative;
}

.txt-rotate-keywords {
    display: inline-block;
    position: relative;
    height: 0.5em;
    width: 100%;
}

.txt-rotate-keyword {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    animation: fade-in-up 8s infinite;
}

.txt-rotate-keyword.active {
    display: inline;
    color: #008AD2;
}

@keyframes fade-in-up {

    0%,
    25%,
    100% {
        opacity: 0;
        transform: translateY(10px);
    }

    5%,
    20% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ======brand slider css====== */

.brand-area {
    padding-top: 120px
}

@media only screen and (max-width: 1919px) {
    .brand-area {
        padding-top: 100px
    }
}

@media only screen and (max-width: 991px) {
    .brand-area {
        padding-top: 100px
    }
}

@media only screen and (max-width: 767px) {
    .brand-area {
        padding-top: 70px
    }
}

.brand-area .text-wrapper {
    padding-bottom: 43px
}

.brand-area .brand-logos {
    max-width: 1070px;
    margin: auto
}

.brand-area .text {
    text-align: center
}

.brand-logos .logo img {
    filter: grayscale(1);
    width: 250px;
    height: 120px;
    object-fit: contain;
}

.brand-logos .logo img:hover {
    filter: grayscale(0);
}

.brand-logos .swiper-wrapper {
    max-width: 1070px;
    margin: auto
}

/* =======blog css========== */

.blog-area {
    position: relative;
    z-index: 1
}

.blog-area .blog-wrapper {
    display: grid;
    gap: 60px 40px;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr))
}

@media only screen and (max-width: 1199px) {
    .blog-area .blog-wrapper {
        gap: 40px 30px
    }
}

.blog-area .blog-wrapper>* {
    max-width: 700px
}

.blog .thumb {
    border-radius: 20px;
    overflow: hidden;
    height: 270px;
}

.blog .thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.bg-lightyellow {
    background-color: #ebd19a;
}

.bg-lightblue {
    background-color: #96d9fb;
}

.bg-lightpurple {
    background-color: #d4b6f7;
}

.blog .date {
    font-size: 18px;
    line-height: 1;
    display: inline-block
}

.blog .title {
    font-size: 30px;
    line-height: 1.33;
    margin-top: 15px
}

@media only screen and (max-width: 1919px) {
    .blog .title {
        font-size: 26px
    }
}

@media only screen and (max-width: 1199px) {
    .blog .title {
        font-size: 22px
    }
}


.blog .btn-wrapper {
    margin-top: 20px
}

.blog .btn-wrapper img {
    width: 24px;
}

/* .blog .btn-wrapper a:hover img {
    filter: hue-rotate(272deg);
} */

.blog-text {
    margin-top: 10px;
    padding-right: 15px;
}

@media only screen and (max-width: 756px) {
    .blog-text {
        margin-top: 10px;
        padding-right: 5px;
    }
}

@media only screen and (max-width: 1199px) {
    .blog .btn-wrapper {
        margin-top: 25px
    }

}

.blog .content {
    margin-top: 25px
}

@media only screen and (max-width: 1199px) {
    .blog .content {
        margin-top: 28px
    }
}

.more-btn-wrapper {
    text-align: center;
    margin-top: 70px
}

@media only screen and (max-width: 1919px) {
    .more-btn-wrapper {
        margin-top: 50px
    }
}

@media only screen and (max-width: 1199px) {
    .more-btn-wrapper {
        margin-top: 40px
    }
}

/* ==== testimonial showcase========== */
.section-heading.pin__element {
    max-width: 560px !important;
    width: 560px !important;
}

.pin__element .section-title {
    line-height: 60px;
}

@media(max-width:1400px) {
    .pin-spacer {
        width: 410px !important;
    }
}

.review-text {
    padding: 20px 30px 20px 15px;
    border-left: 5px solid #a1dfff;
    margin-top: 20px;
    margin-left: 10px;
}

.amount-val {
    margin-top: 20px;
    font-weight: 600;
    color: #2fc33c;
}

.prime-clr {
    color: #f3b402;
}

.prime-clr-alt {
    color: #008ad2;
}

.bg-white-clr {
    background-color: #fff !important;
}

.testimony-user {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.testimony-user img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    border-radius: 50%;
    margin-right: 20px;
    border: 1px solid #b5b3b3;
}

.testimony-user h4 {
    font-size: 18px;
    margin-bottom: 3px;
    margin-top: 5px;
}

.review-area {
    position: relative;
    background-color: #f6f7ff;
    z-index: 2;
    overflow: hidden
}

.review-area .section-heading {
    margin: unset
}

.review-area .shape {
    position: absolute;
    top: -40px;
    left: 0;
    z-index: -2
}

.review-area .review-inner {
    display: grid;
    grid-template-columns: auto 560px;
    gap: 220px
}

@media only screen and (max-width: 1199px) {
    .review-area .review-inner {
        gap: 20px
    }
}

@media only screen and (max-width: 991px) {
    .review-area .review-inner {
        grid-template-columns: 1fr;
        gap: 50px
    }
}

@media only screen and (max-width: 767px) {
    .review-area .review-inner {
        grid-template-columns: 1fr;
        gap: 30px
    }
}

.review-area .thumb-wrapper {
    padding-bottom: 22px
}

@media only screen and (max-width: 991px) {
    .review-area .thumb-wrapper {
        max-width: 150px;
        padding-bottom: 15px
    }
}

.review-area .symbol-wrapper {
    padding-top: 35px
}

@media only screen and (max-width: 991px) {
    .review-area .symbol-wrapper {
        max-width: 100px;
        padding-top: 20px
    }
}

@media only screen and (max-width: 991px) {
    .review-list {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 15px
    }
}

@media only screen and (max-width: 767px) {
    .review-list {
        grid-template-columns: 1fr
    }
}

.review-list-item {
    display: grid;
    grid-template-columns: auto 170px;
    gap: 35px;
    background-color: #e5f6f6;
    padding: 15px;
    border-radius: 30px;
    max-width: 560px;
    padding-bottom: 20px;
    position: relative
}

@media only screen and (max-width: 991px) {
    .review-list-item {
        grid-template-columns: 1fr;
        gap: 20px
    }
}

.review-list-item:not(:last-child) {
    margin-bottom: 30px
}

@media only screen and (max-width: 991px) {
    .review-list-item:not(:last-child) {
        margin-bottom: 0
    }
}

.review-list-item.r-1 {
    background-color: #e5f6f6
}

.review-list-item.r-2 {
    background-color: #e0efff
}

.review-list-item.r-2 {
    background-color: #fff7d0
}

.review-list-item .quote-icon {
    margin-left: -27px
}

@media only screen and (max-width: 991px) {
    .review-list-item .quote-icon {
        margin-left: 0;
        position: absolute;
        right: 15px;
        top: 15px
    }
}

.review-list-item .content {
    padding-left: 27px
}

@media only screen and (max-width: 991px) {
    .review-list-item .content {
        order: 2;
        padding-left: 0
    }
}

@media only screen and (max-width: 991px) {
    .review-list-item .thumb {
        order: 1
    }
}

@media only screen and (max-width: 767px) {
    .review-list-item .thumb {
        max-height: 150px
    }
}

.review-list-item .thumb img {
    border-radius: 20px
}

@media only screen and (max-width: 767px) {
    .review-list-item .thumb img {
        height: 100%
    }
}

.review-list-item .meta-info {
    display: flex;
    gap: 17px;
    align-items: center;
    padding-top: 24px;
    max-width: 120px
}

@media only screen and (max-width: 767px) {
    .review-list-item .meta-info {
        padding-top: 15px
    }
}

.review-list-item .meta-info .name {
    font-size: 16px
}

.review-list-item .text-wraper {
    padding-top: 30px
}

@media only screen and (max-width: 991px) {
    .review-list-item .text-wraper {
        padding-top: 0
    }
}

/* =======dialog area css========= */

.dialog-area .dialog-area-inner {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr
}

@media only screen and (max-width: 1199px) {
    .dialog-area .dialog-area-inner {
        grid-template-columns: 1fr
    }
}

.dialog-area .section-content {
    background-color: var(--bg);
    border-radius: 20px;
    padding-inline-start: 130px;
    padding-inline-end: 130px;
    padding-top: 118px
}

@media only screen and (max-width: 1919px) {
    .dialog-area .section-content {
        padding-top: 88px;
        padding-inline-start: 130px;
        padding-inline-end: 70px
    }
}

@media only screen and (max-width: 991px) {
    .dialog-area .section-content {
        padding-top: 68px;
        padding-inline-start: 50px;
        padding-inline-end: 50px
    }
}

@media only screen and (max-width: 767px) {
    .dialog-area .section-content {
        padding-top: 48px;
        padding-inline-start: 30px;
        padding-inline-end: 30px
    }
}

.dialog-area .text-wrapper {
    margin-top: 25px
}

.dialog-area .feature-list-box {
    margin-top: 27px
}

.dialog-area .feature-list-item:not(:first-child) {
    margin-top: 15px
}

.dialog-area .btn-wrapper {
    margin-top: 48px
}

.dialog-area .dialog-thumb-wraper {
    background-color: #8bd2f7;
    border-radius: 20px;
    padding: 80px 130px
}

@media only screen and (max-width: 1919px) {
    .dialog-area .dialog-thumb-wraper {
        padding-inline-start: 70px;
        padding-inline-end: 70px
    }
}

@media only screen and (max-width: 991px) {
    .dialog-area .dialog-thumb-wraper {
        padding-top: 68px;
        padding-inline-start: 50px;
        padding-inline-end: 50px
    }
}

@media only screen and (max-width: 767px) {
    .dialog-area .dialog-thumb-wraper {
        padding-inline-start: 30px;
        padding-inline-end: 30px
    }
}

.dialog-area .dialog-thumb-wraper .feature-list {
    margin-top: 80px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px
}

@media only screen and (max-width: 1399px) {
    .dialog-area .dialog-thumb-wraper .feature-list {
        margin-top: 40px
    }
}

.dialog-area .dialog-thumb-wraper .feature-item {
    background: var(--white);
    border-radius: 10px;
    padding: 5px 9px
}

.dialog-area .dialog-thumb-wraper .feature-item p {
    font-size: 14px
}

.dialog-area .dialog-thumb {
    position: relative;
    padding-top: 50px
}

.dialog-area .shape-1 {
    position: absolute;
    top: 0;
    inset-inline-end: 55px;
    width: 40%;
    box-shadow: 0px 30px 50px rgba(38, 59, 90, .1)
}

.section-title-sub {
    font-size: 22px !important;
    font-weight: 500 !important;
    line-height: 32px !important;
}

.lit-para {
    font-size: 16px;
    font-weight: 600;
    color: #979494;
    margin-bottom: 15px;
}

/* ======== Alt blog area css========== */
.alt-blog-area {
    background: linear-gradient(230deg, #a0ddf3, #f9dd8c);
    background-size: 120% 120%;
    animation: gradient-animation 4s ease infinite;
}

.alt-blog-area .blog .thumb img {
    -o-object-fit: cover;
    object-fit: cover;
}

.alt-blog-area .blog {
    padding: 10px 10px 30px;
    background-color: #fff;
    border-radius: 20px;
}

.alt-blog-area .blog .content {
    padding-left: 15px;
}

/* ====== Award Sec css ========== */
.award-sec {
    position: relative;
    background-color: #008ad2;
    margin: 70px 0px;
    padding: 60px;
    border-radius: 30px;
}

.award-sec h4 {
    font-size: 30px;
    line-height: 40px;
    color: #fff;
}

.award-badge-wrapper {
    grid-column-gap: 36px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 50%;
    display: grid;
    position: absolute;
    top: -30%;
    bottom: auto;
    left: auto;
    right: 5%;
}

.award-badge-wrapper img {
    width: 160px;
}

/* ===== Testimonial sec css =========== */

.testimonial-area .testimonial-wrapper {
    position: relative
}

.testimonial-area .swiper {
    max-width: 800px;
    margin: 0 auto
}

@media only screen and (max-width: 1919px) {
    .testimonial-area .swiper {
        max-width: 710px
    }
}

.testimonial-area .nav-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%)
}

@media only screen and (max-width: 991px) {
    .testimonial-area .nav-wrapper {
        display: none
    }
}

.testimonial-area .nav-wrapper [role=button] {
    width: 67px;
    height: 67px;
    background-color: #fafafb;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: all .5s
}

.testimonial-area .nav-wrapper [role=button]:hover {
    background-color: var(--primary)
}

.testimonial-area .nav-wrapper [role=button]:hover img {
    filter: brightness(10)
}

.dir-rtl .testimonial-area .nav-wrapper [role=button] img {
    transform: rotateY(180deg)
}

.testimonial-content {
    text-align: center
}

.testimonial-content .text {
    font-size: 30px;
    line-height: 1.26;
    font-style: italic
}

.testimonial-content .icon img {
    width: 200px;
    height: 100px;
    object-fit: contain;
}

.test-user-bx {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 45px;
}

.test-user-bx .meta {
    margin-top: 0px !important;
    /* text-align: left; */
    padding-left: 15px;
}

.test-user-bx img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

@media only screen and (max-width: 1919px) {
    .testimonial-content .text {
        font-size: 26px
    }
}

@media only screen and (max-width: 991px) {
    .testimonial-content .text {
        font-size: 25px
    }
}

@media only screen and (max-width: 767px) {
    .testimonial-content .text {
        font-size: 20px
    }
}

.testimonial-content .name {
    font-size: 24px
}

@media only screen and (max-width: 1919px) {
    .testimonial-content .name {
        font-size: 20px
    }
}

@media only screen and (max-width: 767px) {
    .testimonial-content .name {
        font-size: 16px
    }
}

.testimonial-content .designation {
    font-size: 16px;
    display: inline-block;
    margin-top: 9px
}

.testimonial-content .text-wrapper {
    margin-top: 47px
}

@media only screen and (max-width: 1399px) {
    .testimonial-content .text-wrapper {
        margin-top: 37px
    }
}

.testimonial-content .meta {
    margin-top: 44px
}

@media only screen and (max-width: 1399px) {
    .testimonial-content .meta {
        margin-top: 34px
    }
}

.pagination-wrapper {
    margin-top: 67px
}

@media only screen and (max-width: 1199px) {
    .pagination-wrapper {
        margin-top: 47px
    }
}

.pagination-wrapper .swiper-pagination-bullets {
    display: flex;
    gap: 15px;
    justify-content: center;
    cursor: pointer
}

.pagination-wrapper .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background-color: #dedede;
    opacity: 1;
    margin: 0 !important
}

.pagination-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--primary)
}

/* ======= Footer style css=========== */
.footer-area .section-title-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

/* ======Membership Management page Css======== */

.hero-area {
    padding-top: 160px;
    position: relative;
    z-index: 1
}

@media only screen and (max-width: 1919px) {
    .hero-area {
        padding-top: 140px
    }
}

@media only screen and (max-width: 991px) {
    .hero-area {
        padding-top: 120px
    }
}

@media only screen and (max-width: 767px) {
    .hero-area {
        padding-top: 100px
    }
}

.hero-area .hero-thumb {
    margin-top: 70px;
    position: relative;
    z-index: 1
}

.banner-area.all-feat-ban {
    padding-bottom: 50px !important;
}


@media only screen and (min-width: 1099px) {
    .hero-area .hero-thumb img {
        max-width: 550px;
        /* margin-right: -135px; */
    }

    .hero-area .hero-thumb .shape-2 img {
        max-width: 100%;
        margin-right: 0px;
    }

    .banner-thumb img {
        width: 70%;
    }

    .banner-area.all-feat-ban {
        padding-bottom: 70px !important;
    }
}

@media only screen and (max-width: 1919px) {
    .hero-area .hero-thumb {
        margin-top: 50px
    }
}

.hero-area .hero-thumb .shape-1 {
    position: absolute;
    inset-inline-start: -7%;
    top: -6%;
    z-index: -1;
    width: 138px
}

@media only screen and (max-width: 1199px) {
    .hero-area .hero-thumb .shape-1 {
        width: 88px
    }
}

@media only screen and (max-width: 767px) {
    .hero-area .hero-thumb .shape-1 {
        display: none
    }
}

.dir-rtl .hero-area .hero-thumb .shape-1 {
    transform: rotateY(180deg)
}

.hero-area .hero-thumb .shape-2 {
    position: absolute;
    inset-inline-start: -16%;
    /* top: 1%; */
    z-index: -1;
    bottom: 0%;
    width: 38%;
    opacity: 0.5;
}

@media only screen and (max-width: 1199px) {
    .hero-area .hero-thumb .shape-2 {
        width: 200px
    }
}

@media only screen and (max-width: 767px) {
    .hero-area .hero-thumb .shape-2 {
        display: none
    }
}

.hero-area .hero-thumb .shape-3 {
    position: absolute;
    inset-inline-end: -24%;
    top: -30%;
    z-index: -1;
    width: 1049px
}

@media only screen and (max-width: 1199px) {
    .hero-area .hero-thumb .shape-3 {
        width: 549px
    }
}

@media only screen and (max-width: 767px) {
    .hero-area .hero-thumb .shape-3 {
        display: none
    }
}

.dir-rtl .hero-area .hero-thumb .shape-3 {
    transform: rotateY(180deg)
}

.hero-area .hero-thumb .shape-4 {
    position: absolute;
    inset-inline-start: 102%;
    top: 35%;
    z-index: -1;
    width: 61px
}

@media only screen and (max-width: 1199px) {
    .hero-area .hero-thumb .shape-4 {
        width: 31px
    }
}

@media only screen and (max-width: 767px) {
    .hero-area .hero-thumb .shape-4 {
        display: none
    }
}

.dir-rtl .hero-area .hero-thumb .shape-4 {
    transform: rotateY(180deg)
}

.hero-area .hero-thumb .shape-5 {
    position: absolute;
    inset-inline-start: 100%;
    top: -9%;
    z-index: -1;
    width: 20px;
    animation: wc-y-anim 4s ease-in-out infinite alternate
}

@media only screen and (max-width: 1199px) {
    .hero-area .hero-thumb .shape-5 {
        width: 10px
    }
}

@media only screen and (max-width: 767px) {
    .hero-area .hero-thumb .shape-5 {
        display: none
    }
}

.hero-area .section-header {
    text-align: center;
    position: relative;
    z-index: 2
}

.hero-area .section-header .shape-1 {
    position: absolute;
    inset-inline-start: 17%;
    bottom: calc(100% + 13px);
    transform: rotate(-30deg);
    z-index: -1;
    width: 74px
}

@media only screen and (max-width: 1199px) {
    .hero-area .section-header .shape-1 {
        width: 44px
    }
}

@media only screen and (max-width: 767px) {
    .hero-area .section-header .shape-1 {
        display: none
    }
}

.dir-rtl .hero-area .section-header .shape-1 {
    transform: rotateY(180deg) rotate(-30deg)
}

.hero-area .section-header .section-subtitle {
    font-size: 14px;
    font-weight: 500;
    padding: 8px 11px;
    border-radius: 5px;
    /* background-image: linear-gradient(91.59deg, #008ad2 0%, #177baf 100%); */
    background-image: linear-gradient(222deg, #0377b3 0%, #f3b402 100%);
    display: inline-block
}

.hero-area .section-header .section-title {
    font-size: 50px;
    line-height: 1.4;
}

@media only screen and (max-width: 1919px) {
    .hero-area .section-header .section-title {
        font-size: 50px
    }
}

@media only screen and (max-width: 1199px) {
    .hero-area .section-header .section-title {
        font-size: 45px
    }
}

@media only screen and (max-width: 991px) {
    .hero-area .section-header .section-title {
        font-size: 40px
    }
}

@media only screen and (max-width: 767px) {
    .hero-area .section-header .section-title {
        font-size: 35px
    }
}

.hero-area .section-header .text {
    font-size: 22px;
    line-height: 1.36;
    max-width: 860px;
    margin: 0 auto
}

@media only screen and (max-width: 1199px) {
    .hero-area .section-header .text {
        font-size: 20px
    }
}

.hero-area .section-header .title-wrapper {
    margin-top: 32px
}

@media only screen and (max-width: 991px) {
    .hero-area .section-header .title-wrapper {
        margin-top: 22px
    }
}

.hero-area .section-header .text-wrapper {
    margin-top: 26px
}

.hero-area .section-header .btn-wrapper {
    margin-top: 43px;
    display: flex;
    justify-content: center;
    gap: 20px
}

@media only screen and (max-width: 1199px) {
    .hero-area .section-header .btn-wrapper {
        margin-top: 33px
    }
}

.hero-area-bg {
    position: absolute;
    width: 100%;
    height: 1100px;
    inset-inline-start: 0px;
    top: 0px;
    background: linear-gradient(180deg, #FBF7F4 0%, rgba(251, 247, 244, 0) 100%);
    z-index: -1
}

.hero-area-bg.alt-hero-bg {
    height: unset !important;
}

.choose-area {
    padding-top: 103px
}

@media only screen and (max-width: 1919px) {
    .choose-area {
        padding-top: 60px
    }
}

@media only screen and (max-width: 991px) {
    .choose-area {
        padding-top: 50px
    }
}

@media only screen and (max-width: 767px) {
    .choose-area {
        padding-top: 33px
    }
}

.choose-area .section-header {
    /* display: flex;
    gap: 20px 50px;
    justify-content: space-between */
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .choose-area .section-header {
        flex-direction: column
    }
}

.choose-area .section-header .meta {
    max-width: 520px;
    margin-top: 17px
}

.choose-area .section-header .btn-wrapper {
    margin-top: 37px
}

/* .choose-area .section-title {
    max-width: 606px
} */

.choose-cards-wrapper {
    margin-top: 58px
}

@media only screen and (max-width: 1919px) {
    .choose-cards-wrapper {
        margin-top: 38px
    }
}

@media only screen and (max-width: 991px) {
    .choose-cards-wrapper {
        margin-top: 28px
    }
}

.choose-card-box {
    padding: 37px 30px 50px;
    background-color: var(--white);
    border-radius: 20px;
    border: 2px solid rgba(0, 0, 0, 0);
    transition: all .5s
}

@media only screen and (max-width: 1199px) {
    .choose-card-box {
        padding: 27px 30px 30px
    }
}

.choose-card-box:hover {
    background-color: rgba(0, 0, 0, 0);
    border-color: var(--secondary)
}

.choose-card-box .title {
    font-size: 24px;
    line-height: 1.16;
    color: var(--black-3);
    max-width: 300px;
    font-weight: 600;
}

@media only screen and (max-width: 1199px) {
    .choose-card-box .title {
        font-size: 26px
    }
}

@media only screen and (min-width: 991px) {
    .choose-card-box {
        height: 300px;
    }

    .classespg .choose-card-box {
        height: 320px;
    }
}

.choose-card-box .text-wrapper {
    margin-top: 13px
}

.choose-card-box .thumb-wrapper {
    margin-top: 73px;
    text-align: end
}

@media only screen and (max-width: 1919px) {
    .choose-card-box .thumb-wrapper img {
        max-height: 150px
    }
}

.choose-cards {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr))
}

@media only screen and (max-width: 1399px) {
    .choose-cards {
        display: grid;
        gap: 30px;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr))
    }
}

.choose-cards>*:nth-child(1) .choose-card-box {
    background-color: #fee
}

.choose-cards>*:nth-child(1) .choose-card-box:hover {
    background-color: rgba(0, 0, 0, 0);
    border-color: #ff7070
}

.choose-cards>*:nth-child(2) .choose-card-box {
    background-color: #ecf7ff
}

.choose-cards>*:nth-child(2) .choose-card-box:hover {
    background-color: rgba(0, 0, 0, 0);
    border-color: #5cbbff
}

.choose-cards>*:nth-child(3) .choose-card-box {
    background-color: #e8fdf3
}

.choose-cards>*:nth-child(3) .choose-card-box:hover {
    background-color: rgba(0, 0, 0, 0);
    border-color: #52d0a3
}

.choose-cards>*:nth-child(4) .choose-card-box {
    background-color: #ece8fd
}

.choose-cards>*:nth-child(4) .choose-card-box:hover {
    background-color: rgba(0, 0, 0, 0);
    border-color: #451df8
}

.cta-area .section-heading {
    max-width: 500px;
    margin: auto;
    position: relative;
    z-index: 2
}

.cta-area .title-wrapper {
    margin-bottom: 20px;
}

@media only screen and (max-width: 991px) {
    .cta-area .title-wrapper {
        margin-bottom: 15px;
    }
}

.cta-area .text-wrapper {
    padding-bottom: 43px
}

@media only screen and (max-width: 991px) {
    .cta-area .text-wrapper {
        padding-bottom: 28px
    }
}

/* .cta-area .text {
    /* color: var(--primary) *
} */

.cta-area .btn-wrap {
    display: flex;
    gap: 20px;
    justify-content: center
}

@media only screen and (max-width: 767px) {
    .cta-area .btn-wrap {
        flex-wrap: wrap
    }
}

.cta-area .shape-1 {
    position: absolute;
    left: 0
}

.cta-area .shape-2 {
    position: absolute;
    right: 40px;
    top: 200px
}

.cta-area-wrapper {
    padding: 40px;
    background-color: #d7f1ff;
    border-radius: 20px;
    position: relative;
    overflow: hidden
}

@media only screen and (max-width: 991px) {
    .cta-area-wrapper {
        padding-bottom: 70px;
        padding-top: 70px
    }
}

@media only screen and (max-width: 767px) {
    .cta-area-wrapper {
        padding: 50px 15px
    }
}

@media only screen and (min-width: 991px) {
    .p-40 {
        padding: 40px;
    }
}

.features-area {
    padding-top: 70px
}

@media only screen and (max-width: 1919px) {
    .features-area {
        padding-top: 50px
    }
}

@media only screen and (max-width: 991px) {
    .features-area {
        padding-top: 40px
    }
}

@media only screen and (max-width: 767px) {
    .features-area {
        padding-top: 40px
    }
}

/* .features-area .section-title {
    max-width: 586px
} */

@media only screen and (max-width: 1199px) {
    /* .features-area .section-title {
        max-width: 486px
    } */
}

.features-area .section-header {
    display: flex;
    gap: 30px 80px;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 2
}

@media only screen and (max-width: 767px) {
    .features-area .section-header {
        flex-direction: column;
        align-items: flex-start
    }
}

.features-area .section-header .text {
    max-width: 380px
}

.features-area .features-wrapper-box {
    position: relative;
    z-index: 1
}

.features-area .features-wrapper-box .shape-1 {
    position: absolute;
    top: -36%;
    width: 125%;
    left: 65%;
    transform: translateX(-50%);
    z-index: -1;
    max-width: inherit
}

.dir-rtl .features-area .features-wrapper-box .shape-1 {
    transform: rotateY(180deg) translateX(50%)
}

.features-area .features-wrapper-box .shape-2 {
    position: absolute;
    top: 66%;
    inset-inline-start: -10%;
    width: 60px;
    z-index: -1
}

.dir-rtl .features-area .features-wrapper-box .shape-2 {
    transform: rotateY(180deg)
}

.features-area .features-wrapper {
    margin-top: 61px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    position: relative;
    z-index: 1
}

@media only screen and (max-width: 1919px) {
    .features-area .features-wrapper {
        margin-top: 51px
    }
}

@media only screen and (min-width: 1499px) {
    .key-feature-area .key-item {
        width: 360px !important;
        padding: 20px !important;
    }
}

@media only screen and (max-width: 991px) {
    .features-area .features-wrapper {
        margin-top: 41px
    }
}

@media only screen and (max-width: 767px) {
    .features-area .features-wrapper {
        margin-top: 36px
    }
}

.feature-box {
    /* border: 1px solid var(--border); */
    /* border-radius: 20px; */
    background-color: var(--white);
    text-align: center;
    padding: 50px 60px 47px;
    transition: all .3s
}

.feature-box .thumb img {
    width: 60px;
}

.about-pg .feature-box {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    border-radius: 10px 10px 0px 0px;
    border-bottom: 4px solid #008ad2;
}

.about-pg .feature-box.alt-br-clr {
    border-bottom: 4px solid #ffc107;
}

@media(min-width:1099px) {
    .about-pg .feature-box {
        height: 440px;
    }
}

@media only screen and (max-width: 1399px) {
    .feature-box {
        padding: 40px 30px 37px
    }
}

.feature-box:hover {
    border-color: var(--theme)
}

.feature-box:hover .wc-btn i {
    transform: translateX(5px)
}

.feature-box .wc-btn {
    margin-top: 71px
}

@media only screen and (max-width: 1399px) {
    .feature-box .wc-btn {
        margin-top: 41px
    }
}

.feature-box .wc-btn i {
    transition: .5s
}

.feature-box .title {
    font-size: 24px;
    line-height: 1.25
}

@media only screen and (max-width: 991px) {
    .feature-box .title {
        font-size: 20px
    }
}

.feature-box .text {
    margin-top: 23px
}

.feature-box .content {
    margin-top: 40px
}

@media only screen and (max-width: 1399px) {
    .feature-box .content {
        margin-top: 30px
    }
}

.performance-area {
    padding-bottom: 123px
}

@media only screen and (max-width: 1919px) {
    .performance-area {
        padding-bottom: 93px
    }
}

@media only screen and (max-width: 991px) {
    .performance-area {
        padding-bottom: 73px
    }
}

@media only screen and (max-width: 767px) {
    .performance-area {
        padding-bottom: 53px
    }
}

.performance-area .section-content {
    max-width: 350px
}

.performance-area .section-content .text-wrapper {
    margin-top: 29px
}

.performance-area .section-content .title-wrapper {
    margin-top: 17px
}

.performance-area .section-content .btn-wrapper {
    margin-top: 43px
}

.performance-area-inner {
    display: flex;
    gap: 40px 60px;
    justify-content: space-between
}

@media only screen and (max-width: 991px) {
    .performance-area-inner {
        flex-direction: column
    }
}

.performance-features-wrapper {
    display: grid;
    gap: 70px 0;
    grid-template-columns: 1fr 1fr;
    margin: 0 -50px
}

@media(max-width: 575px) {
    .performance-features-wrapper {
        grid-template-columns: 1fr;
        gap: 50px 0
    }
}

.performance-features-wrapper .feature-box {
    padding: 0 50px;
    border-inline-start: 1px solid #ebedef
}

.performance-features-wrapper .feature-box .thumb img {
    max-height: 70px
}

@media only screen and (max-width: 1199px) {
    .performance-features-wrapper .feature-box .thumb img {
        max-height: 65px
    }
}

.performance-features-wrapper .feature-box .title {
    font-size: 20px;
    line-height: 1.25
}

@media only screen and (max-width: 991px) {
    .performance-features-wrapper .feature-box .title {
        font-size: 20px
    }
}

.performance-features-wrapper .feature-box .content {
    margin-top: 28px
}

.performance-features-wrapper .feature-box .text {
    margin-top: 19px
}

.performance-features-wrapper-box {
    max-width: 700px;
    overflow: hidden
}

/* ========== Classes page css =========== */

.hero-area {
    padding-top: 130px;
    padding-bottom: 50px;
}

@media only screen and (max-width: 1919px) {
    .hero-area {
        padding-top: 130px
    }
}

@media only screen and (max-width: 991px) {
    .hero-area {
        padding-top: 110px
    }
}

@media only screen and (max-width: 767px) {
    .hero-area {
        padding-top: 100px
    }
}

.hero-area .section-title {
    font-size: 45px;
    line-height: 1
}

@media only screen and (max-width: 1919px) {
    .hero-area .section-title {
        font-size: 45px
    }
}

@media only screen and (max-width: 991px) {
    .hero-area .section-title {
        font-size: 45px
    }
}

@media only screen and (max-width: 767px) {
    .hero-area .section-title {
        font-size: 35px
    }
}

.hero-area .text-wrapper {
    margin-top: 24px
}

.hero-area .btn-wrapper {
    margin-top: 43px;
    display: flex;
    gap: 20px;
    flex-wrap: wrap
}

@media only screen and (max-width: 1199px) {
    .hero-area .btn-wrapper {
        margin-top: 23px
    }
}

@media only screen and (max-width: 767px) {
    .hero-area .btn-wrapper {
        flex-wrap: nowrap;
        gap: 15px
    }
}

.hero-area .content-bottom {
    border-top: 1px solid var(--border);
    margin-top: 50px;
    display: flex;
    gap: 53px
}

@media only screen and (max-width: 1199px) {
    .hero-area .content-bottom {
        margin-top: 30px
    }
}

.hero-area .customer-box-wrapper {
    padding-top: 33px
}

@media only screen and (max-width: 1199px) {
    .hero-area .customer-box-wrapper {
        padding-top: 23px
    }
}

.hero-area .video-btn-wrapper {
    border-inline-start: 1px solid var(--border);
    padding-inline-start: 50px
}

@media only screen and (max-width: 1199px) {
    .hero-area .video-btn-wrapper {
        padding-inline-start: 30px
    }
}

.hero-area .video-btn-wrapper .btn-wrapper {
    margin-top: 34px
}

@media only screen and (max-width: 1199px) {
    .hero-area .video-btn-wrapper .btn-wrapper {
        margin-top: 24px
    }
}

.hero-area .video-btn-wrapper .text {
    font-size: 18px;
    line-height: 1.1;
    color: var(--primary)
}

.hero-area .video-btn-wrapper .text-wrapper {
    margin-top: 19px
}

.hero-area .section-content {
    max-width: 500px
}

@media only screen and (max-width: 991px) {
    .hero-area .section-content {
        max-width: 560px
    }
}

@media only screen and (max-width: 767px) {
    .hero-area .section-content {
        max-width: 100%
    }
}

.hero-area .customer-box .title {
    font-size: 50px;
    font-weight: 500;
    line-height: 1;
    min-width: 105px
}

.hero-area .customer-box .text {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.11;
    max-width: 166px;
    color: var(--primary)
}

.hero-area .customer-box .content {
    margin-top: 15px;
    display: flex;
    gap: 0px;
    align-items: center
}

.hero-area .customer-box .thumbs {
    display: flex
}

.hero-area .customer-box .thumbs img {
    width: 55px;
    border-radius: 50%;
    border: 3px solid var(--white)
}

.hero-area .customer-box .thumbs img:not(:first-child) {
    margin-inline-start: -20px
}



.hero-area-inner {
    display: flex;
    gap: 40px 10px;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    align-items: center;
}

.memberpg .hero-area-inner {
    display: block !important;
}

@media only screen and (max-width: 991px) {
    .hero-area-inner {
        flex-direction: column;
        align-items: center
    }
}

.hero-area-inner .area-shape-1 {
    position: absolute;
    top: -220px;
    inset-inline-end: 50%;
    z-index: -1
}

.dir-rtl .hero-area-inner .area-shape-1 {
    transform: rotateY(180deg)
}

.hero-area-inner .area-shape-2 {
    position: absolute;
    width: 988.54px;
    height: 473.3px;
    inset-inline-end: 45%;
    top: -220px;
    background: linear-gradient(120.51deg, #87D4FF 11.58%, #F3FFAC 82.42%);
    opacity: .8;
    filter: blur(250px);
    transform: matrix(-1, 0, 0, 1, 0, 0);
    z-index: -1
}

.col-lg-6.text-start {
    z-index: 3;
}

.bg-light-blue {
    background-color: #b4e6ff;
}

.bg-light-orange {
    background-color: #fdd86f;
}

.zi-5 {
    z-index: 5;
    position: relative;
}

.section-subtitle {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    padding: 8px 11px;
    border-radius: 50px;
    /* background-image: linear-gradient(91.59deg, #008ad2 0%, #177baf 100%); */
    background-image: linear-gradient(222deg, #0377b3 0%, #f3b402 100%);
    display: inline-block;
    margin-bottom: 20px;
}

.banner-content.feature-title {
    max-width: unset;
}

.banner-content.feature-title .title-wrapper {
    margin-bottom: 10px;
}

/* .banner-content.feature-title .btn-wrapper {
    margin-bottom: 70px;
} */

.all-feat-link {
    display: flex;
    flex-direction: column;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background-color: #fff;
    padding: 0px;
    z-index: 1000;
    max-height: 100vh;
    overflow-y: auto;
}

.side-feat-link {
    margin-bottom: 15px;
    font-size: 18px;
    padding: 10px 15px;
    border-left: 2px solid #737272;
    transition: 0.2s ease-in-out;
    cursor: pointer;
}

.side-feat-link.current {
    border-left: 2px solid #008ad2;
    background-color: #ffecb5;
    color: #0381a9;
    transition: 0.2s ease-in-out;
}

.side-feat-content-wrapper {
    overflow-y: scroll;
    max-height: 100vh;
    padding-right: 17px;
    margin-right: -17px;
    scrollbar-width: none;
}

.side-feat-content-wrapper::-webkit-scrollbar {
    display: none;
}

.side-feat-content {
    padding-bottom: 30px;
}

.side-feat-content h2 {
    margin-bottom: 30px;
    font-size: 30px;
    color: #008ad2;
}

.side-feat-content .feat-lists {
    margin-bottom: 20px;
}

.side-feat-content .feat-lists h4 {
    font-size: 20px;
    font-weight: 500 !important;
    margin-bottom: 10px;
}

.side-feat-content .feat-lists p {
    font-size: 16px;
}

.side-cnt-divider {
    margin-bottom: 90px;
    background-color: #e4e4e4;
    height: 1px;
    margin-top: 30px;
}

.current-cnt {
    padding-top: 20px;
}

@media(max-width:991px) {
    .mob-none-col {
        display: none;
    }
}

.opt-client {
    margin-top: 30px;
}

.opt-cli-img {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

.opt-cli-img img {
    width: 110px;
}

.pricing-box .text-wrapper h5 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

.pricing-feats-list1 {
    padding-left: 30px;
}

.pricing-feats-list1 li {
    list-style-type: circle;
    margin-bottom: 15px;
    line-height: 20px;
}

.pricing-feats-list2 {
    padding-left: 10px;
}

.pricing-feats-list2 li {
    display: flex;
    margin-bottom: 15px;
    line-height: 20px;
}

.pricing-feats-list2 li i {
    padding-right: 10px;
    font-size: 11px;
    margin-top: 3px;
}

.pricing-feats-list2 li p {
    font-size: 15px;
    text-decoration: underline dotted;
    color: #008ad2;
}

/* Base styles for the table */
.addons-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

.addons-table th,
.addons-table td {
    border: 1px solid #ddd;
    padding: 20px;
    text-align: center;
    white-space: nowrap;
}

.addons-table th {
    background-color: #f2f2f2;
    font-size: 24px;
}

.addons-table td {
    font-size: 18px;
}

.addons-table td:nth-child(4),
.addons-table th:nth-child(4) {
    background-color: #008ad2;
    color: #fff;
}

/* Responsive styles */
@media screen and (max-width: 756px) {

    .addons-table,
    .addons-table thead,
    .addons-table tbody,
    .addons-table th,
    .addons-table td,
    .addons-table tr {
        display: block;
    }

    .addons-table thead {
        display: none;
    }

    .addons-table tr {
        margin-bottom: 20px;
    }

    .addons-table td {
        display: flex;
        justify-content: flex-start;
        align-items: baseline;
        padding-left: 20px;
        text-align: left;
        position: relative;
        white-space: normal;
        padding: 10px;
    }

    .addons-table td::before {
        content: attr(data-label);
        flex: 0 0 40%;
        padding-right: 10px;
        font-weight: bold;
        text-align: left;
        white-space: nowrap;
    }

    .addons-table td span {
        flex: 1;
        white-space: normal;
    }

    /* Adjust font sizes for smaller screens */
    .addons-table th,
    .addons-table td {
        font-size: 16px;
    }

    .addons-table th:nth-child(4),
    .addons-table td:nth-child(4) {
        background-color: #008ad2;
        color: #fff;
    }
}

@media(min-width:1499px) {
    .key-feature-area.pricing-key .key-item {
        height: 290px;
    }

    .key-feature-area.about-key .key-item {
        height: 330px;
    }
}

@media only screen and (max-width: 1399px) {
    .key-feature-area.pricing-key .key-item {
        max-width: 320px;
        padding: 15px;
        width: 320px;
        height: 280px;
        text-align: center;
        align-content: center;
    }

    .key-feature-area.pricing-key .section-heading {
        margin-bottom: 30px;
    }

    .key-feature-area.about-key .key-item {
        height: 330px;
        max-width: 350px;
        padding: 15px;
        width: 350px;
        text-align: center;
        align-content: center;
    }
}


.contact-area .contact-wrapper {
    /* max-width: 740px; */
    width: 100%
}

@media only screen and (max-width: 1199px) {
    .contact-area .contact-wrapper {
        max-width: 530px
    }
}

.contact-area .contact-wrapper .title {
    font-size: 24px
}

.contact-area form {
    margin-top: 56px
}

@media only screen and (max-width: 1399px) {
    .contact-area form {
        margin-top: 26px
    }
}

.contact-area form input {
    width: 100%;
    height: 45px;
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 0 30px;
    outline: none
}

.input-field label {
    padding-bottom: 10px;
    color: #0e0e0e;
}

@media only screen and (max-width: 767px) {
    .contact-area form input {
        height: 50px;
        padding: 0 16px
    }
}

.contact-area form input:focus {
    border-color: var(--theme)
}

.contact-area form select {
    width: 100%;
    height: 66px;
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 0 30px;
    outline: 0
}

@media only screen and (max-width: 767px) {
    .contact-area form select {
        height: 50px;
        padding: 0 16px
    }
}

.contact-area form textarea {
    width: 100%;
    height: 200px;
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 18px 30px;
    display: block;
    outline: 0;
    resize: none
}

@media only screen and (max-width: 767px) {
    .contact-area form textarea {
        height: 120px;
        padding: 18px 16px
    }
}

.contact-area form .input-field:not(:first-child) {
    margin-top: 20px
}

.contact-area form .btn-wrapper {
    margin-top: 10px
}

.contact-area form .wc-btn-primary {
    font-size: 16px;
    padding: 21px 30px;
    background-color: var(--theme);
    color: var(--white);
    border-radius: 10px;
    border-color: inherit;
    margin-top: 20px
}

@media only screen and (max-width: 767px) {
    .contact-area form .wc-btn-primary {
        padding: 16px 23px
    }
}

.contact-area form .wc-btn-primary:hover {
    background-color: var(--primary);
    color: var(--white)
}

.contact-area form .wc-btn-primary i {
    font-size: 10px
}

/* ======== product updates page css ========= */
@media(min-width:1099px)and (max-width:1399px) {
    .product-upd .banner-area {
        height: 450px;
    }

    .fs-lg-30 {
        font-size: 30px;
    }


}

@media(min-width:1400px) {
    .product-upd .banner-area {
        height: 520px;
    }

    .fs-xl-36 {
        font-size: 36px;
    }
}

.div-block-104 {
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 22px;
    display: flex;
}

.update-heading {
    color: #111827;
    text-align: left;
    white-space: normal;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    text-decoration: none;
    display: block;
    position: relative;
}

.update-summary {
    color: #6b7280;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    display: inline;
}

.main-product-list-item {
    border-radius: 16px;
    width: 100%;
    height: 100%;
    min-height: 30px;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
    transition: all .3s;
    display: block;
    position: relative;
    overflow: hidden;
    box-shadow: 1px 1px 10px 2px rgba(50, 50, 71, .1);
    margin-bottom: 30px;
}

.main-product-list-item:hover {
    box-shadow: 0px 0px 0px 2px;
    transition: 0.3s ease-in-out;
}

.common-upd-items {
    /* margin-top: 12%; */
    padding: 40px 20px 10px;
    border-radius: 15px;
    box-shadow: 1px 1px 10px 2px rgba(50, 50, 71, .1);

}

.main-product-list-item .post-date {
    position: absolute;
    bottom: 10px;
    color: #b38400;
}

@media(min-width:1099px) {
    .main-product-list-item {
        height: 450px;
    }
}

.pr-0 {
    padding-right: 0px;
}

/* =========== Blog page css ============= */
.art-blog-head {
    grid-column-gap: 8px;
    color: #111827;
    letter-spacing: .3px;
    align-items: center;
    margin-bottom: 40px;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    display: flex;
}

.art-head-breaker {
    background-color: #111827;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    flex: 1;
    height: 5px;
}

.blog-page .blog .thumb img,
.blog-detail-page .blog .thumb img {
    object-fit: unset;
}

.blog-page .blog {
    padding: 10px;
    box-shadow: 0px 0px 14px 3px rgb(151 149 149 / 30%);
    border-radius: 30px;
}

.blog-page .blog:hover {
    border: 2px solid #008AD2;
    /* transition: 0.3s ease-in; */
}

.blog-page .blog .content {
    padding: 0px 10px 20px;
}

@media(max-width:1399px) {
    .blog-page .blog .title {
        font-size: 22px;
    }

    .blog-page .blog-area .blog-wrapper {
        gap: 40px 20px;
    }
}

.single-blog-col6 .div-block-104 {
    justify-content: unset;
}

/* ========== Blog details page css ========= */


.blog-details-area {
    padding-top: 235px
}

@media only screen and (max-width: 1919px) {
    .blog-details-area {
        padding-top: 175px
    }
}

@media only screen and (max-width: 991px) {
    .blog-details-area {
        padding-top: 155px
    }
}

.blog-details-area .section-heading {
    margin-bottom: 36px
}

@media only screen and (max-width: 767px) {
    .blog-details-area .section-heading {
        margin-bottom: 28px
    }
}

.blog-details-area .meta {
    display: flex;
    margin-bottom: 70px;
    flex-wrap: wrap;
    gap: 10px 0
}

@media only screen and (max-width: 1919px) {
    .blog-details-area .meta {
        margin-bottom: 40px
    }
}

@media only screen and (max-width: 767px) {
    .blog-details-area .meta {
        margin-bottom: 20px
    }
}

.blog-details-area .meta .meta-box:not(:last-child) {
    padding-inline-end: 61px;
    position: relative
}

@media only screen and (max-width: 767px) {
    .blog-details-area .meta .meta-box:not(:last-child) {
        padding-inline-end: 20px
    }
}

.blog-details-area .meta .meta-box:not(:last-child):after {
    position: absolute;
    content: "";
    width: 1px;
    height: 20px;
    background-color: rgba(18, 18, 18, .062745098);
    inset-inline-end: 30px;
    top: 50%;
    transform: translateY(-50%)
}

@media only screen and (max-width: 767px) {
    .blog-details-area .meta .meta-box:not(:last-child):after {
        display: none
    }
}

.blog-details-area .meta-box {
    display: flex;
    gap: 15px;
    align-items: center
}

.blog-details-area .meta-box .icon {
    width: 50px;
    height: 50px;
    background-color: #f3b402;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%
}

.blog-details-area .meta-box .icon img {
    filter: brightness(10);
}

.blog-details-area .meta-box .title {
    font-size: 14px;
    line-height: 1;
    margin-bottom: 7px
}

.blog-details-area .meta-box .text {
    font-size: 18px;
    font-weight: 600;
    color: var(--black-3);
    line-height: 1
}

.blog-details-area .thumb-main {
    border-radius: 30px;
    overflow: hidden
}

.blog-details-area .thumb-main img {
    width: 100%
}

.blog-details-area .section-main-content {
    display: flex;
    gap: 140px;
    margin-top: 60px;
    align-items: flex-start
}

@media only screen and (max-width: 1919px) {
    .blog-details-area .section-main-content {
        margin-top: 50px;
        gap: 80px
    }
}

@media only screen and (max-width: 991px) {
    .blog-details-area .section-main-content {
        flex-direction: column;
        gap: 50px
    }
}

@media only screen and (max-width: 767px) {
    .blog-details-area .section-main-content {
        margin-top: 30px;
        gap: 30px
    }
}

.blog-details-area .social-meta-box {
    padding: 30px 10px;
    background-color: #e1e1e1;
    border-radius: 40px;
}

@media only screen and (max-width: 991px) {
    .blog-details-area .social-meta-box {
        display: flex;
        align-items: center;
        border-inline-end: 0;
        border-bottom: 1px solid #e9e9e9
    }
}

.blog-details-area .social-meta-box .meta-item {
    width: 80px;
    text-align: center
}

@media only screen and (max-width: 991px) {
    .blog-details-area .social-meta-box .meta-item {
        padding-bottom: 5px
    }
}

.blog-details-area .social-meta-box .meta-item p {
    line-height: 1;
    font-size: 12px
}

.blog-details-area .social-meta-box .meta-item img {
    margin-bottom: 7px
}

.blog-details-area .social-meta-box .meta-item:not(:first-child) {
    border-top: 1px solid #e9e9e9;
    padding-top: 20px;
    margin-top: 19px
}

@media only screen and (max-width: 991px) {
    .blog-details-area .social-meta-box .meta-item:not(:first-child) {
        border-top: 0;
        padding-top: 0;
        margin-top: 0;
        border-inline-start: 1px solid #e9e9e9;
        border-inline-end: 1px solid #e9e9e9
    }
}

.blog-details-area .social-meta-box .social-icons {
    display: flex;
    flex-direction: column;
    gap: 20px;
    /* margin-top: 25px; */
    align-items: center
}

@media only screen and (max-width: 991px) {
    .blog-details-area .social-meta-box .social-icons {
        flex-direction: row;
        margin-top: 0;
        margin-inline-start: 25px
    }
}

.blog-details-area .social-meta-box .social-icons a:hover {
    color: var(--theme)
}

.blog-details-area .text-wrapper .text:not(:last-child) {
    margin-bottom: 26px
}

.blog-details-area .quote-box {
    display: flex;
    gap: 45px;
    padding: 62px 60px 69px;
    background-color: #fbf7f5;
    border-radius: 20px;
    margin-top: 63px;
    margin-bottom: 60px
}

@media only screen and (max-width: 991px) {
    .blog-details-area .quote-box {
        padding: 42px 40px 49px;
        margin-top: 33px;
        margin-bottom: 30px
    }
}

@media only screen and (max-width: 767px) {
    .blog-details-area .quote-box {
        gap: 30px;
        margin-top: 33px;
        margin-bottom: 30px
    }
}

.blog-details-area .quote-box .text {
    font-size: 36px;
    line-height: 1.16;
    font-weight: 500;
    color: var(--secondary);
    margin-bottom: 25px
}

@media only screen and (max-width: 1399px) {
    .blog-details-area .quote-box .text {
        font-size: 26px
    }
}

@media only screen and (max-width: 767px) {
    .blog-details-area .quote-box .text {
        font-size: 20px
    }
}

.blog-details-area .quote-box .icon {
    margin-top: 7px
}

.blog-details-area .quote-box .icon img {
    width: 70px;
    min-width: 70px;
    filter: hue-rotate(196deg);
}

@media only screen and (max-width: 767px) {
    .blog-details-area .quote-box .icon img {
        width: 50px;
        min-width: 50px
    }
}

.dir-rtl .blog-details-area .quote-box .icon img {
    transform: rotateY(180deg)
}

.blog-details-area .quote-box .author {
    font-size: 18px
}

.blog-details-area .quote-box .author.has-left-line {
    padding-inline-start: 50px
}

.blog-details-area .quote-box .author.has-left-line:before {
    width: 40px
}

.blog-details-area .image-content {
    display: grid;
    gap: 60px;
    grid-template-columns: 520px auto;
    margin-top: 63px;
    margin-bottom: 58px
}

@media only screen and (max-width: 1399px) {
    .blog-details-area .image-content {
        grid-template-columns: 430px auto
    }
}

@media only screen and (max-width: 1199px) {
    .blog-details-area .image-content {
        grid-template-columns: auto
    }
}

@media only screen and (max-width: 991px) {
    .blog-details-area .image-content {
        gap: 30px;
        margin-top: 34px;
        margin-bottom: 31px
    }
}

.blog-details-area .image-content .thumb {
    border-radius: 20px;
    overflow: hidden
}

.blog-details-area .image-content .thumb img {
    width: 100%
}

.blog-details-area .feature-content .section-title {
    font-size: 36px;
    margin-bottom: 25px
}

@media only screen and (max-width: 767px) {
    .blog-details-area .feature-content .section-title {
        font-size: 30px
    }
}

.blog-details-area .feature-content .feature-list {
    margin-top: 21px;
    margin-bottom: 21px;
    margin-inline-start: 77px
}

@media only screen and (max-width: 767px) {
    .blog-details-area .feature-content .feature-list {
        margin-inline-start: 37px
    }
}

.blog-details-area .feature-content .list-plus li {
    font-size: 18px;
    line-height: 1.66;
    color: var(--primary);
    padding-inline-start: 25px
}

.blog-details-area .feature-content .list-plus li:not(:last-child) {
    margin-bottom: 0
}

.blog-details-area .feature-content .list-plus li::before {
    top: 3px;
    font-size: 22px
}

.blog-details-area .tags-wrapper {
    margin-top: 33px
}

.blog-details-area .tags {
    display: flex;
    gap: 5px
}

.blog-details-area .tags .tag {
    font-size: 12px;
    font-weight: 600;
    color: var(--primary);
    padding: 4px 9px;
    background-color: #fff;
    border-radius: 5px
}

/* ========== Contact page css ============= */


.contact-page .map-area {
    position: relative;
    z-index: 1
}

.contact-page .map-wrapper {
    border-radius: 30px;
    overflow: hidden
}

@media only screen and (max-width: 991px) {
    .contact-page .map-wrapper {
        border-radius: 10px
    }
}

.contact-page .contact-area {
    padding-top: 20px
}

@media only screen and (max-width: 1919px) {
    .contact-page .contact-area {
        padding-top: 0px;
        width: 550px;
    }
}

@media only screen and (max-width: 991px) {
    .contact-page .contact-area {
        padding-top: 30px
    }
}

@media only screen and (max-width: 767px) {
    .contact-page .contact-area {
        padding-top: 0px !important;
        width: 100%;
    }
}

.contact-page .contact-area .line-vertical {
    width: 1px;
    height: 120px;
    background: var(--primary);
    margin: 0 auto
}

@media only screen and (max-width: 767px) {
    .contact-page .contact-area .line-vertical {
        display: none
    }
}

.contact-page .contact-area .section-title {
    text-align: center
}

.contact-page .contact-area .title-wrapper {
    margin-bottom: 38px
}

.contact-page .contact-area .meta-list {
    margin-top: 41px
}

.contact-page .contact-area .meta-list li {
    font-size: 16px;
    line-height: 1.62;
    text-align: center
}

.contact-page .contact-area .meta-list li:not(:last-child) {
    margin-bottom: 15px
}

.contact-page .contact-area .meta-list li a {
    font-weight: 600;
    color: var(--primary);
    text-decoration: underline;
    font-size: 18px
}

.contact-page .contact-area .section-heading {
    max-width: 240px
}

@media only screen and (max-width: 767px) {
    .contact-page .contact-area .section-heading {
        max-width: 100%
    }
}

.contact-page .contact-area .contact-area-inner {
    display: flex;
    gap: 80px;
    justify-content: space-between;
    position: relative
}

@media only screen and (max-width: 767px) {
    .contact-page .contact-area .contact-area-inner {
        gap: 40px;
        flex-direction: column
    }
}

.contact-page .contact-area .shape-1 {
    position: absolute;
    bottom: 0;
    inset-inline-end: calc(100% + 100px);
    width: -moz-max-content;
    width: max-content
}

.contact-page .dir-rtl .contact-area .shape-1 img {
    transform: rotateY(180deg)
}

.contact-page .contact-area .shape-2 {
    position: absolute;
    top: 213px;
    inset-inline-start: calc(100% + 124px);
    width: -moz-max-content;
    width: max-content
}

.contact-page .dir-rtl .contact-area .shape-2 img {
    transform: rotateY(180deg)
}

.contact-page .contact-area .contact-wrapper {
    max-width: 740px;
    width: 100%
}

@media only screen and (max-width: 1199px) {
    .contact-page .contact-area .contact-wrapper {
        max-width: 530px
    }
}

.contact-page .contact-area .contact-wrapper .title {
    font-size: 24px
}

.contact-page .contact-area form {
    margin-top: 56px
}

@media only screen and (max-width: 1399px) {
    .contact-page .contact-area form {
        margin-top: 26px
    }
}

.contact-page .contact-area form input {
    width: 100%;
    height: 50px;
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 0 30px;
    outline: none
}

@media only screen and (max-width: 767px) {
    .contact-page .contact-area form input {
        height: 50px;
        padding: 0 16px
    }
}

.contact-page .contact-area form input:focus {
    border-color: var(--theme)
}

.contact-page .contact-area form select {
    width: 100%;
    height: 66px;
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 0 30px;
    outline: 0
}

@media only screen and (max-width: 767px) {
    .contact-page .contact-area form select {
        height: 50px;
        padding: 0 16px
    }
}

.contact-page .contact-area form textarea {
    width: 100%;
    height: 120px;
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 18px 30px;
    display: block;
    outline: 0;
    resize: none
}

@media only screen and (max-width: 767px) {
    .contact-page .contact-area form textarea {
        height: 120px;
        padding: 18px 16px
    }
}

.contact-page .contact-area form .input-field:not(:first-child) {
    margin-top: 20px
}

.contact-page .contact-area form .btn-wrapper {
    margin-top: 10px
}

.contact-page .contact-area form .wc-btn-primary {
    font-size: 16px;
    padding: 21px 30px;
    background-color: var(--theme);
    color: var(--white);
    border-radius: 10px;
    border-color: inherit;
    margin-top: 20px
}

.contact-page .contact-area form .wc-btn-primary.bordered {
    background-color: #fff;
    color: var(--theme);
    border-radius: 10px;
    border-color: 1px solid var(--theme);
}

@media only screen and (max-width: 767px) {
    .contact-page .contact-area form .wc-btn-primary {
        padding: 16px 23px
    }
}

.contact-page .contact-area form .wc-btn-primary:hover {
    background-color: var(--primary);
    color: var(--white)
}

.contact-page .contact-area form .wc-btn-primary i {
    font-size: 10px
}


.contact-page .hero-area {
    position: relative;
    z-index: 1;
    padding-top: 155px;
    padding-bottom: 75px
}

@media only screen and (max-width: 1919px) {
    .contact-page .hero-area {
        padding-top: 130px;
        padding-bottom: 80px
    }
}

@media only screen and (max-width: 991px) {
    .contact-page .hero-area {
        padding-top: 155px;
        padding-bottom: 65px
    }
}

.contact-page .hero-area:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 200px;
    inset-inline-start: 0px;
    top: 0px;
    background: linear-gradient(180deg, #FBF7F4 0%, rgba(251, 247, 244, 0) 100%);
    z-index: -1
}

.contact-page .hero-area .section-header {
    display: flex;
    gap: 40px
}

@media only screen and (max-width: 767px) {
    .contact-page .hero-area .section-header {
        flex-direction: column;
        gap: 20px
    }
}

.contact-page .hero-area .text-wrapper {
    max-width: 410px;
    margin-inline-start: auto;
    margin-top: 132px
}

@media only screen and (max-width: 1919px) {
    .contact-page .hero-area .text-wrapper {
        margin-top: 102px
    }
}

@media only screen and (max-width: 1199px) {
    .contact-page .hero-area .text-wrapper {
        margin-top: 92px
    }
}

@media only screen and (max-width: 991px) {
    .contact-page .hero-area .text-wrapper {
        max-width: 250px;
        margin-top: 57px
    }
}

@media only screen and (max-width: 767px) {
    .contact-page .hero-area .text-wrapper {
        max-width: 100%;
        margin-top: 0
    }
}

.contact-page .hero-area .section-title-wrapper {
    max-width: 500px
}

@media only screen and (max-width: 1919px) {
    .contact-page .hero-area .section-title-wrapper {
        max-width: 450px
    }
}

.contact-page .hero-area .shape {
    margin-top: 123px
}

@media only screen and (max-width: 1919px) {
    .contact-page .hero-area .shape {
        margin-top: 93px
    }
}

@media only screen and (max-width: 991px) {
    .contact-page .hero-area .shape {
        margin-top: 58px
    }
}

@media only screen and (max-width: 767px) {
    .contact-page .hero-area .shape {
        display: none
    }
}

.contact-page .dir-rtl .hero-area .shape img {
    transform: rotateY(180deg)
}

.cnt-pg-list {
    margin-top: 20px;
}

.cnt-pg-list li {
    display: flex;
    align-items: baseline;
    margin-bottom: 15px;
}

.cnt-pg-list li i {
    padding-right: 10px;
    color: #008ad2;
}

/* .contact-page .opt-cli-img img {
    width: 125px;
} */

/* ======= Career Page css ======== */

.why-sec-test {
    background-color: #fff6dc;
    padding: 25px 20px;
    border-radius: 10px;
    margin-top: 20px;
    box-shadow: 0px 0px 10px 0px rgb(189 189 189 / 30%);
}

.why-sec-test.alt-sec-test {
    background-color: #e1f1f9;
}

.why-sec-user {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.why-sec-user img {
    width: 55px;
    margin-right: 10px;
}

.br-5 {
    border-radius: 8px;
}

.contact-area form input[type=file] {
    background-color: #fff;
    padding: 10px;
}

.vis-0 {
    visibility: hidden;
}

@media(max-width:756px) {
    .mob-stripe-sec.text-end {
        text-align: left !important;
        margin-top: 15px;
    }

    .w-100.mob-foot-logo {
        width: 50% !important;
    }

    .mob-alt-social-links {
        flex-direction: column;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .mob-alt-social-links a,
    .mob-social-links a {
        font-size: 18px;
    }

    .mob-social-links {
        margin-top: 10px;
        margin-bottom: 10px;
        justify-content: flex-start !important;
    }
}

/* ======= About us page css ======== */

.team-wrapper {
    display: grid;
    gap: 57px 17px;
    margin-top: 50px;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr))
}

@media only screen and (max-width: 1399px) {
    .team-wrapper {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr))
    }
}

.team-wrapper>*:nth-child(n) .thumb {
    border-radius: 170px;
    overflow: hidden
}

.team-wrapper>*:nth-child(2n+0) .thumb {
    border-radius: 120px;
    overflow: hidden
}

.team-box .thumb img {
    width: 100%
}

.team-box .content {
    margin-top: 30px;
    text-align: center
}

.team-box .name {
    font-size: 24px;
    line-height: 1.25
}

.team-box .designation {
    margin-top: 7px;
    display: inline-block;
    font-size: 18px
}

.lt-fnt {
    font-size: 18px !important;
    font-weight: 500 !important;
}

/* ========== talk page css ============ */
#app {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
}

#app label {
    margin-bottom: 10px;
}

.sub-head-wiz {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 500;
    color: #008AD2;
}

.step-wrapper {
    padding: 20px 0;
    display: none;
}

.step-wrapper.active {
    display: block;
}

.step-indicator {
    border-collapse: separate;
    display: table;
    margin-left: 0px;
    position: relative;
    table-layout: fixed;
    text-align: center;
    vertical-align: middle;
    padding-left: 0;
    padding-top: 20px;
}

.step-indicator li {
    display: table-cell;
    position: relative;
    float: none;
    padding: 0;
    width: 1%;
}

.step-indicator li:after {
    background-color: #ccc;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    width: 100%;
    top: 20px;
}

.step-indicator li:after {
    left: 50%;
}

.step-indicator li:last-child:after {
    display: none;
}

.step-indicator li.active .step {
    border-color: #008AD2;
    color: #008AD2;
}

.step-indicator li.active .caption {
    color: #008AD2;
}

.step-indicator li.complete:after {
    background-color: #87D37C;
}

.step-indicator li.complete .step {
    border-color: #87D37C;
    color: #87D37C;
}

.step-indicator li.complete .caption {
    color: #87D37C;
}

.step-indicator .step {
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #ccc;
    color: #ccc;
    font-size: 18px;
    height: 40px;
    line-height: 41px;
    margin: 0 auto;
    position: relative;
    width: 40px;
    z-index: 1;
}

.step-indicator .step:hover {
    cursor: pointer;
}

.step-indicator .caption {
    color: #ccc;
    padding: 11px 16px;
}

.terms-page .hero-area {
    padding-top: 180px;
    padding-bottom: 80px;
}

.terms-page .hero-area-inner {
    justify-content: center !important;
}

.terms-page .hero-area-inner .area-shape-2 {
    height: 300px !important;
    inset-inline-end: 40%;
    filter: blur(170px);
    top: -275px;
}

.terms-page .hero-area-inner .area-shape-1 {
    top: -370px;
}


.policy-wrapper .section-title {
    font-size: 18px;
    line-height: 1.25;
    margin-bottom: 15px
}

.policy-wrapper .section-title.large {
    font-size: 24px
}

.policy-wrapper .section-title:not(:first-child) {
    margin-top: 30px
}

.policy-wrapper .text-wrapper .text:not(:last-child) {
    margin-bottom: 23px
}

/* ========== Site Map Css ============ */


#primaryNav li {
    width: 25%;
}

#primaryNav li ul li {
    width: 100% !important;
}

#primaryNav.col1 li {
    width: 99.9%;
}

#primaryNav.col2 li {
    width: 50%;
}

#primaryNav.col3 li {
    width: 33.3%;
}

#primaryNav.col4 li {
    width: 25%;
}

#primaryNav.col5 li {
    width: 20%;
}

#primaryNav.col6 li {
    width: 16.6%;
}

#primaryNav.col7 li {
    width: 14.2%;
}

#primaryNav.col8 li {
    width: 12.5%;
}

#primaryNav.col9 li {
    width: 11.1%;
}

#primaryNav.col10 li {
    width: 10%;
}

/* ------------------------------------------------------------
      General Styles
  ------------------------------------------------------------ */

.sitemap {
    margin: 50px 0 40px 0;
    float: left;
    width: 100%;
}

/* --------	Top Level --------- */

#primaryNav {
    margin: 0;
    float: left;
    width: 100%;
}

#primaryNav #home {
    display: block;
    float: none;
    background: #ffffff url("http://idefisc-corp.fr/wp-content/themes/konzept/images/L1-left.png") center bottom no-repeat;
    position: relative;
    z-index: 2;

    padding: 0 0 30px 0;
}

#primaryNav li {
    float: left;
    background: url("http://idefisc-corp.fr/wp-content/themes/konzept/images/L1-center.png") center top no-repeat;
    padding: 30px 0;
    margin-top: -30px;
}

#primaryNav li a {
    margin: 0 20px 0 0;
    padding: 15px 0;
    display: block;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: white;
    border-radius: 10px;
    background: #008ad2;
    /* border: 2px solid #b5d9ea; */
    -moz-border-radius: 5px;
    -webkit-border-radius: 45px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 2px;
    -moz-box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 2px;
}

#primaryNav li a:hover {
    background-color: #f3b403;
    /* border-color: #97bdcf; */
}

#primaryNav li:last-child {
    background: url("http://idefisc-corp.fr/wp-content/themes/konzept/images/L1-right.png") center top no-repeat;
}

#primaryNav a:link:before,
#primaryNav a:visited:before {
    content: " " attr(href) " ";
    display: block;
    text-transform: uppercase;
    font-size: 10px;
    margin-bottom: 5px;
    word-wrap: break-word;
    display: none;
}

#primaryNav li a:link:before,
#primaryNav li a:visited:before {
    color: #1b1b1b;
    display: none;
}

/* --------	Second Level --------- */

#primaryNav li li {
    width: 100%;
    clear: left;
    margin-top: 0;
    padding: 10px 0 0 0;
    background: url("https://i.ibb.co/bNhMjBF/vertical-line.png") center bottom repeat-y;
}

#primaryNav li li a {
    background-color: #ffffff;
    border-color: #f3b402;
    color: #058dd3;
    padding: 15px 7px;
}

#primaryNav li li a:hover {
    /* border-color: #94b75f; */
    background-color: #f3b402;
    color: #fff;
}

#primaryNav li li:first-child {
    padding-top: 30px;
}

#primaryNav li li:last-child {
    background: url("https://i.ibb.co/bNhMjBF/vertical-line.png") center bottom repeat-y;
}

#primaryNav li li a:link:before,
#primaryNav li li a:visited:before {
    color: #222222;
    display: none;
}

/* --------	Third Level --------- */

#primaryNav li li ul {
    margin: 10px 0 0 0;
    width: 100%;
    float: right;
    padding: 9px 0 10px 0;
    background: #ffffff url("http://idefisc-corp.fr/wp-content/themes/konzept/images/L3-ul-top.png") center top no-repeat;
}

#primaryNav li li li {
    background: url("http://idefisc-corp.fr/wp-content/themes/konzept/images/L3-center.png") left center no-repeat;
    padding: 5px 0;
}

#primaryNav li li li a {
    background-color: #fff7aa;
    border-color: #e3ca4b;
    font-size: 12px;
    padding: 5px 0;
    width: 80%;
    float: right;
}

#primaryNav li li li a:hover {
    background-color: #fffce5;
    border-color: #d1b62c;
}

#primaryNav li li li:first-child {
    padding: 15px 0 5px 0;
    background: url("http://idefisc-corp.fr/wp-content/themes/konzept/images/L3-li-top.png") left center no-repeat;
}

#primaryNav li li li:last-child {
    background: url("http://idefisc-corp.fr/wp-content/themes/konzept/images/L3-bottom.png") left center no-repeat;
}

#primaryNav li li li a:link:before,
#primaryNav li li li a:visited:before {
    color: #ccae14;
    font-size: 9px;
}

/* ------------------------------------------------------------
      Utility Navigation
  ------------------------------------------------------------ */

#utilityNav {
    float: right;
    max-width: 50%;
    margin-right: 10px;
}

#utilityNav li {
    float: left;
    margin-bottom: 10px;
}

#utilityNav li a {
    margin: 0 10px 0 0;
    padding: 5px 10px;
    display: block;
    border: 2px solid #e3ca4b;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    color: black;
    background: #fff7aa url("http://idefisc-corp.fr/wp-content/themes/konzept/images/white-highlight.png") top left repeat-x;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 2px;
    -moz-box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 2px;
    /* FF 3.5+ */
}

#utilityNav li a:hover {
    background-color: #fffce5;
    border-color: #d1b62c;
}

#utilityNav li a:link:before,
#utilityNav li a:visited:before {
    color: #ccae14;
    font-size: 9px;
    margin-bottom: 3px;
}

.dir-name {
    font-weight: 600;
    color: #000;
}

.text-justify {
    text-align: justify !important;
    ;
}

.our-story-sec {
    padding: 60px 40px;
    box-shadow: 0px 0px 50px 0px rgb(113 113 113 / 30%);
    border-radius: 10px;
}

@media(max-width:756px) {
    .our-story-sec {
        padding: 15px;
    }

    .blog .thumb img {
        object-fit: cover !important;
    }

    .main-product-list-item .post-date {
        position: relative;
        margin-top: 30px;
    }

    .common-upd-items {
        padding: 0px !important;
        border-radius: 0;
        box-shadow: none;
    }

    .key-feature-area.about-key .key-items,
    .key-feature-area.pricing-key .key-items {
        display: flex !important;
    }

    .opt-cli-img img {
        width: 85px;
    }

    .opt-cli-img {
        gap: 10px;
    }

    .terms-page .hero-area {
        padding-top: 120px !important;
        padding-bottom: 40px !important;
    }

    #primaryNav.col6 li {
        width: 50% !important;
    }

    #primaryNav.col6 li ul li {
        width: 100% !important;
    }
}

.offcanvas-area .accordion li a {
    font-size: 20px;
    color: #fff;
}

.offcanvas-area .accordion .link {
    font-size: 20px;
    color: #fff;
}

.offcanvas-area .accordion li .submenu li a {
    display: flex;
    align-items: center;
    font-size: 20px;
}

.offcanvas-area .accordion li .submenu li a img {
    padding-right: 10px;
    width: 30px;
}