.flw100, main .why-extra-wrapper, main .mission-wrapper .mission-wrap h3, main .mission-wrapper .mission-wrap h2, main .product-listing-wrapper .list, main .contact-detail-wrapper .contact-wrapper .contact-map iframe, main .contact-detail-wrapper .contact-wrapper .contact-form .address-wrapper, main .contact-detail-wrapper .contact-wrapper .contact-form form .input-wrap textarea, main .contact-detail-wrapper .contact-wrapper .contact-form form .input-wrap input, main .contact-detail-wrapper .contact-wrapper .contact-form form .input-wrap, main .contact-detail-wrapper .contact-wrapper .contact-form form, main .products-detail-wrapper .product-enquiry-content p strong, main .products-detail-wrapper .product-enquiry-content p, main .inner-banner .inner-banner-content h3, main .inner-banner .inner-banner-content p, main .inner-banner .inner-banner-content, main footer ul li, main footer, main .about-us .advantage-content-wrapper .advantage-wrapper .content p, main .about-us .advantage-content-wrapper .advantage-wrapper, main .products-wrapper .product-box .product-content-wrap p, main .products-wrapper .product-box .product-content-wrap h3, main .banner .banner-wrapper .tagline-3, main .banner .banner-wrapper .tagline-2, main .banner .banner-wrapper .tagline-1 p, main .banner .banner-wrapper, main .banner, main header, main section, main, .global-ul, main .why-wrapper ul, main .breadcrumb-section ul, main footer ul, main .about-us .advantage-content-wrapper .advantage-wrapper .content-list ul {
  float: left;
  width: 100%;
}

.transition, main .contact-detail-wrapper .contact-wrapper .contact-form form .input-wrap button, main .contact-detail-wrapper .contact-wrapper .contact-form form .input-wrap textarea, main .contact-detail-wrapper .contact-wrapper .contact-form form .input-wrap input, main .copyright a, main footer a, main .about-us .about-content-wrapper .about-content-box a, main .about-us .advantage-content-wrapper .advantage-wrapper .content a, main .products-wrapper .product-box .product-content-wrap a, main .products-wrapper .product-box .img img, main .banner .banner-wrapper .tagline-3, main .banner .banner-wrapper .tagline-2 {
  transition: 0.5s;
}

.global-ul, main .why-wrapper ul, main .breadcrumb-section ul, main footer ul, main .about-us .advantage-content-wrapper .advantage-wrapper .content-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.before, main .mission-wrapper::before, main .breadcrumb-section ul li a::before, main .breadcrumb-section::before, main .products-wrapper .product-box .product-content-wrap h3::before, main header .navbar-wrapper .nav-item .nav-link::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
}

main {
  overflow: hidden;
  font-family: "Playfair Display", serif;
}
main header {
  padding: 10px 0;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}
@media (max-width: 992px) {
  main header .navbar-wrapper .navbar {
    justify-content: flex-end;
  }
  main header .navbar-wrapper .navbar .navbar-toggler {
    box-shadow: none;
    padding: 0;
  }
  main header .navbar-wrapper .navbar .navbar-collapse {
    position: absolute;
    right: 0;
    top: 60px;
    background: #fff;
    width: 320px;
    padding: 0 15px 15px 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
  }
}
main header .navbar-wrapper .navbar .navbar-nav {
  align-items: center;
}
@media (max-width: 992px) {
  main header .navbar-wrapper .navbar .navbar-nav {
    align-items: flex-start;
  }
}
main header .navbar-wrapper .nav-item {
  margin: 0 10px;
}
main header .navbar-wrapper .nav-item .dropdown-menu {
  display: none !important;
}
@media (max-width: 992px) {
  main header .navbar-wrapper .nav-item {
    margin: 0;
    width: 100%;
  }
}
main header .navbar-wrapper .nav-item:hover .dropdown-menu {
  top: 130% !important;
}
main header .navbar-wrapper .nav-item:hover .nav-link {
  color: #000;
}
main header .navbar-wrapper .nav-item:hover .nav-link::before {
  transform: scaleX(1);
}
main header .navbar-wrapper .nav-item .dropdown-menu {
  background: rgb(254, 173, 115);
  background: linear-gradient(0deg, rgb(254, 173, 115) 0%, rgb(255, 237, 219) 100%);
  border: none;
  padding: 0;
  border-radius: 10px;
  overflow: hidden;
  top: 60px;
}
main header .navbar-wrapper .nav-item .dropdown-menu li {
  padding: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
main header .navbar-wrapper .nav-item .dropdown-menu li:last-child {
  border-bottom: none;
}
main header .navbar-wrapper .nav-item .dropdown-menu li a {
  color: #a50000;
  padding: 7px 10px;
  transition: 0.5s;
  font-weight: 500;
}
@media (max-width: 992px) {
  main header .navbar-wrapper .nav-item .dropdown-menu li a {
    white-space: break-spaces;
  }
}
main header .navbar-wrapper .nav-item .dropdown-menu li a:hover {
  background: #bb3333;
  color: #fff;
}
main header .navbar-wrapper .nav-item .nav-link {
  color: #a50000;
  font-size: 17px;
  padding: 5px 10px !important;
  font-weight: 600;
  position: relative;
  transition: 0.5s;
}
@media (max-width: 992px) {
  main header .navbar-wrapper .nav-item .nav-link {
    padding: 5px 0 !important;
  }
}
main header .navbar-wrapper .nav-item .nav-link::before {
  background: rgb(254, 173, 115);
  background: linear-gradient(0deg, rgb(254, 173, 115) 0%, rgb(255, 237, 219) 100%);
  transition: 0.5s;
  transform: scaleX(0);
  border-radius: 7px;
}
main header .navbar-wrapper .nav-item .nav-link span {
  position: relative;
  z-index: 1;
}
main header .navbar-wrapper .nav-item .nav-link:hover {
  color: #000;
}
main header .navbar-wrapper .nav-item .nav-link:hover::before {
  transform: scaleX(1);
}
main header .navbar-wrapper .enquiry-btn {
  margin-right: 0;
}
main header .navbar-wrapper .enquiry-btn .nav-link {
  color: #fff;
  background: #bb3333;
  font-size: 17px;
  padding: 10px 15px !important;
  border-radius: 10px;
}
main header .navbar-wrapper .dropdown-toggle::after {
  display: none;
}
@media (max-width: 992px) {
  main header .navbar-wrapper .dropdown-toggle::after {
    display: none;
    position: absolute;
    right: 0;
    top: 15px;
  }
}
main .banner .banner-wrapper {
  position: relative;
}
@media (min-width: 1920px) {
  main .banner .banner-wrapper .camera_wrap img {
    object-fit: contain;
  }
}
@media (max-width: 1024px) {
  main .banner .banner-wrapper .camera_wrap {
    height: 500px !important;
  }
  main .banner .banner-wrapper .camera_wrap img {
    object-fit: cover;
  }
}
@media (max-width: 992px) {
  main .banner .banner-wrapper .camera_wrap {
    height: 384px !important;
  }
}
@media (max-width: 580px) {
  main .banner .banner-wrapper .camera_wrap {
    height: 200px !important;
  }
}
@media (max-width: 992px) {
  main .banner .banner-wrapper .camera_caption {
    width: 48%;
  }
}
@media (max-width: 992px) and (max-width: 580px) {
  main .banner .banner-wrapper .camera_caption {
    width: 100%;
  }
}
main .banner .banner-wrapper .tagline-1 {
  float: left;
  color: #fff;
  line-height: 1;
  font-size: 24px;
}
@media (max-width: 580px) {
  main .banner .banner-wrapper .tagline-1 {
    font-size: 14px;
  }
}
main .banner .banner-wrapper .tagline-1 p {
  margin: 0;
}
main .banner .banner-wrapper .tagline-2 {
  padding: 5px 0;
  position: relative;
}
main .banner .banner-wrapper .tagline-2 h2 {
  color: #fff;
  font-size: 50px;
  font-weight: 600;
}
@media (max-width: 1024px) {
  main .banner .banner-wrapper .tagline-2 h2 {
    font-size: 40px;
  }
}
@media (max-width: 580px) {
  main .banner .banner-wrapper .tagline-2 h2 {
    font-size: 27px;
  }
  main .banner .banner-wrapper .tagline-2 h2 br {
    display: none;
  }
}
main .banner .banner-wrapper .tagline-3 {
  position: relative;
  background: #a50000;
  clear: both;
  width: 450px;
  max-width: 100%;
  padding: 10px;
}
main .banner .banner-wrapper .tagline-3 p {
  color: #fff;
  margin: 0;
  line-height: 1.4;
  font-size: 19px;
}
@media (max-width: 1024px) {
  main .banner .banner-wrapper .tagline-3 p {
    font-size: 18px;
  }
}
@media (max-width: 580px) {
  main .banner .banner-wrapper .tagline-3 p {
    font-size: 14px;
  }
  main .banner .banner-wrapper .tagline-3 p br {
    display: none;
  }
}
main .products-wrapper {
  padding: 50px 0;
  background: #d8d8d8;
  font-family: "Inter", sans-serif;
}
@media (max-width: 992px) {
  main .products-wrapper {
    padding: 30px 0 15px 0;
  }
}
main .products-wrapper .product-box {
  gap: 20px;
}
@media (max-width: 992px) {
  main .products-wrapper .product-box {
    padding-bottom: 15px !important;
  }
}
@media (max-width: 580px) {
  main .products-wrapper .product-box {
    flex-direction: column;
  }
}
@media (max-width: 580px) {
  main .products-wrapper .product-box .img img {
    width: 100%;
  }
}
main .products-wrapper .product-box .product-content-wrap h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  padding: 0 0 10px 0;
  margin: 0 0 15px 0;
}
main .products-wrapper .product-box .product-content-wrap h3::before {
  width: 40px;
  height: 3px;
  background: #a50000;
  top: initial;
  bottom: 0;
}
main .products-wrapper .product-box .product-content-wrap p {
  font-size: 14px;
  line-height: 1.5;
}
main .products-wrapper .product-box .product-content-wrap a {
  float: left;
  color: #a50000;
}
main .products-wrapper .product-box .product-content-wrap a:hover {
  margin-left: 5px;
  color: #000;
}
main .products-wrapper .product-box:hover .img img {
  transform: scale(0.95);
  filter: grayscale(100%);
}
main .about-us {
  font-family: "Inter", sans-serif;
}
main .about-us .advantage-content-wrapper {
  background: #2b2d31;
  color: #fff;
  display: flex;
  align-items: center;
}
main .about-us .advantage-content-wrapper .advantage-wrapper {
  padding: 0 30px;
  display: flex;
}
@media (max-width: 992px) {
  main .about-us .advantage-content-wrapper .advantage-wrapper {
    padding: 30px;
  }
}
@media (max-width: 580px) {
  main .about-us .advantage-content-wrapper .advantage-wrapper {
    flex-direction: column;
    gap: 25px;
    padding: 30px 15px;
  }
}
main .about-us .advantage-content-wrapper .advantage-wrapper .content h3 {
  font-weight: 700;
  margin: 0 0 5px 0;
}
main .about-us .advantage-content-wrapper .advantage-wrapper .content p {
  margin: 0 0 15px 0;
  color: #c5c5c5;
  font-size: 16px;
  line-height: 1.3;
}
main .about-us .advantage-content-wrapper .advantage-wrapper .content a {
  text-decoration: none;
  color: #fff;
  border: 1px solid #fff;
  padding: 10px 20px;
  float: left;
  border-radius: 10px;
  line-height: 1;
}
main .about-us .advantage-content-wrapper .advantage-wrapper .content a:hover {
  background: #a50000;
  border-color: #a50000;
  border-radius: 0;
}
main .about-us .advantage-content-wrapper .advantage-wrapper .content-list ul li {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 20px;
}
main .about-us .advantage-content-wrapper .advantage-wrapper .content-list ul li:last-child {
  margin-bottom: 0;
}
main .about-us .advantage-content-wrapper .advantage-wrapper .content-list ul li p {
  margin: 0;
  font-size: 16px;
}
main .about-us .advantage-img img {
  width: 100%;
}
main .about-us .about-content-wrapper {
  background: #a50000;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
main .about-us .about-content-wrapper .about-content-box {
  padding: 0 40px;
}
@media (max-width: 992px) {
  main .about-us .about-content-wrapper .about-content-box {
    padding: 30px;
  }
}
@media (max-width: 580px) {
  main .about-us .about-content-wrapper .about-content-box {
    padding: 30px 15px;
  }
}
main .about-us .about-content-wrapper .about-content-box h2 {
  font-weight: 700;
  font-size: 34px;
  margin: 0 0 30px 0;
}
@media (max-width: 1024px) {
  main .about-us .about-content-wrapper .about-content-box h2 {
    font-size: 28px;
    margin: 0 0 15px 0;
  }
}
@media (max-width: 1024px) {
  main .about-us .about-content-wrapper .about-content-box p {
    font-size: 14px;
  }
}
main .about-us .about-content-wrapper .about-content-box a {
  text-decoration: none;
  color: #fff;
  border: 1px solid #fff;
  padding: 10px 20px;
  float: left;
  border-radius: 10px;
  line-height: 1;
  margin-top: 20px;
}
@media (max-width: 1024px) {
  main .about-us .about-content-wrapper .about-content-box a {
    margin-top: 10px;
  }
}
main .about-us .about-content-wrapper .about-content-box a:hover {
  background: #fff;
  border-color: #fff;
  color: #a50000;
  border-radius: 0;
}
main .about-us .about-img img {
  width: 100%;
}
main footer {
  background: #2b2d31;
  padding: 50px 0;
  color: #fff;
  font-family: "Inter", sans-serif;
}
@media (max-width: 580px) {
  main footer {
    padding: 20px 0;
  }
}
main footer a {
  color: #fff;
  text-decoration: none;
}
main footer a:hover {
  color: #ffe6d2;
}
main footer ul li {
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  main footer .address {
    padding: 0;
  }
}
@media (max-width: 580px) {
  main footer .address {
    padding: 0 15px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }
}
@media (max-width: 992px) {
  main footer .product-links {
    margin-top: 20px;
    padding: 20px 0 0 0 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
  }
}
@media (max-width: 580px) {
  main footer .product-links {
    padding: 20px 15px 0 15px !important;
  }
}
main footer .product-links ul {
  width: 50%;
}
@media (max-width: 580px) {
  main footer .product-links ul {
    width: 100%;
  }
}
main footer .product-links ul li {
  margin-bottom: 5px;
}
main footer .product-links ul li a {
  color: #949494;
}
main footer .product-links ul li a:hover {
  color: #ffe6d2;
}
main .copyright {
  background: #a50000;
  color: #fff;
  padding: 15px 0;
  font-family: "Inter", sans-serif;
}
@media (max-width: 580px) {
  main .copyright {
    padding: 15px;
  }
}
main .copyright p {
  margin: 0;
}
main .copyright a {
  color: #fff;
  text-decoration: none;
  margin-left: 20px;
  position: relative;
}
main .copyright a:hover {
  color: #000;
}
@media (max-width: 580px) {
  main .copyright a {
    margin-left: 0;
    position: relative;
    width: 100%;
    float: left;
  }
}
main .copyright .copyright-box {
  padding: 0;
}
@media (max-width: 580px) {
  main .copyright .copyright-box {
    text-align: center !important;
  }
}
main .copyright .copyright-box a {
  font-size: 14px;
}
main .copyright .copyright-box p {
  font-size: 14px;
}
main .inner-banner {
  height: 315px;
  background-size: cover;
  padding-bottom: 15px;
  position: relative;
  z-index: 2;
}
@media (max-width: 580px) {
  main .inner-banner {
    height: 250px;
  }
}
main .inner-banner .container {
  position: relative;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
main .inner-banner .inner-banner-content p {
  float: left;
  color: #fff;
  line-height: 1;
  font-size: 24px;
  margin: 0;
}
@media (max-width: 580px) {
  main .inner-banner .inner-banner-content p {
    font-size: 20px;
  }
}
main .inner-banner .inner-banner-content h3 {
  margin: 0;
  color: #fff;
  font-size: 50px;
  font-weight: 600;
}
@media (max-width: 580px) {
  main .inner-banner .inner-banner-content h3 {
    font-size: 30px;
  }
}
main .inner-banner .inner-banner-img {
  position: absolute;
  right: -50px;
  top: 20px;
}
@media (max-width: 1024px) {
  main .inner-banner .inner-banner-img {
    right: 0;
    width: 55%;
  }
  main .inner-banner .inner-banner-img img {
    width: 100%;
  }
}
@media (max-width: 992px) {
  main .inner-banner .inner-banner-img {
    right: 0;
    width: 50%;
    top: 90px;
  }
}
@media (max-width: 580px) {
  main .inner-banner .inner-banner-img {
    top: 20px;
  }
}
main .bolts-nuts-screws-nails-banner {
  background: url(../images/bolts-nuts-screws-nails-banner.png) no-repeat center;
}
main .about-us-banner {
  background: url(../images/about-us-banner.png) no-repeat center;
}
main .contact-us-banner {
  background: url(../images/contact-us-banner.png) no-repeat center;
}
main .contact-us-banner .inner-banner-img {
  height: 125%;
  top: 0;
}
@media (max-width: 580px) {
  main .contact-us-banner .inner-banner-img {
    top: 25px;
  }
}
main .contact-us-banner .inner-banner-img img {
  height: 100%;
}
@media (max-width: 1024px) {
  main .contact-us-banner .inner-banner-img img {
    width: auto;
  }
}
@media (max-width: 992px) {
  main .contact-us-banner .inner-banner-img img {
    height: auto;
    width: 100%;
  }
}
main .terms-of-service-banner {
  background: url(../images/terms-of-service-banner.png) no-repeat center;
}
main .privacy-policy-banner {
  background: url(../images/privacy-policy-banner.png) no-repeat center;
}
main .acceptable-use-policy-banner {
  background: url(../images/acceptable-use-policy-banner.png) no-repeat center;
}
main .product-enquiry-banner {
  background: url(../images/product-enquiry-banner.png) no-repeat center;
}
main .breadcrumb-section {
  position: relative;
  padding: 20px 0;
}
@media (max-width: 580px) {
  main .breadcrumb-section {
    padding: 10px 0;
  }
}
main .breadcrumb-section::before {
  width: 60%;
  background: #a50000;
}
@media (max-width: 580px) {
  main .breadcrumb-section::before {
    width: 100%;
  }
}
main .breadcrumb-section ul {
  display: flex;
}
main .breadcrumb-section ul li {
  color: #fff;
  padding: 0 10px 0 0;
  margin: 0 10px 0 0;
  font-family: "Inter", sans-serif;
}
main .breadcrumb-section ul li:last-child {
  padding: 0;
  margin: 0;
}
main .breadcrumb-section ul li a {
  text-decoration: none;
  color: #fff;
  position: relative;
}
main .breadcrumb-section ul li a::before {
  content: "/";
  width: auto;
  background: transparent;
  left: calc(100% + 7px);
  top: 0;
  height: auto;
  line-height: 1.2;
}
main .contact-us-breadcrumb::before {
  width: 100%;
}
main .products-detail-wrapper {
  padding: 40px 0;
}
main .products-detail-wrapper h2 {
  margin-bottom: 40px;
  font-weight: 600;
  font-size: 35px;
}
main .products-detail-wrapper h3 {
  margin-bottom: 30px;
  font-size: 17px;
  font-family: "Inter", sans-serif;
  line-height: 1.5;
  font-weight: 500;
}
main .products-detail-wrapper p {
  margin-bottom: 20px;
  font-size: 15px;
  font-family: "Inter", sans-serif;
  line-height: 2;
}
main .products-detail-wrapper .product-enquiry-content h2 {
  margin-bottom: 25px;
}
main .products-detail-wrapper .product-enquiry-content h3 {
  margin-bottom: 15px;
}
main .products-detail-wrapper .product-enquiry-content p {
  margin-bottom: 15px;
}
main .products-detail-wrapper .product-enquiry-content p strong {
  line-height: 1;
}
main .contact-detail-wrapper {
  padding: 40px 0;
  font-family: "Inter", sans-serif;
}
main .contact-detail-wrapper .contact-wrapper {
  display: flex;
  gap: 25px;
  margin-top: 35px;
}
@media (max-width: 580px) {
  main .contact-detail-wrapper .contact-wrapper {
    flex-direction: column;
  }
}
main .contact-detail-wrapper .contact-wrapper .contact-form form .input-wrap {
  margin-bottom: 10px;
}
main .contact-detail-wrapper .contact-wrapper .contact-form form .input-wrap input {
  height: 40px;
  padding-left: 15px;
  font-family: "Inter", sans-serif;
  border: 1px solid #dddddd;
  outline: none;
  font-size: 14px;
}
main .contact-detail-wrapper .contact-wrapper .contact-form form .input-wrap input:focus {
  border-color: #a50000;
}
main .contact-detail-wrapper .contact-wrapper .contact-form form .input-wrap textarea {
  height: 100px;
  padding: 10px 15px;
  border: 1px solid #dddddd;
  outline: none;
  font-size: 14px;
}
main .contact-detail-wrapper .contact-wrapper .contact-form form .input-wrap textarea:focus {
  border-color: #a50000;
}
main .contact-detail-wrapper .contact-wrapper .contact-form form .input-wrap button {
  float: left;
  background: #a50000;
  color: #fff;
  padding: 10px 30px;
  border: none;
  margin: 10px 0 0 0;
}
main .contact-detail-wrapper .contact-wrapper .contact-form form .input-wrap button:hover {
  background: #ffbb81;
  color: #000;
}
main .contact-detail-wrapper .contact-wrapper .contact-form .address-wrapper {
  margin: 30px 0 0 0;
}
main .contact-detail-wrapper .contact-wrapper .contact-form .address-wrapper p {
  font-size: 15px;
}
main .contact-detail-wrapper .contact-wrapper .contact-form .address-wrapper p a {
  color: #000;
  text-decoration: none;
}
main .contact-detail-wrapper .contact-wrapper .contact-map iframe {
  height: 100%;
}
@media (max-width: 580px) {
  main .contact-detail-wrapper .contact-wrapper .contact-map iframe {
    height: 250px;
  }
}
main .product-enquiry-form .contact-form-box {
  float: left;
  width: 520px;
  max-width: 100%;
  margin: 30px 0 30px 50px;
  font-family: "Inter", sans-serif;
}
@media (max-width: 1024px) {
  main .product-enquiry-form .contact-form-box {
    width: 450px;
  }
}
@media (max-width: 992px) {
  main .product-enquiry-form .contact-form-box {
    width: 300px;
  }
}
@media (max-width: 580px) {
  main .product-enquiry-form .contact-form-box {
    margin: 20px 0;
    float: left;
    width: 100%;
    padding: 0 15px;
  }
}
main .product-enquiry-form .contact-form-box form .btn {
  color: #fff;
  background: #bb3333;
  font-size: 17px;
  padding: 10px 25px !important;
  border-radius: 5px;
  line-height: 1;
  border: none;
}
main .product-enquiry-form .call-back-img img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 580px) {
  main .product-enquiry-form .call-back-img img {
    height: auto;
  }
}
main .product-listing-wrapper {
  padding: 60px 0 30px;
}
main .product-listing-wrapper .list {
  border: 1px solid #e7e7e7;
  border-radius: 16px;
  height: 100%;
}
main .product-listing-wrapper .list .img-box {
  text-align: center;
  background: #f7f7f7;
}
main .product-listing-wrapper .list p {
  margin: 15px 0;
  padding: 0 15px;
  font-family: "Inter", sans-serif;
}
main .mission-wrapper {
  font-family: "Inter", sans-serif;
  display: flex;
  gap: 25px;
  position: relative;
}
@media (max-width: 580px) {
  main .mission-wrapper {
    flex-direction: column;
  }
}
main .mission-wrapper::before {
  background: #525252;
}
main .mission-wrapper img {
  width: 50%;
  position: relative;
  object-fit: cover;
}
@media (max-width: 580px) {
  main .mission-wrapper img {
    width: 100%;
  }
}
main .mission-wrapper .mission-wrap {
  position: relative;
  padding: 40px 0;
  color: #fff;
  width: 550px;
}
@media (max-width: 1024px) {
  main .mission-wrapper .mission-wrap {
    width: 450px;
  }
}
@media (max-width: 992px) {
  main .mission-wrapper .mission-wrap {
    width: 350px;
  }
}
@media (max-width: 580px) {
  main .mission-wrapper .mission-wrap {
    width: 100%;
    padding: 0 15px 30px 15px;
  }
}
main .mission-wrapper .mission-wrap h2 {
  font-weight: 700;
  margin-bottom: 30px;
}
main .mission-wrapper .mission-wrap h3 {
  font-size: 19px;
  margin-bottom: 20px;
  margin-top: 10px;
  line-height: 1.5;
}
main .mission-wrapper .mission-wrap p {
  font-size: 15px;
}
main .why-wrapper {
  background: #a50000;
  color: #fff;
  padding: 50px 0;
  font-family: "Inter", sans-serif;
}
@media (max-width: 580px) {
  main .why-wrapper {
    padding: 30px 0;
  }
}
main .why-wrapper h2 {
  text-align: center;
  font-weight: 700;
  font-size: 30px;
}
main .why-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  margin-top: 40px;
}
@media (max-width: 580px) {
  main .why-wrapper ul {
    flex-direction: column;
    gap: 0;
  }
}
main .why-wrapper ul li {
  width: calc(50% - 25px);
  display: flex;
  gap: 25px;
}
@media (max-width: 580px) {
  main .why-wrapper ul li {
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  main .why-wrapper ul li:last-child {
    border: none;
    margin: 0;
  }
}
main .why-wrapper ul li p {
  font-size: 15px;
}
main .why-wrapper ul li h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}
main .why-extra-wrapper {
  background: #760000;
  color: #fff;
  font-family: "Inter", sans-serif;
  padding: 30px 0;
}
@media (max-width: 580px) {
  main .why-extra-wrapper {
    padding: 30px 0 15px;
  }
}
main .why-extra-wrapper p {
  margin: 0;
}
@media (max-width: 580px) {
  main .why-extra-wrapper .why-extra-box {
    padding: 0 15px !important;
    margin-bottom: 15px;
  }
}
main .vision-wrapper {
  flex-direction: row-reverse;
}
@media (max-width: 580px) {
  main .vision-wrapper {
    flex-direction: column;
  }
}
main .vision-wrapper::before {
  display: none;
}
main .vision-wrapper .mission-wrap {
  color: #000;
}

/* ============ only desktop view ============ */
@media all and (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    margin-top: 0;
  }
  .navbar .nav-item:hover .nav-link {
    color: #fff;
  }
  .navbar .dropdown-menu.fade-down {
    top: 80%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
  }
  .navbar .dropdown-menu.fade-up {
    top: 180%;
  }
  .navbar .nav-item:hover .dropdown-menu {
    transition: 0.3s;
    opacity: 1;
    visibility: visible;
    top: 100%;
    transform: rotateX(0deg);
  }
}
/* ============ desktop view .end// ============ */

/*# sourceMappingURL=style.css.map */
