.header-section .menutop-wrapper .menutop-right a:hover {
  background: #5ab107;
}
.section-gap {
  padding: 50px 0px;
}
.text-justify {
  text-align: justify;
}
.text-color-green{
  color: #63c405;
}

.footer-section .copyright-text {
  padding-top: 100px;
  color: #fff;
  margin-top: 40px;
  border-top: 1px solid #f4f4f43d;
  padding-top: 10px;
  margin-bottom: 10px;
}
.footer-section.relative.section-gap-top {
  padding-top: 60px;
}

.footer-section .single-footer-widget .social-links li {
  display: inline-block;
  margin-right: 8px;
  background: #fff;
  color: #63c405;
  /* padding: 8px 10px; */
  border-radius: 50%;
  width: 35px;
  height: 35px;
}
.single-contact-details{
  height: 100%;
}
.single-contact-details i {
  color: #63c405;
}
.service-banner {
  background: url(../img/banner-img/contact-banner.jpg) !important;
}
.contact-banner {
  background: url(../img/banner-img/contact-banner.jpg) !important;
}
.product-banner {
  background: url(../img/banner-img/product-banner.jpg) !important;
}
.footer-section .single-footer-widget .social-links li a {
  color: #63c405;
  padding: 0 !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.welcome-text{
  font-size: 18px;color: #63c405;
}
.tag-line {
  color: #ffffff;
    background: linear-gradient(270deg, #63c405, #001216);
    padding: 4px 30px 4px 0px;
    font-size: 12px;
    border-left: 0px;
    font-weight: 600;
    border-radius: 9px;
    line-height: 30px;
    text-shadow: 2px 2px #0000008c;
}
.tag-line .icofont-globe-alt {
  font-size: 25px;
  /* background: #929700; */
  color: #6ad305;
  /* padding: 6px; */
  border-radius: 50%;
}
.productImg{
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0px 10px 10px -3px rgba(0, 0, 0, 0.1);
}
.productImgTxt{
  font-weight: 600;
  font-size: 16px;
}
.product-list .product-box {
  position: relative;
  -webkit-border-radius: 10px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 10px;
  -moz-background-clip: padding;
  border-radius: 10px;
  background-clip: padding-box;
  margin-bottom: 30px;
  height: 355px;
}

.product-list .product-box .photo {
  display: block;
  position: relative;
  -webkit-border-radius: 10px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 10px;
  -moz-background-clip: padding;
  border-radius: 10px;
  background-clip: padding-box;
  height: 100%;
}

.product-list .product-box .photo:before {
  content: "";
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.75) 50%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.75) 50%
  );
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 70%, #000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  position: absolute;
  -webkit-border-radius: 10px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 10px;
  -moz-background-clip: padding;
  border-radius: 10px;
  background-clip: padding-box;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  zoom: 1;
  filter: alpha(opacity=70);
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.product-list .product-box .photo:hover:before {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.product-list .product-box .photo img {
  -webkit-border-radius: 10px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 10px;
  -moz-background-clip: padding;
  border-radius: 10px;
  background-clip: padding-box;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-list .product-box .photo .header {
  font-weight: 900;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.product-list .product-box .photo .header {
  color: #fff;
  position: absolute;
  left: 30px;
  bottom: 40px;
  margin: 0;
  text-align: left;
  line-height: 1em;
}

.products-list .product-box-l{
  height: 160px;
}
.products-list .product-box-l.carpet{
  height: 120px;
  box-shadow: 0px 10px 10px -3px rgba(0, 0, 0, 0.1);
}
.products-list .product-box-l img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.products-list .product-box-p {
  height: 325px;
}
.products-list .product-box-p.carpet {
  height: 245px;
  box-shadow:0px 10px 10px -3px rgba(0, 0, 0, 0.1);
}
.products-list .product-box-p img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pro-w-50{
  width: 50%;
  flex: 0 0 auto;
}
.pro-pad-l-5{
  padding-left: 5px;
}
.whatsapp {
  position: fixed;
  width: 50px;
  height: 50px;
  display: flex;
  bottom: 70px;
  right: 20px;
  padding-top: 0;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  z-index: 10000;
  align-items: center;
  justify-content: center;
}

.cus-mb-5 {
  margin-bottom: 5px !important;
}
.mb-10{
  margin-bottom: 10px;
}

.mb-40 {
  margin-bottom: 40px;
}
.obj-contain{
  object-fit: contain !important;
}
.category-box {
  border: 1px solid lightgray;
  background: #63c405;
  color: #ffffff;
  border-radius: 0px 5px 5px 0px;
  /* box-shadow: rgb(0 0 0 / 20%) 0px 1px 3px; */
  position: relative;
  margin-right: 50px;
}
.category-box img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 20% 20% 20% 20%;
  position: absolute;
  top: -24px;
  left: -20px;
  box-shadow: rgba(0 0 0/14%) 0px 2px 4px 1px;
  /* border: 4px solid #141f4e; */
}
.category-box span {
  font-weight: 600;
  padding-left: 50px;
  width: 170px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 60px;
  display: inline-block;
}

.products-list .catrgory-name p {
  font-weight: 600;
  font-size: 20px;
}
.product-box {
  border: 1px solid lightgray;
  text-align: center;
  background: white;
  border-radius: 5px;
  margin-bottom: 20px;
  position: relative;
}
.product-box img {
  border-radius: 5px;
  height: 140px;
  width: 100%;
  object-fit: scale-down;
  padding: 0px 5px;
}
.product-box img,
.product-box p {
  margin-bottom: 20px;
}
.section-title-wrap h1,
.about-section h1,
.info-section .info-right h1{
  color: #000 !important;
}



.dt-sc-button.filled.fully-rounded-corner.filled.with-shadow {
  font-size: 16px;
  padding: 15px 36px;
  border-radius: 50px;
  color: #fff;
  box-shadow: 0px 22px 29px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 22px 29px 0px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0px 22px 29px 0px rgba(0,0,0,0.2);
}

.dt-sc-button.filled{
  background-color: #63c405;
}

.dt-sc-button.with-shadow {
  box-shadow: 0 22px 29px 0 rgba(0,0,0,.2);
  -moz-box-shadow: 0 22px 29px 0 rgba(0,0,0,.2);
  -webkit-box-shadow: 0 22px 29px 0 rgba(0,0,0,.2);
}

.dt-sc-button.filled.fully-rounded-corner.filled.with-shadow:hover {
  color: #fff;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.dt-sc-button.filled:hover{
  background-color: #4d9b01;
}
.mb-40{
  margin-bottom:40px !important;
}

.animated-twin-lines {
  width: 100%;
  height: auto;
  margin: auto auto 45px;
  float: none;
  display: inline-block;
  position: relative;
  text-align: center;
  padding-bottom: 15px;
}
.animated-twin-lines:before{
  background-color: #dfe625;
}
.animated-twin-lines:before {
  animation: clip-one 1s linear infinite;
  -moz-animation: clip-one 1s linear infinite;
  -ms-animation: clip-one 1s linear infinite;
  -webkit-animation: clip-one 1s linear infinite;
  bottom: -2px;
}
.animated-twin-lines:after, .animated-twin-lines:before {
  left: 0;
  right: 0;
  margin: 0 auto;
  content: '';
  display: block;
  position: absolute;
  width: 50px;
  height: 3px;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -o-transition: all .3s linear;
  -ms-transition: all .3s linear;
  transition: all .3s linear;
  -ms-animation-delay: 1s;
  
}
.about-us-img {
  height: 450px;
  object-fit: cover;
}

.team-box{
  background: linear-gradient(45deg, whitesmoke, #d7ffb1);
  padding: 20px;
}
.no-margin-l-r{
  margin-left: 0px;
  margin-right: 0px;
}
.management-item {
  /* box-shadow: rgb(0 0 0 / 10%) 0px 5px 10px; */
  border-radius: 5px;
  cursor: pointer;
  background: #fff;
}
.founder-stmt{
    padding-top: 3.5rem; 
    padding-left:1.5rem;
    padding-right:1.5rem;
    position: relative;
}
.founder-stmt::before {
  content: "";
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIxLjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6IzgwODlGRjt9Cjwvc3R5bGU+CjxnIGlkPSJRdW90ZW1hcmtzLWxlZnQiPgoJPHBhdGggY2xhc3M9InN0MCIgZD0iTTQwNSwyMDkuOGMtMS0xMS4xLTAuMi00MS41LDI4LjgtODMuNmMyLjItMy4yLDEuOC03LjUtMC45LTEwLjJjLTExLjgtMTEuOC0xOS4yLTE5LjMtMjQuMy0yNC41CgkJYy02LjgtNi45LTkuOC0xMC0xNC40LTE0LjFjLTMtMi43LTcuNi0yLjgtMTAuNi0wLjFjLTUwLjYsNDQtMTA2LjgsMTM1LTk4LjcsMjQ2LjVjNC44LDY1LjUsNTIuNSwxMTMsMTEzLjUsMTEzCgkJYzYyLjYsMCwxMTMuNS01MC45LDExMy41LTExMy41QzUxMiwyNjIuOCw0NjQuNiwyMTMuMiw0MDUsMjA5Ljh6Ii8+Cgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTIwLjksMjA5LjhjLTEtMTEuMS0wLjMtNDEuNCwyOC44LTgzLjZjMi4yLTMuMiwxLjgtNy41LTAuOS0xMC4yYy0xMS44LTExLjgtMTkuMS0xOS4zLTI0LjMtMjQuNQoJCWMtNi44LTYuOS05LjktMTAuMS0xNC40LTE0LjJjLTMtMi43LTcuNi0yLjctMTAuNi0wLjFjLTUwLjYsNDQtMTA2LjgsMTM1LTk4LjcsMjQ2LjV2MGM0LjgsNjUuNCw1Mi41LDExMywxMTMuNSwxMTMKCQljNjIuNiwwLDExMy41LTUwLjksMTEzLjUtMTEzLjVDMjI3LjksMjYyLjgsMTgwLjUsMjEzLjIsMTIwLjksMjA5Ljh6Ii8+CjwvZz4KPC9zdmc+Cg==");
  background-size: cover;
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0.75rem;
  left: 1rem;
  opacity: 0.2;
}
.founder-stmt::after {
  content: "";
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIxLjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6IzgwODlGRjt9Cjwvc3R5bGU+CjxnIGlkPSJRdW90ZW1hcmtzLWxlZnQiPgoJPHBhdGggY2xhc3M9InN0MCIgZD0iTTQwNSwyMDkuOGMtMS0xMS4xLTAuMi00MS41LDI4LjgtODMuNmMyLjItMy4yLDEuOC03LjUtMC45LTEwLjJjLTExLjgtMTEuOC0xOS4yLTE5LjMtMjQuMy0yNC41CgkJYy02LjgtNi45LTkuOC0xMC0xNC40LTE0LjFjLTMtMi43LTcuNi0yLjgtMTAuNi0wLjFjLTUwLjYsNDQtMTA2LjgsMTM1LTk4LjcsMjQ2LjVjNC44LDY1LjUsNTIuNSwxMTMsMTEzLjUsMTEzCgkJYzYyLjYsMCwxMTMuNS01MC45LDExMy41LTExMy41QzUxMiwyNjIuOCw0NjQuNiwyMTMuMiw0MDUsMjA5Ljh6Ii8+Cgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTIwLjksMjA5LjhjLTEtMTEuMS0wLjMtNDEuNCwyOC44LTgzLjZjMi4yLTMuMiwxLjgtNy41LTAuOS0xMC4yYy0xMS44LTExLjgtMTkuMS0xOS4zLTI0LjMtMjQuNQoJCWMtNi44LTYuOS05LjktMTAuMS0xNC40LTE0LjJjLTMtMi43LTcuNi0yLjctMTAuNi0wLjFjLTUwLjYsNDQtMTA2LjgsMTM1LTk4LjcsMjQ2LjV2MGM0LjgsNjUuNCw1Mi41LDExMywxMTMuNSwxMTMKCQljNjIuNiwwLDExMy41LTUwLjksMTEzLjUtMTEzLjVDMjI3LjksMjYyLjgsMTgwLjUsMjEzLjIsMTIwLjksMjA5Ljh6Ii8+CjwvZz4KPC9zdmc+Cg==);
  background-size: cover;
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: -1rem;
  right: 1rem;
  opacity: 0.2;
  transform: rotate(182deg);
}
.founder-stmt{
  text-align: justify;
}
.founder-name {
  padding: 0 15px 15px 1.5rem;
  font-style: italic;
}
.founder-content-box{
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.mngmt-id {
  width: 100%;
  height: 260px;
  overflow: hidden;
}
.mngmt-id img {
  width: 100%;
  object-fit: cover;
  border-radius: 5px 5px 0 0;
  transition: 1s all ease-in-out;
}
.management-item h3 {
  color: #fcfdff;
  padding: 8px 10px;
  text-align: center;
  font-size: 17px;
  font-weight: 500;
  background: linear-gradient(333deg, #63c405, #4b9504);
  margin-bottom: 0px;
}
.management-item p{
  text-align: center;
  padding-bottom:3px !important;
  font-weight: 600;
  color: #63c405;
  font-size: 14px;
  padding-top:2px ;
  margin-bottom: 0px;
}

.animated-twin-lines:after {
  animation: clip-two 1.5s linear infinite;
  -moz-animation: clip-two 1.5s linear infinite;
  -ms-animation: clip-two 1.5s linear infinite;
  -webkit-animation: clip-two 1.5s linear infinite;
  bottom: 2px;
}
.animated-twin-lines:after{
  background-color: #54b904;
}
@keyframes clip-one {
  0%, 100% {
      width: 50px
  }
  25% {
      width: 20px
  }
  50% {
      width: 40px
  }
  75% {
      width: 25px
  }
}

@-webkit-keyframes clip-one {
  0%, 100% {
      width: 50px
  }
  25% {
      width: 20px
  }
  50% {
      width: 40px
  }
  75% {
      width: 25px
  }
}

@keyframes clip-two {
  0%, 100% {
      width: 50px
  }
  25% {
      width: 35px
  }
  50% {
      width: 15px
  }
  75% {
      width: 40px
  }
}

@-moz-keyframes clip-two {
  0%, 100% {
      width: 50px
  }
  25% {
      width: 35px
  }
  50% {
      width: 15px
  }
  75% {
      width: 40px
  }
}

.vision-mission-box {
  box-shadow: 0px 30px 60px 0px rgba(0,0,0,0.1);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 60px 40px 40px 40px;
  min-height: 260px;
  position: relative;
}

.vision-mission-box h1{
  margin-bottom: 15px;
  color: #000;
}

.vision-mission-box::before {
  content: "";
  width: 70px;
  height: 70px;
  border-left: 6px solid #63c405;
  border-top: 6px solid #63c405;
  position: absolute;
  top: -3px;
  border-radius: 0px 0px;
  /* left: 90px; */
  left: -3px;
}

.vision-mission-box::after {
  content: "";
  width: 70px;
  height: 70px;
  border-right: 6px solid #63c405;
  border-bottom: 6px solid #63c405;
  position: absolute;
  bottom: -3px;
  border-radius: 0px 0px;
  /* left: 90px; */
  right: -3px;
}

.mr-5px{
  margin-right:5px;
}
.ml-5px{
  margin-left:5px;
}
.pad-0-mlr-5{
  padding: 0 0px;
  margin: 0 -5px;
}

@media (max-width: 600px){
  .carousel-item .slide-box.s1{
    background-position: right;
  }
  .carousel-item .bg{
    width: 90%;
  }
  .carousel-item .details{
    padding: 5rem 0rem 0rem 4rem !important;
  }
.pad-0-mlr-5{
  padding: 0 15px;
  margin: 0;
}

  .management-item{
    margin-bottom: 15px;
  }
  .mngmt-id{
    height: 360px;
  }
  .p-list,.vision-mission-box{
    margin-bottom: 20px;
  }
  .founder-stmt{
    padding-left: 0px;
    padding-right: 0px;
  }
  .founder-stmt::before{
    left: 0;
  }
  .founder-stmt::after{
    right: 0;
  }
  .founder-name{
    /* padding:15px 0px; */
    font-size: 14px;
  }
}

.category-item {
  padding: 8px;
  text-align: center;
  margin-right: 10px;
  background: linear-gradient(45deg, #c9ff95, #ebfbdc);
  width: 120px;
}
.category-item a{
  display: block;
}
.category-item img {
  background: #fff none repeat scroll 0 0;
  border-radius: 50px;
  box-shadow: 0 0 2px #ccc;
  height: 70px;
  margin: 1px 0 8px;
  /* object-fit: scale-down; */
  object-fit: cover;
  padding: 2px;
  transform: scale(1);
  transition-duration: 0.4s;
  width: 70px;
}
.category-item h6 {
  font-size: 11px;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #3d6200;
}
.product-box p {
  background: #88e434;
  margin-bottom: 0px;
  color: #fff;
  font-weight: 500;
  padding: 2px 0px;
  font-size: 14px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  /* padding-left: 10px; */
}
.no-pad{
  padding:0px !important;
}


.section-padding {
  padding: 80px 0;
}

.section-title {
  text-align: center;
  margin-bottom: 60px;
}

.section-borders span {
  height: 5px;
  background: #6aaf08;
  width: 40px;
  display: inline-block;
  border-radius: 2px;
}

.section-borders span.black-border {
  background: #333;
  width: 30px;
  margin: 0 6px;

}

.client-testimonial-carousel .owl-dots button {
  height: 5px;
  background: #6aaf08 !important;
  width: 20px;
  display: inline-block;
  margin: 5px;
  transition: .2s;
  border-radius: 2px;
}

.client-testimonial-carousel button.owl-dot.active {
  background: #000 !important;
  width: 30px;
}

.client-testimonial-carousel .owl-dots {
  text-align: center;
  margin-top: 25px
}

.single-testimonial-item {
  position: relative;
  box-shadow: 0 0 2px #dadfd3;
  margin: 2px;
  padding: 20px;
  /* padding-left: 85px; */
}

.single-testimonial-item p{
  text-align: justify;
  height:180px
}

.single-testimonial-item h3 {
  font-size: 20px;
  font-style: normal;
  margin-bottom: 0;
}

.single-testimonial-item h3 span {
  display: block;
  font-size: 12px;
  font-weight: normal;
  margin-top: 5px;
}