h5, .h5 {
    font-size: 16px;
}
.phpc{
    color: #322c56;
    }
.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);
}
.portfolio-item {
    float: left;
    width: 33.333%;
    padding: 12px;
}
.portfolio-card {
    position: relative;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s;
}

.portfolio-card:hover {
    transform: translateY(-5px);
}

.portfolio-card img {
    display: block;
    width: 100%;
    height: auto;
}

.portfolio-overlay {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    transition: 0.3s;
}

.portfolio-card:hover .portfolio-overlay {
    opacity: 1;
}

.portfolio-info {
    padding: 16px;
    background: #f8f9fa;
}

.portfolio-info h5 {
    margin: 0;
}

.phpc {
    color: #322c56;
}
.portfolio-item .portfolio-overlay {
    background:none;
}

.portfolio-item:hover img {
    transform: none !important;
}
.portfolio-container {
    overflow: hidden;
}

.portfolio-item {
    width: 33.333%;
    padding: 12px;
}

@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){
    .portfolio-item { width: 50%; }
.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;
}
}
@media (max-width: 575px){
    .portfolio-item { width: 100%; }
}