/*   
  Theme Name:        Acqiured 2021
  Theme URI:         https://www.acquired.com/
  Description:       Acquired specialises in providing financial services businesses with tailored payments solutions and technology.
  Author:            Adam
  Author URI:        http://pixel9.io/
  Version:           1.0
  Tested up to:      4.7
  License:           GNU General Public License v3 or later
  License URI:       http://www.gnu.org/licenses/gpl-3.0.html
  Tags:              one-column, two-columns, right-sidebar
  Text Domain:       Aqiured
*/

@font-face {
    font-family: "icomoon";
    src: url("./fonts/icomoon.eot?hj8tha");
    src: url("./fonts/icomoon.eot?hj8tha#iefix") format("embedded-opentype"),
        url("./fonts/icomoon.ttf?hj8tha") format("truetype"),
        url("./fonts/icomoon.woff?hj8tha") format("woff"),
        url("./fonts/icomoon.svg?hj8tha#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icomoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-down:before {
    content: "\e900";
}
.icon-arrow-right:before {
    content: "\e901";
}

.p-lr30 {
    padding-left: 30px;
    padding-right: 30px;
}
.p-lr50 {
    padding-left: 50px;
    padding-right: 50px;
}
.p-lr100 {
    padding-left: 100px;
    padding-right: 100px;
}
.push-8 {
    margin-bottom: 8px;
}
.push-16 {
    margin-bottom: 16px;
}
.push-22 {
    margin-bottom: 22px;
}
.push-24 {
    margin-bottom: 24px;
}
.push-35 {
    margin-bottom: 35px;
}
.push-40 {
    margin-bottom: 40px;
}

.spacer-b100 {
    padding-bottom: 100px;
}
.spacer-b150 {
    padding-bottom: 150px;
}

.bg-lt-blue {
    background: #7a90ff;
}
.bg-md-blue {
    background: #001375;
}
.bg-gray {
    background: #f3f4f9 !important;
}
.bg-white {
    background: #fff;
}

.text-cl-lt-blue {
    color: #7a90ff;
}
.text-cl-primary-lt {
    color: #5ea6ff;
}
.text-cl-md-blue {
    color: #001375;
}
.text-cl-white {
    color: #fff;
}

.text-cl-gray-dark {
    color: #7a899f;
}
.text-cl-dark {
    color: #011432;
}
.text-cl-md-dark {
    color: #3b3c45;
}
.text-cl-lt-dark {
    color: #45515f;
}

.text-cl-light {
    color: #eeeff1;
}

.text-cl-light a:not(.btn):hover {
    color: white;
    text-decoration: underline;
}

.text-cl-md-light {
    color: #e6e7e9;
}

.text-cl-md-light a:not(.btn):hover {
    color: white;
    text-decoration: underline;
}

.font-w700 {
    font-weight: 700;
}
.font-w500 {
    font-weight: 500;
}
.font-w400 {
    font-weight: 400;
}
.font-w300 {
    font-weight: 300;
}

.font-s14 {
    font-size: 14px;
}
.font-s16 {
    font-size: 16px;
}
.font-s18 {
    font-size: 18px;
}
.font-s20 {
    font-size: 20px;
}
.font-s26 {
    font-size: 26px;
}

.l-height-1-5 {
    line-height: 1.5;
}

.heading-1 {
    font-size: 60px;
    line-height: 1.2;
    letter-spacing: -0.02em;
}
.heading-2 {
    font-size: 46px;
    line-height: 1.2;
    letter-spacing: -0.02em;
}
.heading-3 {
    font-size: 34px;
    line-height: 1.3;
}
.heading-4 {
    font-size: 18px;
    line-height: 1.3;
}

.text-bg-lt-blue {
    background: #7a90ff;
    border-radius: 4px;
    padding: 0 2px;
}

.bring-forward {
    z-index: 9;
    position: relative;
}

.radius-8 {
    border-radius: 8px;
    overflow: hidden;
}
.radius-100 {
    border-radius: 50%;
    overflow: hidden;
}

.border-b-gray {
    border-bottom: 1px solid #c4c4c4;
}

.btn-group-with-gap .btn-blue {
    margin-right: 10px;
}
.btn-lt-blue,
.btn-gray,
.btn-white,
.btn-blue {
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    border: 2px solid transparent;
    background: #001375;
    display: inline-block;
    margin: 0;
    padding: 9px 24px;
    color: #fff;
    font: 700 14px/1.3 "Roboto", Arial, sans-serif;
    letter-spacing: normal;
    text-align: center;
    min-width: 134px;
    min-height: 40px;
    margin: 0;
    border-radius: 4px;
}
.btn-gray {
    background: #b5bdca;
}
.btn-gray:hover {
    background: #fff;
    border-color: #b5bdca;
    color: #b5bdca;
}
.btn-lt-blue {
    background: #7a90ff;
}
.btn-lt-blue:hover {
    background: #6273cc;
    border-color: #6273cc;
    color: #fff;
}
.button.btn-sm {
    padding: 8px 16px;
    min-width: 105px;
    min-height: 32px;
}
.insight_loadmore {
    position: absolute;
    bottom: -7px;
    z-index: 999;
    left: 50%;
    transform: translateX(-50%);
}
.insight_loadmore:after,
.insight_loadmore:before {
    content: "";
    background: #fff;
    position: absolute;
    left: -17px;
    right: auto;
    z-index: -1;
    height: 100%;
    width: 15px;
    top: 0;
}
.insight_loadmore:after {
    right: -17px;
    left: auto;
}

.insight_loadmore + .pagination-load-more {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 0;
    display: block;
}
.btn-white {
    background: #fff;
    color: #001375;
}
.btn-white.btn-white-o {
    border: 2px solid #fff;
    background: transparent;
    color: #fff;
}
.btn-blue.btn-blue-o {
    border: 2px solid #001375;
    background: transparent;
    color: #001375;
}
.btn-lt-blue span,
.btn-white span,
.btn-blue span {
    display: inline-block;
    vertical-align: middle;
}
.btn-lt-blue .icon,
.btn-white .icon,
.btn-blue .icon {
    width: 14px;
    height: 14px;
    margin-left: 4px;
    transition: ease padding 0.6s;
    min-width: 20px;
    text-align: left;
    margin-right: -6px;
}
#header .btn-blue.btn-blue-o {
    min-width: 160px;
}
.btn-white:hover {
    text-decoration: none;
    color: #fff;
    background: #001375;
    border: 2px solid transparent;
}

.btn-white.btn-white-o:hover {
    background: #fff;
    color: #001375;
}
.btn-blue:hover {
    text-decoration: none;
    color: #fff;
    background: #000d52;
    border: 2px solid #000d52;
}
.btn-lt-blue:hover .icon,
.btn-white:hover .icon,
.btn-blue:hover .icon {
    padding-left: 6px;
}

.btn-blue.btn-blue-o:hover {
    background: #001375;
    color: #fff;
}
.bg-blue-lines02 {
    background: #001375 url("./images/bg-lines/bg-lines02.png") no-repeat top
        right;
    background-size: 1440px;
}
.bg-blue-lines03 {
    background: #001375 url("./images/bg-lines/bg-lines03.png") no-repeat
        center/cover;
    /*background-size: 1300px;*/
}
.bg-blue-lines05 {
    background: #001375 url("./images/bg-lines/bg-lines06.png") no-repeat center
        right;
    background-size: 4400px;
}
.bg-cover {
    background-size: cover;
}
.bg-blue-lines04 {
    background: #001375 url("./images/bg-lines/bg-lines04.png") no-repeat top
        right/cover;
}
.bg-gray-lines03 {
    background: #f3f4f9 url("./images/bg-lines/bg-lines03.png") no-repeat
        center/cover;
    /*background-size: 1300px;*/
}
.bg-gray-lines05 {
    background: #f3f4f9 url("./images/bg-lines/bg-lines05.png") no-repeat center
        right;
    background-size: cover;
}
.bg-lines01 {
    background: url("./images/bg-lines/bg-lines01.png") no-repeat top right;
    background-size: 85%;
}
.bg-blue-lines07 {
    background: #001375 url("./images/bg-lines/bg-lines07.png") no-repeat top
        right/cover;
}
.bg-blue {
    background: #001375;
}
@media only screen and (min-width: 992px) {
    .bg-contact {
        background: #fff url("./images/bg-lines/bg-lines08.svg") no-repeat top
            left;
        padding-bottom: 185px !important;
    }
}

body {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 1.4;
}
#wrapper {
    position: relative;
    overflow: hidden;
}
.o-hidden {
    overflow: hidden;
}
.o-hidden.overlay {
    position: relative;
    transition: ease all 1s;
}
.o-hidden.overlay:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(44, 52, 94, 0.5);
    z-index: 9;
}

#header {
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    z-index: 10000;
    width: 100%;
    color: #3b3c45;
    /* padding: 7px; */
    background: #fff;
    -webkit-transition: ease all 0.33s;
    transition: all ease 0.33s;
    z-index: 99;
    border-bottom: 1px solid #eeeff1;
    position: absolute;
}
#header.shrink {
    opacity: 1;
    transform: translateY(0);
    position: fixed;
    transition: all ease 0.33s;
}
#header.floatingHeader {
    opacity: 1;
    transform: translateY(0);
    transition: all ease 0.33s;
}
#header.shrink.floatingHeader {
    transform: translateY(-100%);
    opacity: 0;
}
#header.shrink.stickHeader {
    transition: none;
}

#header .logo {
    width: 182px;
    height: auto;
    float: left;
    margin: 0 28px 0 0;
}

#header .logo img {
    width: 100%;
    display: block;
}

#header .logo a {
    display: block;
}
#header .icon-arrow-down {
    transition: ease all 0.2s;
}
#header.fill .icon-arrow-down {
    transform: rotate(180deg);
}

.header-holder .menu-spacer {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.menu-click {
    cursor: pointer;
}
.icon-bar {
    width: 24px;
    background: #001375;
    height: 1px;
    display: block;
    margin-bottom: 6px;
    transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19),
        -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.icon-bar.middle-bar {
    width: 18px;
}
.icon-bar.bottom-bar {
    width: 14px;
}

.menu-click.menu-active .icon-bar {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.menu-click.menu-active .icon-bar.middle-bar {
    top: 0;
    -webkit-transition: top 75ms ease, opacity 75ms ease 0.12s;
    -o-transition: top 75ms ease, opacity 75ms ease 0.12s;
    transition: top 75ms ease, opacity 75ms ease 0.12s;
    opacity: 0;
}
.menu-click.menu-active .icon-bar.bottom-bar {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.menu-click {
    display: block;
    text-align: center;
    z-index: 15;
    cursor: pointer;
}

.menu-icon-holder {
    position: relative;
    width: 24px;
    height: 20px;
}
.menu-click .menu-bar,
.menu-click .menu-bar:after,
.menu-click .menu-bar:before {
    display: block;
    position: absolute;
    left: 0;
    border-radius: 1px;
    width: 18px;
    height: 1.5px;
    -webkit-transition: -webkit-transform 75ms
        cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19),
        -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    background-color: #001375;
}
.menu-click .menu-bar {
    top: 50%;
    margin-top: -1px;
}
.menu-click .menu-bar:after,
.menu-click .menu-bar:before {
    content: "";
}
.menu-click .menu-bar:before {
    top: -6px;
    width: 24px;
    -webkit-transition: top 75ms ease 0.12s, opacity 75ms ease;
    -o-transition: top 75ms ease 0.12s, opacity 75ms ease;
    transition: top 75ms ease 0.12s, opacity 75ms ease;
}
.menu-click .menu-bar:after {
    width: 13px;
    bottom: -6px;
    -webkit-transition: bottom 75ms ease 0.12s,
        -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 75ms ease 0.12s,
        -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: bottom 75ms ease 0.12s,
        transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 75ms ease 0.12s,
        transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 75ms ease 0.12s,
        transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19),
        -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.menu-click.menu-active .menu-bar {
    width: 24px;
    -webkit-transition-delay: 0.12s;
    -o-transition-delay: 0.12s;
    transition-delay: 0.12s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.menu-click.menu-active .menu-bar:before {
    top: 0;
    -webkit-transition: top 75ms ease, opacity 75ms ease 0.12s;
    -o-transition: top 75ms ease, opacity 75ms ease 0.12s;
    transition: top 75ms ease, opacity 75ms ease 0.12s;
    opacity: 0;
}
.menu-click.menu-active .menu-bar:after {
    width: 24px;
    bottom: 0;
    -webkit-transition: bottom 75ms ease,
        -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
    transition: bottom 75ms ease,
        -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
    -o-transition: bottom 75ms ease,
        transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
    transition: bottom 75ms ease,
        transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
    transition: bottom 75ms ease,
        transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s,
        -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.navbar-default {
    margin: 0;
    min-height: inherit;
    background: transparent;
    border: 0;
    padding-top: 0;
    padding-bottom: 0;
}
.header-nav-holder {
    display: flex;
}
#header .header-nav-holder .level-up {
    display: none;
}
#header .menu-header-menu-container .menu,
.navbar-default .navbar-nav {
    font-size: 15px;
    line-height: 19px;
    font-weight: 400;
    padding: 0;
    margin: 0;
}
#header .menu-header-menu-container .menu > li,
.navbar-default .navbar-nav > li {
    margin: 0;
    padding: 24px 14px;
}
#header .menu-header-menu-container .menu > li > a,
.navbar-default .navbar-nav > li > a {
    padding: 0;
    position: relative;
    color: #3b3c45;
}
#header .menu-header-menu-container .menu > li > a:hover,
#header .menu-header-menu-container .menu > li > a:focus,
#header .menu-header-menu-container .menu > li > a:focus,
#header .menu-header-menu-container .menu > li > a:hover,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
    text-decoration: none;
    color: #001375;
}
.navbar-default .navbar-toggle {
    padding: 6px 4px;
}

.navbar-default .navbar-toggle .icon-bar {
    height: 3px;
    width: 28px;
    margin-top: 5px;
}

#header .menu-header-menu-container .menu,
#header .top-nav {
    text-align: center;
    float: none;
    flex-direction: row;
}

#header .menu-header-menu-container .menu li,
#header .top-nav li {
    display: inline-block;
    vertical-align: top;
    float: none;
    position: relative;
}

.nav-drop {
    position: absolute;
    top: 100%;
    left: 0;
    width: auto;
    min-width: 42rem;
    min-height: 420px;
    background: #fff;
    z-index: 9999;
    padding: 32px;
    box-shadow: 0 24px 36px rgba(0, 0, 0, 0.32);
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    transition: ease all 0.5s;
    visibility: hidden;
    opacity: 0;
}

.nav-drop-simple {
    min-width: unset;
    min-height: unset;
}

#menu-header-menu li:hover .nav-drop {
    opacity: 1;
    visibility: visible;
}
/* .nav-drop.menu-active {
    opacity: 1;
    visibility: visible;
} */
.nav-drop .sub-menu {
    margin: 0;
    padding: 0;
}

.nav-drop .sub-menu li {
    margin: 0;
    padding: 0;
    display: block !important;
}
.nav-drop .sub-menu li a {
    font-size: 18px;
    text-decoration: underline;
    color: #011432;
    font-weight: bold;
    white-space: nowrap;
}
.nav-drop .sub-menu .sub-menu li a {
    font-size: 14px;
    color: #2c345e;
    text-decoration: none;
    letter-spacing: 0.05em;
}
.nav-drop .sub-menu .sub-menu li a .icon {
    transition: ease all 0.4s;
}
.nav-drop .sub-menu .sub-menu li a:hover .icon {
    padding-left: 6px;
}
.drop-nav-left .drop-list-wrapper .sub-menu li {
    padding: 1em 0;
}
.drop-nav-left .drop-list-wrapper .sub-menu .sub-menu li {
    padding: 0.675em 0;
    line-height: 0;
}
.drop-nav-left .drop-list-wrapper .sub-menu .sub-menu li .icon-arrow-right {
    margin-left: 0.25em;
}
.drop-nav-left .drop-list-wrapper .sub-menu .sub-menu {
    margin-top: 0.675em;
}
.drop-nav-right a.btn-blue {
    display: block !important;
}
.section-nav-drop {
    display: flex;
    text-align: left;
}
.section-nav-drop .drop-nav-left {
    flex: 1;
}
.section-nav-drop .drop-nav-right {
    width: 42%;
}
.section-nav-drop .drop-list-wrapper {
    display: flex;
}

.section-nav-drop .drop-list-holder {
    background: #f3f4f9;
    padding: 27px 24px;
    margin-right: 32px;
    border-radius: 8px;
    flex: 1;
}
.section-nav-drop .drop-list-holder p {
    margin: 0 0 26px;
}
.section-nav-drop .drop-list-holder .drop-list {
    list-style: none;
    margin: 0;
    padding: 0;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.01em;
    color: #011432;
    display: flex;
    flex-direction: column;
}
.section-nav-drop .drop-list-holder .drop-list li {
    margin: 0 0 18px;
}
.section-nav-drop .drop-list-holder .drop-list li:last-child {
    margin: 0;
}
.section-nav-drop .drop-list-holder .drop-list li a {
    display: inline-block;
    vertical-align: top;
}
.section-nav-drop .drop-list-holder .drop-list li a strong {
    color: #011432;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
}

.section-nav-drop .drop-list .nav-icon-holder {
    width: 24px;
    margin-right: 7px;
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
}
.section-nav-drop .drop-list .nav-icon-holder img {
    width: 100%;
}

/* Footer */
.footer {
    padding: 100px 0 90px;
    color: #7a899f;
    font: 400 14px/1.4 "Roboto", Arial, Sans-serif;
    background: #fff;
}
.footer .f-top {
    display: flex;
    margin-bottom: 80px;
}
.footer .f-left {
    width: 41%;
}
.footer .f-left .f-logo {
    width: 110px;
    margin: 0 0 27px;
}
.footer .f-left .f-logo img {
    width: 100%;
}
.footer .f-address-holder {
    margin: 0 0 27px;
}
.footer .f-phone-holder {
    margin: 0 0 27px;
}
.footer .f-phone-holder a {
    color: #7a90ff;
    font-weight: bold;
}
.footer .f-phone-holder a:hover {
    text-decoration: none;
    color: #001375;
}
.footer .f-menu-block {
    display: flex;
    justify-content: space-between;
    width: 59%;
}
.footer .f-menu-holder {
    flex: 33%;
    width: 33%;
    padding-right: 30px;
}
.footer .f-menu-holder h3 {
    font-weight: 500;
    font-size: 11px;
    line-height: 13px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #5e606e;
    margin: 0 0 16px;
}
.footer .f-menu-holder .menu {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer .f-menu-holder .menu li {
    margin: 0 0 16px;
}
.footer .f-menu-holder .menu li a {
    color: #9c9eab;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.footer .f-menu-holder .f-menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer .f-menu-holder .f-menu-list li {
    margin: 0 0 16px;
}
.footer .f-menu-holder .f-menu-list li a {
    color: #9c9eab;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.badge.badge-acq {
    background: #7a90ff;
    border-radius: 4px;
    padding: 3px 4px 2px 4px;
    font-weight: 700;
    font-size: 10px;
    line-height: 12px;
    text-transform: uppercase;
}
.footer .f-menu-holder .menu li a:hover,
.footer .f-menu-holder .menu li a.active,
.footer .f-menu-holder .f-menu-list li a:hover,
.footer .f-menu-holder .f-menu-list li a.active {
    color: #001375;
}

.f-bottom {
    display: flex;
    justify-content: space-between;
}
.f-bottom .f-copy {
    font-weight: 500;
    font-size: 10px;
    color: #45515f;
    text-transform: uppercase;
}
#menu-footer-policy-menu,
.f-bottom-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}
#menu-footer-policy-menu li,
.f-bottom-list li {
    position: relative;
    font-weight: 500;
    font-size: 10px;
    line-height: 1.4;
    padding: 0 32px;
    text-transform: uppercase;
}
#menu-footer-policy-menu li:last-child,
.f-bottom-list li:last-child {
    padding: 0 0 0 32px;
}
#menu-footer-policy-menu li:last-child:after,
.f-bottom-list li:last-child:after {
    display: none;
}
#menu-footer-policy-menu li:after,
.f-bottom-list li:after {
    content: "";
    background: #c4c4c4;
    width: 1px;
    height: 70%;
    position: absolute;
    right: -1px;
    top: 3px;
    letter-spacing: 0.03em;
}
#menu-footer-policy-menu li a,
.f-bottom-list li a {
    color: #7a899f;
}
#menu-footer-policy-menu li a:hover,
.f-bottom-list li a:hover {
    color: #001375;
}
/* End Footer style */

/* Request demo style */
.cta-section {
    position: relative;
    background: #7a90ff;
}
.cta-section .demo-bg {
    background: url("./images/footer-top-bg.png") no-repeat 34% 50%;
}
.divider {
    border-top: solid 1px rgba(255, 255, 255, 0.25);
}
.f-content-center {
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 0;
    text-align: center;
}

.cta-section .f-contact-text {
    overflow: hidden;
    font-size: 20px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.4;
    letter-spacing: normal;
    color: #fff;
}
.cta-section .f-contact-text h3 {
    font-size: 34px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.29;
    color: #fff;
    margin: 0 0 16px;
}
.cta-section .f-contact-text p {
    margin: 0 0 40px;
    color: rgba(255, 255, 255, 1);
}
.form-section {
    position: relative;
}
.form-section .container {
    background: #f3f4f9;
    border-radius: 5px;
    padding: 80px 100px;
    max-width: 740px;
}
.form-section .divider {
    border-top-color: #c4c4c4;
    margin: 40px 0 0;
    padding: 25px 0 0;
}
.form-section .divider p {
    font-size: 14px;
    margin: 0;
    text-align: center;
    color: #7a899f;
}
.form-section .wpcf7 {
    margin: 0;
    padding: 20px 0 0;
}
.form-section .wpcf7 .wpcf7-submit {
    margin: 20px 0 0;
    padding: 0;
}
.form-section.form-bg-blue {
    background: #7a90ff;
}
.form-section.form-bg-gray {
    background: #f3f4f9;
}
.form-section-header {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.contact-list {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: 0.5px;
    text-align: left;
    color: #fff;
}
.contact-list li {
    float: left;
    margin: 0 20px 0 0;
}
.contact-list li a {
    position: relative;
    display: block;
    color: rgba(255, 255, 255, 0.5);
}
.contact-list li a:focus,
.contact-list li a:hover {
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
}
.contact-list li i,
.contact-list li span {
    display: inline-block;
    vertical-align: middle;
    transition: ease all 0.2s;
}
.contact-list li i {
    font-size: 14px;
    line-height: normal;
    margin: 0 10px 0 0;
    color: #5099ff;
}
/* End Request demo style */

.btn-holder {
    display: inline-block;
    vertical-align: top;
}

#main {
    position: relative;
    padding-top: 67px;
}
.home-banner {
    font-size: 20px;
    padding: 100px 0 50px;
    overflow: hidden;
}
.home-banner .heading-1 {
    margin: 0 0 32px;
    padding-right: 150px;
}
.home-banner p {
    margin-bottom: 40px;
}
.home-banner .banner-img img {
    transform: scale(1.28);
}
.section-trusted {
    padding: 30px 0;
}
.section-trusted .heading-4 {
    margin: 0 0 22px;
}
.section-holder {
    padding: 100px 0;
    position: relative;
}
.section-holder.with-inner {
    padding: 100px 0 0;
}
.section-holder.with-inner .section-holder-inner {
    padding-bottom: 100px;
}
.section-solution {
    padding: 100px 0 220px;
}
.section-holder .section-header {
    margin: 0 0 70px;
}
.section-holder .section-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 22px;
}
.section-holder .section-block {
    padding: 1.5rem;
}
.section-holder.section-img-overlap {
    padding: 0;
    margin-top: -100px;
    position: relative;
}
.section-holder .icon40 {
    width: 40px;
}
.section-img-overlap .img-wrapper-overlap {
    border-radius: 8px;
    overflow: hidden;
}
.section-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 22px;
}
.section-icon.icon-s112 {
    width: 112px;
    height: 112px;
}
.section-out-both {
    position: relative;
    margin-left: 80px;
    margin-right: 80px;
    z-index: 2;
}
/*.section-out-both:after {
  content: '';
  position: absolute;
  z-index: 1;
  background: #001375;
  left: 80px;
  right: 80px;
  height: 100%;
  width: auto;
}*/
.section-tile {
    padding: 100px 0 20px;
    position: relative;
}
.section-overlap {
    position: absolute;
    top: -110px;
    left: 50%;
    height: 225px;
    width: 1288px;
    background: #fff;
    border-radius: 12px;
    transform: translateX(-50%);
}
.section-tile img {
    width: 100%;
    height: auto;
}
.section-tile .tile-large {
    display: flex;
    padding: 30px 0 100px;
}
.section-tile .tile-large.tile-row {
    justify-content: space-between;
    align-items: center;
}
.section-tile .tile-large.tile-row.tile-tab {
    align-items: flex-start;
}
.section-tile .tile-large .tile-img {
    order: 2;
    width: 490px;
}
.section-tile .tile-large .tile-img.tile-img-long {
    order: 2;
    width: 429px;
}
.section-tile .tile-large .tile-text {
    padding-right: 142px;
    flex: 1;
}

.section-tile
    .section-tile-holder.tile-reversed:nth-child(even)
    .tile-large
    .tile-img {
    order: 1;
}
.section-tile
    .section-tile-holder.tile-reversed:nth-child(even)
    .tile-large
    .tile-text {
    padding-left: 102px;
    padding-right: 0;
    order: 2;
}
.section-tile .section-tile-holder.right .tile-large .tile-img {
    order: 1;
}
.section-tile .section-tile-holder.right .tile-large .tile-text {
    padding-left: 102px;
    padding-right: 0;
    order: 2;
}
.section-tile .tile-small {
    position: relative;
    margin-bottom: 100px;
}
.section-tile .tile-small .tile-img {
    width: 40px !important;
    margin-bottom: 38px;
}
.section-tile .tile-link {
    color: #3b3c45;
}
.section-tile .tile-link:hover {
    color: #011432;
}
.section-tile .section-tile-testi {
    border-radius: 4px;
    padding: 27px 35px;
    display: flex;
    align-items: center;
    font-size: 16px;
}
.section-tile .section-tile-testi .tile-testi-img {
    width: 250px;
    padding: 0 30px 0 0;
}
.section-tile .section-tile-testi .tile-testi-text blockquote {
    margin: 0;
    font-style: italic;
}
.section-overlay-gradient1 {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.section-overlay-gradient1:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(
        245.69deg,
        rgba(255, 255, 255, 0) 34.44%,
        rgba(255, 255, 255, 0.21) 93.99%
    );
}
.payment-banner-section {
    position: relative;
    overflow: hidden;
}
.banner-img {
    position: relative;
    height: 100%;
}
.banner-holder.section-holder .heading-4 {
    margin: 0 0 32px;
}
.banner-holder.section-holder .heading-1 {
    margin: 0 0 46px;
}
.banner-holder.section-holder p {
    margin: 0 0 40px;
}

.banner-img .banner-img-out {
    position: absolute;
    height: 100%;
}
.banner-img .banner-img-out.out-right-bottom {
    right: -50%;
    bottom: 0;
}
.banner-img .banner-img-out .img-1 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 573px;
    z-index: 9;
}
.banner-img .banner-img-out.full .img-1 {
    right: -200px;
    width: 800px;
}
.banner-img .banner-img-out .img-2 {
    position: absolute;
    bottom: -25px;
    width: 391px;
    right: 270px;
    z-index: 11;
}
.section-inner-tab .nav-tabs .nav-item .nav-link {
    margin-right: 30px;
}
.section-inner-tab .nav-tabs .nav-link {
    font-size: 16px;
    line-height: 1.4;
    color: #011432;
    font-weight: 400;
    padding: 0 0 11px;
    border-color: transparent;
    border-bottom: 3px solid transparent;
}
.section-inner-tab .nav-tabs .nav-link:hover {
    color: #7a90ff;
}
.section-inner-tab .nav-tabs .nav-link.active {
    color: #7a90ff;
    /*font-weight: 500;*/
    border-bottom: 3px solid #7a90ff;
}
.section-inner-tab .tab-pane {
    padding: 30px 0 0;
    font-weight: 300;
    font-size: 18px;
    color: #011432;
}
.heading-icon-left {
    width: 40px;
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle;
}
.heading-icon-left img, .heading-icon-left svg {
    width: 40px;
    height: auto;
}
.check-list-holder li {
    padding: 0 0 0 30px;
    position: relative;
    margin: 0 0 10px;
}
.check-list-holder li:before {
    content: "";
    background: url("./images/svgs/check.svg") no-repeat;
    background-size: 18px;
    position: absolute;
    left: 0;
    top: 5px;
    width: 18px;
    height: 18px;
}
.list-five-column li a {
    color: #7a90ff;
}
.list-five-column li .link-with-icon span {
    display: inline-block;
    vertical-align: middle;
}
.list-five-column li .link-with-icon .icon {
    margin-left: 5px;
}
.cat-menu {
    position: relative;
}
.cat-menu li {
    margin-right: 40px;
}
.cat-menu li a {
    padding: 0 0 24px;
    color: #3b3c45;
    position: relative;
    font-size: 14px;
}
.cat-menu li a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 0;
    height: 3px;
    background: #7a90ff;
    -webkit-transition: ease width 0.4s;
    -o-transition: ease width 0.4s;
    transition: ease width 0.4s;
}
.cat-menu li.active a {
    color: #7a90ff;
    padding: 0 0 23px;
}
.cat-menu li.active a {
    font-size: 16px;
    font-weight: 500;
}
.cat-menu li.active a:after,
.cat-menu li a:hover:after {
    width: 100%;
}

/* Blog posts */
.section-post {
    overflow: hidden;
}
.section-post .post-list {
    display: flex;
    flex-wrap: wrap;
    margin-right: -2%;
    padding-bottom: 80px;
    position: relative;
}
.section-post .post-list li {
    width: 31%;
    margin-right: 2%;
    margin-bottom: 60px;
}
.section-post:not(.section-related-post) .post-list li:first-child a {
    display: flex;
    width: 100%;
}
.section-post .post-list li a {
    display: block;
}
.section-post:not(.section-related-post)
    .post-list
    li:first-child
    .post-thumbnail {
    height: auto;
}

.section-post:not(.section-related-post) .post-list.listing li:first-child {
    width: 100%;
    display: flex;
    margin-bottom: 140px;
}
.section-post:not(.section-related-post)
    .post-list.listing
    li:first-child
    .post-thumbnail {
    order: 2;
    width: 50%;
}
.section-post:not(.section-related-post)
    .post-list.listing
    li:first-child
    .post-text-holder {
    flex: 1;
    padding-right: 50px;
}
.section-post .post-list.listing li:first-child .post-text-holder .heading-2 {
    font-size: 46px;
}
.section-post .post-list li a:hover .img-cover {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}
.section-post .post-list li .heading-2 a {
    color: #3b3c45;
}
.section-post .post-list li .heading-2 a:hover {
    color: #011432;
}
.section-post .post-thumbnail {
    margin-bottom: 16px;
    border-radius: 8px;
    overflow: hidden;
    height: 192px;
}
.section-post .post-img-holder img {
    width: 100%;
    transition: ease all 1s;
    display: none;
}
.section-post .post-img-holder {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    transition: ease all 1.2s;
    -webkit-transition: ease all 1.2s;
}
.section-post .post-list li:hover .post-img-holder img {
    transform: translate3d(0px, 0px, 0px) scale3d(1.1, 1.1, 1) rotateX(0deg)
        rotateY(0deg) rotateZ(0deg) skew(0deg);
    transform-style: preserve-3d;
}

.section-post .post-list li .post-text-holder .heading-2 {
    font-size: 26px;
}
.section-post .post-list.listing li:first-child .post-desc {
    display: block;
}
.section-post .post-list li .post-desc {
    display: none;
}

.section-post .post-content {
    color: #011432;
    font-size: 18px;
    font-weight: 300;
    padding-right: 80px;
}
.section-post .post-content h2 {
    color: #3b3c45;
    font-size: 26px;
    line-height: 1.2;
    margin-bottom: 24px;
}
.section-post .post-content ul,
.section-post .post-content p {
    margin-bottom: 48px;
}
.pagination-load-more {
    text-align: center;
    margin: 110px 0 50px;
    position: relative;
    display: none;
}
.pagination-load-more:after {
    content: "";
    position: absolute;
    height: 1px;
    top: 50%;
    width: 100%;
    left: 0;
    background: #c4c4c4;
}
.pagination-load-more .pagination-load-more-inner {
    position: relative;
    z-index: 999;
    background: #fff;
    padding: 0 15px;
    display: inline-block;
    vertical-align: middle;
}
.insight-newsletter-holder {
    background: #f3f4f9;
    border-radius: 8px;
    padding: 32px;
    display: flex;
    flex-direction: column;
}
.insight-newsletter-holder .icon-holder {
    width: 48px;
    margin: 0 auto 5px;
}
.insight-newsletter-holder h2 {
    font-size: 26px;
    color: #2c345e;
}
.d-tab {
    display: none;
}
.form-holder {
    background: #f3f4f9;
    border-radius: 8px;
    padding: 40px 48px;
}
.form-holder.without-bg {
    background: transparent;
    padding: 0;
    border-radius: 0;
    margin: 0;
}
.form-holder.form-partner-holder {
    margin: 0 34px;
    padding: 60px 48px 50px;
}
.form-holder h2 {
    font-size: 34px;
    color: #011432;
}
.form-holder .btn-sub-holder {
    padding: 24px 0 32px;
    margin-bottom: 24px;
}
.form-holder .acquired-form .form-group {
    margin-bottom: 8px;
}
.post-meta-flex {
    align-items: center;
}
.author-holder {
    display: flex;
    align-items: center;
}
.author-holder .author-img.author-img40 {
    width: 40px;
    margin-right: 18px;
    border-radius: 50%;
    overflow: hidden;
}
.author-holder .author-img img {
    width: 100%;
}
.author-holder .author-name {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.4;
}
.post-meta .post-date p {
    margin-bottom: 0;
}

.form-holder .acquired-form .form-group {
    position: relative;
}

.acquired-form label {
    position: absolute;
    left: 16px;
    top: 13px;
    font-weight: 300;
    font-size: 18px;
    transition: ease all 0.2s;
    z-index: 9;
    color: #7a899f;
}
.mc4wp-form label,
.wpcf7-form label,
.acquired-form label {
    position: absolute;
    left: 16px;
    top: 13px;
    font-weight: 300;
    font-size: 18px;
    transition: ease all 0.2s;
    z-index: 9;
    color: #7a899f;
}
.wpcf7-form .wpcf7-not-valid-tip {
    font-size: 14px;
    line-height: 1.4;
    color: #e13030;
    text-align: left;
}
.mc4wp-form .form-control,
.wpcf7-form .form-control,
.acquired-form .form-control {
    min-height: 48px;
    border: 1px solid #b5bdca;
    border-radius: 4px;
    outline: none !important;
    box-shadow: none;
    font-weight: 300;
    font-size: 18px;
    color: #011432;
    padding: 20px 15px 6px;
    font-family: "Roboto", Arial;
    position: relative;
}
.mc4wp-form .form-group,
.wpcf7-form .form-group,
.acquired-form .form-group {
    position: relative;
}
.wpcf7-form textarea.form-control,
.acquired-form textarea.form-control {
    height: 130px;
}
.mc4wp-form .form-control:focus,
.mc4wp-form .form-control:hover,
.acquired-form .form-control:focus,
.wpcf7-form .form-control:focus,
.acquired-form .form-control:hover,
.wpcf7-form .form-control:hover {
    border-color: #7a899f;
    outline: none !important;
}
.mc4wp-form .form-control:focus,
.wpcf7-form .form-control:focus,
.acquired-form .form-control:focus {
    border: 2px solid #7a90ff;
    padding: 20px 14px 6px;
    color: #011432;
}
.wpcf7-form .form-control:focus,
.partner-form .form-control:focus {
    border-color: #7a899f;
}
.wpcf7-form .form-control.wpcf7-not-valid,
.acquired-form .form-control.error {
    border: 2px solid #e13030;
}
.mc4wp-form .form-group.input-active label,
.wpcf7-form .form-group.input-active label,
.acquired-form .form-group.input-active label {
    top: 6px;
    font-size: 10px;
}
.wpcf7-form .form-control::placeholder,
.acquired-form .form-control::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #7a899f;
    opacity: 1; /* Firefox */
    font-weight: 300;
    font-family: "Roboto", Arial;
}
.wpcf7-form .form-control:-ms-input-placeholder,
.acquired-form .form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #7a899f;
    font-weight: 300;
    font-family: "Roboto", Arial;
}
.wpcf7-form .form-control::-ms-input-placeholder,
.acquired-form .form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #7a899f;
    font-weight: 300;
    font-family: "Roboto", Arial;
}
.wpcf7-form .wpcf7-response-output,
.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
    display: none !important;
}

.insight-single-banner {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.insight-single-banner > img {
    display: none;
}
.blue-overlay {
    background: rgba(0, 19, 115, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}
.contact-us-right {
    position: relative;
    padding-left: 100px;
}
.contact-us-right .customer-widget {
    position: relative;
    padding-bottom: 70px;
}
.pr-100 {
    padding-right: 100px;
}
.customer-widget .icon-holder {
    width: 56px;
    margin-bottom: 16px;
}
.customer-widget .icon-holder svg, .customer-widget .icon-holder img {
    width: 56px;
    height: auto;
}
.push-l-m7 {
    margin-left: -7px;
}
.ico-list {
    font-size: 18px;
    font-weight: 500;
}
.ico-list li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.ico-list li .ico-holder {
    margin-right: 8px;
    width: 24px;
}
.ico-list li .ico-holder img {
    width: 24px;
    height:  auto;
}
.ico-list li span {
    display: inline-block;
}
.vacancy-header {
    border-top: 1px solid #c4c4c4;
    padding: 60px 0 50px;
}
.vacancy-header .vacancy-header-inner {
    width: 40%;
}
.vacancy-list-holder {
    position: relative;
}
.vacancy-list {
    position: relative;
    overflow: hidden;
    margin-bottom: 90px;
}
.vacancy-list > li a {
    display: flex;
    align-items: center;
    padding: 20px 90px 20px 0;
    border-top: 1px solid #c4c4c4;
    position: relative;
}
.vacancy-list > li:after {
    content: "\e901";
    font-family: "icomoon";
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    line-height: 28px;
    width: 24px;
    height: 24px;
    color: #7a90ff;
    cursor: pointer;
    transition: ease all 1s;
}
.vacancy-list > li:hover:after {
    right: -3px;
}
/*.vacancy-list > li:last-child {
  border-bottom: 1px solid #c4c4c4;
}*/
.vacancy-list .vacancy-title {
    flex: 1;
}
.vacancy-list .vacancy-title h3 {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.3;
    letter-spacing: 0.02em;
    color: #011432;
    margin: 0;
    transition: ease all 0.2s;
}
.vacancy-list li:hover .vacancy-title h3 {
    color: #7a90ff;
}
.vacancy-list .vacancy-title h3 a:hover {
    color: #3b3c45;
}
.vacancy-cat-holder .badge-secondary {
    font-size: 10px;
    background: #b5bdca;
    color: #fff;
    text-transform: uppercase;
    padding-left: 7px;
    padding-right: 7px;
}
.vacancy-cat-holder {
    display: flex;
    overflow: hidden;
}
.vacancy-cat-holder.vertical {
    flex-direction: column;
}
.vacancy-cat-holder li {
    width: 140px;
    text-align: right;
    margin-top: -3px;
}
.vacancy-cat-holder.vertical li {
    width: auto;
    text-align: left;
    margin: 0 0 10px;
}
.vacancy-cat-holder.vertical .badge-secondary {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
}
.vacancy-cat-holder .badge-secondary .badge-icon {
    margin-right: 3px;
    width: 12px;
}
.vacancy-cat-holder .badge-secondary .badge-icon img {
    width: 100%;
}
.vacancy-cat-holder .badge-secondary span {
    display: inline-block;
    vertical-align: middle;
}
.get-touch-widget {
    background: #f3f4f9;
    border-radius: 8px;
    padding: 40px 55px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.vacancy-centent h4 {
    font-size: 18px;
    line-height: 1.3;
    letter-spacing: 0.02em;
    color: #011432;
    margin: 0 0 22px;
    font-weight: 400;
}
.vacancy-centent ul {
    list-style: none;
    padding: 0;
    margin: 0 0 50px;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    color: #011432;
}
.vacancy-centent ul li {
    position: relative;
    padding-left: 32px;
    margin: 0 0 10px;
}
.vacancy-centent ul li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 8px;
    height: 8px;
    background: #7a90ff;
    border-radius: 50%;
}
.sidebar2-inner {
    padding-right: 100px;
}
.social-widget {
    position: relative;
}
.social-widget h4 {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.02em;
    color: #011432;
    margin: 0 0 12px;
}
.social-widget .social-list {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}
.social-widget .social-list li {
    margin: 0 7px 7px 0;
    width: 32px;
    height: 32px;
    overflow: hidden;
    border-radius: 50%;
}
.social-widget .social-list li img {
    width: 100%;
}
.team-list-holder .section-icon {
    width: 90px;
    height: 90px;
}
.list-wrap-holder,
.team-list-holder {
    flex-wrap: wrap;
}
.list-wrap-holder li,
.team-list-holder li {
    width: 18%;
    margin: 0 1% 22px;
}
.tile-list-view .section-icon {
    margin: 0 15px 0 0;
}
.tile-list-view li {
    display: flex;
    margin: 0 0 15px;
}
.tile-list-gap50 li {
    margin: 0 0 50px;
}
.tile-list-view .section-text {
    flex: 1;
}
.join-us-section {
    background: #fff;
    padding: 34px 44px;
    border-radius: 8px;
    margin: 0 0 25px 20px;
}
.section-bg-img {
    position: absolute;
    height: 100%;
    width: 800px;
    top: 0;
    right: 0;
    justify-content: center;
    align-items: center;
    display: flex;
}
.section-bg-img.top-m50 {
    margin-top: -50px;
    right: auto;
    left: 20px;
}
.section-bg-img.center {
    top: 50%;
    transform: translateY(-50%);
}
.section-bg-ipad-img {
    width: 1050px;
}
.section-img-group {
    position: relative;
    height: 100%;
}
.section-img-group .img-small img {
    width: 100%;
    height: auto;
}
.section-img-group .img-small {
    width: 60%;
    margin: 0 auto;
}
.section-img-group .img-large img {
    width: 100%;
}
.section-img-group .img-large {
    position: absolute;
    width: 500px;
    bottom: -130px;
    left: 0;
}

.partner-img-group {
    position: absolute;
    height: auto;
    left: 20%;
    width: 100%;
    top: -130px;
    z-index: 9;
}
.partner-img-group .img-small {
    width: 100%;
}
.partner-why-join-sec {
    margin: 0 0 -111px;
    overflow: hidden;
    padding-top: 130px;
}
.partner-why-join-sec:after {
    content: "";
    position: absolute;
    background: #001375;
    top: 0;
    width: 100%;
    height: 30px;
}
.circle-slider-team.partner-circle-slider-team {
    margin-top: 0;
}
.circle-slider-team.partner-circle-slider-team .slide-thumb-circle img {
    border-radius: 50%;
}
.circle-slider-team.partner-circle-slider-team .slide-thumb-circle {
    background: transparent;
}
.circle-slider-team.partner-circle-slider-team
    .slick-current
    .slide-thumb-circle {
    background: #f3f4f9;
}

/* Slick Slider Holder 1 */
.slick-dotted.slick-slider {
    margin-bottom: 70px;
}
.slick-holder-one {
    margin: 0 0 10px;
}
/*.slick-holder-one .slick-slider {padding: 0 150px;}*/
.client-section {
    padding-bottom: 50px;
}
.slick-holder-one .slick-track {
    display: flex;
}
.slick-holder-one .slick-slide {
    margin: 0px 50px;
    display: flex;
    height: auto;
    align-items: center;
    justify-content: center;
}
.slick-holder-one.slick-holder-partner .slick-slide {
    margin: 0 20px;
}
.slick-holder-one .slick-slide img {
    width: 100%;
}
.slick-holder-one .slick-prev,
.slick-holder-one .slick-next {
    width: 31px;
    height: 31px;
}
.our-story-slider .slick-prev.slick-disabled,
.our-story-slider .slick-next.slick-disabled {
    opacity: 0.5;
}
.slick-holder-one .slick-prev {
    left: 0;
}
.slick-holder-one .slick-next {
    right: 0;
}

.slick-holder-one .slick-prev:before,
.slick-holder-one .slick-next:before {
    content: "\f053";
    font-family: FontAwesome;
    font-size: 31px;
    color: #a0a0a0 !important;
    z-index: 100;
    opacity: 1;
    transition: ease all 0.15s;
}
.slick-holder-one .slick-next:before {
    content: "\f054";
}

.slick-holder-one .slick-prev:hover:before,
.slick-holder-one .slick-next:hover:before {
    opacity: 0.75;
}

.slick-prev,
.slick-next {
    z-index: 99;
}
/*.slick-holder-one .slick-slider:before,
.slick-holder-one .slick-slider:after {
  content: '';
  position: absolute;
  top: 0;
  left: 110px;
  width: 100px;
  height: 91px;
  z-index: 1;
  background: -moz-linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), #ffffff 68%, #ffffff);
  background: -webkit-linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), #ffffff 68%, #ffffff);
  background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), #ffffff 68%, #ffffff);
}
.slick-holder-one .slick-slider:after {
  left: auto;
  right: 110px;
  background: -moz-linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), #ffffff 68%, #ffffff);
  background: -webkit-linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), #ffffff 68%, #ffffff);
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), #ffffff 68%, #ffffff);
}*/

/* End Slick Slider Holder 1 */
.without-circle-slider,
.circle-slider-2 {
    border-radius: 8px;
    max-width: 730px;
}
.without-circle-slider.bg-white {
    background: #fff;
}
.without-circle-slider .slick-list,
.circle-slider-2 .slick-list {
    overflow: inherit;
}
.without-circle-slider .slide-block,
.circle-slider-2 .slide-block {
    background: #fff;
    border-radius: 8px;
    padding: 80px 92px;
    font-weight: 500;
    font-size: 26px;
    line-height: 1.2;
    color: #7a899f;
    box-shadow: 0px 4px 78px rgba(0, 0, 0, 0.12);
}
.without-circle-slider .slide-block.no-shadow,
.circle-slider-2 .slide-block.no-shadow {
    box-shadow: none;
}
.without-circle-slider .slide-block blockquote,
.circle-slider-2 .slide-block blockquote {
    font-style: normal;
    display: block;
    margin: 0;
    font-weight: normal;
}
.without-circle-slider .slide-block blockquote cite,
.circle-slider-2 .slide-block blockquote cite {
    font-size: 18px;
    line-height: 150%;
    letter-spacing: -0.01em;
    color: #011432;
    display: block;
    font-weight: 300;
    font-style: normal;
    margin-top: 27px;
    display: block;
}
.without-circle-slider .slide-block blockquote cite strong,
.circle-slider-2 .slide-block blockquote cite strong {
    font-weight: 500;
}
.slide-thumb-circle {
    width: 122px;
    height: 122px;
    border: 5px solid transparent;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    transition: ease all 1s;
    margin: 0 30px 0 0;
    overflow: hidden;
    padding: 10px;
}
.slide-thumb-circle img {
    width: 100%;
    height: auto;
}

.slider-nav-thumbnails {
    padding: 0 25px 40px;
    min-height: 222px;
    max-width: 730px;
}
.slider-nav-thumbnails .slick-slide {
    cursor: pointer;
    outline: none;
    display: flex;
    align-items: center;
    transition: ease all 1s;
}
.slider-nav-thumbnails .slick-track {
    display: flex;
    align-items: center;
    min-height: 238px;
}
@media only screen and (min-width: 768px) {
    .slider-nav-thumbnails .slick-track {
        width: 680px !important;
        transform: none !important;
    }
}

.slider-nav-thumbnails .slick-slide:last-child .slide-thumb-circle {
    margin: 0;
}
.slider-nav-thumbnails
    .slick-slide.slick-cloned.slick-current
    .slide-thumb-circle,
.slider-nav-thumbnails .slick-slide.slick-current .slide-thumb-circle {
    opacity: 1;
    width: 222px;
    height: 222px;
    border-color: #7a90ff;
    padding: 20px;
    transition: ease all 1s;
}
.circle-half-up,
.circle-slider-team {
    position: relative;
    margin-top: -111px;
}
.circle-slider-team .slide-thumb-circle {
    padding: 0;
    background: #f3f4f9;
}
.circle-half-up .slide-thumb-circle {
    background: #f3f4f9;
}
.circle-slider-team .circle-slider-2 {
    box-shadow: none;
}
.circle-slider-team
    .slider-nav-thumbnails
    .slick-slide.slick-cloned.slick-current
    .slide-thumb-circle,
.circle-slider-team
    .slider-nav-thumbnails
    .slick-slide.slick-current
    .slide-thumb-circle,
.circle-slider-team
    .slider-nav-thumbnails
    .slick-slide.slick-center
    .slide-thumb-circle {
    padding: 0;
    background: #fff;
    position: relative;
}
.circle-slider-team
    .slider-nav-thumbnails
    .slick-slide.slick-cloned.slick-current
    .slide-thumb-circle:after,
.circle-slider-team
    .slider-nav-thumbnails
    .slick-slide.slick-current
    .slide-thumb-circle:after,
.circle-slider-team
    .slider-nav-thumbnails
    .slick-slide.slick-center
    .slide-thumb-circle:after {
    content: "";
    position: absolute;
    border: 3px solid #fff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
}
.circle-half-up
    .slider-nav-thumbnails
    .slick-slide.slick-current.slick-active
    .slide-thumb-circle {
    background: #fff;
}
.logos-section-static .client-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}
.logos-section-static .client-logos li {
    margin-right: 110px;
    width: 20%;
    margin-bottom: 10px;
}
.logos-section-static .client-logos li img {
    width: 100%;
}
.logos-section-static .client-logos li:last-child {
    margin-right: 0;
}
.logos-section-static .client-logos li.half {
    width: 12%;
}
.our-story-slider {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}
.our-story-slider .slick-slide > div {
    padding-right: 50px;
}

.our-story-slider .slick-arrow {
    position: absolute;
    font-size: 0;
    line-height: 0;
    top: 50%;
    width: 54px;
    height: 54px;
    border: 1px solid #fff;
    border-radius: 100%;
    background: transparent;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.our-story-slider .slick-arrow:hover {
    background: #fff;
}
.our-story-slider .slick-arrow:hover:after {
    color: #001375;
}
.our-story-slider .slick-arrow.slick-next {
    right: -106px;
    transform: translate(0, -50%) rotate(-90deg);
}
.our-story-slider .slick-arrow.slick-prev {
    left: -106px;
    transform: translate(0, -50%) rotate(90deg);
}

.our-story-slider .slick-arrow:after {
    content: "\e900";
    font-family: "icomoon";
    font-size: 18px;
    color: #fff;
}
.section-thankyou {
    min-height: 70vh;
    display: flex;
    align-items: center;
}
.thankyou-holder .ico-64 {
    width: 64px;
    margin: 0 auto 23px;
}
.thankyou-holder .ico-64 img {
    width: 100%;
}
.thankyou-holder a:hover {
    color: #6273cc;
}
.insight-newsletter-holder.success {
    background: #001375;
}
.insight-newsletter-holder .thankyou-widget {
    display: none;
    min-height: 300px;
    text-align: center;
}
.insight-newsletter-holder.success .thankyou-widget {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.insight-newsletter-holder.success form {
    display: none;
}
.insight-newsletter-holder.success .acquired-form {
    display: none;
}
.ico-s36 {
    width: 36px;
}
.insight-newsletter-holder .thankyou-widget .ico-s36 {
    margin: 0 auto 10px;
}

@media only screen and (max-width: 1365px) {
    .our-story-slider {
        padding: 0 70px;
    }
    .our-story-slider .slick-slide > div {
        padding: 0 20px;
    }
    .our-story-slider .slick-arrow.slick-prev {
        left: 0;
    }
    .our-story-slider .slick-arrow.slick-next {
        right: 0;
    }
}
@media only screen and (max-width: 1288px) {
    .section-overlap {
        display: none;
    }
    .section-home-payment {
        overflow: hidden;
    }
}
@media only screen and (max-width: 1199px) {
    .home-section-solution {
        padding: 100px 0;
    }
    .home-section-solution .p-lr30 {
        padding: 0;
    }
    .home-banner .heading-1 {
        padding-right: 70px;
    }
    .section-tile .tile-large .tile-img {
        width: 380px;
    }
    .section-tile .tile-large .tile-text {
        padding-right: 80px;
    }
    .section-tile .section-tile-holder.right .tile-large .tile-text,
    .section-tile
        .section-tile-holder.tile-reversed:nth-child(2n)
        .tile-large
        .tile-text {
        padding-left: 85px;
    }
    .section-tile .tile-small .tile-img {
        margin-bottom: 28px;
    }
    .home-section-feature {
        overflow: hidden;
    }
    .bg-lines01 {
        background-size: 100%;
        background-position: 260px 0;
    }
    .home-section-feature .spacer.push-60 {
        display: none;
    }
    .payment-banner-section .banner-img .banner-img-out.out-right-bottom {
        right: auto;
        left: 0;
    }
    .payment-banner-section .banner-img .banner-img-out .img-1 {
        right: auto;
        left: 0;
    }
    .payment-banner-section .banner-img .banner-img-out .img-2 {
        right: auto;
        left: -80px;
    }
    .section-tile.section-home-payment
        .section-tile-holder.right
        .tile-large
        .tile-img {
        margin-right: 0;
        margin-left: -120px;
    }
    .section-tile.section-home-payment
        .section-tile-holder.right
        .tile-large
        .tile-text {
        padding-left: 80px;
    }
    .heading-3.p-lr100 {
        padding: 0;
    }
    .section-tile .tile-large .tile-img {
        position: relative;
        margin-right: -120px;
    }
    .section-tile .section-tile-holder.right .tile-large .tile-img,
    .section-tile
        .section-tile-holder.tile-reversed:nth-child(2n)
        .tile-large
        .tile-img,
    .section-tile.section-feature-tile
        .section-tile-holder.tile-reversed:nth-child(2n)
        .tile-large
        .tile-img {
        margin-right: 0;
        margin-left: -120px;
    }
    .section-post .post-list.listing li:first-child .post-img-holder {
        margin-right: -120px;
        position: relative;
    }
    .section-post .post-list.listing li:first-child {
        align-items: center;
    }
    .insight-newsletter-holder h2 {
        font-size: 18px;
    }
    .section-post .post-content {
        padding-right: 30px;
    }
    .contact-us-right {
        padding-left: 40px;
    }

    .section-img-group .img-small {
        width: 100%;
    }
    .section-img-group .img-large {
        left: -110px;
    }

    .section-holder.other-vacancy-section {
        padding-top: 0;
    }

    .team-list-holder li {
        width: 23%;
    }
    .section-about-value {
        overflow: hidden;
    }
    .section-about-value .section-bg-img {
        left: 35%;
        right: 0;
    }
    .section-nav-drop .drop-nav-right {
        width: 28%;
    }
    .section-nav-drop .drop-list-holder p {
        margin: 0 0 6px;
        min-height: 40px;
    }
}
.d-inline-block-sm {
    display: none;
}
.d-block-sm {
    display: none;
}
.dropdown-item.active,
.dropdown-item:active {
    background: #7a90ff;
}
.menu-click {
    display: none;
}
.d-block-tab {
    display: none;
}
@media only screen and (max-width: 991px) {
    .d-block-tab {
        display: block;
    }
    #header {
        position: fixed;
    }
    .logos-section-static .client-logos li {
        margin-right: 50px;
    }
    .home-banner .banner-img {
        position: absolute;
        right: -150px;
        top: 40px;
    }
    .bg-lines01 {
        background-size: 140%;
        background-position: 140px 100%;
    }
    .home-section-solution .heading-2.p-lr100 {
        padding: 0;
    }
    .section-tile .tile-large .tile-img {
        position: relative;
        margin-right: -120px;
    }
    .section-tile
        .section-tile-holder.tile-reversed:nth-child(2n)
        .tile-large
        .tile-img {
        order: 2;
        margin-left: 0;
        margin-right: -120px;
    }
    .section-tile .section-tile-holder.right .tile-large .tile-text,
    .section-tile
        .section-tile-holder.tile-reversed:nth-child(2n)
        .tile-large
        .tile-text {
        order: 1;
        padding-left: 0;
        padding-right: 80px;
    }
    .section-tile .section-tile-holder.right .tile-large .tile-text {
        padding-left: 80px;
    }
    .section-tile .tile-small {
        margin-bottom: 50px;
    }
    .section-tile-holder {
        margin-bottom: 120px;
    }
    .section-tile .tile-large {
        padding: 30px 0 60px;
    }
    .footer .f-left {
        width: 30%;
    }
    .footer .f-menu-block {
        width: 70%;
    }
    .f-bottom {
        flex-wrap: wrap;
        justify-content: center;
    }
    .f-bottom .f-copy {
        width: 100%;
        order: 2;
        margin-top: 50px;
        text-align: center;
    }
    .slider-nav-thumbnails {
        padding: 0 0 40px;
    }
    .home-section-partner .heading-2.p-lr100 {
        padding: 0;
    }
    .payment-section-online .section-block {
        margin-bottom: 40px;
    }
    .section-payment-automation.section-tile .tile-large.tile-row {
        flex-wrap: wrap;
    }
    .section-payment-automation.section-tile .tile-large .tile-img {
        order: 0;
        width: 100%;
        margin-right: 0;
        flex: 1 100%;
        margin: 0 0 60px;
    }
    .section-payment-automation.section-tile .tile-large .tile-text {
        padding-right: 0;
    }
    .section-tile.section-payment-automation
        .section-tile-holder.right
        .tile-large
        .tile-img {
        margin-left: 0;
    }
    .section-tile.section-payment-automation
        .section-tile-holder.right
        .tile-large
        .tile-text {
        padding-left: 0;
    }
    .section-tile.section-payment-automation .tile-large {
        padding: 0 0 10px;
    }
    .payment-section-optimisation .section-block {
        margin-bottom: 40px;
    }
    .section-banking-value .section-block {
        margin-bottom: 40px;
    }
    .section-feature-tile.section-tile .tile-large .tile-text,
    .section-feature-tile.section-tile
        .section-tile-holder.right
        .tile-large
        .tile-text,
    .section-feature-tile.section-tile
        .section-tile-holder.tile-reversed:nth-child(2n)
        .tile-large
        .tile-text {
        padding-right: 0;
        width: 100%;
        flex: 100%;
    }
    .section-feature-tile.section-tile .tile-large.tile-row {
        flex-wrap: wrap;
    }
    .section-feature-tile.section-tile
        .section-tile-holder.tile-reversed:nth-child(2n)
        .tile-large
        .tile-img {
        padding: 0;
        margin: 0 0 40px;
        order: 0;
    }
    .section-feature-tile.section-tile .tile-large .tile-img.tile-img-long {
        order: 0;
        margin: 0 0 40px;
    }
    .section-our-feature .list-five-column {
        flex-wrap: wrap;
    }
    .section-our-feature .list-five-column li {
        width: 33%;
        flex: 1 33%;
        margin-bottom: 65px;
    }

    .section-post .post-list li {
        width: 48%;
    }
    .section-post .post-list .newslatter-holder {
        width: 100%;
    }
    .section-post .post-content {
        padding-right: 0;
    }
    .section-related-post .post-list li:last-child {
        display: none;
    }
    .social-widget {
        margin: 0 0 80px;
    }
    .contact-us-right {
        padding-left: 0;
        padding-top: 100px;
    }

    .d-none-sm {
        display: none !important;
    }
    .vacancy-header .vacancy-header-inner {
        width: 60%;
    }
    .vacancy-list .vacancy-title {
        flex: 0 100%;
        width: 100%;
    }
    .vacancy-list > li a {
        flex-wrap: wrap;
    }
    .vacancy-cat-holder li {
        width: auto;
        min-width: 60px;
        text-align: left;
        margin-top: 0;
        margin-right: 15px;
    }
    .get-touch-widget {
        flex-wrap: wrap;
    }
    .get-touch-widget .text-holder {
        width: 100%;
        margin-bottom: 30px;
    }
    .push-sm-100 {
        margin-bottom: 100px !important;
    }
    .sidebar2-inner {
        padding-right: 0;
    }
    .vacancy-cat-holder.vertical {
        flex-direction: row;
    }
    .vacancy-cat-holder.vertical li {
        margin: 0 10px 0 0;
    }
    .vacancy-centent {
        margin-bottom: 50px;
    }
    .social-widget .social-list {
        margin: 0 0 10px;
        justify-content: left;
    }

    .team-list-holder li {
        width: 31%;
    }
    .list-wrap-holder li {
        width: 23%;
    }
    .section-bg-img:not(.section-bg-ipad-img) {
        display: none;
    }
    .join-us-section {
        margin: 40px auto 0;
        max-width: 350px;
        text-align: center;
    }
    .d-none-md {
        display: none;
    }

    .header-nav-holder {
        position: fixed;
        height: 100vh;
        width: 100%;
        top: 67px;
        right: 100%;
        background: #fff;
        transition: ease all 0.3s;
    }
    .header-nav-holder .btn-holder {
        margin-top: 100px;
    }
    .header-nav-holder.mobile-menu-active {
        right: 0;
    }
    #header .header-nav-holder {
        padding: 50px 0px;
        text-align: left;
        display: block;
        overflow-y: auto;
        height: 100%;
    }
    #header .header-nav-holder .top-nav {
        text-align: left;
        display: block;
    }
    #header .menu-header-menu-container .menu li,
    #header .header-nav-holder .top-nav > li {
        font-weight: 500;
        font-size: 18px;
        line-height: 1.2;
        width: 100%;
        position: initial;
        display: block;
        text-align: left;
    }
    #header .menu-header-menu-container .menu {
        position: relative;
    }
    #header .menu-header-menu-container .menu > li > a {
        font-weight: bold;
    }
    #header .menu-header-menu-container .menu li,
    .navbar-default .header-nav-holder .navbar-nav > li {
        margin: 0 0 20px;
        padding: 0 24px;
    }
    #header .menu-header-menu-container .sub-menu li {
        padding: 0;
    }
    .section-nav-drop {
        padding: 0 24px;
    }
    #header {
        padding: 7px 0;
    }
    #header .navbar {
        padding: 0.5rem 0;
    }
    .nav-drop {
        visibility: hidden;
        opacity: 0;
        position: fixed;
        top: 100%;
        left: 100%;
        margin-left: 50px;
        width: 100%;
        height: 0;
        font-size: 16px;
        font-weight: 400;
        transform: none;
        padding: 40px 0 0;
    }

    #header .menu-header-menu-container .menu li.mobile-active,
    #header .header-nav-holder .top-nav > li.mobile-active {
        visibility: visible;
        opacity: 1;
    }

    #header .menu-header-menu-container .menu li.mobile-active .nav-drop,
    #header .header-nav-holder .top-nav > li.mobile-active .nav-drop {
        z-index: 100;
    }

    .nav-drop.menu-active {
        position: absolute;
        top: 100%;
        left: 0;
        margin-left: 0;
    }
    #header .header-nav-holder {
        height: auto;
        bottom: 0;
        overflow: hidden;
    }
    #header .header-nav-holder .menu-header-menu-container {
        transition-duration: 0.4s;
    }
    #header .header-nav-holder .level-up {
        font-weight: bold;
        cursor: pointer;
        margin-bottom: 2rem;
        margin-top: -1rem;
        position: relative;
        display: block;
    }
    #header .header-nav-holder .level-up::before {
        content: "";
        /* background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 16L14 12L10 8' stroke='%23001375' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); */
        background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 8L10 12L14 16' stroke='%23001375' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
        width: 24px;
        height: 24px;
        display: inline-block;
        position: relative;
        top: 5px;
        left: -5px;
    }
    #menu-header-menu > .menu-item-has-children > a {
        position: relative;
        display: block;
    }
    #menu-header-menu > .menu-item-has-children > a::after {
        content: "";
        background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 16L14 12L10 8' stroke='%23001375' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
        width: 24px;
        height: 24px;
        position: absolute;
        top: 0px;
        right: 0px;
    }
    #header .header-nav-holder.level-two .menu-header-menu-container {
        transform: translate(-100%, 0);
    }

    .section-nav-drop {
        flex-direction: column;
    }
    .section-nav-drop .drop-nav-right {
        width: 100%;
    }
    .section-nav-drop .drop-list-wrapper {
        flex-direction: column;
    }
    .section-nav-drop .drop-list-holder {
        margin: 0 0 32px;
    }
    .section-nav-drop .drop-nav-right .drop-list-holder {
        margin-bottom: 0;
    }
    .d-inline-block-sm {
        display: inline-block;
        float: right;
        margin-top: 2px;
    }
    #header .icon-arrow-down {
        display: none !important;
    }
    .navbar-default .navbar-nav > li > a {
        display: block;
    }

    .icon-close {
        transform: rotate(-45deg);
        transition: ease all 0.2s;
    }
    #header.fill .icon-close {
        transform: none;
    }
    .nav-tabs .dropdown-toggle::after {
        content: "\e900";
        font-family: "icomoon";
        border: 0;
        vertical-align: middle;
    }
    .d-block-sm {
        display: flex;
    }
    .section-inner-tab .nav-tabs .nav-item .nav-link {
        border-top-color: transparent;
        border-left-color: transparent;
        border-right-color: transparent;
    }
    .menu-click {
        display: block;
        width: 100%;
        height: 100%;
    }
    .section-out-both {
        margin-right: 0;
        margin-left: 0;
        padding-right: 15px;
        padding-left: 15px;
    }

    .img-full-small .container {
        max-width: 100%;
        padding: 0;
    }

    /* mobile nav */
    .nav-drop {
        position: absolute;
        top: 0;
        left: 100%;
        margin-left: 0;
        padding: 0;
        box-shadow: none;
        min-height: auto;
        min-width: auto;
        width: 100%;
        border-radius: 0;
    }
    .drop-nav-right {
        display: none;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1060px) {
    #header .logo {
        width: 172px;
        margin: 0 8px 0 0;
    }
    .menu-icon-holder {
        width: 0;
    }
    .navbar-default {
        padding: 0.5rem 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    /*.container, .container-sm, .container-md {
      max-width: 960px;
  }*/
    .newslatter-holder .insight-newsletter-holder {
        padding: 42px 32px;
        flex-wrap: wrap;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
    .newslatter-holder .insight-newsletter-holder .form-left {
        width: 40%;
        text-align: left;
    }
    .newslatter-holder .insight-newsletter-holder .acquired-form {
        width: 48%;
        margin-top: 15px;
    }
    .newslatter-holder .insight-newsletter-holder .icon-holder {
        margin: 0 0 5px;
    }
    .newslatter-holder .insight-newsletter-holder .heading-3.push-24 {
        margin-bottom: 16px;
    }
    .d-tab {
        display: block;
    }
    .d-desktop {
        display: none;
    }

    .contact-us-right {
        padding-left: 0;
        padding-top: 100px;
        display: flex;
    }
    .contact-us-right .customer-widget {
        padding-bottom: 0;
        margin-bottom: 0;
        width: 50%;
    }
    .contact-us-right .customer-widget.pr-100 {
        padding-right: 60px;
    }
    .contact-us-right .customer-widget:last-child {
        padding-left: 60px;
    }
    .contact-us-right .customer-widget.border-b-gray {
        border-right: 1px solid #c4c4c4;
        border-bottom: 0;
    }
    .contact-us-right .widget-support {
        text-align: center;
        margin-bottom: 0 !important;
    }
    .contact-us-right .widget-support .icon-holder {
        margin: 0 auto 16px;
    }
}
@media only screen and (max-width: 767px) {
    .container-fluid,
    .container,
    .container-sm {
        padding-right: 24px;
        padding-left: 24px;
    }
    .d-block-xs {
        display: block !important;
    }
    .home-banner .heading-1 {
        padding-right: 0;
    }
    .home-banner .btn-group-with-gap {
        width: 100%;
    }
    .home-banner .btn-group-with-gap .btn-blue {
        width: 50%;
    }
    .home-banner .btn-group-with-gap .btn-blue:last-child {
        margin-right: 0;
    }
    .logos-section-static .client-logos {
        flex-wrap: wrap;
    }
    .logos-section-static .client-logos li {
        margin-bottom: 30px;
        width: 33%;
    }
    .logos-section-static .client-logos li:nth-child(3n) {
        margin-right: 0;
    }
    .home-banner.bg-lines01 {
        background: #fff;
    }
    .logos-section-static .client-logos li {
        margin-right: 15%;
        width: 33%;
        flex: 0 0 18%;
    }
    .logos-section-static .client-logos li.half {
        width: 12%;
        flex: 0 0 12%;
    }
    .home-section-solution .heading-2 {
        font-size: 34px;
    }
    .home-section-solution .section-block {
        margin-bottom: 30px;
        overflow: hidden;
    }
    .home-section-solution {
        padding: 80px 0 50px;
    }
    .section-tile {
        padding: 80px 0 0;
    }
    .section-tile .tile-large.tile-row {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .section-tile .tile-large .tile-text {
        padding-right: 0;
        flex: 1 auto;
    }
    .section-tile .tile-large {
        padding: 0 0 20px;
    }
    .section-tile .tile-large .tile-img {
        margin-right: 0;
        order: 0;
        margin-bottom: 40px;
    }
    .font-xs-s26 {
        font-size: 26px;
    }
    .font-xs-s34 {
        font-size: 34px;
    }
    .font-xs-s46 {
        font-size: 46px;
    }
    .section-tile-holder {
        margin-bottom: 80px;
        overflow: hidden;
    }
    .section-tile .section-tile-holder.right .tile-large .tile-text,
    .section-tile
        .section-tile-holder.tile-reversed:nth-child(2n)
        .tile-large
        .tile-text {
        padding-right: 0;
    }
    .section-holder.home-section-solution .section-icon {
        width: 54px;
        height: 54px;
    }
    .section-tile .tile-small .btn-group,
    .section-tile .tile-small .btn-group .btn-blue {
        width: 100%;
    }
    .section-holder {
        padding: 80px 0;
    }
    .home-section-feature .heading-2.push-100 {
        margin-bottom: 0 !important;
    }
    .btn-group {
        width: 100%;
    }
    .btn-gray,
    .btn-white,
    .btn-blue,
    .btn-lt-blue {
        display: block;
        width: 100%;
    }
    .without-circle-slider .slide-block,
    .circle-slider-2 .slide-block {
        padding: 30px 32px;
        font-size: 18px;
    }
    .without-circle-slider
        .slide-block
        blockquote
        cite
        span
        .circle-slider-2
        .slide-block
        blockquote
        cite
        span {
        display: block;
    }
    .cta-section .f-content-center {
        min-height: 380px;
    }
    .section-holder {
        overflow: hidden;
    }
    .section-holder.home-section-feature .section-header {
        margin: 20px;
    }
    .footer {
        padding: 80px 0 60px;
    }
    .footer .f-top {
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
    .footer .f-left {
        width: 100%;
        text-align: center;
        margin-bottom: 60px;
    }
    .footer .f-left .f-logo {
        margin: 0 auto 10px;
    }
    .footer .f-phone-holder {
        display: none;
    }
    .footer .f-menu-block {
        width: 100%;
        flex-direction: column;
        text-align: center;
        align-items: center;
    }
    .footer .f-menu-holder {
        margin-bottom: 32px;
        padding: 0;
        flex: 100%;
        width: 100%;
    }
    .f-bottom-list {
        flex-direction: column;
        text-align: center;
        align-items: center;
        width: 100%;
    }
    .f-bottom-list li {
        padding: 0;
        margin-bottom: 12px;
    }
    .f-bottom-list li:after {
        display: none;
    }
    .f-bottom-list li:last-child {
        padding: 0;
    }
    #menu-footer-policy-menu {
        flex-direction: column;
        text-align: center;
        align-items: center;
        width: 100%;
    }
    #menu-footer-policy-menu li {
        padding: 0;
        margin-bottom: 12px;
    }
    #menu-footer-policy-menu li:after {
        display: none;
    }
    #menu-footer-policy-menu li:last-child {
        padding: 0;
    }
    .payment-banner-section .spacer-b150 {
        padding-bottom: 100px;
    }
    .payment-section-online .heading-2.p-lr100 {
        padding: 0;
    }
    .payment-section-online.section-holder.with-inner .section-holder-inner {
        padding: 0 0 20px;
    }
    .section-holder.with-inner {
        padding: 80px 0 0;
    }
    .payment-section-online .heading-3.p-lr100 {
        padding: 0;
    }
    .section-tile.section-home-payment
        .section-tile-holder.right
        .tile-large
        .tile-text {
        padding: 0;
    }
    .section-holder.with-inner .section-holder-inner {
        padding-bottom: 50px;
    }
    .section-tile.section-home-payment
        .section-tile-holder.right
        .tile-large
        .tile-img {
        margin-left: 0;
    }
    .push-xs-15 {
        margin-bottom: 15px;
    }
    .push-xs-60 {
        margin-bottom: 60px !important;
    }
    .section-tile
        .section-tile-holder.tile-reversed:nth-child(2n)
        .tile-large
        .tile-img {
        margin-right: 0;
        order: 0;
    }
    .section-our-feature .list-five-column li {
        width: 50%;
        flex: 1 50%;
    }
    .section-tile .section-tile-testi {
        flex-wrap: wrap;
        margin-bottom: 50px;
    }
    .section-tile .section-tile-testi .tile-testi-img {
        width: 120px;
        padding: 0 30px 40px 0;
    }
    .section-feature-tile.section-tile .tile-large .tile-img.tile-img-long {
        width: 100%;
    }
    .section-post:not(.section-related-post) .post-list.listing li:first-child,
    .section-post .post-list.listing li:first-child a,
    .section-post .post-list.listing li:first-child {
        flex-wrap: wrap;
        margin-bottom: 40px;
    }
    .section-post
        .post-list.listing
        li:first-child
        .post-text-holder
        .heading-2 {
        font-size: 26px;
    }
    .section-post:not(.section-related-post)
        .post-list.listing
        li:first-child
        .post-thumbnail,
    .section-post .post-list.listing li:first-child .post-img-holder {
        margin-right: 0;
        order: 0;
        width: 100%;
        min-height: 270px;
    }
    .section-post .post-list.listing li:first-child .post-text-holder {
        padding-right: 0;
    }
    .section-post .post-list li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 40px;
    }
    .pagination-load-more {
        margin: 40px 0 0px;
    }
    .pagination-load-more .pagination-load-more-inner {
        display: block;
        padding: 0;
    }
    .insight-single-banner .post-desc.pr-5 {
        padding-right: 0 !important;
    }
    .insight-single-banner .post-meta .col-xs-6 {
        width: 50%;
    }
    .section-post .post-list {
        margin-right: 0;
    }
    .contact-us-right .widget-support .icon-holder {
        margin: 0 auto 16px;
    }
    .contact-us-right .customer-widget {
        text-align: center;
    }
    .contact-us-right .customer-widget.pr-100 {
        padding-right: 0;
    }
    .form-holder {
        padding: 40px 999px;
        margin: 0 -999px;
        border-radius: 0;
    }
    .contact-us-right .customer-widget:last-child {
        padding-bottom: 0;
    }
    .vacancy-header .vacancy-header-inner {
        width: 100%;
    }
    .vacancy-header {
        padding: 40px 0 20px;
    }
    .vacancy-list > li a {
        padding: 15px 90px 15px 0;
    }
    .get-touch-widget {
        padding: 35px 32px;
    }
    .slider-overflow {
        overflow: visible;
    }
    .cta-section .f-contact-text h3 {
        margin-bottom: 26px;
    }
    .list-wrap-holder li,
    .team-list-holder li {
        width: 48%;
    }
    .push-xs-50 {
        margin-bottom: 50px !important;
    }
    .home-banner {
        padding-top: 40px;
    }
    .insight-banner-section {
        padding: 60px 0;
    }
    .social-widget .social-list {
        justify-content: left;
    }
    .social-widget .social-list-center-xs {
        justify-content: center;
    }

    .slide-thumb-circle {
        margin: 0;
    }
    .slider-nav-thumbnails .slick-list {
        margin: 0 -24px;
        padding: 0 !important;
    }
    .slider-nav-thumbnails
        .slick-slide.slick-cloned.slick-current
        .slide-thumb-circle,
    .slider-nav-thumbnails .slick-slide.slick-current .slide-thumb-circle,
    .slider-nav-thumbnails .slick-slide.slick-center .slide-thumb-circle {
        width: 222px;
        height: 222px;
        border-color: #7a90ff;
        padding: 20px;
    }
    .slider-nav-thumbnails .slick-slide {
        width: 222px;
        margin: 0 -14px;
    }
    .slider-nav-thumbnails .slick-slide > div {
        margin: 0 auto;
    }
    .insight_loadmore + .pagination-load-more {
        display: none;
    }
    .header-nav-holder .btn-holder {
        margin-top: 0;
        position: absolute;
        bottom: 50px;
        right: 25px;
        left: 25px;
    }
}
.section-holder.home-section-partner {
    overflow: hidden;
}

.wpcf7 {
    padding-top: 200px;
    margin-top: -200px;
}
.section-partner-meet .section-inner-tab .tab-pane {
    padding: 60px 0 0;
}
.section-partner-meet .logos-section-static .client-logos li {
    margin-right: 10%;
    width: 10%;
    margin-bottom: 40px;
}
.section-partner-meet .logos-section-static .client-logos {
    flex-wrap: wrap;
}
.section-partner-meet .without-circle-slider .slide-block,
.circle-slider-2 .slide-block {
    color: #3b3c45;
    text-align: left;
}
@media only screen and (min-width: 768px) {
    .pt-270 {
        padding-top: 270px;
    }
    .push-250-minus {
        margin-bottom: -250px;
        z-index: 999;
        position: relative;
    }
    .pb-120 {
        padding-bottom: 120px;
    }
    .push-270-plus {
        margin-top: -270px;
        z-index: 999;
        position: relative;
    }
}
.section-partner-meet .section-inner-tab .nav-tabs {
    border-bottom: 0;
    justify-content: center;
}
.section-partner-meet .section-inner-tab .nav-tabs .nav-item {
    border-bottom: 1px solid #dee2e6;
}
.section-partner-meet
    .section-inner-tab
    .nav-tabs
    .nav-item:last-child
    .nav-link {
    margin-right: 0;
}
.post-text-style {
    font-size: 18px;
    line-height: 1.4;
    color: #011432;
}
.post-text-style strong,
.post-text-style b {
    font-weight: 500;
}
.post-text-style p {
    margin-bottom: 40px;
    font-weight: 300;
}
.post-text-style .heading-1 {
    margin: 0 0 40px;
}
.post-text-style h2,
.post-text-style h3 {
    color: #3b3c45;
    font-weight: 500;
    margin: 0 0 32px;
}
.post-text-style h2 {
    font-size: 34px;
}
.post-text-style ol,
.post-text-style ul {
    margin: 0 0 30px;
    padding: 0 0 0 17px;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.5;
    overflow: hidden;
}
.post-text-style ol li,
.post-text-style ul li {
    margin: 0 0 15px;
    padding: 0 0 0 10px;
}
.page-small {
    padding: 80px 0 100px;
}
#cookie-law-info-bar,
.cookie-holder {
    position: fixed;
    bottom: 0;
    width: 100%;
    min-height: 240px;
    padding: 35px 80px;
    font-size: 14px;
    line-height: 1.4;
    color: #45515f;
    background: #fff;
    z-index: 99999;
    border-top: 1px solid #eeeff1;
    text-align: left;
    box-shadow: none;
}
#cookie-law-info-bar .cli_messagebar_head,
.cookie-holder h3 {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.01em;
    color: #011432;
}
#cookie-law-info-bar p,
.cookie-holder p {
    margin-bottom: 30px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}
#cookie-law-info-bar .btn-cookies,
.cookie-holder .btn-cookies {
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}
#cookie-law-info-bar .btn-cookies .cli_settings_button,
.cookie-holder .btn-cookies .coo-link {
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.05em;
    color: #001375;
    display: block;
    margin-right: 30px;
    background: transparent !important;
    padding: 0;
    min-height: auto;
    min-width: auto;
}
#cliSettingsPopup #wt-cli-privacy-save-btn,
#cookie-law-info-bar .btn-cookies a:not(.cli_settings_button) {
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    border: 2px solid transparent;
    background: #001375;
    display: inline-block;
    margin: 0;
    padding: 9px 24px;
    color: #fff;
    font: 700 14px/1.3 "Roboto", Arial, sans-serif;
    letter-spacing: normal;
    text-align: center;
    min-width: 134px;
    min-height: 40px;
    margin: 0;
    border-radius: 4px;
    margin-right: 10px;
}
#cliSettingsPopup #wt-cli-privacy-save-btn {
    margin-right: 0;
}
/* Vertical Slider */

.vertical-slide-container {
    display: flex;
    justify-content: center;
}
.vertical-slide-container .slide-wrapper {
    width: 20%;
    margin-right: 110px;
    flex: 1;
    display: flex;
    justify-content: center;
}
.vertical-slide-container .slide-wrapper:last-child {
    margin-right: 0;
}
.client-logo-vertical {
    max-width: 134px;
    padding: 0;
    list-style: none;
    margin: -70px 0 0;
}
.client-logo-vertical .vertical-slide {
    background-size: 100%;
    background-position: 0 center;
    height: 70px;
    width: 100%;
    background-repeat: no-repeat;
    opacity: 1;
}
.client-logo-vertical .slick-track {
}
.client-logo-vertical .slick-list {
    padding: 70px 0 0 !important;
}

.client-logo-vertical .slick-slide {
    opacity: 0;
    transition: ease opacity 1s;
}
.client-logo-vertical .slick-cloned,
.client-logo-vertical .slick-current {
    opacity: 1;
}
.client-logo-vertical .slick-cloned:first-child {
    opacity: 0;
}
@media only screen and (max-width: 991px) {
    .vertical-slide-container .slide-wrapper {
        margin-right: 50px;
    }
}
@media only screen and (max-width: 767px) {
    .vertical-slide-container {
        flex-wrap: wrap;
    }
    .vertical-slide-container .slide-wrapper {
        margin-right: 15%;
        margin-bottom: 30px;
        width: 33%;
        flex: 0 0 18%;
    }
}

/* End Vertical Slider */

/* Footer Social Links */

.footer .f-social {
    margin-top: 25px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}
.footer .f-social li {
    width: 26px;
    height: 26px;
    margin-right: 14px;
}
.footer .f-social li a {
    border: 2px solid #001375;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px;
    border-radius: 8px;
    transition: ease all 0.25s;
}
.footer .f-social li a:hover {
    background: #f3f4f9;
}
.footer .f-social li a img {
    width: 100%;
}
@media only screen and (max-width: 767px) {
    .footer .f-social {
        justify-content: center;
    }
}
.cta-section .f-contact-text .form-partner-holder p {
    color: #45515f;
}
.form-partner-holder .heading-3 {
    color: #45515f;
}
.form-partner-holder .wpcf7 {
    padding-left: 30px;
    padding-right: 30px;
}

@media only screen and (max-width: 767px) {
    .cta-section .f-content-center {
        padding: 50px 0;
    }
    .form-holder.form-partner-holder {
        margin: 0;
        padding: 30px 15px 50px;
        border-radius: 8px;
    }
    .form-partner-holder .wpcf7 {
        padding-left: 10px;
        padding-right: 10px;
    }
    .circle-slider-team {
        position: static;
    }
    .section-tile .section-tile-holder.right .tile-large .tile-text {
        padding-left: 0;
    }
    .section-tile .section-tile-holder.right .tile-large .tile-img {
        margin-left: 0;
    }
}
.pb-100 {
    padding-bottom: 100px;
}

.section-img-overlap.careers-section-img-overlap {
    margin-top: 0;
}

.section-img-overlap.careers-section-img-overlap .img-wrapper-overlap {
    position: relative;
    z-index: 9;
}

.careers-banner-holder {
    margin-bottom: -100px;
    position: relative;
    z-index: 8;
}

.section-tile.testi-holder .tile-large.tile-row {
    overflow: hidden;
}
.section-tile.testi-holder .section-tile-testi {
    display: block;
    overflow: hidden;
}

.section-tile.testi-holder .section-tile-holder .tile-large .tile-text {
    overflow: hidden;
}

.section-tile.testi-holder .testi-tile {
    display: flex !important;
    align-items: center;
    padding: 10px 0;
}

.section-tile.testi-holder .testi-slider .slick-arrow {
    position: absolute;
    bottom: 2px;
    right: 0;
    background: none;
    border: 0;
    font-size: 0;
}
.section-tile.testi-holder .testi-slider .slick-arrow:after {
    content: "";
    background: url("./images/svgs/arrow-right.svg");
    width: 6px;
    height: 10px;
    position: absolute;
    top: 0;
    right: 0;
}
.section-tile.testi-holder .testi-slider .slick-arrow.slick-prev {
    right: 30px;
}
.section-tile.testi-holder .testi-slider .slick-arrow.slick-prev:after {
    background: url("./images/svgs/arrow-left.svg");
}

.mc4wp-form .mc4wp-form-fields input[type="submit"] {
    font: 700 14px/1.3 "Roboto", Arial, sans-serif;
    border-radius: 4px;
    color: #fff;
    width: 100%;
    border: 0;
    padding: 8px 16px;
    min-height: 38px;
    background: #7a90ff;
    -webkit-transition: background ease 0.5s;
    transition: background ease 0.5s;
}
.mc4wp-form .mc4wp-form-fields input[type="submit"]:hover {
    background: #6273cc;
}

.mc4wp-form input[type="submit"].disabled:hover,
.mc4wp-form input[type="submit"].disabled {
    background: rgba(122, 144, 255, 0.3);
    pointer-events: none;
}


.accordion .card .card-header .btn {
    color: #7a90ff;
}

.accordion .card .card-header .btn .heading-icon-left {
    margin-right: 0.75rem;
}

.accordion .card .card-header .btn:hover, .accordion .card .card-header .btn:focus {
    text-decoration: none;
}

.accordion .card .card-header .btn:hover .title {
    text-decoration: underline;
}

.accordion .card .card-header .btn:focus, .accordion .card .card-header .btn.focus {
    box-shadow: none;
}

html {
  scroll-behavior: smooth;
}


.wpcf7-spinner {
    margin: 1rem auto -1rem;
    display: block;
}

.donate-form .donations {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.donate-form .donations .donation {
  padding: 0;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 0.25rem;
}

.donate-form .donations input[type="radio"] {
  display: none;
}

.donate-form .donations label {
    display: inline-block;
    margin-bottom: 0;
    border: 2px solid #001375;
    background-color: transparent;
    color: #001375;
    padding: 9px 24px;
    font: 700 14px/1.3 "Roboto", Arial, sans-serif;
    border-radius: 4px;
    transition: all 0.25s ease-out;
}

.donate-form .donations label:hover {
  background: #000d52;
  border: 2px solid #000d52;
  color: white;
  cursor: pointer;
}

.donate-form .donations input[type="radio"]:checked + label {
  background: #001375;
  border: 2px solid #001375;
  color: white;
}

.donate-form.light h6 {
    color: white;
}
.donate-form.light .donations label {
    border: 2px solid #7a90ff;
    color: white;
    background-color: transparent;
}

.donate-form.light .donations label:hover {
  background: #6273cc;
  border: 2px solid #6273cc;
  color: white;
  cursor: pointer;
}

.donate-form.light .donations input[type="radio"]:checked + label {
  background: #7a90ff;
  border: 2px solid #7a90ff;
  color: white;
}

/*#menu-header-menu > .menu-item-has-children > .sub-menu li {
    padding: 0.675em 0;
    line-height: 0.5;
    vertical-align: top;
    float: none;
    position: relative;
}

#menu-header-menu > .menu-item-has-children > .sub-menu li a {
    white-space: nowrap;
    font-size: 14px;
    color: #2c345e;
    font-weight: bold;
    text-decoration: none;
    letter-spacing: 0.05em;
}

#menu-header-menu > .menu-item-has-children > .sub-menu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: auto;
    padding: 2rem;
    background-color: white;
    text-align: left;
    box-shadow: 0 24px 36px rgba(0, 0, 0, 0.32);
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    transition: ease all 0.5s;
}

#menu-header-menu > .menu-item-has-children:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
}*/