@import url("https://fonts.googleapis.com/css?family=Roboto:100,400,900");
@import url("https://fonts.googleapis.com/css?family=Anton");
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;500;700&display=swap");
/* Container */
/*All Center Maintitle Headings*/
/*All Center Smalltitle Headings*/
/*All Center Paragraph Text*/
/*Mixen for mobile heading line height*/
/*2 Different Sections Paragraph*/
/*Offshore Development Model Heading*/
/*Culturre and Branded Workspace Title and headings*/
/*Culture and Workspace ul list*/
.desc:before {
  /*background: rgba(0, 0, 0, 0.38);*/
  content: "";
  position: absolute;
  width: 100%;
  height: 82%;
  top: 0;
  left: 0;
}

.desc {
  position: absolute;
  z-index: 9;
  font-size: 24px;
  text-align: center;
  width: 100%;
  bottom: -6%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

.hero-img {
  position: relative;
  width: 100%;
}

.hero-img:before {
  background: rgba(0, 0, 0, 0.38);
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.btn-gradient-bg {
  color: #fff;
  display: inline-block;
  padding: 11px 33px;
  background: linear-gradient(to right, #f05874 0%, #fc6a2a 100%);
  border-radius: 30px;
}

.delay-1 {
  animation-delay: 0.2s;
}

.delay-2 {
  animation-delay: 0.4s;
}

.delay-3 {
  animation-delay: 0.6s;
}

.delay-4 {
  animation-delay: 0.8s;
}

.slider-counter {
  z-index: 99;
  bottom: 1%;
  position: absolute;
  text-align: center;
  right: 4%;
  font-size: 120px;
  color: rgba(242, 242, 242, 0.7);
  font-weight: 700;
}

@media (max-width: 767px) {
  .slider-counter {
    font-size: 80px;
    font-weight: 600;
    bottom: 0;
  }
}
@media (max-width: 576px) {
  .slider-counter {
    font-size: 30px;
    font-weight: 500;
    bottom: 0;
  }
}
.hero_carosel .owl-nav button.owl-prev,
.hero_carosel .owl-nav button.owl-next {
  position: absolute;
  bottom: 50%;
  right: 50%;
  color: #000;
}

.hero_carosel .owl-nav button.owl-prev {
  left: 0;
}

.hero_carosel .owl-nav button.owl-next {
  right: 0;
}

.hero_carosel i.owl-direction {
  margin: 0 13px;
  font-size: 3em;
  padding: 0;
  color: #607d8b;
}

.hero_carosel .owl-nav button.owl-next,
.hero_carosel .owl-nav button.owl-prev {
  outline: 0;
  background: #fff;
}

.tag {
  display: inline-block;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}

.fal-hero-section {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.fal-hero-section__content {
  height: 500px;
  padding: 26px 1px;
}
.fal-hero-section__paragraph {
  color: white;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 0px;
  display: flex;
  align-items: end;
  justify-content: center;
}

/*DEDICATED DEVELOPMENT TEAM HEADING*/
.fal-worldwide {
  padding: 70px 0;
  background-color: #000000;
  text-align: center;
}
.fal-worldwide__content {
  margin-bottom: 33px;
}
.fal-worldwide__firstheading {
  color: #9846e6;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.2em;
  margin: 0 auto;
}
.fal-worldwide__title {
  line-height: 60px;
  margin: 0px;
  color: #ffffff;
  font-weight: 400;
  font-size: 36px;
  font-family: sans-serif;
  text-align: center;
}
.fal-worldwide__paragraph {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #ffffff;
  font-family: sans-serif;
  margin-top: 14px;
}
.fal-worldwide__button {
  padding: 10px 30px;
  border-radius: 5px;
  font-weight: 300;
  font-size: 18px;
  text-align: center;
  background: linear-gradient(#ae9d46, #d0bf51, #654219);
  text-decoration: none;
  color: #ffffff;
  margin-top: 30px;
  border-color: #ae9d46;
}

/*DEDICATED DEVELOPMENT TEAM MOBILE VIEW LISTS*/
@media (max-width: 992px) {
  .aux-integratged-features-slider {
    display: flex;
  }
  .aux-integratged-features-slider-lists {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .aux-integratged-features-slider-lists__icon {
    width: 55px !important;
    margin-top: -40px;
    margin-right: 10px;
  }
  .aux-integratged-features-slider-lists__list {
    width: 380px;
    display: flex !important;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    margin: 1rem;
    padding: 10px 12px;
    background: #ffffff;
    height: 180px !important;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.18);
    border-radius: 20px;
  }
  .aux-integratged-features-slider-lists__list__title {
    font-size: 18px;
    font-style: normal;
    font-weight: bold;
    line-height: 27px;
    color: #333333;
    margin: 0 0;
  }
  .aux-integratged-features-slider-lists__list__text {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 25px;
    margin: 0 0;
    color: rgba(51, 51, 51, 0.6);
  }
}
@media (max-width: 900px) {
  .aux-integratged-features-slider-lists__list {
    width: 300px;
  }
}
@media (max-width: 768px) {
  .aux-integratged-features-slider-lists__list {
    width: 245px;
  }
}

#featuresslider .owl-stage-outer {
  margin-top: -33px;
}

#featuresslider .owl-item .aux-integratged-features-slider-lists__list img {
  margin-top: 4px;
}

#featuresslider .owl-dots {
  display: none;
}

#featuresslider .owl-item.active {
  margin-right: 0px !important;
}

/*Dedicated team slider margin for mobile view*/
@media (max-width: 430px) {
  #featuresslider .owl-item.active {
    margin-right: -38px !important;
    margin-left: -20px;
  }
}
@media (max-width: 364px) {
  #featuresslider .owl-item.active {
    margin-right: -25px !important;
    margin-left: -23px;
  }
}
/*TESTIMONIALS*/
.fal-testimonials {
  padding: 20px 0;
  background-color: #000000;
  text-align: center;
}
.fal-testimonials__title {
  line-height: 60px;
  margin: 0px;
  color: #ffffff;
  font-weight: 400;
  font-size: 36px;
  font-family: sans-serif;
  text-align: center;
}
.fal-testimonials__list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 45px;
}

.fal-testimonial {
  height: 390px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 16px;
  padding: 7px 15px;
  border-radius: 20px;
}
.fal-testimonial__bg-person {
  position: relative;
  width: 25% !important;
}
.fal-testimonial__text {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
  padding-top: 7px;
}
.fal-testimonial__name {
  color: #c2a33f;
  font-size: 1rem;
  font-weight: 600;
}
.fal-testimonial__designation {
  color: #fefefe;
  font-size: 16px;
  font-weight: 400;
  margin: -8px auto;
}

.fal-testimonial.test-2 {
  padding: 2rem 1.5rem;
  height: 26rem;
}

#testimonials .owl-item .fal-testimonial img {
  width: 80px !important;
}

#testimonials .owl-dots .owl-dot.active span {
  background: #c2a33f;
}

#testimonials .owl-dots .owl-dot span {
  background: #333333;
  border: solid 1px #333333;
}

/*TRUSTED PARTNERS*/
.fal-services {
  padding: 70px 0;
  background-color: rgba(38, 38, 38, 0.95);
}
.fal-services__firstheading {
  color: #9846e6;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.2em;
  margin: 0 auto;
}
.fal-services__title {
  line-height: 60px;
  margin: 0px;
  color: #ffffff;
  font-weight: 400;
  font-size: 36px;
  font-family: sans-serif;
  text-align: center;
}
.fal-services__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}
.fal-services__decore {
  position: absolute;
  margin-top: -64px;
}

.fal-service {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 0.2rem 0rem;
  align-items: center;
}
.fal-service__heading {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
}
.fal-service__text {
  color: rgba(51, 51, 51, 0.6);
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #ccc4bc;
}

/* TRUSTED BY */
.fal-trustedby {
  padding: 50px 0;
  background: url("../images/trustedby-cover.jpg") center/cover no-repeat border-box, rgba(0, 0, 0, 0.59);
}
.fal-trustedby__title {
  line-height: 60px;
  margin: 0px;
  color: #ffffff;
  font-weight: 400;
  font-size: 36px;
  font-family: sans-serif;
  text-align: center;
}
.fal-trustedby__image {
  padding: 30px 0;
}
.fal-trustedby#trustedby {
  width: 100%;
}

#trustedby .owl-dots .owl-dot span {
  display: none;
}

/*STATY CONNECTED*/
.fal-connected {
  padding: 50px 0;
  background: url("../images/stay-connected.jpg") center/cover no-repeat border-box, rgba(0, 0, 0, 0.59);
}
.fal-connected__title {
  line-height: 60px;
  margin: 0px;
  color: #ffffff;
  font-weight: 400;
  font-size: 36px;
  font-family: sans-serif;
  text-align: center;
}
.fal-connected__sections {
  display: flex;
  align-items: center;
}
.fal-connected__sections__social-icons {
  width: 50%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 10px;
}
.fal-connected__sections__social-icons img {
  width: 65px;
}
.fal-connected__sections__email-address {
  width: 50%;
}

.email-input:focus {
  box-shadow: 0px 0px 0px 2px #c2a33f;
}

.email-input {
  margin-top: 10px;
  width: 95%;
  padding: 15px 15px;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0em;
  border-width: 0px;
  border-radius: 0.3rem;
  background: #211e1b;
  border-color: #423c36;
  color: #ccc4bc;
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.08) inset;
}

/*Footer*/
.fal-footers {
  padding-top: 108px;
  background-color: #151515;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
}
.fal-footers__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.fal-footers ul {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 30px;
  color: #333333;
  list-style-type: none;
}
.fal-footers__mobile-logo {
  display: none;
}

.fal-footer {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 10px 0;
  padding: 10px 12px;
}
.fal-footer__logo {
  width: 170px;
  height: 40px;
  margin-bottom: 15px;
}
.fal-footer__social-icon {
  display: flex;
  padding-top: 14px;
}
.fal-footer__social-icon-linkdin {
  margin-left: 20px;
}
.fal-footer__title {
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 21px;
  color: #c2a33f;
  margin-top: 0;
}
.fal-footer__gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}
.fal-footer__gallery__image {
  width: 100%;
}
.fal-footer__gallery-rating {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
}
.fal-footer__sub-title {
  font-weight: bold;
  font-size: 12px;
  line-height: 20px;
  color: #333333;
}
.fal-footer__text {
  display: flex;
  flex-direction: column;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 30px;
  color: #838285;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}
.fal-footer__flag-icon {
  margin-bottom: -5px;
  margin-right: 5px;
}
.fal-footer__sub-title-text {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 25px;
  color: #333333;
  margin: 5px auto;
}
.fal-footer__location {
  display: block;
}

/*Back to Top Button Css*/
#button {
  display: inline-block;
  background-color: #000000;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 30px;
  line-height: 45px;
  color: #fff;
}

#button:active {
  background-color: #555;
}

#button.show {
  opacity: 1;
  visibility: visible;
}

.loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  /* Change the background color and opacity as needed */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  /* Adjust the z-index to make sure it's above other content */
}

.loader img {
  width: 100px;
  /* Adjust the image width as needed */
  height: 100px;
  /* Adjust the image height as needed */
}

.cards-section1 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  color: white;
  padding: 30px;
  gap: 40px;
}
.cards-section1 .card-wrapper {
  display: flex;
  align-items: center;
  gap: 40px;
  background-color: white;
  color: #000;
  padding: 30px;
  border-radius: 20px;
  width: 35%;
}
@media (max-width: 1067px) {
  .cards-section1 .card-wrapper {
    flex-direction: column;
    align-items: flex-start;
    width: 30%;
  }
}
@media (max-width: 765px) {
  .cards-section1 .card-wrapper {
    flex-direction: column;
    align-items: center;
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 375px) {
  .cards-section1 {
    padding: 0;
  }
}
.departures-section {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}
.departures-section .northen-departure {
  flex-grow: 1;
  color: white;
  background-color: #ae9d46;
  padding: 30px;
  border-radius: 100px;
  text-align: center;
  width: 40%;
}
.departures-section .northen-departure .departure-desc {
  font-weight: 400;
  letter-spacing: 2px;
  color: #ccc4bc;
}
.departures-section .northen-departure .departure-miles {
  font-weight: 800;
  font-size: 40px;
  letter-spacing: 2px;
}

.communication-section {
  display: flex;
  color: white;
  justify-content: center;
  gap: 20px;
  text-align: center;
  flex-wrap: wrap;
}
.communication-section .communication-item {
  flex-grow: 1;
  width: 23%;
}
.communication-section .communication-item .communication-description {
  color: #ccc4bc;
}
@media (max-width: 992px) {
  .communication-section .communication-item {
    width: 48%;
  }
}

.courier-section {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  color: white;
  gap: 60px;
  padding: 40px;
}
.courier-section .courier-img {
  background: url("../images/COURIER-IMG.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 600px;
  width: 45%;
  border-radius: 20px;
}
.courier-section .courier-Desc {
  width: 45%;
  flex-grow: 1;
}
.courier-section .courier-Desc h1 {
  font-size: 54px;
}
.courier-section .courier-Desc p {
  margin-bottom: 20px;
  line-height: 1.5;
}
.courier-section .courier-Desc label {
  font-size: 20px;
  font-weight: 600;
}
.courier-section .courier-Desc li {
  margin-bottom: 20px;
}
.courier-section .courier-Desc b {
  font-weight: 600;
}

@media (max-width: 992px) {
  .courier-section {
    flex-direction: column;
    gap: 10px;
  }
  .courier-section .courier-img {
    width: 100%;
  }
  .courier-section .courier-Desc {
    width: 100%;
  }
}
@media (max-width: 667px) {
  .courier-section {
    flex-direction: column;
    gap: 10px;
    padding: 0;
  }
  .courier-section .courier-img {
    width: 100%;
    height: 300px;
  }
  .courier-section .courier-Desc {
    width: 100%;
  }
  .courier-section .courier-Desc h1 {
    font-size: 35px;
  }
}
.fal-hero-section-about {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../images/5stars-Falcon-2.jpg);
  background-size: cover;
  height: 395px;
  padding: 0;
  display: flex;
  align-items: end;
}
.fal-hero-section-about__content {
  height: 140px;
  text-align: center;
}
.fal-hero-section-about__heading {
  color: white;
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 0px;
  padding-bottom: 65px;
}

.fal-about-aims {
  padding: 0 0;
  background-color: #000000;
}
.fal-about-aims__list {
  grid-template-columns: repeat(3, 1fr);
}

.up-arrow {
  margin-bottom: -90px;
}

.fal-principles__content h3 {
  padding-top: 20px;
}
.fal-principles__content p span {
  font-weight: bold;
  color: #ae9d46;
}

.fal-services-categories {
  padding-top: 70px !important;
  background-color: #000000;
  padding-top: 20px;
}
.fal-services-categories__title {
  margin: 0px;
  color: #ffffff;
  font-weight: 400;
  font-size: 24px;
  font-family: sans-serif;
  text-align: center;
  padding-bottom: 20px;
}
.fal-services-categories__category {
  display: flex;
  padding-bottom: 10px;
}
.fal-services-categories__category-reverse {
  display: flex;
  flex-direction: row-reverse;
}
.fal-services-categories__image {
  width: 50%;
  padding: 0 30px;
}
.fal-services-categories__image img {
  width: 100%;
}
.fal-services-categories__info {
  width: 50%;
  padding: 0 30px;
}
.fal-services-categories__heading {
  margin: 0px;
  color: #ffffff;
  font-weight: 400;
  font-size: 24px;
  font-family: sans-serif;
  text-align: left;
  padding: 20px 0;
}
.fal-services-categories__text {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
  color: #ffffff;
  margin: 0;
  font-family: sans-serif;
}

.fal-hero-section-conatct {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../images/Falcon-Contact.jpg);
}

.fal-contact-section {
  padding: 70px 0;
  background-color: #000000;
}
.fal-contact-section__contact-types {
  display: flex;
  gap: 20px;
  justify-content: space-around;
  text-align: center;
  color: white;
}
.fal-contact-section__telephone {
  width: 33.5%;
}
.fal-contact-section__corporate-office {
  width: 33%;
}
.fal-contact-section__email {
  width: 33.5%;
}
.fal-contact-section__header {
  font-weight: lighter;
}
.fal-contact-section__icon {
  color: #ae9d46;
  margin-block-end: 8px;
  font-size: 30px;
}
.fal-contact-section__info {
  font-weight: lighter;
  color: #ae9d46;
}
.fal-contact-section__info span {
  color: #ffffff;
}

.fal-faq-section {
  background-color: #000000;
  color: white;
  padding-bottom: 120px;
}
.fal-faq-section__content {
  display: flex;
  gap: 40px;
  justify-content: space-evenly;
}
.fal-faq-section__title {
  font-size: 32px;
  font-weight: normal;
  margin: 5px 0;
}
.fal-faq-section__accordion {
  width: 50%;
}
.fal-faq-section__accordion-header {
  background-color: #eee;
  color: #ae9d46;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: 1px solid #ae9d46;
  outline: none;
  transition: 0.4s;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 15px;
  background-color: #000000;
}
.fal-faq-section__accordion-header__icon {
  float: right;
  text-align: center;
  font-weight: bolder;
}
.fal-faq-section__accordion-panel {
  margin: 10px 20px 20px 20px;
  background-color: black;
  display: none;
  overflow: hidden;
  color: white;
  font-size: 14px;
  font-weight: 300;
  border: 1px solid #ae9d46;
  line-height: 25px;
}
.fal-faq-section__accordion-panel p {
  margin: 0;
}
.fal-faq-section__input-content {
  width: 50%;
}
.fal-faq-section__input-content__inputs:focus {
  box-shadow: 0px 0px 0px 2px #c2a33f;
}
.fal-faq-section__input-content__inputs {
  margin-top: 10px;
  width: 95%;
  padding: 50px 15px;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0em;
  border-width: 0px;
  border-radius: 0.3rem;
  background: #211e1b;
  border-color: #423c36;
  color: #ccc4bc;
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.08) inset;
  outline: none;
}
.fal-faq-section__input-content__checkbox {
  cursor: pointer;
  width: 19px;
  height: 19px;
}
.fal-faq-section__input-content__button {
  width: 100%;
  height: 40px;
  margin-top: 20px;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 1s ease;
  font-size: 16px;
  font-weight: 300;
  background: linear-gradient(#ae9d46, #d0bf51, #654219);
  color: #ffffff;
  border-color: #ae9d46;
}
.fal-faq-section__input-content__button:hover {
  background-color: #c2a33f;
}
.fal-faq-section__input-content__check {
  display: flex;
  align-items: center;
  margin-block-start: 15px;
}

.fal-country-contacts {
  background-color: #000000;
  color: white;
}
.fal-country-contacts__country-types {
  display: flex;
  justify-content: space-around;
  gap: 20px;
  padding: 120px 0;
}
.fal-country-contacts__country-types__amsterdam {
  width: 33.5%;
  border-right: 1px solid white;
  padding: 0 30px;
}
.fal-country-contacts__country-types__americas {
  width: 33%;
  border-right: 1px solid white;
  padding: 0 30px;
}
.fal-country-contacts__country-types__singapore {
  width: 33.5%;
  border-right: 1px solid white;
  padding: 0 30px;
}
.fal-country-contacts__country-types__div {
  display: flex;
}
.fal-country-contacts__header {
  color: #c2a33f;
  font-weight: bold;
}
.fal-country-contacts__info {
  font-size: 15px;
}
.fal-country-contacts__icons {
  color: #c2a33f;
  font-weight: bolder;
  margin-inline-end: 30px;
  font-size: 25px;
  display: block;
}
.fal-country-contacts__icons {
  margin-block: 15px;
}

.fal-country-contacts__div {
  display: flex;
  align-items: center;
}

.fal-map-section {
  overflow-x: hidden;
}

.mapouter {
  overflow-x: hidden;
  position: relative;
  text-align: right;
  width: 2048px;
  height: 509px;
}

.gmap_canvas {
  overflow: hidden;
  background: none !important;
  width: 2048px;
  height: 509px;
}

.gmap_iframe {
  width: 2048px !important;
  height: 509px !important;
}

@media (max-width: 1199px) {
  /** Hero Section **/
  .fal-hero-section__content {
    padding-bottom: 25px;
    padding: 1px 5px;
  }
  .fal-hero-section__heading {
    font-size: 50px;
    line-height: 50px;
  }
  .fal-hero-section__paragraph {
    font-size: 20px;
    line-height: 25px;
  }
  /** WorldWide**/
  .fal-worldwide__firstheading {
    font-size: 18px;
  }
  .fal-worldwide__paragraph {
    font-size: 16px;
  }
  /*Services*/
  .fal-services__firstheading {
    font-size: 18px;
  }
  .fal-services__title {
    font-size: 45px;
  }
  .fal-service {
    padding: 0 0;
  }
  /*Footer*/
  .fal-footer {
    padding: 0 0px;
  }
  .fal-footer__text {
    font-size: 10px;
    line-height: 25px;
  }
  /*Testimonial*/
  .fal-testimonials__list {
    display: inline-block;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 0;
  }
  .fal-testimonial__name {
    line-height: 20px;
  }
}
@media (max-width: 992px) {
  /** Hero Section **/
  .desc {
    font-size: 16px;
  }
  .hero-img {
    height: 420px;
  }
  .fal-hero-section__content {
    height: 400px;
    padding: 1px 5px;
  }
  .fal-hero-section__heading {
    font-size: 30px;
    line-height: 35px;
  }
  .fal-hero-section__paragraph {
    font-size: 16px;
    line-height: 25px;
  }
  .fal-hero-section-about {
    height: 220px;
  }
  .fal-hero-section-about__content {
    text-align: center;
    height: 100px;
  }
  .fal-hero-section-about__heading {
    padding-bottom: 0;
  }
  /** WorldWide **/
  .fal-worldwide {
    padding: 22px 0;
  }
  .fal-worldwide__firstheading {
    padding: 0 18px;
    font-size: 18px;
  }
  .fal-worldwide__title {
    padding-top: 21px;
    font-size: 30px;
    line-height: 40px;
  }
  .fal-worldwide__paragraph {
    text-align: left;
    font-size: 16px;
    padding: 16px 0px;
  }
  .fal-worldwide__button {
    margin-top: 0;
    font-size: 14px;
    padding: 8px 20px;
  }
  /*Testimonial*/
  .fal-testimonials {
    margin-top: -11px;
    padding-top: 39px;
    padding-bottom: 30px;
  }
  .fal-testimonials__list {
    display: inline-block;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 0;
  }
  .fal-testimonial {
    margin: 16px 1px;
  }
  .fal-testimonial__name {
    line-height: 20px;
  }
  .fal-testimonial__designation {
    margin: -5px auto;
  }
  #testimonials .owl-item.active.center .fal-testimonial {
    height: 375px;
    margin-top: -12px;
  }
  #testimonials .owl-item.active.center {
    height: 426px;
    padding-top: 10px;
  }
  #testimonials .owl-item.active.center .fal-testimonial__text {
    padding-top: 12px;
  }
  #testimonials .owl-dots {
    margin-top: -9px;
  }
  /*OFFSHORE DEVELOPMENT MODEL*/
  .view-less {
    margin-top: 0px;
  }
  .hide-list {
    display: none;
  }
  /*Services*/
  .fal-services {
    width: 100%;
    flex-wrap: wrap;
    padding: 22px 0;
  }
  .fal-services__firstheading {
    font-size: 18px;
    padding: 0 18px;
  }
  .fal-services__title {
    font-size: 30px;
    padding: 18px 12px;
    line-height: 40px;
  }
  .fal-services__list {
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
    grid-template-columns: repeat(3, 1fr);
  }
  .fal-service {
    padding: 0 0;
  }
  .fal-service__image {
    width: 100px;
  }
  .fal-service__text {
    line-height: 21px;
    margin: 0;
  }
  /*Footer*/
  .fal-footers {
    width: 100%;
    margin: 0px auto;
    padding: 10px 0;
  }
  .fal-footers__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 10px;
         column-gap: 10px;
    width: 100%;
    margin: 20px 0 0 0;
  }
  .fal-footers__mobile-logo {
    display: block;
    margin: -22px auto;
  }
  .fal-footer {
    padding: 0 0px;
  }
  .fal-footer__logo {
    display: none;
  }
  .fal-footer__text {
    font-size: 10px;
    line-height: 25px;
  }
  .fal-footer__title {
    font-size: 14px;
  }
  .main-footer__item a {
    font-size: 14px !important;
    padding: 0 !important;
    border-bottom: none !important;
  }
  .aux-contact-form__logo {
    width: 80%;
  }
  #button::after {
    font-size: 25px;
    line-height: 36px;
  }
  #button {
    width: 38px;
    height: 38px;
    right: 18px;
  }
  .up-arrow {
    margin-bottom: -40px;
  }
}
@media (max-width: 650px) {
  .fal-hero-section-about__content {
    padding-bottom: 0px;
    height: 165px;
  }
  .fal-hero-section__content {
    text-align: center;
    padding-bottom: 28px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
  .fal-hero-section__heading {
    line-height: 32px;
  }
  .fal-hero-section__paragraph {
    padding: 0 30px;
  }
  .fal-hero-section__button-connect {
    margin: 0 auto;
  }
  /*Footer background image*/
  .fal-footers {
    background-size: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .home-hero-section {
    display: none;
  }
  .fal-worldwide__home-title {
    padding-top: 112px;
    color: #ae9d46;
  }
  .fal-services__list {
    grid-template-columns: repeat(1, 1fr);
  }
  .fal-services__title {
    color: #ae9d46;
  }
  .fal-service {
    width: 100%;
    background-color: #242424;
    padding: 30px 0;
  }
  .fal-connected__sections {
    display: block;
  }
  .fal-connected__sections __social-icons img {
    width: 50px;
  }
  .email-input {
    width: 88%;
  }
  .fal-services-categories__title {
    color: #ae9d46;
  }
  .fal-services-categories__category {
    display: block;
  }
  .fal-services-categories__category-reverse {
    padding-top: 40px;
  }
  .fal-services-categories__image {
    width: 100%;
    padding: 0 0px;
  }
  .fal-services-categories__info {
    width: 100%;
    padding: 0 0px;
  }
  .fal-services-categories__heading {
    color: #ae9d46;
    padding: 30px 0;
  }
  .fal-testimonials__title {
    font-size: 30px;
    color: #ae9d46;
  }
  .fal-trustedby__title {
    font-size: 30px;
    color: #ae9d46;
  }
  .fal-connected__title {
    font-size: 30px;
    color: #ae9d46;
  }
  .fal-contact-section__contact-types {
    flex-direction: column;
    align-items: center;
  }
  .fal-faq-section__content {
    flex-direction: column;
  }
  .fal-faq-section__accordion {
    width: 100%;
  }
  .fal-faq-section__input-content {
    width: 100%;
  }
  .fal-faq-section__checkbox {
    width: 10%;
  }
  .fal-faq-section__pargraph {
    width: 90%;
  }
  .fal-faq-section__check {
    width: 100%;
  }
  .fal-country-contacts__country-types {
    flex-direction: column;
    align-items: center;
    padding-left: 50px;
  }
  .fal-country-contacts__country-types__amsterdam {
    width: 100%;
    padding: 0;
  }
  .fal-country-contacts__country-types__americas {
    width: 100%;
    padding: 0;
  }
  .fal-country-contacts__country-types__singapore {
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 570px) {
  .fal-connected__sections {
    display: block;
  }
  .fal-connected__sections__social-icons {
    width: 100%;
    text-align: center;
    display: block;
  }
  .fal-connected__sections__social-icons img {
    width: 35px;
    padding: 0 20px;
  }
  .fal-connected__sections__email-address {
    width: 100%;
  }
  .fal-worldwide__button {
    font-size: 12px;
    padding: 7px 14px;
  }
}
@media (min-width: 1366px) {
  .fal-service {
    margin: 15px;
  }
  .fal-service__text {
    font-size: 15px;
    margin-top: 5px;
  }
  .container-form {
    margin-right: 8px;
  }
}
html {
  scroll-behavior: smooth;
}

body {
  font-family: sans-serif;
  margin: 0;
}
body.menu-open {
  overflow: hidden;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px 15px;
}

.remove-select-color {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.remove-select-color:focus {
  outline: none !important;
}

/*Drop Down*/
.solution:after {
  content: "\f107";
  position: absolute;
  font: normal normal normal 14px/1 FontAwesome;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  height: 18px;
  font-size: 20px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.6);
}
.solution:hover:after {
  content: "\f106";
}

ul li:hover > .solution:after {
  content: "\f106";
}

.solution:hover:after {
  color: #fff;
}

li.main-nav-hover__item {
  color: #fff;
  display: block;
  float: left;
  position: relative;
  text-decoration: none;
  transition-duration: 0.5s;
}

li a {
  color: #fff;
}

a.active {
  color: #c2a33f !important;
}

li.main-nav-hover__item:hover {
  cursor: pointer;
}
li.main-nav-hover__item:hover a {
  color: #c2a33f;
}
li.main-nav-hover__item:hover a:after {
  color: #000000;
}

.solutions-dropdown {
  background: #ffffff;
  list-style: none;
  width: 240%;
  margin: 0;
  padding-left: 0;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  visibility: hidden;
  opacity: 0;
  position: absolute;
  transition: all 0.5s ease;
  left: 0;
  display: none;
}
.solutions-dropdown__item a {
  color: rgba(0, 0, 0, 0.6) !important;
}
.solutions-dropdown__item a.active {
  color: black !important;
}
.solutions-dropdown__item a:after {
  color: #000000 !important;
}
.solutions-dropdown__item:hover {
  text-decoration: underline;
  cursor: pointer;
}
.solutions-dropdown__item:hover a {
  color: #000000 !important;
}
.solutions-dropdown__item:hover a:after {
  color: #000000 !important;
}

@media (min-width: 768px) {
  ul li:hover > .solutions-dropdown,
  ul li .solutions-dropdown:hover {
    visibility: visible;
    opacity: 1;
    display: block;
    z-index: 100;
  }
}
.drop-down.open > .solutions-dropdown {
  visibility: visible;
  opacity: 1;
  display: block;
  z-index: 100;
}

.prevent-click {
  pointer-events: none;
}

ul li ul li {
  clear: both;
  width: 100%;
  border-bottom: solid 1px #ededed;
}

.aux-top-header {
  background: #7e38ff;
}
.aux-top-header__lists {
  display: flex;
  align-items: center;
  justify-content: end;
  padding-bottom: 10px;
}
.aux-top-header__items {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.aux-top-header__items-mobile {
  display: none;
}
@media (max-width: 992px) {
  .aux-top-header__items-mobile {
    display: flex;
    display: none;
  }
}
.aux-top-header__item a {
  text-decoration: none;
  color: white;
  border-right: 1px solid #454745;
  font-size: 14px;
  font-weight: 300;
  padding: 3px 10px;
  height: 22px;
  font-family: sans-serif;
}
.aux-top-header__item-facebook a {
  padding-right: 40px;
}

i.fa.fa-facebook-square {
  color: #ffffff;
  padding: 0 4px;
}

i.fa.fa-linkedin-square {
  color: #ffffff;
  padding: 0 4px;
}

.fa-envelope:before {
  padding-right: 8px;
  color: #c2a33f;
}

.fa-whatsapp:before {
    color: #c2a33f;
    font-size: 18px;
}
.fa-phone:before {
  color: #c2a33f;
  padding-right: 8px;
}

#aux-bottom-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 500;
}

.aux-bottom-header {
  background: rgba(0, 0, 0, 0.7);
}
.aux-bottom-header__wrapper {
  padding: 3px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main-nav__items {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}

.main-nav__item a {
  text-decoration: none;
  color: #ffffff;
  font-weight: 500;
  padding: 20.5px 26px;
  font-size: 16px;
  display: block;
  font-family: sans-serif;
}

.main-nav__item--ctaa a {
  background: #c2a33f;
  padding: 10px 20px;
  box-sizing: border-box;
  border-radius: 5px;
  font-weight: 400;
  font-size: 16px;
  margin-left: 50px;
  margin-right: 0px;
  text-align: center;
}

.bar {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px auto;
  transition: all 0.3s ease-in-out;
  background-color: #101010;
}

.float {
  position: fixed;
  bottom: 20px;
  left: 20px;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  z-index: 100;
}

@media (max-width: 1199px) {
  .main-nav__item a {
    padding: 20.5px 10px;
    font-size: 16px;
  }
  .falcon-logo {
    position: absolute;
    top: 8px;
    width: 125px;
  }
  .main-nav__item--ctaa a {
    padding: 10px 10px;
    box-sizing: border-box;
    font-weight: 600;
    font-size: 16px;
    margin-left: 0px;
    margin-right: 4px;
  }
  .solution::after {
    right: -2px;
    height: 14px;
    font-size: 18px;
  }
}
#hamburger-icon {
  margin: auto 0;
  display: none;
  cursor: pointer;
}

#hamburger-icon div {
  width: 25px;
  height: 3px;
  background-color: #ffffff;
  margin: 6px 0;
  transition: 0.4s;
}

.open .bar1 {
  transform: rotate(-45deg) translate(-6px, 6px);
}

.open .bar2 {
  opacity: 0;
}

.open .bar3 {
  transform: rotate(45deg) translate(-6px, -8px);
}

.open .mobile-menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: white;
  margin-top: 38px;
}

.mobile-menu-wraperr {
  display: none;
}

.mobile-menu {
  position: absolute;
  margin-top: 24px;
  left: 0;
  height: calc(100vh - 85px);
  width: 100%;
  background: #000000;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  border-top: solid 1px rgba(51, 51, 51, 0.0901960784);
  align-items: flex-start;
  box-sizing: border-box;
  padding: 10px;
}

.mobile-menu li {
  width: 100%;
}

@media (max-width: 992px) {
  .solution::after {
    right: 0;
    height: 14px;
    font-size: 20px;
  }
  .aux-bottom-header {
    padding: 25px 0;
  }
  .aux-top-header__items-desktop {
    display: none;
  }
  .aux-top-header__item a {
    padding: 3px 0;
  }
  .aux-top-header__item-facebook a {
    padding-right: 18px;
  }
  .fa-envelope:before {
    padding-right: 0;
  }
  i.fa.fa-phone {
    margin-right: -8px;
    margin-top: 5px;
  }
  .main-nav {
    display: none;
  }
  #hamburger-icon {
    display: block;
  }
  .main-nav__item a {
    padding: 16px 10px;
    font-size: 18px;
    border-bottom: solid 1px rgba(51, 51, 51, 0.0901960784);
  }
  .falcon-logo {
    position: absolute;
    width: 125px;
    top: 12px;
  }
  .main-nav__item--ctaa a {
    padding: 10px 15px;
    box-sizing: border-box;
    font-weight: 600;
    font-size: 18px;
    margin-top: 25px;
    max-width: 145px;
  }
}
.main-footer {
  width: 100%;
  background: #000000;
  padding: 12px 0;
  grid-area: footer;
  position: relative;
  text-align: center;
}
.main-footer p {
  color: #fff;
}

footer {
  font-family: sans-serif;
  font-weight: 300;
  font-size: 12px;
  top: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  color: white;
}

@media (max-width: 375px) {
  .solution {
    pointer-events: none;
  }
}
@media (min-width: 40rem) {
  .main-footer__link {
    font-family: Poppins;
    font-weight: 300;
    font-size: 14px;
    margin: 0;
    margin-right: 10px;
  }
  .main-footer__links {
    padding-left: 0;
    flex-direction: row;
    justify-content: left;
  }
  footer {
    font-size: 14px;
  }
  .main-footer__policy {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.main-footer__item a {
  font-size: 14px;
  padding: 0;
}/*# sourceMappingURL=main.css.map */