body {
    font-family: 'Poppins', sans-serif;
    background-image: url('/wp-content/uploads/2022/09/lines.svg');
    background-position: center;
    background-repeat-x: no-repeat;
}

#__sl-demo-wrapper{
    padding: 0 25px;
}


.cta-pop {
    cursor: pointer;
}

.cta-purple {
    text-decoration: none;
    display: inline-block;
    color: #2E3192;
    font-weight: 500;
    font-size: 16px;
    padding: 14px 32px;
    background-color: #F5F6FF;
    border: 2px solid #2E3192;
    border-radius: 25px;
    transition: all 0.4s ease-out;
}
.cta-purple:hover {
    color: #F5F6FF;
    background-color: #2E3192;
}
.cta-blue {
    display: inline-block;
    text-decoration: none;
    color: #2E3192;
    font-weight: 500;
    font-size: 16px;
    border: 2px solid #00ECED;
    background-color: #F1FFFF;
    border-radius: 25px;
    padding: 14px 32px;
    transition: all 0.4s ease-out;
}
.cta-blue:hover {
    background-color: #00ECED;
}

.d-blockDesktop {
    display: block;
}
.d-noneDesktop {
    display: none;
}


@media only screen and (max-width: 787px) {
    .d-noneMobile {
        display: none;
    }
    .d-blockMobile {
        display: block;
    }

}


.container {
    max-width: 1165px;
}

.main {
    padding: unset;
}

.page-template-resources .main,
.page-template-index .main
{
    padding-top: 172px;
}
.single .main {
    padding-top: 172px;
}

header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
}

.head-home {
    min-height: 757px;
    background-image: url('/wp-content/uploads/2023/06/Hero-4-1-scaled.jpg');
    background-position: bottom;
    background-size: 1550px;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: black;
    padding-top: 140px;
    margin-bottom: 50px;
}
.head-inner {
    min-height: 536px;
    background-image: url('/wp-content/uploads/2023/06/solution-hero-1-scaled.jpg');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #241270;
    padding-top: 172px;
}


.head-inner .lp-hero {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.head-inner .lp-hero > div{
    width: 50%;
}

.head-inner .side-img {
    margin-top: 22px;
    text-align: right;
}

.head-inner .lp-hero img {
    width: 100%;
    max-width: 350px;
}
.head-inner h1 {
    color: #00ECED;
    font-weight: 500;
    font-size: 48px;
    margin: unset;
    margin-bottom: 36px;
}

.head-inner a {
    color: #2E3192;
    font-weight: 500;
    font-size: 16px;
    padding: 14px 32px;
    background-color: #F1FFFF;
    border: 2px solid #00ECED;
    border-radius: 25px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.4s ease-out;
    margin-right: 30px;
}
.head-inner a:hover {
    background-color: #00ECED;
}

.head-inner a.secondary {
    color: #00ECED;
    background-color: transparent;
}

.head-inner a.secondary:hover {
    background-color: #F1FFFF;
    color: #2E3192;
}

@media only screen and (max-width: 787px) {
    .head-inner h1 {
        font-size: 24px;
        margin-bottom: 20px;
    }
}

#menu {
    background-color: #422E85;
    border-bottom: 2px solid #6D70D4;
    z-index: 999;
    width: 100%;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    transition: background-color 0.3s ease;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.35);
}

.page-template-resources #menu.clean,
.page-template-index #menu.clean
{
    background-color: #422E85;
}
.single #menu.clean {
    background-color: #422E85;
}

#menu.clean {
    background-color: transparent;
}

.head-info-wrap {
    background-color: #301D6E;
}

.head-info {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 0;

}

.head-info p {
    font-size: 16px;
    font-weight: 600;
    color: white;
    margin: unset;
    margin-right: 10px;
    margin-bottom: unset;
    white-space: nowrap;
}

.head-info img {
    width: 100%;
    max-width: 180px;
    height: auto;
    margin-right: 40px;
}

.head-info a {
    color: #F99130;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #F99130;
    padding: 4px 30px;
    border-radius: 15px;
    background-color: #FFF8F2;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    min-width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease-out;
}

.head-info a:hover {
    color: #FFF8F2;
    background-color: #F99130;
}

.head-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.head-wrap .logo-wrap {
    display: flex;
    align-items: center;
}

.head-wrap .logo {
    width: 100%;
    max-width: 183px;
    height: auto;
}
.menu-wrap {
    display: flex;
    align-items: center;
    position: relative;
}

.menu-wrap .sub-menu{
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #F1F2FF;
    width: 205px;
}


.menu-wrap .cta {
    margin-left: 50px;
}
.menu-wrap ul {
    margin: unset;
    padding: unset;
    list-style: none;
}

.menu-wrap ul li {
    display: inline-block;
    margin-right: 50px;
}
.menu-wrap ul li.current-menu-item a {
    color: #00ECED;
}


.menu-wrap ul li.menu-item-has-children{
    position: relative;

}

.menu-wrap ul li.menu-item-has-children:hover .sub-menu {
    display: block;
}
.menu-wrap ul li.menu-item-has-children:hover::after {
    transform: rotate(180deg);
}
.menu-wrap ul li.menu-item-has-children::after {
    position: absolute;
    right: 0;
    content: '';
    width: 12px;
    height: 11px;
    background-image: url('/wp-content/uploads/2023/06/Vector-30-1.svg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: -20px;
    top: 50%;
    margin-top: -5px;
    transition: all 0.4s ease-out;
}

.menu-wrap ul li:last-child {
    margin-right: unset;
}

.menu-wrap ul li a {
    color: white;
    text-decoration: none;
    font-size: 16px;
    transition: all 0.4s ease-out;
}

.menu-wrap ul li a:hover {
    color: #91FFFF;
}
.menu-wrap .sub-menu li {
    margin-right: unset;
    min-height: 40px;
    display: flex;
    align-items: center;
    padding-left: 10px;
}
.menu-wrap .sub-menu li:hover {
    background-color: #FFF8F2;
}
.menu-wrap .sub-menu li:hover a {
    color: #F99130;
}
.menu-wrap .sub-menu li:last-child {
    padding-bottom: 9px;
}
.menu-wrap .sub-menu li a
 {
    color: #484B9F;
    font-size: 16px;
 }
.menu-wrap .cta a{
    text-decoration: none;
    padding: 14px 32px;
    color: #2E3192;
    background-color: #F1FFFF;
    border: 2px solid #00ECED;
    display: inline-block;
    border-radius: 25px;
    transition: all 0.4s ease-out;
}

.menu-wrap .cta a:hover {
    background-color: #00ECED;
}

.head-wrap .head-des {
    display: flex;
    align-items: center;
}

.head-wrap .head-des img {
    width: 100%;
    max-width: 330px;
    height: auto;
    margin-right: 40px;
}

.head-home .lp-hero {
    display: flex;
    padding-top: 20px;
    height: 100%;
    justify-content: space-between;
}

.head-home .lp-hero div.side-img {
    min-height: 570px;
}

.head-home .lp-hero .hero-des {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 530px;
}

.head-home .lp-hero h1 {
    color: #91FFFF;
    font-size: 48px;
    font-weight: 400;
    line-height: 64px;
    margin: 0;
    margin-bottom: 25px;
}

.head-home .lp-hero p {
    color: white;
    font-size: 24px;
    font-weight: 300;
    line-height: 36px;
    margin: 0;
    margin-bottom: 35px;
}

.head-home .lp-hero div a {
    color: #2e3192;
    font-size: 16px;
    font-weight: 500;
    border: 2px solid #00eced;
    padding: 14px 32px;
    border-radius: 25px;
    background-color: #f1ffff;
    text-decoration: none;
    display: inline-block;
    transition: all 0.4s ease-out;
    margin-right: 30px;
}

.head-home .lp-hero div a.secondary{
    color: #00eced;
    background-color: transparent;
}

.head-home .lp-hero div a:hover {
    background-color: #00eced;
    color: #2e3192;
}

.head-home .lp-hero div a.secondary:hover{
    background-color: white;
}

.head-home .lp-hero div img {
    width: 100%;
    max-width: 584px;
    height: auto;
}
.basic-two-des {
    margin-bottom: 40px;
}

.basic-two-des.use {
    margin-top: 50px;
}
.basic-two-des h2 {
    color: #2E3192;
    font-weight: 600;
    font-size: 30px;
    margin: unset;
    padding-bottom: 29px;
    border-bottom: 2px solid #F99130 ;
    line-height: 40px;
}
.home .basic-two-des h2 {
    max-width: 465px;
}

.basic-two-des .content p {
    font-weight: 400;
    font-size: 20px;
    line-height: 36px;
}

@media only screen and (max-width: 787px) {
    .basic-two-des h2 {
        font-size: 20px;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .basic-two-des .content p {
        font-size: 14px;
        line-height: 21px;
    }
}
.feat {
    margin-bottom: 100px;
}
.feat .items-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}
.feat .item {
    width: 367px;
    min-height: 354px;
    box-shadow: 0px 0px 20px #bbbcd9;
    background-color: white;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #91FFFF;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.feat .item:nth-child(1) {
    background-image: url('/wp-content/uploads/2023/06/No-Data-at-rest-3.png');
}
.feat .item:nth-child(2) {
    background-image: url('/wp-content/uploads/2023/06/Boilerplate.png');
}
.feat .item:nth-child(3) {
    background-image: url('/wp-content/uploads/2023/06/Boilerplate-1.png');
}
.feat .item:nth-child(4) {
    background-image: url('/wp-content/uploads/2023/06/Boilerplate-2.png');
}
.feat .item:nth-child(5) {
    background-image: url('/wp-content/uploads/2023/06/Boilerplate-3.png');
}
.feat .item:nth-child(6) {
    background-image: url('/wp-content/uploads/2023/06/Boilerplate-4.png');
}



.feat .img-wrap {
    width: 100%;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
}

.feat .img-wrap img {
    width: auto;
    height: auto;
}

.feat .item-des {
    text-align: center;
}

.feat h3 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 10px;
}

.feat span {
    font-size: 20px;
    font-weight: 400;
    line-height: 36px;
    display: inline-block;
    max-width: 315px;
}

.feat .cta {
    text-align: center;
}

.feat .cta a {
    display: inline-block;
    text-decoration: none;
    color: #2E3192;
    font-weight: 500;
    font-size: 16px;    
    border: 2px solid #00ECED;
    background-color: #F1FFFF;
    border-radius: 25px;
    padding: 14px 32px;
    transition: all 0.4s ease-out;
}

.feat .cta a:hover {
    background-color: #00ECED;
}

/* move to inline style after */

/* user exp */

section.user-exp {
    margin-bottom: 100px;
}

.page-template-demo-gate section.user-exp {
    margin-bottom: 50px;
}
.page-template-solution section.user-exp {
    background-color: white;
    margin-bottom: unset;
    padding-bottom: 100px;
}

.user-exp .info {
    height: 100%;
    display: flex;
    justify-content: start;
    flex-direction: column;
}
.user-exp h2> p {
    font-size: 48px;
    font-weight: 300;
    color: #2E3192;
    text-align: center;
    margin-bottom: 70px;
}

.user-exp h2> p> strong {
    font-weight: 600;
}

.user-exp p {
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 40px;
}

.user-exp .img-wrap img {
    width: 100%;
    box-shadow: 0px 0px 15px 0px rgba(187, 188, 217, 1);
    border-radius: 20px;
}
/* user exp */
@media only screen and (max-width: 787px) {
    section.user-exp {
        margin-bottom: 50px;
    }

    .page-template-solution section.user-exp {
        margin-bottom: unset;
        padding-bottom: 40px;
    }
    .user-exp h2> p {
        font-size: 23px;
        margin-bottom: 20px;
    }

    .user-exp h2 br {
        display: none;
    }
    
    .user-exp p {
        font-size: 16px;
        text-align: center;
        margin-bottom: 20px;
    }

    .user-exp .img-wrap {
        margin-bottom: 20px;
    }

    .user-exp .cta-wrap {
        text-align: center;
    }

    
}
/* user exp */

/* info-strip */

section.info-strip {
    background-color: #29103f;
    padding: 60px 0;
    margin-bottom: 100px;
    background-image: url(/wp-content/uploads/2024/09/purple-bubbles.webp);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.page-template-use-cases section.info-strip {
    margin-bottom: unset;
}
section.info-strip h2 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 50px;
    text-align: center;
    color: #F6F6FF;
}

section.info-strip  .items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 29px;
    grid-row-gap: 40px;
    text-align: center;
    margin-bottom: 50px;
}

section.info-strip  .items .item img {
    width: 100%;
    max-width: 60px;
    margin-bottom: 15px;
}

section.info-strip  .items .item h3 {
    color: #F99130;
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 5px;
}

section.info-strip .items .item p {
    font-size: 18px;
    font-weight: 400;
    color: #F6F6FF;
}

section.info-strip .cta-wrap {
    text-align: center;
}

@media only screen and (max-width: 787px) {
    section.info-strip {
        background-image: url(/wp-content/uploads/2024/09/purple-bubbles-mobile.webp);
        margin-bottom: 80px;
        padding: 30px 0;
    }
    section.info-strip h2 {
        font-size: 20px;
        margin-bottom: 20px;
        line-height: 30px;
    }
    section.info-strip .items {
        grid-template-columns: repeat(2, 1fr);
        margin-bottom: 30px;
    }

    section.info-strip .items .item img {
        margin-bottom: 10px;
    }

    section.info-strip .items .item p {
        font-size: 14px;
        margin: unset;
    }
    section.info-strip .items .item h3 {
        font-size: 16px;
    }
}

/* END move to inline style after */
@media only screen and (max-width: 787px) {
    .feat {
        margin-bottom: 50px;
    }
    .feat .item {
        width: 100%;
        min-height: unset;
        flex-direction: row;
        min-height: 135px;
        padding: 0 10px;
        justify-content: unsafe;
        margin-bottom: 10px;
    }

    .feat .item:nth-child(1) {
        background-image: url('/wp-content/uploads/2023/06/No-Data-at-rest-3-1.png');
    }
    .feat .item:nth-child(2) {
        background-image: url('/wp-content/uploads/2023/06/No-Data-at-rest-5.png');
    }
    .feat .item:nth-child(3) {
        background-image: url('/wp-content/uploads/2023/06/No-Data-at-rest-6.png');
    }
    .feat .item:nth-child(4) {
        background-image: url('/wp-content/uploads/2023/06/No-Data-at-rest-7.png');
    }
    .feat .item:nth-child(5) {
        background-image: url('/wp-content/uploads/2023/06/No-Data-at-rest-8.png');
    }
    .feat .item:nth-child(6) {
        background-image: url('/wp-content/uploads/2023/06/No-Data-at-rest-9.png');
    }
    .feat .item:last-child {
        margin-bottom: 30px;
    }
    .feat .img-wrap {
        width: 80px;
        height: auto;
        margin: unset;
        margin-right: 15px;
    }

    .feat .img-wrap img {
        max-width: 80px;
    }

    .feat .item-des {
        text-align: left;
    }

    .feat h3 {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .feat span {
        font-size: 14px;
        line-height: 21px;
    }



}



.lp-items {
    margin-bottom: 100px;
}
.lp-items .row {
    margin-bottom: 100px;
}

.lp-items .container .row:nth-child(odd) .col-lg-6:first-child {
    order: 1;
}


.lp-items .items-imgwrap {
    width: 100%;
    max-width: 582px;
    height: auto;
}

.lp-items .items-imgwrap img {
    width: 100%;
    height: 100%;
}

.lp-items .items-deswrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: unset;    
}

.lp-items .container .row:nth-child(even) .items-deswrap {
    margin-left: auto;
}

.lp-items .cta a {
    text-decoration: none;
    display: inline-block;
    color: #2E3192;
    font-weight: 500;
    font-size: 16px;
    padding: 14px 32px;
    background-color: #F5F6FF;
    border: 2px solid #2E3192;
    border-radius: 25px;
    transition: all 0.4s ease-out;
}

.lp-items .cta a:hover {
    color: #F5F6FF;
    background-color: #2E3192;
}


.lp-items .items-deswrap h2 {
    color: black;
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    margin: unset;
    margin-bottom: 15px;
}

.lp-items .items-deswrap p {
    font-size: 20px;
    font-weight: 400;
    line-height: 36px;
    margin: unset;
    margin-bottom: 25px;
}

.lp-items .items-cta {
    text-align: center;
    margin-bottom: 100px;
}

.lp-items .items-cta a {
    color: #2E3192;
    font-size: 16px;
    font-weight: 500;
    border: 2px solid #2E3192;
    background-color: #f5f6ff;
    padding: 14px 35px;
    text-decoration: none;
    border-radius: 25px;
    display: inline-block;
    transition: all 0.4s ease-out;
}

.lp-items .items-cta a:hover {
    background-color: #2E3192;
    color: #f5f6ff;
}

@media only screen and (max-width: 787px) {
    .lp-items .row {
        margin-bottom: 65px;
    }
    .lp-items .row:last-child {
        margin-bottom: 50px;
    }

    .lp-items .items-deswrap {
        max-width: unset;
    }
    .lp-items .items-deswrap h2 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .lp-items .items-deswrap p {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 20px;
    }
    .lp-items .items-imgwrap {
        max-width: 332px;
        margin: 0 auto;
    }
    .lp-items .items-imgwrap img {
        margin-bottom: 20px;
    }
    .lp-items .container .row:nth-child(odd) .col-lg-6:first-child {
        order: unset;
    }
}
.infos-dit {
    border-top: 2px solid #99FFFF;
    border-bottom: 2px solid #99FFFF;
    box-shadow: -4px 0px 20px #BBBCD9, 0px 4px 20px #BBBCD9;
    background-color: white;
    padding: 60px 0;
    background-image: url('/wp-content/uploads/2023/06/No-data-at-rest-11-1.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.infos-dit .basic-two-des {
    margin-bottom: 65px;
}
.infos-dit .basic-two-des h2 {
    color: black;
}

.listing {display: flex;
    margin-bottom: 50px;
}
.listing .left-list {
    width: 70%;
}
.listing .left-list ul {
    margin: unset;
    padding: unset;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 70px;
}

.listing .left-list ul li {
    position: relative;
    font-weight: 600;
    font-size: 20px;
    max-width: 350px;
    padding-left: 36px;
}
.listing .left-list ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-image: url('/wp-content/uploads/2023/06/Group-206.svg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 25px;
    height: 25px;
}

 .right-list {
    width: 30%;
} .right-list .items {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}
 .right-list .item {
    display: flex;
    align-items: center;
    padding-bottom: 12px;
    border-bottom: 1px solid #B8BAFB;
}
.right-list .img-wrap {
    width: 61px;
    height: 61px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFF8F2;
    box-shadow: 1px 1px 2px rgba(141, 143, 219, 0.7);
    border-radius: 50px;
    margin-right: 31px;
}

.right-list .img-wrap img {
    width: auto;
}


.right-list .item span {
    font-weight: 600;
    font-size: 20px;
    color: #F99130;
    position: relative;
}

.infos-dit .cta {
    text-align: center;
}

.infos-dit .cta a {
    text-decoration: none;
    color: #2E3192;
    padding: 14px 32px;
    background-color: #F5F6FF;
    border: 2px solid #2E3192;
    display: inline-block;
    border-radius: 25px;
    transition: all 0.4s ease-out;
}

.infos-dit .cta a:hover {
    color: #F5F6FF;
    background-color: #2E3192;
}

@media only screen and (max-width: 787px) {
    .infos-dit {
        padding: 30px 0;
        background-image: url('/wp-content/uploads/2023/06/No-data-at-rest-10-1.png');
    }
    .infos-dit .basic-two-des {
        margin-bottom: 30px;
    }
    .listing {
        flex-direction: column;
    }
    .listing .left-list {
        width: 100%;
    }
    .listing .left-list ul {
        display: block;
    }

    .listing .left-list ul li {
        margin-bottom: 20px;
        max-width: unset;
    }
    .listing .left-list ul li:last-child {
        margin-bottom: 50px;
    }

    .listing .left-list ul li::before {
        width: 17px;
        height: 17px;
        top: 8px;
    }

    .listing .right-list {
        width: 100%;
        margin: unset;
    }
    .listing .right-list .item {
        border-color: #F99130;
    }

}


.graphic-sec {
    display: none;
    background-image: url(/wp-content/uploads/2023/03/footer-homepage-bckg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 220px;
}
.lp-items.light {
    margin-bottom: 100px;
}
.lp-items.light .cta a {
    background-color: #F1FFFF;
    border: 2px solid #00ECED;
}

.lp-items.light .cta a:hover {
    color: #2E3192;
    background-color: #00ECED;
}

/* use-cases template */

.feat.use-items .items-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 50px;
    margin-bottom: 30px;
}
.feat.use-items .item {
    min-height: 421px;
    margin-bottom: unset;
    background-image: url(/wp-content/uploads/2023/06/use-cases-desktop.png);
    display: block;
    box-sizing: border-box;
    padding: 0 20px;
    padding-top: 40px;
}

.feat.use-items .img-wrap {
    margin-top: unset;
}
.feat.use-items .item:last-child {
    margin-right: unset;
}
.feat.use-items .item-des {
    text-align: left;
}

.feat.use-items .alert {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}

@media only screen and (max-width: 787px) {
    .feat.use-items .items-wrap {
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(1, 1fr);
        grid-column-gap: 0;
        grid-row-gap: 10px;
        margin-bottom: 20px;
    }

    .feat.use-items .item {
        display: block;
        min-height: unset;
        background-image: url('/wp-content/uploads/2023/06/use-cases-mobile.png');
        padding: 20px;

    }
    .feat.use-items .img-wrap {
        margin-right: unset;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .feat.use-items .alert {
        font-size: 14px;
        line-height: 22px;
    }

    .feat.use-items .alert br {
        display: none;
    }
}

.use-acc {
    border-top: 2px solid #99FFFF;
    border-bottom: 2px solid #99FFFF;
    box-shadow: -4px 0px 20px #BBBCD9, 0px 4px 20px #BBBCD9;
    background-color: white;
    padding-top: 50px;
    padding-bottom: 66px;
    background-image: url('/wp-content/uploads/2023/06/No-data-at-rest-11-1.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 9;
}

.use-acc .right-list {
    width: 100%;
    margin-bottom: 50px;
}
.use-acc .cta {
    text-align: center;
}
.use-acc .cta a {
    text-decoration: none;
    color: #2E3192;
    padding: 14px 32px;
    background-color: #F5F6FF;
    border: 2px solid #2E3192;
    display: inline-block;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.4s ease-out;
}

.use-acc .cta a:hover {
    color: #F5F6FF;
    background-color: #2E3192;
}



.faq .accordion {
    width: 100%;
    max-width: 670px;
}

.faq .accordion-item {
    margin-bottom: 30px;
    border: none;
    border-bottom: 1px solid #F99130;
    border-radius: 0;
    background-color: transparent;
}

.faq .accordion-item button {
    font-size: 20px;
    font-weight: 600;
    color: rgba(76, 60, 52, 1);
    border-radius: 0;
    background-color: unset;
    box-shadow: none;
    padding: unset;
    padding-bottom: 15px;
    padding-left: 35px;
    position: relative;
}


.faq .accordion-item button::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 15px;
    height: 15px;
    border-radius: 25px;
    background-color: #F99130;
    margin-top: 4px;
}

.faq .accordion-item:first-of-type .accordion-button {
    border-radius: 0;
}
.faq .accordion-item:last-of-type .accordion-button {
    border-radius: 0;
}
.faq .accordion-item button.accordion-button::after {
    background-image: url('/wp-content/uploads/2023/06/Vector-30.svg');
    width: 15px;
    height: 9px;
    background-size: cover;

}
.faq .accordion-body {
    padding: unset;
    font-size: 20px;
    line-height: 28px;
}   

.fq-s {
    width: 100%;
    max-width: 455px;
    display: flex;
    height: 100%;
    align-items: start;
}

.fq-s>img {
    width: 100%;
    height: auto;
}

.faq .accordion-item button::after {
    transform: rotate(0deg);
}

.faq .accordion-item button[aria-expanded="true"]::after {
    transform: rotate(-180deg);
}

@media only screen and (max-width: 787px) {
    .use-acc {
        padding: 50px 0;
        background-image: url('/wp-content/uploads/2023/06/hero-1-1.png');
    }
    .use-acc .faq {
        margin-bottom: 30px;
    }
    .faq .accordion-body {
        font-size: 14px;
        line-height: 21px;
    }

    .use-acc .right-list {
        margin-bottom: 30px;
    }
}

.lower-sec.uses .eventer {
    padding: 100px 0;
}
.lower-sec.uses .eventer:after {
    right: 0;
    margin-right: 50px;
}

@media only screen and (max-width: 787px) {
    .lower-sec.uses .eventer:after {
        right: 0;
        background-image: url('/wp-content/uploads/2023/06/Vector-10.svg');
        height: 100%;
        top: 0;
        width: 100%;
        margin-right: unset;
        margin-top: unset;
    }

    .lower-sec.uses .eventer {
        padding: 46px 0;
    }
}

/* end-use */

/* solution template */

.solutions-wrap {
    background-color: white;
    padding-top: 50px;
}

.solutions-wrap .wrapper {
    display: flex;
}

.solutions-wrap .wrapper> div:first-child {
    width: 50%;
}
.solutions-wrap .wrapper> div:last-child {
    width: 50%;
}
.solutions-wrap .row {
    margin-bottom: 80px;
}
.solutions-wrap .row:last-child {
    padding-bottom: 80px;
    margin-bottom: unset;
}
.solutions-wrap .row:nth-child(even) .img-wrap{
    order: 2;
}
.solutions-wrap .row .wrapper {
    justify-content: space-between;
}
.solutions-wrap  .des {
    max-width: 466px;
}

.solutions-wrap .wrapper img {
    width: 100%;
    max-width: 590px;
    height: auto;
}

.solutions-wrap .wrapper h2 {
    margin: unset;
    color: #2E3192;
    font-size: 30px;
    font-weight: 600;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 2px solid #F99130;

}

.solutions-wrap .wrapper p {
    font-weight: 400;
    font-size: 20px;
    line-height: 36px;
}
.solutions-wrap .wrapper p:last-child {
    margin-bottom: unset;
}
.solutions-wrap .wrapper .cta {
    margin-top: 30px;
}
.solutions-wrap .wrapper .cta.hide {
    display: none;
}
.solutions-wrap .wrapper .cta a {
    color: #2E3192;
    text-decoration: none;
    font-size: 16px;
    background-color: #F1FFFF;
    border: 2px solid #00ECED;
    border-radius: 25px;
    padding: 14px 32px;
    font-weight: 500;
    transition: all 0.4s ease-out;
    display: inline-block;
    transition: all 0.4s ease-out;
}

.solutions-wrap .wrapper .cta a:hover {
    background-color: #00ECED;
}

@media only screen and (max-width: 787px) {
    .solutions-wrap .wrapper {
        flex-direction: column;
    }
    .solutions-wrap .wrapper> div:first-child {
        width: 100%;
    }
    .solutions-wrap .wrapper> div:last-child {
        width: 100%;
    }

    .solutions-wrap .wrapper .des {
        order: 1;
    }
    .solutions-wrap .wrapper .img-wrap {
        order: 2;
    }
    .solutions-wrap .wrapper .cta {
        display: none;
    }
    .solutions-wrap .wrapper .cta.hide {
        display: block;
    }

    .solutions-wrap .wrapper h2 {
        font-size: 20px;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .solutions-wrap .wrapper p {
        font-size: 14px;
        line-height: 21px;
    }
    .solutions-wrap .wrapper p:last-child {
        margin-bottom: 20px;
    }
    .solutions-wrap .row {
        margin-bottom: 50px;
    }
    .solutions-wrap .row:last-child {
        padding-bottom: 80px;
        margin-bottom: unset;
    }

    .solutions-wrap .wrapper .cta {
        text-align: center;
    }

}
.lower-sec.sol {
    overflow: hidden;
}
.lower-sec.sol .eventer {
    padding: 100px 0;
}

.infos-dit.sol {
    margin-bottom: 100px;
}
.services {
    margin-bottom: 100px;
}
.services .wrapper> h2 {
    color: #2E3192;
    font-weight: 600;
    font-size: 30px;
    margin: unset;
    margin-bottom: 30px;
    text-align: center;
} 

.services .items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.services .item {
    width: 100%;
    max-width: 367px;
    border: 1px solid #F99130;
    background-image: url('/wp-content/uploads/2023/06/No-Data-at-rest-12.png');
    background-position: center center;
    background-size: cover;
    background-color: white;
    padding: 20px;
    margin-bottom: 30px;
}

.services .item> div {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.services .item .img-wrap {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}
.services .item img {
    width: auto;

}

.services .item span {
    font-weight: 600;
    font-size: 20px;
}

.services .item ul {
    padding: unset;
    margin: unset;
    list-style: none;
}

.services .item li {
    margin-bottom: 20px;
    position: relative;
    font-size: 20px;
}

.services .item li:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: #E0E1FF;
    margin-bottom: -10px;
}
.services .item li:last-child {
    margin-bottom: unset;
}
.services .item li:last-child::after {
    content: none;
}

@media only screen and (max-width: 787px) {
    .infos-dit.sol {
        margin-bottom: 50px;
    }

    .lower-sec.sol .eventer:after {
        right: 0;
        background-image: url('/wp-content/uploads/2023/06/Vector-10.svg');
        height: 100%;
        top: 0;
        width: 100%;
        margin-right: unset; 
        margin-top: unset;
    }

    .services {
        margin-bottom: 80px;
    }

    .services .wrapper> h2  {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .services .items {
        flex-direction: column;
    }
    .services .item {
        margin-bottom: 20px;
        background-image: url('/wp-content/uploads/2023/06/No-Data-at-rest-13.png');
    }

    .services .item li {
        font-size: 14px;
    }

    .lower-sec.sol .eventer {
        padding: 46px 0;
    }
}
/* end solution */

/* home - blog */

.home-blog {
    background-image: url('/wp-content/uploads/2023/03/Group-172.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 150px;
}

.home-blog .head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.home-blog .head h2 {
    font-weight: 600;
    color: #2e3192;
    font-size: 30px;
    margin: unset;
}

.home-blog .head a {
    color: #2E3192;
    text-decoration: none;
    font-size: 16px;
    background-color: #F1FFFF;
    border: 2px solid #00ECED;
    border-radius: 25px;
    padding: 12px 32px;
    font-weight: 500;
    transition: all 0.4s ease-out;
}

.home-blog .blog-cta-mob {
    display: none;
    text-align: center;
}

.home-blog .head a:hover {
    background-color: #00ECED;
}

.home-blog .blog {
    display: flex;
}

.home-blog .blog .blog-item {
    width: 100%;
    max-width: 367px;
    margin-right: 30px;
}

.blog-item a {
    display: block;
    text-decoration: none;
    color: black;
}

.blog-item img {
    margin-bottom: 20px;
}

.blog-item .cta {
    font-size: 16px;
    text-decoration: none;
    color: #f99130;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 15px;
    background-color: #FFF8F2;
    border-bottom: 2px solid #f99130;
    border-radius: 4px;
    padding: 4px;
}

.blog-item h2 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    margin: unset;
    margin-bottom: 10px;
}

.home-blog .single-author {
    color: black;
    font-size: 16px;
    font-weight: 400;
}

.home-blog .single-author p {
    display: inline-block;
    margin: 0 5px;
}

.lower-sec .eventer {
    padding: 90px 0;
    text-align: center;
    background-image: url('/wp-content/uploads/2022/09/Group-152-1.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.lower-sec .eventer:after {
    position: absolute;
    content: '';
    width: 706px;
    height: 424px;
    background-image: url('/wp-content/uploads/2023/06/Vector-3.svg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    right: 0;
}

.mob-grid {
    position: relative;
    z-index: 9;
}

.lower-sec .eventer h2 {
    color: #91FFFF;
    font-size: 48px;
    line-height: 64px;
    margin: unset;
    margin-bottom: 10px;
}

.lower-sec .eventer p {
    color: white;
    font-weight: 300;
    font-size: 24px;
    line-height: 36px;
    margin: unset;
    margin-bottom: 22px;
}

.lower-sec .eventer a {
    color: #2E3192;
    font-weight: 500;
    font-size: 16px;
    text-decoration: none;
    background-color: #F1FFFF;
    padding: 14px 32px;
    border: 2px solid #00ECED;
    border-radius: 25px;
    display: inline-block;
    transition: all 0.4s ease-out;
}

.lower-sec .eventer a:hover {
    background-color: #00ECED;
}

.footer-wrap {}

.footer-des {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 35px 0;
}

.info .legal a,
.info .legal p {
    display: inline-block;
}

.info .legal p {
    font-size: 13px;
    font-weight: 300;
    margin: unset;
    position: relative;
    margin-right: 20px;
}

.info .legal p:after {
    position: absolute;
    content: '';
    height: 23px;
    background-color: #000000;
    width: 2px;
    right: 0;
    bottom: 0;
    margin-right: -13px;
}

.info .legal a {
    color: black;
    text-decoration: none;
    font-size: 13px;
    font-weight: 300;
    display: inline-block;
}

.footer-des .flogo-wrap img {
    width: 100%;
    max-width: 183px;
    height: auto;
}

.footer-wrap .social {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-wrap .social li {
    display: inline-block;
    margin-right: 25px;
    box-shadow: 0px 0px 5px rgb(46 49 146 / 42%);
    padding: 15px;
    border-radius: 10px;
    background-color: white;
    width: 100%;
    max-width: 55px;
}

.footer-wrap .social li:last-child {
    margin-right: 0;
}

.footer-wrap .social li a img {
    width: 100%;
    height: auto;
}

.footer-wrap .social li a {
    width: 100%;
    background-color: #FFFFFFCC;
    height: 100%;
    display: inline-block;
}

.shadow-footer {
    box-shadow: 0px -5px 10px #bbbcd9;
    width: 100%;
    background-image: url(/wp-content/uploads/2023/03/Group-178-min.jpg);
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


/* pop */

#contact-pop {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.9);
    z-index: 99999999999;
}

#contact-pop .pop-align {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#contact-pop .pop-wrap-bg {
    background-image: url('/wp-content/uploads/2022/11/pop-up-form-1.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    max-width: 1165px;
    width: 100%;
    position: relative;
    padding: 84px 67px;
    background-color: white;
}

#contact-pop .warp {
    display: flex;
    align-items: center;
    padding-bottom: 28px;
    position: relative;
}

#contact-pop .warp p {
    display: flex;
}

#contact-pop .wpcf7-not-valid-tip {
    position: absolute;
    top: 100%;
    font-size: 12px;
}

#contact-pop .pop-wrap-bg img {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 20px;
    margin-right: 20px;
    width: 100%;
    max-width: 24px;
    height: auto;
    cursor: pointer;
    z-index: 99;
}

#contact-pop .pop-wrap-bg .pop-des {
    padding-right: 55px;
}

#contact-pop .pop-wrap-bg .pop-des h2 {
    margin: unset;
    margin-bottom: 15px;
    line-height: 64px;
    font-size: 48px;
    font-weight: 300;
    color: #2E3192;
}

#contact-pop .pop-wrap-bg .pop-des p {
    margin: unset;
    color: #2E3192;
    font-size: 24px;
    font-weight: 600;
}

#contact-pop .pop-wrap-bg .pop-form-wrap label {
    font-size: 16px;
    line-height: 36px;
    margin-bottom: 0;
    width: 84px;
}

#contact-pop .pop-wrap-bg .schedule-warp a {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    text-decoration: none;
    font-weight: 500;
    color: #2E3192;
}

#contact-pop .pop-wrap-bg .schedule-warp a:after{
    content: '';
    position: absolute;
    height: 3px;
    background-color: #B8BAFB;
    width: 100%;
    top: 100%;
    left: 0;
    transition: width 0.3s ease-in;
}
#contact-pop .pop-wrap-bg .schedule-warp a:hover::after{
    width: 0%;
}

#contact-pop .pop-wrap-bg .pop-form-wrap{
    padding: 30px 20px;
    background-color: white;
    border: 1px solid #00ECED;
    border-radius: 4px;
}

#contact-pop .pop-wrap-bg .pop-form-wrap .pop-input {
    min-height: 50px;
    border: none;
    border: 1px solid #00ECED;
    padding: 0 15px;
    width: 100%;
    width: 407px;
    margin-bottom: 0;
}

#contact-pop .pop-wrap-bg .container{
    position: relative;
}

#contact-pop .pop-wrap-bg .pop-form-wrap .pop-input:focus-visible {
    outline: unset;
}

#contact-pop .pop-wrap-bg .pop-form-wrap .wpcf7-textarea {
    resize: none;
    height: 120px;
    padding-top: 10px;
}

#contact-pop .wpcf7 form.invalid .wpcf7-response-output,
#contact-pop .wpcf7 form.unaccepted .wpcf7-response-output,
#contact-pop .wpcf7 form.payment-required .wpcf7-response-output {
    display: none;
}

#contact-pop .pop-wrap-bg .pop-form-wrap .submit-wrap {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 407px;
    margin-left: auto;
    justify-content: space-between;
}

#contact-pop .pop-wrap-bg .pop-form-wrap input[type=submit] {
    color: #2E3192;
    font-size: 16px;
    font-weight: 500;
    background-color: #F5F6FF;
    padding: 14px 24px;
    border: 2px solid #2E3192;
    border-radius: 25px;
    transition: all 0.4s ease-out;
}

#contact-pop .pop-wrap-bg .pop-form-wrap input[type=submit]:hover {
    background-color: #2E3192;
    color:#F5F6FF ;
}

#contact-pop .pop-wrap-bg .pop-form-wrap .submit-wrap a {
    text-decoration: none;
    font-weight: 500;
    color: #2E3192;
    margin-left: 15px;
}

#contact-pop .wpcf7-spinner {
    display: none;
}

#contact-pop select {
    padding: 10px;
    padding-right: 30px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url('/wp-content/uploads/2022/11/Rectangle-47.svg');
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .90em auto, 100%;
}


/* For IE (thanks to @SaiManoj) */

#contact-popselect::-ms-expand {
    display: none;
}

::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #000 !important;
    opacity: 1;
}

 :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #000 !important;
    opacity: 1;
}

 ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #000 !important;
    opacity: 1;
}

 :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #000 !important;
    opacity: 1;
}




/* end-pop */


/* privecy policy  + terms of use */

#basic-legal .legal-banner {
    padding: 49px 0;
    display: flex;
    align-items: center;
    background-color: #000000;
    position: relative;
    margin-bottom: 50px;
}

#basic-legal .legal-banner:after {
    content: '';
    position: absolute;
    width: 90%;
    height: 2px;
    background-color: #00ECED;
    bottom: 0;
    left: 50%;
    margin-left: -45%;
    margin-bottom: -1px;
}

#basic-legal .legal-banner h2 {
    color: #91FFFF;
    font-size: 48px;
    margin: unset;
}

.legal-content-des {
    margin-bottom: 100px;
}


/* .legal-content-des p,
.legal-content-des ul,
.legal-content-des ol {
    margin: 0;
    padding: 0;
}

.legal-content-des p {
    margin-bottom: 40px;
}
.legal-content-des ul {
    margin-bottom: 40px;
    padding-left: 22px;
    list-style-type: disc;
}
.legal-content-des ol li {
    margin-bottom: 40px;
}

.legal-content-des ol li span {
    display: inline-block;
    margin-bottom: 10px;
}
.legal-content-des ol li p {
    margin-bottom: 15px;
}

.legal-content-des ol ol {
    padding: 10px 0;
}

.legal-content-des ol ol li {
   margin-bottom: 15px;
} */

.legal-content-des ul {
    list-style-type: disc;
}

.legal-content-des li {
    margin-bottom: 10px;
    ;
}

.legal-content-des .main-list>li {
    margin-bottom: 40px;
}


/* archive */

body.page-template-resources,
.page-template-index
{
    background: unset;
}

.blog-head {
    min-height: 536px;
    background-image: url('/wp-content/uploads/2023/03/Blog-Index-hero-1-1-1.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.blog-head.inner {
    min-height: unset;
    background-image: unset;
}

.head-hero h1 {
    font-weight: 500;
    font-size: 48px;
    margin: unset;
    margin-top: 25px;
    margin-bottom: 45px;
    color: #2E3192;
    text-align: center;
}

.head-hero .blog-display .item {
    display: flex;
    position: relative;
    padding: 66px 114px;
}

.blog-head.inner .blog-display {
    display: none;
}

.head-hero .blog-display .item::after {
    content: '';
    position: absolute;
    width: 464px;
    height: 280px;
    background-image: url('/wp-content/uploads/2023/03/Frame-25-1-1.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    top: 50%;
    left: 0;
    margin-left: 83px;
    margin-top: -137px;
    z-index: -1;
}

.head-hero .blog-display .item .img-wrap {
    width: 100%;
    max-width: 367px;
    box-shadow: 0px 0px 15px #BBBCD9;
    margin-right: 32px;
}

.head-hero .blog-display .item img {
    width: 100%;
    height: 100%;
}

.head-hero .blog-display .item a {
    text-decoration: none;
    color: black;
}

.head-hero .blog-display .item .cta {
    font-size: 16px;
    text-decoration: none;
    color: #f99130;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 15px;
    background-color: #FFF8F2;
    border-bottom: 2px solid #f99130;
    border-radius: 4px;
    padding: 4px;
}

.head-hero .blog-display .item a h2 {
    color: #2E3192;
    font-size: 25px;
    font-weight: 300;
    margin: unset;
    margin-bottom: 10px;
}

.head-hero .single-author {
    color: black;
    font-size: 16px;
    font-weight: 400;
}

.head-hero .single-author p {
    display: inline-block;
    margin: 0 5px;
}

.blog-display {
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid #F99130;
    box-shadow: 0px 0px 20px #BBBCD9;
}

.blog-slick .slick-arrow {
    position: absolute;
    top: 50%;
    cursor: pointer;
    z-index: 9;
}

.blog-slick .slick-prev {
    left: 0;
    margin-left: 45px;
}

.blog-slick .slick-next {
    right: 0;
    margin-right: 45px;
}

.blog-wrap .items-wrap form {
    margin-bottom: 80px;
}



.blog-wrap .items-wrap ul {
    display: flex;
}

.blog-wrap .items-wrap>form>ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.blog-wrap .items-wrap ul {
    padding: unset;
}

.blog-wrap .items-wrap ul li {
    padding: unset;
}


.blog-wrap .items-wrap ul li>label {
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    margin-right: 20px;
    padding: 4px;
    color: #faac18;
    background-color: #FFF8F2;
    border-bottom: 2px solid #F99130;
    transition: all 0.3s ease;
    border-radius: 4px;
}

.blog-wrap .items-wrap ul li.sf-option-active> label {
    color: white;
    background-color: #F99130;
}

.blog-wrap .items-wrap ul li:last-child label {
    margin: unset;
}

.blog-wrap input[type="radio"] {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
}

.blog-wrap .items {
    width: 100%;
    max-width: 367px;
    margin: 0 auto;
}


.blog-wrap .items .img-wrap {
    box-shadow: 0px 0px 15px #BBBCD9;
}

.blog-wrap .items img {
    width: 100%;
    max-width: 367px;
    height: auto;
    display: block;
    margin-bottom: 20px;
}

.blog-wrap .items a {
    text-decoration: none;
    color: black;
}

.blog-wrap .items .cta {
    font-size: 16px;
    text-decoration: none;
    color: #f99130;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 10px;
    background-color: #FFF8F2;
    border-bottom: 2px solid #f99130;
    border-radius: 4px;
    padding: 4px;
}

.blog-wrap .items a>h2 {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    margin: unset;
    margin-bottom: 10px;
}

.blog-wrap .items .single-author {
    color: black;
    font-size: 16px;
    font-weight: 400;
}

.blog-wrap .items .single-author p {
    display: inline-block;
    margin: 0 5px;
}

.blog-wrap {
    padding-top: 50px;
    margin-bottom: 120px;
}

.items-wrap .search-filter-results,
.page-template-resources .blog-wrap .wrapper {
    
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 32px;
    grid-row-gap: 50px;
}

li.sf-field-search {
    width: 100%;
    max-width: 267px;
    min-height: 40px;
}

.blog-wrap .items-wrap ul li.sf-field-search>label {
    width: 100%;
    height: 100%;
    background: unset;
    border: unset;
    padding: unset;
    font-weight: 500;
    color: black;
    border-radius: unset;
    position: relative;
}

.blog-wrap .items-wrap ul li.sf-field-search>label input {
    width: 100%;
    height: 100%;
    border: 2px solid #DDF7FD;
    border-radius: 20px;
    padding: 9px 19px;
}

.blog-wrap .items-wrap ul li.sf-field-search>label::before {
    content: '';
    position: absolute;
    background-image: url('/wp-content/uploads/2023/03/search.svg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 16px;
    height: 16px;
    right: 0;
    top: 50%;
    z-index: 99;
    margin-right: 20px;
    margin-top: -7px;
}

.blog-wrap .items-wrap ul li.sf-field-search>label input:focus-visible {
    outline-color: #a9d9e4;
}

input::placeholder {
    color: #2E3192;
    opacity: 1;
    /* Firefox */
}

input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #2E3192;
}

input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #2E3192;
}




/* single - post */

body.single-post {
    background: unset;
}

.bottom-posts {
    margin-bottom: 120px;
}

.single-hero {
    min-height: 370px;
    background-color: #240f67;
    background-image: url('/wp-content/uploads/2023/03/Inner-Blog-hero-min.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.single-hero .head-des h1 {
    font-size: 36px;
    line-height: 47px;
    color: #00ECED;
    font-weight: 500;
    margin: unset;
    margin-bottom: 10px;
}

.single-hero .single-author {
    color: white;
    font-size: 16px;
    font-weight: 400;
}

.single-hero .single-author p {
    display: inline-block;
    margin: 0 5px;
}

.single-hero .head-img {
    width: 100%;
    max-width: 367px;
    height: 250px;
    background-size: cover;
    background-position: center center;
    margin: 0 auto;
    box-shadow: 0px 0px 15px #BBBCD9;
    position: relative;
    z-index: 9;
}

.single-hero .head-img::after {
    content: '';
    position: absolute;
    width: 464px;
    height: 280px;
    background-image: url(/wp-content/uploads/2023/03/Frame-25-1-1.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    top: 50%;
    left: 0;
    margin-left: -48px;
    margin-top: -140px;
    z-index: -1;
}

.single-hero .head-img img {
    width: 100%;
    height: 100%;
}

section.single-content {
    margin-bottom: 45px;
}

section.single-content .container {
    border-bottom: 2px solid #F1F2FF;
    padding-bottom: 80px;
}

.single-content .content>p {
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 20px;
}

.single-content .content>p:last-child {
    margin-bottom: unset;
}

.single-content .content>p>strong {
    font-weight: 600;
}

.single-content .content h1 {
    font-weight: 300;
    font-size: 48px;
}

.single-content .content h2 {
    font-weight: 600;
    font-size: 30px;
}

.single-content .content h3 {
    font-weight: 600;
    font-size: 20px;
}

.single-content .content h4 {
    font-weight: 500;
    font-size: 20px;
}

.single-content .content a {
    color: #8B23E0;
    text-decoration: none;
}

.extra {
    width: 100%;
    max-width: 366px;
    margin: 0 auto;
    position: sticky;
    top: 90px;
}

.extra .social {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #F1F2FF;
    padding-bottom: 20px;
    margin-bottom: 45px;
}

.extra .social>div:first-child {
    font-weight: 600;
    font-size: 20px;
}

.extra .social-items {
    display: flex;
    align-items: center;
}

.social-items a {
    display: inline-block;
    margin-right: 30px;
}

.social-items img {
    width: 100%;
    max-width: 20px;
}

.social-items a:last-child {
    margin-right: unset;
}

.related span {
    display: block;
    /* color: #F1F2FF; */
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.extra a {
    color: black;
    text-decoration: none;
}

.extra .posts-display .cta {
    font-size: 16px;
    text-decoration: none;
    color: #f99130;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 15px;
    background-color: #FFF8F2;
    border-bottom: 2px solid #f99130;
    border-radius: 4px;
    padding: 4px;
}

.extra .posts-display a>h2 {
    font-weight: 500;
    font-size: 20px;
    margin: unset;
    margin-bottom: 10px;
}

.extra .posts-display .single-author span {
    color: black;
    font-size: 14px;
    font-weight: 400;
    margin: unset;
    display: inline-block;
}

.extra .posts-display .single-author p {
    display: inline-block;
    margin: 0 5px;
}

ul.slick-dots {
    display: flex;
    padding: unset;
    margin: unset;
}

ul.slick-dots li {
    margin-right: 15px;
}

ul.slick-dots li:last-child {
    margin-right: unset;
}

ul.slick-dots li::marker {
    content: none;
}

ul.slick-dots li button {
    border: unset;
    font-size: 0;
    width: 10px;
    height: 10px;
    background-color: #F1EBE7;
    border-radius: 25px;
}

ul.slick-dots li.slick-active button {
    background-color: #F99130;
}

.related .slick-arrow {
    cursor: pointer;
    position: absolute;
    bottom: 0;
    right: 0;
}

.related .slick-prev {
    margin-right: 20px;
}

.bottom-posts .title h2 {
    color: #2E3192;
    font-weight: 300;
    font-size: 30px;
    margin: unset;
    margin-bottom: 35px;
}

.bottom-posts .bottom-display {
    width: 100%;
    max-width: 1165px;
}

.bottom-display .bottom-item a {
    text-decoration: none;
    color: black;
}

.bottom-display .bottom-item {
    width: 100%;
    margin-right: 30px;
}

.bottom-display .bottom-item .img-wrap {
    margin-bottom: 25px;
    box-shadow: 0px 0px 15px #BBBCD9;
    display: inline-block;
}

.bottom-display .bottom-item img {
    display: inline-block;
    width: 100%;
    height: auto;
}

.bottom-display .bottom-item .cta {
    font-size: 16px;
    text-decoration: none;
    color: #f99130;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 15px;
    background-color: #FFF8F2;
    border-bottom: 2px solid #f99130;
    border-radius: 4px;
    padding: 4px;
}

.bottom-display .bottom-item>a>h2 {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    margin: unset;
    margin-bottom: 8px;
}

.bottom-display .single-author p {
    display: inline-block;
    margin: 0 5px;
}

.bottom-display .single-author span {
    color: black;
    font-size: 14px;
    font-weight: 400;
    margin: unset;
    display: inline-block;
}


/* end privecy and terms */

@media only screen and (max-width: 787px) {
    body {
        background-image: url('/wp-content/uploads/2022/09/lines-1.svg');
    }
    .page-template-resources .main,
    .page-template-index .main
    {
        padding-top: 97px;
    }

    .single .main {
        padding-top: 107px;
    }

     .sub-menu {
        display: none;
    }
    li.menu-item-has-children> a {
        position: relative;
    }
    li.menu-item-has-children a::after {
        position: absolute; 
        content: '';
        right: 0;
        width: 12px;
        height: 11px;
        background-image: url('/wp-content/uploads/2023/06/Vector-30-2.svg');
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        margin-right: -20px;
        top: 50%;
        margin-top: -5px;
        transition: all 0.4s ease-out;
    }


    li.menu-item-has-children.show a::after {
        transform:rotate(180deg);
    }

    li.menu-item-has-children.show .sub-menu {
        display: block;
        margin-top: 20px;
    }

    .mob-menu-open .lower-tab .sub-menu li {
        margin-bottom: 20px;
    }
    .mob-menu-open .lower-tab .sub-menu li:last-child {
        margin-bottom: unset;
    }
    .mob-menu-open .lower-tab .sub-menu li a {
        font-weight: 500;
        font-size: 18px;
        color: #99FFFF;
    }
    .head-info {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .head-info p {
        font-size: 12px;
        margin-right: 8px;
        white-space: unset;
        max-width: 157px;
        margin-bottom: unset
    }
    .head-info img {
        max-width: 119px;
        margin-right: unset;
    }

    .head-info a {
        min-width: 150px;
        padding: 4px 8px;
        font-size: 14px;
    }
    .head-info-wrap {
        box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    }
    .head-wrap-mobile {
        padding: 12px 0;
    }
    .head-wrap-mobile .first-block {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .head-wrap-mobile .first-block div:first-child img {
        width: 100%;
        max-width: 100px;
        height: auto;
    }
    .head-wrap-mobile .first-block .menu-cta a {
        color: #F99130;
        font-size: 14px;
        font-weight: 600;
        border: 1px solid #F99130;
        padding: 4px 20px;
        border-radius: 25px;
        background-color: #FFF8F2;
        text-decoration: none;
        display: inline-block;
    }
    .head-wrap-mobile .first-block svg {
        width: 15px;
        height: 16px;
    }
    .head-wrap-mobile .sec-block {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .head-wrap-mobile .sec-block p {
        font-size: 14px;
        font-weight: 600;
        color: white;
        margin: unset;
        margin-right: 27px;
    }
    .mob-menu-open {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #484B9F;
        padding: 55px 20px;
        background-image: url('/wp-content/uploads/2023/04/lines.svg');
        background-position: center center;
        background-size: cover;
        display: none;
        z-index: 9999;
    }
    .mob-menu-open .upper-tab {
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin-bottom: 35px;
    }
    .mob-menu-open .lower-tab ul {
        margin: unset;
        padding: unset;
        list-style: none;
        margin-bottom: 60px;
    }
    .mob-menu-open .lower-tab ul li {
        margin-bottom: 30px;
    }
    .mob-menu-open .lower-tab ul li:last-child {
        margin-bottom: unset;
    }
    .mob-menu-open .lower-tab ul li a {
        font-size: 25px;
        color: #00ECED;
        font-weight: 500;
        text-decoration: none;
    }
    .mob-menu-open .upper-tab a {
        width: 100%;
        display: inline-block;
    }
    .mob-menu-open .upper-tab a img {
        max-width: 100px;
    }
    .mob-menu-open .upper-tab svg {
        width: 100%;
        max-width: 10px;
        height: auto;
    }
    .mob-menu-social {
        display: flex;
        justify-content: space-between;
    }

    .mob-menu-social .cta a {
        color: #2E3192;
        font-size: 16px;
        font-weight: 500;
        padding: 14px 32px;
        background-color: #F1FFFF;
        border: 2px solid #00ECED;
        display: inline-block;
        text-decoration: none;
        border-radius: 25px;
    }
    .mob-menu-social .social {
        padding: unset;
        margin: unset;
        list-style: none;
        display: flex;
    }
    .mob-menu-social .social li {
        margin-right: 30px;
    }
    .mob-menu-social .social li:last-child {
        margin-right: unset;
    }
    .mob-menu-social .social a {
        padding: 10px 11px;
        background-color: #484B9F;
        display: inline-block;
        border-radius: 8px;
        box-shadow: 0px 0px 3.88889px rgba(46, 49, 146, 0.42);
        border: 2px solid #B8BAFB;
    }
    .head-wrap-mobile .sec-block img {
        width: 100%;
        max-width: 158px;
        height: auto;
    }
    .head-home {
        min-height: unset;
        margin-bottom: 25px;
        background-color: #120919;
        background-image: url('/wp-content/uploads/2023/06/hero-mobile-1.jpg');
        background-position: center center;
        background-size: cover;
        padding-top: 107px;
    }

    .head-inner {
        background-image: url('/wp-content/uploads/2023/06/solution-hero-mobile-1.jpg');
        min-height: 516px;
        padding-top: 107px;
    }
    .head-inner .lp-hero img {
        margin-bottom: 20px;
    }
    .head-inner .hero-des {
        margin-top: 33px;
    }
    .head-inner .lp-hero {

        flex-direction: column;
    }
    .head-home .lp-hero {
        flex-direction: column;
        padding: 35px 0;
    }
    .head-home .lp-hero div {
        width: 100%;
    }
    .head-home .lp-hero h1 {
        font-size: 24px;
        font-weight: 500;
        line-height: 32px;
        margin-bottom: 10px;
    }
    .head-home .lp-hero p {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 20px;
    }
    .head-home .lp-hero p br {
        display: none;
    }
    .head-home .lp-hero div a {
        font-size: 14px;
        border: 1px solid #00eced;
        padding: 6px 18px;
        margin-right: 10px;
    }
    .head-home .lp-hero .side-img {
        text-align: center;
    }
    .head-home .lp-hero div img {
        max-width: 300px;
    }
    .f-banner {
        padding: 16px 0;
        background-image: url('/wp-content/uploads/2022/09/Boilerplate-4.jpg');
        max-width: 334px;
    }
    .f-banner .schem-warp {
        text-align: center;
        margin-bottom: 20px;
    }
    .f-banner div img {
        max-width: 310px;
    }
    .f-banner .floating-des h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .f-banner .floating-des br {
        display: none;
    }
    .f-banner .floating-des p {
        font-size: 14px;
        line-height: 22px;
        margin: 0;
    }
    .f-banner .floating-des br {
        display: none;
    }
   
    .lower-sec .eventer {
        padding: 46px 0;
        background-image: url('/wp-content/uploads/2022/09/Group-160.jpg');
    }
    .lower-sec .eventer:after {
        width: 320px;
        height: 402px;
        margin-top: -200px;
        margin-right: -160px;
    }
    .lower-sec .eventer h2 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 10px;
    }
    .lower-sec .eventer p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 20px;
    }
    .lower-sec .eventer p br {
        display: none;
    }
    .lower-sec .eventer a {
        font-size: 14px;
        padding: 8px 18px;
    }
    .mob-grid {
        width: 100%;
        max-width: 250px;
    }
    .shadow-footer {
        background-image: url('/wp-content/uploads/2023/03/Rectangle-32-2.jpg');
    }
    .footer-wrap {
        padding: unset;
    }
    .footer-des-m {
        padding-bottom: 45px;
        padding-top: 65px;
    }
    .footer-des-m .first-sec-f {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 33px;
    }
    .footer-des-m .first-sec-f .flogo-wrap {
        width: 100%;
        max-width: 100px;
        height: auto;
    }
    .footer-des-m .first-sec-f .flogo-wrap a img {
        width: 100%;
        height: 100;
    }
    .footer-wrap .footer-des-m .social li {
        padding: 12px;
        width: 48px;
    }
    .footer-wrap .footer-des-m .section-sec-f .info .legal p {
        /* position: static; */
        margin-bottom: 5px;
        /* width: 100%; */
    }
    .info .legal p:after {
        display: none;
    }
    .home-blog {
        padding: 30px 0;
    }

    
    .home-blog .head a {
        display: none;
    }

    .home-blog .head h2 {
        font-size: 20px;
        margin: unset;
        margin-bottom: 20px;
    }

    .home-blog .blog {
        max-width: 270px;
        margin: 0 auto;
    }
    .home-blog .blog-cta-mob {
        display: block;
    }
    .home-blog .blog-cta-mob> a {
        color: #2E3192;
        text-decoration: none;
        font-size: 16px;
        background-color: #F1FFFF;
        border: 2px solid #00ECED;
        border-radius: 25px;
        padding: 14px 32px;
        font-weight: 500;
        transition: all 0.4s ease-out;
        display: inline-block;
    }
    .footer-wrap .footer-des-m .section-sec-f .info .legal .adress {
        font-weight: 300;
        font-size: 14px;
        margin: 0;
        margin-bottom: 15px;
    }
    .footer-wrap .footer-des-m .section-sec-f .divider {
        background-color: black;
        width: 23px;
        margin-bottom: 15px;
        height: 1px;
    }
    .head .lp-hero div.side-img {
        min-height: auto;
    }
    /* start-pop-mobile */
    #contact-pop .pop-wrap-bg {
        max-width: calc(100% - 20px);
        padding: 15px 0;
        overflow-y: scroll;
        padding-bottom: 30px;
        max-height: 100vh;
        background-image: url('/wp-content/uploads/2022/11/pop-up-form-1-min-1.jpg');
    }
    #contact-pop .pop-wrap-bg .pop-des {
        padding-left: unset;
        margin-bottom: unset;
        padding-right: unset;
    }
    #contact-pop .pop-wrap-bg .pop-des h2 {
        font-size: 16px;
        margin-bottom: 8px;
        line-height: unset;
        font-weight: 600;
        margin-bottom: unset;
    }
    #contact-pop .pop-wrap-bg .pop-des p {
        font-size: 16px;
        margin-bottom: 8px;
    }
    #contact-pop .pop-wrap-bg .pop-des p br {
        display: none;
    }
    #contact-pop .pop-wrap-bg .pop-form-wrap label {
        margin-left: 15px;
        margin-bottom: unset;
        width: 100%;
        font-size: 14px;
        line-height: unset;
        margin-bottom: 4px;
    }
    #contact-pop .pop-wrap-bg .pop-form-wrap .submit-wrap {
        flex-direction: column;
    }
    #contact-pop .pop-wrap-bg .pop-form-wrap .pop-input {
        min-height: 30px;
        margin-bottom: unset;
        width: 100%;
    }
    #contact-pop .pop-wrap-bg .pop-form-wrap input[type=submit] {
        font-size: 14px;
    }
    #contact-pop .pop-wrap-bg .pop-form-wrap .submit-wrap a {
        font-size: 14px;
        display: block;
        margin-top: 5px;
        text-align: center;
        margin-left: unset;
    }
    #contact-pop .pop-wrap-bg img {
        margin-top: 12px;
        margin-right: 12px;
        max-width: 15px;
    }
    #contact-pop .warp {
        flex-direction: column;
        align-items: start;
        padding-bottom: 0;
    }
    #contact-pop .warp p {
        margin-bottom: 10px;
        flex-direction: column;
    }
    #contact-pop .warp .wpcf7-form-control-wrap {
        width: 100%;
        max-width: unset;
    }
    #contact-pop .pop-wrap-bg .pop-form-wrap .wpcf7-textarea {
        height: 80px;
    }
    /* end-pop-mobile */
    .single-hero .head-des h1 {
        font-size: 24px;
        line-height: 32px;
        text-align: center;
    }
    .single-hero .single-author {
        text-align: center;
        margin-bottom: 20px;
    }
    .single-hero {
        padding: 40px 0;
        margin-bottom: 20px;
    }
    .single-hero .head-img {
        max-width: 250px;
        height: 180px;
    }
    .single-hero .head-img::after {
        width: 314px;
        height: 190px;
        top: 0;
        left: 0;
        margin-top: -11px;
        margin-left: -33px;
    }
    .single-content .row .col-lg-7 {
        order: 1;
    }
    .related {
        display: none;
    }
    .extra {
        position: static;
    }
    .extra .social {
        margin-bottom: 20px;
    }
    .extra .social>div:first-child {
        font-size: 16px;
    }
    .single-content .content>p {
        font-size: 16px;
        line-height: 28px;
    }
    .single-content .content h1 {
        font-size: 32px;
    }
    .single-content .content h2 {
        font-size: 20px;
    }
    .single-content .content h3 {
        font-weight: 600;
        font-size: 16px;
    }
    .single-content .content h4 {
        font-size: 16px;
    }
    section.single-content .container {
        padding-bottom: 40px;
    }
    .bottom-posts .bottom-display {
        max-width: 278px;
        margin: 0 auto;
    }
    .bottom-posts .title h2 {
        text-align: center;
        font-size: 20px;
        margin-bottom: 20px;
    }
    .bottom-display .bottom-item {
        margin-right: unset;
    }
    .bottom-display .bottom-item .img-wrap {
        margin-bottom: 20px;
    }
    .bottom-display .bottom-item img {
        max-width: 278px;
        margin-bottom: unset;
        text-align: center;
    }
    .bottom-display .slick-arrow {
        position: absolute;
        top: 0;
        margin-top: 30%;
    }
    .bottom-display .slick-prev {
        left: 0;
        margin-left: -23px;
    }
    .bottom-display .slick-next {
        right: 0;
        margin-right: -23px;
    }

    .control-c {
        width: 8px;
        height: 16px;
    }

    .home-blog .blog .control-c {
        position: absolute;
        top: 0;
        margin-top: 110px;
    }

    .home-blog .blog .control-c.prev {
        left: 0;
        margin-left: -25px;
    }

    .home-blog .blog .control-c.next {
        right: 0;
        margin-right: -25px;
    }

    .blog-wrap .items-wrap {
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(1, 1fr);
        grid-column-gap: 0px;
        grid-row-gap: 50px;
    }
    .blog-display {}
    .head-hero .blog-display .item {
        flex-direction: column;
        padding: 20px;
        padding-bottom: 50px;
    }
    .head-hero .blog-display .item .img-wrap {
        max-width: 251px;
        margin-right: unset;
        margin: 0 auto;
        margin-bottom: 45px;
    }
    #contact-pop .pop-wrap-bg .schedule-warp{
        text-align: center;
        margin-top: 20px;
    }
    #contact-pop .pop-wrap-bg .schedule-warp a{
        position: relative;
        display: inline-block;

    }
    .head-hero .blog-display .item a h2 {
        font-size: 20px;
        line-height: 26px;
    }
    .head-hero .single-author {
        font-size: 14px;
    }
    .blog-slick .slick-arrow {
        bottom: 0;
        top: unset;
        left: 50%;
    }
    .head-hero .blog-display .item::after {
        width: 314px;
        height: 190px;
        top: 0;
        left: 0;
        margin-top: 10px;
        margin-left: 20px;
    }
    .blog-slick .slick-next {
        margin-left: 25px;
    }
    .blog-slick .slick-prev {
        margin-left: -45px;
    }
    .blog-slick .slick-arrow {
        margin-bottom: 10px;
    }
    .head-hero h1 {
        font-size: 24px;
    }
    .blog-head {
        min-height: 683px;
        background-image: url('/wp-content/uploads/2023/03/Frame-24.jpg');
    }
    body.single-post .footer-wrap {
        background-image: url('/wp-content/uploads/2023/03/Group-172.jpg');
    }
    .items-wrap .search-filter-results,
    .page-template-resources .blog-wrap .wrapper {
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: auto;
        grid-column-gap: 0px;
    }
    .blog-wrap .items-wrap ul li:first-child {
        width: 100%;
    }
    .blog-wrap .items-wrap ul li>label {
        width: 100%;
        margin: unset;
        border: unset;
        background: unset;
    }
    .searchandfilter select.sf-input-select {
        min-width: unset;
        width: 100%;
        background-color: #F99130;
        border: unset;
        color: white;
        padding: 10px;
        border-radius: 4px;
    }
    option {
        background-color: white;
        color: #F99130;
    }
    li.sf-field-search {
        width: 100%;
    }
    .blog-wrap .items-wrap ul li {
        max-width: unset;
    }
    .blog-wrap .items-wrap>form>ul {
        flex-direction: column;
    }
    .blog-wrap .items-wrap>form>ul li:first-child {
        order: 2;
    }

    input::placeholder {
        font-size: 14px;
        /* Firefox */
    }

    textarea::placeholder {
        font-size: 14px;
      }

      .head-home .lp-hero div.side-img {
        min-height: unset;
      }
}

body.page-id-174 .main {
    padding-top: 172px;
}
body.page-id-174 #menu.clean {
    background-color: #422E85;
}

@media only screen and (max-width: 787px) {
    body.page-id-174 .main {
        padding-top: 107px;
    }

    .head-inner .lp-hero > div{
        width: 100%;
    }

    .head-inner .side-img{
        text-align: center;
    }

    .head-inner a{
        margin-right: 10px;
        padding: 14px 12px;
    }
}


/* enterprise-mobile-security */

.page-template-enterprise-mobile-security header {
    display: none;
}
body.page-template-enterprise-mobile-security{
    background-image: none;
    background-color: white;
}
section.ent-hero {
    background-color: #070819;
    background-image: url('/wp-content/uploads/2023/06/Hero-4-1-scaled.jpg');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 60px;
    padding-bottom: 81px;
    margin-bottom: 80px;
    box-shadow: 0px 0px 20px 0px #BBBCD9;
}

.ent-hero a {
    display: inline-block;
    margin-bottom: 76px;
}

.ent-hero a> img {
    width: 100%;
    max-width: 197px;
}

.ent-hero h1 {
    font-weight: 500;
    color: #91FFFF;
    font-size: 50px;
    line-height: 65px;
    margin-bottom: 15px;
}

.ent-hero p {
    font-size: 18px;
    line-height: 32px;
    color: white;
    margin: unset;
}

.ent-hero .form-wrap {
    background-color: white;
    border: 1px solid var(--Primary-cyan, #00ECED);
    background: #FFF;
    box-shadow: 0px 0px 25px 0px #BBBCD9;
    padding: 30px;
    position: relative;
}

.ent-hero .form-wrap::after {
    content: '';
    position: absolute;
    width: 146px;
    height: 24px;
    background-image: url('/wp-content/uploads/2024/01/left-lines.svg');
    left: 0;
    top: 0;
    margin-left: -134px;
    margin-top: 60px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

.ent-hero .form-wrap::before {
    content: '';
    position: absolute;
    width: 71px;
    height: 21px;
    background-image: url('/wp-content/uploads/2024/01/right-lines.svg');
    right: 0;
    bottom: 0;
    margin-right: -65px;
    margin-bottom: 60px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 990px) {
    section.ent-hero {
        background-image: url('/wp-content/uploads/2023/06/hero-mobile-1.jpg');
        margin-bottom: 430px;
        padding-bottom: unset;
    }
    .ent-hero a {
        margin-bottom: 20px;
    }
    .ent-hero a> img {
        max-width: 129px;
    }

    .ent-hero h1 {
        font-size: 24px;
        line-height: 36px;
    }

    .ent-hero p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 25px;
    }

    .ent-hero .form-wrap::after {
        content: none;
    }

    .ent-hero .form-wrap::before {
        content: none;
    }
    .ent-hero .wrapper {
        position: relative;
        min-height: 400px;
    }
    .ent-hero .form-wrap {
        position: absolute;
        bottom: 0;
        transform: translateY(50%);
        left: 50%;
        width: 100%;
        transform: translateY(50%) translateX(-50%);
    }
  }

  .guide {
    margin-bottom: 80px;
  }
  .guide h2 {
    color: #000;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 20px;
}

.guide .wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 120px;
    grid-row-gap: 50px;
    margin-bottom: 80px;
}

.guide .wrapper .item p {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    position: relative;
    padding-left: 35px;
}
.guide .wrapper .item p::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-image: url('/wp-content/uploads/2024/01/Group-266.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 25px;
    height: 25px;
    margin-top: 5px;

}

.guide .col-lg-12.des p {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 50px;
    width: 100%;
    max-width: 859px;
}

.guide .col-lg-12.des .cta-wrapper a {
    font-size: 17px;
    font-weight: 700;
    text-decoration: none;
    color: #2E3192;
    padding: 14px 32px;
    display: inline-block;
    border-radius: 25px;
    border: 2px solid #2E3192;
    background-color: #91FFFF;
}

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

    .guide {
        margin-bottom: 50px;
    }
    .guide .wrapper {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: 1fr;
        grid-column-gap: 0px;
        grid-row-gap: 20px;
    }

    .guide h2 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .guide .wrapper .item p::after {
        width: 17px;
        height: 17px;
    }

    .guide .wrapper .item p {
        font-size: 16px;
        line-height: 22px;
    }

    .guide .col-lg-12.des p {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 20px;
    }

    .guide .col-lg-12.des .cta-wrapper {
        text-align: center;
    }

    .guide .col-lg-12.des .cta-wrapper a {
        font-size: 16px;
        font-weight: 600px;
    }
}


.ent-about {
    margin-bottom: 100px;
}

.ent-about h2 {
    color: #000;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 8px;
}

.ent-about .inner-wrapper {
    display: flex;
    margin-bottom: 60px;
}

.ent-about .inner-wrapper p {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 50px;
}

.ent-about .inner-wrapper img {
    width: 100%;
    max-width: 365px;
}


.ent-about .items-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ent-about .item {
    width: 367px;
    min-height: 286px;
    box-shadow: 0px 0px 20px #bbbcd9;
    background-color: white;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #91FFFF;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ent-about .img-wrap {
    width: 100%;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
}

.ent-about .img-wrap img {
    width: auto;
    height: auto;
}

.ent-about .item-des {
    text-align: center;
}

.ent-about h3 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 10px;
}

.ent-about .item:nth-child(1) {
    background-image: url('/wp-content/uploads/2023/06/No-Data-at-rest-3.png');
}

.ent-about .item:nth-child(2) {
    background-image: url('/wp-content/uploads/2023/06/Boilerplate.png');
}

.feat .item:nth-child(3) {
    background-image: url('/wp-content/uploads/2023/06/Boilerplate-1.png');
}




@media only screen and (max-width: 990px) {
    .ent-about {
        margin-bottom: 50px;
    }

    .ent-about .inner-wrapper {
        flex-direction: column;
        margin-bottom: 50px;
    }

    .ent-about h2 {
        font-size: 20px;
        margin-bottom: 10px;
        line-height: 30px;
    }

    .ent-about .inner-wrapper p {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 20px;
    }

    .ent-about .item:nth-child(1) {
        background-image: url('/wp-content/uploads/2023/06/No-Data-at-rest-3-1.png');
    }

    .ent-about .img-wrap {
        width: 80px;
        height: auto;
        margin: unset;
        margin-right: 15px;
    }

    .ent-about .img-wrap img {
        max-width: 80px;
    }

    .ent-about .item-des {
        text-align: left;
    }

    .ent-about h3 {
        font-size: 19px;
        margin-bottom: 5px;
    }

    .ent-about h3 br {
        display: none;
    }

    .ent-about span {
        font-size: 14px;
        line-height: 21px;
    }

    .ent-about .item:nth-child(2) {
        background-image: url('/wp-content/uploads/2023/06/No-Data-at-rest-5.png');
    }

    .ent-about .item:nth-child(3) {
        background-image: url('/wp-content/uploads/2023/06/Boilerplate-1.png');
    }

    .ent-about .item {
        width: 100%;
        min-height: unset;
        flex-direction: row;
        min-height: 135px;
        padding: 0 10px;
        justify-content: unsafe;
        margin-bottom: 20px;
    }

}


section.lower-banner {
    margin-bottom: 100px;
    padding: 75px 0;
    background-color: #0b030d;
    color: white;
    box-shadow: 0px 0px 20px 0px #BBBCD9;
    background-image: url('/wp-content/uploads/2024/01/Banner-scaled.webp');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.lower-banner p {
    color: #FFF;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
}

.lower-banner .container .row {
    align-items: center;
}

.lower-banner .cta-wrap {
    text-align: center;
}

.lower-banner .cta-wrap a {
    font-size: 17px;
    font-weight: 700;
    text-decoration: none;
    color: #2E3192;
    padding: 14px 32px;
    display: inline-block;
    border-radius: 25px;
    border: 2px solid #2E3192;
    background-color: #91FFFF;
}


@media only screen and (max-width: 990px) {
    section.lower-banner {
        background-image: url('/wp-content/uploads/2024/01/banner-mobile.webp');
        margin-bottom: 26px;
    }
    .lower-banner p {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 58px;
    }

    .lower-banner .cta-wrap a {
        font-size: 16px;
    }
    .bottom-section h2 {
    font-size: 20px;
    margin-bottom: 15px;
}
}

.bottom-section {
    margin-bottom: 100px;
}

.bottom-section h2 {
    color: #000;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 30px;
}

.bottom-section .wrapper> div {
    display: flex;
}

.bottom-section .wrapper .item {
    margin-right: 156px;
}

.bottom-section .wrapper .item:last-child {
    margin-right: unset;
}

.bottom-section .wrapper .item a {
    text-decoration: unset;
    color: #2E3192;
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    position: relative;
}

.bottom-section .wrapper .item a::after {
    content:'' ;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #F99130;
    left: 0;
    bottom: 0;
    margin-bottom: -10px;
}


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

    .bottom-section{
        margin-bottom: 50px;
    }
    .bottom-section h2 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .bottom-section .wrapper> div {
        flex-direction: column;
    }

    .bottom-section .wrapper .item {
        margin-right: unset;
        margin-bottom: 15px;
    }

    .bottom-section .wrapper .item a::after {
        margin-bottom: -15px;
        width: 145px;
    }

    .bottom-section .wrapper .item:last-child {
        margin-bottom: unset;
    }

    .bottom-section .wrapper .item a {
        font-size: 20px;
    }
}



/* end - enterprise-mobile-security */




/* enterprise-mobile-security-thank-you */

body.page-template-thank-you-page header,
body.page-template-thank-you-page footer {
    display: none;
}

body.page-template-thank-you-page {
    background-color: #030305;
    background-image: url('/wp-content/uploads/2023/06/Hero-4-1-scaled.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.thanks {
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    max-width: 1200px;
    margin: 0 auto;
}

.thanks .img-wrap {
    position: fixed;
    top: 0;
    margin-top: 100px;
}
.thanks .img-wrap a {
    display: inline-block;
}
.thanks .img-wrap img {
    width: 100%;
    max-width: 197px;
}

.thanks .inner-wrapper {
    display: flex;
}

.thanks .inner-wrapper> div {
    width: 50%;
}

.thanks h1 {
    color: #91FFFF;
    font-size: 50px;
    font-weight: 500;
    line-height: 65px;
    max-width: 540px;
}

.thanks .inner-wrapper .des {
    text-align: center;
}

.thanks .inner-wrapper .des h2 {
    text-align: center;
    font-size: 40px;
    font-weight: 500;
    line-height: 55px;
    margin-bottom: 30px;
}

.thanks .inner-wrapper .des p {
    text-align: center;
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 50px;
}


.thanks .inner-wrapper .des a {
    font-size: 17px;
    font-weight: 700;
    text-decoration: none;
    color: #2E3192;
    padding: 14px 32px;
    display: inline-block;
    border-radius: 25px;
    border: 2px solid #2E3192;
    background-color: #91FFFF;
}


@media only screen and (max-width: 990px) {
    .thanks .inner-wrapper {
        flex-direction: column;
    }

    .thanks {
        max-width: 350px;
    }

    .thanks .img-wrap img {
        max-width: 127px;
    }

    .thanks .inner-wrapper> div {
        width: 100%;
    }

    .thanks h1 {
        font-size: 30px;
        line-height: 40px;
        text-align: center;
        margin-bottom: 30px;
    }

    .thanks .inner-wrapper .des h2 {
        font-size: 25px;
        line-height: 33px;
    }

    .thanks .inner-wrapper .des p {
        font-size: 18px;
        margin-bottom: 30px;
    }

    .thanks .inner-wrapper .des a {
        font-size: 16px;
        font-weight: 700;
        text-decoration: none;
        color: #2E3192;
        padding: 14px 32px;
        display: inline-block;
        border-radius: 25px;
        border: 2px solid #2E3192;
        background-color: #91FFFF;
    }
}

.wrap-404 img{
    width: 100%;
}

/* end - enterprise-mobile-security-thank-you */


/* bridging the mobile security divide */

.page-template-mobile-security .cta {
    padding: 14px 32px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    border-radius: 25px;
    color: #2E3192;
    display: inline-block;
}

.page-template-mobile-security .cta.blue {
    background-color: #F1FFFF;
    border:2px solid #00ECED;
}

.page-template-mobile-security .cta.purple {
    background-color: #F5F6FF;
    border:2px solid #2E3192;
}

.page-template-mobile-security section.hero {
    background-color: #240F65;
    min-height: 486px;
    background-image: url(/wp-content/uploads/2024/07/hero-4-scaled.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 200px;
    margin-bottom: 60px;
}



section.hero h1 {
    text-align: center;
    color: #00ECED;
    font-size: 48px;
    font-weight: 500;
}

.page-template-mobile-security .secOne {
    margin-bottom: 100px;
} 

.page-template-mobile-security .secOne .wrapper {
    gap: 30px;
}

.page-template-mobile-security .secOne .wrapper p {
    margin: unset;
    font-size: 20px;
    line-height: 36px;
}

.page-template-mobile-security .secTwo {
    margin-bottom: 100px;
}
.page-template-mobile-security .secTwo img {
    width: 100%;
    height: auto;
    max-width: 484px;
}

.page-template-mobile-security .secTwo h2 {
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 20px;
}

.page-template-mobile-security .secTwo p {
    font-weight: 400;
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 30px;
}

.page-template-mobile-security .team .wrapper {
    margin-bottom: 60px;
}
.page-template-mobile-security .team .item>.img-wrap {
    max-width: 100px;
    margin-bottom: 20px;
}
.page-template-mobile-security .team .item>.img-wrap>img {
    width: 100%;
    height: auto;
}

.page-template-mobile-security .team .item>.img-wrap::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    z-index: 1;
    background-image: url('/wp-content/uploads/2024/07/Group-153.svg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 82px;
    height: 26px;
    transform: translateY(-50%);
    margin-left: -5px;
}

.page-template-mobile-security .team h2 {
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 50px;
}

.page-template-mobile-security section.team {
    margin-bottom: 60px;
}

.page-template-mobile-security .team .item p {
    font-weight: 400;
    font-size: 18px;
    line-height: 33px;
    margin-bottom: 10px;
}

.page-template-mobile-security .team .item p > strong {
    font-weight: 600;
}

.page-template-mobile-security .lower-img img {
    width: 100%;
    height: auto;
}



.page-template-mobile-security section.mobile-case {
    padding: 60px 0;
    background-color: white;
    border-top: 2px solid #62F0F0;
    border-bottom: 2px solid #62F0F0;
    box-shadow: 0px 4px 20px 0px rgba(187, 188, 217, 1);
}

.page-template-mobile-security section.mobile-case p {
    font-size: 18px;
    line-height: 33px;
    font-weight: 400;
    margin-bottom: 30px;
}

.page-template-mobile-security section.mobile-case h2 {
    font-weight: 400;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 10px;
}

.page-template-mobile-security section.mobile-case span {
    color: #F99130;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 1px;
    display: inline-block;
    margin-bottom: 10px;
}


.page-template-mobile-security section.mobile-contact {
    padding: 100px 0;
    background-color: #33195e;
    background-image: url(/wp-content/uploads/2024/07/Cta-Background-scaled.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


.page-template-mobile-security .mobile-contact h2 {
    font-weight: 500;
    font-size: 48px;
    color: #00eced;
    margin-bottom: 10px;
}

.page-template-mobile-security .mobile-contact .wrapper> span {
    color: white;
    font-size: 20px;
    margin-bottom: 30px;
}


.page-template-mobile-security .form-wrap {
    background-color: white;
    padding: 56px;
    width: 100%;
    max-width: 962px;
    box-shadow: 0px 0px 10px 0px rgba(198, 199, 241, 1);
    border: 1px solid #00ECED;
    border-radius: 4px;

}
.page-template-mobile-security .fields {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.page-template-mobile-security .field {
    width: 48%;
}

.page-template-mobile-security .field>p {
    margin: 0;
}

.page-template-mobile-security .field.f-select> p {
    display: flex;
    flex-direction: column;
}


.page-template-mobile-security .field label {
    font-weight: 400;
    font-size: 14px;
    color: black;
    margin-bottom: 5px;
}

.page-template-mobile-security .field input::placeholder {
    color: #CCCCDF !important;
}

.page-template-mobile-security .field input,
.page-template-mobile-security .field select,
.page-template-mobile-security .field textarea
{
    border: 1px solid #CCCCDF;
    min-height: 40px;
    padding: 7px 18px;
    width: 100%;
}

.page-template-mobile-security .field textarea {
    resize: none;
    height: 82px;
}

.page-template-mobile-security input[type="submit"] {
    background-color: #2E3192;
    color: white;
    border: none;
    padding: 10px 16px;
    margin-top: 40px;
}

.page-template-mobile-security .wrapper-submit p {
    text-align: right;
}

.page-template-mobile-security .wpcf7-spinner {
    display: none;
}

.page-template-mobile-security .wpcf7 form .wpcf7-response-output {
    border: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
    text-align: right;
    color: red;
}

.page-template-mobile-security .wpcf7-not-valid-tip {
    font-size: 14px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

@media only screen and (max-width:786px) {
    .page-template-mobile-security section.hero {
        background-image: url(/wp-content/uploads/2024/07/solution-Mobile.webp);
        min-height: 380px;
        background-size: cover;
        padding-top: 125px;
        align-items: end;
        margin-bottom: 30px;
    }

    section.hero h1 {
        font-size: 28px;
        padding: 0 20px;
        margin-bottom: 15px;
    }

    .page-template-mobile-security .secOne .wrapper p {
        text-align: center;
        font-size: 14px;
        line-height: 27px;
        padding: 0 20px;
    }

    .page-template-mobile-security .secOne .wrapper p> br {
        display: none;
    }

    .page-template-mobile-security .cta {
        font-size: 14px;
        padding: 14px 18px;
    }

    .page-template-mobile-security .secOne {
        margin-bottom: 80px;
    }


    .page-template-mobile-security .secTwo img {
        margin-bottom: 30px;
    }

    .page-template-mobile-security .secTwo h2 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .page-template-mobile-security .secTwo p {
        font-size: 14px;
        line-height: 27px;
    }

    .page-template-mobile-security .secTwo .cta-wrap {
        text-align: center;
    }
    .page-template-mobile-security section.team {
        margin-bottom: 80px;
    }
    .page-template-mobile-security .team h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .page-template-mobile-security .team .item {
        display: flex;
        gap: 80px;
        align-items: center;
    }
    .page-template-mobile-security .team .item>.img-wrap {
        max-width: 120px;
        margin-bottom: unset;
    }

    .page-template-mobile-security .team .item>.img-wrap::after {
        width: 100px;
        height: 32px;
        margin-left: -33px;
        z-index: -1;
    }

    .page-template-mobile-security .team .item p {
        font-size: 14px;
        line-height: 21px;
    }

    .page-template-mobile-security .team .item p > strong {
        font-size: 18px;
    }

    .page-template-mobile-security section.mobile-case span {
        font-size: 14px;
    }

    .page-template-mobile-security section.mobile-case h2 {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 20px;
    }

    .page-template-mobile-security section.mobile-case p {
        font-size: 14px;
        line-height: 27px;
        margin-bottom: 20px;
    }

    .page-template-mobile-security section.mobile-case p> br {
        display: none;
    }

    .page-template-mobile-security .mobile-contact h2 {
        font-size: 24px;
    }

    .page-template-mobile-security .mobile-contact .wrapper> span {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .page-template-mobile-security form {
        padding: 60px 13px;
        max-width: calc(100% - 20px);
        margin: 0 auto;
    }

    .page-template-mobile-security .fields {
        gap: 20px;
    }

    .page-template-mobile-security .field {
        width: 100%;
    }

    .page-template-mobile-security .field label {
        font-size: 12px;
    }

    .page-template-mobile-security .field input, .page-template-mobile-security .field select, .page-template-mobile-security .field textarea {
        min-height: 30px;
        padding: 4px 10px;
        font-size: 14px;
    }

    .page-template-mobile-security .field select option {
        color: #000000;
    }

    .page-template-mobile-security section.mobile-contact {
        padding: 60px 0;
        background-image: url(/wp-content/uploads/2024/07/cta-mobile-bg.webp);
    }






}
/* end */

/* Demo Gate Template */

.head-inner.demo {
    background-size:auto;
    background-image: url(/wp-content/uploads/2024/09/demo-hub-hero-back-WIDE-3-2.png);
    min-height: 859px;
    padding-top: unset;
    display: flex;
    align-items: center;
    margin-bottom: 100px;
}


.anchors-list .items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 29px;
    grid-row-gap: 40px;
    text-align: center;
    margin-bottom: 120px;
}

.anchors-list .items .item {
    border: 2px solid #B8BAFB;
    border-radius: 10px;
    background-color: white;
    padding: 30px 15px;
    box-shadow: 0px 0px 15px 0px rgba(186, 187, 230, 0.4);
    transition: all 0.4s ease-out;
    cursor: pointer;
    text-decoration: none;
}

.anchors-list .items .item:hover {
    border-color: rgba(249, 145, 48, 1);
}

.anchors-list  .items .item img {
    width: 100%;
    max-width: 60px;
    margin-bottom: 15px;
}

.anchors-list  .items .item h3 {
    color: #F99130;
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 5px;
}

.anchors-list .items .item p {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    margin-bottom: unset;
}


.page-template-demo-gate .main-content .row {
   margin-bottom: 100px; 
}

.page-template-demo-gate .main-content .row:last-child {
    margin-bottom: 150px; 
 }

 .page-template-demo-gate .row.left .wrapper>div:first-child {
    order: 2;
}

.page-template-demo-gate .row.left .wrapper>div:last-child {
    order: 1;
}
 .page-template-demo-gate .main-content h2 {
    color: #2E3192;
    text-align: center;
    font-size: 48px;
    font-weight: 300;
    margin-bottom: 20px;
}

.page-template-demo-gate .main-content p {
    text-align: center;
    color: black;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 40px;
}

.page-template-demo-gate .wrapper {
    display: flex;
    gap: 120px;
}

.page-template-demo-gate .wrapper img {
    width: 100%;
    box-shadow: 0px 0px 15px 0px rgba(187, 188, 217, 1);
    border-radius: 20px;
}

.page-template-demo-gate .accordion-wrapper {
    max-width: 365px;
    margin-bottom: 50px;
}

.page-template-demo-gate .accordion-item {
    margin-bottom: 15px;
    border-bottom: 1px solid #B8BAFB;
    background-color: transparent;
}

.page-template-demo-gate .accordion-button {
    padding: unset;
    border: unset;
    margin: unset;
    box-shadow: unset;
    background-color: unset;
    color: #F99130;
    font-weight: 600;
    font-size: 20px;
    padding-bottom: 8px;
}

.page-template-demo-gate .accordion-button.collapsed {
    color: black;
}

.page-template-demo-gate .accordion-body {
    padding: unset;
}

.page-template-demo-gate .accordion-body p {
    font-size: 18px;
    text-align: left;
    font-weight: 400;
    margin: unset;
    padding-bottom: 8px;
}

.page-template-demo-gate .info-wrap {
    max-width: 365px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.accordion-button:not(.collapsed)::after {
    background-image: url('/wp-content/uploads/2024/09/download-2.svg');
}

 .head-inner.demo h1 {
    font-weight: 400;
    font-size: 48px;
    margin-bottom: 50px;
}

.head-inner.demo h1> span {
    color: #F99130;
    font-weight: 600;
}

.head-inner.demo .cta-wrap {
    display: flex;
}

.head-inner.demo img {
    width: 100%;
    position: relative;
    top: 30px;
}


section.head-inner.demo .info {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


@media only screen and (max-width:786px) {
    .head-inner.demo a {
        padding: 10px 20px;
    }
    .head-inner.demo {
        margin-bottom: 50px;
        background-image: url(/wp-content/uploads/2024/09/demo-hub-hero-back-mobile.webp);
        min-height: 608px;
        display: block;
        padding-top: 100px;
        background-size: cover;
    }

    .head-inner.demo img {
        top:unset;
    }
    section.head-inner.demo .info {
        margin-bottom: 30px;
    }
    .page-template-demo-gate .head-inner .cta-wrap {
        gap: 15px;
    }

    .head-inner.demo .cta-wrap {
        gap: 15px;
    }

     .head-inner.demo h1 {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .page-template-demo-gate .info {
        margin-bottom: 30px;
    }

    .anchors-list {
        margin-bottom: 50px;
    }
    .anchors-list .items {
        grid-template-columns: repeat(1, 1fr);
        grid-row-gap: 20px;
        grid-column-gap: 0;
        margin-bottom: 0;
    }
    .anchors-list .items .item {
        padding: 17px 15px;
        display: flex;
        align-items: center;
        gap: 30px;
    }
    .anchors-list .items .item h3 {
        font-size: 16px;
        margin-bottom: 2px;
        text-align: left;
    }

    .anchors-list .items .item p {
        font-size: 14px;
        text-align: left;
    }

    .anchors-list .items .item p> br {
        display: none;
    }
    .anchors-list .items .item img {
        margin: unset;
    }

/* mobile slick */

.page-template-demo-gate .mobile-parent-item {
    width: calc(100% - 50px);
    margin: 0 auto;
    margin-bottom: 50px;
}
.page-template-demo-gate .main-content .mobile-items-wrapper h2 {
    font-size: 24px;
}

.page-template-demo-gate .main-content .mobile-items-wrapper p {
    font-size: 16px;
    margin-bottom: 20px;
}
.page-template-demo-gate .main-content .mobile-items-wrapper .img-wrap {
    margin-bottom: 20px;
}

.page-template-demo-gate .main-content .mobile-items-wrapper .img-wrap img {
    width: 100%;
    box-shadow: 0px 0px 6.54px 0px rgba(187, 188, 217, 1);
    border-radius: 10px;
}

.page-template-demo-gate .main-content .mobile-items-wrapper h3 {
    font-size: 16px;
    font-weight: 600;
    color: #F99130;
    margin-bottom: 6px;
}

.page-template-demo-gate .main-content .mobile-items-wrapper .info-wrap p {
    font-size: 14px;
    margin: unset;
    text-align: left;
    padding-right: 30px;
}

.page-template-demo-gate .mobile-parent-item .info-wrap {
    width: unset;
    max-width: unset;
    display: unset;
    margin-bottom: 30px;
    padding: 5px;
}

.page-template-demo-gate .mobile-parent-item .cta-wrap {
    text-align: center;
}


.mobile-slick-accordion {
    position: relative;
}

.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    width: 12px;
        height: 19px;
}

.slick-prev {
    left: -25px;
}

.slick-next {
    right: -25px;
}

}
/* END Demo Gate Template */



/* Full Demo Template */

.frames .frame{
    margin-bottom: 150px;
}

.frames .frame h2 {
    font-weight: 300;
    font-size: 48px;
    color: #2E3192;
    text-align: center;
    margin-bottom: 20px;
}

.frames .frame> p {
    color: black;
    text-align: center;
    font-weight: 300;
    font-size: 20px;
    margin-bottom: 40px;
}

.frames .frame-wrap {
    display: flex;
    gap: 32px;
    margin-bottom: 60px;
    justify-content:center;
}

.frame-wrap.left .img-wrap {
    order: 2;
}
.frame-wrap.left .info {
    order: 1;
}

.frames .frame .img-wrap img {
    width: 100%;
    box-shadow: 0px 0px 12.76px 0px rgba(187, 188, 217, 1);
}

.frames  .info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    max-width: 365px;
    position: relative;
    left: 40px;
}
.frames .left .info {
    left: 0;
}

.frames .info h3 {
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 15px;
}

.frames  .info> p {
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 20px;
}

@media only screen and (max-width:786px) {
    .frames .info {
        left: 0;
    }
    .frames .frame{
        margin-bottom: 50px;
    }
    .frames .frame h2 {
        font-size: 32px;
        margin-bottom: 10px;
    }

    .frames .frame> p {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .frames .frame-wrap {
        flex-direction: column;
        gap: 20px;
        margin-bottom: 50px;
    }
    .frames .info h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .frames .info> p {
        font-size: 14px;
    }

    .frame-wrap.left .img-wrap {
        order: unset;
    }

    .frame-wrap.left .info {
        order: unset;
    }
}

/* demo pop */
section#demo-pop {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000000ab;
    left: 0;
    top: 0;
    z-index: 99999;
}

section#demo-pop .outer {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

section#demo-pop .wrapper {
    background-color: white;
    background-image: url('/wp-content/uploads/2024/09/pop-up-form-background.webp');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    max-width: 1155px;
    position: relative;
    padding: 40px 70px;
}
section#demo-pop .wrapper svg {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin-top: 15px;
    margin-right: 15px;
    fill: #2E3192;
}

section#demo-pop .info {
    width: 100%;
}

#demo-pop h2 {
    color: #2E3192;
    font-size: 48px;
    font-weight: 300;
    margin-bottom: 20px;
}

#demo-pop .demo-script {
    background-color: white;
    border: 1px solid #00ECED;
    margin: 0 auto;
    padding: 45px;
}

#back-to-top {
    position: fixed;
    right: 0;
    bottom: 0;
    border: unset;
    background-color: unset;
    box-shadow: 0px 0px 10px 0px rgba(187, 188, 217, 1);
    border-radius: 41px;
    padding: 21px 25px;
    margin-right: 140px;
    margin-bottom: 30px;
    background-color: white;
    cursor: pointer;
    z-index:999;

}

@media only screen and (max-width:786px) {
    section#demo-pop .wrapper {
        max-width: calc(100% - 15px);
        padding: 10px;
    }

    section#demo-pop .info {
        margin: unset;
    }

    #demo-pop h2 {
        font-size: 20px;
        margin-bottom: 10px;
        text-align: center;
    }

    #demo-pop .demo-script {
        padding: 20px;
    }

    #back-to-top {
        margin-bottom: 25px;
        margin-right: 25px;
        padding: 8px 13px;
    }
}

/* end demo pop */
/* END Full Demo Template */

/* Coockie Pop */

.cookies-consent {
    position: fixed;
    width: 100%;
    left: 2em;
    bottom: 2em;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .35);
    -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .35);
    background-color: white;
    max-width: 750px;
    display: none;
}

.cookies-consent .wrapper {
    padding: 15px;
    display: flex;
    gap: 15px;
    align-items: center;
    height: 84px;
}

.cookies-consent .wrapper p {
    font-size: 12px;
    margin: unset;
    flex: 4;
}

.cookies-consent .wrapper p a {
    color: #422E85;
    font-weight: 700;
}

.cookies-consent .wrapper button {
    font-size: 14px;
    background-color: #422E85;
    color: white;
    border: none;
    height: 100%;
    flex: 1;
    transition: all 0.4s ease;
}

.cookies-consent .wrapper button:hover {
    opacity: 0.8;
}


@media only screen and (max-width:786px) {
    .cookies-consent {
        left: 50%;
        transform: translateX(-50%);
        width: calc(100% - 20px);
    }

    .cookies-consent .wrapper {
        flex-direction: column;
        height: unset;
        width: 100%;
        align-items: unset;
    }

    .cookies-consent .wrapper p {
        text-align: center;
    }

    .cookies-consent .wrapper button {
        flex: unset;
        padding: 10px 0;
        font-size: 16px;
    }
}