/* CSS Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/* @font-face {*/
/*  font-family: 'MyWebFont';*/
/*  src: url(../assets/fonts/neuropolitical-rg.woff2) format('woff2');*/
/*}*/

.harmattan-regular {
  font-family: "Harmattan", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.harmattan-medium {
  font-family: "Harmattan", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.harmattan-semibold {
  font-family: "Harmattan", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.harmattan-bold {
  font-family: "Harmattan", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.harmattan-h2 {
  font-family: "Harmattan", sans-serif;
  font-weight: 700;
  font-size: 34px!important;
  color: #f77f00;
  line-height: 41.36px;
  text-align: left;
  text-transform:uppercase;
}


html {
  scroll-behavior: smooth; /* Enable smooth scrolling */
}

body {
  /*font-family: "'Montserrat', sans-serif";*/
  font-family: 'Montserrat', sans-serif;
  font-size: 16px; /* Base font size */
  line-height: 1.6; /* Improved readability */
  color: #333; /* Neutral text color */
  background-color: #fff; /* Light background */
}

/* Anchor Links */
a {
  color: #007bff; /* Default link color */
  text-decoration: none;
}

a:hover {
  color: #0056b3; /* Darker color on hover */
  text-decoration: underline; /* Underline on hover */
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 800;
  color: #222; /* Darker color for headings */
  margin-bottom: 15px;
  line-height: 1.4;
}

/* Paragraphs */
p {
  margin-bottom: 15px;
}

/* Lists */
ul,
ol {
  margin: 0px;
  padding: 0;
}



/* Buttons */
button {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  background-color: #007bff;
  color: #fff;
  cursor: pointer;
}

button:hover {
  background-color: #0056b3;
}

/* Images */
img {
  max-width: 100%;
  height: auto;
}

/* Inputs and Textareas */
input,
textarea {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 100%;
  margin-bottom: 15px;
}

input:focus,
textarea:focus {
  border-color: #007bff;
  outline: none;
}

.header {
  background-color: #fff;
}
.header .get-quote {
  background: #2b2a29;
  color: #fff;
  padding: 13px;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 18.38px;
  text-align: center;
}
.header .get-quote:hover {
  background-color: #333;
}

.header .contact-info {
  text-align: left;
  display: flex;
  gap: 8px;
  align-items: center;
}
.header .contact-info span i {
  color: rgba(239, 127, 26, 1) !important;
}

.header .contact-info p {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 18.38px;
  letter-spacing: 0.02em;
  text-align: left;
  padding-bottom: 0px;
}
.header .contact-info .phone-number {
  color: #898989;
}

.section-gallery {
   margin-bottom: 65px;
}

/* img{height:100%;} */
/* Custom CSS for Navbar */
.navbar {
  background-color: #2b2a29;
  padding: 0px 20px;
}
.navbar-nav .nav-link {
  color: #fff !important;
  text-transform: uppercase;
  padding: 20px 21px !important;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px !important;
  font-weight: 500;
  line-height: 18.38px;
  text-align: center;
}
.navbar-nav .nav-link:hover {
  color: #fff; /* Highlight on hover */
  background: #ff8300;
  text-decoration: none;
}

.navbar-brand:hover {
  color: #fff;
}
.social-icons li{
	list-style:none;
}

.social-icons a {
  color: #fff;
  margin: 0 0px 0px 25px;
  font-size: 20px;
}

.social-icons a:last-child {
  margin-right: 0px;
}
.social-icons a:hover {
  color: #ff8300;
}
li.nav-item {
  margin-bottom: 0px;
}

.hero-section {
  height: 76vh;
  position: relative;
  color: white;
  margin-top: -30px;
}



.content {
  position: relative;
  z-index: 2;
}

.btn-enquiry {
  position: absolute;
  top: 50%;
  transform: rotate(90deg);
  text-transform: uppercase;
  right: -45px;
  z-index: 3;
  background: #ef7f1a !important;
  border-radius: 0px 0px 5px 5px!important;
  border: none!important;
  font-family: 'Montserrat', sans-serif!important;
  font-size: 16px!important;
  font-weight: 500!important;
  line-height: 18.38px!important;
  text-align: center!important;
  display: flex!important;
  gap: 10px!important;
  color: #fff!important;
}

.home {
  height: 100vh;
  position: relative;
}
video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.social-icons{padding-right:10px;}

.hero-section h1 {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 60px;
  text-align: left;
  text-transform: uppercase;
}

.hero-section h3{
  font-size: 1.40rem;  
}

.hero-section p span {
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 10px;
  display: inline-block;
  color: #dddddd;
}

.hero-section .btn-light {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 0px;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 22.98px;
  text-align: left;
  color: #2b2a29;
}

.hero-section .btn-light:hover {
  text-decoration: none;
}
.service-block h3 {
	font-family: "Harmattan", sans-serif;
    font-weight: bold;
    font-size: 29px !important;
    color: #EF7F1A !important;
    line-height: 41.36px;
    text-align: left;
    text-transform: uppercase;
}
.awsm-jobs-archive-title{
	font-family: "Harmattan", sans-serif;
    font-weight: bold;
    font-size: 45px !important;
    color: #EF7F1A !important;
    line-height: 41.36px;
    text-align: center;
    text-transform: uppercase;
}
.highlight {
  color: #f77f00;
  font-size: 40px;
  font-weight: 700;
  line-height: 41.36px;
  text-align: left;
  /*margin-bottom:40px;*/
}
.custom-card {
  border: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  border-radius: 8px;
}
.cta-button {
  background-color: #f77f00!important;
  color: #fff!important;
  border: none!important;
  padding: 15px 30px!important;
  border-radius: inherit!important;
  font-family: 'Montserrat', sans-serif!important;
  font-size: 20px!important;
  font-weight: 600!important;
  line-height: 22.98px!important;
  text-align: left!important;
  margin-top: 15px!important;
}
.cta-button:hover {
  background-color: #f00;
  text-decoration: none;
	color:#000 !important;
}
.icon-text {
  font-size: 14px;
  color: #666;
}
.social-proof img {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  border: 2px solid#EFEFEF;
}

.why-main {
  margin-top: 60px;
  padding-bottom: 80px;
}

.star-main {
  width: 58px;
  height: 58px;
  background: #ef7f1a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
  border-radius: 50%;
  color: #fff;
  margin-bottom: 25px;
  margin-top: 50px;
}

.social-proof img:nth-child(1) {
  margin-left: 0px;
}
.social-proof img:nth-child(2) {
  margin-left: -20px;
}
.social-proof img:nth-child(3) {
  margin-left: -20px;
}
.social-proof img:nth-child(4) {
  margin-left: -20px;
}
.social-proof img:nth-child(5) {
  margin-left: -20px;
}

.review-text-main {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20.68px;
  text-align: center;
  color: #000;
  margin-top: 10px;
}

.review-text-main span {
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 25.28px;
  text-align: center;
  color: #ef7f1a;
}

.bg-image-position {
  position: relative;
}

.bg-icon {
  position: absolute;
  right: -48px;
  z-index: -1;
  top: 10px;
}

.images-why {
  position: relative;
  top: 48px;
}
.who-text {
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 22.98px;
  text-align: left;
  color: #000;  
  margin-bottom:15px;
}

.why-right-part p {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  text-align: justify;
  margin-top: 20px;
}

.why-right-part .expertise {
  margin-top: 30px;
	margin-bottom:20px !important;
}

.expertise .expertise-main {
  display: flex;
  gap: 20px;
  align-items: center;
}

.expertise .expertise-main .experise-icon {
  border: 1px solid #ffebc5;
  width: 60px;
  height: 60px;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.expertise .expertise-main .decades-main .highlight {
  font-family: 'Montserrat', sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 15.84px;
  text-align: left;
  color: #000;
  margin-bottom: 0px;
}

.expertise .expertise-main .decades-main .icon-text {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 17.24px;
  text-align: left;
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
}

.left-image {
  position: relative;
  top: -77px;
  z-index: -1;
  left: -30px;
}

.product-main {
  padding-top: 70px;
  padding-bottom: 70px;
  background: #f3f3f3;
}

.product-slider img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
	overflow:hidden;
}

.thumbnail-slider img {
 /*(width: 250px !important;
  height: 196px;*/
  object-fit: cover;
   cursor: pointer;
/*   border: 2px solid transparent;
  transition: border 0.3s ease;
  background: #fff; 
  padding: 10px;
  margin: 5px; */
}

/* .thumbnail-slider img:hover,
.thumbnail-slider .active img {
  border: 2px solid #007bff;



} */

.our-product-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 30px;
  text-align: left;
  padding-bottom:20px;
}

.our-product-title::after {
  content: " ";
  color: #00ff00;
  font-style: italic;
  width: 50px;
  height: 1px;
  background: #000;
  display: inline-flex;
  top: -4px;
  position: relative;
  left: 10px;
}

.product-heading {
  font-family: 'Montserrat', sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 57.45px;
  text-align: left;
  color: #ef7f1a;
  margin-top: 15px;
}

.discription {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #2b2a29;
  margin-top: 20px;
  margin-bottom: 35px;
}

.product-image {
  padding-left: 0px;
}

.slider-banner .owl-stage-outer img {
    /*height: 488px;*/
    margin-bottom: 20px;
}
.product-main .owl-carousel .owl-item img {display:initial!important;}

.product-bg-image {
  padding-left: 70px;
  position: relative;
  top: -90px;
}

.product-right-part {
  padding-left: 50px;
}

.product-right-part h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 45.96px;
  text-align: left;
  color: #ef7f1a;
}

.product-right-part span {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 22.98px;
  text-align: left;
  margin-bottom: 15px;
  display: flex;
  color: #2b2a29;
}

.product-right-part p {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8rem;
  text-align: justify;
  color: #2b2a29;
}

.thumbnail-1-image {
  background: #fff;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  min-height: 345px;
}

.thumbnail-1-image .round-button {
  width: 35px; /* Width of the button */
  height: 35px; /* Height of the button */
  border-radius: 50%; /* Makes the button round */
  background-color: #fff; /* Button background color */
  color: #000; /* Text color */
  border: none; /* Remove the default border */
  font-size: 16px; /* Font size */
  font-weight: bold; /* Font weight */
  text-align: center; /* Center text */
  cursor: pointer; /* Pointer cursor on hover */
  transition: background-color 0.3s ease; /* Smooth background color transition */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
  border: 1px solid #000;
}

.round-button:hover {
  background-color: #f77f00; /* Darken the button on hover */
  border: none;
  color: #fff;
}

.button-product {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.thumbnail-1-image p {
  margin-top: 10px;
  margin-bottom: 10px;
}

.thumbnail-1-image:hover {
  background: #ffefe0;
  border: 2px solid #ef7f1a;
}

.owl-item.thumbnail-1-image:active {
  background-color: #f77f00; /* Darken the button on hover */
  border: none;
  color: #fff;
}

.owl-nav {
  display: none;
}

.product-bg-icon {
  position: absolute;
}
.menufeature-main {
  padding-top: 70px;
  padding-bottom: 100px;
  background: #fff;
}

.features-section {
  padding: 0px 0px 0px 0px;
  background-color: #fff;
  text-align: center;
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.feature-box {
  margin: 30px 0px 0px 0px !important;
  padding: 40px !important;
}
.feature-box i {
  font-size: 50px;
  color: #f57c00; /* Orange icon color */
  margin-bottom: 10px;
}
.feature-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  margin: 10px 0;
}
.feature-description {
  font-size: 14px;
  color: #555;
}
.bottom-section {
  background-color: #f57c00; /* Orange background */
  color: #fff;
  padding: 20px 0;
  text-align: center;
  z-index: 1;
  margin-top: -240px;
  display: flex;
  align-items: end;
  justify-content: center;
  padding-top: 270px;
  padding-bottom: 30px;
}
.bottom-title {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 41.36px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.industries-section {
  padding: 80px 0;
  position: relative;
  padding-bottom: 0px;
}

.industries-title {
  color: #f57c00; /* Orange title */
  font-family: 'Montserrat', sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 57.45px;
  text-align: center;
  margin-bottom: 60px;
}

.industry-item {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.industry-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.industry-label {
  position: absolute;
  bottom: -10px;
  left: 0px;
  background: linear-gradient(180deg, rgba(43, 42, 41, 0) 0%, #2b2a29 100%);
  padding: 25px 20px;
  display: flex;
  align-items: left;
  justify-content: end;
  flex-direction: column;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 27.58px;
  text-align: left;
  width: 100%;
  height: 125px;
}

.served-main {
  background-image: url(../images/served.svg);
  background-size: cover;
  padding-bottom: 80px;
}

.service-map{
    width:65%;
    padding:40px 0px 80px 0px;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.industries-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 41.36px;
    text-align: left;
    color: #ef7f1a;
}

.product-bg-background {
  position: relative;
}

.why-left-image {
  position: absolute;
}




.industries-box-main {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; /* Space between boxes */
}

.box {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  font-size: 20px;
  color: #fff;
  text-align: center;
}

.box:nth-child(odd) {
  width: 0px: /*305px;*/
  height:0px; /*350px;*/
  /* Green for odd */
}

.box:nth-child(even) {
  width: 0px: /*305px;*/
  height:0px; /*350px;*/
  /* Blue for even */
}

.industries-box-main .box:last-child {
  gap: 0px;
}

.box:nth-child(even) .industry-item {
  height: 350px;
}

.box:nth-child(5n) .industry-item {
  height: 350px;
}

.testomonial-main {
  padding-top: 90px;
  padding-bottom: 90px;
}

.testomonial-bg {
}

.testimonial-section {
  background-color: #333;
  color: #fff;
  padding: 50px 20px;
  text-align: center;
}
.testimonial-section h2 {
  font-size: 2rem;
  margin-bottom: 20px;
}
.testimonial-section p {
  font-size: 1rem;
  margin-bottom: 30px;
  color: #bbb;
}
.testimonial-carousel .item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonial {
  background: #fff;
  color: #333;
  padding: 20px;
  border-radius: 10px;
  text-align: left;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  position: relative;
}
.testimonial img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-right: 20px;
}
.testimonial .quote {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 2rem;
  color: #ff6600;
}
.testimonial h3 {
  font-size: 1.2rem;
  margin: 0;
  color: #ff6600;
}
.testimonial p {
  margin-top: 10px;
  font-size: 0.9rem;
  color: #555;
}
.owl-prev,
.owl-next {
/* position: absolute; */
  top: 50%;
  transform: translateY(-50%);
/* background-color: #ff6600; */
  color: #fff;
  border: none;
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
}
.owl-prev {
  left: -20px;
}
.owl-next {
  right: -20px;
}

.background-testomonial {
  background: #333;
  padding: 60px;
}
.background-testomonial h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 41.36px;
  text-align: left;
  color: #fff;
}

.background-testomonial p {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20.68px;
  text-align: left;
  color: #fff;
}

.testomonail-right {
  padding-left: 50px !important;
}

.testomonial-text-bg {
  background: #fff;
  position: relative;
  padding: 20px;
  margin-top: -105px;
  margin-left: 140px;
  max-width: 611px;
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #2b2a29;
}

.testomonial-text-bg span {
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 25.28px;
  text-align: center;
  color: #ef7f1a;
  display: flex;
  margin-bottom: 15px;
}

.testomonial-content {
  background-color: #fff;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  box-shadow: 0px 10px 15px 0px #2387c026;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ef7f1a;
}
.box-quote {
  display: flex;
  justify-content: end;
  margin-top: -64px;
}

.testomonial-main-btn {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 20px;
}



.testomonial-main-btn i {
  font-size: 20px;
  cursor: pointer;
  padding: 10px;
}

.testomonial-main-btn i:hover {
  color: #fff;
  background: #ef7f1a;
  padding: 10px;
}

.map {
  position: relative;
  flex: 1;
  padding: 20px;
  padding-right: 120px;
  padding-left: 80px;
	max-width:750px;
}
.map img {
  width: 100%;
  height: auto;
}
.pointer {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: orange;
  border-radius: 50%;
  cursor: pointer;
  transform: translate(-50%, -50%);
}
.details {
  flex: 1;
  background-color: #ef7f1a;
  color: #fff;
  padding: 30px;
  margin-left: 20px;
  text-align: center;
}
.details img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.details h2 {
  margin: 0 0 15px;
  font-size: 1.5rem;
  text-align: center;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 34.47px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.details p {
  margin: 15px 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 22.98px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.map-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 22.98px;
  text-align: center;
  color: #000;
  margin-bottom: 20px;
  /*display: flex;*/
}

.map-title::after {
  content: " ";
  color: #00ff00;
  font-style: italic;
  width: 50px;
  height: 1px;
  background: #000;
  display: inline-flex;
  top: -4px;
  position: relative;
  left: 10px;
}

.map-heading {
  font-family: 'Montserrat', sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 41.36px;
  text-align: left;
  color: #ef7f1a;
  margin-bottom: 40px;
}

.customer-main {
  padding-top: 30px;
  background-image: url(../images/logos-bg.png);
  background-position: center;
  background-size: cover;
  margin-top: 0px;
  height: 350px;
}

.flex-container {
  display: flex; /* Enables flexbox layout */
  justify-content: space-between; /* Space between each box */
}

.box1 {
  flex: 1; /* Each box takes equal width */
  margin: 10px; /* Optional: Add spacing between boxes */
  padding: 20px;
  background-color: lightblue;
  text-align: center;
}

.customer-main .heading {
  font-family: 'Montserrat', sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 41.36px;
  text-align: center;
  color: #ef7f1a;
  margin-bottom: 70px;
  margin-top: 60px;
}

/*for google reviews*/

.reviews-main {
  padding-top: 30px;
  background-position: center;
  background-size: cover;
  margin-top: 0px;
  padding-bottom: 60px;
}

.reviews-main .heading {
  font-family: 'Montserrat', sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 41.36px;
  text-align: center;
  color: #ef7f1a;
  margin-bottom: 35px;
  margin-top: 60px;
}

/*end reviews*/

.footer {
  background-color: #333;
  color: #fff;
  padding: 70px 0px 40px 0px;
}
.footer .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer .column {
  margin: 10px;
}
.footer .column h3 {
  margin-bottom: 28px;
  color: #ef7f1a;
  font-family: "Harmattan", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 28px;
  text-align: left;
  text-transform: uppercase;
}
.footer .column ul {
  list-style: none;
  padding: 0;
}
.footer .column ul li {
  margin: 0px 0px 22px 0px;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.68px;
  text-align: left;
}
.footer .column ul li a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s;
}
.footer .column ul li a:hover {
  color: #ff6600;
}

.footer .column ul li i {
  margin-right: 10px;
}
.footer .bottom-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  border-top: 1px solid #ec7e1a;
  padding-top: 40px;
  font-size: 0.9rem;
}
.footer .bottom-bar a {
  color: #fff;
  text-decoration: none;
  margin: 0 5px;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22.98px;
  text-align: center;
}
.footer .bottom-bar a:hover {
  color: #ff6600;
}

.footer .bottom-bar p {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22.98px;
  text-align: left;
  margin-bottom: 0px;
}

.footer-logo {
  padding-bottom: 40px;
}
.address {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 18.38px;
  text-align: left;
  color: #fff;
  padding-bottom: 10px;
  display: inline-block;
}

.address-location {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  text-align: left;

}

.email-heading {
  padding-top: 20px;
}
.why-us-left {
  padding-right: 66px !important;
}
.industries-we-served {
  padding-right: 0px;
}

/*product page design css*/

.product-banner {
  background-image: url(../images/product-banner.png);
  background-size: cover;
  height: 300px;
}

.product-banner-1 {
  /*background-image: url(../images/product-details-banner.png);*/
  background: #E7E7E7;
  background-size: cover;
  height: 660px;
	overflow:hidden;
}

/* Styling the breadcrumb container */
.breadcrumb {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 18.38px;
  text-align: left;
  display: flex;
  align-items: center;
}

/* Styling the breadcrumb links */
.breadcrumb a {
  text-decoration: none;
  color: #ef7f1a;
  margin-right: 5px;
  font-weight: 700;
  font-size:13px;
}

/* Adding hover effect to links */
.breadcrumb a:hover {
  text-decoration: underline;
}

/* Styling the separator (>) */
.breadcrumb span {
  margin-right: 5px;
  color: #ef7f1a;
}
.braducrum-active {
  color: #ef7f1a !important;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 18.38px;
  text-align: left;
}
.product-triagle {
  position: absolute;
  bottom: 0px;
}
.product-searchbar {
  background: #ef7f1a;
  padding: 45px 125px 45px 125px;
}
.product-top-bar {
  position: relative;
  margin-top: -100px;
}

.product-heading-text {
  font-family: 'Montserrat', sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 45.96px;
  text-align: center;
  color: #fff;
  margin-bottom: 25px;
}

.product-searchbar .form-control {
  border-radius: 0px;
  height: 45px;
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 19.53px;
  text-align: left;
  color: #2b2a29;
}

.product-searchbar .btn-primary {
  height: 45px;
  background: #2b2a29;
  border-color: #2b2a29;
  border-radius: 0px;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 20.68px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}

/* Filter buttons */
.filters {
  text-align: center;
  margin-bottom: 50px !important;
  margin-top: 50px !important;
	z-index:99;
}

.filter-btn {
  background-color: #333;
  color: #fff;
  border: none;
  margin: 10px;
  cursor: pointer;
  transition: background-color 0.3s;
  border-radius: inherit;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  padding: 15px 20px;
}

.filter-btn:hover {
  background-color: #555;
}

/* Photo gallery */
.gallery {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)) !important;
  gap: 15px !important;
  margin-top: 20px !important;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  /*min-height:350px;*/
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

.gallery-item {
  position: relative;
  overflow: hidden;
}

.gallery-item img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform 0.3s;
}

.gallery-item:hover img {
  transform: scale(1.1);
}

.productheading {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  margin-top: 10px;
  text-decoration: none;
  background: conic-gradient(#ef7f1a 0 0) var(--p,0)/var(--p,0) no-repeat;
  transition: .4s,background-position 0s;
}

.gallery-item:hover .productheading {
    background-color:#ef7f1a;
  --p: 101%;
  --t: 0.3s;
  color: #fff;
}

.gallery-item .featured-btn {
  position: absolute;
  left: 20px;
  top: 20px;
  background: #fff;
  padding: 5px 10px;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 500;
  text-align: left;
  font-family: "Roboto", sans-serif;
}

.filter-btn.active {
  background-color: #ef7f1a;
  color: white;
}
/* .gallery-item:hover {
  transform: scale(1.05);
} */

/* Hide items by default */
.gallery-item {
  display: none;
}

/* Display filtered items */
.gallery-item.all,
.gallery-item.nature,
.gallery-item.city,
.gallery-item.animals {
  display: block;
}

.product-image-footer {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.8) 43.42%
  );
  width: 100%;
/*   height: 190px; */
  position: absolute;
  left: 0px;
  bottom: 0px;
  text-align: center;
  color: #fff;
  padding: 0 10px;
  z-index:999;
}


.product-image-footer .productheading a{
	color:#fff;
	text-decoration:none;
	font-size: 12px;
    line-height: 1.2rem;
	text-transform:uppercase;
}

.taxonomy-productcategory {
    padding: 50px 0;
}
.taxonomy-productcategory .gallery-item{
    display: block;
}

.subcate-page{margin-top: 20px;}
.catory-list-item{margin-top: 20px;}
.subcate-page .product-list {}
.product-item {
  position: relative;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}
.catory-list-item h3 {padding-top:20px;padding-bottom:20px;background-color:#e8e8e8;padding-left:20px;text-align: center;color:#000000;}

.product-item-maindiv {display:grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px; 
    }

.conatct-main-quote .wpcf7-select option {
    margin-bottom: 10px;
}

.icon-product {
  width: auto !important;
}

.product-modal {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 18.38px;
  text-align: left;
  color: #fff;
  text-align: center;
}

.cp-24 {
  color: #ef7f1a;
}

.product-image-footer .product-modal{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 18.38px;
  text-align: left;
  color: #fff;
  text-align: center;
}

/* Style for button with the class .my-button */
.my-button {
  background-color: #fff;
  color: #000;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-family: 'Montserrat', sans-serif;
  font-size: 14.55px;
  font-weight: 500;
  line-height: 16.72px;
  text-align: center;
  border-radius: inherit;
}

/* Hover effect for button with the class .my-button */
.my-button:hover {
  background-color: #ef7f1a;
  color: #fff;
}


.pagination-first ul {
  margin: 0px;
  padding: 0px;
}

.pagination-first li {
  list-style: none;
  display: inline-flex;
  width: 32px;
  height: 32px;
  text-align: center;
  justify-content: center;
  align-items: center;
  border: 1px solid #dfdfdf;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 14.94px;
  color: #8e8e8e;
  cursor: pointer;
  margin-right: 20px;
}

.pagination-first a {
  color: #8e8e8e;
  text-decoration: none;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination-first a:hover {
  background: #ef7f1a;
  color: #fff;
}

.light {
  background: #2b2a29;
padding-left:0px !important;
}

.navbar {
  background: none !important;
  z-index: 9;
}

.product-details {
  margin-top: 120px;
}

.product-details h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 41.36px;
  text-align: center;
  color: #000;
  text-transform: uppercase;
}
.product-details p {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
  color: #000;
}

/* Container for Owl Carousel */
.product-main-details{
	display:flex;
	position:relative;
	box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
	background-color: #fff;
}
.product-slider-details.owl-carousel {
  width: calc(100% - 455px);  
  height:470px;
  position: initial;
}
.product-slider-details.owl-carousel .owl-stage-outer .owl-item .item img,
.product-slider-details.owl-carousel .owl-stage-outer .owl-item .item,
.product-slider-details.owl-carousel .owl-stage-outer .owl-item,
.product-slider-details.owl-carousel .owl-stage-outer .owl-stage,
.product-slider-details.owl-carousel .owl-stage-outer{
  height:100%;
  width: 100%;
}
.product-slider-details .item {
    width: 841px !important;
}

.product-slider-details .item img {
    width: 841px;
    height: auto;
    object-fit: cover;
    display: block;
    margin: 0 auto;
}

/* Custom left/right buttons */
.product-slider-details.owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  color: white;
  border: none;
  padding: 15px;
  font-size: 20px;
  cursor: pointer;
  z-index: 10;
}

/* Left button (Prev) */
.product-slider-details.owl-prev {
  left: 50;
}

/* Right button (Next) */
.product-slider-details.owl-next {
  right: 50;
}

/* Add custom arrow styles if needed */
.product-slider-details.owl-prev::before,
.product-slider-details.owl-next::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
}

.product-slider-details.owl-prev::before {
  width: 40px;
  height: 40px;
  background-color: #fff !important;
  border: 1px solid #ccc;
  border-width: 10px 15px 10px 0;
  border-color: transparent #fff transparent transparent;
  left: 10px;
  content: url(../images/arrow-sm.png) !important;
}

.product-slider-details.owl-next::before {
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #fff;
  right: 10px;
}

/*.product-slider-details .owl-nav {
  display: block !important;
}*/

.product-slider-details .owl-prev {
  width: 30px;
  height: 30px;
  background-color: #fff !important;
  color: #000 !important;
  left: 465px;
  position:absolute;
}
.product-slider-details .owl-next {
  width: 30px;
  height: 30px;
  background-color: #fff !important;
  color: #000 !important;
  right: 12px;
  position:absolute;
}
.product-slider-detals-list.item {
  height: 450px !important;
}

.product-details-section {
  position: relative;
  margin-top: 50px;
  z-index: 9;
}

.product-details-section .product-details-box {
  display: flex;
  flex-wrap: wrap; /* Allows items to wrap to the next line if there's not enough space */
  gap: 20px; /* Adds space between columns */
  padding-left: 80px;
  padding-right: 80px;
}

/* Each column item */
.product-details-section .details-box-iteam {
  padding: 20px;
  flex: 1 1 18%; /* Allows each item to take up 20% of the container's width */
  background: linear-gradient(0deg, #2b2a29, #2b2a29),
    radial-gradient(94.67% 94.67% at 50% 50.06%, #454545 24.5%, #3d3d3d 59.5%);
  color: #fff;
  border-bottom: 3.86px solid #ef7f1a;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 17.24px;
  text-align: center;
  text-transform: uppercase;
}

.product-model {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
.product-span-border {
  width: 50px;
  height: 3px;
  background-color: #ef7f1a;
  margin: 0 auto;
}
.product-name {
  width: 100%;
  display: block;
  margin-top: 10px;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20.68px;
}

.product-description-main {
  margin-top: 60px;
}

.product-description-main h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 27.58px;
  text-align: left;
  color: #000;
}
.product-description-main p {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 27.2px;
  text-align: justify;
}

.product-description-main h4 {
  margin-top: 40px;
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 27.58px;
  text-align: center;
  color: #000;
	margin-bottom:20px;
}
.product-description {
  margin-top: 20px;
}

.product-description .product-description-main-box {
  border: 1px solid #5b5b5b;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.product-description .product-description-main-box .model-name-heading {
  width: 30%;
  border-right: 1px solid #5b5b5b;
  padding-left: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #000;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18.38px;
  text-align: left;
}

.product-description .product-description-main-box .model-name {
  width: 70%;
  padding-left: 40px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 18.38px;
  text-align: left;
  color: #2b2a29;
}

.product-details-specify {
  margin-top: 40px;
}

.product-details-heading {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 27.58px;
  text-align: left;
  color: #000;
  display: flex;
  margin-bottom: 20px;
}

.product-details-bullet-main {
  display: flex;
  justify-content: left;
  margin-bottom: 15px;
}

.product-details-bullet-main .arrow-icon {
  background: #e7f4fc;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon-arrow {
  margin-right: 20px;
}

.product-text {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
  color: #2b2a29;
}

.mobile-concrete-main {
  background-image: url(../images/bg-product.png);
  background-size: cover;
  height: 670px;
  margin-top: 60px;
  margin-bottom: 120px;
}

.mobile-concrete-main-heading {
  font-family: 'Montserrat', sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 41.36px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  padding-top: 82px;
  padding-bottom: 40px;
}

.mobile-concrete-main-heading span {
  color: #ef7f1a;
}

.components-slider {
}

.component-banner-box {
  width: 450px;
  height: 450px;
  background: #ef7f1a;
  padding: 20px 0px 00px 20px;
  position: relative;
}
.box-images {
  position: absolute;
}

.component-text-box {
  position: relative;
  background: #fff;
  height: auto;
  margin-left: -30px;
  top: 35px;
  padding: 20px 30px 20px 30px;
}

.capcity-box {
  padding-left: 310px !important;
}

.box-gellery {
  display: block !important;
min-height:auto;
}

.capcity-heading {
  font-size: 20px;
  font-weight: 700;
  line-height: 41.36px;
  color: #000;
  padding-bottom: 5px;
  text-transform:uppercase;
}

.vedio-gellery {
  margin-top: 120px;
  margin-bottom: 120px;
}

.vedio-gellery-heading {
  font-size: 32px;
  font-weight: 600;
  line-height: 41.36px;
  text-align: left;
  color: #000;
}
p.novideofound {
    font-size: 20px;
    color: #ef7f1a;
    font-weight: bold;
    font-family: 'Montserrat';
}
.vedio-gellery-bg {
  /*background-image: url(../images/vedio-image.png);*/
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  padding: 20px;
  margin-top: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
}

.vedio-logo {
  width: 100%;
  margin-bottom: 50px;
}
.youtube-logo {
  width: 100%;
/*   margin-bottom: 50px; */
}
.vedio-gallery-text {
  width: 100%;
  font-size: 22px;
  font-weight: 600;
  line-height: 33px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}

.contact-image {
  margin-bottom: 10px;
  display: flex;
}

.conatct-main {
  padding: 40px;
  background: #f7f7f7;
}

.conatct-main-quote {
  padding: 20px 40px;
  background: #f7f7f7;
}

.conatct-us-form {
  margin-bottom: 80px;
}

.conatct-us-form h2 {
    text-align:center;
}

.conatct-heading {
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
  text-align: left;
  color: #ef7f1a;
}

.input-box {
  /* Max width of 400px */
  padding: 15px; /* Padding inside the input */
  border: 0.5px solid #2b2a294d; /* Border color */
  border-radius: inherit; /* Rounded corners */
  margin: 5px 0; /* Margin around the input box */
  font-size: 15px;
  font-weight: 400;
  line-height: 18.38px;
  text-align: left;
  width: 100%;
}

.input-box::placeholder {
 color: #2B2A29;
  opacity: 1; /* Firefox */
}

.input-box::-ms-input-placeholder { /* Edge 12 -18 */
 color: #2B2A29;
}


/* Focus effect when user clicks on the input box */
.input-box:focus {
  border-color: #3498db; /* Change border color on focus */
  outline: none; /* Remove default outline */
}

.textarea-box {
  width: 100%; /* Makes the textarea take full width */
  /* Max width of 400px */
  padding: 15px; /* Padding inside the textarea */
  border: 0.5px solid #2b2a294d; /* Border color */
  border-radius: inherit; /* Rounded corners */
  height: 150px; /* Height of the textarea */
  resize: vertical; /* Allows vertical resizing */
  margin: 15px 0; /* Margin around the textarea */
  font-size: 16px;
  font-weight: 400;
  line-height: 18.38px;
  text-align: left;
}

.textarea-box::placeholder {
	color: #2B2A29;
  opacity: 1; /* Firefox */
}

.textarea-box::-ms-input-placeholder { /* Edge 12 -18 */
 color: #2B2A29;
}


/* Focus effect when user clicks on the textarea */
.textarea-box:focus {
  border-color: #3498db; /* Change border color on focus */
  outline: none; /* Remove default outline */
}

.submit-btn {
  padding: 14px 34px; /* Padding inside the button */
  color: white; /* White text */
  border: none; /* Remove border */
  border-radius: inherit; /* Rounded corners */
  cursor: pointer; /* Pointer cursor on hover */
  transition: background-color 0.3s ease; /* Smooth transition */
  background: #ef7f1a;
  font-size: 18px;
  font-weight: 600;
  line-height: 22.98px;
	width:auto;
	margin-top:15px;
}

/* Hover effect for the button */
.submit-btn:hover {
  background-color: #fff; /* Darker blue on hover */
  color: #ef7f1a;
}

/* Focus effect for the button */
.submit-btn:focus {
  outline: none; /* Remove default focus outline */
  box-shadow: 0 0 5px rgba(52, 152, 219, 0.8); /* Add a glow effect on focus */
}

.exprince-main {
  margin-top: 80px;
  margin-bottom: 100px;
}

.heading-exprince {
  font-family: 'Montserrat', sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 54px;
  text-align: left;
  /*padding-top:125px;*/
}

.heading-exprince span {
  color: #ef7f1a;
}

.venus-about-us p {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  text-align: justify;
  color: #2b2a29;
  margin-top: 30px;
}

.venus-about-us {
  padding-right: 85px !important;
}

.about-image {
  width: 495px;
}
.about-images-1 {
  position: relative;
  right: -339px;
  margin-top: -60px;
}

.exprince-box {
  background: #fff;
  width:310px;
  height: 141px;
  position: relative;
  /*box-shadow: 0px 2px 20px 0px #00000040;*/
  display: flex;
  align-items: center;
  justify-content: center;
  left: 3px;
  top: -292px;
  flex-wrap: wrap;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  text-align: left;
  color: #2b2a29;
}
.transparent-shape {
  position: relative;
  display: flex;
  z-index: 9;
  margin-top: -270px;

}

.year {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 54px;
  text-align: center;
  color: #ef7f1a;
}

.about-us-feature {
  background: #f7f7f7;
  padding-top: 135px;
  padding-bottom: 135px;
	position:relative;
}

.shape-about {
 
  position:absolute;
top:-4px;
  
}
.feature-main-box {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
  border-bottom: 0.4px solid #bbbbbb;
  padding-bottom: 30px;
  margin-bottom: 30px;
  font-family: 'Montserrat', sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 32.17px;
  text-align: left;
  color: #000;
}

.satisfied-customer {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 18.38px;
  text-align: left;
  color: #2b2a29;
}

.right-part-about-us .over-the-year {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 27.58px;
  text-align: right;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.right-part-about-us .over-the-year img{margin-right:20px;}




.over-the-year-text {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  text-align: right;
  color: #2b2a29;
}

.right-part-about-us {
  margin-bottom: 80px;
}

.right-part-about-us:last-child {
	margin-bottom:0px;
}


.middle-part {
  padding-left: 60px;
  padding-right: 60px;
}
.middle-part-heading {
  font-family: 'Montserrat', sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 34.47px;
  text-align: center;
  color: #000;
	margin-bottom:30px;
}

.middle-part-slider-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}

.middle-part-slider-btn .next-btn {
  background: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
	left:0px;
}


.middle-part-slider-btn .next-btn:hover {
  background-color: #ef7f1a;
}

.middle-part-slider-btn .previous-btn {
  background: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
}

.middle-part-slider-btn .previous-btn:hover {
  background-color: #ef7f1a;
}

.our-history .section-title span{
	color:#EF7F1A;
}

.image-box-2 img{ height:auto !important;}

.mobile-concert-image{
	display:flex;
	align-items:center;
	justify-content:space-between;
	position:relative;
}

.shape-concern{
	position:absolute;
	top:-4px;
}

.shape-concern-1{
	position:absolute;
	right:0px;
}

.section-title{}




.our-history {
  padding: 70px 0;
  text-align: center;
  margin-bottom: 80px;
}

.section-title {
  margin-bottom: 20px;
  font-family: 'Montserrat', sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 57px;
  letter-spacing: 0.04em;
  text-align: center;
}

.history-slide {
  position: relative;
  overflow: hidden;
}

.history-slide img {
  width: 100%;
  height: auto;
}

.history-content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  padding: 15px;
  border-radius: 5px;
}

.history-content h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.history-content p {
  font-size: 14px;
  margin: 0;
}

.owl-nav i {
  font-size: 24px;
  color: #333;
}

.owl-dots .owl-dot span {
  background: orange;
  width: 10px;
  height: 10px;
}

.our-mission {
  padding-top: 80px;
  padding-bottom: 45px;
  background-image: url(../images/served.svg);
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 680px;
}

.our-mission-heading {
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 45px;
  text-align: left;
  color: #ef7f1a;
  margin-bottom: 10px;
}

.our-text-mission {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  text-align: justify;
  color: #fff;
  min-height: 440px;
}

.img-center {
  align-content: center;
}

.our-mission-main {
  padding-right: 80px !important;
	margin-top:0px !important;
}

.our-mission-btn {
  display: flex;
  align-items: center;
  justify-content: center;
/*   left: 1050px; */
  top: 30px;
  z-index: 999;
  position: relative;
}
.img-border img {
	border:5px solid #999;
	border-radius:5px;
}

.our-mission-btn .next-btn {
  background: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
}

.our-mission-btn .next-btn img:hover{
filter: brightness(0) saturate(100%) invert(100%);	
}
.our-mission-btn .next-btn:hover {
  background-color: #ef7f1a;
}

.our-mission-btn .previous-btn {
  background: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
}

.our-mission-btn .previous-btn img:hover{
filter: brightness(0) saturate(100%) invert(100%);	
}

.our-mission-btn .previous-btn:hover {
  background-color: #ef7f1a;
}

.service-main {
  padding-top: 75px;
  padding-bottom: 75px;
}

.service-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-right: 50px;
  border-right: 0.55px solid #828282;
}

.product-searchbar .btn-primary:hover{
background:inherit;
	border-color:#fff;
	
}



.box-padding {
  padding-right: 50px;
  padding-left: 50px;
}

.cutting-age-icon {
  display: flex;
  width: 100%;
  margin-bottom: 25px;
}

.cutting-heading {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 22.98px;
  text-align: center;
  color: #000;
  margin-bottom: 25px;
}

.cutting-text {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  text-align: left;
  color: #000;
}
.md-message-main {
  background: #f7f7f7;
  padding: 95px 0px 95px 0px;
}

.md-message-image {
  border-radius: 197px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 285px;
  height: 358px;
  object-fit: fill;
  overflow: hidden;
  border: 5px solid #999;
}

.md-text {
  font-family: 'Montserrat', sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 41.36px;
  letter-spacing: 0.03em;
  text-align: center;
  color: #010101;
  margin-bottom: 40px;
}

.md-text span {
  color: #ef7f1a;
}

.md-text-main p {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6rem;
  text-align: justify;
  color: #1a1a1a;
  margin-bottom: 20px;
}

.client-name {
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 27.58px;
  text-align: center;
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.arrow-bar {
  color: #ef7f1a;
}

.managing-director {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 20.68px;
  text-align: center;
}

.board-main {
  margin: 90px 0px 115px 0px;
}

.board-heading {
  font-family: 'Montserrat', sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 56px;
  letter-spacing: 0.03em;
  text-align: center;
  margin-bottom: 20px;
}

.board-heading span {
  color: #ef7f1a;
}

.board-directors-text {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  color: #1a1a1a;
  margin-bottom: 50px;
}

.board-directors-team {
  width: 100%;  
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  cursor: pointer;
  position:relative;
}

.board-directors-team img{
	border:5px solid #c1bbbb;;
}

.board-directors-team .client-name-board {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 27.58px;
  letter-spacing: 0.03em;
  text-align: center;
  color: #fff;
background: #EF7F1A;
  width: 100%;
  text-transform: uppercase;
    opacity: 0;
    padding: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
	position:absolute;
	bottom:-50px;
  flex-direction: column;
	display:flex;
	align-items:center;
	justify-content:center;
}

 .board-directors-team:hover .client-name-board {
    height: 80px;
    top: auto;
    opacity: 1;
	 bottom:-30px;
}

.our-jurney {
  background-image: url(../images/journey-bg.png);
  padding: 80px 0px 180px 0px;
}

.our-jurney .heading {
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 41.36px;
  margin-bottom: 80px;
}

.our-jurney .heading span {
  color: #ef7f1a;
}

.menufeature-bottam-main {
  padding: 88px 0px 0px 0px;
  background-image: url(../images/banner-bottam.png);
  background-repeat: no-repeat;
}

.menufacturer-heading {
  font-family: 'Montserrat', sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 41.36px;
  text-align: left;
  margin-bottom: 20px;
  color: #fff;
}
.menufeactur-text {
  font-family: 'Montserrat', sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 30px;
  text-align: justify;
  margin-bottom: 20px;
  color: #fff;
}

.mixer-image {
  position: relative;
  margin-top: -215px;
}

.menufacturer-heading span {
  color: #ef7f1a;
}

.published-articles {
  margin-top: 60px;
  margin-bottom: 60px;
}

.published-heading {
  font-family: 'Montserrat', sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 54px;
  text-align: left;
  color: #ef7f1a;
}

.published-text {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.68px;
  text-align: left;
  color: #949494;
  margin-bottom: 30px;
}
.published-box-text a {
    text-decoration: none;color: #000000;
}

.published-box-text img {
    margin-right: 6px;
}
.published-box {
  background: #f8f8f8;
  padding: 15px;
  cursor: pointer;
  margin-bottom: 20px;
}
.published-description-box p {
     display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.published-image img {
    height: 240px;
    width: 100%;
}
.published-date {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20.68px;
  text-align: left;
  color: #2b2a29;
  margin-bottom: 10px;
}

.published-heading-box {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  text-align: left;
  margin-bottom: 10px;
  color: #000;
}

.published-box-text {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 18.38px;
  text-align: left;
  color: #ef7f1a;
  display: flex;
  gap: 10px;
}

.published-image {
  margin-bottom: 15px;
}

.top-icon {
  position: absolute;
  right: 0px;
  z-index: -1;
  top: 465px;
  opacity: 0.1;
}

.bottam-icon {
  margin-top: -310px;
  z-index: -1;
  position: relative;
}

.interveiw-main {
  margin-bottom: 70px;
}

.ourvaluesmain {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}
.ourvaluesmain .ourexpertise {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
}
.ourvaluesmain .ourexpertise .expertise-main h4.counter {
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: bold;
    color: #2B2A29;
    margin-bottom: 0px;
}
.ourvaluesinner h2 {
    color: #f77f00;
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    font-weight: bold;
    line-height: 41.36px;
    width: 300px;
    text-align: center;
}

.ourvaluesmain .ourexpertise .expertise-main .icon-text {
    font-size: 15px;
    color: #2B2A29;
    font-weight: 600;
}

.interveiw-heading {
  font-family: 'Montserrat', sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 41.36px;
  text-align: left;
  color: #ef7f1a;
  margin-bottom: 10px;
}

.interveiw-heading-text {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20.68px;
  text-align: left;
  color: #949494;
  margin-bottom: 30px;
}

.vedio-image {
  width: 100%;
  position: relative;
}

.vedio-icon-main {
  display: flex;
  align-items: center;
  justify-content: center;
}

.vedio-icon-box {
  width: 43px;
  height: 43px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.interveiw-vedio {
  width: 100%;
  background-image: url(../images/vedio-image-media.png);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 92px;
  padding-bottom: 92px;
  background-repeat: no-repeat;
  cursor: pointer;
	
}

.conatct-us-main {
  margin-top: 65px;
  margin-bottom: 65px;
}

.contact-us-left {
  background: #2b2a29;
  padding: 70px 54px 47px 54px;
}

.contact-left-heading {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 27.58px;
  text-align: left;
  color: #fff;
  margin-bottom: 20px;
}

.contact-left-text {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  color: #fff;
  margin-bottom: 20px;
}

.contact-details {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24.13px;
  text-align: left;
  color: #fff;
  margin-bottom: 20px;
}

.contact-details-list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  color: #fff;
  gap: 20px;
  margin-bottom: 30px;
	flex-direction: row;
}

.location-address {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  color: #fff;
}

.address-text {
  margin-bottom: 20px;
}

.location-address-1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  display: flex;
}

.conatct-icon {
  position: relative;
}

.conatct-icon img {
  position: absolute;
  right: 0px;
  bottom: -30px;
  opacity: 0.1;
}

.background-contact-bg {
  position: relative;
}
.background-contact-bg img {
  position: absolute;
  right: 0px;
  bottom: 40px;
}

.map-main {
  margin-top: 65px;
}

.download-box {
  padding: 15px;
  background: #f8f8f8;
}

.download-image img {
  width: 100%;
  height: auto !important;
  object-fit: none !important;
  object-fit: cover !important;
}

.download-image {
  display: flex;
  align-items: center;
  justify-content: center;
}

.download-box .productheading {
  margin-top: 20px;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 15.05px;
  text-align: center;
}

.download-image-footer .product-modal {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 18.38px;
  color: #000;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.download-image-footer .more-details {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
margin-bottom:0px;
}
.download-image-footer .more-details .my-button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ef7f1a;
  color: #fff;
  gap: 10px;
  padding: 15px 30px 15px 30px;
}
.download-image-footer .more-details .my-button:hover{
	background:#fff;
	color:#000;
}

.download-image-footer .more-details:hover .download-image{
	filter: grayscale(0%) invert(0%) brightness(0);
}

.download-top-icon{
	position: absolute;
    top: 100px;
    left: -160px;
}

.download-bottom-icon{
	position: absolute;
    right: 0px;
    top: -320px;
}






.download-main {
  margin-bottom: 150px;
}

.photo-gellery-main {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.photo-gellery-main .photo-gellery-box {
  width: 100%;
}

.product-icon-top{
	position:absolute; 
	right:0px;
	margin-top:15px;
}


.photo-gellery-main .photo-gellery-box .photogellery-heading {
  font-family: 'Montserrat', sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 54px;
  text-align: left;
  color: #ef7f1a;
  margin-bottom: 10px;
}

.photo-gellery-main .photo-gellery-box .photogellery-text {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20.68px;
  text-align: left;
  color: #949494;
  margin-bottom: 30px;
}

.photo-gellery-main .photo-gellery-box .photo-gellery-bg {
  background: #f3f3f3;
  padding: 15px;
  margin-bottom: 50px;
}

.image-box-1 {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}

.image-1 {
  width: 50%;
  padding-right: 10px;
  float: left;
}
.image-1 img {
  height: 182px;
}

.image-2 {
  width: 50%;
  float: left;
}
.image-2 img {
  height: 182px;
}
.image-3 {
  height: 370px !important;
}

.vedio-icon-box img {
  width: auto;
  height: auto;
}

.certificate {
  display: block;
}

.case-study-main {
  display: flex !important;
  flex-wrap: wrap !important;
  width: 100% !important;
}
.case-study-box {
  width: 100%;
}

.case-study-box-bg {
  padding: 30px;
  background: #f3f3f3;
  margin-bottom: 40px;
}

.case-study-heading {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 27.58px;
  text-align: left;
  color: #ef7f1a;
  margin-bottom: 20px;
}

.case-study-sub-text {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  color: #000;
  margin-bottom: 20px;
}

.case-study-text {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  text-align: justify;
  margin-bottom: 20px;
}

.case-study-btn .my-button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ef7f1a;
  color: #fff;
  gap: 10px;
}

.case-study-btn .my-button img {
  width: auto;
  height: auto;
}

.case-study-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.study-image {
  margin-bottom: 30px;
}

.concerete-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  top: -20px;
  z-index: 999;
  position: absolute;
  right: 20px;
}

.concerete-btn .next-btn {
  background: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
}

.concerete-btn .next-btn:hover {
  background-color: #ef7f1a;
}

.concerete-btn .previous-btn {
  background: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
}

.concerete-btn .previous-btn:hover {
  background-color: #ef7f1a;
}



.slick-slider {
  margin-left: -5%;
  margin-right: -5%;
	position:relative;
}

.slick-list {
  padding-left: 10%!important;
  padding-right: 10%!important;
  padding-top: 40px !important;
}

.slick-dots {
  text-align: right;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.slick-track {
  max-width: 100%!important;
  transform: translate3d(0, 0, 0)!important;
  perspective: 100px;
}

.slick-slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  width: 80%!important;
  transform: translate3d(0, 0, 0);
  transition: transform 1s, opacity 1s;
}

.slick-snext,
.slick-sprev {
  display: block;
}

.slick-current {
  opacity: 1;
  position: relative;
  display: block;
  transform: translate3d(0, 0, 10px);
  z-index: 2;
}

.slick-snext {
  opacity: 0.8;
  transform: translate3d(40%, 0, 0px);
  z-index: 1;
}

.slick-sprev {
  opacity: 0.8;
  transform: translate3d(-40%, 0, 0px);
}

.test {
  display: block;
  width: 100%;
  /* height: 500px; */
  background-image: url(../images/our-history-banner.png);
  background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 50px 50px 50px;
    margin-bottom: 40px;
}

.history-image{
  margin-bottom: 20px;
}

.our-history-sub-heading{
  font-family: 'Montserrat', sans-serif;
font-size: 24px;
font-weight: 500;
line-height:normal;
text-align: center;
color: #fff;
margin-bottom: 20px;

}

.our-history-text p{
	margin-bottom:0px !important;
}

.our-history-text{
  color: #fff;
  font-family: 'Montserrat', sans-serif;
font-size: 15px;
font-weight: 400;
line-height: normal;
text-align: center;
}

.history-bg-slider{
  width: 1000px;
  margin: 0 auto;
  max-width: 80%;
}

.custom-prev, .custom-next {
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #2B2A29;
  margin-top: 110px;

}

.custom-prev:hover, .custom-next:hover {
  background-color: #ef7f1a;
}

.history-bg-slider .slick-slider .custom-prev {
  position: absolute !important;
  left: 44%!important;
  top:100% !important;
  transform: translateY(-50%)!important;
}

.history-bg-slider .slick-slider .custom-next {
  position: absolute;
  right: 47%;
  top:100%;
  transform: translateY(-50%);
}



.section-timeline {
  position: relative;
  padding: 50px 0;
  overflow: auto;
  min-width: 700px;
}
.section-timeline .container {
  max-width: 1100px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  position: relative;
}

.section-timeline .timeline {
  list-style: none;
  position: relative;
  margin: 30px 0;
}
.section-timeline .timeline li {
  height: 80px;
  width: 80px;
  position: absolute;
  border-color:#EF7F1A;
  border: 2.5px solid #EF7F1A
}
.section-timeline .timeline li:nth-child(odd) {
  border-style: solid;
  border-width: 2px 2px 2px 0;
  left: -40px;
  transform: translateX(50%);
  border-radius: 0 80px 80px 0;
  box-shadow: 13px 0 15px -12px rgba(0, 0, 0, 0.3);
}
.section-timeline .timeline li:nth-child(even) {
  left: -40px;
  border-style: solid;
  border-width: 2px 0 2px 2px;
  transform: translateX(-50%);
  border-radius: 80px 0 0 80px;
  box-shadow: -15px 0 15px -12px rgba(0, 0, 0, 0.5);
}
p.mb-4.hero-bennar {
    width: 400px !important;
}
/* Style li */
.section-timeline .timeline li:nth-child(2) {
  top: 78px;
}
.section-timeline .timeline li:nth-child(3) {
  top: 156px;
}
.section-timeline .timeline li:nth-child(4) {
  top: 234px;
}
.section-timeline .timeline li:nth-child(5) {
  top: 312px;
}
.section-timeline .timeline li:nth-child(6) {
  top: 390px;
}

/* Style pseudo Element */
.section-timeline .timeline li:before {
  content: "";
  position: absolute;
  height: 30px;
  width: 30px;
  border: 2px solid black;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--clr-border-timeline);
  text-align: center;
  line-height: 30px;
  font-weight: bold;
  font-size: 13px;
  color: #fff;
}
.section-timeline .timeline li:nth-child(odd):before {
  right: 0;
  transform: translateY(-50%) translateX(50%);
}
.section-timeline .timeline li:nth-child(even):before {
  left: 0;
  transform: translateY(-50%) translateX(-50%);
}

.section-timeline .timeline li:nth-child(1):after,
.section-timeline .timeline li:last-child:after {
  content: "";
  position: absolute;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: var(--clr-border-timeline);
}
.section-timeline .timeline li:nth-child(1):after {
  top: 0;
  transform: translate(-50%, -50%);
}
.section-timeline .timeline li:last-child:after {
  bottom: 0;
  right: 0;
  transform: translate(50%, 50%);
}

.section-timeline .timeline li:nth-child(1):before {
  content: url(../images/Vector-icon.png);
}
.section-timeline .timeline li:nth-child(2):before {
  content: "2";
}
.section-timeline .timeline li:nth-child(3):before {
  content: "3";
}
.section-timeline .timeline li:nth-child(4):before {
  content: "4";
}
.section-timeline .timeline li:nth-child(5):before {
  content: "5";
}
.section-timeline .timeline li:nth-child(6):before {
  content: "6";
}

/* Style content */
.section-timeline .timeline .content {
  border: 1px solid #f2f2f2;
  position: absolute;
  min-width: 180px;
  border-radius: 10px;
  overflow: hidden;
  top: 50%;
  transform: translateY(-50%);
  max-height: 120px;
  box-shadow: 0 15px 25px -20px rgba(0, 0, 0, 0.2);
}
.section-timeline .timeline li:nth-child(odd) .content {
  left: calc(100% + 30px);
}
.section-timeline .timeline li:nth-child(even) .content {
  right: calc(100% + 30px);
}

.section-timeline .timeline .content > * {
  padding: 0.5rem;
}
.section-timeline .timeline .content h3 {
  text-align: center;
  margin: 0;
  box-shadow: 0 5px 8px -6px rgba(0, 0, 0, 0.4);
}
.section-timeline .timeline li:nth-child(1) h3 {
  background-color: #e74c3c;
}
.section-timeline .timeline li:nth-child(2) h3 {
  background-color: #2ecc71;
}
.section-timeline .timeline li:nth-child(3) h3 {
  background-color: #e67e22;
}
.section-timeline .timeline li:nth-child(4) h3 {
  background-color: #1abc9c;
}
.section-timeline .timeline li:nth-child(5) h3 {
  background-color: #9b59b6;
}
.section-timeline .timeline li:nth-child(6) h3 {
  background-color: #fff00f;
}

.section-timeline .timeline .content p {
  font-size: 14;
  line-height: 1.3;
}

/* Show dropdown menu on hover */
.dropdown:hover .dropdown-menu {
    display: block !important;
}

img.icon {
    width: auto !important;
}

.timeline ul{
  margin: 0px;
  padding: 0px;
  width: 50%;
  margin: 0 auto;
  
}
.timeline ul:before{
	content: url(https://demo3.nilson.in/wp-content/uploads/2025/01/Vector-icon.png);
	    position: relative;
    z-index: 9;
    top: -28px;

}

.timeline li{
  list-style: none;
  position: relative;
  height: 150px;

}

/* Add a line before each timeline item to connect them */
.timeline li::before {
  content: "";
  position: absolute;
  top:-1%;
  left: -35px; /* Position the line to the left of the timeline item */
  width: 2px; /* Line thickness */
  height: 150px;
  background-color: #ef7f1a; /* Color of the line */
  z-index: -1; /* Place the line behind the timeline item */
  transform: rotate(45deg);
}

/* Add a circular marker before each timeline item */
.timeline li::after {
  content: "";
  position: absolute;
  top: 120px;
  left: -113px; /* Position the marker to the left of the timeline item */
  width: 30px;
  height: 30px;
  background-color: #fff; /* Marker color */
  border-radius: 50%; /* Make the marker circular */
  z-index: 1; /* Place the marker above the line */
  transform: translateY(-50%); /* Vertically center the marker */
border:3px solid #ef7f1a;

}



/* Add a circular marker before each timeline item */
.timeline li:nth-child(1)::after img {
  max-width: 100%;
  max-height: 100%;
  top:30px !important;
}

.our-jurney-map{
  position: relative;
    left: -107px;
    z-index: 9;
    top: -32px;
}

.our-jurney-map1{
  position: relative;
  left: -3px;
  z-index: 9;
  top: -75px;

}



/* Style for <img> inside odd <li> elements */
.timeline li:nth-child(odd) img {
position: absolute;
    top: 124px;
    z-index: 9;
    left: -107px;
    
}

/* Style for <img> inside even <li> elements */
.timeline li:nth-child(even) img {
  position: absolute;
    left: -3px;
    z-index: 9;
    top: 80px;
}
  
}

.timeline li:nth-child(odd) {

}

/* Style for <img> inside even <li> elements */

.timeline li:nth-child(odd)::before{
  content: "";
    position: absolute;
    top: -60px;
    left: -40px;
    width: 2px;
    height: 230px;
    background-color: #ef7f1a;
    z-index: 1;
    transform: rotate(28deg);
}


.timeline li:nth-child(odd)::after{
	position: absolute;
    top: 163px;
    left: -104px;
    width: 25px;
    height: 25px;
    background-color: #fff;
    border-radius: 50%;
    z-index: 2;
    transform: translateY(-50%);
    border: 5px solid #ef7f1a;
    display: flex;
    align-items: center;
    justify-content: center;
}


.timeline li:nth-child(even)::before {
    content: "";
    position: absolute;
    top: -1%;
    left: -35px;
    width: 2px;
    height: 150px;
    background-color: #ef7f1a;
    z-index: 1;
    transform: rotate(-45deg);
}


.timeline li:nth-child(even)::after {
    content: "";
    position: absolute;
    top: 120px;
    left: 0px;
    width: 25px;
    height: 25px;
    background-color: #fff;
    border-radius: 50%;
    z-index: 2;
    transform: translateY(-50%);
    border: 5px solid #ef7f1a;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}





.our-jurney-map2{
  position: relative;
  left: -111px;
  z-index: 9;
  top: -115px;

}

.our-jurney-map3{
  position: relative;
  left: 9px;
  z-index: 9;
  top: -145px;

}

.our-jurney-map4{
  position: relative;
  left: -102px;
  z-index: 9;
  top: -180px;
}

.our-jurney-map5{
  position: relative;
  left: 8px;
  z-index: 9;
  top: -208px;
}

.content-jurney{
  position:absolute !important;
  left: -117% !important;
  top: 99px !important;
  text-align: right !important;
  width: 364px !important;
  padding: 10px !important;
}

.content-jurney:hover{
  background: #2B2A29;
  border: 0.5px solid #EF7F1A;
  color: #fff;


}
/* Default styles */
.content-jurney .jurney-heading,
.content-jurney .jurney-subheading,
.content-jurney .jurney-text {
    color: black;  /* Default text color */
    background-color: transparent; /* Default background */
   /* Optional, for better visualization */
}

/* Change background color for all on .content hover */
.content-jurney:hover .jurney-heading,
.content-jurney:hover .jurney-subheading,
.content-jurney:hover .jurney-text {
    background-color: #2B2A29; /* Set same background color for all */
}

/* Change the text colors on hover */
.content-jurney:hover .jurney-heading {
    color: #ef7f1a; /* Orange color for the heading */
}

.content-jurney:hover .jurney-subheading,
.content-jurney:hover .jurney-text {
    color: white; /* White color for subheading and text */
}




.jurney-heading{
  font-family: 'Montserrat', sans-serif;
  font-size: 27.02px;
  font-weight: 700;
  line-height: 31.05px;
  letter-spacing: 0.03em;
  text-align: right;
  color: #000;
  margin-bottom: 5px;
}

.jurney-subheading{
  font-family: 'Montserrat', sans-serif;
font-size: 14px;
font-weight: 700;
line-height: 16.09px;
letter-spacing: 0.03em;
text-align: right;
color: #ef7f1a;
margin-bottom: 5px;
}

.jurney-text{
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.03em;
  text-align: right;
  color: #2B2A29;

}

.content2{
  position:relative;
  left: 13%;
  top:60px !important;
  text-align: right;
  width: 364px;
  padding: 10px;
}


.content2 .jurney-heading{
  font-family: 'Montserrat', sans-serif;
  font-size: 27.02px;
  font-weight: 700;
  line-height: 31.05px;
  letter-spacing: 0.03em;
  text-align: left;
  color: #000;
  margin-bottom: 5px;
}

.content2 .jurney-subheading{
  font-family: 'Montserrat', sans-serif;
font-size: 14px;
font-weight: 700;
line-height: 16.09px;
letter-spacing: 0.03em;
text-align:left;
color: #ef7f1a;
margin-bottom: 5px;
}

.content2 .jurney-text{
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.03em;
  text-align: left;
  color: #2B2A29;

}

.content2:hover{
  background: #2B2A29;
  border: 0.5px solid #EF7F1A;
  color: #fff;


}
/* Default styles */
.content2 .jurney-heading,
.content2 .jurney-subheading,
.content2 .jurney-text {
    color: black;  /* Default text color */
    background-color: transparent; /* Default background */
   /* Optional, for better visualization */
}

/* Change background color for all on .content hover */
.content2:hover .jurney-heading,
.content2:hover .jurney-subheading,
.content2:hover .jurney-text {
    background-color: #2B2A29; /* Set same background color for all */
}

/* Change the text colors on hover */
.content2:hover .jurney-heading {
    color: #ef7f1a; /* Orange color for the heading */
}

.content2:hover .jurney-subheading,
.content2:hover .jurney-text {
    color: white; /* White color for subheading and text */
}

.bottom-footer-aero{
  padding-left: 32px;
  padding-right: 32px;
}



.content3{
  top:45px;
}

.content4{
  top:-40px;
}

.content5{
  top:30px;
}

.content6{
  top:-115px;
}







/* Optional: Add styling for the content inside the timeline items */
.timeline .timeline-item h3 {
  margin-top: 0;
  font-size: 18px;
}

.timeline .timeline-item p {
  font-size: 14px;
  color: #555;
}

.prestigious-slider .item {
  display: flex;
  align-items: center;
  justify-content: center;

}
.box-logo{
  display: flex;
  align-items: center;
  justify-content: center;
}

.box-logo img{
  object-fit:cover;
}

/* Style the mega menu dropdown */
.mega-menu {
  position: relative;
}

/* Mega Menu Dropdown Styling */
.mega-menu-content {
  display: none; /* Initially hide mega menu */
  position: absolute !important;
  background-color: #fff;
  min-width: 69vw;; /* Adjust this as per your design */
  padding: 20px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  left: -99px;
  border-radius: inherit !important;
}

/* Display the mega menu on hover */
.mega-menu:hover .mega-menu-content {
  display: block;
}

/* Column Layout */
.mega-menu-content .row {
  display: flex;
  justify-content: space-between;
}

/* Individual columns in the mega menu */
.mega-menu-content .col-md-4 {
  padding: 10px;
  text-align: center; /* Center the text */
}

.mega-menu-content .col-md-4 img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px; /* Space between image and text */
}

/* Styling for the heading and paragraph inside the mega menu */
.mega-menu-content h5 {
  font-size: 18px;
  font-weight: bold;
}

.mega-menu-item-object-productcategory {margin-top:10px!important;}

.mega-menu-content p {
  font-size: 14px;
  color: #777;
}

/* Optional: Add hover effects on menu items */
.mega-menu-content .col-md-4:hover {
  background-color: #f4f4f4;
  cursor: pointer;
}

.menu-heading{
  font-family: 'Montserrat', sans-serif;
font-size: 18px;
font-weight: 700;
line-height: 20.68px;
text-align: left;

}

.product-menu{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap:30px;
}

#mega-menu-wrap-primary{
	background:inherit !important;
}
/* Inquiry Panel */
.panel {
  position: fixed;
  top: 0;
  right: -300px; /* Initially hidden */
  width: 300px;
  height: auto;
  background-color: #f4f4f4;
  transition: right 0.3s ease;
  padding: 20px;
  box-shadow: -2px 0px 5px rgba(0,0,0,0.2);
  z-index: 999;
}

/* Panel content */
.panel-content h2 {
  margin-top: 0;
	font-family: 'Montserrat', sans-serif;
font-size: 24px;
font-weight: 700;
line-height: 57.45px;
text-align: left;
	color: #EF7F1A;
	display:flex;
	align-items:center;
	justify-content:space-between;



}

/* Button to close the panel */
#closeBtn {
  background-color:transparent;
  color: #000;
  border: none;
  padding: 10px;
  cursor: pointer;
	float:right;
}
.inquiry-submit{
	background: #EF7F1A;
font-family: 'Montserrat', sans-serif;
font-size: 20px;
font-weight: 500;
line-height: 22.98px;
text-align: center;
	width:100%;
	color:#fff;
	border-radius:inherit !important;
	padding:10px;


}

.inquiry-submit:hover{
	background:#fff;
	color:#EF7F1A;
	border-color:#EF7F1A;
}

.pagenation-main .pagination-first{
	display: flex;
	align-items:center;
	justify-content:center;
	padding-top:70px;
    padding-bottom: 40px;
	
	
}

.product-icon-bottom{
	position:absolute;
	right:0px;
	margin-top:-270px;
}

.pagenation-main .pagination-first:first-child {
	border:none;
}

.photogellery-bg-1{
	position: absolute;
    right: 0px;
    margin-top: 98px;
	
}

.ul.mega-sub-menu{
	padding:5px !important;
}

.pointer {
  position: absolute;
  transition: opacity 0.3s ease;
}

.pointer:hover {
  opacity: 1;
}

.contactor{
	position:absolute;
	right:0px;
}
.certificated-main{
	margin-top:70px; 
	margin-bottom:70px;
}

.certificated-top{
	position:absolute;
	top:40px;
}

.certificated-bottam{
	position:absolute;
	right:24px;
	top: -180px;
    z-index: -1;
}

.conatct-main-quote p{
	margin-bottom:0px !important;	
}

.location-text:first-child img {
  width: 30px;  /* decrease the size of the first image */
  height: 30px;
}

.conatct-bg-address-icon{
	position: absolute;
    right: -54px;
    top: -135px;
}

.contact-bottom-icon{
	position: absolute;
    right: 19px;
    top: -145px;
    z-index: -1;
}

.interveiw-vedio {
    width: 100%;
    background-image: url(../images/vedio-image-media.png);
    display: flex
;
    align-items: center;
    justify-content: center;
    padding-top: 92px;
    padding-bottom: 92px;
    background-repeat: no-repeat;
    cursor: pointer;
	background-size:cover;
}

.embed-responsive-item{
	width:100% !important;
	height:400px !important;
}

.vedio-gellery-top{
	position:absolute;
	top:300px;
}

.vedio-gellery-bottom{
	position:absolute;
	    right: 30px;
    top: -345px;
    z-index: -1;
}

.conatct-heading p{margin-bottom:0px !important;}
.conatct-heading .submit-btn{text-align:left !important;}

input.wpcf7-form-control.wpcf7-submit.has-spinner.submit-btn{
	text-align:left !important;
}

.client-name-board span{
	font-size:14px;
}

 .filter-btn.active, .sub-filter.active {
      background-color: #ef7f1a;
      border: 2px solid #ef7f1a;
      color: white;
    margin: 10px;
    cursor: pointer;
    transition: background-color 0.3s;
    border-radius: inherit;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    padding: 15px 20px;
    }

    .sub-filter:hover{
      background-color: #ef7f1a;
      color: white;
    }

    .sub-filter{
      text-align: center;
      border: 2px solid #2B2A29;
    color: #2B2A29;
    margin: 10px;
    cursor: pointer;
    transition: background-color 0.3s;
    border-radius: inherit;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    padding: 15px 20px;
    background: transparent;

    }

.sub-filters1{
  text-align: center;
}

.photogellery-bg-2{}
.vedio-gellery-bg .youtube-logo iframe{
	width:100%;
}

.breadcrumb{
	text-transform:uppercase;
}

.contact-image{

	height: 300px;
    width: 100%;
    display: block !important;
	margin-bottom:10px;
	overflow:hidden;

}
    .map-location-icon {
      position: relative;
    }

    .pointter-location {
      position: relative;
    }

    .pointer-1 {
      position: absolute;
      top: 133px;
      left: 18%;
      cursor: pointer;
    }
    .pointer-2 {
      position: absolute;
    top: 171px;
    left: 33%;
    cursor: pointer;

    }
    .pointer-3 {
      position: absolute;
    top: 195px;
    left: 52%;
    cursor: pointer;
    }
    .pointer-4 {
      position: absolute;
    top: 337px;
    left: 60%;
    cursor: pointer;
    }
    .pointer-5 {
      position: absolute;
    top: 260px;
    left: 10%;
    cursor: pointer;

    }
    .pointer-6 {
      position: absolute;
    top: 347px;
    left: 19%;
    cursor: pointer;
    }
    .pointer-7 {
      position: absolute;
    top: 298px;
    left: 23%;
    cursor: pointer;
    }

    .pointer-8 {
      position: absolute;
    top: 418px;
    left: 31%;
    cursor: pointer;
    }

    .pointer-9 {
      position: absolute;
    top: 460px;
    left: 31%;
    cursor: pointer;

    }


/* Initially, show default images and hide active images */
.default-icon {
  display: block;
}

.active-icon {
  display: none;
}

/* When the tab has the active class, show the active image and hide the default image */
.tab-nav .active .default-icon {
  display: none;  /* Hide the default image */
}

.tab-nav .active .active-icon {
  display: block; /* Show the active image */
}

/* Active Tab Styling */

.tab-pane {
  display: none;
}

.tab-pane.active {
  display: block;
}




    .location-map-1 {
      width: 40px !important;
      height: 40px !important;
    }
.venus-about-right{max-width:650px;padding-top: 90px;}


/*job plugin CSS overwrite*/

.awsm-job-container {
    max-width: 1310px!important;
}
.awsm-job-item h2.awsm-job-post-title a {
    font-size: 18px;
    text-decoration: none;
    color: black;
}
.awsm-jobs-archive-title{
    margin-bottom: 20px;
}
.awsm-filter-item-search .awsm-filter-item-search-in .awsm-job-form-control{
    color:#000;
    padding-left: 15px;
}
.awsm-filter-items .awsm-filter-item{
      position:relative;
}
/*.awsm-filter-items .awsm-filter-item:before{*/
/*    position: absolute;*/
/*  content: '/f078';*/
/*}*/
.awsm-filter-items .awsm-filter-item .awsm-filter-option{
    padding: 15px;
    border: 0.5px solid #2b2a294d;
    border-radius: 5px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 18.38px;
    text-align: left;
    height: 50px;
    width: 220px;
    background: transparent;
  /*  -webkit-appearance: none;*/
  /*-moz-appearance: none;*/
   position:relative;
   z-intex:1;
   background-color:transparent;
}
.awsm-list-item h2.awsm-job-post-title {
    font-weight: 600;
}
.awsm-list-item .awsm-job-more-container .awsm-job-more {
  color: #ef7f1a;
}
.entry-title.awsm-jobs-single-title {
  margin-bottom: 20px;
}
.awsm-success-message {
  list-style: none;
  background-color: #ffb470;
  border: #ffb470;
  font-weight: 600;
}
.awsm-application-submit-btn {
  background: #ef7f1a;
  border-color: #ef7f1a;
  color: #fff;
  font-weight: 600;
}
.awsm-job-form-group.awsm-job-inline-group {
  display: flex;
  align-items: flex-start;
}
.awsm-job-form-group.awsm-job-inline-group .awsm-job-form-field {
  width: auto;
  margin-top: 6px;
}
table{
 border: 0; 
	overflow: hidden;
	border-spacing: 0;
    border-collapse: collapse;
	width:100% !important;
}
table tr td {
  padding: 15px 25px;
  border: 1px solid #b9b9b9;
  font-size: 14px;
  color: #000;
  text-transform:uppercase;
}
.capcity-main + .conatct-us-form {
	margin-top:80px !important;
}

.product-details-comment{
	width:70%; margin:0 auto;
}
tr:nth-child(even) td{ background-color:#383838 !important; color:#ffffff;}


table  tbody tr:hover{
    transform: scale(1.03) !important;
	} 
table tr {
    -webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;}
td:first-child { font-weight: bold }


.timeline li:nth-child(odd) .jurney-image{
	position: absolute !important;
    left: -712px !important;
    top: 110px !important;
	width:50%;
}

.timeline li:nth-child(even) .jurney-image{
		position: absolute !important;
    left: 430px !important;
    top: 50px !important;
	width:60%;
	
}

.product-details-page-download-btn{
	margin-top:30px;
}
.product-details-page-download-btn .request-quote{background:#2b2a29!important; width:100%; border-color:#2b2a29 !important; font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 600; padding-top:13px; padding-bottom:13px; border-radius:0px; }
.product-details-page-download-btn .request-quote:hover{background:#ef7f1a !important;  border-color:#ef7f1a !important;}
.product-details-page-download-btn .request-download{background:#ef7f1a!important; width:100%; border-color:#ef7f1a !important; font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 400; padding-top:13px; padding-bottom:13px; border-radius:0px; }

.product-details-page-download-btn .request-download:hover{background:#2b2a29 !important;  border-color:#2b2a29 !important;}

.product-details-page-download-btn .share-on{font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 400; 
	display:flex;
	align-items:center;
	justify-content:center;
	
}
.bg-product-details-page{
	padding:20px; background:#f0f0f0;
}

.share-on ul{margin:0px; padding:0px;}
.share-on li{ list-style:none; padding-right:15px; font-size:24px; color:#000;}
.share-on li a{color:#000;}
.share-on li:first-child{font-size:16px;font-weight:600;} 
.share-on li a:hover{color:#ef7f1a;}

.manufacturer-carousel .item {
      text-align: center;
    }
    .manufacturer-carousel .item img {
      max-width: 100%;
      /*height: 500px;*/
		overflow:hidden;
    }

.menufacture-btn{
	position:relative;
	width:100%;
}

    .custom-nav1 {
      display: flex;
      justify-content: space-between;
       margin-top: -30%;
    position: absolute;
    z-index: 999;
		width:100%;
    }
    .custom-nav1 button {
      background-color: #fff;
      color: #000;
      border: none;
      padding: 8px 16px;
      margin: 0 -25px;
      border-radius: 4px;
      cursor: pointer;
      transition: 0.3s;
		border-radius:50%;
		width:50px;
		height:50px;
		display:flex;
		align-items:center;
		justify-content:center;
		
    }
    .custom-nav1 button:hover {
      background-color: #ef7f1a;
		color:#fff;
    }

.section-products {
	padding:40px 0 100px;
}
.section-products .sub-filters {
	text-align:center;
}
.sub-filters .sub-filter.active,
.sub-filters .sub-filter {
	padding:10px 15px !important;
}
#scroll {
    position:fixed;
    right:10px;
    bottom:130px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:#ef7f1a;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
#scroll:hover {
    background-color:#e74c3c;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}

.product-details-page-download-btn .row {
	justify-content:center !important;
}
.bg-product-details-page .share-on ul {
	display:flex;
	align-items:center;
}

.contact-info span a{
	font-family: 'Montserrat', sans-serif;
font-size: 15px;
font-weight: 600;
line-height: 18.38px;
text-align: center;
color: #424242;
text-decoration:none;


}

.address-location a{
	color:#fff;
	text-decoration:none;
}
.only-mobile-show{display:none !important;}
	.only-desktop-show{display:block;}

.thumbnail-slider .owl-item.active {
    background-color: rgba(0, 0, 255, 0.3); /* Light blue background for active item */
    opacity: 1 !important; /* Ensure active item is visible */
    transition: background-color 0.3s ease-in-out; /* Smooth transition */
}

/* Optional: Add hover effect to thumbnails */
.thumbnail-slider .owl-item:hover {
    background-color: rgba(0, 0, 255, 0.2); /* Light blue on hover */
}


.details-1.breadcrumb{
	justify-content:center;
	margin-bottom:25px;
}

@media screen and (max-width: 991px) {
    .product-item-maindiv {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}
@media screen and (max-width: 767px) {
    .product-item-maindiv {
        grid-template-columns: repeat(1, 1fr) !important;
    }
}

/* Responsive design adjustments */
@media screen and (max-width: 768px) {
    .gallery {
        grid-template-columns: repeat(2, 1fr) !important;
    }
  .filters {
    margin-bottom: 10px;
  }

  .filter-btn {
    padding: 8px 15px;
  }

  .gallery {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }
}

.capcity-main {
    padding-top: 40px;
}

.custom-product-tabs .nav.nav-tabs{
	/*border-bottom:1px solid #e5dddd;*/
	padding-top: 25px;
}
.custom-product-tabs .nav-item{
	margin-right:60px;
}
.custom-product-tabs .nav-item .nav-link{
    font-size: 17px;
    color: #000 !important;
	font-weight: 600;
	padding: 12px 0;
}
.custom-product-tabs .nav-link.active {
    border-bottom: 5px solid #f18d32 !important;
}
.custom-product-tabs button, .custom-product-tabs button:hover {
    color: #000000;
}
.custom-product-tabs .tab-content .tab-pane{
	padding:15px !important;
}

.custom-product-tabs button, .custom-product-tabs button:hover {
    color: #000000;
}

div#productTabContent {
    border: 1px solid #e8e8e8;
}

/* CSS */
.spec-card {
  min-width:455px;
  width: 100%;
  background: #f8f8f8;
  border: 1px solid #eee;
  padding: 20px;
  font-family: 'Segoe UI', sans-serif;
  position: relative;
  overflow: hidden;
}

.spec-card::before {
  content: "";
  background-size: contain;
  opacity: 0.05;
  position: absolute;
  top: 0;
  right: -20px;
  bottom: 0;
  left: 0;
  z-index: 0;
}
	
.spec-card .spec-item {
  position: relative;
  z-index: 1;
  padding: 18px 25px;
  border-bottom: 1px solid #e0e0e0;
}
.spec-card .spec-item:last-child{
  border-bottom: none;	
}
.spec-card .label {
  display: block;
  font-size: 14px;
  color: #222;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.spec-card .value {
  font-size: 18px;
  font-weight: bold;
  color: #f57c00;
  margin-bottom:0;
}

/*section.new-our-product-section {
    background: #F3F3F3;
    padding-left: 310px;
    padding-right: 310px;
}*/


.ourproducttitle h2 {
    font-size: 36px;
    color: #EF7F1A;
}
.ourproduct-innergrid .overlay {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.ourproduct-innergrid .ourproducttitle h2 img {
    margin-left: 15px;
}

.ourproduct_grid_main {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
    /*margin-top: 33px !important;*/
}
.ourproduct-innergrid.product-card img.categoryimage {
    width: 100%;
}
/*.product-card {
  position: relative;
  height: auto;
  overflow: hidden;
  min-height:250px;
}*/

.product-card {
    min-height:275px;
}

.product-card:hover{
    border-style: solid;
    border-width: 0px 0px 3px 0px;
    border-color: #ef7f1a;
    }

.ourproduct_grid_main .overlay {
    background: #fff;
    padding: 10px 15px 10px 15px;
    min-height:90px;
}
.ourproduct_grid_main .overlay h3 {
    font-size: 18px;
    width: 75%;
}
.ourproduct_grid_main a.read-more {
    border-radius: 50%;
    background: #E7E7E7;
    width: 40px;
    height: 40px;
    text-align: center;
}

.ourproduct_grid_main a.read-more:hover {
    background: #ef7f1a;
}

.ourproduct_grid_main img.readmorearrow {
    width: 16px;
    text-align: center;
    margin-top: 12px;
}

/*.product-card h3 {*/
/*    font-size: 20px;*/
/*}*/
/*.product-image {*/
/*  position: relative;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*}*/

/*.product-image .categoryimage {*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  object-fit: contain;*/
/*  transition: filter 0.4s ease;*/
/*}*/

/*.overlay {*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: 0;*/
/*  right: 0;*/
/*  bottom: 0;*/
/*  color: white;*/
/*  background: rgba(0, 0, 0, 0.4);*/
/*  backdrop-filter: blur(5px);*/
/*  opacity: 0;*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*  justify-content: center;*/
/*  align-items: center;*/
/*  text-align: center;*/
/*  transition: opacity 0.4s ease;*/
/*}*/
/*.overlay {*/
/*  background-color: rgba(0, 0, 0, 0.6);*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: 0;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  z-index: 1;*/
/*}*/
/*.product-card:hover .overlay {*/
/*  opacity: 1;*/
/*}*/

/*.product-card:hover .categoryimage {*/
/*  filter: blur(2px);*/
/*}*/

/*.read-more {*/
/*  margin-top: 10px;*/
/*  color: #EF7F1A;*/
/*  text-decoration: none;*/
/*  font-weight: bold;*/
/*}*/


/*.read-more:hover {*/
/*  color: white;*/
/*  text-decoration: none;*/
/*}*/

/*.hovericonwhite {*/
/*  position: relative;*/
/*  z-index: 2;*/
/*  width: 32px;*/
/*  height: 21px;*/
/*  margin-bottom: 15px;*/
/*}*/

/*.readmorearrow{*/
/*   margin-left: 12px;*/
/*}*/

/*section.new-our-product-section {*/
/*	padding-bottom: 80px;*/
/*}

@media only screen and (max-width: 1499px) {
	section.new-our-product-section {
		padding-left: 60px;
	}
}*/

@media only screen and (max-width: 1199px) {
	.ourproduct_grid_main {
		grid-template-columns: repeat(3, 1fr);
	}

	/*section.new-our-product-section {
		padding-left: 20px;
	}*/
}

@media only screen and (max-width: 800px) {
	.ourproduct_grid_main {
		grid-template-columns: repeat(2, 1fr);
	}

	/*section.new-our-product-section {
		padding-left: 50px;
	}*/
}

@media only screen and (max-width: 575px) {
	.ourproduct_grid_main {
		grid-template-columns: repeat(1, 1fr);
	}
}

@media only screen and (max-width: 389px) {
	/*section.new-our-product-section {
		padding-left: 20px;
	}*/
}

@media only screen and (max-width: 374px) {
	.ourproduct_grid_main {
		grid-template-columns: repeat(1, 1fr);
	}

	.product-card {
		width: 275px;
	}
}



.map_main_grid_inner div#tab1 {
    margin-top: 130px;
}
.map_locationmain_img {
    position: relative;
}
.map_details_main {
    max-width: 434px;
    width: 100%;
}
.map_detail_img {
    background: linear-gradient(0deg, rgba(255, 215, 179, 1) 0%, rgba(239, 127, 26, 1) 100%);
    padding: 22px 24px;
    border-radius: 15px 15px 0 0;
    width: 300px;
    height: auto;
}
.map_address_detail {
    background: #E7E7E7;
    text-align: center;
    align-items: center;
    padding: 14px 32px 10px 32px;
    border-radius: 0 0 15px 15px;
    width: 300px;
    height: auto;
}
.map_address_detail h2 {
    margin-bottom: 15px;
    font-size: 23px;
}
.map_main_grid_inner .map_details {
    margin-top: 15px;
}
.map_address_detail .mapaddrephone, .map_address_detail p {
    margin-bottom: 15px;
    font-size: 13px;
}
.map_main_grid {
    display: grid;
    grid-template-columns: 900px 400px;
    grid-gap: 57px;
}
.map_details_main .map_main_grid_inner img.location_map_icon {
    width: 15px;
}
.pointter-location-mappoint .location_map_icon {
        width: 35px !important;
}
/*KSA*/
.pointter-location-mappoint .pointer-1 {
    position: absolute;
    top: 280px;
    left: 29%;
    cursor: pointer;
}
/*Oman*/
.pointter-location-mappoint .pointer-2 {
    position: absolute;
    top: 287px;
    left: 32%;
    cursor: pointer;
}
/*bhutan*/
.pointter-location-mappoint .pointer-3 {
    position: absolute;
    top: 233px;
    left: 50.5%;
    cursor: pointer;
}
/*australia*/
.pointter-location-mappoint .pointer-4 {
    position: absolute;
    top: 444px;
    left: 70%;
    cursor: pointer;
}
/*Mehsna HO*/
.pointter-location-mappoint .pointer-5 {
    position: absolute;
    top: 265px;
    left: 42%;
    cursor: pointer;
}
/*south africa*/
.pointter-location-mappoint .pointer-6 {
    position: absolute;
    top: 464px;
    left: 19%;
    cursor: pointer;
}
/*UAE*/
.pointter-location-mappoint .pointer-7 {
    position: absolute;
    top: 265px;
    left: 34%;
    cursor: pointer;
}
/*SriLanka*/
.pointter-location-mappoint .pointer-8 {
    position: absolute;
    top: 327px;
    left: 45.5%;
    cursor: pointer;
}
/*Bangladesh*/
.pointter-location-mappoint .pointer-9 {
    position: absolute;
    top: 268px;
    left: 50%;
    cursor: pointer;
}
/*senegal*/
.pointter-location-mappoint .pointer-10 {
    position: absolute;
    top: 303px;
    left: 0%;
    cursor: pointer;
}
/*Kenya*/
.pointter-location-mappoint .pointer-11 {
    position: absolute;
    top: 374px;
    left: 25%;
    cursor: pointer;
}
/*Tanzania*/
.pointter-location-mappoint .pointer-12 {
    position: absolute;
    top: 403px;
    left: 25%;
    cursor: pointer;
}
/*Uganda*/
.pointter-location-mappoint .pointer-13 {
    position: absolute;
    top: 370px;
    left: 23%;
    cursor: pointer;
}
.pointter-location-mappoint .pointer-14 {
    position: absolute;
    top: 346px;
    left: 25%;
    cursor: pointer;
}

/*service page*/
    .intro-section h2 {
        color: #EF7F1A;
        font-weight: bold;
        font-size: 50px;
        margin-top: 15px;
        margin-bottom: 20px;
    }
    .intro-section p {
        color: #2B2A29;
        font-size: 18px;
    }
    .intro-section span {
        color: #000000;
        font-size: 20px;
    }
    .intro-section span img {
        margin-left: 15px;
    }
    .intro-section{
      padding: 40px 20px;
    }
    .services-breakdown{
      padding: 0px 20px;
    }
    .why-choose-us {
      padding: 0px 20px;
    }
    .feature {
    padding: 20px;
    }
    .service-block {
      display: flex;
      align-items: center;
      margin-bottom: 50px;
    }
    .service-block.reverse {
      flex-direction: row-reverse;
    }
    .service-block .text {
      flex: 1;
      padding: 20px;
      background-color: #f5f5f5;
    }
    .service-block .text h3{
        font-weight: bold;
        color: #000000;
        font-size: 36px;
        margin-bottom: 20px;
    }
    .service-block .image {
      flex: 1;
      padding: 20px;
    }
    .service-block img, .image-center img {
      max-width: 100%;
      border-radius: 8px;
      max-height: 330px;
    }
    .why-choose-us .features-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 0px;
      margin: 0px 0;
      background-color: #f5f5f5;
      text-align:left;
    }
    section.why-choose-us {
    padding: 60px 20px;
    text-align: center;
    }
    .why-choose-us h2{
        padding-bottom:40px;
    }
    .highlight {
      color: orange;
    }
    .why-choose-us-inner {
        display: flex;
        flex-direction: row;
        grid-gap: 40px;
    }
    .contact-section {
      padding: 60px 20px;
      background-color: #fff;
      text-align: center;
    }
    
    .contact-section h2 {
      font-size: 36px;
      margin-bottom: 10px;
    }
    
    .contact-section .highlight {
      color: #f7941d;
    }
    
    .contactintro-text {
      max-width: 800px;
      margin: 0 auto 40px;
      font-size: 16px;
      color: #444;
      text-align:center;
    }
    .contactcontent {
      display: flex;
      flex-wrap: wrap;
      gap: 40px;
      justify-content: center;
    }
    
    .contactimages {
      flex: 1 1 400px;
      display: flex;
      flex-direction: column;
      gap: 20px;
    }
    
    .contactimages img {
      width: 100%;
      border-radius: 4px;
      object-fit: cover;
    }
    section.ourvaluesection {
        padding-top: 40px;
        /*background: url(https://demo3.nilson.in/wp-content/uploads/2025/05/BG.png);*/
        padding-bottom: 30px;
        background-color: #f9f9f9;
    }
    .expertise-main {
        /*background: url(https://demo3.nilson.in/wp-content/uploads/2025/05/counter-bg.png) no-repeat;*/
        width: 242px;
        height: auto;
    }
    .expertise-main {
        display: flex;
        flex-direction: row;
        padding: 8px;
        grid-gap: 10px;
        border: 2px solid #f77f00;
        border-radius: 10px;
        align-items: center;
        background-image: url(/wp-content/uploads/2025/05/counter-bg.jpg);
    }
    .expertise-main p{
        padding-bottom: 0px;
        margin-bottom: 0px;
    }
    .timeline ul li:first-child::before {
      display: none !important;
    }
    
    .timeline ul li:first-child img.timeline-image-0 {
      margin-top: 0;
    }

    .timeline ul:first-child::before {
        display: none !important;
    }
    .experise-icon img {
        width: 50px;
        height: 50px;
    }
    .conatct-us-form span.wpcf7-list-item-label {
        display: flex;
    }
    
    .conatct-us-form input[type="checkbox"] {
        width: 20px !important;
        margin-right: 10px;
    }
    .conatct-us-form br {
        display: none;
    }

/*product details apge related products*/
.related-prds {
    padding-top: 40px;
    background: #f0f0f0;
    padding-bottom: 40px;
    margin-top: 40px;
}

/*home video*/
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 400px;
}
.videoWrapper iframe {
  position: absolute;
  top: 65px;
  left: 0;
  width: 100%;
  height: 100%;
}
.main-published-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}
.media-video-main {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}
.btn-enquiry{
    position:fixed;
}