/* 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: #ff1493;
  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: #ff1493;
	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:#ff1493;
  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 */
.jzp-carousel-1 {
	
}
.jzp-carousel-1 #jzp-carousel-1 .carousel-item {
  height: 70vh;
}

.jzp-carousel-1 #jzp-carousel-1 .carousel-caption {
  position: absolute;
  top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	background-image: linear-gradient(45deg, rgba(0,0,0,0.0) 0%, rgba(0,0,0,0.0) 50%, rgba(0,0,0,0.0));
   width:100%;
   height:auto;

}
.jzp-carousel-1 #jzp-carousel-1 .carousel-item img {
	max-width: 100%;
	width:100%;
	height:100%;
	object-fit: cover;
}
.jzp-carousel-1 #jzp-carousel-1 .carousel-caption h2{
	position: relative;
	color:#fff;
	margin-bottom:30px;
}

.jzp-carousel-1 #jzp-carousel-1 .carousel-caption h2::after {
  position: absolute;
  content: "";
  bottom: -13px;
  left: 0;
  width: 60px;
  height: 3px;
  opacity: 1;
  background: #ff1493;
  transition: all 0.4s ease-in-out;
}
.jzp-carousel-1 #jzp-carousel-1 .carousel-caption p{
	
}




@media (min-width: 576px) {


}

@media (min-width: 768px) {
.carousel-control-prev,
.carousel-control-next {
  width: 10%;
}
.jzp-carousel-1 #jzp-carousel-1 .carousel-item {
  height: 28rem;
}

}


@media (min-width: 992px) {
.jzp-carousel-1 #jzp-carousel-1 .carousel-item {
  height: 60vh;
}
}
@media (min-width: 1200px) {
.carousel-control-prev,
.carousel-control-next {
  width: 5%;
}
.jzp-carousel-1 #jzp-carousel-1 .carousel-item {
 height: 85vh;
}
}
@media (min-width: 1400px) {
.jzp-carousel-1 #jzp-carousel-1 .carousel-item {
  height: calc(85vh - 0rem);
}
}
/* about
-------------------------------------------------- */


.index-about {
  padding:0px;
  margin:0px;
  position: relative;
  z-index:0;
}
.index-about::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 =========*/
.index-counter  .counter-number {
  position: relative;
  text-align:center;
}
.index-counter  .counter-number::after {
  background: rgba(241,242,243,0.25);
  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: #ff1493;
  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;
}


/* 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 #f4f7fb;
	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:#ff1493;
}


.index-case {
  position: relative;
}

.index-case-bg {
  position: absolute;
  z-index:-1;
  background: url(../images/bg-case.jpg) no-repeat center 50%;
  background-size: cover;
  background-attachment:fixed;
  top: 0;
  width: 100%;
  height: 100%;
}
.index-case-bg::before {
  position: absolute;
   z-index:0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding:0px;
  margin:0px;
  content: "";
  background: rgba(255,81,0,0.95);
  border-bottom:solid 0px #f4f7fb;
}




/* 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 #fff;
  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: #fff;
  }


.owl-carousel-case .owl-nav .owl-next span:hover,.owl-carousel-case .owl-nav .owl-prev span:hover {
  background:#343c5c;
  border:solid 2px #343c5c;
  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 {
	
}
/* owl-carousel-service
-------------------------------------------------- */
.owl-carousel-service {
	
}

.owl-carousel-service .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}



.owl-carousel-service .owl-nav .owl-next span,
.owl-carousel-service .owl-nav .owl-prev span{
  display: inline-block;
  font-size:2em;
  border:solid 2px #ff1493;
  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: #ff1493;
  }


.owl-carousel-service .owl-nav .owl-next span:hover,.owl-carousel-service .owl-nav .owl-prev span:hover {
  background:#ff1493;
  color: #fff;
}




.owl-carousel-service .owl-dots {
	margin-top:30px;
	text-align:center;
	display:none;
   
}
.owl-carousel-service .owl-dots .owl-dot {
	display:inline-block;
	zoom:1;
	outline: none;
}
.owl-carousel-service .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-service .owl-dots .owl-dot.active span,.owl-carousel-service .owl-dots .owl-dot:hover span {
	
}

.index-feature {
  position: relative;
}

.index-feature-bg {
  position: absolute;
  z-index:-1;
  background: url(../images/bg-feature.jpg) no-repeat center top;
  background-size: cover;
  background-attachment:fixed;
  top: 0;
  width: 100%;
  height: 260px;
}
.index-feature-bg::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding:0px;
  margin:0px;
  content: "";
  background: rgba(17,26,69,0.95);
  border-bottom:solid 0px #f4f7fb;
}

.index-feature .if-item{

}
.index-feature .if-item:hover{
	background:#fafbfc;
}

.index-feature .if-item .if-item-text {
  border: 0px solid #e0e2ec;
  position: relative;
}
.index-feature .if-item:hover .if-item-text::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0px;
  opacity: 1;
  background: #ff1493;
  transition: all 0.4s ease-in-out;
}
.index-feature .if-item .if-item-text h5{
  font-weight:600;
}

.index-service {

}
.index-service .is-item{

}
.index-service .is-item .is-item-text {
  border: 0px solid #e0e2ec;
  position: relative;
}
.index-service .is-item:hover .is-item-text::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  opacity: 1;
  background: #ff1493;
  transition: all 0.4s ease-in-out;
}
.index-service .is-item .is-item-text h5{
  font-weight:700;
}


.page-service {

}
.page-service .ps-item{

}
.page-service .ps-item .ps-item-text {
  border: 0px solid #e0e2ec;
  position: relative;
}
.page-service .ps-item:hover .ps-item-text::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  opacity: 1;
  background: #ff1493;
  transition: all 0.4s ease-in-out;
}
.page-service .ps-item .ps-item-text h5{
  
}

.index-news {

}
.index-news .in-item{

}
.index-news .in-item:hover{
	background:#f4f7fb;
}

.index-news .in-item .in-item-text {
  border: 0px solid #e0e2ec;
  position: relative;
}
.index-news .in-item:hover .in-item-text::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0px;
  opacity: 1;
  background: #ff1493;
  transition: all 0.4s ease-in-out;
}
.index-news .in-item .in-item-text h5{

}
.index-news .in-item .in-item-text a:hover{
  color:#ff1493;
}
.grid {
	position: relative;
	margin: 0px;
	padding:0px;
	max-width: 100%;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	max-width: 100%;
	max-height: 100%;
	width: 100%;
	background: #212529;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h5 {
	
	font-weight: 500;
}



.grid figure h5,
.grid figure p {
	margin: 0;
}

.grid figure p {
	
}
/*-----------------*/
/***** Goliath *****/
/*-----------------*/

figure.effect-goliath {
	
}

figure.effect-goliath img,
figure.effect-goliath h5 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-goliath img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-goliath h5 {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 2rem;
}
figure.effect-goliath p {
	position: absolute;
	bottom: 0;
	left: 0;
	width:100%;
	padding: 0.75rem;
}
@media all and (min-width:768px) {
figure.effect-goliath p {
	padding: 1rem;
}
}
figure.effect-goliath p {
	text-transform: none;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,1rem,0);
	transform: translate3d(0,1rem,0);
}

figure.effect-goliath:hover img {
	-webkit-transform: translate3d(0,-1rem,0);
	transform: translate3d(0,-1rem,0);
}

figure.effect-goliath:hover h5 {
	-webkit-transform: translate3d(0,-3rem,0);
	transform: translate3d(0,-3rem,0);
}

figure.effect-goliath:hover p {
	background:#212529;
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}


/*---------------*/
/***** Sadie *****/
/*---------------*/

figure.effect-sadie figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.5) 75%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.5) 75%);
	content: '';
	opacity: 0.75;
	/*-webkit-transform: translate3d(0,50%,0);
	transform: translate3d(0,50%,0);*/
}

figure.effect-sadie h5 {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	color: #fff;
	-webkit-transition: -webkit-transform 0.35s, color 0.35s;
	transition: transform 0.35s, color 0.35s;
	-webkit-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0);
}

figure.effect-sadie figcaption::before,
figure.effect-sadie p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-sadie p {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 15px;
	width: 100%;
	opacity: 0;
	-webkit-transform: translate3d(0,10px,0);
	transform: translate3d(0,10px,0);
}

figure.effect-sadie:hover h5 {
	color: #fff;
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
	transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
}

figure.effect-sadie:hover figcaption::before ,
figure.effect-sadie:hover p {
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 75%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 75%);
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}


.index-testimonial {

}

/* owl-carousel-testimonial
-------------------------------------------------- */
.owl-carousel-testimonial {
	
}
.owl-carousel-testimonial .item{

}
.owl-carousel-testimonial .item img{
	width: 25% !important;
}
@media (max-width: 767px) {
.owl-carousel-testimonial .item img{
	width: 50% !important;
}
}

.owl-carousel-testimonial .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}



.owl-carousel-testimonial .owl-nav .owl-next span,
.owl-carousel-testimonial .owl-nav .owl-prev span{
  display: inline-block;
  font-size:2em;
  border:solid 2px #ff1493;
  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: #ff1493;
  }


.owl-carousel-testimonial .owl-nav .owl-next span:hover,.owl-carousel-testimonial .owl-nav .owl-prev span:hover {
  background:#ff1493;
  color: #fff;
}




.owl-carousel-testimonial .owl-dots {
	margin-top:30px;
	text-align:center;
	display:none;
   
}
.owl-carousel-testimonial .owl-dots .owl-dot {
	display:inline-block;
	zoom:1;
	outline: none;
}
.owl-carousel-testimonial .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-testimonial .owl-dots .owl-dot.active span,.owl-carousel-testimonial .owl-dots .owl-dot:hover span {
	
}

.index-contact-form {
  position: relative;
}

.index-contact-form-bg {
  position: absolute;
  z-index:-1;
  background: #252d32;
  top: 0;
  width: 100%;
  height: 280px;
}/* CSS added on: 6@04?1{<9[=9+0&9$16 2026-01-29 12:45:07 */
