
.social_menu>li>a{
	color: white;
}
.video_frame{
		width: 230px;
		height: 160px;
}

.mSlider>a>img{
	height: 500px !important;
}

.bani_circle_img{
	width: 80px;
	height: 80px;
	border-radius: 50%;
	border: 8px solid #2E5177;
	background: #2E5177;
	position:absolute;
  top:-30px;
  left:-30px;
}

.rounded_button{
	margin: 25px 0px 25px 0px;
}
.rounded_button>img{
	width: 80px;
	height: 80px;
	border-radius: 50%;
	padding: 10px;
	border: 2px solid #9CD90E;
}
.rounded_button:hover>img{
	border: 5px solid #9CD90E;
	padding: 5px;
}
.rounded_button>p{
	text-align: center;
	font-weight: bold;
	color: #2E5177;
}
.rounded_button:hover>p{
	color: #9CD90E;
}

.nav-wrapper{
	background: #9CD90E !important;
	height: 50px !important;
	/* border-top: 3px solid white;
	border-bottom: 3px solid white; */
}
.nav-wrapper>ul>li>a{
	color: #2E5177;
	height: 30px;
	text-decoration: none;
	margin-top: 15px;
	margin-bottom: 5px;
	padding: 10px 10px 10px 10px;
	font-weight: bold;
	border-right: 2px solid white;
	display:block;
	line-height: 10px;
}
.nav-wrapper>ul>li:last-child>a{
	border-right: none;
}
.nav-wrapper>ul>li>a:hover{
	background-color: white;
}

.social-menu-top{
	font-size: 12px;
}
.social-menu-top>ul{
	list-style-type: none;
	margin: 0px 0px 0px -12px;
	padding: 0px;
	overflow: hidden;
}
.social-menu-top>ul>li{
	float: left;
}
.social-menu-top>ul>li>a{
	display: block;
	color: inherit;
	background-color: white;
	margin-top: 10px;
	padding: 5px 10px 5px 10px;
	text-align: center;
	text-decoration: none;
}

.language-menu{
	font-size: 11px;
}
.language-menu>ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
.language-menu>ul>li{
	float: right;
}
.language-menu>ul>li>a{
		display: block;
    color: white;
		background-color: #546E8B;
		padding: 5px;
		margin-top: 10px;
    text-align: center;
    text-decoration: none;
}
.language-menu>ul>li>a>i{
	font-size: 11px;
	background-color: white;
	border-radius: 10px;
	padding: 2px;
	margin: 0px;
	color: #2E5177;
}

.header_img{
	width: auto;
	height: 150px !important;
	margin-top: 20px;
}
.header_row{
	min-height:130px;
}

body{
	background: #FBFBFB;
}

@media only screen and (max-width: 600px) {
	.header_row{
		min-height:80px;
	}
	.header_img{
		width: auto;
		height: 100px !important;
		margin-top: 20px;
	}
	.video_frame{
			width: 330px;
			height: 180px;
	}
	.mSlider>a>img{
		height: 150px !important;
	}
}
