/* All */

*{
    font-family: "Roboto";
}

/* Menu */

.header-style .header__wrap{
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
}

.header-style .header-menu a{
    height: 40px;
    width: auto;
    padding: 0 10px;
    border-radius: 10px;
    background: #102D76;
    color:  #FFD800;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
}

/* Hero  Header */

.hero-style{
    min-height: 780px;
}

.hero-style .xb-hero-heading{
    margin-bottom: 30px;
}

.hero-style .xb-hero-heading .sub-title{
    font-size: 18px;
    text-transform: none;
    margin-bottom: 30px;
}

.hero-style .xb-hero-heading .sub-title::before{
    display: none;
}

.hero-style .xb-hero-heading .title{
    font-size: 50px;
    max-width: 500px;
    font-family: "Roboto";
}

/* Sponsors */

.sec-title .sub-title.sub-title-bg{
    background: none;
    box-shadow: none;
}

.sec-title .sub-title::before, .sec-title .sub-title::after{
    display: none;
}

.xb-brand-wrap{
    padding-bottom: 80px;
}

.xb-brand-logo{
    filter: drop-shadow(-3px 3px 3px rgba(0, 0, 0, .7));
}

.xb-brand-wrap::before, .xb-brand-wrap::after{
    width: 250px;
}

/* About */

.gardiant-bg{
    background: #F2F2F2; /* linear-gradient(181deg, #F2F2F2 75%, #00b8ff 100%)*/
}

.sec-title .title{
    font-family: "Roboto";
}

.sec-title .sub-title{
    padding: 0;
}

.sec-title .sub-title.orange{
    color: #EB6434;
}

.xb-about-top-content .title{
    font-family: "Roboto";
}

.xb-about-top-content .content{
    color: #595959;
    font-size: 20px;
}

.forum-circle-btn{
    background: #CEDFEC;
    width: 180px;
    height: 180px;
}

.forum-circle-btn p{
    font-size: 18px;
    font-weight: bold;
    color: #102D76;
}

.forum-circle-btn i{
    color: #EB6434;
}

.forum-circle-btn:hover p, .forum-circle-btn:hover i{
    color: #FFF;
}

.xb-about-img-item .img{
    z-index: 2;
}

.xb-about-img-item .img img{
    max-width: 230px;
}

/* Features */

.feature{
    background-image: url('../img/bg/benefits.png');
    background-repeat: no-repeat;
    top: -75px;
    position: relative;
}

.feature .sec-title .title{
    color: #FFF;
}

.feature .sec-title .sub-title{
    color: #FFD800;
}

.feature-btn{
    text-align: center;
}

.forum-circle-btn--green{
    background: #55d52d;
    position: relative;
    top: -75px;
}

.forum-circle-btn--green p{
    color: #FFF;
}

.forum-circle-btn--green i{
    color: #131053;
}

.forum-circle-btn--green:hover{
    background: #131053;
}

.xb-feature-item{
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
}

/* Fun facts */

.sec-title .title.lightblue{
    color: #00AAD8;
}

.xb-funfact-item{
    padding: 50px 20px 40px;
    border: 1px solid #EB6434;
    box-shadow: none;
}

.xb-funfact-item .xb-item--number{
    font-size: 28px;
    margin: 30px 0;
}

.xb-funfact-item .xb-item--number .suffix{
    position: relative;
    top: -4px;
}

.xb-funfact-item .xb-item--text{
    text-transform: none;
    color: #606060;
    font-size: 16px;
    font-weight: normal;
}

.xb-funfact-item .xb-item--icon{
    color: #EB6434;
}

.xb-funfact-shape .img--1{
    left: 0;
}

/* FAQ */

.accordion_box .block{
    border: 1px solid #131053;
}

/* Footer */

.xb-contact-item .xb-item--icon.location{
    background: #131053;
}

.xb-footer_bottom{
    background: #131053;
}

.xb-footer-logo{
    margin-bottom: -3px;
    text-align: center;
}
