/*Import Global Compulsory CSS Files*/
@import url(app.css);
@import url(blocks.css);

/*Import CSS Plugins*/
@import url(plugins/style-switcher.css);

* {
	border-radius: 0;
}

body {
 color: #333;
 font-size: 15px;
 line-height: 1.6;
}

body.header-fixed-space {
  padding-top: 94px;
}
body.header-fixed-space-v2 {
	padding-top: 135px;
}

@media (max-width: 991px) {
	body.header-fixed-space,
	body.header-fixed-space-v2 {
		padding-top: 0;
	}
}

p,
li,
li a,
label {
 color: #000;/*#555;*/
}

a {
 color: #72c02c;
 text-decoration: none;
}

a,
a:focus,
a:hover,
a:active,
button,
button:hover {
	outline: 0 !important;
}

a:focus {
text-decoration: none;
}
a:hover {
 color: #72c02c ;
 text-decoration: none;
}

/*Boxed Layout
------------------------------------*/
.wrapper {
	background: #fff;
}

.boxed-layout {
  padding: 0;
  box-shadow: 0 0 5px #ccc;
  margin-left: auto !important;
  margin-right: auto !important;
  background: url(../img/patterns/15.png) repeat;
}

/*Hiding arrows for select field in IE*/
select::-ms-expand {
  display: none;
}

.p-1-new{border:2px solid #bbb; height: 260px;}

.team-p{font-size:26px !important; color:#333; line-height: inherit !important; font-family: "Open Sans", Arial, sans-serif;}

.nopadding1{padding:0px 15px !important}

.h2-font{font-size:36px; color:#72c02c !important; font-weight: 400; }

.h2-color{font-size:34px; color:#333 !important}

.text-1{text-decoration:none !important}

.p-font1 p{font-size:17px !important; text-align:justify}

.no-right-padding{padding-right:5px}

.no-left-padding{padding-left:5px}

.v2-list li{margin-bottom:5px !important}

.news-v3 p{text-align:justify}

.margin-top-10{margin-top:10px}

.margin-top-20{margin-top:20px}

.font-light a{color:#72c02c}

.table-striped td{width:80%}

.color-1{color:#000 !important; font-weight:400}