@charset "utf-8";
/* CSS Document */

.tab-pane {
  border: 1px solid #ddd;
  padding: 42px;
  background-color: #ffffff;
}


.about_us_tab_data {
  margin-top: 30px;
  margin-bottom: 65px;
}


#about_us_section
{
	text-align:center;
	margin: 50px 0px 50px 0px;
	width:100%;

}

.about_us_section_data {
	margin: 30px 0px;
	line-height: 35px;
}

#about_us
{
	padding-bottom: 25px;
}

#about_us i
{
	padding: 35px;
    background: #24DC97;
    color: #FFF;
    border-radius: 5px;
}


.oldicon {
    background: url(images/2013.png) no-repeat right bottom;
    height: 200px;
}


.nowicon {
    background: url(images/now.png) no-repeat right;
    height: 170px;
}

.now h3, .old h2 {
    color: #24DC97;
    font-size: 2em;
    font-weight: bold;
}


#about_us .node_item_inner {
    height: 425px;
    margin-bottom: 25px;
    color: #FFF;
    position: relative;
    text-align: center;
	background:#24DC97;
	border-radius: 5px;
}

#about_us .node_item_inner h3 {
    background: #FFF;
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    position: absolute;
    bottom: 0px;
    padding: 0px 15px;
	margin-left: 1px;
	color: #283A44;
}

#about_us .service-desc p {
    padding: 5px;
	margin: 0 0 2px;
}

#about_us .service-desc img {
    height: auto;
    width: auto;
	border-radius: 5px;
	margin:5px 0px;
}


.bg_green {
    background: #74f167;
}

.color_green {
    color: #74f167;
}

.bg_blue {
    background: #33ccff;
}

.color_blue {
    color: #33ccff;
}


.bg_brown {
    background: #efb664;
}

.color_brown {
    color: #efb664;
}

#mission
{
	margin:50px 0px;
}

#mission h4
{
	text-transform:uppercase;
	font-size: 24px;
}

.mission-desc
{
	background: #24DC97;
	color: #FFF;
	text-align: center;
	padding: 30px;
	margin-bottom: 20px;
	border-radius: 5px;
	cursor:pointer;
}
	
.mission-content
{
	font-size:18px;
	line-height: 25px;
}


#mission .icon-box
{
	color: #FFF;
}




.mission-desc:hover
{
	background:#283a44;	
}

