/* color */
/* font-size */
/* h1 */
/* h2 */
/* h3 */
/* h4 */
/* h5 */
/* h6 */
/* base */
/* font-family */
/* breakpoints */
/* 768 */
/* 991 */
/* 1200 */
/* 576 */
/* 480 */
body {
  font-size: 18px !important;
  line-height: 1.3;
  font-weight: 400;
  font-family: "Titillium Web", sans-serif;
  margin: 0;
  padding: 0;
  height: 100%;
  min-height: 100%;
  color: #303B4F;
  background: #FFFFFF; }

html {
  height: 100%;
  min-height: 100%; }

ul {
  margin: 0;
  padding: 0; }

ul li {
  list-style-type: none; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  color: #FFFFFF;
  font-weight: 700;
  font-family: "Titillium Web", sans-serif; }

h1, .h1 {
  font-size: 70px !important; }

h2, .h2 {
  font-size: 48px !important; }

h3, .h3 {
  font-size: 32px !important; }

h4, .h4 {
  font-size: 24px !important; }

h5, .h5 {
  font-size: 21px !important; }

h6, .h6 {
  font-size: 21px !important; }

@media (max-width: 1200px) {
  h1, .h1 {
    font-size: 50px !important; }
  h2, .h2 {
    font-size: 44px !important; }
  h3, .h3 {
    font-size: 36px !important; }
  h4, .h4 {
    font-size: 21px !important; }
  h5, .h5 {
    font-size: 18px !important; }
  h6, .h6 {
    font-size: 18px !important; }
  body, p {
    font-size: 16px !important; } }

@media (max-width: 768px) {
  h1, .h1 {
    font-size: 44px !important; }
  h2, .h2 {
    font-size: 36px !important; }
  h3, .h3 {
    font-size: 28px !important; }
  h4, .h4 {
    font-size: 18px !important; }
  h5, .h5 {
    font-size: 18px !important; }
  h6, .h6 {
    font-size: 18px !important; } }

@media (max-width: 600px) {
  h1, .h1 {
    font-size: 28px !important; }
  h2, .h2 {
    font-size: 24px !important; }
  h3, .h3 {
    font-size: 21px !important; }
  h4, .h4 {
    font-size: 16px !important; }
  h5, .h5 {
    font-size: 16px !important; }
  h6, .h6 {
    font-size: 16px !important; } }

a {
  color: #303B4F;
  font-family: "Titillium Web", sans-serif;
  text-decoration: none;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

a:hover, a:focus {
  outline: 0;
  text-decoration: none;
  cursor: pointer; }

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

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

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

[hidden], template {
  display: none; }

a {
  background-color: transparent; }

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

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

b, strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

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

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

img {
  border: 0; }

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

figure {
  margin: 0;
  padding: 0; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 1px;
  background: #C8CDD6;
  margin: 20px 0;
  border: 0; }

pre {
  overflow: auto; }

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

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  resize: none; }

optgroup {
  font-weight: bold; }

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

td, th {
  padding: 0; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

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

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

*:focus {
  outline: none; }

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none; }

input[type='number'] {
  -moz-appearance: textfield; }

label {
  display: block; }

iframe {
  border: 0px; }

button:focus {
  outline: none;
  background-color: unset !important; }

body {
  min-width: 320px; }

.containerb {
  max-width: 1300px; }
  @media (max-width: 1400px) {
    .containerb {
      max-width: 1140px; } }
  @media (max-width: 1200px) {
    .containerb {
      max-width: 960px; } }
  @media (max-width: 992px) {
    .containerb {
      max-width: 750px; } }
  @media (max-width: 768px) {
    .containerb {
      max-width: 100%; } }
  @media (max-width: 600px) {
    .containerb {
      max-width: 100%; } }

p {
  padding: 0px;
  margin: 0;
  line-height: 1.7em;
  padding-bottom: 10px; }

.mb0 {
  margin-bottom: 0 !important; }

.pt50 {
  padding-top: 50px !important; }

.red {
  color: #ee3524; }
  .red a, .red h1, .red h2, .red h3, .red h4, .red h5, .red h6 {
    color: #ee3524; }

.header_logo, .head_burger {
  padding: 0 30px !important; }
  @media (max-width: 600px) {
    .header_logo, .head_burger {
      padding: 0 .75rem !important; } }

.header_fluid {
  z-index: auto;
  position: absolute;
  width: 100%;
  padding: 10px; }
  @media (max-width: 992px) {
    .header_fluid {
      position: fixed;
      top: 0px;
      width: 100%;
      z-index: 99999 !important;
      background-color: #303030; } }
  @media (max-width: 768px) {
    .header_fluid {
      z-index: auto; } }
  @media (max-width: 600px) {
    .header_fluid .s1 {
      display: none; } }
  .header_fluid.active {
    background: #113751;
    padding: 0;
    height: 65px;
    margin: 0;
    width: 100%;
    position: fixed;
    border-bottom: 1px solid transparent;
    top: 0;
    z-index: 1;
    -webkit-box-shadow: 3px 3px 18px -6px rgba(0, 0, 0, 0.23);
    box-shadow: 3px 3px 18px -6px rgba(0, 0, 0, 0.23); }
    .header_fluid.active a {
      color: #797E89 !important; }
      .header_fluid.active a:hover {
        color: #596272 !important; }
  .header_fluid p {
    padding: 0px;
    margin: 0;
    line-height: 1.6em; }
  .header_fluid .head_menu {
    height: 70px; }
    @media (max-width: 768px) {
      .header_fluid .head_menu {
        height: 42px; } }
    .header_fluid .head_menu .header_logo a {
      display: inline-block; }
    .header_fluid .head_menu .header_logo img {
      max-height: 60px;
      width: auto; }
      @media (max-width: 768px) {
        .header_fluid .head_menu .header_logo img {
          width: auto;
          height: 30px !important;
          margin-top: 5px;
          z-index: 5; } }
    @media (max-width: 992px) {
      .header_fluid .head_menu .header_logo {
        z-index: 5; } }
    .header_fluid .head_menu .head_burger .menu-menu-container {
      padding: 0;
      margin: 0;
      list-style: none;
      display: block; }
      @media (max-width: 992px) {
        .header_fluid .head_menu .head_burger .menu-menu-container {
          display: none; } }
      .header_fluid .head_menu .head_burger .menu-menu-container li {
        cursor: pointer;
        display: inline-block;
        margin-left: 40px; }
        .header_fluid .head_menu .head_burger .menu-menu-container li:hover a {
          color: #C8CDD6; }
        .header_fluid .head_menu .head_burger .menu-menu-container li:nth-child(2) .sub-menu {
          min-width: 340px !important; }
        .header_fluid .head_menu .head_burger .menu-menu-container li:first-child {
          margin-left: 0; }
        .header_fluid .head_menu .head_burger .menu-menu-container li span {
          display: none; }
        @media (max-width: 992px) {
          .header_fluid .head_menu .head_burger .menu-menu-container li {
            margin-left: 15px; } }
        .header_fluid .head_menu .head_burger .menu-menu-container li a {
          display: inline-block;
          vertical-align: bottom;
          color: #FFFFFF;
          font-weight: 500 !important;
          font-size: 18px !important; }
          .header_fluid .head_menu .head_burger .menu-menu-container li a:hover {
            color: #C8CDD6; }
        .header_fluid .head_menu .head_burger .menu-menu-container li.current-menu-item a, .header_fluid .head_menu .head_burger .menu-menu-container li.current_page_parent a {
          color: #303B4F; }
        .header_fluid .head_menu .head_burger .menu-menu-container li.menu-item-has-children {
          position: relative; }
          .header_fluid .head_menu .head_burger .menu-menu-container li.menu-item-has-children .sub-menu {
            left: -30px;
            top: 50px;
            opacity: 0;
            z-index: -1;
            margin-top: 10px;
            position: absolute;
            min-width: 260px;
            display: block;
            border-radius: 5px;
            -webkit-box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.178677);
                    box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.178677);
            -webkit-transition: 0.3s ease-out;
            -o-transition: 0.3s ease-out;
            transition: 0.3s ease-out;
            -webkit-transition-delay: .3s;
                 -o-transition-delay: .3s;
                    transition-delay: .3s;
            overflow: hidden; }
            @media (max-width: 992px) {
              .header_fluid .head_menu .head_burger .menu-menu-container li.menu-item-has-children .sub-menu {
                left: 20px; } }
            .header_fluid .head_menu .head_burger .menu-menu-container li.menu-item-has-children .sub-menu li {
              display: block;
              text-align: left;
              margin-left: 0px;
              border-top: 0.5px solid #F2F3F5;
              -webkit-transition: 0.1s ease-out;
              -o-transition: 0.1s ease-out;
              transition: 0.1s ease-out;
              -webkit-transition-delay: .1s;
                   -o-transition-delay: .1s;
                      transition-delay: .1s; }
              .header_fluid .head_menu .head_burger .menu-menu-container li.menu-item-has-children .sub-menu li:hover {
                background-color: #F2F3F5; }
              .header_fluid .head_menu .head_burger .menu-menu-container li.menu-item-has-children .sub-menu li:first-child {
                border-top: 0; }
              .header_fluid .head_menu .head_burger .menu-menu-container li.menu-item-has-children .sub-menu li a {
                display: inline-block;
                width: 100%;
                padding: 18px 30px 15px 30px;
                margin-bottom: 0;
                font-weight: 500;
                vertical-align: bottom;
                color: #596272; }
                .header_fluid .head_menu .head_burger .menu-menu-container li.menu-item-has-children .sub-menu li a:hover {
                  color: #596272; }
              .header_fluid .head_menu .head_burger .menu-menu-container li.menu-item-has-children .sub-menu li.current-menu-item a {
                display: inline-block;
                vertical-align: bottom;
                opacity: 1; }
        .header_fluid .head_menu .head_burger .menu-menu-container li:hover .sub-menu {
          top: 20px;
          opacity: 1;
          z-index: 0;
          background-color: white;
          z-index: 999; }
    @media (max-width: 992px) {
      .header_fluid .head_menu .head_burger {
        padding: 0;
        right: 20px;
        top: 20px; } }

.header_inner_fluid {
  background-image: unset !important; }

.header_solutions_fluid {
  background-image: unset !important; }

.text_center {
  text-align: center; }

#hamb_button {
  display: none; }
  @media (max-width: 992px) {
    #hamb_button {
      display: block;
      z-index: 999999;
      height: 40px;
      padding: 0; } }

.bg.active {
  z-index: 500;
  width: 100%;
  background-color: #000;
  opacity: .8;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  left: 0;
  right: 0;
  position: fixed;
  height: 100%;
  top: 0;
  bottom: 0; }

#root, .app, body, html {
  min-height: 100vh; }

.app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  position: relative; }

.app_main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

/* fixed styles */
section.small_page_header {
  background: rgba(0, 0, 0, 0.4); }

.header_fluid {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0.32)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.32) 0, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.32) 0, rgba(0, 0, 0, 0) 100%); }

.header_fluid .head_menu .head_burger .menu-menu-container > li > a:hover {
  color: #eceef1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 2px solid #eceef1; }

.header_fluid .head_menu .head_burger .menu-menu-container > li.current-menu-item a, .header_fluid .head_menu .head_burger .menu-menu-container > li.current_page_parent .parent > a {
  color: #d5d8df;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 3px; }

.header_fluid .head_menu .head_burger .menu-menu-container .current_page_item > .parent > a {
  color: #FF1700;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 3px; }

.header_fluid .head_menu .head_burger .menu-menu-container li a {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 3px;
  border-bottom: 2px solid transparent;
  padding-bottom: 3px; }

.home_fluid_bg {
  margin-left: 0px;
  margin-right: 0px; }

.fixed-bar {
  display: none;
  background: #262d42;
  -webkit-box-shadow: 0px 0px 1px #000;
          box-shadow: 0px 0px 1px #000;
  -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 999;
  width: 100%;
  opacity: .95;
  top: 0; }
  .fixed-bar .head_menu {
    margin-bottom: 0 !important;
    height: 50px;
    padding-top: 5px; }
  @media (max-width: 1200px) {
    .fixed-bar {
      display: none !important; } }

.animated-quick {
  -webkit-animation: .5s ease;
  animation: .5s ease;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }
  @media (max-width: 1200px) {
    .fadeInDown {
      display: none !important; } }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }
  @media (max-width: 1200px) {
    .fadeOutUp {
      display: none !important; } }

.animated {
  -webkit-animation: 1s ease;
  animation: 1s ease;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated-quick {
  -webkit-animation: .5s ease;
  animation: .5s ease;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px); }
  100% {
    opacity: .95;
    -webkit-transform: translateY(0); } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px); }
  100% {
    opacity: .95;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

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

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

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

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px); } }

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px); } }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

footer {
  border-top: 0.5px solid #C8CDD6;
  padding-top: 45px; }
  footer .fa-phone {
    margin-right: 7px; }
  footer .mc4wp-response {
    max-width: 425px;
    color: #f04436;
    font-size: 14px; }
  footer h6 {
    color: #303B4F;
    font-weight: 600;
    margin: 0; }
  footer a {
    color: #303B4F;
    font-size: 14px;
    line-height: 1.8;
    font-weight: 500; }
    footer a:hover {
      color: #f04436; }
  @media (max-width: 600px) {
    footer .footer_left .footer_menu {
      -webkit-column-count: 2;
         -moz-column-count: 2;
              column-count: 2; } }
  footer .footer_menu {
    margin-top: 17px;
    margin-bottom: 40px; }

@media (max-width: 992px) {
  .footer_newsletter {
    text-align: center; } }

@media (max-width: 600px) {
  .footer_newsletter {
    text-align: left; } }

@media (max-width: 992px) {
  .footer_newsletter h6 {
    display: none; } }

.footer_newsletter input[type=email] {
  width: 285px !important;
  height: 50px !important;
  border: 0px solid !important;
  background-color: aliceblue !important;
  border-radius: 5px 0px 0px 5px !important;
  padding-left: 10px !important; }
  .footer_newsletter input[type=email]:focus {
    -webkit-box-shadow: unset !important;
            box-shadow: unset !important; }
  @media (max-width: 600px) {
    .footer_newsletter input[type=email] {
      width: 200px !important; } }

.footer_newsletter input[type=submit] {
  width: 120px;
  height: 50px;
  border: 0px solid #f04436;
  background-color: #f04436;
  border-radius: 0 5px 5px 0;
  padding-left: 10px;
  color: white;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
  .footer_newsletter input[type=submit]:hover {
    opacity: 0.8; }

.footer_newsletter .mc4wp-form-fields {
  margin-top: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 992px) {
    .footer_newsletter .mc4wp-form-fields {
      margin: auto;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content; } }
  @media (max-width: 600px) {
    .footer_newsletter .mc4wp-form-fields {
      margin: auto;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      margin: 0; } }
  .footer_newsletter .mc4wp-form-fields label {
    display: none; }

.footer_newsletter a {
  color: #303B4F;
  font-weight: 600; }
  .footer_newsletter a:hover {
    color: #f04436; }

.footer_icon {
  margin-top: 15px; }
  .footer_icon a {
    font-size: 30px;
    margin-right: 5px;
    font-weight: 400;
    color: #303B4F; }

.footer_copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 20px;
  padding-bottom: 10px;
  border-top: 1px solid #C8CDD6; }
  @media (max-width: 768px) {
    .footer_copyright .footer_logo {
      display: none; } }
  .footer_copyright .m5, .footer_copyright .m2 {
    font-size: 14px !important;
    text-align: center;
    margin: auto !important; }
    @media (max-width: 768px) {
      .footer_copyright .m5, .footer_copyright .m2 {
        width: 100% !important;
        text-align: center !important; }
        .footer_copyright .m5 p, .footer_copyright .m2 p {
          font-size: 14px !important; } }
  .footer_copyright .privacy_menu {
    display: -webkit-inline-box;
    padding-bottom: 10px; }
    .footer_copyright .privacy_menu li {
      padding: 0 7px; }

@media (max-width: 600px) {
  #root .grey_section {
    padding: 160px 0 70px !important; } }

.block_404 {
  background-color: #313b50;
  color: white;
  min-height: 80vh;
  height: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .block_404 h1 {
    font-weight: 500; }
  .block_404 h2 {
    color: white;
    font-weight: 500;
    margin-top: 0px; }
  .block_404 a {
    color: white;
    background-color: #f04436;
    display: inline-block;
    padding: 10px 30px;
    margin-top: 15px;
    border-radius: 5px;
    border: 1px solid #f04436; }
    .block_404 a:hover {
      background-color: unset;
      border: 1px solid white; }

.hamburger--slider .hamburger-inner::before, .hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-duration: .15s;
  -o-transition-duration: .15s; }

.hamburger {
  display: block;
  margin: 0;
  height: 30px;
  width: 40px;
  padding: 0;
  background: 0 0;
  float: right;
  font: inherit;
  overflow: visible;
  cursor: pointer;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-duration: .15s;
  -o-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: opacity,-webkit-filter;
  -o-transition-property: opacity,filter;
  transition-property: opacity,-webkit-filter;
  transition-property: opacity,filter;
  transition-property: opacity,filter,-webkit-filter;
  text-transform: none;
  color: inherit;
  border: 0;
  z-index: 2000;
  position: relative; }

.hamburger-box {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-top: 0; }

.hamburger-inner {
  top: 50%;
  display: block;
  margin-top: -2px; }

.hamburger-inner::after, .hamburger-inner::before {
  display: block;
  content: ""; }

.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
  position: absolute;
  width: 16px;
  height: 2px;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .15s;
       -o-transition-duration: .15s;
          transition-duration: .15s;
  -webkit-transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-property: transform,-webkit-transform;
  border-radius: 2px;
  background-color: #FFFFFF; }

.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-delay: .13s;
  -o-transition-delay: .13s;
  transition-delay: .13s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition-duration: .13s;
  -o-transition-duration: .13s;
  transition-duration: .13s; }

.hamburger--collapse.is-active .hamburger-inner {
  -webkit-transition-delay: .22s;
  -o-transition-delay: .22s;
  transition-delay: .22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, -6px, 0) rotate(-45deg);
  transform: translate3d(0, -6px, 0) rotate(-45deg);
  background-color: white; }

.hamburger--collapse .hamburger-inner::before {
  -webkit-transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  -o-transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  background-color: white; }

.hamburger-inner::after {
  bottom: -6px; }

.hamburger-inner::before {
  top: -6px; }

.hamburger--collapse .hamburger-inner::after {
  top: -12px;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear;
  -o-transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear; }

.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
  -o-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
  opacity: 0; }

.mobile_menu {
  position: fixed;
  width: 80%;
  min-width: 270px;
  background-color: #000000;
  opacity: 0.94;
  height: 100%;
  z-index: 99999999;
  top: 0;
  bottom: 0;
  left: -4000px;
  -webkit-transition: left ease 250ms;
  -o-transition: left ease 250ms;
  transition: left ease 250ms;
  z-index: 99999;
  padding: 50px 15px 0 15px;
  overflow-y: auto; }
  .mobile_menu.active {
    display: block;
    left: 0;
    -webkit-transition: left ease 250ms;
    -o-transition: left ease 250ms;
    transition: left ease 250ms; }
  .mobile_menu .parent {
    border-bottom: 0.02px solid #6c6c6c;
    margin-bottom: 5px;
    padding-bottom: 5px; }
  .mobile_menu ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    .mobile_menu ul li {
      display: block;
      position: relative;
      line-height: 35px; }
      .mobile_menu ul li a {
        padding: 0 !important;
        color: #FFFFFF;
        font-size: 16px;
        text-transform: uppercase;
        display: inline-block; }
      .mobile_menu ul li .sub-menu {
        display: none; }
        .mobile_menu ul li .sub-menu li .parent {
          border-bottom: 0px solid #000; }
          .mobile_menu ul li .sub-menu li .parent a {
            padding: 0 !important;
            color: #FFFFFF;
            font-size: 14px;
            text-transform: capitalize; }
      .mobile_menu ul li.has-child span {
        color: #FFFFFF;
        float: right;
        width: 32px;
        height: 32px;
        line-height: 24px;
        display: block;
        -webkit-border-radius: 4px;
        text-align: center;
        margin-top: 5px;
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out; }
        .mobile_menu ul li.has-child span:focus {
          background: #FFFFFF;
          color: #303B4F; }
        .mobile_menu ul li.has-child span i {
          font-size: 12px; }
      .mobile_menu ul li.has-child.active span i:before {
        content: "\f078"; }
      .mobile_menu ul li.has-child.active .sub-menu {
        display: block; }

.row_100 {
  height: 100%; }

.light_btn {
  color: #f04436;
  background-color: unset;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 5px;
  border: 1px solid #f04436;
  text-align: center; }
  .light_btn:hover {
    background-color: #f04436;
    color: #FFFFFF; }

.full_btn {
  color: white;
  background-color: #f04436;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 5px;
  border: 1px solid #f04436;
  text-align: center; }
  .full_btn:hover {
    background-color: unset;
    color: #f04436; }

@media (max-width: 600px) {
  .xs_none {
    display: none; } }

#home8 {
  margin-bottom: 0 !important; }

@media (max-width: 768px) {
  .line_sections_home .line_1, .line_sections_home .line_2, .line_sections_home .line_3, .line_sections_home .line_4, .line_sections_home .line_5, .line_sections_home .line_6 {
    display: none; } }

.line_section {
  position: relative; }
  .line_section .line_1 {
    z-index: 2;
    opacity: 0.3;
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #9399A3;
    left: 8.33333333%; }
    @media (max-width: 600px) {
      .line_section .line_1 {
        left: 33.3333333%;
        opacity: 0.15; } }
  .line_section .line_2_solutions {
    z-index: 2;
    opacity: 0.3;
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #9399A3;
    left: 36%; }
    @media (max-width: 768px) {
      .line_section .line_2_solutions {
        left: 35.3333333%; } }
    @media (max-width: 600px) {
      .line_section .line_2_solutions {
        left: 83.3333333%;
        opacity: 0.15; } }
  .line_section .line_3_solutions {
    z-index: 2;
    opacity: 0.3;
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #9399A3;
    left: 63.333333%; }
    @media (max-width: 768px) {
      .line_section .line_3_solutions {
        left: 66.33333333%; } }
    @media (max-width: 600px) {
      .line_section .line_3_solutions {
        display: none;
        opacity: 0.15; } }
  .line_section .line_2 {
    z-index: 2;
    opacity: 0.3;
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #9399A3;
    left: 25%; }
    @media (max-width: 768px) {
      .line_section .line_2 {
        left: 33.3333333%;
        opacity: 0.15; } }
    @media (max-width: 600px) {
      .line_section .line_2 {
        left: 83.3333333%;
        opacity: 0.15; } }
  .line_section .line_3 {
    z-index: 2;
    opacity: 0.3;
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #9399A3;
    left: 41.66666666%; }
    @media (max-width: 768px) {
      .line_section .line_3 {
        left: 58.33333333%; } }
    @media (max-width: 600px) {
      .line_section .line_3 {
        display: none; } }
  .line_section .line_4 {
    z-index: 2;
    opacity: 0.3;
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #9399A3;
    left: 58.33333333%; }
    @media (max-width: 768px) {
      .line_section .line_4 {
        left: 83.33333333%; } }
    @media (max-width: 600px) {
      .line_section .line_4 {
        display: none; } }
  .line_section .line_5 {
    z-index: 2;
    opacity: 0.3;
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #9399A3;
    left: 75%; }
    @media (max-width: 768px) {
      .line_section .line_5 {
        display: none; } }
  .line_section .line_6 {
    z-index: 2;
    opacity: 0.3;
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #9399A3;
    left: 91.666666666%; }
    @media (max-width: 768px) {
      .line_section .line_6 {
        display: none; } }
  .line_section .line_6_solutions {
    z-index: 2;
    opacity: 0.3;
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #9399A3;
    left: 91.666666666%; }
    @media (max-width: 600px) {
      .line_section .line_6_solutions {
        display: none; } }

.home_background {
  background-size: cover !important;
  width: 101%;
  height: 100%; }

.page_bg_video_lg {
  display: block; }
  @media (max-width: 768px) {
    .page_bg_video_lg {
      display: none; } }

.page_bg_video_sm {
  display: none; }
  @media (max-width: 768px) {
    .page_bg_video_sm {
      display: block; } }

.front_top_fluid {
  height: 800px;
  width: 100%;
  color: white; }
  .front_top_fluid .textwidget {
    padding-left: 20px; }
    @media (max-width: 600px) {
      .front_top_fluid .textwidget {
        padding-left: 0px; } }
  @media (max-width: 600px) {
    .front_top_fluid .row_100 .s1 {
      display: none; } }
  .front_top_fluid .col {
    height: 100%; }
  .front_top_fluid h1 {
    font-weight: 700; }
  .front_top_fluid a {
    color: white;
    background-color: #f04436;
    display: inline-block;
    padding: 10px 30px;
    margin-top: 15px;
    border-radius: 5px;
    border: 1px solid #f04436; }
    .front_top_fluid a:hover {
      background-color: unset;
      border: 1px solid white; }
  @media (max-width: 1200px) {
    .front_top_fluid {
      height: 627px; } }
  @media (max-width: 992px) {
    .front_top_fluid {
      height: 558px; } }

.page_bg_video {
  position: absolute;
  top: 0;
  z-index: -1;
  height: 800px;
  width: 100%; }
  .page_bg_video .col {
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden; }
  @media (max-width: 1200px) {
    .page_bg_video {
      height: 627px; } }
  @media (max-width: 992px) {
    .page_bg_video {
      height: 558px; } }

.bg_home_4 {
  height: 110%; }

.home_section {
  background-color: #313B50;
  color: white; }
  .home_section .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .home_section .left_menu {
    text-align: center;
    width: 8.33333%; }
    @media (max-width: 768px) {
      .home_section .left_menu {
        display: none; } }
    .home_section .left_menu .parent_block_link {
      position: relative;
      margin: 5px; }
      .home_section .left_menu .parent_block_link h6 {
        position: absolute;
        left: 80%;
        top: -10px;
        text-align: left;
        display: none;
        font-size: 100% !important;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin: 0;
        height: 60px;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        max-width: 300px;
        background-color: #f04436;
        padding: 7px 15px;
        opacity: 0;
        z-index: -1;
        border-radius: 5px;
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out; }
        .home_section .left_menu .parent_block_link h6:before {
          content: '';
          border: 10px solid transparent;
          border-right: 10px solid #f04436;
          position: absolute;
          left: -20px;
          top: 50%;
          margin-top: -10px; }
      .home_section .left_menu .parent_block_link:hover h6 {
        opacity: 1;
        left: 100%;
        z-index: 999;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        @media (max-width: 992px) {
          .home_section .left_menu .parent_block_link:hover h6 {
            left: 135%; } }
    .home_section .left_menu .active {
      display: block; }
    .home_section .left_menu a {
      display: none; }
      .home_section .left_menu a:hover img {
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        -webkit-filter: brightness(1.6);
                filter: brightness(1.6); }
      @media (max-width: 768px) {
        .home_section .left_menu a {
          display: none; } }
    .home_section .left_menu svg {
      width: 35px;
      height: auto;
      fill: #596272; }
    .home_section .left_menu .home_solutions {
      text-transform: uppercase;
      -webkit-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
              transform: rotate(-90deg);
      margin: 70px 0px; }
  .home_section .s10 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .home_section .s10 .row {
      height: 100%; }
  .home_section .home_img_block {
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden; }
    @media (max-width: 1200px) {
      .home_section .home_img_block {
        height: 500px;
        width: 100%; } }
    @media (max-width: 768px) {
      .home_section .home_img_block {
        height: 300px; } }
    .home_section .home_img_block img, .home_section .home_img_block svg {
      position: absolute;
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain; }
    .home_section .home_img_block .home_image_first {
      width: 100%;
      height: 100%;
      opacity: 0; }
      @media (max-width: 600px) {
        .home_section .home_img_block .home_image_first {
          opacity: 1; } }
    .home_section .home_img_block .home_image_last {
      opacity: 0;
      z-index: 2; }
      @media (max-width: 600px) {
        .home_section .home_img_block .home_image_last {
          opacity: 1; } }
    .home_section .home_img_block .home_image_animate {
      top: 20px;
      opacity: 0;
      z-index: 3; }
      @media (max-width: 600px) {
        .home_section .home_img_block .home_image_animate {
          opacity: 1;
          top: 0; } }
  .home_section .home_content_block {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 30px !important; }
    @media (max-width: 600px) {
      .home_section .home_content_block {
        padding: 0 .75rem !important; } }
    .home_section .home_content_block img, .home_section .home_content_block svg {
      width: 60px;
      height: auto;
      margin-right: 10px; }
    .home_section .home_content_block a {
      background: #f04436;
      border-radius: 5px;
      color: white;
      background-color: unset;
      display: inline-block;
      padding: 11px 30px;
      border: 1px solid white; }
      .home_section .home_content_block a:hover {
        background-color: #f04436;
        border: 1px solid #f04436; }
    .home_section .home_content_block .home_title_item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
      .home_section .home_content_block .home_title_item .script_svg {
        fill: #f04436; }
    .home_section .home_content_block p {
      opacity: .999; }

.img_right .home_img_block {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }
  @media (max-width: 1200px) {
    .img_right .home_img_block {
      -webkit-box-ordinal-group: 1;
          -ms-flex-order: 0;
              order: 0; } }

.img_right .home_title_item {
  position: relative; }
  .img_right .home_title_item img, .img_right .home_title_item h3 {
    z-index: 99; }
  .img_right .home_title_item:after {
    content: " ";
    background-image: url(../img/homepage_bg-dots_icon_01.svg);
    width: 411px;
    height: 149px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 0;
    right: -115px;
    top: -40px; }
    @media (max-width: 1200px) {
      .img_right .home_title_item:after {
        display: none; } }

.img_left .home_title_item {
  position: relative; }
  .img_left .home_title_item img, .img_left .home_title_item h3 {
    z-index: 99; }
  .img_left .home_title_item:after {
    content: " ";
    background-image: url(../img/homepage_bg-dots_icon_01.svg);
    width: 411px;
    height: 149px;
    background-size: contain;
    position: absolute;
    background-repeat: no-repeat;
    z-index: 0;
    left: -115px;
    top: -40px; }
    @media (max-width: 1200px) {
      .img_left .home_title_item:after {
        display: none; } }

.img_left .home_content_block {
  padding-left: 50px !important;
  padding-right: 10px !important; }
  @media (max-width: 1200px) {
    .img_left .home_content_block {
      padding-left: 30px !important;
      padding-right: 30px !important; } }
  @media (max-width: 600px) {
    .img_left .home_content_block {
      padding: 0 .75rem !important; } }

.img_left, .img_right {
  padding-top: 80px;
  padding-bottom: 80px;
  height: 680px; }
  @media (max-width: 1200px) {
    .img_left, .img_right {
      height: auto; } }
  @media (max-width: 768px) {
    .img_left, .img_right {
      height: auto;
      padding-top: 20px;
      padding-bottom: 20px; } }

.left_menu {
  display: block;
  z-index: 0;
  position: absolute;
  padding-top: 40px; }
  .left_menu:hover {
    z-index: 999; }

.left_menu_active {
  position: fixed;
  left: 0;
  top: 10%;
  width: 8.33333%; }

.left_menu_bottom {
  bottom: 100px !important; }

.home_last_block {
  padding-top: 50px; }
  @media (max-width: 768px) {
    .home_last_block {
      padding-top: 20px; } }
  @media (max-width: 600px) {
    .home_last_block .l2 > .vc_column-inner > .wpb_wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: auto;
      text-align: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 25px;
      width: 60%;
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content; }
      .home_last_block .l2 > .vc_column-inner > .wpb_wrapper .wpb_content_element {
        margin-bottom: 0 !important; }
      .home_last_block .l2 > .vc_column-inner > .wpb_wrapper img {
        height: 80px;
        margin-right: 20px; } }
  .home_last_block .rotate_text {
    color: #9399A3;
    width: 130px;
    text-transform: uppercase; }
    @media (max-width: 768px) {
      .home_last_block .rotate_text {
        display: none; } }
  .home_last_block p {
    font-size: 14px; }
  .home_last_block .row {
    margin-bottom: 0 !important; }
  .home_last_block a {
    color: #303B4F;
    position: relative;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    margin-top: 15px; }
    .home_last_block a:after {
      font-family: "Font Awesome 5 Light";
      color: #303B4F;
      content: "\f178";
      font-size: 30px;
      font-weight: 300;
      margin-right: 3px;
      margin-left: 10px;
      position: absolute; }
  .home_last_block .l4 {
    color: #596272; }
    .home_last_block .l4 h3 {
      color: #303B4F;
      font-weight: 600;
      margin-top: 0 !important; }
  @media (max-width: 992px) {
    .home_last_block .l2 {
      text-align: center; }
      .home_last_block .l2 .wpb_single_image {
        text-align: center !important; } }
  @media (max-width: 768px) {
    .home_last_block .l2 {
      text-align: center;
      border-top: 1px solid #C8CDD6;
      padding-top: 30px !important; }
      .home_last_block .l2 .wpb_single_image {
        text-align: center !important; } }
  .home_last_block .l2 h2 {
    color: #9399A3;
    font-weight: 700; }
    @media (max-width: 768px) {
      .home_last_block .l2 h2 {
        font-size: 40px !important;
        margin: -10px; } }
  .home_last_block .l2 h4 {
    color: #303B4F;
    font-weight: 500; }

#root .solutions_top_section {
  padding: 170px 0 70px !important; }

.solutions_top_section {
  height: 765px;
  color: #303B4F;
  background-position: bottom !important;
  background-size: cover !important; }
  @media (max-width: 1200px) {
    .solutions_top_section {
      height: 680px; } }
  @media (max-width: 600px) {
    .solutions_top_section {
      height: 560px;
      background-position: right !important; } }
  .solutions_top_section .full_btn {
    color: white;
    background-color: #f04436;
    display: inline-block;
    padding: 9px 30px;
    border-radius: 5px;
    border: 1px solid #f04436;
    font-size: 18px !important;
    text-align: center; }
    .solutions_top_section .full_btn:hover {
      background-color: unset;
      color: #f04436; }
  @media (max-width: 600px) {
    .solutions_top_section .vc_column-inner {
      padding-left: 25px !important;
      padding-right: 25px !important; } }
  .solutions_top_section img {
    width: 75px; }
  .solutions_top_section h1 {
    font-weight: 600; }
  .solutions_top_section h1, .solutions_top_section h6 {
    color: #303B4F; }
  .solutions_top_section h6 {
    line-height: 1.4em;
    margin-bottom: 25px; }
  .solutions_top_section a {
    background: #f04436;
    border-radius: 5px;
    color: white;
    background-color: #f04436;
    display: inline-block;
    padding: 5px 20px;
    border: 1px solid #f04436; }

.solutions_second_section {
  color: #303B4F;
  padding-top: 0 !important; }
  @media (max-width: 600px) {
    .solutions_second_section .s1 {
      display: none; } }
  .solutions_second_section .vc_col-sm-4 {
    padding-top: 60px; }
    .solutions_second_section .vc_col-sm-4 p {
      margin-right: 40px;
      line-height: 1.6em; }
      @media (max-width: 768px) {
        .solutions_second_section .vc_col-sm-4 p {
          margin-right: 0; } }
  .solutions_second_section .vc_col-sm-3 {
    padding-top: 60px !important; }
  .solutions_second_section .vc_col-sm-9 {
    padding-top: 60px !important; }
  .solutions_second_section h1, .solutions_second_section h2, .solutions_second_section h3, .solutions_second_section h4, .solutions_second_section h5, .solutions_second_section h6 {
    color: #303B4F; }
  .solutions_second_section img {
    width: auto; }
  .solutions_second_section h2 {
    font-weight: 600;
    margin-right: 30px;
    margin-top: 0; }
  .solutions_second_section h6 {
    line-height: 1.4em;
    font-weight: 600; }
  .solutions_second_section .light_btn {
    margin-right: 20px; }
    @media (max-width: 600px) {
      .solutions_second_section .light_btn {
        margin-bottom: 20px; } }
  .solutions_second_section .rotate_text {
    text-transform: uppercase;
    color: #9399A3;
    left: -24px; }
    @media (max-width: 1400px) {
      .solutions_second_section .rotate_text {
        left: -34px; } }
    @media (max-width: 1200px) {
      .solutions_second_section .rotate_text {
        left: -40px; } }
    @media (max-width: 992px) {
      .solutions_second_section .rotate_text {
        display: none; } }
  .solutions_second_section .solutions_last_row {
    border-top: 1px solid #C8CDD6; }
  @media (max-width: 600px) {
    .solutions_second_section .vc_column-inner {
      padding-left: 5px !important;
      padding-right: 5px !important; } }

.solutions_dark_section {
  color: white !important;
  padding-top: 0 !important; }
  @media (max-width: 600px) {
    .solutions_dark_section .vc_column-inner {
      padding-left: 5px !important;
      padding-right: 5px !important; } }
  .solutions_dark_section .rotate_text {
    width: 210px;
    left: -35px;
    margin: 60px 0; }
    @media (max-width: 1200px) {
      .solutions_dark_section .rotate_text {
        left: -50px; } }
  .solutions_dark_section .m10 {
    z-index: 999; }
  .solutions_dark_section h2, .solutions_dark_section h3 {
    margin-top: 0; }
  .solutions_dark_section h3 {
    font-weight: 500; }
  .solutions_dark_section ul li {
    margin-top: 20px;
    padding-left: 20px;
    position: relative; }
    .solutions_dark_section ul li:before {
      content: ' ';
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -5px;
      width: 10px;
      height: 10px;
      background-color: #f04436;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
  .solutions_dark_section .sol_row_reverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse; }
  .solutions_dark_section .sol_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }

@media (max-width: 600px) {
  .solutions_last_row .m10 {
    padding-left: 20px !important;
    padding-right: 20px !important; } }

@media (max-width: 600px) {
  .solutions_last_block .vc_column-inner {
    padding-left: 5px !important;
    padding-right: 5px !important; } }

.solutions_last_block h2 {
  color: #303B4F;
  font-weight: 600; }

.solutions_last_block .full_btn {
  margin-top: 20px;
  margin-bottom: 40px; }

.rotate_text {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  position: absolute;
  width: 177px;
  left: -13px;
  margin: 0;
  padding: 0;
  font-size: 21px;
  text-transform: uppercase; }
  @media (max-width: 1200px) {
    .rotate_text {
      left: -40px; } }
  @media (max-width: 992px) {
    .rotate_text {
      display: none; } }

.sticky_header li {
  cursor: pointer;
  display: inline-block;
  margin-left: 40px; }
  .sticky_header li:hover a {
    color: #303B4F; }
  .sticky_header li:first-child {
    margin-left: 0; }
  .sticky_header li span {
    display: none; }
  @media (max-width: 992px) {
    .sticky_header li {
      margin-left: 15px; } }
  .sticky_header li a {
    display: inline-block;
    vertical-align: bottom;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 14px; }
    .sticky_header li a:hover {
      color: #303B4F; }
  .sticky_header li.current-menu-item a, .sticky_header li.current_page_parent a {
    color: #303B4F; }
  .sticky_header li.menu-item-has-children {
    position: relative; }
    .sticky_header li.menu-item-has-children .sub-menu {
      left: -30px;
      top: 50px;
      opacity: 0;
      z-index: -1;
      margin-top: 10px;
      position: absolute;
      min-width: 260px;
      display: none !important;
      border-radius: 3px;
      -webkit-box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.178677);
              box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.178677);
      -webkit-transition: 0.3s ease-out;
      -o-transition: 0.3s ease-out;
      transition: 0.3s ease-out;
      -webkit-transition-delay: .3s;
           -o-transition-delay: .3s;
              transition-delay: .3s; }
      @media (max-width: 992px) {
        .sticky_header li.menu-item-has-children .sub-menu {
          left: 20px; } }
      .sticky_header li.menu-item-has-children .sub-menu li {
        display: block;
        text-align: left;
        margin-left: 0px;
        border-top: 0.5px solid #F2F3F5;
        -webkit-transition: 0.3s ease-out;
        -o-transition: 0.3s ease-out;
        transition: 0.3s ease-out;
        -webkit-transition-delay: .3s;
             -o-transition-delay: .3s;
                transition-delay: .3s; }
        .sticky_header li.menu-item-has-children .sub-menu li:hover {
          background-color: #F2F3F5; }
        .sticky_header li.menu-item-has-children .sub-menu li:first-child {
          border-top: 0; }
        .sticky_header li.menu-item-has-children .sub-menu li a {
          display: inline-block;
          width: 100%;
          padding: 20px 30px;
          font-weight: 500;
          vertical-align: bottom;
          color: #C8CDD6; }
          .sticky_header li.menu-item-has-children .sub-menu li a:hover {
            color: #596272; }
        .sticky_header li.menu-item-has-children .sub-menu li.current-menu-item a {
          display: inline-block;
          vertical-align: bottom;
          opacity: 1; }
  .sticky_header li:hover .sub-menu {
    top: 20px;
    display: block !important;
    opacity: 1;
    z-index: 0;
    background-color: white;
    z-index: 999; }

.no_line {
  background: #FFFFFF;
  z-index: 2; }

.contact {
  background-position: bottom !important;
  background-size: cover !important; }

.kind_white h3 {
  color: #303B4F; }
  .kind_white h3:before {
    background-image: url(/wp-content/uploads/2020/06/kind.png) !important; }

.kind_white p {
  color: #303B4F; }

.border_side {
  border-left: 1px solid #C8CDD6 !important;
  border-right: 1px solid #C8CDD6 !important; }

.contact_section {
  margin-top: 70px; }

.form_block .s12 {
  width: 100%; }

.form_block .gform_heading {
  text-align: center;
  font-size: 32px !important;
  font-weight: 400 !important;
  height: 60px; }
  @media (max-width: 600px) {
    .form_block .gform_heading {
      font-size: 28px !important; } }
  .form_block .gform_heading h3 {
    font-weight: 600 !important;
    color: #303B4F;
    text-align: left;
    text-transform: capitalize; }

.form_block .ginput_container_select {
  padding: 0 !important;
  margin-top: -12px; }

.form_block .gform_title {
  height: 100%;
  padding-top: 30px;
  text-transform: uppercase;
  font-size: 48px;
  color: #303B4F; }

.form_block .form-example {
  display: inline-table; }

.form_block form {
  max-width: 100% !important;
  background-color: white;
  margin: auto;
  padding-bottom: 20px; }
  @media (max-width: 992px) {
    .form_block form {
      max-width: 100% !important;
      margin: auto; } }
  @media (max-width: 768px) {
    .form_block form {
      max-width: 100%; } }
  @media (max-width: 600px) {
    .form_block form {
      max-width: 100%; } }
  .form_block form li {
    padding-right: 0 !important; }
  .form_block form select:focus {
    outline: 0px solid #C8CDD6 !important; }
  .form_block form input, .form_block form select {
    width: 100% !important;
    border: none;
    border: none !important;
    background-color: #F2F3F5 !important;
    margin: 0 !important;
    margin-top: 10px !important;
    height: 45px;
    padding-left: 15px !important;
    color: #303B4F;
    border-radius: 5px !important;
    display: block; }
    .form_block form input:focus, .form_block form select:focus {
      background-color: white !important;
      -webkit-box-shadow: none !important;
              box-shadow: none !important;
      background-color: white !important;
      border: 1px solid gray;
      border: 1px solid gray !important; }
  .form_block form select {
    color: #9399A3; }
  .form_block form input::-webkit-input-placeholder {
    color: #9399A3; }
  .form_block form input::-moz-placeholder {
    color: #9399A3; }
  .form_block form input:-ms-input-placeholder {
    color: #9399A3; }
  .form_block form input::-ms-input-placeholder {
    color: #9399A3; }
  .form_block form input::placeholder {
    color: #9399A3; }
  .form_block form select::-webkit-input-placeholder {
    color: #9399A3; }
  .form_block form select::-moz-placeholder {
    color: #9399A3; }
  .form_block form select:-ms-input-placeholder {
    color: #9399A3; }
  .form_block form select::-ms-input-placeholder {
    color: #9399A3; }
  .form_block form select::placeholder {
    color: #9399A3; }
  .form_block form textarea {
    margin-top: 10px;
    padding-left: 15px !important;
    width: 100%;
    border: none;
    border: none !important;
    background-color: #F2F3F5 !important;
    color: #303B4F;
    height: 170px !important;
    border-radius: 5px !important; }
    .form_block form textarea:focus {
      border: 1px solid gray !important;
      -webkit-box-shadow: none !important;
              box-shadow: none !important;
      background-color: white !important;
      border: 1px solid gray; }
  .form_block form textarea::-webkit-input-placeholder {
    color: #9399A3; }
  .form_block form textarea::-moz-placeholder {
    color: #9399A3; }
  .form_block form textarea:-ms-input-placeholder {
    color: #9399A3; }
  .form_block form textarea::-ms-input-placeholder {
    color: #9399A3; }
  .form_block form textarea::placeholder {
    color: #9399A3; }
  .form_block form label {
    font-size: 13px !important;
    letter-spacing: 1.1px;
    color: #303B4F;
    font-weight: 400 !important;
    text-transform: uppercase;
    display: none !important; }
    @media (max-width: 600px) {
      .form_block form label {
        font-size: 14px !important; } }
  .form_block form .ginput_container {
    margin-top: 0 !important; }
  .form_block form .ginput_complex label {
    display: none !important; }
  .form_block form .ginput_container_checkbox {
    padding-left: 15px; }
    .form_block form .ginput_container_checkbox input {
      display: none !important; }
    .form_block form .ginput_container_checkbox label {
      padding-left: 25px; }
  .form_block form .ginput_container_select {
    padding-left: 15px;
    margin-top: 12px !important; }

.form_block .gform_footer {
  text-align: center;
  position: relative;
  padding: 0 !important;
  overflow: hidden;
  margin: 0px !important; }
  @media (max-width: 768px) {
    .form_block .gform_footer {
      padding: 15px; } }
  .form_block .gform_footer .gform_button {
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    height: 50px;
    background: #f04436 !important;
    font-family: "Titillium Web", sans-serif;
    font-size: 18px !important;
    font-weight: 400;
    line-height: 29px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    -webkit-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out; }
    @media (max-width: 1200px) {
      .form_block .gform_footer .gform_button {
        height: 52px; } }
    @media (max-width: 768px) {
      .form_block .gform_footer .gform_button {
        width: 100%; } }
    .form_block .gform_footer .gform_button:hover {
      background-color: #f04436; }

.form_block .validation_message {
  color: red !important;
  padding-top: 0 !important;
  position: absolute;
  font-weight: 100 !important;
  margin-top: 2px;
  font-size: 13px !important;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

.form_block .help_block {
  display: none; }

.form_block .btn_hover {
  margin-top: 30px;
  display: inline-block;
  width: 100%;
  padding-right: 0px !important; }

.form_block .help_form:hover .help_block {
  top: 5px; }

.form_block .help_form .help_block {
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  top: -40%;
  color: red;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all .9s ease-in-out;
  -o-transition: all .9s ease-in-out;
  transition: all .9s ease-in-out; }

.form_block .help_form .help_block_active {
  top: 5px; }
  @media (max-width: 992px) {
    .form_block .help_form .help_block_active {
      top: 0; } }

.form_block .gform_button:disabled {
  background-color: #9399A3 !important;
  color: white !important; }
  .form_block .gform_button:disabled:hover {
    background-color: #9399A3 !important;
    color: white !important; }
    .form_block .gform_button:disabled:hover .help_block {
      top: 5px !important; }

.form_block .form_link {
  margin-top: 80px; }
  .form_block .form_link a {
    width: 33%;
    display: inline-block;
    text-align: center;
    font-size: 24px;
    color: #C8CDD6;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
    .form_block .form_link a i {
      color: #C8CDD6;
      margin-right: 10px;
      -webkit-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
    @media (max-width: 1200px) {
      .form_block .form_link a {
        font-size: 18px; } }
    @media (max-width: 992px) {
      .form_block .form_link a {
        width: 100%;
        line-height: 2em; } }
    .form_block .form_link a:hover {
      color: #596272; }
      .form_block .form_link a:hover i {
        color: #596272; }

.gform_confirmation_message h3, .gform_confirmation_message p {
  text-align: center;
  color: #FFFFFF; }

.submit_perent {
  display: none; }
  .submit_perent .submit_popup_con {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    text-align: center;
    padding: 3%;
    background: -o-linear-gradient(315deg, rgba(28, 37, 40, 0.8) 0, rgba(54, 61, 72, 0.8) 50%, rgba(25, 26, 28, 0.8) 100%);
    background: linear-gradient(135deg, rgba(28, 37, 40, 0.8) 0, rgba(54, 61, 72, 0.8) 50%, rgba(25, 26, 28, 0.8) 100%);
    z-index: 9999; }
  .submit_perent .gform_confirmation_wrapper {
    margin-bottom: 30px; }
  .submit_perent .submit_popup_form {
    width: 476px;
    padding: 35px;
    padding-bottom: 10px;
    background-color: white;
    color: #C8CDD6;
    position: absolute;
    top: -100vh;
    left: 50%;
    margin-left: -238px;
    z-index: 99999;
    -webkit-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out; }
    .submit_perent .submit_popup_form button {
      background-color: rgba(0, 0, 0, 0);
      width: 50px;
      height: 50px;
      border-radius: 50%;
      border: 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      color: #C4C4C4;
      font-size: 30px;
      position: absolute;
      top: 10px;
      right: 10px;
      cursor: pointer; }
      .submit_perent .submit_popup_form button i {
        position: static;
        margin: 0; }
    .submit_perent .submit_popup_form h4 {
      color: #9399A3;
      padding: 20px 0 50px 0; }
    @media (max-width: 768px) {
      .submit_perent .submit_popup_form {
        width: 96%;
        margin-left: 0;
        margin: 0px;
        left: 2%; } }

.border_right {
  border-right: 0.5px solid #C8CDD6; }

.border_bottom {
  border-bottom: 1px solid #C8CDD6; }

.about_top_section {
  height: 500px; }
  @media (max-width: 768px) {
    .about_top_section {
      height: 300px; } }
  .about_top_section .row {
    height: 100%; }
  .about_top_section .vc_column-inner, .about_top_section .col {
    padding: 0; }
  .about_top_section h1 {
    max-width: 700px;
    font-weight: 500;
    color: #303B4F; }

.about_our_team_section {
  padding-top: 0px !important; }
  @media (max-width: 1200px) {
    .about_our_team_section .border_right_lg {
      border-right: unset !important; } }
  @media (max-width: 992px) {
    .about_our_team_section .border_right {
      border-right: unset !important; } }
  .about_our_team_section .m10 {
    border-left: 0.5px solid #C8CDD6;
    border-right: 0.5px solid #C8CDD6; }
    @media (max-width: 600px) {
      .about_our_team_section .m10 {
        border-left: none !important;
        border-right: none !important; } }
    .about_our_team_section .m10 .row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  @media (max-width: 600px) {
    .about_our_team_section .m10 > .vc_column-inner {
      padding: 0; } }
  .about_our_team_section h5, .about_our_team_section h2, .about_our_team_section h3, .about_our_team_section h4 {
    color: #303B4F;
    margin: 0; }
  .about_our_team_section h2, .about_our_team_section h3, .about_our_team_section h4 {
    font-weight: 600; }
  .about_our_team_section h5 {
    color: #C8CDD6; }
  .about_our_team_section .row {
    margin: 0; }
  .about_our_team_section .xl6 {
    padding-top: 30px !important;
    padding-bottom: 30px !important; }
  .about_our_team_section .vc_col-sm-4 {
    padding-top: 20px !important;
    padding-bottom: 20px !important; }
  .about_our_team_section .pt50 {
    padding-top: 50px !important; }
    @media (max-width: 600px) {
      .about_our_team_section .pt50 {
        padding-top: 0 !important; } }
  .about_our_team_section .col .row {
    margin-bottom: 0; }
  .about_our_team_section .xl6 > .vc_column-inner > .wpb_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .about_our_team_section .xl6 .wpb_single_image {
    width: 40%;
    padding-right: 15px; }
    @media (max-width: 600px) {
      .about_our_team_section .xl6 .wpb_single_image {
        width: 100%;
        text-align: center; } }
  .about_our_team_section .xl6 .wpb_text_column {
    width: 60%; }
    @media (max-width: 600px) {
      .about_our_team_section .xl6 .wpb_text_column {
        width: 100%; } }
    .about_our_team_section .xl6 .wpb_text_column h3 {
      color: #303B4F;
      margin-top: 0; }
    .about_our_team_section .xl6 .wpb_text_column h6 {
      color: #303B4F;
      text-transform: uppercase;
      font-weight: 600;
      margin: 20px 0;
      margin-top: 10px; }
  .about_our_team_section .left_h3 h3 {
    text-align: left !important; }
  .about_our_team_section .l4 h3, .about_our_team_section .l4 h4 {
    color: #303B4F;
    text-align: center; }
  .about_our_team_section .l4 h6 {
    color: #303B4F;
    text-transform: uppercase;
    text-align: center; }

.few_kind_section {
  padding-top: 0 !important; }
  .few_kind_section h5 {
    color: #9399A3; }
  .few_kind_section .m10 {
    border-left: 1px solid white;
    border-right: 1px solid white;
    color: white;
    padding: 50px 0; }
    @media (max-width: 600px) {
      .few_kind_section .m10 {
        border-left: 0px solid white;
        border-right: 0px solid white; } }
    .few_kind_section .m10 .vc_column-inner {
      width: 75%;
      margin: auto;
      padding: 60px 0;
      padding-bottom: 45px; }
      @media (max-width: 768px) {
        .few_kind_section .m10 .vc_column-inner {
          width: 100%; } }
    .few_kind_section .m10 h3 {
      position: relative;
      padding-left: 40px; }
      .few_kind_section .m10 h3:before {
        content: ' ';
        background-image: url(../img/few.png);
        width: 34px;
        height: 28px;
        position: absolute;
        background-size: cover;
        left: 0; }
      @media (max-width: 600px) {
        .few_kind_section .m10 h3 {
          padding-left: 0px; }
          .few_kind_section .m10 h3:before {
            top: -42px; } }
    .few_kind_section .m10 p {
      padding-left: 40px; }
  .few_kind_section .row {
    margin-bottom: 0 !important; }

#root .contact_top_section {
  height: 500px;
  padding: 70px 0 !important; }
  #root .contact_top_section .row {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  @media (max-width: 992px) {
    #root .contact_top_section {
      height: 290px !important;
      padding: 70px 0 !important; } }

.form_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (max-width: 992px) {
    .form_row .border_right {
      border-right: none !important; } }
  @media (max-width: 992px) {
    .form_row .s1 {
      display: none; } }
  .form_row .map_block {
    padding-top: 75px !important; }
    @media (max-width: 992px) {
      .form_row .map_block {
        padding-top: 35px !important; }
        .form_row .map_block .vc_column-inner {
          width: 80%;
          margin: auto; } }
    @media (max-width: 600px) {
      .form_row .map_block {
        padding-top: 35px !important; }
        .form_row .map_block .vc_column-inner {
          width: 100%;
          margin: auto; } }
    .form_row .map_block .vc_column-inner, .form_row .map_block .wpb_wrapper, .form_row .map_block .wpb_raw_html, .form_row .map_block iframe {
      height: 100%; }
    .form_row .map_block iframe {
      padding-bottom: 80px; }
      @media (max-width: 992px) {
        .form_row .map_block iframe {
          height: 500px; } }
  .form_row .form_block {
    padding: 30px 70px !important; }
    @media (max-width: 1200px) {
      .form_row .form_block {
        padding: 30px 15px !important; } }
    @media (max-width: 992px) {
      .form_row .form_block {
        padding: 0px 30px !important;
        border-bottom: 1px solid #C8CDD6; }
        .form_row .form_block .wpb_text_column {
          margin-bottom: 0 !important; }
        .form_row .form_block form {
          width: 80%; }
          .form_row .form_block form .ginput_complex {
            margin-top: 0 !important; }
            .form_row .form_block form .ginput_complex span {
              margin-bottom: 0 !important; }
          .form_row .form_block form .gform_heading {
            margin-bottom: 0 !important; } }
    @media (max-width: 600px) {
      .form_row .form_block {
        padding: 0px 15px !important;
        border-bottom: 1px solid #C8CDD6; }
        .form_row .form_block .wpb_text_column {
          margin-bottom: 0 !important; }
        .form_row .form_block form {
          width: 100%; } }
  .form_row .rotate_text {
    color: #C8CDD6; }

.terms_top_block {
  background-color: #303B4F;
  height: 375px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .terms_top_block h1 {
    font-weight: 600; }
  @media (max-width: 600px) {
    .terms_top_block {
      height: 275px; }
      .terms_top_block h1 {
        padding-top: 30px; } }

#terms_top_block {
  margin-bottom: 50px !important; }
  @media (max-width: 600px) {
    #terms_top_block {
      margin-bottom: 30px !important; } }

.terms_content h1, .terms_content h2, .terms_content h3, .terms_content h4, .terms_content h5, .terms_content h6 {
  color: #303B4F !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.slick-arrow, .slick-dots button {
  background: transparent;
  padding: 0;
  margin: 0;
  line-height: unset;
  height: auto;
  border-radius: 02px; }

.slick-arrow:hover {
  background: transparent; }

.slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  z-index: 99;
  border: none;
  width: 40px;
  height: 40px;
  font-size: 0;
  -webkit-transition: unset;
  -o-transition: unset;
  transition: unset; }
  @media (max-width: 768px) {
    .slick-arrow {
      width: 20px; } }

.slick-next {
  right: 10px; }
  .slick-next:before {
    font-family: "Font Awesome 5 Light";
    color: #DEECF1;
    content: "\f054";
    font-size: 36px;
    font-weight: 300;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99; }

.slick-prev {
  left: 10px; }
  .slick-prev:before {
    font-family: "Font Awesome 5 Light";
    color: #DEECF1;
    content: "\f053";
    font-size: 36px;
    font-weight: 300;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99; }

/* fixed styles */
.full_height_button {
  display: block;
  height: 100% !important;
  background: rgba(0, 0, 0, 0);
  z-index: 100 !important;
  top: 0 !important;
  margin-top: 0px;
  position: absolute !important;
  border: none;
  width: 10% !important;
  font-size: 0; }
  .full_height_button:hover {
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    cursor: pointer; }
  .full_height_button .slick-prev {
    left: 10px; }
  .full_height_button .slick-next {
    right: 10px; }
  .full_height_button .slick-prev, .full_height_button .slick-next {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    z-index: 99;
    border: none;
    width: 40px;
    height: 40px;
    font-size: 0;
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
    background: transparent; }
    @media (max-width: 992px) {
      .full_height_button .slick-prev, .full_height_button .slick-next {
        top: 90%; }
        .full_height_button .slick-prev:before, .full_height_button .slick-next:before {
          font-size: 28px; } }

.full_height_button_prev {
  left: 0 !important; }
  .full_height_button_prev:hover {
    /* IE9, iOS 3.2+ */
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMTAwJSIgeTI9IjAlIj48c3RvcCBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuNTgiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIgb2Zmc2V0PSIwLjc0MSIvPjwvbGluZWFyR3JhZGllbnQ+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCN2c2dnKSIgLz48L3N2Zz4=);
    /* Android 2.3 */
    /* IE10+ */
    background-image: -webkit-gradient(linear, left top, right top, color-stop(10%, rgba(68, 68, 68, 0.58)), color-stop(74.1%, rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(left, rgba(68, 68, 68, 0.58) 10%, rgba(0, 0, 0, 0) 74.1%);
    background-image: linear-gradient(to right, rgba(68, 68, 68, 0.58) 10%, rgba(0, 0, 0, 0) 74.1%);
    background-image: -ms-linear-gradient(left, rgba(68, 68, 68, 0.58) 10%, rgba(0, 0, 0, 0) 74.1%); }

.full_height_button_next {
  right: 0 !important; }
  .full_height_button_next:hover {
    /* IE9, iOS 3.2+ */
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIxMDAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjAlIj48c3RvcCBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuNTgiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIgb2Zmc2V0PSIwLjc0MSIvPjwvbGluZWFyR3JhZGllbnQ+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCN2c2dnKSIgLz48L3N2Zz4=);
    /* Android 2.3 */
    /* IE10+ */
    background-image: -webkit-gradient(linear, right top, left top, color-stop(10%, rgba(68, 68, 68, 0.58)), color-stop(74.1%, rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(right, rgba(68, 68, 68, 0.58) 10%, rgba(0, 0, 0, 0) 74.1%);
    background-image: linear-gradient(to left, rgba(68, 68, 68, 0.58) 10%, rgba(0, 0, 0, 0) 74.1%);
    background-image: -ms-linear-gradient(right, rgba(68, 68, 68, 0.58) 10%, rgba(0, 0, 0, 0) 74.1%); }

.no_padiing {
  padding: 0; }

.grey_section {
  padding: 240px 0 70px !important;
  background: #303B4F; }
  .grey_section h1 {
    color: #FFFFFF;
    font-weight: bold; }
  .grey_section h6 {
    color: #FFFFFF; }
  .grey_section p {
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 500; }

.border {
  border-left: 1px solid #C8CDD6;
  border-right: 1px solid #C8CDD6; }

.blog_row {
  margin-bottom: 0 !important; }

.blog_list {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(420px, 1fr)); }
  .blog_list_section {
    padding-bottom: 50px; }
    .blog_list_section .paginate {
      padding-left: 42px; }
      @media screen and (max-width: 480px) {
        .blog_list_section .paginate {
          padding-left: 0; } }
  @media screen and (max-width: 992px) {
    .blog_list {
      grid-template-columns: repeat(auto-fill, minmax(100%, 1fr)); } }
  .blog_list:after {
    content: "";
    display: block;
    clear: both; }

.blog_item {
  display: block;
  width: 100%;
  padding: 69px 42px 44px 42px; }
  @media screen and (max-width: 992px) {
    .blog_item {
      padding: 45px 40px; } }
  @media screen and (max-width: 768px) {
    .blog_item {
      padding: 45px 0; } }
  .blog_item_title_link {
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease; }
    .blog_item_title_link h5 {
      color: #303B4F;
      font-size: 23px !important;
      font-weight: bold;
      line-height: 1.6;
      margin-top: 0; }
    .blog_item_title_link:hover h5 {
      color: #f04436; }
  .blog_item .blog_thumb {
    width: 100%;
    height: 372px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out; }
    @media screen and (max-width: 480px) {
      .blog_item .blog_thumb {
        height: 255px; } }
    .blog_item .blog_thumb:hover {
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1); }
  .blog_item .info_block {
    padding: 15px 0;
    font-size: 14px;
    color: #C8CDD6; }
    @media screen and (max-width: 480px) {
      .blog_item .info_block {
        padding-bottom: 0; } }
    .blog_item .info_block a {
      color: #C8CDD6;
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease; }
      .blog_item .info_block a:hover {
        color: #3F4F90; }
    .blog_item .info_block span {
      color: #9399A3;
      font-weight: 500; }
  .blog_item .blog_short_desc {
    font-size: 18px; }
  .blog_item_thumb_wrap {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 372px; }
    @media screen and (max-width: 480px) {
      .blog_item_thumb_wrap {
        height: 255px; } }

.pagination {
  width: 100%; }

.paginate .pag_item {
  display: inline-block;
  width: 38px;
  height: 38px;
  border: 1px solid #C8CDD6;
  border-radius: 5px;
  margin-right: 10px;
  text-align: center;
  line-height: 38px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #303B4F;
  float: left; }
  .paginate .pag_item:last-child {
    margin-right: 0; }

.paginate .current {
  color: #FFFFFF;
  background: #303B4F;
  border: 1px solid #303B4F; }

.paginate:after {
  content: "";
  display: block;
  clear: both; }

.rotate_grey .rotate_text {
  left: 13px;
  top: 135px;
  width: auto; }

.rotate_grey h5 {
  color: #9399A3; }

.good_news {
  text-align: center; }
  .good_news h4 {
    font-weight: 600;
    color: #303B4F;
    font-size: 36px !important;
    line-height: 1.5; }
    .good_news h4 i {
      font-style: normal;
      color: #f04436; }
  .good_news p {
    max-width: 930px;
    margin: 0 auto;
    font-size: 21px;
    margin-top: 10px; }

.programs figure {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }

.programs h5 {
  color: #303B4F;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase; }

.programs .wpb_column {
  border-right: 1px solid #C8CDD6;
  height: 100%; }
  .programs .wpb_column:last-child {
    border-right: none; }
  @media screen and (max-width: 992px) {
    .programs .wpb_column {
      border-right: none; } }

.programs_col3 {
  padding-top: 90px !important;
  padding-bottom: 50px !important;
  height: 100% !important; }
  @media screen and (max-width: 480px) {
    .programs_col3 .vc_btn3 {
      position: relative;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); } }
  .programs_col3 p {
    min-height: 320px; }

.border-side {
  border-left: 1px solid #C8CDD6;
  border-right: 1px solid #C8CDD6; }
  @media screen and (max-width: 992px) {
    .border-side {
      border-left: none;
      border-right: none; } }

.margin_nagative {
  margin-top: -25px; }

.no_padding {
  padding-top: 0 !important; }

.blog_content {
  padding-top: 0 !important; }
  .blog_content .vc_btn3-container {
    display: block;
    margin-bottom: 0; }
    .blog_content .vc_btn3-container a {
      background-color: #FFFFFF !important;
      color: #f04436 !important;
      font-size: 18px !important;
      font-weight: 400;
      border: 1px solid #f04436 !important;
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      .blog_content .vc_btn3-container a:hover {
        background-color: #f04436 !important;
        color: #FFFFFF !important; }
  .blog_content .blog_center_btn {
    display: block;
    padding-bottom: 95px; }
    .blog_content .blog_center_btn a {
      width: 238px;
      background-color: #f04436 !important;
      color: #FFFFFF !important;
      position: relative;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease; }
      .blog_content .blog_center_btn a:hover {
        opacity: .9; }

.row {
  margin-bottom: 0 !important; }

.border-hor {
  border-top: 1px solid #C8CDD6;
  border-bottom: 1px solid #C8CDD6; }

.media_item {
  padding: 69px 42px 44px 42px; }

.image_section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 0 !important; }
  .image_section_overlay {
    background: rgba(48, 59, 79, 0.9);
    padding: 240px 0 70px; }
  .image_section .image_credit {
    font-size: 14px;
    font-weight: 400; }

.single_content_wrap {
  padding: 70px 0; }
  .single_content_wrap .single_meta {
    font-size: 14px;
    color: #C8CDD6;
    padding-bottom: 50px; }
    .single_content_wrap .single_meta a {
      color: #C8CDD6;
      -webkit-transition: .3s ease-in-out;
      -o-transition: .3s ease-in-out;
      transition: .3s ease-in-out; }
      .single_content_wrap .single_meta a:hover {
        color: #f04436; }
  .single_content_wrap .content_wrap p a {
    color: #303B4F;
    text-decoration: underline;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out; }
    .single_content_wrap .content_wrap p a:hover {
      color: #f04436;
      text-decoration: none; }

.blog_wrapper h2, .blog_wrapper h3, .blog_wrapper h4, .blog_wrapper h5, .blog_wrapper h6 {
  color: #303B4F; }

.blog_wrapper p a {
  color: #303B4F;
  text-decoration: underline;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out; }
  .blog_wrapper p a:hover {
    color: #f04436;
    text-decoration: none; }

.events_meta {
  margin-top: 30px; }
  .events_meta p {
    color: #C8CDD6; }
    .events_meta p a {
      color: #C8CDD6;
      -webkit-transition: .3s ease-in-out;
      -o-transition: .3s ease-in-out;
      transition: .3s ease-in-out; }
      .events_meta p a:hover {
        color: #f04436; }

@media screen and (max-width: 992px) {
  .blog_border {
    border-bottom: 1px solid #F2F3F5; } }

.recent {
  padding-top: 70px;
  padding-left: 15px; }
  @media screen and (max-width: 480px) {
    .recent {
      padding-left: 0; } }
  .recent .tags_block {
    margin-top: 25px;
    padding-bottom: 45px;
    border-bottom: 1px solid #F2F3F5; }
    .recent .tags_block_more {
      display: block;
      font-weight: bold;
      padding-top: 19px !important;
      font-size: 21px; }
      .recent .tags_block_more:hover {
        font-weight: bold !important;
        text-decoration: underline; }
    .recent .tags_block h5 {
      font-size: 24px !important;
      font-weight: bold;
      color: #303B4F; }
    .recent .tags_block a {
      display: block;
      padding: 9px 0;
      color: #303B4F;
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease; }
      .recent .tags_block a:hover {
        text-shadow: 0px 0px 1px #000000; }
  .recent_post h5 {
    color: #303B4F;
    font-size: 24px !important;
    font-weight: bold; }
  .recent_post_item {
    margin-bottom: 42px; }
  .recent_post_img {
    display: block;
    width: 100%;
    height: 165px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  .recent_post_text_wrap h5 {
    color: #303B4F;
    font-size: 18px !important;
    font-weight: 600;
    margin: 0;
    line-height: 1.6; }
  .recent_post_date {
    padding: 9px 0;
    font-size: 14px;
    color: #c8cdd6; }
  .recent .sidebar_newsletter {
    padding-top: 64px;
    padding-bottom: 75px;
    border-bottom: 1px solid #F2F3F5; }
    @media screen and (max-width: 480px) {
      .recent .sidebar_newsletter {
        padding-top: 70px !important;
        padding-bottom: 70px !important; } }
    .recent .sidebar_newsletter .subscribe_title {
      text-align: left; }
      .recent .sidebar_newsletter .subscribe_title h5 {
        color: #303B4F;
        font-weight: bold; }
        @media screen and (max-width: 600px) {
          .recent .sidebar_newsletter .subscribe_title h5 {
            font-size: 24px !important; } }
        .recent .sidebar_newsletter .subscribe_title h5 span {
          color: #f04436; }
    .recent .sidebar_newsletter label {
      display: none; }
    .recent .sidebar_newsletter input[type="email"] {
      border-bottom: none !important;
      background-color: #f0f8ff !important;
      border-radius: 5px;
      padding: 0 10px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      .recent .sidebar_newsletter input[type="email"]:focus {
        border-bottom: none !important;
        -webkit-box-shadow: none !important;
                box-shadow: none !important; }
    .recent .sidebar_newsletter input[type="submit"] {
      width: 100%;
      border: none;
      background: #f04436;
      height: 45px;
      border-radius: 5px;
      color: #FFFFFF;
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease; }
      .recent .sidebar_newsletter input[type="submit"]:hover {
        opacity: .8; }
  @media screen and (max-width: 480px) {
    .recent .sidebar_block {
      padding: 0 15px;
      border-bottom: 1px solid #F2F3F5; } }

@media screen and (max-width: 480px) {
  .r_col {
    padding: 0 !important; } }

.sidebar_search .searchform {
  display: block;
  position: relative; }
  .sidebar_search .searchform:after {
    content: "";
    display: block;
    clear: both; }
  .sidebar_search .searchform .searchsubmit {
    display: inline-block;
    float: right;
    width: 45px;
    height: 45px;
    border: none;
    background: transparent;
    border-radius: 5px; }
  .sidebar_search .searchform .searchinput {
    display: inline-block;
    float: left;
    width: 80%;
    border: none;
    background: #F2F3F5;
    border-radius: 5px;
    padding-left: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0; }
    @media screen and (max-width: 1574px) {
      .sidebar_search .searchform .searchinput {
        width: 75%; } }
    @media screen and (max-width: 1304px) {
      .sidebar_search .searchform .searchinput {
        width: 70%; } }
    @media screen and (max-width: 1120px) {
      .sidebar_search .searchform .searchinput {
        width: 65%; } }
    @media screen and (max-width: 992px) {
      .sidebar_search .searchform .searchinput {
        width: 80%; } }
    .sidebar_search .searchform .searchinput:focus {
      border-bottom: none !important;
      -webkit-box-shadow: none !important;
              box-shadow: none !important; }

@media screen and (max-width: 992px) {
  .event_wrap {
    margin: 50px 0; } }

.event_image {
  position: relative;
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 0 auto; }
  .event_image img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover; }
  .event_image_date {
    display: block;
    width: 85px;
    height: 125px;
    background: #FFFFFF;
    position: absolute;
    top: 15px;
    right: 15px;
    color: #303B4F;
    text-align: center;
    padding: 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .event_image_date .start_day_month {
      display: block;
      font-weight: bold;
      text-transform: uppercase;
      font-size: 24px;
      display: block; }
    .event_image_date .start_date_day {
      display: block;
      font-size: 45px;
      font-weight: bold; }
    .event_image_date .final_date {
      display: block;
      border-top: 1px solid #303B4F;
      font-size: 16px;
      padding: 5px 0; }

.event_info {
  width: 100%;
  font-size: 16px;
  color: #C8CDD6; }
  @media screen and (max-width: 992px) {
    .event_info {
      text-align: center;
      padding-top: 20px; } }
  .event_info .date {
    display: inline-block;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 600;
    color: #303B4F;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
    @media screen and (max-width: 992px) {
      .event_info .date {
        max-width: 250px; } }
    @media screen and (max-width: 800px) {
      .event_info .date {
        position: static;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none; } }
    .event_info .date .time {
      font-weight: 400; }
    .event_info .date div {
      display: inline-block;
      float: left; }
      .event_info .date div:nth-child(2) {
        padding: 0 5px; }
    .event_info .date:after {
      content: '';
      display: block;
      clear: both; }
  .event_info p {
    padding: 0; }
  .event_info .map_link {
    font-weight: 600;
    color: #303B4F;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out; }
    .event_info .map_link:hover {
      color: #f04436; }
  .event_info .map_not_link {
    font-weight: 600;
    color: #303B4F; }
    .event_info .map_not_link i {
      margin-right: 5px; }
  .event_info .time {
    font-weight: 400;
    color: #303B4F; }

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

.event h5 {
  color: #303B4F;
  font-weight: bold;
  font-size: 24px !important;
  margin-top: 0; }
  @media screen and (max-width: 1440px) {
    .event h5 {
      margin-top: 0; } }
  @media screen and (max-width: 992px) {
    .event h5 {
      text-align: center; } }

.event_text {
  position: relative;
  padding: 50px 40px !important; }
  @media screen and (max-width: 800px) {
    .event_text {
      padding: 0 15px 30px !important; } }
  @media screen and (max-width: 480px) {
    .event_text {
      padding: 0 15px 30px !important; } }
  .event_text h5 {
    margin-bottom: 0; }
  .event_text_row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }
    @media screen and (max-width: 1315px) {
      .event_text_row {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr; } }
    @media screen and (max-width: 992px) {
      .event_text_row {
        -ms-grid-columns: 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr; } }
    @media screen and (max-width: 800px) {
      .event_text_row {
        width: 100%;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr; } }
  .event_text_col {
    padding: 0 10px; }
    .event_text_col:nth-child(1) {
      border-right: 1px solid #C8CDD6; }
      @media screen and (max-width: 992px) {
        .event_text_col:nth-child(1) {
          border: none; } }
    .event_text_col:nth-child(2) {
      border-right: 1px solid #C8CDD6; }
      @media screen and (max-width: 1315px) {
        .event_text_col:nth-child(2) {
          border: none; } }
    @media screen and (max-width: 1315px) {
      .event_text_col:nth-child(3) {
        border-right: 1px solid #C8CDD6; } }
    @media screen and (max-width: 992px) {
      .event_text_col:nth-child(3) {
        border: none; } }
  .event_text_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .event_text_title h5 a {
      color: #303B4F;
      -webkit-transition: .3s ease-in-out;
      -o-transition: .3s ease-in-out;
      transition: .3s ease-in-out; }
      .event_text_title h5 a:hover {
        color: #f04436; }
    @media screen and (max-width: 1315px) {
      .event_text_title h5 {
        width: 100%;
        text-align: center; } }

.event .view_more {
  min-width: 120px; }
  @media screen and (max-width: 992px) {
    .event .view_more {
      padding-top: 25px; } }
  .event .view_more a {
    display: block;
    width: 100%;
    max-width: 190px;
    height: 50px;
    border: 2px solid #f04436;
    color: #f04436;
    text-align: center;
    line-height: 45px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 5px;
    font-weight: 600;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    float: right; }
    @media screen and (max-width: 1315px) {
      .event .view_more a {
        float: none;
        position: relative;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%); } }
    @media screen and (max-width: 992px) {
      .event .view_more a {
        margin: 0 auto; } }
    .event .view_more a:hover {
      background: #f04436;
      color: #FFFFFF; }
    @media screen and (max-width: 800px) {
      .event .view_more a {
        position: static;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none; } }
  .event .view_more:after {
    content: '';
    display: block;
    clear: both; }

.event_row {
  border-bottom: 1px solid #C8CDD6;
  margin-bottom: 0 !important; }
  .event_row:last-child {
    border-bottom: none; }

.event_img_wrap {
  padding: 25px !important; }
  @media screen and (max-width: 1250px) {
    .event_img_wrap {
      padding: 30px 10px !important; } }
  @media screen and (max-width: 480px) {
    .event_img_wrap {
      padding: 15px !important; } }

.event .more {
  width: 100%; }
  .event .more .more_btn {
    display: inline-block;
    width: 100%;
    max-width: 250px;
    height: 50px;
    background: #f04436;
    color: #FFFFFF;
    line-height: 50px;
    text-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 5px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }

.event_pagination {
  padding: 50px 40px; }
  @media screen and (max-width: 480px) {
    .event_pagination {
      padding: 25px 0; } }

.mantions_section .rotate_text {
  width: 335px;
  left: -95px; }

.newsletter_section .rotate_text {
  width: 415px;
  left: -140px; }

.map_view {
  font-weight: 400;
  color: #303B4F;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out; }
  .map_view:hover {
    color: #f04436; }

.post_type_line {
  width: 100%;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: transparent; }

.post_type_item {
  width: calc(100%/3);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  position: relative;
  padding: 35px 20px 0; }
  .post_type_item:hover .post_type_line {
    background: #f04436; }

.post_type_img_wrap {
  width: 100%;
  height: 280px;
  overflow: hidden; }
  @media screen and (max-width: 1400px) {
    .post_type_img_wrap {
      height: 210px; } }
  @media screen and (max-width: 1118px) {
    .post_type_img_wrap {
      height: 170px; } }
  @media screen and (max-width: 992px) {
    .post_type_img_wrap {
      height: 340px; } }
  @media screen and (max-width: 768px) {
    .post_type_img_wrap {
      height: 410px; } }
  @media screen and (max-width: 578px) {
    .post_type_img_wrap {
      height: 330px; } }
  @media screen and (max-width: 480px) {
    .post_type_img_wrap {
      height: 240px; } }
  @media screen and (max-width: 378px) {
    .post_type_img_wrap {
      height: 190px; } }

.post_type_img {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease; }
  .post_type_img:hover {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1); }

.post_type_text_wrap {
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.post_type_date {
  width: 15%;
  display: inline-block;
  text-align: center; }
  .post_type_date .month {
    display: block;
    text-transform: uppercase;
    color: #C8CDD6;
    font-weight: bold;
    font-size: 18px; }
  .post_type_date strong {
    color: #797E89;
    font-size: 40px;
    font-weight: bold; }

.post_type_text {
  display: inline-block;
  max-width: 390px;
  margin-left: 10px; }
  .post_type_text h5 {
    margin: 0;
    font-size: 18px !important;
    font-weight: bold; }
    .post_type_text h5 a {
      color: #303B4F; }
      .post_type_text h5 a:hover {
        color: #f04436; }

.post_type_desc {
  color: #797E89;
  font-size: 16px;
  padding-top: 10px; }

.post_type_arrow {
  width: 35px;
  height: 35px;
  background: url(/wp-content/uploads/2020/06/slick_arrow.png) !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
  @media screen and (max-width: 1400px) {
    .post_type_arrow {
      left: -90px; } }

.post_type .p_prev {
  top: 175px;
  left: -110px; }
  @media screen and (max-width: 1400px) {
    .post_type .p_prev {
      left: -90px; } }
  @media screen and (max-width: 480px) {
    .post_type .p_prev {
      top: 435px;
      left: 30%; } }
  .post_type .p_prev:hover {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1); }

.post_type .p_next {
  top: 240px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  left: -110px; }
  @media screen and (max-width: 1400px) {
    .post_type .p_next {
      left: -90px; } }
  @media screen and (max-width: 480px) {
    .post_type .p_next {
      top: 435px;
      left: 55%; } }
  .post_type .p_next:hover {
    -webkit-transform: rotate(180deg) scale(1.1);
        -ms-transform: rotate(180deg) scale(1.1);
            transform: rotate(180deg) scale(1.1); }

.training_title h3 {
  color: #303B4F;
  font-weight: bold; }

.h4_title {
  text-align: center;
  margin-bottom: 0; }
  .h4_title h4 {
    font-size: 36px !important;
    font-weight: 600;
    color: #303B4F; }
    @media screen and (max-width: 480px) {
      .h4_title h4 {
        font-size: 30px !important; } }

.training_img figure {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }

.price_block .wpb_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 60%;
  margin: 0 auto; }
  .price_block .wpb_wrapper div {
    display: inline-block; }
  .price_block .wpb_wrapper .price {
    color: #303B4F;
    font-weight: bold;
    font-size: 35px;
    padding-right: 10px;
    border-right: 2px solid #f04436;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .price_block .wpb_wrapper .for_person {
    color: #C8CDD6;
    text-transform: uppercase;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    letter-spacing: 1px; }

.traning_list {
  padding: 0 10%;
  margin-bottom: 115px;
  text-align: justify; }
  @media screen and (max-width: 1418px) {
    .traning_list {
      padding: 0 7%; } }
  @media screen and (max-width: 480px) {
    .traning_list {
      padding: 0;
      margin-bottom: 25px; } }
  .traning_list ul li {
    padding: 5px 0 5px 15px;
    position: relative; }
    .traning_list ul li:before {
      content: "";
      width: 5px;
      height: 5px;
      background: #f04436;
      border-radius: 50%;
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
  .traning_list p a {
    display: block;
    text-align: center;
    font-weight: 500;
    color: #303B4F;
    text-decoration: underline; }
    .traning_list p a:hover {
      text-decoration: none; }

.request_btn_wrap {
  width: 90%;
  position: absolute;
  bottom: 0; }
  @media screen and (max-width: 480px) {
    .request_btn_wrap {
      position: relative;
      width: 100%; } }
  .request_btn_wrap p {
    width: 100%; }
  .request_btn_wrap .request_btn {
    display: inline-block;
    max-width: 294px;
    width: 100%;
    height: 49px;
    border: 1px solid #f04436;
    color: #f04436;
    border-radius: 5px;
    text-align: center;
    line-height: 49px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    font-weight: 500;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .request_btn_wrap .request_btn:hover {
      background: #f04436;
      color: #FFFFFF; }
    .request_btn_wrap .request_btn i {
      padding-right: 10px; }

.big_col {
  background: #303B4F;
  color: #FFFFFF; }

.big_col_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media screen and (max-width: 578px) {
    .big_col_wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.big_col_lists ul li {
  padding: 5px 0 5px 15px;
  position: relative; }
  .big_col_lists ul li:before {
    content: "";
    width: 7px;
    height: 7px;
    background: #f04436;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    left: 0; }

.training_section, .section_cols, .section_advanced {
  border-bottom: 1px solid #C8CDD6; }
  @media screen and (max-width: 480px) {
    .training_section, .section_cols, .section_advanced {
      border-bottom: none; } }

.section_cols {
  padding-top: 0 !important; }

.training_options {
  padding-top: 45px !important; }
  @media screen and (max-width: 768px) {
    .training_options {
      padding-top: 0 !important; } }
  .training_options .training_options_title {
    padding-bottom: 90px; }
  @media screen and (max-width: 480px) {
    .training_options .vc_row {
      padding: 0 !important; } }
  @media screen and (max-width: 480px) {
    .training_options .vc_row .col {
      padding: 0 !important; }
      .training_options .vc_row .col .vc_column-inner {
        padding-left: 0;
        padding-right: 0; } }
  .training_options .request_btn_wrap {
    position: static; }

.training_row {
  border-left: 1px solid #C8CDD6;
  border-right: 1px solid #C8CDD6;
  padding-left: 0 !important;
  padding-right: 0 !important; }
  .training_row .vc_row {
    margin-right: -15px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  @media screen and (max-width: 480px) {
    .training_row .vc_column-inner {
      padding-left: 0;
      padding-right: 0; } }

.training_col {
  padding-top: 90px !important;
  border-right: 1px solid #C8CDD6; }
  @media screen and (max-width: 992px) {
    .training_col {
      border-right: none; } }
  @media screen and (max-width: 480px) {
    .training_col {
      padding-top: 25px !important;
      padding-left: 30px !important;
      padding-right: 30px !important; } }
  .training_col:last-child {
    border-right: none; }
  .training_col h4 {
    display: inline-block;
    margin-top: 0 !important;
    padding: 0 50px 10px 50px;
    border-bottom: 1px solid #C8CDD6; }
    @media screen and (max-width: 1400px) {
      .training_col h4 {
        padding: 0 25px 10px 25px; } }
    @media screen and (max-width: 1245px) {
      .training_col h4 {
        font-size: 25px !important; } }
    @media screen and (max-width: 992px) {
      .training_col h4 {
        font-size: 36px !important; } }
    @media screen and (max-width: 480px) {
      .training_col h4 {
        padding: 0 30px 10px 30px; } }
  .training_col .training_img {
    margin-top: 48px;
    margin-bottom: 44px; }
  .training_col .traning_list p {
    padding-bottom: 0;
    margin-top: 50px; }

.brand_col {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 65px 60px 20px 60px !important;
  min-height: 780px !important; }
  @media screen and (max-width: 480px) {
    .brand_col {
      padding: 35px 25px 0 25px !important; } }
  .brand_col h4 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px !important; }
  .brand_col p {
    line-height: 1.8;
    font-weight: 400; }
  .brand_col h5 {
    font-weight: 500 !important; }
  .brand_col ul {
    padding-bottom: 30px; }
    .brand_col ul li {
      font-size: 16px; }

.slider_heading h2 {
  color: #303B4F;
  text-align: center;
  font-weight: bold; }

.training_title {
  padding-left: 40px;
  margin-bottom: 45px; }
  @media screen and (max-width: 992px) {
    .training_title {
      padding-left: 0; } }
  .training_title h3 {
    margin-top: 10px; }

.training_rotate h5 {
  color: #C8CDD6 !important; }

.slider_heading {
  padding: 15px 0 !important; }
  @media screen and (max-width: 768px) {
    .slider_heading {
      padding: 0 !important; } }

.slider_row .wpb_text_column {
  margin-bottom: 25px; }
  @media screen and (max-width: 480px) {
    .slider_row .wpb_text_column {
      margin-bottom: 50px; } }

.training_detaled_row {
  margin-top: 50px; }

.list_no_padding {
  padding: 0; }

.training_padding {
  padding: 30px 30px 60px !important; }

.training_rotate .rotate_text {
  width: 360px;
  left: -98px; }

.faq {
  padding-left: 0 !important;
  padding-right: 0 !important; }
  .faq .faq_item {
    width: 100%;
    border-bottom: 1px solid #C8CDD6;
    display: table; }
    .faq .faq_item:last-child {
      border-bottom: none; }
  .faq .faq_col {
    width: 96px;
    display: table-cell;
    text-align: center;
    vertical-align: middle; }
    @media screen and (max-width: 480px) {
      .faq .faq_col {
        width: 65px; } }
  .faq .faq_number {
    border-right: 1px solid #C8CDD6; }
  .faq .faq_icon {
    border-left: 1px solid #C8CDD6;
    cursor: pointer;
    font-size: 30px; }
    .faq .faq_icon i {
      -webkit-transition: .5s ease-in-out;
      -o-transition: .5s ease-in-out;
      transition: .5s ease-in-out; }
    .faq .faq_icon:hover i {
      color: #f04436; }
  .faq .faq_content {
    display: table-cell;
    width: auto;
    min-height: 120px;
    vertical-align: middle;
    padding: 40px 50px; }
    @media screen and (max-width: 480px) {
      .faq .faq_content {
        padding: 20px 10px; } }
    .faq .faq_content .faq_title {
      font-size: 24px;
      font-weight: bold;
      color: #303B4F; }
      @media screen and (max-width: 480px) {
        .faq .faq_content .faq_title {
          font-size: 18px; } }
    .faq .faq_content .faq_text {
      padding-top: 30px;
      display: none; }

.rotate {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg); }

@media screen and (max-width: 768px) {
  .faq_col_min {
    padding-top: 0 !important; } }

.kit {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media screen and (max-width: 480px) {
    .kit {
      grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); } }
  .kit_item {
    padding: 30px; }
    @media screen and (max-width: 480px) {
      .kit_item {
        padding: 15px; } }
  .kit_link {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative; }
  .kit_thumb {
    display: block;
    width: 100%;
    height: 320px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease; }
    @media screen and (max-width: 480px) {
      .kit_thumb {
        height: 250px; } }
    .kit_thumb:hover {
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1); }
  .kit_filter {
    padding-top: 65px;
    padding-left: 15px !important;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media screen and (max-width: 480px) {
      .kit_filter {
        padding-top: 25px; } }
    .kit_filter_item {
      padding: 10px 0; }
    .kit_filter_link {
      font-size: 18px;
      color: #303B4F;
      -webkit-transition: .3s ease-in-out;
      -o-transition: .3s ease-in-out;
      transition: .3s ease-in-out; }
      .kit_filter_link:hover {
        text-shadow: 0 0 1px #000; }
  .kit_wrap {
    padding-bottom: 30px !important; }

#kit_mob {
  display: none; }
  @media screen and (max-width: 992px) {
    #kit_mob {
      display: block; } }

@media screen and (max-width: 992px) {
  #kit_desc {
    display: none; } }

.cat_title h4 {
  padding: 0 30px;
  color: #303B4F !important;
  margin-bottom: 30px !important;
  margin-top: 30px !important;
  font-weight: 700; }

.partners_grid {
  padding: 70px 0; }
  .partners_grid .wpb_image_grid_ul {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    grid-gap: 30px;
    height: auto !important; }
    @media screen and (max-width: 480px) {
      .partners_grid .wpb_image_grid_ul {
        grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); } }
    .partners_grid .wpb_image_grid_ul li {
      position: static !important;
      float: none !important;
      border-radius: 5px;
      -webkit-transition: .3s ease-in-out;
      -o-transition: .3s ease-in-out;
      transition: .3s ease-in-out;
      cursor: pointer;
      padding: 10px 0 !important;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      .partners_grid .wpb_image_grid_ul li:hover {
        -webkit-box-shadow: 0px 0px 24px 1px rgba(0, 0, 0, 0.14);
                box-shadow: 0px 0px 24px 1px rgba(0, 0, 0, 0.14); }
      .partners_grid .wpb_image_grid_ul li img, .partners_grid .wpb_image_grid_ul li a img {
        max-width: none;
        width: 100%;
        height: auto;
        -o-object-fit: cover;
           object-fit: cover;
        margin: 0 auto; }

@media screen and (max-width: 480px) {
  #root .grey_section {
    padding: 91px 15px 25px !important;
    margin-left: 0;
    margin-right: 0; } }

@media screen and (max-width: 480px) {
  #root .grey_section h6 {
    line-height: 1.6; } }

@media screen and (max-width: 480px) {
  #root .grey_section .vc_column_container {
    padding: 0 !important; } }

@media screen and (max-width: 480px) {
  #root .grey_section .vc_column_container .vc_column-inner {
    padding-left: 0;
    padding-right: 0; } }

@media screen and (max-width: 480px) {
  .training_options {
    padding-left: 30px !important;
    padding-right: 30px !important; } }

@media screen and (max-width: 480px) {
  .training_col {
    border-top: 1px solid #C8CDD6; } }

.training_col .vc_column-inner {
  height: 100%; }
  .training_col .vc_column-inner .wpb_wrapper {
    height: 100%; }

@media screen and (max-width: 480px) {
  .training_section {
    border-bottom: none !important; } }

.border_right {
  border-right: 1px solid #C8CDD6; }

.clients_col {
  padding-top: 50px;
  padding-bottom: 80px; }
  .clients_col h4 {
    color: #303B4F;
    font-weight: bold;
    padding-bottom: 15px; }
  .clients_col ul li {
    padding: 10px 0; }

.flex_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .flex_block h3 {
    color: #303B4F;
    font-weight: bold;
    font-size: 45px !important;
    margin: 0 !important;
    padding-right: 20px; }

.solutions_second_section strong {
  font-weight: 600; }

@media screen and (max-width: 992px) {
  .solutions_second_section .vc_col-sm-8, .solutions_second_section .solutions_last_row {
    background: #FFFFFF;
    z-index: 2;
    border-left: 1px solid;
    border-color: rgba(147, 153, 163, 0.3); } }

.no_center {
  text-align: left; }

.no_center_button a {
  left: 0 !important;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
  margin-right: 20px;
  position: static; }

.footer_newsletter input[type=submit] {
  font-family: "Titillium Web", sans-serif !important; }

@media screen and (max-width: 576px) {
  .grey_section {
    background-image: none !important; } }

@media screen and (max-width: 576px) {
  #root .vc_custom_1592483775405 {
    background-image: none !important; } }

@media screen and (max-width: 480px) {
  .training_rotate {
    margin-bottom: 0; } }

#values .rotate_text {
  width: 368px;
  left: -106px; }

.values h4 {
  color: #303B4F;
  font-weight: 600;
  margin-top: 50px; }

.values ol {
  padding-left: 20px; }
  .values ol li {
    padding: 15px 0; }
    .values ol li strong {
      font-weight: 600; }

.faq_row {
  padding-bottom: 0; }

.border_right {
  border-right: 1px solid #C8CDD6;
  padding-top: 65px; }

@media screen and (max-width: 480px) {
  .faq_wrapper {
    border-top: 1px solid #C8CDD6;
    border-bottom: 1px solid #C8CDD6; } }

.cust_section .rotate_text {
  left: -9px;
  color: #C8CDD6; }

.border_top {
  padding-top: 50px !important;
  border-top: 1px solid #9399A3; }

.paspartoo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  .paspartoo .dev {
    display: inline-block;
    font-size: 14px; }

.grey_section img {
  width: 75px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover; }
