/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 26 2026 | 07:33:52 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

.sd_my_header {
    width: 100%;
    transition: all 0.3s ease;
}

.sd_my_header.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    animation: stickySlideDown 0.05s ease;
	background-color: #1f3b53;
}

body.header-sticky {
   /* padding-top: 80px;   */
}

@keyframes stickySlideDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}

.sd_inov_grd_area .elementor-element.e-con-full.e-flex.e-con.e-child {
    justify-content: stretch;
}

.sd_inov_grd_area .elementor-element.elementor-widget-txwpc-icon-box {
    height: 100%;
}

.sd_inov_grd_area .elementor-element.elementor-widget-txwpc-icon-box .icon__box-item {
    height: 100%;
}

.sd_cs_hero .banner-content > span:before {
	display:none;
}