/*
 * Start Bootstrap - Full Width Pics (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body {
  /*   margin-top: 50px; Required margin for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}
section{padding:70px 0px;}
.image-bg-fluid-height,
.image-bg-fixed-height {
    text-align: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
       
}

.image-bg-fluid-height {
    background: url(../images/main-banner.jpg) no-repeat center center / cover;
    /* background: url(../Images/main-bg.jpg) no-repeat center center scroll; */
    padding: 175px 0;
    /* height: 599px; */
    height: 703px;
     background-position: 0 -135px;
}
.packges-bg{
     background: url(../images/packages-banner.png) no-repeat center center / cover;
    /* background: url(../Images/main-bg.jpg) no-repeat center center scroll; */
    padding: 175px 0;
    /* height: 599px; */
    height: 400px;
     background-position: 0 -35px;
     margin-top: 84px;
}
#how-work{
    margin-bottom: 0px;
    color: inherit;
    background: url(../images/how-work-bg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	-webkit-box-shadow:inset 0 30px 50px -30px #000;
	box-shadow:inset 0 30px 50px -30px #000;

}
.about-mx {
    /*background: url(../images/about-bg.jpg) no-repeat center center / cover;*/
    /*background: url(../Images/main-bg.jpg) no-repeat center center scroll;*/
    /*height:599px;	   */
    background: #fff;
    color: #333;
    border-top: 1px solid #dcdcdc;
    /*-webkit-box-shadow: inset 0 10px 30px -30px #000;
    box-shadow: inset 0 10px 30px -30px #000;*/
}
#sucess-stori{
	margin-bottom: 0px;
    color: inherit;
    background: url(../images/sucess-bg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	-webkit-box-shadow:inset 0 30px 50px -30px #000;
	box-shadow:inset 0 30px 50px -30px #000;
    min-height:440px;
}
.ourpartner {
    background: #fff;
    border-top: 1px solid #dcdcdc;   
}
.ourpartner-top {
    /*box-shadow: 0 0 10px rgba(0,0,0,.4);*/
}

.benifit_register{
    margin-bottom: 0px;
    color: inherit;
    background: url(../images/register-bg.jpg) no-repeat center center fixed #13303f;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	-webkit-box-shadow:inset 0 30px 50px -30px #000;
	box-shadow:inset 0 30px 50px -30px #000;
    min-height:440px;
}
section.mobileapp {
    background: #f3f3f5;
}
.how-its-works-bg{
     background: url(../images/how-its-works-bg.jpg) no-repeat center center / cover;
    /* background: url(../Images/main-bg.jpg) no-repeat center center scroll; */
    padding: 175px 0;
    /* height: 599px; */
    height: 400px;
     /*background-position: 0 -35px;*/
     margin-top:84px;
}
.jobs-bg{
     background: url(../images/jobs-bg.jpg) no-repeat center center / cover;    
    padding: 140px 0;
    /* height: 599px; */
    height: 150px;
     /*background-position: 0 -35px;*/
     margin-top:84px;
}