/* -------------------------------------------
[Table of contents]

[Color codes]
    Background: #ffffff
    Body Color : #70747f
    Accent color: #1d2a34

[Typography]
    Body:   16/26 'Lato', sans-serif;
    Input:  15/40px
    Textarea:   15/26px

[Component module]

1.0 RESET BROWSER
	1.1 CUSTOM COLUMN
	1.2 VISUAL COMPOSER
	1.3 WORDPRESS DATA SAMPLE
    1.4 LOADING AJAX
    1.5 BANNER EFFECT
2.0 DEFAULT SETTING
    2.1 FORM THEME
    2.2 TABLE THEME
    2.3 CONTAINER THEME
    2.4 SLICK SLIDER
3.0 HEADER THEME
    3.2 HEADER MENU
    3.10 HEADER MOBILE
4.0 FOOTER THEME
/*==========================================================================
1.0 DEFAUL SETTING
========================================================================== */
body {
  max-width: 100%;
  overflow-x: hidden;
}
img {
  max-width: 100%;
  height: auto;
}
ul, ol {
  margin: 0;
  padding-left: 19px;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
p {
  margin-bottom: 30px;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
input[type="text"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="tel"]:focus, input[type="url"]:focus, textarea:focus, select:focus {
  outline: none;
}
:focus {
  outline: none;
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
  filter: alpha(opacity=100);
}
:-moz-placeholder { /* Firefox 18- */
  color: inherit;
  opacity: 1;
  filter: alpha(opacity=100);
}
::-moz-placeholder { /* Firefox 19+ */
  color: inherit;
  opacity: 1;
  filter: alpha(opacity=100);
}
:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
  filter: alpha(opacity=100);
}
.button.disabled, .button:disabled, button.disabled, button:disabled, input[type="button"].disabled, input[type="button"]:disabled, input[type="reset"].disabled, input[type="reset"]:disabled, input[type="submit"].disabled, input[type="submit"]:disabled {
  opacity: 0.65 !important;
  cursor: not-allowed;
}
/*----------------------------
1.1 CUSTOM COLUMN
--------------------------------*/
/*----------------------------
AUTO CLEAR
--------------------------------*/
@media (min-width: 1200px) {
  .auto-clear .vc_col-lg-1:nth-child(12n+1), .auto-clear .vc_col-lg-2:nth-child(6n+1), .auto-clear .vc_col-lg-15:nth-child(5n+1), .auto-clear .vc_col-lg-3:nth-child(4n+1), .auto-clear .vc_col-lg-4:nth-child(3n+1), .auto-clear .vc_col-lg-6:nth-child(odd) {
    clear: both;
  }
}
@media (min-width: 1500px) {
  .auto-clear .col-bg-1:nth-child(12n+1), .auto-clear .col-bg-2:nth-child(6n+1), .auto-clear .col-bg-15:nth-child(5n+1), .auto-clear .col-bg-3:nth-child(4n+1), .auto-clear .col-bg-4:nth-child(3n+1), .auto-clear .col-bg-6:nth-child(odd) {
    clear: both;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .auto-clear .col-lg-1:nth-child(12n+1), .auto-clear .col-lg-2:nth-child(6n+1), .auto-clear .col-lg-15:nth-child(5n+1), .auto-clear .col-lg-3:nth-child(4n+1), .auto-clear .col-lg-4:nth-child(3n+1), .auto-clear .col-lg-6:nth-child(odd) {
    clear: both;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .auto-clear .vc_col-md-1:nth-child(12n+1), .auto-clear .vc_col-md-2:nth-child(6n+1), .auto-clear .vc_col-md-15:nth-child(5n+1), .auto-clear .vc_col-md-3:nth-child(4n+1), .auto-clear .vc_col-md-4:nth-child(3n+1), .auto-clear .vc_col-md-6:nth-child(odd), .auto-clear .col-md-1:nth-child(12n+1), .auto-clear .col-md-2:nth-child(6n+1), .auto-clear .col-md-15:nth-child(5n+1), .auto-clear .col-md-3:nth-child(4n+1), .auto-clear .col-md-4:nth-child(3n+1), .auto-clear .col-md-6:nth-child(odd) {
    clear: both;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .auto-clear .vc_col-sm-1:nth-child(12n+1), .auto-clear .vc_col-sm-2:nth-child(6n+1), .auto-clear .vc_col-sm-15:nth-child(5n+1), .auto-clear .vc_col-sm-3:nth-child(4n+1), .auto-clear .vc_col-sm-4:nth-child(3n+1), .auto-clear .vc_col-sm-6:nth-child(odd), .auto-clear .col-sm-1:nth-child(12n+1), .auto-clear .col-sm-2:nth-child(6n+1), .auto-clear .col-sm-15:nth-child(5n+1), .auto-clear .col-sm-3:nth-child(4n+1), .auto-clear .col-sm-4:nth-child(3n+1), .auto-clear .col-sm-6:nth-child(odd) {
    clear: both;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .auto-clear .col-xs-1:nth-child(12n+1), .auto-clear .col-xs-2:nth-child(6n+1), .auto-clear .col-xs-15:nth-child(5n+1), .auto-clear .col-xs-3:nth-child(4n+1), .auto-clear .col-xs-4:nth-child(3n+1), .auto-clear .col-xs-6:nth-child(odd) {
    clear: both;
  }
}
@media (max-width: 479px) {
  .auto-clear .col-ts-1:nth-child(12n+1), .auto-clear .col-ts-2:nth-child(6n+1), .auto-clear .col-ts-15:nth-child(5n+1), .auto-clear .col-ts-3:nth-child(4n+1), .auto-clear .col-ts-4:nth-child(3n+1), .auto-clear .col-ts-6:nth-child(odd) {
    clear: both;
  }
}
@media (max-width: 767px) {
  .auto-clear .vc_col-xs-1:nth-child(12n+1), .auto-clear .vc_col-xs-2:nth-child(6n+1), .auto-clear .vc_col-xs-15:nth-child(5n+1), .auto-clear .vc_col-xs-3:nth-child(4n+1), .auto-clear .vc_col-xs-4:nth-child(3n+1), .auto-clear .vc_col-xs-6:nth-child(odd) {
    clear: both;
  }
}
/*-----------------------CUSTOM 5 COLUMNS---------------------------*/
.col-bg-15, .col-bg-25, .col-bg-35, .col-bg-45, .col-lg-15, .col-lg-25, .col-lg-35, .col-lg-45, .col-md-15, .col-md-25, .col-md-35, .col-md-45, .col-sm-15, .col-sm-25, .col-sm-35, .col-sm-45, .col-xs-15, .col-xs-25, .col-xs-35, .col-xs-45, .col-ts-15, .col-ts-25, .col-ts-35, .col-ts-45 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px
}
@media (max-width: 479px) {
  .col-ts-15, .col-ts-25, .col-ts-35, .col-ts-45 {
    float: left;
  }
  .col-ts-15 {
    width: 20%;
  }
  .col-ts-25 {
    width: 40%;
  }
  .col-ts-35 {
    width: 60%;
  }
  .col-ts-45 {
    width: 80%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .col-xs-15, .col-xs-25, .col-xs-35, .col-xs-45 {
    float: left;
  }
  .col-xs-15 {
    width: 20%;
  }
  .col-xs-25 {
    width: 40%;
  }
  .col-xs-35 {
    width: 60%;
  }
  .col-xs-45 {
    width: 80%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .col-sm-15, .col-sm-25, .col-sm-35, .col-sm-45 {
    float: left;
  }
  .col-sm-15 {
    width: 20%;
  }
  .col-sm-25 {
    width: 40%;
  }
  .col-sm-35 {
    width: 60%;
  }
  .col-sm-45 {
    width: 80%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .col-md-15, .col-md-25, .col-md-35, .col-md-45 {
    float: left;
  }
  .col-md-15 {
    width: 20%;
  }
  .col-md-25 {
    width: 40%;
  }
  .col-md-35 {
    width: 60%;
  }
  .col-md-45 {
    width: 80%;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .col-lg-15, .col-lg-25, .col-lg-35, .col-lg-45 {
    float: left;
  }
  .col-lg-15 {
    width: 20%;
  }
  .col-lg-25 {
    width: 40%;
  }
  .col-lg-35 {
    width: 60%;
  }
  .col-lg-45 {
    width: 80%;
  }
}
@media (min-width: 1500px) {
  .col-bg-15, .col-bg-25, .col-bg-35, .col-bg-45 {
    float: left;
  }
  .col-bg-15 {
    width: 20%;
  }
  .col-bg-25 {
    width: 40%;
  }
  .col-bg-35 {
    width: 60%;
  }
  .col-bg-45 {
    width: 80%;
  }
}
/*-----------------------
CUSTOM COL > 1500
---------------------------*/
@media (min-width: 1500px) {
  .col-bg-1, .col-bg-10, .col-bg-11, .col-bg-12, .col-bg-2, .col-bg-3, .col-bg-4, .col-bg-5, .col-bg-6, .col-bg-7, .col-bg-8, .col-bg-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
  }
  .col-bg-1, .col-bg-2, .col-bg-3, .col-bg-4, .col-bg-5, .col-bg-6, .col-bg-7, .col-bg-8, .col-bg-9, .col-bg-10, .col-bg-11, .col-bg-12 {
    float: left;
  }
  .col-bg-12 {
    width: 100%;
  }
  .col-bg-11 {
    width: 91.66666667%;
  }
  .col-bg-10 {
    width: 83.33333333%;
  }
  .col-bg-9 {
    width: 75%;
  }
  .col-bg-8 {
    width: 66.66666667%;
  }
  .col-bg-7 {
    width: 58.33333333%;
  }
  .col-bg-6 {
    width: 50%;
  }
  .col-bg-5 {
    width: 41.66666667%;
  }
  .col-bg-4 {
    width: 33.33333333%;
  }
  .col-bg-3 {
    width: 25%;
  }
  .col-bg-2 {
    width: 16.66666667%;
  }
  .col-bg-1 {
    width: 8.33333333%;
  }
}
/*-----------------------
CUSTOM COL < 480
---------------------------*/
@media (max-width: 479px) {
  .col-ts-1, .col-ts-10, .col-ts-11, .col-ts-12, .col-ts-2, .col-ts-3, .col-ts-4, .col-ts-5, .col-ts-6, .col-ts-7, .col-ts-8, .col-ts-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-ts-1, .col-ts-2, .col-ts-3, .col-ts-4, .col-ts-5, .col-ts-6, .col-ts-7, .col-ts-8, .col-ts-9, .col-ts-10, .col-ts-11 {
    float: left;
  }
  .col-ts-12 {
    width: 100%;
  }
  .col-ts-11 {
    width: 91.66666667%;
  }
  .col-ts-10 {
    width: 83.33333333%;
  }
  .col-ts-9 {
    width: 75%;
  }
  .col-ts-8 {
    width: 66.66666667%;
  }
  .col-ts-7 {
    width: 58.33333333%;
  }
  .col-ts-6 {
    width: 50%;
  }
  .col-ts-5 {
    width: 41.66666667%;
  }
  .col-ts-4 {
    width: 33.33333333%;
  }
  .col-ts-3 {
    width: 25%;
  }
  .col-ts-2 {
    width: 16.66666667%;
  }
  .col-ts-1 {
    width: 8.33333333%;
  }
}
/*-------------------------
ROWS SPACE
-----------------------------*/
.rows-space-0 {
  margin-bottom: 0;
}
.rows-space-10 {
  margin-bottom: 10px;
}
.rows-space-20 {
  margin-bottom: 20px;
}
.rows-space-30 {
  margin-bottom: 30px;
}
.rows-space-40 {
  margin-bottom: 40px;
}
.rows-space-50 {
  margin-bottom: 50px;
}
.rows-space-60 {
  margin-bottom: 60px;
}
.rows-space-70 {
  margin-bottom: 70px;
}
.rows-space-80 {
  margin-bottom: 80px;
}
.rows-space-90 {
  margin-bottom: 90px;
}
.rows-space-100 {
  margin-bottom: 100px;
}
@media (max-width: 1199px) {
  .rows-space-30, .rows-space-40, .rows-space-50, .rows-space-60, .rows-space-70, .rows-space-80, .rows-space-90, .rows-space-100 {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .rows-space-20, .rows-space-30, .rows-space-40, .rows-space-50, .rows-space-60, .rows-space-70, .rows-space-80, .rows-space-90, .rows-space-100 {
    margin-bottom: 10px;
  }
}
/* ==========================================================================
2.0 DEFAULT SETTING
========================================================================== */
html, body {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #70747f;
  background-color: #f8f8f8;
}
label {
  font-weight: 500;
  color: #1d2a34;
}
a {
  color: #1d2a34;
  text-decoration: none;
  -webkit-transition: color 0.25s, border-color 0.25s, background-color 0.25s, opacity 0.25s, width 0.25s ease 0s;
  -moz-transition: color 0.25s, border-color 0.25s, background-color 0.25s, opacity 0.25s, width 0.25s ease 0s;
  -o-transition: color 0.25s, border-color 0.25s, background-color 0.25s, opacity 0.25s, width 0.25s ease 0s;
  transition: color 0.25s, border-color 0.25s, background-color 0.25s, opacity 0.25s, width 0.25s ease 0s;
}
a:hover, a:focus, a:active {
  text-decoration: none;
  outline: none;
  color: #1d2a34;
}
h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
  color: #1d2a34;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: 'Anton', sans-serif;
  font-weight: 400;
}
blockquote, q {
  color: #12265a;
  font-size: 14px;
  font-weight: 500;
  font-style: italic;
  padding: 15px 0 15px 20px;
  margin-top: 10px;
  margin-bottom: 20px;
  border-left: 3px solid #1d2a34;
}
dt, dd {
  line-height: 30px;
}
/* =========================================================================
2.1 FORM THEME
============================================================================ */
input[type="number"], input[type="text"], input[type="email"], input[type="password"], input[type="tel"], input[type="search"], input[type="url"], textarea, select {
  border: 1px solid rgba(0, 0, 0, 0.3);
  padding: 0 25px;
  max-width: 100%;
  background-color: transparent;
  font-size: 15px;
  color: #868686;
  height: 56px;
  line-height: 56px;
  border-radius: 40px;
}
textarea {
  display: block;
  line-height: 24px;
  padding: 15px 20px;
  height: 200px;
  width: 100%;
  border-radius: 26px;
  resize: none
}
select {
  padding: 0 33px 0 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
}
select::-ms-expand {
  display: none;
}
button, input[type="submit"], input[type="button"], .button-primary, a.button-primary {
  display: inline-block;
  height: 56px;
  line-height: 56px;
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 400;
  font-family: 'Anton', sans-serif;
  padding: 0 25px;
  background: #1d2a34;
  border: 1px solid transparent;
  border-radius: 40px;
  -webkit-transition: color 0.25s, border-color 0.25s, background-color 0.25s, opacity 0.25s, width 0.25s ease 0s;
  -moz-transition: color 0.25s, border-color 0.25s, background-color 0.25s, opacity 0.25s, width 0.25s ease 0s;
  -o-transition: color 0.25s, border-color 0.25s, background-color 0.25s, opacity 0.25s, width 0.25s ease 0s;
  transition: color 0.25s, border-color 0.25s, background-color 0.25s, opacity 0.25s, width 0.25s ease 0s;
  letter-spacing: 1px;
}
.button-primary:hover, a.button-primary:hover {
  border-color: #1d2a34;
  color: #1d2a34;
  background: #fff;
}
a.button-arrow {
  display: inline-block;
  line-height: 30px;
  text-transform: uppercase;
  color: #000;
  font-weight: 400;
  font-family: 'Anton', sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
}
a.button-arrow .arrow-icon {
  display: inline-block;
  vertical-align: middle;
  width: 76px;
  height: 2px;
  background-color: currentColor;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  position: relative;
  margin-left: 13px;
  margin-right: 11px;
}
a.button-arrow .arrow-icon::before {
  content: '';
  width: 11px;
  height: 2px;
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg);
  position: absolute;
  right: 0;
  top: -3px;
  background-color: currentColor;
}
a.button-arrow .arrow-icon::after {
  content: '';
  position: absolute;
  right: -11px;
  top: -16px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid;
  opacity: 1;
  transition: all .3s;
}
a.button-arrow:hover .arrow-icon {
  margin-left: 23px;
}
a.button-arrow:hover .arrow-icon::after {
  opacity: 0;
}
/* ==========================================================================
2.2 TABLE THEME
============================================================================ */
table {
  border: 1px solid #ebebeb;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: auto;
  width: 100%;
  margin-bottom: 20px;
}
table thead {
  background-color: #f8f8f8;
}
th, td {
  border: 1px solid #ebebeb;
  padding: 10px;
}
@media (max-width: 991px) {
  th, td {
    padding: 5px;
  }
}
/* ==========================================================================
2.3 CONTAINER THEME
============================================================================ */
.container {
  max-width: 100%;
}
@media (min-width: 1280px) {
  .container {
    width: 1200px;
  }
}
@media (max-width: 1199px) {
  .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  ul.products > [class^="col-"], ul.products > [class*="col-"], .row > [class^="col-"], .row > [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 767px) {
  .row {
    margin-left: -5px;
    margin-right: -5px;
  }
  ul.products > [class^="col-"], ul.products > [class*="col-"], .row > [class^="col-"], .row > [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
  }
}
/* ==========================================================================
3.2 HEADER MENU
========================================================================== */
/*main menu*/
.box-header-nav .main-menu {
  padding: 0;
  list-style: none;
}
.block-nav-category ~ .box-header-nav .main-menu {
  padding-left: 35px;
}
.box-header-nav .main-menu .menu-item {
  list-style: none;
  position: relative;
}
.box-header-nav .main-menu .menu-item:hover > a {
  color: #fff;
}
.box-header-nav .main-menu > .menu-item {
  cursor: pointer;
}
.box-header-nav .main-menu > .menu-item > a {
  font-size: 13px;
  font-weight: 900;
  vertical-align: middle;
  position: relative;
  display: inline-block;
  color: rgba(255, 255, 255);
  text-transform: uppercase;
}
.box-header-nav .main-menu > .menu-item > a::before {
  content: attr(title);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: width 0.5s, height 0.7s ease 0s;
  -moz-transition: width 0.5s, height 0.7s ease 0s;
  -o-transition: width 0.5s, height 0.7s ease 0s;
  transition: width 0.5s, height 0.7s ease 0s;
  color: rgba(18, 38, 90, 1);
  overflow: hidden;
}
.box-header-nav.menu-nocenter .main-menu > .menu-item:hover > a::before {
  width: 0;
}
.box-header-nav.menu-center .main-menu > .menu-item:hover > a::before {
  height: 0;
}
.box-header-nav .main-menu .menu-item > a > .icon {
  font-size: 14px;
  margin-right: 4px;
}
.box-header-nav .main-menu .menu-item > a > .image {
  z-index: 1;
  line-height: 0;
  float: right;
  margin-left: 3px;
}
/*sub menu*/
.box-header-nav .main-menu .menu-item .submenu {
  padding-left: 0;
  text-align: left;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  -webkit-box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.05);
  z-index: 999;
  border-radius: 20px;
}
/*.box-header-nav .main-menu .menu-item .submenu::after {
    content: '';
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    border: 2px dashed rgba(250, 157, 183, 0.5);;
    border-radius: 15px;
}*/
.box-header-nav .main-menu > .menu-item .submenu:not(.megamenu) {
  padding-top: 5px;
  padding-bottom: 5px;
}
.box-header-nav .main-menu > .menu-item .submenu:not(.megamenu) .menu-item {
  padding: 5px 30px;
}
.box-header-nav .main-menu > .menu-item .submenu.megamenu > div {
  padding: 35px 20px;
  margin: 0;
}
.box-header-nav .main-menu > .menu-item .submenu .menu-item::before {
  content: '';
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: -webkit-calc(100% + 10px);
  width: -moz-calc(100% + 10px);
  width: calc(100% + 10px);
  height: 100%;
  z-index: -1;
}
.box-header-nav .main-menu > .menu-item .submenu .menu-item:hover::before {
  display: block;
}
.box-header-nav .main-menu > .menu-item .submenu .menu-item a {
  line-height: 34px;
  display: inline-block;
  position: relative;
  font-weight: 700;
  font-size: 14px;
}
.box-header-nav .main-menu .menu-item .submenu .menu-item a {
  color: rgba(18, 38, 90, 1);
  text-transform: uppercase;
}
.box-header-nav .main-menu .menu-item .submenu .menu-item:hover > a {
  color: rgba(18, 38, 90, 1);
}
.box-header-nav .main-menu .toggle-submenu {
  display: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 19px;
  cursor: pointer;
  color: #12265a;
}
.box-header-nav .main-menu .menu-item:hover > .toggle-submenu {
  color: #c21300;
}
/*horizon menu*/
/*sup menu*/
.box-header-nav .main-menu > .menu-item {
  padding: 0 8px;
  display: inline-block;
}
.box-header-nav .main-menu > .menu-item.parent::before {
  display: none;
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
}
.box-header-nav .main-menu > .menu-item.parent:hover::before {
  display: block;
}
@media (min-width: 1440px) {
  .box-header-nav .main-menu > .menu-item {
    padding: 0 18px;
  }
}
/*sub menu*/
.box-header-nav .main-menu .menu-item .submenu {
  position: absolute;
  min-width: 200px;
  background-color: #ffffff;
  opacity: 0;
  visibility: hidden;
}
.box-header-nav.menu-center .main-menu .menu-item .submenu {
  margin-top: 20px;
}
.box-header-nav.menu-nocenter .main-menu .menu-item .submenu {
  margin-left: 20px;
}
.box-header-nav .main-menu .menu-item:hover > .submenu {
  opacity: 1;
  visibility: visible;
}
.box-header-nav .main-menu > .menu-item > .submenu {
  top: 100%;
  left: -1px;
}
.box-header-nav.menu-center .main-menu > .menu-item:hover > .submenu {
  margin-top: 0;
}
.box-header-nav.menu-nocenter .main-menu > .menu-item:hover > .submenu {
  margin-left: 0;
}
.box-header-nav .main-menu > .menu-item > .submenu .submenu {
  top: -23px;
  left: 100%;
}
.box-header-nav.menu-center .main-menu .submenu .menu-item:hover > .submenu {
  margin-top: 0;
}
.box-header-nav .main-menu .submenu .menu-item:hover > .submenu {
  margin-left: 0;
}
/*.toggle-submenu*/
.box-header-nav .main-menu .toggle-submenu::before {
  display: block;
  content: '\f107';
  font-family: 'FontAwesome', sans-serif;
  height: 52px;
  line-height: 50px;
  width: 25px;
  text-align: center;
  font-size: 18px;
  z-index: 10;
}
.box-header-nav .main-menu .submenu .toggle-submenu {
  display: block;
}
.box-header-nav .main-menu .submenu .toggle-submenu::before {
  height: 30px;
  line-height: 30px;
  width: 30px;
  font-size: 14px;
  content: '\f105';
}
.box-header-nav .main-menu > .menu-item.menu-item-right {
  float: right;
  padding-left: 35px;
}
.box-header-nav .main-menu > .menu-item.menu-item-right > a {
  color: #868686;
}
.box-header-nav .main-menu > .menu-item.menu-item-right:hover > a {
  color: #c21300;
}
.box-header-nav .main-menu .menu-item.menu-item-right > a > span {
  font-size: 24px;
  position: absolute;
  left: -35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
/*menu mobile*/
.block-menu-bar {
  vertical-align: middle;
  display: none;
  font-size: 0;
}
.block-menu-bar .menu-bar {
  display: block;
  height: 41px;
  line-height: 37px;
  width: 30px;
  padding: 13px 7px 13px 0;
  color: #fff;
}
.header.sticky .block-menu-bar .menu-bar, .header.header-dark .block-menu-bar .menu-bar {
  color: #1d2a34;
}
.block-menu-bar .menu-bar span {
  width: 100%;
  display: block;
  border-bottom: 2px solid;
}
.block-menu-bar .menu-bar span:not(:last-child) {
  margin-bottom: 4px;
}
.block-menu-bar .menu-bar:hover span {
  background-color: #c21300;
}
.header {
  position: absolute;
  left: 0;
  top: 48px;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  z-index: 99;
}
.header .header-middle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
  align-items: center;
}
.header .header-logo {
  width: 200px;
}
.header .header-logo .logo {
  display: none;
}
.header .header-logo .logo-white {
  display: block;
}
.header.sticky .header-logo .logo, .header.header-dark .header-logo .logo {
  display: block;
}
.header.sticky .header-logo .logo-white, .header.header-dark .header-logo .logo-white {
  display: none;
}
.header .header-nav {
  text-align: center;
}
.header .header-control {
  text-align: right;
  /*    width: 200px;*/
  width: auto;
}
.header .header-button {
  height: 46px;
  line-height: 44px;
}
.header:not(.header-dark):not(.sticky) .header-button {
  background-color: #fff;
  color: #1d2a34;
}
.header:not(.header-dark):not(.sticky) .header-button:hover {
  background-color: #1d2a34;
  color: #fff;
  border-color: #fff;
}
.header-middle-inner {
  display: table;
  width: 100%;
  position: relative;
}
.header-middle-inner > * {
  display: table-cell;
  vertical-align: middle;
}
.header.header-dark {
  top: 0;
}
.header.sticky .box-header-nav .main-menu > .menu-item > a, .header.header-dark .box-header-nav .main-menu > .menu-item > a {
  color: rgba(38, 43, 52, 0.9);
}
.header.sticky .box-header-nav .main-menu > .menu-item:hover > a, .header.header-dark .box-header-nav .main-menu > .menu-item:hover > a {
  color: #1d2a34;
}
.header.header-dark .block-menu-bar .menu-bar {
  color: #1d2a34;
}
.header.sticky {
  position: fixed;
  z-index: 30;
  top: 0;
  background-color: #f8f8f8;
}
@media (min-width: 1440px) {
  .header .header-middle {
    padding-right: 48px;
    padding-left: 48px;
  }
}
@media (max-width: 1024px) {
  .block-menu-bar {
    display: inline-block;
  }
  .box-header-nav .main-menu {
    display: none;
  }
}
@media (max-width: 991px) {
  .header {
    top: 0;
  }
  .header .header-middle {
    padding-left: 0;
    padding-right: 0;
  }
  .header .header-logo {
    width: 120px;
  }
}
/* ==========================================================================
4.0 FOOTER THEME
========================================================================== */
.main-footer {
  position: relative;
  padding: 16px;
  background-color: #f8f8f8;
}
.content-inner {
  padding: 140px 48px 64px;
}
.top-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.form-block {
  width: 35%;
}
.form-block h3 {
  margin-top: 0;
  margin-bottom: 25px;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
}
.form-block .form-desc {
  color: rgba(255, 255, 255, 0.3);
  max-width: 365px;
  margin-bottom: 25px;
}
.form-block .mc4wp-form-fields {
  position: relative;
}
.form-block input[type="email"] {
  background-color: transparent;
  width: 100%;
  border-color: rgba(255, 255, 255, 0.3);
}
.form-block input[type="submit"] {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 136px;
  border: 1px solid #fff;
  background-color: #fff;
  color: #1d2a34;
  height: 46px;
  line-height: 46px;
}
.form-block input[type="submit"]:hover {
  color: #fff;
  background-color: transparent;
}
.mc4wp-response {
  display: none;
}
.mc4wp-response .mc4wp-alert {
  line-height: 20px;
  padding: 20px;
  margin: 2em 0 0;
  text-align: left;
  background: #fff;
  border-radius: 8px;
}
.mc4wp-response .mc4wp-alert.mc4wp-error {
  color: #f44336;
  background-color: #f8d7da;
}
.mc4wp-response .mc4wp-alert.mc4wp-success {
  color: #4CAF50;
  background-color: #d4edda;
}
.mc4wp-response .mc4wp-alert p:last-child {
  margin-bottom: 0;
}
.main-footer .col-menu {
  margin-bottom: 12px;
  padding-right: 25px;
}
.main-footer .footer-menu-title {
  margin-bottom: 22px;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
}
.main-footer .footer-menu-list {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  color: rgba(255, 255, 255, 0.3);
  font-size: 12px;
  line-height: 26px;
  letter-spacing: -0.02px;
  /* text-transform: uppercase;*/
}
.main-footer .footer-menu-link {
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: rgba(255, 255, 255, 0.3);
  text-decoration: none;
  font-weight: 600;
  font-size: 16px
}
.main-footer .footer-menu-link:hover {
  color: #fff;
}
.footer-socials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  grid-column-gap: 30px;
  grid-row-gap: 10px;
}
.footer-socials .link-icon {
  color: rgba(255, 255, 255, 0.3);
  font-size: 24px;
}
.footer-socials .link-icon:hover {
  color: #fff;
}
.bottom-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: center;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.4);
}
.bottom-footer .list-bottom-footer {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  padding-left: 0;
  grid-column-gap: 31px;
  grid-row-gap: 31px;
}
.bottom-footer .link-bottom-footer {
  display: block;
  padding-top: 0;
  padding-bottom: 0;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: rgba(255, 255, 255, 0.4);
  text-decoration: none;
}
.bottom-footer .link-bottom-footer:hover {
  color: #fff;
}
@media (min-width: 1440px) {
  .content-inner {
    padding-right: 96px;
    padding-left: 96px;
  }
}
@media (max-width: 991px) {
  .main-footer {
    padding: 0;
  }
  .content-inner {
    padding: 92px 20px 60px;
  }
  .main-footer .bg-dark {
    border-radius: 0;
  }
  .top-footer {
    display: block;
    margin-bottom: 46px;
  }
  .link-block {
    display: block;
    text-align: center;
  }
  .footer-socials {
    margin-top: 20px;
    justify-content: center;
  }
  .col-logo {
    margin-bottom: 40px;
  }
  .form-block {
    margin: 0 auto;
    width: 100%;
    max-width: 600px;
  }
  .form-block h3 {
    text-align: center;
  }
  .form-block .form-desc {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .main-footer .col-menu {
    padding-right: 0;
    margin-bottom: 40px;
    text-align: center;
  }
  .checkbox-field {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .bottom-footer {
    display: block;
    text-align: center;
  }
  .bottom-footer .list-bottom-footer {
    justify-content: center;
  }
}
@media (max-width: 480px) {
  .form-block input[type="submit"] {
    position: static;
  }
  .form-block .mc4wp-form-fields {
    text-align: center;
  }
}
/**/
.bg-dark {
  background: #1d2a34 !important;
  color: #fff;
  border-radius: 16px;
}
.bg-orange {
  background-color: #f96227 !important;
  color: #fff;
  border-radius: 16px;
}
.bg-light {
  background-color: #fff !important;
  border-radius: 16px;
}
.bg-orange a.button-arrow {
  color: #fff;
}
.bg-orange a.button-primary {
  background-color: #fff;
  color: #1d2a34;
}
.bg-orange a.button-primary:hover {
  border-color: #fff;
  color: #fff;
  background-color: #1d2a34;
}
.text-desc {
  max-width: 585px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.6);
  font-size: 20px;
  text-align: center;
  padding-top: 35px;
  padding-bottom: 60px;
}
.text-opacity {
  opacity: 0.3;
  color: #fff;
  margin-bottom: 40px;
  font-size: 13px;
  line-height: 28px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}
.text-opacity.text-big {
  font-size: 16px;
}
.text-run h2 {
    font-size: 70px;}
.text-run {
  font-size: 70px;
  line-height: 1.1;
  text-transform: uppercase;
  color: #fff;
  font-family: 'Anton', sans-serif;
  text-align: center;
}
.text-run .line {
  position: relative;
  display: table !important;
  width: auto !important;
  margin-left: auto;
  margin-right: auto;
}
.text-left {
  text-align: left;
}
.text-desc.text-left {
  margin-left: 0;
}
.text-left .line {
  margin-left: 0;
}
.text-run .line-mask {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #1d2a34;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.bg-light .text-desc {
  color: rgba(38, 43, 52, 0.6);
}
.bg-light .text-opacity {
  color: #1d2a34;
}
.bg-light .text-run {
  /*    color: #1d2a34;*/
  color: #70747f;
}
.bg-light .text-run .line-mask {
  background-color: #fff;
}
.bg-orange .text-run .line-mask {
  background-color: #f96227;
}
.bg-orange .link-block-custom {
  background-color: #fff;
}
.bg-dark a.button-arrow {
  color: #fff;
}
.bg-dark a.button-primary {
  background-color: #fff;
  border-color: #fff;
  color: #1d2a34;
}
.bg-dark a.button-primary:hover {
  background-color: #1d2a34;
  color: #fff;
}
.bg-dark .link-block-custom {
  background-color: rgba(255, 255, 255, 0.05);
  color: #fff;
}
.bg-dark .link-block-icon {
  background-color: #fff;
  color: #1d2a34;
}
.bg-light .column-inner {
  background-color: #f8f8f8;
}
.bg-light .block-title {
  /*    color: #1d2a34;*/
  color: #70747f;
}
.bg-light .block-desc {
  color: rgba(38, 43, 52, 0.6);
}
.bg-light .info-box {
  background-color: #f8f8f8;
  color: #1d2a34;
}
.bg-light .info-icon {
  background-color: #1d2a34;
  color: #fff;
}
.bg-light .blog-item {
  background-color: #f8f8f8;
}
.bg-light .blog-item::before {
  background-color: #f8f8f8;
  border: 6px solid #ffbd07;
}
.bg-light .blog-top-content {
  color: rgba(38, 43, 52, 0.3);
  margin-bottom: 0;
  justify-content: center
}
.bg-light .blog-title {
  color: #1d2a34;
}
.bg-light .blog-readmore {
  color: rgba(38, 43, 52, 0.3);
}
.bg-light .blog-item:hover .blog-readmore {
  color: #1d2a34;
}
@media (min-width: 1440px) {
  .text-run.text-big {
    font-size: 110px;
  }
}
@media (max-width: 991px) {
  .bg-orange, .bg-dark, .bg-orange, .bg-light {
    border-radius: 12px;
  }
  .text-desc {
    font-size: 16px;
  }
  .text-opacity {
    font-size: 13px;
    margin-bottom: 25px;
  }
  .text-run {
    font-size: 42px;
  }
  .mobile-center {
    text-align: center;
  }
  .text-desc.mobile-center {
    margin-left: auto;
  }
  .mobile-center .line {
    margin-left: auto;
  }
}
/**/
.banner-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  min-height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: solid;
  border-width: 16px;
  border-color: #f8f8f8;
  border-radius: 20px 20px 0 0;
  background-color: #f8f8f8;
}
.banner-section .main-banner {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 16px;
  /* background-image: url("../images/main-banner.jpg");*/
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
.banner-section.inner-banner-sectiion .main-banner {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 16px;
  background-image: url("../images/inner-banner.jpg");
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
/*.banner-section.inner-banner-sectiion .main-banner::before {
    pointer-events: none;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
}*/
.banner-section .main-banner::before {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* background: rgba(0, 0, 0, 0.5);*/
}
.banner-section .banner-wrapper {
  position: relative;
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.banner-section .text-slide {
  padding: 140px 20px 100px;
  position: absolute;
}
.banner-section .heading-wrap {
  color: #fff;
  font-size: 76px;
  line-height: 1;
  text-transform: uppercase;
  max-width: 670px;
  margin: 0 auto;
}
.banner-section .sub-heading {
  margin: 30px auto 45px;
  max-width: 510px;
  color: #fff;
  font-size: 20px;
}
.banner-section a.button-arrow {
  color: #fff;
}
.banner-section a.button-primary {
  background-color: #fff;
  color: #1d2a34;
}
.banner-section a.button-primary:hover {
  background-color: #1d2a34;
  color: #fff;
  border-color: #fff;
}
.search-category {
  position: relative;
  width: 100%;
  max-width: 566px;
}
.search-category .search-input {
  padding-right: 60px;
  background-color: #fff;
  width: 100%;
}
.search-category .search-button {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 56px;
  background-color: transparent;
  padding: 0;
  color: #1d2a34;
  font-size: 26px;
  letter-spacing: 0;
}
@media (min-width: 1440px) {
  .banner-section .heading-wrap {
    font-size: 110px;
    max-width: 960px;
  }
  .banner-section a.button-primary {
    height: 66px;
    line-height: 64px;
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .banner-section {
    position: static;
    z-index: 4;
    height: auto;
    min-height: 0;
    padding: 0;
    border-width: 0;
    background-color: #fff;
  }
  .banner-section .main-banner {
    position: relative;
    z-index: 10;
    border-radius: 0 0 12px 12px;
  }
  .banner-section .banner-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
}
@media (max-width: 767px) {
  .banner-section .sub-heading {
    font-size: 16px;
  }
  .banner-section .heading-wrap {
    font-size: 36px;
    max-width: 330px;
  }
}
.box-section {
  display: block;
  margin-top: -16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px;
}
.box-section .three-box-content {
  padding: 48px 20px;
  border-radius: 16px;
  background-color: #fff;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.box-section .box-wrapper {
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 1650px;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
.box-section .box {
  display: flex;
  justify-content: center;
  align-content: center;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}
.box-section .box:nth-child(2) {
  border-right: 1px solid rgba(38, 43, 52, 0.15);
  border-left: 1px solid rgba(38, 43, 52, 0.15);
}
.box-section .icon-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #eee;
  position: relative;
}
.icon-inner.dark {
  background-color: #1d2a34;
}
.box-section .icon-inner img {
  height: 32px;
}
.icon-inner.dark img {
  filter: brightness(0) invert(1);
}
.box-section .box-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.box-section .box-title {
  margin-bottom: 2px;
  font-size: 20px;
  text-transform: capitalize;
  font-family: 'Lato', sans-serif;
  color: #70747f;
}
.box-section .box-link {
  font-size: 13px;
  text-transform: uppercase;
  text-decoration: underline;
  color: rgba(38, 43, 52, 0.3);
  font-weight: 700;
}
.box-section .box-link:hover {
  color: #1d2a34;
}
@media (max-width: 991px) {
  .box-section {
    position: static;
    margin-top: -12px;
    padding: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .box-section .three-box-content {
    position: relative;
    z-index: 9;
    padding-top: 52px;
    padding-bottom: 40px;
    border-radius: 0 0 12px 12px;
  }
  .box-section .box-wrapper {
    display: block;
  }
  .box-section .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 32px 0;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .box-section .box:nth-child(2) {
    border-left: none;
    border-right: none;
    border-top: 1px solid rgba(38, 43, 52, 0.15);
    border-bottom: 1px solid rgba(38, 43, 52, 0.15);
  }
}
/**/
.problem-section {
  margin-top: -16px;
  padding: 16px;
}
.problem-section .problem-container {
  padding-top: 140px;
  padding-bottom: 140px;
}
@media (max-width: 991px) {
  .problem-section {
    position: relative;
    z-index: 8;
    margin-top: -12px;
    padding: 0;
  }
  .problem-section .problem-container {
    padding-top: 92px;
    padding-bottom: 80px;
    border-radius: 0 0 12px 12px;
  }
}
/**/
.panel-section {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  margin-top: -16px;
}
.panel-section .panel-wrap {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  overflow: visible;
  width: 100%;
  height: 100%;
  padding: 16px;
  background-color: #f8f8f8;
}
.panel-section .panel-section-content {
  display: block;
  width: 100%;
  height: 100%;
  padding: 80px 48px;
  overflow: hidden;
}
.panel-section .panel-category {
  color: #111;
  font-size: 14px;
  line-height: 28px;
  font-weight: 700;
  text-transform: uppercase;
  background: #ffbd07;
  width: max-content;
  padding: 0 20px;
  border-radius: 10px;
}
.panel-section .panel-section-content.bg-light .panel-category {
  color: #111;
  background: #ffbd07;
  width: max-content;
  padding: 0 20px;
  border-radius: 10px;
}
.panel-section .panel-title {
  margin-bottom: 33px;
  color: #fff;
  font-size: 80px;
  text-transform: uppercase;
  max-width: 560px;
}
.panel-section .panel-section-content.bg-light .panel-title {
  /*    color: #1d2a34;*/
  color: #70747f;
}
.panel-section .panel-desc {
  margin-bottom: 46px;
  color: #fff;
  font-weight: 400;
  max-width: 600px;
  font-size: 20px;
  line-height: 30px;
}
.panel-section .panel-section-content.bg-light .panel-desc {
  color: rgba(38, 43, 52, 0.5);
}
@media (min-width: 1440px) {
  .panel-section .panel-section-content {
    padding-left: 96px;
    padding-right: 96px;
  }
}
@media (max-width: 991px) {
  .panel-section {
    height: auto;
    margin-top: 8px;
  }
  .panel-section .panel-wrap {
    position: relative;
    z-index: 9;
    border-radius: 12px;
    padding: 0;
  }
  .panel-section .panel-wrap + .panel-wrap {
    position: static;
    border-radius: 0 0 12px 12px;
    margin-top: -18px;
  }
  .panel-section .panel-section-content {
    position: relative;
    z-index: 7;
    padding: 80px 20px;
    border-radius: 12px;
  }
  .panel-section .panel-wrap + .panel-wrap .panel-section-content {
    border-radius: 0 0 12px 12px;
  }
  .panel-section .panel-section-content.bg-orange {
    z-index: 6;
  }
  .panel-section .panel-category {
    font-size: 13px;
  }
  .panel-section .panel-title {
    font-size: 42px;
  }
  .panel-section .panel-desc {
    margin-bottom: 30px;
  }
}
/**/
.tabs-section {
  position: relative;
  overflow: hidden;
}
.tabs-menu {
  white-space: nowrap;
  max-width: calc(100% - 48px);
  display: block;
  margin: 47px auto 100px;
  padding-top: 0;
  padding-right: 24px;
  padding-left: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
}
.tabs-menu.tabs-sticky {
  z-index: 2;
  overflow: hidden;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  padding-right: 0;
  padding-bottom: 100px;
  padding-left: 0;
  opacity: 1;
}
.tabs-menu .tabs-transform {
  display: inline-block;
  overflow: hidden;
  border-radius: 30px;
  background-color: #fff;
  position: relative;
  border: none;
  font-size: 0;
}
.tabs-menu .tabs-width {
  display: block;
  width: 64px;
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}
.tabs-transform .tabs-width::before {
  content: '';
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 1px solid #dfdfe1;
  border-radius: 40px;
  pointer-events: none;
}
.tabs-menu .tabs-border {
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 40px;
  border-left: 212px solid #fff;
  border-right: 212px solid #fff;
  pointer-events: none;
}
.tabs-menu .tab-link {
  position: static;
  display: inline-block;
  min-height: 64px;
  min-width: 138px;
  padding: 0;
  background-color: #fff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: rgba(38, 43, 52, 0.2);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 42px;
  text-align: center;
  text-transform: uppercase;
}
.tabs-menu .tab-link span {
  display: block;
}
.tabs-menu .tab-link:nth-child(2) {
  border-left: 1px solid #dfdfe1;
  border-right: 1px solid #dfdfe1;
}
.tabs-menu .tab-link span:last-child {
  padding: 10px;
  position: relative;
  z-index: 1;
}
.tabs-menu .tab-link.first {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}
.tabs-menu .tab-link.last {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
.tabs-menu .tab-link:hover, .tabs-menu .tab-link.s-current {
  color: #1d2a34;
}
.vtabs-menu {
  display: flex;
  flex-direction: column;
  padding-top: 15px;
  padding-bottom: 20px;
}
.vtabs-menu .tab-link {
  color: rgba(38, 43, 52, 0.5);
  margin-bottom: 15px;
  font-size: 18px;
}
.vtabs-menu .tab-link:last-child {
  margin-bottom: 0;
}
.vtabs-menu .tab-link:hover, .vtabs-menu .tab-link.s-current {
  color: #1d2a34;
}
.s-tab-content {
  position: relative;
}
.s-tab-content .s-tab-pane {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  height: 1px;
  overflow: hidden;
  display: block;
}
.s-tab-content .s-tab-pane.s-tab-active {
  opacity: 1;
  visibility: visible;
  position: static;
  height: auto;
  overflow: inherit;
}
.s-tab-content .tabs-container {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  border-top: 16px solid #f8f8f8;
  border-bottom: 16px solid #f8f8f8;
  background-color: #f8f8f8;
}
.s-tab-content .tabs-container.first {
  border-top: none;
}
.s-tab-content .tabs-content {
  display: block;
  width: 100%;
  padding: 32px;
  border-radius: 16px;
  background-color: #fff;
}
.s-tab-content .tabs-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /* height: 100%;*/
  padding: 48px 40px 64px 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.s-tab-content .tabs-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100%;
  margin-top: auto;
  padding-right: 0;
  padding-left: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  text-align: center;
}
.s-tab-content .tabs-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.s-tab-content .tabs-top {
  margin-bottom: 30px;
}
.s-tab-content .tabs-number {
  display: inline-block;
  width: 64px;
  height: 64px;
  margin-right: 20px;
  border-radius: 50%;
  /*background-color: rgba(38, 43, 52, 0.05);*/
  background-color: #ffbd07;
  font-size: 14px;
  line-height: 64px;
  text-align: center;
  font-weight: 900;
  color: #fff;
}
.s-tab-content .tabs-category {
  display: inline-block;
  font-size: 14px;
  line-height: 28px;
  font-weight: 900;
  text-transform: uppercase;
  color: #1d2a34;
}
.s-tab-content .tabs-title {
  margin-bottom: 28px;
  font-size: 56px;
  text-transform: uppercase;
}
.s-tab-content .tabs-desc {
  max-width: 560px;
  margin-bottom: 44px;
  color: rgba(38, 43, 52, 0.6);
  font-size: 20px;
  line-height: 30px;
}
.participate-section {
  padding-left: 16px;
  padding-right: 16px;
}
.participate-container {
  background-color: #fff;
  border-radius: 16px;
}
.participate-wrap {
  border-top: 16px none #f8f8f8;
  background-color: #f8f8f8;
}
.participate-heading {
  border-top: 16px none #f8f8f8;
}
.participate-padding {
  padding: 140px 20px 0;
}
@media (min-width: 1440px) {
  .s-tab-content .tabs-info {
    padding-left: 62px;
  }
  .s-tab-content a.button-primary {
    height: 66px;
    line-height: 64px;
  }
}
@media (max-width: 991px) {
  .participate-section {
    padding-left: 0;
    padding-right: 0;
    margin-top: 8px;
  }
  .participate-padding {
    padding-top: 100px;
  }
  .tabs-menu {
    margin-bottom: 60px;
  }
  .tabs-menu.tabs-sticky {
    padding-bottom: 50px;
  }
  .s-tab-content .tabs-container {
    border-top-width: 8px;
    border-bottom: none;
    height: auto;
  }
  .s-tab-content .tabs-content {
    padding: 0;
    border-radius: 8px;
  }
  .s-tab-content .tabs-container:first-child .tabs-content {
    border-radius: 0 0 8px 8px;
  }
  .s-tab-content .tabs-info {
    display: block;
    height: auto;
    padding: 40px 20px 48px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .s-tab-content .tabs-number {
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 13px;
  }
  .s-tab-content .tabs-category {
    font-size: 13px;
  }
  .s-tab-content .tabs-title {
    margin-bottom: 20px;
    font-size: 36px;
  }
  .s-tab-content .tabs-desc {
    margin-bottom: 33px;
  }
  .s-tab-content .tabs-image {
    height: auto;
    border-radius: 0 0 6px 6px;
  }
}
@media (max-width: 767px) {
  .tabs-menu .tab-link {
    width: 88px;
    min-height: 48px;
    min-width: 0;
    font-size: 11px;
    letter-spacing: 0;
    line-height: 26px;
  }
  .tabs-transform .tabs-width {
    width: 50px;
  }
  .tabs-transform .tabs-border {
    border-left-width: 136px;
    border-right-width: 136px;
  }
}
/**/
.zoom-section {
  position: relative;
  z-index: 2;
  padding: 16px 16px 0;
  background-color: #f8f8f8;
}
.zoom-container {
  padding-top: 140px;
  padding-bottom: 50px;
}
.zoom-wrap {
  position: relative;
  overflow: hidden;
}
.zoom-wrap .zoom-triangle {
  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  z-index: 1;
  width: 165px;
  height: 190px;
  min-width: 165px;
  min-height: 190px;
  background-color: transparent;
  background-image: url(../images/parallax.jpg);
  background-position: 50% 50%;
  background-size: calc(100vh + 100vw);
  background-repeat: no-repeat;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.zoom-top {
  position: relative;
  overflow: hidden;
  height: 100vh;
}
.zoom-top::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 16px;
  height: 16px;
  background: #f8f8f8;
  z-index: 2;
  clip-path: polygon(11% 36%, 20% 54%, 31% 69%, 46% 81%, 62% 89%, 80% 95%, 100% 100%, 0 100%, 0 0, 6% 22%);
}
.zoom-top::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 16px;
  height: 16px;
  background: #f8f8f8;
  z-index: 2;
  clip-path: polygon(81% 57%, 90% 39%, 95% 23%, 100% 0, 100% 100%, 0 100%, 22% 95%, 39% 89%, 57% 81%, 71% 71%);
}
.zoom-bottom {
  position: relative;
  height: 200vh;
}
@media (max-width: 991px) {
  .zoom-container {
    padding-top: 80px;
  }
  .zoom-section {
    position: static;
    padding: 0;
  }
  .zoom-content {
    border-radius: 0 0 12px 12px;
  }
  .zoom-top::before, .zoom-top::after {
    background: #1d2a34;
    width: 12px;
    height: 12px;
  }
}
/**/
button.slick-arrow {
  position: absolute;
  top: -176px;
  border-radius: 50%;
  padding: 0;
  height: 64px;
  line-height: 64px;
  width: 64px;
  text-align: center;
  font-size: 0;
  background-color: #1d2a34;
  border: 1px solid #1d2a34;
  color: #fff;
  z-index: 2;
  letter-spacing: 0;
}
button.slick-arrow:hover {
  background-color: #fff;
  color: #1d2a34;
}
button.slick-arrow.slick-prev {
  right: 128px;
}
button.slick-arrow.slick-next {
  right: 44px;
}
button.slick-arrow::before {
  content: "\f053";
  font-family: 'Font Awesome 6 Free', sans-serif;
  font-weight: 900;
  font-size: 16px;
  letter-spacing: 0;
}
button.slick-arrow.slick-next::before {
  content: "\f054";
}
.slick-dots {
  margin-top: 96px;
  padding-left: 16px;
  padding-right: 283px;
  list-style: none;
  display: flex;
  width: 100%;
}
.slick-dots li {
  width: 100%;
  display: block;
  height: 1px;
  background: #1d2a34;
  opacity: 0.15;
}
.slick-dots li.slick-active {
  opacity: 1;
}
.slick-dots button {
  display: none;
}
@media (max-width: 991px) {
  button.slick-arrow {
    margin-top: 24px;
    height: 48px;
    line-height: 48px;
    width: 48px;
    top: auto;
    right: auto;
    bottom: 0;
  }
  button.slick-arrow.slick-prev {
    left: 6px;
  }
  button.slick-arrow.slick-next {
    left: 72px;
  }
  button.slick-arrow::after {
    width: 7px;
    height: 7px;
    top: 49%;
  }
  button.slick-arrow.slick-prev::after {
    left: 17px;
  }
  button.slick-arrow.slick-next::after {
    right: 13px;
  }
  .slick-dots {
    margin: 56px 0 0;
    padding-right: 24px;
    padding-left: 140px;
  }
}
@media (max-width: 480px) {
  .slide-inner {
    width: 280px;
  }
}
/**/
.link-wrap {
  max-width: 1788px;
  padding-left: 44px;
  padding-right: 44px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
}
.link-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 56px;
  padding-bottom: 56px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  border-width: 1px 0;
  border-color: rgba(38, 43, 52, 0.15) #000 rgba(38, 43, 52, 0.15);
  border-top-style: none;
  border-bottom-style: solid;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #1d2a34;
  text-decoration: none;
}
.link-item:hover {
  color: #f96227;
}
.link-page {
  font-family: 'Anton', sans-serif;
  font-size: 56px;
  line-height: 1;
  text-transform: uppercase;
}
.link-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 64px;
  height: 64px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #1d2a34;
  color: #fff;
  font-size: 18px;
}
.link-item:hover .link-arrow {
  background-color: #f96227;
}
@media (max-width: 991px) {
  .link-wrap {
    padding-right: 20px;
    padding-left: 20px;
    margin-top: 40px;
  }
  .link-item {
    padding-top: 28px;
    padding-bottom: 28px;
  }
  .link-page {
    font-size: 28px;
  }
  .link-arrow {
    width: 48px;
    height: 48px;
    min-width: 48px;
  }
}
/**/
.marquee-section {
  overflow: hidden;
  margin-top: -16px;
  border: 16px solid #f8f8f8;
}
.logo-inner {
  overflow: hidden;
  margin: 16px;
}
.logo-inner {
  background-color: #fff;
  border-radius: 16px;
  padding: 20px;
}
.marquee-content {
  padding-top: 140px;
  padding-bottom: 140px;
  border-radius: 16px;
}
.marquee-wrap {
  -webkit-font-smoothing: antialiased;
  width: fit-content;
  display: flex;
  flex: auto;
  flex-direction: row;
}
.marquee-wrap.marquee-text {
  font-size: 350px;
  line-height: 1;
  font-family: 'Anton', sans-serif;
  text-transform: uppercase;
  -webkit-text-stroke: 3px #fff;
  color: transparent;
}
.marquee-toright, .marquee-toleft {
  flex-shrink: 0;
  display: block;
}
.marquee-wrap.marquee-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 12px;
  padding-bottom: 12px;
}
.marquee-wrap.marquee-image img {
  vertical-align: top;
  line-height: 1;
}
.marquee-wrap .marquee-inner {
  display: inline-block;
  margin-right: 20px;
  vertical-align: top;
}
.marquee-wrap .marquee-inner:last-child {
  margin-right: 0;
}
@media (max-width: 991px) {
  .marquee-section {
    position: relative;
    z-index: 5;
    margin-top: -12px;
    border: none;
  }
  .marquee-content {
    position: relative;
    z-index: 3;
    padding-top: 80px;
    padding-bottom: 80px;
    border-radius: 0 0 12px 12px;
  }
  .marquee-wrap.marquee-text {
    font-size: 200px;
    -webkit-text-stroke: 2px #fff;
  }
}
/**/
.platform-section {
  padding: 0 16px 16px 16px;
}
.platform-wrapper {
  padding: 140px 20px;
  background-color: #fff;
}
.platform-container {
  max-width: 1510px;
  margin-left: auto;
  margin-right: auto;
}
.platform-columns {
  margin-right: -8px;
  margin-left: -8px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.platform-column {
  padding-right: 8px;
  padding-left: 8px;
  padding-top: 16px;
}
.platform-box {
  padding: 60px 20px 53px;
  border-radius: 6px;
  background-color: #f8f8f8;
  text-align: center;
  text-transform: uppercase;
}
.platform-title {
  color: #1d2a34;
  font-size: 48px;
  margin-bottom: 5px;
}
.platform-content {
  margin-bottom: 0;
  color: rgba(38, 43, 52, 0.6);
  font-size: 13px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 700;
}
@media (max-width: 991px) {
  .platform-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .platform-section {
    padding: 0;
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
    margin-top: 8px;
    margin-bottom: 8px;
  }
}
/**/
.block-setion {
  margin-top: -16px;
  padding: 16px;
}
.block-wrapper {
  padding: 140px 20px 124px;
}
.block-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1700px;
}
.block-columns {
  margin-right: -8px;
  margin-left: -8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.block-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 8px;
  padding-left: 8px;
  padding-bottom: 16px;
}
.column-inner {
  padding: 32px 32px 33px;
  border-radius: 6px;
  background-color: #31363e;
}
.icon-inner.title-icon {
  margin-bottom: 56px;
  background-color: #ffbd07;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  font-size: 32px;
  position: relative;
}
.block-title {
  margin-top: 0;
  margin-bottom: 26px;
  color: #fff;
  font-size: 38px;
  text-transform: uppercase;
}
.block-desc {
  margin-bottom: 0;
  color: hsla(0, 0%, 100%, 0.6);
}
.block-setion a.button-arrow {
  margin-top: 40px;
}
@media (min-width: 1440px) {
  .column-inner {
    padding: 64px 64px 54px;
  }
}
@media (max-width: 991px) {
  .block-wrapper {
    padding-top: 80px;
    padding-bottom: 68px;
  }
  .block-setion {
    margin-top: 0;
    padding: 0;
  }
  .block-wrapper {
    border-radius: 12px;
    margin-bottom: 8px;
  }
  .block-title {
    font-size: 28px;
  }
}
/**/
.overview-section {
  padding: 16px 16px 0 16px;
  background-color: #f8f8f8;
}
.block-setion + .overview-section {
  margin-top: -16px;
}
.overview-wrap {
  padding-top: 140px;
}
.overview-container {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  height: 100vh;
  border-style: solid;
  border-width: 16px 0;
  border-color: #f8f8f8;
  background-color: #f8f8f8;
}
.overview-container.overview-pin.first {
  border-top-width: 0;
}
.overview-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 32px;
  border: 0 none transparent;
  border-radius: 16px;
  background-color: #fff;
}
.col-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 24px;
  padding-left: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.col-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 24px;
  padding-left: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 6px;
  background-color: #1d2a34;
  opacity: 1;
  cursor: auto;
}
.col-list.about {
  background-color: transparent;
  padding: 0;
  overflow: hidden;
}
.list-check {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  align-items: center;
}
.list-check:last-child {
  margin-bottom: 0;
}
.list-icon {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  max-height: 40px;
  max-width: 40px;
  min-height: 40px;
  min-width: 40px;
  border-radius: 40px;
  background-color: #fff;
  line-height: 40px;
  text-align: center;
}
.list-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  font-size: 18px;
  line-height: 24px;
}
.list-p {
  margin-bottom: 0;
  font-size: 18px;
}
.col-list .list-p {
  color: #fff;
}
.overview-section .icon-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 72px;
  height: 72px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #ffbd07;
  font-size: 32px;
  color: #fff;
}
.overview-title {
  margin-top: 17px;
  margin-bottom: 6px;
  font-size: 40px;
  text-transform: uppercase;
  color: #70747f;
}
.overview-p {
  max-width: 472px;
  color: rgba(38, 43, 52, 0.6);
}
.overview-section .button-arrow {
  margin-top: 30px;
}
@media (min-width: 1440px) {
  .col-info {
    padding-left: 8vw;
  }
  .col-list {
    padding-left: 8vw;
  }
  .col-info.info-right {
    padding-right: 8vw;
    padding-left: 20px;
  }
  .overview-box.box-right {
    margin-left: auto;
  }
}
@media (max-width: 991px) {
  .overview-wrap {
    padding-top: 80px;
  }
  .overview-section {
    padding: 0;
  }
  .block-setion + .overview-section {
    margin-top: 0;
  }
  .overview-block {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 0 0 12px 12px;
    background-color: #fff;
  }
  .col-info {
    height: auto;
    padding: 80px 20px;
  }
  .col-list {
    height: auto;
    padding: 80px 20px;
  }
  .overview-section .icon-inner {
    width: 64px;
    height: 64px;
  }
  .overview-title {
    margin-top: 17px;
    margin-bottom: 6px;
    font-size: 32px;
  }
  .overview-p {
    font-size: 16px;
    line-height: 24px;
  }
  .overview-block.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .overview-container {
    border: none;
    height: auto;
    border-bottom: 8px solid #f8f8f8;
  }
  .overview-section .button-arrow {
    margin-top: 10px;
  }
}
/**/
.video-section {
  margin-top: -16px;
  padding: 16px;
  position: relative;
  z-index: 6;
}
.video-section img {
  border-radius: 8px;
}
.video-inner {
  padding: 140px 32px 32px;
}
.video {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  border-radius: 16px;
  /*    background-image: url("../images/video.jpg");*/
  background-position: 50% 50%;
  background-size: cover;
}
.video::before {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(38, 43, 52, 0) 0%, rgba(38, 43, 52, 0.75) 82.42%);
}
.video-control {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  padding: 64px;
  width: 70%;
}
.video-title {
  margin-top: 0;
  margin-bottom: 25px;
  color: #fff;
  font-size: 56px;
  text-transform: uppercase;
}
.video-desc {
  margin-bottom: 36px;
  color: #fff;
}
.slide-video {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background-color: #f96227;
  font-size: 20px;
}
.slide-video:hover {
  color: #fff;
}
@media (max-width: 991px) {
  .video-section {
    margin-top: 0;
    padding: 0;
    border-radius: 12px;
    margin-bottom: 8px;
  }
  .video-section.style-01 {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .video-section.style-02 {
    margin-top: 8px;
    margin-bottom: 20px;
  }
  .video-inner {
    padding-top: 80px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .video-desc, .video-title {
    display: none;
  }
  .video-control {
    position: static;
    padding: 0;
  }
  .video-section .slide-video {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
/**/
.info-section {
  margin-top: -16px;
  padding: 16px;
}
.info-section .info-wrapper {
  padding: 140px 24px 124px;
}
.info-section .info-container {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
.info-section .info-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}
.info-section .info-column {
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 16px;
}
.info-box {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  background-color: hsla(0, 0%, 100%, 0.05);
  color: #fff;
  font-size: 40px;
  text-transform: uppercase;
  font-family: 'Anton', sans-serif;
}
.info-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 64px;
  height: 64px;
  min-height: 64px;
  min-width: 64px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
  color: #1d2a34;
  font-size: 18px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.info-box:hover {
  color: #f96227;
}
.info-box:hover .info-icon {
  background-color: #f96227;
  color: #fff;
}
@media (min-width: 1440px) {
  .info-section .info-box {
    padding: 63px 80px;
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .info-section .info-wrapper {
    padding: 92px 20px 64px;
  }
  .info-section {
    position: relative;
    z-index: 5;
    margin-top: 0;
    margin-bottom: -12px;
    padding: 0;
  }
  .info-wrapper {
    padding-top: 63px;
    padding-bottom: 56px;
  }
  .info-section .info-columns {
    display: block;
  }
  .info-section .info-box {
    padding: 30px 20px;
    border-radius: 6px;
    font-size: 22px;
  }
  .info-section .info-icon {
    width: 48px;
    height: 48px;
    min-height: 48px;
    min-width: 48px;
  }
}
/**/
.faqs-section {
  display: block;
  margin-top: -16px;
  background-color: #f8f8f8;
  padding: 16px;
}
.faqs-wrapper {
  padding: 140px 20px;
}
.faqs-container {
  max-width: 1510px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}
.dropdown-accordion .dropdown {
  padding-bottom: 16px;
}
.dropdown-accordion .dropdown:last-child {
  padding-bottom: 0;
}
.dropdown-accordion .dropdown-toggle {
  padding: 50px 120px 50px 40px;
  border-radius: 16px;
  background-color: #f8f8f8;
  position: relative;
  cursor: pointer;
}
.dropdown-accordion .dropdown-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 64px;
  height: 64px;
  margin-top: auto;
  margin-right: 40px;
  margin-bottom: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 64px;
  background-color: #1d2a34;
  color: #fff;
  font-size: 20px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
.dropdown-accordion .dropdown-icon::before {
  font-family: 'FontAwesome', sans-serif;
  content: '\f107';
}
.dropdown-accordion .dropdown.active .dropdown-icon::before {
  content: '\f106';
}
.dropdown-accordion .dropdown-title {
  font-family: 'Anton', sans-serif;
  color: #1d2a34;
  font-size: 34px;
  line-height: 1.2;
  text-transform: uppercase;
}
.dropdown-accordion .dropdown-list {
  display: none;
  margin-top: -30px;
  padding: 0 40px 68px;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  background-color: #f8f8f8;
  position: relative;
}
@media (min-width: 1440px) {
  .dropdown-accordion .dropdown-toggle {
    padding: 74px 170px 74px 88px;
  }
  .dropdown-accordion .dropdown-icon {
    margin-right: 88px;
  }
  .dropdown-accordion .dropdown-list {
    padding-right: 88px;
    padding-left: 88px;
  }
}
@media (max-width: 991px) {
  .faqs-section {
    position: relative;
    z-index: 3;
    margin-top: -12px;
    margin-bottom: -12px;
    padding: 0;
    background-color: transparent;
  }
  .faqs-wrapper {
    border-radius: 0 0 12px 12px;
    padding-top: 92px;
    padding-bottom: 80px;
  }
  .faqs-section.style-01 .faqs-wrapper {
    border-radius: 12px;
  }
  .faqs-col-content {
    padding-top: 30px;
  }
  .dropdown-accordion .dropdown {
    padding-top: 8px;
  }
  .dropdown-accordion .dropdown-toggle {
    padding: 34px 80px 35px 20px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }
  .dropdown-accordion .dropdown-icon {
    width: 48px;
    height: 48px;
    margin-right: 20px;
  }
  .dropdown-accordion .dropdown-list {
    margin-top: -8px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
  }
  .dropdown-accordion .dropdown-title {
    font-size: 22px;
  }
}
/**/
.cta-section label.error {
  color: #fff;
}
.cta-section {
  margin-top: -16px;
  padding: 16px 16px 0 16px;
  text-align: center;
}
.cta-section .cta-wrapper {
  padding: 140px 20px;
}
.cta-section .cta-block {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.cta-section .text-opacity {
  font-size: 14px;
}
.cta-section .button-arrow {
  margin-top: 45px;
}
.cta-section .mc4wp-form-fields {
  position: relative;
  text-align: left;
  margin-top: 50px;
}
.cta-section input[type="email"] {
  width: calc(100% - 185px);
  color: inherit;
  border-color: rgba(255, 255, 255, 0.3);
}
.cta-section input[type="submit"] {
  min-width: 170px;
  background-color: #fff;
  color: #1d2a34;
  border-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
}
.cta-section input[type="submit"]:hover {
  color: #fff;
  background-color: #1d2a34;
}
@media (max-width: 991px) {
  .cta-section {
    position: relative;
    z-index: 2;
    margin-top: 0;
    margin-bottom: -12px;
    padding: 0;
  }
  .cta-section .cta-wrapper {
    padding-top: 92px;
    padding-bottom: 80px;
  }
  .cta-wrapper {
    border-radius: 0 0 12px 12px;
  }
  .cta-section .mc4wp-form-fields {
    text-align: center;
  }
  .cta-section input[type="email"] {
    width: 100%;
    margin-bottom: 10px;
  }
  .cta-section input[type="submit"] {
    position: static;
  }
}
/**/
.world-section .row {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
.world-section {
  padding: 0 16px 0 16px;
}
.world-inner {
  padding: 140px 0 140px 95px;
  overflow: hidden;
}
.world-item .world-box {
  position: relative;
  text-align: center;
  border-radius: 8px;
  overflow: hidden;
}
.world-item .world-box .box-image {
  position: relative;
  padding-bottom: 150%;
}
.world-item .world-box .box-image img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
.world-item .world-box .box-image::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.world-item .world-box:hover .box-image::before {
  background-color: #1d2a34;
}
.world-item .world-box .world-content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
  padding-left: 17px;
  padding-right: 17px;
}
.world-item .world-box .world-title {
  color: #fff;
  font-size: 24px;
}
.world-item .world-box .world-desc {
  color: #fff;
  margin-top: 16px;
  max-height: 0;
  opacity: 0;
  visibility: visible;
  transition: all .5s;
}
.world-item .world-box:hover .world-content .world-desc {
  opacity: 1;
  max-height: 200px;
  visibility: visible;
}
.world-item .world-box .world-detail-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
}
@media (max-width: 1440px) {
  .world-inner {
    padding-left: 45px;
  }
}
@media (max-width: 991px) {
  .world-section .row {
    display: block;
  }
  .world-section .col-md-4 {
    text-align: center;
    margin-bottom: 40px;
  }
  .world-inner {
    padding: 80px 20px;
  }
  .world-section {
    padding: 0;
    margin-bottom: 8px;
  }
  .world-section .text-desc {
    padding-bottom: 25px;
  }
}
.blog-section {
  padding: 0 16px 0 16px;
  position: relative;
  z-index: 4;
}
.blog-inner {
  padding: 140px 40px;
}
.blog-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 90px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}
.blog-heading .text-run {
  margin-bottom: 0;
}
.blog-section .bg-dark a.button-primary {
  background-color: #fff;
  color: #1d2a34;
}
.blog-section .bg-dark a.button-primary:hover {
  border-color: #fff;
  background-color: #1d2a34;
  color: #fff;
}
.blog-list {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
.blog-item {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  display: flex;
}
.blog-item::before {
  content: '';
  width: 18px;
  height: 18px;
  position: absolute;
  top: 20px;
  left: 20px;
  border-radius: 50%;
  background-color: #1d2a34;
  border: 6px solid #fff;
}
.blog-content {
  padding-top: 10px;
  margin-top: auto;
  width: 100%;
  ;
  text-align: center
}
.blog-top-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 11px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: rgba(255, 255, 255, 0.3);
  font-size: 13px;
  line-height: 28px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}
.blog-title {
  margin-top: 0;
  margin-bottom: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  /* max-width: 300px;*/
}
.blog-title a {
  color: inherit;
  font-size: 20px;
}
.blog-item {
  overflow: hidden;
  background-color: hsla(0, 0%, 100%, 0.05);
  padding: 20px 20px 25px;
  flex-direction: column;
}
.blog-item .blog-image {
  width: calc(100% - 30px);
  margin-left: auto;
}
.blog-item .blog-image figure {
  padding-bottom: 56.25%;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.blog-item .blog-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.filter-section {
  padding: 0 16px 16px 16px;
}
.filter-inner {
  padding: 140px 40px;
}
.pagination {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 40px;
}
.pagination .nav-links {
  display: inline-block;
}
.pagination .page-numbers {
  color: #868686;
  display: inline-block;
  min-width: 46px;
  padding: 0 3px;
  vertical-align: top;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  line-height: 46px;
  height: 46px;
  background-color: #ebebeb;
  margin: 0 10px 10px 0;
  border-radius: 50%;
}
.pagination .page-numbers.current, .pagination .page-numbers:hover {
  color: #fff;
  border-color: #1d2a34;
  background-color: #1d2a34;
}
.related-section {
  padding: 0 16px 16px 16px;
}
.related-inner {
  padding: 140px 40px;
}
@media (min-width: 1440px) {
  .blog-inner {
    padding-right: 94px;
    padding-left: 94px;
  }
  .filter-inner {
    padding-right: 94px;
    padding-left: 94px;
  }
  .related-inner {
    padding-right: 94px;
    padding-left: 94px;
  }
}
@media (max-width: 991px) {
  .blog-title {
    font-size: 22px;
  }
  .blog-heading {
    margin-bottom: 60px;
  }
  .filter-section {
    padding: 0;
    z-index: 5;
    background-color: transparent;
    margin-top: -12px;
    margin-bottom: -12px;
    position: relative;
  }
  .filter-inner {
    padding: 92px 20px 80px;
  }
  .related-section {
    padding: 0;
    z-index: 5;
    background-color: transparent;
    margin-top: 20px;
    margin-bottom: -12px;
    position: relative;
  }
  .related-inner {
    padding: 80px 20px;
  }
  .blog-section {
    padding: 0;
  }
  .blog-inner {
    padding: 80px 20px;
    border-radius: 12px;
  }
  .blog-list {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .blog-list {
    display: block;
  }
  .blog-item {
    margin-bottom: 16px;
  }
  .blog-item:last-child {
    margin-bottom: 0;
  }
}
/**/
.rwb-section {
  margin-bottom: 16px;
  padding: 16px 16px 0 16px;
}
.rwb-section.about {
  margin-bottom: 0;
  padding-top: 0;
}
.rwb-inner {
  padding: 140px 32px;
}
.rwb-section .rwb-container {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
.link-block-custom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  padding: 40px 35px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-radius: 16px;
  background-color: #f8f8f8;
  font-family: 'Anton', sans-serif;
  color: #1d2a34;
  font-size: 40px;
  text-transform: uppercase;
  line-height: 1.2;
}
.link-block-custom:last-child {
  margin: 0;
}
.link-block-custom:hover {
  color: #f96227;
}
.link-block-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 64px;
  height: 64px;
  min-height: 64px;
  min-width: 64px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #1d2a34;
  color: #fff;
  font-size: 18px;
}
.link-block-custom:hover .link-block-icon {
  background-color: #f96227;
  color: #fff;
}
@media (min-width: 1440px) {
  .link-block-custom {
    padding: 64px 88px;
  }
}
@media (max-width: 991px) {
  .rwb-section {
    position: relative;
    z-index: 3;
    margin-top: -12px;
    margin-bottom: -12px;
    padding: 0;
  }
  .rwb-section.about {
    margin-bottom: -12px;
  }
  .rwb-inner {
    padding: 92px 20px 80px;
    border-radius: 0 0 12px 12px;
  }
  .link-block-custom {
    margin-bottom: 8px;
    padding: 30px 20px;
    border-radius: 12px;
    font-size: 32px;
  }
  .link-block-icon {
    width: 48px;
    height: 48px;
    min-height: 48px;
    min-width: 48px;
  }
}
@media (max-width: 767px) {
  .link-block-custom {
    font-size: 24px;
  }
}
/**/
.about-section {
  margin-top: -16px;
  padding: 16px;
}
.about-wrapper {
  padding: 140px 20px;
}
.about-container {
  max-width: 1322px;
  margin-left: auto;
  margin-right: auto;
}
.about-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.about-section .text-desc {
  margin-left: auto;
  margin-right: 0;
  padding-bottom: 0;
}
.about-section .text-desc p:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .about-section {
    padding: 8px 0;
    margin-top: 0;
  }
  .about-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
    border-width: 0;
    border-radius: 12px;
  }
  .about-section .text-desc {
    margin: 0;
    padding-bottom: 0;
    max-width: 100%;
  }
}
/**/
.story-section {
  padding-right: 16px;
  padding-left: 16px;
}
.story-inner {
  padding: 140px 20px;
}
.story-heading .text-desc {
  padding-bottom: 0;
}
.story-heading .text-desc p:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .story-section {
    padding: 20px 0 8px;
  }
  .story-inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
/**/
.brand-section {
  padding: 16px;
}
.brand-inner {
  padding: 140px 20px;
}
.brand-wrapper {
  display: -ms-grid;
  display: grid;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}
.brand-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 240px;
  padding: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  background-color: rgba(38, 43, 52, 0.05);
}
@media (max-width: 991px) {
  .brand-section {
    padding: 8px 0;
  }
  .brand-inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .brand-wrapper {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 480px) {
  .brand-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
/**/
.contact-section {
  padding: 80px 16px 16px;
}
.contact-inner {
  padding: 70px 32px;
}
.contact-form {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
.contact-form .wpcf7-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact-form .wpcf7-form label {
  width: 100%;
}
.contact-form .wpcf7-form > p {
  width: 100%;
}
.contact-form .wpcf7-form > p:nth-child(1), .contact-form .wpcf7-form > p:nth-child(2) {
  width: calc(50% - 20px);
}
.contact-form .wpcf7-form > p:nth-child(6) {
  text-align: center;
  margin-bottom: 0;
}
.contact-form .wpcf7-form-control {
  margin-top: 6px;
  width: 100%;
}
.contact-form .button-primary {
  width: 220px;
}
.contact-form .wpcf7-response-output {
  display: none;
  margin: 2em 0 0;
  padding: 20px;
  border: none;
  width: 100%;
  color: #4CAF50;
  background-color: #d4edda;
  border-radius: 8px;
  line-height: 20px;
}
.contact-form .required {
  color: red;
}
label.error {
  margin: 5px 0 0;
  color: red;
  font-weight: 400;
  display: block;
}
@media (max-width: 991px) {
  .contact-inner {
    padding: 80px 20px;
  }
  .contact-section {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 8px;
  }
}
@media (max-width: 991px) {
  .contact-form .wpcf7-form > p:nth-child(1), .contact-form .wpcf7-form > p:nth-child(2), .contact-form .wpcf7-form > p:nth-child(3), .contact-form .wpcf7-form > p:nth-child(4) {
    width: 100%;
  }
}
@media (max-width: 767px) {}
/**/
.detail-top {
  padding: 80px 16px 16px;
}
.detail-inner {
  background-color: #fff;
  border-radius: 16px;
  padding: 140px 32px 32px;
}
.detail-header {
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 40px;
}
.detail-cate {
  letter-spacing: -.01em;
  text-transform: uppercase;
  background-color: #f8f8f8;
  border-radius: 50px;
  margin-bottom: 41px;
  padding: 10px 16px;
  font-size: 12px;
  line-height: 1;
  display: inline-block;
}
.detail-meta {
  display: flex;
  justify-content: end;
  color: rgba(38, 43, 52, .4);
  align-items: center;
  margin-top: 20px;
  font-size: 14px;
}
.detail-author img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  margin-right: 5px;
}
.detail-author a {
  text-decoration: underline;
  color: inherit;
}
.detail-date {
  position: relative;
  top: -2px;
  margin-left: 20px;
}
@media (min-width: 1440px) {
  .detail-header {
    padding-left: 62px;
    padding-right: 62px;
    margin-bottom: 96px;
  }
}
@media (min-width: 991px) {
  .detail-header {
    padding-left: 0;
    padding-right: 0;
  }
}
.detail-bottom {
  padding: 0 16px;
  position: relative;
  z-index: 4;
}
.detail-content {
  background-color: #fff;
  border-radius: 16px;
  padding: 140px 32px 140px;
}
.content-sticky {
  width: 100%;
  max-width: 1560px;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
}
.detail-left {
  padding: 0 40px 0 0;
  width: 44%;
}
.detail-right {
  width: 56%;
}
.detail-right .detail-desc p:last-child {
  margin-bottom: 0;
}
.detail-sidebar {
  max-width: 378px;
}
.detail-wrapper {
  border: 1px solid rgba(38, 43, 52, .15);
  border-radius: 12px;
  padding: 18px 32px 23px;
}
.detail-heading {
  text-transform: uppercase;
  border-bottom: 1px solid rgba(38, 43, 52, .1);
  margin-bottom: 24px;
  padding-bottom: 21px;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 1px;
}
.detail-link li::marker {
  color: #f96227;
}
.detail-link a {
  margin-bottom: 15px;
  color: #1d2a34;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  position: relative;
}
@media (min-width: 1440px) {
  .detail-left {
    padding-left: 80px;
  }
  .detail-right {
    padding-right: 25px;
  }
}
@media (max-width: 991px) {
  .detail-top {
    padding: 80px 0 0;
  }
  .detail-inner {
    border-radius: 12px 12px 0 0;
    padding: 80px 15px;
  }
  .detail-header {
    padding-left: 20px;
    padding-right: 20px;
  }
  .detail-author img {
    width: 48px;
    height: 48px;
  }
  .detail-bottom {
    padding: 0;
  }
  .detail-content {
    border-radius: 0 0 12px 12px;
    padding: 80px 20px 92px;
  }
  .detail-left {
    padding: 0 0 35px 0;
    width: 100%;
  }
  .detail-wrapper {
    padding: 15px 20px;
  }
  .detail-heading {
    margin-bottom: 20px;
    padding-bottom: 15px;
  }
  .detail-right {
    width: 100%;
  }
}
.pb-0 {
  padding-bottom: 0;
}
#slvj-back-lightbox, #slvj-video-embed {
  max-width: 100% !important;
}
strong {
  color: #111
}
.col-logo .link-block img {
  width: 200px
}
.cb {
  position: relative;
  top: -5px;
}
.bg-sky {
  background: #06aac5
}
.footer-menu-list i {
  margin-right: 10px;
  font-size: 17px
}
.main-footer .footer-menu-list li {
  margin-bottom: 10px;
  align-items: center;
  display: flex;
}
.main-footer .footer-menu-list li:last-child {
  margin-bottom: 0px;
}
.footer-menu-list i.fa-phone-flip {
  transform: rotate(90deg);
}
.text-logo {
  width: 300px
}
.text-small-logo {
  width: 100px
}
h3.box-title img.text-small-logo {
  top: 2px;
  position: relative;
}
.bg-pink {
  background: #fec3db !important;
}
.bg-pink h3.panel-title {
  color: #1d2a34;
}
.bg-pink h2.panel-title {
  color: #1d2a34;
}
.bg-pink .panel-desc {
  color: #1d2a34;
}
.image-position-bottom {
  object-position: bottom;
}
.what-cervical-cancer p {
  font-size: 17px;
  line-height: 30px;
}
.what-cervical-cancer .about-wrapper {
  padding-top: 90px;
  padding-bottom: 90px
}
.mb-0 {
  margin-bottom: 0 !important
}
.cancer-boxes .block-wrapper {
  padding-top: 90px;
  padding-bottom: 90px
}
.cancer-boxes .block-desc {
  text-align: justify;
  font-size: 17px;
  line-height: 28px;
}
.cancer-boxes .title-icon img {
  width: 50px
}
.inner-banner-sectiion {
  height: 70vh;
  min-height: 70vh
}
.banner-section.inner-banner-sectiion .heading-wrap {
  font-size: 50px;
}
.banner-section.inner-banner-sectiion .text-slide {
  padding: 0
}
.m-auto {
  margin: 0 auto
}
.mb-50 {
  margin-bottom: 50px
}
.age-matter .link-block-custom {
  font-family: 'Lato', sans-serif;
  text-transform: none;
  font-size: 17px;
  line-height: 30px;
  text-align: justify;
  padding-right: 50px;
  grid-column-gap: 40px;
  color: #70747f
}
.age-matter .link-block-custom:hover {
  color: #1d2a34
}
.age-matter .link-block-icon {
  font-size: 25px;
  font-family: 'Anton', sans-serif;
}
.age-matter .rwb-inner {
  padding: 70px 32px
}
.age-matter .link-block-custom:hover .link-block-icon {
  background-color: #ffbd07
}
.age-matter .link-block-custom {
  position: relative
}
.curv:after {
  bottom: 0;
  position: absolute;
  content: "";
  width: 40px;
  height: 45px;
  right: 0;
  z-index: 1;
  display: block;
  -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
  margin-top: -35px;
  background: #41b0c9;
}
.why-dna-scan .composer .tta.general .tta-panel-title > a:hover .link-block-icon {
  background-color: #ffbd07;
}
.why-dna-scan .about-wrapper {
  padding: 70px 20px
}
.test-details .about-heading {
  font-size: 25px;
  line-height: 35px;
}
.why-test .text-desc {
  max-width: 785px;
  padding-top: 30px;
  padding-bottom: 0
}
.why-test .block-wrapper {
  padding: 70px 20px
}
.procedure-num {
  font-size: 170px;
  text-align: center;
  margin: 0 auto;
  opacity: 0.4;
  font-family: 'Anton', sans-serif;
}
.bg-yellow {
  background-color: #ffbd07;
}
.procedure-steps .icon-inner img {
  width: 50px;
}
.reporting .about-wrapper {
  padding: 70px 20px
}
.reporting .text-run {
  font-size: 50px
}
.vision-mission .overview-wrap {
  padding: 0px 20px
}
.vision-mission .icon-inner img {
  width: 50px;
}
.mission .overview-p {
  color: #fff
}
.mission .overview-title {
  color: #fff
}
.value-section .icon-inner img {
  width: 50px
}
.value-section.age-matter .link-block-custom {
  background: #fff
}
.normal-font {
  font-weight: normal
}
.reference .link-block-custom {
  justify-content: start;
}
.mb-50 {
  margin-bottom: 50px
}
#form_process {
  -webkit-animation-name: spinnerRotate;
  -webkit-animation-duration: 1.1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spinnerRotate;
  -moz-animation-duration: 1.1s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spinnerRotate;
  -ms-animation-duration: 1.1s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  display: inline-block;
  margin-left: 10px;
  position: relative;
  visibility: hidden;
  color: #000
}
#error_data {
  color: red;
  font-size: 14px;
  margin: 0 0 10px;
  line-height: normal
}
.alert.alert-danger p {
  color: #fff;
  background: red;
  border-radius: 24px;
  padding: 10px
}
.alert.alert-danger {
  color: #454545;
  background-color: #ffb4b4;
  padding: 10px 15px;
  font-weight: 700;
  letter-spacing: .5px;
  line-height: 28px
}
.alert.alert-success {
  color: #508e14;
  background: #f0f0f0;
  padding: 10px 15px;
  font-weight: 700;
  letter-spacing: .5px;
  line-height: 28px
}
@-webkit-keyframes spinnerRotate {
  from {
    -webkit-transform: rotate(0)
  }
  to {
    -webkit-transform: rotate(360deg)
  }
}
@-moz-keyframes spinnerRotate {
  from {
    -moz-transform: rotate(0)
  }
  to {
    -moz-transform: rotate(360deg)
  }
}
@-ms-keyframes spinnerRotate {
  from {
    -ms-transform: rotate(0)
  }
  to {
    -ms-transform: rotate(360deg)
  }
}
.mt-50 {
  margin-top: 50px
}
.pb-0 {
  padding-bottom: 0 !important
}
.blog-item .blog-image img:hover {
  filter: grayscale(1);
  transform: scale(1.5);
}
.blog-item .blog-image img {
  object-position: center top;
  transition: all 2s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}
.video-bg {
  width: 100%;
  /*padding: 16px;*/
  border-radius: 16px;
}
.vd-section {
  padding: 16px;
  /*border-radius: 16px;*/
}
.events-section {
  padding-top: 70px
}
.blog-page {
  padding-top: 70px
}
.blog-page .blog-cat {
  /*	color: #333;*/
  color: #70747f;
  font-size: 20px;
  line-height: 24px;
  font-family: 'Anton', sans-serif;
}
.blog-page .blog-item .blog-image img {
  object-fit: contain
}
.blog-page .detail-image img {
  padding: 50px
}
.blog-detail-section {
  padding-top: 70px
}
ul.numbers-list {
  margin-bottom: 30px
}
.numbers-list li {
  list-style: decimal;
}
.list-style {
  padding: 0;
}
.list-style li {
  display: flex;
  margin-bottom: 20px
}
.list-style li .list-icon {
  margin-right: 10px;
  width: 30px;
  height: 30px;
  max-height: 30px;
  max-width: 30px;
  min-height: 30px;
  min-width: 30px;
  line-height: 30px;
  background: #ffbd07;
  color: #fff
}
.blog-detail-section p {
  margin-bottom: 15px
}
.blog-detail-section .detail-image {
  margin-bottom: 50px
}
a.normal-font {
  overflow-wrap: break-word;
}
.blog-detail-section {
  overflow-wrap: break-word;
}
.menu-item i {
  color: #fff;
  padding-left: 5px;
  font-size: 13px;
  display: none
}
.body-color {
  color: #70747f !important;
  text-transform: capitalize;
  padding-right: 5px;
}

span.heading-wrap{
	    font-family: 'Anton', sans-serif;
}
.popular_tag li {
    list-style: none;
    /* background: #ffffff29; */
    display: inline-block;
    padding: 3px 15px;
    margin: 10px 5px 5px;
    border-radius: 10px;
    border: 1px solid #ffffff29;
}
.popular_tag li a{
    color: rgba(255, 255, 255, 0.3);}
ul.popular_tag {
    margin: 0 0 40px 0;
    padding: 0;
   
}
.flex_div{
    display: flex;
}
.txt_seo{
position: absolute;
    bottom: 0;
    font-size: 0;
    right: 0;}
.sitemap_div h4.circle-head.mb-4 {
    margin-top: 15px;
}
.flex_div p.pop_tag {
    width: 30%;
}
.blog-detail-section h2 {
    font-size: 20px;
}
.popular_tag li a:hover {
    color: #fff;
}