body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}

a {
  color: #000;
  text-decoration: none;
}

.information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.content-part {
  width: 75%;
}

.content-part h2 {
  font-size: 25px;
  font-weight: 600;
  padding-top: 25px;
}

.content-part h3 {
  font-size: 20px;
  font-weight: 600;
  padding-top: 25px;
}

.content-part h3 {
  font-size: 18px;
  font-weight: 600;
}

.content-part h4 {
  font-size: 16px;
  font-weight: 600;
}

.content-part p {
  margin-top: 20px;
  line-height: 26px;
}

.content-part ul {
  margin: 15px 0px 15px 40px;
  line-height: 26px;
}

.content-part ul li {
  padding: 5px;
  list-style: disc;
}

.banner-services {
  width: 100%;
  height: 300px;
  background: url("../images/flight-banner.jpg") left/cover no-repeat;
  position: relative;
}

.banner-services img {
  width: 100%;
}

.banner-services:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
}

.content-part a {
  color: #ff6a00;
}

.banner.services-banner {
  background: url("../images/b2b-travel-portal.jpg") left/cover no-repeat;
}

.banner.services-banner-b2c {
  background: url("../images/b2c-travel-portal.jpg") left/cover no-repeat;
}

.banner-services.hotel-system {
  background: url("../images/Hotel-banner.jpg") left/cover no-repeat;
}

.banner-services.amadeus-software {
  background: url("../images/flight-gds-banner.jpg") left/cover no-repeat;
}

.banner-services.amadeus-gds {
  background: url("../images/gds-banner.jpg") left/cover no-repeat;
}

.banner-services.travel-agency {
  background: url("../images/travel-agency.jpg") left/cover no-repeat;
}

.banner-services.hotel-api {
  background: url("../images/Hotel-banner.jpg") left/cover no-repeat;
}

.banner-services.hotel-reservation {
  background: url("../images/Hotel-banner.jpg") left/cover no-repeat;
}

.banner-content-inner {
  position: absolute;
  text-align: center;
  color: #fff;
  width: 100%;
  top: 50%;
  z-index: 9;
  line-height: normal;
}

.banner-content-inner label {
  font-size: 20px;
}

.banner-content-inner h1 {
  font-size: 40px;
  font-weight: 800;
  margin: 15px 0px;
}

.banner-content-inner span {
  font-size: 16px;
}

.banner-content-inner span:after, .banner-content-inner span:before {
  content: '';
  display: inline-block;
  width: 50px;
  height: 1px;
  background: #fff;
  margin: 3px 20px;
}

.banner-content-inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 900px;
  margin: 40px auto 0;
  text-align: center;
}

.banner-content-inner ul li {
  width: 30%;
  background: #236B99;
  margin: 0 10px;
  font-size: 16px;
}

.banner-content-inner ul li a {
  color: #fff;
  padding: 15px;
  display: block;
}

.banner-content-inner ul li.hotel {
  background: #E3C862;
}

.banner-content-inner ul li.hotel img {
  width: 20px;
  height: 25px;
}

.banner-content-inner ul li.car {
  background: #E46344;
}

.banner-content-inner ul li.car img {
  width: 40px;
  height: 20px;
}

.banner-content-inner ul li img {
  width: 22px;
  display: inline-block;
  margin-right: 10px;
}

.breadcrumbs {
  padding-top: 20px;
}

.right-sidebar {
  width: 23%;
  border-left: 1px solid #ccc;
  padding-left: 25px;
}

.right-sidebar .right-bar li a {
  display: block;
  font-size: 15px;
  padding: 10px 12px 10px 30px;
}

.right-sidebar .right-bar li a {
  background: url(../images/common/next.svg) no-repeat 5px 12px;
}

.right-sidebar .right-bar li:hover {
  background: #f9ba48;
  color: #000;
  border-radius: 2px;
}

@media (max-width: 767px) {
  .content-part {
    width: 100% !important;
    text-align: justify;
  }
  .container {
    width: 100% !important;
  }
  .information {
    display: block;
    margin-top: 20px;
    -webkit-box-pack: justify;
    padding: 0 15px;
  }
  .right-sidebar {
    width: 100%;
    border-left: 1px solid #ccc;
    padding-left: 25px;
  }
  .right-sidebar {
    width: 100%;
    padding: 0px;
  }
  .right-sidebar {
    border: none;
  }
  .breadcrumbs {
    padding-left: 14px;
  }
  .right-sidebar
.right-bar li {
    background: #e6e6e6;
    margin-top: 10px;
  }
}

.steps {
  text-align: center;
  line-height: 28px;
  padding-bottom: 50px;
}

.all-steps {
  margin: 50px auto;
  position: relative;
  text-align: center;
  padding: 100px 0;
}

.all-steps article {
  position: absolute;
  text-align: center;
  width: 360px;
  font-size: 20px;
}

.all-steps article p {
  font-size: 16px;
  margin-top: 5px;
}

.all-steps .no1 {
  left: 22%;
  top: 0;
}

.all-steps .no2 {
  right: 7%;
  top: 0;
}

.all-steps .no3 {
  left: 3%;
  bottom: 0;
}

.all-steps .no4 {
  left: 43%;
  bottom: 0;
}

.all-steps figure:before {
  padding-top: 25%;
}

.perfect-quote {
  background: url("../images/perfect-bg.jpg") left/cover no-repeat;
  padding: 50px;
  position: relative;
  height: 470px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.perfect-quote .container {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.perfect-quote aside {
  font-size: 25px;
  color: #fff;
  width: 47%;
  text-align: center;
  font-weight: 800;
}

.perfect-quote aside ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
}

.perfect-quote aside ul li {
  width: 50%;
  font-size: 18px;
  padding: 35px 0;
  font-weight: 400;
}

.perfect-quote aside ul li:nth-of-type(-n+2) {
  border-bottom: 1px dashed #fff;
}

.perfect-quote aside ul li:nth-of-type(2n+1) {
  border-right: 1px dashed #fff;
}

.perfect-quote aside strong {
  display: block;
  font-size: 35px;
  font-weight: 800;
  margin-bottom: 5px;
}

.perfect-quote:after {
  content: '';
  display: block;
  background: #ff9d00;
  background: -webkit-gradient(linear, left top, right top, from(#ff9d00), color-stop(41%, #ff0909), color-stop(96%, #fc3815));
  background: linear-gradient(90deg, #ff9d00 0%, #ff0909 41%, #fc3815 96%);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.7;
}

.perfect-quote .quick-contact {
  position: absolute;
  left: 0;
  bottom: -110px;
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
  width: 100%;
}

.right-form {
  position: absolute;
  right: 0;
  top: 0px;
  background: #fff;
  z-index: 1;
  padding: 40px 30px;
  width: 42%;
  line-height: 24px;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-box-shadow: 0px 3px 6px #00000029;
          box-shadow: 0px 3px 6px #00000029;
  margin-bottom: 50px;
}

.right-form .title {
  font-size: 25px;
  font-weight: 800;
}

.right-form p {
  font-size: 13px;
  margin: 10px 0;
}

.right-form label {
  margin-right: 5%;
  width: 40%;
  border-right: 1px solid #707070;
}

.right-form label img {
  margin-right: 10px;
}

.right-form .input-box {
  border-bottom: 1px solid #E6E6E6;
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.right-form .input-box input {
  border: none;
  width: 50%;
}

.right-form textarea {
  width: 100%;
  height: 60px;
  border: none;
  padding: 0px;
}

.right-form .btn {
  margin-top: 20px;
  float: right;
  border: none;
}

.testimonial {
  padding: 110px 0 60px;
  text-align: center;
}

.testimonial figure:before {
  padding-top: 44%;
}

.testimonial p {
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

.testimonial span {
  display: block;
  font-weight: 600;
  font-size: 25px;
  margin: 10px 0;
}

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 30px 0 0px;
  list-style-type: none;
}

.slick-dots li {
  margin: 0 0.25rem;
}

.slick-dots button {
  display: block;
  width: 1rem;
  height: 1rem;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #D6D6D6;
  text-indent: -9999px;
}

.slick-dots li.slick-active button {
  background-color: #434343;
}
/*# sourceMappingURL=services.css.map */