@font-face {
    font-family: 'Brotherina';
    src: url("../font/Brotherina.eot");
    src: url("../font/Brotherina.eot?#iefix") format("embedded-opentype"), url("../font/Brotherina.woff2") format("woff2"), url("../font/ArBrotherinaial.woff") format("woff"), url("../font/Brotherina.ttf") format("truetype"), url("../font/Brotherina.svg#Arial") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Arial';
    src: url("../font/Arial.eot");
    src: url("../font/Arial.eot?#iefix") format("embedded-opentype"), url("../font/Arial.woff2") format("woff2"), url("../font/Arial.woff") format("woff"), url("../font/Arial.ttf") format("truetype"), url("../font/Arial.svg#Arial") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Arial';
    src: url("../font/Arial-BoldMT.eot");
    src: url("../font/Arial-BoldMT.eot?#iefix") format("embedded-opentype"), url("../font/Arial-BoldMT.woff") format("woff"), url("../font/Arial-BoldMT.ttf") format("truetype"), url("../font/Arial-BoldMT.svg#Arial-BoldMT") format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Kenyan Coffee Rg';
    src: url("../font/KenyanCoffeeRg-BoldItalic.eot");
    src: url("../font/KenyanCoffeeRg-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../font/KenyanCoffeeRg-BoldItalic.woff2") format("woff2"), url("../font/KenyanCoffeeRg-BoldItalic.woff") format("woff"), url("../font/KenyanCoffeeRg-BoldItalic.ttf") format("truetype"), url("../font/KenyanCoffeeRg-BoldItalic.svg#KenyanCoffeeRg-BoldItalic") format("svg");
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Kenyan Coffee Rg';
    src: url("../font/KenyanCoffeeRg-Italic.eot");
    src: url("../font/KenyanCoffeeRg-Italic.eot?#iefix") format("embedded-opentype"), url("../font/KenyanCoffeeRg-Italic.woff2") format("woff2"), url("../font/KenyanCoffeeRg-Italic.woff") format("woff"), url("../font/KenyanCoffeeRg-Italic.ttf") format("truetype"), url("../font/KenyanCoffeeRg-Italic.svg#KenyanCoffeeRg-Italic") format("svg");
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Kenyan Coffee Rg';
    src: url("../font/KenyanCoffeeRg-Bold.eot");
    src: url("../font/KenyanCoffeeRg-Bold.eot?#iefix") format("embedded-opentype"), url("../font/KenyanCoffeeRg-Bold.woff2") format("woff2"), url("../font/KenyanCoffeeRg-Bold.woff") format("woff"), url("..font/KenyanCoffeeRg-Bold.ttf") format("truetype"), url("../font/KenyanCoffeeRg-Bold.svg#KenyanCoffeeRg-Bold") format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Kenyan Coffee Rg';
    src: url("../font/KenyanCoffeeRg-Regular.eot");
    src: url("../font/KenyanCoffeeRg-Regular.eot?#iefix") format("embedded-opentype"), url("../font/KenyanCoffeeRg-Regular.woff2") format("woff2"), url("../font/KenyanCoffeeRg-Regular.woff") format("woff"), url("../font/KenyanCoffeeRg-Regular.ttf") format("truetype"), url("../font/KenyanCoffeeRg-Regular.svg#KenyanCoffeeRg-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
body {
    margin: 0;
    font-family: 'Arial';
    font-weight: 400;
    color: #001124;
}
*, ::after, ::before {
    -ms-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
}
a, button, input {
    transition: all 0.32s ease-in-out;
    -ms-transition: all 0.32s ease-in-out;
    -o-transition: all 0.32s ease-in-out;
    -moz-transition: all 0.32s ease-in-out;
    -webkit-transition: all 0.32s ease-in-out;
}
a:hover, a:focus, button:hover, button:focus, input:hover, input:focus {
    outline: none;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Kenyan Coffee Rg';
    font-weight: normal;
  	color: #fff;
}
p {
    font-weight: 400;
    line-height: 1.3;
}

ul li, ol li {
  color: #fff;
}

img{max-width:100%}
.pattern-inner, .breadcumb-inner {
    max-width: 1050px;
    margin: auto;
}
@media screen and (max-width: 767px) {

    .pattern-inner, .breadcumb-inner {
        padding: 0 10px;
    } }
@media screen and (min-width: 768px) and (max-width: 991px) {

    .pattern-inner, .breadcumb-inner {
        padding: 0 15px;
    } }
@media screen and (min-width: 992px) {

    .pattern-inner, .breadcumb-inner {
        max-width: 850px;
    } }
@media screen and (min-width: 1200px) {

    .pattern-inner, .breadcumb-inner {
        max-width: 1030px;
    } }

body.active {
    position: fixed;
    height: 100vh;
    overflow: hidden;
    width: 100%;
    top: 0;
    left: 0;
}
#header {
    padding: 40px 0px 0px;
    position: absolute;
    width: 100%;
    top: 0px;
    z-index: 9;
}
@media screen and (max-width: 767px) {
    #header {
        padding: 20px 0px 0px;
    } }
#header .header-inner {
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    -o-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
}
#header .header-inner .logo img {
    max-width: 160px;
}
#header .header-inner .menu ul {
    padding: 0px;
    margin: 0px;
}
#header .header-inner .menu ul li {
    display: inline-block;
    padding: 0 25px;
}
@media screen and (min-width: 768px) {
    #header .header-inner .menu ul li:last-child {
        padding-right: 0px;
    } }
#header .header-inner .menu ul li a {
    font-size: 16px;
    text-decoration: none;
    color: #ffffff;
    display: inline-block;
    font-weight: normal;
}
#header .header-inner .menu ul li a:hover, #header .header-inner .menu ul li a:focus {
    color: #fce16d;
}
#header .header-inner .menu ul li a.active {
    color: #fce16d;
    font-weight: bold;
}
#header .header-inner .menu ul li.last a {
    background-color: #ffffff;
    color: #001124;
    font-size: 16px;
    font-weight: normal;
    padding: 8px 35px;
    text-decoration: none;
    display: inline-block;
    border-radius: 5px;
}
#header .header-inner .menu ul li.last a:hover, #header .header-inner .menu ul li.last a:focus {
    background-color: #fce16d;
}
@media screen and (max-width: 767px) {
    .menu-wrapper {
        display: flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -o-justify-content: center;
        -ms-justify-content: center;
        -webkit-justify-content: center;
        justify-content: center;
        align-items: center;
        -webkit-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        height: 100vh;
    }
    .navBurger {
        position: fixed;
        width: 100%;
        height: 100vh;
        background: #001124;
        right: -150%;
        top: 0;
        bottom: 0;
        padding-top: 20px;
        transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        z-index: 99;
    }
    .navBurger.active {
        right: 0;
    }
    .navBurger a {
        display: block;
        padding: 1.5rem 0px;
        text-decoration: none;
        text-align: left;
        width: 100%;
        font-size: 1rem;
        color: #FFFFFF;
        font-weight: 600;
        font-size: 22px;
        text-transform: uppercase;
        letter-spacing: 0.2px;
        text-align: center;
    }
    .toggle-wrap {
        position: relative;
        cursor: pointer;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        padding: 10px 0px;
        background: transparent;
        border: 0;
        outline: 0 !important;
    }
    .toggle-bar, .toggle-bar::before, .toggle-bar::after, .toggle-wrap.active .toggle-bar, .toggle-wrap.active .toggle-bar::before, .toggle-wrap.active .toggle-bar::after {
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
    .toggle-bar {
        width: 44px;
        position: relative;
        border-top: 5px solid #ffffff;
        display: block;
    }
    .toggle-bar::before {
        top: -18px;
    }
    .toggle-bar::after {
        top: 8px;
    }
    .toggle-bar::before, .toggle-bar::after {
        content: "";
        display: block;
        background: #ffffff;
        height: 5px;
        width: 44px;
        position: absolute;
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -ms-transform-origin: 13%;
        -webkit-transform-origin: 13%;
        transform-origin: 13%;
    }
    .toggle-wrap.active .toggle-bar {
        border-top: 6px solid transparent;
    }
    .toggle-wrap.active .toggle-bar::before {
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: -18px;
        background-color: #FFFFFF;
    }
    .toggle-wrap.active .toggle-bar::after {
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 5px;
        background-color: #FFFFFF;
    }
    .toggle-wrap.active {
        z-index: 999;
    } }
#footer {
    background-color: #000815;
    padding: 30px 0px;
    color: #ffffff;
}
@media screen and (min-width: 768px) {
    #footer {
        padding: 40px 0px;
    } }
#footer .footer-top {
    padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
    #footer .footer-top {
        display: flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        -o-justify-content: space-between;
        -ms-justify-content: space-between;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        align-items: center;
        -webkit-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        padding-bottom: 30px;
    } }
@media screen and (min-width: 768px) {
    #footer .footer-top .col-md-5 {
        padding-left: 0px;
    }
    #footer .footer-top .col-md-7 {
        padding-right: 0px;
    } }
#footer .footer-top .footer-logo {
    padding-bottom: 10px;
}
#footer .footer-top .footer-logo img {
    max-width: 150px;
}
#footer .footer-top .footer-logo p {
    font-size: 16px;
    margin-bottom: 0px;
    line-height: 1.4;
}
@media screen and (min-width: 768px) {
    #footer .footer-top .footer-logo p {
        max-width: 320px;
    } }
#footer .footer-top .footer-links-outer {
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    -o-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
@media screen and (min-width: 992px) {
    /*#footer .footer-top .footer-links-outer {padding-top: 75px; } */
}
@media screen and (min-width: 1200px) {
    /*#footer .footer-top .footer-links-outer {padding-top: 95px; }*/
}
#footer .footer-top .footer-links-outer h4 {
    font-size: 18px;
    font-family: 'Arial';
    font-weight: 700;
    margin: 0px;
    padding-bottom: 10px;
}
#footer .footer-top .footer-links-outer .footer-links a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    display: block;
    width: 100%;
    text-decoration: none;
    margin-bottom: 8px;
}
#footer .footer-top .footer-links-outer .footer-links a:hover, #footer .footer-top .footer-links-outer .footer-links a:focus {
    color: #fce16d;
}
#footer .footer-top .footer-links-outer .location p {
    margin-bottom: 0px;
}
#footer .footer-top .footer-links-outer .location span {
    display: block;
}
#footer .footer-top .footer-menu a {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    padding-left: 25px;
}
#footer .footer-top .footer-menu a:hover, #footer .footer-top .footer-menu a:focus {
    color: #299600;
}
#footer .footer-bottom {
    border-top: 2px solid #00284f;
    padding-top: 20px;
}
@media screen and (min-width: 768px) {
    #footer .footer-bottom {
        display: flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        -o-justify-content: space-between;
        -ms-justify-content: space-between;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        align-items: center;
        -webkit-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
    } }
#footer .footer-bottom .copyright p {
    color: #FFFFFF;
    font-size: 18px;
    margin-bottom: 0px;
}
#footer .footer-bottom .social-icons ul {
    margin: 0px;
    padding: 0px;
}
#footer .footer-bottom .social-icons ul li {
    display: inline-block;
    padding-left: 20px;
}
#footer .footer-bottom .social-icons ul li a {
    display: inline-block;
    font-size: 28px;
    color: #FFFFFF;
}
#footer .footer-bottom .social-icons ul li a:hover, #footer .footer-bottom .social-icons ul li a:focus {
    color: #fce16d;
}
.pattern {
    position: relative;
}
.pattern:before, .pattern:after {
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../pictures/pattern.png");
    background-size: 100% 100%;
    width: 100%;
    content: "";
    display: block;
    height: 119px;
}
.pattern:before {
    margin-bottom: -85px;
}
@media screen and (min-width: 768px) {
    .pattern:before {
        margin-bottom: -70px;
    } }
.pattern:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-top: -85px;
}
@media screen and (min-width: 768px) {
    .pattern:after {
        margin-top: -70px;
    } }
#banner .banner-outer {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 35px 0px;
    padding-top: 40px;
}
@media screen and (min-width: 768px) {
    #banner .banner-outer .banner-text {
        display: flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        -o-justify-content: center;
        -ms-justify-content: center;
        -webkit-justify-content: center;
        justify-content: center;
        align-items: center;
        -webkit-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        max-width: 750px;
        margin: auto;
    } }
#banner .banner-outer .banner-text .banner-title {
    position: relative;
    z-index: 1;
}
#banner .banner-outer .banner-text .h2, #banner .banner-outer .banner-text h3 {
    margin: 0px;
    color: #ffffff;
    font-size: 70px;
    display: inline-block;
    width: 100%;
    text-align: left;
    line-height: 1;
    font-family: 'Kenyan Coffee Rg';
    font-size: 176px;
}
@media screen and (min-width: 600px) {

    #banner .banner-outer .banner-text h2, #banner .banner-outer .banner-text h3 {
        font-size: 90px;
    } }
@media screen and (min-width: 768px) {

    #banner .banner-outer .banner-text h2, #banner .banner-outer .banner-text h3 {
        font-size: 135px;
    } }
@media screen and (min-width: 992px) {

    #banner .banner-outer .banner-text h2, #banner .banner-outer .banner-text h3 {
        font-size: 155px;
    } }
@media screen and (min-width: 1200px) {

    #banner .banner-outer .banner-text h2, #banner .banner-outer .banner-text h3 {
        font-size: 176px;
    } }
#banner .banner-outer .banner-text h3 {
    position: absolute;
    color: transparent;
    z-index: -1;
    left: 6px;
    top: 4px;
    -webkit-text-stroke: 1px #ffffff;
    text-stroke: 1px #ffffff;
}
@media screen and (max-width: 767px) {
    #banner .banner-outer .banner-text h3 {
        left: 2px;
        top: 3px;
    } }
#banner .banner-outer .banner-text .banner-inner {
    width: 100%;
}
@media screen and (max-width: 767px) {
    #banner .banner-outer .banner-text .banner-inner {
        padding-top: 5px;
    } }
@media screen and (min-width: 768px) {
    #banner .banner-outer .banner-text .banner-inner {
        padding-left: 25px;
    } }
#banner .banner-outer .banner-text .banner-inner p {
    color: #ffffff;
    font-size: 22px;
    margin-bottom: 0px;
    font-family: 'Brotherina';
    line-height: 1;
}
@media screen and (min-width: 360px) {
    #banner .banner-outer .banner-text .banner-inner p {
        font-size: 30px;
    } }
@media screen and (min-width: 400px) {
    #banner .banner-outer .banner-text .banner-inner p {
        font-size: 34px;
    } }
@media screen and (min-width: 480px) {
    #banner .banner-outer .banner-text .banner-inner p {
        font-size: 40px;
    } }
@media screen and (min-width: 600px) {
    #banner .banner-outer .banner-text .banner-inner p {
        font-size: 48px;
    } }
@media screen and (min-width: 768px) {
    #banner .banner-outer .banner-text .banner-inner p {
        font-size: 48px;
    } }
@media screen and (min-width: 992px) {
    #banner .banner-outer .banner-text .banner-inner p {
        font-size: 56px;
    } }
#banner .banner-outer .banner-text .banner-inner .banner-link {
    margin-top: 20px;
}
@media screen and (min-width: 768px) {
    #banner .banner-outer .banner-text .banner-inner .banner-link {
        margin-top: 40px;
    } }
#banner .banner-outer .banner-text .banner-inner .banner-link a {
    padding: 18px 50px;
    padding-right: 70px;
    display: inline-block;
    color: #911d0a;
    font-size: 26px;
    text-decoration: none;
    font-style: italic;
    font-weight: bold;
    line-height: 1;
    border-radius: 5px;
    text-transform: uppercase;
    position: relative;
    border: 1px solid #fff000;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #fcdb21 32%, #fdbc00 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #fcdb21 32%, #fdbc00 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #fcdb21 32%, #fdbc00 100%);
    width: 100%;
    text-align: center;
}
#banner .banner-outer .banner-text .banner-inner .banner-link a:hover, #banner .banner-outer .banner-text .banner-inner .banner-link a:focus {
    border: 1px solid #ffffff;
    background: #ffffff;
}
#banner .banner-outer .banner-text .banner-inner .banner-link a:after {
    width: 20px;
    height: 20px;
    content: "";
    display: block;
    background-image: url("../pictures/button-arrow.png");
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 18px;
    position: absolute;
    right: 80px;
    top: 20px;
}
#breadcumb {
    padding-top: 25px;
}
#breadcumb ol {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
#breadcumb ol li {
    color: #ffffff;
    font-size: 16px;
    display: inline-block;
    font-weight: 400;
}
#breadcumb ol li dd {
    display: inline-block;
    color: #fff;
}
#breadcumb ol li:last-child dd {
    display: none;
}
#breadcumb ol li a {
    color: #fce16d;
    text-decoration: none;
    font-size: 16px;
    display: inline-block;
}
#breadcumb ol li a:hover, #breadcumb ol li a:focus {
    color: #ffffff;
}
.news-wrapper {
    padding-top: 30px;
}
@media screen and (min-width: 576px) {
    .news-wrapper {
        display: flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -o-justify-content: flex-start;
        -ms-justify-content: flex-start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        margin: 0 -15px;
        padding-top: 50px;
    }
    .news-wrapper .news-main {
        padding: 0 15px;
    } }
.news-wrapper .news-main {
    position: relative;
}
.news-wrapper .news-main:before {
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../pictures/small-pattern.png");
    background-size: 100% 100%;
    width: 100%;
    content: "";
    display: block;
    height: 70px;
}
.news-pattern {
    padding: 0 10px;
    position: relative;
    z-index: 1;
}
.news-pattern .news-outer {
    width: 100%;
    background-color: #000b16;
    margin-bottom: 30px;
    -ms-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    border: 1px solid #00274e;
    margin-top: -55px;
}
.news-pattern .news-outer .news-image a {
    position: relative;
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    height: 150px;
    overflow: hidden;
    width: 100%;
}
.news-pattern .news-outer .news-image a img {
    margin: auto;
}
.news-pattern .news-outer .news-text {
    padding: 10px 15px 15px;
}
.news-pattern .news-outer .news-text .h3 {
    margin: 0px;
    padding-bottom: 15px;
    line-height: 1;
}
.news-pattern .news-outer .news-text .h3 a {
    font-size: 30px;
    color: #ffffff;
    text-decoration: none;
}
.news-pattern .news-outer .news-text .h3 a:hover, .news-pattern .news-outer .news-text .h3 a:focus {
    color: #fce16d;
}
.news-pattern .news-outer .news-text .date {
    color: #64778c;
    font-size: 16px;
    padding-bottom: 10px;
    line-height: 1;
}
.news-pattern .news-outer .news-text .dp {
    margin: 0px;
    font-size: 16px;
    display: inline-block;
    padding-bottom: 20px;
    font-weight: 400;
    line-height: 1.2;
    color: #ffffff;
  min-height:150px;
}
.news-pattern .news-outer .news-text .link {
    position: relative;
    z-index: 1;
}
.news-pattern .news-outer .news-text .link a {
    padding: 10px 30px;
    display: inline-block;
    color: #ffffff;
    font-size: 18px;
    text-decoration: none;
  font-family: 'Kenyan Coffee Rg';
    font-weight: bold;
    line-height: 1;
    border-radius: 5px;
    position: relative;
    border: 1px solid #269ed0;
    background: #197daf;
    background: -moz-linear-gradient(top, #197daf 0%, #269ed0 100%);
    background: -webkit-linear-gradient(top, #197daf 0%, #269ed0 100%);
    background: linear-gradient(to bottom, #197daf 0%, #269ed0 100%);
}
.news-pattern .news-outer .news-text .link a:hover, .news-pattern .news-outer .news-text .link a:focus {
    background: #ffffff;
    border: 1px solid #ffffff;
    color: #269ed0;
}
#news-wrapper {
    background-color: #001124;
    color: #ffffff;
}
#news-wrapper #news-overview {
    padding: 30px 0px 40px;
}
@media screen and (min-width: 768px) {
    #news-wrapper #news-overview {
        padding: 30px 0px 60px;
    } }
#news-wrapper #news-overview .page-title {
    text-align: center;
}
@media screen and (min-width: 768px) {
    #news-wrapper #news-overview .page-title {
        margin-top: -20px;
    } }
#news-wrapper #news-overview .page-title h1 {
    font-size: 50px;
    margin: 0px;
    padding-bottom: 15px;
}
#news-wrapper #news-overview .page-title p {
    margin: 0px;
    font-size: 16px;
    display: inline-block;
}
#news-wrapper .pagination {
    text-align: center;
    padding-top: 20px;
    padding-left: 10px;
    position: relative;
    z-index: 1;
}
#news-wrapper .pagination ul {
    padding: 0px;
    margin: 0px;
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
}
#news-wrapper .pagination ul li {
    display: inline-block;
    list-style: none;
    margin: 0px 4px;
}
#news-wrapper .pagination ul li a {
    font-size: 16px;
    font-weight: normal;
    text-decoration: none;
    color: #ffffff;
    line-height: 1;
}
#news-wrapper .pagination ul li a:hover, #news-wrapper .pagination ul li a:focus {
    color: #2499cb;
}
#news-wrapper .pagination ul li a.active {
    font-weight: bold;
    color: #2499cb;
}
#news-wrapper .pagination ul li.last {
    padding-left: 3px;
}
#news-wrapper .pagination ul li.last a {
    width: 15px;
    height: 15px;
    content: "";
    display: block;
    background-image: url("../pictures/button-arrow.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px;
}
#contact-form-wrapper {
    background-color: #001124;
    position: relative;
    z-index: 1;
}
#contact-form-wrapper #breadcumb ol li {
    color: #ffffff;
}
#contact-form-wrapper #breadcumb ol li a {
    color: #fce16d;
}
#contact-form-wrapper #breadcumb ol li a:hover, #contact-form-wrapper #breadcumb ol li a:focus {
    color: #ffffff;
}
#contact-form-wrapper #contact {
    padding: 30px 0px 40px;
}
@media screen and (min-width: 768px) {
    #contact-form-wrapper #contact {
        padding: 30px 0px 60px;
    } }
#contact-form-wrapper #contact .page-title {
    color: #ffffff;
}
#contact-form-wrapper #contact .page-title h1 {
    margin: 0px;
    font-size: 50px;
    display: inline-block;
    line-height: 1;
    padding-bottom: 25px;
}
#contact-form-wrapper #contact .page-title p {
    margin: 0px;
    font-size: 16px;
    display: inline-block;
    font-weight: 400;
}
#contact-form-wrapper #contact .contact-form {
    padding-top: 35px;
}
@media screen and (min-width: 768px) {
    #contact-form-wrapper #contact .contact-form {
        padding-top: 60px;
    } }
#contact-form-wrapper #contact .contact-form h2 {
    margin: 0px;
    font-size: 50px;
    line-height: 1;
    padding-bottom: 40px;
    text-align: center;
    color: #ffffff;
}
#contact-form-wrapper #contact .contact-form .webform {
    max-width: 768px;
    margin: auto;
}
#contact-form-wrapper #contact .contact-form .webform .form-item {
    width: 100%;
    margin-bottom: 30px;
}
#contact-form-wrapper #contact .contact-form .webform .form-item input[type="text"], #contact-form-wrapper #contact .contact-form .webform .form-item input[type="email"], #contact-form-wrapper #contact .contact-form .webform .form-item select, #contact-form-wrapper #contact .contact-form .webform .form-item textarea {
    border: none;
    width: 100%;
    box-shadow: none;
    background-color: #197daf;
    font-size: 16px;
    font-weight: 400;
    padding: 15px 20px;
    color: #ffffff;
    -ms-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
#contact-form-wrapper #contact .contact-form .webform .form-item input[type="text"]::-moz-placeholder, #contact-form-wrapper #contact .contact-form .webform .form-item input[type="email"]::-moz-placeholder, #contact-form-wrapper #contact .contact-form .webform .form-item select::-moz-placeholder, #contact-form-wrapper #contact .contact-form .webform .form-item textarea::-moz-placeholder {
    color: #ffffff;
    opacity: 1;
}
#contact-form-wrapper #contact .contact-form .webform .form-item input[type="text"]::-webkit-input-placeholder, #contact-form-wrapper #contact .contact-form .webform .form-item input[type="email"]::-webkit-input-placeholder, #contact-form-wrapper #contact .contact-form .webform .form-item select::-webkit-input-placeholder, #contact-form-wrapper #contact .contact-form .webform .form-item textarea::-webkit-input-placeholder {
    opacity: 1;
    color: #ffffff;
}
#contact-form-wrapper #contact .contact-form .webform .form-item input[type="text"]:-ms-input-placeholder, #contact-form-wrapper #contact .contact-form .webform .form-item input[type="email"]:-ms-input-placeholder, #contact-form-wrapper #contact .contact-form .webform .form-item select:-ms-input-placeholder, #contact-form-wrapper #contact .contact-form .webform .form-item textarea:-ms-input-placeholder {
    opacity: 1;
    color: #ffffff;
}
#contact-form-wrapper #contact .contact-form .webform .form-item input[type="text"]::-ms-input-placeholder, #contact-form-wrapper #contact .contact-form .webform .form-item input[type="email"]::-ms-input-placeholder, #contact-form-wrapper #contact .contact-form .webform .form-item select::-ms-input-placeholder, #contact-form-wrapper #contact .contact-form .webform .form-item textarea::-ms-input-placeholder {
    opacity: 1;
    color: #ffffff;
}
#contact-form-wrapper #contact .contact-form .webform .form-item input[type="text"]:focus::-moz-placeholder, #contact-form-wrapper #contact .contact-form .webform .form-item input[type="email"]:focus::-moz-placeholder, #contact-form-wrapper #contact .contact-form .webform .form-item select:focus::-moz-placeholder, #contact-form-wrapper #contact .contact-form .webform .form-item textarea:focus::-moz-placeholder {
    opacity: 1;
}
#contact-form-wrapper #contact .contact-form .webform .form-item input[type="text"]:focus::-moz-placeholder::-webkit-input-placeholder, #contact-form-wrapper #contact .contact-form .webform .form-item input[type="email"]:focus::-moz-placeholder::-webkit-input-placeholder, #contact-form-wrapper #contact .contact-form .webform .form-item select:focus::-moz-placeholder::-webkit-input-placeholder, #contact-form-wrapper #contact .contact-form .webform .form-item textarea:focus::-moz-placeholder::-webkit-input-placeholder {
    opacity: 1;
}
#contact-form-wrapper #contact .contact-form .webform .form-item input[type="text"]:focus::-moz-placeholder:-ms-input-placeholder, #contact-form-wrapper #contact .contact-form .webform .form-item input[type="email"]:focus::-moz-placeholder:-ms-input-placeholder, #contact-form-wrapper #contact .contact-form .webform .form-item select:focus::-moz-placeholder:-ms-input-placeholder, #contact-form-wrapper #contact .contact-form .webform .form-item textarea:focus::-moz-placeholder:-ms-input-placeholder {
    opacity: 1;
}
#contact-form-wrapper #contact .contact-form .webform .form-item input[type="text"]:focus::-ms-input-placeholder, #contact-form-wrapper #contact .contact-form .webform .form-item input[type="email"]:focus::-ms-input-placeholder, #contact-form-wrapper #contact .contact-form .webform .form-item select:focus::-ms-input-placeholder, #contact-form-wrapper #contact .contact-form .webform .form-item textarea:focus::-ms-input-placeholder {
    opacity: 1;
}
#contact-form-wrapper #contact .contact-form .webform .form-item input {
    height: 49px;
}
#contact-form-wrapper #contact .contact-form .webform .form-actions {
    position: relative;
    z-index: 1;
}
#contact-form-wrapper #contact .contact-form .webform .form-actions button {
    padding: 13px 35px;
    display: inline-block;
    color: #ffffff;
    font-size: 22px;
    text-decoration: none;
    font-weight: bold;
    line-height: 1;
    border-radius: 5px;
    position: relative;
    border: 1px solid #269ed0;
    background: #197daf;
    background: -moz-linear-gradient(top, #197daf 0%, #269ed0 100%);
    background: -webkit-linear-gradient(top, #197daf 0%, #269ed0 100%);
    background: linear-gradient(to bottom, #197daf 0%, #269ed0 100%);
    width: 160px;
    text-align: center;
    cursor: pointer;
}
@media screen and (min-width: 768px) {
    #contact-form-wrapper #contact .contact-form .webform .form-actions button {
        width: 230px;
    } }
#contact-form-wrapper #contact .contact-form .webform .form-actions button:hover, #contact-form-wrapper #contact .contact-form .webform .form-actions button:focus {
    background: #ffffff;
    border: 1px solid #ffffff;
    color: #269ed0;
}
#news-article-wrapper {
    background-color: #001124;
    position: relative;
    z-index: 1;
}
#news-article-wrapper #breadcumb ol li {
    color: #ffffff;
}
#news-article-wrapper #breadcumb ol li a {
    color: #fce16d;
}
#news-article-wrapper #breadcumb ol li a:hover, #news-article-wrapper #breadcumb ol li a:focus {
    color: #ffffff;
}
#news-article-wrapper #news-article {
    padding: 30px 0px 40px;
}
@media screen and (min-width: 768px) {
    #news-article-wrapper #news-article {
        padding: 30px 0px 60px;
    } }
#news-article-wrapper #news-article .news-article-text {
    position: relative;
    z-index: 1;
}
#news-article-wrapper #news-article .news-article-text h1 {
    margin: 0px;
    font-size: 50px;
    display: inline-block;
    line-height: 1;
    padding-bottom: 25px;
}
#news-article-wrapper #news-article .news-article-text .date {
    color: #64778c;
    font-size: 16px;
}
#news-article-wrapper #news-article .news-article-text p {
    font-size: 16px;
    color: #ffffff;
}
#about-us-wrapper {
    background-color: #001124;
    color: #ffffff;
    position: relative;
    z-index: 1;
}
#about-us-wrapper #breadcumb ol li {
    color: #ffffff;
}
#about-us-wrapper #breadcumb ol li a {
    color: #fce16d;
}
#about-us-wrapper #breadcumb ol li a:hover, #about-us-wrapper #breadcumb ol li a:focus {
    color: #ffffff;
}
#about-us-wrapper #about-us {
    padding: 30px 0px 20px;
}
@media screen and (min-width: 768px) {
    #about-us-wrapper #about-us {
        padding: 30px 0px 20px;
    } }
#about-us-wrapper #about-us h1 {
    margin: 0px;
    font-size: 50px;
    display: inline-block;
    line-height: 1;
    padding-bottom: 25px;
}
#about-us-wrapper #about-us p {
    font-size: 16px;
    
}
@media screen and (min-width: 768px) {
    #about-us-wrapper #about-us .image-text {
        display: flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        -o-justify-content: space-between;
        -ms-justify-content: space-between;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        padding-bottom: 20px;
    } }
#about-us-wrapper #about-us .image-text .image {
    width: 100%;
}
@media screen and (min-width: 768px) {
    #about-us-wrapper #about-us .image-text .image {
        width: 35%;
        padding-right: 20px;
    } }
@media screen and (min-width: 768px) {
    #about-us-wrapper #about-us .image-text .image img {
        width: 100%;
    } }
#about-us-wrapper #about-us .image-text .text {
    width: 100%;
}
@media screen and (min-width: 768px) {
    #about-us-wrapper #about-us .image-text .text {
        width: 65%;
        padding-left: 20px;
    } }
#about-us-wrapper #about-us .image-text .text p {
    padding-bottom: 0px;
}
@media screen and (min-width: 768px) {
    #about-us-wrapper #about-us .image-text-two {
        display: flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        -o-justify-content: space-between;
        -ms-justify-content: space-between;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        padding-bottom: 40px;
    } }
#about-us-wrapper #about-us .image-text-two .image-two {
    width: 100%;
}
@media screen and (min-width: 768px) {
    #about-us-wrapper #about-us .image-text-two .image-two {
        width: 35%;
        padding-left: 20px;
    } }
@media screen and (min-width: 768px) {
    #about-us-wrapper #about-us .image-text-two .image-two img {
        width: 100%;
    } }
#about-us-wrapper #about-us .image-text-two .text-two {
    width: 100%;
}
@media screen and (min-width: 768px) {
    #about-us-wrapper #about-us .image-text-two .text-two {
        width: 65%;
        padding-right: 20px;
    } }
#about-us-wrapper #about-us .image-text-two .text-two p {
    padding-bottom: 40px;
}
#about-us-wrapper #about-us p {
}
#about-us-wrapper #about-us .description {
    position: relative;
    z-index: 1;
}
#about-us-wrapper #about-us .description p {
    padding-bottom: 0px;
}
#home-banner .banner-outer {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 50px;
    padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
    #home-banner .banner-text {
        display: flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        -o-justify-content: space-between;
        -ms-justify-content: space-between;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        align-items: center;
        -webkit-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        max-width: 1050px;
    } }
#home-banner .banner-text .banner-left {
    color: #ffffff;
}
@media screen and (min-width: 768px) {
    #home-banner .banner-text .banner-left {
        max-width: 550px;
    } }
#home-banner .banner-text .banner-left h1 {
    margin: 0px;
    font-size: 50px;
    display: inline-block;
    line-height: 1;
    padding-bottom: 25px;
}
#home-banner .banner-text .banner-left p {
    font-size: 16px;
    line-height: 1.3;
}
#home-banner .banner-text .banner-right .banner-title {
    position: relative;
    z-index: 1;
}
#home-banner .banner-text .banner-right .h4, #home-banner .banner-text .banner-right .h5 {
    margin: 0px;
    color: #ffffff;
    font-size: 70px;
    display: inline-block;
    width: 100%;
    text-align: left;
    line-height: 1;
    font-size: 176px;
    font-family: 'Kenyan Coffee Rg';
}
@media screen and (min-width: 600px) {

    #home-banner .banner-text .banner-right h4, #home-banner .banner-text .banner-right h5 {
        font-size: 90px;
    } }
@media screen and (min-width: 768px) {

    #home-banner .banner-text .banner-right h4, #home-banner .banner-text .banner-right h5 {
        font-size: 120px;
    } }
@media screen and (min-width: 992px) {

    #home-banner .banner-text .banner-right h4, #home-banner .banner-text .banner-right h5 {
        font-size: 148px;
    } }
@media screen and (min-width: 1200px) {

    #home-banner .banner-text .banner-right h4, #home-banner .banner-text .banner-right h5 {
        font-size: 176px;
    } }
#home-banner .banner-text .banner-right .h5 {
    position: absolute;
    color: transparent;
    z-index: -1;
    left: 6px;
    top: 4px;
    -webkit-text-stroke: 1px #ffffff;
    text-stroke: 1px #ffffff;
    font-size: 176px;
}
@media screen and (max-width: 767px) {
    #home-banner .banner-text .banner-right h5 {
        left: 2px;
        top: 3px;
    } }
#home-banner .banner-text .banner-right p {
    color: #ffffff;
    font-size: 22px;
    margin-bottom: 0px;
    font-family: 'Brotherina';
    line-height: 1;
}
@media screen and (min-width: 360px) {
    #home-banner .banner-text .banner-right p {
        font-size: 30px;
    } }
@media screen and (min-width: 400px) {
    #home-banner .banner-text .banner-right p {
        font-size: 34px;
    } }
@media screen and (min-width: 480px) {
    #home-banner .banner-text .banner-right p {
        font-size: 40px;
    } }
@media screen and (min-width: 600px) {
    #home-banner .banner-text .banner-right p {
        font-size: 48px;
    } }
@media screen and (min-width: 768px) {
    #home-banner .banner-text .banner-right p {
        font-size: 48px;
    } }
@media screen and (min-width: 992px) {
    #home-banner .banner-text .banner-right p {
        font-size: 56px;
    } }
@media screen and (min-width: 1200px) {
    #home-banner .banner-text .banner-right p {
        font-size: 56px;
    } }
#home-banner .banner-text .banner-right .banner-link {
    margin-top: 20px;
}
#home-banner .banner-text .banner-right .banner-link a {
    padding: 18px 50px;
    padding-right: 80px;
    display: inline-block;
    color: #911d0a;
    font-size: 40px;
    text-decoration: none;
        font-family: 'Kenyan Coffee Rg';
    font-weight: bold;
    line-height: 1;
    border-radius: 5px;
    text-transform: uppercase;
    position: relative;
    border: 1px solid #fff000;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #fcdb21 32%, #fdbc00 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #fcdb21 32%, #fdbc00 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #fcdb21 32%, #fdbc00 100%);
    width: 100%;
    text-align: center;
}
#home-banner .banner-text .banner-right .banner-link a:hover, #home-banner .banner-text .banner-right .banner-link a:focus {
    border: 1px solid #ffffff;
    background: #ffffff;
}
#home-banner .banner-text .banner-right .banner-link a:after {
    width: 20px;
    height: 20px;
    content: "";
    display: block;
    background-image: url("../pictures/button-arrow.png");
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 18px;
    position: absolute;
    right: 70px;
    top: 28px;
}
#overview {
    background-color: #001124;
    padding: 20px 0px;
    color: #ffffff;
    position: relative;
    z-index: 1;
}
@media screen and (min-width: 768px) {
    #overview {
        padding: 40px 0px 20px;
    } }
@media screen and (min-width: 768px) {
    #overview .pattern:after {
        margin-top: -95px;
    } }
#overview h2 {
    margin-top: 0px;
    margin-bottom: 20px;
}
#overview p {
    font-size: 16px;
}
#overview .overview-box {
    padding-top: 20px;
}
@media screen and (min-width: 576px) {
    #overview .overview-box {
        display: flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -o-justify-content: flex-start;
        -ms-justify-content: flex-start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        margin: 0 -15px;
        padding-top: 35px;
    }
    #overview .overview-box .overview-main {
        padding: 0 15px;
    } }
#overview .overview-box .overview-main {
    position: relative;
}
#overview .overview-box .overview-main:before {
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../pictures/small-pattern.png");
    background-size: 100% 100%;
    width: 100%;
    content: "";
    display: block;
    height: 70px;
}
#overview .overview-box .overview-main .overview-pattern {
    padding: 0 10px;
}
#overview .overview-box .overview-main .overview-pattern .overview-outer {
    width: 100%;
    background-color: #000b16;
    margin-bottom: 30px;
    -ms-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    border: 1px solid #00274e;
    margin-top: -55px;
}
#overview .overview-box .overview-main .overview-pattern .overview-outer .overview-image {
    -ms-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    border: 1px solid #00274e;
}
#overview .overview-box .overview-main .overview-pattern .overview-outer .overview-image img {
    -ms-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    width: 100%;
}
#overview .overview-box .overview-main .overview-pattern .overview-outer .overview-text {
    padding: 25px 20px 30px;
}
#overview .overview-box .overview-main .overview-pattern .overview-outer .overview-text h3 {
    margin: 0px;
    padding-bottom: 10px;
    line-height: 1;
}
#overview .overview-box .overview-main .overview-pattern .overview-outer .overview-text h3 a {
    font-size: 30px;
    color: #ffffff;
    text-decoration: none;
}
#overview .overview-box .overview-main .overview-pattern .overview-outer .overview-text h3 a:hover, #overview .overview-box .overview-main .overview-pattern .overview-outer .overview-text h3 a:focus {
    color: #fce16d;
}
#overview .overview-box .overview-main .overview-pattern .overview-outer .overview-text p {
    margin: 0px;
    font-size: 16px;
    display: inline-block;
    font-weight: 400;
    text-align: left;
    line-height: 1.4;
}
#casino {
    background-color: #001124;
    padding: 20px 0px;
    position: relative;
    z-index: 1;
}
@media screen and (min-width: 768px) {
    #casino {
        padding: 20px 0px 20px;
    } }
#casino h3,#casino h2 {
    margin-top: 0px;
    margin-bottom: 15px;
    color: #ffffff;
}
#casino p,#casino li {
    font-size: 16px;
    color: #ffffff;
}
#casino .pattern:after {
    display: none;
}
#casino .casino-wrapper {
    padding-top: 30px;
}
@media screen and (min-width: 768px) {
    #casino .casino-wrapper {
        display: flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        -o-justify-content: space-between;
        -ms-justify-content: space-between;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        margin: 0 -25px;
        padding-top: 50px;
    } }
@media screen and (min-width: 768px) {
    #casino .casino-wrapper .casino-main {
        padding: 0 25px;
    } }
#casino .casino-wrapper .casino-outer {
    position: relative;
    overflow: hidden;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
#casino .casino-wrapper .casino-outer .casion-text {
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    left: 0px;
    right: 0px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 20px 0px;
}
#casino .casino-wrapper .casino-outer .casion-text .casion-text-inner {
    max-width: 300px;
    margin: auto;
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}
#casino .casino-wrapper .casino-outer .casion-text .casion-text-inner h5 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 30px;
    color: #fcde60;
    display: inherit;
    line-height: 1.6;
}
#casino .casino-wrapper .casino-outer .casion-text .casion-text-inner h5 a {
    color: #fcde60;
    text-decoration: none;
}
#casino .casino-wrapper .casino-outer .casion-text .casion-text-inner h5 a:hover, #casino .casino-wrapper .casino-outer .casion-text .casion-text-inner h5 a:focus {
    color: #ffffff;
}
#casino .casino-wrapper .casino-outer .casion-text .casion-text-inner h5:after {
    width: 1px;
    content: "";
    border-right: 1px solid #ffffff;
    background-color: #ffffff;
    height: 45px;
    margin: 0px 15px;
    display: inline-block;
}
#casino .casino-wrapper .casino-outer .casion-text .casion-text-inner p {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 0px;
}
#news {
    padding: 20px 0px;
    background-color: #001124;
    position: relative;
    z-index: 1;
}
@media screen and (min-width: 768px) {
    #news .pattern:after {
        margin-top: -100px;
    } }
#news .page-title h2 {
    margin-top: 0px;
    margin-bottom: 25px;
    color: #ffffff;
}
#news .page-title p {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 0px;
}
#accordian {
    background-color: #001124;
    padding: 20px 0px;
    position: relative;
    z-index: 1;
}
#accordian .page-title h3,#accordian .page-title h2 {
    margin-top: 0px;
    margin-bottom: 25px;
    color: #ffffff;
}
#accordian .page-title p,#accordian .page-title li {
    font-size: 16px;
    color: #ffffff;
}
#accordian .askquestion-row {
    padding-top: 30px;
}
@media screen and (min-width: 768px) {
    #accordian .askquestion-row {
        display: flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        align-items: flex-start;
        -webkit-align-items: flex-start;
        -ms-align-items: flex-start;
        -o-align-items: flex-start;
        padding-top: 45px;
    } }
#accordian .askquestion-colwrp-right {
    margin-top: 15px;
}
#accordian .nav-tabs {
    border: none;
}
#accordian .nav-tabs li a {
    margin: 11px 0;
    padding: 22px;
    border: none !important;
    outline: 0;
    background: #197daf;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    text-decoration: none;
    background-color: #197daf;
    color: #fff;
    font-size: 22px;
    padding: 20px;
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
}
#accordian .nav-tabs .nav-item.show a, #accordian .nav-tabs a.active {
    background-color: #00388b;
    color: #ffffff;
}
#accordian .faq-arrow {
    max-width: 45px;
}
#accordian .tab-content {
    background: #197daf;
    color: #fff;
    padding: 0px;
    -ms-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}
#accordian .tab-pane {
    padding: 30px 25px;
}
#accordian .tab-pane p {
    font-size: 16px;
    padding: 0px;
}
#accordian .nav-tabs li a p {
    font-size: 16px;
    margin-bottom: 0px;
    padding-right: 15px;
    max-width: 370px;
}
#accordian .askquestion-colwrp-left li {
    width: 100%;
}
#accordian .askquestion-colwrp-left li a {
    -ms-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    padding: 25px 15px 30px;
}
#accordian .askquestion.section-padding {
    padding: 20px 0 50px;
}
@media screen and (min-width: 768px) {
    .toggle-wrap {
        display: none;
    } }
/*# sourceMappingURL=style.css.map */
.menu-list {
    border: 2px solid #233242;
    border-radius: 4px;
    margin-bottom: 20px;
}
.menu-list h4 {
    font-size: 22px;
    line-height: 1.3;
    color: #ffffff;
    font-weight: 500;
    background: #233242;
    padding: 10px 15px;
}
.menu-list ul {
    margin: 13px 0;
    list-style: circle;
    color: #fff;
  padding-left:20px;
  padding-right:10px;
}
.menu-list ul li {
    font-size: 13px;
    color: #fff;
    padding-bottom: 10px;
}
.menu-list ul li a {
    color: #fff;
    font-size: 16px;
}
.menu-list ul li a:hover {
    color: #269ed0;
    text-decoration: none;
}

img.img-responsive.pull-left {float: left; margin-right: 20px; margin-bottom: 20px; }
img.img-responsive.pull-right {float: right; margin-left: 20px; margin-bottom: 20px; }
img.img-responsive.page-image {display: block; margin: 10px auto; }
@media (max-width:480px){
    img.img-fluid.img-left,img.img-fluid.img-right{ float: none !important; display: block; padding: 15px 10px !important; margin: 10px auto !important; }
}


.review_wrapper {
}

.review_content {
    text-align: center;
}

.review_content .review {
    /*background-image: url(../images/review_backgroud_img.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;*/
}

.review_content .review .casino_review {
    list-style: none;
}

.review_content .review .casino_review img {
}

.review_content .review .casino_review a {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: underline;
}

.review_content .review .casino_review a:hover {
    color: #1fb889;
}

.review_content .review_logo {
}

.review_content span .fa {
    font-size: 30px;
}

.review_content li {
}

.review_content li img {
}

.review_content li img a {
}

.review_content h1 {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 40px;
    color: #fff;
    text-transform: uppercase;
    display: block !important;
}

.review_content ul {
    margin: 0;
    padding: 0;
}

.review_content ul li {
    display: inline-block;
}

.review_content ul li img {
}

.review_content p {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 17px;
    color: #fff;
    width: 310px;
    padding: 10px;
    border: 2px solid #fff;
    margin: 0 auto;
    border-radius: 30px;
    margin-top: 10px;
    text-transform: uppercase;
    text-align: center;
    display: block !important;
    width: 100%;
    margin-top: 30px !important;
}

/*review table*/
.review_table {
}

.review_table h3 {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 20px;
    text-decoration: underline;
}

.table {
    color: #000000;
    width: 100%;
    font-size: 20px;
    background: #fff;
    border-radius: 5px;
}

.table tr {
    margin-bottom: 10px;
}

.table .information_field {
    width: 408px;
    height: 70px;
}

.table .information_field div {
    font-size: 18px;
    width: 100%;
    background-color: #fff;
    border: none;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    padding: 15px;
    margin-left: 25px;
}

table {
    margin: 0 auto;
}

.review_table td, .review_table th{
	vertical-align:middle;
}

/*review table*/
/*content bottom*/
.content_bottom {
    padding: 50px 30px;
    margin: 90px 0;
}

.content_bottom h3 {
}

.content_bottom h4 {
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #000000;
    margin-top: 25px;
}

.content_bottom p {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
}

.custom_button {
    text-align: center;
    margin-bottom: 30px
}

.custom_button a {
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
}

.custom_button a.play_button {
	padding: 18px 50px;
    padding-right: 70px;
    display: inline-block;
    color: #911d0a;
    font-size: 26px;
    text-decoration: none;
    font-style: italic;
    font-weight: bold;
    line-height: 1;
    border-radius: 5px;
    text-transform: uppercase;
    position: relative;
    border: 1px solid #fff000;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #fcdb21 32%, #fdbc00 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #fcdb21 32%, #fdbc00 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #fcdb21 32%, #fdbc00 100%);
    width: 100%;
    text-align: center;
}

.custom_button a.play_button:hover {
    opacity: .8;
}

/*content bottom*/
/*media query*/
/*// Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    .review_wrapper {
        padding-bottom: 40px;
    }

    .review_content .review {
        height: 200px;
        padding-top: 40px;
    }

    .review_content h1 {
        font-size: 30px;
    }

    .review_table h3 {
        margin-top: 25px !important;
    }

    .table {
        width: 95%;
        font-size: 18px;
        margin: 0 auto;
    }

    .table .information_field div {
        width: 94%;
        font-size: 16px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        padding: 10px;
        margin-left: 5px;
    }

    .review_content p {
        font-size: 15px;
        max-width: 300px;
    }

    .content_bottom {
        padding: 20px 20px;
        margin: 40px 0;
    }
}

/*// Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
    .review_table h3 {
        margin-top: 30px !important;
    }
}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
    .review_table h3 {
        margin-top: 35px !important;
    }
}

.img-fluid{ margin-bottom: 10px; } 
.img-left{ float: left; margin-right: 20px; margin-bottom: 20px; } 
.img-right{ float: right; margin-left: 20px; margin-bottom: 20px; } 
.img-center{ display: block; margin: 10px auto 20px auto; }