body {
    font-family: 'Open Sans', sans-serif !important;
        font-size: 16px;
}

.navbar-nav > li > a {
    line-height: 80px;
    font-family: 'Amatic SC', cursive;
    font-size: 30px;
}

h1 {
    font-family: 'Amatic SC', cursive;
}

h1 span {
    color: #c32500;
}

.forum-header-txt {
    color: #dd543d !important;
}

.blockquote-2:after, .blockquote-2:before {
    font-family: fontawesome;
    font-size: 11px;
    position: absolute;
    color: #b9b9b9;
    line-height: 5.8;
}

.blockquote, blockquot {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}

.heading-8 .heading--desc {
    font-style: normal;
    font-family: 'Open Sans', sans-serif;
}

.heading-8 .heading--title {
    font-size: 35px;
    font-style: normal;
    line-height: 45px;
}

.col-img {
    height: 420px;
    padding: 60px;
    overflow: hidden;
}

.page-title .title--heading h1 {
    color: black;
    font-size: 75px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: capitalize;
    margin-bottom: 0;
}

.header {
    height: 80px;
}

.header .navbar {
    margin-bottom: 0;
    border-radius: 0;
    min-height: 80px;
    border: none;
    border-bottom: 2px solid black !important;
}

.header .navbar .logo {
    height: 80px;
    line-height: 80px;
}

.module .module-icon {
    margin-right: 25px;
    cursor: pointer;
    line-height: 80px;
}

ul.nav.navbar-nav.nav-pos-right.navbar-left {
    margin-left: 25px;
}

.page-title .title {
    padding: 50px 0 50px;
}

.bg-overlay-dark:before {
        background-color: whitesmoke;
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
}

.bg-overlay-darker:before {
            background-color: rgba(63, 59, 80, 0.83);
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
}

.h3, h3 {
    font-size: 40px;
    font-weight: 400;
    margin-top: 25px;
    font-family: 'Amatic SC', cursive;
}

.counter-theme .count-icon, .counter-theme .counting, .counter-theme .counting-notyet {
    color: black;
    font-family: 'Amatic SC', cursive;
    font-size: 50px;
}
.counter-theme .count-title {
    color: black;
}

.bg-overlay-theme:before {
    background-color: whitesmoke;
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    opacity: 0.5;
}

.counter {
    padding-top: 50px;
    padding-bottom: 110px;
}

.heading .heading--title {
    color: #000000;
    font-size: 40px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 12px;
    font-family: 'Amatic SC', cursive;
}

.section-card {
        background-color: white;
    padding: 40px 0px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
} 

.accordion .panel .panel--heading a {
    font-size: 46px;
    color: #dd543d;
    font-weight: 600;
    line-height: 20px;
    position: relative;
    padding-left: 10px;
    display: block;
    font-family: 'Amatic SC', cursive;
}

.blog-entry .entry--title h4 {
    color: #282828;
    font-size: 38px;
    text-align: center;
    font-weight: 600;
    line-height: 23px;
    margin-bottom: 0;
    font-family: 'Amatic SC', cursive;
    margin-bottom: 40px;
        line-height: 40px;
}

.h2, h2 {
    font-family: 'Amatic SC', cursive;
    font-size: 50px;
}

.timeline:before {
    position: absolute;
    content: "";
    background-color: #cecece;
    width: 2px;
    height: 100%;
    top: -20px;
    left: 260px;
}

.timeline--item .timeline--item-content {
    padding-left: 281px;
}

.timeline--item .timeline--item-date {
    color: #dd543d;
    font-size: 45px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    position: absolute;
    top: -13px;
    left: 0;
    font-family: 'Amatic SC', cursive;
}

.timeline--item .timeline--item-content h3 {
    color: #282828;
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 10px;
    position: relative;
}


.header-light .navbar .navbar-nav > li > .menu-item:hover::before, .header-light .navbar .navbar-nav > li.active > .menu-item:before {
    top: 60px;
    background-color: #222222;
}

.navbar-nav > li > .menu-item:before {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    top: 60px;
    margin: auto;
    width: 0;
    height: 2px;
    background: transparent;
    content: '';
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.page-title .title--desc p {
    color: #f9f9f9;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 27px;
     font-style: normal; 
    margin-bottom: 0;
}

.img-partners {
    margin: auto;
    display: block;
    margin-bottom: 20px;
}

.img-members-o {
    width: 100%;
}

.entry-content-members {
    max-height: 150px;
    overflow-y: auto;
}

.members-name {
    font-size: 27px !important;
    margin-bottom: auto !important;
    height: 62px;
}

.divider--line .divider--4 {
    margin-right: 6px !important;
}

.nav {
    width: calc(100% - 80px);
}

.forum-header-txt-right {
    float: right !important;
}
.blockquote-2 {
    text-align: center;
}

.blog-entry .entry--content {
    text-align: justify !important;
}
