/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 11 2025 | 18:58:27 */
/* Hamburger Styling */

#nav-icon1{
  width: 35px;
  height: 20px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
	z-index: 9999;;
}

#nav-icon1 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
	z-index:99999;
}

#nav-icon1 span:nth-child(1) {
  top: 0px;
}

#nav-icon1 span:nth-child(2) {
  top: 10px;
}

#nav-icon1 span:nth-child(3) {
  top: 20px;
}

#nav-icon1.open span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

#nav-icon1.open  {
	height: 35px;
}

#nav-icon1.open span {
	background-color: #fff !important;
}


#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#nav-icon1.open span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}


/* On Click OVerlay Menu */

.fullscreen-overlay {
    position: fixed;
    top: 63px;
    right: 0; 
	left:0;
    width: 100%;
    height: 100%;
    z-index: 111;
	display:none;
	background-color: #000000D9;
	backdrop-filter: blur(10px);
	padding-top: 10px;
	overflow: scroll !important;
}

.elementor-element.elementor-element-41f4b6e.elementor-hidden-desktop.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded {
	backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
	    z-index: 9;
}
.elementor-element-41f4b6e.in-active {
	background-color: #11213A !important;
}

.fullscreen-overlay .elementor-nav-menu .menu-item-type-custom:last-of-type a {
	color: #F01826 !important;
}

/* .scrolled #nav-icon1 span {
	background-color: #000;
} */
.fullscreen-overlay nav li {
    padding: 10px 0 10px !important;
    border-bottom: 1px solid rgb(255 255 255 / 10%) !important;
}
/* .fullscreen-overlay nav li span.sub-arrow {
    position: absolute;
    right: 0px;
} */
.fullscreen-overlay nav li span.down-arrow {
    position: absolute;
    right: 0;
    top: 20px;
}
.fullscreen-overlay nav li .sub-menu {
    position: relative;
}
.fullscreen-overlay nav li .sub-menu a {
    font-size: 15px;
	    width: 100%;
	position: relative;
}
.fullscreen-overlay nav li .sub-menu a:before {
    content: '';
	    position: absolute;
	left: 0;
    top: 22px;
    width: 13px;
    height: 2px;
    background: #fff;
}
.fullscreen-overlay nav li .sub-menu li {
    padding: 15px 0 0 !important;
	    border-bottom: 0 !important;
}

.fullscreen-overlay nav li .sub-menu {
    position: relative;
    margin: 0 !important;
	width: 100% !important;
}
.sub-menu.added {
    height: 0;
    overflow: hidden;
}
.elementor-element-bad57a9 {
	backdrop-filter: blur(10px);
}
.elementor-element-fae5d2c ul li a {
position: relative;
}
    
.elementor-element-fae5d2c ul li a::after {
content: '';
    position: absolute;
    /* background: #000; */
    transform: translate3d(0, -100%, 0);
}
.elementor-element-fae5d2c ul li:hover a {
	animation: MoveScaleUpInitial 0.3s forwards, MoveScaleUpEnd 0.3s forwards 0.3s;
	color: #F01826 !important;
}
.elementor-element-fae5d2c ul#menu-1-fae5d2c li:last-child a.elementor-item {
    color: #F01826;
}