/* Slider
-------------------------------------------------- */
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 10px;
  height: 10px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fc6d26;
  background-clip: padding-box;
  border: 0;
  border-radius:5px;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
	width: 25px;
	background-color: #fc6d26;
	opacity: 1;
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}


.carousel-control-prev {
  left: 5px;
}

.carousel-control-next {
  right: 5px;
}
.carousel-control-prev .fa,
.carousel-control-next .fa {
  display: inline-block;
  color:#fc6d26;
  font-size:2em;
  border-radius:50%;
  width:60px;
  height:60px;
  line-height:60px;
  background:rgba(255,255,255,0.25);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}
.carousel-control-prev:hover .fa,
.carousel-control-next:hover .fa {
  background:rgba(255,255,255,0.95);
}



/* Carousel 1 base class */
.wodepress-carousel {
	
}
.wodepress-carousel #wodepress-carousel .carousel-item {
  height: 70vh;
}

.wodepress-carousel #wodepress-carousel .carousel-caption {
  position: absolute;
  top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	
   width:100%;
   height:auto;

}
.wodepress-carousel #wodepress-carousel .carousel-item img {
	max-width: 100%;
	width:100%;
	height:100%;
	object-fit: cover;
}
.wodepress-carousel #wodepress-carousel .carousel-caption h2{
	position: relative;
	color:#fff;
	margin-bottom:30px;
}

.wodepress-carousel #wodepress-carousel .carousel-caption h2::after {
  position: absolute;
  content: "";
  bottom: -20px;
  left: calc(0% - 0px);
  width: 60px;
  height: 3px;
  opacity: 1;
  background: #fc6d26;
  transition: all 0.4s ease-in-out;
}
.wodepress-carousel #wodepress-carousel .carousel-caption p{
	color:#fff;
}




@media (min-width: 576px) {


}

@media (min-width: 768px) {
.carousel-control-prev,
.carousel-control-next {
  width: 10%;
}
.wodepress-carousel #wodepress-carousel .carousel-item {
  height: 75vh;
}

}


@media (min-width: 992px) {
.wodepress-carousel #wodepress-carousel .carousel-item {
  height: 60vh;
}
}
@media (min-width: 1200px) {
.carousel-control-prev,
.carousel-control-next {
  width: 5%;
}
.wodepress-carousel #wodepress-carousel .carousel-item {
 height: 70vh;
}
}
@media (min-width: 1400px) {
.wodepress-carousel #wodepress-carousel .carousel-item {
  height: calc(75vh - 0rem);
}
}


/*===============================
Product-single-gallery
================================*/
.product-single-gallery  {

}

.product-single-gallery .product-active {
  margin-bottom: 10px;
}

.product-single-gallery .product-active .owl-prev,
.product-single-gallery .product-active .owl-next {
  display: none;
}

.product-single-gallery .product-active img.zoomImg {
  -webkit-transform: all .3s ease-in-out;
          transform: all .3s ease-in-out;
}
.product-single-gallery .product-thumbnil-active {
 
}

.product-single-gallery .owl-nav i.fa {
  width: 40px;
  height: 40px;
  line-height: 40px;
  z-index: 10;
  border-radius: 5px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background: rgba(255,255,255,0.75);
  font-size:1.5rem;
  color: #fc6d26;
}
.product-single-gallery .owl-nav [class*=owl-] {
  position: absolute;
  left: 10px;
  top: calc(50% - 0px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
}
.product-single-gallery .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: 10px;
}
.product-single-gallery:hover .owl-nav [class*=owl-] {
  opacity: 1;
  visibility: visible;
}

.product-specifications {
	border:solid 0px #f8f9fa;
	
}
.product-specifications p {
	margin:0px;
	padding:10px;
	color:#333;
}
.product-specifications > :nth-child(odd) {
  background-color: #fff; 
}
.product-specifications > :nth-child(even) {
  background-color: #f8f9fa; 
}
 

/* index-about
-------------------------------------------------- */

.index-about {
  background: url() no-repeat left bottom;
}


/* owl-carousel-about
-------------------------------------------------- */
.owl-carousel-about {
  position: relative;
  width:100%;


}


.owl-carousel-about .item{
 
}

.owl-carousel-about .item img{

	width: 100%;
	height:100%;

	
}




@media (max-width: 767px) {
.owl-carousel-about .item img{
	
}
}

.owl-carousel-about .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}



.owl-carousel-about .owl-nav .owl-next span,
.owl-carousel-about .owl-nav .owl-prev span{
  display: inline-block;
  font-size:2em;
  border:solid 2px #fc6d26;
  border-radius:50%;
  width:1.725em;
  height:1.725em;
  line-height:1.5em;
  background:none;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
  outline: none;
  margin:0px 10px 0px 10px;
  color: #fc6d26;
  }


.owl-carousel-about .owl-nav .owl-next span:hover,.owl-carousel-about .owl-nav .owl-prev span:hover {
  background:#fc6d26;
  color: #fff;
}




.owl-carousel-about .owl-dots {
	position: absolute;
	bottom:1rem;
	left:calc(1rem - 0rem);
	text-align:center;

   
}
.owl-carousel-about .owl-dots .owl-dot {
	display:inline-block;
	zoom:1;
	outline: none;
}
.owl-carousel-about .owl-dots .owl-dot span {
	width:10px;
	height:10px;
	margin:0px 5px;
	background:#D6D6D6;
	display:block;
	-webkit-backface-visibility:visible;
	transition:opacity .2s ease;
	border-radius:50%;
}
.owl-carousel-about .owl-dots .owl-dot.active span,.owl-carousel-about .owl-dots .owl-dot:hover span {
	background:#fc6d26;

}



.index-bg-about {
	background: #f8f9fa;
	background-size: cover;
    background-attachment:fixed;
	position: relative;
    z-index: 1;
	color:#fff;
}
.index-bg-about:before {
  position: absolute;
  left: 0;
  top: 0;
  right:0;
  width:100%;

  height: 100%;

   transform:skew(0deg);
}
@media (min-width: 768px) {
.index-bg-about:before {
  position: absolute;

  top: 0;
  width:100%;
  left:90%;
  height: 100%;
  background: #f8f9fa;
  content: "";
  z-index: 9999;
   transform:skew(-12deg);
}
}
/* index-counter
-------------------------------------------------- */
.index-counter {
	position: relative;
}
.index-counter-bg {
  position: absolute;
  z-index:-1;
  top: 0;
  width: 100%;
  height: 50%;
}
.index-counter-bg::before {
  position: absolute;
   z-index:0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding:0px;
  margin:0px;
  content: "";
  background: #f8f9fa;
  border-bottom:solid 0px #f4f7fb;
}



.index-counter  .counter-number {
  position: relative;
  text-align:center;
}
.index-counter  .counter-number::after {
  background: #f1f2f3;
  bottom: 0;
  content: "";
  height: 50px;
  margin-top: -30px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  z-index: 1;
}

@media (max-width: 767px) {
.index-counter  .counter-number::after {
  background: #1ab2f6;
  bottom: 0;
  content: "";
  height: 50px;
  margin-top: -30px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 0px;
}
}

.index-counter .col-item:last-child .counter-number::after {
  width: 0px;
}

.index-counter  .counter-number h1{
	font-size:3.25em;
}
.index-counter .col-item:nth-child(1) .counter-number h1{
	color:#00cde5;
}
.index-counter .col-item:nth-child(2) .counter-number h1{
	color:#ff5e5e;
}
.index-counter .col-item:nth-child(3) .counter-number h1{
	color:#5bb286;
}
.index-counter .col-item:nth-child(4) .counter-number h1{
	color:#f9b73f;
}
.index-counter .col-item:nth-child(5) .counter-number h1{
	color:#6177ff;
}
.index-counter .col-item:nth-child(6) .counter-number h1{
	color:#b540ff;
}
.index-counter  .counter-number p{
    margin-top:0px;
	
	color:#848484;
}





/*======= index-product =========*/

.index-product {
	
}
.index-product .filter-button{
	background:#f8f9fa;
	border:solid 1px #f8f9fa;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:15px;
}

.index-product .filter-button:hover{
	background: linear-gradient(45deg,rgba(0,162,233,0.95),rgba(93,211,29,0.95));
	color:#fff;

}

.index-product .filter-button.active {
	background: linear-gradient(45deg,rgba(0,162,233,0.95),rgba(93,211,29,0.95));
	color:#fff;
}
.index-product .filter-button:focus {
	background: linear-gradient(45deg,rgba(0,162,233,0.95),rgba(93,211,29,0.95));
	color:#fff;
}


.index-product .filter-item {
    
}



.index-product {

}
.index-product .nav-item{
	
}


.index-product .nav-item .nav-link{
	
	color:#fc6d26;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:15px;
	border:solid 1px #fc6d26;
}
.index-product .nav-item .nav-link.active{
	background:#fc6d26;
	color:#fff;
}
.index-product .tab-pane {
	transition:.25s;
}

/* single-case-excerpt
-------------------------------------------------- */
.index-product .tab-content-excerpt {
	background:#fff;
	position: relative;
	width:calc(100% + 0px);
	left:0px;
	margin-top:30px;
}
@media (min-width: 992px) {
.index-product .tab-content-excerpt {
	width:calc(100% + 5rem);
	left:-5rem;
	margin-top:0px;
}
}


.index-case-tabs {
	
}
.index-case-tabs .nav{
	
}
.index-case-tabs .nav-pills{

	border:solid 0px #fc6d26;

}
.index-case-tabs .nav-tab-link{
    background:#fc6d26;
	border-top:solid 0px #fc6d26;
	color:#fff;
	border-radius: 0rem;
    padding:10px;
	text-align:center;
	width:100%;
	height:251px;
}
.index-case-tabs .nav-tab-link.active{
	background:#fc6d26;
	border-top:solid 0px #fff;
}
.index-case-tabs .nav-tab-link h3{
	
	font-style: italic;
	color:rgba(255,255,255,.25);
}
.index-case-tabs .nav-tab-link.active h3{
	color:#fff;
}
@media (min-width: 768px) {
.index-case-tabs .nav-tab-link{
    padding:30px;
}
.index-case-tabs .nav-tab-link.active{
	position: relative;
}
.index-case-tabs .nav-tab-link.active:after{
      content: "";
  position: absolute;
  z-index:1;
  top:0px;
  left:calc(50% - 0.5rem);
  width: 0px;
  height: 0px;
  border-left: 10px solid transparent;  
  border-right: 10px solid transparent;  
  border-top: 10px solid #fff;
}
.index-case-tabs .nav-tab-link h3{
    font-size:3.5rem;
	font-weight:bold;
}
}
.index-case-tabs .tab-pane {
	transition:.25s;
}
/* owl-carousel-news
-------------------------------------------------- */
.owl-carousel-news {
	
}


.owl-carousel-news .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}



.owl-carousel-news .owl-nav .owl-next span,
.owl-carousel-news .owl-nav .owl-prev span{
  display: inline-block;
  font-size:2em;
  border:solid 2px #fc6d26;
  border-radius:50%;
  width:1.725em;
  height:1.725em;
  line-height:1.5em;
  background:none;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
  outline: none;
  margin:30px 10px 0px 10px;
  color: #fc6d26;
  }


.owl-carousel-news .owl-nav .owl-next span:hover,.owl-carousel-news .owl-nav .owl-prev span:hover {
  background:#fc6d26;
  color: #fff;
}




.owl-carousel-news .owl-dots {
	margin-top:30px;
	text-align:center;

   
}
.owl-carousel-news .owl-dots .owl-dot {
	display:inline-block;
	zoom:1;
	outline: none;
}
.owl-carousel-news .owl-dots .owl-dot span {
	width:15px;
	height:4px;
	margin:0px 5px;
	background:#D6D6D6;
	display:block;
	-webkit-backface-visibility:visible;
	transition:opacity .2s ease;
	border-radius:0px
}
.owl-carousel-news .owl-dots .owl-dot.active span,.owl-carousel-news .owl-dots .owl-dot:hover span {
	background:#fc6d26;

}




.product-tabs {
	padding:0px;

}
.product-tabs .tabs{

	border-bottom:solid 1px #dee2e6;
}
.product-tabs .nav{
	padding:0px;
}
.product-tabs .nav-pills{

	
	padding:0px;
}

.product-tabs .nav-item{

	
}
.product-tabs .nav-item .nav-link{
    color:#333;
	font-size:1.25rem;
	padding:25px 0px;

	margin-left:25px;

}

.product-tabs .nav-item .nav-link.active{
	background:none;
	color:#fc6d26;
	border-bottom:solid 3px #fc6d26;
	border-radius:0px;
	margin-bottom:-1px;
}

.product-tabs .bg-item {
	background: #f9f9f9;
	
}
.product-tabs .bg-item:hover {
	background: linear-gradient(45deg,rgba(0,162,233,0.95),rgba(93,211,29,0.95));

}
.product-tabs .bg-item:hover h5{
	color:#fff;
}
.product-tabs .bg-item:hover a{
	color:#fff;
}
.product-tabs .entry-data{
	color:#fc6d26;
	position: relative;
	
}

.product-tabs .entry-data:before {
    position: absolute;
    display: block;
    width: 2px;
    height: 90px;
	z-index:1;
    background:#fc6d26;
    top: 0%;
    left: 0%;
    content: "";
}


/*======= owl-carousel-feature =========*/


.owl-carousel-feature {
	
}
.owl-carousel-feature .item{

}


.owl-carousel-feature .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}



.owl-carousel-feature .owl-nav .owl-next span,
.owl-carousel-feature .owl-nav .owl-prev span{
  display: inline-block;
  font-size:2em;
  border:solid 2px #fc6d26;
  border-radius:50%;
  width:1.725em;
  height:1.725em;
  line-height:1.5em;
  background:none;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
  outline: none;
  margin:30px 10px 0px 10px;
  color: #fc6d26;
  }


.owl-carousel-feature .owl-nav .owl-next span:hover,.owl-carousel-feature .owl-nav .owl-prev span:hover {
  background:#fc6d26;
  color: #fff;
}




.owl-carousel-feature .owl-dots {
	margin-top:30px;
	text-align:center;
	display:none;
   
}
.owl-carousel-feature .owl-dots .owl-dot {
	display:inline-block;
	zoom:1;
	outline: none;
}
.owl-carousel-feature .owl-dots .owl-dot span {
	width:10px;
	height:10px;
	margin:5px 7px;
	background:#D6D6D6;
	display:block;
	-webkit-backface-visibility:visible;
	transition:opacity .2s ease;
	border-radius:30px
}
.owl-carousel-feature .owl-dots .owl-dot.active span,.owl-carousel-feature .owl-dots .owl-dot:hover span {
	
}

.index-features {

}
.index-features .if-item {
	width: 100%;
	height:auto;
    cursor: pointer;
 
}
.index-features .if-item .img {
       position: relative;
}
.index-features .if-item .img:after {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        font-family: 'FontAwesome';
	    content: "\f06e";
	    font-size:0rem;
        position: absolute;
		border-radius:100%;
        transition-duration: 300ms;
        transition-property: all;
		display: flex !important;
		justify-content: center !important;
		align-items: center !important;
}
.index-features .if-item:hover .img:after {
      background: rgba(0,0,0, 0.75);
	  font-size:2.5rem;
	  color:#fc6d26;

}
.index-features .if-item:hover a {
	  color: #fc6d26;
}/* CSS added on: 1672]<9+[94:4(_!,55 2025-04-15 10:24:50 */
