@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);@charset "UTF-8";

.logo img {
  max-height: 128px;
}

footer .icon-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .icon-box i {
  text-align: center;
  padding-right: 30px;
}

footer .icon-box dt {
  text-transform: uppercase;
  font-weight: bold;
}

nav.navbar {
  width: 100%;
  margin: 0;
  background: transparent;
  border: none;
}

nav.navbar ul.navbar-nav {
  margin: 0;
  width: 100%;
}

nav.navbar ul.navbar-nav li > a {
  color: #1D1C21;
  font-family: "RobotoLight";
  padding: 24px 38px;
  text-transform: uppercase;
  display: block;
}

nav.navbar ul.navbar-nav li:hover > a {
  background: #eeeeee;
}

nav.navbar ul.navbar-nav li.dropdown > a {
  background: url(/images/dropdown_bg.png?9b3c590b907281e90613891187a63599) no-repeat scroll 90% center;
}

nav.navbar ul.navbar-nav li.dropdown:not(.call-to-action):hover > a {
  background-color: #eeeeee;
}

nav.navbar ul.navbar-nav li > .dropdown-menu {
  top: 99%;
  width: 100%;
  min-width: 220px;
  background-color: #eeeeee;
  text-transform: uppercase;
}

nav.navbar ul.navbar-nav li.active:not(.call-to-action) > a {
  color: #252b3f;
  background: #eeeeee;
}

nav.navbar ul.navbar-nav li > .dropdown-menu li:hover a {
  background-color: #eeeeee;
}

nav.navbar ul.navbar-nav ul.dropdown-menu li > a {
  border-bottom: 1px solid #e4e4e4;
  font-family: "RobotoLight";
  padding: 10px 25px;
}

nav.navbar ul.navbar-nav li:last-child > a {
  border-bottom: none !important;
}

nav.navbar ul.navbar-nav li.call-to-action {
  float: right;
}

nav.navbar ul.navbar-nav li.call-to-action > a {
  background: #d31721;
  color: #fff;
  font-family: 'RobotoMedium';
}

nav.navbar ul.navbar-nav li.open.call-to-action > a {
  background-color: #b4321f;
  color: #fff;
}

nav.navbar ul.navbar-nav li.call-to-action > a:hover {
  background: #b4321f;
  color: #fff;
}

/* ============================================
1.               Start Header CSS
===============================================*/

.header_top {
  margin: 7px 0;
}

.header_top_area {
  background: #212121 none repeat scroll 0 0;
}

.header_bottom_area {
  background: #eeeeee none repeat scroll 0 0;
}

.header_top_menu {
  margin: 8px 0;
}

.header_top_menu a {
  border-right: 1px solid #fff;
  color: #fff;
  font-family: "Oxygen";
  font-size: 12px;
  padding: 0 14px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-transform: uppercase;
}

.header_top_menu a:hover {
  color: #eeeeee;
}

.header_top_menu ul li:first-child a {
  padding: 0 16px 0 0;
  text-transform: uppercase;
}

.header_top_menu ul li:last-child a {
  border-right: none;
}

.header_top_social i {
  color: #fff;
  display: block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
  font-size: 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.header_top_social a:hover i {
  color: #fff;
}

figure {
  max-height: 240px;
  height: 240px;
  overflow: hidden;
}

.video-controls {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
}

.video-controls:hover {
  opacity: 1;
}

.video-controls:hover #toggle-audio {
  display: block;
}

.video-controls #toggle-audio {
  width: 200px;
  height: 200px;
  display: block;
  top: 50%;
  left: 50%;
  position: absolute;
  margin: -100px;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url(/images/sound.png?680b01ea5e199d08c5bbdf982c4a947d);
}

.video-controls #toggle-audio.audio-on {
  background-image: url(/images/mute.png?9aaabb0044c75c78914e85e0aa15d9de);
}

.header_top_social a:hover i.fa-twitter {
  background: #252b3f;
}

.header_top_social a:hover i.fa-facebook {
  background: #252b3f;
}

.header_top_social a:hover i.fa-google-plus {
  background: #252b3f;
}

.header_top_social a:hover i.fa-dribbble {
  background: #252b3f;
}

.header_top_social a:hover i.fa-linkedin {
  background: #252b3f;
}

.header_logo {
  margin: 12px 0;
}

.header_we_are > dl {
  margin-bottom: 0;
  text-align: right;
}

.header_we_are i {
  line-height: 54px;
  text-align: center;
  width: 27%;
  display: inline-block;
}

.header_we_are dt {
  color: #777;
  font-family: "RobotoMedium";
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
}

.header_we_are dt,
.header_we_are dd {
  line-height: 28px;
}

.header_we_are dd,
.header_we_are dd a {
  color: #999999;
}

.header_we_are dd a:hover {
  color: #d31721;
}

/* ============================================
                End Header CSS
===============================================*/

/* ============================================
2.              Start Main Slider CSS
===============================================*/

.main_slider_area {
  position: relative;
}

/* ============================================
                End Main Slider CSS
===============================================*/

/* ============================================
3.              Start Why Us CSS
===============================================*/

.single_why_us {
  position: relative;
  z-index: 1;
  background: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 30px;
  overflow: hidden;
}

.single_why_hover {
  background: #d31721 none repeat scroll 0 0;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: -1;
  opacity: 0;
  left: 0;
  top: 0;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.single_why_us:hover .single_why_hover {
  opacity: 0.75;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.single_why_us h5 {
  margin-top: 22px;
  margin-bottom: 21px;
}

.single_why_us:hover h5,
.single_why_us:hover p,
.single_why_us:hover i {
  color: #fff;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.single_why_us .icon_one {
  display: inline-block;
  width: 74px;
  height: 114px;
  background: url(/images/logistic-service.png?e49eac1d55cecdc4f22d6103f6853e7e) no-repeat center center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single_why_us:hover .icon_one {
  background: url(/images/logistic-service-hover.png?3c93d8787a74a6bc3bd6ea555d83dc40) no-repeat center center;
}

.single_why_us .icon_two {
  display: inline-block;
  width: 74px;
  height: 114px;
  background: url(/images/warehousing.png?afaf535ea4daba612c8ca7f64b815359) no-repeat center center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single_why_us:hover .icon_two {
  background: url(/images/warehousing-hover.png?720c508420fb2db57ca967beb5cc4fea) no-repeat center center;
}

.single_why_us .icon_three {
  display: inline-block;
  width: 74px;
  height: 114px;
  background: url(/images/customer-service.png?dee07969e8f17583873010b0fbe56a6b) no-repeat center center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single_why_us:hover .icon_three {
  background: url(/images/customer-service-hover.png?cf1d0590f97d2299b680f801600905f0) no-repeat center center;
}

/* ============================================
              End Why Us CSS
===============================================*/

/* ============================================
4.            start we are best
===============================================*/

.weare_best_left_service .single_weare_best > dl {
  float: left;
  text-align: right;
}

.weare_best_right_service .single_weare_best > dl {
  float: right;
  text-align: left;
}

.single_weare_best > dl {
  margin-bottom: 0;
  margin-right: 9px;
  width: 68%;
}

.single_weare_best i {
  line-height: 54px;
  text-align: center;
  width: 23%;
  display: inline-block;
}

.single_weare_best dt {
  color: #313131;
  font-family: "RobotoMedium";
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
}

.single_weare_best dt,
.single_weare_best dd {
  line-height: 25px;
}

.single_weare_best dd {
  color: #999999;
}

.weare_best_area .section_title {
  margin-bottom: 105px;
}

/* ============================================
                End we are best
===============================================*/

/* ============================================
5.              Start Get Quote Area
===============================================*/

.get_quote_area {
  background: rgba(0, 0, 0, 0) url(/images/get-a-quote.jpg?45124edab86d215473afc680a7f278dc) no-repeat scroll 67% center/cover;
  color: #fff;
  padding: 90px 0;
}

.get_quote_area .section_title > h4 {
  color: #fff;
}

.get_quote_area .section_title > p {
  color: #eeeeee;
}

.get_quote_area .form-group select {
  width: 100%;
  -moz-appearance: none;
  -webkit-appearance: none;
  margin-bottom: 17px;
  height: 43px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  text-indent: 2px;
  border: 1px solid #ececec;
}

.get_quote_area .input-group {
  width: 100%;
}

.get_quote_area .form-group input[type="text"] {
  color: #999999;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  height: 43px;
  margin-bottom: 17px;
  width: 100%;
  text-indent: 17px;
  border: 1px solid #ececec;
}

.get_quote_area .form-group input[type="submit"] {
  margin-bottom: 0;
}

.get_quote_area .form-group.submit {
  margin: 0;
}

.icon_arrow:after {
  color: #999999;
  content: "\F107";
  font-family: "FontAwesome";
  font-size: 14px;
  line-height: 42px;
  position: absolute;
  right: 11%;
  top: 0%;
  z-index: 10;
}

.get_quote_area .form-group textarea {
  border: 1px solid #ececec;
  color: #999999;
  height: 133px;
  padding: 12px 20px;
  width: 100%;
  margin-bottom: 22px;
}

/* ============================================
              End Get Quote Area
===============================================*/

/* ============================================
6.              Start Counter Area
===============================================*/

.logistic_counter_area {
  background: rgba(0, 0, 0, 0) url(/images/counter-bg.jpg?cc97243f287780b1c3da7297a3e22a72) no-repeat scroll center center/cover;
}

.single-counter {
  text-align: center;
  padding: 90px 0;
}

.single-counter img {
  display: inline-block;
}

.single-counter > h4 {
  color: #313131;
  font-size: 14px;
  font-family: 'RobotoMedium';
}

.single-counter span {
  color: #313131;
  display: block;
  font-family: "RobotoBold";
  font-size: 36px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 22px;
  margin-top: 36px;
}

/* ============================================
              End Counter Area
===============================================*/

/* ============================================
7.            Start Transport Features Area
===============================================*/

.transport_features .section_title p {
  color: #fff;
}

.transport_features_area {
  background: rgba(0, 0, 0, 0) url(/images/transport-features.jpg?63df5eda4fb0a3a00b123bcb32c4c71a) no-repeat scroll 55% center/cover;
  overflow: hidden;
}

body#home_two .transport_features_area {
  background: rgba(0, 0, 0, 0) url(/images/transport-features-two.jpg?050b4349c8f34a02ea6a87f4b0f7da7b) no-repeat scroll center center/cover;
  overflow: hidden;
}

.transport_features_area .panel-title span {
  background: #252b3f url(/images/transport-features-open.png?2d7c408e7880bd0d5bcba0d37a8bbfef) no-repeat scroll center center;
  padding: 30px 8px;
  float: left;
  height: 50px;
  width: 50px;
}

.transport_features_area .panel-title a.collapsed span {
  background-image: url(/images/transport-features-lock.png?2394d92e0c7ac7dfbe7e0808e762c0b4);
}

.transport_features {
  min-height: 800px;
  padding-bottom: 120px;
  padding-top: 135px;
}

.transport_features_area .panel-default > .panel-heading {
  padding: 0;
  background: none;
  border-radius: 0px;
}

.transport_features_area .panel-default .panel-body p {
  color: #999999;
}

.transport_features_area .panel-default > .panel-heading .panel-title a {
  background: #252b3f none repeat scroll 0 0;
  border-bottom: 1px solid #dee8ec;
  color: #fff;
  display: block;
  line-height: 60px;
  text-indent: 20px;
  border-bottom: none;
}

.transport_features_area .panel-group .panel {
  border: medium none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.transport_features_area .panel-group .panel-body,
.transport_features_area .panel-collapse,
.transport_features_area .panel-default > .panel-heading + .panel-collapse > .panel-body,
.transport_features_area .panel-group .panel-heading + .panel-collapse > .panel-body,
.transport_features_area .panel-group .panel-heading + .panel-collapse > .list-group {
  background-color: #1874C1;
  border: medium none;
  color: #fff;
}

.transport_features_area .panel-group .panel-heading + .panel-collapse > .panel-body {
  border-bottom: none;
}

/* ============================================
          End Transport Features Area
===============================================*/

/* ============================================
8.        Start Client Says Area
===============================================*/

.all_testimonial_area {
  background: rgba(0, 0, 0, 0) url(/images/client-says-bg.jpg?5feb8eaf39740a7ccc12af268e2d501c) no-repeat scroll center center/cover;
}

body#home_two .all_testimonial_area {
  background: rgba(0, 0, 0, 0) url(/images/client-says-bg-2.jpg?324516c63a8464f5d4e4e0175748d35d) no-repeat scroll center center/cover;
}

.all_testimonial_area .section_title > p {
  color: #fff;
}

.all_testimonial_container {
  position: relative;
}

.testimonial_area .section_heading {
  margin-bottom: 60px;
}

.single_testi_slider {
  text-align: center;
}

.testi_studient_txt p {
  color: #fff;
  font-family: "RobotoLightItalic";
  font-size: 18px;
  font-style: italic;
  line-height: 32px;
  margin-bottom: 55px;
}

.testi_studient_txt h3 {
  color: #fff;
  font-family: "RobotoMedium";
  font-size: 20px;
  margin-bottom: 8px;
}

.testi_studient_txt span {
  color: #fff;
  display: block;
  font-family: "OxygenBold";
  font-size: 14px;
  margin-bottom: 15px;
}

.testi_slider_nav .testi_prev {
  position: absolute;
  left: 0;
  top: 80%;
  z-index: 9;
}

.testi_slider_nav .testi_next {
  position: absolute;
  right: 0;
  top: 80%;
  z-index: 9;
}

.testi_slider_nav .testi_prev,
.testi_slider_nav .testi_next {
  line-height: 51px;
  width: 51px;
  text-align: center;
  color: #fff;
  font-size: 26px;
  cursor: pointer;
}

.all_testimonial_area .section_title {
  margin-bottom: 39px;
}

/* ============================================
            End Client Says Area
===============================================*/

/* ============================================
9.          Start From Our Blog Area
===============================================*/

.single_blog_comment ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.single_blog_comment li a {
  border: 1px solid #4690cd;
  border-radius: 5px;
  display: inline-block;
  line-height: 35px;
  margin-bottom: 13px;
  text-align: center;
  width: 35px;
}

.single_blog_comment li figure {
  margin: 0;
  position: relative;
}

.single_blog_comment li figure figcaption {
  background: #1874C1 none repeat scroll 0 0;
  border-radius: 5px;
  color: #fff;
  left: 2px;
  padding: 1px 20px;
  position: absolute;
  top: 2px;
  width: 158px;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single_blog_comment li figure:hover figcaption {
  opacity: 1;
  left: -1px;
  top: -1px;
  z-index: 9;
}

.single_blog_comment figcaption img {
  margin-left: -15px;
}

.single_blog_comment figcaption span {
  margin-left: 20px;
}

.single_blog_info a {
  color: #313131;
  display: block;
  text-align: left;
  font-size: 16px;
}

.single_blog_info a:hover {
  color: #d31721;
}

.single_blog_info > img {
  margin-bottom: 25px;
}

.single_blog_info > span {
  color: #999999;
  display: block;
  margin-top: 8px;
  text-align: left;
  font-size: 13px;
}

.single_blog_info span i {
  color: #999999;
  font-size: 15px;
  margin-right: 17px;
}

.single_blog_info > p {
  border-top: 1px solid #ecf0f1;
  color: #999999;
  margin-top: 20px;
  padding-top: 20px;
  text-align: left;
}

/* ============================================
            End From Our Blog Area
===============================================*/

/* ============================================
10.         Start We Are Best At Area
===============================================*/

.weare_best_at_area {
  background: rgba(0, 0, 0, 0) url(/images/we-are-best-1.jpg?7a4eca8e1a0203e23e3e296de2a9f51b) no-repeat scroll center center;
  background-size: cover;
}

/* ============================================
            End We Are Best At Area
===============================================*/

/* ============================================
11.         Start Breadcrumd Area
===============================================*/

.breadcrumb_main_area {
  background: url(/images/breadcrumb-one.jpg?38c9b9f66f7435543713fd2f7fdfc0e9) no-repeat center center/cover #000;
  position: relative;
}

.breadcrumb_bg {
  background: rgba(51, 51, 51, 0.75) none repeat scroll 0 0;
  padding: 14px 0;
}

.breadcrumb_main_area .breadcrumb {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
}

.breadcrumb_bg h6 {
  color: #eeeeee;
  font-family: 'Oxygen';
  font-size: 12px;
}

.breadcrumb_main_area .breadcrumb a {
  color: #fff;
  font-size: 12px;
  padding: 6px;
  text-transform: uppercase;
}

.breadcrumb_main_area .breadcrumb li:last-child a {
  padding-right: 0;
}

.breadcrumb_main_area .breadcrumb a:hover {
  color: #d31721;
}

.breadcrumb_main h3 {
  color: #fff;
  font-family: "RobotoMedium";
  font-size: 36px;
  line-height: 30px;
  margin: 96px 0 32px;
}

/* ============================================
            End Breadcrumd Area
===============================================*/

/* ============================================
12.         start About Us Page Area
===============================================*/

.single_who.first > figure {
  background: rgba(0, 0, 0, 0) url(/images/our_vision_bg.jpg?8e4c645ae146f8391f8442a16f83ffb6) no-repeat scroll 0 0;
  margin: 0;
}

.single_who.second > figure {
  background: rgba(0, 0, 0, 0) url(/images/our_mision_bg.jpg?16388433473ad06872c099e02d253de9) no-repeat scroll 0 0;
  margin: 0;
}

.single_who figure h5,
.single_who figure p {
  color: #fff;
}

.single_who figure h5 {
  margin-bottom: 4px;
  padding-left: 30px;
  padding-top: 37px;
}

.single_who figure p {
  margin: 0;
  padding: 25px 30px 30px;
}

.why_choose_us_area .section_title h4 {
  padding-bottom: 20px;
  margin: 0;
}

.why_choose_us_area .section_title p {
  margin: 35px 0;
}

.about_client_area .client_border {
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.about_client_area .client_border:nth-child(3),
.about_client_area .client_border:nth-child(6) {
  border-right: none;
}

.about_client_area .client_border:nth-child(4),
.about_client_area .client_border:nth-child(5),
.about_client_area .client_border:nth-child(6) {
  border-bottom: none;
}

.about_client_area .client_box > a {
  -webkit-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.about_client_area .client_box > a:hover {
  -webkit-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}

.about_client_area .section_title {
  margin-bottom: 63px;
}

body#about_us .all_testimonial_area {
  background: rgba(0, 0, 0, 0) url(/images/about-client-says-bg.jpg?da89903508af6a849db0f0646d69294f) no-repeat scroll center center/cover;
}

body#about_us .single_weare_best_at > dl,
body#home_two .single_weare_best_at > dl {
  float: right;
  margin-bottom: 0;
  margin-right: 9px;
  text-align: left;
  width: 73%;
  color: #fff;
}

body#about_us .single_weare_best_at > dl > dt,
body#home_two .single_weare_best_at > dl > dt {
  font-family: "RobotoMedium";
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  margin-bottom: 15px;
}

body#about_us .single_weare_best_at i,
body#home_two .single_weare_best_at i {
  display: inline-block;
  line-height: 54px;
  text-align: center;
  width: 21%;
}

body#about_us .single_weare_best_at,
body#home_two .single_weare_best_at {
  margin-bottom: 35px;
}

.single_on_parking figure {
  position: relative;
}

.single_on_parking figcaption {
  background: #fff none repeat scroll 0 0;
  bottom: calc(0% - 25px);
  margin: 0 20px;
  position: absolute;
  width: 85%;
  padding: 0 23px;
  text-align: left;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single_on_parking figure:hover figcaption {
  bottom: calc(0% - 20px);
}

.single_on_parking figcaption p {
  display: inline-block;
  margin-left: 23px;
}

.on_parking_area .section_title {
  margin-bottom: 0;
}

.on_parking_area .section_title p:last-child {
  margin-bottom: 0;
}

/* ============================================
          End About Us Page Area
===============================================*/

/* ============================================
13.       Start Blog Page Area
===============================================*/

body#blog_page .breadcrumb_bg h6 {
  text-transform: none;
}

.single_blog_post {
  border: 1px solid #eeeeee;
}

.single_blog_post figure {
  position: relative;
  margin: 0;
}

.single_blog_post img {
  padding: 10px;
}

.single_blog_post figcaption {
  position: absolute;
  right: calc(0px + 17px);
  top: calc(0px + 17px);
}

.single_blog_post .blog_comment,
.single_blog_post .comment_num {
  background: #fff none repeat scroll 0 0;
  padding: 10px;
}

.blog_comment i,
.comment_num i {
  display: block;
  font-size: 20px;
  margin-bottom: 5px;
  color: #0072a5;
}

.single_blog_post span {
  color: #0072a5;
}

.single_blog_post h5 {
  margin-bottom: 22px;
  margin-top: 30px;
  padding-left: 30px;
  text-transform: none;
  color: #313131;
}

.single_blog_post ul {
  border-bottom: 1px solid #ecf0f1;
  border-top: 1px solid #ecf0f1;
  list-style: outside none none;
  margin: 0;
  padding: 6px 0 10px 30px;
}

.single_blog_post ul li {
  border-right: 1px solid #999999;
  display: inline-block;
  padding: 0 20px;
  color: #999999;
}

.single_blog_post ul li a {
  color: #999999;
}

.single_blog_post ul li a:hover {
  color: #d31721;
}

.single_blog_post ul li span {
  color: #777;
}

.single_blog_post ul li:last-child {
  border-right: none;
}

.single_blog_post ul li:first-child {
  padding-left: 0px;
}

.single_blog_post .blog_details > p {
  color: #999999;
  margin: 30px 0;
  padding-left: 30px;
  padding-right: 30px;
}

.single_blog_post .blog_details > a {
  display: block;
  text-align: right;
  padding: 0 30px 30px 0;
  color: #313131;
  font-size: 13px;
  font-family: 'RobotoMedium';
}

.single_blog_post .blog_details > a:hover {
  color: #d31721;
}

.single_blog_post .blog_details i {
  margin-right: 7px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single_blog_post .blog_details > a:hover i {
  margin-right: 3px;
}

.single_widget {
  margin-bottom: 55px;
  overflow: hidden;
}

.single_widget .search_wid {
  border: 20px solid #eeeeee;
}

.single_widget .search_wid > form {
  border: 2px solid #d1d1d1;
}

.single_widget .search_wid input[type="text"] {
  border: 0 none;
  height: 29px;
  line-height: 29px;
  width: calc(100% - 33px);
  text-indent: 5px;
}

.single_widget .search_wid a {
  display: inline-block;
  margin-right: 10px;
}

.single_widget .search_wid img {
  padding-bottom: 5px;
}

.single_widget .category_wid > ul,
.single_widget .recent_posts_wid ul,
.single_widget .popular_tag_wid ul,
.single_widget .flickr_stream_wid ul,
.single_widget .archives_wid ul,
.all_frequent_queries ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.single_widget .section_title {
  margin-bottom: 0;
}

.single_widget .section_title h4 {
  margin-bottom: 30px;
  padding-bottom: 20px;
}

.single_widget h4 {
  color: #313131;
  font-size: 18px;
}

.single_widget .category_wid > ul > li > a {
  color: #999999;
}

.single_widget .category_wid > ul > li > a:hover {
  color: #0072a5;
}

.single_widget .category_wid li {
  border-bottom: 1px solid #efefef;
  line-height: 65px;
  padding-left: 10px;
}

.single_widget .category_wid i {
  font-size: 15px;
  margin-right: 15px;
}

.single_widget .recent_posts_wid h6 a {
  text-transform: none;
  font-size: 12px;
  color: #999999;
  font-family: 'Oxygen';
}

.single_widget .recent_posts_wid h6 a:hover {
  color: #0072a5;
}

.single_widget .recent_posts_wid p {
  color: #b0b0b0;
  font-size: 11px;
  line-height: 25px;
  margin-bottom: 0;
  margin-top: 0;
}

.single_widget .recent_posts_wid p i {
  margin-right: 10px;
}

.single_widget .recent_posts_wid li {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.single_widget .recent_posts_wid li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.single_widget .popular_tag_wid ul li {
  float: left;
  margin-bottom: 14px;
  margin-right: 14px;
}

.single_widget .flickr_stream_wid ul li {
  float: left;
  margin-right: 14px;
  margin-bottom: 14px;
}

.single_widget .flickr_stream_wid ul li:nth-child(4),
.single_widget .flickr_stream_wid ul li:nth-child(8) {
  margin-right: 0px;
}

.single_widget .popular_tag_wid ul li a {
  border: 1px solid #dbdbdb;
  color: #777;
  display: block;
  font-size: 13px;
  line-height: 32px;
  padding: 0 16px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single_widget .popular_tag_wid ul li a:hover {
  color: #d31721;
  border: 1px solid #d31721;
}

.single_widget .archives_wid li {
  padding: 18px 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single_widget .archives_wid li a {
  display: block;
  color: #999999;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single_widget .archives_wid li a:hover {
  color: #d31721;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single_widget .archives_wid span {
  border: 1px solid #d7d7d7;
  border-radius: 50%;
  display: inline-block;
  float: right;
  height: 30px;
  line-height: 26px;
  text-align: center;
  width: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single_widget .archives_wid li:hover span {
  border: 1px solid #d31721;
  color: #d31721;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* ============================================
            End Blog Page Area
===============================================*/

/* ============================================
14.         Start Footer CSS
===============================================*/

.footer_area {
  border-top: 4px solid #eeeeee;
}

.footer_top_area {
  background: url(/images/footer-top.jpg?57fad8f08ee9db71009381c3f6a36e42) no-repeat center center/cover;
}

.single_footer_widgets ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.single_footer_widgets ul li,
.single_footer_widgets ul li a,
.single_footer_widgets p,
.widget_title,
.single_footer_widgets span {
  color: #fff;
}

.single_footer_widgets ul li {
  color: #fff;
}

.single_footer_widgets ul li a {
  color: #fff;
}

.address_list i {
  display: inline-block;
  float: left;
  line-height: 49px;
  margin-right: 24px;
  width: 12%;
}

.address_list dl {
  width: 88%;
}

.single_footer_widgets h4 {
  margin-bottom: 22px;
}

.address_list dt,
.address_list dd {
  font-family: "Oxygen";
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
}

.address_list > li {
  margin-bottom: 22px;
}

.single_footer_widgets p {
  font-size: 12px;
  color: #eeeeee;
}

.single_footer_widgets input {
  background: #eeeeee none repeat scroll 0 0;
  display: block;
  font-size: 13px;
  height: 40px;
  line-height: 40px;
  margin-bottom: 15px;
  text-indent: 17px;
  width: 100%;
}

.single_footer_widgets span {
  color: #eeeeee;
  margin-bottom: 31px;
  display: block;
}

.footer_social_icons > li {
  display: inline-block;
}

.footer_social_icons a {
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.footer_social_icons i {
  border: 1px solid #999999;
  border-radius: 50%;
  display: block;
  height: 32px;
  line-height: 30px;
  text-align: center;
  width: 32px;
  margin-right: 17px;
  font-size: 13px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.footer_social_icons a:hover i.fa-facebook {
  border: 1px solid #3b5998;
  color: #3b5998;
}

.footer_social_icons a:hover i.fa-google-plus {
  border: 1px solid #e51c23;
  color: #e51c23;
}

.footer_social_icons a:hover i.fa-twitter {
  border: 1px solid #55acee;
  color: #55acee;
}

.footer_social_icons a:hover i.fa-dribbble {
  border: 1px solid #EA4C89;
  color: #EA4C89;
}

.footer_social_icons a:hover i.fa-linkedin {
  border: 1px solid #007BB6;
  color: #007BB6;
}

.industry_support > li {
  border-bottom: 1px solid #2d2d2d;
  padding: 12px 0;
}

.industry_support > li:first-child {
  padding-top: 0;
}

.industry_support > li:last-child {
  border-bottom: none;
}

.single_footer_widgets .industry_support a {
  color: #eeeeee;
  display: block;
  line-height: 13px;
}

.industry_support a:hover {
  color: #d31721;
}

.single_footer_widgets .our_twitter a {
  color: #6dcff6;
}

.single_footer_widgets .our_twitter > li {
  border-bottom: 1px solid #2d2d2d;
  color: #eeeeee;
  padding-bottom: 22px;
  padding-top: 22px;
}

.single_footer_widgets .our_twitter > li:first-child {
  padding-top: 0;
}

.single_footer_widgets .our_twitter > li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.our_twitter span {
  color: #999999;
  font-size: 12px;
  margin-top: 2px;
  margin-bottom: 0;
}

.single_footer_widgets .about_us > li {
  color: #eeeeee;
  margin-bottom: 9px;
}

.single_footer_widgets .about_us a {
  color: #777;
  font-size: 13px;
  font-family: 'RobotoMedium';
}

.about_us i {
  display: inline-block;
  margin-left: 12px;
  font-size: 16px;
}

.single_footer_widgets .about_us a:hover i {
  margin-left: 16px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single_footer_widgets > img {
  display: block;
  margin: 70px auto 23px;
}

.footer_fixed_img > img {
  display: block;
  margin: 0 auto;
}

.footer_copyright > li {
  line-height: 25px;
  text-align: center;
}

.footer_bottom_area {
  background: #000;
  padding: 30px 0;
}

.footer_bottom_left {
  color: #fff;
}

.footer_bottom_left a {
  color: #fff;
}

.footer_bottom_left ul,
.footer_bottom_right ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer_bottom_left ul li,
.footer_bottom_right ul li {
  display: inline-block;
}

.footer_bottom_left ul li a,
.footer_bottom_right ul li a {
  color: #fff;
  display: block;
  font-size: 13px;
  line-height: 16px;
  padding: 0 7px;
}

.footer_bottom_left ul li a:hover,
.footer_bottom_right ul li a:hover {
  color: #d31721;
}

.footer_bottom_left ul li a {
  border-right: 1px solid #fff;
}

.footer_bottom_left ul li:last-child a {
  border-right: none;
}

.footer_bottom_right {
  text-align: right;
  color: #fff;
}

.footer_bottom_right a {
  color: #fff;
}

.footer_bottom_right a:hover {
  color: #eeeeee;
}

.footer_bottom_right ul li {
  border-right: 1px solid #fff;
}

.footer_bottom_right ul li:last-child {
  border-right: none;
}

.single_footer_widgets .industry_support {
  margin-bottom: 50px;
}

/* ============================================
               End Footer CSS
===============================================*/

/* ============================================
15.            Start Single Blog Page
===============================================*/

.share-this {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  overflow: hidden;
  padding: 15px 30px;
}

.share-left {
  float: left;
}

.share-left span.share-title {
  color: #777;
  font-size: 13px;
}

.share-left span.share-icon a {
  display: inline-block;
  margin-left: 10px;
}

.share-left span.share-icon a i {
  border: 1px solid #ddd;
  border-radius: 50%;
  color: #999999;
  height: 30px;
  padding-top: 8px;
  text-align: center;
  width: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.share-left span.share-icon a i:hover {
  border-color: #d31721;
  color: #d31721;
}

.share-right {
  float: right;
}

.share-right span {
  margin-left: 30px;
}

.share-right span i {
  color: #0072a5;
}

.share-right span a {
  color: #777;
  font-size: 14px;
  margin-left: 5px;
}

span.special-text-b {
  background: #eeeeee none repeat scroll 0 0;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  color: #515151;
  display: block;
  font-size: 18px;
  font-style: italic;
  line-height: 30px;
  margin: 30px;
  padding: 20px;
}

.super-user {
  background: #eeeeee none repeat scroll 0 0;
  margin-top: 60px;
  overflow: hidden;
  padding: 15px;
}

.s-user-img {
  float: left;
}

.s-user-img img {
  float: left;
  margin-right: 15px;
}

.s-user-name {
  border-bottom: 1px solid #ddd;
  margin-top: 12px;
  overflow: hidden;
  padding-bottom: 15px;
}

span.s-user-n {
  color: #313131;
  float: left;
  font-size: 18px;
  text-transform: uppercase;
}

span.s-user-icon {
  float: right;
}

span.s-user-icon a i {
  color: #eeeeee;
  font-size: 16px;
  margin-left: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

span.s-user-icon a i:hover {
  color: #d31721;
}

.s-user-text p {
  color: #999999;
  font-size: 14px;
}

.user-comments {
  margin-top: 75px;
}

.user-comments h2 {
  color: #313131;
  font-size: 18px;
}

.single-comments {
  margin-top: 70px;
}

.comments-user {
  margin-top: -30px;
  overflow: hidden;
  position: absolute;
  width: 82%;
}

.comments-user span.comments-name {
  color: #313131;
  float: left;
  font-size: 15px;
  width: 50%;
}

.comments-user span.comments-date {
  color: #0072a5;
  font-size: 12px;
  padding-left: 15px;
}

.comments-user span.comments-reply {
  float: right;
  padding-right: 30px;
  text-align: right;
  width: 50%;
}

.comments-user span.comments-reply a {
  color: #0072a5;
  font-size: 13px;
}

.inner-comments {
  border: 1px solid #ddd;
  overflow: hidden;
}

.comments-img {
  float: left;
  margin-top: -45px;
  position: absolute;
  width: 12%;
  z-index: 9999;
}

.comments-text {
  float: right;
  overflow: hidden;
  padding-left: 20px;
  width: 88%;
}

.comments-text p {
  color: #999999;
}

.middle-comment {
  padding-left: 45px;
}

.middle-comment .comments-user {
  width: 78%;
}

.single-post-contact {
  margin-top: 75px;
}

.single-post-contact h2 {
  color: #313131;
  font-size: 18px;
  margin-bottom: 45px;
}

.single-post-contact input[type=text],
.leave_message input[type=text] {
  border: 1px solid #ddd;
  height: 40px;
  margin-bottom: 40px;
  padding-left: 20px;
  width: 100%;
}

.single-post-contact textarea#message,
.leave_message textarea#message {
  border: 1px solid #ddd;
  height: 160px;
  margin-bottom: 30px;
  padding-left: 20px;
  width: 100%;
  padding-top: 15px;
}

.single-post-contact input[type=submit] {
  background: #0072a5 none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 20px;
  text-transform: uppercase;
}

body#single_blog_page .single_blog_post {
  border: none;
}

body#single_blog_page .single_blog_post figure {
  border: 1px solid #eeeeee;
}

/* ============================================
            End Single Blog Page
===============================================*/

/* ============================================
16.         Start Services Page
===============================================*/

body#services_page .get_quote_area {
  background: rgba(0, 0, 0, 0) url(/images/get-a-quote-services.jpg?2d57193a3963ad089632600134d02446) no-repeat scroll 50% center/cover;
  color: #fff;
}

body#services_page .single_weoffer_best > dl {
  float: right;
  margin-bottom: 0;
  text-align: left;
  width: 73%;
}

body#services_page .single_weoffer_best > dl > dt {
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 16px;
  color: #313131;
}

body#services_page .single_weoffer_best > dl > dd {
  color: #b0b0b0;
}

body#services_page .single_weoffer_best i {
  display: inline-block;
  line-height: 54px;
  margin-right: 20px;
  text-align: center;
  width: 21%;
}

.watch_video_area {
  background: rgba(0, 0, 0, 0) url(/images/watch-video.jpg?8c25a45a1677002b5378017c4aee67b2) no-repeat scroll 50% center/cover;
}

.watch_video_area h3 {
  color: #fff;
}

.industry_support_area .nav.nav-tabs {
  margin: 0 auto;
  text-align: center;
  border-bottom: none;
  margin-bottom: 40px;
}

.industry_support_area .nav.nav-tabs li {
  display: inline-block;
  float: none;
  margin-right: 24px;
}

.industry_support_area .nav.nav-tabs li a {
  border: 1px solid #d31721;
  border-radius: 80px;
  color: #d31721;
  font-family: "RobotoMedium";
  letter-spacing: 0.9px;
  line-height: 35px;
  padding: 6px 34px;
  text-transform: uppercase;
}

.industry_support_area .nav.nav-tabs li.active a {
  background: #0072a5;
  color: #fff;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  cursor: pointer;
}

.industry_support_area .tab-content img {
  float: left;
  margin-right: 40px;
}

.industry_support_area .tab-content p {
  color: #777;
  line-height: 28px;
}

.performance_area .single_perform {
  border: 1px solid #eeeeee;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.performance_area .single_perform:hover {
  border: 1px solid #0072a5;
}

.performance_area .single_perform > img {
  margin-top: -32px;
}

.performance_area .single_perform > h5 {
  margin-bottom: 29px;
  margin-top: 26px;
}

.performance_area .single_perform > p {
  color: #999999;
  line-height: 24px;
  margin-bottom: 39px;
}

/* ============================================
                End Services Page
===============================================*/

/* ============================================
17.             Start Faq Page Area
===============================================*/

.all_frequent_queries a {
  color: #313131;
  display: block;
  font-family: "RobotoMedium";
  font-size: 16px;
  line-height: 60px;
}

.all_frequent_queries a:hover {
  color: #d31721;
}

body#faq_main_page .section_title {
  margin-bottom: 30px;
}

.single_why_chose_truck > a {
  color: #999999;
  float: right;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 39px;
}

.single_why_chose_truck > p {
  color: #999999;
  font-size: 15px;
  line-height: 30px;
}

.all_frequent_queries ul {
  margin-bottom: 75px;
}

.single_why_chose_truck > h4 {
  letter-spacing: 1px;
  margin-bottom: 23px;
  text-transform: none;
  line-height: 40px;
}

/* ============================================
                End Faq Page Area
===============================================*/

/* ============================================
18.         Start Faq-Accordion Page Area
===============================================*/

.all_frequent_accordion_queries .panel-title span {
  background: rgba(0, 0, 0, 0) url(/images/faq-accordion-lock.png?6ab383b2d58faffbf1f2d62f16c20210) no-repeat scroll center center;
  padding: 30px 8px;
  float: right;
}

.all_frequent_accordion_queries .panel-title a.collapsed span {
  background-image: url(/images/faq-accordion-lock-click.png?50435c8c2fa77bea15e90ac213af3d3e);
}

.all_frequent_accordion_queries .panel-default > .panel-heading {
  padding: 0;
  background: none;
  border-radius: 0px;
}

.all_frequent_accordion_queries .panel-default .panel-body p {
  color: #999999;
}

.all_frequent_accordion_queries .panel-default > .panel-heading .panel-title a {
  border-bottom: 1px solid #eeeeee;
  display: block;
  line-height: 60px;
}

.all_frequent_accordion_queries .panel-group .panel {
  border: medium none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.all_frequent_accordion_queries .panel-group .panel-body,
.all_frequent_accordion_queries .panel-collapse,
.all_frequent_accordion_queries .panel-default > .panel-heading + .panel-collapse > .panel-body,
.all_frequent_accordion_queries .panel-group .panel-heading + .panel-collapse > .panel-body,
.all_frequent_accordion_queries .panel-group .panel-heading + .panel-collapse > .list-group {
  border: none;
}

.all_frequent_accordion_queries .panel-group .panel-heading + .panel-collapse > .panel-body {
  border-bottom: 1px solid #eeeeee;
}

/* ============================================
            End Faq-Accordion Page Area
===============================================*/

/* ============================================
19.         Start Contact Page Area
===============================================*/

.our_address_contact .section_title {
  margin-bottom: 36px;
}

.our_address_contact .section_title h4 {
  padding-bottom: 20px;
}

.our_branches ul {
  list-style: outside none none;
  margin: -8px 0 0;
  padding: 0;
}

.our_branches ul li i {
  color: #252b3f;
  margin-right: 20px;
}

.our_branches ul li {
  color: #999999;
  line-height: 45px;
}

.keep_quick dl,
.keep_contact dl {
  float: right;
  margin-bottom: 0;
  text-align: left;
  width: 73%;
}

.keep_quick dl dt,
.keep_contact dl dt {
  color: #313131;
  font-family: "Oxygen";
  font-size: 15px;
  font-weight: 600;
  line-height: 31px;
  letter-spacing: 1px;
}

.keep_quick dl dd,
.keep_contact dl dd {
  color: #999999;
}

.keep_quick i,
.keep_contact i {
  display: inline-block;
  line-height: 54px;
  margin-right: 20px;
  text-align: center;
  width: 21%;
}

.keep_in_touch p {
  color: #999999;
  font-size: 15px;
  line-height: 27px;
}

.leave_message input[type="submit"] {
  background: #0072a5 none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  font-family: 'RobotoMedium';
  font-size: 16px;
  /*font-weight: 600;*/
  padding: 13px 68px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.leave_message .section_title {
  margin-bottom: 80px;
}

/* ============================================
            End Contact Page Area
===============================================*/

/* ============================================
20.         Start 404 page Area
===============================================*/

.error_mail {
  background: #fff none repeat scroll 0 0;
  padding: 60px 0;
}

.error_section input[type="submit"] {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: #313131 none repeat scroll 0 0;
  border-color: -moz-use-text-color -moz-use-text-color #252525;
  -o-border-image: none;
     border-image: none;
  border-style: none none solid;
  border-width: medium medium 3px;
  color: #fff;
  font-family: "RobotoMedium";
  font-size: 14px;
  letter-spacing: 1px;
  padding: 17px 34px;
  text-transform: uppercase;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.error_section input[type="submit"]:hover {
  background: #313131 none repeat scroll 0 0;
}

.error_mail input[type="text"] {
  border: 0 none;
  border-radius: 0;
  height: 53px;
  line-height: 29px;
  margin-right: -3px;
  text-indent: 30px;
  width: calc(100% - 163px);
}

.error_mail input[type="submit"] {
  background: #0072a5 none repeat scroll 0 0;
  border: 0 none;
  color: #fff;
  float: right;
  font-family: "RobotoMedium";
  font-size: 14px;
  font-weight: 600;
  line-height: 29px;
  padding: 12px 52px;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.error_mail input[type="submit"]:hover {
  background: #004d6f;
}

/* ============================================
              End 404 page Area
===============================================*/

/* ============================================
21.         Start On Parking Page Area
===============================================*/

.all_parking_trucks .nav.nav-tabs {
  border-bottom: medium none;
  margin: 0 auto 40px;
  text-align: center;
}

.all_parking_trucks .nav.nav-tabs li {
  display: inline-block;
  float: none;
  margin-right: 24px;
}

.all_parking_trucks .nav.nav-tabs li a {
  color: #515151;
  font-family: "RobotoMedium";
  letter-spacing: 0.9px;
  line-height: 30px;
  padding: 0 20px;
  text-transform: none;
  border-radius: 0px;
}

.all_parking_trucks .nav.nav-tabs li.active a,
.all_parking_trucks .nav.nav-tabs li:hover a {
  color: #0072a5;
  border: 1px solid #0072a5;
}

.all_parking_trucks .tab-content .single_truck {
  margin-bottom: 30px;
}

.all_parking_trucks .tab-content figure {
  position: relative;
  overflow: hidden;
  margin: 0;
}

.single_truck .truck_photo_caption {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.single_truck:hover .truck_photo_caption {
  opacity: 1;
}

.single_truck .truck_photo_caption a.lightbox {
  color: #fff;
  display: block;
  font-size: 90px;
  height: 30px;
  left: 50%;
  line-height: 30px;
  margin-left: -40px;
  margin-top: -40px;
  position: absolute;
  top: 50%;
  width: 30px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.single_truck:hover .truck_photo_caption a.lightbox {
  font-size: 30px;
  margin-left: -15px;
  margin-top: -15px;
}

.single_truck .truck_photo_caption span {
  background: #0072a5 none repeat scroll 0 0;
  bottom: 0;
  color: #fff;
  font-family: "RobotoMedium";
  font-size: 18px;
  left: 0;
  padding: 15px 0;
  position: absolute;
  text-transform: uppercase;
  width: 100%;
}

.pagination_number nav ul {
  margin: 0;
}

.pagination_number nav ul li a {
  font-size: 15px;
  color: #999999;
  border: 1px solid #eeeeee;
  margin-right: 5px;
}

.pagination_number nav ul li a:hover {
  background-color: #fff;
}

.pagination_number nav ul li.active a {
  background-color: #0072a5;
}

.pagination_number nav ul li:last-child a,
.pagination_number nav ul li:first-child a {
  border-radius: 0px;
}

.pagination_number nav ul li a,
.pagination_number nav ul li.active a {
  padding: 9px 17px;
}

/* ============================================
            End On Parking Page Area
===============================================*/

/* ============================================
22.         Start 2nd Home page Area
===============================================*/

.main_two_slider_area {
  background: rgba(0, 0, 0, 0) url(/images/main-slider-four.jpg?4f9b775732fd88b2933f5fceb980ee8c) no-repeat scroll center center/cover;
  min-height: 800px;
}

.main_two_slider_area h1,
.main_two_slider_area p {
  color: #fff;
}

.main_two_slider_area h1 {
  font-weight: 400;
  text-transform: none;
  font-size: 45px;
  line-height: 55px;
}

.main_two_slider_area p {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 29px;
  text-transform: none;
}

.why_choose_home_two .section_title h4 {
  font-family: Roboto Medium;
  font-size: 24px;
  color: #313131;
  line-height: 30px;
}

.why_choose_home_two h4 {
  font-family: Oxygen;
  font-size: 14px;
  color: #999999;
}

.single_whyhome_two_img:hover figure figcaption {
  left: 1%;
  bottom: 1%;
}

.single_whyhome_two_img figure {
  position: relative;
  overflow: hidden;
}

.single_whyhome_two_img figcaption {
  background-color: #d31721;
  border-radius: 50%;
  bottom: -6%;
  left: -3%;
  padding: 20px;
  position: absolute;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single_blog_info h6 {
  font-size: 17px;
  color: #313131;
}

.single_blog_info p {
  font-family: Oxygen;
  font-size: 14px;
  color: #777;
  line-height: 26px;
}

body#home_two .logistic_counter_area {
  background: #000 url(/images/counter-bg-home-two.jpg?e462ba6899050a2ee4446e5f12bde4ef) no-repeat scroll center center/cover;
}

body#home_two .single-counter span {
  color: #0072a5;
}

body#home_two .single-counter > h4 {
  color: #fff;
}

body#home_two .single-counter {
  padding: 0;
}

body#home_two .logistic_counter_area .section_title {
  margin-bottom: 70px;
}

body#home_two .logistic_counter_area .section_title p {
  color: #ddd;
}

body#home_two .transport_features .section-content ul {
  list-style: outside none none;
  margin: 0 0 51px;
  padding: 0;
}

body#home_two .transport_features .section-content ul li {
  color: #fff;
  line-height: 42px;
}

body#home_two .transport_features .section-content ul li img {
  margin-right: 23px;
}

body#home_two .transport_features .section-content a.btn {
  font-size: 15px;
  color: #252b3f;
  background: #fff;
  border-radius: 0px;
  border-bottom: 2px solid #eeeeee;
}

body#home_two .owl-carousel .owl-item img {
  width: auto;
}

.client_home_two_txt {
  background: #fff none repeat scroll 0 0;
  margin: 0 auto;
  width: 84%;
}

.client_home_two_txt > img {
  float: left;
  margin-right: 35px;
}

.client_home_two_txt h3 {
  color: #d31721;
  font-family: "Oxygen";
  font-size: 14px;
  padding: 15px 0;
}

.client_home_two_txt p {
  color: #999999;
  padding-bottom: 21px;
  line-height: 28px;
  margin: 0;
}

body#home_two .testi_prev,
body#home_two .testi_next {
  color: #313131;
  font-size: 40px;
  top: 62%;
}

.blog_feed_home > ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.blog_feed_home li {
  border-right: 1px solid #b0b0b0;
  color: #999999;
  display: inline-block;
  font-size: 13px;
  margin-right: 20px;
  padding-right: 20px;
}

.blog_feed_home li:last-child {
  border-right: none;
}

.blog_feed_home li img {
  padding: 0 15px;
}

.blog_feed_home {
  padding: 10px;
  border: 1px solid #eeeeee;
}

.blog_feed_home h6 {
  margin: 26px 0 7px;
}

.blog_feed_home h6 a {
  font-size: 17px;
}

.blog_feed_home > p {
  color: #777;
  line-height: 28px;
}

.header-contact {
  background: #fff none repeat scroll 0 0;
  overflow: hidden;
  padding: 30px;
}

h2.header-contact-title {
  background: #0072a5 none repeat scroll 0 0;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  padding: 17px 0;
  text-align: center;
  text-transform: capitalize;
  width: 100%;
}

.header-form-left {
  float: left;
  padding-right: 15px;
  width: 50%;
}

.header-form-right {
  float: right;
  width: 50%;
  padding-left: 15px;
}

.header-contact p {
  color: #313131;
  font-size: 14px;
  margin-bottom: 5px;
}

.form-h-name {
  margin-bottom: 20px;
}

.form-h-name > input {
  border: 1px solid #ddd;
  height: 40px;
  padding-left: 10px;
  width: 100%;
}

.form-h-select select {
  border: 1px solid #ddd;
  height: 40px;
  padding-left: 10px;
  width: 100%;
}

.text-area-h {
  margin-bottom: 20px;
}

.text-area-h textarea#message-h {
  border: 1px solid #ddd;
  height: 83px;
  padding-left: 10px;
  padding-top: 10px;
  width: 100%;
}

.text-area-h input[type=submit] {
  background: #0072a5 none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  font-weight: 700;
  height: 40px;
  letter-spacing: 1px;
  margin-top: 30px;
  text-transform: uppercase;
  width: 100%;
}

.header-form-top {
  margin-top: 145px;
}

.about_transport .btn.btn-see:hover {
  color: #fff;
}

.about_transport .btn.btn-see {
  border-radius: 0;
  background-color: #0072a5;
  margin-right: 10px;
}

.about_transport .btn.btn-see.btn-white {
  background-color: #fff;
  color: #0072a5;
}

.single_whyhome_two_img > p {
  color: #777;
}

.single_whyhome_two_img h5 {
  margin: 26px 0 16px;
}

/* ============================================
            End 2nd Home page Area
===============================================*/

/* --------------------------------------------------------
23.           start contact us page CSS
-----------------------------------------------------------*/

.send_mail .section_title h4,
.contact_info .section_title h4 {
  color: #515151;
  font-size: 18px;
}

.send_mail input,
.send_mail textarea {
  border: 1px solid #eeeeee;
  color: #777;
  display: inline;
  font-size: 14px;
  line-height: 20px;
  padding: 20px;
  margin-bottom: 30px;
  outline: none;
  width: 100%;
  text-transform: uppercase;
}

.send_mail a.btn {
  text-transform: none;
}

.contact_info > ul > li {
  line-height: 25px;
  margin-bottom: 29px;
  font-size: 16px;
}

.contact_info > ul > li > i {
  float: left;
  font-size: 20px;
  margin-right: 15px;
  min-height: 40px;
  padding-top: 3px;
}

body#contact_us_page .contact_info .social_icons > ul > li > a,
.contact_info > ul > li {
  color: #999999;
}

body#contact_us_page .contact_info .social_icons > ul > li > a {
  font-size: 20px;
  padding-right: 30px;
}

body#contact_us_page .contact_info .social_icons > ul > li > a:hover {
  color: #313131;
}

.submit_btn {
  margin-top: 16px;
}

.thank_box {
  background: none repeat scroll 0 0 #eeeeee;
  border-bottom: 5px solid #d31721;
  font-size: 20px;
  height: 271px;
  margin: 100px auto 0;
  padding-top: 90px;
  text-align: center;
  width: 55%;
}

.thank_box a {
  background: #d31721 none repeat scroll 0 0;
  border: 2px solid #fff;
  color: #fff;
  display: block;
  font-size: 13px;
  margin: 25px auto 0;
  padding: 15px 30px;
  text-decoration: none;
  text-transform: uppercase;
  width: 250px;
}

.thank_box a:hover {
  background: none repeat scroll 0 0 #fff;
  color: #d31721;
  border: 2px solid #d31721;
  text-decoration: none;
}

.thank_box i {
  font-size: 12px;
  margin-right: 5px;
}

.send_mail .btn {
  text-transform: none;
}

/* --------------------------------------------------------
                End contact us page CSS
-----------------------------------------------------------*/

/* --------------------------------------------------------
24.                Start Responsive CSS
-----------------------------------------------------------*/

/* ============================================
          Start Medium Layout: 1280px
===============================================*/

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .container {
    width: 100%;
  }

  .header_we_are > dl {
    width: 67%;
  }

  .main_menu .navbar-default .navbar-nav > li > a {
    padding: 24px 31px;
  }

  .header_we_are dd,
  .header_we_are dd a {
    font-size: 12px;
  }

  .transport_features_area .panel-default > .panel-heading .panel-title a {
    font-size: 14px;
  }

  .transport_features {
    min-height: 850px;
  }

  .single_footer_widgets h4 {
    font-size: 22px;
  }

  .footer_social_icons i {
    margin-right: 7px;
  }

  .address_list dt,
  .address_list dd {
    font-size: 11px;
  }

  .single_who figure p {
    padding: 10px 30px 10px;
  }

  .single_on_parking figcaption {
    margin: 0 16px;
    padding: 0 10px;
  }

  .single_on_parking figcaption p {
    margin-left: 14px;
  }

  .keep_quick i,
  .keep_contact i {
    margin-right: 10px;
  }

  body#services_page .single_weoffer_best i {
    margin-right: 10px;
    width: 22%;
  }

  body#services_page .single_weoffer_best > dl > dt {
    font-size: 16px;
  }

  body#services_page .get_quote_area {
    background-position: 61.5% center;
  }

  .industry_support_area .tab-content p {
    line-height: 25px;
  }

  .single_blog_post ul li {
    padding: 0 10px;
  }

  .blog_feed_home li {
    margin-right: 15px;
    padding-right: 15px;
  }

  .blog_feed_home h6 a {
    font-size: 15px;
  }

  body#home_two .transport_features .section-content ul li {
    font-size: 13px;
  }

  body#home_two .transport_features .section-content ul li img {
    margin-right: 3px;
  }
}

/* ============================================
          End Medium Layout: 1280px
===============================================*/

/* ============================================
          Start Tablet Layout: 768px
===============================================*/

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .container {
    width: 100%;
  }

  header .logo {
    margin-bottom: 20px;
  }

  .header_we_are dl {
    text-align: center;
  }

  .main_menu .navbar-default .navbar-nav > li > a {
    padding: 24px 21px;
  }

  .main_menu .dropdown-menu > li > a {
    font-size: 12px;
  }

  .transport_features_area .panel-default > .panel-heading .panel-title a {
    text-indent: 3px;
    font-size: 10px;
  }

  .single_footer_widgets {
    margin-bottom: 30px;
  }

  .single_who figure p {
    padding: 0 11px 5px;
  }

  .transport_features {
    min-height: 850px;
  }

  .get_quote_area {
    background: #000;
  }

  /*start about-us on parking*/

  .single_on_parking {
    margin-bottom: 50px;
  }

  .single_on_parking figcaption {
    margin: 0 52px;
    padding: 0 29px;
    width: 70%;
  }

  /*End about-us on parking*/

  .our_branches ul li i {
    margin-right: 1px;
  }

  .keep_quick i,
  .keep_contact i {
    margin-right: 10px;
  }

  .keep_in_touch p {
    font-size: 13px;
    line-height: 20px;
  }

  body#services_page .single_weoffer_best {
    margin-bottom: 60px;
  }

  body#services_page .single_perform {
    margin-bottom: 60px;
  }

  body#services_page .get_quote_area {
    background: #000;
  }

  .weare_best_at_area {
    background: #000 none repeat scroll 0 0;
  }

  .client_home_two_txt p {
    line-height: 19px;
    padding-bottom: 10px;
  }

  .blog_feed_home {
    margin-bottom: 30px;
  }
}

/* ============================================
          Start Mobile Layout: 320px
===============================================*/

@media only screen and (max-width: 767px) {
  .container {
    width: 320px;
  }

  header .logo {
    margin-bottom: 20px;
  }

  .header_we_are dl {
    text-align: center;
  }

  .why_us_area .single_why_us {
    margin-bottom: 30px;
  }

  .transport_features_area {
    background: #1874C1;
  }

  .transport_features_area .panel-title span {
    height: 40px;
    padding: 30px 5px;
    width: 40px;
  }

  .transport_features_area .panel-default > .panel-heading .panel-title a {
    font-size: 9px;
    text-indent: 4px;
  }

  .get_quote_area {
    background: #000;
  }

  .error_mail input[type="submit"] {
    padding: 12px 6px;
  }

  .error_mail input[type="text"] {
    text-indent: 5px;
    width: calc(100% - 75px);
  }

  .single_who figure p {
    margin-bottom: 30px;
    padding: 5px 30px;
  }

  .weare_best_at_area {
    background: #1D1C21;
  }

  .on_parking_area .single_on_parking {
    margin-top: 50px;
  }

  .about_client_area .client_border {
    border: none;
  }

  .all_parking_trucks .nav.nav-tabs li {
    margin-bottom: 20px;
    margin-right: 5px;
  }

  .all_parking_trucks .nav.nav-tabs li a {
    padding: 0 5px;
  }

  .pagination_number nav ul li a,
  .pagination_number nav ul li.active a {
    padding: 2px 11px;
  }

  .share-right span {
    margin-left: 5px;
  }

  .share-this {
    padding: 10px;
  }

  .share-left span.share-icon a {
    margin-left: 2px;
  }

  .single_blog_post ul li {
    border-right: none;
  }

  .single_blog_post figcaption {
    display: none;
  }

  .keep_quick i,
  .keep_contact i {
    margin-right: 10px;
  }

  .our_branches {
    margin-bottom: 30px;
    margin-top: 30px;
  }

  .all_frequent_accordion_queries .panel-default > .panel-heading .panel-title a {
    font-size: 14px;
    line-height: 50px;
  }

  body#services_page .single_weoffer_best i {
    margin-right: 10px;
  }

  body#services_page .single_weoffer_best > dl > dt {
    line-height: 23px;
  }

  body#services_page .single_weoffer_best {
    margin-bottom: 50px;
  }

  .industry_support_area .nav.nav-tabs li {
    margin-bottom: 30px;
  }

  .performance_area .single_perform {
    margin-bottom: 60px;
  }

  span.s-user-icon {
    float: left;
  }

  span.s-user-icon a i {
    margin-left: 5px;
  }

  .single_blog_post img {
    padding: 0;
  }

  .comments-img {
    margin-left: 5px;
    margin-top: -18px;
  }

  .comments-user span.comments-name {
    font-size: 12px;
    width: 60%;
  }

  .comments-user span.comments-date {
    padding-left: 5px;
  }

  .comments-user span.comments-reply {
    text-align: left;
    width: 40%;
    padding: 0 5px;
  }

  .blog_details ul li img {
    padding: 0 10px;
  }

  .about_transport .btn.btn-see {
    font-size: 17px;
    padding: 10px;
  }

  body#home_two .single_whyhome_two_img {
    margin-bottom: 50px;
  }

  body#home_two .transport_features_area {
    background: #262b3f none repeat scroll 0 0;
  }

  body#home_two .owl-carousel .owl-item img {
    margin: 0 35px auto;
  }

  .client_home_two_txt h3 {
    margin: 10px;
  }

  .blog_feed_home li {
    margin-right: 15px;
    padding-right: 15px;
  }

  .blog_feed_home {
    margin-bottom: 30px;
  }

  body#home_two .single-counter {
    margin-bottom: 30px;
  }
}

/* ============================================
          End Mobile Layout: 320px
===============================================*/

/* ============================================
          Start Wide Mobile Layout: 480px
===============================================*/

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .container {
    width: 450px;
  }
}

/* ============================================
          End Wide Mobile Layout: 480px
===============================================*/

/* --------------------------------------------------------
                End Responsive CSS
-----------------------------------------------------------*/

.certifications section ul.no-bullets {
  list-style: outside none none;
  margin: 0 20px 0;
  padding: 0;
}

.certifications section ul.no-bullets li {
  line-height: 30px;
}

.certifications section ul.no-bullets li i {
  margin-right: 12px;
}

.header_top_area .tag-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  padding-left: 10%;
}

.header_top_area .tag-line p {
  color: #fff;
  margin: 0;
  text-transform: uppercase;
  font-style: italic;
}

form [disabled] {
  background-color: #DFDFDF;
}

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=date],
form input[type=number],
form select {
  border: 1px solid #ddd;
  height: 40px;
  margin-bottom: 25px;
  padding-left: 10px;
  width: 100%;
}

form input[type=submit],
form button[type=submit] {
  background: #0072a5 none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  font-family: 'RobotoMedium';
  font-size: 16px;
  font-weight: 600;
  padding: 13px 68px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

form textarea {
  max-width: 100%;
  min-width: 100%;
  margin-bottom: 25px;
  padding-left: 10px;
  border: 1px solid #ddd;
  line-height: 32px;
  min-height: 40px;
}

form .is-danger {
  font-style: italic;
  color: #ea0000;
}

form .is-danger.input[type=text],
form .is-danger.input[type=email],
form .is-danger.input[type=number],
form .is-danger.input[type=date],
form .is-danger.input {
  margin-bottom: 0;
  border-color: #ea0000;
}

.mt-5 {
  margin-top: 30px;
}

.mb-5 {
  margin-bottom: 30px;
}




.dim-form-group:hover .row {
  background-color: #FAFAFA;
}

.btn.btn-sm {
  padding: 4px 10px!important;
  font-size: xx-small;
}

