
h1 {
	font-size: 50px;
    line-height: 70px;
    font-weight: 400;
    margin-bottom: 20px;
}

h2 {
	font-size: 32px;
    line-height: 45px;
    font-weight: 500;
    color: #999;
}

.header-transparent .main-bar{
    background-color: rgba(0, 0, 0, 0.9);
}

.main-slider{
    background-color: #000;
}

.page-content ul,
.page-content ol {
    padding: 0 0 0 20px;
}

@media (max-width: 1200px) {
    .counter-style-1 .counter,
    .counter-style-2 .counter,
    .counter-style-3 .counter,
    .counter-style-4 .counter {
        font-size: 38px;
    }
}