@import url(https://fonts.googleapis.com/css?family=Arimo:400,400i,700|Oswald:400,700);@import url(https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after {
  content: '';
  content: none;
}

q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

textarea,
input,
button {
  background: transparent;
  border: none;
  margin: 0;
}

textarea:focus,
input:focus,
button:focus {
  outline: none;
}

input,
textarea,
button,
select,
a {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.w5 {
  width: 5%;
}

.w10 {
  width: 10%;
}

.w15 {
  width: 15%;
}

.w20 {
  width: 20%;
}

.w25 {
  width: 25%;
}

.w30 {
  width: 30%;
}

.w35 {
  width: 35%;
}

.w40 {
  width: 40%;
}

.w45 {
  width: 45%;
}

.w50 {
  width: 50%;
}

.w55 {
  width: 55%;
}

.w60 {
  width: 60%;
}

.w65 {
  width: 65%;
}

.w70 {
  width: 70%;
}

.w75 {
  width: 75%;
}

.w80 {
  width: 80%;
}

.w85 {
  width: 85%;
}

.w90 {
  width: 90%;
}

.w95 {
  width: 95%;
}

.w100 {
  width: 100%;
}

.w33 {
  width: 33.3333%;
}

.wrapper {
  max-width: 1400px;
  width: 90%;
  margin: 0 auto;
  position: relative;
}

.column,
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.column > div {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*------------------------------------*\
    # Simple Typography Settings
\*------------------------------------*/

/*------------------------------------*\
    # Type
\*------------------------------------*/

*,
html,
body {
  font-size: 16px;
  font-family: "Arimo", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 36px;
  color: #000000;
  line-height: 1.25em;
  font-weight: 400;
}

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

h1 {
  font-size: 2.5rem;
  margin-bottom: 24px;
}

h2 {
  font-size: 1.92308rem;
  margin-bottom: 18.46154px;
}

h3 {
  font-size: 1.66667rem;
  margin-bottom: 16px;
}

h4 {
  font-size: 1.47059rem;
  margin-bottom: 14.11765px;
}

h5 {
  font-size: 1.38889rem;
  margin-bottom: 13.33333px;
}

h6 {
  font-size: 1.25rem;
  margin-bottom: 12px;
}

p {
  margin-bottom: 20px;
  font-size: 1rem;
  line-height: 1.5em;
  color: #393939;
}

p:last-of-type {
  margin-bottom: 0;
}

a {
  color: #000;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

a:hover {
  color: black;
}

ul,
ol {
  margin: 20px 0 0 20px;
}

ul li,
ol li {
  margin-top: 10px;
  line-height: 1.5em;
  color: #393939;
}

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

ul li {
  list-style: disc;
}

ul ul li {
  list-style: circle;
}

ol li {
  list-style: decimal;
}

hr {
  height: 1px;
  margin: 30px 0;
  border: none;
  background-color: #DADADA;
}

blockquote {
  margin: 30px 0;
  font-size: 1.4375rem;
  line-height: 1.5em;
  color: #393939;
  text-align: center;
  font-style: italic;
}

table {
  width: 100%;
  margin: 30px 0;
  border-collapse: collapse;
}

table,
td,
th {
  border: 1px solid #DADADA;
  text-align: left;
}

th {
  font-weight: 800;
}

th,
td {
  padding: 15px;
}

figure {
  margin: 30px 0;
}

figure img {
  margin: 0;
}

figcaption {
  margin-top: 10px;
  color: #535353;
  font-size: 16px;
}

pre {
  display: block;
  margin: 0 0 40px 0;
  padding: 20px;
  background-color: #f9f9f9;
  border: 1px solid #DADADA;
  overflow: auto;
  border-radius: 3px;
}

pre code {
  position: static;
  padding: 0;
  border: none;
  line-height: 1.5em;
}

code {
  position: relative;
  top: -0.2em;
  padding: 3px;
  font-family: Courier New, Courier, monospace;
  font-size: 0.83333rem;
  color: #282828;
  line-height: 1em;
  pointer-events: none;
  border: 1px solid #DADADA;
  border-radius: 3px;
}

em,
i,
.italic {
  font-style: italic;
}

strong,
b,
.bold {
  font-weight: 800;
}

img {
  display: block;
  max-width: 100%;
  margin: 0;
}

@-webkit-keyframes fadeInLeft {
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes fadeInLeftImg {
  100% {
    opacity: 1;
    -webkit-transform: translate(40%, 78%);
    transform: translate(40%, 78%);
  }
}

@keyframes fadeInLeftImg {
  100% {
    opacity: 1;
    -webkit-transform: translate(40%, 78%);
    transform: translate(40%, 78%);
  }
}

@-webkit-keyframes key0to100 {
  100% {
    opacity: 1;
    width: 100%;
  }
}

@keyframes key0to100 {
  100% {
    opacity: 1;
    width: 100%;
  }
}

@-webkit-keyframes fadeIn {
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  100% {
    opacity: 1;
  }
}

.fadeInLeft {
  -webkit-animation: fadeInLeft 1s forwards;
  animation: fadeInLeft 1s forwards;
}

@-webkit-keyframes tobottom {
  0% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    z-index: 999;
  }

  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}

@keyframes tobottom {
  0% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    z-index: 999;
  }

  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}

@-webkit-keyframes move {
  25% {
    opacity: 1;
  }

  33% {
    opacity: 1;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  67% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(30px) scale3d(0.5, 0.5, 0.5);
    transform: translateY(30px) scale3d(0.5, 0.5, 0.5);
  }
}

@keyframes move {
  25% {
    opacity: 1;
  }

  33% {
    opacity: 1;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  67% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(30px) scale3d(0.5, 0.5, 0.5);
    transform: translateY(30px) scale3d(0.5, 0.5, 0.5);
  }
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.btn {
  font-size: 18px;
  font-weight: 700;
  padding: 15px 40px;
  display: inline-block;
  letter-spacing: 0;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  cursor: pointer;
  line-height: 18px;
  color: #000;
  background: white;
  border: 2px solid white;
  border-radius: 4px;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}

.btn:hover {
  background: none;
  color: white;
}

.btn.btn-transparent,
.btn.btn-custom-2 {
  background: none;
  color: white;
}

.btn.btn-transparent:hover,
.btn.btn-custom-2:hover {
  background: white;
  color: black;
}

.btn.btn-gray {
  background: #353535;
  color: white;
  border-color: #353535;
}

.btn.btn-gray:hover {
  background: rgba(53, 53, 53, 0.8);
  border-color: rgba(53, 53, 53, 0.8);
}

.btn.btn-big {
  font-size: 20px;
  line-height: 28px;
  padding: 15px 50px;
}

.btn.main-btn-1 {
  padding: 29px 50px;
  font-size: 21px;
  letter-spacing: 0.6px;
  color: white;
}

body.admin-bar header {
  top: 32px;
}

.mainHeader {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
}

.mainHeader .inner {
  padding: 35px 30px 0;
}

.mainHeader .left-box a {
  position: relative;
  z-index: 2;
}

@media (max-width: 575px) {
  .mainHeader .left-box a {
    display: none;
  }
}

.mainHeader .right-box a {
  color: #fff;
  position: relative;
  font-size: 18px;
  z-index: 8;
}

.mainHeader .right-box a span {
  position: relative;
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-left: 12px;
  vertical-align: top;
}

.mainHeader .right-box a span span.hmenu {
  width: 2px;
  height: 17px;
  left: 6px;
  top: 0;
  background: #fff;
  margin: 0;
  position: absolute;
}

.mainHeader .right-box a span span.hmenu::before {
  content: "";
  position: absolute;
  left: -6px;
  top: 0;
  background: #fff;
  width: 2px;
  height: 17px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.mainHeader .right-box a span span.hmenu::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 0;
  background: #fff;
  width: 2px;
  height: 17px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.mainHeader .right-box a.active span.hmenu {
  background: transparent !important;
}

.mainHeader .right-box a.active span.hmenu::before {
  -webkit-transform: translate(6px, 0px) rotate(45deg);
  -ms-transform: translate(6px, 0px) rotate(45deg);
  transform: translate(6px, 0px) rotate(45deg);
}

.mainHeader .right-box a.active span.hmenu::after {
  -webkit-transform: translate(-6px, 0px) rotate(-45deg);
  -ms-transform: translate(-6px, 0px) rotate(-45deg);
  transform: translate(-6px, 0px) rotate(-45deg);
}

.mainHeader .overlay-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #2d56dd;
  color: #fff;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  visibility: hidden;
  overflow-y: scroll;
}

.mainHeader .overlay-menu .inner {
  padding-top: 20%;
  color: #fff;
}

body.show-menu .mainHeader .overlay-menu {
  z-index: 7;
  opacity: 1;
  visibility: visible;
}

body.show-menu .mainHeader .overlay-menu ul li {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-filter: blur(0);
  filter: blur(0);
}

body.show-menu .mainHeader .overlay-menu .text-block {
  -webkit-animation: fadeIn 1s forwards;
  animation: fadeIn 1s forwards;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.mainHeader .overlay-menu .menu-block ul {
  padding: 0;
  margin: -20px 0 0;
}

.mainHeader .overlay-menu .menu-block li {
  list-style: none;
  display: block;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
  -webkit-filter: blur(20px);
  filter: blur(20px);
  -webkit-transform: translate3d(0, 25px, 0);
  transform: translate3d(0, 25px, 0);
  opacity: 0;
  margin: 0;
}

.mainHeader .overlay-menu .menu-block li:nth-child(1) {
  -webkit-transition-delay: 0.07s;
  -o-transition-delay: 0.07s;
  transition-delay: 0.07s;
}

.mainHeader .overlay-menu .menu-block li:nth-child(2) {
  -webkit-transition-delay: 0.14s;
  -o-transition-delay: 0.14s;
  transition-delay: 0.14s;
}

.mainHeader .overlay-menu .menu-block li:nth-child(3) {
  -webkit-transition-delay: 0.21s;
  -o-transition-delay: 0.21s;
  transition-delay: 0.21s;
}

.mainHeader .overlay-menu .menu-block li:nth-child(4) {
  -webkit-transition-delay: 0.28s;
  -o-transition-delay: 0.28s;
  transition-delay: 0.28s;
}

.mainHeader .overlay-menu .menu-block li:nth-child(5) {
  -webkit-transition-delay: 0.35s;
  -o-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.mainHeader .overlay-menu .menu-block li:nth-child(6) {
  -webkit-transition-delay: 0.42s;
  -o-transition-delay: 0.42s;
  transition-delay: 0.42s;
}

.mainHeader .overlay-menu .menu-block li:nth-child(7) {
  -webkit-transition-delay: 0.49s;
  -o-transition-delay: 0.49s;
  transition-delay: 0.49s;
}

.mainHeader .overlay-menu .menu-block li:nth-child(8) {
  -webkit-transition-delay: 0.56s;
  -o-transition-delay: 0.56s;
  transition-delay: 0.56s;
}

.mainHeader .overlay-menu .menu-block li:nth-child(9) {
  -webkit-transition-delay: 0.63s;
  -o-transition-delay: 0.63s;
  transition-delay: 0.63s;
}

.mainHeader .overlay-menu .menu-block li a {
  font-size: 3.75rem;
  letter-spacing: .025em;
  padding: 10px 0px;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  color: white;
  line-height: 1.2;
}

@media (max-width: 1200px) {
  .mainHeader .overlay-menu .menu-block li a {
    font-size: calc(1.55rem + 2.93333vw);
  }
}

.mainHeader .overlay-menu .menu-block li a:hover {
  color: #4baec0;
}

@media (max-width: 767px) {
  .mainHeader .overlay-menu .menu-block {
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
  }
}

.mainHeader .overlay-menu .text-block {
  color: #fff;
  opacity: 0;
}

@media (max-width: 1023px) {
  .mainHeader .overlay-menu .text-block .w50 {
    width: 100%;
    margin-top: 20px;
  }
}

.mainHeader .overlay-menu .text-block a {
  color: #081e35;
}

.mainHeader .overlay-menu .text-block a:hover {
  color: #fff;
}

.mainHeader .overlay-menu .text-block p {
  color: #081e35;
  margin-bottom: 15px;
}

.mainHeader .overlay-menu .text-block h3 {
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  color: #fff;
  font-size: 20px;
}

.mainHeader .overlay-menu .text-block.social-block p {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .mainHeader .overlay-menu .text-block {
    width: 100%;
    text-align: center;
  }
}

.stickyMenu {
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.7);
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

body.show-menu .stickyMenu {
  background: none;
}

body.show-menu .stickyMenu .left-box a {
  display: none;
}

.stickyMenu.mainHeader .inner {
  padding-top: 13px;
  padding-bottom: 13px;
}

.stickyMenu.mainHeader .showMenu {
  color: blue;
  top: 12px;
}

@media (max-width: 575px) {
  .stickyMenu.mainHeader .showMenu {
    top: 0;
  }
}

body.show-menu .stickyMenu.mainHeader .showMenu {
  color: #fff;
}

.stickyMenu.mainHeader .showMenu span span.hmenu {
  background: blue;
}

body.show-menu .stickyMenu.mainHeader .showMenu span span.hmenu {
  background: white;
}

.stickyMenu.mainHeader .showMenu span span.hmenu::before,
.stickyMenu.mainHeader .showMenu span span.hmenu::after {
  background: blue;
}

body.show-menu .stickyMenu.mainHeader .showMenu span span.hmenu::before,
body.show-menu .stickyMenu.mainHeader .showMenu span span.hmenu::after {
  background: white;
}

body.home .homeLogo {
  display: none;
}

body.header_sticky .stickyMenu {
  opacity: 1;
  z-index: 10;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.footer-address {
  color: #2d56dd;
  font-size: 14px;
  line-height: 36px;
  text-transform: uppercase;
}

.footer-address .w50 {
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

@media (max-width: 767px) {
  .footer-address .w50 {
    width: 100%;
    text-align: center;
  }
}

.footer-address .w50.right-box::after {
  content: "|";
  color: #2d56dd;
  position: absolute;
  left: -1px;
  top: 0;
}

@media (max-width: 767px) {
  .footer-address .w50.right-box::after {
    display: none;
  }
}

footer {
  background: black;
  color: white;
  padding: 25px 0;
}

@media (max-width: 767px) {
  footer .w50 {
    width: 100%;
    text-align: center !important;
  }
}

footer p {
  color: white;
  font-size: 12px;
}

footer ul.menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

footer ul.menu li {
  display: inline-block;
  margin: 0 0 0 20px;
}

footer ul.menu li a {
  color: #fff;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
}

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

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

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

*:focus {
  outline: none;
}

.heading {
  font-size: 3rem;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}

@media (max-width: 1200px) {
  .heading {
    font-size: calc(1.4rem + 2.13333vw);
  }
}

.main-heading {
  margin-bottom: 100px;
}

@media (max-width: 1023px) {
  .main-heading {
    margin-bottom: 70px;
  }
}

@media (max-width: 991px) {
  .main-heading {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .main-heading {
    margin-bottom: 40px;
  }
}

.uppercase {
  text-transform: uppercase;
}

.transition01 {
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}

.transition02 {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.transition03 {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.transition04 {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.transition05 {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}

/* Chrome <=56, Safari < 10 */

:-moz-placeholder {
  opacity: 1;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}

/* FF 4-18 */

::-moz-placeholder {
  opacity: 1;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}

/* FF 19-51 */

:-ms-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}

/* IE 10+ */

::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}

::-ms-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}

::placeholder {
  opacity: 1;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}

/* Modern Browsers */

*:focus::-webkit-input-placeholder {
  opacity: 0;
}

/* Chrome <=56, Safari < 10 */

*:focus:-moz-placeholder {
  opacity: 0;
}

/* FF 4-18 */

*:focus::-moz-placeholder {
  opacity: 0;
}

/* FF 19-50 */

*:focus:-ms-input-placeholder {
  opacity: 0;
}

/* IE 10+ */

*:focus::-webkit-input-placeholder {
  opacity: 0;
}

*:focus::-ms-input-placeholder {
  opacity: 0;
}

*:focus::placeholder {
  opacity: 0;
}

/* Modern Browsers */

.vertical-align {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hidden {
  display: none;
}

.image-centerd-vh {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.image-centerd-v {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.image-centerd-h {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.cover-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.contain-image {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.videoContainer {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: transparent;
}

.videoContainer video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  z-index: 2;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: color .5s, opacity .5s, background .5s;
  -o-transition: color .5s, opacity .5s, background .5s;
  transition: color .5s, opacity .5s, background .5s;
}

a:focus {
  outline: none;
}

button {
  -webkit-transition: color .5s, opacity .5s, background .5s;
  -o-transition: color .5s, opacity .5s, background .5s;
  transition: color .5s, opacity .5s, background .5s;
  cursor: pointer;
}

.animation-left {
  -webkit-transition: opacity .8s, -webkit-transform .8s;
  transition: opacity .8s, -webkit-transform .8s;
  -o-transition: transform .8s, opacity .8s;
  transition: transform .8s, opacity .8s;
  transition: transform .8s, opacity .8s, -webkit-transform .8s;
  -webkit-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: .5s;
  -webkit-transform: translateX(94%);
  -ms-transform: translateX(94%);
  transform: translateX(94%);
}

.animation-left:not(.is_on_screen) {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  opacity: 0;
}

.animation-left-1 {
  -webkit-transition: opacity .8s, -webkit-transform .8s;
  transition: opacity .8s, -webkit-transform .8s;
  -o-transition: transform .8s, opacity .8s;
  transition: transform .8s, opacity .8s;
  transition: transform .8s, opacity .8s, -webkit-transform .8s;
  -webkit-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: .5s;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.animation-left-1:not(.is_on_screen) {
  -webkit-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
  opacity: 0;
}

.animation-left-3 {
  -webkit-transition: opacity .8s, -webkit-transform .8s;
  transition: opacity .8s, -webkit-transform .8s;
  -o-transition: transform .8s, opacity .8s;
  transition: transform .8s, opacity .8s;
  transition: transform .8s, opacity .8s, -webkit-transform .8s;
  -webkit-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: .5s;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.animation-left-3:not(.is_on_screen) {
  -webkit-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  transform: translateX(-100px);
  opacity: 0;
}

.animation-fadeIn {
  -webkit-transition: opacity .8s;
  -o-transition: opacity .8s;
  transition: opacity .8s;
  -webkit-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: .5s;
  opacity: 1;
}

.animation-fadeIn:not(.is_on_screen) {
  opacity: 0;
}

body .page_overlay {
  z-index: -1;
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2d56dd;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  overflow: hidden;
}

body .page_overlay .logo {
  display: none;
}

body.move_page .page_overlay {
  z-index: 99;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}

body .page_overlay_close {
  z-index: 99;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #2d56dd;
  overflow: hidden;
}

body.remove-overlay .page_overlay_close {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: z-index 2s, -webkit-transform 1s;
  transition: z-index 2s, -webkit-transform 1s;
  -o-transition: transform 1s, z-index 2s;
  transition: transform 1s, z-index 2s;
  transition: transform 1s, z-index 2s, -webkit-transform 1s;
  z-index: -1;
}

/*body.home.intClass{
  .page_overlay{
    background:white;
    position:fixed;
    z-index: -1;
    left:0;
    top:0;
    width:100%;
    height:100%;
    opacity: 0;
    transition: all 1s;
    overflow: hidden;
    display:flex;
    justify-content: center;
    align-items: center;
    .logo{
      display:block;
    }
  }
  &.loading{
    .page_overlay{
      z-index: 99;
      opacity: 1;
    }
  }
} */

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.image_bg_with_text {
  position: relative;
}

.image_bg_with_text .inner {
  padding: 185px 20% 170px;
}

.image_bg_with_text .content h2 {
  margin-bottom: 55px;
  color: white;
}

.image_bg_with_text .content .buttons a {
  margin: 0 8px;
}

.image_bg_with_text .content .cont-box {
  color: #fff;
  padding-bottom: 60px;
  font-size: 24px;
}

.image_bg_with_text .content .cont-box > * {
  color: #fff;
}

.image_bg_with_text .content .videoWrapper {
  width: 90%;
  max-width: 850px;
  margin: 0 auto;
}

.image_bg_with_text .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.home_page_hero {
  height: 100vh;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  overflow: hidden;
  -webkit-transition: opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 1s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 1s;
  transition: opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 1s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 1s;
  -o-transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 1s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 1s;
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 1s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 1s;
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 1s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 1s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 1s;
  visibility: visible;
}

.home_page_hero .column {
  height: 100%;
}

.home_page_hero .canvas {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 100vh;
  width: 100%;
  overflow: hidden;
}

.home_page_hero .canvas canvas {
  position: absolute;
  z-index: 1;
}

.home_page_hero .slide-wrapper {
  display: none;
}

.home_page_hero .home-hero {
  position: relative;
  z-index: 2;
}

.home_page_hero .home-hero .canvas-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.home_page_hero .home-hero .canvas-wrap img {
  display: none;
}

.home_page_hero .home-hero .canvas-wrap canvas {
  position: absolute;
}

.home_page_hero .home-hero .single-slide {
  color: #fff;
  height: 100vh;
}

.home_page_hero .home-hero .single-slide h4 {
  font-size: 1.25rem;
  letter-spacing: 6px;
  color: white;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-family: "Arimo", sans-serif;
  line-height: 1;
}

@media (max-width: 1200px) {
  .home_page_hero .home-hero .single-slide h4 {
    font-size: calc(1.05rem + 0.26667vw);
  }
}

.home_page_hero .home-hero .single-slide h4 span {
  display: inline-block;
  -webkit-transform: translateX(70px);
  -ms-transform: translateX(70px);
  transform: translateX(70px);
  opacity: 0;
}

.home_page_hero .home-hero .single-slide h3 {
  font-size: 2.5rem;
  color: white;
  text-transform: uppercase;
  margin-bottom: 0;
  position: relative;
  display: inline-block;
  line-height: 1;
}

@media (max-width: 1200px) {
  .home_page_hero .home-hero .single-slide h3 {
    font-size: calc(1.3rem + 1.6vw);
  }
}

.home_page_hero .home-hero .single-slide h3 span.wrap {
  position: relative;
  z-index: 2;
  display: inline-block;
}

.home_page_hero .home-hero .single-slide h3 span.wrap span {
  display: inline-block;
  -webkit-transform: translateX(70px);
  -ms-transform: translateX(70px);
  transform: translateX(70px);
  opacity: 0;
}

.home_page_hero .home-hero .single-slide h3 img {
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: translate(150px, 78%);
  -ms-transform: translate(150px, 78%);
  transform: translate(150px, 78%);
  z-index: 1;
  opacity: 0;
}

.home_page_hero .home-hero .single-slide h1 {
  font-size: 8.125rem;
  color: white;
  padding-bottom: 35px;
  position: relative;
  margin: 0 0 20px;
  line-height: 1;
  display: inline-block;
}

@media (max-width: 1200px) {
  .home_page_hero .home-hero .single-slide h1 {
    font-size: calc(2.425rem + 7.6vw);
  }
}

.home_page_hero .home-hero .single-slide h1::before {
  content: "";
  background: #2d56dd;
  height: 20px;
  width: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
}

.home_page_hero .home-hero .single-slide h1 span {
  display: block;
  opacity: 0;
  -webkit-transform: translateX(70px);
  -ms-transform: translateX(70px);
  transform: translateX(70px);
  float: left;
}

.home_page_hero .home-hero .single-slide p {
  font-size: 13.5px;
  font-weight: bold;
  line-height: 1.5;
  opacity: 0;
  -webkit-transform: translateX(50px);
  -ms-transform: translateX(50px);
  transform: translateX(50px);
}

@media (max-width: 767px) {
  .home_page_hero .home-hero .single-slide p {
    display: none;
  }
}

.home_page_hero .home-hero .single-slide .left-box {
  height: 100%;
  z-index: 2;
  position: relative;
}

@media (max-width: 767px) {
  .home_page_hero .home-hero .single-slide .left-box {
    width: 100%;
    height: 50%;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 767px) and (max-width: 677px) {
  .home_page_hero .home-hero .single-slide .left-box {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    bottom: -16%;
    z-index: 5;
  }
}

.home_page_hero .home-hero .single-slide .left-box .inner {
  margin-left: 20%;
}

@media (max-width: 1023px) {
  .home_page_hero .home-hero .single-slide .left-box .inner {
    margin-left: 10%;
  }
}

.home_page_hero .home-hero .single-slide .right-box {
  position: relative;
  height: 100%;
  z-index: 2;
}

@media (max-width: 767px) {
  .home_page_hero .home-hero .single-slide .right-box {
    width: 100%;
    text-align: center;
    height: 50%;
  }
}

.home_page_hero .home-hero .single-slide .right-box .overlay {
  background: rgba(20, 67, 239, 0.9);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.69;
}

.home_page_hero .home-hero .single-slide .right-box .inner {
  position: relative;
  margin-right: 30%;
  z-index: 2;
  width: 100%;
}

@media (max-width: 1023px) {
  .home_page_hero .home-hero .single-slide .right-box .inner {
    margin-right: 18%;
  }
}

@media (max-width: 677px) {
  .home_page_hero .home-hero .single-slide .right-box .inner {
    display: none;
  }
}

.home_page_hero .home-hero .slick-dots {
  margin: 0;
  position: absolute;
  bottom: 40px;
  left: 20px;
}

.home_page_hero .home-hero .slick-dots li {
  display: inline-block;
  width: 40px;
  height: 40px;
  cursor: pointer;
  position: relative;
  vertical-align: top;
}

.home_page_hero .home-hero .slick-dots li::before {
  content: "";
  position: absolute;
  background: white;
  border-radius: 100%;
  width: 8px;
  height: 8px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.home_page_hero .home-hero .slick-dots li span {
  display: none;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  text-align: center;
  vertical-align: middle;
  line-height: 40px;
  font-size: 16px;
  color: #2d56dd;
  width: 100%;
  height: 40px;
}

.home_page_hero .home-hero .slick-dots li svg {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.home_page_hero .home-hero .slick-dots li svg circle {
  display: none;
}

.home_page_hero .home-hero .slick-dots li.slick-active::before {
  display: none;
}

.home_page_hero .home-hero .slick-dots li.slick-active span {
  display: block;
}

.home_page_hero .home-hero .slick-dots li.slick-active svg circle {
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  -webkit-animation: dash 7s linear forwards;
  animation: dash 7s linear forwards;
  display: block;
}

@media (max-width: 767px) {
  .home_page_hero .home-hero .slick-dots li {
    display: block;
    margin-bottom: 10px;
  }
}

.home_page_hero .home-hero .slick-slide.slick-active .single-slide h1::before {
  -webkit-animation: key0to100 1s forwards;
  animation: key0to100 1s forwards;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.home_page_hero .home-hero .slick-slide.slick-active .single-slide h1 span {
  -webkit-animation: fadeInLeft 1s forwards;
  animation: fadeInLeft 1s forwards;
}

.home_page_hero .home-hero .slick-slide.slick-active .single-slide h1 span:nth-child(1) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.home_page_hero .home-hero .slick-slide.slick-active .single-slide h1 span:nth-child(2) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.home_page_hero .home-hero .slick-slide.slick-active .single-slide h1 span:nth-child(3) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.home_page_hero .home-hero .slick-slide.slick-active .single-slide h1 span:nth-child(4) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.home_page_hero .home-hero .slick-slide.slick-active .single-slide h1 span:nth-child(5) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.home_page_hero .home-hero .slick-slide.slick-active .single-slide h1 span:nth-child(6) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.home_page_hero .home-hero .slick-slide.slick-active .single-slide h1 span:nth-child(7) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.home_page_hero .home-hero .slick-slide.slick-active .single-slide h1 span:nth-child(8) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.home_page_hero .home-hero .slick-slide.slick-active .single-slide h1 span:nth-child(9) {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.home_page_hero .home-hero .slick-slide.slick-active .single-slide h1 span:nth-child(10) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.home_page_hero .home-hero .slick-slide.slick-active .single-slide h1 span:nth-child(11) {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}

.home_page_hero .home-hero .slick-slide.slick-active .single-slide h1 span:nth-child(12) {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.home_page_hero .home-hero .slick-slide.slick-active .single-slide h1 span:nth-child(13) {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}

.home_page_hero .home-hero .slick-slide.slick-active .single-slide h1 span:nth-child(14) {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

.home_page_hero .home-hero .slick-slide.slick-active .single-slide h1 span:nth-child(15) {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.home_page_hero .home-hero .slick-slide.slick-active .single-slide h1 span:nth-child(16) {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}

.home_page_hero .home-hero .slick-slide.slick-active .single-slide h1 span:nth-child(17) {
  -webkit-animation-delay: 1.7s;
  animation-delay: 1.7s;
}

.home_page_hero .home-hero .slick-slide.slick-active .single-slide h1 span:nth-child(18) {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}

.home_page_hero .home-hero .slick-slide.slick-active .single-slide h1 span:nth-child(19) {
  -webkit-animation-delay: 1.9s;
  animation-delay: 1.9s;
}

.home_page_hero .home-hero .slick-slide.slick-active .single-slide h1 span:nth-child(20) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.home_page_hero .home-hero .slick-slide.slick-active .single-slide h1 span:nth-child(21) {
  -webkit-animation-delay: 2.1s;
  animation-delay: 2.1s;
}

.home_page_hero .home-hero .slick-slide.slick-active .single-slide h1 span:nth-child(22) {
  -webkit-animation-delay: 2.2s;
  animation-delay: 2.2s;
}

.home_page_hero .home-hero .slick-slide.slick-active .single-slide h1 span:nth-child(23) {
  -webkit-animation-delay: 2.3s;
  animation-delay: 2.3s;
}

.home_page_hero .home-hero .slick-slide.slick-active .single-slide h1 span:nth-child(24) {
  -webkit-animation-delay: 2.4s;
  animation-delay: 2.4s;
}

.home_page_hero .home-hero .slick-slide.slick-active .single-slide h1 span:nth-child(25) {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

.home_page_hero .home-hero .slick-slide.slick-active .single-slide h1 span:nth-child(26) {
  -webkit-animation-delay: 2.6s;
  animation-delay: 2.6s;
}

.home_page_hero .home-hero .slick-slide.slick-active .single-slide h1 span:nth-child(27) {
  -webkit-animation-delay: 2.7s;
  animation-delay: 2.7s;
}

.home_page_hero .home-hero .slick-slide.slick-active .single-slide h1 span:nth-child(28) {
  -webkit-animation-delay: 2.8s;
  animation-delay: 2.8s;
}

.home_page_hero .home-hero .slick-slide.slick-active .single-slide h1 span:nth-child(29) {
  -webkit-animation-delay: 2.9s;
  animation-delay: 2.9s;
}

.home_page_hero .home-hero .slick-slide.slick-active .single-slide h1 span:nth-child(30) {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.home_page_hero .home-hero .slick-slide.slick-active .single-slide h1 span:nth-child(31) {
  -webkit-animation-delay: 3.1s;
  animation-delay: 3.1s;
}

.home_page_hero .home-hero .slick-slide.slick-active .single-slide h1 span:nth-child(32) {
  -webkit-animation-delay: 3.2s;
  animation-delay: 3.2s;
}

.home_page_hero .home-hero .slick-slide.slick-active .single-slide h1 span:nth-child(33) {
  -webkit-animation-delay: 3.3s;
  animation-delay: 3.3s;
}

.home_page_hero .home-hero .slick-slide.slick-active .single-slide h1 span:nth-child(34) {
  -webkit-animation-delay: 3.4s;
  animation-delay: 3.4s;
}

.home_page_hero .home-hero .slick-slide.slick-active .single-slide h1 span:nth-child(35) {
  -webkit-animation-delay: 3.5s;
  animation-delay: 3.5s;
}

.home_page_hero .home-hero .slick-slide.slick-active .single-slide h1 span:nth-child(36) {
  -webkit-animation-delay: 3.6s;
  animation-delay: 3.6s;
}

.home_page_hero .home-hero .slick-slide.slick-active .single-slide h1 span:nth-child(37) {
  -webkit-animation-delay: 3.7s;
  animation-delay: 3.7s;
}

.home_page_hero .home-hero .slick-slide.slick-active .single-slide h1 span:nth-child(38) {
  -webkit-animation-delay: 3.8s;
  animation-delay: 3.8s;
}

.home_page_hero .home-hero .slick-slide.slick-active .single-slide h1 span:nth-child(39) {
  -webkit-animation-delay: 3.9s;
  animation-delay: 3.9s;
}

.home_page_hero .home-hero .slick-slide.slick-active .single-slide h4 span {
  -webkit-animation: fadeInLeft 1s forwards;
  animation: fadeInLeft 1s forwards;
}

.home_page_hero .home-hero .slick-slide.slick-active .single-slide h4 span:nth-child(1) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.home_page_hero .home-hero .slick-slide.slick-active .single-slide h4 span:nth-child(2) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.home_page_hero .home-hero .slick-slide.slick-active .single-slide h4 span:nth-child(3) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.home_page_hero .home-hero .slick-slide.slick-active .single-slide h4 span:nth-child(4) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.home_page_hero .home-hero .slick-slide.slick-active .single-slide h4 span:nth-child(5) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.home_page_hero .home-hero .slick-slide.slick-active .single-slide h4 span:nth-child(6) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.home_page_hero .home-hero .slick-slide.slick-active .single-slide h4 span:nth-child(7) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.home_page_hero .home-hero .slick-slide.slick-active .single-slide h4 span:nth-child(8) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.home_page_hero .home-hero .slick-slide.slick-active .single-slide h4 span:nth-child(9) {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.home_page_hero .home-hero .slick-slide.slick-active .single-slide h4 span:nth-child(10) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.home_page_hero .home-hero .slick-slide.slick-active .single-slide h4 span:nth-child(11) {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}

.home_page_hero .home-hero .slick-slide.slick-active .single-slide h4 span:nth-child(12) {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.home_page_hero .home-hero .slick-slide.slick-active .single-slide h4 span:nth-child(13) {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}

.home_page_hero .home-hero .slick-slide.slick-active .single-slide h4 span:nth-child(14) {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

.home_page_hero .home-hero .slick-slide.slick-active .single-slide h4 span:nth-child(15) {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.home_page_hero .home-hero .slick-slide.slick-active .single-slide h4 span:nth-child(16) {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}

.home_page_hero .home-hero .slick-slide.slick-active .single-slide h4 span:nth-child(17) {
  -webkit-animation-delay: 1.7s;
  animation-delay: 1.7s;
}

.home_page_hero .home-hero .slick-slide.slick-active .single-slide h4 span:nth-child(18) {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}

.home_page_hero .home-hero .slick-slide.slick-active .single-slide h4 span:nth-child(19) {
  -webkit-animation-delay: 1.9s;
  animation-delay: 1.9s;
}

.home_page_hero .home-hero .slick-slide.slick-active .single-slide h3 span.wrap span {
  -webkit-animation: fadeInLeft 1s forwards;
  animation: fadeInLeft 1s forwards;
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
  /*@for $i from 1 to 20 {
                            &:nth-child(105) { 
                                animation-delay: $i * 0.2s;
                            }
                        }*/
}

.home_page_hero .home-hero .slick-slide.slick-active .single-slide h3 img {
  -webkit-animation: fadeInLeftImg 1s forwards;
  animation: fadeInLeftImg 1s forwards;
  -webkit-animation-delay: 2.9s;
  animation-delay: 2.9s;
}

.home_page_hero .home-hero .slick-slide.slick-active .single-slide p {
  -webkit-animation: fadeInLeft 1s forwards;
  animation: fadeInLeft 1s forwards;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.home_page_hero .home-hero .slick-slide.slick-active .single-slide .social-media {
  opacity: 1;
  width: auto;
  float: right;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 2.5s;
  -o-transition-delay: 2.5s;
  transition-delay: 2.5s;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.home_page_hero .home-hero .slick-slide.slick-active.intCustomAnimation .single-slide h3 span.wrap span {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.home_page_hero .home-hero .slick-slide.slick-active.intCustomAnimation .single-slide h3 img {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

.home_page_hero .social-media {
  position: absolute;
  right: 40px;
  bottom: 35px;
  z-index: 3;
  opacity: 0;
  -webkit-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
}

.home_page_hero .social-media a {
  display: inline-block;
  vertical-align: middle;
  margin-left: 30px;
  color: #fff;
  font-size: 16px;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.home_page_hero .social-media a:hover {
  color: #7a89af;
}

@media (max-width: 767px) {
  .home_page_hero .social-media a {
    display: block;
    margin-bottom: 10px;
  }
}

.scroll-down {
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 3;
  color: #fff;
  letter-spacing: 12px;
  font-size: 13px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .scroll-down {
    display: none;
  }
}

.scroll-down .chevron {
  position: absolute;
  width: 20px;
  height: 2px;
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  -webkit-animation: move 3s ease-out infinite;
  animation: move 3s ease-out infinite;
  top: 15px;
}

.scroll-down .chevron:first-child {
  -webkit-animation: move 3s ease-out 1s infinite;
  animation: move 3s ease-out 1s infinite;
}

.scroll-down .chevron:nth-child(2) {
  -webkit-animation: move 3s ease-out 2s infinite;
  animation: move 3s ease-out 2s infinite;
}

.scroll-down .chevron:before,
.scroll-down .chevron:after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #fff;
}

.scroll-down .chevron:before {
  left: 0;
  -webkit-transform: skew(0deg, 30deg);
  -ms-transform: skew(0deg, 30deg);
  transform: skew(0deg, 30deg);
}

.scroll-down .chevron:after {
  right: 0;
  width: 50%;
  -webkit-transform: skew(0deg, -30deg);
  -ms-transform: skew(0deg, -30deg);
  transform: skew(0deg, -30deg);
}

.custom-overlay-hero-content {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 5;
  color: #fff;
  height: auto !important;
  width: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .custom-overlay-hero-content {
    width: 100%;
  }
}

.custom-overlay-hero-content h4 {
  font-size: 1.25rem;
  letter-spacing: 6px;
  color: white;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-family: "Arimo", sans-serif;
  line-height: 1;
}

@media (max-width: 1200px) {
  .custom-overlay-hero-content h4 {
    font-size: calc(1.05rem + 0.26667vw);
  }
}

.custom-overlay-hero-content h4 span {
  display: inline-block;
  -webkit-transform: translateX(70px);
  -ms-transform: translateX(70px);
  transform: translateX(70px);
  opacity: 0;
}

.custom-overlay-hero-content h1 {
  font-size: 8.125rem;
  color: white;
  padding-bottom: 35px;
  position: relative;
  margin: 0 0 20px;
  line-height: 1;
  display: inline-block;
}

@media (max-width: 1200px) {
  .custom-overlay-hero-content h1 {
    font-size: calc(2.425rem + 7.6vw);
  }
}

.custom-overlay-hero-content h1::before {
  content: "";
  background: #2d56dd;
  height: 20px;
  width: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
}

.custom-overlay-hero-content h1 span {
  display: block;
  opacity: 0;
  -webkit-transform: translateX(70px);
  -ms-transform: translateX(70px);
  transform: translateX(70px);
  float: left;
}

.custom-overlay-hero-content p {
  font-size: 13.5px;
  font-weight: bold;
  line-height: 1.5;
  opacity: 0;
  -webkit-transform: translateX(50px);
  -ms-transform: translateX(50px);
  transform: translateX(50px);
}

@media (max-width: 767px) {
  .custom-overlay-hero-content p {
    display: none;
  }
}

.custom-overlay-hero-content .left-box {
  height: 100%;
  width: 100%;
  z-index: 2;
  position: relative;
}

@media (max-width: 767px) {
  .custom-overlay-hero-content .left-box {
    width: 100%;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 767px) and (max-width: 677px) {
  .custom-overlay-hero-content .left-box {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    bottom: -16%;
    z-index: 5;
  }
}

.custom-overlay-hero-content .left-box .inner {
  margin-left: 20%;
}

@media (max-width: 1023px) {
  .custom-overlay-hero-content .left-box .inner {
    margin-left: 10%;
  }
}

@media (max-width: 767px) {
  .custom-overlay-hero-content .left-box .inner {
    margin-left: 0%;
  }
}

.custom-overlay-hero-content.active h1::before {
  -webkit-animation: key0to100 0.5s forwards;
  animation: key0to100 0.5s forwards;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.custom-overlay-hero-content.active h1 span {
  -webkit-animation: fadeInLeft 1s forwards;
  animation: fadeInLeft 1s forwards;
}

.custom-overlay-hero-content.active h1 span:nth-child(1) {
  -webkit-animation-delay: 0.05s;
  animation-delay: 0.05s;
}

.custom-overlay-hero-content.active h1 span:nth-child(2) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.custom-overlay-hero-content.active h1 span:nth-child(3) {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}

.custom-overlay-hero-content.active h1 span:nth-child(4) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.custom-overlay-hero-content.active h1 span:nth-child(5) {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.custom-overlay-hero-content.active h1 span:nth-child(6) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.custom-overlay-hero-content.active h1 span:nth-child(7) {
  -webkit-animation-delay: 0.35s;
  animation-delay: 0.35s;
}

.custom-overlay-hero-content.active h1 span:nth-child(8) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.custom-overlay-hero-content.active h1 span:nth-child(9) {
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s;
}

.custom-overlay-hero-content.active h1 span:nth-child(10) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.custom-overlay-hero-content.active h1 span:nth-child(11) {
  -webkit-animation-delay: 0.55s;
  animation-delay: 0.55s;
}

.custom-overlay-hero-content.active h1 span:nth-child(12) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.custom-overlay-hero-content.active h1 span:nth-child(13) {
  -webkit-animation-delay: 0.65s;
  animation-delay: 0.65s;
}

.custom-overlay-hero-content.active h1 span:nth-child(14) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.custom-overlay-hero-content.active h1 span:nth-child(15) {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.custom-overlay-hero-content.active h1 span:nth-child(16) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.custom-overlay-hero-content.active h1 span:nth-child(17) {
  -webkit-animation-delay: 0.85s;
  animation-delay: 0.85s;
}

.custom-overlay-hero-content.active h1 span:nth-child(18) {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.custom-overlay-hero-content.active h1 span:nth-child(19) {
  -webkit-animation-delay: 0.95s;
  animation-delay: 0.95s;
}

.custom-overlay-hero-content.active h1 span:nth-child(20) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.custom-overlay-hero-content.active h1 span:nth-child(21) {
  -webkit-animation-delay: 1.05s;
  animation-delay: 1.05s;
}

.custom-overlay-hero-content.active h1 span:nth-child(22) {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}

.custom-overlay-hero-content.active h1 span:nth-child(23) {
  -webkit-animation-delay: 1.15s;
  animation-delay: 1.15s;
}

.custom-overlay-hero-content.active h1 span:nth-child(24) {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.custom-overlay-hero-content.active h1 span:nth-child(25) {
  -webkit-animation-delay: 1.25s;
  animation-delay: 1.25s;
}

.custom-overlay-hero-content.active h1 span:nth-child(26) {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}

.custom-overlay-hero-content.active h1 span:nth-child(27) {
  -webkit-animation-delay: 1.35s;
  animation-delay: 1.35s;
}

.custom-overlay-hero-content.active h1 span:nth-child(28) {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

.custom-overlay-hero-content.active h1 span:nth-child(29) {
  -webkit-animation-delay: 1.45s;
  animation-delay: 1.45s;
}

.custom-overlay-hero-content.active h1 span:nth-child(30) {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.custom-overlay-hero-content.active h1 span:nth-child(31) {
  -webkit-animation-delay: 1.55s;
  animation-delay: 1.55s;
}

.custom-overlay-hero-content.active h1 span:nth-child(32) {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}

.custom-overlay-hero-content.active h1 span:nth-child(33) {
  -webkit-animation-delay: 1.65s;
  animation-delay: 1.65s;
}

.custom-overlay-hero-content.active h1 span:nth-child(34) {
  -webkit-animation-delay: 1.7s;
  animation-delay: 1.7s;
}

.custom-overlay-hero-content.active h1 span:nth-child(35) {
  -webkit-animation-delay: 1.75s;
  animation-delay: 1.75s;
}

.custom-overlay-hero-content.active h1 span:nth-child(36) {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}

.custom-overlay-hero-content.active h1 span:nth-child(37) {
  -webkit-animation-delay: 1.85s;
  animation-delay: 1.85s;
}

.custom-overlay-hero-content.active h1 span:nth-child(38) {
  -webkit-animation-delay: 1.9s;
  animation-delay: 1.9s;
}

.custom-overlay-hero-content.active h1 span:nth-child(39) {
  -webkit-animation-delay: 1.95s;
  animation-delay: 1.95s;
}

.custom-overlay-hero-content.active h4 span {
  -webkit-animation: fadeInLeft 0.5s forwards;
  animation: fadeInLeft 0.5s forwards;
}

.custom-overlay-hero-content.active h4 span:nth-child(1) {
  -webkit-animation-delay: 0.05s;
  animation-delay: 0.05s;
}

.custom-overlay-hero-content.active h4 span:nth-child(2) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.custom-overlay-hero-content.active h4 span:nth-child(3) {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}

.custom-overlay-hero-content.active h4 span:nth-child(4) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.custom-overlay-hero-content.active h4 span:nth-child(5) {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.custom-overlay-hero-content.active h4 span:nth-child(6) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.custom-overlay-hero-content.active h4 span:nth-child(7) {
  -webkit-animation-delay: 0.35s;
  animation-delay: 0.35s;
}

.custom-overlay-hero-content.active h4 span:nth-child(8) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.custom-overlay-hero-content.active h4 span:nth-child(9) {
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s;
}

.custom-overlay-hero-content.active h4 span:nth-child(10) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.custom-overlay-hero-content.active h4 span:nth-child(11) {
  -webkit-animation-delay: 0.55s;
  animation-delay: 0.55s;
}

.custom-overlay-hero-content.active h4 span:nth-child(12) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.custom-overlay-hero-content.active h4 span:nth-child(13) {
  -webkit-animation-delay: 0.65s;
  animation-delay: 0.65s;
}

.custom-overlay-hero-content.active h4 span:nth-child(14) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.custom-overlay-hero-content.active h4 span:nth-child(15) {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.custom-overlay-hero-content.active h4 span:nth-child(16) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.custom-overlay-hero-content.active h4 span:nth-child(17) {
  -webkit-animation-delay: 0.85s;
  animation-delay: 0.85s;
}

.custom-overlay-hero-content.active h4 span:nth-child(18) {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.custom-overlay-hero-content.active h4 span:nth-child(19) {
  -webkit-animation-delay: 0.95s;
  animation-delay: 0.95s;
}

.custom-overlay-hero-content.active p {
  -webkit-animation: fadeInLeft 0.5s forwards;
  animation: fadeInLeft 0.5s forwards;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

@-webkit-keyframes dash {
  from {
    stroke-dashoffset: 100;
  }

  to {
    stroke-dashoffset: 0;
  }
}

@keyframes dash {
  from {
    stroke-dashoffset: 100;
  }

  to {
    stroke-dashoffset: 0;
  }
}

.tsg_clients {
  padding-top: 80px;
}

.tsg_clients .inner {
  width: 100%;
  overflow: hidden;
}

.tsg_clients .heading {
  color: #ebebeb;
  font-size: 7.5rem;
  display: block;
  line-height: 0.9;
  text-align: center;
}

@media (max-width: 1200px) {
  .tsg_clients .heading {
    font-size: calc(2.3rem + 6.93333vw);
  }
}

@media (max-width: 1023px) {
  .tsg_clients .heading {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    display: block;
    text-align: center;
  }
}

.tsg_clients .clients {
  display: grid;
  grid-template-columns: 19% 19% 19% 22% 21%;
  grid-template-rows: 260px 260px 260px 260px;
  grid-gap: 0;
  grid-auto-flow: dense;
  position: relative;
  top: -23px;
  width: 100%;
}

@media (max-width: 1399px) {
  .tsg_clients .clients {
    grid-template-rows: 230px 230px 230px 230px;
  }
}

@media (max-width: 1199px) {
  .tsg_clients .clients {
    grid-template-rows: 200px 200px 200px 200px;
  }
}

@media (max-width: 1023px) {
  .tsg_clients .clients {
    grid-template-columns: 20% 20% 20% 20% 20%;
    grid-template-rows: 190px 190px 190px 190px;
  }
}

@media (max-width: 899px) {
  .tsg_clients .clients {
    grid-template-columns: 25% 25% 25% 25%;
  }
}

@media (max-width: 677px) {
  .tsg_clients .clients {
    grid-template-columns: 33.33% 33.33% 33.33%;
    grid-template-rows: 190px 190px 190px 190px 190px 190px;
  }
}

@media (max-width: 575px) {
  .tsg_clients .clients {
    grid-template-columns: 50% 50%;
    grid-template-rows: 190px 190px 190px 190px 190px 190px 190px 190px;
  }
}

.tsg_clients .clients div {
  width: 100%;
  height: auto;
}

.tsg_clients .clients div.box-0 {
  grid-column-start: span 3;
  height: 100%;
  grid-row-start: span 2;
}

@media (max-width: 1023px) {
  .tsg_clients .clients div.box-0 {
    height: 380px;
  }
}

@media (max-width: 899px) {
  .tsg_clients .clients div.box-0 {
    grid-column-start: span 2;
  }
}

@media (max-width: 575px) {
  .tsg_clients .clients div.box-0 {
    grid-column-start: span 2;
  }
}

.tsg_clients .clients div.box-1 {
  grid-row-end: span 1;
  grid-column-end: span 2;
}

@media (max-width: 677px) {
  .tsg_clients .clients div.box-1 {
    grid-column-start: 1;
    grid-row-start: 3;
  }
}

.tsg_clients .clients div.box-2 {
  grid-column-start: 1;
  grid-row-start: 3;
}

@media (max-width: 899px) {
  .tsg_clients .clients div.box-2 {
    grid-column-start: 3;
    grid-row-start: 2;
  }
}

@media (max-width: 677px) {
  .tsg_clients .clients div.box-2 {
    grid-column-end: 3;
    grid-row-start: 1;
  }
}

@media (max-width: 575px) {
  .tsg_clients .clients div.box-2 {
    grid-column-start: 1;
    grid-row-start: 4;
    grid-column-end: 1;
  }
}

.tsg_clients .clients div.box-3 {
  grid-column-start: 2;
  grid-row-start: 3;
}

@media (max-width: 677px) {
  .tsg_clients .clients div.box-3 {
    grid-row-start: 4;
  }
}

.tsg_clients .clients div.box-4 {
  grid-row-start: 3;
  grid-column-start: 3;
}

@media (max-width: 677px) {
  .tsg_clients .clients div.box-4 {
    grid-row-start: 4;
  }
}

@media (max-width: 575px) {
  .tsg_clients .clients div.box-4 {
    grid-column-start: 1;
    grid-row-start: 5;
  }
}

.tsg_clients .clients div.box-5 {
  grid-column-start: 4;
  grid-row-start: span 2;
}

@media (max-width: 677px) {
  .tsg_clients .clients div.box-5 {
    grid-column-end: 3;
    grid-row-start: span 2;
  }
}

@media (max-width: 575px) {
  .tsg_clients .clients div.box-5 {
    grid-column-start: 2;
    grid-row-start: 7;
    grid-row-end: 9;
  }
}

.tsg_clients .clients div.box-6 {
  grid-column-start: 5;
  grid-row-start: 2;
}

@media (max-width: 677px) {
  .tsg_clients .clients div.box-6 {
    grid-column-start: 1;
    grid-row-start: 6;
  }
}

.tsg_clients .clients div.box-7 {
  grid-column-end: span 2;
  grid-row-end: 5;
  grid-column-start: 2;
}

@media (max-width: 677px) {
  .tsg_clients .clients div.box-7 {
    grid-row-start: 5;
  }
}

.tsg_clients .clients div.box-8 {
  grid-column-start: 4;
  grid-row-start: 4;
}

@media (max-width: 677px) {
  .tsg_clients .clients div.box-8 {
    grid-column-start: 2;
    grid-row-start: 6;
  }
}

.tsg_clients .clients div.box-9 {
  grid-column-start: 5;
  grid-row-end: 5;
  grid-row-start: 3;
  height: 100%;
}

@media (max-width: 1023px) {
  .tsg_clients .clients div.box-9 {
    height: 380px;
  }
}

@media (max-width: 899px) {
  .tsg_clients .clients div.box-9 {
    grid-column-start: 1;
    grid-row-start: 3;
  }
}

@media (max-width: 677px) {
  .tsg_clients .clients div.box-9 {
    grid-row-start: 4;
  }
}

@media (max-width: 575px) {
  .tsg_clients .clients div.box-9 {
    grid-row-start: 7;
    grid-row-end: 8;
  }
}

.tsg_clients .clients .single-box {
  position: relative;
}

.tsg_clients .clients .single-box .overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  opacity: 0;
  background: rgba(8, 30, 53, 0.8);
  z-index: -1;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.tsg_clients .clients .single-box .overlay span {
  display: block;
  color: #2a9ca6;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
  width: 100%;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s, -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease, opacity 0.3s;
  transition: transform 0.3s ease, opacity 0.3s;
  transition: transform 0.3s ease, opacity 0.3s, -webkit-transform 0.3s ease;
  opacity: 0;
}

.tsg_clients .clients .single-box .overlay span.title {
  font-size: 18px;
  line-height: 1.2;
  color: white;
  text-transform: uppercase;
}

.tsg_clients .clients .single-box .overlay span.plus {
  color: #fff;
  font-size: 44px;
  line-height: 1;
  font-weight: normal;
}

.tsg_clients .clients .single-box .overlay:hover {
  opacity: 1;
  z-index: 1;
}

.tsg_clients .clients .single-box .overlay:hover span {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.tsg_clients .clients .single-box .overlay:hover span:nth-child(1) {
  -webkit-transition-delay: 0.05s;
  -o-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

.tsg_clients .clients .single-box .overlay:hover span:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.tsg_clients .clients .single-box .overlay:hover span:nth-child(3) {
  -webkit-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.tsg_clients .clients .single-box .overlay:hover span:nth-child(4) {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.tsg_clients .clients .single-box .overlay:hover span:nth-child(5) {
  -webkit-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.tsg_clients .clients .single-box .overlay:hover span:nth-child(6) {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.tsg_clients .clients .single-box .overlay:hover span:nth-child(7) {
  -webkit-transition-delay: 0.35s;
  -o-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.tsg_clients .clients .single-box .overlay:hover span:nth-child(8) {
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.tsg_clients .clients .single-box .overlay:hover span:nth-child(9) {
  -webkit-transition-delay: 0.45s;
  -o-transition-delay: 0.45s;
  transition-delay: 0.45s;
}

.about_us {
  padding: 140px 0 135px;
}

@media (max-width: 767px) {
  .about_us {
    padding: 100px 0;
  }
}

.about_us .wrapper {
  max-width: 790px;
  width: 92%;
  margin: 0 auto;
  position: relative;
}

.about_us .wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  width: 0;
  height: 100%;
  background: #2d56dd;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}

.about_us.is_on_screen .wrapper::before {
  width: 20px;
}

.about_us .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.about_us .inner .header {
  width: 27%;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 35px;
}

.about_us .inner .header .heading {
  font-size: 57px;
  line-height: 1.2;
  padding: 0;
  margin: 0;
}

@media (max-width: 767px) {
  .about_us .inner .header .heading br {
    display: none;
  }
}

@media (max-width: 767px) {
  .about_us .inner .header {
    width: 100%;
    padding-left: 25px;
  }
}

.about_us .inner .content {
  width: 73%;
  font-size: 16px;
  line-height: 1.7;
}

.about_us .inner .content p {
  line-height: 1.7;
}

@media (max-width: 767px) {
  .about_us .inner .content {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 25px;
  }
}

.about_us .inner .content .link {
  padding-top: 25px;
}

.about_us .inner .content .link a {
  display: inline-block;
  padding-bottom: 10px;
  position: relative;
  color: #000;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
}

.about_us .inner .content .link a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 3px;
  background: #2d56dd;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
  bottom: 0;
  left: 0;
}

.about_us .inner .content .link a:hover::after {
  width: 100%;
}

.home_links {
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}

@media (max-width: 1023px) {
  .home_links {
    background-size: contain;
  }
}

.home_links .wrapper {
  width: 100%;
  max-width: 100%;
}

.home_links .inner {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 677px) {
  .home_links .inner {
    max-width: 280px;
  }
}

.home_links .single-image {
  width: 33%;
  height: 0;
  padding-bottom: 51%;
  position: relative;
}

@media (max-width: 677px) {
  .home_links .single-image {
    width: 100%;
    height: 430px;
    padding: 0;
  }
}

.home_links .single-image:nth-child(1) {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.home_links .single-image:nth-child(2) {
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.home_links .single-image:nth-child(3) {
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.home_links .single-image:nth-child(4) {
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.home_links .single-image a {
  display: block;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
}

.home_links .single-image .image-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.home_links .single-image .image-canvas img {
  display: none;
}

.home_links .single-image .image-canvas canvas {
  width: 100%;
  height: 100%;
  cursor: inherit;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(25px);
  -ms-transform: translateY(25px);
  transform: translateY(25px);
  -webkit-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

.home_links .single-image h3 {
  color: #000;
  font-size: 3rem;
  line-height: 1.3;
  margin: 0;
  padding: 0;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 1200px) {
  .home_links .single-image h3 {
    font-size: calc(1.4rem + 2.13333vw);
  }
}

.home_links .single-image h3::after {
  content: "";
  position: absolute;
  bottom: -100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background: #2d56dd;
  width: 6px;
  height: 44px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.home_links .single-image .cta-baloon {
  left: 50%;
  bottom: 20%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
}

.home_links .single-image .cta-baloon .cta-baloon__content {
  position: relative;
  width: 60px;
  height: 60px;
  display: inline-block;
  text-align: center;
  line-height: 60px;
}

.home_links .single-image .cta-baloon .cta-baloon__content svg {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) scale(0.5);
  -ms-transform: translate(-50%, -50%) scale(0.5);
  transform: translate(-50%, -50%) scale(0.5);
  -webkit-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

.home_links .single-image .cta-baloon .cta-baloon__content i {
  opacity: 0;
  color: #fff;
  -webkit-transition: opacity .25s ease-out 1s;
  -o-transition: opacity .25s ease-out 1s;
  transition: opacity .25s ease-out 1s;
}

.home_links .single-image:hover .image-canvas canvas {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.home_links .single-image:hover h3 {
  color: #fff;
}

.home_links .single-image:hover h3::after {
  bottom: -130%;
  opacity: 0;
}

.home_links .single-image:hover .cta-baloon__content svg {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -webkit-transition: all .25s ease-out .5s;
  -o-transition: all .25s ease-out .5s;
  transition: all .25s ease-out .5s;
}

.home_links .single-image:hover .cta-baloon__content i {
  opacity: 1;
}

@media (max-width: 767px) {
  .home_links .single-image .image-canvas canvas {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  .home_links .single-image h3 {
    color: #fff;
  }

  .home_links .single-image h3::after {
    bottom: -130%;
    opacity: 0;
  }

  .home_links .single-image .cta-baloon .cta-baloon__content svg {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    -webkit-transition: all .25s ease-out .5s;
    -o-transition: all .25s ease-out .5s;
    transition: all .25s ease-out .5s;
  }

  .home_links .single-image .cta-baloon .cta-baloon__content i {
    opacity: 1;
  }
}

.instagram_section {
  padding: 150px 0 115px;
  overflow: hidden;
  position: relative;
}

.instagram_section h2.heading {
  font-size: 3.5625rem;
  line-height: 1.2;
  color: #000;
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 45px;
  display: inline-block;
}

@media (max-width: 1200px) {
  .instagram_section h2.heading {
    font-size: calc(1.5125rem + 2.73333vw);
  }
}

.instagram_section h2.heading::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #2d56dd;
  width: 64%;
  height: 6px;
}

.instagram_section .images-wrapper .single {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%;
  padding: 0 20px;
}

.instagram_section .images-wrapper .single .figure {
  line-height: 0;
  margin-bottom: 45px;
}

.instagram_section .images-wrapper .single .figure a {
  display: block;
  width: 100%;
  padding-bottom: 100%;
  background-size: cover;
  background-position: center;
}

@media (max-width: 575px) {
  .instagram_section .images-wrapper .single .figure img {
    display: inline-block;
  }
}

.instagram_section .images-wrapper .single .content {
  padding: 0 15px;
}

.instagram_section .slick-list {
  overflow: visible;
}

.instagram_section .slick-arrow {
  position: absolute;
  top: -40px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  font-size: 0px;
  color: #2d56dd;
  overflow: hidden;
}

.instagram_section .slick-arrow::after {
  font-family: FontAwesome;
  font-size: 30px;
}

.instagram_section .slick-arrow.slick-prev {
  right: 40px;
}

.instagram_section .slick-arrow.slick-prev::after {
  content: "\F104";
}

.instagram_section .slick-arrow.slick-next {
  right: 15px;
}

.instagram_section .slick-arrow.slick-next::after {
  content: "\F105";
}

.contact_page {
  height: 100vh;
  width: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

@media (max-width: 1023px) {
  .contact_page {
    height: auto;
  }
}

.contact_page .logoContactPage {
  position: absolute;
  left: 30px;
  top: 20px;
}

.contact_page .contact_page_inner {
  display: none;
}

@media (max-width: 1024px) {
  .contact_page .contact_page_inner {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
  }
}

.contact_page .wrapper {
  max-width: 992px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  z-index: 2;
  position: relative;
}

.contact_page .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.contact_page .left-box {
  width: 59%;
}

@media (max-width: 1023px) {
  .contact_page .left-box {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 200px;
  }
}

.contact_page .left-box .header {
  padding-left: 50px;
  position: relative;
  max-width: 380px;
  margin-bottom: 50px;
}

@media (max-width: 1023px) {
  .contact_page .left-box .header {
    margin-bottom: 30px;
  }
}

.contact_page .left-box .header h2 {
  font-size: 3.5rem;
  line-height: 1.25;
  padding: 15px 0;
}

@media (max-width: 1200px) {
  .contact_page .left-box .header h2 {
    font-size: calc(1.5rem + 2.66667vw);
  }
}

@media (max-width: 1024px) {
  .contact_page .left-box .header h2 {
    color: white;
  }
}

@media (max-height: 800px) {
  .contact_page .left-box .header h2 {
    font-size: 2.875rem;
  }
}

@media (max-height: 800px) and (max-width: 1200px) {
  .contact_page .left-box .header h2 {
    font-size: calc(1.375rem + 2vw);
  }
}

@media (max-height: 700px) {
  .contact_page .left-box .header h2 {
    font-size: 2.5rem;
  }
}

@media (max-height: 700px) and (max-width: 1200px) {
  .contact_page .left-box .header h2 {
    font-size: calc(1.3rem + 1.6vw);
  }
}

.contact_page .left-box .header::after {
  width: 20px;
  background: #2d56dd;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}

.contact_page .left-box .mail-box {
  font-size: 2.25rem;
  text-transform: uppercase;
  line-height: 1;
  padding-left: 50px;
  font-family: "Oswald", sans-serif;
  padding-bottom: 80px;
  text-transform: uppercase;
}

@media (max-width: 1200px) {
  .contact_page .left-box .mail-box {
    font-size: calc(1.25rem + 1.33333vw);
  }
}

@media (max-width: 677px) {
  .contact_page .left-box .mail-box {
    font-size: 20px;
  }
}

@media (max-height: 800px) {
  .contact_page .left-box .mail-box {
    font-size: 1.875rem;
  }
}

@media (max-height: 800px) and (max-width: 1200px) {
  .contact_page .left-box .mail-box {
    font-size: calc(1.175rem + 0.93333vw);
  }
}

@media (max-width: 1024px) {
  .contact_page .left-box .mail-box a {
    color: white;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  }
}

.contact_page .left-box .mail-box a:hover {
  color: #2d56dd;
}

.contact_page .right-box {
  width: 41%;
}

@media (max-width: 1023px) {
  .contact_page .right-box {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.contact_page .right-box .form-wrapper {
  background: rgba(45, 86, 221, 0.9);
  padding: 50px 60px 40px 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 1399px) {
  .contact_page .right-box .form-wrapper {
    position: relative;
    left: -10%;
  }
}

@media (max-width: 1199px) {
  .contact_page .right-box .form-wrapper {
    position: relative;
    left: -5%;
  }
}

@media (max-width: 1023px) {
  .contact_page .right-box .form-wrapper {
    max-width: 500px;
    width: 100%;
    margin: 0 auto 50px;
    left: 0;
  }
}

@media (max-width: 677px) {
  .contact_page .right-box .form-wrapper {
    padding: 30px;
  }
}

@media (max-width: 575px) {
  .contact_page .right-box .form-wrapper {
    margin-bottom: 0;
  }
}

.contact_page .right-box .form-wrapper .wpcf7-form-control-wrap {
  display: block;
  margin: 0 0 16px;
}

.contact_page .right-box .form-wrapper .wpcf7-text,
.contact_page .right-box .form-wrapper .wpcf7-textarea {
  color: #fff;
  background: none;
  border: none;
  padding: 0;
  font-family: "Oswald", sans-serif;
  font-size: 3.5rem;
  line-height: 1.36;
  width: 100%;
  text-transform: uppercase;
}

@media (max-width: 1200px) {
  .contact_page .right-box .form-wrapper .wpcf7-text,
  .contact_page .right-box .form-wrapper .wpcf7-textarea {
    font-size: calc(1.5rem + 2.66667vw);
  }
}

.contact_page .right-box .form-wrapper .wpcf7-text::-webkit-input-placeholder,
.contact_page .right-box .form-wrapper .wpcf7-textarea::-webkit-input-placeholder {
  color: #8ba5f6;
}

.contact_page .right-box .form-wrapper .wpcf7-text::-ms-input-placeholder,
.contact_page .right-box .form-wrapper .wpcf7-textarea::-ms-input-placeholder {
  color: #8ba5f6;
}

.contact_page .right-box .form-wrapper .wpcf7-text::placeholder,
.contact_page .right-box .form-wrapper .wpcf7-textarea::placeholder {
  color: #8ba5f6;
}

@media (max-height: 800px) {
  .contact_page .right-box .form-wrapper .wpcf7-text,
  .contact_page .right-box .form-wrapper .wpcf7-textarea {
    font-size: 2.875rem;
  }
}

@media (max-height: 800px) and (max-width: 1200px) {
  .contact_page .right-box .form-wrapper .wpcf7-text,
  .contact_page .right-box .form-wrapper .wpcf7-textarea {
    font-size: calc(1.375rem + 2vw);
  }
}

@media (max-height: 700px) {
  .contact_page .right-box .form-wrapper .wpcf7-text,
  .contact_page .right-box .form-wrapper .wpcf7-textarea {
    font-size: 2.25rem;
  }
}

@media (max-height: 700px) and (max-width: 1200px) {
  .contact_page .right-box .form-wrapper .wpcf7-text,
  .contact_page .right-box .form-wrapper .wpcf7-textarea {
    font-size: calc(1.25rem + 1.33333vw);
  }
}

.contact_page .right-box .form-wrapper .wpcf7-textarea {
  height: 76px;
  margin-bottom: 40px;
  resize: none;
  overflow: hidden;
}

.contact_page .right-box .form-wrapper .wpcf7-textarea::-webkit-scrollbar {
  display: none;
}

@media (max-height: 800px) {
  .contact_page .right-box .form-wrapper .wpcf7-textarea {
    height: 62px;
    margin-bottom: 30px;
  }
}

@media (max-height: 700px) {
  .contact_page .right-box .form-wrapper .wpcf7-textarea {
    height: 48px;
    margin-bottom: 20px;
  }
}

.contact_page .right-box .form-wrapper .wpcf7-submit {
  background: none;
  border: none;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  padding: 0 0 10px;
  font-family: "Oswald", sans-serif;
  cursor: pointer;
}

.contact_page .right-box .form-wrapper .submitClass {
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.contact_page .right-box .form-wrapper .submitClass::after {
  width: 0%;
  position: absolute;
  height: 3px;
  background: #fff;
  content: "";
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  bottom: 0;
  left: 0;
}

.contact_page .right-box .form-wrapper .submitClass:hover::after {
  width: 100%;
}

.contact_page .right-box .form-wrapper div.wpcf7 .ajax-loader {
  position: absolute;
  right: -40px;
}

.contact_page .right-box .form-wrapper span.wpcf7-not-valid-tip {
  font-size: 10px;
}

.contact_page .right-box .form-wrapper div.wpcf7-validation-errors,
.contact_page .right-box .form-wrapper div.wpcf7-acceptance-missing {
  font-size: 12px;
  line-break: 1.5;
  background: #f7e700;
}

.contact_page .right-box .form-wrapper div.wpcf7-mail-sent-ok {
  font-size: 14px;
  line-break: 1.5;
  background: #2d56dd;
  padding: 10px;
  text-align: center;
  color: #fff;
}

body.page-id-59 footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}

@media (max-width: 1023px) {
  body.page-id-59 footer {
    position: relative;
  }
}

.home_block {
  height: 100vh;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.home_block .column {
  width: 100%;
}

@media (max-width: 767px) {
  .home_block .w50 {
    width: 100%;
  }
}

.home_block .left-box {
  margin-left: 20%;
}

@media (max-width: 767px) {
  .home_block .left-box {
    margin: 0;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 2;
  }
}

.home_block .left-box h1 {
  font-size: 8.125rem;
  color: white;
  padding-bottom: 35px;
  position: relative;
  margin: 0 0 20px;
  line-height: 1;
  display: inline-block;
}

@media (max-width: 1200px) {
  .home_block .left-box h1 {
    font-size: calc(2.425rem + 7.6vw);
  }
}

.home_block .left-box h1::before {
  content: "";
  background: #2d56dd;
  height: 20px;
  width: 0%;
  max-width: 210px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.home_block .left-box h1 span {
  display: block;
  opacity: 0;
  -webkit-transform: translateX(70px);
  -ms-transform: translateX(70px);
  transform: translateX(70px);
  float: left;
}

@media (max-width: 767px) {
  .home_block .left-box h1 {
    margin: 0 auto;
    text-align: center;
  }
}

.home_block .left-box.active h1::before {
  -webkit-animation: key0to100 1s forwards;
  animation: key0to100 1s forwards;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.home_block .left-box.active h1 span {
  -webkit-animation: fadeInLeft 1s forwards;
  animation: fadeInLeft 1s forwards;
}

.home_block .left-box.active h1 span:nth-child(1) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.home_block .left-box.active h1 span:nth-child(2) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.home_block .left-box.active h1 span:nth-child(3) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.home_block .left-box.active h1 span:nth-child(4) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.home_block .left-box.active h1 span:nth-child(5) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.home_block .left-box.active h1 span:nth-child(6) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.home_block .left-box.active h1 span:nth-child(7) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.home_block .left-box.active h1 span:nth-child(8) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.home_block .left-box.active h1 span:nth-child(9) {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.home_block .left-box.active h1 span:nth-child(10) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.home_block .left-box.active h1 span:nth-child(11) {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}

.home_block .left-box.active h1 span:nth-child(12) {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.home_block .left-box.active h1 span:nth-child(13) {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}

.home_block .left-box.active h1 span:nth-child(14) {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

.home_block .left-box.active h1 span:nth-child(15) {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.home_block .left-box.active h1 span:nth-child(16) {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}

.home_block .left-box.active h1 span:nth-child(17) {
  -webkit-animation-delay: 1.7s;
  animation-delay: 1.7s;
}

.home_block .left-box.active h1 span:nth-child(18) {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}

.home_block .left-box.active h1 span:nth-child(19) {
  -webkit-animation-delay: 1.9s;
  animation-delay: 1.9s;
}

.home_block .left-box.active h1 span:nth-child(20) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.home_block .left-box.active h1 span:nth-child(21) {
  -webkit-animation-delay: 2.1s;
  animation-delay: 2.1s;
}

.home_block .left-box.active h1 span:nth-child(22) {
  -webkit-animation-delay: 2.2s;
  animation-delay: 2.2s;
}

.home_block .left-box.active h1 span:nth-child(23) {
  -webkit-animation-delay: 2.3s;
  animation-delay: 2.3s;
}

.home_block .left-box.active h1 span:nth-child(24) {
  -webkit-animation-delay: 2.4s;
  animation-delay: 2.4s;
}

.home_block .left-box.active h1 span:nth-child(25) {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

.home_block .left-box.active h1 span:nth-child(26) {
  -webkit-animation-delay: 2.6s;
  animation-delay: 2.6s;
}

.home_block .left-box.active h1 span:nth-child(27) {
  -webkit-animation-delay: 2.7s;
  animation-delay: 2.7s;
}

.home_block .left-box.active h1 span:nth-child(28) {
  -webkit-animation-delay: 2.8s;
  animation-delay: 2.8s;
}

.home_block .left-box.active h1 span:nth-child(29) {
  -webkit-animation-delay: 2.9s;
  animation-delay: 2.9s;
}

.home_block .left-box.active h1 span:nth-child(30) {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.home_block .left-box.active h1 span:nth-child(31) {
  -webkit-animation-delay: 3.1s;
  animation-delay: 3.1s;
}

.home_block .left-box.active h1 span:nth-child(32) {
  -webkit-animation-delay: 3.2s;
  animation-delay: 3.2s;
}

.home_block .left-box.active h1 span:nth-child(33) {
  -webkit-animation-delay: 3.3s;
  animation-delay: 3.3s;
}

.home_block .left-box.active h1 span:nth-child(34) {
  -webkit-animation-delay: 3.4s;
  animation-delay: 3.4s;
}

.home_block .left-box.active h1 span:nth-child(35) {
  -webkit-animation-delay: 3.5s;
  animation-delay: 3.5s;
}

.home_block .left-box.active h1 span:nth-child(36) {
  -webkit-animation-delay: 3.6s;
  animation-delay: 3.6s;
}

.home_block .left-box.active h1 span:nth-child(37) {
  -webkit-animation-delay: 3.7s;
  animation-delay: 3.7s;
}

.home_block .left-box.active h1 span:nth-child(38) {
  -webkit-animation-delay: 3.8s;
  animation-delay: 3.8s;
}

.home_block .left-box.active h1 span:nth-child(39) {
  -webkit-animation-delay: 3.9s;
  animation-delay: 3.9s;
}

.home_block::after {
  content: "";
  background: rgba(20, 67, 239, 0.9);
  position: absolute;
  left: 50%;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: 1;
  opacity: 0.69;
}

@media (max-width: 767px) {
  .home_block::after {
    left: 0;
    top: 50%;
    width: 100%;
    height: 50%;
  }
}

.about_us.page_description {
  background-repeat: no-repeat;
  background-position: center center;
  padding: 130px 0 50px;
}

.about_us.page_description .wrapper {
  max-width: 670px;
}

.about_us.page_description .inner .header {
  width: 38%;
}

@media (max-width: 767px) {
  .about_us.page_description .inner .header {
    width: 100%;
    padding-left: 25px;
  }
}

.about_us.page_description .inner .header .heading {
  padding: 5px 0 15px;
}

.about_us.page_description .inner .content {
  width: 62%;
  padding: 5px 0;
}

@media (max-width: 767px) {
  .about_us.page_description .inner .content {
    width: 100%;
    padding-left: 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.media_grid {
  padding-top: 50px;
}

.media_grid .wrapper {
  max-width: 920px;
}

.media_grid .headings {
  margin-bottom: 60px;
}

.media_grid .headings a {
  display: inline-block;
  font-size: 22px;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin: 0 35px;
}

@media (max-width: 677px) {
  .media_grid .headings a {
    font-size: 20px;
    margin: 0 20px;
  }
}

@media (max-width: 575px) {
  .media_grid .headings a {
    font-size: 12px;
    margin: 0 10px;
  }
}

.media_grid .headings a span {
  display: block;
}

.media_grid .headings a span.icon {
  text-align: center;
  height: 18px;
  overflow: hidden;
  position: relative;
}

.media_grid .headings a span.icon img {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.media_grid .headings a span.icon img:nth-child(1) {
  top: 0;
}

.media_grid .headings a span.icon img:nth-child(2) {
  top: auto;
  bottom: -100%;
}

.media_grid .headings a#showAll span.icon {
  visibility: hidden;
}

.media_grid .headings a:hover {
  color: #2d56dd;
}

.media_grid .headings a:hover .icon img:nth-child(1) {
  top: -100%;
}

.media_grid .headings a:hover .icon img:nth-child(2) {
  bottom: 0;
}

.media_grid .grid-wrapper {
  margin-bottom: 90px;
}

.media_grid .grid-wrapper .single-row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.media_grid .grid-wrapper .single-row.type-1 .image-1 {
  width: 16.33%;
}

@media (max-width: 677px) {
  .media_grid .grid-wrapper .single-row.type-1 .image-1 {
    width: 100%;
  }
}

.media_grid .grid-wrapper .single-row.type-1 .image-3 {
  width: 50.33%;
}

@media (max-width: 677px) {
  .media_grid .grid-wrapper .single-row.type-1 .image-3 {
    width: 100%;
  }
}

.media_grid .grid-wrapper .single-row .box-grouped {
  position: relative;
  width: 33.33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.media_grid .grid-wrapper .single-row .box-grouped .single-image {
  width: 50%;
  padding-bottom: 42%;
}

.media_grid .grid-wrapper .single-row .box-grouped .single-image .overlay .desc {
  max-width: 90%;
}

@media (max-width: 677px) {
  .media_grid .grid-wrapper .single-row .box-grouped .single-image {
    width: 100%;
    padding-bottom: 55%;
    margin: 0 auto;
  }
}

@media (max-width: 677px) {
  .media_grid .grid-wrapper .single-row .box-grouped {
    width: 100%;
  }
}

.media_grid .grid-wrapper .single-row.type-2 .box-grouped .single-image:nth-child(3) {
  width: 100%;
}

.media_grid .grid-wrapper .single-row.type-3 .box-grouped .single-image:nth-child(1) {
  position: absolute;
  left: 0;
}

@media (max-width: 677px) {
  .media_grid .grid-wrapper .single-row.type-3 .box-grouped .single-image:nth-child(1) {
    position: relative;
    top: 0;
    left: 0;
    bottom: auto;
    right: auto;
  }
}

.media_grid .grid-wrapper .single-row.type-3 .box-grouped .single-image:nth-child(2) {
  position: absolute;
  left: 0;
  bottom: 0;
}

@media (max-width: 677px) {
  .media_grid .grid-wrapper .single-row.type-3 .box-grouped .single-image:nth-child(2) {
    position: relative;
    top: 0;
    left: 0;
    bottom: auto;
    right: auto;
  }
}

.media_grid .grid-wrapper .single-row.type-3 .box-grouped .single-image:nth-child(3) {
  position: absolute;
  right: 0;
  top: 0;
  padding-bottom: 84%;
}

@media (max-width: 677px) {
  .media_grid .grid-wrapper .single-row.type-3 .box-grouped .single-image:nth-child(3) {
    position: relative;
    top: 0;
    left: 0;
    bottom: auto;
    right: auto;
    padding-bottom: 55%;
  }
}

.media_grid .grid-wrapper .single-row .single-image {
  width: 33.33%;
  position: relative;
  height: 0;
  padding-bottom: 28%;
  font-family: "Oswald", sans-serif;
  color: white;
  text-transform: uppercase;
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.media_grid .grid-wrapper .single-row .single-image.hidden-single-image {
  opacity: 0;
}

@media (max-width: 677px) {
  .media_grid .grid-wrapper .single-row .single-image {
    width: 100%;
    padding-bottom: 55%;
    margin: 0 auto;
  }
}

.media_grid .grid-wrapper .single-row .single-image a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.media_grid .grid-wrapper .single-row .single-image a .date {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 9px;
  line-height: 1;
  color: white;
  z-index: 3;
}

.media_grid .grid-wrapper .single-row .single-image a .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(45, 86, 221, 0.67);
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.media_grid .grid-wrapper .single-row .single-image a .overlay .desc {
  font-size: 9px;
  line-height: 1.5;
  padding: 0 14px 14px 14px;
  max-width: 60%;
  color: white;
}

.media_grid .grid-wrapper .single-row .single-image a .overlay .catego {
  font-size: 8px;
  line-height: 1;
  font-style: italic;
  padding: 0 14px 14px 14px;
  color: white;
}

.media_grid .grid-wrapper .single-row .single-image a:hover {
  color: white;
}

.media_grid .grid-wrapper .single-row .single-image a:hover .overlay {
  z-index: 2;
  opacity: 1;
}

.media_grid .grid-wrapper .single-row .single-image a:hover .iconType {
  display: none;
}

.media_grid .grid-wrapper .single-row .single-image .iconType {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.service_grid .description {
  margin: 90px 0 120px;
  background-position: center center;
  background-size: auto;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 200px;
}

.service_grid .description .inner {
  max-width: 540px;
  width: 100%;
  font-size: 16px;
  line-height: 1.6;
  color: #353535;
  text-align: center;
}

.service_grid .services-wrap {
  width: 100%;
  max-width: 1234px;
  margin: 0 auto;
}

.service_grid .services-wrap .single-service {
  padding: 0 0 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.service_grid .services-wrap .single-service .left-box {
  width: 45%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media (max-width: 867px) {
  .service_grid .services-wrap .single-service .left-box {
    width: 100%;
    margin: 0 0 30px;
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
}

.service_grid .services-wrap .single-service .left-box .inner {
  margin: 0 15%;
  width: 70%;
  position: relative;
  padding: 0 0 0 25px;
  opacity: 0;
  -webkit-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  transform: translateX(-30px);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.service_grid .services-wrap .single-service .left-box .inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: -17px;
  width: 0;
  height: 122px;
  background: #2d56dd;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}

.service_grid .services-wrap .single-service .left-box .inner h2 {
  font-size: 3.75rem;
  padding: 0 0 14px;
  margin: 0;
  font-weight: normal;
  color: black;
  line-height: 1.2;
  font-family: "Oswald", sans-serif;
}

@media (max-width: 1200px) {
  .service_grid .services-wrap .single-service .left-box .inner h2 {
    font-size: calc(1.55rem + 2.93333vw);
  }
}

.service_grid .services-wrap .single-service .left-box .inner .content {
  font-size: 16px;
  line-height: 1.5;
  color: #353535;
}

.service_grid .services-wrap .single-service .right-box {
  width: 55%;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
  opacity: 0;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

@media (max-width: 867px) {
  .service_grid .services-wrap .single-service .right-box {
    width: 100%;
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
}

.service_grid .services-wrap .single-service .right-box img {
  max-width: 47%;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.service_grid .services-wrap .single-service .right-box img.image-1 {
  margin-top: 40px;
  float: left;
}

.service_grid .services-wrap .single-service .right-box img.image-2 {
  float: right;
}

.service_grid .services-wrap .single-service .right-box img:hover {
  -webkit-filter: grayscale(0%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}

.service_grid .services-wrap .single-service.is_on_screen .inner {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.service_grid .services-wrap .single-service.is_on_screen .inner::before {
  width: 17px;
}

.service_grid .services-wrap .single-service.is_on_screen .right-box {
  opacity: 1;
}

.service_grid .services-wrap .single-service.left-images .left-box {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.service_grid .services-wrap .single-service.left-images .left-box .inner {
  text-align: right;
  padding: 0 25px 0 0;
}

.service_grid .services-wrap .single-service.left-images .left-box .inner::before {
  left: auto;
  right: -17px;
}

.service_grid .services-wrap .single-service.left-images .right-box {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.service_grid .services-wrap .single-service.left-images .right-box .image-1 {
  margin-top: 0px;
}

.service_grid .services-wrap .single-service.left-images .right-box .image-2 {
  margin-top: 40px;
}

.footer_form .wrapper {
  max-width: 880px;
  width: 100%;
}

.footer_form .form-wrapper {
  background: #2d56dd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -85px;
}

.footer_form .form-wrapper .left-box {
  width: 50%;
  padding: 55px 10px 50px 125px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid #8ca5f7;
}

@media (max-width: 900px) {
  .footer_form .form-wrapper .left-box {
    padding: 55px 10px 50px 50px;
  }
}

@media (max-width: 600px) {
  .footer_form .form-wrapper .left-box {
    padding: 30px 10px 30px 20px;
  }
}

.footer_form .form-wrapper .left-box p {
  font-size: 16px;
  line-height: 1;
  color: #8ca5f7;
  margin-bottom: 15px;
}

.footer_form .form-wrapper .left-box p:nth-child(2) {
  margin: 0;
}

.footer_form .form-wrapper .left-box .wpcf7-submit {
  font-family: "Oswald", sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 1.5;
  background: none;
  border: none;
  border-bottom: 3px solid #fff;
  padding: 0;
}

.footer_form .form-wrapper .right-box {
  width: 50%;
  padding: 55px 10px 50px 55px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 600px) {
  .footer_form .form-wrapper .right-box {
    padding: 30px 10px 30px 20px;
  }
}

.footer_form .form-wrapper .right-box .wpcf7-text {
  color: #fff;
  font-size: 3.5rem;
  font-family: "Oswald", sans-serif;
  line-height: 65px;
  border: none;
  background: none;
  padding: 0;
  width: 80%;
  text-transform: normal;
}

@media (max-width: 1200px) {
  .footer_form .form-wrapper .right-box .wpcf7-text {
    font-size: calc(1.5rem + 2.66667vw);
  }
}

.footer_form .form-wrapper .right-box .wpcf7-text::-webkit-input-placeholder {
  color: #8ca5f7;
  text-transform: uppercase;
}

.footer_form .form-wrapper .right-box .wpcf7-text::-ms-input-placeholder {
  color: #8ca5f7;
  text-transform: uppercase;
}

.footer_form .form-wrapper .right-box .wpcf7-text::placeholder {
  color: #8ca5f7;
  text-transform: uppercase;
}

.footer_form .form-wrapper .right-box .wpcf7-text.wpcf7-not-valid {
  color: rgba(255, 0, 0, 0.3);
}

.footer_form .form-wrapper .right-box .wpcf7-text.wpcf7-not-valid::-webkit-input-placeholder {
  color: rgba(255, 0, 0, 0.3);
}

.footer_form .form-wrapper .right-box .wpcf7-text.wpcf7-not-valid::-ms-input-placeholder {
  color: rgba(255, 0, 0, 0.3);
}

.footer_form .form-wrapper .right-box .wpcf7-text.wpcf7-not-valid::placeholder {
  color: rgba(255, 0, 0, 0.3);
}

.footer_form .form-wrapper .right-box span.wpcf7-not-valid-tip {
  display: none !important;
}

.footer_form div.wpcf7-response-output {
  display: none !important;
}

body.page-id-52 footer {
  padding-top: 135px;
}


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