@charset "UTF-8";
*, *:before, *:after {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  font-family: "Rubik";
  font-weight: 400;
  line-height: 1.6;
  color: #666666;
  font-size: 14px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility; }

address, dl, ol, p, ul {
  margin-bottom: 1rem; }

blockquote, figure {
  margin-bottom: 1rem; }

button, input, optgroup, select, textarea {
  font-family: inherit; }

blockquote {
  font-weight: 400;
  line-height: 1.454545;
  word-break: break-word;
  background-color: #EEEEEE;
  padding: 25px;
  padding-left: 90px;
  position: relative;
  margin-bottom: 25px; }
  blockquote p {
    margin-bottom: 0; }
  blockquote cite a {
    color: #ff9d60; }
  blockquote:before {
    content: '‘‘';
    font-family: "Arial";
    font-weight: 600;
    font-style: normal;
    font-size: 95px;
    line-height: 1;
    color: #ff9d60;
    position: absolute;
    top: 22px;
    left: 30px;
    letter-spacing: -5px; }

/*---------------------------------------------*/
a:focus {
  outline: none; }

a:hover, a:active, a:focus {
  text-decoration: none; }

a {
  transition: color .2s, background-color .2s;
  color: #212849; }
  a:hover {
    color: #ff4302; }

/*---------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  font-family: Nunito;
  margin-bottom: 20px;
  padding-top: 1em;
  font-weight: 700;
  color: #333;
  letter-spacing: 0px;
  line-height: 1.2;
  text-transform: none; }

h1 {
  font-size: 2.5rem; }

h2 {
  font-size: 2rem; }

h3 {
  font-size: 1.75rem; }

h4 {
  font-size: 1.5rem; }

h5 {
  font-size: 1.25rem; }

h6 {
  font-size: 1rem; }

/*---------------------------------------------*/
ul, ol {
  margin-left: 20px;
  margin-bottom: 1rem; }
  ul li, ol li {
    margin-bottom: 0.3rem; }
  @media (min-width: 576px) {
    ul.col-li-2 li, ol.col-li-2 li {
      width: 49%;
      display: inline-block; } }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch",Courier,monospace;
  font-size: 15px;
  font-size: .9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }
  pre h1, pre h2, pre h3, pre h4, pre h5, pre h6 {
    margin-bottom: 0;
    padding-top: 0; }

code {
  background-color: transparent;
  color: #6e6e6e; }

dd {
  margin: 0 1.5em 1.5em; }

.alignleft {
  clear: both;
  float: left; }

.alignright {
  clear: both;
  float: right; }

.aligncenter {
  display: block;
  clear: both;
  margin-left: auto;
  margin-right: auto; }

figure {
  max-width: 100%; }

blockquote.alignleft,
img.alignleft {
  margin: 7px 24px 15px 0; }

.wp-caption.alignleft {
  margin: 7px 14px 7px 0; }

blockquote.alignright,
img.alignright {
  margin: 7px 0 7px 24px; }

.wp-caption.alignright {
  margin: 7px 0 7px 14px; }

.wp-caption-text {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-style: italic;
  line-height: 1.5;
  margin: 9px 0;
  padding-right: 10px; }

.gallery-caption {
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
  max-height: 50%;
  opacity: 0;
  padding: 6px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  width: 100%; }

.gallery-caption:before {
  content: "";
  height: 100%;
  min-height: 49px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

.gallery-item:hover .gallery-caption {
  opacity: 1; }

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none; }

.gallery {
  margin-bottom: 20px; }

.gallery-item {
  float: left;
  margin: 0 4px 4px 0;
  overflow: hidden;
  position: relative; }

.gallery-columns-1 .gallery-item {
  max-width: 100%; }
  .gallery-columns-1 .gallery-item:nth-child(1n+1) {
    clear: both; }

.gallery-columns-2 .gallery-item {
  max-width: 48%;
  max-width: -webkit-calc(50% - 4px);
  max-width: calc(50% - 4px); }
  .gallery-columns-2 .gallery-item:nth-child(2n+1) {
    clear: both; }

.gallery-columns-3 .gallery-item {
  max-width: 32%;
  max-width: -webkit-calc(33.3% - 4px);
  max-width: calc(33.3% - 4px); }
  .gallery-columns-3 .gallery-item:nth-child(3n+1) {
    clear: both; }

.gallery-columns-4 .gallery-item {
  max-width: 23%;
  max-width: -webkit-calc(25% - 4px);
  max-width: calc(25% - 4px); }
  .gallery-columns-4 .gallery-item:nth-child(4n+1) {
    clear: both; }

.gallery-columns-5 .gallery-item {
  max-width: 19%;
  max-width: -webkit-calc(20% - 4px);
  max-width: calc(20% - 4px); }
  .gallery-columns-5 .gallery-item:nth-child(5n+1) {
    clear: both; }

.gallery-columns-6 .gallery-item {
  max-width: 15%;
  max-width: -webkit-calc(16.7% - 4px);
  max-width: calc(16.7% - 4px); }
  .gallery-columns-6 .gallery-item:nth-child(6n+1) {
    clear: both; }

.gallery-columns-7 .gallery-item {
  max-width: 13%;
  max-width: -webkit-calc(14.28% - 4px);
  max-width: calc(14.28% - 4px); }
  .gallery-columns-7 .gallery-item:nth-child(7n+1) {
    clear: both; }

.gallery-columns-8 .gallery-item {
  max-width: 11%;
  max-width: -webkit-calc(12.5% - 4px);
  max-width: calc(12.5% - 4px); }
  .gallery-columns-8 .gallery-item:nth-child(8n+1) {
    clear: both; }

.gallery-columns-9 .gallery-item {
  max-width: 9%;
  max-width: -webkit-calc(11.1% - 4px);
  max-width: calc(11.1% - 4px); }
  .gallery-columns-9 .gallery-item:nth-child(9n+1) {
    clear: both; }

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
  margin-right: 0; }

.gallery-caption {
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
  max-height: 50%;
  opacity: 0;
  padding: 6px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  width: 100%; }

.gallery-caption:before {
  content: "";
  height: 100%;
  min-height: 49px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

.gallery-item:hover .gallery-caption {
  opacity: 1; }

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none; }

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

.bypostauthor > article .fn:before {
  content: "\f408";
  margin: 0 2px 0 -2px;
  position: relative;
  top: -1px; }

th,
td {
  padding: 4px 6px; }

table,
th,
td,
tr {
  border: 1px #e7e7e7 solid; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 24px;
  width: 100%; }

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

th {
  border-width: 0 1px 1px 0;
  font-weight: 500; }

td {
  border-width: 0 1px 1px 0; }

dd {
  margin-bottom: 24px; }

/*---------------------------------------------*/
input, textarea, label {
  outline: none;
  border: none;
  margin: 0; }

input, input:focus {
  outline: none;
  box-shadow: none; }

input[type="text"], input[type="email"], input[type="password"], textarea {
  border: 1px solid #dddddd;
  line-height: 60px;
  padding: 0 28px;
  width: 100%;
  color: #797e97;
  margin-bottom: 20px; }
  input[type="text"]::placeholder, input[type="email"]::placeholder, input[type="password"]::placeholder, textarea::placeholder {
    color: #797e97;
    opacity: 1;
    /* Firefox */ }
  input[type="text"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #797e97;
    opacity: 1;
    /* Firefox */ }
  input[type="text"]::-ms-input-placeholder, input[type="email"]::-ms-input-placeholder, input[type="password"]::-ms-input-placeholder, textarea::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #797e97;
    opacity: 1;
    /* Firefox */ }

textarea {
  height: 150px;
  line-height: 24px;
  color: #797e97;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px; }

input[type="submit"] {
  border-radius: 0;
  transition: color .2s, background-color .2s;
  cursor: pointer; }

img {
  max-width: 100%;
  height: auto; }

/*---------------------------------------------*/
button {
  outline: none;
  border: none;
  background: transparent;
  cursor: pointer; }

button:focus {
  outline: none; }

iframe {
  border: none;
  max-width: 100%; }

a:focus,
input:focus,
textarea:focus {
  outline: 0;
  box-shadow: none; }

.message {
  line-height: 20px;
  padding: 10px 15px;
  font-size: 13px;
  background: #d9edf7;
  color: #31708f; }
  .message.message-error {
    color: #a94442;
    background: #f2dede; }
  .message.message-success {
    color: #3c763d;
    background: #dff0d8; }
  .message.message-info {
    color: #31708f;
    background: #d9edf7; }
  .message.message-warning {
    color: #8a6d3b;
    background: #fcf8e3; }

/*---------------------------------------------*/
@media (min-width: 576px) {
  .container {
    width: 100%; } }

@media (min-width: 768px) {
  .container {
    width: 100%; } }

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

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

@media (min-width: 1400px) {
  .container {
    max-width: 1290px;
    width: 100%; } }

/*
 * Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
 * Extend */
.main-navigation > ul > li {
  z-index: 1; }
  .main-navigation > ul > li > a {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    position: relative; }
  .main-navigation > ul > li a {
    color: #212849; }
    .main-navigation > ul > li a:hover {
      color: #f56c1d; }
  .main-navigation > ul > li .sub-menu {
    background-color: #212849; }
    .main-navigation > ul > li .sub-menu li a {
      color: #ffffff; }
      .main-navigation > ul > li .sub-menu li a:hover {
        color: #f56c1d; }
  .main-navigation > ul > li.current-menu-item > a:before, .main-navigation > ul > li.current_page_item > a:before {
    height: 2px;
    width: 100%;
    content: "";
    position: absolute;
    bottom: -41px; }

.top-bar .screen-reader-text {
  display: none; }

.top-bar .top-bar-inner {
  display: flex;
  line-height: 60px;
  justify-content: space-between; }

.top-bar .select2.select2-container {
  height: 60px;
  padding: 0 40px;
  border: none;
  background-color: #ff4302; }
  @media (max-width: 767px) {
    .top-bar .select2.select2-container {
      height: 50px; } }
  .top-bar .select2.select2-container .select2-selection--single {
    position: relative; }
    .top-bar .select2.select2-container .select2-selection--single .select2-selection__rendered {
      padding: 0;
      line-height: 60px;
      text-transform: uppercase;
      font-size: 15px;
      font-weight: 500; }
      @media (max-width: 767px) {
        .top-bar .select2.select2-container .select2-selection--single .select2-selection__rendered {
          line-height: 50px; } }
    .top-bar .select2.select2-container .select2-selection--single .select2-selection__arrow {
      color: #ffffff;
      right: -18px; }

.top-bar .select2-container--open .select2-dropdown--below {
  transform: translateY(0px);
  background-color: #212849;
  border: none; }

.top-bar .select2-container--default .select2-results__option {
  color: #ffffff;
  border-color: #313b6c;
  text-align: center;
  display: block; }
  .top-bar .select2-container--default .select2-results__option:hover {
    color: #ff4302; }
  .top-bar .select2-container--default .select2-results__option[aria-selected=true] {
    background-color: transparent;
    color: inherit;
    cursor: text; }

.top-bar p {
  margin-bottom: 0; }

@media (max-width: 991px) {
  .top-bar .textwidget {
    display: none; } }

.top-bar .textwidget ul {
  margin-bottom: 0;
  margin-left: 0; }
  .top-bar .textwidget ul li {
    line-height: 60px;
    list-style: none;
    display: inline-block;
    padding-right: 30px;
    margin-bottom: 0; }
    @media (max-width: 767px) {
      .top-bar .textwidget ul li {
        line-height: 50px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .top-bar .textwidget ul li {
        padding-right: 20px; } }
    .top-bar .textwidget ul li:last-child {
      padding-right: 0; }

.top-bar .top-bar-right {
  display: flex;
  align-items: center; }

.top-bar ul {
  margin-left: 0;
  margin-bottom: 0; }
  .top-bar ul li {
    list-style: none;
    margin-bottom: 0;
    display: inline-block; }

.top-bar .widget_polylang {
  margin-left: 5px;
  padding-left: 15px; }

.site-header-wrap {
  position: relative;
  z-index: 2; }

.site-header {
  color: #ffffff; }
  .site-header .logo-header a {
    display: block;
    width: 128px; }
  .site-header .header-container {
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-transition: all 0.3s;
    -khtml-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .site-header .header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media (max-width: 1200px) {
      .site-header .header-wrapper .main-navigation {
        display: none; } }
    @media (max-width: 767px) {
      .site-header .header-wrapper .sidebar-menu-right {
        display: none; } }
  @media (max-width: 1200px) {
    .site-header .menu-area .main-navigation {
      display: none; } }
  .site-header .header-menu ul {
    margin: 0;
    padding: 0; }
    .site-header .header-menu ul li {
      display: inline-block;
      list-style: none;
      position: relative;
      margin-top: -20px;
      margin-bottom: -20px;
      padding: 38px 0; }
      .site-header .header-menu ul li .sub-menu {
        padding: 10px 0;
        display: none;
        position: absolute;
        width: 220px;
        top: 100%;
        left: 0; }
        .site-header .header-menu ul li .sub-menu li {
          padding: 7px 30px;
          display: block;
          margin: 0; }
        .site-header .header-menu ul li .sub-menu .sub-menu {
          top: -10px;
          left: 100%; }
      .site-header .header-menu ul li:hover > ul {
        display: block; }
  .site-header.header-overlay {
    position: absolute;
    z-index: 200;
    width: 100%;
    left: 0; }
    .site-header.header-overlay:before {
      position: absolute;
      width: 100%;
      height: 100%;
      content: "";
      left: 0;
      top: 0; }
  .site-header.affix {
    position: fixed;
    width: 100%;
    z-index: 2;
    box-shadow: 0px 0px 30px -14px rgba(0, 0, 0, 0.5); }
    .site-header.affix .header-menu ul li {
      padding-top: 31px;
      padding-bottom: 31px; }
    .site-header.affix .main-navigation > ul > li.current-menu-item > a:before, .site-header.affix .main-navigation > ul > li.current_page_item > a:before {
      bottom: -36px; }
    .site-header.affix:after {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      content: "";
      z-index: -1; }
  @media (max-width: 767px) {
    .site-header.layout-1 .header-container {
      padding-top: 15px;
      padding-bottom: 15px; } }
  .site-header.layout-1 .header-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    .site-header.layout-1 .header-menu.have-icon-menu-mobile .menu-mobile-icon {
      display: flex; }
    .site-header.layout-1 .header-menu .menu-mobile-icon {
      align-items: center;
      margin-left: 30px;
      text-transform: uppercase;
      font-weight: 500;
      letter-spacing: 2px; }
      @media (max-width: 1200px) {
        .site-header.layout-1 .header-menu .menu-mobile-icon {
          display: flex; } }
      @media (min-width: 1400px) {
        .site-header.layout-1 .header-menu .menu-mobile-icon {
          margin-left: 40px; } }
      .site-header.layout-1 .header-menu .menu-mobile-icon .icon-wrap {
        width: 15px;
        margin-left: 10px; }
        .site-header.layout-1 .header-menu .menu-mobile-icon .icon-wrap:before {
          top: 2px; }
        .site-header.layout-1 .header-menu .menu-mobile-icon .icon-wrap:after {
          bottom: 2px; }
    .site-header.layout-1 .header-menu ul li {
      padding-left: 30px; }
      .site-header.layout-1 .header-menu ul li .sub-menu {
        left: 0; }
    .site-header.layout-1 .header-menu .sidebar-menu-right {
      margin-left: 30px; }
  .site-header.layout-2 .menu-mobile-icon {
    margin-left: auto; }
    @media (max-width: 480px) {
      .site-header.layout-2 .menu-mobile-icon .icon-wrap {
        display: none; } }
    .site-header.layout-2 .menu-mobile-icon .icon-wrap:before, .site-header.layout-2 .menu-mobile-icon .icon-wrap:after, .site-header.layout-2 .menu-mobile-icon .icon-wrap span {
      background-color: #ffffff; }
  .site-header.layout-2 .header-area {
    padding-bottom: 25px;
    padding-top: 25px; }
    .site-header.layout-2 .header-area .wrap-logo {
      display: flex;
      justify-content: space-between; }
      .site-header.layout-2 .header-area .wrap-logo .header-right {
        display: flex; }
        @media (max-width: 991px) {
          .site-header.layout-2 .header-area .wrap-logo .header-right {
            display: none; } }
        .site-header.layout-2 .header-area .wrap-logo .header-right .widget {
          margin-left: 50px; }
          .site-header.layout-2 .header-area .wrap-logo .header-right .widget:first-child {
            margin-left: 0; }
  .site-header.layout-2 .menu-area {
    background-color: #212849;
    color: #ffffff; }
    .site-header.layout-2 .menu-area .menu-wrap {
      display: flex;
      justify-content: space-between; }
      .site-header.layout-2 .menu-area .menu-wrap .header-menu .menu-lists > li {
        padding-top: 13px;
        padding-bottom: 13px;
        margin-top: 0;
        margin-bottom: 0;
        padding-right: 50px; }
        .site-header.layout-2 .menu-area .menu-wrap .header-menu .menu-lists > li > .sub-menu {
          left: -30px; }
        .site-header.layout-2 .menu-area .menu-wrap .header-menu .menu-lists > li .sub-menu {
          padding-top: 8px;
          padding-bottom: 8px; }
          .site-header.layout-2 .menu-area .menu-wrap .header-menu .menu-lists > li .sub-menu li {
            padding-top: 5px;
            padding-bottom: 5px; }
        .site-header.layout-2 .menu-area .menu-wrap .header-menu .menu-lists > li.current_page_item a:before {
          display: none; }
      .site-header.layout-2 .menu-area .menu-wrap .sidebar-menu-right {
        display: flex; }
        .site-header.layout-2 .menu-area .menu-wrap .sidebar-menu-right .widget {
          margin-left: 30px; }
          @media (max-width: 480px) {
            .site-header.layout-2 .menu-area .menu-wrap .sidebar-menu-right .widget {
              margin-left: 25px; } }
  .site-header.layout-2 .widget_vizac_search.layout_default {
    margin: 0; }
    .site-header.layout-2 .widget_vizac_search.layout_default i {
      line-height: 50px; }

.wrapper-site {
  -webkit-transition: all 0.5s;
  -khtml-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }

.menu-mobile-icon {
  display: none; }
  @media (max-width: 1024px) {
    .menu-mobile-icon {
      display: flex;
      justify-content: flex-end;
      align-items: center; }
      .menu-mobile-icon .icon-wrap {
        margin-left: 10px; } }
  .menu-mobile-icon .icon-wrap {
    width: 24px;
    padding: 7px 0;
    position: relative; }
    .menu-mobile-icon .icon-wrap span {
      height: 2px;
      width: 100%;
      content: "";
      display: block;
      background-color: #ffffff; }
    .menu-mobile-icon .icon-wrap:before {
      height: 2px;
      width: 100%;
      left: 0;
      top: 0px;
      content: "";
      background-color: #ffffff;
      position: absolute;
      transition: all 0.5s; }
    .menu-mobile-icon .icon-wrap:after {
      height: 2px;
      width: 100%;
      left: 0;
      bottom: 0px;
      content: "";
      background-color: #ffffff;
      position: absolute;
      transition: all 0.5s; }

.mobile-menu-container {
  background-color: #222;
  position: fixed;
  visibility: hidden;
  top: 0;
  right: 0;
  z-index: 999;
  width: 270px;
  height: 100%;
  overflow: auto;
  transition: all .5s;
  transform: translate(270px); }
  .mobile-menu-container .search-form {
    padding: 15px 25px; }
    .mobile-menu-container .search-form label {
      width: 100%; }
    .mobile-menu-container .search-form input[type="text"] {
      margin-bottom: 0;
      line-height: 40px;
      color: #ffffff;
      border: none;
      background-color: rgba(255, 255, 255, 0.06); }
    .mobile-menu-container .search-form .search-submit {
      position: absolute;
      right: 25px;
      line-height: 40px;
      color: #999999;
      top: 15px;
      padding: 0 15px; }
  .mobile-menu-container .menu {
    margin-left: 0; }
    .mobile-menu-container .menu .menu-item {
      float: none;
      list-style: none;
      position: relative;
      margin: 0;
      font-size: 20px;
      border-top: 1px solid rgba(255, 255, 255, 0.06); }
      .mobile-menu-container .menu .menu-item a {
        font-size: 16px;
        font-weight: 400;
        display: block;
        color: #999999;
        padding: 10px 25px; }
        .mobile-menu-container .menu .menu-item a .tc-icon {
          width: 20px; }
        .mobile-menu-container .menu .menu-item a:hover {
          color: #ffffff; }
      .mobile-menu-container .menu .menu-item .sub-menu {
        display: none;
        background-color: rgba(255, 255, 255, 0.04);
        margin-left: 0px; }
        .mobile-menu-container .menu .menu-item .sub-menu .menu-item > a {
          padding-left: 40px;
          font-weight: 300; }
        .mobile-menu-container .menu .menu-item .sub-menu .sub-menu .menu-item > a {
          padding-left: 55px;
          font-weight: 300; }
      .mobile-menu-container .menu .menu-item .icon-toggle {
        cursor: pointer;
        position: absolute;
        right: 0;
        width: 32px;
        height: 32px;
        top: 6px;
        color: #999999; }
        .mobile-menu-container .menu .menu-item .icon-toggle:hover {
          color: #ffffff; }
      .mobile-menu-container .menu .menu-item.current-menu-item a {
        color: #ffffff; }
  .mobile-menu-container .widget-area .widget {
    margin-top: 50px; }
    .mobile-menu-container .widget-area .widget .widget-title {
      color: #ffffff;
      margin-bottom: 20px;
      font-size: 24px; }
  .mobile-menu-container .navbar-nav {
    padding-left: 15px;
    padding-right: 15px; }
    .mobile-menu-container .navbar-nav li {
      float: none;
      padding: 7px 0;
      position: relative;
      margin: 0;
      font-size: 20px; }
      .mobile-menu-container .navbar-nav li.current-menu-item > a {
        color: #ff5f2e; }
      .mobile-menu-container .navbar-nav li a {
        font-size: 15px;
        color: #fff; }
        .mobile-menu-container .navbar-nav li a:hover {
          color: #ff5f2e; }
      .mobile-menu-container .navbar-nav li .sub-menu {
        margin-left: 30px;
        display: none; }
        .mobile-menu-container .navbar-nav li .sub-menu li {
          font-size: 16px; }
      .mobile-menu-container .navbar-nav li .icon-toggle {
        cursor: pointer;
        text-align: center;
        position: absolute;
        right: 0;
        width: 32px;
        height: 32px;
        top: 8px;
        color: #fff; }

.mobile-menu-open .wrapper-site {
  transform: translate(-270px); }

.mobile-menu-open .mobile-menu-container {
  transition: all .5s;
  visibility: visible;
  box-shadow: 0 1px 5px -2px rgba(42, 42, 42, 0.4);
  transform: translate(0, 0); }

.mobile-menu-open .menu-mobile-icon .icon-wrap span {
  opacity: 0;
  visibility: hidden; }

.mobile-menu-open .menu-mobile-icon .icon-wrap:before {
  transform: rotate(45deg);
  top: 7px !important; }

.mobile-menu-open .menu-mobile-icon .icon-wrap:after {
  transform: rotate(-45deg);
  top: 7px; }

.page-title {
  background-size: cover;
  background-position: top center;
  position: relative; }
  .page-title .main-top {
    padding-top: 150px;
    padding-bottom: 150px;
    text-align: center;
    color: #ffffff; }
    .page-title .main-top .overlay {
      position: absolute;
      content: "";
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      background-color: #202332;
      opacity: 0.75; }
    @media (max-width: 767px) {
      .page-title .main-top {
        padding-top: 175px !important;
        padding-bottom: 115px !important; } }
    .page-title .main-top .content h1,
    .page-title .main-top .content h2 {
      color: #ffffff;
      font-size: 72px;
      font-weight: 600;
      padding-top: 0;
      line-height: 80px;
      margin-bottom: 0;
      word-break: break-word; }
      @media (max-width: 767px) {
        .page-title .main-top .content h1,
        .page-title .main-top .content h2 {
          font-size: 48px;
          line-height: 60px; } }
    .page-title .main-top .content .sub-title {
      text-transform: uppercase;
      font-weight: 500;
      letter-spacing: 2px; }
      .page-title .main-top .content .sub-title:before {
        content: "----"; }
    .page-title .main-top .content .breadcrumbs {
      padding-top: 10px; }
      .page-title .main-top .content .breadcrumbs ul {
        margin-left: 0;
        margin-bottom: 0; }
        .page-title .main-top .content .breadcrumbs ul li {
          display: inline-block;
          margin-bottom: 0;
          font-size: 16px; }
          .page-title .main-top .content .breadcrumbs ul li .breadcrum-icon {
            margin-left: 5px;
            margin-right: 5px; }
          .page-title .main-top .content .breadcrumbs ul li a {
            color: #ffffff; }
            .page-title .main-top .content .breadcrumbs ul li a:hover {
              color: #f56c1d; }

/*\
 *
 * General
 *
\*/
.select2.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  width: 100% !important;
  height: 38px;
  padding: 8px 0;
  border: 1px solid #e7e7e7;
  position: relative;
  vertical-align: middle; }
  .select2.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    user-select: none;
    -webkit-user-select: none; }
    .select2.select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2.select2-container .select2-selection--single .select2-selection__clear {
      display: none; }
  .select2.select2-container .select2-search--inline {
    float: left; }
    .select2.select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.dropDownSelect2 {
  width: 100%;
  position: relative; }
  .dropDownSelect2 .select2-container {
    width: 100%; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }
  .select2-results__option .select2-results__option {
    padding-left: 1em; }
    .select2-results__option .select2-results__option .select2-results__group {
      padding-left: 0; }
    .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -1em;
      padding-left: 2em; }
      .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -2em;
        padding-left: 3em; }
        .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -3em;
          padding-left: 4em; }
          .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -4em;
            padding-left: 5em; }
            .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
              margin-left: -5em;
              padding-left: 6em; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  transform: translateY(-5px); }

.select2-container--open .select2-dropdown--below {
  transform: translateY(5px); }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

/*\
 *
 * Style for default
 *
\*/
.wrap-select2 .dropDownSelect2 {
  position: relative;
  display: block;
  width: 100%; }

.select2-container--default .select2-selection--single {
  display: block;
  outline: none;
  background-color: transparent;
  border: none;
  width: 100%;
  height: 100%; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-left: 11px;
    padding-right: 30px; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    font-size: 18px;
    color: #6e6e6e;
    line-height: 26px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%); }
    .select2-container--default .select2-selection--single .select2-selection__arrow::after {
      content: '\f3d0';
      font-family: Ionicons; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  display: none; }

.select2-container--default .select2-dropdown {
  border: 1px solid #ebebeb;
  min-width: 55px !important;
  width: 100% !important;
  background-color: #f5f5f5; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #ebebeb;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5;
  color: #6e6e6e; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 286px;
  overflow-y: auto;
  margin-top: 0 !important; }

.select2-container--default .select2-results__option {
  font-weight: 300;
  font-size: 15px;
  line-height: 1.5;
  color: #6e6e6e;
  border-bottom: 1px solid #ebebeb;
  text-transform: none;
  white-space: nowrap;
  padding: 8px 11px;
  margin-bottom: 0 !important; }
  .select2-container--default .select2-results__option:before {
    display: none !important; }
  .select2-container--default .select2-results__option:hover {
    color: #e40914; }
  .select2-container--default .select2-results__option[role=group] {
    padding: 0; }
  .select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999; }
  .select2-container--default .select2-results__option[aria-selected=true] {
    color: #6e6e6e;
    background: #ebebeb; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

#wrapper-container {
  position: relative; }

.site-content {
  padding-top: 115px;
  padding-bottom: 115px; }
  @media (max-width: 767px) {
    .site-content {
      padding-top: 80px;
      padding-bottom: 80px; } }

.wrapper-site {
  overflow-x: hidden; }

.no-padding-content .site-content {
  padding-bottom: 0;
  padding-top: 0; }

.blog-content .blog-lists .post {
  margin-bottom: 60px; }
  .blog-content .blog-lists .post .media-item {
    overflow: hidden; }
    .blog-content .blog-lists .post .media-item img {
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      .blog-content .blog-lists .post .media-item img:hover {
        transform: scale(1.1, 1.1); }
  .blog-content .blog-lists .post .content-post {
    padding: 30px;
    border: 1px solid #efefef; }
    .blog-content .blog-lists .post .content-post .category-post a {
      color: #ff4302;
      font-size: 15px; }
    .blog-content .blog-lists .post .content-post .meta-item {
      display: flex;
      padding-top: 20px;
      color: #212849;
      font-size: 15px;
      border-top: 1px solid #efefef;
      font-weight: 300; }
      .blog-content .blog-lists .post .content-post .meta-item a {
        color: #212849; }
        .blog-content .blog-lists .post .content-post .meta-item a:hover {
          color: #ff4302; }
      .blog-content .blog-lists .post .content-post .meta-item .item-meta {
        margin-right: 35px; }
        .blog-content .blog-lists .post .content-post .meta-item .item-meta:last-child {
          margin-right: 0; }
        .blog-content .blog-lists .post .content-post .meta-item .item-meta i {
          margin-right: 8px;
          color: #ff4302; }
    .blog-content .blog-lists .post .content-post .title {
      font-size: 28px;
      padding-top: 5px;
      line-height: 32px; }
      .blog-content .blog-lists .post .content-post .title a {
        color: #212849;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        max-height: 64px; }
        .blog-content .blog-lists .post .content-post .title a:hover {
          color: #ff4302; }
    .blog-content .blog-lists .post .content-post .description p {
      line-height: 26px;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
      max-height: 78px;
      margin-bottom: 25px; }
    .blog-content .blog-lists .post .content-post .description .read-more {
      line-height: 50px;
      padding: 0 42px;
      background-color: #ff4302;
      color: #ffffff;
      border-radius: 25px;
      margin-bottom: 30px;
      display: inline-block; }
      .blog-content .blog-lists .post .content-post .description .read-more:hover {
        background-color: #b52e00; }
  .blog-content .blog-lists .post.sticky .content-post {
    background: #e7e7e7; }

.blog-content .blog-lists.columns-2 {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px; }
  .blog-content .blog-lists.columns-2 .post {
    width: calc((100% - (2 * 40px))/ 2);
    margin-left: 20px;
    margin-right: 20px; }
    .blog-content .blog-lists.columns-2 .post .content-post .title {
      font-size: 28px;
      line-height: 38px;
      padding-top: 10px;
      margin-bottom: 15px; }
      .blog-content .blog-lists.columns-2 .post .content-post .title a {
        max-height: 76px; }

.blog-content .blog-lists.columns-3 {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px; }
  .blog-content .blog-lists.columns-3 .post {
    width: calc((100% - (3 * 40px))/ 3);
    margin-left: 20px;
    margin-right: 20px; }
    .blog-content .blog-lists.columns-3 .post .content-post .title {
      font-size: 24px;
      line-height: 32px;
      padding-top: 10px;
      margin-bottom: 15px; }
      .blog-content .blog-lists.columns-3 .post .content-post .title a {
        height: 64px; }

.blog-content .blog-lists.style-grid .read-more {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #ff4302; }

.single-content .post .content {
  padding: 30px 0 50px; }
  .single-content .post .content blockquote {
    background-color: #f0f1ff;
    border: none;
    padding-left: 90px; }
  .single-content .post .content p {
    line-height: 26px; }
  .single-content .post .content .meta-item {
    display: flex;
    font-size: 14px;
    color: #212849;
    margin-bottom: 12px; }
    .single-content .post .content .meta-item a {
      color: #212849; }
      .single-content .post .content .meta-item a:hover {
        color: #ff4302; }
    .single-content .post .content .meta-item .item-meta {
      margin-right: 25px; }
      .single-content .post .content .meta-item .item-meta:last-child {
        margin-right: 0; }
      .single-content .post .content .meta-item .item-meta i {
        margin-right: 8px; }
  .single-content .post .content .title {
    font-size: 34px;
    color: #202332;
    padding-top: 0;
    word-break: break-word; }
  .single-content .post .content .tags-share {
    margin-bottom: 45px;
    margin-top: 10px;
    clear: both;
    display: inline-block; }
    .single-content .post .content .tags-share .tags {
      display: flex;
      align-items: center;
      word-break: break-word;
      flex-wrap: wrap; }
      .single-content .post .content .tags-share .tags h3 {
        padding-top: 0;
        margin-bottom: 10px;
        width: 100px;
        font-size: 16px;
        margin-right: 10px; }
      .single-content .post .content .tags-share .tags i {
        margin-right: 5px;
        margin-left: 5px; }
        .single-content .post .content .tags-share .tags i:first-child {
          margin-left: 0; }
      .single-content .post .content .tags-share .tags a {
        font-size: 16px !important;
        color: #212849;
        font-weight: 400;
        display: inline-block;
        transition: all 0.3s; }
        .single-content .post .content .tags-share .tags a:hover {
          color: #ff4302; }

.single-content .post.has-post-thumbnail {
  padding-top: 0; }
  .single-content .post.has-post-thumbnail .media-item .category-post {
    margin-top: -25px; }

.navigation .screen-reader-text {
  display: none; }

.navigation .nav-links {
  margin-bottom: 60px; }
  .navigation .nav-links .page-numbers {
    background-color: #dfdfdf;
    width: 45px;
    line-height: 45px;
    color: #56566a;
    margin-right: 10px;
    display: inline-block;
    text-align: center;
    border-radius: 50%; }
    .navigation .nav-links .page-numbers.next, .navigation .nav-links .page-numbers.prev {
      font-size: 14px; }
    .navigation .nav-links .page-numbers:hover {
      color: #ff4302; }
    .navigation .nav-links .page-numbers.current {
      background-color: #ff4302;
      color: #ffffff; }
      .navigation .nav-links .page-numbers.current:hover {
        color: #ffffff; }

.blog-navigation {
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  position: relative;
  overflow: hidden;
  margin-bottom: 50px; }
  .blog-navigation::before {
    content: '';
    order: 2;
    display: block;
    min-width: 1px;
    min-height: 1px;
    background: #efefef;
    margin-right: -2px;
    margin-left: -2px; }
  .blog-navigation .navi-item {
    flex-basis: 0;
    flex-grow: 1;
    display: flex;
    align-items: center;
    padding: 25px 0; }
    .blog-navigation .navi-item .navi-title {
      flex-grow: 1;
      font-size: 22px;
      font-weight: 500;
      line-height: 1.444444;
      color: #212849;
      padding-top: 5px;
      margin-bottom: 0;
      word-break: break-word; }
      .blog-navigation .navi-item .navi-title a {
        color: #212849;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        max-height: 62px;
        transition: all .2s; }
        .blog-navigation .navi-item .navi-title a:hover {
          color: #ff4302; }
    .blog-navigation .navi-item.prev {
      order: 1;
      padding-right: 20px; }
    .blog-navigation .navi-item.next {
      order: 3;
      padding-left: 20px;
      text-align: right; }

.page-navigation {
  margin-bottom: 0;
  margin-left: 0;
  text-align: center; }
  .page-navigation li {
    display: inline-block;
    list-style: none;
    padding: 0 8px; }
    .page-navigation li .current, .page-navigation li a {
      width: 45px;
      line-height: 45px;
      font-size: 14px;
      color: #b7bdc5;
      font-weight: 500;
      border: 2px solid #eaebec;
      display: block; }
    .page-navigation li a.next, .page-navigation li a.prev {
      font-size: 13px; }
    .page-navigation li a:hover {
      color: #ff4302; }
    .page-navigation li .current {
      width: 49px;
      line-height: 49px;
      background-color: #ff4302;
      border: none;
      color: #ffffff; }

body.search .search-form input[type="text"] {
  margin-bottom: 0; }

body.search .search-form .search-submit {
  background-color: #ff4302;
  color: #ffffff;
  vertical-align: middle;
  margin-left: -3px;
  padding: 0 30px;
  margin-bottom: 0; }
  body.search .search-form .search-submit i {
    font-size: 20px;
    line-height: 62px; }
  body.search .search-form .search-submit:hover {
    background-color: #b52e00; }

.comments-area {
  margin-top: 50px;
  clear: both; }
  .comments-area .blog-comment {
    margin-bottom: 30px; }
    .comments-area .blog-comment .title {
      font-size: 26px;
      padding-top: 0;
      line-height: 1.333333;
      color: #170e2a;
      word-break: break-word;
      position: relative;
      margin-bottom: 30px;
      margin-top: 0; }
    .comments-area .blog-comment .comment-list {
      margin-left: 0;
      margin-top: -10px; }
      .comments-area .blog-comment .comment-list .comment-item {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
        padding-top: 10px;
        padding-bottom: 10px; }
        .comments-area .blog-comment .comment-list .comment-item:last-child {
          border-bottom: none;
          padding-bottom: 0;
          margin-bottom: 0; }
        .comments-area .blog-comment .comment-list .comment-item .comment-list {
          margin-left: 90px;
          padding-top: 30px; }
          .comments-area .blog-comment .comment-list .comment-item .comment-list .comment-item {
            border-top: 1px solid #eee;
            border-bottom: none; }
            .comments-area .blog-comment .comment-list .comment-item .comment-list .comment-item:last-child {
              padding-bottom: 0; }
        .comments-area .blog-comment .comment-list .comment-item .comment-image {
          width: 70px;
          border-radius: 50%;
          overflow: hidden; }
          .comments-area .blog-comment .comment-list .comment-item .comment-image img {
            width: 100%; }
        .comments-area .blog-comment .comment-list .comment-item .comment-text {
          width: calc(100% - 70px - 20px); }
          .comments-area .blog-comment .comment-list .comment-item .comment-text .name {
            display: flex;
            justify-content: space-between;
            align-items: center; }
            @media (max-width: 767px) {
              .comments-area .blog-comment .comment-list .comment-item .comment-text .name {
                flex-direction: column;
                align-items: normal; } }
          .comments-area .blog-comment .comment-list .comment-item .comment-text .comment-author {
            margin-bottom: 5px;
            font-size: 16px;
            padding-top: 0;
            color: #212849; }
            .comments-area .blog-comment .comment-list .comment-item .comment-text .comment-author a {
              line-height: 1.333333;
              color: #212849;
              font-size: 18px;
              word-break: break-word;
              margin-top: -4px;
              margin-bottom: 4px; }
              .comments-area .blog-comment .comment-list .comment-item .comment-text .comment-author a:hover {
                color: #ff4302; }
          .comments-area .blog-comment .comment-list .comment-item .comment-text .info {
            line-height: 1.5;
            color: #adadad;
            font-size: 15px;
            word-break: break-word; }
          .comments-area .blog-comment .comment-list .comment-item .comment-text .content {
            line-height: 1.64;
            word-break: break-word;
            padding: 0;
            margin-top: 10px;
            margin-bottom: 10px; }
            .comments-area .blog-comment .comment-list .comment-item .comment-text .content p {
              margin-bottom: 10px; }
          .comments-area .blog-comment .comment-list .comment-item .comment-text .comment-reply-link {
            display: flex;
            font-weight: 400;
            font-size: 14px;
            color: #ff4302;
            word-break: break-word; }
            .comments-area .blog-comment .comment-list .comment-item .comment-text .comment-reply-link:before {
              content: "\f4c7";
              font-family: "Ionicons";
              font-size: 24px;
              line-height: 20px;
              margin-right: 5px; }
            .comments-area .blog-comment .comment-list .comment-item .comment-text .comment-reply-link:hover {
              color: #ff4302; }
        .comments-area .blog-comment .comment-list .comment-item .children {
          width: 100%;
          margin-top: 10px;
          margin-left: 70px; }
          @media (max-width: 767px) {
            .comments-area .blog-comment .comment-list .comment-item .children {
              margin-left: 20px; } }
  .comments-area .blog-leave-comment .title {
    font-size: 26px;
    line-height: 1.333333;
    color: #202332;
    word-break: break-word;
    position: relative;
    padding-top: 0;
    margin-bottom: 30px;
    margin-top: 0; }
  .comments-area .blog-leave-comment .comment-respond .comment-reply-title {
    display: none; }
  .comments-area .blog-leave-comment .comment-respond input[type="text"], .comments-area .blog-leave-comment .comment-respond input[type="email"], .comments-area .blog-leave-comment .comment-respond input[type="password"], .comments-area .blog-leave-comment .comment-respond textarea {
    background-color: #fafafa; }
  .comments-area .blog-leave-comment .comment-respond .info_field {
    margin-bottom: 5px;
    display: flex;
    margin-left: -15px;
    margin-right: -15px; }
    .comments-area .blog-leave-comment .comment-respond .info_field input[type="text"], .comments-area .blog-leave-comment .comment-respond .info_field input[type="email"], .comments-area .blog-leave-comment .comment-respond .info_field input[type="password"] {
      margin-left: 15px;
      margin-right: 15px; }
  .comments-area .blog-leave-comment .comment-respond .form-submit input[type="submit"] {
    line-height: 60px;
    border-radius: 30px;
    padding: 0 48px;
    background-color: #ff4302;
    display: inline-block;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    transition: all 0.3s; }
    .comments-area .blog-leave-comment .comment-respond .form-submit input[type="submit"]:hover {
      background-color: #ce3500; }

.page-404 {
  height: 100%; }

.error404 {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }
  .error404 .error-404 {
    text-align: center; }
    @media (min-width: 1025px) and (max-width: 1400px) {
      .error404 .error-404 img {
        max-height: 360px; } }
    .error404 .error-404 .title {
      font-size: 14px;
      font-weight: 500;
      text-transform: uppercase;
      color: #ff4302;
      letter-spacing: 2px; }
    .error404 .error-404 .content {
      font-size: 60px;
      color: #202332;
      font-weight: 600;
      line-height: 1.4; }
      @media (min-width: 1025px) and (max-width: 1400px) {
        .error404 .error-404 .content {
          font-size: 42px; } }
    .error404 .error-404 .back-home {
      line-height: 56px;
      padding: 0 50px;
      display: inline-block;
      background-color: #ff4302;
      color: #ffffff;
      font-size: 14px;
      font-weight: 500;
      margin-top: 20px;
      text-transform: uppercase;
      border-radius: 30px;
      transition: all 0.3s; }
      .error404 .error-404 .back-home:hover {
        background-color: #b52e00; }
    .error404 .error-404 .wrap-404 {
      margin-top: 50px; }

.single-portfolio .portfolio .media-item {
  margin-bottom: 30px; }

.single-portfolio .portfolio .title {
  font-size: 50px;
  padding-top: 5px; }

.single-portfolio .portfolio .category-post a {
  color: #ff4302;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 3px; }
  .single-portfolio .portfolio .category-post a:before {
    content: '----';
    margin-right: 5px; }

.single-portfolio .portfolio .blog-navigation {
  border-bottom: none;
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 30px; }

.bl-sem-service {
  font-size: 40px;
  text-align: right;
  padding-right: 40px;
  color: #565b75;
  line-height: 1.3; }
  .bl-sem-service h3 {
    font-size: 70px;
    margin-bottom: 20px;
    color: #202332;
    padding-top: 0; }
    .bl-sem-service h3 strong {
      color: #ff4302; }

.page-links {
  clear: both; }
  .page-links label {
    font-weight: 500; }
  .page-links span, .page-links a {
    background-color: #212849;
    color: #ffffff;
    border-radius: 50%;
    display: inline-block;
    width: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #212849;
    margin-left: 5px; }
  .page-links a {
    background-color: transparent;
    color: #212849;
    border-color: #212849; }
    .page-links a:hover {
      color: #ff4302;
      border-color: #ff4302; }

.post-password-form label {
  font-weight: 500; }
  .post-password-form label input[name="post_password"] {
    display: inline-block;
    margin-bottom: 0;
    width: auto;
    margin-left: 15px; }

.post-password-form input[type="submit"] {
  background-color: #ff4302;
  color: #ffffff;
  line-height: 62px;
  margin-left: -3px;
  padding: 0 30px;
  margin-bottom: 0; }

.info_contact_page .vizac-addon-text h3 {
  font-size: 24px;
  color: #ffffff;
  padding-top: 0; }

.info_contact_page .vizac-addon-text ul {
  margin-left: 0;
  margin-bottom: 0; }
  .info_contact_page .vizac-addon-text ul li {
    list-style: none; }
    .info_contact_page .vizac-addon-text ul li i {
      width: 25px; }

.woocommerce ul.products, .woocommerce-page ul.products {
  margin-top: 30px;
  clear: both;
  display: inline-block;
  width: 100%; }
  .woocommerce ul.products li.product .onsale, .woocommerce-page ul.products li.product .onsale {
    background-color: #ff4302;
    color: #ffffff;
    border-radius: 0;
    padding: 0 10px;
    min-height: auto;
    margin: 10px;
    line-height: 26px;
    z-index: 1; }
  .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce-page ul.products li.product .woocommerce-loop-product__title {
    font-size: 24px;
    margin-top: 15px;
    padding-bottom: 10px; }
    .woocommerce ul.products li.product .woocommerce-loop-product__title a, .woocommerce-page ul.products li.product .woocommerce-loop-product__title a {
      color: #202332; }
      .woocommerce ul.products li.product .woocommerce-loop-product__title a:hover, .woocommerce-page ul.products li.product .woocommerce-loop-product__title a:hover {
        color: #f56c1d; }
  .woocommerce ul.products li.product .star-rating, .woocommerce-page ul.products li.product .star-rating {
    float: right;
    height: 20px;
    width: 72px;
    line-height: 20px;
    color: #fed154; }
    .woocommerce ul.products li.product .star-rating:before, .woocommerce-page ul.products li.product .star-rating:before {
      font-size: 13px;
      letter-spacing: 1px; }
    .woocommerce ul.products li.product .star-rating span:before, .woocommerce-page ul.products li.product .star-rating span:before {
      font-size: 13px;
      letter-spacing: 1px; }
  .woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price {
    color: #797e97;
    font-weight: 400;
    font-size: 16px; }
    .woocommerce ul.products li.product .price ins, .woocommerce-page ul.products li.product .price ins {
      font-weight: 400;
      text-decoration: none; }
    .woocommerce ul.products li.product .price del, .woocommerce-page ul.products li.product .price del {
      font-size: 14px; }

.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
  width: 200px;
  margin-bottom: 0; }

.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
  margin-bottom: 0;
  margin-top: 10px; }

.woocommerce nav.woocommerce-pagination, .woocommerce-page nav.woocommerce-pagination {
  margin-bottom: 0;
  margin-left: 0;
  text-align: center; }
  .woocommerce nav.woocommerce-pagination ul.page-numbers, .woocommerce-page nav.woocommerce-pagination ul.page-numbers {
    border: none; }
    .woocommerce nav.woocommerce-pagination ul.page-numbers li, .woocommerce-page nav.woocommerce-pagination ul.page-numbers li {
      display: inline-block;
      list-style: none;
      padding: 0 8px;
      border: none; }
      .woocommerce nav.woocommerce-pagination ul.page-numbers li span, .woocommerce nav.woocommerce-pagination ul.page-numbers li a, .woocommerce-page nav.woocommerce-pagination ul.page-numbers li span, .woocommerce-page nav.woocommerce-pagination ul.page-numbers li a {
        width: 45px;
        line-height: 45px;
        font-size: 14px;
        color: #b7bdc5;
        font-weight: 500;
        padding: 0;
        border: 2px solid #eaebec;
        display: block; }
      .woocommerce nav.woocommerce-pagination ul.page-numbers li a:hover, .woocommerce-page nav.woocommerce-pagination ul.page-numbers li a:hover {
        color: #ff4302; }
      .woocommerce nav.woocommerce-pagination ul.page-numbers li span, .woocommerce-page nav.woocommerce-pagination ul.page-numbers li span {
        width: 49px;
        line-height: 49px;
        background-color: #ff4302;
        border: none;
        color: #ffffff; }

.woocommerce div.product .woocommerce-product-gallery .woocommerce-product-gallery__image {
  background-color: #f5f5f5; }
  .woocommerce div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a {
    display: block; }

.woocommerce div.product .product_title {
  font-size: 30px;
  color: #152136;
  display: none; }

.woocommerce div.product p.price {
  font-size: 50px;
  font-weight: 300;
  color: #ff4302;
  line-height: 1;
  margin-bottom: 25px; }
  .woocommerce div.product p.price ins {
    font-weight: 300;
    text-decoration: none; }
  .woocommerce div.product p.price del {
    color: #bfc7d3;
    font-size: 30px; }

.woocommerce div.product .product_meta {
  margin-bottom: 25px;
  font-size: 16px; }
  .woocommerce div.product .product_meta > span {
    display: block;
    padding: 3px 0; }
  .woocommerce div.product .product_meta label {
    width: 100px;
    color: #152136;
    font-weight: 500; }

.woocommerce div.product .woocommerce-product-details__short-description {
  margin-bottom: 35px; }
  .woocommerce div.product .woocommerce-product-details__short-description p {
    line-height: 26px;
    font-size: 16px; }

.woocommerce div.product .title-box {
  font-size: 24px;
  padding-top: 0;
  margin-bottom: 15px; }

.woocommerce div.product form.cart div.quantity {
  float: none; }
  .woocommerce div.product form.cart div.quantity input[type="number"] {
    border: 1px solid #e5e5e5;
    line-height: 46px; }

.woocommerce div.product form.cart .button {
  background-color: #ff4302;
  color: #ffffff;
  display: block;
  font-size: 14px;
  padding: 0 50px !important;
  margin-top: 25px;
  font-weight: 500;
  line-height: 60px;
  border-radius: 30px;
  letter-spacing: 1px;
  text-transform: uppercase; }
  .woocommerce div.product form.cart .button:hover {
    background-color: #ce3500; }

.woocommerce div.product form.cart table {
  border: none; }

.woocommerce div.product form.cart .variations tr, .woocommerce div.product form.cart .group_table tr {
  border: none; }

.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .group_table td {
  padding-top: 0;
  padding-bottom: 15px; }

.woocommerce div.product form.cart .variations .reset_variations, .woocommerce div.product form.cart .group_table .reset_variations {
  position: absolute; }

.woocommerce div.product form.cart .group_table td {
  vertical-align: middle; }
  .woocommerce div.product form.cart .group_table td:first-child {
    width: auto;
    text-align: left; }

.woocommerce div.product .woocommerce-product-rating {
  margin-bottom: 15px; }

.woocommerce div.product .woocommerce-tabs {
  margin-top: 30px;
  display: inline-block;
  width: 100%; }
  .woocommerce div.product .woocommerce-tabs ul.tabs {
    text-align: center;
    margin-bottom: 30px; }
    .woocommerce div.product .woocommerce-tabs ul.tabs li {
      border: 2px solid #efefef;
      background-color: #ffffff;
      position: relative;
      z-index: 1;
      line-height: 46px;
      padding: 0 50px;
      margin: 0 10px;
      border-radius: 25px; }
      @media (max-width: 575px) {
        .woocommerce div.product .woocommerce-tabs ul.tabs li {
          padding: 0 25px;
          margin: 0 5px; } }
      .woocommerce div.product .woocommerce-tabs ul.tabs li a {
        padding: 0;
        font-size: 14px;
        color: #797e97;
        font-weight: 500;
        text-transform: uppercase; }
      .woocommerce div.product .woocommerce-tabs ul.tabs li:before, .woocommerce div.product .woocommerce-tabs ul.tabs li:after {
        display: none; }
      .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
        background-color: #ff4302;
        border-color: #ff4302;
        z-index: 1; }
        .woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
          color: #ffffff; }
    .woocommerce div.product .woocommerce-tabs ul.tabs:before {
      bottom: 24px;
      border-bottom: 2px solid #efefef; }
  .woocommerce div.product .woocommerce-tabs .entry-content h2 {
    color: #202332;
    font-size: 30px;
    padding-top: 0; }
  .woocommerce div.product .woocommerce-tabs .entry-content p {
    font-size: 16px; }

.woocommerce div.product .related h2 {
  font-size: 30px;
  color: #202332;
  margin-bottom: 0; }

.woocommerce .woocommerce-product-rating {
  margin-bottom: 15px; }
  .woocommerce .woocommerce-product-rating .star-rating {
    color: #ffb400;
    letter-spacing: 1px;
    width: 82px; }

.woocommerce .quantity .qty {
  margin-bottom: 0;
  line-height: 42px;
  width: auto;
  vertical-align: top;
  padding: 0 8px;
  border: 1px solid #e5e5e5; }

.woocommerce .quantity .btn-num-down {
  width: 50px;
  border-top: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  line-height: 42px;
  margin-right: -4px;
  display: inline-block;
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
  border-radius: 25px 0 0 25px; }

.woocommerce .quantity .btn-num-up {
  width: 50px;
  border-top: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  line-height: 42px;
  margin-left: -4px;
  display: inline-block;
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
  border-radius: 0 25px 25px 0; }

.woocommerce table.shop_table th {
  font-weight: 500; }

.woocommerce table.shop_table tbody th {
  font-weight: 500; }

.woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
  font-weight: 500; }

.woocommerce table.cart td.actions {
  padding-bottom: 15px;
  padding-top: 15px; }
  .woocommerce table.cart td.actions .input-text {
    width: 170px; }

.woocommerce button.button,
.woocommerce input.button,
.woocommerce a.button {
  line-height: 50px;
  padding: 0 15px !important;
  border-radius: 0;
  background-color: #1b1c2f;
  color: #FFFFFF; }

.woocommerce .cart-collaterals .cart_totals h2 {
  font-size: 24px; }

.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background-color: #ff4302; }
  .woocommerce a.button.alt:hover,
  .woocommerce button.button.alt:hover,
  .woocommerce input.button.alt:hover {
    background-color: #b52e00; }

.woocommerce #customer_details h3, .woocommerce .checkout h3 {
  font-size: 20px; }

.woocommerce form .form-row input.input-text {
  line-height: 50px; }

.woocommerce table.shop_attributes td {
  padding: 8px; }

.woocommerce-cart table.cart td.actions .coupon .input-text {
  padding: 0 15px;
  line-height: 50px; }

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  padding: 0;
  line-height: 60px; }

.woocommerce #review_form #respond label {
  margin-bottom: 5px; }

.woocommerce #review_form #respond input[type="text"], .woocommerce #review_form #respond input[type="email"], .woocommerce #review_form #respond input[type="password"], .woocommerce #review_form #respond textarea {
  margin-bottom: 0; }

.woocommerce #review_form #respond .select2.select2-container {
  margin-bottom: 15px; }

.woocommerce #review_form #respond .comment-form .form-submit input[name="submit"] {
  background-color: #ff4302;
  color: #ffffff;
  padding: 0 50px;
  border-radius: 25px;
  font-weight: 400;
  line-height: 50px;
  margin-top: 15px; }
  .woocommerce #review_form #respond .comment-form .form-submit input[name="submit"]:hover {
    background-color: #b52e00; }

.woocommerce span.onsale {
  color: #ffffff;
  line-height: 28px;
  top: 10px;
  border-radius: 0;
  left: 10px;
  padding: 0 10px;
  background-color: #ff4302;
  min-height: auto;
  z-index: 1; }

@media (max-width: 575px) {
  .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    width: 100%; } }

.widget-area .widget {
  border: 1px solid #efefef;
  margin-bottom: 30px;
  padding: 30px; }
  .widget-area .widget .screen-reader-text {
    display: none; }
  .widget-area .widget .widget-title {
    font-size: 24px;
    font-weight: 600;
    padding-top: 0;
    color: #202332;
    margin-bottom: 25px;
    overflow: hidden; }
  .widget-area .widget ul {
    margin-top: -12px;
    margin-left: 0;
    margin-bottom: 0; }
    .widget-area .widget ul li {
      list-style: none;
      margin-bottom: 12px;
      margin-top: 12px;
      width: 100%; }
      .widget-area .widget ul li a {
        font-weight: 400; }
      .widget-area .widget ul li .children, .widget-area .widget ul li .sub-menu {
        margin-left: 20px;
        margin-top: 5px; }
        .widget-area .widget ul li .children li:last-child, .widget-area .widget ul li .sub-menu li:last-child {
          margin-bottom: 0; }
      .widget-area .widget ul li:last-child {
        padding-bottom: 0;
        border-bottom: none; }
  .widget-area .widget.widget_search {
    padding: 0; }
    .widget-area .widget.widget_search .widget-title {
      display: none; }
    .widget-area .widget.widget_search form {
      position: relative; }
      .widget-area .widget.widget_search form label {
        width: 100%; }
      .widget-area .widget.widget_search form .search-field {
        margin-bottom: 0;
        line-height: 60px;
        background-color: #f9f9f9;
        padding: 0 30px;
        border: none;
        width: 100%; }
      .widget-area .widget.widget_search form .search-submit {
        position: absolute;
        right: 0;
        top: 0;
        width: 60px;
        line-height: 60px;
        background-color: #ff4302;
        color: #ffffff;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
        .widget-area .widget.widget_search form .search-submit:hover {
          background-color: #b52e00; }
  .widget-area .widget.widget_calendar table {
    margin-bottom: 0; }
  .widget-area .widget.widget_recent_comments ul li {
    font-size: 16px;
    padding-left: 0;
    border-bottom: 1px dashed #e7e7e7;
    color: #999999;
    padding-bottom: 8px; }
    .widget-area .widget.widget_recent_comments ul li:last-child {
      border-bottom: none; }
    .widget-area .widget.widget_recent_comments ul li:before {
      display: none; }
    .widget-area .widget.widget_recent_comments ul li a {
      font-weight: 400;
      font-size: 16px;
      padding-right: 0;
      color: #212849; }
      .widget-area .widget.widget_recent_comments ul li a:hover {
        color: #ff4302; }
    .widget-area .widget.widget_recent_comments ul li > a {
      font-size: 16px; }
    .widget-area .widget.widget_recent_comments ul li .comment-author-link:before {
      content: "\f007";
      font-family: FontAwesome;
      display: inline-block;
      color: #ff4302;
      margin-right: 8px;
      font-size: 13px; }
  .widget-area .widget.widget_meta li abbr {
    color: #ff4302; }
  .widget-area .widget.widget_rss ul li {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    border-bottom: 1px dashed #e7e7e7;
    padding-bottom: 18px;
    margin-bottom: 18px; }
    .widget-area .widget.widget_rss ul li:before {
      display: none; }
    .widget-area .widget.widget_rss ul li .rsswidget {
      color: #212849;
      font-weight: 600; }
      .widget-area .widget.widget_rss ul li .rsswidget:hover {
        color: #ff4302; }
    .widget-area .widget.widget_rss ul li .rss-date, .widget-area .widget.widget_rss ul li cite {
      color: #999999; }
    .widget-area .widget.widget_rss ul li .rssSummary {
      margin-top: 5px;
      margin-bottom: 8px; }
    .widget-area .widget.widget_rss ul li:last-child {
      border-bottom: none;
      padding-bottom: 0;
      margin-bottom: 0; }
  .widget-area .widget.widget_tag_cloud .tagcloud {
    margin-right: -3px;
    margin-left: -3px; }
    .widget-area .widget.widget_tag_cloud .tagcloud a {
      font-size: 14px !important;
      color: #212849;
      background-color: #efefef;
      font-weight: 400;
      line-height: 38px;
      border-radius: 25px;
      display: inline-block;
      margin-right: 6px;
      margin-bottom: 10px;
      padding: 0 15px;
      transition: all 0.3s; }
      .widget-area .widget.widget_tag_cloud .tagcloud a:hover {
        color: #ffffff;
        background-color: #ff4302; }
  .widget-area .widget.widget_archive ul li {
    display: flex;
    justify-content: space-between; }
  .widget-area .widget.widget_categories ul ul {
    margin-right: -40px; }
  .widget-area .widget.widget_categories ul li {
    padding-right: 40px;
    position: relative; }
    .widget-area .widget.widget_categories ul li a {
      padding-right: 10px; }
    .widget-area .widget.widget_categories ul li .count {
      position: absolute;
      right: 0;
      top: 1px; }
  .widget-area .widget:last-child {
    margin-bottom: 0; }

.vc_wp_custommenu .widget_nav_menu .menu {
  margin: 0; }
  .vc_wp_custommenu .widget_nav_menu .menu li {
    list-style: none;
    margin-bottom: 5px; }
    .vc_wp_custommenu .widget_nav_menu .menu li a {
      color: #646464;
      padding: 0 30px;
      font-weight: 500;
      line-height: 60px;
      background-color: #f4f1f1;
      display: block; }
      .vc_wp_custommenu .widget_nav_menu .menu li a:before {
        font-family: FontAwesome;
        content: "\f054";
        font-size: 11px;
        margin-right: 8px;
        display: inline-block;
        vertical-align: middle; }
      .vc_wp_custommenu .widget_nav_menu .menu li a:hover {
        color: #ff4302; }
    .vc_wp_custommenu .widget_nav_menu .menu li.current-menu-item a {
      color: #ffffff;
      background-color: #ff4302; }
      .vc_wp_custommenu .widget_nav_menu .menu li.current-menu-item a:hover {
        color: #ffffff; }

.site-footer .footer-sidebars {
  font-size: 14px; }
  .site-footer .footer-sidebars .widget-title {
    font-size: 24px;
    padding-top: 0;
    padding-top: 15px;
    font-weight: 600;
    margin-bottom: 28px; }
  .site-footer .footer-sidebars .widget_media_image {
    margin-bottom: 30px; }
  .site-footer .footer-sidebars .widget_text p {
    line-height: 28px;
    margin-bottom: 7px;
    font-size: 16px; }
  .site-footer .footer-sidebars .sidebars-area {
    display: flex;
    margin-right: -40px;
    margin-left: -40px; }
    @media (max-width: 991px) {
      .site-footer .footer-sidebars .sidebars-area {
        display: block; } }
    .site-footer .footer-sidebars .sidebars-area.footer-3-col .item-col {
      padding-left: 40px;
      padding-right: 40px;
      width: 33%; }
      .site-footer .footer-sidebars .sidebars-area.footer-3-col .item-col:nth-child(1) {
        width: 30%; }
        @media (max-width: 991px) {
          .site-footer .footer-sidebars .sidebars-area.footer-3-col .item-col:nth-child(1) {
            width: 100%;
            margin-bottom: 50px; } }
      .site-footer .footer-sidebars .sidebars-area.footer-3-col .item-col:nth-child(2) {
        width: 34%; }
        @media (max-width: 991px) {
          .site-footer .footer-sidebars .sidebars-area.footer-3-col .item-col:nth-child(2) {
            width: 100%;
            margin-bottom: 40px; } }
      .site-footer .footer-sidebars .sidebars-area.footer-3-col .item-col:nth-child(3) {
        width: 35%; }
        @media (max-width: 991px) {
          .site-footer .footer-sidebars .sidebars-area.footer-3-col .item-col:nth-child(3) {
            width: 100%; } }
    .site-footer .footer-sidebars .sidebars-area .menu {
      margin-left: 0;
      margin-bottom: 0; }
      .site-footer .footer-sidebars .sidebars-area .menu li {
        margin-bottom: 15px;
        list-style: none;
        width: 49%;
        display: inline-block; }
        .site-footer .footer-sidebars .sidebars-area .menu li a {
          font-size: 16px; }
  .site-footer .footer-sidebars .yikes-easy-mc-form input[type=email],
  .site-footer .footer-sidebars .yikes-easy-mc-form input[type=text] {
    background-color: #000011;
    color: #acafc0;
    padding: 0 35px;
    line-height: 68px; }
  .site-footer .footer-sidebars .yikes-easy-mc-form .yikes-easy-mc-submit-button {
    margin-top: 0;
    background-color: #f35a00;
    color: #ffffff;
    text-transform: uppercase;
    border-radius: 0;
    padding: 0;
    font-weight: 500;
    line-height: 70px;
    border: none;
    font-size: 14px;
    letter-spacing: 3px; }
    .site-footer .footer-sidebars .yikes-easy-mc-form .yikes-easy-mc-submit-button:hover {
      background-color: #c04700; }

@media (min-width: 576px) {
  .site-footer .copyright-content {
    display: flex;
    align-items: center;
    justify-content: space-between; } }

@media (max-width: 575px) {
  .site-footer .copyright-content .copyright-text {
    margin-top: 10px; } }

.site-footer .copyright-area {
  text-align: center;
  font-size: 16px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000012;
  border-top: 1px solid #3d456a;
  color: #fff; }
  .site-footer .copyright-area a {
    color: #f56c1d; }
    .site-footer .copyright-area a:hover {
      color: #d65409; }

.btn-back-to-top {
  font-size: 23px;
  color: #fff;
  text-align: center;
  line-height: 47px;
  background: #ff9d60;
  width: 55px;
  height: 55px;
  position: fixed;
  bottom: 45px;
  right: 30px;
  cursor: pointer;
  transition: all .3s;
  transform: translateY(150px);
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center; }
  .btn-back-to-top:hover {
    background-color: #f96000; }
  .btn-back-to-top.scrolldown {
    transform: translateY(0); }

.preloading {
  position: fixed;
  z-index: 999999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff; }

.sk-wave {
  margin: 40px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px; }
  .sk-wave .sk-rect {
    background-color: #ff9d60;
    height: 100%;
    width: 6px;
    display: inline-block;
    animation: sk-waveStretchDelay 1.2s infinite ease-in-out; }
  .sk-wave .sk-rect1 {
    animation-delay: -1.2s; }
  .sk-wave .sk-rect2 {
    animation-delay: -1.1s; }
  .sk-wave .sk-rect3 {
    animation-delay: -1s; }
  .sk-wave .sk-rect4 {
    animation-delay: -0.9s; }
  .sk-wave .sk-rect5 {
    animation-delay: -0.8s; }

@keyframes sk-waveStretchDelay {
  0%, 40%, 100% {
    transform: scaleY(0.4); }
  20% {
    transform: scaleY(1); } }

.vc_row {
  position: relative; }
  .vc_row .vc_column-inner .wpb_wrapper {
    position: relative; }
  .vc_row .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    opacity: unset;
    z-index: unset; }
  .vc_row .vc-row-gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }
  .vc_row > .wpb_column {
    position: relative; }
  .vc_row.bg-position-center-center {
    background-position: center center !important; }
  .vc_row.bg_position-top-center {
    background-position: center top !important; }
  .vc_row.vc_row-has-fill.vc_row-no-padding > .wpb_column {
    padding-left: 0;
    padding-right: 0; }
  .vc_row.background-white .bilo-addon-call-to-action.layout-default .wrap-shortcode .title {
    color: #170e2a; }
  .vc_row.background-white .bilo-addon-call-to-action.layout-default .wrap-shortcode .description {
    color: #292b2c; }
  .vc_row.background-white .bilo-addon-call-to-action.layout-default .wrap-shortcode .button .button-2 {
    color: #212849;
    border-color: #b9bbca; }
  .vc_row.vc_row-o-content-middle > .container > .vc_row {
    display: flex;
    align-items: center; }
  .vc_row.item-inline .vc_column-inner .wpb_wrapper {
    display: flex;
    align-items: center; }
    @media (max-width: 1200px) {
      .vc_row.item-inline .vc_column-inner .wpb_wrapper {
        flex-direction: column; } }
    @media (min-width: 768px) and (max-width: 1200px) {
      .vc_row.item-inline .vc_column-inner .wpb_wrapper {
        align-items: flex-start; } }
  .vc_row.bg-position-right-top {
    background-position: right top !important; }
  .vc_row.bg-position-right-center {
    background-position: right center !important; }
  .vc_row.bg-position-right-bottom {
    background-position: right bottom !important; }
  .vc_row.bg-position-center-top {
    background-position: center top !important; }
  .vc_row.bg-position-center-bottom {
    background-position: center bottom !important; }
  .vc_row.bg-position-center-center {
    background-position: center center !important; }
  .vc_row.bg-position-left-top {
    background-position: left top !important; }
  .vc_row.bg-position-left-center {
    background-position: left center !important; }
  .vc_row.bg-position-left-bottom {
    background-position: left bottom !important; }
  .vc_row[data-vc-full-width]:not(.vc_parallax) {
    overflow: visible; }
  .vc_row.vc_parallax .vc_parallax-inner {
    z-index: -1; }
  @media (min-width: 1201px) {
    .vc_row.row_padding_left > .wpb_column:first-child {
      padding-left: calc((100% - 1200px) /2 + 15px);
      padding-right: 30px; }
    .vc_row.row_padding_right > .wpb_column:last-child {
      padding-right: calc((100% - 1200px) /2 + 15px);
      padding-left: 30px; } }

.z-index-1 {
  z-index: 1;
  position: relative; }

.wpb_single_image {
  margin-bottom: 0; }

.wpb_text_column h3 {
  font-size: 24px;
  color: #212849;
  padding-top: 0;
  margin-bottom: 15px; }

.wpb_text_column h2 {
  font-size: 35px;
  color: #212849;
  padding-top: 0;
  margin-bottom: 15px; }

.wpb_text_column img {
  margin-bottom: 25px !important; }

.wpb_text_column p {
  color: #56566a;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 18px; }

.wpb_text_column .wpcf7 p {
  margin-bottom: 0; }

.wpb_text_column ul {
  margin-left: 0; }
  .wpb_text_column ul li {
    list-style: none;
    font-size: 16px;
    color: #56566a;
    margin-bottom: 8px; }
    .wpb_text_column ul li i {
      color: #ff4302;
      margin-right: 5px; }

.wpb_button, .wpb_content_element {
  margin-bottom: 0; }

.wpcf7 label {
  margin-bottom: 15px;
  color: #30314b; }

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

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="password"], .wpcf7 textarea {
  background-color: #fafafa;
  border-color: #dddddd;
  line-height: 58px;
  margin-bottom: 30px !important; }
  .wpcf7 input[type="text"]:focus, .wpcf7 input[type="email"]:focus, .wpcf7 input[type="password"]:focus, .wpcf7 textarea:focus {
    border-color: #ff4302; }

.wpcf7 textarea {
  line-height: inherit; }

.wpcf7 input[type="submit"] {
  line-height: 50px;
  padding: 0 50px;
  font-size: 15px;
  text-transform: uppercase;
  border-radius: 30px;
  background-color: #ff4302;
  color: #ffffff; }
  .wpcf7 input[type="submit"]:hover {
    background-color: #b52e00; }

.yikes-mailchimp-container.yikes-mailchimp-container-1 {
  margin-top: -93px;
  display: inline-block;
  width: 100%;
  position: relative;
  padding: 55px 80px;
  justify-content: space-between;
  background-color: #ffffff;
  border: 6px solid #ffeee8; }
  @media (max-width: 575px) {
    .yikes-mailchimp-container.yikes-mailchimp-container-1 {
      text-align: center; } }
  @media (max-width: 991px) {
    .yikes-mailchimp-container.yikes-mailchimp-container-1 {
      padding-left: 30px;
      padding-right: 30px; } }
  .yikes-mailchimp-container.yikes-mailchimp-container-1 h3 {
    padding-top: 0;
    line-height: 30px;
    font-weight: 600;
    font-size: 35px;
    margin-bottom: 13px; }
    @media (min-width: 768px) {
      .yikes-mailchimp-container.yikes-mailchimp-container-1 h3 {
        margin-right: 430px; } }
  .yikes-mailchimp-container.yikes-mailchimp-container-1 section {
    font-size: 16px; }
    @media (min-width: 768px) {
      .yikes-mailchimp-container.yikes-mailchimp-container-1 section {
        margin-right: 430px; } }
    @media (max-width: 991px) and (min-width: 768px) {
      .yikes-mailchimp-container.yikes-mailchimp-container-1 section {
        margin-right: 400px; } }
  @media (min-width: 768px) {
    .yikes-mailchimp-container.yikes-mailchimp-container-1 .yikes-easy-mc-form {
      position: absolute;
      right: 80px;
      top: 55px;
      width: auto; } }
  @media (max-width: 991px) {
    .yikes-mailchimp-container.yikes-mailchimp-container-1 .yikes-easy-mc-form {
      right: 30px; } }
  @media (max-width: 767px) {
    .yikes-mailchimp-container.yikes-mailchimp-container-1 .yikes-easy-mc-form {
      margin-top: 30px; } }
  .yikes-mailchimp-container.yikes-mailchimp-container-1 .yikes-easy-mc-form label {
    margin-bottom: 0;
    width: auto;
    display: inline-block; }
    @media (max-width: 575px) {
      .yikes-mailchimp-container.yikes-mailchimp-container-1 .yikes-easy-mc-form label {
        display: block; } }
  .yikes-mailchimp-container.yikes-mailchimp-container-1 .yikes-easy-mc-form input[type="email"] {
    width: 320px;
    max-width: 100%;
    border-radius: 30px;
    line-height: 60px;
    padding: 0 30px;
    border-color: #ffeee8;
    margin-bottom: 0;
    background-color: transparent; }
    @media (max-width: 991px) and (min-width: 768px) {
      .yikes-mailchimp-container.yikes-mailchimp-container-1 .yikes-easy-mc-form input[type="email"] {
        width: 275px; } }
    @media (max-width: 575px) {
      .yikes-mailchimp-container.yikes-mailchimp-container-1 .yikes-easy-mc-form input[type="email"] {
        width: 100%;
        margin-bottom: 15px;
        text-align: center; } }
  .yikes-mailchimp-container.yikes-mailchimp-container-1 .yikes-easy-mc-form button[type="submit"] {
    width: 162px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    display: inline-block;
    border-radius: 32px;
    line-height: 63px;
    padding: 0;
    margin: 0;
    margin-left: -60px;
    background-color: #ff4302;
    border: none; }
    @media (max-width: 575px) {
      .yikes-mailchimp-container.yikes-mailchimp-container-1 .yikes-easy-mc-form button[type="submit"] {
        margin-left: 0;
        width: 100%; } }
    .yikes-mailchimp-container.yikes-mailchimp-container-1 .yikes-easy-mc-form button[type="submit"]:hover {
      background-color: #b52e00; }

.yikes-mailchimp-container .edit-link {
  display: none; }

.yikes-mailchimp-container.yikes-mailchimp-container-2 .yikes-mailchimp-form-title {
  font-size: 20px;
  padding-top: 0;
  margin-bottom: 20px;
  color: #ffffff; }

.yikes-mailchimp-container.yikes-mailchimp-container-2 input[type="email"],
.yikes-mailchimp-container.yikes-mailchimp-container-2 input[type="text"] {
  line-height: 38px;
  border-color: rgba(255, 255, 255, 0.2);
  background-color: transparent;
  padding: 0 15px; }
  .yikes-mailchimp-container.yikes-mailchimp-container-2 input[type="email"]:focus,
  .yikes-mailchimp-container.yikes-mailchimp-container-2 input[type="text"]:focus {
    border-color: #ffffff; }

.yikes-mailchimp-container.yikes-mailchimp-container-2 button[type="submit"] {
  margin-top: 0;
  line-height: 40px;
  padding: 0;
  border-radius: 0;
  background-color: #ff4302;
  border: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500; }
  .yikes-mailchimp-container.yikes-mailchimp-container-2 button[type="submit"]:hover {
    background-color: #b52e00; }

.yikes-mailchimp-container.yikes-mailchimp-container-3 {
  text-align: center;
  color: #ffffff;
  padding-top: 70px; }
  .yikes-mailchimp-container.yikes-mailchimp-container-3 h3 {
    color: #ffffff;
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 0; }
    .yikes-mailchimp-container.yikes-mailchimp-container-3 h3:before {
      content: "\f2b7";
      display: block;
      font-family: FontAwesome;
      font-size: 70px; }
  .yikes-mailchimp-container.yikes-mailchimp-container-3 .yikes-easy-mc-form {
    margin-top: 78px; }
    .yikes-mailchimp-container.yikes-mailchimp-container-3 .yikes-easy-mc-form label {
      margin-bottom: 0; }
    .yikes-mailchimp-container.yikes-mailchimp-container-3 .yikes-easy-mc-form input[type=email] {
      background-color: #2b3357;
      padding: 0 90px 0 20px;
      line-height: 75px;
      margin-bottom: 0;
      color: #ffffff;
      border: none; }
    .yikes-mailchimp-container.yikes-mailchimp-container-3 .yikes-easy-mc-form .yikes-easy-mc-submit-button-image {
      padding: 20px;
      background-color: #98cb2b;
      margin: 0;
      border: none;
      width: 75px;
      height: 75px;
      border-radius: 0;
      min-width: auto;
      position: absolute;
      bottom: 0;
      right: 0; }

#sb_instagram {
  padding-bottom: 0 !important; }
  #sb_instagram #sbi_images {
    padding: 0;
    margin: 0 -5px; }
