@media only screen and (max-width: 1199px) {
  html {
    font-size: 14px;
  }
}
@media only screen and (max-width: 640px) {
  html {
    font-size: 12px;
  }
}
body {
  color: #000;
}

h2,
.uk-h2 {
  color: #000;
}

h5,
.uk-h5 {
  color: #000;
}

.preloader {
  position: fixed;
  z-index: 9999;
  background: #FFF;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.preloader img {
  max-width: 50px;
  height: auto;
}

.preloader .uk-icon:not(.uk-preserve) [stroke*="#"]:not(.uk-preserve) {
  stroke: #387397;
}

.preloader .uk-spinner > * > * {
  stroke-width: 1px !important;
}


::-moz-selection {
  background: #39f;
  text-shadow: none;
}

::selection {
  background: #39f;
  text-shadow: none;
}
.leaflet-control-attribution.leaflet-control a {
    display: none;
}
.uk-background-muted {
    background-color: #f8f8f800;
    border: none;
    cursor: pointer;
}
header .uk-sticky .uk-svg {
    fill: #000 !important;
    color: #000;
    background: #0060af;
    padding: 5px;
}
body {
  display: flex;
  min-height: 100vh;
  color: #303030;
  flex-direction: column;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}

h1,
h2,
h3 {
  margin: 0;
}

p {
  color: #303030;
  font-weight: normal;
  font-size: 14px;
  line-height: 23px;
}

li {
  list-style: none;
}

.uk-slidenav {
  background: #0060af;
  color: #fff;
  padding: 10px;
}
.uk-slidenav:hover {
  color: #008AFB;
}
.uk-slidenav svg {
  width: 10px;
}

.site-main {
  flex: 1 0 auto;
  overflow: hidden;
}

.learnmore-blue {
  font-size: 14px;
  background: #0060af;
  color: #fff;
  padding: 5px 25px;
  font-family: "Poppins", sans-serif;
  box-shadow: 1px 3px 10px rgba(0, 0, 0, 0.2784313725);
}
.learnmore-blue:hover {
  background: #008AFB;
  color: #fff;
  box-shadow: 1px 3px 10px rgba(0, 0, 0, 0.2784313725);
}

header .uk-sticky-fixed {
  background: transparent !important;
}
header .uk-sticky-fixed img {
  filter: brightness(0) invert(1);
}
header .uk-sticky-below {
  background: #fff !important;
  box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.168627451);
}
header .uk-sticky-below img {
  filter: none;
}
header .uk-sticky-below li a {
  color: #444444 !important;
}
header .uk-sticky-below .uk-active a {
  color: #008AFB !important;
}
header .uk-sticky-below .uk-padding-small {
  padding: 0;
  transition: all 0.5s ease;
}
header .uk-sticky-below a:hover {
  color: #008AFB !important;
}
header .uk-sticky-below .uk-icon:not(.uk-preserve) [stroke*="#"]:not(.uk-preserve) {
  stroke: #000 !important;
}
header .uk-navbar-nav > li > a {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}
header .uk-navbar-nav > li.uk-active > a {
  color: #008AFB;
}
header .uk-navbar-nav > li > a:active {
  color: #008AFB;
}
header .uk-navbar-nav > li:hover > a,
header .uk-navbar-nav > li > a[aria-expanded=true] {
  color: #008AFB;
}
header .uk-dropdown-nav > li.uk-active > a,
header .uk-dropdown-nav > li > a:hover {
  color: #008AFB;
}
header .uk-navbar-toggle {
  color: #fff;
}
header .uk-navbar-toggle:hover,
header .uk-navbar-toggle[aria-expanded=true] {
  color: #fff;
  text-decoration: none;
}
header a.uk-navbar-toggle {
  width: 100px;
  padding: 20px;
}
header .uk-offcanvas-bar {
  background: #0060af;
}
header span.arrow-menu.uk-icon {
  width: 20px;
}

.uk-modal-header h2.h5 {
  color: #0060af;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Rubik", sans-serif;
}
.uk-modal-header ul.uk-accordion a {
  color: #000;
}

.banner .caption {
  z-index: 99;
}
.banner .uk-overlay-default {
  background-color: rgba(7, 21, 38, 0.73);
}
.banner h6 {
  font-size: 41px;
  font-weight: 100;
  color: #fff;
}
@media (max-width: 768px) {
  .banner h6 {
    font-size: 20px;
  }
}
.banner h1 {
  font-size: 50px;
  font-weight: 300;
  color: #fff;
}
@media (max-width: 1200px) {
  .banner h1 {
    font-size: 30px;
  }
}
@media (max-width: 768px){
.banner h1 {
    font-size: 21px;
    margin-top: 30px !important;
}
}
.banner h1 b {
  font-weight: 600;
}
.banner .uk-slidenav {
  background: transparent;
  color: #fff;
  padding: 10px;
}
.banner .uk-slidenav:hover {
  color: #008AFB;
}
.banner .uk-slidenav svg {
  width: 20px;
}
.banner .subtitle-text {
  color: #fff;
}
.banner .uk-slidenav {
  padding: 5px 10px;
  color: rgba(255, 255, 255, 0.8);
  transition: color 0.1s ease-in-out;
}
@media (max-width: 991px) {
  .banner .uk-slideshow-items li img {
    display: none;
  }
  .banner .uk-slideshow-items {
    height: 70vh;
  }
  .banner .uk-slideshow-items li {
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@media (min-width: 991px) {
  .banner .uk-slideshow-items li {
    background-image: none !important;
  }
}

.uk-button-text::before {
  border-bottom: 1px solid #ccc;
}

.welcom-section span.txt-one {
  font-size: 16px;
  color: #B4B4B4;
  text-transform: uppercase;
}
.welcom-section h2 {
  font-size: 50px;
  font-weight: normal;
  color: #0060af;
  letter-spacing: -1px;
  margin: 10px 0;
  font-family: "Farro", sans-serif;
}
.welcom-section h2 b {
  font-weight: bold;
}
.welcom-section span.txt-two {
  color: #444444;
  font-weight: 600;
}

.product-section {
  background: #F3FAFF;
}
.product-section h2 {
  font-family: "Farro", sans-serif;
  font-size: 50px;
  font-weight: bold;
  color: #0060af;
  letter-spacing: -1px;
  margin: 10px 0;
}
.product-section h2 b {
  font-weight: bold;
}
.product-section p {
  color: #303030;
  font-weight: normal;
  font-size: 14px;
  line-height: 23px;
  margin-bottom: 50px !important;
  margin-top: 0px;
}
.product-section .learnmore-blue {
  font-size: 14px;
  background: #0060af;
  color: #fff;
  padding: 5px 25px;
  font-family: "Poppins", sans-serif;
  box-shadow: 1px 3px 10px rgba(0, 0, 0, 0.2784313725);
}
.product-section .learnmore-blue:hover {
  background: #008AFB;
  color: #fff;
  box-shadow: 1px 3px 10px rgba(0, 0, 0, 0.2784313725);
}
.product-section .uk-slider-items li img {
  width: 100%;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.14);
}
.product-section .uk-panel {
  text-align: center;
  margin: 20px 0;
}
.product-section .uk-panel h3 {
  color: #444444;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  font-family: "Rubik", sans-serif;
  text-transform: uppercase;
}
.product-section .uk-slider-items li:nth-child(2n+1) {
  margin-top: 40px;
}

.video-section h2 {
  color: #fff;
  font-family: "Farro", sans-serif;
  font-size: 60px;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .video-section h2 {
    font-size: 30px;
  }
}

.facilities-section h2 {
  font-family: "Farro", sans-serif;
  font-size: 50px;
  font-weight: bold;
  color: #0060af;
  letter-spacing: -1px;
  margin: 10px 0;
}
.facilities-section p {
  color: #303030;
  font-weight: normal;
  font-size: 14px;
  line-height: 23px;
  margin-bottom: 50px !important;
  margin-top: 0px;
}
.facilities-section h4 {
  color: #444444;
  font-size: 18px;
}
.facilities-section a.uk-button {
  color: #0060af;
  display: table-cell;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Rubik", sans-serif;
}
.facilities-section a.uk-button:hover {
  color: #008AFB;
}
.facilities-section .uk-text-small {
  margin-bottom: 15px;
  display: block;
}
.facilities-section .uk-card-default {
  background-color: #fff;
  color: #666;
  box-shadow: 0 0px 15px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
}
.facilities-section .uk-card-body {
  padding: 30px 20px !important;
}

.internationalmap-section {
  background: #292d36;
}
.internationalmap-section h2 {
  font-family: "Farro", sans-serif;
  font-size: 60px;
  font-weight: normal;
  color: #fff;
  letter-spacing: -1px;
  margin: 10px 0;
}
.internationalmap-section h2 b {
  font-weight: bold;
  display: block;
}
.internationalmap-section p {
  color: #fff;
  font-weight: normal;
  font-size: 14px;
  line-height: 23px;
  margin-bottom: 50px !important;
  margin-top: 0px;
}
.internationalmap-section .learnmore-blue {
  font-size: 14px;
  background: #0060af;
  color: #fff;
  padding: 5px 25px;
  font-family: "Poppins", sans-serif;
  box-shadow: 1px 3px 10px rgba(0, 0, 0, 0.2784313725);
}
.internationalmap-section .learnmore-blue:hover {
  background: #008AFB;
  color: #fff;
  box-shadow: 1px 3px 10px rgba(0, 0, 0, 0.2784313725);
}
.internationalmap-section .map-inner {
  height: 100%;
}
.internationalmap-section .map-inner .map-pointer-one {
  position: absolute;
  top: 250px;
  left: 130px;
  z-index: 9;
}
.internationalmap-section .map-inner .map-pointer-two {
  position: absolute;
  top: 360px;
  left: 150px;
  z-index: 9;
}
.internationalmap-section .map-inner .map-pointer-three {
  position: absolute;
  top: 185px;
  left: 80px;
  z-index: 9;
}
.internationalmap-section .map-inner .map-pointer-four {
  position: absolute;
  top: 350px;
  left: 460px;
  z-index: 9;
}
.internationalmap-section .map-inner .map-pointer-five {
  position: absolute;
  top: 130px;
  left: 160px;
  z-index: 9;
}
.internationalmap-section .map-inner .map-pointer-six {
  position: absolute;
  top: 290px;
  left: 320px;
  z-index: 9;
}

.testim-section {
  background: #F3FAFF;
}
.testim-section h2 {
  font-family: "Farro", sans-serif;
  font-size: 40px;
  font-weight: bold;
  color: #0060af;
  letter-spacing: -1px;
  margin: 10px 0;
}
.testim-section p {
  color: #666;
  font-weight: normal;
  font-size: 14px;
  line-height: 23px;
  margin-bottom: 50px !important;
  margin-top: 0px;
}
.testim-section .testimonial {
  border-right: 4px solid #2a3d7d;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  padding: 30px 30px 30px 130px;
  margin: 0 15px 30px 0px;
  overflow: hidden;
  position: relative;
}
.testim-section .testimonial:after {
  content: "";
  position: absolute;
  top: -4px;
  left: -17px;
  border-top: 25px solid #0060af;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  transform: rotate(135deg);
}
.testim-section .testimonial .pic {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 35px;
  left: 50px;
}
.testim-section .testimonial .pic img {
  width: 100%;
  height: auto;
}
.testim-section .testimonial .description {
  font-size: 15px;
  letter-spacing: 1px;
  color: #6f6f6f;
  line-height: 25px;
  margin-bottom: 5px !important;
}
.testim-section .testimonial .title {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #3a3a3a;
  margin: 0;
}
.testim-section .testimonial .post {
  display: inline-block;
  font-size: 12px;
  color: #000;
  font-style: italic;
}
.testim-section .progress-main h6 {
  color: #3a3a3a;
  font-weight: 600;
  font-size: 17px;
  text-align: left;
}
.testim-section .progress {
  margin: 20px 0;
  padding: 0;
  width: 98%;
  height: 23px;
  overflow: hidden;
  background: #e5e5e5;
  border-radius: 6px;
}
.testim-section .bar {
  position: relative;
  float: left;
  min-width: 1%;
  height: 100%;
  background: #008AFB;
}
.testim-section .percent {
  position: absolute;
  top: 50%;
  left: 50%;
  font-family: "Poppins", sans-serif;
  transform: translate(-50%, -50%);
  margin: 0;
  font-size: 12px;
  color: white;
}

.brands-section h2 {
  font-family: "Farro", sans-serif;
  font-size: 50px;
  font-weight: bold;
  color: #0060af;
  letter-spacing: -1px;
  margin: 10px 0;
}
.brands-section p {
  color: #303030;
  font-weight: normal;
  font-size: 14px;
  line-height: 23px;
  margin-bottom: 50px !important;
  margin-top: 0px;
}
.brands-section .uk-grid > * {
  padding-left: 0px;
  text-align: center;
}
.brands-section li img {
  width: 70%;
}

footer {
  background: #0060af;
}
footer p {
  color: #fff;
}
footer a.link {
  color: rgb(45, 156, 247) !important;
}
footer h5 {
  font-size: 18px;
  font-weight: 600;
  color: #fff !important;
}
footer .logo-footer img {
  filter: brightness(0) invert(1);
}
footer .logo-footer .img-one {
  width: 215px;
  height: 80px;
}
footer .logo-footer .img-two {
  width: 120px;
}

.footer-coppy {
  background: #003662;
  padding: 30px 0 !important;
}
.footer-coppy .uk-text-small {
  color: #fff;
}

#modal-video .uk-modal-dialog {
  width: 1200px !important;
}

.inner-banner h2 {
  font-family: "Farro", sans-serif;
  font-size: 45px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0px;
  margin: 15px 0;
}
.inner-banner p {
  color: #fff;
  font-weight: normal;
  font-size: 14px;
  line-height: 23px;
  margin-bottom: 50px !important;
  margin-top: 0px;
}

.inner-content-section h2 {
  font-family: "Farro", sans-serif;
  font-size: 38px;
  font-weight: bold;
  color: #0060af;
  letter-spacing: -1px;
  margin: 10px 0;
}
.inner-content-section h2 b {
  font-weight: bold;
}
.inner-content-section h2 .uk-overlay-primary {
  background: #0060af;
}
.inner-content-section h4 {
  font-family: "Farro", sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #0060af;
  letter-spacing: -1px;
  margin: 0px 14px;
  display: inline-block;
}
.inner-content-section p {
  color: #303030;
  font-weight: normal;
  font-size: 14px;
  line-height: 23px;
  margin-top: 0px;
}

.facilites-section-inner {
  background: #F3FAFF;
}
.facilites-section-inner h4 {
  color: #444444;
  font-size: 18px;
  font-weight: bold;
  line-height: normal;
  margin: 15px 0;
}
.facilites-section-inner p {
  color: #303030;
  font-weight: normal;
  font-size: 14px;
  line-height: 23px;
  margin-top: 0px;
}

.footer-facilites h3 {
  font-family: "Farro", sans-serif;
  font-size: 45px;
  font-weight: bold;
  color: #0060af;
  letter-spacing: 0px;
  margin: 15px 0;
}
.footer-facilites p {
  color: #fff;
  font-weight: normal;
  font-size: 14px;
  line-height: 23px;
  margin-bottom: 50px !important;
  margin-top: 0px;
}
.footer-facilites a.el-content {
  font-size: 14px;
  background: #0060af;
  color: #fff;
  padding: 5px 25px;
  font-family: "Poppins", sans-serif;
  box-shadow: 1px 3px 10px rgba(0, 0, 0, 0.2784313725);
}
.footer-facilites a.el-content:hover {
  background: #008AFB;
  color: #fff;
  box-shadow: 1px 3px 10px rgba(0, 0, 0, 0.2784313725);
}

.four-iocns-section-inner h4 {
  font-family: "Farro", sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #0060af;
  letter-spacing: -1px;
  margin: 15px 0 0px;
  display: block;
}
.four-iocns-section-inner img {
  width: 35px;
}

.explore-world h2 {
  font-family: "Farro", sans-serif;
  font-size: 38px;
  font-weight: bold;
  color: #0060af;
  letter-spacing: -1px;
  margin: 10px 0;
}
.explore-world h4 {
  font-family: "Farro", sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  letter-spacing: -1px;
  margin: 15px 0 0px;
  display: block;
}
.explore-world p {
  color: #fff;
  font-weight: normal;
  font-size: 14px;
  line-height: 23px;
  margin-top: 0px;
}
.explore-world .uk-overlay-default {
  background: #0060af;
}

.map-inner a.uk-icon.uk-marker {
  background: transparent !important;
  color: #fff !important;
}
.map-inner h6 {
  font-size: 18px;
  color: #000 !important;
  margin-bottom: 5px !important;
  padding: 0;
  font-weight: 500;
}
.map-inner a:hover {
  color: #008AFB !important;
}

.inner-contact-section {
  background: #E1F7F5;
}
.inner-contact-section h4 {
  font-size: 15px;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  color: #0060af;
  letter-spacing: -1px;
  margin: 0px 14px;
  display: inline-block;
}
.inner-contact-section a {
  color: #0060af;
}

.scrollmenu {
  width: 100%;
  overflow-x: scroll;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  min-height: 300px;
}

.landmarks-timeline {
  background: #0060af;
  cursor: pointer;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.landmarks-timeline .discription p {
  color: #fff;
  font-weight: normal;
  font-size: 14px;
  line-height: 23px;
  margin-bottom: 50px !important;
  margin-top: 0px;
}
.landmarks-timeline h2 {
  font-family: "Farro", sans-serif;
  font-size: 38px;
  font-weight: bold;
  color: #fff;
  letter-spacing: -1px;
  margin: 10px 0;
}
.landmarks-timeline ::-webkit-scrollbar {
  width: 20px;
}
.landmarks-timeline ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #fff;
  border-radius: 10px;
}
.landmarks-timeline ::-webkit-scrollbar-thumb {
  background: #00a0fd;
  border-radius: 10px;
}
.landmarks-timeline ::-webkit-scrollbar-thumb:hover {
  background: #63c6ff;
}

h4.privacy-page__sub-title {
  color: #525252;
  margin: 0;
  padding: 10px 0;
  font-size: 20px;
}

.privacy-page__content h3 {
  font-family: "Farro", sans-serif;
  font-size: 35px;
  font-weight: bold;
  color: #0060af;
  letter-spacing: 0px;
  margin: 15px 0;
}

div#map {
  width: 100%;
  height: 570px;
}

.leaflet-popup-content h6 {
  font-size: 16px;
  font-weight: bold;
  color: #0060af;
  margin-bottom: 2px;
  text-transform: uppercase;
}

.leaflet-popup-content {
  font-size: 14px;
}

.uk-navbar-toggle {
  color: #fff;
}

.uk-sticky-below .uk-navbar-toggle {
  color: #000 !important;
}

@media (max-width: 991px) {
  .uk-subnav-pill > * > :first-child {
    padding: 10px 5px;
  }
	a.uk-navbar-toggle.uk-icon.uk-search-icon {
    display: none;
  }
  .map-inner .map-pointer-six {
    top: 180px !important;
    left: 280px !important;
  }
  .map-inner .map-pointer-two {
    top: 196px !important;
    left: 180px !important;
  }
  .map-inner .map-pointer-four {
    top: 50px !important;
    left: 100px !important;
  }
  h2 {
    font-size: 30px !important;
  }
  h3 {
    font-size: 23px !important;
  }
  img.mob-log-abad {
    width: 30%;
    margin-bottom: 20px;
  }
}/*# sourceMappingURL=style.css.map */