@charset "UTF-8";
/*===========================================================================
MAIN STYLE
===========================================================================*/
body {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  padding-top: 80px; }

@media (max-width: 767px) {
  body {
    padding-top: 63px; } }
img {
  max-width: 100%; }

@media (min-width: 1200px) {
  .container {
    max-width: 1520px; } }
@media (max-width: 1635px) and (min-width: 1200px) {
  .container {
    max-width: 1200px; } }
.bg-secondary {
  background-color: #F2F6F7 !important; }

.btn {
  font-size: 14px;
  min-width: 145px;
  line-height: 34px; }
  .btn.btn-primary {
    background-color: #FEDD4D;
    border-color: #FEDD4D;
    color: #000; }
  .btn.btn-outline-primary {
    border-color: #FEDD4D;
    color: #000; }
  .btn.btn-secondary {
    background-color: #64C5ED;
    border-color: #64C5ED;
    color: #fff; }
    .btn.btn-secondary:hover {
      background-color: #90C7FF;
      border-color: #90C7FF; }
    .btn.btn-secondary:active {
      background-color: #74B0EE !important;
      border-color: #74B0EE !important; }
  .btn.btn-light {
    background-color: #f9f9f9;
    border-color: #f9f9f9;
    color: #748184; }
    .btn.btn-light:not(:disabled):not(.disabled).active, .btn.btn-light:not(:disabled):not(.disabled):active {
      background-color: #FEDD4D;
      border-color: #FEDD4D;
      color: #000; }
  @media (max-width: 767px) {
    .btn {
      line-height: 32px; } }

.dropdown-btn {
  background-color: transparent;
  border: none;
  box-shadow: none;
  cursor: pointer;
  font-size: 14px;
  outline: none; }
  .dropdown-btn span {
    display: inline-block;
    margin-right: 7px;
    display: none; }

.dropdown-toggle:after {
  content: '\f107';
  font-family: 'fontAwesome';
  color: #64C5ED;
  font-size: 14px;
  border: none;
  vertical-align: 0; }

.small-dropdown .dropdown-menu {
  min-width: 0;
  box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.04);
  border: none;
  border-radius: 8px; }
  .small-dropdown .dropdown-menu .dropdown-item {
    padding: 5px 10px; }
    .small-dropdown .dropdown-menu .dropdown-item.active {
      position: relative;
      background-color: #fff;
      color: #000; }
      .small-dropdown .dropdown-menu .dropdown-item.active:before {
        content: '•';
        position: absolute;
        top: 50%;
        right: 20px;
        margin-top: -12px;
        font-size: 24px;
        line-height: 1;
        color: #64C5ED; }
.small-dropdown.lang .dropdown-menu {
  width: 155px;
  margin-top: 10px;
  padding: 0;
  overflow: hidden; }
  .small-dropdown.lang .dropdown-menu a {
    padding: 10px 12px;
    border-top: 1px solid #EAEAEA; }
    .small-dropdown.lang .dropdown-menu a:first-child {
      border-top: none; }
    .small-dropdown.lang .dropdown-menu a img {
      max-width: 19px;
      margin-right: 8px; }
.small-dropdown.cur .dropdown-menu {
  width: 155px;
  margin-top: 10px;
  padding: 0;
  overflow: hidden; }
  .small-dropdown.cur .dropdown-menu a {
    padding: 10px 12px;
    border-top: 1px solid #EAEAEA; }
    .small-dropdown.cur .dropdown-menu a:first-child {
      border-top: none; }
    .small-dropdown.cur .dropdown-menu a img {
      max-width: 19px;
      margin-right: 8px; }

.section {
  padding: 100px 50px; }
  .section.sm {
    padding: 73px 50px; }
  @media (max-width: 1199px) {
    .section {
      padding: 75px 15px; }
      .section.sm {
        padding: 73px 15px; } }
  @media (max-width: 767px) {
    .section {
      padding: 60px 15px; }
      .section.sm {
        padding: 73px 15px; } }

.form-control {
  height: 64px;
  background: #F9F9F9;
  border: 1px solid #F1F1F1;
  padding: 8px 22px;
  font-size: 14px;
  border-radius: 8px; }
  .form-control.form-control-sm {
    height: 48px; }

.form-group {
  margin-bottom: 18px; }
  .form-group:last-child {
    margin-bottom: 0; }
    .form-group:last-child .btn {
      margin-top: 30px; }

label {
  font-size: 14px;
  margin-bottom: 12px; }

.form-row {
  margin-left: -8px;
  margin-right: -8px; }
  .form-row.small {
    margin-left: -3.5px;
    margin-right: -3.5px; }
    .form-row.small > .col, .form-row.small > [class*=col-] {
      padding-right: 3.5px;
      padding-left: 3.5px; }
  .form-row > .col, .form-row > [class*=col-] {
    padding-right: 8px;
    padding-left: 8px; }
  @media (max-width: 767px) {
    .form-row.small {
      margin-left: -8px;
      margin-right: -8px; }
      .form-row.small > .col, .form-row.small > [class*=col-] {
        padding-right: 8px;
        padding-left: 8px; } }

.has-search {
  position: relative; }
  .has-search .form-control-icon {
    position: absolute;
    bottom: 25px;
    right: 30px;
    font-size: 17px;
    color: #a9a7a7; }
  .has-search .form-control {
    padding-right: 55px; }
  @media (max-width: 767px) {
    .has-search .form-control-icon {
      bottom: 16px; } }

form .btn {
  line-height: 50px;
  border-radius: 8px; }

.area-field {
  line-height: 48px;
  position: relative;
  cursor: pointer; }
  .area-field:before {
    content: '';
    position: absolute;
    border-top: 6px solid #000;
    border-right: 3px solid transparent;
    border-left: 3px solid transparent;
    top: 50%;
    right: 8px;
    margin-top: -3px; }
  .area-field .pop-content {
    position: absolute;
    top: 100%;
    margin-top: 10px;
    background: #FFFFFF;
    box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.06);
    border-radius: 16px;
    width: 420px;
    padding: 20px;
    z-index: 2;
    left: 0;
    display: none; }
    .area-field .pop-content .btn {
      line-height: 34px;
      min-width: 0px;
      width: 100%;
      padding-left: 0;
      padding-right: 0; }
  @media (max-width: 991px) {
    .area-field .pop-content {
      left: auto;
      right: 0;
      padding: 12px; } }
  @media (max-width: 767px) {
    .area-field {
      line-height: 30px; } }
  @media (max-width: 480px) {
    .area-field .pop-content {
      width: 320px; } }

@media (max-width: 767px) {
  label {
    font-size: 13px;
    margin-bottom: 12px; }

  form .btn {
    line-height: 34px; }

  .form-control {
    height: 48px; } }
.input-group .size2 {
  max-width: 26%; }

.icon-list {
  margin: -10px -33px;
  padding: 0; }
  .icon-list li {
    display: inline-block;
    margin: 10px 33px;
    font-size: 16px; }
    .icon-list li img {
      margin-right: 19px; }
  @media (max-width: 991px) {
    .icon-list {
      margin-left: -15px;
      margin-right: -15px; }
      .icon-list li {
        margin: 13px 15px; } }

.title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px; }
  @media (max-width: 1199px) {
    .title {
      margin-bottom: 30px; } }
  @media (max-width: 767px) {
    .title {
      font-size: 24px; } }

.title-box {
  margin-bottom: 25px; }
  .title-box h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 0; }
  @media (max-width: 767px) {
    .title-box {
      margin-bottom: 20px; }
      .title-box h3 {
        font-size: 24px; } }

.link-btn {
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  position: relative;
  padding-right: 27px; }
  .link-btn.color {
    color: #64C5ED; }
    .link-btn.color span {
      background: url(../img/arrow_right_color.svg) no-repeat center; }
  .link-btn span {
    position: absolute;
    top: 50%;
    right: 0;
    background: url(../img/arrow_right.svg) no-repeat center;
    width: 18px;
    height: 10px;
    margin-top: -5px; }
  .link-btn.btn span {
    position: relative;
    display: inline-block;
    margin-left: 7px;
    background: url(../img/arrow_right_white.svg) no-repeat center; }
  .link-btn:hover {
    text-decoration: none; }

/*===========================================================================
END MAIN STYLE
===========================================================================*/
/*===========================================================================
HEADER
===========================================================================*/
.scroll-header .header {
  border-bottom-color: #EAEAEA; }

.header {
  padding-left: 50px;
  padding-right: 50px;
  border-bottom: 1px solid #fff;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  /* active state, i.e. menu open */ }
  .header .navbar {
    padding: 12.5px 0; }
  .header .btn {
    border-radius: 30px;
    line-height: 30px;
    min-width: 120px; }
  .header .mobile-menu-box {
    display: -ms-flexbox;
    display: flex; }
  .header .navbar-brand img {
    max-width: 120px; }
  .header .main-menu li {
    margin-left: 25px; }
    .header .main-menu li:first-child {
      margin-left: 0; }
    .header .main-menu li a {
      font-size: 14px;
      padding: 11px 17px;
      border: 1px solid transparent;
      border-radius: 8px;
      color: #011C23;
      text-decoration: none; }
      .header .main-menu li a.active {
        border-color: #FEDD4D; }
  .header .menu-btn {
    position: absolute;
    overflow: hidden;
    padding: 0;
    width: 27px;
    height: 26px;
    font-size: 0;
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    border-radius: 0;
    border: none;
    cursor: pointer;
    top: 50%;
    right: 15px;
    margin-top: -14px;
    display: none;
    z-index: 11; }
    .header .menu-btn span {
      display: block;
      position: absolute;
      top: 12px;
      left: 0px;
      right: 0px;
      height: 3px;
      background: #000; }
  .header .menu-btn span:before,
  .header .menu-btn span:after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #000;
    content: ""; }
  .header .menu-btn span:before {
    top: -9px; }
  .header .menu-btn span:after {
    bottom: -9px; }
  .header .menu-btn span:before,
  .header .menu-btn span:after {
    -webkit-transition-duration: 0.3s, 0.3s;
    transition-duration: 0.3s, 0.3s;
    -webkit-transition-delay: 0.3s, 0;
    transition-delay: 0.3s, 0; }
  .header .menu-btn span:before {
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, transform; }
  .header .menu-btn span:after {
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform; }
  .header .menu-btn.active span {
    background: none; }
  .header .menu-btn.active span:before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .header .menu-btn.active span:after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .header .menu-btn.active span:before,
  .header .menu-btn.active span:after {
    -webkit-transition-delay: 0, 0.3s;
    transition-delay: 0, 0.3s; }
  .header .search-form {
    position: relative; }
    .header .search-form .search-field {
      width: 160px;
      border: 1px solid #EAEAEA;
      border-radius: 8px;
      box-shadow: none;
      padding: 5px 40px 5px 17px;
      height: 44px;
      font-size: 14px; }
    .header .search-form .search-btn {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      background: transparent;
      border: none;
      width: 40px; }
      .header .search-form .search-btn:before {
        content: "\f002";
        font-family: 'fontAwesome';
        font-size: 16px;
        color: #DADADA; }
  @media (max-width: 991px) {
    .header {
      padding-left: 10px;
      padding-right: 10px; }
      .header .mobile-menu-box {
        display: block;
        width: 290px;
        background-color: #fff;
        padding: 100px 35px 135px;
        right: -300px;
        position: fixed;
        top: 0;
        bottom: 0;
        overflow: auto;
        z-index: 10;
        -webkit-transition: right .3s eases;
        -moz-transition: right .3s ease;
        -o-transition: right .3s ease;
        transition: right .3s ease; }
        .header .mobile-menu-box.open {
          right: 0; }
        .header .mobile-menu-box .btn {
          position: absolute;
          left: 35px;
          right: 35px;
          bottom: 35px;
          border-radius: 5px; }
        .header .mobile-menu-box .main-menu {
          margin: 0; }
          .header .mobile-menu-box .main-menu ul li {
            margin-left: 0;
            margin-bottom: 15px; }
            .header .mobile-menu-box .main-menu ul li a {
              font-size: 24px;
              padding: 0; }
              .header .mobile-menu-box .main-menu ul li a.active {
                border: none; }
        .header .mobile-menu-box .dropdown-btn {
          font-size: 24px;
          padding: 0; }
          .header .mobile-menu-box .dropdown-btn:after {
            vertical-align: 2px; }
          .header .mobile-menu-box .dropdown-btn span {
            display: inline-block; }
        .header .mobile-menu-box .small-dropdown {
          margin-bottom: 15px; }
      .header .menu-btn {
        display: block; }
      .header .search-form {
        margin-right: 55px; } }
  @media (max-width: 767px) {
    .header .navbar {
      padding: 6px 0; }
      .header .navbar img {
        max-width: 108px; }
    .header .mobile-menu-box .main-menu {
      margin-top: 15vh; }
    .header .search-form .search-field {
      width: 131px;
      box-shadow: none;
      height: 36px;
      font-size: 12px; } }
  @media (max-width: 480px) {
    .header .search-form {
      margin-right: 38px; }
      .header .search-form .search-field {
        width: 120px; } }

/*===========================================================================
END HEADER
===========================================================================*/
/*===========================================================================
FOOTER
===========================================================================*/
.footer {
  background-color: #011C23;
  padding: 70px 50px;
  font-size: 14px; }
  .footer h4 {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 27px;
    margin-top: 50px; }
    .footer h4:first-child {
      margin-top: 0; }
  .footer a {
    color: #748184;
    text-decoration: none; }
  .footer ul {
    padding: 0; }
    .footer ul li {
      list-style: none;
      padding: 0;
      margin-top: 12px;
      color: #748184; }
  .footer .mobile-app {
    margin-bottom: 5px;
    display: inline-block; }
    .footer .mobile-app img {
      max-width: 180px;
      width: 100%; }
  .footer .social {
    max-width: 170px; }
    .footer .social a {
      font-size: 18px;
      color: #fff;
      text-decoration: none; }
  .footer .footer-bottom {
    margin-top: 50px; }
  .footer .menu-bottom {
    float: left;
    width: 78%; }
    .footer .menu-bottom ul {
      padding: 0;
      text-align: justify;
      margin: 0; }
      .footer .menu-bottom ul:after {
        content: '';
        display: inline-block;
        width: 100%; }
      .footer .menu-bottom ul li {
        list-style-type: none;
        padding: 0;
        display: inline-block;
        margin: 0; }
        .footer .menu-bottom ul li a {
          text-decoration: none; }
  .footer .copyright {
    float: right;
    margin: 0;
    color: #748184; }
  @media (max-width: 1199px) {
    .footer .footer-bottom {
      margin-top: 80px; } }
  @media (max-width: 991px) {
    .footer {
      padding: 64px 15px; }
      .footer .social {
        margin-left: auto;
        margin-right: auto; }
      .footer .menu-bottom {
        float: none;
        width: 100%; }
        .footer .menu-bottom ul:after {
          display: none; }
        .footer .menu-bottom ul li {
          display: block;
          text-align: center;
          margin-bottom: 20px; }
      .footer .footer-bottom {
        margin-top: 20px; }
      .footer .copyright {
        float: none;
        text-align: center; } }
  @media (max-width: 767px) {
    .footer {
      font-size: 12px; }
      .footer h4 {
        font-size: 15px; }
      .footer .footer-bottom {
        font-size: 14px; }
      .footer .menu-bottom ul li {
        margin-bottom: 35px; } }

/*===========================================================================
END FOOTER
===========================================================================*/
/*===========================================================================
HERO SECTION
===========================================================================*/
.hero-section {
  background: #64C5ED url(../img/Illustration.svg) no-repeat bottom right;
  padding: 65px 50px 85px; }
  .hero-section .text {
    color: #fff; }
  .hero-section h1 {
    font-weight: 500;
    font-size: 50px;
    margin-bottom: 10px; }
  .hero-section .form-box {
    background-color: #fff;
    padding: 63px 66px;
    border-radius: 16px; }
    .hero-section .form-box .btns-control {
      margin-bottom: 20px; }
      .hero-section .form-box .btns-control .btn-group-toggle {
        margin: 0 -5px; }
        .hero-section .form-box .btns-control .btn-group-toggle .btn {
          font-size: 16px;
          width: 100%; }
          .hero-section .form-box .btns-control .btn-group-toggle .btn input {
            position: absolute;
            clip: rect(0, 0, 0, 0);
            pointer-events: none; }
  @media (max-width: 1199px) {
    .hero-section {
      padding: 120px 30px 120px;
      background-size: 3200px;
      background-position: bottom -3px right 28%; }
      .hero-section h1 {
        font-size: 46px; }
      .hero-section .form-box {
        padding: 30px 30px; } }
  @media (max-width: 991px) {
    .hero-section {
      padding: 64px 15px; } }
  @media (max-width: 767px) {
    .hero-section {
      padding: 64px 15px 72px; }
      .hero-section h1 {
        font-size: 32px;
        line-height: 1.3;
        margin-bottom: 30px; }
      .hero-section .form-box {
        margin-left: -30px;
        margin-right: -30px;
        padding: 44px 25px; }
        .hero-section .form-box .btns-control {
          margin-bottom: 18px; }
          .hero-section .form-box .btns-control .btn-group {
            width: 100%; }
            .hero-section .form-box .btns-control .btn-group .btn {
              font-size: 14px; } }

/*===========================================================================
END HERO SECTION
===========================================================================*/
/*===========================================================================
FEATURES
===========================================================================*/
.features {
  text-align: center; }
  .features .feature-box {
    margin: 20px 0 0;
    position: relative; }
    .features .feature-box img {
      margin-bottom: 36px; }
    .features .feature-box p {
      margin-bottom: 0; }
  .features .row div[class*="col"] .feature-box:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 50px;
    width: 100px;
    left: -50px;
    background-position: center;
    background-repeat: no-repeat; }
  .features .row div[class*="col"]:first-child .feature-box:before {
    display: none !important; }
  .features .row div[class*="col"]:nth-child(n+1) .feature-box:before {
    background-image: url(../img/vector1.svg); }
  .features .row div[class*="col"]:nth-child(2n+1) .feature-box:before {
    background-image: url(../img/vector2.svg); }
  @media (max-width: 1635px) {
    .features .feature-box img {
      max-height: 140px; }
    .features .feature-box p {
      font-size: 14px; } }
  @media (max-width: 1199px) {
    .features .row div[class*="col"] .feature-box:before {
      bottom: 50px;
      width: 30px;
      left: -15px; } }
  @media (max-width: 991px) {
    .features .feature-box {
      background-color: #fff;
      padding: 50px 20px;
      max-width: 400px;
      margin: 18px auto;
      border-radius: 12px; }
    .features .row div[class*="col"] .feature-box:before {
      height: 36px;
      top: -36px;
      width: 30px;
      left: 50%;
      margin-left: -15px; }
    .features .row div[class*="col"]:nth-child(n+1) .feature-box:before {
      background-position: -50px -53px; }
    .features .row div[class*="col"]:nth-child(2n+1) .feature-box:before {
      background-position: -20px -59px; } }
  @media (max-width: 767px) {
    .features .feature-box p {
      font-size: 17px; } }

/*===========================================================================
END FEATURES
===========================================================================*/
/*===========================================================================
CARDS
===========================================================================*/
.cards {
  margin-bottom: -35px; }

.card-box {
  border: none;
  background-color: transparent;
  margin: 25px 0;
  font-size: 12px; }
  .card-box .card-img-top {
    border-radius: 16px; }
  .card-box .card-body {
    padding: 19px 0 12px; }
    .card-box .card-body .card-info {
      margin-bottom: 15px;
      color: #011C23; }
    .card-box .card-body .type {
      padding: 3px 10px;
      border-radius: 3px;
      display: inline-block;
      border: 1px solid #FEDD4D;
      background-color: #FEDD4D;
      margin-right: 15px;
      font-size: 10px; }
    .card-box .card-body .location {
      color: #748184;
      font-size: 12px; }
      .card-box .card-body .location i {
        margin-right: 6px;
        font-size: 18px; }
    .card-box .card-body .rating {
      font-size: 12px; }
      .card-box .card-body .rating i {
        color: #FEDD4D;
        margin-left: 2px;
        font-size: 18px; }
    .card-box .card-body .price {
      color: #000;
      font-size: 16px;
      font-weight: 500; }
  @media (max-width: 767px) {
    .card-box {
      margin: 5px 0; }
      .card-box .card-body {
        padding: 22px 0; } }

/*===========================================================================
END CARDS
===========================================================================*/
/*===========================================================================
INTRO SECTION
===========================================================================*/
@media (max-width: 767px) {
  .intro-section {
    padding-left: 0;
    padding-right: 0; }
    .intro-section .container-fluid {
      padding-left: 0;
      padding-right: 0; }
      .intro-section .container-fluid img {
        width: 100%; } }

/*===========================================================================
END INTRO SECTION
===========================================================================*/
/*===========================================================================

===========================================================================*/
/*===========================================================================
END
===========================================================================*/
/*===========================================================================

===========================================================================*/
/*===========================================================================
END
===========================================================================*/
/*===========================================================================

===========================================================================*/
/*===========================================================================
END
===========================================================================*/
/*===========================================================================

===========================================================================*/
/*===========================================================================
END
===========================================================================*/
/*===========================================================================

===========================================================================*/
/*===========================================================================
END
===========================================================================*/
/*===========================================================================

===========================================================================*/
/*===========================================================================
END
===========================================================================*/
/*===========================================================================

===========================================================================*/
/*===========================================================================
END
===========================================================================*/
/*===========================================================================

===========================================================================*/
/*===========================================================================
END
===========================================================================*/

/*# sourceMappingURL=style.css.map */
