
.about-us-home-six {
    margin: 53px 0 77px;
    background: #000 url("./../../../assets/images/bg-about-9876.png") 0 0 no-repeat;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    background-attachment: fixed !important;
    padding: 72px 0 87px;
  }
  
  @media only screen and (max-width: 767px) {
    .about-us-home-six {
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: center center;
    }
  }
  
  .about-us-home-six img,
  .about-us-home-six .content {
    width: 100%;
  }
  
  .about-us-home-six img {
    max-width: 70%;
  }
  
  .about-us-home-six .content {
    max-width: 30%;
  }
  
  .about-us-home-six .content h3 {
    font-size: 30px;
    font-weight: 900;
    line-height: 30px;
    padding-bottom: 16px;
    margin-bottom: 30px;
  }
  
  .about-us-home-six .content h3 span {
    font-size: 16px;
  }
  
  .about-us-home-six .content h3::after {
    content: "";
    bottom: 0;
    right: 0;
    width: 53px;
    height: 1px;
    background-color: #fff;
  }
  
  .about-us-home-six .content p {
    line-height: 30px;
    font-size: 13px;
    margin-bottom: 29px;
  }
  
  .about-us-home-six .content .socials li:not(:last-child) {
    margin-left: 15px;
  }
  
  .about-us-home-six .content .socials li a {
    color: #efefef;
    font-size: 20px;
  }
  
  .about-us-home-six .content .socials li a:hover {
    color: #ee273a;
  }
  
  @media only screen and (max-width: 991px) {
    .about-us-home-six img {
        max-width: 80%;
        margin: 0 auto 24px;
    }
  
    .about-us-home-six .content {
        max-width: 100%;
    }
  }

  .about-us-home-ten {
    background: url("./../../../assets/images/bg-about-us-ten.png") 0 0 no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    background-attachment: fixed;
    z-index: 2;
    padding: 179px 0;
  }
  
  .about-us-home-ten::before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-linear-gradient(225deg, rgba(33, 35, 65, 0), #212341 50%);
    background-image: -moz-linear-gradient(225deg, rgba(33, 35, 65, 0), #212341 50%);
    background-image: -o-linear-gradient(225deg, rgba(33, 35, 65, 0), #212341 50%);
    background-image: linear-gradient(-135deg, rgba(33, 35, 65, 0), #212341 50%);
    z-index: -1;
  }
  
  .about-us-home-ten-box {
    padding: 45px 65px 24px 54px;
    max-width: 559px;
    z-index: 2;
    background-color: #4b4c6a;
  }
  
  .about-us-home-ten-box h2 {
    font-size: 16px;
    font-weight: 400;
    color: #00ff93;
    line-height: 30px;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  
  .about-us-home-ten-box h2 span {
    font-size: 30px;
    font-weight: 900;
  }
  
  .about-us-home-ten-box h2::after {
    content: "";
    right: 0;
    bottom: 0;
    width: 53px;
    height: 1px;
    background-color: #00ff93;
  }
  
  .about-us-home-ten-box p {
    font-size: 13px;
    line-height: 30px;
    color: #fff;
  }
  
  @media only screen and (max-width: 991px) {
    .about-us-home-ten {
        padding: 120px 0;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .about-us-home-ten {
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: center center;
    }
  
    .about-us-home-ten-box {
        padding: 32px 32px 24px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
    }
  }
  
  @media only screen and (max-width: 575px) {
    .about-us-home-ten {
        padding: 80px 0;
    }
  
    .about-us-home-ten-box {
        padding: 24px 16px;
    }
  }

  .about-us-fourteen {
    margin: 161px 0 103px;
    background: #ffebec url("./../../../assets/images/bg-about-fourteen.png") right 0 no-repeat;
    -webkit-background-size: 644px 100%;
    -moz-background-size: 644px 100%;
    -o-background-size: 644px 100%;
    background-size: 644px 100%;
  }
  
  .about-us-fourteen .container {
    padding: 173px 12px 144px;
    z-index: 2;
  }
  
  .about-us-fourteen .container::after {
    content: "";
    left: 0;
    bottom: 0;
    width: 474px;
    height: -webkit-calc(100% + 92px);
    height: -moz-calc(100% + 92px);
    height: calc(100% + 92px);
    background: url("./../../../assets/images/bg-about-us-fourteen.png") 0 0 no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    z-index: -1;
  }
  
  .about-us-fourteen .content {
    max-width: 70%;
    width: 100%;
  }
  
  .about-us-fourteen .content .title {
    font-size: 16px;
    line-height: 30px;
  }
  
  .about-us-fourteen .content .title::after {
    content: "";
    bottom: 0;
    right: 0;
    border-bottom: 1px dotted #939aa4;
    width: 53px;
  }
  
  .about-us-fourteen .content .title strong {
    font-size: 30px;
  }
  
  .about-us-fourteen .content p {
    line-height: 25px;
  }
  
  @media only screen and (max-width: 991px) {
    .about-us-fourteen .container {
        padding: 100px 12px 80px;
    }
  
    .about-us-fourteen .container::after {
        content: none;
    }
  
    .about-us-fourteen .content {
        max-width: 100%;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .about-us-fourteen {
        margin: 100px 0 60px;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
  
    .about-us-fourteen .container {
        padding: 70px 12px 50px;
    }
  }
  
.about-us-sixteen {
    padding: 19px 0 39px;
    background: #000 url("./../../../assets/images/bg-about-us-sixteen.png") 0 0 no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    z-index: 2;
  }
  
  .about-us-sixteen::before,
  .about-us-sixteen::after {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  .about-us-sixteen::before {
    background-image: -webkit-linear-gradient(269.92deg, rgba(33, 35, 65, 0) 14.14%, #121320 84.74%);
    background-image: -moz-linear-gradient(269.92deg, rgba(33, 35, 65, 0) 14.14%, #121320 84.74%);
    background-image: -o-linear-gradient(269.92deg, rgba(33, 35, 65, 0) 14.14%, #121320 84.74%);
    background-image: linear-gradient(180.08deg, rgba(33, 35, 65, 0) 14.14%, #121320 84.74%);
    z-index: -2;
  }
  
  .about-us-sixteen::after {
    background-image: -webkit-linear-gradient(217.35deg, rgba(33, 35, 65, 0) 13.87%, #212341 58.56%);
    background-image: -moz-linear-gradient(217.35deg, rgba(33, 35, 65, 0) 13.87%, #212341 58.56%);
    background-image: -o-linear-gradient(217.35deg, rgba(33, 35, 65, 0) 13.87%, #212341 58.56%);
    background-image: linear-gradient(232.65deg, rgba(33, 35, 65, 0) 13.87%, #212341 58.56%);
    z-index: -3;
  }
  
  .about-us-sixteen-wrapper .content {
    padding: 45px 0 24px 54px;
  }
  
  .about-us-sixteen-wrapper .content::before {
    content: "";
    top: 0;
    left: 0;
    width: -webkit-calc(100% + 220px);
    width: -moz-calc(100% + 220px);
    width: calc(100% + 220px);
    height: 100%;
    background-color: rgba(0, 255, 147, 0);
    z-index: -1;
    -webkit-backdrop-filter: blur(30px) brightness(115%);
    backdrop-filter: blur(30px) brightness(115%);
  }
  
  .about-us-sixteen-wrapper .title {
    font-size: 16px;
    line-height: 30px;
  }
  
  .about-us-sixteen-wrapper .title::after {
    content: "";
    right: 0;
    bottom: 0;
    width: 53px;
    height: 1px;
    background-color: #fff;
  }
  
  .about-us-sixteen-wrapper .title b {
    font-weight: 900;
    font-size: 30px;
  }
  
  .about-us-sixteen-wrapper p {
    font-size: 13px;
    line-height: 30px;
  }
  
  @media only screen and (max-width: 991px) {
    .about-us-sixteen img {
        max-width: 50%;
        margin: 0 auto 32px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .about-us-sixteen {
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: center center;
    }
  
    .about-us-sixteen img {
        max-width: 70%;
    }
  }
  
  @media only screen and (max-width: 575px) {
    .about-us-sixteen-wrapper .content {
        padding: 20px 0;
    }
  
    .about-us-sixteen-wrapper .content::before {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        -webkit-transform: translateX(-12px);
        -moz-transform: translateX(-12px);
        -ms-transform: translateX(-12px);
        -o-transform: translateX(-12px);
        transform: translateX(-12px);
    }
  }
      