@charset "utf-8";
/* CSS Document */

h1, h2, h3, h4 {
	margin:20px 0;
	text-transform:capitalize;
	font-weight:normal;
}

h1.head {
        padding-bottom: 20px;
        font-family: 'Arvo';
        text-transform: uppercase;
        font-weight: normal;
        font-size:40px;
        color: #000;
		text-align:center;
		margin-top:30px;
    }
h3.head3 {
        font-size:22px;
		line-height:25px;
        color: #3f9059;
		text-align:center;
    }
.text-left {
	text-align:left;
}

.top-space {
	margin-top:30px !important;
}
.bottom-space {
	margin-bottom:30px !important;
}
p {
	font-weight:normal;
	color: #666;
	text-align:justify;
}
p.big20 {
	font-size:20px;
	font-weight:bold;
}
.clr {
	clear:both;
}
.line {
	background:#dcddde;
	height:2px;
	width:100%;
	margin:30px 0;
	clear:both;
	}
.img-style1 {
	background:#a8cf45;
	padding:10px;
	border-radius:15px;
}
section {
	padding:40px 0;
}
ul.list-style {
	font-size:17px;
	font-weight:normal;
	color: #666;
}
ul.list-style li {
	padding:5px 0;
}

#about {
	padding:0px 0px 40px 0;
}
#about h2 {
	color:#3f9059;
	font-size:38px;
	font-weight:600;
	margin-top:0px;
}
.team-wrapper {
	border:2px double #dcddde;
	width:100%;
	text-align:justify;
	padding:20px;
	min-height:620px;
}
.team-wrapper h3 {
	color:#666;
	font-size:22px;
	font-weight:650;
	margin-top:0px;
	text-align:center;
}
.team-wrapper2 {
	border:2px double #dcddde;
	width:100%;
	text-align:justify;
	padding:20px;
	min-height:735px;
}
.team-wrapper2 h3 {
	color:#666;
	font-size:22px;
	font-weight:600;
	margin-top:0px;
	text-align:center;
}

@media (max-width:1024px) {
	.team-wrapper2 {
	min-height:720px;
}

}
@media (max-width:768px) {

}
@media (max-width:600px) {

}
@media (max-width:400px) {

}

/*software style*/
.panel-default > .panel-heading {
    color: #fff !important;
    background-color: #3e8f58 !important;
    border-color: #fff !important;
	font-weight:600 !important;
}

table.dataTable thead th, table.dataTable thead td {
    padding: 10px 18px;
    border: 1px solid #fff !important;
	color:#000 !important;
    text-align: center;
    background: #a8cf45!important;
}

.mega-menu .sublist {
    background: #357049 !important;
    padding: 0;
}

