body {
    background-color: #fff;
    color: #383838;
    font-family: "Manrope", sans-serif;
    font-size: 14px;
    line-height: 1.725;
    /*overflow-x: hidden;*/
}

/**
Blue: #005282
Light Blue: #00bdf2
**/
.text-none{
    text-transform: none !important;
}

.sectionCvr {
    padding: 5em 0px;
}

.grey-bg {
    background: #fbfbfb;
}

.white-bg {
    background: #ffffff;
}

.curve-section {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
}
fieldset.hidden-fields-container {
    display: none;
}
.divider-spacing {
    padding: 10px;
}

.title-block {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.title-block .title {
    font-size: 34px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 0px;
}

.title-block .title span {
    color: #0056A8;
}

.text-white .title {
    color: #fff;
}



.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #222222;
}

h1,
.h1 {
    font-family: inter;
    font-size: 45px;
    color: #383838;
    letter-spacing: .1px;
    text-transform: capitalize;
    margin-bottom: 20px;
    font-weight: 700;
}

body {
    color: #4A4A4A;
}

p {
    letter-spacing: .1px;
    margin-bottom: 10px;
}

p:last-child {
    margin-bottom: 0;
}

.btn,
.theme-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    color: #fff;
    text-transform: capitalize;
    margin-top: 16px;
    position: relative;
    overflow: hidden;
    padding: 12px 24px;
    background: #005282;
    border: 1px solid transparent;
    border-radius: 30px;
    z-index: 1;
    transition: all 0.2s linear;
    font-size: 16px;
    min-height: 54px;
}

.btn:hover,
.theme-btn:hover {
    background: #00bdf2;
    color: #fff;
    border: 1px solid #00bdf2;
}

.btn-transperent {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    color: #383838;
    text-transform: capitalize;
    margin-top: 16px;
    position: relative;
    overflow: hidden;
    padding: 12px 20px;
    background: transparent;
    border: 1px solid #383838;
    border-radius: 30px;
    z-index: 1;
    transition: all 0.2s linear;
    font-size: 16px;
    min-height: 54px;
}

.btn.white-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    color: #005282;
    text-transform: capitalize;
    margin-top: 16px;
    position: relative;
    overflow: hidden;
    padding: 12px 24px;
    background: #FFFFFF;
    border: 1px solid transparent;
    border-radius: 30px;
    z-index: 1;
    transition: all 0.2s linear;
    font-size: 16px;
    min-height: 54px;
}
.btn.white-btn:focus {
    color: #005282;
}
.btn-transperent:hover,
.btn.white-btn:hover {
    background: #00bdf2;
    color: #fff;
    border: 1px solid #00bdf2;
}

.btn:focus,
.theme-btn:focus {
    color: #fff;
}
.header-cta a:focus{
    color: inherit;
}

.btn-transperent:focus {
    color: #383838;
}

.banner-subtitle {
    font-size: 18px;
}

.big-size {
    font-weight: 700;
    font-family: 'Inter';
    line-height: 1.217;
    margin-bottom: 3px;
}

.count-wrap p {
    font-size: 15.25px;
    letter-spacing: 0;
    color: #383838;
    line-height: 1.377;
    margin-bottom: 0;
}

.theme-btn.outline-btn {
    background: transparent;
    border: 1px solid #005282;
    color: #005282;
}

.theme-btn.outline-btn:hover {
    background: #00bdf2;
    border: 1px solid #00bdf2;
    color: #fff;
}

.theme-btn.outline-btn-white {
    background: transparent;
    border: 1px solid #fff;
}

.theme-btn.outline-btn-white:hover {
    background: #fff;
    color: #000;
}


.theme-btn.white-btn {
    background: #fff;
    border: 1px solid #fff;
    color: #000;
}

.theme-btn.white-btn:hover {
    background: #00bdf2;
    border-color: #00bdf2;
    color: #fff;
}

.theme-btn.black-btn {
    background: #000;
    border: 1px solid #000;
    color: #fff;
}

.theme-btn.black-btn:hover {
    background: #00bdf2;
    border-color: #00bdf2;
    color: #fff;
}

nav.header-nav.stickey {
    position: fixed;
    top: -10px;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 10;
    border-bottom: 1px solid #ebebeb;
    transform: translateY(10px);
    transition: transform 0.5s ease;
}
.header-wrap .main-navigation ul ul a{
    text-transform: none;
}
.heading-bold {
    font-weight: 700;
}

body:not(.page-template-home-page) nav.header-nav {
    border-bottom: 1px solid #ebebeb;

}

.header-nav {
    padding-top: 0px;
}

.header-nav .header-wrap {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 12px 0px;
}

.navbar-brand img {
    width: 220px;
    transition: all 0.2s linear;
}

.header-nav.fixed .navbar-brand img {
    height: 200px;
    transition: all 0.2s linear;
}

.header-nav.fixed {
    box-shadow: 0px 0px 9px 1px rgb(0 0 0 / 16%);
    transition: all 0.5s ease;
    background: #000;
    padding: 0px;
}

.header-nav.fixed .navbar-brand img {
    height: 40px;
}

.header-nav {}

.header-nav .navbar-brand {
    padding: 0px;
}

.header-cta a {
    display: flex;
    align-items: center;
}

.header-ctaCvr .header-cta {
    margin-right: 1px;
}

.header-ctaCvr .header-cta:last-child {
    margin-right: 0px;
    background: #383838;
    font-size: 14px;
    border: 1px solid #383838;
    color: #fff;
    padding: 8px 18px;
    border-radius: 30px;
    text-transform: capitalize;
    font-weight: 600;
}

.header-ctaCvr .header-cta:last-child:hover,
.header-ctaCvr .header-cta:last-child:hover a {
    background: #00bdf2;
    border-color: #00bdf2;
    color: #fff
}

.header-ctaCvr .header-cta:first-child a {
    color: #000;
}

.header-ctaCvr .header-cta:first-child a:hover {
    color: #00bdf2;
}

.header-ctaCvr .header-cta:first-child {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 17px;
    font-weight: 500;

}

.header-ctaCvr .header-cta:first-child::after {
    content: '';
    background: #000;
    width: 21px;
    height: 1px;
    right: 0;
    margin: 0 10px;
}

/**** Homepage ****/
.banner-wrap {
    position: relative;
}

.banner-wrap .banner-rating {
    position: relative;
}

.banner-wrap .banner-rating .rating-block {
    list-style: none;
    padding: 11px 20px;
    margin: 0px 0px 22px;
    align-items: center;
    border: 1px solid #E2E2E2;
    display: inline-flex;
    border-radius: 60px;
}

.banner-wrap .banner-rating .rating-block li {
    display: flex;
    align-items: center;
}

.banner-wrap .banner-rating .rating-block li p:last-child span {
    display: block;
}

.banner-wrap .banner-rating .rating-block .rating-icon img {
    width: 28px;
}

.banner-wrap .banner-rating .rating-block li .star-rating {
    color: #FF9F2A;
}

.banner-wrap .banner-rating .rating-block li .rating-icon {
    margin-right: 10px;
}

.banner-wrap .banner-rating .rating-block li {
    line-height: 1.2;
    position: relative;
}

.banner-wrap .banner-rating .rating-block li p {
    margin-bottom: 0px;
}

.banner-wrap .banner-rating .rating-block li .star-rating svg {
    font-size: 12px;
}

.banner-wrap .banner-rating .rating-block li:first-child {
    margin-right: 1.5em;
    padding-right: 1.5em;
}

.banner-wrap .banner-rating .rating-block li:first-child::before {
    content: '';
    background: #E2E2E2;
    position: absolute;
    height: 75%;
    width: 1px;
    right: 0;
}

.banner-wrap .banner-rating .rating-block li p span.rating {
    font-weight: 600;
}

.banner-title-wrap {
    overflow: hidden;
    height: 150px;
    margin-bottom: 1em
}

.banner-title-wrap .v-slides {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.banner-title-wrap .v-slide {
    font-size: 30px;
    line-height: 50px;
    color: #383838;
}

.banner-title-wrap .v-slide span {
    display: block;
}


.banner-title-wrap .v-slide .line {
    display: block;

}

.banner-title-wrap .strong {
    font-weight: 800;
    font-size: 36px;
    line-height: 1.4;
}


.banner-title-wrap .light {
    font-weight: 300;
    font-size: 25px
}



.home-banner-tabs {
    padding-left: 4em;
}

.page-funfactCvr {
    position: relative;
    background: #E9F2FC;
    border-radius: 12px;
    padding: 2em 1.8em;
}

.page-funfactCvr .page-funfactList {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0px;
}

.page-funfactCvr .page-funfactList .page-funfact {
    /* width: 25%; */
    padding: 0 0em;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
}

.page-funfactCvr .page-funfactList .page-funfact p {
    margin: 0px;
}

.page-funfactCvr .page-funfactList .page-funfact .ff-icon {
    padding: 9px;
    border-radius: 50%;
    margin-right: 8px;
    line-height: 1.2;
}

.page-funfactCvr .page-funfactList .page-funfact:nth-child(1) .ff-icon {
    background: #FFCFF8;
}

.page-funfactCvr .page-funfactList .page-funfact:nth-child(2) .ff-icon {
    background: #BDE7FF;
}

.page-funfactCvr .page-funfactList .page-funfact:nth-child(3) .ff-icon {
    background: #FFF3AE;
}

.page-funfactCvr .page-funfactList .page-funfact:nth-child(4) .ff-icon {
    background: #DFFFDF;
}

.page-funfactCvr .page-funfactList .page-funfact .ff-icon img {
    width: 20px;
}

.page-funfactCvr .page-funfactList .page-funfact .ff-texts {
    /* width: 100%; */
    display: flex;
    flex-wrap: wrap;
}

.page-funfactCvr .page-funfactList .page-funfact .ff-texts span {
    display: block;
    width: 100%;
    color: #000000;
    line-height: 1.4;
}

.page-funfactCvr .page-funfactList .page-funfact::after {
    content: '';
    width: 1px;
    height: 66%;
    position: absolute;
    background: #878787;
    right: -1.7em;
}

.page-funfactCvr .page-funfactList .page-funfact:last-child::after {
    display: none;
}

.page-funfactCvr .page-funfactList .page-funfact .ff-texts .ff-title {
    font-size: 14px;
    font-weight: 500;
}

.banner-tabsCvr {
    position: relative;
}

.banner-tabs-1 .accordion .accordion-item:first-child {
    background: #E9FAF4;
}

.banner-tabs-1 .accordion .accordion-item:last-child {
    background: #F1F1F1;
}

.banner-tabs-2 .accordion .accordion-item:first-child {
    background: #EBE8F9;
}

.banner-tabs-2 .accordion .accordion-item:last-child {
    background: #FCF2E9;
}

.banner-tabs-1 .accordion .accordion-item:last-child img, .banner-tabs-2 .accordion .accordion-item:last-child img {
    max-width: 95px;
}

.banner-tabsCvr .accordion .accordion-item {
    padding: 0px;
    margin-bottom: 10px;
    border-radius: 10px;
    border-bottom: medium none;
}

.banner-tabsCvr .accordion .accordion-item button.accordion-button {
    background: no-repeat;
    box-shadow: none;
    text-transform: capitalize;
    font-weight: 600;
    position: relative;
    z-index: 10;
}

.banner-tabsCvr .accordion .accordion-item button.accordion-button-homepage {
    z-index: 0 !important;
}

.banner-tabsCvr .accordion .accordion-item button.accordion-button::after {
    display: none;
}

.banner-tabsCvr .accordion-header {
    display: flex;
    align-items: center;
    position: relative;
    padding: 10px;
}

.banner-tabsCvr .accordion-header .tab-img {
    position: absolute;
    right: 0;
    height: 65px;
    bottom: 0;
    z-index: 9;
    max-width: 140px;
}

.banner-tabsCvr .accordion-header .tab-icon {
    background: #fff;
    border-radius: 50%;
    padding: 5px 12px;
    line-height: 1.1;
}

.banner-tabsCvr .accordion-header .tab-icon img {
    width: 26px;
    /* line-height: 1.2; */
}

.banner-tabsCvr .accordion .accordion-item .accordion-body {
    padding-bottom: 0px;
    padding-top: 0px;
    display: flex;
    align-items: end;
    position: relative;
    flex-wrap: wrap;
    min-height: 13em;
    position: relative;
}

/*
.banner-tabs-1 .accordion .accordion-item .accordion-body img {
    width: 100%;
} */




.bannerfeature-listsCvr .bannerfeature-lists {
    position: relative;
    padding: 0px;
    margin: 0px;
}

.bannerfeature-listsCvr .bannerfeature-lists .slick-slide {
    background: #FFFFFF;
    margin: 0 2px 8px;
    padding: 12px 6px;
    border-radius: 10px;
    text-align: center;
    width: 86px;
}

.bannerfeature-listsCvr .bannerfeature-lists .slick-slide img {
    width: 30px;
    text-align: center;
    margin: 0 auto 7px;
}

.bannerfeature-listsCvr .bannerfeature-lists .slick-slide p {
    margin-bottom: 0px;
    font-size: 10px;
}

.bannerfeature-listsCvr .bannerfeature-lists .slick-slide {
    text-align: center;
    justify-content: center;
}

.bannerfeature-listsCvr {
    overflow: hidden;
}

.banner-tabsCvr.banner-tabs-2 .accordion .accordion-item .accordion-body {
    padding: 0px;
}

.banner-tabs-2 .accordion .accordion-item:last-child .accordion-body-wrap {
    display: flex;
    align-items: end;
}

.banner-tabs-2 .accordion .accordion-item:last-child .accordion-body-wrap .body-img {
    width: 100%;
}

.banner-tabs-2 .accordion .accordion-item:last-child .accordion-body-wrap .body-content {
    padding: 0px 24px 18px;
    width: 100%;
}

.banner-tabs-1 .accordion .accordion-item:last-child .accordion-body .accordion-body-wrap {
    display: flex;
    align-items: end;
}

.banner-tabs-1 .accordion .accordion-item:last-child .accordion-body .accordion-body-wrap .body-img {
    width: 44%;
    text-align: center;
}

.banner-tabs-1 .accordion .accordion-item:last-child .accordion-body {
    padding: 0px;
}

.banner-tabs-1 .accordion .accordion-item:last-child .accordion-body .accordion-body-wrap .canvas-block {
    padding-bottom: 0px;
}

/* .banner-canvas-block{ overflow: hidden; position: relative;
    width: 100%;
    height: 100%;}

    .canvas-wrapper {
      position: relative;
      height: 100vh;
      background: #f9f9f9;
    }

    #matter-canvas {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
    }

    .tag-container {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 2;
      pointer-events: none;
    }

    .tag-label {
      position: absolute;
      padding: 8px 14px;
      background: #fff;
      border: 1px dashed red;
      border-radius: 10px;
      font-family: sans-serif;
      font-size: 14px;
      display: inline-flex;
      align-items: center;
      gap: 6px;
      white-space: nowrap;
      transform-origin: center;
      pointer-events: auto;
      transition: transform 0.1s;
    }

    .tag-label:hover {
      background-color: #f0f0f0;
    }

    .tag-label img {
      width: 18px;
      height: 18px;
    }

    .image-side {
      height: 100vh;
      object-fit: cover;
      width: 100%;
    }*/



.certificate-wrapper {
    background: #F6F6F6;
    border: 1px solid #ffffff;
    box-shadow: 0px 0px 4px 0px #00000040;
    border-radius: 120px;
    padding: 2em 6em;
}

.certificate-wrapper .certificate-lists {
    position: relative;
}

.certificate-wrapper .certificate-lists ul.certificates {
    list-style: none;
    display: flex;
    gap: 15px;
    justify-content: end;
    margin-bottom: 0px;
}

.certificate-wrapper .certificate-lists ul.certificates li {
    background: #fff;
    border-radius: 50%;
    padding: 14px;
}

.certificate-wrapper .certificate-title {
    display: flex;
    align-items: center;
}

.certificate-wrapper .certificate-title img {
    width: 50px;
    margin-right: 10px;
}

.certificate-wrapper .certificate-title p {
    font-weight: 700;
    text-transform: capitalize;
    font-size: 26px;
    line-height: 1.2;
    margin-bottom: 0px;
}

.certificate-wrapper .seprator {
    text-align: center;
    display: block;
}

.solutions-sec .solutions-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0px;
    margin: 0px auto;
    align-items: center;
}

.solutions-sec .solutions-wrapper .card {
    margin-top: -65px;
    box-sizing: border-box;
    border-radius: 20px;
    position: sticky;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    background-position: center center;
    background-size: cover;
    border: medium none;
    z-index: 0;
}

.solutions-sec .solutions-wrapper .card1 {
    top: 80px;
    background: #FCF2E9;
}

.solutions-sec .solutions-wrapper .card2 {
    top: 120px;
    background: #E9FAF4;
}

.solutions-sec .solutions-wrapper .card3 {
    top: 170px;
    background: #FCFBE9;
}

.solutions-sec .solutions-wrapper .card4 {
    top: 220px;
    background: #E9F2FC;
}

.solutions-sec .solutions-wrapper .solutions-details {
    position: relative;
    padding: 4em 0em 4em 5em;
    display: flex;
    align-items: center;
    padding-bottom: 6em;

}

.solutions-sec .solutions-wrapper .solutions-details .details-block {
    width: 40%;
}

.solutions-sec .solutions-wrapper .solutions-details .image-block {
    width: 70%;
}

.solutions-sec .solutions-wrapper .solutions-details .details-block .btn-title {
    display: inline-flex;
    align-items: center;
    background: #383838;
    box-shadow: 0px 2px 4px 0px #00000040 inset;
    border-radius: 30px;
    padding: 10px 22px;
}

.solutions-sec .solutions-wrapper .solutions-details .details-block .btn-title img {
    width: 23px;
    margin-right: 8px;
}

.solutions-title {
    font-size: 30px;
    width: 94%;
    padding: 13px 0px;
    margin-bottom: 13px;
    font-weight: 800;
}

.solutions-sec .solutions-wrapper .solutions-details .details-block .solutions-feature {
    position: relative;
}

.solutions-sec .solutions-wrapper .solutions-details .details-block .solutions-feature .feature-lists {
    list-style: none;
    display: flex;
    margin: 0px;
    padding: 0px;
}

.solutions-sec .solutions-wrapper .solutions-details .details-block .solutions-feature .feature-lists li {
    text-align: center;
    background: #FFFFFF;
    margin: 0 6px 8px;
    padding: 16px 6px;
    border-radius: 10px;
    text-align: center;
    width: 93px;
    border: 1px solid #E0E0E0;
}

.solutions-sec .solutions-wrapper .solutions-details .details-block .solutions-feature .feature-lists li img {
    width: 33px;
    margin-bottom: 7px;
}

.solutions-sec .solutions-wrapper .solutions-details .details-block .solutions-feature .feature-lists li p {
    color: #000;
    font-size: 11px;
    margin-bottom: 0px;
}

.solutions-sec .solutions-wrapper .solutions-details .details-block .solutions-desc {
    color: #666666;
    width: 80%;
    margin-top: 1em;
}

.solutions-sec .solutions-wrapper .solutions-details .details-block .solutions-feature .feature-lists li:first-child {
    margin-left: 0px;
}

.solutions-sec .solutions-wrapper .solutions-details .details-block .solutions-link {
    color: #005282;
    font-size: 16px;
    padding-top: 10px;
    display: inline-flex;
    align-items: center;
}

.solutions-sec .solutions-wrapper .solutions-details .details-block .solutions-link svg {
    margin-left: 8px;
}

.client-sec {
    position: relative;
}

.client-sec .client-slider .client-logo {
    margin: 0 14px;
    text-align: center;
}

.client-sec .client-slider .client-logo img {
    text-align: center;
    margin: 0 auto;
}

.advtool-sec {
    background: #F6F6F6;
    border-bottom: 1px solid #C3C3C3;
    position: relative;
}

.advtool-sec::after {
    content: '';
    background: url(../images/man-running.gif) no-repeat scroll bottom left / contain;
    position: absolute;
    width: 115px;
    height: 115px;
    bottom: 0px;
    left: 0px;
    mix-blend-mode: multiply;
}

.advtool-sec .title-block-wrapper .title {
    margin-bottom: 12px;
}

.advtool-sec .block-cta p {
    text-align: right;
}

.advtool-tabs-lists {
    background: #fff;
    border-radius: 20PX;
    padding: 2em;
}

.advtool-tabs-lists .nav-link .advtool-icon {
    display: inline-block;
    background: #F8F8F8;
    padding: 16px;
    margin-right: 16px;
    border-radius: 50%;
}

.advtool-tabs-lists .nav-link:hover .advtool-icon .icon,
.advtool-tabs-lists .nav-link.active .advtool-icon .icon {
    display: none;
}

.advtool-tabs-lists .nav-link .advtool-icon .hover-icon {
    display: none;
}


.advtool-tabs-lists .nav-link:hover .advtool-icon .hover-icon,
.advtool-tabs-lists .nav-link.active .advtool-icon .hover-icon {
    display: block;
}

.advtool-tabs-lists .nav-link {
    padding: 1.4em 0px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #F3F3F3;
    border-radius: 0;
    color: #383838;
    font-size: 17px;
    font-weight: 600;
    position: relative;
    text-align: left;
}

.advtool-tabs-lists .nav-link .advtool-icon img {
    width: 34px;
}

.advtool-tabs-lists .nav-link:hover,
.advtool-tabs-lists .nav-link.active {
    background: transparent;
    color: #005282;
}

.advtool-tabs-lists .nav-link:last-child {
    border: medium none;
    padding-bottom: 0px;
}

.advtool-tabs-lists .nav-link:first-child {
    padding-top: 0px;
}

.advtool-wrapper {
    position: relative;
    margin-top: 4em;
    margin-bottom: 5em;
}

.advtool-wrapper .advtool-tabs-content {
    position: relative;
}

.advtool-wrapper .advtool-tabs-content .advtool-details {
    position: relative;
    background: #fff;
    border-radius: 20px;
    padding: 3em;
    margin-left: 4em;
}

.advtool-wrapper .advtool-tabs-content .advtool-details img {
    margin-top: 1em;
    width: 100%;
}

.advtool-wrapper .advtool-tabs-content .advtool-details .title {
    font-size: 25px;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 20px;
}

.advtool-tabs-content .tab-pane {
    position: relative;
}

.advtool-tabs-content .tab-pane.active::after {
    content: "";
    width: 50px;
    height: 50px;
    background: linear-gradient(45deg, #ffffff 49%, transparent 50%);
    position: absolute;
    top: 9%;
    left: 32px;
    transform: translateY(-50%) rotate(44deg);
}

.advtool-tabs-content .tab-pane.active:nth-child(2n)::after {
    top: 25%;
}

.advtool-tabs-content .tab-pane.active:nth-child(3n)::after {
    top: 42%;
}

.advtool-tabs-content .tab-pane.active:nth-child(4n)::after {
    top: 58%;
}

.advtool-tabs-content .tab-pane.active:nth-child(5n)::after {
    top: 74.5%;
}

.block-cta-wrapper {
    position: relative;
    padding-top: 3em;
}

.block-cta-wrapper .cta-title {
    font-weight: 800;
    font-size: 50px;
    line-height: 1.3;
    text-transform: capitalize;
}

.testimonials-sec {
    position: relative;
    overflow: hidden;
}

.testimonials-sec .testimonials-wrapper {
    margin-top: 2em
}

.testimonials-block {
    border-radius: 14px;
    padding: 2em;
    position: relative;
}

.testimonials-wrapper .slick-track {
    display: flex;
}

.testimonials-slider {
    position: relative;
}

.testimonials-slider .testimonials-item {
    margin: 0 12px;
    height: auto;
}

.testimonials-slider .testimonials-item .testimonials-block {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.testimonials-block .testi-img-play {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.testimonials-block .testi-img-play .testi-img {
    position: relative;
}

.testimonials-block .testi-img-play .testi-img img {
    border-radius: 50%;
    width: 70px;
}

.faq-section .faqs-accordion .accordion-body {
    font-size: 16px;
}

.testimonials-block .testi-img-play .play-btn {
    background: #000;
    padding: 6px 18px;
    border-radius: 30px;
}

.testimonials-block .testi-img-play .play-btn:hover {
    background: #005282;
    color: #fff;
}

.testimonials-block .testi-img-play .play-btn:hover a {
    color: #fff;
}

.testimonials-block .testi-img-play .play-btn svg {
    margin-right: 7px;
}

.testimonials-block .testi-img-play p {
    margin-bottom: 0px;
}

.testimonials-block .testi-content {
    margin-top: 2.8em;
    padding-top: 2.8em;
    margin-bottom: 1.8em;
    position: relative;
    flex: 1;
}

.testimonials-block .testi-content p {

    padding-right: 14px;
    position: relative;
}

.testimonials-block .testi-content::before {
    content: '';
    background: url(../images/testimonials-quote-icon.png) no-repeat scroll left top / contain;
    width: 39px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
}

.testimonials-block .testi-author {
    position: relative;
    padding-left: 11px;
    border-left: 1px solid #000;
    margin-top: 2em;
}

.testimonials-block .testi-author p {
    margin-bottom: 0px;
}

.testimonials-block .testi-author .author {
    font-weight: 700;
    font-size: 22px;
    line-height: 1.4;
}

.light-mint-bg-clr {
    background: #e9faf4
}

.sky-blue-bg-clr {
    background: #e9f2fc
}

.light-ivory-bg-clr {
    background: #fcfbe9
}

.soft-peach-bg-clr {
    background: #fcf2e9
}

.lavender-mist-bg-clr {
    background: #eeebfc
}

.light-lavender-bg-clr {
    background: #ebe8f9
}

.off-white-bg-clr {
    background: #f1f1f1
}

.features-sec {
    position: relative;
}

.features-sec::before {
    content: '';
    background-color: #fcfbe9c7;
    width: 42%;
    height: 70%;
    position: absolute;
    top: 3%;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 50%;
    /* opacity: 0.5; */
    filter: blur(80px);
}

.feature-lists-wrapper {
    padding: 8em 0px;
    position: relative;
}

.feature-lists-wrapper::before {
    content: '';
    background: url(../images/title-curve.png) no-repeat scroll top center / contain;
    width: 176px;
    height: 24px;
    position: absolute;
    top: 20px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
}

.feature-lists-wrapper::after {
    content: '';
    background: url(../images/title-curve.png) no-repeat scroll bottom center / contain;
    width: 176px;
    height: 24px;
    position: absolute;
    bottom: 60px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

.feature-listsCvr .feature-lists {
    position: relative;
    padding: 0px;
    margin: 0px;
}

.feature-listsCvr .feature-lists .slick-slide {
    background: #FFFFFF;
    margin: 0 9px 8px;
    padding: 21px 6px;
    border-radius: 10px;
    text-align: center;
    width: 116px;
    border: 1px solid #E0E0E0;
}

.feature-listsCvr .feature-lists .slick-slide img {
    width: 34px;
    text-align: center;
    margin: 0 auto 12px;
}

.feature-listsCvr .feature-lists .slick-slide p {
    margin-bottom: 0px;
    font-size: 12px;
}

.feature-listsCvr .feature-lists .slick-slide {
    text-align: center;
    justify-content: center;
}
.features-sec .product-item {
    padding: 15px 0;
    border-radius: 16px;
    z-index: 1;
    position: relative;
    margin-bottom: 25px;
}
.features-sec .product-item .tab-icon {
    text-align: center;
    margin-bottom: 17px;
}
.feature-listsCvr {
    overflow: hidden;
    padding: 1em 0px;
    position: relative;
}

.feature-listsCvr::before {
    content: '';
    position: absolute;
    top: 0;
    width: 108px;
    height: 100%;
    left: 0;
    z-index: 2;
    margin: 0px auto;
    background: linear-gradient(268deg, rgba(252, 252, 252, 0) 0%, rgb(255 255 255) 59% 13%);
}

.feature-listsCvr::after {
    content: '';
    position: absolute;
    top: 0;
    width: 108px;
    height: 100%;
    right: 0;
    z-index: 2;
    margin: 0px auto;
    background: linear-gradient(90deg, rgba(252, 252, 252, 0) 0%, rgb(255 255 255) 59% 13%);
}


.feature-logo-block {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    top: 16%;
}

.feature-logo-block .logo {
    display: inline-block;
    background: #FFFFFF;
    border-radius: 50%;
    padding: 4em;
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    background-color: rgb(255 255 255 / 0.5%);
    border: 4px solid #fff;
}

.feature-logo-block .logo img {
    width: 60px;
}

.feature-logo-block .logo-quote {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #fff;
    width: max-content;
    padding: 10px 20px;
    border: 1px solid #383838;
    border-radius: 30px;
    text-transform: capitalize;
}

.feature-logo-block .logo-quote p {
    margin-bottom: 0px;
    padding-left: 24px;
    position: relative;
    color: #383838;
}

.feature-logo-block .logo-quote p::before {
    content: '';
    background: url(../images/logo-quote-icon.png) no-repeat scroll left center / contain;
    width: 23px;
    height: 23px;
    left: -3px;
    position: absolute;
    top: 1px;
}



.product-info-wrapper {
    position: relative;
}

.video-list-wrapper .slick-slider {
    /* margin-left: -12%;
  margin-right: -12%; */
}

.video-list-wrapper .slick-list {
    padding-top: 2% !important;
    padding-bottom: 2% !important;
    padding-left: 15% !important;
    padding-right: 15% !important;
}

.video-list-wrapper .slick-dots {
    text-align: right;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.video-list-wrapper .slick-track {
    max-width: 100% !important;
    transform: translate3d(0, 0, 0) !important;
    perspective: 100px;
}

.video-list-wrapper .slick-slide {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    width: 100% !important;
    transform: translate3d(0, 0, 0);
    transition: transform 1s, opacity 1s;
}

.video-list-wrapper .slick-snext,
.video-list-wrapper .slick-sprev,
.video-list-wrapper .slick-snext2,
.video-list-wrapper .slick-sprev2 {
    display: block;
}

.video-list-wrapper .slick-current {
    opacity: 1;
    position: relative;
    display: block;
    z-index: 2;
}

.video-list-wrapper .slick-snext {
    opacity: 0.5;
    transform: translate3d(13%, 0, -13px);
    z-index: 1;
    perspective: 1000px;
}

.video-list-wrapper .slick-snext2 {
    opacity: 0.5;
    transform: translate3d(26%, 0, -26px);
    z-index: 0;
    perspective: 1000px;
}

.video-list-wrapper .slick-sprev {
    opacity: 0.5;
    transform: translate3d(-13%, 0, -13px);
}

.video-list-wrapper .slick-sprev2 {
    opacity: 0.5;
    transform: translate3d(-26%, 0, -26px);
}

.video-list-wrapper .slick-slide .lightbox-video-inner .video-img img {
    border-radius: 8px;
}

.video-list-wrapper .slick-slide .lightbox-video-inner .video-img {
    position: relative;
    display: flex;
    align-items: center;
}

.video-list-wrapper .slick-slide .lightbox-video-inner .video-img:after {
    content: "\f167";
    position: absolute;
    left: 0px;
    right: 0;
    margin: 0 auto;
    text-align: center;
    font-size: 3.5em;
    font-family: 'FontAwesome';
    color: red;
    background: #fff;
    width: auto;
    display: inline-block;
    width: 50px;
    height: 20px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

/* Arrows */
.product-info-wrapper .product-video-slider .slick-prev,
.product-info-wrapper .product-video-slider .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 36px;
    height: 36px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 9;
}

.product-info-wrapper .product-video-slider .slick-prev:hover,
.product-info-wrapper .product-video-slider .slick-prev:focus,
.product-info-wrapper .product-video-slider .slick-next:hover,
.product-info-wrapper .product-video-slider .slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.product-info-wrapper .product-video-slider .slick-prev:hover:before,
.product-info-wrapper .product-video-slider .slick-prev:focus:before,
.product-info-wrapper .product-video-slider .slick-next:hover:before,
.product-info-wrapper .product-video-slider .slick-next:focus:before {
    opacity: 1;
}

.product-info-wrapper .product-video-slider .slick-prev.slick-disabled:before,
.product-info-wrapper .product-video-slider .slick-next.slick-disabled:before {
    opacity: .25;
}

.product-info-wrapper .product-video-slider .slick-prev:before,
.product-info-wrapper .product-video-slider .slick-next:before {
    font-family: 'FontAwesome';
    font-size: 12px;
    opacity: .75;
    color: white;
    background: #000;
    padding: 8px 10px;
    border-radius: 50%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.2;
}

.product-info-wrapper .product-video-slider .slick-prev {
    left: 0px;
}

.product-info-wrapper .product-video-slider .slick-prev:before {
    content: '\f053';
}

.product-info-wrapper .product-video-slider .slick-next {
    right: 0px;
}

.product-info-wrapper .product-video-slider .slick-next:before {
    content: '\f054';
}

.video-list-wrapper .test {
    display: block;
    width: 100%;
    height: 300px;
    box-shadow: inset 0px 0px 0px 3px #000
}

.product-info-wrapper .compact-price-wrap {
    background: #EEEBFC;
    border-radius: 20px;
}

.product-info-wrapper .compact-price-wrap .compact-price-block {
    padding: 3em 6em;
    width: 80%;
}

.product-info-wrapper .compact-price-wrap .compact-price-img {
    padding-right: 0px;
    position: relative;
    right: 3em;
}


.product-info-wrapper .product-info-block {
    margin-bottom: 24px;
    border-radius: 20px;
    padding: 3em;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 34em;
    flex-wrap: wrap;
}


.product-info-wrapper .product-info-block.product-video-block {
    background: #E9F2FB;
}

.product-info-wrapper .product-info-block.product-count-block {
    background: #FCF2E8;
}

.product-info-wrapper .product-info-block .video-list-wrapper {
    width: 100%;
    position: relative;
}

.product-info-wrapper .product-info-block .title-block-wrapper {
    width: 60%;
}

.product-info-wrapper .product-info-block .title-block-wrapper .title {
    margin-bottom: 12px;
}

.product-info-wrapper .product-info-block.product-count-block .collage-img img {
    width: 150px;

}

.product-info-wrapper .product-info-block.product-count-block .count-block {
    position: relative;
}

.product-info-wrapper .product-info-block.product-count-block .count-block .count {
    font-size: 3em;
    font-weight: 800;
    margin-bottom: 7px;
    line-height: 1.2;
}

.product-info-wrapper .product-info-block.product-count-block .count-block .desc {
    margin-bottom: 0px;
    font-size: 16px;
    color: #383838;
}


.industries-sec {
    position: relative;
}

.industries-sec .industries-block-wrap {
    padding: 0em 2em 0em 9em;
}

.industries-sec .industries-block-wrap .indus-logo {
    margin-bottom: 10px;
}

.industries-sec .industries-block-wrap .indus-logo img {
    width: 150px;
}

.industries-slider .industry-item {
    margin: 0 12px;
}

.industries-slider .industry-item .industry-block {
    text-align: center;
    background: #F4F4F4;
    padding: 1.4em;
    border-radius: 35px;
}

.industries-slider .industry-item .industry-block .industry-img {
    margin-bottom: 20px;
    position: relative;
}

.industries-slider .industry-item .industry-block:hover .industry-img::before {
    content: '';
    background: #000;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 25px;
    opacity: 0.5;
}

.industries-slider .industry-item .industry-block .industry-img .link {
    margin-bottom: 0px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 42%;
    color: #000000;
    display: none;
}

.industries-slider .industry-item .industry-block:hover .industry-img .link {
    display: inline-block;
}

.industries-slider .industry-item .industry-block:hover {
    background: #E9F2FB;
}

.industries-slider .industry-item .industry-block .industry-img .link a {
    color: #ffffff;
    display: inline-block;
    padding: 2px 12px;
    background: #00bdf2;
    border-radius: 50%;
    font-size: 18px;
}

.industries-slider .industry-item .industry-block .industry-img img {
    border-radius: 25px;
}

.industries-slider .industry-item .industry-block .industry-title {
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 500;
}


.ourvalues-sec {
    position: relative;
}

.ourvalues-sec .ourvalues-wrapper {
    background: #F6F6F6;
    padding: 5em;
    border-radius: 30px;
}

.ourvalues-sec .ourvalues-wrapper .ourvalues-column-wrapper {
    position: relative;
}

.ourvalues-sec .ourvalues-wrapper .ourvalues-column-wrapper::before {
    content: '';
    background: url(../images/curve-line-vector.png) no-repeat scroll top center / contain;
    position: absolute;
    left: 33%;
    top: 53px;
    width: 154px;
    height: 45px;
}

.ourvalues-sec .ourvalues-wrapper .ourvalues-column-wrapper .ourvalues-column {
    background: #fff;
    height: 30em;
    padding: 5em;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}

.ourvalues-sec .ourvalues-wrapper .ourvalues-column-wrapper .ourvalues-img {
    border-radius: 90px;
    border-bottom-right-radius: 0px;
}

.ourvalues-sec .ourvalues-wrapper .ourvalues-column-wrapper .ourvalues-wrap {
    border-radius: 90px;
    border-bottom-left-radius: 0px;
    margin-left: 3px;
}

.partners-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 2em;
}

.partners-wrapper .partner-block {
    width: 18%;
    margin: 0 7px 12px;
    border: 1px solid #DEDEDE;
    padding: 2em;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 14em;
    overflow: hidden;
    transition: all ease 0.8s;
    position: relative;
}

.partners-wrapper .partner-block .partner-details {
    bottom: -100%;
    text-align: center;

    transition: all ease 0.8s;
    position: absolute;
    width: 100%;
}

.partners-wrapper .partner-block:hover .partner-details {
    bottom: 35px;
}
.partners-wrapper .partner-block .partner-details .name > a {
    color: inherit;
    font-size: inherit;
}
.partners-wrapper .partner-block .partner-details p {
    margin-bottom: 0px;
}

.partners-wrapper .partner-block .partner-details .name {
    color: #005282;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 20px;
    line-height: 1.3;
}

.partners-wrapper .partner-block .partner-details .location {
    font-weight: 500
}

.partners-wrapper .partner-block:hover {
    background: #F6F6F6;
}

.partners-wrapper .partner-block .partner-logo img {
    transition: all 0.5s linear;
    position: relative;
    margin-top: 0px;
}

.partners-wrapper .partner-block:hover .partner-logo img {
    transform: scale(0.8);
    transition: all 0.5s linear;
    margin-top: -6em;
}

.casestudy-sec {
    position: relative;
    background: linear-gradient(90deg, #F6F6F6 0%, rgba(246, 246, 246, 0) 59.04%);
}

.casestudy-sec::before {
    content: '';
}

.casestudy-block-wrap {
    padding: 0em 2em 0em 9em;
}

.casestudy-slider {
    position: relative;
}

.casestudy-slider .casestudy-item .casestudy-block {
    padding: 2em;
    border-radius: 20px;
}

.casestudy-slider .casestudy-item {
    margin: 0 10px;
}


.casestudy-slider .casestudy-item .casestudy-block .casestudy-info {
    position: relative;
    min-height: 20em;
}

.casestudy-slider .casestudy-item .casestudy-block .casestudy-info .casestudy-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 14px;
}

.casestudy-slider .casestudy-item .casestudy-block .casestudy-info .casestudy-time {
    display: flex;
    align-items: center;
}

.casestudy-slider .casestudy-item .casestudy-block .casestudy-info .casestudy-time img {
    width: 23px;
    margin-right: 8px;
}

.faq-qa-wrapper {
    position: relative;
    margin-top: 2.7em;
}

.faq-section .faqs-accordion .accordion-item .accordion-button:focus {
    box-shadow: none;
}

.faq-section .faqs-accordion .accordion-item .accordion-button:focus-visible {
    outline: none;
}

.faq-section .faqs-accordion .accordion-item .accordion-button::after {
    background-image: none;
    font-size: 24px;
    border-radius: 50%;
    font-weight: 400;
    line-height: 18px;
    color: #383838;
    text-align: center;
}

.faq-section .faqs-accordion .accordion-item .accordion-button::after {
    content: "+";
}

.faq-section .faqs-accordion .accordion-item .accordion-button:not(.collapsed)::after {
    content: "+";
    transform: rotate(45deg);
}

.faq-section .faqs-accordion {
    counter-reset: section;
}

.faq-section .faqs-accordion .accordion-item {
    margin-bottom: 18px;
    border-bottom: medium none;
    background: #F4F4F4;
    border-radius: 12px;
}

.faq-section .faqs-accordion .accordion-body {
    padding-top: 0px;
}

.faq-section .faqs-accordion button.accordion-button {
    padding: 18px;
    background: #f5f5f5;
    color: #383838;
    font-weight: 700;
    font-size: 18px;
    border-radius: 20px !important;
}

.faq-section .faqs-accordion .accordion-button:not(.collapsed),
.faq-section .faqs-accordion .accordion-item:hover .accordion-button {
    box-shadow: none;
    border-radius: 30px;
}

.faq-section .faqs-accordion .accordion-body ul {
    list-style-position: inside;
    padding-left: 13px;
}

.faq-section .faqs-accordion .accordion-body a {
    color: #00bdf2;
    text-decoration: underline;
}

.faq-section .faqs-accordion .accordion-body a:hover {
    color: #000;
}


/**** Footer ****/

.footer-store-logos{
    display: flex;
    gap: 15px;
    justify-content: flex-end;
    margin-bottom: 25px;
}

.footer-menu-links{
    width: max-content;
    margin-left: auto;
}

@media(max-width:991px){
    .footer-store-logos{
        justify-content: center;
    }

    .footer-menu-links{
        margin: 0 auto;
    }
}

.ftrCvr {
    background: #E9F2FC;
}

.ftrCvr .ftrtopCvr {
    padding: 4em 0px 1.4em;
}

.ftrCvr .ftrtopCvr .ftr-title {
    font-size: 1.9em;
    font-weight: 700;
    color: #383838;
    line-height: 1.2;
    text-transform: capitalize;
    margin-bottom: 1rem;
}

.pricing-section .pricing-wrapper .card-body div:last-child:not(.features-wrap) {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.app-logo-lists ul {
    display: flex;
    align-items: center;
    list-style: none;
    justify-content: end;
}

.app-logo-lists {
    position: relative;
}

.app-logo-lists ul li {
    margin-right: 12px;
}

.app-logo-lists ul li:last-child {
    margin-right: 0px;
}

.app-logo-lists ul li img {
    width: 138px;
}

.app-logo-lists ul li a {
    display: block;
}

.ftr-contact-details ul {
    list-style: none;
    padding: 0px;
    margin-bottom: 2em;
}

.ftr-contact-details ul li {
    position: relative;
    margin-bottom: 7px;
}

.ftr-contact-details ul li a {
    color: #383838;
    font-size: 18px;
    font-weight: 600;
}

.ftr-contact-details ul li:first-child {
    width: 80%;
    margin-bottom: 25px;
}

.ftrsocialLinks {
    display: flex;
    list-style: none;
    padding: 0;
    margin-top: 1em;
}

.ftrsocialLinks li:not(:last-child) {
    float: left;
    margin-right: 10px;
}

.ftrsocialLinks li a {
    color: #222222;
    display: block;
    font-size: 15px;
    padding: 7px;
    border-radius: 50%;
    border: 1px solid #222222;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 1.6;
    transition: 0.7s;
}

.ftrsocialLinks li a .svg-inline--fa {
    height: 16px;
    width: 100%;
}

.ftrsocialLinks li a:hover {
    background: #005282;
    color: #fff;
    border-color: #005282;
}

.footer-listsCvr {
    position: relative;
}

.footer-listsCvr .footertittle {
    font-size: 22px;
    font-weight: 800;
    padding-bottom: 14px;
}

.footer-listsCvr ul {
    list-style: none;
}

.footer-listsCvr ul li a {
    color: #383838;
    font-weight: 500;
}

.footer-listsCvr ul li {
    margin-bottom: 4px;
}

.footer-listsCvr ul li a:hover {
    color: #00bdf2;
}

.ftrCvr .ftrbottomCvr {
    padding-bottom: 2em;
    position: relative;

}

.ftrCvr .ftrbottomCvr .ftrbottom-wrap {
    position: relative;
}

.ftrCvr .ftrbottomCvr .ftrbottom-wrap::after {
    content: '';
    width: 70%;
    top: 54%;
    height: 1px;
    background: #BEBEBE;
    position: absolute;
    right: 0;
}

.ftrCvr .ftrbottomCvr .ftr-logo-wrap {
    margin-bottom: 12px;
}

.ftrCvr .ftrbottomCvr .ftr-logo-wrap .ftr-logo img {
    width: 250px;
}

.sticky-btn {
    background-color: #005282;
    bottom: 405px;
    position: fixed;
    right: -53px;
    transform: rotate(-90deg);
    padding: 11px;
    font-size: 16px;
    font-weight: 500;
    z-index: 99;
}

.sticky-btn:hover {
    color: #fff;
    background: #00bdf2;
}

.sticky-whatsapp {
    background-color: #00ab40;
    bottom: 300px;
    font-size: 14px;
    height: 50px;
    position: fixed;
    right: 0;
    text-decoration: none !important;
    width: 50px;
    z-index: 99;
    text-align: center;
    display: block;
    box-shadow: rgba(0, 0, 0, .16) 0px 2px 10px 0px;
}

.sticky-whatsapp svg {
    font-size: 30px;
    color: #fff;
    padding: 8px;
}

.modal-content .modal-header {
    background: #005282;
    border-radius: 0;
}

.modal-content .modal-header .modal-title {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
}

.btn-close {
    position: absolute;
    right: -6px;
    top: -6px;
    background: red;
    opacity: 9;
    line-height: 0;
    z-index: 2;
    border-radius: 50%;
    color: #fff;
    padding: 0px;
    width: 10px;
    height: 10px;
    line-height: 0;
}

.cta-frm input:not([type="submit"]),
.cta-frm textarea {
    border-radius: 0px;
    border: medium none;
    border-bottom: 1px solid #000;
    margin-top: 5px;
    padding: 10px;
    background: transparent;
    width: 100%;
    color: #000;
}

.cta-frm input:not([type="submit"]):focus-visible,
.cta-frm textarea:focus-visible {
    outline: none;
}

.cta-frm input:not([type="submit"]):focus,
.cta-frm textarea:focus {
    box-shadow: none;
}

.retail-section .retail-image {
    background: #F6F6F6;
    border-radius: 20px 0 0 20px;
}

.retail-section .retail-item {
    padding: 3rem;
}

.retail-section .retail-content {
    background-color: #005282;
    border-radius: 0 20px 20px 0;

}

.retail-section .retail-content,
.retail-section .retail-title {
    color: #FFF;
}

.retail-section .retail-content .retail-item {
    height: 100%;
}

.retail-section .retail-content .content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    max-width: 426px;
    margin: 0 auto;
}

.blog-hero-sec.advtool-sec {
    background-color: transparent;
    border-bottom-color: #E6E6E6;
}

.blog-hero-sec.border-btm {
    border-bottom: 1px solid #E6E6E6;
}

.single-blog .blog-content h5 {
    font-size: 24px;
    margin-bottom: 16px;
    font-weight: 700;
    color: #383838;
    letter-spacing: 0;
}
.single-blog .blog-content a:not(.btn) {
    color: #005282;
}
.single-blog .blog-content h5:not(:first-child) {
    margin-top: 32px;
}

.single-blog .blog-content {
    font-size: 16px;
}

.blog-grid-item .blog-title.text-18 {
    font-size: 18px;    
}

.single-blog .blog-content p {
    letter-spacing: 0;
}

.single-blog .blog-content p:not(:last-child) {
    margin-bottom: 14px;

}

.single-blog .blog-content ul {
    list-style: none;
    margin-bottom: 32px;
    padding-left: 10px;
}

.single-blog .blog-content ul li {
    position: relative;
    display: block;
     padding-left: 25px;
    margin-bottom: 16px;
    line-height: 1.438;
}

.single-blog .blog-content ul li:before {
    content: '';
    min-width: 20px;
    width: 20px;
    height: 23px;
    display: inline-flex;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M0 10C0 12.6522 1.05357 15.1957 2.92893 17.0711C4.8043 18.9464 7.34784 20 10 20C12.6522 20 15.1957 18.9464 17.0711 17.0711C18.9464 15.1957 20 12.6522 20 10C20 7.34784 18.9464 4.8043 17.0711 2.92893C15.1957 1.05357 12.6522 0 10 0C7.34784 0 4.8043 1.05357 2.92893 2.92893C1.05357 4.8043 0 7.34784 0 10ZM11.6016 15.0391C11.2344 15.4062 10.6406 15.4062 10.2773 15.0391C9.91406 14.6719 9.91016 14.0781 10.2773 13.7148L13.0508 10.9414L4.6875 10.9375C4.16797 10.9375 3.75 10.5195 3.75 10C3.75 9.48047 4.16797 9.0625 4.6875 9.0625H13.0508L10.2773 6.28906C9.91016 5.92188 9.91016 5.32812 10.2773 4.96484C10.6445 4.60156 11.2383 4.59766 11.6016 4.96484L15.9766 9.33594C16.3438 9.70312 16.3438 10.2969 15.9766 10.6602L11.6016 15.0391Z" fill="%23005282"/></svg>');
    margin-right: 10px;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
     position: absolute;
    left: 0;
}

.case-study-hero-sec.advtool-sec {
    background: transparent;
}

.case-study-header {
    margin-bottom: 60px;
}

.case-study-listing .step-wrapper {
    padding: 35px 45px;
}

.author-bio-section .blog_footer {

    padding: 25px;
    background-color: #F9F9F9;
    border-radius: 20px;
}
.author-bio-section .blog_footer .author_thumbnail{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.author-bio-section .blog_footer .thumb_cover {
    max-width: 250px;
    width: 100%;
    margin-right: 35px;
}
.author-bio-section .blog_footer .author-desc .about-author{
    margin-bottom: 15px;
}

.author-bio-section .blog_footer .author-desc{
    flex: 1;
}

.author-bio-section .blog_footer {
    background: #EDF8FF;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1920' height='810' viewBox='0 0 1920 810' fill='none'%3E%3Cg style='mix-blend-mode:luminosity' opacity='0.5' clip-path='url(%23clip0_278_1562)'%3E%3Cpath d='M1919.74 1097.85H0.259766V0.143555H1919.74V1097.85Z' fill='%23E6E6E6'/%3E%3Cmask id='mask0_278_1562' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='1920' height='1098'%3E%3Cpath d='M1919.74 1097.85H0.259766V0.143555H1919.74V1097.85Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_278_1562)'%3E%3Cpath d='M54.5619 886.432L-24.6816 965.738L-103.925 886.432L-24.6816 807.127L54.5619 886.432Z' fill='url(%23paint0_linear_278_1562)'/%3E%3Cpath d='M212.486 886.432L133.242 965.738L53.9987 886.432L133.242 807.127L212.486 886.432Z' fill='url(%23paint1_linear_278_1562)'/%3E%3Cpath d='M370.404 886.439L291.16 965.745L211.917 886.439L291.16 807.134L370.404 886.439Z' fill='url(%23paint2_linear_278_1562)'/%3E%3Cpath d='M528.318 886.44L449.074 965.745L369.831 886.44L449.074 807.134L528.318 886.44Z' fill='url(%23paint3_linear_278_1562)'/%3E%3Cpath d='M686.238 886.435L606.994 965.74L527.751 886.435L606.994 807.129L686.238 886.435Z' fill='url(%23paint4_linear_278_1562)'/%3E%3Cpath d='M844.154 886.435L764.91 965.741L685.667 886.435L764.91 807.13L844.154 886.435Z' fill='url(%23paint5_linear_278_1562)'/%3E%3Cpath d='M1002.07 886.435L922.824 965.741L843.581 886.435L922.824 807.13L1002.07 886.435Z' fill='url(%23paint6_linear_278_1562)'/%3E%3Cpath d='M1159.98 886.435L1080.74 965.741L1001.5 886.435L1080.74 807.13L1159.98 886.435Z' fill='url(%23paint7_linear_278_1562)'/%3E%3Cpath d='M1317.91 886.438L1238.66 965.743L1159.42 886.438L1238.66 807.132L1317.91 886.438Z' fill='url(%23paint8_linear_278_1562)'/%3E%3Cpath d='M1475.82 886.438L1396.58 965.743L1317.33 886.438L1396.58 807.132L1475.82 886.438Z' fill='url(%23paint9_linear_278_1562)'/%3E%3Cpath d='M1633.74 886.431L1554.49 965.737L1475.25 886.431L1554.49 807.126L1633.74 886.431Z' fill='url(%23paint10_linear_278_1562)'/%3E%3Cpath d='M1791.66 886.438L1712.42 965.744L1633.17 886.438L1712.42 807.133L1791.66 886.438Z' fill='url(%23paint11_linear_278_1562)'/%3E%3Cpath d='M1949.58 886.433L1870.34 965.739L1791.09 886.433L1870.34 807.128L1949.58 886.433Z' fill='url(%23paint12_linear_278_1562)'/%3E%3Cpath d='M133.808 807.126L54.5645 886.431L-24.6791 807.126L54.5645 727.82L133.808 807.126Z' fill='url(%23paint13_linear_278_1562)'/%3E%3Cpath d='M291.722 807.126L212.479 886.432L133.235 807.126L212.479 727.821L291.722 807.126Z' fill='url(%23paint14_linear_278_1562)'/%3E%3Cpath d='M449.644 807.121L370.4 886.427L291.157 807.121L370.4 727.816L449.644 807.121Z' fill='url(%23paint15_linear_278_1562)'/%3E%3Cpath d='M607.56 807.128L528.316 886.434L449.073 807.128L528.316 727.823L607.56 807.128Z' fill='url(%23paint16_linear_278_1562)'/%3E%3Cpath d='M765.476 807.129L686.232 886.434L606.989 807.129L686.232 727.823L765.476 807.129Z' fill='url(%23paint17_linear_278_1562)'/%3E%3Cpath d='M923.392 807.129L844.148 886.434L764.905 807.129L844.148 727.823L923.392 807.129Z' fill='url(%23paint18_linear_278_1562)'/%3E%3Cpath d='M1081.31 807.124L1002.07 886.43L922.823 807.124L1002.07 727.819L1081.31 807.124Z' fill='url(%23paint19_linear_278_1562)'/%3E%3Cpath d='M1239.23 807.124L1159.98 886.43L1080.74 807.124L1159.98 727.819L1239.23 807.124Z' fill='url(%23paint20_linear_278_1562)'/%3E%3Cpath d='M1397.15 807.124L1317.91 886.43L1238.66 807.124L1317.91 727.819L1397.15 807.124Z' fill='url(%23paint21_linear_278_1562)'/%3E%3Cpath d='M1555.07 807.125L1475.82 886.43L1396.58 807.125L1475.82 727.819L1555.07 807.125Z' fill='url(%23paint22_linear_278_1562)'/%3E%3Cpath d='M1712.99 807.127L1633.74 886.432L1554.5 807.127L1633.74 727.821L1712.99 807.127Z' fill='url(%23paint23_linear_278_1562)'/%3E%3Cpath d='M1870.9 807.12L1791.65 886.426L1712.41 807.12L1791.65 727.815L1870.9 807.12Z' fill='url(%23paint24_linear_278_1562)'/%3E%3Cpath d='M2028.82 807.127L1949.58 886.433L1870.33 807.127L1949.58 727.822L2028.82 807.127Z' fill='url(%23paint25_linear_278_1562)'/%3E%3Cpath d='M54.5677 727.822L-24.6758 807.127L-103.919 727.822L-24.6758 648.517L54.5677 727.822Z' fill='url(%23paint26_linear_278_1562)'/%3E%3Cpath d='M212.484 727.822L133.24 807.128L53.9967 727.822L133.24 648.517L212.484 727.822Z' fill='url(%23paint27_linear_278_1562)'/%3E%3Cpath d='M370.4 727.822L291.156 807.128L211.913 727.822L291.156 648.517L370.4 727.822Z' fill='url(%23paint28_linear_278_1562)'/%3E%3Cpath d='M528.316 727.822L449.072 807.128L369.829 727.822L449.072 648.517L528.316 727.822Z' fill='url(%23paint29_linear_278_1562)'/%3E%3Cpath d='M686.236 727.818L606.992 807.124L527.749 727.818L606.992 648.513L686.236 727.818Z' fill='url(%23paint30_linear_278_1562)'/%3E%3Cpath d='M844.152 727.818L764.908 807.124L685.665 727.818L764.908 648.513L844.152 727.818Z' fill='url(%23paint31_linear_278_1562)'/%3E%3Cpath d='M1002.07 727.825L922.822 807.13L843.579 727.825L922.822 648.52L1002.07 727.825Z' fill='url(%23paint32_linear_278_1562)'/%3E%3Cpath d='M1159.98 727.825L1080.74 807.131L1001.49 727.825L1080.74 648.52L1159.98 727.825Z' fill='url(%23paint33_linear_278_1562)'/%3E%3Cpath d='M1317.91 727.821L1238.67 807.126L1159.42 727.821L1238.67 648.515L1317.91 727.821Z' fill='url(%23paint34_linear_278_1562)'/%3E%3Cpath d='M1475.83 727.821L1396.58 807.126L1317.34 727.821L1396.58 648.515L1475.83 727.821Z' fill='url(%23paint35_linear_278_1562)'/%3E%3Cpath d='M1633.73 727.821L1554.49 807.126L1475.25 727.821L1554.49 648.516L1633.73 727.821Z' fill='url(%23paint36_linear_278_1562)'/%3E%3Cpath d='M1791.66 727.821L1712.41 807.126L1633.17 727.821L1712.41 648.516L1791.66 727.821Z' fill='url(%23paint37_linear_278_1562)'/%3E%3Cpath d='M1949.58 727.823L1870.33 807.129L1791.09 727.823L1870.33 648.518L1949.58 727.823Z' fill='url(%23paint38_linear_278_1562)'/%3E%3Cpath d='M133.804 648.516L54.5605 727.821L-24.683 648.516L54.5606 569.21L133.804 648.516Z' fill='url(%23paint39_linear_278_1562)'/%3E%3Cpath d='M291.72 648.516L212.477 727.821L133.233 648.516L212.477 569.21L291.72 648.516Z' fill='url(%23paint40_linear_278_1562)'/%3E%3Cpath d='M449.64 648.511L370.396 727.817L291.153 648.511L370.397 569.206L449.64 648.511Z' fill='url(%23paint41_linear_278_1562)'/%3E%3Cpath d='M607.556 648.511L528.312 727.817L449.069 648.511L528.313 569.206L607.556 648.511Z' fill='url(%23paint42_linear_278_1562)'/%3E%3Cpath d='M765.48 648.511L686.236 727.817L606.993 648.511L686.236 569.206L765.48 648.511Z' fill='url(%23paint43_linear_278_1562)'/%3E%3Cpath d='M923.396 648.512L844.152 727.817L764.909 648.512L844.152 569.206L923.396 648.512Z' fill='url(%23paint44_linear_278_1562)'/%3E%3Cpath d='M1081.31 648.507L1002.07 727.812L922.827 648.507L1002.07 569.202L1081.31 648.507Z' fill='url(%23paint45_linear_278_1562)'/%3E%3Cpath d='M1239.23 648.514L1159.99 727.82L1080.74 648.514L1159.99 569.209L1239.23 648.514Z' fill='url(%23paint46_linear_278_1562)'/%3E%3Cpath d='M1397.15 648.514L1317.9 727.82L1238.66 648.514L1317.9 569.209L1397.15 648.514Z' fill='url(%23paint47_linear_278_1562)'/%3E%3Cpath d='M1555.06 648.514L1475.82 727.82L1396.57 648.514L1475.82 569.209L1555.06 648.514Z' fill='url(%23paint48_linear_278_1562)'/%3E%3Cpath d='M1712.98 648.51L1633.74 727.815L1554.5 648.51L1633.74 569.204L1712.98 648.51Z' fill='url(%23paint49_linear_278_1562)'/%3E%3Cpath d='M1870.9 648.51L1791.66 727.815L1712.41 648.51L1791.66 569.205L1870.9 648.51Z' fill='url(%23paint50_linear_278_1562)'/%3E%3Cpath d='M2028.82 648.51L1949.57 727.815L1870.33 648.51L1949.57 569.205L2028.82 648.51Z' fill='url(%23paint51_linear_278_1562)'/%3E%3Cpath d='M54.5658 569.205L-24.6777 648.51L-103.921 569.205L-24.6777 489.9L54.5658 569.205Z' fill='url(%23paint52_linear_278_1562)'/%3E%3Cpath d='M212.482 569.205L133.238 648.511L53.9948 569.205L133.238 489.9L212.482 569.205Z' fill='url(%23paint53_linear_278_1562)'/%3E%3Cpath d='M370.396 569.205L291.152 648.511L211.909 569.205L291.152 489.9L370.396 569.205Z' fill='url(%23paint54_linear_278_1562)'/%3E%3Cpath d='M528.312 569.212L449.068 648.518L369.825 569.212L449.068 489.907L528.312 569.212Z' fill='url(%23paint55_linear_278_1562)'/%3E%3Cpath d='M686.234 569.208L606.99 648.513L527.747 569.208L606.99 489.902L686.234 569.208Z' fill='url(%23paint56_linear_278_1562)'/%3E%3Cpath d='M844.156 569.208L764.912 648.513L685.669 569.208L764.912 489.903L844.156 569.208Z' fill='url(%23paint57_linear_278_1562)'/%3E%3Cpath d='M1002.07 569.208L922.826 648.514L843.583 569.208L922.826 489.903L1002.07 569.208Z' fill='url(%23paint58_linear_278_1562)'/%3E%3Cpath d='M1159.99 569.208L1080.74 648.514L1001.5 569.208L1080.74 489.903L1159.99 569.208Z' fill='url(%23paint59_linear_278_1562)'/%3E%3Cpath d='M1317.91 569.204L1238.66 648.509L1159.42 569.204L1238.66 489.898L1317.91 569.204Z' fill='url(%23paint60_linear_278_1562)'/%3E%3Cpath d='M1475.82 569.204L1396.58 648.509L1317.34 569.204L1396.58 489.898L1475.82 569.204Z' fill='url(%23paint61_linear_278_1562)'/%3E%3Cpath d='M1633.74 569.204L1554.5 648.509L1475.25 569.204L1554.5 489.898L1633.74 569.204Z' fill='url(%23paint62_linear_278_1562)'/%3E%3Cpath d='M1791.66 569.211L1712.41 648.517L1633.17 569.211L1712.41 489.906L1791.66 569.211Z' fill='url(%23paint63_linear_278_1562)'/%3E%3Cpath d='M1949.57 569.206L1870.33 648.512L1791.09 569.206L1870.33 489.901L1949.57 569.206Z' fill='url(%23paint64_linear_278_1562)'/%3E%3Cpath d='M133.802 489.899L54.5586 569.204L-24.6849 489.899L54.5586 410.593L133.802 489.899Z' fill='url(%23paint65_linear_278_1562)'/%3E%3Cpath d='M291.724 489.899L212.48 569.204L133.237 489.899L212.48 410.593L291.724 489.899Z' fill='url(%23paint66_linear_278_1562)'/%3E%3Cpath d='M449.646 489.894L370.402 569.2L291.159 489.894L370.402 410.589L449.646 489.894Z' fill='url(%23paint67_linear_278_1562)'/%3E%3Cpath d='M607.562 489.895L528.318 569.2L449.075 489.895L528.318 410.589L607.562 489.895Z' fill='url(%23paint68_linear_278_1562)'/%3E%3Cpath d='M765.478 489.902L686.234 569.207L606.991 489.902L686.234 410.596L765.478 489.902Z' fill='url(%23paint69_linear_278_1562)'/%3E%3Cpath d='M923.394 489.902L844.15 569.207L764.907 489.902L844.15 410.596L923.394 489.902Z' fill='url(%23paint70_linear_278_1562)'/%3E%3Cpath d='M1081.31 489.897L1002.07 569.203L922.825 489.897L1002.07 410.592L1081.31 489.897Z' fill='url(%23paint71_linear_278_1562)'/%3E%3Cpath d='M1239.23 489.897L1159.98 569.203L1080.74 489.897L1159.98 410.592L1239.23 489.897Z' fill='url(%23paint72_linear_278_1562)'/%3E%3Cpath d='M1397.14 489.897L1317.9 569.203L1238.66 489.897L1317.9 410.592L1397.14 489.897Z' fill='url(%23paint73_linear_278_1562)'/%3E%3Cpath d='M1555.06 489.898L1475.82 569.203L1396.57 489.898L1475.82 410.592L1555.06 489.898Z' fill='url(%23paint74_linear_278_1562)'/%3E%3Cpath d='M1712.98 489.893L1633.74 569.198L1554.49 489.893L1633.74 410.587L1712.98 489.893Z' fill='url(%23paint75_linear_278_1562)'/%3E%3Cpath d='M1870.9 489.893L1791.65 569.198L1712.41 489.893L1791.65 410.587L1870.9 489.893Z' fill='url(%23paint76_linear_278_1562)'/%3E%3Cpath d='M2028.82 489.9L1949.58 569.205L1870.33 489.9L1949.58 410.595L2028.82 489.9Z' fill='url(%23paint77_linear_278_1562)'/%3E%3Cpath d='M54.5619 410.595L-24.6816 489.9L-103.925 410.595L-24.6816 331.29L54.5619 410.595Z' fill='url(%23paint78_linear_278_1562)'/%3E%3Cpath d='M212.478 410.595L133.234 489.9L53.9909 410.595L133.234 331.29L212.478 410.595Z' fill='url(%23paint79_linear_278_1562)'/%3E%3Cpath d='M370.394 410.595L291.15 489.901L211.907 410.595L291.15 331.29L370.394 410.595Z' fill='url(%23paint80_linear_278_1562)'/%3E%3Cpath d='M528.316 410.595L449.072 489.901L369.829 410.595L449.072 331.29L528.316 410.595Z' fill='url(%23paint81_linear_278_1562)'/%3E%3Cpath d='M686.238 410.591L606.994 489.896L527.751 410.591L606.994 331.285L686.238 410.591Z' fill='url(%23paint82_linear_278_1562)'/%3E%3Cpath d='M844.154 410.591L764.91 489.896L685.667 410.591L764.91 331.286L844.154 410.591Z' fill='url(%23paint83_linear_278_1562)'/%3E%3Cpath d='M1002.07 410.591L922.824 489.896L843.581 410.591L922.824 331.286L1002.07 410.591Z' fill='url(%23paint84_linear_278_1562)'/%3E%3Cpath d='M1159.98 410.598L1080.74 489.904L1001.5 410.598L1080.74 331.293L1159.98 410.598Z' fill='url(%23paint85_linear_278_1562)'/%3E%3Cpath d='M1317.9 410.594L1238.66 489.899L1159.42 410.594L1238.66 331.288L1317.9 410.594Z' fill='url(%23paint86_linear_278_1562)'/%3E%3Cpath d='M1475.82 410.594L1396.58 489.899L1317.33 410.594L1396.58 331.288L1475.82 410.594Z' fill='url(%23paint87_linear_278_1562)'/%3E%3Cpath d='M1633.74 410.594L1554.49 489.899L1475.25 410.594L1554.49 331.289L1633.74 410.594Z' fill='url(%23paint88_linear_278_1562)'/%3E%3Cpath d='M1791.65 410.594L1712.41 489.899L1633.16 410.594L1712.41 331.289L1791.65 410.594Z' fill='url(%23paint89_linear_278_1562)'/%3E%3Cpath d='M1949.57 410.59L1870.33 489.895L1791.08 410.59L1870.33 331.284L1949.57 410.59Z' fill='url(%23paint90_linear_278_1562)'/%3E%3Cpath d='M133.808 331.282L54.5645 410.587L-24.679 331.282L54.5645 251.976L133.808 331.282Z' fill='url(%23paint91_linear_278_1562)'/%3E%3Cpath d='M291.722 331.289L212.479 410.594L133.235 331.289L212.479 251.983L291.722 331.289Z' fill='url(%23paint92_linear_278_1562)'/%3E%3Cpath d='M449.642 331.284L370.398 410.589L291.155 331.284L370.398 251.978L449.642 331.284Z' fill='url(%23paint93_linear_278_1562)'/%3E%3Cpath d='M607.558 331.284L528.314 410.59L449.071 331.284L528.314 251.979L607.558 331.284Z' fill='url(%23paint94_linear_278_1562)'/%3E%3Cpath d='M765.476 331.284L686.232 410.59L606.989 331.284L686.232 251.979L765.476 331.284Z' fill='url(%23paint95_linear_278_1562)'/%3E%3Cpath d='M923.392 331.285L844.148 410.59L764.905 331.285L844.148 251.979L923.392 331.285Z' fill='url(%23paint96_linear_278_1562)'/%3E%3Cpath d='M1081.31 331.28L1002.07 410.585L922.823 331.28L1002.07 251.975L1081.31 331.28Z' fill='url(%23paint97_linear_278_1562)'/%3E%3Cpath d='M1239.23 331.28L1159.98 410.585L1080.74 331.28L1159.98 251.975L1239.23 331.28Z' fill='url(%23paint98_linear_278_1562)'/%3E%3Cpath d='M1397.15 331.287L1317.91 410.593L1238.66 331.287L1317.91 251.982L1397.15 331.287Z' fill='url(%23paint99_linear_278_1562)'/%3E%3Cpath d='M1555.06 331.287L1475.82 410.593L1396.58 331.287L1475.82 251.982L1555.06 331.287Z' fill='url(%23paint100_linear_278_1562)'/%3E%3Cpath d='M1712.99 331.283L1633.74 410.588L1554.5 331.282L1633.74 251.977L1712.99 331.283Z' fill='url(%23paint101_linear_278_1562)'/%3E%3Cpath d='M1870.9 331.288L1791.65 410.593L1712.41 331.288L1791.65 251.982L1870.9 331.288Z' fill='url(%23paint102_linear_278_1562)'/%3E%3Cpath d='M2028.82 331.283L1949.58 410.588L1870.33 331.283L1949.58 251.978L2028.82 331.283Z' fill='url(%23paint103_linear_278_1562)'/%3E%3Cpath d='M54.5677 251.978L-24.6758 331.283L-103.919 251.978L-24.6758 172.673L54.5677 251.978Z' fill='url(%23paint104_linear_278_1562)'/%3E%3Cpath d='M212.484 251.978L133.24 331.284L53.9967 251.978L133.24 172.673L212.484 251.978Z' fill='url(%23paint105_linear_278_1562)'/%3E%3Cpath d='M370.398 251.978L291.154 331.284L211.911 251.978L291.154 172.673L370.398 251.978Z' fill='url(%23paint106_linear_278_1562)'/%3E%3Cpath d='M528.314 251.978L449.07 331.284L369.827 251.979L449.07 172.673L528.314 251.978Z' fill='url(%23paint107_linear_278_1562)'/%3E%3Cpath d='M686.236 251.981L606.992 331.286L527.749 251.981L606.992 172.675L686.236 251.981Z' fill='url(%23paint108_linear_278_1562)'/%3E%3Cpath d='M844.152 251.981L764.908 331.286L685.665 251.981L764.908 172.676L844.152 251.981Z' fill='url(%23paint109_linear_278_1562)'/%3E%3Cpath d='M1002.07 251.981L922.822 331.286L843.579 251.981L922.822 172.676L1002.07 251.981Z' fill='url(%23paint110_linear_278_1562)'/%3E%3Cpath d='M1159.98 251.981L1080.74 331.287L1001.49 251.981L1080.74 172.676L1159.98 251.981Z' fill='url(%23paint111_linear_278_1562)'/%3E%3Cpath d='M1317.9 251.977L1238.66 331.282L1159.41 251.977L1238.66 172.671L1317.9 251.977Z' fill='url(%23paint112_linear_278_1562)'/%3E%3Cpath d='M1475.82 251.977L1396.57 331.282L1317.33 251.977L1396.57 172.671L1475.82 251.977Z' fill='url(%23paint113_linear_278_1562)'/%3E%3Cpath d='M1633.73 251.977L1554.49 331.282L1475.25 251.977L1554.49 172.671L1633.73 251.977Z' fill='url(%23paint114_linear_278_1562)'/%3E%3Cpath d='M1791.66 251.984L1712.41 331.289L1633.17 251.984L1712.41 172.679L1791.66 251.984Z' fill='url(%23paint115_linear_278_1562)'/%3E%3Cpath d='M1949.58 251.979L1870.33 331.285L1791.09 251.979L1870.33 172.674L1949.58 251.979Z' fill='url(%23paint116_linear_278_1562)'/%3E%3Cpath d='M133.81 172.676L54.5664 251.982L-24.6772 172.676L54.5664 93.371L133.81 172.676Z' fill='url(%23paint117_linear_278_1562)'/%3E%3Cpath d='M291.724 172.676L212.48 251.982L133.237 172.676L212.48 93.371L291.724 172.676Z' fill='url(%23paint118_linear_278_1562)'/%3E%3Cpath d='M449.646 172.672L370.402 251.978L291.159 172.672L370.402 93.3666L449.646 172.672Z' fill='url(%23paint119_linear_278_1562)'/%3E%3Cpath d='M607.562 172.672L528.318 251.978L449.075 172.672L528.318 93.3666L607.562 172.672Z' fill='url(%23paint120_linear_278_1562)'/%3E%3Cpath d='M765.478 172.672L686.234 251.978L606.991 172.672L686.234 93.3669L765.478 172.672Z' fill='url(%23paint121_linear_278_1562)'/%3E%3Cpath d='M923.4 172.679L844.156 251.985L764.913 172.679L844.156 93.3737L923.4 172.679Z' fill='url(%23paint122_linear_278_1562)'/%3E%3Cpath d='M1081.32 172.675L1002.07 251.98L922.831 172.675L1002.07 93.369L1081.32 172.675Z' fill='url(%23paint123_linear_278_1562)'/%3E%3Cpath d='M1239.24 172.675L1159.99 251.98L1080.75 172.675L1159.99 93.3693L1239.24 172.675Z' fill='url(%23paint124_linear_278_1562)'/%3E%3Cpath d='M1397.15 172.675L1317.91 251.98L1238.66 172.675L1317.91 93.3695L1397.15 172.675Z' fill='url(%23paint125_linear_278_1562)'/%3E%3Cpath d='M1555.07 172.675L1475.82 251.981L1396.58 172.675L1475.82 93.3698L1555.07 172.675Z' fill='url(%23paint126_linear_278_1562)'/%3E%3Cpath d='M1712.99 172.671L1633.74 251.976L1554.5 172.671L1633.74 93.3652L1712.99 172.671Z' fill='url(%23paint127_linear_278_1562)'/%3E%3Cpath d='M1870.9 172.671L1791.65 251.976L1712.41 172.671L1791.65 93.3651L1870.9 172.671Z' fill='url(%23paint128_linear_278_1562)'/%3E%3Cpath d='M2028.82 172.678L1949.58 251.983L1870.33 172.678L1949.58 93.3723L2028.82 172.678Z' fill='url(%23paint129_linear_278_1562)'/%3E%3Cpath d='M54.5638 93.3611L-24.6797 172.667L-103.923 93.361L-24.6797 14.0556L54.5638 93.3611Z' fill='url(%23paint130_linear_278_1562)'/%3E%3Cpath d='M212.48 93.3679L133.236 172.673L53.9928 93.3679L133.236 14.0624L212.48 93.3679Z' fill='url(%23paint131_linear_278_1562)'/%3E%3Cpath d='M370.396 93.3684L291.152 172.674L211.909 93.3684L291.152 14.0629L370.396 93.3684Z' fill='url(%23paint132_linear_278_1562)'/%3E%3Cpath d='M528.312 93.3684L449.068 172.674L369.825 93.3684L449.068 14.0629L528.312 93.3684Z' fill='url(%23paint133_linear_278_1562)'/%3E%3Cpath d='M686.232 93.3637L606.988 172.669L527.745 93.3637L606.988 14.0583L686.232 93.3637Z' fill='url(%23paint134_linear_278_1562)'/%3E%3Cpath d='M844.148 93.364L764.904 172.669L685.661 93.364L764.904 14.0585L844.148 93.364Z' fill='url(%23paint135_linear_278_1562)'/%3E%3Cpath d='M1002.06 93.364L922.82 172.669L843.577 93.364L922.82 14.0585L1002.06 93.364Z' fill='url(%23paint136_linear_278_1562)'/%3E%3Cpath d='M1159.99 93.3643L1080.74 172.67L1001.5 93.3642L1080.74 14.0588L1159.99 93.3643Z' fill='url(%23paint137_linear_278_1562)'/%3E%3Cpath d='M1317.91 93.3665L1238.66 172.672L1159.42 93.3664L1238.66 14.061L1317.91 93.3665Z' fill='url(%23paint138_linear_278_1562)'/%3E%3Cpath d='M1475.82 93.3665L1396.58 172.672L1317.34 93.3664L1396.58 14.061L1475.82 93.3665Z' fill='url(%23paint139_linear_278_1562)'/%3E%3Cpath d='M1633.73 93.3666L1554.49 172.672L1475.24 93.3666L1554.49 14.0612L1633.73 93.3666Z' fill='url(%23paint140_linear_278_1562)'/%3E%3Cpath d='M1791.65 93.367L1712.41 172.672L1633.17 93.3669L1712.41 14.0615L1791.65 93.367Z' fill='url(%23paint141_linear_278_1562)'/%3E%3Cpath d='M1949.57 93.362L1870.33 172.667L1791.09 93.362L1870.33 14.0565L1949.57 93.362Z' fill='url(%23paint142_linear_278_1562)'/%3E%3Cpath d='M133.806 14.0593L54.5625 93.3647L-24.681 14.0593L54.5625 -65.2461L133.806 14.0593Z' fill='url(%23paint143_linear_278_1562)'/%3E%3Cpath d='M291.722 14.0598L212.479 93.3652L133.235 14.0598L212.479 -65.2456L291.722 14.0598Z' fill='url(%23paint144_linear_278_1562)'/%3E%3Cpath d='M449.642 14.0618L370.398 93.3672L291.155 14.0618L370.398 -65.2437L449.642 14.0618Z' fill='url(%23paint145_linear_278_1562)'/%3E%3Cpath d='M607.566 14.0617L528.322 93.3672L449.079 14.0618L528.322 -65.2437L607.566 14.0617Z' fill='url(%23paint146_linear_278_1562)'/%3E%3Cpath d='M765.482 14.062L686.238 93.3674L606.995 14.062L686.238 -65.2434L765.482 14.062Z' fill='url(%23paint147_linear_278_1562)'/%3E%3Cpath d='M923.398 14.0622L844.154 93.3677L764.911 14.0623L844.154 -65.2432L923.398 14.0622Z' fill='url(%23paint148_linear_278_1562)'/%3E%3Cpath d='M1081.32 14.0576L1002.07 93.363L922.829 14.0576L1002.07 -65.2479L1081.32 14.0576Z' fill='url(%23paint149_linear_278_1562)'/%3E%3Cpath d='M1239.23 14.0578L1159.99 93.3633L1080.74 14.0579L1159.99 -65.2476L1239.23 14.0578Z' fill='url(%23paint150_linear_278_1562)'/%3E%3Cpath d='M1397.15 14.0578L1317.91 93.3633L1238.66 14.0579L1317.91 -65.2476L1397.15 14.0578Z' fill='url(%23paint151_linear_278_1562)'/%3E%3Cpath d='M1555.06 14.0651L1475.82 93.3706L1396.58 14.0652L1475.82 -65.2403L1555.06 14.0651Z' fill='url(%23paint152_linear_278_1562)'/%3E%3Cpath d='M1712.98 14.0604L1633.74 93.3657L1554.5 14.0603L1633.74 -65.2451L1712.98 14.0604Z' fill='url(%23paint153_linear_278_1562)'/%3E%3Cpath d='M1870.9 14.0607L1791.65 93.3662L1712.41 14.0608L1791.65 -65.2447L1870.9 14.0607Z' fill='url(%23paint154_linear_278_1562)'/%3E%3Cpath d='M2028.82 14.0609L1949.57 93.3662L1870.33 14.0608L1949.57 -65.2446L2028.82 14.0609Z' fill='url(%23paint155_linear_278_1562)'/%3E%3Cpath d='M54.5619 -65.2493L-24.6816 14.0562L-103.925 -65.2493L-24.6816 -144.555L54.5619 -65.2493Z' fill='url(%23paint156_linear_278_1562)'/%3E%3Cpath d='M212.478 -65.249L133.234 14.0564L53.9909 -65.249L133.234 -144.554L212.478 -65.249Z' fill='url(%23paint157_linear_278_1562)'/%3E%3Cpath d='M370.394 -65.2489L291.15 14.0565L211.907 -65.2489L291.15 -144.554L370.394 -65.2489Z' fill='url(%23paint158_linear_278_1562)'/%3E%3Cpath d='M528.316 -65.2487L449.072 14.0568L369.829 -65.2487L449.072 -144.554L528.316 -65.2487Z' fill='url(%23paint159_linear_278_1562)'/%3E%3Cpath d='M686.238 -65.2533L606.994 14.0521L527.751 -65.2533L606.994 -144.559L686.238 -65.2533Z' fill='url(%23paint160_linear_278_1562)'/%3E%3Cpath d='M844.152 -65.2532L764.908 14.0522L685.665 -65.2532L764.908 -144.559L844.152 -65.2532Z' fill='url(%23paint161_linear_278_1562)'/%3E%3Cpath d='M1002.07 -65.2462L922.824 14.0592L843.581 -65.2462L922.824 -144.552L1002.07 -65.2462Z' fill='url(%23paint162_linear_278_1562)'/%3E%3Cpath d='M1159.98 -65.246L1080.74 14.0594L1001.5 -65.246L1080.74 -144.551L1159.98 -65.246Z' fill='url(%23paint163_linear_278_1562)'/%3E%3Cpath d='M1317.9 -65.2507L1238.66 14.0547L1159.42 -65.2507L1238.66 -144.556L1317.9 -65.2507Z' fill='url(%23paint164_linear_278_1562)'/%3E%3Cpath d='M1475.82 -65.2505L1396.58 14.0549L1317.33 -65.2505L1396.58 -144.556L1475.82 -65.2505Z' fill='url(%23paint165_linear_278_1562)'/%3E%3Cpath d='M1633.74 -65.2504L1554.49 14.0551L1475.25 -65.2504L1554.49 -144.556L1633.74 -65.2504Z' fill='url(%23paint166_linear_278_1562)'/%3E%3Cpath d='M1791.65 -65.2501L1712.41 14.0553L1633.16 -65.2501L1712.41 -144.555L1791.65 -65.2501Z' fill='url(%23paint167_linear_278_1562)'/%3E%3Cpath d='M1949.57 -65.2479L1870.33 14.0576L1791.08 -65.2478L1870.33 -144.553L1949.57 -65.2479Z' fill='url(%23paint168_linear_278_1562)'/%3E%3C/g%3E%3Cpath style='mix-blend-mode:screen' d='M1919.74 1097.85H0.259766V0.143555H1919.74V1097.85Z' fill='url(%23paint169_linear_278_1562)'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_278_1562' x1='-24.6816' y1='965.738' x2='-24.6865' y2='807.122' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_278_1562' x1='133.247' y1='965.733' x2='133.252' y2='807.117' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear_278_1562' x1='291.175' y1='965.74' x2='291.17' y2='807.124' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint3_linear_278_1562' x1='449.089' y1='965.74' x2='449.084' y2='807.125' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint4_linear_278_1562' x1='607.004' y1='965.74' x2='607.009' y2='807.125' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint5_linear_278_1562' x1='764.915' y1='965.736' x2='764.92' y2='807.12' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint6_linear_278_1562' x1='922.839' y1='965.736' x2='922.834' y2='807.12' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint7_linear_278_1562' x1='1080.75' y1='965.736' x2='1080.75' y2='807.125' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint8_linear_278_1562' x1='1238.67' y1='965.743' x2='1238.68' y2='807.127' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint9_linear_278_1562' x1='1396.6' y1='965.743' x2='1396.59' y2='807.127' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint10_linear_278_1562' x1='1554.51' y1='965.737' x2='1554.51' y2='807.126' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint11_linear_278_1562' x1='1712.44' y1='965.739' x2='1712.45' y2='807.123' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint12_linear_278_1562' x1='1870.36' y1='965.734' x2='1870.36' y2='807.118' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint13_linear_278_1562' x1='54.5741' y1='886.431' x2='54.5741' y2='727.811' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint14_linear_278_1562' x1='212.493' y1='886.427' x2='212.493' y2='727.816' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint15_linear_278_1562' x1='370.41' y1='886.427' x2='370.405' y2='727.811' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint16_linear_278_1562' x1='528.326' y1='886.434' x2='528.326' y2='727.813' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint17_linear_278_1562' x1='686.247' y1='886.429' x2='686.247' y2='727.818' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint18_linear_278_1562' x1='844.163' y1='886.429' x2='844.163' y2='727.818' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint19_linear_278_1562' x1='1002.08' y1='886.435' x2='1002.08' y2='727.814' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint20_linear_278_1562' x1='1160' y1='886.435' x2='1160' y2='727.819' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint21_linear_278_1562' x1='1317.93' y1='886.43' x2='1317.93' y2='727.819' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint22_linear_278_1562' x1='1475.84' y1='886.43' x2='1475.84' y2='727.81' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint23_linear_278_1562' x1='1633.76' y1='886.437' x2='1633.76' y2='727.821' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint24_linear_278_1562' x1='1791.68' y1='886.431' x2='1791.68' y2='727.82' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint25_linear_278_1562' x1='1949.61' y1='886.433' x2='1949.6' y2='727.817' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint26_linear_278_1562' x1='-24.6758' y1='807.127' x2='-24.6709' y2='648.512' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint27_linear_278_1562' x1='133.245' y1='807.123' x2='133.24' y2='648.507' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint28_linear_278_1562' x1='291.161' y1='807.123' x2='291.161' y2='648.512' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint29_linear_278_1562' x1='449.082' y1='807.118' x2='449.087' y2='648.503' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint30_linear_278_1562' x1='607.007' y1='807.119' x2='607.002' y2='648.503' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint31_linear_278_1562' x1='764.923' y1='807.119' x2='764.923' y2='648.508' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint32_linear_278_1562' x1='922.837' y1='807.126' x2='922.842' y2='648.51' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint33_linear_278_1562' x1='1080.75' y1='807.126' x2='1080.75' y2='648.505' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint34_linear_278_1562' x1='1238.68' y1='807.121' x2='1238.68' y2='648.505' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint35_linear_278_1562' x1='1396.6' y1='807.121' x2='1396.6' y2='648.506' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint36_linear_278_1562' x1='1554.51' y1='807.126' x2='1554.51' y2='648.506' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint37_linear_278_1562' x1='1712.44' y1='807.122' x2='1712.43' y2='648.506' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint38_linear_278_1562' x1='1870.36' y1='807.124' x2='1870.36' y2='648.513' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint39_linear_278_1562' x1='54.5654' y1='727.816' x2='54.5654' y2='569.205' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint40_linear_278_1562' x1='212.486' y1='727.821' x2='212.486' y2='569.201' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint41_linear_278_1562' x1='370.406' y1='727.817' x2='370.411' y2='569.201' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint42_linear_278_1562' x1='528.327' y1='727.812' x2='528.327' y2='569.201' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint43_linear_278_1562' x1='686.256' y1='727.817' x2='686.251' y2='569.201' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint44_linear_278_1562' x1='844.167' y1='727.812' x2='844.172' y2='569.197' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint45_linear_278_1562' x1='1002.08' y1='727.808' x2='1002.08' y2='569.197' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint46_linear_278_1562' x1='1160.01' y1='727.82' x2='1160' y2='569.204' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint47_linear_278_1562' x1='1317.92' y1='727.82' x2='1317.92' y2='569.199' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint48_linear_278_1562' x1='1475.84' y1='727.815' x2='1475.84' y2='569.204' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint49_linear_278_1562' x1='1633.76' y1='727.82' x2='1633.76' y2='569.204' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint50_linear_278_1562' x1='1791.68' y1='727.82' x2='1791.68' y2='569.2' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint51_linear_278_1562' x1='1949.6' y1='727.811' x2='1949.6' y2='569.195' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint52_linear_278_1562' x1='-24.6729' y1='648.506' x2='-24.6729' y2='489.895' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint53_linear_278_1562' x1='133.243' y1='648.506' x2='133.248' y2='489.89' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint54_linear_278_1562' x1='291.162' y1='648.511' x2='291.162' y2='489.89' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint55_linear_278_1562' x1='449.083' y1='648.513' x2='449.078' y2='489.897' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint56_linear_278_1562' x1='606.995' y1='648.508' x2='606.995' y2='489.897' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint57_linear_278_1562' x1='764.922' y1='648.513' x2='764.922' y2='489.893' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint58_linear_278_1562' x1='922.846' y1='648.504' x2='922.841' y2='489.888' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint59_linear_278_1562' x1='1080.76' y1='648.504' x2='1080.76' y2='489.893' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint60_linear_278_1562' x1='1238.68' y1='648.504' x2='1238.68' y2='489.889' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint61_linear_278_1562' x1='1396.6' y1='648.504' x2='1396.6' y2='489.889' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint62_linear_278_1562' x1='1554.52' y1='648.504' x2='1554.52' y2='489.894' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint63_linear_278_1562' x1='1712.43' y1='648.507' x2='1712.44' y2='489.891' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint64_linear_278_1562' x1='1870.35' y1='648.512' x2='1870.35' y2='489.891' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint65_linear_278_1562' x1='54.5683' y1='569.204' x2='54.5731' y2='410.588' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint66_linear_278_1562' x1='212.49' y1='569.195' x2='212.49' y2='410.584' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint67_linear_278_1562' x1='370.412' y1='569.2' x2='370.407' y2='410.584' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint68_linear_278_1562' x1='528.328' y1='569.2' x2='528.328' y2='410.579' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint69_linear_278_1562' x1='686.244' y1='569.207' x2='686.249' y2='410.591' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint70_linear_278_1562' x1='844.175' y1='569.202' x2='844.17' y2='410.586' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint71_linear_278_1562' x1='1002.09' y1='569.203' x2='1002.09' y2='410.582' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint72_linear_278_1562' x1='1160' y1='569.198' x2='1160' y2='410.582' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint73_linear_278_1562' x1='1317.92' y1='569.193' x2='1317.92' y2='410.582' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint74_linear_278_1562' x1='1475.84' y1='569.198' x2='1475.84' y2='410.583' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint75_linear_278_1562' x1='1633.76' y1='569.198' x2='1633.76' y2='410.583' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint76_linear_278_1562' x1='1791.68' y1='569.198' x2='1791.68' y2='410.587' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint77_linear_278_1562' x1='1949.61' y1='569.205' x2='1949.6' y2='410.59' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint78_linear_278_1562' x1='-24.6768' y1='489.896' x2='-24.6768' y2='331.275' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint79_linear_278_1562' x1='133.244' y1='489.891' x2='133.239' y2='331.275' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint80_linear_278_1562' x1='291.16' y1='489.891' x2='291.16' y2='331.28' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint81_linear_278_1562' x1='449.082' y1='489.891' x2='449.087' y2='331.275' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint82_linear_278_1562' x1='607.004' y1='489.896' x2='607.004' y2='331.276' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint83_linear_278_1562' x1='764.925' y1='489.892' x2='764.925' y2='331.281' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint84_linear_278_1562' x1='922.834' y1='489.887' x2='922.839' y2='331.271' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint85_linear_278_1562' x1='1080.75' y1='489.899' x2='1080.75' y2='331.278' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint86_linear_278_1562' x1='1238.67' y1='489.894' x2='1238.67' y2='331.283' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint87_linear_278_1562' x1='1396.6' y1='489.889' x2='1396.6' y2='331.278' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint88_linear_278_1562' x1='1554.52' y1='489.904' x2='1554.52' y2='331.284' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint89_linear_278_1562' x1='1712.44' y1='489.89' x2='1712.44' y2='331.279' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint90_linear_278_1562' x1='1870.35' y1='489.89' x2='1870.35' y2='331.279' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint91_linear_278_1562' x1='54.579' y1='410.582' x2='54.5741' y2='251.967' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint92_linear_278_1562' x1='212.493' y1='410.589' x2='212.488' y2='251.974' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint93_linear_278_1562' x1='370.408' y1='410.589' x2='370.413' y2='251.974' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint94_linear_278_1562' x1='528.324' y1='410.58' x2='528.324' y2='251.969' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint95_linear_278_1562' x1='686.247' y1='410.585' x2='686.242' y2='251.969' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint96_linear_278_1562' x1='844.163' y1='410.585' x2='844.168' y2='251.97' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint97_linear_278_1562' x1='1002.08' y1='410.581' x2='1002.08' y2='251.97' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint98_linear_278_1562' x1='1160' y1='410.585' x2='1160' y2='251.97' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint99_linear_278_1562' x1='1317.93' y1='410.588' x2='1317.94' y2='251.972' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint100_linear_278_1562' x1='1475.84' y1='410.588' x2='1475.85' y2='251.972' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint101_linear_278_1562' x1='1633.77' y1='410.588' x2='1633.77' y2='251.972' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint102_linear_278_1562' x1='1791.67' y1='410.593' x2='1791.67' y2='251.982' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint103_linear_278_1562' x1='1949.6' y1='410.584' x2='1949.61' y2='251.968' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint104_linear_278_1562' x1='-24.6709' y1='331.279' x2='-24.671' y2='172.668' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint105_linear_278_1562' x1='133.245' y1='331.279' x2='133.245' y2='172.668' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint106_linear_278_1562' x1='291.164' y1='331.274' x2='291.164' y2='172.653' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint107_linear_278_1562' x1='449.085' y1='331.269' x2='449.085' y2='172.659' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint108_linear_278_1562' x1='607.002' y1='331.276' x2='607.002' y2='172.666' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint109_linear_278_1562' x1='764.923' y1='331.282' x2='764.923' y2='172.661' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint110_linear_278_1562' x1='922.842' y1='331.277' x2='922.842' y2='172.666' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint111_linear_278_1562' x1='1080.76' y1='331.277' x2='1080.76' y2='172.666' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint112_linear_278_1562' x1='1238.68' y1='331.282' x2='1238.68' y2='172.661' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint113_linear_278_1562' x1='1396.59' y1='331.277' x2='1396.59' y2='172.657' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint114_linear_278_1562' x1='1554.51' y1='331.277' x2='1554.51' y2='172.666' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint115_linear_278_1562' x1='1712.44' y1='331.284' x2='1712.43' y2='172.669' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint116_linear_278_1562' x1='1870.36' y1='331.28' x2='1870.36' y2='172.659' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint117_linear_278_1562' x1='54.5664' y1='251.972' x2='54.5713' y2='93.3565' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint118_linear_278_1562' x1='212.485' y1='251.967' x2='212.49' y2='93.3517' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint119_linear_278_1562' x1='370.412' y1='251.968' x2='370.407' y2='93.3521' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint120_linear_278_1562' x1='528.328' y1='251.968' x2='528.328' y2='93.3569' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint121_linear_278_1562' x1='686.244' y1='251.968' x2='686.249' y2='93.3523' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint122_linear_278_1562' x1='844.171' y1='251.97' x2='844.166' y2='93.3543' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint123_linear_278_1562' x1='1002.08' y1='251.97' x2='1002.08' y2='93.3593' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint124_linear_278_1562' x1='1160' y1='251.971' x2='1160.01' y2='93.3548' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint125_linear_278_1562' x1='1317.93' y1='251.971' x2='1317.92' y2='93.355' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint126_linear_278_1562' x1='1475.84' y1='251.971' x2='1475.84' y2='93.3552' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint127_linear_278_1562' x1='1633.76' y1='251.966' x2='1633.77' y2='93.3507' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint128_linear_278_1562' x1='1791.67' y1='251.976' x2='1791.67' y2='93.3554' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint129_linear_278_1562' x1='1949.6' y1='251.969' x2='1949.6' y2='93.353' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint130_linear_278_1562' x1='-24.6749' y1='172.662' x2='-24.6748' y2='14.0411' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint131_linear_278_1562' x1='133.241' y1='172.668' x2='133.246' y2='14.0527' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint132_linear_278_1562' x1='291.162' y1='172.664' x2='291.162' y2='14.0532' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint133_linear_278_1562' x1='449.083' y1='172.669' x2='449.078' y2='14.0532' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint134_linear_278_1562' x1='606.998' y1='172.669' x2='606.998' y2='14.0486' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint135_linear_278_1562' x1='764.919' y1='172.655' x2='764.919' y2='14.044' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint136_linear_278_1562' x1='922.84' y1='172.66' x2='922.835' y2='14.044' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint137_linear_278_1562' x1='1080.76' y1='172.66' x2='1080.76' y2='14.0394' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint138_linear_278_1562' x1='1238.68' y1='172.662' x2='1238.68' y2='14.0513' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint139_linear_278_1562' x1='1396.6' y1='172.662' x2='1396.6' y2='14.0513' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint140_linear_278_1562' x1='1554.51' y1='172.667' x2='1554.51' y2='14.0466' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint141_linear_278_1562' x1='1712.43' y1='172.668' x2='1712.44' y2='14.0519' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint142_linear_278_1562' x1='1870.35' y1='172.658' x2='1870.35' y2='14.0468' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint143_linear_278_1562' x1='54.5722' y1='93.3551' x2='54.5673' y2='-65.2606' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint144_linear_278_1562' x1='212.488' y1='93.3556' x2='212.488' y2='-65.2553' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint145_linear_278_1562' x1='370.403' y1='93.3623' x2='370.408' y2='-65.2534' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint146_linear_278_1562' x1='528.332' y1='93.3575' x2='528.332' y2='-65.263' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint147_linear_278_1562' x1='686.253' y1='93.3529' x2='686.248' y2='-65.2628' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint148_linear_278_1562' x1='844.169' y1='93.3532' x2='844.174' y2='-65.2626' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint149_linear_278_1562' x1='1002.09' y1='93.3582' x2='1002.09' y2='-65.2624' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint150_linear_278_1562' x1='1160.01' y1='93.3536' x2='1160' y2='-65.2621' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint151_linear_278_1562' x1='1317.93' y1='93.3536' x2='1317.93' y2='-65.2573' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint152_linear_278_1562' x1='1475.84' y1='93.3609' x2='1475.84' y2='-65.2548' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint153_linear_278_1562' x1='1633.76' y1='93.3609' x2='1633.76' y2='-65.2547' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint154_linear_278_1562' x1='1791.68' y1='93.3614' x2='1791.68' y2='-65.2495' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint155_linear_278_1562' x1='1949.59' y1='93.3565' x2='1949.6' y2='-65.2591' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint156_linear_278_1562' x1='-24.672' y1='14.0465' x2='-24.672' y2='-144.564' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint157_linear_278_1562' x1='133.244' y1='14.0467' x2='133.239' y2='-144.569' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint158_linear_278_1562' x1='291.16' y1='14.0468' x2='291.16' y2='-144.574' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint159_linear_278_1562' x1='449.082' y1='14.0471' x2='449.087' y2='-144.569' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint160_linear_278_1562' x1='607.004' y1='14.0424' x2='607.004' y2='-144.568' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint161_linear_278_1562' x1='764.923' y1='14.0474' x2='764.923' y2='-144.573' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint162_linear_278_1562' x1='922.839' y1='14.0544' x2='922.844' y2='-144.561' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint163_linear_278_1562' x1='1080.75' y1='14.0449' x2='1080.75' y2='-144.566' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint164_linear_278_1562' x1='1238.68' y1='14.045' x2='1238.67' y2='-144.571' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint165_linear_278_1562' x1='1396.6' y1='14.0453' x2='1396.6' y2='-144.57' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint166_linear_278_1562' x1='1554.52' y1='14.0454' x2='1554.52' y2='-144.566' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint167_linear_278_1562' x1='1712.44' y1='14.0456' x2='1712.43' y2='-144.57' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint168_linear_278_1562' x1='1870.35' y1='14.0528' x2='1870.35' y2='-144.568' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D6D6D6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint169_linear_278_1562' x1='960' y1='95.0138' x2='960' y2='1064.18' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='0.12' stop-color='%23E7E7E7'/%3E%3Cstop offset='0.37' stop-color='%23AAAAAA'/%3E%3Cstop offset='0.73' stop-color='%234A4A4A'/%3E%3Cstop offset='1'/%3E%3C/linearGradient%3E%3CclipPath id='clip0_278_1562'%3E%3Crect width='1920' height='810' fill='white' transform='matrix(1 0 0 -1 0 810)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.blog-meta .post-single-meta-author-container img {
    transform: scale(1.8);
    position: relative;
    left: 10px;
    top: 15px;
}

.post-single-meta-author-container-image {
    overflow: hidden;
    border-radius: 100%;
    width: 50px;
    height: 50px;
}

@media screen and (max-width:600px){
    .blog-meta .post-single-meta{
        flex-wrap:wrap;
        gap:15px;
    }
}

@media screen and (max-width: 550px) {
    .blog-meta .post-single-meta{
        gap: 0 !important;
        flex-direction: column;
        align-items: flex-start !important;
    }
    .blog-meta .post-single-meta-author-container{
        flex-direction: column;
        align-items: flex-start !important;
    }
}


@media screen and (max-width: 1200px) and (min-width: 900px) {
    .blog-meta .post-single-meta{
        flex-wrap:wrap;
        gap:15px;
        align-items: flex-start !important;
    }
    .blog-meta .post-single-meta {
        gap: 0 !important;
        flex-direction: column;
        align-items: flex-start;
    }
    .blog-meta .post-single-meta-author-container {
        flex-direction: column;
        align-items: flex-start !important;
    }
}



.author-bio-section .blog_footer .author-profile-image-single-page img {
    aspect-ratio: 0;
}
.author-bio-section .blog_footer .author-profile-image-single-page{
    max-width: 290px;
}
.author-bio-section .blog_footer .thumb_cover img {
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
    aspect-ratio: 5 / 6;
}
.single-blog .blog-detail-tablular-design table{
    block-size: fit-content;
    max-width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
}
.single-blog .blog-detail-tablular-design table tbody tr:first-child td{
    padding: 5px;
    color: #fff;
    text-align: center;
    background: #005282;
}
.single-blog .blog-detail-tablular-design {
    margin-bottom: 1rem;
}
.single-blog h2, .single-blog h3, .single-blog h4 {
    font-weight: 700;
}
/***-------- Responsive CSS -----***/
@media screen and (max-width: 1400px) {
    .sectionCvr.home-banner-sec {
        padding-top: 2em;
    }

    .home-banner-tabs {
        padding-left: 2em;
    }

    .page-funfactCvr {
        padding: 2em 1.2em;
    }

    .banner-title-wrap .v-slide {
        font-size: inherit;
        line-height: inherit;
        color: #383838;
    }

    .banner-title-wrap .strong {
        font-weight: 800;
        font-size: 31px;
        line-height: 1.8;
    }

    .page-funfactCvr .page-funfactList .page-funfact::after {
        right: -12.5px;
    }

    .certificate-wrapper {
        padding: 1.4em 4em;
    }

    .certificate-wrapper .certificate-title img {
        width: 50px;
    }

    .certificate-wrapper .certificate-title p {
        font-size: 25px;
    }

    .certificate-wrapper .certificate-lists ul.certificates {
        gap: 6px;
    }

    .certificate-wrapper .certificate-lists ul.certificates li {
        padding: 10px;
    }

    .advtool-tabs-content .tab-pane.active::after {
        top: 11%;
    }

    .advtool-tabs-content .tab-pane.active:nth-child(2n)::after {
        top: 30%;
    }

    .advtool-tabs-content .tab-pane.active:nth-child(3n)::after {
        top: 50%;
    }

    .advtool-tabs-content .tab-pane.active:nth-child(4n)::after {
        top: 71%;
    }

    .advtool-tabs-content .tab-pane.active:nth-child(5n)::after {
        bottom: 12px;
        top: auto;
    }
    .ourvalues-sec .ourvalues-wrapper .ourvalues-column-wrapper::before{
        top: 42px;
    }

}


@media screen and (max-width: 1280px) {}

@media screen and (max-width: 1199px) {

    .navbar-brand img {
        width: 150px;
    }

    .main-navigation a {
        padding: 0.6em 0.4em !important;
        font-size: 14px !important;
    }

    .header-ctaCvr .header-cta:first-child {
        font-size: 15px;
    }

    .header-ctaCvr .header-cta:last-child {
        padding: 7px 14px;
        font-size: 13px;
    }

    .main-navigation .menu-item-has-children>a:after {
        top: 0.6em !important;
    }

    .banner-title-wrap .light {
        font-size: 30px;
    }

    .page-funfactCvr .page-funfactList .page-funfact .ff-texts .ff-title {
        font-size: 15px;
    }

    .page-funfactCvr .page-funfactList .page-funfact {
        width: 25%;
    }

    .page-funfactCvr .page-funfactList .page-funfact::after {
        right: 0;
    }

    .home-banner-tabs {
        padding-left: 0em;
        margin-top: 2em;
    }

    .banner-title-wrap {
        height: 126px;
    }

    .banner-tabsCvr .accordion .accordion-item .accordion-body {
        min-height: 15em;
    }

    .certificate-wrapper {
        padding: 2em 3em;
    }

    .certificate-wrapper .certificate-title p {
        font-size: 20px;
    }

    .testimonials-item .testimonials-block {
        min-height: 435px;
    }

    .industries-slider .industry-item .industry-block .industry-title {
        font-size: 14px;
    }

    .casestudy-slider .casestudy-item .casestudy-block .casestudy-info {
        min-height: 14em;
    }

    .casestudy-slider .casestudy-item .casestudy-block .casestudy-info .casestudy-title {
        font-size: 18px;
    }

    .advtool-tabs-lists .nav-link {
        font-size: 16px;
        line-height: 1.4;
    }

}

@media screen and (max-width: 1024px) {
    .sectionCvr {
        padding: 3em 0px;
    }

    .home-banner-tabs {
        padding-left: 1em;
    }

    .title-block .title {
        font-size: 30px;
    }

    .banner-tabsCvr .accordion-header .tab-img {
        height: 42px;
    }

    .certificate-wrapper .certificate-title p {
        font-size: 20px;
    }

    .advtool-wrapper .advtool-tabs-content .advtool-details {
        margin-left: 2em;
    }

    .advtool-tabs-lists .nav-link {
        padding: 1.2em 0px;
    }

    .testimonials-item .testimonials-block {
        min-height: 430px;
    }

    .partners-wrapper .partner-block {
        height: 12em;
    }

    .ftrCvr .ftrbottomCvr .ftr-logo-wrap .ftr-logo img {
        width: 230px;
    }

}

@media screen and (min-width: 992px) and (max-width: 1199px) {}

@media (min-width:991px) {

    .main-navigation ul ul:before,
    .main-navigation ul ul::after {
        display: none;
    }

    .header-wrap .main-navigation ul ul {
        overflow: hidden;
        box-shadow: 0px 1px 2px #d1d1d1;
    }

    .header-wrap .main-navigation ul ul li {
        border: 0;
    }

    .header-wrap .main-navigation ul ul a {
        width: 13em;
    }

    .header-wrap .main-navigation .menu-item-has-children>a:after {
        top: 1.2em;
        transition: transform 0.2s ease;
    }

    .header-wrap .main-navigation a {
        padding: 1em 0.475em;
    }
    .header-wrap .main-navigation ul ul a {
        padding: 1em 0.675em;
    }

    .main-navigation li:hover>a {
        transition: all 0.2s ease-in-out;
    }

    .main-navigation li:hover>a:after {
        transform: rotate(180deg);
    }

    .main-navigation ul ul li:last-child {
        border-bottom: 0;
    }
}

@media (min-width: 1400px) {
   .header-wrap .main-navigation a{
    padding: 1em 0.675em;
   }
}
@media screen and (max-width: 991px) {
     .banner-title-wrap .strong{
        font-size: 2.8em;
    }
    .navbar-brand img {
        width: 200px;
    }

    .navbar-toggler {

        padding: 9px 14px;
        position: relative;
        width: 24px;
        height: 20px;
        padding: 0;
        border: 0;
    }

    .navbar-toggler span {
        width: 100%;
        height: 2px;
        position: absolute;
        left: 0;
        display: inline-block;
        background: #005282;
    }

    .navbar-toggler span:first-child {
        top: 2px;
        transition: .2s ease all .3s;
    }

    .navbar-toggler span:nth-child(2) {
        top: 9px;
        transition: .25s ease all .5s;
    }

    .navbar-toggler span:nth-child(3) {
        top: 16px;
        transition: .2s ease all 0s;
    }

    .navbar-toggler[aria-expanded="true"] span:first-child {
        transform: rotate(45deg);
        top: 10px;
        transition: .2s ease all .3s;
    }

    .navbar-toggler[aria-expanded="true"] span:nth-child(2) {
        transform: scaleX(0);
        transition: .2s ease all;
    }

    .navbar-toggler[aria-expanded="true"] span:nth-child(3) {
        transform: rotate(-45deg);
        top: 10px;
        transition: .2s ease all .5s;
    }

    .navbar-toggler svg {
        color: #fff;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .main-navigation {
        background: #005282;
        padding: 10px 13px;
        margin-top: 12px;
        position: absolute;
        width: 80%;
        left: 0;
        right: 0;
        margin: 7px auto;
        max-height: 420px;
        overflow: auto;
        z-index: 99;
    }

    .ourvalues-sec .ourvalues-wrapper .ourvalues-column-wrapper .ourvalues-column {
        padding: 2em;
    }

    .header-wrap .main-navigation a {
        color: #fff;
    }

    .header-wrap .main-navigation li {
        position: relative;
        padding: 2px;
    }

    .header-wrap .main-navigation .dropdown-toggle {
        color: #fff;
    }

    .header-wrap .main-navigation .dropdown-toggle:hover,
    .header-wrap .main-navigation .dropdown-toggle:focus {
        background-color: transparent;
        color: #fff;
    }

    .main-navigation .dropdown-toggle:after,
    .main-navigation .dropdown-toggle:focus:after {
        border-color: #fff;
    }

    .banner-tabsCvr .accordion-header .tab-img {
        height: 60px;
    }

    .home-banner-tabs {
        padding-left: 0;
    }

    .page-funfactCvr .page-funfactList {
        flex-wrap: wrap;
    }

    .page-funfactCvr .page-funfactList .page-funfact {
        width: 50%;
        margin-bottom: 18px;
        padding: 0 4em;
        justify-content: flex-start;
    }

    .page-funfactCvr .page-funfactList .page-funfact:nth-child(n+3) {
        margin-bottom: 0px;
    }

    .page-funfactCvr .page-funfactList .page-funfact:nth-child(2n)::after {
        display: none;
    }

    .certificate-wrapper {
        border-radius: 30px;
    }

    .certificate-wrapper .certificate-lists ul.certificates {
        justify-content: center;
        gap: 3em;
    }

    .certificate-wrapper .certificate-lists ul.certificates li img {
        width: 85px;
    }

    .certificate-wrapper .seprator {
        display: none;
    }

    .certificate-wrapper .certificate-title {
        justify-content: center;
        margin-bottom: 20px;
    }

    .certificate-wrapper .certificate-title img {
        width: 40px;
    }

    .solutions-sec .solutions-wrapper .solutions-details {
        padding: 1.5em 0em 1.5em 1.5em;
    }
    .solutions-sec .solutions-wrapper .solutions-details .details-block .solutions-feature .feature-lists li{
        margin: 0 6px 0;
    }

    .solutions-sec .solutions-wrapper .solutions-details {
        flex-wrap: wrap;
    }
    .solutions-title{
        margin-bottom: 0;
    }

    .solutions-sec .solutions-wrapper .solutions-details .details-block,
    .solutions-sec .solutions-wrapper .solutions-details .image-block {
        width: 100%;
    }

    .solutions-sec .solutions-wrapper .solutions-details .details-block .btn-title img {
        width: 18px;
    }

    .client-sec .desc {
        margin: 0;
    }

    .advtool-wrapper .advtool-tabs-content .advtool-details {
        margin-left: 1em;
        padding: 3em 2em;
    }

    .advtool-tabs-lists {
        padding: 1.2em;
    }

    .advtool-sec .title-block-wrapper .title {
        font-size: 26px;
    }

    .advtool-wrapper {
        margin-top: 2em;
    }

    .advtool-tabs-lists .nav-link .advtool-icon img {
        width: 24px;
    }

    .advtool-tabs-lists .nav-link .advtool-icon {
        margin-right: 10px;
    }

    .advtool-tabs-lists .nav-link {
        font-size: 14px;
    }

    .advtool-tabs-lists .nav-link {
        padding: 14px 0;
    }

    .advtool-wrapper {
        margin-bottom: 3em;
    }

    .advtool-sec .block-cta-wrapper {
        text-align: center;
    }

    .advtool-sec .block-cta-wrapper {
        padding-top: 0;
    }

    .advtool-sec .block-cta-wrapper .cta-title {
        font-size: 30px;
    }

    .advtool-tabs-content .tab-pane.active::after {
        display: none;
    }

    .advtool-wrapper .advtool-tabs-content .advtool-details .title {
        font-size: 23px;
    }

    .feature-listsCvr::before,
    .feature-listsCvr::after {
        display: none;
    }

    .feature-logo-block .logo img {
        width: 100px;
    }

    .features-sec .title-block-wrapper {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .features-sec .title-block-wrapper .desc {
        padding-bottom: 0;
    }

    .product-info-wrapper .product-info-block {
        padding: 2em;
        min-height: 26em;
    }

    .product-info-wrapper .compact-price-wrap .compact-price-block {
        padding: 2em;
    }

    .industries-sec .industries-block-wrap {
        padding: 0em 2em 2em 4em;
    }

    .ourvalues-sec .ourvalues-wrapper {
        padding: 1.5em;
    }

    .ourvalues-sec .ourvalues-wrapper .ourvalues-column-wrapper .ourvalues-column {
        margin-bottom: 40px;
    }

    .ourvalues-sec .ourvalues-wrapper .ourvalues-column-wrapper::before {
        display: none;
    }

    .ourvalues-sec .ourvalues-wrapper .ourvalues-column-wrapper .ourvalues-wrap {
        height: 20em;
        padding: 2em;
    }

    .ourvalues-sec .ourvalues-wrapper .ourvalues-column-wrapper .col-xxl-5.col-xl-5.col-lg-6.col-md-12.col-sm-12.pe-0 {
        padding-right: 15px !important;
    }

    .ourvalues-sec .ourvalues-wrapper .ourvalues-column-wrapper .col-xxl-7.col-xl-7.col-lg-6.col-md-12.col-sm-12.ps-0 {
        padding-left: 15px !important;
    }

    .ourvalues-sec .ourvalues-wrapper .ourvalues-column-wrapper .ourvalues-img {
        border-radius: 30px;
        border-bottom-right-radius: 30px;
    }

    .ourvalues-sec .ourvalues-wrapper .ourvalues-column-wrapper .ourvalues-img img {
        margin: 0px auto;
        text-align: center;
    }

    .ourvalues-sec .ourvalues-wrapper .ourvalues-column-wrapper .ourvalues-wrap {
        border-radius: 30px;
        border-bottom-left-radius: 30px;
        justify-content: center;
        text-align: center;
    }

    .partners-wrapper .partner-block:hover .partner-details {
        bottom: 40px;
    }

    .partners-wrapper .partner-block .partner-details .name {
        font-size: 16px;
    }

    .casestudy-block-wrap {
        padding: 0em 2em 0em 1.4em;
        margin-bottom: 30px;
    }

    .casestudy-block-wrap .title-block {
        margin-bottom: 0;
    }

    .casestudy-block-wrap .theme-btn {
        margin-top: 0;
    }

    .casestudy-slider .casestudy-item .casestudy-block .casestudy-info {
        min-height: 8em;
    }

    .faq-section .title-block .title {
        font-size: 26px;
    }

    .faq-section .faqs-accordion button.accordion-button {
        font-size: 15px;
    }

    .btn,
    .theme-btn {
        padding: 5px 20px;
    }

    .app-logo-lists ul {
        justify-content: start;
    }

    .ftrCvr .ftrbottomCvr .ftr-logo-wrap .ftr-logo img {
        width: 180px;
    }

    .ftr-contact-details {
        text-align: center;
    }

    .ftr-contact-details ul li:first-child {
        width: 80%;
        margin: 0 auto 10px;
    }

    .ftrsocialLinks {
        justify-content: center;
    }

    .ftrsocial-wrapper {
        margin-bottom: 2em;
        margin-top: 2em;
    }

    .ftrsocialLinks li a {
        width: 34px;
        height: 34px;
        font-size: 14px;
        padding: 5px 7px;
    }

    .footer-listsCvr .footertittle {
        margin-bottom: 5px;
    }

    .partners-wrapper .partner-block {
        width: 30%;
    }

    .retail-section .retail-image,
    .retail-section .retail-content {
        border-radius: 0;
        background-color: transparent;
    }

    .retail-section .retail-content .content-wrapper {
        max-width: 100%;
    }

    .retail-section .retail-content .retail-item {
        background: #005282;
        border-radius: 0 0 20px 20px;
    }

    .retail-section .retail-image .retail-item {
        background-color: #F6F6F6;
        border-radius: 20px 20px 0 0;
    }
    .blog-side-section{
        margin-top: 20px;
    }
    .author-bio-section .blog_footer .author_thumbnail{
        flex-direction: column;
        gap: 25px;
    }

    .author-bio-section .blog_footer .thumb_cover{
        margin-right: 0;
    }


}

.subheading {
    font-size: 18px;
    color: #005282;
    letter-spacing: .1px;
    line-height: 1.389;
    margin-bottom: 7px;
    text-transform: capitalize;
}

@media screen and (max-width: 870px) {}

@media (max-width: 767.98px) {
    .advtool-tabs-lists {
        display: none;
    }

    .advtool-dropdown {
        display: block;
        padding: 14px;
        font-weight: 500;
    }

    .video-list-wrapper .slick-slide .lightbox-video-inner .video-img:after {
        font-size: 2.5em;
    }

    .advtool-dropdown {
        box-shadow: none;
    }
}

@media (min-width: 768px) {
    .advtool-tabs-lists {
        display: block;
    }

    .advtool-wrapper .advtool-tabs-content .advtool-details .advtool-mobile-icon,
    .advtool-dropdown {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .advtool-sec::after {
        display: none;
    }

    .features-sec::before {
        width: 100%;
        height: 100%;
    }
}

@media(max-width:767px) {
    .contact-us-banner .home-banner-tabs {
         display: none;
    }
    .sectionCvr.home-banner-sec {
        padding-top: 2em;
    }

    .title-block .title {
        font-size: 28px;
    }

    .home-banner-tabs .col-xxl-6.col-xl-6.col-lg-6.col-md-6.col-sm-12 {
        padding-left: 0;
    }

    .home-banner-tabs .col-xxl-12.col-xl-12.col-lg-12.col-md-12.col-sm-12 {
        padding-left: 0;
    }

    .banner-tabsCvr .accordion-header .tab-icon {
        padding: 9px 12px;
    }

    .banner-tabs-1 .accordion .accordion-item:last-child .accordion-body .accordion-body-wrap {
        justify-content: space-between;
        width: 100%;
        padding: 0 30px;
    }

    .banner-tabs-1 .accordion .accordion-item:last-child .accordion-body .accordion-body-wrap .body-img {
        width: auto;
    }

    .banner-tabs-2 .accordion .accordion-item:last-child .accordion-body-wrap {
        width: 100%;
    }

    .banner-tabs-2 .accordion .accordion-item:last-child .accordion-body-wrap .body-img {
        width: 100%;
        text-align: center;
    }

    .banner-tabsCvr .accordion .accordion-item .accordion-body {
        min-height: auto;
    }

    .page-funfactCvr .page-funfactList {
        flex-wrap: wrap;
    }

    .page-funfactCvr .page-funfactList .page-funfact {
        width: 50%;
        padding: 10px 25px;
        justify-content: start;
    }

    .page-funfactCvr .page-funfactList .page-funfact:nth-child(2):after {
        display: none;
    }

    .page-funfactCvr .page-funfactList .page-funfact::after {
        margin-right: 20px;
    }

    .certificate-wrapper {
        padding: 2em;
        border-radius: 22px;
    }

    .certificate-wrapper .certificate-title {
        justify-content: center;
        margin-bottom: 20px;
        flex-wrap: wrap;
        margin-bottom: 3em;
    }

    .certificate-wrapper .certificate-title img {
        width: 50px;
        margin-bottom: 20px;
    }

    .certificate-wrapper .certificate-title p {
        font-size: 26px;
        text-align: center;
        width: 100%;
    }

    .certificate-wrapper .certificate-lists ul.certificates {
        gap: 0;
        flex-wrap: wrap;
    }

    .certificate-wrapper .certificate-lists ul.certificates li {
        padding: 16px;
        width: 30%;
        margin: 0 20px 21px;
    }

    .certificate-wrapper .certificate-lists ul.certificates li img {
        width: 100%;
    }

    .solutions-title {
        font-size: 26px;
    }

    .solutions-sec .solutions-wrapper .solutions-details .details-block .solutions-feature .feature-lists li img {
        width: 26px;
    }

    .block-cta {
        margin-top: 10px;
    }

    .advtool-wrapper .advtool-tabs-content {
        margin-top: 26px;
    }

    .advtool-wrapper .advtool-tabs-content .advtool-details {
        margin-left: 0;
    }

    .advtool-wrapper .advtool-tabs-content .advtool-details .advtool-mobile-icon {
        margin-top: 0px;
        margin-right: 10px;
        background: #f0f0f0;
        padding: 11px;
        border-radius: 50%;
        display: block;
        line-height: 1;
    }

    .advtool-wrapper .advtool-tabs-content .advtool-details .advtool-mobile-icon img {
        margin-top: 0px;
        width: 25px;
    }

    .advtool-wrapper .advtool-tabs-content .advtool-details .title {
        display: flex;
        align-items: center;
    }

    .advtool-tabs-content .tab-pane.active::after {
        width: 25px;
        height: 25px;
        left: 13px;
    }

    .block-cta-wrapper .cta-title {
        font-size: 32px;
    }

    .feature-logo-block {
        position: relative;
    }

    .testimonials-sec .testimonials-wrapper {
        margin-top: 1em;
    }

    .testimonials-item .testimonials-block {
        min-height: 400px;
    }

    .feature-lists-wrapper {
        padding: 5em 0px;
    }

    .feature-logo-block .logo img {
        width: 70px;
    }

    .features-sec .title-block-wrapper .desc {
        font-size: 16px;
    }

    .product-info-wrapper .product-info-block .title-block-wrapper {
        width: 100%;
    }

    .product-info-wrapper .product-info-block {
        min-height: 16em;
    }

    .product-info-wrapper .product-info-block.product-count-block .count-block .count {
        font-size: 2.5em;
    }

    .product-info-wrapper .compact-price-wrap .compact-price-block {
        width: 100%;
    }

    .product-info-wrapper .compact-price-wrap .compact-price-img {
        right: -5em;
    }

    .industries-block-wrap .title-block {
        margin-bottom: 0;
    }

    .industries-block-wrap .desc {
        margin-bottom: 10px;
    }

    .industries-block-wrap .block-cta .theme-btn {
        margin-top: 0;
    }

    .ourvalues-sec .ourvalues-wrapper .ourvalues-column-wrapper .ourvalues-wrap {
        margin-bottom: 0px;
        height: 25em;
    }

    .partners-wrapper .partner-block {
        padding: 10px;
    }

    .partners-wrapper .partner-block {
        height: 12em;
    }

    .partners-wrapper .partner-block .partner-details .name {
        font-size: 16px;
    }

    .partners-wrapper .partner-block .partner-details .location {
        font-size: 12px;
    }

    .block-cta {
        text-align: center;
    }

    .casestudy-block-wrap .title-block,
    .casestudy-block-wrap .desc {
        text-align: center;
    }

    .advtool-se .block-cta,
    .industries-block-wrap .block-cta,
    .compact-price-block .block-cta {
        text-align: start;
    }

    .ourvalues-wrap .block-cta .theme-btn,
    .compact-price-block .block-cta .theme-btn {
        margin-top: 0;
    }

    .advtool-sec .title-block {
        text-align: center;
    }

    .advtool-sec .block-cta p {
        text-align: center;
    }
    .banner-title-wrap .strong {
        font-size: 2.8em;
        line-height: 1.8;
    }
    .solutions-sec .solutions-wrapper .card {
        position: static;
        margin-top: 0;
        margin-bottom: 15px;
    }
    .author-bio-section .blog_footer .thumb_cover{
        max-width: 180px;
    }
    .author-bio-section .blog_footer .author_thumbnail{
        align-items: flex-start;
    }

}


@media screen and (max-width: 728px) {}

@media screen and (max-width: 680px) {
    .main-navigation {
        width: 100%;
    }
}

@media screen and (max-width: 640px) {
    .block-cta-wrapper .cta-title {
        font-size: 28px;
    }

    .btn,
    .theme-btn {
        font-size: 13px;
    }

    .product-info-wrapper .compact-price-wrap .compact-price-img {
        right: 0;
    }

    .sticky-btn {
        bottom: 335px;
        padding: 10px 14px;
        font-size: 15px;
    }

    .sticky-whatsapp {
        bottom: 232px;
        width: 46px;
        height: 46px;
    }

    .sticky-whatsapp svg {
        font-size: 24px;
        padding: 10px;
    }

}

@media screen and (max-width: 580px) {
    .testimonials-item .testimonials-block {
        min-height: 370px;
    }

    .casestudy-slider .casestudy-item .casestudy-block {
        min-height: 260px;
    }

    .ftrCvr .ftrbottomCvr .ftr-logo-wrap .ftr-logo img {
        width: 140px;
    }

    .copyright p {
        font-size: 12px;
    }

    .page-funfactCvr .page-funfactList .page-funfact {
        padding: 10px 0;
    }
}

@media(max-width: 575px) {
    .home-banner-tabs {
        padding-left: 10px;
    }

    .solutions-sec .solutions-wrapper .solutions-details {
        padding: 2em;
    }

    .advtool-sec .title-block-wrapper .title {
        font-size: 24px;
    }

    .retail-section .retail-item {
        padding: 1.5rem;
    }

    .faq-section .title-block .title {
        text-align: center;
    }

    .ourvalues-sec .ourvalues-wrapper .ourvalues-column-wrapper .ourvalues-column img {
        width: 70%;
    }

    .ourvalues-sec .ourvalues-wrapper .ourvalues-column-wrapper .ourvalues-column,
    .ourvalues-sec .ourvalues-wrapper .ourvalues-column-wrapper .ourvalues-wrap {
        height: 20em;
    }

    .footer-listsCvr .col-xx-4.col-xl-4.col-lg-4.col-md-4.col-sm-4:first-child {
        width: 100%;
    }

    .footer-listsCvr .col-xx-4.col-xl-4.col-lg-4.col-md-4.col-sm-4:nth-child(2),
    .footer-listsCvr .col-xx-4.col-xl-4.col-lg-4.col-md-4.col-sm-4:nth-child(3) {
        width: 50%;
    }

    .ftrCvr .ftrtopCvr .ftr-title .ftr-sectitle {
        margin-bottom: 5px;
    }
    .blog-grid .blog-content h2{
        font-size: 14px;
    }


}

@media screen and (max-width: 520px) {}

@media screen and (max-width: 480px) {
    .bannerfeature-listsCvr .bannerfeature-lists .slick-slide {
        width: 85px;
    }

    .advtool-sec .title-block-wrapper .title {
        font-size: 22px;
        text-align: center;
    }

    .ourvalues-sec .ourvalues-wrapper .ourvalues-column-wrapper .ourvalues-wrap {
        padding: 1.5rem;
    }

    .advtool-sec .desc {
        text-align: center;
    }

    .industries-sec .industries-block-wrap {
        padding: 1em;
    }

    .partners-wrapper .partner-block .partner-details .name {
        font-size: 14px;
    }

    .partners-wrapper .partner-block .partner-details .location {
        font-size: 10px;
    }

    .casestudy-slider .casestudy-item .casestudy-block {
        min-height: 230px;
    }

    .ftrCvr .ftrbottomCvr .ftr-logo-wrap .ftr-logo img {
        width: 125px;
    }

    .partners-wrapper .partner-block {
        width: 44%;
    }

    .certificate-wrapper .certificate-lists ul.certificates li {
        padding: 12px;
        width: 40%;
        margin: 0 14px 21px;
    }
}

@media screen and (max-width: 460px) {}

@media screen and (max-width: 420px) {
    .sectionCvr {
        padding: 2em 0px;
    }

    .title-block .title {
        font-size: 22px;
    }

    .block-cta-wrapper .cta-title {
        font-size: 24px;
    }

    .page-funfactCvr .page-funfactList .page-funfact {
        width: 100%;
        padding: 7px;
    }

    .page-funfactCvr .page-funfactList .page-funfact::after {
        display: none;
    }

    .certificate-wrapper .certificate-title p {
        font-size: 22px;
    }

    .certificate-wrapper .certificate-title img {
        width: 40px;
        margin-right: 0;
    }

    .solutions-title {
        font-size: 16px;
    }

    .solutions-sec .solutions-wrapper .solutions-details {
        display: inline-block;
    }

    .solutions-sec .solutions-wrapper .solutions-details .details-block {
        width: 100%;
    }

    .solutions-sec .solutions-wrapper .solutions-details .image-block {
        width: 100%;
    }

    .solutions-sec .solutions-wrapper .solutions-details .image-block img {
        width: 100%;
        margin-top: 1.2em;
    }

    .solutions-sec .solutions-wrapper .card1 {
        top: 60px;
    }

    .solutions-sec .solutions-wrapper .card2 {
        top: 100px;
    }

    .solutions-sec .solutions-wrapper .card3 {
        top: 130px;
    }

    .testimonials-block .testi-author .author {
        font-size: 18px;
    }

    .ourvalues-sec .ourvalues-wrapper .ourvalues-column-wrapper .ourvalues-wrap {
        height: 22em;
    }

    .faq-section .title-block .title {
        font-size: 22px;
    }

    .faq-section .faqs-accordion button.accordion-button {
        font-size: 14px;
    }

    .ftrCvr .ftrtopCvr .ftr-title {
        font-size: 22px;
    }

    .ftrCvr .ftrbottomCvr .ftr-logo-wrap .ftr-logo img {
        width: 120px;
    }

    .ftrCvr .ftrbottomCvr .ftr-logo-wrap {
        text-align: center;
    }

    .ftrbottom-wrap .copyright {
        text-align: center;
    }

    .ftrCvr .ftrbottomCvr .ftrbottom-wrap::after {
        display: none;
    }

    .footer-listsCvr .footertittle {
        font-size: 18px;
        padding-bottom: 5px;
    }

}

@media screen and (max-width: 380px) {
    .banner-wrap .banner-rating .rating-block .rating-icon img {
        width: 20px;
    }

    .banner-wrap .banner-rating .rating-block li:first-child {
        margin-right: 1em;
        padding-right: 1em;
    }

    .bannerfeature-listsCvr .bannerfeature-lists .slick-slide img {
        width: 20px;
    }

    .solutions-sec .solutions-wrapper .solutions-details .details-block .solutions-feature .feature-lists {
        flex-wrap: wrap;
    }

    .solutions-sec .solutions-wrapper .solutions-details .details-block .solutions-feature .feature-lists {
        justify-content: center;
    }

    .solutions-sec .solutions-wrapper .solutions-details .details-block .solutions-feature .feature-lists li {
        width: 29%;
    }

    .advtool-sec .title-block-wrapper .title {
        font-size: 18px;
    }

    .advtool-wrapper .advtool-tabs-content .advtool-details .title {
        font-size: 20px;
    }

    .block-cta-wrapper .cta-title {
        font-size: 18px;
    }

    .testimonials-block .testi-author .author {
        font-size: 16px;
    }

    .product-info-wrapper .product-info-block.product-count-block .count-block .count {
        font-size: 2em;
    }

    .compact-price-block .title-block {
        margin-bottom: 0;
    }

    .ourvalues-sec .ourvalues-wrapper {
        padding: 1em;
    }

    .ourvalues-sec .ourvalues-wrapper .ourvalues-column-wrapper .ourvalues-wrap {
        height: 26em;
    }

    .ftrCvr .ftrtopCvr .ftr-title {
        font-size: 20px;
    }

}

@media screen and (max-width: 360px) {
    .certificate-wrapper .certificate-lists ul.certificates li {
        padding: 10px;
        width: 40%;
        margin: 0 10px 21px;
    }
}

@media screen and (max-width: 340px) {
    .banner-title-wrap .light {
        font-size: 24px;
        margin-top: 14px;
    }
    .banner-title-wrap .strong{
        font-size: 2.4em;
    }


}



.count-wrap {
    position: relative;
}

.count-wrap:after {
    content: ' ';
    position: absolute;
    right: 40px;
    width: 1px;
    height: 78.1%;
    background: #C4C4C4;
    top: 50%;
    transform: translateY(-50%);
}

.count-wrap:last-child:after {
    width: 0;
}

.count-wrap:not(:last-child) {
    padding-right: 45px;
}

.aboutus-banner-section .img-fluid {
    border-radius: 20px;
}

.step-wrapper {
    padding: 48px 51px;
    border-radius: 20px;
    height: 100%;
}

.step-wrapper .step-icon {
    width: 98px;
    height: 98px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 24px;
}

.step-icon img {
    width: auto;
    height: auto;
    max-height: 100%;
}

h3,
.h3 {
    letter-spacing: .1px;
    text-transform: capitalize;
    margin-bottom: 20px;
    color: #383838;
}

.product-info-wrapper .product-info-block.product-count-block .collage-img {
    display: flex;
    margin-bottom: 1.5rem;
}

.product-info-wrapper .product-info-block.product-count-block .collage-img img {
    width: 70px;
    border-radius: 50%;
    border: 1px solid #fff;
}

.product-info-wrapper .product-info-block.product-count-block .collage-img img:not(:first-child) {
    margin-left: -10px;
}

.our-story-section {
    background: #F6F6F6;
}

.our-story-section .product-info-wrapper .product-info-block.product-count-block {
    background: #fff;
    border: 1px solid #CECECE;
    border-radius: 38px;
    min-height: unset;
    padding: 58px 46px 50px;
    height: 100%;
    margin-bottom: 0;
}

.our-story-section .product-info-wrapper .product-info-block.product-count-block .collage-img {
    margin-bottom: 20px;
}

.our-story-section .product-info-wrapper .product-info-block.product-count-block .count-block .count {
    line-height: 1.4632;
    color: #383838;
}

.our-story-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

.our-story-wrapper .our-story-wrap {
    max-width: 47.565%;
    width: 100%;
}

.our-story-wrapper .product-info-img {
    flex: 1;
}

.product-info-detail .image-heading {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
    margin: 39px 0 37px;
}

.product-info-detail .image-heading img {
    width: 110px;
    height: auto;
}

.product-info-detail .image-heading h4 {
    font-size: 27px;
    margin: 0;
    letter-spacing: .1px;
    text-transform: capitalize;
    position: relative;
    color: #383838;
}

.product-info-detail .image-heading h4:before {
    content: '';
    position: absolute;
    left: -20px;
    width: 1px;
    height: 100%;
    background: #CECECE;
}

.section-header .h1 {
    font-family: "Manrope", sans-serif;
}

.section-header .rte {
    max-width: 673px;
    margin: 0 auto;
    width: 100%;
}

.section-header {
    margin-bottom: 40px;
}

.our-team {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}

.our-team-member img {
    aspect-ratio: 3 / 3.677;
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
    object-position: top center;
}

.our-team-member .member-detail {
    padding: 12px 6px 0;
}

.member-detail h5 {
    font-size: 22px;
    letter-spacing: .1px;
    font-weight: 700;
    color: #383838;
    margin: 0 0 6px;
    line-height: 1.365;
    text-transform: capitalize;
}

.member-detail h6 {
    color: #4A4A4A;
    font-size: 16px;
    letter-spacing: .1px;
    text-transform: capitalize;
    line-height: 1.389;
    margin-bottom: 0;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    text-transform: capitalize;
    letter-spacing: .1px;
}

.why-choose-section {
    background: #F6F6F6;
}

.why-choose-wrap .theme-btn {
    margin-top: 20px;
}

.why-choose-section .banner-wrap {
    max-width: 443px;
    width: 100%;
}

.why-choose-wrap .accordion-button {
    background: transparent;
    border: 0;
    padding: 0 0 25px;
    font-size: 21px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: capitalize;
    line-height: 1.304;
    color: #231F20;
    box-shadow: none;
    gap: 10px;
}

.why-choose-wrap .accordion-item {
    background: transparent;
    border-color: #9E9E9E;
    color: #231F20;
    margin-bottom: 40px;
}

.why-choose-wrap .accordion-body {
    padding: 0 0 30px;
    margin-top: -7px;
    font-size: 16px;
    color: #5C5C5C;
}

.why-choose-wrap .accordion-body p {
    letter-spacing: 0;
}

.why-choose-wrap .accordion-item:last-child {
    margin-bottom: 0;
}

.why-choose-wrap .accordion-button::after {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="8" viewBox="0 0 13 8" fill="none"><path d="M12.8363 1.58375C12.8363 1.86875 12.7312 2.15375 12.5062 2.37875L7.21125 7.67375C6.77625 8.10875 6.05625 8.10875 5.62125 7.67375L0.32625 2.37875C-0.10875 1.94375 -0.10875 1.22375 0.32625 0.78875C0.76125 0.35375 1.48125 0.35375 1.91625 0.78875L6.41625 5.28875L10.9162 0.78875C11.3512 0.35375 12.0712 0.35375 12.5062 0.78875C12.7312 0.99875 12.8363 1.28375 12.8363 1.58375Z" fill="%23231F20"/></svg>');
    width: 12px;
    height: 13px;
    background-size: 100%;
    background-position: center;
}

.why-choose-wrap .accordion-button:not(.collapsed)::after {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="8" viewBox="0 0 13 8" fill="none"><path d="M12.8363 1.58375C12.8363 1.86875 12.7312 2.15375 12.5062 2.37875L7.21125 7.67375C6.77625 8.10875 6.05625 8.10875 5.62125 7.67375L0.32625 2.37875C-0.10875 1.94375 -0.10875 1.22375 0.32625 0.78875C0.76125 0.35375 1.48125 0.35375 1.91625 0.78875L6.41625 5.28875L10.9162 0.78875C11.3512 0.35375 12.0712 0.35375 12.5062 0.78875C12.7312 0.99875 12.8363 1.28375 12.8363 1.58375Z" fill="%23231F20"/></svg>');
}

.why-choose-wrap .banner-img img {
    max-width: 440px;
    width: 100%;
    margin-top: 40px;
}

.banner-conetnt .ratings-logo-wrap {
    margin: 33px 0 24px;
    display: flex;
    align-items: center;
    gap: 40px;
}

.ratings-logo-wrap .img-fluid {
    max-width: 103px;
    width: 100%;
}

.ratings-logo-wrap .img-wrapper {
    position: relative;
}

.ratings-logo-wrap .img-wrapper+.img-wrapper:before {
    content: ' ';
    position: absolute;
    left: -20px;
    width: 1px;
    height: 74%;
    background-color: #E2E2E2;
    top: 50%;
    transform: translateY(-50%);
}

.compare-box {
    background: #E9F2FC;
    padding: 58px 82px 80px;
    border-radius: 40px;
    height: 100%;
}

.compare-section .col-sm-12+.col-sm-12 .compare-box {
    background: #FCFBE9;
}

.compare-logo .img-fluid {
    object-fit: contain;
    object-position: left;
    min-width: 134px;
    height: 60.17px;
}

.compare-logo {
    min-height: 86px;
    margin: 0 0 27px;
    display: flex;
    align-items: center;
}

.compare-description {
    font-size: 16px;
    margin-bottom: 40px;
}

.compare-accordion .accordion-title {
    font-size: 23px;
    font-weight: 700;
    letter-spacing: 0;
    position: relative;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.compare-accordion .accordion-title:after {
    content: "";
    background-repeat: no-repeat;
    transition: transform 0.2s ease-in-out;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="8" viewBox="0 0 13 8" fill="none"><path d="M12.8363 1.58375C12.8363 1.86875 12.7312 2.15375 12.5062 2.37875L7.21125 7.67375C6.77625 8.10875 6.05625 8.10875 5.62125 7.67375L0.32625 2.37875C-0.10875 1.94375 -0.10875 1.22375 0.32625 0.78875C0.76125 0.35375 1.48125 0.35375 1.91625 0.78875L6.41625 5.28875L10.9162 0.78875C11.3512 0.35375 12.0712 0.35375 12.5062 0.78875C12.7312 0.99875 12.8363 1.28375 12.8363 1.58375Z" fill="%23231F20"/></svg>');
    width: 13px;
    height: 13px;
    background-size: 100%;
    background-position: center;
    display: block;
    align-self: center;
    flex-shrink: 0;
}

.compare-accordion .accordion-item {
    margin-bottom: 40px;
    border-bottom: 1px solid #9E9E9E;
}

.compare-accordion .accordion-item:last-child {
    margin-bottom: 0;
}

.compare-accordion .accordion-content {
    padding-bottom: 0;
    max-height: 0;
    overflow: hidden;
    padding-bottom: 0;
    transition: all 0.2s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.compare-accordion .accordion-item.active .accordion-content {
    padding-bottom: 30px;
    max-height: unset;
    overflow: hidden;
    padding-bottom: 30px;
    transition: all 0.2s ease-in-out;
    opacity: 1;
    visibility: visible;
}

.compare-accordion .accordion-item.active .accordion-title {
    margin-bottom: 17px;
}

.details_compare_section .section-header {
    max-width: 700px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.sub-heading {
    color: #4A4A4A;
}

.details_compare_section .section-header {
    margin-bottom: 70px;
}

.details_compare_section .compare-features {
    background: #F6F6F6;
    border-radius: 20px;
    padding: 34px 58px 66px;
}

.details_compare_section .feature-item {
    color: #000000;
    font-weight: 700;
    font-size: 19px;
    letter-spacing: .1px;
    padding: 28px 15px;
    border-top: 1px solid #BEBEBE;
    min-height: 82px;
    display: flex;
    align-items: center;
}

.details_compare_section .feature-item p {
    line-height: 1.2;
}

.details_compare_section .feature-item:last-child {
    border-bottom: 1px solid #BEBEBE;
}

.details_compare_section .compare-value {
    padding: 0;
    border-top: 1px solid #BEBEBE;
    min-height: 82px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.details_compare_section .compare-weekmate,
.details_compare_section .compare-jira {
    padding: 34px 43px 66px;
    background: #E9FAF4;
    border-radius: 40px;
}

.details_compare_section .compare-jira {
    background: #FCF2E9;
}

.details_compare_section .compare-value svg {
    width: 29px;
    height: 29px;
}

.compare-features .img-wrapper,
.details_compare_section .compare-weekmate .img-wrapper,
.details_compare_section .compare-jira .img-wrapper {
    display: flex;
    min-height: 86px;
    align-items: center;
    justify-content: center;
}

.details_compare_section .compare-value:last-child {
    border-bottom: 1px solid #BEBEBE;
}

.compare-value span {
    color: #000000;
    font-weight: 700;
    font-size: 19px;
    letter-spacing: .1px;
    padding: 0;
    line-height: 1.1;
}

.product-badges {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 0 0 7px;
}

.product-badges img {
   width: 158px;
}

.product-badges .logo-text {
    font-weight: 500;
}

.action-wrapper {
    margin-top: 16px;
}

.product-banner-section.advtool-sec {
    background: transparent;
    border-color: #E6E6E6;
}

.pricing-section .card {
    background: #F6F6F6;
    border-radius: 38px;
}

.pricing-section .card-body {
    padding: 52px 36px;
}

.pricing-section h4 {
    color: #383838;
    line-height: 1.25;
}

.pricing-section .h1.large-text {
    line-height: 1.6225;
    margin-bottom: 4px;
}

.pricing-section .price-yearly {
    color: #4A4A4A;
    flex: 1;
}

.pricing-section .price-yearly p {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.334;
}

.pricing-section .action-wrapper {
    margin-bottom: 48px;
}

.pricing-section .action-wrapper {
    border-bottom: 1px solid #DBDBDB;
    padding-bottom: 48px;
    margin-bottom: 48px;
}

.pricing-section .features-wrap {
    padding: 0 22px;
}

.features-wrap h5 {
    color: #4A4A4A;
    padding-bottom: 30px;
    margin-bottom: 0;
}

.features-wrap ul li {
    font-weight: 500;
    color: #4A4A4A;
    line-height: 1.389;
    margin: 0 0 15px;
}

.features-wrap ul li:last-child {
    margin-bottom: 0;
}

.features-wrap ul svg {
    width: 24px;
    height: auto;
    margin-right: 10px;
}

.price-note {
    font-size: 16px;
    color: #383838;
}

.client-sec.dark-bg {
    background: linear-gradient(180deg, #F6F6F6 0%, rgba(246, 246, 246, 0) 100%);
}

/* .product-badges img:first-child {
    width: 24px;
} */

.product-badges img:last-child {
    width: 158px;
}

.product-display-section .product-left {
    background: #E9F2FC;
    border-radius: 17px;
    padding: 34px 30px 0;
}

.product-display-section .product-logo img {
    max-width: 184px;
    height: auto;
    width: 100%;
}

.product-display-section .product-logo {
    margin-bottom: 16px;
}

.product-display-section .product-heading {
    margin-bottom: 11px;
    font-weight: 800;
    font-family: 'Manrope';
}

.client-sec .title {
    font-weight: 800;
    font-family: 'Manrope';
}

.client-sec .title-block-wrapper {
    max-width: 710px;
    margin-left: auto;
    margin-right: auto;
}

.product-display-section .product-subheading {
    margin-bottom: 36px;
}

.product-display-section .product-image img {
    max-width: 374px;
    width: 100%;
}

.solution-right {
    background: #FCFBE9;
    padding: 34px 30px;
    border-radius: 17px;
    height: 100%;
    display: flex;
    align-items: center;
}

.solution-right .product-icon {
    background: #005282;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    padding: 9px;
    margin: 0 0 10px;
}

.solution-right .product-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.solution-right .product-name {
    color: #383838;
    font-weight: 800;
    line-height: 1.375;
    margin: 0 0 10px;
}

.solution-right .product-description {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.5;
}

.solution-right .row {
    row-gap: 60px;
}

.solution-right .action-wrapper,
.solution-right .btn-transperent {
    margin-top: 0;
}

.title-block-wrapper .title {
    font-family: 'Manrope';
    font-weight: 800;
    letter-spacing: 0.1px;
}

.features-sec .title-block-wrapper {
    max-width: 646px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.features-sec.border-bottom {
    border-bottom: 0 !important;
}

.features-sec.border-bottom .container:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: calc(100% - 30px);
    height: 1px;
    background: #E6E6E6;
    left: 50%;
    max-width: 1490px;
    transform: translateX(-50%);
}

.faq-section .title-block .h1.title {
    font-weight: 700;
    text-transform: capitalize;
    color: #000000;
}

.features-wrap ul {
    margin-bottom: 0;
}

.pricing-wrapper {
    border-radius: 26px;
    text-align: center;
    position: relative;
}

.pricing-section .pricing-wrapper .card {
    border-radius: 0;
    background: transparent;
}

.pricing-wrapper .section-title.h2 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: #005282;
    color: #fff;
    border-radius: 0 0 8px 8px;
    width: max-content;
    font-size: 22px;
    padding: 8px 20px;
}

.pricing-wrapper>.row {
    padding-top: 040;
}

.pricing-section .card-body {
    padding: 70px 0 50px;
}

.pricing-wrapper .row>*:nth-child(2) {
    border-right: 1px solid #DBDBDB;
}

.pricing-section .pricing-wrapper .action-wrapper {
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.our-story-wrapper .product-info-img img {
    object-fit: cover;
    border-radius: 10px;
}

.modal .modal-content {
    border-radius: 20px;
    border: 0;
}

.modal .modal-content .modal-header {
    border-radius: 20px 20px 0 0;
    padding: 1rem 1.8rem;
}

.modal .modal-body {
    padding: .4rem 1.6rem 1.2rem;
}

.modal .wpcf7-not-valid-tip {
    font-size: 12px;
    margin-top: 2px;
}

.modal .cta-frm input:not([type="submit"]),
.modal .cta-frm textarea {
    padding-left: 0;
    padding-right: 0;
    font-size: 17px;
    border-color: #D8D8D8;
    color: #383838;
    font-weight: 400;
}

.modal .modal-header .btn-close {
    width: 30px;
    height: 30px;
    padding: 0;
    background: #fff;
    margin-top: -6px;
    margin-right: -6px;
}

.modal .modal-header .btn-close svg {
    width: 12px;
    height: auto;
}

.small-section-header {
    max-width: 1035px;
    margin: 0 auto;
}

.small-section-header.retail-header {
    max-width: 1020px;
}

.setup-process .setup-process-title {
    margin-bottom: 1rem;
}

.setup-process .rich-text {
    margin: 0 auto;
    max-width: 840px;
}

.section-header {
    margin-bottom: 4rem;
}

.setup-process .process-item .process-item-inner ul {
    margin-left: 18px;
    font-size: 16px;
}

.setup-process .process-item .process-item-inner {
    padding: 2rem 2rem 1.5rem;
    border-radius: 38px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.setup-process .process-item h3 {
    margin-bottom: 1.4rem;
}

.setup-process .process-item .rte {
    margin-bottom: 1.8rem;
    flex: 1;
}

.setup-process .process-item .rte p {
    font-size: 16px;
}

.setup-process .process-item-inner>div:last-child:is(.rte) {
    margin-bottom: 0;
}

.setup-process .process-item:first-child .process-item-inner {
    background: #E9F2FC;
}

.setup-process .process-item:nth-child(2) .process-item-inner {
    background: #FCFBE9;
}

.setup-process .process-item:nth-child(3) .process-item-inner {
    background: #E9FAF4;
}

.blog-listing .blog-search-filter {
    margin-bottom: 60px;
}

.blog-listing .blog-grid:not(:last-child) {
    margin-bottom: 40px;
    padding-bottom: 40px;
}

.container .blog-posts{
    border-bottom: 1px solid #D3D3D3;
    padding-bottom: 33px;
}

.blog-listing .blog-grid {
    gap: 24px 45px;
}

.blog-grid-item .blog-thumb{
    overflow: hidden;
}

.blog-grid-item .blog-thumb img {
    aspect-ratio: 3 / 2;
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 18px;
}

.blog-grid .blog-content {
    border-radius: 55px;
    padding: 15px 20px;
    border: 1px solid #B3B3B3;
    margin-top: -15px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    gap: 5px;
    flex-direction: column;
    align-items: flex-start;
}

.blog-grid .blog-content h2 {
    margin: 0;
    flex: 1;
}

.blog-grid .blog-content .icon {
    width: 35px;
    height: 35px;
    display: grid;
    place-items: center;
    border: 1px solid #D5D5D5;
    border-radius: 50%;
    background: #fff;
}

.blog-grid .blog-content .icon svg {
    width: 10px;
    margin-left: 1px;
}

.blog-hero-sec .blog-hero-image img {
    border-radius: 20px;
}

.blog-hero-sec .blog-meta {
    font-size: 18px;
    letter-spacing: .1px;
    font-weight: 400;
    display: flex;
    flex-wrap: wrap;
    gap: 20px 40px;
}

.blog-hero-sec .blog-meta .blog-hero-title {
    width: 100%;
}

.blog-hero-sec .blog-meta span {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

.blog-hero-sec .blog-meta span:before {
    content: '';
    width: 6px;
    height: 6px;
    background: #C0C0C0;
    display: inline-flex;
    border-radius: 50%;
    line-height: 1;
}

.blog-side-section {
    background: #F4F4F4;
    padding: 48px 35px;
    border-radius: 30px;
}

.blog-side-section .side-heading {
    font-size: 28px;
    font-weight: 700;
    color: #383838;
    margin-bottom: 20px;
}

.blog-side-section .side-detail-block {
    list-style: none;
    margin: 0 0 67px;
    padding: 0;
}

.blog-side-section .side-detail-block li {
    position: relative;
    font-size: 18px;
    color: #4A4A4A;
    font-weight: 400;
    display: flex;
    margin-bottom: 14px;
}

.blog-side-section .side-detail-block li:before {
    content: '';
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30" fill="none"><path opacity="0.4" d="M13.4391 3.06289C14.3016 2.32539 15.7141 2.32539 16.5891 3.06289L18.5641 4.76289C18.9391 5.08789 19.6391 5.35039 20.1391 5.35039H22.2641C23.5891 5.35039 24.6766 6.43789 24.6766 7.76289V9.88789C24.6766 10.3754 24.9391 11.0879 25.2641 11.4629L26.9641 13.4379C27.7016 14.3004 27.7016 15.7129 26.9641 16.5879L25.2641 18.5629C24.9391 18.9379 24.6766 19.6379 24.6766 20.1379V22.2629C24.6766 23.5879 23.5891 24.6754 22.2641 24.6754H20.1391C19.6516 24.6754 18.9391 24.9379 18.5641 25.2629L16.5891 26.9629C15.7266 27.7004 14.3141 27.7004 13.4391 26.9629L11.4641 25.2629C11.0891 24.9379 10.3891 24.6754 9.88906 24.6754H7.72656C6.40156 24.6754 5.31406 23.5879 5.31406 22.2629V20.1254C5.31406 19.6379 5.05156 18.9379 4.73906 18.5629L3.05156 16.5754C2.32656 15.7129 2.32656 14.3129 3.05156 13.4504L4.73906 11.4629C5.05156 11.0879 5.31406 10.3879 5.31406 9.90039V7.75039C5.31406 6.42539 6.40156 5.33789 7.72656 5.33789H9.88906C10.3766 5.33789 11.0891 5.07539 11.4641 4.75039L13.4391 3.06289Z" fill="%23005282"/><path d="M13.4906 18.9641C13.2406 18.9641 13.0031 18.8641 12.8281 18.6891L9.80312 15.6641C9.44063 15.3016 9.44063 14.7016 9.80312 14.3391C10.1656 13.9766 10.7656 13.9766 11.1281 14.3391L13.4906 16.7016L18.8656 11.3266C19.2281 10.9641 19.8281 10.9641 20.1906 11.3266C20.5531 11.6891 20.5531 12.2891 20.1906 12.6516L14.1531 18.6891C13.9781 18.8641 13.7406 18.9641 13.4906 18.9641Z" fill="%23005282"/></svg>');
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-right: 10px;
}

.blog-side-section .side-btn {
    width: 100%;
}

.single-blog .row {
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 3em;
}
.case-study-card-content .case-study-reading-time {
    display: flex;
    align-items: center;
    gap: 5px;
}
.case-study-card-content .case-study-reading-time .icon{
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
}
.features-section .small-section-header .features-section-title{
    max-width: 700px;
    margin: 0 auto 1rem;
}
.our-story-section h2.heading-bold {
    line-height: 0.8;
}
    .our-team-member .member-detail-section{
        text-align: center;
    }
@media (min-width: 768px) {

    .section-header .h1 {
        font-weight: 800;
    }

    .our-team {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 24px 20px;
    }

    .blog-listing .blog-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);

    }

    .why-choose-wrap .col-md-6+.col-md-6 {
        border-left: 1px solid #BABABA;
    }

    .solution-right {
        padding: 44px 40px;
    }

    .features-sec.border-bottom .container:after {
        width: calc(100% - 60px);
    }

    .product-display-section .product-left {
        padding: 44px 40px 0;
    }

    .product-display-section .product-subheading {
        margin-bottom: 40px;
    }
}

/* @media (min-width: 769px) {
    .sectionCvr.advtool-sec {
        padding-bottom: 8rem;
    }
} */

@media (min-width: 992px) {

    h3,
    .h3 {
        font-size: 30px;
        line-height: 1.367;
        margin-bottom: 24px;
    }

    .rte p {
        letter-spacing: .1px;
        font-size: 18px;
    }

    .step-wrapper {
        padding-bottom: 98px;
    }

    .our-story-section .product-info-wrapper .product-info-block.product-count-block .count-block .count {
        font-size: 58px;
    }

    .section-header {
        margin-bottom: 76px;
    }

    .our-team {
        gap: 57px 60px;
    }

    .why-choose-wrap .accordion {
        max-width: 486px;
        width: 100%;
        margin-left: auto;
        padding-left: 10px;
    }

    .header-ctaCvr .header-cta:first-child {
        display: none;
    }

    .details_compare_section .section-header {
        margin-bottom: 70px;
    }

    .product-banner-section .banner-conetnt {
        max-width: 528px;
        width: 100%;
    }

    .product-banner-section.banner-section .banner-conetnt {
        max-width: 440px;
    }

    .product-banner-section .banner-subtitle {
        max-width: 392px;
        width: 100%;
    }

    .h1.large-text {
        color: #005282;
    }

    .features-wrap h5 {
        font-size: 22px;
    }

    .product-display-section .product-left {
        padding: 40px 60px 0 40px;
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .product-display-section .product-left .product-image {
        flex: 1;
        display: flex;
        align-items: flex-end;
        justify-content: center;
    }

    .product-display-section .product-heading {
        max-width: 360px;
        width: 100%;
    }

    .solution-right {
        padding: 40px 40px 40px 50px;
        margin-left: -50px;
    }

    .product-display-section .product-subheading {
        margin-bottom: 57px;
    }

    .our-story-section .product-info-detail {
        max-width: 528px;
        margin-left: auto;
    }

    .our-team {
        gap: 27px 30px;
    }

    .our-team-member .member-detail {
        padding: 23px 9px 0;
    }

    .why-choose-wrap .accordion {
        padding: 32px 0 38px;
    }

    .our-team {
        grid-template-columns: repeat(4, 1fr);
    }

    .single-blog .blog-content {
        max-width: 766px;
        width: 100%;
        padding-right: 10px;
    }
    aside.blog-side-section {
        position: sticky;
        top: 90px;
    }

    .related-posts .section-header {
        margin-bottom: 60px;
    }

    .single-blog .col-lg-4:has(.blog-side-section) {
        position: sticky;
        top: 90px;
        height: 100%;
    }

    .single-blog aside.blog-side-section {
        position: unset;
        top: 0;
    }
}

@media (min-width: 1200px) {
    .product-display-section .product-left {
        padding: 60px 80px 0 50px;
    }

    .our-story-section .product-info-detail {
        padding-left: 20px;
    }

}

@media (min-width: 1401px) {
    .product-display-section .product-left {
        padding: 70px 106px 0;
    }

    .solution-right {
        padding: 60px 60px 60px 80px;
    }

    .product-display-section .product-heading {
        font-size: 44px;
    }

    .client-sec .title {
        font-size: 44px;
    }

    .title-block .h1.title {
        font-size: 44px;
    }



    .features-sec.border-bottom .container:after {
        width: calc(100% - 100px);
    }

    .section-header .h1 {
        font-size: 44px;
    }

    .big-size.h1 {
        font-size: 47.65px;
    }
}

@media (max-width: 1400px) {

    h1,
    .h1,
    .title-block .h1.title {
        font-size: 40px;
    }

    .member-detail h6 {
        font-size: 14px;
    }

    .blog-hero-sec .blog-meta {
        gap: 20px 20px;
    }
}

@media (max-width: 1199px) {
    .solution-right .row {
        row-gap: 40px;
    }

    .setup-process .step-wrapper {
        padding: 40px 40px 50px;
    }

    .our-story-section .product-info-wrapper .product-info-block.product-count-block {
        padding: 40px 30px;
    }

    .product-info-detail .image-heading h4 {
        font-size: 22px;
    }

    .setup-process .process-item {
        margin-bottom: 1.5rem;
    }

    .blog-hero-sec .blog-meta {
        gap: 20px 15px;
    }

    .blog-hero-sec .blog-hero-wrap {
        margin-top: 30px;
    }

    .blog-side-section {
        padding: 30px 25px;
    }

    .blog-side-section .side-heading {
        font-size: 24px;
    }
}

@media (max-width: 991px) {
    .compare-box {
        padding: 20px 40px 60px;
    }

    .compare-logo {
        min-height: 62px;
        margin: 0 0 15px;
    }

    .compare-accordion .accordion-title {
        font-size: 20px;
    }

    .compare-description {
        margin-bottom: 30px;
    }

    .compare-accordion .accordion-item {
        margin-bottom: 30px;
    }

    .compare-accordion .accordion-item.active .accordion-content {
        padding-bottom: 24px;
    }

    .compare-accordion .accordion-content {
        font-size: 16px;
    }

    .banner-subtitle {
        font-size: 16px;
    }

    body {
        font-size: 16px;
    }

    .details_compare_section .compare-features {
        padding: 20px 30px 50px;
    }

    .compare-features .img-wrapper,
    .details_compare_section .compare-weekmate .img-wrapper,
    .details_compare_section .compare-jira .img-wrapper {
        min-height: 62px;
    }

    .details_compare_section .compare-weekmate,
    .details_compare_section .compare-jira {
        padding: 20px 30px 50px;
    }

    .details_compare_section .feature-item {
        font-size: 16px;
        min-height: 60px;
        padding: 10px 15px;
    }

    .details_compare_section .compare-value {
        min-height: 60px;
    }

    .compare-value span {
        font-size: 16px;
        line-height: 1.1;
        padding: 5px 0px;
    }

    .details_compare_section .compare-value svg {
        width: 26px;
        height: 26px;
    }

    .details_compare_section .section-header {
        margin-bottom: 40px;
    }

    h1,
    .h1,
    .title-block .h1.title {
        font-size: 36px;
    }

    .action-wrapper {
        margin-top: 10px;
    }

    .pricing-section .action-wrapper {
        padding-bottom: 36px;
        margin-bottom: 36px;
    }

    .product-display-section .product-left {
        margin-bottom: 20px;
    }

    .setup-process .step-wrapper {
        padding: 22px 20px;
    }

    .step-wrapper .step-icon {
        width: 70px;
        height: 70px;
        padding: 16px;
        margin: 0 0 20px;
    }

    .setup-process .step-wrapper h3 {
        font-size: 22px;
        margin-bottom: 16px;
    }

    .count-wrap:not(:last-child) {
        padding-right: 24px;
    }

    .count-wrap:after {
        right: 12px;
    }

    .count-wrap p {
        font-size: 14px;
    }

    .aboutus-banner-section .about-conetnt {
        max-width: 100%;
    }

    .our-story-section .product-info-wrapper .product-info-block.product-count-block .count-block .count {
        font-size: 2.6em;
    }

    .product-info-wrapper .product-info-block {
        min-height: 24em;
    }

    .product-info-detail .image-heading {
        margin: 28px 0 24px;
    }

    .product-info-detail .image-heading h4 {
        font-size: 20px;
    }

    .member-detail h5 {
        font-size: 18px;
    }

    .member-detail h6 {
        font-size: 14px;
    }

    .why-choose-section .banner-wrap {
        max-width: 100%;
    }

    .why-choose-wrap .accordion {
        padding: 30px 0 0;
    }

    .why-choose-wrap .accordion-button {
        font-size: 20px;
        padding-bottom: 20px;
    }

    .why-choose-wrap .accordion-body {
        padding: 0 0 20px;
    }

    .why-choose-wrap .accordion-item {
        margin-bottom: 20px;
    }

    .section-header {
        margin-bottom: 30px;
    }

    .blog-listing .blog-grid:not(:last-child) {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .blog-listing .blog-grid {
        gap: 20px 15px;
    }

    .blog-grid .blog-content h2 {
        font-size: 16px;
    }

    .blog-grid .blog-content {
        padding: 10px 16px;;
    }

    .blog-share.ftrsocialLinks {
        justify-content: flex-start;
        margin-bottom: 0;
    }

    .single-blog .row {
        padding-bottom: 4rem;
    }
    .industrial-banner .banner-wrap{
        margin-bottom: 1.5rem;
    }
}

@media (max-width: 767px) {

    h1,
    .h1,
    .title-block .h1.title {
        font-size: 28px;
        margin-bottom: 16px;
    }

    h2,
    .h2 {
        font-size: 24px;
    }

    h3,
    .h3 {
        font-size: 22px;
    }

    h4,
    .h4 {
        font-size: 20px;
    }

    h5,
    .h5 {
        font-size: 18px;
    }

    h6,
    .h6 {
        font-size: 16px;
    }

    .details_compare_section .compare-col {
        width: 50%;
    }

    .details_compare_section .compare-sign {
        width: 25%;
        padding-left: 0;
    }

    .details_compare_section .compare-features {
        border-radius: 12px;
        padding: 10px 20px 40px;
    }

    .details_compare_section .feature-item {
        padding: 10px 5px;
        min-height: 50px;
        line-height: 1;
        font-size: 13px;
    }

    .details_compare_section .compare-weekmate,
    .details_compare_section .compare-jira {
        padding: 10px 10px 40px;
        border-radius: 12px;
    }

    .product-info-wrapper .product-info-block.product-count-block .collage-img img {
        width: 60px;
    }

    .compare-features .img-wrapper,
    .details_compare_section .compare-weekmate .img-wrapper,
    .details_compare_section .compare-jira .img-wrapper {
        min-height: 50px;
    }

    .details_compare_section .compare-value {
        min-height: 50px;
    }

    .details_compare_section .compare-value svg {
        width: 20px;
        height: 20px;
    }

    .compare-value span {
        font-size: 9px;
    }

    .compare-accordion .accordion-title {
        font-size: 18px;
    }

    .compare-box {
        padding: 20px 30px 40px;
    }

    .product-badges {
        gap: 10px;
    }

    .product-badges img {
        width: 20px;
    }

    .banner-conetnt .ratings-logo-wrap {
        margin: 24px 0 14px;
    }

    .btn,
    .theme-btn {
        min-height: 44px;
    }

    .sectionCvr {
        padding: 2.6em 0px;
    }

    .details_compare_section .section-header {
        margin-bottom: 20px;
    }

    .action-wrapper {
        margin-top: 6px;
    }

    .banner-wrap .banner-rating .rating-block {
        padding: 10px 16px;
        margin: 0 0 14px;
    }

    .banner-wrap .banner-rating .rating-block li:first-child {
        margin-right: 1em;
        padding-right: 1em;
    }

    .pricing-section .card-body {
        padding: 30px;
    }

    .pricing-section .action-wrapper {
        padding-bottom: 26px;
        margin-bottom: 26px;
    }

    .pricing-section h4 {
        margin-bottom: .8rem !important;
    }

    .pricing-section .card {
        border-radius: 20px;
    }

    .title-block .title,
    .title-block .h1.title {
        margin-bottom: 0;
    }

    .solution-right .row {
        row-gap: 34px;
    }

    .pricing-section .features-wrap {
        padding: 0 14px;
    }

    .pricing-section .card-body {
        padding: 44px 0 20px;
    }

    .pricing-wrapper {
        border-radius: 20px;
    }

    .pricing-wrapper .section-title.h2 {
        font-size: 16px;
        min-width: 180px;
    }

    .pricing-wrapper .row>*:nth-child(2) {
        padding-right: 0;
    }

    .pricing-section .pricing-wrapper div:last-child:not(.features-wrap) {
        padding-left: 0;
    }

    .pricing-section h4 {
        font-size: 16px;
    }

    .pricing-section .h1.large-text {
        font-size: 26px;
    }

    .pricing-section .price-yearly p {
        font-size: 14px;
    }

    .pricing-section .pricing-wrapper .action-wrapper {
        padding-bottom: 20px;
        margin-bottom: 20px;
        margin-top: 0;
    }

    .features-wrap h5 {
        padding-bottom: 20px;
        font-size: 18px;
    }

    .features-wrap ul svg {
        margin-right: 5px;
        width: 20px;
    }

    .features-wrap ul li {
        margin: 0 0 10px;
        font-size: 14px;
    }

    .our-story-wrapper .our-story-wrap {
        max-width: 100%;
    }

    .our-story-wrapper .product-info-img {
        flex: 0 0 100%;
    }

    .our-story-section .product-info-wrapper .product-info-block.product-count-block {
        padding: 30px;
        border-radius: 30px;
    }

    .product-info-wrapper .product-info-block {
        min-height: 16rem;
    }

    .our-story-section .product-info-wrapper .product-info-block.product-count-block .collage-img {
        margin-bottom: 10px;
    }

    .our-story-section .product-info-wrapper .product-info-block.product-count-block .count-block .count {
        font-size: 2.4em;
    }

    .product-info-detail .image-heading {
        margin: 24px 0 20px;
    }

    .why-choose-wrap .accordion-button {
        font-size: 16px;
    }

    .member-detail h5 {
        font-size: 20px;
    }

    .member-detail h6 {
        font-size: 16px;
    }

    .banner-tabs-2 .accordion .accordion-item:last-child .accordion-body-wrap .body-content {
        padding: 0 16px 16px;
    }

    .faq-section .block-cta {
        display: none;
    }

    .blog-listing .blog-grid:not(:last-child) {
        border: 0;
        margin: 0;
        padding: 0;
    }

    .blog-listing .blog-grid .blog-grid-item {
        margin-bottom: 20px;
    }

    .blog-grid .blog-content .icon {
        width: 30px;
        height: 30px;
    }

    .blog-grid .blog-content .icon svg {
        width: 8px;
    }

    .single-blog .blog-content h5,
    .blog-side-section .side-heading {
        font-size: 20px;
    }

    .single-blog .blog-content {
        font-size: 14px;
    }

    .blog-side-section .side-detail-block li,
    .blog-hero-sec .blog-meta {
        font-size: 16px;
    }

    .blog-hero-sec .blog-meta {
        gap: 10px 10px;
    }

    .blog-hero-sec .blog-meta .blog-hero-title {
        margin: 0;
    }

    .blog-hero-sec .blog-hero-wrap {
        margin-top: 20px;
    }

    .blog-side-section .side-detail-block {
        margin: 0 0 30px;
    }

    .single-blog .row {
        padding-bottom: 3rem;
    }

}

@media (max-width: 575px) {
    .modal-dialog {
        margin: 0;
        padding: 20px;
    }

    .modal .cta-frm input:not([type="submit"]),
    .modal .cta-frm textarea {
        font-size: 14px;
    }

    .modal .modal-content .modal-header {
        padding: 1rem 1.2rem;
    }

    .modal-content .modal-header .modal-title {
        font-size: 18px;
    }

    .modal .modal-body {
        padding: .2rem 1.2rem 1.2rem;
    }

    .modal .modal-header .btn-close {
        width: 26px;
        height: 26px;
        margin-top: -4px;
        margin-right: -4px;
    }

    .modal .modal-header .btn-close svg {
        width: 10px;
    }

}

@media (max-width: 375px) {

    .details_compare_section .feature-item,
    .compare-value span {
        font-size: 11px;
    }
}



.case-study-listing .case-study-card-content {
    min-height: 20em;
}
.case-study-listing .step-wrapper {
    display: flex;
    flex-direction: column;
}

.case-study-listing .step-wrapper .case-study-card-content {
    flex: 1;
}
.case-study-listing  .case-study-grid {
    row-gap: 25px;
}
@media (max-width:1199px){
     .case-study-listing .case-study-card-content {
        min-height: 14em;
    }
}
@media (max-width:991px){
     .case-study-listing .case-study-card-content {
       min-height: 8em;
    }
}


.become-partner .step-wrapper {
    padding: 35px 35px;
}
.become-partner .step-wrapper .step-icon{
    width: 80px;
    height: 80px;
}


.case-study-detail-banner.advtool-sec{
     background-color: transparent;
}
.case-study-detail-banner .casestudy-meta .read-time {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    color: #383838;
    margin-bottom: 0.5rem;
}
.case-study-detail-banner .casestudy-meta .read-time img{
    width: 18px;
    height: 18px;
}
.case-study-detail-banner .casestudy-hero-wrap{
    max-width: 880px;
    margin: 0 auto;
}
.case-study-detail .casestudy-content ul{
    list-style: none;
    margin: 1rem 0;
}
.case-study-detail .casestudy-content li{
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
}
.case-study-detail .casestudy-hero-image{
    margin-bottom: 1rem;
}
.case-study-detail .casestudy-content li:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30" fill="none"><path opacity="0.4" d="M13.4391 3.06289C14.3016 2.32539 15.7141 2.32539 16.5891 3.06289L18.5641 4.76289C18.9391 5.08789 19.6391 5.35039 20.1391 5.35039H22.2641C23.5891 5.35039 24.6766 6.43789 24.6766 7.76289V9.88789C24.6766 10.3754 24.9391 11.0879 25.2641 11.4629L26.9641 13.4379C27.7016 14.3004 27.7016 15.7129 26.9641 16.5879L25.2641 18.5629C24.9391 18.9379 24.6766 19.6379 24.6766 20.1379V22.2629C24.6766 23.5879 23.5891 24.6754 22.2641 24.6754H20.1391C19.6516 24.6754 18.9391 24.9379 18.5641 25.2629L16.5891 26.9629C15.7266 27.7004 14.3141 27.7004 13.4391 26.9629L11.4641 25.2629C11.0891 24.9379 10.3891 24.6754 9.88906 24.6754H7.72656C6.40156 24.6754 5.31406 23.5879 5.31406 22.2629V20.1254C5.31406 19.6379 5.05156 18.9379 4.73906 18.5629L3.05156 16.5754C2.32656 15.7129 2.32656 14.3129 3.05156 13.4504L4.73906 11.4629C5.05156 11.0879 5.31406 10.3879 5.31406 9.90039V7.75039C5.31406 6.42539 6.40156 5.33789 7.72656 5.33789H9.88906C10.3766 5.33789 11.0891 5.07539 11.4641 4.75039L13.4391 3.06289Z" fill="%23005282"/><path d="M13.4906 18.9641C13.2406 18.9641 13.0031 18.8641 12.8281 18.6891L9.80312 15.6641C9.44063 15.3016 9.44063 14.7016 9.80312 14.3391C10.1656 13.9766 10.7656 13.9766 11.1281 14.3391L13.4906 16.7016L18.8656 11.3266C19.2281 10.9641 19.8281 10.9641 20.1906 11.3266C20.5531 11.6891 20.5531 12.2891 20.1906 12.6516L14.1531 18.6891C13.9781 18.8641 13.7406 18.9641 13.4906 18.9641Z" fill="%23005282"/></svg>');
    width: 27px;
    background-size: 27px;
    height: 27px;
    display: inline-block;
}

.case-study-detail .contact-form-wrapper {
    background: #F4F4F4;
    padding: 48px 35px;
    border-radius: 30px;
    margin-bottom: 20px;
}
.case-study-detail .contact-form-wrapper label{
    width: 100%;
}
.case-study-detail .contact-form-wrapper input:not([type="submit"]), 
.case-study-detail .contact-form-wrapper textarea{
    border: 0;
    border-bottom: 1px solid #D8D8D8;
    background: transparent;
    width: 100%;
}
.case-study-detail .contact-form-wrapper input:focus-visible, 
.case-study-detail .contact-form-wrapper textarea:focus-visible{
    outline: none;
    border: 0;
    border-bottom: 1px solid #005282; 
}
.case-study-detail .contact-title {
    margin-bottom: 1.2rem;
}
.case-study-detail .casestudy-hero-image img {
    border-radius: 20px;
}
@media (min-width:769px) and (max-width:1024px){
    .case-study-hero-sec.advtool-sec.sectionCvr{
        padding: 3em 0px 8em;
    }
}
@media (max-width: 1199px){
    .case-study-detail .contact-form-wrapper{
        padding: 30px 25px;
    }
    .blog-side-section .side-detail-block li:before{
        background-size: 25px;
        background-repeat: no-repeat;
        margin-top: 5px;
    }
}

@media (max-width:991px){
    .case-study-detail .contact-form-wrapper{
        margin-top: 40px;
    }
    .case-study-listing .step-wrapper {
        padding: 20px;
    }
    .case-study-hero-sec .case-study-hero-content {
        margin-bottom: 1.5rem;
    }
}


/* partner details */

.partner-details-banner-section {
    background: #005282;
    padding: 7em 0px;
}
.partner-details-banner-section .banner-title h2,
.partner-details-banner-section  .partner-details-experience{
    color: #fff;
}
.partner-details-banner-section .partner-logo-wrapper {
    display: inline-flex;
    align-items: center;
    background: #fff;
    border-radius: 14px;
    padding: 15px 20px;
}
.partner-details-banner-section .partner-logo-wrapper .comany-logo {
    max-width: 160px;
}

.partner-details-banner-section .partner-premium-logo {
    max-width: 360px;
    width: 100%;
}

.partner-details-banner-section .partner-premium-logo img {
    width: 100%;
}
.partner-details-banner-section .partner-premium-logo {
    max-width: 360px;
    width: 100%;
    margin-left: 40px;
    padding-left: 40px;
    border-left: 1px dashed #CECECE;
}
.partner-details-banner-section .partner-details-experience {
    display: flex;
    align-items: center;
    list-style: none;
}
.partner-details-banner-section .partner-details-experience li:first-child{
    border-right: 1px solid #FFFFFF;
    padding-right: 15px;
    margin-right: 15px;
}
.partner-details-banner-section .partner-details-experience .location {
    margin-left: 6px;
}
.partner-details .partner-left-content,
.partner-details .partner-right-content {
    background: #F6F6F6;
    border-radius: 23px;
    padding: 4em 5em;
}
.partner-details .partner-left-content{
    text-align: center;
}
.partner-details {
    margin-top: -40px;
}
.partner-details .partner-image img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin: 0 auto 15px;
    object-position: center center;
    object-fit: cover;
}
.partner-details .partner-image {
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #CCCCCC;
}
.partner-details .partner-portfolio ul li a {
    color: #383838;
}
.partner-details .partner-portfolio ul{
    list-style: none;
     display: flex;
    align-items: center;
    justify-content: center;
}
.partner-details .partner-title {
    margin-bottom: 15px;
}
.partner-details .partner-portfolio ul li:first-child {
   padding-right: 15px;
   margin-right: 15px;
}
.partner-details .partner-portfolio ul li{
    position: relative;
}
.partner-details .partner-portfolio ul li:first-child::after{
    position: absolute;
    content: "";
    height: 100%;
    width: 1px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border-right: 1px dashed #383838;
}
.partner-details .partner-portfolio ul{
    margin-bottom: 25px;
}
.partner-right-content .bottom-content ul{
        list-style: none;
}
.partner-right-content .bottom-content ul li{
    display: inline-block;
    padding: 8px 12px;
    border: 1px solid #383838;
    margin: 5px;
    border-radius: 40px;
}
.partner-details .content-wrapper {
    padding-bottom: 35px;
    margin-bottom: 30px;
    border-bottom: 1px solid #383838;
}
@media (max-width:1199px){
    .partner-details .partner-left-content,
     .partner-details .partner-right-content{
        padding: 2.5em 4em;
    }
    .partner-details .partner-image img{
        width: 160px;
        height: 160px;
    }
    .case-study-hero-sec .banner-wrap {
      margin-bottom: 20px;
    }
}
@media (max-width:991px){
    
    .partner-details .partner-left-content{
        border-radius: 23px 23px 0 0;
        padding-bottom: 0;
    }
    .partner-details .partner-right-content{
        border-radius: 0 0 23px 23px ;
    }
    .partner-details-banner-section .partner-logo-wrapper{
        margin-top: 35px;
    }

    .partner-details .partner-title{
        margin-bottom: 10px;
    }
    .partner-details .partner-portfolio ul{
        margin-bottom: 10px;
    }
}

@media (max-width:767px){
    .partner-details .partner-left-content, .partner-details .partner-right-content{
        padding: 2.5em 1.5em;
    }
    .partner-details .partner-image img{
        width: 120px;
        height: 120px;
    }
    .partner-details .partner-left-content {
        padding-bottom: 0;
        text-align: left;
        padding-top: 20px;
    }
    .partner-details .partner-portfolio ul{
        justify-content: flex-start;
    }
    .partner-right-content .bottom-content ul li{
        padding: 3px 9px;
        margin: 4px;
        font-size: 12px;
    }
    .partner-details .partner-right-content {
        padding: 1.5em 2em;
    }
    .partner-details .partner-image{
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
}


/* cms page */
.cms-pages h4, .cms-pages h5 {
    font-weight: 700;
    margin: 1rem 0;
}
.cms-pages h1{
    color: #005282;
}

.cms-pages ul li {
    margin-left: 18px;
}
.become-partner-sec .card-badges{
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px 16px;
    margin: 0;
    font-size: 14px;
    letter-spacing: 0.03rem;
}
.become-partner-sec .banner-card{
    position: relative;
    overflow: hidden;
}
.become-partner-sec .home-banner-tabs .row > div:first-child .card-badges{
    background: #ffe0c3;
}
.become-partner-sec .home-banner-tabs .row > div:nth-child(2) .card-badges{
    background: #dfeefd;
}
.become-partner-sec .home-banner-tabs .row > div:nth-child(3) .card-badges{
    background: #fcf7cc;
}
.become-partner-sec.contact-us-banner .banner-icon {
    margin-bottom: 2rem;
}
.become-partner-sec.contact-us-banner .banner-card{
    padding: 2.5rem 1.5rem 1rem;
}
@media (max-width:1400px) and (max-height: 700px) {
    .solutions-sec .solutions-wrapper .card {
        position: static;
        margin-top: 0;
        margin-bottom: 15px;
    }
}
/* css for Hide banner rating images  */
.banner-rating {
    display: none;
}
.product-features-seaction .feature-logo-block .logo img {
    width: 160px;
}
.product-features-seaction .feature-logo-block .logo {
    padding: 4em;
    aspect-ratio: 1/1;
    justify-content: center;
    align-items: center;
    display: inline-flex;
}
.product-features-seaction .feature-lists-wrapper::before {
    top: 40px;
}
.product-features-seaction .feature-lists-wrapper::after {
    bottom: 110px;
}
.overlap-hide {
    position: relative;
    z-index: 1;
}




/* 
===========================================
 Custom CSS for New Pricing Page
===========================================
*/

.pricing-page {
    --accent-color: #1a73e8;
    --accent-strong: #1a73e8;
    --accent-tint: #dbeafe;
    padding: 40px 20px;
}

.pricing-page .container {
    max-width: 1200px;
    margin: 0 auto;
}

.pricing-feature-container {
    background: #ffffff;
    border-radius: 16px;
}

/* -------------------------------
   Header Title
--------------------------------*/
.pricing-page .main-title {
    font-size: 48px;
    font-weight: 700;
    text-align: center;
    color: #1a1a1a;
    margin-bottom: 40px;
}

/* -------------------------------
   Tabs
--------------------------------*/
.pricing-page .tabs {
    display: flex;
    justify-content: center;
    gap: 40px;
    border-bottom: 2px solid #DFDFDF;
    margin: 0 auto 40px;
    width: max-content;
}

.pricing-page .tab-link {
    text-decoration: none;
    color: #6b7280;
    font-weight: 500;
    font-size: 22px;
    padding-bottom: 8px;
    position: relative;
    transition: color 0.3s ease;
}

.pricing-page .tab-link:hover {
    color: #005282;
}

.pricing-page .tab-link.active {
    color: #005282;
    font-weight: 600;
}

.pricing-page .tab-link.active::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 3px;
    background-color: #005282;
}

/* -------------------------------
   Pricing Card Container
--------------------------------*/
.pricing-page .pricing-card {
    background: var(--accent-tint, #e0f7f4);
    border-radius: 24px;
    padding: 32px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06);
}

/* -------------------------------
   Pricing Plans (Top Boxes)
--------------------------------*/
.pricing-page .pricing-plans {
    display: flex;
    gap: 30px;
    padding: 30px;
    margin: 0 20px 0px;
    border-bottom: 1px solid #e5e7eb;
    flex-wrap: wrap;
}

.pricing-page .plan {
    text-align: center;
    flex: 1;
}

.pricing-page .plan-title {
    font-size: 24px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 20px;
}

.pricing-page .price {
    font-size: 32px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 10px;
    line-height: normal;
}

.pricing-page .plan-description {
    font-size: 14px;
    color: #000;
    margin-bottom: 35px;
    font-weight: 500;
    min-height: 20px; 
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.pricing-page .trial-button {
    background-color: white;
    border: 2px solid #005282;
    color: #005282;
    padding: 12px 32px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin: 0;
}

.pricing-page .trial-button:hover {
    background-color: #00bdf2;
    border: 2px solid #00bdf2;
    color: white;
}

.pricing-page .divider {
    width: 1px;
    background-color: #e5e7eb;
    display: none;
}

.pricing-plans .plan:last-child{
    display: none;
}

/* -------------------------------
   Features Wrapper (Old Style)
--------------------------------*/
.pricing-page .features-wrapper {
    display: flex;
    flex-direction: column;
    padding-bottom: 30px;
}

/* -------------------------------
   Feature Section Cards
--------------------------------*/
.pricing-page .feature-section {
    padding: 20px 30px;
}

.pricing-page .feature-section .features-title {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 30px;
}

/* -------------------------------
   Feature Items Grid
--------------------------------*/
.pricing-page .features-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 12px;
}

.pricing-page .feature-column {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.pricing-page .feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-left: 70px;
}

.pricing-page .check-icon {
    width: 20px;
    height: 20px;
    color: #10b981;
    flex-shrink: 0;
}

.pricing-page .feature-item span {
    font-size: 14px;
    color: #000;
}














/* Css for lisitn page and single blog page */
.blog-listing .blog-search-filter .col-md-4:has(.form-select) {
    display: none;
}

.blog-listing .blog-search-filter .col-md-6:has(.form-control) {
    max-width: 429px;
    width: 100%;
    flex: 1 0 50%;
}

.blog-listing .blog-search-filter input[type="search"] {
    border-color: #919191;
    font-size: 18px;
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    letter-spacing: .1px;
    min-height: 50px;
    border-radius: 6px;
    padding: 12px 40px 12px 19px;
    line-height: 1;
}

.blog-listing .blog-search-filter input[type="search"]::placeholder {
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    letter-spacing: .1px;
    color: #A1A1A1;
}

.blog-listing .blog-search-filter .blog-search-btn {
    position: absolute;
    right: 19px;
    top: 50%;
    background: transparent;
    line-height: 1;
    border: 0;
    padding: 0;
    transform: translateY(-50%);
    z-index: 1;
}

.blog-listing .blog-search-filter .blog-search-btn svg {
    width: 20px;
    height: 20px;
}

.blog-listing .blog-search-filter .blog-search-btn svg path {
    stroke: #C9C9C9;
    stroke-width: 3px;
}

.blog-search-filter .title-block {
    margin-bottom: 0;
    padding-bottom: 0;
}

.blog .blog-listing .blog-search-filter {
    margin-bottom: 100px;
}

.blog-listing .blog-card {
    box-shadow: 2px 5px 18px 0px #0000001A;
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    min-height: 420px;
}

.blog-grid-item .blog-thumb img {
    border-radius: 10px;
    object-fit: cover;
    object-position: top center;
    transition: transform 0.4s ease;
}
.blog-grid-item:hover .blog-thumb img {
    transform: scale(1.2);
}

.blog-listing .blog-grid {
    gap: 24px 30px;
}

.blog-grid .blog-content {
    margin-top: 0;
    border: 0;
    background: transparent;
    padding: 24px 0 0;
    gap: 16px;
}

.blog-grid-item .blog-title {
    font-weight: 800;
    font-family: "Manrope", sans-serif;
    color: #383838;
    line-height: 1.35;
}

.blog-grid-item .blog-title.text-18 {
    font-size: 20px;
}

.blog-grid .blog-content .blog-content-title {
    align-items: flex-start;
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    justify-content: flex-end;
}

.blog-grid .blog-content .icon {
    width: 37.42px;
    height: 37.42px;
}

.blog-grid .blog-content .icon svg {
    margin-left: 2px;
}

.single-blog aside.blog-side-section {
    margin-bottom: 24px;
}

.single-blog .blogpage__social-link {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
}

.single-blog .blogpage__social-link .blogpage__social-link-title {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: #4A4A4A;
}

.single-blog .blog-share.ftrsocialLinks {
    margin: 0;
}

.single-blog .blog-share.ftrsocialLinks li a {
    width: 41px;
    height: 41px;
    border-color: #383838;
    line-height: 24px;
}

.single-blog .blog-share.ftrsocialLinks li svg {
    vertical-align: middle;
    width: auto;
}

.single-blog .blog-share.ftrsocialLinks li a:hover {
    border-color: #005282;
}

.blog-hero-sec .blog-meta .blog-hero-title:not(:first-child) {
    order: -1;
    margin: 0;
    max-width: 507px;
}

.blog-hero-sec .blog-meta {
    gap: 20px;
}

.blog-grid .blog-content .blog-meta span {
    color: #4A4A4A;
    font-weight: 600;
    font-size: 16px;
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    line-height: 1.563;
}

.blog-grid .blog-content .blog-meta span:before {
    content: ' ';
    width: 6px;
    height: 6px;
    display: inline-block;
    background: #005282;
    border-radius: 50%;
}

.blog-grid .blog-content .blog-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0 14px;
}

.blog-meta .post-single-meta{
    display: flex;
    gap: 30px;
    align-items: center;
}

.blog-meta .post-single-meta-author-name, .blog-meta .post-single-meta-descripiton{
    font-size: 16px;
}

.blog-meta .post-single-meta-author-container{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.blog-meta .post-single-meta-author-container img{
    max-width: 30px;
    border-radius: 50%;
}

.blog-meta .post-single-meta-button{
    padding: 12px 50px;
}


.blog-listing .blog-card a {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.blog-grid .blog-content {
    flex: 1;
    justify-content: space-between;
}

.blog-listing .blog-card {
    height: 100%;
}

/* =============================================
   AWARDS SECTION — BEM
   ============================================= */

.awards-sec {
    padding: 0;
    background-color: #fff;
    overflow: hidden;
}

.awards-sec__wrapper {
    position: relative;
    padding: 0 20px;
}

/* Fade edges */
.awards-sec__wrapper::before,
.awards-sec__wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    width: 150px;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

.awards-sec__wrapper::before {
    left: 0;
    background: linear-gradient(to right, #ffffff 0%, rgba(255,255,255,0) 100%);
}

.awards-sec__wrapper::after {
    right: 0;
    background: linear-gradient(to left, #ffffff 0%, rgba(255,255,255,0) 100%);
}

/* Slider */
.awards-sec__slider {
    padding: 10px 0;
}

/* Each slide item */
.awards-sec__item {
    /* padding: 0 20px; */
    outline: none;
}

/* Card block */
.awards-sec__block {
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding: 15px; */
    border-radius: 12px;
}

.awards-sec__link {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
}

/* Image — small and faded by default */
.awards-sec__img {
    max-width: 270px;
    width: 100%;
    height: auto;
    object-fit: contain;
    transform: scale(0.82);
    transition: transform 0.4s ease, opacity 0.4s ease;
    display: block;
}

/* Hover — image grows and becomes fully visible */
.awards-sec__block:hover .awards-sec__img {
    transform: scale(1.05);
    opacity: 1;
}

/* Arrows — above fade layer */
.awards-sec__wrapper .slick-prev,
.awards-sec__wrapper .slick-next {
    width: 36px;
    height: 36px;
    z-index: 3;
    top: 50%;
    transform: translateY(-50%);
}

.awards-sec__wrapper .slick-prev {
    left: -10px;
}

.awards-sec__wrapper .slick-next {
    right: -10px;
}

.awards-sec__wrapper .slick-prev::before,
.awards-sec__wrapper .slick-next::before {
    font-size: 26px;
    color: #333;
    opacity: 0.5;
}

/* Dots */
.awards-sec__wrapper .slick-dots {
    bottom: -30px;
}

.awards-sec__wrapper .slick-dots li button::before {
    font-size: 9px;
    color: #333;
    opacity: 0.35;
}

.awards-sec__wrapper .slick-dots li.slick-active button::before {
    opacity: 1;
    color: #333;
}

@media(max-width : 1024px) {
.blog-page-main-title, .blog-page-main-search {
width: max-content;
}
.blog-page-main-archive-page{
    justify-content: space-between
}
}

@media(max-width : 525px) {
.blog-page-main-title, .blog-page-main-search {
margin: 10px auto;
}
.blog-grid .blog-content .blog-meta{
    flex-direction: column;
}

}


@media (max-width: 992px) {
    .pricing-page .main-title {
        font-size: 24px;
    }
.pricing-page .feature-section .features-title{
    text-align:left;
    padding-left: 70px;
}
    .pricing-page .tabs {
        flex-wrap: wrap;
        gap: 20px;
    }

    .pricing-page .tab-link {
        font-size: 16px;
    }

    .pricing-page .pricing-card {
        padding: 24px;
    }

    .pricing-page .pricing-plans {
        grid-template-columns: 1fr;
        padding: 24px;
    }

    .pricing-page .divider {
        width: 100%;
        height: 1px;
    }

    .pricing-page .features-grid {
        grid-template-columns: 1fr;
    }

    .pricing-page .price {
        font-size: 36px;
    }

    .pricing-page .feature-section {
        padding: 20px 16px;
    }

    .awards-sec__wrapper::before,
    .awards-sec__wrapper::after {
        width: 80px;
    }
}
@media (max-width: 767px) {
    .pricing-page .feature-section {
        padding: 20px 16px;
        max-width: 100%;
        margin: auto;
    }
}

@media (max-width: 600px) {
    .pricing-page .feature-section {
        padding: 20px 16px;
        max-width: 100%;
        margin: 0;
    }
    .pricing-page .feature-section .features-title,
    .pricing-page .feature-item{
        padding: 5px;
    }  .pricing-page .feature-section .features-title{
     text-align: center;
     font-size: 18px;
    }
    .pricing-page .main-title {
        font-size: 24px;
    }
        .pricing-page .pricing-plans {
        grid-template-columns: 1fr;
        padding: 20px 16px;
        margin: 0;
    }
    .pricing-page .trial-button{
        width:100%;
    }
}

@media (max-width:600px){
    .pricing-page .tabs {
        flex-wrap: wrap;
        gap: 10px;
    }
    .pricing-page .tab-link {
    font-size: 15px;
    }
}

@media (max-width: 992px) {
    .pricing-page .feature-section {
        padding: 20px 16px;
    }
    .pricing-page .features-wrapper {
    display: grid;
    flex-direction: column;
    padding-bottom: 30px;
    grid-template-columns: 1fr 1fr;
}

}
@media (max-width: 767px) {
        .pricing-page .features-wrapper {
                grid-template-columns: 1fr ;
        }
        .pricing-page .feature-section .features-title {
        text-align: center;
    }
}




/* Responsive Css for Banner */
/* Responsive Css for Banner Title  */
@media (max-width:1200px){
   .banner-title-wrap .strong {
    font-size: 32px ;
    } 
    .banner-title-wrap {
        height: 150px ;
    }
}

@media (max-width:900px){
    .banner-title-wrap .strong {
    font-size: 24px ;
    }
    .banner-title-wrap .light {
    font-size: 22px ;
    } 
    .banner-title-wrap {
        height: 132px ;
    } 
}

@media (max-width:490px){
    .banner-title-wrap {
        height: 85px ;
        max-width: 335px;
    }
    .banner-title-wrap .light {
        font-size: 15px ;
    }
    .banner-title-wrap .strong {
    font-size:18.6px ;
    }
    .banner-desc{
        font-size: 14px ;
    }

    .awards-sec {
        padding: 40px 0 55px;
    }

    .awards-sec__img {
        max-width: 100px;
    }

    .awards-sec__wrapper::before,
    .awards-sec__wrapper::after {
        width: 50px;
    }

    .awards-sec__wrapper .slick-prev {
        left: -5px;
    }

    .awards-sec__wrapper .slick-next {
        right: -5px;
    }
    .awards-sec__block {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .awards-sec__wrapper::before,
    .awards-sec__wrapper::after {
        display: none;
    }

    .awards-sec__img {
        max-width: 185px;
        transform: scale(1);
        opacity: 1;
    }
}
/* 13-03-2026 */
.page-template-new-product-page .compact-price-wrap {
    display: none;
}
.page-template-product-page .compact-price-wrap {
    display: none;
}