/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 31 2025 | 18:27:04 */
/* 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: #912025;
  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: #912025 !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 */
/* .elementor-element-c591b2e img {
    filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(339deg) brightness(550%) contrast(105%);
} */

.fullscreen-overlay {
    position: fixed;
    top: 74px;
    right: 0; 
	left:0;
    width: 100%;
    height: 100%;
    z-index: 111;
	display:none;
	background-color: #fff;
	padding-top: 40px;
	overflow: scroll;
}

/* .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;
} */

/* .scrolled #nav-icon1 span {
	background-color: #000;
} */
.fullscreen-overlay nav > ul > li {
    padding: 12px 14px !important;
	background-color: #F2F2F2;
	    margin-top: 24px !important;
	width: 100% !important;
	    position: relative !important;
	display: block !important;
}
.fullscreen-overlay nav > ul > li:hover {
	background-color: #95010E;
}

.fullscreen-overlay nav li.current-menu-item {
	background-color: #95010E;
}
.fullscreen-overlay nav #menu-primary-menu-1 li.current-menu-item a {
	color: #fff !important;
}
.fullscreen-overlay nav li a {
    padding-bottom: 0 !important;
	display: block;
	width: 100%;
}



.fullscreen-overlay nav li span.sub-arrow {
    position: absolute;
    right: 0px;
}
.fullscreen-overlay nav li span.down-arrow {
    position: absolute;
    right: 15px;
	top: 12px;
	filter: invert(16%) sepia(72%) saturate(2731%) hue-rotate(341deg) brightness(86%) contrast(93%);
}
.fullscreen-overlay nav li:hover span.down-arrow img {
/* 	filter: invert(99%) sepia(1%) saturate(2544%) hue-rotate(141deg) brightness(115%) contrast(100%); */
}
span.down-arrow {
	display: none;
}
/* .fullscreen-overlay nav li .sub-menu {
    position: relative;
} */
.fullscreen-overlay nav li .sub-menu a {
    font-size: 18px;
	    width: 100% !important;
	font-weight: 400 !important;
	position: relative;
	padding-left: 20px;
}
.fullscreen-overlay nav #menu-primary-menu-1 li .sub-menu li:hover a {
	color: #912025 !important;
	opacity: 1 !important;
}
.fullscreen-overlay nav li .sub-menu a:before {
    content: '';
	    position: absolute;
	left: 0;
    bottom: 12px;
    width: 13px;
    height: 2px;
    background: #912025;
	transition: all 0.3s ease-in-out;
}
/* .fullscreen-overlay nav li .sub-menu li:hover a:before {
	width: 100%;
} */
.fullscreen-overlay nav li .sub-menu li {
padding: 5px 0px !important;
    border-bottom: 0 !important;
    width: 100%;
}

.fullscreen-overlay nav #menu-primary-menu-1 li .sub-menu {
    position: relative !important;
    margin: 0 0 10px 0 !important;
    width: 100% !important;
    flex-direction: column;
    display: flex;
    top: 10px;
    background-color: #fff !important;
    padding: 10px 10px 20px 10px;
}
.sub-menu.added {
    height: 0;
    overflow: hidden;
}


.mobile-header .et_pb_row.et_pb_row_1_tb_header {
    display: flex;
    align-items: center;
}
.mobile-header .et_pb_column_2_tb_header, .mobile-header .et_pb_column_3_tb_header {
    margin-bottom: 0px;
}
.mobile-header .et_pb_column_2_tb_header {
    width: 270px;
}
.mobile-header .et_pb_column_3_tb_header {
    width: 42px !important;
	    position: absolute;
    right: 14px;
}
.et_pb_row:after, .et_pb_row_inner:after {
    content: "";
    display: block !important;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    width: 0;
}
.mobile-menu .et_pb_menu__menu {
        display: block !important;
    }

.mobile-menu .et_mobile_nav_menu {
    display: none !important;
}
.mobile-menu .et_pb_menu__menu {
    width: 100%;
}
.mobile-menu .et-menu {
    margin-left: 0;
    margin-right: 0;
    flex-direction: column;
    width: 100%;
}

.fullscreen-overlay .et_pb_row.et_pb_row_2_tb_header.et_pb_row--with-menu {
    height: 88%;
}

.mobile-header {
		display: none !important;
	}
	.main-header {
		display: block !important;
	}
.mobile-header .et_pb_row.et_pb_row_2_tb_header {
    display: flex;
    align-items: center;
}
.mobile-header .et_pb_code_inner {
    display: flex;
    justify-content: end;
}
.mobile-header .header-logo {
	margin-bottom: 0 !important;
}

@media screen and (max-width: 981px) {
	.mobile-header {
		display: block !important;
	}
	.main-header {
		display: none !important;
	}
	.fullscreen-overlay nav li span.down-arrow {
		display: inline-block;
	}
}

