/*
Theme Name: Local Digital
Theme URI: -
Author: -
Author URI: -
Description: -
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: General
Text Domain: -

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.
*/
* {
  -webkit-font-smoothing: antialiased;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-y: auto;
}

html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

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

a {
  text-decoration: none;
}

a:focus {
  outline: none;
}

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

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

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;
}

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

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

[hidden] {
  display: none;
}

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

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

blockquote {
  margin: 0;
}

dfn {
  font-style: italic;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

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

p,
pre {
  margin: 1em 0;
}

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

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

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;
}

li {
  list-style-type: none;
}

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

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

figure {
  margin: 0;
}

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

form {
  margin: 0;
}

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

button,
input,
select,
textarea {
  margin: 0;
  vertical-align: baseline;
}

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

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

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

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

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

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: pointehttps://www.localdigital.com.au/wp-admin/options-reading.phpr;
}

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

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

[type="checkbox"]:checked + label, [type="checkbox"]:not(:checked) + label, [type="radio"]:checked + label, [type="radio"]:not(:checked) + label {
  position: relative;
  cursor: pointer;
  padding-left: 25px;
}

[type="checkbox"]:checked + label:before, [type="checkbox"]:not(:checked) + label:before, [type="radio"]:checked + label:before, [type="radio"]:not(:checked) + label:before {
  position: absolute;
  left: 0;
  top: 8px;
  content: '';
  width: 16px;
  height: 16px;
  border: 1px solid #d8d8db;
  background: white;
}

[type="checkbox"]:checked + label:before, [type="checkbox"]:not(:checked) + label:before {
  border-radius: 3px;
}

[type="radio"]:checked + label:before, [type="radio"]:not(:checked) + label:before {
  border-radius: 50%;
}

[type="checkbox"]:checked + label:after, [type="checkbox"]:not(:checked) + label:after, [type="radio"]:checked + label:after, [type="radio"]:not(:checked) + label:after {
  position: absolute;
  top: 12px;
  left: 4px;
  content: '';
  width: 8px;
  height: 8px;
  line-height: 0.8;
  -webkit-transition: all .2s;
  transition: all .2s;
  background: #0096db;
}

[type="checkbox"]:checked + label:after, [type="checkbox"]:not(:checked) + label:after {
  border-radius: 2px;
}

[type="radio"]:checked + label:after, [type="radio"]:not(:checked) + label:after {
  border-radius: 50%;
}

textarea, input[type="text"], input[type="email"], input[type="tel"] {
  width: 100%;
  height: 40px;
  color: #8b8b8b;
  font-size: 1.4rem;
  -webkit-box-shadow: 0 0 0 transparent;
          box-shadow: 0 0 0 transparent;
  border: 1px solid #dfdfdf;
  border-radius: 2px;
  background-color: #fff;
  padding: 0 15px;
  margin-bottom: 45px;
}

table, th, td {
  vertical-align: top;
  line-height: 1;
  border-spacing: 0;
  border: 1px solid #d8d8db;
  padding: 1em;
}

h1, h2, h3, h4, h5, h6 {
  color: #000000;
  font-family: 'Poppins', Arial, Helvetica, sans-serif;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -1px;
  text-transform: none;
  margin: 0;
  margin-bottom: 10px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: -1px;
}

.row {
  font-size: 0;
  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;
  float: left;
  font-size: 1.4rem;
  padding-left: 15px;
  padding-right: 15px;
}

.row > [class*='col_'].right {
  float: right;
}

.row.big-gutter {
  margin-left: -30px;
  margin-right: -30px;
}

.row.big-gutter > [class*='col_'] {
  padding-left: 30px;
  padding-right: 30px;
}

.row.small-gutter {
  margin-left: -5px;
  margin-right: -5px;
}

.row.small-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;
}

@media (max-width: 1024px) {
  .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_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_50 {
  width: 50%;
}

.col_55 {
  width: 55%;
}

.col_60 {
  width: 60%;
}

.col_66 {
  width: 66.66%;
}

.col_70 {
  width: 70%;
}

.col_75 {
  width: 75%;
}

.col_80 {
  width: 80%;
}

.col_100 {
  width: 100%;
}

.col_auto {
  width: auto;
}

.container {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}

.container:before {
  display: table;
  content: "";
  visibility: hidden;
  height: 0;
}

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

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

.cell {
  width: 100%;
  float: left;
  position: relative;
  padding: 0 10px;
}

.cell.parent {
  padding: 0;
}

.x1 {
  width: 8.33333%;
}

.x2 {
  width: 16.66667%;
}

.x3 {
  width: 25%;
}

.x4 {
  width: 33.33333%;
}

.x5 {
  width: 41.66667%;
}

.x6 {
  width: 50%;
}

.x7 {
  width: 58.33333%;
}

.x8 {
  width: 66.66667%;
}

.x9 {
  width: 75%;
}

.x10 {
  width: 83.33333%;
}

.x11 {
  width: 91.66667%;
}

.x12 {
  width: 100%;
}

.by2 {
  width: 50%;
}

.by3 {
  width: 33.33333%;
}

.by4 {
  width: 25%;
}

.by5 {
  width: 20%;
}

.by6 {
  width: 16.66667%;
}

.by7 {
  width: 14.28571%;
}

.by8 {
  width: 12.5%;
}

.by9 {
  width: 11.11111%;
}

.by10 {
  width: 10%;
}

.by11 {
  width: 9.09091%;
}

.by12 {
  width: 8.33333%;
}

@media (max-width: 1200px) {
  .container {
    width: 95%;
  }
}

/*@include tablet {
    .container {
        width: 95%;
    }
}*/
.grid-sizer {
  width: 25%;
}

@media (max-width: 425px) {
  .grid-sizer {
    width: 33.33333%;
  }
}

.clear:before {
  content: "";
  visibility: hidden;
  height: 0;
  display: table;
}

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

h1 {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 30px;
}

h1 b {
  font-weight: 900;
}

h2 {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 25px;
}

h2 b {
  font-weight: 900;
}

h3 {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 20px;
}

h3 b {
  font-weight: 900;
}

h4 {
  font-size: 22px;
  font-weight: 600;
  line-height: calc( 22px + 12px);
}

h4 b {
  font-weight: 900;
}

h5 {
  font-size: 20px;
  font-weight: 600;
  line-height: calc( 20px + 12px);
}

h5 b {
  font-weight: 900;
}

h6 {
  font-size: 16px;
  font-weight: 600;
  line-height: calc( 16px + 12px);
}

h6 b {
  font-weight: 900;
}

@media (max-width: 1024px) {
  h1 {
    font-size: 36px;
    line-height: calc( 36px + 12px);
  }
}

@media (max-width: 1024px) and (max-width: 768px) {
  h1 {
    margin-bottom: 20px;
  }
}

@media (max-width: 1024px) {
  h2 {
    font-size: 28px;
    line-height: 1.25;
  }
}

@media (max-width: 1024px) and (max-width: 768px) {
  h2 {
    margin-bottom: 15px;
  }
}

@media (max-width: 1024px) {
  h3 {
    font-size: 22px;
    line-height: 1.25;
  }
}

@media (max-width: 1024px) and (max-width: 768px) {
  h3 {
    margin-bottom: 10px;
  }
}

@media (max-width: 1024px) {
  h4 {
    font-size: 20px;
    line-height: 1.25;
  }
  h5 {
    font-size: 18px;
    line-height: calc( 18px + 12px);
  }
  h6 {
    font-size: 16px;
    line-height: calc( 16px + 12px);
  }
  p {
    font-size: 14px;
    line-height: 24px;
  }
}

@media (max-width: 768px) {
  h1 {
    font-size: 28px;
    line-height: calc( 28px + 12px);
  }
  h2 {
    font-size: 22px;
    line-height: 1.25;
  }
  h3 {
    font-size: 20px;
    line-height: 1.25;
  }
  h4 {
    font-size: 18px;
    line-height: 1.25;
  }
  h5 {
    font-size: 16px;
    line-height: calc( 16px + 12px);
  }
  h6 {
    letter-spacing: 0;
    line-height: calc( 0 + 12px);
  }
}

p {
  font-family: 'Graphik', Arial, Helvetica, sans-serif;
  color: #717b85;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin: 0 0 25px;
}

p p {
  font-size: 100%;
  margin: 0;
}

p a {
  font-size: 100%;
  margin: 0;
  color: #FF3366;
  text-decoration: none;
}

p a:hover {
  color: #FF3366;
}

p span {
  font-size: 100%;
  margin: 0;
}

p label {
  font-size: 100%;
  margin: 0;
}

p i {
  font-style: italic;
}

p b {
  font-style: italic;
  font-weight: 600;
}

a {
  display: inline-block;
  font-family: 'Graphik', Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  color: #FF3366;
  margin: 0;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  text-decoration: none;
}

a p {
  font-size: 100%;
  margin: 0;
}

a a {
  font-size: 100%;
  margin: 0;
}

a span {
  font-size: 100%;
  margin: 0;
}

a label {
  font-size: 100%;
  margin: 0;
}

a:hover {
  color: #FF3366;
  outline: 0;
}

a:focus {
  outline: none;
}

a:active {
  outline: 0;
}

span {
  font-family: 'Graphik', Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}

span p {
  font-size: 100%;
  margin: 0;
}

span a {
  font-size: 100%;
  margin: 0;
}

span span {
  font-size: 100%;
  margin: 0;
}

span label {
  font-size: 100%;
  margin: 0;
}

label {
  font-family: 'Graphik', Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}

label p {
  font-size: 100%;
  margin: 0;
}

label a {
  font-size: 100%;
  margin: 0;
}

label span {
  font-size: 100%;
  margin: 0;
}

label label {
  font-size: 100%;
  margin: 0;
}

.white-txt p {
  color: white;
}

.white-txt span {
  color: white;
}

.white-txt a {
  color: white;
}

.white-txt h1 {
  color: white;
}

.white-txt h2 {
  color: white;
}

.white-txt h3 {
  color: white;
}

.white-txt h4 {
  color: white;
}

.white-txt h5 {
  color: white;
}

.white-txt h6 {
  color: white;
}

.white-txt li {
  color: white;
}

.grey {
  background-color: #727272;
}

.black {
  background-color: #010101;
}

strong {
  font-weight: 600;
}

b {
  font-weight: 600;
}

blockquote {
  padding: 10px 0 10px 20px;
  position: relative;
  margin: 40px 0;
}

blockquote:before {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  display: block;
  content: '';
  height: 100%;
  width: 5px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  background: #d7d7d7;
}

blockquote p {
  color: #717b85;
  font-family: 'Graphik', Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  margin: 0;
}

@media (max-width: 1024px) {
  blockquote {
    padding: 5px 0 5px 15px;
    margin: 20px 0;
  }
}

li {
  color: #717b85;
  font-family: 'Graphik';
  font-size: 16px;
  font-weight: 400;
  list-style-type: none;
  margin: 0 0 7px;
}

@media (max-width: 768px) {
  li {
    font-size: 14px;
  }
}

.the-content ul li:before {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f111";
  color: #717b85;
  font-size: 7px;
  width: 1em;
  vertical-align: middle;
  margin-right: 5px;
}

ol {
  list-style-type: none;
  padding-right: 0;
  margin-left: 0;
  margin-bottom: 25px;
}

ol li {
  counter-increment: step-counter;
  margin-bottom: 21px;
}

ol li:before {
  color: #717b85;
  font-weight: 600;
  content: counter(step-counter) ".";
  margin-right: 20px;
}

.big-p p {
  font-family: 'Graphik', Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 34px;
}

@media (max-width: 768px) {
  .big-p p {
    font-size: 16px;
    line-height: 30px;
  }
}

.small-p p {
  font-size: 14px;
  line-height: 24px;
}

form small {
  display: block;
  opacity: .8;
  color: #717b85;
  font-family: 'Graphik', Arial, Helvetica, sans-serif;
  font-size: 11px;
  margin-bottom: 20px;
}

form small a {
  font-size: 100%;
  color: #717b85;
  text-decoration: underline;
}

form .white-txt small {
  color: #fff;
}

form .no-mb small {
  margin-bottom: 0;
}

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

form {
  margin: 0;
}

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

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

.no-touch button[type="submit"]:hover {
  background: #0073a8;
}

.no-touch button[type="submit"]:hover i {
  margin-left: 30px;
}

.no-touch input[type="submit"]:hover {
  background: #0073a8;
}

.no-touch input[type="submit"]:hover i {
  margin-left: 30px;
}

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

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

button {
  vertical-align: baseline;
  margin: 0;
  line-height: normal;
  text-transform: none;
}

input {
  vertical-align: baseline;
  margin: 0;
  line-height: normal;
}

select {
  vertical-align: baseline;
  margin: 0;
  text-transform: none;
  padding-right: 0;
}

select.styled {
  width: 100% !important;
  height: 100% !important;
}

textarea {
  vertical-align: baseline;
  margin: 0;
  overflow: auto;
  vertical-align: top;
  resize: vertical;
  height: auto;
  min-height: 110px;
  line-height: normal;
  padding: 15px 17px;
}

html input[disabled] {
  cursor: default;
}

button[disabled] {
  cursor: default;
}

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

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

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

[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}

[type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

[type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}

[type="radio"]:checked {
  position: absolute;
  left: -9999px;
}

[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}

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

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

@media (max-width: 767px) {
  input[type="text"] {
    margin-bottom: 25px;
  }
  input[type="email"] {
    margin-bottom: 25px;
  }
  input[type="tel"] {
    margin-bottom: 25px;
  }
  textarea {
    margin-bottom: 25px;
  }
  .default-form .input-block label {
    width: 100%;
    text-align: left;
    line-height: normal;
    padding-right: 15px;
    margin-bottom: 5px;
  }
  .default-form .input-block input[type="text"] {
    width: 100%;
  }
  .default-form .input-block input[type="email"] {
    width: 100%;
  }
  .default-form .input-block input[type="password"] {
    width: 100%;
  }
  .default-form .input-block input[type="search"] {
    width: 100%;
  }
  .default-form .input-block input[type="tel"] {
    width: 100%;
  }
  .default-form .input-block input[type="url"] {
    width: 100%;
  }
  .default-form .input-block input[type="number"] {
    width: 100%;
  }
  .default-form .input-block input[type="date"] {
    width: 100%;
  }
  .default-form .input-block input[type="time"] {
    width: 100%;
  }
  .default-form .input-block input[type="datetime"] {
    width: 100%;
  }
  .default-form .input-block input[type="datetime-local"] {
    width: 100%;
  }
  .default-form .input-block input[type="week"] {
    width: 100%;
  }
  .default-form .input-block input[type="month"] {
    width: 100%;
  }
  .default-form .input-block textarea {
    width: 100%;
  }
  .default-form .input-block select {
    width: 100%;
  }
  .default-form .input-block .selectize-input {
    width: 100%;
  }
}

label {
  display: block;
  color: #717b85;
  font-size: 1.6rem;
  font-family: 'Graphik', Arial, Helvetica, sans-serif;
  font-weight: 600;
  text-transform: none;
  letter-spacing: normal;
  margin-bottom: 7px;
}

label span {
  font-size: 1.2rem;
  margin-top: 8px;
}

::-webkit-input-placeholder {
  color: #717b85;
  font-size: 1.4rem;
  font-family: 'Graphik';
  font-weight: 400;
  letter-spacing: normal;
}

:-moz-placeholder {
  color: #717b85;
  font-size: 1.4rem;
  font-family: 'Graphik';
  font-weight: 400;
  letter-spacing: normal;
}

::-moz-placeholder {
  color: #717b85;
  font-size: 1.4rem;
  font-family: 'Graphik';
  font-weight: 400;
  letter-spacing: normal;
}

:-ms-input-placeholder {
  color: #717b85;
  font-size: 1.4rem;
  font-family: 'Graphik';
  font-weight: 400;
  letter-spacing: normal;
}

.input-block {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 25px;
}

.input-block label {
  display: block;
}

.checkbox {
  display: block;
  width: 26px;
  height: 26px;
  background: url(images/checkbox.png) no-repeat;
  clear: left;
  float: left;
  padding: 0 5px 0 0;
}

.radio {
  display: block;
  width: 26px;
  height: 26px;
  background: url(images/checkbox.png) no-repeat;
  clear: left;
  float: left;
  padding: 0 5px 0 0;
  background: url(images/radio.png) no-repeat;
}

.checkbox-input {
  font-size: 1.4rem;
  font-weight: 300;
}

.checkbox-input span {
  margin-right: 10px;
}

.radio-input {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 300;
  margin-right: 40px;
}

.radio-input span {
  margin-right: 10px;
}

.select-block {
  position: relative;
}

.select-block .selectric-wrapper {
  background: #fff;
}

.select-block .selectric-wrapper .selectric .select-button {
  position: absolute;
  top: 16px;
  right: 20px;
  width: 13px;
  height: 8px;
  background-image: url(images/select-arrow2.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  z-index: 10;
}

.select-block .selectric-wrapper .selectric span.label {
  height: 39px;
  color: #878787;
  font-size: 1.1rem;
  font-family: 'Graphik';
  line-height: 41px;
  text-transform: uppercase;
  padding: 0 30px;
}

.select-block .selectric-wrapper.white-select {
  border: 0;
}

.select-block .selectric-wrapper .selectric-items ul li {
  padding: 7px 20px;
  color: #878787;
  font-size: 1.3rem;
  margin: 0;
  border: 0;
  border-top: 1px solid #c2c0c6;
}

.styled-checkbox {
  position: absolute;
  opacity: 0;
}

.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  display: initial;
  width: auto;
  float: none;
  text-align: initial;
  font-size: inherit;
  line-height: normal;
  text-transform: none;
  padding: 0;
}

.styled-checkbox + label:before {
  display: inline-block;
  width: 20px;
  height: 20px;
  content: '';
  vertical-align: text-top;
  border: 2px solid #d1d3d4;
  background: #e6e7e8;
  margin-right: 10px;
}

.styled-checkbox:checked + label:before {
  color: #f73093;
}

.styled-checkbox:checked + label:after {
  position: absolute;
  top: 9px;
  left: 5px;
  width: 2px;
  height: 2px;
  content: '';
  background: #f73093;
  -webkit-box-shadow: 2px 0 0 #f73093, 4px 0 0 #f73093, 4px -2px 0 #f73093, 4px -4px 0 #f73093, 4px -6px 0 #f73093, 4px -8px 0 #f73093;
          box-shadow: 2px 0 0 #f73093, 4px 0 0 #f73093, 4px -2px 0 #f73093, 4px -4px 0 #f73093, 4px -6px 0 #f73093, 4px -8px 0 #f73093;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.styled-checkbox:disabled + label {
  cursor: auto;
  color: #b8b8b8;
}

.styled-checkbox:disabled + label:before {
  background: #ddd;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.default-form .input-block {
  display: inline-block;
  width: 100%;
  margin-bottom: 18px;
}

.default-form .input-block label {
  display: inline-block;
  float: left;
  width: 110px;
  text-align: right;
  line-height: 46px;
  padding-right: 23px;
  margin: 0;
}

.default-form .input-block input[type="text"] {
  display: inline-block;
  float: left;
  width: calc(100% - 110px);
}

.default-form .input-block input[type="email"] {
  display: inline-block;
  float: left;
  width: calc(100% - 110px);
}

.default-form .input-block input[type="password"] {
  display: inline-block;
  float: left;
  width: calc(100% - 110px);
}

.default-form .input-block input[type="search"] {
  display: inline-block;
  float: left;
  width: calc(100% - 110px);
}

.default-form .input-block input[type="tel"] {
  display: inline-block;
  float: left;
  width: calc(100% - 110px);
}

.default-form .input-block input[type="url"] {
  display: inline-block;
  float: left;
  width: calc(100% - 110px);
}

.default-form .input-block input[type="number"] {
  display: inline-block;
  float: left;
  width: calc(100% - 110px);
}

.default-form .input-block input[type="date"] {
  display: inline-block;
  float: left;
  width: calc(100% - 110px);
}

.default-form .input-block input[type="time"] {
  display: inline-block;
  float: left;
  width: calc(100% - 110px);
}

.default-form .input-block input[type="datetime"] {
  display: inline-block;
  float: left;
  width: calc(100% - 110px);
}

.default-form .input-block input[type="datetime-local"] {
  display: inline-block;
  float: left;
  width: calc(100% - 110px);
}

.default-form .input-block input[type="week"] {
  display: inline-block;
  float: left;
  width: calc(100% - 110px);
}

.default-form .input-block input[type="month"] {
  display: inline-block;
  float: left;
  width: calc(100% - 110px);
}

.default-form .input-block textarea {
  display: inline-block;
  float: left;
  width: calc(100% - 110px);
}

.default-form .input-block select {
  display: inline-block;
  float: left;
  width: calc(100% - 110px);
}

.default-form .input-block .selectize-input {
  display: inline-block;
  float: left;
  width: calc(100% - 110px);
}

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

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

.wpcf7 input[type="text"]:hover,
.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:hover,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="password"]:hover,
.wpcf7 input[type="password"]:focus,
.wpcf7 input[type="search"]:hover,
.wpcf7 input[type="search"]:focus,
.wpcf7 input[type="tel"]:hover,
.wpcf7 input[type="tel"]:focus,
.wpcf7 input[type="url"]:hover,
.wpcf7 input[type="url"]:focus,
.wpcf7 input[type="number"]:hover,
.wpcf7 input[type="number"]:focus,
.wpcf7 input[type="date"]:hover,
.wpcf7 input[type="date"]:focus,
.wpcf7 input[type="time"]:hover,
.wpcf7 input[type="time"]:focus,
.wpcf7 input[type="datetime"]:hover,
.wpcf7 input[type="datetime"]:focus,
.wpcf7 input[type="datetime-local"]:hover,
.wpcf7 input[type="datetime-local"]:focus,
.wpcf7 input[type="week"]:hover,
.wpcf7 input[type="week"]:focus,
.wpcf7 input[type="month"]:hover,
.wpcf7 input[type="month"]:focus,
.wpcf7 textarea:hover,
.wpcf7 textarea:focus,
.wpcf7 select:hover,
.wpcf7 select:focus,
.wpcf7 input[type="submit"]:hover,
.wpcf7 input[type="submit"]:focus {
  border-color: #000000 !important;
  outline: 0 !important;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}

.wpcf7 input[type="submit"]:hover,
.wpcf7 input[type="submit"]:focus {
  outline: 0 !important;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}

/* Other Fields */
.wpcf7-validates-as-required {
  /*all required fields*/
}

select option {
  /*select option*/
}

input[type="file"] {
  /*file field*/
}

/* #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: red;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

th {
  text-align: left;
  font-weight: normal;
}

.red-btn {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  background: #ff0000;
  padding: 5px 10px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.red-btn:hover {
  color: #fff;
  background: #db0000;
}

.search-btn {
  width: 53px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #727272;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.search-btn img {
  width: 20px;
  height: 21px;
}

.search-btn:hover {
  background: #606060;
}

@media (max-width: 1024px) {
  .search-btn {
    display: none;
  }
}

.reg-btn {
  color: #fff;
  width: 170px;
  height: 57px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
  background-color: #45b5b9;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.reg-btn:hover {
  color: #fff;
  background-color: #3b9c9f;
}

@media (max-width: 425px) {
  .reg-btn {
    width: 120px;
    height: 45px;
    font-size: 1.8rem;
    line-height: 45px;
  }
}

button {
  background-color: #ff0000;
  width: 178px;
  height: 53px;
  color: #fff;
  font-size: 2.2rem;
  font-family: 'Graphik', Arial, Helvetica, sans-serif;
  font-weight: 600;
  line-height: 53px;
  text-align: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

button:hover {
  background-color: #db0000;
}

@media (max-width: 768px) {
  button {
    width: 150px;
    height: 40px;
    line-height: 40px;
  }
}

.striped-btn {
  position: relative;
  top: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border: 2.5px solid #fff;
  border-radius: 500px;
  background-color: transparent;
/*   padding: 12px 22px; */
  padding: 15px 22px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
  height: 50px;
  line-height: 1;
}

@media (max-width: 768px) {
  .striped-btn {
    padding: 12px 15px;
  }
}

.striped-btn:hover {
  color: #fff;
  top: -5px;
  -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.25);
}

.striped-btn i {
  margin-left: 38px;
}

@media (max-width: 1024px) {
  .striped-btn i {
    margin-left: 25px;
  }
}

@media (max-width: 768px) {
  .striped-btn i {
    margin-left: 10px;
  }
}

.default-btn {
  position: relative;
  top: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 500px;
  background: #FF3366;
  background: linear-gradient(180deg, rgba(255,50,101,1) 66%, rgba(248,33,47,1) 100%);
  padding: 22px 65px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
  height: 62px;
  line-height: 1;
}

@media (max-width: 768px) {
  .default-btn {
    height: auto;
    font-size: 14px;
    padding: 15px 25px;
  }
}

.default-btn:hover {
  color: #fff;
  top: -5px;
  -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.25);
}

.default-btn.no-btn {
  background: transparent !important;
}

.default-btn.no-btn:hover {
  background: transparent !important;
  -webkit-box-shadow: 0 0 0 0 transparent !important;
          box-shadow: 0 0 0 0 transparent !important;
}

.default-btn i {
  margin-left: 38px;
}

@media (max-width: 1024px) {
  .default-btn i {
    margin-left: 25px;
  }
}

@media (max-width: 768px) {
  .default-btn i {
    margin-left: 10px;
  }
}

.light-btn {
  position: relative;
  top: 0;
  color: #FF3366;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 500px;
  background-color: #fff;
  padding: 22px 65px;
  height: 62px;
  line-height: 1;
}

@media (max-width: 768px) {
  .light-btn {
    height: 50px;
    font-size: 14px;
    padding: 15px;
  }
}

.light-btn:hover {
  color: #FF3366;
  top: -5px;
  -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.25);
}

.light-btn i {
  margin-left: 38px;
}

@media (max-width: 1024px) {
  .light-btn i {
    margin-left: 25px;
  }
}

@media (max-width: 768px) {
  .light-btn i {
    margin-left: 10px;
  }
}

@-webkit-keyframes hvr-wobble-horizontal {
  5.56% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  11.11% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  16.67% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  22.22% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  27.75% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  33.33% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes hvr-wobble-horizontal {
  5.56% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  11.11% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  16.67% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  22.22% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  27.75% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  33.33% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.wobble-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  -webkit-animation-name: hvr-wobble-horizontal;
  animation-name: hvr-wobble-horizontal;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.p-t-xxl {
  padding-top: 120px;
}

@media screen and (max-width: 960px) {
  .p-t-xxl {
    padding-top: 50px;
  }
  .p-t-xl {
    padding-top: 50px;
  }
  .p-b-xl {
    padding-bottom: 50px;
  }
  .p-b-xxl {
    padding-bottom: 60px;
  }
  .p-v-xxl {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .p-v-xl {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .p-v-lm {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .p-v-ml {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .m-v-xxl {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .m-v-xl {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .m-v-lm {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .m-v-70 {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .m-b-70 {
    margin-bottom: 70px;
  }
  .m-t-xxl {
    margin-top: 60px;
  }
  .m-t-100 {
    margin-top: 60px;
  }
  .m-t-xl {
    margin-top: 50px;
  }
  .m-b-xl {
    margin-bottom: 30px;
  }
  .m-b-xxl {
    margin-bottom: 60px;
  }
  .m-t-lm {
    margin-top: 30px;
  }
  .m-b-lm {
    margin-bottom: 30px;
  }
  .m-t-l {
    margin-top: 20px;
  }
  .m-b-l {
    margin-bottom: 20px;
  }
}

.p-t-xl {
  padding-top: 70px;
}

.p-b-xl {
  padding-bottom: 70px;
}

.p-b-xxl {
  padding-bottom: 120px;
}

.p-v-xxl {
  padding-top: 120px;
  padding-bottom: 120px;
}

.p-v-xl {
  padding-top: 70px;
  padding-bottom: 70px;
}

.p-v-lm {
  padding-top: 50px;
  padding-bottom: 50px;
}

.p-v-ml {
  padding-top: 25px;
  padding-bottom: 25px;
}

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

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

.p-l-lm {
  padding-left: 50px;
}

@media (max-width: 768px) {
  .p-l-lm {
    padding-left: 30px;
  }
  .p-r-lm {
    padding-right: 30px;
  }
}

@media (max-width: 425px) {
  .p-l-lm {
    padding-left: 0;
  }
  .p-r-lm {
    padding-right: 0;
  }
}

.p-r-lm {
  padding-right: 50px;
}

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

.p-m {
  padding: 20px;
}

.m-v-xxl {
  margin-top: 120px;
  margin-bottom: 120px;
}

.m-v-xl {
  margin-top: 70px;
  margin-bottom: 70px;
}

@media (max-width: 375px) {
  .m-v-xl {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.m-v-lm {
  margin-top: 50px;
  margin-bottom: 50px;
}

.m-v-l {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

.m-v-70 {
  margin-top: 70px;
  margin-bottom: 70px;
}

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

.m-t-xxl {
  margin-top: 120px;
}

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

.m-t-xl {
  margin-top: 70px;
}

.m-b-xl {
  margin-bottom: 70px;
}

.m-b-xxl {
  margin-bottom: 120px;
}

.m-t-lm {
  margin-top: 50px;
}

.m-b-lm {
  margin-bottom: 50px;
}

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

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

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

.m-b-l {
  margin-bottom: 30px;
}

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

.m-0 {
  margin: 0;
}

.m-0 a {
  margin: 0;
}

.m-0 p {
  margin: 0;
}

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

.ovh:before {
  display: table;
  content: "";
  height: 0;
  visibility: hidden;
}

.ovh:after {
  display: table;
  content: "";
  height: 0;
  visibility: hidden;
  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;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

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

@media (max-width: 768px) {
  .alignleft {
    display: block;
    float: none;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
  }
  .alignright {
    display: block;
    float: none;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
  }
  .aligncenter {
    display: block;
    float: none;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
  }
}

.mobile-only {
  display: none !important;
}

@media (max-width: 768px) {
  .mobile-only {
    display: block !important;
  }
  .desktop-only {
    display: none !important;
  }
  .slick-slider .slick-dots {
    bottom: 20px;
  }
  .accordion-wrapper .accordion-item .accordion-hidden-content p {
    margin-left: 0;
  }
}

@media (max-width: 1024px) {
  .slick-slider .slick-prev {
    left: 30px;
  }
  .slick-slider .slick-next {
    right: 30px;
  }
}

@media (max-width: 1024px) {
  .mobile-mb {
    margin-bottom: 25px;
  }
}

.right {
  float: right;
}

.left {
  float: left;
}

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

.show {
  display: block !important;
}

.hide {
  display: none !important;
}

.no-scroll {
  overflow: hidden !important;
}

.floating-objects {
  clear: both;
  zoom: 1;
}

.floating-objects:after {
  display: table;
  content: "";
  clear: both;
}

.floating-objects:before {
  display: table;
  content: "";
}

.mm-menu {
  background: #fbfbfb;
}

.fancybox-close-small {
  display: none;
}

.fancybox-slide > * {
  background: none;
  padding: 0;
}

.fancybox-slide .popup-wrapper h3 {
  color: #fff;
  font-weight: 300;
  text-align: center;
  margin-bottom: 15px;
}

.fancybox-slide .popup-wrapper .popup-content {
  border-radius: 3px;
  background: #fff;
  padding: 30px 35px;
}

.fancybox-slide .popup-wrapper .popup-content h6 {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 0;
}

.fancybox-slide .popup-wrapper .popup-content p {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 18px;
  margin-bottom: 20px;
}

.fancybox-slide .popup-wrapper .popup-content form .input-block {
  margin-bottom: 15px;
}

.fancybox-slide .popup-wrapper .popup-content form p {
  margin-bottom: 10px;
}

.fancybox-slide .popup-wrapper .popup-content form .button {
  width: 100%;
  margin-bottom: 10px;
}

.fancybox-bg {
  background: #000;
}

.picker__holder {
  min-width: 350px;
}

.picker__holder .picker__button--today {
  min-width: 0;
  height: auto;
  color: #878787;
  font-family: Arial, Helvetica, sans-serif;
  line-height: normal;
}

.picker__holder .picker__button--clear {
  min-width: 0;
  height: auto;
  color: #878787;
  font-family: Arial, Helvetica, sans-serif;
  line-height: normal;
}

.picker__holder .picker__button--close {
  min-width: 0;
  height: auto;
  color: #878787;
  font-family: Arial, Helvetica, sans-serif;
  line-height: normal;
}

.hamburger .hamburger-box {
  top: 0;
  width: 24px;
  height: 100%;
}

.hamburger .hamburger-box .hamburger-inner {
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background: #878787;
}

.hamburger .hamburger-box .hamburger-inner:before {
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background: #878787;
  top: -8px;
}

.hamburger .hamburger-box .hamburger-inner:after {
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background: #878787;
  bottom: -8px;
}

.hamburger.hamburger--squeeze.is-active .hamburger-inner:before {
  top: 0;
}

.hamburger.hamburger--squeeze.is-active .hamburger-inner:after {
  bottom: 0;
}

.slick-slider .slick-slide {
  outline: 0;
  border: 0;
}

.slick-slider .slick-dots {
  bottom: 60px;
}

.slick-slider .slick-dots li {
  margin: 0 10px;
}

.slick-slider .slick-dots li button {
  min-width: 0;
  width: 10px;
  height: 10px;
  padding: 0;
  border-radius: 9px;
  background: #c2c0c6;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.slick-slider .slick-dots li button:before {
  display: none;
}

.slick-slider .slick-dots li.slick-active button {
  background: #f73093;
}

.slick-slider .slick-prev {
  min-width: 0;
  width: 22px;
  height: 43px;
  background-image: url(public/images/png/controls.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
  z-index: 999;
  left: 7%;
}

.slick-slider .slick-prev:before {
  display: none;
}

.slick-slider .slick-next {
  min-width: 0;
  width: 22px;
  height: 43px;
  background-image: url(public/images/png/controls.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
  z-index: 999;
  right: 7%;
  background-position: -22px 0;
}

.slick-slider .slick-next:before {
  display: none;
}

.sep {
  display: block;
  width: 100%;
  height: 1px;
  background: #d8d8db;
  clear: both;
  margin-top: 50px;
  margin-bottom: 30px;
}

.sep:before {
  display: table;
  content: "";
  visibility: hidden;
  height: 0;
}

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

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-webkit-min-device-pixel-ratio: 2.5), only screen and (min-resolution: 240dpi) {
  .sprite:before {
    background-image: url(images/png/sprite2X.png);
    background-size: 200px 200px;
  }
}

.sprite {
  position: relative;
}

.sprite:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 21px;
  height: 21px;
  content: "";
  background-image: url(images/png/sprite.png);
}

.mb {
  margin-bottom: 25px;
}

.small-mb {
  margin-bottom: 15px;
}

.mt {
  margin-top: 60px;
}

.small-mt {
  margin-top: 40px;
}

.no-mb {
  margin-bottom: 0;
}

.greyscale {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.video-wrapper {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 52.65%;
  padding-top: 30px;
}

.video-wrapper iframe {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 100%;
  border: 5px solid #fff;
}

.video-wrapper object {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 100%;
  border: 5px solid #fff;
}

.video-wrapper embed {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 100%;
  border: 5px solid #fff;
}

.SumoSelect {
  width: 100%;
  padding-right: 13px;
}

.SumoSelect > .CaptionCont {
  height: 40px;
  border: 1px solid #bababa;
  background-color: #fff;
  padding: 0 15px;
}

.SumoSelect > .CaptionCont > span {
  color: #333;
  font-size: 1.3rem;
  line-height: 40px;
  padding-right: 0;
}

.SumoSelect > .CaptionCont > span.placeholder {
  color: #4b4b4b;
  font-style: normal;
  font-size: 1.3rem;
}

.SumoSelect > .CaptionCont > label > i {
  position: relative;
  font-style: normal;
  background-image: none;
}

.SumoSelect > .CaptionCont > label > i:before {
  position: absolute;
  top: 6px;
  right: 3px;
  content: "\f0d7";
  color: #636262;
  font-size: 1.4rem;
  font-family: FontAwesome;
}

.SumoSelect > .optWrapper {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.11);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.11);
  width: 110px;
}

.SumoSelect > .optWrapper > .options li.opt:hover {
  background-color: #f3f8fc;
}

.SumoSelect:focus > .CaptionCont {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #bababa;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.SumoSelect:hover > .CaptionCont {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #bababa;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.SumoSelect.open > .CaptionCont {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #bababa;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.SelectBox {
  padding: 0;
}

label {
  font-weight: 400;
  margin-bottom: 0;
  font-size: 1.3rem;
}

/*.container .inner-container {
    max-width: 1005px;
    margin: 0 auto;
}*/
.fancybox-slider-wrap .fancybox-close-small {
  min-width: 0;
  line-height: normal;
  padding: 0;
}

.fancybox-slider-wrap .fancybox-close-small:hover {
  background: none;
}

.fancybox-container--ready .fancybox-bg {
  opacity: .8;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-controls button {
  min-width: 0;
}

.picker--opened .picker__holder {
  border: 0;
  outline: 0;
}

.mm-opened .hamburger.hamburger--squeeze .hamburger-inner {
  -webkit-transition-delay: .12s;
          transition-delay: .12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.mm-opened .hamburger.hamburger--squeeze .hamburger-inner:before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 75ms ease, opacity 75ms ease .12s;
  transition: top 75ms ease, opacity 75ms ease .12s;
}

.mm-opened .hamburger.hamburger--squeeze .hamburger-inner:after {
  bottom: 0;
  -webkit-transition: bottom 75ms ease, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: bottom 75ms ease, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

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

.tabs-wrapper .tab-wrapper .tab {
  display: none;
}

.tabs-wrapper .tab-wrapper .tab.active {
  display: block;
}

.accordion-wrapper .accordion-item {
  border-bottom: 1px solid #d8d8db;
}

.accordion-wrapper .accordion-item .accordion-header {
  cursor: pointer;
  position: relative;
  padding: 10px 10px 10px 27px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.accordion-wrapper .accordion-item .accordion-header:before {
  position: absolute;
  left: 10px;
  top: 16px;
  content: "";
  width: 8px;
  height: 6px;
  background-image: url(images/accordion-arrow.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
}

.accordion-wrapper .accordion-item .accordion-header h6 {
  font-size: 1.6rem;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 600;
  margin: 0;
}

.accordion-wrapper .accordion-item .accordion-hidden-content {
  max-height: 0;
  overflow: hidden;
  margin-top: 5px;
  -webkit-transition: max-height 0.3s ease-out;
  transition: max-height 0.3s ease-out;
}

.accordion-wrapper .accordion-item .accordion-hidden-content p {
  font-size: 1.4rem;
  line-height: 20px;
  margin-bottom: 15px;
  margin-left: 30px;
}

.accordion-wrapper .accordion-item.active .accordion-hidden-content {
  max-height: 700px;
  -webkit-transition: max-height 0.4s ease-in;
  transition: max-height 0.4s ease-in;
}

.accordion-wrapper .accordion-item.active .accordion-header:before {
  background-position: 0 -6px;
}

.frontpage .hero {
  position: relative;
  max-height: 808px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 165px;
}

@media (min-width: 1920px) {
  .frontpage .hero {
    padding-bottom: 200px;
  }
}

@media (max-width: 1920px) {
  .frontpage .hero {
    max-height: 808px;
    padding-bottom: 165px;
  }
}

@media (max-width: 1240px) {
  .frontpage .hero {
    max-height: 1024px;
    padding-bottom: 125px;
  }
}

.frontpage .hero .parallax-dots {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(public/images/png/dots.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.frontpage .hero .container2 {
  position: relative;
  width: 1350px;
  margin: 0 auto;
}

@media (max-width: 1350px) {
  .frontpage .hero .container2 {
    width: 95%;
  }
}

.frontpage .hero .container2:before {
  display: table;
  content: "";
  visibility: hidden;
  height: 0;
}

@media (min-width: 1921px) {
  .frontpage .hero .container2:after {
    display: table;
    content: "";
    visibility: hidden;
    height: 0;
    clear: both;
  }
}

.frontpage .hero .text {
  max-width: 521px;
  margin: 115px 0 0;
}

@media (max-width: 1240px) {
  .frontpage .hero .text {
    max-width: 100%;
    text-align: center;
  }
}

@media (max-width: 1024px) {
  .frontpage .hero .text {
    margin: 150px 0 0;
  }
}

@media (max-width: 768px) {
  .frontpage .hero .text {
    margin: 85px 0 0;
  }
}

@media (max-width: 1240px) {
  .frontpage .hero .text br {
    display: none;
  }
}

.frontpage .hero .text h1 {
  color: #fff;
  font-size: 48px;
  margin-bottom: 25px;
}

@media (max-width: 1024px) {
  .frontpage .hero .text h1 {
    font-size: 30px;
    line-height: 1.1;
  }
}

@media (max-width: 768px) {
  .frontpage .hero .text h1 {
    font-size: 24px;
    margin-bottom: 10px;
  }
}

.frontpage .hero .text blockquote {
  margin: 25px 0;
}

@media (max-width: 768px) {
  .frontpage .hero .text blockquote {
    margin: 0 0 10px;
  }
}

.frontpage .hero .text blockquote:before {
  background: #fff;
}

@media (max-width: 1240px) {
  .frontpage .hero .text blockquote:before {
    display: none;
  }
}

.frontpage .hero .text blockquote p {
  color: #fff;
  font-size: 20px;
}

@media (max-width: 1024px) {
  .frontpage .hero .text blockquote p {
    font-size: 18px;
    line-height: 26px;
  }
}

@media (max-width: 768px) {
  .frontpage .hero .text blockquote p {
    font-size: 16px;
    line-height: 24px;
  }
}

.frontpage .hero .text a.default-btn {
  position: relative;
  top: 0;
  background-color: #FF3366;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
}

@media (max-width: 1024px) {
  .frontpage .hero .text a.default-btn {
    margin-bottom: 25px;
  }
}

@media (max-width: 768px) {
  .frontpage .hero .text a.default-btn {
    padding: 15px 25px 13px;
  }
}

.frontpage .hero .text a.default-btn:hover {
  top: -10px;
  color: #fff;
  background-color: #FF3366;
  -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.25);
}

.frontpage .hero .team {
  position: absolute;
  bottom: -95px;
  left: 522px;
  max-width: 838px;
}

@media (max-width: 1240px) {
  .frontpage .hero .team {
    position: relative;
    bottom: -65px;
    text-align: center;
    left: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 1024px) {
  .frontpage .hero .team {
    bottom: -50px;
  }
}

@media (max-width: 1024px) {
  .frontpage .hero .team img {
    max-width: 700px;
  }
}

@media (max-width: 768px) {
  .frontpage .hero .team img {
    max-width: 500px;
  }
}

@media (max-width: 525px) {
  .frontpage .hero .team img {
    max-width: 350px;
  }
}

@media (max-width: 475px) {
  .frontpage .hero .team img {
    max-width: 300px;
  }
}

.frontpage .hero .clouds {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background-image: url(public/images/png/home-clouds.png);
  background-size: contain;
  background-repeat: repeat-x;
}

@media (min-width: 1920px) {
  .frontpage .hero .clouds {
    bottom: -50px;
  }
}

@media (max-width: 1920px) {
  .frontpage .hero .clouds {
    bottom: -5px;
  }
}

@media screen and (max-width: 1920px) {
  .frontpage .hero .clouds {
    height: 120px;
    background-size: cover;
  }
}

@media (max-width: 1240px) {
  .frontpage .hero .clouds {
    background-size: cover;
  }
}

.frontpage .hero .scroll-wrap {
  position: absolute;
  bottom: 100px;
  left: 0;
  right: 0;
  z-index: 3;
  width: 47px;
  height: 47px;
  text-align: center;
  margin: 0 auto;
}

@media screen and (max-width: 1920px) {
  .frontpage .hero .scroll-wrap {
    bottom: 36px;
  }
}

.frontpage .hero .scroll-wrap .scroll-down {
  position: relative;
  width: 47px;
  height: 47px;
  border: 2px solid #A8446A;
  border-radius: 500px;
  padding: 18px;
}

.frontpage .hero .scroll-wrap .scroll-down .icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -webkit-animation: scroll-down 2s infinite;
          animation: scroll-down 2s infinite;
}

.frontpage .hero .scroll-wrap .scroll-down .icon i {
  color: #A8446A;
  font-size: 11px;
}

.frontpage .section.v-testimonials .quote {
  text-align: center;
}

.section {
  padding: 80px 0;
}

@media (max-width: 1024px) {
  .section {
    padding: 35px 0;
  }
}

@media (max-width: 768px) {
  .section {
    padding: 25px 0;
  }
}

@media (max-width: 425px) {
  .section {
    padding: 20px 0;
  }
}

.section.no-padding {
  padding: 0;
}

.section.low-padding {
  padding: 25px 0;
}

.section.nbp {
  padding: 80px 0 0;
}

@media (max-width: 1024px) {
  .section.nbp {
    padding: 25px 0 0;
  }
}

.section .heading {
  text-align: center;
  margin-bottom: 45px;
}

@media (max-width: 1024px) {
  .section .heading {
    margin-bottom: 25px;
  }
}

.section .heading .subheading h2 {
  color: #ce4f78;
  font-size: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .section .heading .subheading h2 {
    margin-bottom: 15px;
  }
}

.section .heading .subheading h2 img {
  margin-right: 13px;
}

.section .heading p {
  color: #717b85;
  font-size: 20px;
  max-width: 713px;
  margin: 0 auto 55px;
}

@media (max-width: 1024px) {
  .section .heading p {
    font-size: 18px;
    margin: 0 auto 25px;
  }
}

@media (max-width: 768px) {
  .section .heading p {
    font-size: 16px;
    margin: 0 auto 20px;
  }
}

.section.v-testimonials {
  padding: 25px 0 80px;
}

@media (max-width: 768px) {
  .section.v-testimonials {
    padding-bottom: 40px;
  }
}

.section.v-testimonials .quote {
  text-align: center;
  margin-bottom: 50px;
}

@media (max-width: 1024px) {
  .section.v-testimonials .quote {
    margin-bottom: 25px;
  }
}

.section.v-testimonials .quote p {
  color: #717b85;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
}

@media (max-width: 1024px) {
  .section.v-testimonials .quote p {
    font-size: 18px;
    line-height: 26px;
  }
}

@media (max-width: 768px) {
  .section.v-testimonials .quote p {
    font-size: 16px;
    line-height: 24px;
  }
}

.section.v-testimonials .quote p:before {
  color: #CE4F78;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f10d";
  margin-right: 10px;
}

.section.v-testimonials .quote p:after {
  color: #CE4F78;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f10e";
  margin-left: 10px;
}

.section.v-testimonials .quote span {
  display: block;
  color: #717b85;
  font-size: 20px;
  line-height: 26px;
}

@media (max-width: 1024px) {
  .section.v-testimonials .quote span {
    font-size: 16px;
    line-height: 22px;
  }
}

.section.v-testimonials .videos-wrap {
  max-width: 850px;
  margin: 0 auto;
}

.section.v-testimonials .videos-wrap .video-slider {
  margin-bottom: 0;
}

.section.v-testimonials .videos-wrap .video-slider .arrows {
  position: absolute;
  top: 65%;
  z-index: 2;
  text-align: center;
}

@media (max-width: 1240px) {
  .section.v-testimonials .videos-wrap .video-slider .arrows {
    display: none;
  }
}

.section.v-testimonials .videos-wrap .video-slider .arrows i {
  width: 71px;
  height: 71px;
  color: #001254;
  font-size: 21px;
  line-height: 31px;
  border-radius: 500px;
  padding: 18px;
  cursor: pointer;
}

@media (max-width: 1480px) {
  .section.v-testimonials .videos-wrap .video-slider .arrows i {
    width: 45px;
    height: 45px;
    font-size: 21px;
    line-height: 30px;
    padding: 6px;
  }
}

.section.v-testimonials .videos-wrap .video-slider .arrows.arrow-left {
  left: -111px;
}

@media (max-width: 1480px) {
  .section.v-testimonials .videos-wrap .video-slider .arrows.arrow-left {
    left: -75px;
  }
}

.section.v-testimonials .videos-wrap .video-slider .arrows.arrow-right {
  right: -111px;
}

@media (max-width: 1480px) {
  .section.v-testimonials .videos-wrap .video-slider .arrows.arrow-right {
    right: -75px;
  }
}

.section.v-testimonials .videos-wrap .video-slider .video-slide {
  padding: 25px;
}

@media (max-width: 768px) {
  .section.v-testimonials .videos-wrap .video-slider .video-slide {
    padding: 0 20px;
  }
}

.section.v-testimonials .videos-wrap .video-slider .video-slide .video {
  position: relative;
  height: 437px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
}

@media (max-width: 1024px) {
  .section.v-testimonials .videos-wrap .video-slider .video-slide .video {
    height: 350px;
  }
}

@media (max-width: 768px) {
  .section.v-testimonials .videos-wrap .video-slider .video-slide .video {
    height: 300px;
  }
}

.section.v-testimonials .videos-wrap .video-slider .video-slide .video .overlay,
.img .overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
}

.section.v-testimonials .videos-wrap .video-slider .video-slide .video a {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
}

.section.txt-img .img a {
  color: #fff;
}

.section.v-testimonials .videos-wrap .video-slider .video-slide .video .play,
.section.txt-img .img .play {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  z-index: 2;
  display: inline-block;
  width: 100px;
  border-radius: 500px;
  background-color: rgba(171, 70, 99, 0.75);
  background-color: rgba(255, 158, 45, .75);
  padding: 14px;
  margin: 0 auto;
}

.section.txt-img .img .play {
	top: 35%;
}

.section.v-testimonials .videos-wrap .video-slider .video-slide .video .play .icon,
.section.txt-img .img .play .icon {
  width: 71px;
  height: 71px;
  text-align: center;
  border-radius: 500px;
  background-color: #FF9E2D;
  padding: 28px;
}

.section.v-testimonials .videos-wrap .video-slider .video-slide .video .play .icon i {
  color: #fff;
  font-size: 14px;
}

.section.v-testimonials .videos-wrap .thumbnails {
  margin-top: 25px;
}

.section.v-testimonials .videos-wrap .thumbnails .thumbnails-slider {
  padding: 0 25px;
}

.section.v-testimonials .videos-wrap .thumbnails .thumbnails-slider .slick-prev,
.section.v-testimonials .videos-wrap .thumbnails .thumbnails-slider .slick-next {
  display: none !important;
}

.section.v-testimonials .videos-wrap .thumbnails .thumbnails-slider .thumbnail-slide {
  padding: 0 9px;
}

.section.v-testimonials .videos-wrap .thumbnails .thumbnails-slider .thumbnail-slide.slick-current .thumbnail {
  border: 2px solid #9F4066;
  -webkit-filter: none !important;
          filter: none !important;
}

.section.v-testimonials .videos-wrap .thumbnails .thumbnails-slider .thumbnail-slide .thumbnail {
  overflow: hidden;
  height: 188px;
  border: 2px solid transparent;
  border-radius: 3px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-filter: gray;
          filter: gray;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media (max-width: 1024px) {
  .section.v-testimonials .videos-wrap .thumbnails .thumbnails-slider .thumbnail-slide .thumbnail {
    height: 175px;
  }
}

@media (max-width: 768px) {
  .section.v-testimonials .videos-wrap .thumbnails .thumbnails-slider .thumbnail-slide .thumbnail {
    height: 150px;
  }
}

.section.customers .heading {
  max-width: 750px;
  margin: 0 auto;
}

.section.customers .tabsjquery {
  text-align: center;
  padding: 0 15px;
}

@media (max-width: 1024px) {
  .section.customers .tabsjquery {
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    z-index: 1;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    padding: 10px 15px;
  }
}

@media (max-width: 768px) {
  .section.customers .tabsjquery {
    padding: 10px 25px;
  }
}

@media (max-width: 475px) {
  .section.customers .tabsjquery {
    padding: 5px 15px;
  }
}

.section.customers .tabsjquery::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

.section.customers .tabsjquery::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0px #FFFFFF;
          box-shadow: inset 0 0 0px #FFFFFF;
  border-radius: 0;
  border-radius: 0;
}

.section.customers .tabsjquery::-webkit-scrollbar-thumb {
  border-radius: 0;
  border-radius: 0;
  background: #ff3366;
  -webkit-box-shadow: inset 0 0 0px rgba(255, 255, 255, 0.5);
          box-shadow: inset 0 0 0px rgba(255, 255, 255, 0.5);
}

.section.customers .tabsjquery::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(255, 51, 102, 0.5);
}

@media (max-width: 1024px) {
  .section.customers .tabsjquery ul {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
    white-space: nowrap;
    transition: transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, -webkit-transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  }
}

.section.customers .tabsjquery ul li {
  display: inline-block;
  margin: 0 3.5px;
}

@media (max-width: 768px) {
  .section.customers .tabsjquery ul li a {
    display: block;
  }
}

.section.customers .tabsjquery ul li a:hover, .section.customers .tabsjquery ul li a.active {
  /*color: #ad4764;*/
  color: #fff;
  /*border: 1.5px solid #ad4764;*/
  background-color: #001254;
}

.section.customers .tabsjquery ul li a {
  /*color: #717b85;*/
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  /*border: 1.5px solid #717b85;*/
  /*border-radius: 500px;*/
  border-radius: 3px;
  padding: 6px 12px;
  line-height: 1;
  display: block;
  background-color: #717b85;
}

.section.customers .customers-carousel {
  max-width: 828px;
  text-align: center;
  margin: 25px auto;
}

@media (max-width: 768px) {
  .section.customers .customers-carousel {
    margin: 10px auto;
  }
}

.section.customers .customers-carousel .arrows {
  position: absolute;
  top: 25%;
  z-index: 2;
  text-align: center;
}

@media (max-width: 1240px) {
  .section.customers .customers-carousel .arrows {
    display: none;
  }
}

.section.customers .customers-carousel .arrows i {
  width: 71px;
  height: 71px;
  color: #001254;
  font-size: 21px;
  line-height: 31px;
  border-radius: 500px;
  padding: 18px;
  cursor: pointer;
}

@media (max-width: 1480px) {
  .section.customers .customers-carousel .arrows i {
    width: 45px;
    height: 45px;
    font-size: 21px;
    line-height: 30px;
    padding: 6px;
  }
}

.section.customers .customers-carousel .arrows.arrow-left {
  left: -111px;
}

@media (max-width: 1480px) {
  .section.customers .customers-carousel .arrows.arrow-left {
    left: -75px;
  }
}

.section.customers .customers-carousel .arrows.arrow-right {
  right: -111px;
}

@media (max-width: 1480px) {
  .section.customers .customers-carousel .arrows.arrow-right {
    right: -75px;
  }
}

.section.customers .customers-carousel .customer-item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  height: 125px;
  line-height: 125px;
  text-align: center;
  padding: 15px 10px;
}

.section.customers .customers-carousel .customer-item a img {
  min-width: auto;
  height: auto;
  max-height: 75px;
  margin: 0 auto;
}

.section.partners {
  background-color: #F5F5F5;
}

.section.partners .partners-carousel {
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
}

.section.partners .partners-carousel .partner-item {
  max-height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 10px;
  margin: 0 7.5px;
}

.section.partners2 .partners-carousel {
  max-width: 828px;
  margin: 0 auto;
}

.section.partners2 .partners-carousel .partner-item {
  text-align: center;
}

.section .logos-carousel .logo-item .logo-wrap {
  min-height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 15px;
}

.section.help .help-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1024px) {
  .section.help .help-wrap {
    display: block;
  }
}

.section.help .help-wrap .help-box {
  position: relative;
  width: calc(50% - 10px);
  border-radius: 3px;
  padding: 75px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}

.section.help .help-wrap .help-box:before {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  content: '';
  background-color: rgba(0, 0, 0, 0.55);
}

@media (max-width: 1024px) {
  .section.help .help-wrap .help-box {
    width: 100%;
    padding: 25px;
    margin-bottom: 25px;
  }
}

.section.help .help-wrap .help-box .x5,
.section.help .help-wrap .help-box .x7 {
  z-index: 1;
}

@media (max-width: 475px) {
  .section.help .help-wrap .help-box .x5,
  .section.help .help-wrap .help-box .x7 {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 475px) {
  .section.help .help-wrap .help-box .x5 {
    margin-bottom: 25px;
  }
}

.section.help .help-wrap .help-box .cell {
  z-index: 1;
}

.section.help .help-wrap .help-box .bg-txt {
  position: absolute;
  top: 30px;
  left: 50px;
  color: rgba(255, 255, 255, 0.08);
  font-size: 125px;
  font-weight: 800;
  line-height: 125px;
}

@media (max-width: 1024px) {
  .section.help .help-wrap .help-box .bg-txt {
    top: 25px;
    left: 25px;
  }
}

@media (max-width: 768px) {
  .section.help .help-wrap .help-box .bg-txt {
    font-size: 80px;
  }
}

@media (max-width: 425px) {
  .section.help .help-wrap .help-box .bg-txt {
    font-size: 40px;
  }
}

.section.help .help-wrap .help-box img {
  width: 100%;
}

.section.help .help-wrap .help-box p,
.section.help .help-wrap .help-box h3 {
  color: #fff;
  margin: 0;
}

@media (max-width: 768px) {
  .section.help .help-wrap .help-box p {
    line-height: 1.3;
  }
}

.section.help .help-wrap .help-box a {
  margin-top: 15px;
  padding: 13px 30px;
  height: 50px;
  line-height: 1;
  background-color: #f36;
}

@media (max-width: 768px) {
  .section.help .help-wrap .help-box a {
    padding: 15px 20px 13px;
    height: auto;
  }
}

.section.services {
  position: relative;
  overflow: hidden;
  background-color: #F5F5F5;
}

.section.services.alternative .icon-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 19px;
}

@media (max-width: 768px) {
  .section.services.alternative .icon-wrap {
    display: block;
    text-align: center;
  }
}

.section.services.alternative .icon-wrap .icon {
  margin: 0 30px 0 0 !important;
}

@media (max-width: 1024px) {
  .section.services.alternative .icon-wrap .icon {
    margin: 0 25px 0 0 !important;
  }
}

@media (max-width: 768px) {
  .section.services.alternative .icon-wrap .icon {
    margin: 0 auto 15px !important;
  }
}

.section.services.alternative .icon-wrap .icon img {
  margin-top: 0 !important;
}

@media (max-width: 1024px) {
  .section.services.alternative .icon-wrap .icon img {
    margin: 0 !important;
  }
}

@media (max-width: 768px) {
  .section.services.alternative .icon-wrap .icon img {
    margin: 0 !important;
  }
}

.section.services.alternative .boxes .box img {
  margin-top: 22px;
}

@media (max-width: 1024px) {
  .section.services.alternative .boxes .box img {
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  .section.services.alternative .boxes .box img {
    margin-top: 15px;
  }
}

.section.services.with-cover .the-cover-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 550px;
}

@media (max-width: 1024px) {
  .section.services.with-cover .the-cover-wrap {
    height: 350px;
  }
}

@media (max-width: 768px) {
  .section.services.with-cover .the-cover-wrap {
    height: 250px;
  }
}

@media (max-width: 425px) {
  .section.services.with-cover .the-cover-wrap {
    height: 200px;
  }
}

.section.services.with-cover .the-cover-wrap .cover-wrap {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.section.services.with-cover .the-cover-wrap .cover-wrap .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.section.services.with-cover .the-cover-wrap .cover-wrap .the-cover {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.section.services.with-cover .heading h1, .section.services.with-cover .heading h2, .section.services.with-cover .heading h3, .section.services.with-cover .heading h4, .section.services.with-cover .heading h5, .section.services.with-cover .heading h6,
.section.services.with-cover .heading p, .section.services.with-cover .heading span, .section.services.with-cover .heading a, .section.services.with-cover .heading li {
  color: #fff;
}

.section.services .big-arrow {
  position: absolute;
  bottom: -1px;
  right: -1px;
  height: 550px;
  width: 550px;
  background-image: url(public/images/png/arrow-png.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (max-width: 1024px) {
  .section.services .big-arrow {
    bottom: -25px;
    right: -25px;
    height: 350px;
    width: 350px;
  }
}

@media (max-width: 768px) {
  .section.services .big-arrow {
    height: 250px;
    width: 250px;
  }
}

@media (max-width: 425px) {
  .section.services .big-arrow {
    height: 150px;
    width: 150px;
  }
}

.section.services .boxes {
  min-height: 485px;
  padding: 0 0 50px;
}

@media (max-width: 768px) {
  .section.services .boxes {
    min-height: 100%;
    padding: 0 0 25px;
  }
}

.section.services .boxes .row {
  margin-bottom: 25px;
}

@media (max-width: 768px) {
  .section.services .boxes .row {
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  .section.services .boxes .x4,
  .section.services .boxes .col_33 {
    width: 100%;
    margin-bottom: 25px;
  }
}

.section.services .boxes .box {
  text-align: center;
  border-radius: 3px;
  background-color: #fff;
  padding: 38px 20px;
  -webkit-box-shadow: 0px 0px 41.86px 4.14px rgba(135, 135, 135, 0.15);
          box-shadow: 0px 0px 41.86px 4.14px rgba(135, 135, 135, 0.15);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  top: 0;
  position: relative;
}

@media (max-width: 1024px) {
  .section.services .boxes .box {
    padding: 15px;
  }
}

.section.services .boxes .box:hover {
  top: -15px;
  -webkit-box-shadow: 0px 0px 41.86px 4.14px rgba(135, 135, 135, 0.35);
          box-shadow: 0px 0px 41.86px 4.14px rgba(135, 135, 135, 0.35);
}

.section.services .boxes .box .icon {
  width: 114px;
  height: 114px;
  text-align: center;
  border-radius: 500px;
  background-color: #FAEDF1;
  line-height: 110px;
  margin: 0 auto 22px;
}

.section.services .boxes .box .icon img {
  max-width: 54px;
}

.section.services .boxes .box h4 {
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 1.1;
}

@media (max-width: 768px) {
  .section.services .boxes .box h4 {
    margin-bottom: 15px;
  }
}

.section.services .boxes .box p {
  color: #717b85;
  font-size: 15px;
  line-height: 26px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media (max-width: 1240px) {
  .section.services .boxes .box p {
    font-size: 14px;
    line-height: 1.3;
  }
}

.section.services .boxes .box a.rm,
.section.services .boxes .box span.rm {
  display: block;
  color: #ce4f78;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 20px;
}

.section.services .read-more {
  text-align: center;
  margin-top: 25px;
}

.section.services .read-more a {
  color: #ce4f78;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.section.services .read-more a i {
  margin-left: 22px;
}

@media (max-width: 768px) {
  .section.services .read-more a i {
    margin-left: 15px;
  }
}

.section.services .buttons {
  text-align: center;
}

.section.services .buttons a {
  margin: 0 auto;
}

.section.case-studies {
  padding-bottom: 0;
}

.section.case-studies .cases-slider .arrows {
  position: absolute;
  top: 45%;
  z-index: 2;
  text-align: center;
}

@media (max-width: 1240px) {
  .section.case-studies .cases-slider .arrows {
    display: none;
  }
}

.section.case-studies .cases-slider .arrows i {
  width: 71px;
  height: 71px;
  color: #001254;
  font-size: 36px;
  line-height: 36px;
  border-radius: 500px;
  padding: 18px;
  cursor: pointer;
}

.section.case-studies .cases-slider .arrows.arrow-left {
  left: 0;
}

.section.case-studies .cases-slider .arrows.arrow-right {
  right: 0;
}

.section.case-studies .cases-slider .case-slide {
  position: relative;
  padding: 9px;
}

.section.case-studies .cases-slider .case-slide .white-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
}

.section.case-studies .cases-slider .case-slide.slick-active .white-wrap {
  display: none;
}

.section.case-studies .cases-slider .case-slide .case {
  height: 364px;
  border-radius: 3px 3px 0 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}

@media (max-width: 768px) {
  .section.case-studies .cases-slider .case-slide .case {
    height: 350px;
  }
}

@media (max-width: 425px) {
  .section.case-studies .cases-slider .case-slide .case {
    height: 300px;
  }
}

.section.case-studies .cases-slider .case-slide .case a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.section.case-studies .cases-slider .case-slide .case a .title {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 40px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media (max-width: 1024px) {
  .section.case-studies .cases-slider .case-slide .case a .title {
    padding: 25px;
  }
}

.section.case-studies .cases-slider .case-slide .case a .title .txt {
  width: 100%;
}

.section.case-studies .cases-slider .case-slide .case a .title h6 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .8px;
  margin-bottom: 23px;
}

@media (max-width: 768px) {
  .section.case-studies .cases-slider .case-slide .case a .title h6 {
    margin-bottom: 15px;
  }
}

.section.case-studies .cases-slider .case-slide .case a .title h5 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: .8px;
  line-height: 1.3;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .section.case-studies .cases-slider .case-slide .case a .title h5 {
    font-size: 18px;
  }
}

.section.case-studies .cases-slider .case-slide .case a .title .keys {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 25px;
}

.section.case-studies .cases-slider .case-slide .case a .title .keys .key {
  padding-right: 15px;
  padding-left: 15px;
}

@media (max-width: 768px) {
  .section.case-studies .cases-slider .case-slide .case a .title .keys .key {
    padding-right: 5px;
    padding-left: 5px;
  }
}

.section.case-studies .cases-slider .case-slide .case a .title .keys .key .flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section.case-studies .cases-slider .case-slide .case a .title .keys .key .flex-wrap .no p {
  color: #fff;
  font-size: 41px;
  line-height: 0.9;
  margin: 0;
}

.section.case-studies .cases-slider .case-slide .case a .title .keys .key .flex-wrap .symb .arrow i {
  color: #FF3366;
  font-size: 16px;
  line-height: 12px;
}

.section.case-studies .cases-slider .case-slide .case a .title .keys .key .flex-wrap .symb .percent p {
  color: #fff;
  font-size: 16px;
  line-height: 12px;
  margin: 0;
}

.section.case-studies .cases-slider .case-slide .case a .title .keys .key .info-txt {
  margin-top: 5px;
}

.section.case-studies .cases-slider .case-slide .case a .title .keys .key .info-txt p {
  color: #fff;
  font-size: 11px;
  line-height: 1;
  text-transform: uppercase;
  margin: 0;
}

.section.case-studies .cases-slider .case-slide .case a:hover .title {
  opacity: 1;
}

.section.case-studies .cases-slider .case-slide .case a:hover .intro-txt {
  opacity: 0;
}

.section.case-studies .cases-slider .case-slide .case a .intro-txt {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 1;
  width: 100%;
  padding: 15px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.section.case-studies .cases-slider .case-slide .case a .intro-txt h6 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.section.case-studies .cases-slider .case-slide .case a .intro-txt h5 {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 0;
}

.section.case-studies .cases-slider .case-slide .case-logo {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}

.section.case-studies .cases-slider .case-slide .case-logo a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  border: 0 0 3px 3px;
  background-color: #fff;
  padding: 0 30px;
}

.section.case-studies .cases-slider .case-slide .case-logo a .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100px;
}

.section.case-studies .cases-slider .case-slide .case-logo a .img img {
  margin: 0 auto;
}

.section.case-studies .buttons {
  text-align: center;
  margin-top: 45px;
}

@media (max-width: 768px) {
  .section.case-studies .buttons {
    margin-top: 25px;
  }
}

.section.case-studies .buttons a.default-btn {
  background-color: #FF3366;
}

@media (max-width: 768px) {
  .section.case-studies .buttons a.default-btn {
    padding: 15px 25px 13px;
  }
}

.section.case-studies .buttons a.default-btn:hover {
  background-color: #FF3366;
}

.section.free-quote {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 150px;
}

.section.free-quote .parallax-dots {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(public/images/png/dots.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.section.free-quote .heading h2 {
  color: #fff;
}

.section.free-quote .heading p {
  color: #fff;
}

.section.free-quote .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 750px;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .section.free-quote .items {
    display: block;
  }
}

.section.free-quote .items .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  margin: 0 0 25px;
}

@media (max-width: 1024px) {
  .section.free-quote .items .item {
    width: 100%;
  }
}

@media (max-width: 425px) {
  .section.free-quote .items .item {
    display: block;
    text-align: center;
  }
}

.section.free-quote .items .item .icon .icn {
  width: 83px;
  height: 83px;
  border: 2px solid #69256E;
  border-radius: 500px;
  padding: 20px;
  margin-right: 28px;
}

@media (max-width: 768px) {
  .section.free-quote .items .item .icon .icn {
    width: 65px;
    height: 65px;
  }
}

@media (max-width: 425px) {
  .section.free-quote .items .item .icon .icn {
    margin: 0 auto 15px;
  }
}

.section.free-quote .items .item .icon .icn img {
  width: 100%;
}

.section.free-quote .items .item .text p {
  color: #fff;
}

.section.free-quote .buttons {
  text-align: center;
  margin-top: 35px;
}

@media (max-width: 1024px) {
  .section.free-quote .buttons {
    margin-top: 25px;
  }
}

.section.free-quote .buttons a.default-btn {
  color: #fff;
  background-color: #FF3366;
}

.section.free-quote .buttons a.default-btn:hover {
  color: #fff;
  background-color: #FF3366;
}

.section.free-quote .logos-wrap {
  text-align: center;
  border-top: 1px solid #BA7098;
  padding-top: 36px;
  margin-top: 57px;
  max-width: 830px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1024px) {
  .section.free-quote .logos-wrap {
    padding-top: 25px;
    margin-top: 25px;
  }
}

.section.free-quote .logos-wrap .title h6 {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 14px;
}

.section.free-quote .logos-wrap .logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.section.free-quote .logos-wrap .logos .logo {
  width: 25%;
  max-width: 220px;
  padding: 0 10px;
}

@media (max-width: 768px) {
  .section.free-quote .logos-wrap .logos .logo {
    width: 50%;
    padding: 10px;
  }
}

.customers .heading {
  max-width: 750px;
  margin: 0 auto;
}

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

@media (max-width: 768px) {
  .customers .tabsjquery {
    padding: 0 25px;
  }
}

@media (max-width: 475px) {
  .customers .tabsjquery {
    padding: 0 15px;
  }
}

@media (max-width: 768px) {
  .customers .tabsjquery ul {
    text-align: center;
  }
}

.customers .tabsjquery ul li {
  display: inline-block;
  margin: 0 3.5px;
}

@media (max-width: 768px) {
  .customers .tabsjquery ul li {
    display: block;
    margin: 3.5px 0;
  }
}

@media (max-width: 768px) {
  .customers .tabsjquery ul li a {
    display: block;
  }
}

.customers .tabsjquery ul li a:hover, .customers .tabsjquery ul li a.active {
  /*color: #ad4764;*/
  color: #fff;
  /*border: 1.5px solid #ad4764;*/
  background-color: #FF9E2D;
}

.customers .tabsjquery ul li a {
  /*color: #717b85;*/
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  /*border: 1.5px solid #717b85;*/
  /*border-radius: 500px;*/
  border-radius: 3px;
  padding: 6px 12px;
  line-height: 1;
  display: block;
  background-color: #717b85;
}

.customers .customers-carousel {
  max-width: 828px;
  text-align: center;
  margin: 25px auto;
}

@media (max-width: 768px) {
  .customers .customers-carousel {
    margin: 10px auto;
  }
}

.customers .customers-carousel .arrows {
  position: absolute;
  top: 25%;
  z-index: 2;
  text-align: center;
}

@media (max-width: 1240px) {
  .customers .customers-carousel .arrows {
    display: none;
  }
}

.customers .customers-carousel .arrows i {
  width: 71px;
  height: 71px;
  color: #A8446A;
  font-size: 21px;
  line-height: 31px;
  border-radius: 500px;
  padding: 18px;
}

@media (max-width: 1480px) {
  .customers .customers-carousel .arrows i {
    width: 45px;
    height: 45px;
    font-size: 21px;
    line-height: 30px;
    padding: 6px;
  }
}

.customers .customers-carousel .arrows.arrow-left {
  left: -111px;
}

@media (max-width: 1480px) {
  .customers .customers-carousel .arrows.arrow-left {
    left: -75px;
  }
}

.customers .customers-carousel .arrows.arrow-right {
  right: -111px;
}

@media (max-width: 1480px) {
  .customers .customers-carousel .arrows.arrow-right {
    right: -75px;
  }
}

.customers .customers-carousel .customer-item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  height: 125px;
  line-height: 125px;
  text-align: center;
  padding: 15px 10px;
}

.customers .customers-carousel .customer-item a img {
  min-width: 150px;
  height: auto;
  margin: 0 auto;
}

.flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-service-wrap {
  margin-left: -10px;
  margin-right: -10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-service {
  width: 25%;
  padding: 10px;
}

@media (max-width: 1240px) {
  .flex-service {
    padding: 3px;
  }
}

@media (max-width: 768px) {
  .flex-service {
    width: 50%;
  }
}

@media (max-width: 425px) {
  .flex-service {
    width: 100%;
  }
}

.flex-service.alt {
  width: 33.3%;
}

@media (max-width: 768px) {
  .flex-service.alt {
    width: 100%;
  }
}

.flex-service .box {
  height: 100%;
}

.alternative .flex-service {
  width: 50%;
}

@media (max-width: 768px) {
  .alternative .flex-service {
    width: 50%;
  }
}

@media (max-width: 425px) {
  .alternative .flex-service {
    width: 100%;
  }
}

.front-hover-up .elementor-column-wrap {
  -webkit-transition: all .3s ease !important;
  transition: all .3s ease !important;
}

.front-hover-up .elementor-column-wrap:hover {
  top: -15px !important;
  -webkit-box-shadow: 0px 0px 41.86px 4.14px rgba(135, 135, 135, 0.35) !important;
          box-shadow: 0px 0px 41.86px 4.14px rgba(135, 135, 135, 0.35) !important;
}

.post-navigation {
  text-align: center;
  margin: 25px 0;
}

.post-navigation ul.page-numbers {
  text-align: center;
  margin: 0 auto;
}

.post-navigation ul.page-numbers li {
  display: inline-block;
  margin: 0 0.5px;
}

.post-navigation ul.page-numbers li:first-child {
  margin-left: 0;
}

.post-navigation ul.page-numbers li:last-child {
  margin-right: 0;
}

.post-navigation ul.page-numbers li span,
.post-navigation ul.page-numbers li a {
  display: block;
  width: 56px;
  height: 56px;
  font-size: 18px;
  line-height: 46px;
  color: #717b85;
  border: 2px solid #717b85;
  border-radius: 500px;
}

@media (max-width: 1024px) {
  .post-navigation ul.page-numbers li span,
  .post-navigation ul.page-numbers li a {
    width: 36px;
    height: 36px;
    font-size: 14px;
    line-height: 28px;
  }
}

.post-navigation ul.page-numbers li span:hover,
.post-navigation ul.page-numbers li a:hover {
  color: #ce4f78;
  border: 2px solid #ce4f78;
}

.post-navigation ul.page-numbers li span.current,
.post-navigation ul.page-numbers li a.current {
  color: #ce4f78;
  border: 2px solid #ce4f78;
}

.post-navigation ul.page-numbers li span.dots,
.post-navigation ul.page-numbers li a.dots {
  border: 2px solid transparent;
}

img {
  max-width: 100%;
}

.tabcontent {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  height: 0;
}

.tabcontent.active {
  position: relative;
  visibility: visible;
  opacity: 1;
  height: auto;
}

.tabcontent2 {
  display: none;
}

.tabcontent2.active {
  display: block;
}

strong {
  font-weight: 600;
}

strong span {
  font-weight: inherit;
}

.read-more-text {
  opacity: 0;
  visibility: hidden;
  height: 0;
  margin-top: 25px;
  -webkit-transition: all .15s ease;
  transition: all .15s ease;
}

.read-more-text.active {
  opacity: 1;
  height: auto;
  visibility: visible;
}

a span {
  font-weight: inherit;
}

.menu-image-title-after {
  font-weight: inherit;
}

.proposal-popup {
  position: relative;
  overflow-x: hidden !important;
  overflow-y: auto;
  max-width: 792px !important;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4f327b), to(#d85078)) !important;
  background-image: linear-gradient(to bottom, #4f327b 0%, #d85078 100%) !important;
  padding: 57px 97px;
}

@media (min-width: 1920px) {
  .proposal-popup {
    max-width: 35% !important;
  }
}

@media (max-width: 1920px) {
  .proposal-popup {
    max-width: 792px !important;
  }
}

@media (max-width: 1024px) {
  .proposal-popup {
    padding: 25px !important;
    max-width: 80% !important;
  }
}

@media (max-width: 768px) {
  .proposal-popup {
    padding: 20px 15px !important;
  }
}

@media (max-width: 525px) {
  .proposal-popup {
    max-width: 100% !important;
  }
}

.proposal-popup .parallax-dots {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(public/images/png/dots.png);
  background-size: contain;
  background-position: center center;
  background-repeat: repeat-y;
}

.proposal-popup .sf-head {
  margin-bottom: 42px;
}

@media (max-width: 1024px) {
  .proposal-popup .sf-head {
    margin-bottom: 25px;
  }
}

@media (max-width: 768px) {
  .proposal-popup .sf-head {
    margin-bottom: 20px;
  }
}

.proposal-popup .sf-head ul.steps {
  text-align: center;
}

.proposal-popup .sf-head ul.steps li.step {
  position: relative;
  display: inline-block;
  text-align: center;
  width: 145px;
}

@media (max-width: 1024px) {
  .proposal-popup .sf-head ul.steps li.step {
    width: 100px;
  }
}

@media (max-width: 768px) {
  .proposal-popup .sf-head ul.steps li.step {
    width: 75px;
  }
}

@media (max-width: 370px) {
  .proposal-popup .sf-head ul.steps li.step {
    width: 55px;
  }
}

.proposal-popup .sf-head ul.steps li.step:after {
  position: absolute;
  top: 9px;
  left: 50%;
  z-index: 1;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #614587;
}

.proposal-popup .sf-head ul.steps li.step:before {
  position: absolute;
  top: 9px;
  left: 50%;
  z-index: 2;
  content: "";
  width: 0%;
  height: 2px;
  background-color: #FF3366;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.proposal-popup .sf-head ul.steps li.step:last-child:after, .proposal-popup .sf-head ul.steps li.step:last-child:before {
  display: none;
}

.proposal-popup .sf-head ul.steps li.step.active span {
  border: 2px solid transparent;
  background-color: #fff;
}

.proposal-popup .sf-head ul.steps li.step.active p {
  color: #fff;
}

.proposal-popup .sf-head ul.steps li.step span {
  position: relative;
  z-index: 2;
  display: block;
  width: 21px;
  height: 21px;
  border: 2px solid #614587;
  border-radius: 500px;
  background-color: #4F317B;
  margin: 0 auto 10px;
}

.proposal-popup .sf-head ul.steps li.step span:after {
  position: absolute;
  top: -4px;
  left: -3px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #FE457E;
  font-size: 22px;
}

.proposal-popup .sf-head ul.steps li.step p {
  color: #7654a4;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
}

.proposal-popup .sf-head ul.steps li.step p em {
  font-style: normal;
}

@media (max-width: 525px) {
  .proposal-popup .sf-head ul.steps li.step p {
    line-height: 18px;
  }
}

@media (max-width: 370px) {
  .proposal-popup .sf-head ul.steps li.step p em.step-text {
    display: none;
  }
}

.proposal-popup .sf-head ul.steps li.step.current span {
  width: 20px;
  height: 20px;
}

.proposal-popup .sf-head ul.steps li.step.current span:after {
  content: "\f192";
}

.proposal-popup .sf-head ul.steps li.step.done:before {
  width: 100%;
}

.proposal-popup .sf-head ul.steps li.step.done span {
  width: 20px;
  height: 20px;
}

.proposal-popup .sf-head ul.steps li.step.done span:after {
  content: "\f058";
}

.proposal-popup .sf-content .form-wrap .fstep {
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  height: 0;
  text-align: center;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media (max-width: 1024px) {
  .proposal-popup .sf-content .form-wrap .fstep .x6 {
    width: 100%;
  }
}

.proposal-popup .sf-content .form-wrap .fstep.active {
  opacity: 1;
  visibility: visible;
  height: auto;
}

.proposal-popup .sf-content .form-wrap h2 {
  color: #fff;
  margin-bottom: 30px;
}

@media (max-width: 1024px) {
  .proposal-popup .sf-content .form-wrap h2 {
    margin-bottom: 25px;
  }
}

@media (max-width: 768px) {
  .proposal-popup .sf-content .form-wrap h2 {
    margin-bottom: 15px;
  }
}

.proposal-popup .sf-content .form-wrap label {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 8px;
}

@media (max-width: 1024px) {
  .proposal-popup .sf-content .form-wrap label {
    font-size: 15px;
    line-height: 1;
    margin-bottom: 5;
  }
}

@media (max-width: 768px) {
  .proposal-popup .sf-content .form-wrap label {
    font-size: 14px;
  }
}

.proposal-popup .sf-content .form-wrap input,
.proposal-popup .sf-content .form-wrap select,
.proposal-popup .sf-content .form-wrap textarea {
  position: relative;
  display: block;
  width: 100%;
  color: #546e7a;
  font-size: 16px;
  line-height: 24px;
  border: 0px;
  border-radius: 3px;
  background-color: #fff;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .proposal-popup .sf-content .form-wrap input,
  .proposal-popup .sf-content .form-wrap select,
  .proposal-popup .sf-content .form-wrap textarea {
    margin-bottom: 10px;
  }
}

.proposal-popup .sf-content .form-wrap input:hover, .proposal-popup .sf-content .form-wrap input:focus,
.proposal-popup .sf-content .form-wrap select:hover,
.proposal-popup .sf-content .form-wrap select:focus,
.proposal-popup .sf-content .form-wrap textarea:hover,
.proposal-popup .sf-content .form-wrap textarea:focus {
  outline: 0 !important;
}

.proposal-popup .sf-content .form-wrap textarea {
  max-height: 120px;
}

.proposal-popup .sf-content .form-wrap .selectric-wrapper {
  margin-bottom: 20px;
}

.proposal-popup .sf-content .form-wrap .selectric-wrapper .selectric,
.proposal-popup .sf-content .form-wrap .selectric-wrapper .selectric-items {
  text-align: left;
  color: #546e7a;
  font-size: 16px;
}

.proposal-popup .sf-content .form-wrap .selectric-wrapper .selectric label,
.proposal-popup .sf-content .form-wrap .selectric-wrapper .selectric-items label {
  color: #546e7a;
  font-size: 16px;
  margin-bottom: 0;
}

.proposal-popup .sf-content .form-wrap a.default-btn,
.proposal-popup .sf-content .form-wrap input[type="submit"] {
  position: relative;
  top: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 500px;
  padding: 22px 22px;
  height: 62px;
  line-height: 1;
  display: block;
  width: 100%;
  background-color: #001254;
  -webkit-box-shadow: 0 0 0 0 transparent;
          box-shadow: 0 0 0 0 transparent;
}

.proposal-popup .sf-content .form-wrap input[type="submit"] {
    background: #FF3366;
    background: linear-gradient(180deg, rgba(255,50,101,1) 66%, rgba(248,33,47,1) 100%);
} 

@media (max-width: 768px) {
  .proposal-popup .sf-content .form-wrap a.default-btn,
  .proposal-popup .sf-content .form-wrap input[type="submit"] {
    height: 50px;
    font-size: 14px;
    padding: 15px;
  }
}

.proposal-popup .sf-content .form-wrap a.default-btn:hover,
.proposal-popup .sf-content .form-wrap input[type="submit"]:hover {
  top: 0;
  color: #fff;
  background-color: #FF3366;
  -webkit-box-shadow: 0 0 0 0 transparent;
          box-shadow: 0 0 0 0 transparent;
}

.proposal-popup .sf-content .form-wrap .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 768px) {
  .proposal-popup .sf-content .form-wrap .buttons {
    display: block;
  }
}

.proposal-popup .sf-content .form-wrap .buttons.not-flexible {
  display: block;
}

.proposal-popup .sf-content .form-wrap .buttons.not-flexible a,
.proposal-popup .sf-content .form-wrap .buttons.not-flexible input {
  width: 100%;
  margin-bottom: 10px;
}

.proposal-popup .sf-content .form-wrap .buttons a,
.proposal-popup .sf-content .form-wrap .buttons input {
  width: calc(50% - 7.5px);
}

@media (max-width: 768px) {
  .proposal-popup .sf-content .form-wrap .buttons a,
  .proposal-popup .sf-content .form-wrap .buttons input {
    width: 100%;
    margin-bottom: 10px;
  }
}

.proposal-popup .sf-content .form-wrap .buttons a.back i {
  margin-left: 0;
  margin-right: 38px;
}

@media (max-width: 1024px) {
  .proposal-popup .sf-content .form-wrap .buttons a.back i {
    margin-right: 25px;
  }
}

@media (max-width: 768px) {
  .proposal-popup .sf-content .form-wrap .buttons a.back i {
    margin-right: 10px;
  }
}

@media (max-width: 525px) {
  .proposal-popup .sf-content .form-wrap .buttons a.back {
    background-color: transparent;
    /* display: inline; */
    padding: 0;
    margin-bottom: 15px;
    height: auto;
  }
}

.proposal-popup .sf-content .form-wrap .extra-text {
  margin-top: 40px;
}

@media (max-width: 1024px) {
  .proposal-popup .sf-content .form-wrap .extra-text {
    margin-top: 25px;
  }
}

@media (max-width: 768px) {
  .proposal-popup .sf-content .form-wrap .extra-text {
    margin-top: 20px;
  }
}

.proposal-popup .sf-content .form-wrap .extra-text h4 {
  color: #fff;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .proposal-popup .sf-content .form-wrap .extra-text h4 {
    margin-bottom: 15px;
  }
}

.proposal-popup .sf-content .form-wrap .extra-text p {
  color: #fff;
  font-size: 17px;
  line-height: 26px;
  font-weight: 500;
}

@media (max-width: 1024px) {
  .proposal-popup .sf-content .form-wrap .extra-text p {
    font-size: 15px;
    line-height: 1;
  }
}

@media (max-width: 768px) {
  .proposal-popup .sf-content .form-wrap .extra-text p {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .proposal-popup .sf-content .form-wrap .extra-text .boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 1024px) {
  .proposal-popup .sf-content .form-wrap .extra-text .boxes .x6 {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .proposal-popup .sf-content .form-wrap .extra-text .boxes .x6 {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 50%;
  }
}

.proposal-popup .sf-content .form-wrap .extra-text .boxes .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .proposal-popup .sf-content .form-wrap .extra-text .boxes .box {
    display: block;
  }
}

.proposal-popup .sf-content .form-wrap .extra-text .boxes .box .icon {
  width: 50px;
  height: 50px;
  border: 2px solid #69256E;
  border-radius: 500px;
  text-align: center;
  line-height: 25px;
  padding: 10px;
  margin-right: 15px;
}

@media (max-width: 768px) {
  .proposal-popup .sf-content .form-wrap .extra-text .boxes .box .icon {
    display: inline-block;
    margin: 0 0 15px;
  }
}

.proposal-popup .sf-content .form-wrap .extra-text .boxes .box .text p {
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  text-align: left;
  margin: 0;
}

@media (max-width: 768px) {
  .proposal-popup .sf-content .form-wrap .extra-text .boxes .box .text p {
    font-size: 14px;
    line-height: 1;
    text-align: center;
  }
}

.proposal-popup .sf-content .form-wrap .extra-text .testimonialss {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  .proposal-popup .sf-content .form-wrap .extra-text .testimonialss {
    display: block;
  }
}

.proposal-popup .sf-content .form-wrap .extra-text .testimonialss .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 195px;
  height: 70px;
  border-radius: 3px;
  background-color: #fff;
}

@media (max-width: 768px) {
  .proposal-popup .sf-content .form-wrap .extra-text .testimonialss .logo {
    text-align: center;
    margin: 0 auto 15px;
  }
}

.proposal-popup .sf-content .form-wrap .extra-text .testimonialss .logo img {
  max-height: 95%;
}

.proposal-popup .sf-content .form-wrap .extra-text .testimonialss .testimonial {
  text-align: left;
  margin-left: 20px;
}

@media (max-width: 768px) {
  .proposal-popup .sf-content .form-wrap .extra-text .testimonialss .testimonial {
    text-align: center;
    margin-left: 0;
  }
}

.proposal-popup .sf-content .form-wrap .extra-text .testimonialss .testimonial .rating {
  margin-bottom: 5px;
}

.proposal-popup .sf-content .form-wrap .extra-text .testimonialss .testimonial .rating i {
  color: #FCCA00;
  font-size: 14px;
}

.proposal-popup .sf-content .form-wrap .extra-text .testimonialss .testimonial p {
  color: #fff;
  font-size: 17px;
  line-height: 1;
  font-weight: 500;
  margin: 0;
}

.proposal-popup .sf-content .form-wrap .extra-text .testimonialss .testimonial p span {
  font-size: 14px;
}

.proposal-popup .sf-content .form-wrap .widget {
  text-align: center;
  border-radius: 3px;
  background-color: #fff;
  padding: 30px;
  margin-top: 32px;
}

@media (max-width: 1024px) {
  .proposal-popup .sf-content .form-wrap .widget {
    padding: 25px;
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  .proposal-popup .sf-content .form-wrap .widget {
    padding: 15px;
  }
}

.proposal-popup .sf-content .form-wrap .widget .icon {
  display: inline-block;
  text-align: center;
  border-radius: 500px;
  background-color: #FAEDF1;
  padding: 20px;
  margin: 0 0 15px;
}

.proposal-popup .sf-content .form-wrap .widget .call {
  border-top: 1px solid #D5D5DE;
  padding-top: 25px;
  margin-top: 20px;
}

.proposal-popup .sf-content .form-wrap .widget .call p {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  margin: 0 0 15px;
}

@media (max-width: 1024px) {
  .proposal-popup .sf-content .form-wrap .widget .call p {
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  .proposal-popup .sf-content .form-wrap .widget .call p {
    font-size: 14px;
  }
}

.proposal-popup .sf-content .form-wrap .widget .call a {
  display: block;
  color: #fe457e;
  font-size: 22px;
  line-height: 22px;
  font-weight: 600;
}

@media (max-width: 1024px) {
  .proposal-popup .sf-content .form-wrap .widget .call a {
    font-size: 18px;
    line-height: 1;
  }
}

@media (max-width: 768px) {
  .proposal-popup .sf-content .form-wrap .widget .call a {
    font-size: 16px;
  }
}

.proposal-popup .sf-content .form-wrap .widget .call a:hover {
  color: #53327B;
}

.proposal-popup form input.not-valid,
.proposal-popup form textarea.not-valid,
.proposal-popup form select.not-valid {
  border: 1px solid red !important;
}

.blog-page .hero,
.special-page .hero {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.blog-page .hero .overlay,
.special-page .hero .overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.67);
}

.blog-page .hero #heroVideo,
.special-page .hero #heroVideo {
  position: absolute;
  top: -50%;
  left: 0;
  z-index: 1;
  width: 100%;
  min-width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

@media (min-width: 3200px) {
  .blog-page .hero #heroVideo,
  .special-page .hero #heroVideo {
    top: -150%;
  }
}

@media (min-width: 2700px) {
  .blog-page .hero #heroVideo,
  .special-page .hero #heroVideo {
    top: -120%;
  }
}

@media (min-width: 2300px) {
  .blog-page .hero #heroVideo,
  .special-page .hero #heroVideo {
    top: -75%;
  }
}

@media (min-width: 1920px) {
  .blog-page .hero #heroVideo,
  .special-page .hero #heroVideo {
    min-width: unset;
    height: unset;
  }
}

@media (max-width: 1350px) {
  .blog-page .hero #heroVideo,
  .special-page .hero #heroVideo {
    top: -30%;
  }
}

@media (max-width: 1024px) {
  .blog-page .hero #heroVideo,
  .special-page .hero #heroVideo {
    top: -65%;
  }
}

@media (max-width: 768px) {
  .blog-page .hero #heroVideo,
  .special-page .hero #heroVideo {
    top: -100%;
  }
}

@media (max-width: 570px) {
  .blog-page .hero #heroVideo,
  .special-page .hero #heroVideo {
    top: -85%;
  }
}

@media (max-width: 400px) {
  .blog-page .hero #heroVideo,
  .special-page .hero #heroVideo {
    top: -90%;
    width: 150%;
  }
}

.blog-page .hero .content-wrap,
.special-page .hero .content-wrap {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 608px;
}

.blog-page .hero .content-wrap {
  height: 530px;
}

@media (max-width: 1024px) {
  .blog-page .hero .content-wrap,
  .special-page .hero .content-wrap {
    height: 450px;
  }
}

.blog-page .hero .content-wrap .content,
.special-page .hero .content-wrap .content {
  max-width: 700px;
}

@media (max-width: 1024px) {
  .blog-page .hero .content-wrap .content,
  .special-page .hero .content-wrap .content {
    max-width: 768px;
  }
}

@media (max-width: 768px) {
  .blog-page .hero .content-wrap .content,
  .special-page .hero .content-wrap .content {
    max-width: 80%;
  }
}

@media (max-width: 475px) {
  .blog-page .hero .content-wrap .content,
  .special-page .hero .content-wrap .content {
    max-width: 100%;
  }
}

.blog-page .hero .content-wrap .content h1,
.special-page .hero .content-wrap .content h1 {
  color: #fff;
}

@media (max-width: 1024px) {
  .blog-page .hero .content-wrap .content h1,
  .special-page .hero .content-wrap .content h1 {
    line-height: 1;
  }
}

@media (max-width: 768px) {
  .blog-page .hero .content-wrap .content h1,
  .special-page .hero .content-wrap .content h1 {
    line-height: 1;
    margin-bottom: 20px;
  }
}

@media (max-width: 575px) {
  .blog-page .hero .content-wrap .content h1,
  .special-page .hero .content-wrap .content h1 {
    margin-bottom: 15px;
  }
}

@media (max-width: 425px) {
  .blog-page .hero .content-wrap .content h1,
  .special-page .hero .content-wrap .content h1 {
    margin-bottom: 10px;
  }
}

@media (max-width: 475px) {
  .blog-page .hero .content-wrap .content h1,
  .special-page .hero .content-wrap .content h1 {
    font-size: 32px;
  }
}

.blog-page .hero .content-wrap .content blockquote,
.special-page .hero .content-wrap .content blockquote {
  max-width: 765px;
}

@media (max-width: 1024px) {
  .blog-page .hero .content-wrap .content blockquote,
  .special-page .hero .content-wrap .content blockquote {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .blog-page .hero .content-wrap .content blockquote,
  .special-page .hero .content-wrap .content blockquote {
    margin: 15px 0;
  }
}

@media (max-width: 575px) {
  .blog-page .hero .content-wrap .content blockquote,
  .special-page .hero .content-wrap .content blockquote {
    margin: 10px 0;
  }
}

@media (max-width: 425px) {
  .blog-page .hero .content-wrap .content blockquote,
  .special-page .hero .content-wrap .content blockquote {
    margin: 5px 0;
  }
}

.blog-page .hero .content-wrap .content blockquote:before,
.special-page .hero .content-wrap .content blockquote:before {
  background: #fff;
}

.blog-page .hero .content-wrap .content blockquote p,
.special-page .hero .content-wrap .content blockquote p {
  color: #fff;
  font-size: 20px;
}

@media (max-width: 1024px) {
  .blog-page .hero .content-wrap .content blockquote p,
  .special-page .hero .content-wrap .content blockquote p {
    font-size: 18px;
    line-height: 26px;
  }
}

@media (max-width: 768px) {
  .blog-page .hero .content-wrap .content blockquote p,
  .special-page .hero .content-wrap .content blockquote p {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 425px) {
  .blog-page .hero .content-wrap .content blockquote p,
  .special-page .hero .content-wrap .content blockquote p {
    font-size: 15px;
    line-height: 22px;
  }
}

.blog-page .blog-listing,
.special-page .blog-listing {
  padding: 80px 0 100px;
}

@media (max-width: 1024px) {
  .blog-page .blog-listing,
  .special-page .blog-listing {
    padding: 25px 0;
  }
}

@media (min-width: 1025px) {
  .blog-listing .facetwp-template .x4:nth-child(3n+4) {
    clear: both;
  }
}


@media (max-width: 1024px) {
  .blog-page .blog-listing .x4,
  .special-page .blog-listing .x4 {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .blog-page .blog-listing .x4,
  .special-page .blog-listing .x4 {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .blog-page .blog-listing .clear,
  .special-page .blog-listing .clear {
    display: none;
  }
}

.blog-page .blog-listing .article,
.special-page .blog-listing .article {
  margin-bottom: 25px;
}

@media (max-width: 768px) {
  .blog-page .blog-listing .article,
  .special-page .blog-listing .article {
    margin-bottom: 20px;
  }
}

.blog-page .blog-listing .article .f-img-wrap,
.special-page .blog-listing .article .f-img-wrap {
  overflow: hidden;
}

.blog-page .blog-listing .article .f-img,
.special-page .blog-listing .article .f-img {
  position: relative;
  height: 230px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 1024px) {
  .blog-page .blog-listing .article .f-img,
  .special-page .blog-listing .article .f-img {
    background-size: cover;
  }
}

@media (max-width: 768px) {
  .blog-page .blog-listing .article .f-img,
  .special-page .blog-listing .article .f-img {
    height: 225px;
  }
}

.blog-page .blog-listing .article .f-img:hover,
.special-page .blog-listing .article .f-img:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.blog-page .blog-listing .article .f-img a,
.special-page .blog-listing .article .f-img a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.blog-page .blog-listing .article .c-wrap,
.special-page .blog-listing .article .c-wrap {
  min-height: 365px;
  border-bottom: 1px solid #F8F8F8;
  padding: 45px 25px 45px;
}

@media (max-width: 1024px) {
  .blog-page .blog-listing .article .c-wrap,
  .special-page .blog-listing .article .c-wrap {
    min-height: 25px 20px;
  }
}

@media (max-width: 768px) {
  .blog-page .blog-listing .article .c-wrap,
  .special-page .blog-listing .article .c-wrap {
    min-height: auto;
    padding: 20px 15px;
  }
}

.blog-page .blog-listing .article .c-wrap a.category,
.special-page .blog-listing .article .c-wrap a.category {
  color: #617c89;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}

.blog-page .blog-listing .article .c-wrap h4,
.special-page .blog-listing .article .c-wrap h4 {
  font-size: 24px;
  line-height: 1.25;
  margin-bottom: 25px;
}

@media (max-width: 1024px) {
  .blog-page .blog-listing .article .c-wrap h4,
  .special-page .blog-listing .article .c-wrap h4 {
    font-size: 22px;
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .blog-page .blog-listing .article .c-wrap h4,
  .special-page .blog-listing .article .c-wrap h4 {
    font-size: 20px;
    margin-bottom: 15px;
  }
}

.blog-page .blog-listing .article .c-wrap p,
.special-page .blog-listing .article .c-wrap p {
  margin: 0 0 13px;
}

.blog-page .blog-listing .article .c-wrap .author,
.special-page .blog-listing .article .c-wrap .author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.blog-page .blog-listing .article .c-wrap .author .avatar-wrap,
.special-page .blog-listing .article .c-wrap .author .avatar-wrap {
  padding-right: 10px;
}

.blog-page .blog-listing .article .c-wrap .author .avatar,
.special-page .blog-listing .article .c-wrap .author .avatar {
  width: 43px;
  height: 43px;
  border-radius: 500px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

@media (max-width: 1024px) {
  .blog-page .blog-listing .article .c-wrap .author .avatar,
  .special-page .blog-listing .article .c-wrap .author .avatar {
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 768px) {
  .blog-page .blog-listing .article .c-wrap .author .avatar,
  .special-page .blog-listing .article .c-wrap .author .avatar {
    width: 25px;
    height: 25px;
  }
}

.blog-page .blog-listing .article .c-wrap .author .name p,
.special-page .blog-listing .article .c-wrap .author .name p {
  color: #4a4a4a;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
}

.blog-page .blog-listing .pagination-wrap,
.special-page .blog-listing .pagination-wrap {
  text-align: center;
}

.newsletter-section {
  position: relative;
  text-align: center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 115px 0;
  margin-bottom: 80px;
}

@media (max-width: 1024px) {
  .newsletter-section {
    padding: 80px 0;
    margin-bottom: 25px;
  }
}

@media (max-width: 768px) {
  .newsletter-section {
    padding: 25px 0;
  }
}

.newsletter-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.newsletter-section .content-wrap {
  max-width: 635px;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .newsletter-section .content-wrap {
    max-width: 75%;
  }
}

@media (max-width: 768px) {
  .newsletter-section .content-wrap {
    max-width: 85%;
  }
}

.newsletter-section p {
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 12px;
}

.newsletter-section h2 {
  color: #fff;
  font-size: 32px;
  line-height: 1.25;
  margin-bottom: 32px;
}

@media (max-width: 1024px) {
  .newsletter-section h2 {
    font-size: 28px;
  }
}

@media (max-width: 768px) {
  .newsletter-section h2 {
    font-size: 22px;
  }
}

.newsletter-section .form2 {
  padding: 0 !important;
}

.newsletter-section .form2 form {
  position: relative;
}

.newsletter-section .form2 form input[type="text"],
.newsletter-section .form2 form input[type="email"] {
  height: auto;
  color: #181432;
  font-size: 16px;
  line-height: 1;
  border: 0;
  border-radius: 500px;
  background-color: #fff;
  padding: 21px 42px;
  margin: 0;
}

@media (max-width: 768px) {
  .newsletter-section .form2 form input[type="text"],
  .newsletter-section .form2 form input[type="email"] {
    padding: 15px 25px;
  }
}

.newsletter-section .form2 form input[type="text"]::-webkit-input-placeholder,
.newsletter-section .form2 form input[type="email"]::-webkit-input-placeholder {
  color: #181432;
  font-size: 16px;
  line-height: 1;
}

.newsletter-section .form2 form input[type="text"]:-ms-input-placeholder,
.newsletter-section .form2 form input[type="email"]:-ms-input-placeholder {
  color: #181432;
  font-size: 16px;
  line-height: 1;
}

.newsletter-section .form2 form input[type="text"]::-ms-input-placeholder,
.newsletter-section .form2 form input[type="email"]::-ms-input-placeholder {
  color: #181432;
  font-size: 16px;
  line-height: 1;
}

.newsletter-section .form2 form input[type="text"]::placeholder,
.newsletter-section .form2 form input[type="email"]::placeholder {
  color: #181432;
  font-size: 16px;
  line-height: 1;
}

.newsletter-section .form2 form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  border: 0;
  border-radius: 0 500px 500px 0;
  background-color: #001254;
  padding: 22px 60px;
  margin: 0;
}

@media (max-width: 768px) {
  .newsletter-section .form2 form input[type="submit"] {
    padding: 16px 30px;
  }
}

.single-page {
  padding: 90px 0;
}

@media (max-width: 1024px) {
  .single-page {
    padding: 45px 0;
  }
}

.single-page .content-wrap {
  max-width: 834px;
  margin: 0 auto;
}

.single-page .back-single {
  margin-bottom: 35px;
}

@media (max-width: 1024px) {
  .single-page .back-single {
    margin-bottom: 25px;
  }
}

@media (max-width: 768px) {
  .single-page .back-single {
    margin-bottom: 20px;
  }
}

.single-page .back-single.bb {
  border-bottom: 1px solid #E2E2E2;
  padding-bottom: 35px;
}

@media (max-width: 1024px) {
  .single-page .back-single.bb {
    padding-bottom: 25px;
  }
}

@media (max-width: 768px) {
  .single-page .back-single.bb {
    margin-bottom: 20px;
  }
}

.single-page .back-single a {
  color: #ce4f78;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 13px;
}

@media (max-width: 1024px) {
  .single-page .back-single a {
    margin-bottom: 10px;
  }
}

.single-page .back-single a i {
  margin-right: 20px;
}

@media (max-width: 1024px) {
  .single-page .back-single a i {
    margin-right: 10px;
  }
}

@media (max-width: 768px) {
  .single-page .back-single a i {
    margin-right: 5px;
  }
}

@media (max-width: 768px) {
  .single-page .title {
    text-align: center;
    margin-bottom: 20px;
  }
}

.single-page .category {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .single-page .category {
    text-align: center;
  }
}

.single-page .category a {
  color: #617c89;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}

.single-page .infos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #F0F0F0;
  padding-top: 11px;
  margin-top: 53px;
}

@media (max-width: 1024px) {
  .single-page .infos {
    margin-top: 25px;
    padding: 10px;
  }
}

@media (max-width: 768px) {
  .single-page .infos {
    margin-top: 15px;
    padding: 5px;
    display: block;
    text-align: center;
  }
}

.single-page .infos .avatar-canvas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  .single-page .infos .avatar-canvas {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 5px;
  }
}

.single-page .infos .avatar-wrap {
  padding-right: 10px;
}

@media (max-width: 768px) {
  .single-page .infos .avatar-wrap {
    padding-right: 5px;
  }
}

.single-page .infos .avatar {
  width: 43px;
  height: 43px;
  border-radius: 500px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

@media (max-width: 1024px) {
  .single-page .infos .avatar {
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 768px) {
  .single-page .infos .avatar {
    width: 25px;
    height: 25px;
  }
}

.single-page .infos .name p {
  color: #4a4a4a;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
}

.single-page .infos .date p {
  font-size: 16px;
  margin: 0;
}

.single-page .f-image {
  text-align: center;
  margin: 52px auto 25px;
}

.single-page .f-image img {
  max-width: calc(100% - 100px);
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .single-page .f-image img {
    max-width: calc(100% - 25px);
  }
}

@media (max-width: 768px) {
  .single-page .f-image img {
    max-width: 100%;
    max-height: 300px;
  }
}

.single-page .the-content {
  position: relative;
}

.single-page .the-content .share {
  position: absolute;
  top: 0;
  left: -100px;
}

@media (max-width: 1024px) {
  .single-page .the-content .share {
    position: initial;
    left: 0;
    text-align: center;
    margin-bottom: 25px;
  }
}

.single-page .the-content .share ul li {
  margin: 12px 0;
}

@media (max-width: 1024px) {
  .single-page .the-content .share ul li {
    display: inline-block;
    margin: 0 2.5px;
  }
}

@media (max-width: 1024px) {
  .single-page .the-content .share ul li:first-child {
    margin-left: 0;
  }
}

@media (max-width: 1024px) {
  .single-page .the-content .share ul li:last-child {
    margin-right: 0;
  }
}

.single-page .the-content .share ul li:before {
  display: none;
}

.single-page .the-content .share ul li a {
  color: #fff;
  font-size: 18px;
  line-height: 1;
  width: 47px;
  height: 47px;
  text-align: center;
  line-height: 1;
  border-radius: 500px;
  background-color: #DBDBDB;
  padding: 13px;
}

@media (max-width: 1024px) {
  .single-page .the-content .share ul li a {
    font-size: 16px;
    width: 36px;
    height: 36px;
    padding: 10px;
  }
}

.single-page .the-content .share ul li a:hover {
  background-color: #FF3366;
}

.single-page .the-content p,
.single-page .the-content span,
.single-page .the-content a,
.single-page .the-content li {
  color: #4a4a4a;
  font-size: 20px;
  line-height: 32px;
}

@media (max-width: 1024px) {
  .single-page .the-content p,
  .single-page .the-content span,
  .single-page .the-content a,
  .single-page .the-content li {
    font-size: 16px;
    line-height: 28px;
  }
}

@media (max-width: 768px) {
  .single-page .the-content p,
  .single-page .the-content span,
  .single-page .the-content a,
  .single-page .the-content li {
    font-size: 14px;
    line-height: 24px;
  }
}

.single-page .the-content a {
  color: #ce4f78;
}

.single-page .the-content a:hover {
  color: #a32d53;
}

.single-page .the-content blockquote {
  padding: 40px 0 40px 45px;
}

@media (max-width: 1024px) {
  .single-page .the-content blockquote {
    padding: 20px 0 20px 25px;
  }
}

@media (max-width: 768px) {
  .single-page .the-content blockquote {
    padding: 10px 0 10px 20px;
  }
}

.single-page .the-content blockquote:before {
  background: #ce4f78;
}

.single-page .the-content blockquote p {
  color: #ce4f78;
  font-size: 24px;
  line-height: 36px;
}

@media (max-width: 1024px) {
  .single-page .the-content blockquote p {
    font-size: 18px;
    line-height: 1.25;
  }
}

@media (max-width: 768px) {
  .single-page .the-content blockquote p {
    font-size: 15px;
    line-height: 1.25;
  }
}

.single-page .the-content img {
  margin: 25px 0;
}

@media (max-width: 768px) {
  .single-page .the-content img {
    margin: 20px 0;
  }
}

.single-page .tags {
  border-width: 1px 0 1px;
  border-style: solid;
  border-color: #DDD;
  padding: 20px 0;
  margin: 25px 0;
}

@media (max-width: 768px) {
  .single-page .tags {
    padding: 15px 0;
    margin: 20px 0;
  }
}

@media (max-width: 768px) {
  .single-page .tags ul {
    text-align: center;
  }
}

.single-page .tags ul li {
  display: inline-block;
  margin: 0 7.5px;
  color: #4a4a4a;
  font-size: 16px;
  line-height: 1.25;
}

@media (max-width: 768px) {
  .single-page .tags ul li {
    display: block;
    font-size: 14px;
    margin: 5px 0;
  }
}

.single-page .tags ul li:first-child {
  margin-left: 0;
}

@media (max-width: 768px) {
  .single-page .tags ul li:first-child {
    margin-top: 0;
  }
}

.single-page .tags ul li:last-child {
  margin-right: 0;
}

@media (max-width: 768px) {
  .single-page .tags ul li:last-child {
    margin-bottom: 0;
  }
}

.single-page .tags ul li a {
  height: 60px;
  color: #ce4f78;
  border: 1px solid #ce4f78;
  border-radius: 500px;
  padding: 17px 25px;
}

@media (max-width: 768px) {
  .single-page .tags ul li a {
    height: 40px;
    padding: 6px 15px;
  }
}

.single-page .author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  .single-page .author {
    display: block;
  }
}

.single-page .author .avatar-wrap {
  padding-right: 40px;
}

@media (max-width: 1024px) {
  .single-page .author .avatar-wrap {
    padding-right: 25px;
  }
}

@media (max-width: 768px) {
  .single-page .author .avatar-wrap {
    padding-right: 0;
    margin-bottom: 15px;
  }
}

.single-page .author .avatar-wrap .avatar {
  width: 175px;
  height: 175px;
  border-radius: 500px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

@media (max-width: 1024px) {
  .single-page .author .avatar-wrap .avatar {
    width: 125px;
    height: 125px;
  }
}

@media (max-width: 768px) {
  .single-page .author .avatar-wrap .avatar {
    width: 100px;
    height: 100px;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .single-page .author .name {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .single-page .author .name p,
  .single-page .author .name a {
    font-size: 16px;
    line-height: 26px;
  }
}

.related-articles-wrap {
  margin: 65px 0;
}

@media (max-width: 1024px) {
  .related-articles-wrap {
    margin: 25px 0;
  }
}

.related-articles-wrap .heading {
  text-align: center;
}

.related-articles .arrows {
  position: absolute;
  top: 45%;
  z-index: 2;
  text-align: center;
}

@media (max-width: 1240px) {
  .related-articles .arrows {
    display: none;
  }
}

.related-articles .arrows i {
  width: 71px;
  height: 71px;
  color: #A8446A;
  font-size: 36px;
  line-height: 36px;
  border-radius: 500px;
  padding: 18px;
}

.related-articles .arrows.arrow-left {
  left: 0;
}

.related-articles .arrows.arrow-right {
  right: 0;
}

.related-articles .article {
  position: relative;
  padding: 9px;
}

.related-articles .article .white-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
}

.related-articles .article.slick-active .white-wrap {
  display: none;
}

.related-articles .article {
  margin-bottom: 25px;
}

@media (max-width: 768px) {
  .related-articles .article {
    margin-bottom: 20px;
  }
}

.related-articles .article .f-img-wrap {
  overflow: hidden;
}

.related-articles .article .f-img {
  position: relative;
  height: 230px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 1024px) {
  .related-articles .article .f-img {
    background-size: cover;
  }
}

@media (max-width: 768px) {
  .related-articles .article .f-img {
    height: 225px;
  }
}

.related-articles .article .f-img:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.related-articles .article .f-img a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.related-articles .article .c-wrap {
  min-height: 365px;
  border-bottom: 1px solid #F8F8F8;
  padding: 45px 25px 45px;
}

@media (max-width: 1024px) {
  .related-articles .article .c-wrap {
    min-height: 25px 20px;
  }
}

@media (max-width: 768px) {
  .related-articles .article .c-wrap {
    min-height: auto;
    padding: 20px 15px;
  }
}

.related-articles .article .c-wrap a.category {
  color: #617c89;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}

.related-articles .article .c-wrap h4 {
  font-size: 24px;
  line-height: 1.25;
  margin-bottom: 25px;
}

@media (max-width: 1024px) {
  .related-articles .article .c-wrap h4 {
    font-size: 22px;
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .related-articles .article .c-wrap h4 {
    font-size: 20px;
    margin-bottom: 15px;
  }
}

.related-articles .article .c-wrap p {
  margin: 0 0 13px;
}

.related-articles .article .c-wrap .author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.related-articles .article .c-wrap .author .avatar-wrap {
  padding-right: 10px;
}

.related-articles .article .c-wrap .author .avatar {
  width: 43px;
  height: 43px;
  border-radius: 500px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

@media (max-width: 1024px) {
  .related-articles .article .c-wrap .author .avatar {
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 768px) {
  .related-articles .article .c-wrap .author .avatar {
    width: 25px;
    height: 25px;
  }
}

.related-articles .article .c-wrap .author .name p {
  color: #4a4a4a;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
}

.form,
.the-content form {
  background-color: #fff;
  padding: 40px;
  -webkit-box-shadow: 0px 0px 40px 9px rgba(13, 13, 14, 0.05);
          box-shadow: 0px 0px 40px 9px rgba(13, 13, 14, 0.05);
}

@media (max-width: 1024px) {
  .form,
  .the-content form {
    padding: 25px;
  }
}

@media (max-width: 768px) {
  .form,
  .the-content form {
    padding: 15px;
  }
}

.form label,
.the-content form label {
  color: 546e7a !important;
  font-size: 16px !important;
  line-height: 16px !important;
  margin-bottom: 10px !important;
}

.form label span,
.the-content form label span {
  color: #ce4f78 !important;
}

.form input,
.form select,
.form textarea,
.the-content form input,
.the-content form select,
.the-content form textarea {
  display: block !important;
  width: 100% !important;
  color: #000 !important;
  font-size: 16px !important;
  border: #F2F2F5 !important;
  border-radius: 3px !important;
  background-color: #F8F8FB !important;
  max-height: 125px !important;
  margin-bottom: 15px !important;
  -webkit-transition: all .3s ease !important;
  transition: all .3s ease !important;
}

.form input::-webkit-input-placeholder,
.form select::-webkit-input-placeholder,
.form textarea::-webkit-input-placeholder,
.the-content form input::-webkit-input-placeholder,
.the-content form select::-webkit-input-placeholder,
.the-content form textarea::-webkit-input-placeholder {
  opacity: .7;
  color: #000 !important;
  font-size: 16px !important;
}

.form input:-ms-input-placeholder,
.form select:-ms-input-placeholder,
.form textarea:-ms-input-placeholder,
.the-content form input:-ms-input-placeholder,
.the-content form select:-ms-input-placeholder,
.the-content form textarea:-ms-input-placeholder {
  opacity: .7;
  color: #000 !important;
  font-size: 16px !important;
}

.form input::-ms-input-placeholder,
.form select::-ms-input-placeholder,
.form textarea::-ms-input-placeholder,
.the-content form input::-ms-input-placeholder,
.the-content form select::-ms-input-placeholder,
.the-content form textarea::-ms-input-placeholder {
  opacity: .7;
  color: #000 !important;
  font-size: 16px !important;
}

.form input::placeholder,
.form select::placeholder,
.form textarea::placeholder,
.the-content form input::placeholder,
.the-content form select::placeholder,
.the-content form textarea::placeholder {
  opacity: .7;
  color: #000 !important;
  font-size: 16px !important;
}

.form input[type="submit"],
.form select[type="submit"],
.form textarea[type="submit"],
.the-content form input[type="submit"],
.the-content form select[type="submit"],
.the-content form textarea[type="submit"] {
  display: inline-block !important;
  width: auto !important;
  position: relative !important;
  top: 0 !important;
  color: #fff !important;
  font-size: 16px !important;
  line-height: 16px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  border-radius: 500px !important;
  background-color: #FF3366 !important;
  padding: 22px 65px !important;
  height: 62px !important;
  line-height: 1 !important;
}

.form input[type="submit"] {
  background: #001254 !important;
}

@media (max-width: 768px) {
  .form input[type="submit"],
  .form select[type="submit"],
  .form textarea[type="submit"],
  .the-content form input[type="submit"],
  .the-content form select[type="submit"],
  .the-content form textarea[type="submit"] {
    height: 50px !important;
    font-size: 14px !important;
    padding: 15px !important;
  }
}

.form input[type="submit"]:hover,
.form select[type="submit"]:hover,
.form textarea[type="submit"]:hover,
.the-content form input[type="submit"]:hover,
.the-content form select[type="submit"]:hover,
.the-content form textarea[type="submit"]:hover {
  color: #fff !important;
  background-color: #FF3366 !important;
  top: -5px !important;
  -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.25) !important;
          box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.25) !important;
}

.form input:hover, .form input:focus,
.form select:hover,
.form select:focus,
.form textarea:hover,
.form textarea:focus,
.the-content form input:hover,
.the-content form input:focus,
.the-content form select:hover,
.the-content form select:focus,
.the-content form textarea:hover,
.the-content form textarea:focus {
  outline: 0 !important;
}

.form button,
.the-content form button {
  display: inline-block !important;
  width: auto !important;
  position: relative !important;
  top: 0 !important;
  color: #fff !important;
  font-size: 16px !important;
  line-height: 16px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  border-radius: 500px !important;
  background-color: #FF3366 !important;
  padding: 22px 65px !important;
  height: 62px !important;
  line-height: 1 !important;
  -ms-flex-preferred-size: auto !important;
      flex-basis: auto !important;
}

@media (max-width: 768px) {
  .form button,
  .the-content form button {
    height: 50px !important;
    font-size: 14px !important;
    padding: 15px !important;
  }
}

.form button span,
.the-content form button span {
  color: #fff !important;
  font-size: 16px !important;
  line-height: 16px !important;
  font-weight: 600 !important;
}

.form button:hover,
.the-content form button:hover {
  color: #fff !important;
  background-color: #FF3366 !important;
  top: -5px !important;
  -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.25) !important;
          box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.25) !important;
}

.form .half,
.the-content form .half {
  width: calc(50% - 8px) !important;
}

@media (max-width: 768px) {
  .form .half,
  .the-content form .half {
    width: 100% !important;
  }
}

body .alm-btn-wrap .alm-load-more-btn {
  font-size: 15px;
  font-weight: 600;
  width: auto;
  height: 65px;
  line-height: 42px;
  background: #001254 !important;
  color: #fff;
  border: none;
  margin: 0 0 4px;
  padding: 0 60px !important;
  border-radius: 40px;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  /* Loading */
  /* Loaded / Done */
  /* Loading Icon */
  /* Loading :before */
}

body .alm-btn-wrap .alm-load-more-btn:hover, body .alm-btn-wrap .alm-load-more-btn.loading {
  background: #001254 !important;
  color: #fff;
  text-decoration: none;
}

body .alm-btn-wrap .alm-load-more-btn.done {
  cursor: default;
  opacity: 0.15;
  background: rgba(0, 18, 84, 0.67) !important;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

body .alm-btn-wrap .alm-load-more-btn:before, body .alm-btn-wrap .alm-load-more-btn.done:before, body .alm-load-more-btn.loading:before {
  background: none !important;
  width: 0 !important;
  padding-left: 60px !important;
}

.scroll .anchors.stickyMenu {
  top: 70px;
}

@media (max-width: 768px) {
  .scroll .anchors.stickyMenu {
    top: 45px;
  }
}

.anchors {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: all .7s ease;
  transition: all .7s ease;
}

.anchors.stickyMenu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999998;
  width: 100%;
}

@media (max-width: 768px) {
  .anchors.stickyMenu {
    top: 0;
  }
}

.anchors .anchors-wrap {
  padding: 19px 0;
}

@media (max-width: 1024px) {
  .anchors .anchors-wrap {
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    z-index: 1;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}

@media (max-width: 768px) {
  .anchors .anchors-wrap {
    padding: 15px 0;
  }
}

.anchors .anchors-wrap::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

.anchors .anchors-wrap::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0px #FFFFFF;
          box-shadow: inset 0 0 0px #FFFFFF;
  border-radius: 0;
  border-radius: 0;
}

.anchors .anchors-wrap::-webkit-scrollbar-thumb {
  border-radius: 0;
  border-radius: 0;
  background: #ff3366;
  -webkit-box-shadow: inset 0 0 0px rgba(255, 255, 255, 0.5);
          box-shadow: inset 0 0 0px rgba(255, 255, 255, 0.5);
}

.anchors .anchors-wrap::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(255, 51, 102, 0.5);
}

.anchors ul {
  text-align: center;
}

@media (max-width: 1024px) {
  .anchors ul {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
    white-space: nowrap;
    transition: transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, -webkit-transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  }
}

.anchors ul li {
  display: inline-block;
  margin: 0 7.5px;
}

@media (max-width: 768px) {
  .anchors ul li {
    display: block;
    margin: 2.5px 0;
  }
}

.anchors ul li:first-child {
  margin-left: 0;
}

@media (max-width: 768px) {
  .anchors ul li:first-child {
    margin-top: 0;
  }
}

.anchors ul li:last-child {
  margin-right: 0;
}

@media (max-width: 768px) {
  .anchors ul li:last-child {
    margin-bottom: 0;
  }
}

.anchors ul li.active a {
  color: #ce4f78;
  background-color: #FAEDF1;
}

.anchors ul li a {
  color: #717b85;
  font-size: 14px;
  line-height: 23px;
  border-radius: 500px;
  background-color: transparent;
  padding: 5px 10px;
}

@media (max-width: 768px) {
  .anchors ul li a {
    font-size: 14px;
    line-height: 1.25;
    display: block;
  }
}

.anchors ul li a:hover {
  color: #ce4f78;
  background-color: #FAEDF1;
}

.section {
  padding: 80px 0;
}

@media (max-width: 1024px) {
  .section {
    padding: 35px 0;
  }
}

@media (max-width: 768px) {
  .section {
    padding: 25px 0;
  }
}

@media (max-width: 425px) {
  .section {
    padding: 20px 0;
  }
}

.section.simple-boxes {
  padding: 60px 0 0;
}

@media (max-width: 1024px) {
  .section.simple-boxes {
    padding: 25px 0 0;
  }
}

.section.simple-boxes.alt .boxes .box {
  text-align: center;
}

.section.simple-boxes.alt .boxes .box .icon {
  margin: 0 auto 19px;
}

.section.simple-boxes.alt .bottom-text {
  max-width: 665px;
  text-align: center;
  margin: 25px auto 20px;
}

.section.simple-boxes .boxes {
  overflow: hidden;
}

@media (max-width: 1024px) {
  .section.simple-boxes .boxes .x3 {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .section.simple-boxes .boxes .x3 {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .section.simple-boxes .boxes .clear {
    display: none;
  }
}

@media (max-width: 768px) {
  .section.simple-boxes .boxes .box {
    text-align: center;
  }
}

.section.simple-boxes .boxes .box .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 65px;
}

.section.simple-boxes .boxes .box .icon img {
  max-height: 55px;
}

.section.simple-boxes .buttons {
  text-align: center;
  margin: 62px 0 93px;
}

@media (max-width: 1024px) {
  .section.simple-boxes .buttons {
    margin: 20px 0 25px;
  }
}

@media (max-width: 1024px) {
  .section.simple-boxes2 .x4 {
    width: 100%;
  }
}

.section.simple-boxes2 .boxes .box {
  padding: 0 5px;
}

@media (max-width: 1024px) {
  .section.simple-boxes2 .boxes .box {
    padding: 0;
    margin-bottom: 25px;
  }
}

.section.simple-boxes2 .boxes .box .title {
  text-align: center;
  margin-bottom: 24px;
}

@media (max-width: 1024px) {
  .section.simple-boxes2 .boxes .box .title {
    margin-bottom: 15px;
  }
}

.section.simple-boxes2 .boxes .box .content {
  text-align: justify;
}

@media (max-width: 1024px) {
  .section.simple-boxes2 .boxes .box .content {
    text-align: center;
  }
}

.section.cover-text {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 0;
}

@media (max-width: 1024px) {
  .section.cover-text {
    padding: 0;
  }
}

.section.cover-text.simple {
  background-color: #F5F5F5;
}

.section.cover-text.simple .text h1, .section.cover-text.simple .text h2, .section.cover-text.simple .text h3, .section.cover-text.simple .text h4, .section.cover-text.simple .text h5, .section.cover-text.simple .text h6 {
  color: #000000;
}

.section.cover-text.simple .text p, .section.cover-text.simple .text a, .section.cover-text.simple .text span {
  color: #717b85;
  font-size: 18px;
  line-height: 1.75;
}

@media (max-width: 1024px) {
  .section.cover-text.simple .text p, .section.cover-text.simple .text a, .section.cover-text.simple .text span {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .section.cover-text.simple .text p, .section.cover-text.simple .text a, .section.cover-text.simple .text span {
    font-size: 15px;
  }
}

@media (max-width: 1024px) {
  .section.cover-text .x6 {
    width: 100%;
  }
}

.section.cover-text .image {
  padding: 80px 0 0;
}

@media (max-width: 1024px) {
  .section.cover-text .image {
    display: none;
  }
}

.section.cover-text .text-wrap {
  padding: 80px 0;
}

@media (max-width: 1024px) {
  .section.cover-text .text-wrap {
    padding: 25px 0;
  }
}

.section.cover-text .text h1, .section.cover-text .text h2, .section.cover-text .text h3, .section.cover-text .text h4, .section.cover-text .text h5, .section.cover-text .text h6,
.section.cover-text .text p, .section.cover-text .text a, .section.cover-text .text span, .section.cover-text .text li {
  color: #fff;
}

.section.cover-text .text p, .section.cover-text .text a, .section.cover-text .text span, .section.cover-text .text li {
  font-size: 18px;
  line-height: 1.75;
}

@media (max-width: 1024px) {
  .section.cover-text .text p, .section.cover-text .text a, .section.cover-text .text span, .section.cover-text .text li {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .section.cover-text .text p, .section.cover-text .text a, .section.cover-text .text span, .section.cover-text .text li {
    font-size: 15px;
  }
}

.section.cover-text .buttons {
  margin-top: 25px;
}

@media (max-width: 1024px) {
  .section.cover-text .buttons {
    text-align: center;
    margin-top: 0;
    margin-bottom: 25px;
  }
}

.section.boxes-links.alt {
  position: relative;
  background-color: #F5F5F5;
}

.section.boxes-links.alt .big-arrow {
  position: absolute;
  bottom: -1px;
  right: -1px;
  height: 550px;
  width: 550px;
  background-image: url(public/images/png/arrow-png.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (max-width: 1024px) {
  .section.boxes-links.alt .big-arrow {
    bottom: -25px;
    right: -25px;
    height: 350px;
    width: 350px;
  }
}

@media (max-width: 768px) {
  .section.boxes-links.alt .big-arrow {
    height: 250px;
    width: 250px;
  }
}

@media (max-width: 425px) {
  .section.boxes-links.alt .big-arrow {
    height: 150px;
    width: 150px;
  }
}

.section.boxes-links.alt .boxes .box .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  .section.boxes-links.alt .boxes .box .content {
    display: block;
    text-align: center;
  }
}

.section.boxes-links.alt .boxes .box .content .icon-wrap {
  margin-right: 29px;
}

@media (max-width: 768px) {
  .section.boxes-links.alt .boxes .box .content .icon-wrap {
    text-align: center;
    margin: 0 0 15px;
  }
}

.section.boxes-links.alt .boxes .box .content .icon-wrap .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 123px;
  height: 123px;
  border-radius: 500px;
  background-color: #FAEDF1;
}

@media (max-width: 768px) {
  .section.boxes-links.alt .boxes .box .content .icon-wrap .icon {
    margin: 0 auto;
  }
}

.section.boxes-links .boxes {
  max-width: 831px;
  margin: 0 auto;
}

.section.boxes-links .boxes .box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #fff;
  border-radius: 3px;
  background-color: #fff;
  padding: 36px 46px;
  -webkit-box-shadow: 0px 0px 46px 9px rgba(135, 135, 135, 0.15);
          box-shadow: 0px 0px 46px 9px rgba(135, 135, 135, 0.15);
  margin-bottom: 22px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media (max-width: 1024px) {
  .section.boxes-links .boxes .box {
    padding: 25px;
  }
}

@media (max-width: 768px) {
  .section.boxes-links .boxes .box {
    padding: 20px;
  }
}

@media (max-width: 425px) {
  .section.boxes-links .boxes .box {
    display: block;
  }
}

.section.boxes-links .boxes .box:hover {
  border: 2px solid #ce4f78;
}

.section.boxes-links .boxes .box a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
}

.section.boxes-links .boxes .box h6 {
  color: #ce4f78;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.2;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .section.boxes-links .boxes .box h6 {
    margin-bottom: 5px;
  }
}

.section.boxes-links .boxes .box h5 {
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .section.boxes-links .boxes .box h5 {
    margin-bottom: 10px;
  }
}

.section.boxes-links .boxes .box p {
  font-size: 15px;
  margin: 0;
}

@media (max-width: 425px) {
  .section.boxes-links .boxes .box p {
    margin: 0 0 10px;
  }
}

.section.boxes-links .boxes .box .arrow i {
  color: #ce4f78;
  font-size: 30px;
}

.section.text-testimonials {
  background-color: #F5F5F5;
}

.section.text-testimonials .google-feed {
  max-width: 259px;
  margin: 0 auto 25px;
}

.section.text-testimonials .testimonials {
  padding: 0 162px;
}

@media (max-width: 1024px) {
  .section.text-testimonials .testimonials {
    padding: 0 50px;
  }
}

@media (max-width: 768px) {
  .section.text-testimonials .testimonials {
    padding: 0;
  }
}

.section.text-testimonials .testimonials .arrows {
  position: absolute;
  top: 45%;
  z-index: 2;
  text-align: center;
}

@media (max-width: 1240px) {
  .section.text-testimonials .testimonials .arrows {
    display: none;
  }
}

.section.text-testimonials .testimonials .arrows i {
  width: 71px;
  height: 71px;
  color: #001254;
  font-size: 36px;
  line-height: 36px;
  border-radius: 500px;
  padding: 18px;
  cursor: pointer;
}

.section.text-testimonials .testimonials .arrows.arrow-left {
  left: 0;
}

.section.text-testimonials .testimonials .arrows.arrow-right {
  right: 0;
}

.section.text-testimonials .testimonials .testimonial-wrap {
  padding: 13px;
}

.section.text-testimonials .testimonials .testimonial {
  border-radius: 3px;
  background-color: #fff;
  padding: 33px 45px;
  -webkit-box-shadow: 0px 0px 14px 0px rgba(135, 135, 135, 0.15);
          box-shadow: 0px 0px 14px 0px rgba(135, 135, 135, 0.15);
}

@media (max-width: 1024px) {
  .section.text-testimonials .testimonials .testimonial {
    padding: 25px;
  }
}

@media (max-width: 768px) {
  .section.text-testimonials .testimonials .testimonial {
    padding: 15px;
  }
}

.section.text-testimonials .testimonials .testimonial .infos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  .section.text-testimonials .testimonials .testimonial .infos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.section.text-testimonials .testimonials .testimonial .infos .avatar-wrap {
  padding-right: 25px;
}

@media (max-width: 768px) {
  .section.text-testimonials .testimonials .testimonial .infos .avatar-wrap {
    padding-right: 0;
    margin-bottom: 15px;
  }
}

.section.text-testimonials .testimonials .testimonial .infos .avatar-wrap .avatar {
  width: 91px;
  height: 91px;
  text-align: center;
  border-radius: 500px;
}

@media (max-width: 768px) {
  .section.text-testimonials .testimonials .testimonial .infos .avatar-wrap .avatar {
    width: 65px;
    height: 65px;
  }
}

.section.text-testimonials .testimonials .testimonial .infos .avatar-wrap .avatar span {
  color: #fff;
  font-size: 36px;
  line-height: 82px;
}

@media (max-width: 768px) {
  .section.text-testimonials .testimonials .testimonial .infos .avatar-wrap .avatar span {
    font-size: 28px;
    line-height: 58px;
  }
}

.section.text-testimonials .testimonials .testimonial .infos .other-details .name p {
  color: #000;
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 12px;
}

.section.text-testimonials .testimonials .testimonial .infos .other-details .rating i {
  color: #FAB700;
  font-size: 16px;
  margin-right: 1px;
}

.section.text-testimonials .testimonials .testimonial .text {
  margin-top: 32px;
}

.section.text-testimonials .testimonials .testimonial .text p {
  margin: 0;
}

@media (max-width: 1024px) {
  .section.case-studies .cases-listing .x4 {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .section.case-studies .cases-listing .x4 {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .section.case-studies .cases-listing .clear {
    display: none;
  }
}

.section.case-studies .cases-listing .case-box {
  position: relative;
  padding: 9px;
}

.section.case-studies .cases-listing .case-box .case {
  height: 364px;
  border-radius: 3px 3px 0 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}

@media (max-width: 768px) {
  .section.case-studies .cases-listing .case-box .case {
    height: 350px;
  }
}

@media (max-width: 425px) {
  .section.case-studies .cases-listing .case-box .case {
    height: 300px;
  }
}

.section.case-studies .cases-listing .case-box .case a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.section.case-studies .cases-listing .case-box .case a .title {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 40px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media (max-width: 1024px) {
  .section.case-studies .cases-listing .case-box .case a .title {
    padding: 25px;
  }
}

.section.case-studies .cases-listing .case-box .case a .title .txt {
  width: 100%;
}

.section.case-studies .cases-listing .case-box .case a .title h6 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .8px;
  margin-bottom: 23px;
}

@media (max-width: 768px) {
  .section.case-studies .cases-listing .case-box .case a .title h6 {
    margin-bottom: 15px;
  }
}

.section.case-studies .cases-listing .case-box .case a .title h5 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: .8px;
  line-height: 1.3;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .section.case-studies .cases-listing .case-box .case a .title h5 {
    font-size: 18px;
  }
}

.section.case-studies .cases-listing .case-box .case a .title .keys {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 25px;
}

.section.case-studies .cases-listing .case-box .case a .title .keys .key {
  padding-right: 15px;
  padding-left: 15px;
}

@media (max-width: 768px) {
  .section.case-studies .cases-listing .case-box .case a .title .keys .key {
    padding-right: 5px;
    padding-left: 5px;
  }
}

.section.case-studies .cases-listing .case-box .case a .title .keys .key .flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section.case-studies .cases-listing .case-box .case a .title .keys .key .flex-wrap .no p {
  color: #fff;
  font-size: 41px;
  line-height: 0.9;
  margin: 0;
}

.section.case-studies .cases-listing .case-box .case a .title .keys .key .flex-wrap .symb .arrow i {
  color: #FF3366;
  font-size: 16px;
  line-height: 12px;
}

.section.case-studies .cases-listing .case-box .case a .title .keys .key .flex-wrap .symb .percent p {
  color: #fff;
  font-size: 16px;
  line-height: 12px;
  margin: 0;
}

.section.case-studies .cases-listing .case-box .case a .title .keys .key .info-txt {
  margin-top: 5px;
}

.section.case-studies .cases-listing .case-box .case a .title .keys .key .info-txt p {
  color: #fff;
  font-size: 11px;
  line-height: 1;
  text-transform: uppercase;
  margin: 0;
}

.section.case-studies .cases-listing .case-box .case a:hover .title {
  opacity: 1;
}

.section.case-studies .cases-listing .case-box .case a:hover .intro-txt {
  opacity: 0;
}

.section.case-studies .cases-listing .case-box .case a .intro-txt {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 1;
  width: 100%;
  padding: 15px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.section.case-studies .cases-listing .case-box .case a .intro-txt h6 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.section.case-studies .cases-listing .case-box .case a .intro-txt h5 {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 0;
}

.section.case-studies .cases-listing .case-box .case-logo {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}

.section.case-studies .cases-listing .case-box .case-logo a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  border: 0 0 3px 3px;
  background-color: #fff;
  padding: 0 30px;
}

.section.case-studies .cases-listing .case-box .case-logo a .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100px;
}

.section.case-studies .cases-listing .case-box .case-logo a .img img {
  margin: 0 auto;
}

.section.case-studies .no-cases-found {
  text-align: center;
}

.section.case-studies .cases-listing .alm-listing {
  min-height: 1450px;
}

.section.case-studies .cases-listing .alm-listing .alm-reveal::after {
  display: none;
}

.section.case-studies .cases-listing .alm-btn-wrap {
  clear: both;
}

.section.txt-img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 0 0 !important;
}

@media (max-width: 1024px) {
  .section.txt-img {
    padding: 0 0 !important;
  }
}


.section.txt-img .block-wrap .img {
  position: relative;
}

.section.txt-img .block-wrap.full {
  position: relative;
}

.section.txt-img .block-wrap.full .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  width: 50%;
  height: 100%;
}

@media (max-width: 768px) {
  .section.txt-img .block-wrap.full .img {
    position: relative;
    width: 100%;
  }
}

.section.txt-img .block-wrap.full .img img {
  max-height: 600px;
}

.section.txt-img .block-wrap.full .txt {
  width: 50%;
}

@media (max-width: 768px) {
  .section.txt-img .block-wrap.full .txt {
    width: 100%;
  }
}

.section.txt-img .block-wrap.full:nth-child(odd) .img {
  left: 0;
}

.section.txt-img .block-wrap.full:nth-child(odd) .block {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 768px) {
  .section.txt-img .block-wrap.full:nth-child(odd) .block {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.section.txt-img .block-wrap.full:nth-child(even) .img {
  right: 0;
}

.section.txt-img .block-wrap.full:nth-child(even) .block {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (max-width: 768px) {
  .section.txt-img .block-wrap.full:nth-child(even) .block {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.section.txt-img .block-wrap:nth-child(odd) {
  background-color: #F5F5F5;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.section.txt-img .block-wrap:nth-child(odd) .block .img {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.section.txt-img .block-wrap:nth-child(odd) .block .txt {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-left: 50px;
}

@media (max-width: 1024px) {
  .section.txt-img .block-wrap:nth-child(odd) .block .txt {
    padding-left: 25px;
  }
}

@media (max-width: 768px) {
  .section.txt-img .block-wrap:nth-child(odd) .block .txt {
    padding-left: 0;
  }
}

.section.txt-img .block-wrap:nth-child(even) {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.section.txt-img .block-wrap:nth-child(even) .block .txt {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  padding-right: 50px;
}

@media (max-width: 1024px) {
  .section.txt-img .block-wrap:nth-child(even) .block .txt {
    padding-right: 25px;
  }
}

@media (max-width: 768px) {
  .section.txt-img .block-wrap:nth-child(even) .block .txt {
    padding-right: 0;
  }
}

.section.txt-img .block-wrap:nth-child(even) .block .img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.section.txt-img .block {
  padding: 80px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1024px) {
  .section.txt-img .block {
    padding: 25px 0;
  }
}

@media (max-width: 768px) {
  .section.txt-img .block {
    display: block;
    padding: 20px 0;
  }
}

.section.txt-img .block .img {
  max-width: 50%;
}

@media (max-width: 1024px) {
  .section.txt-img .block .img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 768px) {
  .section.txt-img .block .img {
    max-width: 100%;
    text-align: center;
    height: 300px;
    margin: 0 auto 25px;
  }
}

.section.txt-img .block .img img {
  max-width: 100%;
}

@media (max-width: 768px) {
  .section.txt-img .block .img img {
    max-height: 100%;
    margin: 0 auto;
  }
}

.section.txt-img .block .txt {
  max-width: 666px;
}

@media (max-width: 768px) {
  .section.txt-img .block .txt {
    max-width: 100%;
    text-align: center;
  }
}

.section.txt-img .block .txt h4 {
  margin-bottom: 29px;
}

.section.txt-img .block .txt p {
  font-size: 18px;
  line-height: 1.75;
}

@media (max-width: 1024px) {
  .section.txt-img .block .txt p {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .section.txt-img .block .txt p {
    font-size: 15px;
  }
}

.section.txt-img .block .txt a {
  color: #ce4f78;
  font-weight: 600;
}

.section.txt-img .block .txt a:hover {
  text-decoration: underline;
}

.section.txt-img .block .txt a.rm {
  text-transform: uppercase;
}

.section.txt-img .block .txt a.default-btn {
  color: #fff;
  margin-top: 25px;
}

.section.txt-img .block .txt a.default-btn:hover {
  text-decoration: none;
}

.section.txt-img .block .txt li {
  color: #717b85;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 400;
}

@media (max-width: 1024px) {
  .section.txt-img .block .txt li {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .section.txt-img .block .txt li {
    font-size: 15px;
  }
}

.section.txt-img .block .txt .rm-txt {
  height: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.section.txt-img .block .txt .rm-txt.active {
  height: auto;
  opacity: 1;
  visibility: visible;
}

.section.additional {
  padding: 80px 0 0 !important;
}

@media (max-width: 1024px) {
  .section.additional {
    padding: 25px 0 0 !important;
  }
}

.section.additional .heading p {
  max-width: 915px;
  font-size: 18px;
}

.section.additional .block-wrap {
  position: relative;
  background-color: #F5F5F5;
  margin-top: 50px;
}

.section.additional .block-wrap .word-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: -65px;
  left: calc(50% - 62.5px);
  z-index: 1;
  width: 125px;
  height: 125px;
  border-radius: 500px;
  background-color: #FF3366;
}

@media (max-width: 1024px) {
  .section.additional .block-wrap .word-wrap {
    top: -25px;
    left: calc(50% - 50px);
    width: 100px;
    height: 100px;
  }
}

@media (max-width: 768px) {
  .section.additional .block-wrap .word-wrap {
    top: -15px;
  }
}

.section.additional .block-wrap .word-wrap .word {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 110px;
  height: 110px;
  border: 1px solid #fff;
  border-radius: 500px;
}

@media (max-width: 1024px) {
  .section.additional .block-wrap .word-wrap .word {
    width: 75px;
    height: 75px;
  }
}

.section.additional .block-wrap .word-wrap .word p {
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  margin: 0;
}

@media (max-width: 1024px) {
  .section.additional .block-wrap .word-wrap .word p {
    font-size: 20px;
    line-height: 20px;
  }
}

.section.additional .block-wrap.full {
  position: relative;
}

.section.additional .block-wrap.full .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 100%;
}

@media (max-width: 768px) {
  .section.additional .block-wrap.full .img {
    position: relative;
    width: 100%;
  }
}

.section.additional .block-wrap.full .txt {
  width: 50%;
}

@media (max-width: 768px) {
  .section.additional .block-wrap.full .txt {
    width: 100%;
  }
}

.section.additional .block-wrap.full .block {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 80px 0 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 1024px) {
  .section.additional .block-wrap.full .block {
    padding: 25px 0 0 !important;
  }
}

@media (max-width: 768px) {
  .section.additional .block-wrap.full .block {
    display: block;
    padding: 20px 0 0 !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.section.additional .block-wrap.full .block .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

@media (max-width: 1024px) {
  .section.additional .block-wrap.full .block .img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 768px) {
  .section.additional .block-wrap.full .block .img {
    text-align: center;
    height: 300px;
    margin: 0 auto 25px;
  }
}

.section.additional .block-wrap.full .block .img img {
  max-width: 100%;
}

@media (max-width: 768px) {
  .section.additional .block-wrap.full .block .img img {
    max-height: 100%;
    margin: 0 auto;
  }
}

.section.additional .block-wrap.full .block .txt {
  max-width: 666px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-left: 50px;
  padding-bottom: 80px;
}

@media (max-width: 1024px) {
  .section.additional .block-wrap.full .block .txt {
    padding-left: 25px;
    padding-bottom: 25px;
  }
}

@media (max-width: 768px) {
  .section.additional .block-wrap.full .block .txt {
    max-width: 100%;
    text-align: center;
    padding-left: 0;
  }
}

.section.additional .block-wrap.full .block .txt li {
  color: #717b85;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

@media (max-width: 1024px) {
  .section.additional .block-wrap.full {
    max-width: 95%;
    margin: 0 auto;
  }
  .section.additional .block-wrap.full .block {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.section.faq {
  background-color: #F5F5F5;
}

@media (max-width: 1024px) {
  .section.faq .x6 {
    width: 100%;
  }
}

.section.faq ul li {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 3px;
  background-color: #fff;
  padding: 30px 60px 30px 40px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media (max-width: 1024px) {
  .section.faq ul li {
    padding: 25px 40px 25px 25px;
  }
}

@media (max-width: 768px) {
  .section.faq ul li {
    padding: 15px 25px 15px 15px;
    margin-bottom: 15px;
  }
}

.section.faq ul li:after {
  position: absolute;
  top: 35px;
  right: 40px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f107";
  color: #ce4f78;
  font-size: 19px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media (max-width: 1024px) {
  .section.faq ul li:after {
    top: 30px;
    right: 25px;
  }
}

@media (max-width: 768px) {
  .section.faq ul li:after {
    font-size: 16px;
    top: 20px;
    right: 15px;
  }
}

.section.faq ul li:hover {
  cursor: pointer;
}

.section.faq ul li.active:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.section.faq ul li.active .answer {
  height: auto;
  opacity: 1;
  visibility: visible;
  margin-top: 20px;
}

.section.faq ul li.active .answer p, .section.faq ul li.active .answer span, .section.faq ul li.active .answer a, .section.faq ul li.active .answer li {
  display: block;
}

.section.faq ul li .question p {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

@media (max-width: 768px) {
  .section.faq ul li .question p {
    font-size: 16px;
  }
}

.section.faq ul li .answer {
  height: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.section.faq ul li .answer * {
  height: auto;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.section.faq ul li .answer p, .section.faq ul li .answer span, .section.faq ul li .answer a, .section.faq ul li .answer li {
  display: none;
  color: #717b85;
  font-size: 16px;
  line-height: 28px;
  -webkit-transition: all .1s ease;
  transition: all .1s ease;
}

@media (max-width: 768px) {
  .section.faq ul li .answer p, .section.faq ul li .answer span, .section.faq ul li .answer a, .section.faq ul li .answer li {
    font-size: 14px;
    line-height: 1.25;
  }
}

.section.faq ul li .answer li {
  border-radius: 0;
  background-color: transparent;
  padding: 0;
  margin-bottom: 10px;
  -webkit-box-shadow: 0px 0px 0px 0px transparent;
          box-shadow: 0px 0px 0px 0px transparent;
}

.section.faq ul li .answer li:after {
  display: none;
}

.section.charts {
  background-color: #EFEFEF;
}

.section.charts .x4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  .section.charts .x4 {
    display: block;
    width: 100%;
    margin-bottom: 45px;
  }
}

.section.charts .boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2;
  margin-top: -153px;
  margin-bottom: 40px;
}

@media (max-width: 1024px) {
  .section.charts .boxes {
    margin-top: -100px;
    margin-bottom: 25px;
  }
}

@media (max-width: 768px) {
  .section.charts .boxes {
    display: block;
    margin-top: -75px;
  }
}

.section.charts .boxes .box {
  position: relative;
  border-radius: 3px;
  background-color: #fff;
  padding: 75px 60px 35px;
}

@media (max-width: 1024px) {
  .section.charts .boxes .box {
    padding: 75px 25px 25px;
  }
}

.section.charts .boxes .box .rank {
  position: absolute;
  top: -35px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 97px;
  height: 97px;
  border-radius: 500px;
  background-color: #FF9E2D;
}

@media (max-width: 1024px) {
  .section.charts .boxes .box .rank {
    top: -25px;
  }
}

@media (max-width: 768px) {
  .section.charts .boxes .box .rank {
    top: -20px;
  }
}

.section.charts .boxes .box .rank .number {
  margin-right: 3px;
}

.section.charts .boxes .box .rank .number span {
  color: #fff;
  font-size: 28px;
  line-height: 28px;
}

.section.charts .boxes .box .rank .symbols {
  text-align: center;
}

.section.charts .boxes .box .rank .symbols span {
  display: block;
  color: #fff;
  font-size: 17px;
  line-height: 17px;
  font-weight: 600;
  margin: 0;
}

.section.charts .boxes .box .title {
  text-align: center;
  margin-bottom: 15px;
}

.section.charts .boxes .box .img {
  text-align: center;
}

.section.charts .boxes .box .img img {
  margin: 0 auto;
}

.section.charts .single-testimonial-wrap {
  border-radius: 3px;
  background-color: #fff;
  padding: 63px 100px;
}

@media (max-width: 1024px) {
  .section.charts .single-testimonial-wrap {
    padding: 25px;
  }
}

@media (max-width: 768px) {
  .section.charts .single-testimonial-wrap {
    text-align: center;
  }
}

.section.charts .single-testimonial-wrap p {
  color: #717b85;
  font-size: 20px;
}

@media (max-width: 1024px) {
  .section.charts .single-testimonial-wrap p {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .section.charts .single-testimonial-wrap p {
    font-size: 16px;
  }
}

.section.charts .single-testimonial-wrap p i {
  color: #CE4F78;
}

.section.charts .single-testimonial-wrap .author-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 768px) {
  .section.charts .single-testimonial-wrap .author-wrap {
    display: block;
  }
}

.section.charts .single-testimonial-wrap .author-wrap .logo {
  margin-right: 25px;
}

@media (max-width: 768px) {
  .section.charts .single-testimonial-wrap .author-wrap .logo {
    margin-right: 0;
  }
}

.section.charts .single-testimonial-wrap .author-wrap .author h4 {
  margin-bottom: 3px;
}

.section.charts .single-testimonial-wrap .author-wrap .author p {
  color: #000;
  font-size: 20px;
  margin: 0;
}

@media (max-width: 1024px) {
  .section.charts .single-testimonial-wrap .author-wrap .author p {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .section.charts .single-testimonial-wrap .author-wrap .author p {
    font-size: 16px;
  }
}

.section.cta .cta-wrap {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.section.cta .cta-wrap .overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.section.cta .cta-wrap .corner {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  border-radius: 0 0 500px 0;
  background-color: #CE4F78;
  padding: 38px 100px 100px 33px;
}

@media (max-width: 1024px) {
  .section.cta .cta-wrap .corner {
    padding: 25px 75px 75px 25px;
  }
}

@media (max-width: 768px) {
  .section.cta .cta-wrap .corner {
    padding: 20px 50px 50px 20px;
  }
}

@media (max-width: 475px) {
  .section.cta .cta-wrap .corner {
    position: relative;
    width: 100%;
    border-radius: 0;
    text-align: center;
    padding: 15px;
  }
}

.section.cta .cta-wrap .corner h4 {
  color: #fff;
  text-transform: uppercase;
  margin: 0;
}

@media (max-width: 475px) {
  .section.cta .cta-wrap .corner h4 br {
    display: none;
  }
}

.section.cta .cta-wrap .content {
  position: relative;
  z-index: 3;
  text-align: center;
  padding: 130px 190px;
}

@media (max-width: 1024px) {
  .section.cta .cta-wrap .content {
    padding: 100px 150px;
  }
}

@media (max-width: 768px) {
  .section.cta .cta-wrap .content {
    padding: 80px;
  }
}

@media (max-width: 475px) {
  .section.cta .cta-wrap .content {
    padding: 40px 25px;
  }
}

.section.cta .cta-wrap .content h1, .section.cta .cta-wrap .content h2, .section.cta .cta-wrap .content h3, .section.cta .cta-wrap .content h4, .section.cta .cta-wrap .content h5, .section.cta .cta-wrap .content h6,
.section.cta .cta-wrap .content blockquote,
.section.cta .cta-wrap .content p, .section.cta .cta-wrap .content span, .section.cta .cta-wrap .content li {
  color: #fff;
}

.section.fancytabs .fancytabs-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1024px) {
  .section.fancytabs .fancytabs-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.section.fancytabs .fancytabs-wrap .text-wrap {
  width: 60%;
  padding-right: 80px;
}

@media (max-width: 1024px) {
  .section.fancytabs .fancytabs-wrap .text-wrap {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    padding-right: 0;
  }
}

.section.fancytabs .fancytabs-wrap .text-wrap p, .section.fancytabs .fancytabs-wrap .text-wrap a, .section.fancytabs .fancytabs-wrap .text-wrap span, .section.fancytabs .fancytabs-wrap .text-wrap li {
  font-size: 18px;
}

@media (max-width: 1024px) {
  .section.fancytabs .fancytabs-wrap .text-wrap p, .section.fancytabs .fancytabs-wrap .text-wrap a, .section.fancytabs .fancytabs-wrap .text-wrap span, .section.fancytabs .fancytabs-wrap .text-wrap li {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .section.fancytabs .fancytabs-wrap .text-wrap p, .section.fancytabs .fancytabs-wrap .text-wrap a, .section.fancytabs .fancytabs-wrap .text-wrap span, .section.fancytabs .fancytabs-wrap .text-wrap li {
    font-size: 15px;
  }
}

.section.fancytabs .fancytabs-wrap .text-wrap .ref {
  text-align: right;
  margin-right: -25px;
}

@media (max-width: 1024px) {
  .section.fancytabs .fancytabs-wrap .text-wrap .ref {
    display: none;
    margin-right: 0;
  }
}

.section.fancytabs .fancytabs-wrap .tabs-wrap {
  width: 40%;
}

@media (max-width: 1024px) {
  .section.fancytabs .fancytabs-wrap .tabs-wrap {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    width: 100%;
    margin-bottom: 25px;
  }
}

.section.fancytabs .fancytabs-wrap .tabs-wrap .boxes {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 41.86px 4.14px rgba(135, 135, 135, 0.15);
          box-shadow: 0px 0px 41.86px 4.14px rgba(135, 135, 135, 0.15);
  padding: 36px 32px;
}

@media (max-width: 1024px) {
  .section.fancytabs .fancytabs-wrap .tabs-wrap .boxes {
    padding: 25px;
  }
}

@media (max-width: 768px) {
  .section.fancytabs .fancytabs-wrap .tabs-wrap .boxes {
    padding: 15px;
  }
}

.section.fancytabs .fancytabs-wrap .tabs-wrap .boxes .box {
  margin-bottom: 60px;
}

@media (max-width: 1024px) {
  .section.fancytabs .fancytabs-wrap .tabs-wrap .boxes .box {
    margin-bottom: 25px;
  }
}

@media (max-width: 768px) {
  .section.fancytabs .fancytabs-wrap .tabs-wrap .boxes .box {
    margin-bottom: 20px;
  }
}

.section.fancytabs .fancytabs-wrap .tabs-wrap .boxes .box .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section.fancytabs .fancytabs-wrap .tabs-wrap .boxes .box .title .icon {
  margin-right: 30px;
}

@media (max-width: 1024px) {
  .section.fancytabs .fancytabs-wrap .tabs-wrap .boxes .box .title .icon {
    margin-right: 25px;
  }
}

@media (max-width: 768px) {
  .section.fancytabs .fancytabs-wrap .tabs-wrap .boxes .box .title .icon {
    margin-right: 15px;
  }
}

.section.the-team .big-arrow2 {
  position: absolute;
  bottom: -1px;
  right: -1px;
  height: 550px;
  width: 550px;
  background-image: url(public/images/png/big-arrow2.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (max-width: 1024px) {
  .section.the-team .big-arrow2 {
    bottom: -25px;
    right: -25px;
    height: 350px;
    width: 350px;
  }
}

@media (max-width: 768px) {
  .section.the-team .big-arrow2 {
    height: 250px;
    width: 250px;
  }
}

@media (max-width: 425px) {
  .section.the-team .big-arrow2 {
    height: 150px;
    width: 150px;
  }
}

.section.the-team .management-wrap {
  position: relative;
}

.section.the-team .management {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1000px;
  margin: 100px auto 0;
}

@media (max-width: 1024px) {
  .section.the-team .management {
    margin: 50px auto 0;
  }
}

@media (max-width: 768px) {
  .section.the-team .management {
    display: block;
    margin: 30px auto 0;
  }
}

.section.the-team .management .member {
  position: relative;
  width: 33%;
  cursor: pointer;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 41.86px 4.14px rgba(135, 135, 135, 0.15);
          box-shadow: 0px 0px 41.86px 4.14px rgba(135, 135, 135, 0.15);
  padding: 25px 30px;
  -webkit-transition: all .7s ease;
  transition: all .7s ease;
}

@media (max-width: 1024px) {
  .section.the-team .management .member {
    padding: 20px;
  }
}

@media (max-width: 768px) {
  .section.the-team .management .member {
    width: 100%;
    padding: 15px;
    margin-bottom: 30px;
  }
}

.section.the-team .management .member:hover .name h3 {
  color: #FF3366;
}

.section.the-team .management .member:hover .about {
  height: auto;
  max-height: 350px;
  opacity: 1;
  visibility: visible;
}

.section.the-team .management .member .image {
  position: absolute;
  top: -42px;
  left: 0;
  right: 0;
  width: 90%;
  text-align: center;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .section.the-team .management .member .image {
    top: -30px;
  }
}

@media (max-width: 768px) {
  .section.the-team .management .member .image {
    top: -20px;
  }
}

.section.the-team .management .member .image img {
  margin: 0 auto;
}

.section.the-team .management .member .name {
  text-align: center;
  margin-top: 360px;
}

.section.the-team .management .member .name h3 {
  font-size: 25px;
  line-height: 1.25;
  margin-bottom: 10px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media (max-width: 1024px) {
  .section.the-team .management .member .name h3 {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .section.the-team .management .member .name h3 {
    font-size: 18px;
  }
}

.section.the-team .management .member .name p {
  font-size: 18px;
}

@media (max-width: 1024px) {
  .section.the-team .management .member .name p {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .section.the-team .management .member .name p {
    font-size: 15px;
  }
}

.section.the-team .management .member .about {
  position: absolute;
  top: 95%;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 0;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
  -webkit-box-shadow: 0px 30px 30px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 30px 30px 0px rgba(0, 0, 0, 0.1);
  padding: 25px 30px;
  -webkit-transition: all .7s ease;
  transition: all .7s ease;
}

.section.the-team .team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1000px;
  margin: 62px auto 0;
}

@media (max-width: 1024px) {
  .section.the-team .team {
    margin: 50px auto 0;
  }
}

@media (max-width: 768px) {
  .section.the-team .team {
    margin: 40px auto 0;
  }
}

@media (max-width: 768px) {
  .section.the-team .team .heading {
    margin-bottom: 40px;
  }
}

.section.the-team .team .member-wrap {
  width: calc(33% - 42.5px);
  text-align: center;
  margin: 0 0 118px;
}

@media (max-width: 1024px) {
  .section.the-team .team .member-wrap {
    width: calc(50% - 25px);
    margin: 0 0 80px;
  }
}

@media (max-width: 768px) {
  .section.the-team .team .member-wrap {
    width: 100%;
    margin: 0 0 30px;
  }
}

.section.the-team .team .member {
  position: relative;
  cursor: pointer;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 41.86px 4.14px rgba(135, 135, 135, 0.15);
          box-shadow: 0px 0px 41.86px 4.14px rgba(135, 135, 135, 0.15);
  padding: 25px 30px;
}

@media (max-width: 1024px) {
  .section.the-team .team .member {
    padding: 20px;
  }
}

@media (max-width: 768px) {
  .section.the-team .team .member {
    width: 100%;
    padding: 15px;
  }
}

.section.the-team .team .member:hover .name h3 {
  color: #FF3366;
}

.section.the-team .team .member:hover .about {
  height: auto;
  max-height: 350px;
  opacity: 1;
  visibility: visible;
}

.section.the-team .team .member .image {
  position: absolute;
  top: -49px;
  left: 0;
  right: 0;
  width: 90%;
  text-align: center;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .section.the-team .team .member .image {
    top: -30px;
  }
}

@media (max-width: 768px) {
  .section.the-team .team .member .image {
    top: -20px;
  }
}

.section.the-team .team .member .image img {
  margin: 0 auto;
}

.section.the-team .team .member .name {
  text-align: center;
  margin-top: 260px;
}

.section.the-team .team .member .name h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.section.the-team .team .member .name p {
  font-size: 12px;
  margin: 0;
}

.section.the-team .team .member .about {
  position: absolute;
  top: 95%;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 0;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
  -webkit-box-shadow: 0px 30px 30px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 30px 30px 0px rgba(0, 0, 0, 0.1);
  padding: 25px 30px;
  -webkit-transition: all .7s ease;
  transition: all .7s ease;
}

.sep {
  display: block;
  width: calc(100% - 20px);
  height: 1px;
  background-color: #E4E4E4;
  margin: 0 auto;
}

.inner-page .section.case-studies {
  padding-bottom: 80px;
}

@media (max-width: 1024px) {
  .inner-page .section.case-studies {
    padding-bottom: 25px;
  }
}

.case-studies-page .filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  .case-studies-page .filters {
    display: block;
  }
}

.case-studies-page .filters .filter {
  width: 300px;
  padding: 0 10px;
}

@media (max-width: 768px) {
  .case-studies-page .filters .filter {
    width: 100%;
    padding: 5px 0;
    margin: 0 auto;
  }
}

.case-studies-page .filters .filter .selectric {
  border-radius: 300px;
}

.testimonials-page .hero .content-wrap .content {
  max-width: 875px;
}

.service-page .hero .content-wrap .content {
  max-width: 900px;
}

.case-studies .heading {
  max-width: 775px;
  margin: 0 auto;
}

.careers-page .section.txt-img .block-wrap {
  background-color: transparent !important;
}

.careers-page .section.txt-img .block-wrap .img {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  bottom: 0;
}

.careers-page .section.txt-img .block-wrap .img img {
  max-height: 100%;
  margin: 0 auto;
}

.careers-page .section.txt-img .block-wrap .txt h1, .careers-page .section.txt-img .block-wrap .txt h2, .careers-page .section.txt-img .block-wrap .txt h3, .careers-page .section.txt-img .block-wrap .txt h4, .careers-page .section.txt-img .block-wrap .txt h5, .careers-page .section.txt-img .block-wrap .txt h6,
.careers-page .section.txt-img .block-wrap .txt p, .careers-page .section.txt-img .block-wrap .txt a, .careers-page .section.txt-img .block-wrap .txt span, .careers-page .section.txt-img .block-wrap .txt li {
  color: #fff;
}

.careers-page .section.txt-img .block-wrap .txt .buttons {
  text-align: center;
}

.about-page .hero .content-wrap .content {
  max-width: 100%;
}

.about-page .section.services .heading p {
  max-width: 1024px;
  margin: 0 auto 20px;
}

.about-page .section.txt-img .block-wrap.full .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about-page .section.txt-img .block-wrap.full:nth-child(odd) .img {
  right: 0;
  left: auto;
}

.about-page .section.txt-img .block-wrap.full:nth-child(odd) .block {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (max-width: 768px) {
  .about-page .section.txt-img .block-wrap.full:nth-child(odd) .block {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.about-page .section.txt-img .block-wrap.full:nth-child(even) .img {
  right: auto;
  left: 0;
}

.about-page .section.txt-img .block-wrap.full:nth-child(even) .block {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 768px) {
  .about-page .section.txt-img .block-wrap.full:nth-child(even) .block {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.about-page .section.txt-img .block-wrap:nth-child(odd) {
  background-color: transparent;
}

.about-page .section.txt-img .block-wrap:nth-child(odd) .block .img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.about-page .section.txt-img .block-wrap:nth-child(odd) .block .txt {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  padding-right: 50px;
}

@media (max-width: 1024px) {
  .about-page .section.txt-img .block-wrap:nth-child(odd) .block .txt {
    padding-right: 25px;
  }
}

@media (max-width: 768px) {
  .about-page .section.txt-img .block-wrap:nth-child(odd) .block .txt {
    padding-right: 0;
  }
}

.about-page .section.txt-img .block-wrap:nth-child(even) {
  background-color: transparent;
}

.about-page .section.txt-img .block-wrap:nth-child(even) .block .txt {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-left: 50px;
}

@media (max-width: 1024px) {
  .about-page .section.txt-img .block-wrap:nth-child(even) .block .txt {
    padding-left: 25px;
  }
}

@media (max-width: 768px) {
  .about-page .section.txt-img .block-wrap:nth-child(even) .block .txt {
    padding-left: 0;
  }
}

.about-page .section.txt-img .block-wrap:nth-child(even) .block .img {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.error-page .hero {
  text-align: center;
}

.error-page .hero .content-wrap .content {
  margin: 0 auto;
}

.fancybox-container {
  z-index: 999999 !important;
}

.contact-page {
  background-color: #F5F5F5;
  padding: 100px 0 0;
}

@media (max-width: 1024px) {
  .contact-page {
    padding: 25px 0 0;
  }
}

@media (max-width: 1024px) {
  .contact-page .x4,
  .contact-page .x8 {
    width: 100%;
    margin-bottom: 25px;
  }
}

.contact-page .contacts h2 {
  margin-bottom: 42px;
}

@media (max-width: 1024px) {
  .contact-page .contacts h2 {
    margin-bottom: 20px;
  }
}

.contact-page .contacts a.phone {
  color: #ce4f78;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 33px;
}

@media (max-width: 1024px) {
  .contact-page .contacts a.phone {
    font-size: 16px;
    margin-bottom: 25px;
  }
}

@media (max-width: 768px) {
  .contact-page .contacts a.phone {
    font-size: 14px;
    margin-bottom: 20px;
  }
}

.contact-page .contacts a.phone i {
  margin-right: 10px;
}

@media (max-width: 768px) {
  .contact-page .contacts a.phone i {
    margin-right: 5px;
  }
}

.contact-page .contacts .addresses h6 {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 23px;
}

@media (max-width: 1024px) {
  .contact-page .contacts .addresses h6 {
    font-size: 16px;
    margin-bottom: 15px;
  }
}

@media (max-width: 768px) {
  .contact-page .contacts .addresses h6 {
    font-size: 14px;
  }
}

.contact-page .contacts .addresses ul {
  margin-bottom: 55px;
}

@media (max-width: 1024px) {
  .contact-page .contacts .addresses ul {
    margin-bottom: 25px;
  }
}

.contact-page .contacts .addresses ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 27px;
}

@media (max-width: 1024px) {
  .contact-page .contacts .addresses ul li {
    margin-bottom: 20px;
  }
}

.contact-page .contacts .addresses ul li i {
  color: #001254;
  font-size: 30px;
  margin-top: 3px;
  margin-right: 15px;
}

@media (max-width: 1024px) {
  .contact-page .contacts .addresses ul li i {
    font-size: 26px;
  }
}

@media (max-width: 768px) {
  .contact-page .contacts .addresses ul li i {
    font-size: 18px;
    margin-right: 5px;
  }
}

.contact-page .contacts .addresses ul li p {
  line-height: 1;
  margin: 0;
}

.contact-page .contacts .addresses ul li p a {
  color: #717b85;
  text-decoration: underline;
}

.contact-page .title {
  text-align: center;
}

.contact-page .forms .tabsjquery2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .contact-page .forms .tabsjquery2 ul {
    display: block;
  }
}

.contact-page .forms .tabsjquery2 ul li {
  width: 25%;
  margin: 0 8px;
}

@media (max-width: 1024px) {
  .contact-page .forms .tabsjquery2 ul li {
    margin: 0 2.5px 5px;
    width: auto;
  }
}

@media (max-width: 768px) {
  .contact-page .forms .tabsjquery2 ul li {
    margin: 0 0 5px;
  }
}

.contact-page .forms .tabsjquery2 ul li:first-child {
  margin-left: 0;
}

.contact-page .forms .tabsjquery2 ul li:last-child {
  margin-right: 0;
}

@media (max-width: 768px) {
  .contact-page .forms .tabsjquery2 ul li:last-child {
    margin-bottom: 0;
  }
}

.contact-page .forms .tabsjquery2 ul li a {
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  border-radius: 3px;
  background-color: #fff;
  text-align: center;
  padding: 30px 25px;
}

@media (max-width: 1024px) {
  .contact-page .forms .tabsjquery2 ul li a {
    padding: 25px;
  }
}

@media (max-width: 768px) {
  .contact-page .forms .tabsjquery2 ul li a {
    padding: 15px;
  }
}

.contact-page .forms .tabsjquery2 ul li a.active {
  border: 2px solid #FD457D;
}

.contact-page .forms .tabsjquery2 ul li a .icon {
  display: inline-block;
  text-align: center;
  margin-bottom: 15px;
}

.contact-page .forms .tabsjquery2 ul li a p {
  color: #546e7a;
  font-size: 12px;
  line-height: 1.25;
  margin: 0;
}

.contact-page .forms .tabsjquery2 ul li a p strong {
  color: #000;
  font-size: 15px;
  margin: 0 0 12px;
}

.contact-page .map {
  position: relative;
  margin-top: 109px;
  margin-bottom: 80px;
}

@media (max-width: 1024px) {
  .contact-page .map {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

.contact-page .map .contact-infos {
  position: absolute;
  top: 119px;
  left: 0;
  z-index: 9;
  width: 315px;
  border-radius: 3;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 40px 9px rgba(13, 13, 14, 0.23);
          box-shadow: 0px 0px 40px 9px rgba(13, 13, 14, 0.23);
}

@media (max-width: 1024px) {
  .contact-page .map .contact-infos {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-box-shadow: 0 0 0 transparent;
            box-shadow: 0 0 0 transparent;
  }
}

.contact-page .map .contact-infos .tabsjquery {
  padding: 35px 0 0;
}

@media (max-width: 1024px) {
  .contact-page .map .contact-infos .tabsjquery {
    padding: 25px 0 0;
  }
}

@media (max-width: 768px) {
  .contact-page .map .contact-infos .tabsjquery {
    padding: 20px 0 0;
  }
}

.contact-page .map .contact-infos .tabsjquery ul {
  border-bottom: 1px solid #E9E9EA;
  margin-bottom: -2px;
}

@media (max-width: 768px) {
  .contact-page .map .contact-infos .tabsjquery ul {
    border-bottom: 0;
    padding: 15px;
    margin-bottom: 0;
  }
}

.contact-page .map .contact-infos .tabsjquery ul li {
  display: inline-block;
  margin: 0 7.5px;
}

@media (max-width: 768px) {
  .contact-page .map .contact-infos .tabsjquery ul li {
    display: block;
    margin: 0 0 5px;
  }
}

.contact-page .map .contact-infos .tabsjquery ul li:first-child {
  padding: 0 0 0 35px;
  margin-left: 0;
}

@media (max-width: 1024px) {
  .contact-page .map .contact-infos .tabsjquery ul li:first-child {
    padding: 0 0 0 25px;
  }
}

@media (max-width: 768px) {
  .contact-page .map .contact-infos .tabsjquery ul li:first-child {
    padding: 0;
  }
}

.contact-page .map .contact-infos .tabsjquery ul li:last-child {
  padding: 0 35px 0 0;
  margin-right: 0;
}

@media (max-width: 1024px) {
  .contact-page .map .contact-infos .tabsjquery ul li:last-child {
    padding: 0 25px 0 0;
  }
}

@media (max-width: 768px) {
  .contact-page .map .contact-infos .tabsjquery ul li:last-child {
    padding: 0;
    margin: 0;
  }
}

.contact-page .map .contact-infos .tabsjquery ul li a {
  color: #546e7a;
  font-size: 13px;
  line-height: 1;
  font-weight: 600;
  border-bottom: 1px solid transparent;
  padding-bottom: 15px;
}

@media (max-width: 768px) {
  .contact-page .map .contact-infos .tabsjquery ul li a {
    padding-bottom: 5px;
  }
}

.contact-page .map .contact-infos .tabsjquery ul li a.active {
  color: #f36;
  border-bottom: 1px solid #f36;
}

.contact-page .map .contact-infos .tabcontent {
  display: none;
  padding: 35px 30px;
  min-height: 140px;
}

.contact-page .map .contact-infos .tabcontent.active {
  display: block;
}

@media (max-width: 1024px) {
  .contact-page .map .contact-infos .tabcontent {
    padding: 25px 25px;
  }
}

@media (max-width: 768px) {
  .contact-page .map .contact-infos .tabcontent {
    padding: 20px 15px;
  }
}

.contact-page .map .contact-infos .tabcontent h6 {
  margin-bottom: 12px;
}

@media (max-width: 768px) {
  .contact-page .map .contact-infos .tabcontent h6 {
    margin-bottom: 5px;
  }
}

.contact-page .map .contact-infos .tabcontent p,
.contact-page .map .contact-infos .tabcontent a {
  color: #546e7a;
  font-size: 14px;
  line-height: 1;
  margin: 0;
}

.contact-page .map iframe {
  width: 100%;
  height: 658px;
}

@media (max-width: 1024px) {
  .contact-page .map iframe {
    height: 450px;
  }
}

@media (max-width: 768px) {
  .contact-page .map iframe {
    height: 350px;
  }
}

/* KEYFRAMES */
@-webkit-keyframes pinned {
  0% {
    position: fixed;
    top: -100px;
    z-index: 999999;
  }
  100% {
    position: fixed;
    top: 0;
    z-index: 999999;
  }
}
@keyframes pinned {
  0% {
    position: fixed;
    top: -100px;
    z-index: 999999;
  }
  100% {
    position: fixed;
    top: 0;
    z-index: 999999;
  }
}

@-webkit-keyframes mobileMenuDown {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(0%) translateY(-150%) translateZ(0px);
            transform: translateX(0%) translateY(-150%) translateZ(0px);
  }
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0%) translateY(0%) translateZ(0px);
            transform: translateX(0%) translateY(0%) translateZ(0px);
  }
}

@keyframes mobileMenuDown {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(0%) translateY(-150%) translateZ(0px);
            transform: translateX(0%) translateY(-150%) translateZ(0px);
  }
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0%) translateY(0%) translateZ(0px);
            transform: translateX(0%) translateY(0%) translateZ(0px);
  }
}

@-webkit-keyframes custom-fadeIn {
  0% {
    position: relative;
    top: 20px;
    opacity: 0;
    -webkit-transform: translateY(20px) translateZ(0px);
            transform: translateY(20px) translateZ(0px);
  }
  50% {
    opacity: 1;
  }
  100% {
    position: relative;
    top: 0;
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes custom-fadeIn {
  0% {
    position: relative;
    top: 20px;
    opacity: 0;
    -webkit-transform: translateY(20px) translateZ(0px);
            transform: translateY(20px) translateZ(0px);
  }
  50% {
    opacity: 1;
  }
  100% {
    position: relative;
    top: 0;
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@-webkit-keyframes custom-fadeIn2 {
  0% {
    top: 20px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}

@keyframes custom-fadeIn2 {
  0% {
    top: 20px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}

@-webkit-keyframes stickySlideDown {
  0% {
    top: -100px;
    opacity: 0;
    height: 0;
  }
  100% {
    top: 0;
    opacity: 1;
    height: 70px;
  }
}

@keyframes stickySlideDown {
  0% {
    top: -100px;
    opacity: 0;
    height: 0;
  }
  100% {
    top: 0;
    opacity: 1;
    height: 70px;
  }
}

@-webkit-keyframes stickySlideDownMobile {
  0% {
    top: -50px;
    opacity: 0;
    height: 0;
  }
  100% {
    top: 0;
    opacity: 1;
    height: 45px;
  }
}

@keyframes stickySlideDownMobile {
  0% {
    top: -50px;
    opacity: 0;
    height: 0;
  }
  100% {
    top: 0;
    opacity: 1;
    height: 45px;
  }
}

@-webkit-keyframes stickySlideUp {
  0% {
    top: 0;
    opacity: 1;
    height: 70px;
  }
  100% {
    top: -100px;
    opacity: 0;
    height: 0;
  }
}

@keyframes stickySlideUp {
  0% {
    top: 0;
    opacity: 1;
    height: 70px;
  }
  100% {
    top: -100px;
    opacity: 0;
    height: 0;
  }
}

@-webkit-keyframes stickySlideUpMobile {
  0% {
    top: 0;
    opacity: 1;
    height: 45px;
  }
  100% {
    top: -50px;
    opacity: 0;
    height: 0;
  }
}

@keyframes stickySlideUpMobile {
  0% {
    top: 0;
    opacity: 1;
    height: 45px;
  }
  100% {
    top: -50px;
    opacity: 0;
    height: 0;
  }
}

/* END */
/* OTHER EFFECTS */
.headroom {
  will-change: transform;
  -webkit-transition: -webkit-transform 200ms linear;
  transition: -webkit-transform 200ms linear;
  transition: transform 200ms linear;
  transition: transform 200ms linear, -webkit-transform 200ms linear;
}

.headroom--pinned {
  -webkit-animation-name: pinned;
          animation-name: pinned;
  -webkit-animation-duration: .3s;
          animation-duration: .3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.headroom--unpinned {
  -webkit-animation: pinned .3s forwards;
          animation: pinned .3s forwards;
}

html,
body {
  scroll-padding-top: 65px;
  /* set to the height of your header */
}

/* END */
html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
}

.burger {
  position: relative;
  top: 1px;
  z-index: 9;
  display: none;
}

@media (max-width: 1024px) {
  .burger {
    display: inline-block;
  }
}

.button-menu-line {
  position: absolute;
  left: 0;
  display: block;
  height: 2px;
  width: 27px;
  background-color: #fff;
  /*background-color: #000;*/
  -webkit-transition: all,0.3s;
  transition: all,0.3s;
}

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

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

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

.menu-open .button-menu-line--1 {
  -webkit-transform-origin: center center 0px;
  transform-origin: center center 0px;
  -webkit-transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, 1, 10);
  transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, 1, 10);
}

.menu-open .button-menu-line--2 {
  -webkit-transform-origin: center center 0px;
  transform-origin: center center 0px;
  -webkit-transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, 1, 3);
  transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, 1, 3);
}

.menu-open .button-menu-line--3 {
  opacity: 0;
}

header.hw-inner {
  min-height: 91px;
}

@media (max-width: 1024px) {
  header.hw-inner {
    min-height: 43px;
  }
}

header .header-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(0, 0, 0, 0.3);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.3)), color-stop(100%, rgba(0, 0, 0, 0)));
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
  padding: 20px 50px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media (max-width: 1600px) {
  header .header-wrap {
    padding: 20px 25px;
  }
}

@media (max-width: 1024px) {
  header .header-wrap {
    padding: 10px 10px;
  }
}

header .header-wrap .bg {
  position: absolute;
  left: 0;
  width: 100%;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

header .header-wrap.headroom--top .bg {
  background: transparent;
  -webkit-box-shadow: 0 0 0 0 transparent;
          box-shadow: 0 0 0 0 transparent;
  -webkit-animation: stickySlideUp .3s forwards;
          animation: stickySlideUp .3s forwards;
}

@media (max-width: 1024px) {
  header .header-wrap.headroom--top .bg {
    -webkit-animation: stickySlideUpMobile .3s forwards;
            animation: stickySlideUpMobile .3s forwards;
  }
}

header .header-wrap.headroom--not-top {
  padding: 10px 50px;
}

@media (max-width: 1600px) {
  header .header-wrap.headroom--not-top {
    padding: 10px 25px;
  }
}

@media (max-width: 1024px) {
  header .header-wrap.headroom--not-top {
    padding: 10px 10px;
  }
}

header .header-wrap.headroom--not-top .bg {
  background: #fff;
  -webkit-box-shadow: 0px 10px 15px -5px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 10px 15px -5px rgba(0, 0, 0, 0.25);
  -webkit-animation: stickySlideDown .3s forwards;
          animation: stickySlideDown .3s forwards;
}

@media (max-width: 1024px) {
  header .header-wrap.headroom--not-top .bg {
    -webkit-animation: stickySlideDownMobile .3s forwards;
            animation: stickySlideDownMobile .3s forwards;
  }
}

header .header-wrap.headroom--not-top .logo {
  position: relative;
  top: 5px;
  z-index: 1;
}

@media (max-width: 1024px) {
  header .header-wrap.headroom--not-top .logo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
    text-align: center;
  }
}

header .header-wrap.headroom--not-top .logo img {
  width: 100%;
  height: 100%;
}

header .header-wrap.headroom--not-top .logo img.white-logo {
  display: none;
}

header .header-wrap.headroom--not-top .logo img.color-logo {
  display: block;
}

header .header-wrap.headroom--not-top .menu {
  position: relative;
  z-index: 2;
}

header .header-wrap.headroom--not-top .menu nav ul li.current-menu-item a {
  color: #FF3366;
}

header .header-wrap.headroom--not-top .menu nav ul li a {
  color: #191919;
}

header .header-wrap.headroom--not-top .menu nav ul li a:hover {
  color: #FF3366;
}

header .header-wrap.headroom--not-top .details .call i {
  color: #191919;
}

header .header-wrap.headroom--not-top .details .call p {
  color: rgba(25, 25, 25, 0.5);
}

header .header-wrap.headroom--not-top .details .call p a {
  color: #191919;
}

header .header-wrap.headroom--not-top .details .call p a:hover {
  color: #FF3366;
}

header .header-wrap.headroom--not-top .details a.striped-btn {
  color: #fff;
  background-color: #f36;
  background: rgb(255,50,101);
  background: linear-gradient(180deg, rgba(255,50,101,1) 66%, rgba(248,33,47,1) 100%); 
  border-color: #FF3366;
}

header .header-wrap.headroom--not-top .wrap-wrapper .button-menu-line {
  background-color: #191919;
}

header .header-wrap.headroom--not-top .wrap-wrapper .call a {
  color: #FF3366;
}


header .header-wrap .logo {
  padding-right: 150px;
}

@media (max-width: 1240px) {
  header .header-wrap .logo {
    padding-right: 75px;
  }
}

@media (max-width: 1024px) {
  header .header-wrap .logo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    position: absolute;
    top: 7px;
    left: 0;
    z-index: 1;
    right: 0;
    width: 100%;
    text-align: center;
  padding-right: 0;
  }
}

header .header-wrap .logo a {
  line-height: 1.25;
}

header .header-wrap .logo img {
  width: 95px !important;
  height: 100%;
}

@media (max-width: 1600px) {
  header .header-wrap .logo img {
    width: 95px !important;
  }
}

@media (max-width: 1024px) {
  header .header-wrap .logo img {
    width: 95px !important;
  }
}

@media (max-width: 768px) {
  header .header-wrap .logo img {
    width: 50px !important;
  }
}

header .header-wrap .logo img.color-logo {
  display: none;
}

header .header-wrap .menu {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media (max-width: 1024px) {
  header .header-wrap .menu {
    display: none;
  }
}

header .header-wrap .menu nav ul li {
  display: inline-block;
  padding: 30px 33px;
  margin: -30px 0;
}

@media (max-width: 1480px) {
  header .header-wrap .menu nav ul li {
    padding: 30px 0;
    margin: -30px 15px;
  }
}

header .header-wrap .menu nav ul li:first-child {
  margin-left: 0;
}

header .header-wrap .menu nav ul li:last-child {
  margin-right: 0;
}

header .header-wrap .menu nav ul li.current-menu-item a {
  color: #FF3366;
}

header .header-wrap .menu nav ul li .sub-menu li {
  padding: 0 25px;
  margin: 0;
}

header .header-wrap .menu nav ul li .sub-menu li:first-child {
  padding: 25px 25px 8px;
}

header .header-wrap .menu nav ul li .sub-menu li:last-child {
  padding: 0 25px 25px;
}

header .header-wrap .menu nav ul li a {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
}

header .header-wrap .menu nav ul li a:hover, header .header-wrap .menu nav ul li a.active {
  color: #FF3366;
}

header .header-wrap .wrap {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1024px) {
  header .header-wrap .wrap {
    display: none;
  }
}

header .header-wrap .wrap2 {
  position: relative;
  z-index: 2;
  display: none;
  width: 100%;
  height: 100%;
}

@media (max-width: 1024px) {
  header .header-wrap .wrap2 {
    display: block;
  }
}

header .header-wrap .wrap2 .wrap-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 100%;
}

header .header-wrap .wrap2 .call a {
  color: #fff;
  font-size: 18px;
  line-height: 1;
}

header .header-wrap .details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

header .header-wrap .details .call {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1024px) {
  header .header-wrap .details .call {
    display: none;
  }
}

header .header-wrap .details .call i {
  color: #fff;
  font-size: 25px;
  line-height: 41px;
  margin-right: 10px;
}

@media (max-width: 1024px) {
  header .header-wrap .details .call i {
    font-size: 18px;
  }
}

header .header-wrap .details .call p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  margin: 0;
}

@media (max-width: 1240px) {
  header .header-wrap .details .call p {
    display: none;
  }
}

header .header-wrap .details .call p a {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

header .header-wrap .details .call p a:hover {
  color: #FF3366;
}

header .header-wrap .details a.striped-btn {
  -webkit-box-shadow: 0 0 0 0 transparent;
          box-shadow: 0 0 0 0 transparent;
  margin-left: 38px;
}

@media (max-width: 1024px) {
  header .header-wrap .details a.striped-btn {
    display: none;
  }
}

header .header-wrap .details a.striped-btn:hover {
  top: 0;
  -webkit-box-shadow: 0 0 0 0 transparent;
          box-shadow: 0 0 0 0 transparent;
}

@media (max-width: 1240px) {
  header .header-wrap .details a.striped-btn {
    margin-left: 15px;
  }
}

@media (max-width: 1024px) {
  header .header-wrap .details a.striped-btn {
    margin-left: 10px;
  }
}

@media (max-width: 768px) {
  header .header-wrap .details a.striped-btn {
    display: none;
  }
}

header .header-wrap.inner {
  position: relative;
  border-bottom: 1px solid #EDEDED;
  background: #fff;
}

header .header-wrap.inner .logo {
  position: relative;
  top: 7px;
}

@media (max-width: 1024px) {
  header .header-wrap.inner .logo {
    position: absolute;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
  }
}

header .header-wrap.inner .logo img.white-logo {
  display: none;
}

header .header-wrap.inner .logo img.color-logo {
  display: block;
}


header .header-wrap.inner .logo img.mobile-logo {
  display: none;
}

@media (max-width: 1024px) {
	.page-template-page-about  header .header-wrap.inner .logo .mobile-logo,
	.single-post header .header-wrap.inner .logo .mobile-logo,
    .page-template-default header .header-wrap.inner .logo .mobile-logo {
        display: block;
    }
	
	.page-template-page-about  header .header-wrap .logo .mobile-white-logo,
	.single-post header .header-wrap .logo .mobile-white-logo,
    .page-template-default header .header-wrap .logo .mobile-white-logo {
        display: none;
    }
}

header .header-wrap.inner .menu {
  position: relative;
  z-index: 2;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

header .header-wrap.inner .menu nav ul li.current-menu-item a {
  color: #FF3366;
}

header .header-wrap.inner .menu nav ul li a {
  color: #191919;
}

header .header-wrap.inner .menu nav ul li a:hover {
  color: #FF3366;
}

header .header-wrap.inner .details {
  position: relative;
  z-index: 2;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

header .header-wrap.inner .details .call i {
  color: #191919;
}

header .header-wrap.inner .details .call p {
  color: rgba(25, 25, 25, 0.5);
}

header .header-wrap.inner .details .call p a {
  color: #191919;
  font-size: 20px;
  font-weight: 600;
}

header .header-wrap.inner .details .call p a:hover {
  color: #FF3366;
}

header .header-wrap.inner .details a.striped-btn {
  color: #fff;
  background-color: #f36;
  border-color: #FF3366;
}

header .header-wrap.inner .wrap-wrapper .button-menu-line {
  background-color: #191919;
}

header .header-wrap.inner .wrap-wrapper .call a {
  color: #FF3366;
}

header .header-wrap.inner.headroom--not-top {
  -webkit-box-shadow: 0px 10px 15px -5px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 10px 15px -5px rgba(0, 0, 0, 0.25);
}

header .header-wrap.inner.headroom--not-top .bg {
  background: transparent;
  -webkit-box-shadow: 0 0 0 0 transparent;
          box-shadow: 0 0 0 0 transparent;
  -webkit-animation: none;
          animation: none;
}

@media (max-width: 1024px) {
  header .header-wrap.inner.headroom--not-top .bg {
    -webkit-animation: none;
            animation: none;
  }
}

header .menu .sub-menu-small a {
  padding-left: 43px;
}

header .menu .sub-menu-small a img {
  max-width: 33px;
}

header .menu .icon-header {
  position: absolute;
  width: 40px;
  left: 0;
  top: -2px;
}

header .menu .icon-header img {
  min-width: 35px;
  max-width: 35px;
  height: auto;
}

header .menu li .sub-menu {
  width: 100%;
}

header .menu li.menu-item-has-children a {
  position: relative;
}

header .menu li.menu-item-has-children:hover a:after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

header .menu li.menu-item-has-children .sub-menu a:after {
  content: "";
}

header .menu li.menu-item-has-children a:after {
  position: absolute;
  top: 4px;
  right: -15px;
  font-size: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f078";
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

header .menu li ul.sub-menu {
  position: absolute;
  top: 79px;
  left: 0;
  z-index: 10;
  width: 350px;
  border-radius: 3px;
}

header .menu li ul.sub-menu .sub-menu {
  top: 0;
  left: 350px;
  width: 350px;
  padding: 5px;
}

header .menu li ul.sub-menu li {
  width: 100%;
  background-color: #fff;
  padding: 5px 25px;
  margin: 0 0 !important;
}

header .menu li ul.sub-menu li:hover .sub-menu {
  visibility: visible;
  opacity: 1;
}

header .menu li ul.sub-menu li:first-child {
  border-radius: 3px 3px 0 0;
  padding: 10px 10px 5px;
}

header .menu li ul.sub-menu li:last-child {
  border-radius: 0 0 3px 3px;
  padding: 5px 10px 10px;
  -webkit-box-shadow: 0px 15px 15px -5px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 15px 15px -5px rgba(0, 0, 0, 0.25);
}

header .menu li ul.sub-menu li.menu-item-has-children:hover a:after {
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg);
}

header .menu li ul.sub-menu li.menu-item-has-children .sub-menu a:after {
  content: "";
}

header .menu li ul.sub-menu li.menu-item-has-children a:after {
  position: absolute;
  top: 2px;
  right: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f104";
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

header .menu li ul.sub-menu li.with-separator a {
  border-top: 1px solid #191919;
  padding-top: 10px;
  margin-top: 10px;
}

header .menu li ul.sub-menu li a {
  width: 100%;
  color: #191919 !important;
}

header .menu li ul.sub-menu li a:hover {
  color: #ff0000 !important;
}

header .menu li.mega-menu ul.sub-menu {
  left: 50%;
  right: 50%;
  top: 70%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
  padding: 25px;
  -webkit-box-shadow: 0px 15px 15px -5px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 15px 15px -5px rgba(0, 0, 0, 0.15);
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  display: none;
  width: 1100px;
}

@media (max-width: 1300px) {
  header .menu li.mega-menu ul.sub-menu {
    width: 970px;
  }
}

header .menu li.mega-menu ul.sub-menu ul {
  display: initial;
  visibility: visible;
  opacity: 1;
}

header .menu li.mega-menu ul.sub-menu li {
  width: 24%;
  min-width: 205px;
  padding: 0;
  background-color: transparent;
}

header .menu li.mega-menu ul.sub-menu li.menu-item-has-children {
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  float: left;
}

header .menu li.mega-menu ul.sub-menu li.menu-item-has-children:first-child {
  padding-left: 0 !important;
  padding-right: 10px !important;
}

header .menu li.mega-menu ul.sub-menu li.menu-item-has-children:last-child {
  padding-right: 0 !important;
  padding-left: 10px !important;
}

header .menu li.mega-menu ul.sub-menu li.menu-item-has-children a {
  line-height: 1.2;
  font-weight: bold;
  border-bottom: 1px solid #191919;
  padding-bottom: 15px;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 14px;
}

header .menu li.mega-menu ul.sub-menu li.menu-item-has-children ul.sub-menu {
  -webkit-box-shadow: 0 0 0 0 transparent;
          box-shadow: 0 0 0 0 transparent;
}

header .menu li.mega-menu ul.sub-menu li.menu-item-has-children ul.sub-menu li:first-child a {
  margin-top: 0;
}

header .menu li.mega-menu ul.sub-menu li.menu-item-has-children ul.sub-menu li a {
  margin-top: 14px;
  font-weight: normal;
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  padding-left: 0;
}

header .menu li.mega-menu ul.sub-menu li:first-child, header .menu li.mega-menu ul.sub-menu li:last-child {
  padding-top: 0 !important;
  -webkit-box-shadow: 0 0 0 0 transparent;
          box-shadow: 0 0 0 0 transparent;
}

header .menu li.mega-menu ul.sub-menu li a:after {
  display: none;
  content: "";
}

header .menu li.mega-menu ul.sub-menu li ul.sub-menu {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
}

header .menu li.mega-menu ul.sub-menu li ul.sub-menu li {
  padding: 0;
}

header .menu li.mega-menu ul.sub-menu li ul.sub-menu li:first-child, header .menu li.mega-menu ul.sub-menu li ul.sub-menu li:last-child {
  -webkit-box-shadow: 0 0 0 0 transparent;
          box-shadow: 0 0 0 0 transparent;
}

header .menu li.mega-menu.only-level-1 {
  position: relative;
}

header .menu li.mega-menu.only-level-1 ul {
  width: 375px !important;
  padding: 10px 25px;
}

header .menu li.mega-menu.only-level-1 ul li {
  width: 100%;
  padding: 10px 0 !important;
}

header .menu li.mega-menu.only-level-1 ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 40px;
}

header .menu li.mega-menu.only-level-1 ul li:last-of-type {
  padding-top: 10px !important;
}

header .menu li.mega-menu.only-level-1 ul li:first-of-type {
  padding-top: 10px !important;
}

.inner-special-page header .header-wrap.headroom--not-top .bg {
  border-bottom: 1px solid #EDEDED;
  -webkit-box-shadow: 0 0 0 0 transparent;
          box-shadow: 0 0 0 0 transparent;
}
/* 
@media (min-width: 1600px) {
  header .header-wrap .logo,
  header .header-wrap .wrap {
    flex: 1;
  }
  
  header .header-wrap .menu {
    flex: 2;
    text-align: center;
  }
} */
  
/* MOBILE MENU */
.scroll .mobile-menu-wrap {
  position: fixed;
  top: 0;
}

.mobile-menu-wrap {
  position: absolute;
  top: 0;
  z-index: 999999999;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: auto;
  left: 0px;
  right: 0px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform-origin: 0px 0px;
          transform-origin: 0px 0px;
  background-color: #231f20;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 9px 15px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 9px 15px;
  overflow: hidden;
  padding: 0 10px 15px;
}

.mobile-menu-wrap .mm-wrap {
  position: relative;
}

.mobile-menu-wrap .menu-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 45px;
}

@media (max-width: 1024px) {
  .mobile-menu-wrap .menu-header .logo {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
    text-align: center;
  }
}

.mobile-menu-wrap .menu-header .logo a {
  line-height: 1.25;
}

.mobile-menu-wrap .menu-header .logo img {
   /*width: 250px !important; */
   width: 150px !important; 
}

/*@media (max-width: 1600px) {
  .mobile-menu-wrap .menu-header .logo img {
     width: 250px !important; 
  }
}

@media (max-width: 1024px) {
  .mobile-menu-wrap .menu-header .logo img {
     width: 200px !important; 
  }
}

@media (max-width: 768px) {
  .mobile-menu-wrap .menu-header .logo img {
     width: 150px !important; 
  }
}*/

.mobile-menu-wrap .menu-header .logo img.color-logo {
  display: none;
}

.mobile-menu-wrap .menu-header .wrap2 {
  position: relative;
  z-index: 2;
  display: none;
  width: 100%;
  height: 100%;
}

@media (max-width: 1024px) {
  .mobile-menu-wrap .menu-header .wrap2 {
    display: block;
  }
}

.mobile-menu-wrap .menu-header .wrap2 .wrap-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 100%;
}

.mobile-menu-wrap .menu-header .wrap2 .call a {
  color: #fff;
  font-size: 18px;
  line-height: 1;
}

.mobile-menu-wrap .menu-content {
  position: relative;
  width: 100%;
  height: auto;
  padding: 69px 15px 0;
}

.menu-open .mobile-menu-wrap {
  -webkit-animation: mobileMenuDown .1s forwards;
          animation: mobileMenuDown .1s forwards;
}

.menu-open .mobile-menu-wrap .menu-header .logo {
  -webkit-animation: custom-fadeIn2 .3s forwards;
          animation: custom-fadeIn2 .3s forwards;
}

.menu-open .mobile-menu-wrap nav.mobile-menu li {
  position: relative;
  opacity: 0;
  padding: 2.5px 0;
  -webkit-animation: custom-fadeIn .5s ease forwards;
          animation: custom-fadeIn .5s ease forwards;
}

.menu-open .mobile-menu-wrap nav.mobile-menu li:first-child {
  -webkit-animation-delay: .35s;
          animation-delay: .35s;
}

.menu-open .mobile-menu-wrap nav.mobile-menu li:nth-of-type(2) {
  -webkit-animation-delay: .40s;
          animation-delay: .40s;
}

.menu-open .mobile-menu-wrap nav.mobile-menu li:nth-of-type(3) {
  -webkit-animation-delay: .45s;
          animation-delay: .45s;
}

.menu-open .mobile-menu-wrap nav.mobile-menu li:nth-of-type(4) {
  -webkit-animation-delay: .50s;
          animation-delay: .50s;
}

.menu-open .mobile-menu-wrap nav.mobile-menu li:nth-of-type(5) {
  -webkit-animation-delay: .55s;
          animation-delay: .55s;
}

.menu-open .mobile-menu-wrap nav.mobile-menu li:nth-of-type(6) {
  -webkit-animation-delay: .60s;
          animation-delay: .60s;
}

.menu-open .mobile-menu-wrap nav.mobile-menu li:nth-of-type(7) {
  -webkit-animation-delay: .65s;
          animation-delay: .65s;
}

.menu-open .mobile-menu-wrap nav.mobile-menu li:nth-of-type(8) {
  -webkit-animation-delay: .70s;
          animation-delay: .70s;
}

.menu-open .mobile-menu-wrap nav.mobile-menu li:nth-of-type(9) {
  -webkit-animation-delay: .75s;
          animation-delay: .75s;
}

.menu-open .mobile-menu-wrap nav.mobile-menu li:nth-of-type(10) {
  -webkit-animation-delay: .80s;
          animation-delay: .80s;
}

.menu-open .mobile-menu-wrap nav.mobile-menu li:nth-of-type(11) {
  -webkit-animation-delay: .85s;
          animation-delay: .85s;
}

.menu-open .mobile-menu-wrap nav.mobile-menu li:nth-of-type(12) {
  -webkit-animation-delay: .90s;
          animation-delay: .90s;
}

.menu-open .mobile-menu-wrap nav.mobile-menu li:nth-of-type(13) {
  -webkit-animation-delay: .95s;
          animation-delay: .95s;
}

.menu-open .mobile-menu-wrap nav.mobile-menu li:nth-of-type(14) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.menu-open .mobile-menu-wrap nav.mobile-menu li:nth-of-type(15) {
  -webkit-animation-delay: 1.05s;
          animation-delay: 1.05s;
}

.menu-open .mobile-menu-wrap nav.mobile-menu li .sub-menu li {
  position: relative !important;
  top: 0 !important;
  opacity: 1 !important;
  -webkit-animation: none !important;
          animation: none !important;
  padding: 1.5px 0;
}

/* colors */
nav.mobile-menu li {
  position: relative;
}

nav.mobile-menu li.menu-item-has-children {
  position: relative;
}

nav.mobile-menu li.menu-item-has-children:after {
  position: absolute;
  top: 13px;
  right: 5px;
  font-size: 12px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f078";
  color: #fff;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

nav.mobile-menu li.menu-item-has-children.active:after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

nav.mobile-menu li.menu-item-has-children a {
  line-height: 1.25;
}

nav.mobile-menu li:last-child {
  border-bottom: 0;
}

nav.mobile-menu li.current-menu-item a,
nav.mobile-menu li:hover a,
nav.mobile-menu li a:hover,
nav.mobile-menu li .sub-menu a:hover {
  color: #FF3366;
}

nav.mobile-menu li.highlight {
  text-align: center;
}

nav.mobile-menu li.highlight a {
  position: relative;
  height: 45px;
  color: #fff;
  line-height: 1.25;
  border-radius: 500px;
  background-color: #FF3366;
  padding: 10px 25px;
}

nav.mobile-menu a,
nav.mobile-menu li:hover .sub-menu a,
nav.mobile-menu li.active .sub-menu a {
  color: #fff;
}

nav.mobile-menu .sub-menu {
  width: 100%;
  max-height: 250px;
  overflow: auto;
}

nav.mobile-menu .sub-menu li {
  padding: 1.5px 0;
}

nav.mobile-menu .sub-menu li a {
  font-size: 14px;
  line-height: 1.25;
}

nav.mobile-menu .sub-menu::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

nav.mobile-menu .sub-menu::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0px #FFFFFF;
          box-shadow: inset 0 0 0px #FFFFFF;
  border-radius: 0;
  border-radius: 0;
}

nav.mobile-menu .sub-menu::-webkit-scrollbar-thumb {
  border-radius: 0;
  border-radius: 0;
  background: #ff3366;
  -webkit-box-shadow: inset 0 0 0px rgba(255, 255, 255, 0.5);
          box-shadow: inset 0 0 0px rgba(255, 255, 255, 0.5);
}

nav.mobile-menu .sub-menu::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(255, 51, 102, 0.5);
}

nav.mobile-menu .sub-menu,
nav.mobile-menu .sub-menu .sub-menu,
nav.mobile-menu .sub-menu .sub-menu .sub-menu,
nav.mobile-menu li.active .sub-menu .sub-menu,
nav.mobile-menu li.active .sub-menu .sub-menu .sub-menu {
  display: none !important;
  margin-top: 10px;
}

nav.mobile-menu li.active .sub-menu,
nav.mobile-menu li .sub-menu li.active .sub-menu,
nav.mobile-menu li .sub-menu li .sub-menu li.active .sub-menu {
  display: block !important;
}

nav.mobile-menu ul.sub-menu li a {
  padding-left: 25px;
}

nav.mobile-menu ul.sub-menu ul.sub-menu li a {
  padding-left: 35px;
}

nav.mobile-menu ul.sub-menu ul.sub-menu ul.sub-menu li a {
  padding-left: 25px;
}

/* /colors */
/* END */
/* ADDS */
.invisible-url {
  display: none;
}

@media (max-width: 1024px) {
  .invisible-url {
    display: block;
    width: 200px;
    height: 22px;
    margin-left: 17px;
  }
}

@media (max-width: 768px) {
  .invisible-url {
    width: 150px;
    height: 15px;
    margin-left: 17px;
  }
}

footer {
  position: relative;
}

footer.inner .footer-wrap {
  padding: 25px 0;
}

footer .clouds {
  position: absolute;
  top: -125px;
  left: 0;
  width: 100%;
  height: 399px;
  background-image: url(public/images/png/white-clouds.png);
  background-size: contain;
  background-repeat: repeat-x;
}

@media (min-width: 1920px) {
  footer .clouds {
    top: -150px;
  }
}

@media (max-width: 1240px) {
  footer .clouds {
    top: -175px;
    background-size: cover;
  }
}

footer .footer-wrap {
  background-color: #fff;
  padding: 145px 0 25px;
}

@media (max-width: 1240px) {
  footer .footer-wrap .x3 {
    width: 50%;
    margin-bottom: 25px;
  }
}

@media (max-width: 768px) {
  footer .footer-wrap .x3 {
    width: 100%;
    text-align: center;
  }
}

footer .footer-wrap .widget h6 {
  color: #263238;
  text-transform: uppercase;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  footer .footer-wrap .widget h6 {
    margin-bottom: 15px;
  }
}

footer .footer-wrap .widget ul li {
  margin-bottom: 10px;
}

@media (max-width: 1024px) {
  footer .footer-wrap .widget ul li {
    margin-bottom: 10px;
  }
}

footer .footer-wrap .widget ul li a {
  color: #546e7a;
  font-size: 16px;
}

footer .footer-wrap .widget ul li a:hover {
  color: #FF3366;
}

footer .footer-wrap .widget ul.socials {
  margin-top: 33px;
}

@media (max-width: 1024px) {
  footer .footer-wrap .widget ul.socials {
    margin-top: 25px;
  }
}

footer .footer-wrap .widget ul.socials li {
  display: inline-block;
  margin: 0 8px;
}

footer .footer-wrap .widget ul.socials li:first-child {
  margin-left: 0;
}

footer .footer-wrap .widget ul.socials li:last-child {
  margin-right: 0;
}

footer .footer-wrap .widget ul.socials li a {
  font-size: 24px;
  line-height: 1;
  text-align: center;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

footer .footer-wrap .widget ul.socials li a i {
  color: #666;
}

@media (max-width: 768px) {
  footer .footer-wrap .widget ul.socials li a {
    width: 35px;
    height: 35px;
    font-size: 16px;
    padding: 6px;
  }
}

footer .footer-wrap .widget ul.socials li a:hover {
  -webkit-transform: scale(1.1) rotate(360deg);
  transform: scale(1.1) rotate(360deg);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

footer .footer-wrap .widget ul.socials li a i {
  margin: 0;
}

footer .footer-wrap .widget a img {
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  footer .footer-wrap .widget a img {
    max-width: 100%;
  }
}

footer .footer-wrap .widget i {
  color: #a5426a;
  margin-right: 12px;
}

footer .footer-wrap .bottom-wrap .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #DBDBDB;
  padding: 25px 0;
  margin: 45px 0 0;
}

@media (max-width: 1024px) {
  footer .footer-wrap .bottom-wrap .bottom {
    padding: 25px 0;
    margin: 25px 0;
  }
}

@media (max-width: 768px) {
  footer .footer-wrap .bottom-wrap .bottom {
    display: initial;
  }
}

@media (max-width: 1024px) {
  footer .footer-wrap .bottom-wrap .bottom .copyright {
    text-align: center;
  }
}

footer .footer-wrap .bottom-wrap .bottom .copyright p {
  color: #546e7a;
  font-size: 16px;
  margin: 0;
}

footer .footer-wrap .bottom-wrap .pages.popup {
  display: none;
  width: 100%;
  margin-top: 15px;
}

footer .footer-wrap .bottom-wrap .pages.popup.active {
  display: block;
}

@media (max-width: 768px) {
  footer .footer-wrap .bottom-wrap .pages ul {
    text-align: center;
    margin-bottom: 25px;
  }
}

footer .footer-wrap .bottom-wrap .pages ul li {
  display: inline-block;
}

@media (max-width: 768px) {
  footer .footer-wrap .bottom-wrap .pages ul li {
    display: block;
  }
}

footer .footer-wrap .bottom-wrap .pages ul li:after {
  content: "|";
  margin: 0 10px 0 15px;
}

@media (max-width: 768px) {
  footer .footer-wrap .bottom-wrap .pages ul li:after {
    display: none;
  }
}

footer .footer-wrap .bottom-wrap .pages ul li:last-child:after {
  display: none;
}

footer .footer-wrap .bottom-wrap .pages ul li a {
  color: #546e7a;
  font-size: 16px;
}

footer .footer-wrap .bottom-wrap .pages ul li a:hover {
  color: #FF3366;
  text-decoration: underline;
}

.elementor-widget-nav-menu nav ul li a.elementor-item-active:hover {
  color: #FF3366 !important;
}

.grecaptcha-badge {
  /*display: none !important;*/
  opacity: 0 !important;
  visibility: hidden !important;
  margin: 0 !important;
}

.hr0 {
  opacity: 0 !important;
  visibility: hidden !important;
  height: 0 !important;
  width: 0 !important;
}

.compensate-for-scrollbar {
  margin-right: 0 !important;
}

@-webkit-keyframes scroll-down {
  0% {
    top: 7px;
  }
  50% {
    top: 12px;
  }
  100% {
    top: 7px;
  }
}

@keyframes scroll-down {
  0% {
    top: 7px;
  }
  50% {
    top: 12px;
  }
  100% {
    top: 7px;
  }
}

.video-slider,
.thumbnails-slider,
.customers-carousel,
.partners-carousel,
.cases-slider,
.testimonials,
.related-articles {
  display: none;
}

.fancybox-button {
  background: transparent !important;
}

.fancybox-button:hover {
  background: transparent !important;
}

.fancybox-button svg {
  border-radius: 500px !important;
  background-color: #fff !important;
}

/*
elementor radu
 */
.elementor-footer-locations {
  display: none;
}

.elementor-footer-locations.active {
  display: block;
}

.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border: 1px solid #EBEDF0;
  border-radius: 3px;
  background: #FFF;
  position: relative;
  overflow: hidden;
}

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 38px 0 10px;
  font-size: 14px;
  line-height: 38px;
  color: #08090b;
  height: 38px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background-color: #FFF;
  color: #08090b;
  text-align: center;
  font: 0/0 a;
  *font: 20px/38px "Gilroy";
}

.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #08090b;
  border-bottom: none;
}

.selectric-focus .selectric {
  border-color: #b1b9c4;
}

.selectric-hover .selectric {
  border-color: #ced3da;
}

.selectric-hover .selectric .button {
  color: black;
}

.selectric-hover .selectric .button:after {
  border-top-color: black;
}

.selectric-open {
  z-index: 9999;
}

.selectric-open .selectric {
  border-color: #ced3da;
}

.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

.selectric-hide-select select {
  position: absolute;
  left: -100%;
}

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #FFF;
  border: 1px solid #ced3da;
  z-index: -1;
  -webkit-box-shadow: 0 0 10px -6px;
          box-shadow: 0 0 10px -6px;
}

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}

.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  min-height: 20px;
}

.selectric-items li {
  display: block;
  padding: 10px;
  color: #08090b;
  cursor: pointer;
}

.selectric-items li.selected {
  background: #cfd4de;
  color: #08090b;
}

.selectric-items li.highlighted {
  background: #cfd4de;
  color: #08090b;
}

.selectric-items li:hover {
  background: #cfd4de;
  color: #08090b;
}

.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #08090b !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: none;
  color: #08090b;
}

.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}

.selectric-items .selectric-group li {
  padding-left: 25px;
}

/* sliding link calculator css */

.sliding-calc * {
	font-family: 'Roboto', sans-serif;
}

.sliding-calc .elementor-widget-heading.no-mb {
	margin-bottom: 10px;
}

.sliding-calc .no-mb p, .sliding-calc .calc-link-range:not(:last-child) {
	margin-bottom: 0;
}

.sliding-calc .irs--round .irs-bar {
    background-color: #ff3468;
}

.sliding-calc .irs--round .irs-handle {
	border: 4px solid #ff3468;
}

.sliding-calc .irs--round .irs-single {
    background-color: #ff3468;
		font-weight: 600;
}

.sliding-calc .irs--round .irs-single:before {
	border-top-color: #ff3468;
}

.sliding-calc .elementor-widget-pafe-form-builder-submit .elementor-message.visible, .sliding-calc .elementor-form-waiting .elementor-form-spinner {
    display: none !important;
}

.sliding-calc .elementor-form-waiting.ld-submit-btn [data-pafe-form-builder-submit-form-id] .elementor-form-spinner { 
		display: none !important;
}

.sliding-calc button:focus {
    outline: 0;
}

.sliding-calc .pafe-calculated-fields-form span {
    font-size: 30px;
	font-weight: 300;
}

.sliding-calc .calc-link-range .pafe-calculated-fields-form .pafe-calculated-fields-form__value {
    font-size: 22px;
	font-weight: 700;
    margin-right: 5px;
}

.sliding-calc .calc-total .pafe-calculated-fields-form span {
    font-weight: 700;
}

@media screen and (min-width: 768px) {
	.elementor-column.fw-column {
		width: 100% !important;
		display: block;
	}
	.elementor-editor-active .elementor-column.fw-column {
    	width: 100% !important;
	}
}

.sliding-calc .elementor-row {
	display: block;
}

.sliding-calc .fw-column .elementor-row {
	display: flex;
}

.simple-header-logo img {
	width: auto;
    max-height: 100px;
}

.elementor-widget-wrap>.elementor-element.calc-link-range {
    width: auto;
}

/* end of sliding link calculator css */

.elementorGetAProposal .elementor-button {
  background: linear-gradient(180deg, rgba(255,50,101,1) 66%, rgba(248,33,47,1) 100%);
}

header .header-wrap .logo .mobile-logo,
header .header-wrap .logo .mobile-white-logo {
  display: none;
}

@media (max-width: 1024px) {
  header .header-wrap .logo img {
    width: 150px !important;
  }
  
  header .header-wrap .logo .white-logo, header .header-wrap .logo .color-logo {
    display: none !important;
  }
  
  header .header-wrap .logo .mobile-white-logo {
    display: block;
  }
  
  header .header-wrap.headroom--not-top .logo .mobile-white-logo {
    display: none; 
  }
  
  header .header-wrap.headroom--not-top .logo img.mobile-logo {
    display: block;
  }
}
/*# sourceMappingURL=style.css.map */