@import url(http://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);
@import "animate.css";
@import url(http://fonts.googleapis.com/css?family=Marvel);

@font-face {
    font-family: 'amblelight_condensed';
    src: url('amble-lightcondensed-webfont.eot');
    src: url('amble-lightcondensed-webfont.eot?#iefix') format('embedded-opentype'),
         url('amble-lightcondensed-webfont.woff2') format('woff2'),
         url('amble-lightcondensed-webfont.woff') format('woff'),
         url('amble-lightcondensed-webfont.ttf') format('truetype'),
         url('amble-lightcondensed-webfont.svg#amblelight_condensed') format('svg');
    font-weight: normal;
    font-style: normal;

}
/*========================================================
                    Main layout styles
=========================================================*/
body {
  color: #363535;
  font-family: 'amblelight_condensed';
}
.ic {
  border:0;
  float:right;
  background:#fff;
  color:#f00;
  width:50%;
  line-height:10px;
  font-size:10px;
  margin:-220% 0 0 0;
  overflow:hidden;
  padding:0
} 
a {
  font: inherit;
  color: #129894;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-transform:uppercase;
}
a:hover {
  text-decoration: none;
}
a:active {
  background: transparent;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}
* {
  -webkit-text-size-adjust: none;
}
/*============  Text  =============*/
.text_1 {
  font-family: 'amblelight_condensed';
}
.text_2 {
  font-family: 'amblelight_condensed';
}
.text_3 {
 font-family: 'amblelight_condensed';
}
.text_4 {
  font-family: 'amblelight_condensed';
}
.text_5 {
  font-family: 'amblelight_condensed';
  line-height:22px;
}
.text_6 {
  font-family: 'amblelight_condensed';
}
.text_7 {
  font-family: 'amblelight_condensed';
}
.text_8 {
  font-family: 'amblelight_condensed';
}
/*============  Colors  =============*/
.color_1 {
  color: #ffffff;
}
.color_1 a {
  color: inherit;
}
.color_2 {
  color: #363535;
}
.color_2 a {
  color: inherit;
}
.color_3 {
  color: #129894;
}
.color_3 a {
  color: inherit;
}
.color_4 {
  color: #a0d6d4;
}
.color_4 a {
  color: inherit;
}
.color_5 {
  color: #413d3d;
}
.color_5 a {
  color: inherit;
}
.color_6 {
  color: #4a4a4a;
}
.color_6 a {
  color: inherit;
}
/*============  Backgrounds  =============*/
.bg_1 {
}
.bg_2 {
  background:url(../images/latest-project-bg.jpg) no-repeat  center ;
}
.wrap_4-1{
margin:-71px 0 0 0;	
}

/*============  Floats  =============*/
.put-left {
float: left;
position: absolute;
z-index: 999;}
.put-right {
  float: right;
}
/*============  Page  =============*/
.page {
  background: #ffffff;
}
/*========================================================
                    HEADER styles
=========================================================*/
#header {
background: #000;
margin-left: auto;
margin-right: auto;
}
.social-media{
 position: absolute;
z-index: 9999;
right:7%;	
}


.footer ul li{
float:left;
list-style-type:none;
padding:15px 0 0 25px;
}
.footer ul li a{
color:#fff;	
text-decoration:none;
font-size:14px;
}
@media (max-width: 1199px) {
  #header {
    text-align: center;
  }
}
.brand {
  text-align: center;
}
.brand h1 {
  display: inline-block;
  text-align: left;
  margin:6px 0 0 30px;
}
@media (max-width: 979px) {
  .brand {
    float: none;
  }
}
.nav {
  text-align: right;
}
@media (max-width: 979px) {
  .nav {
    text-align: center;
    float: none;
  }
}
/* Main menu styles
========================================================*/
.sf-menu {
  display: inline-block;
}
.sf-menu > li {
  position: relative;
  float: left;
 font-family: 'amblelight_condensed';
  text-align: center;
  text-transform: capitalize;
  letter-spacing: 1.1px;
}
.sf-menu > li > a {
  position: relative;
  display: inline-block;
  padding: 65px 0px 21px 0px;
  color: #fff;
  font-size: 14px;
}
.sf-menu > li.sfHover > a,
.sf-menu > li.current > a,
.sf-menu > li > a:hover {
  color: #fff;
  text-decoration: none;
}
.sf-menu > li.sfHover > a:after,
.sf-menu > li.current > a:after,
.sf-menu > li > a:hover:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
}
.sf-menu > li + li {
  margin-left: 20px;
}
.sf-menu ul {
  position: absolute;
  display: none;
  width: 220px;
  padding: 10px 0;
  text-align: left;
  background: #ffffff;
  z-index: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.25);
}
.sf-menu ul li {
  display: block;
  position: relative;
  text-transform: none;
}
.sf-menu ul li.sfHover > a,
.sf-menu ul li.current > a,
.sf-menu ul li a:hover {
  background: #000000;
  color: #ffffff;
  text-decoration: none;
}
.sf-menu ul li + li {
  margin-top: 8px;
}
.sf-menu ul li a {
  display: block;
  padding: 5px 20px;
  color: #000000;
}
/* First level sub-menu styles
========================================================*/
.sf-menu > li > ul {
  top: 100%;
  left: 50%;
  margin-left: -110px;
}
/* Second level sub-menu styles
========================================================*/
.sf-menu > li > ul > li > ul {
  top: 0px;
  left: 100%;
}
.list_1 h4{
margin:15px 0 0 0;	
}
.list_1 span{
	color: #fff;
font-size: 20px;
}
@media only screen and (max-width: 767px) {
 .button{
	 margin-left:0px !important}
 
 .form2 {
  width: 100% !important;
   padding-left: 0px !important; 
 float: none !important; 
  position: relative !important;
   right: 0% !important; 
   top: 0% !important; 
}
 
 #toTop {
  display: none !important;
}
 .wrap_4{
	 padding-bottom:0px !important}
 .tab{
	 width:100% !important;}
 .formul-tab a{
	 padding:12px !important;
	 width:25% ;
	 font-size:14px !important;
	 height:60px}
	 .mi-slider ul.mi-current{
		  margin: 0px;
  padding: 0px;
		 }
	 .mi-slider ul{
		 margin: 0px;
  padding: 0px;}
	 
 
 .none
 {
	 display:none}
 
 .heading{
	   width: 100% !important;
  margin: 0 auto !important;
  left:0% !important;
	 }
 .list_c li{
	 margin:0 0 60px 0;}
 .view-our-fleet{
	 width:50% !important;
	 text-align:center}
 #fleet{
	 height: 99px !important;
	 margin:0px !important }
 
 .f1 {
  float: left;
  width: 100% !important;
  margin: 10px 12px 0 12px !important;
}

.fleet-des {
	
	padding-left:40px !important;
	
}
 .f2 , .f3{
	 width:100% !important;
	margin: 9px 0 0 54px !important;}
 .form{
	 margin-top:30px;
	 width: auto !important;
/* padding-left: 10px; */
float: none !important;
position: inherit !important;
right: 0 !important;
top: 0% !important;
	 
	 }
 .brand h1{
	 
	 margin:0px;
	 
	 }
	 .brand img{
		 
		 height:100px;
		 width:100px;}
 
 .social-media{
	 
	 right:0;
	 z-index: 0 !important; 
	 }
 
  nav {
    padding-bottom: 0;
  }
  .sf-menu {
    display: none;
  }
  .select-menu {
    margin: 30px 0 20px;
    display: block;
    position: relative;
    padding: 0;
    width: 100%;
    height: 40px;
    border: 1px solid #000;
    background: #000;
    color: #ffffff;
    border-radius: 0;
    -webkit-appearance: none;
    outline: none;
   font-family: 'amblelight_condensed';
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	text-align:center;
  }
}
@media (max-width: 479px) {
  nav.put-right {
    padding-bottom: 0px;
  }
}
/* Stuck menu styles
========================================================*/
.isStuck {
  background: #ffffff;
  z-index: 999;
  border-bottom: 1px solid #199b97;
  display:none;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*========================================================
                    CONTENT styles
=========================================================*/
#content {
  overflow: hidden;
}
/*============  Headers  =============*/
.header_1 {
  text-align: center;
 font-family: 'amblelight_condensed';
}
.header_1.indent_1 {
  padding-bottom: 56px;
}
.header_1.indent_2 {
  padding-bottom: 34px;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .header_1 {
    font-size: 40px;
    line-height: 52px;
  }
}
@media (max-width: 767px) {
  .header_1 {
    font-size: 36px;
    line-height: 42px;
  }
}
.header_2 {
  font-family: 'amblelight_condensed';
  font-size:26px;
}
.header_2.indent_1 {
  padding-bottom: 30px;
}
.header_2.indent_2 {
  padding-bottom: 32px;
}
.header_2.indent_3 {
  padding-bottom: 81px;
}
.header_2.indent_4 {
  padding-bottom: 43px;
}
.header_2.indent_5 {
  padding-bottom: 41px;
}
/*============  Wraps  =============*/
.wrap_1 {
  padding-top: 0px;
  padding-left: 45px;
}
.wrap_2 {
  padding-top: 120px;
}
.wrap_3 {
  padding-bottom: 34px;
}
.wrap_4 {
  padding-bottom: 100px;
}
.wrap_5 {
  padding-bottom: 95px;
}
.wrap_6 {
  padding-bottom: 120px;
}
.wrap_7 {
  padding-top: 82px;
}
.wrap_8 {
  padding-bottom: 48px;
}
.wrap_9 {
  padding-top: 65px;
}
.wrap_10 {
  padding-bottom: 44px;
}
.wrap_11 {
  padding-top: 65px;
}
.wrap_12 {
  padding-bottom: 170px;
}
.wrap_13 {
  padding-top: 42px;
}
.wrap_14 {
  padding-top: 91px;
}
.wrap_15 {
  padding-bottom: 118px;
}
.wrap_16 {
  padding-top: 32px;
}
.wrap_17 {
  padding-top: 50px;
}
.wrap_18 {
  padding-top: 117px;
}
.wrap_19 {
  padding-bottom: 115px;
}
.wrap_20 {
  padding-bottom: 46px;
}
@media (max-width: 767px) {
  .wrap_11,
  .wrap_14,
  .wrap_9,
  .wrap_1,
  .wrap_18 {
    padding-top: 50px;
  }
  .wrap_12,
  .wrap_15,
  .wrap_5,
  .wrap_19 {
    padding-bottom: 50px;
  }
}
@media (max-width: 1199px) {
  .img-wrap {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .img-wrap {
    margin-top: 30px;
  }
}
/*============  Butttons  =============*/
.btn_1 {
  display: inline-block;
  font-family: 'amblelight_condensed';
  padding: 15px 51px 16px;
  letter-spacing: 1.5px;
  color: #000000;
  background: #f1f045;
}
.btn_1:hover {
  color: #ffffff;
  background: #249f9c;
  text-decoration: none;
}
.btn_2 {
  display: inline-block;
  padding: 4px 20px 3px;
 font-family: 'amblelight_condensed';
  color: #413d3d;
  background: #f1f045;
}
.btn_2:hover {
  color: #ffffff;
  background: #249f9c;
  text-decoration: none;
}
.btn_3 {
  display: inline-block;
  padding: 4px 34px 3px 33px;
  font-family: 'amblelight_condensed';
  color: #413d3d;
  background: #f1f045;
}
.btn_3:hover {
  color: #ffffff;
  background: #249f9c;
  text-decoration: none;
}
/*============  Images  =============*/
.img_1 {
  margin: 3px 0 9px 0;
  float: left;
}
.img_1 + .img_1 {
  margin-left: 29px;
}
@media (max-width: 1199px) {
  .img_1 {
    float: none;
  }
  .img_1 + .img_1 {
    margin-left: 0;
  }
}
.img_2 {
  margin: 3px 0 9px 0;
  float: left;
}
.img_2 + .img_2 {
  margin-left: 30px;
}
.img_2:first-child + .img_2 + .img_2 + .img_2 {
  margin-left: 0;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .img_2 {
    width: 140px;
  }
  .img_2 + .img_2 {
    margin-left: 20px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .img_2 {
    width: 108px;
  }
  .img_2 + .img_2 {
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  .img_2 {
    float: none;
  }
  .img_2 + .img_2 {
    margin-left: 0;
  }
}
/*============  Boxes  =============*/
.box_1 {
  text-align: center;
  padding-bottom: 30px;
  position: absolute;
margin: 0px 0 0 100px;
}
.box_1 [class^='icon_'] {
  display: inline-block;
  color: #01918c;
  text-align: center;
  border-radius: 100px;
}

.box_1 [class^='icon_'] + .text_2 {
  padding-top: 22px;
}
.box_1 [class^='icon_'] + .text_2 + .text_3 {
  padding-top: 16px;
}
.box_1 [class^='icon_'] + .text_2 + .text_3 + .btn_2 {
  margin-top: 41px;
}
.box_2 {
  padding: 36px 15px 42px 62px;
  border: 1px solid #898888;
}
.box_2 .put-left {
  margin: 63px 77px 57px 0px;
}
.box_2 .text_2 + .text_3 {
  padding-top: 13px;
}
.box_2 .text_3 + .btn_2 {
  margin-top: 41px;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .box_2 {
    padding: 26px 5px 32px 52px;
  }
  .box_2 .put-left {
    margin: 53px 67px 47px 0;
  }
}
@media (max-width: 979px) {
  .box_2 {
    padding: 20px 40px 40px;
    text-align: center;
  }
  .box_2 .put-left {
    float: none;
    text-align: center;
    margin: 0 0 30px;
  }
}
.box_3 {
  text-align: center;
}
.box_4 .text_5 + .btn_2 {
  margin-top: 40px;
}
.box_4 .text_5 + .row {
  padding-top: 31px;
}
.box_4 .row + .btn_3 {
  margin-top: 46px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .box_4 .grid_2 {
    width: 170px;
  }
}
.box_5 {
  position: relative;
  padding-top: 8px;
  padding-left: 65px;
}
.box_5:before {
  content: attr(data-index);
  position: absolute;
  top: 1px;
  left: 0;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  text-align: center;
  color: #ffffff;
  background: #129894;
  font-family: 'amblelight_condensed';
}
.box_5 .text_2 + .text_3 {
  padding-top: 24px;
}
.box_6 .put-left {
  margin-top: 6px;
  margin-right: 30px;
}
.box_6 .put-left .caption {
  position: relative;
  display: inline-block;
}
.box_6 .put-left .text_2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.43);
  padding: 8px 0 14px;
}
.box_6 .caption .text_2 + .text_3 {
  padding-top: 24px;
}
.box_6 .caption .text_3 + .btn_2 {
  margin-top: 25px;
}
.box_6 + .box_6 {
  margin-top: 118px;
}
@media (max-width: 1199px) {
  .box_6 .put-left {
    float: none;
    margin: 0 0 20px;
    text-align: center;
  }
}
@media (max-width: 479px) {
  .box_6 .put-left img {
    width: 100%;
  }
}
.box_7 {
  padding-bottom: 117px;
}
.box_7 .img-wrap {
  text-align: center;
}
.box_7 .caption {
  padding-top: 35px;
}
.box_7 .caption .text_2 + .text_3 {
  padding-top: 24px;
}
.box_7 .caption .text_3 + .btn_2 {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .box_7 {
    padding-bottom: 50px;
  }
}
/*============  Lists  =============*/
.list_1 {
  display: inline-block;
  margin: 19px 0px 0 0;
  list-style:none;
}
.list_1 li {
  float: left;
}
.list_1 li + li {
  margin-left: 17px;
}
.list_1 li a {
  display: inline-block;
  color: #fff;
  text-align: center;
  border-radius: 25px;
}
/*.list_1 li a:hover {
  background: #129894;
  text-decoration: none;
}
*/.list_1 li a.fa-twitter {
  font-size: 20px;
  color: #fff;
}
.list_1 li a.fa-youtube {
  font-size: 20px;
  color: #fff;
}

.list_1 li a.fa-twitter:before {
  padding-left: 1px;
  color: #fff;
}
.list_1 li a.fa-facebook {
  font-size: 20px;
}
.list_1 li a.fa-facebook:before {
  padding-left: 2px;
}
.list_1 li a.fa-google-plus {
  font-size: 25px;
  line-height: 52px;
}
.list_1 li a.fa-google-plus:before {
  padding-left: 6px;
}
.list_1 li a.fa-pinterest {
  line-height: 50px;
  font-size: 30px;
}
.list_1 li a.fa-pinterest:before {
  padding-left: 1px;
}
.list_2 li {
  position: relative;
  padding-left: 31px;
}
.list_2 li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 10px;
  height: 10px;
  background: #129894;
  border-radius: 5px;
}
.list_3 li {
  float: left;
}
.list_3 li img {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.list_3 li a:hover img {
  opacity: 0.5;
}
.list_3 li + li {
  margin-left: 26px;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .list_3 img {
    width: 120px;
  }
  .list_3 li + li {
    margin-left: 12px;
  }
}
@media (max-width: 979px) {
  .list_3 {
    text-align: center;
  }
  .list_3 li {
    float: none;
    margin-bottom: 9px;
    display: inline-block;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .list_3 li:first-child + li + li + li {
    margin-left: 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .list_3 li:first-child + li + li {
    margin-left: 0;
  }
  .list_3 li:first-child + li + li + li + li {
    margin-left: 0;
  }
}
@media (max-width: 479px) {
  .list_3 li + li {
    margin-left: 0;
  }
}
/*============  Map =============*/
.map {
  width: 100%;
  height: 399px;
}
@media (max-width: 767px) {
  .map {
    height: 250px;
  }
}
@media (max-width: 479px) {
  .map {
    height: 150px;
  }
}
/*============  Address =============*/
address .text_7 + .text_8 {
  padding-top: 22px;
}
/*============  Terms List =============*/
.terms-list {
  text-align: center;
}
.terms-list dt + dd {
  padding-top: 14px;
}
.terms-list dd + dt {
  padding-top: 19px;
}
.terms-list p + p {
  padding-top: 12px;
}
/*============  LightBox =============*/
a[data-type='lightbox'] {
  display: block;
  background: url('../images/magnify.html') no-repeat center center;
}
a[data-type='lightbox'] img {
  width: 100%;
  height: auto;
}
a[data-type='lightbox']:hover img {
  opacity: 0.2;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
@media (max-width: 767px) {
  a[data-type='lightbox'].last-row {
    margin-bottom: 8px;
  }
}
/*========================================================
                    FOOTER styles
=========================================================*/
@media (max-width: 767px) {
  #footer {
    text-align: center;
  }
  
  .nav{
	  margin-left:90px;
	  background-color:#000;}
  
  .social-media{
	  position:relative;
	  right:0%;
	  background-color:#000;
	  padding-left: 15%;
	  padding-left: 20%;
	  }
}
/*============  Info  =============*/
.info {
  padding: 23px 0 24px;
}
/*========================================================
                    Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
  display: none !important;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  border: none;
  color: #363535;
  width: 40px;
  height: 43px;
  font-size: 43px;
  line-height: 38px;
  z-index: 20;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
#toTop:hover {
  outline: none;
  text-decoration: none;
  color: #129894;
}
#toTop:active {
  background: transparent;
}
@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}
/*Core variables and mixins*/
#footer{
background: #000;
height: 45px;
bottom: 0;
}
.form {
width: 27%;
/* padding-left: 10px; */
float: right;
position: absolute;
right: 10%;
top: 21%;
}
.form h3 {
background: none repeat scroll 0 0 #B31213;
    color: #FFF9F9;
    font-size: 22px;
    height: 7%;
    margin: 1px 0 0 1px;
    padding-top: 10px;
    position: absolute;
    text-align: center;
    width: 94%;
    z-index: 9999999;
}
.form h4 {
z-index: 9999999;
position: absolute;
margin: -70px 0 0 18px;
color: #FFF9F9;
background: #003857;
width: 96%;
height: 11%;
padding-top: 10px;
text-align: center;
font-size: 16px;}

form, th, td {
color: #000;
background-color: ##d4dee1;
padding-left: 20px;
opacity: 0.8;
}
fieldset {
border: solid 1px #ddd;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
padding: 45px 12px 0;

background: #000;
}
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {
font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
border: 1px solid;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
color: rgba(0, 0, 0, 0.75);
display: block;
font-size: 14px;
margin: 7px 0 0px 0px;
padding: 0px;
height: 25px;
width: 100%;
-webkit-transition: all 0.15s linear;
-moz-transition: all 0.15s linear;
-o-transition: all 0.15s linear;
transition: all 0.15s linear;
 background: #fff; 
}
.button {
border: 0px;
nowhitespace: afterproperty;
width: auto;
nowhitespace: afterproperty;
background: #444;
color: white;
cursor: pointer;
display: inline-block;
font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
font-size: 14px;
font-weight: bold;
line-height: 1;
margin: 10px;
outline: none;
padding: 8px 17px 9px;
position: relative;
text-align: center;
text-decoration: none;
-webkit-transition: background-color 0.15s ease-in-out;
-moz-transition: background-color 0.15s ease-in-out;
-o-transition: background-color 0.15s ease-in-out;
transition: background-color 0.15s ease-in-out;
}
.button {
height: 29px;
width: 38% !important;
background: #b31213;
margin-left: 98px;
}
::-webkit-input-placeholder {
   color:#000;
  padding-left:15px;
  
}

:-moz-placeholder { /* Firefox 18- */
   color:#000; 
    padding-left:15px;
    
}

::-moz-placeholder {  /* Firefox 19+ */
   color:#000; 
    padding-left:15px;
    
}

:-ms-input-placeholder {  
    color:#000;  
	 padding-left:15px;
	 
}
.box_inner a{
color:#319779;	
}
.heading{
height: 39px;
width: 25%;
margin-left: 0;
border-bottom:1px solid #666;
position: relative;
left: 37%;
text-align:center;
	
}
.heading_car{
height: 39px;
width: 25%;
margin-left: 0;
border-bottom:1px solid #666;
position: relative;
left: 37%;
	
}
.heading_car h3 {
color: #000;
font-size: 22px;
text-align:center;
padding: 10px 0 0 0;
}
.heading2{
height: 39px;
width: 25%;
margin-left: 0;
border:1px solid #fff;
position: relative;
left: 35%;
top: -120px;
	
}
.heading2 h3 {
color: #fff;
font-size: 18px;
text-align:center;
padding: 10px 0 0 0;
}
.text_3{
}
.clear{
clear:both;	
}
.text_3 p{
position: relative;
}

.projects{
width:100%;	
position: relative;
top: -75px;
}
.p1, .p2, .p3{
width:25%;	
float:left;
text-align:center;
height:auto;
border: 1px solid #fff;
padding: 8px 8px 8px 8px;
margin: 0 50px 0 25px;}
.formul-tab {
background: #e0dfdf;
width: 100%;
height: 60px;
float: left;
}
.formul-tab a.prod-active {
background: #c3c5c8;
color: #000;
}
.formul-tab a {
color: #000;
padding:24px 6% 12px 8.5%;
float: left;
text-transform: uppercase;
font-size: 24px;
}
.divi-menu {
float: left;
background: #fff;
margin-bottom: 40px;
}
.FL {
float: left;
margin-left: 20px;
}
.FR {
float: right;
margin-right: 50px;
}
.FL, .FR {
width: 42%;
}
.airport{
margin:30px 0 0 0;	
	
}
.text {
margin: 30px 0 0 0;
}

		.content-slider li{
		    text-align: center;
		    color: #000;
		}
		.content-slider h3 {
		    margin: 0;
		   padding: 17px 0;
text-align: center;
font-size: 22px;
color: #000;
		}
		
		
		.content-slider h4{
		   margin: 0 40px 0 0;
float: right;
		}
		.demo{
			
		}
.content-slider p{
float:left;
margin:35px 25px 0 25px;	
text-align:left;
	
}
hr{
width:70%;	
}
.form2 {
width: 26%;
/* padding-left: 10px; */
float: right;
position: absolute;
right: 10%;
/* top: 22%; */
}
.form2 h3 {
background: none repeat scroll 0 0 #B31213;
  color: #FFF9F9;
  font-size: 25px;
  height: 9%;
  margin: 1px 0 0 1px;
  padding-top: 10px;
  position: absolute;
  text-align: center;
  width: 94%;
  z-index: 9999999;
}
#fleet{
background: #e7e7e7;
height: 90px;
bottom: 0;	
margin: 80px 0 0 0;
}
.f1{
float:left;
width:45%;	
margin: 10px 0 0 124px;
}
.f2, .f3{
float:left;
width:10%;	
margin: 9px 0 0 24px;

}
.fleet-des li{
	list-style-type:none;
	
	
}
.fleet-des{padding-left:10px}
.our-fleet{
width: 70%;
position: relative;
margin: 0 auto;
border: 1px solid;
border-top: none;	
}
.our-fleet h4{
padding: 27px 0 27px 25px;	
}
.view-our-fleet{
	width: 9%;
position: relative;
margin: 0 auto;
background: #484545;
top: -22px;
}
.view-our-fleet h4{
color: #fff;
padding: 14px;
}
<!-----------------------slider------------------------>

@import url('demo.css');

.mi-slider {
	position: relative;
	margin-top: 30px;
	height: 490px;
}

.mi-slider ul {
	list-style-type: none;
	position: absolute;
	width: 100%;
	left: 0;
	
	overflow: hidden;
	text-align: center;
	pointer-events: none;
}

.no-js .mi-slider ul {
	position: relative;
	left: auto;
	bottom: auto;
	margin: 0;
	overflow: visible;
}

.mi-slider ul.mi-current {
	pointer-events: auto;
}

.mi-slider ul li {
	display: inline-block;
	padding: 20px;
	
	max-width: 480px;
	-webkit-transform: translateX(600%);
	transform: translateX(600%);
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}

.no-js .mi-slider ul li {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.mi-slider ul li a,
.mi-slider ul li img {
	display: block;
	margin: 0 auto;
}

.mi-slider ul li a {
	outline: none;
	cursor: pointer;
}

.mi-slider ul li img {
	max-width: 100%;
	border: none;
}

.mi-slider ul li h4 {
	display: inline-block;
	font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", Garamond, "Times New Roman", serif;
	font-style: italic;
	font-weight: 400;
	font-size: 18px;
	padding: 20px 10px 0;
}

.mi-slider ul li:hover {
	opacity: 0.7;
} 

.mi-slider nav {
	position: relative;
	top: 292px;
	text-align: center;
	max-width: 800px;
	margin: 0 auto;
	border-top: 5px solid #333;
}

.no-js nav {
	display: none;
}

.mi-slider nav a {
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 5px;
	padding: 40px 30px 30px 34px;
	position: relative;
	color: #888;
	outline: none;
	-webkit-transition: color 0.2s linear;
	transition: color 0.2s linear;
}

.mi-slider nav a:hover,
.mi-slider nav a.mi-selected {
	color: #000;
}

.mi-slider nav a.mi-selected:after,
.mi-slider nav a.mi-selected:before {
	content: '';
	position: absolute;
	top: -5px;
	border: solid transparent;
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.mi-slider nav a.mi-selected:after {
	border-color: transparent;
	border-top-color: #fff;
	border-width: 20px;
	left: 50%;
	margin-left: -20px;
}

.mi-slider nav a.mi-selected:before {
	border-color: transparent;
	border-top-color: #333;
	border-width: 27px;
	left: 50%;
	margin-left: -27px;
}

/* Move classes and animations */

.mi-slider ul:first-child li,
.no-js .mi-slider ul li {
	-webkit-animation: scaleUp 350ms ease-in-out both;
	animation: scaleUp 350ms ease-in-out both;
}

@-webkit-keyframes scaleUp {
	0% { -webkit-transform: translateX(0) scale(0); }
	100% { -webkit-transform: translateX(0) scale(1); }
}

@keyframes scaleUp {
	0% { -webkit-transform: translateX(0) scale(0); transform: translateX(0) scale(0); }
	100% { -webkit-transform: translateX(0) scale(1); transform: translateX(0) scale(1); }
}

.mi-slider ul:first-child li:first-child {
	-webkit-animation-delay: 90ms;
	animation-delay: 90ms;
}

.mi-slider ul:first-child li:nth-child(2) {
	-webkit-animation-delay: 180ms;
	animation-delay: 180ms;
}

.mi-slider ul:first-child li:nth-child(3) {
	-webkit-animation-delay: 270ms;
	animation-delay: 270ms;
}

.mi-slider ul:first-child li:nth-child(4) {
	-webkit-animation-delay: 360ms;
	animation-delay: 360ms;
}

/* moveFromRight */

.mi-slider ul.mi-moveFromRight li {
	-webkit-animation: moveFromRight 350ms ease-in-out both;
	animation: moveFromRight 350ms ease-in-out both;
}

/* moveFromLeft */

.mi-slider ul.mi-moveFromLeft li {
	-webkit-animation: moveFromLeft 350ms ease-in-out both;
	animation: moveFromLeft 350ms ease-in-out both;
}

/* moveToRight */

.mi-slider ul.mi-moveToRight li {
	-webkit-animation: moveToRight 350ms ease-in-out both;
	animation: moveToRight 350ms ease-in-out both;
}

/* moveToLeft */

.mi-slider ul.mi-moveToLeft li {
	-webkit-animation: moveToLeft 350ms ease-in-out both;
	animation: moveToLeft 350ms ease-in-out both;
}

/* Animation Delays */

.mi-slider ul.mi-moveToLeft li:first-child,
.mi-slider ul.mi-moveFromRight li:first-child,
.mi-slider ul.mi-moveToRight li:nth-child(4),
.mi-slider ul.mi-moveFromLeft li:nth-child(4) {
	-webkit-animation-delay: 0ms;
	animation-delay: 0ms;
}

.mi-slider ul.mi-moveToLeft li:nth-child(2),
.mi-slider ul.mi-moveFromRight li:nth-child(2),
.mi-slider ul.mi-moveToRight li:nth-child(3),
.mi-slider ul.mi-moveFromLeft li:nth-child(3) {
	-webkit-animation-delay: 90ms;
	animation-delay: 90ms;
}

.mi-slider ul.mi-moveToLeft li:nth-child(3),
.mi-slider ul.mi-moveFromRight li:nth-child(3),
.mi-slider ul.mi-moveToRight li:nth-child(2),
.mi-slider ul.mi-moveFromLeft li:nth-child(2) {
	-webkit-animation-delay: 180ms;
	animation-delay: 180ms;
}

.mi-slider ul.mi-moveToLeft li:nth-child(4),
.mi-slider ul.mi-moveFromRight li:nth-child(4),
.mi-slider ul.mi-moveToRight li:first-child,
.mi-slider ul.mi-moveFromLeft li:first-child  {
	-webkit-animation-delay: 270ms;
	animation-delay: 270ms;
}

/* Animations */

@-webkit-keyframes moveFromRight {
	0% { -webkit-transform: translateX(600%); }
	100% { -webkit-transform: translateX(0%); }
}

@-webkit-keyframes moveFromLeft {
	0% { -webkit-transform: translateX(-600%); }
	100% { -webkit-transform: translateX(0%); }
}

@-webkit-keyframes moveToRight {
	0% { -webkit-transform: translateX(0%); }
	100% { -webkit-transform: translateX(600%); }
}

@-webkit-keyframes moveToLeft {
	0% { -webkit-transform: translateX(0%); }
	100% { -webkit-transform: translateX(-600%); }
}

@keyframes moveFromRight {
	0% { -webkit-transform: translateX(600%); transform: translateX(600%); }
	100% { -webkit-transform: translateX(0); transform: translateX(0); }
}

@keyframes moveFromLeft {
	0% { -webkit-transform: translateX(-600%); transform: translateX(-600%); }
	100% { -webkit-transform: translateX(0); transform: translateX(0); }
}

@keyframes moveToRight {
	0% { -webkit-transform: translateX(0%); transform: translateX(0%); }
	100% { -webkit-transform: translateX(600%); transform: translateX(600%); }
}

@keyframes moveToLeft {
	0% { -webkit-transform: translateX(0%); transform: translateX(0%); }
	100% { -webkit-transform: translateX(-600%); transform: translateX(-600%); }
}

.mi-slider {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Media Queries */
@media screen and (max-width: 910px){
	.mi-slider nav {
		max-width: 90%;
	}
	.mi-slider nav a {
		font-size: 12px;
		padding: 40px 10px 30px 14px;
	}
}

@media screen and (max-width: 740px){
	.mi-slider {
		height: 300px;
	}
	.mi-slider nav {
		top: 220px;
	}
}

@media screen and (max-width: 490px){ 
	.mi-slider {
		text-align: center;
		height: auto;
	}

	.mi-slider ul {
		position: relative;
		display: inline;
		bottom: auto;
		pointer-events: auto;
	}

	.mi-slider ul li {
		-webkit-animation: none !important;
		animation: none !important;
		-webkit-transform: translateX(0) !important;
		transform: translateX(0) !important;
		padding: 10px 3px;
		min-width: 140px;
	}

	.mi-slider nav {
		display: none;
	}
}

.div-table{
  display:table;         
  width:auto;         
        
  
  border-spacing:5px;/*cellspacing:poor IE support for  this*/
}
.div-table-row{
  display:table-row;
  width:auto;
  clear:both;
  font-family: "Open Sans";
    font-size: 14px;
    line-height: 24px;
    text-align: left;
}
.div-table-col{
  float:left;/*fix for  buggy browsers*/
  display:table-column;         
  width:170px;         
   
}
.circular {
	width: 150px;
	height: 150px;
	border-radius: 75px;
	-webkit-border-radius: 75px;
	-moz-border-radius: 75px;
	box-shadow: 0 0 8px rgba(0, 0, 0, .8);
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
	
	}
	
	.circular h4{
	margin-top:170px ;
	
	
	}
	
	.list_1 a li{
	margin-left:17px ;
	
	
	}
	}
	.Table
    {
        display: table;
    }
    .Title
    {
        display: table-caption;
        text-align: center;
        font-weight: bold;
        font-size: larger;
    }
    .Heading
    {
        display: table-row;
        font-weight: bold;
        text-align: center;
    }
    .Row
    {
        display: table-row;
    }
    .Cell
    {
        display: table-cell;
       /* border: solid;
        border-width: thin;*/
        padding-left: 15px;
        padding-right: 15px;
    }
	
	@media only screen and (max-width: 989px) {
	.form {
 	 	top: 15% !important;
	}
	fieldset {
  padding: 37px 12px 0 !important;
 
}
	}
	
	.cta-text {
    text-align: center;
}

.button1 {
    height: 58px;
    background: #000;
    margin-left: 0px;
    margin-top: 0px;
}

.button1 {
    border: 0px;
	height: 58px;
  height: 40px;
    background: #000;
    width: auto;
    color: white !important;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    margin: 0px;
    outline: none;
    padding: 6px 34px 3px;
    position: relative;
    text-align: center;
    text-decoration: none;
    -webkit-transition: background-color 0.15s ease-in-out;
    -moz-transition: background-color 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out;
}

.button1 a {
color: white !important;
}

#map-canvas {
    width: 100%;
    height: 290px;
}

@media (max-width: 480px){
.cta-text {
    margin: 0 auto;
    text-align: center;
}
}