@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
@-ms-viewport {
  width: device-width;
}

@-o-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

@font-face {
  font-family: 'Montserrat-Medium';
  src: url("../../fonts/Montserrat-Medium.eot") format("embedded-opentype"), url("../../fonts/Montserrat-Medium.woff") format("woff"), url("../../fonts/Montserrat-Medium.ttf") format("truetype"), url("../../fonts/Montserrat-Medium.svg#Montserrat-Medium") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat-Regular';
  src: url("../../fonts/Montserrat-Regular.eot") format("embedded-opentype"), url("../../fonts/Montserrat-Regular.woff") format("woff"), url("../../fonts/Montserrat-Regular.ttf") format("truetype"), url("../../fonts/Montserrat-Regular.svg#Montserrat-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat-Bold';
  src: url("../../fonts/Montserrat-Bold.eot") format("embedded-opentype"), url("../../fonts/Montserrat-Bold.woff") format("woff"), url("../../fonts/Montserrat-Bold.ttf") format("truetype"), url("../../fonts/Montserrat-Bold.svg#Montserrat-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat-Light';
  src: url("../../fonts/Montserrat-Light.eot") format("embedded-opentype"), url("../../fonts/Montserrat-Light.woff") format("woff"), url("../../fonts/Montserrat-Light.ttf") format("truetype"), url("../../fonts/Montserrat-Light.svg#Montserrat-Light") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat-SemiBold';
  src: url("../../fonts/Montserrat-SemiBold.eot") format("embedded-opentype"), url("../../fonts/Montserrat-SemiBold.woff") format("woff"), url("../../fonts/Montserrat-SemiBold.ttf") format("truetype"), url("../../fonts/Montserrat-SemiBold.svg#Montserrat-SemiBold") format("svg");
  font-weight: normal;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  list-style: none;
  word-wrap: break-word;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

::-webkit-scrollbar {
  width: 5px;
  background-color: #efeeee;
}

::-webkit-scrollbar-track {
  border-radius: .625rem;
}

::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 0;
}

::-webkit-scrollbar-thumb:hover {
  background: #ddd;
}

::-moz-selection {
  color: white;
  background: #1d2e4a;
}

::selection {
  color: white;
  background: #1d2e4a;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body,
html {
  background: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  line-height: 1.5294717647;
  font-weight: 500;
  letter-spacing: .021em;
  color: #333;
  font-style: normal;
  height: 100%;
  min-height: 100%;
  scroll-behavior: smooth;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .5s ease 0;
  transition: all .5s ease 0;
}

@media (min-width: 1600) and (max-width: 1920px) {
  body,
  html {
    font-size: 1.125rem;
  }
}

@media (max-width: 1300px) {
  body,
  html {
    font-size: 0.875rem;
  }
}

body,
button,
input,
select,
textarea {
  font-synthesis: none;
  -moz-font-feature-settings: kern;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  direction: ltr;
  text-align: left;
}

a,
abbr,
acronym,
applet,
big,
blockquote,
body,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
fieldset,
font,
form,
html,
iframe,
img,
ins,
kbd,
label,
legend,
object,
p,
q,
s,
samp,
small,
span,
strike,
sub,
sup,
tt,
var {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
}

:focus {
  outline: 0;
}

ol,
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul li {
  color: #1d1d1d;
}

table {
  border-collapse: collapse;
}

address,
caption,
code,
figcaption,
pre,
th {
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

fieldset,
iframe,
img {
  border: 0;
}

img {
  height: auto;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}

caption,
th {
  text-align: left;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}

abbr[title] {
  border-bottom: 0;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

img {
  max-width: 100%;
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: ButtonText dotted 1px;
}

fieldset {
  padding: .35em .75em .625em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[hidden],
template {
  display: none;
}

a {
  color: #0070c9;
}

a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

p + a {
  display: inline-block;
}

:focus[data-focus-method=mouse]:not(input):not(textarea):not(select),
:focus[data-focus-method=touch]:not(input):not(textarea):not(select) {
  outline: 0;
}

::-moz-focus-inner {
  border: 0;
  padding: 0;
}

p {
  color: #1d1d1d;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  letter-spacing: .021em;
}

p + p {
  margin-bottom: .625rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  line-height: 1.3;
  display: block;
  color: #1d1d1d;
}

h1 + p,
h2 + p,
h3 + p,
h4 + p,
h5 + p,
h6 + p {
  margin-top: .625rem;
  margin-bottom: .625rem;
}

@media (max-width: 1300px) {
  h1 {
    font-size: 1.875rem;
  }
}

.btn,
.btn:hover,
a,
a:hover {
  -webkit-transition: all .3s ease 0;
  transition: all .3s ease 0;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

.loader {
  background: #fff;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.loader img {
  position: absolute;
  width: 100px;
  height: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.btn-theme {
  display: inline-block;
  border: 2px solid #fbad17;
  background-color: #fbad17;
  color: #1d2e4a;
  font-size: 0.8rem;
  padding: 0.313rem 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  -webkit-transition: all 0.2s cubic-bezier(0.46, -0.11, 0.22, 0.94);
  transition: all 0.2s cubic-bezier(0.46, -0.11, 0.22, 0.94);
  outline: 2px solid #fbad17;
  outline-offset: 5px;
}

.btn-theme:hover {
  -webkit-transition: all 0.2s cubic-bezier(0.46, -0.11, 0.22, 0.94);
  transition: all 0.2s cubic-bezier(0.46, -0.11, 0.22, 0.94);
  outline-offset: 0px;
  color: #1d2e4a;
}

.btn-round-y {
  display: inline-block;
  border: 2px solid #fbad17;
  background-color: #fbad17;
  color: #1d2e4a;
  font-size: 0.8rem;
  padding: 0.313rem 0.75rem;
  font-weight: 600;
  border-radius: 50px;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
}

.btn-theme:active,
.btn-theme:focus,
.btn-theme:hover {
  text-decoration: none;
}

a.link-btn {
  color: #1d2e4a;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 600;
  border-bottom: 2px solid #1d2e4a;
  -webkit-transition: all 0.3s cubic-bezier(0.46, -0.11, 0.22, 0.94);
  transition: all 0.3s cubic-bezier(0.46, -0.11, 0.22, 0.94);
}

a.link-btn:hover,
a.link-btn:focus,
a.link-btn:active {
  border-bottom: 2px solid #fbad17;
  text-decoration: none;
  -webkit-transition: all 0.3s cubic-bezier(0.46, -0.11, 0.22, 0.94);
  transition: all 0.3s cubic-bezier(0.46, -0.11, 0.22, 0.94);
}

a.link-arrow {
  color: #1d2e4a;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 600;
  -webkit-transition: all 0.3s cubic-bezier(0.46, -0.11, 0.22, 0.94);
  transition: all 0.3s cubic-bezier(0.46, -0.11, 0.22, 0.94);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
}

a.link-arrow i {
  width: 25px;
  height: 25px;
  border: 1px solid #000;
  border-radius: 50%;
  margin-left: 10px;
  text-align: center;
  line-height: 25px;
  background-color: transparent;
  -webkit-transition: all 0.3s cubic-bezier(0.46, -0.11, 0.22, 0.94);
  transition: all 0.3s cubic-bezier(0.46, -0.11, 0.22, 0.94);
}

a.link-arrow:hover i {
  -webkit-transition: all 0.3s cubic-bezier(0.46, -0.11, 0.22, 0.94);
  transition: all 0.3s cubic-bezier(0.46, -0.11, 0.22, 0.94);
  background-color: #1d2e4a;
  color: white;
  margin-left: 5px;
}

.txt-blue {
  color: #1d2e4a;
}

.txt-white {
  color: white;
}

.txt-yellow {
  color: #fbad17;
}

.txt-red {
  color: #c82333;
}

.t-light {
  font-weight: 400;
}

.t-normal {
  font-weight: 500;
}

.t-bold {
  font-weight: 600;
}

.t-bolder {
  font-weight: 700;
}

.bg-blue {
  background-color: #1d2e4a;
}

.bg-yellow {
  background-color: #fbad17;
}

.bg-red {
  background-color: #c82333;
}

.bg-gray {
  background-color: #f4f4f4;
}

.bg-blue-light {
  background-color: #ebeef0;
}

.bg-white {
  background-color: white;
}

label {
  font-size: 1.125rem;
  font-weight: 400;
}

input.form-control,
input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
select,
textarea.form-control {
  display: block;
  width: 100%;
  height: 2.5rem;
  padding: 6px 12px;
  font-size: .875rem;
  line-height: 1.42857143;
  color: #333;
  background-color: white;
  background-image: none;
  border: 1px solid #d2d2d2;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

input.form-contron:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=text]:focus,
select:focus,
textarea.form-control:focus {
  border: 2px solid #fbad17;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

textarea.form-control {
  height: 6.25rem;
}

.grid-2 {
  display: -ms-grid;
  display: grid;
  grid-gap: 1.875rem 1.25rem;
  -ms-grid-columns: auto 1.25rem auto;
  grid-template-columns: auto auto;
  padding: 10px;
  -ms-flex-line-pack: center;
  align-content: center;
}

.grid-3 {
  display: -ms-grid;
  display: grid;
  grid-gap: 1.875rem 1.25rem;
  -ms-grid-columns: auto 1.25rem auto 1.25rem auto;
  grid-template-columns: auto auto auto;
  padding: 10px;
  -ms-flex-line-pack: center;
  align-content: center;
}

.grid-4 {
  display: -ms-grid;
  display: grid;
  grid-gap: 1.875rem 1.25rem;
  -ms-grid-columns: auto 1.25rem auto 1.25rem auto 1.25rem auto;
  grid-template-columns: auto auto auto auto;
  padding: 10px;
  -ms-flex-line-pack: center;
  align-content: center;
}

.flex__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2rem;
}

.flex__grid .flex__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 32%;
          flex: 0 1 32%;
  margin-bottom: 1rem;
}

.flex__grid .flex__item:nth-child(n+3) {
  margin-bottom: 0;
}

.container__fluid {
  max-width: 90%;
  margin: 0 auto;
}

.cover {
  background-color: rgba(0, 0, 0, 0);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  width: 100%;
  height: 100%;
  opacity: 1;
  visibility: inherit;
  z-index: 20;
}

.m-0 {
  margin: 0;
}

.m-t-10 {
  margin-top: .625rem;
}

.m-t-20 {
  margin-top: 1.25rem;
}

.m-t-30 {
  margin-top: 1.875rem;
}

.m-t-40 {
  margin-top: 2.5rem;
}

.m-t-50 {
  margin-top: 3.125rem;
}

.m-t-b-50 {
  margin: 3.125rem 0;
}

.p-0 {
  padding: 0;
}

.p-20 {
  padding: 1.25rem;
}

.p-30 {
  padding: 1.875rem;
}

.p-t-20 {
  padding-top: 1.25rem;
}

.p-t-30 {
  padding-top: 1.875rem;
}

.p-t-40 {
  padding-top: 2.5rem;
}

.p-t-50 {
  padding-top: 3.125rem;
}

.p-t-b-50 {
  padding: 3.125rem 0;
}

.gap-full {
  padding: 6.25rem 0;
}

.gap-half {
  padding: 3.125rem 0;
}

img {
  max-width: 100%;
}

.d-v-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.animatezoomin {
  -webkit-animation: animatezoomin 1s cubic-bezier(0.215, 0.61, 0.355, 1.1d1d1d);
  animation: animatezoomin 1s cubic-bezier(0.215, 0.61, 0.355, 1.1d1d1d);
}

@-webkit-keyframes animatezoomin {
  0% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes animatezoomin {
  0% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  opacity: 0;
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
}

@keyframes fadeInUp {
  from {
    -webkit-transform: translate3d(0, 2.5rem, 0);
    transform: translate3d(0, 2.5rem, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes fadeInUp {
  from {
    -webkit-transform: translate3d(0, 2.5rem, 0);
    transform: translate3d(0, 2.5rem, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.tracking-in-expand {
  -webkit-animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.61, 0.355, 1.1d1d1d) both;
  animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.61, 0.355, 1.1d1d1d) both;
}

@-webkit-keyframes tracking-in-expand {
  0% {
    letter-spacing: -.5em;
    opacity: 0;
  }
  40% {
    opacity: .6;
  }
  100% {
    opacity: 1;
  }
}

@keyframes tracking-in-expand {
  0% {
    letter-spacing: -.5em;
    opacity: 0;
  }
  40% {
    opacity: .6;
  }
  100% {
    opacity: 1;
  }
}

[data-aos=clip_animation].aos-animate {
  -webkit-animation: clip_circle 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) both;
  animation: clip_circle 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) both;
}

@-webkit-keyframes clip_circle {
  0% {
    -webkit-transform: scale3d(0.1, 0.1, 1);
    transform: scale3d(0.1, 0.1, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-transition: -webkit-transform 0.55s cubic-bezier(0, 0.84, 0, 0.98) 0;
    transition: -webkit-transform 0.55s cubic-bezier(0, 0.84, 0, 0.98) 0;
    transition: transform 0.55s cubic-bezier(0, 0.84, 0, 0.98) 0;
    transition: transform 0.55s cubic-bezier(0, 0.84, 0, 0.98) 0, -webkit-transform 0.55s cubic-bezier(0, 0.84, 0, 0.98) 0;
    -webkit-clip-path: circle(0px at center);
    clip-path: circle(0px at center);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-transition: -webkit-transform 0.55s cubic-bezier(0, 0.84, 0, 0.98) 0;
    transition: -webkit-transform 0.55s cubic-bezier(0, 0.84, 0, 0.98) 0;
    transition: transform 0.55s cubic-bezier(0, 0.84, 0, 0.98) 0;
    transition: transform 0.55s cubic-bezier(0, 0.84, 0, 0.98) 0, -webkit-transform 0.55s cubic-bezier(0, 0.84, 0, 0.98) 0;
    -webkit-clip-path: circle(240px at center);
    clip-path: circle(240px at center);
  }
}

@keyframes clip_circle {
  0% {
    -webkit-transform: scale3d(0.1, 0.1, 1);
    transform: scale3d(0.1, 0.1, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-transition: -webkit-transform 0.55s cubic-bezier(0, 0.84, 0, 0.98) 0;
    transition: -webkit-transform 0.55s cubic-bezier(0, 0.84, 0, 0.98) 0;
    transition: transform 0.55s cubic-bezier(0, 0.84, 0, 0.98) 0;
    transition: transform 0.55s cubic-bezier(0, 0.84, 0, 0.98) 0, -webkit-transform 0.55s cubic-bezier(0, 0.84, 0, 0.98) 0;
    -webkit-clip-path: circle(0px at center);
    clip-path: circle(0px at center);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-transition: -webkit-transform 0.55s cubic-bezier(0, 0.84, 0, 0.98) 0;
    transition: -webkit-transform 0.55s cubic-bezier(0, 0.84, 0, 0.98) 0;
    transition: transform 0.55s cubic-bezier(0, 0.84, 0, 0.98) 0;
    transition: transform 0.55s cubic-bezier(0, 0.84, 0, 0.98) 0, -webkit-transform 0.55s cubic-bezier(0, 0.84, 0, 0.98) 0;
    -webkit-clip-path: circle(240px at center);
    clip-path: circle(240px at center);
  }
}

[data-aos=clip_animation3].aos-animate {
  -webkit-animation: clip_circle3 1s cubic-bezier(0.215, 0.61, 0.355, 1) both;
  animation: clip_circle3 1s cubic-bezier(0.215, 0.61, 0.355, 1) both;
}

@-webkit-keyframes clip_circle3 {
  0% {
    -webkit-transform: scale3d(0.1, 0.1, 1);
    transform: scale3d(0.1, 0.1, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-transition: -webkit-transform 0.55s cubic-bezier(0, 0.84, 0, 0.98) 0;
    transition: -webkit-transform 0.55s cubic-bezier(0, 0.84, 0, 0.98) 0;
    transition: transform 0.55s cubic-bezier(0, 0.84, 0, 0.98) 0;
    transition: transform 0.55s cubic-bezier(0, 0.84, 0, 0.98) 0, -webkit-transform 0.55s cubic-bezier(0, 0.84, 0, 0.98) 0;
    -webkit-clip-path: circle(0px at center);
    clip-path: circle(0px at center);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-transition: -webkit-transform 0.55s cubic-bezier(0, 0.84, 0, 0.98) 0;
    transition: -webkit-transform 0.55s cubic-bezier(0, 0.84, 0, 0.98) 0;
    transition: transform 0.55s cubic-bezier(0, 0.84, 0, 0.98) 0;
    transition: transform 0.55s cubic-bezier(0, 0.84, 0, 0.98) 0, -webkit-transform 0.55s cubic-bezier(0, 0.84, 0, 0.98) 0;
    -webkit-clip-path: circle(540px at center);
    clip-path: circle(540px at center);
  }
}

@keyframes clip_circle3 {
  0% {
    -webkit-transform: scale3d(0.1, 0.1, 1);
    transform: scale3d(0.1, 0.1, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-transition: -webkit-transform 0.55s cubic-bezier(0, 0.84, 0, 0.98) 0;
    transition: -webkit-transform 0.55s cubic-bezier(0, 0.84, 0, 0.98) 0;
    transition: transform 0.55s cubic-bezier(0, 0.84, 0, 0.98) 0;
    transition: transform 0.55s cubic-bezier(0, 0.84, 0, 0.98) 0, -webkit-transform 0.55s cubic-bezier(0, 0.84, 0, 0.98) 0;
    -webkit-clip-path: circle(0px at center);
    clip-path: circle(0px at center);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-transition: -webkit-transform 0.55s cubic-bezier(0, 0.84, 0, 0.98) 0;
    transition: -webkit-transform 0.55s cubic-bezier(0, 0.84, 0, 0.98) 0;
    transition: transform 0.55s cubic-bezier(0, 0.84, 0, 0.98) 0;
    transition: transform 0.55s cubic-bezier(0, 0.84, 0, 0.98) 0, -webkit-transform 0.55s cubic-bezier(0, 0.84, 0, 0.98) 0;
    -webkit-clip-path: circle(540px at center);
    clip-path: circle(540px at center);
  }
}

[data-aos=clip_animation_2].aos-animate {
  -webkit-animation: clip_circle 1s cubic-bezier(0.215, 0.61, 0.355, 1) both;
  animation: clip_circle 1s cubic-bezier(0.215, 0.61, 0.355, 1) both;
}

@keyframes clip_circle {
  0% {
    -webkit-transform: scale3d(0.1, 0.1, 1);
    transform: scale3d(0.1, 0.1, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-transition: -webkit-transform 0.55s cubic-bezier(0, 0.84, 0, 0.98) 0;
    transition: -webkit-transform 0.55s cubic-bezier(0, 0.84, 0, 0.98) 0;
    transition: transform 0.55s cubic-bezier(0, 0.84, 0, 0.98) 0;
    transition: transform 0.55s cubic-bezier(0, 0.84, 0, 0.98) 0, -webkit-transform 0.55s cubic-bezier(0, 0.84, 0, 0.98) 0;
    -webkit-clip-path: circle(0px at center);
    clip-path: circle(0px at center);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-transition: -webkit-transform 0.55s cubic-bezier(0, 0.84, 0, 0.98) 0;
    transition: -webkit-transform 0.55s cubic-bezier(0, 0.84, 0, 0.98) 0;
    transition: transform 0.55s cubic-bezier(0, 0.84, 0, 0.98) 0;
    transition: transform 0.55s cubic-bezier(0, 0.84, 0, 0.98) 0, -webkit-transform 0.55s cubic-bezier(0, 0.84, 0, 0.98) 0;
    -webkit-clip-path: circle(300px at center);
    clip-path: circle(300px at center);
  }
}

.float {
  -webkit-animation-name: floating;
  animation-name: floating;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes floating {
  from {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  65% {
    -webkit-transform: translate(0, 0.938rem);
    transform: translate(0, 0.938rem);
  }
  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes floating {
  from {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  65% {
    -webkit-transform: translate(0, 0.938rem);
    transform: translate(0, 0.938rem);
  }
  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

.fadeInRightSmall {
  -webkit-animation-name: fadeInRightSmall;
  animation-name: fadeInRightSmall;
}

@-webkit-keyframes fadeInRightSmall {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRightSmall {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeftSmall {
  -webkit-animation-name: fadeInLeftSmall;
  animation-name: fadeInLeftSmall;
}

@-webkit-keyframes fadeInLeftSmall {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeftSmall {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInUpSmall {
  -webkit-animation-name: fadeInUpSmall;
  animation-name: fadeInUpSmall;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

@-webkit-keyframes fadeInUpSmall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUpSmall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDownSmall {
  -webkit-animation-name: fadeInDownSmall;
  animation-name: fadeInDownSmall;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

@-webkit-keyframes fadeInDownSmall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDownSmall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.slideInUpSmall {
  -webkit-animation-name: slideInUpSmall;
  animation-name: slideInUpSmall;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

@-webkit-keyframes slideInUpSmall {
  0% {
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInUpSmall {
  0% {
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    transform: scale3d(0.8, 0.8, 0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    transform: scale3d(0.8, 0.8, 0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}

@-webkit-keyframes slideInLeftLg {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-120%, 0, 0);
    transform: translate3d(-120%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeftLg {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-120%, 0, 0);
    transform: translate3d(-120%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeftLg {
  -webkit-animation-name: slideInLeftLg;
  animation-name: slideInLeftLg;
}

@-webkit-keyframes slideInRightLg {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(120%, 0, 0);
    transform: translate3d(120%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRightLg {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(120%, 0, 0);
    transform: translate3d(120%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRightLg {
  -webkit-animation-name: slideInRightLg;
  animation-name: slideInRightLg;
}

.clipInLeft {
  -webkit-animation-name: fadeInLeftSmall;
  animation-name: fadeInLeftSmall;
}

.clipInRight {
  -webkit-animation-name: fadeInRightSmall;
  animation-name: fadeInRightSmall;
}

.clipInUp {
  -webkit-animation-name: fadeInUpSmall;
  animation-name: fadeInUpSmall;
}

.clipInDown {
  -webkit-animation-name: fadeInDownSmall;
  animation-name: fadeInDownSmall;
}

@supports ((-webkit-clip-path: polygon(0 0)) or (clip-path: polygon(0 0))) {
  @-webkit-keyframes clipInLeft {
    0% {
      -webkit-clip-path: polygon(-10% -10%, -10% -10%, -10% 110%, -10% 110%);
      clip-path: polygon(-10% -10%, -10% -10%, -10% 110%, -10% 110%);
    }
    100% {
      -webkit-clip-path: polygon(-10% -10%, 110% -10%, 110% 110%, -10% 110%);
      clip-path: polygon(-10% -10%, 110% -10%, 110% 110%, -10% 110%);
    }
  }
  @keyframes clipInLeft {
    0% {
      -webkit-clip-path: polygon(-10% -10%, -10% -10%, -10% 110%, -10% 110%);
      clip-path: polygon(-10% -10%, -10% -10%, -10% 110%, -10% 110%);
    }
    100% {
      -webkit-clip-path: polygon(-10% -10%, 110% -10%, 110% 110%, -10% 110%);
      clip-path: polygon(-10% -10%, 110% -10%, 110% 110%, -10% 110%);
    }
  }
  @-webkit-keyframes clipInRight {
    0% {
      -webkit-clip-path: polygon(110% -10%, 110% -10%, 110% 110%, 110% 110%);
      clip-path: polygon(110% -10%, 110% -10%, 110% 110%, 110% 110%);
    }
    100% {
      -webkit-clip-path: polygon(-10% -10%, 110% -10%, 110% 110%, -10% 110%);
      clip-path: polygon(-10% -10%, 110% -10%, 110% 110%, -10% 110%);
    }
  }
  @keyframes clipInRight {
    0% {
      -webkit-clip-path: polygon(110% -10%, 110% -10%, 110% 110%, 110% 110%);
      clip-path: polygon(110% -10%, 110% -10%, 110% 110%, 110% 110%);
    }
    100% {
      -webkit-clip-path: polygon(-10% -10%, 110% -10%, 110% 110%, -10% 110%);
      clip-path: polygon(-10% -10%, 110% -10%, 110% 110%, -10% 110%);
    }
  }
  @-webkit-keyframes clipInUp {
    0% {
      -webkit-clip-path: polygon(-10% 110%, -10% 110%, 110% 110%, 110% 110%);
      clip-path: polygon(-10% 110%, -10% 110%, 110% 110%, 110% 110%);
    }
    100% {
      -webkit-clip-path: polygon(-10% 110%, -10% -10%, 110% -10%, 110% 110%);
      clip-path: polygon(-10% 110%, -10% -10%, 110% -10%, 110% 110%);
    }
  }
  @keyframes clipInUp {
    0% {
      -webkit-clip-path: polygon(-10% 110%, -10% 110%, 110% 110%, 110% 110%);
      clip-path: polygon(-10% 110%, -10% 110%, 110% 110%, 110% 110%);
    }
    100% {
      -webkit-clip-path: polygon(-10% 110%, -10% -10%, 110% -10%, 110% 110%);
      clip-path: polygon(-10% 110%, -10% -10%, 110% -10%, 110% 110%);
    }
  }
  @-webkit-keyframes clipInDown {
    0% {
      -webkit-clip-path: polygon(-10% -10%, -10% -10%, 110% -10%, 110% -10%);
      clip-path: polygon(-10% -10%, -10% -10%, 110% -10%, 110% -10%);
    }
    100% {
      -webkit-clip-path: polygon(-10% 110%, -10% -10%, 110% -10%, 110% 110%);
      clip-path: polygon(-10% 110%, -10% -10%, 110% -10%, 110% 110%);
    }
  }
  @keyframes clipInDown {
    0% {
      -webkit-clip-path: polygon(-10% -10%, -10% -10%, 110% -10%, 110% -10%);
      clip-path: polygon(-10% -10%, -10% -10%, 110% -10%, 110% -10%);
    }
    100% {
      -webkit-clip-path: polygon(-10% 110%, -10% -10%, 110% -10%, 110% 110%);
      clip-path: polygon(-10% 110%, -10% -10%, 110% -10%, 110% 110%);
    }
  }
  .clipInLeft {
    -webkit-animation-name: clipInLeft;
    animation-name: clipInLeft;
  }
  .clipInRight {
    -webkit-animation-name: clipInRight;
    animation-name: clipInRight;
  }
  .clipInUp {
    -webkit-animation-name: clipInUp;
    animation-name: clipInUp;
  }
  .clipInDown {
    -webkit-animation-name: clipInDown;
    animation-name: clipInDown;
  }
}

ul.check li {
  position: relative;
  margin-bottom: 1rem;
  padding-left: 2rem;
}

ul.check li::before {
  font-family: FontAwesome;
  content: "\f058";
  color: #fbad17;
  position: absolute;
  left: 0;
}

ul.check li:last-child {
  margin-bottom: 0;
}

/************************/
.header {
  height: 58px;
  width: 100%;
  position: fixed;
  color: white;
  letter-spacing: 0.025em;
  -webkit-transition: all 0.2s cubic-bezier(0.46, -0.11, 0.22, 0.94);
  transition: all 0.2s cubic-bezier(0.46, -0.11, 0.22, 0.94);
  z-index: 999;
}

.header .nav-row {
  max-width: 95%;
  width: 100%;
  margin: 0 auto;
  padding: 25px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header .nav-row .nav-logo {
  display: inline-block;
}

.header .nav-row .nav-logo img {
  width: 10rem;
}

.header .nav-logo .logo {
  display: none;
}

.header .nav-row .nav-controls {
  float: right;
}

.header .nav-row .nav-controls .nav-item {
  display: inline-block;
}

.header .nav-row .nav-controls .nav-item .nav-link {
  padding: 25px 9px;
  font-size: 0.875rem;
  letter-spacing: 1px;
  text-decoration: none;
  color: white;
  text-transform: capitalize;
  position: relative;
}

.header .nav-row .nav-controls .nav-item:last-child .nav-link {
  padding: 25px 0px 25px 10px;
}

.header.solid-nav {
  height: 65px;
  background-color: white;
  -webkit-transition: all 0.2s cubic-bezier(0.46, -0.11, 0.22, 0.94);
  transition: all 0.2s cubic-bezier(0.46, -0.11, 0.22, 0.94);
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.header.solid-nav .nav-row {
  padding-top: 5px;
}

.header.solid-nav .nav-row .nav-controls .nav-item .nav-link {
  color: #1d2e4a;
  font-weight: 600;
}

.header .nav-row .nav-controls .nav-item .nav-link:not(:only-child):after,
.header .nav-row .nav-controls .nav-item .nav-link:visited:not(:only-child):after {
  padding-left: 0px;
  content: '▾';
}

.header .nav-row .nav-controls .nav-item .nav-link span {
  position: relative;
  text-transform: uppercase;
}

/*
.header .nav-row .nav-controls .nav-item .nav-link span::after,
.header .nav-row .nav-controls .nav-item .nav-link span::before {
    content: "";
    display: block;
    width: 6px;
    height: 2px;
    background: $white;
    position: absolute;
    pointer-events: none;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.header.solid-nav .nav-row .nav-controls .nav-item .nav-link span::after,
    .header.solid-nav .nav-row .nav-controls .nav-item .nav-link span::before {
        background: $theme-blue;
    }
.header .nav-row .nav-controls .nav-item .nav-link span::before {
    right: -15px;
    top: 7px
}

.header .nav-row .nav-controls .nav-item .nav-link span::after {
    right: -18px;
    top: 7px
}

.header .nav-row .nav-controls .nav-item .nav-link span::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.header .nav-row .nav-controls .nav-item .nav-link span::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.header .nav-row .nav-controls .nav-item:hover .nav-link span::after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: $theme-yellow;
}

.header .nav-row .nav-controls .nav-item:hover .nav-link span::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: $theme-yellow;
}
*/
.header.solid-nav .nav-logo .logo {
  display: block;
}

.header.solid-nav .nav-logo .logo-w {
  display: none;
}

.header .nav-toggle {
  display: none;
}

.header .nav-toggle svg {
  width: 35px;
  height: auto;
}

.header .nav-row .nav-controls .nav-item:hover .dropdown_menu {
  display: block;
}

.header .nav-row .nav-controls .nav-item .dropdown_menu {
  position: absolute;
  background: #fff;
  border-top: 2px solid #fbad17;
  text-align: left;
  display: none;
  min-width: 12rem;
  padding: 0;
  margin: -1px;
  font-size: 14px;
  border-radius: 0;
  -webkit-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.header .nav-row .nav-controls .nav-item .dropdown_menu li {
  display: block;
}

.header .nav-row .nav-controls .nav-item .dropdown_menu li a {
  color: black;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 7px 15px !important;
  text-decoration: none;
}

.header .nav-row .nav-controls .nav-item .dropdown_menu li:last-child a {
  border-bottom: none;
}

.header .nav-row .nav-controls .nav-item .dropdown_menu li a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

/*
.header .nav-row .nav-controls .nav-item:hover a ~ .dropdown_menu {
    display: block;
    animation: slideup 0.5s ease;
}
*/
@-webkit-keyframes slideup {
  from {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes slideup {
  from {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

.showed {
  display: block;
}

.banner__container {
  position: relative;
  z-index: 4;
}

.banner-slider .slide-content {
  width: 100%;
  height: 46vmax;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
  visibility: inherit;
  opacity: 1;
}

.banner-slider .slide-content .cover {
  background-color: rgba(0, 0, 0, 0);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  width: 100%;
  height: 100%;
  opacity: 1;
  visibility: inherit;
  z-index: 20;
}

.banner-slider .slide-content .mob {
  display: none;
}

.banner-slider .slide-content a.desk {
  position: absolute;
  right: 10%;
  top: 25%;
  width: 35%;
}

.banner-slider button.slick-next,
button.slick-next:hover {
  position: absolute;
  bottom: 5%;
  right: 8.5rem;
  z-index: 1;
  background: transparent;
  border: none;
  color: #fbad17;
}

.banner-slider button.slick-prev,
button.slick-prev:hover {
  position: absolute;
  bottom: 5%;
  right: 13rem;
  z-index: 1;
  background: transparent;
  border: none;
  color: #fbad17;
}

.banner-slider button.slick-prev::before {
  content: '/';
  position: absolute;
  right: -18px;
  color: #fbad17;
}

.banner-slider button.slick-prev::after {
  content: '\f177';
  font-family: FontAwesome;
  position: absolute;
  left: -20px;
  color: #fbad17;
}

.banner-slider button.slick-next::after {
  content: '\f178';
  font-family: FontAwesome;
  position: absolute;
  right: -20px;
  color: #fbad17;
}

.s-intro {
  position: relative;
  z-index: 3;
}

.s-intro img {
  position: relative;
  -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.s-intro::after {
  content: '';
  position: absolute;
  top: -30%;
  left: 30%;
  z-index: -1;
  width: 200px;
  height: 100%;
  background-color: #fbad17;
}

.s-intro::before {
  content: '';
  position: absolute;
  bottom: -30%;
  left: 30%;
  z-index: -1;
  width: 200px;
  height: 100%;
  background-color: #fbad17;
}

.abt {
  background-color: #1d2e4a;
  padding: 1rem 0 2rem;
  position: relative;
  color: white;
  z-index: 3;
}

.abt::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 30px;
  background-color: white;
}

.abt h5 {
  color: inherit;
  text-align: center;
}

.abt .btn-wrap {
  text-align: center;
  position: relative;
  z-index: 2;
  -webkit-transform: translateY(19px);
          transform: translateY(19px);
}

/*
.abt .btn-wrap a::after {
    content: '';
    position: absolute;
    top: -6px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 55px;
    border: 2px solid $theme-yellow;
    transform: scale(1.2);
}*/
.s-tool-box-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.s-tool-box-grid .s-wrapper {
  position: relative;
  padding: 1rem 0.8rem;
  margin-bottom: 1.1rem;
  width: 120px;
  -webkit-transition: all 0.3s cubic-bezier(0.46, -0.11, 0.22, 0.94);
  transition: all 0.3s cubic-bezier(0.46, -0.11, 0.22, 0.94);
  background-color: transparent;
}

.s-tool-box-grid .s-wrapper::after {
  position: absolute;
  content: "";
  width: 90%;
  left: 5%;
  top: 0;
  height: 110%;
  top: -5%;
  border-top: 1px solid #1d2e4a;
  border-bottom: 1px solid #1d2e4a;
  -webkit-transition: all 0.3s cubic-bezier(0.46, -0.11, 0.22, 0.94);
  transition: all 0.3s cubic-bezier(0.46, -0.11, 0.22, 0.94);
}

.s-tool-box-grid .s-wrapper::before {
  position: absolute;
  content: "";
  width: 110%;
  left: -5%;
  top: 0%;
  height: 100%;
  border-left: 1px solid #1d2e4a;
  border-right: 1px solid #1d2e4a;
  -webkit-transition: all 0.3s cubic-bezier(0.46, -0.11, 0.22, 0.94);
  transition: all 0.3s cubic-bezier(0.46, -0.11, 0.22, 0.94);
}

.s-tool-box-grid .s-wrapper:hover::before {
  border-left: 6px solid #1d2e4a;
  border-right: 6px solid #1d2e4a;
  -webkit-transition: all 0.3s cubic-bezier(0.46, -0.11, 0.22, 0.94);
  transition: all 0.3s cubic-bezier(0.46, -0.11, 0.22, 0.94);
}

.s-tool-box-grid .s-wrapper:hover::after {
  width: 110%;
  left: -6px;
  top: 0;
  height: 110%;
  top: -5%;
  border-top: 6px solid #1d2e4a;
  border-bottom: 6px solid #1d2e4a;
  -webkit-transition: all 0.3s cubic-bezier(0.46, -0.11, 0.22, 0.94);
  transition: all 0.3s cubic-bezier(0.46, -0.11, 0.22, 0.94);
}

.s-tool-box-grid .s-wrapper svg {
  width: 50px;
  height: 50px;
  fill: #1d2e4a;
}

.s-tool-box-grid .s-wrapper:hover svg {
  -webkit-transition: all 0.3s cubic-bezier(0.46, -0.11, 0.22, 0.94);
  transition: all 0.3s cubic-bezier(0.46, -0.11, 0.22, 0.94);
  fill: white;
}

.s-tool-box-grid .s-wrapper:hover h6 {
  -webkit-transition: all 0.3s cubic-bezier(0.46, -0.11, 0.22, 0.94);
  transition: all 0.3s cubic-bezier(0.46, -0.11, 0.22, 0.94);
  color: white;
}

.s-tool-box-grid .s-wrapper:hover {
  -webkit-transition: all 0.3s cubic-bezier(0.46, -0.11, 0.22, 0.94);
  transition: all 0.3s cubic-bezier(0.46, -0.11, 0.22, 0.94);
  background-color: #1d2e4a;
}

.s-tool-box .cta {
  width: 50vh;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.h-toolbox-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 1fr 1fr;
      grid-template-rows: 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.h-toolbox-grid .h-box .content {
  padding: 5rem;
}

.h-toolbox-grid .h-box .content.item {
  padding: 9rem;
}

.h-toolbox-grid .h-box .item-1 {
  background-image: url(../img/home/oem-hardware.jpg);
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 60vh;
  background-size: cover;
}

.h-toolbox-grid .h-box .item-2 {
  background-image: url(../img/home/simulanis-hardware.jpg);
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 60vh;
  background-size: cover;
}

.client-logo-slider {
  display: none;
}

.client-logo-slider .item {
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.testimonial-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 0.9fr 1.2fr;
      grid-template-columns: 0.9fr 1.2fr;
  -ms-grid-rows: 1fr 1fr;
      grid-template-rows: 1fr 1fr;
  gap: 10px;
      grid-template-areas: "t-cell t-cell3" "t-cell2 t-cell3";
}

.t-cell1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: t-cell;
  position: relative;
}

.t-cell2 {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: t-cell2;
  position: relative;
}

.t-cell3 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 2;
  grid-area: t-cell3;
  position: relative;
}

.t-cell1 img,
.t-cell2 img,
.t-cell3 img {
  width: 100%;
  height: 99%;
}

.play-btn {
  background-image: url(../img/home/play.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 147px;
  height: 147px;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.play-btn:before {
  -webkit-animation: ripple 2s cubic-bezier(0.46, -0.11, 0.22, 0.94) infinite;
          animation: ripple 2s cubic-bezier(0.46, -0.11, 0.22, 0.94) infinite;
}

.play-btn:before {
  content: '';
  display: block;
  position: absolute;
  top: 33%;
  left: 33%;
  width: 49px;
  height: 49px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1.75);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2);
    opacity: 0;
  }
}

@keyframes ripple {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1.55);
            transform: scale(1.55);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}

.invt-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 200px 200px;
      grid-template-rows: 200px 200px;
  grid-gap: 15px;
      grid-template-areas: "i-cell1 i-cell2" "i-cell3 i-cell3";
}

.i-cell1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: i-cell1;
  position: relative;
}

.i-cell2 {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: i-cell2;
  position: relative;
}

.i-cell3 {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: i-cell3;
  position: relative;
}

.i-cell1 a,
.i-cell2 a,
.i-cell3 a {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 0 0 50px;
  border-color: transparent transparent transparent #1d2e4a;
}

.i-cell1 a::before,
.i-cell2 a::before,
.i-cell3 a::before {
  font-family: FontAwesome;
  content: "\f067";
  position: absolute;
  color: white;
  top: -29px;
  left: -43px;
  z-index: 2;
}

.i-cell1 .content {
  background-color: #fbad17;
  color: white;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.i-cell1 .content h2,
.i-cell1 .content p {
  color: white;
}

.badge-title {
  font-size: 0.8rem;
  position: absolute;
  top: 10px;
  left: 20px;
  background: transparent;
  border: 2px solid #fbad17;
  padding: 5px 8px;
  border-radius: 50px;
  text-transform: uppercase;
}

.b-wrapper a.link-arrow {
  float: right;
  margin-top: 20px;
}

.res-holder {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 20% 80%;
      grid-template-columns: 20% 80%;
  grid-gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cred-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 0.8fr 1.2fr;
      grid-template-columns: 0.8fr 1.2fr;
  grid-gap: 6px;
}

.cred-grid .content {
  padding: 6rem;
  background-color: #1d2e4a;
}

.cred-grid .content h2 {
  font-size: 3.5rem;
  font-weight: 700;
  color: white;
}

.cred-grid .content h2 span {
  color: #fbad17;
}

.cred-grid .img-holder img {
  position: absolute;
  width: 100%;
  height: 100%;
}

.res-holder .inner h2 {
  font-size: 3rem;
  margin-bottom: 0;
}

.res-holder .inner p {
  font-size: 0.8rem;
  margin: 0;
}

.knw-base .content {
  position: relative;
  height: 40vh;
}

.knw-base-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: 1fr;
      grid-template-rows: 1fr;
  padding: 0 5rem;
  grid-gap: 10px;
}

.knw-base .content a {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 0 0 50px;
  border-color: transparent transparent transparent #1d2e4a;
}

.knw-base .content a::before {
  font-family: FontAwesome;
  content: "\f067";
  position: absolute;
  color: white;
  top: -29px;
  left: -43px;
  z-index: 2;
}

.knw-base .content .badge-title {
  position: absolute;
  top: 10px;
  right: 20px;
  left: unset;
  background: #fbad17;
  border: 2px solid #fbad17;
  color: #1d2e4a;
  padding: 3px 8px;
  border-radius: 50px;
  font-weight: 500;
  font-size: 0.8rem;
}

.bottom-cta {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  grid-gap: 5px;
}

.bottom-cta .content {
  background-color: #1d2e4a;
  padding: 3rem;
  position: relative;
  overflow: hidden;
}

.bottom-cta .content img {
  position: absolute;
  right: -25px;
  bottom: 0;
  width: 13rem;
  height: auto;
  opacity: 0.5;
}

.bottom-cta .content h2 {
  color: white;
  font-size: 2.5rem;
  font-weight: 700;
}

.bottom-cta .content h2 span {
  color: #fbad17;
}

.s-news .row.pad {
  padding: 0 2rem;
}

.news-box {
  background-color: #e5eef0;
}

.news-box .news-content {
  position: relative;
  padding: 10px 2rem 1rem;
  color: black;
  text-align: center;
}

.news-box .news-content::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 35px 35px 35px;
  border-color: transparent transparent #e5eef0 transparent;
  position: absolute;
  top: -33px;
  left: 40%;
  z-index: 99;
}

.news-box.item-m .news-content::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 35px 35px 0 35px;
  border-color: #e5eef0 transparent transparent transparent;
  position: absolute;
  top: 98%;
  left: 40%;
  z-index: 99;
}

.news-box .news-content .date {
  font-size: 2.5rem;
  margin-bottom: 15px;
}

.news-box .news-content .date span {
  display: block;
  font-size: 0.8rem;
  text-transform: uppercase;
}

.news-box .img-holder {
  height: 35vh;
}

@media (max-width: 1920px) {
  .cred-grid .content {
    padding: 11rem;
    background-color: #1d2e4a;
  }
  .h-toolbox-grid .h-box .item-1,
  .h-toolbox-grid .h-box .item-2 {
    height: 70vh;
  }
}

@media (max-width: 1600px) {
  .cred-grid .content {
    padding: 7rem;
    background-color: #1d2e4a;
  }
}

@media (max-width: 1400px) {
  .cred-grid .content {
    padding: 4rem;
    background-color: #1d2e4a;
  }
}

@media (max-width: 1300px) {
  .h-toolbox-grid .h-box .item-1 {
    height: 62vh;
  }
  .h-toolbox-grid .h-box .item-2 {
    height: 62vh;
  }
  .h-toolbox-grid .h-box .content {
    padding: 4rem;
  }
}

/*
@media (max-width:1200px) {
    .banner-slider .slide-content a.desk {
        top: 19%;
    }

    .bottom-cta .content img {
        position: absolute;
        right: -25px;
        bottom: 0;
        width: 8rem;
        height: auto;
        opacity: 0.5;
    }

    .cred-grid .content {
        padding: 4rem;
        background-color: $theme-blue;
    }

    .h-toolbox-grid .h-box .item-1 {
        height: 67vh;
    }

    .h-toolbox-grid .h-box .item-2 {
        height: 67vh;
    }

    .h-toolbox-grid .h-box .content br {
        display: none;
    }
}
*/
@media (max-width: 1300px) and (min-width: 1100px) {
  .h-toolbox-grid .h-box .content {
    padding: 4rem !important;
  }
  .cred-grid .content {
    padding: 3rem;
    background-color: #1d2e4a;
  }
}

@media (max-width: 1200px) and (min-width: 991px) {
  .header .nav-row {
    padding: 1.3rem;
  }
  .header.solid-nav .nav-row {
    padding-top: 0;
  }
  .header.solid-nav {
    height: 70px;
  }
  .s-intro::after {
    top: -33%;
  }
  .s-intro::before {
    bottom: -33%;
  }
  .banner-slider .slide-content a.desk {
    top: 25%;
  }
  .bottom-cta .content img {
    position: absolute;
    right: -25px;
    bottom: 0;
    width: 8rem;
    height: auto;
    opacity: 0.5;
  }
  .cred-grid .content {
    padding: 2rem;
    background-color: #1d2e4a;
  }
  .h-toolbox-grid .h-box .content.item {
    padding: 4rem;
  }
  .h-toolbox-grid .h-box .content {
    padding: 3rem;
  }
  .h-toolbox-grid .h-box .item-1 {
    height: 50vh;
  }
  .h-toolbox-grid .h-box .item-2 {
    height: 50vh;
  }
  .h-toolbox-grid .h-box .content br {
    display: none;
  }
  .bottom-cta .content {
    padding: 1rem 2rem;
  }
  .header .nav-row .nav-controls .nav-item .nav-link {
    padding: 7px 5px;
    font-size: 0.7rem;
  }
}

@media (max-width: 991px) {
  .header .nav-row {
    padding: 12px 5px !important;
  }
  .header .nav-row {
    max-width: 95%;
  }
  .header .nav-toggle {
    display: block;
    width: 35px;
    position: relative;
  }
  .header .nav-row .nav-logo img {
    width: 8rem;
  }
  .header .nav-toggle svg {
    fill: white;
  }
  .nav-toggle .nav-toggle-bar,
  .nav-toggle .nav-toggle-bar::after,
  .nav-toggle .nav-toggle-bar::before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: white;
    content: '';
    height: 0.3rem;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 100%;
  }
  .nav-toggle .nav-toggle-bar {
    margin-top: 0;
  }
  .nav-toggle .nav-toggle-bar::after {
    margin-top: 0.8rem;
  }
  .nav-toggle .nav-toggle-bar::before {
    margin-top: -0.8rem;
  }
  .nav-toggle.expanded .nav-toggle-bar {
    background: transparent;
  }
  .nav-toggle.expanded .nav-toggle-bar::after,
  .nav-toggle.expanded .nav-toggle-bar::before {
    background: white;
    margin-top: 0;
  }
  .nav-toggle.expanded .nav-toggle-bar::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .nav-toggle.expanded .nav-toggle-bar::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .header.solid-nav {
    height: auto;
  }
  .header.solid-nav .nav-toggle .nav-toggle-bar,
  .header.solid-nav .nav-toggle .nav-toggle-bar::after,
  .header.solid-nav .nav-toggle .nav-toggle-bar::before {
    background-color: #1d2e4a;
  }
  .header.solid-nav .nav-toggle.expanded .nav-toggle-bar {
    background: transparent;
  }
  .header .nav-row .nav-controls {
    position: fixed;
    height: calc(100vh - 3rem);
    top: 4.1rem;
    left: 0;
    width: 100%;
    background-color: #1d2e4a;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transform: translate(0, -999%);
            transform: translate(0, -999%);
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
  }
  .header .nav-row .nav-controls .nav-item {
    display: block;
  }
  .header .nav-row .nav-controls .nav-item .nav-link {
    display: block;
    border-top: 1px solid #eee;
    color: white !important;
    padding: 12px 30px;
    font-weight: 600;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 0.875rem;
    text-transform: uppercase;
  }
  header .nav-row .nav-controls .nav-link:hover {
    background-color: #fbad17;
    color: #1d2e4a !important;
  }
  .header .nav-row .nav-controls .nav-item:last-child .nav-link {
    border-bottom: 1px solid #eee;
    padding: 12px 30px;
  }
  .nav-controls.open {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .nav-controls.open {
    -webkit-box-shadow: 2px 0 16px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 2px 0 16px 0 rgba(0, 0, 0, 0.3);
  }
  .header .nav-row .nav-controls .nav-item:hover a ~ .dropdown_menu {
    display: block;
    -webkit-animation: none;
            animation: none;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    position: static;
  }
  .header .nav-row .nav-controls .nav-item .dropdown_menu li a {
    color: black !important;
    padding: 7px 35px !important;
  }
  .br-none {
    display: none;
  }
  .gap-full {
    padding: 3.25rem 0;
  }
  .banner-slider .slide-content a.desk {
    display: none;
  }
  .banner-slider .slide-content .mob {
    display: block;
  }
  .banner-slider .slide-content .mob {
    padding: 4rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    color: white;
  }
  .banner-slider .slide-content .mob h3 {
    color: white;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 2px;
  }
  .banner-slider .slide-content .mob p {
    color: white;
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
  .s-intro::before,
  .s-intro::after {
    display: none;
  }
  .s-intro img {
    width: 100%;
    border: 5px solid #333;
    margin-top: 1rem;
  }
  .s-tool-box .container {
    max-width: 90%;
  }
  .s-tool-box-grid .s-wrapper::after,
  .s-tool-box-grid .s-wrapper::before {
    display: none;
  }
  .s-tool-box-grid .s-wrapper {
    border: 1px solid #1d2e4a;
  }
  .s-tool-box-grid {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .s-tool-box-grid .s-wrapper {
    width: 22%;
  }
  .h-toolbox-grid {
    -ms-grid-rows: auto;
        grid-template-rows: auto;
  }
  .h-toolbox-grid .h-box .content.item {
    padding: 3rem;
  }
  .h-toolbox-grid .h-box .content p br {
    display: none;
  }
  .clinets-desk {
    display: none;
  }
  .client-logo-slider {
    display: block;
  }
  .intro .container,
  .invt .container {
    max-width: 90%;
  }
  .t-cell1 img,
  .t-cell2 img,
  .t-cell3 img {
    height: 98%;
  }
  .cred-grid .content h2 {
    font-size: 1.6rem;
  }
  .cred-grid .content {
    padding: 2rem;
  }
  .s-misc .row div.null {
    display: none;
  }
  .news-box {
    background-color: #e5eef0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 10px;
  }
  .news-box .img-holder {
    width: 65rem;
    height: 19rem;
    overflow: hidden;
  }
  .news-box .img-holder img {
    height: 100%;
  }
  .news-box .news-content::after {
    border-width: 25px 25px 25px 0;
    border-color: transparent #e5eef0 transparent transparent;
    left: -23px;
    top: 13px;
  }
  .news-box.item-m .news-content::after {
    border-width: 25px 0 25px 25px;
    border-color: transparent transparent transparent #e5eef0;
    position: absolute;
    top: 11px;
    left: 100%;
  }
  .bottom-cta .content h2 {
    font-size: 1.5rem;
  }
}

@media (max-width: 768px) {
  body,
  html {
    font-size: 14px;
  }
  .s-tool-box .container,
  .clients-logo .container,
  .s-news .container {
    max-width: 90%;
  }
  .s-tool-box-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .h-toolbox-grid .h-box .content {
    padding: 2rem;
  }
  .h-toolbox-grid .h-box .item-1 {
    height: 40vh;
  }
  .h-toolbox-grid .h-box .item-2 {
    height: 40vh;
  }
  .h-toolbox-grid .h-box .content.item {
    padding: 2rem 2rem;
  }
  .client-logo-slider .item {
    width: 90px;
    height: 90px;
    padding: 20px;
  }
  .invt-grid {
    margin-top: 1.5rem;
  }
  .cred-grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .cred-grid .img-holder img {
    position: static;
  }
  .news-box .img-holder {
    height: 20rem;
  }
  .knw-base-grid {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .knw-base-grid {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 650px) {
  body,
  html {
    font-size: 13px;
  }
  .btn-theme {
    outline-offset: 3px;
  }
  .banner-slider button.slick-next,
  button.slick-next:hover {
    right: 5.5rem;
  }
  .banner-slider button.slick-prev,
  button.slick-prev:hover {
    right: 9rem;
  }
  .abt::after {
    height: 20px;
  }
  .h-toolbox-grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .h-toolbox-grid .h-box:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .h-toolbox-grid .h-box:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .h-toolbox-grid .h-box .content.item,
  .h-toolbox-grid .h-box .content {
    text-align: center;
  }
}

@media (max-width: 585px) {
  body,
  html {
    font-size: 12px;
  }
  .intro-content h2 br {
    display: none;
  }
  .s-tool-box-grid .s-wrapper {
    width: 45%;
  }
  .s-tool-box .cta {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .s-tool-box .cta a:nth-child(1) {
    margin-right: 20px;
  }
  .testimonial-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .invt-grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -ms-grid-rows: 160px 160px 160px;
        grid-template-rows: 160px 160px 160px;
    grid-gap: 15px;
        grid-template-areas: "i-cell1" "i-cell2" "i-cell3";
  }
  .invt .i-content {
    text-align: center;
  }
  .res-holder {
    -ms-grid-columns: 30% 70%;
        grid-template-columns: 30% 70%;
    grid-gap: 0px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cred-grid .content {
    text-align: center;
  }
  .s-news .container {
    max-width: 100%;
  }
  .s-news .row.pad {
    padding: 0 1rem;
  }
  .news-box {
    background-color: #e5eef0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    margin-bottom: 10px;
    overflow: hidden;
  }
  .news-box.item-m {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .news-box .img-holder {
    width: 100%;
    height: 23rem;
  }
  .knw-base-grid {
    padding: 0 2rem;
  }
  .bottom-cta {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .bottom-cta .img-holder.cover {
    height: 22vh;
  }
  .bottom-cta .content {
    text-align: center;
  }
  .bottom-cta .content img {
    right: -8px;
    width: 6rem;
  }
}

@media (max-width: 440px) {
  .intro-content h2 {
    font-size: 1.8rem;
  }
  .banner-slider .slide-content .mob h3 {
    font-size: 1.8rem;
    margin-bottom: -6px;
  }
  .res-holder {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  .knw-base-grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .knw-base .content {
    height: 38vh;
  }
}

/*****************/
.slideRightForward:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #333;
  -webkit-transition: 500ms ease-in-out;
  transition: 500ms ease-in-out;
}

.slideforword.aos-animate .slideRightForward:after {
  -webkit-animation: productAni 1s ease-in-out;
  animation: productAni 1s ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes productAni {
  0% {
    left: 0;
    right: 100%;
  }
  50% {
    left: 0;
    right: 0;
  }
  100% {
    left: 100%;
    right: 0;
  }
}

@keyframes productAni {
  0% {
    left: 0;
    right: 100%;
  }
  50% {
    left: 0;
    right: 0;
  }
  100% {
    left: 100%;
    right: 0;
  }
}

.slideRightForward:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: white;
  -webkit-transition: 500ms ease-in-out;
  transition: 500ms ease-in-out;
}

.slideforword.aos-animate .slideRightForward:before {
  -webkit-animation: productAni2 1s ease-in-out;
  animation: productAni2 1s ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes productAni2 {
  0%,
  50% {
    left: 0;
    right: 0;
  }
  100% {
    left: 100%;
    right: 0;
  }
}

@keyframes productAni2 {
  0%,
  50% {
    left: 0;
    right: 0;
  }
  100% {
    left: 100%;
    right: 0;
  }
}

.abt__back {
  position: fixed;
  z-index: 999;
  top: 20px;
  right: 20px;
  background-color: white;
  max-width: 100px;
  padding: 0.5rem 1.2rem;
  -webkit-box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.3);
  border-radius: 50px;
}

.stry__wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: white;
  -webkit-perspective: 1000;
  perspective: 1000;
}

@media screen and (max-width: 991px) {
  .stry__wrapper {
    position: static;
  }
}

.story__banner__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 999;
  background-color: white;
  background-image: url(./../img/story/story__bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

@media screen and (max-width: 991px) {
  .story__banner__wrapper {
    height: 90vh;
  }
}

@media screen and (max-width: 768px) {
  .story__banner__wrapper {
    height: 50vh;
  }
}

.story__banner__wrapper::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: saturate(180%) blur(7px);
          backdrop-filter: saturate(180%) blur(7px);
}

.story__banner__wrapper .story__content {
  z-index: 2;
  -webkit-transition: all 1.72s cubic-bezier(0.46, -0.11, 0.22, 0.94);
  transition: all 1.72s cubic-bezier(0.46, -0.11, 0.22, 0.94);
}

.story__banner__wrapper .story__content .seven__year {
  position: relative;
  text-align: center;
}

.story__banner__wrapper .story__content .seven__year svg {
  width: 7rem;
  fill: white;
  fill-rule: evenodd;
}

.story__banner__wrapper .story__content .seven__year p {
  position: absolute;
  bottom: 0;
  right: 15%;
  color: white;
}

.story__banner__wrapper .story__content .seven__year ~ p {
  font-weight: 400;
  font-size: 2rem;
  color: white;
  margin: 0;
}

.story__banner__wrapper .story__content .seven__year ~ span {
  margin-top: -12px;
  color: #fbad17;
  display: block;
}

@media screen and (max-width: 768px) {
  .story__banner__wrapper .story__content .seven__year ~ span {
    margin-top: 0;
  }
}

.story__banner__wrapper .scroll__stry {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 30px;
  z-index: 3;
  font-weight: 600;
  color: white;
}

.story__banner__wrapper .scroll__stry i {
  -webkit-animation: animateArrow 2s infinite;
          animation: animateArrow 2s infinite;
}

.story__banner__wrapper .scroll__stry i ~ i {
  margin-left: -3px;
}

.scroll__stry i:nth-child(2) {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}

.scroll__stry i:nth-child(3) {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}

@-webkit-keyframes animateArrow {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes animateArrow {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.story__info__wrapper {
  padding: 10rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100vh;
}

@media screen and (max-width: 991px) {
  .story__info__wrapper {
    padding: 3rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: auto;
  }
}

.stry__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 1px 1px 25px 1px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 1px 25px 1px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 991px) {
  .stry__content {
    display: block;
  }
}

@media screen and (max-width: 991px) {
  .stry__content {
    padding: 0;
    height: 100%;
  }
}

.stry__content .stry__left {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 40vw;
          flex: 0 1 40vw;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .stry__content .stry__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 40%;
            flex: 0 1 40%;
  }
}

.stry__content .stry__right {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 60vw;
          flex: 0 1 60vw;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .stry__content .stry__right {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 60%;
            flex: 0 1 60%;
  }
}

.stry__content .stry__image__container {
  min-width: 100%;
  min-height: 100vh;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-width: 500px;
}

@media screen and (max-width: 991px) {
  .stry__content .stry__image__container {
    min-width: 100%;
    min-height: 60vh;
  }
}

@media screen and (max-width: 768px) {
  .stry__content .stry__image__container {
    height: 50vh;
  }
}

.stry__content .addX {
  min-height: 500px;
}

.stry__content .stry__info__content {
  padding: 3rem 5rem;
}

.stry__content .stry__info__content h2 {
  font-size: 3rem;
  font-weight: 700;
  color: #1d2e4a;
  text-transform: capitalize;
}

@media screen and (max-width: 768px) {
  .stry__content .stry__info__content h2 {
    font-size: 1.8rem;
  }
}

.stry__content .stry__info__content p {
  text-align: justify;
}

.stry__content .stry__info__content .stry__year {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5rem;
}

@media screen and (max-width: 991px) {
  .stry__content .stry__info__content .stry__year {
    margin-bottom: 1rem;
  }
}

.stry__content .stry__info__content .stry__year span {
  display: inline-block;
  padding: 0.3rem 1rem;
  background-color: #fbad17;
  color: #1d2e4a;
  border-radius: 50px;
  font-weight: 600;
  text-align: center;
  margin-left: 20px;
}

.s1 {
  background-image: url("https://picsum.photos/600/800");
  background-position: 35% 50%;
}

.s2 {
  background-image: url("https://picsum.photos/600/800");
  background-position: 35% 50%;
}

#story__journey {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  #story__journey .flex__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 48%;
            flex: 0 1 48%;
  }
}

@media screen and (max-width: 414px) {
  #story__journey .flex__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 99%;
            flex: 0 1 99%;
  }
}

#thank__you {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
  background-color: white;
  background-image: url(./../img/story/simulanis__team.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

@media screen and (max-width: 991px) {
  #thank__you {
    height: 90vh;
  }
}

@media screen and (max-width: 768px) {
  #thank__you {
    height: 70vh;
  }
}

@media screen and (max-width: 585px) {
  #thank__you {
    height: 50vh;
  }
}

@media screen and (max-width: 414px) {
  #thank__you {
    height: 40vh;
  }
}

#thank__you .content {
  z-index: 9;
  text-align: center;
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
}

@media screen and (max-width: 585px) {
  #thank__you .content {
    -webkit-transform: translateY(-70px);
            transform: translateY(-70px);
  }
}

#thank__you .content h4 {
  font-size: 3.5rem;
  color: white;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
}

#thank__you::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: saturate(180%) blur(0px);
          backdrop-filter: saturate(180%) blur(0px);
}

.mouse__scroller {
  -webkit-animation: mover 1.5s infinite linear;
          animation: mover 1.5s infinite linear;
}

.mouse__scroller svg {
  width: 1.5rem;
  fill: white;
}

@-webkit-keyframes mover {
  0% {
    top: 65%;
    opacity: 0;
  }
  50% {
    top: 69%;
    opacity: 1;
  }
  100% {
    top: 72%;
    opacity: 0;
  }
}

@keyframes mover {
  0% {
    top: 65%;
    opacity: 0;
  }
  50% {
    top: 69%;
    opacity: 1;
  }
  100% {
    top: 72%;
    opacity: 0;
  }
}

.top__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.top__content::after {
  content: "";
  background-color: rgba(0, 46, 91, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: saturate(180%) blur(1px);
  backdrop-filter: saturate(180%) blur(0px);
}

.top__content .title {
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  position: relative;
  z-index: 3;
  text-align: center;
  color: white;
}

@media screen and (max-width: 768px) {
  .top__content .title {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

.top__content .title h1 {
  font-size: 2.5rem;
}

.top__content .title p {
  color: inherit;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .top__content .title p {
    max-width: 350px;
    margin: 0 auto;
  }
}

.top__content.leadship_bg {
  background: url(./../img/story/simulanis__team.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 55vmax;
}

.top__content.privacy__Policy {
  background: url(./../img/banner/privacypolicy.png);
  background-size: cover;
  background-position: top right;
  height: 25vmax;
}

.top__content.privacy__Policy .title {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.top__content.disclaimer {
  background: url(./../img/banner/disclaimer.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 25vmax;
}

.top__content.disclaimer .title {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.top__content.contactUs {
  background: url(./../img/banner/contactUs.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 25vmax;
}

.top__content.contactUs .title {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.top__content.use__case_bg {
  background: url(./../img//use__cases/use_cases.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 55vmax;
}

.top__content.remote__ass_bg {
  background: url(./../img//use__cases/remote/assist.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 55vmax;
}

.top__content.health__safety {
  background: url(./../img//use__cases/health_safety/health-&-safety.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 55vmax;
}

.top__content.smt_tr {
  background: url(./../img//use__cases/smart-training/banner.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 55vmax;
}

.top__content .mouse__scroller {
  position: absolute;
  top: 65%;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  z-index: 99;
}

.team__container .flex__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 19%;
          flex: 0 1 19%;
  margin-bottom: 1rem;
  cursor: pointer;
}

@media screen and (max-width: 991px) {
  .team__container h2 {
    font-size: 1.8rem;
  }
  .team__container h2 br {
    display: none;
  }
  .team__container .flex__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 32%;
            flex: 0 1 32%;
    margin-bottom: 1rem;
    cursor: pointer;
  }
}

@media screen and (max-width: 660px) {
  .team__container .flex__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 48%;
            flex: 0 1 48%;
    margin-bottom: 1rem;
    cursor: pointer;
  }
}

.team__wrapper.ceo {
  position: relative;
}

.team__wrapper.ceo .team__name {
  position: relative;
  padding: 8rem 0;
}

@media screen and (max-width: 991px) {
  .team__wrapper.ceo .team__name {
    padding: 4rem 0;
  }
}

@media screen and (max-width: 768px) {
  .team__wrapper.ceo .team__name {
    margin-top: -50px;
    margin-bottom: 4rem;
    padding: 1rem 0;
    text-align: center;
  }
}

.team__wrapper.ceo .team__name h3 {
  font-size: 2rem;
}

.team__wrapper.ceo .team__name .emp_pos {
  font-size: 1.3rem;
}

@media screen and (max-width: 768px) {
  .team__wrapper.ceo .team__image {
    text-align: center;
  }
}

.team__wrapper.cxo {
  position: relative;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.team__wrapper.cxo .cxo__hover {
  display: none;
}

.team__wrapper.cxo .team__name {
  text-align: center;
  -webkit-transform: translateY(-25px);
          transform: translateY(-25px);
  color: black;
}

.team__wrapper.cxo .team__name h3 {
  font-size: 1rem;
  font-weight: 700;
  color: inherit;
}

.team__wrapper.cxo .team__name p {
  font-size: 0.7rem;
  color: inherit;
}

.team__wrapper.cxo:hover {
  padding: 1rem;
  background: #000046;
  background: -webkit-gradient(linear, left top, left bottom, from(#1CB5E0), to(#000046));
  background: linear-gradient(to bottom, #1CB5E0, #000046);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.team__wrapper.cxo:hover .team__image::after {
  content: '';
  background: #00d4ff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 212, 255, 0)), color-stop(78%, #090979));
  background: linear-gradient(180deg, rgba(0, 212, 255, 0) 50%, #090979 78%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.team__wrapper.cxo:hover .cxo__hover {
  display: block;
}

.team__wrapper.cxo:hover .cxo__hide {
  display: none;
}

.team__wrapper.cxo:hover .team__name {
  position: relative;
  z-index: 3;
  color: white;
  text-align: left;
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
}

#team__description .modal-body {
  padding: 0;
}

#team__description .modal-body .close {
  position: absolute;
  top: 10px;
  right: 15px;
}

.team__desc__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 30% 70%;
      grid-template-columns: 30% 70%;
  grid-gap: 0.5rem;
}

@media screen and (max-width: 991px) {
  .team__desc__wrapper {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.team__desc__wrapper .image__holder {
  background: #000046;
  background: -webkit-gradient(linear, left top, left bottom, from(#1CB5E0), to(#000046));
  background: linear-gradient(to bottom, #1CB5E0, #000046);
  width: 223px;
  height: 100%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 991px) {
  .team__desc__wrapper .image__holder {
    display: none;
  }
}

.team__desc__wrapper .image__holder img {
  max-width: 100%;
  max-height: 100%;
  margin-top: 2.1rem;
  display: block;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.team__desc__wrapper .content {
  padding: 1.5rem;
}

.team__desc__wrapper .social__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.team__desc__wrapper .social__link a {
  display: block;
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: khaki;
  border-radius: 50px;
  color: white;
}

.team__desc__wrapper .social__link .mail {
  background-color: #c82333;
}

.team__desc__wrapper .social__link .linkedin {
  margin-left: 10px;
  background-color: #007ab9;
}

.flip {
  position: relative;
}

.flip > .front,
.flip > .back {
  display: block;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
          transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transition-duration: .9s;
          transition-duration: .9s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

.flip > .front {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  position: relative;
}

.flip > .front img {
  width: 100%;
  height: 100%;
}

.flip > .back {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
  background-color: #1d2e4a;
  padding: 2rem;
}

.flip:hover > .front {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.flip:hover > .back {
  opacity: 1;
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}

.flip.flip-vertical > .back {
  -webkit-transform: rotateX(-180deg);
          transform: rotateX(-180deg);
}

.flip.flip-vertical:hover > .front {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

.flip.flip-vertical:hover > .back {
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
}

.use__container .usecase__content h2 {
  font-size: 3rem;
  font-weight: 700;
  color: #1d2e4a;
  text-transform: capitalize;
}

.use__container .usecase__content p {
  color: rgba(0, 0, 0, 0.5);
}

.award__banner {
  background: url("./../img/credibility/team.png");
  height: 55vmax;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 7rem;
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 585px) {
  .award__banner {
    height: 40vmax;
  }
}

@media screen and (max-width: 414px) {
  .award__banner {
    height: 30vmax;
  }
}

.award__banner::after {
  content: '';
  background: rgba(0, 46, 91, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.8;
}

.award__banner .content {
  position: relative;
  z-index: 2;
  text-align: center;
}

.award__banner .content h1 {
  color: white;
  font-size: 3rem;
  font-weight: 700;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.award__banner .content h1 span {
  display: block;
}

@media screen and (max-width: 768px) {
  .award__banner .content h1 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 585px) {
  .award__banner .content h1 {
    margin-top: 20px;
    font-size: 1.5rem;
  }
}

.award__info {
  position: relative;
  z-index: 99;
}

@media screen and (max-width: 991px) {
  .award__info {
    margin-top: 15%;
  }
}

.award__info .awd__vid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 70% 30%;
      grid-template-columns: 70% 30%;
  -ms-grid-rows: 350px;
      grid-template-rows: 350px;
  margin-top: -8%;
  position: relative;
}

@media screen and (max-width: 991px) {
  .award__info .awd__vid {
    margin-top: 0%;
  }
}

@media screen and (max-width: 768px) {
  .award__info .awd__vid {
    -ms-grid-columns: auto;
        grid-template-columns: auto;
  }
}

@media screen and (max-width: 585px) {
  .award__info .awd__vid {
    margin-top: -20%;
    -ms-grid-rows: auto;
        grid-template-rows: auto;
  }
}

.award__info .awd__vid .awd1 {
  background-color: white;
  padding: 2rem;
  -webkit-box-shadow: 1px 1px 20px 1px rgba(0, 0, 0, 0.5);
          box-shadow: 1px 1px 20px 1px rgba(0, 0, 0, 0.5);
}

.award__info .awd__vid .awd1 iframe {
  width: 100%;
  height: 400px;
  position: relative;
  top: -40%;
}

@media screen and (max-width: 991px) {
  .award__info .awd__vid .awd1 iframe {
    margin-top: 0%;
  }
}

@media screen and (max-width: 585px) {
  .award__info .awd__vid .awd1 iframe {
    top: 0;
    height: 250px;
  }
}

@media screen and (max-width: 414px) {
  .award__info .awd__vid .awd1 iframe {
    height: 200px;
  }
}

.award__info .awd__vid .awd2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fbad17;
  padding: 2rem;
  color: #1d2e4a;
  margin-top: 20px;
}

.award__info .awd__vid .awd2 p {
  font-size: 21px;
  font-weight: 600;
  color: inherit;
  line-height: 1;
  margin-top: 10px;
}

.awrd__post {
  margin-top: 3rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  grid-gap: 2rem;
}

.awrd__post .grid__1 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 45% auto auto;
      grid-template-columns: 45% auto auto;
  grid-gap: 1.2rem;
}

@media screen and (max-width: 991px) {
  .awrd__post .grid__1 {
    -ms-grid-columns: auto auto auto;
        grid-template-columns: auto auto auto;
  }
}

@media screen and (max-width: 768px) {
  .awrd__post .grid__1 {
    -ms-grid-columns: auto;
        grid-template-columns: auto;
  }
}

.awrd__post .grid__2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto 45%;
      grid-template-columns: auto auto 45%;
  grid-gap: 1.2rem;
}

@media screen and (max-width: 991px) {
  .awrd__post .grid__2 {
    -ms-grid-columns: auto auto auto;
        grid-template-columns: auto auto auto;
  }
}

@media screen and (max-width: 768px) {
  .awrd__post .grid__2 {
    -ms-grid-columns: auto;
        grid-template-columns: auto;
  }
}

.awrd__post .grid__3 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 38% auto;
      grid-template-columns: 38% auto;
  grid-gap: 1.2rem;
}

@media screen and (max-width: 991px) {
  .awrd__post .grid__3 {
    -ms-grid-columns: auto auto;
        grid-template-columns: auto auto;
  }
}

@media screen and (max-width: 768px) {
  .awrd__post .grid__3 {
    -ms-grid-columns: auto;
        grid-template-columns: auto;
  }
}

.awrd__post .grid__4 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 41% auto;
      grid-template-columns: auto 41% auto;
  grid-gap: 1.2rem;
}

@media screen and (max-width: 991px) {
  .awrd__post .grid__4 {
    -ms-grid-columns: auto auto auto;
        grid-template-columns: auto auto auto;
  }
}

@media screen and (max-width: 768px) {
  .awrd__post .grid__4 {
    -ms-grid-columns: auto;
        grid-template-columns: auto;
  }
}

.awrd__post .post__grid {
  background-color: white;
  -webkit-box-shadow: 1px 1px 15px 1px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 1px 15px 1px rgba(0, 0, 0, 0.3);
}

.awrd__post .post__grid .post__img {
  position: relative;
  overflow: hidden;
}

.awrd__post .post__grid .post__img img {
  width: 100%;
}

.awrd__post .post__grid .post__desc {
  position: relative;
  padding: 1rem 1.5rem;
}

.awrd__post .post__grid .post__desc .title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1d2e4a;
}

.awrd__post .post__grid .post__desc .year {
  margin-top: -1px;
  color: #1d2e4a;
  font-weight: 600;
}

.awrd__post .post__grid .post__desc .description {
  font-size: 0.875rem;
}

.awrd__post .post__grid:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}

.usecase__image__wrapper img {
  -webkit-box-shadow: -117px 115px 1px -90px #fbad17;
          box-shadow: -117px 115px 1px -90px #fbad17;
}

.usecase__image__wrapper:hover img {
  -webkit-box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.3);
}

.usecase__content h2 {
  font-size: 3.5rem;
  font-weight: 700;
  color: #1d2e4a;
}

.ty__use_cases_wrapper {
  position: relative;
}

.ty__use_cases_wrapper .img__holder {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 700px;
  height: 484px;
  position: absolute;
  top: 0;
  left: -215px;
  -webkit-box-shadow: 100px 100px 1px -70px #fbad17;
          box-shadow: 100px 100px 1px -70px #fbad17;
}

.ty__use_cases_wrapper .img__holder.op_eff {
  background: url(./../img/use__cases/opr/factory_workshop.jpg);
}

.ty__use_cases_wrapper .img__holder.rem_as {
  background: url(./../img/use__cases/remote/workflow.jpg);
}

.ty__use_cases_wrapper .img__holder.smt_tr {
  background: url(./../img/use__cases/smart-training/ty-banner.jpg);
  background-size: 650px 434px;
  background-position: left;
}

@media (max-width: 1920px) and (min-width: 1300px) {
  .ty__use_cases_wrapper .img__holder.smt_tr {
    position: static;
    max-width: 500px;
    max-height: 434px;
    background-position-x: -150px;
  }
}

@media (max-width: 1200px) and (min-width: 991px) {
  .ty__use_cases_wrapper .img__holder.smt_tr {
    position: static;
    max-width: 400px;
    max-height: 434px;
    background-position-x: -150px;
  }
}

@media (max-width: 1200px) and (min-width: 1100px) {
  .ty__use_cases_wrapper .img__holder {
    width: 40vw;
    left: -20%;
  }
}

@media screen and (max-width: 991px) {
  .ty__use_cases_wrapper .img__holder {
    display: none;
  }
}

.quote p {
  font-size: 1.3rem;
}

.ty__use_cases {
  margin-top: 2rem;
}

.ty__use_cases .u__item {
  width: 250px;
  height: 280px;
  border-radius: 10px;
  -webkit-box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.3);
  margin: 1rem;
  padding: 0.8rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ty__use_cases .u__item img {
  width: 80px;
  margin: 0 auto;
}

.ty__use_cases .u__item p {
  margin-top: 1rem;
  font-size: 1rem;
}

.feature__c_s {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2rem;
}

.feature__c_s .feature__item .img_holder {
  width: 120px;
  height: 90px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.feature__c_s .feature__item.f20 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 19%;
          flex: 0 1 19%;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .feature__c_s .feature__item.f20 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 49%;
            flex: 0 1 49%;
  }
}

@media screen and (max-width: 585px) {
  .feature__c_s .feature__item.f20 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 99%;
            flex: 0 1 99%;
  }
}

.feature__c_s .feature__item.f20 p {
  font-size: 0.875rem;
}

.feature__c_s .feature__item.f25 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 24%;
          flex: 0 1 24%;
  margin-bottom: 20px;
}

.feature__c_s .feature__item.f25 img {
  width: 75px;
}

@media screen and (max-width: 768px) {
  .feature__c_s .feature__item.f25 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 49%;
            flex: 0 1 49%;
  }
}

@media screen and (max-width: 585px) {
  .feature__c_s .feature__item.f25 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 99%;
            flex: 0 1 99%;
  }
}

.feature__c_s .feature__item.f25 p {
  font-size: 0.875rem;
}

.feature__c_s .feature__item.f33 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 32%;
          flex: 0 1 32%;
  margin-bottom: 20px;
}

.feature__c_s .feature__item.f33 img {
  width: 75px;
}

@media screen and (max-width: 768px) {
  .feature__c_s .feature__item.f33 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 49%;
            flex: 0 1 49%;
  }
}

@media screen and (max-width: 585px) {
  .feature__c_s .feature__item.f33 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 99%;
            flex: 0 1 99%;
  }
}

.feature__c_s .feature__item.f33 p {
  font-size: 0.875rem;
}

.feat__itm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.feat__itm .content {
  text-align: left;
  margin-left: 15px;
}

.feat__itm .content h5 {
  font-size: 2.2rem;
}

.smrt_tr .feature__item.f25 img {
  width: 100%;
}

.one__sol {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 50% auto;
      grid-template-columns: auto 50% auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2rem;
}

.one__sol .left {
  text-align: left;
}

.one__sol .right {
  text-align: right;
}

.one__sol .center {
  position: relative;
  text-align: center;
}

.one__sol .center p {
  font-weight: 700;
  font-size: 1.25rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#con_feature .item {
  margin-right: 2rem;
}

#con_feature .item:last-child {
  margin-right: 0;
}

.testimonials__container .testimonial {
  text-align: center;
  max-width: 1100px;
  margin: 0 auto;
}

.testimonials__container .testimonial .t__image {
  margin: 0 auto;
  width: 100px;
  height: 100px;
  border: 5px solid white;
  border-radius: 50%;
  -webkit-filter: drop-shadow(1px 1px 10px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(1px 1px 10px rgba(0, 0, 0, 0.3));
  overflow: hidden;
}

.testimonials__container .testimonial .t__image img {
  width: 100%;
  height: 100%;
}

.testimonials__container .slick-dots li button {
  background: rgba(0, 0, 0, 0.3);
  width: 10px;
  height: 10px;
  border-radius: 50px;
}

.testimonials__container .slick-dots li.slick-active button {
  background: #fbad17;
}

.feature__wrapper .feature__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.feature__wrapper .feature__slide .content {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 49%;
          flex: 0 1 49%;
  text-align: left;
}

.feature__wrapper .feature__slide .img__holder {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 49%;
          flex: 0 1 49%;
}

.feature__wrapper .slick-prev:before,
.feature__wrapper .slick-next:before {
  display: none;
  font-family: 'slick';
  font-size: 1.5rem;
  line-height: 1;
  opacity: .75;
  color: #fbad17;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.contact__form {
  background-color: white;
  -webkit-box-shadow: 1px 1px 20px 1px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 1px 20px 1px rgba(0, 0, 0, 0.3);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 65% 35%;
      grid-template-columns: 65% 35%;
  -ms-grid-rows: 1fr;
      grid-template-rows: 1fr;
  margin-top: 3rem;
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 768px) {
  .contact__form {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.contact__form .form__wrapper {
  padding: 2rem;
}

.contact__form .form__wrapper .form__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

@media screen and (max-width: 585px) {
  .contact__form .form__wrapper .form__grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.contact__form .form__wrapper .form__grid .form-group:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1 / 1 / 2 / 2;
}

@media screen and (max-width: 585px) {
  .contact__form .form__wrapper .form__grid .form-group:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1 / 1 / 2 / 2;
  }
}

.contact__form .form__wrapper .form__grid .form-group:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 1 / 2 / 2 / 3;
}

@media screen and (max-width: 585px) {
  .contact__form .form__wrapper .form__grid .form-group:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 2 / 1 / 3 / 2;
  }
}

.contact__form .form__wrapper .form__grid .form-group:nth-child(3) {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 2 / 1 / 3 / 2;
}

@media screen and (max-width: 585px) {
  .contact__form .form__wrapper .form__grid .form-group:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 3 / 1 / 4 / 2;
  }
}

.contact__form .form__wrapper .form__grid .form-group:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 2 / 2 / 3 / 3;
}

@media screen and (max-width: 585px) {
  .contact__form .form__wrapper .form__grid .form-group:nth-child(4) {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 4 / 1 / 5 / 2;
  }
}

.contact__form .form__wrapper .form__grid .form-group:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: 3 / 1 / 4 / 3;
}

@media screen and (max-width: 585px) {
  .contact__form .form__wrapper .form__grid .form-group:nth-child(5) {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 5 / 1 / 6 / 2;
  }
}

.contact__form .form__wrapper .form__grid .form-group:nth-child(6) {
  -ms-grid-row: 4;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: 4 / 1 / 5 / 3;
}

@media screen and (max-width: 585px) {
  .contact__form .form__wrapper .form__grid .form-group:nth-child(6) {
    -ms-grid-row: 6;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 6 / 1 / 7 / 2;
  }
}

.contact__form .form__wrapper .form__grid label {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.8);
}

.contact__form .form__wrapper .form__grid input,
.contact__form .form__wrapper .form__grid textarea {
  border: none;
  border-bottom: 2px solid #ddd;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  color: black;
  font-weight: 600;
}

.contact__form .form__wrapper .form__grid input:focus, .contact__form .form__wrapper .form__grid input:active,
.contact__form .form__wrapper .form__grid textarea:focus,
.contact__form .form__wrapper .form__grid textarea:active {
  border-bottom-color: #1d2e4a;
}

.contact__form .form__wrapper .form__grid input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.contact__form .form__wrapper .form__grid input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.contact__form .form__wrapper .form__grid input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.contact__form .form__wrapper .form__grid input::placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.contact__form .form__wrapper .form__grid textarea {
  width: 100%;
  height: 6rem;
}

.contact__form .contac__info {
  padding: 3rem;
  background-color: #fbad17;
  position: relative;
}

@media screen and (max-width: 991px) {
  .contact__form .contac__info {
    padding: 3rem 1rem;
  }
}

@media screen and (max-width: 768px) {
  .contact__form .contac__info {
    padding: 2rem;
  }
}

.contact__form .contac__info a {
  font-size: 1.125rem;
}

@media screen and (max-width: 991px) {
  .contact__form .contac__info a {
    font-size: 1rem;
  }
}

.contact__form .contac__info .social__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  top: calc(100% - 130px);
  bottom: 0;
}

@media screen and (max-width: 768px) {
  .contact__form .contac__info .social__icon {
    top: 0;
    margin-top: 10px;
  }
}

.contact__form .contac__info .social__icon li {
  margin-right: 1rem;
}

.contact__form .contac__info .social__icon li:nth-last-child(1) {
  margin-right: 0;
}

.contact__form .contac__info .social__icon a {
  color: #1d2e4a;
  font-size: 1.25rem;
}

.sim__map {
  position: relative;
  z-index: 2;
  margin-top: -350px;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .sim__map {
    margin-top: -250px;
  }
}

@media screen and (max-width: 768px) {
  .sim__map {
    margin-top: 0px;
  }
}

.sim__map iframe {
  width: 100%;
  height: 350px;
}

.simulanis__footer {
  background-color: #071833;
  padding: 1rem 0;
  color: white;
}

.simulanis__footer p {
  color: inherit;
}

.simulanis__footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 450px;
  margin: 0 auto;
}

.simulanis__footer ul li {
  position: relative;
  margin-right: 2rem;
}

.simulanis__footer ul li::after {
  content: '|';
  color: white;
  position: absolute;
  right: -20px;
}

.simulanis__footer ul li:nth-last-child(1)::after {
  content: '';
  display: none;
}

.simulanis__footer ul li:nth-last-child(1) {
  margin-right: 0;
}

.simulanis__footer ul a {
  color: white;
}

.simulanis__footer ul a:hover {
  color: #fbad17;
}

.custom-btn {
  width: 130px;
  height: 40px;
  padding: 10px 25px;
  border: 1px solid #ffffffba;
  font-weight: 300;
  background: transparent;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
}

.solid-nav .custom-btn {
  color: #1d2e4a;
}

.solid-nav .custom-btn:hover {
  color: #fbad17;
}

/* 1 */
.btn-1 {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-1:hover {
  -webkit-box-shadow: -7px -7px 20px 0px #fff9,
 -4px -4px 5px 0px #fff9,
 7px 7px 20px 0px #0002,
 4px 4px 5px 0px #0001;
          box-shadow: -7px -7px 20px 0px #fff9,
 -4px -4px 5px 0px #fff9,
 7px 7px 20px 0px #0002,
 4px 4px 5px 0px #0001;
}

/* 2 */
.btn-2:after {
  position: absolute;
  content: "";
  top: 5px;
  left: 6px;
  width: 90%;
  height: 70%;
  border: 1px solid #000;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-2:hover:after {
  opacity: 1;
}

/* 3 */
.btn-3 {
  line-height: 39px;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}

.btn-3:hover {
  background: transparent;
  color: #fbad17;
}

.btn-3 span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.btn-3:before,
.btn-3:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: #ffffffba;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-3:before {
  height: 0%;
  width: 2px;
}

.btn-3:after {
  width: 0%;
  height: 2px;
}

.btn-3:hover:before {
  height: 100%;
}

.btn-3:hover:after {
  width: 100%;
}

.btn-3 span:before,
.btn-3 span:after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  background: #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-3 span:before {
  width: 2px;
  height: 0%;
}

.btn-3 span:after {
  width: 0%;
  height: 2px;
}

.btn-3 span:hover:before {
  height: 100%;
}

.btn-3 span:hover:after {
  width: 100%;
}

/* 4 */
.btn-4 {
  position: relative;
  color: #000;
  z-index: 2;
  line-height: 40px;
  padding: 0;
}

.btn-4:hover {
  border: none;
}

.btn-4:before,
.btn-4:after {
  position: absolute;
  content: "";
  width: 0%;
  height: 0%;
  border: 0px solid;
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-4:before {
  top: 0;
  left: 0;
  border-bottom-color: transparent;
  border-right-color: transparent;
  border-top-color: #000;
  border-left-color: #000;
}

.btn-4:after {
  bottom: 0;
  right: 0;
  border-top-color: transparent;
  border-left-color: transparent;
  border-bottom-color: #000;
  border-right-color: #000;
}

.btn-4:hover:before,
.btn-4:hover:after {
  border: 2px solid #000;
  height: 100%;
  width: 100%;
}

/* 5 */
.btn-5 {
  background: #000;
  color: #fff;
  line-height: 42px;
  padding: 0;
  border: none;
}

.btn-5:hover {
  background: transparent;
  color: #000;
  -webkit-box-shadow: -7px -7px 20px 0px #fff9,
 -4px -4px 5px 0px #fff9,
 7px 7px 20px 0px #0002,
 4px 4px 5px 0px #0001;
          box-shadow: -7px -7px 20px 0px #fff9,
 -4px -4px 5px 0px #fff9,
 7px 7px 20px 0px #0002,
 4px 4px 5px 0px #0001;
}

.btn-5:before,
.btn-5:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 2px;
  width: 0;
  background: #000;
  -webkit-transition: 400ms ease all;
  transition: 400ms ease all;
}

.btn-5:after {
  right: inherit;
  top: inherit;
  left: 0;
  bottom: 0;
}

.btn-5:hover:before,
.btn-5:hover:after {
  width: 100%;
  -webkit-transition: 800ms ease all;
  transition: 800ms ease all;
}

/* 6 */
.btn-6 {
  background: #000;
  color: #fff;
  line-height: 42px;
  padding: 0;
  border: none;
}

.btn-6 span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.btn-6:before,
.btn-6:after {
  position: absolute;
  content: "";
  height: 0%;
  width: 2px;
  background: #000;
}

.btn-6:before {
  right: 0;
  top: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.btn-6:after {
  left: 0;
  bottom: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.btn-6:hover {
  color: #000;
  background: transparent;
}

.btn-6:hover:before {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  height: 100%;
}

.btn-6:hover:after {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  height: 100%;
}

.btn-6 span:before,
.btn-6 span:after {
  position: absolute;
  content: "";
  background: #000;
}

.btn-6 span:before {
  left: 0;
  top: 0;
  width: 0%;
  height: 2px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.btn-6 span:after {
  right: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.btn-6 span:hover:before {
  width: 100%;
}

.btn-6 span:hover:after {
  width: 100%;
}

/* 7 */
.btn-7 {
  background: #000;
  color: #fff;
  line-height: 42px;
  padding: 0;
  border: none;
  z-index: 1;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.btn-7:hover {
  background: transparent;
  color: #000;
}

.btn-7:before,
.btn-7:after {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  height: 50%;
  right: 0;
  z-index: -1;
  background: #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-7:before {
  top: 0;
}

.btn-7:after {
  bottom: 0;
}

.btn-7:hover:before,
.btn-7:hover:after {
  height: 0;
  background-color: #000;
}

/* 8 */
.btn-8 {
  line-height: 40px;
  padding: 0;
  background: transparent;
  position: relative;
  z-index: 2;
  color: #fff;
  -webkit-perspective: 300px;
  perspective: 300px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.btn-8:hover {
  color: #000;
}

.btn-8:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: -1;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-8:hover:after {
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}

/* 9 */
.btn-9 {
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
}

.btn-9:after {
  position: absolute;
  content: " ";
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-9:hover {
  -webkit-box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, 0.5), -4px -4px 6px 0 rgba(116, 125, 136, 0.2), inset -4px -4px 6px 0 rgba(255, 255, 255, 0.5), inset 4px 4px 6px 0 rgba(116, 125, 136, 0.3);
          box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, 0.5), -4px -4px 6px 0 rgba(116, 125, 136, 0.2), inset -4px -4px 6px 0 rgba(255, 255, 255, 0.5), inset 4px 4px 6px 0 rgba(116, 125, 136, 0.3);
  color: #fff;
}

.btn-9:hover:after {
  -webkit-transform: scale(2) rotate(180deg);
  transform: scale(2) rotate(180deg);
  background: #000;
  -webkit-box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, 0.5), -4px -4px 6px 0 rgba(116, 125, 136, 0.2), inset -4px -4px 6px 0 rgba(255, 255, 255, 0.5), inset 4px 4px 6px 0 rgba(116, 125, 136, 0.3);
          box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, 0.5), -4px -4px 6px 0 rgba(116, 125, 136, 0.2), inset -4px -4px 6px 0 rgba(255, 255, 255, 0.5), inset 4px 4px 6px 0 rgba(116, 125, 136, 0.3);
}

/* 10 */
.btn-10 {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
}

.btn-10:after {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(0.1);
  transform: scale(0.1);
}

.btn-10:hover {
  color: #fff;
}

.btn-10:hover:after {
  background: #000;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* 11 */
.btn-11 {
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-11:hover {
  background: #000;
  color: #fff;
}

.btn-11:before {
  position: absolute;
  content: '';
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  -webkit-animation: shiny-btn1 3s ease-in-out infinite;
          animation: shiny-btn1 3s ease-in-out infinite;
}

.btn-11:active {
  -webkit-box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, 0.3), -4px -4px 6px 0 rgba(116, 125, 136, 0.2), inset -4px -4px 6px 0 rgba(255, 255, 255, 0.2), inset 4px 4px 6px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, 0.3), -4px -4px 6px 0 rgba(116, 125, 136, 0.2), inset -4px -4px 6px 0 rgba(255, 255, 255, 0.2), inset 4px 4px 6px 0 rgba(0, 0, 0, 0.2);
}

@-webkit-keyframes shiny-btn1 {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

/* 12 */
.btn-12 {
  position: relative;
  right: 20px;
  bottom: 20px;
  border: none;
  width: 130px;
  height: 40px;
  line-height: 40px;
  -webkit-perspective: 230px;
  perspective: 230px;
}

.btn-12 span {
  display: block;
  position: absolute;
  width: 130px;
  height: 40px;
  border: 2px solid #000;
  margin: 0;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.btn-12 span:nth-child(1) {
  -webkit-box-shadow: -7px -7px 20px 0px #fff9,
 -4px -4px 5px 0px #fff9,
 7px 7px 20px 0px #0002,
 4px 4px 5px 0px #0001;
          box-shadow: -7px -7px 20px 0px #fff9,
 -4px -4px 5px 0px #fff9,
 7px 7px 20px 0px #0002,
 4px 4px 5px 0px #0001;
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: 50% 50% -20px;
  transform-origin: 50% 50% -20px;
}

.btn-12 span:nth-child(2) {
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-transform-origin: 50% 50% -20px;
  transform-origin: 50% 50% -20px;
}

.btn-12:hover span:nth-child(1) {
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
}

.btn-12:hover span:nth-child(2) {
  background: #e0e5ec;
  color: #e0e5ec;
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
}

/* 13 */
.btn-13 {
  background: #000;
  color: #fff;
  z-index: 1;
}

.btn-13:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: #e0e5ec;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-13:hover {
  color: #000;
}

.btn-13:hover:after {
  top: 0;
  height: 100%;
}

.btn-13:active {
  top: 2px;
}

/* 14 */
.btn-14 {
  background: #000;
  color: #fff;
  z-index: 1;
}

.btn-14:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  z-index: -1;
  background: #e0e5ec;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-14:hover {
  color: #000;
}

.btn-14:hover:after {
  top: auto;
  bottom: 0;
  height: 100%;
}

.btn-14:active {
  top: 2px;
}

/* 15 */
.btn-15 {
  background: #000;
  color: #fff;
  z-index: 1;
}

.btn-15:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background: #e0e5ec;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-15:hover {
  color: #000;
}

.btn-15:hover:after {
  left: 0;
  width: 100%;
}

.btn-15:active {
  top: 2px;
}

/* 16 */
.btn-16 {
  background: #000;
  color: #fff;
  z-index: 1;
}

.btn-16:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  direction: rtl;
  z-index: -1;
  background: #e0e5ec;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-16:hover {
  color: #000;
}

.btn-16:hover:after {
  left: auto;
  right: 0;
  width: 100%;
}

.btn-16:active {
  top: 2px;
}

.solid-nav .btn-3 {
  color: #303c7a !important;
  background: #fbad17;
}

.solid-nav .btn-3:hover {
  background: #fff !important;
}

.solid-nav .nav-row .nav-controls .nav-item .nav-link {
  padding: 17px 9px;
}

.solid-nav .nav-row .nav-logo img {
  width: 8rem;
}

.intro-content h2 {
  font-size: 26px;
}

.intro-content p {
  font-size: 14px;
}

.btnlink {
  color: #303c7a;
  border-bottom: 1px solid;
  -webkit-transition: .3s;
  transition: .3s;
  font-weight: 600;
}

.btnlink:hover {
  color: #fbad17;
}

.contact__form .contac__info a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact__form .contac__info a .fa-mobile {
  font-size: 30px;
}

.contact__form .contac__info a i {
  margin-right: 10px;
}

.career h1 {
  font-size: 50px;
}
/*# sourceMappingURL=style.css.map */