/*
Theme Name: theforest
Description: Theme for our brokers
Version: 3.0
Author: Kirill Everett
Author URI: #
*/

/* Header Start */

.site_logo {
    display: block;
    max-width: 100%;
}

.site_imageLogo {
    width: 175px;
}

.success-message {
    color: green;
    font-weight: bold;
    margin-top: 10px;
}

.header {
    background-color: #061121;
}

.authenticate .btn {
    padding: 10px 15px;
    border: 1.5px solid #1199f9;
    border-radius: 5px;
    color: #ffffff;
    font-weight: 700;
    font-size: 20px;
}

.authenticate .dropdown-menu {
    border: 1.5px solid #1199f9;
    border-radius: 5px;
    background: #061121;
    margin-top: 10px;
}

.authenticate li {
    padding: 10px 15px;
    border-bottom: 1.5px solid #1199f9;
}

.authenticate li:last-child {
    border-bottom: unset;
}

.authenticate .dropdown-item {
    color: #ffffff;
    font-weight: 700;
    font-size: 20px;
    padding: unset;
}

.authenticate .dropdown-item:hover {
    padding: unset;
    background-color: transparent;
}

.click-to-read-msg {
    text-decoration: none;
    color: white;
}

#notification_count {
    position: relative;
    background: #1199f9;
    color: white;
    font-size: 10px;
    top: -10px;
    padding: 3px 6px;
    border-radius: 30px;
}

.notifsmall {
    list-style: none;
    margin-left: 10px;
}

#toggleMenuAction {
    list-style: none;
    padding: unset;
    position: relative;
}

.menuBoxOpen {
    min-width: 110px;
    width: 100%;
    padding-bottom: 5px;
    position: absolute;
    display: none;
    z-index: 99999;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #3b3d40;
}

.smallLineInMenuBox {
    margin: auto;
    text-align: left;
    padding: 5px;
    width: 80%;
}

.smallLineInMenuBox {
    color: white;
    text-transform: uppercase;
    font-size: 13px;
}

.smallLineInMenuBox a {
    color: white;
    text-decoration: none;
}

/* Header End */

/* Footer Start */

.site-footer {
    background-color: white;
    color: black;
}

.footer__links,
.footer__socials {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.footer__links li,
.footer__socials li {
    border-right: 1px solid black;
    padding: 0 20px;
}

.footer__links li:last-child,
.footer__socials li:last-child {
    border-right: 0px;
}

.footer__links a,
.footer__socials a {
    color: black;
    text-decoration: none;
}

.site-footer hr {
    border: 1px solid #061121;
    margin: unset;
    opacity: 1;
}

.footer__disclaimer a {
    color: black;
}

/* Footer End */

/* General */

body {
    background-color: #061121;
    color: white;
}

.site-main {
    min-height: 65vh;
}

.blue-highlight {
    color: #1199f9;
}

.btn-blue {
    border: 1.5px solid #1199f9;
    border-radius: 5px;
    background-color: #1199f9;
    padding: 10px 15px;
    color: white;
    font-weight: 700;
    font-size: 20px;
    text-decoration: none;
}

.btn-white {
    border: 1.5px solid white;
    border-radius: 5px;
    padding: 10px 15px;
    color: white;
    font-weight: 700;
    font-size: 20px;
    text-decoration: none;
}

.hero-banner__content {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.hero-banner .small {
    font-size: 16px;
    font-weight: 700;
    color: white;
}

.hero-banner .title {
    font-size: 40px;
    font-weight: 700;
    color: white;
    line-height: 1;
}

.hero-banner .text {
    font-size: 16px;
    font-weight: 400;
    color: white;
}

.hero-banner .list {
    list-style: none;
}

.hero-banner .list li::before {
    content: url(/wp-content/themes/theforest/images/dot-circle.svg);
    position: relative;
    left: 0;
    top: 3px;
    margin-right: 5px;
}
.rectangle-gradient {
    background: linear-gradient(
        211.4deg,
        rgba(17, 153, 250, 0.12) 11.41%,
        rgba(17, 153, 250, 0.26) 46.46%,
        rgba(0, 47, 97, 0.54) 79.39%
    );
    border-radius: 30px;
    padding: 25px 50px;
}

.features {
    display: flex;
    align-items: center;
    gap: 40px;
    padding-right: 40px;
}

.features__title {
    font-size: 20px;
    font-weight: 700;
    color: white;
}

.features__text {
    font-size: 14px;
    color: white;
    margin-top: 20px;
}

.features-howItWorks {
    display: flex;
    flex-direction: column;
    padding: 0 10px;
}

.features-howItWorks img {
    width: 100px;
    height: 100px;
}

.feedback {
    display: grid;
    grid-template: 1fr/1fr 1fr 1fr;
    gap: 60px;
}

.feedback__container {
    box-shadow: 0px 4px 50px 0px #1199fa42;
    padding: 35px;
    border: 1px solid white;
    background-color: white;
    border-radius: 30px;
    color: #1199f9;
}

.feedback__container--blue {
    border-color: #1199f9;
    background-color: #1199f9;
    color: white;
}

.feedback__header {
    display: flex;
    gap: 10px;
    align-items: center;
}

.feedback__name {
    font-size: 16px;
    font-weight: 700;
}

.feedback__date {
    font-size: 12px;
}

.feedback__text {
    font-size: 14px;
    padding: 20px 0px;
}

.feedback__stars {
    text-align: center;
}

.feedback__container--blue .feedback__stars {
    filter: brightness(0) invert(1);
}

.works {
    background-image: url("/wp-content/themes/theforest/images/Rectangle 21.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.works__card {
    border: 1px solid #1199f9;
    box-shadow: 0px 4px 50px 0px #1199fa42;
    background-color: #061121;
    border-radius: 30px;
    color: white;
    padding: 160px 35px 60px 35px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    min-width: 360px;
}

.works__image {
    position: absolute;
    top: -100px;
}

.works__title {
    font-size: 32px;
    font-weight: 500;
    line-height: 1;
}

.works__hr {
    border: 1px solid #ffffff;
    margin-top: 10px;
    width: 100%;
}

.works__text {
    font-size: 14px;
    font-weight: 400;
    margin-top: 30px;
}

.works__line {
    border: 1px solid #1199f9;
    width: 100%;
}

.works__center {
    border: 2.5px solid #1199f9;
    position: absolute;
    height: 100%;
    left: calc(50% - 2.5px);
}

.works__center::before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: #1299f9;
    border-radius: 30px;
    position: absolute;
    top: -15px;
    left: -15px;
}

.works__center::after {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: #1299f9;
    border-radius: 30px;
    position: absolute;
    bottom: -15px;
    left: -15px;
}

.swissfunded__forms p {
    color: white;
    font-size: 20px;
    font-weight: 600;
    margin: unset;
}

.swissfunded__forms form,
.swissfunded__forms label {
    width: 100%;
}

.swissfunded__forms label {
    margin-top: 30px;
}

.swissfunded__forms input,
.swissfunded__forms textarea {
    background: lightgrey;
    border: 1px solid #1199f9;
    color: #061121;
    border-radius: 10px;
    box-shadow: 0px 4px 20px 0px #1199fa42;
    padding: 10px;
    width: 100%;
    margin-top: 20px;
}

.swissfunded__forms textarea {
    resize: none;
    max-height: 168px;
}

.error-sign-message {
    font-size: 14px;
}

.pw-btns {
    display: none;
}
.bg-image{
    background-image: url("/wp-content/themes/theforest/images/laptop2.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.btn-center{
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.link-my-profile {
    line-height: 40px;
    height: 40px;
    padding: 0px 20px 0px 20px;
    vertical-align: baseline;
    width: auto;
    display: block;
    color: #878787;
    text-transform: capitalize;
    text-decoration: none;
    text-align: center;
    background: rgba(0, 0, 0, 0);
    border: 0;
    border-radius: 0;
    font-family: inherit;
    font-size: 18px;
    font-weight: normal;
    outline: none;
}
.link-my-profile:hover{
    background: rgba(255, 255, 255, 0);
    color: #fff;
    font-weight: normal;
    text-decoration: none;
    border-color: #fff;
}

 .background-white {
     background-color: white;
 }
.background-white p {
    color: black;
}
.padding100 {
    padding: 100px 0;
}

.wp-block-group.contact-map-and-counter .wp-block-column.contect-map {
    background-image: url(./images/map.png);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 1067px;
    position: absolute;
    width: 1067px;
    height: 523px;
    right: 35px;
    top: 41px;
}
.wp-block-group {
    box-sizing: border-box;
    color: black;
}
body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: var(--wp--style--global--content-size);
    margin-left: auto !important;
    margin-right: auto !important;
}
.wp-block-group.contact-map-and-counter.sub {
    padding-bottom: 540px;
}

.wp-block-group.contact-map-and-counter {
    background-color: #f6f6f6;
    padding: 0 40px 30px;
}
.wp-block-group {
    box-sizing: border-box;
}
.wp-block-group.contact-map-and-counter .wp-block-group__inner-container {
    position: relative;
    max-width: 1466px;
    padding-top: 98px;
}
body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: var(--wp--style--global--content-size);
    margin-left: auto !important;
    margin-right: auto !important;
}
@media (min-width: 782px) {
    .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
        flex-basis: 0;
        flex-grow: 1;
    }
}

.wp-block-group.contact-map-and-counter .wp-block-column.contect-map p.irvine {
    left: 71px;
    top: 199px;
}

.wp-block-group.contact-map-and-counter .wp-block-column.contect-map p.warsaw {
    left: 580px;
    top: 86px;
}

.wp-block-group.contact-map-and-counter .wp-block-column.contect-map p.poznan {
    left: 572px;
    top: 109px;
}

.wp-block-group.contact-map-and-counter .wp-block-column.contect-map p.limassol {
    left: 486px;
    top: 164px;
}

.wp-block-group.contact-map-and-counter .wp-block-column.contect-map p.seoul {
    left: 818px;
    top: 220px;
}

.wp-block-group.contact-map-and-counter .wp-block-column.contect-map p.bengaluru {
    left: 626px;
    top: 250px;
}

.wp-block-group.contact-map-and-counter .wp-block-column.contect-map p.kualalumpur {
    right: 198px;
    top: 331px;
}
@media (max-width: 1440px) {
    .wp-block-group.contact-map-and-counter .wp-block-column.contect-map {
        background-size: 860px;
        position: absolute;
        width: 860px;
        height: 503px;
        right: 0;
        top: 41px;
    }

    .wp-block-group.contact-map-and-counter .wp-block-column.contect-map p.irvine {
        left: 39px;
        top: 194px;
    }

    .wp-block-group.contact-map-and-counter .wp-block-column.contect-map p.warsaw {
        left: 470px;
        top: 100px;
    }

    .wp-block-group.contact-map-and-counter .wp-block-column.contect-map p.poznan {
        left: 472px;
        top: 120px;
    }

    .wp-block-group.contact-map-and-counter .wp-block-column.contect-map p.limassol {
        left: 326px;
        top: 166px;
    }

    .wp-block-group.contact-map-and-counter .wp-block-column.contect-map p.bengaluru {
        left: 471px;
        top: 233px;
    }

    .wp-block-group.contact-map-and-counter .wp-block-column.contect-map p.kualalumpur {
        left: 550px;
        top: 303px;
        right: initial;
    }

    .wp-block-group.contact-map-and-counter .wp-block-column.contect-map p.seoul {
        left: 650px;
        top: 210px;
    }

    .wp-block-group.product-cta-download .wp-block-columns .wp-block-column.image figure.wp-block-image {
        left: -60px;
    }
}
@media (max-width: 1025px) {
    .contact-map-sub-products{
        display: none;
    }
}
@media (max-width: 1200px) {
    .wp-block-group.contact-map-and-counter .wp-block-column.contect-map {
        background-size: 700px;
        position: absolute;
        width: 700px;
        height: 503px;
        right: 0;
        top: 41px;
    }

    .wp-block-group.contact-map-and-counter .wp-block-column.contect-map p {
        font-size: 11px;
    }

    .wp-block-group.contact-map-and-counter .wp-block-column.contect-map p.irvine {
        left: 38px;
        top: 204px;
    }

    .wp-block-group.contact-map-and-counter .wp-block-column.contect-map p.warsaw {
        left: 380px;
        top: 138px;
    }

    .wp-block-group.contact-map-and-counter .wp-block-column.contect-map p.poznan {
        left: 382px;
        top: 158px;
    }

    .wp-block-group.contact-map-and-counter .wp-block-column.contect-map p.limassol {
        left: 308px;
        top: 187px;
    }

    .wp-block-group.contact-map-and-counter .wp-block-column.contect-map p.bengaluru {
        left: 397px;
        top: 242px;
    }

    .wp-block-group.contact-map-and-counter .wp-block-column.contect-map p.kualalumpur {
        left: 396px;
        top: 294px;

    }

    .wp-block-group.contact-map-and-counter .wp-block-column.contect-map p.seoul {
        left: 530px;
        top: 218px;
    }
}


.wp-block-group.contact-map-and-counter .wp-block-column.contect-map p {
    font-size: 14px;
    font-weight: 600;
    position: absolute;
    z-index: 2;
    transition: all 0.25s ease;
}


.wp-block-group.contact-map-and-counter .wp-block-columns {
    margin-bottom: 0;
}

body .is-layout-flex {
    flex-wrap: wrap;
    align-items: center;
}
body .is-layout-flex {
    display: flex;
}
@media (min-width: 782px)
.wp-block-columns {
    flex-wrap: nowrap !important;
}
.wp-block-columns {
    align-items: normal !important;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap !important;
}
.wp-block-group.contact-map-and-counter .wp-block-columns .wp-block-column:nth-child(1) {
    position: relative;
    z-index: 1;
}

@media (min-width: 782px)
.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 0;
    flex-grow: 1;
}
@media (min-width: 782px)
.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
    flex-basis: 0;
    flex-grow: 1;
}
body .is-layout-flex > * {
    margin: 0;
}
.wp-block-column {
    flex-grow: 1;
    min-width: 0;
    overflow-wrap: break-word;
    word-break: break-word;
}
.wp-block-group.contact-map-and-counter .wp-block-column.contect-map p a::before {
    content: "";
    position: absolute;
    background-color: #3fc5e9;
    height: 1px;
    width: 100%;
    left: 0;
    bottom: -2px;
}

.wp-block-group.contact-map-and-counter .wp-block-column.contect-map p {
    font-size: 14px;
    font-weight: 600;
    position: absolute;
    z-index: 2;
    transition: all 0.25s ease;
}
.wp-block-group.contact-map-and-counter .wp-block-column.contect-map p:hover {
    transform: scale(1.1);
}
.swissfunded__forms .wpcf7{
    padding-left: 40px;
    padding-right: 40px;
}

.map {
    background-image: url(./images/map1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
}
.padding-bottom50{
    padding-bottom: 50px;
}
.map-image{
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.map-section{
    max-height: 327px;
    background-color: #f6f6f6;
}
/* Academy Start*/
.bg-image-academy{
    background-image: url("/wp-content/themes/theforest/images/Education.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 450px;
}
.hero-banner .title-academy{
    padding-top: 100px;
    font-size: 54px;
    font-weight: 700;
    color: white;
    line-height: 1;
}
.height-200px {
    height: 200px;
    padding: 20px 65px;
    text-align: center;
}

/* Academy End*/

.calendar {
    width: 510px; height: 600px;
}
.calendar iframe{
    box-sizing: border-box; height: 600px; width: 510px
}
@media (max-width: 600px) {
    .calendar {
        width: 320px; height: 600px;
        margin-left: auto;
        margin-right: auto;
    }
    .calendar iframe{
        width: 320px; height: 600px;
    }
    .cryptocurrencies iframe{
        width: 100%!important;
    }
    .cryptocurrencies-row .row{
        margin-right: 10px!important;
        margin-left: 10px!important;
    }
    .mob-image{
        width: 100%;
        height: 100%;
    }
}

.cryptocurerencies-price-list{

    background-image: url("/wp-content/themes/theforest/images/cryptos.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

}
.cryptocurrencies-height{
    height: 450px;
}
.cryptocurrencies iframe{
    width: 100%!important; height: 450px!important;
}
.fullsize{
    padding-top: 30px;
    padding-bottom: 80px;
    background: url('/wp-content/themes/theforest/images/saf.jpeg');
}
.box1 {
    min-height: 380px;
    padding: 20px 20px 40px;

    background: #ffffff;
    border: 1px solid #e3eefa;
    box-shadow: 0 6px 16px rgb(82 92 109 / 30%);
    border-radius: 20px;
}
.currencies-price .box1{
    min-height: 280px;
}
.index-price .box1 {
    min-height: 335px;
}
.box1 img {
    margin-top: 10px;
    max-width: 100px;
    text-align: center;
}
.textsize19bc{
    color: #061121;
    margin-top: 15px;
    margin-bottom: 2px;
}
.textsize19c{
    color: #061121;
}
.fullsize h1{
    color: #061121;
}
.currencies-price-list{
    background-image: url("/wp-content/themes/theforest/images/forexs.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.wp-block-preformatted {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.wp-block-quote{
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}
.name_directory_index {
    padding: 30px;
    border-radius: 33px;

}
.name_directory_startswith{
    color: black;

    border: 0 solid wheat;
    background: rgba(245, 250, 255, 0.3);
    padding: 8px;
    border-radius: 6px;
}

@media (max-width: 500px) {
    .name_directory_index {
        height: 200px;
        line-height: 3;
        letter-spacing: 1px;
    }

    .name_directory_startswith {
        padding: 8px;
    }
    .fullsize1{
        padding: 10px;
    }
}
#depositFundsTitle{
    display: none;
}
.btn-choose-type.btn-choose-type-red{
    background-color: #00cc00!important;
    font-family: "Anton", sans-serif;
}

.btn-choose-type.btn-choose-type-red:hover {
    transform: scale(1.1);
    background-color: #00cc00!important;
}
.btn-choose-type-red:before{
    background-color: #00cc00!important;
}
.site_imageLogo.site_imageLogo_mobile{
    display: none;
}

@media (max-width:768px) {
    .main-navbar-box{
        order:2;
    }
    .main-navbar-box #mega-menu-primary{
        width: 170px!important;
        left: -109px!important;
    }
    .pb-20px-mobile{
        padding-bottom: 20px;
    }
    .works__line{
        display: none;
    }
    .works .align-items-center{
        justify-content: center;
    }
    .works__card{
        width: 80%;
        transform: scale(.7);
    }

    .footer__links li{
        width: 50%;
        border-right: none;
    }
    .footer__links{
        justify-content: flex-start;
    }
    .site_imageLogo{
        display: none;
    }

    .site_imageLogo.site_imageLogo_mobile{
        display: block;
        width: 45px;
    }
    #logoBox .site_logo{
        width:auto!important;
    }
    div.authenticated.ms-auto{
        margin-right: auto;
    }
}