/* 344 Modified by the Divi Switch plugin by Divi Space to implement user customization(s) - Tue, 26 Nov 2024 04:00:03 +0000 */
/*!
Theme Name: Divi
Theme URI: http://www.elegantthemes.com/gallery/divi/
Version: 4.27.4
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/



#main-header,
#main-header.et-fixed-header { box-shadow: none; }
#footer-widgets .footer-widget li:before {display: none!important;} 
#footer-widgets .footer-widget li {padding: 0 0 10px 0px;}
#footer-bottom { display: none; }
#main-content { min-height: 100vh }
	.ds_preloader {
		font-family: ETmodules;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #212121;
		z-index: 999999;
		text-align: center;
		-webkit-animation: ds_preload_transition 1400ms linear forwards;
		-o-animation: ds_preload_transition 1400ms linear forwards;
		animation: ds_preload_transition 1400ms linear forwards;
		animation-delay: 2000ms;
	}

	.ds_preloader .ds_icon {
		position: relative;
		display: inline-block;
		color: #ffffff;
		line-height: 100vh;
		font-size: 40px;
		-webkit-animation: ds_preload_rotate 2000ms linear infinite;
		-o-animation: ds_preload_rotate 2000ms linear infinite;
		animation: ds_preload_rotate 2000ms linear infinite;
	}
	@-webkit-keyframes ds_preload_rotate {
		from {
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		}
		to {
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
		}
	}
	@keyframes ds_preload_rotate {
		from {
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		}
		to {
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
		}
	}
			@-webkit-keyframes ds_preload_transition {
					0% { display: block; opacity: 1; }
			99% { display: block; opacity: 0; }
			100% { display: none; opacity: 0; }
					}
			
				@keyframes ds_preload_transition {
					0% { display: block; opacity: 1; }
			99% { display: block; opacity: 0; }
			100% { display: none; opacity: 0; }
					}
			
		.et_pb_gallery_image a { pointer-events: none; cursor: default; }
#main-header .et_mobile_menu .menu-item-has-children > a { background-color: transparent; position: relative; }
#main-header .et_mobile_menu .menu-item-has-children > a:after { font-family: 'ETmodules'; text-align: center; speak: none; font-weight: normal; font-variant: normal; text-transform: none; -webkit-font-smoothing: antialiased; position: absolute; }
#main-header .et_mobile_menu .menu-item-has-children > a:after { font-size: 16px; content: '\3b'; top: 13px; right: 10px; }
#main-header .et_mobile_menu .menu-item-has-children.visible > a:after { content: '\3a'; }
#main-header .et_mobile_menu ul.sub-menu { display: none !important; visibility: hidden !important;  transition: all 1.5s ease-in-out;}
#main-header .et_mobile_menu .visible > ul.sub-menu { display: block !important; visibility: visible !important; }
.mobile_menu_bar::before {
    content: "\61";
}
.et_pb_scroll_top.et-pb-icon { color: rgba(0,0,0,0.4); }
.et_pb_scroll_top.et-pb-icon:hover { color: rgba(0,0,0,0.4); }