@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
body {
  margin: auto;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  line-height: 32px;
}
@media (width <= 991px) {
  body {
    font-size: 18px;
  }
}
@media (width <= 575px) {
  body {
    font-size: 16px;
    line-height: 27px;
  }
}

@media (width <= 575px) {
  p {
    line-height: 27px;
  }
}
p:last-child {
  margin-bottom: 0;
}

figure {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
figure,
img {
  transition: 600ms all;
}

img {
  max-width: 100%;
}

ul {
  padding: 0;
  margin-bottom: 0;
}
ul li {
  list-style: none;
}

a {
  text-decoration: none;
}
a.more {
  background-color: #3bb8af;
}
a.more:hover {
  background-color: #059e8d;
}

h1 {
  font-size: 83px;
  font-weight: 900;
}

h2 {
  font-size: 60px;
}
@media (width <= 1199px) {
  h2 {
    font-size: 40px;
  }
}
@media (width <= 767px) {
  h2 {
    font-size: 30px;
  }
}
@media (width <= 575px) {
  h2 {
    font-size: 25px;
  }
}

h3 {
  font-size: 44px;
  font-weight: 600;
}
@media (width <= 1199px) {
  h3 {
    font-size: 30px;
  }
}
@media (width <= 575px) {
  h3 {
    font-size: 23px;
  }
}
h3.line {
  position: relative;
  padding-bottom: 10px;
}
h3.line::after {
  position: absolute;
  content: "";
  left: 5px;
  bottom: 0;
  width: 50px;
  height: 1px;
  background-color: #3bb8af;
}

h4 {
  font-size: 36px;
}
@media (width <= 1600px) {
  h4 {
    font-size: 26px;
  }
}
@media (width <= 575px) {
  h4 {
    font-size: 22px;
  }
}

h5 {
  font-size: 30px;
}
@media (width <= 1399px) {
  h5 {
    font-size: 22px;
  }
}

h6 {
  font-size: 22px;
}
@media (width <= 575px) {
  h6 {
    font-size: 16px;
  }
}

@media (min-width: 1550px) {
  .container {
    max-width: 1525px;
  }
}
@media (width <= 575px) {
  .container {
    padding: 0 20px;
  }
}

header {
  background-color: #060913;
  padding: 0 0;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 100;
}
@media (width <= 1199px) {
  header {
    padding: 15px 0;
  }
}
@media (width <= 1199px) {
  header:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #060913;
  }
}
header .container {
  max-width: 100%;
  padding: 0 35px;
}
@media (max-width: 1500px) {
  header .container {
    padding: 0 20px;
  }
}
header .container .row {
  flex-wrap: nowrap;
}
@media (width <= 1199px) {
  header .container .row {
    justify-content: space-between;
  }
}
header .container .logo {
  width: 20%;
  display: flex;
  align-items: center;
}
@media (width <= 1199px) {
  header .container .logo {
    position: relative;
    z-index: 1;
    width: auto;
    padding-left: 12px;
  }
}
@media (width <= 1199px) {
  header .container .logo img {
    max-width: 250px;
  }
}
@media (width <= 575px) {
  header .container .logo img {
    max-width: 175px;
  }
}
header .container .head-right {
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (width <= 1199px) {
  header .container .head-right {
    width: auto;
    flex-direction: row-reverse;
  }
}
header .container .head-right .main-nav {
  padding-right: 60px;
}
@media (max-width: 1900px) {
  header .container .head-right .main-nav {
    padding-right: 30px;
  }
}
@media (width <= 1199px) {
  header .container .head-right .main-nav {
    padding-right: 0;
    padding-left: 20px;
  }
}
@media (width <= 767px) {
  header .container .head-right .main-nav {
    padding-left: 0;
  }
}
header .container .head-right .main-nav .navbar {
  padding: 0;
}
header .container .head-right .main-nav .navbar .mobile-toggle {
  padding: 0;
  border: 0;
  position: relative;
  z-index: 1;
  background: none;
  width: 23px;
  height: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex-direction: column;
}
@media (width >= 1200px) {
  header .container .head-right .main-nav .navbar .mobile-toggle {
    display: none;
  }
}
header .container .head-right .main-nav .navbar .mobile-toggle span {
  width: 23px;
  height: 1px;
  background-color: #ffffff;
  display: flex;
}
header .container .head-right .main-nav .navbar .mobile-toggle.active span:nth-child(1) {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px);
}
header .container .head-right .main-nav .navbar .mobile-toggle.active span:nth-child(2) {
  transform: rotate(-45deg);
  margin-top: -4px;
}
header .container .head-right .main-nav .navbar .mobile-toggle.active span:nth-child(3) {
  transform: rotate(45deg);
  margin-top: -7px;
}
@media (width <= 1199px) {
  header .container .head-right .main-nav .navbar .navbar-collapse {
    position: fixed;
    width: 400px;
    border-right: 6px solid #059e8d;
    left: 0;
    top: 76px;
    background-color: #3bb8af;
    bottom: 0;
    padding: 50px;
    height: calc(100% - 76px) !important;
    transition: all 500ms !important;
    transform: translatex(-100%) !important;
    display: block !important;
  }
}
@media (width <= 767px) {
  header .container .head-right .main-nav .navbar .navbar-collapse {
    height: calc(100% - 72px) !important;
    top: 72px;
  }
}
@media (width <= 575px) {
  header .container .head-right .main-nav .navbar .navbar-collapse {
    height: calc(100% - 60px) !important;
    top: 60px;
    padding: 50px 20px;
  }
}
@media (width <= 420px) {
  header .container .head-right .main-nav .navbar .navbar-collapse {
    width: 100%;
  }
}
@media (width <= 1199px) {
  header .container .head-right .main-nav .navbar .navbar-collapse.show {
    transform: translatex(0) !important;
  }
}
@media (width <= 1199px) {
  header .container .head-right .main-nav .navbar .navbar-nav {
    display: flex;
    flex-direction: column;
  }
}
header .container .head-right .main-nav .navbar .navbar-nav .nav-item {
  margin: 0 20px;
  padding: 30px 0;
}
@media (max-width: 1900px) {
  header .container .head-right .main-nav .navbar .navbar-nav .nav-item {
    margin: 0 12px;
  }
}
@media (width <= 1199px) {
  header .container .head-right .main-nav .navbar .navbar-nav .nav-item {
    margin: 0;
    padding: 15px 0;
  }
}
header .container .head-right .main-nav .navbar .navbar-nav .nav-item .nav-link {
  color: #ffffff;
  font-size: 18px;
  padding: 0;
}
@media (width <= 1399px) {
  header .container .head-right .main-nav .navbar .navbar-nav .nav-item .nav-link {
    font-size: 16px;
  }
}
@media (width >= 1199px) {
  header .container .head-right .main-nav .navbar .navbar-nav .nav-item .nav-link:hover {
    color: #3bb8af;
  }
}
header .container .head-right .main-nav .navbar .navbar-nav .nav-item .nav-link.active {
  color: #3bb8af;
}
header .container .head-right .main-nav .navbar .navbar-nav .nav-item .dropdown-menu {
  background-color: #3bb8af;
  border: none;
  border-radius: 5px;
  top: 100%;
}
@media (width >= 1199px) {
  header .container .head-right .main-nav .navbar .navbar-nav .nav-item .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    position: absolute;
  }
}
@media (width <= 1199px) {
  header .container .head-right .main-nav .navbar .navbar-nav .nav-item .dropdown-menu {
    position: static;
    border-radius: 0;
    border: 0;
    margin: 0;
    padding: 0;
    margin-top: 10px;
  }
}
@media (width <= 1199px) {
  header .container .head-right .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
    padding: 0;
    margin-bottom: 5px;
  }
}
@media (width <= 1199px) {
  header .container .head-right .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li:last-child {
    margin-bottom: 0;
  }
}
header .container .head-right .main-nav .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  color: #ffffff;
  background-color: transparent !important;
}
@media (width <= 1199px) {
  header .container .head-right .main-nav .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    padding: 0;
    color: rgba(255, 255, 255, 0.8);
  }
}
header .container .head-right .main-nav .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
  color: #000000;
}
@media (width >= 991px) {
  header .container .head-right .main-nav .navbar .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
    opacity: 1;
    transition: all 500ms;
    visibility: visible;
  }
}
header .container .head-right .mail-call {
  display: flex;
  align-items: center;
}
@media (width <= 1199px) {
  header .container .head-right .mail-call {
    position: relative;
    z-index: 1;
  }
}
header .container .head-right .mail-call ul {
  display: flex;
  align-items: center;
  margin: 0 -20px;
}
@media (width <= 767px) {
  header .container .head-right .mail-call ul {
    margin: 0;
  }
}
header .container .head-right .mail-call ul li {
  padding: 0 20px;
}
@media (width <= 767px) {
  header .container .head-right .mail-call ul li {
    padding: 0 12px;
  }
}
header .container .head-right .mail-call ul li:first-child {
  border-right: 1px solid #3bb8af;
}
header .container .head-right .mail-call ul li a {
  display: flex;
  align-items: center;
}
header .container .head-right .mail-call ul li a .icon {
  margin-right: 10px;
}
@media (width <= 1199px) {
  header .container .head-right .mail-call ul li a .icon {
    margin-right: 0;
  }
}
header .container .head-right .mail-call ul li a .icon img {
  width: 38px;
  float: left;
}
@media (max-width: 1700px) {
  header .container .head-right .mail-call ul li a .icon img {
    width: 25px;
  }
}
@media (width <= 767px) {
  header .container .head-right .mail-call ul li a .icon img {
    width: 20px;
    max-height: 17px;
  }
}
header .container .head-right .mail-call ul li a figcaption {
  font-size: 14px;
}
@media (max-width: 1700px) {
  header .container .head-right .mail-call ul li a figcaption {
    font-size: 15px;
  }
}
header .container .head-right .mail-call ul li a figcaption span {
  color: #3bb8af;
}
@media (width <= 1399px) {
  header .container .head-right .mail-call ul li a figcaption span {
    display: none;
  }
}
header .container .head-right .mail-call ul li a figcaption p {
  margin-bottom: 0;
  color: #ffffff;
  line-height: 16px;
}
@media (max-width: 1700px) {
  header .container .head-right .mail-call ul li a figcaption p {
    display: none;
  }
}
header .container .head-right .mail-call ul li a:hover figcaption p {
  color: #3bb8af;
}
header .container .head-right .get {
  padding: 8px 20px;
  display: inline-block;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  border-radius: 5px;
  margin-left: 25px;
}
@media (max-width: 1500px) {
  header .container .head-right .get {
    padding: 7px 15px;
  }
}
@media (width <= 1199px) {
  header .container .head-right .get {
    position: relative;
    z-index: 1;
    margin-left: 0;
    margin-right: 20px;
  }
}
@media (width <= 767px) {
  header .container .head-right .get {
    font-size: 14px;
    padding: 5px 8px;
    margin-right: 0;
  }
}
@media (width <= 575px) {
  header .container .head-right .get {
    display: none;
  }
}
header .container .head-right .get:hover {
  background-color: #059e8d;
  color: #ffffff;
}

.banner {
  position: relative;
}
.banner .banner-text-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% - 300px);
  height: 100%;
  z-index: 2;
  display: flex;
  align-items: center;
  padding: 80px 35px 0;
  background: #000000;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
}
@media (width <= 1500px) {
  .banner .banner-text-wrap {
    padding: 80px 20px 0;
  }
}
@media (width <= 575px) {
  .banner .banner-text-wrap {
    width: 100%;
  }
}
.banner .banner-text-wrap .inner h1 {
  font-weight: 300;
  color: #ffffff;
  font-size: 43px;
  margin-bottom: 25px;
}
@media (width <= 575px) {
  .banner .banner-text-wrap .inner h1 {
    font-size: 25px;
  }
}
.banner .banner-text-wrap .inner h1 span {
  font-weight: 800;
  text-transform: uppercase;
}
.banner .banner-text-wrap .inner a {
  font-size: 17px;
  font-weight: 500;
  color: #ffffff;
  background-color: #3bb8af;
  padding: 10px 25px;
  display: inline-block;
  border-radius: 5px;
}
@media (width <= 575px) {
  .banner .banner-text-wrap .inner a {
    font-size: 14px;
    padding: 8px 15px;
  }
}
.banner .banner-text-wrap .inner a img {
  margin-left: 5px;
  filter: brightness(0) invert(1);
  width: 15px;
  height: 15px;
  float: right;
  object-fit: unset;
  margin-top: 9px;
}
.banner .banner-text-wrap .inner a:hover {
  background-color: #059e8d;
}
.banner .slider .slick-slide {
  position: relative;
}
.banner .slider .slick-list .slick-track .slider__item {
  height: auto;
  position: relative;
}
.banner .slider .slick-arrow {
  position: absolute;
  z-index: 1;
  width: 55px;
  height: 55px;
  padding: 0;
  overflow: hidden;
  font-size: 0;
  background: url(../images/right-arrow.svg) center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 25px;
  background-color: #000000;
  border-radius: 50%;
  cursor: pointer;
  outline: none;
  transition: 0.25s;
  border: none;
  bottom: 115px;
  right: 80px;
}
@media (width <= 767px) {
  .banner .slider .slick-arrow {
    width: 45px;
    height: 45px;
    background-size: 17px;
    bottom: 30px;
  }
}
@media (width <= 575px) {
  .banner .slider .slick-arrow {
    width: 35px;
    height: 35px;
    background-size: 13px;
    bottom: 20px;
  }
}
.banner .slider .slick-arrow:hover {
  background-color: #059e8d;
}
.banner .slider .slick-prev {
  right: 240px;
  transform: rotate(-180deg);
}
@media (width <= 767px) {
  .banner .slider .slick-prev {
    right: 156px;
  }
}
@media (width <= 575px) {
  .banner .slider .slick-prev {
    right: 120px;
  }
}
.banner .slider .slick-next {
  right: 100px;
}
@media (width <= 767px) {
  .banner .slider .slick-next {
    right: 30px;
  }
}
@media (width <= 575px) {
  .banner .slider .slick-next {
    right: 20px;
  }
}
.banner .slider__item {
  position: relative;
  height: 100vh;
}
.banner .slider__item img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
}
.banner .slider__counter {
  width: 80px;
  background: #ffffff;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  position: absolute;
  right: 158px;
  bottom: 100px;
  font-size: 18px;
}
@media (width <= 767px) {
  .banner .slider__counter {
    width: 60px;
    height: 60px;
    right: 85px;
    bottom: 23px;
  }
}
@media (width <= 575px) {
  .banner .slider__counter {
    width: 45px;
    height: 45px;
    font-size: 14px;
    bottom: 15px;
    right: 65px;
  }
}

.home-about {
  padding: 80px 0;
  text-align: center;
  background: url(../images/line-bg.png) no-repeat bottom center;
  position: relative;
}
@media (width <= 767px) {
  .home-about {
    padding: 60px 0;
  }
}
@media (width <= 575px) {
  .home-about {
    padding: 40px 0;
  }
}
.home-about::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 150px;
  background: #ffffff;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
}
.home-about h2 {
  font-weight: 700;
  margin-bottom: 25px;
}
@media (width <= 575px) {
  .home-about h2 {
    margin-bottom: 15px;
  }
}
.home-about p {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 25px;
}
@media (width <= 575px) {
  .home-about p {
    font-size: 16px;
    margin-bottom: 0;
  }
}
.home-about .container {
  position: relative;
  z-index: 2;
}
.home-about .container.custom {
  max-width: 100%;
  padding: 0 35px;
}
@media (width <= 1500px) {
  .home-about .container.custom {
    padding: 0 20px;
  }
}
@media (width <= 1365px) {
  .home-about .container.custom .row {
    justify-content: center;
  }
}
.home-about .count-box {
  width: 25%;
  margin-top: 24px;
}
@media (width <= 1100px) {
  .home-about .count-box {
    width: 50%;
  }
}
@media (width <= 767px) {
  .home-about .count-box {
    width: 50%;
  }
}
@media (width <= 550px) {
  .home-about .count-box {
    width: 100%;
  }
}
.home-about .count-box .inner {
  background-color: #c10e23;
  padding: 35px;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  transition: all 500ms;
}
@media (width <= 1600px) {
  .home-about .count-box .inner {
    padding: 25px;
  }
}
@media (width <= 1399px) {
  .home-about .count-box .inner {
    padding: 20px;
  }
}
.home-about .count-box .inner .count-wrap {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
  justify-content: center;
}
@media (width <= 1199px) {
  .home-about .count-box .inner .count-wrap {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
.home-about .count-box .inner .count-wrap::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  width: 150px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  margin: auto;
}
.home-about .count-box .inner .count-wrap .counter-value {
  font-size: 36px;
  color: #ffffff;
  font-weight: 500;
}
.home-about .count-box .inner .icon {
  margin-bottom: 20px;
}
.home-about .count-box .inner h4 {
  color: #ffffff;
  position: relative;
  margin-bottom: 0;
}
@media (width <= 991px) {
  .home-about .count-box .inner h4 {
    font-size: 22px;
  }
}
.home-about .count-box .inner P {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 18px;
  font-weight: 300;
}
.home-about .count-box .inner:hover {
  box-shadow: 0px 33px 20px -20px rgba(0, 0, 0, 0.1);
  transform: translateY(-10px);
}

.home-products {
  background: url(../images/round-bg.png) no-repeat top left;
  padding-bottom: 100px;
}
@media (width <= 991px) {
  .home-products {
    padding-bottom: 70px;
  }
}
@media (width <= 767px) {
  .home-products {
    padding-bottom: 60px;
  }
}
@media (width <= 575px) {
  .home-products {
    padding-bottom: 40px;
    background-size: 100%;
  }
}
.home-products .head {
  text-align: center;
  margin-bottom: 90px;
}
@media (width <= 991px) {
  .home-products .head {
    margin-bottom: 50px;
  }
}
@media (width <= 575px) {
  .home-products .head {
    margin-bottom: 40px;
  }
}
.home-products .head h3 {
  font-weight: 300;
  background: url(../images/line-bg.svg) bottom center no-repeat;
  padding-bottom: 30px;
  margin-bottom: 25px;
}
.home-products .head h3 span {
  font-weight: 600;
}
.home-products .head p {
  font-size: 20px;
  font-weight: 500;
}
@media (width <= 575px) {
  .home-products .head p {
    font-size: 16px;
  }
}
.home-products .head p span {
  font-weight: 600;
}
.home-products .head a {
  color: #059e8d;
  font-size: 18px;
  font-weight: 500;
  border-bottom: 1px solid #3bb8af;
}
.home-products .head a:hover {
  color: #c10e23;
  border-color: #c10e23;
}
.home-products .head a:hover img {
  transform: translateX(5px);
}
.home-products .product-left {
  padding-right: 35px;
}
@media (width <= 991px) {
  .home-products .product-left {
    padding-right: 12px;
    margin-bottom: 30px;
  }
}
.home-products .product-left figure {
  margin-bottom: 10px;
  border-radius: 25px;
  overflow: hidden;
}
.home-products .product-left figure img {
  width: 100%;
  transition: all 500ms;
}
.home-products .product-left figure:hover img {
  transform: scale(1.1);
}
.home-products .product-left p {
  font-size: 14px;
  font-style: italic;
  color: #555555;
}
.home-products .product-right h2 {
  font-size: 56px;
  font-weight: 800;
  color: #000000;
}
@media (width <= 1199px) {
  .home-products .product-right h2 {
    font-size: 40px;
  }
}
@media (width <= 767px) {
  .home-products .product-right h2 {
    font-size: 30px;
  }
}
@media (width <= 575px) {
  .home-products .product-right h2 {
    font-size: 25px;
  }
}
.home-products .product-right p {
  color: #555555;
}
.home-products .product-right h6 {
  font-weight: 600;
  margin-top: 30px;
}
.home-products .product-right ul li {
  color: #555555;
  margin-bottom: 10px;
  font-size: 17px;
}
@media (width <= 575px) {
  .home-products .product-right ul li {
    font-size: 16px;
  }
}
.home-products .product-right ul li img {
  margin-right: 10px;
}
.home-products .product-right ul li span {
  font-weight: 600;
}
.home-products .product-right ul li:last-child {
  margin-bottom: 0;
}

.home-services {
  background: url(../images/service-bg.png) no-repeat top center;
  padding: 100px 0;
}
@media (width <= 991px) {
  .home-services {
    padding: 70px 0;
  }
}
@media (width <= 767px) {
  .home-services {
    padding: 60px 0;
  }
}
@media (width <= 575px) {
  .home-services {
    padding: 40px 0;
  }
}
.home-services .head {
  margin-bottom: 25px;
}
.home-services .head h3 {
  font-weight: 300;
  position: relative;
}
.home-services .head h3 span {
  font-weight: 600;
}
.home-services .slider-wrap {
  overflow: hidden;
}
.home-services .slider-wrap .owl-carousel .owl-stage-outer {
  overflow: visible;
}
.home-services .slider-wrap .item a {
  display: inline-block;
  width: 100%;
}
.home-services .slider-wrap .item a figure {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
}
@media (width <= 575px) {
  .home-services .slider-wrap .item a figure {
    margin-bottom: 20px;
  }
}
.home-services .slider-wrap .item a figure img {
  width: 100%;
  transition: all 500ms;
}
.home-services .slider-wrap .item a figcaption ul {
  display: flex;
  align-items: center;
  margin: 0 -9px;
}
.home-services .slider-wrap .item a figcaption ul li {
  padding: 0 9px;
}
.home-services .slider-wrap .item a figcaption ul li .icon {
  width: 65px;
  height: 65px;
  background-color: #eeeeee;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 600ms all;
}
.home-services .slider-wrap .item a figcaption ul li .icon img {
  width: 40px;
}
@media (width <= 1199px) {
  .home-services .slider-wrap .item a figcaption ul li .icon img {
    width: 30px;
  }
}
.home-services .slider-wrap .item a figcaption ul li h5 {
  font-weight: 600;
  color: #000000;
}
@media (width <= 575px) {
  .home-services .slider-wrap .item a figcaption ul li h5 {
    font-size: 18px;
  }
}
.home-services .slider-wrap .item a figcaption ul li h6 {
  font-size: 18px;
  display: flex;
  color: #3bb8af;
}
@media (width <= 1399px) {
  .home-services .slider-wrap .item a figcaption ul li h6 {
    font-size: 16px;
  }
}
.home-services .slider-wrap .item a figcaption ul li h6 img {
  width: 10px;
  margin-left: 10px;
}
.home-services .slider-wrap .item a:hover figcaption ul li .icon {
  background-color: #3bb8af;
}
.home-services .slider-wrap .item a:hover figcaption ul li .icon img {
  filter: brightness(0) invert(1);
}
.home-services .slider-wrap .item a:hover figcaption ul li h6 img {
  margin-left: 15px;
}
.home-services .slider-wrap .item a:hover figure img {
  transform: scale(1.1);
}
.home-services .slider-wrap .owl-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 35px auto 0;
}
@media (min-width: 576px) {
  .home-services .slider-wrap .owl-nav {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .home-services .slider-wrap .owl-nav {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .home-services .slider-wrap .owl-nav {
    max-width: 960px;
  }
}
@media (min-width: 1400px) {
  .home-services .slider-wrap .owl-nav {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .home-services .slider-wrap .owl-nav {
    max-width: 1320px;
  }
}
@media (min-width: 1550px) {
  .home-services .slider-wrap .owl-nav {
    max-width: 1525px;
  }
}
.home-services .slider-wrap .owl-nav .owl-prev,
.home-services .slider-wrap .owl-nav .owl-next {
  width: 55px;
  height: 55px;
  border-radius: 50px;
  background: #3bb8af url(../images/right-arrow.svg) no-repeat center;
  background-size: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  transition: 600ms all;
}
.home-services .slider-wrap .owl-nav .owl-prev:hover,
.home-services .slider-wrap .owl-nav .owl-next:hover {
  background-color: #059e8d;
}
.home-services .slider-wrap .owl-nav .owl-prev {
  margin-right: 10px;
  transform: rotate(180deg);
}
.home-services .owl-dots {
  display: none;
}

.home-vision .slider-wrap {
  position: relative;
}
.home-vision .slider-wrap .owl-carousel .owl-stage {
  display: -webkit-box;
}
.home-vision .slider-wrap .item {
  background-color: #f5f5f5;
  display: flex;
  height: 100%;
}
.home-vision .slider-wrap .item .inner-wrap {
  display: flex;
}
@media (width <= 991px) {
  .home-vision .slider-wrap .item .inner-wrap {
    flex-direction: column;
  }
}
.home-vision .slider-wrap .item .inner-wrap .left,
.home-vision .slider-wrap .item .inner-wrap .right {
  width: 50%;
  height: 100%;
}
@media (width <= 991px) {
  .home-vision .slider-wrap .item .inner-wrap .left,
  .home-vision .slider-wrap .item .inner-wrap .right {
    width: 100%;
  }
}
.home-vision .slider-wrap .item .inner-wrap .left img,
.home-vision .slider-wrap .item .inner-wrap .right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-vision .slider-wrap .item .inner-wrap .left {
  padding: 100px;
}
@media (width <= 1199px) {
  .home-vision .slider-wrap .item .inner-wrap .left {
    padding: 70px 50px;
  }
}
@media (width <= 767px) {
  .home-vision .slider-wrap .item .inner-wrap .left {
    padding: 60px 30px 40px;
  }
}
@media (width <= 575px) {
  .home-vision .slider-wrap .item .inner-wrap .left {
    padding: 40px 20px 40px;
  }
}
.home-vision .slider-wrap .item .inner-wrap .left h3 {
  margin-bottom: 35px;
  font-weight: 600;
}
@media (width <= 575px) {
  .home-vision .slider-wrap .item .inner-wrap .left h3 {
    margin-bottom: 20px;
  }
}
.home-vision .slider-wrap .item .inner-wrap .left p {
  font-size: 18px;
}
@media (width <= 575px) {
  .home-vision .slider-wrap .item .inner-wrap .left p {
    font-size: 16px;
  }
}
.home-vision .slider-wrap .owl-dots {
  position: absolute;
  left: 100px;
  bottom: 100px;
}
@media (width <= 1550px) {
  .home-vision .slider-wrap .owl-dots {
    bottom: 50px;
  }
}
@media (width <= 1199px) {
  .home-vision .slider-wrap .owl-dots {
    left: 50px;
    bottom: 30px;
  }
}
.home-vision .slider-wrap .owl-dots .owl-dot {
  background-color: rgba(59, 184, 175, 0.5);
  width: 75px;
  height: 3px;
  border-radius: 3px;
  margin-right: 15px;
}
.home-vision .slider-wrap .owl-dots .owl-dot.active {
  background-color: #000000;
}

.Worldwide {
  padding: 100px 0;
  background: url(../images/map.png) no-repeat center;
}
@media (width <= 991px) {
  .Worldwide {
    padding: 70px 0;
  }
}
@media (width <= 767px) {
  .Worldwide {
    padding: 60px 0;
  }
}
@media (width <= 575px) {
  .Worldwide {
    padding: 40px 0;
  }
}
.Worldwide .head {
  text-align: center;
  margin-bottom: 25px;
}
.Worldwide .head p {
  font-size: 20px;
  font-weight: 500;
}
@media (width <= 575px) {
  .Worldwide .head p {
    font-size: 16px;
  }
}
.Worldwide .slider-wrap {
  padding: 0 35px;
}
@media (width <= 1500px) {
  .Worldwide .slider-wrap {
    padding: 0 30px;
  }
}
@media (width <= 575px) {
  .Worldwide .slider-wrap {
    padding: 0 20px;
  }
}
.Worldwide .slider-wrap .owl-stage {
  display: flex;
}
.Worldwide .slider-wrap .item {
  height: 100%;
  padding: 1px;
}
.Worldwide .slider-wrap .item .inner {
  text-align: center;
  padding: 25px 15px;
  border-radius: 10px;
  border: 1px solid #d9d9d9;
  background-color: #ffffff;
  height: 100%;
}
.Worldwide .slider-wrap .item .inner .icon {
  margin: auto;
  width: 75px;
  margin-bottom: 15px;
}
@media (width <= 575px) {
  .Worldwide .slider-wrap .item .inner .icon {
    width: 45px;
  }
}
.Worldwide .slider-wrap .item .inner p {
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 0;
  color: #000000;
}
@media (width <= 575px) {
  .Worldwide .slider-wrap .item .inner p {
    font-size: 16px;
  }
}
.Worldwide .slider-wrap .item .inner p span {
  font-size: 14px;
  font-weight: 400;
  color: #555;
}
.Worldwide .slider-wrap .bottom {
  text-align: center;
  margin-top: 25px;
}
@media (width <= 575px) {
  .Worldwide .slider-wrap .bottom {
    margin-top: 0;
  }
}
.Worldwide .slider-wrap .bottom a {
  color: #059e8d;
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px solid #3bb8af;
}
.Worldwide .slider-wrap .bottom a:hover {
  color: #c10e23;
  border-color: #c10e23;
}
.Worldwide .slider-wrap .bottom a:hover img {
  transform: translateX(5px);
}

.quote {
  background-color: #f9f9f9;
  padding: 100px 0;
}
@media (width <= 991px) {
  .quote {
    padding: 70px 0;
  }
}
@media (width <= 767px) {
  .quote {
    padding: 60px 0;
  }
}
@media (width <= 575px) {
  .quote {
    padding: 40px 0;
  }
}
.quote .quote-left figure {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  height: 100%;
}
.quote .quote-left figure:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 50%;
  background: linear-gradient(to top, #000000, rgba(0, 0, 0, 0));
}
.quote .quote-left figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.quote .quote-left figure .quote-msg {
  position: absolute;
  right: 25px;
  bottom: 25px;
  z-index: 1;
}
.quote .quote-left figure .quote-msg a {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
}
.quote .quote-left figure .quote-msg a i {
  margin-left: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: #1faf38;
  display: flex;
  align-items: center;
  justify-content: center;
}
.quote .quote-left figure .quote-msg a i img {
  width: 30px;
  height: auto;
  object-fit: none;
}
.quote .quote-right .inner {
  padding-left: 40px;
}
@media (width <= 991px) {
  .quote .quote-right .inner {
    padding-left: 0;
    margin-top: 50px;
  }
}
.quote .quote-right .inner h5 {
  margin-bottom: 0px;
  font-weight: 600;
}
.quote .quote-right .inner p {
  color: #555555;
  margin-bottom: 0;
}
.quote .quote-right .inner form {
  margin: 50px 0 0;
}
@media (width <= 991px) {
  .quote .quote-right .inner form {
    margin-top: 30px;
  }
}
.quote .quote-right .inner form .field {
  margin-bottom: 24px;
}
.quote .quote-right .inner form .field:last-child {
  margin-bottom: 0;
}
.quote .quote-right .inner form .field input,
.quote .quote-right .inner form .field textarea {
  width: 100%;
  height: 50px;
  padding: 10px 20px;
  border: 1px solid #a1eae2;
  box-shadow: none;
  outline: none;
  border-radius: 30px;
  font-size: 16px;
  display: block;
  transition: 600ms all;
}
.quote .quote-right .inner form .field input::placeholder,
.quote .quote-right .inner form .field textarea::placeholder {
  color: #000000;
}
.quote .quote-right .inner form .field textarea {
  height: 85px;
  border-radius: 50px;
}
.quote .quote-right .inner form .field .btn-wrap {
  display: flex;
}
.quote .quote-right .inner form .field .btn-wrap input {
  margin-right: 15px;
  font-weight: 600;
  width: 115px;
}
.quote .quote-right .inner form .field .btn-wrap input[type=submit] {
  background-color: #3bb8af;
  color: #ffffff;
  border: 0;
}
.quote .quote-right .inner form .field .btn-wrap input[type=reset] {
  background-color: #c2c2c2;
  border-color: #c2c2c2;
  color: #ffffff;
}
.quote .quote-right .inner form .field .btn-wrap input:hover {
  background-color: #c10e23;
  border-color: #c10e23;
}

.testimonials {
  padding: 100px 0 150px;
}
@media (width <= 991px) {
  .testimonials {
    padding: 70px 0;
  }
}
@media (width <= 767px) {
  .testimonials {
    padding: 60px 0;
  }
}
@media (width <= 575px) {
  .testimonials {
    padding: 40px 0;
  }
}
.testimonials h3 {
  margin-bottom: 35px;
}
.testimonials .line:after {
  background-color: #51c6dc;
  opacity: 0.3;
}
@media (width <= 575px) {
  .testimonials .testi .slider-wrap {
    display: flex;
    flex-direction: column;
  }
}
.testimonials .testi .slider-wrap .quote-icon {
  margin-right: 40px;
  float: left;
  position: absolute;
}
@media (width <= 991px) {
  .testimonials .testi .slider-wrap .quote-icon {
    margin-right: 30px;
  }
}
@media (width <= 575px) {
  .testimonials .testi .slider-wrap .quote-icon {
    position: relative;
    margin-bottom: 20px;
  }
}
.testimonials .testi .slider-wrap .quote-icon img {
  width: 60px;
  height: 60px;
  opacity: 0.1;
}
@media (width <= 991px) {
  .testimonials .testi .slider-wrap .quote-icon img {
    width: 40px;
    height: 40px;
  }
}
.testimonials .testi .slider-wrap .owl-testimonials {
  padding-left: 100px;
}
@media (width <= 991px) {
  .testimonials .testi .slider-wrap .owl-testimonials {
    padding-left: 70px;
  }
}
@media (width <= 575px) {
  .testimonials .testi .slider-wrap .owl-testimonials {
    padding-left: 0;
  }
}
@media (width <= 767px) {
  .testimonials .testi .slider-wrap .owl-testimonials .owl-stage-outer {
    padding-bottom: 30px;
  }
}
.testimonials .testi .slider-wrap .item p {
  margin-bottom: 5px;
  font-style: italic;
}
.testimonials .testi .slider-wrap .item span {
  display: block;
  color: #555555;
  font-size: 16px;
}
.testimonials .owl-dots {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 10px;
  left: 100px;
  bottom: -50px;
}
@media (width <= 991px) {
  .testimonials .owl-dots {
    left: 70px;
  }
}
@media (width <= 767px) {
  .testimonials .owl-dots {
    bottom: 0;
  }
}
@media (width <= 575px) {
  .testimonials .owl-dots {
    left: 0;
  }
}
.testimonials .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background-color: #d9d9d9;
  border-radius: 50px;
}
.testimonials .owl-dots .owl-dot.active {
  background-color: #059e8d;
}
@media (width <= 767px) {
  .testimonials .certificate {
    margin-top: 50px;
  }
}
@media (width <= 575px) {
  .testimonials .certificate {
    margin-top: 40px;
  }
}
.testimonials .certificate .inner .award-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}
@media (width <= 1199px) {
  .testimonials .certificate .inner .award-wrap {
    row-gap: 20px;
  }
}
.testimonials .certificate .inner .award-wrap .award-box {
  width: 50%;
  padding: 0 12px;
}
@media (width <= 1199px) {
  .testimonials .certificate .inner .award-wrap .award-box {
    width: 100%;
  }
}
@media (width <= 767px) {
  .testimonials .certificate .inner .award-wrap .award-box {
    width: 50%;
  }
}
@media (width <= 575px) {
  .testimonials .certificate .inner .award-wrap .award-box {
    width: 100%;
  }
}
.testimonials .certificate .inner .award-wrap .award-box ul {
  display: flex;
  margin: 0 -12px;
}
.testimonials .certificate .inner .award-wrap .award-box ul li {
  padding: 0 12px;
}
@media (width <= 1399px) {
  .testimonials .certificate .inner .award-wrap .award-box ul li h6 {
    font-size: 18px;
  }
}
@media (width <= 575px) {
  .testimonials .certificate .inner .award-wrap .award-box ul li h6 {
    font-size: 16px;
  }
}
.testimonials .certificate .inner .award-wrap .award-box ul li .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (width <= 767px) {
  .testimonials .certificate .inner .award-wrap .award-box ul li .icon img {
    width: 50px;
  }
}
.testimonials .certificate .inner .award-wrap .award-box ul li .icon .count {
  position: absolute;
}

footer {
  background: url(../images/foot-bg.png) no-repeat top center;
  background-size: cover;
  position: relative;
}
footer .container {
  position: relative;
  z-index: 1;
}
footer .safety-bar {
  background-color: #3bb8af;
  padding: 20px 0;
  margin-bottom: 100px;
}
@media (width <= 991px) {
  footer .safety-bar {
    margin-bottom: 70px;
  }
}
@media (width <= 767px) {
  footer .safety-bar {
    margin-bottom: 60px;
  }
}
@media (width <= 575px) {
  footer .safety-bar {
    margin-bottom: 40px;
  }
}
footer .safety-bar h6 {
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}
footer .safety-bar h6 img {
  margin-right: 10px;
}
footer .foot-left h3 {
  color: #ffffff;
  margin-bottom: 55px;
}
@media (width <= 575px) {
  footer .foot-left h3 {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
footer .foot-left h6 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
}
@media (width <= 575px) {
  footer .foot-left h6 {
    font-size: 18px;
  }
}
footer .foot-left p {
  font-size: 16px;
  color: #949494;
}
footer .foot-left .map {
  color: #ffffff;
  font-size: 14px;
}
footer .foot-left .map img {
  filter: brightness(0) invert(1);
}
footer .foot-left .map:hover {
  color: #3bb8af;
}
footer .foot-left .map:hover img {
  transform: translateX(5px);
  filter: none;
}
footer .foot-left .contact {
  margin-top: 40px;
}
@media (width <= 575px) {
  footer .foot-left .contact {
    margin-top: 20px;
  }
}
footer .foot-left .contact ul {
  display: flex;
  margin: 0 -25px;
}
@media (width <= 575px) {
  footer .foot-left .contact ul {
    margin: 0;
    flex-direction: column;
  }
}
footer .foot-left .contact ul li {
  padding: 0 25px;
}
@media (width <= 575px) {
  footer .foot-left .contact ul li {
    padding: 0;
  }
}
footer .foot-left .contact ul li a {
  display: flex;
  color: #3bb8af;
  font-size: 26px;
  padding-bottom: 5px;
  border-bottom: 1px solid #055148;
}
@media (width <= 1399px) {
  footer .foot-left .contact ul li a {
    font-size: 18px;
  }
}
@media (width <= 575px) {
  footer .foot-left .contact ul li a {
    border: 0;
  }
}
footer .foot-left .contact ul li a img {
  width: 20px;
  margin-right: 5px;
}
footer .foot-left .contact ul li a:hover {
  color: #ffffff;
}
@media (width <= 991px) {
  footer .foot-right {
    margin-top: 50px;
  }
}
footer .foot-right .quick h6 {
  color: #ffffff;
  margin-bottom: 15px;
  padding-bottom: 10px;
  font-size: 20px;
  position: relative;
  font-weight: 500;
}
@media (width <= 575px) {
  footer .foot-right .quick h6 {
    font-size: 15px;
  }
}
footer .foot-right .quick h6::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 45px;
  height: 1px;
  background-color: rgba(216, 216, 216, 0.2);
}
footer .foot-right .quick ul li {
  margin-bottom: 5px;
}
footer .foot-right .quick ul li a {
  color: #949494;
  font-size: 14px;
  display: flex;
}
footer .foot-right .quick ul li a img {
  margin-right: 10px;
}
footer .foot-right .quick ul li a:hover {
  color: #ffffff;
}
footer .foot-right .download {
  margin-top: 40px;
  background-color: #3bb8af;
  padding: 10px 35px;
  border-radius: 25px;
  color: #ffffff;
  font-size: 16px;
  display: inline-block;
}
@media (width <= 420px) {
  footer .foot-right .download {
    width: 100%;
    text-align: center;
  }
}
footer .foot-right .download:hover {
  background-color: #059e8d;
}
footer .copy {
  font-size: 14px;
  padding: 35px 12px;
  margin-top: 15px;
}
@media (width <= 991px) {
  footer .copy {
    text-align: center;
  }
}
@media (width <= 991px) {
  footer .copy {
    padding: 15px 12px;
  }
}
footer .copy hr {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  opacity: 1;
  margin: 0 0 35px;
}
@media (width <= 991px) {
  footer .copy hr {
    margin-bottom: 15px;
  }
}
footer .copy p {
  color: #6d6d6d;
  margin-bottom: 0;
}
footer .copy ul {
  display: flex;
  margin: 0 -12px;
  justify-content: flex-end;
}
@media (width <= 991px) {
  footer .copy ul {
    justify-content: center;
    flex-wrap: wrap;
  }
}
footer .copy ul li {
  padding: 0 12px;
}
footer .copy ul li a {
  color: #6d6d6d;
}
footer .copy ul li a:hover {
  color: #ffffff;
}
footer .logo-big {
  position: absolute;
  right: 20px;
  bottom: 150px;
}
footer .top-scroll {
  background-color: #0a0a0a;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 200px;
  right: 50px;
}
@media (width <= 575px) {
  footer .top-scroll {
    width: 40px;
    height: 40px;
    right: 10px;
  }
}
footer .top-scroll img {
  width: 14px;
  height: 18px;
}
@media (width <= 575px) {
  footer .top-scroll img {
    width: 11px;
    height: 14px;
  }
}
footer .top-scroll:hover {
  background-color: #059e8d;
}

.inner-banner {
  height: 600px;
  position: relative;
}
@media (width <= 767px) {
  .inner-banner {
    height: 500px;
  }
}
@media (width <= 575px) {
  .inner-banner {
    height: 400px;
  }
}
.inner-banner::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
}
.inner-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.inner-banner .container {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
}
.inner-banner .container .text-wrap .inner {
  margin-bottom: 70px;
}
@media (width <= 991px) {
  .inner-banner .container .text-wrap .inner {
    margin-bottom: 30px;
  }
}
.inner-banner .container .text-wrap .inner h1 {
  margin-bottom: 0;
  font-size: 60px;
  color: #ffffff;
  font-weight: 700;
}
@media (width <= 991px) {
  .inner-banner .container .text-wrap .inner h1 {
    font-size: 50px;
  }
}
@media (width <= 575px) {
  .inner-banner .container .text-wrap .inner h1 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 10px;
  }
}
.inner-banner .container .text-wrap .inner p {
  color: #ffffff;
}
@media (width <= 575px) {
  .inner-banner .container .text-wrap .inner p {
    line-height: 1.4;
  }
}
.inner-banner .container .downloads {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 0;
  padding-left: 12px;
  padding-right: 12px;
}
@media (width <= 991px) {
  .inner-banner .container .downloads {
    justify-content: flex-start;
  }
}
.inner-banner .container .downloads .down-btn {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  background-color: #3bb8af;
  color: #ffffff;
  padding: 15px 25px;
  border-radius: 10px 10px 0 0;
  margin: 0;
}
@media (width <= 575px) {
  .inner-banner .container .downloads .down-btn {
    padding: 7px 15px;
    font-size: 14px;
    font-weight: 400;
  }
}
.inner-banner .container .downloads .down-btn img {
  width: 23px;
  margin-right: 5px;
}
.inner-banner .container .downloads .down-btn:hover {
  background-color: #059e8d;
}

.about-us {
  padding: 100px 0;
}
@media (width <= 991px) {
  .about-us {
    padding: 70px 0;
  }
}
@media (width <= 767px) {
  .about-us {
    padding: 60px 0;
  }
}
@media (width <= 575px) {
  .about-us {
    padding: 40px 0;
  }
}
.about-us .abt-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (width <= 991px) {
  .about-us .abt-left {
    margin-bottom: 50px;
  }
}
@media (width <= 575px) {
  .about-us .abt-left {
    margin-bottom: 30px;
  }
}
.about-us .abt-left .inner {
  padding-right: 50px;
}
@media (width <= 991px) {
  .about-us .abt-left .inner {
    padding-right: 0;
  }
}
.about-us .abt-left .inner h6 {
  color: #3bb8af;
  margin-bottom: 20px;
}
.about-us .abt-right figure {
  border-radius: 10px;
  overflow: hidden;
}
.about-us .abt-right figure img {
  transition: all 500ms;
  width: 100%;
}
.about-us .abt-right figure:hover img {
  transform: scale(1.1);
}
.about-us.product-page .abt-right figure img {
  transform: none !important;
}

.about-vision {
  background-color: #f5f5f5;
  padding: 100px 0;
}
@media (width <= 991px) {
  .about-vision {
    padding: 70px 0;
  }
}
@media (width <= 767px) {
  .about-vision {
    padding: 60px 0;
  }
}
@media (width <= 575px) {
  .about-vision {
    padding: 40px 0;
  }
}
.about-vision .head {
  margin-bottom: 25px;
}
@media (width <= 991px) {
  .about-vision .vsn-box {
    margin-bottom: 24px;
  }
}
@media (width <= 991px) {
  .about-vision .vsn-box:last-child {
    margin-bottom: 0;
  }
}
.about-vision .vsn-box .inner {
  background-color: #ffffff;
  height: 100%;
  padding: 35px;
  border-radius: 10px;
  position: relative;
  transition: all 500ms;
}
.about-vision .vsn-box .inner > * {
  position: relative;
  z-index: 1;
}
.about-vision .vsn-box .inner:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background-image: url(../images/vision-box-shape.svg);
  background-size: auto;
  left: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: right top;
}
.about-vision .vsn-box .inner h6 {
  font-weight: 600;
  margin: 15px 0;
}
.about-vision .vsn-box .inner p {
  font-size: 18px;
}
@media (width <= 575px) {
  .about-vision .vsn-box .inner p {
    font-size: 16px;
  }
}
.about-vision .vsn-box .inner ul li {
  padding-left: 25px;
  background: url(../images/list.svg) no-repeat top left;
  background-position-y: 12px;
  font-size: 18px;
}
.about-vision .vsn-box .inner ul li a {
  color: #000000;
}
.about-vision .vsn-box .inner:hover {
  box-shadow: 0px 33px 20px -20px rgba(0, 0, 0, 0.1);
  transform: translateY(-10px);
}

.journey {
  padding: 100px 0;
  position: relative;
}
@media (width <= 991px) {
  .journey {
    padding: 70px 0;
  }
}
@media (width <= 767px) {
  .journey {
    padding: 60px 0;
  }
}
@media (width <= 575px) {
  .journey {
    padding: 40px 0;
  }
}
.journey .line-wrap {
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  width: 2px;
  height: calc(100% - 200px);
  margin: auto;
  background-color: #d3f2ef;
  padding: 0;
}
@media (width <= 767px) {
  .journey .line-wrap {
    right: auto;
    left: 12px;
  }
}
.journey .line-wrap .line {
  width: 2px;
  height: 100%;
  background: #3bb8af;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 1s ease-out;
}
@media (width <= 767px) {
  .journey .row {
    position: relative;
    padding-left: 50px;
  }
}
@media (width <= 575px) {
  .journey .row {
    padding-left: 30px;
  }
}
@media (width <= 767px) {
  .journey .journey-left {
    margin-bottom: 50px;
  }
}
.journey .journey-left .inner {
  padding-right: 40px;
  position: sticky;
  top: 130px;
}
@media (width <= 767px) {
  .journey .journey-left .inner {
    padding-right: 0;
  }
}
.journey .journey-left .inner h3 {
  margin-bottom: 25px;
}
.journey .journey-left .inner p {
  max-width: 550px;
  font-size: 25px;
  color: #444444;
  margin-bottom: 35px;
}
@media (width <= 1199px) {
  .journey .journey-left .inner p {
    font-size: 20px;
  }
}
@media (width <= 575px) {
  .journey .journey-left .inner p {
    line-height: 1.4;
    font-size: 16px;
  }
}
.journey .journey-left .inner figure {
  border-radius: 10px;
  overflow: hidden;
}
.journey .journey-left .inner figure img {
  width: 100%;
  transition: all 500ms;
}
.journey .journey-left .inner figure:hover img {
  transform: scale(1.1);
}
.journey .journey-right .inner {
  padding-left: 40px;
}
@media (width <= 767px) {
  .journey .journey-right .inner {
    padding-left: 0;
  }
}
.journey .journey-right .inner .journey-box {
  margin-bottom: 80px;
}
@media (width <= 767px) {
  .journey .journey-right .inner .journey-box {
    margin-bottom: 50px;
  }
}
@media (width <= 575px) {
  .journey .journey-right .inner .journey-box {
    margin-bottom: 30px;
  }
}
.journey .journey-right .inner .journey-box:last-child {
  margin-bottom: 0;
}
.journey .journey-right .inner .journey-box .year {
  line-height: 16px;
  font-weight: 600;
  color: #3bb8af;
  font-size: 20px;
  position: relative;
}
.journey .journey-right .inner .journey-box .year::before {
  position: absolute;
  content: "";
  left: -61px;
  top: 0;
  width: 18px;
  height: 18px;
  border-radius: 20px;
  background-color: #3bb8af;
}
@media (width <= 767px) {
  .journey .journey-right .inner .journey-box .year::before {
    left: -58px;
  }
}
@media (width <= 575px) {
  .journey .journey-right .inner .journey-box .year::before {
    left: -38px;
  }
}
.journey .journey-right .inner .journey-box p {
  margin-bottom: 0;
}
.journey .journey-right .inner .journey-box h5 {
  margin: 15px 0 25px;
  font-weight: 600;
}
@media (width <= 767px) {
  .journey .journey-right .inner .journey-box h5 {
    margin-bottom: 10px;
  }
}

.facilities {
  background-color: #060913;
  padding: 100px 0;
  color: #ffffff;
}
@media (width <= 991px) {
  .facilities {
    padding: 70px 0;
  }
}
@media (width <= 767px) {
  .facilities {
    padding: 60px 0;
  }
}
@media (width <= 575px) {
  .facilities {
    padding: 40px 0;
  }
}
.facilities .head {
  text-align: center;
  margin-bottom: 50px;
}
@media (width <= 991px) {
  .facilities .head {
    text-align: left;
  }
}
@media (width <= 575px) {
  .facilities .head {
    margin-bottom: 30px;
  }
}
.facilities .head p {
  max-width: 1000px;
  margin: auto;
}
.facilities .facility-box {
  margin: 0 -25px;
  flex-direction: row-reverse;
  margin-bottom: 60px;
}
@media (width <= 991px) {
  .facilities .facility-box {
    margin: 0 -12px;
    row-gap: 30px;
    margin-bottom: 50px;
  }
}
@media (width <= 575px) {
  .facilities .facility-box {
    margin-bottom: 30px;
  }
}
.facilities .facility-box:nth-of-type(2n) {
  flex-direction: row;
}
.facilities .facility-box:last-child {
  margin-bottom: 0;
}
.facilities .facility-box .box {
  padding: 0 25px;
  display: flex;
  align-items: center;
}
@media (width <= 991px) {
  .facilities .facility-box .box {
    padding: 0 12px;
  }
}
.facilities .facility-box .box .more-text {
  display: none;
}
.facilities .facility-box .box a {
  margin-top: 20px;
  font-size: 16px;
  color: #3bb8af;
}
.facilities .facility-box .box a img {
  margin-left: 5px;
}
.facilities .facility-box .box a:hover img {
  transform: translateX(5px);
}
.facilities .facility-box figure {
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
}
.facilities .facility-box figure img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  transition: all 500ms;
}
.facilities .facility-box h6 {
  font-size: 25px;
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
@media (width <= 575px) {
  .facilities .facility-box h6 {
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 20px;
  }
}
@media (width <= 991px) {
  .facilities .facility-box h6 br {
    display: none;
  }
}
.facilities .facility-box h6::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 120px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
}
.facilities .facility-box p {
  font-weight: 300;
}
@media (width <= 1199px) {
  .facilities .facility-box p {
    font-size: 18px;
  }
}
@media (width <= 575px) {
  .facilities .facility-box p {
    font-size: 16px;
  }
}
.facilities .facility-box:hover .box figure img {
  transform: scale(1.1);
}

.global {
  padding: 100px 0;
  background: url(../images/global-bg.png) no-repeat top left;
}
@media (width <= 991px) {
  .global {
    padding: 70px 0;
  }
}
@media (width <= 767px) {
  .global {
    padding: 60px 0;
  }
}
@media (width <= 575px) {
  .global {
    padding: 40px 0;
  }
}
.global hr {
  border-top: 1px solid #c6f3f0;
  opacity: 1;
  margin: 50px 0;
}
@media (width <= 575px) {
  .global hr {
    margin: 30px 0;
  }
}
.global .global-row .global-box-img {
  width: 37%;
}
@media (width <= 991px) {
  .global .global-row .global-box-img {
    width: 100%;
    margin-bottom: 30px;
  }
}
.global .global-row .global-box-text {
  width: 63%;
}
@media (width <= 991px) {
  .global .global-row .global-box-text {
    width: 100%;
  }
}
.global .global-row figure {
  position: sticky;
  top: 150px;
  background-color: #000000;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 0;
}
.global .global-row figure img {
  opacity: 0.4;
  width: 100%;
  transition: all 500ms;
}
.global .global-row figure .wrap {
  position: absolute;
  left: 35px;
  right: 35px;
  bottom: 35px;
}
@media (width <= 1399px) {
  .global .global-row figure .wrap {
    left: 20px;
    right: 20px;
    bottom: 20px;
  }
}
.global .global-row figure .wrap .icon {
  margin-bottom: 15px;
}
.global .global-row figure .wrap img {
  opacity: 1;
  width: 60px;
}
@media (width <= 1399px) {
  .global .global-row figure .wrap img {
    width: 40px;
  }
}
.global .global-row figure .wrap h4 {
  color: #ffffff;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 0;
}
@media (width <= 1550px) {
  .global .global-row figure .wrap h4 {
    font-size: 25px;
  }
}
@media (width <= 1199px) {
  .global .global-row figure .wrap h4 {
    font-size: 20px;
  }
}
.global .global-row figure:hover img {
  transform: scale(1.1);
}
.global .global-row figcaption {
  margin-left: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (width <= 991px) {
  .global .global-row figcaption {
    margin-left: 0;
  }
}
.global .global-row figcaption ul {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  margin-bottom: 1rem;
}
.global .global-row figcaption ul li {
  padding-left: 35px;
  background: url(../images/list-tick.svg) no-repeat top left;
  background-position-y: 8px;
}

.ready-partner {
  background: url(../images/ready-bg.png) no-repeat top center;
  background-size: cover;
  color: #ffffff;
  padding: 250px 0 100px;
  position: relative;
}
@media (width <= 991px) {
  .ready-partner {
    padding: 70px 0;
  }
}
@media (width <= 767px) {
  .ready-partner {
    padding: 60px 0;
  }
}
@media (width <= 575px) {
  .ready-partner {
    padding: 40px 0;
  }
}
.ready-partner::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(6, 9, 19, 0.85);
}
.ready-partner .container {
  position: relative;
  z-index: 2;
}
.ready-partner .left .inner {
  padding-right: 80px;
}
@media (width <= 1199px) {
  .ready-partner .left .inner {
    padding-right: 40px;
  }
}
@media (width <= 991px) {
  .ready-partner .left .inner {
    padding-right: 0;
  }
}
.ready-partner .left .inner h3 {
  margin-bottom: 20px;
}
.ready-partner .left .inner p {
  font-weight: 300;
}
.ready-partner .right {
  display: flex;
  align-items: flex-end;
}
@media (width <= 991px) {
  .ready-partner .right {
    margin-top: 30px;
  }
}
.ready-partner .right .inner {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 40px;
  border-radius: 10px;
}
@media (width <= 575px) {
  .ready-partner .right .inner {
    padding: 30px;
  }
}
.ready-partner .right .inner h5 {
  position: relative;
  padding-bottom: 10px;
}
.ready-partner .right .inner h5::after {
  position: absolute;
  content: "";
  left: 5px;
  bottom: 0;
  width: 50px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
}
.ready-partner .right .inner .box-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}
.ready-partner .right .inner .box-wrap .box {
  width: 50%;
  padding: 0 12px;
  font-size: 17px;
  margin-top: 25px;
}
@media (width <= 1399px) {
  .ready-partner .right .inner .box-wrap .box {
    width: 100%;
  }
}
@media (width <= 991px) {
  .ready-partner .right .inner .box-wrap .box {
    width: 50%;
  }
}
@media (width <= 575px) {
  .ready-partner .right .inner .box-wrap .box {
    width: 100%;
  }
}
.ready-partner .right .inner .box-wrap .box:last-child {
  width: 100%;
}
.ready-partner .right .inner .box-wrap .box .title {
  color: #3bb8af;
}
.ready-partner .right .inner .box-wrap .box a {
  color: #ffffff;
}
.ready-partner .right .inner .box-wrap .box a:hover {
  color: #3bb8af;
}

.technical {
  background-color: #f8f8f8;
  padding: 100px 0;
  text-align: center;
}
@media (width <= 991px) {
  .technical {
    padding: 70px 0;
  }
}
@media (width <= 767px) {
  .technical {
    padding: 60px 0;
  }
}
@media (width <= 575px) {
  .technical {
    padding: 40px 0;
  }
}
.technical .head {
  margin-bottom: 30px;
}
@media (width <= 575px) {
  .technical .head {
    margin-bottom: 20px;
  }
}
.technical .head h4 {
  font-weight: 600;
}
.technical .technical-box {
  margin-bottom: 24px;
}
@media (width <= 575px) {
  .technical .technical-box:last-child {
    margin-bottom: 0;
  }
}
.technical .technical-box .inner {
  text-align: center;
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  padding: 30px 30px 30px;
  border-radius: 10px;
  height: 100%;
  transition: all 500ms;
}
.technical .technical-box .inner .icon {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: flex-end;
  margin: auto;
  margin-bottom: 15px;
}
.technical .technical-box .inner p {
  font-size: 17px;
  line-height: 24px;
  margin-bottom: 8px;
}
.technical .technical-box .inner p span {
  font-weight: 600;
}
.technical .technical-box .inner:hover {
  box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.09);
  border: 1px solid transparent;
}

.chemical {
  padding: 100px 0;
}
@media (width <= 991px) {
  .chemical {
    padding: 70px 0;
  }
}
@media (width <= 767px) {
  .chemical {
    padding: 60px 0;
  }
}
@media (width <= 575px) {
  .chemical {
    padding: 40px 0;
  }
}
.chemical .head {
  text-align: center;
  margin-bottom: 80px;
}
@media (width <= 991px) {
  .chemical .head {
    margin-bottom: 50px;
  }
}
@media (width <= 767px) {
  .chemical .head {
    margin-bottom: 40px;
  }
}
@media (width <= 575px) {
  .chemical .head {
    margin-bottom: 20px;
  }
}
.chemical .head h4 {
  color: #000000;
  font-weight: 600;
  margin-bottom: 25px;
}
@media (width <= 575px) {
  .chemical .head h4 {
    margin-bottom: 15px;
  }
}
.chemical .head ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}
@media (width <= 420px) {
  .chemical .head ul li {
    width: 100%;
  }
}
.chemical .head ul li span {
  border: 1px solid #dedede;
  font-size: 17px;
  font-weight: 600;
  color: #000000;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 50px;
}
@media (width <= 575px) {
  .chemical .head ul li span {
    font-size: 16px;
  }
}
@media (width <= 420px) {
  .chemical .head ul li span {
    width: 100%;
  }
}
.chemical .app-row {
  margin: 0 -25px;
}
@media (width <= 991px) {
  .chemical .app-row {
    margin: 0 -12px;
    row-gap: 30px;
  }
}
.chemical .app-row .wrap {
  padding: 0 25px;
}
@media (width <= 991px) {
  .chemical .app-row .wrap {
    padding: 0 12px;
  }
}
.chemical .app-row .wrap figure {
  border-radius: 20px;
  overflow: hidden;
}
.chemical .app-row .wrap figure img {
  transition: all 500ms;
}
.chemical .app-row .wrap figure:hover img {
  transform: scale(1.1);
}
.chemical .app-row .wrap h5 {
  margin-bottom: 15px;
}
.chemical .app-row .wrap p {
  margin-bottom: 20px;
}
.chemical .app-row .wrap li {
  line-height: 24px;
  margin-bottom: 12px;
  padding-left: 25px;
  background: url(../images/list.svg) no-repeat top left;
  background-position-y: 7px;
  font-size: 18px;
}
@media (width <= 575px) {
  .chemical .app-row .wrap li {
    font-size: 16px;
  }
}
.chemical .app-row .wrap li:last-child {
  margin-bottom: 0;
}

.key {
  padding: 100px 0;
  background-color: #f8f8f8;
}
@media (width <= 991px) {
  .key {
    padding: 70px 0;
  }
}
@media (width <= 767px) {
  .key {
    padding: 60px 0;
  }
}
@media (width <= 575px) {
  .key {
    padding: 40px 0;
  }
}
.key .app-row {
  margin: 0 -25px;
}
@media (width <= 991px) {
  .key .app-row {
    margin: 0 -12px;
    row-gap: 30px;
  }
}
.key .app-row .wrap {
  padding: 0 25px;
}
@media (width <= 991px) {
  .key .app-row .wrap {
    padding: 0 12px;
  }
}
.key .app-row .wrap figure {
  border-radius: 20px;
  overflow: hidden;
}
.key .app-row .wrap figure img {
  transition: all 500ms;
}
.key .app-row .wrap figure:hover img {
  transform: scale(1.1);
}
.key .app-row .wrap h5 {
  margin-bottom: 15px;
}
.key .app-row .wrap p {
  margin-bottom: 20px;
}
.key .app-row .wrap li {
  line-height: 24px;
  margin-bottom: 12px;
  padding-left: 25px;
  background: url(../images/list.svg) no-repeat top left;
  background-position-y: 7px;
  font-size: 18px;
}
@media (width <= 575px) {
  .key .app-row .wrap li {
    font-size: 16px;
  }
}
.key .app-row .wrap li:last-child {
  margin-bottom: 0;
}
.key .app-row .wrap .ingot-box {
  display: flex;
  margin: 0 -12px 20px;
}
@media (width <= 991px) {
  .key .app-row .wrap .ingot-box {
    margin-bottom: 0;
  }
}
.key .app-row .wrap .ingot-box .icon {
  padding: 0 12px;
  width: 75px;
  flex-shrink: 0;
  padding-top: 5px;
}
.key .app-row .wrap .ingot-box .icon img {
  width: 60px;
}
.key .app-row .wrap .ingot-box .text {
  padding: 0 12px;
}
.key .app-row .wrap .ingot-box .text p {
  font-size: 15px;
  line-height: 24px;
}
.key .app-row .wrap .ingot-box:last-child p {
  margin-bottom: 0;
}
.key .app-row .wrap .ingot-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}
.key .app-row .wrap .ingot-list .box {
  padding: 12px;
  width: 50%;
}
.key .app-row .wrap .ingot-list .box figure {
  border: 1px solid #eaeaea;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 0;
}

.Ingot {
  padding: 100px 0;
  border-top: 12px solid #3bb8af;
}
@media (width <= 991px) {
  .Ingot {
    padding: 70px 0;
  }
}
@media (width <= 767px) {
  .Ingot {
    padding: 60px 0;
  }
}
@media (width <= 575px) {
  .Ingot {
    border-top: 2px solid #3bb8af;
    padding: 40px 0;
  }
}
.Ingot .abt-left {
  display: flex;
  align-items: center;
}
.Ingot .abt-left .inner {
  padding-right: 50px;
}
@media (width <= 991px) {
  .Ingot .abt-left .inner {
    padding-right: 0;
  }
}
.Ingot .abt-left .inner h6 {
  color: #3bb8af;
  margin-bottom: 20px;
}
.Ingot .abt-right figure {
  border-radius: 10px;
  overflow: hidden;
}

.connect {
  background: url(../images/connect-bg.png) no-repeat;
  background-size: cover;
  padding: 100px 0;
  text-align: center;
  color: #ffffff;
  position: relative;
}
@media (width <= 991px) {
  .connect {
    padding: 70px 0;
  }
}
@media (width <= 767px) {
  .connect {
    padding: 60px 0;
  }
}
@media (width <= 575px) {
  .connect {
    padding: 40px 0;
  }
}
.connect::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.75);
}
.connect .container {
  position: relative;
  z-index: 1;
}
.connect .container h5 {
  font-weight: 600;
  margin-bottom: 20px;
}
.connect .container a {
  background-color: #3bb8af;
  color: #ffffff;
  padding: 8px 25px;
  border-radius: 8px;
  font-size: 15px;
  display: inline-block;
  margin-top: 15px;
  font-weight: 600;
}
.connect .container a:hover {
  background-color: #059e8d;
}

.downloads {
  padding: 100px 0 80px;
}
@media (width <= 991px) {
  .downloads {
    padding: 70px 0 50px;
  }
}
@media (width <= 767px) {
  .downloads {
    padding: 60px 0 40px;
  }
}
@media (width <= 575px) {
  .downloads {
    padding: 40px 0 20px;
  }
}
.downloads .row {
  row-gap: 30px;
}
@media (width <= 767px) {
  .downloads .row {
    row-gap: 0;
  }
}
.downloads .head {
  text-align: center;
}
@media (width <= 767px) {
  .downloads .head {
    margin-bottom: 20px;
  }
}
.downloads .head h6 {
  font-weight: 600;
}
.downloads .down-btn {
  padding: 10px;
  background-color: #f5f5f5;
  border-radius: 50px;
  display: block;
  margin-bottom: 24px;
  color: #000000;
}
.downloads .down-btn ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.downloads .down-btn ul li {
  line-height: 1.4;
}
.downloads .down-btn ul li:first-child {
  padding: 0 15px;
}
.downloads .down-btn ul li .icon {
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 600ms all;
}
.downloads .down-btn:hover ul li .icon {
  background-color: #3bb8af;
}
.downloads .down-btn:hover ul li .icon img {
  filter: brightness(0) invert(1);
}

.contact-us {
  padding: 100px 0;
}
@media (width <= 991px) {
  .contact-us {
    padding: 70px 0;
  }
}
@media (width <= 767px) {
  .contact-us {
    padding: 60px 0;
  }
}
@media (width <= 575px) {
  .contact-us {
    padding: 40px 0;
  }
}
@media (width <= 991px) {
  .contact-us .left {
    margin-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
  }
}
@media (width <= 767px) {
  .contact-us .left {
    margin-bottom: 30px;
  }
}
@media (width <= 575px) {
  .contact-us .left {
    margin-bottom: 30px;
  }
}
.contact-us .left h4 {
  margin-bottom: 50px;
}
.contact-us .left h4.line {
  position: relative;
  padding-bottom: 10px;
}
@media (width <= 991px) {
  .contact-us .left h4.line {
    margin-bottom: 30px;
    width: 100%;
  }
}
.contact-us .left h4.line::after {
  position: absolute;
  content: "";
  left: 5px;
  bottom: 0;
  width: 50px;
  height: 1px;
  background-color: #51c6dc;
  opacity: 0.3;
}
@media (width <= 991px) {
  .contact-us .left ul {
    width: 50%;
  }
}
@media (width <= 767px) {
  .contact-us .left ul {
    width: 100%;
  }
}
.contact-us .left ul:first-of-type {
  margin-bottom: 50px;
}
@media (width <= 991px) {
  .contact-us .left ul:first-of-type {
    margin-bottom: 0;
  }
}
.contact-us .left ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
  color: #000000;
}
.contact-us .left ul li .icon {
  margin-right: 10px;
  width: 22px;
}
.contact-us .left ul li a {
  display: flex;
  color: #000000;
}
.contact-us .right h4 {
  margin-bottom: 50px;
}
.contact-us .right h4.line {
  position: relative;
  padding-bottom: 10px;
}
@media (width <= 991px) {
  .contact-us .right h4.line {
    margin-bottom: 30px;
  }
}
.contact-us .right h4.line::after {
  position: absolute;
  content: "";
  left: 5px;
  bottom: 0;
  width: 50px;
  height: 1px;
  background-color: #51c6dc;
  opacity: 0.3;
}
.contact-us .right form .field {
  margin-bottom: 24px;
}
.contact-us .right form .field:last-child {
  margin-bottom: 0;
}
.contact-us .right form .field input,
.contact-us .right form .field textarea {
  width: 100%;
  border: 1px solid #a1eae2;
  padding: 10px 25px;
  border-radius: 50px;
  font-size: 17px;
  outline: none;
  box-shadow: none;
  height: 60px;
}
@media (width <= 575px) {
  .contact-us .right form .field input,
  .contact-us .right form .field textarea {
    font-size: 16px;
  }
}
.contact-us .right form .field input::placeholder,
.contact-us .right form .field textarea::placeholder {
  color: #000000;
}
.contact-us .right form .field .btn-wrap {
  position: relative;
}
.contact-us .right form .field .btn-wrap textarea {
  height: 80px;
}
.contact-us .right form .field .btn-wrap input {
  position: absolute;
  right: 10px;
  top: 10px;
  width: auto;
  background-color: #3bb8af;
  border: none;
  color: #ffffff;
  transition: all 500ms;
}
@media (width <= 575px) {
  .contact-us .right form .field .btn-wrap input {
    position: relative;
    right: auto;
    height: 55px;
  }
}
.contact-us .right form .field .btn-wrap input:hover {
  background-color: #059e8d;
}
.contact-us .map {
  margin-top: 70px;
}
@media (width <= 767px) {
  .contact-us .map {
    margin-top: 60px;
  }
}
@media (width <= 575px) {
  .contact-us .map {
    margin-top: 40px;
  }
}
.contact-us .map iframe {
  border-radius: 10px;
  overflow: hidden;
  display: block;
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.05);
  border: 8px solid #fff;
}
@media (width <= 575px) {
  .contact-us .map iframe {
    height: 300px;
  }
}
@media (width <= 420px) {
  .contact-us .map iframe {
    height: 250px;
  }
}

.manufacturing-process {
  padding: 100px 0;
}
@media (width <= 991px) {
  .manufacturing-process {
    padding: 70px 0;
  }
}
@media (width <= 767px) {
  .manufacturing-process {
    padding: 60px 0;
  }
}
@media (width <= 575px) {
  .manufacturing-process {
    padding: 40px 0;
  }
}
.manufacturing-process .container {
  position: relative;
}
@media (width >= 1366px) {
  .manufacturing-process .container {
    max-width: 1284px;
  }
}
.manufacturing-process .row {
  row-gap: 60px;
}
@media (width <= 767px) {
  .manufacturing-process .row {
    row-gap: 30px;
  }
}
@media (width <= 575px) {
  .manufacturing-process .row {
    row-gap: 20px;
  }
}
.manufacturing-process h3 {
  text-align: center;
  margin-bottom: 55px;
  font-weight: 700;
  color: #000000;
}
@media (width <= 767px) {
  .manufacturing-process h3 {
    margin-bottom: 30px;
  }
}
@media (width <= 575px) {
  .manufacturing-process h3 {
    margin-bottom: 20px;
  }
}
.manufacturing-process .section__line-outer {
  position: absolute;
  left: 0;
  right: 0;
  width: 1px;
  margin: 0 auto;
  top: 250px;
  bottom: 150px;
  height: calc(100% - 400px);
  padding: 0;
  background-color: #eee;
  z-index: -1;
}
@media (width <= 767px) {
  .manufacturing-process .section__line-outer {
    left: 43px;
    right: auto;
    top: 105px;
    bottom: 0;
    height: calc(100% - 105px);
  }
}
@media (width <= 575px) {
  .manufacturing-process .section__line-outer {
    left: 38px;
    top: 50px;
    height: calc(100% - 50px);
  }
}
@media (width <= 440px) {
  .manufacturing-process .section__line-outer {
    top: 75px;
    height: calc(100% - 75px);
  }
}
.manufacturing-process .section__line-outer .section__line {
  width: 1px;
  height: 100%;
  background: #3bb8af;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 1s ease-out;
}
.manufacturing-process .flow-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (width <= 767px) {
  .manufacturing-process .flow-wrap {
    flex-direction: column;
    padding-left: 80px;
    align-items: flex-start;
  }
}
@media (width <= 575px) {
  .manufacturing-process .flow-wrap {
    padding-left: 65px;
  }
}
.manufacturing-process .flow-wrap .flow-left {
  width: 40%;
}
@media (width <= 767px) {
  .manufacturing-process .flow-wrap .flow-left {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (width <= 575px) {
  .manufacturing-process .flow-wrap .flow-left {
    margin-bottom: 20px;
  }
}
.manufacturing-process .flow-wrap .flow-left figure {
  overflow: hidden;
  border-radius: 20px;
}
.manufacturing-process .flow-wrap .flow-left figure img {
  width: 100%;
}
.manufacturing-process .flow-wrap .service-number {
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (width <= 767px) {
  .manufacturing-process .flow-wrap .service-number {
    position: absolute;
    width: auto;
    left: 19px;
  }
}
.manufacturing-process .flow-wrap .service-number span {
  width: 108px;
  height: 108px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e8e8e8;
  border-radius: 100px;
  outline-style: solid;
  outline-color: #fff;
  outline-width: 14px;
  background-color: #fff;
  transition: all 500ms;
}
@media (width <= 991px) {
  .manufacturing-process .flow-wrap .service-number span {
    width: 80px;
    height: 80px;
  }
}
@media (width <= 767px) {
  .manufacturing-process .flow-wrap .service-number span {
    width: 50px;
    outline-width: 5px;
    height: 50px;
  }
}
@media (width <= 575px) {
  .manufacturing-process .flow-wrap .service-number span {
    width: 40px;
    height: 40px;
  }
}
.manufacturing-process .flow-wrap .service-number span img {
  transition: all 500ms;
}
@media (width <= 991px) {
  .manufacturing-process .flow-wrap .service-number span img {
    width: 30px;
  }
}
@media (width <= 767px) {
  .manufacturing-process .flow-wrap .service-number span img {
    width: 20px;
  }
}
@media (width <= 575px) {
  .manufacturing-process .flow-wrap .service-number span img {
    width: 17px;
  }
}
.manufacturing-process .flow-wrap .service-number.active span {
  border-color: #3bb8af;
  background-color: #3bb8af;
}
.manufacturing-process .flow-wrap .service-number.active span img {
  filter: brightness(0) invert(1);
}
.manufacturing-process .flow-wrap .flow-right {
  width: 40%;
}
@media (width <= 767px) {
  .manufacturing-process .flow-wrap .flow-right {
    width: 100%;
  }
}
.manufacturing-process .flow-wrap .flow-right h4 {
  font-size: 30px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 15px;
}
@media (width <= 991px) {
  .manufacturing-process .flow-wrap .flow-right h4 {
    font-size: 25px;
  }
}
@media (width <= 575px) {
  .manufacturing-process .flow-wrap .flow-right h4 {
    font-size: 20px;
  }
}
.manufacturing-process .flow-wrap .flow-right p {
  font-size: 22px;
  color: #888888;
  font-weight: 300;
}
@media (width <= 991px) {
  .manufacturing-process .flow-wrap .flow-right p {
    font-size: 18px;
    line-height: 27px;
  }
}
@media (width <= 575px) {
  .manufacturing-process .flow-wrap .flow-right p {
    font-size: 16px;
    line-height: 1.4;
  }
}
.manufacturing-process .flow-wrap:nth-child(odd) {
  flex-direction: row-reverse;
}
@media (width <= 767px) {
  .manufacturing-process .flow-wrap:nth-child(odd) {
    flex-direction: column;
  }
}

.facility {
  padding: 100px 0;
  background: linear-gradient(to bottom, #f5f5f5, #fff);
}
@media (width <= 991px) {
  .facility {
    padding: 70px 0;
  }
}
@media (width <= 767px) {
  .facility {
    padding: 60px 0;
  }
}
@media (width <= 575px) {
  .facility {
    padding: 40px 0;
  }
}
.facility .facility-img figure {
  overflow: hidden;
  border-radius: 20px;
}
@media (width <= 767px) {
  .facility .facility-img figure {
    border-radius: 10px;
  }
}
.facility .facility-img figure img {
  width: 100%;
}
.facility .facility-img .facility-content-wrapper {
  margin: 0 53px;
  background-color: #fff;
  border-radius: 15px;
  margin-top: -130px;
  position: relative;
  padding: 60px 50px;
  z-index: 1;
  box-shadow: 0px 4px 45px 0px rgba(0, 0, 0, 0.03);
}
@media (width <= 767px) {
  .facility .facility-img .facility-content-wrapper {
    margin-top: 30px;
    margin-left: 0;
    margin-right: 0;
    padding: 30px;
  }
}
@media (width <= 1399px) {
  .facility .facility-img .facility-contents {
    width: 45%;
  }
}
@media (width <= 1199px) {
  .facility .facility-img .facility-contents {
    width: 100%;
  }
}
.facility .facility-img .facility-contents h4 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 10px;
}
@media (width <= 575px) {
  .facility .facility-img .facility-contents h4 {
    font-size: 22px;
  }
}
.facility .facility-img .facility-contents p {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
}
.facility .facility-img .facility-specs {
  display: flex;
  align-items: flex-end;
}
@media (width <= 1399px) {
  .facility .facility-img .facility-specs {
    width: 55%;
  }
}
@media (width <= 1199px) {
  .facility .facility-img .facility-specs {
    width: 100%;
    margin-top: 30px;
  }
}
.facility .facility-img .facility-specs ul {
  display: flex;
  align-items: flex-end;
  width: 100%;
  justify-content: flex-end;
}
@media (width <= 1199px) {
  .facility .facility-img .facility-specs ul {
    justify-content: flex-start;
  }
}
@media (width <= 575px) {
  .facility .facility-img .facility-specs ul {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 24px;
  }
}
.facility .facility-img .facility-specs ul li {
  padding: 0 45px;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
@media (width <= 1550px) {
  .facility .facility-img .facility-specs ul li {
    padding: 0 30px;
  }
}
@media (width <= 1399px) {
  .facility .facility-img .facility-specs ul li {
    padding: 0 20px;
  }
}
@media (width <= 1199px) {
  .facility .facility-img .facility-specs ul li {
    padding: 0 60px;
  }
}
@media (width <= 991px) {
  .facility .facility-img .facility-specs ul li {
    padding: 0 33px;
  }
}
@media (width <= 767px) {
  .facility .facility-img .facility-specs ul li {
    padding: 0 24px;
  }
}
@media (width <= 575px) {
  .facility .facility-img .facility-specs ul li {
    width: 100%;
    padding: 20px;
    border: 1px solid #eee;
    border-radius: 10px;
  }
}
@media (width <= 1199px) {
  .facility .facility-img .facility-specs ul li:first-child {
    padding-left: 0;
  }
}
.facility .facility-img .facility-specs ul li:last-child {
  border-right: 0;
  padding-right: 0;
}
.facility .facility-img .facility-specs ul li .icon {
  margin-bottom: 25px;
}
@media (width <= 575px) {
  .facility .facility-img .facility-specs ul li .icon {
    margin-bottom: 15px;
  }
}
.facility .facility-img .facility-specs ul li h6 {
  font-size: 17px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 5px;
}
.facility .facility-img .facility-specs ul li p {
  font-size: 14px;
  line-height: 22px;
  color: #555555;
  font-weight: 400;
}

@media (width <= 767px) {
  .owl-nav {
    display: none !important;
  }
}

.tooltip {
  opacity: 1 !important;
}
.tooltip .tooltip-inner {
  max-width: 400px;
  background-color: #3bb8af;
  color: #ffffff;
  font-size: 15px;
  padding: 15px;
  font-family: "Montserrat", sans-serif;
}
.tooltip[data-popper-placement^=top] .tooltip-arrow:before {
  border-top-color: #3bb8af;
}
.tooltip[data-popper-placement^=bottom] .tooltip-arrow:before {
  border-bottom-color: #3bb8af;
}

.global-more {
  display: none;
}

.more-global {
  background-color: #3bb8af;
  color: #ffffff;
  border-radius: 5px;
  font-size: 16px;
  padding: 7px 16px;
  margin-top: 10px;
}
.more-global img {
  margin-left: 5px;
  filter: brightness(0) invert(1);
}

.vision-section {
  margin-top: 70px;
  position: relative;
}
.vision-section .vision-bg {
  position: absolute;
  height: auto;
  top: 65px;
  left: 0;
  width: 100%;
  bottom: 0;
  z-index: -1;
}
.vision-section .vision-bg:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.vision-section .vision-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.vision-section .container {
  margin-top: -65px;
}
@media (width <= 991px) {
  .vision-section .vsn-box {
    margin-bottom: 24px;
  }
}
@media (width <= 991px) {
  .vision-section .vsn-box:last-child {
    margin-bottom: 0;
  }
}
.vision-section .vsn-box .inner {
  background-color: #ffffff;
  height: 100%;
  padding: 35px;
  border-radius: 10px;
  position: relative;
  transition: all 500ms;
  border: 1px solid #e5e5e5;
}
.vision-section .vsn-box .inner > * {
  position: relative;
  z-index: 1;
}
.vision-section .vsn-box .inner:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background-image: url(../images/vision-box-shape.svg);
  background-size: auto;
  left: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: right top;
}
.vision-section .vsn-box .inner h6 {
  font-weight: 600;
  margin: 15px 0;
}
.vision-section .vsn-box .inner p {
  font-size: 18px;
}
.vision-section .vsn-box .inner ul li {
  padding-left: 25px;
  background: url(../images/list.svg) no-repeat top left;
  background-position-y: 12px;
  font-size: 18px;
}
.vision-section .vsn-box .inner ul li a {
  color: #000000;
}
.vision-section .vsn-box .inner:hover {
  box-shadow: 0px 33px 20px -20px rgba(0, 0, 0, 0.1);
  transform: translateY(-10px);
}
.vision-section .vision-getin {
  display: flex;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  justify-content: center;
}
@media (width <= 991px) {
  .vision-section .vision-getin {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
@media (width <= 767px) {
  .vision-section .vision-getin {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}
.vision-section .vision-getin h5 {
  color: #ffffff;
  font-weight: 600;
  margin-right: 60px;
}
@media (width <= 991px) {
  .vision-section .vision-getin h5 {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media (width <= 575px) {
  .vision-section .vision-getin h5 {
    font-size: 18px;
  }
}
.vision-section .vision-getin a {
  background-color: #3bb8af;
  color: #ffffff;
  padding: 8px 25px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vision-section .vision-getin a:hover {
  background-color: #059e8d;
}/*# sourceMappingURL=main-style.css.map */