@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

* {

  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;

  font-style: normal;

}

body {
  overflow-x: hidden;
}

.top-menu {
  position: absolute;
  z-index: 7;
  top: 20px;
  width: 100%;
}

#menu-main {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  padding: 14px 0px;
}

.active {
  color: #24CAAA !important;
}

#main-logo {
  position: absolute;
  top: -17px;
}

.nav-link {
  color: #000;
}

#search-box {
  border-radius: 20px !important;
}

#submit-btn {
  position: absolute;
  right: 2px;
  background: rgb(36, 208, 163);
  background: -moz-linear-gradient(90deg, rgba(36, 208, 163, 1) 38%, rgba(19, 180, 188, 1) 57%);
  background: -webkit-linear-gradient(90deg, rgba(36, 208, 163, 1) 38%, rgba(19, 180, 188, 1) 57%);
  background: linear-gradient(90deg, rgba(36, 208, 163, 1) 38%, rgba(19, 180, 188, 1) 57%);

  border-radius: 32px;
  /* padding: 0px;
    height: 37px; */
}

.search-wrap {
  position: relative;
}

.slider-content h6 {
  color: #24CAAA;
}

.enquiry-button {
  display: inline-block;
}

.btn {
  border-radius: 20px;
  background-color: #22cda6;
  color: white;
  padding-right: 15px;
  /* Adjust as needed */
  position: relative;
}

.arrow {
  position: absolute;
  right: 3px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 900;
  background: #fff;
  padding: 0px 3px;
  border-radius: 50% 48%;
  color: #5fd5d9;
  font-size: 18px;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  /* height: 100%; */
  /* object-fit: cover; */
  height: 100%;
}

.autoplay-progress {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 10;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: var(--swiper-theme-color);
}

.autoplay-progress svg {
  --progress: 0;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  stroke-width: 4px;
  stroke: var(--swiper-theme-color);
  fill: none;
  stroke-dashoffset: calc(125.6 * (1 - var(--progress)));
  stroke-dasharray: 125.6;
  transform: rotate(-90deg);
}

.swiper-slide {
  position: relative;
}

.slider-content {
  position: absolute;
  width: 35%;
  left: 10%;
  /* transform: translateX(-50%); */
  color: #fff;
  font-size: 15px;
  text-align: left;
}

.caption {
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 16px;
  margin-bottom: 10px;
}

.enquiry-button button {

  background: rgb(36, 208, 163);
  background: -moz-linear-gradient(90deg, rgba(36, 208, 163, 1) 38%, rgba(19, 180, 188, 1) 57%);
  background: -webkit-linear-gradient(90deg, rgba(36, 208, 163, 1) 38%, rgba(19, 180, 188, 1) 57%);
  background: linear-gradient(90deg, rgba(36, 208, 163, 1) 38%, rgba(19, 180, 188, 1) 57%);
  font-size: 14px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#24d0a3", endColorstr="#13b4bc", GradientType=1);
  color: #fff;
  border: none;
  padding: 10px 30px;
  border-radius: 5px;
  cursor: pointer;
  border-radius: 20px;
}

.enquiry-button button:hover {
  background-color: #0056b3;
}

#swiper-pagination {}


/* home socialmedia */
.social-media-list {
  font-family: Arial, sans-serif;
  display: inline-block;
  margin-right: 20px;
  position: absolute;
  top: 50%;
  z-index: 9;
  color: #fff;
  /* transform: translate(-50px, -50px); */
  transform: translate(-50%, -50%);
}

.follow-text {
  display: block;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-weight: bold;
  color: #fff;
  left: 72%;
  position: absolute;
  top: -92px;
}


.fa-ul {
  list-style-type: none;
  /* margin: 20px 0px 24px 24px; */
  margin-left: 107px !important;
}

.fa-li {
  margin-right: 5px;
  /* Adjust spacing between icon and text */
}

.slider-wrapper {
  position: relative;
}

.follow-text {
  color: #fff;
}

/* .fa-ul li span  {
        border: 1px solid #fff;
        padding: 20px;
        border-radius: 21px;
    } */

.fa-ul li span i {
  width: 27px;
  border-radius: 50%;
  cursor: pointer;
}

.fa-ul>li {
  background: #ff000000;
  margin: 4px 0;
  /* border: 1px solid #fff; */
  border-radius: 50% 2%;
  padding: 5px;
}

.swiper-pagination {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  /* Adjust this value according to your preference */
}

/* about us section  */
.abt-left-wrapper {
  position: relative;
}

/* .abt-left-wrapper img:after{
content:'';
position: absolute;
height: 12.5rem;
width: 600px;
background-color:red;
} */

.abt-left-wrapper img {
  position: relative;
}

.abt-left-wrapper :after {
  content: ' ';
  height: 450px;
  width: 400px;
  background: linear-gradient(90deg, rgba(36, 208, 163, 1) 38%, rgba(19, 180, 188, 1) 57%);
  position: absolute;
  left: -10px;
  z-index: -1;
  border-top-left-radius: 50%;
  /* padding: 209px; */
  border-top-right-radius: 50%;
}

.abt-left-wrapper img {
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  -webkit-border-radius: ;
  -moz-border-radius: ;
  -ms-border-radius: ;
  -o-border-radius: ;
}

.abt-right-wrapper {}

.abt-right-wrapper h4 {
  color: #23cba8;
  font-size: 30px;
}

.wwa-wrapper {
  margin-top: 48px;
}

.wwa-wrapper h4 {
  color: #23cba8;
  font-size: 16px;
}

.wwa-wrapper p {

  font-size: 14px;
  color: #ffffff;
}

.api-title h2 {
  outline: 8px solid #00529F;
  outline-offset: 3px;
  /* border-radius: 20px; */
  border-bottom-right-radius: 20px;
  border-top-left-radius: 20px;
}

.wwa-wrapper span {
  color: #fff;
  font-size: 17px;
}

.abt-btn {
  margin-left: 20px;
  z-index: 9999999;
  position: relative;
}

.abt-right-wrapper span {
  font-weight: bolder;
  font-size: 17px;
}

.abt-right-wrapper p {
  font-size: 15px;
}

.card {
  border: none;
}

.icon-circle {}

.icon-circle i {
  border: 1px solid #24d0a3;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgb(36, 208, 163);
  border-right-color: rgb(36, 208, 163);
  border-bottom-color: rgb(36, 208, 163);
  border-left-color: rgb(36, 208, 163);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  padding: 17px;
  border-radius: 50%;
  color: #24d0a3;
  font-size: 21px;
}


.our-product {
  margin-top: 41px;
  /* color: #24d0a3; */
}

.op-title {
  position: relative;
}

.op-title p {
  color: #24d0a3;
  position: relative;
}

.op-title p:before {
  content: ' ';
  height: 2px;
  width: 100px;
  background: #24d0a3;
  position: absolute;
  top: 12px;
  margin: 0px -111px;
}

.op-title p:after {
  content: ' ';
  height: 2px;
  width: 100px;
  background: #24d0a3;
  position: absolute;
  top: 12px;
  margin: 0px 13px;
}

.op-title h2 {
  font-weight: bolder;
  font-size: 40px;
  margin-top: 33px;
}

.op-title span {
  padding: 0px 73px;
  color: #6c6c74;
  font-size: 14px;
}


/* our product */
div.gallery {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 9px;
  min-height: 335px;
}


div.gallery:hover {
  /* border: 1px solid #777; */
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px;
}

div.gallery img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  max-height: 160px;
}

div.desc {
  padding: 15px;
  text-align: center;
}

* {
  box-sizing: border-box;
}

.responsive {

  padding: 15px 13px;
  float: left;
  width: 24.99999%;
  /* border-radius: 64px; */
}

@media only screen and (max-width: 990px) {
  .dropdown-menu {
    width: 100%;
    /*max-width: 100px;
        */
    left: 50%;
    transform: translateX(1%) !important;
    background: #f8f9fa;
    /*width: 688px;
        */
    min-width: 100% !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    -webkit-transform: translateX(1%) !important;
    -moz-transform: translateX(1%) !important;
    -ms-transform: translateX(1%) !important;
    -o-transform: translateX(1%) !important;
  }

  .mg-btn {
    background-color: #0086c7;
    padding: 4px !important;
    border-radius: 6px;
    text-decoration: none;
    color: #fff;
  }
}

@media only screen and (max-width: 700px) {
  .responsive {
    width: 49.99999%;
    margin: 6px 0;
  }
}

@media (min-width: 451px) and (max-width: 768px) {
  #ws {
    position: relative;
    top: -130px !important;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    height: auto;
  }

  .footer-title h4:after {
    content: ' ';
    height: 2px;
    width: 67px;
    background: #24d0a3;
    position: absolute;
    bottom: -13px;
    right: 195px;
    left: 0px;
  }

}

/* This media query applies styles to screens that are between 600px and 1200px wide */
@media (min-width: 451px) and (max-width: 980px) {

  /* Your CSS rules here */
  .top-menu {
    position: relative !important;
    z-index: 7;
    /* top: 20px; */
    width: 100%;
  }

  .swiper-slide {
    width: 100% !important;
  }

}

@media only screen and (max-width: 425px) {
  .sidebar {

    width: auto !important;
    float: none !important;

  }
}

@media only screen and (max-width: 450px) {
  .swiper-slide img {
    display: block;
    width: 100%;
    /* height: 100%; */
    /* object-fit: cover; */
    height: 100% !important;
  }


  /* .op-enq-btn-wrap{
  display:none;
} */

}

@media only screen and (max-width: 360px) {

  .abt-left-wrapper :after {
    content: ' ';
    height: 252px;
    width: 400px;
    background: linear-gradient(90deg, rgba(36, 208, 163, 1) 38%, rgba(19, 180, 188, 1) 57%);
    position: absolute;
    left: -10px;
    z-index: -1;
    border-top-left-radius: 50%;
    /* padding: 209px; */
    border-top-right-radius: 50%;
  }

  .enquiry-button button {
    padding: 6px 31px 5px 8px !important;
  }

  .abt-right-wrapper h4 {
    color: #23cba8;
    font-size: 30px;
    margin-top: 87px !important;
  }

  .icon-circle i {
    padding: 9px !important;
    border-radius: 50%;
    color: #24d0a3;
    font-size: 18px !important;
  }


}

@media only screen and (max-width: 500px) {
  .responsive {
    width: 100%;
  }

  .list li {
    width: 100% !important;
    /* float: right; */
    font-size: 13px !important;
  }

  .footer-title p {
    display: none;
  }

  .abt-left-wrapper {
    position: relative;
    text-align: center;
  }

  .navbar-nav {
    margin-top: 35px;
  }

  .abt-left-wrapper :after {
    content: ' ';
    height: 409px;
    width: 100% !important;
    background: linear-gradient(90deg, rgba(36, 208, 163, 1) 38%, rgba(19, 180, 188, 1) 57%);
    position: absolute;
    left: -10px;
    z-index: -1;
    border-top-left-radius: 50%;
    /* padding: 209px; */
    border-top-right-radius: 50%;
  }
  .right-pro-wrapper {
    margin-top: 50px;
  }

  .left-bar .sidebar{
    margin-top:5px;
  }
 

}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.gallery h3 {
  font-size: 18px;
  padding: 17px 0px 0px 21px;
  color: #555;
}

div.desc {
  padding: 0px 5px;
  /* text-align: center; */
  font-size: 13px;
}

.op-enq-btn-wrap {
  margin: 33px 0px;
  padding: 18px;
}

.op-clipart {
  position: absolute;
  opacity: 0.1;
  top: -86px;
}

.footer-box {
  padding: 79px 0px;
}

.footer-title h4 {
  color: #fff;
}

.footer-title {
  position: relative;
}

.footer-title h4:after {
  content: ' ';
  height: 2px;
  width: 67px;
  background: #24d0a3;
  position: absolute;
  bottom: -13px;
  right: 195px;
}

/* .fa {
    padding: 8px;
    font-size: 30px;
    width: 33px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 50%;
  } */

.fa:hover {
  opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
  padding: 5px 8px;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
  padding: 5px 8px;
}

.fa-google {
  background: #dd4b39;
  color: white;
}

.fa-linkedin {
  background: #007bb5;
  color: white;
}

.fa-youtube {
  background: #bb0000;
  color: white;
  padding: 5px 8px;
}

.fa-instagram {
  background: #125688;
  color: white;

  padding: 5px 8px;
}

.fa-pinterest {
  background: #cb2027;
  color: white;
}

.fa-snapchat-ghost {
  background: #fffc00;
  color: white;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.fa-skype {
  background: #00aff0;
  color: white;
}

.fa-android {
  background: #a4c639;
  color: white;
}

.fa-dribbble {
  background: #ea4c89;
  color: white;
}

.fa-vimeo {
  background: #45bbff;
  color: white;
}

.fa-tumblr {
  background: #2c4762;
  color: white;
}

.fa-vine {
  background: #00b489;
  color: white;
}

.fa-foursquare {
  background: #45bbff;
  color: white;
}

.fa-stumbleupon {
  background: #eb4924;
  color: white;
}

.fa-flickr {
  background: #f40083;
  color: white;
}

.fa-yahoo {
  background: #430297;
  color: white;
}

.fa-soundcloud {
  background: #ff5500;
  color: white;
}

.fa-reddit {
  background: #ff5700;
  color: white;
}

.fa-rss {
  background: #ff6600;
  color: white;
}

.footer-title p {
  color: #fff;
  font-size: 13px;
  margin-top: 13px;
  text-align: justify;
}

.footer-title h5 {
  color: #fff;
}

.footer-list ul li a {
  text-decoration: none;
  color: #fff;
  /* float: left; */
}

.footer-list {
  margin: 26px -1px;
  position: relative;
}

.footer-list>ul::before {
  content: ' ';
  height: 140px;
  width: 1px;
  background: linear-gradient(90deg, rgb(36 208 163 / 46%) 38%, rgb(19 180 188 / 42%) 57%);
  position: absolute;
  left: -63px;
  top: 15px;

}

.footer-list ul {
  list-style: none;
  padding: 0;
}

.footer-list li {
  position: relative;
  padding-left: 20px;
  /* space for the arrow */
  margin-bottom: 5px;
  /* adjust as needed */
}

.footer-list li::before {
  content: "\f105";
  /* Font Awesome right arrow icon code */
  font-family: "FontAwesome";
  font-weight: 900;
  position: absolute;
  color: #fff;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.left-image {
  position: relative;
  left: -55px;
}

label {
  color: #696868;
}

#form-ttl {
  color: #696868;
}

/* Custom styles */
.get-in-touch-section {}

.grey-background {
  background-color: #f8f9fa;
  /* Light grey background for inputs */
}

.get-in-touch-section {
  padding: 94px 0;
  background-image: url('../assets/images/wwd.png');
  background-size: cover;
  /* Ensures the image covers the entire section */
  background-position: center;
  /* Centers the image */
  background-repeat: no-repeat;
  /* Prevents the image from repeating */
  width: 100%;
  /* Ensures the section takes the full width of the container */
  padding: 60px 0;
  /* Adds some padding to the section */
  box-sizing: border-box;
  /* Ensures padding does not affect the width */
  /* background-image: linear-gradient(240deg, #A0E9E5 0%, #FAFDFE 50%, #f3f3f300 100%); */
}

.get-in-touch-section .left-image {
  margin-bottom: 30px;
}

/* Custom class for grey background */
.grey-background {
  background-color: #f2f2f2;
  /* You can adjust the shade of grey as per your preference */
}

/* Custom class for rounded borders */
.rounded-input {
  border-radius: 20px;
  /* Adjust the value to make the border more or less rounded */
}



.orange {

  background: #fff;

}

.circle i {
  padding: -9px;
  margin: -16px;

  font-size: 38px;
}

.fa-play-circle:before {
  content: "\f144";
  color: #24d0a3 !important;
}


.center {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  height: 100vh;
}

.circle {
  width: 37px;
  height: 35px;
  border-radius: 50%;
  box-shadow: 0px 0px 1px 1px #0000001a;
  /* border: 1px dotted #fff; */
  padding: 35px;
  outline: 1px dottted #fff;
  outline: 1px dotted #fff;
  outline-offset: 32px;
}

.pulse {
  animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }

  100% {
    box-shadow: 0 0 0 20px #ffffff82;
  }
}

.bg-image-full {
  padding: 125px 0px !important;
}

.master {
  color: black;
  float: right;
}

@media (max-width:900px) {
  .master {
    display: none
  }
}


.cont-inenr>i {

  padding: 6px;
  border-radius: 50%;
}


.footer-cont-icon {}

/* responsive section */
/* mukesh */
@media (min-width: 450px) {
  .what-we-do-wrapper {
    background-image: url(../assets/images/what-we-do.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 498px;
  }
}

/* tab media query */
@media (max-width: 980px) {
  .navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
    margin: 22px;
  }
}

@media (min-width: 426px) and (max-width: 768px) {
  .slider-content p {
    font-size: 9px;
  }

  .footer-wrapper-img {
    height: 100% !important;
  }

  /* {
  background-image: url(assets/images/footer.png);
    background-size: 100% 100%;
    height: 1065px;
    background-repeat: no-repeat;
} */
}

/* Your CSS styles for tablets go here */
@media only screen and (max-width: 450px) {

  /* Your mobile styles here */
  .wwa-wrapper {
    /* margin-top: 60px; */
    /* display: flex; */
    margin: 125px 0px !important;
  }

  .top-menu {
    position: relative;
    /* z-index: 7; */
    top: 0px;
    width: 100%;
  }

  .social-media-list {
    font-family: Arial, sans-serif;
    /* display: inline-block; */
    /* margin-right: 20px; */
    position: absolute;
    top: 50%;
    right: -73px;
    z-index: 9;
    color: #fff;
  }

  .follow-text {
    color: #fff;
    display: none;
  }

  .slider-content p {
    display: none;
  }

  .wwa-wrapper {
    /* margin-top: 60px; */
    /* display: flex; */
    margin: 125px 0px;
  }

  .product-sku1 .con-btn {
    padding: 6px 14px;
    background-color: #fff;
    /* font-size: 14px; */
    color: #b63429;
    display: flex;
    border-radius: 5px;
    line-height: 28px;
    margin-left: -6px;
    /* font-weight: 600; */
    display: inline-block;
    text-decoration: none;
  }

  .circle {
    width: 37px;
    height: 35px;
    border-radius: 50%;
    box-shadow: 0px 0px 1px 1px #0000001a;
    /* border: 1px dotted #fff; */
    padding: 28px;
    outline: 1px dottted #fff;
    outline: 1px dotted #fff;
    outline-offset: 32px;
    /* margin: 32px -29px; */
    /* right: -70px; */
    position: relative;
    /* top: auto; */
    top: -70px;
  }

  .footer-wrapper-img {
    height: 1120px !important;
  }

  .footer-title h4:after {
    content: ' ';
    height: 2px;
    width: 67px;
    background: #24d0a3;
    position: absolute;
    bottom: -13px;
    left: 0;
  }
}

.abt-left-wrapper :after {

  content: ' ';
  height: 409px;
  width: 356px;
  background: linear-gradient(90deg, rgba(36, 208, 163, 1) 38%, rgba(19, 180, 188, 1) 57%);
  position: absolute;
  left: -10px;
  z-index: -1;
  border-top-left-radius: 50%;
  /* padding: 209px; */
  border-top-right-radius: 50%;
}

.footer-wrapper-img {
  height: 26rem;
}

.cont-inenr {
  position: relative;
}

.cont-inenr::before {
  content: ' ';
  height: 144px;
  width: 1px;
  background: #0c5a5f;
  position: absolute;
  left: -52px;
  top: 5px;
}

.f-logo {
  background-color: #24d0a3;
  width: 27px;
  border-radius: 50%;
  padding: 0px 2px;
  font-size: 14px;
  margin: -1px -7px;
}

.footer-cont-icon {
  padding: 6px;
  border-radius: 50%;
  margin: 0px;
}

.about-desc p {
  box-shadow: rgba(0, 0, 0, 0.16) 2px -3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  padding: 15px;
  margin-top: 0px;
  border-radius: 10px;
  border-left: 2px solid #ddd;
}

.abt-top-wrapr {
  margin-top: 50px;
}

.abt-pg-banner {
  position: relative;
}

.abt-pg-banner::after {
  content: ' ';
  height: 300px;
  border: 9px solid #41d0aa;
  width: 400px;
  outline: 17px solid #13b4bc;
  outline-offset: 20px;
  /* background: #fc0012; */
  position: absolute;
  left: -12px;
  top: -13px;
  z-index: -1;
}

.item1 .icon {
  font-size: 40px;
  margin-bottom: 25px;
  color: #312875;
  width: 90px;
  height: 90px;
  line-height: 96px;
  border-radius: 50px;
}

.item1 {
  /*background: #fff;
    */
  text-align: center;
  padding: 0px 0px;
  -webkit-box-shadow: 0 0px 25px rgb(0 0 0 / 7%);
  box-shadow: 0 0px 22px rgb(0 0 0 / 7%);
  /*border-radius: 20px;
    */
  /*border: 1px solid #22cda6;
    */
  margin-bottom: 30px;
  -webkit-transition: ;
  transition: all 0.5s ease 0;
  transition: all 0.5s ease 0s;
  height: auto;
  margin: 25px 27px;
  transform: rotate3d(1, 1, 1, 30deg);
  perspective: 3d;
  border: 1px dotted #24d0a3;
  padding: 10px;
  outline: 10px solid #0087c294;
  transition: ;
  -moz-transition: ease 0.5s;
  -ms-transition: ;
  -o-transition: ;
  margin-bottom: 65px;
}

.item1:hover {
  transform: rotate3d(1, 1, 1, 1deg);
  -webkit-transform: rotate3d(1, 1, 1, 1deg);
  -moz-transform: rotate3d(1, 1, 1, 1deg);
  -ms-transform: rotate3d(1, 1, 1, 1deg);
  -o-transform: rotate3d(1, 1, 1, 1deg);
}

.item1 .icon {
  font-size: 40px;
  margin-bottom: 25px;
  color: #22cda6;
  width: 90px;
  height: 90px;
  line-height: 96px;
  border-radius: 50px;
}

.item1 h6 {
  margin-bottom: 20px;
  color: #2f2f2f;
}

.item1 a {
  text-decoration: none;
  color: #212529;
}

.item1:hover p {
  color: #000;
}



.item {


  /* background: #fff; */
  text-align: center;
  padding: 0px 0px;
  -webkit-box-shadow: 0 0px 25px rgb(0 0 0 / 7%);
  box-shadow: 0 0px 22px rgb(0 0 0 / 7%);
  border-radius: 20px;
  border: 1px solid #24d0a3;
  margin-bottom: 30px;
  -webkit-transition: all 0.5s ease 0;
  transition: all 0.5s ease 0;
  transition: all 0.5s ease 0s;
  min-height: 220px;
}

.item .feature_box_col_three {
  background: rgba(0, 147, 38, 0.15);
  color: #f8931f;
}

.item .icon {
  font-size: 40px;
  margin-bottom: 25px;
  color: #24d0a3;
  width: 90px;
  height: 90px;
  line-height: 96px;
  border-radius: 50px;
}

.item h6 {
  margin-bottom: 20px;
  color: #2f2f2f;
}


.item:hover {
  /* background: #277be9; */
  box-shadow: 0 8px 20px 0px rgb(0 0 0 / 50%);
  -webkit-transition: all 0.5s ease 0;
  transition: all 0.5s ease 0;
  transition: all 0.5s ease 0s;

}

.item p {
  font-size: 14px;
}

.item:hover .icon {
  color: #000;
}

.item:hover h6 {
  color: #000;
}

.item:hover p {
  color: #000;
}


.item a {
  text-decoration: none;
  color: #212529;
}





.job-card {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.job-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.job-description {
  font-size: 16px;
}

.career-crd {
  border-radius: 21px;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  min-height: 337px;
  background: rgb(204, 240, 230);
  background: -moz-linear-gradient(90deg, rgba(204, 240, 230, 1) 34%, rgba(135, 249, 255, 1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(204, 240, 230, 1) 34%, rgba(135, 249, 255, 1) 100%);
  background: linear-gradient(90deg, rgba(204, 240, 230, 1) 34%, rgba(135, 249, 255, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ccf0e6", endColorstr="#87f9ff", GradientType=1);
}

.carrer-info-text p {
  font-size: 23px;
  font-weight: bolder;
  color: #13b4bc;
}

.opning-title {
  background: #363636;
  color: #ddd;
  padding: 10px;
}

  {
  background: #22cda6;
  display: inline;
  padding: 2px 10px;
}


.form-container {
  border: 1px solid #ccc;
  /* Add border */
  border-radius: 10px;
  /* Rounded corners */
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  /* Add box shadow */
  padding: 20px;
  /* Add padding */
}

.about-desc h3 {
  font-size: 16px;
  background: #0071b9;
  display: inline;
  padding: 10px;
  border-radius: 10px;
  color: #fff;
}

.product-sku1 {
  background-color: #b63429;
  text-align: center;
  padding: 30px;
  color: #fff;
  font-size: 25px;
}

.product-sku1 .con-btn {
  padding: 6px 20px;
  background-color: #23CBA8;
  font-size: 20px;
  color: #b63429;
  border-radius: 5px;
  line-height: 28px;
  margin-left: 10px;
  font-weight: 600;
  text-decoration: none;
}

.product-sku1 {
  background-color: #0099ca;
  text-align: center;
  padding: 30px;
  color: #fff;
  font-size: 25px;
}

.op li a {
  text-transform: capitalize;
}

/* our certifications */

.certificate-card {
  position: relative;

  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
}

.certificate-card:hover {
  transform: translateY(-10px);

}

.certificate-card img {
  width: 100%;
  height: auto;
  display: block;
  /* transition: transform 0.3s; */
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-left: 9px solid #24d0a3;
  border-bottom: 2px dotted #24d0a3;
  border-right: 2px dotted #24d0a3;
}

/* .certificate-card:hover img {
  transform: scale(1.05);
} */

/* products home page */

.sidebar {
  border-right: 1px solid #ccc;
  padding: 20px;
  width: 280px;
  float: left;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  /* margin: 19px; */
  margin-top: 59px;
}

/* Style for products list */
.product-list {
  list-style-type: none;
  /* Remove default list bullets */
  padding: 0;
  margin: 0;
}

.product-list li {
  margin-bottom: 10px;
  border: 1px solid #ccc;
  /* Border around list items */
  padding: 5px 10px;
  /* Add padding */
  transition: all 0.3s ease;
  /* Add transition for smooth hover effect */
  cursor: pointer;
  /* Change cursor to pointer on hover */
  border-radius: 5px;
  background: #e4e4e7;
}

/* Hover effect */
.product-list li:hover {
  background-color: #f0f0f0;
  /* Change background color on hover */
  transform: scale(1.05);
  /* Scale up the item slightly */
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  /* Add shadow on hover */
}

/* Style for parent card */
.parent-card {
  border: 1px solid #ccc;
  /* Border around the card */
  padding: 20px;
  margin-left: 220px;
  /* Margin to make space for the sidebar */
  /* Adjust margin-left based on sidebar width */
}

.sidebar h3 {
  font-size: 20px;
  background: #24d0a3;
  padding: 10px;
}

.product-list li a {
  text-decoration: none;
  color: #363535;
}


.video {
  width: 100%;
}

.what-we-do-wrapper {
  background-image: url('../assets/images/what-we-do.jpg');
  background-size: cover;
  /* Ensures the background image covers the entire area */
  background-position: center center;
  /* Centers the background image */
  background-repeat: no-repeat;
  /* Ensures the background image does not repeat */
  width: 100%;
  /* Makes sure the section takes the full width */
  height: 100%;
  /* Adjusts the height based on content, can set a fixed height if necessary */
  margin-bottom: 22px;
}

.wwa-wrapper {
  /* margin-top: 60px; */
  /* display: flex; */
  margin: 208px 0px;
}

#ws {
  position: relative;
}

/* 
megamenu */


.dropdown-menu {
  width: 100%;
  /* max-width: 100px; */
  left: 50%;
  transform: translateX(-30%);
  background: #f8f9fa;
  margin-top: 15px !important;
  /* width: 688px; */
  min-width: 1210px;
  padding: 41px 30px !important;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}


.dropdown-menu h6 {
  font-weight: bold;
  margin-bottom: 10px;
}

.dropdown-menu ul {
  padding-left: 0;
}

/* .dropdown-menu ul li {
  margin-bottom: 5px;
} */

.dropdown-menu ul li a {
  color: #7d7d7d;
  font-size: 14px;
}

.dropdown-menu ul li {
  margin-bottom: 16px;
  margin-left: -13px;
  border-bottom: 1px solid #ddd;
}

.mega-munu-abt {
  background: #23cfa2;
  padding: 20px;
  border-radius: 20px;
  margin: -15px;
}

.mega-munu-abt p {
  color: #fff;
  font-size: 13px;
}

.mega-munu-abt h4 {
  color: #fff;
}

#mega-btn {
  background-color: #0080bf;
  border-radius: 6px;
}

.prod-hm-card {
  margin: 20px;
}

.circle-image {
  width: 250px;
  border-left: 8px solid #24d0a3;
  height: 200px;
  object-fit: cover;
  /* border: 8px solid #24d0a3; */
  /* transform: skew(2deg); */
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom: 1px dotted #24d0a3;
  border-right: 1px solid #24d0a3;
}

.prod-hm-card {
  transition: transform 0.3s ease;
  object-fit: cover;
}

.prod-hm-card p {
  padding: 4px;
  background: #24d0a3;
  color: #fff;
  font-size: 15px;
  height: 48px;
  text-transform: uppercase;

}

.prod-hm-card:hover {
  transform: scale(1.1);
}

.mg-btn:hover {
  color: #f8f9fa;
}

.mg-btn {
  background-color: #0086c7;
  padding: 10px;
  border-radius: 6px;
  text-decoration: none;
  color: #fff;
}


#apply {
  text-decoration: none;
  color: #fff;
}

.product-image {
  max-width: 100%;
  height: auto;
  border: 2px solid #0099ca;
  border-radius: 1px 69px;
  outline: 1px solid #0099ca;
  outline-offset: 13px;
}

.send-inquiry-btn {
  background-color: #20c997;
  border-color: #20c997;
  color: white;
}

.send-inquiry-btn:hover {
  background-color: #198754;
  border-color: #198754;
  text-decoration: none;
  color: #fff;
}

.social-icons a {
  margin-right: 10px;
}

.right-pro-wrapper {
  border: 1px solid #ddd;
  padding: 14px 33px;
  border-radius: 5px 0px;
  font-size: 15px;


}

div.desc {
  padding: 0px 5px;
  text-align: center;
  /* font-size: 13px; */
  float: inline-start;
  margin: 0px 16px;
  color: #555;
}

.right-pro-wrapper h1 {
  font-size: 1.5rem;
  text-transform: uppercase;
}

.bread-crum img {
  width: 100%;
}

.dropdown-item:hover {
  background-color: #20c997;
}

.prod-hm-card p:hover {
  background: #20c997;
  color: #fff;
  width: 100%;
}

.prod-hm-card a {
  text-decoration: none;
}

li.left-side-act {
  background: #0061ad80;
  color: #fff !important;
}

/* 
blog */


.blog-card {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
  cursor: pointer;
  transition: box-shadow 0.3s;
}

.blog-card:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.blog-title {
  font-size: 1.5em;
  margin-bottom: 10px;
}

.blog-snippet {
  color: #666;
}

.blog-detail {
  display: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
}

.back-button {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 20px;
  background-color: #007BFF;
  color: #fff;
  border: none;
  cursor: pointer;
  border-radius: 5px;
}


.blog-detail>.card img {
  width: 397px;
  height: 255px;
}

.pro-finl-pra {
  box-shadow: rgb(37 35 35 / 32%) 0px 1px 4px;
  padding: 24px;
  margin-bottom: 10px;
  display: none;
}

li.left-side-act:nth-child(1) {
  background-color: #c6c6c6;
}

#nutra {
  background-color: orange !important;
}

#sc {
  background-color: yellow;
}

#mf {
  background-color: #52df52;
}

#lc {
  background-color: rgb(163 160 203);
}


#fc {
  background-color: #60a5fa;
}

#ai {
  background-color: violet;
}

#aii {
  background-color: #ff62625e;
}

a {
  text-decoration: none;
}

.pro-finl-pra h5 {
  color: #1d9772;
}

.col-10 .card-title {
  color: #23cba8;
}

.search-wrap {
  position: relative;
  width: 100%;
  max-width: 400px;
  margin: auto;
}

.search-results {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  border: 1px solid #ddd;
  border-top: none;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  display: none;
}

.search-results ul {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 300px;
  overflow: auto;
}

.search-results li {
  padding: 10px;
  border-bottom: 1px solid #eee;
}

.search-results li:last-child {
  border-bottom: none;
}

.search-results a {
  display: block;
  text-decoration: none;
  color: #333;
}

.search-results a:hover {
  background: #f8f9fa;
}

.form-control:focus {
  box-shadow: none;
  border-color: #80bdff;
}

.search-results {
  background: white;
  padding: 14px 22px;
}


footer {
  min-height: 50px;
}

#abt-certi-title {
  color: #24D0A3;
}

#certi-abstract {
  box-shadow: rgba(0, 0, 0, 0.16) 2px -3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  padding: 10px;
}

.keywordlist {
  border: 2px dotted #03a9f4;
  padding: 50px;
}

ul.list li {
  text-transform: uppercase;
  position: relative;
}

.list li {
  width: 25%;
  float: right;
  font-size: 11px;
}

.list {
  height: 200px;
  overflow: auto;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 29px 27px;
  border-radius: 10px;
  /* margin: 11px; */
}


/* api table */

h5.custom-product-title {
  padding: 9px;
}

.custom-product-card {
  transition: ease 0.5s;
  text-align: center;
  padding: 14px;
  /*border: 0.5px solid #ddd;
  */
  outline: 1px solid #60bba978;
  margin: 10px;
  border-radius: 10px;
  -webkit-transition: ease 0.5s;
  -moz-transition: ease 0.5s;
  -ms-transition: ease 0.5s;
  -o-transition: ease 0.5s;
}

.custom-product-card img {
  width: 100%;
  border: 1px dotted #ddd;
  border-radius: 10px;
  outline: 1px solid #60bba978;
}

.custom-product-card:hover {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

#pagination-controls button {
  background: #1dae8d;
  padding: 1px 6px;
  border-radius: 26%;
  margin: 1px;
  -webkit-border-radius: 26%;
  -moz-border-radius: 26%;
  -ms-border-radius: 26%;
  -o-border-radius: 26%;
}

section.about-wrapper {
  margin-top: 60px;
}

div#megamenu {
  position: absolute;
  left: 0;
}

/* Add this CSS to your stylesheet */
.right-arrow::after {
  content: '→';
  margin-left: 10px;
}


button#nextBtn {
  /* background: red; */
  border-radius: 10px;
  padding: 1px 20px;
  border: none;
  color: #fff;
  background: linear-gradient(90deg, rgba(36, 208, 163, 1) 38%, rgba(19, 180, 188, 1) 57%);
}

button#prevBtn {
  /* background: red; */
  border-radius: 10px;
  padding: 1px 20px;
  border: none;
  color: #fff;
  background: linear-gradient(90deg, rgba(36, 208, 163, 1) 38%, rgba(19, 180, 188, 1) 57%);
}

.abstract-section {
  display: none;
}


.pro-finl-pra1 {
  box-shadow: rgb(37 35 35 / 32%) 0px 1px 4px;
  padding: 24px;
  margin-bottom: 10px;
}

.pro-finl-pra1 h5 {
  color: #1d9772;
}