﻿@charset "utf-8";
/* CSS Document */
.cgt2{    margin-top: 0%;
    margin-left: -13px;}
.tyr{margin-bottom:10%!important;}
.cp-why-choose-text li{list-style-type: square;}
.cp-why-choose-text h1{ font-size: 26px;
    line-height: 45px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 0 10px;
    color: #a42d71;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #a42d71;}
.cgt p{line-height: 0px!important;font-size: 15px!important;}
.cgt1 p{font-size: 15px!important;}
.cgt2 p{font-size: 14px!important;
    line-height: 0px !important; 
    margin: 12px !important;}
.get-in-touch {
    width: 100%;
    float: left;
    text-align: center;
    padding: 20px;
    background: black;
    border-top: 2px solid #747874;
}
.get-in-touch p {text-align:center;}
    .get-in-touch h2, .get-in-touch h3, .get-in-touch p {
        color: #fff;
    }
.callus-top {margin-left:236px;     margin-top: -52px; color:#222; font-size:16px;}

@media screen and (max-width: 600px) {
    .callus-top {width:100%; text-align:center; margin:0px;}
    .airport-tranfer-box {width:100% !important; margin-top: 20px !important;}
    .outstation-box {width:100% !important; margin-top: 20px !important; margin-left:0% !important;}
    .packages-box {width:100% !important; margin-top: 20px !important; margin-left:0% !important;}
    .tab {width:100%;}
    .book-now1 {width:98%;}
    .cp-testimonial-section {height: 650px !important;}
    .book-now2 {width:100%; margin-left:0px !important;}
    .container {padding-right:0px; padding-left:0 !important;}
    .tab button.active {width: 100% !important;}
    .tab1 button {width: 100%;}
    .book-page1 {width:100% !important;}
    .book-now2 {width:100% !important;}
    .get-in-touch {margin:20px 0 !important;}
    .pd-tb50 {padding: 50px 20px !important;}
    .cp-get-in-outer {padding-left: 10px !important; padding-right: 10px !important;}
    .styling1 input {width: 100% !important;}
    .book-page1 {width:100% !important;}
    .tabcontent {width: 106% !important; margin-left: -2.5% !important;}
    
}


body {
  font-family: 'exo 2',sans-serif;
  font-size: 14px;
  line-height: 14px;
  color: #444;
  margin: 0;
  padding: 0;
  background-color: #f4f4f4;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'exo 2',sans-serif;
  font-weight: 500;
  line-height: 1;
  margin: 0 0 15px;
  color: #000;
  clear: both;
}

  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #000;
  }

h1 {
  font-size: 60px;
}

h2 {
  font-size: 48px;
}

h3 {
  font-size: 36px;
  font-weight: 500;
}

h4 {
  font-size: 20px;
  font-weight: 700;
}

h5 {
  font-size: 20px;
}

body p {
  font-family: 'exo 2',sans-serif;
  font-size: 18px;
  line-height: 22px;
  margin: 0;
  color: #444;
  margin-top: 10px;
  text-align: justify;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#wrapper li {
 list-style: none;
    display: inline-flex;
    margin-top: 3px;
}

#wrapper a:hover, #wrapper a:focus {
  text-decoration: none;
  outline: 0;
}

.cp-heading-style1, .cp-heading-style2 {
  float: left;
  width: 100%;
  margin: 0 0 25px;
  text-align: center;
  position: relative;
}

  .cp-heading-style1 h2, .cp-heading-style2 h2 {
    font-size: 48px;
    line-height: 32px;
    font-weight: 300;
    color: #000;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0 70px;
  }

    .cp-heading-style1 h2 span {
      color: #000;
    }

    .cp-heading-style2 h2, .cp-heading-style2 h2 span {
      color: #fff;
    }

      .cp-heading-style1 h2 span, .cp-heading-style2 h2 span {
        font-weight: 900;
      }

      .cp-heading-style1 h2:before, .cp-heading-style1 h2:after, .cp-heading-style2 h2:before, .cp-heading-style2 h2:after {
        content: '';
        background: url(/Content/img/heading-before-img.png) top left no-repeat;
        width: 40px;
        height: 30px;
        position: absolute;
        left: 0;
        top: 16px;
      }

     

a.cp-btn-style1, a.cp-btn-style2 {
  font-family: 'exo 2',sans-serif;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  color: #fff;
  display: inline-block;
  text-align: center;
  padding: 11px 20px;
  min-width: 130px;
  position: relative;
  overflow: hidden;
  z-index: 11;
  text-decoration: none;
  border-bottom: 5px solid #942a2a;
  float: right;
}

a.cp-btn-style2 {
  border-bottom-color: #facd63;
}

a.cp-btn-style1:hover {
  color: #fff;
  border-bottom-color: #facd63;
}

a.cp-btn-style2:hover {
  color: #fff;
  border-bottom-color: #942a2a;
}

a.cp-btn-style1:before, a.cp-btn-style2:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 0;
  left: 0;
  top: 0;
  z-index: -1;
}

a.cp-btn-style1:hover:before, a.cp-btn-style2:hover:before {
  height: 100%;
}

a.cp-btn-style1:after, a.cp-btn-style2:after {
  content: '';
  width: 100%;
  height: 0%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.cp-thumb {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 11;
}

  .cp-thumb img {
    width: 100%;
    height: auto;
	    border-radius: 10px;
  }

  .cp-thumb:hover img {
    -webkit-transform: scale(1.1) rotate(3deg);
    -moz-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    -o-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

figure {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
}

  figure figcaption {
    float: left;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
  }

.pd-tb50 {
  padding: 50px 0;
}

.pd-t50 {
  padding-top: 50px;
}

.pd-b50 {
  padding-bottom: 50px;
}

#wrapper .owl-theme .owl-controls {
  margin: 0;
}

#wrapper {
  float: left;
  width: 100%;
}

.cp_header {
  float: left;
  width: 100%;
  z-index:9;
  position: absolute;
}

.cp-navigation-row {
  float: left;
  width: 100%;
  padding: 30px 0;
  position: relative;
}

.top-index {
  float: left !important;
  margin-bottom: 22px !important;
}

.cp-topbar {
  float: right;
  margin-bottom: 22px;
}

  .cp-topbar .top-listed {
    float: left;
  }

.top-listed {
  padding: 0;
  margin: 0;
}

  .top-listed > li {
    font-size: 14px;
    color: #8c8c8c;
    display: inline-block;
    padding: 0 20px;
    position: relative;
  }

    .top-listed > li + li:before {
      content: '-';
      color: #8c8c8c;
      font-size: 14px;
      position: absolute;
      left: -5px;
    }

  .top-listed li a {
    color: #8c8c8c;
  }

  .top-listed .dropdown {
    float: none;
    display: inline-block;
  }

    .top-listed .dropdown .caret {
      color: #7c7c7c;
      margin-left: 5px;
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-top: 6px dashed;
    }

    .top-listed .dropdown .btn-default {
      border: 1px 0;
      color: #8c8c8c;
      padding: 0;
      background-color: transparent;
    }

      .top-listed .dropdown .btn-default .fa {
        margin-left: 5px;
      }

    .top-listed .dropdown .dropdown-menu {
      padding: 5px 0;
      margin-left: 0;
      min-width: 120px;
    }

      .top-listed .dropdown .dropdown-menu li {
        border-bottom: 1px solid #ccc;
      }

        .top-listed .dropdown .dropdown-menu li:last-child {
          border-bottom: 0;
        }

#wrapper .top-listed .btn-default:active, #wrapper .top-listed .btn-default.active, #wrapper .top-listed .open > .dropdown-toggle.btn-default {
  background-color: transparent;
}

.top-listed .dropdown .dropdown-menu a {
  padding: 5px 10px;
}

.top-listed .dropdown.opne .btn-default:focus, .top-listed .dropdown.opne .btn-default {
  background-color: transparent;
}

.cp-topbar .tp-num {
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
  float: right;
  padding-left: 30px;
}

.cp-nav-index {
  float: right;
  margin-top: -45px !important;
}

.cp-nav-holder {
  float: right;
}

  .cp-nav-holder .navbar {
    min-height: auto;
  }

  .cp-nav-holder .navbar-inverse {
    background-color: transparent;
    border: 0;
    margin: 0;
  }

    .cp-nav-holder .navbar-inverse #navbar {
      padding: 0;
      margin: 0;
      float: left;
    }

  .cp-nav-holder .navbar-nav {
    padding: 0;
    margin: 0;
  }

    .cp-nav-holder .navbar-nav li {
      position: relative;
    }

    .cp-nav-holder .navbar-nav > li {
      display: inline-block;
      list-style: none;
      position: relative;
    }

      .cp-nav-holder .navbar-nav > li > a {
        display: inline-block;
        padding: 10px 15px;
      }

      .cp-nav-holder .navbar-nav > li > a {
        padding:;
      }

    .cp-nav-holder .navbar-nav li a {
      font-family: 'exo 2',sans-serif;
      font-weight: 400;
      font-size: 14px;
      line-height: 14px;
      color: #fff;
      text-decoration: none;
      padding: 8px 10px;
      display: block;
    }

    .cp-nav-holder .navbar-nav > li > a {
      padding: 6px;
    }

  .cp-nav-holder .navbar-inverse .navbar-nav > li > a {
    color: #fff;
    border: 1px solid transparent;
  }

  .cp-nav-holder .navbar-nav li:hover > ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  .cp-nav-holder .navbar-nav li a .fa {
    font-size: 12px;
    margin-left: 7px;
  }

  .cp-nav-holder .navbar-nav > li > ul {
    top: 100%;
  }

  .cp-nav-holder .navbar-nav li ul {
    position: absolute;
    min-width: 200px;
    z-index: 999;
    border: 0;
    border-radius: 0;
    background-color: #fff;
    border-top: 3px solid;
    opacity: 0;
    visibility: hidden;
    display: block;
    padding: 10px 0 15px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }

    .cp-nav-holder .navbar-nav li ul li a {
      color: #444;
    }

    .cp-nav-holder .navbar-nav li ul ul {
      left: 250px;
      top: -13px;
    }

    .cp-nav-holder .navbar-nav li ul li:hover ul {
      left: 205px;
      opacity: 1;
      visibility: visible;
    }

  .cp-nav-holder .nav-right-listed {
    float: right;
    padding: 0;
    margin: 0;
    margin-right: -80px;
  }

    .cp-nav-holder .nav-right-listed > li {
      font-size: 16px;
      padding: 0 9px;
      margin: 8px 0 0 5px;
      display: inline-block;
      color: #fff;
      border-left: 1px solid #ccc;
    }

      .cp-nav-holder .nav-right-listed > li > a {
        color: #fff;
      }

      .cp-nav-holder .nav-right-listed > li:first-child {
        padding-left: 0;
        border-left: 0;
      }

      .cp-nav-holder .nav-right-listed > li:last-child {
        padding-right: 0;
      }

    .cp-nav-holder .nav-right-listed #search-push {
      cursor: pointer;
    }

#cp-slide-menu {
  margin-right: -300px;
  right: 0;
  top: 0;
  width: 300px;
  background: #222;
  position: fixed;
  height: 100%;
  z-index: 1000;
  color: #fff;
}

#cp_side-menu #cp-close-btn {
  float: right;
  position: relative;
  margin-bottom: 40px;
}

  #cp_side-menu #cp-close-btn a {
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 999;
  }

#cp-close-btn a .fa {
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 100%;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0,0,0,.5);
  text-align: center;
  color: #0f0f0f;
}

.cp_side-navigation {
  position: absolute;
  top: 0;
  width: 300px;
  list-style: none;
  margin: 0;
  padding: 0;
}

  .cp_side-navigation #close a {
    text-align: right;
    padding: 15px 20px 30px;
  }

  .cp_side-navigation li {
    line-height: 40px;
    width: 100%;
    border-bottom: 1px solid #333;
  }

    .cp_side-navigation li:first-child a {
      padding: 13px 0;
    }

    .cp_side-navigation li a {
      font-family: roboto,sans-serif;
      font-size: 14px;
      font-weight: 400;
      color: #fff;
      display: block;
      padding: 12px 10px 12px 50px;
    }

      .cp_side-navigation li a:hover, .cp_side-navigation li a:focus {
        text-decoration: none;
      }

    .cp_side-navigation li:hover a {
      text-decoration: none;
    }

  .cp_side-navigation .dropdown-menu {
    position: static;
    width: 100%;
    background: 0 0;
    border: 0;
    box-shadow: none;
  }

    .cp_side-navigation .dropdown-menu .dropdown .caret {
      float: right;
      margin-left: 10px;
      border-left: 6px solid;
      border-right: 6px solid;
    }

    .cp_side-navigation .dropdown-menu > li {
      border-bottom: 1px solid #333;
    }

      .cp_side-navigation .dropdown-menu > li:last-child {
        border-bottom: 0;
      }

    .cp_side-navigation .dropdown-menu li a {
      padding: 6px 10px 6px 60px;
      line-height: 30px;
      color: #fff;
    }

  .cp_side-navigation .navbar-nav .open .dropdown-menu > li > a, .cp_side-navigation .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 6px 10px 6px 60px;
  }

  .cp_side-navigation .dropdown-menu > li:hover a {
    padding-left: 70px;
  }

  .cp_side-navigation .dropdown a .fa {
    margin-left: 20px;
    color: #888;
  }

#cp-slide-search {
  width: 0;
  position: fixed;
  height: 60px;
  z-index: 99999;
  color: #222;
  background-color: #fff;
  box-shadow: 0 0 3px #ccc;
}

  #cp-slide-search form input[type=text] {
    font-size: 18px;
    color: #222;
    width: 90%;
    float: left;
    height: 60px;
    border: 0;
    line-height: 60px;
    padding: 0;
  }

  #cp-slide-search form button {
    font-size: 24px;
    float: right;
    color: #fff;
    min-width: 80px;
    border: 0;
    height: 60px;
    line-height: 60px;
    padding: 0 10px;
    text-align: center;
  }

.cp_banner {
height: 576px;
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 0px !important;
    top: 77px;
 
}
/*.cp_banner:after{
    content:'';
    position:absolute;
    height:300px;
    background:url() top left no-repeat;
    background-size:cover;
    width:100%;
    left:0;
    bottom:-40px;
    z-index:11;
    display:none
}*/
#cp_banner-slider {
  float: left;
  width: 100%;
  position: relative;
}

  #cp_banner-slider .cp-banner-caption {
    position: absolute;
    width: 100%;
    float: left;
    bottom: 100px;
    left: 0;
  }

.cp_banner .banner-title {
  font-family: 'exo 2',sans-serif;
  font-size: 60px;
  line-height: 60px;
  font-weight: 800;
  text-transform: uppercase;
  margin: 50px 0 10px;
  display: block;
  text-shadow: 0 3px 3px #000;
  text-align: right;
}

.cp_banner h2 {
  font-size: 36px;
  line-height: 30px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 30px;
  text-align: right;
}

.cp_banner .cp-btn-style1 {
  padding: 12px 25px;
  z-index:99999 !important;
}

#cp_banner-slider .owl-controls {
  position: absolute;
  top: 50%;
  right: 40px;
  text-align: inherit;
  z-index: 99;
}

#cp_banner-slider .owl-dots .owl-dot {
  display: none !important;
}

  #cp_banner-slider .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px 0;
    background-color: #999;
    border: 2px solid #fff;
    display: inline-block;
  }

.cp_inner-banner {
  float: left;
  width: 100%;
  position: relative;
}

  .cp_inner-banner > img {
    width: 100%;
    height: auto;
  }

.cp-inner-banner-holder {
  float: left;
  width: 100%;
  position: absolute;
  bottom: 50px;
  z-index: 12;
}

  .cp-inner-banner-holder h2 {
    font-size: 35px;
    font-weight: 300;
    float: left;
    margin: 0 0 0px;
    color: #fff;
    text-transform: uppercase;
  }

  .cp-inner-banner-holder .breadcrumb {
    float: right;
    width: auto;
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    margin: 0;
  }

    .cp-inner-banner-holder .breadcrumb > li {
      font-size: 18px;
      font-weight: 600;
    }

      .cp-inner-banner-holder .breadcrumb > li + li::before {
        font-size: 18px;
        content: "/ ";
        padding: 0 4px;
      }

.cp_inner-banner .animate-bus {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 11;
}

.animate-bus {
  width: 230px;
  height: 98px;
  -webkit-transition: all 3s ease-in-out;
  -moz-transition: all 3s ease-in-out;
  -ms-transition: all 3s ease-in-out;
  -o-transition: all 3s ease-in-out;
  transition: all 3s ease-in-out;
  -webkit-animation: animate 7s ease-in-out 2s infinite;
  -moz-animation: animate 7s ease-in-out 2s infinite;
  -ms-animation: animate 7s ease-in-out 2s infinite;
  -o-animation: animate 7s ease-in-out 2s infinite;
  animation: animate 7s ease-in-out 2s infinite;
}

@keyframes animate {
  0% {
    -webkit-transform: translateX(10%);
    -moz-transform: translateX(10%);
    -ms-transform: translateX(10%);
    transform: translateX(10%);
  }

  30% {
    -webkit-transform: translateX(150%);
    -moz-transform: translateX(150%);
    -ms-transform: translateX(150%);
    transform: translateX(150%);
  }

  50% {
    -webkit-transform: translateX(500%);
    -moz-transform: translateX(500%);
    -ms-transform: translateX(500%);
    transform: translateX(500%);
  }

  100% {
    -webkit-transform: translateX(1000%);
    -moz-transform: translateX(1000%);
    -ms-transform: translateX(100%);
    transform: translateX(1000%);
  }
}

@-webkit-keyframes animate {
  0% {
    -webkit-transform: translateX(10%);
    -moz-transform: translateX(10%);
    -ms-transform: translateX(10%);
    transform: translateX(10%);
  }

  30% {
    -webkit-transform: translateX(150%);
    -moz-transform: translateX(150%);
    -ms-transform: translateX(150%);
    transform: translateX(150%);
  }

  50% {
    -webkit-transform: translateX(500%);
    -moz-transform: translateX(500%);
    -ms-transform: translateX(500%);
    transform: translateX(500%);
  }

  100% {
    -webkit-transform: translateX(1000%);
    -moz-transform: translateX(1000%);
    -ms-transform: translateX(100%);
    transform: translateX(1000%);
  }
}

#cp-inner-map {
  float: left;
  width: 100%;
  height: 800px;
}

#cp-main-content {
  float: left;
  width: 100%;
  position: relative;
}

.cp-booking-section {
  float: left;
  width: 100%;
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #fff;
}

  .cp-booking-section.cp-booking-section2 {
    background-color: #f4f4f4;
    padding-bottom: 50px;
    padding-top: 50px;
  }

.cp-booking-form-outer {
  float: left;
  box-shadow: 0 0 9px rgba(125,158,179,.57);
  padding: 15px 0px 0px 0px;
  background-color: white;
  width: 100%;
  margin-left:0px;
  margin-top: 0px;
}

  .cp-booking-form-outer .first-col {
    width: 70%;
    float: left;
  }

  .cp-booking-form-outer .second-col {
    width: 28%;
    float: left;
    margin-top: -30px;
  }

.booking-inner-holder {
  float: left;
  width: 100%;
  margin: 0 0 20px;
}

.booking-inner-holder2 {
  min-width: 260px;
  width: auto;
  margin: 0 20px 30px 0;
}

  .booking-inner-holder2:last-child {
    margin-right: 0;
  }

.booking-inner-holder label, .booking-check-box span {
  font-size: 15px;
  font-weight: 700;
  color: #000;
  display: block;
  margin: 0 0 22px;
}

.booking-inner-holder > select {
  width: 95%;
  height: 45px;
  line-height: 20px;
  padding: 5px 10px;
  border: 2px solid #0f000021;
  background: url(http://html.crunchpress.com/taxigo/images/select-img.png) no-repeat right 15px;
  background-position: 240px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  color: black;
}

.booking-inner select, .booking-inner input[type=text] {
  width: 100%;
  height: 46px !important;
  line-height: 20px !important;
  border-radius: 0px;
}

.booking-check-box {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

  .booking-check-box label {
    font-size: 14px;
    font-weight: 400;
    color: #444;
    display: block;
    margin-bottom: 15px;
  }

    .booking-check-box label input[type=checkbox] {
      margin: 0 10px 0 0;
    }

.booking-date {
  float: left;
  width: 100%;
}

  .booking-date .inner {
    text-align: center;
    width: 58px;
    float: left;
    margin-right: -12px;
    margin-bottom: 15px;
  }

  .booking-date .inner2 {
    width: auto;
    margin-top: 0px;
    margin-left: 10px;
  }

  .booking-date input[type=text], .booking-date select {
    font-size: 14px;
    color: #444;
    width: 32px;
    height: 24px;
    line-height: 28px;
    text-align: center;
    margin-bottom: 10px;
    border: 1px solid #ced6dc;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
  }

  .booking-date select {
    background: url(http://html.crunchpress.com/taxigo/images/select-img.png) no-repeat right 15px;
    background-position: 40px;
    color: black;
  }

.inner span {
  color: black;
}

.booking-date .inner .fa {
  font-size: 24px;
}

.cp-booking-form-outer .cp-btn-style1 {
  font-family: 'exo 2',sans-serif;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  color: #fff;
  display: inline-block;
  text-align: center;
  padding: 13px 20px;
  max-width: 150px;
  margin-bottom: 10px;
  margin-top: 17px;
  position: relative;
  overflow: hidden;
  z-index: 11;
  border: 0;
  box-shadow: none;
  text-decoration: none;
  border-bottom: 5px solid #e77d7d;
}

  .cp-booking-form-outer .cp-btn-style1:hover {
    border-bottom-color: #facd63;
  }

.cp-booking-form-outer2 {
  width: 100%;
  margin: 0 auto;
  clear: both;
  overflow: hidden;
  float: none;
  padding: 40px 150px;
  background-color: #fff;
}

.cp-booking-outer {
  float: left;
  width: 100%;
}

.cp-booking-form-outer2 .booking-check-box {
  margin-top: 20px;
}
.flexClass
{
	display:flex;
}

.cp-taxi-section {
  
    background: url(/Content/img/testimonials-bg-img1.jpg);
   padding-top: 0%;
}

.cp-tabs-holder .nav-tabs {
  float: left;
  width: 100%;
  border: 0;
  text-align: center;
  margin: 0 0 30px;
}

  .cp-tabs-holder .nav-tabs > li {
    float: none;
    margin: 0;
    display: inline-block;
    border: 0;
  }

    .cp-tabs-holder .nav-tabs > li a {
      font-size: 20px;
      font-weight: 700;
      line-height: 20px;
      color: #000;
      padding: 8px 17px;
      border-radius: 0;
    }

    .cp-tabs-holder .nav-tabs > li.active > a, .cp-tabs-holder .nav-tabs > li.active > a:hover, .cp-tabs-holder .nav-tabs > li.active > a:focus {
      border: 0;
      box-shadow: 0 0 5px rgba(125,158,1730,.1);
      background-color: #fff;
    }

.cp-taxi-holder {
  float: left;
  width: 100%;
  position: relative;
  background-color: #fff;
  box-shadow: 0 0 9px rgba(125,158,179,.57);
  margin-bottom: 30px;
}

  .cp-taxi-holder:hover:before, .cp-taxi-holder:hover:after {
    opacity: 1;
  }

  .cp-taxi-holder:before, .cp-taxi-holder:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -7px;
    width: 92%;
    height: 7px;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 2px 2px 5px rgba(125,158,179,.57);
    z-index: -1;
    opacity: 0;
  }

  .cp-taxi-holder:after {
    width: 83%;
    bottom: -15px;
    box-shadow: 2px 2px 2px rgba(125,158,179,.57);
    background-color: #f7f7f7;
    z-index: -2;
  }

  .cp-taxi-holder:hover .cp-thumb img {
    -webkit-transform: scale(1.1) rotate(3deg);
    -moz-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    -o-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  .cp-taxi-holder .cp-text {
    float: left;
    width: 100%;
    padding: 10px 35px 40px;
  }

    .cp-taxi-holder .cp-text h3 {
      margin: 0 0 14px;
    }

  .cp-taxi-holder .cp-meta-listed {
    float: left;
    width: 100%;
    margin: 0 0 22px;
  }

    .cp-taxi-holder .cp-meta-listed li {
      display: block;
      padding-bottom: 16px;
    }

.cp-meta-listed li:last-child {
  padding-bottom: 0;
}

.cp-meta-listed {
  padding: 0;
  margin: 0;
}

  .cp-meta-listed li {
    font-size: 16px;
    font-weight: 400;
    margin-right: 14px;
    display: inline-block;
  }

    .cp-meta-listed li:last-child {
      margin-right: 0;
    }

    .cp-meta-listed li span {
      font-weight: 700;
    }

    .cp-meta-listed li strong {
      font-size: 16px;
      font-weight: 900;
      margin: 0;
    }

.cp-taxi-holder .cp-btn-style1 {
  min-width: auto;
  padding: 10px 25px;
}

.cp-deals-section {
  float: left;
  width: 100%;
  padding-bottom: 60px;
  background-color: #fff;
}

.cp-deals-holder {
  background-color: #f3f3f3;
  box-shadow: none;
  margin-bottom: 40px;
}

  .cp-deals-holder .cp-thumb {
    width: 50%;
  }

  .cp-deals-holder .cp-text {
    float: none;
    width: auto;
    overflow-x: hidden;
    padding: 14px 10px 10px 20px;
  }

.cp-why-choose-section {
	
	
 
 
  position: relative;
 
  background-size: cover;
  z-index: 11;
 
}

.cp-why-choose-text {

  margin-bottom: 0px;
  text-align: justify;
  padding-bottom: 0px;
}

    .cp-why-choose-text h3 {
        font-size: 34px;
        line-height: 45px;
        text-transform: uppercase;
        font-weight: 600;
        margin: 0 0 10px;
        color: #a42d71;
        text-align: center;
        padding-bottom: 10px;
        border-bottom: 1px solid #a42d71;
    }

  .cp-why-choose-text h2 {
    font-size: 60px;
    font-weight: 300;
    margin: 0 0 20px;
  }

    .cp-why-choose-text h2 span {
      font-size: 60px;
      font-weight: 900;
      text-transform: uppercase;
      text-shadow: 0 2px 2px #ccc;
    }

  .cp-why-choose-text p {
font-size: 17px;
    padding: 12px 17px;
    
  }

.choose-btn {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  padding: 12px 15px;
  margin-bottom: 18px;
  background-color: #444;
  border-bottom: 4px solid #8d8d8d;
}

  .choose-btn:hover {
    color: #fff;
    border-bottom-color: #facd63;
  }



.cp-why-choose-text .cp-btn-style1 {
  padding: 14px 30px;
}

.cp-why-choose-listed {
  float: left;
  width: 100%;
  padding: 0;
margin-top: 3%;
}

  .cp-why-choose-listed > li {
    float: left;
    width: 100%;
  }

  .cp-why-choose-listed .cp-box {
    float: left;
    width: 100%;
    position: relative;
    background-color:#a42d71bf;
    padding: 32px 28px 38px;
    text-align: center;
    z-index: 99;
  }

  .cp-why-choose-listed .cp-box2 {
    background-color:#a42d71bf;
  }

  .cp-why-choose-listed .cp-box:hover, .cp-why-choose-listed .cp-box.active {
    z-index: 999;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

    .cp-why-choose-listed .cp-box:hover h3, .cp-why-choose-listed .cp-box:hover p, .cp-why-choose-listed .cp-box:hover .icomoon, .cp-why-choose-listed .cp-box.active h3, .cp-why-choose-listed .cp-box.active p, .cp-why-choose-listed .cp-box.active .icomoon {
      color: #fff;
    }

  .cp-why-choose-listed .cp-box > img {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    top: 0;
    z-index: -1;
  }

  .cp-why-choose-listed .cp-box h3 {
    margin: 0 0 18px;
  }

  .cp-why-choose-listed .cp-box .icomoon {
    font-family: icomoon;
    font-size: 70px;
    color: #fff;
    display: inline-block;
    padding-bottom: 13px;
  }

  .cp-why-choose-listed .cp-box p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 15px;
  }

  .cp-why-choose-listed .cp-box .readmore {
    font-size: 18px;
    color: #fff;
  }

.cp-why-choose-section2 {
  float: left;
  width: 100%;
  background-image: none;
  
  
}

.choose-thumb {
  width: auto;
  overflow-x: hidden;
}

  .choose-thumb:hover img {
    width: 100%;
    border-radius: 20%;
    -webkit-transform: scale(1) rotate(0deg);
    -moz-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    -o-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
  }

.cp-why-choose-section2 .cp-why-choose-text h2 {
	    padding: 10px 16px;
          font-size: 26px;
    line-height: 45px;
    text-transform: uppercase;
    /* font-weight: 600; */
    margin: 0 0 10px;
    color: #a42d71;
    /* text-align: center; */
    padding-bottom: 10px;
    border-bottom: 1px solid #a42d71;
}

  .cp-why-choose-section2 .cp-why-choose-text h2 span {
    font-size: 48px;
  }

.cp-choose-list {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
}

  .cp-choose-list li {
    font-size: 18px;
    font-weight: 700;
    color: #444;
    display: block;
    list-style: none;
    padding: 0 0 38px 50px;
    position: relative;
  }

    .cp-choose-list li:last-child {
      padding-bottom: 0;
    }

    .cp-choose-list li:before {
      font-family: fontawesome;
      content: "\f046";
      font-size: 28px;
      line-height: 28px;
      position: absolute;
      left: 0;
    }

.cp-services-section {
  float: left;
  width: 100%;
}

.cp-parallax-section {
  float: left;
  width: 100%;
  position: relative;
  z-index: 11;
}

  .cp-parallax-section:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    z-index: 1;
  }

  .cp-parallax-section .animate-bus {
    position: absolute;
    left: 0;
    bottom: 5px;
    z-index: 11;
  }

#cp-contact {
  width: 100%;
  float: left;
  height: 620px;
}

#cp-map-home {
  width: 100%;
  float: left;
  height: 720px;
}

.cp-parallax-section .cp-parallax-box {
  position: absolute;
  bottom: 100px;
  z-index: 99;
}

.cp-parallax-box {
  float: left;
  width: 100%;
}

  .cp-parallax-box h2 {
    font-size: 50px;
    font-weight: 300;
    color: #fff;
    margin: 0 0 10px;
    text-align: center;
  }

  .cp-parallax-box h3 {
    font-size: 40px;
    color: #fff;
    margin: 0 0 55px;
    text-align: center;
  }

    .cp-parallax-box h3 span {
      font-size: 48px;
      font-weight: 900;
    }

.cp-location-box {
  float: left;
  width: 100%;
  margin: 0 auto;
  clear: both;
  display: block;
  overflow: hidden;
  margin: 0 auto;
  padding: 58px 50px 60px 75px;
  background-color: rgba(0,0,0,.65);
}

  .cp-location-box h3 {
    font-size: 36px;
    font-weight: 600;
    text-align: left;
    margin: 0 0 35px;
    text-transform: none;
  }

.cp-location-listed {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}

  .cp-location-listed li {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    display: block;
    position: relative;
    padding: 0 0 41px 65px;
  }

    .cp-location-listed li:before {
      font-family: fontawesome;
      content: "\f046";
      font-size: 30px;
      position: absolute;
      left: 0;
      top: 3px;
    }

    .cp-location-listed li:last-child {
      padding-bottom: 0;
    }

    .cp-location-listed li .cp-btn-style1 {
      float: right;
      padding: 14px 30px;
    }

.cp-driver-section {
  float: left;
  width: 100%;
  padding-bottom: 70px;
}

.cp-driver-box {
  background-color: #fff;
  text-align: center;
  margin: 0 0 30px;
  overflow-x: hidden;
}

  .cp-driver-box:hover > img {
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    transform: scale(.9);
  }

  .cp-driver-box:hover .cp-meta-listed li, .cp-driver-box:hover h4 a {
    color: #fff;
  }

  .cp-driver-box:hover .cp-caption:before {
    width: 100%;
  }

  .cp-driver-box .cp-caption {
    text-align: center;
    background-color: #f4f4f4;
    padding: 30px 10px 30px 20px;
    width: 96%;
    bottom: 90px;
    margin-top: -90px;
    position: relative;
    margin-left: 15px;
    z-index: 11;
  }

    .cp-driver-box .cp-caption:before {
      content: '';
      position: absolute;
      right: 0;
      width: 0;
      height: 100%;
      bottom: 0;
      z-index: -1;
    }

  .cp-driver-box h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    margin: 0 0 10px;
  }

  .cp-driver-box:hover .cp-caption .price {
    padding-bottom: 15px;
  }

  .cp-driver-box .cp-caption .price {
    font-family: inconsolata,sans-serif;
    font-size: 20px;
    line-height: 20px;
    color: #111;
    display: block;
  }

.cp-testimonial-section {
  float: left;
  width: 100%;
  background: url(/Content/img/testimonial-bg-img.jpg) top left no-repeat;
  background-size: cover;
  padding-bottom: 130px;
  background-attachment: fixed;
}

.cp-testimonial-inner {
  float: left;
  width: 100%;
}

  .cp-testimonial-inner .cp-text {
    float: left;
    width: 100%;
  }

    .cp-testimonial-inner .cp-text strong {
      font-size: 20px;
      font-weight: 700;
      margin: 0 0 22px;
      display: block;
    }

  .cp-testimonial-inner .cp-blockquote {
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    padding: 30px 30px 30px 65px;
    border: 0;
    position: relative;
  }

    .cp-testimonial-inner .cp-blockquote:before, .cp-testimonial-inner .cp-blockquote:after {
      font-family: fontawesome;
      content: "\f10d";
      color: #414141;
      font-size: 50px;
      position: absolute;
      left: 0;
      top: 30px;
    }

    .cp-testimonial-inner .cp-blockquote:after {
      content: "\f10e";
      left: inherit;
      right: 0;
      top: inherit;
      bottom: 0;
    }

  .cp-testimonial-inner .cp-text span {
    font-size: 14px;
    font-weight: 600;
    padding-left: 93px;
    margin-left: 60px;
    position: relative;
    display: inline-block;
  }

    .cp-testimonial-inner .cp-text span:before {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      width: 90px;
      border-bottom: 1px solid;
    }

  .cp-testimonial-inner .cp-icon {
    font-size: 30px;
    width: 180px;
    height: 180px;
    display: inline-block;
    border-radius: 100%;
    background-color: #2d2c2c;
    line-height: 180px;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 11;
    margin: 40px 0 0 100px;
  }

    .cp-testimonial-inner .cp-icon:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 0;
      border-radius: 100%;
      height: 100%;
      z-index: -1;
    }

    .cp-testimonial-inner .cp-icon:hover:before {
      width: 100%;
    }

#cp-testimonial-slider {
  float: left;
  width: 100%;
  height: 200px;
}

  #cp-testimonial-slider .owl-controls {
    position: absolute;
    bottom: -110px;
    z-index: 99;
    width: 100%;
  }

  #cp-testimonial-slider .owl-dots .owl-dot {
    display: inline-block;
  }

    #cp-testimonial-slider .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 0 7px;
      background-color: transparent;
      border: 2px solid #fff;
      display: inline-block;
    }

    #cp-testimonial-slider .owl-dots .owl-dot.active span {
      width: 14px;
      height: 14px;
    }

.cp-testimonial-section2 {
  float: left;
  width: 100%;
  padding-top: 125px;
  padding-bottom: 40px;
}

.cp-clients-box {
  float: left;
  width: 100%;
  background-color: #fff;
  margin: 60px 0;
  text-align: center;
  padding: 0 20px 35px;
  border-radius: 10px;
  border: solid 2px #bfc1c5;
}

  .cp-clients-box .cp-thumb {
    width: 183px;
    height: 183px;
    border-radius: 100%;
    float: none;
    display: inline-block;
    margin-top: -85px;
  }

    .cp-clients-box .cp-thumb img {
      width: 100%;
    }

  .cp-clients-box .cp-blockquote {
    position: relative;
    border: 0;
    padding: 65px 0 0;
    margin: 0;
  }

    .cp-clients-box .cp-blockquote:before {
      font-family: fontawesome;
      content: "\f10d";
      font-size: 50px;
      color: #414141;
      position: absolute;
      top: 17px;
      left: -20px;
    }

    .cp-clients-box p, .cp-clients-box .cp-blockquote p {
      margin: 0 0 30px;
    }

  .cp-clients-box .cp-clients-listed {
    display: inline-block;
    padding: 23px 12px 0;
    border-top: 1px solid;
    margin: 0;
    position: relative;
    z-index: 11;
  }

    .cp-clients-box .cp-clients-listed li {
      font-size: 14px;
      font-weight: 600;
      display: inline-block;
    }

.cp-mobile-app-section {
  float: left;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #d9d9d9;
}

.cp-app-thumb {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}

  .cp-app-thumb img {
    display: inline-block;
    margin: 0 auto;
  }

  .cp-app-thumb .app-img1 {
    -webkit-transform: translateY(35px);
    -moz-transform: translateY(35px);
    -ms-transform: translateY(35px);
    -o-transform: translateY(35px);
    transform: translateY(35px);
  }

  .cp-app-thumb:hover .app-img1 {
    -webkit-transform: translateY(0px) translateX(190px);
    -moz-transform: translateY(0px) translateX(190px);
    -ms-transform: translateY(0px) translateX(190px);
    -o-transform: translateY(0px) translateX(190px);
    transform: translateY(0px) translateX(190px);
  }

  .cp-app-thumb:hover .app-img2 {
    -webkit-transform: translateY(50px) translateX(-190px);
    -moz-transform: translateY(50px) translateX(-190px);
    -ms-transform: translateY(50px) translateX(-190px);
    -o-transform: translateY(50px) translateX(-190px);
    transform: translateY(50px) translateX(-190px);
  }

.cp-mobile-app-section .cp-app-text {
  padding-top: 55px;
}

.cp-app-text {
  float: left;
  width: 100%;
}

  .cp-app-text h4 {
    line-height: 26px;
    margin: 0 0 20px;
  }

  .cp-app-text p {
    margin: 0 0 27px;
  }

  .cp-app-text strong {
    font-size: 20px;
    font-weight: 700;
    display: block;
    margin: 0 0 55px;
  }

.cp-app-btn {
  float: left;
  width: 100%;
  padding: 0;
}

  .cp-app-btn li {
    display: inline-block;
    margin-right: 8px;
  }

.cp-faq-section {
    float: left;
    width: 100%;
    padding-bottom: 70px;
    background: #f79936;
}

.cp-faq-heading {
  float: left;
  width: 100%;
}

  .cp-faq-heading h3 {
    font-weight: 300;
    text-transform: uppercase;
    margin: 0 0 36px;
  }

.cp-testimonial-outer {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}

.cp-read-more {
  font-size: 18px;
  font-weight: 600;
  position: relative;
  padding-right: 18px;
  display: inline-block;
}

  .cp-read-more:before {
    font-family: fontawesome;
    content: '\f101';
    position: absolute;
    right: 0;
    top: 0;
    font-size: 18px;
  }

.cp-testimonial-box {
  float: left;
  width: 100%;
  margin: 0 0 20px;
  background-color: #fff;
  padding: 28px 20px 20px;
}

  .cp-testimonial-box .date {
    display: block;
    padding-bottom: 20px;
  }

  .cp-testimonial-box h4 {
    margin: 0 0 10px;
  }

  .cp-testimonial-box > p {
    margin: 0 0 25px;
  }

  .cp-testimonial-box .test-bottom {
    float: left;
    width: 100%;
    border-top: 1px solid #d6d6d6;
    padding-top: 20px;
  }

    .cp-testimonial-box .test-bottom .thumb {
      width: 43px;
      height: 43px;
      margin-right: 15px;
      float: left;
      border-radius: 100%;
    }

    .cp-testimonial-box .test-bottom p {
      margin: 12px 0 0;
    }

#cp-test-slider2 {
  float: left;
  width: 100%;
}

.cp-accordian-item {
  float: left;
  width: 100%;
  margin: 0 0 30px;
}

  .cp-accordian-item h3 {
    font-weight: 300;
    margin: 0 0 26px;
  }

  .cp-accordian-item .panel-default {
    border: 0;
    border-radius: 0;
    background-color: transparent;
  }

  .cp-accordian-item .panel-heading {
    border: 0;
    line-height: 50px;
    padding: 0;
    border-radius: 0;
    border: 1px solid #e9e9e9;
    background-color: #fff;
  }

  .cp-accordian-item .panel-default > .panel-heading {
    border: 1px solid #e9e9e9;
    background-color: #fff;
  }

  .cp-accordian-item .panel-heading .panel-title > a {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    display: block;
    position: relative;
    padding-left: 60px;
  }

    .cp-accordian-item .panel-heading .panel-title > a:focus {
      outline: 0;
      text-decoration: none;
    }

    .cp-accordian-item .panel-heading .panel-title > a:after {
      content: "\f068";
      font-family: fontawesome;
      font-size: 12px;
      color: #fff;
      float: left;
      position: absolute;
      left: 0;
      top: 0;
      width: 46px;
      height: 50px;
      text-align: center;
    }

  .cp-accordian-item .panel-body {
    padding: 27px 30px;
    line-height: 22px;
    background-color: #fff;
    border: 1px solid #e9e9e9;
  }

    .cp-accordian-item .panel-body .cp-thumb {
      float: left;
      width: 100px;
      margin-right: 15px;
    }

    .cp-accordian-item .panel-body .cp-text {
      overflow: hidden;
    }

      .cp-accordian-item .panel-body .cp-text h4 {
        margin: 0 0 10px;
      }

      .cp-accordian-item .panel-body .cp-text p {
        margin: 12px 0 0;
      }

  .cp-accordian-item .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: 0;
    margin: 0 0 5px;
  }

  .cp-accordian-item .panel-heading .panel-title > a.collapsed:after {
    content: "\f067";
  }

  .cp-accordian-item .cp-read-more {
    float: right;
  }

.cp-faq-btn-holder {
  float: left;
  width: 100%;
  margin: 0 0 30px;
  text-align: center;
}

  .cp-faq-btn-holder.pd-t50 {
    padding-top: 40px;
  }

  .cp-faq-btn-holder strong {
    font-size: 20px;
    font-weight: 700;
    color: #444;
    display: block;
    margin: 0 0 27px;
  }

  .cp-faq-btn-holder .cp-btn-style1 {
    padding: 14px 30px;
  }

.cp-faq-listed {
  float: left;
  width: 100%;
  margin: 0;
}

  .cp-faq-listed > li {
    float: left;
    width: 100%;
    margin: 0 0 30px;
  }

    .cp-faq-listed > li:last-child {
      margin-bottom: 0;
    }

.cp-faq-box {
  float: left;
  width: 100%;
  border: 1px solid #dbdbdb;
  background-color: #fff;
}

  .cp-faq-box h4 {
    color: #444;
  }

  .cp-faq-box .cp-top {
    border-bottom: 1px solid #dbdbdb;
    padding: 18px 20px 15px;
  }

  .cp-faq-box h4 {
    margin: 0 0 15px;
  }

  .cp-faq-box .cp-bottom {
    padding: 14px 20px 20px;
  }

  .cp-faq-box p {
    margin: 0 0 17px;
  }

  .cp-faq-box .listed {
    padding: 0;
    margin: 0;
  }

    .cp-faq-box .listed li {
      font-size: 14px;
      display: inline-block;
      font-weight: 300;
      color: #7b7b7b;
      padding-right: 12px;
      position: relative;
    }

      .cp-faq-box .listed li + li:before {
        content: '/';
        color: #7b7b7b;
        position: absolute;
        left: -10px;
      }

  .cp-faq-box .cp-btn-style1, .cp-faq-box .cp-btn-style2 {
    padding: 11px 18px;
    min-width: 120px;
  }

.cp-faq-section .cp-pagination-row {
  padding: 30px 0;
}

.cp-faq-holder {
  float: left;
  width: 100%;
}

  .cp-faq-holder h3 {
    font-weight: 300;
    text-transform: uppercase;
    margin: 0 0 47px;
    line-height: 26px;
  }

  .cp-faq-holder .cp-listed {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
  }

    .cp-faq-holder .cp-listed > li {
      font-size: 18px;
      font-weight: 700;
      list-style: none;
      display: block;
      background-color: #fff;
      border: 1px solid #dbdbdb;
      padding: 19px 20px 21px;
      margin: 0 0 10px;
    }

      .cp-faq-holder .cp-listed > li:last-child {
        margin-bottom: 0;
      }

  .cp-faq-holder .cp-ask-tab-inner {
    float: left;
    width: 100%;
    padding: 16px 30px 20px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
  }

    .cp-faq-holder .cp-ask-tab-inner p {
      margin: 0 0 16px;
    }

    .cp-faq-holder .cp-ask-tab-inner form textarea {
      width: 100%;
      min-height: 135px;
      padding: 10px 15px;
      color: #222;
      border: 1px solid #e5e5e5;
      resize: none;
      -webkit-resize: none;
      -moz-resize: none;
      margin-bottom: 10px;
    }

    .cp-faq-holder .cp-ask-tab-inner .cp-btn-style2 {
      float: right;
      padding: 14px 30px;
    }

  .cp-faq-tabs-holder, .cp-faq-holder .nav-tabs {
    float: left;
    width: 100%;
    border: 0;
    margin: 0;
  }

    .cp-faq-tabs-holder .nav-tabs > li, .cp-faq-holder .nav-tabs > li {
      float: left;
      margin: 0 0 -2px;
      border: 0;
    }

      .cp-faq-tabs-holder .nav-tabs > li a, .cp-faq-holder .nav-tabs > li a {
        font-size: 20px;
        font-weight: 700;
        line-height: 18px;
        color: #fff;
        padding: 8px 20px;
        border-radius: 0;
        border: 1px solid;
      }

      .cp-faq-holder .nav-tabs > li.active > a, .cp-faq-holder .nav-tabs > li.active > a:hover, .cp-faq-holder .nav-tabs > li.active > a:focus, .cp-faq-tabs-holder .nav-tabs > li.active > a, .cp-faq-tabs-holder .nav-tabs > li.active > a:hover, .cp-faq-tabs-holder .nav-tabs > li.active > a:focus {
        border-color: #dbdbdb;
        border-bottom-color: #fff;
        box-shadow: 0 0 5px rgba(125,158,1730,.1);
        background-color: #fff;
      }

.cp-advertising-section {
  float: left;
  width: 100%;
  position: relative;
  background-color: #121212;
  z-index: 11;
}

  .cp-advertising-section:before {
    content: '';
    position: absolute;
    left: 0;
    top: -60px;
    width: 100%;
    height: 61px;
    z-index: 11;
    background: url(http://html.crunchpress.com/taxigo/images/advertising-before-img.png) top left;
    display: none;
  }

  .cp-advertising-section:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(img/advertising-after-img.png) no-repeat top left;
    width: 315px;
    height: 285px;
    z-index: -1;
    display: none;
  }

.cp-advertising-box {
  float: left;
  width: 100%;
  margin-bottom: 50px;
}

  .cp-advertising-box .thumb {
    float: left;
    width: 124px;
    overflow: visible;
    margin: 0 20px 0 0;
    border: 3px solid #fff;
  }

    .cp-advertising-box .thumb .num {
      font-size: 24px;
      color: #fff;
      width: 42px;
      height: 42px;
      line-height: 36px;
      text-align: center;
      border-radius: 100%;
      position: absolute;
      left: 10px;
      top: -14px;
      z-index: 99;
      border: 3px solid #fff;
    }

  .cp-advertising-box .cp-text {
    overflow: hidden;
  }

    .cp-advertising-box .cp-text h4 {
      color: #fff;
      margin: 0 0 15px;
    }

    .cp-advertising-box .cp-text p {
      color: #666;
      margin: 0;
    }

.cp-advertising-section .cp-btn-style1 {
  padding: 14px 30px;
}

.cp-btn-holder {
  text-align: center;
}

.cp-awwards-section {
  float: left;
  width: 100%;
  background: url(http://html.crunchpress.com/taxigo/images/awwards-bg-img.jpg) top left no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  z-index: 11;
}

  .cp-awwards-section:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.76);
    z-index: -1;
  }

.cp-inner-awwards-holder {
  width: 90%;
  clear: both;
  margin: 0 auto;
  padding: 30px;
  background-color: #000;
}

  .cp-inner-awwards-holder > ul {
    padding: 0;
    margin: 0;
  }

  .cp-inner-awwards-holder li {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    font-weight: 600;
    display: block;
    margin: 0 0 11px;
  }

    .cp-inner-awwards-holder li span {
      font-weight: 300;
    }

.cp-offers-section {
  float: left;
  width: 100%;
  background: url(http://html.crunchpress.com/taxigo/images/offers-bg-img.jpg) top left no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.cp-offers-holder {
  float: left;
  width: 100%;
}

  .cp-offers-holder > p {
    font-size: 22px;
    font-style: italic;
    line-height: 30px;
    color: #fff;
    margin: 0 0 26px;
  }

.cp-offers-listed {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
}

  .cp-offers-listed > li {
    float: left;
    width: 100%;
    margin: 0 0 30px;
  }

    .cp-offers-listed > li:last-child {
      margin-bottom: 0;
    }

.cp-offers-inner {
  float: left;
  width: 100%;
  position: relative;
}

  .cp-offers-inner .icon-holder {
    display: inline-block;
    color: #000;
    width: 90px;
    height: 90px;
    line-height: 120px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    position: absolute;
    z-index: 99;
    left: -45px;
    top: 45px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }

    .cp-offers-inner .icon-holder .icomoon {
      font-size: 50px;
      display: inline-block;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
    }

  .cp-offers-inner:hover .icon-holder {
    color: #fff;
  }

  .cp-offers-inner .cp-text {
    overflow-x: hidden;
    background-color: #fff;
    border: 1px solid #fff;
    padding: 20px 20px 35px 75px;
    position: relative;
    z-index: 11;
  }

    .cp-offers-inner .cp-text:before {
      content: '';
      position: absolute;
      right: 0;
      top: 0;
      width: 0;
      height: 100%;
      z-index: -1;
    }

  .cp-offers-inner:hover .cp-text:before {
    width: 100%;
  }

  .cp-offers-inner:hover .cp-text h3, .cp-offers-inner:hover .cp-text p, .cp-offers-inner:hover .cp-text p a {
    color: #fff;
  }

  .cp-offers-inner .cp-text h3 {
    margin: 0 0 20px;
  }

  .cp-offers-inner .cp-text p {
    font-size: 16px;
  }

    .cp-offers-inner .cp-text p a {
      color: #444;
    }

.cp-blog-section {
  float: left;
  width: 100%;
  padding-bottom: 70px;
}

.cp-blog-item {
  float: left;
  width: 100%;
  background-color: #fff;
  margin: 0 0 40px;
  overflow-x: hidden;
}

  .cp-blog-item .cp-thumb {
    z-index: 11;
  }

    .cp-blog-item .cp-thumb img {
      -webkit-transition: all 1s linear;
      -moz-transition: all 1s linear;
      -ms-transition: all 1s linear;
      -o-transition: all 1s linear;
      transition: all 1s linear;
    }

    .cp-blog-item .cp-thumb:hover img {
      -webkit-transform: scale(1.5) rotate(0deg);
      -moz-transform: scale(1.5) rotate(0deg);
      -ms-transform: scale(1.5) rotate(0deg);
      -o-transform: scale(1.5) rotate(0deg);
      transform: scale(1.5) rotate(0deg);
    }

    .cp-blog-item .cp-thumb:before {
      content: '';
      width: 100%;
      height: 100%;
      z-index: 11;
      border: 20px solid rgba(255,255,255,.57);
      border-bottom-color: transparent;
      position: absolute;
      left: 0;
      top: 0;
    }

    .cp-blog-item .cp-thumb:after {
      content: '';
      position: absolute;
      left: 0;
      bottom: -6px;
      width: 100%;
      height: 25px;
      z-index: 11;
      border-left: 20px solid #fff;
      border-right: 20px solid #fff;
    }

  .cp-blog-item .cp-text {
    float: left;
    width: 100%;
    position: relative;
    padding: 35px 20px;
  }

    .cp-blog-item .cp-text:before {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      width: 95%;
      margin: 0 auto;
      height: 6px;
      background: url(http://html.crunchpress.com/taxigo/images/dot-img.jpg) top left repeat;
    }

.cp-blog-item2 .cp-text:before {
  width: 100%;
}

.cp-blog-item .cp-text .cp-top {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}

.cp-blog-item .cp-text .date-box {
  font-size: 72px;
  font-weight: 900;
  line-height: 55px;
  color: #e7e7e7;
  float: left;
  margin-right: 20px;
  padding-left: 15px;
  position: relative;
}

  .cp-blog-item .cp-text .date-box span {
    font-size: 18px;
    font-weight: 600;
    position: absolute;
    left: 0;
    top: 7px;
    color: #444;
  }

.cp-blog-item .cp-text h3 {
  font-weight: 300;
  color: #444;
  display: inline-block;
  margin: 0;
}

.cp-blog-item .cp-text p {
  margin: 0 0 17px;
}

.cp-blog-item .cp-text .cp-meta-listed {
  margin: 0 0 18px;
}

.cp-blog-item .cp-meta-listed {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}

  .cp-blog-item .cp-meta-listed li {
    font-size: 14px;
    font-weight: 400;
    list-style: none;
    margin: 0;
    display: inline-block;
  }

    .cp-blog-item .cp-meta-listed li + li:before {
      font-size: 14px;
      content: '/';
      padding: 0 7px;
    }

.cp-blog-item .cp-thumb iframe {
  width: 100%;
  height: 360px;
  margin: 0;
  border: 0;
  position: relative;
  z-index: 11;
}

.cp-blog-item .player .video-wrapper .video {
  background-size: cover;
}

.cp-video-holder {
  float: left;
  width: 100%;
}

  .cp-video-holder iframe {
    width: 100%;
    height: 360px;
    margin: 0;
    border: 0;
  }

.cp-blog-item blockquote {
  border: 0;
  padding: 0;
  margin: 0;
}

  .cp-blog-item blockquote p {
    font-size: 22px;
    line-height: 36px;
    font-style: italic;
    margin: 0 0 10px;
  }

.cp-blog-item .cp-text blockquote p {
  margin: 0 0 10px;
}

.cp-blog-detail-outer {
  float: left;
  width: 100%;
}

  .cp-blog-detail-outer .cp-blog-item .cp-text p {
    margin: 0 0 26px;
  }

  .cp-blog-detail-outer .cp-blog-item .cp-text blockquote p {
    margin: 0 0 20px;
  }

.cp-author-holder {
  float: left;
  width: 100%;
  margin: 0 0 35px;
}

  .cp-author-holder h4, .cp-comments-holder h4, .cp-form-box h4 {
    font-weight: 700;
    color: #444;
    margin: 0 0 25px;
  }

.cp-author-listed {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
}

  .cp-author-listed > li {
    float: left;
    width: 100%;
    margin-bottom: 30px;
  }

    .cp-author-listed > li:last-child {
      margin-bottom: 0;
    }

.cp-author-info-holder {
  float: left;
  width: 100%;
}

  .cp-author-info-holder .cp-thumb {
    float: left;
    width: auto;
    margin-right: 45px;
  }

  .cp-author-info-holder .cp-text {
    overflow: hidden;
  }

    .cp-author-info-holder .cp-text h4 {
      margin: 0 0 15px;
      font-weight: 600;
    }

    .cp-author-info-holder .cp-text p {
      margin: 0;
    }

.cp-comments-holder {
  float: left;
  width: 100%;
}

.cp-comments-listed {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
}

  .cp-comments-listed > li {
    float: left;
    width: 100%;
  }

  .cp-comments-listed ul {
    float: left;
    width: 100%;
    padding-left: 100px;
  }

  .cp-comments-listed .cp-author-info-holder {
    margin: 0 0 40px;
  }

    .cp-comments-listed .cp-author-info-holder .cp-text h4 {
      margin: 0 0 7px;
    }

.cp-author-info-holder .cp-meta-listed {
  padding: 0 0 5px;
}

  .cp-author-info-holder .cp-meta-listed li {
    font-size: 14px;
    display: inline-block;
  }

.cp-form-box {
  float: left;
  width: 100%;
}

  .cp-form-box .inner-holder {
    float: left;
    width: 100%;
    margin: 0 0 30px;
  }

    .cp-form-box .inner-holder input[type=text], .cp-form-box .inner-holder input[type=password], .cp-form-box .inner-holder input[type=phone], .cp-form-box .inner-holder textarea {
      width: 100%;
      font-size: 14px;
      color: #444;
      background-color: #fff;
      border: 0;
      border: 1px solid #b9b9b9;
      padding: 0 20px;
      height: 50px;
      line-height: 50px;
      position: relative;
      z-index: 99;
    }

    .cp-form-box .inner-holder textarea {
      height: 250px;
      -webkit-resize: none;
      resize: none;
    }

    .cp-form-box .inner-holder .btn-submit {
      font-size: 18px;
      float: right;
      color: #fff;
      height: 50px;
      line-height: 45px;
      text-align: center;
      min-width: 150px;
      border: 0;
      border-bottom: 3px solid transparent;
    }

.cp-blog-section .cp-pagination-row {
  margin-bottom: 30px;
}

.cp-form-box .inner-holder .btn-submit:hover {
  border-color: #facd63;
}

.cp-gallery-section {
  float: left;
  width: 100%;
}

.cp-gallery-box {
  float: left;
  width: 100%;
  position: relative;
  text-align: center;
  overflow-x: hidden;
  margin: 0 0 40px;
  z-index: 11;
  border: solid 1px #999;
  border-radius: 50%;
}

  .cp-gallery-box:hover img {
    -webkit-transform: scale(1.5) rotate(3deg);
    -moz-transform: scale(1.5) rotate(3deg);
    -ms-transform: scale(1.5) rotate(3deg);
    -o-transform: scale(1.5) rotate(3deg);
    transform: scale(1.5) rotate(3deg);
  }

  .cp-gallery-box img {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    -webkit-transform: scale(1) rotate(0deg);
    -moz-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    -o-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
  }

  .cp-gallery-box:hover .cp-caption {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  .cp-gallery-box .cp-caption {
    float: left;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 11;
    background-color: rgba(0,0,0,.8);
    margin: 0 auto;
    padding-top: 90px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
  }

    .cp-gallery-box .cp-caption h3 {
      margin: 0 0 18px;
    }

  .cp-gallery-box .cp-meta-listed {
    float: left;
    width: 100%;
    margin: 0 0 22px;
  }

    .cp-gallery-box .cp-meta-listed li {
      display: block;
      padding-bottom: 22px;
      color: #fff;
    }

      .cp-gallery-box .cp-meta-listed li:last-child {
        padding-bottom: 0;
      }

.cp-reservation-section {
  float: left;
  width: 100%;
}

.cp-reservation-box {
  width: 750px;
  margin: 0 auto;
  clear: both;
  overflow: hidden;
  padding: 40px 180px;
  text-align: center;
  background-color: #fff;
}

  .cp-reservation-box h3 {
    font-weight: 300;
    margin: 0 0 33px;
  }

  .cp-reservation-box .inner-holder {
    width: 260px;
    display: inline-block;
    margin: 0 0 30px;
  }

    .cp-reservation-box .inner-holder label {
      font-size: 18px;
      font-weight: 400;
      text-align: left;
      color: #444;
      display: block;
      margin: 0 0 12px;
    }

    .cp-reservation-box .inner-holder input[type=text], .cp-reservation-box .inner-holder input[type=password] {
      min-width: 260px;
      height: 40px;
      line-height: 40px;
      background-color: transparent;
      border: 1px solid #ced6dc;
      padding: 0 10px;
    }

  .cp-reservation-box .asked {
    font-size: 14px;
    display: block;
    margin: 0 0 17px;
  }

  .cp-reservation-box p {
    color: #444;
    margin: 0 0 10px;
  }

    .cp-reservation-box p a {
      color: #444;
    }

  .cp-reservation-box .submit {
    min-width: 180px;
    padding: 11px 13px;
    font-family: 'exo 2',sans-serif;
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    color: #fff;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    border: 0;
    border-bottom: 5px solid #942a2a;
  }

  .cp-reservation-box .lost-pw {
    font-size: 14px;
    display: block;
    margin: 15px 0 0;
  }

.cp-login-box .submit {
  min-width: 140px;
}

.cp-pagination-row {
  float: left;
  width: 100%;
  text-align: center;
}

  .cp-pagination-row .pagination {
    display: inline-block;
    padding: 10px 20px;
    margin: 0 auto;
    text-align: center;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }

    .cp-pagination-row .pagination li {
      font-size: 12px;
      line-height: 12px;
      font-weight: 700;
      display: inline-block;
      padding-left: 3px;
      background-color: transparent;
      border: 0;
    }

      .cp-pagination-row .pagination li:first-child a, .cp-pagination-row .pagination li:last-child a {
        border-radius: 0;
      }

      .cp-pagination-row .pagination li a, .cp-pagination-row .pagination li span {
        color: #666;
        padding: 8px 12px;
        margin: 0;
        background-color: #ebebeb;
        display: inline-block;
        border-radius: 0;
        border: 0;
      }

        .cp-pagination-row .pagination li a:hover, .cp-pagination-row .pagination li span:hover, .cp-pagination-row .pagination li.active span, .cp-pagination-row .pagination li.active a {
          color: #fff;
        }

.cp_sidebar-outer {
  float: left;
  width: 100%;
}

.widget {
  float: left;
  width: 100%;
  margin: 0 0 30px;
}

  .widget h4 {
    font-size: 20px;
    font-weight: 700;
    color: #444;
    line-height: 20px;
    margin: 0 0 26px;
  }

  .widget ul {
    padding: 0;
    margin: 0;
  }

  .widget > ul > li {
    display: block;
  }

.widget-recent-post > ul {
  float: left;
  width: 100%;
  background-color: #fff;
  padding: 0 10px;
  border: 1px solid #eaeaea;
}

  .widget-recent-post > ul > li {
    font-size: 16px;
    float: left;
    width: 100%;
    padding: 14px 0 10px;
    border-bottom: 1px solid #e3e4e8;
  }

    .widget-recent-post > ul > li span {
      font-size: 12px;
      color: #222;
      float: right;
      padding: 7px 9px;
      margin-right: 10px;
      background-color: #f0f2f5;
    }

.widget-recent-post2 > ul > li span {
  font-size: 14px;
  float: left;
  padding: 0 8px;
  background-color: transparent;
}

.widget-recent-post > ul > li:last-child {
  border-bottom: 0;
}

.widget .readmore {
  color: #444;
  display: block;
  margin-bottom: 10px;
  text-decoration: underline;
}

.widget-recent-post .cp-holder {
  float: left;
  width: 100%;
}

.widget-form form {
  float: left;
  width: 100%;
  height: 60px;
  position: relative;
}

  .widget-form form input[type=text] {
    width: 100%;
    height: 60px;
    line-height: 60px;
    position: absolute;
    left: 0;
    font-size: 14px;
    color: #888;
    border: 0;
    background-color: #fff;
    border: 1px solid #eaeaea;
    padding: 0 10px;
  }

  .widget-form form [type=submit] {
    font-size: 14px;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    height: 60px;
    line-height: 60px;
    padding: 0 10px;
    border: 0;
  }

.widget-flickr {
  float: left;
  width: 100%;
}

  .widget-flickr ul li {
    display: inline-block;
    padding: 0 2px 5px;
    width: 32.5%;
  }

    .widget-flickr ul li .cp-thumb {
      width: 100%;
      height: auto;
    }

.widget-popular > ul {
  float: left;
  width: 100%;
  background-color: #fff;
  padding: 0 10px;
  border: 1px solid #eaeaea;
}

  .widget-popular > ul > li {
    font-size: 16px;
    float: left;
    width: 100%;
    padding: 14px 0 10px;
    border-bottom: 1px solid #e3e4e8;
  }

    .widget-popular > ul > li:last-child {
      border-bottom: 0;
    }

.cp-popular-holder {
  float: left;
  width: 100%;
}

  .cp-popular-holder .cp-thumb {
    width: auto;
    float: left;
    border: 2px solid #e3e4e8;
    border-radius: 2px;
    margin-right: 10px;
  }

  .cp-popular-holder .cp-text {
    overflow: hidden;
  }

    .cp-popular-holder .cp-text h5 {
      font-size: 16px;
      font-weight: 400;
      margin: 0 0 10px;
    }

    .cp-popular-holder .cp-text .listed li {
      font-size: 12px;
      display: block;
      margin: 0 0 6px;
    }

      .cp-popular-holder .cp-text .listed li:last-child {
        margin-bottom: 0;
      }

.cp-contact-us-section {
  float: left;
  width: 100%;
  padding-bottom: 70px;
  .;
}

.cp-contact-inner-holder {
  float: left;
  width: 100%;
}

  .cp-contact-inner-holder h3 {
    font-weight: 300;
    line-height: 28px;
    margin: 0 0 22px;
  }

  .cp-contact-inner-holder > p {
    font-size: 22px;
    font-style: italic;
    line-height: 36px;
    margin: 0 0 20px;
  }

.cp-get-in-touch-outer .cp-top-holder h4 {
  margin: 0 0 20px;
}

.cp-get-in-outer {
  float: left;
  width: 100%;
  padding: 40px 0 10px 20px;
  text-align: center;
  border: 13px solid #fff;
  margin: 0 0 35px;
}

  .cp-get-in-outer .inner-holder {
    float: left;
    width: 100%;
    margin-bottom: 27px;
  }

    .cp-get-in-outer .inner-holder .fa {
      font-size: 26px;
      color: #fff;
      display: block;
      margin: 0 0 15px;
    }

    .cp-get-in-outer .inner-holder p, .cp-get-in-outer .inner-holder a {
      font-size: 18px;
      color: #fff;
    }

    .cp-get-in-outer .inner-holder p {
		    text-align: center;
      margin: 0;
    }

.cp-form-box2 {
  margin: 0;
}

  .cp-form-box2 h3 {
    margin: 0 0 30px;
  }

  .cp-form-box2 .inner-holder input[type=text], .cp-form-box2 .inner-holder input[type=password], .cp-form-box2 .inner-holder input[type=phone], .cp-form-box2 .inner-holder textarea {
    color: #141414;
    border-color: #b9b9b9;
    background-color: #fff;
  }

  .cp-form-box2 .inner-holder .btn-submit {
    border-color: #e37879;
    text-transform: normal;
  }

.cp-contact-us-section2 {
  margin-top: -60px;
}

#content_Wrapper {
  float: left;
  width: 100%;
  text-align: center;
}

.cp_footer {
  float: left;
  width: 100%;
  position: relative;
  z-index: 11;
}

.cp-ft-top-section {
  float: left;
  width: 100%;
  padding-bottom: 45px;
  background: #e4e4ee url(http://html.crunchpress.com/taxigo/images/footer-md-img.jpg) top left no-repeat;
  background-size: contain;
}

.footer-about-box {
  float: left;
  width: 100%;
}

  .footer-about-box .logo {
    display: block;
    margin: 0 0 45px;
  }

    .footer-about-box .logo a {
      display: inline-block;
    }

  .footer-about-box p {
    font-size: 22px;
    color: #000;
    line-height: 36px;
    font-style: italic;
    margin: 0 0 20px;
  }

  .footer-about-box .cp-social-links {
    margin: 0 0 30px;
  }

.cp-social-links {
  padding: 0;
  margin: 0;
}

  .cp-social-links li {
    font-size: 16px;
    color: #fff;
    padding-right: 10px;
    display: inline-block;
  }

    .cp-social-links li a {
      color: #fff;
    }

    .cp-social-links li:last-child {
      padding-right: 0;
    }

.cp-logo-listed {
  float: left;
  width: 100%;
  margin: 0 0 45px;
}

  .cp-logo-listed li {
    display: inline-block;
    overflow: hidden;
  }

    .cp-logo-listed li:hover img {
      -webkit-transform: scale(.8);
      -moz-transform: scale(.8);
      -ms-transform: scale(.8);
      -o-transform: scale(.8);
      transform: scale(.8);
    }



.cp-ft-form-box {
  float: left;
  width: 100%;
}

  .cp-ft-form-box h4 {
    font-weight: 700;
    font-size: 20px;
    color: #000;
    margin: 0 0 28px;
  }

  .cp-ft-form-box .inner-holder {
    width: 100%;
    margin: 0 2px 15px;
    float: left;
  }

  .cp-ft-form-box .inner-holder2 {
    width: 100%;
  }

  .cp-ft-form-box form input[type=text], .cp-ft-form-box form input[type=password] {
    font-size: 14px;
    line-height: 44px;
    float: left;
    width: 100%;
    background: #fff;
    border: 0;
    padding: 0 8px;
  }

  .cp-ft-form-box form button {
    font-size: 18px;
    color: #fff;
    padding: 12px 15px 14px;
    display: inline-block;
    border: 0;
    border-bottom: 4px solid #efc258;
    box-shadow: none;
  }
.cp-ft-bottom-section {
    float: left;
    width: 100%;
    padding: 45px 0;
    background: black;
    background-size: cover;
    border-top: 1px solid #ffffff;
}
    .cp-ft-form-box form button:hover {
      border-color: #942a2a;
    }

  .cp-ft-form-box form label {
    font-size: 14px;
    display: inline-block;
  }

  .cp-ft-form-box .remember-pw {
    display: inline-block;
    margin-left: 8px;
    padding-left: 8px;
    border-left: 1px solid #444;
  }

.cp-footer-nav {
  float: right;
  padding: 0;
margin-top: 3%;
}

  .cp-footer-nav ul {
    padding: 0;
    margin: 0;
	margin-left: -7px;
  }

  .cp-footer-nav li {
    font-size: 14px;
    color: #444;
    display: inline-block;
    padding: 0 12px;
    position: relative;
  }

    .cp-footer-nav li a {
      color: #fff;
    }

    .cp-footer-nav li + li:before {
      content: '/';
      color: #fff;
      position: absolute;
      left: -6px;
    }

    .cp-footer-nav li:last-child {
      padding-right: 0;
    }

.cp-ft-bottom-section .col-md-7 p {
 
  color: #fff;
}

.cp_header.cp_sticky, a, img, a:before, a:after, ul, ul li, li:before, .cp-caption, a.cp-btn-style1:before, a.cp-btn-style1:after, a.cp-btn-style2:after, a.cp-btn-style2:before, .cp-taxi-holder:before, .cp-taxi-holder:after, .cp-caption:before, .cp-why-choose-listed .cp-box, .cp-testimonial-inner .cp-icon:before, .cp-read-more:before, .cp-offers-inner .cp-text:before, .cp-offers-inner .cp-text, .cp-text h3, .cp-text p, .icon-holder, .icon-holder:before, .cp-clients-box .cp-clients-listed:before, .cp-gallery-box .cp-caption, .cp-booking-form-outer .cp-btn-style1, .cp-ft-form-box form button, .cp-advertising-box .thumb, .cp-form-box .inner-holder .btn-submit {
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
      margin-top: -3px;
}

.cp-thumb, .cp-thumb:before, .cp-thumb:after {
  -webkit-transition: all .8s ease-in-out;
  -moz-transition: all .8s ease-in-out;
  -ms-transition: all .8s ease-in-out;
  -o-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
}

.font-family {
  font-family: 'exo 2',sans-serif;
}

.book1 {
  margin-left: 48px;
}

.book2 {
  margin-left: -92px;
}

.book3 {
  margin-left: 34px;
}

.book4 {
  margin-left: -65px;
}

.form-group1 {
  margin-bottom: 15px;
  font-size: 15px;
  margin-left: 56px;
  color: black;
}
/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: white;
  width: 100%;
}


  /* Style the buttons inside the tab */
  .tab button {
    background-color: white;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 29px;
    transition: 0.3s;
    font-size: 16px;
    color: black;
	    border-bottom: 3px solid white;
  }

    /* Change background color of buttons on hover */
    .tab button:hover {
      background-color: #ddd;
    }

    /* Create an active/current tablink class */
    .tab button.active {
        border-bottom: 3px solid #a42d71;
    }


/* Style the tab content */
.tabcontent {
  display: none;
  border-top: none;
  background-color: white;
  width: 100%;
  margin-top: 0px;
}


.book-now1 {
  width: 54%;
  float: right;
  margin-top: 0px;
}


.cp_banner:after {
  display: block;
  z-index: 999;
}

.rad1 label {
  padding-left: 0px !important;
  margin-top: -5px !important;
}

.pick1 {
  margin-left: 44px;
}

.pad1 {
  padding: 10px 10px !important;
  margin-right: -42px;
  float: right;
}

.pad2 {
  padding: 10px 10px !important;
  margin-top: 0px !important;
  float: right;
}

.pad3 {
  padding: 10px 10px !important;
  margin-top: -12px !important;
  margin-left: -150px;
  float: left;
}

.radio label {
  padding-left: 30px !important;
  color: #a42d71;
}

.radio input {
  margin-top: 3px !important;
}

.styling1 label {
  font-size: 20px !important;
}

.styling1 input {
  height: 45px;
  width: 95%;
  border-color: #0f000021;
}

  .styling1 input::placeholder {
    color: #757575 !important;
  }

.styling2 {
  margin-left: 40%;
}

.styling3 {
  padding: 6px 25px !important;
  margin-left: 153px;
  width: 55% !important;
}

.login-style p {
  text-align: center;
}

.login-style span a {
  color: #a42d71;
  font-size: 20px;
  font-weight: 500;
}

  .login-style span a:hover {
    color: black;
    font-size: 20px;
  }

.book-now2 {
  width: 80%;
  margin-left: 100px;
}

.book-page1 {
  overflow: hidden !important;
  border: 1px solid #ccc !important;
  background-color: white !important;
  width: 100% !important;
}

.tab1 button {
  padding: 20px 49px !important;
  font-size: 22px !important;
}

.form-group2 {
  margin-bottom: 20px;
  font-size: 18px;
  margin-left: 20px;
}

.cp-outer1 {
  padding: 17px 0px 0px 67px !important;
}

.booking-inner1 select, .booking-inner1 input[type=text] {
  min-width: 256px !important;
  height: 46px !important;
  line-height: 20px !important;
}

.date1 input[type=date] {
  width: 200px !important;
  height: 40px !important;
  border: 2px solid #0f000021;
}

.date2 input[type=date] {
  width: 168px !important;
  height: 40px !important;
  border: 2px solid #0f000021;
}

.date1 select {
  width: 50px !important;
  height: 40px !important;
}

.date-inner {
  margin-right: 6px !important;
}

.col {
  width: 42% !important;
}

.col-1 {
  width: 34% !important;
}

.cp-outer2 {
  padding: 59px 0px 0px 67px !important;
}

.book-now-1 {
  margin-top: -22% !important;
  margin-left: 65% !important;
}

.text-area textarea {
  width: 96%;
  height: 100px;
  border: 1px solid #ced6dc;
}

.btn-1 {
  max-width: 220px !important;
}

.box1 {
  -webkit-box-shadow: #aaa 0px 0px 30px;
  width: 100% !important;
}

.box8 th {
  padding: 21px 13px 9px 9px !important;
  background-color: #2f2d28;
  color: white;
}

.box7 td {
  padding: 27px 13px 24px 7px !important;
}

.inner-holder3 a button {
  font-size: 18px;
  color: #fff;
  padding: 7px 20px 8px;
  display: inline-block;
  border: 0;
  border-bottom: 4px solid #efc258;
  box-shadow: none;
  background-color: #a42d71;
  float: right;
  margin-right: 20px;
  border-radius: 5px;
}

.mass {
  margin-top: 28%;
  margin-bottom: 150px;
}

.row6 {
  border: 1px solid #a42d71;
  padding: 50px 50px;
  margin-left: 98px;
  margin-right: 0;
  width: 87%;
}

.bookid {
  font-family: 'exo 2',sans-serif;
  font-size: 25px;
  text-align: center;
}

.book-login1 {
  width: 60%;
}

.book-pick select {
  width: 83%;
}

.orb {
  margin-left: 42%;
  margin-top: -4%;
}

.book-pick2 select {
  width: 70%;
}

.time-1 input[type=text] {
  width: 163px !important;
  height: 40px !important;
  border: 2px solid #0f000021 !important;
}

/*-- Why choose us --*/
.choose {
    bottom: -15%;
    width: 78%;
    left: 0;
    margin: 0 auto;
    right: 0;
    
}
.choose-grid h3 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 32px;
}
a {
    color: #a42d71;
}
.choose-icon span.fa {
    font-size: 40px;
        color: rgb(217, 0, 0);
}
.choose-icon {
    background: #fff;
    padding: 3em 1em;
    width: 32%;
    margin-right: 5px;
    float: left;
    height: 260px;
    box-shadow: 7px 7px 10px 0 rgba(76, 110, 245, .1);
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
}
.choose-icon:hover  {
    transform: scale(1.1);
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-o-transition: 0.5s all;
}
.mt-4, .my-4 {
    margin-top: 1.5rem !important;
}
h2.heading,h3.heading {
    text-transform: uppercase;
    font-size: 45px;
    letter-spacing: 1px;
    font-weight: 600;
}
/*-- //Why choose us --*/
.position-absolute {
    position: absolute !important;
}
.text-center {
    text-align: center !important;
}
@media (min-width: 992px)
.d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.toggle_radio{
  position: relative;
  background: rgba(255,255,255,.1);
  margin: 4px auto;
  overflow: hidden;
  padding: 0 !important;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  position: relative;
  height: 26px;
  width: auto;
}
.toggle_radio > * {
  float: left;
}
.toggle_radio input[type=radio]{
  display: none;
  /*position: fixed;*/
}
.toggle_radio label{
  font: 90%/1.618 "Source Sans Pro";
  color: rgba(255,255,255,.9);
  z-index: 0;
  display: block;
  width: auto;
  height: 30px;
  margin: 3px 3px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  cursor: pointer;
  z-index: 1;
  /*background: rgba(0,0,0,.1);*/
  text-align: center;
  /*margin: 0 2px;*/
  /*background: blue;*/ /*make it blue*/
}
.toggle_option_slider{
  /*display: none;*/
  /*background: red;*/
  width: 100px;
  height: 20px;
  position: absolute;
  top: 3px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  -ms-transition: all .4s ease;
  transition: all .4s ease;
}

#first_toggle:checked ~ .toggle_option_slider{
  background: rgba(255,255,255,.3);
  left: 3px;
}
#second_toggle:checked ~ .toggle_option_slider{
  background: rgba(255,255,255,.3);
  left: 109px;
}
#third_toggle:checked ~ .toggle_option_slider{
  background: rgba(255,255,255,.3);
  left: 215px;
}
/*Tab*/
.section-bg .tab {
    padding-top: 50px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    background: transparent;
    width: 98%;
    margin: 0 auto;
    font-family: 'Roboto', sans-serif;
    line-height: 1.5;
    font-weight: 300;
    color: #888;
    -webkit-font-smoothing: antialiased;
    border: 0px;
}

.tabs {
    display: table;
    position: relative;
    overflow: hidden;
    margin: 0;
    width: 100%;
    display: table;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 10px 20%;
    width: 100%;
}
a.readmore {
    display: block;
    margin: 10px 0px;
    padding-top: 10px;
}

    .tabs li {
        float: left;
        line-height: 38px;
        overflow: hidden;
        padding: 0;
        position: relative;
        width: 25%;
    }

.tabs a {
    color: white;
    font-weight: 500;
    display: block;
    border-bottom: 2px solid #999b99;
    letter-spacing: 0;
    outline: none;
    font-weight: 600;
    text-align: center;
    padding: 0 20px;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.tabs_item {
    display: none;
    padding: 30px 0;
}

    .tabs_item h4 {
        font-weight: bold;
        color: #87d3b7;
        font-size: 20px;
    }

    .tabs_item img {
        width: 200px;
        float: left;
        margin-right: 30px;
    }

    .tabs_item:first-child {
        display: block;
    }

.current a {
    color: #a42d71;
    background: transparent;
    border-bottom: 2px solid #d82a2b;
    text-align: center;
}
/* Popup box BEGIN */
.hover_bkgr_fricc{
    background:rgba(0,0,0,.4);
    cursor:pointer;
    display:none;
    height:100%;
    position:fixed;
    text-align:center;
    top:0;
    width:100%;
    z-index:10000;
}
.hover_bkgr_fricc .helper{
    display:inline-block;
    height:100%;
    vertical-align:middle;
}
.hover_bkgr_fricc > div {
    background-color: #fff;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    height: auto;
    max-width: 551px;
    min-height: 100px;
    vertical-align: middle;
    width: 60%;
    position: relative;
    border-radius: 8px;
    padding: 15px 5%;
}
.popupCloseButton {
    background-color: #fff;
    border: 3px solid #999;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 25px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
}
.popupCloseButton:hover {
    background-color: #ccc;
}
.trigger_popup_fricc {
    cursor: pointer;
    font-size: 20px;
    margin: 20px;
    display: inline-block;
    font-weight: bold;
}
/* Popup box BEGIN */



.prefooter {
    position: relative;
    margin-top: 84%;
    margin-bottom: 4%;
    z-index: -1;
}

.prefooter-container #logo-bottom {
    left: -45px;
    position: absolute;
    top: -100px;
    z-index: 7;
}
.noIE .animated.animation-done {
    opacity: 1;
}
#logo-bottom .bglogo1,{background-color: #a42d71;}
.prefooter-container .bglogo1 {
    border-right: 5px solid #fff;
}
.title-line {
    background: none repeat scroll 0 0 #676767;
    left: 0;
    padding: 20px;
    position: absolute;
    top: -22px;
    width: 100%;
}
.title-line:after{    background-color: #a42d71;}
.title-line:after {
    content: "";
    left: 325px;
    padding: 3px;
    position: absolute;
    top: 39px;
    width: 61%;
}
.btn{ background-image: none;
    border: 1px solid transparent;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: 'Fjalla One', sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;   background-color: #a42d71;}
	.btn.btn-main i {
    background: none repeat scroll 0 0 #000;
    display: block;
    padding: 14px;
    position: absolute;
    right: -54px;
    top: -11px;
	}
	.box-prefoot h4 {
    color: #fff;
    margin-top: -83px;
    padding-bottom: 55px;
}
.unstyled {
    list-style: none;
    margin: 0;
    padding: 0;
}
.prefooter-container .entry-thumbnail {
    float: left;
    margin-bottom: 0;
    margin-right: 10px;
}
.prefooter-container .entry-thumbnail a {
    display: block;
    position: relative;
}
.entry-header {
    margin-bottom: 10px;
    position: relative;
}
.entry-title {
    position: relative;
    text-transform: uppercase;
}
.entry-title a {
    text-decoration: none;
}
.entry-title a:before {
    content: attr(data-hover);
    height: 24px;
    left: 0;
    margin: 0;
    max-width: 0;
    overflow: hidden;
    position: absolute;
    top: 4px;
    transition: max-width 2s ease 0s;
    color: #a42d71;
}
.para{font-size: 14px;    margin-top: 3px;}
.entry-title {
    position: relative;
    text-transform: uppercase;
	    font-size: 14px;
}
.btn-main:after{content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
background-color: rgba(255,255,255,.4);}
.prefooter-container .entry-datetime {
    color: #ccc;
    font-size: 10px;
    display: none;
}
.btn-lg{padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;border-radius:0px;    margin-top: 10px;}
	.prefooter-container .entry-comments{background-color: #a42d71;}
	.prefooter-container .entry-comments {
    margin-left: 5px;
    color: #fff;
    display: inline-block;
    padding: 2px 10px;
    transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
    -webkit-transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
	}
	.prefooter-container .entry-comments a {
    transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
    -webkit-transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
	color: #fff;
    display: inline-block;
    font-size: 12px;}
	.fa-star:before {
    content: "\f005";
}
.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
.box-prefoot h4 {
    color: #fff;
    margin-top: -83px;
    padding-bottom: 55px;
}
#flickr-feed {
    height: 255px;
    list-style: none outside none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}
#flickr-feed li {
    display: inline-block;
    list-style: none outside none;
   margin: 0 6px 6px 0;
    padding: 0;
    border: 1px solid #ccc;
}
#flickr-feed li a {
    position: relative;
    display: block;
}
.tweet-box {
    margin: 0;
    padding: 0;
}
.tweet-box li {
    border-bottom: 1px solid #eeeeee;
    list-style: none outside none;
    margin: 0 0 10px;
    padding: 0 0 10px;
}
.tweet-box .tw-icon {
    background: none repeat scroll 0 0 #000;
    color: #fff;
    display: inline-block;
    float: left;
    height: 30px;
    padding: 6px;
    position: relative;
    text-align: center;
    width: 30px;
    transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
    -webkit-transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
    -moz-transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
    -o-transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
    -ms-transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
}
.tweet-box .tw-icon i {
    display: inline-block;
    transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
    -webkit-transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
}
.fa-twitter:before {
    content: "\f099";
}
.tweet-content {
    color: #858585;
    float: left;
    font-size: 13px;
    margin: 0 0 10px 13px;
    width: 212px;
}
.tweet-datetime {
    color: #cccccc;
    font-size: 10px;
    text-align: right;
}
#logo-bottom .bglogo1{background-color: #a42d71;}
.prefooter-container .bglogo1 {
    border-right: 5px solid #fff;
}
.bglogo1 {
    display: block;
    padding: 30px 0;
    text-align: center;
    width: 350px;
    z-index: 10;
    margin-bottom: 5px;
}
#logo-bottom:after {
    background: none repeat scroll 0 0 #000;
    bottom: 0;
    content: "";
    height: 13px;
    left: 8%;
    position: absolute;
    width: 70%;
    z-index: 77;
    transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
    -webkit-transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
}
.prefooter-container #logo-bottom:before {
    background: none repeat scroll 0 0 #fff;
    bottom: -4px;
    content: "";
    height: 30px;
    left: -9%;
    position: absolute;
    width: 20%;
    z-index: 78;
    transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
    -webkit-transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
}
.transform-please-2 {
    transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
    /* -webkit-transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px); */
}
.prefooter-container {
    padding-top: 70px;
    position: relative;
}
.btn {
    transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
    -webkit-transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
}
.btn span {
    display: block;
    transform: rotate(0deg) scale(1.003) skew(26deg) translate(0px);
    -webkit-transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
}
.btn.btn-main i {
    background: none repeat scroll 0 0 #000;
    display: block;
    padding: 14px;
    position: absolute;
    right: -54px;
    top: -11px;
    transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
    -webkit-transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
}
.car-right {
 
    right: 0;
    top: 50%;

  
    margin-top: -281px;
}
.car-right img.slideleft {
  animation: mymove 4s 1;
  animation-delay: 2s;
}


@keyframes mymove {
   from {
        right: -20%;
    }
    to {
        right: 0%;
    }
}
.car-right img {
  position: relative;
    transform: translate3d(480px, 0px, 0px);
   
}
.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 16px;
    /* right: 26px; */
    left: 25px;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
}
.tab5{
  float: left;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  width: 30%;
  height: auto;
}

/* Style the buttons inside the tab */
.tab5 button {
  display: block;
    border-bottom: 1px solid #000;
    background-color: inherit;
    color: black;
    padding: 15px 18px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
    line-height: 23px;
    border-top: 1px solid #ccc;
}

/* Change background color of buttons on hover */
.tab5 button:hover {
  background-color: #ddd;
}

/* Create an active/current "tab button" class */
.tab5 button.active {
  background-color: #a42d71;
  color:#fff;
}


/* Style the tab content */
.tabcontentp{
 float: left;
    padding: 0px 21px;
    /* border: 1px solid #ccc; */
    width: 68%;
    border-left: none;
    height: auto;
}
.hentry {
    display: inline-block;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: inset 0 0 0 1px #DFDFD0;
    -moz-box-shadow: inset 0 0 0 1px #DFDFD0;
    box-shadow: inset 0 0 0 1px #DFDFD0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.ljk li{position: relative;
    padding: 0 0 10px 15px;
    margin-top: 11px !important;
    font-size: 15px;
    line-height: 20px;}
.ljk li:before{	content: "\2022";
    font-size: 30px;
    color: #a42d71;
    position: absolute;
    top: -5px;
    left: 0;
}
.entry-content h2{font-size: 34px;}
.entry-content h3{font-size: 25px;}
.entry-content p{font-size: 16px;}
.hentry .entry-content {
    display: inline-block;
    padding: 25px;
}
.opl{    width: 100%;
    height: 267px;}
.prod{margin-bottom: 25px;
    margin-top: -92px;}
.sectionp.gray {
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    background: #FCFCFC;
}
.sectionp .subheading {
    font-size: 19px;
    font-weight: 200;
    line-height: 1.3em;
    display: block;
    text-align: center;
    margin-bottom: 34px;
    display: block;
}
.row1 .small-4 {
    position: relative;
    width: 33.33333%;
}
.black-box {
    background: black;
    color: white;
    padding: 10px;
    margin-bottom: 10px;
    display: none;
}
.hint-left {
    float: right;
    text-align: right;
}
.hint {
    max-width: 250px;
}
.hint h3 {
    color: #f8c508;
    display: inline-block;
}
.hint p {
    font-size: 16px;
    font-weight: 200;
}
.view {
  width: 320px;
    height: 200px;
    margin: 12px 0px;
    float: left;
    border: 10px solid #fff;
    overflow: hidden;
    position: relative;
    text-align: center;
    -webkit-box-shadow: 1px 1px 2px #e6e6e6;
    -moz-box-shadow: 1px 1px 2px #e6e6e6;
    box-shadow: 1px 1px 2px #e6e6e6;
    cursor: default;
   
}
.view-tenth p {
    color: #333;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.view p {
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 16px;
    position: relative;
    color: #fff;
    padding: 10px 20px 20px;
    text-align: center;
}
.row .small-4 {
    position: relative;
    width: 33.33333%;
}
.view-tenth img {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}
.view img {
    display: block;
    position: relative;
}
.view-tenth h2 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    background: transparent;
    margin: 20px 40px 0px 40px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    color: #333;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}
.view h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    padding: 10px;
    padding-top: 0px;
    background: rgba(0, 0, 0, 0.8);
    margin: 20px 0 0 0;
}
.view-tenth .mask {
    background-color: #f8c508;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}
.row1{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 62.5em;
}
.columns {
        float: left;
    min-height: 1px;
    padding: 0px 0px;
    position: relative;
    width: 100%;
}
.view:hover{
    width: 300px;
    height: 200px;
    margin: 10px;
    float: left;
    border: 10px solid #fff;
    overflow: hidden;
    position: relative;
    text-align: center;
    -webkit-box-shadow: 1px 1px 2px #e6e6e6;
    -moz-box-shadow: 1px 1px 2px #e6e6e6;
    box-shadow: 1px 1px 2px #e6e6e6;
    cursor: default;
   
}
.view-tenth:hover img {
    -webkit-transform: scale(0.9);
   
    transform: scale(0.9);
  
    opacity: 1;
}
	.view-tenth:hover .mask {
   
    opacity: 1;
	
}
.view-tenth:hover h2{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}
.grads{background-image: linear-gradient(to right, #a42d71 0%, #a42d71 51%, #a42d7100 100%);background-color: #fecc0c;}
.grads:hover{background-position: right center;}
.bnh{    margin-left: -7%;}
 .bnh1 {margin-left: 7%;}
.fght{width: 30%;
    margin-left: -2%;
    margin-bottom: 25px;}
	.fght1{width: 30%;
    margin-left: 5%;}
	.space{width:100%;}
	.lgh{width: 69%;
    /* margin-top: -1%; */
    text-align: center;
    margin: 0 auto;
	margin-bottom: 29px;}
	.lgh1{width: 69%;
    /* margin-top: -1%; */
    text-align: center;
    margin: 0 auto;
    /* margin-bottom: 29px; */
    padding-top: 27px;}
	
	.cp-taxi-section {
    float: left;
    width: 100%;
    padding-bottom: 70px;
	margin-top: -5%;
    margin-bottom: 10px;
	}
.cp-heading-style1, .cp-heading-style2 {
    float: left;
    width: 100%;
    margin: 0 0 57px;
    text-align: center;
    position: relative;
}
.cp-heading-style1 h2, .cp-heading-style2 h2 {
   font-size: 40px;
    line-height: 0px;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 12px 70px;
	padding-top: 30px;
}
.cp-heading-style1 h2:before, .cp-heading-style2 h2:before {
    right: 0;
    left: inherit;
   
}

.cp-heading-style1, .cp-heading-style2 {
    float: left;
    width: 100%;
    margin: 0 0 30px;
    text-align: center;
    position: relative;
}
.airport-tranfer {
    width: 100%;
    float: left;
}
.airport-tranfer-box {
    width: 24%;
    float: left;
    margin-left: 1%;
    box-shadow: 0px 0px 5px 0px;
    padding: 10px 8px 8px 8px;
    background-color: #fff;
}
.airport-tranfer-box h3 {
    text-align: center !important;
    font-weight: bold;
    font-size: 18px;
    color: #000;
}
.airport-tranfer-box p {
    text-align: center !important;
    color: #666666;
    font-size: 14px;
}
