.justify-text-center{
    text-align:center !important;
}

.vertical-align-middle{
    vertical-align: middle !important;
}

.letter-spacing-15{
    letter-spacing: 15px;
}
@media (max-width: 768px) {
    .brand-box{
        display: block;
    }
    .about .count-box {
        padding: 20px 0;
    }
}

.about .brand-box .count-box,  .about .info-tape .count-box{
    padding: 20px 0;
    width: 100%;
}

.tradingview-widget-copyright{
    margin-top: -25px
}


@media (max-width: 991px) {
    /*    .about .info-tape .tradingview-widget-container iframe{
            height: calc(80px)!important;
        }*/
}

.insight-boxes {
    background: url(../img/insight-boxes-bg.jpg) center top no-repeat fixed;
    background-size: cover;
    padding: 60px 0 30px 0;
    position: relative;
}

.values .icon-box h4 span {
    color: #365870;
    transition: 0.3s;
}

.values .icon-box {
    margin-bottom: 20px;
    padding: 30px;
    border-radius: 6px;
    background: #fff;
}

.values .icon-box h4 {
    margin-left: 70px;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
}

.values .icon-box i {
    float: left;
    color: #5c8eb0;
    font-size: 40px;
    line-height: 0;
}
.values .icon-box p {
    margin-left: 70px;
    line-height: 24px;
    font-size: 14px;
}

.about.inner-page p, .inner-page .about p{
    font-family: "Open Sans", Arial, sans-serif;
    line-height: 1.85;
    padding: 20px;
    text-align: justify;
}

.about.about-lead .container .content p{
    line-height: 1.9;
}

.clients img {
    max-width: 100%;
}

.justify-text-start{
    text-align: start !important;
}

.trading-boxes {
    background: url(../img/insight-boxes-bg.jpg) center top no-repeat fixed;
    background-size: cover;
    padding: 60px 0 30px 0;
    position: relative;
}

.trading-boxes::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.92);
    z-index: 9;
}

/*--------------------------------------------------------------
# Product
--------------------------------------------------------------*/
.product {
    position: relative;
}

.product .container {
    position: relative;
    z-index: 10;
}

.product .item {
    margin-bottom: 80px;
    position: relative;
}

.product .item .pic {
    overflow: hidden;
}

.product .item .item-info {
    position: absolute;
    bottom: -50px;
    left: 20px;
    right: 20px;
    background: #fff;
    padding: 20px 15px;
    color: #15222b;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: 0.5s;
}

.product .item h4 {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 16px;
    color: #15222b;
    position: relative;
    padding-bottom: 10px;
}

.product .item h4::after {
    content: '';
    position: absolute;
    display: block;
    width: 50px;
    height: 1px;
    background: #7fa5c0;
    bottom: 0;
    left: 0;
}

.product .item span {
    font-style: italic;
    display: block;
    font-size: 13px;
}

.product .item .social {
    position: absolute;
    right: 15px;
    bottom: 15px;
}

.product .item .social a, .happywater .social a, .happywater a{
    transition: color 0.3s;
    color: #477392;
}

.product .item .social a:hover {
    color: #ff4a17;
}

.product .item .social i {
    font-size: 16px;
    margin: 0 2px;
}

@media (max-width: 992px) {
    .product .item {
        margin-bottom: 110px;
    }
}

.line-hight-185{
    line-height: 1.85;
}

@media (min-width: 992px) and (max-width: 1199.98px) { 
    .pt-c3{
        padding-top: 1rem!important;
    }
}

