
html{
    
    scroll-behavior: smooth;
  }
  


body {
    
    font-family: "AlibabaPuHuiTi-3-55-Regular", Arial, sans-serif;
    
}

.scrolled {
    position: fixed;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    top: 0;
    width: 100%;
    z-index: 20;
}




.head-area {
    color: white;
    background-color: #e7000f;
    padding: 10px 0px;
}

.head-right {
    text-align: right;
}






.menu-area {
    padding: 0;
}

.navbar-brand img {
    max-height: 70px;
}




.navbar .nav-item {
    margin-left: 80px;
}


.slide img {
    width: 100%;
}

.footer-area {
    background: rgb(248, 249, 250);
    color: #000;
    padding-top: 40px;
    position: relative;
    z-index: 0;
  }
  
  .footer-area .footer-widget {
    margin-bottom: 30px;
  }

  .footer-area .footer-logo{
    display: flex;
    background-color: transparent;
    /* width: 80%; */
    align-items: flex-start;
    justify-content: center;
    padding: 20px 0;
    margin-bottom: 30px;

  }

  .footer-area .footer-first{
    padding-top: 40px;
  }
  
  .footer-area .footer-widget img {
    width: 150px;
  }
  
  .footer-area .footer-widget .footer-social {
    margin-top: 35px;
  }
  
  .footer-area .footer-widget .footer-social a i {
    color: #ffffff;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    background: #fff;
    border-radius: 5px;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    z-index: 0;
  }
  
  .footer-area .footer-widget .footer-social a i::after {
    position: absolute;
    content: '';
    background: #e7000f;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    top: 0;
    left: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transition: .5s;
    transition: .5s;
    z-index: -1;
  }
  
  .footer-area .footer-widget .footer-social a i:hover::after {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  
  .footer-area .footer-widget h3 {
    margin-bottom: 75px;
    position: relative;
    padding-left: 10px;
    color: #e7000f;
  }
  
  .footer-area .footer-widget h3::before {
    position: absolute;
    content: '';
    background: red;
    width: 3px;
    height: 100%;
    left: 0px;
    top: 2px;
  }
  
  .footer-area .footer-widget h3::after {
    position: absolute;
    content: '';
    background: red;
    width: 3px;
    height: 3px;
    left: 0;
    top: 0;
    right: 0;
    -webkit-animation: translate-one 10s infinite cubic-bezier(0, 0, 0.46, 0.26);
            animation: translate-one 10s infinite cubic-bezier(0, 0, 0.46, 0.26);
  }
  
  .footer-area .footer-widget ul {
    padding-left: 0;
    list-style-type: none;
  }
  
  .footer-area .footer-widget ul li {
    color: #000;
    margin-bottom: 10px;
    position: relative;
    -webkit-transition: .5s;
    transition: .5s;
  }
  
  .footer-area .footer-widget ul li::before {
    position: absolute;
    content: '';
    width: 0;
    height: 2px;
    top: 12px;
    left: 0;
    background: #e7000f;
    -webkit-transition: .5s;
    transition: .5s;
  }
  
  .footer-area .footer-widget ul li:hover::before {
    width: 10px;
  }
  
  .footer-area .footer-widget ul li:hover {
    padding-left: 15px;
  }
  
  .footer-area .footer-widget ul li i {
    font-size: 16px;
    top: 0px;
    margin-right: 10px;
    position: relative;
  }
  
  .footer-area .footer-widget ul li a {
    color: #000;
    text-decoration: none;
  }
  
  .footer-area .footer-widget ul li a:hover {
    color: #e7000f;

  }
  
  .footer-area .footer-widget ul :last-child {
    margin-bottom: 0;
  }
  
  .footer-area .copyright-area {
    text-align: center;
    background: white;
    margin-top: 30px;
  }
  
  .footer-area .copyright-area p {
    color: black;
    margin-bottom: 0;
    padding: 20px;
  }
  
  .footer-area .copyright-area p a {
    color: black;
  }
  
  .footer-area .copyright-area p a:hover {
    color: #e7000f;
  }
  
  .footer-area .lines {
    position: absolute;
    height: 100%;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    z-index: -1;
  }
  
  .footer-area .lines .line {
    position: absolute;
    width: 2px;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    left: 46%;
    top: 0;
  }
  
  .footer-area .lines .line::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 10px;
    background: #ffffff;
    left: 0;
    top: 0%;
    right: 0;
    margin: auto;
    -webkit-animation: line 8s infinite cubic-bezier(0.2, 0.69, 1, 1);
            animation: line 8s infinite cubic-bezier(0.2, 0.69, 1, 1);
  }
  
  .footer-area .lines :nth-child(1) {
    margin-left: 22%;
  }
  
  .footer-area .lines :nth-child(2)::after {
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
  }
  
  .footer-area .lines :nth-child(3) {
    margin-left: -20%;
  }
  
  .footer-area .lines :nth-child(3)::after {
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
  }
  