:root {
  --theme-color: #ff4135;
  --title-color: #103741;
  --body-color: #74787c;
  --light-color: #888888;
  --black-color: #000000;
  --white-color: #ffffff;
}

/* 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: #ff4135;
  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: #ff4135;
	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:#ff4135;
  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);
}



.bg-slider {
	background: url("../images/slider/bg-slider.png") #edf0f5 no-repeat 70% bottom;
}
.jzp-carousel-1 {

}
.jzp-carousel-1 #jzp-carousel-1 .carousel-item {
  height: 100vh;

}

.jzp-carousel-1 #jzp-carousel-1 .carousel-caption {
	position: absolute;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	width:100%;
	height:auto;
}

.jzp-carousel-1 #jzp-carousel-1 .carousel-caption h2{
  
}
.jzp-carousel-1 #jzp-carousel-1 .carousel-caption p{
	color:#333;
}



.jzp-carousel-1 #jzp-carousel-1 .carousel-item .img-border:nth-child(1) img{
	border:solid 3px #f9b73f;
}
.jzp-carousel-1 #jzp-carousel-1 .carousel-item .img-border:nth-child(2) img{
	border:solid 3px #5bb286;
}
.jzp-carousel-1 #jzp-carousel-1 .carousel-item .img-border:nth-child(3) img{
	border:solid 3px #00cde5;
}
.jzp-carousel-1 #jzp-carousel-1 .carousel-item .img-border-two:nth-child(1) img{
	border:solid 3px #6177ff;
}
.jzp-carousel-1 #jzp-carousel-1 .carousel-item .img-border-two:nth-child(2) img{
	border:solid 3px #ff5e5e;
}
.jzp-carousel-1 #jzp-carousel-1 .carousel-item .img-border-two:nth-child(3) img{
	border:solid 3px #b540ff;
}

@media (min-width: 768px) {

.jzp-carousel-1 #jzp-carousel-1 .carousel-item {
   height: 20rem;
}
}
@media (min-width: 992px) {
.jzp-carousel-1 #jzp-carousel-1 .carousel-item {
  height: 50vh;
}
}
@media (min-width: 1024px) {

.jzp-carousel-1 #jzp-carousel-1 .carousel-item {
   height: 45vh;
}
}
@media (min-width: 1200px) {
.carousel-control-prev,
.carousel-control-next {
  width: 5%;
}
.jzp-carousel-1 #jzp-carousel-1 .carousel-item {
  height: 60vh;
}
}
@media (min-width: 1400px) {
.jzp-carousel-1 #jzp-carousel-1 .carousel-item {
  height: 75vh;
}
}

/* about
-------------------------------------------------- */


.index-about-two {

}

.index-about-two .img-box {
  position: relative;
  padding: 0 15px 15px 0;
}

.index-about-two .img-box img {
  position: relative;
  max-width: 100%;
  z-index:1;
}

.index-about-two .img-box::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(100% - 15px);
  height: calc(100% - 15px);
  background-color: none;
  border:solid 5px #ff4135;
  z-index: 1;
  opacity: 0.95;
}


/*======= index-counter =========*/
.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: #ff4135;
  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:#666666;
}


/* Product
-------------------------------------------------- */
.index-tabs-one {

}
.index-tabs-one .nav-item{
	
}


.index-tabs-one .nav-item .nav-link{
	font-size:1.125rem;
	color:var(--bs-navbar-color);
	margin-left:10px;
	margin-right:10px;
	border:solid 0px #f8f9fa;
	padding:0px;
}
@media (min-width: 768px) {
.index-tabs-one .nav-item .nav-link{
	margin-left:10px;
	margin-right:10px;
}
}
.index-tabs-one .nav-item .nav-link.active{
	background:none;
	color:#ff4135;
}

/* owl-carousel-feature
-------------------------------------------------- */
.owl-carousel-feature {
	
}
.owl-carousel-feature .if-item {
	position:relative;
	display:block;
	overflow:hidden
}
.owl-carousel-feature .if-item img {
	width:100%;
	transition:all .3s ease 0s
}
.owl-carousel-feature .if-item:hover img {
	transform:scale(1.1) rotate(1deg)
}
.owl-carousel-feature .if-item .info {
	position:absolute;
	top:0;
	left:0;
	display:flex;
	flex-direction:row;
	width:100%;
	height:100%;
}



.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 #ff4135;
  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: #ff4135;
  }


.owl-carousel-feature .owl-nav .owl-next span:hover,.owl-carousel-feature .owl-nav .owl-prev span:hover {
  background:#ff4135;
  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 {
	
}
