/* 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: #e23f30;
  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: #e23f30;
	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:#e23f30;
  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;
	background-image: linear-gradient(45deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.25));
   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: -13px;
  left: 0;
  width: 60px;
  height: 3px;
  opacity: 1;
  background: #e23f30;
  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(90vh - 0rem);
}
}
/* owl-carousel-product
-------------------------------------------------- */
.owl-carousel-product {
	
}

.owl-carousel-product .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}



.owl-carousel-product .owl-nav .owl-next span,
.owl-carousel-product .owl-nav .owl-prev span{
  display: inline-block;
  font-size:2em;
  border:solid 2px #e23f30;
  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: #e23f30;
  }


.owl-carousel-product .owl-nav .owl-next span:hover,.owl-carousel-product .owl-nav .owl-prev span:hover {
  background:#e23f30;
  color: #fff;
}




.owl-carousel-product .owl-dots {
	margin-top:30px;
	text-align:center;
	display:none;
   
}
.owl-carousel-product .owl-dots .owl-dot {
	display:inline-block;
	zoom:1;
	outline: none;
}
.owl-carousel-product .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-product .owl-dots .owl-dot.active span,.owl-carousel-product .owl-dots .owl-dot:hover span {
	
}
.owl-carousel-product .owl-item {
	transform: scale(0.95);
}
.owl-carousel-product .owl-item .ip-title {
 
}
.owl-carousel-product .owl-item img{
  width:100%;
  height:auto;
}
.owl-carousel-product .owl-item:hover .ip-title{
  background:#e23f30;
}
.owl-carousel-product .owl-item:hover .ip-title h5 a{
  color:#fff;
}
.owl-carousel-product .owl-item.center {
  transform: scale(1.1125);
}
.owl-carousel-product .owl-item.center .ip-title{
  background:#e23f30;
}
.owl-carousel-product .owl-item.center .ip-title h5 a{
  color:#fff;
}
.owl-carousel-product .owl-item.center:hover .ip-title h5 a{
  color:#fff;
}
/* index-case
-------------------------------------------------- */
.index-case-bg {
  position: absolute;
  z-index:-1;
  background: url(../images/bg-service.jpg) no-repeat center 50%;
  background-size: cover;
  background-attachment:fixed;
  top: 0;
  width: 100%;
  height: 50%;
}
.index-case-bg::before {
  position: absolute;
   z-index:0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding:0px;
  margin:0px;
  content: "";
  background: rgba(0,0,0,0.75);
  border-bottom:solid 0px #f4f7fb;
}
.index-case {

}

.index-case .is-item{
	
}

.index-case .is-item .is-item-text h5{
  
}

/* index-about
-------------------------------------------------- */



.index-about {
	overflow:hidden;
}

.index-about .img-box {
  position: relative;
 
}

.index-about .img-box img {
  max-width: 100%;
  position: relative;
  z-index: 2;
}

.index-about .img-box::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 40px;
  height: 70%;
  background-color: #e23f30;
  z-index: 1;
}
.index-about .img-box::after {
  content: "";
  position: absolute;
  top: 50%;

  right: 0px;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  width: 40px;
  height: 70%;
  background-color: #e23f30;
  z-index: 1;
}




/* index-counter
-------------------------------------------------- */
.index-counter {
  background: url(../images/bg-counter.jpg) no-repeat center 50%;
  background-size: cover;
  background-attachment:fixed;
  padding:0px;
  margin:0px;
  position: relative;
  z-index:0;
}
.index-counter::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding:0px;
  margin:0px;
  content: "";
  background: linear-gradient(to right, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.75) 50%, rgba(0,0,0,0.75) 75%);
  z-index:-1;
  border-bottom:solid 0px #f4f7fb;
}
.index-counter .number {
	position: relative;
	padding:2rem 3rem;
	font-size:7.5rem;
	font-weight:bold;
	color:#fff;
	text-align:center;
	display:inline-block;
	border:8px solid #e23f30;
	border-right:0;
}
.index-counter .number:before {
	position:absolute;
	content:'';
	right:0;
	top:0;
	width:8px;
	height:40px;
	background-color:#e23f30;
}
.index-counter .number:after {
	position:absolute;
	content:'';
	right:0;
	bottom:0;
	width:8px;
	height:40px;
	background-color:#e23f30;
}
.index-counter .number-text {
	position:relative;
	display:inline-block;
	color:#fff;
}

.index-counter  .counter-number {
  position: relative;
  text-align:center;
}


.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:#eee;
}
/*======= 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:#e23f30;
	color:#fff;

}

.index-product .filter-button.active {
	background:#e23f30;
	color:#fff;
}
.index-product .filter-button:focus {
	background:#e23f30;
	color:#fff;
}


.index-product .filter-item {
    
}



.index-product {

}
.index-product .nav-item{
	
}


.index-product .nav-item .nav-link{
	color:#e23f30;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:15px;
	border:solid 1px #e23f30;
}
.index-product .nav-item .nav-link.active{
	background:#e23f30;
	color:#fff;
}

/* 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 #e23f30;
  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: #e23f30;
  }


.owl-carousel-news .owl-nav .owl-next span:hover,.owl-carousel-news .owl-nav .owl-prev span:hover {
  background:#e23f30;
  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:#e23f30;

}
/* owl-carousel-case
-------------------------------------------------- */
.owl-carousel-case {
	
}

.owl-carousel-case .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}



.owl-carousel-case .owl-nav .owl-next span,
.owl-carousel-case .owl-nav .owl-prev span{
  display: inline-block;
  font-size:2em;
  border:solid 2px #e23f30;
  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: #e23f30;
  }


.owl-carousel-case .owl-nav .owl-next span:hover,.owl-carousel-case .owl-nav .owl-prev span:hover {
  background:#e23f30;
  color: #fff;
}




.owl-carousel-case .owl-dots {
	margin-top:30px;
	text-align:center;
	display:none;
   
}
.owl-carousel-case .owl-dots .owl-dot {
	display:inline-block;
	zoom:1;
	outline: none;
}
.owl-carousel-case .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-case .owl-dots .owl-dot.active span,.owl-carousel-case .owl-dots .owl-dot:hover span {
	
}

/*===============================
category-case-nav
================================*/

.category-case-nav {

}


.category-case-nav a.menu-item {
	background:#f8f9fa;
	border:solid 1px #f8f9fa;
	border-radius:0.375rem;

	margin-left:5px;
	margin-right:5px;
	margin-bottom:15px;
	padding:0.45rem 0.75rem;
	display: inline-block;
    vertical-align: middle;
}
.category-case-nav a.menu-item:hover {
	background:#e23f30;
	color:#fff;
}
.category-case-nav a.current-menu-item {
	
}
.category-case-nav a.current-menu-item {
	background:#e23f30;
	color:#fff;
}


/*===============================
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: #e23f30;
}
.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;
}
/* single-case-excerpt
-------------------------------------------------- */
.single-case-excerpt {
	background:#fff;
	position: relative;
	width:calc(100% + 0px);
	left:0px;
	margin-top:30px;
}
@media (min-width: 992px) {
.single-case-excerpt {
	width:calc(100% + 5rem);
	left:-5rem;
	margin-top:0px;
}
}