
body {
  font-family: 'open-sans','sans-serif', 'montserrat',arial;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #777777; }

html, body {
  overflow-x: hidden; }

a:link, a:visited {
  outline: 0;
  text-decoration: none; }

a {
  color: #383838;
  transition: 0.5s; }
  a:hover, a:focus, a:active {
    color: #e53935;
    text-decoration: none; }

img {
  border: 0 none;
  max-width: 100%;
  height: auto;
  vertical-align: top;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px; }

ul, ol {
  padding: 0px;
  margin: 0px; }
  ul li, ol li {
    list-style: none; }

input:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: 0 0 0 transparent; }



#status {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url(../image/loading.gif);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 38px auto;
  margin: -50px 0 0 -50px; }

#gmap {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
  background: #58B; }

.section-pad {
  padding-top: 80px;
  padding-bottom: 80px; }

.pad-0 {
  padding: 0px; }

.npl {
  padding-left: 0px; }

.npr {
  padding-right: 0px; }

.btn {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  font-family: 'montserrat';
  padding: 15px 25px;
  transition: 0.5s;
   }
  .btn.trns-btn {
    color: #e53935;
    border: 1px solid #e53935; }
    .btn.trns-btn:hover {
      background: #e53935;
      color: #fff; }
  .btn.trns-btn-w {
    border: 1px solid #fff;
    color: #fff; }
    .btn.trns-btn-w:hover {
      background: #fff;
      color: #e53935; }
  .btn.solid-btn {
    background: #e53935;
    color: #fff; }
    .btn.solid-btn:hover {
      background: #ae1623;
      color: #fff;
      border: 1px solid #ae1623; }

h1, h2, h3, h4, h5, h6 {
  font-family: "montserrat";
  margin-top: 0px; }
  h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p {
    margin-top: 0px; }

p {
  margin: 10px 0 0 0; }

.form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
  .form-control:focus {
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1); }

.section-heading {
  text-transform: uppercase;
  font-weight: 600;
  color: #333;
  font-size: 24px;
  margin-bottom: 25px;
  line-height: 24px; }
  .section-heading + p {
    margin-top: 0px; }

.preload {
  display: none; }

.navbar-toggle {
  margin-right: 0px; }

.carousel-control {
  visibility: hidden;
  -webkit-transition: opacity 1s ease-out;
  -moz-transition: opacity 1s ease-out;
  -o-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
  opacity: 0; }
  .carousel-control.left, .carousel-control.right {
    background-image: none;
    filter: none; }
  .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
    background: rgba(0, 0, 0, 0.3);
    width: 60px;
    height: 60px;
    padding-top: 10px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    font-family: 'FontAwesome';
    text-shadow: none;
    font-size: 40px; }
    .carousel-control .glyphicon-chevron-left:hover, .carousel-control .glyphicon-chevron-right:hover {
      background: rgba(0, 0, 0, 0.5); }
  .carousel-control .glyphicon-chevron-left {
    left: 10%; }
    .carousel-control .glyphicon-chevron-left:before {
      content: '\f104'; }
  .carousel-control .glyphicon-chevron-right {
    right: 10%; }
    .carousel-control .glyphicon-chevron-right:before {
      content: '\f105'; }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-50px, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(50px, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 50px, 0); }
  to {
    opacity: 1;
    transform: none; } }
#cart-panel {
  position: fixed;
  right: -122px;
  top: 70%;
  z-index: 1000;
  font-size: 24px;
  height: 40px;
  transition: 0.5s;
  background: #e53935;
  padding-top: 5px; }
  #cart-panel:hover {
    right: 0px;
    background: #cf0a06; }
  #cart-panel a {
    display: block;
    color: #fff; }
    #cart-panel a i {
      padding: 0 10px;
      display: inline-block;
      height: 100%; }
    #cart-panel a span {
      padding: 0 10px;
      display: inline-block;
      height: 100%; }

/* ==========================================================================
    2.1 General / Common
   ========================================================================== */
.content h1, .content h2 {
  margin: 25px 0 15px 0;
  font-size: 30px;
  font-weight: 700;
  display: block;
  color: #383838; }
  .content h1 a, .content h2 a {
    color: #383838; }
    .content h1 a:hover, .content h2 a:hover {
      color: #e53935; }
  .content h1:first-child, .content h2:first-child {
    margin-top: 0; }
  .content h1:last-child, .content h2:last-child {
    margin-bottom: 0; }
.content h3 {
  font-weight: 700;
  color: #383838;
  font-size: 24px; }
.content h4 {
  font-size: 20px; }
.content h3, .content h4, .content h5, .content h6 {
  margin-top: 25px; }
  .content h3:first-child, .content h4:first-child, .content h5:first-child, .content h6:first-child {
    margin-top: 0; }
  .content h3 + ul, .content h3 + ol, .content h3 + p, .content h4 + ul, .content h4 + ol, .content h4 + p, .content h5 + ul, .content h5 + ol, .content h5 + p, .content h6 + ul, .content h6 + ol, .content h6 + p {
    margin-top: 12px; }
.content p {
  margin-top: 25px; }
  .content p:first-child {
    margin-top: 0; }
.content .list-style {
  margin-top: 22px; }
  .content .list-style li {
    position: relative;
    padding-left: 20px;
    margin-left: 0;
    margin-bottom: 10px; }
    .content .list-style li:last-child {
      margin-bottom: 0; }
    .content .list-style li:before {
      font-family: 'FontAwesome';
      content: '\f101';
      color: #e53935;
      position: absolute;
      left: 1px;
      top: 2px;
      font-size: 16px;
      line-height: 18px; }
  .content .list-style:first-child {
    margin-top: 0; }
  .content .list-style.dots li:before {
    content: '\f111';
    font-size: 10px; }
.content ol {
  margin-top: 22px;
  margin-left: 35px; }
  .content ol li {
    list-style: decimal;
    padding-left: 5px;
    margin-bottom: 10px; }
    .content ol li:last-child {
      margin-bottom: 0; }
  .content ol:first-child {
    margin-top: 0; }
.content img.alignright {
  padding: 0;
  float: right;
  margin: 5px 0 15px 30px; }
.content img.alignleft {
  padding: 0;
  float: left;
  margin: 5px 30px 15px 0; }
.content .gaps {
  clear: both;
  height: 25px; }
  .content .gaps.size-lg {
    height: 50px; }
  .content .gaps.size-sm {
    height: 15px; }
.content a.btn {
  padding: 7px 20px;
  margin-top: 15px; }

.position {
  position: static; }

.img-wrapper {
  position: absolute;
  bottom: 0px;
  max-width: 520px; }

.contact-list {
  margin-top: 30px; }
  .contact-list:first-child {
    margin-top: 0; }
  .contact-list li {
    margin-bottom: 20px; }
    .contact-list li:last-child {
      margin-bottom: 0px; }
    .contact-list li i {
      color: #e53935;
      font-size: 24px;
      display: block;
      width: 30px;
      float: left; }
    .contact-list li span {
      color: #777;
      margin-left: 40px;
      display: block; }

/* ==========================================================================
    2.0 navbar css
   ========================================================================== */
.navbar-custom.affix .top-bar {
  height: 0px;
  padding: 0;
  overflow: hidden; }
.navbar-custom .top-bar {
  transition: 0.5s;
  padding: 12px 0;
  background: #f5f5f5; }
  .navbar-custom .top-bar .contact {
    float: left;
    font-size: 15px;
    line-height: 24px;
    font-family: 'montserrat';
    font-weight: 400; }
    .navbar-custom .top-bar .contact li {
      color: #383838;
      margin-right: 20px;
      display: inline-block; }
      .navbar-custom .top-bar .contact li i {
        color: #e53935;
        font-size: 18px;
        line-height: 24px;
        margin-right: 5px;
        vertical-align: top; }
      .navbar-custom .top-bar .contact li a {
        color: #383838;
        text-decoration: none; }
  .navbar-custom .top-bar .social {
    float: right; }
    .navbar-custom .top-bar .social li {
      display: inline-block;
      margin-left: 20px; }
      .navbar-custom .top-bar .social li a {
        color: #e53935;
        font-size: 16px; }
        .navbar-custom .top-bar .social li a:hover {
          color: #000; }
.navbar-custom .bottom-nav {
  transition: 0.5s;
  padding: 15px 0;
  background: #fff; }
  .navbar-custom .bottom-nav .navbar-header .navbar-brand {
    padding: 0px; }
    .navbar-custom .bottom-nav .navbar-header .navbar-brand img {
      width: 216px; }
  .navbar-custom .bottom-nav .navbar-nav {
    float: right; }
    .navbar-custom .bottom-nav .navbar-nav li.dropdown:hover .dropdown-menu {
      opacity: 1;
      display: block; }
    .navbar-custom .bottom-nav .navbar-nav li.active a {
      color: #e53935; }
    .navbar-custom .bottom-nav .navbar-nav li a {
      background: transparent;
      text-transform: uppercase;
      color: #383838;
      font-family: 'montserrat';
      font-weight: 500;
      font-size: 14px;
      line-height: 20px;
      padding: 16px 22px 14px;
      transition: background 350ms, color 350ms, border-color 350ms; }
      .navbar-custom .bottom-nav .navbar-nav li a.dropdown-toggle {
        position: relative; }
        .navbar-custom .bottom-nav .navbar-nav li a.dropdown-toggle:after {
          content: '';
          position: absolute;
          width: 100%;
          height: 30px;
          background: transparent;
          top: 50px;
          left: 0; }
      .navbar-custom .bottom-nav .navbar-nav li a:hover, .navbar-custom .bottom-nav .navbar-nav li a:focus {
        color: #e53935;
        background: transparent; }
      .navbar-custom .bottom-nav .navbar-nav li a.btn-quote {
        margin-left: 12px;
        color: #e53935;
        line-height: 18px;
        font-weight: 600; }
        .navbar-custom .bottom-nav .navbar-nav li a.btn-quote:hover {
          background: #e53935;
          color: #fff; }
    .navbar-custom .bottom-nav .navbar-nav li .caret {
      margin-top: 0;
      vertical-align: middle;
      transform: translateY(-50%); }
    .navbar-custom .bottom-nav .navbar-nav li .dropdown-menu {
      background: #e53935;
      border: 0px;
      border-radius: 0;
      padding: 0px;
      left: 0;
      top: 66px;
      display: none;
      opacity: 0;
      width: 240px; }
      .navbar-custom .bottom-nav .navbar-nav li .dropdown-menu .dropdown-menu {
        visibility: hidden;
        left: 240px;
        top: 0;
        opacity: 0; }
      .navbar-custom .bottom-nav .navbar-nav li .dropdown-menu li {
        position: relative; }
        .navbar-custom .bottom-nav .navbar-nav li .dropdown-menu li a {
          padding: 10px 16px;
          color: #fff; }
          .navbar-custom .bottom-nav .navbar-nav li .dropdown-menu li a:hover {
            background: #fc6663; }
        .navbar-custom .bottom-nav .navbar-nav li .dropdown-menu li:hover .dropdown-menu {
          opacity: 1;
          visibility: visible; }

/* ==========================================================================
    3.0 banner css
   ========================================================================== */
.banner.carousel-fade {
  height: 680px; }
  .banner.carousel-fade .carousel-inner {
    height: 100%; }


  .banner.carousel-fade:hover > .carousel-control {
    opacity: 1;
    visibility: visible; }

.carousel, .item, .active {
  height: 100%; }

.carousel-inner {
  height: 100%; }

/* Background images are set within the HTML using inline CSS, not here */
.fill {
  width: 100%;
  height: 100%;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover; }

.inner-page {
  height: 120px;
  
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

.icon-wrapper {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #e53935;
  margin: 0 auto;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  padding-top: 5px; }

.icon {
  display: inline-block;
  width: 36px;
  height: 36px;
  background-repeat: no-repeat;
  background-position: 72px 72px;
  background-image: url("../image/icons-splits1x.png");
  background-size: 468px auto;
  transition: background-position 150ms; }
  .icon.icon-truck, .icon.icon-truck-w.hover {
    background-position: 0 0; }
  .icon.icon-truck-w, .icon.icon-truck.hover {
    background-position: 0 -36px; }
  .icon.icon-plane, .icon.icon-plane-w.hover {
    background-position: -36px 0; }
  .icon.icon-plane-w, .icon.icon-plane.hover {
    background-position: -36px -36px; }
  .icon.icon-lorry, .icon.icon-lorry-w.hover {
    background-position: -72px 0; }
  .icon.icon-lorry-w, .icon.icon-lorry.hover {
    background-position: -72px -36px; }
  .icon.icon-ship, .icon.icon-ship-w.hover {
    background-position: -108px 0; }
  .icon.icon-ship-w, .icon.icon-ship.hover {
    background-position: -108px -36px; }
  .icon.icon-envelope, .icon.icon-envelope-w.hover {
    background-position: -144px 0; }
  .icon.icon-envelope-w, .icon.icon-envelope.hover {
    background-position: -144px -36px; }
  .icon.icon-cup, .icon.icon-cup-w.hover {
    background-position: -180px 0; }
  .icon.icon-cup-w, .icon.icon-cup.hover {
    background-position: -180px -36px; }
  .icon.icon-track, .icon.icon-track-w.hover {
    background-position: -216px 0; }
  .icon.icon-track-w, .icon.icon-track.hover {
    background-position: -216px -36px; }
  .icon.icon-secure, .icon.icon-secure-w.hover {
    background-position: -252px 0; }
  .icon.icon-secure-w, .icon.icon-secure.hover {
    background-position: -252px -36px; }
  .icon.icon-lorry2, .icon.icon-lorry2-w.hover {
    background-position: -288px 0; }
  .icon.icon-lorry2-w, .icon.icon-lorry2.hover {
    background-position: -288px -36px; }
  .icon.icon-10, .icon.icon-10-w.hover {
    background-position: -324px 0; }
  .icon.icon-10-w, .icon.icon-10.hover {
    background-position: -324px -36px; }
  .icon.icon-11, .icon.icon-11-w.hover {
    background-position: -360px 0; }
  .icon.icon-11-w, .icon.icon-11.hover {
    background-position: -360px -36px; }
  .icon.icon-12, .icon.icon-12-w.hover {
    background-position: -398px 0; }
  .icon.icon-12-w, .icon.icon-12.hover {
    background-position: -398px -36px; }
  .icon.icon-13, .icon.icon-13-w.hover {
    background-position: -432px 0; }
  .icon.icon-13-w, .icon.icon-13.hover {
    background-position: -432px -36px; }

@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
  .icon {
    background-image: url("../image/icons-splits3x.png"); } }
/* ==========================================================================
    4.0 about css
   ========================================================================== */
.about-us .tab-custom .nav-tabs {
  background: #ececec;
  border-bottom: none;
  display: table;
  width: 100%; }
  .about-us .tab-custom .nav-tabs li {
    display: table-cell;
    float: none; }
  .about-us .tab-custom .nav-tabs li:last-child a {
    border-right: none; }
  .about-us .tab-custom .nav-tabs li > a {
    border: 0px solid #f5f5f5;
    border-right-width: 1px;
    text-align: center;
    border-radius: 0px;
    padding: 5px 0 15px 0;
    margin: 0px;
    font-size: 16px;
    color: #383838;
    line-height: 24px; }
    .about-us .tab-custom .nav-tabs li > a img {
      height: 60px; }
  .about-us .tab-custom .nav-tabs li.active > a {
    background: #f5f5f5; }
.about-us .tab-custom .tab-content {
  background: #f5f5f5;
  padding: 30px 20px 25px 20px; }
.about-us .tab-custom .tab-content h4 {
    color: #e53935;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 15px; }
.about-us .tab-custom .tab-content a {
    padding: 8px 16px;
    margin-top: 25px; }
.about-us .about-text h2.focus-text {
  font-size: 48px;
  font-weight: 400;
  color: #444;
  margin-bottom: 15px; }
.about-us .about-text p { line-height:30px; margin-top: 25px; }
.about-us .about-text p:first-child { margin-top: 0px; }
.about-us .about-text a { padding: 8px 16px;margin-top: 25px; }
.abt-page { background: #f8f8f8;position: relative;overflow: hidden; }
.abt-page .ser-col + .ser-col { margin-top: 40px; }
  .abt-page .ser-col .icon-wrapper {
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
    width: 50px;
    height: 50px;
    background: #fff; }
  .abt-page .ser-col h4 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    margin: 15px 0;
    color: #616161; }
  .abt-page .ser-col p {
    clear: both; }
  .abt-page .service-wrapper {
    margin-top: 30px; }

/* ==========================================================================
    4.0 call action css
   ========================================================================== */
.call-action {
  background-repeat: no-repeat;
  background-position: center center; }
  .call-action .overly {
    background: rgba(15, 15, 15, 0.8);
    text-align: center;
    padding: 140px 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: table;
    color: #fff; }
    .call-action .overly .text-md {
      max-width: 800px;
      margin: 0 auto; }
    .call-action .overly h2, .call-action .overly h3 {
      font-weight: 300;
      font-size: 36px;
      line-height: 48px; }
    .call-action .overly h2 {
      text-transform: uppercase; }
    .call-action .overly a {
      color: #fff;
      text-decoration: none; }
      .call-action .overly a:hover {
        text-decoration: underline; }
    .call-action .overly .btn {
      text-transform: uppercase;
      font-weight: 700;
      margin-top: 30px;
      margin-bottom: 5px;
      text-decoration: none; }
      .call-action .overly .btn.solid-btn:hover {
        background-color: #fff;
        border-color: #fff;
        color: #e53935;
        text-decoration: none; }

/* ==========================================================================
    5.0 Service css
   ========================================================================== */
.service {
  text-align: center; }
  .service .service-wrapper {
    margin-top: 60px; }
    .service .service-wrapper li .icon-wrapper {
      width: 80px;
      height: 80px; }
      .service .service-wrapper li .icon-wrapper.ui-round {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%; }
      .service .service-wrapper li .icon-wrapper img {
        height: 60px; }
    .service .service-wrapper li h4 {
      text-transform: uppercase;
      font-weight: 700;
      font-size: 18px;
      margin: 25px 0 20px;
      color: #616161; }

.ser-page .service-wrapper + .service-wrapper {
  margin-top: 30px; }
  .ser-page .service-wrapper li {
    margin: 15px 0; }
.ser-page .service-wrapper li .icon-wrapper {
  width: 50px;
  height: 50px;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  transition: background 350ms; }
  .ser-page .service-wrapper li .icon-wrapper img {
    width: 25px; }
.ser-page .service-wrapper li h4 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  padding-top: 15px;
  color: #616161;
  transition: color 250ms; }
.ser-page .service-wrapper li p {
  clear: both; }
.ser-page .service-wrapper .ser-col {
  padding: 20px;
  border: 1px solid #f5f5f5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  transition: border-color 350ms; }
  .ser-page .service-wrapper .ser-col a {
    color: #777; }
  .ser-page .service-wrapper .ser-col:hover {
    border: 1px solid #ddd;
     }
    .ser-page .service-wrapper .ser-col:hover .icon-wrapper {
      background-color: #e53935; }
    .ser-page .service-wrapper .ser-col:hover h4 {
      color: #e53935; }

.ser-single .service-left h4 {
  margin: 20px 0;
  font-weight: 700;
  color: #383838;
  font-size: 24px; }
.ser-single .service-left .style-dot li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px; }
  .ser-single .service-left .style-dot li:before {
    content: '';
    height: 7px;
    width: 7px;
    background: #e53935;
    position: absolute;
    left: 0px;
    top: 35%;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px; }
.ser-single .service-left li {
  margin-bottom: 50px; }
  .ser-single .service-left li:last-child {
    margin-bottom: 0px; }
  .ser-single .service-left li .spec-list {
    margin-top: 20px; }
    .ser-single .service-left li .spec-list li {
      font-size: 16px;
      color: #616161;
      margin-top: 10px;
      margin-bottom: 0px; }
      .ser-single .service-left li .spec-list li i {
        color: #e53935;
        margin-right: 10px; }
.ser-single .service-right h3.right-heading {
  font-size: 24px;
  font-weight: 700;
  color: #383838;
  text-transform: uppercase;
  margin-bottom: 30px; }
.ser-single .service-right .service-contact {
  margin-top: 40px; }
  .ser-single .service-right .service-contact #gmap {
    height: 200px; }
.ser-single .service-category li {
  margin-bottom: 15px;
  cursor: pointer; }
  .ser-single .service-category li:hover a {
    color: #e53935; }
  .ser-single .service-category li:hover a > .icon-wrapper {
    background: #e53935; }
  .ser-single .service-category li:last-child {
    margin-bottom: 0px; }
  .ser-single .service-category li a {
    color: #616161;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase; }
    .ser-single .service-category li a .icon-wrapper {
      width: 50px;
      height: 50px;
      float: left;
      margin-right: 15px;
      margin-bottom: 0;
      transition: background 350ms; }
    .ser-single .service-category li a p {
      transition: color 350ms;
      line-height: 30px; }
.ser-single .service-lists {
  background: #f8f8f8;
  padding-top: 60px;
  padding-bottom: 45px; }
  .ser-single .service-lists .service-category ul li {
    float: left;
    width: 33.33%;
    box-sizing: border-box; }

/* ==========================================================================
    6.0 Quote css
   ========================================================================== */
.quote {
  background: #f8f8f8;
  position: relative;
  overflow: hidden; }
  .quote .form-quote {
    margin-top: 60px; }
    .quote .form-quote .form-control {
      height: 50px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px;
      border: 1px solid #e9e9e9;
      background-color: #f8f8f8; }
      .quote .form-quote .form-control.area-from {
        height: 150px; }
    .quote .form-quote .btn {
      text-transform: uppercase; }

.quote-page h3.quote-heading {
  font-size: 24px;
  color: #e53935;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 20px 0; }
.quote-page .form-quote {
  margin-top: 30px; }
  .quote-page .form-quote .form-group p {
    padding-bottom: 8px; }
    .quote-page .form-quote .form-group p:last-child {
      padding-bottom: 0; }
  .quote-page .form-quote .form-control {
    height: 50px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #e9e9e9;
    background-color: #f8f8f8; }
    .quote-page .form-quote .form-control.area-from {
      height: 150px; }
  .quote-page .form-quote h4:not(:first-child) {
    margin-top: 25px; }
  .quote-page .form-quote ul {
    margin-bottom: 5px; }
    .quote-page .form-quote ul:last-child {
      margin-bottom: 0px; }
  .quote-page .form-quote select {
    width: 100%;
    height: 50px;
    background: #f8f8f8;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #e9e9e9;
    padding-left: 10px; }
  .quote-page .form-quote input[type="checkbox"], .quote-page .form-quote input[type="radio"] {
    margin-right: 4px; }
  .quote-page .form-quote .btn {
    text-transform: uppercase;
    padding: 15px 40px;
    font-weight: 700; }

/* ==========================================================================
    7.0 Stat css
   ========================================================================== */
.statistics {
  background-position: center center;
  background-size: cover; }
  .statistics .overly {
    padding: 140px 0;
    min-height: 400px;
    background: rgba(0, 0, 0, 0.7); }
  .statistics .stat-wrapper {
    height: 100%;
    background: #f5f5f5;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px; }
  .statistics .stat-col {
    border-right: 1px solid #e3e3e3;
    padding: 40px 0 30px; }
    .statistics .stat-col:last-child {
      border-right: none; }
    .statistics .stat-col .stat-top i {
      margin-right: 15px;
      margin-top: -15px;
      font-size: 36px;
      color: #e53935; }
    .statistics .stat-col .stat-top .counter {
      font-family: 'montserrat';
      font-weight: 700;
      font-size: 36px;
      color: #383838; }
    .statistics .stat-col p {
      font-size: 16px;
      font-family: 'montserrat';
      font-weight: 400;
      margin-bottom: 0px; }

/* ==========================================================================
    8.0 Testimonial / Video css
   ========================================================================== */
.testi-video {
  padding-top: 80px; }
  .testi-video .meta-head {
    font-weight: 300;
    font-size: 24px;
    text-transform: uppercase; }

.testimonial-sec {
  padding-top: 80px; }
  .testimonial-sec:hover .carousel-indicators {
    opacity: 1; }
  .testimonial-sec .carousel-indicators {
    opacity: 0;
    bottom: 0;
    margin-top: 20px;
    transition: opacity 350ms; }
    .testimonial-sec .carousel-indicators li {
      background-color: #ccc;
      border: 0px; }
      .testimonial-sec .carousel-indicators li.active {
        background-color: #e53935; }
  .testimonial-sec .meta-head {
    font-weight: 300;
    font-size: 24px;
    text-transform: uppercase; }

.testimonial .carousel {
  margin-top: 40px; }
  .testimonial .carousel .item .testimonial-text {
    border: 1px solid #e8e8e8;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    padding: 40px 55px 55px 55px;
    position: relative;
    font-size: 14px;
    line-height: 22px; }
    .testimonial .carousel .item .testimonial-text:before {
      content: "";
      position: absolute;
      top: 25px;
      left: 18px;
      width: 26px;
      height: 22px;
      background: url("../image/icon-qoute.png") no-repeat;
      background-size: 26px auto; }
  .testimonial .carousel .item .profile {
    position: relative;
    margin-top: -30px;
    text-align: center; }
    .testimonial .carousel .item .profile img {
      width: 65px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px;
      border: 1px solid #e53935; }
    .testimonial .carousel .item .profile h5 {
      font-weight: 700;
      font-size: 16px;
      margin-top: 15px;
      margin-bottom: 5px; }
    .testimonial .carousel .item .profile h6 {
      font-weight: 400; }

.video-wrapper {
  position: relative;
  margin-top: 40px;
  padding-top: 56%; }
  .video-wrapper iframe {
    border: 1px solid #fbfbfb;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0; }

/* ==========================================================================
    9.0 Client logo css
   ========================================================================== */
.cl-logo .owl-item {
  border: 1px solid #f0f0f0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px; }

/* ==========================================================================
    10.0 Footer widget
   ========================================================================== */
.footer-widget {
  background: #383838;
  color: #f4f4f4;
  font-size: 14px;
  line-height: 24px; }
  .footer-widget a {
    color: #f4f4f4; }
    .footer-widget a:hover {
      color: #e53935; }
  .footer-widget h5.heading-col {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px; }
  .footer-widget .widget-container .footer-col .bottom-des.contact-des i {
    float: left;
    color: #747474;
    font-size: 24px;
    margin-top: 5px; }
  .footer-widget .widget-container .footer-col .bottom-des.contact-des span {
    margin-left: 40px;
    display: block; }
  .footer-widget .widget-container .footer-col .bottom-des.contact-des li {
    margin-bottom: 15px; }
  .footer-widget .widget-container .footer-col .bottom-des .about-des a {
    color: #747474;
    font-weight: 600; }
    .footer-widget .widget-container .footer-col .bottom-des .about-des a:hover {
      color: #e53935; }
  .footer-widget .widget-container .footer-col .bottom-des .subscribe {
    position: relative;
    margin-top: 25px; }
    .footer-widget .widget-container .footer-col .bottom-des .subscribe .form-control {
      background: #454545;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px;
      height: 50px;
      border: 0px;
      color: #f4f4f4; }
    .footer-widget .widget-container .footer-col .bottom-des .subscribe .submit {
      position: absolute;
      right: 15px;
      top: 17px;
      background: transparent url("../image/sub-btn.png") no-repeat;
      background-size: auto 14px;
      opacity: 0.4;
      width: 25px;
      height: auto;
      border: 0px;
      transition: opacity 350ms;
      text-indent: -9999em;
      overflow: hidden; }
      .footer-widget .widget-container .footer-col .bottom-des .subscribe .submit:hover {
        opacity: 1; }
  .footer-widget .widget-container .footer-col .bottom-des li {
    margin-bottom: 6px; }
    .footer-widget .widget-container .footer-col .bottom-des li:last-child {
      margin-bottom: 0px; }

/* ==========================================================================
    11.0 Copyright css
   ========================================================================== */
.copyright {
  background: #2f2f2f;
  padding: 25px 0;
  color: #fefefe; }
  .copyright span {
    font-size: 13px; }
    .copyright span a {
      color: #fff; }
      .copyright span a:hover {
        color: #e53935; }
  .copyright .social {
    float: right; }
    .copyright .social li {
      display: inline-block;
      margin-left: 20px; }
      .copyright .social li a {
        color: #fff;
        font-size: 16px; }
        .copyright .social li a:hover {
          color: #e53935; }

/* ==========================================================================
    12.0 Blog css
   ========================================================================== */
.blog .top-blog {
  position: relative;
  margin-bottom: 25px; }
  .blog .top-blog img {
    opacity: 1;
    transition: opacity 350ms; }
  .blog .top-blog a {
    display: block; }
    .blog .top-blog a:hover img {
      opacity: 0.7; }
  .blog .top-blog .blog-stat {
    position: absolute;
    bottom: 0;
    border-radius: 0 0 5px 5px;
    background: rgba(0, 0, 0, 0.8);
    padding: 23px 25px;
    width: 100%; }
    .blog .top-blog .blog-stat li {
      display: inline-block;
      font-size: 13px;
      margin-right: 40px; }
      .blog .top-blog .blog-stat li:last-child {
        margin-right: 0px; }
      .blog .top-blog .blog-stat li a {
        display: inline;
        color: #fff;
        transition: text-decoration 350ms; }
        .blog .top-blog .blog-stat li a:hover {
          text-decoration: underline; }
      .blog .top-blog .blog-stat li i {
        color: #e53935;
        margin-right: 10px;
        font-size: 16px; }
      .blog .top-blog .blog-stat li span {
        color: #fff; }
.blog .blog-list {
  margin-bottom: 60px; }
  .blog .blog-list:last-child {
    margin-bottom: 0px; }
  .blog .blog-list .blog-des h2, .blog .blog-list .blog-des h1 {
    font-size: 24px; }
    .blog .blog-list .blog-des h2 a, .blog .blog-list .blog-des h1 a {
      color: #616161; }
      .blog .blog-list .blog-des h2 a:hover, .blog .blog-list .blog-des h1 a:hover {
        color: #e53935; }
.blog .pagination {
  margin: 50px 0 -5px 0; }
  .blog .pagination li a {
    color: #383838;
    transition: 0.5s; }
  .blog .pagination > li > a:focus, .blog .pagination > li > a:hover, .blog .pagination > li > span:focus, .blog .pagination > li > span:hover, .blog .pagination > .active > a {
    background: #eee;
    border-color: #eee; }
.blog .right-blog h3.right-heading {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 40px 0 25px;
  color: #383838; }
.blog .right-blog .form-group {
  height: 50px;
  position: relative;
  border: 1px solid #e9e9e9;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px; }
  .blog .right-blog .form-group .form-control {
    height: 100%;
    background: #fafafa;
    font-size: 16px;
    border: 0px; }
  .blog .right-blog .form-group button.search-btn {
    position: absolute;
    right: 0px;
    height: 100%;
    top: 0px;
    background: #eee;
    width: 50px;
    color: #e53935;
    border: 0px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px; }
.blog .right-blog .blog-recent li {
  padding: 30px 0;
  border-bottom: 1px solid #e9e9e9;
  overflow: hidden; }
  .blog .right-blog .blog-recent li:first-child {
    padding-top: 0px; }
  .blog .right-blog .blog-recent li img {
    float: left;
    max-width: 100px;
    margin-right: 12px;
    height: auto;
    opacity: 1;
    transition: opacity 350ms;
    border-radius: 5px; }
  .blog .right-blog .blog-recent li p {
    font-size: 14px;
    line-height: 22px;
    margin-top: 2px; }
  .blog .right-blog .blog-recent li a {
    display: inline-block;
    color: #777; }
  .blog .right-blog .blog-recent li:hover a {
    color: #e53935; }
  .blog .right-blog .blog-recent li:hover img {
    opacity: 0.5; }
.blog .right-blog .tag ul.tag-list {
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 15px; }
  .blog .right-blog .tag ul.tag-list li {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px; }
    .blog .right-blog .tag ul.tag-list li a {
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px;
      padding: 7px 25px;
      font-size: 14px;
      line-height: 24px;
      color: #383838;
      border: 1px solid #e9e9e9;
      display: block; }
      .blog .right-blog .tag ul.tag-list li a:hover {
        background: #e9e9e9; }
.blog .right-blog .blog-contact #gmap {
  height: 200px; }

/* ==========================================================================
    13.0 Contact css
   ========================================================================== */
.contact h3.contact-heading {
  font-size: 24px;
  color: #e53935;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 20px 0; }
.contact .message .message-group .form-message {
  margin-top: 30px; }
  .contact .message .message-group .form-message .form-control {
    height: 36px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #e9e9e9;
    background-color: #f8f8f8; }
    .contact .message .message-group .form-message .form-control.area-from {
      height: 100px; }
  .contact .message .message-group .form-message .btn {
    text-transform: uppercase;
    padding: 15px 40px;
    font-weight: 700; }

.contact-page #gmap {
  height: 400px; }

/* ==========================================================================
    14.0 Responsive css
   ========================================================================== */
@media screen and (min-width: 1800px) {
  .section-pad {
    padding-top: 100px;
    padding-bottom: 100px; }

  .banner.carousel-fade {
    height: 900px; }
    .banner.carousel-fade .banner-content .banner-text {
      max-width: 620px;
      font-size: 18px; }
      .banner.carousel-fade .banner-content .banner-text h1, .banner.carousel-fade .banner-content .banner-text h2 {
        font-size: 2.7em; }
      .banner.carousel-fade .banner-content .banner-text p {
        margin: 30px 0; }
      .banner.carousel-fade .banner-content .banner-text .btn-banner {
        margin-top: 30px; } }
@media only screen and (max-width: 1200px) {
  body {
    font-size: 15px; }

  .navbar-custom .bottom-nav {
    padding: 10px 0; }
    .navbar-custom .bottom-nav .navbar-header .navbar-brand img {
      width: 144px;
      margin-top: 8px; }
    .navbar-custom .bottom-nav .navbar-nav > li > .dropdown-menu {
      top: 61px; }
  .navbar-custom .top-bar .contact {
    font-size: 13px; }

  .nav > li > a {
    padding: 10px; }

  .banner.carousel-fade {
    height: 540px; }
    .banner.carousel-fade .banner-content .banner-text {
      font-size: 14px; }

  .inner-page {
    height: 120px; }
    .inner-page .banner-text {
      padding-top: 165px; }
      .inner-page .banner-text h1.page-title {
        font-size: 36px; }
      .inner-page .banner-text p.page-breadcrumb {
        margin-top: 6px;
        font-size: 16px; }

  .call-action .overly h2, .call-action .overly h3 {
    font-size: 30px;
    line-height: 42px; }

  .img-wrapper {
    max-width: 410px; }

  .quote .form-quote {
    margin-top: 40px; }

  .about-us .tab-custom .nav-tabs li > a {
    padding: 20px 12px; }

  .ser-page .service-wrapper li h4 {
    font-size: 15px; }

  .blog .right-blog .blog-recent li p {
    line-height: 20px;
    margin-top: 0; }

  .section-heading {
    font-size: 24px; }

  .testi-video .meta-head {
    font-size: 20px; }

  .footer-widget {
    font-size: 12px;
    line-height: 22px; } }
@media only screen and (max-width: 991px) {
  body {
    font-size: 14px;
    line-height: 22px;
    -webkit-text-size-adjust: 100%; }

  .container {
    max-width: 720px; }

  .section-pad {
    padding-top: 60px;
    padding-bottom: 60px; }

  .service.section-pad {
    padding-top: 60px;
    padding-bottom: 25px; }

  .service .service-wrapper li h4 {
    margin: 20px 0 10px; }

  .res-m-bttm {
    margin-bottom: 40px; }

  .navbar-custom .bottom-nav .navbar-nav li a {
    font-size: 12px;
    padding: 16px 8px 14px; }
    .navbar-custom .bottom-nav .navbar-nav li a.btn {
      margin-left: 8px; }

  .about-us .tab-custom .nav-tabs li {
    width: 33.333%; }
    .about-us .tab-custom .nav-tabs li > a {
      padding: 10px 0; }

  .call-action .overly {
    padding: 100px 0; }
    .call-action .overly h2, .call-action .overly h3 {
      font-size: 24px;
      line-height: 32px; }
    .call-action .overly .btn {
      margin-top: 20px; }

  .form-m-bttm {
    margin-bottom: 15px; }

  .quote .quote-wrapper .form-quote, .service .service-wrapper {
    margin-top: 30px; }

  .statistics .overly {
    padding: 100px 0; }
  .statistics .stat-wrapper {
    padding: 20px 0 10px; }
  .statistics .stat-col {
    border-right: 0px;
    padding: 20px 0; }

  .about-us .about-text h2.focus-text {
    font-size: 40px; }

  .ser-page .service-wrapper li .icon-wrapper {
    float: none;
    margin: 0 auto; }
  .ser-page .service-wrapper li h4 {
    font-size: 14px; }
  .ser-page .service-wrapper .ser-col {
    padding: 15px 8px;
    text-align: center; }

  .ser-single .service-category li a {
    font-size: 12px; }
  .ser-single .service-right .service-category ul li a {
    font-size: 16px; }

  .right-blog {
    margin-top: 40px; }

  .blog .top-blog .blog-stat {
    padding: 12px 25px; }
  .blog .blog-wrapper li.blog-list {
    margin-bottom: 40px; }
  .blog .blog-wrapper .pagination {
    margin: 0 0 20px; }

  .message {
    margin-top: 40px; }

  .ser-single.single-2 img {
    margin: 25px 0; }
  .ser-single.single-2 .service-right .service-category ul li {
    width: 49%; }
  .ser-single.single-2 .service-left.m-serve {
    margin: 40px 0; }

  .testi-video, .testimonial-sec {
    padding-top: 60px; }

  .quote-page .contact-group {
    margin-top: 40px; }

  .banner.carousel-fade .banner-content .banner-text {
    max-width: 380px; }
  .banner.carousel-fade .carousel-control {
    display: none;
    opacity: 0; }

  .testimonial .carousel {
    padding-bottom: 30px; }
    .testimonial .carousel .item .testimonial-text {
      padding: 30px 30px 50px 60px; }
      .testimonial .carousel .item .testimonial-text p:first-child {
        margin-top: 0; }
    .testimonial .carousel .item .col-md-6 + .col-md-6 {
      margin-top: 40px; }
  .testimonial.no-dots .carousel {
    padding-bottom: 0; }

  .testimonial-sec .carousel-indicators {
    display: block;
    opacity: 1; }

  .content .col-md-6.npl + .pad-0 {
    margin-top: 25px; }
  .content .gaps.size-lg {
    height: 40px; }
  .content .list-style li:before {
    top: 1px; }

  .footer-widget {
    font-size: 14px;
    line-height: 24px; }
    .footer-widget h5.heading-col {
      margin-bottom: 12px; } }
@media only screen and (max-width: 767px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 100%; }

  .section-pad {
    padding-top: 40px;
    padding-bottom: 40px; }

  .service.section-pad {
    padding-top: 40px;
    padding-bottom: 40px; }

  .testimonial-sec, .testi-video {
    padding-top: 40px; }

  .about-us .featured-tabs {
    padding: 0;
    margin-top: -39px; }
  .about-us .tab-custom .tab-content {
    padding: 35px 15px 40px; }
  .about-us .tab-custom .nav-tabs li > a {
    font-size: 13px;
    line-height: 18px; }

  .abt-page .ser-col .col-sm-6 {
    float: left; }
    .abt-page .ser-col .col-sm-6 + .col-sm-6 {
      margin-top: 40px; }

  .inner-page {
    height: 90px; }
    .inner-page .banner-text {
      padding-top: 135px; }
      .inner-page .banner-text h1.page-title {
        font-size: 22px; }
      .inner-page .banner-text p.page-breadcrumb {
        font-size: 12px;
        margin-top: 8px; }

  .btn {
    padding: 14px 20px;
    font-size: 12px; }

  .content .npl + .pad-0 {
    margin-top: 25px; }

  .pad-xs-0 {
    padding: 0px; }

  .testi-video .meta-head {
    font-size: 22px; }

  .section-heading {
    font-size: 22px;
    margin-bottom: 18px; }

  .navbar-custom .bottom-nav {
    padding: 5px 0; }
    .navbar-custom .bottom-nav .navbar-nav {
      float: none;
      text-align: center;
      padding-bottom: 40px; }
      .navbar-custom .bottom-nav .navbar-nav li {
        border-bottom: 1px solid #efefef; }
        .navbar-custom .bottom-nav .navbar-nav li:last-child {
          border-bottom: 0; }
        .navbar-custom .bottom-nav .navbar-nav li a {
          padding-top: 10px;
          padding-bottom: 11px;
          font-size: 14px;
          font-weight: 700; }
          .navbar-custom .bottom-nav .navbar-nav li a.btn-quote {
            width: 150px;
            margin: 6px auto 0; }
        .navbar-custom .bottom-nav .navbar-nav li .dropdown-menu {
          position: static;
          background: none;
          opacity: 1;
          width: 100%;
          display: block;
          visibility: visible;
          box-shadow: none;
          text-align: center;
          float: none;
          border-top: 1px solid #efefef; }
          .navbar-custom .bottom-nav .navbar-nav li .dropdown-menu li a {
            font-size: 13px;
            color: inherit;
            font-weight: 400; }
            .navbar-custom .bottom-nav .navbar-nav li .dropdown-menu li a:hover {
              background: no-repeat;
              color: #e53935; }
    .navbar-custom .bottom-nav .navbar-header .navbar-brand img {
      width: 144px;
      margin-top: 8px; }
  .navbar-custom .top-bar {
    padding: 8px 0; }
    .navbar-custom .top-bar .contact .phone {
      margin-right: 0;
      font-weight: 600; }
    .navbar-custom .top-bar .social li {
      margin-left: 12px; }

  .banner.carousel-fade {
    height: 500px; }
    .banner.carousel-fade .banner-content .banner-text {
      font-size: 13px;
      line-height: 20px; }
      .banner.carousel-fade .banner-content .banner-text h1, .banner.carousel-fade .banner-content .banner-text h2 {
        font-size: 2em; }
      .banner.carousel-fade .banner-content .banner-text .btn-banner a {
        margin-bottom: 10px; }

  .ser-page .service-des-holder.row {
    margin-right: 0px;
    margin-left: 0px; }
  .ser-page .service-wrapper + .service-wrapper {
    margin-top: 20px; }
	.about-wrapper .pc { display:none;}
  .ser-page .service-wrapper li {
    margin: 10px 0; }
    .ser-page .service-wrapper li h4 {
      font-size: 16px; }
    .ser-page .service-wrapper li:last-child {
      margin-bottom: 0; }
    .ser-page .service-wrapper li .ser-col {
      padding: 20px 18px; }

  .ser-single .service-lists {
    padding-top: 40px;
    padding-bottom: 25px; }
    .ser-single .service-lists .service-category ul li {
      width: 50%;
      margin-bottom: 15px; }
  .ser-single .service-right .service-contact {
    margin-top: 40px; }
  .ser-single .service-right .service-category ul li {
    display: block;
    width: 100%; }
    .ser-single .service-right .service-category ul li:last-child {
      margin-bottom: 0; }

  .testimonial-sec .glyphicon-chevron-left {
    left: 10%; }
  .testimonial-sec .glyphicon-chevron-right {
    right: 10%; }

  .testimonial .carousel {
    margin-top: 25px; }

  .call-action .overly h2, .call-action .overly h3 {
    font-size: 30px;
    line-height: 36px; }

  .statistics .overly {
    padding: 40px 0; } }
@media only screen and (max-width: 480px) {
  body {
    min-width: 320px; }

  .about-us .about-text h2.focus-text {
    font-size: 24px; }

  .ser-single .service-lists .service-category ul li {
    width: 100%; }
    .ser-single .service-lists .service-category ul li a {
      font-size: 16px; }

  .banner.carousel-fade {
    height: 360px; }
    .banner.carousel-fade .banner-content .banner-text {
      font-size: 12px;
      line-height: 18px; }
      .banner.carousel-fade .banner-content .banner-text h1, .banner.carousel-fade .banner-content .banner-text h2 {
        font-weight: bold;
        font-size: 1.4em; }
      .banner.carousel-fade .banner-content .banner-text p {
        margin: 10px 0; }

  .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
    height: 45px;
    width: 45px;
    font-size: 24px; }

  .testi-video .meta-head {
    font-size: 18px; }

  .about-us .tab-custom .nav-tabs li > a {
    padding: 5px 15px 10px;
    min-height: 115px; }

  .call-action .overly {
    padding: 60px 0; }
    .call-action .overly h2, .call-action .overly h3 {
      font-size: 24px;
      line-height: 32px; }

  .blog .top-blog img {
    border-radius: 5px 5px 0 0; }
  .blog .top-blog .blog-stat {
    padding: 8px 15px;
    position: static; }
    .blog .top-blog .blog-stat li {
      font-size: 10px; }

  .contact-group {
    margin-bottom: 40px; }
    .contact-group:last-child {
      margin-bottom: 0; }

  .copyright {
    text-align: center; }
    .copyright .social {
      float: none;
      margin-top: 15px; } }
@media only screen and (max-width: 375px) {
  .about-us .tab-custom .nav-tabs li > a {
    min-height: 96px; }
    .about-us .tab-custom .nav-tabs li > a img {
      max-width: 40px;
      height: auto; }

  .banner.carousel-fade .banner-content .banner-text {
    font-size: 11px; }
    .banner.carousel-fade .banner-content .banner-text .btn-banner a {
      margin-right: 5px; } }
@media only screen and (max-width: 1280px) {
  /* parallax disable on ipad/iphone */
  .has-parallax {
    background-position: 50% 50% !important;
    background-attachment: scroll !important; } }

/*# sourceMappingURL=style.css.map */
