
*{text-decoration:none !important; outline:0 !important; list-style:none !important;margin: 0;
  padding: 0;box-sizing: border-box; font-family: 'HankenGrotesk-Medium';}
body {
  color:#2b2a2a; 
  background:#ffffff; 
  font-family: 'HankenGrotesk-Medium';
  background-color: #fff;
}
body, html {
    width: 100%;
    height: 100%;
    /* overflow-x: hidden; */
}
h1,h2,h3,h4,h5,h6{font-family: 'HankenGrotesk-Bold';}
a,a:hover {transition:0.6s all !important;}

/* .form-control:focus {box-shadow:0px 0px 5px #fed307 !important; border-color:#fed307;} */ .form-control:focus {
  box-shadow: 0px 0px 5px #9b93fd !important;
}
*, :before, :after{
  --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235/var(--tw-border-opacity));
    --tw-ring-inset: var(--tw-empty, );
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / .5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
}


@font-face {
  font-family: 'HankenGrotesk-Medium';
  src: url('../fonts/HankenGrotesk-Medium.ttf'),
        url('../fonts/HankenGrotesk-Medium.ttf');
      font-weight: normal;
      font-style: normal;
}
@font-face {
  font-family: 'HankenGrotesk-Bold';
  src: url('../fonts/HankenGrotesk-Bold.ttf'),
        url('../fonts/HankenGrotesk-Bold.ttf');
      font-weight: normal;
      font-style: normal;
}

.mainhedpartsetcovdata {
    display: inline-block;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
}
.cover-namenulogonav {
    display: flex;
    width: 100%;
}
.left-navmenulogo {
    float: left;
}
.left-navmenulogo img{
  width: 170px;
}
.right-hednavmaincov {
    justify-content: flex-end;
    margin-top: 2px;
}
.right-hednavmaincov .nav-item {
    margin-left: 32px;
}
.navbar-light .navbar-nav .nav-link {
    color: #000;
    font-size: 19px;
    padding: 0;
}
.joinour_freebtn{
    margin-left: 70px;
}
.joinour_freebtn a {   
    color: #fff;
    padding: 10px 35px;
    display: inline-block;
    border-radius: 35px;
    font-size: 16px;
    background-color: #008896;
}
.joinour_freebtn a:hover{       
    background-color: #E7873C;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #008896;
}
.about_textboxdiv{
    display: inline-block;
    width: 100%;
    padding-right: 60px;
}
.about_textdiv{
    display: inline-block;
    width: 100%;
    position: relative;
    margin-top: 120px;
}
.about_textdiv::after{
    content: '';
    position: absolute;
    background-image: url(../images/back-logo.png);
    width: 330px;
    height: 340px;
    left: -100px;
    top: 80px;
    background-size: cover;
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
@keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}

.about_textboxdiv span{
    font-size: 25px;
    color: #008896;
}
.about_textboxdiv h3{
    margin: 0px;
    color: #000;
    font-size: 40px;
    margin-top: 14px;
    line-height: 50px;
}
.about_textboxdiv p{
    margin: 0;
    font-size: 20px;
    color: #545454;
    margin-top: 20px;
    margin-bottom: 23px;
}
.about_textboxdiv a{
    color: #fff;
    padding: 10px 35px;
    display: inline-block;
    border-radius: 10px;
    font-size: 16px;
    background-color: #008896;
}
.about_textboxdiv a:hover{       
    background-color: #E7873C;
}
.about_imgset{
    display: inline-block;
    width: 100%;
}
.about_imgset img{
    width: 100%;
}

.hero-slider {
  width: 100%;
  height: 420px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
}

.blackfont {
color: black !important;
}

.whitefont {
color: #ffffff !important;
}

.swiper-button-prev {
    left: 15px !important;
    margin-left: 0 !important;
    background: #008896 !important;
}

.swiper-button-next {
    right: 15px !important;
    margin-right: 0 !important;
    background: #008896 !important;
}



@media (max-width: 767px) {
  .hero-slider {
    height: 420px;
  }
}

.hero-slider .swiper-slide {
  overflow: hidden;
  color: #fff;
}

.hero-slider .swiper-container {
  width: 100%;
  height: 600px;
  position: absolute;
  left: 0;
  top: 0;
}

.hero-slider .slide-inner {
  width: 100%;
  height: 600px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
  background: transparent;
  width: 28px;
  height: 28px;
  line-height: 24px;
  // margin-top: -30px;
  text-align: center;
  border: 2px solid #e7873c;
  border-radius: 28px;
  opacity:0;
  // visibility:hidden;
  transition:all .3s ease;
}
.hero-slider:hover .swiper-button-prev,
.hero-slider:hover .swiper-button-next {
  transform:translateX(0);
  opacity:1;
  visibility:visible;
}

@media (max-width: 767px) {
  .hero-slider .swiper-button-prev,
  .hero-slider .swiper-button-next {
    display: none;
  }
}

.hero-slider .swiper-button-prev {
  left: 25px;
  transform:translateX(50px);
}

.hero-slider .swiper-button-prev:before {
  font-family: "Font Awesome 5 Free";
  content: "\f060";
  font-size: 15px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block
  vertical-align: middle;
  font-weight: 900;
}

.hero-slider .swiper-button-next {
  right: 25px;
  transform:translateX(-50px);
}

.hero-slider .swiper-button-next:before {
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  font-size: 15px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block
  vertical-align: middle;
  font-weight: 900;
}

.hero-slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  text-align: left;
  line-height: 12px;
  font-size: 12px;
  color: #000;
  opacity: 0.3;
  background:#fff;
  transition:all .2s ease;
}

.hero-slider .swiper-pagination-bullet-active {
  opacity:1;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-pagination-fraction {
  bottom: 30px;
}

@media screen and (min-width: 992px) {
  .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
  .hero-slider .swiper-pagination-custom,
  .hero-slider .swiper-pagination-fraction {
/*     display: none; */
  }
}
.swiper-pagination {
  text-align:left;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets{
  bottom:50px;
    max-width: 1200px;
    padding: 0 15px;
    display: table;
    margin: 0 auto;
    left: 50%;
    top:90%;
    transform: translateX(-50%);
}
}
@media (min-width: 767px) {
  .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets{
        bottom:30px;
   }
}
/*--------------------------------------------------------------
    #hero-style
--------------------------------------------------------------*/
.hero-style {
  height: 600px;
  transition:all .4s ease;
}

@media (max-width: 767px) {
  .hero-style{
    height: 420px;
  }
}

@media screen and (min-width: 992px) {
  .hero-style .container {
    padding-top: 95px;
  }
}

.hero-style .slide-title,
.hero-style .slide-text,
.hero-style .slide-btns {
  max-width: 690px;
}

.hero-style .slide-title h2 {
  font-size: 50px; 
  line-height: 54px;  
  color: #ffffff;
  margin: 0 0 40px;
  text-transform: capitalize;
  transition:all .4s ease;
}

@media (max-width: 1199px) {
  .hero-style .slide-title h2 {
    font-size: 50px;
  }
}


@media (max-width: 767px) {
  .hero-style .slide-title h2 {
    font-size: 35px;
    margin: 0 0 30px;
  }
}

.hero-style .slide-text p {  
  font-size: 22px;  
  line-height: 1.25;
  letter-spacing: normal;
  color: #ffffff;
  margin: 0 0 40px;
  transition:all .4s ease;
}

@media (max-width: 767px) {
  .hero-style .slide-text p {
    font-size: 16px;
    font-size: 1rem;
    font-weight: normal;
    margin: 0 0 30px;
  }
}

.hero-style .slide-btns > a:first-child {
  margin-right: 10px;
}


/*--------------------------------------------------------------
    #button-style
--------------------------------------------------------------*/
.theme-btn, .theme-btn-s2{
    background-color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
    color:#2b3b95;
    padding: 9px 32px;
    border: 0; 
    border-radius: 3px;
    text-transform: uppercase;
    display: inline-block;
    line-height: initial;
    transition:all .4s ease;
}
/*a {
    text-decoration: none;
    transition: all 0.2s ease;
}*/
.theme-btn-s2{
    background-color: rgba(255, 255, 255, 0.9);
    color: #131e4a;
}
.theme-btn:hover, .theme-btn-s2:hover, .theme-btn:focus, .theme-btn-s2:focus, .theme-btn:active, .theme-btn-s2:active {
    background-color:#2b3b95 ;
    color: #fff;
}
.theme-btn-s3{
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #ffffff;
  text-transform: uppercase;
}
i.fa-chevron-circle-right{
  height:22px;
  width:22px;
}


@media (max-width: 767px){
  .theme-btn, .theme-btn-s2{
    padding: 13px 20px;
    font-size: 13px;
  }
}

.product_slider{
  width: 85%;
  margin: 0 auto;
}

.splide__slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 400px;
  width: 580px;
  overflow: hidden;
  transition: 0.2s;
  border-width: 2px !important;
  margin: 10px 4px;
}

.splide--nav > .splide__track > .splide__list > .splide__slide.is-active {
  box-shadow: 2px 3px 8px #000000a3;
}

.splide__slide img {
  width: auto;
  height: auto;
  margin: auto;
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.web_titlediv{
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 10px;
}
.web_titlediv span{
  font-size: 22px;
  text-transform: uppercase;
  color: #008896;
}
.web_titlediv h3{
  margin: 0;
  color: #000;
  font-size: 36px;  
  margin-top: 14px;
}
.web_titlediv p{
  margin: 0;
  color: #000;
  font-size: 18px;
}

.product-banner {
  background: #008896;
  padding: 25px 40px;
  display: inline-block;
  width: 100%;
  border-radius: 9px;
  margin-bottom: 50px;
  margin-top: 40px;
}

.banner-content {
  max-width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.banner-content p {
  color: #fff;
  font-size: 18px;    
  margin: 0;
}

.btn-view {
  background: #E7873C;
  color: #fff !important;
  padding: 14px 25px;
  font-size: 16px;        
  text-decoration: none;
  transition: 0.3s ease-in-out;
}

.new_launchboxdiv{
  display: inline-block;
  width: 100%;
  margin: 30px 0px;
}
.new_launchboxdiv img{
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 23px;
  margin-bottom: 10px;
}
.new_launchboxdiv h3{
  margin: 0px;
  font-size: 25px;
  color: #000;
  text-align: center;
}

.hero-banner {
  position: relative;
  width: 100%;
  height: 400px;
  background-image: url('../images/slider-img3.jpg'); /* 🔹Your Image path here */
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  background-attachment: fixed;
  margin-top: 100px;
  margin-bottom: 100px;
}

.overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.45); /* Dark Overlay */
}

.innerbanner_content {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  padding: 0 0px;
}
.innerbanner_content .right-box{
  display: inline-block;
  width: 100%;
}

.play-btn {
  font-size: 28px;
  width: 60px;
  height: 60px;
  background: #94C431;
  color: #fff;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.right-box h2 {
  font-size: 42px; 
  color: #fff;
  margin-bottom: 10px;
}

.right-box p {
  color: #fff;
  font-size: 20px;
  max-width: 650px;
  line-height: 1.5;
  margin: 0px;
}
.map_imagediv{
  display: inline-block;
  width: 100%;  
}
.map_imagediv img{
  width: 100%;
  margin-top: 50px;
}

.testimonials-section {
    padding: 60px 15px;
    background: #f7f7f7;
    overflow: hidden;
}

.section-title {
    text-align: center;
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 10px;
}

.section-subtitle {
    text-align: center;
    font-size: 16px;
    color: #666;
    max-width: 650px;
    margin: 0 auto 35px;
}

.testimonial-slider {
    display: flex;
    align-items: center;
    position: relative;
}

.testimonial-wrapper {
    flex: 1;
    overflow: hidden;
}

.testimonial-group {
    display: none;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    opacity: 0;
}

/* 🔥 Fade + Slide animation */
.testimonial-group.active {
    display: grid;
    animation: fadeSlideIn 0.6s ease forwards;
}

@keyframes fadeSlideIn {
    from {
        opacity: 0;
        transform: translateX(40px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.testimonial-item {
    background: #fff;
    padding: 25px;
    border-radius: 14px;
    box-shadow: 0px 10px 20px rgba(0,0,0,0.05);
}

.quote {
    font-size: 16px;
    color: #444;
    margin-bottom: 20px;
}

.customer-info {
    display: flex;
    align-items: center;
    gap: 12px;
}

.avatar {
    background: #008896;
    color: #fff;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
}

.nav-btn {
    background: #008896;
    border: none;
    color: #fff;
    font-size: 24px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.3s;
}

.nav-btn:hover {
    transform: scale(1.05);
}

/* Dots */
.slider-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 20px;
}

.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ccc;
    cursor: pointer;
    transition: 0.3s;
}

.dot.active {
    background: #008896;
    transform: scale(1.2);
}
footer{
  display: inline-block;
  width: 100%;
  background-size: 100%;
  background-image: url(../images/footer-bg.jpg);
  background-position: center;
  padding: 120px 0px;
  padding-bottom: 40px;
}
.footer_logodiv {
    display: inline-block;
    width: 100%;
}
.footer_logodiv img {
    width: 220px;
    border-radius: 14px;
}
.footer_logodiv p {
  margin: 0;
  font-size: 16px;
  margin-top: 23px;
  max-width: 400px;
  color: #fff;
}
.footer_menu {
    display: inline-block;
    width: 100%;
}
.footer_menu h3 {
    margin: 0px;
    color: #008896;
    margin-bottom: 20px;
    font-size: 24px;
    text-transform: uppercase;
}
.footer_menu ul {
    padding: 0px;
    margin: 0px;
}
.footer_menu ul li {
    margin-bottom: 10px;
}
.footer_menu ul li a {
    color: #fff;
    font-size: 17px;
}
.footer_socialmedia {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}
.footer_socialmedia a {
    margin-right: 17px;
}
.footer_socialmedia a span {
  display: inline-block;
  width: 35px;
  height: 35px;
  background-color: #008896;
  text-align: center;
  line-height: 34px;
  color: #fff;
  font-size: 21px;
  border-radius: 6px;
}
.footer_topmenu{
  display: inline-block;
  width: 100%;
}
.getintouch_info {
    background-color: #C02222;
    padding: 80px 0px;
    background-size: 100%;
    margin-top: 90px;
    background-size: cover;
}
.getintouch_textbox span:nth-child(1) {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #5de9f7);
  animation: animate1 2s linear infinite;
}

@keyframes animate1 {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}

.getintouch_textbox span:nth-child(2) {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 2px;
  background: linear-gradient(to bottom, #5de9f7);
  animation: animate2 2s linear infinite;
  animation-delay: 1s;
}
@keyframes animate2 {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(100%);
  }
}

.getintouch_textbox span:nth-child(3) {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to left, #5de9f7);
  animation: animate3 2s linear infinite;
}

@keyframes animate3 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

.getintouch_textbox span:nth-child(4) {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 2px;
  background: linear-gradient(to top, #5de9f7);
  animation: animate4 2s linear infinite;
  animation-delay: 1s;
}

@keyframes animate4 {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(-100%);
  }
}
.getintouch_textbox {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  background-color: #008896;
  padding: 18px 50px;
  border-radius: 0px 0px;
  margin-bottom: -50px;
  z-index: 1;
  position: relative;
  overflow: hidden;
}
.getintouch_textbox h3{
  max-width: 790px;
  font-size: 23px;
  line-height: 36px;
  color: #fff;
}
.getintouch_textbox a{
  color: #fff;
  padding: 11px 25px;
  display: inline-block;
  font-size: 17px;
  background-color: #e7873c;
  border-radius: 8px;
}

.sub_bannerimg {
    display: inline-block;
    width: 100%;
    background: url(../images/pages-bg.jpg) center no-repeat;
    background-size: cover;
    padding: 100px 0px;
    background-position: center;
}
.subbanner_text {
    display: inline-block;
    width: 100%;
}
.subbanner_text h3 {
    color: #fff;
    font-size: 40px;
    text-transform: uppercase;
}
.subbanner_text p {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    margin: 0;
}
.settop_aboutdiv {
    display: inline-block;
    width: 100%;
    margin: 150px 0px;
}
.about_leftimgbox {
    display: inline-block;
    width: 100%;
}
.about_leftimgbox img {
    width: 100%;
    height: 620px;
    object-fit: cover;
    border-radius: 23px;
}
.about_righttext {
    display: inline-block;
    width: 100%;
    padding-left: 25px;
}
.about_righttext span {
    font-size: 20px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 4px;
    display: inline-block;
    width: 100%;
}
.about_righttext h3 {
    font-weight: 600;
    color: #008896;
    font-size: 43px;
    margin-bottom: 23px;
}
.about_righttext p {
    color: #000;
    font-size: 18px;
    margin-bottom: 15px;
}
.about_grid {
    padding-left: 25px;
    margin-top: 35px;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}
.ag_box {
    background-color: #FFF;
    padding: 15px;
    margin-right: 30px;
    min-width: 200px;
    text-align: center;
    border-radius: 12px;
    background-color: #008896;
}
.ag_box h3 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 3px;
}
.ag_box p {
    margin: 0;
    font-size: 16px;
    color: #fff;
}
.ws_img {
    background-image: url(../images/agros-img-2.jpg);
    height: 600px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.ws_right_layer {
    height: 550px;
    background-color: #008896;
    margin-top: 100px;
    margin-left: -100px;
    position: relative;
}
.middle_content {
    margin: 0px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 70%;
    margin-left: 80px;
}
.middle_content h3 {
    color: #fff;
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 15px;
}
.middle_content p {
    color: #fff;
    font-size: 17px;
    margin-bottom: 13px;
}
.about_towmandiv .row {
    margin-right: 0;
    margin-left: 0;
}
.about_towmandiv .col-lg-6 {
    padding: 0px;
}
.about_towmandiv{
  display: inline-block;
  width: 100%;
  margin-bottom: 150px;
}
.mission_bgdiv{
  display: inline-block;
  width: 100%;
  background-image: url(../images/missan-bgimg.jpg);
  background-size: cover;
  padding: 80px 0px;
  text-align: center;
  margin-bottom: 80px;
}
.mission_bgdiv h3{
  font-size: 35px;
  color: #fff;
  margin: 0px;
  margin-bottom: 14px;
}
.mission_bgdiv p{
  font-size: 18px;
  color: #fff;
  margin: 0px;
}
.mission_innerbox {
  width: 80%;
  background: #008896;
  text-align: center;
  margin: 0 auto;
  padding: 33px 25px;
  border-radius: 17px;
  height: 390px;
}
.contact_mandivcover{
  display: inline-block;
  width: 100%;
  margin-top: 100px;
  margin-bottom: 110px;
  /*background-image: url(../images/contact-us.jpg);
  background-size: cover;*/
}
.contact_left{
  display: inline-block;
  width: 100%;
}
.contact_left h3 {
  text-transform: uppercase;
  color: #000;
  font-size: 28px;
}
.contact_left p{
  color: #000;
  font-size: 17px;
  margin: 0px;
}
.left_contactform {
  display: inline-block;
  width: 100%; 
  margin-top: 30px;            
}
.contact_inputset {
  display: inline-block;
  width: 100%;
}
.contact_inputset .form-group {
  margin-bottom: 27px;
}
.contact_inputset input {
  background-color: #f3f3f3 !important;
  border: 0;
  border-radius: 0px;
  padding: 15px 21px;
  font-size: 16px;
  color: #000;
}
.contact_inputset textarea {
  background-color: #f3f3f3 !important;
  border: 0;
  border-radius: 0px;
  padding: 12px 21px;
  font-size: 16px;
  color: #000;
  resize: none;
  width: 100%;
  height: 170px;
}
.contact_inputset button {
  display: inline-block;
  background-color: #008896;
  padding: 12px 43px;
  color: #fff;
  font-size: 19px;
  line-height: 23px;
  border-radius: 7px;
  border: 0;
}
.contact_info{
  display: inline-block;
  width: 100%;
  background-color: #00889645;
  padding: 30px 50px;
  border-radius: 15px;
  box-shadow: 0px 0px 2px 0px #0000001f;
}
.innercontact_info{
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
}
.innercontact_info span{
  display: inline-block;
  width: 100%;
  color: #000;
  font-size: 17px;
  margin-bottom: 5px;
}
.innercontact_info span i{
  margin-right: 8px;
  font-size: 19px;
  color: #e7873c;
}
.innercontact_info a{
  color: #000;
  font-size: 17px;
}
.contact_socialmedia{
  display: inline-block;
  width: 100%;
  border-top: 1px solid #a6a6a6;
  padding-top: 23px;
}
.contact_socialmedia a {
  margin-right: 17px;
}
.contact_socialmedia a span {
  display: inline-block;
  width: 35px;
  height: 35px;
  background-color: #008896;
  text-align: center;
  line-height: 34px;
  color: #fff;
  font-size: 21px;
  border-radius: 6px;
}
.map_div{
  display: inline-block;
  width: 100%;
}
.map_div iframe{
  width: 100%;
}
.product_slider .splide__arrow{
  background: #008896;
  opacity: 10;
}
.product_slider .splide--nav>.splide__track>.splide__list>.splide__slide.is-active {
    border-color: #008896;
}
.product_slider .splide--nav > .splide__track > .splide__list > .splide__slide.is-active {
    box-shadow: 0px 0px 8px #008896;
}

.custam_tabingdiv {
  display: inline-block;
  width: 100%;
  margin-top: 100px;
  margin-bottom: 110px;
}
.custam_tabingdiv .nav.nav-pills {
    height: 100%;
    background-color: #eaeaea;
    padding: 15px 0px 0px 0px;
}
.custam_tabingdiv .nav-item {
    margin-bottom: 10px;
}
.custam_tabingdiv .nav-pills .nav-link {
    background: 0 0;
    border: 0;
    border-radius: 0;
    text-align: left;
    color: #000 !important;
    font-size: 16px;
    padding: 6px 10px;
    width: 100%;
}
.nav .nav-item button.active {
    background-color: #008896;
    color: #fff !important;
}
.custam_innertabing .card{
  border: 0px solid rgba(0, 0, 0, .125);
}
.custam_innertabing .nav-tabs .nav-item.show .nav-link, .custam_innertabing .nav-tabs .nav-link.active {
  color: #fff;
  background-color: #008896;
  border-color: transparent;
  border-radius: 0px;
}
.custam_innertabing .nav-tabs .nav-link {
  margin-bottom: 0px;
  background: 0 0;
  border: 0px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  color: #000;
  font-size: 18px;
  float: left;
  background-color: #dadada;
  padding: 6px 31px;
}
.custam_innertabing{
  display: inline-block;
  width: 100%;
  margin-top: 15px;
}
.custam_innertabing .nav-tabs{
  border-bottom: 0px solid #dee2e6;
  background-color: #fff;
  display: inline-block;
  width: auto;
  padding: 0px;
  border-radius: 0px;
}
.wire_diameterset{
  display: inline-block;
  width: 100%;
  margin-top: 25px;
}
.wire_diameterset h3{
  margin: 0px;
  font-size: 25px;
  color: #008896;
}
.type_textbox{
  display: inline-block;
  width: 100%;
}
.type_textbox h3{
  margin: 0px;
  font-size: 22px;
  color: #008896;
  display: inline-block;
}
.type_textbox h3 p{
  margin: 0px;
  font-size: 18px;
  color: #000;
}

.product-wrapper{
  width: 100%;
  max-width: 100%;
  margin: 0px auto;
  padding: 0;
  border: 0px solid #eee;
  }
  .top-title{
  background: #e8e8e8;
  padding: 8px 18px;
  font-size: 23px;  
  color: #008f9d;
  /* text-transform: uppercase; */
  font-family: 'HankenGrotesk-Bold';
  margin-top: 30px;
  }

  /* code + table section */
  .code-block{
    margin-top: 44px;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 0px;
  }
  .code-header{
    display:flex;
    align-items:center;
    gap:10px;
    font-weight:600;
    font-size:16px;
  }
  .code-tag{
    background:#0096a5;
    color:#fff;
    padding:5px 12px;
    font-size:14px;
    font-weight: 500;
    letter-spacing:.5px;
    border-radius: 5px;
  }
  .code-name{
    font-weight: normal;
    font-size: 18px;
  }
  .layer-title{
    margin-left: auto;
    font-size: 20px;
    font-weight: normal;
    color: #0096a5;
  }

  .code-header-wrap{
    display:flex;
    align-items:center;
    justify-content:space-between;
  }

  table.detail-table{
      width:100%;
      border-collapse:collapse;
      margin-top:18px;
      font-size:14px;
  }
  table.detail-table thead th{
    background: #7c7c7c;
    color: #fff;
    padding: 8px 13px;
    border-radius: 6px 6px 0 0;
    font-weight: normal;
    border: 3px solid;
    text-align: center;
    font-size: 17px;
  }
  table.detail-table tbody td{
      text-align:center;
      padding:8px 0;
      border-bottom:1px solid #d9d9d9;
  }
  table.detail-table tbody tr:last-child td{
      border-bottom:none;
  }

  /* text + images bottom area */
  .bottom-section{
      margin-top:28px;
      display:flex;
      gap:40px;
      align-items:flex-start;
      flex-wrap:wrap;
  }
  .bottom-text{
      flex:1 1 55%;
      font-size:13px;
      line-height:1.4;
  }
  .bottom-text p{
    margin-bottom: 15px;
    font-size: 16px;
    color: #000;
  }
  .bottom-text p strong{
      font-weight:700;
  }
  .feature-list{
      list-style:none;
      margin-top:10px;
  }
  .feature-list li{
    margin-bottom: 6px;
    font-weight: normal;
    font-size: 16px;
  }
  .feature-list li::before{
    content: "▶";
    margin-right: 8px;
    color: #0096a5;
    font-size: 20px;
  }

  .main-img{
      width:260px;
  }
  .side-img{
      width:70px;
  }

  @media(max-width:700px){
  .code-header-wrap{flex-direction:column;align-items:flex-start;gap:5px}
  .layer-title{margin-left:0;}
  .bottom-section{flex-direction:column;}
  }
.product_manimg{
  display: inline-block;
  width: 100%;
}
.product_manimg img{
  width: 100%;
}
.product_rightimg{
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}
.product_rightimg img{
  width: 100%;
}
.drawing_imgset img{
  height: 370px;
  object-fit: contain;
}
.product_mandivbox{
  display: inline-block;
  width: 100%;
}



/* media queries */

@media (max-width: 1199px){
    
}
@media (max-width: 991px){
  .hero-style .slide-text p{
    margin: 0 0 0px;
  }
  .hero-slider .swiper-container{
    height: 420px;
  }
  .hero-slider .slide-inner{
    height: 420px;
  }
  .left-navmenulogo img {
    width: 110px;
  }
  .navbar-light .navbar-brand{
    display: inline-block;
    margin: 0;
    padding: 0;
  }
  .navbar-light .navbar-toggler {
    color: #000;
    border-color: rgba(0, 0, 0, .1);
    float: right;
    padding: 0;
    border: 0;
    font-size: 29px;
    margin-top: 10px;
    box-shadow: inherit;
  }
  .joinour_freebtn a {   
    padding: 6px 25px;    
    font-size: 18px;  
    background-color: #fff;
    color: #000;  
}
  .joinour_freebtn {
    margin-bottom: 15px;
    margin-left: 0;
  }
  .right-hednavmaincov .nav-item {
    margin-left: 0;
    margin-top: 8px;
  }
  .navbar-light .navbar-nav .nav-link {
      color: #fff;
      font-size: 18px;
      padding: 0;
  }
  .left-navmenulogo {
    float: left;
    width: 100%;
  }
  .right-hednavmaincov {
    float: right;
    margin-top: 0px;
    width: 100%;
    position: absolute;
    top: 77px;
    background: #008896;
    border-radius: 8px;
    text-align: center;
    z-index: 1;
    border: 0px solid #16AC87;
    padding-left: 0;      
  }
  .theme-btn, .theme-btn-s2, .theme-btn-s3 {
    font-size: 13px;
    padding: 15px 25px;
  }
  .hero-style .slide-title h2 {
    font-size: 50px;
    margin: 0 0 35px;
  }
   .hero-style {
    height: 420px;
  }
   .hero-slider {
    height: 420px;
  }
}
@media (max-width: 767px){
  .testimonial-group {
        display: flex !important;
        flex-direction: column;
    }
  .banner-content {
      flex-direction: column;
      text-align: center;
      gap: 15px;
  }
 .hero-banner {
      height: auto;
      padding: 40px 0;
  }
  .banner-content {
      flex-direction: column;
      text-align: center;
      gap: 20px;
  }
  .right-box h2 {
      font-size: 32px;
  }
  .right-box p {
      font-size: 16px;
      margin: auto;
  }
}
/* media queries */








