body{
  background-image: url('../images/bg/roshan_sir_profile.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  font-family: 'Montserrat'!important;
}

.experience{
  border: 1px solid white;
  padding: 3%;
  border-radius: 20px;
}
.experties{
  border: 1px solid white;
  padding: 3%;
  border-radius: 20px;
}

.specialities{
  border: 1px solid white;
  padding: 3%;
  border-radius: 20px;
}

@media (max-width: 768px){
  .right_icon{
    margin-left: 50%;
  } 

  .about_team{
    margin-left: 10%;
  }
}

#CloseButton {
	color:white;
	position: absolute;
	right: 10%;
	top: 55px;
	font-size: 35px;
	display: none;
	-webkit-transition: transform 1.5s;
	transition: transform 0.5s;
}
.menuOverlay {
	background: #000000;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 99999;
	opacity: 0;
	display: none;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}	
.menuitemWrapper {
	text-align: center;
	padding: 10% 35%;
}
.menuitemWrapper ul {
	list-style: none;
	color: white;
	padding-left: 0px;
}

.menuitemWrapper ul li{
	text-transform: uppercase;
	font-size: 28px;
	letter-spacing: 2px;
	font-weight: 900;
	padding: 10px 0px;
}
.menuitemWrapper ul li a{
	color:#fff;
	text-decoration:none;
}
.menuitemWrapper ul li a:hover{
	color:#fff100;
}
.MenuSlide{
	position: absolute;
	z-index: 99;
	left: 48%;
	right: 48%;
	bottom: 2%;
}

