/*
Theme Name: bootScore
Theme URI: https://bootscore.me/
Author: bootScore
Author URI: https://bootscore.me
Description: A powerful Bootstrap 5 WordPress Starter Theme with WooCommerce Support. <a href="https://bootscore.me/category/documentation/" target="_blank">Documentation</a>. This theme gives you full control whatever you do and the full freedom to design whatever you want. It comes with a wide selection of category, page, post, author and archive templates as well as sidebar, header, footer and 404 widgets. There are no customizer settings in the backend. All settings can only be made by touching the code. Some CSS, HTML, PHP and JS Skills are required to customize it.
Version: 5.3.3
Requires at least: 5.0
Tested up to: 6.3.1
Requires PHP: 7.4
License: MIT License
License URI: https://github.com/bootscore/bootscore/blob/main/LICENSE
Text Domain: bootscore
Tags: featured-images, threaded-comments, translation-ready

Use this theme to make something cool, have fun, and share what you've learned with others.

Bootscore is based on Underscores https://underscores.me/, (C) 2012-2022 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

/* 
All style editing is done via scss/_bscore_custom.scss
*/
.pro_ht_img{
    height:300px;
    width:100%;
    object-fit: cover;
    object-position: top;
    /*filter: brightness(0.5);*/
}
.space {
  margin-top: 10em;
}
.sticky-top,
.headSec {
  transition: all 0.3s ease;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  transition: all 0.3s ease-in-out;
}
.sticky-headSec {
  position: fixed !important;
  top: 9vh;
  width: 100% !important;
  z-index: 990 !important;
  transition: all 0.3s ease-in-out !important;
}
.sticky .fixed-top {
  background-color: #1b222fbd;
  backdrop-filter: blur(10px);
  border-bottom: 1px solid #ffffff94;
  transition: all 0.3s ease-in-out;
}
.mt-6 {
  margin-top: 6rem;
}
.mt-7 {
  margin-top: 7rem;
}
/*.site-content {*/
/*  background-color: hsla(0, 0%, 100%, 1);*/
/*  background-image: radial-gradient(*/
/*      at 39% 25%,*/
/*      hsla(27, 0%, 100%, 1) 0px,*/
/*      transparent 50%*/
/*    ),*/
/*    radial-gradient(at 80% 0%, hsla(189, 100%, 82%, 1) 0px, transparent 50%),*/
/*    radial-gradient(at 0% 50%, hsla(355, 100%, 95%, 1) 0px, transparent 50%),*/
/*    radial-gradient(at 80% 50%, hsla(340, 76%, 86%, 1) 0px, transparent 50%),*/
/*    radial-gradient(at 0% 100%, hsla(59, 100%, 83%, 1) 0px, transparent 50%),*/
/*    radial-gradient(*/
/*      at 80% 100%,*/
/*      hsla(240, 100%, 70%, 0.19) 0px,*/
/*      transparent 50%*/
/*    ),*/
/*    radial-gradient(at 0% 0%, hsla(343, 100%, 76%, 0) 0px, transparent 50%);*/
/*}*/
#bootscore-navbar {
  justify-content: space-around;
  width: 70%;
}

.sticky .fixed-top #bootscore-navbar{
  background-color: transparent;
}

#bootscore-navbar .nav-link.active,
#bootscore-navbar .nav-link:hover {
  color: white;
  font-size: 1.1rem;
  font-weight: 400;
  text-transform: uppercase;
  background-color: #1a02028a;
  border-bottom: 1px solid red;
  mix-blend-mode: plus-lighter;
  transition: all 0.5s ease-in-out;
}

#bootscore-navbar a {
  color: white;
  font-size: 1.1rem;
  font-weight: 400;
  text-transform: uppercase;
  border-bottom: 1px solid transparent;
}

footer {
  background-color: #d1d1d1;
}

.bootscore-footer ul {
  display: flex;
  justify-content: center;
}
.bootscore-footer ul li a {
  color: #000;
}
#footer-menu li a {
  margin-right: 3rem;
  text-transform: capitalize;
}


.table-ls-machine>table>tbody>tr>th row{
    width:2vw;
}


.me-icon{
	color: #f79e9e !important;
    background-color: #9b0027 !important;
    border-color: #ff799b !important;
}

/*landingpage video*/

 .video-container {
            position: relative;
            width: 100%;
            height: 728px;
            overflow: hidden;
        }

        .video-container video {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 90vh;
            object-fit: cover;
        }
/* Small Devices Start -------------------------------------------------Small Devices Start */

@media (max-width: 425px) {
    
/*  .table-ls-machine table{*/
/*    overflow: scroll !important;*/
/*    width: max-content;*/
/*}*/
#machine-ls{
    width: max-content;
    overflow: scroll;
    display: grid;
    justify-items: start;
}
  .offcanvas {
    background-color: #3b1310;
  }

  
  .hero-slide {
    height: 85vh;
    width: 425px !important;
    margin: auto;
    position: relative;
  }
  .hero-slide img {
    height: 100vh;
    width: 100%;
  }
  .overlay {
    background: linear-gradient(
      180deg,
      rgba(183, 94, 25, 0.93) 0%,
      rgba(240, 188, 119, 0.32) 100%
    );
    position: absolute;
    top: 0;
    left: 0;
    height: 85vh;
    width: 100%;
  }

  .rounded-bottom,
  .overlay {
    border-bottom-right-radius: 50px !important;
    border-bottom-left-radius: 50px !important;
  }

  .hero-slide video {
    object-fit: cover;
  }
  .hero-content {
    position: absolute;
    top: 30%;
    left: 10%;
    color: rgb(56, 3, 3);
    z-index: 999;
  }
  .hero-content h1 {
    background-color: rgba(255, 255, 255, 0.685);
    width: fit-content;
    padding: 0 1em;
    border-radius: 25px;
  }
  .hero-content h3 {
    color: white;
  }
  .hero-slide img {
    height: 600px;
    width: 100%;
  }

  .slider-sm-scdown {
    position: absolute;
    left: 0;
    right: auto;
    bottom: 10%;
  }
  .slider-sm-scdown p {
    letter-spacing: 5px;
  }

  /* Scroll Animation */

  .mouse {
    background: #4e5559
      linear-gradient(
        transparent 0%,
        transparent 50%,
        #ffffff 50%,
        #ffffff 100%
      );
    position: relative;
    width: 52px;
    height: 88px;
    border-radius: 100px;
    background-size: 100% 200%;
    -webkit-animation: colorSlide 5s linear infinite,
      nudgeMouse 5s ease-out infinite;
    animation: colorSlide 5s linear infinite, nudgeMouse 5s ease-out infinite;
    mix-blend-mode: soft-light;
    left: 43%;
  }
  .mouse:before,
  .mouse:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  .mouse:before {
    width: 46px;
    height: 82px;
    background-color: #222a30;
    border-radius: 100px;
  }
  .mouse:after {
    background-color: #ffffff;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    -webkit-animation: trackBallSlide 5s linear infinite;
    animation: trackBallSlide 5s linear infinite;
  }

  @-webkit-keyframes colorSlide {
    0% {
      background-position: 0% 100%;
    }
    20% {
      background-position: 0% 0%;
    }
    21% {
      background-color: #4e5559;
    }
    29.99% {
      background-color: #ffffff;
      background-position: 0% 0%;
    }
    30% {
      background-color: #4e5559;
      background-position: 0% 100%;
    }
    50% {
      background-position: 0% 0%;
    }
    51% {
      background-color: #4e5559;
    }
    59% {
      background-color: #ffffff;
      background-position: 0% 0%;
    }
    60% {
      background-color: #4e5559;
      background-position: 0% 100%;
    }
    80% {
      background-position: 0% 0%;
    }
    81% {
      background-color: #4e5559;
    }
    90%,
    100% {
      background-color: #ffffff;
    }
  }

  @keyframes colorSlide {
    0% {
      background-position: 0% 100%;
    }
    20% {
      background-position: 0% 0%;
    }
    21% {
      background-color: #4e5559;
    }
    29.99% {
      background-color: #ffffff;
      background-position: 0% 0%;
    }
    30% {
      background-color: #4e5559;
      background-position: 0% 100%;
    }
    50% {
      background-position: 0% 0%;
    }
    51% {
      background-color: #4e5559;
    }
    59% {
      background-color: #ffffff;
      background-position: 0% 0%;
    }
    60% {
      background-color: #4e5559;
      background-position: 0% 100%;
    }
    80% {
      background-position: 0% 0%;
    }
    81% {
      background-color: #4e5559;
    }
    90%,
    100% {
      background-color: #ffffff;
    }
  }
  @-webkit-keyframes trackBallSlide {
    0% {
      opacity: 1;
      transform: scale(1) translateY(-20px);
    }
    6% {
      opacity: 1;
      transform: scale(0.9) translateY(5px);
    }
    14% {
      opacity: 0;
      transform: scale(0.4) translateY(40px);
    }
    15%,
    19% {
      opacity: 0;
      transform: scale(0.4) translateY(-20px);
    }
    28%,
    29.99% {
      opacity: 1;
      transform: scale(1) translateY(-20px);
    }
    30% {
      opacity: 1;
      transform: scale(1) translateY(-20px);
    }
    36% {
      opacity: 1;
      transform: scale(0.9) translateY(5px);
    }
    44% {
      opacity: 0;
      transform: scale(0.4) translateY(40px);
    }
    45%,
    49% {
      opacity: 0;
      transform: scale(0.4) translateY(-20px);
    }
    58%,
    59.99% {
      opacity: 1;
      transform: scale(1) translateY(-20px);
    }
    60% {
      opacity: 1;
      transform: scale(1) translateY(-20px);
    }
    66% {
      opacity: 1;
      transform: scale(0.9) translateY(5px);
    }
    74% {
      opacity: 0;
      transform: scale(0.4) translateY(40px);
    }
    75%,
    79% {
      opacity: 0;
      transform: scale(0.4) translateY(-20px);
    }
    88%,
    100% {
      opacity: 1;
      transform: scale(1) translateY(-20px);
    }
  }
  @keyframes trackBallSlide {
    0% {
      opacity: 1;
      transform: scale(1) translateY(-20px);
    }
    6% {
      opacity: 1;
      transform: scale(0.9) translateY(5px);
    }
    14% {
      opacity: 0;
      transform: scale(0.4) translateY(40px);
    }
    15%,
    19% {
      opacity: 0;
      transform: scale(0.4) translateY(-20px);
    }
    28%,
    29.99% {
      opacity: 1;
      transform: scale(1) translateY(-20px);
    }
    30% {
      opacity: 1;
      transform: scale(1) translateY(-20px);
    }
    36% {
      opacity: 1;
      transform: scale(0.9) translateY(5px);
    }
    44% {
      opacity: 0;
      transform: scale(0.4) translateY(40px);
    }
    45%,
    49% {
      opacity: 0;
      transform: scale(0.4) translateY(-20px);
    }
    58%,
    59.99% {
      opacity: 1;
      transform: scale(1) translateY(-20px);
    }
    60% {
      opacity: 1;
      transform: scale(1) translateY(-20px);
    }
    66% {
      opacity: 1;
      transform: scale(0.9) translateY(5px);
    }
    74% {
      opacity: 0;
      transform: scale(0.4) translateY(40px);
    }
    75%,
    79% {
      opacity: 0;
      transform: scale(0.4) translateY(-20px);
    }
    88%,
    100% {
      opacity: 1;
      transform: scale(1) translateY(-20px);
    }
  }
  @-webkit-keyframes nudgeMouse {
    0% {
      transform: translateY(0);
    }
    20% {
      transform: translateY(8px);
    }
    30% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(8px);
    }
    60% {
      transform: translateY(0);
    }
    80% {
      transform: translateY(8px);
    }
    90% {
      transform: translateY(0);
    }
  }
  @keyframes nudgeMouse {
    0% {
      transform: translateY(0);
    }
    20% {
      transform: translateY(8px);
    }
    30% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(8px);
    }
    60% {
      transform: translateY(0);
    }
    80% {
      transform: translateY(8px);
    }
    90% {
      transform: translateY(0);
    }
  }
  @-webkit-keyframes nudgeText {
    0% {
      transform: translateY(0);
    }
    20% {
      transform: translateY(2px);
    }
    30% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(2px);
    }
    60% {
      transform: translateY(0);
    }
    80% {
      transform: translateY(2px);
    }
    90% {
      transform: translateY(0);
    }
  }
  @keyframes nudgeText {
    0% {
      transform: translateY(0);
    }
    20% {
      transform: translateY(2px);
    }
    30% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(2px);
    }
    60% {
      transform: translateY(0);
    }
    80% {
      transform: translateY(2px);
    }
    90% {
      transform: translateY(0);
    }
  }
  @-webkit-keyframes colorText {
    21% {
      color: #4e5559;
    }
    30% {
      color: #ffffff;
    }
    51% {
      color: #4e5559;
    }
    60% {
      color: #ffffff;
    }
    81% {
      color: #4e5559;
    }
    90% {
      color: #ffffff;
    }
  }
  @keyframes colorText {
    21% {
      color: #4e5559;
    }
    30% {
      color: #ffffff;
    }
    51% {
      color: #4e5559;
    }
    60% {
      color: #ffffff;
    }
    81% {
      color: #4e5559;
    }
    90% {
      color: #ffffff;
    }
  }
  /* Scroll animation end */

  .bg-lite {
    width: 100% !important;
  }
  .focus-title {
    width: 75vw !important;
    transform: translateX(10vw) !important;
    font-size: 2rem !important;
    padding-right: 3%;
  }
  .container-focus {
    transform: translateX(0vw) !important;
    border: 0 !important;
  }
  .container-focus .row {
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow: scroll;
  }
  .arrow-2 {
    width: 15%;
    float: right;
  }
  .sec-capabilities {
    height: 80rem;
  }
  .space {
    position: relative;
    margin-top: 0;
  }
  .space .container {
    height: auto !important;
  }
  .mapWorld {
    padding-top: 6em;
  }
  .map-counter {
    padding: 1rem 0;
    background-color: #fdfff0b0;
    border-radius: 1rem;
    border: 1px dashed #addfad;
    right: 5%;
    backdrop-filter: blur(3px);
    box-shadow: 1px 11px 40px 0 #9f9f9f54;
  }
  .counter svg {
    width: 15px;
    height: 15px;
  }
  .counter span {
    font-size: 0.9rem !important;
  }
  .counter-count {
    font-size: 0.9rem !important;
  }
  .counter h2 {
    font-size: 0.9rem !important;
  }
  .fig {
    position: absolute;
    top: 97%;
    right: 0;
    width: 250px;
    mix-blend-mode: color-burn;
  }
}

/* Small Device End-------------------------------------------------------------------Small Device End */
/* Small Medium Device End -------------------------------------------- Small Medium Device End */

@media (max-width: 768px) {
  #bootscore-navbar{
    width: 100% !important;    
  }
  #bootscore-navbar a{
    padding-left: .5em !important;
  }
  .offcanvas {
    background-color: #3b1310;
  }
  .sticky .offcanvas.offcanvas-end{
      top:0!important;
      height:100vh !important;
  }
  .offcanvas-header .btn-close{
      background:white var(--bs-btn-close-bg) center / 1em auto no-repeat;
  }
  .mini-tab {
    transition: al 0.5s ease-in-out;
  }
  .mini-tab a{
    font-size:1rem !important;
  }
  .mini-tab:hover {
    box-shadow: 0 10px 50px #0000004f;
  }
  .bi-filetype-pdf{
    width:25px;
    height:25px;
  }
  .company-menu::before,
  .sustainability-menu:before,
  .factory-menu::before,
  .services-menu::before,
  .products-menu::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    text-align: center;
    font-size:1.5rem ;
    color:white;
    opacity:.5;
  }
  .sticky-nav-mob #bootscore-navbar .nav-link.active li::before{
      color:red;
  }
  .sticky-headSec {
      top: 11.5vh;
    }
  .company-menu::before {
    content: "\f1ad";
  }
  .sustainability-menu::before {
    content: "\f4d8";
  }
  .factory-menu::before {
    content: "\f553";
  }
  .services-menu::before {
    content: "\f568";
  }
  .products-menu::before {
    content: "\f1b2";
  }
  .sticky-nav-mob #bootscore-navbar .nav-link {
    color: white;
    font-size:.7rem !important;
  }
   .sticky-nav-mob #bootscore-navbar .current_page_item  .company-menu::before {
     color: red !important;
  }
  .sticky-nav-mob .nav-link.active,
  .sticky-nav-mob .nav-link:hover{
    /*color: #1f9a6c;*/
    background-color: black;
  }
  .mob-menu-foot .fa-solid{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    text-align: center;
    font-size:1.5rem ;
    color:white;
    opacity:.5;
  }
   .mob-menu-foot li a{
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
   }
    .mob-menu-foot .current-menu-item::before{
        opacity:1 !important;
    }
  .sticky-nav-mob {
    position: sticky;
    bottom: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0px -1rem 3rem rgba(0, 0, 0, 0.175);
  }
  .sticky-nav-mob .navbar-nav {
    width: 100% !important;
    display: inline-flex;
    flex-direction: row;
  }
  .sticky-nav-mob ul li {
    width: fit-content;
    display: inline-block;
    /* background-color: #e2e2e2; */
    text-align: center;
  }
   
  .sticky-nav-mob ul li a {
    font-size: 0.7rem;
    padding: 0.3em 0.4em;
    border-radius: 1em;
    opacity:.5;
  }
    .sticky-nav-mob ul li a.active,
    .sticky-nav-mob ul li a:hover{
    border-bottom:2px solid green !important;
    border-radius: 0em !important;
    opacity:1!important;
  }
  .hero-slide {
    height: 85vh;
    width: 100vw !important;
    margin: auto;
    position: relative;
  }
  .hero-slide img {
    height: 100vh;
    width: 100%;
  }
  .overlay {
    background: linear-gradient(
      180deg,
      rgba(183, 94, 25, 0.93) 0%,
      rgba(240, 188, 119, 0.32) 100%
    );
    position: absolute;
    top: 0;
    left: 0;
    height: 78vh;
    width: 100%;
  }
.video-container{
    height: 78vh;
}
.video-container video{
        height: 90vh;
}
  .rounded-bottom,
  .video-container,
  .video-container video,
  .overlay {
    border-bottom-right-radius: 50px !important;
    border-bottom-left-radius: 50px !important;
  }

  .hero-slide video {
    object-fit: cover;
  }
  .hero-content {
    position: absolute;
    top: 30%;
    left: 10%;
    color: rgb(56, 3, 3);
    z-index: 999;
  }
  .hero-content h1 {
    background-color: rgba(255, 255, 255, 0.685);
    width: fit-content;
    padding: 0 1em;
    border-radius: 25px;
  }
  .hero-content h3 {
    color: white;
  }
  .hero-slide img {
    height: 600px;
    width: 100%;
  }

  .slider-sm-scdown {
    position: absolute;
    left: 0;
    right: auto;
    bottom: 10%;
  }
  .slider-sm-scdown p {
    letter-spacing: 5px;
  }

  /* Scroll Animation */

  .mouse {
    background: #4e5559
      linear-gradient(
        transparent 0%,
        transparent 50%,
        #ffffff 50%,
        #ffffff 100%
      );
    position: relative;
    width: 52px;
    height: 88px;
    border-radius: 100px;
    background-size: 100% 200%;
    -webkit-animation: colorSlide 5s linear infinite,
      nudgeMouse 5s ease-out infinite;
    animation: colorSlide 5s linear infinite, nudgeMouse 5s ease-out infinite;
    mix-blend-mode: soft-light;
    left: 43%;
  }
  .mouse:before,
  .mouse:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  .mouse:before {
    width: 46px;
    height: 82px;
    background-color: #222a30;
    border-radius: 100px;
  }
  .mouse:after {
    background-color: #ffffff;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    -webkit-animation: trackBallSlide 5s linear infinite;
    animation: trackBallSlide 5s linear infinite;
  }

  @-webkit-keyframes colorSlide {
    0% {
      background-position: 0% 100%;
    }
    20% {
      background-position: 0% 0%;
    }
    21% {
      background-color: #4e5559;
    }
    29.99% {
      background-color: #ffffff;
      background-position: 0% 0%;
    }
    30% {
      background-color: #4e5559;
      background-position: 0% 100%;
    }
    50% {
      background-position: 0% 0%;
    }
    51% {
      background-color: #4e5559;
    }
    59% {
      background-color: #ffffff;
      background-position: 0% 0%;
    }
    60% {
      background-color: #4e5559;
      background-position: 0% 100%;
    }
    80% {
      background-position: 0% 0%;
    }
    81% {
      background-color: #4e5559;
    }
    90%,
    100% {
      background-color: #ffffff;
    }
  }

  @keyframes colorSlide {
    0% {
      background-position: 0% 100%;
    }
    20% {
      background-position: 0% 0%;
    }
    21% {
      background-color: #4e5559;
    }
    29.99% {
      background-color: #ffffff;
      background-position: 0% 0%;
    }
    30% {
      background-color: #4e5559;
      background-position: 0% 100%;
    }
    50% {
      background-position: 0% 0%;
    }
    51% {
      background-color: #4e5559;
    }
    59% {
      background-color: #ffffff;
      background-position: 0% 0%;
    }
    60% {
      background-color: #4e5559;
      background-position: 0% 100%;
    }
    80% {
      background-position: 0% 0%;
    }
    81% {
      background-color: #4e5559;
    }
    90%,
    100% {
      background-color: #ffffff;
    }
  }
  @-webkit-keyframes trackBallSlide {
    0% {
      opacity: 1;
      transform: scale(1) translateY(-20px);
    }
    6% {
      opacity: 1;
      transform: scale(0.9) translateY(5px);
    }
    14% {
      opacity: 0;
      transform: scale(0.4) translateY(40px);
    }
    15%,
    19% {
      opacity: 0;
      transform: scale(0.4) translateY(-20px);
    }
    28%,
    29.99% {
      opacity: 1;
      transform: scale(1) translateY(-20px);
    }
    30% {
      opacity: 1;
      transform: scale(1) translateY(-20px);
    }
    36% {
      opacity: 1;
      transform: scale(0.9) translateY(5px);
    }
    44% {
      opacity: 0;
      transform: scale(0.4) translateY(40px);
    }
    45%,
    49% {
      opacity: 0;
      transform: scale(0.4) translateY(-20px);
    }
    58%,
    59.99% {
      opacity: 1;
      transform: scale(1) translateY(-20px);
    }
    60% {
      opacity: 1;
      transform: scale(1) translateY(-20px);
    }
    66% {
      opacity: 1;
      transform: scale(0.9) translateY(5px);
    }
    74% {
      opacity: 0;
      transform: scale(0.4) translateY(40px);
    }
    75%,
    79% {
      opacity: 0;
      transform: scale(0.4) translateY(-20px);
    }
    88%,
    100% {
      opacity: 1;
      transform: scale(1) translateY(-20px);
    }
  }
  @keyframes trackBallSlide {
    0% {
      opacity: 1;
      transform: scale(1) translateY(-20px);
    }
    6% {
      opacity: 1;
      transform: scale(0.9) translateY(5px);
    }
    14% {
      opacity: 0;
      transform: scale(0.4) translateY(40px);
    }
    15%,
    19% {
      opacity: 0;
      transform: scale(0.4) translateY(-20px);
    }
    28%,
    29.99% {
      opacity: 1;
      transform: scale(1) translateY(-20px);
    }
    30% {
      opacity: 1;
      transform: scale(1) translateY(-20px);
    }
    36% {
      opacity: 1;
      transform: scale(0.9) translateY(5px);
    }
    44% {
      opacity: 0;
      transform: scale(0.4) translateY(40px);
    }
    45%,
    49% {
      opacity: 0;
      transform: scale(0.4) translateY(-20px);
    }
    58%,
    59.99% {
      opacity: 1;
      transform: scale(1) translateY(-20px);
    }
    60% {
      opacity: 1;
      transform: scale(1) translateY(-20px);
    }
    66% {
      opacity: 1;
      transform: scale(0.9) translateY(5px);
    }
    74% {
      opacity: 0;
      transform: scale(0.4) translateY(40px);
    }
    75%,
    79% {
      opacity: 0;
      transform: scale(0.4) translateY(-20px);
    }
    88%,
    100% {
      opacity: 1;
      transform: scale(1) translateY(-20px);
    }
  }
  @-webkit-keyframes nudgeMouse {
    0% {
      transform: translateY(0);
    }
    20% {
      transform: translateY(8px);
    }
    30% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(8px);
    }
    60% {
      transform: translateY(0);
    }
    80% {
      transform: translateY(8px);
    }
    90% {
      transform: translateY(0);
    }
  }
  @keyframes nudgeMouse {
    0% {
      transform: translateY(0);
    }
    20% {
      transform: translateY(8px);
    }
    30% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(8px);
    }
    60% {
      transform: translateY(0);
    }
    80% {
      transform: translateY(8px);
    }
    90% {
      transform: translateY(0);
    }
  }
  @-webkit-keyframes nudgeText {
    0% {
      transform: translateY(0);
    }
    20% {
      transform: translateY(2px);
    }
    30% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(2px);
    }
    60% {
      transform: translateY(0);
    }
    80% {
      transform: translateY(2px);
    }
    90% {
      transform: translateY(0);
    }
  }
  @keyframes nudgeText {
    0% {
      transform: translateY(0);
    }
    20% {
      transform: translateY(2px);
    }
    30% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(2px);
    }
    60% {
      transform: translateY(0);
    }
    80% {
      transform: translateY(2px);
    }
    90% {
      transform: translateY(0);
    }
  }
  @-webkit-keyframes colorText {
    21% {
      color: #4e5559;
    }
    30% {
      color: #ffffff;
    }
    51% {
      color: #4e5559;
    }
    60% {
      color: #ffffff;
    }
    81% {
      color: #4e5559;
    }
    90% {
      color: #ffffff;
    }
  }
  @keyframes colorText {
    21% {
      color: #4e5559;
    }
    30% {
      color: #ffffff;
    }
    51% {
      color: #4e5559;
    }
    60% {
      color: #ffffff;
    }
    81% {
      color: #4e5559;
    }
    90% {
      color: #ffffff;
    }
  }
  /* Scroll animation end */
  .is-style-features {
    font-size: 35px;
  }
  .bg-lite {
    width: 100% !important;
  }
  .focus {
    width: 100%;
  }
  .focus-title {
    width: 75vw !important;
    transform: translateX(10vw) !important;
    font-size: 2rem !important;
    padding-right: 3%;
  }
  .container-focus {
    transform: translateX(0vw) !important;
    border: 0 !important;
    width: 100%;
  }
  .container-focus .row {
    display: block;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow: visible;
  }
  .focusMobileImg {
    width: 100% !important;
    margin-bottom: 1em !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .focusMobileImg img{
    padding: 1em;
    border-radius: 2em;
  }
  .focusMobileImg h4 {
    font-size: 3rem;
    color: white;
  }
  .arrow-2 {
    width: 15%;
    float: right;
  }

  .overlay-capabilites {
    width: 100%;
    margin: 0;
  }
  .sec-capabilities {
    height: fit-content;
    border-radius: 35px;
    background-image: url(./img/assets/bg-3.jpg);
  }
  .cap-heading {
    padding: 0 2em;
  }
  .capabilities-content .card-title {
    font-size: 16px;
    font-weight: 300;
  }
  .capabilities-content .capIconGrid {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #310e27e6;
  }
  .cap-icons {
    filter: invert(1);
    width: 60%;
    margin: 0 auto;
  }
  .space {
    position: relative;
    margin: 5em 0;
  }
  .our-values {
    background-image: url(./img/assets/values_ellipses.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .our-values-title {
    margin: 5em 0 !important;
    border: 1px dashed #4caf50d1;
    border-radius: 20em;
    padding: 1em 0em;
    text-align: center;
  }
  .space .container {
    height: auto !important;
  }
  .mapWorld {
    padding-top: 0em;
  }
  .map-counter {
    /* padding: 1rem;
    background-color: #fdfff0;
    border-radius: 1rem;
    border: 1px dashed #addfad;

    right: 0;
    backdrop-filter: blur(3px);
    box-shadow: 1px 11px 40px 0 #9f9f9f54;
    left: 5%; */
  }
  .counter {
    padding-left: 0.5em;
  }
  .counter svg {
    width: 15px;
    height: 15px;
  }
  .counter span {
    font-size: 0.9rem !important;
  }
  .counter-count {
    font-size: 0.9rem !important;
    width: 55px;
    text-align: end;
  }
  .counter h2 {
    font-size: 0.9rem !important;
  }
  .fig {
    position: absolute;
    top: 97%;
    right: 0;
    width: 250px;
    mix-blend-mode: color-burn;
  }
  .table-ls-machine table{
    overflow: scroll !important;
    width: max-content;
  }
}

/* Small Medium Device End -------------------------------------------- Small Medium Device End */

/* large Device */
@media (min-width: 769px) {
  .offcanvas {
    background-color: #3b1310;
  }
  .sticky-nav-mob {
    display: none;
  }

  .hero-slide {
    height: 80vh;
    width: 100vw !important;
    margin: auto;
    position: relative;
  }
  .hero-slide img {
    height: 80vh;
    width: 100vw;
 }
	
/*.overlay {
    background: linear-gradient(
      180deg,
      rgba(183, 94, 25, 0.93) 0%,
      rgba(240, 188, 119, 0.32) 100%
    );
    position: absolute;
    top: 0;
    left: 0;
    height: 80vh;
    width: 100vw;
 }*/
 .mini-tab .map{
     border: 2px solid white;
 }
 .mini-tab .map:hover #mapDiv{
     box-shadow: 0 10px 4px 0 #00533466;
 }
.mini-tab a{
    font-size:1.5rem !important;
  }
  .down_btn{
      height:70px; background-color: #0b9260 !important; color: white !important; 
      transition: .5s all ease-in-out;
  }
  .down_btn:hover{
      background-color: #00472c !important;
          box-shadow: 0 10px 40px 0 #00533466;
  }
  .bi-filetype-pdf{
    width:35px;
    height:35px;
    fill: #fff;
  }
  /*.rounded-bottom,*/
  /*.overlay {*/
  /*  border-bottom-right-radius: 50px !important;*/
  /*  border-bottom-left-radius: 50px !important;*/
  /*}*/

  .hero-slide video {
    object-fit: cover;
  }
  .hero-content {
    position: absolute;
    top: 45%;
    left: 15%;
    color: rgb(56, 3, 3);
    z-index: 999;
  }
  .hero-content h1 {
    background-color: rgba(255, 255, 255, 0.685);
    width: fit-content;
    padding: 0 1em;
    border-radius: 25px;
  }
  .hero-content h3 {
    color: white;
  }

  .slider-sm-scdown {
    position: absolute;
    left: 0;
    right: auto;
    bottom: 10%;
  }
  .slider-sm-scdown p {
    letter-spacing: 5px;
  }

  .bg-lite {
    width: 100% !important;
  }

  .overlay-ii {
    position: absolute;
    background: linear-gradient(0deg, #fff 18.62%, rgba(255, 255, 255, 0) 100%);
    mix-blend-mode: multiply;
    width: 100%;
    height: 100%;
  }
  .is-style-features {
    font-size: 70px;
  }
  .is- .sec-focus {
    align-items: flex-end;
  }
  .container-focus {
    transform: translateX(15vw);
    border-radius: 7em;
    padding: 0.5em;
  }
  .focus {
    width: 200px;
    height: 200px;
    transition: all 0.5s ease-in-out;
  }

  .focus:hover .overlay-img {
    mix-blend-mode: soft-light;
    transition: all 0.5s ease-in-out;
  }
  .focus h4 {
    width: 200px;
    color: #fff;
    padding: 0.5em;
    border-radius: 50% 50% 0;
    /* background-color: #000000; */
    height: 100%;
    border: 0;
    transition: all 0.5s ease-in-out;
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    text-shadow: 0px 6px 3px black;
  }
  .focus:hover h4 {
    border: 20px solid rgba(0, 0, 0, 0.271);
    border-radius: 50% 50% 0;
  }
  .overlay-img {
    border-radius: 50% 50% 0;
    background-color: #000000;
    width: 200px;
    height: 200px;
    mix-blend-mode: screen;
    transition: all 0.5s ease-in-out;
  }
  .focus img {
    border-radius: 50% 50% 0;
    object-fit: cover;
    width: 200px;
    height: 200px;
    opacity: 1;
  }
  .container-focus .row {
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    overflow: auto;
  }
  .arrow-2 {
    width: 75%;
    float: right;
  }
  .sec-capabilities {
    height: fit-content;
    border-radius: 35px;
    background-image: url(./img/assets/bg-3.jpg);
  }
  .overlay-capabilites {
    margin: 0 1em;
  }
  .capabilities-content .capIconGrid {
    background-color: #310e27e6;
  }
  .capabilities-content .capIconGrid {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #310e27e6;
  }
  .cap-icons {
    filter: invert(1);
    width: 40%;
    margin: 0 auto;
  }

  .space {
    position: relative;
    margin-top: 10em;
    margin-bottom: 10em;
  }
  .space .container {
    height: 750px !important;
  }
  .mapWorld {
    padding-top: 0em;
  }
  .counter svg {
    width: 15px;
    height: 15px;
  }
  .counter span {
    font-size: 2rem !important;
  }
  .counter-count {
    font-size: 2rem !important;
    width: 85px;
    text-align: end;
  }
  .counter h2 {
    font-size: 1.2rem !important;
  }
  .fig {
    position: relative;
    top: auto;
    right: 0;
    width: auto;
    mix-blend-mode: color-burn;
  }
}
@media (min-width:992px) and (max-width:1440px){
    #bootscore-navbar a{
        font-size: .8rem !important;
    }
    #bootscore-navbar {
        width: 90% !important;
    }
    .focus-title {
        width: 40vw !important;
        transform: translateX(0vw) !important;
    }
    .container-focus {
        transform: translateX(0vw) !important;
    }
}
@media (min-width:1024px){
    #nav-main .container {
      max-width: 90vw;
    }
    #bootscore-navbar {
      justify-content: space-around;
      width: 70%;
      background-color: #1b222f75;
      border-radius: 3em;
    }
    .is-style-features {
        font-size: 50px;
    }
}

/* Large Device End */
.scroll-down {
  margin-top: -2em;
  z-index: 999;
  position: relative;
}

.fig {
  mix-blend-mode: multiply;
  filter: opacity(0.3);
}

/*test*/
.focus-title {
  width: 26vw;
  transform: translateX(15vw);
}
.is-style-features {
  --wporg--style--feature--offset: 0.2em;
  --wporg--style--feature--li-height: 1.1;
  --wp--preset--spacing--50: clamp(40px, calc(5vw + 10px), 60px);
  padding: 0;
  list-style: none;
  font-weight: 200;
  line-height: var(--wporg--style--feature--li-height);
}
.is-style-features > li {
  overflow: hidden;
  box-sizing: border-box;
  height: calc(var(--wporg--style--feature--li-height) * 1em);
  padding-top: var(--wporg--style--feature--offset);
  padding-left: var(--wp--preset--spacing--50);
  padding-right: var(--wp--preset--spacing--50);
  color: #4caf50b8;
  border-bottom: 1px solid #4caf50;
  transition: all 0.2s ease-in-out;
  font-weight: 400;
}
.is-style-features > li a {
  text-decoration: none;
}
.is-style-features > li:hover,
.is-style-features > li:focus,
.is-style-features > li:focus-within {
  padding-top: 0;
  color: #4caf50;
}
.is-style-features.has-background {
  padding: 0;
}
.is-style-features.has-text-color li {
  color: inherit;
}
.is-style-features[class*="-font-size"] {
  line-height: var(--wporg--style--feature--li-height);
}

/*test*/

.bg-lite {
  bottom: 8em;
  width: 720px;
  height: 325px;
  position: relative;
}

.bg-lite img {
  mix-blend-mode: multiply;

  width: 100%;
  height: 325px;
  object-fit: cover;
  position: absolute;
}

.title-thin p {
  font-size: 32px;
  font-weight: 300;
  line-height: 1;
}
.title-bg {
  background-color: #cb0909;
  padding: 2px 30px 10px 30px;
  width: fit-content;
  margin: 0 -30px;
  border-radius: 30px;
}
.title-bg p {
  font-size: 32px;
  font-weight: 700;
  margin: 0;
  color: #fff;
  line-height: 1;
}
.col-grid-z-index {
  position: relative;
  z-index: 10;
  cursor: pointer;
}
.shadow-bg {
  border-radius: 10px;
  background: linear-gradient(
    270deg,
    rgba(25, 126, 183, 0.55) 50%,
    rgba(25, 183, 145, 0.55) 67.86%
  );

  filter: blur(10px);
  height: 100px;
  width: 80%;
  position: absolute;
  top: 44%;
  left: 10%;
  z-index: 1;
  transition: all ease-in-out 0.5s;
}
.col-grid:hover .shadow-bg {
  top: 46%;
}
.ser-title {
  margin-top: 1.5rem;
  background: linear-gradient(90deg, #26d69b -7.07%, #5c0816 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}

.arrow-2 {
  margin-top: -3em;
  margin-bottom: 3em;
}
/* .bg-capabilities {
  height: 550px;
} */

.overlay-capabilites {
  border-radius: 35px;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
  top: 0;
  left: 0;
  z-index: 9;
  height: 100%;
  margin: 0;
}
.title-cap {
  background-color: #5c0816;
  border: 1px solid #cb0909;
  width: fit-content;
  padding: 0px 25px;
  border-radius: 35px;
  margin-left: -25px;
}
.capabilities-content {
  z-index: 9;
  top: 0;
  left: 0;
  width: 100%;
}
.fa-xl {
  font-size: 4em !important;
}

.btn-tab-ser {
  text-align: left;
  color: #fff;
  margin-bottom: 10px;
  font-weight: 400;
  padding: 0.5em 1.5em;
  border: 1px solid;
  border-radius: 20px;
  transition: all 0.5s ease-in-out;
}
.btn-tab-ser:hover,
.btn-tab-ser.active {
  background-color: #fff;
  color: #5c0816;
  margin-bottom: 10px;
  font-weight: 400;
  padding: 0.5em 1.5em;
  border: 1px solid;
}

.our-values {
  background-image: url(./img/assets/values_ellipses.svg);
  background-position: center center;
  background-repeat: no-repeat;
}

.bg-exe {
  color: white;
  background-image: url(./img/PASSION.jpg);
  background-size: cover;
}
.bg-pas {
  background-image: url(./img/EXCELLENCE.webp);
  color: white;
  background-size: cover;
  box-shadow: inset 0 0 0px 200px #4caf50d9;
}
.bg-coll {
  background-image: url(./img/COLLABORATION.jpg);
  color: white;
  background-size: cover;
  box-shadow: inset 0 0 0px 200px #03a9f4c9;
}
.bg-inn {
  background-image: url(./img/IMPACT.webp);
  color: white;
  background-size: cover;
}
.bg-imp {
  background-image: url(./img/innovation.jpg);
  color: white;
  background-size: cover;
  background-position: bottom;
  box-shadow: inset 0 0 0px 200px #470202ba;
}
.bg-int {
  background-image: url(./img/INTEGITY.webp);
  color: white;
  background-size: cover;
  background-position: bottom;
}
.our-values h1 {
  font-size: 4rem;
  font-weight: 900;
  -webkit-text-stroke: 1px #4caf50;
  color: #4caf5080;
}

.counter {
  background-color: #e9fff5;
  color: #198754;
}
.counter span {
  font-size: 3rem;
}
.counter-count {
  font-weight: 700;
  color: #198754;
  height: auto;
  display: inline-block;
}

#chartdiv {
  width: 100%;
  height: 600px;
  position: relative;
  left: -3%;
}
#chord {
  width: 100%;
  height: 300px;
}

.global-presence {
  fill: #108152;
  stroke: #ebfff2;
}
.sourcing {
}

/* #svgPath .gp {
  fill: #a38b20;
}*/

.smhighlighted .sm {
  fill: #a32020;
  outline: 1px solid #42ff08c4;
}
.smhighlighted .sm:hover {
  fill: #042aff;
  outline: 1px solid #042aff;
}
/* .highlighted {
  fill: #a38b20;
} */
.highlighted .gp {
  fill: #f6fffb60;
  outline: 1px solid #ff0000a6;
}
.highlighted .gp:hover {
  fill: #ffd310;
  outline: 1px solid #ffd310;
}


.top-button {
    right: 7% !important;
    bottom: 11vh !important;
}
.wa-button{
    right: 7% !important;
    bottom: 16vh !important;
    width: 42px;
}
.wa-button img{
    border-radius: 6px;
}

.window {
  width: 25%;
  height: auto;
  display: table;
  text-align: center;
  vertical-align: middle;
  position: fixed;
  z-index: 999;
  box-shadow:0 0 20px 0px black;
}

.window img {
  display: table-cell;
  vertical-align: middle;
  max-height: 100%;
  width: auto;
}

/*Product page*/

.xpro-elementor-gallery-filter{
    background-color: #9B0027;
    padding: 1em;
    position: sticky !important;
    z-index: 999 !important;
    top: 9vh !important;
}
.cbp-l-filters-button .cbp-filter-item{
    background-color: transparent !important;
    border: transparent !important;
}
.xpro-elementor-gallery-filter>ul>li.cbp-filter-item{
    font-size:16px !important;
    color:#ffffffc7 !important;
    border-bottom: 1px solid transparent !important;
}
.xpro-elementor-gallery-filter>ul>li.cbp-filter-item.cbp-filter-item-active,
.xpro-elementor-gallery-filter>ul>li.cbp-filter-item:hover{
    background-color: transparent !important;
    border-color: transparent !important;
    border-bottom: 1px solid white !important;
}
.xpro-elementor-gallery-layout-grid .cbp img {
    -o-object-fit: contain !important;
    object-fit: contain !important;
    background-color: white;
}
@media (max-width: 768px){
    .xpro-elementor-gallery-filter{
        top: 11.5vh !important;
    }
}


/* product taxonomy page */
.pro-section video {
  height: 180px;
  object-fit: cover;
  width: 100%;
}

.bg-pro-type {
  background-color: #9b0027;
  color: white;
  display: flex;
  justify-content: center;
  align-content: center;
  height: 50px;
}

.product_type {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  width: fit-content;
}

.product_type a {
  color: white;
  text-decoration: none;
  line-height: 1.3;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}

.product_type a:hover {
  color: white;
  line-height: 1.3;
  border-bottom: 1px solid white;
}

#products-row {
  margin-top: 1em !important;
}


.flip-container {
  -webkit-perspective: 1000;
  background: transparent;
}

/* flip the picture when hover */

.flip-container:hover .flipper,
.flip-container.hover .flipper {
  -webkit-transform: rotateY(180deg);
}


.flip-container,
.front,
.back {
  width: auto;
  height: 400px;
  text-decoration: none;
}

/* flip speed */

.flipper {
  -webkit-transition: 1.5s;
  -webkit-transform-style: preserve-3d;
  position: relative;
  height: 400px;
}

/* hide back  during flip */


.back {
  -webkit-backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: 1.5em;
}

.back-title {
  position: absolute;
  z-index: 10;
  background: linear-gradient(#9b002700, #9b0027f8);
  color: #fff;
  width: 100%;
  left: 0;
  bottom: 0;
  margin-bottom: 0;
  height: 50px;
  padding: 0.2em 1.5em;
}

.front-title {
  text-decoration: none;
}

.product_flip_b_s {
  position: absolute;
  z-index: 0;
  width: auto;
  height: auto;
  max-width: 312px;
  left: 0;
  top: 0;
  box-shadow: 0 10px 50px 0 #00000040;
}

#flip-cont img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* front placed above back */

.front {
  -webkit-backface-visibility: hidden;
  position: absolute;
  background: linear-gradient(#9b002700, #9b0027f8);
  color: #fff;
  bottom: 0;
  left: 0;
  padding: 0.2em 1.5em;
  text-shadow: 2px 2px #2d000b;
  width: 100%;
  height: auto;
}

/* back, initially hidden */

.back {
  -webkit-transform: rotateY(180deg);
  background-color: #9b0027f8;
  color: #fff;
  width: 100%;
  height: 100%;
}

/* flip the picture when hover end */



/* product single page */

.pro-section-s-product .wp-post-image {
  width: 100%;
  height: 120px;
  object-fit: cover;
}
.tax-thumb-header-top {
  position: absolute;
  width: 100%;
}
.tax-thumb-header-top h3 {
  position: absolute;
  bottom: 0;
  left: 15%;
  background-color: #9b0027;
  color: white;
}

.product_main_img img{
	width: 300px !important;
}
