@import url("bootstrap-styles.css");

.car-navbar-light {
    background: transparent !important;
    position: absolute;
     top: 20px;
    left: 0;
    right: 0;
    z-index: 3; }
  @media (max-width: 991.98px) {
    .car-navbar-light {
      background: #000000 !important;
      position: relative;
      top: 0; } }
  .car-navbar-light .navbar-brand {
    color: #fff; }
    .car-navbar-light .navbar-brand span {
      color: #ed1b24; }
    @media (max-width: 991.98px) {
      .car-navbar-light .navbar-brand {
        color: #fff; } }
  @media (max-width: 991.98px) {
    .car-navbar-light .navbar-nav {
      padding-bottom: 10px; } }
  .car-navbar-light .navbar-nav > .enquiry-nav-btn{
    margin-right: 15px;
  }
  .car-navbar-light .navbar-nav > .enquiry-nav-btn > .nav-link {
    color: #fff;
    background: transparent;
    border-width: 2px;
    border-style: solid;
    border-color: #dddddd;
    position: relative;
    display: block;
    padding: 8px 15px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-align: center;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    margin: 0;
    border-radius: 25px;
    width: 100%; }
    
  .car-navbar-light .navbar-nav > .nav-item > .nav-link {
    font-size: 15px;
    padding-top: .9rem;
    padding-bottom: .9rem;
    padding-left: 20px;
    padding-right: 20px;
    color: #fff;
    font-weight: 400;
    opacity: 1 !important; }
    .car-navbar-light .navbar-nav > .nav-item > .nav-link:hover {
      color: #ed1b24; }
    @media (max-width: 991.98px) {
      .car-navbar-light .navbar-nav > .nav-item > .nav-link {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
        color: #fff; } }
  .car-navbar-light .navbar-nav > .nav-item .dropdown-menu {
    border: none;
    background: #fff;
    -webkit-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
    -moz-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
    box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41); }
  .car-navbar-light .navbar-nav > .nav-item.car-seperator {
    position: relative;
    margin-left: 20px;
    padding-left: 20px; }
    @media (max-width: 991.98px) {
      .car-navbar-light .navbar-nav > .nav-item.car-seperator {
        padding-left: 0;
        margin-left: 0; } }
    .car-navbar-light .navbar-nav > .nav-item.car-seperator:before {
      position: absolute;
      content: "";
      top: 10px;
      bottom: 10px;
      left: 0;
      width: 2px;
      background: rgba(255, 255, 255, 0.05); }
      @media (max-width: 991.98px) {
        .car-navbar-light .navbar-nav > .nav-item.car-seperator:before {
          display: none; } }
  .car-navbar-light .navbar-nav > .nav-item.cta > a {
    color: #fff;
    border: 1px solid #1089ff;
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 18px;
    padding-right: 18px;
    margin-top: 4px;
    background: #1089ff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px; }
    .car-navbar-light .navbar-nav > .nav-item.cta > a span {
      display: inline-block;
      color: #fff; }
    .car-navbar-light .navbar-nav > .nav-item.cta > a:hover {
      background: #1089ff;
      border: 1px solid #1089ff; }
  .car-navbar-light .navbar-nav > .nav-item.cta.cta-colored a {
    border: 1px solid #ed1b24;
    background: #ed1b24 !important; }
  .car-navbar-light .navbar-nav > .nav-item.active > a {
    color: #ed1b24; }
  @media (max-width: 991.98px) {
    .car-navbar-light .navbar-nav > .nav-item.active > a {
      color: #1089ff; } }
  .car-navbar-light .navbar-toggler {
    border: none;
    color: rgba(255, 255, 255, 0.5) !important;
    cursor: pointer;
    padding-right: 0;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .1em; }
    .car-navbar-light .navbar-toggler:hover, .car-navbar-light .navbar-toggler:focus {
      text-decoration: none;
      color: #1089ff;
      outline: none !important; }
  .car-navbar-light.scrolled {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    margin-top: -130px;
    background: #fff !important;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); }
    @media (max-width: 991.98px) {
      .car-navbar-light.scrolled .nav-item > .nav-link {
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-bottom: 0 !important; } }
    .car-navbar-light.scrolled .nav-item.active > a {
      color: #1089ff !important; }
    .car-navbar-light.scrolled .nav-item.cta > a {
      color: #fff !important;
      background: #1089ff;
      border: none !important;
      padding-top: 0.5rem !important;
      padding-bottom: .5rem !important;
      padding-left: 20px !important;
      padding-right: 20px !important;
      margin-top: 6px !important;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px; }
      .car-navbar-light.scrolled .nav-item.cta > a span {
        display: inline-block;
        color: #fff !important; }
    .car-navbar-light.scrolled .nav-item.cta.cta-colored span {
      border-color: #1089ff; }
    @media (max-width: 991.98px) {
      .car-navbar-light.scrolled .navbar-nav {
        background: none;
        border-radius: 0px;
        padding-left: 0rem !important;
        padding-right: 0rem !important; }
        .car-navbar-light .navbar-nav > .enquiry-nav-btn{
          margin-right: 0px;
    margin-top: 3px;
    margin-bottom: 7px;
          }
        .car-navbar-light .navbar-nav > .enquiry-nav-btn a{
          font-size: 10px;
          height: 35px;
          }
          .car-navbar-light .navbar-brand img{
            width: 150px;
            } }
    .car-navbar-light.scrolled .navbar-toggler {
      border: none;
      color: rgba(0, 0, 0, 0.5) !important;
      border-color: rgba(0, 0, 0, 0.5) !important;
      cursor: pointer;
      padding-right: 0;
      text-transform: uppercase;
      font-size: 16px;
      letter-spacing: .1em; }
    .car-navbar-light.scrolled .nav-link {
      padding-top: 0.3rem !important;
      padding-bottom: 0.3rem !important;
      color: #000000 !important; }
      .car-navbar-light.scrolled .nav-link.active {
        color: #1089ff !important; }
    .car-navbar-light.scrolled.awake {
      margin-top: 0px;
      -webkit-transition: .3s all ease-out;
      -o-transition: .3s all ease-out;
      transition: .3s all ease-out; }
    .car-navbar-light.scrolled.sleep {
      -webkit-transition: .3s all ease-out;
      -o-transition: .3s all ease-out;
      transition: .3s all ease-out; }
    .car-navbar-light.scrolled .navbar-brand {
      color: #000000; }

.navbar-brand {
  font-weight: 800;
  font-size: 20px;
  text-transform: uppercase; }

.hero-wrap {
  width: 100%;
  position: inherit;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center; }
  @media (max-width: 1199.98px) {
    .hero-wrap {
      background-position: center center !important; } }
  .hero-wrap .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    height: 100% !important;
    background: #060606c2; }
  @media (max-width: 991.98px) {
      .hero-wrap .overlay {
        height: 1150px; } }
  .hero-wrap.hero-wrap-2 {
    height: 300px !important;
    position: relative; }
    .hero-wrap.hero-wrap-2 .overlay {
      width: 100%;
      opacity: .3;
      height: 300px; }
    .hero-wrap.hero-wrap-2 .slider-text {
      height: 300px !important; }

.slider-text {
  height: 550px; }
  @media (max-width: 991.98px) {
    .slider-text {
      height: 1150px; } }
  .slider-text h1 {
    font-size: 44px;
    color: #fff;
    line-height: 1.1;
    font-weight: 700; }
    .slider-text h1 span {
      display: block; }
  .slider-text .icon-wrap .icon {
    width: 70px;
    height: 70px;
    background: #ed1b24;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
    .slider-text .icon-wrap .icon span {
      color: #fff; }
  .slider-text .icon-wrap .heading-title {
    position: relative; }
    .slider-text .icon-wrap .heading-title:after {
      position: absolute;
      top: 50%;
      left: -40px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      content: '';
      width: 30px;
      height: 2px;
      background: #fff; }
    .slider-text .icon-wrap .heading-title span {
      font-family: "Poppins", Arial, sans-serif;
      color: #fff; }
  .slider-text p {
    line-height: 1.5;
    color: white; }
  .slider-text .breadcrumbs {
    font-size: 14px;
    margin-bottom: 20px;
    z-index: 99;
    text-transform: uppercase;
    font-weight: 500; }
    .slider-text .breadcrumbs span {
      color: rgba(255, 255, 255, 0.7); }
      .slider-text .breadcrumbs span i {
        color: rgba(255, 255, 255, 0.5);
        font-size: 13px; }
      .slider-text .breadcrumbs span a {
        color: rgba(255, 255, 255, 0.7); }
        .slider-text .breadcrumbs span a:hover, .slider-text .breadcrumbs span a:focus {
          color: #1089ff; }
          .slider-text .breadcrumbs span a:hover i, .slider-text .breadcrumbs span a:focus i {
            color: #1089ff; }
  .slider-text .bread {
    font-weight: 400 !important;
    position: relative;
    line-height: .8; }

.request-form {
  background: #fff;
  padding: 30px;
  z-index: 1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 5px 12px -1px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 5px 12px -1px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 5px 12px -1px rgba(0, 0, 0, 0.06); }
  .request-form h2 {
    color: #fff;
    font-size: 22px;
    font-weight: 600; }
  .request-form p {
    color: rgba(255, 255, 255, 0.8); }
  .request-form .form-group {
    position: relative;
    width: 100%;
    display: block; }
    .request-form .form-group .icon {
      position: absolute;
      top: 50% !important;
      right: 0;
      font-size: 16px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      border: 1px solid red; }
      .request-form .form-group .icon span {
        color: rgba(0, 0, 0, 0.3) !important; }
    .request-form .form-group .select-wrap, .request-form .form-group .input-wrap {
      position: relative; }
      .request-form .form-group .select-wrap select, .request-form .form-group .input-wrap select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none; }
    .request-form .form-group .btn {
      width: 100%;
      display: block !important; }
  .request-form label.label {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600; }
  .request-form .form-control {
    border: transparent !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    height: 40px !important;
    background: transparent !important;
    color: rgba(255, 255, 255, 0.7) !important;
    font-size: 12px;
    border-radius: 0px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
    .request-form .form-control::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: rgba(255, 255, 255, 0.7); }
    .request-form .form-control::-moz-placeholder {
      /* Firefox 19+ */
      color: rgba(255, 255, 255, 0.7); }
    .request-form .form-control:-ms-input-placeholder {
      /* IE 10+ */
      color: rgba(255, 255, 255, 0.7); }
    .request-form .form-control:-moz-placeholder {
      /* Firefox 18- */
      color: rgba(255, 255, 255, 0.7); }
    .request-form .form-control:focus, .request-form .form-control:active {
      border-color: #fff; }
  .request-form textarea.form-control {
    height: inherit !important; }

.owl-carousel {
  position: relative; }
  .owl-carousel .owl-item {
    opacity: .4; }
    .owl-carousel .owl-item.active {
      opacity: 1; }
  .owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%; }
    .owl-carousel .owl-nav .owl-prev,
    .owl-carousel .owl-nav .owl-next {
      position: absolute;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      margin-top: -10px;
      color: #1089ff !important;
      -moz-transition: all 0.7s ease;
      -o-transition: all 0.7s ease;
      -webkit-transition: all 0.7s ease;
      -ms-transition: all 0.7s ease;
      transition: all 0.7s ease;
      opacity: 0; }
      .owl-carousel .owl-nav .owl-prev span:before,
      .owl-carousel .owl-nav .owl-next span:before {
        font-size: 30px; }
    .owl-carousel .owl-nav .owl-prev {
      left: 0; }
    .owl-carousel .owl-nav .owl-next {
      right: 0; }
  .owl-carousel .owl-dots {
    text-align: center; }
    .owl-carousel .owl-dots .owl-dot {
      width: 10px;
      height: 10px;
      margin: 5px;
      border-radius: 50%;
      background: #e6e6e6;
      position: relative; }
      
      .owl-carousel .owl-dots .owl-dot.active {
        background: #b3b3b3; }
  .owl-carousel:hover .owl-nav .owl-prev,
  .owl-carousel:hover .owl-nav .owl-next {
    opacity: 1; }
  .owl-carousel:hover .owl-nav .owl-prev {
    left: -25px; }
  .owl-carousel:hover .owl-nav .owl-next {
    right: -25px; }

.owl-custom-nav {
  float: right;
  position: relative;
  z-index: 10;
  border: 1px solid red; }
  .owl-custom-nav .owl-custom-prev,
  .owl-custom-nav .owl-custom-next {
    padding: 10px;
    font-size: 30px;
    background: #ccc;
    line-height: 0;
    width: 60px;
    text-align: center;
    display: inline-block; }

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }


  .owl-carousel.home-slider {
    position: relative;
    height: 600px;
    z-index: 0; }
    .owl-carousel.home-slider .slider-item {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      height: 600px;
      position: relative;
      z-index: 0; }
      @media (max-width: 1199.98px) {
        .owl-carousel.home-slider .slider-item {
          background-position: center center !important; } }
      .owl-carousel.home-slider .slider-item .overlay {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: #000000;
        opacity: .3; }
      .owl-carousel.home-slider .slider-item .slider-text {
        height: 600px; }
        @media (max-width: 767.98px) {
          .owl-carousel.home-slider .slider-item .slider-text {
            text-align: center; } }
        .owl-carousel.home-slider .slider-item .slider-text .subheading {
          color: #fff;
          font-weight: 700;
          font-size: 40px;
          margin-bottom: 20px; }
        .owl-carousel.home-slider .slider-item .slider-text .text {
          position: relative; }
        .owl-carousel.home-slider .slider-item .slider-text h1 {
          text-transform: uppercase;
          font-size: 44px;
          color: #fff;
          line-height: 1.2;
          font-weight: 700;
          letter-spacing: 10px; }
          .owl-carousel.home-slider .slider-item .slider-text h1 span {
            color: #ffd615;
            position: relative; }
          @media (max-width: 991.98px) {
            .owl-carousel.home-slider .slider-item .slider-text h1 {
              font-size: 40px; } }
        .owl-carousel.home-slider .slider-item .slider-text p {
          font-weight: 400;
          font-size: 18px;
          line-height: 1.5;
          color: rgba(255, 255, 255, 0.9); }
        .owl-carousel.home-slider .slider-item .slider-text .breadcrumbs {
          text-transform: uppercase;
          font-size: 13px;
          letter-spacing: 1px; }
          .owl-carousel.home-slider .slider-item .slider-text .breadcrumbs span {
            border-bottom: 2px solid rgba(255, 255, 255, 0.1); }
            .owl-carousel.home-slider .slider-item .slider-text .breadcrumbs span a {
              color: #fff; }
    .owl-carousel.home-slider .owl-nav {
      position: absolute;
      top: 100%;
      width: 100%; }
      .owl-carousel.home-slider .owl-nav .owl-prev,
      .owl-carousel.home-slider .owl-nav .owl-next {
        position: absolute;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        margin-top: -10px;
        outline: none !important;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
        opacity: 0; }
        .owl-carousel.home-slider .owl-nav .owl-prev span:before,
        .owl-carousel.home-slider .owl-nav .owl-next span:before {
          font-size: 30px;
          color: rgba(255, 255, 255, 0.5);
          -moz-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          -webkit-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          transition: all 0.3s ease; }
        .owl-carousel.home-slider .owl-nav .owl-prev:hover span:before, .owl-carousel.home-slider .owl-nav .owl-prev:focus span:before,
        .owl-carousel.home-slider .owl-nav .owl-next:hover span:before,
        .owl-carousel.home-slider .owl-nav .owl-next:focus span:before {
          color: #fff; }
      .owl-carousel.home-slider .owl-nav .owl-prev {
        left: 50%;
        margin-left: -80px; }
      .owl-carousel.home-slider .owl-nav .owl-next {
        right: 50%;
        margin-right: -80px; }
    .owl-carousel.home-slider:hover .owl-nav .owl-prev,
    .owl-carousel.home-slider:hover .owl-nav .owl-next {
      opacity: 1; }
    .owl-carousel.home-slider:hover .owl-nav .owl-prev {
      left: 50%;
      margin-left: -80px; }
    .owl-carousel.home-slider:hover .owl-nav .owl-next {
      right: 50%;
      margin-right: -80px; }
    .owl-carousel.home-slider .owl-dots {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 60px;
      width: 100%;
      text-align: center; }
      .owl-carousel.home-slider .owl-dots .owl-dot {
        width: 10px;
        height: 10px;
        margin: 5px;
        border-radius: 50%;
        background: #ec3323; }
        .owl-carousel.home-slider .owl-dots .owl-dot.active {
          background: #fff; }

.bg-light {
  background: #f8f9fa !important; }

.bg-primary {
  background: #1089ff; }

.btn {
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font-size: 15px; }
  .btn:hover, .btn:active, .btn:focus {
    outline: none; }
  .btn.btn-primary {
    background: #1089ff !important;
    border: 1px solid #1089ff !important;
    color: #fff !important; }
    .btn.btn-primary:hover {
      border: 1px solid #1089ff;
      background: transparent;
      color: #1089ff; }
    .btn.btn-primary.btn-outline-primary {
      border: 1px solid #1089ff;
      background: transparent;
      color: #1089ff; }
      .btn.btn-primary.btn-outline-primary:hover {
        border: 1px solid transparent;
        background: #1089ff;
        color: #fff; }
  .btn.btn-secondary {
    margin-left: 0px !important;
    background: #ed1b24 !important;
    border: 1px solid #ed1b24 !important;
    color: #fff !important; }
    .btn.btn-secondary:hover {
      border: 1px solid #ed1b24;
      background: transparent;
      color: #ed1b24; }
    .btn.btn-secondary.btn-outline-secondary {
      border: 1px solid #ed1b24;
      background: transparent;
      color: #ed1b24; }
      .btn.btn-secondary.btn-outline-secondary:hover {
        border: 1px solid transparent;
        background: #ed1b24;
        color: #fff; }
  .btn.btn-outline-white {
    border-color: rgba(255, 255, 255, 0.8);
    background: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    border-width: 1px;
    color: #fff; }
    .btn.btn-outline-white:hover, .btn.btn-outline-white:focus, .btn.btn-outline-white:active {
      background: #fff;
      border-color: #fff;
      color: #1089ff; }
  .btn.btn-black {
    background: #000000 !important;
    border: 1px solid #000000 !important;
    color: #fff !important; }
    .btn.btn-black:hover {
      border: 1px solid #1089ff;
      background: transparent;
      color: #1089ff; }
    .btn.btn-black.btn-outline-black {
      border: 1px solid #f0f0f0 !important;
      background: transparent !important;
      color: #000000 !important; }
      .btn.btn-black.btn-outline-black:hover {
        border: 1px solid #1089ff !important;
        background: #1089ff !important;
        color: #fff !important; }

.search-wrap-1 {
  padding: 4em 0;
  position: relative; }
  @media (max-width: 767.98px) {
    .search-wrap-1 {
      margin-top: 3em; } }
  .search-wrap-1 h2 {
    font-weight: 600; }

.carousel-car-1 .car-wrap:hover{

}

.car-wrap {
  margin-bottom: 40px;
  -webkit-box-shadow: 0px 5px 12px -1px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 5px 12px -1px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 5px 12px -1px rgba(0, 0, 0, 0.06);
  background: #fff; }
  .car-wrap .img {
    width: 100%;
    height: 220px; }
  .car-wrap .text {
    border-top: none;
    padding: 20px 30px 30px; }
    .car-wrap .text .price {
      color: #797070;
      margin-bottom: 0;
      font-weight: 600; }
      .car-wrap .text .price span {
        margin-left: 5px;
        font-size: 12px;
        font-weight: 400;
        color: #797070; }
    .car-wrap .text h2 {
      font-size: 20px;
      font-weight: 500; }
      .car-wrap .text h2 a {
        color: #000000; }
    .car-wrap .text span.cat {
      font-weight: 400;
      color: #707070;
      display: block;
      margin-bottom: 0; }
    .car-wrap .text p.d-block {
      width: 100%; }
      .car-wrap .text p.d-block a {
        width: 50%; }

.car-car-details .services .media-body .icon span {
  color: #1089ff; }

.car-car-details .services .media-body .text h3 {
  font-size: 14px !important;
  color: rgba(0, 0, 0, 0.4); }
  .car-car-details .services .media-body .text h3 span {
    display: block;
    color: #000000; }

.car-details .img {
  width: 100%;
  height: 600px;
  margin-bottom: 40px; }

.car-details span.subheading {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  color: rgba(0, 0, 0, 0.4);
  display: block; }

.nav-pills {
  font-size: 18px;
  font-weight: 400;
  display: inline-block; }
  .nav-pills li {
    display: inline-block; }
    .nav-pills li a {
      margin-right: 2px;
      color: rgba(0, 0, 0, 0.4) !important; }
      .nav-pills li a.active {
        color: #1089ff !important;
        background: transparent !important; }

.pills {
  margin-top: 40px; }
  .pills .tab-pane {
    padding: 2em;
    border-top: 1px solid rgba(0, 0, 0, 0.1); }
  .pills .features {
    margin: 0;
    padding: 0; }
    .pills .features li {
      list-style: none; }
      .pills .features li span {
        font-size: 20px;
        margin-right: 15px; }
      .pills .features li.check span {
        color: #ed1b24; }
      .pills .features li.remove span {
        color: red; }
  .pills .head {
    font-size: 18px;
    margin-bottom: 30px;
    font-weight: 600; }
  .pills .review {
    width: 100%;
    margin-bottom: 30px; }
    .pills .review .user-img {
      width: 80px;
      height: 80px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%; }
    .pills .review .desc {
      width: calc(100% - 100px);
      margin-left: 30px; }
      .pills .review .desc h4 {
        width: 100%;
        margin-bottom: 10px; }
        .pills .review .desc h4 span {
          width: 49%;
          display: inline-block; }
          .pills .review .desc h4 span:first-child {
            font-size: 16px; }
          .pills .review .desc h4 span:last-child {
            font-size: 13px;
            color: #b3b3b3; }
      .pills .review .desc .star {
        width: 100%; }
        .pills .review .desc .star span {
          width: 49%;
          display: inline-block; }
        .pills .review .desc .star i {
          color: #ed1b24; }
        .pills .review .desc .star .reply {
          padding: 2px 10px;
          background: #f0f0f0;
          -webkit-border-radius: 2px;
          -moz-border-radius: 2px;
          -ms-border-radius: 2px;
          border-radius: 2px; }
          .pills .review .desc .star .reply i {
            color: gray;
            font-size: 12px; }
  .pills .wrap {
    padding: 2em;
    background: #fafafa; }
  .pills .rating-wrap {
    width: 100%;
    display: block; }
    .pills .rating-wrap .star {
      display: block;
      width: 100%; }
      .pills .rating-wrap .star:last-child {
        margin-bottom: 0; }
      .pills .rating-wrap .star span {
        display: inline-block;
        color: #b3b3b3; }
        .pills .rating-wrap .star span i {
          color: #1089ff; }
        .pills .rating-wrap .star span:first-child {
          width: 62%; }
        .pills .rating-wrap .star span:last-child {
          width: 32%; }

.car-list {
  overflow-x: scroll; }

.table {
  min-width: 1000px !important;
  width: 100%; }
  .table th {
    font-weight: 500; }
  .table .thead-primary {
    background: transparent; }
    .table .thead-primary tr th {
      padding: 30px 10px;
      color: #fff !important;
      border: 1px solid transparent !important; }
      .table .thead-primary tr th.heading {
        border-right: 1px solid #fff !important;
        position: relative; }
        .table .thead-primary tr th.heading:last-child {
          border-right: none !important; }
        .table .thead-primary tr th.heading:after {
          position: absolute;
          bottom: -10px;
          left: 0;
          right: 0;
          content: '';
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 10px 100px 0 100px;
          border-color: #1089ff transparent transparent transparent;
          margin: 0 auto;
          z-index: 1; }
      .table .thead-primary tr th.bg-black:after {
        border-color: #000000 transparent transparent transparent; }
      .table .thead-primary tr th.bg-dark:after {
        border-color: #343a40 transparent transparent transparent; }
  .table tbody tr td {
    vertical-align: middle;
    padding: 30px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important; }
    .table tbody tr td.car-image .img {
      display: block;
      width: 180px;
      height: 100px;
      margin: 0 auto; }
    .table tbody tr td.product-name h3 {
      font-size: 18px; }
    .table tbody tr td.product-name .rated span {
      color: #ed1b24; }
      .table tbody tr td.product-name .rated span:nth-child(1) {
        color: #000000; }
      .table tbody tr td.product-name .rated span:last-child {
        color: rgba(0, 0, 0, 0.1); }
    .table tbody tr td.price {
      text-align: center !important;
      background: rgba(0, 0, 0, 0.05);
      border-right: 1px solid #fff;
      border-bottom: 1px solid #fff !important;
      position: relative;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .table tbody tr td.price:last-child {
        border-left: none; }
      .table tbody tr td.price h3 {
        position: relative; }
        .table tbody tr td.price h3 small {
          position: absolute;
          top: 0;
          left: -10px;
          font-size: 14px; }
        .table tbody tr td.price h3 span.num {
          color: #1089ff;
          font-size: 20px;
          position: relative; }
        .table tbody tr td.price h3 span.per {
          font-size: 14px;
          color: rgba(0, 0, 0, 0.4); }
      .table tbody tr td.price .subheading {
        font-size: 14px; }
      .table tbody tr td.price .btn-custom {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        opacity: 0;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
        z-index: 1; }
        .table tbody tr td.price .btn-custom a {
          padding: 7px 20px;
          display: inline-block;
          background: #1089ff;
          color: #fff;
          -webkit-border-radius: 5px;
          -moz-border-radius: 5px;
          -ms-border-radius: 5px;
          border-radius: 5px;
          -webkit-box-shadow: -10px 10px 25px -15px rgba(0, 0, 0, 0.17);
          -moz-box-shadow: -10px 10px 25px -15px rgba(0, 0, 0, 0.17);
          box-shadow: -10px 10px 25px -15px rgba(0, 0, 0, 0.17); }
      .table tbody tr td.price .price-rate {
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .table tbody tr td.price:hover.price {
        background: #ed1b24; }
      .table tbody tr td.price:hover .btn-custom {
        opacity: 1; }
      .table tbody tr td.price:hover .price-rate {
        opacity: 0; }

.car-about {
  position: relative;
  z-index: 0; }
  /*.car-about:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: #ed1b24;
    z-index: -2;
    width: 63%; }*/
    @media (max-width: 767.98px) {
      .car-about:after {
        width: 100%; } }

@media (max-width: 767.98px) {
  .img-2 {
    height: 600px;
    margin-bottom: 40px; } }

#about-services{
  
}
.services-wrap {
  padding: 4em 3em;
  background: #fff;
  -webkit-box-shadow: 0px 5px 12px -1px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0px 5px 12px -1px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 5px 12px -1px rgba(0, 0, 0, 0.03); }
  .services-wrap .heading-section {
    font-size: 24px;
    font-weight: 600; }

.services .icon {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.05);
  margin: 0 auto;
  margin-bottom: 20px; }
  .services .icon span {
    font-size: 40px;
    color: #1089ff; }

.services h3 {
  font-size: 20px;
  font-weight: 500; }

.services.services-2 .icon {
  width: 110px;
  height: 110px;
  border: none; }
  .services.services-2 .icon span {
    color: #fff; }

.car-intro {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  overflow: hidden;
  z-index: 0; }
  @media (min-width: 768px) {
    .car-intro .overlay {
      position: absolute;
      top: -120px;
      left: -100px;
      right: 0;
      bottom: -120px;
      width: 40%;
      content: '';
      opacity: 1;
      background: #ed1b24;
      -ms-transform: rotate(20deg);
      /* IE 9 */
      -webkit-transform: rotate(20deg);
      /* Safari 3-8 */
      transform: rotate(20deg); } }
  .car-intro:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: #000000;
    z-index: -2;
    opacity: .3; }

.car-section-parallax {
  position: relative; }
  .car-section-parallax .heading-section-white h2 {
    font-weight: 400 !important; }

.car-degree-bg {
  position: relative; }
  

.aside-stretch {
  background: #43a2ff; }
  .aside-stretch:after {
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 0;
    content: '';
    width: 360%;
    background: #43a2ff; }
  @media (max-width: 767.98px) {
    .aside-stretch {
      background: transparent; }
      .aside-stretch:after {
        background: transparent;
        display: none; } }

.form-control {
  height: 52px !important;
  background: #fff !important;
  color: #000000 !important;
  font-size: 18px;
  border-radius: 5px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }
  .form-control:focus, .form-control:active {
    border-color: #000000; }

textarea.form-control {
  height: inherit !important; }

.car-vh-100 {
  height: 100vh; }
  @media (max-width: 1199.98px) {
    .car-vh-100 {
      height: inherit;
      padding-top: 5em;
      padding-bottom: 5em; } }

.car-animate {
  opacity: 0;
  visibility: hidden; }

.bg-primary {
  background: #1089ff !important; }

.bg-black {
  background: #000000; }

.media-custom {
  background: #fff; }
  .media-custom .media-body .name {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 0;
    color: #1089ff; }
  .media-custom .media-body .position {
    font-size: 13px;
    color: #d9d9d9; }

.about-author .desc h3 {
  font-size: 24px; }

.car-section {
  padding: 6em 0;
  position: relative;
   }
  @media (max-width: 767.98px) {
    .car-section {
      padding: 6em 0; } }

.car-no-pt {
  padding-top: 0; }

.car-no-pb {
  padding-bottom: 0; }

.car-bg-dark {
  background: #3c312e; }

.car-footer {
  font-size: 16px;
  background: #000;
 }
  .car-footer .logo {
    text-transform: uppercase;
    font-weight: 700;
    color: #fff; }
    .car-footer .logo span {
      color: #ed1b24; }
  .car-footer .car-footer-widget h2 {
    font-weight: normal;
    color: #fff;
    margin-bottom: 18px;
    font-size: 20px;
    font-weight: 400; }
  .car-footer .car-footer-widget ul li a {
    color: rgba(255, 255, 255, 0.8); }
    .car-footer .car-footer-widget ul li a span {
      color: #fff; }
  .car-footer .car-footer-widget .btn-primary {
    background: #fff !important;
    border: 2px solid #fff !important; }
    .car-footer .car-footer-widget .btn-primary:hover {
      background: #fff;
      border: 2px solid #fff !important; }
  .car-footer p {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7); }
  .car-footer a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px; }
    .car-footer a:hover {
      color: #fff; }
  .car-footer .car-heading-2 {
    font-size: 17px;
    font-weight: 400;
    color: #000000; }

.car-footer-social li {
  list-style: none;
  margin: 0 10px 0 0;
  display: inline-block; }
  .car-footer-social li a {
    height: 50px;
    width: 50px;
    display: block;
    float: left;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    position: relative; }
    .car-footer-social li a span {
      position: absolute;
      font-size: 26px;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .car-footer-social li a:hover {
      color: #fff; }

.footer-small-nav > li {
  display: inline-block; }
  .footer-small-nav > li a {
    margin: 0 10px 10px 0; }
    .footer-small-nav > li a:hover, .footer-small-nav > li a:focus {
      color: #1089ff; }

.media .car-icon {
  width: 100px; }
  .media .car-icon span {
    color: #1089ff; }

.car-media {
  background: #fff;
  border-radius: 0px; }
  .car-media .heading {
    font-weight: normal; }
  .car-media.car-media-shadow {
    padding: 40px;
    background: #fff;
    -webkit-box-shadow: 0 10px 50px -15px rgba(0, 0, 0, 0.3);
    box-shadow: 0 10px 50px -15px rgba(0, 0, 0, 0.3);
    -webkit-transition: .2s all ease;
    -o-transition: .2s all ease;
    transition: .2s all ease;
    position: relative;
    top: 0; }
    .car-media.car-media-shadow:hover, .car-media.car-media-shadow:focus {
      top: -3px;
      -webkit-box-shadow: 0 10px 70px -15px rgba(0, 0, 0, 0.3);
      box-shadow: 0 10px 70px -15px rgba(0, 0, 0, 0.3); }
  .car-media .icon {
    font-size: 50px;
    display: block;
    color: #1089ff; }
  .car-media.text-center .car-icon {
    margin: 0 auto; }

.car-overflow-hidden {
  overflow: hidden; }

.padding-top-bottom {
  padding-top: 120px;
  padding-bottom: 120px; }


@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(16, 137, 255, 0.4); }
  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(16, 137, 255, 0); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(16, 137, 255, 0); } }

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(16, 137, 255, 0.4);
    -webkit-box-shadow: 0 0 0 0 rgba(16, 137, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(16, 137, 255, 0.4); }
  70% {
    -moz-box-shadow: 0 0 0 30px rgba(16, 137, 255, 0);
    -webkit-box-shadow: 0 0 0 30px rgba(16, 137, 255, 0);
    box-shadow: 0 0 0 30px rgba(16, 137, 255, 0); }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(16, 137, 255, 0);
    -webkit-box-shadow: 0 0 0 0 rgba(16, 137, 255, 0);
    box-shadow: 0 0 0 0 rgba(16, 137, 255, 0); } }

.heading-section .subheading {
  font-size: 18px;
  display: block;
  margin-bottom: 5px;
  color: #ed1b24;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase; }

.heading-section h2 {
  font-size: 40px;
  font-weight: 600; }
  @media (max-width: 767.98px) {
    .heading-section h2 {
      font-size: 28px; } }

.heading-section.heading-section-white .subheading {
  color: #000000; }

.heading-section.heading-section-white h2 {
  font-size: 40px;
  }

.heading-section.heading-section-white p {
  color: rgba(0, 0, 0, 0.8); }

.img,
.blog-img,
.user-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.testimony-section {
  position: relative; }
  .testimony-section .owl-carousel {
    margin: 0; }
  .testimony-section .owl-carousel .owl-stage-outer {
    padding: 1em 0 2em 0;
    position: relative; }
  .testimony-section .owl-nav {
    position: absolute;
    top: 100%;
    width: 100%; }
    .testimony-section .owl-nav .owl-prev,
    .testimony-section .owl-nav .owl-next {
      position: absolute;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      margin-top: -10px;
      outline: none !important;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      transition: all 0.3s ease;
      opacity: 0; }
      .testimony-section .owl-nav .owl-prev span:before,
      .testimony-section .owl-nav .owl-next span:before {
        font-size: 30px;
        color: rgba(0, 0, 0, 0.5);
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .testimony-section .owl-nav .owl-prev:hover span:before, .testimony-section .owl-nav .owl-prev:focus span:before,
      .testimony-section .owl-nav .owl-next:hover span:before,
      .testimony-section .owl-nav .owl-next:focus span:before {
        color: #fff; }
    .testimony-section .owl-nav .owl-prev {
      left: 50%;
      margin-left: -80px; }
    .testimony-section .owl-nav .owl-next {
      right: 50%;
      margin-right: -80px; }
  .testimony-section:hover .owl-nav .owl-prev,
  .testimony-section:hover .owl-nav .owl-next {
    opacity: 1; }
  .testimony-section:hover .owl-nav .owl-prev {
    left: 50%;
    margin-left: -80px; }
  .testimony-section:hover .owl-nav .owl-next {
    right: 50%;
    margin-right: -80px; }
  .testimony-section .owl-dots {
    text-align: center; }
    .testimony-section .owl-dots .owl-dot {
      width: 10px;
      height: 10px;
      margin: 5px;
      border-radius: 50%;
      background: rgba(0, 0, 0, 0.1); }
      .testimony-section .owl-dots .owl-dot.active {
        background: #ed1b24; }

.testimony-wrap {
  display: block;
  position: relative;
  background: white;
  padding: 0 20px; }
  .testimony-wrap .user-img {
    width: 200px;
    height: 200px;
    position: relative;
    margin: 0 auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
  .testimony-wrap .name {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 0;
    color: #000000; }
  .testimony-wrap .position {
    font-size: 16px;
    color: #1089ff; }

@media (max-width: 767.98px) {
  .about-image {
    height: 400px;
    margin-bottom: 30px; } }

.image-popup {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1; }

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8; }

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0; }

#section-counter {
  position: relative;
  z-index: 0; }
  #section-counter:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: '';
    z-index: -1;
    opacity: 0;
    background: #000000; }

.car-counter {
  position: relative; }
  .car-counter .overlay {
    position: absolute;
    width: 27%;
    top: 0;
    left: 0;
    bottom: 0;
    content: '';
    opacity: 0;
    background: #1089ff; }
    @media (min-width: 992px) {
      .car-counter .overlay {
        opacity: .3; } }
  .car-counter .text strong.number {
    font-weight: 300;
    font-size: 50px;
    color: #ed1b24; }
  .car-counter .text span {
    display: block;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.7);
    margin-bottom: 10px;
    line-height: 1.2;
    padding-left: 15px;
    margin-bottom: 0; }
  @media (max-width: 767.98px) {
    .car-counter .counter-wrap {
      margin-bottom: 20px; } }

.block-20 {
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  display: block;
  width: 100%;
  height: 270px; }
  .block-20.img {
    height: 700px;
    border-radius: 5px; }

.blog-entry {
  overflow: hidden;
  width: 100%; }
  @media (min-width: 768px) {
    .blog-entry {
      margin-bottom: 30px; } }
  @media (max-width: 767.98px) {
    .blog-entry {
      margin-bottom: 30px; } }
  .blog-entry .text {
    position: relative;
    width: 100%;
    margin: 0 auto; }
    .blog-entry .text .heading {
      font-size: 20px;
      margin-bottom: 16px;
      font-weight: 500; }
      .blog-entry .text .heading a {
        color: #000000; }
        .blog-entry .text .heading a:hover, .blog-entry .text .heading a:focus, .blog-entry .text .heading a:active {
          color: #1089ff; }
  .blog-entry .meta > div {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500; }
    .blog-entry .meta > div a {
      color: #1089ff; }
      .blog-entry .meta > div a:hover {
        color: #666666; }
  .blog-entry .btn-custom {
    text-transform: uppercase;
    color: #000000;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px; }

.block-23 ul {
  padding: 0; }
  .block-23 ul li, .block-23 ul li > a {
    display: table;
    line-height: 1.5;
    margin-bottom: 15px; }
  .block-23 ul li span {
    color: rgba(255, 255, 255, 0.7); }
  .block-23 ul li .icon, .block-23 ul li .text {
    display: table-cell;
    font-size: 13px;
    vertical-align: top; }
  .block-23 ul li .icon {
    width: 40px;
    font-size: 18px;
    padding-top: 2px;
    color: white; }

.block-6 .media-body p {
  font-size: 16px; }

.block-27 ul {
  padding: 0;
  margin: 0; }
  .block-27 ul li {
    display: inline-block;
    margin-bottom: 4px;
    font-weight: 400; }
    .block-27 ul li a, .block-27 ul li span {
      color: #1089ff;
      text-align: center;
      display: inline-block;
      width: 40px;
      height: 40px;
      line-height: 40px;
      border-radius: 50%;
      border: 1px solid #e6e6e6; }
    .block-27 ul li.active a, .block-27 ul li.active span {
      background: #1089ff;
      color: #fff;
      border: 1px solid transparent; }

.contact-section .contact-info p {
  font-weight: 600;
  color: #000000;
  margin-bottom: 0; }
  .contact-section .contact-info p a {
    color: #1a1a1a; }
  .contact-section .contact-info p span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #999999; }

.contact-section .contact-info .icon {
  margin-top: 10px; }
  .contact-section .contact-info .icon span {
    font-size: 20px;
    color: #1089ff; }

@media (min-width: 992px) {
  .contact-section .contact-info .border-height {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1); } }

.contact-section .contact-form {
  width: 100%; }

.block-9 h2 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 40px; }

.block-9 .form-control {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font-size: 15px; }

.block-21 .blog-img {
  display: block;
  height: 80px;
  width: 80px; }

.block-21 .text {
  width: calc(100% - 100px); }
  .block-21 .text .heading {
    font-size: 16px; }
    .block-21 .text .heading a {
      color: #000000; }
      .block-21 .text .heading a:hover, .block-21 .text .heading a:active, .block-21 .text .heading a:focus {
        color: #1089ff; }
  .block-21 .text .meta > div {
    display: inline-block;
    font-size: 12px;
    margin-right: 5px; }
    .block-21 .text .meta > div a {
      color: gray; }

/* Blog*/
.post-info {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  letter-spacing: .1em; }
  .post-info > div {
    display: inline-block; }
    .post-info > div .seperator {
      display: inline-block;
      margin: 0 10px;
      opacity: .5; }

.tagcloud a {
  text-transform: uppercase;
  display: inline-block;
  padding: 4px 10px;
  margin-bottom: 7px;
  margin-right: 4px;
  border-radius: 4px;
  color: #000000;
  border: 1px solid #ccc;
  font-size: 11px; }
  .tagcloud a:hover {
    border: 1px solid #000; }

.comment-form-wrap {
  clear: both; }

.comment-list {
  padding: 0;
  margin: 0; }
  .comment-list .children {
    padding: 50px 0 0 40px;
    margin: 0;
    float: left;
    width: 100%; }
  .comment-list li {
    padding: 0;
    margin: 0 0 30px 0;
    float: left;
    width: 100%;
    clear: both;
    list-style: none; }
    .comment-list li .vcard {
      width: 80px;
      float: left; }
      .comment-list li .vcard img {
        width: 50px;
        border-radius: 50%; }
    .comment-list li .comment-body {
      float: right;
      width: calc(100% - 80px); }
      .comment-list li .comment-body h3 {
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 0; }
      .comment-list li .comment-body .meta {
        text-transform: uppercase;
        font-size: 13px;
        letter-spacing: .1em;
        color: #1089ff;
        display: inline-block;
        margin-bottom: 20px; }
      .comment-list li .comment-body .reply {
        padding: 5px 10px;
        background: #1089ff;
        color: #fff;
        text-transform: uppercase;
        font-size: 11px;
        letter-spacing: .1em;
        font-weight: 400;
        border-radius: 4px; }
        .comment-list li .comment-body .reply:hover {
          color: #fff;
          background: black; }

.search-form .form-group {
  position: relative; }
  .search-form .form-group input {
    padding-right: 50px;
    font-size: 14px; }

.search-form .icon {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.subscribe-form .form-group {
  position: relative;
  margin-bottom: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }
  .subscribe-form .form-group input {
    background: white !important;
    border: 1px solid rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, 0.7) !important;
    font-size: 16px;
    border-radius: 5px 0px 0px 5px; }
    .subscribe-form .form-group input::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: rgba(0, 0, 0, 0.7) !important; }
    .subscribe-form .form-group input::-moz-placeholder {
      /* Firefox 19+ */
      color: rgba(0, 0, 0, 0.7) !important; }
    .subscribe-form .form-group input:-ms-input-placeholder {
      /* IE 10+ */
      color: rgba(0, 0, 0, 0.7) !important; }
    .subscribe-form .form-group input:-moz-placeholder {
      /* Firefox 18- */
      color: rgba(0, 0, 0, 0.7) !important; }
  .subscribe-form .form-group .submit {
    color: #fff !important;
    background: #006fdc !important;
    border-radius: 0px 5px 5px 0px;
    font-size: 16px; }
    .subscribe-form .form-group .submit:hover {
      cursor: pointer; }

.subscribe-form .icon {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.8); }

.sidebar-wrap {
  margin-bottom: 60px; }
  .sidebar-wrap .heading {
    font-size: 18px;
    text-transform: uppercase; }
  .sidebar-wrap .fields {
    width: 100%;
    position: relative; }
    .sidebar-wrap .fields .form-control {
      -webkit-box-shadow: none !important;
      box-shadow: none !important;
      border: transparent;
      background: #fff !important;
      color: #4d4d4d !important;
      border: 1px solid #e6e6e6;
      font-size: 14px;
      width: 100%;
      height: 52px !important;
      padding: 10px 20px;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      border-radius: 0; }
      .sidebar-wrap .fields .form-control::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #4d4d4d; }
      .sidebar-wrap .fields .form-control::-moz-placeholder {
        /* Firefox 19+ */
        color: #4d4d4d; }
      .sidebar-wrap .fields .form-control:-ms-input-placeholder {
        /* IE 10+ */
        color: #4d4d4d; }
      .sidebar-wrap .fields .form-control:-moz-placeholder {
        /* Firefox 18- */
        color: #4d4d4d; }
    .sidebar-wrap .fields .icon {
      position: absolute;
      top: 50%;
      right: 30px;
      font-size: 14px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      color: rgba(0, 0, 0, 0.7); }
      @media (max-width: 767.98px) {
        .sidebar-wrap .fields .icon {
          right: 10px; } }
    .sidebar-wrap .fields .select-wrap {
      position: relative; }
      .sidebar-wrap .fields .select-wrap select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none; }
  .sidebar-wrap .form-group .btn {
    width: 100%;
    display: block !important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px; }

.sidebar-box {
  margin-bottom: 30px;
  padding: 25px;
  font-size: 15px;
  width: 100%;
  float: left;
  background: #fff; }
  .sidebar-box *:last-child {
    margin-bottom: 0; }
  .sidebar-box h3 {
    font-size: 18px;
    margin-bottom: 15px; }

.categories li, .sidelink li {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dee2e6;
  list-style: none; }
  .categories li:last-child, .sidelink li:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0; }
  .categories li a, .sidelink li a {
    display: block;
    color: #1a1a1a; }
    .categories li a span, .sidelink li a span {
      position: absolute;
      right: 0;
      top: 0;
      color: #ccc; }
  .categories li.active a, .sidelink li.active a {
    color: #000000;
    font-style: italic; }

#car-loader {
  position: fixed;
  width: 96px;
  height: 96px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  border-radius: 16px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .2s ease-out, visibility 0s linear .2s;
  -o-transition: opacity .2s ease-out, visibility 0s linear .2s;
  transition: opacity .2s ease-out, visibility 0s linear .2s;
  z-index: 1000; }

#car-loader.fullscreen {
  padding: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  background-color: #fff;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

#car-loader.show {
  -webkit-transition: opacity .4s ease-out, visibility 0s linear 0s;
  -o-transition: opacity .4s ease-out, visibility 0s linear 0s;
  transition: opacity .4s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1; }

#car-loader .circular {
  -webkit-animation: loader-rotate 2s linear infinite;
  animation: loader-rotate 2s linear infinite;
  position: absolute;
  left: calc(50% - 24px);
  top: calc(50% - 24px);
  display: block;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

#car-loader .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: loader-dash 1.5s ease-in-out infinite;
  animation: loader-dash 1.5s ease-in-out infinite;
  stroke-linecap: round; }

@-webkit-keyframes loader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes loader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px; } }

@keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px; } }
