@charset "UTF-8";
:root {
  --theme-red: #d0121b;
  --theme-red2: #ea5455;
  --theme-white: #6777ef;
  --theme-white2: ;
  --theme-purple: #2c4198;
  --theme-purple2: #5864bd;
  --theme-cyan: #3dc9b3;
  --theme-cyan2: #4bded5;
  --theme-black: #353c48;
  --theme-black2: ;
  --theme-orange: #ffa117;
  --theme-orange2: #efb45f;
  --theme-green: #28c76f;
  --theme-green2: #85d888;
  --theme-logo: #d0121b;

  --zfy-red: #d0121b;
  --zfy-blue: #2c4198;
  --zfy-dark: #29313a;
  --color-text: #505050;
  --color-title: #152035;
  --font-body: 'Lantinghei SC', 'Open Sans', Monaco, Arial, 'Hiragino Sans GB', 'Microsoft YaHei', 'STHeiti';
  --font-title: Monaco, 'Microsoft YaHei';

  --title: #d01020;
  --title-font-weight: 700;
  --title-line-height: 1em;
  --title-border: #29313a;
  --h1: #d01020;
  --h2: #d01020;
  --h3: #d01020;
  --h4: #264395;
  --h5: #29313a;
  --h6: #29313a;
  --h1-font-size: 1.75rem;
  --h2-font-size: 1.5rem;
  --h3-font-size: 1.25rem;
  --h4-font-size: 1.125rem;
  --h5-font-size: 1rem;
  --h6-font-size: 0.875rem;

  --link: #d01020;
  --link-hover: #fff;
  --link-hover-bg: #d6533b;
  --link-visited: #d6533b;
  --link-active: #d01020;
  --link-focus: #d01020;
  --link-decoration: none;

  --strong: #264395;
  --del: #888;
  --em: #ff7e79;
  --u: ;
  --mark: #333;
  --mark-bg: #fada4a;

  --blockquote-bg: #eee;
  --blockquote: #444;
  --blockquote-font: ;
  --blockquote-font-size: 1rem;
  --blockquote-line-height: 1.5rem;
  --blockquote-border: transparent;
  --blockquote-left-width: 0px;
  --blockquote-radius: 0px;
  --blockquote-margin: 1rem 0;
  --blockquote-padding: 1.5rem 1rem;

  --hr-border: #264395;
  --hr-margin: 4rem 0;

  --table-bg: #fff;
  --table-width: 100%; /* 100% or auto */
  --table-margin: 0.8em auto;
  --table-border: #dfe2e5;
  --thead-bg: #f5f5f5;
  --tr-bg: #f8f8f8;
  --td-padding: 5px 10px;
}
body {
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 30px;
  color: var(--color-text);
  font-weight: 400;
  height: 100%;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  background-color: #ffffff;
}
p {
  margin: 0 0 20px 0;
  color: var(--color-text);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-title);
  margin: 0 0 20px 0;
  font-weight: 700;
  color: var(--color-title);
}
h1 {
  font-size: 46px;
  line-height: 56px;
}
@media only screen and (max-width: 991px) {
  h1 {
    font-size: 38px;
    line-height: 48px;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 36px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 575px) {
  h1 {
    font-size: 34px;
    line-height: 44px;
  }
}
h2 {
  font-size: 36px;
  line-height: 46px;
}
@media only screen and (max-width: 991px) {
  h2 {
    font-size: 34px;
    line-height: 44px;
  }
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 32px;
    line-height: 42px;
  }
}
@media only screen and (max-width: 575px) {
  h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
h3 {
  font-size: 24px;
  line-height: 34px;
}
@media only screen and (max-width: 991px) {
  h3 {
    font-size: 22px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 767px) {
  h3 {
    font-size: 20px;
    line-height: 30px;
  }
}
h4 {
  font-size: 22px;
  line-height: 32px;
}
@media only screen and (max-width: 991px) {
  h4 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  h4 {
    font-size: 18px;
    line-height: 28px;
  }
}
h5 {
  font-size: 20px;
  line-height: 30px;
}
@media only screen and (max-width: 991px) {
  h5 {
    font-size: 19px;
    line-height: 29px;
  }
}
@media only screen and (max-width: 767px) {
  h5 {
    font-size: 18px;
    line-height: 28px;
  }
}
h6 {
  font-size: 18px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  h6 {
    font-size: 17px;
    line-height: 27px;
  }
}
@media only screen and (min-width: 1240px) {
  .container {
    max-width: 1200px;
  }
}
.container-fluid.full-width {
  padding-left: 0;
  padding-right: 0;
}
.container-fluid.full-width .row {
  margin-left: 0;
  margin-right: 0;
}
.container-fluid.full-width .row > [class^='col-'],
.container-fluid.full-width .row > [class*=' col-'] {
  padding-right: 0;
  padding-left: 0;
}
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^='col-'],
.row.no-gutters > [class*=' col-'] {
  padding-right: 0;
  padding-left: 0;
}
.row.gutters-1 {
  padding-left: 14.5px;
  padding-right: 14.5px;
}
.row.gutters-1 > [class^='col-'] {
  padding-left: 0.5px;
  padding-right: 0.5px;
}
.row.gutters-2 {
  padding-left: 14px;
  padding-right: 14px;
}
.row.gutters-2 > [class^='col-'] {
  padding-left: 1px;
  padding-right: 1px;
}
.row.gutters-3 {
  padding-left: 13.5px;
  padding-right: 13.5px;
}
.row.gutters-3 > [class^='col-'] {
  padding-left: 1.5px;
  padding-right: 1.5px;
}
.row.gutters-4 {
  padding-left: 13px;
  padding-right: 13px;
}
.row.gutters-4 > [class^='col-'] {
  padding-left: 2px;
  padding-right: 2px;
}
.row.gutters-5 {
  padding-left: 12.5px;
  padding-right: 12.5px;
}
.row.gutters-5 > [class^='col-'] {
  padding-left: 2.5px;
  padding-right: 2.5px;
}
.row.gutters-6 {
  padding-left: 12px;
  padding-right: 12px;
}
.row.gutters-6 > [class^='col-'] {
  padding-left: 3px;
  padding-right: 3px;
}
.row.gutters-7 {
  padding-left: 11.5px;
  padding-right: 11.5px;
}
.row.gutters-7 > [class^='col-'] {
  padding-left: 3.5px;
  padding-right: 3.5px;
}
.row.gutters-8 {
  padding-left: 11px;
  padding-right: 11px;
}
.row.gutters-8 > [class^='col-'] {
  padding-left: 4px;
  padding-right: 4px;
}
.row.gutters-9 {
  padding-left: 10.5px;
  padding-right: 10.5px;
}
.row.gutters-9 > [class^='col-'] {
  padding-left: 4.5px;
  padding-right: 4.5px;
}
.row.gutters-10 {
  padding-left: 10px;
  padding-right: 10px;
}
.row.gutters-10 > [class^='col-'] {
  padding-left: 5px;
  padding-right: 5px;
}
.row.gutters-11 {
  padding-left: 9.5px;
  padding-right: 9.5px;
}
.row.gutters-11 > [class^='col-'] {
  padding-left: 5.5px;
  padding-right: 5.5px;
}
.row.gutters-12 {
  padding-left: 9px;
  padding-right: 9px;
}
.row.gutters-12 > [class^='col-'] {
  padding-left: 6px;
  padding-right: 6px;
}
.row.gutters-13 {
  padding-left: 8.5px;
  padding-right: 8.5px;
}
.row.gutters-13 > [class^='col-'] {
  padding-left: 6.5px;
  padding-right: 6.5px;
}
.row.gutters-14 {
  padding-left: 8px;
  padding-right: 8px;
}
.row.gutters-14 > [class^='col-'] {
  padding-left: 7px;
  padding-right: 7px;
}
.row.gutters-15 {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.row.gutters-15 > [class^='col-'] {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.row.gutters-20 {
  padding-left: 5px;
  padding-right: 5px;
}
.row.gutters-20 > [class^='col-'] {
  padding-left: 10px;
  padding-right: 10px;
}
@media only screen and (min-width: 992px) {
  .row.gutters-40 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .row.gutters-40 > [class^='col-'] {
    padding-left: 20px;
    padding-right: 20px;
  }
  .row.gutters-50 {
    margin-left: -25px;
    margin-right: -25px;
  }
  .row.gutters-50 > [class^='col-'] {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 991px) {
  .row.gutters-50 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row.gutters-50 > [class^='col-'] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.media-body {
  margin-left: 30px;
}
.media-body.space-xl {
  margin-left: 50px;
}
.media-body.space-lg {
  margin-left: 40px;
}
.media-body.space-md {
  margin-left: 20px;
}
.media-body.space-sm {
  margin-left: 15px;
}
.media-body.space-xs {
  margin-left: 10px;
}
.media-body.media-body-box {
  padding: 20px 20px 20px 30px;
  margin-left: 0;
}
.media-body.media-body-box p {
  margin-bottom: 0;
}
@media only screen and (max-width: 1199px) {
  .media-none--lg {
    display: block;
  }
  .media-none--lg > div {
    width: 100%;
  }
  .media-none--lg img {
    width: 100%;
  }
  .media-none--lg img.media-img-auto {
    width: auto;
  }
  .media-none--lg .media-body,
  .media-none--lg .media-body.space-xl,
  .media-none--lg .media-body.space-lg,
  .media-none--lg .media-body.space-md,
  .media-none--lg .media-body.space-sm,
  .media-none--lg .media-body.space-xs {
    margin-top: 20px;
    margin-left: 0;
  }
  .media-none--lg .media-body.media-body-box {
    margin-top: 0;
    margin-left: 0;
    padding: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .media-none--md {
    display: block;
  }
  .media-none--md > div {
    width: 100%;
  }
  .media-none--md img {
    width: 100%;
  }
  .media-none--md img.media-img-auto {
    width: auto;
  }
  .media-none--md .media-body,
  .media-none--md .media-body.space-xl,
  .media-none--md .media-body.space-lg,
  .media-none--md .media-body.space-md,
  .media-none--md .media-body.space-sm,
  .media-none--md .media-body.space-xs {
    margin-top: 20px;
    margin-left: 0;
  }
  .media-none--md .media-body.media-body-box {
    margin-top: 0;
    margin-left: 0;
    padding: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .media-none--sm {
    display: block;
  }
  .media-none--sm > div {
    width: 100%;
  }
  .media-none--sm img {
    width: 100%;
  }
  .media-none--sm img.media-img-auto {
    width: auto;
  }
  .media-none--sm .media-body,
  .media-none--sm .media-body.space-xl,
  .media-none--sm .media-body.space-lg,
  .media-none--sm .media-body.space-md,
  .media-none--sm .media-body.space-sm,
  .media-none--sm .media-body.space-xs {
    margin-top: 20px;
    margin-left: 0;
  }
  .media-none--sm .media-body.media-body-box {
    margin-top: 0;
    margin-left: 0;
    padding: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .media-none--xs {
    display: block;
  }
  .media-none--xs > div {
    width: 100%;
  }
  .media-none--xs img {
    width: 100%;
  }
  .media-none--xs img.media-img-auto {
    width: auto;
  }
  .media-none--xs .media-body,
  .media-none--xs .media-body.space-xl,
  .media-none--xs .media-body.space-lg,
  .media-none--xs .media-body.space-md,
  .media-none--xs .media-body.space-sm,
  .media-none--xs .media-body.space-xs {
    margin-top: 20px;
    margin-left: 0;
  }
  .media-none--xs .media-body.media-body-box {
    margin-top: 0;
    margin-left: 0;
    padding: 30px;
  }
}
@media only screen and (max-width: 479px) {
  .media-none-mb {
    display: block;
  }
  .media-none-mb > div {
    width: 100%;
  }
  .media-none-mb img {
    width: 100%;
  }
  .media-none-mb img.media-img-auto {
    width: auto;
  }
  .media-none-mb .media-body,
  .media-none-mb .media-body.space-xl,
  .media-none-mb .media-body.space-lg,
  .media-none-mb .media-body.space-md,
  .media-none-mb .media-body.space-sm,
  .media-none-mb .media-body.space-xs {
    margin-top: 20px;
    margin-left: 0;
  }
  .media-none-mb .media-body.media-body-box {
    margin-top: 0;
    margin-left: 0;
    padding: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .media-none-lg {
    display: block;
  }
  .media-none-lg > div {
    width: 100%;
  }
  .media-none-lg img {
    width: 100%;
  }
  .media-none-lg img.media-img-auto {
    width: auto;
  }
  .media-none-lg .media-body,
  .media-none-lg .media-body.space-xl,
  .media-none-lg .media-body.space-lg,
  .media-none-lg .media-body.space-md,
  .media-none-lg .media-body.space-sm,
  .media-none-lg .media-body.space-xs {
    margin-top: 20px;
    margin-left: 0;
  }
  .media-none-lg .media-body.media-body-box {
    margin-top: 0;
    margin-left: 0;
    padding: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .media-none-md {
    display: block;
  }
  .media-none-md > div {
    width: 100%;
  }
  .media-none-md img {
    width: 100%;
  }
  .media-none-md img.media-img-auto {
    width: auto;
  }
  .media-none-md .media-body,
  .media-none-md .media-body.space-xl,
  .media-none-md .media-body.space-lg,
  .media-none-md .media-body.space-md,
  .media-none-md .media-body.space-sm,
  .media-none-md .media-body.space-xs {
    margin-top: 20px;
    margin-left: 0;
  }
  .media-none-md .media-body.media-body-box {
    margin-top: 0;
    margin-left: 0;
    padding: 30px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .media-none-sm {
    display: block;
  }
  .media-none-sm > div {
    width: 100%;
  }
  .media-none-sm img {
    width: 100%;
  }
  .media-none-sm img.media-img-auto {
    width: auto;
  }
  .media-none-sm .media-body,
  .media-none-sm .media-body.space-xl,
  .media-none-sm .media-body.space-lg,
  .media-none-sm .media-body.space-md,
  .media-none-sm .media-body.space-sm,
  .media-none-sm .media-body.space-xs {
    margin-top: 20px;
    margin-left: 0;
  }
  .media-none-sm .media-body.media-body-box {
    margin-top: 0;
    margin-left: 0;
    padding: 30px;
  }
}
@media (min-width: 480px) and (max-width: 575px) {
  .media-none-xs {
    display: block;
  }
  .media-none-xs > div {
    width: 100%;
  }
  .media-none-xs img {
    width: 100%;
  }
  .media-none-xs img.media-img-auto {
    width: auto;
  }
  .media-none-xs .media-body,
  .media-none-xs .media-body.space-xl,
  .media-none-xs .media-body.space-lg,
  .media-none-xs .media-body.space-md,
  .media-none-xs .media-body.space-sm,
  .media-none-xs .media-body.space-xs {
    margin-top: 20px;
    margin-left: 0;
  }
  .media-none-xs .media-body.media-body-box {
    margin-top: 0;
    margin-left: 0;
    padding: 30px;
  }
}
.nav-control-layout1 .owl-nav {
  margin-top: 0;
}
.nav-control-layout1 .owl-nav button {
  position: absolute;
  top: calc(50% - 15px);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
  padding: 0;
  height: 60px;
  width: 60px;
  border-radius: 45px;
  border: 1px solid #d9d9d9 !important;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: transparent !important;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.nav-control-layout1 .owl-nav button i {
  font-size: 20px;
  color: #151515;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.nav-control-layout1 .owl-nav button:hover {
  background-color: var(--zfy-red) !important;
  border: 1px solid var(--zfy-red) !important;
}
.nav-control-layout1 .owl-nav button:hover i {
  color: #ffffff;
}
.nav-control-layout1 .owl-nav button:focus {
  outline: none;
}
@media only screen and (max-width: 991px) {
  .nav-control-layout1 .owl-nav button {
    height: 55px;
    width: 55px;
  }
  .nav-control-layout1 .owl-nav button i {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .nav-control-layout1 .owl-nav button {
    height: 50px;
    width: 50px;
  }
  .nav-control-layout1 .owl-nav button i {
    font-size: 18px;
  }
}
@media only screen and (max-width: 575px) {
  .nav-control-layout1 .owl-nav button {
    height: 40px;
    width: 40px;
  }
  .nav-control-layout1 .owl-nav button i {
    font-size: 16px;
  }
}
.nav-control-layout1 .owl-nav .owl-prev {
  left: 15px;
}
.nav-control-layout1 .owl-nav .owl-next {
  right: 15px;
}
.nav-control-layout1:hover button {
  opacity: 1;
  visibility: visible;
}
.nav-control-layout1:hover .owl-prev {
  left: -50px;
}
@media only screen and (max-width: 1199px) {
  .nav-control-layout1:hover .owl-prev {
    left: 0;
  }
}
.nav-control-layout1:hover .owl-next {
  right: -50px;
}
@media only screen and (max-width: 1199px) {
  .nav-control-layout1:hover .owl-next {
    right: 0;
  }
}
.nav-control-layout2 .owl-nav {
  margin-top: 0;
}
.nav-control-layout2 .owl-nav button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
  padding: 0;
  height: 60px;
  width: 60px;
  border-radius: 45px;
  border: 1px solid #ffffff !important;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #ffffff !important;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.nav-control-layout2 .owl-nav button i {
  font-size: 20px;
  color: #000000;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.nav-control-layout2 .owl-nav button:hover {
  background-color: var(--zfy-red) !important;
  border: 1px solid var(--zfy-red) !important;
}
.nav-control-layout2 .owl-nav button:hover i {
  color: #ffffff;
}
.nav-control-layout2 .owl-nav button:focus {
  outline: none;
}
@media only screen and (max-width: 991px) {
  .nav-control-layout2 .owl-nav button {
    height: 55px;
    width: 55px;
  }
  .nav-control-layout2 .owl-nav button i {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .nav-control-layout2 .owl-nav button {
    height: 50px;
    width: 50px;
  }
  .nav-control-layout2 .owl-nav button i {
    font-size: 18px;
  }
}
@media only screen and (max-width: 575px) {
  .nav-control-layout2 .owl-nav button {
    height: 40px;
    width: 40px;
  }
  .nav-control-layout2 .owl-nav button i {
    font-size: 16px;
  }
}
.nav-control-layout2 .owl-nav .owl-prev {
  left: 15px;
}
.nav-control-layout2 .owl-nav .owl-next {
  right: 15px;
}
.nav-control-layout2:hover button {
  opacity: 1;
  visibility: visible;
}
.nav-control-layout2:hover .owl-prev {
  left: 50px;
}
@media only screen and (max-width: 1199px) {
  .nav-control-layout2:hover .owl-prev {
    left: 0;
  }
}
.nav-control-layout2:hover .owl-next {
  right: 50px;
}
@media only screen and (max-width: 1199px) {
  .nav-control-layout2:hover .owl-next {
    right: 0;
  }
}
.nav-control-layout3 .owl-nav {
  margin-top: 0;
}
.nav-control-layout3 .owl-nav button {
  position: absolute;
  top: calc(50% - 15px);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
  padding: 0;
  height: 60px;
  width: 60px;
  border-radius: 45px;
  border: 1px solid #151515 !important;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #151515 !important;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.nav-control-layout3 .owl-nav button i {
  font-size: 20px;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.nav-control-layout3 .owl-nav button:hover {
  background-color: transparent !important;
}
.nav-control-layout3 .owl-nav button:hover i {
  color: #151515;
}
.nav-control-layout3 .owl-nav button:focus {
  outline: none;
}
@media only screen and (max-width: 991px) {
  .nav-control-layout3 .owl-nav button {
    height: 55px;
    width: 55px;
  }
  .nav-control-layout3 .owl-nav button i {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .nav-control-layout3 .owl-nav button {
    height: 50px;
    width: 50px;
  }
  .nav-control-layout3 .owl-nav button i {
    font-size: 18px;
  }
}
@media only screen and (max-width: 575px) {
  .nav-control-layout3 .owl-nav button {
    height: 40px;
    width: 40px;
  }
  .nav-control-layout3 .owl-nav button i {
    font-size: 16px;
  }
}
.nav-control-layout3 .owl-nav .owl-prev {
  left: 15px;
}
.nav-control-layout3 .owl-nav .owl-next {
  right: 15px;
}
.nav-control-layout3:hover button {
  opacity: 1;
  visibility: visible;
}
.nav-control-layout3:hover .owl-prev {
  left: -50px;
}
@media only screen and (max-width: 1199px) {
  .nav-control-layout3:hover .owl-prev {
    left: 0;
  }
}
.nav-control-layout3:hover .owl-next {
  right: -50px;
}
@media only screen and (max-width: 1199px) {
  .nav-control-layout3:hover .owl-next {
    right: 0;
  }
}
.nav-control-layout4 .owl-nav {
  margin-top: 0;
}
.nav-control-layout4 .owl-nav button {
  position: absolute;
  top: calc(50% - 15px);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
  padding: 0;
  height: 60px;
  width: 60px;
  border-radius: 45px;
  border: 1px solid #ffffff !important;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #ffffff !important;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.nav-control-layout4 .owl-nav button i {
  font-size: 20px;
  color: var(--zfy-red);
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.nav-control-layout4 .owl-nav button:hover {
  background-color: transparent !important;
}
.nav-control-layout4 .owl-nav button:hover i {
  color: #ffffff;
}
.nav-control-layout4 .owl-nav button:focus {
  outline: none;
}
@media only screen and (max-width: 991px) {
  .nav-control-layout4 .owl-nav button {
    height: 55px;
    width: 55px;
  }
  .nav-control-layout4 .owl-nav button i {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .nav-control-layout4 .owl-nav button {
    height: 50px;
    width: 50px;
  }
  .nav-control-layout4 .owl-nav button i {
    font-size: 18px;
  }
}
@media only screen and (max-width: 575px) {
  .nav-control-layout4 .owl-nav button {
    height: 40px;
    width: 40px;
  }
  .nav-control-layout4 .owl-nav button i {
    font-size: 16px;
  }
}
.nav-control-layout4 .owl-nav .owl-prev {
  left: 15px;
}
.nav-control-layout4 .owl-nav .owl-next {
  right: 15px;
}
.nav-control-layout4:hover button {
  opacity: 1;
  visibility: visible;
}
.nav-control-layout4:hover .owl-prev {
  left: -50px;
}
@media only screen and (max-width: 1199px) {
  .nav-control-layout4:hover .owl-prev {
    left: 0;
  }
}
.nav-control-layout4:hover .owl-next {
  right: -50px;
}
@media only screen and (max-width: 1199px) {
  .nav-control-layout4:hover .owl-next {
    right: 0;
  }
}
.nav-control-layout5 .owl-nav {
  margin-top: 0;
}
.nav-control-layout5 .owl-nav button {
  position: absolute;
  bottom: 40px;
  margin: 0 auto;
  padding: 0;
  height: 60px;
  width: 60px;
  border-radius: 45px;
  border: 1px solid #ffffff !important;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #ffffff !important;
  -webkit-box-shadow: 0 0 35px 0 rgba(255, 94, 20, 0.25);
  box-shadow: 0 0 35px 0 rgba(255, 94, 20, 0.25);
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media only screen and (max-width: 1199px) {
  .nav-control-layout5 .owl-nav button {
    bottom: 33%;
  }
}
@media only screen and (max-width: 991px) {
  .nav-control-layout5 .owl-nav button {
    bottom: 43%;
  }
}
@media only screen and (max-width: 767px) {
  .nav-control-layout5 .owl-nav button {
    bottom: 51%;
  }
}
@media only screen and (max-width: 575px) {
  .nav-control-layout5 .owl-nav button {
    bottom: 60%;
  }
}
@media only screen and (max-width: 479px) {
  .nav-control-layout5 .owl-nav button {
    bottom: 70%;
  }
}
.nav-control-layout5 .owl-nav button i {
  font-size: 20px;
  color: #000000;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.nav-control-layout5 .owl-nav button:hover {
  background-color: #000000 !important;
  border: 1px solid #000000 !important;
}
.nav-control-layout5 .owl-nav button:hover i {
  color: #ffffff;
}
.nav-control-layout5 .owl-nav button:focus {
  outline: none;
}
@media only screen and (max-width: 991px) {
  .nav-control-layout5 .owl-nav button {
    height: 55px;
    width: 55px;
  }
  .nav-control-layout5 .owl-nav button i {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .nav-control-layout5 .owl-nav button {
    height: 50px;
    width: 50px;
  }
  .nav-control-layout5 .owl-nav button i {
    font-size: 18px;
  }
}
@media only screen and (max-width: 575px) {
  .nav-control-layout5 .owl-nav button {
    height: 40px;
    width: 40px;
  }
  .nav-control-layout5 .owl-nav button i {
    font-size: 16px;
  }
}
.nav-control-layout5 .owl-nav .owl-prev {
  left: -90px;
  right: 0;
}
.nav-control-layout5 .owl-nav .owl-next {
  left: 0;
  right: -90px;
}
.nav-control-layout6 .owl-nav {
  margin-top: 0;
}
.nav-control-layout6 .owl-nav button {
  position: absolute;
  top: 28%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
  padding: 0;
  height: 40px;
  width: 40px;
  border-radius: 45px;
  border: 1px solid #ffffff !important;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #ffffff !important;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.nav-control-layout6 .owl-nav button i {
  font-size: 16px;
  color: #000000;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.nav-control-layout6 .owl-nav button:hover {
  background-color: var(--zfy-red) !important;
  border: 1px solid var(--zfy-red) !important;
}
.nav-control-layout6 .owl-nav button:hover i {
  color: #ffffff;
}
.nav-control-layout6 .owl-nav button:focus {
  outline: none;
}
@media only screen and (max-width: 991px) {
  .nav-control-layout6 .owl-nav button {
    height: 35px;
    width: 35px;
  }
  .nav-control-layout6 .owl-nav button i {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .nav-control-layout6 .owl-nav button {
    height: 30px;
    width: 30px;
  }
  .nav-control-layout6 .owl-nav button i {
    font-size: 14px;
  }
}
.nav-control-layout6 .owl-nav .owl-prev {
  left: 40px;
}
.nav-control-layout6 .owl-nav .owl-next {
  right: 40px;
}
.dot-control-layout1 .owl-dots {
  text-align: center;
  margin-bottom: 20px;
}
.dot-control-layout1 .owl-dots .owl-dot {
  margin: 0 2px;
  padding: 2px !important;
}
.dot-control-layout1 .owl-dots .owl-dot span {
  height: 10px;
  width: 10px;
  background-color: transparent;
  border: 1px solid #27354f;
  border-radius: 50%;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.dot-control-layout1 .owl-dots .owl-dot:focus {
  outline: none;
}
.dot-control-layout1 .owl-dots .owl-dot.active span {
  background-color: var(--zfy-red);
}
.owl-custom-nav-layout1 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media only screen and (max-width: 575px) {
  .owl-custom-nav-layout1 {
    display: none;
  }
}
.owl-custom-nav-layout1 span {
  border-radius: 4px;
  cursor: pointer;
  margin-left: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #444444;
  font-weight: 900;
  border: 2px solid #e2e2e2;
  padding: 8px 13px;
  font-size: 20px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.owl-custom-nav-layout1 span:hover {
  background-color: var(--zfy-red);
  border-color: var(--zfy-red);
  color: #ffffff;
}
.footer-wrap-layout1 {
  background-color: var(--zfy-dark);
}
.footer-top-layout1 {
  padding: 180px 0 70px;
}
.footer-wrap-layout1 a {
  color: #fff;
  font-weight: 500;
}
@media only screen and (max-width: 991px) {
  .footer-top-layout1 {
    padding: 265px 0 55px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-top-layout1 {
    padding: 250px 0 40px;
  }
}
@media only screen and (max-width: 575px) {
  .footer-top-layout1 {
    padding: 205px 0 25px;
  }
}
.footer-widgets {
  margin-bottom: 30px;
}
.footer-widgets .footer-logo-layout1 {
  margin-bottom: 25px;
}

.footer-widgets .footer-logo-layout1 img {
  max-width: 180px;
}
.footer-widgets .footer-widget-heading {
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
}
@media only screen and (max-width: 991px) {
  .footer-widgets .footer-widget-heading {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-widgets .footer-widget-heading {
    font-size: 20px;
  }
}
.footer-widgets p {
  color: #aaaaaa;
  margin-bottom: 35px;
  font-size: 12px;
}
@media only screen and (min-width: 960px) {
  .footer-widgets p {
    padding-right: 50px;
    line-height: 1.75;
  }
}
.footer-widgets .footer-social-layout1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer-widgets .footer-social-layout1 li {
  margin-right: 15px;
}
.footer-widgets .footer-social-layout1 li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #525252;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  border: 1px solid #525252;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer-widgets .footer-social-layout1 .facebook a:hover {
  background-color: #3b5998;
  color: #ffffff;
  border: 1px solid #3b5998;
}
.footer-widgets .footer-social-layout1 .twitter a:hover {
  background-color: #00acee;
  color: #ffffff;
  border: 1px solid #00acee;
}
.footer-widgets .footer-social-layout1 .instagram a:hover {
  background-color: #3f729b;
  color: #ffffff;
  border: 1px solid #3f729b;
}
.footer-widgets .footer-social-layout1 .pinterest a:hover {
  background-color: #c8232c;
  color: #ffffff;
  border: 1px solid #c8232c;
}
.footer-widgets .footer-menu-layout1 li {
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
  float: left;
  width: 50%;
}
.footer-widgets .footer-menu-layout1 li:before {
  position: absolute;
  z-index: 1;
  content: '';
  height: 6px;
  width: 6px;
  border-radius: 50%;
  left: 5px;
  top: 11px;
  opacity: 0;
  visibility: hidden;
  background-color: var(--zfy-red);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer-widgets .footer-menu-layout1 li:hover:before {
  opacity: 1;
  visibility: visible;
}
.footer-widgets .footer-menu-layout1 li:last-child {
  margin-bottom: 0;
}
.footer-widgets .footer-menu-layout1 li a {
  color: #aaaaaa;
  display: block;
  padding: 0 0 0 30px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer-widgets .footer-menu-layout1 li a:before {
  position: absolute;
  z-index: 1;
  content: '';
  height: 16px;
  width: 16px;
  border-radius: 50%;
  left: 0;
  top: 6px;
  border: 1px solid;
  border-color: #525252;
  line-height: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer-widgets .footer-menu-layout1 li a:after {
  position: absolute;
  z-index: 1;
  content: '';
  height: calc(100% - 6px);
  width: 1px;
  top: 22px;
  left: 8px;
  background-color: #525252;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer-widgets .footer-menu-layout1 li a:hover {
  color: var(--zfy-red);
}
.footer-widgets .footer-menu-layout1 li a:hover:before {
  border-color: var(--zfy-red);
}
.footer-widgets .footer-menu-layout1 li:nth-of-type(n + 5) a:after {
  display: none;
}
.footer-widgets .footer-contact-layout1 li {
  color: #ffffff;
  margin-bottom: 10px;
}
.footer-widgets .footer-contact-layout1 li span {
  color: var(--zfy-red);
  font-weight: 500;
}
.footer-widgets .footer-contact-layout1 li:last-child {
  margin-bottom: 0;
}
.footer-bottom-layout1 {
  padding: 15px 0;
  border-top: 1px solid #1c1c1f;
}
.copy-right-wrap-layout1 {
  text-align: center;
}
.copy-right-wrap-layout1 p {
  margin-bottom: 0;
  color: #aaaaaa;
}
.temp-logo {
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.temp-logo a {
  display: block;
}
.header-action-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-action-items .single-item {
  margin-right: 30px;
}
.header-action-items .single-item:last-child {
  margin-right: 0;
}
.search-wrap .search-icon {
  padding: 10px 0 8px;
  line-height: 1;
  display: block;
  color: #909090;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.search-wrap .search-icon i:before {
  font-size: 22px;
  font-weight: 600;
}
.search-wrap .search-icon:hover {
  color: var(--zfy-red);
}
.minicart-wrap {
  position: relative;
  z-index: 2;
  padding-right: 20px;
  padding-left: 5px;
}
.minicart-wrap:after {
  content: '';
  position: absolute;
  z-index: 2;
  height: 100%;
  width: 40px;
  cursor: pointer;
  background-color: transparent;
  left: 0;
  right: 0;
  top: 0;
}
.minicart-wrap .cart-icon i:before {
  font-size: 29px;
}
.minicart-wrap .cart-quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 12px;
  position: absolute;
  z-index: 1;
  top: 25px;
  right: 10px;
  border-radius: 50%;
  background-color: var(--zfy-red);
  color: #ffffff;
  height: 20px;
  width: 20px;
}
.minicart-wrap:hover .minicart {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}
.minicart {
  position: absolute;
  top: 100%;
  right: 0;
  width: 360px;
  padding: 30px 0;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0;
  opacity: 0;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.minicart .cart-items {
  max-height: 260px;
  margin-bottom: 30px;
}
.minicart .cart-items li {
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 15px;
  margin-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
}
.minicart .cart-items li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.minicart .cart-items li .item-description {
  margin-left: 20px;
  padding-right: 30px;
}
.minicart .cart-items li .item-description .item-main-title {
  display: block;
  font-weight: 500;
  font-size: 18px;
}
.minicart .cart-items li .item-description .item-sub-title {
  display: block;
  font-weight: 300;
  line-height: 1.3;
  font-size: 14px;
}
.minicart .cart-items li .item-description .item-amount .item-quantity {
  margin-right: 5px;
}
.minicart .cart-items li .item-description .item-amount .item-price {
  margin-left: 5px;
}
.minicart .cart-items li .item-dismiss {
  position: absolute;
  z-index: 2;
  right: 30px;
  top: 0;
}
.minicart .cart-items li .item-dismiss a {
  height: 24px;
  width: 24px;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  color: #7b858a;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.minicart .cart-items li .item-dismiss a:hover {
  color: #ff0000;
}
.minicart .total-amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 30px;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 30px;
}
.minicart .action-buttons {
  padding: 0 30px;
}
.minicart .action-buttons li {
  margin-bottom: 10px;
}
.minicart .action-buttons li:last-child {
  margin-bottom: 0;
}
.minicart .action-buttons li a {
  display: block;
  padding: 6px 30px;
  text-align: center;
  border-radius: 4px;
  color: #ffffff;
  background-color: var(--zfy-red);
  border: 1px solid var(--zfy-red);
  font-weight: 500;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.minicart .action-buttons li a:hover {
  background-color: transparent;
  color: var(--zfy-red);
}
header {
  position: relative;
  z-index: 10;
}
nav.template-main-menu > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
nav.template-main-menu > ul > li {
  position: relative;
}
nav.template-main-menu > ul > li > a {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
nav.template-main-menu > ul > li > a:hover {
  color: var(--zfy-red);
  -webkit-animation: toBottomFromTop10 0.3s forwards;
  animation: toBottomFromTop10 0.3s forwards;
}
nav.template-main-menu > ul > li > a > i {
  margin-left: 10px;
  font-size: 14px;
}
nav.template-main-menu > ul > li ul.dropdown-menu-col-1 {
  border-top: 1px solid var(--zfy-red);
  background-color: #ffffff;
  width: 250px;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform: translateY(15px);
  -ms-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
nav.template-main-menu > ul > li ul.dropdown-menu-col-1 li a {
  font-size: 16px;
  font-weight: 500;
  color: #111111;
  padding: 8px 20px;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
nav.template-main-menu > ul > li ul.dropdown-menu-col-1 li a:hover {
  color: #ffffff;
  background-color: var(--zfy-red);
}
nav.template-main-menu > ul > li ul.dropdown-menu-col-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid var(--zfy-red);
  background-color: #ffffff;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform: translateY(15px);
  -ms-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
nav.template-main-menu > ul > li ul.dropdown-menu-col-2 li {
  min-width: 200px;
}
nav.template-main-menu > ul > li ul.dropdown-menu-col-2 li a {
  font-size: 15px;
  color: #111111;
  padding: 8px 15px;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
nav.template-main-menu > ul > li ul.dropdown-menu-col-2 li a:hover {
  color: #ffffff;
  background-color: var(--zfy-red);
}
nav.template-main-menu > ul > li ul.dropdown-menu-col-2 li a:last-child {
  padding-bottom: 15px;
}
nav.template-main-menu > ul > li .third-level {
  border-top: 1px solid var(--zfy-red);
  background-color: #ffffff;
  width: 250px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 100%;
  -webkit-transform: translateY(15px);
  -ms-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
nav.template-main-menu > ul > li .third-level li a {
  font-size: 15px;
  color: #111111;
  padding: 12px 15px;
  display: block;
}
nav.template-main-menu > ul > li .third-level li a:hover {
  color: #ffffff;
  background-color: #3c70fa;
}
nav.template-main-menu > ul > li .template-mega-menu {
  background-color: white;
  border-top: 1px solid var(--zfy-red);
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  top: 100%;
  padding: 20px 0 0;
  -webkit-transform: translateY(15px);
  -ms-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
nav.template-main-menu > ul > li .template-mega-menu .menu-ctg-title {
  font-size: 16px;
  font-weight: 700;
  color: #111111;
  margin-bottom: 15px;
}
nav.template-main-menu > ul > li .template-mega-menu ul.sub-menu {
  margin-bottom: 20px;
}
nav.template-main-menu > ul > li .template-mega-menu ul.sub-menu li {
  margin-bottom: 5px;
  padding-bottom: 7px;
  border-bottom: 1px solid #ebebeb;
}
nav.template-main-menu > ul > li .template-mega-menu ul.sub-menu li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
nav.template-main-menu > ul > li .template-mega-menu ul.sub-menu li a {
  font-size: 15px;
  text-transform: capitalize;
  color: #111111;
  padding: 5px 15px 5px 0;
  display: block;
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  -o-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  position: relative;
  cursor: pointer;
}
nav.template-main-menu > ul > li .template-mega-menu ul.sub-menu li a:hover {
  color: var(--zfy-red);
  padding: 5px 15px 5px 15px;
}
nav.template-main-menu > ul > li:hover ul.dropdown-menu-col-1 {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translatey(0);
  -ms-transform: translatey(0);
  transform: translatey(0);
}
nav.template-main-menu > ul > li:hover ul.dropdown-menu-col-2 {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translatey(0);
  -ms-transform: translatey(0);
  transform: translatey(0);
}
nav.template-main-menu > ul > li:hover .template-mega-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translatey(0);
  -ms-transform: translatey(0);
  transform: translatey(0);
}
nav.template-main-menu > ul > li > ul > li {
  position: relative;
}
nav.template-main-menu > ul > li > ul > li a.third-level-arrow:after {
  position: absolute;
  content: '\f105';
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  opacity: 0.8;
  font-size: 20px;
  z-index: 8;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #111111;
  -webkit-transition: all 1s cubic-bezier(0, 0, 0.15, 1.88);
  -o-transition: all 1s cubic-bezier(0, 0, 0.15, 1.88);
  transition: all 1s cubic-bezier(0, 0, 0.15, 1.88);
}
nav.template-main-menu > ul > li > ul > li:hover .third-level-arrow:after {
  right: 15px;
}
nav.template-main-menu > ul > li > ul > li:hover ul.third-level {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translatey(0);
  -ms-transform: translatey(0);
  transform: translatey(0);
}
.temp-logo a {
  display: block;
}
.sticky-fixed-before #navbar-wrap,
.sticky-fixed-after #navbar-wrap {
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
.sticky-fixed-before #navbar-wrap,
.sticky-fixed-after.sticky #navbar-wrap {
  position: fixed;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.09);
}
.transparent-header.sticky .header-menu,
.transparent-navbar.sticky .header-menu {
  background-color: rgba(0, 0, 0, 0.7);
}
@media only screen and (max-width: 991px) {
  header {
    display: none;
  }
}
.mean-container .mean-bar {
  background: transparent !important;
  float: none;
  padding: 0 !important;
  position: fixed !important;
  top: 0;
  z-index: 7;
}
.mean-container .mean-bar:after {
  content: '';
  clear: both;
  display: block;
}
.mean-container .mean-bar a.logo-mobile {
  width: 15%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .mean-container .mean-bar a.logo-mobile {
    width: 20%;
  }
}
@media only screen and (max-width: 575px) {
  .mean-container .mean-bar a.logo-mobile {
    width: 25%;
  }
}
@media only screen and (max-width: 479px) {
  .mean-container .mean-bar a.logo-mobile {
    width: 30%;
  }
}
.mean-container .mean-bar .mobile-menu-nav-back {
  padding-left: 15px;
  border-bottom: 1px solid #b2b2b2;
  position: relative;
  text-align: center;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.mean-container .mean-bar .mobile-menu-nav-back:before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  background-color: rgba(248, 248, 248, 0.95);
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
}
.mean-container .mean-nav {
  float: none !important;
  background: transparent !important;
}
.mean-container .mean-nav > ul {
  overflow-y: scroll;
  height: 100vh;
}
.mean-container .mean-nav > ul:after {
  content: '';
  display: block;
  clear: both;
}
.mean-container .mean-nav > ul li a {
  font-size: 14px;
  color: #151515;
  font-weight: 700;
  background-color: #ebebeb;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.mean-container .mean-nav > ul li a:hover {
  color: var(--zfy-red);
}
@media only screen and (max-width: 991px) {
  .mean-container .mean-nav > ul li a i {
    display: none;
  }
}
.mean-container .mean-nav > ul li:hover > a {
  color: var(--zfy-red);
  background-color: #ffffff;
}
.mean-container .mean-nav > ul li li a {
  color: #151515;
  opacity: 1;
  font-weight: 400;
  padding: 1% 8%;
  width: 85%;
}
.mean-container .mean-nav > ul li li a:hover {
  background-color: #ffffff;
}
.mean-container .mean-nav > ul li a.mean-expand {
  background-color: transparent;
  margin-top: 0;
  height: 20px;
  line-height: 27px;
  width: 100%;
  text-align: right;
  font-size: 14px;
  padding: 12px 20px 12px 12px !important;
  top: 3px;
}
.mean-container .mean-nav > ul li a.mean-expand:hover {
  background-color: transparent;
}
.mean-container a.meanmenu-reveal {
  float: none !important;
  position: absolute;
  top: 0;
  -webkit-transition: unset;
  -o-transition: unset;
  transition: unset;
  padding: 16px 14px 12px;
}
.mean-container #wrapper {
  padding-top: 50px;
}
@media only screen and (max-width: 991px) {
  .hide-on-mobile-menu {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .hide-on-desktop-menu {
    display: none !important;
  }
}
.menu-layout1 nav.template-main-menu > ul > li > a {
  color: var(--zfy-dark);
  padding: 36px 15px;
}
.menu-layout1 nav.template-main-menu > ul > li > a:hover {
  color: var(--zfy-red);
}
@media only screen and (max-width: 1199px) {
  .menu-layout1 nav.template-main-menu > ul > li > a {
    padding: 36px 10px;
  }
}
.menu-layout1 nav.template-main-menu > ul > li:first-child > a {
  padding: 36px 20px 36px 0;
}
.menu-layout1 nav.template-main-menu > ul > li:first-child > a:before {
  -webkit-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  transform: translateX(-10px);
}
.menu-layout1 nav.template-main-menu > ul > li:first-child > a:hover:before {
  width: calc(100% - 20px);
}
@media only screen and (max-width: 1199px) {
  .menu-layout1 nav.template-main-menu > ul > li:first-child > a {
    padding: 36px 10px 36px 0;
  }
}
.menu-layout1 nav.template-main-menu > ul > li ul.dropdown-menu-col-1 {
  border-top: 0;
}
.menu-layout1 nav.template-main-menu > ul > li ul.dropdown-menu-col-2 {
  border-top: 0;
}
.menu-layout1 nav.template-main-menu > ul > li .template-mega-menu {
  border-top: 0;
}
.menu-layout1 .header-action-items .single-item .minicart-wrap {
  padding-top: 34px;
  padding-bottom: 20px;
}
.sticky .menu-layout1 nav.template-main-menu > ul > li > a {
  padding: 28px 20px;
}
@media only screen and (max-width: 1199px) {
  .sticky .menu-layout1 nav.template-main-menu > ul > li > a {
    padding: 28px 10px;
  }
}
.sticky .menu-layout1 nav.template-main-menu > ul > li:first-child > a {
  padding: 28px 20px 28px 0;
}
@media only screen and (max-width: 1199px) {
  .sticky .menu-layout1 nav.template-main-menu > ul > li:first-child > a {
    padding: 28px 10px 28px 0;
  }
}
.menu-layout2 nav.template-main-menu > ul > li > a {
  color: #000000;
  padding: 26px 20px;
}
.menu-layout2 nav.template-main-menu > ul > li > a:hover {
  color: var(--zfy-red);
}
@media only screen and (max-width: 1199px) {
  .menu-layout2 nav.template-main-menu > ul > li > a {
    padding: 26px 10px;
  }
}
.menu-layout2 nav.template-main-menu > ul > li:first-child > a {
  padding: 26px 20px 26px 0;
}
.menu-layout2 nav.template-main-menu > ul > li:first-child > a:before {
  -webkit-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  transform: translateX(-10px);
}
.menu-layout2 nav.template-main-menu > ul > li:first-child > a:hover:before {
  width: calc(100% - 20px);
}
@media only screen and (max-width: 1199px) {
  .menu-layout2 nav.template-main-menu > ul > li:first-child > a {
    padding: 26px 10px 26px 0;
  }
}
.menu-layout2 nav.template-main-menu > ul > li ul.dropdown-menu-col-1 {
  border-top: 0;
}
.menu-layout2 nav.template-main-menu > ul > li ul.dropdown-menu-col-2 {
  border-top: 0;
}
.menu-layout2 nav.template-main-menu > ul > li .template-mega-menu {
  border-top: 0;
}
.menu-layout2 .header-action-items .single-item .item-btn {
  padding: 0 30px;
  height: 72px;
  border-radius: 0;
  border: 0;
}
.menu-layout2 .header-action-items .single-item .item-btn:hover {
  background-color: #000000;
  color: #ffffff;
}
.menu-layout2 .header-action-items .single-item .minicart-wrap {
  padding-top: 20px;
  padding-bottom: 14px;
}
.sticky .menu-layout2 nav.template-main-menu > ul > li > a {
  padding: 26px 20px;
}
@media only screen and (max-width: 1199px) {
  .sticky .menu-layout2 nav.template-main-menu > ul > li > a {
    padding: 26px 10px;
  }
}
.sticky .menu-layout2 nav.template-main-menu > ul > li:first-child > a {
  padding: 26px 20px 26px 0;
}
@media only screen and (max-width: 1199px) {
  .sticky .menu-layout2 nav.template-main-menu > ul > li:first-child > a {
    padding: 26px 10px 26px 0;
  }
}
#topbar-wrap {
  position: relative;
  z-index: 9;
}
.topbar-layout1 {
  background-color: var(--zfy-blue);
  position: relative;
  z-index: 10;
  padding: 21px 0;
}
.topbar-layout1 .header-address-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.topbar-layout1 .header-address-info .single-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 70px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 1199px) {
  .topbar-layout1 .header-address-info .single-item {
    margin-right: 40px;
  }
}
.topbar-layout1 .header-address-info .single-item:last-child {
  margin-right: 0;
}
.topbar-layout1 .header-address-info .single-item .item-icon {
  color: #ffffff;
  margin-right: 10px;
}
.topbar-layout1 .header-address-info .single-item .item-icon i {
  color: #ffffff;
}
.topbar-layout1 .header-address-info .single-item .item-icon i:before {
  color: #ffffff;
  font-size: 36px;
}
.topbar-layout1 .header-address-info .single-item .item-content {
  margin-left: 10px;
}
.topbar-layout1 .header-address-info .single-item .item-content .item-title {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 0;
}
.topbar-layout1 .header-address-info .single-item .item-content .item-sub-title {
  font-size: 14px;
  color: #ffffff;
  margin: 0;
  padding: 0;
  line-height: 1;
  float: left;
}
.topbar-layout2 {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 100;
  background-color: #0a1015;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.topbar-layout2 .header-address-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.topbar-layout2 .header-address-info .single-item {
  color: #969696;
  margin-right: 20px;
  font-size: 15px;
}
.topbar-layout2 .header-address-info .single-item:last-child {
  margin-right: 0;
}
.topbar-layout2 .header-social-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.topbar-layout2 .header-social-info .single-item {
  margin-right: 15px;
}
.topbar-layout2 .header-social-info .single-item:last-child {
  margin-right: 0;
}
.topbar-layout2 .header-social-info .single-item a {
  color: #aaabab;
  display: block;
  padding: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.topbar-layout2 .header-social-info .single-item a:hover {
  color: #ffffff;
}
.topbar-layout2 .header-social-info .single-item a i {
  font-size: 15px;
}
.topbar-layout3 {
  border-bottom: 1px solid #d9d9d9;
}
.topbar-layout3 .header-address-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.topbar-layout3 .header-address-info .single-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 90px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.topbar-layout3 .header-address-info .single-item:last-child {
  margin-right: 0;
}
.topbar-layout3 .header-address-info .single-item .item-icon {
  color: var(--zfy-red);
  font-size: 42px;
}
.topbar-layout3 .header-address-info .single-item .item-icon i {
  color: var(--zfy-red);
  font-size: 42px;
}
.topbar-layout3 .header-address-info .single-item .item-icon i:before {
  color: var(--zfy-red);
  font-size: 42px;
}
.topbar-layout3 .header-address-info .single-item .item-content {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 10px;
  font-weight: 600;
  font-size: 18px;
}
.topbar-layout3 .header-address-info .single-item .item-content .item-title {
  line-height: 1.6;
  color: var(--zfy-red);
}
.topbar-layout3 .header-address-info .single-item .item-content .item-sub-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  color: #151515;
}
.return-to-top {
  overflow: hidden;
  position: fixed;
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 4px;
  bottom: -50px;
  right: 20px;
  text-align: center;
  z-index: 9999;
  background-color: var(--zfy-red);
  display: block;
  font-size: 16px;
  color: #ffffff;
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  -o-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
}
.return-to-top i {
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.return-to-top:hover,
.return-to-top:focus {
  color: #ffffff;
}
.return-to-top:hover i,
.return-to-top:focus i {
  -webkit-animation: toBottomFromTop 0.5s forwards;
  animation: toBottomFromTop 0.5s forwards;
}
.return-to-top.back-top {
  bottom: 20px;
}
@-webkit-keyframes toBottomFromTop {
  49% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toBottomFromTop {
  49% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
@media only screen and (min-width: 1400px) {
  .box-layout .box-layout-child {
    max-width: 1420px;
    margin: 0 auto;
    padding-left: 120px;
    padding-right: 120px;
    position: relative;
    z-index: 1;
  }
  .box-layout .box-layout-child:before {
    content: '';
    z-index: 1;
    position: absolute;
    background-repeat: repeat-y;
    background-image: url('../../images/element/element2.png');
    left: -17px;
    top: 0;
    width: 17px;
    height: 100%;
  }
  .box-layout .box-layout-child:after {
    content: '';
    z-index: 1;
    position: absolute;
    background-repeat: repeat-y;
    background-image: url('../../images/element/element3.png');
    right: -17px;
    top: 0;
    width: 17px;
    height: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
/* .btn-fill { position: relative; z-index: 2; padding: 13px 20px 10px; border-radius: 28px; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; white-space: nowrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; color: #ffffff; font-size: 16px; font-weight: 500; background-color: var(--zfy-red); border: 1px solid; border-color: var(--zfy-red); -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } */
.btn-fill {
  position: relative;
  z-index: 2;
  padding: 13px 20px 10px;
  border-radius: 28px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  white-space: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  background-color: var(--zfy-red);
  border: 1px solid;
  border-color: var(--zfy-red);
}
.btn-fill i {
  line-height: 1;
  margin-left: 12px;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-fill i:before {
  font-size: 30px;
}
.btn-fill:hover {
  color: #ffffff;
  /* background-color: transparent;  */
}

.btn-fill:hover + .wx_img {
  display: block;
}

.wx_img {
  position: absolute;
  background: #fff;
  padding: 5px 18px 6px;
  display: none;
  right: -35px;
  top: 80px;
}

.wx_img p {
  text-align: center;
  margin: 10px 0 0;
}

.wx_img img {
  width: 166px;
  height: 166px;
  max-width: inherit;
}
.btn-fill:hover i {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}
.btn-fill:focus {
  outline: none;
}
.btn-ghost {
  position: relative;
  z-index: 2;
  padding: 10px 30px;
  border-radius: 4px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--zfy-red);
  background-color: transparent;
  border: 1px solid;
  border-color: var(--zfy-red);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-ghost i {
  line-height: 1;
  margin-left: 12px;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-ghost i:before {
  font-size: 30px;
}
.btn-ghost:hover {
  color: #ffffff;
  background-color: var(--zfy-red);
}
.btn-ghost:hover i {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}
.btn-text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #066fd1;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-text i {
  margin-left: 10px;
  line-height: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  color: #066fd1;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-text i:before {
  font-size: 25px;
}
.btn-text:hover {
  color: var(--zfy-red);
}
.btn-text:hover i {
  color: var(--zfy-red);
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}
.btn-fill.btn-light {
  border-color: #ffffff;
  color: #000000;
  background-color: #ffffff;
}
.btn-fill.btn-light:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.btn-ghost.btn-light {
  border-color: #ffffff;
  color: #ffffff;
  background-color: transparent;
}
.btn-ghost.btn-light:hover {
  color: #000000;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-fill.btn-gradient {
  border: 0;
}
.btn-fill.btn-gradient:after {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  right: inherit;
  left: 0;
  top: 0;
  z-index: -1;
  border-radius: 4px;
  background: #e42525;
  background: -o-linear-gradient(30deg, #e42525 0%, #fc6363 100%);
  background: linear-gradient(60deg, #e42525 0%, #fc6363 100%);
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.btn-fill.btn-gradient:before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  right: inherit;
  left: 0;
  top: 0;
  z-index: -1;
  border-radius: 4px;
  background: #fc6363;
  background: -o-linear-gradient(30deg, #fc6363 0%, #e42525 100%);
  background: linear-gradient(60deg, #fc6363 0%, #e42525 100%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.btn-fill.btn-gradient:hover {
  color: #ffffff;
}
.btn-fill.btn-gradient:hover:after {
  opacity: 0;
  visibility: hidden;
}
.btn-fill.btn-gradient:hover:before {
  opacity: 1;
  visibility: visible;
}
.btn-play-layout1 {
  height: 90px;
  width: 90px;
  background-color: rgba(255, 94, 20, 0.8);
  color: #ffffff;
  position: absolute;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 30px;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-play-layout1 i {
  margin-left: 4px;
}
.btn-play-layout1:hover {
  background-color: var(--zfy-red);
  color: #ffffff;
}
@media only screen and (max-width: 1199px) {
  .btn-play-layout1 {
    height: 80px;
    width: 80px;
    font-size: 28px;
  }
}
@media only screen and (max-width: 991px) {
  .btn-play-layout1 {
    height: 70px;
    width: 70px;
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .btn-play-layout1 {
    height: 60px;
    width: 60px;
    font-size: 24px;
  }
}
@media only screen and (max-width: 575px) {
  .btn-play-layout1 {
    height: 50px;
    width: 50px;
    font-size: 22px;
  }
}
.isotop-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.isotop-btn a.nav-item {
  font-size: 20px;
  font-weight: 500;
  padding: 8px 24px 6px;
  margin-left: 10px;
  margin-bottom: 5px;
  color: #111111;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.isotop-btn a.nav-item:hover {
  color: var(--zfy-red);
}
.isotop-btn a.nav-item.current {
  color: #ffffff;
  background-color: var(--zfy-red);
}
a {
  color: #007bff;
}
a,
a:active,
a:hover,
a:focus {
  text-decoration: none;
  outline: 0 none;
}
input,
textarea {
  width: 100%;
  padding: 10px 12px;
  outline: 0;
}
button {
  cursor: pointer;
}
svg {
  display: block;
}
img {
  max-width: 100%;
  height: auto;
}
ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
[class^='flaticon-']:before,
[class*=' flaticon-']:before,
[class^='flaticon-']:after,
[class*=' flaticon-']:after {
  margin-left: 0;
}
.form-response .alert-danger,
.form-response .alert.alert-info,
.form-response .alert.alert-success {
  margin-top: 10px;
  margin-bottom: 0;
}
.form-response .alert-danger p,
.form-response .alert.alert-info p,
.form-response .alert.alert-success p {
  margin-bottom: 0;
}
.owl-carousel.col-full-width [class^='col-'] {
  max-width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding-left: 0;
  padding-right: 0;
}
.owl-carousel.row {
  margin-left: 0;
  margin-right: 0;
}
ul.inline-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
ul.inline-list li {
  margin-right: 15px;
  margin-bottom: 15px;
}
ul.inline-list li:last-child {
  margin-right: 0;
}
.item-icon {
  line-height: 1;
}
section {
  position: relative;
}
@media screen and (max-width: 767px) {
  .wow {
    -webkit-animation-name: none !important;
    animation-name: none !important;
    visibility: visible !important;
  }
}
#preloader {
  background: #1e91f3 url('../../images/preloader.gif') no-repeat scroll center center;
  height: 100%;
  left: 0;
  overflow: visible;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999999;
}
.active-custom-style .preloader-gif {
  display: none;
}
.active-gif .preloader-custom-style {
  display: none;
}
body {
  position: relative;
  z-index: 99;
}
body .preloader {
  position: absolute;
  z-index: 9999999;
  height: 100%;
  width: 100%;
}
body .preloader-custom-style {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
}
body .preloader-custom-style li {
  height: 100%;
  position: relative;
  z-index: 1;
  width: 50%;
}
body .preloader-custom-style li:after,
body .preloader-custom-style li:before {
  position: absolute;
  z-index: 99;
  content: '';
  height: 100%;
  width: 50%;
  top: 0;
  background-color: #f5f5f5;
}
body .preloader-custom-style li:before {
  left: 0;
}
body .preloader-custom-style li:after {
  right: 0;
}
body .preloader-gif {
  background-color: #ffffff;
  height: 100%;
  width: 100%;
}
body .preloader-gif img {
  position: fixed;
  z-index: 999;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
body.loaded .wrapper {
  opacity: 1;
  visibility: visible;
}
body.loaded .preloader {
  z-index: -9999999;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -webkit-transition-delay: 1.1s;
  -o-transition-delay: 1.1s;
  transition-delay: 1.1s;
}
body.loaded .preloader-custom-style li:after,
body.loaded .preloader-custom-style li:before {
  -webkit-transition: all 1s cubic-bezier(0.38, 0, 0.82, -0.01);
  -o-transition: all 1s cubic-bezier(0.38, 0, 0.82, -0.01);
  transition: all 1s cubic-bezier(0.38, 0, 0.82, -0.01);
}
body.loaded .preloader-custom-style li:before {
  width: 0;
}
body.loaded .preloader-custom-style li:after {
  width: 0;
}
body.loaded .preloader-gif {
  display: none;
}
.section-heading {
  position: relative;
  z-index: 1;
  margin-bottom: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.section-heading .heading-bar {
  position: relative;
}
.section-heading .heading-bar:after {
  content: '';
  height: calc(100% - 5px);
  width: 5px;
  background-color: var(--zfy-red);
  position: absolute;
  top: 2px;
  left: 0;
}
@media only screen and (max-width: 991px) {
  .section-heading .heading-bar:after {
    height: calc(100% - 18px);
  }
}
@media only screen and (max-width: 767px) {
  .section-heading .heading-bar:after {
    top: 7px;
    height: calc(100% - 19px);
  }
}
.section-heading .item-subtitle {
  font-weight: 500;
  font-size: 22px;
  letter-spacing: 1px;
}
@media only screen and (max-width: 991px) {
  .section-heading .item-subtitle {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .section-heading .item-subtitle {
    font-size: 18px;
  }
}
.section-heading .item-title {
  font-weight: 700;
}
.section-heading.heading-layout1 .item-subtitle {
  color: var(--zfy-red);
  margin-bottom: 5px;
  padding-left: 25px;
}
.section-heading.heading-layout1 .item-title {
  padding-left: 25px;
  margin-bottom: 0;
}
.section-heading.heading-layout1 p {
  width: 50%;
}
.section-heading.heading-layout1.paragraph-layout1 p {
  width: 62%;
}
@media only screen and (max-width: 991px) {
  .section-heading.heading-layout1.paragraph-layout1 p {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .section-heading.heading-layout1.paragraph-layout2 p {
    width: 65%;
  }
}
@media only screen and (max-width: 767px) {
  .section-heading.heading-layout1.paragraph-layout2 p {
    width: 100%;
  }
}
.section-heading.heading-layout2 {
  margin-bottom: 20px;
  text-align: center;
}
.section-heading.heading-layout2 .item-title {
  margin-bottom: 10px;
  color: var(--zfy-red);
}
.section-heading.heading-layout2 .item-subtitle {
  color: var(--zfy-dark);
  margin-bottom: 6px;
}
.section-heading.heading-layout2 p {
  width: 50%;
  margin: 0 auto;
  font-size: 12px;
}
@media only screen and (max-width: 991px) {
  .section-heading.heading-layout2 p {
    width: 75%;
  }
}
@media only screen and (max-width: 767px) {
  .section-heading.heading-layout2 p {
    width: 100%;
  }
}
.section-heading.heading-layout3 .item-title {
  margin-bottom: 10px;
}
.section-heading.heading-layout3 .item-subtitle {
  color: var(--zfy-red);
  margin-bottom: 5px;
}
.section-heading.heading-layout4 .item-title {
  margin-bottom: 10px;
}
.section-heading.heading-layout4 .item-subtitle {
  color: var(--zfy-red);
  margin-bottom: 8px;
}
.section-heading.heading-layout5 {
  margin-bottom: 20px;
}
.section-heading.heading-layout5 .item-title {
  margin-bottom: 10px;
}
.template-search {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translate(0px, -100%) scale(0, 0);
  -ms-transform: translate(0px, -100%) scale(0, 0);
  transform: translate(0px, -100%) scale(0, 0);
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
}
.template-search .search-form {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.template-search .search-form input[type='search'] {
  width: 60%;
  color: white;
  font-size: 24px;
  text-align: left;
  border: 1px solid #646464;
  margin: 0 auto;
  padding: 25px 74px 25px 30px;
  outline: none;
  background-color: transparent;
}
@media only screen and (max-width: 575px) {
  .template-search .search-form input[type='search'] {
    width: 75%;
  }
}
.template-search .search-form .search-btn {
  padding: 24px;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transform: translateX(-77px);
  -ms-transform: translateX(-77px);
  transform: translateX(-77px);
}
.template-search .search-form .search-btn i:before {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  margin-left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.template-search .search-form .search-btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.template-search .search-form .search-btn:hover i:before {
  color: var(--zfy-red);
}
.template-search .close {
  position: fixed;
  top: 15px;
  right: 15px;
  color: rgba(255, 255, 255, 0.3);
  background-color: transparent;
  border: none;
  opacity: 1;
  visibility: visible;
  padding: 3px 15px 5px;
  font-size: 60px;
  font-weight: 300;
  border-radius: 2px;
  cursor: pointer;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.template-search .close:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  outline: none;
}
.template-search .close:hover {
  color: var(--zfy-red);
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  outline: none;
}
.template-search.open {
  -webkit-transform: translate(0px, 0px) scale(1, 1);
  -ms-transform: translate(0px, 0px) scale(1, 1);
  transform: translate(0px, 0px) scale(1, 1);
  opacity: 1;
  visibility: visible;
}
.template-sidebar {
  margin-bottom: 30px;
}
.template-sidebar .widget {
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}
.template-sidebar .widget:last-child {
  margin-bottom: 0 !important;
}
.template-sidebar .widget .widget-heading {
  margin-bottom: 20px;
}
.template-sidebar .widget .widget-heading .item-title {
  font-weight: 700;
  margin-bottom: 10px;
}
.template-sidebar .widget-border-box {
  border: 1px solid #e7e7e7;
  border-radius: 4px;
  padding: 22px 30px 40px;
}
@media only screen and (max-width: 991px) {
  .template-sidebar {
    margin-top: 40px;
  }
}
.widget-category {
  background-color: #f4f4f4;
}
.widget-category ul li {
  border-bottom: 1px solid rgba(36, 36, 36, 0.1);
}
.widget-category ul li:last-child {
  border-bottom: none;
}
.widget-category ul li a {
  display: block;
  font-size: 20px;
  color: #151515;
  font-weight: 600;
  padding: 15px 40px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.widget-category ul li a:hover {
  background-color: #f83a00;
  color: #ffffff;
}
.widget-category-2 .category-list ul li a {
  display: block;
  color: #151515;
  font-weight: 600;
  padding: 5px 18px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.widget-category-2 .category-list ul li a:hover {
  background-color: #f83a00;
  color: #ffffff;
}
.widget-download-brochure {
  background-color: #f1f1f1;
  padding: 30px 20px 25px;
}
.widget-download-brochure .item-title {
  font-weight: 600;
  margin-bottom: 0;
}
.widget-download-brochure .download-btn {
  background-color: #06112d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  color: #ffffff;
  font-weight: 600;
  padding: 15px 25px;
}
.widget-download-brochure .download-btn i {
  font-weight: 600;
  color: var(--zfy-red);
  font-size: 24px;
}
.widget-contact-info {
  background-image: url('../img/figure/widget1.jpg');
  position: relative;
  padding: 40px 30px 35px;
}
.widget-contact-info:after {
  content: '';
  height: 100%;
  width: 100%;
  background-color: rgba(6, 21, 56, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.widget-contact-info .item-title {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 0;
}
.widget-contact-info p {
  color: #ffffff;
}
.widget-contact-info .contact-method ul li {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
}
.widget-contact-info .contact-method ul li i:before {
  margin-right: 14px;
  font-size: 18px;
  font-weight: 400;
  color: var(--zfy-red);
}
.widget-search-box .stylish-input-group {
  background-color: #f4f4f4;
  height: 60px;
  border-radius: 4px;
  padding: 0 10px;
}
.widget-search-box .stylish-input-group .form-control {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  background: transparent;
  color: #000000;
  font-size: 16px;
  height: 60px;
}
.widget-search-box .stylish-input-group .input-group-addon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent !important;
}
.widget-search-box .stylish-input-group .input-group-addon button {
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.widget-search-box .stylish-input-group .input-group-addon button span:before {
  color: #151515;
  font-size: 18px;
  font-weight: 700;
  margin-left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.widget-search-box .stylish-input-group .input-group-addon button:hover span {
  color: var(--zfy-red);
}
.widget-search-box .stylish-input-group .input-group-addon button:hover span:before {
  color: var(--zfy-red);
}
.widget-search-box .stylish-input-group .input-group-addon button:focus {
  outline: none;
}
.widget-search-box .stylish-input-group input.form-control::-webkit-input-placeholder,
.widget-search-box .stylish-input-group textarea.form-control::-webkit-input-placeholder {
  color: #9a9a9a;
  font-size: 14px;
}
.widget-recent-post .post-box-wrap .post-box {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.widget-recent-post .post-box-wrap .post-box:last-child {
  margin-bottom: 0;
}
.widget-recent-post .post-box-wrap .post-box .item-img {
  margin-right: 10px;
}
.widget-recent-post .post-box-wrap .post-box .item-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.widget-recent-post .post-box-wrap .post-box .item-content .item-tag {
  font-size: 14px;
  color: var(--zfy-red);
  margin-right: 10px;
}
.widget-recent-post .post-box-wrap .post-box .item-content .item-date {
  font-size: 14px;
  color: #959595;
}
.widget-recent-post .post-box-wrap .post-box .item-content .item-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 0;
}
.widget-recent-post .post-box-wrap .post-box .item-content .item-title a {
  color: #151515;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.widget-recent-post .post-box-wrap .post-box .item-content .item-title a:hover {
  color: var(--zfy-red);
}
.widget-tag .item-tag ul li {
  display: inline-block;
  margin-bottom: 8px;
  margin-right: 4px;
}
.widget-tag .item-tag ul li a {
  display: inline-block;
  font-size: 15px;
  color: #151515;
  border: 1px solid #e3e3e3;
  padding: 2px 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.widget-tag .item-tag ul li a:hover {
  background-color: #f83a00;
  border-color: #f83a00;
  color: #ffffff;
}
.fxt-error-box-layout1 {
  text-align: center;
  margin-bottom: 30px;
}
.fxt-error-box-layout1 .error-img {
  margin-bottom: 60px;
}
.fxt-error-box-layout1 .item-title {
  font-weight: 600;
  color: #05121f;
  margin-bottom: 55px;
}
.fxt-error-box-layout1 .item-btn {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  display: inline-block;
  padding: 12px 27px;
  background-color: var(--zfy-red);
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fxt-error-box-layout1 .item-btn:hover {
  background-color: #151515;
}
.fxt-about-box-layot1 {
  margin-bottom: 20px;
}
.fxt-about-box-layot1 .ceo-detail {
  margin-top: 50px;
}
.fxt-about-box-layot1 .ceo-detail img {
  margin-bottom: 10px;
}
.fxt-about-box-layot1 .ceo-detail .item-title {
  font-weight: 600;
  margin-bottom: 4px;
}
.fxt-about-box-layot1 .ceo-detail .item-subtitle {
  color: var(--color-text);
  font-weight: 700;
}
.fxt-about-box-layout2 {
  margin-bottom: 30px;
  position: relative;
}
.fxt-about-box-layout2 img {
  border-radius: 4px;
}
.fxt-about-box-layout2 .play-btn {
  text-align: center;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  height: 70px;
  width: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--zfy-red);
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.fxt-about-box-layout2 .play-btn i {
  font-size: 24px;
  color: #ffffff;
}
.fxt-about-box-layout2 .play-btn:hover {
  opacity: 0.8;
}
.fxt-about-box-layout3 {
  position: relative;
  margin-bottom: 30px;
}
.fxt-about-box-layout3 .item-content {
  text-align: center;
  background-color: var(--zfy-red);
  border-radius: 4px;
  padding: 50px 30px 25px;
  display: inline-block;
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .fxt-about-box-layout3 .item-content {
    width: 80%;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-about-box-layout3 .item-content {
    width: 95%;
    padding: 25px 5px 0;
  }
}
.fxt-about-box-layout3 .item-content .item-subtitle {
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 10px;
}
.fxt-about-box-layout3 .item-content .item-title {
  color: #ffffff;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .fxt-about-box-layout3 .item-content .item-title {
    font-size: 26px;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-about-box-layout3 .item-content .item-title {
    font-size: 24px;
  }
}
.fxt-about-wrap-layout4 {
  background-color: #10102a;
}
.fxt-about-wrap-layout4 .compress-left-side {
  padding-left: calc(calc(100% - 1140px) / 2) !important;
  padding-right: 50px !important;
}
@media only screen and (max-width: 1199px) {
  .fxt-about-wrap-layout4 .compress-left-side {
    padding-right: calc(calc(100% - 930px) / 2) !important;
    padding-left: calc(calc(100% - 930px) / 2) !important;
  }
}
@media only screen and (max-width: 991px) {
  .fxt-about-wrap-layout4 .compress-left-side {
    padding-right: calc(calc(100% - 690px) / 2) !important;
    padding-left: calc(calc(100% - 690px) / 2) !important;
  }
}
@media only screen and (max-width: 767px) {
  .fxt-about-wrap-layout4 .compress-left-side {
    padding-right: calc(calc(100% - 510px) / 2) !important;
    padding-left: calc(calc(100% - 510px) / 2) !important;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-about-wrap-layout4 .compress-left-side {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}
.fxt-about-box-layout4 {
  margin-bottom: 30px;
}
.fxt-about-box-layout4 .btn-fill {
  margin-top: 10px;
}
.fxt-about-box-layout5 {
  padding-top: 100px;
  padding-bottom: 78px;
}
@media only screen and (max-width: 991px) {
  .fxt-about-box-layout5 {
    padding-top: 90px;
    padding-bottom: 68px;
  }
}
@media only screen and (max-width: 767px) {
  .fxt-about-box-layout5 {
    padding-top: 80px;
    padding-bottom: 58px;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-about-box-layout5 {
    padding-top: 70px;
    padding-bottom: 48px;
  }
}
.fxt-about-box-layout5 .item-title {
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 30px;
}
.fxt-about-box-layout5 p {
  color: #ffffff;
}
.fxt-about-box-layout6 {
  padding: 100px 0;
  position: relative;
  z-index: 0;
}
.fxt-about-box-layout6:before {
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.6);
}
.fxt-about-box-layout6 .play-btn {
  text-align: center;
  height: 100px;
  width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--zfy-red);
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .fxt-about-box-layout6 .play-btn {
    height: 80px;
    width: 80px;
  }
  .fxt-about-box-layout6 .play-btn i {
    font-size: 20px;
  }
}
.fxt-about-box-layout6 .play-btn i {
  font-size: 32px;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fxt-about-box-layout6 .play-btn:hover {
  background-color: #ffffff;
}
.fxt-about-box-layout6 .play-btn:hover i {
  color: var(--zfy-red);
}
.fxt-about-box-layout7 .item-content {
  padding-top: 30px;
}
.fxt-about-box-layout8 {
  margin-bottom: 30px;
}
.fxt-about-box-layout8 .item-img img {
  border-radius: 4px;
}
.fxt-about-box-layout9 .item-box {
  margin-bottom: 30px;
}
.fxt-about-box-layout9 .item-box .item-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.fxt-about-box-layout9 .item-box .item-heading .item-icon {
  margin-right: 15px;
}
.fxt-about-box-layout9 .item-box .item-heading .item-icon i:before {
  font-size: 60px;
  color: #888888;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fxt-about-box-layout9 .item-box .item-heading .item-title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 600;
  margin-bottom: 0;
}
.fxt-about-box-layout9 .item-box:hover .item-heading .item-icon i:before {
  color: var(--zfy-red);
}
.fxt-about-box-layout10 {
  margin-bottom: 0;
}
.fxt-main-banner .nivo-caption {
  padding: 0;
  opacity: 1;
}
.fxt-main-banner .slide.slide-1,
.fxt-main-banner .slide.slide-2,
.fxt-main-banner .slide.slide-3 {
  height: 100%;
}
.fxt-main-banner .slide.slide-1 .banner-sub-text,
.fxt-main-banner .slide.slide-2 .banner-sub-text,
.fxt-main-banner .slide.slide-3 .banner-sub-text {
  -webkit-animation: fadeInUp 500ms ease-in-out;
  animation: fadeInUp 500ms ease-in-out;
}
.fxt-main-banner .slide.slide-1 .banner-big-text,
.fxt-main-banner .slide.slide-2 .banner-big-text,
.fxt-main-banner .slide.slide-3 .banner-big-text {
  -webkit-animation: fadeInUp 1000ms ease-in-out;
  animation: fadeInUp 1000ms ease-in-out;
}
.fxt-main-banner .slide.slide-1 .banner-paragraph,
.fxt-main-banner .slide.slide-2 .banner-paragraph,
.fxt-main-banner .slide.slide-3 .banner-paragraph {
  -webkit-animation: fadeInUp 1500ms ease-in-out;
  animation: fadeInUp 1500ms ease-in-out;
}
.fxt-main-banner .slide.slide-1 .banner-btns,
.fxt-main-banner .slide.slide-2 .banner-btns,
.fxt-main-banner .slide.slide-3 .banner-btns {
  -webkit-animation: fadeInUp 2000ms ease-in-out;
  animation: fadeInUp 2000ms ease-in-out;
}
.fxt-main-banner-layout1 {
  position: relative;
  z-index: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#main_content h1.banner-big-text {
  font-family: '华文行楷', 'STFangsong', 'Microsoft YaHei';
  font-weight: 500;
}

@media only screen and (min-width: 992px) {
  .fxt-main-banner-layout1 {
    height: calc(100vh - 189px);
  }
}
.fxt-main-banner-layout1:before {
  content: url('../../images/elements/element1.png');
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 6;
}
.fxt-main-banner-layout1 .item-content {
  position: relative;
  z-index: 7;
  margin-top: 10px;
}
@media only screen and (max-width: 991px) {
  .fxt-main-banner-layout1 .item-content {
    padding: 97px 0 100px;
  }
}
@media only screen and (max-width: 767px) {
  .fxt-main-banner-layout1 .item-content {
    padding: 77px 0 67px;
    text-align: center;
  }
}
.fxt-main-banner-layout1 .item-content .banner-sub-text {
  color: var(--zfy-red);
  font-size: 24px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 991px) {
  .fxt-main-banner-layout1 .item-content .banner-sub-text {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .fxt-main-banner-layout1 .item-content .banner-sub-text {
    font-size: 20px;
  }
}
.fxt-main-banner-layout1 .item-content .banner-big-text {
  color: #ffffff;
  font-size: 70px;
  font-weight: 600;
  line-height: 80px;
  width: 70%;
}
@media only screen and (max-width: 1199px) {
  .fxt-main-banner-layout1 .item-content .banner-big-text {
    font-size: 56px;
    width: 70%;
    line-height: 66px;
  }
}
@media only screen and (max-width: 991px) {
  .fxt-main-banner-layout1 .item-content .banner-big-text {
    font-size: 48px;
    margin-bottom: 0;
    width: 80%;
    line-height: 58px;
  }
}
@media only screen and (max-width: 767px) {
  .fxt-main-banner-layout1 .item-content .banner-big-text {
    font-size: 40px;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    line-height: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-main-banner-layout1 .item-content .banner-big-text {
    font-size: 36px;
    line-height: 46px;
  }
}
.fxt-main-banner-layout1 .item-content .banner-paragraph {
  color: #ffffff;
  padding: 0;
  width: 80%;
  font-size: 18px;
}
@media only screen and (max-width: 1199px) {
  .fxt-main-banner-layout1 .item-content .banner-paragraph {
    width: 80%;
  }
}
@media only screen and (max-width: 991px) {
  .fxt-main-banner-layout1 .item-content .banner-paragraph {
    width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .fxt-main-banner-layout1 .item-content .banner-paragraph {
    display: none;
  }
}
.fxt-main-banner-layout1 .item-content .banner-btns {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .fxt-main-banner-layout1 .item-content .banner-btns {
    display: none;
  }
}
.fxt-main-banner-layout1 .item-content .banner-btns .item-btn {
  margin-right: 30px;
  margin-bottom: 15px;
}
.fxt-main-banner-layout2 {
  position: relative;
  z-index: 1;
}
.fxt-main-banner-layout2:before {
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 6;
  background-color: rgba(0, 0, 0, 0.35);
}
.fxt-main-banner-layout2 .container {
  position: relative;
  z-index: 1;
  height: 100%;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .fxt-main-banner-layout2 .container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.fxt-main-banner-layout2 .container .content-box {
  margin-top: 10px;
}
@media only screen and (max-width: 1199px) {
  .fxt-main-banner-layout2 .container .content-box {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 991px) {
  .fxt-main-banner-layout2 .container .content-box {
    margin-top: -78px;
  }
}
@media only screen and (max-width: 767px) {
  .fxt-main-banner-layout2 .container .content-box {
    margin-top: -25px;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-main-banner-layout2 .container .content-box {
    padding: 0 15px;
    margin-top: -5px;
  }
}
.fxt-main-banner-layout2 .container .content-box .banner-sub-text {
  color: var(--zfy-red);
  font-size: 24px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1199px) {
  .fxt-main-banner-layout2 .container .content-box .banner-sub-text {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .fxt-main-banner-layout2 .container .content-box .banner-sub-text {
    display: block;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-main-banner-layout2 .container .content-box .banner-sub-text {
    display: none;
  }
}
.fxt-main-banner-layout2 .container .content-box .banner-big-text {
  color: #ffffff;
  font-size: 60px;
  font-weight: 600;
  line-height: 70px;
}
@media only screen and (max-width: 1199px) {
  .fxt-main-banner-layout2 .container .content-box .banner-big-text {
    font-size: 56px;
    width: 70%;
    line-height: 66px;
    margin: 0 auto 20px;
  }
}
@media only screen and (max-width: 991px) {
  .fxt-main-banner-layout2 .container .content-box .banner-big-text {
    font-size: 48px;
    line-height: 58px;
    width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .fxt-main-banner-layout2 .container .content-box .banner-big-text {
    font-size: 40px;
    width: 90%;
    line-height: 50px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-main-banner-layout2 .container .content-box .banner-big-text {
    font-size: 36px;
    width: 100%;
    margin-bottom: 0;
    line-height: 46px;
  }
}
.fxt-main-banner-layout2 .container .content-box .banner-big-text span {
  color: var(--zfy-red);
  font-weight: 300;
}
.fxt-main-banner-layout2 .container .content-box .banner-paragraph {
  color: #ffffff;
  padding: 0;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  font-size: 18px;
}
@media only screen and (max-width: 1199px) {
  .fxt-main-banner-layout2 .container .content-box .banner-paragraph {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .fxt-main-banner-layout2 .container .content-box .banner-paragraph {
    width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .fxt-main-banner-layout2 .container .content-box .banner-paragraph {
    display: none;
  }
}
.fxt-main-banner-layout2 .container .content-box .banner-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .fxt-main-banner-layout2 .container .content-box .banner-btns {
    display: none;
  }
}
.fxt-main-banner-layout2 .container .content-box .banner-btns .item-btn {
  margin-right: 30px;
}
.fxt-main-banner-layout2 .container .content-box .banner-btns .item-btn:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .fxt-main-banner-layout2 .nivo-prevNav,
  .fxt-main-banner-layout2 .nivo-nextNav {
    opacity: 0;
    visibility: hidden;
  }
}
.fxt-main-banner-layout2 .nivo-controlNav {
  position: absolute;
  z-index: 8;
  left: 0;
  right: 0;
  bottom: 20px;
}
@media only screen and (max-width: 1199px) {
  .fxt-main-banner-layout2 .nivo-controlNav {
    bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .fxt-main-banner-layout2 .nivo-controlNav {
    bottom: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-main-banner-layout2 .nivo-controlNav {
    bottom: 10px;
  }
}
.fxt-main-banner-layout2 .nivo-controlNav .nivo-control {
  height: 12px;
  width: 12px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #4f504c;
  margin: 0 6px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-indent: -9999999999px;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fxt-main-banner-layout2 .nivo-controlNav .nivo-control.active {
  background-color: var(--zfy-red);
}
@media only screen and (max-width: 767px) {
  .fxt-main-banner-layout2:hover .nivo-prevNav {
    opacity: 1;
    visibility: visible;
    left: 10px;
  }
  .fxt-main-banner-layout2:hover .nivo-nextNav {
    opacity: 1;
    visibility: visible;
    right: 10px;
  }
}
.fxt-inner-banner-wrap-layout1 {
  position: relative;
  z-index: 2;
}
.fxt-inner-banner-wrap-layout1:after {
  content: '';
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.fxt-inner-banner-box-layout1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .fxt-inner-banner-box-layout1 {
    display: block;
  }
}
.fxt-inner-banner-box-layout1 .item-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.fxt-inner-banner-box-layout1 .item-content .item-subtitle {
  font-size: 22px;
  font-weight: 500;
  color: var(--zfy-red);
  margin-bottom: 5px;
  letter-spacing: 1px;
}
@media only screen and (max-width: 991px) {
  .fxt-inner-banner-box-layout1 .item-content .item-subtitle {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .fxt-inner-banner-box-layout1 .item-content .item-subtitle {
    font-size: 18px;
  }
}
.fxt-inner-banner-box-layout1 .item-content .item-title {
  color: #ffffff;
  font-weight: 700;
}
.fxt-inner-banner-box-layout1 .item-content p {
  color: #ffffff;
  width: 60%;
}
@media only screen and (max-width: 767px) {
  .fxt-inner-banner-box-layout1 .item-content p {
    width: 100%;
  }
}
.fxt-inner-banner-box-layout1 .banner-btn {
  margin-bottom: 30px;
}
.fxt-inner-banner-wrap-layout2 {
  position: relative;
  z-index: 2;
  padding: 105px 0 110px;
}
@media only screen and (max-width: 991px) {
  .fxt-inner-banner-wrap-layout2 {
    padding: 90px 0 95px;
  }
}
@media only screen and (max-width: 767px) {
  .fxt-inner-banner-wrap-layout2 {
    padding: 75px 0 80px;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-inner-banner-wrap-layout2 {
    padding: 60px 0 65px;
  }
}
.fxt-inner-banner-wrap-layout2:after {
  content: '';
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.fxt-inner-banner-box-layout2 {
  text-align: center;
}
.fxt-inner-banner-box-layout2 .item-subtitle {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 1px;
  color: var(--zfy-red);
  margin-bottom: 10px;
}
@media only screen and (max-width: 991px) {
  .fxt-inner-banner-box-layout2 .item-subtitle {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .fxt-inner-banner-box-layout2 .item-subtitle {
    font-size: 18px;
  }
}
.fxt-inner-banner-box-layout2 .item-title {
  font-size: 40px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 36px;
}
@media only screen and (max-width: 991px) {
  .fxt-inner-banner-box-layout2 .item-title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .fxt-inner-banner-box-layout2 .item-title {
    font-size: 34px;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-inner-banner-box-layout2 .item-title {
    font-size: 32px;
  }
}
.fxt-page-banner {
  display: block;
  padding: 142px 0 139px;
  position: relative;
  z-index: 1;
}
.fxt-page-banner:before {
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 1;
  background-color: rgba(2, 13, 34, 0.5);
}
@media only screen and (max-width: 991px) {
  .fxt-page-banner {
    padding: 122px 0 119px;
  }
}
@media only screen and (max-width: 767px) {
  .fxt-page-banner {
    padding: 102px 0 99px;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-page-banner {
    padding: 82px 0 79px;
  }
}
.fxt-page-banner .breadcrumbs-area {
  position: relative;
  z-index: 1;
  text-align: center;
  display: none;
}
.fxt-page-banner .breadcrumbs-area h1 {
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 10px;
}
.fxt-page-banner .breadcrumbs-area ul li {
  display: inline-block;
  position: relative;
  margin-right: 15px;
  padding-right: 5px;
  color: var(--zfy-red);
  font-size: 20px;
}
.fxt-page-banner .breadcrumbs-area * {
  color: #eee;
}

@media only screen and (max-width: 767px) {
  .fxt-page-banner .breadcrumbs-area ul li {
    font-size: 18px;
  }
}
.fxt-page-banner .breadcrumbs-area ul li:before {
  content: '/';
  position: absolute;
  font-size: 18px;
  right: -11px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5;
  color: #ffffff;
}
.fxt-page-banner .breadcrumbs-area ul li a {
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fxt-page-banner .breadcrumbs-area ul li a:hover {
  color: var(--zfy-red);
}
.fxt-page-banner .breadcrumbs-area ul li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.fxt-page-banner .breadcrumbs-area ul li:last-child:before {
  display: none;
}
.fxt-brand-box-layout1 {
  text-align: center;
  margin-bottom: 30px;
}
.fxt-brand-box-layout1 img {
  width: auto !important;
  display: inline-block !important;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fxt-brand-box-layout1:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.entry-meta ul li {
  display: inline-block;
  color: #aaaaaa;
  font-size: 12px;
}
.entry-meta ul li:last-child {
  margin-right: 0;
}
.entry-meta ul li i {
  margin-right: 8px;
}
.entry-meta ul li a {
  color: #aaaaaa;
}
.fxt-blog-box-layout1 {
  position: relative;
  margin-bottom: 100px;
}
.fxt-blog-box-layout1 .item-img img {
  border-radius: 4px;
}
.fxt-blog-box-layout1 .item-content {
  position: absolute;
  bottom: -60px;
  left: 0;
  right: 0;
  margin: 0 45px;
  padding: 30px 30px 12px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fxt-blog-box-layout1 .item-content .item-title {
  margin-bottom: 14px;
}
.fxt-blog-box-layout1 .item-content .item-title a {
  color: #151515;
  font-weight: 600;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fxt-blog-box-layout1 .item-content .item-title a:hover {
  color: var(--zfy-red);
}
.fxt-blog-box-layout1 .item-content .entry-meta {
  margin-bottom: 14px;
}
.fxt-blog-box-layout1 .item-content .entry-meta ul li {
  margin-right: 25px;
}
.fxt-blog-box-layout1:hover .item-content {
  bottom: -30px;
}
.fxt-blog-wrap-layout2 {
  padding: 105px 0 37px;
}
.fxt-blog-box-layout2 {
  margin-bottom: -100px;
}
.fxt-blog-box-layout2 .item-img img {
  border-radius: 4px;
}
.fxt-blog-box-layout2 .item-content {
  -webkit-transform: translateY(-130px);
  -ms-transform: translateY(-130px);
  transform: translateY(-130px);
  margin: 0 20px;
  padding: 26px 30px 12px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fxt-blog-box-layout2 .item-content .item-title {
  margin-bottom: 8px;
}
.fxt-blog-box-layout2 .item-content .item-title a {
  color: #151515;
  font-weight: 600;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fxt-blog-box-layout2 .item-content .item-title a:hover {
  color: var(--zfy-red);
}
.fxt-blog-box-layout2 .item-content .entry-meta {
  margin-bottom: 4px;
}
.fxt-blog-box-layout2 .item-content .entry-meta ul li {
  margin-right: 30px;
}
.fxt-blog-box-layout2:hover .item-content {
  -webkit-transform: translateY(-140px);
  -ms-transform: translateY(-140px);
  transform: translateY(-140px);
}
.fxt-blog-wrap-layout3 {
  padding: 110px 0 80px;
}
@media only screen and (max-width: 991px) {
  .fxt-blog-wrap-layout3 {
    padding: 95px 0 65px;
  }
}
@media only screen and (max-width: 767px) {
  .fxt-blog-wrap-layout3 {
    padding: 80px 0 50px;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-blog-wrap-layout3 {
    padding: 65px 0 35px;
  }
}
.fxt-blog-box-layout3 {
  margin-bottom: -100px;
}
.fxt-blog-box-layout3 .item-img img {
  border-radius: 4px;
}
.fxt-blog-box-layout3 .item-content {
  -webkit-transform: translateY(-130px);
  -ms-transform: translateY(-130px);
  transform: translateY(-130px);
  margin: 0 20px;
  padding: 26px 30px 12px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fxt-blog-box-layout3 .item-content .item-title {
  line-height: 32px;
  margin-bottom: 8px;
}
.fxt-blog-box-layout3 .item-content .item-title a {
  color: #151515;
  font-weight: 600;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fxt-blog-box-layout3 .item-content .item-title a:hover {
  color: var(--zfy-red);
}
.fxt-blog-box-layout3 .item-content .entry-meta {
  margin-bottom: 4px;
  font-size: 12px;
  border-top: 1px #dedede dotted;
}
.fxt-blog-box-layout3 .item-content .entry-meta ul li {
  margin-right: 35px;
}
.fxt-blog-box-layout3:hover .item-content {
  -webkit-transform: translateY(-140px);
  -ms-transform: translateY(-140px);
  transform: translateY(-140px);
}
.fxt-single-blog-layout1 > .item-img {
  margin-bottom: 35px;
}
.fxt-single-blog-layout1 > .item-content {
  margin-bottom: 32px;
}
.fxt-single-blog-layout1 > .item-content .entry-meta {
  margin-bottom: 12px;
  font-size: 12px;
  border-top: 1px #dedede solid;
  text-align: center;
}
.fxt-single-blog-layout1 > .item-content .entry-meta ul li {
  margin-right: 40px;
  font-size: 12px;
}
.fxt-single-blog-layout1 > .item-content .item-title {
  font-weight: 600;
  font-size: 32px;
}
.fxt-single-blog-layout1 > .item-content blockquote {
  border: 2px solid #f7f7f7;
  padding: 22px 50px 22px 100px;
  margin: 30px 0;
  color: #151515;
  position: relative;
}
.fxt-single-blog-layout1 > .item-content .bottom-content {
  border-top: 1px solid #dfdfdf;
  padding-top: 18px;
}
.fxt-single-blog-layout1 > .item-content .bottom-content .item-tag {
  font-weight: 600;
  color: #151515;
}
.fxt-single-blog-layout1 > .item-content .bottom-content .item-tag a {
  color: #151515;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fxt-single-blog-layout1 > .item-content .bottom-content .item-tag a:hover {
  color: var(--zfy-red);
}
.fxt-single-blog-layout1 > .item-content .bottom-content .item-social {
  text-align: right;
  color: #333333;
}
.fxt-single-blog-layout1 > .item-content .bottom-content .item-social a {
  color: #333333;
  padding: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fxt-single-blog-layout1 > .item-content .bottom-content .item-social a:hover {
  color: var(--zfy-red);
}
.fxt-single-blog-layout1 .item-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f83a00;
  border-radius: 4px;
  padding: 30px 30px 5px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 575px) {
  .fxt-single-blog-layout1 .item-author {
    display: block;
  }
}
.fxt-single-blog-layout1 .item-author .item-img {
  margin-right: 45px;
}
@media only screen and (max-width: 767px) {
  .fxt-single-blog-layout1 .item-author .item-img {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-single-blog-layout1 .item-author .item-img {
    margin-bottom: 15px;
    margin-right: 0;
  }
}
.fxt-single-blog-layout1 .item-author .item-img img {
  border-radius: 50%;
}
.fxt-single-blog-layout1 .item-author .item-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.fxt-single-blog-layout1 .item-author .item-content .item-subtitle {
  color: #ffffff;
}
.fxt-single-blog-layout1 .item-author .item-content .item-title {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 10px;
  line-height: 1;
}
.fxt-single-blog-layout1 .item-author .item-content p {
  color: #ffffff;
}
.fxt-single-blog-layout1 .item-comment {
  margin-bottom: 30px;
}
.fxt-single-blog-layout1 .item-comment .comment-content .comment-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 20px;
  margin-bottom: 24px;
}
.fxt-single-blog-layout1 .item-comment .comment-content .comment-list:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.fxt-single-blog-layout1 .item-comment .comment-content .comment-list:nth-child(even) {
  padding-left: 80px;
}
.fxt-single-blog-layout1 .item-comment .comment-content .comment-list .item-img {
  margin-right: 20px;
  margin-top: 5px;
}
.fxt-single-blog-layout1 .item-comment .comment-content .comment-list .item-img img {
  border-radius: 50%;
}
.fxt-single-blog-layout1 .item-comment .comment-content .comment-list .item-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.fxt-single-blog-layout1 .item-comment .comment-content .comment-list .item-content .item-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}
.fxt-single-blog-layout1 .item-comment .comment-content .comment-list .item-content .item-title span {
  font-size: 13px;
  font-weight: 400;
  color: #f83a00;
  margin-left: 8px;
}
.fxt-single-blog-layout1 .item-comment .comment-content .comment-list .item-content p {
  margin-bottom: 8px;
}
.fxt-single-blog-layout1 .item-comment .comment-content .comment-list .item-content .item-btn {
  font-weight: 600;
  color: #333333;
  padding: 5px 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fxt-single-blog-layout1 .item-comment .comment-content .comment-list .item-content .item-btn:hover {
  color: var(--zfy-red);
}
.fxt-single-blog-layout1 .item-comment-form .form-box .form-group {
  margin-bottom: 25px;
}
.fxt-single-blog-layout1 .item-comment-form .form-box .form-group:last-child {
  margin-bottom: 0;
}
.fxt-single-blog-layout1 .item-comment-form .form-box .form-group .form-control {
  border: 1px solid #e1e1e1;
  border-radius: 0;
  padding: 10px 25px;
  color: #444444;
  background-color: transparent;
}
.fxt-single-blog-layout1 .item-comment-form .form-box .form-group .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.fxt-single-blog-layout1 .item-comment-form .form-box .form-group input {
  height: 50px;
}
.fxt-action-wrap-layout1 {
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  margin-top: -43px;
}
@media only screen and (max-width: 991px) {
  .fxt-action-wrap-layout1 {
    margin-top: -144px;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-action-wrap-layout1 {
    margin-top: -124px;
  }
}
.fxt-action-box-layout1 {
  background-color: var(--zfy-red);
  padding: 40px;
  border-radius: 4px;
}
@media only screen and (max-width: 575px) {
  .fxt-action-box-layout1 {
    padding: 20px;
  }
}
.fxt-action-box-layout1 .contact-box {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .fxt-action-box-layout1 .contact-box {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-action-box-layout1 .contact-box {
    margin-bottom: 15px;
  }
}
.fxt-action-box-layout1 .contact-box .item-icon {
  margin-right: 15px;
  height: 60px;
  width: 60px;
  border: 1px dashed #ffffff;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 575px) {
  .fxt-action-box-layout1 .contact-box .item-icon {
    height: 50px;
    width: 50px;
  }
}
.fxt-action-box-layout1 .contact-box .item-icon i:before {
  font-size: 26px;
  color: #ffffff;
}
@media only screen and (max-width: 575px) {
  .fxt-action-box-layout1 .contact-box .item-icon i:before {
    font-size: 22px;
  }
}
.fxt-action-box-layout1 .contact-box .item-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.fxt-action-box-layout1 .contact-box .item-content .item-text {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 4px;
}
@media only screen and (max-width: 575px) {
  .fxt-action-box-layout1 .contact-box .item-content .item-text {
    margin-bottom: 0;
  }
}
.fxt-action-box-layout1 .contact-box .item-content .item-number {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
}
@media only screen and (max-width: 575px) {
  .fxt-action-box-layout1 .contact-box .item-content .item-number {
    font-size: 24px;
  }
}
.fxt-action-box-layout1 .sign-up-form .form-group {
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .fxt-action-box-layout1 .sign-up-form .form-group {
    margin-bottom: 10px;
  }
}
.fxt-action-box-layout1 .sign-up-form .form-group .form-control {
  border: none;
  height: 50px;
  color: var(--color-title);
  padding: 10px 20px;
  border-radius: 4px;
}
.fxt-action-box-layout1 .sign-up-form .form-group .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.fxt-action-box-layout1 .sign-up-form .form-group .submit-btn {
  font-weight: 600;
  font-size: 18px;
  background-color: var(--zfy-blue);
  width: 100%;
  border: 0;
  color: #ffffff;
  padding: 12px 10px 8px;
  border-radius: 4px;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.fxt-action-box-layout1 .sign-up-form .form-group .submit-btn:focus {
  outline: none;
}
.fxt-action-box-layout1 .sign-up-form .form-group .submit-btn:hover {
  background-color: #ffffff;
  color: var(--zfy-red);
}
.fxt-action-box-layout1 .sign-up-form .form-group input.form-control::-webkit-input-placeholder {
  color: #9e9797;
}
.fxt-action-box-layout1 .sign-up-form .form-group input.form-control::-moz-placeholder {
  color: #9e9797;
}
.fxt-action-box-layout1 .sign-up-form .form-group input.form-control:-moz-placeholder {
  color: #9e9797;
}
.fxt-action-box-layout1 .sign-up-form .form-group input.form-control:-ms-input-placeholder {
  color: #9e9797;
}
.fxt-action-wrap-layout2 {
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  margin-top: -72px;
}
@media only screen and (max-width: 991px) {
  .fxt-action-wrap-layout2 {
    margin-top: -172px;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-action-wrap-layout2 {
    margin-top: -142px;
  }
}
.fxt-action-wrap-layout3 {
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  margin-top: -72px;
  position: relative;
  z-index: 0;
}
.fxt-action-wrap-layout3:before {
  position: absolute;
  z-index: -1;
  content: '';
  height: 50%;
  width: 100%;
  background-color: #f9f9f9;
  top: 0;
  left: 0;
  right: 0;
}
@media only screen and (max-width: 991px) {
  .fxt-action-wrap-layout3 {
    margin-top: -172px;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-action-wrap-layout3 {
    margin-top: -142px;
  }
}
.fxt-contact-wrap-layout1 {
  margin-bottom: 30px;
}
.fxt-contact-box-layout1 {
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 4px;
  margin: 50px;
  padding: 60px 55px;
}
@media only screen and (max-width: 767px) {
  .fxt-contact-box-layout1 {
    margin: 30px;
    padding: 50px 45px;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-contact-box-layout1 {
    margin: 20px;
    padding: 35px 30px;
  }
}
.fxt-contact-box-layout1 .form-box .form-group {
  margin-bottom: 20px;
}
.fxt-contact-box-layout1 .form-box .form-group:last-child {
  margin-bottom: 0;
}
.fxt-contact-box-layout1 .form-box .form-group .form-control {
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  padding: 10px 25px;
  color: #444444;
  background-color: transparent;
}
.fxt-contact-box-layout1 .form-box .form-group .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.fxt-contact-box-layout1 .form-box .form-group input {
  height: 50px;
}
.fxt-contact-box-layout2 {
  background-color: rgba(255, 255, 255, 0.95);
  margin-bottom: 30px;
}
.fxt-contact-box-layout2 .form-box .form-group {
  margin-bottom: 20px;
}
.fxt-contact-box-layout2 .form-box .form-group:last-child {
  margin-bottom: 0;
}
.fxt-contact-box-layout2 .form-box .form-group .form-control {
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  padding: 10px 25px;
  color: #444444;
  background-color: transparent;
}
.fxt-contact-box-layout2 .form-box .form-group .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.fxt-contact-box-layout2 .form-box .form-group input {
  height: 50px;
}
@media only screen and (max-width: 991px) {
  .fxt-contact-box-layout2 .address-box {
    margin-bottom: -4px;
  }
}
.fxt-contact-box-layout2 .address-box li {
  padding-left: 60px;
  position: relative;
  z-index: 0;
  margin-bottom: 10px;
}
.fxt-contact-box-layout2 .address-box li:last-child {
  margin-bottom: 0;
}
.fxt-contact-box-layout2 .address-box li .item-icon {
  position: absolute;
  z-index: 0;
  top: 5px;
  left: 0;
  color: var(--zfy-red);
  font-size: 36px;
}
.fxt-contact-box-layout2 .address-box li .item-title {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
}
.fxt-contact-box-layout2 .address-box li p {
  margin-bottom: 0;
  color: #151515;
  line-height: 22px;
}
.fxt-faq-box-layout1 {
  margin-bottom: 30px;
}
.fxt-faq-box-layout1 .item-title {
  text-align: center;
  font-weight: 600;
  margin-bottom: 38px;
}
.fxt-faq-box-layout1 .accordion .card {
  border: 1px solid #d3d3d3 !important;
  margin-bottom: 30px;
  border-radius: 0 !important;
}
.fxt-faq-box-layout1 .accordion .card .card-header {
  border: none;
  padding: 0;
  border-radius: 0;
  background-color: transparent;
}
.fxt-faq-box-layout1 .accordion .card .card-header .heading-title {
  position: relative;
  cursor: pointer;
  margin-bottom: 0;
  padding: 10px 70px 10px 25px;
  font-size: 20px;
  font-weight: 600;
  color: #151515;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fxt-faq-box-layout1 .accordion .card .card-header .heading-title:before {
  content: '\f106';
  font-family: 'Font Awesome 5 Free';
  font-size: 18px;
  font-weight: 600;
  color: var(--zfy-red);
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fxt-faq-box-layout1 .accordion .card .card-header .heading-title.collapsed:before {
  color: #151515;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fxt-faq-box-layout1 .accordion .card .card-body {
  padding: 0 25px 20px;
  position: relative;
}
.fxt-faq-box-layout1 .accordion .card:last-child {
  margin-bottom: 0;
}
.fxt-faq-box-layout2 {
  padding-right: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 100%;
}
@media only screen and (max-width: 1199px) {
  .fxt-faq-box-layout2 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 30px;
  }
}
.fxt-faq-wrap-layout3 .compress-right-side {
  padding-right: calc(calc(100% - 1140px) / 2);
}
@media only screen and (max-width: 1199px) {
  .fxt-faq-wrap-layout3 .compress-right-side {
    padding-left: calc(calc(100% - 930px) / 2);
    padding-right: calc(calc(100% - 930px) / 2);
  }
}
@media only screen and (max-width: 991px) {
  .fxt-faq-wrap-layout3 .compress-right-side {
    padding-left: calc(calc(100% - 690px) / 2);
    padding-right: calc(calc(100% - 690px) / 2);
  }
}
@media only screen and (max-width: 767px) {
  .fxt-faq-wrap-layout3 .compress-right-side {
    padding-left: calc(calc(100% - 510px) / 2);
    padding-right: calc(calc(100% - 510px) / 2);
  }
}
@media only screen and (max-width: 575px) {
  .fxt-faq-wrap-layout3 .compress-right-side {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.fxt-faq-box-layout3 {
  margin-bottom: 110px;
}
@media only screen and (max-width: 1199px) {
  .fxt-faq-box-layout3 {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .fxt-faq-box-layout3 {
    margin-bottom: 40px;
  }
}
.fxt-faq-box-layout3 .accordion .card {
  border: none;
  margin-bottom: 30px;
  border-radius: 0 !important;
}
.fxt-faq-box-layout3 .accordion .card .card-header {
  border: none;
  padding: 0;
  border-radius: 0;
  background-color: transparent;
  margin-bottom: 0;
}
.fxt-faq-box-layout3 .accordion .card .card-header .heading-title {
  border: 1px solid var(--zfy-red);
  position: relative;
  cursor: pointer;
  margin-bottom: 0;
  padding: 10px 70px 10px 25px;
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  background-color: var(--zfy-red);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fxt-faq-box-layout3 .accordion .card .card-header .heading-title:before {
  content: '\f106';
  font-family: 'Font Awesome 5 Free';
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fxt-faq-box-layout3 .accordion .card .card-header .heading-title.collapsed {
  border: 1px solid #d3d3d3;
  background-color: transparent;
  color: #151515;
}
.fxt-faq-box-layout3 .accordion .card .card-header .heading-title.collapsed:before {
  color: var(--zfy-red);
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fxt-faq-box-layout3 .accordion .card .card-body {
  background-color: #f7f7f7;
  padding: 15px 25px 20px;
  position: relative;
}
.fxt-faq-box-layout3 .accordion .card:last-child {
  margin-bottom: 0;
}
.fxt-features-wrap-layout1 {
  position: relative;
  z-index: 2;
  background-position: center center;
}
.fxt-features-wrap-layout1:after {
  content: '';
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.fxt-features-box-layout1 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1199px) {
  .fxt-features-box-layout1 {
    margin-bottom: 40px;
  }
}
.fxt-features-box-layout1 .item-icon {
  margin-right: 25px;
  margin-top: 8px;
}
@media only screen and (max-width: 575px) {
  .fxt-features-box-layout1 .item-icon {
    margin-right: 20px;
  }
}
.fxt-features-box-layout1 .item-icon i:before {
  font-size: 60px;
  color: var(--zfy-red);
}
@media only screen and (max-width: 575px) {
  .fxt-features-box-layout1 .item-icon i:before {
    font-size: 42px;
  }
}
.fxt-features-box-layout1 .item-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.fxt-features-box-layout1 .item-content .item-title {
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 10px;
}
.fxt-features-box-layout1 .item-content p {
  color: #ffffff;
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 12px;
}
.row [class^='col-']:last-child > .fxt-features-box-layout1 {
  margin-bottom: 15px;
}
.fxt-features-box-layout2 {
  padding: 110px 30px 80px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 991px) {
  .fxt-features-box-layout2 {
    padding: 95px 30px 65px;
  }
}
@media only screen and (max-width: 767px) {
  .fxt-features-box-layout2 {
    padding: 80px 30px 50px;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-features-box-layout2 {
    padding: 65px 30px 35px;
  }
}
.fxt-features-box-layout2 .item-icon {
  margin-bottom: 18px;
}
.fxt-features-box-layout2 .item-icon i:before {
  font-size: 60px;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fxt-features-box-layout2 .item-content .item-title {
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 10px;
}
.fxt-features-box-layout2 .item-content p {
  color: #ffffff;
}
.fxt-features-box-layout2:hover {
  background-color: rgba(0, 0, 0, 0.6);
}
.fxt-features-box-layout2:hover .item-icon i:before {
  color: var(--zfy-red);
}
.map-layout1 {
  height: 600px;
}
@media only screen and (max-width: 767px) {
  .map-layout1 {
    height: 450px;
  }
}
@media only screen and (max-width: 575px) {
  .map-layout1 {
    height: 300px;
  }
}
.fxt-progress-box-layout1 {
  border-right: 1px solid #d9d9d9;
  margin-bottom: 17px;
}
@media only screen and (max-width: 767px) {
  .fxt-progress-box-layout1 {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-progress-box-layout1 {
    border-right: 0;
  }
}
.fxt-progress-box-layout1 .item-content {
  text-align: center;
}
.fxt-progress-box-layout1 .item-content .counting-text {
  margin-bottom: 10px;
  color: #000000;
  font-size: 34px;
  font-weight: 600;
}
@media only screen and (max-width: 991px) {
  .fxt-progress-box-layout1 .item-content .counting-text {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .fxt-progress-box-layout1 .item-content .counting-text {
    font-size: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-progress-box-layout1 .item-content .counting-text {
    font-size: 28px;
  }
}
.fxt-progress-box-layout1 .item-content .counting-title {
  margin-bottom: 0;
  font-size: 22px;
}
@media only screen and (max-width: 767px) {
  .fxt-progress-box-layout1 .item-content .counting-title {
    font-size: 20px;
  }
}
.row [class^='col-']:last-child > .fxt-progress-box-layout1 {
  border-right: 0;
}
@media only screen and (max-width: 767px) {
  .row [class^='col-']:last-child > .fxt-progress-box-layout1 {
    margin-bottom: 17px;
  }
}
.fxt-project-wrap-layout1 {
  padding-left: 15px;
  padding-right: 15px;
}
.fxt-project-box-layout1 {
  position: relative;
  margin-bottom: 30px;
}
.fxt-project-box-layout1 .item-img {
  position: relative;
}
.fxt-project-box-layout1 .item-img img {
  border-radius: 4px;
}
.fxt-project-box-layout1 .item-img:after {
  content: '';
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fxt-project-box-layout1 .item-content {
  text-align: center;
  position: absolute;
  top: 60%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.fxt-project-box-layout1 .item-content .item-icon {
  margin-bottom: 12px;
}
.fxt-project-box-layout1 .item-content .item-icon a {
  height: 40px;
  width: 40px;
  background-color: var(--zfy-red);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
}
.fxt-project-box-layout1 .item-content .item-icon a i:before {
  font-size: 16px;
  color: #ffffff;
}
.fxt-project-box-layout1 .item-content .item-title {
  font-weight: 600;
  margin-bottom: 0;
}
.fxt-project-box-layout1 .item-content .item-title a {
  color: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.fxt-project-box-layout1 .item-content .item-title a:hover {
  color: var(--zfy-red);
}
.fxt-project-box-layout1 .item-content .item-catagory {
  color: var(--zfy-red);
  font-size: 18px;
}
.fxt-project-box-layout1:hover .item-img:after {
  visibility: visible;
  opacity: 1;
}
.fxt-project-box-layout1:hover .item-content {
  top: 50%;
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.fxt-project-detail-layout1 .item-title {
  font-weight: 600;
  margin-bottom: 10px;
}
.fxt-project-detail-layout1 .item-gallery {
  margin: 40px 0 16px;
}
@media only screen and (max-width: 767px) {
  .fxt-project-detail-layout1 .item-gallery {
    margin: 0;
  }
}
.fxt-project-detail-layout1 .item-gallery .item-img {
  margin-bottom: 30px;
}
.fxt-project-detail-layout1 .why-choose-wrap .item-title {
  font-weight: 400;
  width: 70%;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .fxt-project-detail-layout1 .why-choose-wrap .item-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.fxt-project-detail-layout1 .why-choose-wrap .why-choose-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fxt-project-detail-layout1 .why-choose-wrap .why-choose-list .item-icon {
  position: relative;
  margin-right: 25px;
  margin-top: 4px;
}
.fxt-project-detail-layout1 .why-choose-wrap .why-choose-list .item-icon:before {
  content: '';
  height: 80px;
  width: 80px;
  border: 2px dashed var(--zfy-red);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 2;
}
.fxt-project-detail-layout1 .why-choose-wrap .why-choose-list .item-icon i {
  text-align: center;
  height: 80px;
  width: 80px;
  line-height: 80px;
  border: 2px solid #d0d0d0;
  border-radius: 50%;
  display: block;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fxt-project-detail-layout1 .why-choose-wrap .why-choose-list .item-icon i:before {
  font-size: 34px;
  color: #000000;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fxt-project-detail-layout1 .why-choose-wrap .why-choose-list .item-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.fxt-project-detail-layout1 .why-choose-wrap .why-choose-list .item-content .item-title {
  margin-bottom: 4px;
  font-weight: 600;
}
.fxt-project-detail-layout1 .why-choose-wrap .why-choose-list:hover .item-icon:before {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.fxt-project-detail-layout1 .why-choose-wrap .why-choose-list:hover .item-icon i {
  border-color: #ffffff;
}
.fxt-project-detail-layout1 .why-choose-wrap .why-choose-list:hover .item-icon i:before {
  color: var(--zfy-red);
}
.fxt-service-box-layout1 {
  background-color: #ffffff;
  padding: 65px 25px 0px;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}
.fxt-service-box-layout1 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -30px;
  margin-left: -30px;
}
.fxt-service-box-layout1 ul li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  position: relative;
  padding-right: 30px;
  padding-left: 30px;
  text-align: center;
  margin-bottom: 30px;
}
.fxt-service-box-layout1 ul li:after {
  content: '';
  height: 85%;
  width: 1px;
  background-color: #dfdfdf;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.fxt-service-box-layout1 ul li:before {
  content: '';
  height: 1px;
  width: 85%;
  background-color: #dfdfdf;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: none;
}
.fxt-advantage-box-layout1 ul li p {
  margin: 0;
}
.fxt-advantage-box-layout1 ul li {
  flex: 0 0 25%;
  max-width: 25%;
  font-size: 12px;
  line-height: 20px;
}
@media only screen and (max-width: 1199px) {
  .fxt-service-box-layout1 ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-bottom: 1%;
  }
  .fxt-service-box-layout1 ul li:after {
    top: 45%;
  }
  .fxt-service-box-layout1 ul li:before {
    display: block;
  }
  .fxt-service-box-layout1 ul li:nth-child(2n):after {
    display: none;
  }
  .fxt-service-box-layout1 ul li:last-child:before,
  .fxt-service-box-layout1 ul li:nth-last-child(2):before {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .fxt-service-box-layout1 ul li:after {
    height: 90%;
  }
  .fxt-service-box-layout1 ul li:last-child,
  .fxt-service-box-layout1 ul li:nth-last-child(2) {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-service-box-layout1 ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .fxt-service-box-layout1 ul li:after {
    display: none;
  }
  .fxt-service-box-layout1 ul li:nth-last-child(2):before {
    display: block;
  }
  .fxt-service-box-layout1 ul li {
    padding-bottom: 30px;
  }
}
.fxt-service-box-layout1 ul li:last-child:after {
  display: none;
}
.fxt-service-box-layout1 ul li .item-icon {
  margin-bottom: 20px;
}
.fxt-service-box-layout1 ul li .item-icon i:before {
  font-size: 56px;
  color: var(--zfy-blue);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fxt-service-box-layout1 ul li .item-subtitle {
  color: var(--zfy-red);
  letter-spacing: 1px;
}
.fxt-service-box-layout1 ul li .item-title {
  font-weight: 700;
  margin-bottom: 10px;
}
.fxt-service-box-layout1 ul li .item-title a {
  color: #000000;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fxt-service-box-layout1 ul li .item-title a:hover {
  color: var(--zfy-red);
}
.fxt-service-box-layout1 ul li:hover .item-icon i:before {
  color: var(--zfy-red);
}
.fxt-service-box-layout2 {
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
  margin-bottom: 30px;
}
.fxt-service-box-layout2 .item-img img {
  border-radius: 4px 4px 0 0;
}
.fxt-service-box-layout2 .item-content {
  text-align: center;
  padding: 0 25px 40px;
  background-color: #ffffff;
  border-radius: 0 0 4px 4px;
}
.fxt-service-box-layout2 .item-content .item-icon {
  height: 80px;
  width: 80px;
  background-color: #ffffff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
  margin: 0 auto;
  -webkit-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  transform: translateY(-40px);
  margin-bottom: -20px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fxt-service-box-layout2 .item-content .item-icon i:before {
  font-size: 38px;
  color: var(--zfy-blue);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fxt-service-box-layout2 .item-content .item-title {
  font-weight: 700;
  margin-bottom: 12px;
}
.fxt-service-box-layout2 .item-content .item-title a {
  color: #151515;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fxt-service-box-layout2 .item-content .item-title a:hover {
  color: var(--zfy-red);
}
.fxt-service-box-layout2 .item-content p {
  margin-bottom: 0;
  margin-top: 0;
  text-align: left;
  padding-left: 14px;
  position: relative;
}
.fxt-service-box-layout2 .item-content p:before {
  content: '';
  display: block;
  background-color: var(--zfy-blue);
  width: 6px;
  height: 6px;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.fxt-service-box-layout2 .item-content .item-btn {
  background-color: #06112d;
  color: #ffffff;
  display: inline-block;
  padding: 14px 33px 11px;
  border-radius: 4px;
  -webkit-transform: translateY(25px);
  -ms-transform: translateY(25px);
  transform: translateY(25px);
  font-size: 18px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fxt-service-box-layout2:hover .item-content .item-icon {
  background-color: var(--zfy-red);
}
.fxt-service-box-layout2:hover .item-content .item-icon i:before {
  color: #ffffff;
}
.fxt-service-box-layout2:hover .item-content .item-btn {
  background-color: var(--zfy-red);
  color: #ffffff;
}
.fxt-single-service-layout1 .item-img {
  margin-bottom: 35px;
}
.fxt-single-service-layout1 .item-content .item-title {
  font-weight: 600;
  margin-bottom: 10px;
}
.fxt-single-service-layout1 .item-content .why-choose-us {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  padding: 32px 0 24px;
  margin: 32px 0 50px;
}
.fxt-single-service-layout1 .item-content .why-choose-us .item-title {
  margin-bottom: 16px;
}
.fxt-single-service-layout1 .item-content .why-choose-us .icon-box {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.fxt-single-service-layout1 .item-content .why-choose-us .icon-box .item-icon {
  margin-top: 5px;
  margin-right: 18px;
}
.fxt-single-service-layout1 .item-content .why-choose-us .icon-box .item-icon i {
  border: 1px solid #888888;
  border-radius: 4px;
  padding: 10px 10px;
  display: block;
}
.fxt-single-service-layout1 .item-content .why-choose-us .icon-box .item-icon i:before {
  font-size: 28px;
  color: #888888;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fxt-single-service-layout1 .item-content .why-choose-us .icon-box .item-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.fxt-single-service-layout1 .item-content .why-choose-us .icon-box .item-content .item-title {
  font-size: 18px;
  margin-bottom: 0;
}
.fxt-single-service-layout1 .item-content .why-choose-us .icon-box:hover .item-icon i:before {
  color: var(--zfy-red);
}
.fxt-single-service-layout1 .item-content .gallery-img {
  margin-bottom: 24px;
}
.fxt-single-service-layout1 .item-content .item-more-info .item-title {
  margin-bottom: 5px;
}
.fxt-single-service-layout1 .item-content .item-more-info .features-list {
  margin-bottom: 25px;
}
.fxt-single-service-layout1 .item-content .item-more-info .features-list ul li {
  padding-left: 25px;
  position: relative;
  font-weight: 600;
}
.fxt-single-service-layout1 .item-content .item-more-info .features-list ul li:before {
  content: '\f00c';
  font-family: 'Font Awesome 5 Free';
  font-size: 15px;
  font-weight: 600;
  color: var(--zfy-red);
  position: absolute;
  top: 0;
  left: 0;
}
.fxt-team-box-layout1 {
  margin-bottom: 64px;
  position: relative;
  z-index: 1;
}
.fxt-team-box-layout1 .item-img img {
  border-radius: 4px;
}
.fxt-team-box-layout1 .item-content {
  text-align: center;
  background-color: #ffffff;
  border-radius: 4px 0 0 4px;
  padding: 35px 20px 30px;
  width: 82%;
  position: absolute;
  bottom: -34px;
  left: calc(100% + 1px);
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-box-shadow: 0px 0px 36px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 36px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.fxt-team-box-layout1 .item-content .item-title {
  font-weight: 700;
  margin-bottom: 0;
}
.fxt-team-box-layout1 .item-content .item-title a {
  color: #151515;
}
.fxt-team-box-layout1 .item-content .item-subtitle {
  font-size: 18px;
  color: var(--zfy-red);
  font-weight: 600;
  margin-bottom: 5px;
}
.fxt-team-box-layout1 .item-content .item-social ul li {
  display: inline-block;
  margin-right: 10px;
}
.fxt-team-box-layout1 .item-content .item-social ul li:last-child {
  margin-right: 0;
}
.fxt-team-box-layout1 .item-content .item-social ul li a {
  color: #bebebe;
  padding: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fxt-team-box-layout1 .item-content .item-social ul li a:hover {
  color: var(--zfy-red);
}
.fxt-team-box-layout1:hover .item-content {
  border-radius: 4px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
}
.fxt-team-box-layout2 {
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
}
.fxt-team-box-layout2 .item-img img {
  border-radius: 4px 4px 0 0;
}
.fxt-team-box-layout2 .item-content {
  text-align: center;
  background-color: #ffffff;
  padding: 23px 20px 20px;
  border-radius: 0 0 4px 4px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fxt-team-box-layout2 .item-content .item-title {
  font-weight: 600;
  margin-bottom: 0;
}
.fxt-team-box-layout2 .item-content .item-title a {
  color: #151515;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fxt-team-box-layout2 .item-content .item-subtitle {
  font-size: 18px;
  color: var(--zfy-red);
  margin-bottom: 6px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fxt-team-box-layout2 .item-content .item-social ul li {
  display: inline-block;
  margin-right: 10px;
}
.fxt-team-box-layout2 .item-content .item-social ul li:last-child {
  margin-right: 0;
}
.fxt-team-box-layout2 .item-content .item-social ul li a {
  color: #151515;
  padding: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fxt-team-box-layout2:hover .item-content {
  background-color: var(--zfy-red);
}
.fxt-team-box-layout2:hover .item-content .item-title a {
  color: #ffffff;
}
.fxt-team-box-layout2:hover .item-content .item-title a:hover {
  color: #f1f1f1;
}
.fxt-team-box-layout2:hover .item-content .item-subtitle {
  color: #ffffff;
}
.fxt-team-box-layout2:hover .item-content .item-social ul li a {
  color: #ffffff;
}
.fxt-team-box-layout2:hover .item-content .item-social ul li a:hover {
  color: #f1f1f1;
}
.fxt-testimonial-box-layout1 {
  background-color: #f7f7f7;
  padding: 50px 35px 40px;
  margin-bottom: 30px;
}
.fxt-testimonial-box-layout1 .item-qoute {
  margin-bottom: 22px;
}
.fxt-testimonial-box-layout1 .item-qoute i:before {
  color: var(--zfy-red);
  font-size: 42px;
}
.fxt-testimonial-box-layout1 .item-client {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px;
}
.fxt-testimonial-box-layout1 .item-client .item-img img {
  border-radius: 50%;
  width: auto;
}
.fxt-testimonial-box-layout1 .item-client .item-content {
  margin-left: 15px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.fxt-testimonial-box-layout1 .item-client .item-content .item-title {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 20px;
}
.fxt-testimonial-box-layout1 .item-client .item-content .item-subtitle {
  line-height: 1.2;
}
.fxt-testimonial-wrap-layout2 {
  border-bottom: 1px solid #d9d9d9;
}
.fxt-testimonial-box-layout2 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 25px 0 0 25px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .fxt-testimonial-box-layout2 {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .fxt-testimonial-box-layout2 {
    display: block;
    text-align: center;
    margin: 25px 0 0 0;
  }
}
.fxt-testimonial-box-layout2 .item-img {
  margin-right: 30px;
  position: relative;
  margin-bottom: 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .fxt-testimonial-box-layout2 .item-img {
    margin-right: 0;
    margin-left: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .fxt-testimonial-box-layout2 .item-img {
    margin-right: 0;
    display: inline-block;
    margin-left: 25px;
  }
}
.fxt-testimonial-box-layout2 .item-img:before {
  content: '';
  width: 0;
  height: 0;
  border-top: 180px solid var(--zfy-red);
  border-right: 180px solid transparent;
  position: absolute;
  top: -22px;
  left: -25px;
  z-index: -1;
}
.fxt-testimonial-box-layout2 .item-img img {
  width: auto;
}
.fxt-testimonial-box-layout2 .item-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .fxt-testimonial-box-layout2 .item-content {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .fxt-testimonial-box-layout2 .item-content {
    margin-top: 30px;
  }
}
.fxt-testimonial-box-layout2 .item-content .title-wrap {
  position: relative;
  display: inline-block;
}
.fxt-testimonial-box-layout2 .item-content .title-wrap .item-icon {
  position: absolute;
  top: -20px;
  left: 0;
  z-index: -1;
}
.fxt-testimonial-box-layout2 .item-content .title-wrap .item-icon i:before {
  color: #f0f0f0;
  font-size: 54px;
}
.fxt-testimonial-box-layout2 .item-content .title-wrap .item-title {
  font-weight: 600;
  margin-bottom: 14px;
}
.fxt-testimonial-box-layout2 .item-content p {
  margin-bottom: 10px;
}
.fxt-testimonial-box-layout2 .item-content .item-rating {
  margin-bottom: 20px;
}
.fxt-testimonial-box-layout2 .item-content .item-rating ul li {
  display: inline-block;
  color: #fcc10e;
  margin-right: 14px;
}
.fxt-why-choose-wrap-layout1 {
  padding: 105px 0 87px;
  position: relative;
  z-index: 1;
}
.fxt-why-choose-wrap-layout1:after {
  content: '';
  height: 100%;
  width: 55%;
  background-color: rgba(6, 17, 45, 0.9);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 991px) {
  .fxt-why-choose-wrap-layout1:after {
    width: 100%;
    opacity: 0.9;
    border-radius: 4px;
  }
}
@media only screen and (max-width: 991px) {
  .fxt-why-choose-wrap-layout1 {
    padding: 90px 30px 72px;
  }
}
@media only screen and (max-width: 767px) {
  .fxt-why-choose-wrap-layout1 {
    padding: 75px 30px 57px;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-why-choose-wrap-layout1 {
    padding: 60px 15px 42px;
  }
}
.fxt-why-choose-box-layout1 {
  margin-top: -7px;
}
.fxt-why-choose-box-layout1 ul {
  display: inline-block;
  margin-right: 60px;
}
.fxt-why-choose-box-layout1 ul:last-child {
  margin-right: 0;
}
.fxt-why-choose-box-layout1 ul li {
  display: block;
  color: #ffffff;
  padding-left: 25px;
  margin-bottom: 15px;
  position: relative;
}
.fxt-why-choose-box-layout1 ul li:after {
  content: '';
  height: 12px;
  width: 12px;
  border: 1px solid #ff4800;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.fxt-why-choose-wrap-layout2 {
  margin-top: 167px;
}
.fxt-why-choose-box-layout2 {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 51px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 51px 0px rgba(0, 0, 0, 0.1);
  padding: 40px 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
.fxt-why-choose-box-layout2 .item-icon {
  margin-right: 20px;
  margin-top: 4px;
}
.fxt-why-choose-box-layout2 .item-icon i:before {
  font-size: 58px;
  color: var(--zfy-red);
}
.fxt-why-choose-box-layout2 .item-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.fxt-why-choose-box-layout2 .item-content .item-title {
  font-weight: 600;
  margin-bottom: 4px;
}
.fxt-why-choose-wrap-layout4 {
  margin-top: 167px;
  position: relative;
  z-index: 0;
}
.fxt-why-choose-wrap-layout4:before {
  content: '';
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
}
.fxt-why-choose-wrap-layout4 .compress-right-side {
  padding-right: calc(calc(100% - 1140px) / 2);
}
@media only screen and (max-width: 1199px) {
  .fxt-why-choose-wrap-layout4 .compress-right-side {
    padding-left: 0;
    padding-right: calc(calc(100% - 930px) / 2);
  }
}
@media only screen and (max-width: 991px) {
  .fxt-why-choose-wrap-layout4 .compress-right-side {
    padding-left: calc(calc(100% - 690px) / 2);
    padding-right: calc(calc(100% - 690px) / 2);
  }
}
@media only screen and (max-width: 767px) {
  .fxt-why-choose-wrap-layout4 .compress-right-side {
    padding-left: calc(calc(100% - 510px) / 2);
    padding-right: calc(calc(100% - 510px) / 2);
  }
}
@media only screen and (max-width: 575px) {
  .fxt-why-choose-wrap-layout4 .compress-right-side {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .fxt-why-choose-wrap-layout4 {
    margin-top: 0;
  }
}
.fxt-why-choose-box-layout4 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 30px;
}
@media only screen and (max-width: 991px) {
  .fxt-why-choose-box-layout4 {
    position: inherit;
  }
}
.fxt-why-choose-box-layout5 {
  padding: 95px 0 80px;
}
.fxt-why-choose-box-layout5 .service-list {
  margin-top: -6px;
}
.fxt-why-choose-box-layout5 .service-list ul li {
  font-size: 17px;
  color: #ffffff;
  margin-bottom: 15px;
  padding-left: 30px;
  position: relative;
}
.fxt-why-choose-box-layout5 .service-list ul li:before {
  content: '';
  height: 15px;
  width: 15px;
  border: 1px solid var(--zfy-red);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.fxt-why-choose-box-layout5 .service-list ul li:after {
  content: '';
  height: 9px;
  width: 9px;
  background-color: var(--zfy-red);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 3px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.bg-color-transparent {
  background-color: transparent;
}
.bg-color-primary {
  background-color: var(--zfy-red);
}
.bg-color-light-primary {
  background-color: #fc6363;
}
.bg-color-dark-primary {
  background-color: #e42525;
}
.bg-color-secondary {
  background-color: #151515;
}
.bg-color-light {
  background-color: #ffffff;
}
.bg-color-dark {
  background-color: #000000;
}
.bg-color-accent {
  background-color: #f5f5f5;
}
.bg-color-accent2 {
  background-color: #edf3f5;
}
.bg-color-accent3 {
  background-color: #f9fbfe;
}
.bg-color-accent4 {
  background-color: #f9f9f9;
}
.bg-gradient-primary {
  position: relative;
  z-index: 1;
}
.bg-gradient-primary:before {
  position: absolute;
  z-index: -1;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #e42525;
  background: -o-linear-gradient(30deg, #e42525 0%, #fc6363 100%);
  background: linear-gradient(60deg, #e42525 0%, #fc6363 100%);
}
.bg-position-center-top {
  background-position: center top;
}
.bg-position-center {
  background-position: center center;
}
.bg-position-center-bottom {
  background-position: center bottom;
}
.bg-position-left-top {
  background-position: left top;
}
.bg-position-left-center {
  background-position: left center;
}
.bg-position-left-bottom {
  background-position: left bottom;
}
.bg-position-right-top {
  background-position: right top;
}
.bg-position-right-center {
  background-position: right center;
}
.bg-position-right-bottom {
  background-position: right bottom;
}
.bg-size-cover {
  background-size: cover;
}
.bg-size-contain {
  background-size: contain;
}
.bg-attachment-fixed {
  background-attachment: fixed;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.bg-repeat {
  background-repeat: repeat;
}
.bg-repeat-y {
  background-repeat: repeat-y;
}
.bg-repeat-x {
  background-repeat: repeat-x;
}
.mt--0 {
  margin-top: 0;
}
.mt--1 {
  margin-top: 1px;
}
.mt--2 {
  margin-top: 2px;
}
.mt--3 {
  margin-top: 3px;
}
.mt--4 {
  margin-top: 4px;
}
.mt--5 {
  margin-top: 5px;
}
.mt--6 {
  margin-top: 6px;
}
.mt--7 {
  margin-top: 7px;
}
.mt--8 {
  margin-top: 8px;
}
.mt--9 {
  margin-top: 9px;
}
.mt--10 {
  margin-top: 10px;
}
.mt--11 {
  margin-top: 11px;
}
.mt--12 {
  margin-top: 12px;
}
.mt--13 {
  margin-top: 13px;
}
.mt--14 {
  margin-top: 14px;
}
.mt--15 {
  margin-top: 15px;
}
.mt--16 {
  margin-top: 16px;
}
.mt--17 {
  margin-top: 17px;
}
.mt--18 {
  margin-top: 18px;
}
.mt--19 {
  margin-top: 19px;
}
.mt--20 {
  margin-top: 20px;
}
.mt--21 {
  margin-top: 21px;
}
.mt--22 {
  margin-top: 22px;
}
.mt--23 {
  margin-top: 23px;
}
.mt--24 {
  margin-top: 24px;
}
.mt--25 {
  margin-top: 25px;
}
.mt--26 {
  margin-top: 26px;
}
.mt--27 {
  margin-top: 27px;
}
.mt--28 {
  margin-top: 28px;
}
.mt--29 {
  margin-top: 29px;
}
.mt--30 {
  margin-top: 30px;
}
.mt--35 {
  margin-top: 35px;
}
.mt--40 {
  margin-top: 40px;
}
.mt--45 {
  margin-top: 45px;
}
.mt--50 {
  margin-top: 50px;
}
.mt--60 {
  margin-top: 60px;
}
.mt--70 {
  margin-top: 70px;
}
.mt--80 {
  margin-top: 80px;
}
.mt--90 {
  margin-top: 90px;
}
.mt--100 {
  margin-top: 100px;
}
.mb--0 {
  margin-bottom: 0 !important;
}
.mb--1 {
  margin-bottom: 1px;
}
.mb--2 {
  margin-bottom: 2px;
}
.mb--3 {
  margin-bottom: 3px;
}
.mb--4 {
  margin-bottom: 4px;
}
.mb--5 {
  margin-bottom: 5px;
}
.mb--6 {
  margin-bottom: 6px;
}
.mb--7 {
  margin-bottom: 7px;
}
.mb--8 {
  margin-bottom: 8px;
}
.mb--9 {
  margin-bottom: 9px;
}
.mb--10 {
  margin-bottom: 10px;
}
.mb--11 {
  margin-bottom: 11px;
}
.mb--12 {
  margin-bottom: 12px;
}
.mb--13 {
  margin-bottom: 13px;
}
.mb--14 {
  margin-bottom: 14px;
}
.mb--15 {
  margin-bottom: 15px;
}
.mb--16 {
  margin-bottom: 16px;
}
.mb--17 {
  margin-bottom: 17px;
}
.mb--18 {
  margin-bottom: 18px;
}
.mb--19 {
  margin-bottom: 19px;
}
.mb--20 {
  margin-bottom: 20px;
}
.mb--21 {
  margin-bottom: 21px;
}
.mb--22 {
  margin-bottom: 22px;
}
.mb--23 {
  margin-bottom: 23px;
}
.mb--24 {
  margin-bottom: 24px;
}
.mb--25 {
  margin-bottom: 25px;
}
.mb--26 {
  margin-bottom: 26px;
}
.mb--27 {
  margin-bottom: 27px;
}
.mb--28 {
  margin-bottom: 28px;
}
.mb--29 {
  margin-bottom: 29px;
}
.mb--30 {
  margin-bottom: 30px;
}
.mb--35 {
  margin-bottom: 35px;
}
.mb--40 {
  margin-bottom: 40px;
}
.mb--45 {
  margin-bottom: 45px;
}
.mb--50 {
  margin-bottom: 50px;
}
.mb--60 {
  margin-bottom: 60px;
}
.mb--70 {
  margin-bottom: 70px;
}
.mb--80 {
  margin-bottom: 80px;
}
.mb--90 {
  margin-bottom: 90px;
}
.mb--100 {
  margin-bottom: 100px;
}
.ml--0 {
  margin-left: 0;
}
.ml--1 {
  margin-left: 1px;
}
.ml--2 {
  margin-left: 2px;
}
.ml--3 {
  margin-left: 3px;
}
.ml--4 {
  margin-left: 4px;
}
.ml--5 {
  margin-left: 5px;
}
.ml--6 {
  margin-left: 6px;
}
.ml--7 {
  margin-left: 7px;
}
.ml--8 {
  margin-left: 8px;
}
.ml--9 {
  margin-left: 9px;
}
.ml--10 {
  margin-left: 10px;
}
.ml--11 {
  margin-left: 11px;
}
.ml--12 {
  margin-left: 12px;
}
.ml--13 {
  margin-left: 13px;
}
.ml--14 {
  margin-left: 14px;
}
.ml--15 {
  margin-left: 15px;
}
.ml--16 {
  margin-left: 16px;
}
.ml--17 {
  margin-left: 17px;
}
.ml--18 {
  margin-left: 18px;
}
.ml--19 {
  margin-left: 19px;
}
.ml--20 {
  margin-left: 20px;
}
.ml--21 {
  margin-left: 21px;
}
.ml--22 {
  margin-left: 22px;
}
.ml--23 {
  margin-left: 23px;
}
.ml--24 {
  margin-left: 24px;
}
.ml--25 {
  margin-left: 25px;
}
.ml--26 {
  margin-left: 26px;
}
.ml--27 {
  margin-left: 27px;
}
.ml--28 {
  margin-left: 28px;
}
.ml--29 {
  margin-left: 29px;
}
.ml--30 {
  margin-left: 30px;
}
.ml--35 {
  margin-left: 35px;
}
.ml--40 {
  margin-left: 40px;
}
.ml--45 {
  margin-left: 45px;
}
.ml--50 {
  margin-left: 50px;
}
.ml--60 {
  margin-left: 60px;
}
.ml--70 {
  margin-left: 70px;
}
.ml--80 {
  margin-left: 80px;
}
.ml--90 {
  margin-left: 90px;
}
.ml--100 {
  margin-left: 100px;
}
.mr--0 {
  margin-right: 0;
}
.mr--1 {
  margin-right: 1px;
}
.mr--2 {
  margin-right: 2px;
}
.mr--3 {
  margin-right: 3px;
}
.mr--4 {
  margin-right: 4px;
}
.mr--5 {
  margin-right: 5px;
}
.mr--6 {
  margin-right: 6px;
}
.mr--7 {
  margin-right: 7px;
}
.mr--8 {
  margin-right: 8px;
}
.mr--9 {
  margin-right: 9px;
}
.mr--10 {
  margin-right: 10px;
}
.mr--11 {
  margin-right: 11px;
}
.mr--12 {
  margin-right: 12px;
}
.mr--13 {
  margin-right: 13px;
}
.mr--14 {
  margin-right: 14px;
}
.mr--15 {
  margin-right: 15px;
}
.mr--16 {
  margin-right: 16px;
}
.mr--17 {
  margin-right: 17px;
}
.mr--18 {
  margin-right: 18px;
}
.mr--19 {
  margin-right: 19px;
}
.mr--20 {
  margin-right: 20px;
}
.mr--21 {
  margin-right: 21px;
}
.mr--22 {
  margin-right: 22px;
}
.mr--23 {
  margin-right: 23px;
}
.mr--24 {
  margin-right: 24px;
}
.mr--25 {
  margin-right: 25px;
}
.mr--26 {
  margin-right: 26px;
}
.mr--27 {
  margin-right: 27px;
}
.mr--28 {
  margin-right: 28px;
}
.mr--29 {
  margin-right: 29px;
}
.mr--30 {
  margin-right: 30px;
}
.mr--35 {
  margin-right: 35px;
}
.mr--40 {
  margin-right: 40px;
}
.mr--45 {
  margin-right: 45px;
}
.mr--50 {
  margin-right: 50px;
}
.mr--60 {
  margin-right: 60px;
}
.mr--70 {
  margin-right: 70px;
}
.mr--80 {
  margin-right: 80px;
}
.mr--90 {
  margin-right: 90px;
}
.mr--100 {
  margin-right: 100px;
}
.pt--0 {
  padding-top: 0;
}
.pt--1 {
  padding-top: 1px;
}
.pt--2 {
  padding-top: 2px;
}
.pt--3 {
  padding-top: 3px;
}
.pt--4 {
  padding-top: 4px;
}
.pt--5 {
  padding-top: 5px;
}
.pt--6 {
  padding-top: 6px;
}
.pt--7 {
  padding-top: 7px;
}
.pt--8 {
  padding-top: 8px;
}
.pt--9 {
  padding-top: 9px;
}
.pt--10 {
  padding-top: 10px;
}
.pt--11 {
  padding-top: 11px;
}
.pt--12 {
  padding-top: 12px;
}
.pt--13 {
  padding-top: 13px;
}
.pt--14 {
  padding-top: 14px;
}
.pt--15 {
  padding-top: 15px;
}
.pt--16 {
  padding-top: 16px;
}
.pt--17 {
  padding-top: 17px;
}
.pt--18 {
  padding-top: 18px;
}
.pt--19 {
  padding-top: 19px;
}
.pt--20 {
  padding-top: 20px;
}
.pt--21 {
  padding-top: 21px;
}
.pt--22 {
  padding-top: 22px;
}
.pt--23 {
  padding-top: 23px;
}
.pt--24 {
  padding-top: 24px;
}
.pt--25 {
  padding-top: 25px;
}
.pt--26 {
  padding-top: 26px;
}
.pt--27 {
  padding-top: 27px;
}
.pt--28 {
  padding-top: 28px;
}
.pt--29 {
  padding-top: 29px;
}
.pt--30 {
  padding-top: 30px;
}
.pt--35 {
  padding-top: 35px;
}
.pt--40 {
  padding-top: 40px;
}
.pt--45 {
  padding-top: 45px;
}
.pt--50 {
  padding-top: 50px;
}
.pt--60 {
  padding-top: 60px;
}
.pt--70 {
  padding-top: 70px;
}
.pt--80 {
  padding-top: 80px;
}
.pt--90 {
  padding-top: 90px;
}
.pt--100 {
  padding-top: 100px;
}
.pb--0 {
  padding-bottom: 0;
}
.pb--1 {
  padding-bottom: 1px;
}
.pb--2 {
  padding-bottom: 2px;
}
.pb--3 {
  padding-bottom: 3px;
}
.pb--4 {
  padding-bottom: 4px;
}
.pb--5 {
  padding-bottom: 5px;
}
.pb--6 {
  padding-bottom: 6px;
}
.pb--7 {
  padding-bottom: 7px;
}
.pb--8 {
  padding-bottom: 8px;
}
.pb--9 {
  padding-bottom: 9px;
}
.pb--10 {
  padding-bottom: 10px;
}
.pb--11 {
  padding-bottom: 11px;
}
.pb--12 {
  padding-bottom: 12px;
}
.pb--13 {
  padding-bottom: 13px;
}
.pb--14 {
  padding-bottom: 14px;
}
.pb--15 {
  padding-bottom: 15px;
}
.pb--16 {
  padding-bottom: 16px;
}
.pb--17 {
  padding-bottom: 17px;
}
.pb--18 {
  padding-bottom: 18px;
}
.pb--19 {
  padding-bottom: 19px;
}
.pb--20 {
  padding-bottom: 20px;
}
.pb--21 {
  padding-bottom: 21px;
}
.pb--22 {
  padding-bottom: 22px;
}
.pb--23 {
  padding-bottom: 23px;
}
.pb--24 {
  padding-bottom: 24px;
}
.pb--25 {
  padding-bottom: 25px;
}
.pb--26 {
  padding-bottom: 26px;
}
.pb--27 {
  padding-bottom: 27px;
}
.pb--28 {
  padding-bottom: 28px;
}
.pb--29 {
  padding-bottom: 29px;
}
.pb--30 {
  padding-bottom: 30px;
}
.pb--35 {
  padding-bottom: 35px;
}
.pb--40 {
  padding-bottom: 40px;
}
.pb--45 {
  padding-bottom: 45px;
}
.pb--50 {
  padding-bottom: 50px;
}
.pb--60 {
  padding-bottom: 60px;
}
.pb--70 {
  padding-bottom: 70px;
}
.pb--80 {
  padding-bottom: 80px;
}
.pb--90 {
  padding-bottom: 90px;
}
.pb--100 {
  padding-bottom: 100px;
}
.pl--0 {
  padding-left: 0;
}
.pl--1 {
  padding-left: 1px;
}
.pl--2 {
  padding-left: 2px;
}
.pl--3 {
  padding-left: 3px;
}
.pl--4 {
  padding-left: 4px;
}
.pl--5 {
  padding-left: 5px;
}
.pl--6 {
  padding-left: 6px;
}
.pl--7 {
  padding-left: 7px;
}
.pl--8 {
  padding-left: 8px;
}
.pl--9 {
  padding-left: 9px;
}
.pl--10 {
  padding-left: 10px;
}
.pl--11 {
  padding-left: 11px;
}
.pl--12 {
  padding-left: 12px;
}
.pl--13 {
  padding-left: 13px;
}
.pl--14 {
  padding-left: 14px;
}
.pl--15 {
  padding-left: 15px;
}
.pl--16 {
  padding-left: 16px;
}
.pl--17 {
  padding-left: 17px;
}
.pl--18 {
  padding-left: 18px;
}
.pl--19 {
  padding-left: 19px;
}
.pl--20 {
  padding-left: 20px;
}
.pl--21 {
  padding-left: 21px;
}
.pl--22 {
  padding-left: 22px;
}
.pl--23 {
  padding-left: 23px;
}
.pl--24 {
  padding-left: 24px;
}
.pl--25 {
  padding-left: 25px;
}
.pl--26 {
  padding-left: 26px;
}
.pl--27 {
  padding-left: 27px;
}
.pl--28 {
  padding-left: 28px;
}
.pl--29 {
  padding-left: 29px;
}
.pl--30 {
  padding-left: 30px;
}
.pl--35 {
  padding-left: 35px;
}
.pl--40 {
  padding-left: 40px;
}
.pl--45 {
  padding-left: 45px;
}
.pl--50 {
  padding-left: 50px;
}
.pl--60 {
  padding-left: 60px;
}
.pl--70 {
  padding-left: 70px;
}
.pl--80 {
  padding-left: 80px;
}
.pl--90 {
  padding-left: 90px;
}
.pl--100 {
  padding-left: 100px;
}
.pr--0 {
  padding-right: 0;
}
.pr--1 {
  padding-right: 1px;
}
.pr--2 {
  padding-right: 2px;
}
.pr--3 {
  padding-right: 3px;
}
.pr--4 {
  padding-right: 4px;
}
.pr--5 {
  padding-right: 5px;
}
.pr--6 {
  padding-right: 6px;
}
.pr--7 {
  padding-right: 7px;
}
.pr--8 {
  padding-right: 8px;
}
.pr--9 {
  padding-right: 9px;
}
.pr--10 {
  padding-right: 10px;
}
.pr--11 {
  padding-right: 11px;
}
.pr--12 {
  padding-right: 12px;
}
.pr--13 {
  padding-right: 13px;
}
.pr--14 {
  padding-right: 14px;
}
.pr--15 {
  padding-right: 15px;
}
.pr--16 {
  padding-right: 16px;
}
.pr--17 {
  padding-right: 17px;
}
.pr--18 {
  padding-right: 18px;
}
.pr--19 {
  padding-right: 19px;
}
.pr--20 {
  padding-right: 20px;
}
.pr--21 {
  padding-right: 21px;
}
.pr--22 {
  padding-right: 22px;
}
.pr--23 {
  padding-right: 23px;
}
.pr--24 {
  padding-right: 24px;
}
.pr--25 {
  padding-right: 25px;
}
.pr--26 {
  padding-right: 26px;
}
.pr--27 {
  padding-right: 27px;
}
.pr--28 {
  padding-right: 28px;
}
.pr--29 {
  padding-right: 29px;
}
.pr--30 {
  padding-right: 30px;
}
.pr--35 {
  padding-right: 35px;
}
.pr--40 {
  padding-right: 40px;
}
.pr--45 {
  padding-right: 45px;
}
.pr--50 {
  padding-right: 50px;
}
.pr--60 {
  padding-right: 60px;
}
.pr--70 {
  padding-right: 70px;
}
.pr--80 {
  padding-right: 80px;
}
.pr--90 {
  padding-right: 90px;
}
.pr--100 {
  padding-right: 100px;
}
.overlay-dark {
  position: relative;
  z-index: 2;
}
.overlay-dark:after {
  content: '';
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.overlay-dark-2 {
  position: relative;
  z-index: 2;
}
.overlay-dark-2:after {
  content: '';
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.possition-relative {
  position: relative !important;
}
.possition-absolute {
  position: absolute !important;
}
.possition-static {
  position: static !important;
}
.section-padding-sm {
  padding-top: 75px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 991px) {
  .section-padding-sm {
    padding-top: 60px;
    padding-bottom: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .section-padding-sm {
    padding-top: 45px;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .section-padding-sm {
    padding-top: 30px;
    padding-bottom: 5px;
  }
}
.section-padding-md {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 991px) {
  .section-padding-md {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .section-padding-md {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .section-padding-md {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.section-padding-lg {
  padding-top: 135px;
  padding-bottom: 110px;
}
@media only screen and (max-width: 991px) {
  .section-padding-lg {
    padding-top: 120px;
    padding-bottom: 95px;
  }
}
@media only screen and (max-width: 767px) {
  .section-padding-lg {
    padding-top: 105px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 575px) {
  .section-padding-lg {
    padding-top: 90px;
    padding-bottom: 65px;
  }
}
.section-padding-xl {
  padding-top: 165px;
  padding-bottom: 140px;
}
@media only screen and (max-width: 991px) {
  .section-padding-xl {
    padding-top: 150px;
    padding-bottom: 125px;
  }
}
@media only screen and (max-width: 767px) {
  .section-padding-xl {
    padding-top: 135px;
    padding-bottom: 110px;
  }
}
@media only screen and (max-width: 575px) {
  .section-padding-xl {
    padding-top: 120px;
    padding-bottom: 95px;
  }
}
.section-padding-sm-equal {
  padding-top: 80px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 991px) {
  .section-padding-sm-equal {
    padding-top: 65px;
    padding-bottom: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .section-padding-sm-equal {
    padding-top: 50px;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .section-padding-sm-equal {
    padding-top: 35px;
    padding-bottom: 5px;
  }
}
.section-padding-md-equal {
  padding-top: 110px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 991px) {
  .section-padding-md-equal {
    padding-top: 95px;
    padding-bottom: 65px;
  }
}
@media only screen and (max-width: 767px) {
  .section-padding-md-equal {
    padding-top: 80px;
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .section-padding-md-equal {
    padding-top: 65px;
    padding-bottom: 35px;
  }
}
.section-padding-xl-equal {
  padding-top: 170px;
  padding-bottom: 140px;
}
@media only screen and (max-width: 991px) {
  .section-padding-xl-equal {
    padding-top: 155px;
    padding-bottom: 125px;
  }
}
@media only screen and (max-width: 767px) {
  .section-padding-xl-equal {
    padding-top: 140px;
    padding-bottom: 110px;
  }
}
@media only screen and (max-width: 575px) {
  .section-padding-xl-equal {
    padding-top: 125px;
    padding-bottom: 95px;
  }
}
.section-padding-top-xs {
  padding-top: 55px;
}
@media only screen and (max-width: 991px) {
  .section-padding-top-xs {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .section-padding-top-xs {
    padding-top: 25px;
  }
}
@media only screen and (max-width: 575px) {
  .section-padding-top-xs {
    padding-top: 10px;
  }
}
.section-padding-top-sm {
  padding-top: 75px;
}
@media only screen and (max-width: 991px) {
  .section-padding-top-sm {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .section-padding-top-sm {
    padding-top: 45px;
  }
}
@media only screen and (max-width: 575px) {
  .section-padding-top-sm {
    padding-top: 30px;
  }
}
.section-padding-top-md {
  padding-top: 105px;
}
@media only screen and (max-width: 991px) {
  .section-padding-top-md {
    padding-top: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .section-padding-top-md {
    padding-top: 75px;
  }
}
@media only screen and (max-width: 575px) {
  .section-padding-top-md {
    padding-top: 60px;
  }
}
.section-padding-top-lg {
  padding-top: 135px;
}
@media only screen and (max-width: 991px) {
  .section-padding-top-lg {
    padding-top: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .section-padding-top-lg {
    padding-top: 105px;
  }
}
@media only screen and (max-width: 575px) {
  .section-padding-top-lg {
    padding-top: 90px;
  }
}
.section-padding-top-xl {
  padding-top: 165px;
}
@media only screen and (max-width: 991px) {
  .section-padding-top-xl {
    padding-top: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .section-padding-top-xl {
    padding-top: 135px;
  }
}
@media only screen and (max-width: 575px) {
  .section-padding-top-xl {
    padding-top: 120px;
  }
}
.section-padding-top-xs-equal {
  padding-top: 60px;
}
@media only screen and (max-width: 991px) {
  .section-padding-top-xs-equal {
    padding-top: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .section-padding-top-xs-equal {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .section-padding-top-xs-equal {
    padding-top: 15px;
  }
}
.section-padding-top-sm-equal {
  padding-top: 80px;
}
@media only screen and (max-width: 991px) {
  .section-padding-top-sm-equal {
    padding-top: 65px;
  }
}
@media only screen and (max-width: 767px) {
  .section-padding-top-sm-equal {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .section-padding-top-sm-equal {
    padding-top: 35px;
  }
}
.section-padding-top-md-equal {
  padding-top: 110px;
}
@media only screen and (max-width: 991px) {
  .section-padding-top-md-equal {
    padding-top: 95px;
  }
}
@media only screen and (max-width: 767px) {
  .section-padding-top-md-equal {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 575px) {
  .section-padding-top-md-equal {
    padding-top: 65px;
  }
}
.section-padding-top-lg-equal {
  padding-top: 140px;
}
@media only screen and (max-width: 991px) {
  .section-padding-top-lg-equal {
    padding-top: 125px;
  }
}
@media only screen and (max-width: 767px) {
  .section-padding-top-lg-equal {
    padding-top: 110px;
  }
}
@media only screen and (max-width: 575px) {
  .section-padding-top-lg-equal {
    padding-top: 95px;
  }
}
.section-padding-top-xl-equal {
  padding-top: 170px;
}
@media only screen and (max-width: 991px) {
  .section-padding-top-xl-equal {
    padding-top: 155px;
  }
}
@media only screen and (max-width: 767px) {
  .section-padding-top-xl-equal {
    padding-top: 140px;
  }
}
@media only screen and (max-width: 575px) {
  .section-padding-top-xl-equal {
    padding-top: 125px;
  }
}
.section-padding-bottom-sm {
  padding-bottom: 50px;
}
@media only screen and (max-width: 991px) {
  .section-padding-bottom-sm {
    padding-bottom: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .section-padding-bottom-sm {
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .section-padding-bottom-sm {
    padding-bottom: 5px;
  }
}
.section-padding-bottom-md {
  padding-bottom: 80px;
}
@media only screen and (max-width: 991px) {
  .section-padding-bottom-md {
    padding-bottom: 65px;
  }
}
@media only screen and (max-width: 767px) {
  .section-padding-bottom-md {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .section-padding-bottom-md {
    padding-bottom: 35px;
  }
}
.section-padding-bottom-lg {
  padding-bottom: 110px;
}
@media only screen and (max-width: 991px) {
  .section-padding-bottom-lg {
    padding-bottom: 95px;
  }
}
@media only screen and (max-width: 767px) {
  .section-padding-bottom-lg {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 575px) {
  .section-padding-bottom-lg {
    padding-bottom: 65px;
  }
}
.section-padding-bottom-xl {
  padding-bottom: 140px;
}
@media only screen and (max-width: 991px) {
  .section-padding-bottom-xl {
    padding-bottom: 125px;
  }
}
@media only screen and (max-width: 767px) {
  .section-padding-bottom-xl {
    padding-bottom: 110px;
  }
}
@media only screen and (max-width: 575px) {
  .section-padding-bottom-xl {
    padding-bottom: 95px;
  }
}
.section-padding-bottom-sm-equal {
  padding-bottom: 50px;
}
@media only screen and (max-width: 991px) {
  .section-padding-bottom-sm-equal {
    padding-bottom: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .section-padding-bottom-sm-equal {
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .section-padding-bottom-sm-equal {
    padding-bottom: 5px;
  }
}
.section-padding-bottom-md-equal {
  padding-bottom: 80px;
}
@media only screen and (max-width: 991px) {
  .section-padding-bottom-md-equal {
    padding-bottom: 65px;
  }
}
@media only screen and (max-width: 767px) {
  .section-padding-bottom-md-equal {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .section-padding-bottom-md-equal {
    padding-bottom: 35px;
  }
}
.section-padding-bottom-xl-equal {
  padding-bottom: 140px;
}
@media only screen and (max-width: 991px) {
  .section-padding-bottom-xl-equal {
    padding-bottom: 125px;
  }
}
@media only screen and (max-width: 767px) {
  .section-padding-bottom-xl-equal {
    padding-bottom: 110px;
  }
}
@media only screen and (max-width: 575px) {
  .section-padding-bottom-xl-equal {
    padding-bottom: 95px;
  }
}
.section2-padding-sm {
  padding-top: 70px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 991px) {
  .section2-padding-sm {
    padding-top: 55px;
    padding-bottom: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .section2-padding-sm {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .section2-padding-sm {
    padding-top: 25px;
    padding-bottom: 5px;
  }
}
.section2-padding-md {
  padding-top: 100px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 991px) {
  .section2-padding-md {
    padding-top: 85px;
    padding-bottom: 65px;
  }
}
@media only screen and (max-width: 767px) {
  .section2-padding-md {
    padding-top: 70px;
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .section2-padding-md {
    padding-top: 55px;
    padding-bottom: 35px;
  }
}
.section2-padding-lg {
  padding-top: 130px;
  padding-bottom: 110px;
}
@media only screen and (max-width: 991px) {
  .section2-padding-lg {
    padding-top: 115px;
    padding-bottom: 95px;
  }
}
@media only screen and (max-width: 767px) {
  .section2-padding-lg {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 575px) {
  .section2-padding-lg {
    padding-top: 85px;
    padding-bottom: 65px;
  }
}
.section2-padding-xl {
  padding-top: 160px;
  padding-bottom: 140px;
}
@media only screen and (max-width: 991px) {
  .section2-padding-xl {
    padding-top: 145px;
    padding-bottom: 125px;
  }
}
@media only screen and (max-width: 767px) {
  .section2-padding-xl {
    padding-top: 130px;
    padding-bottom: 110px;
  }
}
@media only screen and (max-width: 575px) {
  .section2-padding-xl {
    padding-top: 115px;
    padding-bottom: 95px;
  }
}
.section2-padding-sm-equal {
  padding-top: 80px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 991px) {
  .section2-padding-sm-equal {
    padding-top: 65px;
    padding-bottom: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .section2-padding-sm-equal {
    padding-top: 50px;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .section2-padding-sm-equal {
    padding-top: 35px;
    padding-bottom: 5px;
  }
}
.section2-padding-md-equal {
  padding-top: 110px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 991px) {
  .section2-padding-md-equal {
    padding-top: 95px;
    padding-bottom: 65px;
  }
}
@media only screen and (max-width: 767px) {
  .section2-padding-md-equal {
    padding-top: 80px;
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .section2-padding-md-equal {
    padding-top: 65px;
    padding-bottom: 35px;
  }
}
.section2-padding-xl-equal {
  padding-top: 170px;
  padding-bottom: 140px;
}
@media only screen and (max-width: 991px) {
  .section2-padding-xl-equal {
    padding-top: 155px;
    padding-bottom: 125px;
  }
}
@media only screen and (max-width: 767px) {
  .section2-padding-xl-equal {
    padding-top: 140px;
    padding-bottom: 110px;
  }
}
@media only screen and (max-width: 575px) {
  .section2-padding-xl-equal {
    padding-top: 125px;
    padding-bottom: 95px;
  }
}
.section2-padding-top-sm {
  padding-top: 70px;
}
@media only screen and (max-width: 991px) {
  .section2-padding-top-sm {
    padding-top: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .section2-padding-top-sm {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .section2-padding-top-sm {
    padding-top: 25px;
  }
}
.section2-padding-top-md {
  padding-top: 100px;
}
@media only screen and (max-width: 991px) {
  .section2-padding-top-md {
    padding-top: 85px;
  }
}
@media only screen and (max-width: 767px) {
  .section2-padding-top-md {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 575px) {
  .section2-padding-top-md {
    padding-top: 55px;
  }
}
.section2-padding-top-lg {
  padding-top: 130px;
}
@media only screen and (max-width: 991px) {
  .section2-padding-top-lg {
    padding-top: 115px;
  }
}
@media only screen and (max-width: 767px) {
  .section2-padding-top-lg {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 575px) {
  .section2-padding-top-lg {
    padding-top: 85px;
  }
}
.section2-padding-top-xl {
  padding-top: 160px;
}
@media only screen and (max-width: 991px) {
  .section2-padding-top-xl {
    padding-top: 145px;
  }
}
@media only screen and (max-width: 767px) {
  .section2-padding-top-xl {
    padding-top: 130px;
  }
}
@media only screen and (max-width: 575px) {
  .section2-padding-top-xl {
    padding-top: 115px;
  }
}
.section2-padding-top-xs-equal {
  padding-top: 50px;
}
@media only screen and (max-width: 991px) {
  .section2-padding-top-xs-equal {
    padding-top: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .section2-padding-top-xs-equal {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .section2-padding-top-xs-equal {
    padding-top: 5px;
  }
}
.section2-padding-top-sm-equal {
  padding-top: 80px;
}
@media only screen and (max-width: 991px) {
  .section2-padding-top-sm-equal {
    padding-top: 65px;
  }
}
@media only screen and (max-width: 767px) {
  .section2-padding-top-sm-equal {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .section2-padding-top-sm-equal {
    padding-top: 35px;
  }
}
.section2-padding-top-md-equal {
  padding-top: 110px;
}
@media only screen and (max-width: 991px) {
  .section2-padding-top-md-equal {
    padding-top: 95px;
  }
}
@media only screen and (max-width: 767px) {
  .section2-padding-top-md-equal {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 575px) {
  .section2-padding-top-md-equal {
    padding-top: 65px;
  }
}
.section2-padding-top-lg-equal {
  padding-top: 140px;
}
@media only screen and (max-width: 991px) {
  .section2-padding-top-lg-equal {
    padding-top: 125px;
  }
}
@media only screen and (max-width: 767px) {
  .section2-padding-top-lg-equal {
    padding-top: 110px;
  }
}
@media only screen and (max-width: 575px) {
  .section2-padding-top-lg-equal {
    padding-top: 95px;
  }
}
.section2-padding-top-xl-equal {
  padding-top: 170px;
}
@media only screen and (max-width: 991px) {
  .section2-padding-top-xl-equal {
    padding-top: 155px;
  }
}
@media only screen and (max-width: 767px) {
  .section2-padding-top-xl-equal {
    padding-top: 140px;
  }
}
@media only screen and (max-width: 575px) {
  .section2-padding-top-xl-equal {
    padding-top: 125px;
  }
}
.section2-padding-bottom-sm {
  padding-bottom: 50px;
}
@media only screen and (max-width: 991px) {
  .section2-padding-bottom-sm {
    padding-bottom: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .section2-padding-bottom-sm {
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .section2-padding-bottom-sm {
    padding-bottom: 5px;
  }
}
.section2-padding-bottom-md {
  padding-bottom: 80px;
}
@media only screen and (max-width: 991px) {
  .section2-padding-bottom-md {
    padding-bottom: 65px;
  }
}
@media only screen and (max-width: 767px) {
  .section2-padding-bottom-md {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .section2-padding-bottom-md {
    padding-bottom: 35px;
  }
}
.section2-padding-bottom-lg {
  padding-bottom: 110px;
}
@media only screen and (max-width: 991px) {
  .section2-padding-bottom-lg {
    padding-bottom: 95px;
  }
}
@media only screen and (max-width: 767px) {
  .section2-padding-bottom-lg {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 575px) {
  .section2-padding-bottom-lg {
    padding-bottom: 65px;
  }
}
.section2-padding-bottom-xl {
  padding-bottom: 140px;
}
@media only screen and (max-width: 991px) {
  .section2-padding-bottom-xl {
    padding-bottom: 125px;
  }
}
@media only screen and (max-width: 767px) {
  .section2-padding-bottom-xl {
    padding-bottom: 110px;
  }
}
@media only screen and (max-width: 575px) {
  .section2-padding-bottom-xl {
    padding-bottom: 95px;
  }
}
.section2-padding-bottom-sm-equal {
  padding-bottom: 50px;
}
@media only screen and (max-width: 991px) {
  .section2-padding-bottom-sm-equal {
    padding-bottom: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .section2-padding-bottom-sm-equal {
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .section2-padding-bottom-sm-equal {
    padding-bottom: 5px;
  }
}
.section2-padding-bottom-md-equal {
  padding-bottom: 80px;
}
@media only screen and (max-width: 991px) {
  .section2-padding-bottom-md-equal {
    padding-bottom: 65px;
  }
}
@media only screen and (max-width: 767px) {
  .section2-padding-bottom-md-equal {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .section2-padding-bottom-md-equal {
    padding-bottom: 35px;
  }
}
.section2-padding-bottom-xl-equal {
  padding-bottom: 140px;
}
@media only screen and (max-width: 991px) {
  .section2-padding-bottom-xl-equal {
    padding-bottom: 125px;
  }
}
@media only screen and (max-width: 767px) {
  .section2-padding-bottom-xl-equal {
    padding-bottom: 110px;
  }
}
@media only screen and (max-width: 575px) {
  .section2-padding-bottom-xl-equal {
    padding-bottom: 95px;
  }
  .copy-right-text a.beian {
    display: block;
  }
}
.color-primary {
  color: var(--zfy-red);
}
.color-secondary {
  color: #151515;
}
.color-light {
  color: #ffffff;
}
.color-dark {
  color: #000000;
}
.color-accent {
  color: #f5f5f5;
}
.text-row-1 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.text-row-2 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.text-row-3 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.text-row-4 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.text-row-5 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.temp-logo img {
  max-width: 180px;
}

.widget-download-brochure .download-btn:hover {
  background-color: var(--zfy-red);
}
.widget-download-brochure .download-btn:hover i {
  color: #fff;
}
.widget-contact-info a {
  color: #fff;
}

.news-list {
}
.news-list li {
  line-height: 30px;
}
.news-list a {
  font-size: 16px;
  font-weight: 500;
}
.news-list span {
  float: right;
}

.news-pages {
  text-align: center;
}
.news-pages li {
  display: inline-block;
  line-height: 30px;
  margin: 3px 1px;
  font-weight: 500;
}
.news-pages li a {
  display: inline-block;
  padding: 0 10px;
  line-height: 30px;
  border-radius: 2px;
  background-color: var(--zfy-blue);
  color: #fff !important;
}

.news-pages li a:hover,
.news-pages li.active a {
  background-color: var(--zfy-red);
}
.box-bg {
  padding: 30px 20px;
  background-color: #f7f7f7;
}

#cooperation .fxt-features-box-layout1 .item-title {
  color: var(--zfy-blue);
}
#cooperation .fxt-features-box-layout1 p {
  color: #333;
}

#cooperation .item-box .item-icon i:before {
  font-size: 36px;
  color: var(--zfy-blue);
}
#cooperation .item-box P {
  line-height: 1.5;
}

#tongdian {
  margin-bottom: 15px;
}
#tongdian .inner {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.6) 60%, rgba(131, 34, 218, 0.3)),
    url('../../images/service/service4.jpg') no-repeat center top;
  background-size: cover;
  height: 100%;
  padding: 20px;
  position: relative;
  color: #fff;
}
/* #tongdian:before{content:" ";width: 100%;height:100%;background-color: rgba(0,0,0,0.5);position: absolute;left:0;top:0;} */
#tongdian h3 {
  background-color: var(--zfy-red);
  float: left;
  clear: both;
  width: auto;
  padding: 0 15px;
  color: #fff;
  transform: skew(-7deg);
}
#tongdian h4 {
  background-color: var(--zfy-blue);
  float: left;
  clear: both;
  width: auto;
  padding: 0 15px;
  color: #fff;
  transform: skew(-7deg);
}
#tongdian ul {
  margin-left: 1.5em;
  list-style-type: disc;
  clear: both;
}

#cooperation .fxt-about-box-layout9 .section-heading h3 {
  background-color: #eee;
  border-radius: 25px;
  line-height: 50px;
}

#future-result {
  border: 1px var(--zfy-red) dashed;
  margin: 20px 0;
  padding: 60px 20px 40px 20px;
  text-align: center;
  position: relative;
}
#future-result h3 {
  width: auto;
  position: absolute;
  bottom: -20px;
  left: 50%;
  background-color: var(--zfy-red);
  padding: 0 20px;
  color: #fff;
  border-radius: 5px;
  transform: translate(-50%, 50%);
}
#future-result h4 {
  position: relative;
  color: var(--zfy-dark);
}
#future-result i {
  color: var(--zfy-blue);
  font-size: 36px;
}

#zhuli {
  padding: 50px 0;
  background-color: #f7f7f7;
  margin-bottom: 50px;
}
#zhuli .counting-text:after {
  content: '%';
}

.footer-wrap-layout1 .copy-right-text a.beian {
  font-weight: 300;
  color: #aaa;
}

#cooperation #SILIU h3.item-title {
  color: #fff;
  line-height: 70px;
}
#flow h3 {
  margin-top: 20px;
}
