.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container.pp-container {
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
  flex-flow: column;
}

.section {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.section.hero-section {
  margin-top: 270px;
  padding-top: 0;
  padding-bottom: 0;
}

.section.no-padding {
  z-index: 100;
  padding-top: 0;
  padding-bottom: 0;
  position: fixed;
  inset: 0% 0% auto;
}

.section.contact-us-section {
  position: relative;
}

.section.footer {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.section.remove-padding {
  height: 15px;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.section.remove-padding._60px {
  height: 60px;
}

.section.services {
  padding-top: 120px;
}

.header {
  z-index: 50;
  background-color: #393939;
  justify-content: center;
  align-items: flex-end;
  width: 100vw;
  height: 200px;
  display: flex;
  position: relative;
}

.pillar-image {
  width: 140px;
  height: 200px;
}

.header-text {
  color: #fff;
  margin-bottom: 10px;
  margin-left: 20px;
  font-family: Ivymode, Verdana, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2rem;
  text-decoration: underline;
}

.body {
  color: #000;
  font-family: Dmsans, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1rem;
}

.text-block {
  font-size: 2rem;
  line-height: 2rem;
}

.enlargment {
  color: #013a6d;
  font-size: 1.4rem;
  line-height: 1.4rem;
}

.enlargment.header-enlargement {
  color: #fff;
  font-size: 3rem;
}

.navbar {
  z-index: 48;
  background-color: #fff;
  border-bottom: 1px solid #00000026;
  height: 70px;
  position: fixed;
  inset: 200px 0% auto;
}

.container {
  z-index: 2;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.container.navbar-container {
  justify-content: space-between;
}

.container.about-us-container, .container.services-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
}

.container.contact-us-container {
  justify-content: space-between;
  align-items: center;
}

.navlink {
  color: #393939;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 70px;
  padding-left: 50px;
  padding-right: 50px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.navlink-wrapper {
  display: flex;
}

.navlink-text {
  text-transform: uppercase;
  font-weight: 700;
}

.hammer {
  width: 24px;
  margin-bottom: 5px;
  margin-left: 10px;
}

.blue-underline {
  background-color: #013a6d;
  width: 100%;
  height: 3px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.hero-image {
  z-index: 2;
  object-fit: cover;
  object-position: 46% 25%;
  width: 100%;
  height: 580px;
  position: relative;
}

.saying-wrapper {
  z-index: 2;
  background-color: #fff;
  border-bottom: 1px solid #39393926;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 60px;
  display: flex;
  position: relative;
}

.saying {
  text-align: center;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2rem;
}

.background {
  z-index: 1;
  opacity: .33;
  width: 100vw;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.background.custom {
  height: 60px;
  position: relative;
}

.background.custom._15px {
  height: 17px;
}

.greek-letter {
  z-index: 2;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 7rem;
  line-height: 5rem;
  position: absolute;
}

.greek-letter.down-right {
  z-index: 3;
  color: #0000;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  inset: auto 60px 120px auto;
}

.greek-letter.up-right {
  color: #0000;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #000;
  inset: 60px 50px auto auto;
}

.greek-letter.up-right.top-change {
  top: 40px;
}

.vertical-half-wrapper {
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
  position: relative;
}

.vertical-half-wrapper.margin-remove {
  margin-bottom: 0;
}

.horizontal-half {
  width: 50%;
  position: relative;
}

.horizontal-half.images-holder {
  justify-content: center;
  align-items: center;
  height: 450px;
  display: flex;
  transform: translate(0, -40px);
}

.horizontal-half.image-holder {
  justify-content: center;
  align-items: center;
  display: flex;
}

.info-heap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 40px;
  padding-left: 0;
  padding-right: 20px;
  display: flex;
}

.info-heap.remove-margin {
  margin-bottom: 0;
}

.heading-2 {
  color: #000000e6;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Ivymode, Verdana, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.75rem;
}

.heading-3 {
  color: #000000e6;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 40px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2rem;
}

.heading-3.add-margin {
  margin-bottom: 20px;
}

.mini-image {
  object-fit: cover;
  width: 250px;
  height: 375px;
  position: relative;
}

.mini-image.back-image {
  z-index: 5;
  position: absolute;
}

.mini-image.back-image.z-index {
  z-index: 10;
  background-color: #06090080;
}

.mini-image.image-in-front {
  border: 1px solid #fff;
  top: -10px;
  right: -70px;
}

.mini-image-wrapper {
  padding-left: 250px;
  position: absolute;
  transform: translate(-290px, -130px);
}

.service-title {
  text-align: center;
  font-family: Ivymode, Verdana, sans-serif;
  font-size: 2rem;
  line-height: 2rem;
}

.title-wrapper {
  justify-content: center;
  align-items: center;
  width: 300px;
  margin-bottom: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.bg-text {
  color: #0000;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #00000026;
  font-family: Dmsans, Arial, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 3rem;
  position: absolute;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.service-wrapper {
  background-color: #fff;
  border: 1px solid #00000040;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 350px;
  height: 300px;
  padding-left: 15px;
  padding-right: 15px;
  transition: all .3s cubic-bezier(.77, 0, .175, 1);
  display: flex;
  position: relative;
}

.service-wrapper:hover {
  z-index: 10;
  background-color: #013a6d03;
}

.service-wrapper.custom-service-wrapper {
  height: 400px;
}

.service-icon {
  width: 40px;
  height: 40px;
}

.service-name {
  color: #000000e6;
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: Ivymode, Verdana, sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.1rem;
}

.service-text {
  color: #013a6d;
  font-weight: 500;
  line-height: 1.1rem;
}

.list-item {
  margin-bottom: 5px;
}

.list-item.remove-margin {
  margin-bottom: 0;
}

.service-list {
  margin-bottom: 0;
  padding-left: 20px;
}

.shadow-down {
  z-index: 2;
  background-image: linear-gradient(#0000000d, #fff0);
  width: 100vw;
  height: 18px;
  position: absolute;
  overflow: hidden;
}

.shadow-down.absolute {
  background-image: linear-gradient(#0000000d, #fff0);
  position: absolute;
  inset: auto 0% 0%;
}

.shadow-up {
  background-image: linear-gradient(0deg, #0000000d, #f000);
  width: 100%;
  height: 15px;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.shadow-up.absolute {
  background-image: linear-gradient(0deg, #0000000d, #fff0);
  position: absolute;
  inset: 0% 0% auto;
}

.contact-us-half {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 48%;
  display: flex;
}

.contact-us-title {
  color: #013a6d;
  margin-bottom: 30px;
  font-family: Ivymode, Verdana, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2rem;
}

.form-label {
  margin-left: 10px;
}

.form-input {
  color: #000000e6;
  background-color: #fff0;
  border-top: 0 solid #000;
  border-bottom: 2px solid #013a6d;
  border-left: 0 solid #000;
  border-right: 0 #000;
  font-weight: 500;
}

.form-input::placeholder {
  color: #000000e6;
  font-weight: 500;
}

.form-text-area {
  color: #000000e6;
  background-color: #fff0;
  border: 0 solid #000;
  border-bottom: 2px solid #013a6d;
  font-weight: 500;
}

.form-text-area::placeholder {
  color: #000000e6;
  font-weight: 500;
}

.submit-button {
  background-color: #013a6d;
  border: 2px solid #013a6d;
  padding-left: 60px;
  padding-right: 60px;
  font-weight: 500;
  transition: all .3s cubic-bezier(.77, 0, .175, 1);
}

.submit-button:hover {
  color: #013a6d;
  background-color: #013a6d00;
  border: 2px solid #013a6d;
  font-weight: 500;
}

.form-message-wrapper {
  background-color: #013a6d;
}

.form-message-text {
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.2rem;
}

.cu-list-item.add-margin {
  margin-top: 15px;
  margin-bottom: 15px;
}

.cu-list {
  margin-top: 20px;
  margin-bottom: 20px;
}

.footer-logo {
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 10px;
  display: flex;
}

.footer-logo-text {
  margin-left: 0;
  font-family: Ivymode, Verdana, sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.1rem;
}

.footer-logo-image {
  height: 45px;
}

.cpyrght {
  display: flex;
}

.cpyrght-text {
  color: #000;
  font-size: .9rem;
  font-weight: 600;
  margin-left: 10px;
}

.office-image {
  object-fit: cover;
  border: 1px solid #013a6d;
  width: 60%;
  height: 400px;
  margin-right: 40px;
}

.shadow-background {
  z-index: 1;
  opacity: .33;
  width: 100vw;
  position: absolute;
  inset: 0%;
}

.shadow-background-retarded {
  opacity: .55;
  width: 100vw;
  height: 15px;
}

.hero-background {
  z-index: 1;
  opacity: .33;
  width: 100vw;
  height: 500px;
  margin-top: 200px;
  position: absolute;
  inset: 0%;
}

.pillar {
  opacity: .12;
  height: 400px;
  position: absolute;
  inset: auto auto 0% 3%;
}

@media screen and (min-width: 1280px) {
  .container {
    width: 1000px;
  }

  .greek-letter.up-right.top-change {
    top: 60px;
  }

  .info-heap {
    margin-bottom: 30px;
    padding-right: 0;
  }

  .heading-3 {
    padding-right: 0;
  }

  .service-title {
    font-size: 2.4rem;
    line-height: 2.4rem;
  }
}

@media screen and (min-width: 1440px) {
  .container {
    width: 1100px;
  }

  .container.contact-us-container {
    width: 1000px;
  }

  .greek-letter.up-right.top-change {
    top: 60px;
  }

  .info-heap {
    padding-right: 0;
  }

  .pillar {
    left: 5%;
  }
}

@media screen and (min-width: 1920px) {
  .section.remove-padding {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container {
    width: 1200px;
  }

  .container.contact-us-container {
    width: 900px;
  }

  .hero-image {
    object-position: 50% 18%;
    height: 700px;
  }

  .greek-letter.up-right.top-change {
    top: 60px;
  }

  .pillar {
    left: 14%;
  }
}

@media screen and (max-width: 991px) {
  .section.hero-section {
    margin-top: 210px;
  }

  .header {
    height: 140px;
  }

  .pillar-image {
    width: 120px;
    height: 140px;
  }

  .header-text {
    font-size: 1.4rem;
  }

  .enlargment.header-enlargement {
    font-size: 2.4rem;
  }

  .navbar {
    top: 140px;
  }

  .container {
    width: 700px;
  }

  .blue-underline.navbar {
    display: none;
  }

  .hero-image {
    height: 400px;
  }

  .greek-letter.down-right {
    line-height: 5rem;
  }

  .greek-letter.up-right {
    top: 40px;
  }

  .info-heap {
    padding-right: 0;
  }

  .heading-2 {
    font-size: 1.4rem;
  }

  .heading-3 {
    padding-right: 0;
  }

  .mini-image.back-image {
    width: 200px;
    height: 301px;
  }

  .mini-image.image-in-front {
    width: 200px;
    height: 300px;
  }

  .mini-image-wrapper {
    padding-left: 200px;
    transform: translate(-230px, -130px);
  }

  .bg-text {
    font-size: 2rem;
    line-height: 2rem;
  }

  .grid {
    grid-template-columns: 1fr 1fr;
  }

  .office-image {
    width: 80%;
  }

  .pillar {
    opacity: .1;
  }
}

@media screen and (max-width: 767px) {
  .section.hero-section {
    margin-top: 180px;
  }

  .header {
    height: 110px;
  }

  .pillar-image {
    width: 75px;
    height: 110px;
  }

  .header-text {
    font-size: 1rem;
    line-height: 1rem;
  }

  .enlargment.header-enlargement {
    font-size: 1.8rem;
    line-height: 1.8rem;
  }

  .navbar {
    top: 110px;
  }

  .container {
    width: 400px;
  }

  .container.contact-us-container {
    flex-flow: column;
  }

  .navlink {
    background-color: #fff;
    border-top: 1px solid #013a6d;
    border-bottom: 1px solid #013a6d;
    padding-left: 30px;
    padding-right: 30px;
  }

  .navlink.remove-border {
    border-top-style: none;
    border-bottom-style: none;
  }

  .hero-image {
    height: 250px;
  }

  .saying {
    font-size: 1.6rem;
    line-height: 1.6rem;
  }

  .greek-letter {
    font-size: 5rem;
    line-height: 3rem;
  }

  .greek-letter.down-right {
    right: 20px;
  }

  .greek-letter.up-right {
    top: 40px;
    right: 20px;
  }

  .vertical-half-wrapper {
    flex-flow: column;
    margin-bottom: 0;
  }

  .vertical-half-wrapper.margin-remove {
    word-break: keep-all;
  }

  .horizontal-half {
    width: 100%;
  }

  .horizontal-half.image-holder {
    order: 1;
    margin-top: 40px;
  }

  .mini-image.image-in-front {
    right: -60px;
  }

  .mini-image-wrapper {
    transform: translate(-240px, -130px);
  }

  .service-title {
    font-size: 1.8rem;
    line-height: 1.8rem;
  }

  .bg-text {
    font-size: 1.6rem;
    line-height: 1.6rem;
  }

  .grid {
    grid-template-columns: 1fr;
  }

  .contact-us-half {
    width: 100%;
    margin-top: 20px;
  }

  .menu {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    height: 70px;
    padding: 0 40px;
  }

  .menu-btn-text {
    margin-right: 10px;
    display: inline-flex;
  }

  .lottie {
    filter: grayscale(0%);
    width: 30px;
    display: inline-flex;
  }

  .office-image {
    width: 100%;
    height: 200px;
    margin-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .section.hero-section {
    margin-top: 180px;
  }

  .header {
    height: 110px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .pillar-image {
    width: 85px;
    height: 110px;
  }

  .header-text {
    margin-bottom: 5px;
    margin-left: 10px;
  }

  .navbar {
    top: 110px;
  }

  .container {
    width: 300px;
  }

  .hero-image {
    object-position: 80% 25%;
    height: 300px;
  }

  .saying-wrapper {
    height: 40px;
  }

  .saying {
    font-size: 1.2rem;
    line-height: 1.2rem;
  }

  .background.custom._15px {
    height: 180px;
    top: -3px;
  }

  .greek-letter {
    font-size: 3rem;
    line-height: 2rem;
  }

  .greek-letter.down-right {
    bottom: 60px;
  }

  .vertical-half-wrapper {
    margin-bottom: 0;
  }

  .horizontal-half.images-holder {
    height: 300px;
  }

  .horizontal-half.add-margin {
    margin-bottom: 60px;
  }

  .mini-image.back-image {
    width: 150px;
    height: 225px;
  }

  .mini-image.image-in-front {
    width: 150px;
    height: 225px;
    top: -40px;
    right: -30px;
  }

  .mini-image-wrapper {
    padding-left: 150px;
    transform: translate(-200px, -130px);
  }

  .service-title {
    font-size: 1.4rem;
    line-height: 1.4rem;
  }

  .title-wrapper {
    margin-bottom: 20px;
  }

  .bg-text {
    font-size: 2rem;
    line-height: 2rem;
  }

  .service-wrapper {
    width: 300px;
  }

  .shadow-down.absolute {
    filter: blur(3px);
  }

  .shadow-up.absolute {
    background-image: linear-gradient(0deg, #0000000d, #fff0);
  }

  .contact-us-title {
    font-size: 1.6rem;
    line-height: 1.6rem;
  }

  .footer-logo-text {
    font-size: 1rem;
    line-height: 1rem;
  }

  .footer-logo-image {
    height: 40px;
  }

  .cpyrght-text, .cpyrght-text.add-margin {
    font-size: .8rem;
  }

  .pillar {
    height: 500px;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_8cd4198f-b5fc-59b3-7455-18eecc685577-8685706c {
    grid-area: 5 / 1 / 6 / 3;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_8cd4198f-b5fc-59b3-7455-18eecc685577-8685706c {
    grid-column-end: 2;
  }
}


@font-face {
  font-family: 'Latinwd';
  src: url('../fonts/LATINWD.TTF') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ivymode';
  src: url('../fonts/IvyMode-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ivymode';
  src: url('../fonts/IvyMode-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ivymode';
  src: url('../fonts/IvyMode-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ivymode';
  src: url('../fonts/IvyMode-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ivymode';
  src: url('../fonts/IvyMode-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dmsans';
  src: url('../fonts/DMSans-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dmsans';
  src: url('../fonts/DMSans-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dmsans';
  src: url('../fonts/DMSans-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dmsans';
  src: url('../fonts/DMSans-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dmsans';
  src: url('../fonts/DMSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dmsans';
  src: url('../fonts/DMSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dmsans';
  src: url('../fonts/DMSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dmsans';
  src: url('../fonts/DMSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dmsans';
  src: url('../fonts/DMSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}