.top-margin {
	margin-top: 96px;
}
.bottom-margin {
	margin-bottom: 96px;
}

p {
	font: normal 16px "Myriad Pro", arial, sans-serif;
}

h1 {
	font-size: 48px;
	line-height: 50px;
	font-weight: 600;
	font-family: "Myriad Pro" , sans-serif;
	text-transform: uppercase;
}

h2 {
	font-size: 40px;
	line-height: 38px;
	font-weight: 600;
	font-family: "Myriad Pro" , sans-serif;
	margin: 0;
}

h3 {
	font-size: 30px;
	line-height: 32px;
	font-weight: 600;
	font-family: "Myriad Pro" , sans-serif;
	text-transform: uppercase;
	margin: 0;
}


h4 {
	font-size: 24px;
	line-height: 26px;
	font-weight: 600;
	font-family: "Myriad Pro" , sans-serif;
	text-transform: uppercase;
	}

h5 {
	font-size: 20px;
	line-height: 22px;
	font-weight: 600;
	font-family: "Myriad Pro" , sans-serif;
	text-transform: uppercase;
	margin: 0;
	text-decoration: none;
}

h6 {
	font-size: 18px;
	line-height: 20px;
	font-weight: 600;
	font-family: "Myriad Pro" , sans-serif;
	text-transform: uppercase;
	margin: 0;
	text-decoration: none;
}
ul{
	margin:0;
	padding:0;
	list-style:none;
}

a:hover{
	text-decoration:none;
}
.btn {
	border: 1px solid #fff;
	display: inline-block;
	min-width: 160px;
	padding: .9em;
	height: 50px;
	text-align: center;
	color: #fff;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0;
	font-size: 16px;
	font-weight: 300;
}

.pink-btn {
	background: #e0356e;
	border: none;
	margin-left: 10px;
}

.pink-btn:hover {

	background-color: #f79b23;
	color: #fff;
	text-decoration: none;
}

.scrolldown {
	padding-top: 24px;
}

.banner .scroll_btn {
	background: url(../../assets/mobile/images/scroll.gif) 50% 50% no-repeat rgba(215, 181 ,94, 0);
	border: 2px solid #fff;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	display: block;
	height: 45px;
	margin: 42px auto;
	-webkit-transition: all 500ms ease-in-out 0s;
	-moz-transition: all 500ms ease-in-out 0s;
	-ms-transition: all 500ms ease-in-out 0s;
	-0-transition: all 500ms ease-in-out 0s;
	transition: all 500ms ease-in-out 0s;
	width: 45px;
	position:absolute;
	left:50%;
	bottom:0;
}

.banner .scroll_btn:hover {
	background: url(../../assets/mobile/images/scroll.gif) 50% 50% no-repeat #fb9e04;
	opacity: .85;
	-moz-opacity: .85;
	-o-opacity: .85;
	-webkit-opacity: .85;
	transform: scale(1.3);
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-o-transform: scale(1.3);

}


/* Banner section */

.banner{
	background:url(../../img/bg-smart.png) no-repeat;
	position:relative;
}
.main_banner_area{
	padding-top: 150px;
}
.single_banner{}
.single_banner_text{
	margin-top:35%;
}
.single_banner_text h2{
	color:#fff;
	margin-bottom:20px;
}
.single_banner_text p{
	color:#fff;
}

.apps_downlod {
	margin-top:45px;
}
.apps_downlod a:hover{
	opacity:.8;
}



/* about section */


.abouts_content{
	padding:120px 0px;
	overflow:hidden;
}
.single_abouts_img{}
.single_abouts_text{
	margin-top:40%;
}
.single_abouts_text h2{
	margin-bottom:20px;
}
/* Feature section */
.features{
	background:#F8F9FB;
}
.main_features{
	padding:120px 0px;
	overflow:hidden;
}
.single_features_text{
	margin-top:35%;
}



/* works Section */


.main_works{
	padding:120px 0px;
	overflow:hidden;
}

.single_works{
    width: 70%;
    margin: auto;	
}

.single_works_deatels{
	margin-top:20%;
}

.single_works_deatels i{
    color: #fb9e04;
    font-size: 40px;
    margin-bottom: 10px;
    display: inline-block;
	
}
.single_works_deatels h5{
	margin-top:10px;
	margin-bottom:20px;
}
.single_works_deatels p{}


/* Video Section */
.head_title h2{
	margin-bottom:25px;
}
.head_title p{
	width:45%;
	color:#abacae;
	margin:0 auto;
}

.video_area{
	background:#F8F9FB;
}
.main_video_content{
	padding:100px 0px;
	overflow:hidden;
	width: 100%;
}
.icon_area{
	background:#000;
	width:60%;
	margin:0 auto;
	padding: 15% 0%;
	margin-top:30px;
	margin-bottom:30px;
}

/* Clients Section */
.main_clients_content{
	padding:100px 0px;
	overflow:hidden;
}
.main_clients{}
.single_clients{
	margin-top:40px;
	display:inline-block;
}
.single_clients p{
	color:#abacae;
	font-size:14px;

}

.clients_details{
	width:100%;
	margin-top:30px;
}
.clients_details .clients_img{
    width: 13%;
    display: inline-block;
    float: left;

	
	
}
.clients_details .clients_name{
    width: 80%;
    display: inline-block;
    float: left;
    padding-top: 2px;
}
.clients_name p{
	margin:0;
}
.clients_name p span{
	font-size:11px;
}

/* Customaize Section */
.customiz{
	background:#F8F9FB;
}
.main_customiz{
    background: url(../../img/ap-r.png) no-repeat bottom left;
    height: 460px;
    margin-top: 100px;
	width: 100%;
}
.main_customiz2{
    background: url(../../img/desk7.png) no-repeat bottom left;
    height: 560px;
    margin-top: 100px;
	width: 100%;
}
/* Join Section */

.main_joine_content{
	padding:120px 0px ;
	width: 100%;
}

.main_joine_content .main_joinus{
	margin-top:50px;
	margin-left:-10px;
}
.main_joine_content .head_title h2{
	color:#fb9e04;
}
.main_joine_content .main_joinus a{
    border: 1px solid #ABACAE;
    padding: 10px 20px;
    text-align: center;
    color: #ABACAE;
    background: #F8F9FB;
    border-radius: 20px;
    width: 35%;
    display: inline-block;
    margin-left: 10px;
	transition:.6s;
}
.main_joine_content .main_joinus a i{
	color: #ABACAE;
    margin-right: 10px;
    font-size: 22px;
	transition:.6s;	
}
i, i:hover{
	color:#fb9e04;
}
.main_joine_content .main_joinus a:hover{
	color:#fb9e04;
	border-color:#fb9e04;
}
.main_joine_content .main_joinus a:hover i{
	color:#fb9e04;
}
.text-blue{color: #034671;}
.text-orange{color:#fb9e04;}