@import url('https://fonts.googleapis.com/css?family=Asap:400,500,600,700');


body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-family: 'Asap', sans-serif!important;
}

html {
    height: 100%;
}

.clear {
    clear: both;
}

.d-hide {
    display: none;
}

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

h1 {
    font-size: 24px !important;
    color: #164d6d !important;
}

h2 {
    font-size: 21px !important;
    color: #93989a !important;
}

p {
    margin-bottom: 0 !important;
}
.font-light {
    font-weight:400!important;
}
.colorBlue {
    color: #2994d1;
}

.colorDarkBlue {
    color: #164d6d;
}

.textColorGrey {
    color: #93989a;
}

.colorRed {
    color: #dc6479 !important;
}

.hr-center {
    width: 60px;
    height: 3px;
    background-color: #2994d1;
    border: transparent;
}

.hr-left {
    width: 70px;
    height: 3px;
    border: none;
    background-color: #2994d1;
    margin: 10px 0px 15px 0px;
}

/* --- HEADER TOP BAR ---*/
.topBar {
    background-color: #F0F0F0;
    height: 30px;
}

.topBar-contact a,
.topBar-contact a:hover {
    color: #93989a;
    text-decoration: none;
    float: left;
    font-size: 14px;
    margin-top: 3px;
}

.topBar-contact hr {
    width: 1px;
    height: 30px;
    margin: 0px 20px;
    background-color: #DDDDDD;
    border: none;
    float: left;
}

.topBar-social {
    margin-top: 2px;
}

.topBar-social a {
    color: #93989a;
    margin-left: 5px;
}

.topBar-social a:hover {
    color: #2994d1;
}

/* --- HEADER TOP BAR LOGO ---*/
.logo {
    width: 180px;
    padding: 13px 0px;
}

.logo img {
    width: 180px;
    height: auto;
}

.logo-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.red-btn {
    background-color: #dc6479;
    color: #ffffff;
    font-size: 14px;
    display: block;
    padding: 7px 15px;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.red-btn:hover {
    -webkit-box-shadow: 1px 0px 10px -1px rgba(220, 100, 121, 0.61);
    -moz-box-shadow: 1px 0px 10px -1px rgba(220, 100, 121, 0.61);
    box-shadow: 1px 0px 10px -1px rgba(220, 0, 100, 121.61);
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    background-color: #D14760;
}

.blue-btn {
    background-color: #2994d1;
    color: #ffffff;
    display: block;
    font-size: 14px;
    padding: 7px 15px;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.blue-btn:hover {
    -webkit-box-shadow: 1px 0px 10px -1px rgba(22, 77, 109, 0.90);
    -moz-box-shadow: 1px 0px 10px -1px rgba(22, 77, 109, 0.90);
    box-shadow: 1px 0px 10px -1px rgba(22, 77, 109, 0.90);
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    background-color: #164d6d;
}

.red-btn:hover,
.blue-btn:hover {
    text-decoration: none;
    color: #ffffff;
}


/* --- HEADER MENU ---*/
.menu-bar {
    background-color: #2994d1;
}

.header-menu {
    list-style: none;
    margin: 0px;
    padding: 0;
    position: relative;
    z-index: 11;
}

.header-menu li {
    float: left;
}

.header-menu li a {
    color: #ffffff;
    display: inline-block;
    padding: 15px 15px;
    font-size: 18px;
}

.header-menu li a:hover {
    background-color: #164d6d;
    color: #FFFFFF;
    text-decoration: none;
}

.header-menu li ul {
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: #164d6d;
    position: absolute;
    z-index: 15;
    width: 200px;
    display: none;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
}

.header-menu li ul li {
    float: none;
    border-bottom: 1px solid #2994d1;
}

.header-menu li ul li:last-child {
    border-bottom: none;
}

.header-menu li ul li a {
    color: #FFFFFF;
    width: 100%;
    padding: 15px;
}

.header-menu li ul li a:hover {
    background-color: #2994d1;
    color: #FFFFFF;
}

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

/* --- HOME SLIDER ---*/

.slider-container {
    width: 100%;
    height: 430px;
    position: relative;
}

.slider-wrapper {
    width: 100%;
    height: 430px;
    position: relative;
    overflow: hidden;
}

.slide-item {
    width: 100%;
    height: 430px;
    position: relative;
}

.slide-item img {
    min-width: 100%;
    height: 430px;
}

.slide-nav {
    position: absolute;
    z-index: 5;
    top: 50%;
    width: 100%;
    padding: 0px 30px;
}

.slide-nav a,
.slide-nav a:hover {
    color: #ffffff;
}

.slide-next {
    right: 0;
    float: right;
}

.slide-caption {
    position: absolute;
    z-index: 15;
    width: 100%;
    height: 430px;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}

.slide-title {
    color: #ffffff;
    font-size: 36px;
    font-weight: 600;
}

.slide-text {
    color: #ffffff;
    font-size: 24px;
    font-weight: 400!important;
    width: 700px;
    line-height: 26px;
    margin: 5px 0px 25px 0px;
}

.slide-btn {
    color: #FFFFFF;
    background-color: #dc6479;
    display: inline-block;
    text-align: center;
    padding: 15px 35px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.slide-btn:hover {
    text-decoration: none;
    color: #dc6479;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(255, 255, 255, .6);
    -moz-box-shadow: 0px 0px 15px 0px rgba(255, 255, 255, .6);
    box-shadow: 0px 0px 15px 0px rgba(255, 255, 255, .6);
}

/* HOME PROCESSING BOX*/

.process-box {
    width: 100%;
    height: 186px;
    border-top: 5px solid #2994d1;
    border-bottom: 5px solid #2994d1;
    position: relative;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.process-box:hover {
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    border:1px solid #164d6d;
    background-color: #164d6d;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.process-box:hover .process-title h1,
.process-box:hover .process-box-text p {
    color:#FFFFFF!important;
}

.process-box:hover::before{
    display:none;
}
.process-box::before {
    content: "";
    display: block;
    width: 100%;
    height: 42px;
    border-right: 5px solid #2994d1;
    margin: 0;
    position: absolute;
}

.process-icon-text {
    width: 100%;
    height: 95px;
    position: relative;
}

.process-icon {
    width: 95px;
    height: 95px;
    position: relative;
    float: left;
    background-color: #164d6d;
    margin-right: 15px;
}

.process-icon img {
    margin-top: 25px;
    margin-left: 25px;
}

.process-title {
    position: relative;
    display: block;
    padding: 22px 0px;
}

.process-box-text {
    width: 100%;
    padding:10px;
    color: #93989a;
}

/* HOME COUNTER*/
.counter-container {
    width: 100%;
    display: block;
    padding: 27px 0px;
    background-color: #6cb5db;
}

.counter-text {
    text-align: center;
    color: #FFFFFF;

}

.counter-text h1 {
    color: #FFFFFF !important;
    font-size: 36px !important;
}

/* HOME ABOUT BOXES*/

.about-boxes-blue {
    width: 100%;
    height: 280px;
    background-color: #2994d1;
}

.blue-boxes-text {
    padding-top: 21px;
    padding-left: 21px;
}

.blue-boxes-text p {
    font-size: 28px;
    color: #fff;
    font-weight: 600;

}

.blue-boxex-arrow {
    margin-left: 21px;
    margin-top: 45px;
    position: relative;
}

.about-boxes {
    width: 100%;
    height: 280px;
    border: 1px solid #93989a;
    text-align: center;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.about-boxes i {
    color: #2994d1;
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
}

.about-boxes h2 {
    color: #164d6d !important;
    font-weight: 700;
}

.about-boxes hr {
    width: 60px;
    height: 3px;
    border: transparent;
    background-color: #2994d1;
}

.about-boxes p {
    padding: 0px 10px;
    color: #93989a;
}

.about-boxes:hover {
    background-color: #2994d1;
    border: none;
    -webkit-box-shadow: 0px 0px 26px -2px rgba(41, 108, 209, 0.59);
    -moz-box-shadow: 0px 0px 26px -2px rgba(41, 108, 209, 0.59);
    box-shadow: 0px 0px 26px -2px rgba(41, 108, 209, 0.59);
    margin-top: -10px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.about-boxes:hover i,
.about-boxes:hover h2,
.about-boxes:hover p {
    color: #FFFFFF !important;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.about-boxes:hover hr {
    background-color: #FFFFFF;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

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

.fnd-btn {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.fnd-btn:hover {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.newsletter {
    background-color: #93989a;
    height: auto;
    padding: 15px;
}

.newsletter h1 {
    font-size: 30px !important;
    color: #fff !important;
}
.news-inline {
    list-style:none;
    margin:10px 0px 0px 0px;
    padding:0;
    width:100%;
}
.news-inline li{
    float:left;
    margin-right:10px;
}
.check,
.check-label{
    float:left;
}
.check-label{
    margin-top:-3px;
    margin-left:5px;
    color:#FFFFFF;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.check{
    width:18px;
    height: 18px;
    background-color: #FFFFFF;
    border:1px solid #A0A0A0;
}
.check input[type="checkbox"]{
    position: absolute;
    z-index:15;
    opacity:0;
    width:18px;
    height: 18px;
}
.check i{
    position: absolute;
    z-index:10;
    color:#FFFFFF;
    display:none;
}
.check input[type="checkbox"]:checked + i{
    display:block;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    color:#2994d1;
}
.news-input input[type="text"], .news-input input[type="email"] {
    width: 100%;
    height:40px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding:0px 5px;
}
.news-input input[type="text"]:focus, .news-input input[type="email"]:focus{
    outline:none;
}
.news-input input[type="text"]:focus + label,
.news-input input[type="email"]:focus + label,
.news-input input[type="text"]:not(:focus):valid ~ label,
.news-input input[type="email"]:not(:focus):valid ~ label
{
    margin-top:-35px;
    color:#FFFFFF;
    padding-left:0px;
    opacity: 1;
}
.form-label{
    position: absolute;
    margin:0;
    top:9px;
    padding:0px 5px;
    pointer-events: none;
    color:#93989a;
    -webkit-transition:all .4s;
    -moz-transition:all .4s;
    -ms-transition:all .4s;
    -o-transition:all .4s;
    transition:all .4s;
}
.error-forms-text{
    float:right;
    position: relative;
    margin-right:10px;
    margin-top:-30px;
    color:#dc3545;
}

.error-input{
    border:1px solid #dc3545!important;
}
.news-form a{
    width:100%;
    display:block;
    color:#FFFFFF;
    background-color:#dc6479;
    padding:9px 0px;
    text-align:center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.news-form a:hover {
    background-color:#dc3545;
    text-decoration:none;
    color:#FFFFFF;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.news-form button{
    width:100%;
    display:block;
    color:#FFFFFF;
    background-color:#dc6479;
    padding:9px 0px;
    text-align:center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    border: 0px;
    cursor: pointer;
}
.news-form button:hover {
    background-color:#dc3545;
    text-decoration:none;
    color:#FFFFFF;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.footer-address-bg {
    width: 100%;
    height: auto;
    padding: 25px 0px;
    background-color: #f2f2f2;
}

.footer-address-bg h1 {
    font-weight: 700;
    color: #3a6f88 !important;
}

.footer-address-bg p {
    color: #b3b3b3 !important;
    margin-bottom: 0px !important;
}

.footer-address-bg a {
    color: #93989a !important;
}

.footer-address-bg a:hover {
    text-decoration: none;
}

.footer-social {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-social li {
    float: left;
    margin-right: 10px;
}

.footer-social li a {
    color: #93989a;
}

.footer-social li a i {
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.footer-social li a:hover i {
    color: #3a6f88;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.footer-menu {
    list-style: none;
    margin: 15px 0px;
    padding: 0;
}

.footer-menu h1 {
    color: #666f72 !important;
    margin-bottom: 10px;
}

.footer-menu li a {
    color: #7e898c;
}

.footer-menu li a:hover {
    text-decoration: none;
    color: #666f72;
}

.footer-download h1 {
    color: #dc6479 !important;
}

.footer-download {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.footer-download ul {
    list-style: none;
    margin: 10px 0px 0px 0px;
    padding: 0;
}

.footer-download ul li {
    float: left;
    margin-right: 15px;
}

.footer-download ul li a {
    color: #dc6479;
    -webkit-transition:all .4s;
    -moz-transition:all .4s;
    -ms-transition:all .4s;
    -o-transition:all .4s;
    transition:all .4s;
}
.footer-download ul li a:hover i {
    color: #D14760;
    -webkit-transition:all .4s;
    -moz-transition:all .4s;
    -ms-transition:all .4s;
    -o-transition:all .4s;
    transition:all .4s;
}
.footer-risk hr {
    width: 100%;
    height: 1px;
    background-color: #93989a;
    border: none;
    opacity: .2;
    margin: 40px 0px;
}

.footer-c {
    background-color: #acb0b2;
    display: block;
    padding: 15px 0px;
}

.footer-c p {
    margin-bottom: 0 !important;
    color: #FFFFFF;
}

/* WHAT IS FOREX*/
.banner {
    width: 100%;
    height: 200px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.banner img {
    width: 100%;
}

.banner-title {
    position: absolute;
    background-color: rgba(41, 148, 209, 0.8);
    width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
}

.banner-title h1 {
    color: #FFFFFF !important;
    font-size: 36px !important;
}

.why-forex {
    width: 100%;
    height: 335px;
    background-color: #f4f4f4;
    margin-top: 120px;
}

.why-forex-img {
    width: 445px;
    height: 350px;
    overflow: hidden;
    position: absolute;
    margin-top: -50px;
}

.why-forex-img img {
    width: 100%;
    height: auto;
}

.v-hr {
    width: 7px;
    height: 70px;
    background-color: #2994d1;
    border: none;
}

.why-forex h1 {
    margin-left: 10px;
    font-weight: 700 !important;
}

.why-forex h2 {
    margin-top: 30px;
    margin-bottom: 20px;
    color: #3a6f88 !important;
}

.acc-btn {
    width: 770px;
    display: inline-block;
    background-color: #164d6d;
    padding: 15px;
    color: #FFFFFF;
    margin: 5px auto auto auto;
}

.acc-btn:hover {
    color: #FFFFFF;
}

.acc-btn i {
    margin-top: 4px;
}

.acc-content {
    width: 770px;
    height: auto;
    margin: 5px auto;
    padding: 15px;
    color: #838383;
}

/* ADVANTAGES FOREX */
.page-sub-title h2 {
    margin: 20px 0px;
    padding: 0px 10px;
}

.leverage-system {
    width: 100%;
    height: 500px;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.leverage-system img {
    width: auto;
    height: 570px;
}

.friendly-platform {
    width: 100%;
    height: 520px;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.friendly-platform img {
    width: auto;
    height: 520px;
}

/* FOREX TERMS */
.pips {
    width: 100%;
    height: auto;
    background-color: #edf8ff;
    border-left: 7px solid #2994d1;
    padding: 15px;
}

.pips h1 {
    color: #2994d1 !important;
}

.pips ul {
    list-style: none;
    padding: 0;
}

.pips ul li p {
    margin: 0;
}

.pips ul li p span {
    margin-right: 5px;
}

.pips-img {
    width: 100%;
    height: 455px;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.pips-img img {
    width: auto;
    height: 600px;
}

/* TRADING PLATFORMS*/
.tab-blue {
    background-color: #3a6f88 !important;
    color: #FFFFFF !important;
    -webkit-border-radius: unset !important;
    -moz-border-radius: unset !important;
    border-radius: unset !important;
}

.tab-red {
    background-color: #dc6479 !important;
    color: #FFFFFF !important;
    -webkit-border-radius: unset !important;
    -moz-border-radius: unset !important;
    border-radius: unset !important;
}

.pane-blue {
    background-color: #3a6f88 !important;
    color: #FFFFFF !important;
}

.pane-red {
    background-color: #dc6479 !important;
    color: #FFFFFF !important;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border: 1px solid #FFFFFF;
}

.nav-tabs .nav-link {
    border: none !important;
    padding: 15px 0px;
}

.nav-link:hover {
    border: none !important;
}

.pane-content {
    width: 100%;
    height: 226px;
    display: flex;
    display: -ms-flex;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}

.pane-content p {
    margin-bottom: 10px !important;
}

.store-btn {
    display: flex;
    display: -ms-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    padding: 0px 25px;
}

.store-btn a {
    margin-top: 10px;
}

.pane-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pane-content ul li {
    float: left;
    display: block;
    padding: 0px 30px;
    text-align: center;
}

.pane-content ul li a {
    color: #FFFFFF;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.pane-content ul li a:hover {
    color: #333333;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.benefits {
    background-color: #2994d1;
    width: 100%;
    height: 285px;
    padding: 30px;
}

.benefits h1 {
    color: #FFFFFF !important;
    font-size: 36px !important;
    margin: 0 !important;
}

.benefits img {
    margin-top: 80px;
}

.benefits-list {
    background-color: #f4f4f4;
    width: 100%;
    height: 285px;
    padding: 15px;
}

.benefits-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.benefits-list ul li p {
    margin-bottom: 9px!important;
    font-weight: 600;
    color: #164d6d;
}

.benefits-list ul li p i {
    margin-right: 5px;
    color: #2994d1;
}

.benefits-blue-btn {
    background-color: #164d6d;
    width: 100%;
    height: 70px;
    color: #FFFFFF;
    display: flex;
    display: -ms-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.benefits-blue-btn:hover {
    text-decoration: none;
    color: #FFFFFF;
    background-color:#2994d1;
    -webkit-box-shadow: 0px 10px 15px -9px rgba(58, 111, 136, 0.63);
    -moz-box-shadow: 0px 10px 15px -9px rgba(58, 111, 136, 0.63);
    box-shadow: 0px 10px 15px -9px rgba(58, 111, 136, 0.63);
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.benefits-red-btn {
    background-color: #dc6479;
    width: 100%;
    height: 70px;
    color: #FFFFFF;
    display: flex;
    display: -ms-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    margin-top: 20px;
}

.benefits-red-btn:hover {
    text-decoration: none;
    color: #FFFFFF;
    background-color: #dc3545;
    -webkit-box-shadow: 0px 10px 15px -9px rgba(220, 100, 121, 0.63);
    -moz-box-shadow: 0px 10px 15px -9px rgba(220, 100, 121, 0.63);
    box-shadow: 0px 10px 15px -9px rgba(220, 100, 121, 0.63);
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

/*DEPOSIT FUNDS*/

.funds-boxes {
    width: 100%;
    height: 165px;
    border-left: 5px solid #2994d1;
    background-color: #edf8ff;
    margin-top: 30px;
    display: flex;
    display: -ms-flex;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}

.funds-img {
    width: 153px;
    height: auto;
    float: left;
    display: flex;
    display: -ms-flex;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    margin: 0px 15px;
}

.funds-text {
    width: 400px;
    float: left;
    display: flex;
    display: -ms-flex;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: flex-start;
    -webkit-align-items: flex-start;

}

.funds-text p {
    color: #93989a;
    margin-bottom: 5px;
}

.funds-text a {
    width: 123px;
    display: block;
    color: #FFFFFF;
    background-color: #2994d1;
    text-align: center;
    padding: 10px 0px;
    margin-top: 10px;
}

.funds-text a:hover {
    text-decoration: none;
    color: #FFFFFF;
    background-color: #164D6D;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

/* ABOUT US*/
.mission-vision {
    width: 100%;
    height: 280px;
    background-image: url("../img/aboutus/vision-mission.jpg");
    -webkit-background-image: url("../img/aboutus/vision-mission.jpg");
    -o-background-image: url("../img/aboutus/vision-mission.jpg");
    -moz-background-image: url("../img/aboutus/vision-mission.jpg");
    margin: 30px 0px;

}

.mv-bg {
    width: 100%;
    height: 280px;
    background-color: rgba(41, 148, 209, 0.8);
}

.mv-bg h1 {
    color: #FFFFFF !important;
    margin-top: 25px;
}

.mv-bg hr {
    width: 70px;
    height: 3px;
    background-color: #164d6d;
    border: none;
    margin-left: 0;
}

.mv-bg p {
    color: #FFFFFF;
}

.mv-bg ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mv-bg ul li {
    color: #FFFFFF;
    margin-bottom: 7px;
}

.mv-bg i {
    margin-right: 5px;
    color: #164d6d;
}

/*CONTACT*/
.contact-form input {
    width: 100%;
    height: 40px;
    padding: 0px 5px;
    border: 1px solid #bcc1c4;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    margin-bottom: 30px;

}
.contact-form input[type=text].form-error{
    border:1px solid #dc3545!important;
}

.contact-form input::placeholder {
    color: #bcc1c4;
}

.contact-form input:focus {
    outline: none;
    border-bottom: 2px solid #2994d1;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.contact-form input:focus::placeholder {
    color: #333;
}

.contact-form textarea {
    resize: none;
    width: 100%;
    height: 194px;
    padding: 5px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    border: 1px solid #bcc1c4;
}
.contact-form textarea.form-error{
    border:1px solid #dc3545!important;
}
.contact-form textarea::placeholder {
    color: #bcc1c4;
}

.contact-form textarea:focus {
    outline: none;
    border-bottom: 2px solid #2994d1;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.contact-form textarea:focus::placeholder {
    color: #333333;
}

.contact-form a {
    width: 100%;
    text-align: center;
    background-color: #2994d1;
    color: #FFFFFF;
    display: block;
    margin-top: 10px;
    padding: 10px 0px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.contact-form a:hover {
    text-decoration:none;
    background-color: #164D6D;
    color:#FFFFFF;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;

}

.contact-box {
    width: 100%;
    border-left: 4px solid #2994d1;
    background-color: #edf8ff;
    display: block;
    padding: 10px 15px;
    margin-bottom: 22px;
}

.contact-box p {
    margin-bottom: 0;
}

.contact-box a {
    color: #93989a;
}

.contact-box a:hover {
    text-decoration: none;
    color: #93989a;
}

/*ACCOUNT FORM*/
.account-form{
    width:100%;
}
.account-form .alert {
    font-size:14px;
}
.account-form-boxes{
    margin:40px 0px 0px 0px;
}
.account-form-boxes input{
    width:100%;
    height:40px;
    border:1px solid #93989a;
    padding:0px 5px;
    position: relative;
}
.account-form-boxes input:focus{
    outline:none;
    border:1px solid #2994d1!important;
}
.account-form-boxes select{
    width:100%;
    height:40px;
    border:1px solid #93989a;
    padding:0px 5px;
    position: relative;
}
.account-form-boxes select:focus{
    outline:none;
    border:1px solid #2994d1!important;
}
.account-form-boxes label.select{
    opacity: 0;
}
.account-form-boxes label{
    display: block;
    position: absolute;
    margin-top:-32px;
    padding-left:5px;
    color:#93989a;
    pointer-events: none;
    -webkit-transition:all .4s;
    -moz-transition:all .4s;
    -ms-transition:all .4s;
    -o-transition:all .4s;
    transition:all .4s;
}
.account-form-boxes input:focus + label,
.account-form-boxes input:not(:focus):valid ~ label {
    margin-top:-70px;
    padding-left:0px;
    color:#2994d1;
    opacity: 1;
}
.account-form-boxes textarea:focus + label,
.account-form-boxes textarea:not(:focus):valid ~ label {
    margin-top:-160px;
    padding-left:0px;
    color:#2994d1;
    opacity: 1;
}
.account-form-boxes select:focus + label {
     margin-top:-70px;
     padding-left:0px;
     color:#2994d1;
     opacity: 1;
 }
.account-form-agree{
    margin-top:20px;
    display:flex;
    display:-ms-flex;
    -ms-flex-direction:row;
    -webkit-flex-direction: row;
    flex-direction:row;
    justify-content:center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}
.agree-check{
    width:18px;
    height:18px;
    border:1px solid #93989a;

}
.agree-text{
    margin-left:10px;
    cursor: pointer;
    display: block;
}
.agree-check input[type="checkbox"]{
    width: 18px;
    height: 18px;
    position: absolute;
    z-index:5;
    opacity:0;
}
.agree-check label i{
    position: absolute;
    margin:-10px 0 0 0;
    z-index:2;
    display:none;
    color:#2994d1;
}
.agree-check input[type="checkbox"]:checked + label i{
    display:block;
}
.agree-btn{
    color:#dc6479;
}
.agree-btn:hover {
    text-decoration:none;
    color:#dc3545;
}
.account-form-btn{
    width:100%;
    background-color: #2994d1;
    color:#FFFFFF;
    display:block;
    padding:9px 0px;
    text-align:center;
    margin:30px 0px;
    -webkit-transition:all .4s;
    -moz-transition:all .4s;
    -ms-transition:all .4s;
    -o-transition:all .4s;
    transition:all .4s;
    border: 0;
    cursor: pointer;
}
.account-form-btn:hover {
    background-color: #164d6d;
    color:#FFFFFF;
    text-decoration: none;
    -webkit-transition:all .4s;
    -moz-transition:all .4s;
    -ms-transition:all .4s;
    -o-transition:all .4s;
    transition:all .4s;
}
.account-form-boxes select {
    width:100%;
    height:40px;
    padding:0px 5px;
    color:#93989a;
}
.account-form-boxes textarea{
    resize: none;
    width:100%;
}
.account-form-boxes textarea:focus{
    outline:none;
    border:1px solid #2994d1;
}


/*CLENT AREA LOGIN*/
.client-area {
    position: fixed;
    z-index: 800;
    width: 100%;
    height: 100%;
    background-color: rgba(41, 148, 209, .9);
    top: 0;
}
.client-area-form{
    width:350px;
    height:auto;
    padding:30px;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.client-area-form hr {
    width:70px;
    height: 3px;
    background-color:#164d6d;
    border:none;
}
.client-area-form h1{
    text-align:center!important;
}
.close-login{
    position: absolute;
    z-index:999;
    right:15px;
    top:15px;
    color:#164d6d;
}
.close-login:hover {
    color:#dc3545;
}
.signin-btn {
    background-color: #dc6479;
    color:#FFFFFF;
    width:100%;
    display:block;
    text-align:center;
    padding:9px 0px;
    margin-top:15px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    border: 0px;
    cursor: pointer;
}
.signin-btn:hover {
    background-color: #dc3545;
    text-decoration: none;
    color:#FFFFFF;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.forgot-btn{
    width:100%;
    display:block;
    padding:9px 0px;
    color:#164d6d;
    text-align:center;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    border: 0px;
    cursor: pointer;
}
.forgot-btn:hover {
    color:#2994d1;
    text-decoration:none;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.reset-pass{
    width:100%;
    height:100%;
    position: fixed;
    z-index:800;
    background:rgba(220,100,121, .9);
    top:0;
}
.reset-btn {
    width: 100%;
    display:block;
    padding:9px 0px;
    color:#FFFFFF;
    background-color: #2994d1;
    text-align:center;
    margin-top:20px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    border: 0px;
    cursor: pointer;
}
.reset-btn:hover {
    color:#FFFFFF;
    background-color: #164d6d;
    text-decoration:none;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.back-btn{
    color:#164d6d;
    text-decoration:none;
    width:100%;
    display:block;
    padding:9px 0px;
    text-align:center;
    margin-top:20px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.back-btn:hover {
    color:#2994d1;
    text-decoration:none;
}
/* PANEL*/

.panel-banner {
    width: 100%;
    height: 160px;
    background-color: #356d85;
    position: relative;
    margin: 0;
}

.panel-banner h1, .panel-banner p {
    color: #FFFFFF !important;
    padding: 0;
    margin: 0;
}

.panel-banner-content {
    width: 100%;
    position: relative;
    display: flex;
    display: -ms-flex;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
}

.panel-banner-left,
.panel-banner-right {
    padding: 40px 0px;
}

.panel-menu {
    background-color: #FFFFFF;
    position: absolute;
    z-index: 10;
    margin-top: -35px;
    text-align: center;
    -webkit-box-shadow: 0px 10px 10px -5px rgba(38, 76, 94, 0.10);
    -moz-box-shadow: 0px 10px 10px -5px rgba(38, 76, 94, 0.10);
    box-shadow: 0px 10px 10px -5px rgba(38, 76, 94, 0.10)
}
@media (max-width:800px) {
    .panel-menu {
        position: relative;
    }
 }

.panel-menu a {
    color: white!important;
    background-color: #2994d1!important;
    border: 1px solid white!important;
    display: inline-block!important;
    width: 100%!important;
    padding: 20px 0px!important;
    font-weight: 600!important;
}
.bg-client{
    background-color: #4351868c;
}
.panel-menu a:hover {
    text-decoration: none;
    background-color: #256eac;
}
.panel-menu a:hover::after{
    display:block;
    border-bottom: 4px solid #435186c4;
    width: 100%;
    content:"";
    position: absolute;
    bottom:0;
}

.panel-sub-menu {
    position: absolute;
    z-index: 20;
    background-color: #2994d1;
    width: 285px;
    display: none;
}

@media (max-width:800px) {
    .panel-sub-menu {
        position: relative;
        width: 100%;
    }
 }
.panel-sub-menu a {
    color: #FFFFFF;
    border:none!important;
    display: inline-block;
    background-color: #435186db;
}


.client-blue-box {
    width: 100%;
    height: auto;
    background-color: #edf8ff;
    border-top: 3px solid #2994d1;
    padding: 10px 10px 25px 10px;
}

.client-blue-box h2 {
    color: #2994d1 !important;
    margin-bottom: 0px;
    margin-top: 20px;
}

.client-blue-box p {
    color: #164d6d !important;
}

.client-menu-active {
    text-decoration: none;
    color: #2994d1;
    background-color: #edf8ff;
    border-bottom: 4px solid #2994d1;
}

/* ACCOUNT */

.update-contact input[type=text], .update-contact input[type=email], .update-contact input[type=password] {
    width: 100%;
    height: 40px;
    border: 1px solid #bcc1c4;
    padding: 0px 5px;
    margin-bottom: 15px;
}

.update-contact label {
    color: #bcc1c4;
}

.update-contact input[type=text]::placeholder {
    color: #bcc1c4;
}

.update-contact span {
    color: #93989a;
    margin-left: 5px;
}

.update-contact a {
    width: 100%;
    display: block;
    color: #FFFFFF;
    background-color: #2994d1;
    padding: 10px 0px;
    text-align: center;
}

.update-contact a:hover {
    text-decoration: none;
    color: #FFFFFF;
}

.update-contact button {
    width: 100%;
    display: block;
    color: #FFFFFF;
    background-color: #2994d1;
    padding: 10px 0px;
    text-align: center;
    border: 0;
    cursor: pointer;
}
.update-contact button:hover {
    text-decoration: none;
    color: #FFFFFF;
}

/* UPLOAD DOCUMENT*/
.id-text {
    width: 100%;
    height: auto;
    padding: 15px;
    background-color: #edf8ff;
}

.id-text h1 {
    color: #2994d1 !important;
}

.id-text p {
    color: #356d85 !important;
}

.id-text ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.id-text ul li {
    color: #93989a;
}

.id-text ul li i {
    margin-right: 5px;
}

.id-text-box {
    background-color: #356d85;
    margin: 15px 0px;
}

.id-text-box p {
    color: #FFFFFF !important;
    padding: 15px;
    margin-bottom: 0;
}

.id-form {
    padding: 15px;
}

.id-form p {
    margin-bottom: 0;
}

.id-form ul {
    list-style: none;
    margin: 5px 0px 0px 0px;
    padding: 0;
}

.id-form ul li {
    color: #93989a;
}

.id-form ul li i {
    margin-right: 5px;
}

.id-form textarea {
    width: 100%;
    resize: none;
    padding: 5px;
    border: 1px solid #93989a;
}

.id-form textarea:focus {
    outline: none;
    border: 1px solid #2994d1;
}

.id-form a {
    width: 100%;
    display: block;
    padding: 10px 0px;
    text-align: center;
    background-color: #2994d1;
    color: #FFFFFF;
    margin-top: 10px;
}

.id-form a:hover {
    background-color: #356d85;
    color: #FFFFFF;
    text-decoration: none;
}

.id-form button {
    width: 100%;
    display: block;
    padding: 10px 0px;
    text-align: center;
    background-color: #2994d1;
    color: #FFFFFF;
    margin-top: 10px;
    cursor: pointer;
    border: 0;
}

.id-form button:hover {
    background-color: #356d85;
    color: #FFFFFF;
    text-decoration: none;
}

/*PANEL DEPOSIT FUNDS*/
.funds-form input,
.funds-form select {
    width: 100%;
    height: 45px;
    border: 1px solid #93989a;
    margin-bottom: 30px;
    padding: 0px 5px;
    outline: none;
    color: #93989a;
}

.funds-form input::placeholder,
.funds-form select option {
    color: #93989a;
}

.funds-form a {
    width: 100%;
    display: block;
    background-color: #2994d1;
    padding: 15px 0px;
    text-align: center;
    color: #FFFFFF;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    margin-bottom: 10px;
}

.funds-form a:hover {
    text-decoration: none;
    color: #FFFFFF;
    background-color: #356d85;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

/*WITHDRAWAL FUNDS*/
.notes {
    list-style: none;
    margin: 0;
    padding: 15px;
}

.notes h1 {
    color: #dc6479 !important;
}

.notes li {
    padding: 7px 0px;
}

/*WITHDRAW*/

.withdraw-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.withdraw-list li {
    padding: 10px 0px;
}

.withdraw-list li i {
    margin-right: 10px;
    color: #2994d1;
}

.withdraw-blue-box {
    width: 100%;
    background: #edf8ff;
    border-top: 4px solid #2994d1;
    padding: 15px;
}

.withdraw-blue-box p {
    font-size: 21px !important;
}

.withdraw-blue-box a {
    width: 100%;
    text-align: center;
    color: #FFFFFF;
    background-color: #2994d1;
    margin-top: 50px;
    display: block;
    padding: 15px 0px;
}

.withdraw-blue-box a:hover {
    color: #FFFFFF;
    text-decoration: none;
}


/* Modals */
#termsModal .font-light i {
    margin-right: 5px;
    margin-bottom: 10px
}

#modalWindow .modal-dialog {
    width: 360px;
}

#modalWindow .modal-header {
    width: 360px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-align: center;
}

#modalWindow.error .modal-header {
    background-color: #ef343b;
    color: #ffffff;
}

#modalWindow.success .modal-header {
    background-color: #3c763d;
    color: #ffffff;
}

.select-lang {
    margin-left:10px;
    height:35px;
    padding:0px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.select-lang:focus{
    outline:none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}


/* Analyses */
.analysis-list {
    margin-top: 10px;
}
.analysis-list ul {
    padding: 0;
}
.analysis-list ul li{
    padding:30px 0px;
    border-top:solid 1px #ddd;
    overflow:hidden;
}
.analysis-list ul li:first-child{
    padding:0px 0px 30px 0px;
    border-top:none;
}
.analysis-list ul li a{
    display:block;
    color: #000;
}
.analysis-list ul li .photo{
    width:20%;
    float:left;
    padding-right:1%;
}
.analysis-list ul li .photo section{
    padding:3px;
    border:solid 1px #ddd;
    background:#fff;
}
.analysis-list ul li .photo img{
    display:block;
    width:100%;
}
.analysis-list ul li .text{
    width:78%;
    float:left;
    -moz-transition:all .2s ease-in;
    -webkit-transition:all .2s ease-in;
    transition:all .2s ease-in;
}
.analysis-list ul li .text h3{
    margin-bottom:10px;
    margin-top:0;
    -moz-transition:all .2s ease-in;
    -webkit-transition:all .2s ease-in;
    transition:all .2s ease-in;
}
.analysis-list ul li .text p.date{
    margin-bottom:10px;
    font-size:13px;
    color:#666;
    font-style:italic;
}
.analysis-list ul li a:hover .text{
    color:#ef343b;
}
.analysis-list ul li a:hover .text h3{
    color:#ef343b;
}
.analysis-list ul li a:hover .text p.date{
    color:#ef343b;
}

.analysis-detail {
    margin-top:10px;
    margin-bottom:20px;
}
.analysis-detail .text {
    width:78%;
    float:left;
}
.analysis-detail .text img {
    max-width: 100%;
}
.analysis-detail .full-text {
    width:100%;
}
.analysis-detail .photo {
    float:left;
    width:20%;
    margin-right:20px;
    margin-bottom:20px;
}
.analysis-detail .photo section{
    padding:3px;
    border:solid 1px #ddd;
    background:#fff;
}
.analysis-detail .photo img{
    display:block;
    width:100%;
}

.button-list {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    padding: 0px 0px 15px 0px;
}

.button-list a {
    margin-right: 5px;
}