@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400');

@font-face {
      font-family: "mudit";
      src: url('../fonts/BebasNeue.otf');
}
@font-face {
      font-family: "mudit_1";
      src: url('../fonts/Lora-Regular.ttf');
}


body{
  color: #333;
  /*font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;*/
}


/* Style for our header texts
* --------------------------------------- */
h1{
  font-size: 5em;
  /*font-family: arial,helvetica;*/
  margin:0;
  padding:0;
}
h2{
  font-size: 2em;
  margin: 0 0 18px 0;
  font-family: "mudit" !important;
}


span{
   font-family: 'Roboto', sans-serif !important; font-weight:300;
}

/* Common styles
* --------------------------------------- */
img{
    -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}

#section1 .text-box{
  color: white;
}
@media all and (min-width: 620px) and (max-width: 767px){
  #section1 img{
    width: 100%;
  }
  #section0{
  padding: 60px 0;
  background: url('../mobile-responsive/whoWeAre.png')no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  }
}

/*screen resolutions lower than 620px*/
@media all and (max-width: 622px){
  #section0{
    padding: 220px 0;
    background: url('../mobile-responsive/whoWeAre.png')no-repeat center center ;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  }

  #section1 img{
    margin-top: 20%;
    width: 100%;
  }
  .row h2{
    text-align: left;
  }
  .text-box{
    text-align: justify;
  }
  h2{
    font-size: 45px !important;
    text-align: center;
  }
  .Image_Container{
    /* position: absolute !important; */
    bottom: 10%;
  }
  
  .footer_contact {
    font-size: 20px;
    text-transform: uppercase;
    text-align: left;
    font-weight: 600;
    margin-left: 0px !important;
    margin-bottom: 20px;
}

.footer_menu {
    width: 100%;
    height: auto;
    border-right: 0px solid #000 !important;
}
  
}
@media only screen and (min-width: 767px){
  .row h2{
    white-space: pre;
    font-size: 75px;
  }
.text-box{
  padding: 6em !important;
    /*text-align: justify;*/
  }
.row{
  text-align: right;
}

#section1 img{
  margin-top: -20%;
  width: 50%;
}
#section2 img{
  margin-top: -10%;
  width: 45%;
}
#section3 img{
  margin-top: -10%;
  width: 45%;
}
#section4 img{
  margin-top: 5%;
  width: 55%;
}

#section0{
  padding: 200px 0;
background: url('../WhoWeAre/01CoverPhoto.png') no-repeat center center ;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
}


/* Section 0
* --------------------------------------- */





/* Section 1
* --------------------------------------- */

#section1{
  background: url('../WhoWeAre/02CultureBackground.png');
  background-size:     cover;
  background-repeat:   no-repeat;
  background-position: center center;
}

/* Section 2
* --------------------------------------- */

#section2{
  background: url('../WhoWeAre/03VisionBackground.png');
  background-size:     cover;
  background-repeat:   no-repeat;
  background-position: center center;
}

/* Section 3
* --------------------------------------- */

#section3{
  background: url('../WhatWeDo/06RideSharingBackground.png');
  background-size:     cover;
  background-repeat:   no-repeat;
  background-position: center center;
}


 
#section05{
  background: #e6e6e6!important;
  
  padding:50px 0 ;
  height:auto!important;
   
}


.footer_menu{
width:100%;
height:auto; border-right:1px solid #676464;
}
.footer_menu ul{
	list-style-type:none;
	
}

.footer_menu ul li{
	line-height:30px;
	text-align:left;
}
.footer_menu ul li a{
	text-align:left;
	color:#000;
}

.footer_contact{
	font-size:20px; text-transform:uppercase; text-align:left; font-weight:600; margin-left:200px; margin-bottom:20px;
	
}
.footer_contacttext{
	font-size:16px; text-align:left; font-weight:300; margin-top:20px;text-transform: capitalize; 
	
}