body {
	margin: auto;
	padding: 0px;
	font-family: 'Montserrat', sans-serif;
	background: url(../images/light_bg.jpg) no-repeat bottom center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
/*
	-webkit-box-shadow: 0px 5px 6px rgba(50, 50, 50, 0.44);
	-moz-box-shadow: 0px 5px 6px rgba(50, 50, 50, 0.44);
	box-shadow: 0px 5px 6px rgba(50, 50, 50, 0.44);
	
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	
	background: url(../images/seek_bg.jpg) no-repeat top center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
	
	@media (min-width:220px) and (max-width:767px) {*/
		


a {
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: none;
	outline: none;
}
.call_ustop {
	width: auto;
	line-height: 24px;
	text-align: left;
	float: right;
	font-size: 15px;
	padding: 12px 0px 12px 0px;
}
.call_ustop p {
	width: auto;
	display: inline-block;
	padding-left: 10px;
	margin: 0px;
	color: #fff;
}
.call_ustop p a {
	color: #fff;
	font-size: 26px;
	font-weight: bold;
}
.call_ustop img {
	float: left;
	margin-top: 5px;
}
.main_bg {
	width: auto;
	margin: auto;
	background: url(../images/main_bg.jpg) no-repeat top center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 740px;
	padding-top: 30px;
}
.listen_part {
	width: auto;
	margin-top: -570px;
}
.listen_sec {
	width: auto;
	padding: 50px 20px 60px 20px;
	background: #fff;
	margin-bottom: 70px;
	-webkit-box-shadow: 0px 1px 9px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0px 1px 9px 0px rgba(50, 50, 50, 0.75);
	box-shadow: 0px 1px 9px 0px rgba(50, 50, 50, 0.75);
}
.listen_sec h2 {
	margin: 0px 0px 50px 0px;
	padding: 0px;
	color: #434343;
	font-size: 42px;
	text-align: center;
	font-weight: 400;
}
.listen_sec h2::after {
	content: "";
	display: block;
	margin: 0 auto;
	width: 70px;
	padding-top: 20px;
	border-bottom: 4px solid #67160d;
}
.mobile_app {
	width: auto;
	text-align: center;
}
.mobile_app img {
	display: inline-block;
}
.mobile_app h4 {
	font-size: 26px;
}
.mobile_app p {
	font-size: 16px;
	color: #666;
	margin: auto;
}
.mobile_app a {
	margin-top: 20px;
	width: auto;
	display: inline-block;
	background: #712091;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 20px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	padding: 11px 30px 11px 30px;
	border: rgba(94, 13, 126, 0.6) 2px solid;
}
.mobile_app a:hover {
	color: #712091;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border: #712091 solid 2px;
	background: none;
}
.website_design {
	width: auto;
	text-align: center;
}
.website_design img {
	display: inline-block;
}
.website_design h4 {
	font-size: 26px;
	padding-top: 50px;
}
.website_design p {
	font-size: 16px;
	color: #666;
	width: 300px;
	margin: auto;
}
.website_design a {
	margin-top: 20px;
	width: auto;
	display: inline-block;
	background: #712091;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 20px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	padding: 11px 30px 11px 30px;
	border: rgba(94, 13, 126, 0.6) 2px solid;
}
.website_design a:hover {
	color: #712091;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border: #712091 solid 2px;
	background: none;
}
/*******PROMOTE  page*******/

.promote_page {
	width: auto;
	padding: 30px 0px 40px 0px;
}
.promote_page h2 {
	margin: 0px 0px 50px 0px;
	padding: 0px;
	color: #434343;
	font-size: 42px;
	text-align: center;
	font-weight: 400;
	text-transform: uppercase;
}
.promote_page h2::after {
	content: "";
	display: block;
	margin: 0 auto;
	width: 70px;
	padding-top: 20px;
	border-bottom: 4px solid #67160d;
}
.pro_img {
	width: auto;
	text-align: center;
	padding-bottom: 50px;
}
.pro_img img {
	display: inline-block;
}
.pro_img h4 {
	font-size: 26px;
	padding-top: 50px;
}
.pro_img p {
	font-size: 16px;
	color: #666;
	width: 80%;
	margin: auto;
}
.pro_img a {
	margin-top: 30px;
	width: auto;
	display: inline-block;
	background: #712091;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 20px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	padding: 11px 30px 11px 30px;
	border: rgba(94, 13, 126, 0.6) 2px solid;
}
.pro_img a:hover {
	color: #712091;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border: #712091 solid 2px;
	background: none;
}
/*Footer*/

/****Footer*****/


footer {
	width: auto;
	background: #18171c;
	text-align: center;
	padding: 70px 0px 60px 0px;
}
footer img {
	display: inline-block!important;
}
footer ul {
	list-style: none;
	display: inline-block;
	margin: 35px 0px 0px 0px;
	padding: 0px;
}
footer li {
	margin: 0px;
	padding: 0px 5px 0px 5px;
	display: inline-block;
}
footer li a {
	margin: 0px 10px 0px 10px;
	padding: 5px;
	color: #969696;
	font-size: 26px;
	display: inline-block;
		-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
footer li a:hover {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	color: #fff;
}
.copyright {
	width: auto;
	background: #4f4e56;
	padding: 20px 0px 20px 0px;
	font-size: 16px;
	color: #ddd;
	text-align: center;
}

.hover15 figure {
	position: relative;
}
.hover15 figure::before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(255,255,255,.2);
	border-radius: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
}
.hover15 figure:hover::before {
	-webkit-animation: circle .75s;
	animation: circle .75s;
}
@-webkit-keyframes circle {
 0% {
 opacity: 1;
}
 40% {
 opacity: 1;
}
 100% {
 width: 130%;
 height: 130%;
 opacity: 0;
}
}
@keyframes circle {
 0% {
 opacity: 1;
}
 40% {
 opacity: 1;
}
 100% {
 width: 100%;
 height: 100%;
 opacity: 0;
}
}


/******Responsive******/


@media (min-width:220px) and (max-width:767px) {

.logo{
	width:auto;
	text-align:center;
}

.logo a{
	display:inline-block;
}

.listen_sec h2 {
    margin: 0px 0px 50px 0px;
    padding: 0px;
    color: #434343;
    font-size: 32px;
    text-align: center;
    font-weight: 400;
}

.call_ustop {
    width: 100%;
    line-height: 24px;
    text-align: center;
    float: none;
	display:inline-block;
    font-size: 15px;
    padding: 12px 0px 12px 0px;
}

.listen_sec {

    width: auto;
    padding: 50px 0px 60px 0px;
	
}

.website_design {
    width: auto;
    text-align: center;
	padding-top:40px;
}

.website_design p {
    font-size: 16px;
    color: #666;
    width: auto;
    margin: auto;
}

.website_design a {
    margin-top: 20px;
    width: auto;
    display: inline-block;
    background: #712091;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
}

.mobile_app a {
    margin-top: 20px;
    width: auto;
    display: inline-block;
    background: #712091;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
}

.promote_page {
    width: auto;
    padding:0px 0px 40px 0px;
}

.promote_page h2 {
    margin: 0px 0px 50px 0px;
    padding: 0px;
    color: #434343;
    font-size: 32px;
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
}

.pro_img p {
    font-size: 16px;
    color: #666;
    width: 100%;
    margin: auto;
}

}



@media (min-width:768px) and (max-width:1223px) {
	
	.mobile_app a {
    margin-top: 20px;
    width: auto;
    display: inline-block;
    background: #712091;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
	}
}












