.serv-box2 {
  -webkit-box-shadow: 0 0 15px rgba(0,0,0,.12);
  -ms-box-shadow: 0 0 15px rgba(0,0,0,.12);
  -o-box-shadow: 0 0 15px rgba(0,0,0,.12);
  box-shadow: 0 0 15px rgba(0,0,0,.12);
  background-color: #fff;
  float: left;
  padding: 40px 20px;
  width: 100%;
}
.serv-box2 > i {
  display: inline-block;
  background-color: #f5f4e5;
  height: 120px;
  width: 120px;
  line-height: 120px;
  margin-bottom: 20px;
}
.serv-box2 > i img {
  display: inline-block !important;
  width: auto !important;
}
.serv-box2 > h6 {
  color: #444;
  display: inline-block;
  max-width: 55%;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
}
.serv-box2 > p {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 24px;
  max-width: 95%;
  display: inline-block;
}

.common-text-wrap {
	float: left;
	width: 100%;
	font-family: 'Raleway', sans-serif;
}
.common-text-wrap > h3 {
	max-width: 100%;
	display: inline-block;
    font-size: 40px;
    font-weight: 800;
    line-height: 1.1em;
    padding-bottom: 20px;
}
.common-text-wrap > p {
	margin-bottom: 0;
	display: inline-block;
	max-width: 100%;
	font-size: 17px;
    color: #696969;
    font-weight: 500;
    padding: 20px 15px 10px;
    line-height: 22px;
}

.for-cal {
  display: block;
  margin-top: 40px;
}
.for-cal > img {
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
}
.for-cal-innr {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
.for-cal-innr > span {
	font-size: 20px;
	font-weight:900;
	display: block;
	text-transform:uppercase;
	color:#000;
}
.for-cal-innr > strong {
	font-size: 30px;
	font-weight: 900;
	color:#94c13d;
}
.video-box2 {
    float: left;
    position: relative;
    width: 80%;
    overflow: hidden;
    margin: 65px 10% 0;
}
.video-box2:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: #000;
  content: "";
  opacity: .5;
}
.video-box2 > a {
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 45px;
	color: #454545;
	background: #fffc00;
	color:#fff;
	line-height: 85px;
	width: 115px;
	border-radius: 10px;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.video-box2 > a:hover,
.video-box2 > a:focus {background: #94c13d;}
.video-box2 > img {width: 100%;}
div.news-thumb img {width: 100%;}
.col-md-9 .news-box.list > div.news-thumb {min-width: 260px;}


/*===== Stats Wrap =====*/
.stats-wrap {
  float: left;
  width: 100%;
}
.common-bg-pic{
	position:relative;
	background-size: cover;
	background-position: center;
    width: 100%;
    background-size: cover;
    background-position: center;
    z-index: 1;
}
.common-bg-pic:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: .8;
  z-index: -1;
  -webkit-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.join-wrap,
.stats-list-wrap {
    float: left;
    padding: 0 80px;
    position: relative;
    width: 100%;
    z-index: 1;
}
.stats-list-wrap {
    padding-left:15px;
}
.join-inner {
  display: inline-block;
  text-align: left;
  max-width: 500px;
  margin-top: 20px;
}
.join-inner > h3 {
  color: #94c13d;
  font-size: 32px;
  font-weight: 900;
}
.join-inner > p {
  color: #fff;
}
.join-inner > a{	
    display: inline-block;
    padding: 8px 20px 7px;
    line-height: 26px;
    color: #000;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    font-weight: 900;
    background: #fffc00;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: none;
    font-family: 'Raleway', sans-serif;
	margin-top:25px;
}
.join-inner > a:hover{
    background: #94c13d;
	color:#fff;
}
.stats-list {
	display: inline-block;
	max-width: 560px;
	float: none;
}
.stat-box {
	float: left;
	width: 100%;
	padding: 20px 20px 15px;
	font-family: 'Raleway', sans-serif;
}
.stat-box {
    border: 1px solid #e1e1e1;
    background-color: rgba(255,255,255,.15);
    float: left;
    width: 100%;
    padding: 20px 15px;
	margin-bottom:30px;
}
.stat-box > span {
	color: #fffc00;
	display: inline-block;
	font-size: 15px;
	margin-bottom: 10px;
	max-width: 80%;
	font-weight: 600;
	line-height: 18px;
    letter-spacing: .5px;
}
.stat-box > strong {
	color: #94c13d;
	display: block;
	font-weight: 900;
	font-size: 30px;
}


