/**handles:theme-style**/
.section {
    --st-gutter-y: 9rem;
    padding-top: calc(var(--st-gutter-y) * 0.5);
    padding-bottom: calc(var(--st-gutter-y) * 0.5);
}

.section2 {
    --st-gutter-y: 10rem;
}

.section-heading {
    margin: 0 0 25px 0;
}

.section-title {
    --st-heading-size: 2.8rem;
    --st-heading-weight: 700;
    --st-heading-color: #212121;
    --st-heading-lh: 1.4;
    color: var(--st-heading-color);
    font-size: var(--st-heading-size);
    font-weight: var(--st-heading-weight);
    line-height: var(--st-heading-lh);
}

.st-title {
    --st-padding-right: 120px;
    --st-margin-bottom: 43px;
    padding-right: var(--st-padding-right);
    margin-bottom: var(--st-margin-bottom);
}

.st-title p {
    font-size: 16px;
    line-height: 24px;
    color: #505056;
    margin: 0px;
}

.st-title .section-title,
.section-wrapper .section-title {
--st-heading-size: 40px;
    --st-heading-weight: 700;
    --st-heading-lh: 49px;
    --st-heading-color: #212121;
    letter-spacing: 0.05px;
}

.section-wrapper {
    color: #333;
    line-height: 1.6;
}

.icon-box {
    --st-icon-shadow: 0px 10px 20px 10px rgb(49 51 90 / 18%);
    --st-icon-bg: #fff;
    --st-margin-right: 15px;
    --st-margin-left: 15px;
    --st-icon-border: 10px;
    --st-icon-padding: 25px 40px 40px 40px;
    border-radius: var(--st-icon-border);
    margin-left: var(--st-margin-left);
    margin-right: var(--st-margin-right);
    box-shadow: var(--st-icon-shadow);
    background-color: var(--st-icon-bg);
    padding: var(--st-icon-padding);
}

.icon-box .icon-box-icon {
    margin-right: 27px;
}

.icon-box svg {
    width: 50px;
    height: 50px;
    position: relative;
    display: block;
}

.icon-box .icon-box-content .icon-box-title {
    font-size: 20px;
    font-weight: 500;
    color: #31335A;
    margin: 20px 0 10px;
}

.icon-box .icon-box-content .icon-box-title a {
    color: inherit;
    text-decoration: none;
}

.icon-box .icon-box-content p {
    color: #5E6084;
}

.thank-you .icon-box {
    margin-bottom: -10rem;
    color: #333;
}

.thank-you .icon-box h4 {
    font-size: 1.25rem;
}

.thank-you .icon-box h1 {
    font-size: calc(1.375rem + 1vw);
}

.thank-you .icon-box p {
    font-size: 1.125rem;
    line-height: 1.6;
}

.thank-you .icon-box strong {
    font-weight: 500;
}

.section-row-gap {
    --st-gap-y: 9rem;
    margin-top: calc(var(--st-gap-y) * 0.5);
}

.mt-50 {
    margin-top: 50px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mb-30 {
    margin-bottom: 30px;
}

.stackify-service {
    position: relative;
    padding-left: 40px;
}

.stackify-service .icon {
    position: absolute;
    left: 0;
    top: 5px;
}

.stackify-service .icon i {
    --stackify-service-bg: linear-gradient(135deg, #84bcfa 0%, #2b70fa 100%);
    height: 26px;
    width: 26px;
    display: inline-block;
    text-align: center;
    line-height: 26px;
    border-radius: 50%;
    background: var(--stackify-service-bg);
    color: #fff;
    box-shadow: 0px 6px 10px 0px rgb(16 73 189 / 30%);
}

.stackify-service.item-2 .icon i {
    --stackify-service-bg: linear-gradient(135deg, rgb(247, 184, 175) 0%, rgb(248, 69, 45) 100%);
}

.stackify-service.item-3 .icon i {
    --stackify-service-bg: linear-gradient(135deg, rgb(160, 234, 194) 0%, rgb(49, 195, 105) 100%);
}

.stackify-service.item-4 .icon i {
    --stackify-service-bg: linear-gradient(135deg, rgb(216, 170, 255) 0%, rgb(155, 44, 250) 100%);
}

.stackify-service .title {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 7px;
    color: #212121;
}

.shape-image {
    position: absolute;
}

.shape-1 {
    width: 35%;
    max-width: 35%;
    top: -40px;
    z-index: -1;
    left: 0;
}

.shape-2 {
    animation-duration: 100s;
    width: 45%;
    max-width: 45%;
    bottom: 10px;
    z-index: -1;
    right: 10px;
    /* animation: rotate-center 100s linear infinite both; */
}

.shape-3 {
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
}

@-webkit-keyframes rotate-center {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotate-center {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.videoModal .modal-dialog {
    max-width: 800px;
    margin: 30px auto;
}

.videoModal .modal-body {
    position: relative;
    padding: 0px;
}

.videoModal .btn-close {
    position: absolute;
    right: -30px;
    top: 0;
    outline: 0;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}

.wsmenucontainer {
    background-size: cover;
    overflow: hidden;
    background-attachment: fixed;
    background-position: 50% 0;
    background-repeat: no-repeat;
}

/* header */
.header {
    padding: 0;
    position: relative;
}

.admin-bar .header-wrapper {
    top: 32px;
}

.header-menu {
    --st-gutter-x: 0;
    --st-gutter-y: 1.25rem;
    padding-top: calc(var(--st-gutter-y) * 0.5);
    padding-bottom: calc(var(--st-gutter-y) * 0.5);
    -webkit-transition: all 450ms ease-in-out;
    -moz-transition: all 450ms ease-in-out;
    -o-transition: all 450ms ease-in-out;
    -ms-transition: all 450ms ease-in-out;
    transition: all 450ms ease-in-out;
}

.header-menu.scroll {
    --st-gutter-y: 0.75rem;
    background-color: #00032d;
    -webkit-box-shadow: 0 2px 3px rgb(96 96 96 / 10%);
    -moz-box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
    box-shadow: 0 2px 3px rgb(96 96 96 / 10%);
}

.header-menu .navbar-nav>li {
    position: relative;
}

.header-menu .navbar-nav>li>a {
    display: block;
    letter-spacing: 0;
    margin: 0 5px;
    padding: 10px 15px;
    line-height: 40px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    color: #fff;
    position: relative;
}

.header-menu .navbar-nav>li>a.btn {
    font-size: 15.5px;
    line-height: 30px;
    text-transform: none;
    letter-spacing: 0;
    margin-top: 10px;
    margin-left: 10px;
    padding: 5px 30px;
    color: #fff;
}

.header-menu .navbar-nav>li.menu-item-has-children>a:after {
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-top: 4px solid;
    content: "";
    right: 0;
    height: 0;
    margin: 0 0 0 14px;
    position: absolute;
    text-align: right;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
}

.mega-menu {
    list-style: none;
    padding: 0;
    position: absolute;
    top: 55px;
    z-index: 2;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    opacity: 0;
    min-height: 275px;
    visibility: hidden;
    list-style: none;
    border-radius: 4px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 3px rgb(96 96 96 / 10%);
    -moz-box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
    box-shadow: 0 2px 3px rgb(96 96 96 / 10%);
    transition: opacity var(--st-animation-250-time) ease-in-out, visibility var(--st-animation-320-time) ease-in-out, top var(--st-animation-320-time) ease-in-out;
}

@media screen and (min-width:992px) {
    .header-menu .navbar-nav li.menu-item-has-children .wsmenu-click {
        display: none;
    }

    .header-menu .navbar-nav>li:hover .mega-menu {
        visibility: visible;
        top: 65px;
        opacity: 1
    }
}


.mega-menu--right {
    right: 0
}

.mega-menu::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 100%;
    content: "";
    margin-bottom: -5px;
    transform: rotate(135deg);
    background-color: #fff;
    border: 5px solid transparent;
    z-index: 1;
}

.mega-menu.mega-menu--right::before {
    right: 30px;
}

.mega-menu__category-item:first-of-type {
    margin-top: 20px;
}

.mega-menu__category-item:last-of-type {
    margin-bottom: 20px;
}

.mega-menu__category-item {
    padding: 0 15px;
}

.mega-menu__category-item a {
    text-decoration: none;
    position: relative;
	display: block;
}

.mega-menu__category {
    display: grid;
    width: 250px;
    grid-template-columns: 0px 1fr;
    align-items: center;
    text-decoration: none;
    padding: 0 20px 0 10px;
    border-radius: 4px;
    min-height: 75px;
}

.mega-menu__category-item:hover .mega-menu__category,
.mega-menu__category-item>a:hover .mega-menu__category {
    text-decoration: none;
    background-color: #f5f5f5;
    transition: background-color var(--st-animation-250-time) ease-in, opacity 0s ease var(--st-animation-500-time)
}

.mega-menu__category-content {
    grid-column-start: 2;
    grid-column-end: 3;
    position: relative;
    padding: 10px 20px 10px 10px;
}

.mega-menu__category-content {
    display: grid;
}

.mega-menu__category-content>span {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: inherit;
}

.mega-menu__category-text {
    color: #202225;
    font-weight: 500;
}

.mega-menu__category-subtext {
    font-size: 0.875rem;
    color: var(--st-body-color);
}

.mega-menu__category-arrow {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -10px;
    visibility: hidden;
    opacity: 0;
    transition-property: right, opacity;
    transition-duration: var(--st-animation-250-time);
    transition-delay: 0s;
}

.mega-menu__category-item:hover .mega-menu__category-arrow,
.mega-menu__category-item>a:hover .mega-menu__category-arrow {
    visibility: visible;
    right: 12px;
    opacity: 1;
}

.mega-menu__category-links {
    position: absolute;
    left: calc(100% - 3px);
    top: 0;
    background-color: #f7f7fe;
    overscroll-behavior-y: none;
    padding: 20px 30px 10px;
    bottom: 0;
    width: 250px;
    max-width: 100%;
    border-radius: 0 4px 4px 0;
    visibility: hidden;
    overflow-y: auto;
    list-style: none;
}

.mega-menu__category-item:hover .mega-menu__category-links {
    visibility: visible;
}

.mega-menu__links-title {
    color: #192435;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 25px;
    padding-bottom: 0.5rem;
    display: block;
}

.mega-menu__category-links a {
    width: 100%;
    display: block;
    padding: 8px 0 6px;
    color: #192435;
    font-size: 14px;
    line-height: 18px;
}

.mega-menu__category-links li:first-child a,
.mega-menu__category-links li:last-child a {
    padding-bottom: 0;
}

.mega-menu__category-item:hover .mega-menu__category-text,
.mega-menu__category-links a:hover {
    color: var(--st-link-hover-color);
}

/* hero section */
.hero-section {
    --st-gutter-y: 25rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    padding-top: calc(var(--st-gutter-y) * 0.45);
    padding-bottom: calc(var(--st-gutter-y) * 0.35);
}

.hero-section::after {
    content: "";
    bottom: 0;
    left: 0;
    height: 200px;
    position: absolute;
    width: 100%;
    background-size: cover;
    background-image: url(https://stackify.com/wp-content/themes/stackify/assets/img/shape3.png);
}

.hero-content {
    margin-bottom: 2rem;
}

.hero-content h1 {
    font-size: 3rem;
    line-height: 1.25;
    letter-spacing: 0.75px;
}

.hero-content p {
    font-size: 1.25rem;
    line-height: 1.75;
}

.hero-section .hero-image {
    position: absolute;
    top: 55%;
    right: -50px;
    transform: translateY(-55%);
    z-index: 2;
    width: 50%;
}

.hero-section .hero-image img {
    max-height: 490px;
}

.hero-content .btn {
    --st-btn-padding-y: 0.625rem;
}

.hero-content button {
    background-color: transparent;
    border: 0;
    font-weight: 500;
    font-size: 1rem;
    color: #fff;
}

.stackify-section .section-title,
.section-title-2 {
    --st-heading-size: 2.625rem;
    --st-heading-lh: 1.2;
    --st-heading-color: #2f353e;
}

.stackify-section .st-title h3:not(.section-title),
.stackify-section .section-wrapper h3:not(.section-title) {
    color: #2F353E;
    font-size: 26px;
    font-weight: 500;
    line-height: 42px;
    margin-bottom: 20px;
}

.stackify-section .st-title .h2 {
    font-size: 2rem;
}

.stackify-section .st-title p {
    font-size: 20px;
    line-height: 1.6;
}

/*  home-third */
.home-third {
    background-color: #f6f6f4;
}

.home-third .home-third-thumb {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 42%;
}

.home-third .stackify-service p {
    color: #454545;
}

/*@media (min-width:992px) {
    .home-third .home-third-thumb {
        right: -30px;
    }
}*/

@media (min-width:1740px) {
    .home-third-thumb img {
        width: auto !important;
    }

    .home-third .home-third-thumb {
        right: calc(50% - 650px);
        width: auto;
        height: 70%;
    }
}

/* home partners */
.home-partner {
    z-index: 2;
}

.home-partner .section-title {
    --st-heading-weight: 600;
    --st-heading-lh: 1.25;
    --st-heading-size: 2.3rem;
}

.home-partner .icon-box {
    --st-icon-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
    --st-icon-border: 8px;
    --st-icon-padding: 9px 14px;
    align-items: center;
    display: flex;
        --st-margin-right: 5px;
    --st-margin-left: 5px;
    height: 90px;
}

.home-section .st-title {
    --st-padding-right: 100px;
}

.home-section .stackify-service {
    padding-left: 0;
    padding-right: 50px;
}

.home-section .stackify-service .icon,
.home-section .stackify-service .icon {
    display: inline-block;
    height: 50px;
    width: 50px;
    margin-bottom: 23px;
    line-height: 50px;
    position: static;
    background-image: linear-gradient(120deg, rgb(43, 112, 250) 0%, rgb(132, 188, 250) 100%);
    background-image: -ms-linear-gradient(120deg, rgb(43, 112, 250) 0%, rgb(132, 188, 250) 100%);
    text-align: center;
    border-radius: 50%;
    box-shadow: 0px 6px 10px 0px rgb(16 73 189 / 30%);
}

.home-section .stackify-service.item-2 .icon {
    background-image: linear-gradient(120deg, rgb(49, 195, 105) 0%, rgb(160, 234, 194) 100%);
    background-image: -ms-linear-gradient(120deg, rgb(49, 195, 105) 0%, rgb(160, 234, 194) 100%);
}

.home-section .stackify-service.item-3 .icon {
    background-image: linear-gradient(120deg, rgb(155, 44, 250) 0%, rgb(216, 170, 255) 100%);
    background-image: -ms-linear-gradient(120deg, rgb(155, 44, 250) 0%, rgb(216, 170, 255) 100%);
}

.home-section .stackify-service.item-4 .icon {
    background-image: linear-gradient(120deg, rgb(248, 69, 45) 0%, rgb(247, 184, 175) 100%);
    background-image: -ms-linear-gradient(120deg, rgb(248, 69, 45) 0%, rgb(247, 184, 175) 100%);
}

.home-sixth .container {
    background-color: #f2f1f5;
    border-radius: 1rem;
    padding: 70px;
}

.has-bg {
    background-color: #f2f1f5;
}

.home-sixth .st-title {
    --st-padding-right: 50px;
    --st-margin-bottom: 30px;
}

.home-sixth .stackify-service {
    padding-left: 40px;
    padding-right: 0px;
    position: relative;
}

.home-sixth .stackify-service .icon i {
    height: 26px;
    width: 26px;
    text-align: center;
    line-height: 26px;
    border-radius: 50%;
    color: #fff;
    background: #31c369;
    box-shadow: none;
}

.section2 .icon-box {
    --st-icon-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
    --st-icon-border: 8px;
    --st-icon-padding: 14px;
}

.section2 .icon-box img,
.home-third-thumb img {
    width: 100%;
}

.shape-4 {
    z-index: 1;
}

.shape-4::before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M 0  97 C 0  44.62 44.62  0 97  0 S 194  44.62 194  97 149.38  194 97  194 0  149.38 0  97' fill='%230067b9'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: calc(100% + 50px);
    position: absolute;
    top: -20px;
    z-index: -1;
}

/* home-stories */
.home-stories {
    background: linear-gradient(180deg, #F4F4F9 40%, #F2295B05 60%);
}

.home-stories .section-title {
    --st-heading-size: 3.375rem;
    --st-heading-weight: 500;
    --st-heading-lh: 1.2;
    letter-spacing: -0.75px;
    margin-bottom: 20px;
}

.home-stories .section-heading p {
    font-size: 1.125rem;
}

.review-item,
.custom-card {
background-color: #fff;
    border: 1px solid #dddddd;
    padding: 30px 22px;
    margin: 0;
    border-radius: 8px;
    color: #2F353E;
    box-shadow: 0px 10px 15px 0px rgb(5 5 5 / 5%);
}


.custom-card.security-sidebar {
background-color: #f9f9f9;
 
}



.home-stories .swiper {
    padding-bottom: 50px;
}

.custom-card {
    padding: 30px;
    box-shadow: 0px 0px 10px 2px rgb(5 5 5 / 5%);
}

.custom-card .custom-title {
    font-size: calc(1.25rem + 0.75vw);
}

.custom-form label {
    font-weight: 500;
    margin-bottom: 0.25rem;
    display: block;
    color: #37474f;
    font-size: 0.9375rem;
}

.custom-form input,
.custom-form textarea {
    padding: 8px 16px;
    border: 1px solid #dadada;
    background-color: #fff;
    line-height: 150%;
    display: block;
    width: 100%;
    outline: 0;
    font-size: 0.875rem;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
}


.custom-form input[type=checkbox], .custom-card input[type=checkbox]{
    padding: 0px;
    height: 22px;
    width: auto !important;
}


.custom-form textarea {
    height: auto;
}

.custom-form input:focus,
.custom-form textarea:focus {
    border-color: #444;
}

.custom-form .screen-reader-response {
    display: none;
}

.custom-card .from-group>p {
    margin-bottom: 0;
}

.custom-card .wpcf7-not-valid-tip {
    font-size: 0.8125rem;
    margin-top: 0.25rem;
    line-height: 1;
}

.custom-card .wpcf7-response-output:not(:empty),
.custom-card .wpcf7-mail-sent-ok {
    background: #ffebee;
    padding: 10px;
    border-radius: 5px;
    color: #83312b;
    font-size: 0.875rem;
}

.wpcf7 .wpcf7-submit:disabled {
    opacity: 0.5;
}

.custom-card .wpcf7-mail-sent-ok,
.wpcf7 form.sent .wpcf7-response-output {
    background: #e8f5e9;
    color: #4caf50;
}

.wpcf7 form.invalid .wpcf7-response-output {
    background: rgb(255 185 0 / 20%);
    color: #4b3601;
}

.review-txt>p {
    font-size: 1.125rem;
}

.review-txt>p>b {
    font-weight: 500;
}

.review-txt .puco-icon-s {
    margin-right: 0.5rem;
    margin-top: -14px;
    width: 25px;
    height: 25px;
    display: inline-block;
}

.author-data {
    margin-top: 25px;
}

.review-author h6 {
    line-height: 1;
    margin-bottom: 8px;
    margin-top: 0;
    color: #2f353e;
    font-size: 1.25rem;
    letter-spacing: -0.75px;
}

.review .review-author p {
    line-height: 1;
    font-weight: 300;
    margin-bottom: 0;
}

.review-avatar img {
    width: 52px;
    height: 52px;
    border-radius: 100%;
}

.review-rating {
    margin-top: 8px;
}
.review-rating .cs-icon{
	width:16px;
	height:16px;
	display: inline-block;
    margin-right: 3px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%232F353E' class='bi bi-star-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3.612 15.443c-.386.198-.824-.149-.746-.592l.83-4.73L.173 6.765c-.329-.314-.158-.888.283-.95l4.898-.696L7.538.792c.197-.39.73-.39.927 0l2.184 4.327 4.898.696c.441.062.612.636.282.95l-3.522 3.356.83 4.73c.078.443-.36.79-.746.592L8 13.187l-4.389 2.256z' /%3E%3C/svg%3E"); 
	background-size:16px;
}
.review-rating svg {
    margin-right: 0;
}

.review-rating .cs-icon.active {
   background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23ffb30c' class='bi bi-star-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3.612 15.443c-.386.198-.824-.149-.746-.592l.83-4.73L.173 6.765c-.329-.314-.158-.888.283-.95l4.898-.696L7.538.792c.197-.39.73-.39.927 0l2.184 4.327 4.898.696c.441.062.612.636.282.95l-3.522 3.356.83 4.73c.078.443-.36.79-.746.592L8 13.187l-4.389 2.256z' /%3E%3C/svg%3E");
}

/* home pricing */
.home-pricing {
    background-color: var(--st-blue);
    margin-top: -1.25rem;
}

.home-pricing.has-bg {
    background-image: url(https://stackify.com/wp-content/themes/stackify/assets/img/hero-3.jpg);
    background-size: cover;
}

.section-shape {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: -1px;
    width: 100%;
    line-height: 0;
    direction: ltr;
}

.section-shape svg {
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%) rotateY(180deg);
    -ms-transform: translateX(-50%) rotateY(180deg);
    transform: translateX(-50%) rotateY(180deg);
    height: 320px;
}

.section-shape-2 svg {
    display: block;
    width: 100%;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%) rotateY(180deg);
    -ms-transform: translateX(-50%) rotateY(180deg);
    transform: translateX(-50%) rotateY(180deg);
    height: 100%;
    fill: #fff;
}

.section-shape .section-shape-fill {
    fill: #fff;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.home-pricing .section-inner {
    padding: 70px 5px 0px 5px;
}

.heading-title .text-opacity {
    color: rgba(255, 255, 255, 0.71);
}

.heading-title h3 {
    font-size: 30px;
    line-height: 1.3em;
}

.heading-title .fs-24 {
    font-size: 24px;
    line-height: 1.3em;
}

.home-pricing .btn {
    --st-btn-padding-x: 2rem;
    --st-btn-border-width: 2px;
    --st-btn-padding-y: 1.125rem;
    --st-btn-font-weight: 500;
    letter-spacing: 0.75px;
    --st-btn-line-height: 1;
}

.button-warpper .btn+.btn {
    margin-left: 20px;
}

/* payment-section */
.payment-section {
    --st-gutter-y: 5rem;
    --payment-section: #F4F4F9;
    background-color: var(--payment-section);
}

.payment-box {
    padding-top: 0.5rem;
}

.payment-box h4 {
    --st-heading-size: 1.125rem;
    --st-heading-weight: 600;
    --st-heading-color: #2F353E;
    --st-heading-lh: 23px;
}

.payment-box p {
    font-size: 1.0625rem;
    line-height: 1.66;
}

.payment-list>li {
    max-width: 11.5%;
    padding: 10px 10px 0;
}

/* Progress  */
.progress-wrap {
    position: fixed;
    bottom: 80px;
    right: 27px;
    height: 44px;
    width: 44px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 400ms linear;
    mix-blend-mode: multiply;
}

.progress-wrap::after {
    position: absolute;
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%230069cc' class='bi bi-caret-up-fill' viewBox='0 0 16 16'%3E%3Cpath d='m7.247 4.86-4.796 5.481c-.566.647-.106 1.659.753 1.659h9.592a1 1 0 0 0 .753-1.659l-4.796-5.48a1 1 0 0 0-1.506 0z'/%3E%3C/svg%3E");
    text-align: center;
    background-size: 16px;
    background-position: center center;
    background-repeat: no-repeat;
    color: var(--st-link-color);
    left: 0;
    top: 0;
    height: 44px;
    width: 44px;
    cursor: pointer;
    display: block;
    z-index: 1;
    transition: all 400ms linear;
}

.progress-wrap svg.progress-circle path {
    stroke: var(--st-link-color);
    stroke-width: 4;
    box-sizing: border-box;
    transition: all 400ms linear;
    fill: transparent;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* footer  */
.footer {
    padding-top: 4.375rem;
}

@media (min-width: 992px) {
    .footer-about {
        width: 32%;
    }
}

.footer a {
    color: var(--st-body-color);
    text-decoration: none;
}

.footer a:hover {
    color: #0195ff;
}

.social-links li {
    margin: 0 10px 4px 0;
}

.social-links a {
    color: var(--st-body-color);
    padding: 0;
}

.social-links a:hover {
    color: var(--st-body-color);
}

.social-links li:hover {
    transform: scale(1.1);
}

.social-links svg {
    color: currentColor;
    fill: currentColor;
    width: 30px;
    height: 30px;
}

.footer hr,
.divider-separator {
    background-color: transparent;
    background-image: linear-gradient(90deg, rgba(206, 211, 246, 0) 0, #bbb 38%, #bbb 64%, rgba(206, 211, 246, 0) 99%);
    opacity: .3;
    margin: 30px 0 0;
    border: 0;
    height: 1px;
}

.divider-separator {
    display: block;
    height: 2px;
    --divider-border-style: solid;
    --divider-color: #54595F00;
    --divider-border-width: 1px;
    border-top: var(--divider-border-width) var(--divider-border-style) var(--divider-color);
}

.footer-bottom {
    padding: 1.875rem 0;
}

.footer-widget-area .widget {
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}

.footer h6 {
    line-height: 1;
    margin-bottom: 25px;
    margin-top: 0;
    font-size: 1.25rem;
    color: #2f353e;
    font-weight: 500;
}

.footer-widget-area ul {
    padding: 0;
    margin: 0;
}

.footer-widget-area .widget ul li {
    list-style: none;
    padding: 0;
    margin-bottom: 8px;
}

.footer-widget-area ul li a {
    display: inline-block;
    padding: 0;
}

/*  */
.bg-1 {
    background-color: #06163e;
    background-image: url(https://stackify.com/wp-content/themes/stackify/assets/img/ambient-min-2.jpg);
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-2 {
    background-color: #eaeaea;
    background-image: url(https://stackify.com/wp-content/themes/stackify/assets/img/light-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-2 .hero-content.text-dark h1 {
    color: var(--st-link-color);
}

.bg-2 .hero-content.text-dark p {
    color: #333;
}

.bg-animation {
    -webkit-animation: bg-animation 25s ease-in-out infinite;
    animation: bg-animation 25s ease-in-out infinite;
}

.dark-gradient {
    background-image: url('https://stackify.com/wp-content/themes/stackify/assets/img/support.png'), linear-gradient(180deg, #313C59 0%, #161C2D 100%);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.single .author-box {
    margin: 50px 0;
    color: #fff;
    padding: 60px;
    border-radius: 10px;
    background: #1a1f33;
    background: linear-gradient(24deg, #1a1f33, #445388);
    position: relative;
}

.single .author-box:before {
    content: "";
    background-color: unset;
    background-image: url('https://stackify.com/wp-content/themes/stackify/assets/img/author.svg');
    background-repeat: no-repeat;
    background-size: 125px;
    background-position: -8px 2px;
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: .05;
    background-size: 325px;
    background-position: -46px -46px;
}

.single .author-box .entry-author {
    display: flex;
    position: relative;
}

.avatar {
    margin-right: 20px;
    border: 2px solid #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 16%);
    height: 50px;
    width: 50px;
}

.single .author-box .entry-author .avatar {
    width: 80px;
    height: 80px;
    flex: 0 0 80px;
    border-radius: 50%;
}

.single .author-box .entry-author .entry-meta__label {
    color: #bcbec6;
    font-size: .875rem;
    line-height: 1;
    display: block;
    margin-top: 10px;
}

.single .author-box .entry-author .entry-meta__value a {
    color: #fff;
    text-decoration: none;
    font-size: 1.125rem;
    font-weight: 500;
}

.counter-wrapper {
    margin: 0 120px -100px;
    position: relative;
}

.counter-wrapper .icon-box {
    --st-icon-padding: 20px;
    --st-icon-border: 5px;
}

.counter-wrapper .counter {
    color: #25373F;
    font-size: 42px;
    font-weight: 500;
    line-height: 1.3em;
    padding: 20px;
    border-radius: 5px;
}

.counter-wrapper .counter:first-child {
    padding-top: 0;
    border-style: dashed;
    border-width: 0px 0px 2px 0px;
    border-color: #25373F1C;
}

.counter-wrapper .counter .counter-number-wrapper {
    display: flex;
    align-items: center;
}

.counter-wrapper .counter .counter-title {
    color: #25373FB3;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4em;
}

.counter-wrapper .counter.text-white .counter-title {
    color: #fff;
}

.counter-wrapper .content-shape,
.counter-wrapper .dots {
    position: absolute;
    max-width: 100%;
    width: auto;
    right: -20px;
    top: -30px;
    z-index: -1;
}

.counter-wrapper .content-shape {
    right: auto;
    top: 30%;
    left: -48px;
}

.pricing-table-wrapper>span {
    line-height: 1;
    text-align: center;
    display: block;
    padding-bottom: 0.625rem;
    color: #fff;
    text-transform: UPPERCASE;
    font-weight: 500;
    font-size: 0.875rem;
}

.wp-block-image img {
    max-width: 100%;
}

.card-bluster ul li.not-included::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23f44336' class='bi bi-x-circle-fill' viewBox='0 0 16 16'%3E%3Cpath d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM5.354 4.646a.5.5 0 1 0-.708.708L7.293 8l-2.647 2.646a.5.5 0 0 0 .708.708L8 8.707l2.646 2.647a.5.5 0 0 0 .708-.708L8.707 8l2.647-2.646a.5.5 0 0 0-.708-.708L8 7.293 5.354 4.646z'/%3E%3C/svg%3E");
}

@-webkit-keyframes bg-animation {
    0% {
        background-position: top
    }

    50% {
        background-position: bottom
    }

    100% {
        background-position: top
    }
}

@keyframes bg-animation {
    0% {
        background-position: top
    }

    50% {
        background-position: bottom
    }

    100% {
        background-position: top
    }
}

.header-space {
    min-height: 90px;
}

.cols-2 {
    grid-template-columns: auto auto;
}

.links a {
    --st-text-opacity: 0.9;
    color: rgba(var(--st-white-rgb), var(--st-text-opacity));
    text-decoration: none;
}

.bottom-img {
    position: relative;
    padding-bottom: 110px;
}

.bottom-img .container {
    position: relative;
    z-index: 3;
}

.bottom-img::after {
    content: "";
    bottom: 0;
    left: 0;
    height: 200px;
    position: absolute;
    width: 100%;
    background-size: cover;
    background-image: url(https://stackify.com/wp-content/themes/stackify/assets/img/shape3.png);
    z-index: 1;
}

.inner-content {
    color: #2F353E;
}

.inner-content h2,
.h2 {
    font-size: calc(1.325rem + 0.6vw);
}

.list-with-check,
.section-wrapper ul,
.single-content ul,
.page-free-trail .inner-content ul,
.security-sidebar ul {
    padding: 0;
    list-style: none;
}

.list-with-check li,
.section-wrapper ul li,
.card-bluster ul li,
.single-content ul li,
.page-free-trail .inner-content .side-text ul li{
    position: relative;
    padding-left: 1.5rem;
}

.list-with-check li a,
.section-wrapper ul li a,
.card-bluster ul li a,
.single-content ul li,
.page-free-trail .inner-content ul li a,
.security-sidebar ul li a {
    color: #2F353E;
    text-decoration: none;
}

.section-wrapper ul li:not(:last-child) {
    margin-bottom: 0.25rem;
}

.list-with-check li::before,
.section-wrapper ul li::before,
.card-bluster ul li::before,
.single-content ul li::before,
.page-free-trail .inner-content .side-text ul li::before,
.security-sidebar ul li a::before {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 5px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%230069cc' viewBox='0 0 16 16'%3E%3Cpath d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zm-3.97-3.03a.75.75 0 0 0-1.08.022L7.477 9.417 5.384 7.323a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-.01-1.05z'/%3E%3C/svg%3E");
    background-size: 16px;
}


.security-sidebar ul li a::before {
    left: 13px;
    top: 13px;
}

.tech-bg {
    background-image: url("https://stackify.com/wp-content/themes/stackify/assets/img/tech-bg.png");
    background-position: 90% 50%;
    background-repeat: no-repeat;
    background-size: 65% auto;
}

.page-free-trail .header-menu,
.single-post .header-menu,
.dark-header .header-menu {
    background-color: #00032d;
}

.page-free-trail p,
.page-free-trail .list-with-check li,
.single-content ul li,
.page-free-trail .inner-content ul li {
    font-size: 1.125rem;
    line-height: 1.6;
}

.page-free-trail .list-with-check li,
.single-content ul li,
.page-free-trail .inner-content .side-text ul li {
    padding-left: 2rem;
    margin-bottom: 0.25rem;
}

.page-free-trail .list-with-check li::before,
.single-content ul li::before,
.page-free-trail .inner-content ul li::before {
    width: 1.125rem;
    height: 1.125rem;
    background-size: 1.125rem;
}

.security-sidebar ul li a {
    line-height: 1.5;
    padding: 9px 35px;
    background: #fff;
    margin-bottom: 10px;
    box-shadow: 0px 0px 2px 0px rgb(0 0 0 / 20%);
    border-radius: 3px;
    position: relative;
    display: block;
    transition: 0.3s;

}
.security-sidebar ul li a:hover{
    background-color:#0069cc;
        transition: 0.3s;
        color: #fff;

}

.security-sidebar ul li a:hover::before{
   
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23ffffff' viewBox='0 0 16 16'%3E%3Cpath d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zm-3.97-3.03a.75.75 0 0 0-1.08.022L7.477 9.417 5.384 7.323a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-.01-1.05z'/%3E%3C/svg%3E");
}



.page-free-trail .inner-content,
.inner-content.has-bg {
    background-image: url(https://stackify.com/wp-content/themes/stackify/assets/img/desktop.svg);
    background-size: cover;
}

.page-free-trail .stackify-service {
    padding-left: 55px;
}

.page-free-trail .stackify-service .icon {
    width: 45px;
    height: 45px;
    font-size: 1.625rem;
    font-weight: 700;
    color: #006bcc;
}

.tech--posts {
    display: flex;
    flex-flow: row wrap;
    list-style: none;
    padding: 0;
    gap: 1rem;
    align-content: center;
    justify-content: center;
}

.widget_media_image .size-full {
    text-align: center;
}

.widget_media_image .size-full img {
    max-width: 125px;
    height: auto;
}

.teach-heading-2 {
    color: #212121;
    margin-bottom: 2rem;
    text-align: center;
}

@media screen and (min-width:992px) {
    .tech--posts {
        height: 100%;
        align-items: center;
    }

    .teach-heading-2+.tech--posts {
        height: auto;
    }
}

.tech--posts li {
    width: calc(100%/5);
}

.tech--posts.posts-6 li {
    width: calc((100%/6) - 1rem);
}

.stackify-section .tech--posts li {
    width: calc((100%/5) - 1rem);
}

.tech--posts li a {
    text-decoration: none;
}

.wp-caption {
    max-width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.15);
    padding: 10px 5px;
    text-align: center;
    background-color: #fff;
    margin-bottom: 0;
    border-radius: 3px;
    box-shadow: 0 0.125em 0.275em 0 rgb(0 0 0 / 8%);
}

.wp-caption .img-fluid {
    max-width: 80%;
}

.wp-caption .caption-text {
    display: flex;
    margin: 5px 0 0;
    padding: 0 0.5rem;
    font-size: 0.75rem;
    height: 32px;
    line-height: 1.2;
    color: #7a7a7a;
    font-weight: 500;
    text-transform: uppercase;
    align-items: center;
    justify-content: center;
}

.wp-caption:hover .caption-text {
    color: var(--st-link-color);
}

.top-section .icon-box {
    --st-icon-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
}

.download-btns {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    list-style: none;
    padding: 0;
    margin-top: 1.5rem;
}

.hero-action .download-btns {
    margin-top: 0;
}

.download-btns>li {
    flex: 0 1 auto;
    max-width: 100%;
}

.download-btns li a {
text-decoration: none;
}

.download {
    display: flex;
    flex-direction: column;
    line-height: 1;
    justify-content: center;
    background: var(--st-link-color);
    border-radius: 5px;
    position: relative;
    color: #fff;
    cursor: pointer;
    border: 2px solid var(--st-link-color);
    padding: 12px 25px;
    padding-left: 70px;
}

.download-btns.light .download {
    background: transparent;
    border-color: #fff;
}

.download>svg {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 15px;
    width: 40px;
    height: 40px;
    transform: translateY(-50%);
}


.df {
    font-weight: normal;
    font-size: 12px;
}

.dfn {
    margin-top: 0.25rem;
    font-size: 1.125rem;
    font-weight: 500;
    font-family: var(--st-font-Roboto);
}

.download-btns .download:hover {
    background-color: #212121;
    border-color: #212121;
}

.download-btns.light .download:hover {
    background-color: var(--st-blue);
    border-color: var(--st-blue);
}

.home-pricing .wp-caption {
    width: auto;
    display: inline-block;
    padding: 2px;
}

.home-pricing .wp-caption+.wp-caption {
    margin-top: 1rem;
}

.icon_box_in {
    text-align: left;
    padding: 40px 30px;
    border-radius: 14px;
    position: relative;
    color: #515151;
}

.icon_box_in .shape_image {
    position: absolute;
    top: 0;
    right: 0;
}

.icon_box_in .icon {
    position: relative;
    margin-bottom: 20px;
}

.icon_box_in .icon img {
    width: auto;
    height: 80px;
    display: block;
}

.icon_box_in .title {
    font-family: inherit;
    font-weight: 600;
    font-size: 1.25rem;
    color: #333;
}

.lang-section .icon_box_in .title {
    font-size: calc(1.275rem + 0.3vw);
}

.lang-tabs {
    --bs-nav-tabs-border-width: 0px;
    list-style: none;
    margin-bottom: 0px;
    display: flex;
    padding: 0px;
}

.lang-tabs.nav-tabs .nav-link {
     padding: 0.5rem 1.5rem;
    border: 1px solid #c6c6c6;
    border-bottom: none;
    transition: 0.3s;
        background: #fff;
}

.lang-tabs.nav-tabs .nav-link:hover {
background: #dfdfdf;
    transition: 0.3s;

}

.lang-tabs.nav-tabs .nav-link.active {
   background: #dfdfdf;
       color: #424242;
     
}

.tab-content {
    height: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background: #dfdfdf;
    padding: 20px;
    color: #424242;
    border: 1px solid #c6c6c6;
}

.tab-content pre {
    white-space: break-spaces;
}

.tab-content p>a {
    color: #0069df;
}

.wrapper .search_box {
    width: 100%;
    max-width: 560px;
    background: #fff;
    border-radius: 5px;
    height: 65px;
    display: flex;
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 0.125em 0.275em 0 rgb(0 0 0 / 8%);
    margin: auto;
}

.wrapper .search_box .dropdown {
    width: 200px;
    border-right: 2px solid rgba(0, 0, 0, 0.15);
    position: relative;
    cursor: pointer;
}

.wrapper .search_box .dropdown .default_option {
    text-transform: uppercase;
    padding: 13px 12px;
    font-size: 0.875rem;
    color: #333;
}

.wrapper .search_box .dropdown .dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    margin: 0;
    padding: 0.25rem 0;
    text-align: left;
    font-size: 0.875rem;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    left: -10px !important;

}

.wrapper .search_box .dropdown .dropdown-menu.show {
    display: block;
}

.wrapper .search_box .dropdown .dropdown-menu li {
    padding: 0 0.75rem;
    padding-bottom: 0.5rem;
}

.wrapper .search_box .dropdown .dropdown-menu li:last-child {
    padding-bottom: 0;
}

.wrapper .search_box .dropdown .dropdown-menu li:hover,
.wrapper .search_box .dropdown .dropdown-menu li.active {
    color: #000;
}

.wrapper .search_box .dropdown .dropdown-menu li.active {
    font-weight: 500;
}

.wrapper .search_box .dropdown:before {
    content: "";
    position: absolute;
    top: 18px;
    right: 20px;
    border: 8px solid;
    border-color: #5078ef transparent transparent transparent;
}

.wrapper .search_box .search_field {
    width: 350px;
    height: 100%;
    position: relative;
}

.wrapper .search_box .search_field .input {
    width: 100%;
    height: 100%;
    border: 0px;
    font-size: 16px;
    padding-left: 20px;
    padding-right: 38px;
    color: #333;
    outline: 0;
}

.wrapper .search_box ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #333;
}

.wrapper .search_box ::-moz-placeholder {
    /* Firefox 19+ */
    color: #333;
}

.wrapper .search_box :-ms-input-placeholder {
    /* IE 10+ */
    color: #333;
}

.card-bluster {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(90, 122, 190, .12) !important;
    border-radius: 0.5rem;
    -webkit-box-shadow: 0 3px 0 0 rgb(90 122 190 / 12%);
    box-shadow: 0 3px 0 0 rgb(90 122 190 / 12%);
    background-color: #fff;
    -webkit-transition: -webkit-box-shadow .3s;
    transition: -webkit-box-shadow .3s;
    -o-transition: box-shadow .3s;
    transition: box-shadow .3s;
    transition: box-shadow .3s, -webkit-box-shadow .3s;
}

.pricing-table-wrapper {
    background-image: radial-gradient(circle, #2188ff 0%, #2188ff 48%, #0d74ec 85%, #0d74ec 98%) !important;
    padding: 0.875rem;
    border-radius: 0.5rem;
}


.pricing-table .old-price,
.pricing-table .new-price {
    display: flex;
    align-items: center;
    font-weight: 500;
}

.pricing-table .old-price {
    font-size: 32px;
    line-height: 44px;
    color: #6e7781;
}

.pricing-table .new-price {
    font-size: 48px;
    line-height: 64px;
    color: #24292f;
}

.pricing-table .price sup {
    font-size: 0.875rem;
    top: -0.75rem;
    font-weight: normal;
}

.pricing-table .price .plan-type {
    font-weight: normal;
    font-size: 0.875rem;
}

.line_through {
    text-decoration: line-through;
    text-decoration-thickness: 1%;
}

.tab-content.accordion .accordion-item {
    background-color: transparent;
    border-width: 0;
}

.youtube-player {
    height: 100%;
    overflow: hidden;
    max-width: 100%;
    background: #000;
}

.youtube-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: transparent;
}

.youtube-player img {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: auto;
    cursor: pointer;
    -webkit-transition: .4s all;
    -o-transition: .4s all;
    -moz-transition: .4s all;
    transition: .4s all;
}

.youtube-player .play {
    height: 72px;
    width: 72px;
    left: 50%;
    top: 50%;
    margin-left: -36px;
    margin-top: -36px;
    position: absolute;
   background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABICAYAAABV7bNHAAAACXBIWXMAAAsTAAALEwEAmpwYAAADT0lEQVR4nO2bO2gUQRzGP6MgvgsT8ZH46jRaCZLczuwmhoD4wEJiZ0SRk1Q2Sipjem2CoAh6qKUWEo+oINgogjGteppC0ASbCL4gXoL3yVxuk8IHzt7O7uZ2fvBVYWH+Pya3/50HYLFYLBaLxWKxWCwWS9pgBiso0UQXO+lC0sFBujhCgWw5Eqco0PuXZGejnpl5VtLDDnpopIflSCrswkK2YhNdtFPiJCX6KXGVEnlKjFBinALTlKDhTFFijALDFBikwBUK9FHgOAU8OthIoC4aKW5ZRo4CryhRjKD4sFKsjDlHB23hi/FQT4GhBBQaVvKqpnDktGINJd4koKiwU6BAQ/WCJB4koBgzERiqTo6LztiLMB0X7cEFCdyIvQDzyQUXJFFIQAGmUwgmB1hAgckEFGA6RdXT6QtSnaqMffBRZYu+INXSy9gHHk1cdOoLctBtdFDZ3fGL8SPQoy9o5tuKxlIqkY9vk4ebkiDoYhBBOaOD8pn8Tub6yT2L45R0N4igfCSCfMZGyb6uuGbQsyCCnkYqyOfFI7K7OWpBo/qCZpYHGLkgxfQUeWeA3LsqKkGfg8yg8dgE+XyZIAdOk16daUklelikO4MmYhfkUxghezJmJXVime4M+poYQQrTbUEHVuvOoMlECTLdFmSwXncG/UykIFNtgcDW2hL04S3ZeyC88XjYbP/F5D9nUMP8/5F+eIs8tNbMeHZhqe4MmkjRa76kFgjnX6P46SN5IWu+URT4piWnIuhl/J8aK82KmRP0LoigJ7F9rB7dHo2YOUHDQQTdi1RQ2K9tvdwPIiiXogWzm/qCBM4bHZTp17Ze+vUFpWnRXuKYvqA0bftIuPqC0rRx6KFRX1Batp4FfgQ+okeB17EXkNTDCyk6/nK9GkEdCSjAbAS8wIIUqsuMvQhzyaNaKNBQkwep1O9raCddPdQb34qOVs6g9i7Gf4mScClwrbzrql6PcReqe5Bcjd2FDF3Mn1C9Q6WZdCufJecocEmdlFCHASjwPqI+qli5ivC8PDMkLs9eRXDQFulVhCCwBUsosY4utlEiQxf7KNBVuUvhX2g589tFFomzs393cKL8jMR+Cjh00MwWbNBeR7ZYLBaLxWKxWCwWiwU1wC+f2pp7H6NLpwAAAABJRU5ErkJggg==") no-repeat;
    cursor: pointer;
}

.blog-menu {
    display: flex;
}

.blog-menu ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 0rem;
}

.blog-menu {
    margin-bottom: 50px;
}

.blog-menu ul>li {
    margin-top: 4px;
    margin-bottom: 4px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    flex: 0 1 auto;
    max-width: 100%;
}

.blog-menu ul>li+li {
    border-left: 1px solid #d1d2d2;
}

.blog-menu ul>li>a {
    font-weight: 500;
    display: inline-block;
    text-decoration: none;
    color: #4f4f4f;
    padding: 0px 16px;
    border-radius: 8px;
}

.blog-menu ul>li>a.active {
    color: #0069b9;
}

.blog-grid {
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 50px;
    grid-template-columns: 50% 50%;
    grid-template-rows: auto;
    position: relative;
    z-index: 1;
    grid-row-gap: 30px;
}

.page-thank-you .blog-grid {

    grid-template-columns: 1fr 1fr 1fr;
    }

.blog-item {
    height: 100%;
}

.blog-item a {
    text-decoration: none;
}

.blog-item .icon-box {
    --st-margin-right: 0;
    --st-margin-left: 0;
    --st-icon-border: 5px;
    --st-icon-shadow: 0 0.125em 0.275em 0 rgb(0 0 0 / 8%);
    --st-icon-bg: #fff;
    --st-icon-padding: 0;
    border: 1px solid rgba(0, 0, 0, 0.15);
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.blog-card-image-wp {
    position: relative;
    display: flex;
    overflow: hidden;
    margin-bottom: 20px;
    justify-content: center;
    align-items: center;
    flex: 0 0 auto;
    border-radius: 5px 5px 0 0;
}

.blog-card-image {
    width: 100%;
    height: 190px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
}

/*roi calculator page css*/

.roicalc-page.grey-bg {
    background-color: #f1f1f1 !important;
}

.roicalc-page .icon_box_in .icon img {
    width: 80px;
    height: 80px;
    margin: 0 auto;
}

@media screen and (min-width: 1280px) {
    .blog-card-image {
        height: 230px;
    }
}

.blog-card-date-wp {
    position: absolute;
    left: 0;
    top: auto;
    right: auto;
    bottom: 0;
    display: flex;
    padding: 10px 20px;
    flex-direction: row;
    align-items: flex-start;
    border-top-right-radius: 5px;
    background-color: #eeeeee;
}

.card-date-author-wp {
    display: flex;
    width: 100%;
    align-items: flex-start;
}

.university-card-date-author {
    color: rgba(39, 40, 44, .7);
    font-size: 14px;
    font-weight: 400;
}

.card-content {
    display: flex;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex: 1;
}

.card-content-wp {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.card-title-wp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 8px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.card-title {
    color: #27282c;
    font-size: 22px;
    font-weight: 700;
}

.card-des-wp {
    display: flex;
    margin-bottom: 12px;
    flex-direction: column;
    align-items: flex-start;
}

.card-des {
    color: rgba(39, 40, 44, .7);
    line-height: 140%;
}

.blog-parts-text-wp {
    position: absolute;
    left: auto;
    top: 4%;
    right: 4%;
    bottom: auto;
    padding: 5px 10px;
    border-radius: 4px;
    background-color: #006bcc;
    color: #ffffff;
}

.blog-parts-text {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.05rem;
    text-transform: uppercase;
    font-family: var(--st-font-Roboto);
}

.text-link-wp.card {
    margin-top: 16px;
    display: flex;
}

.learn-link {
    display: block;
    width: 100%;
    color: var(--st-link-color);
    line-height: 150%;
    white-space: nowrap;
}

.icon-box .text-link-arrow {
    margin-left: 5px;
    width: 16px;
    height: 24px;
    fill: var(--st-link-color);
}

.webinar-date {
    display: flex;
    align-items: center;
    color: rgba(39, 40, 44, .7);
}

.webinar-date.card-location {
    margin-top: 10px;
}

.webinar-date svg {
    width: 20px;
    height: 20px;
    fill: #616161;
    margin-right: 0.5rem;
}

.webinar-date svg path {
    fill: inherit;
}

.search-parent {
display: flex;
    width: 100%;
    margin-bottom: 0;
    padding: 8px 16px;
    align-items: center;
    border: 1px solid #eff0f6;
    border-radius: 10px;
    /* box-shadow: none; */
    max-width: 350px;
    background-color: #fff;
    box-shadow: 0 0.125em 0.275em 0 rgb(0 0 0 / 8%);
    border: 1px solid rgba(0, 0, 0, 0.15);
}

.search-bar-placeholder {
    margin-right: 12px;
    margin-bottom: 0;
    padding: 0;
    border: 1px #000;
    background-color: transparent;
    line-height: 150%;
    display: block;
    width: 100%;
    height: 38px;
    outline: 0;
}

.search-parent.newsletter {
    max-width: 100%;
    padding: 8px 14px;
    border-radius: 4px;
    background-color: #fff;
}

.search-parent.newsletter button[type='submit'] {
    white-space: nowrap;
    background: #053c6e;
    border: 0px;
    color: #fff;
    padding: 8px 20px;
    border-radius: 4px;
    font-size: 14px;
}

.newsletter-footer  .hs-form .hs-submit .hs-button.primary{
        background: #053c6e;
    border: 0px;
    color: #fff;
    padding: 7px 20px;
    border-radius: 4px;
    font-size: 15px;
    position: absolute;
    top: 35px;
    right: 10px;
}

.newsletter-footer  .hbspt-form .submitted-message{
    color: #fff;
}

.newsletter-footer .hs-form .hs-input{
        margin-bottom: 0;
    padding: 8px 115px 8px 15px !important;
    border: 1px #000;
    background-color: #fff;
    line-height: 150%;
    display: block;
    width: 100%;
    height: 54px;
    outline: 0;
    border-radius: 5px;
}
.newsletter-footer .hs-form{
    position: relative;
}

.newsletter-footer .hs-form label {
    font-weight: 400;
    color: #ffffff;
}

.newsletter-footer .hs-form .hs-error-msg{
    color: #fff;
}

.ghostR_loadmore {
    background-color: #ddd;
    border-radius: 2px;
    display: inline-block;
    margin: 2rem;
    text-align: center;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 800;
    letter-spacing: 1px;
    cursor: pointer;
    text-transform: uppercase;
    padding: 10px 30px;
    transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.ghostR_loadmore:hover {
    background-color: #767676;
    color: #fff;
}

.h2-wp.event-inner {
    margin-bottom: 40px;
    text-align: center;
}

.h2-wp.event-inner>.h2 {
    font-size: 38px;
    line-height: 120%;
    font-weight: 700;
}

/*css for blog details page*/
.posts {
    border: solid 1px #ebebeb;
    padding: 35px 30px;
    margin-bottom: 40px;
    border-radius: 10px;
    box-shadow: 0 0.125em 0.275em 0 rgb(0 0 0 / 8%);
}
.newsletter.blue-bg {
    border: solid 1px #0069df;
    padding: 35px 30px;
    box-shadow: 0 0.125em 0.275em 0 rgb(0 0 0 / 8%);
    background: #0069df;
    color: #fff;
}
.newsletter .heading-title h3 {
    font-size: 22px;
}

.newsletter .hs-form{
    margin-bottom: 0;
    align-items: center;
    box-shadow: none;
}

.newsletter .hs-form .hs-input{
    margin-bottom: 0;
    padding: 8px 15px !important;
    border: 1px #000;
    background-color: #fff;
    line-height: 150%;
    display: block;
    width: 100%;
    height: 50px;
    outline: 0;
    border-radius: 5px;
}
.newsletter .hs-form label, .newsletter .hs-form .hs-error-msg  {

    color: #ffffff;

}


.newsletter .hs-form  .hs-submit .hs-button.primary {
    white-space: nowrap;
    background: #053c6e;
    border: 0px;
    color: #fff;
    padding: 15px 20px;
    border-radius: 4px;
    font-size: 16px;
    width: 100%;
}

.singal-post .wp-block-image img {
    max-width: 100%;
}

.sidebar .media-img img {
    height: 70px;
    width: 70px;
    object-fit: cover;
    border-radius: 3px;
    box-shadow: 0 1px 5px rgb(0 0 0 / 15%);
}

.singal-post img {
    height: auto;
    border-radius: 10px;
    max-width: 100%;
}

.sidebar .media-item:after {
    content: "";
    display: block;
    height: 1px;
    margin-bottom: 15px;
    margin-top: 15px;
    width: 100%;
    background: #ebebeb;
    background: -webkit-linear-gradient(right, #ebebeb 20%, transparent 100%);
    background: linear-gradient(to left, #ebebeb 20%, transparent 100%);
}

.sidebar .media-item a{
    text-decoration: none;
}

.sidebar .media-item a h6  {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    line-height: 12px;
    transition: 0.3s;
      text-decoration: none;
}

.sidebar .media-item a h6 {
    line-height: 1.2;
}

.sidebar .media-item a:hover h6 {
    color: #0069cc;
    transition: 0.3s;
      text-decoration: none;
}

.sidebar .media-item a .date {
    font-size: 13px;
    color: #000;
    text-decoration: none;
}

.sidebar .search-parent {
    max-width: 100%;
}

.singal-post #byline-and-published-time {
    color: #ababab;
    font-size: 13px;
}

.singal-post .icon_box_in .title {
    font-size: 1.5rem;
}

.prefix-sec, .retrace-sec{
    border-radius: 10px;
    background-image: url(https://stackify.com/wp-content/themes/stackify/assets/img/retrace-bg.jpg);
    background-repeat: no-repeat;
    overflow: hidden;
}
.prefix-sec{
    background-image: url('https://stackify.com/wp-content/themes/stackify/assets/img/prefix-bg.jpg');
}

.prefix-sec .btn, .retrace-sec .btn{
    --st-btn-padding-x: 4rem;
    --st-btn-padding-y: 0.9rem;
}

.grid-list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 30px -15px 0 -15px;
}

.prefix-sec .grid-list, .retrace-sec .grid-list {

      margin: 30px 0px 30px 0;
}

.prefix-sec .icon_box_in .title, .retrace-sec .icon_box_in .title {
  color: #ffffff;
    font-size: 1.8rem;
}

.prefix-sec .icon_box_in p, .retrace-sec .icon_box_in p{
    color: #fff;
}
.prefix-sec .icon_box_in, .retrace-sec .icon_box_in {
    padding: 40px 30px;
   
}

.grid-list>li {
flex: 0 0 calc(100%/5);
    max-width: calc(100%/5);
padding: 15px 10px;
}

.lang-section .grid-list>li {
    flex: 0 0 calc(100%/6);
        max-width: calc(100%/6);

}

.retrace-sec .grid-list>li {
flex: 0 0 calc(94%/5);
    max-width: calc(94%/5);
}


.prefix-sec .grid-list>li {
    flex: 0 0 calc((100%/6) - 8px);
    max-width: calc((100%/6) - 8px);

}.prefix-sec .grid-list>li, .retrace-sec .grid-list>li {
    
            padding: 15px 10px;
    background: #fff;
    border-radius: 8px;
    border: solid 1px #9bb4d0 !important;
    box-shadow: 0 0.125em 0.275em 0 rgb(0 0 0 / 8%);
    margin: 4px;
}


.grid-list>li+li {
    border-left: 1px solid #ebeaeb;
}

.grid-list>li>a {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.grid-list>li>a img {
    margin-bottom: 0.25rem;
    max-width: 50% !important;
}
.prefix-sec .grid-list>li img {
    margin-bottom: 0.25rem;
    max-width: 50% !important;
}

.grid-list>li>a {
    color: #00032d;
    text-decoration: none;
    font-size: 0.875rem;
}

.prefix-sec .grid-list>li {
    color: #00032d;
    font-size: 0.875rem;
        display: flex;
    flex-direction: column;
    align-items: center;
}

.grid-list>li>a:hover {
    color: var(--st-link-color);
}



.card-bluster .feature-title {
    font-size: 1.1rem;
    line-height: 1.5;
    margin-bottom: 0.75rem;
    color: var(--st-link-color);
    text-transform: uppercase;
}

.card-bluster .product-title h4 {
    line-height: 1;
}

.trial-section .card-bluster .product-title h4 {
    line-height: 1.2;
}

.trial-section .bottom-text {
    font-size: 1.25rem;
    line-height: 1.75;
}

.card-bluster .product-title p {
    line-height: 1;
}

.faq_section .accordion-button {
    color: #162d3d;
    font-weight: 500;
}

.faq_section .accordion-button,
.faq_section .accordion-button:focus {
    box-shadow: none;
}

.faq_section .accordion-button:not(.collapsed) {
    box-shadow: none;
    background: transparent;
}

.faq_section .accordion-body {
    padding: 0 1.25rem;
    color: #162d3d;
}

.faq_section .accordion-item:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.faq_section .accordion-item:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.pricing-table .price .start_txt,
.pricing-table .price .per_txt,
.pricing-table .price .billed_txt {
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 1.5;
}

.pricing-table .price .billed_txt {
    font-style: italic;
    margin-top: 1rem;
}

.pricing-table-wrapper  .card-bluster .card{
    padding: 30px;
    background-color: #f1f1f1;
    border-radius:10px;
}

.cst-mrgn {
    margin-top: 35px;
}

/*.pricing-table-wrapper,
.pricing-table-wrapper>.card-bluster {
    height: 100%;
}
*/
.pricing-table-wrapper.retrace-bg,
.pricing-table-wrapper.pricing_0 {
    background-image: radial-gradient(circle, #69d426 0%, #69d426 48%, #60C322 85%, #60C322 98%) !important;
}

.page-pricing .pricing-table-wrapper .prefix-card .list-unstyled {
    display: flex;
    flex-wrap: wrap;
}

.page-pricing .pricing-table-wrapper .prefix-card.card-bluster ul li {
    position: relative;
    flex: 0 0 calc(94%/2);
    max-width: calc(94%/2);
    margin-right: 10px;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.switcher-box {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    display: flex;
    align-content: center;
    justify-content: center;

}

.switcher-box span {
    padding: 0 12px;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 32px;
    display: flex;
    line-height: 1;
    flex-direction: column;
    align-items: center;
}

.switcher-box span>.discount-txt {
    font-size: 0.75rem;
    color: #666;
    font-weight: normal;
}

.switcher input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
}

.switcher input[type="checkbox"]:focus {
    outline: 0;
}

.switcher .toggle {
    width: 55px;
    height: 26px;
    display: inline-block;
    position: relative;
    margin: 0;
    border: 2px solid #0069cc;
    transition: all 0.2s ease;
    border-radius: 43px;
    -webkit-border-radius: 43px;
    -moz-border-radius: 43px;
    -ms-border-radius: 43px;
    -o-border-radius: 43px;
}

.switcher .toggle:after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #0069cc;
    box-shadow: 0 1px 2px rgba(44, 44, 44, 0.2);
    transition: all 0.2s cubic-bezier(0.5, 0.1, 0.75, 1.35);
}

.switcher .toggle:checked:after {
    transform: translatex(28px);
    -webkit-transform: translatex(28px);
    -moz-transform: translatex(28px);
    -ms-transform: translatex(28px);
    -o-transform: translatex(28px);
}

.switcher-box .switch-label {
    cursor: pointer;
}

.hs-form .hs-form-field {
    margin-bottom: 1rem;
}

.hs-form label {
    font-weight: 500;
    margin-bottom: 0.25rem;
    display: block;
    color: #37474f;
    font-size: 0.9375rem;
}

.hs-form .hs-form-field .input {
    margin: 0 !important;
}

.hs-form .hs-input {
    padding: 8px 16px;
    border: 1px solid #dadada;
    background-color: #fff;
    line-height: 150%;
    display: block;
    width: 100% !important;
    height: 38px;
    outline: 0;
    font-size: 0.875rem;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
}

.hs-form textarea.hs-input {
    height: auto;
}

.hs-form .hs-richtext {
    --st-gutter-x: 1.5rem;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.hs-form .hs-form-required {
    color: #f44336;
    position: relative;
    font-size: 0.75em;
    line-height: 0;
    vertical-align: baseline;
    top: -0.5em;
}

.hs-form .no-list {
    list-style: none;
    padding: 0;
}

.hs-form [class^="form-columns-"] {
    --st-gutter-x: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}

.hs-form .form-columns-1 .hs-form-field {
    flex: 0 0 100%;
    max-width: 100%;
}

.hs-form .form-columns-2 .hs-form-field {
    flex: 0 0 calc(50% - 0.5rem);
    max-width: calc(50% - 0.5rem);
}

.hs-form .hs-error-msg {
    color: #dc3232;
    font-size: 0.8125rem;
    margin-top: 0.25rem;
    line-height: 1;
    font-weight: normal;
    display: block;
}

.hs-form .hs_error_rollup {
    display: none;
}

.hs-form .hs-button {
    display: inline-block;
    width: auto;
}

.border-bottom {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.leader-list {
    display: flex;
    flex-wrap: wrap;
    padding: 0px;
    list-style: none;
    width: 100%;
    justify-content: center;
}

.leader-list>li {
    width: 50%;
    padding: 0px 1.2rem;
    margin-bottom: 2rem;
}

.leader-item {
    padding: 1.5rem;
    text-align: center;
    background: rgb(255, 255, 255);
    border-radius: 0.375rem;
    transition: box-shadow 0.3s ease-in 0s;
    border: 1px solid #E0E0E0;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.leader-item:hover {
    box-shadow: rgb(160 165 170 / 20%) 0px 0px 0.4rem 0px, rgb(160 165 170 / 20%) 0px 0.6rem 1.2rem 0px;
}

.leader-item img {
    margin: 0 auto 1.5rem;
    display: block;
    border-radius: 100%;
    width: 100px;
    height: 100px;
    border: 2px solid #f0f0f0;
}

.leader-item strong {
    color: rgb(36, 39, 54);
}

.leader-item p {
    color: rgb(111, 116, 144);
    margin-bottom: 0.5rem;
}

.leader-item svg {
    width: 24px;
    height: 24px;
    fill: rgb(22, 114, 235);
}

.leader-item>a.social-link {
    margin-top: auto;
}

.polaroid-slider__polaroid {
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    display: block;
    margin: 15px auto;
    max-width: 500px;
    width: 100%;
    height: auto;
    padding: 15px 15px 45px;
}

.awards {
    display: grid;
    gap: 1.5rem;
    row-gap: 2rem;
    background-color: #f2f1f5;
    border-radius: 5px;

}

.awards>.award-img {
    text-align: center;
}

.page-template-page-about .icon_box_in .icon img {
    width: 75px;
    height: 75px;
}

.page-template-default p,
.page-template-privacy-policy p {
    margin-top: 0;
    margin-bottom: 1.8rem;
    line-height: 1.6;
    font-size: 0.96rem;
}

.page-template-page-contact .wp-caption {
    text-align: center;
    background-color: #fff;
    border-radius: 7px;
    box-shadow: 0 0.125em 0.275em 0 rgb(0 0 0 / 8%);
}

.page-template-page-contact .wp-caption .icon_box_in {
    padding: 20px;
}

.page-template-page-contact .wp-caption p {
    font-size: 0.9rem;
    line-height: 1.4;
}

.tags a {
    color: #676767;
    border: solid 1px #e3e3e3;
    border-radius: 25px;
    font-size: 12px !important;
    display: inline-block;
    padding: 3px 14px;
    margin: 10px 10px 0 0;
    text-decoration: none;
    transition: 0.3s;
}
.tags a:hover {
    border-color: var(--st-link-color);
    color: #fff;
    background-color: var(--st-link-color); 
    transition: 0.3s;
}
/*.sidebar{
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}*/

.page-thank-you-software h4{
    margin-bottom: 25px;
}
.page-thank-you-software h2{
    margin-bottom: 15px;
}

.compare-table table {
border-collapse: collapse;
    border: 1px solid #bebebe;
    vertical-align: middle;
    background: #fff;
    box-shadow: 0px 1px 6px 0px rgb(0 0 0 / 20%);
}

.compare-table td {
    border: 1px solid #bebebe;
    border-top: none;
    border-left: none;
    padding: 10px 15px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}
.compare-table td svg {
    color: green;
}


.compare-table thead {
background-color: #0069df;

}

.compare-table th {
color: #fff;
    text-align: left;
    font-weight: 500;
    padding: 8px 15px;
    line-height: 19px;
    font-size: 15px;
    border: solid 1px #e4e4e4;
}

.compare-table .isblue{
    background-color: #cdead4;
}

.compare-table .isgreen{
    background-color: #70c485;
}

.leadinModal-434222.leadinModal-theme-top.leadinModal-preview.leadinModal-v3 .leadinModal-content, 
.leadinModal-434222.leadinModal-theme-bottom-right-corner.leadinModal-preview.leadinModal-v3 .leadinModal-content, 
.leadinModal-434222.leadinEmbedded-theme-default.leadinModal-preview.leadinModal-v3 .leadinModal-content, 
.leadinModal-434222.leadinModal-theme-bottom-left-corner.leadinModal-preview.leadinModal-v3 .leadinModal-content {
    background: #0069df !important;
}

.scrollable-sec {
  width:100%;
  height:400px;
  transition:3s linear;
 }

.scrollimg {
  width:100%;
  height:100%;
  object-fit:cover;   
  animation-duration: 8s;
  animation-name: slidein;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

.scrollimg:hover {
  object-position:bottom center;
}

.alert-top {    
    background: var(--st-blue);
    padding: 5px 0;
    color: #fff;
    z-index: 9999;
    position:relative;
}

.header-menu{
    margin-top:24px;
}



.header-menu.scroll{
    margin-top:0px;
}


.alert-top a{
        background: #fff;
    padding: 4px 9px;
    font-size: 14px;
    text-decoration: none;
    border-radius: 3px;
    margin-left: 8px;
}

.wp-block-buttons{
    display: block !important;
}



@keyframes slidein {
  from {
   object-position:top center;
  }

  to {
   object-position:bottom center;
  }
}


@media (min-width: 768px) {
    .leader-list>li {
        width: 33%;
    }

    .leader-item strong {
        font-size: 1.125rem;
        line-height: 2rem;
    }

    .leader-item p {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .awards {
        grid-template-columns: repeat(2, 1fr);
        padding: 30px;
    }
}

@media (min-width: 1024px) {
    .leader-list>li {
        width: 20%;
    }

    .leader-item strong {
        font-size: 1.125rem;
        line-height: 2rem;
    }

    .leader-item p {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .awards {
        padding: 50px 45px;
        grid-template-columns: repeat(4, 1fr);
    }
}

/* responsive css  */

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

    /* Mobile Toggle Menu icon (X ICON) */
    body.wsactive {
        overflow: hidden;
    }

    .wsanimated-arrow {
        position: relative;
        right: 0;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

    .wsanimated-arrow {
        cursor: pointer;
        padding: 16px 35px 16px 0px;
    }

    .wsanimated-arrow span,
    .wsanimated-arrow span:before,
    .wsanimated-arrow span:after {
        cursor: pointer;
        height: 2px;
        width: 22px;
        background: #a9a9a9;
        position: absolute;
        display: block;
        content: '';
    }

    .wsactive .wsanimated-arrow {
        position: fixed;
        z-index: 1050;
        right: 285px;
    }

    .wsactive .wsanimated-arrow span,
    .wsactive .wsanimated-arrow span:before,
    .wsactive .wsanimated-arrow span:after {
        background: #fff;
    }

    .wsanimated-arrow span:before {
        top: -7px;
        width: 26px;
    }

    .wsanimated-arrow span:after {
        bottom: -7px;
        width: 20px;
    }

    .wsanimated-arrow span,
    .wsanimated-arrow span:before,
    .wsanimated-arrow span:after {
        transition: all 500ms ease-in-out;
    }

    .wsactive .wsanimated-arrow span:before,
    .wsactive .wsanimated-arrow span:after {
        width: 23px;
    }

    .wsactive .wsanimated-arrow span {
        background-color: transparent;
    }

    .wsactive .wsanimated-arrow span:before {
        top: 0px;
    }

    .wsactive .wsanimated-arrow span::after {
        bottom: 0px;
    }

    .wsactive .wsanimated-arrow span:before {
        transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        bottom: 0px;
    }

    .wsactive .wsanimated-arrow span:after {
        transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }


    /* ================== Mobile Overlay/Drawer CSS ================== */

    .overlapblackbg {
        left: 0;
        width: 100%;
        height: 100vh;
        min-height: 100%;
        position: fixed;
        top: 0;
        opacity: 0;
        visibility: hidden;
        background-color: rgba(0, 0, 0, 0.7);
        cursor: pointer;
        z-index: -1;
    }

    .wsactive .header-menu .navbar-collapse .overlapblackbg {
        opacity: 1;
        visibility: visible;
        -webkit-transition: opacity 1.5s ease-in-out;
        -moz-transition: opacity 1.5s ease-in-out;
        -ms-transition: opacity 1.5s ease-in-out;
        -o-transition: opacity 1.5s ease-in-out;
        transition: opacity 1.5s ease-in-out;
    }

    .wsmenucontainer,
    .header-menu .navbar-collapse {
        -webkit-transition: all 0.55s ease-in-out;
        -moz-transition: all 0.55s ease-in-out;
        -o-transition: all 0.55s ease-in-out;
        -ms-transition: all 0.55s ease-in-out;
        transition: all 0.55s ease-in-out;
    }

    .wsactive .header-menu .navbar-collapse {
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        visibility: visible;
        z-index: 1000;
        top: 0;
    }

    .wsactive .header-menu .navbar-collapse>.menu-item {
        -webkit-transition: all 0.55s ease-in-out;
        -moz-transition: all 0.55s ease-in-out;
        -o-transition: all 0.55s ease-in-out;
        -ms-transition: all 0.55s ease-in-out;
        transition: all 0.55s ease-in-out;
        margin-right: 0;
    }

    .header-menu .navbar-collapse {
        width: 280px;
        background: #0e1012;
        right: 0;
        overflow-y: hidden;
        padding: 0;
        top: 0;
        visibility: hidden;
        position: fixed;
        display: block !important;
        margin-right: -300px;
    }

    .header-menu .navbar-collapse>.navbar-nav {
        flex-direction: column;
        height: auto;
        min-height: 100%;
        width: 100%;
        background: #0e1012;
        padding-bottom: 0;
        display: block;
        text-align: center;
    }

    .wsactive .header-menu .navbar-collapse {
        -webkit-transition: all 0.55s ease-in-out;
        -moz-transition: all 0.55s ease-in-out;
        -o-transition: all 0.55s ease-in-out;
        -ms-transition: all 0.55s ease-in-out;
        transition: all 0.55s ease-in-out;
        margin-right: 0;
    }

    .header-menu .navbar-nav>li>a {
        margin: 0;
    }

    .header-menu .navbar-nav>li.menu-item-has-children>a {
        padding: 7px 32px 6px 20px;
        margin: 0;
        line-height: 38px;
    }

    .header-menu .navbar-nav>li>a {
        padding: 7px 32px 6px 20px;
        margin: 0;
        line-height: 38px;
        border-bottom: 1px solid;
        border-bottom-color: #2f3138;
        position: static;
        text-align: left;
    }

    .header-menu .navbar-nav>li.menu-item-has-children>a:after,
    .mega-menu.mega-menu--right::before {
        content: none;
    }

    .header-menu .navbar-nav .mega-menu,
    .header-menu .navbar-nav .mega-menu__category-links {
        position: relative;
        background: #1a1b1d;
        min-height: auto;
        top: 0;
        margin: 0;
        left: 0;
        width: 100%;
        display: none;
        box-shadow: none !important;
        border-radius: 0 !important;
        opacity: 1;
        visibility: visible;
        transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -webkit-transform: rotateX(0deg);
        transition: none !important;
    }

    .header-menu .navbar-nav .mega-men:before {
        position: absolute;
        width: 1px;
        background: #2f3138;
        top: 30px;
        bottom: 30px;
        left: 20px;
        content: "";
    }

    .mega-menu__category {
        width: 100%;
        padding: 0;
    }

    .header-menu .navbar-nav li.menu-item-has-children .wsmenu-click {
        height: 51px;
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        cursor: pointer;
        width: 100%;
        z-index: 1;
    }

    .header-menu .navbar-nav li.menu-item-has-children .mega-menu .wsmenu-click {
        height: 75px;
    }

    .header-menu .navbar-nav li.menu-item-has-children .wsmenu-click>svg {
        display: block;
        float: right;
        fill: #fff;
        margin: 18px 18px 0px 0px;
    }

    .header-menu .navbar-nav li.menu-item-has-children.active>.wsmenu-click>svg {
        transform: rotate(-180deg);
    }

    .mega-menu__category-item {
        position: relative;
    }

    .mega-menu__category-item:first-of-type {
        margin-top: 0px;
    }

    .mega-menu__category-item:last-of-type {
        margin-bottom: 0;
    }

    .mega-menu__category-item:hover .mega-menu__category,
    .mega-menu__category-item>a:hover .mega-menu__category {
        background-color: transparent;
    }

    .mega-menu__category-text,
    .mega-menu__category-item:hover .mega-menu__category-text,
    .mega-menu__category-links a:hover {
        color: #fafafa;
    }

    .mega-menu__category-subtext {
        color: #9e9e9e;
    }

    .mega-menu__category-arrow {
        display: none;
    }

    .header-menu .navbar-nav .mega-menu__category-links {
        background: #333;
        padding: 10px 15px 14px;
        text-align: left;
    }

    .mega-menu__category-item .parentTitle {
        display: none;
    }

    .mega-menu__category-links a {
        text-align: left;
        color: #cbcbcb;
    }

    .header-menu .navbar-nav>li>a.btn {
        margin: 20px 25px;
        text-align: center;
        padding: 10px 20px;
    }

    /*  */
    .stackify-section .section-title,
    .top-section .section-title,
    .section-title-2 {
        --st-heading-size: calc(1.325rem + 1vw);
    }

    .mt-md-15 {
        margin-top: 15px;
    }

    .stackify-section .shape-3 {
        left: -10px;
    }

    .stackify-section .icon-box,
    .section2 .icon-box {
        margin-bottom: 1.5rem;
    }

    .stackify-section .st-title h3,
    .stackify-section .st-title .h2 {
        font-size: calc(1.3rem + 0.6vw);
        line-height: 1.5;
        margin-bottom: 1rem;
    }

    .home-partner .section-title {
        --st-heading-size: calc(1.3rem + 0.8vw);

    }

    .stackify-section .st-title p {
        font-size: calc(1rem + 0.3vw);
        line-height: 1.6;
    }

    .single-content ul {
        margin-top: 10px;
    }

    .single-content ul li {
        font-size: calc(1rem + 0.2vw);
        line-height: 1.5;
    }

    .st-title,
    .home-section .st-title {
        --st-padding-right: 0px;
    }

    .st-title .section-title,
    .section-wrapper .section-title {
        --st-heading-size: calc(1.75rem + 1vw);
        --st-heading-lh: 1.2;
    }

    .shape-2 {
        bottom: auto;
        right: auto;
        width: 70%;
        max-width: 70%;
    }

    /* front page */
    .hero-section {
        --st-gutter-y: 18rem;
    }

    .hero-section .hero-image {
        display: none;
    }

    .hero-content h1 {
        font-size: calc(1.5rem + 1.5vw);
    }

    .hero-content p {
        font-size: 1.125rem;
        line-height: 1.75;
    }

    .home-stories .section-title {
        --st-heading-size: calc(1.5rem + 1.5vw);
    }

    .home-stories .section-heading p {
        font-size: calc(1rem + 0.3vw);
        line-height: 1.6;
    }

    .home-pricing .section-inner {
        padding-top: 40px;
    }

    .home-sixth .container {
        padding: 40px;
    }

    .section-tracing {
        padding-top: 0;
    }

    .home-stories .review-item {
        flex: 0 0 auto;
        width: 50%;
    }

    .review {
        padding: 25px 20px;
    }

    .review-txt {
        width: 100%;
    }

    /* end front page */
    .footer-about {
        display: flex;
        justify-content: space-between;
    }

    .footer-about>.footer-widget-area {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .videoModal .btn-close {
        right: 10px;
        top: -30px;
    }

    .tech--posts li,
    .tech--posts.posts-6 li {
        width: calc((100%/4) - 1rem);
    }

    .header-space {
        min-height: 55px;
    }

    .bottom-img::after {
        margin-bottom: -1px;
    }

    .tab-content.accordion>.tab-pane {
        display: block;
        opacity: 1;
    }

    .tab-content.accordion {
        padding: 0;
    }

    .tab-content.accordion .accordion-item .accordion-body {
        padding: 1rem;
    }

    .tab-content.accordion .accordion-button {
        background: #1a1a1a;
        color: #9e9e9e;
    }

    .tab-content.accordion .accordion-button:not(.collapsed),
    .tab-content.accordion .accordion-button:focus {
        box-shadow: none;
        color: #ccc;
    }

    .tab-content.accordion .accordion-item {
        border-width: 1px;
    }

    .tab-content.accordion .accordion-button::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23CCC'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    }

    .pricing-table h4 {
        font-size: calc(1.75rem + 0.3vw);
    }

    .pricing-table .old-price {
        font-size: calc(1.5rem + 0.6vw);
        line-height: 1.5;
    }

    .pricing-table .new-price {
        font-size: calc(1.75rem + 1vw);
        line-height: 1.5;
    }

    .blog-menu {
        flex-direction: column;
    }

    .blog-menu .search-parent {
        margin-top: 1.5rem;
        max-width: 100%;
    }

    .blog-grid {
        grid-template-columns: 1fr 1fr;
    }

    .grid-list>li,
    .lang-section .grid-list>li {
        flex: 0 0 calc(100%/4);
        max-width: calc(100%/4);
    }

    .retrace-sec .grid-list>li, 
    .prefix-sec .grid-list>li {
    flex: 0 0 calc(94.7%/3);
    max-width: calc(94.7%/3);
}



.prefix-sec, .retrace-sec{
    background-size: cover;
    background-position: center;
}

.switcher-box span {
    padding: 0 7px;
    font-size: 1rem;
}

.page-pricing .pricing-table-wrapper .card-bluster ul li {
    position: relative;
    flex: 0 0 calc(100%/1);
    max-width: calc(100%/1);
    margin-right: 10px;
}


}

@media screen and (max-width:767px) {
    .section {
        --st-gutter-y: 7.5rem;
    }

    .hero-section {
        --st-gutter-y: 18rem;
    }

    .hero-content p {
        font-size: 1rem;
        line-height: 1.5;
    }

    .hero-content .btn {
        --st-btn-padding-x: 1.5rem;
    }

    .stackify-section .shape-3 {
        left: -20px;
    }

    .st-title {
        --st-margin-bottom: 25px;
    }

    .home-section .stackify-service {
        padding-left: 75px;
    }

    .home-section .stackify-service .icon {
        position: absolute;
    }

    .home-stories .review-item {
        flex: 0 0 auto;
        width: 100%;
    }

    .footer {
        padding-top: 3.125rem;
    }

    .tech--posts li,
    .stackify-section .tech--posts li,
    .tech--posts.posts-6 li {
        width: calc((100%/3) - 1rem);
    }

    .lang-tabs {
        flex-wrap: wrap;
    }

    .blog-menu ul {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        justify-content: center;
        text-align: center;
    }

    .blog-menu ul>li {
    padding: 0;
    margin: 4px;
    border: 1px solid #d1d1d1 !important;
    border-radius: 4px;
    font-size: 13px;
    }

    .blog-menu ul>li>a {
        padding: 4px 8px;
    }

    .blog-menu ul>li:nth-child(3)+li {
        border-left: 0;
    }

    .blog-grid {
        grid-template-columns: 1fr;
    }

    .counter-wrapper {
        margin: 0;
    }

    .icon-box {

        --st-margin-right: 0px;
        --st-margin-left: 0px;
        margin-left: var(--st-margin-left);
        margin-right: var(--st-margin-right);

    }

    .awards {
        grid-template-columns: repeat(3, 1fr);
        padding: 30px;
    }

    .leader-list>li {
        width: 50%;
        padding: 0px 0.5rem;
        margin-bottom: 1rem;
    }

    .section-title {
    --st-heading-size: calc(1.7rem + 1vw);
    --st-heading-lh: 1.2;

}

.mb-30 {
    margin-bottom: 20px;
}
.pricing-table-wrapper .card-bluster ul li {
    flex: 0 0 calc(100%/1);
    max-width: calc(100%/1);
    margin-right: 0px;
}

.header-menu {
    margin-top: 55px;
}

}

@media screen and (max-width:575px) {
    .icon-box {
        --st-icon-padding: 0px 25px 25px;
    }

    .thank-you .icon-box {
        --st-icon-padding: 25px;
    }

    .icon-box .icon-box-icon {
        margin-right: 1rem;
    }

    .icon-box svg {
        width: 35px;
        height: 35px;
    }

    .home-pricing .btn {
        --st-btn-padding-x: 1rem;
        --st-btn-border-width: 2px;
        --st-btn-padding-y: 1rem;
        letter-spacing: 0px;
        --st-btn-font-size: 0.875rem;
    }

    .heading-title h3 {
        font-size: calc(1.3rem + 0.6vw);
        line-height: 1.3;
    }

    .heading-title .fs-24 {
        font-size: 1rem;
    }

    .st-title .section-title,
    .section-wrapper .section-title {
        --st-heading-size: calc(1.5rem + 1vw);
    }

    .stackify-service .title {
        font-size: 1.125rem;
    }

    .home-sixth .container {
        margin: 0px 15px;
        padding: 40px 20px;
        max-width: calc(100% - 30px);
    }

    .home-sixth .shape-circle {
        top: -20px;
    }

    .home-sixth .shape-circle svg {
        width: 100%;
        height: 90%;
    }

    .home-section .stackify-service {
        padding-right: 0;
    }

    .home-partner .icon-box {
        flex: 0 0 auto;
        max-width: 100%;
    }

    .review-author h6 {
        font-size: 1.125rem;
    }

    .payment-list>li {
        max-width: 16%;
    }

    .footer-about {
        display: block;
    }

    .footer-about>.footer-widget-area {
        max-width: 100%;
    }

    .footer h6 {
        margin-bottom: 1rem;
    }

    .footer-widget-area .widget {
        margin-bottom: 35px;
    }

    .footer-widget-area:last-child .widget {
        margin-bottom: 0;
    }

    .download-btns {
        gap: 1rem;
        justify-content: center;
    }

    .tech--posts.posts-6 li {
        width: calc((100%/2) - 1rem);
    }

    .wrapper .search_box .dropdown .default_option {
        width: 140px;
        padding: 13px 40px 13px 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .grid-list>li,
    .lang-section .grid-list>li {
        flex: 0 0 calc(100%/2);
        max-width: calc(100%/2);
    }

   .prefix-sec .grid-list>li,
      .retrace-sec .grid-list>li {
        flex: 0 0 calc(93%/2);
        max-width: calc(93%/2);
    }

    .prefix-sec, .retrace-sec {
  
    background-size: cover;
    background-position: center;
}

.scrollable-sec {
    width: 100%;
    height: 300px;
    }

    .page-pricing .pricing-table-wrapper .prefix-card.card-bluster ul li {
    flex: 0 0 calc(100%/1);
    max-width: calc(100%/1);
    margin-right: 0px;
}

}


@media screen and (max-width: 370px) {
    .header-menu .navbar-collapse {
        width: 265px;
    }

    .wsactive .wsanimated-arrow {
        right: 270px;
    }

    .home-pricing .button-warpper .btn {
        margin: 0px 10px;
    }

    .home-pricing .button-warpper .btn+.btn {
        margin-top: 1rem;
    }

    .grid-list>li,
    .lang-section .grid-list>li {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .alert-top {
      font-size: 13px;
    line-height: 22px;
}
}