#menu-header {
	left: 0;
	top: 0;
	z-index: 999;
}
#right_menu {
	overflow-y: scroll;
	height: 100vh;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	align-content: space-between;
}
#right_menu .wpforms-container {
	margin-bottom: 0;
}
#header {
	transition: 0.3s all linear;
}
#home #header.scroll.white_header {
	position: fixed;
	width: 100%;
	background: #fff;
	z-index: 9999;
	box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.1);
}
#inside #header.scroll {
	position: fixed;
	width: 100%;
	background: #fff;
	z-index: 9999;
	box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.1);
}
.hero-inside.scroll {
	margin-top: 146px;
}
#pre_loader {
	background: rgba(255, 255, 255, 0.8);
	z-index: -1;
	left: 0;
	top: 0;
	display: flex;
	align-content: center;
	justify-content: center;
	align-items: center;
	justify-items: center;
	flex-wrap: wrap;
	transition: all 0.3s linear;
	opacity: 0;
	visibility: hidden;
}
#pre_loader.show {
	transition: all 0.3s linear;
	opacity: 1;
	visibility: visible;
	z-index: 9999999;
}
#main-content {
	z-index: 9;
}
.tooltip.show {
	opacity: 1;
	z-index: 99999;
}
#post_item .item-image {
	width: 100%;
}
.post-topics {
	text-align: right;
}
.social-icons i {
	font-size: 17px;
}
#topics,
#countries {
	width: 95%;
	overflow: hidden;
	padding-right: 15%;
}


