@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: "Poppins";
  font-weight: 400;
  line-height: 1.6;
  color: #666666;
  font-size: 16px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility; }
  @media (max-width: 480px) {
    body {
      font-size: 14px !important;
      line-height: 24px !important; } }

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

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

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: 8px;
    left: 30px;
    letter-spacing: -5px; }

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

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

a {
  transition: all .3s;
  color: #212849; }
  a:hover {
    color: #ff4302; }

/*---------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  font-family: Poppins;
  margin-bottom: 20px;
  padding-top: 1em;
  font-weight: 700;
  color: #010e2a;
  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;
  margin-right: 20px;
  margin-left: 0; }

.alignright {
  clear: both;
  float: right;
  margin-left: 20px;
  margin-right: 0; }

.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-block-gallery {
  clear: both;
  margin-left: 0; }

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

blockquote.alignright,
img.alignright {
  margin: 7px 0 25px 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;
  word-break: normal; }

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="tel"], input[type="email"], input[type="password"], textarea {
  border: 1px solid #efefef;
  line-height: 60px;
  padding: 0 28px;
  width: 100%;
  color: #797e97;
  margin-bottom: 20px; }
  input[type="text"]::placeholder, input[type="tel"]::placeholder, input[type="email"]::placeholder, input[type="password"]::placeholder, textarea::placeholder {
    color: #797e97;
    opacity: 1;
    /* Firefox */ }
  input[type="text"]:-ms-input-placeholder, input[type="tel"]:-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="tel"]::-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%; } }

/*
 * 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;
    font-weight: 500;
    position: relative; }
  .main-navigation > ul > li a {
    color: #010e2a; }
    .main-navigation > ul > li a:hover {
      color: #ff5e15; }
  .main-navigation > ul > li .sub-menu {
    background-color: #010e2a; }
    .main-navigation > ul > li .sub-menu li a {
      color: #ffffff; }
      .main-navigation > ul > li .sub-menu li a:hover {
        color: #ff5e15; }
  .main-navigation > ul > li.current-menu-item > a:before, .main-navigation > ul > li.current_page_item > a:before {
    height: 4px;
    width: 100%;
    content: "";
    position: absolute;
    bottom: -46px; }

.top-bar {
  background-color: #ff5e15;
  color: #ffffff;
  overflow: hidden;
  font-size: 15px; }
  .top-bar a {
    color: #ffffff; }
    .top-bar a:hover {
      color: #010e2a; }
  .top-bar .screen-reader-text {
    display: none; }
  .top-bar .top-bar-inner {
    display: flex;
    align-items: center;
    line-height: 60px;
    justify-content: space-between; }
  .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 i {
        margin-right: 10px; }
      .top-bar .textwidget ul li:last-child {
        padding-right: 0; }

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

.site-header .header-container {
  padding-top: 25px;
  padding-bottom: 25px;
  -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: 480px) {
    .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: -25px;
    margin-bottom: -25px;
    padding: 43px 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; }

header .logo-header a {
  display: block;
  width: 122px; }

header .header-overlay {
  position: absolute;
  z-index: 200;
  width: 100%;
  left: 0; }
  header .header-overlay:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    top: 0; }

header .affix {
  position: fixed;
  width: 100%;
  z-index: 2;
  left: 0;
  top: 0;
  box-shadow: 0px 0px 30px -14px rgba(0, 0, 0, 0.5); }
  header .affix .main-navigation > ul > li.current-menu-item > a:before, header .affix .main-navigation > ul > li.current_page_item > a:before {
    bottom: -29px; }
  header .affix .header-menu ul li {
    padding-top: 28px;
    padding-bottom: 28px; }
  header .affix:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1; }

header .layout-1 .textwidget ul li i {
  line-height: 33px;
  width: 33px;
  text-align: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.18); }

header .layout-1 .top-bar-right {
  display: flex;
  align-items: center;
  position: relative; }
  header .layout-1 .top-bar-right:after {
    position: absolute;
    left: 100%;
    width: 500px;
    height: 100%;
    top: 0;
    content: '';
    background-color: #010e2a; }
  header .layout-1 .top-bar-right:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
    border-bottom: 60px solid #010e2a;
    transform: rotate(60deg);
    position: absolute;
    top: -15px;
    left: -55px; }
  header .layout-1 .top-bar-right .widget {
    background-color: #010e2a;
    padding-left: 35px;
    position: relative; }

header .layout-1 .header-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end; }
  header .layout-1 .header-menu.have-icon-menu-mobile .menu-mobile-icon {
    display: flex; }
  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) {
      header .layout-1 .header-menu .menu-mobile-icon {
        display: flex; } }
    @media (min-width: 1400px) {
      header .layout-1 .header-menu .menu-mobile-icon {
        margin-left: 40px; } }
    header .layout-1 .header-menu .menu-mobile-icon .icon-wrap {
      width: 15px;
      margin-left: 10px; }
      header .layout-1 .header-menu .menu-mobile-icon .icon-wrap:before {
        top: 2px; }
      header .layout-1 .header-menu .menu-mobile-icon .icon-wrap:after {
        bottom: 2px; }
  header .layout-1 .header-menu ul li {
    padding-left: 20px; }
    header .layout-1 .header-menu ul li .sub-menu {
      left: 0; }
  header .layout-1 .header-menu .sidebar-menu-right {
    margin-left: 30px; }

header .layout-2 #top-bar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  header .layout-2 #top-bar .textwidget ul li {
    line-height: 70px; }
    header .layout-2 #top-bar .textwidget ul li i {
      color: #ffffff; }

header .layout-2 .site-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1); }

header .layout-2 .header-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end; }
  header .layout-2 .header-menu.have-icon-menu-mobile .menu-mobile-icon {
    display: flex; }
  header .layout-2 .header-menu .menu-mobile-icon {
    align-items: center;
    margin-left: 30px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px; }
    @media (max-width: 1200px) {
      header .layout-2 .header-menu .menu-mobile-icon {
        display: flex; } }
    @media (min-width: 1400px) {
      header .layout-2 .header-menu .menu-mobile-icon {
        margin-left: 40px; } }
    header .layout-2 .header-menu .menu-mobile-icon .icon-wrap {
      width: 15px;
      margin-left: 10px; }
      header .layout-2 .header-menu .menu-mobile-icon .icon-wrap:before {
        top: 2px; }
      header .layout-2 .header-menu .menu-mobile-icon .icon-wrap:after {
        bottom: 2px; }
  header .layout-2 .header-menu ul li {
    padding-left: 30px; }
    header .layout-2 .header-menu ul li .sub-menu {
      left: 0; }
    header .layout-2 .header-menu ul li.current-menu-item > a:before, header .layout-2 .header-menu ul li.current_page_item > a:before {
      bottom: -46px;
      height: 3px;
      top: auto; }
  header .layout-2 .header-menu .sidebar-menu-right {
    margin-left: 30px; }

header .layout-3 .top-bar {
  position: relative;
  z-index: 1; }

header .layout-3 .textwidget ul li i {
  line-height: 33px;
  width: 33px;
  text-align: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.18); }

@media (max-width: 1200px) {
  header .layout-3 .site-header {
    overflow: hidden; } }

header .layout-3 .site-header:not(.affix) {
  position: relative; }

header .layout-3 .site-header.affix .header-menu .menu-lists > li {
  padding-top: 33px;
  padding-bottom: 33px; }

header .layout-3 .site-header.affix:after {
  top: -25px; }

header .layout-3 .site-header:before {
  position: absolute;
  content: "";
  left: 0;
  width: calc((100% - 1200px) /2 + 240px);
  height: 100%;
  background-color: #ffffff; }
  @media (max-width: 1200px) {
    header .layout-3 .site-header:before {
      width: 200px; } }

header .layout-3 .site-header:after {
  transform: rotate(-45deg);
  width: 0;
  height: 0;
  border-top: 85px solid transparent;
  border-bottom: 85px solid transparent;
  border-right: 85px solid #ffffff;
  content: "";
  position: absolute;
  left: calc((100% - 1200px) /2 + 225px);
  top: -5px;
  transition: all 0.3s; }
  @media (max-width: 1200px) {
    header .layout-3 .site-header:after {
      left: 180px; } }
  @media (max-width: 374px) {
    header .layout-3 .site-header:after {
      display: none; } }

header .layout-3 .site-header .header-menu {
  display: flex;
  align-items: center; }
  header .layout-3 .site-header .header-menu ul li {
    padding-left: 30px; }
    header .layout-3 .site-header .header-menu ul li.current-menu-item > a:before, header .layout-3 .site-header .header-menu ul li.current_page_item > a:before {
      display: none; }
  header .layout-3 .site-header .header-menu .sidebar-menu-right {
    margin-left: 30px; }
    @media (max-width: 600px) {
      header .layout-3 .site-header .header-menu .sidebar-menu-right {
        display: none; } }
  header .layout-3 .site-header .header-menu .menu-mobile-icon {
    margin-left: 30px;
    margin-top: 12px;
    margin-bottom: 12px; }

header .layout-4 .menu-mobile-icon {
  display: block;
  margin-left: 30px; }

header .layout-4 .top-bar {
  position: relative;
  z-index: 1;
  background-color: #ff6c28; }
  header .layout-4 .top-bar:before {
    position: absolute;
    content: "";
    left: 0;
    width: calc((100% - 1200px) / 2 + 300px);
    height: 100%;
    background-color: #041436; }
    @media (max-width: 1024px) {
      header .layout-4 .top-bar:before {
        width: calc((100% - 1200px) / 2 + 420px); } }

header .layout-4 .site-header:not(.affix) {
  position: relative; }
  header .layout-4 .site-header:not(.affix):before {
    height: calc(100% + 30px); }
  header .layout-4 .site-header:not(.affix):after {
    left: calc((100% - 1200px) / 2 + 300px);
    height: 30px;
    width: 64px;
    background-position: right center;
    content: "";
    position: absolute;
    background-image: url(../images/img-header.jpg); }
    @media (max-width: 1024px) {
      header .layout-4 .site-header:not(.affix):after {
        left: calc((100% - 1200px) / 2 + 420px); } }
    @media (max-width: 767px) {
      header .layout-4 .site-header:not(.affix):after {
        left: 50%; } }
    @media (max-width: 400px) {
      header .layout-4 .site-header:not(.affix):after {
        left: 60%; } }

header .layout-4 .site-header:before {
  position: absolute;
  content: "";
  left: 0;
  width: calc((100% - 1200px) / 2 + 300px);
  height: 100%;
  background-color: #010e2a; }
  @media (max-width: 1024px) {
    header .layout-4 .site-header:before {
      width: calc((100% - 1200px) / 2 + 420px); } }
  @media (max-width: 767px) {
    header .layout-4 .site-header:before {
      width: 50%; } }
  @media (max-width: 400px) {
    header .layout-4 .site-header:before {
      width: 60%; } }

header .layout-4 .site-header .header-menu {
  display: flex;
  align-items: center; }
  header .layout-4 .site-header .header-menu ul li {
    padding-left: 30px; }
    header .layout-4 .site-header .header-menu ul li.current-menu-item > a:before, header .layout-4 .site-header .header-menu ul li.current_page_item > a:before {
      display: none; }
  header .layout-4 .site-header .header-menu .sidebar-menu-right {
    margin-left: 30px; }

.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;
  margin: 18px 0; }
  @media (max-width: 1200px) {
    .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;
    color: #010e2a;
    position: relative; }
    .menu-mobile-icon .icon-wrap span {
      height: 2px;
      width: 100%;
      content: "";
      display: block;
      background-color: #010e2a; }
    .menu-mobile-icon .icon-wrap:before {
      height: 2px;
      width: 100%;
      left: 0;
      top: 0px;
      content: "";
      background-color: #010e2a;
      position: absolute;
      transition: all 0.5s; }
    .menu-mobile-icon .icon-wrap:after {
      height: 2px;
      width: 100%;
      left: 0;
      bottom: 0px;
      content: "";
      background-color: #010e2a;
      position: absolute;
      transition: all 0.5s; }

.mobile-menu-container {
  background-color: #010e2a;
  position: fixed;
  visibility: hidden;
  opacity: 0;
  top: 0;
  right: 0;
  z-index: 999;
  width: 270px;
  height: 100%;
  overflow: auto;
  transition: all .5s;
  transform: translate(270px); }
  .mobile-menu-container .close_mobile_menu {
    text-align: right;
    padding: 20px 25px 0px; }
    .mobile-menu-container .close_mobile_menu i {
      font-size: 22px;
      color: #999; }
  .mobile-menu-container .search-form {
    padding: 15px 25px;
    position: relative; }
    .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: 25px;
        padding-left: 20px;
        height: 32px;
        top: 10px;
        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: #94db40; }
      .mobile-menu-container .navbar-nav li a {
        font-size: 15px;
        color: #fff; }
        .mobile-menu-container .navbar-nav li a:hover {
          color: #94db40; }
      .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 {
  overflow: hidden; }
  .mobile-menu-open .wrapper-site:before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    content: "";
    z-index: 5;
    background-color: rgba(0, 0, 0, 0.5); }
  .mobile-menu-open .mobile-menu-container {
    transition: all .5s;
    visibility: visible;
    opacity: 1;
    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;
    color: #ffffff; }
    .page-title .main-top .overlay {
      position: absolute;
      content: "";
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      background-color: #041436;
      opacity: 0.85; }
    @media (max-width: 991px) {
      .page-title .main-top {
        padding-top: 150px !important;
        padding-bottom: 150px !important; } }
    @media (max-width: 767px) {
      .page-title .main-top {
        padding-top: 115px !important;
        padding-bottom: 115px !important; } }
    .page-title .main-top .content {
      text-align: center; }
      .page-title .main-top .content h1,
      .page-title .main-top .content h2 {
        color: #ffffff;
        font-size: 72px;
        font-weight: 700;
        padding-top: 0;
        line-height: 90px;
        margin-bottom: 15px;
        word-break: break-word; }
        @media (max-width: 991px) {
          .page-title .main-top .content h1,
          .page-title .main-top .content h2 {
            font-size: 65px;
            line-height: 70px;
            margin-bottom: 0; } }
        @media (max-width: 767px) {
          .page-title .main-top .content h1,
          .page-title .main-top .content h2 {
            font-size: 48px;
            line-height: 60px;
            margin-bottom: 0; } }
        @media (max-width: 480px) {
          .page-title .main-top .content h1,
          .page-title .main-top .content h2 {
            font-size: 38px;
            line-height: 45px; } }
      .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;
          display: flex;
          justify-content: center;
          align-items: center; }
          .page-title .main-top .content .breadcrumbs ul li {
            display: flex;
            align-items: center;
            margin-bottom: 0;
            color: #ff5e14; }
            .page-title .main-top .content .breadcrumbs ul li .breadcrum-icon {
              margin-left: 5px;
              margin-right: 5px;
              color: #ffffff;
              font-size: 30px; }
            .page-title .main-top .content .breadcrumbs ul li a {
              color: #ffffff; }
              .page-title .main-top .content .breadcrumbs ul li a:hover {
                color: #ff5e14; }

@media (max-width: 991px) {
  body.demo-2 .page-title .main-top {
    padding-top: 290px !important; } }

@media (max-width: 767px) {
  body.demo-2 .page-title .main-top {
    padding-top: 250px !important; } }

/*\
 *
 * General
 *
\*/
.select2.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  width: 100% !important;
  height: 52px;
  padding: 14px 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: 28px;
    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; }

body.home.home_4 .site-footer .footer-sidebars {
  padding-top: 175px; }

#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,
.single-portfolio .site-content {
  padding-bottom: 0;
  padding-top: 0; }

.blog-content .blog-lists {
  padding-right: 30px; }
  @media (max-width: 991px) {
    .blog-content .blog-lists {
      padding-right: 0; } }
  .blog-content .blog-lists .post, .blog-content .blog-lists .page {
    margin-bottom: 50px; }
    .blog-content .blog-lists .post .media-item, .blog-content .blog-lists .page .media-item {
      overflow: hidden; }
      .blog-content .blog-lists .post .media-item img, .blog-content .blog-lists .page .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, .blog-content .blog-lists .page .media-item img:hover {
          transform: scale(1.1, 1.1); }
    .blog-content .blog-lists .post .content-post, .blog-content .blog-lists .page .content-post {
      padding: 27px 25px 15px;
      border: 1px solid #efefef; }
      @media (max-width: 767px) {
        .blog-content .blog-lists .post .content-post, .blog-content .blog-lists .page .content-post {
          padding-right: 15px;
          padding-left: 15px; } }
      .blog-content .blog-lists .post .content-post .category-post a, .blog-content .blog-lists .page .content-post .category-post a {
        color: #ff5e14;
        font-size: 15px; }
      .blog-content .blog-lists .post .content-post .meta-item, .blog-content .blog-lists .page .content-post .meta-item {
        display: flex;
        padding-top: 15px;
        color: #212849;
        font-size: 15px;
        border-top: 1px solid #efefef;
        font-weight: 300; }
        @media (max-width: 575px) {
          .blog-content .blog-lists .post .content-post .meta-item, .blog-content .blog-lists .page .content-post .meta-item {
            display: none; } }
        .blog-content .blog-lists .post .content-post .meta-item a, .blog-content .blog-lists .page .content-post .meta-item a {
          color: #212849; }
          .blog-content .blog-lists .post .content-post .meta-item a:hover, .blog-content .blog-lists .page .content-post .meta-item a:hover {
            color: #ff5e14; }
        .blog-content .blog-lists .post .content-post .meta-item .item-meta, .blog-content .blog-lists .page .content-post .meta-item .item-meta {
          margin-right: 35px; }
          .blog-content .blog-lists .post .content-post .meta-item .item-meta:last-child, .blog-content .blog-lists .page .content-post .meta-item .item-meta:last-child {
            margin-right: 0; }
          .blog-content .blog-lists .post .content-post .meta-item .item-meta i, .blog-content .blog-lists .page .content-post .meta-item .item-meta i {
            margin-right: 8px;
            color: #ff5e14; }
      .blog-content .blog-lists .post .content-post .title, .blog-content .blog-lists .page .content-post .title {
        font-size: 20px;
        padding-top: 5px;
        margin-bottom: 8px;
        line-height: 32px; }
        .blog-content .blog-lists .post .content-post .title a, .blog-content .blog-lists .page .content-post .title a {
          color: #212849;
          display: -webkit-box;
          overflow: hidden;
          max-height: 64px; }
          .blog-content .blog-lists .post .content-post .title a:hover, .blog-content .blog-lists .page .content-post .title a:hover {
            color: #ff5e14; }
      .blog-content .blog-lists .post .content-post .description p, .blog-content .blog-lists .page .content-post .description p {
        line-height: 26px;
        overflow: hidden;
        max-height: 78px;
        margin-bottom: 25px; }
        @media (max-width: 575px) {
          .blog-content .blog-lists .post .content-post .description p, .blog-content .blog-lists .page .content-post .description p {
            margin-bottom: 0; } }
      .blog-content .blog-lists .post .content-post .description .read-more, .blog-content .blog-lists .page .content-post .description .read-more {
        line-height: 50px;
        padding: 0 42px;
        background-color: #ff5e14;
        color: #ffffff;
        border-radius: 25px;
        margin-bottom: 30px;
        display: inline-block; }
        .blog-content .blog-lists .post .content-post .description .read-more:hover, .blog-content .blog-lists .page .content-post .description .read-more:hover {
          background-color: #c73f00; }
    .blog-content .blog-lists .post.sticky .content-post, .blog-content .blog-lists .page.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: #ff5e14; }

.single-content .post {
  padding-right: 30px; }
  @media (max-width: 991px) {
    .single-content .post {
      padding-right: 0; } }
  .single-content .post .content {
    padding: 40px 0 40px; }
    .single-content .post .content blockquote {
      background-color: #f0f1ff;
      border: none;
      padding-left: 90px; }
    .single-content .post .content .meta-item {
      display: flex;
      font-size: 15px;
      color: #212849;
      margin-bottom: 20px; }
      @media (max-width: 767px) {
        .single-content .post .content .meta-item {
          flex-direction: column; } }
      .single-content .post .content .meta-item a {
        color: #212849; }
        .single-content .post .content .meta-item a:hover {
          color: #ff5e14; }
      .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-top: 35px;
      clear: both; }
      .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: 15px; }
          .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: #ff5e14; }
  .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: #ff5e14; }
    .navigation .nav-links .page-numbers.current {
      background-color: #ff5e14;
      color: #ffffff; }
      .navigation .nav-links .page-numbers.current:hover {
        color: #ffffff; }

.blog-navigation {
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  position: relative;
  overflow: hidden;
  margin-bottom: 40px; }
  @media (min-width: 576px) {
    .blog-navigation {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: stretch; }
      .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;
    align-items: center;
    padding: 25px 0; }
    .blog-navigation .navi-item .navi-title {
      flex-grow: 1;
      font-size: 20px;
      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;
        overflow: hidden;
        max-height: 62px;
        transition: all .2s; }
        .blog-navigation .navi-item .navi-title a:hover {
          color: #ff5e14; }
    .blog-navigation .navi-item .navi-text {
      display: inline-block; }
    .blog-navigation .navi-item.prev {
      order: 1;
      padding-right: 20px; }
      @media (max-width: 575px) {
        .blog-navigation .navi-item.prev {
          padding-bottom: 10px; } }
    .blog-navigation .navi-item.next {
      order: 3;
      padding-left: 20px;
      text-align: right; }
      @media (max-width: 575px) {
        .blog-navigation .navi-item.next {
          padding-top: 10px;
          text-align: left;
          padding-left: 0; } }

.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: #ff5e14; }
    .page-navigation li .current {
      width: 49px;
      line-height: 49px;
      background-color: #ff5e14;
      border: none;
      color: #ffffff; }

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

body.search .search-form .search-submit {
  background-color: #ff5e14;
  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: #c73f00; }

.comments-area {
  margin-top: 40px;
  clear: both; }
  .comments-area .blog-comment {
    margin-bottom: 25px; }
    .comments-area .blog-comment .title {
      font-size: 24px;
      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: #ff5e14; }
          .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: #ff5e14;
            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: #ff5e14; }
        .comments-area .blog-comment .comment-list .comment-item .children {
          width: 100%;
          margin-top: 20px;
          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: #f9f9f9; }
  .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 35px;
    background-color: #ff5e14;
    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: #e04700; }

.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: #ff5e14;
      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: #ff5e14;
      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: #c73f00; }
    .error404 .error-404 .wrap-404 {
      margin-top: 50px; }

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

.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: #ff5e14;
  color: #ffffff;
  line-height: 62px;
  margin-left: -3px;
  padding: 0 30px;
  margin-bottom: 0; }

.woocommerce ul.products, .woocommerce-page ul.products {
  margin-top: 30px;
  clear: both;
  display: inline-block;
  width: 100%; }
  .woocommerce ul.products li.product .media img, .woocommerce-page ul.products li.product .media img {
    margin-bottom: 0; }
  .woocommerce ul.products li.product .onsale, .woocommerce-page ul.products li.product .onsale {
    background-color: #ff5e14;
    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: 18px;
    margin-top: 15px;
    line-height: 25px;
    padding-bottom: 5px; }
    .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: #ff5e14; }
      .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: #ff5e14;
        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: #ff5e14;
  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: #ff5e14;
  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: #e04700; }

.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: #ff5e14;
        border-color: #ff5e14;
        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: #ff5e14; }
  .woocommerce a.button.alt:hover,
  .woocommerce button.button.alt:hover,
  .woocommerce input.button.alt:hover {
    background-color: #c73f00; }

.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: #ff5e14;
  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: #c73f00; }

.woocommerce span.onsale {
  color: #ffffff;
  line-height: 28px;
  top: 10px;
  border-radius: 0;
  left: 10px;
  padding: 0 10px;
  background-color: #ff5e14;
  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%; } }

@media (max-width: 991px) {
  .widget-area {
    margin-top: 80px; } }

.widget-area .widget {
  border: 1px solid #efefef;
  margin-bottom: 40px;
  padding: 25px 25px 25px; }
  @media (max-width: 767px) {
    .widget-area .widget {
      padding-left: 15px;
      padding-right: 15px; } }
  .widget-area .widget .screen-reader-text {
    display: none; }
  .widget-area .widget .widget-title {
    font-size: 24px;
    padding-top: 0;
    color: #202332;
    margin-bottom: 20px;
    overflow: hidden; }
    .widget-area .widget .widget-title span {
      display: block; }
  .widget-area .widget ul {
    margin-top: -5px;
    margin-left: 0;
    margin-bottom: 0; }
    .widget-area .widget ul li {
      list-style: none;
      margin-bottom: 10px;
      margin-top: 10px;
      width: 100%; }
      .widget-area .widget ul li a {
        font-weight: 400;
        overflow-wrap: break-word; }
      .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: #ff5e14;
        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: #c73f00; }
  .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: #ff5e14; }
    .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: #ff5e14;
      margin-right: 8px;
      font-size: 13px; }
  .widget-area .widget.widget_meta li abbr {
    color: #ff5e14; }
  .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: #ff5e14; }
    .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 {
    padding-bottom: 15px; }
    .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;
        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: #ff5e14; }
  .widget-area .widget.widget_archive ul li {
    display: flex;
    justify-content: space-between; }
  .widget-area .widget.widget_categories {
    padding-bottom: 15px; }
    .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: 10px; }
    .vc_wp_custommenu .widget_nav_menu .menu li a {
      color: #010e2a;
      padding: 0 20px 0 30px;
      font-size: 18px;
      font-weight: 500;
      line-height: 60px;
      border: 1px solid #e9e9e9;
      display: flex;
      justify-content: space-between;
      border-radius: 5px; }
      .vc_wp_custommenu .widget_nav_menu .menu li a:after {
        font-family: FontAwesome;
        content: "\f054";
        font-size: 11px;
        display: inline-block;
        vertical-align: middle; }
      .vc_wp_custommenu .widget_nav_menu .menu li a:hover {
        color: #ff5e14; }
    .vc_wp_custommenu .widget_nav_menu .menu li.current-menu-item a {
      color: #ff5e14;
      background-color: #fafafa;
      border-left: 4px solid #ff5e14; }

.elementor-widget .menu-services-container .menu, .elementor-widget .menu-projects-container .menu {
  margin: 0; }
  .elementor-widget .menu-services-container .menu li, .elementor-widget .menu-projects-container .menu li {
    list-style: none;
    margin-bottom: 10px; }
    .elementor-widget .menu-services-container .menu li a, .elementor-widget .menu-projects-container .menu li a {
      color: #010e2a;
      padding: 0 20px 0 30px;
      font-size: 18px;
      font-weight: 500;
      line-height: 60px;
      border: 1px solid #e9e9e9;
      display: flex;
      justify-content: space-between;
      border-radius: 5px; }
      .elementor-widget .menu-services-container .menu li a:after, .elementor-widget .menu-projects-container .menu li a:after {
        font-family: FontAwesome;
        content: "\f054";
        font-size: 11px;
        display: inline-block;
        vertical-align: middle; }
      .elementor-widget .menu-services-container .menu li a:hover, .elementor-widget .menu-projects-container .menu li a:hover {
        color: #ff5e14; }
    .elementor-widget .menu-services-container .menu li.current-menu-item a, .elementor-widget .menu-projects-container .menu li.current-menu-item a {
      color: #ff5e14;
      background-color: #fafafa;
      border-left: 4px solid #ff5e14; }

.site-footer {
  background-color: #131536;
  position: relative; }
  .site-footer .footer {
    background-size: cover;
    background-position: center;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1; }
  .site-footer .footer-sidebars {
    font-size: 16px;
    padding-top: 100px;
    padding-bottom: 70px;
    color: #cbcdcf; }
    .site-footer .footer-sidebars a {
      color: #cbcdcf; }
    .site-footer .footer-sidebars .widget-title {
      font-size: 20px;
      color: #ffffff;
      padding-top: 2px;
      font-weight: 600;
      margin-bottom: 30px; }
      @media (max-width: 767px) {
        .site-footer .footer-sidebars .widget-title {
          margin-bottom: 15px; } }
      .site-footer .footer-sidebars .widget-title:after {
        height: 3px;
        width: 35px;
        margin-top: 10px;
        display: block;
        content: "";
        background-color: #ff5e14; }
    .site-footer .footer-sidebars .widget_media_image {
      margin-bottom: 30px;
      margin-top: 10px; }
    .site-footer .footer-sidebars .widget_text p {
      line-height: 28px;
      margin-bottom: 7px; }
    .site-footer .footer-sidebars .widget_text ul {
      margin-left: 0;
      margin-bottom: 0; }
    .site-footer .footer-sidebars .widget_text li {
      line-height: 30px;
      list-style: none; }
    .site-footer .footer-sidebars .sidebars-area {
      display: flex;
      flex-wrap: wrap;
      margin-right: -15px;
      margin-left: -15px; }
      @media (min-width: 768px) {
        .site-footer .footer-sidebars .sidebars-area {
          margin-right: -40px;
          margin-left: -40px; } }
      @media (max-width: 650px) {
        .site-footer .footer-sidebars .sidebars-area {
          display: block; } }
      .site-footer .footer-sidebars .sidebars-area.footer-1-col {
        text-align: center;
        justify-content: center; }
        .site-footer .footer-sidebars .sidebars-area.footer-1-col .item-col {
          max-width: 830px; }
          .site-footer .footer-sidebars .sidebars-area.footer-1-col .item-col .widget_pachin_socials {
            margin-top: 30px; }
            .site-footer .footer-sidebars .sidebars-area.footer-1-col .item-col .widget_pachin_socials .wrap-shortcode .social-item {
              font-size: 20px;
              margin: 0 20px; }
      .site-footer .footer-sidebars .sidebars-area.footer-3-col .item-col {
        max-width: 33.3%;
        flex: 1; }
      .site-footer .footer-sidebars .sidebars-area.footer-4-col .item-col {
        padding-left: 40px;
        padding-right: 40px;
        width: 28%;
        margin-bottom: 30px; }
        @media (max-width: 767px) {
          .site-footer .footer-sidebars .sidebars-area.footer-4-col .item-col {
            padding-left: 15px;
            padding-right: 15px;
            margin-bottom: 50px; } }
        @media (min-width: 651px) and (max-width: 991px) {
          .site-footer .footer-sidebars .sidebars-area.footer-4-col .item-col {
            width: 50%; } }
        @media (max-width: 650px) {
          .site-footer .footer-sidebars .sidebars-area.footer-4-col .item-col {
            width: 100%; } }
        .site-footer .footer-sidebars .sidebars-area.footer-4-col .item-col:nth-child(2) {
          width: 24%; }
          @media (min-width: 651px) and (max-width: 991px) {
            .site-footer .footer-sidebars .sidebars-area.footer-4-col .item-col:nth-child(2) {
              width: 50%; } }
          @media (max-width: 650px) {
            .site-footer .footer-sidebars .sidebars-area.footer-4-col .item-col:nth-child(2) {
              width: 100%; } }
        .site-footer .footer-sidebars .sidebars-area.footer-4-col .item-col:nth-child(3) {
          width: 20%; }
          @media (min-width: 651px) and (max-width: 991px) {
            .site-footer .footer-sidebars .sidebars-area.footer-4-col .item-col:nth-child(3) {
              width: 50%; } }
          @media (max-width: 650px) {
            .site-footer .footer-sidebars .sidebars-area.footer-4-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; }
          .site-footer .footer-sidebars .sidebars-area .menu li a {
            font-size: 16px; }
  @media (min-width: 768px) {
    .site-footer .copyright-content {
      display: flex;
      align-items: center;
      justify-content: space-between; } }
  .site-footer .copyright-area {
    font-size: 15px;
    padding-top: 25px;
    padding-bottom: 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: #cbcdcf; }
    .site-footer .copyright-area .widget_nav_menu ul {
      margin-left: 0;
      margin-bottom: 0; }
      .site-footer .copyright-area .widget_nav_menu ul li {
        list-style: none;
        display: inline-block;
        padding-left: 20px; }
        .site-footer .copyright-area .widget_nav_menu ul li a {
          color: #cbcdcf; }
          .site-footer .copyright-area .widget_nav_menu ul li a:hover {
            color: #ff5e14; }
    .site-footer .copyright-area a {
      color: #ff5e14; }
      .site-footer .copyright-area a:hover {
        color: #ffffff; }
    @media (max-width: 767px) {
      .site-footer .copyright-area {
        text-align: center; }
        .site-footer .copyright-area .widget_nav_menu {
          margin-top: 10px; }
          .site-footer .copyright-area .widget_nav_menu ul li {
            padding: 0 5px; } }
  .site-footer.layout-2 {
    position: relative;
    overflow: hidden; }
    .site-footer.layout-2 .footer-sidebars .item-col {
      position: relative;
      z-index: 1; }
    .site-footer.layout-2 .footer-sidebars .sidebars-area {
      margin-right: -15px;
      margin-left: -15px; }
      .site-footer.layout-2 .footer-sidebars .sidebars-area.footer-3-col .item-col:nth-child(2) {
        padding-left: 70px; }
      .site-footer.layout-2 .footer-sidebars .sidebars-area.footer-3-col .item-col:nth-child(1) {
        padding-right: 70px; }
      .site-footer.layout-2 .footer-sidebars .sidebars-area:before {
        position: absolute;
        content: "";
        left: 0;
        top: -50%;
        width: 33%;
        height: 300%;
        background-color: #041436; }
    .site-footer.layout-2:before {
      position: absolute;
      content: "";
      left: 0;
      width: calc((100% - 1170px) / 2);
      height: 100%;
      background-color: #041436; }
    .site-footer.layout-2 .copyright-area {
      border-top: 1px solid #13254b;
      position: relative;
      z-index: 1; }

.btn-back-to-top {
  font-size: 23px;
  color: #fff;
  text-align: center;
  line-height: 47px;
  background: #94db40;
  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: #60981d; }
  .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); } }

rs-layer > span {
  color: #ff5e15; }

.arrow_scroll_bottom {
  overflow: visible !important; }
  .arrow_scroll_bottom img {
    -webkit-animation: bounce1 2s infinite;
    -moz-animation: bounce1 2s infinite;
    -ms-animation: bounce1 2s infinite;
    -o-animation: bounce1 2s infinite;
    animation: bounce1 2s infinite; }

.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 > .wpb_column {
    position: relative; }
  .vc_row.vc_row-has-fill.vc_row-no-padding > .wpb_column {
    padding-left: 0;
    padding-right: 0; }
  .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.vc_parallax .vc_parallax-inner {
    z-index: -1; }
  .vc_row.bg_row_counter {
    box-shadow: 5px 0 25px rgba(0, 0, 0, 0.07); }
  @media (min-width: 1200px) {
    .vc_row.row_padding_left > .wpb_column:first-child {
      padding-left: calc((100% - 1170px) /2); }
    .vc_row.row_padding_right > .wpb_column:last-child {
      padding-right: calc((100% - 1170px) /2); } }
  .vc_row.box_shardow {
    box-shadow: 5px 0 25px rgba(0, 0, 0, 0.07); }

.wpb_column.bg-position-right-top {
  background-position: right top !important; }

.wpb_column.bg-position-right-center {
  background-position: right center !important; }

.wpb_column.bg-position-right-bottom {
  background-position: right bottom !important; }

.wpb_column.bg-position-center-top {
  background-position: center top !important; }

.wpb_column.bg-position-center-bottom {
  background-position: center bottom !important; }

.wpb_column.bg-position-center-center {
  background-position: center center !important; }

.wpb_column.bg-position-left-top {
  background-position: left top !important; }

.wpb_column.bg-position-left-center {
  background-position: left center !important; }

.wpb_column.bg-position-left-bottom {
  background-position: left bottom !important; }

.elementor-widget:not(:last-child) {
  margin-bottom: 0; }

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

.wpb_single_image {
  margin-bottom: 0; }

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

/**
Contact form
 */
.wpcf7-form .home1-form label {
  width: 100%; }

.wpcf7-form .home1-form input[type="text"], .wpcf7-form .home1-form input[type="email"], .wpcf7-form .home1-form input[type="password"], .wpcf7-form .home1-form textarea {
  line-height: 55px;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 5px;
  margin-bottom: 0; }

.wpcf7-form .home1-form textarea {
  height: 120px;
  line-height: 28px; }

.wpcf7-form input[type="submit"] {
  line-height: 50px;
  padding: 0 35px;
  background-color: #ff5e15;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  color: #ffffff;
  border-radius: 25px; }

.wpcf7-form .contact-home-3 input[type="text"], .wpcf7-form .contact-home-3 input[type="email"], .wpcf7-form .contact-home-3 input[type="password"], .wpcf7-form .contact-home-3 textarea {
  margin-bottom: 20px; }

.wpcf7-form .contact-home-3 textarea {
  height: 130px; }

/*
Mailchimp newsletter
 */
.newsletter_footer {
  margin-top: 25px; }
  .newsletter_footer .yikes-easy-mc-form {
    display: flex;
    margin-bottom: 25px; }
    .newsletter_footer .yikes-easy-mc-form label {
      margin-bottom: 0; }
    .newsletter_footer .yikes-easy-mc-form input[type=email] {
      line-height: 50px;
      background-color: #122347;
      padding: 0 20px;
      border: none;
      color: #fff;
      margin-bottom: 0; }
    .newsletter_footer .yikes-easy-mc-form .yikes-easy-mc-submit-button {
      line-height: 50px;
      border: none;
      border-radius: 0;
      padding: 0 20px;
      background-color: #ff5e14;
      color: #ffffff;
      font-size: 15px;
      font-weight: 600;
      width: auto;
      margin-top: 0;
      text-transform: uppercase; }
      .newsletter_footer .yikes-easy-mc-form .yikes-easy-mc-submit-button:hover {
        background-color: #c73f00; }

.service_form .yikes-mailchimp-form-title {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  padding-top: 0; }

.service_form .yikes-easy-mc-form label {
  margin-bottom: 15px; }

.service_form .yikes-easy-mc-form input[type=email], .service_form .yikes-easy-mc-form input[type=text] {
  line-height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: transparent;
  padding: 0 30px;
  color: #676e7c;
  margin-bottom: 0; }

.service_form .yikes-easy-mc-form .yikes-easy-mc-submit-button {
  line-height: 50px;
  border: none;
  width: 100%;
  margin-top: 0;
  border-radius: 0;
  padding: 0 30px;
  background-color: #ff5e14;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase; }
  .service_form .yikes-easy-mc-form .yikes-easy-mc-submit-button:hover {
    background-color: #c73f00; }

@-webkit-keyframes bounce1 {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  60% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); } }

@keyframes bounce1 {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); }
  60% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px); } }

.bounce1 {
  -webkit-animation-name: bounce;
  animation-name: bounce; }
