html {
    scroll-behavior: smooth
}

body {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #003049;
    width: 100%;
    margin: 0;
    background-color: #ffffff;
}
/* Start Payment Proof Addon */
.amk_block {width: 100%; text-align: center; margin: 0 0 30px;}
    .amk_box {display: inline-block; background: #ECC832; border-radius: 3px; width: 22.8%; box-shadow: 0 0 10px #979fb3; margin: 0 1%; overflow: hidden;}
        .amk_box:first-child {margin-left: 0;}
        .amk_box: last-child {margin-right: 0;}
        .amk_box h3 {background: #02184a; color: #FFF; font-size: 22px; font-weight: 400; line-height: 45px; margin: 0;}
        .amk_box p {font-size: 16px; letter-spacing: 1px;}
        .amk_box span {display: block; font-weight: 700; font-size: 18px; background: #346583; color: #FFF; line-height: 35px;}
/* End Payment Proof Addon */ 
a {
    color: #d62828;
    transition: 0.2s all ease-in-out;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Header */

#header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.header-top {
    width: 90%;
    max-width: 1100px;
    display: flex;
    border-bottom: 1px solid rgba(0, 47, 73, 0.2);
    padding: 0.8em 1em;
    justify-content: center;
}

.header-top-box {
    display: flex;
    align-items: center;
}

.header-top-box:first-child {
    margin-right: 2em;
}

.header-top-box .top-icon {
    width: 16px;
    height: 16px;
    display: block;
    margin-right: 0.6em;
}

.icon-clock {
    background-image: url(../img/icons/clock-icon.svg);
    background-repeat: no-repeat;
}
.icon-support {
    background-image: url(../img/icons/support-icon.svg);
    background-repeat: no-repeat;
}

.header-top-box p {
    font-size: 0.8em;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
    padding: 0;
}

.header-top-box p span {
    font-weight: 700;
    margin-left: 0.1em;
}

.header-top-box p a {
    color: #003049;
    font-weight: 700;
    text-decoration: underline;
}
.header-top-box p a:hover {
    color: #d62828;
}

.header-inner {
    width: 90%;
    max-width: 1100px;
    display: flex;
    justify-content: space-between;
    padding: 2em 0;
}

.header-logo {
    width: 50%;
    max-width: 220px;
    display: flex;
}

.header-logo img {
    width: 100%;
    height: auto;
    display: block;
}

.header-right {
    display: flex;
}

.header-nav,
.header-nav-right {
    display: flex;
}
#main-nav-but {
    display: none;
}
.header-nav-right {
    margin-left: 1em;
}
.header-nav ul,
.header-nav-right ul {
    display: flex;
    align-items: center;
}
.header-nav ul li,
.header-nav-right ul li {
    margin: 0 0.2em;
}
.header-nav ul li:not(:last-child) {
    border-right: 1px solid rgba(0, 47, 73, 0.2);
}
.header-nav ul li a {
    font-size: 0.9em;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #003049;
    padding: 0.3em 1em;
    display: flex;
    align-items: center;
    position: relative;
}

.header-nav ul li a:hover {
    color: #fcbf49;
    background-color: #003049;
}

.header-nav ul li.dropdown-n {
    position: relative;
}
.header-nav ul.dropdown-c {
    position: absolute;
    background-color: #ffffff;
    box-shadow: 0px 5px 13.5px 1.5px rgba(0, 0, 0, 0.1);
    flex-direction: column;
    width: 100%;
    box-sizing: border-box;
    padding: 0.4em 0.4em;
    z-index: 2;
    left: 0;
    opacity: 0;
    top: 0;
    transition: 0.2s all;
    pointer-events: none;
}
.header-nav ul.dropdown-c li {
    flex: 1;
    width: 100%;
}
.header-nav ul.dropdown-c li a {
    padding: 0.6em 0.6em;
}
.header-nav ul.dropdown-c li:not(:last-child) {
    border-right: 0;
    border-bottom: 1px solid rgba(0, 47, 73, 0.2);
}

.header-nav li.dropdown-n:hover > a {
    color: #fcbf49;
    background-color: #003049;
}

.header-nav li.dropdown-n:hover > ul.dropdown-c {
    opacity: 1;
    top: 100%;
    pointer-events: all;
}

.nav-icon {
    width: 15px;
    height: 15px;
    display: block;
    margin-right: 0.6em;
    background-color: #ffffff;
    padding: 0.2em;
    border-radius: 4em;
    background-size: 70%;
    background-position: center center;
}

.icon-home {
    background-image: url(../img/icons/nav-icon-1.svg);
    background-repeat: no-repeat;
}
.icon-view {
    background-image: url(../img/icons/nav-icon-2.svg);
    background-repeat: no-repeat;
}
.icon-earn {
    background-image: url(../img/icons/nav-icon-3.svg);
    background-repeat: no-repeat;
}
.icon-advertise {
    background-image: url(../img/icons/nav-icon-4.svg);
    background-repeat: no-repeat;
}

.header-nav-right ul li a {
    font-size: 0.9em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.header-nav-right ul li a.login-but {
    background-color: #003049;
    color: #fcbf49;
    padding: 0.5em 1.6em;
} 
.header-nav-right ul li a.register-but {
    background-color: #d62828;
    color: #ffffff;
    padding: 0.8em 2.2em;
}

/* Main */

#main {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.main-inner {
    width: 90%;
    max-width: 1100px;
    display: flex;
}

.main-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    position: relative;
}
.main-right {
    flex: 1;
    background-image: url(../img/main-bg-red.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 3em 1em 1em 1em;
    position: relative;
}
.main-left::before {
    content: "";
    width: 20%;
    height: 100%;
    position: absolute;
    right: -3%;
    top: -3%;
    background-image: url(../img/main-img-1.svg);
    background-repeat: no-repeat;
}

.main-l-content {
    background-image: url(../img/main-bg-blue.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 3em 1em 0em 1em;
}
.main-right::before {
    content: "";
    width: 16%;
    height: 100%;
    position: absolute;
    left: -10%;
    bottom: 0;
    background-image: url(../img/main-img-2.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
}

.main-l-content,
.main-r-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.main-content-top {
    padding-left: 12%;
    position: relative;
    margin-left: 2em;
    display: flex;
    flex-direction: column;
    margin-bottom: 3em;
}

.main-content-top::before {
    content: "";
    width: 10%;
    height: 6px;
    background-color: #fcbf49;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.main-left .main-content-top::before {
    width: 18%;
}
.main-right .main-content-top::before {
    width: 15%;
}

.main-content-top h2 {
    font-size: 1.6em;
    text-transform: uppercase;
    font-weight: 700;
    color: #fcbf49;
    margin: 0;
    padding: 0;
    line-height: 0.8;
}
.main-content-top h1 {
    font-size: 3.8em;
    text-transform: uppercase;
    font-weight: 900;
    color: #ffffff;
    margin: 0;
    padding: 0;
    line-height: 0.8;
}
.main-content-top h3 {
    font-size: 1.1em;
    text-transform: uppercase;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: 2px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 105%;
}
.main-left .main-content-top h3 {
    color: #b1c9d5;
}
.main-right .main-content-top h3 {
    color: #e8bcbc;
}

.main-content-para {
    padding: 0.2em 2em 3em 2em;
}

.main-left .main-content-para {
    padding-right: 15%;
}

.main-content-para p {
    font-size: 1.2em;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: 1px;
    line-height: 1.4;
    margin: 0;
    padding: 0;
}

.main-content-but {
    background-color: #094463;
    padding: 1em 1.2em;
    display: flex;
    margin: 0 auto;
    margin-bottom: -1em;
}
.main-right .main-content-but {
    background-color: #e73f3f;
}

.main-content-but a {
    font-size: 1.1em;
    font-weight: 900;
    color: #003049;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    padding: 0.4em 1em;
    background-color: #fcbf49;
}

.main-content-but a i {
    margin-left: 0.4em;
    color: #094463;
}

.main-l-button {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
}

.main-l-button a {
    font-size: 1em;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 0.5em 1.8em;
    background-color: #094463;
    color: #b1c9d5;
    text-transform: uppercase;
    border-radius: 4px;
}
.main-l-button a:hover {
    color: #ffffff;
    background-color: #003049;
}

.main-advertising-row {
    width: calc(94% - 4em);
    box-sizing: border-box;
    display: flex;
    align-items: center;
    padding: 2em 2em;
    margin: 2em 1em 0 1em;
    margin-left: calc(6% + 1em);
    border-top: 2px solid #e8bcbc;
}

.m-a-r-left {
    flex: 1;
    display: flex;
}

.m-a-r-left .big {
    font-weight: 900;
    font-size: 3.4em;
    color: #fcbf49;
    line-height: 0.7;
    margin-right: 0.2em;
}

.m-a-r-left .big-text {
    display: flex;
    flex-direction: column;
    font-size: 1.6em;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 900;
    line-height: 1;
    color: #ffffff;
}
.m-a-r-left .big-small {
    font-size: 0.7em;
    font-weight: 400;
}

.m-a-r-right {
    display: flex;
}

.m-a-r-right a {
    font-size: 1em;
    letter-spacing: 1px;
    font-weight: 700;
    color: #b1c9d5;
    background-color: #003049;
    padding: 0.5em 1.8em;
    text-transform: uppercase;
    border-radius: 4px;
}


.m-a-r-right a:hover {
    color: #ffffff;
    background-color: #094463;
}

/* growing */

#growing {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.growing-inner {
    width: 90%;
    max-width: 1100px;
    display: flex;
    padding: 4em 0;
}

.growing-left {
    background-image: url(../img/stats-celebrate-bg.svg);
    background-repeat: no-repeat;
    padding: 2em 2em 2em 4.5em;
    position: relative;
}
.growing-left::before {
    content: "";
    position: absolute;
    right: 0px;
    top: 50%;
    width: 1px;
    height: 60%;
    transform: translateY(-50%);
    background-color: #003049;
    opacity: 0.2;
}

.growing-left p,
.growing-left h1 {
    margin: 0;
    padding: 0;
}

.growing-left h1 {
    font-size: 2em;
    font-weight: 900;
    color: #fcbf49;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 1;
}
.growing-left p {
    font-size: 0.9em;
    letter-spacing: 1px;
    color: #003049;
    text-transform: uppercase;
    line-height: 1;
}

.growing-right {
    flex: 1;
    display: flex;
    align-items: center;
}

.growing-box {
    flex: 1;
    position: relative;
    padding-left: 3em;
    box-sizing: border-box;
}

.growing-box:not(:last-child)::before {
    content: "";
    position: absolute;
    right: 0px;
    top: 50%;
    width: 1px;
    height: 60%;
    transform: translateY(-50%);
    background-color: #003049;
    opacity: 0.1;
}

.growing-icon {
    display: flex;
    width: 80%;
    max-width: 40px;
    max-height: 40px;
}

.growing-icon img {
    width: 100%;
    height: auto;
    display: block;
}

.growing-text {
    margin-top: 0.8em;
}
.growing-text h2 {
    font-size: 1.6em;
    font-weight: 900;
    letter-spacing: 1px;
    margin: 0;
    padding: 0;
}
.growing-text p {
    font-size: 0.9em;
    letter-spacing: 1px;
    color: #094362;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    padding-top: 0.5em;
    margin-top: 0.5em;
    position: relative; 
}
.growing-text p::before {
    content: "";
    width: 14%;
    height: 3px;
    position: absolute;
    top: 0;
    left: 0;
}

.growing-box:nth-child(1) .growing-text h2 {
    color: #d62828;
}
.growing-box:nth-child(1) .growing-text p::before {
    background-color: #d62828;
}

.growing-box:nth-child(2) .growing-text h2 {
    color: #fcbf49;
}
.growing-box:nth-child(2) .growing-text p::before {
    background-color: #fcbf49;
}

.growing-box:nth-child(3) .growing-text h2 {
    color: #50bfa5;
}
.growing-box:nth-child(3) .growing-text p::before {
    background-color: #50bfa5;
}

.growing-box:nth-child(4) .growing-text h2 {
    color: #144d66;
}
.growing-box:nth-child(4) .growing-text p::before {
    background-color: #144d66;
}


/* Members */

#members {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.members-inner {
    width: 90%;
    max-width: 1100px;
    background-color: #f5f8f9;
    padding: 4em 2em;
    box-sizing: border-box;
    display: flex;
}

.members-title {
    padding-right: 4em;
}

.page-title {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.page-title h3 {
    font-size: 0.8em;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    color: #ffffff;
    background-color: #d62828;
    padding: 0.2em 0.8em;
    margin: 0;
}
.page-title h1 {
    font-size: 1.6em;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}

.page-title h2 {
    font-size: 0.9em;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
}

.page-title .logo-icon-sm {
    width: 20px;
    height: 20px;
    display: block;
    background-image: url(../img/logo-icon.svg);
    background-repeat: no-repeat;
    margin: 0 0.2em 0 0.4em;
}
.advertisers-title .logo-icon-sm {
    background-image: url(../img/logo-icon-white.svg);
    background-repeat: no-repeat;
}

.members-boxes {
    display: flex;
    flex-wrap: wrap;
}

.members-box {
    flex: 1 0 calc(50% - 4em);
    margin: 0 2em 2em 2em;
    box-shadow: 0px 5px 13.5px 1.5px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    display: flex;
    align-items: center;
    padding-right: 1em;
    box-sizing: border-box;
}

.members-box-left {
    flex: 3;
    padding: 2em;
    box-sizing: border-box;
}

.members-box-img {
    flex: 1;
    max-width: 80px;
    display: flex;
    box-sizing: border-box;
}

.members-box-img img {
    width: 100%;
    height: auto;
    display: block;
}

.members-box-left h1,
.members-box-left h3,
.members-box-left p {
    margin: 0;
    padding: 0;
}

.members-box-left h1 {
    font-size: 1em;
    font-weight: 900;
    color: #003049;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-left: 1em;
}

.members-box-left h3 {
    font-size: 0.8em;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #144d66;
    padding-left: 1.4em;
}

.members-box-left p {
    font-size: 0.9em;
    font-weight: 400;
    color: #869aa3;
    padding-top: 0.8em;
}


/* Advertisers */

#advertisers {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.advertisers-inner {
    width: 90%;
    max-width: 1100px;
    background-color: #094463;
    background-image: url(../img/ways-bg-blue.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 4em 2em;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.advertisers-title {
    align-items: center;
}

.advertisers-title h3 {
    background-color: #fcbf49;
    color: #003049;
    font-weight: 900;
}
.advertisers-title h1,
.advertisers-title h2 {
    color: #ffffff;
}

.advertisers-boxes {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 2em;
}

.advertisers-box {
    flex: 1 1 calc(33% - 4em);
    margin: 1em 2em 1em 2em;
    padding: 1em;
    box-sizing: border-box;
    text-align: center;
    background-color: #003049;
}

.advertisers-box h1 {
    font-size: 1.1em;
    font-weight: 900;
    color: #ffffff;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.advertisers-box p {
    font-size: 0.9em;
    font-weight: 400;
    color: #e4e9eb;
    margin: 0;
    padding: 0;
    margin-top: 0.6em;
    letter-spacing: 0.5px;
}

#processors {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.processors-inner {
    width: 90%;
    max-width: 1100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    padding: 2em 2em 2em 2em;
    box-sizing: border-box;
    background-color: #f5f8f9;
}

.processor-img {
    display: flex;
    max-height: 20px;
    background-color: #ffffff;
    box-shadow: 0px 5px 13.5px 1.5px rgba(0, 0, 0, 0.05);
    padding: 0.8em 1em;
}

.processor-img img {
    width: auto;
    height: auto;
    max-height: 20px;
    display: block;
}

.adverts {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.adverts-content {
    width: 90%;
    max-width: 1100px;
    padding: 2em 0;
    display: flex;
    flex-wrap: wrap;
}

.banner-advert-468 {
    width: 468px;
    height: 60px;
    background-color: #b1c9d5;
}


/* Footer */

#footer {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-inner {
    width: 90%;
    max-width: 1100px;
    border-top: 1px solid rgba(0, 47, 73, 0.2);
    padding: 1em 0 1.8em 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.footer-copyright {
    margin: 0.2em 0;
}

.footer-copyright p {
    font-size: 0.85em;
    text-transform: uppercase;
    color: #003049;
    font-weight: 400;
    margin: 0;
    padding: 0;
    letter-spacing: 1px;
}

.footer-copyright p a {
    font-weight: 700;
    color: #144d66;
}

.footer-nav {
    display: flex;
}

.footer-nav ul {
    display: flex;
    align-items: center;
}

.footer-nav ul li {
    margin: 0;
    padding: 0;
}
.footer-nav ul li a {
    padding: 0.2em 0.6em;
    color: #003049;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 0.85em;
}

/* InnerPages */

.main-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1100px;
    background-color: #ffffff;
    box-sizing: border-box;
    padding: 2em 0;
    box-shadow: 0px 5px 13.5px 1.5px rgba(0, 0, 0, 0.05);
    margin: 0 auto;
}

.site_title {
    font-size: 1.6em;
    font-weight: 400;
    text-transform: uppercase;
    color: #003049;
    letter-spacing: 1px;
    text-align: center;
    padding: 0 0 1.4em 0;
    position: relative;
    border-color: rgba(0, 47, 73, 0.1);
}
.site_title::before {
    content: "";
    width: 100px;
    height: 4px;
    background-color: #d62828;
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
}

.widget-main-title,
.widget-title {
    font-size: 1em;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #003049;
    background-color: transparent;
    position: relative;
    padding: 1em 1em 1em 0;
    margin-bottom: 0.6em;
}
.widget-main-title::before,
.widget-title::before {
    content: "";
    width: 20px;
    height: 4px;
    background-color: #fcbf49;
    position: absolute;
    bottom: 0.5em;
    left: 0;
}

.register-category {
    background-color: #f5f8f9;
    box-sizing: border-box;
    padding: 0.5em 2em 1.5em 2em;
    margin-bottom: 1em;
}

.register-category label {
    font-size: 0.9em;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
}
.register-category .widget-title {
    padding: 0.5em 1em;
    background-color: #003049;
    display: table;
    color: #ffffff;
    font-size: 0.85em;
}
.register-category .widget-title::before {
    display: none;
}

.register-category table td {
    border: none;
    background-color: transparent;
    padding: 0.8em 0;
}
.register-category table td input[type="text"],
.register-category table td input[type="password"],
.register-category table td input[type="number"] {
    font-family: inherit;
    font-size: 1.1em;
    padding: 0.4em 1em;
    width: 100%;
    box-sizing: border-box;
    border: none;
    border-bottom: 2px solid transparent;
    box-shadow: 0px 5px 13.5px 1.5px rgba(0, 0, 0, 0.05);
}

.register-category table td input[type="text"]:focus,
.register-category table td input[type="password"]:focus,
.register-category table td input[type="number"]:focus {
    border: none;
    outline: none;
    border-bottom: 2px solid #d62828;
}
.register-category table tr:not(:last-child) td {
    border-bottom: 1px solid rgba(0, 47, 73, 0.1);
}

.captcha-form {
    display: flex;
    align-items: center;
}
.captcha-form > div {
    margin: 0.5em;
}
.captcha-form div:nth-child(2) {
    flex: 1;
}
.register-category .tosbox {
    display: flex;
    align-items: center;
}
.register-category .tosbox input {
    width: unset;
    margin-right: 1em;
}

input[type="button"], input[type="submit"] {
    padding: 0.8em 1.4em;
    background-color: #d62828;
    color: #ffffff;
    font-family: inherit;
    font-size: 0.9em;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}
input[type="button"]:hover, input[type="submit"]:hover {
    background-color: #a31f1f;
}
Paste the following code in your CSS file

=================



 