.navbar-style-with-little-gap.navbar-absolute.is-sticky{
  background-color : #00003c !important;
}

.navbar-area.cyard-new-navbar-area {
    background-color: #00003c !important;
}

.navbar-area.cyard-new-navbar-area.is-sticky {
  background-color: #00003c !important;
}

.cyard-nav .navbar .navbar-nav .nav-item a:hover{
  color: #FFA21F !important;
}

.cyard-nav .navbar .navbar-nav .active.nav-item a {
    color: #FFA21F !important;
}

.page-title-area {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    
}

.wp-singular .page-title-area {
    background-image: url(https://nq16oozsvu.wpdns.site/wp-content/uploads/2025/11/cybersecurity-5642004_1920.jpg) !important;
    background-position: center;
}

.blog .page-title-area {
    background-image: url(https://nq16oozsvu.wpdns.site/wp-content/uploads/2025/11/cybersecurity-5642004_1920.jpg) !important;
    background-position: center;
}

.single-post .page-title-area {
    background-image: url(https://nq16oozsvu.wpdns.site/wp-content/uploads/2025/11/cybersecurity-5642004_1920.jpg) !important;
    background-position: center;
}

.page-title-area::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 0;
}

.page-title-content {
    text-align: center;
    text-transform: capitalize;
    z-index: 2 !important;
    position: relative;
}

.page-title-content .cyarb-seo-breadcrumbs {
    color: white;
}

.page-title-content .cyarb-seo-breadcrumbs a{
    color: white !important;
}

.page-title-area h1 {
    color: #ffa21f !important;
}

.page-title-content ul li{
  color: white !important;
}

.page-title-content ul li a{
  color: white !important;
}

.page-title-content ul li::before{
  background: white;
}

.page-title-content ul li::after{
  background-color: white;
}

.page-title-area .shape1 {
    display: none;
}

.page-title-area .shape2 {
    display: none;
}

.page-title-area .shape4 {
    display: none;
}

.page-title-area .shape5 {
    display: none;
}

/* Footer */

.footer-style-two-with-color{
  background-color: #00003c;
}

.copyright-style-two-with-color{
  background-color: #00003c;
  border-top: solid 1px #5a5a5a;
}
/* Footer */

/* Top Header */
.top-header-contact-info li{
  color: #000000 !important;
}

.top-header-contact-info li a{
  color: #000000 !important;
}

.top-header-right-side li a{
  color: #000000 !important;
}


.top-header-contact-info{
      font-family: 'Roboto';
    font-size: 14px;
}

.top-header-area{
  padding-top:0px;
  padding-bottom:0px;
}
/* Top Header */

.white_text p {
    color: white !important;
}



@media only screen and (min-width: 768px) and (max-width: 991px) {
    h2 {
        font-size: 32px !important;
    }

     h3 {
        font-size: 26px !important;
    }
}

@media only screen and (max-width: 767px) {
     h2 {
        margin-bottom: 12px;
        font-size: 24px;
    }

     h3 {
        font-size: 20px !important;
    }
}

@media only screen and (min-width: 992px)  {

 h2 {
        font-size: 40px;
    }
  }