
/*---------------        Google Fonts      ---------------*/

@import  "http://fonts.googleapis.com/css?family=Pacifico";

@import  "http://fonts.googleapis.com/css?family=PT+Sans:400,700";

@import  "http://fonts.googleapis.com/css?family=Roboto";


/*---------------        Common      ---------------*/
html,body,h1,h2,h3,h4,h5,h6,p,div,a {
    font-family: "PT Sans";
}

body {
    line-height: initial;
}

.no-scroll {
    overflow: hidden;
    position: fixed;
    width: 100%;
}

p {
    text-rendering: optimizelegibility;
    margin: 0px;
}

.clear-top {
    padding-top: 45px;
}

.clear-bottom {
    height: 60px;
    width: 100%;
}

#pricing ul,#portfolio ul,#contact ul,#service ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
    display: block;
    height: auto;
}

i {
    font-size: 30px;
}

ul li {
    list-style: none;
}

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


/*--------------- hr ---------------------*/
.hr-with-icon {
    position: relative;
    text-align: center;
    margin: 20px 0;
}

.hr-with-icon::before {
    content: "";
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    display: block;
}

/*---------------       Body top Margin      ---------------*/
.bodytopmargin {
    margin-top: 60px;
    -webkit-transition: margin-top;
}

.bodynomargin {
    margin-top: 0;
    -webkit-transition: margin-top;
}

#content-body {
    font-size:1.2em;
}

/*---------------      Drop Down Menu      ---------------*/
.navbar-nav > li > .dropdown-menu {
    margin-top: -1px;
}

.dropdown-menu > li > a {
    color: #666;
}

.dropdown-menu {
    z-index: 1000;
    display: none;
    min-width: 160px;
    font-size: 14px;
    list-style: none;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    background-clip: padding-box;
}

.fill-width.dropdown {
    position: static;
    float: left;
}

.fill-width.dropdown > .dropdown-menu {
    right: auto;
    position: absolute;
    left: 0;
    background-color: #333;
}

.fill-width.dropdown > .dropdown-menu > li > a {
    white-space: normal;
}

.fill-width.dropdown:hover> .dropdown-menu {
    display: block;
}

.fill-width.dropdown>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #fff;
    margin-top: 8px;
    margin-left: 7px;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fill-width.dropdown:hover>a:after {
    border-left-color: #fff;
}

/*---------------       Sub-menu      ---------------*/
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
    right: -1px !important;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}


/*---------------   site map      ---------------*/

.sitemap-outer li a { 
 color: #000; 
 display: initial; 
 font-size: 16px; 
 line-height: 40px !important; 
 text-decoration: none; 
 font-weight: bold;
}

.sitemap-outer ul { 
 float: initial;

}
.sitemap-outer ul li { 
 float: initial;
}

.sitemap-outer ul li a:hover, .sitemap-outer ul li a:focus {
  text-decoration-line: none;
  text-decoration-style: none;
  background-color: initial;
}



/*---------------       Head navigation bar      ---------------*/
#headnev.shrink {
    background-color: #091125 !important;
}

#nav-small li a.small {
    line-height: 1.15em;
}

#smallhead a.smallhead {
    font-size: 30px;
    line-height: 1.3em;
}

#navi.navbar-scroll {
    width: 100%;
    margin-left: initial;
    margin-right: initial;
    margin-top: -1px;
}

.acc-txt {
    color: #fff;
    padding-left: 5px;
    padding-top: 4px;
    float: right;
}

.user {
    font-size: 20px;
    color: #fff;
}

.arrow {
    border-top: 4px solid #fff;
}

#top-head.remove {
    display: none;
}

#top-head {
    background: rgba(9,17,37,0.52) none repeat scroll 0 0;
    position: relative;
    z-index: 800;
    border-bottom: 1px solid rgba(9,17,37,0.6);
    padding-top: 7px;
    height: 30px;
}

#top-left {
    font-family: inherit;
    font-size: 1em;
    float: left;
    height: 20px;
    width: 50%;
    position: relative;
    padding-left: 15px;
}

#top-left ul {
}

#top-left ul li {
    display: inline;
    padding-right: 10px;
}

#top-left ul li a {
    color: #fff;
}

#top-left ul li a:hover,a:active,a:focus {
    text-decoration: none;
    outline: 0;
}

#top-left ul li i {
    font-size: 20px;
}

#top-right {
    font-family: inherit;
    font-size: 1em;
    float: right;
    padding-right: 27px;
    height: 20px;
    width: 50%;
    position: relative;
    line-height: 27px;
    height: 20px;
}

#top-right ul {
    float: right;
}

#top-right ul li {
    display: inline;
    padding-left: 10px;
    color: #fff;
}

#top-right ul li a {
    color: #fff;
}

#top-right ul li a:hover,a:active,a:focus {
    text-decoration: none;
    outline: 0;
}

#top-right ul li i {
    font-size: 20px;
}

.top-social {
    float: right;
    font-size: 18px;
    padding-right: 4px;
}

.top-phone {
    float: right;
    color: #fff;
    padding-right: 10px;
    padding-top: 1px;
}

.top-phone a {
    color: #fff;
    text-decoration: none;
}

.top-phone span {
    padding-right: 10px;
    text-decoration: none;
}

#facebook span {
    display: none;
}

#twitter span {
    display: none;
}

#google span {
    display: none;
}

#facebook-footer { 
  padding:10px;
  line-height:10px;
}

#twitter-footer { 
  padding:7px;
  line-height:7px;
}

#google-footer { 
  padding:6px;
  line-height:6px;
}


#facebook-footer span {
    display: none;
}

#twitter-footer span {
    display: none;
}

#google-footer span {
    display: none;
}

#headnev {
}

#nav-small li a {
    line-height: 1.72em;
}

#smallhead a {
    line-height: 1.3em;
    margin-left: 15px;
}

.navbar {
    z-index: 500;
}

#header .navbar {
    background: rgba(9,17,37,0.61) none repeat scroll 0 0;
    border-radius: 0;
    margin-bottom: 0;
}

#header {
    background: #2e3949;
}

#header .topnavbar {
    height: 60px;
}

.navbar-header a {
    color: #FFF;
    font-family: "Source Sans Pro",sans-serif;
    font-size: 23pt;
    font-weight: 500;
    letter-spacing: -.015em;
    padding-top: 6px;
    position: absolute;
}

#header .navbar-fixed-top .navbar-toggle,#header .navbar-fixed-top .nav {
    margin-top: initial;
}

#header .navbar-fixed-top .navbar-header a {
    text-decoration: none;
}

#header .navbar-nav .active a,#header .navbar-nav a:hover {
    background-color: #4387D0;
}

.navbar-nav a,.navbar-nav .active a {
    color: #FFF;
    font-family: "Source Sans Pro",sans-serif;
    font-size: 13pt;
    font-weight: 300;
    letter-spacing: .01em;
}

#header .navbar-nav .active a:hover {
    background-color: #4387D0;
    -webkit-transition: background-color .2s;
    -moz-transition: background-color .2s;
    -o-transition: background-color .2s;
    -ms-transition: background-color .2s;
    transition: background-color .2s;
}

#header .navbar-nav a:active {
    background-color: #4387D0;
}

#header .navbar-header i {
    font-weight: 700;
    color: #fff;
    font-size: 1.5em;
}

#header .navbar.topnavbar #top-head {
    -webkit-animation: movetextdown 500ms ease;
    -moz-animation: movetextdown 500ms ease;
    -ms-animation: movetextdown 500ms ease;
    -o-animation: movetextdown 500ms ease;
    animation: movetextdown 500ms ease;
}

#header .navbar-fixed-top.navbar {
    height: 10px;
    -webkit-animation: moveBottom 500ms ease;
    -moz-animation: moveBottom 500ms ease;
    -ms-animation: moveBottom 500ms ease;
    -o-animation: moveBottom 500ms ease;
    animation: moveBottom 500ms ease;
}

@keyframes movetextdown {
    0% {
        top: -100px;
    }

    100% {
        top: 0;
    }
}

@-moz-keyframes movetextdown {
    0% {
        top: -100px;
    }

    100% {
        top: 0;
    }
}

@-webkit-keyframes movetextdown {
    0% {
        top: -100px;
    }

    100% {
        top: 0;
    }
}

@-ms-keyframes movetextdown {
    0% {
        top: -100px;
    }

    100% {
        top: 0;
    }
}

@-o-keyframes movetextdown {
    0% {
        top: -100px;
    }

    100% {
        top: 0;
    }
}

@keyframes moveBottom {
    0% {
        top: -100px;
    }

    100% {
        top: 0;
    }
}

@-moz-keyframes moveBottom {
    0% {
        top: -100px;
    }

    100% {
        top: 0;
    }
}

@-webkit-keyframes moveBottom {
    0% {
        top: -100px;
    }

    100% {
        top: 0;
    }
}

@-ms-keyframes moveBottom {
    0% {
        top: -100px;
    }

    100% {
        top: 0;
    }
}

@-o-keyframes moveBottom {
    0% {
        top: -100px;
    }

    100% {
        top: 0;
    }
}



/*---------------       Head navigation bar End      ---------------*/
/*---------------       right picture     ---------------*/
.right_img img {
    border-radius: 10px;
    max-width: 90%;
    margin-top: 5px;
    float: right;
}

/*---------------       Container      ---------------*/
.container-full {
    position: relative;
    /* top: -102px; */
}

.container-stretch {
    height: auto;
    padding-top: 130px;
    padding-bottom: 20px;
}

/*---------------       Welcome Text      ---------------*/
.companyname {
    width: 550px;
    line-height: 70px;
}

.welcome {
    width: 350px;
}

/*---------------        Slider      ---------------*/
.calendar {
    float: left !important;
    margin-right: 10px;
}

.vcard {
    float: left !important;
    margin-right: 10px;
    padding-top: 5px;
}

.car-image {
    float: right;
    width: 60%;
}

.book-contain {
    width: 40%;
    float: left;
}

.book-image {
    float: right;
    width: 60%;
}

.book-heading {
    height: 50px;
    line-height: 55px;
    text-align: center;
}

.list {
    padding-top: 8px;
    text-align: center;
}

.list ul li {
    font-size: .75em;
    line-height: 33px;
}

.account-contain {
    width: 40%;
    float: left;
}

.account-image {
    float: right;
    width: 60%;
}

.account-heading {
    height: 50px;
    line-height: 54px;
    text-align: center;
}

.welcome-p {
    line-height: 33px;
    padding-top: 15px !important;
}

.slide-content-right {
    float: left;
    width: 40%;
}

.arrow-carousel {
    font-size: 50px;
    color: #fff;
}

#slider .container-full {
    background-color: transparent;
    background-image: linear-gradient(rgba(67,135,208,0.59),rgba(67,135,208,0.55)),url(../images/slide-bg.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 800px;
    overflow-x: hidden;
}

#slider .slider {
    color: #FFF;
    font-size: 1.875em;
    text-align: left;
    padding-top: 153px;
}

#slider .slide-element {
    height: 500px;
    padding-top: 33px;
    max-width: 1050px;
}

#slider .slide-element img {
    float: right;
}

#slider .carousel-control {
    line-height: 0;
    margin: 0;
    padding: 0;
    height: 0;
    margin-top: 230px;
    background-image: none;
    font-size: 1.5em;
    color: rgba(255,255,255,.2);
    -webkit-transition: color .2s;
    -moz-transition: color .2s;
    -o-transition: color .2s;
    -ms-transition: color .2s;
    transition: color .2s;
    width: 10%;
}

#slider .carousel-control:hover,#slider .carousel-control:focus {
    font-size: 1.5em;
    color: #4387D0;
    font-weight: 700;
}

#slider .slide-element h1 {
    color: #ECF4F6;
    font-size: 1.28em;
    font-weight: 700;
    margin: 0;
    padding: 0;
/*!  */
}

#slider .slide-element p {
    color: #ECF4F6;
    font-size: .75em;
    margin: 0;
/*!  */
}

.readmore {
    text-align: center;
    padding-bottom: 15px;
}

#slider .readmore a {
    margin-top: 30px;
    font-family: "PT Sans";
    font-weight: 700;
    padding: 5px 20px;
    border-radius: 15px;
    color: #FFF;
    font-size: .6em;
    transition: background-color .2s ease 0;
    background-color: #091125;
    -webkit-transition: background-color .2s;
    -moz-transition: background-color .2s;
    -o-transition: background-color .2s;
    -ms-transition: background-color .2s;
    transition: background-color .2s;
}

#slider .readmore a:hover {
    background-color: #4387D0;
    -webkit-transition: background-color .2s;
    -moz-transition: background-color .2s;
    -o-transition: background-color .2s;
    -ms-transition: background-color .2s;
    transition: background-color .2s;
}

/*---------------        Our Some Work      ---------------*/
#somework .container {
    overflow: hidden;
    padding-bottom: 20px;
}

#somework .worksection {
    padding-top: 30px;
    padding-bottom: 30px;
    background: #fff;
}

#somework .works {
    width: 100%;
    height: 50px;
}

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

#portfolio .portfolio-img ul,#somework .works-img ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#portfolio .portfolio-img img,#somework .works-img img {
    width: 100%;
}

#portfolio .portfolio-img figure,#somework .works-img figure {
    margin: 0;
    position: relative;
    border: none;
    display: block;
    width: 100%;
}

#portfolio .portfolio-img figure img,#somework .works-img figure img {
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    -ms-transition-duration: 300ms;
    transition-duration: 300ms;
}

#portfolio .portfolio-img figure:hover figcaption,#somework .works-img figure:hover figcaption {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

#portfolio .portfolio-img figure:hover img,#somework .works-img figure:hover img {
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    -ms-transition-duration: 300ms;
    transition-duration: 300ms;
}

#portfolio .portfolio-img figcaption,#somework .works-img figcaption {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    color: #fff;
    background-color: rgba(0,0,0,.4);
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
    -ms-transition: opacity .3s;
    transition: opacity .3s;
}

#portfolio .portfolio-img figure h4,#somework .works-img figure h4 {
    position: absolute;
    bottom: 10px;
    font-weight: 700;
}

#portfolio .portfolio-img figure:hover h4,#somework .works-img figure:hover h4 {
    -webkit-animation: movetesttobottom 150ms ease;
    -moz-animation: movetesttobottom 150ms ease;
    -ms-animation: movetesttobottom 150ms ease;
    -o-animation: movetesttobottom 150ms ease;
    animation: movetesttobottom 150ms ease;
}

@keyframes movetesttobottom {
    0% {
        bottom: -100px;
    }

    100% {
        bottom: 0;
    }
}

@-moz-keyframes movetesttobottom {
    0% {
        bottom: -100px;
    }

    100% {
        bottom: 0;
    }
}

@-webkit-keyframes movetesttobottom {
    0% {
        bottom: -100px;
    }

    100% {
        bottom: 0;
    }
}

@-ms-keyframes movetesttobottom {
    0% {
        bottom: -100px;
    }

    100% {
        bottom: 0;
    }
}

@-o-keyframes movetesttobottom {
    0% {
        bottom: -100px;
    }

    100% {
        bottom: 0;
    }
}

#somework .slide2nev {
    display: inline-block;
    margin-bottom: 10px;
    width: 85px;
    top: 0;
    right: 0;
}

#somework .slide2nev a:first-child {
    border-radius: 3px 0 0 3px;
}

#somework .slide2nev a:last-child {
    border-radius: 0 3px 3px 0;
}

#somework .slide2nev a {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    opacity: 1;
    margin: 0;
    padding: 5px 10px;
    background-image: none;
    cursor: pointer;
    color: #091125;
    -webkit-transition: background-color .3s;
    -moz-transition: background-color .3s;
    -o-transition: background-color .3s;
    -ms-transition: background-color .3s;
    transition: background-color .3s;
}

#somework .slide2nev a:hover {
    -webkit-transition: background-color .3s;
    -moz-transition: background-color .3s;
    -o-transition: background-color .3s;
    -ms-transition: background-color .3s;
    transition: background-color .3s;
}

#somework .slide2nev a:active {
}

#somework .carousel-control {
    text-shadow: none;
    position: inherit;
}

/*--------------- no side bar --------------------*/

.no-sidebar { 
    top:0px; margin-top: 25px; 
}

.no-sidebar h2 { 
    padding-bottom: 10px; 
}

/*---------------      service      ---------------*/

.service-container6 { padding: initial; max-width: 1300px; }


#service .servicediv {
    padding-top: 30px;
}

#service .container-full {
    border-top: 1px solid #172F52;
    border-bottom: 1px solid #172F52;
    background-image: linear-gradient(#4387d0,rgba(67,135,208,0.55));
    background-color: #091125;
}


#service p {
    color: #fff;
    text-align: center;
    font-size: 13px;
    justify-content: center;
}

#service h3 {
    font-family: "PT Sans";
    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: 3.5em;
    padding: 26px;
    border-radius: 100px;
    color: #fff;
    width: 100px;
    height: 100px;
}

#service li:nth-child(1) i {
    border-color: rgba(255,255,255,0.51);
    border-width: 2px;
    border-style: solid;
}

#service li:nth-child(2) i {
    border-color: rgba(255,255,255,0.51);
    border-width: 2px;
    border-style: solid;
}

#service li:nth-child(3) i {
    border-color: rgba(255,255,255,0.51);
    border-width: 2px;
    border-style: solid;
}

#service li:nth-child(4) i {
    border-color: rgba(255,255,255,0.51);
    border-width: 2px;
    border-style: solid;
}

#service li:nth-child(5) i {
    border-color: rgba(255,255,255,0.51);
    border-width: 2px;
    border-style: solid;
}

#service li:nth-child(6) i {
    border-color: rgba(255,255,255,0.51);
    border-width: 2px;
    border-style: solid;
}

#service .col-xs-3 {
    width: 25%;
    padding-right: 5px;
    padding-left: 5px;   
}

#service .col-xs-3 div {
    border-radius: 12px;
    overflow: hidden;
    margin: 10px 0;
    -webkit-transition-duration: 250ms;
    -moz-transition-duration: 250ms;
    -o-transition-duration: 250ms;
    -ms-transition-duration: 250ms;
    transition-duration: 250ms;
    padding: 10px;
}

#service .col-xs-3 div:hover {
    -webkit-box-shadow: 0 0 10px 2px rgba(0,0,0,.2);
    box-shadow: 0 0 10px 2px rgba(0,0,0,.2);
    background-color: rgba(9,17,37,0.69);
    -webkit-transform: scale(1.02,1.02);
    -moz-transform: scale(1.02,1.02);
    -o-transform: scale(1.02,1.02);
    -ms-transform: scale(1.02,1.02);
    transform: scale(1.02,1.02);
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transition-duration: 250ms;
    -o-transition-duration: 250ms;
    -ms-transition-duration: 250ms;
    transition-duration: 250ms;
    position: relative;
    z-index: 99;
    cursor: pointer;
}



/*---------------     Book/Reservations      ---------------*/
#book .testsection {
    background: #fff;
    padding-top: 60px;
    padding-bottom: 60px;
}

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

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

#book 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;
}

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

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

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

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

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

/*---------------    Fleet      ---------------*/


#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 {
    margin-bottom: 0;
    line-height: 1.6em;
}

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

.fleet-pic-car {
    width:55%;
}

.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-item .fleet-links-car a {
    margin: 30px 0;
    font-family: "PT Sans";
    font-weight: 700;
    padding: 5px 20px;
    border-radius: 15px;
    color: #FFF;
    font-size: .9em;
    transition: background-color .2s ease 0;
    background-color: #091125;
    -webkit-transition: background-color .2s;
    -moz-transition: background-color .2s;
    -o-transition: background-color .2s;
    -ms-transition: background-color .2s;
    transition: background-color .2s;
    text-decoration: none;
}

#fleet .fleet-links-car a:hover {
    background-color: #4387d0;
    transition-property: background-color;
    transition-duration: .2s transition-timing-function: ease;
    transition-delay: 0;
}

.fleet-links-car {
}

/*---------------        About Us      ---------------*/
.pad20 {
    padding: 0 20px;
}

.about-callout {
    width: 100%;
    text-align: center;
}

.about-station {
    padding: 30px 0 0;
    margin: 0 auto;
}

.about-i {
    border-width: 2px;
    border-style: solid;
    font-size: 4.5em;
    border-radius: 100px;
    width: 130px;
    height: 130px;
    padding: 30px;
    color: #fff;
    border-color: #fff;
}

.about-station img.door {
    width: 200px;
    margin: 0 auto 20px;
    display: block;
    opacity: .7;
}

.about-station h3 {
    text-align: center;
    color: #FFF;
    font-size: 24px;
    font-family: "PT Sans";
    letter-spacing: .04em;
    font-weight: 300;
}

.about-station h2 {
    text-align: center;
    color: #FFF;
    font-family: "PT Sans";
    font-size: 30px;
    letter-spacing: .04em;
}

.about-station p {
    text-align: center;
    color: #FFF;
    font-family: "PT Sans",Helvetica,Arial,sans-serif;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0;
}

#aboutus .container-full {
/*! min-height: 50px; */
/*! padding-bottom: 50px; */
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 60px;
    height: 880px;
    background-image: linear-gradient(rgba(67,135,208,0.59),rgba(67,135,208,0.55)),url(../images/night.jpg);
}

#aboutus h3 {
    font-family: "PT Sans";
    font-weight: 700;
    font-size: 1.5em;
    margin-top: -12px;
    color: #272a2f;
}

#aboutus a {
    margin-top: 30px;
    font-family: "PT Sans";
    font-weight: 700;
    padding: 5px 20px;
    border-radius: 15px;
    color: #FFF;
    font-size: .9em;
    background-color: #091125;
    transition: background-color .2s ease 0;
    -webkit-transition: background-color .2s;
    -moz-transition: background-color .2s;
    -o-transition: background-color .2s;
    -ms-transition: background-color .2s;
    transition: background-color .2s;
}

#aboutus a:hover {
    background-color: #4387D0;
    -webkit-transition: background-color .2s;
    -moz-transition: background-color .2s;
    -o-transition: background-color .2s;
    -ms-transition: background-color .2s;
    transition: background-color .2s;
}

#aboutusleft h3,#aboutusright h3 {
    margin-top: 0;
}

#aboutus .progress {
    height: 30px;
    margin-bottom: 15px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 15px;
    border: solid 1px rgba(0,0,0,.05);
/*-webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1);*/
}

#aboutus .progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: .9em;
    color: #fff;
    text-align: center;
    background-color: green;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
    -webkit-transition: width .6s ease;
    -moz-transition: width .6s ease;
    -o-transition: width .6s ease;
    -ms-transition: width .6s ease;
    transition: width .6s ease;
}

#aboutus .progress-web-development {
    background-image: none;
    background-color: #6ec8ba;
    background: -webkit-linear-gradient(to bottom,#6ec8ba,#49e0c8,#6ec8ba);
    background: -moz-linear-gradient(to bottom,#6ec8ba,#49e0c8,#6ec8ba);
    background: -o-linear-gradient(to bottom,#6ec8ba,#49e0c8,#6ec8ba);
    background: -ms-linear-gradient(to bottom,#6ec8ba,#49e0c8,#6ec8ba);
    background: linear-gradient(to bottom,#6ec8ba,#49e0c8,#6ec8ba);
}

#aboutus .progress-web-desingn {
    background-image: none;
    background-color: #e86269;
    background: -webkit-linear-gradient(to bottom,#e86269,#f74952,#e86269);
    background: -moz-linear-gradient(to bottom,#e86269,#f74952,#e86269);
    background: -o-linear-gradient(to bottom,#e86269,#f74952,#e86269);
    background: -ms-linear-gradient(to bottom,#e86269,#f74952,#e86269);
    background: linear-gradient(to bottom,#e86269,#f74952,#e86269);
}

#aboutus .progress-photoshop {
    background-image: none;
    background-color: #95c13f;
    background: -webkit-linear-gradient(to bottom,#95c13f,#99ce30,#95c13f);
    background: -moz-linear-gradient(to bottom,#95c13f,#99ce30,#95c13f);
    background: -o-linear-gradient(to bottom,#95c13f,#99ce30,#95c13f);
    background: -ms-linear-gradient(to bottom,#95c13f,#99ce30,#95c13f);
    background: linear-gradient(to bottom,#95c13f,#99ce30,#95c13f);
}

#aboutus .progress-issustrator {
    background-image: none;
    background-color: #5094cf;
    background: -webkit-linear-gradient(to bottom,#5094cf,#499ee7,#5094cf);
    background: -moz-linear-gradient(to bottom,#5094cf,#499ee7,#5094cf);
    background: -o-linear-gradient(to bottom,#5094cf,#499ee7,#5094cf);
    background: -ms-linear-gradient(to bottom,#5094cf,#499ee7,#5094cf);
    background: linear-gradient(to bottom,#5094cf,#499ee7,#5094cf);
}

#aboutus .percent {
    font-weight: 700;
    font-size: 1.35em;
    color: #fff;
    line-height: 30px;
}

#aboutusright p {
    font-family: "PT Sans";
    font-size: 1em;
}

/*---------------        Contact      ---------------*/
.phone-icon {
    float: left;
    font-size: 25px;
    padding-right: 10px;
}

#contact-contain {
    padding-top: 40px;
}

.contact-info {
    float: left;
    width: 50%;
    padding-top: 8px;
}

.contact-info ul li {
    
   margin-bottom:15px; 
}

.contact-tag {
    float: right;
    width: 50%;
    line-height: 30px;
}

#contact .container-full {
    background: #f6f6f6;
    padding-bottom: 50px;
}

#contact h3 {
    font-weight: 700;
    font-size: 1.75em;
    margin-top: -12px;
    text-align: center;
    color: #272a2f;
}

#contact .staf {
    min-height: 200px;
    border-radius: 15px 15px 0 0;
    padding: 0 25px;
    border: 1px solid #ebebeb;
}

#contact .staf .avatar {
    width: 100px;
    margin: 0 auto;
}

#contact .staf img {
    border-radius: 15px;
    width: 100px;
    height: 100px;
    margin-top: -50px;
    overflow: hidden;
}

#contact h5 {
    font-size: 1em;
    font-weight: 700;
}

#contact h6 {
    font-size: .875em;
    font-style: italic;
    font-weight: 700;
}

#contact .container-full {
}

#contact .shadowcontainer {
    margin-top: -500px;
    min-height: 480px;
}

#contact input,#contact textarea {
    border-radius: 15px;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
    opacity: .9;
}

#contact .gettouch {
    min-height: 350px;
    background-color: #FFF;
    border-radius: 20px;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
    opacity: .9;
}

#contact .gettouch h4 {
    font-size: 1.35em;
    font-weight: 700;
    color: #272a2f;
    padding: 10px;
    border-bottom: 2px solid #272a2f;
}

#contact .email,#contact .web,#contact .address,#contact .phone {
    font-size: 1.1em;
}

#contact .gettouch p {
    margin: 10px;
}

#contact .gettouch {
    margin-top: 5px;
}

/*---------------        scroller      ---------------*/
#scroller .container-full {
    min-height: 60px;
    background-color: #091125;
}

#scroller .gototop {
    min-height: 60px;
    background: #f6f6f6;
}

#scroller .gotobottom {
    width: 100%;
    margin-top: -20px;
    padding-bottom: 20px;
}

#scroller .goup {
    width: 50px;
    height: 50px;
    margin: auto;
    background-color: #fff;
    line-height: 0;
    padding: 0;
    border-radius: 100px;
    text-align: center;
    cursor: pointer;
    font-size: 28px;
}

#scroller .gotoup a {
    font-size: 4.4em;
    -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;
}

#scroller .gotoup a:hover {
}

/*---------------        scroller   2    ---------------*/
#scroller2 {
    display: none;
}

#scroller2 .gotop {
    position: fixed;
    bottom: 80px;
    right: 20px;
    cursor: pointer;
    line-height: 0;
    text-align: center;
    cursor: pointer;
    font-size: 4em;
    border-radius: 5px;
    z-index: 3000;
}

#scroller2 .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;
}

#scroller2 .gotop a:hover {
}

/*---------------        Footer      ---------------*/
#footer {
    background-color: #091125;
}

#footer .container-full {
    padding-top: 30px;
    background: #091125;
}

#footer h4 {
    font-size: 1.5em;
    font-weight: 700;
    color: #fff;
    padding-bottom: 10px;
    border-bottom: 2px solid #4387D0;
    margin-bottom: 20px;
}

#footer img {
    margin: 0;
    padding: 0;
    float: left;
    height: 80px;
    width: 80px;
}

#footer a img:hover {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

#footer img {
    -webkit-transition: -webkit-transform .5s;
    -moz-transition: -moz-transform .5s;
    -o-transition: -o-transform .5s;
    -ms-transition: -ms-transform .5s;
    transition: transform .5s;
}

#footer img {
    margin: 0;
    padding: 0;
    float: left;
    height: 80px;
    width: 80px;
}

#footer p,#footer li,#footer a {
    color: #FFF;
    text-decoration: none;
}

#footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#footer .recent-post li {
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px solid #4d5868;
}

#footer .recent-post li:last-child {
    border-bottom: none;
}

#footer .recent-post li a:hover {
    color: #4387D0;
    padding-left: 10px;
}

#footer .recent-post li a {
    color: #FFF;
    -webkit-transition: color .2s,padding-left .2s;
    -moz-transition: color .2s,padding-left .2s;
    -o-transition: color .2s,padding-left .2s;
    -ms-transition: color .2s,padding-left .2s;
    transition: color .2s,padding-left .2s;
    text-decoration: none;
}

#footer .social-icons {
    min-height: 50px;
    padding: 10px 25px;
}

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

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

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

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

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

#footer .social-icons li {
    width: 30px;
    height: 30px;
    font-size: 1.25em;
    text-align: center;
    padding: 2px;
    line-height: 30px;
}

#footer .social-icons li {
    margin: 0 10px 10px;
    border-radius: 5px;
    background-color: #636666;
    float: left;
    overflow: hidden;
    -webkit-transition: background-color .3s;
    -moz-transition: background-color .3s;
    -o-transition: background-color .3s;
    -ms-transition: background-color .3s;
    transition: background-color .3s;
}

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

#footer .col-md-3 {
    overflow: hidden;
}

.copyright p {
    text-align: center;
    color: #FFF;
    line-height: 60px;
}

#Grid .mix {
    display: none;
    opacity: 0;
}

/*---------------     Media Query      ---------------*/
/*---------------     Mobile Phoness     ---------------*/
@media screen and (max-width:320px) {
    #slider .container-full {
        background-image: linear-gradient(rgba(67,135,208,0.83),rgba(67,135,208,0.67)),url(../images/slide-bg.jpg);
    }

    .arrow-carousel {
        font-size: 30px;
    }

    #slider .carousel-control {
        margin-top: 160px;
    }

    #aboutus .container-full {
        height: auto;
        background-attachment: initial;
    }

    #slider .slide-element h1 {
        font-size: 1.2em;
    }

    #slider .container-full {
        min-height: 420px;
        background-attachment: initial;
    }

    #slider .slider {
        padding-top: 0;
    }

    .container-full {
        top: 0;
    }

    .welcome-p {
        line-height: 23px;
        padding-top: 20px !important;
    }

    .carousel-indicators {
        bottom: -50px;
    }

    .head-container {
        padding-left: 20px;
        padding-right: 0;
    }

    #slider .slide-element {
        height: 350px;
        padding-top: 10px;
    }

    #slider .slide-element p {
        text-align: center;
    }

    #slider .slide-element h1 {
        text-align: center;
    }

    .list {
        line-height: 30px;
        margin-bottom: 10px !important;
        color: #fff !important;
        font-size: .8em;
    }

    .welcome-p {
        line-height: 28px;
        color: #fff !important;
    }

    .contact-info {
        float: none;
        width: 100%;
        padding-top: 8px;
    }

    .contact-tag {
        float: none;
        width: 100%;
        line-height: 30px;
        padding-top: 15px;
    }

    #contact-contain {
        padding-top: 10px;
        text-align: center;
    }

    .local-phone {
        display: block;
    }

    #contact .email,#contact .web,#contact .address,#contact .phone {
        float: none;
    }

    .phone-icon {
        float: none;
    }

    #fleet .col-xs-6 {
        width: 100%;
    }

    #fleet .section {
        padding-top: 10px;
        padding-bottom: 25px;
        border-bottom-style: solid;
        border-bottom-color: #E6E6E6;
        border-bottom-width: 1px;
    }
    
     .fleet-pic-car {
    width: 90%;
    }

    .navbar-collapse {
        background-color: #091125;
    }

    .slide-content-right {
        width: 100%;
    }

    .car-image {
        width: 0;
    }

    .book-contain {
        width: 100%;
    }

    .book-image {
        width: 0;
    }

    .account-contain {
        width: 100%;
    }

    .account-image {
        width: 100%;
    }

    #slider .readmore a {
        margin-top: 10px;
    }

    #top-right {
        line-height: 27px;
        height: 20px;
        padding-right: 0;
    }

    #top-left {
        padding-left: initial;
    }

    .top-phone {
        float: right;
        color: #fff;
    }

    .top-social {
        display: none;
    }

    .open {
        display: inherit;
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    #nav-small li a {
        line-height: initial;
    }

    .pull-right {
        float: initial !important;
    }

    .navbar-nav a,.navbar-nav .active a {
        font-size: 11pt;
    }

    .container-stretch {
        padding-top: 25px;
    }
}

@media screen and (max-width:500px) {
    #slider .slide-element h1 {
        font-size: 1.1em;
        width: 100%;
    }

    #slider .slide-element p {
        font-size: .6em;
    }

    #slider .slide-element {
        height: 250px;
        padding-top: 5px;
    }

    #slider .slide-element img {
        display: none;
    }

    #slider .carousel-control {
        margin-top: 100px;
    }

    #somework .col-xs-3,#service .col-xs-3,#pricing .col-xs-3,#contact .col-xs-3,#footer .col-xs-3 {
        width: 100%;
    }

    #aboutus .col-xs-6 {
        width: 100%;
        margin-top: 60px;
    }

    #aboutus .container-full {
        padding-top: 0;
        height: auto;
        background-attachment: initial;
    }

    #book .col-xs-6 {
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #slider .container-full {
        min-height: 0;
        background-attachment: initial;
    }

    #slider .slider {
        padding-top: 0;
    }

    .container-full {
        top: 0;
    }

    .welcome-p {
        line-height: 23px;
        padding-top: 20px !important;
    }

    .carousel-indicators {
        bottom: 0;
    }

    .head-container {
        padding-left: 20px;
        padding-right: 0;
    }

    #slider .slide-element {
        height: 350px;
        padding-top: 10px;
    }

    #slider .slide-element p {
        text-align: center;
    }

    #slider .slide-element h1 {
        text-align: center;
    }

    .list {
        line-height: 30px;
        margin-bottom: 10px !important;
        color: #fff !important;
        font-size: .8em;
    }

    .welcome-p {
        line-height: 28px;
        color: #fff !important;
    }

    .contact-info {
        float: none;
        width: 100%;
        padding-top: 8px;
    }

    .contact-tag {
        float: none;
        width: 100%;
        line-height: 30px;
        padding-top: 15px;
    }

    #contact-contain {
        padding-top: 10px;
        text-align: center;
    }

    .local-phone {
        display: block;
    }

    #contact .email,#contact .web,#contact .address,#contact .phone {
        float: none;
    }

    .phone-icon {
        float: none;
    }

    .book-contain {
        width: 100%;
    }

    .book-image {
        width: 0;
    }

    .account-contain {
        width: 100%;
    }

    .account-image {
        width: 100%;
    }

    #fleet .col-xs-6 {
        width: 100%;
    }

    #fleet .section {
        padding-top: 10px;
        padding-bottom: 25px;
        border-bottom-style: solid;
        border-bottom-color: #E6E6E6;
        border-bottom-width: 1px;
    }
    
    .fleet-pic-car {
    width: 90%;
    }

    .navbar-collapse {
        background-color: #091125;
    }

    .slide-content-right {
        width: 100%;
    }

    .car-image {
        width: 0;
    }

    #slider .readmore a {
        margin-top: 10px;
    }

    #top-right {
        line-height: 27px;
        height: 20px;
        padding-right: 0;
    }

    #top-left {
        padding-left: initial;
    }

    .top-phone {
        float: right;
        color: #fff;
    }

    .top-social {
        display: none;
    }

    .open {
        display: inherit;
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .pull-right {
        float: initial !important;
    }

    .navbar-nav a,.navbar-nav .active a {
        font-size: 11pt;
    }

    .container-stretch {
        padding-top: 25px;
    }
}

@media screen and (max-width:800px) {
    #contact .col-md-6 {
        width: 50%;
    }

    #contact .col-md-3 {
        width: 40%;
    }

    .container-stretch {
        padding-top: 25px;
    }
}

@media screen and (max-width:1100px) {
    #contact .social-icons li {
        border-radius: 5px;
        margin: 2px;
    }
}

/* Landscape phones and portrait small tablets */
@media (min-width: 501px) and (max-width: 767px) {
    #slider .slide-element h1 {
        font-size: 1.1em;
        width: 100%;
    }

    #slider .slide-element p {
        font-size: .6em;
    }

    #slider .slide-element {
        height: 250px;
        padding-top: 5px;
    }

    #slider .slide-element img {
        display: none;
    }

    #slider .carousel-control {
        margin-top: 100px;
    }

    #somework .col-xs-3,#service .col-xs-3,#pricing .col-xs-3,#contact .col-xs-3,#footer .col-xs-3 {
        width: 100%;
    }

    #aboutus .col-xs-6 {
        width: 100%;
        margin-top: 60px;
    }

    #aboutus .container-full {
        padding-top: 0;
        height: auto;
    }

    #book .col-xs-6 {
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #slider .container-full {
        min-height: 0;
        background-attachment: initial;
    }

    #slider .slider {
        padding-top: 0;
    }

    .container-full {
        top: 0;
    }

    .welcome-p {
        line-height: 23px;
        padding-top: 20px !important;
    }

    .carousel-indicators {
        bottom: 0;
    }

    .head-container {
        padding-left: 20px;
        padding-right: 0;
    }

    #slider .slide-element {
        height: 350px;
        padding-top: 10px;
    }

    #slider .slide-element p {
        text-align: center;
    }

    #slider .slide-element h1 {
        text-align: center;
    }

    .list {
        line-height: 30px;
        margin-bottom: 10px !important;
        color: #fff !important;
        font-size: .8em;
    }

    .book-contain {
        width: 100%;
    }

    .book-image {
        width: 0;
    }

    .account-contain {
        width: 100%;
    }

    .account-image {
        width: 100%;
    }

    .welcome-p {
        line-height: 28px;
        color: #fff !important;
    }

    .contact-info {
        float: none;
        width: 100%;
        padding-top: 8px;
    }

    .contact-tag {
        float: none;
        width: 100%;
        line-height: 30px;
        padding-top: 15px;
    }

    #contact-contain {
        padding-top: 10px;
        text-align: center;
    }

    .local-phone {
        display: block;
    }

    #contact .email,#contact .web,#contact .address,#contact .phone {
        float: none;
    }

    .phone-icon {
        float: none;
    }

    #fleet .col-xs-6 {
        width: 100%;
    }

    #fleet .section {
        padding-top: 10px;
        padding-bottom: 25px;
        border-bottom-style: solid;
        border-bottom-color: #E6E6E6;
        border-bottom-width: 1px;
    }
    
    .fleet-pic-car {
    width: 60%;
    }

    .navbar-collapse {
        background-color: #091125;
    }

    .slide-content-right {
        width: 100%;
    }

    .car-image {
        width: 0;
    }

    #slider .readmore a {
        margin-top: 10px;
    }

    #top-right {
        line-height: 27px;
        height: 20px;
        padding-right: 0;
    }

    #top-left {
        padding-left: initial;
    }

    .top-phone {
        float: right;
        color: #fff;
    }

    .top-social {
        display: none;
    }

    .open {
        display: inherit;
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .pull-right {
        float: initial !important;
    }

    .navbar-nav a,.navbar-nav .active a {
        font-size: 11pt;
    }

    .container-stretch {
        padding-top: 25px;
    }
}


/* Portrait Medium Tablets */
@media (min-width: 768px) and (max-width: 900px) {
    #slider .slider {
        padding-top: 0;
    }

    #slider .slide-element h1 {
        font-size: 1.4em;
    }

    #slider .slide-element p {
        font-size: .6em;
        color: #000;
    }

    #slider .slide-element {
        height: 350px;
        padding-top: 10px;
    }

    #slider .readmore a {
        margin-top: 10px;
    }

    #slider .slide-element img {
        display: none;
    }

    #slider .carousel-control {
        margin-top: 150px;
    }

    #headnev ul li {
        margin-bottom: 5px;
    }

    #somework .col-xs-3,#pricing .col-xs-3,#contact .col-xs-3,#footer .col-xs-3 {
        width: 100%;
    }

    #service .col-xs-3 {
        width: 50%;
    }

    #aboutus .col-xs-6 {
        width: 100%;
        margin-top: 60px;
    }

    #aboutus .container-full {
        padding-top: 0;
        height: auto;
    }

    #book .col-xs-6 {
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #slider .container-full {
        min-height: 0;
        background-attachment: initial;
    }

    .container-full {
        top: 0;
    }

    .welcome-p {
        line-height: 23px;
        padding-top: 20px !important;
    }

    .carousel-indicators {
        bottom: 0;
    }

    .head-container {
        padding-left: 20px;
        padding-right: 0;
    }

    #slider .slide-element {
        height: 350px;
        padding-top: 10px;
    }

    #slider .slide-element p {
        text-align: center;
    }

    #slider .slide-element h1 {
        text-align: center;
    }

    .list {
        line-height: 30px;
        margin-bottom: 10px !important;
        color: #fff !important;
        font-size: .8em;
    }

    .book-contain {
        width: 100%;
    }

    .book-image {
        width: 0;
    }

    .account-contain {
        width: 100%;
    }

    .account-image {
        width: 100%;
    }

    .welcome-p {
        line-height: 28px;
        color: #fff !important;
    }

    .contact-info {
        float: none;
        width: 100%;
        padding-top: 8px;
    }

    .contact-tag {
        float: none;
        width: 100%;
        line-height: 30px;
        padding-top: 15px;
    }

    #contact-contain {
        padding-top: 10px;
        text-align: center;
    }

    .local-phone {
        display: block;
    }

    #contact .email,#contact .web,#contact .address,#contact .phone {
        float: none;
    }

    .phone-icon {
        float: none;
    }

    #slider .slide-element {
        padding-top: 20px;
    }

    #fleet .section {
        padding-top: 25px;
        padding-bottom: 25px;
        border-bottom-style: solid;
        border-bottom-color: #E6E6E6;
        border-bottom-width: 1px;
    }
    
    .fleet-pic-car {
    width: 90%;
    }

    .navbar-collapse {
        background-color: #091125;
    }

    .slide-content-right {
        width: 100%;
    }

    .car-image {
        width: 0;
    }

    #slider .readmore a {
        margin-top: 10px;
    }

    .top-social {
        padding-right: 0;
    }

    .open {
        display: inherit;
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .navbar-collapse.in {
        overflow-y: auto;
    }

    .container-stretch {
        padding-top: 25px;
    }
}

/* Portrait Medium Tablets */
@media (min-width: 901px) and (max-width: 1023px) {
    #slider .slider {
        padding-top: 0;
    }

    #slider .slide-element h1 {
        font-size: 1.4em;
    }

    #slider .slide-element p {
        font-size: .6em;
        color: #000;
    }

    #slider .slide-element {
        height: 350px;
        padding-top: 10px;
    }

    #slider .readmore a {
        margin-top: 10px;
    }

    #slider .slide-element img {
        display: none;
    }

    #slider .carousel-control {
        margin-top: 150px;
    }

    #headnev ul li {
        margin-bottom: 5px;
    }

    #somework .col-xs-3,#pricing .col-xs-3,#contact .col-xs-3,#footer .col-xs-3 {
        width: 100%;
    }

    #service .col-xs-3 {
        width: 50%;
    }

    #aboutus .col-xs-6 {
        width: 100%;
        margin-top: 60px;
    }

    #aboutus .container-full {
        padding-top: 0;
        height: auto;
    }

    #book .col-xs-6 {
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #slider .container-full {
        min-height: 0;
        background-attachment: initial;
    }

    .container-full {
        top: 0;
    }

    .welcome-p {
        line-height: 23px;
        padding-top: 20px !important;
    }

    .carousel-indicators {
        bottom: 0;
    }

    .head-container {
        padding-left: 20px;
        padding-right: 0;
    }

    #slider .slide-element {
        height: 350px;
        padding-top: 10px;
    }

    #slider .slide-element p {
        text-align: center;
    }

    #slider .slide-element h1 {
        text-align: center;
    }

    .list {
        line-height: 30px;
        margin-bottom: 10px !important;
        color: #fff !important;
        font-size: .8em;
    }

    .book-contain {
        width: 100%;
    }

    .book-image {
        width: 0;
    }

    .account-contain {
        width: 100%;
    }

    .account-image {
        width: 100%;
    }

    .welcome-p {
        line-height: 28px;
        color: #fff !important;
    }

    .contact-info {
        float: none;
        width: 100%;
        padding-top: 8px;
    }

    .contact-tag {
        float: none;
        width: 100%;
        line-height: 30px;
        padding-top: 15px;
    }

    #contact-contain {
        padding-top: 10px;
        text-align: center;
    }

    .local-phone {
        display: block;
    }

    #contact .email,#contact .web,#contact .address,#contact .phone {
        float: none;
    }

    .phone-icon {
        float: none;
    }

    #slider .slide-element {
        padding-top: 20px;
    }

    #fleet .section {
        padding-top: 30px;
        padding-bottom: 25px;
        border-bottom-style: solid;
        border-bottom-color: #E6E6E6;
        border-bottom-width: 1px;
    }
    
    .fleet-pic-car {
    width: 75%;
}

    .navbar-collapse {
        background-color: #091125;
    }

    .slide-content-right {
        width: 100%;
    }

    .car-image {
        width: 0;
    }

    #slider .readmore a {
        margin-top: 10px;
    }

    .top-social {
        padding-right: 0;
    }

    .open {
        display: inherit;
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .navbar-collapse.in {
        overflow-y: auto;
    }

    .container-stretch {
        padding-top: 25px;
    }
}

/* Portrait Medium to Large Tablets */
@media (min-width: 1024px) and (max-width: 1199px) {
    #slider .slider {
        padding-top: 153px;
    }

    .top-social {
        padding-right: 0;
    }

    #slider .slide-element {
        max-width: 900px;
    }

    .open {
        display: inherit;
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .navbar-collapse.in {
        overflow-y: auto;
    }
    
    .fleet-pic-car {
    width: 80%;
   }
}

/* Large Screen */
@media (min-width: 1600px) and (max-width: 1920px) {
    #slider .slider {
        padding-top: 183px;
    }
}

/* Collapse  Navbar*/
@media (min-width: 768px) and (max-width: 1199px) {
    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-collapse.collapse.in {
        display: block !important;
    }

    .navbar-header .collapse,.navbar-toggle {
        display: block !important;
    }

    .navbar-header {
        float: none;
    }

    .navbar-nav {
        float: none !important;
        margin: 0;
    }

    .navbar-nav {
        margin: 0 -15px;
    }

    .nav > li {
        position: relative;
        display: block;
    }

    .navbar-nav > li {
        float: none !important;
    }

    .nav > li > a {
        position: relative;
        display: block;
        padding: 10px 15px;
    }

    .navbar-collapse {
        padding-right: 15px;
        padding-left: 15px;
        overflow-x: visible;
        border-top: 1px solid transparent;
        box-shadow: 0 1px 0 rgba(255,255,255,0.1) inset;
        background-color: #091125;
        margin-top: 3px;
    }

    .nav {
        padding-left: 0;
        margin-bottom: 0;
        list-style: outside none none;
    }
}


}
