.banner-title {
    font-size: 15px;
    text-align: right;
    font-weight: 700;
    line-height: normal;
}

.font-other {
    font-size: 35px;
    color: #ffffff;
    font-weight: 700;
    line-height: normal;
    position: relative;
    margin-top: -125px;
    margin-bottom: 15px;
}

.btn1 {
    font-size: 17.5px;
    transition: linear 0.25s;
}

.btn1:hover {
    color: #6CBD45;
}

.img1 {
    filter: brightness(75%);
}

.font-big {
    font-size: 50px;
    font-weight: 700;
    line-height: normal;
    margin-top: 0;
}

.font-small {
    font-size: 15px;
    line-height: normal;
}

.font-title {
    font-size: 35px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 0;
}

.font-title-2 {
    font-size: 17.5px;
    line-height: 35px;
    color: #777777;
    margin: 0 auto;
}

.font-main {
    font-size: 25px;
    line-height: normal;
    font-weight: 700;
    color: #ffffff;
    margin: 0 auto;
}

.font-main-2 {
    font-size: 35px;
    line-height: normal;
    font-weight: 700;
    color: #ffffff;
    margin: 0 auto;
    text-transform: uppercase;
}

.font-r, .font-c {
    font-size: 40px;
    font-weight: 700;
    line-height: normal;
    margin: 0 auto;
}

.font-r-2, .font-c-2 {
    font-size: 35px;
    font-weight: 700;
    line-height: normal;
    margin: 0 auto;
}

.font-r-3, .font-c-3 {
    font-size: 17.5px;
    color: #777777;
    line-height: normal;
    margin: 0 auto;
}

.icon {
    transition: 0.25s;
}

.icon:hover {
    transition: 0.25s;
    color: #000000 !important;
}

.btn-square.black {
    border: none;
    background-color: #6CBD45;
    color: #ffffff;
    padding: 5px 15px;
    font-size: 10px;
    margin-top: 25px;
    text-transform: uppercase;
    font-weight: 700;
}

.show-content .content-holder {
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    width: 100%;
    height: 100%;
    background-color: rgba(51, 51, 51, 0.25);
    transition: 0.25s;
    padding-top: 0px;
    opacity: inherit;
    transform: inherit;
}

.show-content:hover .content-holder {
    background-color: rgba(255, 255, 255, 0.25);
    transition: 0.25s;
}

.table {
    display: table;
    height: 100%;
    table-layout: fixed;
    width: 100%;
}

.font_small_table {
    vertical-align: middle;
    display: table-cell;
    font-size: 35px !important;
    color: #ffffff;
    font-weight: 700;
}

.effect {
    transition: 0.25s;
}

.effect:hover {
    color: #6CBD45;
    transition: 0.25s;
}

.font-bottom-1 {
    font-size: 50px;
    color: #ffffff;
    line-height: normal;
    font-weight: 700;
    margin: 0 auto;
}

.font-bottom-2 {
    font-size: 35px;
    color: #ffffff;
    line-height: normal;
    margin: 0 auto;
}

.font-bottom-3 {
    font-size: 17.5px;
    color: #ffffff;
    line-height: normal;
    margin: 0 auto;
}

.font-last {
    font-size: 50px;
    line-height: normal;
    margin: 0 auto;
}

.font-last-2 {
    font-size: 35px;
    line-height: normal;
    margin: 0 auto;
}

.btn-square.white {
    border: none;
    background-color: #000000;
    color: #ffffff;
    padding: 10px 25px;
    font-size: 35px;
    margin-top: 30px;
    text-transform: uppercase;
    font-weight: 700;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
}

.btn-square.white:hover {
    color: #6CBD45;
}

.five-adjust {
    text-align: right;
}