#smooth-content {
  will-change: transform;
}

button.clickable-parent,
a.clickable-parent{
position: static !important;
}

.clickable-parent:not(a) > a::after {
    content: "";
    position: absolute;
    inset: 0;
    cursor: pointer !important;
    display: flex;
    z-index: 1;
}

/*Header*/

.header-nav ul li a{
transition: all 0.3s ease-in-out!important;
}

.header-nav ul li a:hover {
color: #005FEF !important;
}
/*----White Header*/

body.blog  .header-sec-transparent,
body.single-post .header-sec-transparent,
body.page-id-37 .header-sec-transparent,
body.page-id-39 .header-sec-transparent{
  background-color: #ffffff;
}

body.blog #brx-header.sticky.scrolling >  .header-sec-transparent,
body.single-post #brx-header.sticky.scrolling > .header-sec-transparent,
body.page-id-37 #brx-header.sticky.scrolling > .header-sec-transparent,
body.page-id-39 #brx-header.sticky.scrolling > .header-sec-transparent{
  background-color: #ffffff!important;
}

body.blog  .header-nav ul li .current-menu-item > a,
body.single-post .header-nav ul .current-menu-item > a,
body.page-id-37 .header-nav ul .current-menu-item > a,
body.page-id-39 .header-nav ul .current-menu-item > a{
color: #005FEF !important;
}

body.blog #menu-item-41 a,
body.single-post #menu-item-41 a{
color: #005FEF !important;
}

body.blog  .header-nav ul li a,
body.single-post .header-nav ul li a,
body.page-id-37 .header-nav ul li a,
body.page-id-39 .header-nav ul li a{
  color: #000000!important;
}

body.blog  .header-nav ul li a:hover,
body.single-post .header-nav ul li a:hover,
body.page-id-37 .header-nav ul li a:hover,
body.page-id-39 .header-nav ul li a:hover{
color: #005FEF !important;
}

body.blog  .ham .line,
body.single-post .ham .line,
body.page-id-37 .ham .line,
body.page-id-39 .ham .line{
  stroke:#001C75!important;
}

/*Footer*/
.footer-nav ul li a{
transition: all 0.3s ease-in-out!important;
}

.footer-nav ul li a:hover {
color: #5D9EFF !important;
}

/*Service*/
.service-card:hover .service-card-img{
  transform: scale(1.1);
}


/*Contact Us(FOOTER ALSO)*/
.cnt-social-card:hover .cnt-social-card-icon_wrap{
  background-color: #000;
}
