.fixed-top .scrolled-only, .fixed-top.header-scrolled .fixed-only {
    display: none;
}

.fixed-top.header-scrolled .scrolled-only {
    display: block;
}

.fixed-top.header-scrolled {
    background: #fff !important;
    box-shadow: 0 0 30px rgba(127, 137, 161, 0.3);
}

.fixed-top.header-scrolled nav a {
    color: #0a4bdb;
}

.fixed-top.header-scrolled nav li.active a {
    font-weight: 500
}

.nav-item.dropdown .dropdown-menu a {
    color: #000000;
}

.nav-item.dropdown .dropdown-menu a:hover {
    background: #e7e9f8;
}

#intro {
    position: relative;
    overflow: hidden;
    box-shadow: 0 5px 10px rgba(110, 97, 122, 0.3), 0 3px 3px rgba(110, 97, 122, 0.3);
}

#intro > #ptm-heading-video {
    filter: brightness(55%);
    position: absolute;
    min-width: 100%;
    height: 100%;
    min-height: 530px;
    overflow: hidden;
    top: 0;
    left: 0;
}

#ptm-heading-video > *{
    position: absolute;
    min-width: 100%;
    top: 0;
    left: 0;
}

#intro #ptm-logo {
    filter: brightness(95%);
    position: absolute;
    left: calc(98vw / 2);
    top: 250px;
    width: 880px;
}

#intro .intro-info h2 {
    margin-bottom: 25px;
}

.intro-info p {
    color: #fff
}

#intro .intro-info h2 span {
    text-decoration: none;
}

/*New version*/
#main {
    overflow-x: hidden;
}

.footer-contact h4 {
    padding-bottom: 0;
    margin-bottom: 5px;
}

.text-title {
    color: #131313
}

.text-content {
    color: #818196
}

.btn.btn-white,
.btn.btn-transparent,
.btn.btn-black {
    font-weight: 500;
    padding: 16px 36px;
    border-radius: 5px;
    font-size: 1.2rem;
    transition: 0.5s;
}

.btn-white {
    background: #fff;
    color: #071e8d;
}

.btn-transparent {
    background: rgba(0, 0, 0, 0.2);
    border-color: #fff;
    border-width: 2px;
    color: #fff;
}

.btn-white:hover,
.btn-transparent:hover {
    background: #007bff;
    border-color: #007bff;
    color: #fff;
}

.btn-black {
    background: #000000;
    color: #fff;
}

.btn-black:hover {
    color: #fff;
    background: #494949
}

#intro h1 {
    font-size: 62px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 0
}

#intro .cta-buttons {
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    justify-content: space-between;
}

#intro .cta-buttons a {
    color: #fff;
    position: relative;
    transition: none;
    margin-bottom: 20px;
}

#intro .cta-buttons a:hover {
    color: #0b6bd3;
}

#intro .cta-buttons a:hover::after {
    background: #0b6bd3;
}

#intro .cta-buttons a::after {
    content: "";
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: -2px;

}

#stats {
    position: relative;
    top: -60px;
}

#stats .row > div {
    padding: 0 35px;
}

#stats .row > div:first-child {
    padding-left: 15px;
}

#stats .row > div:last-child {
    padding-right: 15px;
}

#stats .stats-item {
    position: relative;
    background: #fff;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 5px 10px rgba(110, 97, 122, 0.19), 0 3px 3px rgba(110, 97, 122, 0.19);
}

#stats .stats-item .main-number {
    font-size: 50px;
    font-weight: 600;
    color: #030b17;
    position: relative;
    display: inline-block;
}

#stats .stats-item .main-number span {
    position: absolute;
    top: -20px;
    right: -30px;
    font-size: 50px;
    color: #373db5;
}

#stats .stats-item .text-content {
    font-size: 0.8rem;
    font-weight: bold;
    padding-bottom: 30px;
}

#stats .stats-item .text-content::after {
    width: 20%;
    content: "";
    position: absolute;
    left: 30px;
    bottom: 30px;
    background: #373db5;
    height: 5px;
    border-radius: 5px;
}

#story {
    padding-bottom: 30px;
}

#story h3 {
    position: relative;
}

#story h3::after {
    width: 20%;
    content: "";
    position: absolute;
    left: 0;
    bottom: 15px;
    background: #373db5;
    height: 6px;
    border-radius: 5px;
}

#solution .row > div {
    margin-bottom: 30px;
}

.card-item {
    height: 100%;
    text-align: center;
    padding: 30px 20px;
    box-shadow: 0 0 50px rgba(110, 97, 122, 0.19);
    border-radius: 10px;
    font-weight: 500;
}

.card-item .card-title {
    font-weight: bold;
    color: #131313;
    margin: 20px 0;
    font-size: 1.1rem;
}

.card-item > div:first-child {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px;
}

#join-us {
    background: url("/images/new/join-ptm.png") center center no-repeat;
    background-size: auto;
    color: #fff;
    padding-top: 140px;
    position: relative;
    top: -80px;
    transform: scale(1.087);
}

#join-us .container {
    transform: scale(0.92);
}

#join-us .text-content {
    padding: 0 30px 60px;
}

#join-us h3 {
    font-size: 36px;
    padding-top: 120px;
    padding-bottom: 30px;
    font-weight: 500;
    letter-spacing: 1.6px;
    color: #fff
}

#join-us .row > div {
    padding: 0 40px;
}

.common-heading {
    font-size: 36px;
    padding-top: 40px;
    padding-bottom: 30px;
    font-weight: 500;
    letter-spacing: 1.6px;
    color: #2f2f2f
}

#partnerships img {
    max-height: 100%;
    padding: 0 10px;
}

#partnerships .list-partners > div {
    margin-bottom: 15px;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 80px;
}

#partnerships .partner-group:first-child {
    border-right: 1px #eee solid;
}

#partnerships .partner-group:last-child {
    border-left: 1px #eee solid;
}

.quote-heading {
    color: #0b6bd3;
    font-weight: 500;
    display: inline-block;
    position: relative;
}

.quote-heading .open-quote,
.quote-heading .close-quote {
    color: #464646;
    font-size: 90px;
    display: inline-block;
    bottom: -38px;
    font-weight: 400;
    position: relative;
}

#testimonial .row > div {
    margin-bottom: 20px;
}

#testimonial .card-item {
    font-size: .75rem;
}

#testimonial .card-item img {
    filter: grayscale(300%);
    opacity: .25;
}

@media all and (min-width: 992px) {

    .how-to-join .row > div:first-child .img-wrapper::before {
        position: absolute;
        content: "";
        top: 50%;
        left: 50%;
        width: calc(400% + 120px);
        border-bottom: 2px #888 dashed;
        z-index: -1;
    }

    .how-to-join.publishers .row > div:first-child .img-wrapper::before {
        width: calc(300% + 90px);
    }
}
