/* middle */
.middle-info {
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	background-image: url(bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 30px;
	padding-bottom: 50px; 
    position: relative;
}
.middle-info:after{
    position: absolute;
    background: rgba(40, 40, 40, 0.2);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
}
.middle-infotxt{
	z-index: 99;
	position: relative;
}
.button-style {
	padding: 11px 30px;
	border: none;
	color: #fff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	border: 2px solid #3F90D2;
	background: #3F90D2;
	display: inline-block;
	margin: 10px 10px;
}

.button-style-2 {
    border: 2px solid #fff;
    background: transparent;
}

a.button-style:hover {
    color: #fff;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
}

h3.w3ls-title-2 {
	font-size: 36px;
	color: #FFFFFF;
	margin-bottom: 30px;
	text-transform: capitalize;
}

h3.w3ls-title-2 span {
    display: block;
    font-size: 17px;
    color: #00d0ff;
    font-weight: 400;
}

/* //middle */

@media screen and (max-width: 768px) {
	h3.w3ls-title-2 {font-size: 24px;}
	h3.w3ls-title-2 span { font-size: 14px;}
	}
