.blog-form button,
.blog-form h6,
.brs-title {
    text-transform: uppercase
}

body {
    background-color: #e5e5e5
}

.navbar {
    padding: 0
}

.nav-link {
    border-right: 1px solid #fff;
    padding: 8px 20px !important
}

.underline {
    height: 4px;
    width: 50px;
    background-color: #0b80ba;
    margin-bottom: 20px
}

.custom-sticky-top {
    position: sticky !important;
    top: 60px
}

.brs-title,
.relative {
    position: relative
}

.post-body {
    width: 100%;
    overflow-x: scroll
}

.py-5.bg-info p {
    color: #fff !important
}

.card img {
    width: 100% !important;
    height: auto
}
.card label {
    font-weight: 600;
    color: #0b80ba !important;
    padding-top: 10px;
    text-align: left !important
}

.card h5,
.card-body p {
    color: #000
}

.card-body label {
    font-weight: 400;
    padding-top: 0
}

.social-footer a {
    font-size: 16px;
    padding: 10px 14px;
    height: 40px;
    width: 40px;
    text-align: center;
    margin-right: 11px;
    color: #fff;
    border-radius: 8px
}

.bg-info a,
.bg-info p {
    font-size: 14px
}

.bg-info a,
.card-body.post-body a,
nav.navbar.navbar-expand-lg.navbar-dark.sub-navbar-bg.shadow.sticky-top a:hover {
    color: #0b80ba !important
}

.bg-primary {
    background-color: #007bff !important
}

.bg-instagram {
    background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d)
}

.bg-info {
    background-color: #1e1b54 !important
}

.bg-danger {
    background-color: #dc3545 !important
}

.card-header h2,
.card-header label {
    padding-top: 15px
}

.d-md-block .row .col-md-9 {
    justify-content: center !important;
    align-items: center;
    margin: auto
}

.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #000 !important;
    font-size: 17px
}

.sub-navbar-bg {
    background-color: #fff;
    box-shadow: none !important;
    font-weight: 500
}


.xs_block_logo img {
    width: 65% !important
}

.py-1.bg-white.d-none.xs_block.d-md-block .row {
    padding-top: 5px;
    padding-bottom: 5px
}

.d-md-block {
    background-color: #fff !important
}

.logo-text-white img {
    filter: brightness(100)
}

.bg-light {
    --bs-bg-opacity: 1;
    background-color: #fcfcfa !important
}

@media(min-width:1200px) and (max-width:1400px) {
    .card-header h2,
    .card-header label {
        padding-top: 15px
    }
    .card img {
        width: 800px !important
    }
    .card label {
        font-size: 15px !important
    }
    .card-header h2 {
        font-size: 30px !important
    }
    .py-5.bg-info p {
        font-size: 14px
    }
    .py-5.bg-info a {
        font-size: 17px
    }
}

@media(min-width:768px) and (max-width:1199px) {
    .card img {
        width: 700px !important
    }
}

@media(min-width:320px) and (max-width:767px) {
    .card-body.post-body,
    .card-header .col-md-3,
    .card-header h2,
    .py-5.bg-info p {
        text-align: center
    }
    .py-5.bg-light h1 {
        font-size: 21px
    }
    .card-body.post-body p {
        font-size: 15px !important
    }
    .card-body.post-body h3 {
        font-size: 23px !important
    }
    .py-5.bg-info p {
        font-size: 12px
    }
    .py-5.bg-info a {
        font-size: 11px
    }
    .xs_block {
        display: block !important
    }
    .xs_block_logo {
        display: none !important
    }
    .card img {
        width: 100% !important;
        height: 100%
    }
    .card-header h2 {
        font-size: 19px
    }
}

@media only screen and (max-width:640px) {
    .brs-grid {
        grid-template-columns: auto !important
    }
    .sub-navbar-bg {
        background-color: #fff !important;
        box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
        border-top: 1px solid #000
    }
    .sub-navbar-bg .nav-item .nav-link {
        font-weight: 400;
        color: #000 !important;
        padding: 6px 8px !important;
        border-bottom: 1px solid #ddd;
        font-size: 14px
    }
    .navbar-toggler {
        background-color: #000 !important
    }
    .navbar-brand img {
        width: 130px
    }
}

.brs-grid {
    display: grid;
    grid-template-columns: auto auto;
    gap: 15px
}

.brs-grid img {
    max-width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: left;
}

.brs-grid .card {
    transition: .4s linear;
    padding: 15px
}

.brs-grid .card:hover {
    transform: translateY(-10px);
    transition: .4s linear;
    box-shadow: #0b80bad9 0 13px 15px -9px, rgba(0, 0, 0, .3) 0 8px 4px -15px
}

.brs-side .card {
    padding: 15px 10px;
    background-color: #fff;
    border-radius: 5px
}

.brs-side .card p {
    line-height: 19px;
    text-align: initial;
    margin-bottom: 10px
}

.brs-title {
    display: inline-block;
    margin-top: 40px;
    padding-bottom: 10px;
    margin-bottom: 30px
}

.brs-title::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border-bottom: 4px solid #3155c1;
    display: inline-block
}

.blog-form {
    background-color: #0b80bad9;
    padding: 20px
}

.blog-form h6 {
    font-size: 22px;
    text-align: left;
    font-weight: 800;
    color: #fff;
    margin: 0 0 10px
}

.blog-form input,
.blog-form textarea {
    font-size: 13px;
    height: 40px;
    width: 100%;
    background-color: #fff;
    border: 0;
    margin-bottom: 5px;
    padding: 10px
}

.blog-form textarea {
    height: 60px
}

.blog-form button {
    font-size: 14px;
    background-color: #ffcd24;
    font-weight: 700;
    width: 100%;
    border: 0;
    height: 40px;
    color: #000
}

.post-body p,
.post-body span {
    font-weight: 300;
    line-height: 24px;
    font-size: 16px;
    padding: 0;
    margin-top: 0 !important;
}
h1, h2, h3, h4, h5, h6 , h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
    font-size: 25px !important;
    font-weight: 500 !important;
    line-height: 30px !important;
}
.brs-grid h3 {
    padding-top: 20px;
}
.MsoNormal {
    padding-bottom: 10px !important;
}