body.widget-snippet .welcome-area{
  padding: 40px;
}
.welcome-area{
	padding-top:118px;
	padding-bottom:30px;
	color: rgba(0, 0, 0, 0.8);
	text-align:left;
}

.welcome-area h2 {
    color: #89b723;
    font-size: 40px;
    font-weight: 700;
    line-height: 45px;
    margin: 0;
    padding: 0;
    position: relative;
    text-transform: uppercase;
    text-align: right;
    font-family: 'Gotham';
}
.welcome-area  h6{
    color: #616161;
    font-size: 25px;
    font-weight: 300;
    text-align: right;
    margin: 0;
    padding:0 0 10px;
    position: relative;
    font-family: 'Conv_Gotham-Rounded-Light';
}
.welcome-area  h6:after{
	content:'';
	width:38px;
	height:2px;
	background-color:#89b723;
	position:absolute;
	right:0;
	bottom:0;	
}
.welcome-area h2, .welcome-area h6 {
    margin-right: 45px;
}
.widget.widget-snippet    .welcome-text  p{
    color: rgba(0,0,0,0.9);
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    margin: 0;
    padding:0;
    font-family: 'Conv_Gotham-Rounded-Light';
}
.widget.widget-snippet  .welcome-text  p + p{
    margin-top: 15px;
}

@media screen and (min-width:1130px) {
    .welcome-area .container{
        width: 1130px;
    }

}

@media screen and (max-width: 767px) {
	 
}
