/*-----------------------------------------------------------------------------------

    Template Name: MJT - HTML Template
    Author: SNB dIGITAL
    Version: 1.0.0

----------------------------------------------------------------------------------- */

/* ----Google Font Source ----- */
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html,
body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  scroll-behavior: smooth;
}

:root {
  --primary: #0759be;
  --secondary: #f06e4f;
  --tertiary: #9de5fe;
}

.pt-200 {
  padding-top: 200px;
}

.pb-200 {
  padding-bottom: 200px;
}

.pt-150 {
  padding-top: 150px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pt-80 {
  padding-top: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pt-60 {
  padding-top: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pt-40 {
  padding-top: 40px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pt-30 {
  padding-top: 30px;
}

.fz-24 {
  font-size: 24px;
}

.a-link {
  text-decoration: none;
  color: #fff;
  transition: 0.6s all;
}

.a-link:hover {
  color: var(--secondary);
}

.color-one {
  background: var(--primary);
}

.color-two {
  background: var(--secondary);
}

.color-three {
  background: var(--tertiary);
}

.text-color-primary {
  color: var(--primary);
}

.text-color-secondary {
  color: var(--secondary);
}

.text-color-tertiary {
  color: var(--tertiary);
}

.main-header {
  background: #fff;
}

.btn-theme-black {
  font-size: 16px;
  color: #fff;
  padding: 12px 24px;
  transition: all 0.5s;
  text-transform: capitalize;
  position: relative;
  border-radius: 6px;
  font-weight: 600;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  border: none;
  background: #000;
  z-index: 1;
  margin-top: 14px;
}

.btn-theme-black:hover {
  color: var(--primary);
}

.theme-btn {
  font-size: 16px;
  color: #fff;
  padding: 10px 30px;
  transition: all 0.5s;
  text-transform: capitalize;
  position: relative;
  border-radius: 6px;
  font-weight: 500;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  border: none;
  background: var(--primary);
  box-shadow: var(--box-shadow);
  z-index: 1;
}

.theme-btn:hover {
  color: var(--secondary);
  background: var(--primary);
}

a {
  outline: none;
  transition: all 0.3s ease-out 0s;
  text-decoration: none;
}

.section-title-one {
  position: relative;
}

.section-title-one h1 {
  font-size: 45px;
  font-weight: 400;
  position: relative;
  display: inline-block;
}

.section-title-one h1 span {
  font-weight: 500;
  color: var(--primary);
}

.section-title-one h1::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 3px;
  width: 100%;
  background: #000;
  left: 0;
}

.section-content {
  margin-right: 20px;
}

.section-content p {
  color: #555555;
  font-size: 16px;
}
.section-content p span {
  color: #000;
  font-size: 25px;
}

.home-contact {
  position: relative;
}

.about-right-bg,
.about-left-bg {
  position: absolute;
  top: 0;
  height: auto;
  z-index: -1;
}

.about-right-bg {
  right: 0;
  width: 40%;
}

.about-left-bg {
  left: 0;
  width: 40%;
}

.breadcrums {
  background: linear-gradient(
      to bottom,
      rgba(24 24 24 / 81%),
      rgba(24 24 24 / 81%)
    ),
    url(../images/contact-bg.png);
  background-size: cover;
  background-position: center;
}

.breadcrums-heading h1 {
  font-weight: 600;
  font-size: 35px;
  color: #fff;
}

.breadcrums-links ul {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  gap: 12px;
}

.breadcrums-links ul li a {
  color: #49cfff;
}

/* ------------ NAV MENU ------------ */

.navbar {
  padding: 0;
  box-shadow: 0px 2px 4px 0px #d9d7d740;
}

.navbar-brand {
  flex: 1;
}

.navbar-brand img {
  width: 56%;
}

.navbar-nav .nav-link {
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  color: #000 !important;
}

.logo-bg {
  width: 300px;
  position: absolute;
  top: 0;
  z-index: 1;
}

.navbar-brand {
  position: relative;
  z-index: 9;
}

/* ---------- Hero Area ------- */
.hero-area {
  position: relative;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 600px;
  overflow: hidden;
  text-align: center;
}

.hero-area #video-box {
  height: 600px;
  width: 100%;
  opacity: 1;
  -webkit-filter: grayscale(0.15);
  filter: grayscale(0.15);
}

.hero-area video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.section-title h1 {
  font-weight: 800;
  color: var(--secondary);
  position: relative;
  font-size: 45px;
}

.section-title h1 span {
  color: var(--primary);
}

.section-title p {
  line-height: 1.6;
}

.navbar-nav {
  gap: 20px;
}

.top-cta {
  margin-left: 30px;
  border-left: 1px solid #eaeaea;
  padding-left: 20px;
  font-family: "Jost", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.top-cta span {
  font-size: 12px;
  color: #645d5d;
}

.top-cta h3 {
  font-size: 16px;
  color: #000;
  font-weight: 500;
}

.top-cta h3 a {
  color: #000;
}

.top-cta-icon {
  background: linear-gradient(180deg, #27c8ff 0%, #07bf99 100%);
  height: 30px;
  width: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.home-contact-form {
  background: #0759bedb;
  padding: 20px 30px;
  border-radius: 10px;
}

.home-contact-form label {
  font-weight: 500;
}

.global-export {
  background: url(../images/global-export-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.gb-top {
  position: absolute;
  top: 0;
  width: 100%;
}

.section-title-two h1 {
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
}

.section-content-two p {
  color: #fff;
  font-weight: 400;
}

.section-title-three h1 {
  font-size: 30px;
}

.section-content-three {
  font-size: 16px;
}

.quality-image {
  margin-right: 30px;
}

.quality {
  position: relative;
  background: url(../images/quality-bg.png);
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
}

.why-choose {
  background: #9de5fe;
}

.section-title-three h1 {
  color: #000;
}

.why-choose-box {
  background: #fff;
  padding: 18px 10px;
  border-radius: 15px;
  text-align: center;
  width: 212px;
}

.why-choose-box h6 {
  font-size: 14px;
  font-weight: 600;
}

.why-choose-box p {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}

.why-choose-box-container {
  display: flex;
  gap: 18px;
  justify-content: center;
}

.sustanability {
  background: url(../images/sustanability.jpg);
  background-position: center;
  background-size: cover;
}

.sustanability-box {
  padding: 50px 50px 20px 50px;
  background: #fff;
  border-radius: 20px;
  min-height: 332px;
}

.sustanability-box-heading h2 {
  font-size: 22px;
  line-height: 40px;
  font-weight: 500;
  position: relative;
  display: inline-block;
}

.sustanability-box-heading h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 100%;
  background: #000;
}

.sustanability-list ul {
  list-style: none;
  padding: 0;
}
.sustanability-list ul li {
  font-size: 16px;
  line-height: 30px;
}
.sustanability-list ul li i {
  color: #fd5858;
  margin-right: 10px;
}

.gallery-box {
  text-align: center;
}

.gallery-box img {
  box-shadow: 6px 6px #000;
}

.main-footer {
  background: #000000;
}

.our-service {
  background: var(--tertiary);
}

.service-box {
  background: #fff;
  border-radius: 10px;
  padding: 16px;
  min-height: 356px;
}

.service-box-content h4 {
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
}

.service-box-content p {
  font-weight: 400;
  font-size: 14px;
  color: #585858;
}

.contact-us {
  background-color: #000;
  background: linear-gradient(
      to bottom,
      rgba(24, 24, 24, 0),
      rgba(24, 24, 24, 0)
    ),
    url(../images/contact-bg.png);
  background-size: cover;
  background-position: center;
}
.mt-50 {
  margin-top: 50px;
}

.contact-info-box {
  background: rgba(0, 0, 0, 0.56);
  color: #fff;
  border-radius: 15px;
  padding: 30px;
}

.contact-form {
  background: var(--primary);
  border-radius: 20px;
  padding: 30px 40px;
  margin: 0px 30px;
}

.contact-info-box h2 span {
  height: 3px;
  width: 40%;
  background: #1cc8fb;
  display: block;
  margin-top: 10px;
  margin-bottom: 30px;
}

.contact-info-box p {
  font-weight: 500;
}

.contact-info-box p a {
  color: #fff;
  text-decoration: none;
}

.contact-form h2 {
  font-size: 30px;
  color: #fff;
}
.contact-form h2 span {
  height: 3px;
  width: 40%;
  background: #ffffff;
  display: block;
  margin-top: 10px;
  margin-bottom: 30px;
}

.about-content p {
  font-size: 16px;
}

.page-about-image {
  padding-right: 30px;
}

.mission {
  position: relative;
  background: var(--tertiary);
}

.mission-content p {
  font-size: 16px;
}
.vision {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.mv-image {
  padding: 6px;
  background: #fff;
  border-radius: 18px;
}

.team-content {
  padding-right: 30px;
}

/* ---- Footer ------- */
.footer-copyright p,
.footer-credits p {
  color: #aaa8a8;
  font-size: 12px;
}

.footer-credits {
  text-align: right;
}

.footer-heading h4 {
  font-size: 20px;
  color: #fff;
  position: relative;
  display: inline-block;
  line-height: 30px;
}

.footer-heading h4::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #0759be;
}

.footer-about p {
  font-size: 13px;
  color: #fff;
}

.footer-menu {
  padding: 0;
  padding-left: 16px;
}

.footer-menu li {
  margin-bottom: 14px;
}

.footer-menu li::marker {
  color: #f8191c;
}

.footer-menu li a {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  transition: 0.6s;
}

.footer-menu li a:hover {
  color: #f8191c;
}

.footer-link-margin {
  margin-left: 60px;
}

.footer-address {
  list-style: none;
  padding: 0;
}
.footer-address li {
  margin-bottom: 14px;
}

.footer-address li a {
  color: #fff;
  font-size: 14px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 14px;
  transition: 0.6s;
}

.footer-address li a:hover {
  color: #f8191c;
}

#preloader {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #fffffff1;
  z-index: 999999;
  transition: 0.3s ease opacity;
  text-align: center;
  width: 100%;
  height: 100%;
}
#preloader:before {
  content: "";
  width: 80px;
  height: 80px;
  border: 3px solid var(--primary);
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  -webkit-animation-name: LoaderCicle;
  animation-name: LoaderCicle;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
#preloader:after {
  content: "";
  width: 80px;
  height: 80px;
  border: 3px solid var(--primary);
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  -webkit-animation-name: LoaderCicle;
  animation-name: LoaderCicle;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
@-webkit-keyframes LoaderCicle {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
  }
  10% {
    width: 10px;
    height: 10px;
    opacity: 1;
  }
  80% {
    width: 60px;
    height: 60px;
    opacity: 0.1;
  }
  100% {
    width: 70px;
    height: 70px;
    opacity: 0;
  }
}
@keyframes LoaderCicle {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
  }
  10% {
    width: 10px;
    height: 10px;
    opacity: 1;
  }
  80% {
    width: 60px;
    height: 60px;
    opacity: 0.1;
  }
  100% {
    width: 70px;
    height: 70px;
    opacity: 0;
  }
}

.wpcf7-form label {
  color: #fff;
  width: 100%;
}

.wpcf7-form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #fff;
  background-color: #ffffff00;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-radius: 6px;
  margin-bottom: 20px;
}

.wpcf7-form-control::placeholder {
  color: #fff;
  opacity: 1;
}

.wpcf7-form-control::-ms-input-placeholder {
  color: #fff;
}

.wpcf7-submit {
  background: #fff;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  width: 30%;
  padding: 12px;
}

.wpcf7-form-control:focus-visible {
  outline: none;
}

.wpcf7-not-valid-tip {
  color: #ffb4b4;
}

.swiper {
  padding-bottom: 6px;
}

.contact-info-box-header h2 {
  color: #1cc8fb;
}

.map {
  height: 600px;
}
