@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Pacifico&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Sacramento&family=Yeseva+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ms+Madi&display=swap');

*:focus,
a:focus,
a:active {
  outline: none;
  color: inherit;
  text-decoration: inherit; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

html {
  height: 100%;
  padding-bottom: 2px; }

.overflow {
  overflow: hidden; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Roboto', serif;
  font-weight: 600;
  margin: 0px;
  padding: 0px; }

a, a span {
  -webkit-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  -ms-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out; }

a:hover, a:hover span {
  -webkit-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  -ms-transition: all 0.45s ease-in-out
  -o-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out; }

body {
  background-color: #fff;
  color: #595959;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-family: "Roboto", sans-serif; }


/* -------------- Top -------------- */

.top-wrapper {
    position: relative;
    z-index: 13;
    padding: 1%; }
.top-wrapper2 {
    position: relative;
    z-index: 13; }    
.top-wrapper .logo {
    margin: 3px 0; 
    display: block; }
.top-wrapper .logo img {
    max-width: 100%; }
/* -------------- Menu -------------- */
.top-wrapper2 .top-menu {
    margin-top: 16px;
  }
.top-menu {
    padding: 2px 0;
    z-index: 10; float: right;
    display: inline-block; }
.top-menu ul {
    margin: 0px 0 0px 0;
    padding: 0;
    list-style: none;
    display: inline; }
.top-menu ul li {
    display: inline-block;
    margin: 0px;
    position: relative;
    color: #4e2624;
    float: left; }
.top-menu ul li a {
    font-size: 14px;
    color: #2c2c2c;
    font-weight: 500;
    padding: 12px 16px;
    text-decoration: none;
    display: inline-block;}
.top-menu ul li a:hover {
    text-decoration: none;
    color: #d21212 !important; }
.top-menu ul li:last-child a{
    border-right: 0px; }
.top-menu .active{ 
    border-color: #ffcf24; }   
  
.top-menu ul li ul {
    display: none;
    position: absolute;
    z-index: 30;
    background-color: #4f4e4e; }
  
  .top-menu ul li:hover ul {
    display: block; }
  
  .top-menu ul li ul li {
    width: 250px;
    display: block;
    background: none;
    text-align: left !important;
    padding: 3px 5px;
    text-align: left !important;}
  
  .top-menu ul li ul li a {
    font-size: 15px;
    padding: 5px 6px; }
  
  .top-menu ul li ul li:first-child a {
    padding: 5px 6px !important; }
  
  .top-menu ul li ul li ul, .top-menu ul li:hover ul li ul {
    display: none;
    left: 251px;
    top: 0px;
    border-top: 1px solid #ccc !important; }
  
  .top-menu ul li:hover ul li:hover ul {
    display: block; }

  .hexagon {
    height: 1000px;
    width:1250px;
    position: absolute;
    z-index: 12;
    right: -100px;
    top:-400px;
    border: 4px solid #d51b28;
    aspect-ratio: 1/cos(30deg);
    clip-path: polygon(50% -50%,100% 50%,50% 150%,0 50%);
    background: #e4e4e4;
    rotate: 10deg;
    overflow: hidden;
    }

.banner-wrapper{ position:relative; }

#parallax {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 82vh;
  background-image: url(../img/grey.png), url(../img/red.png), url(../img/dark-grey.png);
  background-repeat: no-repeat;
  background-position: center;
  background-position: 50% 50%;
}
/* -------------- Common theme -------------- */   
.breadcrumb-wrapper{ background:url(../img/breadcrumb-bg.jpg) no-repeat top left; margin-top:15px; padding:14px 0; }
.breadcrumb{ background-color: transparent !important; padding: 0 !important; margin:0 0 0px 0 !important ; }
.breadcrumb ul{ list-style: none; float: left; margin:0 ; padding: 0; }
.breadcrumb ul li{ display:inline-block; padding: 0 4px; color:#7a1616; }
.breadcrumb ul li a{ display:block; text-decoration: none; padding:4px 4px; color:#fff };

.socialmedia-menu{ margin-top: 19px; margin-left:30%; }
.socialmedia-menu ul {
  list-style: none;
  padding: 0;
  list-style: inline-block; }
.socialmedia-menu ul li {
  display: inline-block; }
.socialmedia-menu ul li a {
  color: #fff;
  font-size: 20px;
  text-align: center; padding-top: 11px;
  width: 48px; height: 48px;
  display: block;
  background-color: #dc3c40; border-radius: 50%;
  border-bottom: 0; }
.socialmedia-menu ul li a:hover {
    color: #fff; background-color: #e31e24; }

.socialmedia-menu ul li:first-child a {
  padding-left: 0 !important; }



.page-title { }
.page-title h1 {
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 10px;  
    color:#444444; padding: 0px 15px 14px 1px; 
    display: inline-block;
      }
.page-wrapper{
   margin: 4% 0;
}
.content-wrapper{}   

.ani{  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.ani:hover{  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.page-title2 { }
.page-title2 h1 {
  font-weight: 900; color: #7a3c30;  }

.sub-title{ font-family: "Gabarito", sans-serif;
    font-size: 1.4em;
    font-weight: 400;
    color: #000;}
.page-content{ font-size: 1.1em; text-align: justify; margin-bottom: 20px;}  

.page-content h2{color: #699a1f;  font-size: 22px; margin: 8px 0; padding-bottom: 5px; border-bottom: 1px dashed #a2a2a2;}
.page-content h3{color: #6c3328;  font-size: 22px; margin: 8px 0; padding-bottom: 5px; border-bottom: 1px dashed #a2a2a2;}
.page-content h4{color: #6c3328;  font-size: 22px; margin: 8px 0; padding-bottom: 5px; }
.page-content h5{color: #699a1f;  font-size: 20px; margin: 8px 0; padding-bottom: 5px; }
.page-content h5{color: #6c3328;  font-size: 20px; margin: 8px 0; padding-bottom: 5px; }

.responsive{ max-width:100%; height:auto; }
.smooth{-webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;}
     
/* -------------- Home Page -------------- */    

.divisions-wrapper{ background-color:#fff; padding:2% 0 4% 0; overflow:hidden; }
.divisions-wrapper h1{ color:#535353; font-size:22px; text-align:center;  }  
.division-box{ overflow:hidden; position:relative;   }
.division-cover{z-index: 12; top: 0; width:100%; background:url(../img/com-cover.png) no-repeat top center; background-size: 100% auto; position:absolute; height:132px; }
.division-logo{ z-index: 10; text-align:center; }
.division-logo img{ max-width:100%; }

.home-about-wrapper{ padding:4% 0; background-color:#fff; }
.about-text{ margin:20px 0; }
.about-text h1{ font-size: 30px; margin: 15px 0;}
.about-image img{margin-top: 15px; max-width: 100%;}
.home-category-wrapper{
  padding: 6% 0;
}


.message-wrapper { background-color:#dddada; height:598px; position:relative;}
.message-wrapper2 { background-color:#dddada; position:relative;}
.message-wrapper h1{ font-size:28px; margin-bottom:15px; }
.message-wrapper2 h1{ font-size:28px; margin-bottom:15px; }
.red-hexagon {
  height: 800px; /* adjust to control the size  */
  width: 1200px;
  margin-left: -450px;
  text-align: right;
  aspect-ratio: 1/cos(30deg);
  clip-path: polygon(50% -50%,100% 50%,50% 150%,0 50%);
  background: #b70f1b;
}
.red-hexagon img{ margin-right:100px; }
.message-text{ margin:100px 0; }
.message-text2{ margin:20px 0; }
#parallax2 {
  position: absolute;
  z-index: 10;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 82vh;
  background-image: url(../img/grey.png), url(../img/joshi.png), url(../img/dark-grey2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-position: 50% 50%;
}

.dk-sign{
  font-family: "Ms Madi", cursive;
  font-weight: 500; margin-top: 0px;
  font-style: normal; font-size: 40px; color: #b70f1b;
}

.reach-wrapper{
  padding: 6% 0; background-color: #fff;
}
.reach-image{ text-align:center; margin-bottom:8px; }
.reach-image img{ max-width:100%; }
.reach-title{ text-align:center; font-weight:500; font-size: 20px; color:#474747; }
.reach-count{ text-align:center; font-size: 34px; color:#b70f1b; }

.home-event-wrapper{ background-color:#f2f2f2; padding:6% 0; }
.events-wrapper{background-color: #fff; box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; padding: 8px; margin: 28px 5px; height: 95%;}
.events-image img{ width:100%; margin-bottom: 8px; border: 2px solid #ccc;}
.events-title h2{ font-size:22px; color:#535353; margin-bottom:6px; }
.events-text{ font-size:16px; color:#535353; text-align:justify; }
.events-read-more{ font-size:16px; color:#c90e1c; text-decoration:none;  }
.events-read-more:hover{ color:#c90e1c; text-decoration:underline;  }
.event-image{ padding:10px; border:1px solid #ccc; box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px; }
.event-image a img{width: 100%; margin-bottom:10px;   }
.event-gallery{  margin:12px 0; padding:10px; border:1px solid #ccc; padding:5px; }
.event-detailed{ padding:10px; }


.value-wrapper{ background-color:#fff; padding:6% 0; }
.value-box{ margin-top:45px; }
.v-bg{ width:88px !important } 
.value-image{ text-align:center; background:url(../img/value-bg.png) no-repeat center bottom; padding-bottom:8px; margin-bottom:10px; }
.value-image img{ max-width:90%; }
.value-text{ color:#c90e1c; font-size:16px; text-align:center; }

.vision-wrapper{
  padding: 4% 0;
  background: rgb(223,223,223);
  background: linear-gradient(180deg, rgba(223,223,223,1) 0%, rgba(242,242,242,1) 18%, rgba(242,242,242,1) 88%, rgba(223,223,223,1) 100%);
}
.mission{ padding: 60px 30px 60px 130px; background: url(../img/misson.png) no-repeat center left; font-size:18px; }
.mission span{ font-weight:500; font-size:30px; }
.vision{ padding: 60px 130px 60px 30px; background: url(../img/vision.png) no-repeat center right; font-size:18px;  }
.mission h1, .vision h1{color:#b7101a; font-size: 29px; font-weight: 500; margin-bottom: 8px;}

.history-wrapper{padding: 6% 0 5% 0; }
.history-wrapper .slick-list{background:url(../img/timeline-bg.jpg) repeat-x center left; }
.history-slider{ }
.history-year{font-size:26px; font-weight:500; color:#454545; text-align:center; }
.history-image{ padding:0 18px;text-align:center; }
.history-image img{ display: inline-block!important; max-width:100%;}
.history-data{ padding:0 18px; text-align:center; font-weight:500; }
.history-slider .slick-list {
        padding: 0 20% 0 0 !important;
    }

.career-wrapper{ background:url(../img/career-bg.jpg) no-repeat center left #f1f0f0; padding: 4% 0; }
.join-wrapper{ margin:18px 10px; padding: 16px 10px 16px 55px;background: url(../img/join-bg.jpg) no-repeat center left; background-color:#fff;
box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;  }
.join-data{ margin-bottom:6px; color:#2c2c2c; font-size:16px; font-weight:500;  }
.join-data span{ display:block; width:100%; color:#b70f1b; } 
.apply-button{ background-color:#adacac; color:#fff; display:inline-block; padding:6px 12px; text-decoration:none; }
.join-wrapper:hover .apply-button{ background-color:#b70f1b; }


.view-all{ background-color:#b70f1b; color:#fff; display:inline-block; padding:6px 12px; text-decoration:none;}
.view-all:hover{ background-color:#454545;}
.slick-dotted.slick-slider {
    margin-bottom: 15px !important;
}

/* -------------- Contact us Page -------------- */ 
.contact_us_form fieldset {
  padding: 25px;
  border: 1px solid #107483;
  position: relative;
  width: 100%;
  float: left;
  margin: 15px 1%;
  color: #191919;
  border-radius: 10px; }

.contact_us_form legend {
  margin-left: 0px;
  width: auto;
  color: #107483;
  padding: 0px 10px 0 10px;
  font-weight: 300;
  font-size: 25px;
  border: 0px; }

.contact_us_form input, .contact_us_form select { width: 100%; border-radius: 4px; height: 38px; background: transparent; border: 1px solid #8a8c8d;}
.contact_us_form textarea { width: 100%; border-radius: 4px; height: 132px; background: transparent; border: 1px solid #8a8c8d; }


/* -------------- Footer -------------- */

.footer-country{ background-color:#abaaaa; padding:30px 0; }
.country-wrapper{ margin:15px 0; }
.country-image{ display:flax; float: left; padding-right: 10px; }
.country-text{ display:flax; float: left; color:#fff; margin-top: 12px;}

.footer-wrapper {
    padding: 3% 0;
    background: url(../img/footer-bg.jpg) no-repeat bottom right;
    background-color: #b70f1b; }    
.footer-inner-wrapper{}
.footer-title { font-size:22px; color:#fff; margin-bottom:6px; padding-bottom:6px }
.footer-data{ margin:20px 0; }
.footer-data p{ color:#ececec; }
.footer-data ul{margin:0px; padding: 0px; list-style: none;}
.footer-data ul li{margin:0px; }
.footer-data ul li:last-child{ border-bottom: 0px solid #454545;}
.footer-data ul li a{ display: block; padding: 7px 5px ;color: #ececec; text-decoration: none;}
.footer-data ul li a:hover{ color: #fff; text-decoration: none;}
.subscribe-text{ background-color: #b70f1b; border:1px solid #7d0c13; height:40px; }
.subscribe-text::placeholder{ color:#ececec; }
.subscribe-button{background-color: #7d0c13; border:1px solid #7d0c13; color: #fff; height:40px;}
/* -------------- Footer2 -------------- */
.footer2 {
    padding-bottom: 15px;
    background-color: #fff;
    padding: 18px 0; }
.footer2 .copy-text {
    font-size: 15px;
    color: #4f4e4e; }
.footer2 .wc-text a {
    font-size: 15px;
    color: #4f4e4e; }



/* -------------- Product Page -------------- */
.product-wrapper{  margin: 20px 10px; background-color: #fff; padding:5px; position: relative; box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px; }
.product-image{z-index: 8; width: 100%; padding: 20px 20px 0 20px; overflow: hidden; text-align:center; }
.product-wrapper:hover{ box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px; }

.product-image img{ width:100%; height: auto; }

.product-title a{ color: #d3111e; text-decoration: none; padding: 20px 0; width: 100%; display: block;
  z-index: 11; font-size: 16px; font-weight: 600; text-transform: uppercase; text-align: center;}
.product-wrapper:hover .category-title a{ color:#454545; }

/* -------------- Product Details Page -------------- */

.prodcut-link-wrapper{ background-color:#f2f2f2; border-radius:20px; margin-bottom:20px; padding:10px; float:left; width:100%;  }
.link-image{ width:70px; height:70px; border-radius:50%; background-color:#fff; float:left; margin-right:8px; overflow:hidden; text-align:center; 
box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;  }
.link-image img{ width:80%; margin-top:8%; }
.link-name{ color: #585858; font-size: 18px; font-weight: 500; float:left; margin-top:3%; }
.link-name span{ display: block; width: 100%; font-size:14px; color: #838383; } 
.prodcut-link-wrapper:hover .link-image{ scale:1.4; }
.prodcut-link-wrapper:hover .link-name{ margin-left:4%; }
.product-detail-wrapper{ position: relative; overflow: hidden; background-color:#f2f2f2; padding: 20px 40px 60px 20px; margin-right:-15px; border-top-left-radius: 20px;  border-bottom-left-radius: 20px; }
.slider-content img{ width:100%; }
.slider-thumb img{ width:100%; }

.product-detail-image{ border-radius:20px; padding:20px; background-color:#fff;  }
.product-detail-image a img{ width:100%;  }
.inqury-link{ display:inline-block; padding:12px 22px; text-decoration: none; color:#595959; font-weight: 500; background-color:#f5f5f5;  border-top-left-radius: 20px;  border-bottom-left-radius: 20px; box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;}
.brochure-link{ display:inline-block; padding:12px 22px; text-decoration: none; color:#595959; font-weight: 500; background-color:#fbfbfb; border-top-right-radius: 20px;  border-bottom-right-radius: 20px; box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset; }
.inqury-link:hover{color:#fff; background-color:#e82f35;}
.brochure-link:hover{color:#fff; background-color:#e82f35;}
.product-detail-data{}
.product-detail-title h1{ font-size: 30px; margin-bottom:20px; }
.product-bottom-title{ position:absolute; font-size:80px; color:#fff; opacity:0.9; font-weight: 600; bottom: -37px; right: 0; }
.reagents-pdf{ text-decoration: none; color: #595959; background:url(../img/pdf.png) no-repeat left center #fff; background-size: 40px auto; box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;  margin: 5px 0; border-radius: 10px;  padding:15px 5px 15px 50px; display: block;}
.reagents-pdf:hover{ text-decoration: none; color: #fff; background:url(../img/pdf.png) no-repeat left center #dc151d; background-size: 40px auto; }
.specs-list{ list-style:none; margin:0; padding:0; }
.specs-list li{ margin: 0; background:url(../img/specs-list.png) no-repeat center left; padding:9px 3px 9px 40px; list-style: none; }
.nav-tabs {
    text-align: left;
    width: 100%;
    display: inline-block;
}
.nav-tabs li {
    display: inline-block;
}
.nav-tabs{ border: 0px !important;}
.nav-tabs .nav-link{ border: 0px !important;}
.tab-content{ padding: 15px; border:0px solid #ccc; border-top: 0px ;}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  font-weight: 500;
  background-color: transparent !important;
  border-top: 0px !important; 
  border-left: 0px !important; 
  border-right: 0px !important; 
  border-bottom: 3px solid #e82f35 !important;
  font-size: 15px !important;
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover { border-top:0!important;border-left:0!important;  border-right:0!important; border-bottom:3px solid #000; }

.nav-item{ font-size: 15px !important; border: 0;}
.nav-link {color: #454545 !important;}
.nav-link:focus, .nav-link:hover {
  color: #454545 !important;
}