@import url("https://fonts.googleapis.com/css?family=Manrope:400,500,600,700,800,regular&display=swap&subset=");
@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,800,900,regular,500italic,600italic,700italic,800italic,900italic&display=swap&subset=");

* {
  box-sizing: border-box;
  border: none;
}

nav {
  display: block;
}

body {
  margin: 0;
  padding: 0;
  font-size: 14px;
}

.w-builder {
  font-family: sans-serif;
}

a {
  text-decoration: none;
}

.w-nav {
  position: relative;
  z-index: 1;
}

.w-nav-menu {
  display: flex;
}

.w-nav .w-nav-btn,
.w-nav[data-collapse="all"] .w-nav-menu {
  display: none;
}

@media screen and (max-width: 991px) {
  .w-nav[data-collapse="medium"] .w-nav-menu {
    display: none;
  }

  .w-nav .w-nav-btn {
    display: block;
  }

  .w-nav[data-collapse="medium"] .w-nav-menu a {
    display: block;
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .w-nav[data-collapse="small"] .w-nav-menu {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .w-nav[data-collapse="tiny"] .w-nav-menu {
    display: none;
  }
}

.w-nav--open .w-nav-menu {
  display: block !important;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: visible;
  min-width: 200px;
}

.w-button {
  color: gray;
  padding: 10px;
}

.body-wrap {
  width: 100%;
}

.section-wrap {
  flex-direction: column;
}

.inline-combine {
  display: block;
  position: relative;
}

.relative-image {
  width: 100%;
  height: auto;
  max-width: 100%;
  position: relative;
}

.relative-image.contact-image {
  display: block;
  height: 84vh;
  background-image: url(https://weblit.cloud/13_Nlh-CL1EwJ55mJbO3S.jpg);
  background-size: cover;
  background-attachment: scroll;
  background-position: 50% 30%;
  background-repeat: repeat;
}

.absolute-div {
  display: block;
  position: absolute;
  top: 0%;
  right: 0%;
  bottom: auto;
  left: 0%;
}

.div {
  background: rgba(255, 255, 255, 0);
}

.container {
  max-width: 1095px;
  margin-left: auto;
  margin-right: auto;
}

.container.fixed-w {
  max-width: 87%;
  width: auto;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 0px;
}

.linkblock-8 {
  display: inline-block;
}

.image {
  width: 130px;
  height: auto;
  max-width: 100%;
}

.link {
  display: inline-block;
  text-decoration: none;
  color: rgba(255, 255, 255, 1);
  padding: 20px;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  padding-left: 25px;
  padding-right: 25px;
}

.button-5 {
  display: inline-block;
  background: rgba(123, 57, 237, 1);
  color: rgba(255, 255, 255, 1);
  cursor: pointer;
  text-decoration: none;
  padding: 9px 15px 9px 15px;
}

.relitive-div {
  display: block;
  position: relative;
}

.space-section {
  display: block;
  padding-top: 80px;
  padding-bottom: 80px;
}

.column-section {
  justify-content: space-between;
  column-gap: 40px;
  row-gap: 20px;
  display: flex;
  align-items: center;
}

.column-section.align-top {
  margin-top: 20px;
  align-items: flex-start;
  justify-content: space-between;
}

.side-div {
  width: 50%;
  padding-right: 4px;
}

.side-div.side-spaceleft {
  padding-left: 94px;
}

.side-div.side-spaceleft.form-div {
  width: 70%;
}

.row {
  flex-direction: column;
  row-gap: 20px;
  display: flex;
}

.banner-heading {
  margin-top: 20px;
  margin-bottom: 0px;
  color: rgba(1, 19, 77, 1);
  text-transform: uppercase;
  font-size: 34px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 40px;
  margin-left: 0px;
}

.block-line {
  display: inline-block;
}

.block-line.width-full {
  width: 100%;
}

.label {
  display: block;
  margin-bottom: 5px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  color: rgba(1, 19, 77, 1);
  letter-spacing: 2px;
}

.input {
  width: 100%;
  margin-bottom: 20px;
  background-color: rgba(255, 255, 255, 1);
  border: 2px solid rgba(211, 211, 211, 1);
  padding: 8px 12px 8px 12px;
  border-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

.input:hover {
  border: 1px solid rgba(204, 204, 204, 1);
}

.input:focus {
  border: 1px solid rgba(204, 204, 204, 1);
}

.lg-column-w {
  width: 75%;
  display: block;
}

.input.massage-input {
  height: 18vh;
}

.button-div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 20px;
  row-gap: 14px;
}

.button-div.margin-top-btn {
  margin-top: 10px;
}

.button {
  display: inline-block;
  background: rgba(38, 69, 181, 1);
  color: rgba(255, 255, 255, 1);
  cursor: pointer;
  text-decoration: none;
  letter-spacing: 2px;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 12px;
  padding: 12px 34px 12px 34px;
}

.button.capitalize-text {
  text-transform: uppercase;
}

.formsuccessmessage {
  padding: 16px 16px 16px 16px;
}

.paragraph-7 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.formerrormessage {
  padding: 16px 16px 16px 16px;
}

.info-div {
  flex-direction: column;
  column-gap: 0;
  row-gap: 6px;
}

.small-heading-1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 14px;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: rgba(208, 208, 208, 1);
}

.small-heading-1.color-blue {
  color: rgba(1, 19, 77, 1);
}

.small-heading-1.heading-light {
  color: rgba(173, 173, 173, 1);
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 13px;
  text-transform: capitalize;
}

.small-heading-1.heading-light.dull-black {
  color: rgba(74, 74, 74, 1);
}

.blue-bar {
  width: 80px;
  height: 4px;
  display: block;
  background: rgba(48, 92, 251, 1);
  margin-top: 16px;
  margin-bottom: auto;
}

.blue-bar.bar-w-full {
  width: 100%;
}

.relitive-div.bg-blue-image {
  color: rgba(255, 255, 255, 1);
  background-image: url(https://weblit.cloud/6MRZDmI5bPnWtxKmegh3N.jpeg);
  background-size: cover;
  background-attachment: scroll;
  background-position: 0px 0px;
  background-repeat: repeat;
}

.default-width {
  padding-top: 0px;
  padding-left: 0px;
  width: 87%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.inline-text {
  display: inline-block;
}

.banner-heading.inlinetext {
  display: inline;
  margin-right: 9px;
  color: rgba(249, 249, 249, 1);
}

.banner-heading.light-banner-heading {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-style: italic;
  margin-left: 0px;
  margin-right: 0px;
}

.paragraph {
  margin-top: 0px;
  margin-bottom: 0px;
  color: rgba(66, 66, 66, 1);
  font-size: 14px;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  display: inline;
  line-height: 24px;
  background-clip: normal;
  letter-spacing: 0px;
}

.paragraph.text-white {
  color: rgba(226, 232, 253, 1);
}

.button-6 {
  display: inline-block;
  background: rgba(38, 69, 181, 1);
  color: rgba(255, 255, 255, 1);
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  padding: 12px 34px 12px 34px;
}

.bg-blue {
  display: block;
  background: rgba(1, 13, 54, 1);
  color: rgba(252, 252, 252, 1);
  padding: 0 0 0 0;
}

.row.gap-max {
  row-gap: 45px;
}

.column-section.align-start {
  justify-content: space-between;
  align-items: flex-start;
  column-gap: 60px;
}

.info-side {
  flex-direction: column;
  row-gap: 45px;
  display: flex;
  width: 50%;
}

.linkblock {
  display: inline-block;
}

.paragraph-1 {
  margin-top: 0px;
  margin-bottom: 0px;
  width: auto;
  font-size: 12px;
  line-height: 22px;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  color: rgba(173, 173, 173, 1);
}

.links-side {
  display: flex;
  flex-direction: column;
  row-gap: 2px;
}

.link-1 {
  display: inline-block;
  text-decoration: none;
  color: rgba(129, 129, 129, 0.54);
  padding: 0px 0px 0px 0px;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .inline-combine {
    position: relative;
    height: auto;
  }

  .absolute-div.nav-div {
    background: rgba(255, 255, 255, 0);
    color: rgba(0, 0, 0, 1);
  }

  .container.fixed-w {
    margin-left: 0px;
    padding-left: 0px;
    margin-right: 0px;
    max-width: 100%;
  }

  .navbar {
    color: rgba(0, 0, 0, 1);
    margin-left: 0px;
    padding: 20px 30px 20px 30px;
  }

  .link {
    padding-left: 30px;
    padding-right: 30px;
    color: rgba(0, 0, 0, 1);
    background: rgba(255, 255, 255, 1);
  }

  .space-section {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 0px;
  }

  .space-section.sided-form-space {
    padding-left: 40px;
    padding-right: 40px;
  }

  .column-section {
    column-gap: 30px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }

  .column-section.align-top.block-col {
    flex-direction: column;
    width: auto;
  }

  .side-div {
    width: auto;
  }

  .side-div.side-spaceleft {
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
  }

  .side-div.side-spaceleft.form-div {
    width: 100%;
  }

  .row {
    row-gap: 20px;
    flex-direction: column;
  }

  .banner-heading {
    font-size: 26px;
    line-height: 30px;
  }

  .formblock {
    width: 100%;
  }

  .customform {
    width: 100%;
  }

  .lg-column-w {
    width: 67%;
  }

  .inline-text {
    display: inline-block;
    margin-top: 10px;
  }

  .banner-heading.light-banner-heading {
    font-size: 22px;
    line-height: 30px;
  }

  .paragraph {
    font-size: 13px;
  }

  .column-section.align-start {
    padding-left: 0px;
    align-items: flex-start;
    justify-content: space-between;
  }

  .info-side.info-full {
    max-width: auto;
    width: 100%;
  }
}

@media (max-width: 479px) {
  .inline-combine {
    position: relative;
  }

  .navbar {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 15px 20px 15px 20px;
  }

  .link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .space-section {
    padding: 20px 0px 20px 0px;
  }

  .space-section.sided-form-space {
    padding: 10px 20px 10px 20px;
  }

  .column-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 20px;
  }

  .side-div {
    width: 100%;
  }

  .row {
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 0px;
    column-gap: 0;
    row-gap: 20px;
  }

  .banner-heading {
    font-size: 16px;
    line-height: 22px;
  }

  .banner-heading.form-heading {
    font-size: 22px;
  }

  .block-line {
    width: 100%;
  }

  .lg-column-w {
    width: auto;
  }

  .lg-column-w.full-w {
    width: 100%;
  }

  .button-div {
    width: 100%;
    text-align: center;
  }

  .button.capitalize-text {
    font-size: 11px;
    width: 100%;
    padding: 10px 30px 10px 30px;
  }

  .small-heading-1 {
    font-size: 13px;
    margin-bottom: 7px;
  }

  .small-heading-1.heading-light {
    font-size: 12px;
    margin-bottom: 5px;
  }

  .inline-text {
    margin-top: 8px;
  }

  .banner-heading.inlinetext {
    font-size: 21px;
    margin-right: 4px;
  }

  .banner-heading.light-banner-heading {
    font-size: 19px;
    line-height: 25px;
  }

  .paragraph {
    font-size: 12px;
    line-height: 20px;
  }

  .row.gap-max {
    row-gap: 35px;
  }

  .info-side {
    width: 100%;
  }

  .info-side.info-full {
    row-gap: 30px;
  }

  .link-1 {
    font-size: 13px;
    margin-bottom: 5px;
  }
}

@media (max-width: 768px) {
  .button-5 {
    display: inline-block;
    background: #ffffffe6 !important;
    color: rgba(255, 255, 255, 1);
    cursor: pointer;
    text-decoration: none;
    padding: 7px 16px 4px 16px;
    margin-bottom: 16px;
    margin-right: 8px;
    border-radius: 4px;
  }
  .relative-image.contact-image {
    height: 31vh !important;
  }
}
