/* body{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
} */
.contact-strip{
    background-color: #364904;
    color:#fff;
     font-size:14px;
 
}
.location-strip{
    /*border-right: 1px solid #fff; */
    /*padding-right: 20px;*/
}
/* .email-strip{  
    padding-left: 20px;
} */
.banner{
    height: 600px;
  
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),url('../images/Banner-1.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.banner-2{
  height: 600px;

  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),url('../images/banner-2.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.banner-3{
  height: 600px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),url('../images/banner-3.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.slider-banner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.slides-banner {
  display: flex;
  transition: transform 0.5s ease;
}

.slide-banner {
  flex: 0 0 100%;
}

img {
  width: 100%;
  height: auto;
}

.sliderbutton {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 10px;
  background:#061b0c;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  color:#fff;
  border: none;
  cursor: pointer;
}
.sliderbutton:hover{
  background-color: #fff;
  color:#061b0c;
}

.prev {
  left: 0;
}

.next {
  right: 0;
}

.nav-link:hover{
  color:#061b0c;
}

/* .banner::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);

} */
/* .banner-heading{
   padding-top:90px;
 } */
.nav-text-color {
    color:#364904;
}
.bg-button-custom{
    position: relative;
    background-color:#364904 ;
border:none;
}
.bg-button-custom:hover{
  background-color: #061b0c;
  color: #fff;
}

.aquablue{
  color: #061b0c;
}
.social-media-top-main{
  display: flex;
  justify-content: end;
}
.social-top{
  color:#ffffff
}
.social-top:hover{
  color: #061b0c;
}
.social-icon-header{
    background-color: white;
    position:absolute;
    bottom:67px;
   
}
.video-button{
    height: 70px;
    width: 70px;
    border-radius: 50%;
    background-color: #364904;
    border: none;
    color: #fff;
}
.subheading-da{
  font-weight: 500;
}
.subheading-banner{
    /* border-bottom: 3px solid #061b0c; */
    padding-bottom: 10px;
    width: fit-content;
}
.da-headings{
  font-weight: 500;
  font-size: 30px;
  /* text-align: center; */
}
.icon-color{
    border-color: #061b0c;
}
.banner-bottom-section1{
    background-color: #364904;
    padding: 20px;
}
.banner-bottom-section2{
    background-color: #061b0c;
    padding: 20px;
}
.banner-bottom{
   margin-top:-100px;
   z-index:6;
}
.about-image {
    position: relative; 
    padding-top: 50px;
  }
  
  .about-image-1
{
    position: absolute;
    top: 0;
    left: 0;

  }
  .about-image-2
  {
      position: absolute;
      top: 100px;
      left: 180px;
      border:15px solid #fff;
    }
  
  .about-image-1 {
    z-index: 1; 
  }
  
  .about-image-2 {
    z-index: 2; 
  }
  .about-box{
    width: 220px;
    height: 220px;
    background-color: #364904;
    padding: 20px 20px 25px 20px;
  }
  .icon-bg{
    /* margin-top: 90px; */
    padding-top: 90px;
    /* background-image: linear-gradient(rgba(214, 214, 214, 0.9), rgba(214, 214, 214, 0.9)),url('../images/icon-bg.jpg'); */
    background-image: url('../images/icon-bg.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 90px;
  }
  .about-section{
    padding-bottom: 100px;
  }
  .button-common {
    background-color: #364904;
    padding: 5px;
    width: 150px;
    height: 50px;
    color: #fff;
    border: none;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
}

  .button-common:hover{
    color:#fff !important;
    background-color: #000000;
  }
  .countdown-bg{
   background-color: #364904;
  
  }
  .countdown-text{
    padding: 48px ;
  }
  .count-down-border{
    border-bottom: 10px solid #fff;
    padding-bottom: 5px;
  }
  .color-aquablue{
    color:#061b0c
  }
  .project-bg{
    padding-top: 90px;
    padding-bottom: 90px;
  }
  
  .aquablue:hover{
    color:#888405 !important

  }
 

  .project-image-hover {
    position: relative;
    width: 100%; /* Adjust as needed */
    height:100%; /* Adjust as needed */
    overflow: hidden; /* Ensure overflow does not affect layout */
  }
  
  .project-image-hover img {
    width: 100%;
    height: auto;
    display: block;
  }
  
  .hover-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(11, 43, 67, 0); /* Transparent background */
    opacity: 0;
    transition: opacity 0.3s ease; /* Smooth transition */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  .project-image-hover:hover .hover-content {
    background-color: rgba(0, 0, 0, 0.7); /* Semi-transparent background color */
    opacity: 1;
  }
  
  .hover-content span {
    color: white; /* Text color */
  }
  .testimonial-bg{
    padding-top: 50px;
    /* background-image: linear-gradient(rgba(240, 240, 240, 0.9), rgba(241, 239, 239, 0.9)),url('../images/testimonial/pattern.jpeg'); */
    background-image: url('../images/testi-bg.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 50px;  }

.testimonial-padding{
    padding-left: 90px;
    padding-right: 90px;
}
.testimonial-circle{
    height: 70px;
    width:70px;
    border-radius: 50%;
    background-color: #061b0c;
}
.testimonial-text {
  font-size: 17px;
  line-height: 35px;
  color: #575656;
  display: flex;
  text-align: center;
  line-height: inherit;
}
.testimonial-person-circle{
 
  width: 90px;
  border-radius: 50%;
}
.ad-section-bg{
    padding-top: 150px;
    background-image: linear-gradient(rgba(75, 75, 75, 0.5), rgba(75, 75, 75, 0.5)),url('../images/ad-section/ad-bg.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 150px;
}
.blog-section{
    padding-top: 100px;
    padding-bottom: 100px;
}
.footer-bg{
    padding-top: 50px;
    padding-bottom: 0px;
    background-color:#fff;
}
.social-links{
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: #061b0c;
    color:#fff
}
.social-links:hover {
  background-color: #ffffff;
  border: 1px solid black;
}
.Footer-contact{

    background-color:#888405;
    width:100%;
    height:100px;
}
.call-box{
    width:40px;
    height:40px;
    background-color: #061b0c;
}
.home-product-heading-a{
  color: #000 !important;
  text-align: center;
  width: 100%;
  cursor: pointer;
}
.home-product-heading-a:hover{
  transform: translateX(0px);
}

/* .icon-right {
    position: relative; 
  }
  
  .icon-right-box1 {
    position: absolute; 
    top: 0;
    left: 0;
  }
  
  .icon-right-box1 {
    z-index: 1; 
  }
  
  .icon-right-box2 {
    position: absolute; 
    left:30%;
    bottom: 0px;
    z-index: 2; 
    width: 50%;
    background-color: #061b0c;
    padding:20px;
    color:#fff
  } */
  .full-height {
    height: 100vh; 
    margin-top: 200px;
}
.banner-content{
  width: 50%;
}

body{
  overflow-x: hidden;
} 
body a:hover{
  color:#999991 !important;
}
.hover-color:hover{
  color:#061b0c !important
}
.hover-color-blue:hover{
  color:#888405 !important
}

/* .progress{
  width: 200px !important;
} */
  
  .z-index-navbar{
    z-index:999;
  }
  
  .scroll-progress {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 99999;
    color: #FFF !important;
    /* background: #FFF !important; */
}
a.scroll-top {
    color: #FFF !important;
}
.Client-bg{
  padding-bottom: 50px;
  padding-top: 50px;
}

.about-banner {
  height: 400px;
  background-image: url("../images/xd/about-banner.png");
  background-size: cover;
  background-position: center;
  content: "";
  position: relative;
}
.heading-box{
  height:100px;
  width:400px;
  color:#fff;
  background-color: #364904;
  /* position: relative;
  left:470px;
  bottom:100px; */

}
.contact-banner {
  height: 400px;
  background-image: url("../images/xd/contact-banner.jpg");
  background-size: cover;
  background-position: center;
  content: "";
  position: relative;
}
  

.form-group {
  margin-bottom: 15px;
}
.form-group label {
  display: block;
  font-weight: 500;
  margin-bottom: 5px;
}
.form-group input[type="text"],
.form-group input[type="email"],
.form-group textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;

}
.form-group textarea {
  height: 150px;
}


form{

  padding: 40px;
}
.iconbox{
  width: 60px ;
  height: 60px;
  background-color: #061b0c;
}
.greencolor{
  color:#061b0c
}
.sustainability-banner{
  height: 400px;
  background-image: url("../images/xd/sustainability.jpg");
  background-size: cover;
  background-position: center;
  content: "";
  position: relative;
}
.sustainability-section-1{
  padding-top:100px;
  padding-bottom:100px;
}
.product-banner{
  height: 400px;
  background-image: url("../images/xd/product-banner.jpg");
  background-size: cover;
  background-position: center;
  content: "";
  position: relative;
}

.card {
  overflow: hidden;
  position: relative;
  /* padding: 1rem; */
}

.card img {
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
}

.card:hover img {
  transform: translateY(-30px);
}
.current{
  font-weight: bold;
}
a {
  color: blue;
  text-decoration: none; 
  display: inline-block;
  transition: transform 0.3s ease;
}

.footer-images{
  width: 150px;
}
a:hover {
  /* transform: translateX(5px);  */
}
.home-product-heading {
  text-align: center;
  font-size: 25px;
  margin-top: 1rem;
}

.btns-products {
  background-color: #364904;
  color: #fff;
  padding: 15px 16px;
  width: 16%;
  text-align: center;
  /* border-radius: 15px; */
}
.btns-products:hover{
  background-color: #364904;
  color: #fff !important;
  padding: 15px 16px;
  width: 16%;
  text-align: center;
  /* border-radius: 15px; */
}
.btns-products a{

  color: #fff  !important;

}
.btns-products a:hover{

  color: #fff  !important;

}
.home-product-two {
  margin-top: 160px;
}
.main-heading{
  display: flex;
  justify-content: center;
    display: flex;
    justify-content: center;
    position: relative;
    top: 60px;
    /* bottom: 26px; */
    left: 100px;
    /* font-size: 30px; */
}
.main-heading h3 {
  
  font-weight: 400;
font-size: 50px;
color: #888405
}
.products-border {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 41px;
border: 0px solid;
  color: #888405;
  font-weight: 200;
}
.subheading-banner-2 {
  font-size: 50px;
  color: #888405;
  font-weight: 400;
}
.range-heading{
  font-size: 50px;
    text-transform: uppercase;
    color: #888405;
    letter-spacing: 3px;
    font-weight: 500;
}
.desktop-view{
  display: block;
}
.testi-heading{
  font-size: 30px;
}
.mobile-view{
  display: none;
}
.product-side-heading{
  display: flex;
  align-items: center;
  justify-content: center;
}
/* .product-page-heading p{
  font-size: 30px;
  text-align: center;
  color: #364904;
  font-weight: bold;
} */
.da-common-btn{
  color: #364904 !important;
  font-weight: 600;
}
.heading-width{
  width: 50%;
  margin: auto;
}
.arrow-btn-da{
  padding-left: 10px;
}
.products-heading{
  text-align: center;
  margin-bottom: 2rem;
}
.locations ul  {
  padding-left: 0px !important;
}
.font-color{
  padding-right: 10px;
}
.locations ul li {
  list-style: none;
}
/*photobanner*/
.photobanner__wrap {
  display: flex;
}
.clients-over{
  overflow: hidden;
}
.photobanner__wrap:hover .photobanner {
  animation-play-state: paused;
}
.photobanner {
  margin-top: 1rem;
  display: flex;
  animation-name: swiperAnimation;
  animation-duration: 30s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.photobanner img {
  width :180px;
  height: 180px;
  object-fit: cover;
  padding-right: 20px;
}
@keyframes swiperAnimation {
  0% {
    transform: translateX(0);
 }
  100% {
    transform: translateX(-100%);
 }
}

.about-points-space{
  padding-left: 1rem;
}

.bar-space{
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-bg{
  background: #364904;
    color: #fff;
}

.product-sub-heading{

}
.da-headings p {
  margin-left: 15px;
  margin-bottom: 0px;
}
.mission-content{
  display: flex;
  justify-content: center;
  align-items: center;
}
.icons-img img{
  width: 65px;
}
.icons-img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}



.dropdown:hover .dropdown-menu {
  display: block;
  background: #000000;
  border: 1px solid transparent;
  border-radius: 0px;
  margin-left: -17px;
  margin-top: 0px;
}


/* timeline css */

.turnover{
  padding-top: 100px;
  padding-bottom: 100px;
}





.timeline-ul {
  --col-gap: 2rem;
  --row-gap: 2rem;
  --line-w: 0.25rem;
  display: grid;
  grid-template-columns: var(--line-w) 1fr;
  grid-auto-columns: max-content;
  column-gap: var(--col-gap);
  list-style: none;
  width: min(60rem, 90%);
  margin-inline: auto;
}

/* line */
.timeline-ul::before {
  content: "";
  grid-column: 1;
  grid-row: 1 / span 20;
  background: rgb(225, 225, 225);
  border-radius: calc(var(--line-w) / 2);
}

/* columns*/

/* row gaps */
.timeline-ul li:not(:last-child) {
  margin-bottom: var(--row-gap);
}

/* card */
.timeline-ul li {
  grid-column: 2;
  --inlineP: 1.5rem;
  margin-inline: var(--inlineP);
  grid-row: span 2;
  display: grid;
  grid-template-rows: min-content min-content min-content;
}

/* date */
.timeline-ul li .date {
  --dateH: 3rem;
  height: var(--dateH);
  margin-inline: calc(var(--inlineP) * -1);

  text-align: center;
  background-color: var(--accent-color);

  color: white;
  font-size: 1.25rem;
  font-weight: 700;

  display: grid;
  place-content: center;
  position: relative;

  border-radius: calc(var(--dateH) / 2) 0 0 calc(var(--dateH) / 2);
}

/* date flap */
.timeline-ul li .date::before {
  content: "";
  width: var(--inlineP);
  aspect-ratio: 1;
  background: var(--accent-color);
  background-image: linear-gradient(rgba(0, 0, 0, 0.2) 100%, transparent);
  position: absolute;
  top: 100%;

  clip-path: polygon(0 0, 100% 0, 0 100%);
  right: 0;
}

/* circle */
.timeline-ul li .date::after {
  content: "";
  position: absolute;
  width: 2rem;
  aspect-ratio: 1;
  background: var(--bgColor);
  border: 0.3rem solid var(--accent-color);
  border-radius: 50%;
  top: 50%;

  transform: translate(50%, -50%);
  right: calc(100% + var(--col-gap) + var(--line-w) / 2);
}

/* title descr */
.timeline-ul li .title,
.timeline-ul li .descr {
  background: var(--bgColor);
  position: relative;
  padding-inline: 1.5rem;
}
.timeline-ul li .title,
.timeline-ul li .descr-1 {
  background: var(--bgColor);
  position: relative;
  padding-inline: 1.5rem;
  font-weight: 500;
    font-size: 16px;
}
.timeline-ul li .title {
  overflow: hidden;
  padding-block-start: 1.5rem;
  padding-block-end: 1rem;
  font-weight: 600;
}
.timeline-ul li .descr {
  padding-block-end: 1.5rem;
  font-weight: 300;
}

/* shadows */
.timeline-ul li .title::before,
.timeline-ul li .descr::before {
  content: "";
  position: absolute;
  width: 90%;
  height: 5px;
  /* background: rgba(0, 0, 0, 0.3); */
  left: 50%;
  /* border-radius: 50%; */
  /* filter: blur(4px); */
  transform: translate(-50%, 50%);
  border-bottom: 1px solid #d5d5d5;
}
.timeline-ul li .title::before {
  bottom: calc(100% + 0.125rem);
}

.timeline-ul li .descr::before {
  z-index: -1;
  bottom: 0.25rem;
}

.pdf-content a {
  display: block;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  padding: 1rem;
  background: #364904;
  width: 100%;
  border: 1px solid #364904;
  text-decoration: unset;
}

.pdf-content a i {
  float: right;
}
.timeline-line-heading{
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;
}
.certi-banner{
  height: 400px;
  background-image: url("../images/xd/certi-banner.jpg");
  background-size: cover;
  background-position: center;
  content: "";
  position: relative;
}

@media (min-width: 40rem) {
.timeline-ul {
    grid-template-columns: 1fr var(--line-w) 1fr;
  }
.timeline-ul::before {
    grid-column: 2;
  }
.timeline-ul li:nth-child(odd) {
    grid-column: 1;
  }
.timeline-ul li:nth-child(even) {
    grid-column: 3;
  }

  /* start second card */
.timeline-ul li:nth-child(2) {
    grid-row: 2/4;
  }

.timeline-ul li:nth-child(odd) .date::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    left: 0;
  }

.timeline-ul li:nth-child(odd) .date::after {
    transform: translate(-50%, -50%);
    left: calc(100% + var(--col-gap) + var(--line-w) / 2);
  }
.timeline-ul li:nth-child(odd) .date {
    border-radius: 0 calc(var(--dateH) / 2) calc(var(--dateH) / 2) 0;
  }
}

.credits {
  margin-top: 1rem;
  text-align: right;
}
.credits a {
  color: var(--color);
}
/* end timeline css */
.certi-logo img {
  width: 120px;

}
.certi-logo{
  text-align: end;
}


/* start chart */





/* .wrapper{
  width:80%;
  display:block;
  overflow:hidden;
  margin:0 auto;
  padding: 20px;
  background:#fff;
  border-radius:4px;
} */

canvas{
  background:#fff;
  height:400px;
}








.chart--section {
  margin: 2rem auto;
  width: 100%;
  max-width: 768px;
}
.chart--section .chart--wrap {
  margin: auto;
  padding: 0 1rem;
  width: calc(100% - 2rem);
}
.chart--section .chart--wrap svg {
  margin-top: 1rem;
}
.chart--section .chart--wrap svg .y-axis, .chart--section .chart--wrap svg .x-axis {
  font-size: 0.75rem;
}
.chart--section .chart--wrap svg .x-axis .domain {
  opacity: 0;
}
.chart--section .chart--wrap svg .y-axis path {
  opacity: 0;
}
.chart--section .chart--wrap svg .y-axis .tick line {
  opacity: 0;
}
.chart--section .chart--wrap svg .grid .domain {
  opacity: 0;
}
.chart--section .chart--wrap svg .grid line {
  stroke: #999;
  stroke-dasharray: 3, 3;
}
.chart--section .chart--wrap svg .grid .tick:nth-child(2) line {
  stroke: #000;
  stroke-dasharray: none;
}
.chart--section .chart--wrap .legend {
  width: 100%;
}
.chart--section .chart--wrap .legend .legend--ul {
  padding-left: 0;
  list-style-type: none;
}
.chart--section .chart--wrap .legend .legend--ul .legend--ul-li {
  margin-right: 10px;
  float: left;
  display: flex;
  align-items: center;
}
.chart--section .chart--wrap .legend .legend--ul .legend--ul-li .legend--span-line {
  margin-right: 5px;
  width: 20px;
  height: 2.5px;
  display: block;
}
.chart--section .chart--wrap .legend .legend--ul .legend--ul-li .legend--span-label {
  font-size: 0.875rem;
  font-family: sans-serif;
}

/* end chart */
/* bar chart */
/* .barchart-Wrapper {
  display: table;
  position: relative;
  margin: 20px 0;
  height: 320px;

}
.barChart-Container {
  display: table-cell;
  width: 98%;
  height: 100%;
  padding-left: 15px;
}
.barchart {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}
.barchart-Col {
  position: relative;
  vertical-align: bottom;
  display: table-cell;
  height: 100%;
}
.barchart-Col + .barchart-Col {
  border-left: 4px solid transparent;
}
.barchart-Bar {
  background: tomato;
  position: relative;
  height: 0;
  transition: height 0.5s 2s;
}
.barchart-Bar:after {
  content: attr(attr-height);
  color: white;
  position: absolute;
  text-align: center;
  width: 100%;
}
.barchart-BarFooter {
  position: absolute;
  text-align: center;
  height: 10%;
  width: 100%;
}
.barchart-TimeCol {
  position: absolute;
  top: 0;
  width: 2%;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
}
.barchart-Time {
  height: 10%;
  vertical-align: middle;
  position: relative;
}
.barchart-Time:first-child .barchart-TimeText {
  top: -3px;
}
.barchart-Time:last-child .barchart-TimeText {
  top: -12px;
}
.barchart-Time:after {
  border-bottom: 1px dashed #ccc;
  content: "";
  position: absolute;
  width: 10000%;
  left: 0;
  top: 0em;
}
.barchart-Time:last-child:after {
  border-bottom: none;
}
.barchart-TimeText {
  position: absolute;
  top: -7px;
  z-index: 1;
  background: white;
  padding-right: 5px;
}
.lt-ie9 .barchart-TimeText {
  top: -3px !important;
} */














@media (min-width:1400px) {
  .product-sub-heading{
    font-size: 20px;
  }
}
@media (min-width:1200px) and (max-width:1399px)
{
  .product-sub-heading{
    font-size: 18px;
  }
}


@media (min-width : 992px) and (max-width:1199px){
  .about-image-2 {
    position: absolute;
    top: 200px;
    left: 125px;
    border: 15px solid #fff;
}
.countdown-text {
  padding: 50px;
}
.countdown-text h2{
  font-size: 20px;
}
.countdown-text p{
  font-size: 15px;
}
}
@media (max-width:991px){
  .turnover{
    padding-top: 0px;
    padding-bottom: 0px;
  }
  
  .about-image-1 {
    position: unset;
    top: 0;
    left: 0;
}
.about-image-2 {
  position: absolute;
  top: 100px;
  left: 180px;
  display: none;
  border: 15px solid #fff;
}
.desktop-view{
  display: none;
}
.mobile-view{
  display: block;
}
.products-border {
  border: 0px solid;
  font-size: 30px;
  padding-bottom: 1;
  color: #888405;
  font-weight: 400;
  width: 100%;
  text-align: center;
}
.flex-md-nowrap {
display: grid !important;
}
}

@media (max-width: 768px) {
  .da-headings {
    font-weight: 500;
    font-size: 22px;
    /* text-align: center; */
}
  .timeline-line-heading {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    /* margin-top: 1rem; */
}
  .about-image-1 {
    position: unset;
    top: 0;
    left: 0;
}

  .home-product-heading {
    text-align: center;
    font-size: 20px;
    margin-top: 1rem;
}
  .project-bg {
    padding-top: 0px;
    padding-bottom: 20px;
}
  .contact-strip {
    background-color: #364904;
    color: #fff;
    font-size: 13px;
}
  .social-icon-header {
   
    display: none !important;
}
  .testimonial-padding {
    padding-left: 20px;
    padding-right: 20px;
}
.banner-content{
  width: 100%;
}
.testimonial-text {
  font-size: 15px;
  line-height: 25px;
  color: #575656;
  display: flex;
  text-align: center;
}
.countdown-text {
  padding: 25px;
}
  .ad-section-bg{ 
    padding: 20px;
  }
  .blog-section{ 
    margin: 0px 5px;
  }
  .about-text-section{
    /* margin-top: 400px; */
    padding-left:15px;
    
  }
  .about-section{
    padding-bottom: 0px;
    padding-top: 0px;
  }
  .email-strip{
    padding: 0px !important;
  }
  .navbar .navbar-nav .nav-link {
    padding:0px;
    background-color: #fff;
    
  }
  .banner-bottom{
    padding-top: 130px;
    
}
.banner-bottom-section{
  padding-bottom: 0px;
  padding-top: 0px;
}
.icon-bg{
  padding:20px
}
.footer{
  text-align: center;
}
.banner .banner-1 .banner-1{
  height: 100%;
}

}
