
.hero.bg-section {
    margin: 0 0px;
    margin-top: -145px;
        border-radius: 0px;
}
.text-yellow{
    color:#f6d25a !important;
}
    .navbar-expand-lg .navbar-nav .nav-link {
        color: #fff;
    }
header.main-header {
    margin: 0px;
}
.header-sticky{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: transparent;
    transition: all .3s ease;
}

.header-sticky.header-fixed{
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 5px 20px rgba(0,0,0,.15);
}
.navbar-brand img{
        width: 70px;
}
.header-sticky.header-fixed img{
        width: 60px;
}
.footer-logo img{
      width: 80px;
}
.navbar {
    padding: 12px 80px;
    align-items: center;
}

/* Menu links */
.header-sticky.header-fixed .navbar-nav .nav-link {
    color: #000 !important;
}

/* Dropdown links */
.header-sticky.header-fixed .sub-menu .nav-link {
    color: #fff !important;
}

/* Contact button */
.header-sticky.header-fixed .btn-default {
    color: #fff !important;
    border-color: #000;
}
.main-footer {
    padding: 100px 0 0px 0px;
}
.main-menu ul li a:hover{
    color:#fff;
}
.header-btn .btn-default {
    padding: 13px 30px;
    font-size: 17px;
    font-weight: 500;
}
.header-btn .btn-default:hover {
      color: #fff !important;
    border-color: #000;
    background: #1c4d98 !important;
        z-index: unset;

}

.footer-links h3 {
    color: #fff;
}
.footer-copyright .footer-social-links ul li a {
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff;
}

.top-header {
    width: 100%;
    padding: 12px 0;
    background: #1c4d98;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    text-align: center;
}
.about-content-body {
    margin-bottom: 0px;
}
.section-title h2 {
    font-size: 48px;
    font-weight: 700;
}
.top-header p {
    margin: 0;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
        text-transform: uppercase;
}
header.main-header {
    margin: 0px;
    padding-top: 40px;
}

.hero.bg-section {
    padding: 261px 0 200px;
}
.footer-logo {
    margin-bottom: 20px;
}
.footer-links a{
    color:white;
}

.pl-20px{
    padding-left:20px;
}
.footer-copyright {
    margin-top: 40px;
}
.mb-30{
    margin-bottom:40px;
}


.newsletter-form{
    display:flex;
    gap:15px;
    align-items:center;
}

.newsletter-form input{
    flex:1;
    height:68px;
    border:2px solid rgba(255,255,255,.7);
    background:transparent;
    border-radius:50px;
    color:#fff;
    padding:0 30px;
    font-size:18px;
    outline:none;
}

.newsletter-form input::placeholder{
    color:#fff;
}

.newsletter-form button{
    height:68px;
    padding:0 40px;
    border:none;
    border-radius:50px;
    background:#fff;
    color:#d9a300;
    font-size:18px;
    font-weight:600;
    transition:.3s;
}

.newsletter-form button:hover{
    background:#1c4d98;
    color:#fff;
}
.footer-links h3
 {
    position: relative;
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 35px;
    padding-bottom: 20px;
}

.footer-links h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px; /* Adjust the line width */
    height: 3px;
    background: #fff; /* Change to your preferred color */
    border-radius: 5px;
}

@media(max-width:991px){

    .newsletter-box{
        padding:40px 25px;
    }

    .newsletter-box h2{
        font-size:34px;
        text-align:center;
    }

    .newsletter-form{
        flex-direction:column;
    }

    .newsletter-form input,
    .newsletter-form button{
        width:100%;
    }
}

@media(max-width:576px){

    .newsletter-box h2{
        font-size:28px;
    }
    
    .top-header p{
        font-size: 12px;
    }
    
    .navbar {
        padding: 6px 15px;
    }
    
    .section-title h2{
        font-size: 36px;
    }
    
    .newsletter-form input{
        padding: 17px 30px;
    }
    
    .pl-20px{
        padding-left: 0px;
    }
    
    .footer-copyright{
        margin-top: 0px;
    }
    
    .hero.bg-section {
        padding: 230px 0 60px;
    }
    
    header.main-header{
            padding-top: 60px;
    }
}

.service-content-footer .readmore-btn{
    color:#fff;
    
}

.service-image img {
    aspect-ratio: 4 / 3;
}
.project-body {
    bottom: 78px;
    
}
.project-body-title h3 {
    font-size: 19px;
    text-align: center;
}

.service-item .service-image a::before
 {
    background: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, rgba(217, 217, 217, 0) 13.02%, rgba(0, 0, 0, 0.51) 42.5%, rgba(0, 0, 0, 0.63) 70%, #1c4d98 100%);

}
/* PCERF Custom Theme Styles */
/* Write all custom styling adjustments here using static color codes directly. */

/* Admin Panel Styles */
.admin-sidebar {
    background-color: #1a1e21 !important;
}

.admin-sidebar .nav-link {
    transition: all 0.3s ease;
}

.admin-sidebar .nav-link:hover {
    background-color: #2b3035 !important;
    padding-left: 20px !important;
}

.admin-sidebar .bg-black {
    background-color: #111416 !important;
}

.bg-success-subtle {
    background-color: #d4edda !important;
}

.bg-warning-subtle {
    background-color: #fff3cd !important;
}

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

.tracking-wider {
    letter-spacing: 0.05em;
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

.main-menu ul li.submenu > button {
  background: transparent;
  border: 0;
  cursor: pointer;
}

.main-menu ul li.submenu > button::after {
  content: '\f107';
  font-family: 'FontAwesome';
  font-size: 14px;
  margin-left: 8px;
}

.main-menu ul li.submenu.submenu-open > .sub-menu {
  visibility: visible;
  opacity: 1;
  transform: scaleY(1);
}
