@import url("https://fonts.googleapis.com/css2?family=Caudex:wght@400;700&family=Poppins:wght@200;300&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/*
 * Remove the text shadow on text selections (opinionated).
 * 1. Restore the coloring undone by defining the text shadow (opinionated).
 */
::-moz-selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none; }

table {
  border-collapse: collapse; }

caption {
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

body {
  margin: 0;
  font-weight: 400;
  line-height: 1.2;
  text-align: left; }

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0; }

p {
  margin-top: 0; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 400; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: 700; }

sub,
sup {
  position: relative;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  text-decoration: underlie;
  background-color: transparent; }

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit;
  text-align: -webkit-match-parent; }

label {
  display: inline-block; }

button {
  border-radius: 0; }

button:focus:not(:focus-visible) {
  outline: 0; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

[role="button"] {
  cursor: pointer; }

select {
  word-wrap: normal; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

/*
Alignment settings
*/
.align-left {
  text-align: left; }

.align-right {
  text-align: left; }

.align-center {
  text-align: left; }

section {
  position: relative; }

/*
Float settings
*/
.pull-left {
  float: left; }
  .pull-left img{
    height: 27px;
    width: auto; }
    
.pull-right {
  float: right; }

.float-wrap:after {
  content: "";
  display: block;
  clear: both; }

/*
Padding settings
PREFIXES
p = padding
t = top
b = bottom
l = left
r = right
*/
.p-tb-200 {
  padding: 200px 0; }

.p-tb-150 {
  padding: 150px 0; }

.p-b-150 {
  padding: 0 0 150px; }

.p-tb-100 {
  padding: 100px 0; }

.pd-tb-150-200 {
  padding: 150px 0 200px; }

.pd-tb-20 {
  padding: 20px 0; }

.pd-r-50 {
  padding-right: 50px; }

.pd-tb-100-30 {
  padding: 100px 0 30px; }

.pd-r-15p {
  padding-right: 15%; }

.pd-lr-30 {
  padding: 0 30px; }

/*
Margin settings
PREFIXES
m = margin
t = top
b = bottom
l = left
r = right
*/
.m-tb-100 {
  margin: 100px 0; }

.m-b-20 {
  margin-bottom: 20px; }

.m-t-80 {
  margin-top: 80px; }

.m-t-100 {
  margin-top: 100px; }

.m-t-150 {
  margin-top: 150px; }

.m-t-30 {
  margin-top: 30px; }

 /*
Color settings
 */
.color-blue {
  color: #3E82F7 !important; }

.color-yellow {
  color: #fabb2b !important; }

.color-orange {
  color: #EF643E !important; }

.color-teal {
  color: #24B9CE !important; }

.color-violet {
  color: #511B9C !important; }

.color-black {
  color: #000 !important; }

.color-white {
  color: #fff !important; }

/*
Background settings
*/
.bg-blue {
  background: #3E82F7; }

.bg-yellow {
  background: #FDBD00; }

.bg-orange {
  background: #EF643E; }

.bg-teal {
  background: #24B9CE; }

.bg-violet {
  background: #511B9C; }

.bg-black {
  background: #000; }

.bg-white {
  background: #fff; }

.bg-off-white {
  background: #FCFAFD; }

.bg-violet-dark {
  background: #221043; }

.absolute {
  position: absolute; }

.hide-overflow {
  overflow: hidden; }

.hide {
  display: none; }

.show {
  display: block; }

.show-sm {
  display: none; }

@media (max-width: 993px) {
  .m-t-md-90 {
    margin-top: 90px; }

  .pd-r-md-0 {
    padding-right: 0; } }
@media (max-width: 768px) {
  .pd-tb-sm-100-50 {
    padding: 100px 50px; }

  .show-sm {
    display: block; }

  .m-sm-0-auto {
    margin: 0 auto; }

  .hide-sm {
    display: none; }

  .m-tb-sm-30 {
    margin: 30px 0; }

  .m-t-sm-40 {
    margin-top: 40px; }

  .pd-lr-30 {
    padding: 0; }

  .md-mt-20 {
    margin-top: 20px; } }
@media (max-width: 480px) {
  .container.p-xs-60-30 {
    padding: 60px 30px;
    margin: 0 auto; }

  .show-sm {
    display: block; }

  .m-sm-0-auto {
    margin: 0 auto; }

  .hide-sm {
    display: none; }

  .m-tb-sm-30 {
    margin: 30px 0; } }
body, html {
  overflow-x: hidden; }

.flex {
  display: flex; }

.container {
  width: 1260px;
  margin: 0 auto;
  position: relative;
  z-index: 2; }
  .container .row {
    position: relative; }
    .container .row .grid-wrap {
      display: flex;
      flex-wrap: wrap; }
      .container .row .grid-wrap .grid {
        position: relative; }
      .container .row .grid-wrap .grid-half {
        width: 50%; }
      .container .row .grid-wrap .grid-one-third {
        width: 33.33%; }
      .container .row .grid-wrap .grid-one-fourth {
        width: 24%; }
      .container .row .grid-wrap .grid-two-thirds {
        width: 66%; }
      .container .row .grid-wrap .grid-three-fourths {
        width: 75%; }
  @media (max-width: 1300px) {
    .container {
      width: 1050px; } }
  @media (max-width: 1080px) {
    .container {
      width: 100%;
      padding-left: 100px;
      padding-right: 100px; }
      .container .pd-r-15p {
        padding: 0; } }
  @media (max-width: 1080px) and (min-width: 769px) {
    .container {
      padding-left: 100px;
      padding-right: 100px; } }
  @media (max-width: 768px) {
    .container {
      width: 95%; }
      .container .row .grid-wrap .grid-md-full {
        width: 100%; } }

body {
  font-family: 'Poppins', sans-serif; }
  @media (max-width: 993px) {
    body {
      font-size: 16px; } }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Caudex', serif;
  margin-bottom: 20px; }

p, a, div, table {
  font-family: 'Poppins', sans-serif; }

h1 {
  font-size: 54px;
  line-height: 1.5; }
  @media (max-width: 993px) {
    h1 {
      font-size: 34px; } }
  @media (max-width: 480px) {
    h1 {
      font-size: 28px; } }

h2 {
  font-size: 64px; }
  @media (max-width: 993px) {
    h2 {
      font-size: 34px; } }

h3, .h3 {
  font-size: 48px; }
  @media (max-width: 993px) {
    h3, .h3 {
      font-size: 28px; } }

.font-sub {
  font-size: 22px; }
  @media (max-width: 993px) {
    .font-sub {
      font-size: 16px;
      line-height: 1.5; } }

p {
  margin-bottom: 15px; }
  @media (max-width: 993px) {
    p {
      font-size: 16px; } }
  @media (max-width: 480px) {
    p {
      font-size: 14px; } }

.menu a {
  font-size: 24px;
  font-family: 'Caudex', serif;
  color: #fff;
  text-decoration: none; }

.menu-wrap {
  position: fixed;
  top: 0;
  z-index: 99;
  width: 100%;
  height: 100vh;
  overflow: auto; }
  .menu-wrap .container {
    min-height: 100vh; }
  .menu-wrap .menu-link {
    margin-bottom: 10px;
    text-decoration: none;
    position: relative; }
    .menu-wrap .menu-link:after {
      content: "";
      display: block;
      height: 3px;
      width: 0;
      transition: all 0.5s ease;
      background: #24B9CE;
      position: absolute;
      bottom: 5px; }
    .menu-wrap .menu-link:hover:after {
      width: 100%; }

.img-menu-1 {
  top: 0;
  left: 25%; }

.img-menu-2 {
  bottom: 0;
  left: 1%; }

.img-menu-3 {
  bottom: 0;
  right: 0; }

.close-icon {
  width: 30px;
  height: 30px;
  top: 60px;
  right: 0;
  transition: all 0.5s ease;
  cursor: pointer; }
  .close-icon span {
    background: #fff;
    height: 1px;
    width: 30px;
    display: block;
    transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    background: #fff;
    height: 1px;
    width: 30px;
    display: block;
    transition: all 0.5s ease; }
    .close-icon span:last-child {
      transform: rotate(45deg); }
  .close-icon:hover {
    transform: rotate(180deg); }
    .close-icon:hover span {
      height: 2px; }

footer {
  position: relative; }
  footer .img-footer-curve {
    width: 110px;
    top: -120px;
    right: 0; }
  footer .img-footer-pie {
    position: absolute;
    width: 110px;
    left: 0;
    top: 200px; }
  footer .img-footer-triangle {
    width: 400px;
    right: 260px;
    bottom: 0; }

@media only screen and (min-width: 768px) {
  footer .img-footer-curve {
    width: 120px;
    top: -100px; }
  footer .img-footer-pie {
    position: absolute;
    width: 170px;
    left: 0;
    bottom: 20px;
    top: initial; }
  footer .img-footer-triangle {
    right: 300px; } }
.input-wrap label, .input-wrap input, .input-wrap textarea, .input-wrap select {
  width: 70%;
  display: block;
  outline: none; }
  @media (max-width: 768px) {
    .input-wrap label, .input-wrap input, .input-wrap textarea, .input-wrap select {
      width: 100%; } }
.input-wrap label {
  margin-top: 10px; }
  .input-wrap label small {
    color: red; }
.input-wrap input, .input-wrap select {
  height: 30px; }
.input-wrap textarea {
  height: 50px; }
.input-wrap input, .input-wrap textarea, .input-wrap select {
  margin-bottom: 30px;
  background: none;
  border: none;
  border-bottom: 1px solid #000; }
.input-wrap button {
  border: 2px solid #000;
  color: #000; }

.btn {
  color: #fff;
  border-radius: 100px;
  padding: 10px 25px;
  display: block;
  min-width: 200px;
  width: 100px;
  text-align: center;
  text-decoration: none; }
  .btn.btn-green {
    background: #00bad1;
    border: 2px solid #00bad1;
    font-size: 18px; }
  .btn.btn-hollow {
    background: transparent; }

.button-wrap {
  display: flex;
  flex-flow: row;
  align-items: center; }
  .button-wrap .btn-hollow {
    color: #00bad1;
    width: auto; }
  .button-wrap span {
    margin: 0 15px; }
  @media (max-width: 993px) {
    .button-wrap {
      flex-flow: column;
      align-items: baseline; }
      .button-wrap .btn, .button-wrap span {
        width: 300px;
        text-align: center;
        margin: 0px 0 20px; } }
  @media (max-width: 580px) {
    .button-wrap .btn, .button-wrap span {
      width: 100%; } }

@media (max-width: 680px) {
  .header-wrap .container {
    padding-left: 20px;
    padding-right: 20px; } }

.grid-limit-p p {
  width: 80%; }
  @media (max-width: 768px) {
    .grid-limit-p p {
      width: 100%; } }

.before-line {
  position: relative; }
  .before-line:before {
    display: block;
    background: #000;
    width: 80px;
    height: 1px;
    left: -120px;
    content: "";
    position: absolute; }
  .before-line.color-white:before {
    background: #fff; }
  @media (max-width: 768px) {
    .before-line:before {
      left: -90px; } }

h1:before {
  top: 27px; }
@media (max-width: 768px) {
  h1 {
    top: 22px; } }

h2:before {
  top: 32px; }
@media (max-width: 768px) {
  h2 {
    top: 22px; } }

.num-float {
  font-family: 'Caudex', serif;
  position: absolute;
  color: #777777;
  position: absolute;
  left: -50px;
  top: 10px; }
  @media (max-width: 768px) {
    .num-float {
      left: -30px; } }

footer .logo {
  display: block; }
footer h3 {
  font-weight: bold;
  font-family: 'Poppins', sans-serif;
  font-size: 24px; }
footer P {
  font-size: 18px;
  width: 50%; }
footer ul {
  list-style: none; }
  footer ul li {
    margin-bottom: 5px; }
footer a {
  text-decoration: none; }
footer .nav-bottom li {
  display: inline-block;
  vertical-align: middle;
  padding-left: 30px;
  margin: 0;
  position: relative; }
  footer .nav-bottom li:before {
    display: block;
    background: #fff;
    width: 8px;
    height: 1px;
    left: 9px;
    content: "";
    position: absolute;
    top: 9px; }
@media (max-width: 768px) {
  footer {
    text-align: center; }
    footer h4 {
      margin-top: 40px !important; }
    footer p {
      text-align: center;
      width: 100%;
      font-size: 16px; }
    footer .nav-bottom {
      text-align: center; }
      footer .nav-bottom div {
        text-align: center;
        width: 100%; }
      footer .nav-bottom ul {
        margin-bottom: 30px; }
      footer .nav-bottom li a {
        margin-bottom: 15px; } }
@media (max-width: 320px) {
  footer .nav-bottom li a {
    font-size: 10px; } }

.header-hero {
  z-index: 1; }
  .header-hero .img-hero-1 {
    right: 0;
    top: 25%;
    height: 300px; }
  .header-hero .img-hero-2 {
    bottom: -50px;
    left: 50px;
    height: 100px; }

.process .img-process-1 {
  height: 210px; }
.process .img-process-2 {
  height: 240px; }
.process .img-process-3 {
  height: 230px; }
.process .img-process-4 {
  height: 90px; }
.process .img-proc-1, .process .img-proc-5 {
  right: 80px;
  top: 20px; }
.process .img-proc-2 {
  transform: rotate(90deg);
  bottom: -20px;
  left: 60px; }
.process .img-proc-3 {
  transform: rotate(90deg);
  bottom: -80px;
  right: 50%; }
.process .img-proc-4 {
  left: -160px;
  transform: rotate(180deg);
  top: 20px; }
@media (max-width: 1330px) {
  .process .img-proc-1, .process .img-proc-5 {
    right: 40px; }
  .process .img-proc-4 {
    left: -120px; }
  .process .img-proc-3 {
    bottom: -50px; } }
@media (max-width: 1080px) {
  .process .img-proc-1, .process .img-proc-5 {
    right: 10px; }
  .process .img-proc-4 {
    left: -80px; } }
@media (max-width: 993px) {
  .process .img-proc-2 {
    bottom: -70px; }
  .process .img-proc-3 {
    bottom: -80px; } }
@media (max-width: 768px) {
  .process .img-proc-1, .process .img-proc-5 {
    transform: rotate(90deg) translate(57px, 40px);
    right: auto;
    left: auto; }
  .process .img-proc-2 {
    bottom: -50px;
    left: auto;
    right: auto;
    transform: rotate(90deg) translate(0px, 40px); }
  .process .img-proc-3 {
    transform: rotate(90deg) translate(0px, -30px); }
  .process .img-proc-4 {
    transform: rotate(90deg) translate(0px, 40px);
    left: auto;
    right: auto;
    top: 80px; }
  .process .process-arrows {
    text-align: center; } }
@media (max-width: 680px) {
  .process .img-proc-1, .process .img-proc-5 {
    transform: rotate(90deg) translate(40px, 40px); }
  .process .img-proc-4 {
    left: -80px; } }

.service .img-service-1 {
  bottom: 100px;
  left: 10%; }
.service .img-service-2 {
  top: -200px;
  right: 15%; }

.process .img-process-1 {
  left: -200px;
  top: -50px; }
.process .img-process-2 {
  right: 20px;
  top: 39%; }
.process .img-process-3 {
  left: -120px;
  top: 49%; }
.process .img-process-4 {
  right: -120px;
  bottom: 0; }

.contact .img-contact-1 {
  right: 0;
  top: -100px;
  width: auto;
  height: 150px; }
.contact .img-contact-2 {
  left: -250px;
  bottom: 10%; }

.tools-wrap {
  text-align: center;
  width: 100%; }
  .tools-wrap img {
    margin: 0 25px 20px;
    width: auto;
    height: 60px; }
  @media (max-width: 768px) {
    .tools-wrap img {
      height: 60px; } }
  @media (max-width: 768px) {
    .tools-wrap {
      text-align: left; }
      .tools-wrap img {
        height: 50px;
        margin: 25px; } }

.tools-menu {
  margin: 50px 0; }
  .tools-menu li {
    list-style: none;
    display: inline-block;
    margin-right: 30px; }
    .tools-menu li a {
      color: #000;
      text-decoration: none; }
      .tools-menu li a.active {
        color: #00bad1;
        text-decoration: underline; }

.tools-wrap {
  display: none; }
  .tools-wrap.active {
    display: block; }

@media (max-width: 768px) {
  .header-hero .img-hero-1 {
    width: auto;
    height: 140px; }
  .header-hero .img-hero-2 {
    height: 60px; }

  .process .img-process-1 {
    height: 300px; }
  .process .img-process-2 {
    height: 270px; }

  .contact .img-contact-1 {
    width: 100px; }
  .contact .img-contact-2 {
    width: 100px; } }
.contact-texts p {
  line-height: 1.5; }
.contact-texts a {
  color: #00bad1; }
  .contact-texts a.calendar-link {
    background: #00bad1;
    border-radius: 100px;
    color: #fff;
    padding: 2px 15px;
    text-decoration: none; }
  .contact-texts a svg {
    margin-right: 4px; }
    .contact-texts a svg path {
      fill: #fff; }

.button-wrap svg {
  margin-right: 4px; }
  .button-wrap svg path {
    fill: #24b9ce; }

/*# sourceMappingURL=theme.css.map */
