﻿html, body {
    font-size: 16px;
}

body {
    color: #383838;
    padding-bottom: 0;
}

a {
    color: #000;
}

    a:hover {
        color: #104587;
    }

img {
    max-width: 100%;
}

@media screen and (min-width:1440px) {
    .container-height {
        height: calc(100vh - 525px);
    }
}
/*Section Title*/
.section-title {
    font-size: 2rem;
    text-align: center;
    color: #104587;
}

    .section-title > span {
        position: relative;
        padding-left: 4rem;
        padding-right: 4rem;
        display: inline-block;
    }

        .section-title > span:after,
        .section-title > span:before {
            position: absolute;
            top: 50%;
            content: '';
            border-top: 6px double #104587;
            width: 50px;
            transform: translateY(-50%);
        }

        .section-title > span:after {
            left: 0;
        }

        .section-title > span:before {
            right: 0;
        }

.section-title {
    margin-top: 0;
    margin-bottom: 65px;
}

@media screen and (max-width:767px) {
    .section-title {
        font-size: 1.5rem;
        margin-bottom: 35px;
    }
}

.text-golden {
    color: #ffc107;
}


.navbar-inverse .navbar-nav > li.dropdown:hover > a .caret {
    border-top-color: #ffc107;
    border-bottom-color: #ffc107;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a > .caret,
.navbar-inverse .navbar-nav > .open > a > .caret,
.navbar-inverse .navbar-nav > .open > a .caret,
.navbar-inverse .navbar-nav > .open > a:hover .caret,
.navbar-inverse .navbar-nav > .open > a:focus .caret,
.navbar-inverse .navbar-nav > .active > a .caret {
    background-color: transparent;
    color: #ffc107;
    border-top-color: #ffc107;
}

.navbar-nav > li > .dropdown-menu {
    border-radius: 0;
    background-color: rgb(16, 69, 135);
    border-color: rgb(16, 69, 135);
}

/*color*/
.bg-white {
    background-color: #ffffff;
}

.text-white {
    color: #ffffff;
}

@media (min-width: 768px) {
    .navbar-nav {
        float: right;
        margin: 0 -15px 0 0;
    }
    .navbar-nav {
        display:flex;
        align-items:center;
    }
        .navbar-nav .invest_btn {
            background: #1455a6;
            color: #fff !important;
            padding: 10px;
            border-radius: 5px;
            border: 1px solid transparent;
        }

            .navbar-nav .invest_btn:hover {
                background: #fff;
                border: 1px solid #1455a6;
                color: #1455a6;
            }
}

.body-content {
    padding: 0;
}

@media screen and (min-width:1200px) {
    .body-content {
        margin-top: 103px;
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {
    .body-content {
        margin-top: 73px;
    }
}

@media screen and (max-width:991px) {
    .body-content {
        margin-top: 68px;
    }
}

h1, h2, h3, h4, h5, h6 {
    color: #808080;
}

h1 {
    font-size: 2.625rem;
}

h2 {
    font-size: 1.875rem;
}

h3 {
    font-size: 1.5rem;
}

.section {
    padding: 50px 0;
}

.row-flex {
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    align-items: stretch;
    justify-content: flex-start;
}

.col-sm {
    width: 100%;
    margin-bottom: 15px;
}

.btn-custom {
    line-height: 50px;
    padding: 0 30px;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    background-color: #1455a6;
    transition: all ease 1s;
}

    .btn-custom:hover,
    .btn-outline:hover,
    .btn-custom:focus,
    .btn-outline:focus {
        background-color: #ffffff;
        color: #ffc107;
        border-color: #ffc107;
    }

.btn-outline {
    border: 1px solid #104587;
    color: #104587;
    transition: all ease 1s;
}

.bg-facebook {
    background-color: #4867aa;
}

.bg-twitter {
    background-color: #00aced;
}

.bg-linkedin {
    background-color: #0274b3;
}

.social-icons a, .social-icons i {
    color: #ffffff;
}

.social-icons a {
    width: 30px;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    border-radius: 5px;
}

    .social-icons a + a {
        margin-left: 10px;
    }

.margin-bottom0 {
    margin-bottom: 0 !important;
}


/*Banner*/

/*start marquee*/
.marquee {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 30px 0;
}

.marquee-wrap, .trade-online, .who-we-are-wrap {
    background: #fff;
}

.marquee div {
    display: block;
    width: 200%;
    height: 25px;
    position: absolute;
    overflow: hidden;
    animation: marquee 25s linear infinite;
    top: 0;
    bottom: 0;
    margin: auto;
}

.marquee span {
    width: 100%;
    white-space: nowrap;
}

@-webkit-keyframes marquee {
    0% {
        left: 100%;
    }

    100% {
        left: -185%;
    }
}

@keyframes marquee {
    0% {
        left: 100%;
    }

    100% {
        left: -185%;
    }
}

/*start header*/
.navbar-inverse {
    /*background: #1c92d2; 
    background: -webkit-linear-gradient(to bottom,#27282ee8   , #787a88); 
    background: linear-gradient(to bottom,#27282ee8  , #696b7b);
    background-color: rgba(39,40,46,0.91);
    border-color: rgba(39,40,46,0.91);*/
    background-color: #ffffff;
    border-top: 10px solid #1455a6;
    border-color: #1455a6;
}

.navbar-header a img {
    max-height: 80px;
    margin: 6px 0;
}

@media screen and (max-width: 1199px) {
    .navbar-header a img {
        max-width: 168px;
    }
}

@media screen and (max-width: 991px) {
    .navbar-header a img {
        margin-left: 15px;
    }

    html, body {
        font-size: 15px;
    }
}

.navbar-nav li a {
    color: #dddddd;
}

.navbar-nav li a {
    font-family: 'PT Serif', serif;
}

.navbar-inverse .navbar-nav > li > a {
    font-size: 1rem;
    font-weight: bold;
}

.navbar-inverse .navbar-nav > li > a,
.navbar-inverse .navbar-nav > li.dropdown > a .caret {
    color: #1455a6;
    text-transform: uppercase;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > li:hover > a,
.navbar-inverse .navbar-nav > li:focus > a {
    color: #ffc107;
    background: #104587;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #ffc107;
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .navbar-nav > li > a {
        padding: 36px 10px;
        position: relative;
    }

    /*.navbar-nav > li.active > a:after {
        content: '';
        background-color: #ffc107;
        height: 3px;
        width: 80%;
        position: absolute;
        bottom: 20px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }*/

    .navbar-nav > li:hover > .dropdown-menu {
        display: block;
    }
}

@media screen and (max-width: 1199px) {

    .navbar-inverse .navbar-nav > li > a {
        padding: 21px 8px;
        font-size: 0.9rem;
    }

    .navbar-nav > li.active > a:after {
        bottom: 10px;
    }
}

@media screen and (max-width: 991px) {
    .navbar-header,
    .navbar-nav,
    .navbar-nav > li {
        float: none;
    }

        .navbar-nav > li > a {
            padding-top: 12px;
        }

    .navbar-toggle {
        display: block;
        margin: 11px 15px 12px 0;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #104587;
    }

    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
        background-color: transparent;
        outline: none;
    }

    .navbar-nav > li > .dropdown-menu {
        background-color: #104587;
    }

    .dropdown-menu {
        width: 100%;
    }

    .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #fff;
        text-align: center;
        z-index: 9;
        padding: 0;
        max-height: none;
        margin: 0 !important;
    }

    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: #104587;
        border: 0;
        box-shadow: none;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
    }
}

.slider-fade .image {
    height: calc(100vh - 92px);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

    .slider-fade .image .box img {
        width: 100%;
    }

.slider-fade .text-overlay {
    max-width: 1000px;
    margin: auto auto 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100px;
    background-color: rgba(255, 203, 76, 0.8);
    padding: 15px;
}

@media screen and (max-width: 1439px) and (min-width:1200px) {
    .slider-fade .text-overlay {
        bottom: 50px;
    }

    .slider-fade .slick-dots {
        bottom: 70px !important;
    }
}

@media screen and (max-width: 767px) {
    .slider-fade .text-overlay {
        position: relative;
        bottom: 0;
    }
}

.slider-fade .text-overlay h1,
.slider-fade .text-overlay p {
    text-shadow: 2px 2px 2px #383838;
}

@media screen and (max-width: 991px) {
    .slider-fade .text-overlay h1,
    .slider-fade .text-overlay p {
        color: #383838;
        text-shadow: none;
    }

    .slider-fade .image {
        height: auto;
    }

    .slider-fade .text-overlay h1 {
        font-size: 27px;
    }

    .slider-fade .text-overlay p {
        font-size: 15px;
    }
}

@media screen and (max-width: 991px) {
    .slider-fade .text-overlay {
        bottom: 0;
        background-color: rgba(255, 203, 76, 0.9);
    }
}

.slider-fade .text-overlay p {
    margin-bottom: 30px;
}

.slider-fade .slick-dots {
    position: absolute;
    bottom: 115px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
    left: 0;
    right: 15px;
    text-align: right;
}

@media screen and (max-width: 767px) {
    .slider-fade .slick-dots {
        bottom: 5px;
        text-align: center;
        margin-top: 1rem;
    }

    .slider-fade .text-overlay {
        text-align: center;
    }

        .slider-fade .text-overlay h1 {
            margin-bottom: 2rem;
            display: block;
        }
}

@media screen and (max-width:991px) and (min-width:768px) {
    .slider-fade .slick-dots {
        bottom: 15px;
    }
}

@media screen and (max-width: 1000px) {
    .slider-fade .slick-dots {
        padding-right: 15px;
    }
}

.slider-fade .slick-dots li {
    background: #dddddd;
}

    .slider-fade .slick-dots li.slick-active {
        background-color: #ffffff;
    }

        .slider-fade .slick-dots li button:before,
        .slider-fade .slick-dots li.slick-active button:before {
            color: transparent;
        }
/*start who we are*/
.section h2 {
    position: relative;
    margin-top: 38px;
    margin-bottom: 26px;
    color: #383838;
}

    .section h2:before {
        position: absolute;
        content: '';
        left: 50%;
        /* right: 0; */
        /* margin: 0 auto; */
        top: -38px;
        font-size: 14px;
        background-color: rgba(16, 69, 135, 0.91);
        width: max-content;
        display: inline-table;
        padding: 5px 10px;
        border-radius: 50px;
        color: #ffffff;
        text-transform: uppercase;
        z-index: 1;
        transform: translateX(-50%);
    }

    .section h2:after {
        content: '';
        position: absolute;
        top: -27px;
        left: 0;
        border: 2px dashed #cccccc;
        width: 100%;
        height: 45px;
        max-width: 350px;
        right: 0;
        margin: 0 auto;
        z-index: 0;
    }

.who-we-are-wrap.section h2:before {
    content: 'About Us';
}

.section h2 span {
    padding: 0 10px;
    position: relative;
    z-index: 1;
}

.section h2 + p {
    line-height: 32px;
    margin-bottom: 30px;
}

.section .grid3 .col-sm {
    display: flex;
    display: -webkit-flex;
    align-items: stretch;
    justify-content: center;
    flex-flow: row wrap;
    text-align: center;
    padding: 15px;
    position: relative;
}
.grid3{
    justify-content:center!important;
}
    .section .grid3 .col-sm:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        width: calc(100% - 30px);
        height: 100%;
        box-shadow: 0 0 15px #888888;
        margin: 0 auto;
        right: 0;
        border-radius: 5px;
    }

.section-img,
.section-content {
    width: 100%;
    z-index: 1;
    padding: 0 15px;
}

.section-img {
    margin: 0 auto;
    max-width: 80px;
    width: 100%;
}

.section-content h3 {
    font-weight: bold;
}

.section-content p {
    margin-bottom: 0;
    text-transform: uppercase;
}

.section .btn-custom {
    margin-top: 30px;
}

@media screen and (min-width: 768px) {
    .who-we-are-wrap .col-sm,
    .what-we-do .col-sm,
    .openaccount .col-sm {
        width: 33.33%;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 767px) {
    .who-we-are-wrap .col-sm,
    .what-we-do .col-sm,
    .trade-online .col-sm {
        width: 100%;
        margin-bottom: 30px;
    }

    html, body {
        font-size: 14px;
    }
}

/*start what we do*/
.what-we-do {
    background-image: url('../Images/bg-service.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
}

    .what-we-do:before {
        content: '';
        background-color: rgba(0, 0, 0, 0.5);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .what-we-do .container {
        position: relative;
    }

    .what-we-do.section h2 span {
        background-color: #ffc107;
        color: #ffffff;
    }

    .what-we-do.section h2 + p {
        color: #ffffff;
    }

    .what-we-do.section .grid3 .col-sm:after {
        /*box-shadow: none;*/
        background-color: #ffffff;
        z-index: 0;
    }

    .what-we-do .row-flex {
        justify-content: center;
    }

    .what-we-do.section h2:before {
        content: 'Our Services';
    }

    .what-we-do.section h2:after {
        border-color: rgba(255, 255, 255, 0.8);
    }

    .what-we-do .section-content p,
    .trade-online .section-content p {
        margin: 10px 0;
    }

    .what-we-do .section-content .btn-custom-sm,
    .trade-online .section-content .btn-custom-sm {
        line-height: 25px;
        margin-top: 0;
    }

/*start trade online*/
.trade-online.section h2:before {
    content: 'Go Digital';
}

@media screen and (min-width: 768px) {
    .trade-online .col-sm {
        width: 33%;
        margin-bottom: 30px;
    }
}

/*start open account*/
.openaccount {
    background-color: #fbfbfb;
}

    .openaccount.section h2 span {
        background-color: #fbfbfb;
        ;
    }

    .openaccount.section h2:before {
        content: 'Start Trading';
    }

    .openaccount .col-sm:after {
        display: none;
    }

    .openaccount .form-group {
        width: 100%;
        margin-bottom: 0;
    }

    .openaccount input.form-control {
        height: 50px;
    }

    .openaccount .form-control {
        max-width: 100%;
    }

    .openaccount .col-sm {
        padding-bottom: 0 !important;
        padding-top: 0 !important;
    }

    .openaccount .col-sm-100 {
        width: 100%;
    }

/*start footer*/
footer {
    background-color: #104587;
    padding: 15px 0;
    color: #ffffff;
}

    footer a, footer a:hover {
        color: #ffffff;
    }

    footer .footer-top .col-sm {
        width: 50%;
        padding: 0 15px;
    }

        footer .footer-top .col-sm:last-child {
            text-transform: uppercase;
        }

            footer .footer-top .col-sm:last-child p {
                margin-left: 50px;
            }

    footer .footer-top p {
        font-size: 0.875rem;
    }

    footer .notices {
        margin-top: 2.5rem;
    }

        footer .notices a:hover,
        footer .notices a:focus {
            color: #ffc107;
            text-decoration: none;
        }

    .popup-container{
        padding:0;
        margin:0;
        text-align:center;
    }
    footer .popup_link {
    padding: 0;
    display: block;
    list-style: none;
}
    footer .popup_link li {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}
    footer .popup_link li a{
        text-decoration:none;
    }

@media screen and (max-width: 767px) {
    footer .footer-top .col-sm .col-sm-4 {
        margin-bottom: 15px;
    }
}

footer .footer-bottom p {
    margin-bottom: 0;
    text-transform: uppercase;
    padding: 0 15px;
    font-size: 0.75rem;
}

@media screen and (max-width: 500px) {
    footer .footer-top .col-sm {
        width: 100%;
    }

        footer .footer-top .col-sm:last-child p {
            margin-left: 0;
        }
}

/*What WE Do*/
.flex-wrap .flex-col .title {
    color: #104587;
    position: relative;
    padding-bottom: .5rem;
    margin-top: 0;
    margin-bottom: 20px;
}

    .flex-wrap .flex-col .title:after {
        position: absolute;
        bottom: 0;
        left: 0;
        content: '';
        border-bottom: 4px double #104587;
        width: 40px;
    }

.flex-wrap + .flex-wrap {
    margin-top: 100px;
}

.flex-wrap .flex-col.content {
    text-align: justify;
}
/*.flex-wrap .flex-col.img img {
    border: 1px dashed #ccc;
    padding: 3px;
}*/
.flex-wrap .flex-col .img {
    position: relative;
    margin: 30px 0;
}

    .flex-wrap .flex-col .img img {
        box-shadow: 1.25rem 0.375rem 2.75rem 0 rgba(0,0,0,.42);
    }

    .flex-wrap .flex-col .img:before {
        opacity: .08;
        -webkit-transform: rotate(-12.5deg);
        transform: rotate(-12.5deg);
        content: '';
        display: block;
        position: absolute;
        top: 10px;
        background-color: rgb(16, 69, 135);
        left: 0;
        right: 0;
        bottom: 10px;
        z-index: -1;
        width: 100%;
    }

.flex-wrap .flex-col:only-child {
    width: 100%;
}

.text-big {
    font-size: 22px;
}

.flex-wrap .flex-col ul li {
    position: relative;
    padding-left: 27px;
    padding-bottom: 1rem;
}

    .flex-wrap .flex-col ul li:before {
        position: absolute;
        top: 0;
        left: 0;
        content: '\f00c';
        font-family: fontawesome;
        color: #104587;
        font-size: 0.7rem;
        width: 18px;
        height: 18px;
        line-height: 18px;
        background: #ddd;
        text-align: center;
        border-radius: 50%;
    }

@media screen and (max-width:991px) {
    .flex-wrap + .flex-wrap {
        margin-top: 50px;
    }
}
/*#sme .process {
    font-weight: 700;
    font-size: 17px;margin-bottom:20px;
}

#sme .box {
    margin-top: 2rem;border-bottom: 1px dashed #ddd;
    padding-bottom: 1rem;
}
#sme .box:last-child {
   border-bottom:0;
    padding-bottom: 0;
}
#sme .process .count {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 28px;
    color: #000;
    text-align: center;
    margin-right: 10px;
    vertical-align: middle;
    border: 2px dashed #ccc;
    background: #efefef;
}*/
.more:before {
    content: 'Read Less';
}

.more.collapsed:before {
    content: 'Read More';
}

#sme .box-wrap .box {
    text-align: center;
    background: #fff;
    margin-right: 15px;
    margin-left: 15px;
    margin-top: 40px;
    padding: 15px;
    padding-top: 50px;
    border-radius: 5px;
    position: relative;
    margin-bottom: 20px;
    border: 1px dashed #104587;
}

    #sme .box-wrap .box .process {
        position: absolute;
        top: -22px;
        left: 50%;
        transform: translateX(-50%);
        background: #ffc107;
        padding: 10px;
        box-shadow: 0 0 0 2px #fff, 0 0 0 4px #fff inset;
        color: #104587;
        border-radius: 5px;
        border: 1px dashed #104587;
        font-weight: bold;
    }

.our-team {
    border: 1px dashed #104587;
    background: #f5f5f5;
    border-radius: 5px;
    margin-top: 72px;
}

    .our-team .pic {
        width: 40%;
        border: 1px dashed #104587;
        border-radius: 60px 0;
        margin: -72px auto 0;
        overflow: hidden;
        transition: all 0.20s ease 0s;
    }

    .our-team:hover .pic {
        border-radius: 50%;
        border-color: #104587;
    }

    .our-team .pic img {
        width: 100%;
        height: auto;
    }

    .our-team .team-content {
        text-align: center;
        position: relative;
        overflow: hidden;
    }

    .our-team .team-title {
        font-size: 22px;
        color: #104587;
        margin: 20px 0 0;
        margin-bottom: 5px;
    }

    .our-team .post {
        font-size: 16px;
        color: #333;
        display: block;
        margin-bottom: 15px;
    }

    .our-team .description {
        font-size: 16px;
        font-weight: 300;
        color: #333;
        padding: 0 35px;
        line-height: 22px;
        margin-bottom: 60px;
    }

@media screen and (min-width:768px) {
    .flex-wrap {
        display: flex;
        display: -webkit-flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: center;
    }

        .flex-wrap .flex-col {
            width: 47%;
        }

    #sme .box-wrap {
        display: flex;
        display: -webkit-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

        #sme .box-wrap .box {
            width: 30%;
        }

    .team-wrap {
        display: flex;
        display: -webkit-flex;
        justify-content: space-between;
    }

        .team-wrap .our-team {
            width: 32%;
        }
}

@media screen and (max-width:767px) {
    .our-team {
        margin-top: 9rem;
    }
}

/*Trade Online*/

#login .box,
#news .box {
    text-align: center;
    border: 1px solid #ddd;
    padding: 15px;
}

    #login .box h4,
    #news .box h4 {
        margin: 15px -15px -15px;
        border-top: 1px solid #ddd;
        padding: 8px;
        background: #f5f5f5;
        color: #104587;
    }

.flex-wrap .flex-col.content ol li {
    margin-bottom: 1rem;
    margin-left: -15px;
}

#news .row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

@media screen and (max-width:767px) {
    #login .box,
    #news .box {
        margin-bottom: 30px;
    }
}
/*Contact Us*/
#contact .add-wrap {
    margin-bottom: 100px;
}

#contact .flex-wrap {
    align-items: flex-start;
}

#contact .add-wrap .add-box {
    text-align: center;
    position: relative;
    border: 1px dashed #104587;
    padding: 15px;
    border-radius: 5px;
    padding-top: 60px;
    margin-top: 50px;
    background: #fbfbfb;
}

    #contact .add-wrap .add-box .icon {
        position: absolute;
        top: -50px;
        left: 50%;
        transform: translateX(-50%);
        width: 100px;
        height: 100px;
        line-height: 100px;
        font-size: 50px;
        border: 1px dashed #104587;
        border-radius: 5px;
        background: #fbfbfb;
        text-align: center;
    }

        #contact .add-wrap .add-box .icon .fa {
            color: #ffc107;
        }

    #contact .add-wrap .add-box .add {
        margin-top: 20px;
    }

#contact .map-title {
    display: block;
    background: #104587;
    padding: 5px;
    /* border-bottom: 2px solid #104587; */
    color: #ffc107;
    font-weight: bold;
    border-radius: 0;
}

#contact .map {
    border: 2px solid #104587;
    margin-bottom: 10px;
}

@media screen and (min-width:768px) {
    #contact .add-wrap {
        display: flex;
        display: -webkit-flex;
        justify-content: space-between;
    }

        #contact .add-wrap .add-box {
            width: 33%;
        }
}

@media screen and (max-width:767px) {

    #contact .add-wrap .add-box {
        margin-top: 6rem;
    }

    .flex-wrap .flex-col {
        margin-bottom: 50px;
    }
}
/*Account*/
#account .flex-wrap {
    align-items: flex-start;
}

#account .downloads a {
    display: block;
    border: 1px dashed #ccc;
    margin-bottom: 20px;
    padding: 10px;
}

    #account .downloads a .fa {
        text-align: center;
        border-right: 1px dashed #ccc;
        margin-right: 6px;
        padding-right: 7px;
    }

/*Fund Transfer*/
#fundtransfer table tr > td {
    vertical-align: middle;
}

    #fundtransfer table tr > td img {
        max-height: 40px;
    }

.red {
    color: red;
}

.input-group-addon {
    background: transparent;
}

.input-group .form-control {
    border-right: 0;
}

.form-control:focus {
    outline: 0;
    box-shadow: none;
    border-color: #ccc;
}

.semail {
    display: none;
}

.fa-pdfcolor {
    color: #a81531;
    font-weight: 600;
}

.hnspl-pdf {
    font-size: 20px;
}

.hnspl-wrap {
    align-items: flex-start;
}

.hnspl-pdf a {
    color: #4d4d4d;
}

/*escalationmatrix*/

div#escalationmatrix {
    margin-bottom: 100px;
}

    #escalationmatrix .matrix-box .icon {
        position: absolute;
        top: -50px;
        left: 50%;
        transform: translateX(-50%);
        width: 100px;
        font-size: 50px;
        border: 1px dashed #104587;
        border-radius: 5px;
        background: #fbfbfb;
        text-align: center;
    }

        #escalationmatrix .matrix-box .icon .fa {
            color: #ffc107;
        }


        #escalationmatrix .matrix-box {
    text-align: center;
    position: relative;
    border: 1px dashed #104587;
    padding: 15px;
    border-radius: 5px;
    padding-top: 60px;
    margin-top: 50px;
    background: #fbfbfb;
    margin-bottom: 30px;
}

#escalationmatrix .add {
    margin-bottom: 1rem;
}

#escalationmatrix .add p{
 margin: 0 0 0px;
}

#escalationmatrix .matrix-box .icon img {
    padding: 15px;
}


@media (max-width: 767.98px) {
    #escalationmatrix .matrix-box {
    margin-bottom: 15px;
}
    div#escalationmatrix {
    margin-bottom: 0;
}
    #escalationmatrix p.notes {
    margin-bottom: 30px;
}
    #escalationmatrix .matrix-wrap {
    margin-bottom: 6rem;
    }
}

#escalationmatrix .notes a {
    color: #c6a669;
}
@media (min-width: 768px) and (max-width: 991.98px) {
    #escalationmatrix .matrix-box {
        margin-bottom: 30px;
    }

    div#escalationmatrix {
        margin-bottom: 0;
    }

    p.notes {
        margin-bottom: 2rem;
    }
}

#popup01 .modal-dialog-centered{
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
}

#popup02 .modal-dialog-centered{
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
}
#popup04 .modal-dialog-centered{
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
}
#popup05 .modal-dialog-centered{
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
}

#popup01 p,
#popup02 p,
#popup03 p,
#popup04 p,
#popup05 p,
#popup06 p{  margin: 0 0 10px 7px; }

#popup01 .close,
#popup02 .close,
#popup03 .close,
#popup04 .close,
#popup05 .close,
#popup06 .close{ font-size: 30px;   margin:5px; color:white}

#popup01 .close:hover, #popup01 .close:focus,
#popup02 .close:hover, #popup02 .close:focus,
#popup03 .close:hover, #popup03 .close:focus,
#popup04 .close:hover, #popup04 .close:focus,
#popup05 .close:hover, #popup05 .close:focus,
#popup06 .close:hover, #popup06 .close:focus{  opacity: 0.5; }

#popup01 .modal-header,
#popup02 .modal-header,
#popup03 .modal-header,
#popup04 .modal-header,
#popup05 .modal-header,
#popup06 .modal-header{background-color:#104587}

#popup01 .modal-header h3,
#popup02 .modal-header h3,
#popup03 .modal-header h3,
#popup04 .modal-header h3,
#popup05 .modal-header h3,
#popup06 .modal-header h3{color:white}