/*
Theme Name: BusinessClass
Theme URI: 
Author: the QUp World team
Author URI: https://qupworld.com/
Description: 
Version: 1.0
Text Domain: BusinessClass
*/
body a {
  cursor: pointer;
}
.header-overflow {
  overflow: hidden;
}
#header {
  position: fixed;
  width: 100%;
  z-index: 2000;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 10px 0;
}
#header img {
  cursor: pointer;
  width: 60px;
  float: left;
  margin-left: 20px;
}
#header #logo-menu {
  position: absolute;
  right: 20px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  top: 13px;
}
#header #logo-menu .icon-logo-menu-1 {
  height: 3px;
  background-color: #38485f;
  margin-bottom: 5px;
  transition: all 0.3s ease;
  position: relative;
}
#header #logo-menu .icon-logo-menu-2 {
  height: 3px;
  background-color: #38485f;
  margin-bottom: 5px;
  transition: all 0.3s ease;
}
#header #logo-menu .icon-logo-menu-3 {
  height: 3px;
  background-color: #38485f;
  margin-bottom: 5px;
  position: relative;
  transition: all 0.3s ease;
}
#header .icon-logo-menu-click-1 {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  -moz-transform: rotate3d(0, 0, 1, 45deg);
  -o-transform: rotate3d(0, 0, 1, 45deg);
  top: 10px;
  transition: all 0.5s ease;
}
#header .icon-logo-menu-click-2 {
  opacity: 0;
  transition: all 0s ease;
}
#header .icon-logo-menu-click-3 {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  -moz-transform: rotate3d(0, 0, 1, -45deg);
  -o-transform: rotate3d(0, 0, 1, -45deg);
  transition: all 0.5s ease;
  bottom: 6px;
}
@media (min-width: 768px) {
  #header {
    padding: 10px 0;
  }
  #header img {
    width: 80px;
  }
  #header ul {
    position: absolute;
    list-style: none;
    right: 10px;
    bottom: 10px;
    margin: 0px;
  }
  #header ul li {
    float: left;
    padding: 0px;
  }
  #header ul li a {
    color: white;
    text-decoration: none;
    font-size: 14px;
    padding: 0 10px;
    border-right: 2px solid white;
    cursor: pointer;
  }
  #header ul li a:hover {
    color: #38485f;
  }
  #header ul li:last-child a {
    border-right: none;
  }
}
@media (min-width: 992px) {
  #header {
    padding: 10px;
  }
  #header img {
    margin-left: 60px;
    width: 89px;
  }
  #header ul {
    right: 50px;
    bottom: 15px;
  }
  #header ul li a {
    font-size: 18px;
    padding: 0 15px;
  }
}
@media (min-width: 1200px) {
  #header {
    padding: 10px;
  }
  #header img {
    margin-left: 50px;
	
  }
}
#menu {
  position: fixed;
  height: 300px;
  width: 100%;
  padding-top: 50px;
  top: -460px;
  background-color: black;
  z-index: 1001;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4 ease-in-out;
  transition: all 0.4 ease-in-out;
}
#menu #logo-menu2 {
  font-size: 30px;
  color: white;
  cursor: pointer;
}
#menu ul {
  list-style: none;
  text-align: center;
  padding: 0px;
}
#menu ul li a {
  display: inline-block;
  width: 70%;
  color: #8d8d8d;
  text-decoration: none;
  font-size: 16px;
  padding: 5px 0;
  cursor: pointer;
  border-bottom: 1px solid #8d8d8d;
}
#menu ul li a:hover {
  color: #38485f;
}
#menu.open {
  top: 55px;
}
#menu #click {
  position: fixed;
  width: 100%;
  height: 150%;
  cursor: pointer;
  z-index: 10;
  display: none;
}
#menu .click-open {
  display: inherit !important;
}
#banner .carousel-inner > .item > a > img,
#banner .carousel-inner > .item > img,
#banner .img-responsive,
#banner .thumbnail a > img,
#banner .thumbnail > img {
  display: inline;
}
#banner .item > img {
  width: 100%;
}
#banner .bt-bn img {
  width: 42%;
  margin-right: 10px;
  max-width: 120px;
}
#banner br {
  display: none;
}
#banner span {
  font-size: 20px;
  display: inline-block;
  margin-bottom: 20px;
}
#banner .content-banner-1,
#banner .content-banner-3 {
  top: 30%;
}
#banner .content-banner-2,
#banner .content-banner-4,
#banner .content-banner-5 {
  top: 25%;
}
#banner .carousel-indicators li {
  background-color: white;
  border: white;
}
#banner .carousel-indicators li.active {
  background-color: #38485f;
  border: #38485f;
}
@media (min-width: 768px) {
  #banner .carousel-indicators {
    margin-bottom: 0px;
  }
  #banner br {
    display: inherit;
  }
  #banner span {
    font-size: 22px;
  }
  #banner .content-banner-1 {
    top: 30%;
    left: 47%;
    right: auto;
    text-align: left;
  }
  #banner .content-banner-2 {
    top: 30%;
    right: 43%;
    left: auto;
    text-align: left;
  }
  #banner .content-banner-3 {
    top: 30%;
    left: 47%;
    right: auto;
    text-align: left;
  }
  #banner .content-banner-4 {
    top: 30%;
    right: 45%;
    left: auto;
    text-align: left;
  }
  #banner .content-banner-5 {
    top: 30%;
    left: 49%;
    right: auto;
    text-align: left;
  }
}
@media (min-width: 992px) {
  #banner span {
    font-size: 28px;
  }
  #banner .bt-bn img {
    max-width: 160px;
  }
}
@media (min-width: 1200px) {
  #banner span {
    font-size: 34px;
  }
}
@media (min-width: 1500px) {
  #banner span {
    font-size: 49px;
  }
}
#what {
  text-align: center;
  padding: 40px 0;
}
#what h2 {
  margin-bottom: 20px;
  color: black;
}
#what br {
  display: none;
}
#what span {
  font-size: 16px;
}
#what .title-what + span {
  text-align: justify;
  display: block;
}
#what h3 {
  margin-top: 60px;
  font-size: 22px;
  font-weight: bold;
}
#what .what-img {
  width: 120px;
  padding: 20px 0 0 0;
  border-radius: 5px;
}
#what a > img {
  width: 42%;
  margin: 20px 5px 0 5px;
  max-width: 120px;
  cursor: pointer;
}
#what .title-what {
  display: block;
  color: #000000;
  font-size: 26px;
  text-align: center !important;
  margin-bottom: 10px;
  margin-top: 10px;
}
@media (min-width: 768px) {
  #what br {
    display: inherit;
  }
  #what .title-what {
    font-size: 30px;
  }
  #what .what-img {
    width: 129px;
  }
  #what h2 {
    font-weight: normal;
    font-size: 40px;
  }
  #what .title-what + span {
    height: 150px;
  }
  #what a > img {
    max-width: 160px;
  }
}
@media (min-width: 992px) {
  #what .title-what + span {
    height: 200px;
  }
  #what span {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  #what .title-what + span {
    height: 180px;
  }
}
#service {
  position: relative;
  text-align: center;
}
#service h2 {
  margin-top: 30px;
}
#service br {
  display: none;
}
#service .service-img {
  width: 100%;
}
#service #content-service {
  position: absolute;
  color: white;
  width: 100%;
  text-align: center;
  top: 7%;
}
#service #content-service span {
  display: block;
  margin-bottom: 20px;
}
#service .booknow {
  position: absolute;
  bottom: 4%;
  width: 100%;
  text-align: center;
}
#service a {
  display: inline-block;
  width: 120px;
  height: 35px;
  background-color: #38485f;
  text-decoration: none;
  color: white;
  line-height: 35px;
  border-radius: 5px;
}
@media (min-width: 768px) {
  #service #content-service {
    top: 2%;
  }
  #service .service-img {
    max-height: none;
  }
  #service h2 {
    font-size: 30px;
    font-weight: normal;
    margin-top: 0px;
  }
  #service br {
    display: inherit;
  }
  #service .booknow {
    bottom: 5%;
  }
  #service a {
    width: 150px;
    height: 40px;
    font-size: 18px;
    line-height: 40px;
    border-radius: 5px;
  }
}
@media (min-width: 992px) {
  #service #content-service {
    top: 5%;
  }
  #service #content-service span {
    font-size: 18px;
  }
  #service h2 {
    font-size: 36px;
    margin-bottom: 10px;
  }
  #service .booknow {
    bottom: 6%;
  }
}
@media (min-width: 1200px) {
  #service #content-service span {
    font-size: 20px;
  }
  #service h2 {
    font-size: 40px;
    margin-bottom: 10px;
  }
}
#fare {
  background-image: url(img/fare.bg.jpg);
  text-align: center;
  padding: 20px 0;
}
#fare h2 {
  margin-bottom: 50px;
  color: black;
}
#fare select {
  padding: 5px;
  width: 80%;
  margin-bottom: 20px;
  border: solid 1px;
  color: black;
  outline: none;
  font-weight: bold;
  font-size: 16px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#fare a {
  display: inline-block;
  width: 120px;
  height: 35px;
  background-color: #38485f;
  text-decoration: none;
  color: white;
  line-height: 35px;
  border-radius: 5px;
  margin-top: 30px;
}
#fare .fare-img img {
  width: 100%;
  max-width: 590px;
}
#fare .data {
  display: none;
}
#fare .car-type-data.active {
  display: inherit;
}
#fare .data table {
  width: 100%;
}
#fare .data table td {
  padding: 10px 0;
  font-weight: bold;
}
#fare .data table td {
  border-bottom: #7F7F7F solid 1px;
}
#fare .data table tr:last-child td {
  border-bottom: 0;
}
#fare #car-type-select {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  #fare {
    padding-bottom: 50px;
  }
  #fare a {
    width: 150px;
    height: 40px;
    font-size: 18px;
    line-height: 40px;
    border-radius: 5px;
  }
  #fare #car-type-switch {
    position: relative;
    background-image: url(img/fare.bg.road.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 585px;
    margin: 20px auto;
    height: 62px;
  }
  #fare #car-type-switch .anchor {
    display: inline-block;
    width: 25px;
    height: 62px;
    position: absolute;
    cursor: pointer;
  }
   #fare #car-type-switch .x {
    left: 15px;
  }

  #fare #car-type-switch .xl {
    left: 282px;
  }
  #fare #car-type-switch .bus {
    left: 547px;
  }
  #fare #car-type-switch span.display {
    display: inline-block;
    width: 62px;
    height: 62px;
    background-image: url(img/car.choose.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
  }
  #fare .car-type-switch-text {
    font-weight: bold;
    display: inline-block;
    width: 645px;
    color: #878787;
    height: 30px;
    position: relative;
    margin-bottom: 70px;
    margin-top: -10px;
  }
  #fare .car-type-switch-text span {
    position: absolute;
    cursor: pointer;
    font-size: 16px;
  }
  #fare .car-type-switch-text span.x {
    left: 30px;
  }
  #fare .car-type-switch-text span.xl {
    left: 298px;
  }
  #fare .car-type-switch-text span.bus {
    left: 556px;
  }
  #fare .car-type-switch-text .active {
    color: black;
  }
}
#contact {
  position: relative;
  color: white;
  text-align: center;
}
#contact > img {
  width: 100%;
}
#contact br {
  display: none;
}
#contact .contact-content {
  position: absolute;
  top: 18%;
  width: 100%;
}
#contact span {
  display: inline-block;
  font-size: 15px;
  margin: 0 0 20px 0;
}
#contact .contact-img img {
  width: 40px;
  display: inline-block;
  margin: 0 5px;
  border-radius: 5px;
  cursor: pointer;
}
@media (min-width: 768px) {
  #contact br {
    display: inherit;
  }
  #contact .contact-content {
    top: 10%;
  }
  #contact h2 {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  #contact span {
    font-size: 18px;
  }
  #contact .contact-content {
    top: 15%;
  }
  #contact .contact-img img {
    width: 50px;
    margin: 0 15px 0 0;
  }
}
@media (min-width: 1200px) {
  #contact .contact-content {
    top: 25%;
  }
  #contact span {
    font-size: 18px;
    margin-bottom: 40px;
  }
  #contact .contact-img img {
    width: 50px;
    margin: 0 15px 0 0;
  }
}
#footer {
  text-align: center;
}
#footer #footer-top {
  background-color: #141416;
  color: white;
  padding: 15px 0;
}
#footer #footer-top span {
  display: block;
  color: #58585a;
  font-size: 18px;
  margin: 20px 0 10px 0;
}
.img-footer{
	margin-top: 20px;
	max-width: 100%;
}
@media(min-width: 768px){
	#footer #footer-top span {
		font-size: 15px;
	}
}
@media(min-width: 992px){
	#footer #footer-top span {
		font-size: 18px;
	}
}
#footer #footer-top a {
  display: inline-block;
  font-size: 16px;
  text-decoration: none;
  color: white;
  cursor: pointer;
}
#footer #footer-bottom {
  background-color: #020202;
  height: 50px;
  line-height: 50px;
  color: #58585a;
}
#footer #footer-bottom span {
  display: block;
  font-size: 12px;
}
@media (min-width: 768px) {
  #footer #footer-top {
    text-align: left;
  }
  #footer .footer-border {
    border-right: 2px solid white;
    padding-right: 10px;
    margin-right: 5px;
  }
  #footer #footer-bottom span {
    font-size: 18px;
  }
}
.img-top {
  width: 100%;
  min-height: 190px;
}
#legal-top {
  margin-top: -115px;
  text-align: center;
}
#legal-top span {
  display: block;
  color: white;
  font-size: 26px;
  margin-top: 0px;
}
#content-terms {
  padding-bottom: 80px;
  font-size: 18px;
}
#content-terms h1 {
  margin: 50px 0 20px 0;
  text-transform: capitalize;
  text-align: center;
  font-size: 28px;
}
#content-terms h2 {
  font-size: 22px;
}
#content-terms span {
  display: inline-block;
  margin: 30px 0 10px 0;
  font-size: 18px;
  width: 40px;
  font-weight: bold;
  color: white;
  height: 40px;
  background-color: black;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  margin-right: 20px;
}
@media (min-width: 768px) {
  #legal-top {
    margin-top: -170px;
    margin-bottom: 80px;
  }
}
@media (min-width: 992px) {
  #legal-top {
    margin-top: -190px;
    margin-bottom: 100px;
  }
}
@media (min-width: 1200px) {
  #legal-top {
    margin-top: -240px;
    margin-bottom: 130px;
  }
}
#content-privacy {
  padding-bottom: 70px;
}
#content-privacy img {
  width: 100%;
}
#content-privacy {
  padding-bottom: 80px;
}
#content-privacy h1 {
  margin: 50px 0 20px 0;
  text-transform: capitalize;
  text-align: center;
  font-size: 28px;
}
#content-privacy h2 {
  font-size: 22px;
}
#content-privacy span {
  display: inline-block;
  margin: 30px 20 10px 0;
  font-size: 18px;
  width: 40px;
  font-weight: bold;
  color: white;
  height: 40px;
  background-color: black;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
}
#content-privacy p {
  font-size: 18px;
}
/*****************************************************************************************************
                                            SUPPORT
******************************************************************************************************/
.img-top {
  width: 100%;
}
#support-top {
  margin-top: -110px;
  text-align: center;
}
.img-top {
  min-height: 190px;
}
#content-support h2 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 70px;
  font-size: 26px;
}
#support-top p {
  color: white;
  font-size: 18px;
  margin-top: 0px;
}
#content-support h3 {
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  display: block;
}
#content-support p {
  font-size: 18px;
  margin-left: 30px;
}
#content-support strong {
  margin-left: 10px;
}
.support-bottom {
  background-color: #f3f3f3;
  height: 100px;
  font-size: 15px;
  margin-top: 50px;
  padding-top: 40px;
}
.support-bottom a {
  color: #2486fa;
}
.fa-plus:before {
  font-size: 14px;
  margin-right: 10px;
}
.fa-minus:before {
  font-size: 14px;
  margin-right: 10px;
}
@media (min-width: 768px) {
  /*****************************************************************************************************
                                            SUPPORT
******************************************************************************************************/
  #support-top {
    margin-top: -170px;
    margin-bottom: 80px;
  }
}
/*****************************************************************************************************
                                            SUPPORT
******************************************************************************************************/
@media (min-width: 992px) {
  #support-top {
    margin-top: -190px;
    margin-bottom: 100px;
  }
}
/*****************************************************************************************************
                                            SUPPORT
******************************************************************************************************/
@media (min-width: 1200px) {
  #support-top {
    margin-top: -240px;
    margin-bottom: 130px;
  }
}
.red {
  color: red;
  font-size: 16px;
}
#contact-form .form-group {
  display: inline-block;
  width: 100%;
  margin: 10px 0;
}
#contact-form .form-group label {
  font-weight: normal;
}
#contact-form #captchac {
  width: 25%;
}
#contact-form #captchar {
  width: 70%;
  float: right;
}
#contact-form .form-group input,
#contact-form .form-group textarea {
  width: 100%;
  background-color: transparent;
  border: #38485f solid 1px;
  padding: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  outline: none;
}
#contact-form input[type="submit"] {
  width: auto;
  padding: 7px 30px;
  background-color: #38485f;
  color: #fff;
  float: right;
}
#contact-form h2 {
  font-size: 26px;
  color: #38485f;
  margin-bottom: 15px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
  text-align: center;
  font-weight: bold;
  color: #38485f;
}
.modal-body {
  text-align: center;
}
.modal-footer {
  text-align: center;
}
.btn-default {
  color: white;
  background-color: #38485f;
  width: 80px;
  border-color: #38485f;
}
.btn-default:hover {
  color: white;
  background-color: #38485f;
  border-color: #38485f;
}
.modal-dialog {
  top: 100px;
}
.wpcf7-mail-sent-ok {
  display: none !important;
}
.wpcf7-validation-errors {
  display: none !important;
}
.contact-button-modal {
  display: inline-block;
  width: 50px;
  background-color: #38485f;
  color: white;
  text-decoration: none;
}
.contact-button-modal:hover {
  display: inline-block;
  width: 50px;
  background-color: #38485f;
  color: white;
  text-decoration: none;
}
.control-label {
  padding: 0px;
}
.desc {
  font-size: 18px;
}
.contact-h2 {
  margin: 70px 0 20px 0;
}
