html {
    padding: 0px;
    margin: 0px;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
}

body {
    padding: 0px;
    margin: 0px;
    font-family: 'Lexend';
    font-style: normal;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 300;
    color: #140B33;
    /* overflow-x: hidden; */
}

a {

    display: inline-block;
    -webkit-transition: all .40s ease-in-out;
    -moz-transition: all .40s ease-in-out;
    -ms-transition: all .40s ease-in-out;
    -o-transition: all .40s ease-in-out;
    transition: all .40s ease-in-out;
    text-decoration: none;
}

a:hover {
    outline: none;
    text-decoration: none;
}

a:focus {
    outline: none;
    text-decoration: none;
}

p {
    margin-top: 0px;
    margin-bottom: 20px;
}

b,
strong {
    font-weight: bold;
    font-style: normal;
}

img {
    max-width: 100%;
    display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0px;
    margin-bottom: 20px;
    font-weight: 600;
}

h1 {
    font-size: 56px;
    line-height: 1.28;
}

h2 {
    font-size: 40px;
    line-height: 1.4;
}

h3 {
    font-size: 36px;
    line-height: 2;
}

h4 {
    font-size: 24px;
    line-height: 1.33;
}

h5 {
    font-size: 20px;
    line-height: 1.2;
    color: #305CD7;
}

h6 {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.53;
}


.bg-set {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

ul,
ol {
    margin-bottom: 20px;
    padding-left: 21px;
}

ul>li {
    list-style: none;
}

.list-inline,
.list-unstyled {
    padding: 0px;
    margin: 0 0 20px 0;
}

.list-unstyled>li {
    list-style: none;
}

.list-inline>li {
    display: inline-block;
    vertical-align: middle;
    list-style: none;
}

.container {
    max-width: 1320px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}


.row {
    margin-left: -15px;
    margin-right: -15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.col {
    padding-left: 15px;
    padding-right: 15px;
}

.col_1,
.col_2,
.col_3,
.col_4,
.col_5,
.col_6,
.col_7,
.col_8,
.col_9,
.col_10,
.col_11,
.col_12 {
    padding-left: 15px;
    padding-right: 15px;
}

.col_1 {
    -ms-flex: 8.3333333333%;
    flex: 8.3333333333%;
    max-width: 8.3333333333%;
}

.col_2 {
    -ms-flex: 16.6666666667%;
    flex: 16.6666666667%;
    max-width: 16.6666666667%;
}

.col_3 {
    -ms-flex: 25%;
    flex: 25%;
    max-width: 25%;
}

.col_4 {
    -ms-flex: 33.3333333333%;
    flex: 33.3333333333%;
    max-width: 33.3333333333%;
}

.col_5 {
    -ms-flex: 41.6666666667%;
    flex: 41.6666666667%;
    max-width: 41.6666666667%;
}

.col_6 {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
}

.col_7 {
    -ms-flex: 58.3333333333%;
    flex: 58.3333333333%;
    max-width: 58.3333333333%;
}

.col_8 {
    -ms-flex: 66.6666666667%;
    flex: 66.6666666667%;
    max-width: 66.6666666667%;
}

.col_9 {
    -ms-flex: 75%;
    flex: 75%;
    max-width: 75%;
}

.col_10 {
    -ms-flex: 83.3333333333%;
    flex: 83.3333333333%;
    max-width: 83.3333333333%;
}

.col_11 {
    -ms-flex: 91.6666666667%;
    flex: 91.6666666667%;
    max-width: 91.6666666667%;
}

.col_12 {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
}

.d-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.justify-content-center {
    -ms-flex-pack: center;
    justify-content: center;
}

.justify-content-between {
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.justify-content-end {
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.justify-content-start {
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.align-items-center {
    -ms-flex-align: center;
    align-items: center;
}

.align-content-center {
    -ms-flex-align: center;
    align-content: center;
}


.align-items-start {
    -ms-flex-align: start;
    align-items: flex-start;
}

.align-items-end {
    -ms-flex-align: end;
    align-items: flex-end;
}

.align-self-end {
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.row-reverse {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

figure {
    margin: 0px;
}

.cf:after,
.cf:before {
    content: '';
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    zoom: 1;
}

/*--------------------------------------------------------------
    6.0 Forms
    --------------------------------------------------------------*/

label {
    display: block;
    font-weight: 400;
    margin-bottom: 10px;
}

fieldset {
    margin: 0 0 0 0;
    padding: 0;
    border: 0px;
}


input[type="text"],
input[type="search"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select {
}

textarea {
}

input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

input[type="search"]::-ms-clear {
    -webkit-appearance: none;
}

select {
    cursor: pointer;
    /* background-image: url('../../images/cart.png');
        background-repeat: no-repeat;
        background-position: calc(100% - 24px) center; */
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus,
select:focus {
}



button[type="submit"],
input[type="button"],
input[type="submit"] {
    cursor: pointer;
    font-family: 'Lexend';
    font-style: normal;
    appearance: none;
    -webkit-appearance: none;
    -webkit-transition: all .40s ease-in-out;
    -moz-transition: all .40s ease-in-out;
    -ms-transition: all .40s ease-in-out;
    -o-transition: all .40s ease-in-out;
    transition: all .40s ease-in-out;
    font-size: 14px;
    line-height: 1.48;
    font-weight: 400;
    color: #140B33;
    padding: 11px 40px 10px 15px;
    width: auto;
    height: 44px;
    background-color: #FE6969;
    border: 1px solid #FE6969;
    border-radius: 40px;
    position: relative;
    -webkit-transition: all .40s ease-in-out;
    -moz-transition: all .40s ease-in-out;
    -ms-transition: all .40s ease-in-out;
    -o-transition: all .40s ease-in-out;
    transition: all .40s ease-in-out;
}

button[type="submit"] :hover,
button[type="submit"] :focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
    padding: 11px 48px 10px 16px;
}

.text-right {
    text-align: right;
}

div.wpcf7 .ajax-loader {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: calc(100% + 10px);
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    display: none !important;
}

span.wpcf7-not-valid-tip {
    font-size: 12px;
    font-family: 'Lexend';
    font-weight: 300;
    display: none;
}

.wpcf7-form-control-wrap span.wpcf7-not-valid-tip:first-of-type {
    display: block;
}

.wpcf7 form.invalid .wpcf7-response-output {
    text-align: center;
    font-size: 14px;
    font-family: 'Lexend';
    font-weight: 400;
    margin: 0 15px 15px 15px;
}

select::-ms-expand {
    display: none;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #140B33;
    opacity: 0.5;
}


::-moz-placeholder {
    /* Firefox 19+ */
    color: #140B33;
    opacity: 0.5;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #140B33;
    opacity: 0.5;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #140B33;
    opacity: 0.5;
}

*:focus {
    outline: none;
    box-shadow: none;
}

.button {
    font-size: 14px;
    line-height: 1.48;
    font-weight: 400;
    color: #140B33;
    padding: 10px 38px 10px 16px;
    width: auto;
    height: 44px;
    background-color: #FE6969;
    border: 1px solid #FE6969;
    border-radius: 40px;
    position: relative;
    -webkit-transition: all .40s ease-in-out;
    -moz-transition: all .40s ease-in-out;
    -ms-transition: all .40s ease-in-out;
    -o-transition: all .40s ease-in-out;
    transition: all .40s ease-in-out;
}

.button:after {
    content: '';
    position: absolute;
    top: 13px;
    right: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;
}

.button:hover {
    padding: 10px 45px 10px 16px;
}

.button:focus {
    outline: 0;
    box-shadow: none;
    color: #fff;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

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

textarea {
    resize: none;
    height: 119px;
}

section {
    padding: 40px 0;
}

.white-color h1,
.white-color h2,
.white-color h3,
.white-color h4,
.white-color h5,
.white-color h6,
.white-color p {
    color: #fff;
}

.link-tag {
    color: #fff;
    position: relative;
    padding-right: 21px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42;
}

.link-tag:after {
    content: '';
    position: absolute;
    top: 2px;
    right: 0px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;
    -webkit-transition: all .40s ease-in-out;
    -moz-transition: all .40s ease-in-out;
    -ms-transition: all .40s ease-in-out;
    -o-transition: all .40s ease-in-out;
    transition: all .40s ease-in-out;
}

.link-tag:hover:after {
    right: -8px;
}

.show-mobile {
    display: none;
}

.menu-toggle {
    display: none;
}


/* navigation css */
header {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 99;
    width: 100%;
    padding-top: 32px;
    padding-bottom: 36px;
}

header .row {
    align-items: center;
}

nav.main-navigation {
    text-align: right;
}

header .menu,
.nav-menu {
    padding: 0px;
    margin: 0px;
}

header .menu>li,
.nav-menu>li {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    margin: 0 0 0 35px;
}

header .menu>li>a,
.nav-menu>li>a {
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    padding: 16px 8px;
    border-radius: 10px;
}

header .menu>li.menu-item-has-children>a,
.nav-menu>li.menu-item-has-children>a {
    padding-right: 28px;
    position: relative;
}

header .menu>li.menu-item-has-children>a:after,
.nav-menu>li.menu-item-has-children>a:after {
    content: '';
    position: absolute;
    top: 18px;
    right: 5px;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}


header .menu>li>a:hover,
.nav-menu>li>a:hover {
    background-color: #fff;
    color: #140B33;
    padding: 16px 15px;
}

header .menu>li.menu-item-has-children>a:hover,
.nav-menu>li.menu-item-has-children>a:hover {
    padding-right: 35px;
}

header .menu>li.button>a,
.nav-menu>li.button>a {
    padding: 0px;
    background-color: transparent;
    color: #140B33;
}


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

header .menu>li>ul.sub-menu,
.nav-menu>li>ul.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    border-radius: 8px;
    padding: 0px;
    margin: 0px;
    min-width: 171px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s linear;
}

header .menu>li:hover>ul.sub-menu,
.nav-menu>li:hover>ul.sub-menu {
    opacity: 1;
    visibility: visible;
}

header .menu>li>ul.sub-menu>li>a,
.nav-menu>li>ul.sub-menu>li>a {
    padding: 15px 15px 17px 15px;
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #140B33;
    display: block;
}

header .menu>li>ul.sub-menu>li:first-of-type>a,
.nav-menu>li>ul.sub-menu>li:first-of-type>a {
    border-radius: 8px 8px 0 0;
}

header .menu>li>ul.sub-menu>li:last-of-type>a,
.nav-menu>li>ul.sub-menu>li:last-of-type>a {
    border-radius: 0 0 8px 8px;
}

header .menu>li>ul.sub-menu>li>a:hover,
.nav-menu>li>ul.sub-menu>li>a:hover {
    background-color: #e3e9fc;
}

/* navigation css */

/* banner css */
.hero-banner {
    padding-top: 204px;
    padding-bottom: 186px;
}

.hero-banner h3 {
    color: #A34BDC;
    margin-bottom: -3px;
}

.hero-banner h1>i {
    font-style: normal;
    position: relative;
}

.hero-banner h1>i:before {
    content: '';
    position: absolute;
    top: -9px;
    left: -27px;
    width: calc(100% + 50px);
    height: calc(100% + 16px);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.hero-banner h1 {
    margin-bottom: 35px;
}

.hero-banner p {
    max-width: 85%;
}

.hero-banner ul {
    margin-top: 32px;
}

.hero-banner ul>li {
    margin-right: 13px;
}

/* banner css */

/* logo slider css */
.logo-slider {
    background-color: #140B33;
    margin-top: -1px;
    padding: 65px 0 65px 0;
}

/* logo slider css */


/* our service css */
.our-solutions {
    position: relative;
    background-color: #fff;
    border-radius: 80px 80px 0 0;
    padding-top: 110px;
    padding-bottom: 79px;
}

.our-solutions:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #050124;
    z-index: -1;
    height: 100px;
}

.our-solutions .resp-tabs-container:after {
    content: '';
    position: absolute;
    top: 46%;
    left: 60%;
    width: 100%;
    z-index: 1;
    height: 100px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 48vw;
    height: 100vh;
}

.our-solutions .sec-title {
    text-align: center;
    margin-bottom: 90px;
}

.our-solutions .sec-title h2 {
    margin-bottom: 16px;
    color: #000;
}

.our-solutions .sec-title p {
    font-size: 20px;
    color: #000;
}

.our-solutions .tab-section h2 {
    text-align: center;
    margin-bottom: 19px;
    color: #000;
}

.our-solutions .tab-section>p {
    margin: 45px 9% 55px 9%;
    text-align: center;
    color: #000;
}

.resp-tabs-list {
    margin: 0px;
    text-align: center;
    padding: 0px;
}

.resp-tabs-list>li {
    box-sizing: border-box;
    padding: 9px 16px 12px 16px;
    border: 1px solid #3565ED;
    border-radius: 40px;
    display: inline-block;
    vertical-align: middle;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #140B33;
    margin: 0 5px 10px 5px;
    cursor: pointer;
}

.resp-tabs-list>li:hover,
.resp-tabs-list>li.resp-tab-active {
    background-color: #3565ED;
    color: #fff;
}

h2.resp-accordion,
.resp-tab-content {
    display: none;
}

.resp-tab-content.resp-tab-active {
    display: block;
}

.resp-tab-content {
    background-color: #3565ED;
    color: #fff;
    margin-top: 48px;
    border-radius: 16px;
    position: relative;
    z-index: 2;
}

.work-box-info {
    padding: 76px 94px 75px 77px;
}

.work-box-info h4 {
    margin-bottom: 33px;
}

.work-box-info h4:last-of-type {
    font-weight: 400;
}

.work-box-info p:first-of-type {
    text-transform: capitalize;
}

.work-box-info ul {
    padding: 0px;
    margin: 24px 0px 10px 0px;
}

.work-box-info ul>li {
    position: relative;
    padding-left: 23px;
    margin-bottom: 8px;
}

.work-box-info ul>li:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 9px;
    width: 4px;
    height: 4px;
    background-color: #fff;
    border-radius: 50%;
}

.work-box-info .button.button-border {
    width: auto;
    background-color: transparent;
    padding: 10px 38px 10px 16px;
    color: #fff;
    border-color: #140B33;
    margin-top: 32px;
}


.work-box-info .button.button-border:hover {
    background-color: #140B33;
    padding: 10px 48px 10px 16px;
}

.resp-tab-content .bg-set {
    height: 100%;
    border-radius: 0 16px 16px 0;
}

.resp-tab-content .col_6 {
    padding: 0px;
}

.button.button-border {
    border-color: #3565ED;
    width: auto;
    background-color: transparent;
    padding: 10px 39px 10px 16px;
}

.button.button-border:hover {
    background-color: #3565ED;
    color: #fff;
    padding: 10px 49px 10px 16px;
}


.testimonials-sec {
    padding-top: 80px;
    padding-bottom: 75px;
}

.testimonialslider {
    margin-top: 22px;
}

.testimonialslider .slick-slide {
    padding: 10px 8%;
    text-align: center;
}

.testimonialslider .slick-slide p {
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 40px;
    color: #140B33;
}

.testimonialslider .slick-slide p>b {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #140B33;
    display: block;
    margin-top: 40px;
    margin-bottom: 31px;
}


.wirely-way {
    padding-top: 71px;
    padding-bottom: 71px;
    position: relative;
}

.wirely-way:before {
    content: '';
    position: absolute;
    bottom: 46%;
    left: 0;
    width: 100%;
    z-index: 1;
    height: 100px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 27vw;
    height: 100vh;
}

.wirely-way .container {
    position: relative;
    z-index: 1;
}

.wirely-way .sec-title {
    text-align: center;
    margin-bottom: 42px;
}

.wirely-way figure {
    text-align: center;
    margin: 0 0 0 20px;
}

/* our service css */


.choose-wirely {
    background-color: #140B33;
    padding: 163px 0px 170px 0px;
}

.choose-wirely .button.button-border {
    width: auto;
    background-color: transparent;
    padding: 10px 38px 10px 16px;
    color: #fff;
    border-color: #3565ED;
}


.choose-wirely .button.button-border:hover {
    background-color: #3565ED;
    padding: 10px 48px 10px 16px;
}

.chwir-info {
    padding-left: 62px;
    padding-top: 80px;
    padding-right: 40px;
}

.chwir-info h6 {
    color: #FE6969;
    margin-bottom: 10px;
}

.chwir-info h2 {
    margin-bottom: 34px;
}

.chwir-info h4 {
    margin-bottom: 16px;
}

.chwir-info p {
    margin-bottom: 32px;
}

.chwir-img figure {
    text-align: right;
}

.chwir-img figure>img {
    padding: 0 0px 0 48px;
}

.choosewirely-slider .slick-dots {
    padding: 0px;
    margin: 0px;
    text-align: center;
    position: absolute;
    top: calc(100% + 81px);
    left: 0;
    right: 0;
}

.choosewirely-slider .slick-dots>li {
    display: inline-block;
    margin: 0 11px;
}

.choosewirely-slider .slick-dots>li>button {
    font-size: 0px;
    padding: 0px;
    border: 0;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: rgb(217, 217, 217, 0.40);
    cursor: pointer;
}

.choosewirely-slider .slick-dots>li>button:hover,
.choosewirely-slider .slick-dots>li.slick-active>button {
    background-color: #D9D9D9;
}



.partner-integrations {
    padding-top: 90px;
    padding-bottom: 101px;
}

.partner-integrations .col_8 {
    padding-left: 15px;
    padding-top: 25px;
    padding-right: 20px;
}

.partner-integrations .col_3 {
    text-align: center;
}

.partner-integrations h5 {
    margin-bottom: 23px;
    min-height: 48px;
}

.partner-integrations ul {
    padding: 0px;
    margin: 0px;
}

.partner-integrations ul>li {
    margin-bottom: 38px;
}

.get-demo {
    padding: 124px 0 118px 0;
    background-color: #D7E0FB;
}

.get-demo-info {
    padding: 0px 20px 10px 16%;
}

.get-demo-info h2 {
    margin-bottom: 28px;
}

.get-demo-info p {
    max-width: 100%;
}

.get-demo-info .button {
    margin-top: 6px;
}

.get-demo figure {
    margin: 0 0 0 -3px;
}

.get-demo figure img {
    border-radius: 16px;
    filter: drop-shadow(10px 10px 0px #FE6969);
}

.get-demo.blue-block figure {
    position: relative;
}

.get-demo.blue-block figure:after {
    content: '';
    position: absolute;
    top: calc(100% - 6px);
    left: -12px;
    width: 112px;
    height: 122px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}


.benefits {
    position: relative;
    background-color: #fff;
    border-radius: 80px 80px 0 0;
    padding-top: 71px;
    padding-bottom: 15px;
}

.benefits .container {
    position: relative;
    z-index: 2;
}

.benefits:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #050124;
    z-index: -1;
    height: 100px;
}

.benefits .sec-title h6 {
    color: #3565ED;
    margin-bottom: 11px;
}

.benefits .container>.row>.col_4 {
    -ms-flex: 28.33%;
    flex: 28.33%;
    max-width: 28.33%;
}

.benefits .col_8 {
    padding: 36px 15px 10px 15px;
    -ms-flex: 71.6666666667%;
    flex: 71.666667%;
    max-width: 71.666667%;
}

.icon-title {
    text-align: center;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 69px;
}

.icon-title>img {
    margin-bottom: 25px;
    height: 87px;
}

/* key features section */
.key-features {
    padding-top: 0px;
    padding-bottom: 19px;
}

.key-features .container {
    position: relative;
}

.key-features .container:before {
    content: '';
    position: absolute;
    bottom: 54%;
    right: 57%;
    width: 100%;
    z-index: 1;
    height: 100px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 60vw;
    height: 111vh;
}

.key-features .container:after {
    content: '';
    position: absolute;
    top: 46%;
    left: 60%;
    width: 100%;
    z-index: 1;
    height: 100px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 48vw;
    height: 100vh;
}

.key-features .row {
    background-color: #140B33;
    margin: 0px;
    border-radius: 80px;
    padding: 86px 0 0 61px;
    position: relative;
    z-index: 2;
}

.key-features .col_6 {
    padding: 0px;
}

.key-features-info {
    padding: 0px 50px 37px 0px;
    margin-left: -19px;
    margin-top: -1px;
}

.key-features-info h6 {
    color: #FE6969;
    margin-bottom: 2px;
}

.key-features-info ul {
    padding: 0px;
    margin: 83px 0 0 0;
}

.key-features-info ul>li {
    margin-bottom: 60px;
}

.key-features-info h4 {
    margin-bottom: 16px;
}

.key-features.blue-block .row {
    position: relative;
}

.key-features.blue-block .row:after {
    content: '';
    position: absolute;
    top: -61px;
    right: 12px;
    width: 146px;
    height: 167px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

/* key features section */

/* additional Featires */
.additional-features {
    padding-top: 13px;
    padding-bottom: 4px;
    z-index: 2;
    position: relative;
}

.additional-features .sec-title {
    margin-bottom: 31px;
}

.additional-features h2 {
    text-align: center;
    color: #000;
}

.additional-features figure {
    margin: 0 0 0 -16px;
}

.additional-features ul {
    padding: 37px 0 0 0;
    margin: 0 -25px 0 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.additional-features ul>li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 21px;
    margin-top: 19px;
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
}

.additional-features ul>li>h5 {
    color: #000000;
    margin: 0 0 0 23px;
    width: calc(100% - 65px);
}

.additional-features ul>li:nth-child(odd) {
    padding-right: 5px;
}

/* additional Featires */


/* footer css */
footer {
    padding-top: 69px;
    color: #fff;
    padding-bottom: 40px;
    background-color: #140B33;
    position: relative;
    z-index: 1;
}

footer .footer-logo {
    margin-bottom: 23px;
}

footer ul.social-icons {
    text-align: right;
    margin: 67px 0 0 0;
}

footer ul.social-icons>li {
    margin: 0 0 0 4px;
}

footer ul.social-icons>li>a {
    width: 30px;
    display: block;
}

.menu-footer-menu-container ul {
    padding: 0px;
    margin: 64px 100px 0px 108px;
    column-count: 2;
}

.menu-footer-menu-container ul>li {
    margin-bottom: 7px;
}

.menu-footer-menu-container ul>li>a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    padding-right: 20px;
}

.menu-footer-menu-container ul>li>a:after {
    content: '';
    position: absolute;
    top: 3px;
    right: -1px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 16px;
    height: 16px;
}

.copyright-sec {
    border-top: 1px solid #fff;
    margin-top: 63px;
}

.copyright-sec .col_6:last-of-type {
    text-align: right;
    font-size: 14px;
}

.copyright-sec ul {
    padding: 0px;
    margin: 22px 0px 0px 5px;
}

.copyright-sec ul>li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px 0 0;
}

.copyright-sec ul>li>a {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    position: relative;
    padding-right: 20px;
}

.menu-footer-menu-container ul>li>a:hover,
.copyright-sec ul>li>a:hover {
    padding-right: 27px;
}

.copyright-sec ul>li>a:after {
    content: '';
    position: absolute;
    top: 3px;
    right: -1px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 16px;
    height: 16px;
}

.copyright-sec ul>li>a:before,
.menu-footer-menu-container ul>li>a:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #fff;
    transition: all 0.4s linear;
    width: calc(100% - 27px);
    opacity: 0;
}

.copyright-sec ul>li>a:hover:before,
.menu-footer-menu-container ul>li>a:hover:before {
    opacity: 1;
}

.copyright-sec p {
    font-size: 14px;
    font-weight: 400;
    margin-top: 26px;
}

/* footer css */

.site-loader {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.loader-icon {
    max-width: 70px;
}

/* platform page css wiht page ID */
.page-platform .hero-banner {
    background-position: top;
    padding-bottom: 160px;
}

.page-platform .hero-banner h1>i {
    display: inline-flex;
}


.page-platform .our-solutions {
    padding-top: 81px;
}

.page-platform .resp-tab-content {
    margin-top: 55px;
}

.page-platform .work-box-info .button.button-border {
    background-color: #FE6969;
    border: 1px solid #FE6969;
}

.page-platform .work-box-info h4 {
    margin-bottom: 16px;
}

.page-platform .partner-integrations {
    padding-top: 81px;
}

/* platform page css wiht page ID */

/* contact form css */
.page-contact .hero-banner {
    padding-bottom: 181px;
}

.page-contact .hero-banner h1 {
    margin-bottom: 17px;
}

.page-contact .hero-banner p {
    max-width: 79%;
    font-size: 40px;
    line-height: 1.35;
}


.contact-form {
    padding-top: 125px;
    padding-bottom: 133px;
    background-color: #fff;
    border-radius: 80px 80px 0 0;
    position: relative;
}

.contact-form:after {
    content: '';
    position: absolute;
    bottom: -27%;
    left: -7%;
    width: 100%;
    z-index: 1;
    height: 100px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 23%;
    height: 95%;
    transform: rotate(45deg);
}

.contact-form:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #050124;
    z-index: -1;
    height: 100px;
}

.contact-form-wrapper {
    max-width: 880px;
    margin: 0 auto;
}

.contact-form-wrapper form ul {
    padding: 0px;
    margin: 0px;
}

.contact-form-wrapper form ul li.text-right {
    position: relative;
}

.contact-form-wrapper form ul li.text-right:after {
    content: '';
    position: absolute;
    top: 14px;
    right: 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;
}

.wpcf7-spinner {
    width: 24px;
    margin: 10px auto 0 auto;
    display: block;
}

.contact-form-wrapper>ul {
    display: block;
    margin: -84px 0 0 14px;
}

.contact-form-wrapper>ul>li>a {
    display: flex;
    align-items: center;
    color: #140B33;
}

.contact-form-wrapper>ul>li>a>img {
    margin: 0 18px 0 0;
}

.contact-form-wrapper>ul>li>a>span {
    position: relative;
}

.contact-form-wrapper>ul>li>a>span:after {
    content: '';
    position: absolute;
    top: 82%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #140B33;
}

.contact-form-wrapper>ul>li>a:hover>span {
    background-color: ;
}

/* contact form css */

/* privacy policy css */
.page-privacy-policy .hero-banner,
.page-terms-of-use .hero-banner {
    padding-top: 168px;
    padding-bottom: 171px;
}

.content-wrapper {
    background-color: #fff;
    position: relative;
    border-radius: 80px 80px 0 0;
    margin-top: -70px;
    padding-top: 62px;
    padding-bottom: 119px;
    color: #150B33;
}

.content-wrapper:before {
    content: '';
    position: absolute;
    top: 48%;
    left: 78%;
    width: 100%;
    z-index: 1;
    height: 100px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 48vw;
    height: 100vh;
    opacity: 0.8;
}

.content-wrapper:after {
    content: '';
    position: absolute;
    bottom: 54%;
    right: 75%;
    width: 100%;
    z-index: 1;
    height: 100px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 60vw;
    height: 111vh;
    opacity: 0.8;
}

.content-wrapper .container {
    max-width: 1099px;
}

/* .content-wrapper:before{content: '';position: absolute;top: 0;left: 0;width: 100%;z-index: -1;height: 100px;} */
.content-wrapper h6 {
    text-align: center;
    text-transform: uppercase;
    color: #FE6969;
    margin-bottom: 7px;
}

.content-wrapper h2 {
    text-align: center;
    color: #000;
}

.content-wrapper ol {
    margin: 94px auto 0 21px;
    padding: 0px;
}

.content-wrapper ol>li {
    counter-increment: my-awesome-counter;
    list-style: none;
    position: relative;
    padding-left: 5px;
    margin-bottom: 44px;
}

.content-wrapper ol>li::marker {
    content: counter(my-awesome-counter)".";
    position: absolute;
    top: 3px;
    left: 0;
    font-weight: 600;
    font-size: 24px;
    margin-right: 0.5rem;
    font-family: 'Lexend';
    font-style: normal;
    line-height: 1;
}

.content-wrapper ol>li h4 {
    margin-bottom: 11px;
}

.content-wrapper ol>li ul {
    padding: 0px;
    margin: 0px;
}

.content-wrapper ol>li ul>li {
    position: relative;
    padding-left: 16px;
    margin-bottom: 8px;
}

.content-wrapper ol>li ul>li:before {
    content: '';
    position: absolute;
    top: 10px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #150B33;
    left: 3px;
}

.content-wrapper b {
    font-weight: 600;
}

.content-wrapper b>a {
    color: #FE6969;
    position: relative;
    text-decoration: underline;
}

.content-wrapper b>a:hover {
    color: #140B33;
}

/* privacy policy css */

/* terms of use css */
.page-terms-of-use .content-wrapper {
    padding-bottom: 87px;
}

.page-terms-of-use .content-wrapper h2 {
    margin-bottom: 95px;
}

.page-terms-of-use .content-wrapper ol {
    margin-top: 50px;
}

.page-terms-of-use .content-wrapper ol>li {
    margin-bottom: 49px;
}

/* terms of use css */


/* flexible section set with page class name */
.page-business-owners .get-demo.blue-block figure img,
.page-financial-controllers .get-demo.blue-block figure img,
.page-venue-managers .get-demo.blue-block figure img {
    z-index: 1;
    position: relative;
}

.page-business-owners .get-demo.blue-block figure:after,
.page-financial-controllers .get-demo.blue-block figure:after,
.page-venue-managers .get-demo.blue-block figure:after {
    top: 49%;
    z-index: 0;
}

/* flexible section set with page class name */


.submitting input.wpcf7-form-control.has-spinner.wpcf7-submit,
.resetting input.wpcf7-form-control.has-spinner.wpcf7-submit {
    pointer-events: none;
}

.submitting input.wpcf7-form-control.has-spinner.wpcf7-submit,
.resetting input.wpcf7-form-control.has-spinner.wpcf7-submit,
.sent input.wpcf7-form-control.has-spinner.wpcf7-submit {
    pointer-events: none;
}

.wpcf7 form.sent .wpcf7-response-output {
    text-align: center;
}

.mobile-show {
    display: none;
}

.desktop-show {
    display: block;
}


/* 404 page css */
.error404 header,
.error404 footer {
    display: none;
}

.error404 .error-404 {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/* 404 page css */


@media (min-width: 1441px) {
    .hero-banner {
        background-position: top center;
    }

    .wirely-way:before {
        width: 17vw;
    }
}

.hs-custom-style p {
    color: #3565ED;
    font-size: 22px;
}