@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');

body,html{
    font-family: 'Roboto', sans-serif;
    background-color: #ebebeb;
}
.bg-dark {
    background-color: #23272b !important;
}
.bg-dark-menu {
    background-color: #111 !important;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(15px + .75rem + 2px);
    padding: 0.375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    background-clip: padding-box;
    border: 0px solid #ced4da;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.logo {
    max-height: 27px;
    margin: -3px 10px 0px 0px;
}
.bg-yellow {
    background:#fdd305 !important;
}
.text-blue {
    color:#01a9a2 !important;
}
.search-img{
    cursor: pointer;
    height: 25px;
}
.nav-link{
    font-size: 16px;
}
.main-background{
    background-color:white;
}
.container {
    max-width: 955px;
}
a{
    color:#181818;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #181818;
    border-color: #181818;
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color:#181818;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.tags{
    color: #a2a2a2;
    font-size: 13px;
}
.color-primary {
    color:#a2a2a2 !important;
}
.font-20 {
    font-size:20px;
}
.footer-text{
    color: #a2a2a2;
    font-size: 12px;
    font-weight:200 !important;
}

.img-fluid-index {
    width:100%;
    max-width:600px !important;
}
.bg-gradient-end, .bg-gradient-end-small {
    width:100%;
    height:50px;
    background-image: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,1));
    margin-top:-48px;
    position: relative;
}
.bg-gradient-end-small {
    height:20px;
    margin-top:-18px;
}
.font-12 {
    font-size:12px !important;
}
.font-14 {
    font-size: 14px !important;
}
.font-18 {
    font-size: 18px !important;
}
.bg-blue {
    background:#0870f4 !important;
}
.bg-red {
    background:#f83f02 !important;
}
.opacity5 {
    opacity: .5;
}
.d-table {
    display:table !important;
}
.d-table-cell {
    display:table-cell !important;
}
.vertical-align-middle {
    vertical-align: middle;
}
.h-100 {
    height: 100% !important;
}
.anim_f1 {
    -webkit-animation: 2s ease 0s normal forwards 1 fadein;
    animation: 2s ease 0s normal forwards 1 fadein;
}
.anim_f2 {
-webkit-animation: 3s ease 0s normal forwards 1 fadein;
animation: 3s ease 0s normal forwards 1 fadein;
}
.anim_f3 {
-webkit-animation: 4s ease 0s normal forwards 1 fadein;
animation: 4s ease 0s normal forwards 1 fadein;
}

@keyframes fadein{
0% { opacity:0; }
66% { opacity:0; }
100% { opacity:1; }
}

@-webkit-keyframes fadein{
0% { opacity:0; }
66% { opacity:0; }
100% { opacity:1; }
}


@media (min-width:767px){
    .nav-link{
        font-size: 12px;
    }
.bg-dark-menu {
    background-color: #23272b !important;
}
}