.bg-search{
	padding: 5em 0em;
	background-color: #9c9291;
}
.bg-intro{
	padding: 7em 0em;
}
/*--/review--*/
#review {
    background: #08334b;
}
h3.title,h2.title.review {
	  color:#5DD28F;
}
.test-monials h5{
      font-size: 2em;
    color: #EFA52C;
    text-transform: none;
    margin-top: 0.7em;
	
}
.test-review p {
    font-size: 1em;
    font-weight: 400;
    line-height: 2em;
    margin: 2em 1em;
}
.test-review img{
	 border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	    box-shadow:0 10px 20px rgba(0, 0, 0, 0.41);
    -webkit-box-shadow:0 10px 20px rgba(0, 0, 0, 0.41);
    -moz-box-shadow:0 10px 20px rgba(0, 0, 0, 0.41);
    -o-box-shadow:0 10px 20px rgba(0, 0, 0, 0.41);
    -ms-box-shadow:0 10px 20px rgba(0, 0, 0, 0.41);
}
.test-review p img {
    margin: 0 10px!important;
	box-shadow:none;
}
.test-review img {
    margin: 0 auto;
}
.test-monials {
    text-align: left;
	/*float:right;*/
	padding-top:8em;
	color: #fff;
}
.test-left-img{
	background: url(../images/banner01.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height:392px;
}
/*--//review--*/
@media(max-width:1024px){

}
@media(max-width:768px){
.bg-intro {
    padding: 3em 0em;
}
}
@media(max-width:414px){

}