*{
    font-family:'Outfit'!important;
}
html,body,.wrapper{
    position: relative;
    min-height:100%;
}
body{
    color:#c2c0c0;
    background: #17181a;
    font-size:16px;
}
a{
    color:#3cb6ff;
}
h1{
    color:#fedc26;
}
.header,.footer{
    background: #242529;
    padding:15px 0px;
}
.modal-content{
    background: #17181a;
}
.modal-header{
    border:none!important;
}
.form-result{
    text-align: center;
    color:#fedc26;
}
.btn-theme-1{
    background: #3cb6ff;
    color:#000!important;
}
.btn-contact{
color:#3cb6ff!important;
padding:10px 15px;
border-radius:5px;
border:2px solid #3cb6ff;
display:inline-block;
}
.article{
    min-height:500px;
}
.navigation{
    color:#fff!important;
    background: #242529;
    padding:20px 15px;
    margin:20px 0px;
}
.navigation a{
    color: #afadad !important;
  text-transform: uppercase;
  font-weight: 600;
}
.navigation_title{
    padding-bottom: 5px;
  margin-bottom: 20px;
  border-bottom: 4px solid;
  color: #fedc26;
  text-transform: uppercase;
  font-weight: 600;
}
.title-category{
    margin: 10px 0px;
  font-weight: 600;
  color: #fff;
  font-size:25px;
}
.postb{
    padding: 15px;
  border: 1px solid #383838;
  border-radius: 5px;
  min-height:270px;
}
.postb a{
    display:inline-block;
    padding:15px 0px 0px 0px;
}