/*
Theme Name: MNET
Theme URI: https://wordpress.org/themes/twentysixteen/
Author: WordPress
Author URI: https://wordpress.org/
Description: MNET
Version: 1.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: 

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
* Table of Contents
*
* 1.0 - Normalize
* 2.0 - Genericons
* 3.0 - Typography
* 4.0 - Elements
* 5.0 - Forms
* 6.0 - Navigation
*   6.1 - Links
*   6.2 - Menus
* 7.0 - Accessibility
* 8.0 - Alignments
* 9.0 - Clearings
* 10.0 - Widgets
* 11.0 - Content
*    11.1 - Header
*    11.2 - Posts and pages

*    11.4 - Comments
*    11.5 - Sidebar
*    11.6 - Footer
* 12.0 - Media
*    12.1 - Captions
*    12.2 - Galleries
* 13.0 - Multisite
* 14.0 - Media Queries
*    14.1 - >= 710px
*    14.2 - >= 783px
*    14.3 - >= 910px
*    14.4 - >= 985px
*    14.5 - >= 1200px
* 15.0 - Print
*/


/**
* 1.0 - Normalize
*
* Normalizing styles have been helped along thanks to the fine work of
* Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    margin: 0;
}

body,
html {
    height: 100%;
}

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

fieldset {
    min-width: inherit;
}

.cf:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.cf {
    display: inline-block;
}


/* start commented backslash hack \*/

* html .cf {
    height: 1%;
}

.cf {
    display: block;
}

.clearfix {
    display: table;
    width: 100%;
    clear: both;
}


/* close commented backslash hack */


/* ===== // General Styles ====== */

img {
    max-width: 100%;
    vertical-align: top;
}


/* ===== // Form Styles ====== */

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #000000;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #000000;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #000000;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #000000;
}

input,
textarea {
    background: none;
    border: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: none;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=search],
textarea {
    width: 100%;
}

textarea {
    resize: none
}


/* ===== // Fonts =============== */


/* ===== // Links & Buttons ===== */

a {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 18px;
    line-height: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #878787;
}

.button,
input[type=submit].search-submit {
    display: inline-block;
    background-color: #00aa97;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 1px;
    padding: 10px 60px 10px 30px;
    position: relative;
    text-align: center;
    cursor: pointer
}

.button:hover,
.button:focus {
    background-color: #fff;
    color: #00aa97;
}

input[type=submit].search-submit {
    padding: 10px 30px;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 55px;
    cursor: pointer
}


/* ===== // Headings ===== */

h1 {
    font-size: 45px;
    color: #000000;
    line-height: 51px;
    padding: 0px;
    margin: 0px;
    font-family: 'Oswald', sans-serif;
}

h2 {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 45px;
    line-height: 48px;
    color: #4a2882;
    text-transform: uppercase;
    margin: 0;
}

h3 {
    font-size: 30px;
    color: #000000;
    line-height: 36px;
    padding: 0px;
    margin: 0px;
    font-family: 'Oswald', sans-serif;
}

h4 {
    font-size: 22px;
    color: #000000;
    line-height: 28px;
    padding: 0px;
    margin: 0px;
    font-family: 'Oswald', sans-serif;
}

body {
    margin: 0px;
    padding: 0px;
    color: #01013f;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}

.container {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1310px;
    margin: 0 auto;
    width: 100%;
}

p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 25px;
    color: #01013f;
    margin: 0;
}

p a {
    color: #01013f;
    text-decoration: underline;
}

p a:hover {
    color: #55edf4;
}

p a:focus {
    color: #55edf4;
}

a:focus {
    outline: none;
}

.vh {
    visibility: hidden;
}

ul {
    list-style-type: circle;
    padding: 0 0 0 20px;
}

ul li {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    color: #01013f;
    padding: 0 0 8px 0;
}

ol {
    padding: 0 0 0 18px;
}

ol li {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    color: #01013f;
    padding: 0 0 8px 0;
}

li a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    color: #01013f;
    text-decoration: underline;
}

li a:hover {
    color: #55edf4;
}

li a:focus {
    color: #55edf4;
}

.site-inner {
    /* overflow-x: hidden; */
}

.site-header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    -webkit-transition: background-color 0.6s ease;
    -moz-transition: background-color 0.6s ease;
    -ms-transition: background-color 0.6s ease;
    transition: background-color 0.6s ease;
}

.header_inner {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 35px 0 36px;
    -webkit-transition: padding 0.6s ease;
    -moz-transition: padding 0.6s ease;
    -ms-transition: padding 0.6s ease;
    transition: padding 0.6s ease;
}

.logo {
    max-width: 185px;
    width: 100%;
    display: inline-block;
}

.enumenu_container {
    display: inline-block;
}

.logo img {
    width: 100%;
    /* height: 27px; */
}

.logo .sticky_logo {
    display: none;
}

.sticky-header .logo .sticky_logo {
    display: block;
}

.sticky-header .logo .default_logo {
    display: none;
}

.sticky-header .site-header {
    background-color: #ffffff;
    box-shadow: 0px 0px 13px -4px #737373;
    -ms-box-shadow: 0px 0px 13px -4px #737373;
    -o-box-shadow: 0px 0px 13px -4px #737373;
}

.banner_sec {
    position: relative;
    height: 93vh;
    display: flex;
    align-items: center;
}

.banner_img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.scroll_arrow {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
    text-align: center;
}

.scroll_arrow a {
    display: inline-block;
    text-align: center;
}

.scroll_arrow a label {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #ffffff;
    cursor: pointer;
    text-transform: uppercase;
    padding-bottom: 10px;
    display: inline-block;
}

.animation_line {
    width: 1px;
    height: 90px;
    -webkit-transform: translate3d(-50%, 0, 0) scaleX(1);
    transform: translate3d(-50%, 0, 0) scaleX(1);
    background: #55dde0;
    -webkit-animation: ScrollHint__line___21Cq_- 2.4s cubic-bezier(1, 0, 0, 1) infinite;
    animation: ScrollHint__line___21Cq_- 2.4s cubic-bezier(1, 0, 0, 1) infinite;
    display: block;
    margin: 0 auto;
}

@-webkit-keyframes ScrollHint__line___21Cq_- {
    0% {
        -webkit-transform: translate3d(-50%, 0, 0) scaleY(0);
        transform: translate3d(-50%, 0, 0) scaleY(0);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0
    }
    50% {
        -webkit-transform: translate3d(-50%, 0, 0) scaleX(1);
        transform: translate3d(-50%, 0, 0) scaleX(1);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0
    }
    50.1% {
        -webkit-transform: translate3d(-50%, 0, 0) scaleX(1);
        transform: translate3d(-50%, 0, 0) scaleX(1);
        -webkit-transform-origin: 0 100%;
        transform-origin: 0 100%
    }
    to {
        -webkit-transform: translate3d(-50%, 0, 0) scaleY(0);
        transform: translate3d(-50%, 0, 0) scaleY(0);
        -webkit-transform-origin: 0 100%;
        transform-origin: 0 100%
    }
}

@keyframes ScrollHint__line___21Cq_- {
    0% {
        -webkit-transform: translate3d(-50%, 0, 0) scaleY(0);
        transform: translate3d(-50%, 0, 0) scaleY(0);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0
    }
    50% {
        -webkit-transform: translate3d(-50%, 0, 0) scaleX(1);
        transform: translate3d(-50%, 0, 0) scaleX(1);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0
    }
    50.1% {
        -webkit-transform: translate3d(-50%, 0, 0) scaleX(1);
        transform: translate3d(-50%, 0, 0) scaleX(1);
        -webkit-transform-origin: 0 100%;
        transform-origin: 0 100%
    }
    to {
        -webkit-transform: translate3d(-50%, 0, 0) scaleY(0);
        transform: translate3d(-50%, 0, 0) scaleY(0);
        -webkit-transform-origin: 0 100%;
        transform-origin: 0 100%
    }
}

.banner_video {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: 1;
}

.banner_video:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.4;
}

.slider-video {
    height: 100%;
    object-fit: cover;
    width: 100%;
    background-size: cover;
}

@media all and (-ms-high-contrast:none) {
    .banner_video .slider-video {
        height: auto;
    }
}

_:-ms-lang(x),
.main_banner_sec .main_banner_div .banner_video .slider-video {
    height: auto;
}

.banner_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* padding: 235px 0 353px 0; */
    position: relative;
    z-index: 1;
}

.banner_text {
    width: 100%;
}

.banner_text.animated {
    -webkit-animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-duration: 2s;
    animation-fill-mode: both;
}

.banner_text h1 {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 72px;
    line-height: 77px;
    color: #55dde0;
    margin: 0 0 28px 0;
    text-transform: uppercase;
}

.banner_text h1 span {
    color: #fff;
    display: block;
    padding: 0 0 9px 0;
}

.banner_text p {
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 23.5px;
    line-height: 30px;
    color: #ffffff;
    letter-spacing: 1.16px;
    margin: 0 0 43px 0;
}

.banner_text .btn {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 25px;
    line-height: 28px;
    text-transform: uppercase;
    color: #492882;
    background-color: #ffffff;
    padding: 10px 46px 10px 47px;
    border: 1px solid #ffffff;
    display: inline-block;
    border-radius: 0;
}

.banner_text .btn:after {
    display: inline-block;
    content: "";
    width: 13px;
    height: 13px;
    border-right: 2px solid #492882;
    border-top: 2px solid #492882;
    transform: rotate(45deg);
    margin: 8px 0 0 13px;
    vertical-align: top;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.banner_text .btn:hover {
    color: #ffffff;
    background-color: transparent;
}

.banner_text .btn:focus {
    color: #ffffff;
    background-color: transparent;
}

.banner_text .btn:hover:after {
    border-color: #ffffff;
}

.banner_text .btn:focus:after {
    border-color: #ffffff;
}

.counter_sec {
    width: 30%;
    position: relative;
    padding: 25px 0 0 5px;
}

.counter_sec:before {
    position: absolute;
    content: "";
    width: 146px;
    height: 10px;
    background-color: #55edf4;
    left: 0;
    top: 0;
}

.counterWrap {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 62.5px;
    line-height: 68px;
    color: #ffffff;
    padding: 0 0 41px 0;
}

.counterWrap small {
    font-size: 29px;
    line-height: 32px;
}

.counterWrap p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 22px;
    line-height: 26px;
    color: #ffffff;
    padding: 4px 5px 0 0;
}

.our_platform_sec {
    padding: 103px 0 0 0;
}

.our_platform_content {
    max-width: 1015px;
    margin: 0 auto;
    text-align: center;
}

.our_platform_content h2 {
    margin: 0 0 43px 0;
    animation-delay: 0.3s;
}

.our_platform_content p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    color: #01013f;
    animation-delay: 0.6s;
}

.service_sec {
    padding: 190px 0 249px 0;
    text-align: center;
    animation-delay: 0.8s;
}

.service_inner {
    text-align: center;
    display: inline-block;
    position: relative;
}

.service_center_text {
    border-radius: 50%;
    border: 2px solid #cfdada;
    width: 486px;
    height: 486px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.service_inner_circle {
    display: inline-block;
    background-color: #f2f2f2;
    border-radius: 50%;
    padding: 53px 0 0 0;
    text-align: center;
    width: 392px;
    height: 392px;
}

.service_inner_circle h4 {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 52.5px;
    line-height: 60px;
    color: #4a2882;
    margin: 29px 0 0 0;
}

.service_inner_circle h4 sup {
    font-size: 31px;
    line-height: 31px;
    padding-left: 5px;
}

.client_logo_sec.gray-color {
    background-color: #f2f2f2;
}

.client_logo_sec.blue-color {
    background-color: #010042;
}

.client_logo_slider {
    padding: 36px 30px 25px 33px;
}

.why_use_sec {
    padding: 30px 0 30px 0;
    position: relative;
    overflow: hidden;
}

.shape1.rellax {
    position: absolute;
    z-index: -1;
    left: -220px;
    top: 60px;
}

.shape2.rellax {
    position: absolute;
    z-index: -1;
    right: 70px;
    bottom: -330px;
}

.why_use_heading {
    text-align: center;
}

.why_use_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 55px 0 0 0;
    margin: 0 -15px;
}

.why_use_list_box {
    width: 41.7%;
    padding: 0 15px 83px 15px;
}

.iso-certificate{
    width: 65px !important;
    height: 65px !important;
    margin-top: 1rem;
}

.why_use_content {
    text-align: center;
}

.why_use_icon {
    min-height: 71px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.why_use_icon svg path {
    stroke: #55dde0;
}

.why_use_content h4 {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 40px;
    line-height: 44px;
    color: #492882;
    padding: 8px 0 24px 0;
}

.why_use_content p {
    text-align: left;
}

.get_started_sec {
    margin-top: -150px;
}

.get_started_inner {
    background-color: #492882;
    position: relative;
    z-index: 1;
}

.get_started_form {
    text-align: center;
    padding: 89px 15px 94px 15px;
    position: relative;
}

.get_started_form span.hs-form-required {
    display: none;
}

.get_started_form label {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 36px;
    line-height: 46px;
    color: #fff;
    display: inline-block;
    padding: 0 20px;
}

.get_started_form .input {
    display: inline-block;
}

.wpcf7-form-control-wrap {
    position: relative;
    display: inline-block;
    width: auto;
}

.get_started_form .hs-form-field {
    display: inline-block;
}

.get_started_form select {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 36px;
    line-height: 47px;
    color: #fff;
    padding: 0 5px;
    border: 0;
    border-bottom: 1px solid #fff;
    width: auto;
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
    border-radius: 0px;
    background-color: transparent;
    outline: none;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
}

.get_started_form input {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 36px;
    line-height: 47px;
    color: #fff;
    padding: 0 5px;
    border: 0;
    border-bottom: 1px solid #fff;
    width: 142px;
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
    border-radius: 0px;
}

.get_started_form input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(255, 255, 255, 0.6);
}

.get_started_form input::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(255, 255, 255, 0.6);
}

.get_started_form input:-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(255, 255, 255, 0.6);
}

.get_started_form input:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(255, 255, 255, 0.6);
}

.get_started_form .hs-button {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 21px;
    line-height: 23px;
    text-transform: uppercase;
    color: #4f2387;
    background-color: #55dde0;
    padding: 11px 10px 15px 10px;
    border: 1px solid #55dde0;
    display: inline-block;
    letter-spacing: 0.4px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    box-shadow: none;
    outline: none;
    border-radius: 0px;
    max-width: 317px;
    width: 100%;
    cursor: pointer;
}

.get_started_form .hs-button:hover {
    color: #55dde0;
    background-color: #4f2387;
}

.get_started_form .hs-button:focus {
    color: #55dde0;
    background-color: #492882;
}

.get_started_form .hs_submit {
    position: absolute;
    left: 20px;
    right: 0;
    bottom: -19px;
}

.wpcf7-form-control-wrap input {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 36px;
    line-height: 47px;
    color: #fff;
    padding: 0 5px;
    border: 0;
    border-bottom: 1px solid #fff;
    width: 142px;
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
    border-radius: 0px;
}

.wpcf7-form-control-wrap input.wpcf7-not-valid {
    border-color: red;
}

.wpcf7-submit {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 21px;
    line-height: 23px;
    text-transform: uppercase;
    color: #492882;
    background-color: #55dde0;
    padding: 11px 100px 15px 105px;
    border: 1px solid #55dde0;
    display: inline-block;
    letter-spacing: 0.4px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    box-shadow: none;
    outline: none;
    border-radius: 0px;
}

.wpcf7-submit:hover {
    color: #55dde0;
    background-color: #492882;
}

.wpcf7-submit:focus {
    color: #55dde0;
    background-color: #492882;
}

.submit_btn {
    position: absolute;
    left: 20px;
    right: 0;
    bottom: -19px;
}

div.wpcf7-mail-sent-ok {
    border: 0;
    color: #55dde0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    margin: 40px 0 0 0;
}

.get_started_bottom {
    padding: 29px 0 0 0;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    display: none !important;
}

span.wpcf7-not-valid-tip {
    display: none;
}

.customers_stories_sec {
    background-color: #f2f2f2;
    margin-top: -155px;
    padding: 288px 0 60px 0;
    overflow: hidden;
    position: relative;
}

.customers_stories_bg {
    position: absolute;
    left: -5px;
    right: -5px;
    top: 155px;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 126%;
}

.customers_stories_inner {
    padding: 0 27px 0 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}

.customers_stories_text {
    width: 35%;
    padding: 38px 0 0 0;
}

.customers_stories_text h2 {
    line-height: 60px;
    margin: 0 0 20px 0;
}

.customers_stories_slider {
    width: 49%;
}

.customers_slider .customers_box {
    outline: none;
    margin: 0 0 27px 0;
    border: 0 !important;
}

.customers_box_wrap {
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    padding: 43px 0 23px 33px;
    /*box-shadow: -1.1px 10.9px 43px 0 rgba(180, 180, 180, 0.57);*/
    position: relative;
}

.customers_box_wrap.hide_image .customers_img {
    display: none;
}

.customers_box_wrap.hide_image .customers_text {
    width: 100%;
    padding: 14px 30px 0 30px;
    /* margin-top: -30px !important; */
}

.customers_box_wrap.hide_image:before {
    left: 20px;
}

.customers_box_wrap:before {
    position: absolute;
    content: "";
    background-image: url(../images/quote-icon.png);
    background-size: contain;
    width: 100px;
    height: 77px;
    left: 89px;
    top: 13px;
}

.customers_img {
    width: 86px;
    height: 86px;
    background-repeat: no-repeat;
    background-size: 101%;
    background-position: center center;
    border-radius: 50%;
    overflow: hidden;
    border: 5px solid #4e1e88;
    position: relative;
}

.customers_text {
    width: 60%;
    padding: 14px 0 0 35px;
    position: relative;
}

.customers_text span {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-style: italic;
    font-size: 18px;
    line-height: 22px;
    color: #010042;
    display: block;
    padding: 14px 0 0 0;
}

.customers_slider .slick-dots {
    position: absolute;
    left: -31px;
    top: 59%;
    bottom: 0;
    transform: translateY(-49%);
    margin: 0;
    padding: 0;
}

.customers_slider .slick-dots.hide-dot li {
    display: none;
}

.customers_slider .slick-dots li {
    display: block;
    vertical-align: top;
    padding: 4px 0;
    margin: 0;
    line-height: 0;
}

.customers_slider .slick-dots li button {
    width: 10px;
    height: 10px;
    background-color: #d7d7d7;
    font-size: 0;
    border: 0;
    cursor: pointer;
    border-radius: 50%;
    outline: none;
    padding: 0;
}

.customers_slider .slick-dots li.slick-active button {
    background-color: #4f2387;
}

.blog_sec {
    padding: 175px 0 65px 0;
}

.blog_sec_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.blog_text {
    width: 28%;
    padding: 25px 20px 0 30px;
}

.blog_text h2 {
    line-height: 59px;
    margin: 0 0 21px 0;
}

.blog_text p {
    color: #010042;
    margin: 0 0 35px 0;
}

.blog_text .btn {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 21px;
    line-height: 25px;
    color: #4f2387;
    text-transform: uppercase;
    background-color: #55dde0;
    border: 1px solid #55dde0;
    display: inline-block;
    padding: 10px 38px 12px 31px;
    letter-spacing: 0.3px;
    border-radius: 0;
}

.blog_text .btn:hover {
    background-color: transparent;
    border-color: #55dde0;
}

.blog_text .btn:focus {
    background-color: transparent;
    border-color: #55dde0;
}

.blog_list_wrap {
    width: 70%;
    padding: 2px 0 0 8px;
    display: flex;
    justify-content: space-between;
}

.blog_list {
    width: 27.83%;
    box-shadow: -0.4px 4px 43px 0 rgba(180, 180, 180, 0.4);
}

.blog_box {
    position: relative;
}

.blog_img_wrap {
    height: 200px;
    overflow: hidden;
}

.blog_img {
    padding-top: 200px;
    background-size: cover;
    background-position: center center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.blog_title {
    padding: 29px 28px 35px 28px;
}

.blog_title h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    color: #010042;
    margin: 0 0 7px 0;
}

.blog_title p {
    color: #010042;
}

.read_more_btn {
    position: absolute;
    top: -30px;
    right: -30px;
    font-family: 'Palanquin Dark', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    display: inline-block;
    box-shadow: -0.4px 4px 43px 0 rgba(152, 152, 152, 0.57);
    background-color: #4f2387;
    color: #fff;
    padding: 14px 16px 16px 15px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 1;
}

.read_more_btn span {
    font-weight: 500;
    display: block;
}

.blog_box a:hover .blog_img {
    transform: scale(1.05);
}

.blog_box a:hover .read_more_btn {
    opacity: 1;
    visibility: visible;
}
.event_sec{
    padding: 80px 0 154px 0;
    background-color: #f2f2f2;
}

.event_sec .card-body{
    padding: 5%;
}
.event_sec .card{
    padding-top: 5%;
    box-shadow: -1px 12px 23px -8px  rgba(156,156,156,1);
    -webkit-box-shadow: -1px 12px 23px -8px  rgba(156,156,156,1);
    -moz-box-shadow: -1px 12px 23px -8px  rgba(156,156,156,1);
    background-color: #ffffff;
    border-right: 1px inset;
    margin-left: 1px;
}
.event_sec .row{
    display: flex;
    justify-content: space-between;
}
.event-title{
    font-weight: 600;
    font-size: 20px;
}
.event-img-wrap{
    /* height: 200px; */
    overflow: hidden;
}
.event_sec .card-img-top{
    background: url("../images/event_bg.png");
    background-size: cover;
    background-position: center center;
    height: 15vw;
    
}
.main-img{
    position: relative;
}
.event_sec h2{
    padding-top: 2%;
}
.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width:80%;
  }
.overlay-title {
    color: #ffffff;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 6%;
    text-align: center;
}
.overlay-details {
    color: #55dde0;
    font-weight: 400;
    text-align: center;
}
.book_meeting_btn a{
    position: absolute;
    top: 49px;
    right: -4px;
    background-color:#55dde0;
    color: #4f2387;
    display: inline-block;
    z-index: 1;
    padding:3%;
    font-weight: 800;
    font-size: 18px;
    text-align: center;
    text-decoration: none !important;
    width: 40%;
}
.book_meeting_btn a:hover{

    color:#55dde0;
    background-color: #4f2387;
}
.service_icon {
    width: 61px;
    height: 61px;
    border: 2px solid #bbcbcb;
    border-radius: 50%;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.service_icon svg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 65%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.service1 .service_icon svg {
    left: -2px;
    top: -7px;
    max-width: 80%;
}

.service_item {
    position: absolute;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.service_icon {
    width: 61px;
    height: 61px;
    border: 2px solid #bbcbcb;
    border-radius: 50%;
    margin: auto;
    background-color: #fff;
    box-shadow: 0px 0px 0px 10px #fff;
}

.service_text {
    position: absolute;
    width: 320px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.service_text h4 {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 25px;
    line-height: 27px;
    color: #4a2882;
}

.service_text p {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #4a2882;
    padding: 16px 0px 15px 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.service_text a {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 24px;
    color: #55dde0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.service_text a:hover {
    color: #4a2882;
}

.service_item.service1 {
    top: -30px;
    left: 7px;
    right: 0;
    margin: auto;
    text-align: center;
}

.service_item.service1 .service_text {
    top: -58px;
    left: 1px;
    right: 0;
    width: 100%;
}

.service_item:hover.service1 {
    top: -34px;
    left: 7px;
    right: 0;
    margin: auto;
    text-align: center;
}

.service_item:hover.service1 .service_text {
    top: -133px;
    left: 1px;
    right: 0;
    width: 100%;
}

.service_item:hover .service_icon {
    background-color: #4a2882;
    transform: scale(1.15);
}

.service_item:hover .service_icon svg path {
    stroke: #55edf4;
}

.service_item.service2 {
    top: 63px;
    right: 23px;
    margin: auto;
    text-align: center;
}

.service_item:hover.service2 {
    right: 13px;
}

.service_item.service2 .service_text {
    top: 2px;
    left: 96px;
    text-align: left;
}

.service_item.service3 {
    top: 269px;
    right: -22px;
    margin: auto;
    text-align: center;
}

.service_item:hover.service3 {
    right: -32px;
}

.service_item.service3 .service_text {
    top: 19px;
    left: 96px;
    text-align: left;
}

.service_item.service4 {
    bottom: -6px;
    right: 111px;
    margin: auto;
    text-align: center;
}

.service_item:hover.service4 {
    bottom: -16px;
}

.service_item.service4 .service_text {
    top: 92px;
    left: 54px;
    text-align: left;
}

.service_item.service5 {
    bottom: -6px;
    left: 107px;
    margin: auto;
    text-align: center;
}

.service_item:hover.service5 {
    bottom: -16px;
}

.service_item.service5 .service_text {
    top: 92px;
    left: -108px;
    text-align: left;
}

.service_item.service6 {
    bottom: 160px;
    left: -27px;
    margin: auto;
    text-align: center;
}

.service_item:hover.service6 {
    left: -32px;
}

.service_item.service6 .service_text {
    top: 20px;
    right: 110px;
    text-align: right;
}

.service_item.service7 {
    top: 56px;
    left: 26px;
    margin: auto;
    text-align: center;
}

.service_item:hover.service7 {
    left: 20px;
}

.service_item.service7 .service_text {
    top: 9px;
    right: 104px;
    text-align: right;
}

.service_item:hover .service_text p,
.service_item:hover .service_text a {
    /* display: inline-block; */
    opacity: 1;
    visibility: visible;
}

.div_six .service_item.service6 {
    top: 93px;
    left: 3px;
    margin: auto;
    text-align: center;
    bottom: inherit;
}

.div_six .service_item.service5 {
    bottom: 100px;
    left: -3px;
}

.div_six .service_item.service5 .service_text {
    top: 0;
    right: 100px;
    text-align: right;
    left: initial;
}

.div_six .service_item.service4 {
    bottom: -29px;
    left: 215px;
    right: inherit;
}

.div_six .service_item.service4 .service_text {
    left: 0;
}

.div_six .service_item.service3 {
    bottom: 100px;
    right: -5px;
    top: inherit;
}

.div_six .service_item.service2 {
    top: 93px;
    right: 1px;
}

.div_five .service_item.service5 {
    top: 93px;
    left: 3px;
    margin: auto;
    text-align: center;
    bottom: inherit;
}

.div_five .service_item.service5 .service_text {
    top: 0;
    right: 100px;
    text-align: right;
    left: initial;
}

.div_five .service_item.service4 {
    bottom: 40px;
    left: 35px;
    right: inherit;
}

.div_five .service_item.service4 .service_text {
    left: initial;
    right: 90px;
    top: 10px;
    text-align: right;
}

.div_five .service_item.service3 {
    bottom: 10px;
    right: 72px;
    top: inherit;
}

.div_five .service_item.service2 {
    top: 150px;
    right: -18px;
}

.footer-desc span {
    max-width: 1150px;
    margin: 0 auto;
    display: block;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
}

.menu-partners-container {
    cursor: default;
}

.newsletter_inner {
    background-color: #492882;
    margin: 0 auto;
    max-width: 89%;
    text-align: center;
    padding: 54px 10px 46px 10px;
    position: relative;
    z-index: 11;
}

.newsletter_heading h2 {
    color: #fff;
    margin: 0 0 27px 0;
}

.newsletter_heading p {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
}

.newsletter_form {
    padding: 51px 0 0 0;
}

.newsletter_form form {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.newsletter_form input {
    max-width: 361px;
    background-color: #fff;
    text-align: center;
    color: rgba(0, 0, 0, 0.6);
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 15px;
    line-height: 19px;
    display: inline-block;
    width: 100%;
    padding: 10px 10px 9px;
    height: 38px;
    border: 1px solid #fff;
    border-radius: 0px;
}

.newsletter_form input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(0, 0, 0, 0.6);
}

.newsletter_form input::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(0, 0, 0, 0.6);
}

.newsletter_form input:-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(0, 0, 0, 0.6);
}

.newsletter_form input:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(0, 0, 0, 0.6);
}

.newsletter_form button {
    display: inline-block;
    vertical-align: top;
    width: 38px;
    height: 38px;
    background-color: #55dde0;
    border: 1px solid #55dde0;
    position: relative;
    margin: 0 0 0 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    outline: none;
    box-shadow: none;
}

.newsletter_form button:hover {
    background-color: transparent;
    border-color: #55dde0;
}

.newsletter_form button:hover:before {
    border-color: #55dde0;
}

.newsletter_form button:focus {
    background-color: transparent;
    border-color: #55dde0;
}

.newsletter_form button:focus:before {
    border-color: #55dde0;
}

.newsletter_form button:before {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    border-right: 2px solid #4a2882;
    border-bottom: 2px solid #4a2882;
    transform: rotate(-45deg);
    top: 13px;
    left: 9px;
}

.site-footer {
    background-color: #01013f;
    padding: 112px 0 72px 0;
    position: relative;
    z-index: 1;
}

.footer_logo img {
    width: 200px;
}

.footer_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding-bottom: 35px;
    border-bottom: 1px solid #fff;
}

.footer-desc {
    color: #f2f2f2;
    padding: 40px 0 30px;
}

.footer_logo {
    width: 26%;
}

.footer_menu_wrap {
    width: 72%;
    padding: 0 9px 0 5px;
}

.footer_menu_link {
    display: flex;
    justify-content: space-between;
}

.footer_menu {
    padding: 0;
    margin: 0;
}

.footer_menu li {
    padding: 0 0 7px 0;
}

.footer_menu li:first-child a {
    font-family: 'Oswald', sans-serif;
    font-size: 22px;
    line-height: 24px;
    font-weight: 500;
    color: #00c1c9;
}


/*.footer_menu li:first-child a:hover{
color: #ffffff;
}
.footer_menu li.current-menu-item:first-child a{
color: #ffffff;
}*/

.footer_menu li a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    color: #ffffff;
    text-decoration: none;
}

.footer_menu li a:hover {
    color: #00c1c9;
}

.social_icon {
    padding: 21px 0 0 4px;
    margin: 0 -9px;
}

.social_icon ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.social_icon ul li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 9px;
}

.social_icon ul li a {
    display: block;
}

.social_icon ul li a svg {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.social_icon ul li a.linkedin svg {
    width: 26px;
    height: 26px;
    fill: #ffffff;
}

.social_icon ul li a.facebook svg {
    width: 26px;
    height: 25px;
    fill: #ffffff;
}

.social_icon ul li a.twitter svg {
    width: 25px;
    height: 25px;
    fill: #ffffff;
}

.social_icon ul li a:hover svg {
    fill: #00c1c9;
}

.third_party_logo {
    padding: 70px 0 0 0;
}

.third_party_logo img {
    width: 97px;
}

.error_page_banner {
    text-align: center;
    padding: 100px 0;
    z-index: 1;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.error_page_logo {
    margin: 0 0 50px 0;
}

.error_page_logo a {
    display: inline-block;
}

.error_page_logo a img {
    max-width: 300px;
}

.error_text {
    text-align: center;
    padding: 200px 0;
}

.error_page_banner h2 {
    margin: 0 0 30px 0;
}

.error_page_banner h3 {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 60px;
    line-height: 64px;
    margin: 0 0 20px 0;
    color: #55dde0;
}

.error_page_banner p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 24px;
    line-height: 30px;
    color: #01013f;
    margin: 0 0 15px 0;
}

.error_page_banner span {
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    color: #01013f;
    text-transform: uppercase;
}

.error_page_banner span a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    color: #55dde0;
    text-transform: uppercase;
}

.error_page_banner span a:hover {
    color: #01013f;
}

@media all and (-ms-high-contrast:none) {
    .newsletter_form form {
        align-items: flex-start;
    }
    .newsletter_form button {
        height: 40px;
    }
}

_:-ms-lang(x),
.newsletter_form form {
    align-items: flex-start;
}

_:-ms-lang(x),
.newsletter_form button {
    height: 40px;
}

.inner_banner_sec {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    /* height: 500px; */
}

.inner_banner_sec:before {
    /* height: 500px; */
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #4a2882;
    opacity: 0.37;
    mix-blend-mode: multiply;
}

.inner_banner_sec_light {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    height: 500px;
}

.inner_banner_sec_light:before {
    /* height: 500px; */
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: transparent;
    opacity: 0.37;
    mix-blend-mode: multiply;
}

.inner_banner_text_light {
    text-align: center;
    padding: 166px 0 230px 0;
    position: relative;
}

.inner_banner_text_light h1 {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 48px;
    line-height: 52px;
    color: #ffffff;
    text-transform: uppercase;
    animation-delay: 0.2s;
}

.inner_banner_text {
    text-align: center;
    padding: 164px 0 200px 0;
    position: relative;
}

.inner_banner_text h1 {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 48px;
    line-height: 52px;
    color: #ffffff;
    text-transform: uppercase;
    animation-delay: 0.2s;
}

.banner_btn {
    margin: 63px 0 0 0;
    animation-delay: 0.8s;
}

.banner_btn .btn {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 21px;
    line-height: 25px;
    color: #492882;
    background-color: #55dde0;
    border: 1px solid #55dde0;
    text-transform: uppercase;
    padding: 11px 65px 11px;
    display: inline-block;
    border-radius: 0;
}

.banner_btn .btn:hover {
    background-color: transparent;
    color: #55dde0;
}

.banner_btn .btn:focus {
    background-color: transparent;
    color: #55dde0;
}

.inner_banner_text h1.animated {
    -webkit-animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-duration: 1.5s;
    animation-fill-mode: both;
}

.our_vision_box {
    max-width: 1086px;
    width: 100%;
    margin: 0 auto;
    background-color: #4a2882;
    box-shadow: -1.1px 10.9px 32px 0 rgba(107, 107, 107, 0.35);
    margin-top: -121px;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.our_vision_box:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 24px 0 rgba(0, 34, 51, 0.08);
}

.our_vision_content {
    text-align: center;
    padding: 62px 140px 64px;
}

.our_vision_content h2 {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 45px;
    line-height: 52px;
    color: #55dde0;
    text-transform: uppercase;
    margin: 0 0 28px 0;
}

.our_vision_content p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 35px;
    color: #ffffff;
}

.zigzag_sec {
    padding: 147px 0 0 0;
}

.zigzag_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    padding: 0 2px 68px 3px;
    align-items: center;
}

.zigzag_img {
    width: 550px;
    padding-top: 342px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.zigzag_img_wrap.animated {
    -webkit-animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-duration: 1.5s;
    animation-fill-mode: both;
}

.zigzag_content {
    width: 44%;
    padding: 47px 40px 71px 11px;
    animation-delay: 1s;
}

.zigzag_content h3 {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 45px;
    line-height: 52px;
    text-transform: uppercase;
    color: #55dde0;
    margin: 0 0 28px 0;
}

.zigzag_content p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 36px;
    color: #01013f;
}

.zigzag_content p strong {
    letter-spacing: -0.4px;
}

.zigzag_box:nth-child(even) .zigzag_img_wrap {
    order: 2;
}

.zigzag_box:nth-child(even) .zigzag_content {
    width: 47%;
    padding: 33px 0px 13px 31px;
}

.our-leadership_sec {
    padding: 81px 0 0 0;
}

.our-leadership_inner {
    display: flex;
    flex-wrap: wrap;
    padding: 0 2px 0 3px;
}

.leadership_box {
    width: 33.33%;
    position: relative;
    overflow: hidden;
}

.our-leadership_heading {
    background-color: #55dde0;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 10px 20px 13px 69px;
}

.our-leadership_heading h3 {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 45px;
    line-height: 54px;
    color: #01013f;
    text-transform: uppercase;
    width: 100%;
}

.leadership_img {
    position: relative;
    padding-top: 426px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    /*-webkit-filter: grayscale(100%);  Safari 6.0 - 9.0 
    filter: grayscale(100%);*/
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.leadership_img:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    mix-blend-mode: multiply;
    background-color: #01013f;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.leadership_box.no-image {
    box-shadow: -8px 0px 18px 0 rgba(109, 109, 109, 0.09);
}

.no-image .leadership_img:before {
    display: none;
}

.leadership_content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30%;
    padding: 0 24px 0 24px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    transition-delay: 0.2s;
    opacity: 0;
    visibility: hidden;
}

.leadership_content h4 {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 40px;
    line-height: 46px;
    color: #55dde0;
    margin: 0 0 22px 0;
}

.leadership_content p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;
}

.leadership_box:hover .leadership_img:before {
    opacity: 0.9;
    visibility: visible;
}

.leadership_box:hover .leadership_content {
    bottom: 37px;
    opacity: 1;
    visibility: visible;
}

.meet_team_btn {
    width: 100%;
    padding: 59px 0 0 0;
    text-align: center;
}

.meet_team_btn a {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 21px;
    line-height: 24px;
    color: #492882;
    border: 1px solid #55dde0;
    padding: 11px 10px 13px 16px;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 0.5px;
    max-width: 317px;
    width: 100%;
    border-radius: 0;
}

.meet_team_btn a:hover {
    background-color: #55dde0;
}

.meet_team_btn a:focus {
    background-color: #55dde0;
}

.our_service_sec {
    position: relative;
    margin: 109px 0 0 0;
    padding: 194px 0 193px 0;
    overflow: hidden;
}

.our_service_img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.our_service_img:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.33;
    mix-blend-mode: multiply;
    background-color: #01013f;
}

.our_service_inner {
    max-width: 1086px;
    width: 100%;
    margin: 0 auto;
    box-shadow: -1.1px 10.9px 32px 0 rgba(107, 107, 107, 0.35);
    background-color: rgba(1, 1, 63, 0.9);
    position: relative;
}

.our_service_content {
    text-align: center;
    padding: 63px 110px 51px 110px;
}

.our_service_content.animated {
    -webkit-animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-duration: 1.5s;
    animation-fill-mode: both;
}

.our_service_content h3 {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 45px;
    line-height: 50px;
    color: #55dde0;
    text-transform: uppercase;
    margin: 0 0 35px 0;
}

.our_service_content p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    color: #ffffff;
    padding: 0 0 39px 0;
}

.our_service_content .btn {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 21px;
    line-height: 24px;
    color: #4f2387;
    border: 1px solid #fff;
    background-color: #fff;
    padding: 11px 10px 13px 16px;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 0.5px;
    max-width: 317px;
    width: 100%;
    border-radius: 0;
}

.our_service_content .btn:hover {
    background-color: transparent;
    color: #ffffff;
}

.our_service_content .btn:focus {
    background-color: transparent;
    color: #55dde0;
}

.our_vision_content.animated {
    -webkit-animation-duration: 1.4s;
    -webkit-animation-fill-mode: both;
    animation-duration: 1.4s;
    animation-fill-mode: both;
}

.blog_list_inner {
    display: flex;
    flex-wrap: wrap;
    padding: 101px 0 0 0;
    margin: 0 -57px;
}

.blog_box_main {
    width: 33.33%;
    padding: 0 57px 114px;
}

.blog_box_main:first-child {
    width: 66.66%;
}

.blog_box_main a {
    display: block;
    position: relative;
    height: 100%;
    background-color: #f9f9f9;
}

.blog_box_main a:hover {
    transform: translate(-5px, -5px);
    -webkit-box-shadow: 10px 10px 0 #55dde0;
    box-shadow: 10px 10px 0 #55dde0;
}


/*.blog_box_main a:before {
position: absolute;
content: "";
left: 0;
right: 0;
top: 0;
bottom: 0;
background-color: #55dde0;
z-index: -1;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.blog_box_main a:hover:before {
left: 15px;
right: -14px;
top: 12px;
bottom: -11px;
}*/

.blog_box_img {
    padding-top: 200px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.post_tag {
    position: absolute;
    left: -11px;
    top: 18px;
    background-color: #55dde0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #01013f;
    padding: 1px 49px 5px 17px;
    letter-spacing: 0.3px;
}

.blog_box_content {
    padding: 24px 23px 35px 23px;
}

.blog_box_content h5 {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    color: #4a2882;
    text-transform: uppercase;
    margin: 0 0 16px 0;
}

.blog_box_content p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #01013f;
    padding: 0 0 24px 0;
}

.blog_box_content span {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 23px;
    color: #808080;
    display: block;
    letter-spacing: 0.3px;
}

.blog_banner {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 207px 0 139px 0;
}

.blog_content h2 {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 42px;
    color: #55dde0;
    text-transform: uppercase;
    margin: 0 0 20px 0;
}

.blog_content p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    color: #ffffff;
}

.blog_newsletter {
    padding: 34px 0 0 0;
}

.blog_newsletter form {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.blog_newsletter div.wpcf7-response-output {
    padding: 0;
}

.blog_newsletter input {
    max-width: 361px;
    background-color: #fff;
    /* text-align: center; */
    color: rgba(0, 0, 0, 0.6);
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 15px;
    line-height: 19px;
    display: inline-block;
    width: 100%;
    padding: 10px 15px 9px 15px;
    border-radius: 0px;
}

.blog_newsletter input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(0, 0, 0, 0.6);
}

.blog_newsletter input::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(0, 0, 0, 0.6);
}

.blog_newsletter input:-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(0, 0, 0, 0.6);
}

.blog_newsletter input:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(0, 0, 0, 0.6);
}

.blog_newsletter button {
    display: inline-block;
    vertical-align: top;
    width: 41px;
    height: 41px;
    background-color: #55dde0;
    border: 1px solid #55dde0;
    position: relative;
    margin: 0 0 0 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    outline: none;
    box-shadow: none;
}

.blog_newsletter button:before {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    border-right: 2px solid #4a2882;
    border-bottom: 2px solid #4a2882;
    transform: rotate(-45deg);
    top: 13px;
    left: 9px;
}

.blog_newsletter button:hover {
    background-color: transparent;
    border-color: #55dde0;
}

.blog_newsletter button:focus {
    background-color: transparent;
    border-color: #55dde0;
}

.blog_newsletter button:hover:before {
    border-color: #55dde0;
}

.blog_newsletter button:focus:before {
    border-color: #55dde0;
}

.filter_sec {
    background-color: #f9f9f9;
}

.filter_sec_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.st_goodfltr {
    padding: 16px 0 0 13px;
    display: inline-block;
}

span.fltr_btn {
    padding-right: 58px;
}

.st_goodfltr .btn {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #01013f;
    display: inline-block;
    position: relative;
    padding-bottom: 19px;
    border-radius: 0;
}

.st_goodfltr .btn:before {
    position: absolute;
    content: "";
    left: -3px;
    right: -2px;
    bottom: 0;
    height: 2px;
    background-color: #55dde0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.st_goodfltr .btn:hover {
    color: #55dde0;
}

.st_goodfltr .btn:hover:before {
    opacity: 1;
    visibility: visible;
}

.st_goodfltr .btn.active {
    color: #55dde0;
}

.st_goodfltr .btn.active:before {
    opacity: 1;
    visibility: visible;
}

.search_right input {
    width: 240px;
    height: 40px;
    background-color: #e7e7e7;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 40px;
    padding: 0 40px 0 15px;
}

.search_right label {
    display: block;
    position: relative;
}

.search_right label .search-submit {
    position: absolute;
    padding: 0;
    border: 0;
    background-color: transparent;
    width: 22px;
    height: 22px;
    background-image: url(images/search-icon.svg);
    background-size: cover;
    outline: none;
    cursor: pointer;
    top: 0;
    right: 18px;
    bottom: 0;
    margin: auto;
}

.search_right label .search-submit .screen-reader-text {
    font-size: 0;
}

.page_number {
    width: 100%;
    padding: 18px 0 104px 0;
}

.page_number ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.page_number ul li {
    padding: 0 12px;
}

.page_number ul li a.page_a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 24px;
    line-height: 26px;
    color: #01013f;
    box-shadow: none;
    background-color: transparent;
    padding: 0;
}

.page_number ul li a.page_a:hover {
    font-weight: 600;
}

.page_number ul li a.page_a.active {
    font-weight: 600;
}

.page_number ul li a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 20px;
    color: #01013f;
    box-shadow: -0.2px 2px 3px 0 rgba(107, 107, 107, 0.2);
    background-color: #f9f9f9;
    padding: 0 7px;
    text-decoration: none;
}

.blog_single_banner {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.blog_single_content {
    text-align: center;
    padding: 258px 0 152px 0;
}

.blog_single_content h1 {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 48px;
    line-height: 71px;
    color: #55dde0;
    text-transform: uppercase;
    letter-spacing: 0;
}

.site_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 89px 0 88px 0;
}

.single_page_content {
    width: 57.8%;
}

.sidebar {
    width: 31.3%;
    padding: 4px 0 0 0;
}

.single_page_content {}

.single_page_content span,
.readtime_div {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    color: #808080;
    padding: 0 0 22px 0;
}

.single_page_content p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    color: #01013f;
    margin: 0 0 10px 0;
}

.single_page_content h3 {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 42px;
    color: #01013f;
    margin: 35px 0 12px 0;
}

.single_page_content h4 {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 25px;
    line-height: 32px;
    color: #01013f;
    margin: 30px 0 17px 0;
}

.single_page_content img {
    margin: 44px 0 17px 0;
}

.single_page_content blockquote {
    padding: 12px 0 4px 31px;
    margin: 87px 0 87px 30px;
    border-left: 2px solid #55dde0;
}

.single_page_content blockquote p {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 36px;
    color: #4a2882;
}

.sidebar_box {
    margin-bottom: 21px;
    min-height: 150px;
    display: flex;
    align-items: center;
    width: 100%;
    background-color: #f9f9f9;
}

.sidebar_box.sticky {
    position: fixed;
    top: 107px;
    width: auto;
    z-index: 1;
}

.sidebar_box.sticky .sidebar_social ul li {
    display: block;
    padding: 5px 0px 5px 0;
}

.sidebar_box_inner {
    padding: 10px 29px 10px 29px;
    width: 100%;
    height: 100%;
}

.sidebar_box_inner h4 {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    color: #55dde0;
}

.sidebar_box_inner h3 {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 36px;
    line-height: 40px;
    color: #4a2882;
    margin: 0 0 8px 0;
}

.sidebar_box_inner span {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #4a2882;
    letter-spacing: -0.4px;
}

.sidebar_box_inner code {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    color: #01013f;
    padding: 2px 8px 2px 10px;
    background-color: #ffffff;
    margin: 19px 10px 0 3px;
    display: inline-block;
}

.sidebar_social {
    padding: 20px 0 0 0;
}

.sidebar_social ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar_social ul li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 18px 0 0;
}

.sidebar_social ul li a {
    display: block;
}

.sidebar_social ul li a svg {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.sidebar_social ul li a.linkedin svg {
    width: 26px;
    height: 26px;
    fill: #4a2882;
}

.sidebar_social ul li a.facebook svg {
    width: 26px;
    height: 25px;
    fill: #4a2882;
}

.sidebar_social ul li a.twitter svg {
    width: 25px;
    height: 25px;
    fill: #4a2882;
}

.sidebar_social ul li a:hover svg {
    fill: #00c1c9;
}

.blog_thumb_footer {}


/*Blog Single*/

.blog_sec.single_blog_sec {
    background-color: #f9f9f9;
    padding: 50px 0 228px 0;
    margin-bottom: -144px;
}

.blog_sec.single_blog_sec .blog_list_wrap {
    width: 100%;
    max-width: 1070px;
    margin-left: auto;
    margin-right: auto;
}

.blog_sec.single_blog_sec .blog_list {
    max-width: 250px;
}

.titlebar {
    text-align: center;
    width: 100%;
    margin-bottom: 65px;
}

.titlebar h2 {
    color: #01013f;
    font-size: 36px;
    line-height: 46px;
}

.single_page_content img {
    width: auto !important;
    height: auto !important;
}

.single_page_wrap .single_page_content p strong {
    color: #55dde0;
    font-weight: 600;
}


/* Search Page */

.search_page {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}

.search_page h1.page-title {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 42px;
    color: #01013f;
    text-transform: uppercase;
    letter-spacing: 0;
    text-align: center;
}

.search_page_foo+footer.site-footer {
    margin-top: 0;
}

.search_page .screen-reader-text {
    display: none;
}

.search_page .post-thumbnail {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.search_page .entry-title a {
    display: inline-block;
    color: #4a2882;
    font-weight: 600
}

.search_page .post {
    border-bottom: solid 1px #ddd;
    padding-bottom: 20px;
}

.search_page .nav-links {
    margin-top: 15px;
}

.search_page .nav-links .page-numbers {
    padding: 6px 10px;
}


/*Loader*/

.loader_img {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.85);
    z-index: 99;
}

.loader_img img {
    width: auto;
    height: auto;
    max-width: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


/*Reading Process Bar*/

.group-blog .site-inner {
    overflow-x: initial;
}

.blog_single_banner {
    position: relative;
    z-index: 1;
}


/*.example_post { position: relative; }
.example_post:before {content: "";display: block; background: linear-gradient(to right top, #55dde0 0%, #55dde0 50%, transparent 50%); height: calc(100% - 100vh + 110px); width: 100%; position: absolute;top: 0;left: 0;}
.example_post:after { content: "";display: block; background: #f9f9f9; height: calc(100vh - 110px); width: 100%; position: sticky; position: -webkit-sticky; bottom: 0; left: 0;}
.single_page_wrap { position: relative; z-index: 1; margin-bottom: calc(-100vh + 110px);}*/

progress {
    position: fixed;
    top: 97px;
    width: 100%;
    height: 10px;
    border: none;
    background: #fff !important;
    color: #55dde0;
}

progress::-webkit-progress-value {
    background: #55dde0;
}

progress::-moz-progress-bar {
    background: #55dde0;
}

progress::-webkit-progress-bar,
progress::-moz-progress-bar,
progress::-ms-progress-bar {
    background: #fff !important;
    box-shadow: none
}

.sbOptions {
    padding: 0;
    margin: 0;
}

.sbOptions li {
    list-style: none;
}

div.wpcf7-response-output {
    width: 100%;
}

.newsletter_form div.wpcf7-mail-sent-ok {
    margin-top: 20px;
}

.wpcf7-validates-as-required {
    border: solid 1px #fff;
}

.your_business_sec {
    padding: 82px 0 95px 0;
}

.your_business_heading {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.your_business_heading h2 {
    margin: 0 0 50px 0;
    font-weight: 500;
}

.your_business_heading p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #01013f;
}

.your_business_list {
    margin: 65px 0 0 0;
}

.your_business_list ul {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.your_business_list ul li {
    text-align: center;
    padding: 0 41px 0;
    animation-delay: 0.8s;
}

.your_business_list ul li a {
    text-decoration: none;
}

.your_business_list ul li span {
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #01013f;
    padding: 12px 0 0 0;
}

.your_business_icon {
    display: inline-block;
}

.your_business_icon svg {
    max-height: 57px;
    max-width: 77px;
    height: 100%;
    width: 100%;
}

.get_paid_sec {
    background-color: #f2f2f2;
    animation-delay: 1s;
}

.get_paid_sec.white_color {
    background-color: #fff;
}

.get_paid_sec_inner {
    padding: 82px 0 84px 0;
}

.heading_sec {
    text-align: center;
    padding: 0 0 56px 0;
}

.heading_sec h2 {
    font-weight: 500;
    animation-delay: 0.1s;
}

.tab_content_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.tab_content_left {
    width: 48%;
    /*animation-delay: 1.2s;*/
}

.tab_content {
    padding: 36px 0 0 0px;
}

.tab_content h4 {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 36px;
    line-height: 40px;
    color: #4a2882;
    margin: 0 0 32px 0;
}

.tab_content p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #01013f;
}

.tab_content .btn {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 21px;
    line-height: 25px;
    color: #4f2387;
    background-color: #55dde0;
    border: 1px solid #55dde0;
    text-transform: uppercase;
    padding: 10px 66px 10px;
    display: inline-block;
    margin: 35px 0 0 2px;
    border-radius: 0;
}

.tab_content .btn:hover {
    background-color: transparent;
    border-color: #55dde0;
}

.horizontalTab .resp-tabs-list {
    animation-delay: 0.6s;
}

.horizontalTab .resp-tabs-container {
    animation-delay: 0.7s;
}

.tab_content_right {
    width: 42.96%;
    /*animation-delay: 1.2s;*/
}

.horizontalTab .animated1.fadein {
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s;
}

.horizontalTab .animated1 {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}

.horizontalTab .animated1.fadeinleft {
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.horizontalTab .animated1.fadeinright {
    -webkit-animation-name: fadeInRight;
    -moz-animation-name: fadeInRight;
    -o-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

.manage_funds_sec {
    background-color: #4a2882;
}

.manage_funds_inner {
    padding: 86px 0 90px 0;
}

.manage_funds_inner .heading_sec {
    padding: 0 0 40px 0;
}

.manage_funds_inner .heading_sec h2 {
    color: #ffffff;
    margin: 0 0 50px 0;
}

.manage_funds_inner .heading_sec p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
    animation-delay: 0.5s;
}

.manage_funds_list {}

.manage_funds_list ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.manage_funds_list ul li {
    padding: 0 10px 40px;
    text-align: center;
    width: 25%;
    animation-delay: 0.7s;
}

.manage_funds_icon svg {
    max-height: 57px;
    max-width: 77px;
    height: 100%;
    width: 100%;
}

.manage_funds_icon {
    margin: 0 0 14px 0;
}

.manage_funds_text h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: #fff;
    margin: 0 0 4px 0;
}

.manage_funds_text p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 25px;
    color: #fff;
    letter-spacing: -0.2px;
}

.manage_funds_text p a {
    color: #55dde0;
    display: inline-block;
}

.manage_funds_text p a:hover {
    text-decoration: none;
}

.manage_funds_btn {
    text-align: center;
    padding: 20px 0 0 0;
    animation-delay: 0.9s;
}

.manage_funds_btn .btn {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 21px;
    line-height: 25px;
    color: #4f2387;
    background-color: #55dde0;
    border: 1px solid #55dde0;
    text-transform: uppercase;
    padding: 10px 66px 10px;
    display: inline-block;
    border-radius: 0;
}

.manage_funds_btn .btn:hover {
    background-color: #4f2387;
    border-color: #55dde0;
    color: #55dde0;
}

.testimonial_video_sec {
    background-color: #f2f2f2;
    margin: 7px 0 0 0;
    padding: 104px 0 0 0;
    z-index: 1;
    position: relative;
    animation-delay: 0.3s;
}

.testimonial_video_sec.hide_section {
    display: none;
}

.testimonial_video_sec:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    height: 96px;
    background-color: #fff;
}

.testimonial_video_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #ffffff;
    position: relative;
    z-index: 2;
    align-items: center;
    /* margin-bottom: -96px; */
    box-shadow: -1.1px 10.9px 43px 0 rgba(180, 180, 180, 0.23);
    animation-delay: 0.6s;
}

.testimonial_video_left {
    width: 50%;
}

.testimonial_video {
    position: relative;
    padding-top: 471px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.testimonial_video .play_btn {
    position: absolute;
    width: 80px;
    height: 80px;
    border: 1px solid #fff;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
}

.testimonial_video .play_btn:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 19px solid transparent;
    border-left: 32px solid white;
    border-bottom: 19px solid transparent;
    left: 9px;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.testimonial_video iframe {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    display: none;
}

.testimonial_video_right {
    width: 50%;
    padding: 46px 70px 0 179px;
}

.testimonial_video_content {
    position: relative;
    z-index: 1;
    animation-delay: 0.8s;
}

.testimonial_video_content:before {
    position: absolute;
    content: "";
    background-image: url(../images/quote-icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 100px;
    height: 77px;
    left: -65px;
    top: -44px;
    z-index: -1;
}

.testimonial_video_content p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    color: #010042;
}

.testimonial_video_content span {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-style: italic;
    font-size: 18px;
    line-height: 22px;
    color: #010042;
    display: block;
    padding: 22px 0 0 0;
}

.lets_talk_sec {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

.lets_talk_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 140px 0 116px 0;
}

.lets_talk_left {
    padding: 37px 0 0 0;
    width: 46%;
}

.lets_talk_content {}

.lets_talk_content h2 {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 60px;
    line-height: 64px;
    text-transform: uppercase;
    color: #55dde0;
    letter-spacing: 0.4px;
    margin: 0 0 29px 0;
}

.lets_talk_content p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;
}

.lets_talk_right {
    width: 40.8%;
}

.contact_form {
    background-color: #01013f;
    padding: 40px 40px 40px 40px;
}

.contact_form select.hs-input {
    padding: 0 20px 2px 0;
}

.contact_form .hs-input {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    color: #ffffff;
    border: 0;
    border-bottom: 1px solid #ffffff;
    padding: 0 10px 8px 0;
    background-color: transparent !important;
    text-align: left;
    outline: none;
    width: 100% !important;
    vertical-align: top;
    border-radius: 0px !important;
}

.contact_form select.hs-input option {
    font-size: 16px;
}

select.hs-input option {
    color: #01013f;
    font-size: 22px;
}

textarea.hs-input {
    height: 29px;
    transition: height 0.3s ease-in-out;
}

textarea.hs-input:focus {
    height: 100px;
}

.hs-input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #ffffff;
    text-transform: capitalize;
}

.hs-input::-moz-placeholder {
    /* Firefox 19+ */
    color: #ffffff;
    text-transform: capitalize;
}

.hs-input:-ms-input-placeholder {
    /* IE 10+ */
    color: #ffffff;
    text-transform: capitalize;
}

.hs-input:-moz-placeholder {
    /* Firefox 18- */
    color: #ffffff;
    text-transform: capitalize;
}

.contact_form h3 {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 30px;
    line-height: 34px;
    color: #ffffff;
    margin: 0 0 40px 0;
}

.contact_form .hs-form-field {
    padding: 0 0 39px 0;
}

.contact_form .hs-form-field label {
    display: none;
}

.hs-button {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 21px;
    line-height: 25px;
    color: #492882;
    background-color: #55dde0;
    border: 1px solid #55dde0;
    text-transform: uppercase;
    padding: 11px 10px 11px 10px;
    width: 100%;
    letter-spacing: -0.9px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 0px;
}

.hs-button:hover {
    background-color: transparent;
    border-color: #55dde0;
    color: #ffffff;
}

.hs-button:focus {
    background-color: transparent;
    border-color: #55dde0;
    color: #ffffff;
}

ul.hs-error-msgs {
    display: none !important;
}

.hs-input.error {
    border-color: #ff0000 !important;
}

.submitted-message {
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #55dde0;
    text-align: center;
    padding: 50px 0 50px 0;
}

.contact_map_wrap iframe {
    vertical-align: top;
    width: 100%;
    height: 760px;
}

#map {
    vertical-align: top;
    width: 100%;
    height: 761px;
}

.contact_map_sec {
    margin-bottom: -144px;
}

.contact_map_wrap {
    position: relative;
}

.contact_map_wrap:before {
    position: absolute;
    /* content: ""; */
    opacity: 0.1;
    background-color: #4a2882;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.contact_map_boxes {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    max-width: 1280px;
    width: 100%;
    background-color: #ffffff;
    box-shadow: -1.1px 10.9px 43px 0 rgba(180, 180, 180, 0.4);
}

.contact_map_boxes ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

.contact_map_boxes ul li {
    width: 100%;
    display: flex;
    padding: 69px 15px 40px 15px;
    justify-content: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.contact_map_boxes ul li:hover {
    background-color: #f2f2f2;
}

.contact_box_content {
    padding-left: 21px;
}

.contact_box_content address {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 24px;
    color: #01013f;
}

.contact_box_content span {
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 24px;
    color: #01013f;
}

.contact_box_content a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 24px;
    color: #01013f;
    text-decoration: none;
}

.contact_map_boxes ul li.location img {
    width: 32px;
    height: 45px;
}

.contact_map_boxes ul li.call img {
    width: 45px;
    height: 45px;
}

.contact_map_boxes ul li.mail img {
    width: 62px;
    height: 45px;
}

.testimonial_video_sec.hide_section+.get_started_sec {
    background-color: #f2f2f2;
    margin-bottom: -143px;
    padding-bottom: 143px;
}

.testimonial_video_sec+.get_started_sec {
    background-color: #fff;
    margin-top: 0;
    z-index: 9;
}

.testimonial_video_sec+.get_started_sec .get_started_inner {
    background-color: transparent;
}

.testimonial_video_sec+.get_started_sec .get_started_form {
    padding: 113px 15px 80px 15px;
}

.testimonial_video_sec+.get_started_sec .get_started_form label {
    color: #01013f;
}

.testimonial_video_sec+.get_started_sec .sbSelector {
    color: #01013f;
}

.testimonial_video_sec+.get_started_sec .sbHolder {
    color: #01013f;
    border-color: #01013f;
}

.testimonial_video_sec+.get_started_sec .wpcf7-form-control-wrap input {
    color: #01013f;
    border-color: #01013f;
}

.testimonial_video_sec+.get_started_sec .sbSelector>a {
    color: #01013f;
}

.testimonial_video_sec+.get_started_sec .sbOptions a {
    color: #ffffff;
    border-color: #ffffff;
    background-color: #01013f;
}

.testimonial_video_sec+.get_started_sec .sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus {
    background-color: #55dde0 !important;
    color: #01013f !important;
}

.testimonial_video_sec+.get_started_sec .sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus {
    background-color: #55dde0 !important;
    color: #01013f !important;
}

.testimonial_video_sec+.get_started_sec .submit_btn {
    position: static;
    padding: 55px 0 0 0;
}

.testimonial_video_sec+.get_started_sec .get_started_form select {
    color: #01013f;
    border-color: #01013f;
}

.testimonial_video_sec+.get_started_sec .get_started_form .hs_submit {
    position: static;
    margin-top: 50px;
}

.testimonial_video_sec+.get_started_sec .get_started_form input {
    color: #01013f;
    border-color: #01013f;
}

.testimonial_video_sec+.get_started_sec .get_started_form input.hs-button {
    border-color: #55dde0;
}

.testimonial_video_sec+.get_started_sec .get_started_form input.hs-button:hover {
    color: #55dde0;
}

.testimonial_video_sec+.get_started_sec .get_started_form input.hs-button:focus {
    color: #55dde0;
}

.testimonial_video_sec+.get_started_sec .get_started_form input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(1, 1, 63, 0.6);
}

.testimonial_video_sec+.get_started_sec .get_started_form input::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(1, 1, 63, 0.6);
}

.testimonial_video_sec+.get_started_sec .get_started_form input:-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(1, 1, 63, 0.6);
}

.testimonial_video_sec+.get_started_sec .get_started_form input:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(1, 1, 63, 0.6);
}

.faq_banner_sec {
    background-color: #01013f;
    position: relative;
    overflow: hidden;
}

.faq_banner_sec:before {
    position: absolute;
    content: "Questions";
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 150px;
    line-height: 160px;
    color: rgba(242, 242, 242, 0.02);
    top: 103px;
    left: -92px;
    text-transform: uppercase;
}

.faq_banner_sec:after {
    position: absolute;
    content: "Questions";
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 150px;
    line-height: 160px;
    color: rgba(242, 242, 242, 0.02);
    bottom: 89px;
    right: -89px;
    text-transform: uppercase;
}

.faq_banner_heading h1 {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 48px;
    line-height: 54px;
    color: #55dde0;
    text-transform: uppercase;
}

.faq_banner_inner {
    padding: 195px 0 124px 0;
    text-align: center;
    position: relative;
    z-index: 1;
}

.faq_banner_filter {
    padding: 37px 0 0 0;
}

.faq_banner_filter form {
    max-width: 360px;
    margin: 0 auto;
    position: relative;
}

.faq_banner_filter input {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 15px;
    line-height: 18px;
    color: rgba(1, 1, 63, 0.6);
    padding: 9px 41px 11px 14px;
    background-color: #ffffff;
    border: 0;
}

.faq_banner_filter button {
    position: absolute;
    padding: 0;
    border: 0;
    background-color: transparent;
    width: 22px;
    height: 22px;
    outline: none;
    cursor: pointer;
    top: 8px;
    right: 8px;
}

.faq_banner_filter button .cls-1 {
    stroke: #01013f;
}

.faq_banner_filter input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(1, 1, 63, 0.6);
}

.faq_banner_filter input::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(1, 1, 63, 0.6);
}

.faq_banner_filter input:-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(1, 1, 63, 0.6);
}

.faq_banner_filter input:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(1, 1, 63, 0.6);
}

.faq_tabbing_sec {
    padding: 63px 0 193px 0;
}

.faq_tab_main ul.resp-tabs-list.hor_1 {
    width: 66.66%;
    margin: 0 0 0 auto;
    display: flex;
    padding: 0 21px 0 0;
}

.faq_tab_main .resp-tabs-list.hor_1 li {
    margin: 0;
    padding: 0 0 19px 0;
    border-bottom: 1px solid #ced8d8;
    border-right: 0 !important;
    width: 100%;
    color: #ced8d8;
}

.faq_tab_main .resp-tabs-list.hor_1 li.resp-tab-active {
    color: #4a2882;
    font-weight: 700;
}

.faq_tab_main .resp-tabs-list.hor_1 li:before {
    height: 2px;
    background-color: #4a2882;
    left: 0;
    right: 0;
    bottom: 0px;
}

.faq_tab_main ul.resp-tabs-list.ver_1 {
    margin: -1px !important;
}

.faq_tab_main .resp-vtabs .resp-tabs-list li {
    font-size: 15px;
    line-height: 17px;
    text-align: left;
    color: #01013f;
    border-bottom: 0 !important;
    border: 1px solid #ced8d8;
    border-right: 1px solid #ced8d8 !important;
    padding: 22px 20px 19px 24px;
}

.faq_tab_main .resp-vtabs .resp-tabs-list li:last-child {
    border-bottom: 1px solid #ced8d8 !important;
}

.faq_tab_main .resp-vtabs .resp-tabs-list li.resp-tab-active {
    color: #4a2882;
}

.faq_tab_main .resp-vtabs .resp-tabs-list li:before {
    width: 4px;
    height: auto;
    left: -1px;
    top: -1px;
    bottom: -1px;
    background-color: #4a2882;
}

.faq_tab_main .resp-vtabs .resp-tabs-list li:hover:before {
    opacity: 1;
}

.faq_tab_main {}

.faq_tab_main {}

.child_tab_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.faq_result_wrap {
    padding: 73px 21px 0 3px;
}

.faq_result_wrap h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #4a2882;
    margin: 0 0 39px 0;
}

.faq-title {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #01013f;
    margin: 0;
    cursor: pointer;
    border-top: 1px solid #ced8d8;
    padding: 34px 40px 30px 0;
    -webkit-transition: padding 0.3s ease-in-out;
    -moz-transition: padding 0.3s ease-in-out;
    -ms-transition: padding 0.3s ease-in-out;
    transition: padding 0.3s ease-in-out;
    position: relative;
}

.faq-title:before {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    border-left: 2px solid #4a2882;
    border-bottom: 2px solid #4a2882;
    top: 36px;
    right: 15px;
    transform: rotate(-45deg);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.faq-title.faq-open {
    padding-bottom: 11px;
}

.faq-title.faq-open:before {
    transform: rotate(-225deg);
    transform-origin: 30% 80%;
}

.faq-cont {
    padding: 0 80px 38px 2px;
    display: none;
}

.faq-cont p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #01013f;
}

.ui-menu .ui-menu-item {
    padding: 0;
    border: 0;
}

.ui-menu .ui-menu-item .ui-menu-item-wrapper {
    border: 0;
}

.ui-menu .ui-menu-item:hover .ui-menu-item-wrapper {
    background-color: #55dde0;
}

.white-popup-block {
    background: #FFF;
    padding: 40px 40px;
    text-align: left;
    max-width: 650px;
    margin: 40px auto;
    position: relative;
}

.white-popup-block iframe {
    height: 600px;
    width: 100%;
}

.page-id-265 .inner_banner_text {
    padding: 143px 0 90px 0;
}

.page_content {
    padding: 60px 0 60px 0;
}

.page_content h1 {
    color: #4a2882;
    margin: 0 0 20px 0;
}

.page_content h2 {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 35px;
    line-height: 42px;
    color: #4a2882;
    text-transform: inherit;
    margin: 0 0 20px 0;
}

.page_content h3 {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 38px;
    color: #4a2882;
    text-transform: inherit;
    margin: 0 0 20px 0;
}

.page_content p {
    margin: 0 0 20px 0;
}

.table>thead>tr>th {
    font-weight: 600;
    font-family: 'Oswald', sans-serif;
    font-size: 21px;
    color: #4a2882;
    border: 1px solid #ddd;
    border-right: 0;
    border-top: 1px solid #ddd !important;
}

.table>thead>tr>th:last-child {
    border-right: 1px solid #ddd;
}

.table>tbody>tr>td {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    border: 1px solid #ddd;
    border-top: 0;
    border-right: 0;
    color: #01013f;
}

.table>tbody>tr>td a {
    color: #01013f;
    text-decoration: underline;
}

.table>tbody>tr>td a:hover {
    text-decoration: none;
    color: #55dde0;
}

.table>tbody>tr>td:last-child {
    border-right: 1px solid #ddd;
}

.table-responsive {
    margin: 0 0 30px 0;
}

.table-responsive .table {
    margin: 0;
}

.error404 .site-header {
    display: none;
}

.error404 .inner_banner_sec {
    display: none;
}

fieldset {
    max-width: 100% !important;
}

legend.hs-field-desc {
    display: none !important;
}

.client_logo_slider .client_logo {
    box-shadow: none;
    outline: none;
}

.cookie-notice-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 80px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

#cookie-notice {
    color: #01013f !important;
    background-color: #55dde0 !important;
    font-size: 12px !important;
}

.cn-set-cookie.button {
    background: transparent;
    border: solid 1px #01013f;
    color: #01013f;
    font-size: 12px;
    padding: 7px 15px;
    line-height: 1;
    border-radius: 0;
    transition: all 0.3s ease;
}

.cn-set-cookie.button:hover,
.cn-set-cookie.button:focus {
    background: #01013f;
    color: #fff;
}

#cn-notice-text {
    width: 70%;
    text-align: left;
}

#cookie-notice .cn-button {
    float: right;
}

.trustbox_sec {
    margin-bottom: -145px;
    padding: 102px 0 230px 0;
}

.submitted-message p {
    color: #fff;
}


/*f-dev*/


/*banner*/

.page-template-services_new .inner_banner_sec {
    position: relative;
    z-index: 1;
    /*background: #f2f2f2;*/
}

.inner_banner_sec .bannerbg {
    position: absolute;
    /*top:-65px;*/
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-attachment: fixed;
    background-size: cover;
    background-position: bottom 148px center;
    /*background-size: 100%;
    background-position: bottom 100% center;*/
    background-repeat: no-repeat;
}

.inner_banner_sec_light .bannerbg {
    position: absolute;
    /*top:-65px;*/
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-attachment: fixed;
    background-size: cover;
    background-position: bottom 148px center;
    /*background-size: 100%;
    background-position: bottom 100% center;*/
    background-repeat: no-repeat;
}

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 2) {
    .inner_banner_sec_light {
        position: unset !important;
    }
    .inner_banner_sec .bannerbg {
        position: absolute;
        /*top:-65px;*/
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        background-attachment: scroll;
        background-size: cover;
        background-position: bottom 148px center;
        /*background-size: 100%;
        background-position: bottom 100% center;*/
        background-repeat: no-repeat;
    }
    .inner_banner_sec_light .bannerbg {
        position: absolute;
        /*top:-65px;*/
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        background-attachment: scroll;
        background-size: cover;
        background-position: bottom 148px center;
        /*background-size: 100%;
        background-position: bottom 100% center;*/
        background-repeat: no-repeat;
    }
}

.page-template-services_new .inner_banner_text {
    padding: 166px 0 230px 0;
}

.page-template-services_new .site-content .inner_banner_sec:first-child {
    display: none;
}

.page-template-services_new .ourwhitebg {
    position: relative;
    z-index: 1;
}


/*!banner*/

.page-template-services_new .inner_banner_sec:before {
    background: none;
}

.ourwhitebg {
    background: #f2f2f2;
    padding-bottom: 30px;
}

.ourwhitebg .our_vision_box {
    background: #fff;
    box-shadow: -1.1px 10.9px 18px 0 rgba(107, 107, 107, 0.35);
}

.ourwhitebg .our_vision_content p {
    color: #01013f;
    line-height: 1.4;
}

.manage_funds_sec.everything_sec {
    background: #f2f2f2;
}

.everything_sec .manage_funds_inner .heading_sec h2 {
    color: #4a2882;
}

.everything_sec .manage_funds_text {}

.everything_sec .manage_funds_inner p {
    margin: auto;
    max-width: 264px;
    color: #01013f;
}

.everything_sec .manage_funds_text h6 {
    color: #01013f;
}

.everything_sec .manage_funds_inner {
    padding-bottom: 26px;
}

.everything_sec .manage_funds_icon {
    margin-bottom: 7px;
    height: 62px;
}

.everything_sec {
    position: relative;
    z-index: 2;
}

.everything_sec .fundlist.visible path {
    /*animation-delay: 2s;*/
    /*animation-delay: 1.5s;*/
    animation-delay: 0.5s;
}


/*payment*/

.payment h2 {
    text-transform: uppercase;
    color: #55dde0;
    text-align: center;
}

.payment {
    padding: 92px 0 77px;
}

.payment_box {
    margin: auto;
    max-width: 993px;
    position: relative;
}

.payment_box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    padding: 0 0;
}

.payment_box ul li {
    width: 25%;
    text-align: center;
    margin: 54px 0 0;
    transition: 0.5s all;
}

.payment_box ul li .paystep {
    height: 115px;
    width: 115px;
    position: relative;
    z-index: 1;
    padding: 5px;
    margin: 0 auto 10px;
    transition: 0.5s all;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}

.payment_box ul li .paystep>span {
    height: 76px;
    width: 76px;
    border-radius: 50%;
    background: #4a2882;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #55dde0;
    font-weight: 500;
    font-family: Oswald;
    font-size: 50px;
    position: relative;
    transition: 0.5s all;
}

.payment_box ul li .paystep>span:after {
    content: "";
    display: inline-block;
    height: 86px;
    width: 86px;
    border-radius: 50%;
    background: #4a2882;
    opacity: 0.3;
    position: absolute;
    z-index: -1;
    left: -5px;
    top: -5px;
    transition: 0.5s all;
}

.payment_box ul li .paystep:hover>span:after {
    display: none;
}


/* .payment_box ul li .paystep:hover > span{
    height: 103px;
    width: 103px;
    font-size: 60px
} 

.payment_box ul li .paystep:hover > span:after{
    height: 115px;
    width: 115px;
}
*/

.payment_box ul li .paystep:hover span {
    transform: scale(1.3);
    animation: pulsecolor 1.5s infinite;
}

@-webkit-keyframes pulsecolor {
    0% {
        -webkit-box-shadow: 0 0 0 0 #4a2882
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px transparent
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 transparent
    }
}

@keyframes pulsecolor {
    0% {
        -moz-box-shadow: 0 0 0 0 #4a2882;
        box-shadow: 0 0 0 0 #4a2882
    }
    70% {
        -moz-box-shadow: 0 0 0 10px transparent;
        box-shadow: 0 0 0 10px transparent
    }
    100% {
        -moz-box-shadow: 0 0 0 0 transparent;
        box-shadow: 0 0 0 0 transparent
    }
}

.payment_box ul li a,
.payment_box ul li>span {
    text-decoration: none;
    display: block;
    padding: 0 7px;
    /*pointer-events: none;*/
    cursor: auto;
}

.third_party_logo>a {
    pointer-events: none;
}

.payment_box ul li label {
    font-weight: normal;
}

.payment_box .dot {
    background: #ced8d8;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    display: inline-block;
}

.payment_box .dotline {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    top: 103px;
    transition: 1.5s all 1s;
}

.payment_box.vh .dotline {
    width: 0;
}

.payment_box .dotline:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 2px;
    background: #ced8d8;
    position: absolute;
    top: 7px;
    left: 0;
}


/*!payment*/


/*new our service*/

.payment+.our_service_sec {
    margin-top: 0;
}

.byound_serv .our_service_content p {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.4;
}

.byound_serv .our_service_img:before {
    display: none;
}

.serv_btn .btn {
    max-width: 243px;
    margin: 6px 20px;
}

.serv_btn .btn:hover {
    background: #c8bed9;
    color: #4f2387;
    border: 1px solid #c8bed9;
}


/*.serv_btn .btn:first-child{
    background: #c8bed9;
    color: #4f2387;
    border: 1px solid #c8bed9;
}

.serv_btn .btn:first-child:hover{
    background: none;
    color: #fff;
}*/

.byound_serv+.customers_stories_sec {
    margin-top: 0;
    padding: 83px 0 190px 0;
    margin-bottom: -144px;
}

.page-template-services_new .byound_serv+.customers_stories_sec {
    padding: 83px 0 190px 0;
}

.page-template-services_new .customers_stories_sec {
    margin-bottom: -144px;
}

.customers_stories_bg {
    /*transform: translate3d(0px, 0px, 0px)!important;
    background-attachment: fixed;*/
    top: 0;
}

.temp-contact-us {
    background-color: #55dde0;
    padding: 5px 32px;
    border: none;
    text-decoration: none;
    margin-top: 20px;
    cursor: pointer;
    color: black;
}
/*!new our service*/


/*nav*/

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-signup-btn>a.mega-menu-link {
    display: none;
    padding: 3px 15px 6px 14px;
    border: 1px solid #ffffff;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-signup-btn {
    margin-left: 0;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item a.mega-menu-link {
    height: auto;
    line-height: normal;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>ul.mega-sub-menu {
    transform: translate(50%, 15px)!important;
    right: 50%;
    left: auto;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-toggle-on:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 7px 7px;
    border-color: transparent transparent #ffffff transparent;
    position: absolute;
    /* top: -6px; */
    left: 0;
    right: 0;
    margin: auto;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
    position: relative;
    padding: 0;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:hover,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-parent>a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link,
.sticky-header #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:hover,
.sticky-header #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link,
.sticky-header #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-parent>a.mega-menu-link,
.sticky-header #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link {
    color: #55dde0;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:after {
    position: absolute;
    content: "";
    display: inline-block!important;
    left: 0;
    right: 0;
    bottom: -2px;
    height: 1px;
    width: 0;
    margin: 0 auto;
    background-color: #55dde0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu.mega-menu-item {
    position: relative;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:hover:after,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link:after,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-parent>a.mega-menu-link:after,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link:after {
    width: 100%;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-login-btn a {
    border: 1px solid #ffffff;
    padding: 3px 14px 3px 14px;
    display: inline-block;
    letter-spacing: 1px;
    text-transform: capitalize;
    transition: 0.5s all;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-login-btn a:hover:after {
    display: none!important;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-login-btn a:hover {
    background: #fff;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item {
    margin-left: 48px;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-menu-flyout>ul.mega-sub-menu {
    padding: 10px 0;
    box-shadow: 0px 2px 4px 0px #ccc;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-menu-flyout>ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-menu-flyout>ul.mega-sub-menu li.mega-menu-item.mega-current-menu-item a.mega-menu-link {
    color: #55dde0;
    position: relative;
    text-decoration: underline;
    text-underline-position: under
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item ul.menu a:hover,
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item ul.menu>li.menu-item.current-menu-item a {
    color: #55dde0;
    text-decoration: underline;
    text-underline-position: under
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-menu-grid>ul.mega-sub-menu>.mega-menu-row>.mega-sub-menu {
    display: flex;
    flex-wrap: wrap;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column {
    position: relative;
    border-right: 1px solid #e1e1e1;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column:last-child {
    border-right: 0px;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-menu-flyout>ul.mega-sub-menu li {
    margin-bottom: 10px;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    line-height: normal;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-toggle-on:before {
    border-color: transparent transparent #55dde0 transparent;
    top: calc(100% + 8px);
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-menu-grid>ul.mega-sub-menu,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-menu-flyout>ul.mega-sub-menu {
    border-top: 4px solid #55dde0;
}

.sticky-header #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
    color: #01013f;
}

.sticky-header #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-login-btn a {
    background: #55dde0;
}

.sticky-header #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-login-btn a:hover {
    background: none;
    border: 1px solid #55dde0;
    color: #01013f;
}

.sticky-header #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-login-btn {
    margin: 0;
}

.sticky-header #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-login-btn a {
    border-color: #01013f;
    display: none;
}

.sticky-header #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-signup-btn {
    margin: -2px 0 0 50px;
}

.sticky-header #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-signup-btn a {
    border-color: #55dde0;
    background-color: #55dde0;
    color: #4f2387;
    display: inline-block;
}

.sticky-header #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-signup-btn a.mega-menu-link:hover {
    color: #4f2387;
    background-color: transparent;
}

.sticky-header #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-signup-btn a.mega-menu-link:hover:after {
    display: none;
    width: 0;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>ul.mega-sub-menu .mega-menu-column .mega-sub-menu {
    position: relative;
    padding: 28px 27px;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>ul.mega-sub-menu .mega-menu-column .mega-sub-menu .widget_media_image {
    position: absolute;
    left: 10px;
    top: 18px;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>ul.mega-sub-menu .mega-menu-column .mega-sub-menu .widget_media_image img {
    width: 30px;
    height: 23px!important;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>ul.mega-sub-menu .mega-menu-column .mega-sub-menu {
    padding: 0;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-menu-grid>ul.mega-sub-menu {
    padding: 28px 27px;
    right: -540%;
    transform: translate(0, 15px)!important;
    min-width: 736px;
    box-shadow: 0px 2px 4px 0px #ccc;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>ul.mega-sub-menu .mega-menu-column .mega-sub-menu li ul.menu {
    list-style: none;
    padding: 14px 0 0 49px;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item {
    padding: 0;
    float: none;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu {
    padding: 0;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item ul.menu a {
    text-decoration: none;
    font-size: 14px;
    color: #01013f;
    font-weight: 400;
    display: inline-block;
    line-height: 1.3;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item ul.menu li {
    padding-bottom: 6px;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item ul.menu li:first-child a {
    font-weight: 900;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator {
    display: none;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    color: #01013f;
}


/*!nav*/


/**************responsive**************/

@media(min-width: 1200px) {
    .ourwhitebg .our_vision_content {
        padding: 58px 70px;
    }
    .ourwhitebg .our_vision_content h2 {
        margin-bottom: 33px;
    }
    .everything_sec .manage_funds_inner {
        padding: 69px 0 26px 0;
    }
    .everything_sec .heading_sec {
        padding: 0 0 5px 0;
    }
    .byound_serv {
        padding: 158px 0 158px 0;
    }
    .byound_serv .our_service_content {
        padding: 63px 110px 63px 110px;
    }
    .byound_serv .our_service_content h3 {
        margin-bottom: 35px;
    }
}

@media(max-width: 1200px) {
    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-menu-grid>ul.mega-sub-menu {
        min-width: 650px;
        /*right: 34%;*/
        padding: 15px;
    }
    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-menu-flyout>ul.mega-sub-menu {
        padding: 20px;
    }
    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>ul.mega-sub-menu .mega-menu-column .mega-sub-menu li ul.menu {
        padding: 0 0 0 40px;
    }
    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>ul.mega-sub-menu .mega-menu-column .mega-sub-menu .widget_media_image {
        left: 5px;
        top: 8px;
    }
    .manage_funds_list ul li {
        margin-bottom: 30px;
    }
}

@media(max-width: 991px) {
    #mega-menu-wrap-primary {
        position: static;
    }
    #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open+#mega-menu-primary {
        position: absolute;
        left: 0;
        width: 100%;
        top: 80px;
        max-height: calc(100vh - 80px);
        overflow-x: auto;
    }
    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-menu-grid>ul.mega-sub-menu {
        min-width: auto;
    }
    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item {
        margin-left: 0;
    }
    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
        display: block;
        color: #01013f;
        padding: 10px 15px;
        border-top: 1px solid #01013f;
        font-weight: 400;
        font-size: 16px;
        line-height: 18px;
        letter-spacing: 0.5px;
    }
    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-signup-btn {
        display: block;
    }
    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:after {
        display: none !important;
    }
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator {
        display: block;
    }
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator:after {
        content: '❯';
        content: "\f347";
        /*transform: rotate(90deg);*/
    }
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children.mega-toggle-on>a.mega-menu-link>span.mega-indicator:after {
        content: '❯';
        content: "\f343";
        /*transform: rotate(-90deg);*/
    }
    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>ul.mega-sub-menu {
        transform: translate(0, 0)!important;
        position: static;
    }
    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-toggle-on>a.mega-menu-link,
    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link {
        border-top: 1px solid #01013f;
    }
    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-menu-flyout>ul.mega-sub-menu {
        box-shadow: none;
        padding: 0;
    }
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column {
        border-right: 0px;
    }
    #mega-menu-wrap-primary.mega-keyboard-navigation .mega-menu-toggle:focus,
    #mega-menu-wrap-primary.mega-keyboard-navigation .mega-toggle-block:focus,
    #mega-menu-wrap-primary.mega-keyboard-navigation .mega-toggle-block a:focus,
    #mega-menu-wrap-primary.mega-keyboard-navigation .mega-toggle-block .mega-search input[type=text]:focus,
    #mega-menu-wrap-primary.mega-keyboard-navigation .mega-toggle-block button.mega-toggle-animated:focus,
    #mega-menu-wrap-primary.mega-keyboard-navigation #mega-menu-primary a:focus,
    #mega-menu-wrap-primary.mega-keyboard-navigation #mega-menu-primary input:focus,
    #mega-menu-wrap-primary.mega-keyboard-navigation #mega-menu-primary li.mega-menu-item a.mega-menu-link:focus {
        outline: none;
    }
    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-menu-flyout>ul.mega-sub-menu li {
        margin-bottom: 0;
    }
    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
        padding: 10px 30px 10px 30px;
        color: #01013f;
        border-top: 1px solid rgba(74, 40, 130, 0.3);
    }
    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {
        color: #55dde0;
        background-color: #4a2882;
    }
    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-menu-grid>ul.mega-sub-menu {
        box-shadow: none;
        transform: translate(0, 0)!important;
        padding: 0;
    }
    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>ul.mega-sub-menu .mega-menu-column {
        padding: 10px 15px;
        border-top: 1px solid rgba(74, 40, 130, 0.3);
    }
    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>ul.mega-sub-menu:before {
        display: none;
    }
    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-menu-grid>ul.mega-sub-menu,
    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-menu-flyout>ul.mega-sub-menu {
        border: none;
    }
    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-menu-flyout>ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {
        text-decoration: none;
    }
    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-signup-btn>a.mega-menu-link {
        background: none;
        display: block;
        padding: 10px 15px;
        border-top-width: 0px;
        color: #01013f;
    }
    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-signup-btn>a.mega-menu-link:hover {
        color: #55dde0;
    }
    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-login-btn a,
    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-login-btn a:hover {
        border: none;
        border-top: 1px solid #01013f;
        border-bottom: 1px solid #01013f;
    }
    .sticky-header #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-login-btn a {
        display: block;
    }
    .sticky-header #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-login-btn a:hover,
    .sticky-header #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-signup-btn a:hover {
        border: none;
        border-top: 1px solid #01013f;
        border-bottom: 1px solid #01013f;
        color: #55dde0;
    }
    .sticky-header #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-signup-btn a.mega-menu-link:hover {
        color: #01013f;
        border-top: none;
        color: #55dde0;
    }
    .sticky-header #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-signup-btn {
        margin: 0;
    }
    .sticky-header #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1:after {
        color: #4a2882;
    }
    .sticky-header #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-login-btn a {
        background: none;
    }
    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item:last-child>a.mega-menu-link {
        border: none;
        border-bottom: 1px solid #01013f;
    }
    .everything_sec .manage_funds_inner p br {
        display: none;
    }
}

@media(max-width: 767px) {
    .manage_funds_list ul li {
        margin-bottom: 0;
    }
}

@media(max-width: 640px) {
    .payment_box ul li {
        width: 100%;
        margin: 25px 0 0;
    }
    .payment_box .dotline {
        width: 16px;
        height: 100%;
        margin: auto;
        left: 0;
        right: 0;
        top: 10px;
    }
    .payment_box.vh .dotline {
        width: 16px;
        margin: auto;
        left: 0;
        right: 0;
        height: 0;
    }
    .payment_box .dotline:after {
        width: 2px;
        height: 100%;
        left: 7px;
    }
    .payment_box .dot.back {
        position: absolute;
        bottom: -7px;
    }
    .payment_box ul li label {
        display: block;
        position: relative;
        background: #fff;
        padding-bottom: 5px;
    }
}
