/*
Theme Name: fucare
Theme URI: https://fucare.com/
Author: fucare
Author URI: https://fucare.com/
Description: fucare's Theme
Version: 1.0
License: GPL2
Text Domain: fucare
*/
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  min-height: 100%;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  background: #fff;
  padding:0;
  margin:0;
}
body::-webkit-scrollbar{
	width:15px;
	background-color:#fff;
	outline:none
}
body::-webkit-scrollbar-thumb{
	border-radius:0px;
	background-color:#f00
}
body::-webkit-scrollbar-track{
	background-color:#fff;
	border-radius:0px
}
body::-webkit-scrollbar-track{
	-webkit-box-shadow:inset 0 0px 6px grey
}



@font-face {
 font-family: ETmodules;
 font-display: swap;
 src: url("fonts/modules.eot");
 src: url("fonts/modules.ttf") format("truetype");
 font-weight: 400;
 font-style: normal
}


@font-face {
    font-family: 'Bebas Neue';
    src: url('fonts/BebasNeue.otf') format('opentype');
    src: url("fonts/BebasNeue-Regular.woff") format("woff");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}


@font-face {
    font-family: "Bebas Neue";
    font-style: normal;
    font-weight: 200;
    src: url("fonts/BebasNeue-Thin.woff") format("woff");
    font-display: swap;
}


@font-face {
    font-family: "Bebas Neue";
    font-style: normal;
    font-weight: 300;
    src: url("fonts/BebasNeue-Light.woff") format("woff");
    font-display: swap;
}


@font-face {
    font-family: "Bebas Neue";
    font-style: normal;
    font-weight: 400;
    src: url("fonts/BebasNeue-Book.woff") format("woff");
    font-display: swap;
}


@font-face {
    font-family: "Bebas Neue";
    font-style: normal;
    font-weight: 700;
    src: url("fonts/BebasNeue-Bold.woff") format("woff");
    font-display: swap;
}


@font-face {
    font-family: "Arial";
    font-style: normal;
    font-weight: 400;
    src: url("fonts/ARIAL.woff") format("woff");
    font-display: swap;
}


@font-face {
    font-family: "Arial";
    font-style: italic;
    font-weight: 400;
    src: url("fonts/ARIALI.woff") format("woff");
    font-display: swap;
}


@font-face {
    font-family: "Arial";
    font-style: normal;
    font-weight: 500;
    src: url("fonts/ArialMdm.woff") format("woff");
    font-display: swap;
}


@font-face {
    font-family: "Arial";
    font-style: normal;
    font-weight: 700;
    src: url("fonts/ARIALBD.woff") format("woff");
    font-display: swap;
}


@font-face {
    font-family: "Arial";
    font-style: italic;
    font-weight: 700;
    src: url("fonts/ARIALBI.woff") format("woff");
    font-display: swap;
}


@font-face {
    font-family: "Arial";
    font-style: normal;
    font-weight: 900;
    src: url("fonts/ARIBLK.woff") format("woff");
    font-display: swap;
}

img {
  border: 0;
  vertical-align: top;
  max-width:100%;  
  height: auto;
  display: block;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
  margin-bottom:20px;
  margin-top:0;
}
a,
a:hover,
a:focus {
  text-decoration: none; 
  cursor: pointer; 
}
a:hover{
 color:#f00;	
}
input,
button {
  -webkit-appearance: none;
  border-radius: 0;
}
button {
  cursor: pointer;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
textarea {
  resize: none;
  overflow: auto;
  font-family: 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
input,
button,
textarea,
select {
  border: 0;
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
  color: inherit;
  background: transparent;
}
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
table {
  border-collapse: collapse;
}
p{
 line-height:1.8;
 font-size:16px;	
 margin-bottom:20px;
}
ul{
 padding:0;
 margin:0;	
}
ul li{
 list-style:none;	
}
.ptb10{
 padding-top:10px;
 padding-bottom:10px;	
}
.ptb20{
 padding-top:20px;
 padding-bottom:20px;	
}
.ptb30{
 padding-top:30px;
 padding-bottom:30px;	
}
.ptb40{
 padding-top:40px;
 padding-bottom:40px;	
}
.ptb50{
 padding-top:50px;
 padding-bottom:50px;	
}
.ptb60{
 padding-top:60px;
 padding-bottom:60px;	
}
.ptb70{
 padding-top:70px;
 padding-bottom:70px;	
}
.ptb80{
 padding-top:80px;
 padding-bottom:80px;	
}
.ptb90{
 padding-top:90px;
 padding-bottom:90px;	
}
.ptb100{
 padding-top:100px;
 padding-bottom:100px;	
}
.ptb110{
 padding-top:110px;
 padding-bottom:110px;	
}
.ptb120{
 padding-top:120px;
 padding-bottom:120px;	
}
.pt10{
 padding-top:10px;
}
.pt20{
 padding-top:20px;
}
.pt30{
 padding-top:30px;
}
.pt40{
 padding-top:40px;
}
.pt50{
 padding-top:50px;
}
.pt60{
 padding-top:60px;
}
.pt70{
 padding-top:70px;
}
.pt80{
 padding-top:80px;
}
.pt90{
 padding-top:90px;
}
.pt100{
 padding-top:100px;
}
.pt110{
 padding-top:110px;
}
.pt120{
 padding-top:120px;
}
.pb10{
 padding-bottom:10px;	
}
.pb20{
 padding-bottom:20px;	
}
.pb30{
 padding-bottom:30px;	
}
.pb40{
 padding-bottom:40px;	
}
.pb50{
 padding-bottom:50px;	
}
.pb60{
 padding-bottom:60px;	
}
.pb70{
 padding-bottom:70px;	
}
.pb80{
 padding-bottom:80px;	
}
.pb90{
 padding-bottom:90px;	
}
.pb100{
 padding-bottom:100px;	
}
.pb110{
 padding-bottom:110px;	
}
.pb120{
 padding-bottom:120px;	
}

.mtb10{
 margin-top:10px;
 margin-bottom:10px;
}
.mtb20{
 margin-top:20px;
 margin-bottom:20px;
}
.mtb30{
 margin-top:30px;
 margin-bottom:30px;
}
.mtb40{
 margin-top:40px;
 margin-bottom:40px;
}
.mtb50{
 margin-top:50px;
 margin-bottom:50px;
}
.mtb60{
 margin-top:60px;
 margin-bottom:60px;
}
.mtb70{
 margin-top:70px;
 margin-bottom:70px;
}
.mtb70{
 margin-top:70px;
 margin-bottom:70px;
}
.mtb80{
 margin-top:80px;
 margin-bottom:80px;
}
.mtb90{
 margin-top:90px;
 margin-bottom:90px;
}
.mtb100{
 margin-top:100px;
 margin-bottom:100px;
}
.mtb110{
 margin-top:110px;
 margin-bottom:110px;
}
.mtb120{
 margin-top:120px;
 margin-bottom:120px;
}
.mt10{
 margin-top:10px;	
}
.mt20{
 margin-top:20px;	
}
.mt30{
 margin-top:30px;	
}
.mt40{
 margin-top:40px;	
}
.mt50{
 margin-top:50px;	
}
.mt60{
 margin-top:60px;	
}
.mt70{
 margin-top:70px;	
}
.mt80{
 margin-top:80px;	
}
.mt90{
 margin-top:90px;	
}
.mt100{
 margin-top:100px;	
}
.mt110{
 margin-top:110px;	
}
.mt120{
 margin-top:120px;	
}
.mb10{
 margin-bottom:10px;	
}
.mb20{
 margin-bottom:20px;	
}
.mb30{
 margin-bottom:30px;	
}
.mb40{
 margin-bottom:40px;	
}
.mb50{
 margin-bottom:50px;	
}
.mb60{
 margin-bottom:60px;	
}
.mb70{
 margin-bottom:70px;	
}
.mb80{
 margin-bottom:80px;	
}
.mb90{
 margin-bottom:90px;	
}
.mb100{
 margin-bottom:100px;	
}
.mb110{
 margin-bottom:110px;	
}
.mb120{
 margin-bottom:120px;	
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
@media (max-width: 1024px) {
  .d-tb-none {
    display: none !important;
  }
  .d-tb-inline {
    display: inline !important;
  }
  .d-tb-inline-block {
    display: inline-block !important;
  }
  .d-tb-block {
    display: block !important;
  }
  .d-tb-table {
    display: table !important;
  }
  .d-tb-table-row {
    display: table-row !important;
  }
  .d-tb-table-cell {
    display: table-cell !important;
  }
  .d-tb-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-tb-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (max-width: 768px) {
  .d-mb-none {
    display: none !important;
  }
  .d-mb-inline {
    display: inline !important;
  }
  .d-mb-inline-block {
    display: inline-block !important;
  }
  .d-mb-block {
    display: block !important;
  }
  .d-mb-table {
    display: table !important;
  }
  .d-mb-table-row {
    display: table-row !important;
  }
  .d-mb-table-cell {
    display: table-cell !important;
  }
  .d-mb-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-mb-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}
@media (max-width: 1024px) {
  .flex-tb-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-tb-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-tb-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-tb-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-tb-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-tb-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-tb-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-tb-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-tb-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-tb-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-tb-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-tb-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-tb-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-tb-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-tb-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-tb-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-tb-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-tb-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-tb-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-tb-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-tb-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-tb-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-tb-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-tb-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-tb-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-tb-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-tb-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-tb-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-tb-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-tb-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-tb-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-tb-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-tb-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-tb-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (max-width: 768px) {
  .flex-mb-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-mb-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-mb-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-mb-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-mb-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-mb-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-mb-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-mb-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-mb-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-mb-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-mb-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-mb-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-mb-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-mb-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-mb-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-mb-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-mb-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-mb-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-mb-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-mb-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-mb-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-mb-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-mb-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-mb-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-mb-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-mb-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-mb-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-mb-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-mb-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-mb-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-mb-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-mb-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-mb-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-mb-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

.container{
 width:80%;
 max-width:1320px;
 margin:0 auto;
}
@media (max-width: 1024px) {
	.container{
    width:90%;
  }
}
@media (max-width: 768px) {
	.container{
    width:100%;
    padding-left:15px;
    padding-right:15px;
  }
}
.header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
  background: #fff !important;
}
.widthMax{
 max-width:1000px;
 margin:0 auto;	
}
.widthMax1{
 max-width:1100px;
 margin:0 auto;	
}
.widthMax2{
 width:90%;
 max-width:1800;
 margin:0 auto
}
.colorRed{
 color:#f00;	
}
.pagination .pagination-link{
 display:flex;
 align-items:center;
 gap: 20px;	
}

.pagination .page-numbers {
 color: #212121;
 font-family: "Arial";
 font-weight:500;
 font-size:18px;
 line-height:1;
 text-decoration: none;
}

.pagination .page-numbers.current {
  color: #ff0000;
}





@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display:swap;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}



@-webkit-keyframes fadeOutTop {
    0% {
        opacity: 1;
        -webkit-transform: translatey(0);
        transform: translatey(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translatey(-60%);
        transform: translatey(-60%)
    }
}

@keyframes fadeOutTop {
    0% {
        opacity: 1;
        -webkit-transform: translatey(0);
        transform: translatey(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translatey(-60%);
        transform: translatey(-60%)
    }
}

@-webkit-keyframes fadeInTop {
    0% {
        opacity: 0;
        -webkit-transform: translatey(-60%);
        transform: translatey(-60%)
    }

    to {
        opacity: 1;
        -webkit-transform: translatey(0);
        transform: translatey(0)
    }
}

@keyframes fadeInTop {
    0% {
        opacity: 0;
        -webkit-transform: translatey(-60%);
        transform: translatey(-60%)
    }

    to {
        opacity: 1;
        -webkit-transform: translatey(0);
        transform: translatey(0)
    }
}

@-webkit-keyframes fadeInBottom {
    0% {
        opacity: 0;
        -webkit-transform: translatey(60%);
        transform: translatey(60%)
    }

    to {
        opacity: 1;
        -webkit-transform: translatey(0);
        transform: translatey(0)
    }
}

@keyframes fadeInBottom {
    0% {
        opacity: 0;
        -webkit-transform: translatey(60%);
        transform: translatey(60%)
    }

    to {
        opacity: 1;
        -webkit-transform: translatey(0);
        transform: translatey(0)
    }
}

@-webkit-keyframes fadeOutBottom {
    0% {
        opacity: 1;
        -webkit-transform: translatey(0);
        transform: translatey(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translatey(60%);
        transform: translatey(60%)
    }
}

@keyframes fadeOutBottom {
    0% {
        opacity: 1;
        -webkit-transform: translatey(0);
        transform: translatey(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translatey(60%);
        transform: translatey(60%)
    }
}

@-webkit-keyframes Grow {
    0% {
        opacity: 0;
        -webkit-transform: scaleY(.5);
        transform: scaleY(.5)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes Grow {
    0% {
        opacity: 0;
        -webkit-transform: scaleY(.5);
        transform: scaleY(.5)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}
/*header*/
.pc{
	box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, .16);
	-webkit-box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, .16);
	-moz-box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, .16);
}

.pc .header_l{
	width:230px;
	margin-right:100px;	
	flex-shrink: 0;
	-webkit-flex-shrink: 0;
}

.pc .header_r{
	flex: 1;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.pc .header_r .menu{
	flex:1;
	-webkit-flex:1;
	transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
}
.pc .header_r .menu.hide-menu{
	-webkit-animation: fadeOutBottom 1s cubic-bezier(.77,0,.175,1) 1;
  animation: fadeOutBottom 1s cubic-bezier(.77,0,.175,1) 1
	opacity: 0;
}
.pc .header_r .menu.show-menu{
	-webkit-animation: fadeInBottom 1s cubic-bezier(.77,0,.175,1) 1;
  animation: fadeInBottom 1s cubic-bezier(.77,0,.175,1) 1
	opacity: 1;
}
.pc .header_l .logo-img{
	display:block;
	padding-top:9px;
	padding-bottom:9px;	
}
.pc .header_l .logo-img img{
	max-width:100%;
	max-height:68px;
	height:auto;
}
.pc .menu{
	flex:1;	
	-webkit-flex:1;
}
.pc .nav{
	display:flex;	
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-around;
	-webkit-box-pack: space-around;
	-ms-flex-pack: space-around;
}
.pc .nav .menu-item{
	padding-top: 30px;
	padding-bottom: 30px;	
	position:relative;
	list-style: none;
}
.pc .nav .menu-item a{
	color:#000;
	font-size:18px;
	font-weight: 400;
	transition:400ms ease all;
	-webkit-transition:400ms ease all;
	-moz-transition:400ms ease all;
	-o-transition:400ms ease all;
	text-decoration: none;
}
.pc .nav .menu-item a:hover{
	color:#f00;	
}

.pc .sub-menu{
	display:none;	
	background:#fff;
	padding:15px 0;
	position:absolute;
	top: 100%;
	left: 0;
	min-width: 200px;
	box-shadow: 0 3px 12px rgba(0,0,0,0.12);
	-webkit-box-shadow: 0 3px 12px rgba(0,0,0,0.12);
	z-index:99;
	list-style: none;
	margin:0;
}
.pc .sub-menu li{
	padding-left:20px;
	padding-right:20px;
	list-style: none;
}
.pc .sub-menu li a{
	display:block;
	width:100%;
	font-family:"Arial";
	font-size:16px !important;
	font-weight:700 !important;
	color:#000;	
	line-height:40px;
	transition: all .2s ease-in-out !important;
	-webkit-transition: all .2s ease-in-out !important;
	-moz-transition: all .2s ease-in-out !important;
	-o-transition: all .2s ease-in-out !important;
	text-decoration: none;
}
.pc .sub-menu li a:hover{
	color: #f00;
	transform: translateX(5px);
	-webkit-transform: translateX(5px);
	-moz-transform: translateX(5px);
	-ms-transform: translateX(5px);
	-o-transform: translateX(5px);
}
.pc .nav .menu-item ul li{
 padding-top:0;
 padding-bottom:0;	
}
.pc .nav .menu-item ul li.current-menu-item a{
 color:#f00;	
}
.pc .nav > .menu-item:hover > .sub-menu{
	display:block;
}

.pc .sub-menu .sub-menu{
	left:100%;
	top:0;
}

.pc .sub-menu > .menu-item:hover > .sub-menu{
	display:block;
	z-index:99;
}

.pc .search{
	margin-left:20px;	
	font-size:18px;
	cursor: pointer;
	position: relative;
	z-index: 100;
}


.pc .search-modal {
	display: block;
	position: absolute;
	left: 0;
	top: -100%;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 9999;
	transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	opacity: 0;
}

.pc .search-modal.show-search{
	top: 0;
	opacity: 1;
	-webkit-animation: fadeInTop 1s cubic-bezier(.77,0,.175,1) 1;
  animation: fadeInTop 1s cubic-bezier(.77,0,.175,1) 1;
}
.pc .search-modal.hide-search{
	opacity: 0;
	-webkit-animation: fadeOutTop 1s cubic-bezier(.77,0,.175,1) 1;
  animation: fadeOutTop 1s cubic-bezier(.77,0,.175,1) 1;
}
.pc .search-box {
	width: 100%;
	height: 100%;
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	padding: 0 ;
	position: relative;
}
.pc .search-box .search-form {
	width: 100%;
}
.pc .search-box .search-field {
	width: 100%;
	border: none;
	outline: none;
	font-size: 20px;
	padding: 12px 0;
	border-bottom: 1px solid #eee;
	background: transparent;
}
.pc .search-box .close-btn {
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	cursor: pointer;
	color: #333;
	font-size: 22px;
}

@media (max-width:1860px){
	.pc .header_l{
		margin-right:120px;	
	}
}
@media (max-width:1680px){
	.pc .header_l{
		margin-right:80px;	
	}
}
@media (max-width:1560px){
	.pc .header_l{
		width:200px;
		margin-right:60px;	
	}
	.pc .header_l .logo-img img{
		max-width:100%;
		max-height:59px;
		height:auto;
	}
}
@media (max-width:1440px){
	.pc .header_l{
		width:180px;
		margin-right:30px;	
	}
	.pc .header_l .logo-img img{
		max-width:100%;
		max-height:49px;
		height:auto;
	}
}
@media (max-width:1360px){
	.pc .header_l{
		width:180px;
		margin-right:30px;	
	}
	.pc .header_l .logo-img img{
		max-width:100%;
		max-height:49px;
		height:auto;
	}
}
@media (max-width:1280px){
	.pc .header_l{
		width:150px;
		margin-right:20px;	
	}
	.pc .header_l .logo-img img{
		max-width:100%;
		max-height:40px;
		height:auto;
	}
}



/*header mobile*/
.mob{
	box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, .16);
	-webkit-box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, .16);
	-moz-box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, .16);

}
.mob .mobInner{
	position:relative;	
}
.mob .header_l{
	width:30%;
	flex-shrink: 0;
	-webkit-flex-shrink: 0;
}
.mob .header_l .logo-img img{
	max-width:100%;
	max-height:59px;
	height:auto;
}
.mob .header_r{
	flex: 1;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	position:relative;
}
.mob .header_r.hide-headerr{
	-webkit-animation: fadeOutBottom 1s cubic-bezier(.77,0,.175,1) 1;
  animation: fadeOutBottom 1s cubic-bezier(.77,0,.175,1) 1
	opacity: 0;
}
.mob .header_r.show-headerr{
	-webkit-animation: fadeInBottom 1s cubic-bezier(.77,0,.175,1) 1;
  animation: fadeInBottom 1s cubic-bezier(.77,0,.175,1) 1
	opacity: 1;
}
.mob .menu {
 position:absolute;
 top:100%;
 padding:20px;
 background:#fff;	
 width:40%;
 z-index: 99;
}
.mob .menu .mobNav{
 display:flex;
 flex-direction: column;
}
.mob .menu .mobNav li a{
 display:block;
 cursor: pointer;
 padding: 10px 10px;
 font-size: 18px;
 color:#000;	
 position:relative;
}
.mob .menu .mobNav li a:hover{
 color:#f00;
 transition: 400ms ease all;	
 -webkit-transition: 400ms ease all;	
 -moz-transition: 400ms ease all;	
 -o-transition: 400ms ease all;	
}
.mob .menu .mobNav li.
.mob .menu .mobNav li a i{
 display:none;	
}
.mob .menu .mobNav li.current-menu-item a{
 color:#f00;	
}
.mob .menu .mobNav li.menu-item-has-children >a::before{
 content:'L';
 display: inline-block;
 position: absolute;
 right:5px;
 font-size: 18px;
 margin-right: 10px;
 z-index: 10;
 cursor: pointer;
 font-family: "ETmodules";
 transition-timing-function: ease-in-out;
 transition-property: all;
 transition-duration: .4s;
 width: 26px;
 height: 26px;
 line-height: 26px;
 text-align: center;
 vertical-align: middle;
 color: rgba(44, 61, 73, .5);
 background-color: rgba(44, 61, 73, .1);
 border-radius: 50%;
 opacity: 1;
}
.mob .menu .mobNav li.menu-item-has-children >a::after{
 content:'!';
 display: inline-block;
 position: absolute;
 right:5px;
 font-size: 18px;
 margin-right: 10px;
 z-index: 10;
 cursor: pointer;
 font-family: "ETmodules";
 transition-timing-function: ease-in-out;
 transition-property: all;
 transition-duration: .4s;
 width: 26px;
 height: 26px;
 line-height: 26px;
 text-align: center;
 vertical-align: middle;
 color: rgba(44, 61, 73, .5);
 background-color: rgba(44, 61, 73, .1);
 border-radius: 50%;
 opacity: 0;
}
.mob .menu .mobNav li.menu-item-has-children a.active-menu-link::before{
	opacity: 0;
}
.mob .menu .mobNav li.menu-item-has-children a.active-menu-link::after{
	opacity: 1;
}
.mob .menu .mobNav li .sub-menu{
 padding-left:15px;
 display:none;	
}
.mob .menu .mobNav li .sub-menu.open{
 display:block	
}
.mob .header_r .search{
 margin-right:20px;	
}
.mob .header_r .search i{
 font-size:28px;
 font-weight:700;	
}
.mob .header_r .hamburger{
 width:40px;
 height:40px;
 border-radius:50%;
 background:#707070;	
}
.mob .header_r .hamburger .hamburger_inner{
 gap:5px;
}
.mob .header_r .hamburger span{
 width:20px;
 height:2px;
 background:#fff;	
}
.mob .search-modal {
	display: block;
	position: absolute;
	left: 0;
	top: -100%;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 9999;
	transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	opacity: 0;
}

@media (max-width:991px){
	.mob .header_l .logo-img img{
	  max-height:50px
  }
}
@media (max-width:768px){
	.mob .header_l .logo-img img{
	  max-height:45px
  }
}
@media (max-width:512px){
	.mob .header_l .logo-img img{
	  max-height:40px
  }
}



.mob .search-modal {
	display: block;
	position: absolute;
	left: 0;
	top: -100%;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 9999;
	transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	opacity: 0;
}

.mob .search-modal.show-search{
	top: 0;
	opacity: 1;
	-webkit-animation: fadeInTop 1s cubic-bezier(.77,0,.175,1) 1;
  animation: fadeInTop 1s cubic-bezier(.77,0,.175,1) 1;
}
.mob .search-modal.hide-search{
	opacity: 0;
	-webkit-animation: fadeOutTop 1s cubic-bezier(.77,0,.175,1) 1;
  animation: fadeOutTop 1s cubic-bezier(.77,0,.175,1) 1;
}
.mob .search-box {
	width: 100%;
	height: 100%;
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	padding: 0 ;
	position: relative;
}
.mob .search-box .search-form {
	width: 100%;
}
.mob .search-box .search-field {
	width: 100%;
	border: none;
	outline: none;
	font-size: 20px;
	padding: 12px 0;
	border-bottom: 1px solid #eee;
	background: transparent;
}
.mob .search-box .close-btn {
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	cursor: pointer;
	color: #333;
	font-size: 22px;
}
@media (max-width:980px){
	.mob .menu{
	  width:100%;	
	}
}


/*footer*/
.footer{
 background:#1d1d1d;
}
.footer .footerItem1{
 border-bottom:1px solid rgba(112, 112, 112, .25);	
}
.footer .contactItem1,.footer .contactItem2{
 width:30%;
 margin-right:5%;	
}
.footer .contactItem3{
 width:30%;
 margin-right:0;	
}
.footer .contactItem .lxcion {
 width:65px;
 height:65px;
 background:#f00;
}
.footer .contactItem .lxcion i{
 color:#fff;
 font-size:42px;	
}
.footer .contactItem p,.footer .contactItem p a{
	font-family:"Arial";
	font-size:18px;
	font-weight:500;
	color:#fff;
	text-align:center;
}

@media (max-width:768px){
	.footer .contactItem{
	  width:100%;
	  margin-right:0;	
	}
}
.footer .footerItem2{
 border-bottom:1px solid rgba(112, 112, 112, .25);	
}
.footer .footerLink{
 width:10%;
 margin-right:5%;	
}
.footer .footerLink1{
 width:40% !important;	
}
.footer .footerLink:last-child{
 margin-right:0;	
}
.footer .footerLink .footer_logo{
 height:46px;
 width:auto;	
 margin-bottom:30px;
}
.footer .footerLink .footer-company-desc p{
 margin:0;
 color:#fff;
 font-size:13px;	
}
.footer .footerLink .intertek_logo{
 height:138px;
 width:auto;	
}
.footer .footerLink span{
 font-family: "Arial", Helvetica, Arial, Lucida, sans-serif;
 font-weight: 500;
 color: #f00 !important;
 font-size: 18px;
 margin-bottom: 10px;
}
.footer .footerLink .footerMenu li{
 margin-bottom:8px;
}
.footer .footerLink .footerMenu li a{
 color:#fff;
 font-size:16px;
 font-family: "Arial", Helvetica, Arial, Lucida, sans-serif;
 font-weight:400;	
}
.footer .footerLink .footerMenu li a:hover{
 color:#f00;
}

@media (max-width:978px){
	.footer .footerLink{
	  display:none !important;	
	}
	.footer .footerLink1{
	  display: flex !important;
	  width:100% !important;
	  margin-right:0;
	  align-items: center !important
	}
}

.footer .footerItem3 p,.footer .footerItem3 a{
	font-size:12px;
	font-weight:700;
	color:#fff;
	margin:0;
	padding:0;
}
.footer .footerItem3 a:hover{
 color:#f00;	
}

@media (max-width:978px){
 .footer .footerItem3{
 	 display:flex;
 	 flex-direction:column;
 }
}



/*About Us */
.pageTitle h1{
	font-family:"Bebas Neue";
	font-weight:700;
	text-transform: uppercase;
	font-size: 50px;
	color: #000;
	text-shadow: 0px 5px 5px rgba(0, 0, 0, .25);
	margin:0;
}

/*About Us Our Mission*/
.ourMission{
 background:#f8f8f8;	
}
.ourMission .ourMission_left{
 width:57.8%;
 margin-right:5.5%;	
}
.ourMission .ourMission_right{
 width:36.7%;	
}
.ourMission .ourMission_left h2{
 font-family:"Bebas Neue";
 font-size:40px;
 color: #333;
 margin-top:0;
 margin-bottom:25px;
 padding-bottom:10px;
 font-weight: 500;
}
.ourMission .ourMission_left h2 span{
	font-family:"Bebas Neue";
  font-size:40px;
  font-weight: 500;
}
.ourMission .ourMission_left h3{
	font-family: "Arial";
	font-weight: 500;
	text-transform: uppercase;
  font-size: 26px;
  margin-top:0;
  margin-bottom:20px;
  line-height:1;
}
.ourMission .ourMission_left h3 span{
	font-family: "Arial";
	font-weight: 500;
	text-transform: uppercase;
  font-size: 26px;
}
.ourMission .ourMission_left .ourMissionTxt p{
 margin-top:0;	
 font-size:18px;
 font-weight:500;
 font-family:"Arial";
 color: #707070;
 line-height:1.5;
}
.ourMission .ourMission_left a{
 color: #212121;
 transition: color 300ms ease 0ms;
 -webkit-transition: color 300ms ease 0ms;
 -moz-transition: color 300ms ease 0ms;
 -o-transition: color 300ms ease 0ms;
 font-family: "Bebas Neue";
 font-weight: 500;
 font-size: 34px;
}
.ourMission .ourMission_left a:hover{
 color:#f00;	
}

@media (max-width:980px){
 .ourMission .container{
   flex-direction:column;
 }	
 .ourMission .ourMission_left{
   width:100%;
   margin-right:0;	
 }
 .ourMission .ourMission_right{
 	 width:100%;
 }
}


/*About Us Our Values our vision*/
.valuesAndVision{
 background-size: initial;
 background-position: center top;
 background-image: url(/wp-content/uploads/2026/06/church-03.webp) !important;
 background-repeat:no-repeat;
}
.valuesAndVision .ourValues{
	width: 47.25%;
	margin-right:5.5%;
}
.valuesAndVision .ourVision{
 width:	47.25%;
}

.valuesAndVision .ourValues h2,.valuesAndVision .ourVision h2{
 font-family: "Bebas Neue";
 font-weight:500;
 font-size: 40px;
 text-transform: uppercase;
 color: #333;
 padding-bottom: 10px;
 margin:0;
}
.valuesAndVision .ourValues h2 span,.valuesAndVision .ourVision h2 span{
 font-family: "Bebas Neue";
 font-weight:500;
 font-size: 40px;
 text-transform: uppercase;
 padding-bottom: 10px;
 margin:0;
}
.valuesAndVision .ourValues .ourVisionTxt p{
 text-align:right;
 margin:0;
 padding-top:0;
 padding-bottom:18px;
 font-family:"Arial";
 font-size:18px;
 font-weight:400;
 line-height:1.5;
 color:#707070;
}
.valuesAndVision .ourVision .ourVisionTxt p{
 margin:0;
 padding-top:0;
 padding-bottom:18px;
 font-family:"Arial";
 font-size:18px;
 font-weight:400;
 line-height:1.5;
 color:#707070;
}
.valuesAndVision .ourVisionTxt p strong{
 color:#000;	
}

@media (max-width:980px){
	.valuesAndVision .widthMax1{
	 	flex-direction:column;
	}
	.valuesAndVision .ourValues{
	  width: 100%;
	  margin-right:0;
	  align-items:start !important;
  }
  .valuesAndVision .ourVision{
    width:	100%;
  }
  .valuesAndVision .ourValues .ourVisionTxt p{
    text-align:left;	
  }
}

/*About Us Our Advantages Our History*/
.advantagesAndHistory{
 background-size: initial;
 background-position: center top;
 background-image: url(/wp-content/uploads/2026/06/church-01.webp) !important;	
 background-repeat:no-repeat;
}
.advantagesAndHistory .ourAdvantages{
	width: 47.25%;
	margin-right:5.5%;
}
.advantagesAndHistory .ourHistory{
 width:	47.25%;
}

.advantagesAndHistory .ourAdvantages h2,.advantagesAndHistory .ourHistory h2{
 font-family: "Bebas Neue";
 font-weight:500;
 font-size: 40px;
 text-transform: uppercase;
 color: #333;
 padding-bottom: 10px;
 margin:0;
}
.advantagesAndHistory .ourAdvantages h2 span,.advantagesAndHistory .ourHistory h2 span{
 font-family: "Bebas Neue";
 font-weight:500;
 font-size: 40px;
 text-transform: uppercase;
 padding-bottom: 10px;
 margin:0;
}
.advantagesAndHistory .ourAdvantages .ourVisionTxt p{
 text-align:right;
 margin:0;
 padding-top:0;
 padding-bottom:18px;
 font-family:"Arial";
 font-size:18px;
 font-weight:400;
 line-height:1.5;
 color:#707070;
}
.advantagesAndHistory .ourAdvantages .ourVisionTxt p strong{
 color:#000;	
}





.advantagesAndHistory .ourHistory .timeline-wrap {
  position: relative;
  --line-red-percent: 0%;
}


.advantagesAndHistory .ourHistory .timeline-line-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
}

.advantagesAndHistory .ourHistory .timeline-line-box::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 4px;
  height: 100%;
  background: linear-gradient(to bottom, #f00 0%, #f00 var(--line-red-percent), #eee var(--line-red-percent));
  transition: background 0.12s ease-out;
  -webkit-transition: background 0.12s ease-out;
  -moz-transition: background 0.12s ease-out;
  -o-transition: background 0.12s ease-out;
  will-change: background;
}

.advantagesAndHistory .ourHistory .timeline-item {
  position: relative;
  margin-bottom: 30px;
  padding-left: 57px;
}


.advantagesAndHistory .ourHistory .timeline-item::before {
  content: "\f067";
  font-family:"FontAwesome";
  color:#ccc !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fff !important;
  border: 2px solid #ccc;
  z-index: 2;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}

.advantagesAndHistory .ourHistory .timeline-item.passed::before {
  border-color: #f00 !important;
  background: #f00 !important;
  color: #fff !important;
}
.advantagesAndHistory .ourHistory .timeline-item .timeline-item-inner{
 padding:30px;
 background: #f2f3f3;	
}
.advantagesAndHistory .ourHistory .timeline-year {
  display: inline-block;
  background: #f00;
  color: #fff;
  padding: 15px 30px;
  margin-bottom: 20px;
  font-weight: 700;
  font-family: "Bebas Neue";
  font-size: 30px;
  line-height:0.85;
}
.advantagesAndHistory .ourHistory .timeline-content h3 {
  font-size: 40px;
  font-family:"Bebas Neue";
  font-weight:500;
  line-height: 1;
  color: #f00;
  margin-top:0;
  padding-top:0;
  padding-bottom:10px;
  margin-bottom:20px;
}
.advantagesAndHistory .ourHistory .timeline-content p {
	font-family: "Arial";
	font-size:18px;
	font-weight:500;
  line-height: 1.7;
  color: #707070;
  margin:0;
  padding:0;
}

@media (max-width:980px){
	.advantagesAndHistory .widthMax1{
	 	flex-direction:column;
	}
	.advantagesAndHistory .ourAdvantages{
	  width: 100%;
	  margin-right:0;
	  align-items:start !important;
  }
  .advantagesAndHistory .ourHistory{
    width:	100%;
  }
  .advantagesAndHistory .ourAdvantages .ourVisionTxt p{
    text-align:left;	
  }	
}


/*About Us bgbanner*/
.bgbanner{
  background-size: 100% 100%;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .2) 0%, rgba(0, 0, 0, .2) 100%), url(/wp-content/uploads/2026/06/Qatar.webp) !important;
  min-height: 70vh;
  display: flex;
  align-items: center;	
}

.bgbanner a{
 color: #fff !important;
 border:4px solid #fff;
 border-radius: 0px;
 font-size: 22px;
 font-family: "Arial";
 font-weight: 500;	
 padding:10px 50px;
 transition: all 300ms ease 0ms;
 -webkit-transition: all 300ms ease 0ms;
 -moz-transition: all 300ms ease 0ms;
 -o-transition: all 300ms ease 0ms;
}
.bgbanner a i{
 margin-left:10px;	
}
.bgbanner a:hover{
 background:#000;
 border:0;	
}



/*Job References*/
.jobReferences{
 background-size: initial;
 background-position: center top;
 background-image: url(/wp-content/uploads/2026/06/church-03.webp) !important;	
}


.jobReferences .job-section-title {
  color: #333;
  padding-bottom: 10px;
  padding-top:0;
  margin-top:0;
  font-size:40px;
  line-height:1;
  font-family:"Bebas Neue";
  font-weight:700;
  margin-bottom:40px;
}
.jobReferences .job-section-title span{
  font-size:40px;
  line-height:1;
  font-family:"Bebas Neue";
  font-weight:700;	
}


.jobReferences .job-item {
	width:31.33%;
	margin: 0 3% 30px 0;
  transition: 300ms ease all;
  text-align: center;
}
.jobReferences .job-item:nth-child(3n+3){
	margin-right:0;
}
.jobReferences .job-item-img{
	width: 100%;
  padding-top: 61%;
  position: relative;
  overflow: hidden;
}
.jobReferences .job-item-img img {
  width: 100%;
  display: block;
  position: absolute;
  min-height: 100%;
  z-index: 5;
  left: 0;
  top: 0;
}
.jobReferences .job-item-name {
  text-align: center;
  font-size: 16px;
  color: #979797;
  font-weight: 400;
  line-height: 1em;
  padding: 15px;
  padding-bottom: 0px;
  display: block;
  transition: 300ms ease all;
}
.jobReferences .job-item:hover .job-item-name{
	color:#f00;
}
.jobReferences .job-empty-text {
  font-weight: 400;
  font-family: "Arial";
  font-size:18px;
  padding:0;
  margin-bottom:100px;
  color: #707070;
}

@media (max-width:980px){
  .jobReferences .job-item{
		 width:48.5%;
		 margin: 0 3% 30px 0;
	}
  .jobReferences .job-item:nth-child(2n+2){
	   margin-right:0;	
	}
  .jobReferences .job-item:nth-child(3n+3){
     margin-right:3%;
   }
  .jobReferences .job-item:nth-child(6n+6){
     margin-right:0;
   }
}
@media (max-width:768px){
  .jobReferences	.job-item{
		 width:100%;
		 margin-right:0;
		 margin-bottom:30px;
	} 
  .jobReferences	.job-item:nth-child(3n+3){
     margin-right:0;
  }
}



/*Our Customers*/

.customer-logo-wrap {
 display: grid;
 grid-template-columns: repeat(5, 1fr);
 column-gap: 80px;
 row-gap: 50px;
 align-items: center;
}

.customer-logo-item {
 margin-bottom: 2.75%;
}
.customer-logo-item .image_wrap{
	display: inline-block;
  position: relative;
  max-width: 100%;
}
.customer-logo-img {
  position: relative;
}

@media (max-width: 980px) {
  .customer-logo-wrap{
  	grid-template-columns: repeat(4, 1fr);
  	column-gap: 50px;
  }
}

@media (max-width: 768px) {
  .customer-logo-wrap{
  	grid-template-columns: repeat(3, 1fr);
  	column-gap: 50px;
  }
}


/*news & blogs*/

.newsBlogs .newsBlogs-swiper {
    overflow: hidden;
    padding-bottom: 60px;
    position:relative;
}
.newsBlogs .newsBlogs-swiper .swiper-wrapper {
    align-items: stretch !important;
}
.newsBlogs .newsBlogs-swiper .news-slide {
    height: auto !important;
    display: flex;
}
.newsBlogs .newsBlogs-swiper .news-card {
    width: 100%;
    height: 100%;
}

.newsBlogs .news-card-img {
   width: 100%;
    padding-top: 60%;
    position: relative;
    overflow: hidden;
}
.newsBlogs .news-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    object-fit: cover; 
    object-position: center center; 
    z-index: 5;
}
.newsBlogs .news-overlay {
	padding:20px;
	background:#888;
	width:100%;
}
.newsBlogs .news-title {
	font-family: "Arial";
	font-weight: 700;
  font-size: 24px;
  margin: 0 0 20px;
  line-height: 1.3;
  font-weight: 600;
  color:#fff;
  min-height:94px;
}
.newsBlogs .read-more-btn {
  display: inline-block;
  background: #ff0000;
  color: #fff;
  padding: 10px 25px;
  border-radius: 25px;
  text-decoration: none;
  font-family:"Arial";
  font-size: 18px;
  font-weight:500;
    transition: background 0.3s ease;
    border: 2px solid #f00;
}
.newsBlogs .read-more-btn:hover {
  color: #f00 !important;
  background-color: #fff !important;

}

.newsBlogs .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #ccc !important;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s ease;
  margin: 0 6px;
}

/* 强制显示的5个点 */
.newsBlogs .swiper-pagination-bullet-active,
.newsBlogs .swiper-pagination-bullet-active-pre,
.newsBlogs .swiper-pagination-bullet-active-pre-pre,
.newsBlogs .swiper-pagination-bullet-active-next,
.newsBlogs .swiper-pagination-bullet-active-next-next {
  display: inline-block !important;
}

/* 中间当前点：最大红色 */


.newsBlogs .swiper-pagination-bullet-active {
  width: 12px !important;
  height: 12px !important;
  background: #ff0000 !important;
  opacity: 1;
}

/* 前后一级点：中等大小 */
.newsBlogs .swiper-pagination-bullet-active-pre,
.newsBlogs .swiper-pagination-bullet-active-next {
  width: 10px !important;
  height: 10px !important;
  opacity: 1;
}

/* 前后二级点：最小 */
.newsBlogs .swiper-pagination-bullet-active-pre-pre,
.newsBlogs .swiper-pagination-bullet-active-next-next {
  width: 8px !important;
  height: 8px !important;
  opacity: 1;
}
.newsBlogs .no-news-text {
    text-align: center;
    color: #999;
    padding: 60px 0;
    font-size: 18px;
}



/*news List*/
.news-items {
 display: grid;
 grid-template-columns: repeat(3, 1fr);
 column-gap: 50px;
 row-gap: 50px;
 align-items: center;
}



@media (max-width: 980px) {
  .news-items{
  	grid-template-columns: repeat(1, 1fr);
  	column-gap: 0px;
  }
}

.news-items .news-card {
    width: 100%;
    height: 100%;
}

.news-items .news-card-img {
   width: 100%;
    padding-top: 70%;
    position: relative;
    overflow: hidden;
}
.news-items .news-card-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    object-fit: cover; 
    object-position: center center; 
    z-index: 5;
}
.news-items .news-overlay {
	padding:20px;
	background:#888;
	width:100%;
}
.news-items .news-title {
	font-family: "Arial";
	font-weight: 700;
  font-size: 24px;
  margin: 0 0 20px;
  line-height: 1.3;
  font-weight: 600;
  color:#fff;
  width: 100%;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-items .read-more-btn {
  display: inline-block;
  background: #ff0000;
  color: #fff;
  padding: 10px 25px;
  border-radius: 25px;
  text-decoration: none;
  font-family:"Arial";
  font-size: 18px;
  font-weight:500;
    transition: background 0.3s ease;
    border: 2px solid #f00;
}
.news-items .read-more-btn:hover {
  color: #f00 !important;
  background-color: #fff !important;

}


/*news Content*/
.newsContent .newsTitle h1{
 font-family: "Bebas Neue";
 font-size: 47px;
 font-weight:500;
 color: #333;
 line-height:1;
 padding-bottom: 10px;
 padding-top:0;
 margin-top:0;
 margin-bottom:0; 	
}
.newsContent .newsTitle p{
	padding-top:0;
	padding-bottom:0;
	margin-top:0;
	margin-bottom:0;
	color:#666;
	font-size:18px;
	font-weight:400;
	font-family:"Arial";
}
.newsContent .newsCon .aligncenter{
 text-align:center;
 margin: 0 auto;	
}
.newsContent .newsCon h2{
 font-size:24px;	
}
.newsContent .newsCon p{
 margin-top:0;
 margin-bottom:0;
 padding-top:0;
 padding-bottom:15px;
 line-height:1.5;
 color: #707070;
 font-size:18px;
 font-weight:400;
 font-family:"Arial";
}
.newsContent .newsCon a{
 color:#f00;	
}
.newsContent .newsCon li{
 line-height:1.5;
 color: #707070;
 font-size:18px;
 font-weight:400;
 font-family:"Arial";
 padding-bottom:15px;
}
.newsContent .relatedNews{
 margin-bottom:1.5%;	
}
.newsContent .relatedNews h2{
 font-family: "Bebas Neue";
 font-size: 47px;
 font-weight:500;
 color: #333;
 padding-top:0;
 padding-bottom:10;
 margin-top:0;
 margin-bottom:0;
}
.newsContent .relatedNews span.colorRed{
 font-family: "Bebas Neue";
 font-size: 47px;
 font-weight:500;
 padding-top:0;
 padding-bottom:10;
 margin-top:0;
 margin-bottom:0;
}

.preNext{
	gap:20px;
	margin-top:30px;
	padding-top:30px;
	border-top:1px solid #ccc;
}
.prev-post strong,.next-post strong{
	width:80px;
	height:40px;
	line-height:40px;
	margin-right:10px;
	background:#f00;
	color:#fff;
	text-align:center;
}
.prev-post a,.next-post a{
 color:#707070;
 font-size:16px;
 font-weight:400;
}
.prev-post a:hover,.next-post a:hover{
 color:#f00;
}



/*product*/
.productMain{
 background-size: initial;
 background-position: center top;
 background-image: url(/wp-content/uploads/2026/06/church-03.webp) !important;	 	
}
.productLeft1{
 width:22.7%;
 margin-right:3%;	
}
.productLeft{
 border:4px solid #f00;
 padding: 20px;
}
.productLeft h2{
 margin-top:0;
 margin-bottom:0;
 padding-top:0;
 padding-bottom:10px;
 font-size:36px;
 font-family: "Bebas Neue";
 color: #333;
 font-weight: 500;
}
.productNavMenu li{
 margin-bottom:10px;	
}
.productNavMenu li a{
 font-family: "Arial";
 font-weight: 400;
 text-transform: uppercase;
 font-size: 18px;
 color: #000;
 transition: color 300ms ease 0ms;
}
.productNavMenu li a:hover{
 color:#f00;	
}
.productNav li.current-menu-item a{
 color:#f00;	
}
.productRight{
 width:74.25%;	
}
.product-grid{
 flex-wrap: wrap;
 gap: 20px; 
}
.product-card {
 flex: 0 0 calc(33.333% - 20px); 
 max-width: calc(33.333% - 20px);
 text-align: center;
}
.product-results-count{
 margin-top:0;
 margin-bottom:15px;
 padding-top:0;
 padding-bottom:0;
 font-family:"Arial";
 font-size:14px;
 font-weight:500;
 color: #999;
}
.product-card{
	box-shadow: rgba(17, 12, 46, .15) 0px 48px 100px 0px;
}
.product-card h2{
 font-family: "Bebas Neue";
 font-size: 24px;
 font-weight:500;
 transition: color 300ms ease 0ms;
 padding:0 20px;
 display: -webkit-box;
 -webkit-box-orient: vertical;
 -webkit-line-clamp: 2;
 overflow: hidden;
 color:#333;
}
.product-card .product-img{
 width: 100%;
 padding-top: 80%;
 position: relative;
 overflow: hidden;	
}
.product-card .product-img img {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 min-height: 100%;
 object-fit: cover;
 object-position: center center;
 z-index: 5;
}
.product-card a:hover h2{
 color:#f00;	
}
.custom-select {
    display: none;
}
@media (max-width:980px){
 .productMain	.container{
  flex-direction:column;
 }
 .productMain .productLeft1 {
  width:100%;	
  margin-right: 0;
  margin-bottom: 20px;
 }
 .productMain .productLeft{
 	width: 100%;
  position: relative;
 }
 .productMain .productRight{
  width:100%;	
 }
 .product-card {
  flex: 0 0 calc(50% - 20px); 
  max-width: calc(50% - 20px);
  text-align: center;
 }
 
 .productNav {
  display: none;
 }
   
.productNav {
        display: none;
    }
    .custom-select {
        display: block;
        position: relative;
        width: 100%;
        box-sizing: border-box;
    }

    /* --- 下拉框触发按钮 --- */
    .custom-select-trigger {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        height: 48px;
        box-sizing: border-box;
        padding: 0 15px;
        border: 1px solid #bbb;
        background: #fff;
        font-size: 16px;
        color: #4e4e4e;
        font-family: "Arial";
        text-transform: uppercase;
        cursor: pointer;
    }
    .custom-select-trigger::after {
        content: '';
        width: 16px;
        height: 16px;
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="%234e4e4e" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="6 9 12 15 18 9"></polyline></svg>');
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }

    /* --- 下拉选项列表（关键：设置max-width和overflow） --- */
    .custom-select-options {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        max-width: 100%; /* 限制宽度 */
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        list-style: none;
        background: #fff;
        border: 1px solid #bbb;
        border-top: none;
        display: none;
        overflow: hidden; /* 防止选项撑破容器 */
        z-index: 10;
    }
    .custom-select-options li {
        padding: 10px 15px;
        color: #4e4e4e;
        font-family: "Arial";
        text-transform: uppercase;
        cursor: pointer;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; /* 文字超出自动省略号 */
    }
    .custom-select-options li:hover,
    .custom-select-options li.selected {
        background: #eee;
        color: #000;
    }
    .custom-select.open .custom-select-options {
        display: block;
    }
}
@media (max-width:768px){
 .product-card {
  flex: 0 0 calc(100%); 
  max-width: calc(100%);
  text-align: center;
 }	
}


/*productMainCon*/

.productMainCon{
 background:url(/wp-content/uploads/2026/07/church-18-scaled-1.webp) no-repeat center center;
 background-size:cover;
}

.productImage{
 width:30%;	
 margin-bottom:1.5%;
 border:4px solid #f00;
}
.productImage .img-zoom-wrap {
 position: relative;
 width: 100%;
 max-width: 650px;
 margin: 0 auto;
 overflow: hidden;
 cursor: crosshair;
}
.productImage .img-zoom-wrap img {
 width: 100%;
 height: auto;
 display: block;
 transition: transform 0.05s linear;
}

.productImage .img-zoom-icon {
 position: absolute;
 top: 10px;
 right: 10px;
 width: 36px;
 height: 36px;
 border-radius: 50%;
 background: #fff;
 border: 1px solid #eee;
 display: flex;
 align-items: center;
 justify-content: center;
 cursor: pointer;
 z-index: 10;
}
.productImage .img-zoom-icon svg {
 width: 18px;
 height: 18px;
 fill: #333;
}

.productImage .img-lightbox {
 display: none;
 position: fixed;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background: rgba(0,0,0,0.9);
 z-index: 999;
 align-items: center;
 justify-content: center;
}
.productImage .img-lightbox img {
 max-width: 90%;
 max-height: 90%;
}
.productImage .img-lightbox-close {
 position: absolute;
 top: 20px;
 right: 30px;
 color: #fff;
 font-size: 40px;
 cursor: pointer;
}

.productBreadcrumbs{
 margin-bottom:3%;	
 color: #767676;
 font-family:"Arial";
 font-weight:400;
 font-size:0.92em;
}

.productBreadcrumbs a{
 color: #212121;
}
.productTile{
 margin-bottom:1.5%;	
}
.productTile h1{
 margin:0;
 padding:0;
 line-height:1;
 font-family: "Bebas Neue";
 font-size: 47px;
 color:#333;
 font-weight: 700
}
.productDetail{
 margin-bottom: 40px
}    
.productDetail p{
 padding-top:0;
 padding-bottom:15px;
 margin-top:0;
 margin-bottom:0;
 line-height: 1.4em;
 color:rgb(112, 112, 112);
 font-family: "Poppins", Helvetica, Arial, Lucida, sans-serif;
 font-size:18px;
 font-weight:500;
}
.addInformation{
 margin-bottom:1.5%;	
}
.addInformation h2{
 margin:0;
 padding:0;
 line-height:1;
 font-family: "Bebas Neue";
 font-size: 40px;
 color:#333;
 font-weight: 700
}
.viewLeaflets h3{
 margin-top:0;
 margin-bottom:0;
 padding-top:0;
 padding-bottom:10;
 color: #212121;
 transition: color 300ms ease 0ms;
 font-size: 34px;
 font-family: "Bebas Neue";
 font-weight: 700
 line-height:1;
}
.viewLeaflets h3 a{
 color: #212121;
 transition: color 300ms ease 0ms;
 font-size: 34px;
 font-family: "Bebas Neue";
 font-weight: 700
 line-height:1;	
}
.viewLeaflets h3 a:hover{
 color:#f00;	
}

.relatedProducts{
 background-color:#f1f1f1 !important;	
}
.related-prod-list{
 gap:20px;	
}
.related-prod-list .product-card {
 flex: 0 0 calc(25% - 20px);
 max-width: calc(25% - 20px);
 text-align: center;
}

@media (max-width:980px){
 .related-prod-list .product-card {
   flex: 0 0 calc(50% - 20px);
   max-width: calc(50% - 20px);
  }	
}
@media (max-width:768px){
	.productImage{
	  width:80%;	
	}
 .related-prod-list .product-card {
   flex: 0 0 calc(100%);
   max-width: calc(100%);
  }	
}




/*proLeaflet*/

.proLeafletLeft{
 width: 20.875%;
 margin-right:5.5%;
}
.proLeafletRight{
 width:	73.625%
}

.proLeafletLeft .proLeafletSearch{
	margin-bottom: 13.174%;
}
.proLeafletLeft .proLeafletSearch form{
 display:flex;	
 width:100%;
}
.proLeafletLeft .proLeafletSearch input[type="text"]{
 flex:1;
 width: 80%;
 background: #70707014 !important;
 padding: 20px;
 font-size: 16px;
 font-weight: 400;
 font-family: Arial;
 border:none;
 outline:none;
 box-shadow: none;
}
.proLeafletLeft .proLeafletSearch button{
 background: #70707014;
 border: 2px solid #ff0000;
 color: #ff0000;
 text-align: center;
 width: 25%;
 font-size: 18px;
 transition: 300ms ease all;
 cursor: pointer;
 transition: 300ms ease all;
}
.proLeafletLeft .proLeafletSearch button:hover{
 background:#f00;	
}
.proLeafletLeft .proLeafletSearch button i{
 font-size:18px;
 color:#f00;	
}
.proLeafletLeft .proLeafletSearch button:hover i{
 color:#fff;	
}

.proLeafletLeft a{
 background:#000;	
 padding: 30px 15px;
 margin-bottom:10px;
 color:#fff;
 transition: 300ms ease all;
 font-size: 16px;
 font-weight:400;
 text-align:center;
}




.proLeafletRight .leaflet-grid {
 display: flex;
 flex-wrap: wrap;
 gap: 30px;
}
.proLeafletRight .leaflet-card {
 flex: 0 0 calc(33.333% - 20px);
 max-width: calc(33.333% - 20px);
 text-align: center;
}
.proLeafletRight .leaflet-card .leaflet-img {
 width: 100%;
 padding-top: 78%;
 position: relative;
 overflow: hidden;
 background: #fff;
}
.proLeafletRight .leaflet-card .leaflet-img img {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 min-height: 100%;
 object-fit: contain;
 object-position: center center;
 z-index: 5;
 opacity: 1;
}
.proLeafletRight .leaflet-card .leaflet-img .downloadables-overlay{
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height:100%;
 background:#f00;
 transition: .3s ease;
 opacity: 0;
 display:flex;
 justify-content: center;
 align-items: center;
}
.proLeafletRight .leaflet-card .leaflet-img .downloadables-overlay i{
 color:#fff;
 font-size:60px;	
}
.leaflet-card a:hover .leaflet-img img{
	opacity: 0;
}
.leaflet-card a:hover .leaflet-img .downloadables-overlay{
	opacity: 1;
}
.proLeafletRight .leaflet-card h3 {
 font-family: "Arial";
 font-size: 16px;
 font-weight: 400;
 line-height: 1.4;
 color: #666;
 margin-top: 15px;
 text-transform: capitalize;
}
.proLeafletRight .leaflet-card a {
 text-decoration: none;
}
.proLeafletRight .leaflet-card a:hover h3 {
 color: #ff0000;
}

@media (max-width: 980px) {
 .proLeafletRight .proLeafletWrap {
   flex-direction: column;
 }
 .proLeafletRight .proLeafletLeft {
   width: 100%;
   margin-right: 0;
   margin-bottom: 30px;
 }
 .proLeafletRight .leaflet-card {
   flex: 0 0 calc(50% - 15px);
   max-width: calc(50% - 15px);
 }
}
@media (max-width: 768px) {
 .proLeafletRight .leaflet-card {
   flex: 0 0 100%;
   max-width: 100%;
 }
}

.aboutFucareLeaflet{
 font-family:"Bebas Neue";
 font-weight:500;
 font-size:40px;
 color:#333;
 text-align:center;
 transition: color 300ms ease 0ms;
}
.aboutFucareLeaflet:hover{
 color:#f00;	
}

@media (max-width:1200px){
 .proLeafletWrap{
  flex-direction:column;	
 }
 .proLeafletLeft{
   width:100%;
   margin-right:0;
 }
 .proLeafletRight {
  width:100%;	
 }
}



/*videos*/
.videos{
 background-blend-mode: overlay;
 background-image: url(/wp-content/uploads/2026/06/church-01.webp) !important;
 background-color: rgba(112, 112, 112, .5);
}
.video-grid{
 display:flex;
 flex-wrap:wrap;
 gap:50px;
}
.video-card{
	flex:0 0 100%;
}
.video-box{
	width:100%;
	padding-top:56.25%;
	position:relative;
	background:#000;
	overflow:hidden;
}
.video-box iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	border:0;
}
.video-card span{
	margin:15px 0;
	font-size:25px;
	color:#000;
}
.video-search{
	margin-bottom:40px;
}
.video-search form{
	display:flex;
	max-width:500px;
}
.video-search input{
	flex:1;
	height:50px;
	padding:0 15px;
	border:1px solid #eee;
	outline:none;
}
.video-search button{
	padding:0 20px;
	height:50px;
	background:#f00;
	color:#fff;
	border:none;
	cursor:pointer;
}
    
    
/*partnerShip*/

.partnerShipWrap{
 padding:40px;
 background-color: #fff;
 box-shadow: 6px 6px 18px 0px rgba(0, 0, 0, .3);	
}
.partnerShipWrap h2{
 margin-top:0;
 margin-bottom:0;
 padding-top:0;
 padding-bottom:10px;	
 font-size: 40px;
 color: #333;
 line-height: 1;
 font-weight:500;
 font-family: "Bebas Neue";
}
.partnerShipWrap h2 span{
 font-size: 40px;
 line-height: 1;
 font-weight:500;
 font-family: "Bebas Neue";	
}
.partnerShip .wpcf7-form {
 margin: 0;
}
.partnerShip .wpcf7-form p {
 margin:0;
 padding:0;
 margin-bottom:16px;
}
.partnerShip .wpcf7-form input[type="text"],
.partnerShip .wpcf7-form input[type="email"],
.partnerShip .wpcf7-form input[type="tel"],
.partnerShip .wpcf7-form textarea {
 width: 100%;
 border: none;
 border-radius: 0;
 box-shadow: none;
 background: transparent;
 font-size: 16px;
 color: #333;
 margin: 0;
 padding:15px;
 border:0;
 outline:none;
 border-bottom: 4px solid #000;
}
.partnerShip .wpcf7-form input[type="text"]:focus,
.partnerShip .wpcf7-form input[type="email"]:focus,
.partnerShip .wpcf7-form input[type="tel"]:focus,
.partnerShip .wpcf7-form textarea:focus{
 border:0;
 outline:none;
 border-bottom: 4px solid #f00;	
}
.partnerShip .wpcf7-form textarea {
 height: 120px;
 resize: none;
}
.partnerShip .wpcf7-form input::placeholder,
.partnerShip .wpcf7-form textarea::placeholder {
 color: #777;
 opacity: 1;
}
.partnerShip .wpcf7-submit {
 background: none;
 border: 1px solid #000;
 border-radius: 0;
 padding: 8px 15px;
 font-size: 14px;
 cursor: pointer;
}


/*contact*/
.contactWrap h2{
	font-family: 'Bebas Neue';
	font-size:40px;
	text-align: center;
	color: #333;
	line-height:1;
	font-weight:500;
	margin-top:0;
	margin-bottom:0;
	padding-top:0;
	padding-bottom:10px;
}
.contactWrap h2 span{
	font-family: 'Bebas Neue';
	font-size:40px;
	font-weight:500;
}
.contactWrap .contactCard{
 width:33.33%;	
}
.contactCard1{
 background-color: #e1e1e1;
 padding-top: 75px;
 padding-right: 30px;
 padding-bottom: 75px;
 padding-left: 30px;
}
.contactCard2{
 background-color:#f00;
 padding:40px;
 margin:10px 0;	
}
.contactWrap .contactCard1 i{
 font-size:40px;
 color:#000;	
}
.contactWrap .contactCard1 h4{
 margin-top:30px;
 margin-bottom:20px;
 padding-top:0;
 padding-bottom:0;
 color:#000;
 font-family: 'Arial';
 font-size:20px;
 font-weight: 400;
 text-transform: uppercase;
 text-align: center;
 line-height:1;
}
.contactWrap .contactCard1 p,.contactWrap .contactCard1 p a{
 margin:0;
 padding:0;
 color:#000;
 font-family: 'Arial';
 font-size:20px;
 font-weight: 400;
 text-transform: uppercase;
 text-align: center;
 line-height:1.3;
 cursor:pointer;
}
.contactWrap .contactCard1 p a:hover{
 color:#f00;	
}

.contactWrap .contactCard2 i{
 font-size:40px;
 color:#fff;	
}
.contactWrap .contactCard2 h4{
 margin-top:30px;
 margin-bottom:20px;
 padding-top:0;
 padding-bottom:0;
 color:#fff;
 font-family: 'Arial';
 font-size:20px;
 font-weight: 400;
 text-transform: uppercase;
 text-align: center;
 line-height:1;
}
.contactWrap .contactCard2 p{
 margin:0;
 padding:0;
 color:#fff;
 font-family: 'Arial';
 font-size:20px;
 font-weight: 400;
 text-transform: uppercase;
 text-align: center;
 line-height:1.3;
 cursor:pointer;
}

@media (max-width:980px){
	.contactCon{
	  width:50%;
	  margin:0 auto;
	  flex-direction:column;
	}
	.contactCon .contactCard{
	  width:100%;	
	}
	.contactCon .contactCard2{
	 margin:0;	
	}
}
@media (max-width:768px){
	.contactCon{
		width:100%;
	  margin:0 auto;
	  flex-direction:column;
	}
	.contactCon .contactCard{
	  width:100%;	
	}
	.contactCon .contactCard2{
	 margin:0;	
	}
}


/* officeBranches */
.officeWrap h2{
	font-family: 'Bebas Neue';
	font-size:40px;
	text-align: center;
	color: #333;
	line-height:1;
	font-weight:500;
	margin-top:0;
	margin-bottom:0;
	padding-top:0;
	padding-bottom:10px;
}
.officeWrap h2 span{
	font-family: 'Bebas Neue';
	font-size:40px;
	font-weight:500;
    color: #f00;
}
.officeCon{
 gap:30px;
 width:100%;	
 margin-bottom:5px;
 padding-left: 10px;
 padding-right:10px;
}

.officeCard{
	flex: 0 0 calc(33.33% - 30px);
  max-width: calc(33.33% - 30px);
  box-shadow: 2px 2px 18px 0px rgba(0, 0, 0, .3);
  padding:65px 20px;
  text-align: center;
  background: #fff;
}
.officeCard h2{
 margin-top:0;
 margin-bottom:15px;
 padding-top:0;
 padding-bottom:0;
 color: #000;
 font-family: "Arial";
 font-size:20px;
 text-transform: uppercase;
 font-weight:500;	
}
.officeCard p{
 margin-top:0;
 margin-bottom:0;
 padding-top:0;
 padding-bottom:15px;
 line-height:1;
}
.officeCard p a{
 font-family: "Arial";
 font-weight: 500;
 font-size: 20px;
 color:#f00;	
 line-height:1;
 text-decoration: none;
}
.officeCard p:last-child{
 padding-bottom:0;	
}
.officeSlideBox{
	position:relative;
	overflow:hidden;
}
.officeArrow{
	display:none;
}
@media (max-width:980px){
	.officeArrow{
		display:flex;
		align-items:center;
		justify-content:center;
		width:44px;
		height:44px;
		background:#fff;
		border-radius:50%;
		box-shadow: 0 2px 8px rgba(0,0,0,0.15);
		font-size:20px;
		color: #333;
		cursor:pointer;
		position:absolute;
		top:50%;
		z-index:9;
		transform:translateY(-50%);
		user-select:none;
		transition: all 0.2s ease;
	}
	.officePrev{left:10px;}
	.officeNext{right:10px;}

	.officePrev:hover,.officeNext:hover{
		background:#f00;
		color:#fff;
	}
	.officeArrow.disabled{
		background: #eee;
		color: #aaa;
		cursor: default;
		pointer-events: none;
	}

	.officeCon{
		transition:transform 0.3s ease;		
		gap:30px;
	}
	
	.officeCard{
		flex: 0 0 calc(50% - 30px);
    max-width: calc(50% - 30px);
		box-sizing:border-box;
		padding:65px 20px;
	}
	.officeCon > .officeCard:last-child {
    gap: 0;
  }
}
@media (max-width:768px){
	.officeCon{
		transition:transform 0.3s ease;
		width:max-content;
		gap:0;
		margin-left:0;
	}
	.officeCon{
		transition:transform 0.3s ease;
		width:max-content;
		gap:0;
		margin-left:0;
		padding-left: 0px;
    padding-right:0px;
	}
	.officeCard{
		flex:0 0 100vw;
		max-width: 100vw;
		box-sizing:border-box;
		padding:65px 20px;
	}	
}



/*contactForm*/
.contactForm{
	background-blend-mode: overlay;
  background-image: url(/wp-content/uploads/2026/06/church-01.webp) !important;
  background-color: rgba(112, 112, 112, .4) !important;
}

.contactFormWrap h2{
	font-family: 'Bebas Neue';
	font-size:40px;
	text-align: center;
	color: #333;
	line-height:1;
	font-weight:500;
	margin-top:0;
	margin-bottom:0;
	padding-top:0;
	padding-bottom:10px;
}
.contactFormWrap h2 span{
	font-family: 'Bebas Neue';
	font-size:40px;
	font-weight:500;
    color: #f00;
}
.contactFormCon{
 	padding:40px;
 	background:#fff;
 	box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}


/* Contact Form 7 样式还原 */
.contactFormCon .cf7-form-note {
    color: #666;
    font-size: 14px;
    margin: 0 0 20px;
}

/* 通用字段样式 */
.contactFormCon .wpcf7-form p {
    margin: 0 0 25px;
    border-bottom: 4px solid #000;
    padding-bottom: 5px;
    position: relative;
}
.contactFormCon .wpcf7-form p.cf7-form-note,.contactFormCon .wpcf7-form p.submit-btn{
 border-bottom:0;	
}
.contactFormCon .wpcf7-form input[type="text"],
.contactFormCon .wpcf7-form input[type="email"],
.contactFormCon .wpcf7-form textarea {
    width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
    font-size: 16px;
    color: #333;
    padding: 0;
    margin: 0;
    border:0;
    outline:0;
}
.contactFormCon .wpcf7-form textarea {
    height: 80px;
    resize: none;
    border:0;
    outline:0;
}
.contactFormCon .wpcf7-form input::placeholder,
.contactFormCon .wpcf7-form textarea::placeholder {
    color: #777;
    opacity: 1;
}

/* 必填星号 */
.contactFormCon .required-mark {
    color: #ff0000;
    position: absolute;
    left: 0;
    top: 0;
}

/* 两列布局 */
.contactFormCon .cf7-two-col {
    display: flex;
    gap: 30px;
}
.contactFormCon .cf7-two-col p {
    flex: 1;
    margin: 0 0 25px;
}

/* 提交按钮 */
.contactFormCon .wpcf7-submit {
    background: none;
    border: 1px solid #000;
    border-radius: 0;
    padding: 8px 15px;
    font-size: 14px;
    cursor: pointer;
}

/* 标题样式 */
.contactFormCon .cf7-form-title {
    text-align: center;
    font-size: 32px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.contactFormCon .cf7-form-title span {
    color: #ff0000;
}

/* 响应式适配 */
@media (max-width: 768px) {
   .contactFormCon  .cf7-two-col {
        flex-direction: column;
        gap: 0;
    }
   .contactFormCon  .required-mark {
        left: -15px;
    }
}



/*indexbanner*/
.banner{
 height: calc(65vh - 120px);	
 position:relative;
 overflow: hidden;
}
.banner img {
 width: 100%;
 height: 100%;
 display: block;
 object-fit: cover;
}
.bannerText{
 position:absolute;
 top:5%;
 margin-top: 5%;
 width: 100%;
 -webkit-animation-duration: .5s;
 animation-duration: .5s;
 -webkit-animation-delay: .5s;
 animation-delay: .5s;
 -webkit-animation-timing-function: ease-in-out;
 animation-timing-function: ease-in-out;
 -webkit-animation-fill-mode: both;
 animation-fill-mode: both;
 -webkit-animation-name: fadeBottom;
 animation-name: fadeInBottom;	
}
.bannerText h1{
 color:#fff;	
}
.bannerText h1,.bannerText h1 span{
 font-family: "Bebas Neue";
 font-weight: 700;
 font-size: 80px;
 line-height: 110px;
 text-shadow: 0em .1em .1em rgba(0, 0, 0, .25);	
}

@media (max-width: 980px) {
 .bannerText h1,.bannerText h1 span{
   font-size: 50px;
   line-height: 70px;
  }
}
@media (max-width: 768px) {
  .bannerText h1,.bannerText h1 span{
    font-size: 36px;
    line-height: 50px;
  }
}



.title-wrap h2{
 margin-top:0;
 margin-bottom:0;	
}
.title-wrap h2,.title-wrap h2 span{
 width: fit-content;
 font-size: 48px;
 text-align: right;
 position:relative;
 font-family: "Bebas Neue";
 font-weight:500;
}
.title-wrap h2:before {
 content: url(/wp-content/uploads/2026/07/Group-231-2.webp);
 position: absolute;
 bottom: -10px;
 right: -20px;
}

.defenseProLeft{
 width:73.625%;
 margin-right:5.5%;
}
.defenseProRight{
 width: 20.875%;	
}

.defenseProLeft .product-card h2{
 font-family: "Arial";
 font-size: 18px;
 font-weight: 500;
 transition: color 300ms ease 0ms;
 padding:10px;
 margin:0;
 display: -webkit-box;
 -webkit-box-orient: vertical;
 -webkit-line-clamp: 2;
 overflow: hidden;
 color: #fff;
 background-color: #888;
 min-height:74px;
}

.defenseProRight h3{
 margin-top:0;
 margin-bottom:13.174%;
 padding-top:0;
 padding-bottom:20px;
 font-family: "Arial", Helvetica, Arial, Lucida, sans-serif;
 font-weight: 500;
 font-size: 34px;
 text-align: left;
 color: #333;
}
.defenseProRight a{
 display: block;
 width:195px !important;
 height:70px;
 text-align:center;
 line-height:70px;
 width:auto;
 border:4px solid #888;
 font-size: 22px;
 font-family: 'Arial';
 font-weight: 400;;
 background-color: #888888;
 color:#fff;
}
.defenseProRight a:hover{
 	background-color: #fff;
  color:#888;
}
.defenseProRight a i{
 font-size: 22px;
 color:#fff;
 margin-left:5px;
}
.defenseProRight a:hover i{
 color:#888;	
}






.industryProLeft{
 
 width: 20.875%;	
 margin-right:5.5%;
}
.industryProRight{
 width:73.625%;
}

.industryProRight .product-card h2{
 font-family: "Arial";
 font-size: 18px;
 font-weight: 500;
 transition: color 300ms ease 0ms;
 padding:10px;
 margin:0;
 display: -webkit-box;
 -webkit-box-orient: vertical;
 -webkit-line-clamp: 2;
 overflow: hidden;
 color: #fff;
 background-color: #888;
 min-height:74px;
}

.industryProRight h3{
 margin-top:0;
 margin-bottom:13.174%;
 padding-top:0;
 padding-bottom:20px;
 font-family: "Arial", Helvetica, Arial, Lucida, sans-serif;
 font-weight: 500;
 font-size: 34px;
 text-align: left;
 color: #333;
}
.industryProLeft a{
 display: block;
 width:195px !important;
 height:70px;
 text-align:center;
 line-height:70px;
 width:auto;
 border:4px solid #888;
 font-size: 22px;
 font-family: 'Arial';
 font-weight: 400;;
 background-color: #888888;
 color:#fff;
}
.industryProLeft a:hover{
 	background-color: #fff;
  color:#888;
}
.industryProLeft a i{
 font-size: 22px;
 color:#fff;
 margin-left:5px;
}
.industryProLeft a:hover i{
 color:#fff;	
}

@media (max-width:980px){
	.defensePro{
	  flex-direction:column;	
	}
	.defenseProRight{
	  width:100%;
	  order:1;	
	}
	.defenseProLeft{
	 width:100%;
	 margin-right:0;
	 order:2;	
	}
	.defenseProRight h3{
	 margin-bottom:0;	
	}
	.industryPro{
		flex-direction:column;
	}
	.industryProLeft{
		width:100%;
	}
	.industryProRight{
	  width:100%;	
	}
}




/*indexVideo*/
.indexVideo{
 background-image: url(/wp-content/uploads/2026/07/Video-Banner.webp), linear-gradient(90deg, #040404 0%, rgba(255, 255, 255, 0) 99%) !important;
 position: relative;
 background-color: #fff;
 background-position: 50%;
 background-size: 100%;
 background-size: cover;
}
.indexVideoWrap .indexVideoCard{
 flex: 0 0 33.33%;
 max-width: 33.33%;
}
.indexVideoWrap .indexVideoCard2 h2{
 margin-bottom: 4.787%;
 color:#fff;
 font-family: "Bebas Neue";
 font-size: 40px;
 text-align: center;
 font-weight:500;
}
.indexVideoWrap .indexVideoCard2 i{
 color:#fff;
 font-size:90px;	
}
.indexVideoWrap .indexVideoCard3 h2{
 color:#fff;	
}
.indexVideoWrap .indexVideoCard3 h2,.indexVideoWrap .indexVideoCard3 h2 span{
 font-family: "Bebas Neue";
 font-size:70px;
 font-weight: 500;
 line-height:1;
}

@media (max-width:1024px){
 .indexVideoWrap .indexVideoCard{
   flex: 0 0 50%;
   max-width: 50%;
 }
 .indexVideoWrap .indexVideoCard:first-child{
   display:none;	
 }
}
@media (max-width:980px){
	.indexVideoWrap{
	 flex-direction:column;
	}
	.indexVideoWrap .indexVideoCard{
   flex: 0 0 100%;
   max-width: 100%;
 }
 .indexVideoWrap .indexVideoCard:first-child{
   display:none;	
 }
}

.video-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
.video-modal.show {
    display: flex;
}


.modal-inner {
    position: relative;
    max-width: 90%;
    width: 800px;
}


.modal-close {
    position: absolute;
    top: -15px;
    right: -15px;
    background: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    cursor: pointer;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    z-index: 10;
}


.modal-video {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; 
    height: 0;
    overflow: hidden;
}
.modal-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.indexVideoCard2 i.video-trigger {
    cursor: pointer;
    transition: transform 0.2s ease;
}
.indexVideoCard2 i.video-trigger:hover {
    transform: scale(1.1);
}



/*indexNews*/
.indexNewsTitle{
 margin-top:25px;	
 width:100%;
}
.indexNewsTitle h2{ 
 color: #333;
 padding-bottom: 10px;
 line-height: 1em;
}
.indexNewsTitle h2,.indexNewsTitle h2 span{
 position:relative;
 font-size: 48px;
 font-family: "Bebas Neue";
 font-weight: 500;	
 margin-top:0;
 margin-bottom:0;
 text-align:center;
} 
.indexNewsTitle h2:before{
 content: url(/wp-content/uploads/2026/07/Path-10.webp);
 position: absolute;
 margin-left: auto;
 margin-right: auto;
 top: -55px;
 left: 0;
 right: 0;
 text-align: center;	
}   

.indexNews .indexNewsCon {
    width: 100%;
    overflow: hidden;
    margin-top:40px;
}
.indexNews .newsBlogs-swiper {
    overflow: hidden;
    padding-bottom: 60px;
    position: relative;
    width: 100%;
}
.indexNews .newsBlogs-swiper .swiper-wrapper {
    align-items: stretch !important;
    display: flex;
}
.indexNews .newsBlogs-swiper .news-slide {
    height: auto !important;
    display: flex;
    flex-shrink: 0;
}
.indexNews .newsBlogs-swiper .news-card {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    position: relative;
}


.indexNews .news-card-img {
    width: 100%;
    padding-top: 60%;
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
}
.indexNews .news-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; 
    object-position: center center; 
    z-index: 5;
    display: block;
}


.indexNews .news-overlay {
    padding: 20px;
    background: #707070;
    width: 100%;
    z-index: 10;
    box-sizing: border-box;
}
.indexNews .news-title {
    font-family: "Arial";
    font-size: 24px;
    line-height:28px;
    margin: 0 0 15px;
    line-height: 1.3;
    font-weight: 400;
    color: #fff;
    min-height: auto;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.indexNews .read-more-btn {
    display: inline-block;
    background: #ff0000;
    color: #fff;
    padding: 4px 20px;
    border-radius: 25px;
    text-decoration: none;
    font-family: "Arial";
    font-size: 18px;
    font-weight: 500;
    transition: all 0.3s ease;
    border: 2px solid #f00;
}
.indexNews .read-more-btn:hover {
    color: #f00 !important;
    background-color: #fff !important;
}


.indexNews .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #ccc !important;
    border-radius: 50%;
    opacity: 1;
    transition: all 0.3s ease;
    margin: 0 6px;
}
.indexNews .swiper-pagination-bullet-active {
    background: #f00 !important;
}


.indexNews > a {
    display: inline-block;
    margin-top: 20px;
    color: #0066cc;
    text-decoration: underline;
}


@media(max-width: 768px) {
    .indexNews .indexNewsTitle h2 {
        font-size: 28px;
    }
    .indexNews .news-title {
        font-size: 16px;
    }
    .indexNews .read-more-btn {
        padding: 6px 15px;
        font-size: 12px;
    }
}




/*indexStories*/
.indexStoriesTitle{
 margin-top:25px;	
 width:100%;
}
.indexStoriesTitle h2{ 
 color: #333;
 padding-bottom: 10px;
 line-height: 1em;
}
.indexStoriesTitle h2,.indexStoriesTitle h2 span{
 position:relative;
 font-size: 48px;
 font-family: "Bebas Neue";
 font-weight: 500;	
 margin-top:0;
 margin-bottom:0;
 text-align:center;
} 
.indexStoriesTitle h2:before{
 content: url(/wp-content/uploads/2026/07/Path-10.webp);
 position: absolute;
 margin-left: auto;
 margin-right: auto;
 top: -55px;
 left: 0;
 right: 0;
 text-align: center;	
}   

.indexStories .indexStoriesCon {
    width: 100%;
    overflow: hidden;
    margin-top:40px;
}
.indexStories .newsBlogs-swiper {
    overflow: hidden;
    padding-bottom: 60px;
    position: relative;
    width: 100%;
}
.indexStories .newsBlogs-swiper .swiper-wrapper {
    align-items: stretch !important;
    display: flex;
}
.indexStories .newsBlogs-swiper .news-slide {
    height: auto !important;
    display: flex;
    flex-shrink: 0;
}
.indexStories .newsBlogs-swiper .news-card {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    position: relative;
}


.indexStories .news-card-img {
    width: 100%;
    padding-top: 60%;
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
}
.indexStories .news-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; 
    object-position: center center; 
    z-index: 5;
    display: block;
}


.indexStories .news-overlay {
    padding: 20px;
    background: #707070;
    width: 100%;
    z-index: 10;
    box-sizing: border-box;
}
.indexStories .news-title {
    font-family: "Arial";
    font-size: 24px;
    line-height:28px;
    margin: 0 0 15px;
    line-height: 1.3;
    font-weight: 400;
    color: #fff;
    min-height: auto;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.indexStories .read-more-btn {
    display: inline-block;
    background: #ff0000;
    color: #fff;
    padding: 4px 20px;
    border-radius: 25px;
    text-decoration: none;
    font-family: "Arial";
    font-size: 18px;
    font-weight: 500;
    transition: all 0.3s ease;
    border: 2px solid #f00;
}
.indexStories .read-more-btn:hover {
    color: #f00 !important;
    background-color: #fff !important;
}


.indexStories .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #ccc !important;
    border-radius: 50%;
    opacity: 1;
    transition: all 0.3s ease;
    margin: 0 6px;
}
.indexStories .swiper-pagination-bullet-active {
    background: #f00 !important;
}


.indexStories > a {
    display: inline-block;
    margin-top: 20px;
    color: #0066cc;
    text-decoration: underline;
}


@media(max-width: 768px) {
    .indexStories .indexStoriesTitle h2 {
        font-size: 28px;
    }
    .indexStories .news-title {
        font-size: 16px;
    }
    .indexStories .read-more-btn {
        padding: 6px 15px;
        font-size: 12px;
    }
}


/*indexEvents*/
.indexEventsTitle{
 margin-top:25px;	
 width:100%;
}
.indexEventsTitle h2{ 
 color: #333;
 padding-bottom: 10px;
 line-height: 1em;
}
.indexEventsTitle h2,.indexEventsTitle h2 span{
 position:relative;
 font-size: 48px;
 font-family: "Bebas Neue";
 font-weight: 500;	
 margin-top:0;
 margin-bottom:0;
 text-align:center;
} 
.indexEventsTitle h2:before{
 content: url(/wp-content/uploads/2026/07/Path-10.webp);
 position: absolute;
 margin-left: auto;
 margin-right: auto;
 top: -55px;
 left: 0;
 right: 0;
 text-align: center;	
} 
.indexEventsCon{
 gap:30px;	
 margin-top:40px;
 width:100%;
} 
.indexEventsCon .indexEventsCard{
  flex: 0 0 50%;
  max-width: 50%;	
}
.indexEventsCon .indexEventsCard2{
 gap:1em;	
}
.indexEventsCon .indexEventsCard2 p,.indexEventsCon .indexEventsCard2 p a{
	padding-bottom:0;
	padding-top:0;
	margin-top:0;
	margin-bottom:0;
	color:#000;
	font-size:18px;
	font-family:"Arial";
	font-weight:500;
}
.indexEventsCon .indexEventsCard2 p a:hover{
 color:#f00;	
}
@media (max-width:980px){
 .indexEventsCon{
   flex-direction:column;
 }	
 .indexEventsCon .indexEventsCard{
  flex: 0 0 100%;
  max-width: 100%;	
}
}
.viewMore{
 border:4px solid #000;
 font-size: 22px;
 font-family: "Arial";
 font-weight: 500;	
 padding:15px 35px;
 color:#000;
 transition: all 300ms ease 0ms;
 margin-top:40px;
}
.viewMore i{
 margin-left:5px;	
}
.viewMore:hover{
 background:#000;
 color:#fff;	
}



/*parallaxBanner*/
.parallaxBanner1 {
    position: relative;
    overflow: hidden;
}
.parallaxBanner1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 150%; 
    background: url(/wp-content/uploads/2026/07/CTA-Background.webp) center top / cover no-repeat;
    background-attachment: fixed; 
    z-index: -1;
}
.parallaxBanner {
    position: relative;
    width: 100%;
    height: 100%;
}
.parallaxBannerWrap{
 width:90%;
 max-width:1200px;
 margin:0 auto;	
}
.parallaxBanner_left{
 width: 58.8%;
 margin-right: 3%;	
}
.parallaxBanner_right{
 width: 38.2%;	
}
.parallaxBanner_left h2{
 margin-top:0;
 margin-bottom:0;
 padding:0;
 font-size: 79px;
 color: #fff;
 font-family: "Bebas Neue";
 line-height: 1em;
 font-weight: 500;	
}
.parallaxBanner_right a{
	border:4px solid #000;
	background:#fff;
	font-size: 22px;
	font-family: "Arial";
	font-weight:500;
	color:#000;
	padding:15px 30px;
	transition: color 300ms ease 0ms, background-color 300ms ease 0ms, border 300ms ease 0ms;
}
.parallaxBanner_right a:hover{
	color: #fff !important;
  border:4px solid #fff;
  background-color: rgba(255, 255, 255, 0);
}
@media (max-width:980px){
	.parallaxBannerWrap{
		flex-direction:column;
	}
	.parallaxBanner_left{
	  width:100%;
	  margin-right:0;	
	  margin-bottom:30px;
	}
	.parallaxBanner_left h2{
	  text-align:center;	
	}
	.parallaxBanner_right{
	  width:100%;	
	}
}



/*enterEmail*/

.enterEmailWrap .enterEmailCard1{
 width: 47.25%;
 margin-right: 5.5%;
 margin-top:3.5%;
 margin-bottom:3.5%;
}
.enterEmailWrap .enterEmailCard2{
 width: 47.25%;
}
.enterEmailCard1 h2{
 color:#333;
 padding-bottom: 10px;
 line-height: 1em;	
 text-align: right;
 position: relative;
 margin:0;
}
.enterEmailCard1 h2, .enterEmailCard1 h2 span{
 font-size: 40px;    
 font-family: "Bebas Neue";   
 font-weight: 500;
}
.enterEmailCard1 h2:before{
 content: url(/wp-content/uploads/2026/07/Group-232.webp);
 position: absolute;
 bottom: -10px;
 right: -15px;
}
.enterEmailCard1 p{
 margin:0;
 padding:0;
 color: #707070;
 font-size:18px;
 font-family:"Arial";
 font-weight:400;	
}



/* 表单容器 */
.enterEmailCard2 .wpcf7 {
    max-width: 100%;
}
.enterEmailCard2 .wpcf7 p{
 margin:0;
 padding:0;	
}
/* 输入框 */
.enterEmailCard2 .wpcf7 .form-email {
    width: 100%;
    padding: 20px 30px;
    background: rgba(112, 112, 112, .1);
    border: 4px solid rgba(112, 112, 112, 0);
    font-size: 24px;
    color: #4e4e4e;
    border-radius: 0;
    outline: none;
}

.enterEmailCard2 .wpcf7 .form-email::placeholder {
    color: #666;
}
.enterEmailCard2 .wpcf7 .form-email:focus{
 	border: 4px solid #f00;
}
/* 提交按钮 */
.enterEmailCard2 .wpcf7 input[type="submit"] {
	margin: 20px 0 0;
  padding: 16px 0;
  border: 4px solid #f00;
  background:#f00;
  font-size: 24px;
  font-weight: bold;
  padding: 10px;
  color: #fff;
  transition: 300ms ease all;
  cursor: pointer;
  width: 100%;
}

.enterEmailCard2 .wpcf7 input[type="submit"]:hover {
    background-color: #fff;
    color:#f00;
}

@media (max-width:980px){
	.enterEmailWrap{
	  flex-direction:column;
	  width:90%;
	  margin:0 auto;
	}
	.enterEmailWrap .enterEmailCard1{
    width: 100%;
    margin-right: 0;
  }
   .enterEmailWrap .enterEmailCard2{
    width: 100%;
   }
   .enterEmailCard1 h2,.enterEmailCard1 p{
    text-align:center;	
   }
   .enterEmailCard1 h2:before{
   	visibility: hidden
   }
   
}


/*sitemap*/

.sitemap-grid {
  border-top: 1px solid #eee;
}
.sitemap-row {
  display: flex;
  border-bottom: 1px solid #eee;
}
.sitemap-col {
  height:80px;
  line-height:80px
}
.sitemap-col.left {
  width: 35%;
  
}
.sitemap-col.left h2,.sitemap-col.left h2 a{
 font-family: 'Bebas Neue';
 font-weight:500;
 font-size:	40px;
 text-transform: uppercase;
 margin-bottom:0;
}
.sitemap-col.right {
  width: 65%;
  
}
.sitemap-col a {
  color: #333;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Bebas Neue';
  font-size: 28px;
  font-weight:500;
}
.sitemap-col a:hover {
  text-decoration: underline;
}

@media (max-width:768px){
	.sitemap-col.left {
    width: 40%;  
  }
  .sitemap-col.right {
    width: 60%; 
  }
  .sitemap-col {
    height:auto;
    line-height:40px
  }
  .sitemap-col.left h2{
  	font-size:	30px;
  }
  .sitemap-col a{
  	font-size: 18px;
  }
}


/*errorpage*/
.errorPage h2{
	text-transform: uppercase;
  font-size: 46px;
  text-align: center;
  font-family: 'Bebas Neue';
  font-weight: 700;
}
.errorPage a{
 padding:15px 30px;
 border:4px solid #000;
 color:#000;
 background:#fff;
 font-size: 22px;
 font-family: 'Arial';	
}
.errorPage a:hover{
 background:#000;
 color:#fff;	
}
.gt_switcher .gt_selected a{
 border:2px solid #000 !important
}
.gt_switcher_wrapper{
 right:20px !important;
}
.gt_switcher{
 width:200px !important
}
.bannernei{
  background-blend-mode: overlay;
  background-image: url(/wp-content/uploads/2026/07/crystal-kwok-xD5SWy7hMbw-unsplash.webp) !important;
  background-color: rgba(0, 0, 0, .5) !important;
}
.bannernei h1{
 color:#fff;
}
.bannernei h1,.bannernei h1 span{
 font-family: "Bebas Neue";    
 font-weight: 700;
 text-transform: uppercase;
 font-size: 100px;
 text-shadow: 0em .1em .1em rgba(0, 0, 0, .25);
 line-height: 1em;
}
.mainText p{
 font-size:"Arial";   
 font-size:18px;
 line-height:1.4em;
 color:#707070;
 font-weight:400;
}
.mainText p a{
 color:#f00;
}
.mainText h2{
 font-size:24px;
}
.proDes h2,.proDes h1{
 font-family: "Bebas Neue";    
 font-weight: 700;
 text-transform: uppercase;
 font-size: 47px;
 line-height:1;
 padding:0;
 margin-top:0;
 color:#333;
}
.proDes p{
 word-wrap: break-word;
 color: #707070;
 line-height:1.4em;
 font-size:18px;
 font-family:"Arial";
}

.featuresTitle h2{
 font-family: "Bebas Neue";
 font-weight: 700;
 text-transform: uppercase;
 font-size: 40px; 
}

.features-swiper {
 overflow: hidden;
 padding: 30px 50px;
 position: relative;
 width: 100%;
 box-sizing: border-box;
 pointer-events: auto;
}

.features-swiper .swiper-wrapper {
 align-items: stretch !important; 
}
.features-swiper .swiper-slide {
 height: auto !important; 
 display: flex !important; 
}
.featuresCard {
 padding: 30px;
 border-radius: 20px;
 border: 1px solid #333;
 box-shadow: 6px 6px 18px 0px rgba(0, 0, 0, 0.3);
 height: 100%; 
 width: 100%;
 display: flex;
 flex-direction: column; 
}

.featuresCard h3 {
 font-family: "Bebas Neue";
 font-weight: 500;
 text-transform: uppercase;
 font-size: 34px;
 margin-top: 0;
 line-height: 1.4em;
 text-align:center;
}
.featuresDes {
 flex-grow: 1; 
}
.featuresDes p{
 padding-top:0;
 padding-bottom:0;	
 text-align:center;
 font-size: 18px;
 line-height: 1.7em;
 font-family:"Arial";
 color: #707070;
 margin-top:0;
 margin-bottom:0;
}
.features-swiper .swiper-button-prev,
.features-swiper .swiper-button-next {
 position: absolute;
 top: 50%;
 transform: translateY(-50%); 
 width: 35px;
 height: 35px;
 background-size: contain;
 background-repeat: no-repeat;
 background-position: center;
 background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000'%2F%3E%3C%2Fsvg%3E");
}

.features-swiper .swiper-button-prev {
 left: 0px; 
}
.features-swiper .swiper-button-next {
 right: 0px;
 transform: translateY(-50%) rotate(180deg); 
}
.features-swiper .swiper-button-prev::after,
.features-swiper .swiper-button-next::after {
    display: none;
}

@media (max-width:768px){
.featuresCard {
  padding:5px;	
}	
}




.faqs-list {
    max-width: 100%;
}

.faq-item {
    margin-bottom: 15px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
    padding:20px;
}

.faq-item.active{
 	background:#000;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    background: #f9f9f9;
    transition: background 0.3s ease;
}

.faq-item.active .faq-question,.faq-item.active .faq-question h3{
    background: #000;
}

.faq-question h3 {
    margin: 0;
    font-family: "Bebas Neue";
    font-weight: 500;
    font-size: 34px;
    text-transform: uppercase;
    color: #222;
    flex: 1;
    padding-right: 20px;
    background:#fff;
}
.faq-item.active .faq-question h3{
  color:#fff;	
}
.faq-toggle {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #ddd;
    font-size: 14px;
    color: #666;
    transition: all 0.3s ease;
}

.faq-item.active .faq-toggle {
    background: #000;
    color: #fff;
    border-color: #000;
    transform: rotate(180deg);
}

.faq-answer {
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.3s ease;
}




.faq-item.active .faq-answer p {
    margin: 0 0 15px;
    font-size: 18px;
    line-height: 1.4em;
    color: #fff;
}
.faq-item.active .faq-answer p a{
 color:#ccc	
}
.faq-answer p:last-child {
    margin-bottom: 0;
}

.faq-answer ul,
.faq-answer ol {
    margin: 10px 0;
    padding-left: 25px;
}

.faq-answer li {
    margin-bottom: 8px;
    font-size: 15px;
    line-height: 1.8;
    color: #555;
}
 
