.brand-bg{
    background-color: #010b1f;
}
#header{

}
.bg-dark {
    background-color: #000000!important;
}
.bg-danger {
    background-color: #ff0018!important;
}

.fs20{
    font-size: 22px;
}
.fs18{
    font-size: 20px;
}
.fs25{
    font-size: 25px;
}
.dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: 8px !important;
    border-radius: 0px !important;
    border-top: 0px !important;
}
.gray-hover{
    color: black;
}
.gray-hover:hover{
    color: gray;
}
.bg-gray{
    background-color: #f1f1f1;
}
.thumb-item{
    width: 15%;
}
.list-item{
    width: 85%;
}
.fs11{
    font-size: 11px;
}
.bg-ins{
    background-color: #0000009e;
}
.fs36{
    font-size: 36px;
}
.lh1-1{
    line-height: 1.2;
}
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}



@media screen and (max-width: 1200px) {
    .fs80{
        font-size: 3rem;
    }
    .line-c{
        left: -25px;
    }
    .custom-but{
        padding: 10px;
    }
    .mfs14{
        font-size: 14px
    }
    .mblh-1{
        line-height: 1.1!important;
    }

}
@media screen and (max-width: 850px) {

    .hide{
        display: none;
    }

    .jst-end-mob{
        justify-content: end !important;
    }
    .thumb-item {
        width: 40%;
    }
    .list-item {
        width: 60%;
    }
    iframe{
        height: 200px !important;
    }

}
