@charset "UTF-8";

/*----------------------------------
   1. Body / Typography
----------------------------------*/

body {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0px;
    font-size: 16px;
    color: #676565;
    font-weight: 400;
    line-height: 28px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #1c1c1c;
    margin: 0px 0px 15px 0px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    line-height: 1.4;
}

h1 {
    font-size: 42px;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 25px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

p {
    margin: 0 0 20px;
    line-height: 1.6;
}

p:last-child {
    margin: 0px;
}

ul,
ol {
    font-family: 'Poppins', sans-serif;
}

a {
    text-decoration: none;
    color: #000000;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.footer-widget a {
    color: #dfe1bc; /* 设置为您所需的颜色值，例如红色 */
}

a:focus,
a:hover {
    text-decoration: underline;
    color: #a1d5f5;
}

sub {
    bottom: 0em;
}

.lead {
    font-size: 19px;
    font-weight: 500;
    line-height: 30px;
    font-family: 'Poppins', sans-serif;
    color: #1c1c1c;
    margin-bottom: 20px;
}

.firstcharacter {
    float: left;
    font-size: 80px;
    line-height: 60px;
    padding-top: 11px;
    padding-right: 8px;
    padding-left: 0px;
    color: #676565;
}

blockquote {
    margin: 0 0 30px;
    font-size: 21px;
    border-left: 5px solid #1c1c1c;
    background-color: transparent;
    color: #676565;
    line-height: 34px;
    padding-left: 20px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

.blockquote-reverse,
blockquote.pull-right {
    border-right: 0px;
    margin: 0 0 30px;
    font-size: 21px;
    border-right: 5px solid #1c1c1c;
    border-left: 0px;
    padding-right: 25px;
}

.qoute-icon {}

.blockquote-content {
    color: #1c1c1c;
    font-style: italic;
}

.blockquote-text {
    color: #f91f40;
    font-size: 14px;
    line-height: 1.6;
}

strong {
    color: #1c1c1c;
    font-weight: 700;
}

hr {
    border-top: 1px solid #eee;
    margin-bottom: 50px;
    margin-top: 50px;
}


/*-----------------------
   2 Form Elements:
-------------------------*/

/* label */

label {
    margin-bottom: 10px;
}


/* input */

input {}

input[type=text] {}

input[type=email] {}

textarea {}

select {}

.radio-btn-space {
    margin-right: 25px;
}


/* bootstrap Form Classes */


/* Form Control Classes */

.control-label {
    font-size: 13px;
    text-transform: capitalize;
    color: #1c1c1c;
    letter-spacing: 0px;
    font-weight: 400;
    line-height: 1.5;
    padding-top: 10px;
}

textarea.form-control {
    height: auto;
}

.required {}

.form-group {
    margin-bottom: 5px;
}

.form-control {
    border-radius: 0px;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    height: 50px;
    padding: 16px;
    line-height: 1.42857143;
    border: 2px solid #ededed;
    background-color: #f7f7f7;
    text-transform: capitalize;
    letter-spacing: 0px;
    margin-bottom: 10px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
    -webkit-appearance: none;
    color: #1c1c1c;
}

.form-control:focus {
    color: #1c1c1c;
    outline: 0;
    box-shadow: 0 0 0 0.0rem rgb(255, 255, 255);
    border-color: #dbdbdb;
    background-color: #fff;
}

.focus {
    border: 2px solid #dbdbdb;
}

.focus:focus {
    border: 2px solid #dbdbdb;
}

.has-success .form-control {
    border-color: #3c763d;
    background-color: #f7f7f7;
    box-shadow: none;
}

.has-success .form-control:focus {
    border-color: #3c763d;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.has-error .form-control {
    border-color: #a94442;
    background-color: #f7f7f7;
    box-shadow: none;
}

.has-error .form-control:focus {
    border-color: #f8f9fa;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}


/* select Options Classes */

select.form-control:not([size]):not([multiple]) {
    height: 55px;
    color: #1c1c1c;
}

select option {
    margin: 40px;
    background: rgba(255, 255, 255, 1);
    color: #868c91;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
    position: relative;
}

select.form-control {
    position: relative;
}

select {
    -moz-appearance: none;
    border-radius: 0px;
    font-size: 14px;
    font-weight: 700;
    width: 100%;
    padding: 14px;
    line-height: 1.42857143;
    border: 1px solid #e0e5e9;
    background-color: #fff;
    text-transform: capitalize;
    -webkit-appearance: none;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
    color: #868c91;
}

.select {
    position: relative;
    display: block;
    line-height: 2.2;
    overflow: hidden;
}

.select::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 13px 16px 0px 0px;
    background: transparent;
    pointer-events: none;
    font-family: 'FontAwesome';
    content: "\f107";
    font-size: 16px;
}

.select:hover::after {
    color: #868c91;
}

.select::after {
    -webkit-transition: .25s all ease;
    -o-transition: .25s all ease;
    transition: .25s all ease;
}

select option {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    background-color: #fff;
}


/* input-group Classes */

.input-group-addon:last-child {
    border-left: 0;
    border-right: transparent;
    border-top: transparent;
    border-bottom: transparent;
}

.input-group>.custom-select:not(:last-child),
.input-group>.form-control:not(:last-child) {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}


/* Input Placeholder */

input::-webkit-input-placeholder {
    color: #1c1c1c !important;
}

input:focus::-webkit-input-placeholder {
    color: #1c1c1c !important;
}

textarea::-webkit-input-placeholder {
    color: #1c1c1c !important;
}

textarea:focus::-webkit-input-placeholder {
    color: #1c1c1c !important;
}

/*------------------------
Radio & Checkbox CSS
-------------------------*/

input[type=radio].with-font,
input[type=checkbox].with-font {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

input[type=radio].with-font~label:before,
input[type=checkbox].with-font~label:before {
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    display: inline-block;
    content: "\f111";
    letter-spacing: 10px;
    font-size: 1.2em;
    color: #dbdbdb;
    width: 1.4em;
    position: relative;
    top: 3px;
}

input[type=radio].with-font:checked~label:before,
input[type=checkbox].with-font:checked~label:before {
    content: "\f058";
    font-size: 1.2em;
    color: #dbdbdb;
    letter-spacing: 5px;
}

input[type=checkbox].with-font~label:before {
    content: "\f0c8";
}

input[type=checkbox].with-font:checked~label:before {
    content: "\f14a";
    color: #dbdbdb;
}

input[type=radio].with-font:focus~label:before,
input[type=checkbox].with-font:focus~label:before,
input[type=radio].with-font:focus~label,
input[type=checkbox].with-font:focus~label {}

/*-------------- align ------------*/


/* =WordPress Core
-------------------------------------------------------------- */

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 0px 0 20px 30px;
}

.alignleft {
    float: left;
    margin: 0px 20px 0px 0;
}

a img.alignright {
    float: right;
    margin: 0px 0 30px 30px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/*-----------------------------------
   3. Buttons 
-----------------------------------*/

.btn {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 16px 29px;
    letter-spacing: 1px;
    border-radius: 0px;
    line-height: 1.6;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    word-wrap: break-word;
    white-space: normal !important;
}


/* -------------  btn-primary  ----------*/

.btn-primary {
    background-color: #1c1c1c;
    color: #fff;
    border: 2px solid #1c1c1c;
}

.btn-primary:hover {
    background-color: #000;
    color: #fff;
    border: 2px solid #000;
}

.btn-primary.focus,
.btn-primary:focus {
    background-color: #000;
    color: #fff;
    border: 2px solid #000;
    box-shadow: 0 0 0 0.1rem rgb(255, 255, 255);
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.1rem rgb(46, 39, 40);
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #2e2728;
    border-color: #2e2728;
}


/*-----------------  btn-default  --------------------------*/

.btn-default {
    background-color: #f91f40;
    color: #fff;
    border: 2px solid #f91f40;
}

.btn-default:hover {
    background-color: #e8203e;
    color: #fff;
    border: 2px solid #e8203e;
}

.btn-default.focus,
.btn-default:focus {
    background-color: #da0c18;
    color: #fff;
    border: 2px solid #da0c18;
    box-shadow: 0 0 0 0.1rem rgb(232, 32, 62);
}


/*------------------   btn-outline -----------------*/

.btn-outline {
    background-color: transparent;
    color: #f91f40;
    border: 2px solid #f91f40;
}

.btn-outline:hover {
    background-color: #e8203e;
    color: #fff;
    border: 2px solid #e8203e;
}

.btn-outline.focus,
.btn-outline:focus {
    background-color: #da0c18;
    color: #fff;
    border: 2px solid #da0c18;
    box-shadow: 0 0 0 0.1rem rgb(232, 32, 62);
}

/* ---------------  btn-secondary --------------------*/

.btn-secondary {
    background-color: #bf1f38;
    color: #fff;
    border: 2px solid #bf1f38;
}

.btn-secondary:hover {
    background-color: #a6172e;
    color: #fff;
    border: 2px solid #a6172e;
}

.btn-secondary.focus,
.btn-seondary:focus {
    background-color: #a6172e;
    color: #fff;
    border: 2px solid #a6172e;
    box-shadow: 0 0 0 0.1rem rgb(166, 23, 46);
}

/*-----------------  btn-lg,sm,xs --------------*/

.btn-lg {
    padding: 18px 32px;
    font-size: 16px;
}

.btn-sm {
    padding: 14px 24px;
    font-size: 13px;
}

.btn-xs {
    padding: 10px 18px;
    font-size: 12px;
}


/*-------------- btn-white ----------*/

.btn-white {
    color: #f91f40;
    background: #fff;
    border: 1px solid #fff;
}

.btn-white:hover {
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
}

.btn-white.focus,
.btn-white:focus {
    background-color: #000;
    color: #fff;
}


/*-------------- btn-white-outline ----------*/

.btn-white-outline {
    color: #fff;
    background: transparent;
    border: 2px solid #fff;
}

.btn-white-outline:hover {
    background-color: #fff;
    color: #25292a;
}

.btn.btn-white-outline.focus,
.btn.btn-white-outline:focus {
    background-color: #fff;
    color: #25292a;
    box-shadow: 0 0 0 0.2rem rgb(244, 246, 248);
}


/*-------------- btn-link ----------*/

button.btn {
    margin-right: -1px;
}

.btn-default-link {
    color: #f91f40;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    font-family: 'Poppins', sans-serif;
    font-style: initial;
    letter-spacing: 1px;
}

.btn-default-link:hover {
    color: #1c1c1c;
    text-decoration: none;
}

.btn-primary-link {
    color: #1c1c1c;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    font-family: 'Poppins', sans-serif;
    font-style: initial;
    letter-spacing: 1px;
}

.btn-primary-link:hover {
    color: #f91f40;
    text-decoration: none;
}

/*-------------- btn-boxed ----------*/

.btn-boxed {
    width: 100%;
    height: 100%;
    padding: 133px 0px;
    font-size: 28px;
}

/*-----------------------------------
   4. General / Elements 
-----------------------------------*/


/*----------------------- 
   4.1 Section space :
-------------------------*/


/*Note: Section space help to create top bottom space;*/

.space-small {
    padding-top: 70px;
    padding-bottom: 70px;
}

.space-medium {
    padding-top: 100px;
    padding-bottom: 100px;
}

.space-large {
    padding-top: 140px;
    padding-bottom: 140px;
}

.space-ex-large {
    padding-top: 160px;
    padding-bottom: 160px;
}

.content {
    padding-top: 30px;
    padding-bottom: 30px;
}

/*----------------------
  4.2 Margin Space
-----------------------*/

.mb0 {
    margin-bottom: 0px;
}

.ml30 {
    margin-left: 30px;
}
.ml80 {
    margin-left: 80px;
}


.mb5{
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb35 {
    margin-bottom: 35px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb80 {
    margin-bottom: 80px;
}

.mb100 {
    margin-bottom: 100px;
}

.mb130 {
    margin-bottom: 130px;
}

.mt0 {
    margin-top: 0px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
    display: inline-block;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt60 {
    margin-top: 60px;
}

.mt70 {
    margin-top: 70px;
}

.mt80 {
    margin-top: 80px;
}

.mt100 {
    margin-top: 100px;
}

/*----- less margin space from top --*/

.mt-20 {
    margin-top: -20px;
}

.mt-40 {
    margin-top: -40px;
}

.mt-60 {
    margin-top: -60px;
}

.mt-80 {
    margin-top: -80px;
}

.mr-10 {
    margin-right: -10px;
}

.ml-10 {
    margin-left: -10px;
}

/*-----------------------
  4.3 Padding space
-------------------------*/

.nopadding {
    padding: 0px;
}

.nopr {
    padding-right: 0px;
}

.nopl {
    padding-left: 0px;
}

.pinside10 {
    padding: 10px;
}

.pinside20 {
    padding: 20px;
}

.pinside30 {
    padding: 30px;
}

.pinside40 {
    padding: 40px;
}

.pinside50 {
    padding: 50px;
}

.pinside60 {
    padding: 60px;
}

.pinside80 {
    padding: 80px;
}

.pinside100 {
    padding: 100px;
}

.pinside140 {
    padding: 140px;
}

.pdt0 {
    padding-top: 0px;
}

.pdt10 {
    padding-top: 10px;
}

.pdt20 {
    padding-top: 20px;
}

.pdt30 {
    padding-top: 30px;
}

.pdt40 {
    padding-top: 40px;
}

.pdt60 {
    padding-top: 60px;
}

.pdt80 {
    padding-top: 80px;
}

.pdt100 {
    padding-top: 100px;
}

.pdt120 {
    padding-top: 120px;
}

.pdb0 {
    padding-bottom: 0px;
}

.pdb10 {
    padding-bottom: 10px;
}

.pdb20 {
    padding-bottom: 20px;
}

.pdb30 {
    padding-bottom: 30px;
}

.pdb40 {
    padding-bottom: 40px;
}

.pdb60 {
    padding-bottom: 60px;
}

.pdb80 {
    padding-bottom: 80px;
}

.pdb150 {
    padding-bottom: 150px;
}

.pdl10 {
    padding-left: 10px;
}

.pdl20 {
    padding-left: 20px;
}

.pdl30 {
    padding-left: 30px;
}

.pdl40 {
    padding-left: 40px;
}

.pdl60 {
    padding-left: 60px;
}

.pdl80 {
    padding-left: 80px;
}

.pdl140 {
    padding-left: 140px;
}

.pdr10 {
    padding-right: 10px;
}

.pdr20 {
    padding-right: 20px;
}

.pdr30 {
    padding-right: 30px;
}

.pdr40 {
    padding-right: 40px;
}

.pdr60 {
    padding-right: 60px;
}

.pdr80 {
    padding-right: 80px;
}

.pdr140 {
    padding-right: 140px;
}

.pdtb40 {
    padding-bottom: 40px;
    padding-top: 40px;
}

/*--------------------------------
4.4 Background & Block color 
----------------------------------*/

.bg-light {
    background-color: #f6f6f6 !important;
}

.bg-default {
    background-color: #f91f40 !important;
}

.bg-primary {
    background-color: #1c1c1c !important;
}

.bg-secondary {
    background-color: #bf1f38 !important;
}

.bg-gradient {}

.bg-matte-yellow {
    background-color: #b38644;
}

.bg-white {
    background-color: #fff;
}

.outline {}

.section-title {
    margin-bottom: 40px;
}

.title {
    color: #1c1c1c;
}

.text-light {
    color: #d1d1d1 !important;
}

.title-bold {
    font-weight: 700;
}

.text-bold {
    font-weight: 700;
}

.small-title {}

.text-default {
    color: #a1d5f5;
}

.text-primary {
    color: #1c1c1c !important;
}

.text-green {
    color: #61dc93;
}

.text-red {
    color: #f85759;
}

.text-blue {
    color: #3ecaf5;
}

.text-black {
    color: #1c1c1c;
}

.text-yellow {
    color: #fcd54d;
}

.text-secondary {
    color: #f91f40 !important;
}

.text-light {
    color: #bf1f38;
}

.primary-sidebar {}

.secondary-sidebar {}

.card-block {
    padding: 80px;
}

.well-block {}

.well-bg-block {
    background-color: #f8fafb;
    padding: 50px;
    margin-bottom: 80px;
    border: 1px solid #e8eced;
}

.divider-line {
    border-bottom: 1px solid #eee;
    margin-top: 30px;
    margin-bottom: 30px;
}

.bg-box {
    background-color: #eff6f5;
    padding: 40px;
}

small {
    font-size: 14px;
}

.card-section {
    position: relative;
    bottom: 60px;
}

/*--------------------------------
4.5 Features Block 
----------------------------------*/

.feature-wrapper {
    background: url(../images/feature_wrapper.jpg)no-repeat;
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 80px;
    border-top: 3px solid #f91f40;
    border-bottom: 3px solid #f91f40;
}

.feature {}

.features-section {}

.feature-icon {}

.feature-content {}

.feature-inner {}

.feature-outline {}

/*--- Feature left  class ---*/

.feature-left {
    color: #fff;
    margin-bottom: 30px;
}

.feature-left .feature-icon {
    background-color: #f91f40;
    border-radius: 100%;
    height: 64px;
    width: 64px;
    margin-bottom: 30px;
    display: inline-block;
    padding: 16px 16px;
    font-size: 30px;
}

.feature-left .feature-content {}

.feature-left:last-child {}


/*--- Feature center class ---*/

.feature-center {
    text-align: center;
    padding: 40px;
    margin-bottom: 30px;
}

.feature-center .feature-icon {
    font-size: 55px;
    color: #000;
    margin-bottom: 25px;
}

.feature-center .feature-content {}

.feature-boxed {}

.feature-boxed .feature-icon {}

.feature-boxed .feature-content {}


/*--- Feature list class ---*/

.feature-list {}

.feature-list ul {}

.feature-list ul li {}

.feature-list li:before {}

.feature-blurb-block {
    margin-bottom: 20px;
}


.feature-blurb-head {}

.feature-blurb-content {}

.blurb-small-text {}

.blurb-title {}


/*--------------------------------
4.6 Bullet/arrow
----------------------------------*/

.arrow {
    position: relative;
}

.arrow li {
    padding-left: 20px;
    line-height: 30px;
}

.arrow li:before {
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    display: inline-block;
    position: absolute;
    left: 0;
    font-size: 13px;
    color: #f91f40;
    content: '\f00c';
    font-style: initial;
}

.angle {
    position: relative;
}

.angle li {
    padding-left: 20px;
    line-height: 30px;
}

.angle li:before {
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    display: inline-block;
    position: absolute;
    left: 0;
    font-size: 13px;
    color: #676565;
    content: '\f105';
    font-style: initial;
}

.star {
    position: relative;
}

.star li {
    padding-left: 22px;
    line-height: 30px;
    font-size: 14px;
}

.star li:before {
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    display: inline-block;
    position: absolute;
    left: 0;
    font-size: 14px;
    color: #7d7f82;
    content: '\f381';
}

/*--------------------------------
4.7 Call to actions 
----------------------------------*/

.cta-wrapper {
    background-color: #f91f40;
    color: #fff;
    text-align: center;
}

.cta-block {
    padding-top: 80px;
    padding-bottom: 80px;
}

.cta-block-title {
    font-weight: 400;
    color: #fff;
    margin-bottom: 35px;
}

/*--------------------------------
4.8 Image Hover Effect 
----------------------------------*/

img {
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    border: none;
    line-height: normal;
    vertical-align: middle;
}

.imghover {
    display: block;
    position: relative;
    max-width: 100%;
}

.imghover:hover {
    transform: scale(1.05);
    transition: transform 0.5s ease;
}

img.grayscale {
    filter: grayscale(1);
    opacity: .6;
    cursor: pointer;
}

img.grayscale:hover {
    filter: grayscale(0);
    opacity: 1;
    transition-property: filter;
    transition-duration: 1s;
}

/*--- 4.8 Img hover effect ---*/

.zoomimg {
    position: relative;
    overflow: hidden;
}

.zoomimg img {
    max-width: 100%;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.zoomimg:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/*--------------------------------
4.9 Icon 
----------------------------------*/

.icon-xs {
    font-size: 14px;
}

.icon-sm {
    font-size: 26px;
}

.icon-lg {
    font-size: 36px;
}

.icon-2x {
    font-size: 55px;
}

.icon-3x {
    font-size: 75px;
}

.icon-4x {
    font-size: 150px;
}

/*--------------------------------
5 Header / Navigations 
----------------------------------*/


/*--------------------
   5.1 Header Regular 
----------------------*/

.header-wrapper {
    position: relative;
    z-index: 9;
    background-color: #1f4e79;
    border-bottom: 1px solid #eeeeee;
    border-top: 1px solid #f91f40;
    padding-top: 18px;
    padding-bottom: 18px;
}

.logo {
}

.header {}

/*--------------------------
   5.2 Navigations Regular
----------------------------*/

.navigation{
    padding-top: 7px;
}

#navigation {
    float: right;



}

#navigation,
#navigation ul,
#navigation ul li,
#navigation ul li a,
#navigation #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#navigation:after,
#navigation>ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

#navigation #menu-button {
    display: none;
}

#navigation {
    font-family: 'Poppins', sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

#navigation>ul>li {
    float: left;
}

#navigation.align-center>ul {
    font-size: 0;
    text-align: center;
}

#navigation.align-center>ul>li {
    display: inline-block;
    float: none;
}

#navigation.align-center ul ul {
    text-align: left;
}

#navigation.align-right>ul>li {
    float: right;
}

#navigation>ul>li>a {
    padding: 12px;
    font-size: 21px;
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-family: 'Poppins', sans-serif;
}

#navigation>ul>li:hover>a {
    color: #fff;
    background-color: #2d6b9b;
    border-radius: 0px;
}

#navigation>ul>li.has-sub>a {
    padding-right: 36px;
}


/* #navigation>ul>li>a:after {
    position: absolute;
    top: 12px;
    right: -3px;
    height: 2px;
    display: block;
    content: '|';
}
*/

#navigation>ul>li.has-sub>a:before {
    position: absolute;
    right: 17px;
    content: '\f107';
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    /* Fix version 5.0.9 */
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}


/*#navigation > ul > li.has-sub:hover > a:before {top: 23px; height: 0; }*/

#navigation ul ul {
    position: absolute;
    left: -9999px;
    margin: 0px;
}

#navigation.align-right ul ul {
    text-align: right;
}

#navigation ul ul li {
    top: 0px;
    height: 0;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

#navigation li:hover>ul {
    left: auto;
}

#navigation.align-right li:hover>ul {
    left: auto;
    right: 0;
}

#navigation li:hover>ul>li {
    height: 43px;
}

#navigation ul ul ul {
    margin-left: 100%;
    top: 0;
}

#navigation.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%;
}

#navigation ul ul li a {
    background-color: #2a597b;
    padding: 14px 16px;
    width: 220px;
    font-size: 14px;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    border-bottom: 1px solid #faf6f6;
    font-family: 'Poppins', sans-serif;
}

#navigation ul ul li:first-child>a {
    border-top-right-radius: 0px;
}

#navigation ul ul li:last-child>a {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

#navigation ul ul li:last-child>a,
#navigation ul ul li.last-item>a {}

#navigation ul ul li:hover>a,
#navigation ul ul li a:hover {
    color: #fff;
    background-color: #0b3b4a;
    border-bottom: 1px solid #faf6f6;
}

#navigation ul ul li.has-sub>a:after {
    position: absolute;
    top: 16px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #dddddd;
    content: '';
}

#navigation.align-right ul ul li.has-sub>a:after {
    right: auto;
    left: 11px;
}

#navigation ul ul li.has-sub>a:before {
    position: absolute;
    top: 13px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #dddddd;
    content: '';
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

#navigation.align-right ul ul li.has-sub>a:before {
    right: auto;
    left: 14px;
}

#navigation ul ul>li.has-sub:hover>a:before {
    top: 17px;
    height: 0;
}

#navigation.small-screen {
    width: 100%;
}

#navigation.small-screen ul {
    width: 100%;
    display: none;
    margin-top: -2px;
}

#navigation.small-screen.align-center>ul {
    text-align: left;
}

#navigation.small-screen ul li {
    width: 100%;
    border-top: 1px solid #e6203e;
    top: auto;
    background-color: #f91f40;
}

#navigation.small-screen ul ul li,
#navigation.small-screen li:hover>ul>li {
    height: auto;
}

#navigation.small-screen ul li a,
#navigation.small-screen ul ul li a {
    width: 100%;
    border-bottom: 0;
    padding: 20px 15px;
    color: #fff;
}

#navigation.small-screen>ul>li>a:after {
    position: absolute;
    top: 16px;
    right: -3px;
    height: 2px;
    display: block;
    content: '';
}

#navigation.small-screen>ul>li {
    float: none;
}

#navigation.small-screen ul ul li a {
    padding-left: 25px;
}

#navigation.small-screen ul ul ul li a {
    padding-left: 35px;
}

#navigation.small-screen ul ul li a {
    color: #fff;
    background: transparent;
    margin: 0px;
    border-bottom: transparent;
}

#navigation.small-screen ul ul li:hover>a,
#navigation.small-screen ul ul li.active>a {
    color: #fff;
    background-color: #e6203e;
    border: 1px solid #e6203e;
}

#navigation.small-screen ul ul,
#navigation.small-screen ul ul ul,
#navigation.small-screen.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
}

#navigation.small-screen>ul>li.has-sub>a:after,
#navigation.small-screen>ul>li.has-sub>a:before,
#navigation.small-screen ul ul>li.has-sub>a:after,
#navigation.small-screen ul ul>li.has-sub>a:before {
    display: none;
}

#navigation.small-screen #menu-button {
    display: block;
    padding: 20px 16px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    background-color: #f91f40;
    border: 1px solid #f91f40;
}

#navigation.small-screen #menu-button:after {
    position: absolute;
    top: 20px;
    right: 17px;
    display: block;
    height: 12px;
    width: 20px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    content: '';
}

#navigation.small-screen #menu-button:before {
    position: absolute;
    top: 25px;
    right: 17px;
    display: block;
    height: 2px;
    width: 20px;
    background: #fff;
    content: '';
}

#navigation.small-screen #menu-button.menu-opened:after {
    top: 23px;
    border: 0;
    height: 2px;
    width: 10px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#navigation.small-screen #menu-button.menu-opened:before {
    top: 23px;
    background: #fff;
    width: 10px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#navigation.small-screen .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid #e6203e;
    height: 54px;
    width: 53px;
    cursor: pointer;
}

#navigation.small-screen .submenu-button.submenu-opened {}

#navigation.small-screen ul ul .submenu-button {
    height: 34px;
    width: 34px;
}

#navigation.small-screen .submenu-button:after {
    position: absolute;
    top: 25px;
    right: 20px;
    width: 8px;
    height: 2px;
    display: block;
    background: #fff;
    content: '';
}

#navigation.small-screen ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
}

#navigation.small-screen .submenu-button.submenu-opened:after {
}

#navigation.small-screen .submenu-button:before {
    position: absolute;
    top: 22px;
    right: 23px;
    display: block;
    width: 2px;
    height: 8px;
    background: #fff;
    content: '';
}

#navigation.small-screen ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
}

#navigation.small-screen .submenu-button.submenu-opened:before {
    display: none;
}

#navigation.small-screen.select-list {
    padding: 5px;
}

#navigation.small-screen>ul>li>a {
    border-left: 0px;
    margin: 0;
    border-right: 0px;
}

#navigation.small-screen>ul>li:hover>a {
    border-left: transparent;
    border-right: transparent;
    color: #fff;
    background-color: #e6203e;
}


/*----------------------------------------------
   5.4 Page Header
----------------------------------------------*/

.page-header {
    background: url(../images/diagram-1.png)no-repeat;
    position: relative;
    background-size: cover;
    background-position-x: 53%;
    padding-top: 700px;
    padding-bottom: 30px;
    z-index:5
}

.page-caption {
    z-index: 5;
    position: sticky;
    background-color: #feacbf;
    top: 100px; /* 在滚动到顶部时停留 */
    padding-top: 15px;
    padding-bottom: 15px;
}
  
.page-caption.sticky {
    position: fixed; /* 当滚动到指定位置时，固定在屏幕上 */
}
.page-title {
    font-size: 32px;
    line-height: 1.2;
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 0px;
}
  
/*------- Breadcrumb ------*/

.page-breadcrumb {
    color: #f6dcdd;
    background-color: #ee0c19;
}

.page-breadcrumb .breadcrumb {
    background-color: transparent;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    font-size: 12px;
    font-weight: 400;
    border: none;
    text-transform: uppercase;
    color: #f6dcdd;
    letter-spacing: 1px;
    font-family: 'Poppins', sans-serif;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    color: #fff;
    content: "\f105";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
}

.breadcrumb>li>a {
    color: #f6dcdd;
}

.breadcrumb-item.active {
    color: #fff;
}

/*-----------------------------------
   6. Slider / Hero Image
-------------------------------------*/

.slider {
    margin-bottom: -40px;
}

.slider-img {
    position: relative;
    width: 100%;
    height: 650px;
    background: rgba(102, 102, 102, 1);
    background: -moz-radial-gradient(center, ellipse cover, rgba(102, 102, 102, 1) 0%, rgba(2, 2, 2, 0) 98%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(102, 102, 102, 1)), color-stop(98%, rgba(2, 2, 2, 0)), color-stop(100%, rgba(0, 0, 0, 0)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(102, 102, 102, 1) 0%, rgba(2, 2, 2, 0) 98%, rgba(0, 0, 0, 0) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(102, 102, 102, 1) 0%, rgba(2, 2, 2, 0) 98%, rgba(0, 0, 0, 0) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(102, 102, 102, 1) 0%, rgba(2, 2, 2, 0) 98%, rgba(0, 0, 0, 0) 100%);
    background: radial-gradient(ellipse at center, rgba(102, 102, 102, 1) 0%, rgba(2, 2, 2, 0) 98%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#000000', GradientType=1);
}

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

.slider-captions {
    position: absolute;
    bottom: 220px;
    color: #fff;
    text-align: center;
}

.slider-title {
    color: #fff;
    font-size: 48px;
    font-weight: 600;
    line-height: 62px;
}

.slider-text {
    font-size: 21px;
    margin-bottom: 30px;
    line-height: 32px;
}

.slider .owl-theme .owl-nav {
    line-height: 1;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.slider .owl-theme .owl-nav .owl-prev {
    position: absolute;
    top: 42%;
    left: 0px;
    color: #fff;
    font-size: 40px;
    margin: 12px;
    padding: 0px;
    background: transparent;
    border: transparent;
    display: inline-block;
    cursor: pointer;
    border-radius: 0px;
    height: 48px;
    width: 48px;
}

.slider .owl-theme .owl-nav .owl-next {
    position: absolute;
    top: 42%;
    right: 4px;
    color: #fff;
    font-size: 40px;
    margin: 12px;
    padding: 0px;
    background: transparent;
    border: transparent;
    display: inline-block;
    cursor: pointer;
    border-radius: 0px;
    height: 48px;
    width: 48px;
}

.slider .owl-theme .owl-nav .owl-prev:hover {
    background-color: transparent;
    text-decoration: none;
    color: #f91f40;
    -webkit-transition: 1s ease;
    transition: 1s ease;
    border-color: transparent;
}

.slider .owl-theme .owl-nav .owl-next:hover {
    background-color: transparent;
    text-decoration: none;
    color: #f91f40;
    -webkit-transition: 1s ease;
    transition: 1s ease;
    border-color: transparent;
}

.slider .owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    bottom: 50px;
    position: relative;
}

.slider .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}

.slider .owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 4px 2px;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 0px;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
}

.slider .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #f91f40;
    border-color: #f91f40;
}

.slider .owl-theme .owl-carousel .owl-item img {
    width: 100%;
}

/*-----------------------------------
7. Footer 
-------------------------------------*/
  .footer {
    position: relative;
    background-color: #5b7d97;
    padding-top: 60px;
    color: #9d9d9d;
    font-weight: 400;
    font-size: 16px;
    z-index:5;
}

.footer-line {
    border-color: #152e3d;
}

.footer-widget {
    padding-bottom: 40px;
}

.footer-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #fff;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
}

.footer-widget ul li a {
    text-transform: capitalize;
    font-size: 16px;
    color: #eaf3f9;
    display: block;
    line-height: 2;
}

.footer-widget ul li a:hover {
    color: #104c71;
}
.footer-widget p{
    color: #fff;

}
.btn-twitter {
    background: #00aced;
    color: #fff;
}

.btn-twitter:hover,
.btn-twitter:active {
    background: #0084b4;
    color: #fff;
}

.btn-facebook {
    background: #3B5997;
    color: #fff;
}

.btn-facebook:hover,
.btn-facebook:active {
    background: #2d4372;
    color: #fff;
}

.btn-googleplus {
    background: #D64937;
    color: #fff;
}

.btn-googleplus {
    background: #D64937;
    color: #fff;
}

.btn-googleplus:hover,
.btn-googleplus:active {
    background: #b53525;
    color: #fff;
}

.btn-instagram {
    background: #F15245 20%;
    color: #fff;
}

.btn-instagram:hover,
.btn-instagram:active {
    background: radial-gradient(circle at 33% 100%, #FED373 4%, #F15245 30%, #D92E7F 62%, #9B36B7 85%, #515ECF);
    color: #fff;
}

.btn-pinterest {
    background-color: #c8232c;
    color: #fff;
}

.btn-pinterest:hover,
.btn-pinterest:active {
    background-color: #b0171f;
    color: #fff;
}

.btn-linkedin {
    background: #0074A1;
    color: #fff;
}

.btn-linkedin:hover,
.btn-linkedin:active {
    background: #006288;
    color: #fff;
}

.btn-youtube {
    background-color: #ff0000;
    color: #fff;
}

.btn-youtube:hover,
.btn-youtube:active {
    background-color: #fe2224;
    color: #fff;
}

.social-text {
    font-size: 14px;
    text-transform: uppercase;
    padding-left: 10px;
    letter-spacing: 1px;
}

.btn-social-rectangle,
.btn-facebook .btn-twitter .btn-instagram .btn-linkedin .btn-googleplus .btn-youtube {
    font-size: 18px;
    margin-right: -5px;
    display: inline-block;
    line-height: 1.2;
    padding: 16px 86px;
    color: #fff;
    margin-bottom: 10px;
}

.social-icon {}

.btn-social-square {
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    margin-right: 2px;
    display: inline-block;
    line-height: 1.5;
    color: #968d8d;
    border-radius: 0px;
    width: 45px;
    height: 45px;
    padding: 12px 15px;
    border: 0px;
    background-color: #403e3e;
    margin-bottom: 5px;
}

.btn-social-square:hover {
    border: 0px;
    background-color: #f91f40;
    color: #fff;
}

.btn-social-circle {
    -webkit-font-smoothing: antialiased;
    font-size: 10px;
    margin-right: 2px;
    display: inline-block;
    line-height: 1;
    color: #f3f2f5;
    border-radius: 100%;
    width: 32px;
    height: 32px;
    padding: 11px;
}

.btn-social-icon {
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    padding-right: 28px;
    display: inline-block;
    width: 0px;
    height: 0px;
    line-height: 1;
}

/*-------------- tiny footer ------------*/

.tiny-footer {
    font-size: 14px;
    padding: 12px 0px;
    font-weight: 400;
    background-color: #272626;
    color: #9d9d9d;
    line-height: 1;
    text-align: center;
}


/*--- easetemplate copyright link --*/

.copyrightlink {
    color: #f91f40;
}

.copyrightlink:hover {
    color: #f91f40;
}

/*-------------- tiny footer ------------*/


/*--- easetemplate copyright link --*/


/*-----------------------------------
9. Services
-------------------------------------*/


/*-------------------------
9.1 Service List
---------------------------*/

.service-block {
    margin-bottom: 30px;
}

.service-content {
    text-align: center;
}

.service-img {
    margin-bottom: 22px;
}

/*-------------------------
9.2 Service Single 
---------------------------*/

.service-description {
    margin-bottom: 35px;
}

.service-list {
    position: fixed;
    top: 100px; /* 距离顶部的距离 */
    width: 200px; /* 目录栏的宽度 */
    background-size: 100% 100%;
    z-index:-9999
 


    
}

.service-list ul {
    /* ul的样式 */
}
  
.service-list ul li {
    /* li的样式 */
}
  
.service-list ul li a {
    /* a的默认样式 */
    font-size: 17px;
    font-weight: 700;
    color: #797979;
    padding-bottom: 10px;
    display: block;
    padding-top: 10px;
    line-height: 1.6;
  }
  
  .service-list ul li a.active {
    /* a的选中样式 */
    color: #000000;
    /* 添加或修改其他选中样式 */

}

.service-list ul li a:hover {
    /* a的鼠标悬停样式 */
    color: #000000;
}

.active {
    color: #000000;
}  /*-----------------------------------
10. Pages
-------------------------------------*/


/*-------------------------
10.1 Project
---------------------------*/

.project-block {
    margin-bottom: 42px;
}

.project-content {}

.project-img {
    margin-bottom: 20px;
}

.project-small-text {
    color: #8b8686;
    font-size: 14px;
}

/*--------------------------
10.2  About
----------------------------*/


/*--------------------------
10.3  Area List
----------------------------*/

.area-list {
    margin-bottom: 60px;
}

.area-list ul {}

.area-list ul li {
    color: #1c1c1c;
    font-weight: 700;
}

/*--------------------------
10.4  Testimonials
----------------------------*/

.testimonial-block {
    border: 1px solid #ffecb1;
    padding: 25px;
    background-color: #fffbef;
    margin-bottom: 20px;
}

.testimonial-content {}

.testimonial-text {
    color: #1c1c1c;
    font-size: 18px;
    font-style: italic;
    font-family: 'PT Serif', serif;
    font-weight: 400;
}

.testi-small-text {
    color: #f91f40;
    font-size: 14px;
    font-weight: 700;
}

/*--------------------------
10.5  Contact us
----------------------------*/

#contact-map {
    height: 378px;
}

.contact-form {}

.gallery-showcase {
    margin-left: -14px;
    margin-right: -14px;
    margin-bottom: 30px;
}

/*--------------------------
10.6 StyleGuide
----------------------------*/

.color-box {
    margin-bottom: 30px;
}

.box-info {
    font-size: 16px;
    line-height: 1.6;
    color: #fff;
    text-align: center;
    padding-top: 67px;
}

.color-default-box {
    background-color: #f91f40;
    height: 180px;
    width: 100%;
}

.color-value-hex {
    font-size: 12px;
}

.color-primary-box {
    background-color: #1c1c1c;
    height: 180px;
    width: 100%;
}

.color-secondary-box {
    background-color: #bf1f38;
    height: 180px;
    width: 100%;
}

.color-heading-box {
    background-color: #1c1c1c;
    height: 180px;
    width: 100%;
}

.color-base-box {
    background-color: #656767;
    height: 180px;
    width: 100%;
}

.box-bg-color {
    background-color: #f6f6f6;
}

.altenate ul {
    list-style: none;
}

.altenate ul li {
    border-bottom: 1px solid #e1e0dd;
    line-height: 2.5;
}

/* Table Classes */

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
}

.box-table {
    padding: 16px 30px;
    margin: 0 -15px 15px;
    border: 1px solid #ededed;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    border-top: transparent;
    color: #1c1c1c;
    border-bottom: 1px solid #ededed;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #ededed;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: hsl(0, 0%, 98%);
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #1c1c1c;
    text-align: left;
    caption-side: bottom;
}

/*--------------------------
10.7  404 error
 ----------------------------*/

 .error-wrapper {
    background: url(../images/error_wrapper.jpg)no-repeat;
    background-size: cover;
    text-align: center;
}

.error-block {
    text-align: center;
    padding-top: 100px;
}

.error-title {
    font-size: 300px;
    font-weight: 700;
    margin-bottom: -80px;
    color: #fff;
}

.error-text {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    text-transform: capitalize;
}

/*--------------------------
10.8 Tabs
----------------------------*/

.ease-tab {}

.ease-tab .nav-tabs {
    border-bottom: 2px solid #ffffff;
}

.nav-tabs .nav-item {}

.ease-tab .tab-content {
    padding: 50px 40px;
    background-color: #ffffff;
    border: 1px solid #e4e4e4;
    border-color: #e4e4e4;
    margin-top: -2px;
}

.ease-tab .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #222528;
    background-color: #ffffff;
    border-color: #e4e4e4 #e4e4e4 #e4e4e4 #e4e4e4;
}

.ease-tab .nav-tabs {
    margin-bottom: 0px;
}

.ease-tab .nav-link {
    display: block;
    padding: 16px 44px;
    border: 1px solid #e4e4e4;
    border-radius: 0px;
    background-color: #eee;
    margin-bottom: -1px;
    color: #1c1c1c;
    text-align: center;
}

.ease-tab a {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-style: initial;
    text-align: left;
    text-transform: capitalize;
    letter-spacing: 0px;
    font-weight: 600;
    color: #fff;
}

.ease-tab a:hover {
    color: #222528;
    background-color: #fff;
    border-color: #e4e4e4 #e4e4e4 #e4e4e4;
}

.ease-tab a.ease-btn {
    color: #1c1c1c;
}

.ease-tab a:hover.ease-btn {
    color: #f91f40;
}

.ease-tab .nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    color: #f91f40;
    background-color: #fff;
    border-color: #e4e4e4 #e4e4e4 #e4e4e4;
}

/*--------------------------grid-row-gap: 
10.9 Accordions
----------------------------*/

.accordion-card {
    margin-bottom: 10px;
    border-radius: 0px;
}

.accordion-card.card {
    border-radius: 0px;
    border: 1px solid #e4e4e4;
}

.accordion-card-header {
    margin-bottom: 0;
    background-color: #fff;
    border-radius: 0px;
    padding: 20px;
}

.accordion-card .card-body {
    padding: 20px;
    background-color: transparent;
    border-top: 1px solid #e4e4e4;
    margin-top: -1px;
    color: #676565;
}

.accordion-card-title {
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
}

.accordion-card-header a {
    color: #1c1c1c;
}

.accordion-card-header a:hover {
    color: #f91f40;
}

.accordion-card-header span {
    font-size: 18px;
}

.accordion-card-header.active {
    color: #f91f40;
}

.ease-alert.alert {
    position: relative;
    padding: 19px;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0px;
}

/*------------------------
11. Blog pages
--------------------------*/


/*----- post-----*/

.post-pageheader {
    background: url(../images/post_big_img_1.jpg) no-repeat;
    background-size: cover;
    margin-top: 60px;
}

.post-captions {
    padding-top: 350px;
    padding-bottom: 40px;
}

.post-holder {
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
}

.post-block {
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
    padding-bottom: 30px;
}

.post-img img {
    width: 100%;
}

.post-img {
    margin-bottom: 1px;
}

.post-title {
    font-size: 18px;
    line-height: 28px;
}

.post-content {}

.post-img-caption {
    display: block;
    background-color: #369bb9;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    padding: 10px;
    font-family: 'Glegoo', sans-serif;
}

.post-gallery .owl-theme .owl-nav {
    line-height: 1;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.post-gallery .owl-theme .owl-nav .owl-prev {
    position: absolute;
    top: 42%;
    left: 0px;
    color: #fff;
    font-size: 40px;
    margin: 1px;
    padding: 0px;
    background: transparent;
    border: transparent;
    display: inline-block;
    cursor: pointer;
    border-radius: 0px;
    height: 48px;
    width: 48px;
}

.post-gallery .owl-theme .owl-nav .owl-next {
    position: absolute;
    top: 42%;
    right: 4px;
    color: #fff;
    font-size: 40px;
    margin: 1px;
    padding: 0px;
    background: transparent;
    border: transparent;
    display: inline-block;
    cursor: pointer;
    border-radius: 0px;
    height: 48px;
    width: 48px;
}

.post-gallery .owl-theme .owl-nav .owl-prev:hover {
    background-color: transparent;
    text-decoration: none;
    color: #f91f40;
    -webkit-transition: 1s ease;
    transition: 1s ease;
    border-color: transparent;
}

.post-gallery .owl-theme .owl-nav .owl-next:hover {
    background-color: transparent;
    text-decoration: none;
    color: #f91f40;
    -webkit-transition: 1s ease;
    transition: 1s ease;
    border-color: transparent;
}

.post-gallery .owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    bottom: 80px;
    position: relative;
}

.post-gallery .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}

.post-gallery .owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 4px 2px;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 0px;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
}

.post-gallery .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #f91f40;
    border-color: #f91f40;
}

.post-gallery .owl-theme .owl-carousel .owl-item img {
    width: 100%;
}

.post-video-img {
    position: relative;
}

.video-btn {
    position: absolute;
    bottom: 54%;
    left: 48%;
    color: #fff;
    font-size: 45px;
}

/*----- meta -----*/

.meta {
    font-weight: 500;
    line-height: 1.4;
    font-size: 14px;
    color: #b6b4b4;
    text-transform: capitalize;
    font-style: initial;
    margin-bottom: 10px;
}

.meta-icon {
    margin-right: 10px;
}

.meta-categories {
    color: #ee0c19;
}

.meta-admin {
    padding-right: 4px;
    padding-left: 4px;
}

.meta-comments {
    padding-left: 4px;
    padding-right: 4px;
}

.meta-date {
    padding-right: 6px;
    color: #5d5c5c;
}

.meta-divider:after {
    content: '/';
    position: relative;
    padding-left: 10px;
}

.meta-link {
    color: #53626f;
}

.meta-link:hover {
    color: #fe5b10;
}

.categories-title {
    float: left;
    display: inline-block;
    padding-right: 30px;
    padding-top: 10px;
}

.post-admin {
    margin-bottom: 30px;
}

/*----- pagination -----*/

.pagination {}

.st-pagination {
    text-align: center;
}

.st-pagination .pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 10px 16px;
    line-height: 1.5;
    color: #f91f40;
    text-decoration: none;
    letter-spacing: 1px;
    font-size: 14px;
    border-radius: 0px;
    border: 2px solid #f91f40;
    background-color: transparent;
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 4px;
    margin-bottom: 8px;
    font-style: initial;
}

.st-pagination .pagination>li>a:focus,
.st-pagination .pagination>li>a:hover,
.st-pagination .pagination>li>span:focus,
.st-pagination .pagination>li>span:hover {
    z-index: 2;
    color: #fff;
    background-color: #f91f40;
    border: #f91f40 2px solid;
}

.st-pagination .pagination>li:first-child>a,
.st-pagination .pagination>li:first-child>span {
    margin-left: 0;
    border-radius: 0px;
}

.st-pagination .pagination>li:last-child>a,
.st-pagination .pagination>li:last-child>span {
    border-radius: 0px;
}

.st-pagination .pagination>.active>a,
.st-pagination .pagination>.active>a:focus,
.st-pagination .pagination>.active>a:hover,
.st-pagination .pagination>.active>span,
.st-pagination .pagination>.active>span:focus,
.st-pagination .pagination>.active>span:hover {
    z-index: 3;
    cursor: default;
    color: #fff;
    background-color: #f91f40;
    border: #f91f40 2px solid;
}

/*----- prev-next-----*/

.post-navigation {
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
}

.nav-links {}

.nav-previous {
    padding-top: 0px;
    padding-bottom: 30px;
}

.prev-link {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    color: #f91f40;
}

.next-link {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    color: #f91f40;
}

.prev-link:hover {
    color: #1c1c1c;
}

.next-link:hover {
    color: #1c1c1c;
}

.nav-next {
    padding-top: 0px;
    padding-bottom: 30px;
}

.previous-next-title {}

.nav-previous-title {
    margin-top: 20px;
    font-size: 16px;
}

.nav-next-title {
    margin-top: 20px;
    font-size: 16px;
}

/*----- Related-post -----*/

.related-post-block {
    margin-bottom: 40px;
    border-bottom: 1px solid #eee;
}

.related-post-block .meta {
    margin-bottom: 10px;
}

.related-post-title {
    font-size: 20px;
    margin-bottom: 0px;
    font-weight: 600;
    margin-bottom: 20px;
}

.related-post {
    margin-bottom: 40px;
}

.related-img img {
    width: 100%;
}

.related-img {
    margin-bottom: 20px;
}

.related-post-content {}

/*----- Author-post -----*/

.author-block {
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
    padding-bottom: 30px;
}

.author-meta {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #f91f40;
    letter-spacing: 1px;
}

.author-post {}

.author-img img {}

.author-img {
    margin-bottom: 30px;
    padding-right: 30px;
    float: left;
}

.author-header {
    margin-bottom: 15px;
}

.author-title {
    font-size: 18px;
    padding-right: 8px;
    margin-bottom: 0px;
    color: #1c1c1c;
}

.author-content {}

/*----- Comments -----*/

.comment-area {
    margin-bottom: 30px;
}

.comment-list-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
}

.comment-title {
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 700;
}

.comment-content {
    margin-bottom: 10px;
    font-size: 14px;
}

.comment-list {
    margin-bottom: 10px;
    background-color: #f3f3f3;
    padding: 20px;
}

.comment-list:last-child {
    margin-bottom: 0px;
    border-bottom: 0px;
}

.comment-meta-date {
    font-size: 13px;
}

.comment {}

.comment-body {}

.comment-header {
    margin-bottom: 8px;
}

.comment-header .comment-header h4 {
    margin-bottom: 8px;
}

.comment-author {}

.comment-author img {
    float: left;
}

.comment-info {
    padding-left: 120px;
}

.childern {
    margin-left: 55px;
    background-color: #fff;
    padding: 20px;
}

.childern .comment-info {
    margin-bottom: 0px;
}

.comment-btn .btn-default-link {
    font-size: 12px;
}

/*----- leave-Comments -----*/

.leave-comments {
    margin-bottom: 20px;
}

.leave-comments-title {
    margin-bottom: 25px;
    font-weight: 600;
    font-size: 20px;
}

.leave-comments .form-control {
    margin-bottom: 10px;
}

/*------------------------
12. Sidebar / Widgets
--------------------------*/


/*----- widget -----*/

.widget {
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
    padding-bottom: 30px;
}

.widget:last-child {
    border-bottom: transparent;
}

.widget-title {
    font-size: 20px;
    margin-bottom: 20px;
}

.widget-categories {}

.widget-categories ul li {
    position: relative;
    margin-bottom: 8px;
}

.widget-categories ul li a {
    font-size: 15px;
    font-weight: 500;
    color: #676565;
    display: block;
    line-height: 1.4;
    text-transform: capitalize;
    padding-top: 6px;
}

.widget-categories ul li a:hover {
    color: #ee0c19;
}

.widget-archives {}

.widget-archives ul li {
    position: relative;
    margin-bottom: 8px;
}

.widget-archives ul li a {
    font-size: 15px;
    font-weight: 500;
    color: #676565;
    display: block;
    line-height: 1.4;
    text-transform: capitalize;
    padding-top: 6px;
}

.widget-archives ul li a:hover {
    color: #ee0c19;
}

.recent-post {
    margin-bottom: 25px;
}

.widget-recent-post ul li {}

.recent-content {}

.recent-title {
    font-size: 16px;
    line-height: 22px;
}

.widget-tags {}

.widget-tags a {
    color: #4b4a4a;
    padding: 6px 10px;
    background-color: #c9c6c6;
    border: 1px solid #c9c6c6;
    display: inline-block;
    margin-bottom: 5px;
    border-radius: 0px;
    font-size: 12px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 20px;
    font-family: 'Poppins', sans-serif;
}

.widget-tags a:hover {
    background-color: #f91f40;
    border: 1px solid #f91f40;
    color: #fff;
}

.widget-search {
    position: relative;
}

.widget-search button {
    background-color: transparent;
    border: transparent;
    position: absolute;
    right: 10px;
    padding: 9px 18px;
    bottom: 40px;
    font-size: 16px;
    color: #f91f40;
}

.widget-search .form-control {
    height: 70px;
    margin-bottom: 0px;
}

.search-form {
    position: relative;
}

/*-------------Template-features-------------*/

.key-features {
    margin-bottom: 30px;
}

.key-features-title {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    border-bottom: 1px solid #e0e6e3;
    margin-bottom: 12px;
    padding-bottom: 4px;
    line-height: 1;
}

.key-features p {
    font-size: 14px;
}

/********** Extra Plugin CSS - Back to top **********/

#return-to-top {
    z-index: 9999;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #403e3e;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 9px;
    font-size: 28px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top:hover {
    background: #f91f40;
}

#return-to-top:hover i {
    color: #fff;
    top: 8px;
}

/*==========  Non-Mobile First Method  ==========*/


/* Large Devices, Wide Screens */

@media only screen and (max-width:1440px) {
    #navigation>ul>li>a {
        padding: 12px 5px;
    }
    @media only screen and (max-width:1200px) {
        .slider-img {
            height: initial;
        }
        .slider-captions {
            bottom: 150px;
        }
    }

    /* Medium Devices, Desktops */
    @media only screen and (max-width:992px) {}

    /* Small Devices, Tablets */
    @media only screen and (max-width:768px) {
        .page-header {
            background-position-x: 53%;
            padding-top: 164px;
            padding-bottom: 30px;
        }
        .page-title {
            font-size: 22px;
        }
        .slider-img {
            height: initial;
        }
        .slider-captions {
            bottom: 50px;
        }
        .space-medium {
            padding-top: 40px;
            padding-bottom: 40px;
        }
        .content {
            padding-top: 40px;
            padding-bottom: 40px;
        }
    }
     /* Extra Small Devices, Phones */
     @media only screen and (max-width:480px) {
        .page-header {
            background-position-x: 53%;
            padding-top: 164px;
            padding-bottom: 30px;
        }
        .page-title {
            font-size: 22px;
        }
        .slider-img {
            height: initial;
        }
        .slider-captions {
            bottom: 40px;
        }
        .slider-title {
            color: #fff;
            font-size: 19px;
            font-weight: 600;
            line-height: 32px;
        }
        .slider .btn {
            padding: 10px 20px;
        }
        .slider .owl-theme .owl-nav .owl-prev {
            top: 32%;
        }
        .slider .owl-theme .owl-nav .owl-next {
            top: 32%;
        }
        .slider .owl-theme .owl-dots {
            bottom: 35px;
        }
        .space-medium {
            padding-top: 40px;
            padding-bottom: 40px;
        }
        .content {
            padding-top: 40px;
            padding-bottom: 40px;
        }
        .post-gallery .owl-theme .owl-nav .owl-next {
            position: absolute;
            top: 27%;
        }
        .post-gallery .owl-theme .owl-nav .owl-prev {
            position: absolute;
            top: 27%;
        }
        .video-btn {
            bottom: 57%;
            left: 43%;
        }
    }

    .error-title {
        font-size: 160px;
        margin-bottom: 0px;
    }
    .error-block {
        padding-bottom: 200px;
    }
}
/* Custom, iPhone Retina */
.page-headerHuman   {
    background-image: url("https://static.igem.wiki/teams/4790/wiki/hp888.png");    
    position: relative;
    background-size: 100% 100%;
    background-position-x: 53%;
    padding-top: 700px;
    padding-bottom: 30px;
    z-index:5
}
    
    /* Small Devices, Tablets */
    @media only screen and (max-width:768px) {
        .page-headerHuman  {
            background-position-x: 53%;
            padding-top: 164px;
            padding-bottom: 30px;
        }
        .page-title {
            font-size: 22px;
        }
        .slider-img {
            height: initial;
        }
        .slider-captions {
            bottom: 50px;
        }
        .space-medium {
            padding-top: 40px;
            padding-bottom: 40px;
        }
        .content {
            padding-top: 40px;
            padding-bottom: 40px;
        }
     }   
    @media only screen and (max-width:480px) {
        .page-headerHuman {
            background-position-x: 53%;
            padding-top: 164px;
            padding-bottom: 30px;
        }
        .page-title {
            font-size: 22px;
        }
        .slider-img {
            height: initial;
        }
        .slider-captions {
            bottom: 40px;
        }
        .slider-title {
            color: #fff;
            font-size: 19px;
            font-weight: 600;
            line-height: 32px;
        }
        .slider .btn {
            padding: 10px 20px;
        }
        .slider .owl-theme .owl-nav .owl-prev {
            top: 32%;
        }
        .slider .owl-theme .owl-nav .owl-next {
            top: 32%;
        }
        .slider .owl-theme .owl-dots {
            bottom: 35px;
        }
        .space-medium {
            padding-top: 40px;
            padding-bottom: 40px;
        }
        .content {
            padding-top: 40px;
            padding-bottom: 40px;
        }
        .post-gallery .owl-theme .owl-nav .owl-next {
            position: absolute;
            top: 27%;
        }
        .post-gallery .owl-theme .owl-nav .owl-prev {
            position: absolute;
            top: 27%;
        }
        .video-btn {
            bottom: 57%;
            left: 43%;
        }
    }
    .page-headersafety   {
        background-image: url("https://static.igem.wiki/teams/4790/wiki/safetyshoutu1010.png");    
        position: relative;
        background-size: 100% 100%;
        background-position-x: 53%;
        padding-top: 650px;
        padding-bottom: 30px;
        z-index:5
    }
    .page-headerimproving {
        background-image: url("https://static.igem.wiki/teams/4790/wiki/bp.png");    
        position: relative;
        background-size: 100% 100%;
        background-position-x: 53%;
        padding-top: 650px;
        padding-bottom: 30px;
        z-index:5
    }
    .page-headercontribution   {
        background-image: url("https://static.igem.wiki/teams/4790/wiki/contributionshoutu1010.png");    
        position: relative;
        background-size: 100% 100%;
        background-position-x: 53%;
        padding-top: 650px;
        padding-bottom: 30px;
        z-index:5
    }
    .page-headerresults   {
        background-image: url("https://static.igem.wiki/teams/4790/wiki/resultshoutu1010.png");    
        position: relative;
        background-size: 100% 100%;
        background-position-x: 53%;
        padding-top: 650px;
        padding-bottom: 30px;
        z-index:5
    }
    .page-headersustainable   {
        background-image: url("https://static.igem.wiki/teams/4790/wiki/bs.png");    
        position: relative;
        background-size: 100% 100%;
        background-position-x: 53%;
        padding-top: 650px;
        padding-bottom: 30px;
        z-index:5
    }
    .page-headernotebook   {
        background-image: url("https://static.igem.wiki/teams/4790/wiki/note1011.png");    
        position: relative;
        background-size: 100% 100%;
        background-position-x: 53%;
        padding-top: 650px;
        padding-bottom: 30px;
        z-index:5
    }

    .page-headerteam   {
        background-image: url("https://static.igem.wiki/teams/4790/wiki/teams.jpg");    
        position: relative;
        background-size: 100% 100%;
        background-position-x: 53%;
        padding-top: 650px;
        padding-bottom: 30px;
        z-index:5
    }
    .page-headerhome1  {
        background-image: url("https://static.igem.wiki/teams/4790/wiki/haiyang.gif"); 
        position: relative;
        background-size: 100% 100%;
        background-position-x: 53%;
        padding-top: 1300px;
        padding-bottom: 30px;
        z-index:6
        }
    .page-headerdescription  {
        background-image: url("https://static.igem.wiki/teams/4790/wiki/descriptionshoutu1010.png");
        position: relative;
        background-size: 100% 100%;
        background-position-x: 53%;
        padding-top: 650px;
        padding-bottom: 30px;
        z-index:5
        }  
    
        /* Small Devices, Tablets */
        @media only screen and (max-width:768px) {
            .page-headerimproving  {
                background-position-x: 53%;
                padding-top: 164px;
                padding-bottom: 30px;
            }
            .page-headerteam  {
                background-position-x: 53%;
                padding-top: 164px;
                padding-bottom: 30px;
            }
            .page-headersafety  {
                background-position-x: 53%;
                padding-top: 164px;
                padding-bottom: 30px;
            }
            .page-headercontribution  {
                background-position-x: 53%;
                padding-top: 164px;
                padding-bottom: 30px;
            }
            .page-headerresults  {
                background-position-x: 53%;
                padding-top: 164px;
                padding-bottom: 30px;
            }
            .page-headersustainable  {
                background-position-x: 53%;
                padding-top: 164px;
                padding-bottom: 30px;
            }
            .page-headerhome {
                background-position-x: 53%;
                padding-top: 328px;
                padding-bottom: 30px;
                }
            .page-headernotebook {
                background-position-x: 53%;
                padding-top: 328px;
                padding-bottom: 30px;
                }
            .page-headerhome1 {
                background-position-x: 53%;
                padding-top: 328px;
                padding-bottom: 30px;
                }
            .page-headerdescription {
                background-position-x: 53%;
                padding-top: 164px;
                padding-bottom: 30px;
                }
            .page-headerproposed {
                background-position-x: 53%;
                padding-top: 164px;
                padding-bottom: 30px;
                }
           
            .page-title {
                font-size: 22px;
            }
            .slider-img {
                height: initial;
            }
            .slider-captions {
                bottom: 50px;
            }
            .space-medium {
                padding-top: 40px;
                padding-bottom: 40px;
            }
            .content {
                padding-top: 40px;
                padding-bottom: 40px;
            }
         }   
        @media only screen and (max-width:480px) {
            .page-headerteam {
                background-position-x: 53%;
                padding-top: 164px;
                padding-bottom: 30px;
            }
            .page-headernotebook {
                background-position-x: 53%;
                padding-top: 164px;
                padding-bottom: 30px;
            }
            .page-headerteam1 {
                background-position-x: 53%;
                padding-top: 164px;
                padding-bottom: 30px;
            }
            .page-headersustainable {
                background-position-x: 53%;
                padding-top: 164px;
                padding-bottom: 30px;
            }
            .page-headerproposed {
                background-position-x: 53%;
                padding-top: 164px;
                padding-bottom: 30px;
            }
            .page-headerresults {
                background-position-x: 53%;
                padding-top: 164px;
                padding-bottom: 30px;
            }
            .page-headerimproving {
                background-position-x: 53%;
                padding-top: 164px;
                padding-bottom: 30px;
            }
            .page-headercontribution {
                background-position-x: 53%;
                padding-top: 164px;
                padding-bottom: 30px;
            }
            .page-headersafety  {
                background-position-x: 53%;
                padding-top: 164px;
                padding-bottom: 30px;
            }
            .page-headerhome {
                background-position-x: 53%;
                padding-top: 328px;
                padding-bottom: 30px;
                }
            
            .page-headerhome1 {
                background-position-x: 53%;
                padding-top: 328px;
                padding-bottom: 30px;
                }
            .page-headerdescription {
                background-position-x: 53%;
                padding-top: 164px;
                padding-bottom: 30px;
                }
            .page-title {
                font-size: 22px;
            }
            .slider-img {
                height: initial;
            }
            .slider-captions {
                bottom: 40px;
            }
            .slider-title {
                color: #fff;
                font-size: 19px;
                font-weight: 600;
                line-height: 32px;
            }
            .slider .btn {
                padding: 10px 20px;
            }
            .slider .owl-theme .owl-nav .owl-prev {
                top: 32%;
            }
            .slider .owl-theme .owl-nav .owl-next {
                top: 32%;
            }
            .slider .owl-theme .owl-dots {
                bottom: 35px;
            }
            .space-medium {
                padding-top: 40px;
                padding-bottom: 40px;
            }
            .content {
                padding-top: 40px;
                padding-bottom: 40px;
            }
            .post-gallery .owl-theme .owl-nav .owl-next {
                position: absolute;
                top: 27%;
            }
            .post-gallery .owl-theme .owl-nav .owl-prev {
                position: absolute;
                top: 27%;
            }
            .video-btn {
                bottom: 57%;
                left: 43%;
            }
        }
    


@media only screen and (max-width:320px) {}
#sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 300px;
    height: 100%;
    background-color: #f1f1f1;
    display: flex;
    align-items: center; /* 纵向居中对齐 */
    background-image: url("https://static.igem.wiki/teams/4790/wiki/34fff.png");
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.5;
  }
  
  #sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: center; /* 横向居中对齐 */
    z-index:1
  }
  
  #sidebar li {
    padding: 10px;
    z-index:1
  }
  
  #sidebar li a {
    text-decoration: none;
    color: #333;
    transition: font-size 0.3s; /* 添加过渡效果 */
    z-index:1
  }
  
  #sidebar li a:hover {
    font-size: 16px; /* 鼠标悬浮时的文字大小 */
    font-weight: bold; /* 鼠标悬浮时的文字粗细 */
    color: #ff0000; /* 鼠标悬浮时的文字颜色 */
  }
  .left-section {
    float: left;
    width: calc(50% - 200px);
    margin-right: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  .right-section {
    float: right;
    width: calc(50% - 200px);
    margin-left: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  .section:nth-child(odd) .left-section {
    margin-bottom: 20px;
    margin-left: -100px;
    width: calc(50% + 100px);
  }
  
  .section:nth-child(even) .right-section {
    margin-top: 20px;
    margin-right: -100px;
    width: calc(50% + 100px);
  }
  
  .section {
    clear: both;
  }
  
  .circle-image {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
  }
  .containerqq {
    width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: 210px;
  margin-left: 400px;
  }
  .modal-open {
    overflow: hidden;
  }
  
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
  }
  
  .modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
  }
  
  .modal-dialog {
    position: relative;
    width: auto ;
    margin: 0.5rem;
    pointer-events: none;
  }
  
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px);
  }
  
  @media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
      transition: none;
    }
  }
  
  .modal.show .modal-dialog {
    transform: none;
  }
  
  .modal.modal-static .modal-dialog {
    transform: scale(1.02);
  }
  
  .modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 1rem);
  }
  
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden;
  }
  
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    flex-shrink: 0;
  }
  
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto;
  }
  
  .modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
  }
  
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: "";
  }
  
  .modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }
  
  .modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none;
  }
  
  .modal-dialog-centered.modal-dialog-scrollable::before {
    content: none;
  }
  
  .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
  }
  
  .modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
  }
  
  .modal-backdrop.fade {
    opacity: 0;
  }
  
  .modal-backdrop.show {
    opacity: 0.5;
  }
  
  .modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
  }
  
  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
  }
  
  .modal-title {
    margin-bottom: 0;
    line-height: 1.5;
  }
  
  .modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
  }
  
  .modal-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
  }
  
  .modal-footer>* {
    margin: 0.25rem;
  }
  
  .modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
  }
  
  @media (min-width: 1176px) {
    .modal-dialog {
      max-width: 1000px;
      margin: 1.75rem auto;
    }
  
    .modal-dialog-scrollable {
      max-height: calc(100% - 3.5rem);
    }
  
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem);
    }
  
    .modal-dialog-centered {
      min-height: calc(100% - 3.5rem);
    }
  
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem);
    }
  
    .modal-sm {
      max-width: 300px;
    }
  }
  
  @media (min-width: 1592px) {
  
    .modal-lg,
    .modal-xl {
      max-width: 1400px;
    }
  }
  
  @media (min-width: 1800px) {
    .modal-xl {
      max-width: 1650px;
    }
  }
  .read-progress-bar {
    position: fixed;
    top: 0;
    left: 0;
    height: 5px;
    width: 0;
    background-color: #0088ff;
    transition: width 0.3s ease;
    z-index: 9999;
  }
  .containercssqq {
    display: flex;
    justify-content: center;
    align-items: center;
}
.indenteee {
    text-align: justify;
    font-size: 20px;
    color: #000000;
  }
  .indentfff {
    margin: 0 0 0px;
    text-align: justify;
    font-size: 12px;
    color: #000000;
  }


  .background-image {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #d4e6f1;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1000;
    opacity: 0.5;
  }
  .page-headereducation   {
    background-image: url("https://static.igem.wiki/teams/4790/wiki/be.png");    
    position: relative;
    background-size: 100% 100%;
    background-position-x: 53%;
    padding-top: 700px;
    padding-bottom: 30px;
    z-index:5
}
.page-headerengineering   {
    background-image: url("https://static.igem.wiki/teams/4790/wiki/engineershoutu1010.png");    
    position: relative;
    background-size: 100% 100%;
    background-position-x: 53%;
    padding-top: 700px;
    padding-bottom: 30px;
    z-index:5
}

.page-headerattributions   {
    background-image: url("https://static.igem.wiki/teams/4790/wiki/attributeshoutu1010.png");    
    position: relative;
    background-size: 100% 100%;
    background-position-x: 53%;
    padding-top: 700px;
    padding-bottom: 30px;
    z-index:5
}
.page-headerparts   {
    background-image: url("https://static.igem.wiki/teams/4790/wiki/partsshoutu1010.png");    
    position: relative;
    background-size: 100% 100%;
    background-position-x: 53%;
    padding-top: 700px;
    padding-bottom: 30px;
    z-index:5
}
.page-headerexperments   {
    background-image: url("https://static.igem.wiki/teams/4790/wiki/experimentsssssss.png");    
    position: relative;
    background-size: 100% 100%;
    background-position-x: 53%;
    padding-top: 700px;
    padding-bottom: 30px;
    z-index:5
}
.page-headerproposed   {
    background-image: url("https://static.igem.wiki/teams/4790/wiki/proposalshoutu1010.png");    
    position: relative;
    background-size: 100% 100%;
    background-position-x: 53%;
    padding-top: 700px;
    padding-bottom: 30px;
    z-index:5
}
@media only screen and (max-width:768px) {
    .page-headereducation  {
        background-position-x: 53%;
        padding-top: 164px;
        padding-bottom: 30px;
    }
    .page-title {
        font-size: 22px;
    }
    .slider-img {
        height: initial;
    }
    .slider-captions {
        bottom: 50px;
    }
    .space-medium {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .content {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}   

@media only screen and (max-width:480px) {
    .page-headereducation {
        background-position-x: 53%;
        padding-top: 164px;
        padding-bottom: 30px;
    }
    .page-title {
        font-size: 22px;
    }
    .slider-img {
        height: initial;
    }
    .slider-captions {
        bottom: 40px;
    }
    .slider-title {
        color: #fff;
        font-size: 19px;
        font-weight: 600;
        line-height: 32px;
    }
    .slider .btn {
        padding: 10px 20px;
    }
    .slider .owl-theme .owl-nav .owl-prev {
        top: 32%;
    }
    .slider .owl-theme .owl-nav .owl-next {
        top: 32%;
    }
    .slider .owl-theme .owl-dots {
        bottom: 35px;
    }
    .space-medium {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .content {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .post-gallery .owl-theme .owl-nav .owl-next {
        position: absolute;
        top: 27%;
    }
    .post-gallery .owl-theme .owl-nav .owl-prev {
        position: absolute;
        top: 27%;
    }
    .video-btn {
        bottom: 57%;
        left: 43%;
    }
}
figure {
    text-align: justify;

  }
  
figcaption {
    font-size: 16px;
  }
  .dividerr {
    border-top: 1px solid black;
  }
  .centeraa {
    text-align: center;
}
table {
    margin-left: auto;
    margin-right: auto;
  }
    
 

    
               .donghua {
                z-index: 7;
                animation-duration: 3s;
                animation-name: slidein;
                position: absolute;
                }
                
                @keyframes slidein {
                from {
                margin-left: 100%;
                width: 300%;
                }
                
                to {
                margin-left: 0%;
                width: 100%;
               }
                }
                .image-container {
                    position: relative;
                    width: 250px;
                    height: 330px;
                    background-image: url('https://static.igem.wiki/teams/4790/wiki/new-hongyan-jing.jpg');
                    background-size: cover;
                    background-position: center;
                 }
                  
                .image-container:after {
                    content: "";
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    background-image: url('https://static.igem.wiki/teams/4790/wiki/qhongyan-jing.jpg');
                    background-size: cover;
                    background-position: center;
                    opacity: 0;
                    transition: opacity 0.3s ease;
                }
                  
                  .image-container:hover:after {
                    opacity: 1;
                }
                .boundary-line {
                    height: 50px; /* 设置元素高度为 200 像素 */
                    width: 1000px;
                  }
                  .image-containerzn {
                    position: relative;
                    width: 250px;
                    height: 330px;
                    background-image: url('https://static.igem.wiki/teams/4790/wiki/zxxx.jpg');
                    background-size: cover;
                    background-position: center;
                 }
                  
                .image-containerzn:after {
                    content: "";
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    background-image: url('https://static.igem.wiki/teams/4790/wiki/qnan-zhao.jpg');
                    background-size: cover;
                    background-position: center;
                    opacity: 0;
                    transition: opacity 0.3s ease;
                }
                  
                  .image-containerzn:hover:after {
                    opacity: 1;
                }
                .image-containerdyf {
                    position: relative;
                    width: 250px;
                    height: 330px;
                    background-image: url('https://static.igem.wiki/teams/4790/wiki/new-yifan-ding.jpg');
                    background-size: cover;
                    background-position: center;
                 }
                  
                .image-containerdyf:after {
                    content: "";
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    background-image: url('https://static.igem.wiki/teams/4790/wiki/qyifan-ding.jpg');
                    background-size: cover;
                    background-position: center;
                    opacity: 0;
                    transition: opacity 0.3s ease;
                }
                  
                  .image-containerdyf:hover:after {
                    opacity: 1;
                }
                .image-containerjyt {
                    position: relative;
                    width: 250px;
                    height: 330px;
                    background-image: url('https://static.igem.wiki/teams/4790/wiki/new-yutong-ji.jpg');
                    background-size: cover;
                    background-position: center;
                 }
                  
                .image-containerjyt:after {
                    content: "";
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    background-image: url('https://static.igem.wiki/teams/4790/wiki/qyutong-ji.jpg');
                    background-size: cover;
                    background-position: center;
                    opacity: 0;
                    transition: opacity 0.3s ease;
                }
                  
                  .image-containerjyt:hover:after {
                    opacity: 1;
                }
                .image-containerhdc {
                    position: relative;
                    width: 250px;
                    height: 330px;
                    background-image: url('https://static.igem.wiki/teams/4790/wiki/new-dancheng-he.jpg');
                    background-size: cover;
                    background-position: center;
                 }
                  
                .image-containerhdc:after {
                    content: "";
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    background-image: url('https://static.igem.wiki/teams/4790/wiki/qdancheng-he.jpg');
                    background-size: cover;
                    background-position: center;
                    opacity: 0;
                    transition: opacity 0.3s ease;
                }
                  
                  .image-containerhdc:hover:after {
                    opacity: 1;
                }
                .image-containerzmy {
                    position: relative;
                    width: 250px;
                    height: 330px;
                    background-image: url('https://static.igem.wiki/teams/4790/wiki/new-mengying-zhao.jpg');
                    background-size: cover;
                    background-position: center;
                 }
                  
                .image-containerzmy:after {
                    content: "";
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    background-image: url('https://static.igem.wiki/teams/4790/wiki/qmengying-zhao.jpg');
                    background-size: cover;
                    background-position: center;
                    opacity: 0;
                    transition: opacity 0.3s ease;
                }
                  
                  .image-containerzmy:hover:after {
                    opacity: 1;
                }
                .image-containerzyn {
                    position: relative;
                    width: 250px;
                    height: 330px;
                    background-image: url('https://static.igem.wiki/teams/4790/wiki/new-yina-zhao.jpg');
                    background-size: cover;
                    background-position: center;
                 }
                  
                .image-containerzyn:after {
                    content: "";
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    background-image: url('https://static.igem.wiki/teams/4790/wiki/qyina-zhao.jpg');
                    background-size: cover;
                    background-position: center;
                    opacity: 0;
                    transition: opacity 0.3s ease;
                }
                  
                  .image-containerzyn:hover:after {
                    opacity: 1;
                }
                .image-containergbr {
                    position: relative;
                    width: 250px;
                    height: 330px;
                    background-image: url('https://static.igem.wiki/teams/4790/wiki/new-borui-guan.jpg');
                    background-size: cover;
                    background-position: center;
                 }
                  
                .image-containergbr:after {
                    content: "";
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    background-image: url('https://static.igem.wiki/teams/4790/wiki/qborui-guan.jpg');
                    background-size: cover;
                    background-position: center;
                    opacity: 0;
                    transition: opacity 0.3s ease;
                }
                  
                  .image-containergbr:hover:after {
                    opacity: 1;
                }
                .image-containerldy {
                    position: relative;
                    width: 250px;
                    height: 330px;
                    background-image: url('https://static.igem.wiki/teams/4790/wiki/new-danyang-li.jpg');
                    background-size: cover;
                    background-position: center;
                 }
                  
                .image-containerldy:after {
                    content: "";
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    background-image: url('https://static.igem.wiki/teams/4790/wiki/qdanyang-li.jpg');
                    background-size: cover;
                    background-position: center;
                    opacity: 0;
                    transition: opacity 0.3s ease;
                }
                  
                  .image-containerldy:hover:after {
                    opacity: 1;
                }
                .image-containerzhr {
                    position: relative;
                    width: 250px;
                    height: 330px;
                    background-image: url('https://static.igem.wiki/teams/4790/wiki/new-huiru-zhang.jpg');
                    background-size: cover;
                    background-position: center;
                 }
                  
                .image-containerzhr:after {
                    content: "";
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    background-image: url('https://static.igem.wiki/teams/4790/wiki/qhuiru-zhang.jpg');
                    background-size: cover;
                    background-position: center;
                    opacity: 0;
                    transition: opacity 0.3s ease;
                }
                  
                  .image-containerzhr:hover:after {
                    opacity: 1;
                }
                .image-containerxyw {
                    position: relative;
                    width: 250px;
                    height: 330px;
                    background-image: url('https://static.igem.wiki/teams/4790/wiki/new-yawen-xu.jpg');
                    background-size: cover;
                    background-position: center;
                 }
                  
                .image-containerxyw:after {
                    content: "";
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    background-image: url('https://static.igem.wiki/teams/4790/wiki/qyawen-xu.jpg');
                    background-size: cover;
                    background-position: center;
                    opacity: 0;
                    transition: opacity 0.3s ease;
                }
                  
                  .image-containerxyw:hover:after {
                    opacity: 1;
                }
                .image-containerzxy {
                    position: relative;
                    width: 250px;
                    height: 330px;
                    background-image: url('https://static.igem.wiki/teams/4790/wiki/new-xinyu-zhao.jpg');
                    background-size: cover;
                    background-position: center;
                 }
                  
                .image-containerzxy:after {
                    content: "";
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    background-image: url('https://static.igem.wiki/teams/4790/wiki/qxinyu-zhao.jpg');
                    background-size: cover;
                    background-position: center;
                    opacity: 0;
                    transition: opacity 0.3s ease;
                }
                  
                  .image-containerzxy:hover:after {
                    opacity: 1;
                }
                .image-containercc {
                    position: relative;
                    width: 250px;
                    height: 330px;
                    background-image: url('https://static.igem.wiki/teams/4790/wiki/new-cheng-chen.jpg');
                    background-size: cover;
                    background-position: center;
                 }
                  
                .image-containercc:after {
                    content: "";
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    background-image: url('https://static.igem.wiki/teams/4790/wiki/qcheng-chen.jpg');
                    background-size: cover;
                    background-position: center;
                    opacity: 0;
                    transition: opacity 0.3s ease;
                }
                  
                  .image-containercc:hover:after {
                    opacity: 1;
                }
                .image-containerlmy {
                    position: relative;
                    width: 250px;
                    height: 330px;
                    background-image: url('https://static.igem.wiki/teams/4790/wiki/new-moyan-li.jpg');
                    background-size: cover;
                    background-position: center;
                 }
                  
                .image-containerlmy:after {
                    content: "";
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    background-image: url('https://static.igem.wiki/teams/4790/wiki/qmoyan-li.jpg');
                    background-size: cover;
                    background-position: center;
                    opacity: 0;
                    transition: opacity 0.3s ease;
                }
                  
                  .image-containerlmy:hover:after {
                    opacity: 1;
                }
                .image-containerzy {
                    position: relative;
                    width: 250px;
                    height: 330px;
                    background-image: url('https://static.igem.wiki/teams/4790/wiki/new-yi-zheng.jpg');
                    background-size: cover;
                    background-position: center;
                 }
                  
                .image-containerzy:after {
                    content: "";
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    background-image: url('https://static.igem.wiki/teams/4790/wiki/qyi-zheng.jpg');
                    background-size: cover;
                    background-position: center;
                    opacity: 0;
                    transition: opacity 0.3s ease;
                }
                  
                  .image-containerzy:hover:after {
                    opacity: 1;
                }
                .image-containerxzq {
                    position: relative;
                    width: 250px;
                    height: 330px;
                    background-image: url('https://static.igem.wiki/teams/4790/wiki/new-ziqian-xu.jpg');
                    background-size: cover;
                    background-position: center;
                 }
                  
                .image-containerxzq:after {
                    content: "";
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    background-image: url('https://static.igem.wiki/teams/4790/wiki/qziqian-xu.jpg');
                    background-size: cover;
                    background-position: center;
                    opacity: 0;
                    transition: opacity 0.3s ease;
                }
                  
                  .image-containerxzq:hover:after {
                    opacity: 1;
                }

                .page-headerhome {
                     background-image : url("https://static.igem.wiki/teams/4790/wiki/shoutuuuqq.png");
                     position: relative;
                     background-size: 100% 100%;
                     background-position-x: 53%;
                    padding-top: 600px;
                    padding-bottom: 30px;
                    z-index:5
                }
