.navbar-brand img { height: 30px; }
.navbar-nav-link { white-space: nowrap; }
.navbar-nav-link:hover { background: #fff !important; color: #6f42c1 !important; }
.navbar-nav-link .active { color: #6f42c1; border-bottom: 2px solid #6f42c1; padding-bottom: 6px; }
.nav-link-cpm { padding-left: 0; }
.nav-separator { border-left: 1px solid #e6e6e6; height: 30px; margin-top: 9px; }
.btn-cpm { 
    background: #6f42c1; 
    color: #fff; 
    border-radius: 4px;
    padding: 9px 20px;
}
.btn-cpm:hover { background: #52289d; color: #fff; }
.cpm-slider { height: 500px; }
.cpm-marquee {
    background-color: #2c2c2c;
    color: white;
    font-size: 12px;
    z-index: 1000;
    width: 100%;
    height: 34px;
    position: fixed;
    bottom: 0;
    white-space: nowrap;
}
.cpm-marquee-text { margin-top: 9px; }
.cpm-marquee-text a { color: #fff; }
.cpm-marquee-text a .subtext {
    color: #4bfb4b;
    margin-left: 40px;
    margin-right: 100px;
}
.cpm-modules-container { padding-top: 30px; margin-bottom: 3rem; }
.cpm-modules { padding-left: 50px; padding-right: 50px; }
.cpm-modules .card {
    -webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
    border: none; 
    border-radius: 18px; 
    min-height: 216px; 
}
.cpm-modules .card-body-title img { float: left; margin-right: 10px; margin-top: 5px; }
.cpm-modules .card-body span { font-size: 14px; }
.cpm-features-container { background: #fff; margin: 0 -1.25rem 79px; padding: 6rem 0; }
.cpm-features { margin-top: 3em; }
.cpm-features-img { padding-left: 6.5rem; }
.cpm-features-icon { margin-bottom: 1.5rem; }
.cpm-features-icon span { font-size: 14px; }
.cpm-partners-container h1 { margin-bottom: 29px; }
.cpm-partner { margin: 0 79px; }
.cpm-partner-content { position: relative; left: 3%; }
.cpm-partner-img { 
    width: 200px; 
    height: 120px;
    background: #fff; 
    float: left; 
    position: relative;
    margin: 0 20px 20px 0;
}
.cpm-partner-img img { 
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); 
}
.cpm-partner-separate { border-bottom: 1px solid #ddd; margin: 67.5px 77px 65.5px; }
.cpm-contact { margin: 0 auto; margin-bottom: 99px; }
.cpm-contact textarea { resize: none; }
.cpm-footer-container { background: #2d2046; margin: 0 -1.25rem; padding: 43px 97px 30px; }
.cpm-footer { border-bottom: 1px solid #000; padding-bottom: 1rem; }
.cpm-footer-desc p { color: #fff; max-width: 346px; font-size: 14px; margin-top: 15px; }
.cpm-footer-desc img { height: 45px; }
.cpm-footer-socmed a { margin-right: 10px; }
.cpm-footer-socmed p, .cpm-footer-ojk p { color: #fff; font-size: 18px; font-weight: bold; }
.cpm-footer-copyright { color: #fff; margin-top: 15px; font-size: 14px; }
.cpm-top {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 50px; /* Place the button at the bottom of the page */
    right: 10px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #6f42c1; /* Set a background color */
    color: #fff; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 10px 12px; /* Some padding */
    border-radius: 5px; /* Rounded corners */
    opacity: .5;
}
.cpm-top:hover { opacity: 1; }
.carousel-item {
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.carousel-indicators li { 
    border: 1px solid #fff !important; 
    background: #fff !important; 
    border-radius: 50%; 
    height: 8px !important; 
    width: 8px !important;
}
.carousel-indicators .active { background-color: #ff0707; }
@media only screen and (max-width: 1250px) {
    .cpm-features-img { padding-left: 5.5rem; }    
    @media only screen and (max-width: 1200px) {
        .cpm-features-img { padding-left: 2.5rem; }    
        @media only screen and (max-width: 1100px) {
            .cpm-features-list { min-width: 647.5px !important; }
            .cpm-features-img img { display: none; }
            .cpm-features-container h1, .cpm-features-icon { padding-left: 5.5rem; }
            @media only screen and (max-width: 767px) {
                .nav-item-separator, .cpm-features-img { display: none; }
                .cpm-modules { padding-left: 0px; padding-right: 0px; }
                @media only screen and (max-width: 497px) {
                    .cpm-partner { margin: 0; }
                    .cpm-partner-content { left: 0; }
                    .cpm-footer-container,
                    .cpm-features-container h1, .cpm-features-icon { padding-left: 20px; padding-right: 20px; }
                }
            }
        }
    }
}
.img-full-screen {
    width: 100%;
}