.bgr-c{
    background-color: #fff;
}

.sticky-top.navbar-light .navbar-brand img {
    max-height: 70px;
}
.btn-secondary {
    color: #322c56;
    background-color: #ffde59;
    border-color: #ffde59;
}
.btn-secondary:hover {
    color: #000;
    background-color: #ffde59;
    border-color: #fff;
}
.btn-light {
    color: #322c56;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    color: #322c56;
}
.hero-header {
    margin-bottom: 6rem;
    padding: 10rem 0;
    background-position: left 0px top 0px, right 0px top 0px, left 0px bottom 0px, right 0px bottom 0px, center center, center bottom;
    background-repeat: no-repeat;
}
.hero-header2 {
    margin-bottom: 6rem;
    padding: 10rem 0;
    background-position: left 0px top 0px, right 0px top 0px, left 0px bottom 0px, right 0px bottom 0px, center center, center bottom;
    background-repeat: no-repeat;
}
.btn-primary:hover {
    color: #322c56;
    background-color: #ffde59;
    border-color: #322c56;
}
.text-secondary {
    color: #ffde59 !important;
}
.section-title.text-secondary span:first-child, .section-title.text-secondary span:last-child, .section-title.text-secondary span:first-child::after, .section-title.text-secondary span:last-child::after {
    background: #ffde59;
}
.py-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}
:root {
    --secondary: #ffde59;
}
.footer {
    margin-top: 6rem;
    padding-top: 6rem;
    background-position: center top, center center;
    background-repeat: no-repeat;
}
.f-phone{
   color: #fff;
}
.f-phone:hover{
   color: #fff;
}
.row {
    margin-right: calc(var(--bs-gutter-x) / -4);
}

@media (min-width: 1400px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
        max-width: 1920px;
    }
}

@media (min-width: 992px) {
    .sticky-top.navbar-light .btn {
        color: var(--dark);
        background: #ffde59;
    }
}

@media all and (max-width: 991px){
.py-3 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
}
.hero-header {
    margin-bottom: 3rem;
    padding: 6rem 0;
    background-position: left 0px top 0px, right 0px top 0px, left 0px bottom 0px, right 0px bottom 0px, center center, center bottom;
    background-repeat: no-repeat;
}
.hero-header2 {
    margin-bottom: 3rem;
    padding: 10rem 0;
    background-position: left 0px top 0px, right 0px top 0px, left 0px bottom 0px, right 0px bottom 0px, center center, center bottom;
    background-repeat: no-repeat;
}
.footer {
    margin-top: 3rem;
}
.no-display{
    display: none;
}
}