@charset "UTF-8";
/*
Theme Name: Theme_Name
Theme URI: Theme_URL
Author: 
Author URI: 
Description: Description_Text
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Tag1,Tag2
Text Domain: Domain_Text
x
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
*,
*:before,
*:after {
  box-sizing: border-box;
}

* {
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
}

a {
  text-decoration: none;
}

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

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
  overflow-y: scroll;
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  line-height: normal;
}

body {
  margin: 0;
}

iframe {
  border-style: none;
  border: none;
  width: inherit;
  display: block;
  position: relative;
}

a:focus {
  outline: none;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: normal;
  -webkit-appearance: none;
}

blockquote {
  margin: 0;
}

dfn {
  font-style: italic;
}

hr {
  box-sizing: content-box;
  display: block;
  border-style: none;
  height: 2px;
  background: #dfdfdf;
  margin: 1.5em 0;
  width: 80%;
}

mark {
  background: #ff0;
  color: #000;
}

p,
pre {
  margin: 1em 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl,
menu,
ol,
ul {
  margin: 0;
}

dd {
  margin: 0;
}

menu,
ol,
ul {
  padding: 0;
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid gray;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  border-style: none;
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type=checkbox],
input[type=radio] {
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

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

audio,
canvas,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

/*@use "./mixins" as *;

.container {
	width: 100%;
	margin: 0 auto;
	position: relative;
	@include clear;
}
.row {
	@include clear;
	margin-left: -$xm;
	margin-right: -$xm;
	@media screen and (max-width: $m-d) {
		margin-left: -$s;
		margin-right: -$s;
	}
}

.cell {
	width: $container;
	float: left;
	position: relative;
	padding: 0 $xm;
	@media screen and (max-width: $m-d) {
		padding: 0 $s;
	}
	&.parent {
		padding: 0;
	}
}
*/
.row {
  line-height: normal;
  clear: both;
  zoom: 1;
  margin-right: -15px;
  margin-left: -15px;
}
.row:after {
  display: table;
  content: "";
  clear: both;
  display: table;
  content: "";
  visibility: hidden;
  height: 0;
}
.row:before {
  display: table;
  content: "";
  display: table;
  content: "";
  visibility: hidden;
  height: 0;
}
.row > [class*=col_] {
  display: inline-block;
  vertical-align: top;
  padding-left: 15px;
  padding-right: 15px;
}
.row > [class*=col_].right {
  float: right;
}
.row.big-gutter {
  margin-left: -30px;
  margin-right: -30px;
}
@media (max-width: 1024px) {
  .row.big-gutter {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.row.big-gutter > [class*=col_] {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1024px) {
  .row.big-gutter > [class*=col_] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.row.middle-gutter {
  margin-left: -20px;
  margin-right: -20px;
}
@media (max-width: 1024px) {
  .row.middle-gutter {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.row.middle-gutter > [class*=col_] {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 1024px) {
  .row.middle-gutter > [class*=col_] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.row.large-gutter {
  margin-left: -40px;
  margin-right: -40px;
}
@media (max-width: 1240px) {
  .row.large-gutter {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media (max-width: 960px) {
  .row.large-gutter {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media (max-width: 767px) {
  .row.large-gutter {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.row.large-gutter > [class*=col_] {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1240px) {
  .row.large-gutter > [class*=col_] {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 960px) {
  .row.large-gutter > [class*=col_] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .row.large-gutter > [class*=col_] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.row.large-gutter2 {
  margin-left: -60px;
  margin-right: -60px;
}
@media (max-width: 1240px) {
  .row.large-gutter2 {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media (max-width: 960px) {
  .row.large-gutter2 {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media (max-width: 767px) {
  .row.large-gutter2 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.row.large-gutter2 > [class*=col_] {
  padding-left: 60px;
  padding-right: 60px;
}
@media (max-width: 1240px) {
  .row.large-gutter2 > [class*=col_] {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 960px) {
  .row.large-gutter2 > [class*=col_] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .row.large-gutter2 > [class*=col_] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.row.huge-gutter {
  margin-left: -130px;
  margin-right: -130px;
}
@media (max-width: 1240px) {
  .row.huge-gutter {
    margin-left: -70px;
    margin-right: -70px;
  }
}
@media (max-width: 960px) {
  .row.huge-gutter {
    margin-left: -50px;
    margin-right: -50px;
  }
}
@media (max-width: 920px) {
  .row.huge-gutter {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media (max-width: 767px) {
  .row.huge-gutter {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.row.huge-gutter > [class*=col_] {
  padding-left: 130px;
  padding-right: 130px;
}
@media (max-width: 1240px) {
  .row.huge-gutter > [class*=col_] {
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media (max-width: 960px) {
  .row.huge-gutter > [class*=col_] {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 920px) {
  .row.huge-gutter > [class*=col_] {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .row.huge-gutter > [class*=col_] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.row.small-gutter {
  margin-left: -10px;
  margin-right: -10px;
}
@media (max-width: 767px) {
  .row.small-gutter {
    margin-left: -5px;
    margin-right: -5px;
  }
}
.row.small-gutter > [class*=col_] {
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 767px) {
  .row.small-gutter > [class*=col_] {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.row.smaller-gutter {
  margin-left: -5px;
  margin-right: -5px;
}
.row.smaller-gutter > [class*=col_] {
  padding-left: 5px;
  padding-right: 5px;
}
.row.no-gutter {
  margin-left: 0;
  margin-right: 0;
}
.row.no-gutter > [class*=col_] {
  padding-left: 0;
  padding-right: 0;
}

.row.flex:before, .row.flex:after {
  content: none;
}

@media (max-width: 960px) {
  .row {
    margin-right: -10px;
    margin-left: -10px;
  }
  .row > [class*=col_] {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row.big-gutter {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row.big-gutter > [class*=col_] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.col_10 {
  width: 10%;
}

.col_12 {
  width: 12.5%;
}

.col_14 {
  width: 14.28%;
}

.col_15 {
  width: 15%;
}

.col_16 {
  width: 16.66%;
}

.col_18 {
  width: 18%;
}

.col_20 {
  width: 20%;
}

.col_25 {
  width: 25%;
}

.col_30 {
  width: 30%;
}

.col_33 {
  width: 33.33%;
}

.col_35 {
  width: 35%;
}

.col_40 {
  width: 40%;
}

.col_45 {
  width: 45%;
}

.col_47 {
  width: 47%;
}

.col_50 {
  width: 50%;
}

.col_53 {
  width: 53%;
}

.col_55 {
  width: 55%;
}

.col_60 {
  width: 60%;
}

.col_65 {
  width: 65%;
}

.col_66 {
  width: 66.66%;
}

.col_70 {
  width: 70%;
}

.col_75 {
  width: 75%;
}

.col_80 {
  width: 80%;
}

.col_90 {
  width: 90%;
}

.col_100 {
  width: 100%;
}

.col_auto {
  width: auto;
}

.col_centred {
  float: none;
  display: block !important;
  margin: 0 auto;
}

.flex {
  display: flex;
}

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

.flex-row {
  flex-direction: row;
}

.row-reverse {
  flex-direction: row-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

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

.justify-content-around {
  justify-content: space-around;
}

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

.flex-center {
  align-items: center;
}

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

.flex-justify-center {
  justify-content: center;
}

.flex-bottom {
  align-items: flex-end;
}

.flex-end {
  justify-content: flex-end;
}

body {
  font-size: 16px;
  font-family: "Montserrat", sans-serif, Arial, Helvetica, sans-serif;
  line-height: 1.4;
  font-weight: normal;
  color: #3b3b3b;
}
@media (max-width: 1024px) {
  body {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 400px) {
  body {
    font-size: 13px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  color: #000723;
  font-weight: 500;
}
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
  font-weight: 800;
}

h1 {
  font-size: 62px;
  line-height: 1.1;
  margin-bottom: 20px;
  color: #000723;
}
@media (max-width: 1450px) {
  h1 {
    font-size: 52px;
  }
}
@media (max-width: 1240px) {
  h1 {
    font-size: 48px;
    margin-bottom: 20px;
  }
}
@media (max-width: 960px) {
  h1 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 30px;
  }
}
@media (max-width: 640px) {
  h1 {
    font-size: 25px;
  }
}
@media (max-width: 480px) {
  h1 {
    font-size: 23px;
  }
}

h2 {
  font-size: 36px;
  line-height: 1.1;
  margin-bottom: 25px;
}
@media (max-width: 1450px) {
  h2 {
    font-size: 30px;
  }
}
@media (max-width: 960px) {
  h2 {
    font-size: 27px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 25px;
  }
}
@media (max-width: 640px) {
  h2 {
    font-size: 24px;
  }
}

h3 {
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media (max-width: 1450px) {
  h3 {
    font-size: 26px;
  }
}
@media (max-width: 960px) {
  h3 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 22px;
  }
}

h4 {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 15px;
}
@media (max-width: 1450px) {
  h4 {
    font-size: 22px;
    line-height: 1.2;
  }
}
@media (max-width: 960px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 15px;
}
@media (max-width: 1450px) {
  h5 {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 10px;
  }
}
@media (max-width: 960px) {
  h5 {
    font-size: 18px;
  }
}

h6 {
  font-size: 18px;
  line-height: 1.1;
  margin-bottom: 15px;
}
@media (max-width: 1450px) {
  h6 {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
@media (max-width: 960px) {
  h6 {
    font-size: 16px;
  }
}

p,
span,
label,
li {
  color: #000723;
  font-weight: normal;
  line-height: 1.5;
}

p {
  font-size: 16px;
  line-height: 1.4;
  margin: 15px 0;
  font-weight: 400;
}
@media (max-width: 1450px) {
  p {
    margin: 12px 0;
  }
}
@media (max-width: 1024px) {
  p {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  p {
    font-size: 14px;
  }
}
@media (max-width: 400px) {
  p {
    font-size: 13px;
  }
}
p p,
p a,
p span,
p label,
p em {
  font-size: 100%;
  margin: 0;
  color: inherit;
}
p b,
p strong {
  font-weight: bold;
}
p i,
p em {
  font-style: italic;
}
p a {
  text-decoration: underline;
  color: #000723;
}
p a:hover {
  opacity: 0.8;
}

a {
  color: inherit;
  margin: 0;
}
a:hover {
  text-decoration: underline;
}
a span {
  color: inherit;
  font-weight: inherit;
}

img,
span,
label,
a {
  display: inline-block;
}

blockquote {
  padding: 0;
  position: relative;
  margin: 20px 0;
}
@media screen and (max-width: 767px) {
  blockquote {
    margin: 15px 0;
    padding-top: 0;
  }
}
blockquote p {
  font-size: 18px;
  margin: 0;
  font-weight: normal;
  font-style: italic;
  position: relative;
  color: #000723;
  line-height: 1.6;
}
@media (max-width: 640px) {
  blockquote p {
    font-size: 16px;
  }
}

input[type=text],
input[type=email],
input[type=password],
input[type=search],
input[type=tel],
input[type=url],
input[type=number],
input[type=date],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=week],
input[type=month],
textarea,
select {
  vertical-align: middle;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-size: 16px;
  border-style: none;
  border: none;
  background: #fdfdfd;
  color: #000723;
  width: 100%;
  line-height: 1;
  padding: 15px 20px 16px 20px;
  margin-bottom: 20px;
  vertical-align: middle;
  outline: 0;
  box-sizing: border-box;
  border: 1px solid #e2e2e2;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border-radius: 4px;
}
@media (max-width: 1240px) {
  input[type=text],
  input[type=email],
  input[type=password],
  input[type=search],
  input[type=tel],
  input[type=url],
  input[type=number],
  input[type=date],
  input[type=time],
  input[type=datetime],
  input[type=datetime-local],
  input[type=week],
  input[type=month],
  textarea,
  select {
    font-size: 15px;
  }
}
@media (max-width: 1024px) {
  input[type=text],
  input[type=email],
  input[type=password],
  input[type=search],
  input[type=tel],
  input[type=url],
  input[type=number],
  input[type=date],
  input[type=time],
  input[type=datetime],
  input[type=datetime-local],
  input[type=week],
  input[type=month],
  textarea,
  select {
    font-size: 14px;
  }
}
@media (max-width: 960px) {
  input[type=text],
  input[type=email],
  input[type=password],
  input[type=search],
  input[type=tel],
  input[type=url],
  input[type=number],
  input[type=date],
  input[type=time],
  input[type=datetime],
  input[type=datetime-local],
  input[type=week],
  input[type=month],
  textarea,
  select {
    font-size: 13px;
  }
}
input[type=text]:active, input[type=text]:hover, input[type=text]:focus,
input[type=email]:active,
input[type=email]:hover,
input[type=email]:focus,
input[type=password]:active,
input[type=password]:hover,
input[type=password]:focus,
input[type=search]:active,
input[type=search]:hover,
input[type=search]:focus,
input[type=tel]:active,
input[type=tel]:hover,
input[type=tel]:focus,
input[type=url]:active,
input[type=url]:hover,
input[type=url]:focus,
input[type=number]:active,
input[type=number]:hover,
input[type=number]:focus,
input[type=date]:active,
input[type=date]:hover,
input[type=date]:focus,
input[type=time]:active,
input[type=time]:hover,
input[type=time]:focus,
input[type=datetime]:active,
input[type=datetime]:hover,
input[type=datetime]:focus,
input[type=datetime-local]:active,
input[type=datetime-local]:hover,
input[type=datetime-local]:focus,
input[type=week]:active,
input[type=week]:hover,
input[type=week]:focus,
input[type=month]:active,
input[type=month]:hover,
input[type=month]:focus,
textarea:active,
textarea:hover,
textarea:focus,
select:active,
select:hover,
select:focus {
  background: white;
  border-color: #11a0d9;
  box-shadow: inset;
}
input[type=text]:disabled,
input[type=email]:disabled,
input[type=password]:disabled,
input[type=search]:disabled,
input[type=tel]:disabled,
input[type=url]:disabled,
input[type=number]:disabled,
input[type=date]:disabled,
input[type=time]:disabled,
input[type=datetime]:disabled,
input[type=datetime-local]:disabled,
input[type=week]:disabled,
input[type=month]:disabled,
textarea:disabled,
select:disabled {
  background: #e2e2e2;
}

.select-overlay {
  position: relative;
}
.select-overlay:after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  background-image: url("images/svg/arrow-select.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  width: 11px;
  height: 10px;
}

textarea {
  line-height: 1.2;
  padding-top: 15px;
  height: 160px;
}

button[type=submit],
input[type=submit] {
  color: white;
  display: inline-block;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  line-height: 1;
  background: #11a0d9;
  font-weight: 500;
  letter-spacing: 0.06em;
  padding: 18px 20px;
  border-radius: 4px;
  line-height: 1;
  background: #11a0d9;
  line-height: 1;
  border-style: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  outline: none;
  margin-top: 20px;
  margin-bottom: 0;
}
button[type=submit].btn-arrow,
input[type=submit].btn-arrow {
  padding-right: 33px;
}
button[type=submit]:hover,
input[type=submit]:hover {
  text-decoration: none;
  background-color: #11a0d9;
}

button {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
}

select {
  height: auto;
  line-height: normal;
  outline: none;
}

textarea {
  height: 124px;
  line-height: 1.5;
  padding-top: 15px;
  margin-bottom: 20px;
}

input[type=radio],
input[type=checkbox] {
  position: relative;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  margin-bottom: 0;
  margin-right: 10px;
  margin-left: 0;
  vertical-align: top;
  border: 1px solid #e2e2e2;
  border-radius: 0;
  background: white;
  line-height: normal;
  cursor: pointer;
  margin-top: 2px;
  color: #11a0d9;
  outline: 0;
}

input[type=radio] {
  border-radius: 50%;
  border: 2px solid #000723;
}

input[type=checkbox]:checked {
  background-color: white;
}

input[type=checkbox]:checked:before {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-image: url("images/svg/checked.svg");
  width: 100%;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

input[type=checkbox]:checked + label {
  color: #000723;
}

input[type=radio]:checked:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #000723;
  display: block;
  border-radius: 50%;
  margin-top: 3px;
  margin-left: 3px;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

form {
  margin: 0;
}

fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

legend {
  white-space: normal;
  border: 0;
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

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

::-webkit-input-placeholder {
  color: #000723;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  letter-spacing: normal;
}
@media (max-width: 1240px) {
  ::-webkit-input-placeholder {
    font-size: 15px;
  }
}
@media (max-width: 1024px) {
  ::-webkit-input-placeholder {
    font-size: 14px;
  }
}
@media (max-width: 960px) {
  ::-webkit-input-placeholder {
    font-size: 13px;
  }
}

:-moz-placeholder {
  color: #000723;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  letter-spacing: normal;
}
@media (max-width: 1240px) {
  :-moz-placeholder {
    font-size: 15px;
  }
}
@media (max-width: 1024px) {
  :-moz-placeholder {
    font-size: 14px;
  }
}
@media (max-width: 960px) {
  :-moz-placeholder {
    font-size: 13px;
  }
}

::-moz-placeholder {
  color: #000723;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  letter-spacing: normal;
}
@media (max-width: 1240px) {
  ::-moz-placeholder {
    font-size: 15px;
  }
}
@media (max-width: 1024px) {
  ::-moz-placeholder {
    font-size: 14px;
  }
}
@media (max-width: 960px) {
  ::-moz-placeholder {
    font-size: 13px;
  }
}

:-ms-input-placeholder {
  color: #000723;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  letter-spacing: normal;
}
@media (max-width: 1240px) {
  :-ms-input-placeholder {
    font-size: 15px;
  }
}
@media (max-width: 1024px) {
  :-ms-input-placeholder {
    font-size: 14px;
  }
}
@media (max-width: 960px) {
  :-ms-input-placeholder {
    font-size: 13px;
  }
}

.wpcf7-not-valid-tip {
  display: none !important;
}

.wpcf7-not-valid {
  border: 1px solid red !important;
}

.wpcf7 input:hover,
.wpcf7 input:focus,
.wpcf7 select:hover,
.wpcf7 select:focus,
.wpcf7 textarea:hover,
.wpcf7 textarea:focus {
  outline: 0 !important;
  transition: all 0.3s ease;
}

.wpcf7 input[type=submit]:hover,
.wpcf7 input[type=submit]:focus {
  outline: 0 !important;
  transition: all 0.3s ease;
}

/* #END */
div.wpcf7-response-output {
  margin: 0;
  padding: 0;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing,
div.wpcf7-mail-sent-ok {
  text-align: center;
  border: 0 !important;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  color: #ff0000;
}

div.wpcf7-mail-sent-ok {
  color: #037917;
}

.wpcf7 form .wpcf7-response-output {
  margin: 10px 0;
  padding: 10px;
  text-align: center;
  font-size: 15px;
  border: none;
  border-radius: 4px;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
  /* Green */
  background: #46b450;
  color: white;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  border-color: #dc3232;
  /* Red */
  background: #dc3232;
  color: white;
}

.wpcf7 form.spam .wpcf7-response-output {
  /* Orange */
  background: #11a0d9;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  background: #dc3232;
  color: white;
}

.button,
.button-white,
.button-line {
  color: white;
  display: inline-block;
  padding: 18px 24px 18px 24px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  line-height: 1;
  background: #11a0d9;
  font-weight: 700;
  border-radius: 10px;
}
@media (max-width: 1240px) {
  .button,
  .button-white,
  .button-line {
    font-size: 14px;
  }
}
@media (max-width: 960px) {
  .button,
  .button-white,
  .button-line {
    font-size: 13px;
    padding: 15px 20px 15px 20px;
    border-radius: 5px;
  }
}
@media (max-width: 767px) {
  .button,
  .button-white,
  .button-line {
    padding: 13px 18px 13px 18px;
  }
}
@media (max-width: 640px) {
  .button,
  .button-white,
  .button-line {
    font-size: 12px;
  }
}
.button:hover,
.button-white:hover,
.button-line:hover {
  text-decoration: none;
  background-color: #11a0d9;
}

.button-gray {
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
  background: rgba(255, 255, 255, 0.3803921569);
}

.button1 {
  color: white;
  display: inline-block;
  padding: 16px 34px 16px 34px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  border-radius: 10px;
  background: linear-gradient(270deg, #0691cf 0%, #090909 100%);
  background-size: 200% 100%;
  background-position: left center;
  transition: background-position 0.8s ease;
  position: relative;
  overflow: hidden;
}
@media (max-width: 960px) {
  .button1 {
    padding: 15px 25px 15px 25px;
    border-radius: 5px;
  }
}
@media (max-width: 767px) {
  .button1 {
    padding: 13px 18px 13px 18px;
  }
}
.button1:after {
  content: "";
  position: absolute;
  inset: 0;
  background: #090909;
  opacity: 0;
  transition: opacity 0.6s ease;
  z-index: 0;
  width: 0;
}
.button1 span {
  position: relative;
  z-index: 1; /* textul rămâne deasupra */
}
.button1:hover {
  text-decoration: none;
  background-position: right center;
}
.button1:hover:after {
  opacity: 1; /* fade peste gradient */
  width: 100%;
}

.button-arrow {
  color: #11a0d9;
}
.button-arrow:hover i,
.button-arrow:hover img {
  left: 5px;
}
.button-arrow i,
.button-arrow img {
  font-size: 12px;
  position: relative;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  left: 0;
  margin-left: 10px;
}
@media (max-width: 960px) {
  .button-arrow i,
  .button-arrow img {
    font-size: 11px;
  }
}
@media (max-width: 767px) {
  .button-arrow i,
  .button-arrow img {
    font-size: 10px;
  }
}

.button-white {
  color: #000723;
  background-color: white;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
.button-white:hover {
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.26);
}

.button-line {
  border: 1px solid #11a0d9;
  padding-top: 16px;
  padding-bottom: 17px;
  color: #11a0d9;
  background-color: transparent;
}
.button-line img.hover-btn-line {
  display: none;
}
.button-line:hover {
  background-color: #11a0d9;
  color: white;
}
.button-line:hover img.hover-btn-line {
  display: inline-block;
}
.button-line:hover img.normal-btn-line {
  display: none;
}

.btn-arrow {
  padding-right: 33px;
}
.btn-arrow img {
  height: 9px;
  position: relative;
  left: 10px;
  display: inline-block !important;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
}
@media (max-width: 640px) {
  .btn-arrow img {
    margin-left: 8px;
  }
}
.btn-arrow:hover img {
  left: 15px;
}

.btn-arrow-left img {
  height: 11px;
  margin-right: 15px;
  display: inline-block !important;
}
@media (max-width: 640px) {
  .btn-arrow-left img {
    margin-right: 8px;
  }
}

.ttu-btn {
  text-transform: uppercase;
  color: #000723;
  text-decoration: underline !important;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-style: normal;
  font-family: "Nunito Sans", sans-serif;
}
.ttu-btn:hover {
  color: #11a0d9;
}

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

ul li {
  list-style: none;
}

.alignleft {
  display: inline;
  float: left;
  margin-top: 20px;
  margin-right: 30px;
}

.alignright {
  display: inline;
  float: right;
  margin-top: 20px;
  margin-left: 30px;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

@media (max-width: 768px) {
  .alignleft,
  .alignright,
  .aligncenter {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
  }
}
body {
  overflow: hidden;
  text-rendering: optimizeLegibility;
  counter-reset: item;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
}

a {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
  				  not supported by any browser */
}

.big-title {
  font-size: 48px;
}
@media (max-width: 1450px) {
  .big-title {
    font-size: 36px;
  }
}
@media (max-width: 960px) {
  .big-title {
    font-size: 36px;
  }
}
@media (max-width: 640px) {
  .big-title {
    font-size: 32px;
  }
}

.big-p {
  font-size: 19px;
  font-weight: 500;
}
@media (max-width: 1450px) {
  .big-p {
    font-size: 18px;
  }
}
@media (max-width: 960px) {
  .big-p {
    font-size: 16px;
  }
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
@media (max-width: 1450px) {
  .container {
    padding: 0 50px;
    max-width: 1160px;
  }
}
@media (max-width: 767px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.hero-template .hero-inner-image {
  left: 0;
  text-align: left;
  right: auto;
  justify-content: flex-start;
}
.hero-template .hero-inner-text {
  margin-left: auto;
  margin-right: auto;
}

.the-content img {
  max-height: 100%;
  height: auto;
}
.the-content table td,
.the-content table th {
  padding: 10px;
  text-align: left;
  border: 1px solid #e1e1e1;
}
.the-content h2,
.the-content h3,
.the-content h4,
.the-content h5,
.the-content h6 {
  margin-top: 30px;
  letter-spacing: -0.01em;
}
@media (max-width: 960px) {
  .the-content h2,
  .the-content h3,
  .the-content h4,
  .the-content h5,
  .the-content h6 {
    margin-top: 20px;
  }
}
.the-content p,
.the-content span,
.the-content label,
.the-content li {
  color: #3b3b3b;
  font-weight: 400;
}
@media (max-width: 1450px) {
  .the-content p,
  .the-content span,
  .the-content label,
  .the-content li {
    font-size: 16px;
    line-height: 1.6;
  }
}
@media (max-width: 1024px) {
  .the-content p,
  .the-content span,
  .the-content label,
  .the-content li {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .the-content p,
  .the-content span,
  .the-content label,
  .the-content li {
    font-size: 14px;
  }
}
@media (max-width: 400px) {
  .the-content p,
  .the-content span,
  .the-content label,
  .the-content li {
    font-size: 13px;
  }
}
.the-content p a {
  color: #000723;
}
.the-content p a:hover {
  text-decoration: underline;
}
.the-content blockquote p {
  font-size: 24px;
  line-height: 1.4;
  margin: 0;
  font-weight: 700;
  position: relative;
  font-style: normal;
  color: #11a0d9;
}
@media (max-width: 1450px) {
  .the-content blockquote p {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .the-content blockquote p {
    font-size: 18px;
  }
}
.the-content ul,
.the-content ol {
  position: relative;
  margin: 20px 0;
  overflow: hidden;
  clear: both;
  display: block;
}
@media screen and (max-width: 480px) {
  .the-content ul,
  .the-content ol {
    margin: 15px 0;
  }
}
.the-content ul ul,
.the-content ul ol,
.the-content ol ul,
.the-content ol ol {
  margin: 0 0 0 20px;
}
.the-content li {
  margin: 2px 0;
  display: block;
  position: relative;
}
.the-content li strong {
  font-weight: 700;
}
.the-content li em {
  font-style: italic;
}
.the-content li a {
  text-decoration: underline;
}
.the-content iframe {
  width: 100%;
  height: 553px;
}
@media (max-width: 1240px) {
  .the-content iframe {
    height: 400px;
  }
}
@media (max-width: 960px) {
  .the-content iframe {
    height: 320px;
  }
}
@media (max-width: 640px) {
  .the-content iframe {
    height: 280px;
  }
}
.the-content h2 {
  font-size: 36px;
}
@media (max-width: 1450px) {
  .the-content h2 {
    font-size: 30px;
  }
}
@media (max-width: 960px) {
  .the-content h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .the-content h2 {
    font-size: 25px;
  }
}
@media (max-width: 640px) {
  .the-content h2 {
    font-size: 22px;
  }
}
.the-content h3 {
  font-size: 30px;
}
@media (max-width: 1450px) {
  .the-content h3 {
    font-size: 26px;
  }
}
@media (max-width: 960px) {
  .the-content h3 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .the-content h3 {
    font-size: 20px;
  }
}
.the-content h4 {
  font-size: 24px;
}
@media (max-width: 1450px) {
  .the-content h4 {
    font-size: 22px;
  }
}
@media (max-width: 960px) {
  .the-content h4 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .the-content h4 {
    font-size: 18px;
  }
}
.the-content h5 {
  font-size: 20px;
}
@media (max-width: 1450px) {
  .the-content h5 {
    font-size: 18px;
  }
}
@media (max-width: 960px) {
  .the-content h5 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .the-content h5 {
    font-size: 16px;
  }
}
.the-content h6 {
  font-size: 18px;
}
@media (max-width: 1450px) {
  .the-content h6 {
    font-size: 16px;
  }
}
@media (max-width: 960px) {
  .the-content h6 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .the-content h6 {
    font-size: 15px;
  }
}
.the-content ul {
  list-style-type: none;
}
.the-content ul li:before {
  content: "";
  display: block;
  border-radius: 100%;
  position: absolute;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #000723;
  top: 10px;
}
.the-content ul li {
  margin-top: 10px;
  padding-left: 25px;
}
@media (max-width: 640px) {
  .the-content ul li {
    padding-left: 18px;
  }
}
.the-content ol li {
  color: #3b3b3b;
  counter-increment: my-counter;
  padding-left: 25px;
  margin-top: 10px;
}
@media (max-width: 640px) {
  .the-content ol li {
    padding-left: 18px;
  }
}
.the-content ol li:before {
  content: counter(my-counter) ".";
  color: #000000;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}
.the-content li a {
  text-decoration: underline;
}

.the-content-large p {
  font-size: 24px;
  color: #040d35;
}
@media (max-width: 1450px) {
  .the-content-large p {
    font-size: 22px;
    line-height: 1.4;
  }
}
@media (max-width: 1240px) {
  .the-content-large p {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .the-content-large p {
    font-size: 18px;
  }
}
@media (max-width: 960px) {
  .the-content-large p {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .the-content-large p {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .the-content-large p {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .the-content-large p {
    font-size: 14px;
  }
}

.the-content-middle p {
  font-size: 20px;
  color: #040d35;
}
@media (max-width: 1450px) {
  .the-content-middle p {
    font-size: 18px;
  }
}
@media (max-width: 1240px) {
  .the-content-middle p {
    font-size: 17px;
  }
}
@media (max-width: 960px) {
  .the-content-middle p {
    line-height: 1.4;
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .the-content-middle p {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .the-content-middle p {
    font-size: 14px;
  }
}

.the-content-middle2 p {
  font-size: 18px;
  color: #040d35;
}
@media (max-width: 1450px) {
  .the-content-middle2 p {
    font-size: 17px;
  }
}
@media (max-width: 1240px) {
  .the-content-middle2 p {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (max-width: 960px) {
  .the-content-middle2 p {
    font-size: 15px;
  }
}
@media (max-width: 640px) {
  .the-content-middle2 p {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .the-content-middle2 p {
    font-size: 13px;
  }
}

.svg img.svg {
  display: block;
}

img.svg {
  display: none;
}

.svg img.normal {
  display: none;
}

img {
  max-width: 100%;
}

.right {
  float: right;
}

.left {
  float: left;
}

.t-right {
  display: table;
  margin: 0 0 0 auto;
}

.show {
  display: block !important;
}

.hide {
  display: none;
}

.box-padding {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 960px) {
  .box-padding {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .box-padding {
    padding-left: 0;
    padding-right: 0;
  }
}

.p-t-xxl {
  padding-top: 110px;
}
@media screen and (max-width: 1450px) {
  .p-t-xxl {
    padding-top: 90px;
  }
}
@media screen and (max-width: 767px) {
  .p-t-xxl {
    padding-top: 50px;
  }
}

.p-t-xl {
  padding-top: 90px;
}
@media screen and (max-width: 960px) {
  .p-t-xl {
    padding-top: 50px;
  }
}

.p-b-xl {
  padding-bottom: 90px;
}
@media screen and (max-width: 960px) {
  .p-b-xl {
    padding-bottom: 50px;
  }
}

.p-b-xxl {
  padding-bottom: 110px;
}
@media screen and (max-width: 1450px) {
  .p-b-xxl {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 767px) {
  .p-b-xxl {
    padding-bottom: 50px;
  }
}

.p-v-xxl {
  padding-top: 110px;
  padding-bottom: 110px;
}
@media screen and (max-width: 1450px) {
  .p-v-xxl {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 960px) {
  .p-v-xxl {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 767px) {
  .p-v-xxl {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.p-v-xl {
  padding-top: 90px;
  padding-bottom: 90px;
}
@media screen and (max-width: 960px) {
  .p-v-xl {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.p-v-lm {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 960px) {
  .p-v-lm {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.p-v-ml {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media screen and (max-width: 960px) {
  .p-v-ml {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.p-l-ml {
  padding-left: 25px;
}

.p-r-ml {
  padding-right: 25px;
}

.p-l-lm {
  padding-left: 50px;
}
@media screen and (max-width: 767px) {
  .p-l-lm {
    padding-left: 30px;
  }
}
@media screen and (max-width: 730px) {
  .p-l-lm {
    padding-left: 0;
  }
}

.p-r-lm {
  padding-right: 50px;
}
@media screen and (max-width: 767px) {
  .p-r-lm {
    padding-right: 30px;
  }
}
@media screen and (max-width: 730px) {
  .p-r-lm {
    padding-right: 0;
  }
}

.p-t-m {
  padding-top: 20px;
}

.p-m {
  padding: 20px;
}

.m-v-xxl {
  margin-top: 110px;
  margin-bottom: 110px;
}
@media screen and (max-width: 1450px) {
  .m-v-xxl {
    margin-top: 90px;
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 767px) {
  .m-v-xxl {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

.m-v-xl {
  margin-top: 90px;
  margin-bottom: 90px;
}
@media screen and (max-width: 960px) {
  .m-v-xl {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 480px) {
  .m-v-xl {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.m-v-lm {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 960px) {
  .m-v-lm {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.m-v-l {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .m-v-l {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.m-v-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 960px) {
  .m-v-60 {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

.m-b-70 {
  margin-bottom: 70px;
}
@media screen and (max-width: 960px) {
  .m-b-70 {
    margin-bottom: 90px;
  }
}

.m-t-xxl {
  margin-top: 110px;
}
@media screen and (max-width: 1450px) {
  .m-t-xxl {
    margin-top: 90px;
  }
}
@media screen and (max-width: 767px) {
  .m-t-xxl {
    margin-top: 50px;
  }
}

.m-t-100 {
  margin-top: 100px;
}
@media screen and (max-width: 960px) {
  .m-t-100 {
    margin-top: 60px;
  }
}

.m-t-xl {
  margin-top: 90px;
}
@media screen and (max-width: 960px) {
  .m-t-xl {
    margin-top: 50px;
  }
}

.m-b-xl {
  margin-bottom: 90px;
}
@media screen and (max-width: 960px) {
  .m-b-xl {
    margin-bottom: 30px;
  }
}

.m-b-xxl {
  margin-bottom: 110px;
}
@media screen and (max-width: 1450px) {
  .m-b-xxl {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 767px) {
  .m-b-xxl {
    margin-bottom: 50px;
  }
}

.m-t-lm {
  margin-top: 50px;
}
@media screen and (max-width: 960px) {
  .m-t-lm {
    margin-top: 30px;
  }
}

.m-b-lm {
  margin-bottom: 50px;
}
@media screen and (max-width: 960px) {
  .m-b-lm {
    margin-bottom: 30px;
  }
}

.m-t-l {
  margin-top: 30px;
}
@media screen and (max-width: 960px) {
  .m-t-l {
    margin-top: 20px;
  }
}

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

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

.m-b-l {
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  .m-b-l {
    margin-bottom: 20px;
  }
}

.m-t-0 {
  margin-top: 0;
}

.m-0 {
  margin: 0;
}
.m-0 a,
.m-0 p {
  margin: 0;
}

.a-tdu {
  text-decoration: underline;
}

.ovh:before, .ovh:after {
  content: "";
  visibility: hidden;
  height: 0;
  display: table;
}
.ovh:after {
  clear: both;
}

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

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.ttu {
  text-transform: uppercase;
}

.relative {
  position: relative;
}

.table {
  display: table;
  height: 100%;
  width: 100%;
}

.table_cell {
  display: table-cell;
  vertical-align: middle;
}

.top {
  vertical-align: top;
}

.bottom {
  vertical-align: bottom;
}

.flex {
  display: flex;
}

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

.flex-row {
  flex-direction: row;
}

.row-reverse {
  flex-direction: row-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

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

.justify-content-end {
  justify-content: flex-end;
}

.justify-content-around {
  justify-content: space-around;
}

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

.flex-center {
  align-items: center;
}

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

.flex-justify-center {
  justify-content: center;
}

.flex-bottom {
  align-items: flex-end;
}

.slick-track {
  margin-left: 0 !important;
}

.blue-bck {
  background-color: #000723;
}

.greyscale {
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.white-box {
  background-color: white;
}

.white-opacity {
  background-color: rgba(255, 255, 255, 0.1);
}

.grey-box {
  background-color: #f5f5f5;
}

.grey-box2 {
  background-color: #f8f8f8;
}

.grey-box3 {
  background-color: #fafafa;
}

.green-text {
  color: #11a0d9;
}

.blue-box {
  background-color: #11a0d9;
}

.dark-blue {
  background-color: #06123a;
}

.white-box {
  background-color: white;
}

.shadow-left {
  box-shadow: -9px 0px 14px 5px rgba(0, 0, 0, 0.13);
}

.box-shadow {
  box-shadow: 0px 0px 9px 1px rgba(131, 131, 131, 0.33);
}

.box-shadow-black {
  box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.7);
}

.white-txt p,
.white-txt span,
.white-txt a,
.white-txt h1,
.white-txt h2,
.white-txt h3,
.white-txt h4,
.white-txt h5,
.white-txt h6,
.white-txt li {
  color: white;
}

.list-unknown li:first-child:nth-last-child(1) {
  width: 100%;
}
.list-unknown li:first-child:nth-last-child(2),
.list-unknown li:first-child:nth-last-child(2) ~ li {
  width: 50%;
}
.list-unknown li:first-child:nth-last-child(3),
.list-unknown li:first-child:nth-last-child(3) ~ li {
  width: 33.3333%;
}
.list-unknown li:first-child:nth-last-child(4),
.list-unknown li:first-child:nth-last-child(4) ~ li {
  width: 25%;
}
.list-unknown li:first-child:nth-last-child(5),
.list-unknown li:first-child:nth-last-child(5) ~ li {
  width: 20%;
}

.ml-auto {
  margin-left: auto;
}

.error-wrap {
  background-color: #f8f8f8;
  padding-top: 180px;
  padding-bottom: 80px;
  overflow: hidden;
}
@media (max-width: 1240px) {
  .error-wrap {
    padding-top: 120px;
  }
}
@media (max-width: 767px) {
  .error-wrap {
    padding-bottom: 0;
  }
}

.error-text {
  max-width: 580px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1240px) {
  .error-text {
    max-width: 480px;
  }
}
@media (max-width: 767px) {
  .error-text {
    max-width: 100%;
    text-align: center;
  }
}
.error-text h1 {
  margin-bottom: 25px;
}
.error-text .the-content {
  margin-bottom: 30px;
}
.error-text .the-content p,
.error-text .the-content span,
.error-text .the-content a,
.error-text .the-content li {
  color: #000723;
}
.error-text .the-content p a:hover,
.error-text .the-content span a:hover,
.error-text .the-content li a:hover {
  color: #11a0d9;
}
@media (max-width: 767px) {
  .error-text .the-content li {
    padding-left: 0;
  }
  .error-text .the-content li:before {
    display: inline-block;
    position: relative;
    margin-right: 5px;
    top: 0;
  }
  .error-text .the-content ul li:before {
    top: -3px;
  }
}

.subtitle-error {
  font-weight: 400;
  margin-bottom: 30px;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .subtitle-error {
    margin-bottom: 4xm;
  }
}

.error-flex {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .error-flex {
    display: block;
    position: relative;
    padding-bottom: 200px;
  }
}

.error-image {
  width: calc(100% - 580px);
}
@media (max-width: 1240px) {
  .error-image {
    width: calc(100% - 480px);
  }
}
@media (max-width: 960px) {
  .error-image {
    margin-left: -100px;
  }
}
@media (max-width: 767px) {
  .error-image {
    width: 100%;
    margin-left: 0;
    position: absolute;
    height: 300px;
    bottom: 0;
  }
}
.error-image img {
  max-width: 1000px;
}
@media (max-width: 1240px) {
  .error-image img {
    max-width: 500px;
  }
}
@media (max-width: 767px) {
  .error-image img {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
    height: 300px;
    display: block;
  }
}

.wp-pagenavi span,
.wp-pagenavi a {
  display: inline-block !important;
  margin-left: 10px;
}

.simple-page {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .simple-page {
    margin-bottom: 50px;
  }
}

.comment-form-cookies-consent input[type=radio],
.comment-form-cookies-consent input[type=checkbox] {
  margin-top: 6px;
}

input[type=checkbox]:checked:before {
  content: "";
  position: absolute;
  font-size: 8px;
  left: 2px;
  top: 2px;
  text-align: center;
  width: 10px;
  height: 10px;
  line-height: 1.6em;
  background: #11a0d9;
  border-radius: 0;
}

.commentlist li {
  margin-bottom: 20px;
}

.commentlist .children {
  margin-top: 20px;
}

.commentlist .children li {
  padding-left: 20px;
}

.comment-reply-title #cancel-comment-reply-link {
  float: right;
  font-size: 16px;
  font-weight: 400;
  color: #20449d;
}

.comment .comment-form-email,
.comment .comment-form-author,
.comment .comment-form-comment {
  margin: 0;
}

.comment .comment-notes {
  font-size: 16px;
  margin: 0 0 20px 0;
}

.coming-soon {
  width: 100%;
  height: 100vh;
}

.coming-soon-flex {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-align: center;
  background: rgb(5, 14, 54);
  background: linear-gradient(90deg, rgb(5, 14, 54) 0%, rgba(5, 14, 54, 0) 100%);
  overflow: auto;
}
.coming-soon-flex h1,
.coming-soon-flex h4 {
  color: white;
}
.coming-soon-flex h1 {
  font-size: 36px;
  line-height: 1.3;
  margin-bottom: 15px;
}
@media (max-width: 640px) {
  .coming-soon-flex h1 {
    font-size: 30px;
  }
}
.coming-soon-flex h4 {
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 0;
}

.logo-centered {
  margin-bottom: 100px;
}
@media (max-width: 640px) {
  .logo-centered {
    margin-bottom: 50px;
  }
}
.logo-centered img {
  max-width: 150px;
}

.coming-soon-center {
  max-width: 616px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
}

.maintanance-mode {
  margin-bottom: 30px;
}
.maintanance-mode img {
  max-width: 100px;
}
@media (max-width: 640px) {
  .maintanance-mode img {
    max-width: 60px;
  }
}

.section_slider_blue {
  background: #0f2d58;
  background: radial-gradient(ellipse at center, #0f2d58 0%, #050e36 100%);
  overflow: hidden;
  position: relative;
  padding: 80px 0;
}
@media (max-width: 960px) {
  .section_slider_blue h2 {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .section_slider_blue h2 {
    font-size: 23px;
  }
}
@media (max-width: 640px) {
  .section_slider_blue h2 {
    font-size: 20px;
  }
}
.section_slider_blue .wrap-button {
  text-align: center;
  margin-top: 40px;
}

.text-justify {
  text-align: justify;
  -webkit-hyphens: auto;
          hyphens: auto;
  /* word-spacing: -0.05em; */
  -moz-text-align-last: left;
       text-align-last: left;
}

.hero-image {
  padding-top: 280px;
  padding-bottom: 200px;
  position: relative;
  background-color: #050e36;
}
@media (max-width: 1450px) {
  .hero-image {
    padding-top: 250px;
    padding-bottom: 170px;
  }
}
@media (max-width: 1240px) {
  .hero-image {
    padding-top: 200px;
    padding-bottom: 130px;
  }
}
@media (max-width: 767px) {
  .hero-image {
    padding-top: 180px;
    padding-bottom: 100px;
  }
}
@media (max-width: 640px) {
  .hero-image {
    padding-top: 135px;
    padding-bottom: 35px;
  }
}
@media (max-width: 480px) {
  .hero-image {
    padding-top: 120px;
    padding-bottom: 30px;
  }
}
.hero-image:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(270deg, rgba(0, 5, 29, 0) 0%, rgba(0, 5, 29, 0.8) 100%);
}
@media (max-width: 767px) {
  .hero-image:before {
    background-color: #000000;
    opacity: 0.75;
  }
}
.hero-image .container {
  position: relative;
  z-index: 1;
}
.hero-image .container .title {
  max-width: 75%;
}
@media (max-width: 767px) {
  .hero-image .container .title {
    max-width: 100%;
  }
}
.hero-image .container h1 {
  font-weight: 500;
  margin-bottom: 0;
}

.section_white_boxes {
  background: #0c234d;
}
.section_white_boxes .wrap-item-box-full {
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  padding: 25px;
  height: 100%;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.section_white_boxes .wrap-item-box-full:hover {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
}
.section_white_boxes .relative {
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  padding: 25px;
  height: 100%;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  top: 0;
  min-height: 310px;
}
@media (max-width: 1240px) {
  .section_white_boxes .relative {
    min-height: initial;
  }
}
@media (max-width: 960px) {
  .section_white_boxes .relative {
    padding: 20px;
  }
}
.section_white_boxes .relative:hover {
  top: -5px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
}
@media (max-width: 767px) {
  .section_white_boxes .relative:hover {
    top: 0;
  }
}
.section_white_boxes .relative .wrap-item-box {
  position: absolute;
  left: 0;
  top: 0;
  padding: 25px;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media (max-width: 960px) {
  .section_white_boxes .relative .wrap-item-box {
    position: relative;
    padding: 0;
  }
}
.section_white_boxes .relative .back-box {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
@media (max-width: 960px) {
  .section_white_boxes .relative .back-box {
    visibility: visible;
    opacity: 1;
    justify-content: start;
  }
}
.section_white_boxes .relative .back-box .the-content ul li {
  margin-top: 0px;
}
.section_white_boxes .relative .back-box .the-content ul {
  margin: 0;
}
.section_white_boxes .relative .back-box .the-content {
  padding-top: 35px;
}
@media (max-width: 960px) {
  .section_white_boxes .relative .back-box .the-content {
    padding-top: 10px;
  }
}
.section_white_boxes .relative .fake-btn {
  position: absolute;
  right: 30px;
  top: 30px;
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  background: rgba(5, 14, 54, 0.2);
  border-radius: 50px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
}
.section_white_boxes .relative .fake-btn img {
  width: 14px;
  height: auto;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media (max-width: 1240px) {
  .section_white_boxes .relative .fake-btn img {
    width: 13px;
  }
}
@media (max-width: 1450px) {
  .section_white_boxes .relative .fake-btn {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 1240px) {
  .section_white_boxes .relative .fake-btn {
    width: 30px;
    height: 30px;
    right: 20px;
    top: 20px;
  }
}
@media (max-width: 960px) {
  .section_white_boxes .relative .fake-btn {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  .section_white_boxes .relative:hover .back-box {
    opacity: 1;
    visibility: visible;
  }
  .section_white_boxes .relative:hover .wrap-item-box {
    opacity: 0;
    visibility: hidden;
  }
  .section_white_boxes .relative:hover .fake-btn img {
    transform: rotate(45deg);
  }
}
.section_white_boxes .item-box {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (max-width: 960px) {
  .section_white_boxes .item-box {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .section_white_boxes .item-box {
    width: 100%;
  }
}
.section_white_boxes .wrap-item-box-full img,
.section_white_boxes .wrap-item-box img {
  height: 97px;
  width: auto;
  margin-bottom: 35px;
}
@media (max-width: 1450px) {
  .section_white_boxes .wrap-item-box-full img,
  .section_white_boxes .wrap-item-box img {
    height: 80px;
    margin-bottom: 25px;
  }
}
@media (max-width: 1240px) {
  .section_white_boxes .wrap-item-box-full img,
  .section_white_boxes .wrap-item-box img {
    height: 70px;
    margin-bottom: 20px;
  }
}
@media (max-width: 960px) {
  .section_white_boxes .wrap-item-box-full img,
  .section_white_boxes .wrap-item-box img {
    height: 60px;
    margin-bottom: 15px;
  }
}
@media (max-width: 640px) {
  .section_white_boxes .wrap-item-box-full img,
  .section_white_boxes .wrap-item-box img {
    margin-bottom: 10px;
  }
}
.section_white_boxes .wrap-item-box-full .title,
.section_white_boxes .wrap-item-box .title {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.1em;
  color: #040d35;
}
@media (max-width: 1450px) {
  .section_white_boxes .wrap-item-box-full .title,
  .section_white_boxes .wrap-item-box .title {
    font-size: 22px;
  }
}
@media (max-width: 1240px) {
  .section_white_boxes .wrap-item-box-full .title,
  .section_white_boxes .wrap-item-box .title {
    font-size: 20px;
  }
}
@media (max-width: 960px) {
  .section_white_boxes .wrap-item-box-full .title,
  .section_white_boxes .wrap-item-box .title {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .section_white_boxes .wrap-item-box-full .title,
  .section_white_boxes .wrap-item-box .title {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .section_white_boxes .wrap-item-box-full .title,
  .section_white_boxes .wrap-item-box .title {
    margin-bottom: 10px;
    font-size: 15px;
  }
}
.section_white_boxes .wrap-item-box-full .subtitle,
.section_white_boxes .wrap-item-box .subtitle {
  font-size: 17px;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 1450px) {
  .section_white_boxes .wrap-item-box-full .subtitle,
  .section_white_boxes .wrap-item-box .subtitle {
    font-size: 16px;
  }
}
@media (max-width: 1240px) {
  .section_white_boxes .wrap-item-box-full .subtitle,
  .section_white_boxes .wrap-item-box .subtitle {
    font-size: 15px;
  }
}
@media (max-width: 960px) {
  .section_white_boxes .wrap-item-box-full .subtitle,
  .section_white_boxes .wrap-item-box .subtitle {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .section_white_boxes .wrap-item-box-full .subtitle,
  .section_white_boxes .wrap-item-box .subtitle {
    font-size: 13px;
  }
}

.section.no-bottom-margin {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .section.no-bottom-margin {
    padding-bottom: 0;
  }
}

.section_team2 {
  background: linear-gradient(180deg, #ffffff 0%, #f0f5ff 100%);
}
.section_team2 .the-content h2 {
  margin-bottom: 12px;
  margin-top: 0;
}
.section_team2 .item-team {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (max-width: 1240px) {
  .section_team2 .item-team {
    width: 33.33%;
  }
}
@media (max-width: 960px) {
  .section_team2 .item-team {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .section_team2 .item-team {
    width: 100%;
  }
}
.section_team2 .item-team .wrap-team .cover {
  height: 375px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  top: 0;
  position: relative;
  background-color: #000000;
}
@media (max-width: 960px) {
  .section_team2 .item-team .wrap-team .cover {
    height: 450px;
  }
}
@media (max-width: 640px) {
  .section_team2 .item-team .wrap-team .cover {
    height: 420px;
  }
}
.section_team2 .item-team .wrap-team .cover:hover {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  top: -5px;
}
@media (max-width: 960px) {
  .section_team2 .item-team .wrap-team .cover:hover {
    top: 0;
  }
}
.section_team2 .item-team .wrap-team .cover .bottom-team {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
  background: rgba(255, 255, 255, 0.4588235294);
  padding: 14px 20px 17px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 135px;
}
@media (max-width: 767px) {
  .section_team2 .item-team .wrap-team .cover .bottom-team {
    padding: 13px 17px 15px 17px;
    min-height: initial;
  }
}
.section_team2 .item-team .wrap-team .cover .bottom-team .name {
  color: #040d35;
  font-weight: 700;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 960px) {
  .section_team2 .item-team .wrap-team .cover .bottom-team .name {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .section_team2 .item-team .wrap-team .cover .bottom-team .name {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .section_team2 .item-team .wrap-team .cover .bottom-team .name {
    font-size: 15px;
  }
}
.section_team2 .item-team .wrap-team .cover .bottom-team .occ {
  font-size: 14px;
  line-height: 1.3;
  margin: 2px 0 0 0;
}
@media (max-width: 960px) {
  .section_team2 .item-team .wrap-team .cover .bottom-team .occ {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .section_team2 .item-team .wrap-team .cover .bottom-team .occ {
    font-size: 12px;
  }
}
.section_team2 .item-team .wrap-team .cover .bottom-team .team-popup-share {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}
.section_team2 .item-team .wrap-team .cover .bottom-team .team-popup-share li {
  margin-left: 0;
}
.section_team2 .item-team .wrap-team .cover .bottom-team .team-popup-share li a {
  width: 32px;
  height: 32px;
  background: #00336c;
  color: #fff;
  border: none;
}
@media (max-width: 767px) {
  .section_team2 .item-team .wrap-team .cover .bottom-team .team-popup-share li a {
    width: 30px;
    height: 30px;
  }
}
.section_team2 .item-team .wrap-team .cover .bottom-team .team-popup-share li a:hover {
  text-decoration: none;
  background-color: #012248;
}
.section_team2 .item-team .wrap-team .cover .bottom-team .team-popup-share li a.linkedin {
  background: #2394c1;
}
.section_team2 .item-team .wrap-team .cover .bottom-team .team-popup-share li a.linkedin:hover {
  background: #1a7ba1;
}
.section_team2 .item-team .wrap-team .cover .bottom-team .team-popup-share li a i {
  font-size: 14px;
}
@media (max-width: 767px) {
  .section_team2 .item-team .wrap-team .cover .bottom-team .team-popup-share li a i {
    font-size: 13px;
  }
}

body .section_slider.no-bottom-margin {
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  body .section_slider.no-bottom-margin {
    padding-bottom: 0;
  }
}
body .section_slider .the-content h2 {
  margin-top: 0;
}
body .section_slider .slider-text:not(.slick-slider) {
  height: 100px;
  overflow: hidden;
}
body .section_slider .slider-text .slick-list {
  padding: 0 !important;
}
body .section_slider .slider-text .slick-slide {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
body .section_slider .slider-text .title {
  margin: 0;
}
body .section_slider .slick-dots li {
  margin: 0 2px;
}
@media (max-width: 767px) {
  body .section_slider .slick-dots li {
    margin: 0 1px;
  }
}
body .section_slider .slick-dots li button {
  width: 7px;
  height: 7px;
  background: rgba(145, 142, 142, 0.2196078431);
}
@media (max-width: 767px) {
  body .section_slider .slick-dots li button {
    width: 6px;
    height: 6;
  }
}
body .section_slider .slick-dots li.slick-active button {
  width: 17px;
  height: 17px;
  background: #11a0d9;
}
@media (max-width: 767px) {
  body .section_slider .slick-dots li.slick-active button {
    width: 15px;
    height: 15px;
  }
}

.section_gray {
  background: #f9f9f9;
}

.section_video {
  background-color: #00336c;
}
.section_video .plyr__poster {
  background-color: transparent !important;
}
.section_video .plyr__video-wrapper {
  background-color: transparent !important;
}
.section_video .plyr--video .plyr__controls {
  background: rgba(0, 0, 0, 0.2509803922);
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 5px;
}
@media (max-width: 960px) {
  .section_video .plyr--video .plyr__controls {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .section_video .plyr--video .plyr__controls {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

.plyr__poster {
  background-color: transparent !important;
}

.plyr__video-wrapper {
  background-color: transparent !important;
}

body .plyr--full-ui input[type=range] {
  color: #11a0d9;
}
body .plyr__control--overlaid {
  background: rgba(17, 160, 217, 0.95);
}
body .plyr--video .plyr__control.plyr__tab-focus,
body .plyr--video .plyr__control:hover,
body .plyr--video .plyr__control[aria-expanded=true] {
  background: #11a0d9;
}
body .plyr__control.plyr__tab-focus {
  box-shadow: 0 0 0 5px rgba(17, 160, 217, 0.95);
}
body .plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before {
  background: #11a0d9;
}
body .plyr__poster {
  background-color: transparent !important;
}
body .plyr__video-wrapper {
  background-color: transparent !important;
}
body .plyr--stopped.plyr__poster-enabled .plyr__poster {
  background: transparent;
}

@media (max-width: 960px) {
  .section_image_text .item-image {
    width: 55%;
  }
}
@media (max-width: 767px) {
  .section_image_text .item-image {
    width: 100%;
    margin-bottom: 10px;
  }
}
.section_image_text .item-image img {
  width: 100%;
  height: auto;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .section_image_text .item-image img {
    margin-top: 0;
  }
}
@media (max-width: 960px) {
  .section_image_text .item-text {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .section_image_text .item-text {
    width: 100%;
  }
}

.section_small_boxes .the-content-medium {
  padding-bottom: 15px;
}
@media (max-width: 960px) {
  .section_small_boxes .the-content-medium {
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .section_small_boxes .the-content-medium {
    padding-bottom: 0;
  }
}
.section_small_boxes .the-content-medium h2 {
  margin-top: 0;
}
.section_small_boxes .wrap-small-boxes .small-box {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .section_small_boxes .wrap-small-boxes .small-box {
    width: 33.33%;
  }
}
@media (max-width: 960px) {
  .section_small_boxes .wrap-small-boxes .small-box {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .section_small_boxes .wrap-small-boxes .small-box {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
@media (max-width: 640px) {
  .section_small_boxes .wrap-small-boxes .small-box {
    width: 100%;
  }
}
@media screen and (min-width: 960px) {
  .section_small_boxes .wrap-small-boxes .small-box:hover .front-side {
    opacity: 0;
    visibility: hidden;
  }
  .section_small_boxes .wrap-small-boxes .small-box:hover .back-side {
    opacity: 1 !important;
    visibility: visible !important;
  }
  .section_small_boxes .wrap-small-boxes .small-box:hover .arrow-item img {
    transform: rotate(45deg);
  }
}
.section_small_boxes .wrap-small-boxes .small-box .cover {
  width: 100%;
  height: 360px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  padding: 30px;
  background-color: #000000;
}
@media (max-width: 1240px) {
  .section_small_boxes .wrap-small-boxes .small-box .cover {
    padding: 25px;
  }
}
@media (max-width: 767px) {
  .section_small_boxes .wrap-small-boxes .small-box .cover {
    padding: 20px;
  }
}
@media (max-width: 640px) {
  .section_small_boxes .wrap-small-boxes .small-box .cover {
    padding: 25px;
    height: 300px;
  }
}
@media (max-width: 480px) {
  .section_small_boxes .wrap-small-boxes .small-box .cover {
    padding: 20px;
    height: 350px;
  }
}
.section_small_boxes .wrap-small-boxes .small-box .cover:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(5, 8, 19, 0.94) 0%, rgba(5, 8, 19, 0) 100%);
}
.section_small_boxes .wrap-small-boxes .small-box .cover:after {
  content: "";
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  top: 0;
}
.section_small_boxes .wrap-small-boxes .small-box .cover .mobile-only {
  display: none;
}
@media (max-width: 960px) {
  .section_small_boxes .wrap-small-boxes .small-box .cover .mobile-only {
    display: block;
  }
}
.section_small_boxes .wrap-small-boxes .small-box .cover .arrow-item {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  background: rgba(232, 232, 232, 0.2);
  position: absolute;
  right: -10px;
  bottom: -15px;
  text-align: center;
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media (max-width: 1240px) {
  .section_small_boxes .wrap-small-boxes .small-box .cover .arrow-item {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 960px) {
  .section_small_boxes .wrap-small-boxes .small-box .cover .arrow-item {
    display: none;
  }
}
.section_small_boxes .wrap-small-boxes .small-box .cover .arrow-item img {
  width: 14px;
  height: auto;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media (max-width: 1240px) {
  .section_small_boxes .wrap-small-boxes .small-box .cover .arrow-item img {
    width: 13px;
  }
}
.section_small_boxes .wrap-small-boxes .small-box .cover .back-side {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media (max-width: 767px) {
  .section_small_boxes .wrap-small-boxes .small-box .cover .back-side {
    display: none;
  }
}
.section_small_boxes .wrap-small-boxes .small-box .cover .front-side {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media (max-width: 640px) {
  .section_small_boxes .wrap-small-boxes .small-box .cover .front-side {
    text-align: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
  }
}
.section_small_boxes .wrap-small-boxes .small-box .cover .the-content p {
  font-size: 15px;
  line-height: 1.4em;
  margin: 0;
}
@media (max-width: 1450px) {
  .section_small_boxes .wrap-small-boxes .small-box .cover .the-content p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .section_small_boxes .wrap-small-boxes .small-box .cover .the-content p {
    font-size: 13px;
  }
}
.section_small_boxes .wrap-small-boxes .small-box .cover .wrap-cover {
  position: relative;
  z-index: 1;
  height: 100%;
}
.section_small_boxes .wrap-small-boxes .small-box .cover .title {
  margin-top: 0;
  line-height: 1.2em;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 1450px) {
  .section_small_boxes .wrap-small-boxes .small-box .cover .title {
    font-size: 19px;
  }
}
@media (max-width: 1240px) {
  .section_small_boxes .wrap-small-boxes .small-box .cover .title {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .section_small_boxes .wrap-small-boxes .small-box .cover .title {
    font-size: 17px;
  }
}
@media (max-width: 960px) {
  .section_small_boxes .wrap-small-boxes .small-box .cover .title {
    margin-bottom: 15px;
  }
}

.section_videos {
  background: #011547;
}
.section_videos .slider-videos:not(.slick-slider) {
  height: 400px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .section_videos .slider-videos:not(.slick-slider) {
    height: 500px;
  }
}
@media (max-width: 1024px) {
  .section_videos .slider-videos .item-video {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .section_videos .slider-videos .item-video {
    width: 100%;
  }
}
.section_videos .slider-videos .item-video .wrap-video {
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .section_videos .slider-videos .text {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .section_videos .slider-videos .text {
    width: 100%;
    padding-top: 20px;
  }
}
.section_videos .slider-videos .text .the-content {
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .section_videos .slider-videos .text .the-content {
    padding-bottom: 10px;
  }
}
.section_videos .slider-videos .text .the-content h2 {
  margin-bottom: 50px;
  margin-top: 0;
}
@media (max-width: 1240px) {
  .section_videos .slider-videos .text .the-content h2 {
    margin-bottom: 40px;
  }
}
@media (max-width: 1024px) {
  .section_videos .slider-videos .text .the-content h2 {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .section_videos .slider-videos .text .the-content h2 {
    margin-bottom: 20px;
  }
}
.section_videos .slider-videos .text .the-content p {
  color: #ececec;
}
.section_videos .slick-dots {
  margin-top: 0;
  padding-left: calc(60% + 40px);
  text-align: left;
  bottom: 60px;
}
@media (max-width: 1024px) {
  .section_videos .slick-dots {
    padding-left: calc(50% + 20px);
    bottom: 20px;
  }
}
@media (max-width: 767px) {
  .section_videos .slick-dots {
    padding-left: 0;
    text-align: center;
    bottom: 0;
    margin-top: 20px;
  }
}
.section_videos .slick-dots li {
  margin: 0 4px 0 0;
}
@media (max-width: 767px) {
  .section_videos .slick-dots li {
    margin: 0 1px;
  }
}
.section_videos .slick-dots li button {
  width: 7px;
  height: 7px;
  background: rgba(145, 142, 142, 0.2196078431);
}
@media (max-width: 767px) {
  .section_videos .slick-dots li button {
    width: 6px;
    height: 6;
  }
}
.section_videos .slick-dots li.slick-active button {
  width: 17px;
  height: 17px;
  background: #11a0d9;
}
@media (max-width: 767px) {
  .section_videos .slick-dots li.slick-active button {
    width: 15px;
    height: 15px;
  }
}

.hero-video2 {
  position: relative;
  overflow: hidden;
}
.hero-video2:before {
  z-index: 3;
  background: linear-gradient(0deg, rgba(25, 46, 93, 0.57), rgba(25, 46, 93, 0.57));
}
.hero-video2 .video-background {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: auto;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 2;
}
.hero-video2 .container {
  z-index: 4;
  position: relative;
}

.section_big_boxes .big-boxes .box_single {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (max-width: 960px) {
  .section_big_boxes .big-boxes .box_single {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 50%;
  }
}
@media (max-width: 640px) {
  .section_big_boxes .big-boxes .box_single {
    margin-top: 7px;
    margin-bottom: 7px;
  }
}
@media (max-width: 400px) {
  .section_big_boxes .big-boxes .box_single {
    width: 100%;
  }
}
.section_big_boxes .big-boxes .box_single .cover {
  height: 480px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  top: 0;
  position: relative;
  background-color: #000000;
  width: 100%;
  padding: 30px;
}
@media (max-width: 1450px) {
  .section_big_boxes .big-boxes .box_single .cover {
    height: 450px;
  }
}
@media (max-width: 1240px) {
  .section_big_boxes .big-boxes .box_single .cover {
    height: 400px;
  }
}
@media (max-width: 1024px) {
  .section_big_boxes .big-boxes .box_single .cover {
    height: 380px;
    padding: 25px;
  }
}
@media (max-width: 960px) {
  .section_big_boxes .big-boxes .box_single .cover {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .section_big_boxes .big-boxes .box_single .cover {
    height: 320px;
  }
}
@media (max-width: 640px) {
  .section_big_boxes .big-boxes .box_single .cover {
    height: 250px;
    padding: 20px;
  }
}
.section_big_boxes .big-boxes .box_single .cover:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media (max-width: 960px) {
  .section_big_boxes .big-boxes .box_single .cover:before {
    -webkit-backdrop-filter: blur(3px);
            backdrop-filter: blur(3px);
  }
}
.section_big_boxes .big-boxes .box_single .cover .front-side {
  position: relative;
  z-index: 1;
}
.section_big_boxes .big-boxes .box_single .cover .front-side .title {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2em;
}
@media (max-width: 1450px) {
  .section_big_boxes .big-boxes .box_single .cover .front-side .title {
    font-size: 22px;
  }
}
@media (max-width: 1240px) {
  .section_big_boxes .big-boxes .box_single .cover .front-side .title {
    font-size: 20px;
  }
}
@media (max-width: 960px) {
  .section_big_boxes .big-boxes .box_single .cover .front-side .title {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .section_big_boxes .big-boxes .box_single .cover .front-side .title {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .section_big_boxes .big-boxes .box_single .cover .front-side .title {
    margin-bottom: 10px;
    font-size: 15px;
  }
}
.section_big_boxes .big-boxes .box_single .cover .arrow-item {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  background: rgba(232, 232, 232, 0.2);
  position: absolute;
  right: 25px;
  bottom: 25px;
  text-align: center;
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media (max-width: 1240px) {
  .section_big_boxes .big-boxes .box_single .cover .arrow-item {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 1024px) {
  .section_big_boxes .big-boxes .box_single .cover .arrow-item {
    right: 22px;
    bottom: 22px;
  }
}
@media (max-width: 640px) {
  .section_big_boxes .big-boxes .box_single .cover .arrow-item {
    right: 20px;
    bottom: 20px;
  }
}
.section_big_boxes .big-boxes .box_single .cover .arrow-item img {
  width: 14px;
  height: auto;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media (max-width: 1240px) {
  .section_big_boxes .big-boxes .box_single .cover .arrow-item img {
    width: 13px;
  }
}
.section_big_boxes .big-boxes .box_single .cover:hover {
  text-decoration: none;
  cursor: pointer;
}
.section_big_boxes .big-boxes .box_single .cover:hover:before {
  -webkit-backdrop-filter: blur(0);
          backdrop-filter: blur(0);
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.section_big_boxes .big-boxes .box_single .cover:hover .arrow-item img {
  transform: rotate(90deg);
}

.flex-team-all .team-item {
  margin-top: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}
@media (max-width: 1240px) {
  .flex-team-all .team-item {
    width: 33.33%;
  }
}
@media (max-width: 960px) {
  .flex-team-all .team-item {
    width: 50%;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
@media (max-width: 480px) {
  .flex-team-all .team-item {
    width: 100%;
  }
}
.flex-team-all .team-item .cover {
  height: 375px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  top: 0;
  position: relative;
  background-color: #000000;
  box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.08);
  margin-top: 5px;
  margin-bottom: 5px;
}
@media (max-width: 960px) {
  .flex-team-all .team-item .cover {
    height: 450px;
  }
}
@media (max-width: 640px) {
  .flex-team-all .team-item .cover {
    height: 420px;
  }
}
.flex-team-all .team-item .cover:hover {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  top: -5px;
}
@media (max-width: 960px) {
  .flex-team-all .team-item .cover:hover {
    top: 0;
  }
}
.flex-team-all .team-item .cover .bottom-team {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
  background: rgba(255, 255, 255, 0.4588235294);
  padding: 14px 20px 17px 20px;
  min-height: 100px;
}
@media (max-width: 960px) {
  .flex-team-all .team-item .cover .bottom-team {
    min-height: 80px;
  }
}
@media (max-width: 767px) {
  .flex-team-all .team-item .cover .bottom-team {
    padding: 13px 17px 15px 17px;
  }
}
.flex-team-all .team-item .cover .bottom-team .name {
  color: #040d35;
  font-weight: 700;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 960px) {
  .flex-team-all .team-item .cover .bottom-team .name {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .flex-team-all .team-item .cover .bottom-team .name {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .flex-team-all .team-item .cover .bottom-team .name {
    font-size: 15px;
  }
}
.flex-team-all .team-item .cover .bottom-team .occ {
  font-size: 14px;
  line-height: 1.3;
  margin: 2px 0 0 0;
}
@media (max-width: 960px) {
  .flex-team-all .team-item .cover .bottom-team .occ {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .flex-team-all .team-item .cover .bottom-team .occ {
    font-size: 12px;
  }
}

.menu-btn {
  display: none;
}

.main-header {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  top: 0;
}
@media (max-width: 640px) {
  .main-header {
    height: 66px;
  }
}
@media (max-width: 640px) {
  .main-header .header-search {
    display: none !important;
  }
}
.main-header img.logo-normal {
  display: block;
}

.search-icon-mobile {
  display: none;
  margin-left: auto;
}
.search-icon-mobile img {
  width: 18px !important;
}
@media (max-width: 640px) {
  .search-icon-mobile {
    display: block;
  }
}

img.logo-white {
  height: 38px;
}
@media (max-width: 960px) {
  img.logo-white {
    height: auto;
  }
}

img.search-black {
  display: block;
}

img.logo-white,
img.search-white {
  display: none;
}

body.white-header .header-menu a,
body.home .header-menu a {
  color: white;
}
body.white-header img.logo-white,
body.white-header img.search-white,
body.home img.logo-white,
body.home img.search-white {
  display: block;
}
body.white-header img.logo-normal,
body.home img.logo-normal {
  display: none !important;
  width: 175px;
}
body.white-header img.search-black,
body.home img.search-black {
  display: none;
}
body.white-header .menu-item-has-children::before,
body.home .menu-item-has-children::before {
  background-image: url("images/svg/header-down-white.svg");
}

header.on-scroll-up {
  background-color: white !important;
  top: 0;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
}
header.on-scroll-up img.logo-normal,
header.on-scroll-up img.search-black {
  display: block !important;
}
header.on-scroll-up img.logo-white,
header.on-scroll-up img.search-white {
  display: none;
}
header.on-scroll-up .header-menu a {
  color: #000723;
}
header.on-scroll-up .header-menu a:hover {
  color: #11a0d9;
}
header.on-scroll-up .header-search img.search-black {
  display: block;
}
header.on-scroll-up input {
  color: #000723 !important;
}
header.on-scroll-up .button-menu-line {
  background-color: #000723;
}
header.on-scroll-up ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000723 !important;
  opacity: 1;
}
header.on-scroll-up ::-moz-placeholder {
  /* Firefox 19+ */
  color: #000723 !important;
  opacity: 1;
}
header.on-scroll-up :-ms-input-placeholder {
  /* IE 10+ */
  color: #000723 !important;
  opacity: 1;
}
header.on-scroll-up :-moz-placeholder {
  /* Firefox 18- */
  color: #000723 !important;
  opacity: 1;
}

header.scroll {
  top: -100px;
}

.header-top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 6;
}

.toggle-submenu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  cursor: pointer;
  position: absolute;
  right: 0;
  width: 50px;
  color: white;
  height: 53px;
  top: 0;
}

.menu-btn {
  display: none;
  position: relative;
  height: 30px;
  width: 30px;
  z-index: 333;
  cursor: pointer;
}
@media (max-width: 767px) {
  .menu-btn {
    display: block;
    margin-left: 0;
  }
}

.menu-trigger {
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
}

.button-menu-line {
  display: block;
  position: absolute;
  left: 0;
  width: 20px;
  height: 2px;
  background-color: #000723;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
}

.button-menu-line--1 {
  top: 6px;
  transform-origin: center center 0px;
  transform: matrix(1, 0, 0, 1, 0, 0);
}

.button-menu-line--2 {
  top: 14px;
  transform-origin: center center 0px;
  transform: matrix(1, 0, 0, 1, 0, 0);
}

.button-menu-line--3 {
  top: 22px;
  transform-origin: center center 0px;
  transform: matrix(1, 0, 0, 1, 0, 0);
}

.menu-open .header-middle {
  left: 0;
}

.menu-open .header-menu {
  display: block;
  left: 0;
}
.menu-open .button-menu-line {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  background-color: white !important;
}
.menu-open .button-menu-line--1 {
  transform-origin: center center 0px;
  transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, 1, 9);
  top: 10px;
  left: 10px;
}
.menu-open .button-menu-line--2 {
  transform-origin: center center 0px;
  transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, 0, 1);
  left: 10px;
  top: 18px;
}
.menu-open .button-menu-line--3 {
  opacity: 0;
}
.menu-open .menu-item-has-children.active .sub-menu {
  display: block;
}
.menu-open .hamburger-menu {
  position: fixed;
  top: 24px;
  left: 230px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
}

.menu-item-has-children {
  position: relative;
  padding-right: 20px;
}
@media (max-width: 960px) {
  .menu-item-has-children {
    padding-right: 15px;
  }
}
.menu-item-has-children:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  width: 10px;
  height: 6px;
  margin-top: -3px;
  background-image: url("images/svg/header-down.svg");
  background-repeat: no-repeat;
  background-size: 100%;
}
@media (max-width: 1240px) {
  .menu-item-has-children:before {
    background-size: 8px;
  }
}
@media (max-width: 960px) {
  .menu-item-has-children:before {
    background-size: 6px;
  }
}
@media (max-width: 767px) {
  .menu-item-has-children:before {
    display: none;
  }
}

.main-header {
  position: fixed;
  width: 100%;
  z-index: 8;
  align-items: center;
  padding: 18px 0;
  background-color: white;
}

.header-nav {
  align-items: center;
}

.header-logo a {
  width: 187px;
  display: block;
}
@media (max-width: 1240px) {
  .header-logo a {
    width: 170px;
  }
}
@media (max-width: 1024px) {
  .header-logo a {
    width: 150px;
  }
}
@media (max-width: 960px) {
  .header-logo a {
    width: 120px;
  }
}

.header-search {
  margin-left: auto;
}
@media (max-width: 960px) {
  .header-search {
    width: 125px;
  }
}
@media (max-width: 640px) {
  .header-search {
    position: absolute;
    width: 100%;
    background-color: white;
    display: none;
    left: 0;
    top: 0;
    box-shadow: 0px 0px 3px 6px rgba(0, 0, 0, 0.08);
  }
}
.header-search form {
  display: flex;
}
.header-search input,
.header-search button {
  background-color: transparent;
  padding: 0;
  height: 50px;
  line-height: 50px;
  margin: 0;
}
@media (max-width: 640px) {
  .header-search input,
  .header-search button {
    height: 64px;
    line-height: 64px;
  }
}
.header-search input:active, .header-search input:hover, .header-search input:focus,
.header-search button:active,
.header-search button:hover,
.header-search button:focus {
  background-color: transparent;
}
.header-search input {
  background-color: transparent;
  color: #000723;
  border: none;
  padding-left: 0;
  font-size: 15px;
}
@media (max-width: 1240px) {
  .header-search input {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .header-search input {
    font-size: 14px;
  }
}
@media (max-width: 960px) {
  .header-search input {
    font-size: 13px;
  }
}
.header-search img {
  width: 19px;
}
.header-search ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000723;
  opacity: 1;
  font-size: 15px;
}
@media (max-width: 1240px) {
  .header-search ::-webkit-input-placeholder {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .header-search ::-webkit-input-placeholder {
    font-size: 14px;
  }
}
@media (max-width: 960px) {
  .header-search ::-webkit-input-placeholder {
    font-size: 13px;
  }
}
.header-search ::-moz-placeholder {
  /* Firefox 19+ */
  color: #000723;
  opacity: 1;
  font-size: 15px;
}
@media (max-width: 1240px) {
  .header-search ::-moz-placeholder {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .header-search ::-moz-placeholder {
    font-size: 14px;
  }
}
@media (max-width: 960px) {
  .header-search ::-moz-placeholder {
    font-size: 13px;
  }
}
.header-search :-ms-input-placeholder {
  /* IE 10+ */
  color: #000723;
  opacity: 1;
  font-size: 15px;
}
@media (max-width: 1240px) {
  .header-search :-ms-input-placeholder {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .header-search :-ms-input-placeholder {
    font-size: 14px;
  }
}
@media (max-width: 960px) {
  .header-search :-ms-input-placeholder {
    font-size: 13px;
  }
}
.header-search :-moz-placeholder {
  /* Firefox 18- */
  color: #000723;
  opacity: 1;
  font-size: 15px;
}
@media (max-width: 1240px) {
  .header-search :-moz-placeholder {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .header-search :-moz-placeholder {
    font-size: 14px;
  }
}
@media (max-width: 960px) {
  .header-search :-moz-placeholder {
    font-size: 13px;
  }
}

.header-menu {
  padding-left: 40px;
  width: 66%;
}
@media (max-width: 1240px) {
  .header-menu {
    padding-left: 20px;
  }
}
@media (max-width: 960px) {
  .header-menu {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .header-menu {
    left: -280px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition-timing-function: ease;
    padding-left: 0;
    position: fixed;
    width: 280px;
    top: 0;
    overflow: auto;
    height: 100%;
    background-color: #06123a;
  }
}
.header-menu ul.menu {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .header-menu ul.menu {
    display: block;
    margin-top: 70px;
  }
}
.header-menu li {
  position: relative;
  margin-left: 30px;
}
@media (max-width: 1450px) {
  .header-menu li {
    margin-left: 25px;
  }
}
@media (max-width: 1240px) {
  .header-menu li {
    margin-left: 20px;
  }
}
@media (max-width: 1024px) {
  .header-menu li {
    margin-left: 15px;
  }
}
@media (max-width: 960px) {
  .header-menu li {
    margin-left: 11px;
  }
}
@media (max-width: 767px) {
  .header-menu li {
    margin-left: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  }
}
.header-menu li.current-menu-item:before {
  background-image: url("images/svg/header-down-active.svg") !important;
}
.header-menu li.current-menu-item a {
  color: #11a0d9 !important;
}
.header-menu li.current-menu-item li a {
  color: #000723 !important;
}
@media (max-width: 767px) {
  .header-menu li.current-menu-item li a {
    color: white !important;
  }
}
.header-menu li.current-menu-item li a:hover {
  color: #11a0d9 !important;
}
@media (max-width: 767px) {
  .header-menu li.current-menu-item li a:hover {
    color: white !important;
  }
}
.header-menu li:hover .sub-menu {
  display: block !important;
}
.header-menu li:hover a {
  color: #11a0d9;
}
.header-menu a {
  color: #000723;
  font-size: 15px;
  font-weight: 500;
  padding: 12px 0;
}
@media (max-width: 1240px) {
  .header-menu a {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .header-menu a {
    font-size: 14px;
  }
}
@media (max-width: 960px) {
  .header-menu a {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .header-menu a {
    padding: 15px 20px;
    display: block;
    color: white !important;
  }
}
.header-menu a:hover {
  text-decoration: none;
  color: #11a0d9;
}

.sub-menu {
  position: absolute;
  top: 45px;
  left: -20px;
  width: 240px;
  background-color: white;
  border-radius: 4px;
  flex-wrap: wrap;
  display: none !important;
  box-shadow: 0px 0px 5px 5px rgba(110, 110, 110, 0.05);
}
@media (max-width: 1024px) {
  .sub-menu {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .sub-menu {
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    background-color: transparent;
    display: block !important;
    padding-left: 30px;
    margin-top: 0 !important;
    box-shadow: none;
  }
}
.sub-menu:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 10px solid #fff;
  position: absolute;
  left: 25px;
  top: -7px;
}
@media (max-width: 960px) {
  .sub-menu:before {
    display: none;
  }
}
.sub-menu li {
  border-top: 1px solid #eaeaea;
  margin: 0;
}
@media (max-width: 767px) {
  .sub-menu li {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
  }
}
.sub-menu li a {
  padding: 12px 20px;
  font-size: 14px;
  line-height: 1.1;
  color: #000723 !important;
}
@media (max-width: 1240px) {
  .sub-menu li a {
    font-size: 13px;
  }
}
@media (max-width: 1024px) {
  .sub-menu li a {
    font-size: 13px;
  }
}
@media (max-width: 960px) {
  .sub-menu li a {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .sub-menu li a {
    color: white !important;
  }
}
.sub-menu li a:hover {
  color: #11a0d9 !important;
}
.sub-menu li:first-child {
  border-top: none;
}

.grey-search {
  background-color: rgb(230, 230, 230);
  position: absolute;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  display: none;
}

.search-mobile {
  display: none;
}
.search-mobile button {
  padding-left: 20px;
}
.search-mobile button img {
  width: 17px;
}
.search-mobile input {
  color: #000723 !important;
}

.close-search {
  width: 50px;
  height: 64px;
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
}
.close-search img {
  width: 13px;
  position: relative;
  left: 20px;
}

.search-open {
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
}
.search-open .grey-search {
  display: block;
}
.search-open .search-mobile {
  display: block;
  z-index: 999;
}
.search-open input {
  color: #000723;
  padding-left: 10px;
  font-size: 15px;
}
@media (max-width: 1024px) {
  .search-open input {
    font-size: 14px;
  }
}
@media (max-width: 960px) {
  .search-open input {
    font-size: 13px;
  }
}
.search-open ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000723;
  opacity: 1;
  font-size: 15px;
}
@media (max-width: 1024px) {
  .search-open ::-webkit-input-placeholder {
    font-size: 14px;
  }
}
@media (max-width: 960px) {
  .search-open ::-webkit-input-placeholder {
    font-size: 13px;
  }
}
.search-open ::-moz-placeholder {
  /* Firefox 19+ */
  color: #000723;
  opacity: 1;
  font-size: 15px;
}
@media (max-width: 1024px) {
  .search-open ::-moz-placeholder {
    font-size: 14px;
  }
}
@media (max-width: 960px) {
  .search-open ::-moz-placeholder {
    font-size: 13px;
  }
}
.search-open :-ms-input-placeholder {
  /* IE 10+ */
  color: #000723;
  opacity: 1;
  font-size: 15px;
}
@media (max-width: 1024px) {
  .search-open :-ms-input-placeholder {
    font-size: 14px;
  }
}
@media (max-width: 960px) {
  .search-open :-ms-input-placeholder {
    font-size: 13px;
  }
}
.search-open :-moz-placeholder {
  /* Firefox 18- */
  color: #000723;
  opacity: 1;
  font-size: 15px;
}
@media (max-width: 1024px) {
  .search-open :-moz-placeholder {
    font-size: 14px;
  }
}
@media (max-width: 960px) {
  .search-open :-moz-placeholder {
    font-size: 13px;
  }
}

body.white-header .button-menu-line,
body.page-template-page-home3 .button-menu-line,
body.page-template-page-general .button-menu-line,
body.home .button-menu-line {
  background-color: white;
}
body.white-header .header-search input,
body.page-template-page-home3 .header-search input,
body.page-template-page-general .header-search input,
body.home .header-search input {
  color: white;
}
body.white-header .header-search ::-webkit-input-placeholder,
body.page-template-page-home3 .header-search ::-webkit-input-placeholder,
body.page-template-page-general .header-search ::-webkit-input-placeholder,
body.home .header-search ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: white;
}
body.white-header .header-search ::-moz-placeholder,
body.page-template-page-home3 .header-search ::-moz-placeholder,
body.page-template-page-general .header-search ::-moz-placeholder,
body.home .header-search ::-moz-placeholder {
  /* Firefox 19+ */
  color: white;
}
body.white-header .header-search :-ms-input-placeholder,
body.page-template-page-home3 .header-search :-ms-input-placeholder,
body.page-template-page-general .header-search :-ms-input-placeholder,
body.home .header-search :-ms-input-placeholder {
  /* IE 10+ */
  color: white;
}
body.white-header .header-search :-moz-placeholder,
body.page-template-page-home3 .header-search :-moz-placeholder,
body.page-template-page-general .header-search :-moz-placeholder,
body.home .header-search :-moz-placeholder {
  /* Firefox 18- */
  color: white;
}
body.white-header .main-header.on-scroll-up .button-menu-line,
body.page-template-page-home3 .main-header.on-scroll-up .button-menu-line,
body.page-template-page-general .main-header.on-scroll-up .button-menu-line,
body.home .main-header.on-scroll-up .button-menu-line {
  background-color: #000723;
}
body.white-header .main-header.on-scroll-up .menu-item-has-children::before,
body.page-template-page-home3 .main-header.on-scroll-up .menu-item-has-children::before,
body.page-template-page-general .main-header.on-scroll-up .menu-item-has-children::before,
body.home .main-header.on-scroll-up .menu-item-has-children::before {
  background-image: url("images/svg/header-down.svg") !important;
}
body.white-header .main-header.on-scroll-up .header-search ::-webkit-input-placeholder,
body.page-template-page-home3 .main-header.on-scroll-up .header-search ::-webkit-input-placeholder,
body.page-template-page-general .main-header.on-scroll-up .header-search ::-webkit-input-placeholder,
body.home .main-header.on-scroll-up .header-search ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000723;
}
body.white-header .main-header.on-scroll-up .header-search ::-moz-placeholder,
body.page-template-page-home3 .main-header.on-scroll-up .header-search ::-moz-placeholder,
body.page-template-page-general .main-header.on-scroll-up .header-search ::-moz-placeholder,
body.home .main-header.on-scroll-up .header-search ::-moz-placeholder {
  /* Firefox 19+ */
  color: #000723;
}
body.white-header .main-header.on-scroll-up .header-search :-ms-input-placeholder,
body.page-template-page-home3 .main-header.on-scroll-up .header-search :-ms-input-placeholder,
body.page-template-page-general .main-header.on-scroll-up .header-search :-ms-input-placeholder,
body.home .main-header.on-scroll-up .header-search :-ms-input-placeholder {
  /* IE 10+ */
  color: #000723;
}
body.white-header .main-header.on-scroll-up .header-search :-moz-placeholder,
body.page-template-page-home3 .main-header.on-scroll-up .header-search :-moz-placeholder,
body.page-template-page-general .main-header.on-scroll-up .header-search :-moz-placeholder,
body.home .main-header.on-scroll-up .header-search :-moz-placeholder {
  /* Firefox 18- */
  color: #000723;
}
body.white-header .main-header,
body.page-template-page-home3 .main-header,
body.page-template-page-general .main-header,
body.home .main-header {
  background-color: transparent;
}

.footer-section {
  padding: 86px 0 37px;
  background: rgb(15, 45, 88);
  background: linear-gradient(180deg, rgb(15, 45, 88) 0%, rgb(5, 14, 54) 100%);
}
@media (max-width: 1240px) {
  .footer-section {
    padding: 70px 0 25px;
  }
}
@media (max-width: 767px) {
  .footer-section {
    padding: 40px 0 20px;
  }
}

@media (max-width: 767px) {
  .footer-top {
    flex-wrap: wrap;
  }
}

.footer-top-left {
  width: 50%;
}
@media (max-width: 767px) {
  .footer-top-left {
    width: 100%;
  }
}

.footer-logo a,
.footer-logo img {
  display: block;
}
.footer-logo a {
  margin-bottom: 20px;
  max-width: 187px;
}
@media (max-width: 767px) {
  .footer-logo a {
    margin-bottom: 10px;
  }
}

.footer-social {
  display: flex;
}
.footer-social li {
  margin-right: 10px;
}
.footer-social li a img {
  width: 23px;
  height: 23px;
}
@media (max-width: 960px) {
  .footer-social li a img {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 640px) {
  .footer-social li a img {
    width: 18px;
    height: 18px;
  }
}

.button-circle {
  width: 52px;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #11a0d9;
}
@media (max-width: 960px) {
  .button-circle {
    width: 40px;
    height: 40px;
  }
  .button-circle img {
    height: 14px;
  }
}
.button-circle:hover {
  background-color: #11a0d9;
}

.footer-top-right {
  width: 50%;
}
@media (max-width: 767px) {
  .footer-top-right {
    width: 100%;
    margin-top: 25px;
  }
}

.title-footer {
  color: #11a0d9;
  margin-bottom: 25px;
  font-weight: 500;
}
@media (max-width: 1240px) {
  .title-footer {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .title-footer {
    margin-bottom: 14px;
  }
}

.footer-top {
  margin-bottom: 70px;
}
@media (max-width: 1240px) {
  .footer-top {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .footer-top {
    margin-bottom: 30px;
  }
}

.footer-middle {
  display: flex;
}
@media (max-width: 960px) {
  .footer-middle {
    flex-wrap: wrap;
  }
}

.footer-insights {
  width: 33%;
  padding-right: 70px;
}
@media (max-width: 1240px) {
  .footer-insights {
    padding-right: 20px;
  }
}
@media (max-width: 960px) {
  .footer-insights {
    width: 50%;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .footer-insights {
    width: 60%;
  }
}
@media (max-width: 640px) {
  .footer-insights {
    width: 100%;
    padding-right: 0;
  }
}

.footer-links {
  width: 17%;
}
@media (max-width: 960px) {
  .footer-links {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .footer-links {
    width: 40%;
  }
}
@media (max-width: 640px) {
  .footer-links {
    width: 100%;
    margin-top: 25px;
  }
}

.footer-contact {
  width: 50%;
}
@media (max-width: 960px) {
  .footer-contact {
    width: 100%;
    margin-top: 10px;
  }
}

.newsletter-box input[type=email] {
  width: 324px;
  margin: 0;
}
@media (max-width: 1024px) {
  .newsletter-box input[type=email] {
    width: 300px;
  }
}
@media (max-width: 960px) {
  .newsletter-box input[type=email] {
    width: 220px;
  }
}
@media (max-width: 480px) {
  .newsletter-box input[type=email] {
    width: 100%;
    display: block;
  }
}
.newsletter-box button {
  margin: 0 0 0 10px;
}
@media (max-width: 480px) {
  .newsletter-box button {
    width: 100%;
    display: block;
    margin-left: 0;
    margin-top: 10px;
  }
}

.insight-item {
  margin-bottom: 20px;
}
.insight-item a {
  display: flex;
  position: relative;
}
.insight-item a:hover {
  text-decoration: none;
}
.insight-item a:hover p {
  color: #11a0d9;
}
.insight-item a:hover .insight-image-small {
  opacity: 0.7;
}
.insight-item p {
  font-weight: 500;
  color: white;
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
  padding-top: 5px;
  width: calc(100% - 94px);
  padding-left: 15px;
}
@media (max-width: 1240px) {
  .insight-item p {
    padding-top: 0;
  }
}
@media (max-width: 480px) {
  .insight-item p {
    font-size: 15px;
    font-weight: 400;
  }
}

.insight-image-small {
  display: block;
  border-radius: 4px;
  width: 94px;
  height: 78px;
}

.menu-footer-menu-container li {
  margin-bottom: 20px;
}
.menu-footer-menu-container a {
  text-decoration: underline;
  color: white;
  font-size: 16px;
  font-weight: 500;
}
.menu-footer-menu-container a:hover {
  text-decoration: none;
  color: #11a0d9;
}

@media (max-width: 480px) {
  .footer-contact-flex {
    display: block;
  }
}

.footer-contact-item {
  width: 50%;
  padding-right: 20px;
}
@media (max-width: 480px) {
  .footer-contact-item {
    width: 100%;
    padding-right: 0;
    margin-top: 20px;
  }
}

.contact-title {
  font-weight: 700;
  color: white;
}

.title-contact-row {
  font-size: 16px;
  display: block;
  text-decoration: underline;
  color: white;
  margin-top: 20px;
  font-weight: 700;
}
.title-contact-row:first-of-type {
  margin-top: 0;
}

.contact-item a {
  display: block;
  color: white;
  font-size: 16px;
  font-weight: 400;
}
.contact-item a:hover {
  text-decoration: none;
  color: #11a0d9;
}

.contact-row {
  margin-top: 20px;
}
@media (max-width: 480px) {
  .contact-row {
    margin-top: 5px;
  }
}

.footer-bottom {
  margin-top: 70px;
}
@media (max-width: 1240px) {
  .footer-bottom {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .footer-bottom {
    margin-top: 30px;
  }
}
.footer-bottom p,
.footer-bottom a {
  font-size: 16px;
  margin: 0;
  color: white;
}
.footer-bottom a:hover {
  text-decoration: none;
  color: #11a0d9;
}

@media (max-width: 767px) {
  .footer-bottom-flex {
    display: block;
  }
}

.footer-bottom-right {
  margin-left: auto;
}
@media (max-width: 767px) {
  .footer-bottom-right {
    margin-left: 0;
  }
}

.footer-bottom-links {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .footer-bottom-links {
    justify-content: flex-start;
  }
}

.noptin-form-fields {
  align-items: flex-start !important;
}

button[type=submit].noptin-form-submit {
  margin-top: auto;
  height: 54px;
}

.noptin-form-field::-moz-placeholder {
  color: #000 !important;
}

.noptin-form-field::placeholder {
  color: #000 !important;
}

button[type=submit].noptin-form-submit {
  padding-right: 33px;
}
button[type=submit].noptin-form-submit img {
  height: 9px;
  position: relative;
  left: 10px;
  display: inline-block !important;
  transition: all 0.3s;
}

.noptin-form-footer .noptin-form-submit {
  margin-top: 0;
}

.footer {
  background: linear-gradient(180deg, #0f2d58 0%, #050e36 100%);
  padding-top: 60px;
  padding-bottom: 40px;
}
@media (max-width: 960px) {
  .footer {
    padding-top: 50px;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .footer {
    padding-top: 40px;
  }
}
.footer .title-footer {
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 20px;
}
@media (max-width: 1450px) {
  .footer .title-footer {
    font-size: 18px;
  }
}
@media (max-width: 1240px) {
  .footer .title-footer {
    font-size: 17px;
  }
}
@media (max-width: 960px) {
  .footer .title-footer {
    font-size: 16px;
    margin-bottom: 8px;
  }
}
.footer .footer-first {
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .footer .footer-1 {
    width: 50%;
    text-align: center;
  }
}
@media (max-width: 640px) {
  .footer .footer-1 {
    width: 100%;
  }
}
.footer .footer-1 .widget_media_image {
  margin-bottom: 20px;
}
.footer .footer-1 .widget_media_image img {
  max-width: 240px !important;
  height: auto;
  width: auto;
}
@media (max-width: 1450px) {
  .footer .footer-1 .widget_media_image img {
    max-width: 200px !important;
  }
}
@media (max-width: 1240px) {
  .footer .footer-1 .widget_media_image img {
    max-width: 180px !important;
  }
}
@media (max-width: 960px) {
  .footer .footer-1 .widget_media_image img {
    max-width: 160px !important;
  }
}
@media (max-width: 767px) {
  .footer .footer-1 .widget_media_image img {
    max-width: 150px !important;
  }
}
.footer .footer-1 .big {
  font-size: 18px;
  text-decoration: none;
  font-weight: 500;
}
@media (max-width: 1450px) {
  .footer .footer-1 .big {
    font-size: 17px;
  }
}
@media (max-width: 1240px) {
  .footer .footer-1 .big {
    font-size: 16px;
  }
}
@media (max-width: 960px) {
  .footer .footer-1 .big {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .footer .footer-1 .big {
    font-size: 14px;
  }
}
.footer .footer-1 .big:hover {
  color: #fff;
  opacity: 0.7;
  text-decoration: none;
}
.footer .footer-1 .footer-social {
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .footer .footer-1 .footer-social {
    justify-content: center;
  }
}
.footer .footer-1 .footer-social li a {
  width: 44px;
  height: 44px;
}
@media (max-width: 1024px) {
  .footer .footer-1 .footer-social li a {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 960px) {
  .footer .footer-1 .footer-social li a {
    width: 36px;
    height: 36px;
  }
}
.footer .menu-footer-menu-container li {
  margin-bottom: 8px;
}
@media (max-width: 960px) {
  .footer .menu-footer-menu-container li {
    margin-bottom: 4px;
  }
}
.footer .menu-footer-menu-container li a {
  text-decoration: none;
  font-size: 15px;
}
@media (max-width: 1240px) {
  .footer .menu-footer-menu-container li a {
    font-size: 14px;
  }
}
@media (max-width: 960px) {
  .footer .menu-footer-menu-container li a {
    font-size: 13px;
  }
}
.footer .menu-footer-menu-container li a:hover {
  color: #fff;
  opacity: 0.7;
  text-decoration: none;
}
.footer .contact-us {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -10px;
  margin-right: -10px;
}
.footer .contact-us li {
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 640px) {
  .footer .contact-us li {
    width: 100%;
  }
}
.footer .contact-us li .big-name {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 17px;
  text-decoration: underline;
}
@media (max-width: 1450px) {
  .footer .contact-us li .big-name {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .footer .contact-us li .big-name {
    font-size: 15px;
  }
}
@media (max-width: 960px) {
  .footer .contact-us li .big-name {
    font-size: 14px;
  }
}
.footer .contact-us li .subtitle {
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 15px;
}
@media (max-width: 1240px) {
  .footer .contact-us li .subtitle {
    font-size: 14px;
  }
}
@media (max-width: 960px) {
  .footer .contact-us li .subtitle {
    font-size: 13px;
  }
}
.footer .contact-us li .link {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 15px;
}
@media (max-width: 1240px) {
  .footer .contact-us li .link {
    font-size: 14px;
  }
}
@media (max-width: 960px) {
  .footer .contact-us li .link {
    font-size: 13px;
  }
}
.footer .contact-us li .link a {
  text-decoration: none;
}
.footer .contact-us li .link a:hover {
  color: #fff;
  opacity: 0.7;
  text-decoration: none;
}
.footer .contact-us li .item-box {
  margin-bottom: 25px;
  margin-top: 5px;
}
@media (max-width: 1024px) {
  .footer .footer-2 {
    width: 50%;
    text-align: center;
  }
}
@media (max-width: 640px) {
  .footer .footer-2 {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .footer .footer-3 {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 640px) {
  .footer .footer-3 {
    padding-top: 20px;
  }
}
.footer .footer-second {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  border-top: 1px solid rgba(255, 255, 255, 0.1019607843);
  padding-top: 20px;
  margin-top: 20px;
  justify-content: space-between;
}
@media (max-width: 640px) {
  .footer .footer-second {
    display: block;
    text-align: center;
  }
}
.footer .footer-second .textwidget p {
  margin: 0;
  font-size: 14px;
}
@media (max-width: 1024px) {
  .footer .footer-second .textwidget p {
    font-size: 13px;
  }
}
@media (max-width: 960px) {
  .footer .footer-second .textwidget p {
    font-size: 12px;
  }
}
.footer .footer-second .menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 640px) {
  .footer .footer-second .menu {
    justify-content: center;
    padding-top: 10px;
  }
}
.footer .footer-second .menu li {
  margin-left: 10px;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1em;
}
.footer .footer-second .menu li a {
  font-size: 14px;
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .footer .footer-second .menu li a {
    font-size: 13px;
  }
}
@media (max-width: 960px) {
  .footer .footer-second .menu li a {
    font-size: 12px;
  }
}

.hero-video {
  position: relative;
  height: 857px;
  overflow: hidden;
}
@media screen and (max-width: 1680px) {
  .hero-video {
    height: 800px;
  }
}
@media (max-width: 1600px) {
  .hero-video {
    height: 650px;
  }
}
@media (max-width: 767px) {
  .hero-video {
    height: 480px;
  }
}

.video-flex {
  width: 100%;
  height: 100%;
  align-items: center;
  display: flex;
  background: rgb(5, 14, 54);
  background: linear-gradient(90deg, rgb(5, 14, 54) 0%, rgba(5, 14, 54, 0) 100%);
}
@media (max-width: 767px) {
  .video-flex.blue-gradient {
    background: linear-gradient(180deg, #050e36 0%, rgba(0, 0, 0, 0) 100%);
  }
}

.video-overlay {
  width: 100%;
  height: 100%;
}

.video-text {
  max-width: 560px;
  margin-right: auto;
  z-index: 1;
  position: relative;
  padding-top: 86px;
}
@media (max-width: 1240px) {
  .video-text {
    max-width: 650px;
  }
}
@media (max-width: 960px) {
  .video-text {
    max-width: 700px;
  }
}
@media (max-width: 767px) {
  .video-text {
    padding-top: 66px;
    margin-left: auto;
    text-align: center;
  }
}
.video-text h1,
.video-text p {
  color: white;
}
.video-text h1 {
  margin-bottom: 17px;
}
@media (max-width: 1240px) {
  .video-text h1 {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .video-text h1 {
    margin: 0 auto 15px auto;
  }
}
@media (max-width: 640px) {
  .video-text h1 {
    margin-bottom: 5px;
  }
}
.video-text p {
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 30px;
}
@media (max-width: 1240px) {
  .video-text p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .video-text p {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
@media (max-width: 640px) {
  .video-text p {
    font-size: 15px;
  }
}

.video-wrap {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  height: 985px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
}

.hero-video video {
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  right: -100%;
  bottom: -100%;
  top: -100%;
  left: -100%;
  margin: auto;
  min-width: 100%;
  min-height: 100%;
}

.social-hero-icons {
  display: block;
  position: absolute;
  top: 300px;
  right: 80px;
  z-index: 1;
}
@media screen and (max-width: 1680px) {
  .social-hero-icons {
    top: 230px;
  }
}
@media (max-width: 1600px) {
  .social-hero-icons {
    top: 200px;
  }
}
@media (max-width: 1240px) {
  .social-hero-icons {
    right: 30px;
  }
}
@media (max-width: 767px) {
  .social-hero-icons {
    display: none;
  }
}
.social-hero-icons li {
  text-align: center;
  margin: 40px 0;
}
.social-hero-icons li a i {
  color: #fff;
}
.social-hero-icons a:hover {
  opacity: 0.7;
}
.social-hero-icons img {
  width: auto;
  height: auto;
}
@media (max-width: 1240px) {
  .social-hero-icons img {
    width: 25px;
    height: 25px;
  }
}

.services-section {
  background-color: #06123a;
  padding: 70px 0;
  position: relative;
  margin-top: -1px;
}
@media (max-width: 1600px) {
  .services-section {
    padding: 50px 0;
  }
}
@media (max-width: 960px) {
  .services-section {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .services-section {
    padding: 10px 0;
  }
}

.services-flex {
  display: flex;
  justify-content: center;
  margin-left: -10px;
  margin-right: -10px;
}
@media (max-width: 767px) {
  .services-flex {
    flex-wrap: wrap;
  }
}

.service-item {
  width: 25%;
  text-align: center;
  padding: 0 10px;
}
@media (max-width: 767px) {
  .service-item {
    width: 50%;
    padding: 20px 10px;
  }
}
@media (max-width: 640px) {
  .service-item {
    padding: 10px;
  }
}
.service-item h5,
.service-item p {
  color: white;
}

.service-icon {
  margin-bottom: 25px;
  display: flex;
  height: 64px;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1600px) {
  .service-icon {
    height: 60px;
    margin-bottom: 15px;
  }
}
@media (max-width: 960px) {
  .service-icon {
    height: 48px;
    margin-bottom: 14px;
  }
}
.service-icon img {
  height: 100%;
}

.service-box {
  display: block;
  max-width: 230px;
  margin-left: auto;
  margin-right: auto;
}
.service-box:hover {
  text-decoration: none;
}
.service-box:hover p {
  opacity: 1;
}
.service-box:hover img {
  opacity: 0.6;
}
.service-box h5 {
  margin-bottom: 10px;
  max-width: 205px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
}
@media (max-width: 960px) {
  .service-box h5 {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .service-box h5 {
    font-size: 15px;
  }
}
.service-box p {
  font-size: 16px;
  opacity: 0.6;
  margin: 0;
}
@media (max-width: 960px) {
  .service-box p {
    font-size: 14px;
  }
}

.insight-row {
  margin-top: -1px;
}
@media screen and (max-width: 2400px) {
  .insight-row .insight-text {
    justify-content: center;
  }
}
.insight-row:nth-child(even) {
  flex-direction: row-reverse;
}
.insight-row:nth-child(even) .insight-text {
  justify-content: flex-end;
}
@media screen and (max-width: 2400px) {
  .insight-row:nth-child(even) .insight-text {
    justify-content: center;
  }
}
@media (max-width: 640px) {
  .insight-row {
    display: block;
  }
}

.insight-image {
  width: 50%;
  min-height: 350px;
}
@media (max-width: 640px) {
  .insight-image {
    width: 100%;
    min-height: 200px;
    height: 200px;
  }
}

.insight-text {
  width: 50%;
  min-height: 350px;
  align-self: stretch;
  display: flex;
  align-items: center;
  padding: 70px 140px;
}
@media (max-width: 1450px) {
  .insight-text {
    padding: 70px;
  }
}
@media (max-width: 960px) {
  .insight-text {
    padding: 50px 30px;
  }
}
@media (max-width: 640px) {
  .insight-text {
    width: 100%;
    padding: 30px 20px;
    min-height: 1px;
  }
}

.insight-text-box {
  max-width: 371px;
}
@media (max-width: 640px) {
  .insight-text-box {
    max-width: 100%;
  }
}
.insight-text-box p {
  margin: 0;
}
.insight-text-box a {
  text-decoration: none;
}
.insight-text-box a:hover p {
  color: #000723;
}
.insight-text-box a:hover h3 {
  color: #11a0d9;
}
.insight-text-box a h3 {
  margin-bottom: 15px;
}
.insight-text-box a p {
  color: #3b3b3b;
}

.insight-details {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
  margin-top: 21px;
}
@media (max-width: 960px) {
  .insight-details {
    margin-bottom: 20px;
    margin-top: 14px;
  }
}
.insight-details span {
  color: #c6c6c6;
  font-size: 16px;
  display: flex;
  align-items: center;
}
@media (max-width: 1450px) {
  .insight-details span {
    font-size: 14px;
  }
}
.insight-details img {
  margin-right: 5px;
}
@media (max-width: 1450px) {
  .insight-details img {
    height: 15px;
  }
}

.seen-by {
  margin-left: 20px;
}

.insight-image-box {
  display: block;
  width: 100%;
  height: 100%;
}

.trust-section {
  margin-top: -1px;
  padding: 205px 0;
  background: rgb(15, 45, 88);
  background: radial-gradient(circle, rgb(15, 45, 88) 0%, rgb(5, 14, 54) 100%);
  position: relative;
}
@media (max-width: 1600px) {
  .trust-section {
    padding: 150px 0;
  }
}
@media (max-width: 1240px) {
  .trust-section {
    padding: 100px 0;
  }
}
@media (max-width: 640px) {
  .trust-section {
    padding: 60px 0;
    background-size: 100%;
  }
}
.trust-section:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("images/svg/map-trust.svg");
  opacity: 0.1;
  background-repeat: no-repeat;
  background-position: center;
}
.trust-section .container {
  z-index: 1;
}

.trust-flex {
  justify-content: center;
}

.trust-item {
  width: 33.3333%;
  text-align: center;
}
.trust-item .trust-icon,
.trust-item .trust-text {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4px;
}

.trust-icon {
  height: 70px;
}
@media (max-width: 1240px) {
  .trust-icon {
    height: 60px;
  }
}
@media (max-width: 640px) {
  .trust-icon {
    height: 50px;
  }
}
.trust-icon img {
  height: 100%;
}

.counter-section {
  display: flex;
  justify-content: center;
}
.counter-section span {
  font-size: 72px;
  font-weight: 900;
  color: white;
  line-height: 1;
  display: block;
}
@media (max-width: 1450px) {
  .counter-section span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .counter-section span {
    font-size: 48px;
  }
}
@media (max-width: 640px) {
  .counter-section span {
    font-size: 36px;
  }
}
@media (max-width: 480px) {
  .counter-section span {
    font-size: 30px;
  }
}

.trust-text {
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  color: white;
}
@media (max-width: 1450px) {
  .trust-text {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .trust-text {
    font-size: 14px;
  }
}

.references-flex {
  padding: 100px 0;
}
@media (max-width: 1240px) {
  .references-flex {
    padding: 80px 0 60px;
  }
}
@media (max-width: 767px) {
  .references-flex {
    padding: 60px 0;
    display: block;
  }
}
@media (max-width: 640px) {
  .references-flex {
    padding: 50px 0;
  }
}

.references-text {
  width: 50%;
  padding-right: 40px;
}
@media (max-width: 767px) {
  .references-text {
    width: 100%;
    padding-right: 0;
    margin-bottom: 25px;
  }
}

.references-text-box {
  max-width: 365px;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .references-text-box {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    max-width: 420px;
  }
}
.references-text-box p {
  color: #000723;
  margin: 0 0 20px;
}

.testimonial-text {
  margin: 0 0 20px;
}

.testimonial-user {
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 1450px) {
  .testimonial-user {
    font-size: 18px;
  }
}
@media (max-width: 960px) {
  .testimonial-user {
    font-size: 16px;
  }
}

.references-right {
  width: 50%;
}
@media (max-width: 767px) {
  .references-right {
    width: 100%;
  }
}

.references-slide {
  padding: 6px;
}

.slide-box {
  border-radius: 8px;
  padding: 50px 75px;
}
@media (max-width: 1240px) {
  .slide-box {
    padding: 40px;
  }
}
@media (max-width: 960px) {
  .slide-box {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .slide-box {
    text-align: center;
  }
}

.box-shadow {
  box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.08);
}

.references-arrows {
  margin-left: auto;
  margin-top: 40px;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .references-arrows {
    margin-top: 20px;
    justify-content: center;
  }
}

.prev-btn-small,
.next-btn-small {
  width: 52px;
  height: 52px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #11a0d9;
}
@media (max-width: 960px) {
  .prev-btn-small,
  .next-btn-small {
    width: 40px;
    height: 40px;
  }
  .prev-btn-small img,
  .next-btn-small img {
    height: 12px;
  }
}

.next-btn-small {
  margin-left: 10px;
}

.parteners-slider {
  margin-left: -8px;
  margin-right: -8px;
}

.parteners-item {
  padding: 8px;
}
.parteners-item .box-shadow {
  height: 127px;
  padding: 20px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 8px;
  width: 100%;
  background-color: white;
}
@media (max-width: 1240px) {
  .parteners-item .box-shadow {
    height: 104px;
    padding: 10px 30px;
  }
}
@media (max-width: 960px) {
  .parteners-item .box-shadow {
    padding: 10px 20px;
  }
}
@media (max-width: 640px) {
  .parteners-item .box-shadow {
    height: 80px;
    padding: 10px 15px;
  }
}
.parteners-item .box-shadow img {
  max-height: 100px;
  width: auto !important;
}
@media (max-width: 1240px) {
  .parteners-item .box-shadow img {
    max-height: 80px;
  }
}
@media (max-width: 640px) {
  .parteners-item .box-shadow img {
    max-height: 60px;
  }
}

.references-section {
  background-image: url("images/png/references-background.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 100px;
}
@media (max-width: 1240px) {
  .references-section {
    padding-bottom: 80px;
  }
}
@media (max-width: 960px) {
  .references-section {
    background-size: 600px;
  }
}

.slick-dots {
  position: relative;
  bottom: 0;
  margin-top: 32px;
}
.slick-dots li:only-child {
  display: none;
}
@media (max-width: 767px) {
  .slick-dots {
    margin-top: 20px;
  }
}

.slick-dots li {
  margin: 0 4px;
}
.slick-dots li.slick-active button {
  background-color: transparent;
  border: 1px solid #11a0d9;
  width: 20px;
  height: 20px;
}
.slick-dots li button {
  background-color: #c9c9cb;
  display: block;
  width: 15px;
  height: 15px;
  padding: 0;
  border-radius: 50%;
}
.slick-dots li button:before {
  display: none;
}

.slick-dotted.slick-slider {
  margin: 0;
}

#adminmenu .wp-menu-image img {
  opacity: 1 !important;
  width: 21px !important;
}

.section-boxes-large {
  background: #050e36;
}
.section-boxes-large .item-box-large {
  background: #f8faff;
  padding: 40px;
  position: relative;
}
@media (max-width: 1450px) {
  .section-boxes-large .item-box-large {
    padding: 30px;
    min-height: 350px;
  }
}
@media (max-width: 1240px) {
  .section-boxes-large .item-box-large {
    padding: 25px;
  }
}
@media (max-width: 960px) {
  .section-boxes-large .item-box-large {
    width: 50%;
    min-height: initial;
  }
}
@media (max-width: 640px) {
  .section-boxes-large .item-box-large {
    width: 100%;
  }
}
.section-boxes-large .item-box-large .wrap-item-box {
  height: 100%;
}
.section-boxes-large .item-box-large .fake-btn {
  position: absolute;
  right: 30px;
  top: 30px;
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  background: rgba(5, 14, 54, 0.2);
  border-radius: 50px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
}
.section-boxes-large .item-box-large .fake-btn img {
  width: 14px;
  height: auto;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media (max-width: 1240px) {
  .section-boxes-large .item-box-large .fake-btn img {
    width: 13px;
  }
}
@media (max-width: 1450px) {
  .section-boxes-large .item-box-large .fake-btn {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 1240px) {
  .section-boxes-large .item-box-large .fake-btn {
    width: 30px;
    height: 30px;
    right: 20px;
    top: 20px;
  }
}
@media (max-width: 960px) {
  .section-boxes-large .item-box-large .fake-btn {
    display: none;
  }
}
.section-boxes-large .item-box-large .title {
  font-size: 30px;
  color: #040d35;
  margin-top: 40px;
  margin-bottom: 10px;
  font-weight: 500;
}
@media (max-width: 1450px) {
  .section-boxes-large .item-box-large .title {
    font-size: 25px;
    line-height: 1.1em;
    margin-top: 50px;
  }
}
@media (max-width: 1240px) {
  .section-boxes-large .item-box-large .title {
    margin-top: 60px;
    font-size: 23px;
  }
}
@media (max-width: 960px) {
  .section-boxes-large .item-box-large .title {
    font-size: 21px;
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  .section-boxes-large .item-box-large .title {
    font-size: 18px;
    margin-top: 15px;
  }
}
@media (max-width: 1450px) {
  .section-boxes-large .item-box-large .icon img {
    width: 100px;
    height: auto;
  }
}
@media (max-width: 1450px) {
  .section-boxes-large .item-box-large .icon img {
    width: 90px;
  }
}
@media (max-width: 960px) {
  .section-boxes-large .item-box-large .icon img {
    width: 80px;
  }
}
.section-boxes-large .item-box-large .subtitle {
  color: #040d35;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 1450px) {
  .section-boxes-large .item-box-large .subtitle {
    font-size: 16px;
    line-height: 1.3em;
  }
}
@media (max-width: 1240px) {
  .section-boxes-large .item-box-large .subtitle {
    font-size: 15px;
  }
}
@media (max-width: 1024px) {
  .section-boxes-large .item-box-large .subtitle {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .section-boxes-large .item-box-large .subtitle {
    font-size: 13px;
  }
}
.section-boxes-large .item-box-large .hidden-text {
  opacity: 0;
  visibility: hidden;
  background: #f8faff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 40px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}
@media (max-width: 1450px) {
  .section-boxes-large .item-box-large .hidden-text {
    padding: 30px;
  }
}
@media (max-width: 1240px) {
  .section-boxes-large .item-box-large .hidden-text {
    padding: 25px;
  }
}
@media (max-width: 960px) {
  .section-boxes-large .item-box-large .hidden-text {
    display: none !important;
  }
}
.section-boxes-large .item-box-large .wrap-header {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.section-boxes-large .item-box-large .mobile-only {
  display: none;
}
@media (max-width: 960px) {
  .section-boxes-large .item-box-large .mobile-only {
    display: block !important;
  }
}
.section-boxes-large .item-box-large.item-box-dark {
  background: #050e36;
}
.section-boxes-large .item-box-large.item-box-dark .title {
  color: #f2f9ff;
}
.section-boxes-large .item-box-large.item-box-dark .subtitle {
  color: #f2f9ff;
}
.section-boxes-large .item-box-large.item-box-dark .fake-btn {
  background: rgba(232, 232, 232, 0.2);
}
.section-boxes-large .item-box-large.item-box-dark .hidden-text {
  background: #050e36;
}
.section-boxes-large .item-box-large.white-txt .wrap-text {
  color: #fff;
}
.section-boxes-large .item-box-large .text-end {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  flex-direction: row;
  height: 100%;
}
.section-boxes-large .item-box-large .wrap-text {
  padding-top: 50px;
}
@media (max-width: 1240px) {
  .section-boxes-large .item-box-large .wrap-text {
    padding-top: 30px;
  }
}
@media (max-width: 960px) {
  .section-boxes-large .item-box-large .wrap-text {
    padding-top: 10px;
  }
}
.section-boxes-large .item-box-large .wrap-text p {
  font-size: 18px;
}
@media (max-width: 1450px) {
  .section-boxes-large .item-box-large .wrap-text p {
    font-size: 16px;
    line-height: 1.3em;
  }
}
@media (max-width: 1240px) {
  .section-boxes-large .item-box-large .wrap-text p {
    font-size: 15px;
  }
}
@media (max-width: 1024px) {
  .section-boxes-large .item-box-large .wrap-text p {
    font-size: 14px;
  }
}
@media (max-width: 960px) {
  .section-boxes-large .item-box-large .wrap-text p {
    line-height: 1.5em;
  }
}
@media (max-width: 640px) {
  .section-boxes-large .item-box-large .wrap-text p {
    font-size: 13px;
  }
}
@media screen and (min-width: 960px) {
  .section-boxes-large .item-box-large:hover .hidden-text {
    opacity: 1;
    visibility: visible;
  }
  .section-boxes-large .item-box-large:hover .fake-btn img {
    transform: rotate(45deg);
  }
}

.section {
  padding: 70px 0;
}
@media (max-width: 1240px) {
  .section {
    padding: 50px 0;
  }
}
@media (max-width: 960px) {
  .section {
    padding: 40px 0;
  }
}

.section_map .general-map img {
  width: 100%;
  height: auto;
}
.section_map .top-numbers {
  padding-top: 40px;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .section_map .top-numbers {
    padding-top: 20px;
    padding-bottom: 30px;
  }
}
.section_map .top-numbers .counter-item {
  border-right: 1px solid #e1e1e1;
}
.section_map .top-numbers .counter-item:last-child {
  border-right: none;
}
.section_map .top-numbers .counter-item .counter-top {
  font-size: 48px;
  line-height: 1;
}
@media (max-width: 1450px) {
  .section_map .top-numbers .counter-item .counter-top {
    font-size: 40px;
  }
}
@media (max-width: 1240px) {
  .section_map .top-numbers .counter-item .counter-top {
    font-size: 36px;
  }
}
@media (max-width: 960px) {
  .section_map .top-numbers .counter-item .counter-top {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .section_map .top-numbers .counter-item .counter-top {
    font-size: 28px;
  }
}
@media (max-width: 640px) {
  .section_map .top-numbers .counter-item .counter-top {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .section_map .top-numbers .counter-item .counter-top {
    font-size: 20px;
  }
}
.section_map .top-numbers .counter-item .counter-top .big-counter {
  color: #040d35;
  line-height: 1;
}
.section_map .top-numbers .counter-item .counter-top .counter-after {
  color: #41baea;
  line-height: 1;
}
.section_map .top-numbers .counter-item .counter-bottom {
  color: #040d35;
  font-size: 20px;
  font-weight: 300;
}
@media (max-width: 1450px) {
  .section_map .top-numbers .counter-item .counter-bottom {
    font-size: 18px;
  }
}
@media (max-width: 1240px) {
  .section_map .top-numbers .counter-item .counter-bottom {
    font-size: 17px;
  }
}
@media (max-width: 960px) {
  .section_map .top-numbers .counter-item .counter-bottom {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .section_map .top-numbers .counter-item .counter-bottom {
    font-size: 15px;
  }
}
@media (max-width: 640px) {
  .section_map .top-numbers .counter-item .counter-bottom {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .section_map .top-numbers .counter-item .counter-bottom {
    font-size: 13px;
  }
}
@media (max-width: 400px) {
  .section_map .top-numbers .counter-item .counter-bottom {
    font-size: 12px;
  }
}

.section-testimonials {
  background-color: #fcfdff;
}
.section-testimonials .testimonials-slider:not(.slick-slider) {
  height: 300px;
  overflow: hidden;
}
.section-testimonials .the-content {
  padding-right: 100px;
}
@media (max-width: 1024px) {
  .section-testimonials .the-content {
    padding-right: 50px;
  }
}
@media (max-width: 960px) {
  .section-testimonials .the-content {
    padding-right: 0;
  }
}
.section-testimonials .the-content h2 {
  margin-top: 0;
  margin-bottom: 20px;
}
.section-testimonials .testimonials-arrows {
  display: flex;
  align-items: center;
  margin-top: 25px;
}
.section-testimonials .testimonials-arrows .slick-arrow {
  margin-right: 15px;
}
@media (max-width: 767px) {
  .section-testimonials .testimonials-arrows .slick-arrow {
    margin-right: 12px;
  }
}
.section-testimonials .slick-arrow {
  background-color: #f0f4fa;
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
}
@media (max-width: 960px) {
  .section-testimonials .slick-arrow {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 767px) {
  .section-testimonials .slick-arrow {
    width: 38px;
    height: 38px;
  }
}
@media (max-width: 960px) {
  .section-testimonials .slick-arrow img {
    width: 15px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .section-testimonials .slick-arrow img {
    width: 14px;
  }
}
.section-testimonials .slick-arrow:before {
  content: none;
}
.section-testimonials .slick-arrow:hover {
  background-color: #e1ebfb;
}
.section-testimonials .testimonial-slide .testimonial-wrap {
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid rgba(236, 236, 236, 0.6);
  padding: 30px;
  margin-bottom: 20px;
}
@media (max-width: 960px) {
  .section-testimonials .testimonial-slide .testimonial-wrap {
    padding: 25px;
  }
}
@media (max-width: 767px) {
  .section-testimonials .testimonial-slide .testimonial-wrap {
    padding: 20px;
  }
}
.section-testimonials .testimonial-slide .testimonial-wrap .ratting {
  margin-bottom: 15px;
}
.section-testimonials .testimonial-slide .testimonial-wrap .ratting i {
  color: #ffc907;
}
.section-testimonials .testimonial-slide .testimonial-wrap .testimonial-text {
  color: #3b3b3b;
  font-size: 18px;
  text-align: justify;
}
@media (max-width: 1240px) {
  .section-testimonials .testimonial-slide .testimonial-wrap .testimonial-text {
    font-size: 16px;
  }
}
@media (max-width: 960px) {
  .section-testimonials .testimonial-slide .testimonial-wrap .testimonial-text {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .section-testimonials .testimonial-slide .testimonial-wrap .testimonial-text {
    font-size: 14px;
  }
}
.section-testimonials .testimonial-slide .testimonial-wrap .testimonial-user {
  font-weight: 600;
  font-size: 20px;
  color: #040d35;
  margin: 0;
}
@media (max-width: 1240px) {
  .section-testimonials .testimonial-slide .testimonial-wrap .testimonial-user {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .section-testimonials .testimonial-slide .testimonial-wrap .testimonial-user {
    font-size: 16px;
  }
}
@media (max-width: 960px) {
  .section-testimonials .testimonial-slide .testimonial-wrap .testimonial-user {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .section-testimonials .testimonial-slide .testimonial-wrap .testimonial-user {
    font-size: 14px;
  }
}

.section_slider_blue {
  background-image: url(images/jpg/bg-articles.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}
.section_slider_blue .the-content-large {
  margin-bottom: 40px;
}
@media (max-width: 960px) {
  .section_slider_blue .the-content-large {
    margin-bottom: 25px;
  }
}
.section_slider_blue .the-content-large p {
  margin-top: 0;
}
.section_slider_blue .flex-intro {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2196078431);
  margin-bottom: 25px;
  padding-bottom: 30px;
  padding-top: 25px;
}
@media (max-width: 960px) {
  .section_slider_blue .flex-intro {
    padding-top: 15px;
    margin-bottom: 15px;
    padding-bottom: 20px;
  }
}
.section_slider_blue .flex-intro .title {
  margin-bottom: 0;
}
.section_slider_blue .flex-intro .wrap-button2 {
  text-align: right;
}
@media (max-width: 767px) {
  .section_slider_blue .flex-intro .wrap-button2 {
    padding-top: 15px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .section_slider_blue .flex-intro .col_50 {
    width: 100%;
    text-align: center;
  }
}

.container-big {
  max-width: 1550px;
  width: 100%;
  margin: 0 auto;
}

.section_team {
  background-color: #f0f5ff;
  position: relative;
}
.section_team:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #f0f5ff;
  opacity: 0.98;
}
.section_team .container,
.section_team .container-big {
  position: relative;
  z-index: 1;
}
.section_team .the-content h2 {
  margin-top: 0;
}
.section_team .trending-slide {
  width: 20%;
  height: 550px;
  position: relative;
  padding: 3rem 0;
}
@media (max-width: 1450px) {
  .section_team .trending-slide {
    width: 23%;
    height: 500px;
  }
}
@media (max-width: 1240px) {
  .section_team .trending-slide {
    width: 25%;
  }
}
@media (max-width: 960px) {
  .section_team .trending-slide {
    width: 28%;
    height: 450px;
  }
}
@media (max-width: 767px) {
  .section_team .trending-slide {
    width: 33%;
    height: 400px;
    padding: 2rem 0;
  }
}
@media (max-width: 640px) {
  .section_team .trending-slide {
    width: 37%;
    height: 370px;
  }
}
@media (max-width: 480px) {
  .section_team .trending-slide {
    width: 40%;
    height: 320px;
  }
}
@media (max-width: 400px) {
  .section_team .trending-slide {
    width: 45%;
    height: 280px;
  }
}
.section_team .trending-slide.swiper-slide-active .trending-slide-img {
  width: 120%;
  margin-left: -10%;
}
@media (max-width: 640px) {
  .section_team .trending-slide.swiper-slide-active .trending-slide-img .trending-slide-content {
    bottom: 0;
  }
}
.section_team .trending-slide.swiper-slide-active .trending-slide-img:hover .trending-slide-content {
  bottom: 0;
}
.section_team .trending-slide .trending-slide-img {
  height: 500px;
  background-color: #fff;
  background-size: contain;
  background-position: bottom center;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0px 0px 19px 1px rgba(0, 0, 0, 0.04);
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media (max-width: 1240px) {
  .section_team .trending-slide .trending-slide-img {
    height: 450px;
  }
}
@media (max-width: 960px) {
  .section_team .trending-slide .trending-slide-img {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .section_team .trending-slide .trending-slide-img {
    height: 380px;
  }
}
@media (max-width: 640px) {
  .section_team .trending-slide .trending-slide-img {
    height: 340px;
  }
}
@media (max-width: 480px) {
  .section_team .trending-slide .trending-slide-img {
    height: 300px;
  }
}
@media (max-width: 400px) {
  .section_team .trending-slide .trending-slide-img {
    height: 260px;
  }
}
.section_team .trending-slide .trending-slide-img img {
  width: 100%;
  height: 500px;
  -o-object-fit: contain;
     object-fit: contain;
}
.section_team .trending-slide .trending-slide-img .trending-slide-content {
  position: absolute;
  padding: 10px 15px;
  right: 0;
  text-align: center;
  width: 100%;
  bottom: -100%;
  transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  background: rgba(255, 255, 255, 0.4588235294);
}
@media (max-width: 640px) {
  .section_team .trending-slide .trending-slide-img .trending-slide-content {
    padding: 8px 12px;
  }
}
.section_team .trending-slide .trending-slide-img .trending-slide-content .occ {
  margin-top: 3px;
  margin-bottom: 0;
  font-size: 15px;
}
@media (max-width: 960px) {
  .section_team .trending-slide .trending-slide-img .trending-slide-content .occ {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .section_team .trending-slide .trending-slide-img .trending-slide-content .occ {
    font-size: 13px;
  }
}
@media (max-width: 640px) {
  .section_team .trending-slide .trending-slide-img .trending-slide-content .occ {
    font-size: 10px;
    margin-top: 0px;
  }
}
.section_team .trending-slide .trending-slide-img .trending-slide-content .team-popup-share {
  margin-top: 8px;
}
.section_team .trending-slide .trending-slide-img .trending-slide-content .team-popup-share li {
  margin: 0 6px;
}
@media (max-width: 767px) {
  .section_team .trending-slide .trending-slide-img .trending-slide-content .team-popup-share li {
    margin: 0 4px;
  }
}
@media (max-width: 640px) {
  .section_team .trending-slide .trending-slide-img .trending-slide-content .team-popup-share li {
    margin: 0 2px;
  }
}
.section_team .trending-slide .trending-slide-img .trending-slide-content .team-popup-share li a {
  width: 30px;
  height: 30px;
  background: #00336c;
  color: #fff;
  border: none;
}
@media (max-width: 767px) {
  .section_team .trending-slide .trending-slide-img .trending-slide-content .team-popup-share li a {
    width: 28px;
    height: 28px;
  }
}
@media (max-width: 640px) {
  .section_team .trending-slide .trending-slide-img .trending-slide-content .team-popup-share li a {
    width: 25px;
    height: 25px;
  }
}
.section_team .trending-slide .trending-slide-img .trending-slide-content .team-popup-share li a:hover {
  text-decoration: none;
  background-color: #012248;
}
.section_team .trending-slide .trending-slide-img .trending-slide-content .team-popup-share li a.linkedin {
  background: #2394c1;
}
.section_team .trending-slide .trending-slide-img .trending-slide-content .team-popup-share li a.linkedin:hover {
  background: #1a7ba1;
}
.section_team .trending-slide .trending-slide-img .trending-slide-content .team-popup-share li a i {
  font-size: 13px;
}
@media (max-width: 767px) {
  .section_team .trending-slide .trending-slide-img .trending-slide-content .team-popup-share li a i {
    font-size: 12px;
  }
}
@media (max-width: 640px) {
  .section_team .trending-slide .trending-slide-img .trending-slide-content .team-popup-share li a i {
    font-size: 11px;
  }
}
.section_team .trending-slide .trending-slide-img .name {
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
}
@media (max-width: 1240px) {
  .section_team .trending-slide .trending-slide-img .name {
    font-size: 14px;
  }
}
@media (max-width: 960px) {
  .section_team .trending-slide .trending-slide-img .name {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .section_team .trending-slide .trending-slide-img .name {
    font-size: 12px;
  }
}
@media (max-width: 640px) {
  .section_team .trending-slide .trending-slide-img .name {
    font-size: 11px;
  }
}
.section_team .trending-slide-img {
  position: relative;
}
.section_team .swiper-slide-shadow-left,
.section_team .swiper-slide-shadow-right {
  display: none;
}
.section_team .trending-slider-control {
  position: relative;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin-top: 20px;
}
@media (max-width: 1450px) {
  .section_team .trending-slider-control {
    margin-top: 80px;
  }
}
@media (max-width: 1240px) {
  .section_team .trending-slider-control {
    margin-top: 30px;
  }
}
@media (max-width: 350px) {
  .section_team .trending-slider-control {
    margin-top: 0;
  }
}
.section_team .swiper-button-next {
  left: 52% !important;
  transform: translateX(-52%) !important;
}
@media (max-width: 1240px) {
  .section_team .swiper-button-next {
    left: 53% !important;
    transform: translateX(-53%) !important;
  }
}
@media (max-width: 960px) {
  .section_team .swiper-button-next {
    left: 54% !important;
    transform: translateX(-54%) !important;
  }
}
@media (max-width: 767px) {
  .section_team .swiper-button-next {
    left: 55% !important;
    transform: translateX(-55%) !important;
  }
}
@media (max-width: 640px) {
  .section_team .swiper-button-next {
    left: 56% !important;
    transform: translateX(-56%) !important;
  }
}
@media (max-width: 480px) {
  .section_team .swiper-button-next {
    left: 58% !important;
    transform: translateX(-58%) !important;
  }
}
@media (max-width: 400px) {
  .section_team .swiper-button-next {
    left: 60% !important;
    transform: translateX(-60%) !important;
  }
}
@media (max-width: 350px) {
  .section_team .swiper-button-next {
    display: none;
  }
}
.section_team .swiper-button-prev {
  left: 48% !important;
  transform: translateX(-48%) !important;
}
@media (max-width: 1240px) {
  .section_team .swiper-button-prev {
    left: 47% !important;
    transform: translateX(-47%) !important;
  }
}
@media (max-width: 960px) {
  .section_team .swiper-button-prev {
    left: 46% !important;
    transform: translateX(-46%) !important;
  }
}
@media (max-width: 767px) {
  .section_team .swiper-button-prev {
    left: 45% !important;
    transform: translateX(-45%) !important;
  }
}
@media (max-width: 640px) {
  .section_team .swiper-button-prev {
    left: 44% !important;
    transform: translateX(-44%) !important;
  }
}
@media (max-width: 480px) {
  .section_team .swiper-button-prev {
    left: 42% !important;
    transform: translateX(-42%) !important;
  }
}
@media (max-width: 400px) {
  .section_team .swiper-button-prev {
    left: 40% !important;
    transform: translateX(-40%) !important;
  }
}
@media (max-width: 350px) {
  .section_team .swiper-button-prev {
    display: none;
  }
}
.section_team .slider-arrow {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  left: 42%;
  transform: translateX(-42%);
  background-color: rgba(255, 255, 255, 0.3019607843);
  transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
}
.section_team .slider-arrow:hover {
  background-color: #e1ebfb;
}
.section_team .slider-arrow::after {
  content: "";
}
.section_team .swiper-pagination {
  position: relative;
  width: 15rem;
  bottom: 0;
  display: none !important;
}
.section_team .swiper-pagination .swiper-pagination-bullet {
  background-color: rgba(99, 99, 99, 0.2196078431);
  opacity: 1;
}
.section_team .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #0fa1d9;
  width: 18px;
  height: 18px;
  top: 4px;
  position: relative;
  opacity: 1;
}

.section_logos .wrap-logos {
  padding-top: 50px;
  margin-top: 60px;
  border-top: 1px solid #eeeeee;
}
@media (max-width: 960px) {
  .section_logos .wrap-logos {
    padding-top: 40px;
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .section_logos .wrap-logos {
    padding-top: 30px;
    margin-top: 40px;
  }
}
.section_logos .wrap-logos.simple-wrap {
  padding-top: 0;
  margin-top: 0;
  border-top: none;
}
.section_logos .wrap-logos .title {
  text-align: center;
  margin-top: 0;
}
@media (max-width: 960px) {
  .section_logos .wrap-logos .title {
    margin-bottom: 15px;
  }
}
@media (max-width: 960px) {
  .section_logos .wrap-logos .parteners-slider2 .slick-list {
    overflow: initial;
  }
}
.section_logos .wrap-logos .parteners-slider2:not(.slick-slider) {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  overflow: hidden;
  height: 135px;
}
@media (max-width: 1240px) {
  .section_logos .wrap-logos .parteners-slider2:not(.slick-slider) {
    height: 114px;
  }
}
@media (max-width: 640px) {
  .section_logos .wrap-logos .parteners-slider2:not(.slick-slider) {
    height: 90px;
  }
}
.section_logos .wrap-logos .parteners-slider2:not(.slick-slider) .parteners-item {
  width: 16.66%;
}
@media (max-width: 1450px) {
  .section_logos .wrap-logos .parteners-slider2:not(.slick-slider) .parteners-item {
    width: 20%;
  }
}
@media (max-width: 1240px) {
  .section_logos .wrap-logos .parteners-slider2:not(.slick-slider) .parteners-item {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .section_logos .wrap-logos .parteners-slider2:not(.slick-slider) .parteners-item {
    width: 33.33%;
  }
}
@media (max-width: 640px) {
  .section_logos .wrap-logos .parteners-slider2:not(.slick-slider) .parteners-item {
    width: 50%;
  }
}
.section_logos .wrap-logos .parteners-item .box-shadow {
  border: 1px solid #eeeeee;
  background-color: #fff;
  box-shadow: none;
}
.section_logos .wrap-logos .parteners-item .box-shadow img {
  width: auto;
  height: auto;
}

.hero-inner {
  min-height: 590px;
  background: #0f2d58;
  background: radial-gradient(ellipse at center, #0f2d58 0%, #050e36 100%);
  overflow: hidden;
  position: relative;
  display: flex;
}
@media (max-width: 1600px) {
  .hero-inner {
    min-height: 480px;
  }
}
@media (max-width: 1240px) {
  .hero-inner {
    position: relative;
  }
  .hero-inner::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    /* FF3.6-15 */
    background: linear-gradient(to right, rgb(6, 17, 58) 0%, rgba(5, 14, 54, 0) 100%);
  }
}
@media (max-width: 960px) {
  .hero-inner {
    min-height: 400px;
  }
}
@media (max-width: 767px) {
  .hero-inner {
    min-height: 340px;
  }
}
@media (max-width: 640px) {
  .hero-inner {
    min-height: 320px;
  }
}
.hero-inner .container {
  z-index: 1;
}

.hero-inner-image {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  text-align: center;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 1600px) {
  .hero-inner-image {
    width: 80%;
  }
}
.hero-inner-image img {
  width: auto;
  max-width: 800px;
}

.hero-inner-text {
  max-width: 420px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.hero-inner-text h1 {
  color: white;
  font-size: 54px;
  line-height: 1.1;
}
@media (max-width: 1450px) {
  .hero-inner-text h1 {
    font-size: 48px;
  }
}
@media (max-width: 960px) {
  .hero-inner-text h1 {
    font-size: 42px;
  }
}
@media (max-width: 640px) {
  .hero-inner-text h1 {
    font-size: 36px;
  }
}
.hero-inner-text p {
  font-size: 20px;
  margin: 0;
  line-height: 1.5;
  color: white;
}
@media (max-width: 1450px) {
  .hero-inner-text p {
    font-size: 20px;
  }
}
@media (max-width: 960px) {
  .hero-inner-text p {
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  .hero-inner-text p {
    font-size: 16px;
  }
}

.hero-inner-flex {
  display: flex;
  align-items: center;
  height: 100%;
}

.content-work h2:first-child {
  margin-top: 0;
}

.work-section {
  padding: 60px 0 100px;
  padding-bottom: 60px;
}
@media (max-width: 1240px) {
  .work-section {
    padding: 50px 0 50px;
  }
}
@media (max-width: 640px) {
  .work-section {
    padding: 30px 0;
  }
}

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

.padding-container,
.container-work {
  padding: 0 25px;
}
@media (max-width: 1240px) {
  .padding-container,
  .container-work {
    padding: 0 20px;
  }
}
@media (max-width: 960px) {
  .padding-container,
  .container-work {
    padding: 0;
  }
}

.work-image {
  margin: 60px 0;
}
@media (max-width: 767px) {
  .work-image {
    margin: 30px 0;
  }
}
.work-image img {
  width: 100%;
  display: block;
}

.title-work-section h2 {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .title-work-section h2 {
    margin-bottom: 20px;
  }
}

.work-list p {
  color: #3b3b3b;
}
.work-list li {
  position: relative;
  padding-left: 25px;
  margin: 15px 0;
  color: #3b3b3b;
}
.work-list li p {
  color: #3b3b3b;
}
@media (max-width: 640px) {
  .work-list li {
    padding-left: 18px;
  }
}
.work-list li:before {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 6px;
  height: 6px;
  background-color: #000723;
  top: 10px;
  border-radius: 100%;
}
.work-list li strong {
  color: #000723;
  font-weight: 600;
}

.title-centered {
  text-align: center;
}
.title-centered h2 {
  margin-bottom: 35px;
}
@media (max-width: 960px) {
  .title-centered h2 {
    margin-bottom: 20px;
  }
}

.featured-insights .title-centered h2 {
  margin-bottom: 25px;
}
@media (max-width: 960px) {
  .featured-insights .title-centered h2 {
    margin-bottom: 10px;
  }
}

.work-project-item {
  padding: 10px 15px;
  height: auto !important;
  float: none !important;
}

.work-projects {
  background-color: #f5f5f5;
}

.work-wrap {
  padding: 100px 0;
}
@media (max-width: 1240px) {
  .work-wrap {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .work-wrap {
    padding: 50px 0;
  }
}

.work-projects-slider {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
@media (max-width: 960px) {
  .work-projects-slider {
    padding-right: 60px;
  }
  .work-projects-slider .slick-list {
    overflow: visible;
  }
  .work-projects-slider .slick-dots {
    padding-left: 60px;
  }
}
.work-projects-slider .slick-track {
  display: flex;
  align-items: stretch;
}

.work-project-box {
  box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  text-align: center;
  padding: 35px;
  height: 100%;
  width: 100%;
  background-color: white;
}
@media (max-width: 1240px) {
  .work-project-box {
    padding: 25px 20px;
  }
}
@media (max-width: 480px) {
  .work-project-box {
    padding: 20px 15px;
  }
  .work-project-box h5 {
    font-size: 16px;
  }
}
.work-project-box:hover {
  box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.08);
  text-decoration: none;
}
.work-project-box:hover .button-arrow img {
  left: 15px;
}
.work-project-box .button-arrow img {
  display: inline-block;
}

.work-project-logo {
  width: 130px;
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 100%;
  border: 1px solid #e2e2e2;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .work-project-logo {
    width: 100px;
    height: 100px;
    margin-bottom: 15px;
  }
}
.work-project-logo img {
  max-width: 80%;
  width: auto !important;
}

.featured-insights {
  background-color: #f5f5f5;
  padding: 100px 0;
}
@media (max-width: 1240px) {
  .featured-insights {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .featured-insights {
    padding: 60px 0;
  }
}

@media (max-width: 960px) {
  .insights-slider {
    padding-right: 60px;
  }
  .insights-slider .slick-list {
    overflow: visible;
  }
  .insights-slider .slick-dots {
    padding-left: 60px;
  }
}
.insights-slider .slick-track {
  display: flex;
  align-items: stretch;
}

.insights-slide {
  padding-top: 10px;
  padding-bottom: 10px;
  height: auto;
  float: none;
}

.insight-slide-box {
  display: block;
  padding: 25px;
  border-radius: 10px;
  height: 100%;
}
@media (max-width: 1240px) {
  .insight-slide-box {
    padding: 20px;
  }
}
@media (max-width: 480px) {
  .insight-slide-box {
    padding: 10px;
  }
}
.insight-slide-box:hover {
  box-shadow: 0px 0px 8px 4px rgba(0, 0, 0, 0.08);
  text-decoration: none;
  background-color: white;
}
.insight-slide-box h5 {
  margin-bottom: 0;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .insight-slide-box h5 {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .insight-slide-box h5 {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .insight-slide-box h5 {
    font-size: 14px;
  }
}

.insight-slide-image {
  height: 220px;
  display: block;
  width: 100%;
  margin-bottom: 18px;
}
@media (max-width: 960px) {
  .insight-slide-image {
    height: 160px;
  }
}
@media (max-width: 767px) {
  .insight-slide-image {
    height: 200px;
  }
}
@media (max-width: 480px) {
  .insight-slide-image {
    height: 160px;
  }
}

.slick-dots li button {
  margin-left: auto;
  margin-right: auto;
}

.insight-categories {
  color: #3b3b3b;
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 10px;
}
.insight-categories span {
  display: inline;
  color: inherit;
  font-size: 16px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .insight-categories span {
    font-size: 14px;
  }
}
.insight-categories span:first-child::before {
  display: none;
}
.insight-categories span:before {
  content: ",";
  margin: 0 2px;
}

.reference-work {
  margin-top: 100px;
}
@media (max-width: 1240px) {
  .reference-work {
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  .reference-work {
    margin-top: 60px;
  }
}

.work-areas-flex {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
  margin-top: 50px;
}
@media (max-width: 960px) {
  .work-areas-flex {
    margin-top: 30px;
  }
}

.work-area-item {
  width: 50%;
  padding: 8px;
}
@media (max-width: 960px) {
  .work-area-item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .work-area-item {
    width: 100%;
  }
}
.work-area-item h5 {
  margin-bottom: 10px;
}
.work-area-item .insight-slide-image {
  height: 240px;
  background-size: auto 240px;
}
@media (max-width: 767px) {
  .work-area-item .insight-slide-image {
    height: 220px;
    background-size: auto 240px;
  }
}
.work-area-item .insight-area {
  background: #0f2d58;
  background: radial-gradient(ellipse at center, #0f2d58 0%, #050e36 100%);
}
.work-area-item .button-arrow {
  margin-top: 20px;
}
@media (max-width: 960px) {
  .work-area-item .button-arrow {
    margin-top: 15px;
  }
}

.insights-work {
  padding: 30px 0 0;
  background-color: transparent;
}
.insights-work .title-centered {
  text-align: left;
}
.insights-work h2 {
  font-size: 30px;
  margin-bottom: 10px !important;
}
@media (max-width: 1240px) {
  .insights-work h2 {
    font-size: 24px;
  }
}
.insights-work .slick-dots {
  margin-bottom: 30px;
}

.title-work-section h2 {
  font-size: 30px;
  margin-bottom: 30px !important;
}
@media (max-width: 1240px) {
  .title-work-section h2 {
    font-size: 24px;
  }
}

.work-area-summary {
  margin-top: 20px;
}
.work-area-summary:first-child {
  margin-top: 0;
}

.hero-project .hero-inner-image {
  width: 100%;
  justify-content: flex-end;
}
.hero-project .hero-inner-image img {
  max-width: 1000%;
}
@media (max-width: 1600px) {
  .hero-project .hero-inner-image img {
    max-width: 873px;
  }
}
@media (max-width: 767px) {
  .hero-project .hero-inner-image img {
    max-width: 510px;
  }
}

.project-info-section {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .project-info-section {
    margin-top: 30px;
  }
}
.project-info-section:first-child {
  margin-top: 0;
}

.title-project-info {
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .title-project-info {
    margin-bottom: 20px;
  }
}
.title-project-info h3,
.title-project-info h5 {
  margin-bottom: 0;
}

.grey-background {
  background-color: #f5f5f5;
}

.work-projects.grey-background {
  border-top: none;
}
.work-projects.grey-background .work-wrap {
  border-top: none;
}

.player-video {
  width: 100%;
  height: 0;
  padding-bottom: 45%;
  position: relative;
}
@media (max-width: 480px) {
  .player-video {
    width: 100%;
    padding-bottom: 50%;
  }
}
.player-video:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
.player-video:hover:before {
  background-color: rgba(0, 0, 0, 0.4);
}
.player-video span {
  width: 48px;
  height: 48px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -24px;
  margin-top: -24px;
}

.sidebar-container {
  display: flex;
}
@media (max-width: 767px) {
  .sidebar-container {
    display: block;
  }
}

.sidebar-left {
  width: 33.3333%;
  padding-right: 15px;
}
@media (max-width: 960px) {
  .sidebar-left {
    width: 35%;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .sidebar-left {
    width: 100%;
    padding-right: 0;
  }
}

.project-right {
  width: 66.6667%;
  padding-left: 50px;
}
@media (max-width: 1240px) {
  .project-right {
    padding-left: 25px;
  }
}
@media (max-width: 960px) {
  .project-right {
    width: 65%;
  }
}
@media (max-width: 767px) {
  .project-right {
    width: 100%;
    padding-left: 0;
  }
}
@media (max-width: 960px) {
  .project-right .project-info-section {
    margin-top: 30px;
  }
}

.sidebar-box {
  padding: 50px 40px;
  border-radius: 10px;
}
@media (max-width: 1240px) {
  .sidebar-box {
    padding: 40px 30px;
  }
}
@media (max-width: 960px) {
  .sidebar-box {
    padding: 30px 25px;
  }
}

.sidebar-row {
  margin-top: 40px;
}
@media (max-width: 1240px) {
  .sidebar-row {
    margin-top: 30px;
  }
}
@media (max-width: 960px) {
  .sidebar-row {
    margin-top: 25px;
  }
}
.sidebar-row:first-child {
  margin-top: 0;
}
.sidebar-row h5 {
  margin-bottom: 10px;
}
.sidebar-row .the-content ol,
.sidebar-row .the-content ul,
.sidebar-row .the-content p {
  margin: 10px 0;
}
.sidebar-row .the-content p,
.sidebar-row .the-content span,
.sidebar-row .the-content label,
.sidebar-row .the-content li {
  font-size: 16px;
  color: #3b3b3b;
}
@media (max-width: 960px) {
  .sidebar-row .the-content p,
  .sidebar-row .the-content span,
  .sidebar-row .the-content label,
  .sidebar-row .the-content li {
    font-size: 15px;
  }
}
.sidebar-row .the-content a {
  color: #000723;
  text-decoration: underline;
}

.project-logo-sidebar {
  text-align: center;
}
@media (max-width: 767px) {
  .project-logo-sidebar {
    text-align: left;
  }
}

.project-report img {
  border: 1px solid #e2e2e2;
}

.project-fundings {
  padding-top: 20px;
  border-top: 1px solid #e2e2e2;
}

.project-fundings-row {
  display: flex;
  align-items: center;
}
.project-fundings-row span {
  display: block;
  width: 80px;
}
.project-fundings-row p {
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
  color: #000723;
}
@media (max-width: 480px) {
  .project-fundings-row p {
    font-size: 11px;
  }
}

.fundings-cell {
  width: calc(100% - 80px);
  padding-left: 20px;
}
@media (max-width: 640px) {
  .fundings-cell {
    padding-left: 10px;
  }
}

.project-graphic a {
  display: block;
}
.project-graphic img {
  width: 100%;
  display: block;
}

._df_thumb {
  border: none;
  width: 100% !important;
  height: 250px !important;
  text-align: center;
}

.projects-wrapper {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.project-report {
  width: 30%;
}
@media (max-width: 480px) {
  .project-report {
    width: 100%;
  }
}

.tabs-list {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
@media (max-width: 960px) {
  .tabs-list {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .tabs-list {
    flex-wrap: wrap;
  }
}
.tabs-list li {
  margin: 0 10px;
}
@media (max-width: 960px) {
  .tabs-list li {
    margin: 0 5px;
  }
}
@media (max-width: 767px) {
  .tabs-list li {
    margin: 5px;
  }
}
.tabs-list li.current a {
  background-color: #11a0d9;
  color: white;
  border-color: #11a0d9;
}
.tabs-list li.current a:hover {
  color: white;
}

.tab-button {
  padding: 15px 20px;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 700;
  color: #000723;
  border: 1px solid #e2e2e2;
  height: 100%;
  display: block;
}
@media (max-width: 1240px) {
  .tab-button {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .tab-button {
    font-size: 14px;
    padding: 10px 14px;
  }
}
.tab-button:hover {
  border-color: #11a0d9;
  color: #11a0d9;
  text-decoration: none;
}

.team-title {
  text-align: center;
  margin-top: 70px;
}
@media (max-width: 1240px) {
  .team-title {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .team-title {
    margin-top: 40px;
  }
  .team-title h2 {
    margin-bottom: 20px;
  }
}

.team-flex {
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
@media (max-width: 1240px) {
  .team-flex {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (max-width: 640px) {
  .team-flex {
    margin-left: -5px;
    margin-right: -5px;
  }
}

.team-item-small {
  padding: 15px;
}
@media (max-width: 1240px) {
  .team-item-small {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .team-item-small {
    width: 33.3333%;
  }
}
@media (max-width: 640px) {
  .team-item-small {
    width: 50%;
    padding: 10px 5px;
  }
}
.team-item-small .team-box {
  background-color: white;
  box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
}

.team-box {
  display: block;
  width: 100%;
  height: 100%;
  background-color: white;
  border-radius: 10px;
}

.team-box-image {
  width: 100%;
  height: 0;
  padding-bottom: 139%;
}
@media (max-width: 960px) {
  .team-box-image {
    height: 0;
    padding-bottom: 120%;
  }
}

.team-member-info {
  padding: 20px;
  text-align: center;
  display: block;
  color: #000723;
}
@media (max-width: 960px) {
  .team-member-info {
    padding: 15px;
  }
}
@media (max-width: 640px) {
  .team-member-info {
    padding: 15px 10px;
  }
}

.team-position {
  font-size: 16px;
  color: #000723;
  display: block;
  line-height: 1.5;
}
@media (max-width: 1450px) {
  .team-position {
    font-size: 14px;
  }
}

.team-name {
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}
@media (max-width: 1450px) {
  .team-name {
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  .team-name {
    font-size: 16px;
  }
}

.team-popup {
  display: none;
  max-width: 792px;
  padding: 40px;
  background-color: white;
  border-radius: 4px;
}
@media (max-width: 960px) {
  .team-popup {
    padding: 25px;
  }
}

.team-popup-flex {
  display: flex;
}
@media (max-width: 767px) {
  .team-popup-flex {
    flex-wrap: wrap;
  }
}

.team-popup-left {
  width: 180px;
}
@media (max-width: 960px) {
  .team-popup-left {
    width: 140px;
  }
}
@media (max-width: 767px) {
  .team-popup-left {
    width: 100%;
    text-align: center;
  }
}

.team-popup-right {
  width: calc(100% - 180px);
  padding-left: 20px;
  padding-top: 20px;
}
@media (max-width: 960px) {
  .team-popup-right {
    width: calc(100% - 140px);
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .team-popup-right {
    width: 100%;
    padding-left: 0;
  }
}
.team-popup-right h4 {
  margin-bottom: 4px;
}

.team-position-popup {
  font-size: 16px;
  color: #000723;
  line-height: 1.3;
  display: block;
}
@media (max-width: 1450px) {
  .team-position-popup {
    font-size: 14px;
  }
}

.team-popup-image {
  width: 100%;
  height: 200px;
  border-radius: 8px;
  display: block;
}
@media (max-width: 767px) {
  .team-popup-image {
    width: 30%;
    height: 200px;
    margin: 0 auto;
  }
}
@media (max-width: 640px) {
  .team-popup-image {
    width: 50%;
  }
}

.team-popup-share {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
@media (max-width: 960px) {
  .team-popup-share {
    margin-top: 15px;
  }
}
.team-popup-share li {
  margin: 0 10px;
}
.team-popup-share a {
  display: block;
  width: 38px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border: 1px solid #11a0d9;
  border-radius: 100%;
}
.team-popup-share a:hover {
  background-color: #11a0d9;
}

.fancybox-close-small {
  color: #000723 !important;
}

.team-box-partner {
  height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
@media (max-width: 960px) {
  .team-box-partner {
    height: 120px;
    padding: 20px;
  }
}
@media (max-width: 640px) {
  .team-box-partner {
    height: 100px;
  }
}
.team-box-partner img {
  max-height: 70px;
  width: auto;
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 640px) {
  .team-box-partner img {
    max-height: 50px;
  }
}

.hero-team .hero-inner-image {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
}
@media (max-width: 767px) {
  .hero-team .hero-inner-image {
    background-size: cover;
  }
}

.work-section .tabs-list li:first-child:last-child {
  display: none;
}

.blog-page-flex {
  flex-wrap: wrap;
}

.hero-blog .hero-inner-image img {
  max-width: 100%;
}
@media (max-width: 1600px) {
  .hero-blog .hero-inner-image img {
    max-width: 700px;
  }
}
@media (max-width: 767px) {
  .hero-blog .hero-inner-image img {
    max-width: 500px;
  }
}

.blog-page-item {
  transition: visibility 0.4s ease-in-out, opacity 0.7s ease-in-out;
  visibility: visible;
  opacity: 1;
  width: 33.33337%;
}
@media screen and (max-width: 850px) {
  .blog-page-item {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .blog-page-item {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .blog-main-title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

.blog-main-left {
  width: 50%;
  padding-right: 25px;
}
@media (max-width: 960px) {
  .blog-main-left {
    padding-right: 20px;
  }
}
@media (max-width: 640px) {
  .blog-main-left {
    width: 100%;
    padding-right: 0;
  }
}

.blog-main-right {
  width: 50%;
  padding-left: 25px;
}
@media (max-width: 960px) {
  .blog-main-right {
    padding-left: 15px;
  }
}
@media (max-width: 640px) {
  .blog-main-right {
    width: 100%;
    padding-left: 0;
  }
}

.blog-image-box {
  display: block;
  width: 100%;
  height: 360px;
}
@media (max-width: 960px) {
  .blog-image-box {
    height: 300px;
  }
}
@media (max-width: 640px) {
  .blog-image-box {
    height: 200px;
    margin-bottom: 18px;
  }
}
@media (max-width: 480px) {
  .blog-image-box {
    height: 160px;
  }
}

.insight-slide-box.blog-main-box {
  display: flex;
  align-items: center;
}
@media (max-width: 640px) {
  .insight-slide-box.blog-main-box {
    display: block;
  }
}

.blog-excerpt,
.blog-excerpt-small {
  color: #3b3b3b;
  margin: 0;
}
.blog-excerpt p,
.blog-excerpt-small p {
  color: inherit;
  margin: 0;
}

@media (max-width: 640px) {
  .blog-excerpt {
    font-size: 16px;
    line-height: 1.5;
  }
}

.blog-excerpt-small {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 960px) {
  .blog-excerpt-small {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .blog-excerpt-small {
    font-size: 16px;
  }
}

.blog-page-flex .insight-slide-title {
  margin-bottom: 10px;
}
.blog-page-flex .insight-categories span {
  font-size: 14px;
}

.tabs-blog {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
  padding-bottom: 60px;
  margin-left: 25px;
  margin-right: 25px;
  border-bottom: 1px solid #e2e2e2;
}
@media (max-width: 960px) {
  .tabs-blog {
    padding-bottom: 40px;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .tabs-blog {
    flex-wrap: wrap;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .tabs-blog {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
.tabs-blog li {
  margin: 0 10px;
}
@media (max-width: 960px) {
  .tabs-blog li {
    margin: 0 5px;
  }
}
@media (max-width: 767px) {
  .tabs-blog li {
    margin: 5px;
  }
}
.tabs-blog li.current a {
  background-color: #11a0d9;
  color: white;
  border-color: #11a0d9;
}
.tabs-blog li.current a:hover {
  color: white;
}

.wp-pagenavi {
  margin: 40px 25px 0 25px;
  padding-top: 60px;
  border-top: 1px solid #e2e2e2;
}
@media (max-width: 960px) {
  .wp-pagenavi {
    padding-top: 40px;
    margin: 20px;
  }
}
@media (max-width: 640px) {
  .wp-pagenavi {
    padding-top: 30px;
    margin-bottom: 0;
  }
}
.wp-pagenavi ul {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .wp-pagenavi ul {
    justify-content: center;
  }
}
.wp-pagenavi li {
  margin: 0 5px;
}
.wp-pagenavi a,
.wp-pagenavi span {
  width: 52px;
  height: 52px;
  display: flex !important;
  line-height: 1;
  justify-content: center;
  align-items: center;
  border: 1px solid #e2e2e2;
  border-radius: 100%;
  margin-left: 0 !important;
}
@media (max-width: 1240px) {
  .wp-pagenavi a,
  .wp-pagenavi span {
    width: 44px;
    height: 44px;
  }
}
@media (max-width: 767px) {
  .wp-pagenavi a,
  .wp-pagenavi span {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 640px) {
  .wp-pagenavi a,
  .wp-pagenavi span {
    width: 35px;
    height: 35px;
  }
}
.wp-pagenavi a.current,
.wp-pagenavi span.current {
  border-color: #11a0d9;
  background-color: #11a0d9;
  color: #fff;
}
.wp-pagenavi a:hover,
.wp-pagenavi span:hover {
  text-decoration: none;
  border-color: #11a0d9;
  background-color: #11a0d9;
  color: #fff;
}

.hero-blog-single {
  background-color: #06123a;
  min-height: 515px;
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 86px;
}
@media (max-width: 767px) {
  .hero-blog-single {
    margin-top: 66px;
  }
}
.hero-blog-single::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #06123a;
  opacity: 0.8;
  display: none;
  z-index: 1;
}
@media (max-width: 767px) {
  .hero-blog-single::before {
    display: block;
  }
}
@media (max-width: 1600px) {
  .hero-blog-single {
    min-height: 480px;
  }
}
@media (max-width: 960px) {
  .hero-blog-single {
    min-height: 400px;
  }
}
@media (max-width: 767px) {
  .hero-blog-single {
    min-height: 340px;
  }
}

.blog-single-top {
  width: 50%;
  max-width: 460px;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-right: 40px;
}
@media (max-width: 767px) {
  .blog-single-top {
    width: 100%;
    position: relative;
    z-index: 2;
  }
}
@media (max-width: 640px) {
  .blog-single-top {
    padding-top: 35px;
    padding-bottom: 35px;
    padding-right: 30px;
  }
}
.blog-single-top h1 {
  font-size: 36px;
  font-weight: 900;
  color: white;
  margin-bottom: 14px;
}
@media (max-width: 1600px) {
  .blog-single-top h1 {
    font-size: 30px;
  }
}
@media (max-width: 960px) {
  .blog-single-top h1 {
    font-size: 24px;
  }
}

.single-top-info span,
.single-top-info a {
  color: white;
  font-size: 16px;
}
@media (max-width: 960px) {
  .single-top-info span,
  .single-top-info a {
    font-size: 14px;
  }
}
.single-top-info .insight-details {
  margin-top: 0;
}
.single-top-info .insight-details span {
  line-height: 1;
  padding: 6px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
}
.single-top-info .insight-details span img {
  height: 12px;
}
.single-top-info .insight-details .seen-by {
  margin-left: 10px;
}
@media (max-width: 960px) {
  .single-top-info .insight-details .seen-by {
    font-size: 14px;
  }
}

.blog-single-categories {
  position: relative;
  padding-left: 10px;
  margin-left: 10px;
}
.blog-single-categories span {
  position: relative;
}
.blog-single-categories span:before {
  content: ",";
  margin: 0 3px;
}
.blog-single-categories span:first-child:before {
  display: none;
}
.blog-single-categories:before {
  content: "|";
  display: block;
  position: absolute;
  left: 0;
}

.hero-blog-image {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 767px) {
  .hero-blog-image {
    width: 100%;
  }
}
.hero-blog-image div {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.contain-img {
  background-size: contain !important;
}

.share-buttons {
  display: flex;
}
@media (max-width: 640px) {
  .share-buttons {
    justify-content: center;
  }
}
.share-buttons li {
  margin-right: 10px;
}
.share-buttons .button-circle {
  width: 38px;
  height: 38px;
  padding: 10px;
  background-color: #11a0d9;
}
.share-buttons .button-circle:hover {
  background-color: #11a0d9;
}

.scrolling-flex {
  display: flex;
}
@media (max-width: 640px) {
  .scrolling-flex {
    justify-content: center;
  }
}
.scrolling-flex .share-buttons {
  margin-left: auto;
}
@media (max-width: 640px) {
  .scrolling-flex .share-buttons {
    margin-right: auto;
  }
}

.single-article-scroll {
  padding: 20px 30px;
  width: 100%;
  background-color: white;
  opacity: 0;
  z-index: 3;
  position: fixed;
  border-bottom: 1px solid #e2e2e2;
  display: none;
}
@media (max-width: 640px) {
  .single-article-scroll {
    padding: 10px 20px;
  }
}
.single-article-scroll h4 {
  margin-bottom: 0;
  font-size: 20px;
  padding-right: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 960px) {
  .single-article-scroll h4 {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .single-article-scroll h4 {
    display: none;
  }
}
.single-article-scroll .share-buttons li {
  margin-right: 0;
  margin-left: 8px;
}
@media (max-width: 640px) {
  .single-article-scroll .share-buttons li {
    margin: 0 4px;
  }
}

.single-article {
  margin-bottom: 100px;
  margin-top: 70px;
}
@media (max-width: 1600px) {
  .single-article {
    margin-top: 50px;
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .single-article {
    margin-top: 30px;
    margin-bottom: 50px;
  }
}

.article-authors,
.comments-list,
.newsletter-article {
  padding-top: 60px;
  margin-top: 60px;
  border-top: 1px solid #e2e2e2;
}
@media (max-width: 1600px) {
  .article-authors,
  .comments-list,
  .newsletter-article {
    padding-top: 40px;
    margin-top: 40px;
  }
}

.authors-top p {
  color: #3b3b3b;
  margin: 10px 0;
}
.authors-top p span {
  color: #000723;
  text-decoration: underline;
}

.authors-list {
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
  margin-top: 20px;
  flex-wrap: wrap;
}

.author-item {
  width: 33.3333%;
  padding: 10px;
}
@media (max-width: 1240px) {
  .author-item {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .author-item {
    width: 100%;
  }
}

.author-box {
  display: flex;
}

.author-image {
  width: 86px;
  height: 86px;
  display: block;
  border-radius: 100%;
}
@media (max-width: 640px) {
  .author-image {
    width: 60px;
    height: 60px;
  }
}

.author-right {
  width: calc(100% - 86px);
  padding-left: 15px;
  padding-top: 4px;
}
@media (max-width: 640px) {
  .author-right {
    padding-left: 10px;
  }
}
.author-right h5 {
  margin-bottom: 10px;
}
@media (max-width: 640px) {
  .author-right h5 {
    margin-bottom: 5px;
  }
}
.author-right p {
  font-size: 16px;
  line-height: 1.45;
  margin: 0;
  color: #3b3b3b;
}

#reply-title,
#comments,
#respond {
  font-size: 24px;
}
@media (max-width: 1450px) {
  #reply-title,
  #comments,
  #respond {
    font-size: 22px;
  }
}
@media (max-width: 960px) {
  #reply-title,
  #comments,
  #respond {
    font-size: 20px;
  }
}

#reply-title {
  margin-bottom: 0;
}

#respond {
  margin-top: 40px;
}

.comment-notes {
  font-size: 16px;
  color: #3b3b3b;
}

.comment-notes,
.comment-form-comment,
.comment-form-url,
.comment-form-cookies-consent,
.form-submit {
  width: 100%;
  padding: 0 10px;
  margin-bottom: 10px;
}

.comment-form-cookies-consent {
  padding-left: 35px;
  position: relative;
}
.comment-form-cookies-consent input {
  position: absolute;
  left: 10px;
  top: 0;
}
.comment-form-cookies-consent label {
  margin-bottom: 0;
  color: #3b3b3b;
}

.comment-form {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.comment-form label {
  margin-bottom: 10px;
  font-size: 16px;
}
.comment-form textarea,
.comment-form input {
  margin: 0;
}

.comment-form-author,
.comment-form-email {
  width: 50%;
  padding: 0 10px;
  margin-bottom: 10px;
}
@media (max-width: 640px) {
  .comment-form-author,
  .comment-form-email {
    width: 100%;
  }
}

.noptin-newsletter-form .noptin-form-field-wrapper {
  margin-bottom: 0;
}

.newsletter-article form {
  background-color: #f5f5f5;
  padding: 25px 15px;
  display: block;
  border-radius: 4px;
  box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.08);
}
@media (max-width: 640px) {
  .newsletter-article form {
    display: block;
    padding: 25px;
  }
}
.newsletter-article form input,
.newsletter-article form select,
.newsletter-article form button {
  margin: 0;
}
.newsletter-article form label {
  display: block;
}
.newsletter-article button {
  white-space: nowrap;
}
@media (max-width: 640px) {
  .newsletter-article button {
    display: block;
    width: 100%;
  }
}

.newsletter-mail,
.newsletter-select {
  width: 42%;
  padding: 0 10px;
}
@media (max-width: 960px) {
  .newsletter-mail,
  .newsletter-select {
    padding: 0 5px;
  }
}
@media (max-width: 640px) {
  .newsletter-mail,
  .newsletter-select {
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }
}

.newsletter-button {
  padding: 0 10px;
}
@media (max-width: 960px) {
  .newsletter-button {
    padding: 0 5px;
  }
}
@media (max-width: 640px) {
  .newsletter-button {
    width: 100%;
    padding: 0;
  }
}

.commentlist {
  list-style: none;
}

.comment:marker {
  display: none;
}

.comment-author img,
.comment-author .says {
  display: none;
}
.comment-author cite {
  font-style: normal;
  font-weight: 700;
  position: relative;
  left: 0;
}

.comment-meta {
  position: absolute;
  right: 30px;
  top: 20px;
}
@media (max-width: 640px) {
  .comment-meta {
    position: relative;
    top: 0;
    right: 0;
  }
}
.comment-meta a {
  font-size: 14px;
  color: #3b3b3b;
}

.comment-body {
  position: relative;
  background-color: #f5f5f5;
  padding: 20px 30px;
  border-radius: 4px;
}
@media (max-width: 640px) {
  .comment-body {
    position: relative;
    top: 0;
    right: 0;
  }
}
@media (max-width: 640px) {
  .comment-body {
    padding: 20px;
  }
}

.reply {
  text-align: right;
}
.reply a {
  color: #11a0d9;
  font-size: 16px;
  line-height: 1;
  text-decoration: underline;
  font-weight: 700;
  border-radius: 4px;
}

.comment-awaiting-moderation {
  font-size: 16px;
}

.post-views.entry-meta > span {
  background: transparent !important;
}

.and {
  color: #707070 !important;
  text-decoration: none !important;
}

.gallery-section .tac h2 {
  margin-bottom: 30px;
}

.gallery-slider .slick-dots {
  position: absolute;
  right: 0;
  left: auto;
  bottom: 30px;
  width: 20px;
}
@media (max-width: 1240px) {
  .gallery-slider .slick-dots {
    bottom: 0;
  }
}
@media (max-width: 640px) {
  .gallery-slider .slick-dots {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.gallery-slider .slick-dots li {
  display: block;
  margin: 10px 0;
}
@media (max-width: 640px) {
  .gallery-slider .slick-dots li {
    margin: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.hero-contact .hero-inner-image {
  display: flex;
  align-items: flex-end;
}
.hero-contact img {
  max-width: 830px;
}
@media (max-width: 1240px) {
  .hero-contact img {
    max-width: 500px;
  }
}

.gallery-image {
  display: block;
  width: 100%;
  height: 626px;
  border-radius: 10px;
}
@media (max-width: 1240px) {
  .gallery-image {
    height: 540px;
  }
}
@media (max-width: 960px) {
  .gallery-image {
    height: 360px;
  }
}
@media (max-width: 640px) {
  .gallery-image {
    height: 300px;
  }
}

.gallery-quote {
  max-width: 980px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 640px) {
  .gallery-quote {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.quote-box {
  background-color: white;
  padding: 90px 60px 70px;
  box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.08);
  position: relative;
  margin-top: -110px;
  border-radius: 10px;
}
@media (max-width: 1240px) {
  .quote-box {
    padding: 60px 40px;
  }
}
@media (max-width: 960px) {
  .quote-box {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .quote-box {
    padding: 30px;
    margin-top: -60px;
  }
}
@media (max-width: 640px) {
  .quote-box {
    padding: 20px;
    margin-top: -40px;
  }
}

.quote-text {
  padding-left: 110px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1600px) {
  .quote-text {
    padding-left: 80px;
  }
}
@media (max-width: 767px) {
  .quote-text {
    padding-left: 0;
  }
}
.quote-text p {
  font-size: 20px;
  line-height: 1.6;
  margin: 0 0 30px;
}
@media (max-width: 1600px) {
  .quote-text p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .quote-text p {
    font-size: 16px;
  }
}

.quote-left {
  position: absolute;
  left: 60px;
  top: 60px;
}
@media (max-width: 1450px) {
  .quote-left {
    left: 40px;
  }
}
@media (max-width: 960px) {
  .quote-left {
    top: 40px;
  }
}
@media (max-width: 767px) {
  .quote-left {
    display: none;
  }
}

.quote-right {
  position: absolute;
  right: 50px;
  bottom: 80px;
}
@media (max-width: 1600px) {
  .quote-right {
    bottom: 40px;
  }
}
@media (max-width: 1240px) {
  .quote-right {
    right: 40px;
  }
}
@media (max-width: 960px) {
  .quote-right {
    right: 30px;
  }
}
@media (max-width: 640px) {
  .quote-right {
    right: 20px;
    bottom: 20px;
  }
}

.quote-name {
  display: block;
  font-weight: 500;
  color: #000723;
  font-size: 20px;
}
@media (max-width: 1600px) {
  .quote-name {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .quote-name {
    font-size: 16px;
  }
}

.quote-position {
  display: block;
  font-weight: 500;
  font-size: 20px;
  color: #000723;
}
@media (max-width: 1600px) {
  .quote-position {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .quote-position {
    font-size: 16px;
  }
}

.box-jobs {
  padding: 40px 65px;
  border-radius: 10px;
}
@media (max-width: 1450px) {
  .box-jobs {
    padding: 40px 50px;
  }
}
@media (max-width: 960px) {
  .box-jobs {
    padding: 30px;
  }
}
@media (max-width: 640px) {
  .box-jobs {
    padding: 20px;
  }
}

.accordion-header {
  cursor: pointer;
  padding: 0 65px;
}
@media (max-width: 1450px) {
  .accordion-header {
    padding: 0 50px;
  }
}
@media (max-width: 960px) {
  .accordion-header {
    padding: 0 30px;
  }
}
@media (max-width: 640px) {
  .accordion-header {
    padding: 0;
  }
}
.accordion-header span,
.accordion-header h4 {
  display: block;
  font-size: 22px;
  font-weight: 700;
  color: #000723;
  position: relative;
  padding-right: 30px;
}
@media (max-width: 1600px) {
  .accordion-header span,
  .accordion-header h4 {
    font-size: 20px;
  }
}
@media (max-width: 640px) {
  .accordion-header span,
  .accordion-header h4 {
    font-size: 18px;
  }
}
.accordion-header span:before,
.accordion-header h4:before {
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  position: absolute;
  right: 0;
  top: 4px;
  background-image: url("images/svg/plus.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
}
@media (max-width: 640px) {
  .accordion-header span:before,
  .accordion-header h4:before {
    width: 16px;
    height: 16px;
  }
}

/*.spontaneous-header{
    position: relative;
    cursor: pointer;
    padding-right: 30px;
    h4{
        margin-bottom: 0;
    }
    &:before{
        content: '';
        display: block;
        width: 21px;
        height: 21px;
        position: absolute;
        right: 0;
        top: 4px;
        background-image: url('images/svg/plus.svg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
        @include transition(all,0.3s);
        @include mobile{
            width: 16px;
            height: 16px;
        }
    }
}*/
.spontaneous-hidden {
  display: none;
  margin-top: 25px;
}
@media (max-width: 640px) {
  .spontaneous-hidden {
    margin-top: 15px;
  }
}

.jobs-section {
  background-color: #f5f5f5;
  padding: 100px 0;
}
@media (max-width: 1600px) {
  .jobs-section {
    padding: 80px 0;
  }
}
@media (max-width: 960px) {
  .jobs-section {
    padding: 60px 0;
  }
}

.career-form-section {
  padding: 100px 0;
}
@media (max-width: 1600px) {
  .career-form-section {
    padding: 80px 0;
  }
}
@media (max-width: 960px) {
  .career-form-section {
    padding: 60px 0;
  }
}

.job-box {
  margin-top: 40px;
}
@media (max-width: 960px) {
  .job-box {
    margin-top: 30px;
  }
}
.job-box.active .accordion-header span {
  color: #11a0d9;
}
.job-box.active .accordion-header span:before {
  background-image: url("images/svg/close-accordion.svg");
}

.accordion-hidden-content {
  display: none;
  margin-top: 25px;
}
@media (max-width: 640px) {
  .accordion-hidden-content {
    margin-top: 15px;
  }
}

.alert-message h4 {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 22px;
}
@media (max-width: 1600px) {
  .alert-message h4 {
    font-size: 20px;
  }
}
@media (max-width: 640px) {
  .alert-message h4 {
    font-size: 18px;
  }
}
.alert-message h4 img {
  margin-right: 10px;
}

.spontaneous-message {
  margin-top: 30px;
}
@media (max-width: 640px) {
  .spontaneous-message {
    margin-top: 25px;
  }
}
.spontaneous-message h4 {
  font-size: 22px;
  font-weight: 700;
}
@media (max-width: 1600px) {
  .spontaneous-message h4 {
    font-size: 20px;
  }
}
@media (max-width: 640px) {
  .spontaneous-message h4 {
    font-size: 18px;
  }
}
.spontaneous-message.active .spontaneous-header:before {
  background-image: url("images/svg/close-accordion.svg");
}

.how-apply {
  margin-top: 25px;
}
@media (max-width: 640px) {
  .how-apply {
    margin-top: 20px;
  }
}
.how-apply p {
  margin: 0;
  color: #3b3b3b;
}

.career-button-row {
  margin-top: 30px;
}
@media (max-width: 640px) {
  .career-button-row {
    margin-top: 20px;
  }
}

.career-form-title {
  text-align: center;
}
@media (max-width: 640px) {
  .career-form-title h2 {
    margin-bottom: 15px;
  }
}
.career-form-title p {
  color: #3b3b3b;
}

.form-flex {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.form-flex span.wpcf7-form-control-wrap,
.form-flex span.attach-file {
  display: block;
}

.attach-file {
  display: block;
  color: #000723;
  font-size: 16px;
  font-weight: 500;
  margin-top: 20px;
}

.form-flex span.file-upload {
  display: inline-block;
}

.form50,
.form100 {
  padding: 0 10px;
}

.form50 {
  width: 50%;
}
@media (max-width: 640px) {
  .form50 {
    width: 100%;
  }
}

.form100 {
  width: 100%;
}

.fileUpload {
  display: block;
}
.fileUpload .qbutton {
  display: block;
  width: 100%;
  color: #3b3b3b;
  background-color: #f4f4f4;
  border: 1px solid #e2e2e2;
}

div#mfcf7_zl_multifilecontainer {
  margin-top: 0;
}

span.delete-file {
  font-size: 10px;
  display: block;
  margin-right: 10px;
}

.mfcf7_zl_delete_file {
  position: absolute;
  right: 15px;
  top: 15px;
  display: block;
  width: 10px;
  height: 10px;
  text-decoration: none;
}
.mfcf7_zl_delete_file:hover {
  text-decoration: none;
}

.career-form-box {
  margin-top: 60px;
}
@media (max-width: 960px) {
  .career-form-box {
    margin-top: 30px;
  }
}

.accept-policy {
  position: relative;
  margin-top: 20px;
  padding-left: 30px;
  display: block;
}
.accept-policy span {
  font-size: 16px;
}
.accept-policy input[type=checkbox] {
  display: block;
  position: absolute;
  left: 0;
  top: 4px;
}
.accept-policy a {
  text-decoration: underline;
}

.wpcf7-list-item {
  margin-left: 0;
}

div#mfcf7_zl_multifilecontainer p {
  padding: 10px 20px;
  font-size: 16px;
  position: relative;
  background-color: #f5f5f5;
  border-radius: 4px;
  border: 1px solid #e2e2e2;
  margin-bottom: 0;
}

.contact-item-blue {
  width: 50%;
  padding: 15px;
}
@media (max-width: 960px) {
  .contact-item-blue {
    padding: 10px;
  }
}
@media (max-width: 640px) {
  .contact-item-blue {
    width: 100%;
  }
}

@media (max-width: 1600px) {
  .hero-contact .hero-inner-image img {
    max-height: 100%;
  }
}

.contact-main-top {
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  align-items: stretch;
  position: relative;
  z-index: 1;
}
@media (max-width: 960px) {
  .contact-main-top {
    margin-left: -10px;
    margin-right: -10px;
  }
}

a.contact-box {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #0c1a44;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  min-height: 330px;
}
@media (max-width: 1240px) {
  a.contact-box {
    min-height: 300px;
  }
}
@media (max-width: 960px) {
  a.contact-box {
    min-height: 280px;
  }
}
a.contact-box:hover .contact-box-hidden {
  display: flex;
  opacity: 1;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
}

.contact-box-graphic {
  display: block;
  text-align: center;
  padding: 30px;
}
.contact-box-graphic img {
  display: block;
  height: 250px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1240px) {
  .contact-box-graphic img {
    height: 200px;
  }
}

.aligncenter {
  text-align: center;
}

.contact-box-hidden {
  display: none;
  justify-content: center;
  align-items: center;
  padding: 30px;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all, 0.3s;
  opacity: 0;
}
.contact-box-hidden::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #0c1a44;
  opacity: 0.9;
}
.contact-box-hidden h4,
.contact-box-hidden p {
  color: white;
  z-index: 1;
  position: relative;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}
.contact-box-hidden p {
  margin: 0;
}

.contact-white-flex {
  flex-wrap: wrap;
  align-items: stretch;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 15px;
  position: relative;
  z-index: 1;
}
@media (max-width: 960px) {
  .contact-white-flex {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.contact-item-white {
  width: 33.3333%;
  padding: 15px;
}
@media (max-width: 960px) {
  .contact-item-white {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .contact-item-white {
    width: 100%;
  }
}

.contact-white-item {
  min-height: 330px;
  border-radius: 10px;
  padding: 60px 35px;
  height: 100%;
}
@media (max-width: 1240px) {
  .contact-white-item {
    padding: 40px 25px;
    min-height: 300px;
  }
}
@media (max-width: 960px) {
  .contact-white-item {
    padding: 30px 20px;
    min-height: 280px;
  }
}
@media (max-width: 767px) {
  .contact-white-item {
    min-height: 100px;
  }
}
.contact-white-item h4 {
  margin-bottom: 30px;
}
@media (max-width: 1240px) {
  .contact-white-item h4 {
    margin-bottom: 20px;
  }
}

.contact-name {
  display: block;
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 1240px) {
  .contact-name {
    font-size: 18px;
  }
}

.contact-position {
  display: block;
  font-size: 18px;
  color: #000723;
}
@media (max-width: 1240px) {
  .contact-position {
    font-size: 16px;
  }
}

.contact-list {
  margin-top: 20px;
}
@media (max-width: 960px) {
  .contact-list {
    margin-top: 15px;
  }
}
.contact-list li {
  margin-top: 10px;
  min-height: 24px;
}
@media (max-width: 1600px) {
  .contact-list li {
    font-size: 16px;
  }
}
@media (max-width: 960px) {
  .contact-list li {
    font-size: 15px;
  }
}
.contact-list a {
  display: block;
  position: relative;
  padding-left: 30px;
  color: #000723;
  word-break: break-all;
}
@media (max-width: 960px) {
  .contact-list a {
    padding-left: 20px;
  }
}
.contact-list a:hover {
  text-decoration: none;
  color: #11a0d9;
}
.contact-list a img {
  position: absolute;
  left: 0;
  top: 3px;
}
@media (max-width: 960px) {
  .contact-list a img {
    width: 16px;
    top: 5px;
  }
}

.map-contact {
  position: absolute;
  top: -60px;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}

.contact-tabs {
  display: flex;
  justify-content: center;
  margin-top: 60px;
  margin-bottom: 50px;
}
@media (max-width: 960px) {
  .contact-tabs {
    margin-top: 40px;
    margin-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .contact-tabs {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
}
.contact-tabs li {
  margin: 0 10px;
}
@media (max-width: 960px) {
  .contact-tabs li {
    margin: 0 5px;
  }
}
@media (max-width: 767px) {
  .contact-tabs li {
    margin: 5px;
  }
}
.contact-tabs li.current a {
  background-color: #11a0d9;
  color: white;
  border-color: #11a0d9;
}
.contact-tabs li.current a:hover {
  color: white;
}

.contact-tabs a {
  padding: 15px 20px;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 700;
  color: #000723;
  border: 1px solid #e2e2e2;
  height: 100%;
  display: block;
}
@media (max-width: 1240px) {
  .contact-tabs a {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .contact-tabs a {
    font-size: 14px;
    padding: 10px 14px;
  }
}
.contact-tabs a:hover {
  border-color: #11a0d9;
  color: #11a0d9;
  text-decoration: none;
}

.flex-tab {
  display: flex;
  align-items: stretch;
  justify-content: center;
}
@media (max-width: 640px) {
  .flex-tab {
    display: block;
  }
}

.contact-tab-left {
  width: 50%;
  border-radius: 10px 0 0 10px;
  background-color: #0c1d47;
  padding: 60px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 960px) {
  .contact-tab-left {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .contact-tab-left {
    padding: 30px;
  }
}
@media (max-width: 640px) {
  .contact-tab-left {
    width: 100%;
    border-radius: 8px 8px 0 0;
  }
}
.contact-tab-left h3 {
  color: white;
  margin-bottom: 75px;
}
@media (max-width: 960px) {
  .contact-tab-left h3 {
    margin-bottom: 40px;
  }
}
@media (max-width: 640px) {
  .contact-tab-left h3 {
    margin-bottom: 20px;
  }
}

.contact-tab {
  display: none;
}
.contact-tab.current {
  display: block;
}

.contact-tab-right {
  width: 50%;
  border-radius: 0 10px 10px 0;
  background-color: #0c1a44;
  color: white;
  padding: 50px 80px;
}
@media (max-width: 960px) {
  .contact-tab-right {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .contact-tab-right {
    padding: 40px 25px;
  }
}
@media (max-width: 640px) {
  .contact-tab-right {
    width: 100%;
    border-radius: 0 0 8px 8px;
  }
}
.contact-tab-right li,
.contact-tab-right span,
.contact-tab-right a,
.contact-tab-right p,
.contact-tab-right h6,
.contact-tab-right h2,
.contact-tab-right h3,
.contact-tab-right h4,
.contact-tab-right h5 {
  color: white;
}

.contact-tab-map a {
  text-decoration: underline;
}
.contact-tab-map img {
  margin-right: 10px;
  position: relative;
  top: 4px;
}

.contact-tab-list {
  margin-top: 30px;
}
.contact-tab-list h6 {
  margin-bottom: 0;
}
.contact-tab-list p {
  margin: 0;
  max-width: 248px;
}
.contact-tab-list a {
  text-decoration: none;
}
.contact-tab-list a:hover {
  text-decoration: underline;
}

.contact-us-button {
  margin-top: 30px;
  margin-bottom: 30px;
}

.contact-section {
  padding: 86px 0 100px;
}
@media (max-width: 1240px) {
  .contact-section {
    padding: 86px 0 80px;
  }
}
@media (max-width: 767px) {
  .contact-section {
    padding-bottom: 50px;
  }
}
@media (max-width: 640px) {
  .contact-section {
    padding-top: 66px;
  }
}

.contact-tab-graphic img {
  height: 290px;
}
@media (max-width: 1600px) {
  .contact-tab-graphic img {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .contact-tab-graphic img {
    height: 200px;
  }
}
@media (max-width: 640px) {
  .contact-tab-graphic img {
    height: 140px;
  }
}

.title-contact {
  text-align: center;
  margin-bottom: 30px;
}

.contact-info {
  font-size: 16px;
  margin-bottom: 0;
  color: #3b3b3b;
  margin-top: 20px;
}

.contact-form-pop {
  max-width: 792px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  padding: 60px 80px;
  display: none;
}
@media (max-width: 767px) {
  .contact-form-pop {
    padding: 30px;
  }
}
@media (max-width: 640px) {
  .contact-form-pop {
    padding: 30px 20px;
  }
}
.contact-form-pop input[type=submit] {
  margin-top: 0;
}

.search-top {
  padding-top: 55px;
  padding-bottom: 55px;
  background-color: #f5f5f5;
  border-top: 1px solid #e2e2e2;
}
@media (max-width: 1240px) {
  .search-top {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 640px) {
  .search-top {
    padding: 30px 0;
  }
}
.search-top form {
  position: relative;
}
.search-top input[type=text] {
  padding-left: 50px;
  margin-bottom: 0;
  padding-right: 50px;
}
@media (max-width: 480px) {
  .search-top input[type=text] {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.search-top button {
  background-color: transparent;
  position: absolute;
  left: 0;
  height: 52px;
  margin: 0;
  padding-left: 20px;
  padding-right: 10px;
}
@media (max-width: 480px) {
  .search-top button {
    padding-left: 15px;
  }
}
.search-top button:hover {
  background-color: transparent;
}
.search-top button img {
  width: 16px;
  height: 16px;
}

.clear-search {
  position: absolute;
  right: 0;
  top: 1px;
  height: 50px;
  display: flex;
  padding-right: 20px;
  padding-left: 10px;
}
@media (max-width: 480px) {
  .clear-search {
    padding-right: 15px;
    padding-left: 5px;
  }
}
.clear-search img {
  width: 16px;
}

.no-results {
  margin-top: 45px;
  margin-bottom: 30px;
}
@media (max-width: 1240px) {
  .no-results {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}

.result-item {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #e2e2e2;
}
@media (max-width: 1240px) {
  .result-item {
    margin-top: 24px;
    padding-top: 24px;
  }
}
.result-item:first-child {
  border-top: none;
  padding-top: 0;
}

.result-title {
  margin-bottom: 4px;
}

.result-excerpt {
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  color: #3b3b3b;
}

.result-category {
  font-size: 14px;
  color: #3b3b3b;
  display: block;
  margin-top: 15px;
}
@media (max-width: 1240px) {
  .result-category {
    margin-top: 10px;
  }
}

.search-results {
  padding-bottom: 120px;
}
@media (max-width: 1240px) {
  .search-results {
    padding-bottom: 80px;
  }
}
.search-results .wp-pagenavi {
  margin-left: 0;
  margin-right: 0;
}

.section-boxes {
  background-color: #040e38;
}
.section-boxes .col_25 {
  width: 25%;
  position: relative;
  background-color: #fff;
}
@media (max-width: 1024px) {
  .section-boxes .col_25 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .section-boxes .col_25 {
    width: 100%;
  }
}
.section-boxes .col_25.item-box-dark {
  background-image: url(images/jpg/bg-box.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
.section-boxes .col_25.item-box-dark:before {
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  background-color: #040d35;
  opacity: 0.8;
  position: absolute;
  left: 0;
  top: 0;
}
.section-boxes .col_25.item-box-dark .wrap-item-box a .wrap-header .title p {
  color: #fff;
}
.section-boxes .col_25 .wrap-item-box {
  position: relative;
  z-index: 2;
}
.section-boxes .col_25 .wrap-item-box a {
  padding: 55px 45px;
  position: relative;
}
@media (max-width: 1600px) {
  .section-boxes .col_25 .wrap-item-box a {
    padding: 30px;
  }
}
.section-boxes .col_25 .wrap-item-box a:hover {
  text-decoration: none;
}
.section-boxes .col_25 .wrap-item-box a .wrap-header {
  margin-bottom: 25px;
}
@media (max-width: 1450px) {
  .section-boxes .col_25 .wrap-item-box a .wrap-header {
    margin-bottom: 15px;
  }
}
.section-boxes .col_25 .wrap-item-box a .wrap-header .icon {
  width: 80px;
  height: 70px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 20px;
}
@media (max-width: 1700px) {
  .section-boxes .col_25 .wrap-item-box a .wrap-header .icon {
    width: 50px;
    height: 50px;
  }
}
.section-boxes .col_25 .wrap-item-box a .wrap-header .title {
  width: calc(100% - 100px);
}
@media (max-width: 1700px) {
  .section-boxes .col_25 .wrap-item-box a .wrap-header .title {
    width: calc(100% - 70px);
  }
}
.section-boxes .col_25 .wrap-item-box a .wrap-header .title p {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.1em;
  color: #000000;
}
@media (max-width: 1700px) {
  .section-boxes .col_25 .wrap-item-box a .wrap-header .title p {
    font-size: 22px;
  }
}
@media (max-width: 1450px) {
  .section-boxes .col_25 .wrap-item-box a .wrap-header .title p {
    font-size: 20px;
  }
}
.section-boxes .col_25 .wrap-item-box a .the-content p,
.section-boxes .col_25 .wrap-item-box a .the-content span,
.section-boxes .col_25 .wrap-item-box a .the-content label,
.section-boxes .col_25 .wrap-item-box a .the-content li {
  color: #000000;
}
.section-boxes .col_25 .wrap-item-box a .white-txt.the-content p,
.section-boxes .col_25 .wrap-item-box a .white-txt.the-content span,
.section-boxes .col_25 .wrap-item-box a .white-txt.the-content label,
.section-boxes .col_25 .wrap-item-box a .white-txt.the-content li {
  color: #fff;
}
.section-boxes .col_25 .wrap-item-box a .the-content {
  padding-bottom: 40px;
  position: relative;
  min-height: 350px;
}
@media (max-width: 1450px) {
  .section-boxes .col_25 .wrap-item-box a .the-content {
    min-height: 400px;
  }
}
@media (max-width: 1024px) {
  .section-boxes .col_25 .wrap-item-box a .the-content {
    min-height: 300px;
  }
}
@media (max-width: 767px) {
  .section-boxes .col_25 .wrap-item-box a .the-content {
    min-height: auto;
  }
}
.section-boxes .col_25 .wrap-item-box a .the-content .wrap-text {
  opacity: 0.7;
}
.section-boxes .col_25 .wrap-item-box a .the-content .wrap-text p {
  margin-bottom: 7px;
  margin-top: 7px;
  font-size: 17px;
}
@media (max-width: 1700px) {
  .section-boxes .col_25 .wrap-item-box a .the-content .wrap-text p {
    font-size: 16px;
  }
}
@media (max-width: 1600px) {
  .section-boxes .col_25 .wrap-item-box a .the-content .wrap-text p {
    font-size: 16px;
  }
}
@media (max-width: 960px) {
  .section-boxes .col_25 .wrap-item-box a .the-content .wrap-text p {
    font-size: 15px;
  }
}
.section-boxes .col_25 .wrap-item-box a .the-content .wrap-text .intro {
  min-height: 60px;
}
@media (max-width: 1600px) {
  .section-boxes .col_25 .wrap-item-box a .the-content .wrap-text .intro {
    min-height: 80px;
  }
}
@media (max-width: 1024px) {
  .section-boxes .col_25 .wrap-item-box a .the-content .wrap-text .intro {
    min-height: 60px;
  }
}
@media (max-width: 960px) {
  .section-boxes .col_25 .wrap-item-box a .the-content .wrap-text .intro {
    min-height: inherit;
  }
}
.section-boxes .col_25 .wrap-item-box a .the-content .fake-btn {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #11a0d9 !important;
  font-weight: 700;
  font-size: 18px;
}
@media (max-width: 1600px) {
  .section-boxes .col_25 .wrap-item-box a .the-content .fake-btn {
    font-size: 16px;
  }
}
@media (max-width: 960px) {
  .section-boxes .col_25 .wrap-item-box a .the-content .fake-btn {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .section-boxes .col_25 .wrap-item-box a .the-content .fake-btn {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .section-boxes .col_25 .wrap-item-box a .the-content .fake-btn {
    font-size: 13px;
  }
}
.section-boxes .col_25 .wrap-item-box a .the-content .fake-btn:after {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  background-image: url(images/svg/arrow-blue.svg);
  background-repeat: no-repeat;
  background-size: 11px;
  margin-left: 8px;
  position: relative;
  top: 8px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media (max-width: 1450px) {
  .section-boxes .col_25 .wrap-item-box a .the-content .fake-btn:after {
    height: 14px;
    top: 3px;
  }
}
@media (max-width: 767px) {
  .section-boxes .col_25 .wrap-item-box a .the-content .fake-btn:after {
    height: 13px;
  }
}
.section-boxes .col_25 .wrap-item-box a .the-content .fake-btn:hover:after {
  margin-left: 13px;
}

.section_blue_banner {
  position: relative;
  padding: 135px 0 155px 0;
}
@media (max-width: 1450px) {
  .section_blue_banner {
    padding: 110px 0 130px 0;
  }
}
@media (max-width: 1024px) {
  .section_blue_banner {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .section_blue_banner {
    padding: 60px 0;
  }
}
.section_blue_banner .cover {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  display: inline-block;
  opacity: 0.3;
  background-position: bottom center;
  filter: grayscale(100%);
}
@media (max-width: 1024px) {
  .section_blue_banner .cover {
    opacity: 0.1;
  }
}
.section_blue_banner::before {
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  background-color: #06123a;
  position: absolute;
  left: 0;
  top: 0;
}
.section_blue_banner .small-box {
  padding: 0 150px;
}
@media (max-width: 1450px) {
  .section_blue_banner .small-box {
    padding: 0 100px;
  }
}
@media (max-width: 1024px) {
  .section_blue_banner .small-box {
    padding: 0 70px;
  }
}
@media (max-width: 767px) {
  .section_blue_banner .small-box {
    padding: 0;
  }
}
.section_blue_banner .small-box .icon {
  width: 120px;
  padding-right: 40px;
}
@media (max-width: 1024px) {
  .section_blue_banner .small-box .icon {
    width: 100px;
  }
}
@media (max-width: 767px) {
  .section_blue_banner .small-box .icon {
    width: 70px;
    padding-right: 30px;
  }
}
.section_blue_banner .small-box .text {
  width: calc(100% - 120px);
}
@media (max-width: 1024px) {
  .section_blue_banner .small-box .text {
    width: calc(100% - 100px);
  }
}
@media (max-width: 767px) {
  .section_blue_banner .small-box .text {
    width: calc(100% - 70px);
  }
}
.section_blue_banner .small-box .text h3 {
  margin-top: 0;
  line-height: 1em;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .section_blue_banner .small-box .text h3 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .section_blue_banner .small-box .text h3 {
    margin-bottom: 10px;
  }
}
.section_blue_banner .small-box .text p {
  font-weight: 500;
  font-size: 18px;
  opacity: 0.7;
}
@media (max-width: 1024px) {
  .section_blue_banner .small-box .text p {
    font-size: 15px;
  }
}
.section_blue_banner .small-box .fake-btn {
  color: #11a0d9 !important;
  font-weight: 700;
  font-size: 18px;
}
@media (max-width: 1450px) {
  .section_blue_banner .small-box .fake-btn {
    font-size: 16px;
  }
}
.section_blue_banner .small-box .fake-btn:after {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  background-image: url(images/svg/arrow-blue.svg);
  background-repeat: no-repeat;
  background-size: 11px;
  margin-left: 8px;
  position: relative;
  top: 8px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media (max-width: 1450px) {
  .section_blue_banner .small-box .fake-btn:after {
    height: 14px;
    top: 3px;
  }
}
.section_blue_banner .small-box .fake-btn:hover {
  text-decoration: none;
}
.section_blue_banner .small-box .fake-btn:hover:after {
  margin-left: 13px;
}

.blog-main-post.blog-page-item {
  width: 100%;
}

.hero-blog-new {
  padding: 180px 0 80px 0;
  height: auto;
  min-height: initial;
}
@media (max-width: 960px) {
  .hero-blog-new {
    padding: 130px 0 60px 0;
  }
}
@media (max-width: 767px) {
  .hero-blog-new {
    padding: 100px 0 40px 0;
  }
}
.hero-blog-new .blog-slider {
  margin-top: 50px;
}
.hero-blog-new .blog-slider:not(.slick-slider) {
  height: 360px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .hero-blog-new .blog-slider:not(.slick-slider) {
    height: 300px;
  }
}
@media (max-width: 960px) {
  .hero-blog-new .blog-slider:not(.slick-slider) {
    height: 240px;
  }
}
@media (max-width: 1450px) {
  .hero-blog-new .blog-slider {
    padding-left: 50px;
  }
}
@media (max-width: 767px) {
  .hero-blog-new .blog-slider {
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  .hero-blog-new .blog-slider {
    padding-left: 0;
    padding-bottom: 30px;
  }
}
.hero-blog-new .blog-slider .slick-dots {
  width: 20px;
  height: 100%;
  position: absolute;
  left: -50px;
  top: 0;
  text-align: center;
  margin-top: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 1450px) {
  .hero-blog-new .blog-slider .slick-dots {
    left: 0;
  }
}
@media (max-width: 480px) {
  .hero-blog-new .blog-slider .slick-dots {
    flex-direction: row;
    width: 100%;
    height: 20px;
    flex-direction: row;
    top: auto;
    bottom: 0;
    align-items: center;
  }
}
.hero-blog-new .blog-slider .slick-dots li {
  margin-top: 5px;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .hero-blog-new .blog-slider .slick-dots li {
    margin-top: 2px;
    margin-bottom: 2px;
  }
}
@media (max-width: 640px) {
  .hero-blog-new .blog-slider .slick-dots li {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.hero-blog-new .blog-slider .slick-dots li button {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.2117647059);
}
.hero-blog-new .blog-slider .slick-dots li.slick-active button {
  background: #11a0d9;
  width: 20px;
  height: 20px;
}
@media (max-width: 960px) {
  .hero-blog-new .blog-slider .slick-dots li.slick-active button {
    width: 15px;
    height: 15px;
  }
}
.hero-blog-new .blog-slider .blog-page-item-large .img {
  width: 600px;
  height: 360px;
  border-radius: 10px;
  display: inline-block;
  background-color: #fff;
}
@media (max-width: 1450px) {
  .hero-blog-new .blog-slider .blog-page-item-large .img {
    width: 500px;
  }
}
@media (max-width: 1024px) {
  .hero-blog-new .blog-slider .blog-page-item-large .img {
    width: 400px;
    height: 300px;
  }
}
@media (max-width: 960px) {
  .hero-blog-new .blog-slider .blog-page-item-large .img {
    width: 40%;
    height: 200px;
  }
}
@media (max-width: 640px) {
  .hero-blog-new .blog-slider .blog-page-item-large .img {
    height: 150px;
  }
}
@media (max-width: 480px) {
  .hero-blog-new .blog-slider .blog-page-item-large .img {
    width: 100%;
    margin-bottom: 20px;
  }
}
.hero-blog-new .blog-slider .blog-page-item-large .img.format_logo {
  background-size: 200px;
}
@media (max-width: 960px) {
  .hero-blog-new .blog-slider .blog-page-item-large .img.format_logo {
    background-size: 150px;
  }
}
@media (max-width: 767px) {
  .hero-blog-new .blog-slider .blog-page-item-large .img.format_logo {
    background-size: 100px;
  }
}
@media (max-width: 640px) {
  .hero-blog-new .blog-slider .blog-page-item-large .img.format_logo {
    background-size: 80px;
  }
}
.hero-blog-new .blog-slider .blog-page-item-large .text {
  width: calc(100% - 600px);
  padding-left: 40px;
}
@media (max-width: 1450px) {
  .hero-blog-new .blog-slider .blog-page-item-large .text {
    width: calc(100% - 500px);
  }
}
@media (max-width: 1024px) {
  .hero-blog-new .blog-slider .blog-page-item-large .text {
    width: calc(100% - 400px);
  }
}
@media (max-width: 960px) {
  .hero-blog-new .blog-slider .blog-page-item-large .text {
    width: 60%;
    padding-left: 30px;
  }
}
@media (max-width: 640px) {
  .hero-blog-new .blog-slider .blog-page-item-large .text {
    padding-left: 20px;
  }
}
@media (max-width: 480px) {
  .hero-blog-new .blog-slider .blog-page-item-large .text {
    width: 100%;
    padding-left: 0;
  }
}
.hero-blog-new .blog-slider .blog-page-item-large .text .insight-slide-title {
  font-size: 24px;
  font-weight: 500;
}
@media (max-width: 1450px) {
  .hero-blog-new .blog-slider .blog-page-item-large .text .insight-slide-title {
    font-size: 22px;
  }
}
@media (max-width: 1240px) {
  .hero-blog-new .blog-slider .blog-page-item-large .text .insight-slide-title {
    font-size: 20px;
  }
}
@media (max-width: 960px) {
  .hero-blog-new .blog-slider .blog-page-item-large .text .insight-slide-title {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .hero-blog-new .blog-slider .blog-page-item-large .text .insight-slide-title {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .hero-blog-new .blog-slider .blog-page-item-large .text .insight-slide-title {
    font-size: 15px;
  }
}
.hero-blog-new .blog-slider .blog-page-item-large .text .insight-slide-title a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.hero-blog-new .blog-slider .blog-page-item-large .text .date {
  position: relative;
  color: #ffffff;
  font-size: 15px;
}
@media (max-width: 960px) {
  .hero-blog-new .blog-slider .blog-page-item-large .text .date {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .hero-blog-new .blog-slider .blog-page-item-large .text .date {
    font-size: 13px;
  }
}
@media (max-width: 640px) {
  .hero-blog-new .blog-slider .blog-page-item-large .text .date {
    font-size: 12px;
  }
}
.hero-blog-new .blog-slider .blog-page-item-large .text .fake-btn {
  color: #11a0d9 !important;
  font-weight: 700;
  font-size: 16px;
  margin-top: 10px;
}
@media (max-width: 1450px) {
  .hero-blog-new .blog-slider .blog-page-item-large .text .fake-btn {
    font-size: 15px;
  }
}
@media (max-width: 960px) {
  .hero-blog-new .blog-slider .blog-page-item-large .text .fake-btn {
    font-size: 14px;
    margin-top: 7px;
  }
}
@media (max-width: 767px) {
  .hero-blog-new .blog-slider .blog-page-item-large .text .fake-btn {
    font-size: 13px;
  }
}
@media (max-width: 640px) {
  .hero-blog-new .blog-slider .blog-page-item-large .text .fake-btn {
    font-size: 12px;
  }
}
.hero-blog-new .blog-slider .blog-page-item-large .text .fake-btn:after {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  background-image: url(images/svg/arrow-blue.svg);
  background-repeat: no-repeat;
  background-size: 11px;
  margin-left: 8px;
  position: relative;
  top: 9px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media (max-width: 1450px) {
  .hero-blog-new .blog-slider .blog-page-item-large .text .fake-btn:after {
    height: 14px;
    top: 5px;
    background-size: 10px;
  }
}
.hero-blog-new .blog-slider .blog-page-item-large .text .fake-btn:hover {
  text-decoration: none;
}
.hero-blog-new .blog-slider .blog-page-item-large .text .fake-btn:hover:after {
  margin-left: 13px;
}
.hero-blog-new h1 {
  text-align: center;
}
.hero-blog-new .options-menu ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
}
.hero-blog-new .options-menu ul li {
  margin: 5px;
}
.hero-blog-new .options-menu ul li a {
  display: inline-block;
  padding: 18px 30px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 700;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  line-height: 1;
  border-radius: 4px;
  color: #000723;
  background-color: #fff;
  min-width: 170px;
}
@media (max-width: 960px) {
  .hero-blog-new .options-menu ul li a {
    font-size: 16px;
    min-width: 160px;
    padding: 14px 17px;
  }
}
@media (max-width: 767px) {
  .hero-blog-new .options-menu ul li a {
    font-size: 15px;
    min-width: initial;
    padding: 12px 20px;
  }
}
@media (max-width: 640px) {
  .hero-blog-new .options-menu ul li a {
    font-size: 14px;
  }
}
@media (max-width: 400px) {
  .hero-blog-new .options-menu ul li a {
    font-size: 13px;
  }
}
.hero-blog-new .options-menu ul li a:hover {
  text-decoration: none;
  background: #11a0d9;
  color: white;
}
.hero-blog-new .options-menu ul li.current-menu-item a {
  background: #11a0d9;
  color: white;
}

.custom-wp-pagenavi .wp-pagenavi {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .custom-wp-pagenavi .wp-pagenavi {
    justify-content: center;
  }
}
.custom-wp-pagenavi .wp-pagenavi span,
.custom-wp-pagenavi .wp-pagenavi a {
  margin: 5px;
}

.bottom-banner {
  padding: 60px 0;
}
@media (max-width: 767px) {
  .bottom-banner {
    padding: 40px 0;
  }
}
.bottom-banner .blue-banner-cta {
  background-color: #06123a;
  border-radius: 10px;
  padding: 68px 100px;
  position: relative;
}
@media (max-width: 1450px) {
  .bottom-banner .blue-banner-cta {
    padding: 60px 90px;
  }
}
@media (max-width: 960px) {
  .bottom-banner .blue-banner-cta {
    padding: 60px;
  }
}
@media (max-width: 767px) {
  .bottom-banner .blue-banner-cta {
    padding: 38px;
  }
}
.bottom-banner .blue-banner-cta .text {
  width: 50%;
}
@media (max-width: 767px) {
  .bottom-banner .blue-banner-cta .text {
    width: 100%;
    text-align: center;
  }
}
.bottom-banner .blue-banner-cta .text h5 {
  font-size: 27px;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 0;
}
@media (max-width: 1450px) {
  .bottom-banner .blue-banner-cta .text h5 {
    font-size: 25px;
  }
}
@media (max-width: 960px) {
  .bottom-banner .blue-banner-cta .text h5 {
    font-size: 23px;
  }
}
@media (max-width: 767px) {
  .bottom-banner .blue-banner-cta .text h5 {
    font-size: 20px;
  }
}
.bottom-banner .blue-banner-cta .text p {
  margin: 0;
  font-size: 18px;
}
@media (max-width: 1450px) {
  .bottom-banner .blue-banner-cta .text p {
    font-size: 16px;
  }
}
@media (max-width: 960px) {
  .bottom-banner .blue-banner-cta .text p {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .bottom-banner .blue-banner-cta .text p {
    font-size: 14px;
  }
}
.bottom-banner .blue-banner-cta .text a {
  color: #11a0d9;
  font-weight: 500;
  font-size: 18px;
  text-decoration: underline;
}
@media (max-width: 1450px) {
  .bottom-banner .blue-banner-cta .text a {
    font-size: 16px;
  }
}
@media (max-width: 960px) {
  .bottom-banner .blue-banner-cta .text a {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .bottom-banner .blue-banner-cta .text a {
    font-size: 14px;
  }
}
.bottom-banner .blue-banner-cta .image {
  width: 50%;
}
@media (max-width: 767px) {
  .bottom-banner .blue-banner-cta .image {
    width: 100%;
  }
}
.bottom-banner .blue-banner-cta .image .cover {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-size: contain;
  background-position: bottom right;
}
@media (max-width: 767px) {
  .bottom-banner .blue-banner-cta .image .cover {
    opacity: 0.4;
  }
}

.blog-page-flex .col_33 {
  width: 33%;
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (max-width: 960px) {
  .blog-page-flex .col_33 {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .blog-page-flex .col_33 {
    width: 100%;
  }
}
.blog-page-flex .col_33 .blog-page-item {
  width: 100%;
  height: 100%;
}
.blog-page-flex .col_33 .blog-page-item .insight-slide-box {
  box-shadow: 0px 0px 8px 4px rgba(0, 0, 0, 0.08);
}
.blog-page-flex .col_33 .blog-page-item .date {
  position: relative;
  padding-left: 22px;
}
.blog-page-flex .col_33 .blog-page-item .date:before {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url(images/svg/icon-calendar.svg);
  background-repeat: no-repeat;
  background-size: 12px;
  position: absolute;
  left: 0;
  top: 2px;
  display: inline-block;
}
.blog-page-flex .col_33 .blog-page-item .fake-btn {
  color: #11a0d9 !important;
  font-weight: 700;
  font-size: 16px;
  margin-top: 10px;
}
@media (max-width: 1450px) {
  .blog-page-flex .col_33 .blog-page-item .fake-btn {
    font-size: 15px;
  }
}
@media (max-width: 960px) {
  .blog-page-flex .col_33 .blog-page-item .fake-btn {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .blog-page-flex .col_33 .blog-page-item .fake-btn {
    font-size: 13px;
  }
}
.blog-page-flex .col_33 .blog-page-item .fake-btn:after {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  background-image: url(images/svg/arrow-blue.svg);
  background-repeat: no-repeat;
  background-size: 11px;
  margin-left: 8px;
  position: relative;
  top: 9px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media (max-width: 1450px) {
  .blog-page-flex .col_33 .blog-page-item .fake-btn:after {
    height: 14px;
    top: 3px;
  }
}
@media (max-width: 960px) {
  .blog-page-flex .col_33 .blog-page-item .fake-btn:after {
    height: 13px;
  }
}
@media (max-width: 640px) {
  .blog-page-flex .col_33 .blog-page-item .fake-btn:after {
    height: 12px;
  }
}
.blog-page-flex .col_33 .blog-page-item .fake-btn:hover {
  text-decoration: none;
}
.blog-page-flex .col_33 .blog-page-item .fake-btn:hover:after {
  margin-left: 13px;
}
.blog-page-flex .box-external {
  padding-bottom: 60px;
}
@media (max-width: 1024px) {
  .blog-page-flex .box-external {
    padding-bottom: 30px;
  }
}
.blog-page-flex .box-external .cover {
  height: 75px;
  background-position: left top;
  background-size: 130px;
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .blog-page-flex .box-external .cover {
    background-size: 110px;
  }
}
.blog-page-flex .box-external .date {
  font-size: 13px;
  position: absolute !important;
  right: 0;
  bottom: 0;
  background-color: #f3f3f3;
  color: #898989;
  padding: 10px 14px;
  padding-left: 30px !important;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
@media (max-width: 1024px) {
  .blog-page-flex .box-external .date {
    font-size: 11px;
  }
}
.blog-page-flex .box-external .date:before {
  top: 11px !important;
  left: 9px !important;
}
@media (max-width: 1024px) {
  .blog-page-flex .box-external .date:before {
    background-size: 10px;
  }
}

.section_articles {
  padding: 80px 0;
}
@media (max-width: 960px) {
  .section_articles {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .section_articles {
    padding: 40px 0;
  }
}
.section_articles .the-content {
  margin-bottom: 30px;
  padding-right: 200px;
}
@media (max-width: 767px) {
  .section_articles .the-content {
    margin-bottom: 10px;
    padding-right: 150px;
  }
}
@media (max-width: 767px) {
  .section_articles .the-content h2 {
    margin-bottom: 0;
    margin-top: 0;
    font-size: 25px;
  }
}
.section_articles .proj-arrows {
  width: 120px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
  padding-top: 28px;
}
@media (max-width: 1450px) {
  .section_articles .proj-arrows {
    right: 30px;
  }
}
@media (max-width: 767px) {
  .section_articles .proj-arrows {
    padding-top: 0;
    top: -10px;
  }
}
.section_articles .slider-articles {
  margin-left: -10px;
  margin-right: -10px;
}
.section_articles .slider-articles:not(.slick-slider) {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  height: 355px;
  overflow: hidden;
}
.section_articles .slider-articles:not(.slick-slider) .item-slider {
  width: 33.33%;
}
@media (max-width: 960px) {
  .section_articles .slider-articles:not(.slick-slider) .item-slider {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .section_articles .slider-articles:not(.slick-slider) .item-slider {
    width: 100%;
  }
}
.section_articles .slider-articles .wrap-item-slider {
  padding: 10px 15px;
  text-align: center;
}
.section_articles .slider-articles .wrap-item-slider .insight-slide-box {
  box-shadow: 0px 0px 8px 4px rgba(0, 0, 0, 0.08);
  text-decoration: none;
  background-color: white;
  padding: 40px;
  min-height: 360px;
}
@media (max-width: 960px) {
  .section_articles .slider-articles .wrap-item-slider .insight-slide-box {
    min-height: auto;
  }
}
.section_articles .slider-articles .wrap-item-slider .insight-slide-box:hover {
  background-color: #fbfbfb;
  box-shadow: 0px 0px 12px 4px rgba(0, 0, 0, 0.08);
}
.section_articles .slider-articles .wrap-item-slider .insight-slide-image {
  width: 131px;
  height: 131px;
  border-radius: 500px;
  border: 1px solid #e2e2e2;
  background-size: 90px;
  background-position: center;
  display: block;
  margin: 0 auto 30px auto;
}
@media (max-width: 1450px) {
  .section_articles .slider-articles .wrap-item-slider .insight-slide-image {
    width: 120px;
    height: 120px;
    background-size: 85px;
  }
}
@media (max-width: 960px) {
  .section_articles .slider-articles .wrap-item-slider .insight-slide-image {
    width: 100px;
    height: 100px;
    background-size: 70px;
  }
}
.section_articles .slider-articles .wrap-item-slider .insight-slide-title {
  margin-top: 20px;
  margin-bottom: 30px;
  display: block;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 50px;
  white-space: initial;
  word-break: break-word;
  text-decoration: none;
}
.section_articles .slider-articles .wrap-item-slider .fake-btn {
  color: #11a0d9 !important;
  font-weight: 700;
  font-size: 18px;
}
@media (max-width: 1450px) {
  .section_articles .slider-articles .wrap-item-slider .fake-btn {
    font-size: 16px;
  }
}
.section_articles .slider-articles .wrap-item-slider .fake-btn:after {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  background-image: url(images/svg/arrow-blue.svg);
  background-repeat: no-repeat;
  background-size: 11px;
  margin-left: 8px;
  position: relative;
  top: 8px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media (max-width: 1450px) {
  .section_articles .slider-articles .wrap-item-slider .fake-btn:after {
    height: 14px;
    top: 3px;
  }
}
.section_articles .slider-articles .wrap-item-slider .fake-btn:hover:after {
  margin-left: 13px;
}/*# sourceMappingURL=style.css.map */