.topbar{
	background:#193c1a;
	padding:0px;
	color:#fff;
	height:48px;
}
.topb ul {margin-top:7px !important; list-style-type:none !important; padding:0;
 }
.topb ul li {display:inline; width:10%;list-style-type:none !important;}
.topb ul li a{color:#fff;list-style-type:none !important;}
.topb .fa, .fas{
	color:green;
}

.regbtn{
	background:#193c1a !important;
	border:0;
}
.grenbtn{
	background:#39873b;
	border:0;
	color: white;
}

.srcbg{z-index:9999; background:#2bc030 !important;border:0;color:#fff;border-radius:100px !important;width:35px;height:35px; margin-top: -1px}
.greentxt{color:#008000 !important;}
.topbabout ul{list-style-type:square;}

.topbabout ul li::marker {
  color: #008000;
}

.topsearch input{height:32px; line-height:28px;}

.langdropdown{width:100px !important;float:left; background:#193c1a;border:0;color:#fff;}


#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}





.top-container {
  background-color: #f1f1f1;
  padding: 30px;
  text-align: center;
}

.header {
  padding: 10px 16px;
  background: #555;
  color: #f1f1f1;
}

.content {
  padding: 16px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 102px;
}

.searchbox{
	border-radius:20px !important;
	background:#305031;
	border:0;
	margin-right:-28px;
	z-index:8000;
	width:50px !important;
}
.topsearch{width:170px;float:right;}


h1
{
	color:#fff;
	margin:40px 0 60px 0;
	font-weight:300;
}

.our-team-main
{
	width:100%;
	height:auto;
	border-bottom:5px #00a606 solid;
	background:#fff;
	text-align:center;
	border-radius:10px;
	overflow:hidden;
	position:relative;
	transition:0.5s;
	margin-bottom:28px;
}


.our-team-main img
{
  margin-bottom:20px;
}

.our-team-main h3
{
	font-size:20px;
	font-weight:700;
}

.our-team-main p
{
	margin-bottom:0;
}

.team-back
{
	width:100%;
	height:auto;
	position:absolute;
	top:0;
	left:0;
	padding:5px 15px 0 15px;
	text-align:left;
	background:#fff;
	
}

.team-front
{
	width:100%;
	height:auto;
	position:relative;
	z-index:10;
	background:#fff;
	padding:15px;
	bottom:0px;
	transition: all 0.5s ease;
}

.our-team-main:hover .team-front
{
	}

.our-team-main:hover
{
	border-color:#777;
	}

/*our-team-main*/

