@import url("https://fonts.googleapis.com/css?family=Lato:400,300i,700&display=swap&subset=latin-ext");
.col-xl-1, .col-lg-1, .col-md-1, .col-sm-1, .col-1, .col-xl-2, .col-lg-2, .col-md-2, .col-sm-2, .col-2, .col-xl-3, .col-lg-3, .col-md-3, .col-sm-3, .col-3, .col-xl-4, .col-lg-4, .col-md-4, .col-sm-4, .col-4, .col-xl-5, .col-lg-5, .col-md-5, .col-sm-5, .col-5, .col-xl-6, .col-lg-6, .col-md-6, .col-sm-6, .col-6, .col-xl-7, .col-lg-7, .col-md-7, .col-sm-7, .col-7, .col-xl-8, .col-lg-8, .col-md-8, .col-sm-8, .col-8, .col-xl-9, .col-lg-9, .col-md-9, .col-sm-9, .col-9, .col-xl-10, .col-lg-10, .col-md-10, .col-sm-10, .col-10, .col-xl-11, .col-lg-11, .col-md-11, .col-sm-11, .col-11, .col-xl-12, .col-lg-12, .col-md-12, .col-sm-12, .col-12, .main-content, footer, .why-us, .why-us h4, .why-img, .header-menu-wrapper, .header-img, .motto_author, .home-about-us, .home-about-us .btn, .home-about-us .wpcf7-submit, .home-about-img, .our-specializations, .our-specializations li a {
  float: left; }

.navbar li:after, .consulting-img {
  float: right; }

/* --- Float left col --- */
body {
  font-size: 1rem;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  overflow-x: hidden; }

.btn, .wpcf7-submit {
  background-color: #ed1c24;
  padding: 15px 23px;
  border-radius: 30px;
  color: #ffffff;
  font-weight: 700;
  border: none; }
  .btn:hover, .wpcf7-submit:hover {
    color: #ffffff;
    background-color: #393536;
    text-decoration: none; }
  .btn:after, .wpcf7-submit:after {
    float: right;
    content: "";
    height: 7px;
    width: 4px;
    margin: 8px 0 0 15px;
    background: url(../../images/icon-arrow.png); }

p {
  color: #747474; }

.main-content {
  width: 100%; }

/* Contact forms
------------------------------------------------ */
body input[type=text].wpcf7-not-valid, body input[type=email].wpcf7-not-valid,
body input[type=tel].wpcf7-not-valid, body textarea.wpcf7-not-valid {
  border: 1px solid #ec3c06; }

body span.wpcf7-not-valid-tip {
  float: left;
  display: none;
  color: #ec3c06;
  border: none;
  position: relative;
  top: auto;
  left: auto;
  padding: 0;
  margin-top: 2px;
  background: none;
  font-size: 13px; }

body div.wpcf7-validation-errors {
  background: #ffe2e2;
  border: 1px solid #ff8a8a;
  color: #ec3c06;
  width: 100%;
  margin-top: 50px !important;
  line-height: 18px; }

body div.wpcf7-response-output {
  float: left;
  margin: 10px 0;
  padding: 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 5px; }

body .wpcf7-mail-sent-ng {
  background: #fff2e2;
  border: 1px solid #ffbc8a;
  color: #e17731; }

body .wpcf7-mail-sent-ok {
  background: #e8ffe2;
  border: 1px solid #6fdf51;
  color: #1ea524;
  width: 100%;
  margin-top: 50px !important;
  line-height: 18px; }

div.wpcf7 {
  width: 100%; }

.your-name input, .your-email input, .tel-483 input {
  float: left;
  border-bottom: 1px solid #e4e4e4;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  padding: 15px;
  width: 100%; }

.your-message textarea {
  background-image: url(../../images/bg-lines.png);
  background-repeat: repeat;
  border: 0;
  height: 180px;
  line-height: 55px;
  width: 100%;
  padding: 0 15px; }

.wpcf7-submit {
  float: right;
  margin-bottom: 45px; }

.terms-acceptance {
  padding: 0; }

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

footer {
  width: 100%; }

/* ----------------------------------------------------------------------- Why us ------- ----------------------------------------------------------------------- */
.why-us {
  width: 100%;
  background: #393536;
  padding: 50px 0; }
  .why-us h1 {
    color: #ffffff;
    margin-bottom: 30px; }
  .why-us ul {
    padding: 0;
    margin: 0; }
  .why-us li {
    display: inline-block;
    list-style: none; }
  .why-us h4 {
    color: #ffffff;
    font-size: 1rem;
    width: 33%;
    margin-left: 15px;
    font-weight: 700;
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translateY(-50%); }

.why-us li {
  height: auto;
  margin-bottom: 30px; }

@media (min-width: 576px) {
  .why-us li {
    height: 60px;
    margin-bottom: 30px; } }

@media (min-width: 1200px) {
  .why-us li {
    height: auto;
    margin-bottom: 0; } }

/* ----------------------------------------------------------------------- Menu in footer ----------------------------------------------------------------------- */
.footer-menu {
  margin: 30px 0 45px 0; }
  .footer-menu ul {
    padding: 0;
    margin: 0; }
  .footer-menu li {
    display: inline-block;
    padding-right: 9px;
    margin-right: 9px;
    border-right: 1px solid #e4e4e4; }
    .footer-menu li:last-child {
      border-right: none; }
    .footer-menu li a {
      color: #1f2c36; }
      .footer-menu li a:hover {
        color: #1f2c36;
        text-decoration: underline; }

/* ----------------------------------------------------------------------- Copyrights in footer ----------------------------------------------------------------- */
.footer-copyrights {
  margin-bottom: 30px; }
  .footer-copyrights p {
    margin: 0;
    color: #1f2c36; }
  .footer-copyrights a {
    color: #1f2c36; }

/* ----------------------------------------------------------------------- Helpline in footer ------------------------------------------------------------------- */
.helpline {
  margin-top: 30px; }
  .helpline p {
    margin: 0;
    color: #1f2c36; }
  .helpline:after {
    content: '';
    background: url(../../images/helpline.png);
    background-repeat: no-repeat;
    height: 110px;
    width: 200px;
    position: absolute;
    right: 0;
    margin: -45px 0 0 15px; }

.helpline p, .helpline a {
  text-align: left;
  padding-right: 0;
  width: 100%; }

.helpline a {
  float: left; }

.helpline:after {
  display: none; }

@media (min-width: 576px) {
  .helpline p, .helpline a {
    text-align: left;
    padding-right: 0;
    width: 100%; }
  .helpline a {
    float: left; }
  .helpline:after {
    display: block; } }

@media (min-width: 992px) {
  .helpline p, .helpline a {
    text-align: right;
    padding-right: 200px; }
  .helpline a {
    float: left; }
  .helpline:after {
    display: block; } }

@media (min-width: 1200px) {
  .helpline p, .helpline a {
    text-align: right;
    padding-right: 200px; }
  .helpline a {
    float: right; }
  .helpline:after {
    display: block; } }

.helpline-phone {
  font-size: 1.5rem;
  color: #ed1c24; }
  .helpline-phone:hover {
    color: #ed1c24;
    text-decoration: underline; }

.helpline-email {
  color: #1f2c36; }
  .helpline-email:hover {
    color: #1f2c36;
    text-decoration: underline; }

.branding {
  background: url(../../images/logo.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  text-indent: -1000001px;
  display: block;
  overflow: hidden; }

.branding {
  margin: 45px 0 15px 0;
  height: 20px;
  width: 170px; }

@media (min-width: 1200px) {
  .branding {
    margin: 30px 0 15px 0;
    height: 38px;
    width: 362px; } }

/* ----------------------------------------------------------------------- Lang switcher ----------------------------------------------------------------------- */
.lang-switcher li {
  list-style: none;
  display: inline-block;
  margin-right: 15px; }

.lang-switcher {
  margin-top: -75px; }

@media (min-width: 992px) {
  .lang-switcher {
    margin-top: 30px; } }

@media (min-width: 1200px) {
  .lang-switcher {
    margin-top: 30px; } }

/* ----------------------------------------------------------------------- Menu ----------------------------------------------------------------------- */
.navbar {
  width: 100%; }
  .navbar ul {
    padding: 0;
    margin: 0; }
  .navbar li {
    list-style: none;
    display: inline-block; }
    .navbar li:after {
      content: '';
      background: #bb131a;
      width: 1px;
      height: 20px;
      margin: 3px 15px 0 15px; }
  .navbar a {
    color: #ffffff; }
    .navbar a:hover {
      color: #ffffff;
      text-decoration: underline; }

.navbar {
  background: transparent;
  padding: 15px 0; }
  .navbar li {
    width: 100%;
    background: #ed1c24;
    padding: 15px; }
    .navbar li:after {
      display: none; }

@media (min-width: 992px) {
  .navbar {
    background: #ed1c24;
    padding: 15px; }
    .navbar li {
      width: auto;
      background: transparent;
      padding: 0; }
      .navbar li:after {
        display: block; } }

@media (min-width: 1200px) {
  .navbar {
    background: #ed1c24;
    padding: 15px; }
    .navbar li {
      width: auto;
      background: transparent;
      padding: 0; }
      .navbar li:after {
        display: block; } }

.navbar-toggle {
  height: 50px;
  border: 0;
  background: transparent; }

.navbar-toggler {
  border: 2px solid #ed1c24;
  padding: .25rem;
  float: right;
  position: absolute;
  right: 0;
  z-index: 5;
  top: -63px; }

.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(237,28,36, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); }

.custom-toggler .navbar-toggler {
  border-color: #ed1c24; }

.header-menu-wrapper {
  width: 320px; }

@media (min-width: 576px) {
  .header-menu-wrapper {
    width: 530px; } }

@media (min-width: 768px) {
  .header-menu-wrapper {
    width: 720px; } }

@media (min-width: 992px) {
  .header-menu-wrapper {
    width: 100%; } }

@media (min-width: 1200px) {
  .header-menu-wrapper {
    width: 100%; } }

@media (max-width: 425px) {
  .header-menu-wrapper {
    width: 410px; } }

@media (max-width: 375px) {
  .header-menu-wrapper {
    width: 370px; } }

@media (max-width: 320px) {
  .header-menu-wrapper {
    width: 320px; } }

/* ----------------------------------------------------------------------- Header image & motto ----------------------------------------------------------------------- */
.header-img {
  background: url(../../images/top.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  width: 100%;
  margin-top: -30px; }

.header-img {
  height: 160px; }

@media (min-width: 992px) {
  .header-img {
    height: 400px; } }

@media (min-width: 1200px) {
  .header-img {
    height: 400px; } }

@media (max-width: 425px) {
  .header-img {
    height: 200px; } }

@media (max-width: 375px) {
  .header-img {
    height: 180px; } }

#motto {
  background: #393536;
  padding: 15px;
  margin-top: 150px; }
  #motto:lang(en-GB) {
    width: 700px; }
  #motto p {
    color: #ffffff;
    margin-bottom: 0; }
  #motto:after {
    float: right;
    content: "";
    height: 89px;
    width: 109px;
    background: url(../../images/quote.png); }

#motto {
  display: none; }

@media (min-width: 992px) {
  #motto {
    display: block;
    width: 635px;
    height: 205px; }
    #motto:after {
      margin: -162px 5px 0 0; } }

@media (min-width: 1200px) {
  #motto {
    display: block;
    width: 635px;
    height: 205px; }
    #motto:after {
      margin: -162px 5px 0 0; } }

.motto_text {
  font-style: italic;
  font-weight: 300; }

.motto_text {
  font-size: 1rem; }

@media (min-width: 992px) {
  .motto_text {
    font-size: 2.5rem; } }

@media (min-width: 1200px) {
  .motto_text {
    font-size: 2.5rem; } }

.motto_author {
  width: 100%; }
  .motto_author:before {
    content: '';
    display: block;
    background: #9c9a9b;
    width: 35%;
    height: 1px;
    margin: 15px 0; }

/* ----------------------------------------------------------------------- About us  ----------------------------------------------------------------------- */
.home-about-us {
  width: 100%; }
  .home-about-us h1 {
    margin: 45px 0; }
    .home-about-us h1:before {
      float: left;
      content: "";
      height: 37px;
      width: 35px;
      margin: 4px 15px 0 0;
      background: url(../../images/icon-about-us.png); }
  .home-about-us .btn, .home-about-us .wpcf7-submit {
    margin-top: 45px; }

.home-about-us .btn, .home-about-us .wpcf7-submit {
  width: 100%;
  margin-bottom: 45px; }

@media (min-width: 576px) {
  .home-about-us .btn, .home-about-us .wpcf7-submit {
    width: auto;
    margin-bottom: 45px; } }

@media (min-width: 992px) {
  .home-about-us .btn, .home-about-us .wpcf7-submit {
    margin-bottom: 0;
    width: 100%; } }

@media (min-width: 1200px) {
  .home-about-us .btn, .home-about-us .wpcf7-submit {
    margin-bottom: 0;
    width: auto; } }

.home-about-text {
  text-align: justify; }

.home-about-img {
  background: url(../../images/about-us.jpg);
  background-size: 100% 100%; }

.home-about-img {
  height: 240px;
  width: 300px; }

@media (min-width: 576px) {
  .home-about-img {
    height: 200px;
    width: 240px; } }

@media (min-width: 768px) {
  .home-about-img {
    height: 250px;
    width: 330px; } }

@media (min-width: 992px) {
  .home-about-img {
    height: 350px;
    width: 460px; } }

@media (min-width: 1200px) {
  .home-about-img {
    height: 353px;
    width: 548px; } }

@media (max-width: 425px) {
  .home-about-img {
    height: 275px;
    width: 400px; } }

@media (max-width: 375px) {
  .home-about-img {
    height: 240px;
    width: 345px; } }

@media (max-width: 320px) {
  .home-about-img {
    height: 240px;
    width: 300px; } }

/* ----------------------------------------------------------------------- Our specializations  ----------------------------------------------------------------------- */
.our-specializations {
  width: 100%;
  padding: 90px 0;
  background: url(../../images/bg-specialization.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%; }
  .our-specializations h1 {
    margin-bottom: 75px; }
    .our-specializations h1:before {
      float: left;
      content: "";
      height: 37px;
      width: 45px;
      margin: 4px 15px 0 0;
      background: url(../../images/icon-specializations.png); }
  .our-specializations ul {
    padding: 0;
    margin: 0; }
  .our-specializations li {
    list-style: none;
    background: #ed1c24;
    border: 1px solid #e3121a; }
    .our-specializations li:hover {
      background: #c61017; }
    .our-specializations li:nth-child(-n+4) {
      border-top: 0; }
    .our-specializations li:nth-child(n+5) {
      border-bottom: 0; }
    .our-specializations li:first-child {
      border-left: 0; }
    .our-specializations li:nth-child(4) {
      border-right: 0; }
    .our-specializations li:nth-child(5) {
      border-left: 0; }
    .our-specializations li:last-child {
      border-right: 0; }
    .our-specializations li a {
      color: #ffffff;
      width: 100%;
      text-align: center; }
    .our-specializations li p {
      color: #ffffff;
      font-weight: 700;
      font-size: 1.15rem; }

.our-specializations a {
  height: 176px;
  padding: 30px 0; }

@media (min-width: 1200px) {
  .our-specializations a {
    height: 250px;
    padding: 68px 30px; } }

.our-specializations-img {
  margin-bottom: 30px; }

.article-content h1 {
  margin-bottom: 30px; }

.article-content {
  padding: 0; }

@media (min-width: 1200px) {
  .article-content {
    padding: 45px; } }

/* ----------------------------------------------------------------------- Contact page  ----------------------------------------------------------------------- */
.page-id-999 .article-content h1, .page-id-997 .article-content h1 {
  padding: 45px 0; }

.contact-info {
  padding: 0; }

.contact-info p {
  padding: 0; }
  .contact-info p:first-child {
    padding-left: 0;
    padding-right: 0; }
  .contact-info p:last-child {
    padding-right: 0;
    padding-left: 0; }

@media (min-width: 1200px) {
  .contact-info p {
    padding: 0 15px; }
    .contact-info p:first-child {
      padding-left: 0;
      padding-right: 15px; }
    .contact-info p:last-child {
      padding-right: 0;
      padding-left: 15px; } }

.contact-textarea {
  padding: 0; }

.terms-acceptance a {
  color: #ed1c24;
  font-weight: 700; }
  .terms-acceptance a:hover {
    color: #ed1c24;
    text-decoration: underline; }

/* ----------------------------------------------------------------------- Consulting page  ----------------------------------------------------------------------- */
.page-id-114 ol, .page-id-8 ol {
  counter-reset: li;
  margin-left: 0;
  padding-left: 0; }
  .page-id-114 ol:before, .page-id-8 ol:before {
    content: "";
    position: absolute;
    background: #e4e4e4;
    height: 90%;
    width: 1px;
    margin: 0 0 0 16px;
    z-index: 1; }

.page-id-114 ol > li, .page-id-8 ol > li, .page-id-8 ol > li {
  position: relative;
  margin: 0 0 50px 2em;
  padding: 4px 8px;
  list-style: none; }
  .page-id-114 ol > li:before, .page-id-8 ol > li:before, .page-id-8 ol > li:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    top: 3px;
    left: -1.75rem;
    width: 26px;
    height: 26px;
    color: #ffffff;
    background: #e4032d;
    background: -webkit-linear-gradient(top, #e4032d, #ba0225);
    background: -webkit-gradient(linear, left top, left bottom, from(#e4032d), to(#ba0225));
    background: linear-gradient(top, #e4032d, #ba0225);
    background: -o-linear-gradient(top, #e4032d, #ba0225);
    font-weight: bold;
    text-align: center;
    border-radius: 30px;
    text-shadow: 2px 2px #980420;
    z-index: 2; }
  .page-id-114 ol > li:after, .page-id-8 ol > li:after, .page-id-8 ol > li:after {
    content: "";
    background-color: #fff;
    border: 1px solid #e4e4e4;
    height: 34px;
    width: 34px;
    position: absolute;
    top: -1px;
    border-radius: 30px;
    left: -32px;
    z-index: 1; }

.consulting-img {
  background: url(../../images/bg_consulting.png);
  background-repeat: no-repeat;
  width: auto;
  height: 770px;
  background-size: 100% 100%; }
