html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    text-decoration: none;
    background: transparent;
    font-family: 'Poppins', sans-serif !important
}
header svg, header svg path{
    height: 30px;
}
body{line-height:1;font-size:14px;}
ol, ul,li{list-style:none;}
blockquote, q{quotes:none;}
blockquote:before, blockquote:after,
q:before, q:after{content:'';content:none;}
:focus{outline:0;}
ins{text-decoration:none;}
del{text-decoration:line-through;}
table{border-collapse:collapse;border-spacing:0;}
form textarea{resize:none;}
a,a:hover, a:focus, a:active{text-decoration:none !important;color:inherit;outline:none !important;}

html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%; margin: 0;}
.form-control:focus, .form-select:focus{ box-shadow:none; outline: none }
button {border-color: transparent; border: 0; padding: 0; margin: 0;}
sub,sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
pre,
code,
kbd,
samp {
  font-family: Arial, sans-serif;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

:root {
  --body: #6b7483;
  --greenLight: rgba(60, 182, 204, .1);
  --greenLight2: rgba(114, 200, 89, .1);
  --greenLight3: #ebfbe7;
  --green2: #49a939;
  --green3: #49aa39;
  --greenDark: #319321;
  --gryDark: #404957;
  --gryLight: #5f6a81;
  --blue: #2a4574;
  --white: #fff;
  --gry2: #6b7483;
  --gry3: #827f7e;
  --gry4: #1C263B;
  --placeholder: #cdcccb;
  --breadcrumb: #002266;
}
.text-center{text-align:center;}
body {
    background-size: 100% !important;
}
div.body, header, footer {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
}
div.body {
   
}
.container-outer {
    max-width: 1300px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-self: center;
}
.container-inner {
    display: flex;
    width: 95.5%;
    flex-direction: column;
}
/* begin::Header Code*/
.header-wrap {
    justify-content: space-between;
    flex-direction: row;
}
.body-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.logo {
    display: block;
    padding: .5rem 0;
}
.header-col-2 {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.header-col-2 > *{height:44px;}
/*.menu-wrap {
    display: flex;
}*/
.menu-wrap {
    display: flex;
}
.menu-wrap > * {
/*    margin: 0 5px;*/
}
.user-swap-rev {
    display: none;
}
.button {
    padding: .8rem 1.8rem;
    border-radius: 7px;
    font-family: inherit;
    border: 0;
    height: 44px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;max-height:50px;position:relative;
}
    .button.full {
        width: 100%
    }
    .header-ico {
        height: 44px;
        width: 44px;
        border-radius: 7px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #dff4fa;
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        margin-right: 7px;
    }

header.scroll {
    position: fixed;
    z-index: 99;
}



.header-search-wrap {
    position: absolute;
    width: 0;
    right: 0px;
    top: 0;
    transition: all .3s;
    overflow: hidden;
}

    .header-search-wrap.open {
        overflow: visible;
        z-index: 1;
    }

    .header-search-wrap input {
        font-size: 14px;
        box-shadow: 0 4px 10px 0 rgba(60, 182, 204, 0.1) !important;
        background: var(--white) url(/Content/images/searchIconGren.svg) no-repeat 15px center;
        padding-left: 45px;
        height: 44px;
        border: 0;
    }

    .header-search-wrap .close-fund-search {
        position: absolute;
        right: 5px;
        top: 50%;
        margin-top: -16px;
    }
.ui-autocomplete {
    overflow-y: auto;
}
.ui-menu {
    position: absolute;
    top: 45px;
    width: 300px;
    right: 10px;
    box-shadow: 0 10px 40px 0 rgba(114, 140, 145, 0.1);
    border-radius: 5px;
    background-color: var(--white);
    height: 250px;
    padding: 5px 0;
    z-index: 99;
}

    .ui-menu .ui-menu-item-wrapper {
        display: block;
        padding: 10px 20px;
        color: var(--blue);
        font-weight: 500;
    }

        .ui-menu .ui-menu-item-wrapper:hover {
            background: #f3fdff;
            color: var(--green2);
            font-size: 14px;
        }
.login-btn-mobile {display:none;}
.mobile-nav {
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    display: none;
}
    .mobile-nav svg {
        width: 24px;
        padding-left: 5px;
    }
      
        /*begin::menu code*/

.menu {
   display:flex;
}

    .menu nav {
        display: flex;
        /*margin-right: 10px;
        margin-left: 20px;*/
    }

        .menu nav a {
            color: var(--blue);
            font-size: 15px;
            font-weight: 600;
            padding: 8px 20px;
            position: relative;
        }

        .menu nav .drop-down a::after {
            content: '';
            width: 10px;
            height: 6px;
            display: block;
            position: absolute;
            background: url(/Content/images/arrow1.svg) no-repeat;
            right: 0;
            top: 50%;
            margin-top: -3px;
        }

        .menu nav a:hover, .menu nav a.active {
            color: var(--green2);
        }





.nav-menu.disabled {
    opacity: 0.4;
}

.nav-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
}

.nav-menu > ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .nav-menu > ul > li {
        position: relative;
        white-space: nowrap;
        display: block;
    }

.nav-menu a {
    display: block;
    position: relative;
    transition: 0.3s;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    line-height: 18px;
    margin: 0 3px;
    font-weight: normal;
    padding: 24px 20px;
}

.nav-menu > ul > li.main-logo-desk > a:before {
    display: none;
}

.nav-menu a:hover:before, .nav-menu li:hover > a:before, .nav-menu .active > a:before {
    visibility: visible;
    width: 100%;
}

.nav-menu a:hover, .nav-menu li:hover > a {
    color: var(--green2);
}

.nav-menu .active > a {
    color: var(--green2);
}

.nav-menu .drop-down ul {
    display: block;
    position: absolute;
    left: 14px;
    top: 59px;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 5px 0;
    box-shadow: 5px 5px 20px 0 rgba(14, 175, 226, 0.2);
    border: solid 1px #f1f1f1;
    background-color: var(--white);
    transition: 0.3s;
    border-radius: 8px;
    width: 200px;
}
/*.nav-menu .drop-down ul.dropArrow{margin-left: -50% }
.nav-menu .drop-down ul.dropArrow::before{ background: url(../images/arrow-nav-top.png) no-repeat; width: 12px; height: 9px; content: ''; position: absolute; top: 0; top: -9px; left: 50%; margin-left: -6px; }*/

.nav-menu .drop-down:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.nav-menu .drop-down li {
    position: relative;
}

.nav-menu .drop-down ul a {
    padding: 10px 20px;
    font-weight: 500;
    text-transform: none;
    color: var(--blue);
    margin: 0;
    font-size: 14px;
}

    .nav-menu .drop-down ul a::after {
        display: none;
    }

    .nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
        background: #f3fdff;
        color: var(--greenDark);
    }

.nav-menu .dropArrow .drop-down > a:after {
    content: "";
    padding-left: 5px;
    font-size: 1.2rem;
    background: url(/Content/images/arrow-right.svg) no-repeat;
    width: 9px;
    height: 10px;
    display: inline-block;
    margin-left: 5px;
    position: relative;
    position: absolute;
    right: 15px;
    top: 14px;
}

.nav-menu .drop-down .drop-down > a:hover:after {
    background: url(/Content/images/arrow-right.svg) no-repeat;
}

.nav-menu .drop-down .drop-down ul {
    top: 0;
    left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
}

.nav-menu .drop-down .drop-down > a {
    padding-right: 35px;
}

@media (max-width: 1366px) {
    .nav-menu .drop-down .drop-down ul {
        right: -90%;
    }

    .nav-menu .drop-down .drop-down:hover > ul {
        right: -100%;
    }
}
/*end::menu code*/




/* end::Header Code*/
/* begin::footer Code*/
footer {
    background: #f2f9ff;
    padding: 40px 0;
    border-top: 5px solid #f8f8f8;
    position: relative;
    margin-top: 70px;
}
.footer-box {
    display: flex;
    flex: 1;
}
    .footer-box > li {
        width: 20%;
        margin-right: 30px;
        display: flex;
        flex-direction: column;
        color: #404957;
    }
        .footer-box > li > h4 {
            padding-bottom: 15px;
        }
        .footer-box > li > a {
            padding-bottom:32px;
        }
.footer-contents {
    flex-direction: column;
}
.footer-box-2 {
    display: flex;
    flex: 1;
    border-top: solid 1px #dbe6f1;
    margin-top: 30px;
    padding-top: 40px;
  
}
    .footer-box-2 > li {
        width: 25%;
        margin-right: 30px;
    }
    .footer-box-2 > li > ul{}
    .footer-box-2 h5 {
        font-size: .9em;
        padding: 7px 0;
    }
        .footer-box-2 > li > ul li a {
            padding: 10px 0;
            display: block;
        }
    .footer-box-2 p {
        padding: 0px 0 20px 0;
        line-height: 120%;
    }
        .footer-box-2 p a{font-weight:bold; text-decoration:underline!important;}
body.loaded .footer-box-2 {
    flex-direction: column;
    font-size: .87em;
}
    body.loaded .footer-box-2 > li {
        width: 100% !important;
        display: flex;
        flex-direction: row;
        margin-bottom: 20px;
    }
        body.loaded .footer-box-2 > li > h4 {
            margin-right: 30px;
            line-height: 130%;
            width: 175px;
            font-weight: 500;
            line-height: 100%;
        }
        body.loaded .footer-box-2 > li > ul {
            display: flex;
            flex-wrap: wrap;
        }
            body.loaded .footer-box-2 > li > ul > li {
                padding-right: 21px;
                margin-bottom:5px;
                position:relative;
            }
                body.loaded .footer-box-2 > li > ul > li:not(:last-child)::after {
                    content: '|';
                    right: 8px;
                    font-size: .9em;
                    position: absolute;
                    top: 1px;
                    color: #999;
                }
.sm-wrap a {
    margin-right: 30px;
    margin-bottom: 32px;
    display: block;
}
.sm-wrap {
    margin-bottom: 10px;
}
.footer-txt {
    display: flex;
    justify-content: center;
    padding: 15px 0;
    margin: 20px 0 30px 0;
    font-size: .8em;
    width: 100%;
}
    .footer-txt div {
        padding: 0 20px;
        text-align: center;
        line-height: 130%;
    }
    .footer-txt p {
        padding: 0 20px;
    }
    .footer-txt span {
        padding-left: 10px;
    }
.footer-copyright {
    text-align: center;
    padding: 0 20px;
}

/*begin::Main style*/

.main-content-wrap, .page-heading-wrap {
    background-color: #fff;
    padding: 20px 60px;
    border-radius: 7px;
 
}
    .main-content-wrap{ min-height:300px;}
   
    .page-heading-wrap {
        margin-top: 20px;
        margin-bottom: 5px;
    }

    .page-heading-wrap h1 {
        font-size: 34px;
        font-weight: bold;
        color: var(--blue);
        line-height: 130%;
        margin-bottom: 10px;
    }
.breadcrumb {
    font-size: .93em;text-transform:capitalize;
}
.breadcrumb a {
    color: var(--breadcrumb);
}
.button .loader-img {
    position: absolute;
    left: 4px;
}



/*end::Main style*/
/* end::footer Code*/
/* begin::Responsive code*/
@media (max-width: 480px) {
    .container-inner {
        padding: 0px;
    }
    .footer-box, .footer-box-2 {
        flex-wrap: wrap;
    }

    .footer-box > li, .footer-box-2 > li {
        width: 100%;
        margin-bottom: 20px;
    }

    body.loaded .footer-box-2 > li {
        flex-direction: column;
    }
        body.loaded .footer-box-2 > li > ul > li::after{display:none;}
        body.loaded .footer-box-2 > li > ul {
            flex-direction: column;
        }
            body.loaded .footer-box-2 > li > ul > li {
                margin-bottom: 20px;
            }
            body.loaded .footer-box-2 > li > h4 {
                margin-bottom: 5px;
            }
    .mobile-nav {display:flex;}
    .contact-button {display:none;}
    .menu {
        width: 92%;
    }
    .menu-wrap {
        display: none;
        position: absolute;
        left: 0;
        top: 80px;
        z-index: 1;
        height: 100%;
        flex-direction: column;
        right: 0;
        align-items: center;
        min-height:500px;
    }
        .menu-wrap.show {
            display: flex;
        }
    .nav-menu > ul {
        flex-direction: column;
        align-items: start;
        width: 100%;
    }
    .menu nav {
        align-items: start;
        width: 100%;
    }
    .nav-menu > ul > li {
        border-bottom: 1px solid #e1e1e1;
        width: 100%;
        padding: 7px 0;
    }
    .login-btn{display:none;}
    .login-btn-mobile {
        display: block;
        margin: 20px;
    }
    .main-content-wrap, .page-heading-wrap {
        padding: 20px;
    }
   
    /*
    .menu nav {
        display: flex;
        margin-right: 10px;
        margin-left: 20px;
    }
   
    .nav-menu > ul > li {
    }*/
}

/* end::Responsive code*/