.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.navbar-no-shadow {
  z-index: 9999;
  background-color: #fff;
  border: 1px rgba(82, 75, 75, .5);
  border-bottom-style: solid;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.navbar-no-shadow-container {
  z-index: 5;
  width: 100%;
  max-width: 1024px;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Roboto, sans-serif;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  text-transform: uppercase;
  margin-left: 20px;
  margin-right: 20px;
  padding: 5px 10px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0e8ccc;
  padding: 12px 25px;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #d68c01;
}

.button-primary:active {
  background-color: #43464d;
}

.text-block {
  font-family: Roboto, sans-serif;
}

.hero-section {
  min-height: 720px;
  background-color: #d68c01;
  background-image: url('../images/Business_handshake_fx.jpg');
  background-position: 50%;
  background-size: cover;
  display: block;
}

.hero-text-block {
  min-height: 120px;
  color: #fff;
  background-color: rgba(14, 140, 204, .71);
  flex-flow: column;
  align-content: space-around;
  justify-content: center;
  align-items: stretch;
  margin: 261px auto auto;
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 500;
  display: flex;
  position: static;
}

.hero-heading {
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  font-family: Roboto, sans-serif;
  font-size: 33px;
  font-weight: 500;
  line-height: 48px;
  display: flex;
  position: relative;
}

.div-block-2 {
  min-height: auto;
  float: left;
  clear: left;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
}

.container {
  max-width: 1024px;
}

.heading {
  text-align: center;
}

.sec-heading {
  color: #0e8ccc;
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 40px;
  font-weight: 500;
}

.paragraph {
  font-family: Roboto, sans-serif;
  font-weight: 300;
}

.falcon-paragraph {
  margin-top: 22px;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 26px;
}

.falcon-container {
  max-width: 824px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.section, .who_we_are {
  min-height: 250px;
}

.our_service {
  min-height: 250px;
  background-color: rgba(199, 159, 23, .1);
}

.our_services {
  min-height: 250px;
  background-color: rgba(199, 159, 23, .1);
  padding-bottom: 20px;
}

.falcon_corporate {
  min-height: 250px;
  background-color: rgba(199, 159, 23, .1);
}

.quick-stack {
  min-height: 560px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.cell {
  background-color: rgba(138, 70, 70, .64);
  background-image: url('../images/business-team-meeting-office.png');
  background-position: 50%;
  background-size: cover;
}

.cell-2 {
  background-color: #0e8ccc;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.heading-2 {
  font-family: Roboto, sans-serif;
}

.corp_heading {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Roboto, sans-serif;
  font-size: 40px;
  font-weight: 300;
}

.heading-3 {
  color: #fff;
}

.corp_sub-head {
  color: #fff;
  margin-top: 0;
  font-family: Roboto, sans-serif;
  font-size: 22px;
  font-weight: 500;
}

.list {
  width: 333px;
  padding-left: 20px;
  font-family: Roboto, sans-serif;
}

.list-item-2 {
  font-family: Roboto, sans-serif;
}

.list_corp_item {
  color: #fff;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-weight: 300;
}

.div-block-3 {
  padding-top: 30px;
  padding-left: 30px;
}

.corp_box, .corp_box_left {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
}

.cell-3 {
  align-items: flex-end;
  padding-right: 60px;
}

.corp_heading_l {
  color: #524b4b;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Roboto, sans-serif;
  font-size: 40px;
  font-weight: 300;
}

.corp_sub-head_l {
  color: #524b4b;
  margin-top: 0;
  font-family: Roboto, sans-serif;
  font-size: 22px;
  font-weight: 500;
}

.list_corp_item_l {
  color: #524b4b;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-weight: 300;
}

.corp_sub-head-copy {
  color: #fff;
  margin-top: 0;
  font-family: Roboto, sans-serif;
  font-size: 22px;
  font-weight: 500;
}

.image {
  padding-top: 40px;
}

.income_tax_image {
  margin-top: 40px;
  margin-left: 20px;
  padding-top: 0;
}

.falcon-container-2 {
  max-width: 984px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.section-2, .talk-section {
  background-color: #f0f0ec;
}

.field-label, .falcon_field-label {
  font-family: Roboto, sans-serif;
}

.submit-button {
  width: 200px;
  border-radius: 20px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.heading-4 {
  color: #0e8ccc;
  font-family: Roboto, sans-serif;
  font-size: 57px;
  font-weight: 500;
}

.paragraph-2 {
  font-family: Roboto, sans-serif;
  font-weight: 300;
}

.form-para {
  margin-bottom: 20px;
  padding-top: 16px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.form {
  font-family: Roboto, sans-serif;
}

.form-block {
  width: 650px;
  font-family: Roboto, sans-serif;
}

.text-field {
  min-height: 150px;
  overflow-wrap: normal;
  object-position: 50% 50%;
  display: block;
}

.div-block-4 {
  background-color: #f0f0ec;
  padding-top: 30px;
}

.link {
  font-family: Roboto, sans-serif;
}

.form-2 {
  width: 650px;
}

.falcon_form {
  width: 650px;
  font-family: Roboto, sans-serif;
}

.falcon_text-field {
  min-height: 200px;
  text-align: left;
  letter-spacing: normal;
  -webkit-text-stroke-width: 0px;
  text-indent: 0;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  object-position: 0% 0%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  font-style: normal;
  display: inline;
  position: static;
  overflow: scroll;
}

.field-label-2, .field-label-3, .field-label-4, .field-label-5, .field-label-6 {
  font-weight: 400;
}

.text-block-2 {
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.quick-stack-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.cell-5 {
  display: block;
}

.cell-6 {
  border-bottom: 1px #524b4b;
}

.falcon-paragraph-2 {
  margin-top: 22px;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 26px;
}

.link-block {
  width: 100%;
  height: 500px;
  background-image: url('../images/Falconfin_map.png');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: auto;
}

.body {
  border-bottom: 1px #000;
}

.error-message {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .falcon-container {
    padding-left: 25px;
    padding-right: 25px;
  }

  .corp_box {
    padding-left: 10px;
  }

  .income_tax_image {
    margin-left: 0;
  }

  .falcon-container-2 {
    padding-left: 28px;
  }

  .falcon_form {
    width: 700px;
  }

  .quick-stack-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 10px;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .hero-section {
    min-height: 550px;
  }

  .hero-heading {
    font-size: 30px;
    line-height: 42px;
  }

  .falcon-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .quick-stack {
    padding-right: 0;
  }

  .cell-2 {
    align-items: center;
  }

  .corp_box {
    padding-left: 0;
  }

  .cell-3 {
    align-items: center;
    padding-right: 20px;
  }

  .income_tax_image {
    margin-top: 0;
    margin-left: 0;
  }

  .falcon-container-2 {
    margin-left: auto;
    padding-left: 10px;
  }

  .falcon_form {
    width: 550px;
  }

  .quick-stack-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .cell-5 {
    padding-top: 20px;
  }

  .cell-6 {
    padding-left: 68px;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .hero-section {
    min-height: 200px;
  }

  .hero-text-block {
    margin-top: 250px;
  }

  .hero-heading {
    font-size: 24px;
    line-height: 32px;
  }

  .falcon-paragraph {
    font-size: 15px;
    line-height: 23px;
  }

  .falcon-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .quick-stack {
    min-height: auto;
    padding-right: 0;
  }

  .cell {
    flex-direction: column;
    display: flex;
  }

  .cell-2 {
    flex-flow: row;
    align-content: flex-start;
    justify-content: space-around;
    align-items: flex-start;
  }

  .list {
    width: 310px;
    padding-left: 15px;
  }

  .corp_box {
    width: 320px;
    min-width: auto;
    clear: left;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    object-fit: fill;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 10px;
    padding-left: 10px;
    display: block;
    overflow: visible;
  }

  .corp_box_left {
    padding-left: 10px;
  }

  .cell-3 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .income_tax_image {
    margin-top: 0;
    margin-left: 0;
  }

  .falcon-container-2 {
    margin-left: 10px;
    padding-left: 0;
  }

  .falcon_form {
    width: 300px;
  }

  .quick-stack-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .cell-4 {
    padding-bottom: 10px;
  }

  .cell-6 {
    padding-left: 0;
  }

  .falcon-paragraph-2 {
    font-size: 15px;
    line-height: 23px;
  }
}

#w-node-_09a64230-1006-0e3b-5179-b020036e712f-e699539c {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-b15ab68c-d4f9-5946-0212-253718c0bbd5-e699539c, #w-node-_5e5e553c-803d-4cab-5f21-559737557a94-e699539c, #w-node-_4f106408-177a-7df1-90b3-d553b900873b-e699539c, #w-node-_49895ab4-8402-3d4f-c164-bcf5acec21ea-e699539c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#Contact-Us.w-node-_0c61f843-abf0-8ddc-ba8d-2d9c24206728-e699539c {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-afaf4613-0c02-f7b7-88ac-3738243f5e4f-e699539c, #w-node-_570eb836-3630-f73c-9178-03904f454284-e699539c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_09a64230-1006-0e3b-5179-b020036e712f-e699539c {
    grid-template-rows: 445px auto;
    grid-template-columns: 1fr;
  }

  #w-node-b15ab68c-d4f9-5946-0212-253718c0bbd5-e699539c, #w-node-_5e5e553c-803d-4cab-5f21-559737557a94-e699539c, #w-node-_4f106408-177a-7df1-90b3-d553b900873b-e699539c, #w-node-_49895ab4-8402-3d4f-c164-bcf5acec21ea-e699539c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #Contact-Us.w-node-_0c61f843-abf0-8ddc-ba8d-2d9c24206728-e699539c {
    grid-template-rows: auto;
    grid-template-columns: minmax(550px, .5fr);
  }

  #w-node-afaf4613-0c02-f7b7-88ac-3738243f5e4f-e699539c, #w-node-_570eb836-3630-f73c-9178-03904f454284-e699539c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_09a64230-1006-0e3b-5179-b020036e712f-e699539c {
    grid-template-rows: 320px 437px;
    grid-template-columns: minmax(200px, 320fr);
    display: grid;
  }

  #w-node-b15ab68c-d4f9-5946-0212-253718c0bbd5-e699539c {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5e5e553c-803d-4cab-5f21-559737557a94-e699539c, #w-node-_4f106408-177a-7df1-90b3-d553b900873b-e699539c, #w-node-_49895ab4-8402-3d4f-c164-bcf5acec21ea-e699539c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #Contact-Us.w-node-_0c61f843-abf0-8ddc-ba8d-2d9c24206728-e699539c {
    grid-template-rows: auto;
    grid-template-columns: 320fr;
  }

  #w-node-afaf4613-0c02-f7b7-88ac-3738243f5e4f-e699539c, #w-node-_570eb836-3630-f73c-9178-03904f454284-e699539c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


