/* 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: #d91f22;
  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: #d91f22;
	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:#d91f22;
  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(255,255,255,0.95) 25%, rgba(255,255,255,0.0125) 80%, rgba(255,255,255,0.0) 20%);
   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:#000;
	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: #d91f22;
  transition: all 0.4s ease-in-out;
}
.wodepress-carousel #wodepress-carousel .carousel-caption p{
	color:#333;
}




@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(72vh - 0rem);
}
}
/* owl-carousel-team
-------------------------------------------------- */
.owl-carousel-team {
	
}

.owl-carousel-team .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}



.owl-carousel-team .owl-nav .owl-next span,
.owl-carousel-team .owl-nav .owl-prev span{
  display: inline-block;
  font-size:2em;
  border:solid 2px #d91f22;
  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: #d91f22;
  }


.owl-carousel-team .owl-nav .owl-next span:hover,.owl-carousel-team .owl-nav .owl-prev span:hover {
  background:#d91f22;
  color: #fff;
}




.owl-carousel-team .owl-dots {
	margin-top:30px;
	text-align:center;
	display:none;
   
}
.owl-carousel-team .owl-dots .owl-dot {
	display:inline-block;
	zoom:1;
	outline: none;
}
.owl-carousel-team .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-team .owl-dots .owl-dot.active span,.owl-carousel-team .owl-dots .owl-dot:hover span {
	
}

.owl-carousel-team .owl-item {
	transform: scale(1);
}

.owl-carousel-team .owl-item.center {
	transform: scale(1);
}
.owl-carousel-team .owl-item.center .team-item {
  background: linear-gradient(45deg, #d91f22, #d91f22) !important;
}
.owl-carousel-team .owl-item.center .team-item:after {
  content: none;
}
.owl-carousel-team .owl-item.center .team-item:before {
  transform: rotate(135deg);
  opacity: 0;
}
.owl-carousel-team .owl-item.center .team-item .team-upper-part img {
  margin-left: 10px;
}
.owl-carousel-team .owl-item.center .team-item .team-bottom-part .team-title a {
  color: #fff;
}
.owl-carousel-team .owl-item.center .team-item .team-bottom-part .team-excerpt {
  color: #fff;
}
/* index-team
-------------------------------------------------- */
.index-team {

}
.team-item {
  position: relative;
  background: #f6f6f6;
  overflow: hidden;
  border-radius: 8px;
  -moz-transition: all 700ms ease-out 0s;
  -webkit-transition: all 700ms ease-out 0s;
  -ms-transition: all 700ms ease-out 0s;
  -o-transition: all 700ms ease-out 0s;
  transition: all 700ms ease-out 0s;
}
.team-item .team-upper-part img {
  border-radius: 8px 0px 0 40px;
  -moz-transition: all 500ms ease-out 0s;
  -webkit-transition: all 500ms ease-out 0s;
  -ms-transition: all 500ms ease-out 0s;
  -o-transition: all 500ms ease-out 0s;
  transition: all 500ms ease-out 0s;
}

.team-item .team-bottom-part {
  padding: 20px;
  display: inline-block;
  width: 100%;
  text-align: center;
  z-index: 2;
}
.team-item .team-bottom-part .team-excerpt {
  -moz-transition: all 400ms ease-out 0s;
  -webkit-transition: all 400ms ease-out 0s;
  -ms-transition: all 400ms ease-out 0s;
  -o-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
}
.team-item:after {
  position: absolute;
  content: "";
  background: linear-gradient(45deg, #d91f22, #d91f22) !important;
  height: 8%;
  width: 32px;
  bottom: 0;
  right: 0;
  transition: 500ms;
  opacity: 0.75;
}
.team-item:before {
  content: "";
  position: absolute;
  height: 70px;
  width: 80px;
  background: linear-gradient(-20deg, #d91f22, #d91f22) !important;
  bottom: -30px;
  left: -50px;
  transform: rotate(45deg);
  transition: 500ms;
  opacity: 0.75;
}
.team-item:hover {
  background: linear-gradient(45deg, #d91f22, #d91f22) !important;
}
.team-item:hover:after {
  
  transform: rotate(-45deg);
}
.team-item:hover:before {
  transform: rotate(135deg);
  opacity: 0;
}
.team-item:hover .team-upper-part img {
  margin-left: 10px;
}
.team-item:hover .team-bottom-part .team-title,.team-item:hover .team-bottom-part .team-title a {
  color: #fff;
}
.team-item:hover .team-bottom-part .team-excerpt {
  color: #fff;
}
/* index-case
-------------------------------------------------- */


.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: 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.85);
  border-bottom:solid 0px #f4f7fb;
}
.ic-item,.cc-item {
  text-align: center;
}

.ici-thumb,.cci-thumb {
  overflow: hidden;
}

.ici-thumb img,.cci-thumb img {
  -moz-border-radius: 10px 10px 0 0px;
  -webkit-border-radius: 10px 10px 0 0px;
  -ms-border-radius: 10px 10px 0 0px;
  -o-border-radius: 10px 10px 0 0px;
  border-radius: 10px 10px 0 0px;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  transition: all 900ms ease;
}

.ic-item:hover .ici-thumb img,.cc-item:hover .cci-thumb img {
  -moz-transform: scale(1.2) rotate(3deg);
  -o-transform: scale(1.2) rotate(3deg);
  -ms-transform: scale(1.2) rotate(3deg);
  -webkit-transform: scale(1.2) rotate(3deg);
  transform: scale(1.2) rotate(3deg);
}

.ici-content,.cci-content {
  padding: 30px 25px 45px;
  background: #fff;
  border-radius: 0px 0px 10px 10px;
  position: relative;
  -moz-transition: all 400ms ease-out 0s;
  -webkit-transition: all 400ms ease-out 0s;
  -ms-transition: all 400ms ease-out 0s;
  -o-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
}

.ic-item:hover .ici-content,.cc-item:hover .cci-content {
  -webkit-box-shadow: 0 0 16px 10px rgba(0, 0, 0, 0.06);
  -khtml-box-shadow: 0 0 16px 10px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 0 16px 10px rgba(0, 0, 0, 0.06);
  -ms-box-shadow: 0 0 16px 10px rgba(0, 0, 0, 0.06);
  -o-box-shadow: 0 0 16px 10px rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 16px 10px rgba(0, 0, 0, 0.06);
}

.ici-content:after,.cci-content:after {
  border-radius: 15px;
  position: absolute;
  background: #253745;
  height: 3px;
  width: 0;
  left: 0;
  bottom: 0;
  content: "";
  right: 0;
  margin: 0 auto;
  -moz-transition: all 400ms ease-out 0s;
  -webkit-transition: all 400ms ease-out 0s;
  -ms-transition: all 400ms ease-out 0s;
  -o-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
  opacity: 1;
  z-index: 0;
}

.ic-item:hover .ici-content:after,.cc-item:hover .cci-content:after {
  width: 85%;
}

.ici-content .title,.cci-content .title {
  margin-bottom: 15px;
}

.ic-item .link a,.cc-item .link a {
  position: absolute;
  background: linear-gradient(45deg, #d91f22, #d91f22) !important;
  color: #fff;
  height: 45px;
  width: 40%;
  line-height: 45px;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -20px;
  border-radius: 30px;
  z-index: 1;
  -moz-transition: all 400ms ease-out 0s;
  -webkit-transition: all 400ms ease-out 0s;
  -ms-transition: all 400ms ease-out 0s;
  -o-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
}

.ic-item .link a:hover,.cc-item .link a:hover {
  width: 45%;
}
/* index-news
-------------------------------------------------- */
.index-news {
 
}

/* index-about
-------------------------------------------------- */


.index-about {
	
}
.index-about-img {
	position:relative;

}

.index-about-logo-text {
	position:absolute;
	left:-15px;
	top:5rem;
	width:9.5rem;
	height:auto;
	background:#d91f22;
	color:#fff;
	padding:15px 30px;
	z-index:1;
	overflow:hidden;
}
.index-about-logo {

	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;

}
.index-about-logo-text h1{
	font-size:2.5rem;
}



@media (min-width: 1024px) {
.index-about-img {
	padding-left:30px;
}
.index-about-logo-text {
	left:0%;
	top:top:7rem;
	width:10rem;
	height:auto;
	padding:15px 30px;
}
.index-about-logo-text h1{
	font-size:2.5rem;
}
}
.index-about-excerpt {
	background:#fff;
	position: relative;
	width:calc(100% + 0px);
	right:0px;
	margin-top:30px;
}
@media (min-width: 992px) {
.index-about-excerpt {
	width:calc(100% + 2rem);
	right:-2rem;
	margin-top:0px;
}
}




/* index-counter
-------------------------------------------------- */
.index-counter {
  background: url() 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  .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;
}


/* 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 #d91f22;
  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: #d91f22;
  }


.owl-carousel-service .owl-nav .owl-next span:hover,.owl-carousel-service .owl-nav .owl-prev span:hover {
  background:#d91f22;
  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-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:#d91f22;
	color:#fff;

}

.index-product .filter-button.active {
	background:#d91f22;
	color:#fff;
}
.index-product .filter-button:focus {
	background:#d91f22;
	color:#fff;
}


.index-product .filter-item {
    
}



.index-product {

}
.index-product .nav-item{
	
}


.index-product .nav-item .nav-link{
	color:#d91f22;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:15px;
	border:solid 1px #d91f22;
}
.index-product .nav-item .nav-link.active{
	background:#d91f22;
	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 #d91f22;
  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: #d91f22;
  }


.owl-carousel-news .owl-nav .owl-next span:hover,.owl-carousel-news .owl-nav .owl-prev span:hover {
  background:#d91f22;
  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:#d91f22;

}
/* 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 #d91f22;
  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: #d91f22;
  }


.owl-carousel-case .owl-nav .owl-next span:hover,.owl-carousel-case .owl-nav .owl-prev span:hover {
  background:#d91f22;
  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-case .owl-item {
	transform: scale(0.95);
}

.owl-carousel-case .owl-item.center {
	transform: scale(1);
}




/*===============================
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:#d91f22;
	color:#fff;
}
.category-case-nav a.current-menu-item {
	
}
.category-case-nav a.current-menu-item {
	background:#d91f22;
	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: #d91f22;
}
.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;
}
}



.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:#d91f22;
	border-bottom:solid 3px #d91f22;
	border-radius:0px;
	margin-bottom:-1px;
}

.product-tabs .bg-item {
	background: #f9f9f9;
	
}
.product-tabs .bg-item:hover {
	background:#d91f22;

}
.product-tabs .bg-item:hover h5{
	color:#fff;
}
.product-tabs .bg-item:hover a{
	color:#fff;
}
.product-tabs .entry-data{
	color:#d91f22;
	position: relative;
	
}

.product-tabs .entry-data:before {
    position: absolute;
    display: block;
    width: 2px;
    height: 90px;
	z-index:1;
    background:#d91f22;
    top: 0%;
    left: 0%;
    content: "";
}



/* index-services
-------------------------------------------------- */
.is-item .is-thumb,.ps-item .ps-thumb {
  position: relative;
  overflow: hidden;
}
.is-item .is-thumb img,.ps-item .ps-thumb img {
  width: 100%;
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
  transition: all 900ms ease;
}
.is-item .is-thumb .is-link-icon a,.ps-item .ps-thumb .ps-link-icon a {
  position: absolute;
  z-index: 5;
  bottom: 40px;
  right: -34px;
  width: 52px;
  margin-top: -25px;
  margin-left: -25px;
  height: 52px;
  background: #d91f22;
  text-align: center;
  line-height: 52px;
  color: #fff;
  visibility: hidden;
  opacity: 0;
  -moz-transition: all 500ms ease-out 0s;
  -webkit-transition: all 500ms ease-out 0s;
  -ms-transition: all 500ms ease-out 0s;
  -o-transition: all 500ms ease-out 0s;
  transition: all 500ms ease-out 0s;
}
.is-item .is-thumb .is-details,.ps-item .ps-thumb .ps-details {
  position: absolute;
  width: 100%;
  margin: 0 auto;
  left: 0px;
  bottom: 10px;
  -moz-transition: all 500ms ease-out 0s;
  -webkit-transition: all 500ms ease-out 0s;
  -ms-transition: all 500ms ease-out 0s;
  -o-transition: all 500ms ease-out 0s;
  transition: all 500ms ease-out 0s;
  opacity: 1;
  transform-origin: bottom;
  z-index: 2;
  opacity: 0;
}
.is-item .is-thumb .is-details .is-category,
.ps-item .ps-thumb .ps-details .ps-category,
.is-item .is-thumb .is-details .is-title a,
.ps-item .ps-thumb .ps-details .ps-title a{
  color: #fff;
}
.is-item .is-thumb .is-details .is-title a:hover,
.ps-item .ps-thumb .ps-details .ps-title a:hover{
  opacity: 0.75;
}
.is-item .is-thumb:after,.ps-item .ps-thumb:after {
  position: absolute;
  background: linear-gradient(0deg, #11112e, transparent);
  height: 100%;
  width: 100%;
  content: "";
  left: 0;
  bottom: 0;
  opacity: 0;
  -moz-transition: all 500ms ease-out 0s;
  -webkit-transition: all 500ms ease-out 0s;
  -ms-transition: all 500ms ease-out 0s;
  -o-transition: all 500ms ease-out 0s;
  transition: all 500ms ease-out 0s;
}
.is-item:hover .is-thumb img,.ps-item:hover .ps-thumb img {
  -moz-transform: scale(1.2) rotate(3deg);
  -o-transform: scale(1.2) rotate(3deg);
  -ms-transform: scale(1.2) rotate(3deg);
  -webkit-transform: scale(1.2) rotate(3deg);
  transform: scale(1.2) rotate(3deg);
}
.is-item:hover .is-thumb .is-link-icon a,.ps-item:hover .ps-thumb .ps-link-icon a {
  visibility: visible;
  opacity: 1;
  right: 28px;
}
.is-item:hover .is-thumb .is-details,.ps-item:hover .ps-thumb .ps-details {
  -moz-transform: perspective(0) rotateX(0);
  -o-transform: perspective(0) rotateX(0);
  -ms-transform: perspective(0) rotateX(0);
  -webkit-transform: perspective(0) rotateX(0);
  transform: perspective(0) rotateX(0);
  opacity: 1;
  bottom: 10px;
  left: 30px;
  opacity: 1;
}
.is-item:hover .is-thumb:after,.ps-item:hover .ps-thumb:after {
  opacity: 1;
}
.is-item:hover .is-thumb:before,.ps-item:hover .ps-thumb:before {
  -moz-transform: perspective(0) rotateX(0);
  -o-transform: perspective(0) rotateX(0);
  -ms-transform: perspective(0) rotateX(0);
  -webkit-transform: perspective(0) rotateX(0);
  transform: perspective(0) rotateX(0);
}

.is-item .side-line,.ps-item .side-line {
  position: relative;
}

.is-item .side-line:before,.ps-item .side-line:before {
  position: absolute;
  content: "";
  background: linear-gradient(45deg, #d91f22, #d91f22);
  height: 3px;
  width: 40px;
  top: 9px;
  left: -15px;
  z-index: -1;
  -moz-transition: all 500ms ease-out 0s;
  -webkit-transition: all 500ms ease-out 0s;
  -ms-transition: all 500ms ease-out 0s;
  -o-transition: all 500ms ease-out 0s;
  transition: all 500ms ease-out 0s;
}
.is-item:hover .side-line:before,.ps-item:hover .side-line:before {
  width: 40px;
  left: -30px;
}



/*--------------------------------------------------------------
# index-Process
--------------------------------------------------------------*/
.index-process {
  position: relative;
  display: block;
  padding: 60px 0 60px;
}

.index-process .section-title {
  margin-bottom: 18px;
}

.index-process .section-sub-title-box {
  margin-left: 0;
}

.process_inner {
  position: relative;
  display: block;
  counter-reset: count;
}

@media (max-width: 767px) {
.process-shape-1 {
        display: none;
    }
}
.process-shape-1 {
  position: absolute;
  top: 0;
  left: 220px;
}

.process-shape-1 img {
  width: auto;
}

.process_single {
  position: relative;
  display: block;
  text-align: center;
  padding: 0 0px;
  margin-bottom: 30px;
}

.process_icon-box {
  position: relative;
  display: block;
  height: 150px;
  width: 150px;
  margin: 0 auto;
}

.process_icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(223, 227, 231);
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.1);
  height: 148px;
  width: 148px;
  margin: 0 auto;
  z-index: 1;
}

.process_icon:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  border-radius: 50%;
  background-color: #d91f22;
  transform: scale(0);
  transform-origin: center;
  transform-style: preserve-3d;
  transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  z-index: -1;
}

.process_single:hover .process_icon:before {
  transform: scaleX(1);
}

.process_icon span {
  position: relative;
  display: inline-block;
  font-size: 60px;
  color: var(--logi-base);
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

.process_single:hover .process_icon span {
  transform: scale(0.9);
  color: #fff;
}

.process_count {
  position: absolute;
  top: 0;
  left: 0;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: #d91f22;
  z-index: 2;
}

.process_count:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  font-size: 14px;
  line-height: 40px;
  font-weight: 700;
  border-radius: 50%;
  counter-increment: count;
  content: counters(count, ".", decimal-leading-zero);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.process_single:hover .process_count:before {
  background-color: #253745;
}

.process_content {
  position: relative;
  display: block;
  margin-top: 21px;
}

.process_title {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: var(--logi-letter-spacing);
  margin-bottom: 7px;
}

.process_text {
  font-size: 15px;
  letter-spacing: var(--logi-letter-spacing);
}

.process_bottom {
  position: relative;
  display: block;
  margin-top: 35px;
}

.process_contact {
  position: relative;
  display: block;
}

.process_input-box {
  position: relative;
  display: block;
  max-width: 580px;
  width: 100%;
  margin: 0 auto;
}

.process_input-box input[type="text"] {
  height: 50px;
  width: 100%;
  border: 0;
  background-color: var(--logi-extra);
  border-radius: var(--logi-bdr-radius);
  font-size: 16px;
  font-weight: 500;
  color: var(--logi-gray);
  letter-spacing: var(--logi-letter-spacing);
  padding-left: 50px;
  padding-right: 195px;
  outline: none;
}

.process_btn {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  border: 0;
  width: 158px;
  background-color: var(--logi-base);
  font-size: 14px;
  color: var(--logi-white);
  font-weight: 700;
  letter-spacing: var(--logi-letter-spacing);
  border-top-right-radius: var(--logi-bdr-radius);
  border-bottom-right-radius: var(--logi-bdr-radius);
  text-align: center;
  transition: all 500ms ease;
}

.process_btn:hover {
  background-color: var(--logi-primary);
  color: var(--logi-black);
}

.process_single-2 {
  
}
@media (min-width: 767px) {
.process_single-2 {
  margin-top: 95px;
}
}
.process_single-2 .process_count {
  bottom: 0;
  right: 0;
  top: inherit;
  left: inherit;
}

.process_single-3 {
  
}
@media (min-width: 767px) {
.process_single-3 {
  margin-top: 45px;
}
}
.process_single-4 .process_count {
  bottom: 0;
  right: 0;
  top: inherit;
  left: inherit;
}/* CSS added on: rg<|5(.>@2995!5=:15 2025-05-21 20:35:21 */
