.welcome-sec.float_l {
    padding: 80px 0 50px 0;
}
.welcome-text {
    font-size: 75px;
    line-height: 90px;
    color: #F1AB29;
    text-align: center;
    margin-bottom:30px; 
    
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 50px 0;
}
.home-box {
    float: left;
    width: 31%;
    margin: 1%;
    text-align: center;
}
.home-box .heading {
    color: #F1AB29;
    font-size: 40px;
    font-weight: bold;
    line-height: 50px;
    padding: 0 0 5px 0;
}
.home-box .heading2 {
    font-size: 22px;
    color: #cccccc;
    line-height: 30px;
}
.home-box img.thumb {
    float: left;
    margin: 25px 0;
}
.home-box .simple-text {
    padding: 0 12px;
}
.home-box a.more {
    font-size: 16px;
    line-height: 24px;
    color: #030303;
    border: 1px solid #5c5c5c;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 3px;
    margin: 30px 0 0 0;
}
.home-box a.more:hover {
    color: #030303;
    background-color: #f1ab29;
    border: 1px solid #f1ab29;
}
.home-box a.more, .home-box a.more:hover {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.home-boxes.float_l {
    margin: 0 0 60px 0;
}











@media screen and (max-width: 1200px) {
	.welcome-text {
	  font-size: 60px;
	  line-height: 80px;
	  padding: 30px 0;
	}
}
@media screen and (max-width: 990px) {
	.welcome-sec.float_l {
	  padding: 40px 0 30px;
	}
	.welcome-text {
	  font-size: 30px;
	  line-height: 44px;
	  padding: 20px 0;
	}
	.home-box .heading {
	  font-size: 26px;
	  line-height: 36px;
	}
	.home-box .heading2 {
	  font-size: 20px;
	  line-height: 26px;
	}
	.home-box img.thumb {
	  margin: 15px 0;
	}
}
@media screen and (max-width: 768px) {
	.home-box {
	  max-width: 290px;
	  width: 100%;
	  margin: 30px 0;
	}
	.home-boxes.float_l {
	  margin: 0 0 30px;
	}
}