/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/
/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Raleway:100,400,600,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Baloo+Chettan&display=swap');
@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

:root {
    --green: #7BE3A4;
    --yellow: #FFD042;
    --pink: #9C65BE;
    --gray: #BAD0DB;
    --header-white: #F8F9F9;
}

.test {
    width: 100%;
    height: 500px;
    background-color: red;
}

* {
    box-sizing: border-box !important;
}

html {
    scroll-behavior: smooth;
}

body {
    color: #666666;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    line-height: 1.80857;
    font-weight: normal;
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    line-height: normal;
    color: #111111;
    margin: 0
}

h1 {
    font-size: 24px;
    /*font-family: 'Baloo Chettan', cursive;*/
}

h2 {
    font-size: 22px;
    /*font-family: 'Baloo Chettan', cursive;*/
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none !important;
    opacity: 1
}

button:focus {
    outline: none;
}

ul,
li,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

p {
    margin: 0px;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
}

a {
    color: #222222;
    text-decoration: none;
    outline: none !important;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
}

:focus {
    outline: 0;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

.form-control:focus {
    border-color: #ffffff !important;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
    border: none !important;
}

.badge {
    font-weight: 500;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

button {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.full {
    float: left;
    width: 100%;
}

.full {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}


/**-- heading section --**/


/*---------------------------- preloader area ----------------------------*/

.loader_bg {
    position: fixed;
    z-index: 9999999;
    background: #fff;
    width: 100%;
    height: 100%;
}

.loader {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader img {
    width: 280px;
}

/*-- header area --*/
/*--------------------------------------------------------------------- top banner area ---------------------------------------------------------------------*/

/*-- navigation--*/

.navbar-dark .navbar-toggler {
    color: var(--pink);
    background-color: var(--pink);
    border-color: var(--pink);
}

.navigation.navbar {
    float: right;
    padding-top: 14px !important;
    padding: 0;
}

.navigation.navbar-dark .navbar-nav .nav-link {
    padding: 0 25px;
    color: #fff;
    font-size: 17px;
    line-height: 20px;
    font-weight: 500;
}

.navigation.navbar-dark .navbar-nav .nav-link:focus,
.navigation.navbar-dark .navbar-nav .nav-link:hover {
    color: #FF7656;
    text-decoration: none;
}

.navigation.navbar-dark .navbar-nav .active > .nav-link,
.navigation.navbar-dark .navbar-nav .nav-link.active,
.navigation.navbar-dark .navbar-nav .nav-link.show,
.navigation.navbar-dark .navbar-nav .show > .nav-link {
    color: #FF7656;
    text-decoration: none;
}

.navbar-expand-md .navbar-nav {
    padding-right: 10px;
}

.header {
    width: 100%;
    padding: 30px 30px;
    background: transparent;
    position: absolute;
    z-index: 999;
}

.logo a {
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    line-height: 40px;
}

/** banner section **/
.banner_main {
    background: url(../images/map.png) no-repeat;
    min-height: 900px;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    position: relative;
}

#banner .carousel-indicators {
    left: 6px;
    bottom: 40px;
    display: block;
    margin-left: 0;
    right: inherit;
    top: 36%;
}

#banner .carousel-indicators li {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background: #f6f6f6;
    margin: 7px 0;
}

#banner .carousel-indicators li.active {
    background: #ffca56;
    border: #fff solid 6px;
    width: 25px;
    height: 25px;
    margin: 0 !important;
    padding: 0 !important;
}

.text-bg {
    text-align: left;
    padding-right: 71px;
}

.text-bg h1 {
    color: #fff;
    font-size: 56px;
    line-height: 60px;
    padding-bottom: 30px;
}

.text-bg p {
    line-height: 28px;
    font-weight: 500;
    padding-bottom: 25px;
    display: block;
    font-size: 22px;
}

.text_img {
    margin-right: -83px;
}

.text_img figure {
    margin: 0;
}

.text_img figure img {
    border-radius: 10px;
}

.text_img figure h3 {
    color: #fff;
    font-size: 30px;
    top: -18px;
    background: #ffca56;
    z-index: 999999;
    width: 70px;
    height: 70px;
    border-radius: 50px;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 40px;
    padding-top: 10px;
    left: -20px;
}

.text_img figure img {
    width: 100%;
}

.carousel-caption {
    position: inherit;
}

.carousel-inner {
    margin-right: 142px;
}

.text-bg a {
    font-size: 17px;
    background-color: #ffffff;
    border: #fff solid 2px;
    color: #fff;
    font-weight: 500;
    padding: 14px 0px;
    width: 100%;
    max-width: 215px;
    text-align: center;
    display: inline-block;
    transition: ease-in all 0.5s;
    margin-right: 10px;
}

.text-bg a:hover {
    background-color: #ffca56;
    color: #fff;
    transition: ease-in all 0.3s;
}

/** end banner section **/
.titlepage {
    text-align: center;
    padding-bottom: 60px;
}

.titlepage.left h2 {
    text-align: left;
}

.titlepage h2 {
    font-size: 40px;
    color: var(--pink);
    line-height: 55px;
    padding: 0;
    text-align: center;
    font-weight: 400;
}

.d_flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.team {
    background-color: #fff;
    padding-top: 30px;
}

.team .titlepage {
    text-align: left;
    padding-bottom: 0;
}

.team .titlepage h2 {
    font-weight: 400;
}

.team .titlepage p {
    color: var(--pink) !important;
    font-weight: 400;
    font-size: 17px;
    line-height: 28px;
    padding: 20px 0px 40px 0px;
    text-align: center;
}

.team .titlepage h3 {
    color: #ffca56;
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    float: left;
}

.team .titlepage strong {
    color: #02246a;
    font-size: 40px;
    line-height: 35px;
    font-weight: bold;
    margin-top: -5px;
    padding-left: 50px;
    display: inline-block;
}

.team .titlepage .read_more {
    margin-top: 40px;
}

.team_img figure {
    margin: 0;
}

.team_img figure img {
    width: 100%;
    border-radius: 10px;
}

/** services section **/

.services .titlepage {
    text-align: left;
}

.services {
    background-color: #fff;
    padding: 90px 0 0px 0;
}

.services .services_box {
    text-align: center;
    background-color: #f6f6f6;
    padding: 20px 0;
    margin-bottom: 30px;
    border-radius: 10px;
    transition: ease-in all 0.5s;
}

.services .services_box i {
    background-color: var(--green);
    height: 100px;
    width: 100px;
    border-radius: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: auto;
    color: #ffffff;
    font-size: 35px;
}

.services .services_box h3 {
    color: var(--pink);
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    margin-top: 20px !important;
    transition: ease-in all 0.5s;
}

.serv_hover.services_box {
    box-shadow: none;
    transition: ease-in all 0.3s;
    border-top: none;
}

.serv_hover:hover.services_box {
    cursor: pointer;
    box-shadow: 0 0 30px rgba(57, 56, 56, 0.2);
    background-color: #fff;
    border-top: var(--green) solid 6px;
}

.serv_hover:hover.services_box h3 {
    transition: ease-in all 0.3s;
}

.margin_bottom1 {
    margin-bottom: 60px;
}

.services .read_more {
    margin: 0 auto;
    display: block;
    margin-top: 50px;
    background-color: transparent;
    border: #48ca95 solid 2px;
    color: #48ca95 !important;
    max-width: 232px;
    padding: 15px 0;
}

.services .read_more:hover {
    background: #48ca95;
    color: #000 !important;
}

/** end services section **/

/** New Ideas  section **/
.ideas {
    padding: 90px 0 0;
    background-color: #fff;
    position: relative;
}

.ideas .titlepage {
    text-align: left;
}

.ideas .titlepage p {
    color: #2a2b2b;
    display: block;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
}

.ideas .titlepage h2 {
    color: var(--pink);
    font-weight: 400;
}

.border_trbl {
    border: #0e0f0f87 solid 1px;
    padding: 50px 0;
    box-shadow: 9px 0px 30px rgba(57, 56, 56, 0.2);
    background: #fff;
    z-index: 999999;
    position: relative;
}

.ideas_box {
    text-align: center;
}

.ideas_box h3 {
    color: var(--green);
    font-size: 40px;
    font-weight: bold;
    width: 180px;
    margin: 0 auto;
    border-radius: 121px;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: var(--green) solid 11px;
}

.ideas_box p {
    color: var(--pink);
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    margin-top: 20px;
}

.ideas_box h3 svg {
    scale: 1;
    transition: all .3s;
}

.ideas_box:hover h3 svg {
    scale: 1.1;
}

.margin_bottom {
    margin-bottom: 30px;
}

/** end New Ideas  section **/

/** contact section **/
.contact {
    background: url(../images/contact.png) no-repeat inherit;
    background-size: 100% 100%;
    padding: 0px 0 90px 0;
    position: relative;
}

.contact::before {
    z-index: -1;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background: url(../images/wave.png) no-repeat;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
}

.contact .titlepage {
    text-align: left;
    padding-bottom: 107px;
}

.contact .titlepage h2 {
    color: var(--pink);
    font-weight: 400;
}

.main_form {
    margin-right: -32px;
}

.main_form .contactus {
    border: var(--green) solid 1px;
    margin-bottom: 25px;
    width: 100%;
    height: 47px;
    background: transparent;
    color: var(--pink);
    font-size: 18px;
    font-weight: normal;
    border-right: inherit;
    border-left: inherit;
    border-top: inherit;
}

#request *::placeholder {
    color: #dfdfdf;
    opacity: 1;
}

.map figure {
    margin: 0;
}

.map figure img {
    width: 100%;
}

/** end contact section **/

/** footer **/
.footer {
    background: var(--green);
    padding-top: 115px;
    text-align: center;
}

.footer .titlepage {
    text-align: left;
    padding-bottom: 0px;
}

.footer .titlepage h2 {
    color: #fff;
    margin: inherit;
    border-bottom: #fff solid 1px;
}

.logo1 {
    float: left;
    margin-top: -11px;
    margin-bottom: 9px;
}

.footer h3 {
    font-weight: 600;
    font-size: 25px;
    line-height: 24px;
    text-align: left;
    color: #fff;
    margin-bottom: 15px;
    border-bottom: #ffca56 solid 3px;
    padding-bottom: 3px;
    display: table;
}

.about_us li {
    color: #fff;
    font-size: 17px;
    text-align: left;
    display: inline-block;
}

ul.link_menu li {
    display: block;
    text-align: left;
}

ul.link_menu li a {
    color: #fff;
    font-size: 17px;
    line-height: 28px;
    padding-bottom: 10px;
    display: block;
    width: -moz-max-content;
}

ul.link_menu li a:hover {
    color: #ffca56;
}

.bottom_form {
    display: flex;
    flex-wrap: wrap;
    margin-top: 32px;
}

.bottom_form h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    text-align: left;
    color: #fff;
    padding-top: 12px;
    margin-right: 93px;
    text-transform: uppercase;
    border: inherit;
}

.bottom_form .enter {
    border: inherit;
    padding: 0px 19px;
    width: 45%;
    height: 45px;
    background: #fffffff2;
    color: #ccc8c8;
    font-size: 17px;
    font-weight: 300;
    float: left;
    border-radius: 10px;
    margin-bottom: 20px;
}

.sub_btn {
    font-size: 17px;
    transition: ease-in all 0.5s;
    background-color: #ffca56;
    color: #fff;
    padding: 8px 0px;
    max-width: 163px;
    border-radius: 10px;
    width: 100%;
    font-weight: 500;
    text-transform: uppercase;
    margin-left: 7px;
    height: 46px;
}

.sub_btn:hover {
    background-color: #000;
    transition: ease-in all 0.5s;
    color: #fff;
}

.copyright {
    margin-top: 80px;
    padding-bottom: 20px;
}

.copyright p {
    color: var(--pink);
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    border-top: var(--pink) solid 1px;
    padding-top: 25px;
    font-weight: normal;
    margin-bottom: 0;
}

.copyright p.caption {
    font-size: 10px;
    line-height: 15px;
    border-top: none;
}

/** end footer **/

/** inner page css **/
.yellow_darkbg .titlepage {
    padding-bottom: 0;
}

.yellow_darkbg {
    background: #f8c659;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 122px;
}

.about_page .team {
    padding-bottom: 90px;
}

.about_page .team .titlepage p {
    float: left;
}

.contact_page .contact {
    padding-top: 160px;
    margin-top: 90px;
}

.service_page .services {
    padding-bottom: 60px;
}

.login-button {
    font-size: 17px;
    background-color: transparent;
    border: #ffca56 solid 2px;
    color: #ffca56 !important;
    padding: 13px 0px;
    width: 100%;
    max-width: 190px;
    text-align: center;
    display: inline-block;
    transition: ease-in all 0.5s;
    font-weight: 500;
}

.login-button:hover {
    background: #02246a;
    color: #fff;
    transition: ease-in all 0.5s;
}

/*clients*/
.clients {
    background: #f6f6f6;
    padding: 25px 0;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 60px;
}

.clients .heading {
    text-align: center;
    margin-bottom: 30px;
}

.clients .heading h2 {
    font-size: 2rem;
    color: #111111;
}

.clients .img-fluid {
    height: auto;
    max-width: 70%;
    transition: all 0.4s ease-in-out;
    display: inline-block;
    padding: 15px 0;
}

.clients .img-fluid:hover {
    transform: scale(1.15);
}

/*end clients*/

/* Benefits*/
.benefits {
    background: var(--green);
    color: #fff;
    text-align: center;
    padding: 25px 0;
    overflow: hidden;
    margin-top: 60px;
}

.benefits h2 {
    font-size: 2rem;
    color: #fff;
    text-align: center;
}

.benefits .benefits-container {
    margin-top: 29px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.benefits .benefits-container .benefit-item {
    margin: 0 11px;
    text-align: center;
    max-width: 22%;
}

.benefits .benefits-container .benefit-item .benefit-icon {
    margin: 0 auto;
    display: block;
    width: 56px;
    height: 56px;
}

.benefits .benefits-container .benefit-item .benefit-icon.accounts {
    background: url(../images/accounts.svg);
}

.benefits .benefits-container .benefit-item .benefit-icon.fast {
    background: url(../images/fast.svg);
}

.benefits .benefits-container .benefit-item .benefit-icon.responsive {
    background: url(../images/responsive.svg);
}

.benefits .benefits-container .benefit-item .benefit-icon.education {
    background: url(../images/education.svg);
}

.benefits .benefits-container .benefit-item .benefit-title {
    margin-top: 11px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}

@media (max-width: 992px) {
    .benefits. .benefits-container {
        flex-direction: column;
        align-items: center;
    }
}

/*EndBenefits*/

.send_btn {
    font-size: 22px;
    transition: ease-in all 0.5s;
    opacity: 0.8;
    text-transform: uppercase;
    color: #fff;
    padding: 12px 0px;
    max-width: 195px;
    width: 100%;
    display: block;
    margin-top: 30px !important;
    font-weight: 500;
}

.send_btn:hover {
    opacity: 1;
    transition: ease-in all 0.3s;
    color: #fff;
}

.carousel-caption {
    position: inherit !important;
}

.tradingview-widget-container {
    margin-bottom: 50px;
}

/*** Navbar ***/

.navbar {
    display: flex;
    justify-content: space-between !important;
    background-color: var(--header-white);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 16px 0;
    color: var(--pink) !important;
    font-weight: 500;
    outline: none;
    font-size: 15px;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--pink) !important;
}

.navbar-collapse {
    flex-grow: unset !important;
}

@media (max-width: 992px) {
    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        padding: 8px 0;
    }

    .navbar .navbar-nav {
        margin-top: 8px;
        border-top: 1px solid rgba(256, 256, 256, .1)
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}

@media screen and (max-width: 990px) {
    .navbar-brand {
        margin-left: 16px !important;
    }
}

.fx-center {
    display: flex !important;
    align-items: center;
}

.dropdown-menu {
    background-color: var(--header-white) !important;
}

/* End Navbar*/

.trading-account {
    padding: 80px 0px 0px 0px;
}

.trading-account .trading-account__inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, var(--yellow) 0%, var(--green) 99.25%);
    box-shadow: 0px 11px 11px rgba(116, 98, 170, 0.11), 0px 4px 22px rgba(23, 20, 33, 0.05);
    border-radius: 3px;
    padding: 11px;
}

.trading-account .trading-account__inner:hover {
    position: relative;
    background: linear-gradient(90deg, var(--green) 0%, var(--yellow) 99.25%);
    box-shadow: 0px 11px 11px rgba(116, 98, 170, 0.11), 0px 4px 22px rgba(23, 20, 33, 0.05);
    border-radius: 3px;
    padding: 11px;
}

.trading-account .trading-account__inner .text {
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
    color: #FFFFFF;
    margin: 0px 22px;
}

.trading-account .trading-account__inner .enter-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 47px;
    height: 47px;
    background-color: #FFFFFF;
    border-radius: 3px;
}

.account-btn {
    color: var(--pink) !important;
}

.account-btn.non-white {
    background-color: var(--pink) !important;
    color: #ffffff !important;
    border-color: var(--pink) !important;
}

.account-btn:hover {
    background-color: var(--pink) !important;
    color: #ffffff !important;
    border-color: var(--pink) !important;
}

.dropdown-menu .dropdown-item {
    color: var(--pink);
}

.dropdown-menu .dropdown-item:hover {
    background: var(--pink);
    color: #ffffff;
}

.navbar .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}