
@import url(https://fonts.googleapis.com/css?family=Oswald:400,300);
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
body {
      color: #888888;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
     font-family: 'Open Sans', Arial, Helvetica, Sans-serif, Verdana, Tahoma !important;
}
.margin-top20{
    margin-top: 20px !important;
}
.top-content
{
	background:url(../img/bg.jpg) no-repeat scroll top;
    background-size: 100%;
    padding: 100px 0;
/*background: rgba(0, 0, 0, 0) linear-gradient(135deg, #84a2b6 0%, #347ead 51%, #1c5f8a 100%) repeat scroll 0 0;*/
}
.top-content h2{
    color:#FFFFFF;
    font-size:25px;
    text-align: center;
    font-weight: bold;
    margin: 20px 0 10px 0;
}
.top-hr{
    border: 0;
    height: 1px;
    margin:30px 0 0 0px;
    background-image: linear-gradient(to right, transparent, #ccc, transparent);
}
.top-content p{
    color:#FFFFFF;
    font-size:14px;
    line-height:20px;
    text-align: center;
    margin:0px;
}
.mainlogo{
    width: 100%;
    max-width: 250px;
}
.mainlogo img{
    width: 100%;
}
.how-it-works-container
{
background: rgba(0, 0, 0, 0) linear-gradient(135deg, #84a2b6 0%, #347ead 51%, #1c5f8a 100%) repeat scroll 0 0;
 background-color:#ba78fe;
 padding: 40px 0;
}
.navbar-inverse .navbar-brand small b {
    border-top: 3px solid #fff;
    font-size: 16px;
    margin: 0 4px 0 0;
    text-transform: uppercase;
}
.navbar {
    background: rgba(51, 51, 51, 0.3) none repeat scroll 0 0;
    border: 0 none;
    padding-top: 10px;
    transition: all 0.3s ease 0s;
}
.navbar-inverse .navbar-brand {
    color: #fff;
	font-size: 41px;
	opacity: 0.8;
	padding: 7px 11px;
}
.navbar.navbar-no-bg {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.how-it-works-box {
    padding-bottom: 15px;
    padding-top: 15px;
}
ul.navbar-nav {
    color: #fff;
    font-size: 16px;
}
.navbar-inverse ul.navbar-nav li a {
    border-bottom: 1px solid transparent;
    color: #fff;
    opacity: 0.8;
}
.navbar-inverse ul.navbar-nav li a:hover {
    border-bottom: 1px solid #fff;
    color: #fff;
    opacity: 1;
}
.navbar-inverse ul.navbar-nav li a:focus {
    border-bottom: 1px solid #fff;
    color: #fff;
    opacity: 1;
    outline: 0 none;
}
.navbar-inverse ul.navbar-nav li a.btn-link-2 {
    border: 1px solid #fff;
    height: auto;
    margin: 4px 0 0 10px;
    padding-bottom: 10px;
    padding-top: 10px;
}
.navbar-inverse ul.navbar-nav li a.btn-link-2:hover, .navbar-inverse ul.navbar-nav li a.btn-link-2:focus, .navbar-inverse ul.navbar-nav li a.btn-link-2:active, .navbar-inverse ul.navbar-nav li a.btn-link-2:active:focus {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    color: #fff;
    opacity: 0.6;
    outline: 0 none;
}

/*.inner-bg {
    padding: 40px  0 55px;
}*/
.btn-link-1 {
     background: #be5254 none repeat scroll 0 0;
    border-radius: 144px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 300;
    height: 50px;
    line-height: 16px;
    padding: 16px 34px 0;
    position: relative;
    text-transform: uppercase;
}
.btn-link-1:hover, .btn-link-1:focus, .btn-link-1:active {
    color: #fff;
    opacity: 0.6;
    outline: 0 none;
}

.btn-link-2 {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    border: 0 none;
    border-radius: 114px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 300;
    height: 50px;
    line-height: 16px;
    margin: 0 5px;
    padding: 15px 34px 0;
    text-transform: uppercase;
}
.btn-link-2:hover, .btn-link-2:focus, .btn-link-2:active, .btn-link-2:active:focus {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    color: #fff;
    opacity: 0.6;
    outline: 0 none;
}
.top-content .text h1 {
    color: #fff;
font-size: 34px;
font-weight: bold;
}
h1, h2 {
    font-size: 38px;
    font-weight: 100;
    line-height: 50px;
    margin-top: 10px;
}
.top-content .text {
    color: #fff;
/*    padding-top: 40px;
*/    text-align:center;
}
.top-content .description {
    margin: 20px 0 10px;
}
.top-content .description p {
    opacity: 0.8;
}

.section-container {
    margin: 0 auto;
    padding: 40px;
}
.app-features {
    padding-bottom: 30px;
}
.section-description {
    margin-top: 60px;
}
.header-li,
.header-li ul{
    margin: 90px 50px 0 0;
    padding: 0px;
    float: right;
}
.header-li li a{
    display: block;
    color: #fff;
    font-size: 20px;
}
.header-li li{
    margin:0px 0 0 20px;
    padding: 0px;
    list-style: none;
    line-height: 36px;
    float: left;
}
.header-li li.facebook,
.header-li li.twitter,
.header-li li.whatapp{
    font-size: 20px;
    background-color: #fff;
    color: #333;    
    border-radius: 4px;
}
.header-li li.facebook a,
.header-li li.twitter a,
.header-li li.whatapp a{
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
}
.header-li li.facebook a{
    color: #3b579d;
}
.header-li li.twitter a{
    color: #00abec;
}
.header-li li.whatapp a{
    color: #4bc75a;
}
.header-inner{
    width: 100%;
    background-color: #efefef;
    padding: 20px 0;
}
.header-inner .mainlogo{
    width: 100%;
    max-width: 150px;
}
.header-inner .header-li,
.header-inner .header-li ul{
    margin: 40px 50px 0 0;
    padding: 0px;
    float: right;
}


.header-inner .header-li li a{
    display: block;
    color: #333;
}
.header-inner .header-li li.facebook a,
.header-inner .header-li li.twitter a,
.header-inner .header-li li.whatapp a{
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
}
.header-inner .header-li li.facebook a{
    color: #fff;
    background-color: #3b579d;
    border-radius: 4px;
}
.header-inner .header-li li.twitter a{
    color: #fff;
    background-color: #00abec;
    border-radius: 4px;
}
.header-inner .header-li li.whatapp a{
    color: #fff;
    background-color: #4bc75a;
    border-radius: 4px;
}
h1, h2 {
    color: #555555;
    font-size: 38px;
    font-weight: 100;
    line-height: 50px;
    margin-top: 10px;
}
.divider-1 span {
    background: #dddddd none repeat scroll 0 0;
    display: inline-block;
    height: 1px;
    width: 200px;
}
.section-description p {
    margin-top: 20px;
    
}
.app-features-box {
    padding-bottom: 15px;
    padding-top: 15px;
}
.app-features-box .app-features-box-icon {
    color: #be5254;
    font-size: 80px;
    line-height: 80px;
}
.app-features-box h3 {
    margin-top: 15px;
}
h3 {
    color: #555555;
    font-size: 22px;
    font-weight: 300;
    line-height: 30px;
}

.main-content{
    width: 100%;
}
.main-content h2{
    color:#333;
    font-size:25px;
    text-align: center;
    font-weight: bold;
    margin: 0px 0 10px 0;
}
.main-content p{
    color:#333;
    font-size:14px;
    line-height:20px;
    text-align: center;
    margin:0px;
}
.clr{
    clear: both;
}
.downloadBox{
    width: 100%;
    border:1px solid #efefef;
    padding: 15px;
    text-align: center;
    border-radius: 6px;
    margin-top: 30px;
}
.downloadBox h3{
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin: 10px 0 5px 0;
    line-height: 30px;
}
.downloadBox p{
    font-weight: bold;
    color: #333;
    margin: 0 0 10px 0;
}
.downloadBoxIcon{
    font-size: 20px;
    background-color: #333;
    width: 50px;
    height: 50px;
    margin:auto;
    line-height: 50px;
    color: #fff;
    border-radius: 50%;
}
.downloadBtn{
    background-color: #be5254;
    border: 1px solid #be5254;
    font-size: 15px;
    text-transform: uppercase;
    border-radius: 20px;
    padding: 7px 24px;
    font-weight: bold;
}
.downloadBtn:hover,
.downloadBtn:focus{
    background-color: #d89798;
    border: 1px solid #d89798;
}
.loginBtn{
    background-color: #006699;
    border: 1px solid #006699;
    font-size: 15px;
    text-transform: uppercase;
    border-radius: 20px;
    padding: 7px 24px;
    font-weight: bold;
}
.loginBtn:hover,
.loginBtn:focus{
    background-color: #4aa5d2;
    border: 1px solid #4aa5d2;
}
.section-container-image-bg, .section-container-image-bg h2, .section-container-image-bg h3 {
    color: #ffffff;
}
.section-container-image-bg .divider-1 span {
    background: #ffffff none repeat scroll 0 0;
}
.how-it-works-box-icon .how-it-works-step {
    background: #be5254 none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    font-size: 24px;
    height: 32px;
    left: 95px;
    line-height: 32px;
    position: absolute;
    top: 0;
    width: 32px;
}
.how-it-works-box .how-it-works-box-icon {
    font-size: 65px;
    line-height: 80px;
    position: relative;
}
.how-it-works-box h3 {
    margin-top: 15px;
}
.section-container-image-bg, .section-container-image-bg h2, .section-container-image-bg h3 {
    color: #ffffff;
}
.how-it-works-box p {
    opacity: 0.8;
}

#contact .form-control {
    border: 1px solid #ccc !important;
    border-radius: 22px;
    box-shadow: none !important;
    height: auto;
    padding: 13px 18px;
}

.bck_gray {
    background: #fafafa none repeat scroll 0 0;
}
footer .footer-below {
    background-color: #fafafa;
    color: #848282;
    padding: 30px 0;
}
.social_icon_list {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.social_icon_list li {
    display: inline-block;
    margin: 0 5px;
}
.social_icon_list li a {
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    font-size: 30px;
    height: 60px;
    opacity: 1;
    padding: 5px;
    width: 60px;
}
a, a:hover, a:focus, a:active, a.active {
    outline: 0 none;
    text-decoration: none;
}
.social_icon_list li a i, .social_icon_list li a i {
    margin-top: 11px;
}
.social_icon_list li a {
    color: #fff;
}
.social_icon_list li:hover a {
    opacity: 0.8;
}
.social_icon_list li a.fb_icon {
    background: #3b5998 none repeat scroll 0 0;
}
.social_icon_list li a.twit_icon {
    background: rgb(112, 186, 237) none repeat scroll 0 0;
}
.social_icon_list li a.gogle_plus_icon {
    background: rgb(218, 72, 53) none repeat scroll 0 0;
}
.social_icon_list li a.vimeo_icon {
    background: rgb(1, 185, 255) none repeat scroll 0 0;
}

.social_icon_list li a i, .social_icon_list li a i {
    margin-top: 11px;
}
footer .mar_bot_top_ten a {
    color: #be5254;
}
.form_send_btn.btn-lg {
    background: transparent none repeat scroll 0 0;
    border: 2px solid #be5254;
    border-radius: 105px;
    color: #be5254;
    padding: 14px 30px;
}
.vendors span {
    background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
    border: 2px solid #fff;
    border-radius: 40px;
    color: #fff;
    font-size: 28px;
    height: 54px;
    line-height: 51px;
    text-align: center;
    width: 80px;
}
.vendors {
    margin: 50px 0 0;
}
.footer {
    background: #212121;
    padding: 7px 0 0 0;
    color: #fff;
    text-align: center;
    width: 100%;
}