body {
    background-color: #e5e5e5
}

.navbar {
    padding: 0
}

.nav-link {
    border-right: 1px solid #ffffff;
    padding: 8px 20px !important;
}

.underline {
    height: 4px;
    width: 50px;
    background-color: #fea700;
    margin-bottom: 20px;
}

.custom-sticky-top {
    position: sticky !important;
    top: 60px
}

.post-body {
    width: 100%;
    overflow-x: auto;
}

.sub-navbar-bg {
    background-color: #272c49;
}

.py-5.bg-info p {
    color: #fff !important
}

.card img {
    width: 100% !important;
    height: 100%;
}

.card h3 {
    padding-top: 20px !important;
    color: #000
}

.card label {
    font-weight: 600;
    color: #fea700 !important;
    padding-top: 10px;
    text-align: left !important;
}

.card h5 {
    color: #000
}

.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-primary {
    background-color: #007bff !important
}

.bg-instagram {
    background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d)
}

.bg-info {
    background-color: #000000 !important;
}

.bg-danger {
    background-color: #dc3545 !important
}

.bg-info a {
    color: #fea700 !important;
    font-size: 14px;
}

.card-header label {
    padding-top: 15px
}

.card-header h2 {
    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: #ffffff;
    box-shadow: none !important;
    font-weight: 500;
}

nav.navbar.navbar-expand-lg.navbar-dark.sub-navbar-bg.shadow.sticky-top a:hover {
    color: #fea700 !important;
}

.card-body.post-body p {
    font-size: 15px !important;
    line-height: 21px !important;
}

.card-body.post-body a {
    color: #fea700 !important;
}

.xs_block_logo img {
    width: 85% !important;
}

.py-1.bg-white.d-none.xs_block.d-md-block .row {
    padding-top: 5px;
    padding-bottom: 5px
}

.d-md-block {
    background-color: #ffffff !important;
}

.bg-info p {
    font-size: 14px
}

.logo-text-white img {
    filter: brightness(100)
}

.bg-light {
    --bs-bg-opacity: 1;
    background-color: #f5f5f5 !important;
}

@media(min-width:1200px) and (max-width:1400px) {
    .card img {
        width: 800px !important
    }

    .card label {
        font-size: 15px !important
    }

    .card-header h2 {
        font-size: 30px !important;
        padding-top: 15px
    }

    .py-5.bg-info p {
        font-size: 14px
    }

    .py-5.bg-info a {
        font-size: 17px
    }

    .card-header label {
        padding-top: 15px
    }
}

@media(min-width:768px) and (max-width:1199px) {
    .card img {
        width: 700px !important
    }
}

@media(min-width:320px) and (max-width:767px) {
    .py-5.bg-light h1 {
        font-size: 21px
    }

    .card-body.post-body p {
        font-size: 15px !important
    }

    .card-body.post-body {
        text-align: center
    }

    .card-body.post-body h3 {
        font-size: 23px !important
    }

    .card-header .col-md-3 {
        text-align: center
    }

    .py-5.bg-info p {
        font-size: 12px;
        text-align: center
    }

    .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;
        text-align: center
    }
}

@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
    }
}

.py-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}


.brs-grid {
    display: grid;
    grid-template-columns: auto auto;
    gap: 15px;
}

.brs-grid img {
    max-width: 100%;
    height: 250px;
    object-fit: cover;
}
.brs-grid .card {
    transition: all .4s linear;
    padding: 15px;
}
.brs-grid .card:hover {
    transform: translateY(-10px);
    transition: all .4s linear;
    box-shadow: #e8439f 0px 13px 15px -9px, rgba(0, 0, 0, 0.3) 0px 8px 4px -15px;
}

.brs-side .card {
    padding: 15px 10px !important;
    border-radius: 0;
    border: 0;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.brs-side {
    padding: 10px;
}
.brs-side .card p {
    line-height: 19px;
    text-align: left !important;
    margin-bottom: 5px;
}

.brs-title {
    display: inline-block;
    margin-top: 40px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.brs-title::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border-bottom: 4px solid #3155c1;
    display: inline-block;
}

/* form styling */
.blog-form {
    background-color: #0e099d;
    padding: 20px;
}

.blog-form h6 {
    font-size: 22px;
    text-align: left;
    text-transform: uppercase;
    font-weight: 800;
    color: white;
    margin: 0 0 10px 0;
}

.blog-form input, .blog-form textarea {
    font-size: 13px;
    height: 40px;
    width: 100%;
    background-color: white;
    border: 0;
    margin-bottom: 5px;
    padding: 10px;
}

.blog-form textarea {
    height: 60px;
}

.blog-form button {
    font-size: 14px;
}
.blog-form button {
    font-size: 14px;
    background-color: rgb(250 170 42);
    font-weight: 700;
    text-transform: uppercase;
    width: 100%;
    border: 0;
    height: 40px;
    color: black;
}
.brs-grid .card h3 {
    font-size: 22px;
    text-align: left !important;
}