div#app1 {
    width: 100%!important;
    margin-bottom: -122px;
}

section > div {
    margin-bottom: 30px;
    border-radius: 20px;
}

.home-sidebar {
    width: 300px;
    max-height: 300px;
    height: 300px;
    border: 1px solid #eaeaea;
    border-radius: 10px 0 10px 10px;
    background-color: #fff;
    overflow: hidden;
}

.hs-head {
    padding: 10px 15px 14px;
    border-radius: 10px 0 10px 0;
    background-color: #003800;
    border-bottom: 5px solid #4bff96;
}

.hs-head h3 {
    font-size: .95em;
    color: #65ff7b;
    background-image: url(/assets/images/nb-dots.png);
    background-repeat: repeat;
    margin: 0;
}

.hs-head h3 span {
    background-color: #003800;
    padding-left: 5px;
}

.hs-body {
    padding-top: 10px;
    height: 100%;
    overflow: hidden;
}

.hs-body ul {
    padding-right: 17px;
    padding-left: 22px;
    height: calc(100% - 77px);
    overflow: auto;
}

.hs-body ul::-webkit-scrollbar {
    background: #d5d5d5;
    width: 10px;
    border-radius: 20px;
}

.hs-body ul::-webkit-scrollbar-thumb {
    background: #008000;
    border-radius: 2px;
}

.hs-body ul li {
    direction: rtl;
    border-bottom: 1px solid #cfcfcf;
    line-height: 25px;
}

.hs-body a {
    color: #505050;
    font-size: .95em;
}

i.hs-item-icon {
    color: #acacac;
    margin-left: 6px;
}



.psy-box {
    border: 1px solid #eee;
    padding: 10px;
    border-radius: 20px;
    background: #fff;
    height: 350px;
    box-shadow: 1px 2px 5px 0 #6e6e6e;
    margin: 0 auto;
    max-width: 240px;
}

.psy-box img {
    width: 120px !important;
    height: 120px;
}

.btn-green-blue {
    background-color: #0bd886;
    color: #fff;
    width: 100%;
    margin: 0 15px;
}

.btn-green-blue:hover {
    background-color: #06c26b;
    color:#fff;
}
.btn-green-blue-outline{
    width: 100%;
    background-color:#fff;
    border:1px solid #0bd886;
    color:#0bd886;
}
.btn-green-blue-outline:hover{
    color:#0bd886;
}
@media (max-width: 380px) {
    .psy-box {
        font-size: .88em;
    }
}

@media (max-width: 350px) {
    .psy-box {
        font-size: .80em;
        height: 326px;
    }

    .psy-box a {
        font-size: 1em;
    }
}

.splide__slide {
    margin-bottom: 10px;
}

.slider-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 400px;
    background: #fff;
    padding: 0 17px;
}

.splide__slide:first-child {
    margin-right: 10px;
}

.splide__track {
    overflow: unset !important;
}

#articles .slider-box, #videos .slider-box {
    height: 300px;
}

.article-box, .video-box {
    width: 235px;
    max-height: 286px;
    border: 1px solid #e2e2e2;
    border-radius: 10px;
    box-shadow: 0 2px 6px -2px;
}

.article-image-wrapper, .video-wrapper {
    width: 100%;
    height: 140px;
}

.article-image-wrapper img, .video {
    width: 100%;
    height: 100%;
    border-radius: 10px 10px 0 0;
}

h3.article-title, h3.video-title {
    max-width: 219px;
    margin-top: 9px;
    align-self: start;
    padding-right: 9px;
    color: #0c8000;
}

span.article-date {
    position: absolute;
    top: 4px;
    right: 8px;
    font-size: .9em;
    color: #fff;
    font-weight: bold;
    background: #00fff77a;
    padding: 5px 10px;
    border-radius: 6px;
}

.article-box-footer, .video-box-footer {
    width: 100%;
    text-align: left;
    padding-left: 9px;
    color: #8b8b8b;
}

.splide__arrow svg {
    fill: #10925c;
}

video.video {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

img.play-btn {
    position: absolute;
    width: 55px;
    height: 37px;
    top: 39%;
    left: 38%;
}
section.statistics-resume {

}
.statistics {
    display: flex;
    text-align: center;
}
.stat-item {
    padding: 0 13px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 50px 47px;
}


.stat-area {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: -1px 2px 10px 2px #cdcdcd;
    width: 100%;
    padding: 40px 0;
}

.stat-icon {
    width: 85px;
    height: 85px;
    color: #fff;
    background: #14a684;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 1.8rem;
    text-align: center;
    margin: 0 auto;
}

.stat-digit {
    display: block;
    letter-spacing: 10px;
    text-align: center;
    padding-left: 12px;
    margin-top: 10px;
    font-size: 1.4rem;
    font-weight: bold;
    color: #45c24d;
    margin-bottom: 7px;
}

.stat-title {
    font-weight: bold;
    color: #28c9ad;
}
.markets h2 {
    color: green;
    margin-top: 41px;
}

.markets h2 i {
    color: #13b496;
}

.statistics-resume > div {
    margin-bottom: 0;
}

.hs-line {
    margin: 0;
}

.splide__progress__bar {
    height: 3px;
    background: #ccc;
}

section h3 {

}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #0000002b;
}
.modal-content {
    border: 1px solid #b7b7b7;
    background: #fff;
}
.modal-header h2 {
    color: #000;
}
section.sub-video {
    margin-bottom: -192px;
}

.left-video {
    height: 552px;
    transform: translate( 77px,-129px);
    z-index: -1;

}

.left-video img {
    border-radius: 50%;
    height: 700px;
    width: 1100px;
    transform: translate(209px, -62px);
}

@media (max-width: 1000px) {
    .left-video video{
        transform: translate( 322px,-68.1px);
    }
}
@media (max-width: 935px) {
    .sub-video {
        flex-direction: column;
        align-items: center;
    }
}
@media (max-width: 767px) {
    .left-video video{
        transform: translate( 240px,-68.1px);
    }
}

@media (max-width:468px){
    a.login{
        font-size: .7rem;
        height: 30px;
        margin-top: 26px;
        margin-left: 7px;
        width: 105px;
    }
    h1.site-title{
        display: none !important;
    }
    .menu-button i {
        font-size: 1.5rem;
        margin-top: 28px;
    }

    h4.sec-header {
        font-size: 1rem;
    }

    .left-video {
        transform: translate( 174px,-129px) scale(0.8);
    }
}
