.stripe {
    width: 100%;
    padding: 10px;
    background: #ef5366;
    position: fixed;
    top: 86px;
    left: 0;
    z-index: 999;
    transition: all 300ms ease;
}
.stripe h3 {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 500;
    color: #fff;
    margin: 0;
    flex: 1;
    padding-right: 40px;
}
.stripe h3 a {
    color: #fff;
    text-decoration: none;
}
.stripe .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.stripe .w-button {
    display: block;
    background: #fff0;
    color: #fff;
    padding: 8px 25px 9px;
    border-color: #fff;
}
.stripe .w-button:after,
.stripe .w-button:before {
    background: #f6f9fe;
}
.post-detail-page .entry-content > .vc_row {
    display: flex;
}
.post-detail-page .entry-content > .vc_row > .wpb_column > .vc_column-inner {
    height: 100%;
}
.post-detail-page
.entry-content
> .vc_row
> .wpb_column
> .vc_column-inner
> .wpb_wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.sticky-sidebar-form {
    height: 100%;
}
.sticky-sidebar-form > .wpb_wrapper {
    position: relative;
    height: 100%;
}
.sticky-sidebar-form .widget_list_categories_widget {
    position: sticky;
    z-index: 99;
    top: 110px;
}
.sticky-sidebar-form .newsletter-block {
    padding: 15px;
    font-size: 14px;
    line-height: 20px;
}
.sticky-sidebar-form .newsletter-block h2 {
    font-size: 24px !important;
    line-height: 28px !important;
    margin-bottom: 10px !important;
}
.sticky-sidebar-form .newsletter-block .lets-talk-form .hbspt-form .hs-form-field label {
    display: none;
}
.sticky-sidebar-form .newsletter-block .lets-talk-form .hbspt-form .hs-error-msgs {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}
.sticky-sidebar-form .newsletter-block .lets-talk-form .hbspt-form .hs-error-msgs li {
    padding: 0;
    font-family: "Graphik";
}
.sticky-sidebar-form .newsletter-block .lets-talk-form .hbspt-form .hs-error-msgs li:before {
    display: none;
}
.sticky-sidebar-form .newsletter-block .lets-talk-form .hbspt-form .hs-error-msgs label {
    text-align: left;
    color: rgb(239, 83, 102);
    padding-top: 5px;
    display: block;
    margin: 0;
    display: block;
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
}

.sticky-sidebar-form .newsletter-block .lets-talk-form .input-field input,
.sticky-sidebar-form .newsletter-block .lets-talk-form .input-field textarea,
.sticky-sidebar-form .newsletter-block .lets-talk-form .hbspt-form .hs-form-field .input .hs-input {
    padding: 8px 0 10px;
    font-size: 13px;
    line-height: 18px;
    width: 100%;
    border-radius: 0;
    border: 0;
    border-bottom: 2px solid rgba(98, 108, 121, 0.5);
    background: transparent;
    outline: 0;
}
.sticky-sidebar-form .newsletter-block .lets-talk-form .input-field textarea,
.sticky-sidebar-form .newsletter-block .lets-talk-form .hbspt-form .hs-form-field.hs-fieldtype-textarea .input .hs-input {
    height: 80px;
}
.sticky-sidebar-form .newsletter-block .lets-talk-form .input-field,
.sticky-sidebar-form .newsletter-block .lets-talk-form .hbspt-form .hs-form-field {
    margin-bottom: 10px;
}
.sticky-sidebar-form .newsletter-block .lets-talk-form .w-button {
    padding: 0;
}
.sticky-sidebar-form .newsletter-block .lets-talk-form .button {
    font-size: 14px !important;
    padding: 8px 18px;
    cursor: pointer;
}

.sticky-sidebar-form .hbspt-form .hs-submit .actions {
    background: #ef5366;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 14px;
    font-family: "Circularstd";
    font-weight: 500;
    letter-spacing: 1.4px;
    padding: 8px 18px;
    line-height: 21px;
    text-align: center;
    border: 1px solid #ef5366;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: color 0.15s ease-in-out;
    display: block;
    width: 100%;
}
.sticky-sidebar-form .hbspt-form .hs-submit .actions:before,
.sticky-sidebar-form .hbspt-form .hs-submit .actions:after {
    content: "";
    position: absolute;
    width: 101%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    z-index: -1;
}
.sticky-sidebar-form .hbspt-form .hs-submit .actions:before {
    transform: translateY(-100%);
    transition: transform 0ms ease-in-out;
}
.sticky-sidebar-form .hbspt-form .hs-submit .actions:after {
    transform: translateY(100%);
    transition: transform 0.3s ease-in-out;
}
.sticky-sidebar-form .hbspt-form .hs-submit .actions:hover:before,
.sticky-sidebar-form .hbspt-form .hs-submit .actions:focus:before,
.sticky-sidebar-form .hbspt-form .hs-submit .actions:active:before {
    transform: translateY(0);
    transition: transform 0.3s ease-in-out;
}
.sticky-sidebar-form .hbspt-form .hs-submit .actions:hover:after,
.sticky-sidebar-form .hbspt-form .hs-submit .actions:focus:after,
.sticky-sidebar-form .hbspt-form .hs-submit .actions:active:after {
    transform: translateY(0);
    transition: transform 0ms ease-in-out;
    transition-delay: 0.3s;
}
.sticky-sidebar-form .hbspt-form .hs-submit .actions:hover {
    color: #ef5366 !important;
}
.sticky-sidebar-form .hbspt-form .hs-submit .actions .hs-button {
    border: 0;
    background-color: transparent;
    color: inherit;
    font-size: inherit;
    text-transform: uppercase;
    line-height: inherit;
}
.post .entry-content p {
    font-size: 19px;
    line-height: 32px;
    font-family: "Graphik";
    font-weight: normal;
    margin: 0 0 25px 0;
    color: #000;
    max-width: initial;
}
.post .entry-content ul,
.post .entry-content ol {
    color: #000;
    max-width: initial;
}
.post .entry-content blockquote p {
    color: #000;
}
.post .entry-content h1,
.post .entry-content h2,
.post .entry-content h3,
.post .entry-content h4,
.post .entry-content h5,
.post .entry-content h6 {
    font-family: "CircularStd";
    padding: 0;
    margin: 0 0 20px 0;
    max-width: 100%;
}
.f-xxl-lg {
    font-family: "CircularStd" !important;
    font-weight: 900 !important;
}
.products-template-default .entry-content {
    margin: 0;
}
.post .entry-content .product-main-heading h1 {
    font-size: 40px;
    line-height: 48px;
}
.post .entry-content h1 {
    font-size: 48px;
    line-height: 57px;
    letter-spacing: -0.52px;
}
.post .entry-content h1 .heading-red {
    background-image: linear-gradient(100deg, rgb(61, 61, 61), rgb(255, 77, 99));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline;
}
.post .entry-content h2 {
    font-size: 42px;
    line-height: 53px;
    color: #000;
}
.post .entry-content h2 .h-highlight {
    position: relative;
    background: linear-gradient(-225deg, transparent 5px, #fbcfd5 0) bottom left,
        linear-gradient(-45deg, transparent 5px, #fbcfd5 0) bottom right;
    background-size: 51% 7px;
    background-repeat: no-repeat;
}
.post .entry-content h3 {
    font-size: 30px;
    line-height: 36px;
    color: #222222;
    font-weight: 500;
}
.post .entry-content h3.brd_left_bottom {
    position: relative;
    padding-bottom: 17px;
}
span.brd_left_bottom {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 124px;
    height: 4px;
}
.post .entry-content h4 {
    font-size: 28px;
    line-height: 43px;
    letter-spacing: 0.2px;
    color: #222222;
    font-family: "merriweatheritalic";
    position: relative;
}
.post .entry-content h4.brd_top_bottom_center {
    position: relative;
    padding: 14px 0 16px;
    text-align: center;
    margin: 70px 0 50px;
}
span.brd_top_bottom_center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 124px;
    height: 2px;
    background: #d8d8d8;
}
span.brd_top_bottom_center.top {
    top: 0;
}
span.brd_top_bottom_center.bottom {
    bottom: 0;
}
.post .entry-content ul {
    margin: 25px 0;
}
.post .entry-content ul li {
    padding-left: 34px;
    padding-bottom: 12px;
    list-style: none;
    position: relative;
    font-family: "merriweatheritalic";
    font-size: 20px;
    line-height: 38px;
    margin-left: 0;
}
.post .entry-content ol li {
    font-family: "Graphik";
}
.post .entry-content ul li:last-child {
    padding-left: 34px;
}
.post .entry-content ul li:before {
    content: "";
    width: 20px;
    height: 20px;
    left: 0;
    top: 10px;
    background: url(../img/css-sprite.png?lossy=1&strip=1&webp=1);
    background-position: -449px -76px;
    position: absolute;
}
.post .entry-content blockquote {
    border-left: 3px solid #000 !important;
    padding: 15px 15px 20px 21px !important;
    max-width: 730px;
    margin: 0;
    margin-left: -22px;
}
.post .entry-content .custom-typography blockquote {
    max-width: 100%;
}
.post .entry-content .custom-typography ul {
    display: flex;
    flex-wrap: wrap;
}
.post .entry-content .custom-typography ul li {
    flex: 33.33%;
}
.post .entry-content blockquote p {
    font-family: "merriweatheritalic";
}
.post .entry-content p a,
.post .entry-content li a,
.post .entry-content dd a {
    color: #ef5366;
    font-weight: 600;
    text-decoration: underline !important;
    box-shadow: initial;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.post .entry-content p a:hover,
.post .entry-content p a:focus,
.post .entry-content li a:hover,
.post .entry-content li a:focus,
.post .entry-content dd a:hover,
.post .entry-content dd a:focus {
    box-shadow: initial;
    color: #000;
}
.p-highlight {
    color: #ef5366;
    position: relative;
    background: url(../img/p-red-shape.png);
    background-size: 100% 11px;
    background-repeat: no-repeat;
    background-position: 0 12px;
}
.single-top-area {
    margin-left: 0;
    margin-right: 0;
}
.center-col {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.vc_row.center-col:after,
.vc_row.center-col:before {
    display: initial;
} 
/*-----------Step-Block-----------*/
.steps-heading {
    border: 1px solid #e8e9f3;
    display: flex;
    margin-bottom: 100px;
    flex-wrap: wrap;
    border-bottom: 0;
    border-right: 0;
}
.steps-heading .steps-heading-single {
    flex: 1;
    width: 100%;
    border-right: 1px solid #e9eaf2;
    border-bottom: 1px solid #e9eaf2;
    padding: 24px 50px 27px;
    font-size: 22px;
    line-height: 30px;
    text-transform: uppercase;
    color: #000;
    font-weight: 500;
}
.steps-heading-single .sub-title {
    font-size: 18px;
    text-transform: initial;
    line-height: 24px;
    color: #ef5366;
}
.breadcrumbs {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    align-items: center;
}
.breadcrumbs .separator {
    width: 14px;
    height: 12px;
    background: url(../img/css-sprite.png?lossy=1&strip=1&webp=1);
    margin-right: 9px;
    background-repeat: no-repeat;
    background-position: -506px -80px;
}
.breadcrumbs span a {
    font-size: 15px !important;
    line-height: 26px !important;
    color: #3d3d3d !important;
    letter-spacing: 0.5px;
    font-family: "CircularStd";
    font-weight: 500;
    margin-right: 8px;
    transition: all 0.3s ease;
}
.breadcrumbs span.current-item {
    color: rgba(61, 61, 61, 0.5);
}
.breadcrumbs span a:hover {
    color: #ef5366 !important;
}
#category_list {
    display: none;
    margin: 0 auto;
    margin-bottom: 40px;
    width: 100%;
    background: #fff;
    padding: 15px 16px 17px;
    border-radius: 3px;
    font-size: 18px;
    line-height: 27px;
    font-weight: 500;
    color: #ef5366;
    letter-spacing: -0.22px;
    border: 0;
    box-shadow: 0 5px 40px 0 rgba(212, 221, 245, 0.9);
    background: #fff url(../img/select-down.svg) no-repeat 95% 50%;
    outline: none;
    padding-right: 35px;
    -webkit-appearance: none;
}
/*-----------Step-Block-----------*/
/*-----------Post-detail-page----------*/
.post-detail-page .entry-content {
    margin: 0;
}
.post .entry-content img,
.page .entry-content figure img {
    margin: 0;
}
.post-detail-page .med-container {
    max-width: 1054px;
    padding: 0 15px;
    margin: 0 auto;
}
.post-detail-page .align_left {
    text-align: left;
}
.post-detail-page .align_center {
    text-align: center;
}
.post-detail-page .align_right {
    text-align: right;
}
.steps-block .vc_row[data-vc-full-width] {
    z-index: 9;
}
.entry-content > .vc_row > .vc_col-sm-3 > .vc_column-inner {
    padding-left: 10px !important;
}
.post-detail-page .gray {
    background: linear-gradient(to top, rgba(255, 255, 255, 0), #fafafa);
}
.post-detail-page .duck-egg {
    background: linear-gradient(116deg, #defffc, #cffefa);
}
.post-detail-page .duck-egg:before {
    content: "";
    width: 100%;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #c2f4f0;
}
.post-detail-page .pale-mauve {
    background: #ffe0f9;
}
.post-detail-page .pale-mauve:before {
    content: "";
    width: 100%;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(115deg, #ecc2e5, #edc4e6);
}
.post-detail-page .ice-blue {
    background: linear-gradient(254deg, #e2f7ff, #e1f6ff);
}
.post-detail-page .ice-blue:before {
    content: "";
    width: 100%;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #cceffd;
}
.single-thumbnail .container {
    position: relative;
    width: 100%;
    height: 100%;
}
.banner-caption .btn-subscribe {
    max-width: 171px;
    background: #ef5366;
    font-size: 26px;
    line-height: 30px;
    font-family: "Circular Std";
    font-weight: 700;
    text-align: right;
    padding: 12px 17px 11px;
    color: #fff;
}
.banner-caption .post-summary {
    max-width: calc(100% - 170px);
    width: 100%;
    margin-bottom: 36px;
    font-size: 20px;
    line-height: 38px;
    text-align: left;
    color: #3d3d3d;
    font-family: "merriweatheritalic";
    font-weight: 500;
}
.banner-caption .post-summary span {
    color: #ef5366;
    font-weight: 700;
}
.single-thumbnail-heading .single-thumbnail-heading-inner {
    width: calc(100% - 170px);
}
.single-thumbnail-heading h1 {
    font-size: 48px;
    line-height: 57px;
    letter-spacing: -0.52px;
    color: #000;
    margin-bottom: 30px;
}
.single-thumbnail-heading .blog-info {
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    margin: 0 0 24px;
    font-family: "merriweatheritalic";
}
.single-thumbnail-heading .blog-info-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: calc(100% - 170px);
}
.single-thumbnail-heading .blog-info-row .author-info-row {
    display: flex;
    align-items: center;
}
.single-thumbnail-heading .blog-info-row .author-info-row .pp-user-avatar {
    width: 56px;
    height: 56px;
    flex: 0 0 56px;
    border-radius: 50%;
}
.single-thumbnail-heading .blog-info-row .author-info-row .author-info {
    padding-left: 10px;
    display: flex;
    flex-direction: column;
}
.single-thumbnail-heading .blog-info-row .author-info-row .author-info .name {
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    color: #000000;
    margin: 0 0 7px;
}
.single-thumbnail-heading .blog-info-row .author-info-row .author-info .meta {
    display: flex;
    align-items: center;
}
.single-thumbnail-heading
.blog-info-row
.author-info-row
.author-info
.meta
.date {
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    color: #575757;
}
.single-thumbnail-heading .blog-info-row .right-blog-info {
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    color: #575757;
    display: flex;
    align-items: center;
    padding-bottom: 6px;
}
.single-thumbnail-heading .blog-info-row .right-blog-info .time-col {
    display: flex;
    align-items: center;
    margin-right: 20px;
}
.single-thumbnail-heading .blog-info-row .right-blog-info .time-col .icon {
    display: flex;
    height: 18px;
    flex: 0 0 18px;
    width: 18px;
    margin-right: 10px;
    background-image: url(../img/css-sprite.png?lossy=1&strip=1&webp=1);
    background-position: 154px 45px;
}
.single-thumbnail-heading .blog-info-row .right-blog-info .date-col {
    display: flex;
    align-items: center;
}
.single-thumbnail-heading .blog-info-row .right-blog-info .date-col .icon {
    display: flex;
    height: 18px;
    flex: 0 0 18px;
    width: 18px;
    margin-right: 10px;
    background-image: url(../img/css-sprite.png?lossy=1&strip=1&webp=1);
    background-position: 121px 44px;
}
.single-thumbnail-heading .left-blog-info {
    display: flex;
    gap: 20px;
}
.single-thumbnail-heading .left-blog-info .author-info-row {
    flex-direction: column;
    gap: 8px;
}
.single-thumbnail-heading .left-blog-info .author-info-row .author-info {
    padding: 0;
}
.single-thumbnail-heading .left-blog-info .author-info-row .author-info .meta {
    justify-content: center;
}
.single-thumbnail-heading {
    margin-bottom: 40px;
}
.single-thumbnail-heading .category a {
    font-weight: 500;
    font-family: "Graphik";
    color: #8d8e9a;
    font-size: 12px;
    padding: 3px 12px 4px !important;
    line-height: 16px;
    background: #dedfea;
    border-radius: 12px;
    border: 0;
    margin-right: 5px;
    transition: all 0.3s ease-out;
    display: inline-block;
}
.single-thumbnail-heading .category a:hover {
    opacity: 0.9;
    color: #8d8e9a;
}
.post-detail-page > .container {
    position: relative;
} 
.post-detail-page .container {
    max-width: 1280px !important;
    padding: 0 15px !important;
}
.post-detail-page .sm-container {
    width: 58.33333333%;
    margin-left: calc(16.66666667% + 15px);
}
.sidebar .sidebar-wrapper {
    padding-left: 40px;
}
.social-links-post-wrapper .social-icons {
    display: flex; 
    align-items: flex-start !important; 
}
.social-links-post-wrapper .social-icons a {
    width: 43px;
    height: 43px;
    border-radius: 50%;
    background: #ef5366;
    margin-right: 15px;
    display: block;
    position: relative; 
}
.social-links-post-wrapper .social-icons a .col {
    padding: 0;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.social-icons-row {
    display: flex;
    align-items: center;
}
.social-icons-row a {
    width: 43px;
    height: 43px;
    border-radius: 50%;
    background: #ef5366;
    margin-right: 20px;
}
.social-icons-row a .col {
    padding: 0;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.social-icons .col:before {
    content: "" !important;
    width: 43px;
    height: 43px;
    background-position: center;
    background-repeat: no-repeat;
}
.social-icons-row .col:before {
    content: "" !important;
    width: 43px;
    height: 43px;
    background-position: center;
    background-repeat: no-repeat;
}
.icon-social-facebook:before {
    background: url(../img/fb.svg);
}
.icon-social-twitter:before {
    background: url(../img/twitter.svg);
}
.icon-social-linkedin:before {
    background: url(../img/linkedin.svg);
} 
.post-detail-page .single-author-bio {
    margin: 33px auto 75px 0;
    align-items: center;
}
.post-detail-page .single-author-bio .single-author-bio-text{
    padding-top: 0;
}
.post-detail-page .allcomments .comments-container {
    margin: 0 auto 110px 0;
}
.post-detail-page .single-author-bio-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 730px;
    gap: 30px;
    margin: 33px 0 75px;
}
.post-detail-page .single-author-bio-row .single-author-bio {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 100%;
    gap: 20px;
    margin: 0;
}
.post-detail-page .single-author-bio-row .single-author-bio .img-blk-wrapper {
     margin-right: 0;
}
.post-detail-page .single-author-bio-row .single-author-bio .single-author-bio-text {
     max-width: 100%;
}
/*-----------Post-detail-page----------*/
/*---------Default Button CSS-----------*/
.w-button {
    background: #ef5366;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 14px;
    font-family: "Circularstd";
    font-weight: 500;
    letter-spacing: 1.4px;
    padding: 13px 18px;
    line-height: 21px;
    text-align: center;
    border: 1px solid #ef5366;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: color 0.15s ease-in-out;
    display: inline-block;
}
.w-button:before,
.w-button:after {
    content: "";
    position: absolute;
    width: 101%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    z-index: -1;
}
.w-button:before {
    transform: translateY(-100%);
    transition: transform 0ms ease-in-out;
}
.w-button:after {
    transform: translateY(100%);
    transition: transform 0.3s ease-in-out;
}
.w-button:hover:before,
.w-button:focus:before,
.w-button:active:before {
    transform: translateY(0);
    transition: transform 0.3s ease-in-out;
}
.w-button:hover:after,
.w-button:focus:after,
.w-button:active:after {
    transform: translateY(0);
    transition: transform 0ms ease-in-out;
    transition-delay: 0.3s;
}
.w-button:hover,
.w-button:focus {
    color: #ef5366 !important;
}
.w-button.w-button-outline{
    background: transparent;
    color: #000000 !important;
}
.w-button.w-button-outline:hover { 
    color: #fff !important;
}
.w-button.w-button-outline:before,
.w-button.w-button-outline:after { 
    background: #ef5366; 
}
/*---------VS Custom Button-----------*/
.button .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
    background: #ef5366 !important;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 16px;
    font-family: "Circularstd";
    font-weight: 500;
    letter-spacing: 1.4px;
    padding: 13px 18px;
    line-height: 21px;
    text-align: center;
    border: 1px solid #ef5366 !important;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: color 0.15s ease-in-out;
    display: inline-block;
}
.button .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:before,
.button .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:after {
    content: "";
    position: absolute;
    width: 101%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    z-index: -1;
}
.button .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:before {
    transform: translateY(-100%);
    transition: transform 0ms ease-in-out;
}
.button .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:after {
    transform: translateY(100%);
    transition: transform 0.3s ease-in-out;
}
.button .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover:before,
.button .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:focus:before,
.button .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:active:before {
    transform: translateY(0);
    transition: transform 0.3s ease-in-out;
}
.button .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover:after,
.button .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:focus:after,
.button .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:active:after {
    transform: translateY(0);
    transition: transform 0ms ease-in-out;
    transition-delay: 0.3s;
}
.button .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover {
    color: #000 !important;
}
.button .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:focus {
    color: #000 !important;
}
.content h2 {
    font-size: 42px;
    line-height: 53px;
    letter-spacing: -0.48px;
    font-family: "CircularStd";
    font-weight: 700;
}
.color-through {
    color: rgb(239, 83, 102);
    position: relative;
    background: url(https://www.simform.com/wp-content/uploads/2019/11/red-shape.png);
    background-repeat: no-repeat;
    background-size: 100% 14px;
    background-position: 100% 8px;
}
/*---------End VS Custom Button-----------*/

/*---------Blog-List-page-----------*/
.belowheader .row .content {
    padding-right: 40px;
}
.blog-post.row {
    margin: 0;
    margin-bottom: 25px;
}
.blog-post.row [class*=" col-"] {
    padding: 0;
}
.blog-post-text-zone {
    padding: 0 !important;
}
.blog-post {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 5px 40px 0 rgba(212, 221, 245, 0.9);
    padding: 30px 35px;
}
.blog-post h2 {
    font-size: 1.88rem;
    line-height: 1.25;
    margin-bottom: 22px;
}
.blog-post h2 a {
    color: #342c2e;
    transition: all 0.3s ease;
}
.blog-post h2 a:hover {
    color: #ef5366;
}
.blog-post .author {
    align-items: flex-start;
    margin-bottom: 25px;
}
.blog-post .useravatar {
    width: 49px;
    height: 49px;
    float: none;
}
.blog-post .pp-user-avatar {
    width: 49px;
    height: 49px;
    float: none;
}
.blog-post .pp-user-avatar {
    margin-right: 10px;
    float: left;
    border-radius: 50%;
}
.blog-post .author-info .name {
    margin-bottom: 7px;
}
.blog-post .author-info .name a {
    font-size: 16px;
    line-height: 22px;
    color: #ef5366;
    font-family: "Graphik";
}
.blog-post .meta {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
.blog-post .meta .category {
    border-right: 0;
    position: relative;
    padding-right: 5px;
    margin-right: 0;
    display: flex;
    flex-wrap: wrap;
}
.blog-post .meta .category:after {
    content: "";
    position: absolute;
    width: 1.5px;
    height: 14px;
    background: #000;
    bottom: 2px;
    right: 0;
}
.blog-post .meta .category a {
    font-weight: 500;
    font-family: "Graphik";
    color: rgba(61, 61, 61, 0.5);
    font-size: 12px;
    padding: 3px 12px 4px !important;
    line-height: 16px;
    background: #f0f1f8;
    border-radius: 12px;
    border: 0;
    margin-right: 5px;
    transition: all 0.3s ease-out;
    margin-bottom: 5px;
}
.blog-post .meta .category a:hover {
    opacity: 0.9;
}
.blog-post .meta .category:after {
    display: none;
}
.blog-post .meta .date {
    border: 0;
    color: #000;
    font-weight: 500;
    font-family: "Graphik";
    font-size: 14px;
}
.blog-post-thumbnail-zone {
    margin-bottom: 24px;
}
.blog-post-thumbnail-zone a {
    display: block;
}
.blog-post-thumbnail-zone img {
    border-radius: 0;
    box-shadow: initial;
}
.blog-post-thumbnail-zone img:hover {
    margin-top: 0;
    filter: initial;
    box-shadow: initial;
}
.blog-post p {
    font-size: 21px;
    line-height: 33px;
    color: #000;
    margin-bottom: 20px;
}
.blog-post-text-zone .author .author-info {
    max-width: calc(100% - 59px);
}
.blog-post-text-zone .btn-readmore {
    font-size: 19px;
    line-height: 26px;
    color: #ef5366;
    text-decoration: underline !important;
    transition: all 0.3s ease;
}
.blog-post-text-zone .btn-readmore:hover {
    color: #000;
}
.blog .sidebar {
    padding-left: 0;
}
.category .sidebar,
.author .sidebar {
    margin-top: 0;
}
.sidebar .widget {
    padding: 0;
}
.sidebar .widget.widget_categories {
    background: #fff;
    box-shadow: 0 5px 40px 0 rgba(212, 221, 245, 0.9);
    padding: 28px;
    border-radius: 3px;
}
.sidebar .widget-title {
    font-size: 20px;
    color: #ef5366;
    line-height: 24px;
    font-weight: 500;
    font-family: "Graphik";
    margin-bottom: 20px;
}
.sidebar li.cat-item {
    padding: 0 0 16px 0;
    font-size: 18px;
    line-height: 24px;
}
.sidebar li.cat-item:last-child {
    padding: 0;
}
.sidebar .widget_categories ul {
    margin: 0;
}
.sidebar li.cat-item a {
    color: #000;
    transition: all 0.3s ease;
}
.sidebar li.cat-item a:hover {
    color: #ef5366;
}
.sidebar li.cat-item.current-cat a {
    color: #ef5366;
}
.archive-description {
    display: none;
}
.author .archive-description {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 5px 40px 0 rgba(212, 221, 245, 0.9);
    padding: 25px 30px;
    border-radius: 5px;
    border: 0;
}
.archive-description .single-author-bio .single-author-bio-text {
    max-width: calc(100% - 132px);
    padding: 0;
}
.author .single-author-bio .single-author-bio-text h3 {
    margin-bottom: 0;
}
.author .single-author-bio .single-author-bio-text p {
    font-size: 21px;
    line-height: 33px;
    color: #000;
    margin: 0px;
    width: 100%;
}
.archive-description .single-author-bio {
    padding: 0;
}
.sidebar .widget.widget_recent_entries {
    padding: 24px 20px;
    background: #fbeaea;
    border-radius: 3px;
}
.sidebar .widget.widget_recent_entries ul {
    margin: 0;
}
.sidebar .widget.widget_recent_entries ul li {
    font-size: 16px;
    line-height: 23px;
    letter-spacing: -0.17px;
    padding: 0 0 16px 23px;
    position: relative;
}
.sidebar .widget.widget_recent_entries ul li:before {
    content: "";
    width: 7px;
    height: 7px;
    background: #ef5366;
    top: 9px;
    position: absolute;
    left: 0;
}
.sidebar .widget.widget_recent_entries ul li:last-child {
    padding-bottom: 0;
    padding-top: 0;
}
.sidebar .widget.widget_recent_entries ul li a {
    color: #342c2e;
    transition: all 0.3s ease;
}
.sidebar .widget.widget_recent_entries ul li a:hover {
    color: #ef5366;
}
#custom_html-2 .widget-title {
    display: none;
}
.newsletter-block {
    background: #fff;
    box-shadow: 0 5px 40px 0 rgba(212, 221, 245, 0.9);
    border-radius: 3px;
    padding: 24px;
    border: 1px solid #e7e7e7;
}
.newsletter-block .img-blk {
    width: 70px;
    margin-bottom: 14px;
}
.newsletter-block .img-blk img {
    display: block;
    margin: 0;
}
.newsletter-block .lets-talk-form {
    width: 100%;
    margin-top: 15px;
}
.lets-talk-form .wpcf7 {
    width: 100%;
}
.newsletter-block .lets-talk-form .input-field {
    width: 100%;
    margin-bottom: 14px;
}
.newsletter-block h2 {
    font-size: 28px !important;
    line-height: 32px !important;
}
.newsletter-block .lets-talk-form .input-field input,
.newsletter-block .lets-talk-form .input-field textarea {
    height: 100%;
    font-family: "Graphik";
    font-weight: 400;
    width: 100%;
    border-radius: 3px;
    border: 1px solid #e8e9f3;
    background: #f9fcfe;
    padding: 13px 16px 15px;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.17px;
    color: #000;
    outline: none;
}
.newsletter-block .lets-talk-form .input-field textarea {
    height: 120px;
    resize: none;
}
.newsletter-block .lets-talk-form .w-button {
    width: 100%;
}
.newsletter-block .lets-talk-form .w-button:hover .button {
    color: #ef5366;
}
.newsletter-block .lets-talk-form .button {
    margin: 0;
    text-align: center;
    color: #fff;
    transition: color 0.15s ease-in-out;
}
.newsletter-block .lets-talk-form .ajax-loader,
.newsletter-block .lets-talk-form .wpcf7-spinner {
    display: none;
}
.et_bloom .newsletter-block .et_bloom_inline_form {
    margin: 0;
}
.et_bloom .newsletter-block .et_bloom_form_container .et_bloom_form_header {
    padding: 0;
}
.et_bloom .newsletter-block .et_bloom_optin_163 .et_bloom_form_container h2 {
    font-size: 22px !important;
    line-height: 30px !important;
    color: #000;
    font-family: "Graphik";
    font-weight: 600 !important;
    margin-bottom: 10px;
}
.newsletter-block
.et_bloom_form_container
.et_bloom_form_content
.et_bloom_fields {
    background: transparent !important;
}
.et_bloom .newsletter-block .et_bloom_inline_form .et_bloom_form_container {
    background: #fff;
}
.et_bloom
.newsletter-block
.et_bloom_optin_163
.et_bloom_form_container
.et_bloom_header_outer
p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.13px;
    color: #000;
    margin: 0 0 36px;
    font-family: "Graphik";
}
.et_bloom .newsletter-block .et_bloom_form_container .et_bloom_form_content {
    padding: 0 !important;
    background: transparent !important;
}
.newsletter-block .et_bloom_form_container .et_bloom_form_content:before {
    content: "";
    position: absolute;
    right: 55px;
    top: -53px;
    background: url(../img/css-sprite.png?lossy=1&strip=1&webp=1);
    width: 21px;
    height: 49px;
    background-position: -267px -122px;
}
.newsletter-block
.et_bloom_form_container
.et_bloom_form_content
.et_bloom_fields
p {
    margin: 0;
    width: 100%;
    margin-bottom: 14px;
    padding: 0;
}
.et_bloom
.newsletter-block
.et_bloom_form_container
.et_bloom_form_content
.et_bloom_popup_input
input {
    height: 100%;
    font-family: "Graphik" !important;
    font-weight: 400;
    width: 100%;
    border-radius: 3px !important;
    border: 1px solid #e8e9f3 !important;
    background: #f9fcfe !important;
    padding: 13px 16px 15px !important;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.17px;
    color: #000;
    outline: none;
}
.et_bloom .newsletter-block .et_bloom_optin_163 .et_bloom_form_content button {
    max-width: 100%;
    width: 100%;
    outline: none;
    background: #ef5366 !important;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-family: "Circularstd";
    font-weight: 500;
    letter-spacing: 1.4px;
    padding: 13px 18px;
    line-height: 22px;
    text-align: center;
    border: 1px solid #ef5366;
    border-radius: 4px !important;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: color 0.15s ease-in-out;
    display: inline-block;
}
.et_bloom
.newsletter-block
.et_bloom_optin_163
.et_bloom_form_content
button
.et_bloom_button_text {
    transition: color 0.15s ease-in-out;
}
.newsletter-block .et_bloom_optin_163 .et_bloom_form_content button:before,
.newsletter-block .et_bloom_optin_163 .et_bloom_form_content button:after {
    content: "";
    position: absolute;
    width: 101%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    z-index: -1;
}
.newsletter-block .et_bloom_optin_163 .et_bloom_form_content button:before {
    transform: translateY(-100%);
    transition: transform 0ms ease-in-out;
}
.newsletter-block .et_bloom_optin_163 .et_bloom_form_content button:after {
    transform: translateY(100%);
    transition: transform 0.3s ease-in-out;
}
.newsletter-block
.et_bloom_optin_163
.et_bloom_form_content
button:hover:before,
.newsletter-block
.et_bloom_optin_163
.et_bloom_form_content
button:focus:before,
.newsletter-block
.et_bloom_optin_163
.et_bloom_form_content
button:active:before {
    transform: translateY(0);
    transition: transform 0.3s ease-in-out;
}
.newsletter-block .et_bloom_optin_163 .et_bloom_form_content button:hover:after,
.newsletter-block .et_bloom_optin_163 .et_bloom_form_content button:focus:after,
.newsletter-block
.et_bloom_optin_163
.et_bloom_form_content
button:active:after {
    transform: translateY(0);
    transition: transform 0ms ease-in-out;
    transition-delay: 0.3s;
}
.newsletter-block .et_bloom_optin_163 .et_bloom_form_content button:hover {
    color: #000;
}
.et_bloom
.newsletter-block
.et_bloom_optin_163
.et_bloom_form_content
button:hover
.et_bloom_button_text {
    color: #000 !important;
}
.et_bloom
.newsletter-block
.et_bloom_optin_163
.et_bloom_form_content
button
.et_bloom_button_text {
    text-transform: uppercase;
    font-weight: 600 !important;
    font-family: "Graphik";
}
.newsletter-section {
    width: 100%;
    background: #ffe0f9;
    text-align: center;
    padding: 66px 0 64px;
    position: relative;
    z-index: 9;
}
.newsletter-section:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 20px;
    background: linear-gradient(100deg, #ecc2e5, #edc4e6);
    top: 0;
    left: 0;
}
.et_bloom
#bloomwidget-2
.et_bloom_optin_161
.et_bloom_form_container
.et_bloom_form_header {
    position: relative;
    overflow: initial;
}
.et_bloom
#bloomwidget-2
.et_bloom_optin_161
.et_bloom_form_container
.et_bloom_form_header
.note {
    position: absolute;
    font-size: 18px;
    font-family: "Graphik";
    font-weight: 500;
    line-height: 24px;
    color: #ef5366;
    right: 70px;
    top: 48px;
}
.et_bloom
#bloomwidget-2
.et_bloom_optin_161
.et_bloom_form_container
.et_bloom_form_header
.note:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 55px;
    background: url(../img/css-sprite.png?lossy=1&strip=1&webp=1);
    background-position: -296px -120px;
    bottom: -58px;
    left: -40px;
}
#bloomwidget-2 {
    margin: 0;
}
.et_bloom #bloomwidget-2 .et_bloom_optin_161 .et_bloom_form_container {
    background: transparent;
    padding: 0;
}
.et_bloom
#bloomwidget-2
.et_bloom_optin_161
.et_bloom_form_container
.et_bloom_header_outer {
    max-width: 100%;
}
.et_bloom
#bloomwidget-2
.et_bloom_optin_161
.et_bloom_form_container
.et_bloom_form_header {
    background: transparent !important;
    padding: 0 !important;
}
.et_bloom #bloomwidget-2 .et_bloom_form_header img,
.et_bloom .et_bloom_form_header .et_bloom_form_text {
    padding: 0 !important;
}
.et_bloom
#bloomwidget-2
.et_bloom_optin_161
.et_bloom_form_container
.et_bloom_form_header
h2 {
    font-size: 34px !important;
    line-height: 48px !important;
    letter-spacing: -0.37px;
    color: #000;
    margin-bottom: 2px;
    font-family: "CircularStd";
}
.et_bloom
#bloomwidget-2
.et_bloom_optin_161
.et_bloom_form_container
.et_bloom_form_header
p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 25px;
    color: #000;
    margin: 0 0 25px;
}
.et_bloom
#bloomwidget-2
.et_bloom_widget_content
.et_bloom_form_container
.et_bloom_form_content {
    max-width: 615px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    background: transparent !important;
}
#bloomwidget-2
.et_bloom_form_container
.et_bloom_form_content
.et_bloom_fields {
    display: flex;
    background: transparent;
}
#bloomwidget-2
.et_bloom_form_container
.et_bloom_form_content
.et_bloom_fields
p {
    margin: 0;
    max-width: calc(100% - 124px);
    margin-right: -4px;
    width: 100%;
}
.et_bloom
#bloomwidget-2
.et_bloom_form_container
.et_bloom_form_content
.et_bloom_popup_input
input {
    background: #fff;
    padding: 11px 23px 12px !important;
    height: 100%;
    font-size: 18px;
    line-height: 27px;
    color: rgba(61, 61, 61, 0.5);
    width: 100%;
    border: 0;
    border-radius: 4px !important;
    font-family: "Graphik" !important;
    font-weight: 400;
    outline: none;
}
.et_bloom #bloomwidget-2 .et_bloom_optin_161 .et_bloom_form_content button {
    max-width: 130px;
    width: 100%;
    outline: none;
    background: #ef5366 !important;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-family: "Circularstd";
    font-weight: 500;
    letter-spacing: 1.4px;
    padding: 13px 18px;
    line-height: 21px;
    text-align: center;
    border: 1px solid #ef5366;
    border-radius: 4px !important;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: color 0.15s ease-in-out;
    display: inline-block;
}
.et_bloom
#bloomwidget-2
.et_bloom_optin_161
.et_bloom_form_content
button
.et_bloom_button_text {
    transition: color 0.15s ease-in-out;
}
#bloomwidget-2 .et_bloom_optin_161 .et_bloom_form_content button:before,
#bloomwidget-2 .et_bloom_optin_161 .et_bloom_form_content button:after {
    content: "";
    position: absolute;
    width: 101%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    z-index: -1;
}
#bloomwidget-2 .et_bloom_optin_161 .et_bloom_form_content button:before {
    transform: translateY(-100%);
    transition: transform 0ms ease-in-out;
}
#bloomwidget-2 .et_bloom_optin_161 .et_bloom_form_content button:after {
    transform: translateY(100%);
    transition: transform 0.3s ease-in-out;
}
#bloomwidget-2 .et_bloom_optin_161 .et_bloom_form_content button:hover:before,
#bloomwidget-2 .et_bloom_optin_161 .et_bloom_form_content button:focus:before,
#bloomwidget-2 .et_bloom_optin_161 .et_bloom_form_content button:active:before {
    transform: translateY(0);
    transition: transform 0.3s ease-in-out;
}
#bloomwidget-2 .et_bloom_optin_161 .et_bloom_form_content button:hover:after,
#bloomwidget-2 .et_bloom_optin_161 .et_bloom_form_content button:focus:after,
#bloomwidget-2 .et_bloom_optin_161 .et_bloom_form_content button:active:after {
    transform: translateY(0);
    transition: transform 0ms ease-in-out;
    transition-delay: 0.3s;
}
#bloomwidget-2 .et_bloom_optin_161 .et_bloom_form_content button:hover {
    color: #000;
}
#bloomwidget-2
.et_bloom_optin_161
.et_bloom_form_content
button:focus
.et_bloom_button_text {
    color: #000 !important;
}
.et_bloom
#bloomwidget-2
.et_bloom_optin_161
.et_bloom_form_content
button:hover
.et_bloom_button_text {
    color: #000 !important;
}
.et_bloom
#bloomwidget-2
.et_bloom_optin_161
.et_bloom_form_content
button
.et_bloom_button_text {
    text-transform: uppercase;
    font-weight: 500 !important;
    font-family: "Circularstd";
}
/*-----------Sidebar newsletter form-------------*/
.sidebar-newsletter h2 {
    font-size: 22px !important;
    line-height: 30px !important;
    color: #000;
    font-family: "Graphik";
    font-weight: 600 !important;
    margin-bottom: 10px;
}
.sidebar .sidebar-newsletter p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.13px;
    color: #000;
    margin: 0 0 36px;
    font-family: "Graphik";
}
.sidebar-newsletter .wpcf7,
.sidebar-newsletter .hbspt-form {
    width: 100%;
    position: relative;
}
.sidebar-newsletter .wpcf7:before, 
.sidebar-newsletter .hbspt-form:before {
    content: "";
    position: absolute;
    right: 55px;
    top: -53px;
    background: url(../img/css-sprite.png?lossy=1&strip=1&webp=1);
    width: 21px;
    height: 49px;
    background-position: -267px -122px;
}
.sidebar-newsletter .hbspt-form .hs-email label {
    display: none;
} 
.sidebar-newsletter .hbspt-form .hs-error-msgs {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0; 
}
.sidebar-newsletter .hbspt-form .hs-error-msgs li {
    padding: 0;
}
.sidebar-newsletter .hbspt-form .hs-error-msgs label {
    text-align: left;
    color: rgb(239, 83, 102);
    padding-top: 5px;
    display: block;
    margin: 0;
    display: block;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
}
.sidebar-newsletter .hbspt-form .hs-error-msgs label.hs-main-font-element {
    margin-bottom: 10px;
}
.sidebar-newsletter .hbspt-form .hs-email {
    position: relative;
}
.sidebar-newsletter .input-field-row .input-field {
    height: 100%;
    font-family: "Graphik";
    font-weight: 400;
    width: 100%;
    border-radius: 3px;
    border: 1px solid #e8e9f3;
    background: #f9fcfe;
    padding: 13px 16px 15px;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.17px;
    color: #000;
    outline: none;
    margin-bottom: 14px;
}
.sidebar-newsletter .hbspt-form .hs-email {
    margin-bottom: 14px;
}
.sidebar-newsletter .hbspt-form .hs-email .input .hs-input {
    height: 100%;
    font-family: "Graphik";
    font-weight: 400;
    width: 100%;
    border-radius: 3px;
    border: 1px solid #e8e9f3;
    background: #f9fcfe;
    padding: 13px 16px 15px;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.17px;
    color: #000;
    outline: none;
    margin-bottom: 0;
}

.sidebar-newsletter .input-field-row .submit-row, 
.sidebar-newsletter .hbspt-form .hs-submit .actions {
    outline: none;
    background: #ef5366;
    padding: 0;
    border: 1px solid #ef5366;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: color 0.15s ease-in-out;
    display: inline-block;
    width: 100%;
    cursor: pointer;
}
.sidebar-newsletter .button-txt, 
.sidebar-newsletter .hbspt-form .hs-submit .actions .hs-button {
    padding: 13px 18px;
    transition: color 0.15s ease-in-out;
    text-transform: uppercase;
    font-weight: 500;
    font-family: "Circularstd";
    margin: 0;
    color: #fff;
    text-align: center;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 21px;
    cursor: pointer;
    width: 100%;
    background-color: transparent;
    border: 0;
}
.sidebar-newsletter .input-field-row .submit-row:before,
.sidebar-newsletter .input-field-row .submit-row:after, 
.sidebar-newsletter .hbspt-form .hs-submit .actions:before, 
.sidebar-newsletter .hbspt-form .hs-submit .actions:after {
    content: "";
    position: absolute;
    width: 101%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    z-index: -1;
}
.sidebar-newsletter .input-field-row .submit-row:before,
.sidebar-newsletter .hbspt-form .hs-submit .actions:before {
    transform: translateY(-100%);
    transition: transform 0ms ease-in-out;
}
.sidebar-newsletter .input-field-row .submit-row:after,
.sidebar-newsletter .hbspt-form .hs-submit .actions:after {
    transform: translateY(100%);
    transition: transform 0.3s ease-in-out;
}
.sidebar-newsletter .input-field-row .submit-row:hover .button-txt,
.sidebar-newsletter .hbspt-form .hs-submit .actions:hover .hs-button {
    color: #000;
}
.sidebar-newsletter .input-field-row .submit-row:hover:before,
.sidebar-newsletter .input-field-row .submit-row:focus:before,
.sidebar-newsletter .input-field-row .submit-row:active:before,
.sidebar-newsletter .hbspt-form .hs-submit .actions:hover:before,
.sidebar-newsletter .hbspt-form .hs-submit .actions:focus:before,
.sidebar-newsletter .hbspt-form .hs-submit .actions:active:before {
    transform: translateY(0);
    transition: transform 0.3s ease-in-out;
}
.sidebar-newsletter .input-field-row .submit-row:hover:after,
.sidebar-newsletter .input-field-row .submit-row:focus:after,
.sidebar-newsletter .input-field-row .submit-row:active:after,
.sidebar-newsletter .hbspt-form .hs-submit .actions:hover:after,
.sidebar-newsletter .hbspt-form .hs-submit .actions:focus:after,
.sidebar-newsletter .hbspt-form .hs-submit .actions:active:after  {
    transform: translateY(0);
    transition: transform 0ms ease-in-out;
    transition-delay: 0.3s;
}
.sidebar-newsletter .input-field-row .submit-row .ajax-loader,
.sidebar-newsletter .input-field-row .submit-row .wpcf7-spinner {
    display: none;
}
/*-----------End Sidebar newsletter form-------------*/
.ws .related-posts {
    max-width: 1015px;
    margin: 50px auto 70px;
}
.related-posts h2 {
    font-size: 42px;
    line-height: 53px;
    color: #000;
    margin-bottom: 50px;
}
.related-posts h2 .h-highlight {
    position: relative;
    background: linear-gradient(-225deg, transparent 5px, #fbcfd5 0) bottom left,
        linear-gradient(-45deg, transparent 5px, #fbcfd5 0) bottom right;
    background-size: 51% 7px;
    background-repeat: no-repeat;
}
.related-posts .card-deck {
    justify-content: space-between;
    width: 100%;
}
.related-posts .custom-card {
    position: relative;
    max-width: 304px;
    box-shadow: 0 1px 18px 0 rgba(0, 0, 0, 0.05),
        0 3px 5px -1px rgba(0, 0, 0, 0.07);
    background: #fff;
    transition: all 0.4s ease;
}
.related-posts .custom-card:hover {
    box-shadow: 4px 4px 26px 5px rgba(0, 0, 0, 0.05),
        6px 8px 26px 0px rgba(0, 0, 0, 0.02);
    transform: translate(0px, -10px);
}
.related-posts .custom-card .card {
    margin: 0;
    box-shadow: initial;
    border-radius: 0;
    background: transparent;
}
.related-posts .custom-card .card:hover {
    box-shadow: initial;
    top: 0;
}
.related-posts .custom-card .card .card-img {
    opacity: 1;
    border-radius: 0;
    max-height: 210px;
    display: block;
}
.related-posts .custom-card .card .card-img img {
    width: 100%;
    object-fit: cover;
    opacity: 1;
    border-radius: 0;
    max-height: 210px;
    display: block;
}
.ws .related-posts .custom-card .meta-zone {
    margin: 0;
    padding: 29px 20px 87px;
    height: 100%;
}
.related-posts .card-img-overlay {
    position: relative;
    padding: 0;
}
.related-posts .card-img-overlay .card-title {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.22px;
    font-family: "CircularStd";
    font-weight: 500;
    margin-bottom: 17px;
    position: relative;
}
.related-posts .card-img-overlay .card-title a {
    color: #000;
    transition: all 0.3s ease;
}
.related-posts .card-img-overlay .card-title a:hover {
    color: #ef5366;
}
.custom-card .meta-zone .user-info {
    display: flex;
    position: absolute;
    bottom: 25px;
    left: 20px;
    width: calc(100% - 40px);
    padding-top: 16px;
}
.custom-card .meta-zone .user-info:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: #ef5366;
}
.custom-card .meta-zone .user-info img {
    margin-right: 12px;
    width: 46px;
    height: 46px;
}
.custom-card .username-info {
    max-width: calc(100% - 58px);
}
.related-posts .custom-card .username-info .author {
    display: block;
    font-size: 18px;
    line-height: 24px;
    font-family: "Graphik";
    font-weight: 500;
    color: #ef5366;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.related-posts .custom-card .username-info .author a {
    color: #ef5366;
}
.related-posts .custom-card .username-info .date {
    display: block;
    font-size: 14px;
    line-height: 19px;
    font-family: "Graphik";
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
}
.single-author-bio {
    display: flex;
}
.single-author-bio .img-blk-wrapper {
    width: 270px;
    height: 270px;
    margin-right: 40px;
    padding: 18px;
}
.single-author-bio .img-blk-wrapper .img-blk {
    position: relative;
    width: 100%;
    height: 100%;
    background: linear-gradient(132deg, #ecc2e5, #edc4e6);
}
.single-author-bio .img-blk-wrapper .img-blk img {
    margin: 0 auto;
    border-radius: 0;
    width: auto;
    max-width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
}
.single-author-bio .img-blk-wrapper .img-blk:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: -18px;
    top: -18px;
    background: #ffe0f9;
    z-index: -1;
}
.single-author-bio .img-blk-wrapper .img-blk:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    right: -18px;
    bottom: -18px;
    background: #ffe0f9;
    z-index: -1;
}
.single-author-bio .single-author-bio-text {
    max-width: calc(100% - 310px);
    padding-top: 35px;
}
.single-author-bio .single-author-bio-text h3 {
    font-size: 30px;
    line-height: 38px;
    color: #000;
    margin-bottom: 7px;
    font-weight: 700;
    font-family: "CircularStd";
}
.single-author-bio .single-author-bio-text p {
    font-size: 18px;
    line-height: 28px;
    color: #000;
}
.blog-post-thumbnail-zone {
    height: auto !important;
}
.blog-post-thumbnail-zone img {
    max-height: 250px;
    height: auto !important;
}
.single-thumbnail {
    height: auto;
    position: relative;
    width: calc(100% - 170px);
    background-color: transparent;
    overflow: hidden;
    background-blend-mode: initial;
    margin-bottom: 70px;
}
.single-thumbnail picture {
    width: 100%;
    height: 100%;
    display: block;
}
.single-thumbnail picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.single-thumbnail img {
    width: 100%;
    max-height: 288px;
    height: auto !important;
    object-fit: cover;
    display: block;
}
.custom-link-blk {
    padding: 75px 14px 11px;
    position: relative;
}
.custom-link-blk:before {
    content: "";
    width: 15px;
    height: 15px;
    background: url(../img/css-sprite.png?lossy=1&strip=1&webp=1);
    background-position: 91px -79px;
    position: absolute;
    right: 8px;
    top: 8px;
}
.post .entry-content .custom-link-blk p {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    font-family: "Graphik";
    max-width: 60%;
}
/*-------- Blog Comment Box Start --------*/
.allcomments .comments-container {
    border: solid 1px #e8e9f3;
    background-color: #ffffffcc;
    box-shadow: 0 5px 10px 0 #a1afdd17;
}
.allcomments .comments-container .title-tag-container {
    border-bottom: 1px solid #e8e9f3;
    padding: 24px 30px;
}
.allcomments .comments-container .title-tag-container.commnet-heading {
    border-bottom: 0;
}
.allcomments .comments-container .title-tag-container .title-tag {
    margin: 0px;
    font-size: 24px;
    font-weight: bold;
    font-family: "CircularStd";
    color: #3d3d3d;
    position: relative;
    cursor: pointer;
    padding-right: 25px;
}
.allcomments .comments-container .title-tag-container .title-tag:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: url(../img/faq-down-arrow.svg) no-repeat;
    width: 18px;
    height: 12px;
    transition: all 0.2s ease;
}
.allcomments .comments-container .title-tag-container.active .title-tag:after {
    transform: translateY(-50%) rotateX(180deg);
}
.comments-container .comment-respond .comment-reply-title {
    margin: 0px;
}
.comments-container .comment .comment-respond .comment-reply-title {
    margin: 0px;
    padding: 0 30px 20px;
}
.allcomments .commentlist {
    margin: 0px;
    padding: 0px;
}
.allcomments .commentlist > li {
    margin: 0px;
    border-bottom: 1px solid #e8e9f3;
}
.allcomments .commentlist li > .comment {
    padding: 30px;
}
.allcomments .commentlist li .comment .comment-form {
    padding: 0px 0 20px;
}
.allcomments .comment {
    margin: 0px;
    position: relative;
}
.allcomments .commentlist li .children {
    padding: 0 0 0 30px;
}
.allcomments .commentlist > li > .children > li {
    padding: 0 30px 0 20px;
}
.allcomments .commentlist li > .children > li > .comment {
    border-left: 2px solid #e8e9f3;
    padding: 0px 0 0 20px;
    margin: 0 0 30px;
}
.allcomments .commentlist li .children li .comment-reply-title {
    padding: 0 0 20px 10px;
}
.allcomments .commentlist li .children li .usercommentmeta {
    top: 0;
    right: 0;
}
.comments-container .comment-respond .comment-form {
    padding: 24px 15px;
    display: flex;
    flex-wrap: wrap;
}
.expand_Row_sec {
    display: none;
    padding-top: 20px;
    width: 100%;
}
.expand_Row_sec_wrapper {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.allcomments
.comments-container
.comment-respond
.comment-form
p
textarea#comment {
    width: 100%;
    height: 80px;
    border-radius: 4px;
    border: solid 1px #e8e9f3;
    resize: none;
    background: transparent !important;
    margin: 0px;
    padding: 8px 10px 10px !important;
    display: block;
    font-size: 15px;
}
.comments-container .comment-respond .comment-form .input-field {
    width: 50%;
    padding: 0 10px 0px;
}
.comments-container .comment-respond .comment-form .input-field p {
    margin: 0px !important;
    position: relative;
}
.comments-container .comment-respond .comment-form .comment-notes {
    width: 100%;
    margin: 0px !important;
    padding: 0 10px 20px;
}
.comments-container .comment-respond .comment-form .input-field.textarea-field {
    width: 100%;
    position: relative;
    padding-bottom: 0;
}
/* .comments-container .comment-respond .comment-form .input-field.textarea-field .collaseBlk {
position: absolute;
background: url(../img/right-arrow.svg);
width: 25px;
height: 19px;
right: -32px;
top: 9px;
background-size: 25px;
cursor: pointer;
z-index: 9;
} */
.allcomments .input-field input {
    height: 40px;
    width: 100% !important;
    border-radius: 4px !important;
    border: solid 1px #e8e9f3 !important;
    margin: 0px !important;
    background: transparent !important;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    padding: 8px 10px 10px !important;
}
.comments-container .comment-respond .comment-form p label {
    position: absolute;
    top: 7px;
    left: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #9c9c9e;
    transition: all 300ms ease;
    font-size: 15px;
}
.allcomments .input-field input:focus + label,
.allcomments .input-field textarea:focus + label {
    top: -5px;
    font-size: 11px;
    line-height: 12px;
    padding: 0 2px;
    background: #fff;
    z-index: 9;
}
.allcomments .input-field input.fill + label,
.allcomments .input-field textarea.fill + label {
    top: -5px;
    font-size: 11px;
    line-height: 12px;
    padding: 0 2px;
    background: #fff;
    z-index: 9;
}
.allcomments .form-submit {
    text-align: right;
    background-color: #ef5366;
    width: auto;
    margin: 0 auto;
    border-radius: 4px;
    position: relative;
    transition: color 0.15s ease-in-out;
    border: 1px solid #ef5366;
    z-index: 1;
    overflow: hidden;
    margin-top: 20px;
    margin-right: 10px;
}
.allcomments .comment-form .submit {
    margin: 0px;
    height: 44px;
    padding: 12px 29px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    transition: color 0.15s ease-in-out;
}
.allcomments .form-submit:hover .submit {
    color: #ef5366;
}
.allcomments .form-submit:after,
.allcomments .form-submit:before {
    content: "";
    position: absolute;
    width: 101%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: -1;
}
.allcomments .form-submit:before {
    transform: translateY(-100%);
    transition: transform 15ms ease-in-out;
}
.allcomments .form-submit:after {
    transform: translateY(100%);
    transition: transform 0.2s ease-in-out;
}
.allcomments .form-submit:hover:before {
    transform: translateY(0);
    transition: transform 0.2s ease-in-out;
}
.allcomments .form-submit:hover:after {
    transform: translateY(0);
    transition: transform 0ms ease-in-out;
    transition-delay: 0.2s;
}
.allcomments .usercommentmeta {
    position: absolute;
    top: 20px;
    right: 30px;
}
.allcomments .userreply {
    margin: 0px;
    text-align: right;
}
.allcomments .userwriting,
.allcomments .comment-content {
    font-size: 20px;
    font-family: "Graphik" !important;
    line-height: 1.4;
    color: #3d3d3d;
    letter-spacing: -0.15px;
}
.allcomments .username {
    margin-bottom: 1px;
    font-family: "Graphik" !important;
    color: #3d3d3d;
    font-size: 18px;
    font-weight: 500;
}
.allcomments .userdate {
    font-family: "Graphik" !important;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
.allcomments .comment-reply.icon-action-undo::before {
    content: "Reply";
    font-size: 14px;
    font-weight: 500;
    color: #ef5366;
    text-transform: uppercase;
    font-family: "Graphik";
}
/*---------Blog-Comment Box End-----------*/
/*---------End Blog-List-page-----------*/
/*---------Start 404 Page-----------*/
.error404 #page {
    background: inherit;
    position: relative;
}
.error404 #page::before {
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-image: linear-gradient(to top, #fff, #ecf5ff);
    opacity: 1;
    height: 465px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.notfoundPage {
    margin-top: 0px;
}
.notfound-banner {
    text-align: center;
    position: relative;
    margin-bottom: 100px;
}
.notfound-banner .container {
    width: 100%;
}
.notfound-banner .banner-img img {
    max-width: 100%;
}
.notfound-banner .banner-content h1 {
    font-family: "CircularStd";
    font-weight: 700;
    margin-bottom: 14px;
    font-size: 48px;
    line-height: 57px;
    color: #3d3d3d;
}
.notfound-banner .banner-content h1 span {
    background-image: linear-gradient(100deg, #3d3d3d, #ff4d63);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}
.notfound-banner .banner-content p {
    font-size: 25px;
    line-height: 34px;
    color: #3d3d3d;
    max-width: 660px;
    margin: 0 auto;
    margin-bottom: 60px;
}
.foot-service-section {
    margin: 0 0 81px;
}
.service-listing-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.service-listing-row .service-single {
    max-width: 210px;
    min-width: 210px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    padding: 22px 19px;
    box-shadow: 0 1px 18px 0 rgba(0, 0, 0, 0.06),
        0 3px 5px -1px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 800ms cubic-bezier(0.2, 0.8, 0.2, 1);
    transition: all 800ms cubic-bezier(0.2, 0.8, 0.2, 1);
    border: 1px solid #fcd9c3;
    background-color: white;
}
.service-listing-row .service-single.very-light-pink-three {
    border-color: #f3cccc;
}
.service-listing-row .service-single.pale-grey {
    border-color: #c4d1ea;
}
.service-listing-row .service-single.ice-blue {
    border-color: #b5ebe7;
}
.service-listing-row .service-single.off-white {
    border-color: #e7e4bb;
}
.service-listing-row .service-single .service-img-blk {
    border-radius: 50%;
    margin: 0 auto 19px;
    width: 70px;
    height: 70px;
    -webkit-transition: all 800ms cubic-bezier(0.2, 0.8, 0.2, 1);
    transition: all 800ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
.service-listing-row .service-single .service-content-blk {
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    text-align: center;
}
.service-listing-row .service-single .service-content-blk h4 {
    font-family: "Graphik";
    font-size: 18px;
    margin-bottom: 7px;
    line-height: 24px;
    -webkit-transition: all 800ms cubic-bezier(0.2, 0.8, 0.2, 1);
    transition: all 800ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
.service-listing-row .service-single .service-content-blk h4 a {
    color: #3d3d3d;
    -webkit-transition: all 800ms cubic-bezier(0.2, 0.8, 0.2, 1);
    transition: all 800ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
.service-listing-row .service-single .service-content-blk p {
    font-size: 17px;
    line-height: 23px;
    margin: 0;
    -webkit-transition: all 800ms cubic-bezier(0.2, 0.8, 0.2, 1);
    transition: all 800ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
.foot-service-section .container {
    max-width: 1220px;
    width: 100%;
    padding: 0 15px !important;
}
.service-listing-row .service-single:hover {
    box-shadow: 0 11px 15px -3px rgba(0, 0, 0, 0.1),
        0 9px 30px 3px rgba(0, 0, 0, 0.04), 0 20px 30px 3px rgba(0, 0, 0, 0.04);
    transform: translateY(-5px);
    background-color: #fff4ed;
}
.service-listing-row .service-single:hover .service-img-blk {
    transform: translateY(-11px);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 40px;
}
.service-listing-row .service-single:hover .service-content-blk h4 a {
    color: #f78761;
}
.service-listing-row .service-single:hover .service-content-blk h4 {
    transform: translateY(-7px);
}
.service-listing-row .service-single:hover .service-content-blk p {
    transform: translateY(-4px);
}
.service-listing-row
.service-single.very-light-pink-three:hover
.service-content-blk
h4
a {
    color: #d28585;
}
.service-listing-row .service-single.very-light-pink-three:hover {
    background-color: #ffefef;
}
.service-listing-row .service-single.off-white:hover {
    background-color: #fffde6;
}
.service-listing-row .service-single.off-white:hover .service-content-blk h4 a {
    color: #a5a271;
}
.service-listing-row .service-single.ice-blue:hover {
    background-color: #e3fffd;
}
.service-listing-row .service-single.ice-blue:hover .service-content-blk h4 a {
    color: #3ebcb6;
}
.service-listing-row .service-single.pale-grey:hover {
    background-color: #eaf1ff;
}
.service-listing-row .service-single.pale-grey:hover .service-content-blk h4 a {
    color: #698ede;
}
/*--------- End 404 Page -----------*/
/*--------- Start popup Css --------*/
.single-post.et_bloom .et_bloom_popup:after {
    background-color: rgba(0, 0, 0, 0.7);
}
.single-post .et_bloom_popup .et_bloom_form_header {
    padding: 0 0 26px !important;
}
.single-post .et_bloom_popup .et_bloom_form_header.split img {
    max-width: 250px;
    width: 100%;
    height: auto;
    padding: 0px;
    float: none;
    display: block !important;
}
.single-post .et_bloom_popup .et_bloom_form_header .et_bloom_form_text {
    width: 100%;
    display: block;
    clear: both;
    padding: 28px 0 0 !important;
}
.single-post .et_bloom_popup .et_bloom_form_header .et_bloom_form_text h2 {
    font-size: 26px !important;
    font-weight: bold !important;
    font-family: "CircularStd";
    color: #3d3d3d !important;
    margin: 0 0 10px;
}
.single-post .et_bloom_popup .et_bloom_form_header .et_bloom_form_text h2 span {
    color: #3d3d3d !important;
}
.single-post .et_bloom_popup .et_bloom_form_header .et_bloom_form_text p {
    font-size: 18px;
    letter-spacing: 0.2px;
    color: #3d3d3d !important;
    font-family: "Graphik";
    margin: 0;
}
.single-post .et_bloom_popup .et_bloom_form_header .et_bloom_form_text p span {
    color: #3d3d3d !important;
}
.single-post.et_bloom
.et_bloom_popup
.et_bloom_form_container
.et_bloom_form_content {
    width: 100%;
    border-radius: 5px !important;
    padding: 30px 24px !important;
    background: #fff !important;
    box-shadow: 0 2px 4px 0 #00000013;
}
.single-post.et_bloom
.et_bloom_popup
.et_bloom_form_container
.et_bloom_form_content
> svg {
    display: none;
}
.single-post.et_bloom
.et_bloom_optin_86
.et_bloom_form_container
.et_bloom_form_header {
    background: transparent !important;
}
.single-post.et_bloom .et_bloom_popup .et_bloom_form_container_wrapper {
    background-image: linear-gradient(225deg, #e2f7ff, #e1f6ff);
    padding: 24px;
    max-height: inherit !important;
    position: relative;
    z-index: -10;
}
.single-post.et_bloom .et_bloom_popup .et_bloom_popup_container:before {
    content: "";
    position: absolute;
    top: -20px;
    left: 20px;
    width: 100%;
    height: 100%;
    background: #cceffd;
    z-index: -10000;
}
.single-post.et_bloom
.et_bloom_popup
.et_bloom_form_container
.et_bloom_form_header {
    background: transparent !important;
}
.single-post.et_bloom
.et_bloom_popup
.et_bloom_form_container
.et_bloom_form_content
.et_bloom_popup_input {
    padding-right: 10px;
    width: auto;
    flex: 1 1 auto;
}
.single-post.et_bloom
.et_bloom_popup
.et_bloom_form_container
.et_bloom_form_content
.et_bloom_popup_input
input {
    height: 50px;
    opacity: 1;
    border-radius: 4px !important;
    font-family: "Graphik";
    font-weight: 400;
    border: solid 1px rgba(0, 0, 0, 0.2);
    font-size: 16px;
    line-height: 22px;
    color: #3d3d3d;
    padding: 13px 16px !important;
    transition: all 0.15s ease-in-out;
    background: transparent !important;
}
.single-post.et_bloom
.et_bloom_popup
.et_bloom_form_container
.et_bloom_form_content
.et_bloom_popup_input
input:focus {
    border: solid 1px #ef5366;
    outline: 0;
}
.single-post.et_bloom
.et_bloom_form_container
.et_bloom_form_content
.et_bloom_popup_input
input::-webkit-input-placeholder {
    /* Edge */
    opacity: 0.5;
    color: #3d3d3d;
}
.single-post.et_bloom
.et_bloom_form_container
.et_bloom_form_content
.et_bloom_popup_input
input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    opacity: 0.5;
    color: #3d3d3d;
}
.single-post.et_bloom
.et_bloom_form_container
.et_bloom_form_content
.et_bloom_popup_input
input::placeholder {
    opacity: 0.5;
    color: #3d3d3d;
}
.single-post.et_bloom
.et_bloom_popup
.et_bloom_form_container
.et_bloom_fields {
    display: flex;
    justify-content: space-between;
}
.single-post.et_bloom
.et_bloom_popup
.et_bloom_form_container
.et_bloom_submit_subscription {
    flex: 0 0 150px;
    width: auto;
    background-color: #ef5366 !important;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    font-family: "Graphik";
    letter-spacing: 1.4px;
    padding: 13px 22px;
    letter-spacing: 1.6px;
    line-height: 21px;
    text-align: center;
    border: 1px solid #ef5366;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: color 0.15s ease-in-out;
    display: inline-block;
}
.single-post.et_bloom
.et_bloom_popup
.et_bloom_form_container
.et_bloom_submit_subscription
.et_bloom_button_text.et_bloom_button_text_color_light {
    transition: all 0.3s ease;
}
.single-post.et_bloom
.et_bloom_popup
.et_bloom_form_container
.et_bloom_submit_subscription:hover
.et_bloom_button_text.et_bloom_button_text_color_light {
    color: #000 !important;
}
.single-post.et_bloom
.et_bloom_popup
.et_bloom_form_container.et_bloom_form_text_dark
.et_bloom_form_content
span.et_bloom_button_text.et_bloom_button_text_color_dark {
    color: rgba(255, 255, 255, 1) !important;
    transition: color 0.15s ease-in-out;
}
.single-post.et_bloom
.et_bloom_popup
.et_bloom_form_container
.et_bloom_submit_subscription:before,
.single-post.et_bloom
.et_bloom_popup
.et_bloom_form_container
.et_bloom_submit_subscription:after {
    content: "";
    position: absolute;
    width: 101%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    z-index: -1;
}
.single-post.et_bloom
.et_bloom_popup
.et_bloom_form_container
.et_bloom_submit_subscription:before {
    transform: translateY(-100%);
    transition: transform 0ms ease-in-out;
}
.single-post.et_bloom
.et_bloom_popup
.et_bloom_form_container
.et_bloom_submit_subscription:after {
    transform: translateY(100%);
    transition: transform 0.3s ease-in-out;
}
.single-post.et_bloom
.et_bloom_popup
.et_bloom_form_container
.et_bloom_submit_subscription:hover:before,
.single-post.et_bloom
.et_bloom_popup
.et_bloom_form_container
.et_bloom_submit_subscription:focus:before,
.single-post.et_bloom
.et_bloom_popup
.et_bloom_form_container
.et_bloom_submit_subscription:active:before {
    transform: translateY(0);
    transition: transform 0.3s ease-in-out;
}
.single-post.et_bloom
.et_bloom_popup
.et_bloom_form_container
.et_bloom_submit_subscription:hover:after,
.single-post.et_bloom
.et_bloom_popup
.et_bloom_form_container
.et_bloom_submit_subscription:focus:after,
.single-post.et_bloom
.et_bloom_popup
.et_bloom_form_container
.et_bloom_submit_subscription:active:after {
    transform: translateY(0);
    transition: transform 0ms ease-in-out;
    transition-delay: 0.3s;
}
.single-post.et_bloom
.et_bloom_popup
.et_bloom_form_container.et_bloom_form_text_dark
.et_bloom_form_content
.et_bloom_submit_subscription:hover
span.et_bloom_button_text.et_bloom_button_text_color_dark {
    color: #000 !important;
}
.single-post.et_bloom
.et_bloom_popup
.et_bloom_form_container
.et_bloom_close_button {
    background-color: transparent !important;
    top: 20px;
    right: 20px;
    background: transparent;
    box-shadow: none;
    border-radius: 0px;
    height: 16px;
    width: 16px;
}
.single-post.et_bloom
.et_bloom_popup
.et_bloom_form_container
.et_bloom_close_button:before {
    top: -1px;
    right: -1px;
}
.single-post.et_bloom .et_bloom_popup .et_bloom_popup_container {
    right: 10px;
    max-height: inherit !important;
    top: 10px !important;
    margin: auto;
    background: transparent !important;
    padding: 0;
    border: 0;
}
.single-post.et_bloom .et_bloom_popup {
    overflow: auto;
    align-items: flex-start;
    margin: auto;
    overflow: auto;
    height: 100% !important;
    min-height: 100vh !important;
    padding: 30px 0;
}
.single-post.et_bloom
.et_bloom_optin
.et_bloom_border_dashed
.et_bloom_form_container_wrapper,
.single-post.et_bloom
.et_bloom_optin
.breakout_edge.et_bloom_border_dashed
.et_bloom_form_header {
    border: 0 !important;
}
.single-post.et_bloom .et_bloom_popup.et_bloom_visible {
    display: flex !important;
}
/*--------- End popup Css --------*/
/*--------- Landing page css --------*/
.single-products .entry-content p {
    font-size: 18px;
    line-height: 28px;
}
.single-products .entry-content ul li {
    font-size: 18px;
    line-height: 28px;
    font-family: "Graphik";
}
.single-products .entry-content ul li:before {
    top: 6px;
}
.heading-wrapper {
    max-width: 727px;
    width: 100%;
    text-align: center;
    margin: 0px auto;
}
.heading-wrapper h2 {
    font-size: 44px;
    line-height: 53px;
    letter-spacing: -0.48px;
    font-family: "CircularStd";
    font-weight: 700;
    margin-bottom: 20px;
}
.heading-wrapper h2 .h-highlight {
    position: relative;
    background: linear-gradient(-225deg, transparent 5px, rgb(251, 207, 213) 0px)
        left bottom / 51% 7px no-repeat,
        linear-gradient(-45deg, transparent 5px, rgb(251, 207, 213) 0px) right
        bottom;
    background-repeat: no-repeat;
    background-size: 51% 7px;
}
.client-review-slider {
    margin: 40px 0 0;
}
.client-testimonial-list {
    width: 100%;
    display: block;
    max-width: 842px;
    margin: 0 auto;
}
.client-testimonial-list .slick-list {
    padding: 0 0 60px !important;
}
.client-testimonial-list .single-item {
    position: relative;
    width: 375px;
    transition: all 800ms cubic-bezier(0.2, 0.8, 0.2, 1) 0s;
    margin: 0px 23px;
}
.client-testimonial-list .single-item .testimonial-bg {
    position: absolute;
    left: 0px;
    top: 50%;
    right: 0px;
    bottom: auto;
    z-index: -1;
    width: 355px;
    height: 0px;
    margin-right: auto;
    margin-left: auto;
    background-color: rgb(235, 224, 255);
    background-image: url(../img/back-patren.png);
    background-size: 24px;
    opacity: 1;
    transform: translate(0px, -50%);
    background-position: 0px 0px;
    transition: all 2400ms cubic-bezier(0.2, 0.8, 0.2, 1) 0s;
}
.client-testimonial-list .single-item .testi-video-wrapper {
    box-shadow: rgba(0, 0, 0, 0.06) 1px 0px 18px 0px,
        rgba(0, 0, 0, 0.1) 3px 0px 5px -1px;
    background-color: rgb(255, 255, 255);
    transition: all 800ms cubic-bezier(0.2, 0.8, 0.2, 1) 0s;
}
.testi-video-wrapper .testi-video-block {
    width: 100%;
    position: relative;
}
.testi-video-wrapper .testi-video-block .client-info {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    z-index: 9;
    width: 100%;
    background-image: linear-gradient(rgb(0, 0, 0), transparent);
    display: flex;
    padding: 8px 8px 8px 15px;
}
.testi-video-wrapper .testi-video-block .client-info .client-name {
    margin-right: 10px;
    color: rgb(255, 255, 255);
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
}
.testi-video-wrapper .testi-video-block figure {
    width: 100%;
    overflow: hidden;
    margin: 0;
}
.testi-video-wrapper .testi-video-block .play-pause-buttton {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgb(239, 83, 102);
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    box-shadow: inherit;
    cursor: pointer;
    margin: 0px auto;
    border-radius: 50%;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    outline: none;
    transition: all 0.5s ease-in-out 0s;
}
.testi-video-wrapper .testi-video-block figure img {
    max-width: 100%;
    width: 100%;
}
.testi-video-wrapper .video-testi-para {
    position: relative;
    height: 80px;
    padding: 10px 20px 12px 30px;
    transition: all 800ms cubic-bezier(0.2, 0.8, 0.2, 1) 0s;
    background: rgb(255, 255, 255);
}
.testi-video-wrapper .video-testi-para .testimonial-quote-img {
    position: absolute;
    left: -9px;
    top: -13px;
}
.testi-video-wrapper .video-testi-para p {
    color: rgb(61, 61, 61);
    font-size: 18px;
    line-height: 28px;
    margin: 0px;
}
.client-testimonial-list .single-item:hover {
    transform: translate(0px, 15px);
}
.client-testimonial-list .single-item:hover .testimonial-bg {
    height: calc(100% + 30px);
    transition: all 400ms cubic-bezier(0.2, 0.8, 0.2, 1) 0s;
}
.client-testimonial-list .single-item:hover .testi-video-wrapper {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 11px 15px -7px,
        rgba(0, 0, 0, 0.06) 0px 9px 20px 8px, rgba(0, 0, 0, 0.07) 0px 15px 20px 3px;
    background: rgb(246, 249, 255);
}
.client-testimonial-list
.single-item:hover
.testi-video-wrapper
.video-testi-para {
    bottom: 0px;
    background: rgb(246, 249, 255);
}
.client-testimonial-list .slick-arrow {
    width: 32px;
    position: absolute;
    padding: 0;
    top: 50%;
    z-index: 9;
    height: 24px;
    background-color: transparent;
    margin-top: -35px;
    margin-bottom: 0;
    transition: all 0.3s ease;
    outline: none;
    opacity: 1;
    border: 0;
    cursor: pointer;
    font-size: 0;
}
.client-testimonial-list .slick-arrow.slick-prev {
    background: url(../img/left-arrow.png);
    left: -50px;
}
.client-testimonial-list .slick-arrow.slick-next {
    background: url(../img/right-arrow.png);
    right: -50px;
}
/*----Patern animation------*/
.back-animate {
    animation: slide 70s linear infinite;
}
@-webkit-keyframes slide {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 400px 0;
    }
}
/*---------Case study slider----------*/
.case-study-slider-wrap {
    margin: 0 0 80px;
}
.case-study-slider {
    margin-top: 50px;
}
.case-study-slider.slick-initialized .slick-track {
    display: flex;
}
.case-study-slider.slick-initialized .slick-slide {
    display: flex;
    height: auto;
}
.case-study-single {
    width: 100%;
    position: relative;
    padding-top: 22px;
    margin: 0px auto;
    overflow: hidden;
    height: 100%;
}
.case-study-single a {
    display: block;
    height: 100%;
}
.case-study-single .case-study-bg {
    max-width: calc(100% - 22px);
    height: calc(100% - 22px);
    position: absolute;
    width: 100%;
    top: 0px;
    right: 0px;
    z-index: -1;
}
.case-study-single .case-study-wrap {
    max-width: calc(100% - 22px);
    display: flex;
    height: 100%;
}
.case-study-single .case-study-wrap .content-block {
    width: 48%;
    padding: 50px 64px 60px 75px;
}
.case-study-single .case-study-wrap .content-block h3 {
    font-size: 29px;
    line-height: 37px;
    margin-bottom: 19px;
    color: rgb(61, 61, 61);
    transition: all 0.3s ease 0s;
}
.case-study-single .case-study-wrap .content-block p {
    font-size: 22px;
    letter-spacing: -0.15px;
    line-height: 29px;
    margin-bottom: 45px;
    color: rgb(61, 61, 61);
    transition: all 0.5s ease 0s;
}
.case-study-single .case-study-wrap .content-block .line {
    width: 60px;
    height: 3px;
    margin-bottom: 25px;
    display: block;
    position: relative;
    background: rgb(239, 83, 102);
    border-radius: 1px;
    transition: all 0.5s ease 0s;
}
.case-study-single .case-study-wrap .content-block .btn-read {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: rgb(239, 83, 102);
    position: relative;
    display: inline-block;
    padding-bottom: 8px;
    transition: all 0.5s ease 0s;
}
.case-study-single .case-study-wrap .img-block {
    width: 52%;
    display: flex;
    align-items: flex-end;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
}
.case-study-single .case-study-wrap .img-block img {
    /* width: 100%; */
}
.case-study-slider .slick-arrow {
    width: 100px;
    position: absolute;
    top: 50%;
    z-index: 9;
    height: 100px;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 1px 18px 0px,
        rgba(0, 0, 0, 0.1) 0px 3px 5px -1px;
    background-color: rgb(255, 255, 255);
    margin-top: -50px;
    opacity: 1;
    cursor: pointer;
    padding: 0px;
    border-radius: 50%;
    transition: all 0.3s ease 0s;
    outline: none;
    border-width: 0px;
    font-size: 0;
}
.case-study-slider .slick-arrow.slick-prev {
    background: #fff url(../img/left-arrow.png) 50% 50% no-repeat;
    left: -95px;
}
.case-study-slider .slick-arrow.slick-next {
    background: #fff url(../img/right-arrow.png) 50% 50% no-repeat;
    right: -95px;
}
.case-study-slider .case-study-single.duck-egg-blue .case-study-wrap {
    background-image: linear-gradient(
        113deg,
        rgba(222, 255, 252, 0.7),
        rgba(207, 254, 250, 0.7)
        );
    background-size: 400% 400%;
    transition: all 0.3s ease 0s;
}
.case-study-single.duck-egg-blue .case-study-bg {
    background: rgb(194, 244, 240);
}
/*---------End Case study slider----------*/
.et_bloom .et_bloom_optin_176 .et_bloom_form_container .et_bloom_form_header {
    position: relative;
    overflow: initial;
}
.et_bloom
.et_bloom_optin_176
.et_bloom_form_container
.et_bloom_form_header
.note {
    position: absolute;
    font-size: 18px;
    font-family: "Graphik";
    font-weight: 500;
    line-height: 24px;
    color: #ef5366;
    right: 70px;
    top: 48px;
}
.et_bloom
.et_bloom_optin_176
.et_bloom_form_container
.et_bloom_form_header
.note:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 55px;
    background: url(../img/signup-down-arrow.svg);
    bottom: -58px;
    left: -40px;
}
.et_bloom .et_bloom_optin_176 .et_bloom_form_container {
    background: transparent;
    padding: 0;
}
.et_bloom .et_bloom_optin_176 .et_bloom_form_container .et_bloom_form_header {
    background: transparent !important;
    padding: 0 !important;
    position: relative;
}
.et_bloom
.et_bloom_optin_176
.et_bloom_form_container
.et_bloom_form_header:after {
    content: "";
    width: 89px;
    height: 62px;
    position: absolute;
    right: 100px;
    bottom: -20px;
    background: url(../img/benifite-arrow-dwn.svg);
}
.et_bloom .et_bloom_form_header img,
.et_bloom .et_bloom_form_header .et_bloom_form_text {
    padding: 0 !important;
}
.et_bloom
.et_bloom_optin_176
.et_bloom_form_container
.et_bloom_form_header
h2 {
    font-size: 34px !important;
    line-height: 48px !important;
    letter-spacing: -0.37px;
    color: #3d3d3d;
    margin-bottom: 6px;
    font-family: "CircularStd";
}
.et_bloom .et_bloom_optin_176 .et_bloom_form_container .et_bloom_form_header p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 25px;
    color: #3d3d3d;
    margin: 0 0 46px;
    max-width: 830px;
}
.et_bloom .et_bloom_optin_176 .et_bloom_form_container .et_bloom_form_content {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 30px 24px;
    background: #fff !important;
}
.et_bloom
.et_bloom_optin_176
.et_bloom_form_container
.et_bloom_form_content
.et_bloom_fields {
    display: flex;
    background: transparent;
}
.et_bloom
.et_bloom_optin_176
.et_bloom_form_container
.et_bloom_form_content
.et_bloom_fields
p {
    margin: 0;
    max-width: calc(100% - 162px);
    margin-right: -4px;
    width: 100%;
}
.et_bloom .et_bloom_optin_176 .et_bloom_1_field p.et_bloom_popup_input {
    width: 100%;
}
.et_bloom
.et_bloom_optin_176
.et_bloom_form_container
.et_bloom_form_content
.et_bloom_popup_input
input {
    background: #fff;
    padding: 11px 16px 12px !important;
    height: 100%;
    font-size: 16px;
    line-height: 22px;
    color: rgba(61, 61, 61, 0.5);
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 4px !important;
    font-family: "Graphik" !important;
    font-weight: 400;
    outline: none;
}
.et_bloom .et_bloom_optin_176 .et_bloom_form_content button {
    max-width: 150px;
    width: 100%;
    outline: none;
    background: #ef5366 !important;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-family: "Circularstd";
    font-weight: 500;
    letter-spacing: 1.6px;
    padding: 13px 18px;
    line-height: 21px;
    text-align: center;
    border: 1px solid #ef5366;
    border-radius: 4px !important;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: color 0.15s ease-in-out;
    display: inline-block;
}
.et_bloom
.et_bloom_optin_176
.et_bloom_form_content
button
.et_bloom_button_text {
    transition: color 0.15s ease-in-out;
}
.et_bloom_optin_176 .et_bloom_form_content button:before,
.et_bloom_optin_176 .et_bloom_form_content button:after {
    content: "";
    position: absolute;
    width: 101%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    z-index: -1;
}
.et_bloom_optin_176 .et_bloom_form_content button:before {
    transform: translateY(-100%);
    transition: transform 0ms ease-in-out;
}
.et_bloom_optin_176 .et_bloom_form_content button:after {
    transform: translateY(100%);
    transition: transform 0.3s ease-in-out;
}
.et_bloom_optin_176 .et_bloom_form_content button:hover:before,
.et_bloom_optin_176 .et_bloom_form_content button:focus:before,
.et_bloom_optin_176 .et_bloom_form_content button:active:before {
    transform: translateY(0);
    transition: transform 0.3s ease-in-out;
}
.et_bloom_optin_176 .et_bloom_form_content button:hover:after,
.et_bloom_optin_176 .et_bloom_form_content button:focus:after,
.et_bloom_optin_176 .et_bloom_form_content button:active:after {
    transform: translateY(0);
    transition: transform 0ms ease-in-out;
    transition-delay: 0.3s;
}
.et_bloom_optin_176 .et_bloom_form_content button:hover {
    color: #000;
}
.et_bloom_optin_176 .et_bloom_form_content button:focus .et_bloom_button_text {
    color: #000 !important;
}
.et_bloom
.et_bloom_optin_176
.et_bloom_form_content
button:hover
.et_bloom_button_text {
    color: #000 !important;
}
.et_bloom
.et_bloom_optin_176
.et_bloom_form_content
button
.et_bloom_button_text {
    text-transform: uppercase;
    font-weight: 500 !important;
    font-family: "Circularstd";
}
.product-banner-gredient {
    background-color: #fff;
    background-image: linear-gradient(
        236deg,
        rgba(255, 255, 255, 0.3),
        rgba(216, 251, 248, 0.3)
        );
}
.blue-gradient {
    background: linear-gradient(to top, rgba(255, 255, 255, 1), #f8f9ff);
}
.custom-get-start {
    border-bottom: 1px solid #c2c5d4;
}
.custom-start-left-col .head-row h3 {
    margin: 0 !important;
}
.service-row h3 {
    margin-bottom: 10px !important;
}
.custom-start-row {
    margin: 0 !important;
    display: flex;
}
.custom-start-row-mr0 {
    display: flex;
}
.custom-start-row > .wpb_column > .vc_column-inner {
    height: 100%;
}
.custom-get-start .get-start-img {
    margin-left: -60px;
    margin-top: -30px;
}
.post .entry-content .font-lg p {
    font-size: 26px;
    line-height: 50px;
    font-weight: 500;
}
.curved-bg {
    position: relative;
    background: url(../img/curved-shape.svg) 0% 20% no-repeat;
}
.curved-bg figure {
    margin-right: -53px !important;
}
.full-step-row .steps-block .col-lg-2 {
    flex: 0;
    padding: 0;
}
.full-step-row .steps-block .col-lg-10 {
    flex: 100%;
    max-width: 100%;
}
.full-step-row .steps-block .steps-heading {
    border-color: #adcad6;
    margin-bottom: 60px;
}
.full-step-row .steps-heading .steps-heading-single {
    border-color: #adcad6;
}
.custom-row-col > .vc_column-inner {
    height: 100%;
}
.more-project-list {
    max-width: 1112px;
    width: 100%;
    margin: 66px auto;
    display: flex;
    flex-wrap: wrap;
}
.more-project-list .single-blk {
    max-width: 319px;
    width: 100%;
    margin: 0 25px;
    margin-bottom: 50px;
    padding: 28px 28px 22px;
    background: #d4f3f1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    position: relative;
}
.more-project-list .single-blk:after {
    content: "";
    position: absolute;
    background: url(../img/rectangle-image-shadow.png);
    bottom: -33px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 290px;
    z-index: -1;
    background-size: 100% 100%;
}
.more-project-list .single-blk .title {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.22px;
    font-family: "CircularStd";
    margin-bottom: 30px;
}
.more-project-list .single-blk .title a {
    color: #3d3d3d;
}
.more-project-list .single-blk figure {
    margin: 0 auto;
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 43px;
}
.more-project-list .single-blk figure img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.more-project-list .single-blk .category {
    font-size: 18px;
    line-height: 24px;
    color: #3d3d3d;
}
.footer-form {
    box-shadow: rgba(235, 235, 242, 0.5) 0px 2px 24px 0px;
    width: calc(100% - 20px);
    position: relative;
    display: flex;
    margin-top: -80px;
    align-items: center;
    border-radius: 6px;
    background: rgb(244, 245, 255);
    padding: 40px 50px;
}
.footer-form:before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0px;
    position: absolute;
    z-index: -1;
    background: rgb(244, 245, 255);
    border-radius: 6px;
    z-index: 1;
}
.footer-form::after {
    content: "";
    width: 100%;
    height: 100%;
    top: 20px;
    right: -20px;
    position: absolute;
    z-index: 0;
    background: rgb(237, 239, 255);
    border-radius: 6px;
}
.footer-form .form-part {
    max-width: calc(100% - 255px);
    padding-right: 40px;
    width: 100%;
    position: relative;
    z-index: 9;
}
.footer-form .form-part.full-width {
    max-width: 100%;
    padding-right: 0px;
}
.footer-form .form-part h3 {
    font-size: 28px;
    line-height: 32px;
    letter-spacing: -0.26px;
    margin-bottom: 25px;
    color: rgb(239, 83, 102);
    text-align: left;
}
.cform {
    position: relative;
    margin-bottom: -15px;
}
.cform .wpcf7,
.cform  .hbspt-form {
    width: 100%;
    text-align: left;
}
.cform .hbspt-form > form {
    display: flex;
    flex-wrap: wrap;
}
.cform .input-field-row {
    display: flex;
    margin-bottom: 15px;
    justify-content: space-between;
} 
.cform .hs-form-field { 
    margin-bottom: 15px;
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
}
.cform .hs-form-field > label { 
    display: none;
}
.cform .hs-form-field .input {
    width: 100%;
}
.input-field-row .form-field-blk {
    position: relative;
    width: 100%;
}
.submit-row-wrap {
    position: relative;
}
.cform .hs-form-field .hs-error-msgs,
.cform .hbspt-form .hs_error_rollup .hs-error-msgs {
    padding: 0;
    margin: 0;
    list-style: none;
}
.cform .hs-form-field .hs-error-msgs .hs-error-msg,
.cform .hbspt-form .hs_error_rollup .hs-error-msgs .hs-main-font-element {
    margin: 0px;
    color: rgb(239, 83, 102);
    font-size: 12px;
    line-height: 16px;
} 
.cform div.wpcf7-validation-errors,
.cform div.wpcf7-acceptance-missing {
    border: 0;
    text-align: left;
    color: #f00;
    padding: 0;
    margin: 20px 0;
}
.input-field-row .form-field-blk .label-input-field,
.cform .hs-form-field .hs-input  {
    width: 100%;
    height: 44px;
    max-width: 100%;
    background-color: transparent;
    color: rgb(117, 117, 117);
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.17px;
    -webkit-appearance: none;
    padding: 16px 20px 17px 22px;
    transition: all 300ms ease 0s;
    outline: none;
    border: 0;
    border-bottom: 2px solid rgba(98, 108, 121, 0.5);
    border-radius: 1px;
    padding: 10px 0px;
}
.input-field-row .form-field-blk .label-input-field:focus,
.cform .hs-form-field .hs-input:focus {
    border-color: rgb(239, 83, 102);
}
.input-field-row .form-field-blk.column {
    width: 48%;
}
.input-field-row.select-row .form-field-blk .label-input-field {
    width: 100%;
    -webkit-appearance: none;
    padding: 10px 40px 10px 0px;
    background: url(../img/select-arrow-red.svg) 100% 50% no-repeat;
}
.cform .hs-form-field.hs-message {
    width: calc(100% - 190px);
    max-width: calc(100% - 190px);
}
.cform .hs-form-field.hs-message .input textarea.hs-input {
    height: 102px;
    display: block;
    resize: none;
}
.input-field-row .form-field-blk textarea.label-input-field {
    height: 102px;
    width: calc(100% - 190px);
    display: block;
    resize: none;
}
.cform .hbspt-form .hs_error_rollup {
    order: 6;
}
.cform .hbspt-form .hs_submit {
    padding-left: 10px;
    margin-bottom: 15px;
    width: 180px;
    max-width: 180px;
    margin-left: auto;
    margin-top: 44px;
    order: 5;
}
.cform .submit-row {
    margin-top: 8px;
    width: 180px;
    background-color: #ef5366;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 7px -2px;
    position: relative;
    z-index: 1;
    text-align: center;
    display: inline-block;
    border-radius: 4px;
    border-width: 1px;
    border-style: solid;
    border-color: #ef5366;
    border-image: initial;
    overflow: hidden;
    transition: color 0.15s ease-in-out 0s;
    position: absolute;
    right: 0px;
    bottom: 0;
    width: auto;
    padding: 0px;
}
.cform .hs_submit .actions {
    margin-top: 8px; 
    background-color: #ef5366;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 7px -2px;
    position: relative;
    z-index: 1;
    text-align: center;
    display: flex;
    border-radius: 4px;
    border-width: 1px;
    border-style: solid;
    border-color: #ef5366;
    border-image: initial;
    overflow: hidden;
    transition: color 0.15s ease-in-out 0s; 
    padding: 0px; 
}
.cform .submit-row::after,
.cform .submit-row::before, 
.cform  .hs_submit .actions::after,
.cform  .hs_submit .actions::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: -1;
    background: rgb(255, 255, 255);
}
.cform .submit-row::before,
.cform  .hs_submit .actions::before {
    transform: translateY(-100%);
    transition: all 15ms ease-in-out 0s;
}
.cform .submit-row::after,
.cform  .hs_submit .actions::after {
    transform: translateY(100%);
    transition: all 0.2s ease-in-out 0s;
}
.cform .submit-row .btn-submit,
.cform  .hs_submit .actions .hs-button {
    width: 100%;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    cursor: pointer;
    position: relative;
    background: transparent;
    transition: all 0.15s ease-in-out 0s;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    padding: 13px 10px 14px;
    margin: 0;
    white-space: nowrap;
}
.cform .submit-row .ajax-loader,
.cform .submit-row .wpcf7-spinner {
    display: none;
}
.cform .submit-row:hover::before,
.cform  .hs_submit .actions:hover::before {
    transform: translateY(0px);
    transition: all 0.2s ease-in-out 0s;
}
.cform .submit-row:hover::after,
.cform  .hs_submit .actions:hover::after {
    transform: translateY(0px);
    transition: all 0ms ease-in-out 0.2s;
}
.cform .submit-row:hover .btn-submit,
.cform  .hs_submit .actions:hover .hs-button {
    color: rgb(239, 83, 102);
}
.footer-form .admin-info {
    max-width: 255px;
    width: 100%;
    padding-left: 30px;
    text-align: center;
    position: relative;
    z-index: 9;
}
.footer-form .admin-info .img-blk {
    max-width: 110px;
    width: 110px;
    height: 110px;
    margin: 0px auto 13px;
}
.footer-form .admin-info .img-blk figure {
    width: 100%;
    width: 110px;
    height: 110px;
}
.footer-form .admin-info .img-blk figure img {
    max-width: 100%;
    height: 100%;
    width: 100%; 
    object-fit: cover;
}
.footer-form .admin-info h3 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 5px;
}
.footer-form .admin-info p {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.5px;
    margin-bottom: 16px;
    font-weight: 500;
    color: rgba(23, 23, 23, 0.6);
}
.footer-form .admin-info .btn-call {
    font-size: 14px;
    font-family: "CircularStd";
    line-height: 22px;
    letter-spacing: 1.4px;
    color: rgb(239, 83, 102);
    font-weight: 600;
    position: relative;
    padding-left: 19px;
    text-transform: uppercase;
}
.footer-form .admin-info .btn-call::before {
    content: "";
    position: absolute;
    width: 17px;
    height: 22px;
    top: -2px;
    left: -3px;
    background: url(../img/css-sprite.png?lossy=1&strip=1&webp=1);
    background-position: 200px -75px;
}
.services-row {
    border-top: 1px solid rgb(216, 216, 216);
    border-left: 1px solid rgb(216, 216, 216);
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    margin-bottom: 80px;
}
.service-heading {
    text-align: center;
    margin-bottom: 60px;
}
.services-row .single-service {
    border-right: 1px solid rgb(216, 216, 216);
    border-bottom: 1px solid rgb(216, 216, 216);
    transition: all 800ms cubic-bezier(0.2, 0.8, 0.2, 1) 0s;
}
.services-row .single-service:hover {
    transform: translateY(0px);
    box-shadow: rgba(0, 0, 0, 0.05) 0px 11px 15px -7px,
        rgba(0, 0, 0, 0.01) 0px 9px 46px 8px, rgba(0, 0, 0, 0.05) 0px 24px 38px 3px;
    position: relative;
    z-index: 1;
}
.services-row .single-service > .vc_column-inner {
    padding: 24px;
}
.services-row .single-service > .vc_column-inner > .wpb_wrapper {
    display: flex;
}
.services-row .single-service.very-light-pink:hover {
    background: rgb(255, 244, 237);
}
.services-row .single-service.pale-grey:hover {
    background: rgb(234, 241, 255);
}
.services-row .single-service.ice-blue:hover {
    background: rgb(227, 255, 253);
}
.services-row .single-service.pale:hover {
    background: rgb(255, 244, 220);
}
.services-row .single-service.pale-lavender:hover {
    background: rgb(245, 232, 255);
}
.services-row .single-service.very-light-pink-three:hover {
    background: rgb(255, 239, 239);
}
.services-row
.single-service
> .vc_column-inner
> .wpb_wrapper
.wpb_single_image {
    width: 50px;
    height: 50px;
    margin-right: 16px;
    border-radius: 50%;
    transition: all 800ms cubic-bezier(0.2, 0.8, 0.2, 1) 0s;
}
.services-row
.single-service:hover
> .vc_column-inner
> .wpb_wrapper
.wpb_single_image {
    transform: translateY(-11px);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 40px;
}
.services-row
.single-service
> .vc_column-inner
> .wpb_wrapper
.wpb_text_column {
    width: calc(100% - 66px);
    margin: 0;
}
.post .services-row .single-service h4 {
    font-size: 18px;
    font-family: "Graphik";
    margin-bottom: 7px;
    line-height: 24px;
    transition: all 800ms cubic-bezier(0.2, 0.8, 0.2, 1) 0s;
}
.post .services-row .single-service p {
    font-size: 17px;
    line-height: 23px;
    margin: 0px;
    transition: all 800ms cubic-bezier(0.2, 0.8, 0.2, 1) 0s;
}
.services-row .single-service:hover h4 {
    transform: translateY(-7px);
}
.services-row .single-service:hover p {
    transform: translateY(-4px);
}
/*------------Client-logo-section------------*/
.client-logo-section {
    width: 100%;
    margin: 0 0 80px;
}
.client-heading {
    max-width: 553px;
    width: 100%;
    margin: 0px auto;
    padding: 0px 15px;
}
.client-heading h4 {
    font-size: 26px;
    line-height: 33px;
    letter-spacing: -0.64px;
    color: rgb(61, 61, 61);
    margin-bottom: 45px;
    text-align: center;
}
.client-logo-listing-wrap {
    position: relative;
    background: rgba(215, 233, 255, 0.15);
    padding: 20px 0px;
    overflow: hidden;
}
.client-logo-listing-wrap .client-logo-listing {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    transition: all 500ms linear 0s;
}
.client-logo-listing-wrap .client-logo-listing .logo-block {
    display: flex;
    align-items: center;
    position: relative;
    filter: blur(0px);
    padding: 0px 45px;
    transition: all 500ms linear 0s;
}
.client-logo-listing-wrap .client-logo-listing .logo-block img {
    transition: all 500ms linear 0s;
}
.client-logo-listing-wrap .client-logo-listing .logo-block .hvr-logo {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    opacity: 0;
    margin: 0px auto;
    transition: all 500ms linear 0s;
}
.client-logo-listing-wrap .client-count {
    position: absolute;
    top: 50%;
    right: 0px;
    z-index: 9;
    transform: translateY(-50%);
    width: 100px;
    height: auto;
    background-color: rgb(239, 83, 102);
    text-align: center;
    padding: 8px 16px;
    border-radius: 3px;
}
.client-logo-listing-wrap .client-count h5 {
    font-size: 30px;
    line-height: 38px;
    color: rgb(255, 255, 255);
    margin: 0px;
}
.client-logo-listing-wrap .client-count span {
    font-family: "CircularStd";
    color: rgb(255, 255, 255);
    font-size: 12px;
    line-height: 15px;
    font-weight: 900;
    letter-spacing: 0px;
    display: block;
}
.client-logo-listing-wrap .client-logo-listing:hover .logo-block {
    filter: blur(3px);
}
.client-logo-listing-wrap .client-logo-listing .logo-block:hover {
    filter: blur(0px);
}
.client-logo-listing-wrap .client-logo-listing .logo-block .hvr-logo:hover {
    opacity: 1;
}
/*-------------Awards section--------------*/
.award-section {
    position: relative;
    padding: 0 0 80px;
    margin: 0 0 80px;
    overflow: hidden;
    text-align: center;
}
.award-section:before {
    content: "";
    width: 100%;
    height: 100%;
    bottom: 0px;
    left: 0px;
    position: absolute;
    z-index: -1;
    background: linear-gradient(rgba(255, 255, 255, 0), rgb(248, 249, 255));
}
.awards-block-listing-wrap {
    position: relative;
    overflow: hidden;
}
.awards-block-listing-wrap
.awards-block-listing
.award-block-wrap:nth-child(2n)
.award-block {
    bottom: -40px;
}
.awards-block-listing-wrap .awards-block-listing {
    display: flex;
    padding: 30px 0px 60px calc((100vw - 1140px) / 2);
}
.awards-block-listing-wrap .awards-block-listing .award-block-wrap {
    position: relative;
}
.awards-block-listing-wrap
.awards-block-listing
.award-block-wrap
.award-block {
    position: relative;
    bottom: 0px;
    width: 100%;
    height: 100%;
    max-width: 240px;
    min-width: 240px;
    margin-right: 16px;
    margin-left: 16px;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 5px -1px;
    padding: 30px 24px;
    transition: all 800ms cubic-bezier(0.2, 0.8, 0.2, 1) 0s;
}
.awards-block-listing-wrap
.awards-block-listing
.award-block-wrap
.award-block
.award-img-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    transition: all 800ms cubic-bezier(0.2, 0.8, 0.2, 1) 0s;
}
.awards-block-listing-wrap
.awards-block-listing
.award-block-wrap
.award-block:hover {
    transform: translate(0px, -5px);
}
.indicator-container {
    width: 180px;
    height: 1px;
    position: relative;
    background: rgb(221, 221, 221);
    margin: 40px auto 0px;
}
.indicator-container .indicator-inner {
    width: 40px;
    height: 6px;
    left: 0px;
    position: absolute;
    top: -6px;
    background: rgb(61, 61, 61);
}
/*--------- industries-service -----------*/
.industries-service {
    padding: 0 0px 80px;
}
.industries-tabbing {
    margin-top: 60px;
    padding: 40px;
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.1);
    background: #fff;
}
.industries-tab-menu {
    display: flex;
    overflow: auto;
    margin-bottom: -19px;
    padding-bottom: 20px;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
}
.industries-tab-menu::-webkit-scrollbar {
    width: 0 !important;
}
.site .post .industries-tab-menu {
    margin: 0;
    margin-bottom: -19px;
    padding-bottom: 20px;
}
.site .post .industries-tab-menu li {
    position: relative;
    text-decoration: none;
    text-align: left;
    cursor: pointer;
    width: 180px;
    min-width: 180px;
    margin-right: 30px;
    padding: 23px 20px 28px;
    border: 1px solid #d1edeb;
    background-color: #f2fffe;
    transition: all 300ms ease;
    list-style: none;
    margin-left: 0px;
    font-family: "Graphik";
}
.site .post .industries-tab-menu li:before {
    display: none;
}
.post .industries-tab-menu li.active {
    background-color: #29ded5;
}
.post .industries-tab-menu li span {
    display: block;
    transition: all 300ms ease;
    color: #3d3d3d;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    word-break: break-word;
}
.industries-tab-menu li.active span {
    color: #fff;
}
.blank-space {
    padding-top: 60px;
    background: #fff;
    position: relative;
}
.industries-tab-content {
    position: relative;
    display: block;
    background: #fff;
}
.industries-tab-content .tab-content {
    position: relative;
    display: flex;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.3s ease;
}
.industries-tab-content .tab-content.active {
    position: relative;
    opacity: 1;
}
.industries-tab-content .tab-content .tab-content-text-block {
    width: 100%;
    max-width: 490px;
}
.industries-tab-content .tab-content .tab-content-text-block h3 {
    margin-top: 0px;
    margin-bottom: 14px;
    color: #222;
    font-size: 30px;
    line-height: 36px;
    font-weight: 500;
    letter-spacing: -0.33px;
}
.industries-tab-content .tab-content .tab-content-text-block p {
    margin-bottom: 0;
    color: #3d3d3d;
    line-height: 30px;
    font-size: 22px;
}
.industries-tab-content .tab-content .tab-content-text-block .button {
    background: transparent;
    border-color: #3d3d3d;
    color: #000;
    font-size: 19px;
    line-height: 27px;
    letter-spacing: -0.16px;
    white-space: nowrap;
    padding: 9px 48px 11px;
}
.industries-tab-content .tab-content .tab-content-text-block .button:hover {
    color: #fff;
}
.industries-tab-content .tab-content .tab-content-img-block {
    display: flex;
    padding-top: 10px;
}
.industries-tab-content
.tab-content
.tab-content-img-block
.content-single-img-block {
    width: 165px;
    min-width: 165px;
    margin-left: 30px;
}
.industries-tab-content
.tab-content
.tab-content-img-block
.content-single-img-block
.img-block-title {
    color: #3d3d3d;
    font-size: 16px;
    line-height: 22px;
}
/*------- Build App Section ------*/
.buildapp-section {
    position: relative;
    margin-bottom: 80px;
}
.buildapp-section:before {
    content: "";
    position: absolute;
    width: 100%;
    height: calc(100% + 110px);
    background-image: linear-gradient(to bottom, rgba(242, 220, 204, 0), #f8f9ff);
    top: -110px;
    left: 0;
    z-index: -1;
}
.buildapp-section .heading-para {
    max-width: 690px;
    margin: 0 auto;
    text-align: center;
}
.buildapp-section .heading-para p {
    font-size: 24px;
    letter-spacing: -0.15px;
    line-height: 33px;
    margin-bottom: 34px;
}
.buildapp-section .heading-para p .color-through {
    color: rgb(239, 83, 102);
    position: relative;
    background: url(../img/red-light-shape.png) 0px 13px / 0px 15px no-repeat;
    background-repeat: no-repeat;
    background-position: 0px 13px;
    background-size: 100% 15px;
    transition: all 0.5s ease 0.5s;
}
.app-video-wrapper {
    max-width: 700px;
    width: 100%;
    margin: 0px auto;
}
.buildapp-section .app-video-block {
    border-radius: 5px;
    position: relative;
    padding-bottom: 56.21%;
    overflow: hidden;
}
.buildapp-section .app-video-block iframe {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
}
.buildapp-section .app-video-block .poster-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url("../img/poster-img.png");
    background-size: cover;
    top: 0px;
    left: 0px;
    opacity: 1;
    visibility: visible;
    background-position: center center;
    transition: all 0.5s ease-in-out 0s;
}
.buildapp-section .app-video-block.active .poster-wrapper {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.buildapp-section .app-video-block.active .play-pause-buttton {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.buildapp-section .app-video-block video {
    pointer-events: none;
    width: 100%;
    display: block;
}
.buildapp-section .app-video-block p {
    margin: 0;
}
.buildapp-section .play-pause-buttton {
    width: 70px;
    height: 70px;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #ef5366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    outline: none;
    box-shadow: inherit;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}
.buildapp-section .play-pause-buttton svg {
    margin-right: -4px;
}
.buildapp-section .play-pause-buttton svg path + path {
    transition: all 0.5s ease-in-out;
}
.buildapp-section .play-pause-buttton:hover {
    background: #fff;
}
.buildapp-section .play-pause-buttton:hover svg path + path {
    fill: #ef5366;
}
.appVideoModal {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #000;
    top: 0px;
    left: 0px;
    z-index: 100000000000;
}
.videoModal {
    display: flex;
    height: 100%;
}
.videoModal iframe {
    height: 100%;
    width: 100%;
}
.closeModal {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 100;
}
.closeModal .closeModalBtn {
    background: transparent;
    border: none;
    outline: 0px;
    cursor: pointer;
}
/*--------- Step Section Start--------*/
.step-section-row {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    padding-bottom: 31px;
}
.step-section-row::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 39px;
    bottom: 0;
    background: url(../img/connector-img.svg) no-repeat;
    max-width: 892px;
    background-size: 100%;
    margin: 0 auto;
    z-index: 10;
    left: 0;
    right: 0;
    display: block !important;
}
.step-section-row .wpb_column {
    counter-increment: step-counter;
}
.step-section-row .wpb_column .vc_column-inner {
    height: 100%;
}
.step-section-row .wpb_column .vc_column-inner > .wpb_wrapper {
    position: relative;
    border: 1px solid #292929;
    padding: 15px 20px;
    height: 100%;
}
.step-section-row .wpb_column .vc_column-inner > .wpb_wrapper::before {
    content: counter(step-counter);
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0px;
    right: 0px;
    background: #292929;
    color: #cceffd;
    text-align: center;
    font-family: "CircularStd";
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
}
.step-section-row .wpb_column .vc_column-inner > .wpb_wrapper::after {
    content: "";
    width: 15px;
    height: 39px;
    position: absolute;
    right: -20px;
    bottom: 0;
    top: 0px;
    margin: auto 0;
    transform: rotate(-90deg);
    background: url(../img/flow-arrow1.svg) no-repeat;
}
.step-section-row
.wpb_column:last-child
.vc_column-inner
> .wpb_wrapper::after {
    display: none;
}
.step-section-row
.wpb_column
.vc_column-inner
> .wpb_wrapper
.wpb_single_image {
    margin-bottom: 7px;
}
.step-section-row .wpb_column .vc_column-inner > .wpb_wrapper .wpb_text_column {
    margin-bottom: 0px;
}
.step-section-row
.wpb_column
.vc_column-inner
> .wpb_wrapper
.wpb_text_column
h6 {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 4px;
}
.step-section-row
.wpb_column
.vc_column-inner
> .wpb_wrapper
.wpb_text_column
p {
    font-size: 15px;
    line-height: 20px;
    margin: 0px;
    color: rgb(61, 61, 61);
}
/*--------- Step Section End--------*/
/*--------- landing Related Post Start--------*/
.mb-80 {
    margin-bottom: 80px;
}
.pmain-banner {
    padding: 60px 60px 40px 60px;
}
.pservice-list {
    padding: 25px 45px;
}
.post .entry-content .pservice-list h4.brd_top_bottom_center {
    margin: 40px 0 50px;
}
.benefitsContentRow {
    padding: 0 20px;
}
.landing-related-post.ws .related-posts .custom-card .meta-zone {
    padding-bottom: 56px;
}
.landing-related-post.ws
.related-posts
.custom-card
.username-info
.blog_link
a {
    font-size: 18px;
    color: rgb(239, 83, 102);
    line-height: 24px;
    font-weight: 500;
}
.banner-form > .wpb_wrapper {
    margin-right: 0;
    margin-left: auto;
}
/*--------- landing Related Post End--------*/
/*--------- FAQs Section Start--------*/
.faq-section {
    position: relative;
    padding: 120px 0px 150px;
}
.faq-section::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 70%;
    background-image: linear-gradient(rgba(243, 243, 243, 0), rgb(248, 249, 255));
    bottom: 0px;
    left: 0px;
    z-index: -1;
}
.faq-listing-wrapper {
    display: flex;
    margin-top: 40px;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.faq-listing-wrapper .faq-listing {
    position: relative;
    width: 100%;
    max-width: 750px;
    overflow: hidden;
}
.faq-listing-wrapper .faq-listing .faq-accoridon-wrapper {
    position: absolute;
    overflow-y: scroll;
    width: 100%;
    height: 100%;
    margin-left: 16px;
    padding-right: 26px;
    padding-left: 10px;
}
.faq-listing-wrapper .faq-listing .faq-accoridon-wrapper .accordion-item {
    margin-bottom: 16px;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 5px -1px;
    padding: 21px 36px 25px 30px;
    border-width: 1px 1px 0px;
    border-style: solid solid solid;
    border-color: rgb(209, 237, 235) rgb(209, 237, 235) rgb(209, 237, 235);
    border-image: initial;
    transition: all 0.3s ease 0s;
    border-bottom: 0px;
}
.faq-listing-wrapper
.faq-listing
.faq-accoridon-wrapper
.accordion-item.active {
    background-color: rgb(249, 255, 255);
}
.faq-listing-wrapper
.faq-listing
.faq-accoridon-wrapper
.accordion-item
.title {
    color: rgb(34, 34, 34);
    font-size: 20px;
    line-height: 32px;
    font-weight: 600;
    letter-spacing: -0.22px;
    position: relative;
    padding-right: 86px;
    display: block;
    cursor: pointer;
    box-shadow: initial;
    text-align: left;
    width: 100%;
    z-index: 1;
    transition: all 0.3s ease 0s;
    border-width: 0px;
    outline: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    background: transparent;
}
.faq-listing-wrapper
.faq-listing
.faq-accoridon-wrapper
.accordion-item
.title::after {
    content: "";
    position: absolute;
    width: 18px;
    height: 12px;
    top: 50%;
    margin-top: -6px;
    right: 0px;
    z-index: 99;
    background: url(../img/faq-down-arrow.svg);
    transition: all 0.3s ease 0s;
}
.faq-listing-wrapper
.faq-listing
.faq-accoridon-wrapper
.accordion-item.active
.title::after {
    transform: rotate(180deg);
}
.faq-listing-wrapper
.faq-listing
.faq-accoridon-wrapper
.accordion-item
.panel {
    padding-right: 34px;
    max-height: 0px;
    transition: max-height 0.15s ease-out 0s;
    overflow: hidden;
}
.faq-listing-wrapper
.faq-listing
.faq-accoridon-wrapper
.accordion-item.active
.panel {
    max-height: 500px;
    overflow-y: auto;
}
.faq-listing-wrapper
.faq-listing
.faq-accoridon-wrapper
.accordion-item
.panel
p {
    padding-top: 15px;
    margin-bottom: 0px;
    color: rgb(34, 34, 34);
    font-size: 17px;
    line-height: 26px;
    letter-spacing: -0.18px;
}
.faq-listing-wrapper .faq-listing .wrapper-shadow {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -10px;
    width: 100%;
    height: 65px;
    background-image: linear-gradient(rgba(251, 251, 250, 0), rgb(250, 250, 255));
}
.faq-listing-wrapper .contact-support-block {
    width: 360px;
    margin-left: 20px;
    background-color: rgb(202, 232, 248);
    text-align: center;
    position: relative;
    padding: 545px 29px 0px;
    overflow: hidden;
}
.faq-listing-wrapper .contact-support-block .img-block {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    display: block;
    z-index: 0;
    margin: 0px auto;
}
.faq-listing-wrapper .contact-support-block .img-block img {
    display: block;
    margin: 0px auto;
    max-width: 100%;
    height: auto;
}
.faq-listing-wrapper .contact-support-block .content-blk {
    position: relative;
    z-index: 1;
}
.faq-listing-wrapper .contact-support-block .content-blk h4 {
    margin-bottom: 14px;
    color: rgb(34, 34, 34);
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    text-align: center;
    letter-spacing: -0.22px;
}
.faq-listing-wrapper .contact-support-block .content-blk p {
    margin-bottom: 40px;
    font-size: 17px;
    line-height: 26px;
    text-align: center;
    letter-spacing: -0.18px;
}
.faq-listing-wrapper .contact-support-block .content-blk .btn-contact {
    margin-bottom: 50px;
}
.faq-listing-wrapper
.contact-support-block
.content-blk
.btn-contact
.w-button {
    background-color: transparent;
    color: rgb(255, 77, 99);
    font-size: 18px;
    line-height: 23px;
    font-weight: 600;
    letter-spacing: 1.8px;
    padding: 18px 23px 19px;
}
.faq-listing-wrapper
.contact-support-block
.content-blk
.btn-contact
.w-button:hover {
    color: #fff;
}
.faq-section.fullfaq_section {
    padding: 0 0 50px;
}
.faq-section.fullfaq_section .container {
    padding: 0 !important;
}
.fullfaq_section .faq-listing-wrapper .faq-listing .faq-accoridon-wrapper {
    position: relative;
    max-height: none;
    padding-bottom: 10px;
}
.fullfaq_section .faq-listing-wrapper .faq-listing .faq-accoridon-wrapper {
    padding: 0;
    margin: 0;
    padding-bottom: 10px;
}
.fullfaq_section .faq-listing-wrapper .faq-listing .wrapper-shadow {
    display: none;
}
.faq-section.fullfaq_section::after {
    display: none;
}
.faq-section.fullfaq_section .heading-wrapper {
    text-align: left;
}
/*--------- FAQs Section End--------*/
/*--------- Benifite Section -------*/
.benefitsContentRow .benefitsContentCol,
.benefitsContentRow .benefitsThumbCol {
    padding: 0 15px;
}
.case-study-row {
    padding: 0 20px;
}
/*--------- End Landing page css --------*/
.contact-info-card {
    max-width: 1140px;
    width: 100%;
    background-image: linear-gradient(
        164deg,
        rgb(78, 102, 211),
        rgb(53, 67, 158)
        );
    border-radius: 10px;
    padding: 34px 60px;
    transition: all 800ms ease 0s;
    margin: 0 auto 80px;
}
.contact-info-card .container {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    max-width: 100%;
    padding: 0px;
}
.contact-info-card .container .content-part {
    padding-right: 20px;
    position: relative;
    flex: 1 1 0%;
}
.contact-info-card .container .content-part h4 {
    font-size: 34px;
    line-height: 48px;
    letter-spacing: -0.37px;
    color: rgb(255, 255, 255);
    margin: 0px;
    font-family: "CircularStd";
}
.contact-info-card .container .button-col {
    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.contact-info-card .container .button-col .right-arrow {
    width: 151px;
    height: 55px;
    margin-right: 36px;
    background: url(../img/css-sprite.png?lossy=1&strip=1&webp=1) no-repeat;
    background-position: -129px -181px;
    transition: all 0.3s ease 0s;
}
@keyframes aElcD {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(-10px);
    }
}
.contact-info-card .container .button-col .right-arrow.enter {
    animation: 2s ease 0s infinite normal none running aElcD;
}
.contact-info-card .container .button-col .btn-col .sign-blk {
    width: 103px;
    height: 33px;
    display: block;
    margin: 0px auto;
    transition: all 0.3s ease 0s;
}
.contact-info-card .container .button-col .btn-col .w-button {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    color: rgb(255, 255, 255);
    letter-spacing: 1.8px;
    line-height: 20px;
    background: rgb(239, 83, 102);
    padding: 18px 42px 20px;
    margin: 22px 0px 20px;
}
.contact-info-card .container .button-col .btn-col .w-button:hover {
    color: rgb(239, 83, 102);
}
.contact-info-card .container .button-col .btn-col .top-sign {
    background: url(../img/top-sign.svg);
}
.contact-info-card .container .button-col .btn-col .bottom-sign {
    background: url(../img/bottom-sign.svg);
}
.contact-info-card .container .button-col .btn-col .sign-blk.active {
    transform: scale(1.05) translateY(-10px);
}
.contact-info-card .container .button-col .btn-col .bottom-sign.active {
    transform: scale(1.1) translateY(10px);
}
.contact-info-card.blog-post-card {
    padding: 25px 40px;
}
.contact-info-card.blog-post-card .container {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}
.contact-info-card.blog-post-card .container .content-part {
    width: 100%;
    flex: 100%;
    padding-right: 0;
}
.contact-info-card.blog-post-card .container .content-part h4 {
    font-size: 30px;
    line-height: 40px;
}
.contact-info-card.blog-post-card .container .button-col .right-arrow {
    display: none;
}
.contact-info-card.blog-post-card .container .button-col .btn-col .w-button {
    font-size: 16px;
    padding: 15px 32px 17px;
    margin-bottom: 0;
}
/*--------Thank you page----------*/
.thankyou-page h1 {
    text-align: center;
}
.thankyou-page.post .entry-content p {
    font-size: 24px;
    letter-spacing: -0.15px;
    line-height: 33px;
    margin-bottom: 34px;
    color: rgb(239, 83, 102);
    text-align: center;
}
.thankyou-page.post .related-posts {
    margin: 0px auto 70px;
    max-width: 100%;
    padding: 0;
}
.thankyou-page.post .related-posts .custom-card {
    max-width: 340px;
}
.thankyou-page.post .related-posts h2 {
    width: 100%;
    text-align: center;
}
/*----------Landing Page Form------------*/
.banner-form .wpb_wrapper {
    width: 100%;
    max-width: 390px;
    box-shadow: rgba(0, 0, 0, 0.2) 3px 0px 10px -2px;
    border-radius: 5px;
    background: rgb(255, 255, 255);
}
.banner-form .wpcf7, .banner-form .hbspt-form {
    width: 100%;
    background-color: rgb(255, 255, 255);
    padding: 25px 24px;
    border-radius: 5px;
    position: relative;
}
.banner-form .sbadge {
    background: url("../img/badge.svg");
    position: absolute;
    top: -20px;
    right: -46px;
    width: 85px;
    height: 85px;
}
.banner-form .form-heading {
    text-align: center;
    padding: 0px 22px;
}
.banner-form .form-heading h3 {
    font-size: 20px;
    color: rgb(61, 61, 61);
    line-height: 25px;
    margin-bottom: 2px;
}
.banner-form .form-heading .sub-heading {
    font-size: 15px;
    line-height: 21px;
    color: rgb(61, 61, 61);
    margin-bottom: 29px;
}
.banner-form .input-field-row {
    display: flex;
    margin-bottom: 16px;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.banner-form .hbspt-form .hs-form-field {
    margin-bottom: 16px;
    position: relative;
    width: 100%;
}
.banner-form .input-field-row .form-field-blk {
    position: relative;
    width: 100%;
}
.banner-form .input-field-row .form-field-blk.textarea-row {
    padding: 16px 20px 60px 22px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.2);
    border-image: initial;
    border-radius: 5px;
}
.banner-form .input-field-row .form-field-blk.textarea-row p {
    margin: 0;
}
.banner-form .input-field-row .form-field-blk.textarea-row textarea {
    border: 0;
    padding: 0;
    height: 60px;
}
.banner-form .input-field-row .input-file-row {
    width: calc(100% - 32px);
    position: absolute;
    bottom: 16px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
}
.banner-form .input-field-row .input-file-row .fileupload {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.banner-form .hbspt-form .hs-form-field > label {
    margin: 0;
    display: block;
}
.banner-form .input-field-row .input-file-row label {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 7px 20px;
    border-width: 1px;
    border-style: dashed;
    border-color: rgba(0, 0, 0, 0.2);
    border-image: initial;
    background: rgba(229, 229, 229, 0.2);
    border-radius: 5px;
    position: static;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    text-transform: initial;
}
.banner-form .input-field-row .input-file-row label .upload-icon {
    width: 17px;
    height: 16px;
    background: url("../img/icon-download.svg");
    background-size: 17px;
    margin-right: 8px;
}
.banner-form .input-field-row .input-file-row .file-field {
    height: 100%;
    opacity: 0;
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    cursor: pointer;
    overflow: hidden;
}
.banner-form .hs-form-field .input {
    width: 100%;
}
.banner-form .input-field-row .form-field-blk .label-input-field,
.banner-form .hs-form-field .input .hs-input {
    width: 100%;
    height: 55px;
    max-width: 100%;
    margin-bottom: 0px;
    background-color: rgb(255, 255, 255);
    background-image: linear-gradient(transparent, transparent);
    color: rgb(61, 61, 61);
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.17px;
    -webkit-appearance: none;
    padding: 16px 20px 17px 22px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    transition: all 300ms ease 0s;
    outline: none;
}
.banner-form
.input-field-row
.form-field-blk
.wpcf7-form-control-wrap.fill
+ label {
    top: -6px;
    font-size: 11px;
    line-height: 12px;
    z-index: 9;
    padding: 0px 2px;
    background: rgb(255, 255, 255);
}
.banner-form
.input-field-row
.form-field-blk
.wpcf7-form-control-wrap.fill
.label-input-field, 
.banner-form .hs-form-field .input .hs-input:focus {
    border-color: rgb(41, 222, 213);
}
.banner-form .input-field-row .form-field-blk .wpcf7-form-control-wrap {
    display: block;
}
.banner-form .input-field-row .form-field-blk .label-input-field.textarea {
    height: 60px;
    resize: none;
}
.input-field-row .form-field-blk label {
    position: absolute;
    left: 22px;
    top: 16px;
    margin-bottom: 0px;
    color: rgb(180, 180, 180);
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    letter-spacing: -0.17px;
    text-transform: capitalize;
    cursor: text;
    transition: all 300ms ease 0s;
    width: auto;
    pointer-events: none;
    text-transform: capitalize;
}
.banner-form form .bottomAlert {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: column;
    margin-top: 19px;
}
.banner-form form .submit-row, 
.banner-form .hbspt-form .hs_submit .actions {
    width: 100%;
    background-color: rgb(239, 83, 102);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 7px -2px;
    position: relative;
    z-index: 1;
    text-align: center;
    line-height: 21px;
    cursor: pointer;
    display: inline-block;
    border-radius: 4px;
    border: 1px solid rgb(239, 83, 102);
    overflow: hidden;
    transition: color 0.15s ease-in-out 0s;
    text-align: center;
}
.banner-form div.wpcf7 .ajax-loader,
.banner-form div.wpcf7 .wpcf7-spinner {
    display: none;
}
.banner-form form .submit-row::after,
.banner-form form .submit-row::before,
.banner-form .hbspt-form .hs_submit .actions::after,
.banner-form .hbspt-form .hs_submit .actions::before
 {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: -1;
    background: rgb(255, 255, 255);
}
.banner-form form .submit-row::before,
.banner-form .hbspt-form .hs_submit .actions::before {
    transform: translateY(-100%);
    transition: all 15ms ease-in-out 0s;
}
.banner-form form .submit-row::after,
.banner-form .hbspt-form .hs_submit .actions::after {
    transform: translateY(100%);
    transition: all 0.2s ease-in-out 0s;
}
.banner-form form .submit-row:hover::before,
.banner-form .hbspt-form .hs_submit .actions:hover::before {
    transform: translateY(0px);
    transition: all 0.2s ease-in-out 0s;
}
.banner-form form .submit-row:hover::after,
.banner-form .hbspt-form .hs_submit .actions:hover::after {
    transform: translateY(0px);
    transition: all 0ms ease-in-out 0.2s;
}
.banner-form form .submit-row:hover .btn-submit,
.banner-form .hbspt-form .hs_submit .actions:hover .hs-button {
    color: rgb(239, 83, 102);
}
.banner-form form .submit-row .btn-submit,
.banner-form .hbspt-form .hs_submit .actions .hs-button {
    width: 100%;
    font-size: 16px;
    line-height: 21px;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    position: relative;
    cursor: pointer;
    background: transparent;
    transition: all 0.15s ease-in-out 0s;
    padding: 14px 15px;
    margin: 0;
    text-align: center;
    border: none;
}
.banner-form .input-field-row span.wpcf7-not-valid-tip {
    font-size: 14px;
}
.banner-form .hbspt-form .hs-error-msgs li {
    padding: 0 !important;
}
.banner-form .hbspt-form .hs-error-msgs li::before {
    display: none;
}
.banner-form .hbspt-form .hs-error-msgs li label {
    font-size: 14px;
    color: #dc3232;
    font-weight: normal;
    display: block;
    line-height: 1.5;
    font-family: "Graphik" !important;
}
.banner-form .hbspt-form .hs-error-msgs {
    margin: 0;
}
.banner-form .checkbox-row {
    padding-top: 15px;
    position: relative;
}
.banner-form span.wpcf7-list-item {
    margin: 0;
    position: relative;
}
.banner-form .checkbox-row input[type="checkbox"] {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    cursor: pointer;
}
.banner-form .checkbox-row .wpcf7-list-item-label {
    position: relative;
    padding-left: 33px;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -0.15px;
    width: 100%;
    display: block;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}
.banner-form .checkbox-row .wpcf7-list-item-label::after {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: transparent;
    border-width: 3px;
    border-style: solid;
    border-color: rgb(239, 83, 102);
    border-image: initial;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    transition: all 0.3s ease 0s;
    border-radius: 4px;
}
.banner-form
.checkbox-row
input[type="checkbox"]:checked
+ .wpcf7-list-item-label::after {
    background-image: url("../img/check.svg");
    background-color: rgb(239, 83, 102);
}
.banner-form div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    border: 0;
    padding: 0;
    color: red;
    font-size: 14px;
    line-height: 1.2;
    margin: 15px 0 0;
}
.swipe-footer .footer-form {
    margin-top: 0;
    margin-bottom: 80px;
}
.products-template-default .footer.swipe-footer .address-row-wrap {
    padding: 145px 0px 40px;
}
.banner-form .wpcf7 .heading {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 25px;
    font-weight: 500;
    text-align: center;
}
.banner-form .wpcf7 .heading span {
    color: rgb(239, 83, 102);
    font-weight: 700;
}
.banner-form .wpcf7 .note {
    display: block;
    margin-top: 15px;
    font-size: 12px;
    line-height: 19px;
    text-align: center;
    padding: 0 10px;
}
article.hentry {
    margin: 0;
}
/*----------Landing Page Form End------------*/
/*----------Custom Form start----------------*/
.csubscribe-form.banner-form .wpb_wrapper {
    margin-left: 0;
}
/*----------Custom Form end----------------*/
/*--------New Landing-----------*/
.ppc-service-list-section {
    width: 100%;
    display: block;
    padding-bottom: 80px;
}
.ppc-service-list-wrap {
    position: relative;
    overflow: hidden;
}
.ppc-service-list-wrap .ppc-service-list {
    display: flex;
    padding: 40px 0px 40px calc((100vw - 1140px) / 2);
}
.ppc-service-list .service-single {
    width: 100%;
    display: flex;
    align-items: flex-start;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.06) 0px 1px 18px 0px,
        rgba(0, 0, 0, 0.1) 0px 3px 5px -1px;
    transition: all 800ms cubic-bezier(0.2, 0.8, 0.2, 1) 0s;
    border: 1px solid rgb(255, 255, 255);
    max-width: 320px;
    min-width: 320px;
    position: relative;
    flex-direction: column;
    text-align: left;
    align-items: flex-start;
    margin: 0px 20px;
    padding: 30px;
    height: 100%;
}
.ppc-service-list .service-single:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 11px 15px -3px,
        rgba(0, 0, 0, 0.04) 0px 9px 30px 3px, rgba(0, 0, 0, 0.04) 0px 20px 30px 3px;
    transform: translateY(-5px);
}
.ppc-service-list .service-single:hover .service-img-blk {
    transform: translateY(-11px);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 40px;
}
.ppc-service-list .service-single:hover .service-content-blk h4 {
    transform: translateY(-7px);
}
.ppc-service-list .service-single:hover .service-content-blk p {
    transform: translateY(-4px);
}
.ppc-service-list .service-single.very-light-pink {
    border-color: rgb(252, 217, 195);
}
.ppc-service-list .service-single.very-light-pink:hover {
    background-color: rgb(255, 244, 237);
}
.ppc-service-list .service-single.pale {
    border-color: rgb(234, 216, 178);
}
.ppc-service-list .service-single.pale:hover {
    background-color: rgb(255, 244, 220);
}
.ppc-service-list .service-single.pale-grey {
    border-color: rgb(196, 209, 234);
}
.ppc-service-list .service-single.pale-grey:hover {
    background-color: rgb(234, 241, 255);
}
.ppc-service-list .service-single.ice-blue {
    border-color: rgb(181, 235, 231);
}
.ppc-service-list .service-single.ice-blue:hover {
    background-color: rgb(227, 255, 253);
}
.ppc-service-list .service-single.ice {
    border-color: rgb(182, 231, 189);
}
.ppc-service-list .service-single.ice:hover {
    background-color: rgb(229, 255, 233);
}
.ppc-service-list .service-single.pale-lavender {
    border-color: rgb(223, 203, 238);
}
.ppc-service-list .service-single.pale-lavender:hover {
    background-color: rgb(245, 232, 255);
}
.ppc-service-list .service-single .service-img-blk {
    width: 100px;
    height: 100px;
    margin: 0px 0px 23px;
    transition: all 800ms cubic-bezier(0.2, 0.8, 0.2, 1) 0s;
    overflow: hidden;
    border-radius: 50%;
}
.ppc-service-list .service-single .service-img-blk img {
    width: 100%;
}
.ppc-service-list .service-single .service-content-blk {
    flex: 1 1 0%;
}
.ppc-service-list .service-single .service-content-blk h4 {
    font-size: 18px;
    font-family: "Graphik";
    margin-bottom: 7px;
    line-height: 24px;
    transition: all 800ms cubic-bezier(0.2, 0.8, 0.2, 1) 0s;
}
.ppc-service-list .service-single .service-content-blk p {
    font-size: 17px;
    line-height: 23px;
    margin: 0px;
    transition: all 800ms cubic-bezier(0.2, 0.8, 0.2, 1) 0s;
}
.working-team-listing {
    padding: 20px 0px 80px;
    align-items: stretch !important;
}
.single-teamperson-wrap .single-teamperson {
    max-width: 330px;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 20px 0px;
    position: relative;
    padding-bottom: 254px;
    height: 100%;
    margin: 0px 20px;
    background: rgb(208, 224, 207);
    transition: all 800ms cubic-bezier(0.2, 0.8, 0.2, 1) 0s;
}
.working-team-listing .single-teamperson .content-block {
    position: relative;
    z-index: 1;
    padding: 28px 30px 0px;
}
.working-team-listing .single-teamperson .content-block h4 {
    font-size: 26px;
    line-height: 33px;
    margin-bottom: 7px;
}
.working-team-listing .single-teamperson .content-block .designation {
    font-size: 16px;
    line-height: 22px;
    display: block;
    margin-bottom: 28px;
    color: rgb(84, 111, 82);
    font-weight: 500;
}
.working-team-listing .single-teamperson .content-block p {
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 20px;
}
.working-team-listing .single-teamperson .content-block .tag-row {
    display: flex;
    flex-wrap: wrap;
    margin-top: 41px;
}
.working-team-listing .single-teamperson .content-block .tag-row .tag {
    margin-right: 8px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    color: rgb(84, 111, 82);
    text-transform: uppercase;
    margin-bottom: 8px;
    padding: 6px 10px 7px;
    background: rgb(184, 203, 182);
}
.working-team-listing .single-teamperson .img-block {
    width: 100%;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: 0px auto;
}
.working-team-listing .single-teamperson .img-block img {
    display: block;
    margin: 0px auto;
}
.working-team-listing .single-teamperson:hover {
    box-shadow: rgba(0, 0, 0, 0.06) 1px 0px 18px 0px,
        rgba(0, 0, 0, 0.1) 3px 0px 5px -1px, rgba(0, 0, 0, 0.1) 6px 6px 15px 2px;
    transform: translate(0px, -5px);
}
.working-team-listing .single-teamperson.light-blue-grey-three {
    background: rgb(189, 200, 215);
}
.working-team-listing
.single-teamperson.light-blue-grey-three
.content-block
.designation {
    color: rgb(90, 107, 123);
}
.working-team-listing
.single-teamperson.light-blue-grey-three
.content-block
.tag-row
.tag {
    color: rgb(90, 107, 123);
    background: rgb(170, 184, 201);
}
.working-team-listing .single-teamperson.cloudy-blue {
    background: rgb(174, 186, 216);
}
.working-team-listing
.single-teamperson.cloudy-blue
.content-block
.designation {
    color: rgb(66, 78, 110);
}
.working-team-listing
.single-teamperson.cloudy-blue
.content-block
.tag-row
.tag {
    color: rgb(66, 78, 110);
    background: rgb(151, 168, 208);
}
.working-team-listing .single-teamperson.faded-pink {
    background: rgb(229, 165, 188);
}
.working-team-listing
.single-teamperson.faded-pink
.content-block
.designation {
    color: rgb(94, 67, 77);
}
.working-team-listing
.single-teamperson.faded-pink
.content-block
.tag-row
.tag {
    color: rgb(94, 67, 77);
    background: rgb(197, 141, 161);
}
.working-team-listing .single-teamperson.soft-pink {
    background: rgb(243, 174, 199);
}
.working-team-listing .single-teamperson.soft-pink .content-block .designation {
    color: rgb(94, 67, 77);
}
.working-team-listing
.single-teamperson.soft-pink
.content-block
.tag-row
.tag {
    color: rgb(94, 67, 77);
    background: rgb(197, 141, 161);
}
.working-team-listing .single-teamperson.beige-three {
    background: rgb(204, 195, 184);
}
.working-team-listing
.single-teamperson.beige-three
.content-block
.designation {
    color: rgb(101, 96, 103);
}
.working-team-listing
.single-teamperson.beige-three
.content-block
.tag-row
.tag {
    color: rgb(101, 96, 103);
    background: rgb(185, 174, 160);
}
.working-team-listing .single-teamperson.light-blue-grey-two {
    background: rgb(197, 211, 228);
}
.working-team-listing
.single-teamperson.light-blue-grey-two
.content-block
.designation {
    color: rgb(81, 97, 120);
}
.working-team-listing
.single-teamperson.light-blue-grey-two
.content-block
.tag-row
.tag {
    color: rgb(81, 97, 120);
    background: rgb(170, 190, 214);
}
.working-team-listing .single-teamperson.light-peach-six {
    background: rgb(229, 213, 189);
}
.working-team-listing
.single-teamperson.light-peach-six
.content-block
.designation {
    color: rgb(92, 89, 76);
}
.working-team-listing
.single-teamperson.light-peach-six
.content-block
.tag-row
.tag {
    color: rgb(92, 89, 76);
    background: rgb(201, 185, 163);
}
.working-team-listing .single-teamperson.powder-blue-two {
    background: rgb(193, 214, 234);
}
.working-team-listingi
.single-teamperson.powder-blue-two
.content-block
.designation {
    color: rgb(77, 90, 103);
}
.working-team-listing
.single-teamperson.powder-blue-two
.content-block
.tag-row
.tag {
    color: rgb(77, 90, 103);
    background: rgb(177, 198, 218);
}
.working-team-listing .single-teamperson.light-grey-blue-two {
    background: rgb(168, 191, 204);
}
.working-team-listing
.single-teamperson.light-grey-blue-two
.content-block
.designation {
    color: rgb(71, 90, 101);
}
.working-team-listing
.single-teamperson.light-grey-blue-two
.content-block
.tag-row
.tag {
    color: rgb(71, 90, 101);
    background: rgb(155, 179, 193);
}
.working-team-listing .single-teamperson.light-blue-grey-three {
    background: rgb(168, 191, 204);
}
.working-team-listing
.single-teamperson.light-blue-grey-three
.content-block
.designation {
    color: rgb(90, 107, 123);
}
.working-team-listing
.single-teamperson.light-blue-grey-three
.content-block
.tag-row
.tag {
    color: rgb(90, 107, 123);
    background: rgb(170, 184, 201);
}
.working-team-listing .single-teamperson.light-grey-blue-four {
    background: rgb(162, 185, 210);
}
.working-team-listing
.single-teamperson.light-grey-blue-four
.content-block
.designation {
    color: rgb(75, 96, 119);
}
.working-team-listing
.single-teamperson.light-grey-blue-four
.content-block
.tag-row
.tag {
    color: rgb(75, 96, 119);
    background: rgb(144, 173, 205);
}
.working-team-listing .single-teamperson.cloudy-blue-two {
    background: rgb(178, 191, 213);
}
.working-team-listing
.single-teamperson.cloudy-blue-two
.content-block
.designation {
    color: rgb(14, 20, 34);
}
.working-team-listing
.single-teamperson.cloudy-blue-two
.content-block
.tag-row
.tag {
    color: rgb(14, 20, 34);
    background: rgb(160, 174, 198);
}
.working-team-listing .single-teamperson.cloudy-blue-three {
    background: rgb(179, 190, 210);
}
.working-team-listing
.single-teamperson.cloudy-blue-three
.content-block
.designation {
    color: rgb(77, 86, 102);
}
.working-team-listing
.single-teamperson.cloudy-blue-three
.content-block
.tag-row
.tag {
    color: rgb(77, 86, 102);
    background: rgb(161, 175, 200);
}
.working-team-listing .single-teamperson.pale-salmon {
    background: rgb(215, 198, 196);
}
.working-team-listing
.single-teamperson.pale-salmon
.content-block
.designation {
    color: rgb(90, 71, 69);
}
.working-team-listing
.single-teamperson.pale-salmon
.content-block
.tag-row
.tag {
    color: rgb(90, 71, 69);
    background: rgb(211, 183, 180);
}
.working-team-listing .single-teamperson.cloudy-blue-four {
    background: rgb(169, 199, 211);
}
.working-team-listing
.single-teamperson.cloudy-blue-four
.content-block
.designation {
    color: rgb(68, 96, 107);
}
.working-team-listing
.single-teamperson.cloudy-blue-four
.content-block
.tag-row
.tag {
    color: rgb(68, 96, 107);
    background: rgb(147, 182, 196);
}
.working-team-listing .single-teamperson.light-grey-blue {
    background: rgb(155, 183, 210);
}
.working-team-listing
.single-teamperson.light-grey-blue
.content-block
.designation {
    color: rgb(69, 87, 106);
}
.working-team-listing
.single-teamperson.light-grey-blue
.content-block
.tag-row
.tag {
    color: rgb(69, 87, 106);
    background: rgb(129, 160, 190);
}
.working-team-listing .single-teamperson.light-peach-seven {
    background: rgb(224, 215, 202);
}
.working-team-listing
.single-teamperson.light-peach-seven
.content-block
.designation {
    color: rgb(114, 107, 97);
}
.working-team-listing
.single-teamperson.light-peach-seven
.content-block
.tag-row
.tag {
    color: rgb(114, 107, 97);
    background: rgb(215, 199, 176);
}
.working-team-listing .single-teamperson.light-blue-grey-four {
    background: rgb(187, 202, 212);
}
.working-team-listing
.single-teamperson.light-blue-grey-four
.content-block
.designation {
    color: rgb(102, 113, 121);
}
.working-team-listing
.single-teamperson.light-blue-grey-four
.content-block
.tag-row
.tag {
    color: rgb(102, 113, 121);
    background: rgb(169, 187, 200);
}
.top-col {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.vc_row.top-col:after,
.vc_row.top-col:before {
    display: initial;
}
.vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner,
.vc_row-has-fill > .vc_column_container > .vc_column-inner {
    padding-top: 0 !important;
}
.single-author-bio .pp-user-avatar {
    margin-right: 32px;
    float: left;
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
/*--------End New Landing-----------*/
/*---------Stem Scholarship Sec-----------*/
.stem-scholarship-sec {
    padding: 10px 40px;
    background: rgb(191, 228, 246);
    background: linear-gradient(
        90deg,
        rgba(191, 228, 246, 1) 0%,
        rgba(225, 244, 251, 1) 100%
        );
}
.stem-scholarship-sec .scholarshipRow {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.stem-scholarship-sec .scholarshipRow .scholarshipContent {
    flex: 1 1 auto;
}
.stem-scholarship-sec .scholarshipRow .scholarshipContent .scholarshipTitle {
    margin-bottom: 60px;
    color: #4a4847;
}
.stem-scholarship-sec .scholarshipRow .scholarshipImg {
    max-width: 500px;
    flex: 0 0 500px;
}
.stem-scholarship-sec .scholarshipRow .scholarshipImg .scholarshipImgThumb {
    max-width: 340px;
    margin: 0 auto;
}
.sticky-sidebar-form .widget_categories,
.sticky-sidebar-form .widget_related_blog_sidebar_widget {
    background: #ffffff;
    border: 1px solid #e7e7e7;
    box-sizing: border-box;
    box-shadow: 11px 11px 10px 1px #eaeefa;
    border-radius: 3px;
    padding: 18px 15px;
}
.sticky-sidebar-form .widget_categories .widget-title,
.sticky-sidebar-form .widget_related_blog_sidebar_widget .widget-title {
    font-weight: bold;
    font-size: 25px;
    line-height: 28px;
    color: #000000;
    margin: 0 0 27px;
}
.sticky-sidebar-form .widget_categories ul,
.sticky-sidebar-form .widget_related_blog_sidebar_widget ul {
    margin: 0;
}
.sticky-sidebar-form .widget_categories ul li,
.sticky-sidebar-form .widget_related_blog_sidebar_widget ul li {
    padding: 0;
    font-size: 18px;
    line-height: 18px;
    margin: 0 0 20px;
}
.sticky-sidebar-form .widget_related_blog_sidebar_widget ul li:empty {
    display: none;
}
.sticky-sidebar-form .widget_categories ul li:last-child,
.sticky-sidebar-form .widget_related_blog_sidebar_widget ul li:last-child {
    margin: 0;
    padding: 0;
}
.sticky-sidebar-form .widget_categories ul li:before,
.sticky-sidebar-form .widget_related_blog_sidebar_widget ul li:before {
    display: none;
}
.sticky-sidebar-form .widget_related_blog_sidebar_widget ul li:before {
    position: relative;
    top: 3px;
    left: 0;
    display: inline-block;
    margin-right: 10px;
}
.sticky-sidebar-form .widget_categories ul li a,
.sticky-sidebar-form .widget_related_blog_sidebar_widget ul li a {
    font-weight: normal;
    font-size: 18px;
    line-height: 18px;
    color: #212529;
    font-family: "Graphik";
    text-decoration: none !important;
}
.category-page-header {
    display: block;
    margin-bottom: 33px;
    padding: 0;
    border: 0px;
    border-radius: 0;
}
.category-page-header h1 {
    font-size: 40px;
    line-height: 52px;
    letter-spacing: -0.52px;
    color: #000;
    margin-bottom: 3px;
}
.category-page-header p {
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    color: #3d3d3d;
    margin: 15px 0 0;
    font-family: "merriweatheritalic";
}
.sidebar .widget.widget_search {
    border-radius: 3px;
    padding: 18px;
    box-shadow: 0 4px 40px 0 rgba(188, 188, 188, 0.1),
        0 0 8px 0 rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
}
.sidebar .widget.widget_search .search-form {
    position: relative;
}
.sidebar .widget.widget_search label {
    margin: 0;
}
.sidebar .widget_search .search-field {
    border-radius: 3px;
    border: solid 1px #e8e9f3;
    background-color: #f9fcfe;
    height: 51px;
    width: 100%;
    font-size: 16px;
    color: #3d3d3d;
    font-weight: 400;
    padding: 12px 17px;
}
.sidebar .widget_search .search-submit {
    display: block;
    border-radius: 3px;
    background-color: #ef5366;
    background-image: url(../img/search-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    height: 51px;
    width: 51px;
    font-size: 0px;
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    cursor: pointer;
}
.blog-card-info {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 25px;
    width: 100%;
}
.blog-card-info .author {
    margin: 0;
}
.blog-card-info .date-col {
    display: flex;
    align-items: center;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    color: #575757;
    padding-bottom: 9px;
}
.blog-card-info .date-col .icon {
    display: flex;
    height: 18px;
    flex: 0 0 18px;
    width: 18px;
    margin-right: 10px;
    background-image: url(../img/css-sprite.png?lossy=1&strip=1&webp=1);
    background-position: 121px 44px;
}
.business-center-form.banner-form .wpb_wrapper,
.business-center-form.banner-form .wpb_wrapper > div {
    max-width: 100% !important;
}
.about_form-row {
    display: flex;
    align-items: center;
}

.about_form-row > .vc_col-sm-8 {
    flex: 0 0 570px;
    width: 570px;
    max-width: 570px;
}
.about_form-row > .vc_col-sm-4 {
    flex: 1 1 auto;
    width: calc(100% - 570px);
    max-width: calc(100% - 570px);
    padding-left: 26px;
}
.business-center-form.banner-form .sbadge {
    display: none;
}
.business-center-form.banner-form form .submit-row {
    margin-top: 19px;
}
.business-center-form.banner-form .form-heading .sub-heading {
    letter-spacing: -0.22px;
    font-size: 20px;
    font-family: "CircularStd";
    margin: 0px;
    color: rgba(61, 61, 61, 0.5);
}
.business-center-form.banner-form
.input-field-row
.form-field-blk
.label-input-field,
.business-center-form.banner-form
.input-field-row
.form-field-blk.textarea-row {
    border: 1px solid rgb(232, 233, 243);
    border-radius: 5px;
    background-color: rgb(249, 252, 254);
    background-image: linear-gradient(transparent, transparent);
    color: rgb(61, 61, 61);
}
.business-center-form.banner-form
.input-field-row
.form-field-blk
.label-input-field.textarea {
    border: 1px solid transparent;
    border-radius: 0px;
    background-color: transparent;
}
.business-center-form.banner-form .form-heading {
    margin-bottom: 27px;
}
.post .entry-content .about-form-text h4 {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: -0.33px;
    line-height: 36px;
    margin-bottom: 25px;
    font-family: "merriweatheritalic";
}
.post .entry-content .about-form-text ol {
    margin: 0px;
    padding: 0px 0px 0px 40px;
}
.post .entry-content .about-form-text ol li {
    margin: 0 0 30px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    padding-bottom: 0px;
    letter-spacing: -0.26px;
    font-family: "CircularStd";
    color: rgba(61, 61, 61, 0.7);
}

/*-------------Case Studies layout Start----------------*/
.wp-casestudies-wrapper {
    margin-bottom: 100px;
}
.wp-casestudies-head-sec {
    padding: 20px 0 40px;
}
.wp-casestudies-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.wp-casestudies-header .wp-casestudies-header-left .page-title {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -0.52px;
    font-family: "CircularStd";
    margin: 0 0 0 0;
    color: #292929;
}
.wp-casestudies-header .wp-casestudies-header-left .page-title .heading-red {
    background-image: linear-gradient(100deg, rgb(61, 61, 61), rgb(255, 77, 99));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline;
}
.wp-casestudies-header .wp-casestudies-header-right {
    flex: 0 1 600px;
    max-width: 600px;
    width: 600px;
}
.wp-casestudies-header .wp-casestudies-header-right .form-group {
    margin: 0;
}
.wp-casestudies-thumb {
    max-width: 100%;
    margin-bottom: 30px;
    padding-top: 20px;
    position: relative;
    height: calc(100% - 20px);
    display: flex;
}
.wp-casestudies-thumb .case-study-wrap {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    box-shadow: 0 5px 10px 0 rgba(161, 175, 221, 0.09);
    border: solid 1px #e8e9f3;
    background-color: rgba(255, 255, 255, 0.7);
    position: relative;
    width: calc(100% - 20px);
    display: flex;
    align-items: stretch;
    padding: 20px;
    min-height: 280px;
}
.wp-casestudies-thumb .case-study-bg {
    background: #eef2ff;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
.wp-casestudies-thumb .case-study-wrap .img-block {
    max-width: 180px;
    width: 180px;
    flex: 0 0 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eef2ff;
}
.wp-casestudies-thumb .case-study-wrap .img-block.transparent-bg {
    background-color: transparent;
    position: relative;
}
.wp-casestudies-thumb .case-study-wrap .img-block img {
    width: auto;
    height: auto;
    object-fit: cover;
    max-height: 100%;
    max-width: 100%;
}
.wp-ebook-list .wp-casestudies-thumb .case-study-wrap .img-block.transparent-bg::after {
    content: "";
    position: absolute;
    bottom: 20px;
    left: 50px;
    width: 80%;
    height: 70px;
    background: #000;
    max-width: 100%;
    right: 0;
    margin: 0 auto;
    transform: skew(-39deg,7deg);
    z-index: -1;
    filter: blur(10px);
    opacity: .85;
    background: linear-gradient(0deg,rgba(0,0,0,1) 10%,rgba(255,255,255,0) 100%);
}
.wp-casestudies-thumb .case-study-wrap .content-block {
    max-width: calc(100% - 180px);
    flex: 1 1 auto;
    width: calc(100% - 180px);
    position: relative;
    padding-left: 20px;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
}
.wp-casestudies-thumb .case-study-wrap .content-block h4 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 11px;
    margin-top: 7px;
    font-family: "CircularStd";
    font-weight: 700;
}
.wp-casestudies-thumb .case-study-wrap .content-block p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 30px;
    letter-spacing: -0.15px;
    font-family: "Graphik";
    font-weight: 400;
}
.wp-casestudies-thumb .case-study-wrap .content-block p:empty {
    display: none;
}
.wp-casestudies-thumb .case-study-wrap .content-block .btn-readmore {
    font-size: 22px;
    color: rgb(239, 83, 102);
    font-family: "CircularStd";
    line-height: 28px;
    margin-top: auto;
    text-decoration: none;
    position: relative;
}
.wp-casestudies-thumb .case-study-wrap .content-block .btn-readmore::before {
    content: "";
    width: 74px;
    height: 2px;
    position: absolute;
    top: -20px;
    left: 0px;
    background: #ef5366;
}

.custome-floting-select {
    position: relative;
}
.custome-floting-select .form-control {
    background-color: rgb(255, 255, 255);
    background-image: linear-gradient(transparent, transparent);
    color: rgb(61, 61, 61);
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.17px;
    padding: 16px 20px 17px 22px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    transition: all 300ms ease 0s;
    height: 55px !important;
    width: 100%;
}
.custome-floting-select.fill .form-control,
.custome-floting-select .form-control:focus {
    border-color: rgb(41, 222, 213);
    outline: 0;
    box-shadow: inherit;
}
.custome-floting-select .control-label {
    top: -6px;
    font-size: 11px;
    line-height: 12px;
    z-index: 9;
    padding: 0px 2px;
    background: rgb(247 249 254);
    cursor: text;
    transition: all 300ms ease 0s;
    width: auto;
    pointer-events: none;
    text-transform: capitalize;
    font-weight: 400;
    letter-spacing: -0.17px;
    margin-bottom: 0px;
    color: rgb(180, 180, 180);
    left: 22px;
    position: absolute;
}
.download_ebook a {
    max-width: 250px;
    margin: 0 auto;
}
/*-------------Case Studies layout End----------------*/
/*-------------Table layout Card Css Start----------------*/ 
.blog-details-left-bar {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 110px;
    padding-bottom: 20px;
    z-index: 99;
}
.table-contents-card {
    background: #FFFFFF;
    border: 1px solid #EF5366;
    box-shadow: 4px 4px 0px #FBCFD5;
    padding: 12px 10px;
}
.table-contents-card .table-contents-card-head {
    display: flex; 
    justify-content: space-between;
    margin-bottom: 20px;
}
.table-contents-card ul {
    margin: 0;
    padding: 0;
    list-style: none;
    max-height: calc(100vh - 300px);
    overflow: auto;
}
.table-contents-card ul li { 
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #222222;
    margin: 0 0 10px; 
    position: relative;
} 
.table-contents-card ul li a{   
    color: #222222; 
} 
.table-contents-card ul li a:hover,
.table-contents-card ul li a.active {   
    color: #ef5366; 
} 
.table-contents-card .table-contents-card-head h2 {
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    color: #222222;
    margin: 0;
}
.blog-details-left-bar .social-links-post-wrapper {
    margin-top: 30px;
}
.blog-details-left-bar .social-links-post-wrapper .social-icons {
    margin: 0;
}
/*-------------Table layout Card Css End----------------*/
/*-------------Form Our Export Sec Start----------------*/ 
.from-our-experts-sec {
    margin-top: 107px;
    margin-bottom: 100px;
} 
.from-our-experts-sec .expertCardRow {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
    margin-top: 50px;
}
.single-expert-card {
    width: 25%;
    min-width: 25%;
    flex: 0 1 25%;
    padding: 20px;
    display: flex;
    flex-direction: column;
} 
.single-expert-card.horizontalCard {
    width: 50%;
    min-width: 50%;
    flex: 0 1 50%;
} 
.single-expert-card.horizontalCard .cardThumb {
    flex: 0 0 150px;
    max-width: 150px;
    width: 150px;
    filter: drop-shadow(rgba(0, 0, 0, 0.3) 0px 4px 5px);
}  
.single-expert-card .cardThumb img {
    display: block;
    max-width: 100%;
}
.single-expert-card.horizontalCard .expertCard {
    flex-direction: row;
    padding: 30px 17px 30px 30px;
}   
.single-expert-card.horizontalCard .content-part {
    padding: 0 0 0 30px;
}  
.single-expert-card .expertCard {
    height: 100%;
    display: flex;
    flex-direction: column;
    background: #fff;
    box-shadow: 0 1px 18px 0 rgba(0, 0, 0, 0.05), 0 3px 5px -1px rgba(0, 0, 0, 0.07);
    transition: all 0.4s ease;
}
.single-expert-card .expertCard:hover {
    box-shadow: 4px 4px 26px 5px rgba(0, 0, 0, 0.05), 6px 8px 26px 0px rgba(0, 0, 0, 0.02);
    transform: translate(0px, -10px);
}
.single-expert-card .expertCard:hover .content-part h4,
.single-expert-card .expertCard:hover .content-part p {
    color: #ef5366;
}
.single-expert-card .content-part {
    padding: 17px 20px 20px;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
} 
.single-expert-card .content-part h4 {
    font-size: 18px;
    line-height: 24px;
    font-family: "Circular Std";
    letter-spacing: -0.22px;
    font-weight: 500;
    margin-bottom: 10px;
    transition: all 0.3s ease;
    color: #3d3d3d;
} 
.single-expert-card .content-part p {
    font-size: 16px;
    line-height: 28px;
    color: #3d3d3d;
    font-family: "Graphik";
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
} 
.single-expert-card.horizontalCard .content-part p {
    -webkit-line-clamp: 3;
}
.single-expert-card .content-part .line {
    width: 74px;
    height: 2px;
    display: block;
    background: #ef5366;
    margin-bottom: 14px;
    margin-top: auto;
} 
.single-expert-card .content-part .btn-readmore {
    font-size: 18px;
    color: #ef5366;
    font-family: "Circular Std";
    line-height: 24px;
    font-weight: 500;
    display: inline-block;
    position: relative;
} 
/*-------------Form Our Export Sec End----------------*/
/*-------------tech stacks section Start----------------*/
.tech-stacks-section {
    margin-bottom: 80px;
}
.tech-stacks-section .tech-stacks-tabbing{
    text-align: center;
    max-width: 860px;
    margin: 0 auto;
    margin-top: 60px;
    width: 100%;
}
.tech-stacks-section .tech-stacks-tabbing .tech-stacks-tab-menu {
    display: inline-block;
    margin:0 0 50px;
    position: relative;
    width: 100%;
    white-space: nowrap;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 0;
}
.tech-stacks-section .tech-stacks-tabbing .tech-stacks-tab-menu li {
    list-style: none;
    padding: 7px 20px !important;
    display: inline-block;
    font-size: 18px;
    color: #2a2a2a;
    line-height: 23px;
    font-family: "Circular Std";
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-bottom: 3px solid transparent;
}
.tech-stacks-section .tech-stacks-tabbing .tech-stacks-tab-menu li::before {
    display: none;
}
.tech-stacks-section .tech-stacks-tabbing .tech-stacks-tab-menu li.active {
    color: #29ded5;
    border-bottom-color: #29ded5;
}
.tech-stacks-section .tech-stacks-tabbing .tech-stacks-tab-content{
    position: relative;
}
.tech-stacks-section .tech-stacks-tabbing .tech-stacks-tab-content .techs-tab-content {
    display: none;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; 
}
.tech-stacks-section .tech-stacks-tabbing .tech-stacks-tab-content .techs-tab-content.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.tech-stacks-section .tech-stacks-tabbing .tech-stacks-tab-content .techs-tab-content .tab-content-img-block {
    width: 166px;
    background: rgba(224,225,235,0.23);
    margin: 0 3px;
    margin-bottom: 6px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 6px 13px;
    min-height: 93px;
}
.tech-stacks-section .tech-stacks-tabbing .tech-stacks-tab-content .techs-tab-content .tab-content-img-block img {
    display: block;
    max-width: 100%;
    height: auto;
}
/*-------------tech stacks section Start----------------*/
/*-------------simform Guarantee Sec Start----------------*/
 
.simform-guarantee-head .wpb_text_column {
    margin-bottom: 0;
}  
.simform-guarantee-head .wpb_wrapper { 
    max-width: 690px;
    margin: 0px auto;
    text-align: center;
}  
.simform-guarantee-head .wpb_text_column p { 
    font-size: 24px;
    letter-spacing: -0.15px;
    line-height: 33px;
    margin-bottom: 34px !important;
}  
.simform-guarantee-head .wpb_text_column p .color-through { 
    color: #ef5366;
    position: relative;
    background: url(../img/p-red-shape.png);
    background-size: 100% 15px;
    background-repeat: no-repeat;
    background-position: 0 12px;
}
.simform-guarantee-sec {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    margin: 0 0 120px!important;
    justify-content: space-between; 
}
.simform-guarantee-sec .wpb_column:first-child {
    flex: 0 1 700px; 
    width: auto;
    max-width: 700px;
    float: inherit;
    padding: 0 !important;
}
.simform-guarantee-sec .wpb_column:last-child {
    flex: 0 1 440px;
    width: auto;
    max-width: 440px;
    float: inherit;
    padding:0 0 0 45px !important;
}
.simform-guarantee-sec .wpb_column .vc_column-inner  {
    padding: 0;
}
.simform-guarantee-sec .buildapp-section {
    margin: 0;
    padding: 50px 50px 0px;
    position: relative;
} 
.simform-guarantee-sec .buildapp-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 20px;
    opacity: 0.24;
    border-radius: 6px;
    background-color: #cee4ff;
    z-index: 0;
    height: auto;
    background-image: inherit;
}
#page .simform-guarantee-sec .buildapp-section .container{
    padding: 0;
}
.simform-guarantee-sec .buildapp-section .app-video-wrapper{
    position: relative;
}
.simform-guarantee-sec .buildapp-section .app-video-wrapper::after {
    content: "";
    position: absolute;
    bottom: 80px;
    left: -84px;
    height: 56px;
    width: 58px;
    background: url(../img/sg-video-left-pattern.svg) center;
    background-size: auto;
    background-repeat: no-repeat;
}
.simform-guarantee-sec .buildapp-section .app-video-wrapper::before {
    content: "";
    position: absolute;
    top: -23px;
    right: -94px;
    height: 81px;
    width: 78px;
    background: url(../img/sg-video-right-pattern.svg) center;
    background-size: auto;
    background-repeat: no-repeat;
}
.simform-guarantee-sec .buildapp-section .app-video-wrapper .app-video-block {
    overflow: hidden;
    position: relative;
    z-index: 10;
    margin: 0;
}
.simform-guarantee-sec .wpb_column:last-child .wpb_text_column h2 {
    margin: 0px 0px 30px;
    font-size: 44px;
    line-height: 53px;
    letter-spacing: -0.48px;
}
.simform-guarantee-sec .wpb_column:last-child .wpb_text_column p {
    padding-left: 59px;
    background-image: url(../img/flexible-icon.svg);
    background-repeat: no-repeat;
    background-position: center left;
    font-size: 17px;
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: -0.17px;
    margin: 0px 0 20px;
}
.simform-guarantee-sec .wpb_column:last-child .wpb_text_column p strong{
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.17px;
    margin: 0px;
}
.simform-guarantee-sec .wpb_column:last-child .wpb_text_column p:nth-child(2){
    background-image: url(../img/team-engineers-icon.svg);
}
.simform-guarantee-sec .wpb_column:last-child .wpb_text_column p:last-child{
    background-image: url(../img/long-term-icon.svg);
}
.simform-guarantee-sec .wpb_column .wpb_wrapper .wpb_content_element {
    margin: 0 !important;
}
/*-------------simform Guarantee Sec End----------------*/
/*-------------Reason Read Section Start----------------------*/
.reason-read-section {
    display:flex;
    flex-wrap: wrap;
    margin-top: 20px;
}
.reason-read-section .wpb_column {
    width: calc(33% - 90px);
    flex-grow: 1;
    margin-bottom: 45px;
}
.reason-read-section .wpb_column > .vc_column-inner {
    height: 100%;
}
.reason-read-section .wpb_text_column {
    margin-bottom: 0;
}
.reason-read-section .wpb_column > .vc_column-inner > .wpb_wrapper {
    height: 100%;
    padding: 35px 30px 15px 30px; 
    border: 1px solid rgba(197, 197, 197, 0.45);
    text-align: center;
    background-color: #ffffff;
}
.reason-read-section .wpb_text_column .wpb_wrapper p:first-child {
    position: absolute;
    margin-bottom: 0;
    top: -25px;
    left: 50%;
    transform: translate(-50%);
}
.reason-read-section .wpb_text_column .wpb_wrapper p {
    font-weight: 700;
}
/*--------------Reason Read Section End----------------*/
/*--------------Ebook Banner Section Start----------------*/
.ebook-image .wpb_wrapper{ 
    display: block;
    width: 100%;
}
.ebook-image .wpb_wrapper .vc_single_image-wrapper{
    max-width: 330px;
    margin: 0 auto;
    display: block;
    position: relative;
}
.ebook-image .wpb_wrapper .vc_single_image-wrapper::after {
    content: "";
    position: absolute;
    bottom: 21px;
    left: 59px;
    width: 100%;
    height: 180px;
    background: #000;
    max-width: 100%;
    right: 0;
    margin: 0 auto;
    transform: skew(-39deg, 7deg);
    z-index: -1;
    filter: blur(20px);
    opacity: 0.85;
    border-radius: 60px;  
    background: linear-gradient(0deg, rgba(0,0,0,1) 10%, rgba(255,255,255,0) 100%);
}
.ebook-image .wpb_wrapper .vc_single_image-wrapper img {
    position: relative;
    z-index: 1;
}
/*--------------Ebook Banner Section End----------------*/
/*--------------Ebook Banner Section End----------------*/
.clutch-review-section {
    margin-bottom: 80px;
}
.clutch-review-slider  { 
    margin-top: 60px;
}
.clutch-review-slider:not(.slick-initialized) {
    display: flex;
}
.clutch-review-slider .slick-track {
    display: flex;
}
.clutch-review-slider .slide-item { 
    width: 384px;
    margin-right: 16px;
    height: inherit;
}
.post .clutch-review-slider .slick-list { 
    overflow: visible;
}
.post .clutch-review-slider .slick-dots {  
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    margin-top: 32px;
    list-style: none;
    gap: 12px;
    width: 100%;
}
.post .clutch-review-slider  .slick-dots li,
.post .clutch-review-slider  .slick-dots li:last-child {
    padding: 0px;
}
.post .clutch-review-slider  .slick-dots li:before {
    display: none;
}
.clutch-review-slider  .slick-dots li button {  
    border: 0px; 
    display: flex;
    width: 32px;
    height: 6px;
    border-radius: 24px;
    background-color: rgb(194 199 204/1);
    cursor: pointer;
    font-size: 0px;
    outline: 0px;
    transition: all 0.4s ease-in-out;
}
.clutch-review-slider  .slick-dots li.slick-active button {   
    background-color: rgb(61 71 81/1);
}
.clutch-review-card { 
    width: 100%; 
    overflow: hidden;
    background: #fff; 
    border-radius: 16px;  
    box-shadow: rgba(0, 0, 0, 0) 0 0 0 0,rgba(0, 0, 0, 0) 0 0 0 0, 0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);
    color: #292929;
    height: 100%;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.clutch-review-card:hover { 
    transform: translateY(-5px);
    box-shadow: rgba(0, 0, 0, 0) 0 0 0 0, rgba(0, 0, 0, 0) 0 0 0 0, 0 20px 15px -5px rgba(0,0,0,.1), 0 7px 6px -4px rgba(0,0,0,.1);
}
.post .clutch-review-card .cr-card-header {
    padding: 24px;
    background-color: rgb(246 247 248/1);
    display: flex;
    align-items: center;
    gap: 8px;
}
.post .clutch-review-card .cr-card-header .company-logo { 
    width: 40px;
    height: 40px;
    margin: 0px;
}
.post .clutch-review-card .card-head-title { 
    font-size: 26px;
    line-height: 32px;
    font-weight: 500;
    font-family: "CircularStd";
    margin: 0;
}

.clutch-review-card .clutch-card-logo {
    height: 40px; 
    width: 40px; 
    object-fit: contain;
}

.clutch-review-card .cr-card-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 24px;
    flex: 1 1 auto;
}

.post .clutch-review-card .cr-info-title {
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    font-family: "CircularStd";
    margin: 0 0 6px;
}
.post .clutch-review-card .cr-info-text {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.clutch-review-card .cr-card-ratings {
    display: flex;
    flex-direction: column;
    gap: 16px; 
}


.clutch-review-card .cr-card-footer {
    padding: 0 24px 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.clutch-review-card .cr-card-footer .crfoot-bottom {
    align-items: center; 
    display: flex;
    gap: 16px;
}
.clutch-review-card .cr-card-user-info {
    display: flex;
    align-items: center;
    gap: 16px;
}

.clutch-review-card .cr-card-user-avatar {
    height: 48px !important;
    margin: 0 !important; 
    width: 48px; 
    border-radius: 50%;
    border: 1px solid rgb(174 186 216 / 10%);
}

.clutch-review-card .cr-card-user-details {
    display: flex;
    flex-direction: column;
}
.post .clutch-review-card .cr-card-user-name {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    font-family: "CircularStd";
    margin: 0;
}
.post .clutch-review-card .cr-card-user-designation {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
}
.clutch-review-card .cr-card-rating-logo {
    height: auto !important;  
    margin: 0 !important;
    width: 70px; 
}

.clutch-review-card .cr-card-rating {
    display: flex;
    align-items: center;
    gap: 8px;
}
.post .clutch-review-card .cr-card-rating-text {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    margin: 0;
}

.clutch-review-card .cr-card-stars {
    display: flex;
    align-items: center;
    color: #F66135;
    font-size: 16px;
    gap: 4px;
} 


/*--------------Ebook Banner Section End----------------*/

/*--------------Tab Section Start----------------*/ 
.simform-tab.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab::before {
    display: none;
}
.simform-tab.vc_tta-tabs .vc_tta-tabs-container {
    margin-right: 0px !important;
}
.simform-tab.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list {
    display: flex;
    flex-wrap: wrap;
    overflow: auto;
}
.simform-tab.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab {
    padding: 0;
    flex: 1 1 auto;
}
.simform-tab.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a{
    padding: 10px 18px;
    background-color: transparent;
    border-color:  #c5c5c573;
    text-decoration: none !important;
    font-size: 18px;
    font-family: "CircularStd";
    line-height: 24px;
    border-bottom: 0px;
    white-space: nowrap;
}
.simform-tab.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active > a {
    border-color: #ef5366;
    background-color: #ef5366;
    color: #fff;
}
.simform-tab.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active > a::after,
.simform-tab.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active > a::before {
    display: none !important;
}
.simform-tab.vc_tta-tabs.vc_tta-style-classic .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-heading {
    background-color: transparent;  
    border-color: #c5c5c573;
    color: #212529;
    margin-bottom: 0;
} 
.simform-tab.vc_tta-tabs.vc_tta-style-classic .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading {
    border-color: #ef5366;
    background-color: #ef5366;
    color: #fff;
} 
.simform-tab.vc_tta-tabs.vc_tta-style-classic .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-heading .vc_tta-panel-title {
    color: inherit;
}
.simform-tab.vc_tta-tabs.vc_tta-style-classic .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-heading .vc_tta-panel-title a {
    padding: 8px 12px;
    background-color: transparent; 
    text-decoration: none !important;
    font-size: 18px;
    font-family: "CircularStd";
    line-height: 24px;
    border-bottom: 0px;
    color: inherit;
} 
.simform-tab.vc_tta-tabs.vc_tta-style-classic .vc_tta-panels-container .vc_tta-panels {
    background-color: transparent;
    border-color: #c5c5c573; 
}
.simform-tab.vc_tta-tabs.vc_tta-style-classic .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body {
    background-color: transparent;
}
/*--------------Tab Section End----------------*/