.banner h1 {
  text-align: center;
}

.home-banner {
  height: 100vh;
  overflow: hidden;
}

.home-banner h1 {
  color: #FFF;
}

.home-banner video {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100vh;
  width: 100%;
}

.home-banner .overlay {
  background: rgba(0, 0, 0, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1000px) {
  .home-banner .overlay {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-bottom: 250px;
    height: 100vh;
  }
}

.home-banner .overlay .home-search-section {
  max-width: 765px;
  margin: 0px auto;
  width: 100%;
  padding-top: 15%;
}

.home-banner .overlay .home-search-section h1 {
  margin-bottom: 80px;
}

@media (max-width: 1800px) {
  .home-banner .overlay .home-search-section h1 {
    margin-bottom: 40px;
  }
}

.home-banner .overlay .home-search-section .search-box-tags ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.home-banner .overlay .home-search-section .search-box-tags ul.border-anim-2 li {
  list-style: none;
}

.home-banner .overlay .home-search-section .search-box-tags ul.border-anim-2 li:hover::before, .home-banner .overlay .home-search-section .search-box-tags ul.border-anim-2 li.active::before {
  border-top: 2px solid #FFF;
}

.home-banner .overlay .home-search-section .search-box-tags ul li {
  color: #FFF;
  font-size: 16px;
  margin: 0 17px;
  text-transform: uppercase;
  cursor: pointer;
}
@media (max-width: 1000px) {
  .home-banner .overlay .home-search-section .search-box-tags ul li {
    font-size: 14px;
  }
}
.home-banner .overlay .home-search-section .search-box-tags ul.dropdown-menu::-webkit-scrollbar,
.home-banner .overlay .home-search-section .search-box-tags .ui-autocomplete::-webkit-scrollbar {
  width: 4px;
}

.home-banner .overlay .home-search-section .search-box-tags ul.dropdown-menu::-webkit-scrollbar-track,
.home-banner .overlay .home-search-section .search-box-tags .ui-autocomplete::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.home-banner .overlay .home-search-section .search-box-tags ul.dropdown-menu::-webkit-scrollbar-thumb,
.home-banner .overlay .home-search-section .search-box-tags ul.dropdown-menu::-webkit-scrollbar-thumb {
  background-color: #000;
  outline: 1px solid slategrey;
}
.home-banner .overlay .home-search-section .search-box-tags ul.dropdown-menu, .home-banner .overlay .home-search-section .search-box-tags .ui-autocomplete {
  background: #6e6666;
  border-radius: 0;
  padding: 0 10px;
}
.home-banner .overlay .home-search-section .search-box-tags ul.dropdown-menu li, .home-banner .overlay .home-search-section .search-box-tags .ui-autocomplete li {
  list-style: none;
  margin-top: 5px;
  margin-bottom: 5px;
}
.home-banner .overlay .home-search-section .search-box-tags ul.dropdown-menu li a, .home-banner .overlay .home-search-section .search-box-tags .ui-autocomplete li a {
  color: #FFF;
  font-size: 14px;
  text-transform: none;
}

.home-banner .overlay .home-search-section .search-field {
  margin-top: 18px;
}

.home-banner .overlay .home-search-section .search-field .serach-field-wrap {
  position: relative;
}

.home-banner .overlay .home-search-section .search-field input[type="text"] {
  width: 100%;
  height: 70px;
  background: url(../images/map-pin.svg) no-repeat left 25px center #707070;
  border: none;
  border-radius: 5px;
  padding-left: 65px;
  padding-right: 90px;
  font-size: 14px;
  text-transform: uppercase;
  color: #FFF;
}

.home-banner .overlay .home-search-section .search-field input[type="text"]::-webkit-input-placeholder {
  color: #FFF;
  opacity: 1;
}

.home-banner .overlay .home-search-section .search-field input[type="text"]:-ms-input-placeholder {
  color: #FFF;
  opacity: 1;
}

.home-banner .overlay .home-search-section .search-field input[type="text"]::-ms-input-placeholder {
  color: #FFF;
  opacity: 1;
}

.home-banner .overlay .home-search-section .search-field input[type="text"]::placeholder {
  color: #FFF;
  opacity: 1;
}

.home-banner .overlay .home-search-section .search-field input[type="text"]:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

@media (max-width: 1000px) {
  .home-banner .overlay .home-search-section .search-field input[type="text"] {
    height: 58px;
  }
}

@media (max-width: 1000px) {
  .home-banner .overlay .home-search-section .search-field input[type="text"] {
    background-size: 18px;
  }
}

.home-banner .overlay .home-search-section .search-field input[type="submit"] {
  background: url(../images/search-icon.svg) no-repeat center center;
  width: 70px;
  height: 70px;
  font-size: 0;
  position: absolute;
  right: 0;
  outline: none;
  border: none;
  top: 0;
}

@media (max-width: 1000px) {
  .home-banner .overlay .home-search-section .search-field input[type="submit"] {
    width: 58px;
    height: 58px;
    background-size: 16px;
  }
}
@media (max-width: 1000px) {
  .home-banner .overlay .home-search-section {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.hm-our-integrated-service {
  background: var(--primary-color);
}

.hm-our-integrated-service .small-title {
  color: #BC8418;
}

.hm-our-integrated-service h2 {
  color: #FFF;
}

@media (min-width: 1000px) {
  .hm-our-integrated-service h2 br {
    display: none;
  }
}

.hm-our-integrated-service .service-box {
  background: rgba(250, 250, 250, 0.1);
}

.hm-our-integrated-service .service-box h4 {
  color: #FFF;
}

.hm-our-integrated-service .service-box p {
  color: #FFF;
  margin-bottom: 30px;
}

.hm-our-integrated-service .service-box .service-box-col-right {
  background: #FFF;
}

.hm-our-integrated-service .service-box .service-box-col-right h4 {
  color: var(--primary-color);
}

.hm-our-integrated-service .service-box .service-box-col-right p {
  color: #404040;
}

@media (min-width: 1000px) {
  .hm-our-legacy-section .legacy-right {
    margin-bottom: auto;
  }
}

.hm-off-col {
  text-align: center;
  border-left: 1px solid #BC8418;
  padding-top: 20px;
  list-style: none !important;
}

@media (max-width: 767px) {
  .hm-off-col {
    width: 50%;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    margin-bottom: 28px;
  }
}

@media (max-width: 767px) {
  .hm-off-col:nth-last-child(2) {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .hm-off-col:last-child {
    margin-bottom: 0;
  }
}
.hm-off-col h2 {
  margin-bottom: 0px;
  line-height: normal;
  font-size: 120px;
  line-height: 120px;
}
@media (max-width: 1800px) {
  .hm-off-col h2 {
    font-size: 90px;
    line-height: 90px;
  }
}
@media (max-width: 1000px) {
  .hm-off-col h2 {
    font-size: 60px;
    line-height: 60px;
  }
}
.hm-off-col span {
  font-size: 20px;
  display: block;
  font-weight: bold;
  color: #BC8418;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (max-width: 1800px) {
  .hm-off-col span {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .hm-off-col span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    min-height: 55px;
    font-size: 16px;
  }
}

.hm-off-col:last-child {
  border-right: 1px solid #BC8418;
}

@media (max-width: 767px) {
  .hm-off-col:last-child {
    border-right: 0;
  }
}
@media (max-width: 767px) {
  .hm-off-col:first-child, .hm-off-col:nth-child(3) {
    border: none;
  }
}

@media (min-width: 1200px) {
  .hm-off-detal-row {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.ui-autocomplete {
  background: #6e6666 !important;
  border-radius: 0 !important;
  padding: 0 10px !important;
  height: 200px !important;
  overflow: auto !important;
  border: none !important;
}
.ui-autocomplete li {
  list-style: none !important;
  margin-top: 5px !important;
  margin-bottom: 5px !important;
  font-family: "FSAlbert Pro" !important;
}
.ui-autocomplete li:hover {
  background: none !important;
  border: none !important;
}
.ui-autocomplete li a, .ui-autocomplete li div {
  color: #FFF !important;
  font-size: 14px !important;
  font-family: 'FSAlbert Pro' !important;
  text-transform: none !important;
}
.ui-autocomplete li a:hover, .ui-autocomplete li div:hover {
  background: none !important;
  border: none !important;
  margin: 0 !important;
}

.ui-autocomplete::-webkit-scrollbar {
  width: 4px !important;
}

.ui-autocomplete::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3) !important;
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3) !important;
}

.ui-autocomplete::-webkit-scrollbar-thumb {
  background-color: #000 !important;
  outline: 1px solid slategrey !important;
}

.ui-state-active {
  background: none !important;
  border: none !important;
}

.search-field {
  position: relative;
}

.search-field #countryList {
  position: absolute;
  width: 100%;
  left: 0;
}

.search-field .dropdown-menu {
  max-height: 134px !important;
}

.home-banner .overlay {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main-country-list {
  position: relative;
  display: inline-block;
  padding-left: 25px;
  padding-right: 25px;
}

.main-country-list .country-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-country-list h2 {
  color: #FFF;
  line-height: 50px;
  padding-bottom: 0;
  margin-bottom: 0;
  font-size: 40px;
  text-align: center;
}

.main-country-list h2 span {
  display: inline-block;
  cursor: pointer;
  color: #BC8418;
  position: relative;
}

.main-country-list h2 span:after {
  content: "";
  display: inline-block;
  background: url(/images/country-arrow.svg) no-repeat right center;
  width: 25px;
  height: 25px;
  background-size: 25px;
  margin-left: 20px;
}

.main-country-list h2 span:before {
  position: absolute;
  left: 0;
  bottom: 6px;
  height: 2px;
  width: 100%;
  background: #BC8418;
  content: "";
  display: block;
}

.main-country-list h2 span:hover {
  text-decoration: none;
}

.main-country-list h2 span.selected:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.main-country-list .country-drop-down {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  background: #FFF;
  min-width: 300px;
  right: 25px;
  top: 100%;
  height: 210px;
  overflow-y: auto;
  padding: 0;
}

@media (max-width: 767px) {
  .main-country-list .country-drop-down {
    right: 50px;
  }
}

.main-country-list .country-drop-down.active {
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.main-country-list .country-drop-down li {
  list-style: none;
  margin: 0;
}

.main-country-list .country-drop-down li a {
  color: #000;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-country-list .country-drop-down li a .flag {
  margin-right: 10px;
  width: 25px;
}

.main-country-list .country-drop-down li a:hover {
  background: #e8e8e8;
}

.main-country-list .country-drop-down::-webkit-scrollbar {
  width: 6px;
}

.main-country-list .country-drop-down::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.main-country-list .country-drop-down::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}

.currency-selector .selectpicker {
  background: none;
}
/*# sourceMappingURL=style-home.css.map */
