:root {
    --primary: #1d5c97;
    --secondary: #f4faec;
    --yellow: #f4b241;
}

body {
    background-color: #F3F3F3 !important;
    font-family: "Poppins", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    color: #1d5c97 !important;
    font-weight: 500;
}

/* span {
    color: #f4b241 !important;
} */

.text-primary {
    color: #1d5c97 !important;
}

.bg-primary {
    background-color: #1d5c97 !important;
}

.btn-primary {
    background-color: #1d5c97 !important;
    border-color: #1d5c97 !important;
}

.aboutText {
    width: 100%;
    padding: 50px !important;
    background-color: #fff;
}

.aboutText h1 {
    font-size: 18px !important;
    text-transform: uppercase;
    color: #1d5c97 !important;
    margin-bottom: 20px;
}

.aboutText p {
    line-height: 1.6;
    color: #656565;
}

.aboText li {
    margin-top: 7px;
}

.bhagatJi {
    float: right;
    margin: 20px;
    width: 30%;
}

.blueBg {
    background: #1d5c97 !important;
}

.bg-yellow {
    background: #f4b241 !important;
}

.iconBg {
    background: #fff;
    padding: 10px;
    margin-bottom: 15px;
}

.radiusBg {
    border-radius: 20px;
}

.signatureBg {
    width: 100%;
    background: #f4b241;
    padding: 30px;
    min-height: 343px;
    border-radius: 20px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.experienceBg {
    list-style: none;
    padding: 0;
}

.experienceBg li {
    border-left: 4px solid #f4b241;
    display: block;
    font-size: 20px;
    padding: 5px 15px;
    color: #1d5c97;
    background: #fff;
    margin: 2px 0px;
}

.romanBg {
    margin: 0px !important;
    padding: 0px !important;
}

.romanBg li {
    background: #fafafa;
    list-style: lower-latin;
    float: none;
    margin-top: 15px;
    padding: 15px 30px;
    margin-left: 0px;
    overflow: auto !important;
}

.romanBg2 li {
    background: #fafafa;
    float: none;
    margin-top: 15px;
    padding: 15px 30px;
    overflow: auto !important;
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/carousel-2.jpg"), no-repeat center center;
    background-size: cover;
    margin-bottom: 50px;
}

.footer-section {
    background-color: #111 !important;
}

.footer-section a {
    color: #ccc !important;
}

.footer-section a:hover {
    color: #f4b241 !important;
    text-decoration: none;
}

@media (max-width: 576px) {
    .bhagatJi {
        float: none;
        margin: 20px 0px;
        width: 100%;
    }

    .aboutText {
        padding: 20px !important;
    }

    .display-4 {
        font-size: 2.5rem;
    }
}