/*
Theme Name: Theme_Name
Theme URI: Theme_URL
Author: 
Author URI: 
Description: Description_Text
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Tag1,Tag2
Text Domain: Domain_Text

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
*,
*:before,
*:after {
  box-sizing: border-box;
}

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

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

a {
  text-decoration: none;
}

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

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

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

[hidden] {
  display: none;
}

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

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

body {
  margin: 0;
}

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

a:focus {
  outline: none;
}

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

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

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

blockquote {
  margin: 0;
}

dfn {
  font-style: italic;
}

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

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

p,
pre {
  margin: 1em 0;
}

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

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

q {
  quotes: none;
}

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

dd {
  margin: 0;
}

menu,
ol,
ul {
  padding: 0;
}

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

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

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

figure {
  margin: 0;
}

form {
  margin: 0;
}

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

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

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

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

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

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

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

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

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

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

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

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

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

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

textarea {
  resize: vertical;
}

.row {
  line-height: normal;
  clear: both;
  zoom: 1;
  margin-right: -15px;
  margin-left: -15px;
}
.row:after {
  display: table;
  content: "";
  clear: both;
  display: table;
  content: "";
  visibility: hidden;
  height: 0;
}
.row:before {
  display: table;
  content: "";
  display: table;
  content: "";
  visibility: hidden;
  height: 0;
}
.row > [class*=col_] {
  display: inline-block;
  vertical-align: top;
  padding-left: 15px;
  padding-right: 15px;
}
.row > [class*=col_].right {
  float: right;
}
.row.big-gutter {
  margin-left: -30px;
  margin-right: -30px;
}
@media (max-width: 1300px) {
  .row.big-gutter {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.row.big-gutter > [class*=col_] {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1300px) {
  .row.big-gutter > [class*=col_] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.row.small-gutter {
  margin-left: -7px;
  margin-right: -7px;
}
.row.small-gutter > [class*=col_] {
  padding-left: 7px;
  padding-right: 7px;
}
.row.no-gutter {
  margin-left: 0;
  margin-right: 0;
}
.row.no-gutter > [class*=col_] {
  padding-left: 0;
  padding-right: 0;
}

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

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

.col_12 {
  width: 12.5%;
}

.col_14 {
  width: 14.28%;
}

.col_15 {
  width: 15%;
}

.col_16 {
  width: 16.66%;
}

.col_18 {
  width: 18%;
}

.col_20 {
  width: 20%;
}

.col_25 {
  width: 25%;
}

.col_30 {
  width: 30%;
}

.col_33 {
  width: 33.33%;
}

.col_35 {
  width: 35%;
}

.col_40 {
  width: 40%;
}

.col_45 {
  width: 45%;
}

.col_50 {
  width: 50%;
}

.col_55 {
  width: 55%;
}

.col_60 {
  width: 60%;
}

.col_65 {
  width: 65%;
}

.col_66 {
  width: 66.66%;
}

.col_70 {
  width: 70%;
}

.col_75 {
  width: 75%;
}

.col_80 {
  width: 80%;
}

.col_90 {
  width: 90%;
}

.col_100 {
  width: 100%;
}

.col_auto {
  width: auto;
}

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

.flex {
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

body {
  font-size: 16px;
  font-family: "Poppins", sans-serif, Arial, Helvetica, sans-serif;
  line-height: 1.6;
  font-weight: 400;
  color: #212121;
}
@media (max-width: 960px) {
  body {
    font-size: 14px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  color: #0D0D0D;
  font-weight: 600;
  line-height: 1.2;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  font-weight: inherit;
  line-height: inherit;
}

h1 {
  font-size: 36px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  h1 {
    font-size: 30px;
  }
}

h2 {
  font-size: 30px;
  margin-bottom: 20px;
}
@media (max-width: 1550px) {
  h2 {
    font-size: 28px;
  }
}
@media (max-width: 960px) {
  h2 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 24px;
  }
}
@media (max-width: 640px) {
  h2 {
    font-size: 22px;
  }
}

h3 {
  font-size: 26px;
  margin-bottom: 20px;
}
@media (max-width: 960px) {
  h3 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 20px;
  }
}
@media (max-width: 640px) {
  h3 {
    font-size: 18px;
  }
}

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

h5 {
  font-size: 20px;
  margin-bottom: 15px;
}
@media (max-width: 960px) {
  h5 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  h5 {
    font-size: 16px;
  }
}

h6 {
  font-size: 18px;
  margin-bottom: 15px;
}
@media (max-width: 1100px) {
  h6 {
    font-size: 18px;
  }
}
@media (max-width: 960px) {
  h6 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  h6 {
    font-size: 14px;
  }
}

p,
span,
label,
li {
  font-weight: 400;
  line-height: 1.6;
}

li {
  font-size: 16px;
}
@media (max-width: 960px) {
  li {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  li {
    font-size: 13px;
  }
}
li * {
  font-style: inherit;
  font-size: inherit;
}

p {
  margin: 15px 0;
  color: #212121;
  font-size: 16px;
}
@media (max-width: 960px) {
  p {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  p {
    font-size: 13px;
  }
}
p p,
p a,
p span,
p label,
p em {
  font-size: 100%;
  margin: 0;
  color: inherit;
}
p b,
p strong {
  font-weight: bold;
}
p i,
p em {
  font-style: italic;
}
p a {
  text-decoration: underline;
  color: #0D0D0D;
}
p a:hover {
  opacity: 0.8;
}

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

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

blockquote {
  border: none !important;
  position: relative;
  margin: 30px 0;
}

blockquote p {
  font-size: 18px;
  line-height: 1.6;
  padding-left: 50px;
  font-style: italic;
  color: #0D0D0D;
  margin: 0;
  z-index: 1;
  position: relative;
  text-align: left;
}
blockquote p::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 60%;
  background: rgb(239, 109, 73);
  background: linear-gradient(0deg, rgb(239, 109, 73) 0%, rgb(178, 47, 128) 100%);
}
@media (max-width: 640px) {
  blockquote p::before {
    width: 4px;
    height: 100%;
  }
}
@media (max-width: 640px) {
  blockquote p {
    font-size: 15px;
    margin: 0;
    padding-left: 30px;
  }
}

input[type=text],
input[type=email],
input[type=password],
input[type=search],
input[type=tel],
input[type=url],
input[type=number],
input[type=date],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=week],
input[type=month],
textarea,
select {
  vertical-align: middle;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  font-size: 15px;
  border: none;
  border: 1px solid #e8e8e8;
  background: #FAFAFA;
  color: #0D0D0D;
  width: 100%;
  line-height: 1;
  padding: 15px 20px;
  margin-bottom: 20px;
  vertical-align: middle;
  outline: 0;
  box-sizing: border-box;
  font-weight: 400;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none !important;
  border-radius: 5px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
input[type=text]:active, input[type=text]:hover, input[type=text]:focus,
input[type=email]:active,
input[type=email]:hover,
input[type=email]:focus,
input[type=password]:active,
input[type=password]:hover,
input[type=password]:focus,
input[type=search]:active,
input[type=search]:hover,
input[type=search]:focus,
input[type=tel]:active,
input[type=tel]:hover,
input[type=tel]:focus,
input[type=url]:active,
input[type=url]:hover,
input[type=url]:focus,
input[type=number]:active,
input[type=number]:hover,
input[type=number]:focus,
input[type=date]:active,
input[type=date]:hover,
input[type=date]:focus,
input[type=time]:active,
input[type=time]:hover,
input[type=time]:focus,
input[type=datetime]:active,
input[type=datetime]:hover,
input[type=datetime]:focus,
input[type=datetime-local]:active,
input[type=datetime-local]:hover,
input[type=datetime-local]:focus,
input[type=week]:active,
input[type=week]:hover,
input[type=week]:focus,
input[type=month]:active,
input[type=month]:hover,
input[type=month]:focus,
textarea:active,
textarea:hover,
textarea:focus,
select:active,
select:hover,
select:focus {
  background-color: white;
  border-color: #B22F80;
}
input[type=text]:disabled,
input[type=email]:disabled,
input[type=password]:disabled,
input[type=search]:disabled,
input[type=tel]:disabled,
input[type=url]:disabled,
input[type=number]:disabled,
input[type=date]:disabled,
input[type=time]:disabled,
input[type=datetime]:disabled,
input[type=datetime-local]:disabled,
input[type=week]:disabled,
input[type=month]:disabled,
textarea:disabled,
select:disabled {
  background: #DBDBDB;
}
@media (max-width: 960px) {
  input[type=text],
  input[type=email],
  input[type=password],
  input[type=search],
  input[type=tel],
  input[type=url],
  input[type=number],
  input[type=date],
  input[type=time],
  input[type=datetime],
  input[type=datetime-local],
  input[type=week],
  input[type=month],
  textarea,
  select {
    padding: 12px 16px;
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  input[type=text],
  input[type=email],
  input[type=password],
  input[type=search],
  input[type=tel],
  input[type=url],
  input[type=number],
  input[type=date],
  input[type=time],
  input[type=datetime],
  input[type=datetime-local],
  input[type=week],
  input[type=month],
  textarea,
  select {
    padding: 10px 16px;
    font-size: 13px;
  }
}

.select_overlay {
  position: relative;
}
.select_overlay:after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 23px;
  background-image: url("images/svg/select.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 12px;
  height: 7px;
}

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

button[type=submit],
input[type=submit] {
  color: white;
  display: inline-block;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  line-height: 1;
  background-color: #0D0D0D;
  font-weight: 600;
  padding: 18px 26px;
  border-radius: 5px;
  line-height: 1;
  border-style: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  outline: none;
  margin: 0;
  background: rgb(178, 47, 128);
  background: linear-gradient(90deg, rgb(178, 47, 128) 0%, rgb(239, 109, 73) 100%);
  white-space: normal;
}
button[type=submit]:hover,
input[type=submit]:hover {
  text-decoration: none;
  background: rgb(159, 42, 115);
  background: linear-gradient(90deg, rgb(159, 42, 115) 0%, rgb(212, 96, 64) 100%);
}
@media (max-width: 960px) {
  button[type=submit],
  input[type=submit] {
    font-size: 14px;
    padding: 15px 22px;
  }
}

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

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

input[type=radio],
input[type=checkbox] {
  position: relative;
  -webkit-appearance: none;
  width: 22px;
  height: 22px;
  margin-bottom: 0;
  background: #FAFAFA;
  margin-right: 10px;
  margin-left: 0;
  vertical-align: top;
  border: 1px solid #EF6D49;
  border-radius: 0;
  line-height: normal;
  cursor: pointer;
  margin-top: 0;
  color: #B22F80;
  outline: 0;
}
input[type=radio]:before,
input[type=checkbox]:before {
  content: "";
  background-color: #EF6D49;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
}

input[type=radio] {
  border-radius: 50%;
}

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

input[type=checkbox]:checked:before {
  width: 100%;
  height: 100%;
  border-radius: 0;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 10px;
  color: white;
  font-size: 10px;
}

input[type=radio]:checked:before {
  width: 14px;
  height: 14px;
  border-radius: 50%;
}

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

form {
  margin: 0;
}

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

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

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

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

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

::-webkit-input-placeholder {
  color: #212121;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  letter-spacing: normal;
}
@media (max-width: 960px) {
  ::-webkit-input-placeholder {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  ::-webkit-input-placeholder {
    font-size: 13px;
  }
}

:-moz-placeholder {
  color: #212121;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  letter-spacing: normal;
}
@media (max-width: 960px) {
  :-moz-placeholder {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  :-moz-placeholder {
    font-size: 13px;
  }
}

::-moz-placeholder {
  color: #212121;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  letter-spacing: normal;
}
@media (max-width: 960px) {
  ::-moz-placeholder {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  ::-moz-placeholder {
    font-size: 13px;
  }
}

:-ms-input-placeholder {
  color: #212121;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  letter-spacing: normal;
}
@media (max-width: 960px) {
  :-ms-input-placeholder {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  :-ms-input-placeholder {
    font-size: 13px;
  }
}

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

.wpcf7-not-valid {
  border-color: red !important;
}

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

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

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

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

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

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

.wpcf7 form .wpcf7-response-output {
  margin: 10px 0;
  padding: 10px;
  text-align: center;
  font-size: 15px;
  border: none;
  border-radius: 5px;
}
@media (max-width: 960px) {
  .wpcf7 form .wpcf7-response-output {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .wpcf7 form .wpcf7-response-output {
    font-size: 13px;
  }
}

.wpcf7 form.sent .wpcf7-response-output {
  border: none;
  background-color: #06984c;
  color: white;
  border-radius: 5px;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  border-color: #B22F80;
  background: #B22F80;
  color: white;
  border-radius: 5px;
}

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

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  background-color: #B22F80;
  color: white;
  border-radius: 5px;
  margin-top: 20px;
}

.button1,
.button2,
.button-line,
.button-line2,
.button-grey {
  color: white;
  display: inline-block;
  padding: 18px 26px 18px 26px;
  font-size: 15px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  line-height: 1;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  border-radius: 5px;
  text-align: center;
  background: rgb(178, 47, 128);
  background: linear-gradient(90deg, rgb(178, 47, 128) 0%, rgb(239, 109, 73) 100%);
}
@media (max-width: 960px) {
  .button1,
  .button2,
  .button-line,
  .button-line2,
  .button-grey {
    font-size: 14px;
    padding: 15px 22px;
    font-weight: 500;
  }
}
@media (max-width: 767px) {
  .button1,
  .button2,
  .button-line,
  .button-line2,
  .button-grey {
    font-size: 13px;
  }
}
.button1:hover,
.button2:hover,
.button-line:hover,
.button-line2:hover,
.button-grey:hover {
  text-decoration: none;
  box-shadow: none;
  background: rgb(159, 42, 115);
  background: linear-gradient(90deg, rgb(159, 42, 115) 0%, rgb(212, 96, 64) 100%);
}

.wpcf7-spinner {
  position: absolute;
}

.button-grey {
  background-color: #FAFAFA;
  color: #0D0D0D;
}
.button-grey:hover {
  background-color: #e1e1e1;
  color: #0D0D0D;
}

.button2 {
  background: #327cbc;
  position: relative;
}
.button2:hover {
  background: #24639a;
  color: white;
}

.button-line {
  border: 2px solid white;
  padding-top: 17px;
  padding-bottom: 17px;
  color: white;
  background: transparent;
  box-shadow: none;
}
.button-line:hover {
  color: #B22F80;
  background: white;
}

.button-line2 {
  border: 2px solid white;
  padding-top: 17px;
  padding-bottom: 17px;
  color: #EF6D49;
  background-color: transparent;
}
@media (max-width: 767px) {
  .button-line2 {
    font-size: 13px;
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
.button-line2:hover {
  background-color: white;
  color: #0D0D0D;
}

.btn-arrow {
  align-items: center;
}
.btn-arrow img {
  width: 21px;
  height: 21px;
  position: relative;
  left: 10px;
  display: inline-block;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  top: 6px;
}
@media (max-width: 640px) {
  .btn-arrow img {
    left: 8px;
  }
}
.btn-arrow:hover {
  text-decoration: none;
}
.btn-arrow:hover img {
  left: 15px;
}
@media (max-width: 640px) {
  .btn-arrow:hover img {
    left: 12px;
  }
}

ul li {
  list-style: none;
}

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

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

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

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

body,
html {
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #0D0D0D;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
  overflow-x: hidden;
}

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

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

.big-title {
  font-size: 42px;
}
@media (max-width: 1430px) {
  .big-title {
    font-size: 36px;
  }
}
@media (max-width: 960px) {
  .big-title {
    font-size: 30px;
  }
}
@media (max-width: 640px) {
  .big-title {
    font-size: 26px;
  }
}
@media (max-width: 480px) {
  .big-title {
    font-size: 24px;
  }
}

.container-big {
  width: 100%;
  padding: 0 80px;
}
@media (max-width: 1550px) {
  .container-big {
    padding: 0 50px;
  }
}
@media (max-width: 1300px) {
  .container-big {
    padding: 0 30px;
  }
}
@media (max-width: 640px) {
  .container-big {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.container {
  width: 100%;
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15px;
}
@media (max-width: 1300px) {
  .container {
    padding: 0 30px;
    max-width: 1260px;
  }
}
@media (max-width: 640px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.general-content-wrap {
  padding: 50px 0 100px;
}
@media (max-width: 1300px) {
  .general-content-wrap {
    padding: 30px 0 70px;
  }
}
@media (max-width: 640px) {
  .general-content-wrap {
    padding: 20px 0 50px;
  }
}
.general-content-wrap .the-content {
  max-width: 766px;
  margin-left: auto;
  margin-right: auto;
}

.section-titles p:first-child {
  color: #B22F80;
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  line-height: 1.1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
@media (max-width: 960px) {
  .section-titles p:first-child {
    font-size: 12px;
  }
}
.section-titles h2:first-of-type {
  margin-top: 0;
  margin-bottom: 10px;
}
.section-titles p {
  font-size: 18px;
}
@media (max-width: 1300px) {
  .section-titles p {
    font-size: 16px;
  }
}

.small-section {
  max-width: 655px;
  margin-left: auto;
  margin-right: auto;
}

.the-content img {
  max-height: 100%;
  height: auto;
}
@media (max-width: 960px) {
  .the-content table {
    font-size: 13px;
  }
}
@media (max-width: 640px) {
  .the-content table {
    font-size: 12px;
  }
}
.the-content table td,
.the-content table th {
  padding: 10px;
  text-align: left;
  border: 1px solid #e1e1e1;
}
@media (max-width: 960px) {
  .the-content table td,
  .the-content table th {
    font-size: 13px;
  }
}
@media (max-width: 640px) {
  .the-content table td,
  .the-content table th {
    font-size: 12px;
    padding: 6px;
  }
}
.the-content h2,
.the-content h3,
.the-content h4,
.the-content h5,
.the-content h6 {
  margin-top: 20px;
}
@media (max-width: 960px) {
  .the-content h2,
  .the-content h3,
  .the-content h4,
  .the-content h5,
  .the-content h6 {
    margin-top: 20px;
  }
}
.the-content h2 span,
.the-content h2 a,
.the-content h3 span,
.the-content h3 a,
.the-content h4 span,
.the-content h4 a,
.the-content h5 span,
.the-content h5 a,
.the-content h6 span,
.the-content h6 a {
  font-style: inherit;
  font-size: inherit;
  line-height: inherit;
}
.the-content h2 strong,
.the-content h3 strong,
.the-content h4 strong,
.the-content h5 strong,
.the-content h6 strong {
  font-weight: 700;
}
.the-content h2 strong *,
.the-content h3 strong *,
.the-content h4 strong *,
.the-content h5 strong *,
.the-content h6 strong * {
  font-weight: inherit;
}
.the-content p strong,
.the-content p b,
.the-content span strong,
.the-content span b,
.the-content label strong,
.the-content label b,
.the-content li strong,
.the-content li b {
  font-weight: 700;
}
.the-content p strong *,
.the-content p b *,
.the-content span strong *,
.the-content span b *,
.the-content label strong *,
.the-content label b *,
.the-content li strong *,
.the-content li b * {
  font-weight: inherit;
}
.the-content li a,
.the-content p a {
  position: relative;
  text-decoration: none;
}
.the-content li a::before,
.the-content p a::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(left top, right top, color-stop(0%, rgb(248, 80, 50)), color-stop(50%, rgb(166, 35, 139)), color-stop(100%, rgb(50, 124, 188)));
  background: linear-gradient(to right, rgb(248, 80, 50) 0%, rgb(166, 35, 139) 50%, rgb(50, 124, 188) 100%);
}
.the-content li a:hover::before,
.the-content p a:hover::before {
  background: -webkit-gradient(left top, right top, color-stop(0%, rgb(50, 124, 188)), color-stop(50%, rgb(166, 35, 139)), color-stop(100%, rgb(248, 80, 50)));
  background: linear-gradient(to right, rgb(50, 124, 188) 0%, rgb(166, 35, 139) 50%, rgb(248, 80, 50) 100%);
}
.the-content ul,
.the-content ol {
  position: relative;
  margin: 15px 0;
  overflow: hidden;
  clear: both;
  display: block;
}
@media screen and (max-width: 480px) {
  .the-content ul,
  .the-content ol {
    margin: 15px 0;
  }
}
.the-content ul ul,
.the-content ul ol,
.the-content ol ul,
.the-content ol ol {
  margin: 0 0 0 20px;
}
.the-content li {
  margin: 2px 0;
  display: block;
  position: relative;
}
.the-content li strong {
  font-weight: bold;
}
.the-content li em {
  font-style: italic;
}
.the-content iframe {
  width: 100%;
  height: 553px;
}
@media (max-width: 1430px) {
  .the-content iframe {
    height: 400px;
  }
}
@media (max-width: 960px) {
  .the-content iframe {
    height: 320px;
  }
}
@media (max-width: 640px) {
  .the-content iframe {
    height: 280px;
  }
}
.the-content ul {
  margin: 0;
  list-style-type: none;
}
.the-content ul li:before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("images/svg/check-li.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border-radius: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 1px;
}
@media (max-width: 767px) {
  .the-content ul li:before {
    width: 18px;
    height: 18px;
    top: 2px;
  }
}
.the-content ul li {
  margin: 10px 0;
  padding-left: 34px;
}
@media (max-width: 767px) {
  .the-content ul li {
    padding-left: 25px;
  }
}
.the-content ol li {
  color: #212121;
  counter-increment: my-counter;
  margin: 10px 0;
}
.the-content ol li:before {
  content: counter(my-counter) ".";
  color: #0D0D0D;
  font-weight: 500;
  display: inline-block;
  margin-right: 5px;
}

.title-style p:first-child {
  color: #A4D4F8;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.24em;
  margin: 0 0 5px;
  line-height: 1;
  text-transform: uppercase;
}
@media (max-width: 960px) {
  .title-style p:first-child {
    font-size: 14px;
    letter-spacing: 0;
    text-transform: none;
    margin-bottom: 8px;
  }
}
@media (max-width: 767px) {
  .title-style p:first-child {
    font-size: 12px;
    letter-spacing: 0;
    font-weight: 500;
  }
}
.title-style h1:first-of-type,
.title-style h2:first-of-type {
  margin-top: 0;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 13px;
}
@media (max-width: 640px) {
  .title-style h1:first-of-type,
  .title-style h2:first-of-type {
    margin-bottom: 20px;
  }
}
.title-style h1:first-of-type::before,
.title-style h2:first-of-type::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 74px;
  height: 4px;
  background: rgb(239, 109, 73);
  background: linear-gradient(90deg, rgb(239, 109, 73) 0%, rgb(166, 35, 139) 51%, rgb(50, 124, 188) 100%);
}
@media (max-width: 640px) {
  .title-style h1:first-of-type::before,
  .title-style h2:first-of-type::before {
    height: 3px;
  }
}

.title-small {
  color: #A4D4F8;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.4em;
  margin: 0;
  line-height: 1;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .title-small {
    font-size: 14px;
    letter-spacing: 0.1em;
  }
}
.title-small.yellow-text {
  color: #B22F80;
}

.svg img.svg {
  display: block;
}

img.svg {
  display: none;
}

.svg img.normal {
  display: none;
}

img {
  max-width: 100%;
}

.right {
  float: right;
}

.left {
  float: left;
}

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

.show {
  display: block !important;
}

.hide {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-m {
  padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.ttu {
  text-transform: uppercase;
}

.relative {
  position: relative;
}

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

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

.top {
  vertical-align: top;
}

.bottom {
  vertical-align: bottom;
}

.blue-bck {
  background-color: #02172b;
}

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

.white-box {
  background-color: white;
  box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.12);
}

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

.grey-bck {
  background-color: #FAFAFA;
}

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

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

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

.green-text {
  color: #B22F80;
}

.blue-box {
  background-color: #B22F80;
}

.dark-blue {
  background-color: #EF6D49;
}

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

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

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

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

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

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

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

.only-tablet {
  display: none;
}
@media (max-width: 960px) {
  .only-tablet {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

.only-mobile {
  display: none;
}
@media (max-width: 767px) {
  .only-mobile {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

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

@media (max-width: 960px) {
  .error-title img {
    max-width: 220px;
  }
}
@media (max-width: 767px) {
  .error-title img {
    max-width: 160px;
  }
}

.error-wrap {
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
}
.error-wrap .header-logo {
  margin-left: auto;
  margin-right: auto;
}
.error-wrap .line-contact {
  top: 120px;
}
.error-wrap .triangle-hero {
  top: 30%;
}
.error-wrap .container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.alien-right {
  position: absolute;
  right: -150px;
  bottom: 20%;
  z-index: -1;
}
@media (max-width: 1430px) {
  .alien-right {
    right: 0;
    bottom: 60px;
  }
}
@media (max-width: 960px) {
  .alien-right {
    bottom: 0;
  }
}
.alien-right img {
  max-width: 322px;
  animation: rotation2 20s infinite linear;
}
@media (max-width: 960px) {
  .alien-right img {
    max-width: 260px;
  }
}
@media (max-width: 767px) {
  .alien-right img {
    max-width: 200px;
    opacity: 0.3;
  }
}

@keyframes rotation2 {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(49deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.logo-error {
  margin-bottom: 70px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1430px) {
  .logo-error {
    margin-bottom: 50px;
  }
}
.logo-error img {
  display: block;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.error-main {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  overflow: auto;
  z-index: 1;
  position: relative;
  overflow-x: hidden;
}
.error-main .container {
  position: relative;
  z-index: 1;
}

.error-center {
  max-width: 665px;
  margin-left: auto;
  text-align: center;
  margin-right: auto;
}
@media (max-width: 1300px) {
  .error-center {
    max-width: 440px;
  }
}
@media (max-width: 960px) {
  .error-center {
    padding-bottom: 240px;
  }
}
@media (max-width: 767px) {
  .error-center {
    padding-bottom: 100px;
    padding-top: 100px;
  }
}
.error-center .the-content {
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
}

.title-hero {
  font-size: 120px;
  line-height: 0.7;
  margin-bottom: 20px;
  font-weight: 700;
}
@media (max-width: 1430px) {
  .title-hero {
    font-size: 80px;
  }
}
@media (max-width: 640px) {
  .title-hero {
    font-size: 80px;
  }
}

.error-text {
  margin-bottom: 20px;
}
@media (max-width: 640px) {
  .error-text {
    margin-bottom: 20px;
  }
}

.subtitle-error {
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 1.3;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
}
@media (max-width: 1430px) {
  .subtitle-error {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .subtitle-error {
    margin-bottom: 20px;
  }
}

.error-flex {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  max-width: 1800px;
  position: relative;
}
@media (max-width: 767px) {
  .error-flex {
    display: block;
    position: relative;
  }
}

.error-titles {
  margin-bottom: 30px;
}
.error-titles h1 {
  margin-bottom: 0;
  font-size: 120px;
}
@media (max-width: 767px) {
  .error-titles h1 {
    font-size: 42px;
  }
}
.error-titles h4 {
  font-weight: 400;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 0;
}
.error-titles h4:before {
  content: "";
  display: block;
  position: absolute;
  width: 51px;
  height: 3px;
  background-color: #B22F80;
  left: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .error-titles h4:before {
    width: 50px;
    left: 50%;
    margin-left: -25px;
  }
}

.error-button {
  margin-top: 35px;
}

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

.comment-form-cookies-consent {
  margin-bottom: 10px !important;
  display: inline-block;
  width: 100%;
}
.comment-form-cookies-consent input[type=radio],
.comment-form-cookies-consent input[type=checkbox] {
  margin-top: 6px;
}

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

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

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

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

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

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

.slider-timeline:not(.slick-slider) {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  height: 200px;
  overflow: hidden;
}
.slider-timeline:not(.slick-slider) .timeline-row {
  width: 25%;
}
@media (max-width: 767px) {
  .slider-timeline:not(.slick-slider) .timeline-row {
    width: 50%;
  }
}

body .picker__select--month,
body .picker__select--year {
  padding: 0 !important;
  border: none !important;
  height: auto !important;
  margin: 0 !important;
  background: #fff;
  font-size: 15px;
  color: #000;
}

.book-meeting-form .back {
  margin-bottom: 30px;
}

.service-content {
  position: relative;
  z-index: 2;
}

body #cookie-law-info-bar {
  z-index: 99999999 !important;
  box-shadow: none !important;
  background-color: rgba(0, 0, 0, 0.831372549);
}

.no-found {
  text-align: center;
  padding: 100px 0 0 0;
}
@media (max-width: 767px) {
  .no-found {
    padding: 50px 0 0 0;
  }
}

.wpcf7-acceptance.wpcf7-not-valid {
  border: none !important;
}
.wpcf7-acceptance.wpcf7-not-valid * {
  color: red;
}

.accordion {
  overflow: hidden;
  background: #f7f7f7;
  width: 80%;
  display: block;
  margin: 50px auto 0 auto;
}
@media (max-width: 960px) {
  .accordion {
    width: 100%;
    display: block;
    margin: 30px auto 0 auto;
  }
}
.accordion .accordion-section {
  border-top: 1px solid rgba(238, 238, 238, 0.9333333333);
}
.accordion .accordion-section:last-child {
  border-bottom: 1px solid rgba(238, 238, 238, 0.9333333333);
}
.accordion .accordion-section .accordion-section-title {
  width: 100%;
  padding: 15px;
  display: inline-block;
  transition: all linear 0.15s;
  padding: 20px 40px 20px 30px;
  position: relative;
  background: #f1f7fb;
}
@media (max-width: 960px) {
  .accordion .accordion-section .accordion-section-title {
    padding: 15px 20px 15px 30px;
  }
}
.accordion .accordion-section .accordion-section-title:hover, .accordion .accordion-section .accordion-section-title.active {
  text-decoration: none;
}
.accordion .accordion-section .accordion-section-title:after {
  content: "\f107";
  position: relative;
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  font-size: 1.4rem;
  color: #B22F80;
  position: absolute;
  right: 30px;
  top: 25px;
}
@media (max-width: 1300px) {
  .accordion .accordion-section .accordion-section-title:after {
    font-size: 1.2rem;
  }
}
@media (max-width: 960px) {
  .accordion .accordion-section .accordion-section-title:after {
    top: 16px;
  }
}
.accordion .accordion-section .accordion-section-title.active:after {
  content: "\f106";
}
.accordion .accordion-section:last-child .accordion-section-title {
  border-bottom: none;
}
.accordion .accordion-section .accordion-section-content {
  padding: 15px;
  display: none;
  border-top: 1px solid rgba(238, 238, 238, 0.9333333333);
  background: #fdfdfd;
}

@media screen and (max-width: 1100px) {
  .admin-bar .header-main {
    top: 32px;
  }
}
@media screen and (max-width: 782px) {
  .admin-bar .header-main {
    top: 46px;
  }
}

.section {
  padding: 120px 0;
}
@media (max-width: 1550px) {
  .section {
    padding: 90px 0;
  }
}
@media (max-width: 767px) {
  .section {
    padding: 65px 0;
  }
}
@media (max-width: 640px) {
  .section {
    padding: 45px 0;
  }
}

.tab-wrapper {
  width: 100%;
}
.tab-wrapper .tab {
  margin-bottom: 20px;
  display: none;
}
.tab-wrapper .tab.active {
  display: block;
}

.wpfda-delete-account-container button[type=submit] {
  margin-top: 0;
}

.wpfda-error span {
  display: inherit;
}

.mc4wp-alert {
  padding: 16px;
  text-align: center;
  margin-top: 20px;
  border-radius: 5px;
}
@media (max-width: 960px) {
  .mc4wp-alert {
    padding: 12px;
  }
}
.mc4wp-alert p {
  margin: 0;
  line-height: 1.5;
}
@media (max-width: 960px) {
  .mc4wp-alert p {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .mc4wp-alert p {
    font-size: 13px;
  }
}

.mc4wp-alert.mc4wp-error {
  border: 1px solid red;
  background: #ffc1c1;
}

.mc4wp-alert.mc4wp-success {
  border: none;
  background: #65bc51;
  color: white;
  text-align: left;
}
.mc4wp-alert.mc4wp-success p {
  color: white;
  padding-left: 30px;
  position: relative;
}
.mc4wp-alert.mc4wp-success p::before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: -2px;
}

.mc4wp-alert p {
  margin-bottom: 0;
  margin-top: 0 !important;
}

.mc4wp-alert.mc4wp-notice {
  background: #c9ccdc;
  border: 1px solid #acb2d0;
}

body .cli-style-v2 .cli-bar-message {
  color: #fff;
}
body #cookie-law-info-bar[data-cli-style=cli-style-v2] {
  background-color: rgba(0, 0, 0, 0.85) !important;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  display: none;
}

#sb_instagram #sbi_images img,
#sb_instagram .sbi_item:not(.sbi_transition) .sbi_photo,
#sb_instagram .sbi_photo_wrap {
  border-radius: 5px;
  overflow: hidden;
}

.search-flex {
  display: flex;
  flex-wrap: wrap;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.no-results {
  max-width: 700px;
  padding: 40px;
  background-color: white;
  margin-left: auto;
  margin-right: auto;
  margin-top: -30px;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.07);
}
@media (max-width: 480px) {
  .no-results {
    padding: 30px 20px;
  }
}
.no-results p {
  margin: 0;
  font-weight: 500;
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
}
@media (max-width: 480px) {
  .no-results p {
    font-size: 16px;
  }
}
.no-results h3 {
  text-align: center;
}
.no-results .search-header {
  margin-left: 0;
  margin-top: 20px;
}
@media (max-width: 960px) {
  .no-results .search-header {
    padding: 0;
    background-color: transparent;
  }
}
.no-results .search-header button {
  right: 0;
  left: auto;
}
.no-results .search-header input {
  box-sizing: border-box;
  margin-left: 0;
  padding-left: 15px;
  padding-right: 50px;
  border: 1px solid #DBDBDB;
}
.no-results .search-header input:hover, .no-results .search-header input:focus, .no-results .search-header input:active {
  border-color: #B22F80;
}

.search-item {
  width: 100%;
  padding: 30px 0;
  border-top: 1px solid #F0E9DF;
  display: flex;
}
.search-item:first-child {
  padding-top: 0;
  border-top: none;
}
.search-item .cover {
  width: 180px;
  height: 180px;
  border: 1px solid #F0E9DF;
}
@media (max-width: 767px) {
  .search-item .cover {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 480px) {
  .search-item .cover {
    width: 90px;
    height: 90px;
  }
}
@media (max-width: 350px) {
  .search-item .cover {
    width: 60px;
    height: 60px;
  }
}
.search-item .text-content {
  width: calc(100% - 180px);
  padding-left: 20px;
  padding-top: 20px;
}
@media (max-width: 767px) {
  .search-item .text-content {
    width: calc(100% - 120px);
  }
}
@media (max-width: 480px) {
  .search-item .text-content {
    width: calc(100% - 90px);
    padding-left: 10px;
    padding-top: 10px;
  }
}
@media (max-width: 350px) {
  .search-item .text-content {
    width: calc(100% - 70px);
    padding-left: 5px;
    padding-top: 5px;
  }
}
.search-item h3 {
  margin-bottom: 10px;
}
@media (max-width: 480px) {
  .search-item h3 {
    font-size: 18px;
    margin-bottom: 5px;
  }
}
@media (max-width: 350px) {
  .search-item p {
    margin-top: 0;
  }
}

body .dataTables_wrapper .dataTables_info {
  display: none;
}
body .cc-close.cc-closeXcustomText {
  text-decoration: none !important;
}

body .otgs-development-site-front-end {
  display: none !important;
}

.header-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  position: relative;
  z-index: 333;
}
@media (max-width: 1300px) {
  .header-flex {
    padding: 10px 0;
  }
}

.header-logo {
  width: 160px;
}
@media (max-width: 767px) {
  .header-logo {
    width: 140px;
  }
}
@media (max-width: 640px) {
  .header-logo {
    width: 110px;
  }
}

.header .wpml-ls-legacy-dropdown {
  width: 60px;
}
.header .wpml-ls-legacy-dropdown a {
  color: #0D0D0D;
  background-color: transparent;
  border: none;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  padding: 5px;
}

@media (max-width: 960px) {
  .header-right {
    display: none;
  }
}

@media (max-width: 960px) {
  .header-menu {
    display: none;
  }
}
.header-menu ul {
  display: flex;
}
.header-menu li {
  padding: 15px 20px;
  position: relative;
}
@media (max-width: 960px) {
  .header-menu li {
    padding: 15px;
  }
}
.header-menu li::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  left: 50%;
  margin-left: -3px;
}
.header-menu li.current_page_item::before {
  background: #EF6D49;
}
.header-menu a {
  color: white;
  font-weight: 500;
}
.header-menu a:hover {
  text-decoration: none;
  opacity: 0.6;
}

.menu-btn {
  display: none;
  position: relative;
  z-index: 333;
  margin-left: 0;
}
@media (max-width: 960px) {
  .menu-btn {
    display: block;
  }
}
.menu-btn a {
  background-color: rgba(255, 255, 255, 0.137);
}

a.menu-trigger {
  display: flex;
  align-items: center;
  border-radius: 6px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  line-height: 1;
  font-weight: 600;
  height: 44px;
  padding: 0 10px;
  margin-right: 0;
  background-color: rgba(255, 255, 255, 0.137);
}
a.menu-trigger span:not(.hamburger) {
  display: block;
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
}
a.menu-trigger:hover {
  text-decoration: none;
}

.header-mobile {
  position: fixed;
  right: -280px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  height: 100%;
  width: 280px;
  z-index: 999999;
  top: 0;
  background-color: #02172b;
  padding: 25px 0;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  text-align: center;
}
.header-mobile .menu ul a {
  color: white;
}
.header-mobile .sub-menu {
  margin-bottom: 0;
}

.header-mobile-top ul {
  margin-bottom: 30px;
}
.header-mobile-top ul li a {
  display: inline-block;
  width: 100%;
  color: white;
  padding: 15px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.037);
}
.header-mobile-top ul li a:hover {
  text-decoration: none;
}
.header-mobile-top ul li .sub-menu {
  display: none;
  background: #031b31;
}
.header-mobile-top ul li .toggle-submenu {
  width: 40px;
  height: 50px;
  position: absolute;
  right: 0;
  color: #fff;
  line-height: 50px;
  text-align: center;
  z-index: 2;
}

.logo-mobile {
  text-align: center;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.037);
}
.logo-mobile img {
  width: 100px;
}

.hamburger {
  width: 20px;
  height: 2px;
  background: white;
  transition: 0.2s ease-out all 0.2s;
  position: relative;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.hamburger:before, .hamburger:after {
  content: "";
  position: absolute;
  width: 20px;
  border-bottom: 2px solid white;
  left: 0;
  transition: 0.2s top 0.2s, 0.2s transform;
}
.hamburger:before {
  top: -7px;
}
.hamburger:after {
  top: 7px;
}

.close-menu {
  position: fixed;
  z-index: -2;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100vh;
  height: 100vh;
  left: 0;
  top: 0;
  opacity: 0;
}

.menu-open {
  left: -280px;
  position: relative;
}
.menu-open .header-mobile {
  right: 0;
}
.menu-open .close-menu {
  z-index: 222;
}
.menu-open .hamburger3 {
  background-color: rgba(0, 0, 0, 0) !important;
}
.menu-open .hamburger3:before, .menu-open .hamburger3:after {
  top: 50%;
  bottom: auto;
  transition: 0.2s top, 0.2s transform 0.2s;
  left: 0;
}
.menu-open .hamburger3::before {
  transform: rotate(45deg);
}
.menu-open .hamburger3:after {
  transform: rotate(135deg);
}

.compensate-for-scrollbar {
  margin-right: 0 !important;
}

.header {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  top: 0;
  position: fixed;
  width: 100%;
  z-index: 3;
}
@media (max-width: 640px) {
  .header .header-language-selector {
    display: none;
  }
}
@media (max-width: 640px) {
  .header .header-search {
    display: none !important;
  }
}
.header img.logo-normal {
  display: block;
}

.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a,
.wpml-ls-legacy-dropdown a:focus,
.wpml-ls-legacy-dropdown a:hover {
  background: #7f7f7f;
}

img.normal-img {
  display: block;
}

img.scroll-img {
  display: none;
}

header.on-scroll-up {
  background-color: white !important;
  box-shadow: 0 0 3px #e0e0e0 !important;
  top: 0;
  z-index: 33;
}
header.on-scroll-up.header .wpml-ls-legacy-dropdown a {
  color: #0D0D0D;
}
header.on-scroll-up img.scroll-img {
  display: block !important;
}
header.on-scroll-up img.normal-img {
  display: none;
}
header.on-scroll-up .header-menu a {
  color: #02172b;
}
header.on-scroll-up .header-right a {
  background-color: #B22F80;
}
header.on-scroll-up .header-right a:hover {
  color: white;
}
header.on-scroll-up a.menu-trigger {
  background: rgb(178, 47, 128);
  background: linear-gradient(90deg, rgb(178, 47, 128) 0%, rgb(239, 109, 73) 100%);
}

header.scroll {
  top: -100px;
}

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

.header-logo {
  line-height: 1;
}
.header-logo a {
  display: block;
}
.header-logo a img {
  width: auto;
  height: auto;
}

.header-menu .menu_header > li.menu-item-has-children {
  padding-right: 20px;
}
.header-menu .menu_header > li.menu-item-has-children > a {
  position: relative;
}
.header-menu .menu_header > li.menu-item-has-children > a:after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  width: 13px;
  height: 11px;
  display: inline-block;
  position: absolute;
  top: 10px;
  margin-left: 7px;
  font-size: 8px;
  opacity: 0.9;
  color: #fff;
}
.header-menu .menu_header > li.menu-item-has-children:hover .sub-menu {
  display: block;
}
.header-menu .menu_header .sub-menu {
  position: absolute;
  display: none;
  background-color: #091829;
  border: 1px solid rgba(255, 255, 255, 0.16);
  z-index: 33;
  top: 100%;
  left: -10px;
  width: 180px;
}
.header-menu .menu_header .sub-menu:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #3a506a;
  top: -7px;
  position: absolute;
  left: 30px;
}
.header-menu .menu_header .sub-menu li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  padding: 0;
}
.header-menu .menu_header .sub-menu li:last-child {
  border-bottom: none;
}
.header-menu .menu_header .sub-menu li a {
  width: 100%;
  padding: 9px 12px;
  font-size: 13px;
  display: inline-block;
}
@media (max-width: 1430px) {
  .header-menu .menu_header .sub-menu li a {
    font-size: 12px;
  }
}
.header-menu .menu_header .sub-menu li a:hover {
  opacity: 0.5;
}

header.on-scroll-up .header-menu .menu_header > li.menu-item-has-children > a:after {
  color: #02172b;
}
header.on-scroll-up .header-menu .menu_header .sub-menu {
  background-color: #fff;
  border: 1px solid rgba(200, 200, 200, 0.16);
}
header.on-scroll-up .header-menu .menu_header .sub-menu:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(200, 200, 200, 0.16);
}
header.on-scroll-up .header-menu .menu_header .sub-menu li {
  border-bottom: 1px solid rgba(200, 200, 200, 0.16);
}
header.on-scroll-up .header-menu .menu_header .sub-menu li a {
  color: #02172b;
}

.footer {
  padding: 260px 0 40px;
}
@media (max-width: 1300px) {
  .footer {
    padding: 120px 0 20px;
  }
}
.footer.footer-simple {
  padding: 80px 0 40px 0;
}
@media (max-width: 1300px) {
  .footer.footer-simple {
    padding: 60px 0 20px 0;
  }
}
@media (max-width: 960px) {
  .footer.footer-simple {
    padding: 40px 0 20px 0;
  }
}
.footer .menu a {
  color: white;
}

@media (max-width: 960px) {
  .footer-flex {
    flex-wrap: wrap;
  }
}
@media (max-width: 960px) {
  .footer-flex .col_30 {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .footer-flex .col_30 {
    margin-bottom: 30px;
  }
}
@media (max-width: 640px) {
  .footer-flex .col_30 {
    margin-bottom: 25px;
  }
}
@media (max-width: 960px) {
  .footer-flex .col_25,
  .footer-flex .col_20 {
    width: 33.333%;
    text-align: center;
  }
}
@media (max-width: 640px) {
  .footer-flex .col_25,
  .footer-flex .col_20 {
    width: 50%;
    margin-bottom: 25px;
  }
}
@media (max-width: 350px) {
  .footer-flex .col_25,
  .footer-flex .col_20 {
    width: 100%;
    margin-bottom: 15px;
  }
}
@media (max-width: 640px) {
  .footer-flex .contact-last {
    width: 100%;
    display: flex;
    align-items: start;
    flex-wrap: wrap;
  }
}
@media (max-width: 640px) {
  .footer-flex .contact-last .contact-footer {
    width: 50%;
    margin-top: 0;
    padding-top: 0;
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 480px) {
  .footer-flex .contact-last .contact-footer {
    width: 100%;
    margin-top: 15px;
  }
}

.menu-footer a,
.contact-footer p,
.contact-footer a {
  color: white;
}
.menu-footer a.title-footer,
.contact-footer p.title-footer,
.contact-footer a.title-footer {
  color: #A4D4F8;
}

.menu-footer a:hover,
.contact-footer a:hover {
  text-decoration: none;
  opacity: 0.5;
}

.contact-footer {
  margin-top: 20px;
}
.contact-footer:first-child {
  margin-top: 0;
}
@media (max-width: 767px) {
  .contact-footer a,
  .contact-footer .schedule-footer p {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .contact-footer a,
  .contact-footer .schedule-footer p {
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .contact-footer a,
  .contact-footer .schedule-footer p {
    font-size: 12px;
    margin-bottom: 0;
  }
}

.menu-footer li {
  margin-top: 14px;
}
@media (max-width: 640px) {
  .menu-footer li {
    margin-top: 8px;
  }
}
.menu-footer li:first-child {
  margin-top: 0;
}
@media (max-width: 767px) {
  .menu-footer li a {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .menu-footer li a {
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .menu-footer li a {
    font-size: 12px;
  }
}

.triangle-footer {
  right: -200px;
  bottom: 100px;
}

.insta-section {
  position: relative;
  margin-bottom: -200px;
}
@media (max-width: 1300px) {
  .insta-section {
    margin-bottom: -100px;
  }
}

.about-footer {
  margin: 20px 0;
  max-width: 300px;
}
@media (max-width: 960px) {
  .about-footer {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 640px) {
  .about-footer {
    max-width: 100%;
    margin-bottom: 0;
  }
}
.about-footer p {
  color: white;
  font-size: 16px;
}
@media (max-width: 960px) {
  .about-footer p {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .about-footer p {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .about-footer p {
    margin-bottom: 0;
    font-size: 13px;
  }
}

.mailerlite-form .mailerlite-form-field label {
  display: none !important;
}

.mailerlite-form-inputs {
  display: flex;
}
.mailerlite-form-inputs div {
  height: 100%;
}
.mailerlite-form-inputs input {
  margin: 0 !important;
  height: 54px;
}

.mailerlite-form .mailerlite-form-field {
  margin-bottom: 0;
  position: relative;
}
.mailerlite-form .mailerlite-form-field input {
  padding-left: 40px;
  font-size: 15px;
}
.mailerlite-form .mailerlite-form-field::before {
  content: "\f0e0";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #B22F80;
  display: block;
  position: absolute;
  left: 20px;
  top: 14px;
  z-index: 1;
}
@media (max-width: 640px) {
  .mailerlite-form .mailerlite-form-field::before {
    top: 16px;
  }
}

.mailerlite-form-response p {
  background-color: #B22F80;
  color: white;
  margin: 0;
  padding: 15px;
}
.mailerlite-form-response p::before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: white;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.mailerlite-form-response p span {
  color: white !important;
}

.footer-top-right form {
  max-width: 440px;
}
@media (max-width: 767px) {
  .footer-top-right form {
    max-width: 360px;
    margin: 0 auto;
  }
}

.fa-tiktok:before {
  content: "\e07b";
}

.title-footer {
  color: #A4D4F8;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  display: block;
  margin-top: 0;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .title-footer {
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .title-footer {
    font-size: 13px;
    margin-bottom: 6px;
  }
}

a {
  cursor: pointer;
}

.wpcf7-spinner {
  height: 24px !important;
  margin-top: 14px;
}

.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
  display: none;
}

.social-footer {
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
}
@media (max-width: 960px) {
  .social-footer {
    justify-content: center;
  }
}
.social-footer li {
  padding: 10px;
}
@media (max-width: 767px) {
  .social-footer li {
    padding: 8px;
  }
}
.social-footer a {
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: white;
  background-color: #006BB9;
}
@media (max-width: 767px) {
  .social-footer a {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 640px) {
  .social-footer a {
    width: 35px;
    height: 35px;
  }
}
.social-footer a:hover {
  background-color: #A4D4F8;
  text-decoration: none;
}

.footer-copy {
  text-align: center;
  padding-top: 20px;
  margin-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}
@media (max-width: 640px) {
  .footer-copy {
    margin-top: 0;
  }
}
.footer-copy p {
  margin: 0;
  color: white;
  font-size: 15px;
}
@media (max-width: 960px) {
  .footer-copy p {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .footer-copy p {
    font-size: 12px;
  }
}
@media (max-width: 640px) {
  .footer-copy p {
    font-size: 11px;
  }
}

.form-newsletter {
  position: relative;
  margin-top: 30px;
}

.newsletter-centered {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.form_news {
  position: relative;
}
.form_news input {
  margin: 0;
}
@media (max-width: 640px) {
  .form_news input {
    width: 100%;
    display: block;
  }
}
.form_news input[type=email] {
  padding: 0 200px 0 20px;
  height: 72px;
}
@media (max-width: 960px) {
  .form_news input[type=email] {
    padding: 12px 16px;
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .form_news input[type=email] {
    padding: 10px 16px;
    font-size: 13px;
    height: auto;
  }
}
.form_news .button_news {
  position: absolute;
  right: 14px;
  top: 10px;
}
@media (max-width: 640px) {
  .form_news .button_news {
    position: relative;
    right: 0;
    top: 0;
    margin-top: 10px;
    width: 100%;
  }
  .form_news .button_news input {
    width: 100%;
  }
}

.triangle-path {
  animation: rotation 60s infinite linear;
  width: 108px;
  height: 108px;
  position: absolute;
}
.triangle-path img {
  display: block;
}
@media (max-width: 1550px) {
  .triangle-path {
    width: 90px;
    height: 90px;
  }
}
@media (max-width: 960px) {
  .triangle-path {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 640px) {
  .triangle-path {
    width: 60px;
    height: 60px;
  }
}

.triangle-hero {
  left: 6%;
  top: 250px;
  z-index: 1;
}
@media (max-width: 1650px) {
  .triangle-hero {
    left: 2%;
  }
}
@media (max-width: 1550px) {
  .triangle-hero {
    top: 92px;
    left: 0;
  }
}
@media (max-width: 960px) {
  .triangle-hero {
    left: 20px;
  }
}
@media (max-width: 640px) {
  .triangle-hero {
    left: -20px;
    top: 120px;
  }
}

.triangle-project {
  right: 0;
  top: -240px;
  z-index: 2;
}
@media (max-width: 1550px) {
  .triangle-project {
    top: -190px;
  }
}
@media (max-width: 640px) {
  .triangle-project {
    top: -130px;
  }
}

.triangle-icons {
  right: -50px;
  bottom: -180px;
}
@media (max-width: 1550px) {
  .triangle-icons {
    bottom: -133px;
  }
}
@media (max-width: 1300px) {
  .triangle-icons {
    right: 0;
  }
}
@media (max-width: 640px) {
  .triangle-icons {
    bottom: -100px;
  }
}

.triangle-spacer {
  left: 50px;
  top: -45px;
}
@media (max-width: 640px) {
  .triangle-spacer {
    left: 20px;
    top: -20px;
  }
}

.triangle-contact {
  top: -45px;
  left: 50px;
}
@media (max-width: 640px) {
  .triangle-contact {
    top: -25px;
    left: 20px;
  }
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.pin-white {
  position: absolute;
  width: 58px;
  height: 64px;
  display: block;
}
.pin-white img {
  display: block;
  width: 100%;
  height: 100%;
}

.pin-left {
  left: 50px;
  top: -70px;
  transform: rotate(298deg);
}
@media (max-width: 640px) {
  .pin-left {
    left: -20px;
    top: 40%;
  }
}

.pin-right {
  right: 50px;
  top: -70px;
}
@media (max-width: 640px) {
  .pin-right {
    right: 20px;
    top: -40px;
  }
}

.circle-path {
  position: absolute;
  display: inline-block;
}

.circle-project {
  position: absolute;
  bottom: -120px;
  right: 50px;
  z-index: 2;
}
@media (max-width: 960px) {
  .circle-project {
    bottom: -92px;
  }
}

.logo-shape {
  position: absolute;
}
@media (max-width: 1430px) {
  .logo-shape img {
    width: 300px;
  }
}

.logo-shape-hero {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 960px) {
  .logo-shape-hero {
    display: none;
  }
}

.logo-shape-project {
  right: 0;
  bottom: 0;
}

.logo-shape-about {
  right: -100px;
  bottom: -100px;
}

.line-long {
  position: absolute;
  width: 377px;
  height: 4px;
  background: rgb(239, 109, 73);
  background: linear-gradient(90deg, rgb(239, 109, 73) 0%, rgb(166, 35, 139) 51%, rgb(50, 124, 188) 100%);
  -ms-transform: rotate(15deg); /* IE 9 */
  -moz-transform: rotate(15deg); /* Firefox */
  -webkit-transform: rotate(15deg); /* Safari and Chrome */
  -o-transform: rotate(15deg); /* Opera */
}
@media (max-width: 1550px) {
  .line-long {
    width: 250px;
  }
}
@media (max-width: 640px) {
  .line-long {
    width: 160px;
    height: 2px;
  }
}

.line-left {
  top: 100px;
  left: -30px;
  z-index: 2;
}
@media (max-width: 640px) {
  .line-left {
    top: 30px;
  }
}

.line-contact {
  -ms-transform: rotate(-15deg); /* IE 9 */
  -moz-transform: rotate(-15deg); /* Firefox */
  -webkit-transform: rotate(-15deg); /* Safari and Chrome */
  -o-transform: rotate(-15deg); /* Opera */
  right: -20px;
}

.circle-contact {
  width: 112px;
  height: 112px;
  position: absolute;
  bottom: -55px;
  right: 100px;
  animation: rotation 10s infinite linear;
  z-index: 1;
}
@media (max-width: 1300px) {
  .circle-contact {
    width: 90px;
    height: 90px;
    right: 50px;
    bottom: -45px;
  }
}
@media (max-width: 640px) {
  .circle-contact {
    width: 60px;
    height: 60px;
    right: 20px;
  }
}

.cover-desktop {
  display: block;
}
@media (max-width: 640px) {
  .cover-desktop {
    display: none;
  }
}

.cover-mobile {
  display: none;
}
@media (max-width: 640px) {
  .cover-mobile {
    display: block;
  }
}

.home-hero {
  height: 900px;
  position: relative;
}
.home-hero .cover {
  height: 100%;
  background-position: right;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}
@media (max-width: 1650px) {
  .home-hero {
    height: 800px;
  }
}
@media (max-width: 1550px) {
  .home-hero {
    height: auto;
  }
}
.home-hero .container {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}
.home-hero::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 70%;
  z-index: 1;
  height: 100%;
  background: rgb(2, 23, 43);
  background: linear-gradient(90deg, rgb(2, 23, 43) 0%, rgba(2, 23, 43, 0) 100%);
}
@media (max-width: 960px) {
  .home-hero::before {
    background: #02172b;
    opacity: 0.7;
    width: 100%;
  }
}
@media (max-width: 1430px) {
  .home-hero h1 {
    font-size: 30px;
  }
}
@media (max-width: 640px) {
  .home-hero h1 {
    font-size: 24px;
  }
}
@media (max-width: 640px) {
  .home-hero a {
    font-size: 12px;
  }
}

.scroll-down {
  position: absolute;
  width: 40px;
  height: 100%;
  top: 0;
  display: flex;
  align-items: flex-end;
  left: 65px;
  padding-bottom: 40px;
  z-index: 3;
}
@media (max-width: 1430px) {
  .scroll-down {
    left: auto;
    right: 20px;
    bottom: 90px;
  }
}
@media (max-width: 960px) {
  .scroll-down {
    display: none;
  }
}
.scroll-down a {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 12px;
  justify-content: center;
  text-transform: uppercase;
  color: white;
  letter-spacing: 0.1em;
  white-space: nowrap;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  opacity: 0.4;
}
.scroll-down a:hover {
  text-decoration: none;
  opacity: 1;
}
.scroll-down a:hover img {
  top: 15px;
}
.scroll-down img {
  position: relative;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  top: 0;
  display: block;
}

.hero-text {
  position: relative;
  z-index: 2;
  max-width: 522px;
}
@media (max-width: 1550px) {
  .hero-text {
    padding: 180px 0;
  }
}
@media (max-width: 960px) {
  .hero-text {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .hero-text h1:before {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 640px) {
  .hero-text {
    padding: 170px 0 120px;
  }
}
.hero-text h1,
.hero-text p {
  color: white;
}
.hero-text .btn-arrow {
  color: white;
  font-weight: 600;
  margin-left: 20px;
}
@media (max-width: 640px) {
  .hero-text .btn-arrow {
    margin-left: 10px;
  }
}

.home-project {
  padding: 160px 0 80px;
  position: relative;
}
@media (max-width: 1550px) {
  .home-project {
    padding: 100px 0 60px;
  }
}
@media (max-width: 767px) {
  .home-project {
    padding: 70px 0 60px;
  }
}
.home-project.waves-before:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100px;
  background-image: url("images/png/waves.png");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
  top: -98px;
  z-index: 2;
}

.centered-text {
  max-width: 812px;
  margin-left: auto;
  margin-right: auto;
}

.centered-text-big {
  max-width: 922px;
  margin-left: auto;
  margin-right: auto;
}

.title-style.tac h2:first-of-type::before {
  left: 50%;
  transform: translateX(-50%);
}

.logos-parteners {
  padding-top: 60px;
  margin-top: 60px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
}
@media (max-width: 640px) {
  .logos-parteners {
    padding-top: 40px;
    margin-top: 40px;
  }
}

.logo-item {
  padding: 10px 15px;
}
@media (max-width: 640px) {
  .logo-item {
    padding: 10px;
    width: 33.3333%;
  }
}
.logo-item img {
  max-width: 162px;
}
@media (max-width: 640px) {
  .logo-item img {
    max-width: 100%;
  }
}

.flex-logos {
  justify-content: center;
  align-items: center;
}

.gradient-blue {
  background: rgb(235, 246, 253);
  background: linear-gradient(0deg, rgb(235, 246, 253) 0%, rgb(255, 255, 255) 100%);
}

.logo-shape-icons {
  transform: rotate(270deg);
  top: -50px;
}
@media (max-width: 1430px) {
  .logo-shape-icons {
    top: 0;
  }
}

.icon-box {
  padding: 35px 50px 75px;
  background-color: white;
  box-shadow: 0px 15px 10px 0px rgba(131, 131, 131, 0.11);
  border-radius: 10px;
}
@media (max-width: 1430px) {
  .icon-box {
    padding: 40px 30px;
  }
}
@media (max-width: 960px) {
  .icon-box {
    padding: 30px 20px;
  }
}
@media (max-width: 960px) {
  .icon-box img {
    height: 70px;
  }
}

.title-icon {
  font-size: 20px;
  font-weight: 600;
  color: #0D0D0D;
  line-height: 1.4;
  margin-top: 10px;
  margin-bottom: 20px;
}
@media (max-width: 960px) {
  .title-icon {
    font-size: 16px;
  }
}

.text-icon {
  margin: 0;
}

.icon-item {
  margin-top: 30px;
  position: relative;
  top: 0;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
}
@media (max-width: 767px) {
  .icon-item {
    width: 100%;
    text-align: center;
  }
}
.icon-item:nth-child(3n+2) {
  top: 30px;
}
@media (max-width: 767px) {
  .icon-item:nth-child(3n+2) {
    top: 0;
  }
}
.icon-item:nth-child(3n+2):hover {
  top: 50px;
}
@media (max-width: 767px) {
  .icon-item:nth-child(3n+2):hover {
    top: 0;
  }
}
.icon-item:hover {
  top: 20px;
}
@media (max-width: 767px) {
  .icon-item:hover {
    top: 0;
  }
}

.section-image {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .section-image {
    display: block;
  }
}

.image-left {
  position: absolute;
  width: 50%;
  height: 100%;
}
@media (max-width: 767px) {
  .image-left {
    width: 100%;
    height: 320px;
    position: relative;
  }
}
.image-left .cover {
  width: 100%;
  height: 100%;
  border-radius: 0 10px 10px 0;
}
@media (max-width: 767px) {
  .image-left .cover {
    border-radius: 0;
  }
}

.section-text {
  width: 50%;
  margin-left: auto;
  max-width: 565px;
  padding: 90px 0 90px 30px;
}
@media (max-width: 960px) {
  .section-text {
    padding: 50px 0 50px 40px;
  }
}
@media (max-width: 767px) {
  .section-text {
    padding: 20px 0 0 0;
    width: 100%;
    max-width: 100%;
  }
}
.section-text .button1 {
  margin-top: 30px;
}
@media (max-width: 960px) {
  .section-text .button1 {
    margin-top: 20px;
  }
}

.map-steps {
  position: relative;
  display: flex;
  margin-top: 45px;
  margin-bottom: 30px;
  margin-left: -10px;
  margin-right: -10px;
}
@media (max-width: 640px) {
  .map-steps {
    margin-top: 35px;
    flex-wrap: wrap;
  }
}
.map-steps::before {
  content: "";
  display: block;
  position: absolute;
  width: 572px;
  height: 130px;
  background-image: url("images/svg/lines.svg");
  background-repeat: no-repeat;
  left: 50%;
  transform: translateX(-50%);
  bottom: 39px;
}
@media (max-width: 1300px) {
  .map-steps::before {
    display: none;
  }
}

.map-step {
  width: 33.333%;
  text-align: center;
  counter-increment: my-counter2;
  padding: 0 10px;
}
@media (max-width: 640px) {
  .map-step {
    width: 100%;
    margin-top: 30px;
  }
}
.map-step:first-child + .map-step {
  margin-top: 57px;
}
@media (max-width: 640px) {
  .map-step:first-child + .map-step {
    margin-top: 30px;
  }
}

.step-box {
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  max-width: 232px;
  background-color: white;
  text-align: center;
  box-shadow: 0px 15px 10px 0px rgba(131, 131, 131, 0.11);
  border-radius: 10px;
  padding: 30px;
}
@media (max-width: 767px) {
  .step-box {
    padding: 20px;
  }
}
.step-box:hover {
  text-decoration: none;
}
.step-box::before {
  content: counter(my-counter2);
  color: #212121;
  opacity: 0.05;
  font-size: 76px;
  font-weight: 700;
  position: absolute;
  bottom: -20px;
  right: 10px;
}

.step-image img {
  max-height: 80px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .step-image img {
    max-height: 60px;
  }
}

.step-text {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 15px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .step-text {
    font-size: 13px;
  }
}

.section-map {
  position: relative;
}
.section-map::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("images/png/map-grey.png");
  opacity: 0.5;
}
.section-map .container {
  position: relative;
  z-index: 1;
}

.section-banner {
  margin-top: -60px;
}
@media (max-width: 640px) {
  .section-banner {
    margin-top: -40px;
  }
}

.banner-space {
  padding: 132px;
  border-radius: 10px;
  position: relative;
}
@media (max-width: 960px) {
  .banner-space {
    padding: 100px 260px 100px 50px;
  }
}
@media (max-width: 767px) {
  .banner-space {
    padding: 60px 160px 60px 50px;
  }
}
@media (max-width: 640px) {
  .banner-space {
    padding: 60px 20px 30px;
    text-align: center;
  }
}
.banner-space h4 {
  margin-top: 0;
}
.banner-space .title-style {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
@media (max-width: 960px) {
  .banner-space .title-style {
    text-align: left !important;
    margin-left: 0;
  }
}
@media (max-width: 640px) {
  .banner-space .title-style {
    text-align: center !important;
  }
}
.banner-space .button1 {
  margin-top: 20px;
}
@media (max-width: 640px) {
  .banner-space .button1 {
    margin-top: 0;
  }
}

.space-image {
  position: absolute;
  right: 30px;
  bottom: 40px;
}
@media (max-width: 960px) {
  .space-image {
    right: 0;
    bottom: 20px;
  }
}
@media (max-width: 767px) {
  .space-image {
    width: 160px;
  }
}
@media (max-width: 640px) {
  .space-image {
    position: relative;
    right: 0;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

.contact-section {
  max-width: 668px;
  position: relative;
  z-index: 1;
}
@media (max-width: 960px) {
  .contact-section {
    max-width: 540px;
  }
}
@media (max-width: 767px) {
  .contact-section {
    max-width: 340px;
  }
  .contact-section .col_50 {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .contact-section {
    max-width: 100%;
  }
}

.contact-girl {
  position: absolute;
  right: 0;
  bottom: -120px;
}
@media (max-width: 1550px) {
  .contact-girl {
    bottom: -91px;
  }
}
@media (max-width: 960px) {
  .contact-girl {
    right: -40px;
  }
}
@media (max-width: 767px) {
  .contact-girl {
    bottom: -65px;
    right: -70px;
  }
}
@media (max-width: 640px) {
  .contact-girl {
    opacity: 0.7;
  }
}
@media (max-width: 480px) {
  .contact-girl {
    display: none;
  }
}
.contact-girl img {
  display: block;
}
@media (max-width: 1550px) {
  .contact-girl img {
    height: 720px;
  }
}
@media (max-width: 960px) {
  .contact-girl img {
    height: 680px;
  }
}

@media (max-width: 640px) {
  .blog-top-flex {
    display: block;
  }
  .blog-top-flex .col_60,
  .blog-top-flex .col_40 {
    width: 100%;
    text-align: center;
  }
  .blog-top-flex h2:before {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 640px) {
  .blog-top-flex .slider-arrows {
    display: none;
  }
}

.breadcrumbs-section span,
.breadcrumbs-section a {
  display: inline;
  color: white;
}
.breadcrumbs-section p {
  margin: 0;
  font-size: 14px;
  line-height: 1.2;
  color: white;
}
@media (max-width: 1300px) {
  .breadcrumbs-section p {
    font-size: 13px !important;
  }
}
@media (max-width: 767px) {
  .breadcrumbs-section p {
    font-size: 12px !important;
  }
}
@media (max-width: 640px) {
  .breadcrumbs-section p {
    font-size: 11px !important;
  }
}
.breadcrumbs-section a {
  text-decoration: none;
}
.breadcrumbs-section i {
  margin: 0 10px;
  color: white;
  line-height: 1;
  position: relative;
  top: -1px;
  font-size: 11px;
}
@media (max-width: 767px) {
  .breadcrumbs-section i {
    font-size: 9px;
    margin: 0 5px;
  }
}
.breadcrumbs-section .breadcrumb_last {
  text-decoration: underline;
  color: #A4D4F8;
}

.hero-inner {
  position: relative;
  background-color: #212121;
  padding: 200px 0 80px;
}
@media (max-width: 1300px) {
  .hero-inner {
    padding-top: 170px;
  }
}
@media (max-width: 960px) {
  .hero-inner {
    padding-bottom: 30px;
    padding-top: 120px;
  }
}
@media (max-width: 640px) {
  .hero-inner {
    padding-top: 120px;
    padding-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .hero-inner {
    padding-top: 80px;
    padding-bottom: 20px;
  }
}
.hero-inner h1 {
  color: white;
  margin-bottom: 0;
}
@media (max-width: 640px) {
  .hero-inner h1 {
    font-size: 24px;
  }
}
@media (max-width: 640px) {
  .hero-inner p {
    font-size: 13px;
  }
}

.hero-inner-text {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 30px;
}
.hero-inner-text h1::before {
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .section2cols {
    display: block;
  }
}
.section2cols .col_50 {
  max-width: 570px;
}
@media (max-width: 767px) {
  .section2cols .col_50 {
    width: 100%;
    max-width: 100%;
  }
}
.section2cols .col_50:last-child {
  margin-left: auto;
}

.no-margin {
  margin: 0;
}

.triangle-cols {
  right: 50px;
  bottom: 100px;
}
@media (max-width: 1430px) {
  .triangle-cols {
    right: 20px;
    bottom: 40px;
  }
}
@media (max-width: 767px) {
  .triangle-cols {
    bottom: auto;
    top: 0;
    left: -20px;
    right: auto;
  }
}

.triangle-hero-inner {
  left: 100px;
  bottom: -70px;
  z-index: 2;
}
@media (max-width: 1300px) {
  .triangle-hero-inner {
    bottom: -30px;
    left: 20px;
  }
}

@media (max-width: 767px) {
  .section-about {
    padding-top: 0;
  }
}

.template-page {
  padding: 160px 0 90px;
}
@media (max-width: 1550px) {
  .template-page {
    padding-top: 130px;
  }
}
@media (max-width: 1300px) {
  .template-page {
    padding-top: 110px;
  }
}
@media (max-width: 960px) {
  .template-page {
    padding: 90px 0 70px;
  }
}
@media (max-width: 480px) {
  .template-page {
    padding: 90px 0 40px;
  }
}
.template-page .the-content h2 {
  font-size: 42px;
}
@media (max-width: 1100px) {
  .template-page .the-content h2 {
    font-size: 36px;
  }
}
@media (max-width: 960px) {
  .template-page .the-content h2 {
    font-size: 30px;
  }
}

.map-section {
  margin-bottom: 80px;
}

.contact-form {
  padding: 50px 28px 50px 0;
}
@media (max-width: 1300px) {
  .contact-form {
    padding-right: 30px;
  }
}
@media (max-width: 960px) {
  .contact-form {
    padding: 0;
  }
}
@media (max-width: 640px) {
  .contact-form .row.flex {
    display: block;
  }
}
@media (max-width: 640px) {
  .contact-form .col_50 {
    width: 100%;
  }
}
.contact-form h2 {
  margin-top: 0;
}
.contact-form input,
.contact-form textarea {
  background-color: white;
}
.contact-form input[type=submit] {
  background-color: #EF6D49;
}
.contact-form form p {
  margin: 0;
}
.contact-form .form-subm {
  margin-top: 30px;
}
.contact-form .form-subm input[type=submit] {
  margin-top: 0;
}

.form-flex {
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}
@media (max-width: 1300px) {
  .form-flex {
    display: block;
  }
}
.form-flex label {
  width: 100%;
  display: block;
}
.form-flex .form-row {
  margin-left: 0;
  margin-right: 0;
  display: block;
}
.form-flex input,
.form-flex textarea {
  margin-bottom: 0;
}

.form-row50 {
  width: 50%;
  padding: 0 10px;
}
@media (max-width: 1300px) {
  .form-row50 {
    width: 100%;
  }
}

.form-row100 {
  width: 100%;
  padding: 0 10px;
}

.contact-sidebar-box {
  padding: 60px 30px;
  position: relative;
  z-index: 1;
}
@media (max-width: 960px) {
  .contact-sidebar-box {
    padding: 0;
    max-width: 100%;
  }
}

.contact-item {
  position: relative;
  margin-bottom: 24px;
}
.contact-item:first-child {
  margin-top: 0;
}

.contact-flex {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .contact-flex {
    display: block;
    padding-bottom: 50px;
    margin-top: 30px;
  }
  .contact-flex .col_60,
  .contact-flex .col_40 {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .contact-flex {
    margin-top: 15px;
  }
}
@media (max-width: 1100px) {
  .contact-flex .col_60 .col_50 {
    width: 100%;
  }
}

.contact-icon {
  position: absolute;
  left: 0;
  top: 21px;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  background: rgb(178, 47, 128);
  background: linear-gradient(90deg, rgb(178, 47, 128) 0%, rgb(239, 109, 73) 100%);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .contact-icon {
    width: 45px;
    top: 12px;
    height: 45px;
  }
}
@media (max-width: 480px) {
  .contact-icon {
    width: 40px;
    height: 40px;
    top: 17px;
  }
}
.contact-icon img {
  width: auto;
  height: auto;
}
@media (max-width: 767px) {
  .contact-icon img {
    width: 15px;
  }
}
@media (max-width: 480px) {
  .contact-icon img {
    width: 13px;
  }
}

@media (max-width: 767px) {
  .contact-list {
    margin-bottom: 20px;
  }
}

.contact-list-item {
  padding: 30px 0 30px 70px;
  position: relative;
}
@media (max-width: 767px) {
  .contact-list-item {
    padding-left: 58px;
    padding-top: 18px;
    padding-bottom: 18px;
  }
}
.contact-list-item .contact-top {
  text-transform: uppercase;
  font-weight: 600;
  color: #A4D4F8;
  letter-spacing: 0.1;
  line-height: 1.2;
  display: block;
}
.contact-list-item a {
  display: block;
  font-weight: 500;
  line-height: 1.3;
  margin-top: 5px;
}
@media (max-width: 640px) {
  .contact-list-item a {
    font-size: 13px;
  }
}

.wpcf7-form .recaptcha {
  margin-top: 10px;
}

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

.wpcf7-acceptance .wpcf7-list-item-label {
  width: calc(100% - 28px);
}
.wpcf7-acceptance .wpcf7-list-item-label a {
  display: inline;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  font-size: 13px;
}
.form-row span,
.form-row label,
.form-row li,
.form-row p {
  font-size: 13px;
}
@media (max-width: 767px) {
  .form-row span,
  .form-row label,
  .form-row li,
  .form-row p {
    font-size: 13px;
  }
}
@media (max-width: 640px) {
  .form-row span,
  .form-row label,
  .form-row li,
  .form-row p {
    font-size: 13px;
  }
}
.form-row .accept-terms {
  width: 100%;
  padding: 0 10px;
}
.form-row .accept-terms .wpcf7-acceptance input[type=checkbox] {
  top: 1px;
}

#popup-product .form-row .accept-terms .wpcf7-acceptance input[type=checkbox] {
  top: 5px;
}
@media (max-width: 767px) {
  #popup-product .form-row .accept-terms .wpcf7-acceptance input[type=checkbox] {
    top: 1px;
  }
}

.form-cell {
  padding: 0 10px;
}
.form-cell.cell50 {
  width: 50%;
}
@media (max-width: 640px) {
  .form-cell.cell50 {
    width: 100%;
  }
}
.form-cell.cell100 {
  width: 100%;
}
.form-cell p {
  margin: 0;
}

p.form-label {
  display: block;
  margin-bottom: 5px;
}

.wpcf7-form-control-wrap {
  display: block;
}

.wpcf7-list-item {
  display: block;
  position: relative;
  padding-left: 30px;
}
.wpcf7-list-item label {
  display: block;
  width: 100%;
}

.wpcf7-acceptance {
  display: block;
  position: relative;
}
.wpcf7-acceptance input[type=radio],
.wpcf7-acceptance input[type=checkbox] {
  position: absolute;
  left: 0;
  top: 0;
}

.submit-btn {
  padding: 0 10px;
}
@media (max-width: 350px) {
  .submit-btn {
    width: 100%;
  }
}
.submit-btn input {
  margin: 0;
}

.blog-flex {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
}
@media (max-width: 1300px) {
  .blog-flex {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.blog-flex::before {
  z-index: -1;
  content: "";
  display: block;
  position: absolute;
  left: -100px;
  bottom: -90px;
  width: 290px;
  height: 290px;
  border-radius: 100%;
  background-color: #fff6f1;
}
.blog-flex .blog-slide {
  width: 33.33%;
  padding: 10px;
}
@media (max-width: 1300px) {
  .blog-flex .blog-slide {
    padding: 10px;
  }
}
@media (max-width: 960px) {
  .blog-flex .blog-slide .blog-box-overlay h3 {
    font-size: 16px;
  }
  .blog-flex .blog-slide .category-blog-top span,
  .blog-flex .blog-slide .category-blog-top strong {
    font-size: 12px;
    line-height: 1.2;
  }
}
@media (max-width: 960px) {
  .blog-flex .blog-slide {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .blog-flex .blog-slide {
    width: 100%;
  }
}

.blog-slider .slick-track {
  display: flex;
  align-items: stretch;
}
@media (max-width: 640px) {
  .blog-slider {
    padding-right: 30px;
  }
  .blog-slider .slick-list {
    overflow: visible;
  }
}
.blog-slider .blog-slide {
  height: auto;
}

.slider-arrows {
  display: flex;
  align-items: center;
  margin-left: -10px;
  margin-right: -10px;
}
.slider-arrows.mla {
  justify-content: flex-end;
}

.slider-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 62px;
  cursor: pointer;
  height: 62px;
  border-radius: 100%;
  background-color: white;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  margin: 0 10px;
}
@media (max-width: 960px) {
  .slider-arrow {
    height: 54px;
    width: 54px;
  }
}

.category-blog-top {
  color: #3e3e3e;
  font-size: 14px;
}
.category-blog-top span {
  text-decoration: underline;
}

.blog-filters {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .blog-filters {
    margin-bottom: 30px;
  }
}
.blog-filters li {
  margin: 10px;
  position: relative;
}
@media (max-width: 640px) {
  .blog-filters li {
    margin: 4px;
  }
}
.blog-filters li:first-child::before {
  display: none;
}
.blog-filters li.active a {
  color: white;
  background-color: #B22F80;
}
.blog-filters li.active a:hover {
  background-color: #8a2463;
}
.blog-filters a {
  display: block;
  padding: 15px 30px;
  background-color: #FAFAFA;
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
  border-radius: 32px;
  color: #aeacac;
}
@media (max-width: 1300px) {
  .blog-filters a {
    font-size: 14px;
    padding: 12px 24px;
  }
}
@media (max-width: 640px) {
  .blog-filters a {
    font-size: 13px;
    padding: 10px 18px;
  }
}
.blog-filters a:hover {
  text-decoration: none;
  background-color: #F2F2F2;
  color: white;
}

.pagination-top-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .pagination-top-flex {
    margin-bottom: 20px;
  }
}

.blog-item {
  display: block;
  width: 100%;
  height: 100%;
  background-color: white;
  box-shadow: 0px 0px 9px 3px rgba(0, 0, 0, 0.06);
  border-radius: 8px;
}
.blog-item:hover {
  text-decoration: none;
}
.blog-item:hover .cover {
  transform: scale(1.1);
}
.blog-item:hover .blog-excerpt p {
  opacity: 1;
}
.blog-item .ovh {
  overflow: hidden;
  border-radius: 8px;
}
.blog-item .cover {
  width: 100%;
  height: 290px;
  position: relative;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  border-radius: 8px;
}
@media (max-width: 640px) {
  .blog-item .cover {
    height: 0;
    padding-bottom: 74%;
  }
}

.blog-text {
  padding: 20px 20px 30px;
}
@media (max-width: 640px) {
  .blog-text {
    padding: 15px 15px 20px;
  }
}

.blog-about span {
  font-size: 14px;
  color: #212121;
  opacity: 0.7;
}
@media (max-width: 960px) {
  .blog-about span {
    font-size: 12px;
  }
}

.blog-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 10px;
  line-height: 1.4;
}
@media (max-width: 960px) {
  .blog-title {
    font-size: 15px;
  }
}

.blog-slide {
  padding: 15px;
}
@media (max-width: 960px) {
  .blog-slide {
    padding: 0 10px;
  }
}
@media (max-width: 640px) {
  .blog-slide {
    padding: 0 6px;
  }
}

.blog-wrap {
  padding: 70px 0 90px;
}
@media (max-width: 1300px) {
  .blog-wrap {
    padding-top: 40px;
  }
}
@media (max-width: 960px) {
  .blog-wrap {
    padding: 40px 0 50px;
  }
}
@media (max-width: 767px) {
  .blog-wrap {
    padding-top: 30px;
  }
}
.blog-wrap .container {
  position: relative;
  z-index: 1;
}
.blog-wrap .tac {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.blog-wrap .blog-item {
  background-color: white;
  height: 100%;
}
.blog-wrap .logo-shape-icons {
  -ms-transform: rotate(0); /* IE 9 */
  -moz-transform: rotate(0); /* Firefox */
  -webkit-transform: rotate(0); /* Safari and Chrome */
  -o-transform: rotate(0); /* Opera */
  bottom: 0;
  top: auto;
  right: -50px;
}

.single-post {
  padding-top: 0;
}
@media (max-width: 767px) {
  .single-post {
    padding-top: 30px;
  }
}
.single-post .blog-right-sidebar .cover {
  margin-top: -40px;
  margin-bottom: -20px;
}

.blog-box {
  display: block;
}

.wp-pagenavi {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .wp-pagenavi {
    margin-top: 30px;
  }
}
.wp-pagenavi .page-numbers {
  display: flex;
  align-items: center;
  margin-left: -7px;
  margin-right: -7px;
}
@media (max-width: 767px) {
  .wp-pagenavi .page-numbers {
    margin-left: -5px;
    margin-right: -5px;
  }
}
.wp-pagenavi ul.page-numbers {
  justify-content: center;
}
@media (max-width: 767px) {
  .wp-pagenavi ul.page-numbers {
    justify-content: center;
  }
}
.wp-pagenavi li {
  margin: 2px 9px;
}
@media (max-width: 767px) {
  .wp-pagenavi li {
    margin: 2px 7px;
  }
}
.wp-pagenavi a,
.wp-pagenavi span {
  padding: 10px 15px;
  line-height: 1;
  display: flex !important;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  font-weight: 500;
  margin: 0;
}
@media (max-width: 767px) {
  .wp-pagenavi a,
  .wp-pagenavi span {
    width: 36px;
    font-size: 15px;
    height: 36px;
  }
}
.wp-pagenavi span {
  background: rgb(178, 47, 128);
  background: linear-gradient(90deg, rgb(178, 47, 128) 0%, rgb(239, 109, 73) 100%);
  color: white;
  font-weight: 500;
}
.wp-pagenavi a:hover {
  text-decoration: none;
  opacity: 0.6;
  background-color: #B22F80;
  color: white;
}
.wp-pagenavi .next,
.wp-pagenavi .prev {
  font-weight: 900;
}

.blog-single-wrap,
.donate-page-wrap {
  padding: 100px 0;
}
@media (max-width: 1100px) {
  .blog-single-wrap,
  .donate-page-wrap {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .blog-single-wrap,
  .donate-page-wrap {
    padding: 30px 0 40px;
  }
}

.blog-single-wrap .dots-grey {
  right: auto;
  bottom: auto;
  left: -200px;
  top: 300px;
}
@media (max-width: 640px) {
  .blog-single-wrap .dots-grey {
    left: auto;
    top: 400px;
  }
}

.blog-single-text {
  margin-top: 80px;
}

.blog-share {
  padding: 40px 0;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  margin: 40px 0;
  display: flex;
  align-items: center;
}
@media (max-width: 1430px) {
  .blog-share {
    padding: 30px 0;
    margin: 30px 0;
  }
}
@media (max-width: 960px) {
  .blog-share {
    display: block;
    padding: 25px 0;
  }
}
.blog-share h4 {
  margin: 0;
}

.blog-box-bottom {
  position: relative;
  padding: 30px;
}
.blog-box-bottom::before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: white;
  display: block;
  position: absolute;
  right: 20px;
  top: -20px;
  width: 42px;
  height: 42px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  background-color: #B22F80;
  box-shadow: 0px 0px 9px 3px rgba(0, 0, 0, 0.09);
}
@media (max-width: 1100px) {
  .blog-box-bottom {
    padding: 20px;
  }
}
.blog-box-bottom h4 {
  margin-bottom: 9px;
}

.blog-below-title {
  display: flex;
}

.blog-date-article {
  position: relative;
  padding-left: 30px;
  margin-right: 20px;
}
.blog-date-article::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 22px;
  height: 20px;
  background-image: url("images/svg/date-gold.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.blog-comments-list {
  position: relative;
  padding-left: 30px;
}
.blog-comments-list::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  width: 21px;
  height: 20px;
  left: 0;
  background-image: url("images/svg/comments-gold.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.blog-excerpt p {
  color: #585858;
  opacity: 0.8;
  margin: 10px 0 0;
}

.social-share {
  display: flex;
  margin-left: 20px;
  flex-wrap: wrap;
}
@media (max-width: 960px) {
  .social-share {
    margin-left: 0;
    margin-top: 10px;
  }
}
.social-share li {
  margin-left: 10px;
}
@media (max-width: 960px) {
  .social-share li {
    margin-left: 0;
    margin-right: 10px;
  }
}
.social-share a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  text-align: center;
  border: 2px solid #ac94d4;
  border-radius: 50%;
}
@media (max-width: 1300px) {
  .social-share a {
    width: 44px;
    height: 44px;
  }
  .social-share a img {
    max-height: 16px;
  }
}
.social-share a:hover {
  background-color: #f3eff9;
}

.comment-respond {
  background-color: white;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.07);
  padding: 40px;
  border-radius: 10px;
}
@media (max-width: 1100px) {
  .comment-respond {
    padding: 30px;
  }
}
@media (max-width: 640px) {
  .comment-respond {
    padding: 20px;
  }
}
.comment-respond p {
  margin: 0;
}

.comment-form {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.comment-form p {
  padding: 0 10px;
  width: 100%;
}
.comment-form p.comment-form-author, .comment-form p.comment-form-email {
  width: 50%;
}
@media (max-width: 640px) {
  .comment-form p.comment-form-author, .comment-form p.comment-form-email {
    width: 100%;
  }
}
.comment-form p.comment-notes {
  margin-bottom: 20px;
}
.comment-form p a:hover {
  color: #B22F80;
}

.comment-form-cookies-consent {
  padding-left: 25px;
  position: relative;
}
.comment-form-cookies-consent label {
  padding-left: 32px;
  width: calc(100% - 25px);
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 767px) {
  .comment-form-cookies-consent label {
    font-size: 14px;
  }
}
.comment-form-cookies-consent input {
  position: absolute;
  left: 10px;
  top: 0;
}

.comment-notes span {
  display: block;
}

span.required {
  color: red;
  display: inline;
}

.required-field-message {
  margin-top: 20px;
  display: block;
  margin-bottom: 10px;
  background-color: #ececec;
  color: #0D0D0D;
  padding: 10px;
  border-radius: 5px;
  font-size: 13px;
}

#comments {
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 767px) {
  #comments {
    font-size: 18px;
  }
}

.comment-body {
  position: relative;
}

.comment-awaiting-moderation {
  font-size: 12px;
  padding-left: 50px;
}

.comment-author {
  position: relative;
  padding-left: 50px;
}
.comment-author img {
  border-radius: 100%;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 0;
}
.comment-author cite {
  font-style: normal;
  font-weight: 600;
  padding-right: 75px;
  color: #0D0D0D;
  font-family: "Poppins", sans-serif;
}

.comment-body br {
  display: none;
}
.comment-body p {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #e1e1e1;
  margin-bottom: 0;
}

.says {
  display: none;
}

.date-blog-post {
  display: block;
  color: #585858;
  font-size: 14px;
  margin-top: 4px;
}

.blog-sidebar-box {
  border-radius: 8px;
  padding: 45px 40px;
  background-color: white;
  box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.12);
  margin-top: 40px;
}
@media (max-width: 1550px) {
  .blog-sidebar-box {
    padding: 35px 30px;
    margin-top: 30px;
  }
}
@media (max-width: 960px) {
  .blog-sidebar-box {
    padding: 25px 20px;
  }
}
.blog-sidebar-box:first-child {
  margin-top: 0;
}

.sidebar-title {
  padding-bottom: 12px;
  margin-bottom: 20px;
  border-bottom: 1px solid #f0f0f0;
}
@media (max-width: 960px) {
  .sidebar-title {
    padding-bottom: 8px;
    margin-bottom: 15px;
  }
}

.categories-List li {
  position: relative;
  margin: 15px 0;
}
.categories-List li:first-child {
  border-top: none;
}
.categories-List li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 5px;
  height: 100%;
  top: 0;
  opacity: 0;
  background: rgb(239, 109, 73);
  background: linear-gradient(0deg, rgb(239, 109, 73) 0%, rgb(178, 47, 128) 100%);
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.categories-List li.current-menu-item:before {
  opacity: 1;
}
.categories-List li.current-menu-item a {
  color: #0D0D0D;
  font-weight: 700;
  padding-left: 20px;
  opacity: 1;
}
.categories-List li:hover:before {
  opacity: 1;
}
.categories-List li:hover a {
  color: #0D0D0D;
  opacity: 1;
  padding-left: 20px;
}
.categories-List a {
  color: #0D0D0D;
  display: block;
  font-weight: 500;
  opacity: 0.42;
  padding-left: 0;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
}
.categories-List a:hover {
  text-decoration: none;
}
.categories-List a:hover {
  color: #B22F80;
}

.comment-reply-title {
  margin-bottom: 10px;
  text-align: left;
  display: block;
  font-size: 20px;
  width: 100%;
  font-weight: 600;
}

.blog-post-image {
  width: 94px;
  height: 70px;
  display: block;
  border-radius: 5px;
  position: relative;
}
@media (max-width: 960px) {
  .blog-post-image {
    width: 60px;
    height: 45px;
  }
}
.blog-post-image:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.blog-search form {
  position: relative;
}
.blog-search input {
  margin: 0;
  padding: 20px 70px 20px 20px;
  background-color: rgb(240, 240, 240);
}
.blog-search button {
  position: absolute;
  background: transparent;
  box-shadow: none;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  width: 50px;
  height: 50px;
  background: rgb(178, 47, 128);
  background: linear-gradient(90deg, rgb(178, 47, 128) 0%, rgb(239, 109, 73) 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  text-align: left;
  margin: 0;
}
.blog-search button img {
  width: 24px;
}

.title-line {
  font-size: 20px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin: 0 0 20px;
  color: #0D0D0D;
  line-height: 1.1;
}
@media (max-width: 960px) {
  .title-line {
    font-size: 18px;
  }
}

.best-posts a {
  display: flex;
}

.blog-infos {
  padding: 20px 0;
  border-top: 1px dashed #DBDBDB;
  border-bottom: 1px dashed #DBDBDB;
  margin-bottom: 30px;
  display: flex;
}
@media (max-width: 767px) {
  .blog-infos {
    flex-wrap: wrap;
    margin-left: -12px;
    margin-right: -12px;
    padding: 5px 0;
    margin-bottom: 20px;
  }
}

.blog-info-box {
  margin-left: 40px;
}
@media (max-width: 1100px) {
  .blog-info-box {
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  .blog-info-box {
    margin: 0;
    padding: 8px 12px;
  }
}
.blog-info-box:first-child {
  margin-left: 0;
}
.blog-info-box::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #B22F80;
  margin-right: 5px;
}
@media (max-width: 640px) {
  .blog-info-box span:first-child {
    font-size: 13px;
  }
}
.blog-info-box span.published-date,
.blog-info-box a {
  color: #0D0D0D;
  display: block;
  line-height: 1;
  font-weight: 600;
  font-size: 16px;
}
@media (max-width: 480px) {
  .blog-info-box span.published-date,
  .blog-info-box a {
    font-size: 14px;
  }
}
.blog-info-box a:hover {
  text-decoration: underline;
}

.category-box::before {
  content: "\f02b";
}

.date-box::before {
  content: "\f133";
}

.categories-right {
  position: relative;
  color: #B22F80;
  font-size: 12px;
  margin-top: 8px;
}
.categories-right span {
  color: inherit;
  font-size: 12px;
}
.categories-right::before {
  content: "\f02b";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #B22F80;
  margin-right: 5px;
}

.blog-single-categories {
  line-height: 1;
}
.blog-single-categories li {
  display: inline-block;
  position: relative;
  padding-left: 5px;
}
.blog-single-categories li:before {
  content: ",";
  display: block;
  position: absolute;
  left: -1px;
  bottom: -5px;
}
.blog-single-categories li:first-child {
  padding-left: 0;
}
.blog-single-categories li:first-child::before {
  display: none;
}

.share-buttons {
  display: flex;
}
@media (max-width: 640px) {
  .share-buttons {
    margin-top: 15px;
  }
}
.share-buttons a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  text-align: center;
  border: 2px solid #B22F80;
  color: #B22F80;
  border-radius: 50%;
}
@media (max-width: 1300px) {
  .share-buttons a {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 960px) {
  .share-buttons a {
    width: 35px;
    height: 35px;
  }
}
.share-buttons a:hover {
  background-color: #B22F80;
  color: white;
  text-decoration: none;
}
.share-buttons i {
  font-size: 20px;
}
@media (max-width: 960px) {
  .share-buttons i {
    font-size: 15px;
  }
}
.share-buttons li {
  margin-right: 20px;
}
@media (max-width: 960px) {
  .share-buttons li {
    margin-right: 15px;
  }
}
@media (max-width: 640px) {
  .share-buttons li {
    margin-left: 0;
    margin-right: 10px;
  }
}

@media (max-width: 767px) {
  .blog-posts .services-right {
    margin-top: 0;
    margin-bottom: 40px;
  }
}

.tags-single {
  padding-top: 20px;
  margin-top: 35px;
  border-top: 1px solid #DBDBDB;
  display: flex;
}
.tags-single h4 {
  margin-bottom: 0;
  white-space: nowrap;
}

.tags-list-post {
  margin-left: 10px;
}
.tags-list-post a {
  text-decoration: underline;
}
.tags-list-post a:hover {
  color: #B22F80;
}

p.title-single-blog {
  font-size: 36px;
  margin: 0;
  padding-bottom: 13px;
  font-weight: 600;
  line-height: 1.2;
  position: relative;
}
p.title-single-blog::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 74px;
  height: 4px;
  left: 50%;
  transform: translateX(-50%);
  background: rgb(239, 109, 73);
  background: linear-gradient(90deg, rgb(239, 109, 73) 0%, rgb(166, 35, 139) 51%, rgb(50, 124, 188) 100%);
}
@media (max-width: 640px) {
  p.title-single-blog::before {
    height: 3px;
  }
}
@media (max-width: 767px) {
  p.title-single-blog {
    font-size: 30px;
  }
}

.blog-box-bottom h3 {
  color: #0D0D0D;
}

.blog-single-top {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .blog-single-top {
    margin-top: 40px;
  }
}
.blog-single-top h1 {
  font-size: 30px;
  font-weight: 600;
}
@media (max-width: 640px) {
  .blog-single-top h1 {
    font-size: 24px;
  }
}

.hero-inner-blog img {
  border-radius: 20px;
}
@media (max-width: 480px) {
  .hero-inner-blog img {
    border-radius: 10px;
  }
}

.blog-content .the-content ul li {
  padding-left: 15px;
}
.blog-content .the-content ul li::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #B22F80;
  top: 8px;
}

.related-posts {
  margin-left: -8px;
  margin-right: -8px;
}
@media (max-width: 640px) {
  .related-posts {
    display: block;
  }
}
@media (max-width: 480px) {
  .related-posts {
    padding-right: 60px;
  }
  .related-posts .slick-list {
    overflow: visible;
  }
}
.related-posts:not(.slick-slider) {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  overflow: hidden;
  height: 555px;
}
.related-posts:not(.slick-slider) .blog-slide {
  width: 50%;
}
@media (max-width: 640px) {
  .related-posts:not(.slick-slider) .blog-slide {
    width: 100%;
  }
}
.related-posts .blog-slide {
  padding-left: 8px;
  padding-right: 8px;
}

.recent-post-single {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #e8e8e8;
}

.blog-flex {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
}
@media (max-width: 1300px) {
  .blog-flex {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.blog-flex .blog-slide {
  width: 33.33%;
  padding: 15px;
}
@media (max-width: 1300px) {
  .blog-flex .blog-slide {
    padding: 10px;
  }
}
@media (max-width: 960px) {
  .blog-flex .blog-slide {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .blog-flex .blog-slide {
    width: 100%;
  }
}

.blog-item {
  display: block;
  width: 100%;
  height: 100%;
  background-color: white;
  box-shadow: 0px 0px 9px 3px rgba(0, 0, 0, 0.06);
}
.blog-item:hover {
  text-decoration: none;
}
.blog-item:hover .cover {
  transform: scale(1.1);
}
.blog-item:hover .blog-excerpt p {
  opacity: 1;
}
.blog-item .cover {
  width: 100%;
  height: 290px;
  position: relative;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
}
@media (max-width: 960px) {
  .blog-item .cover {
    height: 220px;
  }
}
@media (max-width: 640px) {
  .blog-item .cover {
    height: 0;
    padding-bottom: 74%;
  }
}

.blog-slide {
  padding: 15px;
}
@media (max-width: 960px) {
  .blog-slide {
    padding: 0 10px;
  }
}

.blog-page-wrap {
  padding: 70px 0 90px;
}
@media (max-width: 1300px) {
  .blog-page-wrap {
    padding-top: 40px;
  }
}
@media (max-width: 960px) {
  .blog-page-wrap {
    padding: 40px 0 50px;
  }
}
@media (max-width: 767px) {
  .blog-page-wrap {
    padding-top: 30px;
  }
}
.blog-page-wrap .tac {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.blog-page-wrap .blog-item {
  background-color: white;
  height: 100%;
}

.blog-box {
  display: block;
}

.wp-pagenavi {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .wp-pagenavi {
    margin-top: 30px;
  }
}
.wp-pagenavi .page-numbers {
  display: flex;
  align-items: center;
  margin-left: -7px;
  margin-right: -7px;
}
@media (max-width: 767px) {
  .wp-pagenavi .page-numbers {
    margin-left: -5px;
    margin-right: -5px;
  }
}
.wp-pagenavi ul.page-numbers {
  justify-content: center;
}
@media (max-width: 767px) {
  .wp-pagenavi ul.page-numbers {
    justify-content: center;
  }
}
.wp-pagenavi li {
  margin: 2px 9px;
}
@media (max-width: 767px) {
  .wp-pagenavi li {
    margin: 2px 7px;
  }
}
.wp-pagenavi a,
.wp-pagenavi span {
  font-size: 16px;
  padding: 10px 15px;
  line-height: 1;
  display: flex !important;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  font-weight: 500;
  margin: 0;
}
@media (max-width: 767px) {
  .wp-pagenavi a,
  .wp-pagenavi span {
    width: 36px;
    font-size: 15px;
    height: 36px;
  }
}
.wp-pagenavi span {
  background-color: #B22F80;
  color: white;
  font-weight: 500;
}
.wp-pagenavi a:hover {
  text-decoration: none;
  opacity: 0.6;
  background-color: #B22F80;
  color: white;
}
.wp-pagenavi .next,
.wp-pagenavi .prev {
  font-weight: 900;
}

.blog-single-wrap,
.donate-page-wrap {
  padding: 100px 0;
}
@media (max-width: 1100px) {
  .blog-single-wrap,
  .donate-page-wrap {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .blog-single-wrap,
  .donate-page-wrap {
    padding: 30px 0 40px;
  }
}

.blog-single-wrap .dots-grey {
  right: auto;
  bottom: auto;
  left: -200px;
  top: 300px;
}
@media (max-width: 640px) {
  .blog-single-wrap .dots-grey {
    left: auto;
    top: 400px;
  }
}

.blog-single-text {
  margin-top: 80px;
}

.blog-share {
  padding: 40px 0;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  margin: 40px 0;
  display: flex;
  align-items: center;
}
@media (max-width: 1430px) {
  .blog-share {
    padding: 30px 0;
    margin: 30px 0;
  }
}
@media (max-width: 960px) {
  .blog-share {
    display: block;
    padding: 25px 0;
  }
}
.blog-share h4 {
  margin: 0;
}

.blog-box-bottom {
  position: relative;
  padding: 30px;
}
.blog-box-bottom::before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: white;
  display: block;
  position: absolute;
  right: 20px;
  top: -20px;
  width: 42px;
  height: 42px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  background-color: #B22F80;
  box-shadow: 0px 0px 9px 3px rgba(0, 0, 0, 0.09);
}
@media (max-width: 1100px) {
  .blog-box-bottom {
    padding: 20px;
  }
}
.blog-box-bottom h4 {
  margin-bottom: 9px;
}

.blog-below-title {
  display: flex;
}

.blog-date-article {
  position: relative;
  padding-left: 30px;
  margin-right: 20px;
}
.blog-date-article::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 22px;
  height: 20px;
  background-image: url("images/svg/date-gold.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.blog-comments-list {
  position: relative;
  padding-left: 30px;
}
.blog-comments-list::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  width: 21px;
  height: 20px;
  left: 0;
  background-image: url("images/svg/comments-gold.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.blog-excerpt p {
  color: #585858;
  opacity: 0.8;
  margin: 10px 0 0;
}

.social-share {
  display: flex;
  margin-left: 20px;
  flex-wrap: wrap;
}
@media (max-width: 960px) {
  .social-share {
    margin-left: 0;
    margin-top: 10px;
  }
}
.social-share li {
  margin-left: 10px;
}
@media (max-width: 960px) {
  .social-share li {
    margin-left: 0;
    margin-right: 10px;
  }
}
.social-share a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  text-align: center;
  border: 2px solid #ac94d4;
  border-radius: 50%;
}
@media (max-width: 1300px) {
  .social-share a {
    width: 44px;
    height: 44px;
  }
  .social-share a img {
    max-height: 16px;
  }
}
.social-share a:hover {
  background-color: #f3eff9;
}

.comment-form {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.comment-form p {
  padding: 0 10px;
  width: 100%;
}
.comment-form p.comment-form-author, .comment-form p.comment-form-email {
  width: 50%;
}
@media (max-width: 640px) {
  .comment-form p.comment-form-author, .comment-form p.comment-form-email {
    width: 100%;
  }
}
.comment-form p.comment-notes {
  margin-bottom: 20px;
}
.comment-form p a:hover {
  color: #B22F80;
}

.comment-form-cookies-consent {
  padding-left: 25px;
  position: relative;
}
.comment-form-cookies-consent label {
  padding-left: 32px;
  width: calc(100% - 25px);
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 767px) {
  .comment-form-cookies-consent label {
    font-size: 14px;
  }
}
.comment-form-cookies-consent input {
  position: absolute;
  left: 10px;
  top: 0;
}

.comment-notes span {
  display: block;
}

span.required {
  color: red;
  display: inline;
}

.comment-body {
  position: relative;
}

.commentlist {
  list-style: none;
  padding-inline-start: 0;
  margin-bottom: 40px;
}
@media (max-width: 1430px) {
  .commentlist {
    margin-bottom: 20px;
  }
}
.commentlist li {
  position: relative;
  padding: 15px;
  margin: 15px 0;
  background-color: white;
  border-radius: 5px;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.07);
}

.comment-awaiting-moderation {
  font-size: 12px;
  padding-left: 50px;
}

.comment-author {
  position: relative;
  padding-left: 50px;
}
.comment-author img {
  border-radius: 100%;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 0;
}
.comment-author cite {
  font-style: normal;
  font-weight: 600;
  padding-right: 75px;
  color: #0D0D0D;
  font-family: "Poppins", sans-serif;
}

.comment-body br {
  display: none;
}
.comment-body p {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #e1e1e1;
  margin-bottom: 0;
}

.says {
  display: none;
}

.comment-meta.commentmetadata {
  padding-left: 50px;
  font-size: 14px;
  margin-bottom: 10px;
}
.comment-meta.commentmetadata a:hover {
  color: #B22F80;
}

.date-blog-post {
  display: block;
  color: #585858;
  font-size: 14px;
  margin-top: 4px;
}

.reply {
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 640px) {
  .reply {
    position: relative;
    text-align: right;
  }
  .reply a {
    margin-left: auto;
  }
}
.reply a {
  display: inline-block;
  padding: 8px 10px;
  font-size: 12px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  line-height: 1;
  background-color: #B22F80;
  font-weight: 500;
  color: white;
  border-radius: 4px;
}
.reply a:hover {
  text-decoration: none;
  background-color: #8a2463;
  color: white;
}

.blog-sidebar-box {
  border-radius: 8px;
  padding: 45px 40px;
  background-color: white;
  box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.12);
  margin-top: 40px;
}
@media (max-width: 1550px) {
  .blog-sidebar-box {
    padding: 35px 30px;
    margin-top: 30px;
  }
}
@media (max-width: 960px) {
  .blog-sidebar-box {
    padding: 25px 20px;
  }
}
.blog-sidebar-box:first-child {
  margin-top: 0;
}

.sidebar-title {
  padding-bottom: 12px;
  margin-bottom: 20px;
  border-bottom: 1px solid #f0f0f0;
}
@media (max-width: 960px) {
  .sidebar-title {
    padding-bottom: 8px;
    margin-bottom: 15px;
  }
}

.tags-List {
  display: flex;
  flex-wrap: wrap;
  margin-left: -4px;
  margin-right: -4px;
}
@media (max-width: 960px) {
  .tags-List {
    margin-left: -2px;
    margin-right: -2px;
  }
}
.tags-List li {
  padding: 4px;
}
@media (max-width: 960px) {
  .tags-List li {
    padding: 2px;
  }
}
.tags-List a {
  display: block;
  background-color: #e0f0fd;
  color: #212121;
  padding: 8px 15px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  border-radius: 4px;
}
@media (max-width: 960px) {
  .tags-List a {
    font-size: 12px;
    padding: 8px 12px;
  }
}
.tags-List a:hover {
  background-color: #B22F80;
  border-color: #B22F80;
  color: white;
  text-decoration: none;
}

.blog-post-image {
  width: 94px;
  height: 70px;
  display: block;
  border-radius: 5px;
  position: relative;
}
@media (max-width: 960px) {
  .blog-post-image {
    width: 60px;
    height: 45px;
  }
}
.blog-post-image:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.best-posts li {
  padding: 15px 0;
  border-top: 1px dashed #DBDBDB;
  border-radius: 8px;
}
.best-posts li:first-child {
  border-top: none;
}
.best-posts a {
  display: flex;
}
.best-posts a:hover {
  text-decoration: none;
}
.best-posts a:hover h6 {
  opacity: 0.6;
}
.best-posts a:hover .blog-post-image:before {
  background-color: rgba(0, 0, 0, 0.4);
}

.blog-post-text {
  width: calc(100% - 94px);
  padding-left: 10px;
}
@media (max-width: 960px) {
  .blog-post-text {
    width: calc(100% - 60px);
  }
}
.blog-post-text h6 {
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
}
@media (max-width: 960px) {
  .blog-post-text h6 {
    font-size: 14px;
  }
}
@media (max-width: 960px) {
  .blog-post-text span {
    font-size: 12px;
    line-height: 1.2;
  }
  .blog-post-text span.blog-category {
    display: none;
  }
}

.blog-sidebar-item {
  margin-top: 40px;
  padding: 30px;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.07);
  border: 1px solid #e9f4fb;
  max-width: 367px;
}
@media (max-width: 1100px) {
  .blog-sidebar-item .comment-respond {
    margin-top: 30px;
    padding-top: 30px;
  }
}
@media (max-width: 640px) {
  .blog-sidebar-item .comment-respond {
    padding-top: 20px;
    max-width: 100%;
    margin-top: 20px;
  }
}
.blog-sidebar-item:first-child {
  border-top: none;
}

.blog-infos {
  padding: 20px 0;
  border-top: 1px dashed #DBDBDB;
  border-bottom: 1px dashed #DBDBDB;
  margin-bottom: 30px;
  display: flex;
}
@media (max-width: 767px) {
  .blog-infos {
    flex-wrap: wrap;
    margin-left: -12px;
    margin-right: -12px;
    padding: 5px 0;
    margin-bottom: 20px;
  }
}

.blog-info-box {
  margin-left: 40px;
}
@media (max-width: 1100px) {
  .blog-info-box {
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  .blog-info-box {
    margin: 0;
    padding: 8px 12px;
  }
}
.blog-info-box:first-child {
  margin-left: 0;
}
.blog-info-box::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #B22F80;
  margin-right: 5px;
}
@media (max-width: 640px) {
  .blog-info-box span:first-child {
    font-size: 13px;
  }
}
.blog-info-box span.published-date,
.blog-info-box a {
  color: #0D0D0D;
  display: block;
  line-height: 1;
  font-weight: 600;
}
@media (max-width: 480px) {
  .blog-info-box span.published-date,
  .blog-info-box a {
    font-size: 14px;
  }
}
.blog-info-box a:hover {
  text-decoration: underline;
}

.category-box::before {
  content: "\f02b";
}

.date-box::before {
  content: "\f133";
}

.categories-right {
  position: relative;
  color: #B22F80;
  font-size: 12px;
  margin-top: 8px;
}
.categories-right span {
  color: inherit;
  font-size: 12px;
}
.categories-right::before {
  content: "\f02b";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #B22F80;
  margin-right: 5px;
}

.blog-single-categories {
  line-height: 1;
}
.blog-single-categories li {
  display: inline-block;
  position: relative;
  padding-left: 5px;
}
.blog-single-categories li:before {
  content: ",";
  display: block;
  position: absolute;
  left: -1px;
  bottom: -5px;
}
.blog-single-categories li:first-child {
  padding-left: 0;
}
.blog-single-categories li:first-child::before {
  display: none;
}

.share-buttons-single {
  margin-top: 30px;
  margin-bottom: 40px;
  padding-top: 30px;
  border-top: 1px dashed #DBDBDB;
}
@media (max-width: 640px) {
  .share-buttons-single {
    display: block;
    margin-top: 30px;
  }
}
.share-buttons-single h4 {
  margin-bottom: 0;
}
.share-buttons-single .share-title {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  line-height: 1.2;
  color: #0D0D0D;
}
@media (max-width: 960px) {
  .share-buttons-single .share-title {
    margin-right: 0;
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  .share-buttons-single .share-title {
    font-size: 18px;
  }
}

.share-buttons {
  display: flex;
}
@media (max-width: 640px) {
  .share-buttons {
    margin-top: 15px;
  }
}
.share-buttons a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  text-align: center;
  border: 2px solid #B22F80;
  color: #B22F80;
  border-radius: 50%;
}
@media (max-width: 1300px) {
  .share-buttons a {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 960px) {
  .share-buttons a {
    width: 35px;
    height: 35px;
  }
}
.share-buttons a:hover {
  background-color: #B22F80;
  color: white;
  text-decoration: none;
}
.share-buttons i {
  font-size: 20px;
}
@media (max-width: 960px) {
  .share-buttons i {
    font-size: 15px;
  }
}
.share-buttons li {
  margin-right: 20px;
}
@media (max-width: 960px) {
  .share-buttons li {
    margin-right: 15px;
  }
}
@media (max-width: 640px) {
  .share-buttons li {
    margin-left: 0;
    margin-right: 10px;
  }
}

@media (max-width: 767px) {
  .blog-posts .services-right {
    margin-top: 0;
    margin-bottom: 40px;
  }
}

.tags-single {
  padding-top: 20px;
  margin-top: 35px;
  border-top: 1px solid #DBDBDB;
  display: flex;
}
.tags-single h4 {
  margin-bottom: 0;
  white-space: nowrap;
}

.tags-list-post {
  margin-left: 10px;
}
.tags-list-post a {
  text-decoration: underline;
}
.tags-list-post a:hover {
  color: #B22F80;
}

.blog-box-bottom h3 {
  color: #0D0D0D;
}

.hero-inner-blog img {
  border-radius: 20px;
}
@media (max-width: 480px) {
  .hero-inner-blog img {
    border-radius: 10px;
  }
}

.related-posts {
  margin-left: -8px;
  margin-right: -8px;
}
@media (max-width: 640px) {
  .related-posts {
    display: block;
  }
}
@media (max-width: 480px) {
  .related-posts {
    padding-right: 60px;
  }
  .related-posts .slick-list {
    overflow: visible;
  }
}
.related-posts:not(.slick-slider) {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  overflow: hidden;
  height: 555px;
}
.related-posts:not(.slick-slider) .blog-slide {
  width: 50%;
}
@media (max-width: 640px) {
  .related-posts:not(.slick-slider) .blog-slide {
    width: 100%;
  }
}
.related-posts .blog-slide {
  padding-left: 8px;
  padding-right: 8px;
}

.recent-post-single {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #e8e8e8;
}

.blog-sidebar-flex {
  display: flex;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .blog-sidebar-flex {
    display: block;
  }
}

.blog-right-sidebar {
  width: 66%;
}
@media (max-width: 1100px) {
  .blog-right-sidebar {
    width: 66%;
  }
}
@media (max-width: 767px) {
  .blog-right-sidebar {
    width: 100%;
  }
}

.blog-sidebar {
  width: 34%;
  padding-left: 50px;
}
@media (max-width: 1100px) {
  .blog-sidebar {
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .blog-sidebar {
    width: 100%;
    padding-left: 0;
  }
}

.service-main-image {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .service-main-image {
    margin-bottom: 20px;
  }
}
.service-main-image .cover {
  width: 100%;
  height: 490px;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .service-main-image .cover {
    height: 360px;
  }
}
@media (max-width: 480px) {
  .service-main-image .cover {
    height: 240px;
  }
}

.wp-pagenavi-navigation .wp-pagenavi {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
}
.wp-pagenavi-navigation .wp-pagenavi a,
.wp-pagenavi-navigation .wp-pagenavi span {
  margin-left: 3px;
  margin-right: 3px;
}

.wp-pagenavi-navigation .wp-pagenavi {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
}
.wp-pagenavi-navigation .wp-pagenavi a,
.wp-pagenavi-navigation .wp-pagenavi span {
  margin-left: 3px;
  margin-right: 3px;
}/*# sourceMappingURL=style.css.map */