=@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700);
/* ==========================================================================
Global Styles
========================================================================== */
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #0d0d0d;
  overflow-x: hidden;
}

a {
    color:#24242A;
    outline: none;
}

a:focus, a:hover {
    color:#24242A;
    text-decoration: none;
     outline: none;
}

h1.title {max-width: initial;border-bottom: 0px solid #f1f1f1;margin-left: auto;margin-right: auto; /*!  */text-align: center;letter-spacing: 3px;font-size: 20px;margin-bottom: 30px; margin-bottom: 30px; }

h1.title::before{ display: block; content: ""; background: #ccc; height: 1px; position:relative; top:13px; }
h1.title span { border-bottom: initial;position: relative;background-color: white;padding: 0 1.5rem; color:#333; font-weight: 700;} 
h1.title em { border-bottom: initial;position: relative;background-color: white;padding: 0 1.5rem; color:#333; font-weight: 700;}
h1.title strong { border-bottom: initial;position: relative;background-color: white;padding: 0 1.5rem; color:#333; font-weight: 700;} 
h1.title p { border-bottom: initial;position: relative;background-color: white;padding: 0 1.5rem; color:#333; font-weight: 700;} 

img {
max-width: 100%;
height: auto;
}
.sep {
  max-width: 80px;
  border: 2px solid #0d0d0d;
  
}

ol, ul {
    margin: 0px;
    padding: 0px;
}

ul li {
   list-style:none;
   list-style-type:none; 
}


.clearfix:after {
 content: ' ';
 display: block;
 height: 0;
 clear: both;
}


.light-sep {
  max-width: 80px;
  border: 2px solid #fff;
  margin-top: 10px;
  margin-bottom: 10px;
}

#logo {
  padding: 0px;
  position: absolute;
  color: #fff;
  font-size: 1.3em;
  top: 8px;
  z-index: 10000;
}

#logo p {
    color: #fff;
    font-size: 1.3em;
}

#logo span {
    font-weight:700;
    color: #fff;
}

#logo a {
  font-size:20px;
  color: #fff;
  text-decoration: none;
}

#logo img {
    max-width: 380px;
    max-height: 100px;
}

#logo .navbar-brand {
  color:#fff
}

.txt-logo {
	top:-20px !important;
}

.txt-logo2 {
	top:5px !important;
}

.fadeInUp .col-lg-3 {
  padding: 18px;
}

.navbkgcolor {
    background-color: #24242A !important;
}

.topbkgcolor {
    background-color: #000000 !important;
}

.polices {
   margin-top: 130px;
   margin-bottom: 50px;
}

.transfers {
  margin-top: 50px;
  margin-bottom: 60px; 
}

.banner {
  overflow: hidden; 
  padding-top: 88px;
  max-height: 450px;
}


/*--------------- thumbnail ---------------------*/

.thumbnail {
    max-height: 100%;
    max-width: 100%;
}

.thumbnail a img {
    width: 100%;
    height: 60px;
    object-fit: cover;
    object-position: 50% 50%; /* default value: image is centered*/
}

.thumbnail br {
  display:none;
}



/*
 * ==== Losange
 */
.losange, .losange div {
  margin: 0 auto;
  transform-origin: 50% 50%;
  overflow: hidden;
  width: 130px;
  height: 130px;
}
.losange {
  transform: rotate(45deg) translateY(10px);
  border-color: #fff;
  border-style: solid;
  border-width: 1px;
}
.losange .los1 {
  width: 210px;
  height: 210px;
  transform: rotate(-45deg) translateY(-74px);
}
.losange .los1 img {
  height: 100%;
  width: 100%;
}

.active-scroll {
 background: #24242A !important;
}

.top-active-scroll {
 background: #000!important;
}


.account_pages {
 margin-top: 140px;   
}
/* ==========================================================================
Vehicle
========================================================================== */

.pax-lug {margin: 0px !important;}
.lug {padding-right: 5px;}
.pax {padding-right: 5px;}
.fa-suitcase {font-size: 22px !important;padding-right: 5px;}
.fa-user {font-size: 22px !important;}

/* ==========================================================================
Typography
========================================================================== */
h1 {
  font-size: 42px;
  color: #fff;
  font-weight: 300;
  /*!  */
}

h2 {
  font-size: 36px;
  color: #000;
  font-weight: 400;
  letter-spacing: 0.05em;
}

h3 {
  font-size: 26px;
  color: #000;
  font-weight: 400;
}

h4 {
  font-size: 24px;
  color: #000;
  font-weight: 400;
}

h5 {
  color: #fff;
  font-weight: 400;
  font-size: 2em;
}

h6 {
  font-size: 18px;
  color: #000;
  font-weight: 400;
  letter-spacing: 0.05em;
}

p {
  font-size: 16px;
  color: #000;
  font-weight: 400;
}


/* ==========================================================================
Buttons Styles
========================================================================== */
.btn-transparent {
  background: transparent;
  border: 3px solid #fff;
  padding: 15px 30px;
  font-size: 14px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #fff;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-top: 30px;
}

.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent:active {
  background: #fff;
  color: #0d0d0d;
  text-decoration: none;
}

.btn-light {
  background: #fff;
  border: 3px solid #fff;
  padding: 15px 30px;
  font-size: 14px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #0d0d0d;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-top: 20px;
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
  background: transparent;
  color: #fff;
  text-decoration: none;
}

.btn-dark {
  padding: 15px 30px;
  font-size: 14px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #24242a;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border-color: #24242a;
  border-width:2px;
  margin-top: 23px;
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
  background: transparent;
  color: #fff;
  text-decoration: none;
  background: #24242A;
}


.btn-block {
  background: #24242a;
  padding: 15px 0;
  font-size: 16px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #fff;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border: 3px solid #24242a;
}

.btn-block:hover,
.btn-block:focus,
.btn-block:active {
  background: #fff;
  color: #0d0d0d;
  text-decoration: none;
}

/* ==========================================================================
Layout 
========================================================================== */
.dark-bg {
  background: #24242a;
}

.light-bg {
  background: #fff;
}

    /* ==========================================================================
Preloader Style
========================================================================== */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  background: #24242a;
}
.preloader i {
  color: #fff;
  position: absolute;
  font-size: 36px;
  line-height: 36px;
  top: 50%;
  left: 50%;
  height: 36px;
  width: 36px;
  margin-top: -15px;
  margin-left: -15px;
  display: inline-block;
}

    /* ==========================================================================
Navigation Style
========================================================================== */

.navbar-default .navbar-nav > li > a:hover {
    color: #fff;
}

.navbar-default .navbar-nav > li > a:focus {
    color: #fff;
}

.navbar-fixed-bottom, .navbar-fixed-top {
    z-index: 10;
}

.affix {
  top: 8px;
  width:100%;
}

.top-bar {
 line-height:43px; 
 color:#fff;
}

.phone-icon{
    
  float: left;
  font-size:34px; 
   padding-right: 10px;
   padding-top: 8px;
}

.phone-num a {
   color:#fff;
   font-size: 18px;
}

.phone-num p {
   color:#fff;
   font-size: 18px;
   padding-top: 8px;
}

.navbar-form {
   padding-left: 0;
}

.navbar-collapse{
   padding-left:0; 
}

.top-nav {background: rgba(13, 13, 13, 0.79);z-index: 700;height: 46px;}

.info-txt {
float: right;
padding-right: 10px;
font-size: 18px;  
margin-top: 7px;
}

.info-txt p {
  color:#fff;
}

.left-info {
   padding:0px
}

.left-right {
   padding:0px
   float:right;
}

.social-media {
 float:right;  
 padding-top: 3px;
}

.social-media i {
 font-size: 20px;
 padding-left: 5px;
}

.navbar-default {
  background: rgba(13, 13, 13, 0.6);
  margin-bottom: 0;
  border: none;
  top: 46px;
  padding-top: 10px;
  padding-bottom: 10px;
  z-index: 700;
}
.navbar-default .navbar-header {
  padding-right: 15px;
}
.navbar-default .nav-wrap {
  width: 80%;
  float: right;
  padding: 0px;
}
.navbar-default .nav > li > a {
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  padding: 35px 15px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  /*!  */
  outline: 0;
}

.navbar-default .social-media {
  float: right;
  padding: 0 15px;
}
.navbar-default .social-media i {
  font-size: 22px;
}

.top-nav-collapse {
  background: #24242a;
}
.top-nav-collapse .navbar-brand {
  height: auto;
}
.top-nav-collapse .navbar-brand img {
  width: 52px;
  height: 52px;
}
.top-nav-collapse .nav > li > a {
  padding: 30px 15px;
}


/* ==========================================================================
Drop Down Menu/ Sub Menu
========================================================================== */


.responsive-menu {
  position: relative;
}

.main-menu, .sub-menu {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}
.main-menu li, .sub-menu li {
  color: #ffffff;
}

.main-menu > li {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.main-menu > li a {
  display: block;
}
.main-menu > li.active .sub-menu {
  opacity: 1;
  pointer-events: auto;
  margin-top: 0;
  z-index: 20;
}
@media only screen and (min-width: 1221px) {
  .main-menu > li:hover .sub-menu {
    opacity: 1;
    pointer-events: auto;
    margin-top: 0;
    z-index: 20;
  }
}
.main-menu .expand {
  display: none;
}
@media only screen and (max-width: 1220px) {
  .main-menu {
    opacity: 0;
    pointer-events: none;
    margin-top: 20px;
    -webkit-transition: 200ms all;
    transition: 200ms all;
    position: absolute;
    top: 100%;
    left: 0;
    right: auto;
    min-width: 200px;
    width: 80%;
    left: 10%;
  }
  .main-menu li {
    display: block;
  }
  
  .main-menu .expand {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.5rem 1rem;
    z-index: 15;
    -webkit-transform-origin: 50%;
            transform-origin: 50%;
    -webkit-transition: 200ms all;
    transition: 200ms all;
  }
  .main-menu .expand.active {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
@media only screen and (max-width: 1220px) {
  .main-menu.active {
    opacity: 1;
    pointer-events: auto;
    margin-top: 0;
    z-index: 20;
    background-color:#333;
    margin-top: 11px;
  }
}

.sub-menu {
  opacity: 0;
  pointer-events: none;
  margin-top: 20px;
  -webkit-transition: 200ms all;
  transition: 200ms all;
  position: absolute;
  top: 100%;
  left: 0;
  right: auto;
  min-width: 200px;
  padding-top: 10px;
}
@media only screen and (max-width: 1220px) {
  .sub-menu {
    display: block;
    z-index: 20;
    width: 100%;
  }
}
.sub-menu li a {
  display: block;
  background-color: #333;
}

.toggle-menu {
  display: none;
}
@media only screen and (max-width: 1220px) {
  .toggle-menu {
    display: inline-block;
  }
}

body {
  font-family: sans-serif;
  overflow-x: hidden;
}

header {
  background: #333333;
  font-size: 0;
}

nav {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  background: #333333;
  box-sizing: border-box;
}
@media only screen and (min-width: 1221px) {
  nav {
    text-align: right;
  }
}

.toggle-menu {
  color: #ffffff;
  padding-right: 1rem;
  float: right;
  outline:none;
}

.toggle-menu:hover{
    color: #ffffff;
    outline:none;
}

.toggle-menu:focus{
    color: #ffffff;
    outline:none;
}


.toggle-menu span {
  display: inline-block;
  vertical-align: middle;
  padding-left: 0.3rem;
}
.toggle-menu svg {
  display: inline-block;
  vertical-align: middle;
}

.logo {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  font-size: 2rem;
  padding: 0.8rem 1rem;
  box-sizing: border-box;
  width: 15%;
}

.main-menu, .sub-menu {

}
.main-menu li a, .sub-menu li a {
  padding: 1rem 1rem;
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  text-align: center;
}
.main-menu .expand, .sub-menu .expand {
  color: #ffffff;
  font-size: 1.5rem;
}

@media only screen and (max-width: 1220px) {
  .sub-menu {
    background: #777777;
  }
}


/********************************/
/*       Fade Bs-carousel       */
/********************************/
.fade-carousel {
    position: relative;
    height: 100vh;
}
.fade-carousel .carousel-inner .item {
    height: 100vh;
}
.fade-carousel .carousel-indicators > li {
    margin: 0 2px;
    background-color: #ccc;
    border-color: #ccc;
    opacity: .7;
    width: 15px;
    height: 15px;
}
.fade-carousel .carousel-indicators > li.active {
  width: 15px;
  height: 15px;
  opacity: 1;
}


/* The controlsy */
.carousel-control {
	left: -60px;
    height: 40px;
	width: 40px;
    background: none repeat scroll 0 0 #222222;
    border: 4px solid #FFFFFF;
    border-radius: 23px 23px 23px 23px;
    margin-top: 90px;
}
.carousel-control.right {
	right: -60px;
}
/* The indicators */
.carousel-indicators {
}
/* The colour of the indicators */
.carousel-indicators li {
	background: #cecece;
}
.carousel-indicators .active {
background: #428bca;
}

#fleet .carousel-indicators {
  bottom: -40px;
}

#fleet .carousel-indicators > li.active {
    width: 15px;
    height: 15px;
    opacity: 1;
}
#fleet .carousel-indicators > li {
    margin: 0 2px;
    opacity: .7;
    width: 15px;
    height: 15px;
}

#fleet #car {
display: block;
margin-left: auto;
margin-right: auto;
}


/********************************/
/*          Hero Headers        */
/********************************/
.hero {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: ;
    color: #fff;
    text-align: center;
      -webkit-transform: translate3d(-50%,-50%,0);
         -moz-transform: translate3d(-50%,-50%,0);
          -ms-transform: translate3d(-50%,-50%,0);
           -o-transform: translate3d(-50%,-50%,0);
              transform: translate3d(-50%,-50%,0);
}


.hero h5 {
color: #fff;
font-weight: 400;
font-size: 2em;
line-height: 0.3;
}


.hero h1 {
    margin-top: 20px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    text-transform: uppercase;
    font-weight: 700;
}

.hero  li {
    color: #fff;
    font-size: 23px;
    text-align:center;
}

.hero span {
    font-weight: 700;
}

.hero p{
font-size: 1.3em;
font-weight: 400;
color: #fff;
max-width: 800px;
margin-left: auto;
margin-right: auto;
line-height: 1.3em;
height: 93px;
overflow-y: hidden;
margin-bottom: 0px;
text-overflow: ellipsis;
}

.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s; 
}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s;    
}

/********************************/
/*            Overlay           */
/********************************/
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: #080d15;
    opacity: .7;
}

/********************************/
/*          Custom Buttons      */
/********************************/
.btn.btn-lg {padding: 10px 40px;}
.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    color: #f5f5f5;
    background-color: #1abc9c;
    border-color: #1abc9c;
    outline: none;
    margin: 20px auto;
}

/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-1, 
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3,
.fade-carousel .slides .slide-4,
.fade-carousel .slides .slide-5{
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.fade-carousel .slides .slide-1 {
  background-image: url(../images/sliders/chicago11.jpg); 
}
.fade-carousel .slides .slide-2 {
  background-image: url(../images/sliders/chicago7.jpg);
}
.fade-carousel .slides .slide-3 {
  background-image: url(../images/sliders/chicago8.jpg);
}
.fade-carousel .slides .slide-4 {
  background-image: url(../images/sliders/chicago12.jpg);
}
.fade-carousel .slides .slide-5 {
  background-image: url(../images/sliders/chicago7.jpg);
}


.carousel-fade .active.left {
        left:0;
        opacity:0;
        -webkit-transition: opacity 0.5s; /*time < to $.carousel.interval setup */
        -moz-transition: opacity 0.5s; 
        -ms-transition: opacity 05s; 
        -o-transition: opacity 0.5s; 
        transition: opacity  0.5s;
        z-index:2;

}

.carousel-fade .next {

    left:0;
    opacity:1;
    z-index:1;

}


.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}


@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}


    /* ==========================================================================
Sliders Style
========================================================================== */

#owl-hero h1 {
    font-size: 42px;
  }
  #owl-hero h6 {
    font-size: 16px;
  }
  #owl-hero .btn {
    margin-top: 20px;
  }
  #owl-hero .owl-buttons {
    display: none;
  }


#owl-demo .owl-item > div img {
    display: block;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom:4px;
    padding-left: 10px;
    padding-right: 10px;
}

#owl-hero {
  overflow: hidden;
}
#owl-hero .item {
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.overlay{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.48);
}
.item{
  position: relative;
}
#owl-hero .item .caption {
  position: absolute;
  top: 45%;
  margin-top: -104px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 15;
}
#owl-hero .item .caption h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  text-transform: uppercase;
}
#owl-hero .item .caption p {
    font-size: 1.3em;
    font-weight: 400;
    color:#fff;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.3em;
    height: 87px;
    overflow-y: hidden;
    margin-bottom: 0px;
    text-overflow:ellipsis;
    }
#owl-hero .item .caption h1 span {
  font-weight: 700;
}
#owl-hero .item .caption h6 {
  color: #fff;
  margin: 0;
}
#owl-hero .owl-pagination {
  position: absolute;
  display: block;
  text-align: center;
  width: 100%;
  bottom: 5%;
}

  .owl-carousel{
   left: 0;
   right: 0;
   margin: auto;
}

#owl-hero .owl-pagination .owl-page.active span {
  background: #fff;
}
#owl-hero .owl-pagination .owl-page span {
  border: 2px solid #fff;
  border-radius: 50%;
  background: transparent;
  opacity: 1;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#owl-hero .owl-buttons div {
  background: #fff;
  font-size: 24px;
  color: #a3a3a3;
  opacity: 1;
}
#owl-hero .owl-buttons .owl-prev {
  left: -60px;
}
#owl-hero .owl-buttons .owl-next {
  right: -60px;
}
#owl-hero .owl-buttons .owl-prev,
#owl-hero .owl-buttons .owl-next {
  position: absolute;
  background: #fff;
  top: 50%;
  height: 51px;
  width: 51px;
  line-height: 45px;
  border-radius: 0;
  border: 1px solid #fff;
  z-index: 20;
  text-align: center;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#owl-hero:hover .owl-prev {
  left: -5px;
}

#owl-hero:hover .owl-next {
  right: -5px;
}


    /* ==========================================================================
Services Style
========================================================================== */
#services {
  background: #fff;
  padding: 60px 0;
  text-align: center;
}

#services i {
    font-size: 3.5em !important;
    color: #333;
    padding: 0px;
}

#services h4 {
   text-align:center;
   margin-top: 15px;
   margin-bottom: 15px;
}

#services p {
   text-align:center;
}

  #services h3 {
    font-size: 22px;
}

#services h2 {
  text-transform: uppercase;
  color: #fff;
}
#services p {
  color: #333;
}
#services .services-box {
  margin-top: 60px;
}
#services .services-box .col-md-3 {
  margin-bottom: 20px;
}
#services .services-box .col-md-3 .media-left,
#services .services-box .col-md-3 .media-right,
#services .services-box .col-md-3 .media-body {
  vertical-align: baseline;
}
#services .services-box .col-md-3 .media-left p,
#services .services-box .col-md-3 .media-right p,
#services .services-box .col-md-3 .media-body p {
}
#services .services-box .col-md-3 .media-left h3,
#services .services-box .col-md-3 .media-right h3,
#services .services-box .col-md-3 .media-body h3 {
  text-transform: uppercase;
  color: #fff;
}
#services .services-box .col-md-3 .media-left span,
#services .services-box .col-md-3 .media-right span,
#services .services-box .col-md-3 .media-body span {
  font-size: 36px;
  color: #fff;
}

.servicetitle {
  margin-top:10px;
  margin-bottom:10px
}


    /* ==========================================================================
Work Process Style
========================================================================== */
#work-process {
  padding: 60px 0;
  text-align: center;
}
#work-process .col-lg-3 {
  margin-top: 40px;
}
#work-process h2 {
  text-transform: uppercase;
}
#work-process h4 {
  text-transform: uppercase;
  color: #0d0d0d;
}
#work-process span {
  font-size: 48px;
  color: #0d0d0d;
  margin-bottom: 15px;
}

    /* ==========================================================================
Fun Facts Style
========================================================================== */
#services-head {
  background: #24242a;
  padding: 25px 0;
  text-align: center;
  background-image: url(../images/background/street.svg);
  background-repeat: repeat-x;
  background-size: cover;
}
#services-head .col-lg-3 {
  margin-top: 40px;
  margin-bottom: 20px;
}
#services-head h2 {
  text-transform: uppercase;
  color: #fff;
  margin-top: 40px;
}
#services-head p {
  color: #fff;
}
#services-head h4 {
  text-transform: uppercase;
  color: #fff;
}
#services-head .number {
  color: #fff;
  font-weight: 700;
  padding: 10px 0;
  margin: 0;
}
#services-head span {
  font-size: 48px !important;
  color: #fff;
  margin-bottom: 15px;
}

#taxiImage {
  max-width: 480px;
}


    /* ==========================================================================
Our Services
========================================================================== */
#services {
  padding: 60px 0;
  text-align: center;
}
#services h2 {
  text-transform: uppercase;
}
#services .services {
  margin-top: 40px;
  margin-bottom: 20px;
}
#services .services h4 {
  margin-top: 20px;
  text-transform: uppercase;
  font-weight: 700;
}
#services .services p {
  color: #a3a3a3;
}
#services .services a {
  color: #0d0d0d;
  font-size: 22px;
  padding-right: 10px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#services .services a:hover,
#services .services a:focus,
#services .services a:active {
  color: #a3a3a3;
}

    /* ==========================================================================
Reservations Style
========================================================================== */
.book {
padding: 30px;
background-color: #fff;
border-radius: 13px;
}

#book {
  background-color: transparent;
  background-image: url(../images/sliders/chicago7.jpg);
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 60px 0;
  text-align: center;
    
}
#book h2 {
  text-transform: uppercase;
  color: #fff;
}
#book p {
  color: #fff;
}
#book .item .quote {
  margin: 20px auto;
  width: 80%;
}
#book .item .quote .right {
  margin-left: 40px;
  font-size: 32px;
  color: #fff;
}
#book .item .quote .left {
  float: left;
  margin-right: 40px;
  color: #fff;
}
#book .item h5 {
  color: #fff;
  line-height: 36px;
}
#book .item h5 span {
  font-weight: 700;
  text-transform: uppercase;
}
#book .owl-pagination .owl-page.active span {
  background-color: #fff;
}
#book .owl-pagination .owl-page span {
  border: 2px solid #fff;
  border-radius: 50%;
  background: transparent;
  opacity: 1;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

    /* ==========================================================================
Contact Us Style
========================================================================== */
#contact {
  /*!  */
  text-align: center;
  padding-bottom: 48%;
}
#contact h2 {
  text-transform: uppercase;
}
#contact form {
  margin: 40px 0;
}
#contact .form-group {
  margin-bottom: 35px;
}
#contact .form-control {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 2px solid #24242a;
  color: #0d0d0d;
  min-height: 45px;
}
#contact textarea {
  height: 140px;
  resize: none;
}

.contact_box h1{
font-size: 36px;
font-weight: 400; 
}

.contact_us h1{
font-size: 25px;
font-weight: 700; 
}

.contact_box {
max-width: 600px;
height: auto;
margin-left: auto;
margin-right: auto;
}

.contact_box p{
color:#fff;
margin-top: 30px;
}

.contact_us {
max-width: 800px;
height: auto;
margin-left: auto;
margin-right: auto;
margin-top: 50px;
}

.contact_us .icon {
    color: #ffffff;
    font-size: 25px;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}


/* ==========================================================================
Fleet
========================================================================== */
#fleet {
  padding: 50px 0;
  text-align: center;
}
#fleet h2 {
  text-transform: uppercase;
}

#fleet h2 span {
  font-weight: 700;
}
#fleet img {
  max-width: 300px;
  margin-bottom: 15px;
}

#fleet-car {
  margin-top:170px;
}


#fleet .section {
    background: #fff;
    padding-top: 130px;
    padding-bottom: 10px;
}

#fleet .container {
    padding: 0;
}

#fleet .container-full {
    min-height: 50px;
}

#fleet .heading {
    padding-bottom: 30px;
    border-top: 1px solid #f7f8f8;
    width: 100%;
}

#fleet h3 {
    font-family: "PT Sans";
    font-weight: 700;
    font-size: 1.4em;
    margin-top: -12px;
    width: 300px;
    padding: 0 30px;
    background-color: #fff;
    text-align: center;
    color: #272a2f;
}

#fleet .avatar {
    width: 80px;
    height: 80px;
    margin: 10px;
    border-radius: 15px;
    float: left;
    background-color: #CCC;
    overflow: hidden;
}

#fleet .clint-div {
    float: left;
    padding-right: 20px;
}

#fleet .name {
    font-size: 1em;
    font-weight: 700;
    margin: 0;
    padding: 0;
    line-height: 100%;
}

#fleet .designation {
    font-size: .8em;
    font-weight: 700;
    font-style: italic;
    margin: 0;
    padding: 0;
    line-height: 100%;
}

#fleet .col-xs-6 p {
    margin: 10px;
}

.fleet-item {
    margin-bottom: 30px;
    margin-top: 30px;
    border-bottom: solid;
    border-color: #ccc;
    border-width: 1px;
    padding-bottom: 55px;
}

.content-text .fleet-item:last-child {
    margin-bottom: 0;
}

.fleet-item p {
    line-height: 1.6em;
}

.fleet-item .fleet-title {
    margin-bottom: 5px;
    font-size: 16px;
}

.fleet-pic-car {
    width:55%;
    margin-bottom: 25px;
}

.content-text .fleet-title p {
    margin-bottom: 0;
}

.row-fleet .fleet-pic {
    float: left;
    width: 35%;
    margin-left: 4%;
}

.row-fleet .fleet-info {
    float: right;
    padding-left: 5%;
    width: 55%;
}

.row-fleet .fleet-text-car {
    margin-bottom: 20px;
}


#fleet h5 {
color: #333;
font-size: 18px;      
font-weight: 600;
}

/* ---------------------------------------------------------------------------- */
/* -------------------------------------Scroller-------------------------------- */
/* ---------------------------------------------------------------------------- */

#scroller {
    display: none;
}


#scroller .gotop {
    position: fixed;
    bottom: 18px;
    right: 20px;
    cursor: pointer;
    text-align: center;
    cursor: pointer;
    border-radius: 100px;
    z-index: 3000;
    height: 35px;
    width: 35px;
    background-color: #dedede;
}

#scroller .gotop a {
    -webkit-transition: color .2s ease-in;
    -moz-transition: color .2s ease-in;
    -o-transition: color .2s ease-in;
    -ms-transition: color .2s ease-in;
    transition: color .2s ease-in;
    color: #1D1D1D;
}

#scroller .gotop a i {
    font-size: 30px;
    line-height: 30px; 
    width: 30px;
}

#scroller .gotop a:hover {
    
-webkit-transition: color .1s ease-in;
    -moz-transition: color .1s ease-in;
    -o-transition: color .1s ease-in;
    -ms-transition: color .1s ease-in;
    transition: color .1s ease-in;
    color: #33608F;  
}


    /* ==========================================================================
Footer Map Style
========================================================================== */
footer {
  background: #24242a;
  padding: 60px 0;
  text-align: center;
}
footer h1 {
  text-transform: uppercase;
  font-weight: 700;
}
footer .social {
  margin: 40px 0;
}
footer .social a {
  color: #fff;
  margin-left: 20px;
  margin-right: 20px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
footer .social a:hover,
footer .social a:focus,
footer .social a:active {
  color: #a3a3a3;
}
footer h6 {
  text-transform: uppercase;
  color: #fff;
}

/* ----------------------------------------------------- FOOTER STARTS ------------------ */

footer h1 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    padding-left: 20px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-left: 3px solid #1086df;
    margin-bottom: 32px;
    letter-spacing: 3px;
    text-align:left;
}
footer .row1 {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #b2b2b2;
}
footer .row1 .about {
    font-size: 13px;
}

footer .row1 .about p{
    color:#b2b2b2;
    font-size:15px;
}

footer .row1 .about p a {
    color: #b2b2b2;
    text-decoration: none;
}

footer .row1 .about p a:hover {
    color: #fff;
}

footer .row1 .about .button {
   margin-top: 30px;
}

footer .row1 ul.office-icons {
    margin: 0px;
    text-align: left;
    padding: 0px;
}
footer .row1 ul.office-icons li {
    font-size: 13px;
    list-style-type: none;
    padding-bottom: 4px;
}
footer .row1 ul.office-icons li a {
    color: #b2b2b2;
    text-decoration: none;
}
footer .row1 ul.office-icons li i {
    font-size: 15px;
    text-align: center;
    width: 20px;
    padding-right: 6px;
}
footer .row1 .useful-links ul {
    margin: 0px;
    text-align: left;
    padding: 0px;
}
footer .row1 .useful-links ul li {
    font-size: 13px;
    color: #b2b2b2;
    list-style-type: none;
    padding-bottom: 4px;
}
footer .row1 .useful-links ul li a {
    color: #b2b2b2;
    text-decoration: none;
}
footer .row1 .useful-links ul li a:hover {
    color: #fff;
    text-decoration: none;
}
footer .row1 .useful-links ul li:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome!important;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0da";
    padding-right: 8px;
    color: #b2b2b2;
}
footer .row1 .useful-links ul li:hover:before {
    color: #1086df;
}
footer .row1 .tags ul {
    padding: 0px;
    margin: 0px;
}
footer .row1 .tags ul li {
    display: inline-block;
}
footer .row1 .tags ul li a {
    font-size: 12px;
    color: #b2b2b2;
    padding-top: 4px;
    padding-right: 12px;
    padding-bottom: 4px;
    padding-left: 12px;
    display: inline-block;
    line-height: normal;
    margin-right: 2px;
    margin-bottom: 6px;
    background-color: transparent;
    border: 1px solid #444444;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
footer .row1 .tags ul li a:hover {
    color: #fff;
    background-color: #1086df;
    border: 1px solid #1086df;
    text-decoration: none;
}
footer .row1 .recent-posts ul {
    padding: 0px;
    margin: 0px;
}
footer .row1 .recent-posts ul li {
    font-weight: 500;
    font-size: 12px;
    list-style-type: none;
    padding-bottom: 20px;
    padding-top: 0px;
}
footer .row1 .recent-posts ul li .picture {
    float: left;
    margin-right: 15px;
}
footer .row1 .recent-posts ul li .info {
    padding-left: 80px;
    font-size: 12px;
}
footer .row1 .recent-posts ul li .info .caption {
    font-weight: 400;
    color: #b2b2b2;
}
footer .row1 .recent-posts ul li .info .date {
    color: #fff;
}
footer .row1 .recent-posts ul li a {
    color: #b2b2b2;
    line-height: normal;
}
footer .row1 .recent-posts ul li a:hover {
    color: #fff;
    text-decoration: none;
}
footer .row1 .working-office ul {
    padding: 0px;
    margin: 0px;
    padding-top: 12px;
}
footer .row1 .working-office ul li {
    font-weight: 500;
    font-size: 12px;
    list-style-type: none;
    padding-bottom: 5px;
    padding-top: 0px;
}
footer .row1 .working-office ul li span {
    float: right;
    color: #fff;
}
footer .row1 .quick-contact .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 12px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #fff;
    background-color: transparent;
    background-image: none;
    border: 1px solid #8a8d8c;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
footer .row1 .quick-contact .btn-default {
    color: #fff;
    background-color: #1086df;
    border-color: #1086df;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
footer .row1 .quick-contact .btn-default:hover {
    color: #1086df;
    background-color: transparent;
    border-color: #1086df;
}
footer .row1 .quick-contact .btn {
    display: inline-block;
    height: auto;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
}
footer .row1 .share {
    text-align: center;
    padding-top: 0px;
    padding-bottom: 50px;
}
footer .row1 .share .logo {
    margin-top: 20px;
    margin-bottom: 40px;
}
footer .row1 .share .description {
    color: #fff;
}

footer .row1 .share .line {
    height: 3px;
    width: 110px;
    background-color: #1086df;
    margin-top: 14px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}
footer .row1 .share .copyright {
    font-size: 12px;
    text-align: center;
    color: #b2b2b2;
}
footer .row1 .share .copyright a {
    color: #fff;
}
footer .row2 {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #b2b2b2;
    position: relative;
}
footer .row2 ul.links {
    margin: 0px;
    text-align: left;
    padding: 0px;
}
footer .row2 ul.links li {
    display: inline-block;
    font-size: 12px;
    color: #b2b2b2;
    list-style-type: none;
    padding-left: 16px;
}
footer .row2 ul.links li a {
    color: #b2b2b2;
}
footer .row2 ul.links li a:hover {
    color: #fff;
    text-decoration: none;
}

footer .latest-tweets .icon {
    float: left;
    font-size: 18px;
    color: #fff;
}
footer .latest-tweets .info {
    padding-left: 26px;
    font-size: 13px;
}
footer .latest-tweets .info .date {
    color: #fff;
    padding-top: 8px;
}
footer .row2.line {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #b2b2b2;
    position: relative;
}
footer .row2 .copyright {
    font-size: 12px;
    text-align: right;
}
footer .row2 .copyright.left {
    font-size: 12px;
    text-align: left;
    line-height: 45px;
}
footer .row2 .copyright a {
    color: #fff;
}
footer .white-row {
    position: absolute;
    z-index: 1000;
    bottom: 0;
    width: 100%;
    padding-top: 6px;
    padding-bottom: 6px;
}
footer .white-row .copyright {
    color: #8f8f8f;
    font-size: 12px;
}
footer .white-row .copyright a {
    color: #1086df;
}




/* ---------------------------------------------------------------------------- */
/* -------------------------------------Social Media Icons---------------------- */
/* ---------------------------------------------------------------------------- */


.facebook a{
    line-height:35px;
    color: #fff;
    width: 35px;
}

.twitter a{
    line-height:35px;
    color: #fff;
    width: 35px;
}

.googleplus a{
    line-height:35px;
    color: #fff;
    width: 35px;
}


#facebook span {
    display: none;
}

#twitter span {
    display: none;
}

#google span {
    display: none;
}


/******* Social Media Icons Top *******/

#social-media{
 text-align:center;
 margin: 0px auto;
 width: 180px;
}


.top-facebook {
max-width:12px;
}

.top-twitter {
max-width:19px;
margin-left: 10px;
}

.top-googleplus {
max-width:19px;
margin-left: 10px;
}

.footer-facebook {
max-width:8px;
}

.footer-twitter {
max-width:15px;
}

.footer-googleplus {
max-width:15px;
}

.social-icons {
    min-height: 50px;
}

.social-icons li.facebook:hover {
    background-color: #3b5998;
}

.social-icons li.twitter:hover {
    background-color: #2e9edd;
}

.social-icons li.linkedin:hover {
    background-color: #0077b5;
}

.social-icons li.googleplus:hover {
    background-color: #db514f;
}

.social-icons {
    margin-left: -10px;
    padding-left: 0;
}

.social-icons li {
    width: 35px;
    height: 35px;
    font-size: 1.25em;
    text-align: center;
}

.social-icons li {
    margin: 15px 5px 5px;
    border-radius: 100px;
    background-color: #636666;
    float: left;
    -webkit-transition: background-color .3s;
    -moz-transition: background-color .3s;
    -o-transition: background-color .3s;
    -ms-transition: background-color .3s;
    transition: background-color .3s;
    list-style-type: none;
}

.social-icons i {
    color: #FFF;
}

#foot-about {
 padding-bottom: 13px;
 text-align: left;
}

#foot-links1 {
 padding-bottom: 13px;
}

#foot-links2 {
 padding-bottom: 13px;
}

#foot-acct-links {
 padding-bottom: 13px;
}

    /* ==========================================================================
Media Queries Style
========================================================================== */
@media (max-width: 1024px) {
  /*-- Navigation --*/
  .navbar-default {
    background: #24242a;
  }
  .navbar-default .navbar-header {
    width: 100%;
    padding-right: 0;
  }
  .navbar-default .navbar-header .navbar-brand {
    height: auto;
  }
  .navbar-default .navbar-header .navbar-brand img {
    width: 52px;
    height: 52px;
  }
  .navbar-default .nav-wrap {
    width: 100%;
  }
  .navbar-default .navbar-toggle {
    padding-top: 25px;
    padding-bottom: 25px;
    border: none;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus,
  .navbar-default .navbar-toggle:active {
    background: none;
  }
  .navbar-default .navbar-left,
  .navbar-default .navbar-right {
    float: none !important;
  }
  .navbar-default .navbar-toggle {
    display: block;
  }
  .navbar-default .navbar-collapse {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-default .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-default .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }
  .navbar-default .navbar-nav > li {
    float: none;
  }
  .navbar-default .collapse.in {
    display: block !important;
  }
    
    
  /*----------------------------------------------------
 10. Protfolio Style
------------------------------------------------------*/
.protfolio{
	background:#2bb3dd;
}
.protfolio .container{
	padding-top:85px ;
	padding-bottom:90px ;
}

.protfolio .heading p{
	padding-bottom:41px;
}

.protfolio h4{
	font-weight:700;
}


.portfolioFilter{
	display:block;
	margin:0 auto;
	text-align: center;
}

.portfolioFilter ul{
	margin:0 auto;
	text-align:center;
	display:block;
	margin-bottom:30px;
}
.portfolioFilter ul li{
	display:inline-block;
	margin:5px 5px;
}
.portfolioFilter ul li a{
	padding:16px 18px;
	font-size:13px;
	line-height:15px;
	color:#ffffff;
	text-transform:uppercase;
	display:block;
	text-decoration:none;
	border:solid 1px #95d9ee;
	
	transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
}

.portfolioFilter ul li a:hover{
	border:solid 1px #15596e;
	color:#15596e;
	
	transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
}

.portfolioFilter ul li a.current{
	background:#15596e;
	border:solid 1px #15596e;
	color:#fff;
}


ul.portfolioContainer{
	display:block;
	padding:0px;
	list-style-type:none;
}
ul.portfolioContainer li{
	display:block;
	min-height:205px;
	padding:0px;
	margin:0px;
	cursor:pointer;
}
ul.portfolioContainer li .lightCon{
	display:block;
	margin:3px 3px 4px 4px;
	position:relative;
	overflow:hidden;
}
ul.portfolioContainer li img{
	 width:100%;
	 height:auto;
	 display:block;
}

span.hoverBox{
	visibility:hidden;
	width:100%;
	height:100%;
	position: absolute;
	left:0px;
	bottom: 0px;
	
	transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	
	background: rgba(0, 0, 0, 0.1);
	
}
ul.portfolioContainer li:hover span.hoverBox{
	visibility:visible;
	left:0px;
	bottom: 0px;
	
	background: rgba(0, 0, 0, 0.8);
	
	transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
}

span.hoverBox a{
	line-height:42px;
}

span.hoverBox .smallIcon{
	width: 94px;
	margin: 0px auto;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -47px;
	margin-top: -21px;
}

span.hoverBox .zoom{
	visibility:hidden;
	width:42px;
	height:42px;
	background:#ff675f;
	color:#fff;
	position: relative;
	left:-150%;
	/*top:40%;*/
	text-align:center;
	line-height:50px;
	display: block;
	float: left;
	
	transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
}
ul.portfolioContainer li:hover span.hoverBox .zoom{
	visibility:visible;
	left:0;
	
	transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
}

span.hoverBox .linKed{
	visibility:hidden;
	width:42px;
	height:42px;
	background:#313131;
	color:#fff;
	position: relative;
	right:-150%;
	text-align:center;
	line-height:52px;
	display: block;
	float: right;
	
	transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
}
ul.portfolioContainer li:hover span.hoverBox .linKed{
	visibility:visible;
	right:0%;
	
	transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
}


.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */

    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
	padding:0;
	
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}


.abc{
	position: absolute;
	width: 782px;
	height: auto;
	top: 20%;
	left: 0;
	right: 0;
	z-index: 99999;
	margin: 0 auto;
}
.abc #pbImage{
	position:static !important;
}

#pbCaption{
	display:block;
	background:none !important;
}
#pbBottom{
	position: relative !important;
	left: 26.1% !important;
	bottom: 0px !important;
	width: 100% !important;
	margin-left: -26% !important;
	padding: 0px !important;
	height:80px !important;
	
	display: block;
	background-color: rgba(24,27,34,1);
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#B0000000, EndColorStr=#B0000000);
}
#pbCloseBtn{
	position:absolute !important;
}
    
    

  /*-- section styles --*/
  section h2 {
    font-size: 32px;
  }

  #testimonials h5 {
    font-size: 18px;
  }
}

.rm_pad {
    padding:0px; overflow: hidden;
}


.vid {
   visibility: inherit;
   opacity: 1;
   width: 100%;
   position: relative;
   object-fit: cover;
   object-position: 100% 100%;
   height: 700px;
   background-size: cover;
}

.phone a { 
    font-size:18px; color:#fff;  
}

.phone {
  margin-top:8px;
}

.phone p {
  font-size:18px; color:#fff;
}


.email a { 
    font-size:18px; color:#fff;  
}

.email p { 
    font-size:18px; color:#fff;  
}

.email {
  margin-top:8px;
}

.service_box {position: absolute;color: rgb(255, 255, 255);top: 15%;width: 100%;z-index: 699;}

.service_box ul {
    list-style-type: none;
}

#service {
    height:500px;
    overflow: hidden;
}

#service p {
   text-align:center; 
}


#service h3 {
    font-weight: 700;
    font-size: 1.5em;
    margin-top: -12px;
    width: 200px;
    padding: 0 30px;
    background-color: #fff;
    text-align: center;
    color: #272a2f;
}

#service h4 {
    margin: 20px 0;
    font-size: 18px;
    color: #FFF;
    text-align: center;
}

#service .faicons {
    width: 120px;
    margin: 20px auto;
    text-align: center;
}

.plane-down {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

#service i {
    font-size: 4.5em;
    padding: 36px;
    border-radius: 100px;
    color: #fff;
    width: 140px;
    height: 140px;
}

#booktext
{
  min-width: 25px;
}

#servicestext
{
   min-width: 25px;
}