.nav-item {
  margin: 0px 5px;
  font-size: 20px;
  font-weight: 500;
  border-top: 4px solid transparent;
}

body {
  overflow-x: hidden;
}

.navbar {
  line-height: 50px;
}

.nav-link.active {
  color: #2db077 !important;
}

.nav-item:hover {
  transition: 0.4s all ease;
  border-top: 4px solid #2db077;
}

.swiper {
  width: 100%;
  height: 400px;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
}

.swiper-slide img {
  display: block;
  width: 100%;
}

.navbar-brand img {
  width: 25%;
}

.nav-link {
  font-size: 1.3rem;
  padding: 0 1.5rem !important;
}

.carousel-item {
  height: 100vh;
}
.carousel-item img{
  height: 100% !important;
}

@media (max-width:550px) {
  .carousel-item {
    height: 30vh;
  } 
}
@media (max-width:1200px) {
  .nav-link {
    padding: 0 0.5rem !important;
  }  
}

.dropdown-menu {
  height: 50vh;
  overflow: scroll;
}

/* ------------------------------------
Section Two 
-------------------------------------------------- */
  main{
    position: relative;
  }

.first-slider{
  overflow-x: hidden; 
  padding: 0;
}

.info h2 {
  padding-top: 3rem;
}

@media (max-width: 550px) {
.info h2 {
  padding-top: 2rem;
  font-size: 2rem !important;
}
.about-contant p{
  display: none;
}
.info .btn-get-started{
  display: none !important;
}

}

.info {
  position: absolute;
  inset: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.6);
}
.first-slider{
  position: relative;
}

@media (max-width: 768px) {
  .info {
    padding: 0 50px;
  }
}

.info h2 {
  color: #fff;
  margin-bottom: 30px;
  padding-bottom: 30px;
  font-size: 56px;
  font-weight: 700;
  position: relative;
}

.info h2:after {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 4px;
  background: green;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

@media (max-width: 768px) {
  .info h2 {
    font-size: 36px;
  }
}

.info p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
}

.info .btn-get-started {
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  background-color: #fff;
  color: green;
  border: 2px solid green;
  text-decoration: none;
}

.info .btn-get-started:hover {
  background: #ffffff8e;
}

@media (max-width: 768px) {
  .info h2 {
    font-size: 36px;
  }
}

.about-carts {
  background: #2db077;
}

.frist-box {
  border-left: 2px solid #ffffff !important;
}

.about-cart {
  color: #fff;
  padding: 0rem 2rem;
  width: 25%;
  border-right: 2px solid #ffffff ;
  margin: 1rem auto !important;
}
.about-cart:nth-of-type(4){
  border: none;
}
.about-cart i {
  font-size: 3.6rem;
  margin-bottom: 10px;
}

.about-cart h4 {
  font-size: 1.6rem;
  margin: 1rem 0;
  letter-spacing: 0px;
  font-weight: 500;
}

/* .about-cart h4::after,
.information h3::after {
  content: "";
  width: 100px;
  height: 3px;
  margin: 5px auto;
  display: block;
  background: #fff;
} */

.about-cart p {
  line-height: 25px;
  font-weight: 500;
  padding: 0 3px;
  letter-spacing: 0px;
}

.about-detail h2 {
  font-weight: 600 !important;
}

.about-detail h4 {
  padding: 15px 0 10px 0;
}

.about-detail p {
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.4px;
}

.about-detail p span {
  font-weight: 600;
  font-size: 19px;
}

.about-span {
  color: #7b00ff;
}

section::before, section::after {
  position: absolute;
  content: '';
  /* pointer-post-wraps: none; */
}

.row{
  display: flex !important;
  flex-wrap: wrap !important;
}
.border{
  border: none !important;
}


/* -------sec-3----- */
.product h1,
.industries h1,
.tabination h1,
.inspection h1 {
  font-size: 2rem;
  font-weight: 700;
  margin: 2rem 0;
  text-align: center;
}

.product h1::after,
.industries h1::after,
.tabination h1::after,
.inspection h1::after {
  content: "";
  width: 140px;
  height: 3px;
  margin: 10px auto;
  display: block;
  background: #000;
}

.information h3 {
  text-align: center;
}

.information {
  padding: 3rem 0;
  background: linear-gradient(#e6e6e64f, #e6e6e64f),
    url(../imgs/transparent-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.information h3::after {
  background: #000;
}

.info-cart-left {
  display: flex;
  flex-direction: column;
  align-items: end;
  text-align: right;
}

.info-cart {
  margin: 3rem 0;
}

.info-icon {
  background: #2db077;
  width: 70px;
  height: 70px;
  color: #fff;
  font-size: 2.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}

.info-cart h4 {
  margin: 1rem 0;
  font-weight: 700;
}

.info-cart p {
  color: #656565;
  width: 70%;
}

/*--------------------------------------------------------------
# Gallery Section
--------------------------------------------------------------*/

.industries h1 {
  margin-bottom: 0;
}

.gallery {
  overflow: hidden;
}

.swiper {
  position: relative;

}

.gallery .swiper-pagination {
  position: absolute;
  bottom: 0px;
}

.gallery .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #cfcfcf;
  opacity: 1;
}

.gallery .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #2db077;
}

.gallery .swiper-slide-active {
  text-align: center;
}

.swiper-slide {
  height: auto;
}

.swiper-content {
  position: relative;
  overflow: hidden;
}

.swiper-content-shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 30px;
  font-weight: 100;
  opacity: 0;
  z-index: 111;
  background-color: rgba(37, 142, 136, 0.66);
}

.swiper-content:hover .swiper-content-shadow {
  cursor: pointer;
  opacity: 1;
  animation: delay 0.3s;
}

@keyframes delay {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.swiper-content:hover img {
  transform: scale(1.09);
  transition: all 0.4s ease;
}

.swiper-heading {
  position: absolute;
  bottom: -1%;
  padding: 10px 5px;
  background-color: #efefef;
  z-index: 1111111;
  width: 100%;
}

.swiper-heading::before {
  content: "";
  display: block;
  position: absolute;
  top: -8px;
  margin-left: 15px;
  width: 8px;
  height: 8px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #efefef;
  z-index: 11111;
}

@media (min-width: 992px) {
  .gallery .swiper-wrapper {
    padding: 0px 0;
    height: 20vh;
  }

  .gallery .swiper-slide-active {
    border: 6px solid white;
    padding: 4px;
    background: #fff;
    z-index: 1;
    transform: scale(1);
  }
}

/* ------tabination------ */

.tabination {
  background: linear-gradient(#d5d5d54f, #d5d5d54f),
    url(../imgs/transparent-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.tabination h1 {
  padding: 4rem 0;
}

.tab {
  background: transparent;
  overflow: hidden;
}

.tab button {
  border: none;
  background-color: initial;
  transition: all 0.4s;
  color: #000000eb;
  font-size: 18px;
  padding: 1rem 1.3rem;
  margin: 0;
  border-top: 3px solid transparent;
  outline: none;
  font-weight: 600;
}

.tab button i {
  color: #2db077;
  margin: 0 3px;
}

.tabination-content {
  padding-bottom: 4rem;
  height: 100%;
  display: block;
}

.tab button:hover {
  background-color: #fff;
  border-top: 3px solid #2db077;
}

.tab button.active {
  background-color: #fff !important;
  border-top: 3px solid #2db077 !important;
}

.tabContent {
  display: none;
  background-color: #fff;
  padding: 2rem;
  animation: fadeEffect 1s;
}

.tabContent.active {
  display: block;
}

@keyframes fadeEffect {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.tabContent h3 {
  margin: 1rem 0;
}

.tabContent p {
  font-size: 17px;
}

.typewriter-text p {
  font-size: 33px;
  padding: 10px 0;
  font-weight: 700;
}

#keys {
  color: #2db077;
  font-size: 34px;
  width: 100%;
}

.inspection-cart {
  width: 170px;
  border: 1px dashed #cfcfcf;
  height: 95px;
  position: relative;
  margin: 10px auto;
  cursor: pointer;
  background-color: #fff;
}

.inspection-cart img {
  width: 100%;
  height: 100%;
}

.inspection-cart-shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  left: 0;
}

.inspection-cart:hover .inspection-cart-shadow {
  background: #53ada281;
  transition: all 0.4s ease;
}

.inspection-cart-icon {
  position: absolute;
  font-size: 52px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: transparent;
  font-weight: 300;
}

.inspection-cart:hover .inspection-cart-icon {
  color: #fff;
  transition: all 0.4s ease;
}

/* -----footer------ */
.footer {
  background-color: #17191b;
  margin-top: 4rem;
  padding: 50px 0;
}

.footer h4 {
  color: #fff;
  margin: 1rem 0;
}

.footer h4::after {
  content: "";
  width: 25%;
  height: 5px;
  background: #2db077;
  display: block;
  margin-top: 1rem;
}

.footer p {
  color: #dcdcdc;
  font-size: 18px;
}

.quick-links ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.quick-links ul li {
  padding: 9px 0;
}

.quick-links ul li a {
  text-decoration: none;
  color: #2db077;
}

.quick-links ul li a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.address p {
  color: #fff;
  font-weight: 600;
}

.address p span {
  color: #2db077;
  font-weight: 400;
  cursor: pointer;
}

.address p span:hover {
  color: #2db077d2;
  text-decoration: underline;
}

.footer {
  padding-bottom: 0;
}

.footer-discription {
  background: #000;
  position: relative;
  padding: 1.2rem 0;
  margin-top: 1rem;
}

.footer-discription p {
  color: #656565;
  text-align: center;
  margin-top: 20px;
  line-height: 50px;
  vertical-align: middle;
}

.top-btn {
  background: #2db077;
  width: 50px;
  height: 45px;
  position: absolute;
  top: -20px;
  border-radius: 10px;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
}

.top-btn a i {
  color: #fff;
  text-shadow: 0px 2px 7px rgba(0, 0, 0, 0.6);
  padding: 5px 0;
  font-size: 35px;
}

/* -----------------------------------about-page--------------------------------- */
.about-header {
  background: #000;
  background-color: #efefef;
  border-bottom: 3px solid #fefefe;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  padding-bottom: 1.2rem;
}
.about-carts-wrapper{
  flex-wrap: wrap;
}
.about-header p {
  font-style: italic;
  font-size: 18px;
  padding: 1rem 0;
}

.about-header p a {
  color: #2db077;
  text-decoration: none;
}

.about-header h2 {
  font-weight: 400;
  padding-bottom: 1rem;
  border-bottom: 3px solid #2db077;
  display: inline;
}

.about-content {
  padding-top: 2rem;
}

.about-content h3 {
  font-size: 25px;
  padding: 0;
  margin: 0;
  padding: 3.5rem 0;
  font-weight: 600;
  padding-bottom: 1rem;
}

.about-content ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.about-content ul li a {
  text-decoration: none;
  color: #000;
}

.about-content ul li a:hover {
  color: #2db077;
}

.about-content h2 {
  color: #2db077;
  font-weight: 400;
  font-size: 33px;
}

.about-content p {
  padding: 0.7rem 0;
}

.about-list ul li {
  list-style: disc;
}

.about-list {
  padding: 1rem 0;
}

/* -----------------------------contact--------------------- */

.contact-list i {
  font-size: 20px;
  width: 50px;
  height: 50px;
  display: flex;
  color: #fff;
  justify-content: center;
  align-items: center;
  background: #2db077;
  border-radius: 50%;
  margin-right: 1rem;
}

.contact-list h5 {
  font-weight: 700;
  opacity: 0.8;
}

.contact-list p {
  padding: 12px 0 0 0;
}

.contact-list {
  margin: 1rem 0;
}

.contact-img img {
  width: 100%;
  padding: 4rem 2rem;
}

.pipe-img img {
  width: 100%;
  height: 70%;
}

.pipe-content {
  margin: 1.5rem 0;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgb(223, 223, 223);
}

.pipe-content p {
  padding: 0px;
  margin: 0;
}

.col-9 span {
  color: rgb(53, 53, 53) !important;
  font-weight: 600 !important;
}

/* -----------media-query------------- */

@media (max-width: 1024px) {
  .about-cart {
    padding: 1rem 0;
  }

  .about-content h3 {
    padding: 0;
    padding-bottom: 20px;
  }

  .about-content h2 {
    padding-top: 1rem;
  }
}
@media (max-width: 768px) {
  .about-cart{
    width: 50%;
  }
  .about-cart:nth-of-type(2),.about-cart:nth-of-type(4){
    border-right: none;
  }
}
@media (max-width: 575px) {

  .info-cart-left,
  .info-cart-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .info-cart {
    text-align: center;
    margin: 2rem 0;
  }

  .info-cart p {
    margin: 0 auto;
  }

  .swiper {
    height: auto;
  }
  .gallery-slider{
    margin: 2rem 0;
  }

  .tabination h1 {
    margin: 0;
  }
  .tab button{
    display: block;
    width: 100%;
  }

  .tabination h1 {
    padding: 2rem 0;
  }

  .about-cart{
    width: 100% !important;
    display: block;
    border: none;
  }

}

@media (max-width: 400px) {
  .navbar-brand {
    width: 70%;
  }

}


/*--------------------------------------------------------------
  # Contact Section
  --------------------------------------------------------------*/
.contact .info-item {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
  padding: 20px 0 30px 0;
}

.contact {
  background-color: #ffff;
}

.contact .info-item i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  font-size: 24px;
  line-height: 0;
  color: var(--color-primary);
  border-radius: 50%;
  border: 2px dotted #6591ff;
}

.contact .info-item h3 {
  font-size: 20px;
  color: #6c757d;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-item p {
  padding: 0;
  text-align: center;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  width: 100%;
  background: #fff;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
  padding: 30px;
}

.contact .php-email-form .form-group {
  padding-bottom: 20px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #df1529;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #059652;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #059652;
  border-top-color: #fff;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: var(--color-primary);
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  background: var(--color-primary);
  border: 0;
  padding: 10px 35px;
  color: #fff;
  background: #048b06;
  transition: 0.4s;
  border-radius: 5px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #0eb510;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.pipe-content .contant h3 {
  padding: 1rem 0;
}

.enquiry h1 {
  padding: 3rem 0;
  color: #222;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}

.enquiry h1 span {
  border-bottom: 4px solid #222;
  padding-bottom: 0.5rem;

}

/* ============================
Product Section
=================================== */
.product-detail button {
  position: relative;
  right: 10rem;
  /* bottom: 4rem; */
  /* display: none; */
  opacity: 0 !important;
  padding: 0.3rem 3rem;
  color: #fff;
  background-color: green;
  border: none;
  border-radius: 5px;
  /* margin: 0 auto; */
  left: 0%;
  top: 50%;
}

.product-detail {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  /* right: 0; */
}

.portfolio-content:hover .product-detail {
  background-color: rgba(0, 0, 0, 0.6);
  transition: all 1s;
}

.portfolio-content:hover img {
  scale: 1.1;
  transition: all 1s;
}

.portfolio-content {
  overflow: hidden !important;
}

.portfolio-content:hover .product-detail button {
  opacity: 1 !important;
  /* display: block; */
  transition: all 1s !important;
}

.product-detail button:hover {
  background-color: #059652;
}

.pipe-content .col-9 h5{
  font-size: 1.8rem;
  font-weight: 400;
  color: #242424;
  padding: 0 0 1rem 0;
}
.pipe-content .col-8 h5{
  font-size: 1.8rem;
  font-weight: 400;
  color: #242424;
  padding: 0 0 1rem 0;
}

.product-section{
  text-align: center;
}
.section-heading{
  position: relative;
  padding-top: 2rem;
  padding-bottom: 1rem;
  text-align: center;
  display: inline-block;
}
.section-heading::after{
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  width: 70%;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
  height: 3px;
  background-color: #000;
}