/*!
 * Project Custom Stylesheet
 * Author : Ahmed Abdel Moula
 */@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap);
#navbarContent {
	margin-left: auto
}
#navbarContent .navbar-nav {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	align-items: center
}
#navbarContent .navbar-nav li {
	margin-left: 15px
}
#navbarContent .navbar-nav li a {
	text-decoration: none;
	color: #1853aa
}
.wcc-container {
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 30px
}
.wcc-row {
	display: flex;
	margin: 15px -15px 60px;
	flex-wrap: wrap
}
.wcc-row .wcc-col {
	box-sizing: border-box;
	flex-basis: 50%;
	padding: 15px;
	display: flex;
	flex-direction: column
}
.wcc-row .wrapper {
	padding: 15px;
	border: 1px solid #ccc;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center
}
#wcc-main {
	margin: 45px auto
}
.text-center {
	text-align: center
}
.wcc-wrapper {
	display: flex;
	align-items: center;
	flex-direction: column;
	margin-top: 0;
}
.wcc-list li, .wcc-wrapper .wcc-crnt-currency {
	align-items: center
}
.wcc-wrapper * {
	box-sizing: border-box
}
.wcc-wrapper .d-flex {
	display: flex
}
.wcc-wrapper .wcc-list-opened {
	transition: all .2s linear
}
.wcc-list {
	width: 100%;
	padding: 0;
	margin: 0;
	overflow-y: auto;
	display: none
}
.wcc-list li {
	margin: 0;
	border-top: none!important;
	transition: all .25s linear
}
.wcc-list li:last-child {
	border-radius: 0 0 5px 5px
}
#wcc-header {
	background: #e2ebe9
}
#wcc-header .wrapper {
	-webkit-overflow-scrolling: touch;
	position: relative;
	transition: all .2s linear
}
#wcc-header .sticky {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
	background: #eee;
	border-bottom: 1px solid #eaeaea
}
#wcc-header .sticky .navbar-brand img {
	max-height: 48px
}
#wcc-header .wcc-container {
	display: flex;
	align-items: center
}
#wcc-header .navbar-brand img {
	padding: 5px 0;
	max-height: 60px
}
@media screen and (max-width:991px) {
#wcc-header .navbar-brand img {
	max-height: 48px
}
}
#top-animate {
	width: 28px;
	height: 28px;
	text-align: center;
	position: absolute;
	top: -14px;
	left: calc(50% - 14px);
	background: #999;
	color: #fff;
	border-radius: 50%;
	font-size: 24px;
	line-height: 24px;
	transition: all .2s linear
}
#top-animate:hover {
	background: #fff
}
#wcc-footer {
	margin-top: 30px;
	padding-top: 30px;
	position: relative;
	border-top: 2px solid #999
}
