/* 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: #FF8C00;
  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: #FF8C00;
	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:#FF8C00;
  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: 75vh;
}

.wodepress-carousel #wodepress-carousel .carousel-caption {
  position: absolute;
  top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	background: linear-gradient(to bottom right, rgba(10, 36, 99, 1) 0%, rgba(0, 0, 0, 0) 100%);
   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;
	margin-bottom:30px;
	color: var(--bs-white);
}

.wodepress-carousel #wodepress-carousel .carousel-caption h2::after {
  position: absolute;
  content: "";
  bottom: -20px;
  left: calc(50% - 30px);
  width: 60px;
  height: 0px;
  opacity: 1;
  background: #0a2155;
  transition: all 0.4s ease-in-out;
}
.wodepress-carousel #wodepress-carousel .carousel-caption p{
	color: var(--bs-white);
}




@media (min-width: 576px) {


}

@media (min-width: 768px) {
.carousel-control-prev,
.carousel-control-next {
  width: 10%;
}
.wodepress-carousel #wodepress-carousel .carousel-item {
  
}

}


@media (min-width: 992px) {
.wodepress-carousel #wodepress-carousel .carousel-item {
  
}
}
@media (min-width: 1200px) {
.carousel-control-prev,
.carousel-control-next {
  width: 5%;
}
.wodepress-carousel #wodepress-carousel .carousel-item {
 height: 75vh;
}
}
@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: #FF8C00;
}
.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;

	border-bottom:solid 0px #f8f9fa;

}

.product-specifications > :nth-child(odd) {
   
}
.product-specifications > :nth-child(even) {
  background:#f8f9fa;
}

/* index-about
-------------------------------------------------- */
.index-about {

	position: relative;
	width:100%;
	height:auto;
}
.index-about .img-box {
  position: relative;
  padding: 0 15px 15px 0;
}

.index-about .img-box img {
  position: relative;
  max-width: 100%;
  z-index:1;
}

.index-about .img-box::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(100% - 15px);
  height: calc(100% - 15px);
  background-color: none;
  border:solid 5px #FF8C00;
  z-index: 1;
  opacity: 0.95;
}

.index-about-icon {
            width: 60px;
            height: 60px;
            background: var(--bs-customer-two);
            color: var(--bs-customer);
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.5rem;
            margin-bottom: 1rem;
        }
/*--------------------------------------------------------------
# Video
--------------------------------------------------------------*/
.video {
	position: relative;
    display: inline-block;
    overflow: hidden;
}
.video .video-play {
    width: 60px;
    height: 60px;
    font-size: 23px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    background: #FFFFFF;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    display: inline-block;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 0 0 rgba(255,255,255,.7);
    -webkit-animation: pulse 2s infinite cubic-bezier(.66, 0, 0, 1);
    animation: pulse 2s infinite cubic-bezier(.66, 0, 0, 1);
}

.video .video-play:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.42;
    border-radius: 50%;
    background: #FFFFFF;
    transform: scale(1.3);
    box-shadow: 0 0 0 0 rgba(255,255,255,.7);
    -webkit-animation: pulse 1.75s infinite cubic-bezier(.66, 0, 0, 1);
    animation: pulse 1.75s infinite cubic-bezier(.66, 0, 0, 1);
}

.video .video-play i {
    margin-left: 5px;
    position: relative;
    z-index: 5;
	color:#FF8C00;
}
/*video play button animation*/
@-webkit-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px transparent
    }
}

@keyframes pulse {
    to {
        box-shadow: 0 0 0 45px transparent
    }
}

/* owl-carousel-about
-------------------------------------------------- */
.owl-carousel-about{
	position: relative;
}

.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{
  position: absolute;
  top: calc(50% - 4.5rem);
  bottom: 0;
  z-index: 2;
  display: inline-block;
  font-size:2em;
  border:solid 2px #d71d04;
  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: #d71d04;
  z-index:2000;
  }


.owl-carousel-about .owl-nav .owl-next span {
	right:0px;
}
.owl-carousel-about .owl-nav .owl-prev span {
	left:0px;

}
.owl-carousel-about .owl-nav .owl-next span:hover,.owl-carousel-about .owl-nav .owl-prev span:hover {
  background:#d71d04;
  color: #fff;
}




.owl-carousel-about .owl-dots {
	margin-top:15px;
	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:12px;
	height:12px;
	margin:5px 7px;
	background:#D6D6D6;
	display:block;
	-webkit-backface-visibility:visible;
	transition:opacity .2s ease;
	border-radius:30px
}
.owl-carousel-about .owl-dots .owl-dot.active span,.owl-carousel-about .owl-dots .owl-dot:hover span {
	background:var(--bs-customer);
}

.owl-carousel-about .owl-item {
	
}


.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: 68%;
}
.index-counter-bg::before {
  position: absolute;
   z-index:0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding:0px;
  margin:0px;
  content: "";
  background: #FF8C00;
  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;
    font-weight:bold;
}



/* index-application
-------------------------------------------------- */
.index-application {
	width:100%;
	height:auto;
	overflow:hidden;
}

.index-application .nav-item{
	
}


.index-application .nav-item .nav-link{
	background:var(--bs-light);
	margin-left:5px;
	margin-right:5px;
	margin-bottom:15px;
	border:solid 1px var(--bs-light);
	color:var(--bs-body);
}
.index-application .nav-item .nav-link.active{
	background:var(--bs-customer);
	border:solid 1px var(--bs-customer);
	color:var(--bs-white);
}

.application-box {
	
}
.application-box .wp-block-list {
	margin:15px auto;
}
.application-box .wp-block-list li{
	line-height:1.8em;
	position: relative;
	padding-left:15px;
}
.application-box .wp-block-list li:before{
	 position: absolute;
	 left:0px;
	 font-family: 'FontAwesome';
	 content: "\f105";
     color:var(--bs-customer);
}

/*======= index-product =========*/


.index-product {
	background: linear-gradient(to bottom, #f8f9fa 0%, #f8f9fa 30%, #ffffff 45%, #ffffff 100%);
}

.index-product .nav-tabs {
	border:solid 0px;
}
.index-product .nav-item{
	
}


/* 第一个按钮（半挂车整车系列） */
.index-product .nav-item:first-child .nav-link {
    background: var(--bs-customer-two);
    border: 0;
    /* 只给左上、左下圆角 */
    border-radius: 20px 0 0 20px;
    color: #fff;
    font-weight: bold;
}

/* 第二个按钮（挂车配件系列） */
.index-product .nav-item:last-child .nav-link {
    background: var(--bs-customer-two);
    border: 0;
    /* 只给右上、右下圆角 */
    border-radius: 0 20px 20px 0;
    color: #fff;
    font-weight: bold;
}

/* 激活状态也要对应设置 */
.index-product .nav-item:first-child .nav-link.active {
    background: var(--bs-customer);
    border-radius: 20px 0 0 20px;
}

.index-product .nav-item:last-child .nav-link.active {
    background: var(--bs-customer);
    border-radius: 0 20px 20px 0;
}

.index-product .tab-pane {
	transition:.25s;
}


.index-product-list {

}
.index-product-list .item{
	
}
.index-product-list .item:nth-child(even){
	background:#f8f9fa;
}
.index-product-list .item:nth-child(even) .item-img{
	order: 2 !important;
}
.index-product-list .item:nth-child(even) .item-title{
	order: 1 !important;
}



/*======= index-feature  =========*/
.index-feature {
	position: relative;
}
.index-feature-bg {
  position: absolute;
  z-index:-1;
  bottom: 0;
  width: 100%;
  height: 50%;
}
.index-feature-bg::before {
  position: absolute;
   z-index:0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding:0px;
  margin:0px;
  content: "";
  background:#FF8C00;
  border-bottom:solid 0px #f4f7fb;
}


.features-one {


	
}
.features-one .features-item {
	

}
.features-one .features-images{
	width:100%;
	height:auto;
}

.features-one .features-item p {
	color: rgb(115, 115, 115);
}



.features-one .features-item i {
	font-size:3em;
	color:#FF8C00;

}

.features-one .features-item h5{
	font-weight:600;
	margin-top:15px;
}


.features-one .features-item.active i {
	background: #FF8C00;
	color:#2d313d;
}
.features-one .features-item.active h1 {
	color:#fff;
}
.features-one .features-item.active p {
	color:#fff;
}

.features-one img {
	color:#fff;
	padding:12px;
	width:100%;
}
.features-one .features-item img {
	color:#fff;
	padding:12px;
	width:100px;
	height:100px;
}
/* index-certificate
-------------------------------------------------- */
.index-certificate {
	position: relative;
}
.index-certificate-bg {
  position: absolute;
  z-index:-1;
  top: 0;
  width: 100%;
  height: 68%;
}
.index-certificate-bg::before {
  position: absolute;
   z-index:0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding:0px;
  margin:0px;
  content: "";
  background:var(--bs-customer-two);
  border-bottom:solid 0px #f4f7fb;
}

/* owl-carousel-certificate
-------------------------------------------------- */
.owl-carousel-certificate {
	
}

.owl-carousel-certificate .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}



.owl-carousel-certificate .owl-nav .owl-next span,
.owl-carousel-certificate .owl-nav .owl-prev span{
  display: inline-block;
  font-size:2em;
  border:solid 2px #FF8C00;
  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: #FF8C00;
  }


.owl-carousel-certificate .owl-nav .owl-next span:hover,.owl-carousel-certificate .owl-nav .owl-prev span:hover {
  background:#FF8C00;
  color: #fff;
}




.owl-carousel-certificate .owl-dots {
	margin-top:30px;
	text-align:center;
	display:none;
   
}
.owl-carousel-certificate .owl-dots .owl-dot {
	display:inline-block;
	zoom:1;
	outline: none;
}
.owl-carousel-certificate .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-certificate .owl-dots .owl-dot.active span,.owl-carousel-certificate .owl-dots .owl-dot:hover span {
	
}

.owl-carousel-certificate .owl-item {
	transform: scale(1);
	margin-top:30px;
	margin-bottom:30px;
}


.owl-carousel-certificate .owl-item .ip-title {
	background:#f8f9fa;
}
.owl-carousel-certificate .owl-item img{
  width:100%;
  height:auto;
}
.owl-carousel-certificate .owl-item:hover .ip-title{
  background:#0A2463;
  transition: 0.5s;
}
.owl-carousel-certificate .owl-item:hover .ip-title p a{
  color:#fff;
}
@media (min-width: 768px) {
.owl-carousel-certificate .owl-item.center {
  transform: scale(1.125);
}
}
.owl-carousel-certificate .owl-item.center .ip-title{
  background:#0A2463;
}
.owl-carousel-certificate .owl-item.center .ip-title p a{
  color:#fff;
}
.owl-carousel-certificate .owl-item.center:hover .ip-title p a{
  color:#fff;
}


/* owl-carousel-certificate-roll
-------------------------------------------------- */
.owl-carousel-certificate-roll {
	-webkit-transition-timing-function: linear;    /*之前是ease-out*/
  	-moz-transition-timing-function: linear;
  	-ms-transition-timing-function: linear;
  	-o-transition-timing-function: linear;
  	transition-timing-function: linear;
}

.owl-carousel-certificate-roll .owl-item {
	
}


.owl-carousel-certificate-roll .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}



.owl-carousel-certificate-roll .owl-nav .owl-next span,
.owl-carousel-certificate-roll .owl-nav .owl-prev span{
  display: inline-block;
  font-size:2em;
  border:solid 2px #FF8C00;
  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: #FF8C00;
  }


.owl-carousel-certificate-roll .owl-nav .owl-next span:hover,.owl-carousel-certificate-roll .owl-nav .owl-prev span:hover {
  background:#FF8C00;
  color: #fff;
}




.owl-carousel-certificate-roll .owl-dots {
	margin-top:30px;
	text-align:center;

   
}
.owl-carousel-certificate-roll .owl-dots .owl-dot {
	display:inline-block;
	zoom:1;
	outline: none;
}
.owl-carousel-certificate-roll .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-certificate-roll .owl-dots .owl-dot.active span,.owl-carousel-certificate-roll .owl-dots .owl-dot:hover span {
	background:#FF8C00;

}

.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: #1b4d96;
	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,
figure.effect-goliath p {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 30px;
}

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,50px,0);
	transform: translate3d(0,50px,0);
}

figure.effect-goliath:hover img {
	-webkit-transform: translate3d(0,-80px,0);
	transform: translate3d(0,-80px,0);
}

figure.effect-goliath:hover h5 {
	-webkit-transform: translate3d(0,-100px,0);
	transform: translate3d(0,-100px,0);
}

figure.effect-goliath:hover p {
	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);
}


/* 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 #FF8C00;
  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: #FF8C00;
  }


.owl-carousel-news .owl-nav .owl-next span:hover,.owl-carousel-news .owl-nav .owl-prev span:hover {
  background:#FF8C00;
  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:#FF8C00;

}








.page-contact {

}
.page-contact .pc-i{
	background:#fff;
	width:45px;
	height:45px;
	line-height:1.75rem;
	text-align:center;
}
.page-contact .pc-item:hover .pc-i{
	background:#FF8C00;
	color: #fff;
}
.page-contact .border-black{
	border:solid 3px #333;
}

.product-single-faq {

}

.product-single-faq .accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-transition: none;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: 0rem;
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23333333' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%2304b6ba' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-customer);
  --bs-accordion-active-bg: var(--bs-light);
}

.product-single-faq .accordion-button i{
    font-size:1.5rem;
	color:#FF8C00;
	
}

.category-tabs .nav-product-pills{
	
}
.category-tabs .nav-product-pills .nav-item{
	background:none;
	
}


.category-tabs .nav-product-pills .nav-item .nav-link{
	border:solid 0px #fff;
	color:var(--bs-body);
	font-weight:bold;
}




.category-tabs .nav-product-pills .nav-item .nav-link img{
	border:solid 1px var(--bs-border-color);
}
.category-tabs .nav-product-pills .nav-item .nav-link.active{
	background:none;
	
	color:#FF8C00;
}

.category-tabs .nav-product-pills .nav-item .nav-link.active img{
   
	border:solid 1px #FF8C00;
}
.category-tabs .tab-content .tab-pane {
	transition:.25s;
}
.category-tabs .tab-content .tab-pane .ip-item{
	
	border:solid 1px #f3f3f3;
}
.category-tabs .tab-content .tab-pane .ip-item:hover{
	background:#f8f9fa;
	border:solid 1px #f3f3f3;

}
.category-tabs .tab-content .tab-pane .ip-item:hover a{
	
}



.index-news-tabs {
	padding:0px;

}
.index-news-tabs .tabs{

	border-bottom:solid 1px #dee2e6;
}
.index-news-tabs .nav{
	padding:0px;
}
.index-news-tabs .nav-pills{

	
	padding:0px;
}

.index-news-tabs .nav-item{

	
}
.index-news-tabs .nav-item .nav-link{
    color:#333;
	font-size:1.25rem;
	padding:25px 0px;

	margin-left:15px;

}

.index-news-tabs .nav-item .nav-link.active{
	background:none;
	color:#FF8C00;
	border-bottom:solid 3px #FF8C00;
	border-radius:0px;
	margin-bottom:-1px;
}

.index-news-tabs .bg-item {
	background: #f8f9fa;
	
}
.index-news-tabs .bg-item:hover {
	background:#FF8C00;

}
.index-news-tabs .bg-item:hover h5{
	color:#fff;
}
.index-news-tabs .bg-item:hover a{
	color:#fff;
}
.index-news-tabs .entry-data{
	color:#FF8C00;
	position: relative;
	
}

.index-news-tabs .entry-data:before {
    position: absolute;
    display: block;
    width: 2px;
    height: 90px;
	z-index:1;
    background:#FF8C00;
    top: 0%;
    left: 0%;
    content: "";
}


/* index-advantages
-------------------------------------------------- */
.index-advantages {

}
.advantage-card {
            text-align: center;
            padding: 2rem;
            background: rgba(255,255,255,0.05);
            border-radius: 15px;
            border: 1px solid rgba(255,140,0,0.3);
            transition: all 0.3s ease;
        }
        
        .advantage-card:hover {
            background: rgba(255,140,0,0.1);
            transform: translateY(-5px);
        }
        
        .advantage-icon {
            width: 80px;
            height: 80px;
            background: var(--bs-customer);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 1.5rem;
            font-size: 2rem;
            color: white;
        }
        
        .advantage-card h5 {
        
            margin-bottom: 1rem;
        }
        
        .advantage-card p {
   
   
        }


#culture .wp-block-column-is-layout-flow,.culture .content .wp-block-column-is-layout-flow{
            background: white;
            border-radius: 20px;
            padding: 1.8rem;
            text-align: center;
            transition: all 0.3s;
            box-shadow: 0 10px 20px rgba(0,0,0,0.05);
            height: 100%;
        }
#culture .wp-block-column-is-layout-flow:hover,.culture .content .wp-block-column-is-layout-flow:hover{
            transform: translateY(-5px);
            box-shadow: 0 20px 30px rgba(0,0,0,0.1);
        }
#culture .wp-block-column-is-layout-flow .fa,.culture .content .wp-block-column-is-layout-flow .fa{
	font-size:3rem;
	color:var(--bs-customer);
}
#culture .wp-block-column-is-layout-flow strong,.culture .content .wp-block-column-is-layout-flow strong{
	color:var(--bs-black);
}
#culture .wp-block-column-is-layout-flow p,.culture .content .wp-block-column-is-layout-flow .fa{
	
}

.research .content .wp-block-column-is-layout-flow{
            background: white;
            border-radius: 20px;
            padding: 1.8rem;
            text-align: center;
            transition: all 0.3s;
            box-shadow: 0 10px 20px rgba(0,0,0,0.05);
            height: 100%;
        }
.research .content .wp-block-column-is-layout-flow:hover{
            transform: translateY(-5px);
            box-shadow: 0 20px 30px rgba(0,0,0,0.1);
        }
.research .content .wp-block-column-is-layout-flow .fa{
			width: 60px;
            height: 60px;
            background: var(--bs-customer);
            color: var(--bs-white);
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.5rem;
            margin-left:auto;
			margin-right:auto;
}
.research .content .wp-block-column-is-layout-flow strong{
	color:var(--bs-black);
}
.research .content .wp-block-column-is-layout-flow:hover .fa{
	background: var(--bs-customer-two);
}





 #timeline,.history .content  {
      max-width: 1000px;
      margin: 15px auto;

    }

    
    /* ========== VERTICAL TIMELINE CORE ========== */
    #timeline .content,.history .content {
      position: relative;
      padding: 1rem 0;
    }
    
    /* The vertical center line */
    #timeline .content::before,.history .content::before {
      content: '';
      position: absolute;
      left: 50%;
      top: 0;
      bottom: 0;
      width: 4px;
      background: linear-gradient(to bottom, var(--bs-customer), var(--bs-customer-two), var(--bs-customer));
      border-radius: 2px;
      transform: translateX(-50%);
    }
    
    /* Each wp-block-group becomes a timeline item */
    #timeline .wp-block-group,.history .content .wp-block-group{
      position: relative;
      width: 100%;
      margin-bottom: 2.5rem;
      display: flex;
      align-items: flex-start;
    }
    
    /* Inner container styling */
    #timeline .wp-block-group__inner-container,
	.history .content .wp-block-group__inner-container {
      background: white;
      border-radius: 14px;
      padding: 1.5rem 1.8rem;
      box-shadow: 0 8px 24px rgba(0,0,0,0.05);
      border-top: 4px solid var(--bs-customer);
      transition: transform 0.2s, box-shadow 0.2s;
      width: 100%;
      position: relative;
    }
    #timeline .wp-block-group__inner-container:hover,
	.history .content .wp-block-group__inner-container:hover{
      transform: translateY(-4px);
      box-shadow: 0 14px 30px rgba(10,36,99,0.1);
    }
    
    /* Year heading style override */
    #timeline .wp-block-group h2,.history .content .wp-block-group h2 {
      font-size: 2rem !important;
      font-weight: 800 !important;
      color: var(--bs-customer-two) !important;
      margin-bottom: 0.3rem !important;
    }
    #timeline .wp-block-group p,.history .content .wp-block-group p {
      color: #495057;
      margin-bottom: 0.25rem;
      font-size: 0.95rem;
    }
    #timeline .wp-block-group p strong,.history .content .wp-block-group p strong {
      color: var(--bs-customer-two);
      font-size: 1.05rem;
    }
    
    /* ========== LEFT/RIGHT POSITIONING (ODD/EVEN) ========== */
    /* Odd items (1st, 3rd, 5th...) go LEFT */
    #timeline .wp-block-group:nth-child(odd),
	.history .content .wp-block-group:nth-child(odd){
      justify-content: flex-start;
      padding-right: calc(50% + 30px);
    }
    /* Even items (2nd, 4th...) go RIGHT */
    #timeline .wp-block-group:nth-child(even),
	.history .content .wp-block-group:nth-child(even){
      justify-content: flex-end;
      padding-left: calc(50% + 30px);
    }
    
    /* Circle dot on the center line */
    #timeline .wp-block-group::after,
	.history .content .wp-block-group::after {
      content: '';
      position: absolute;
      top: 28px;
      left: 50%;
      width: 20px;
      height: 20px;
      background: var(--bs-customer);
      border: 4px solid white;
      border-radius: 50%;
      transform: translate(-50%, -50%);
      box-shadow: 0 0 0 3px var(--bs-customer-two);
      z-index: 2;
      transition: background 0.2s;
    }
    #timeline .wp-block-group:hover::after,
	.history .content .wp-block-group:hover::after {
      background: var(--bs-customer-two);
    }
    
    /* Arrow pointers for left/right cards */
    #timeline .wp-block-group:nth-child(odd) .wp-block-group__inner-container::before,
	.history .content .wp-block-group:nth-child(odd) .wp-block-group__inner-container::before {
      content: '';
      position: absolute;
      right: -12px;
      top: 22px;
      width: 0;
      height: 0;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      border-left: 12px solid white;
    }
    #timeline .wp-block-group:nth-child(even) .wp-block-group__inner-container::before,
	.history .content .wp-block-group:nth-child(even) .wp-block-group__inner-container::before{
      content: '';
      position: absolute;
      left: -12px;
      top: 22px;
      width: 0;
      height: 0;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      border-right: 12px solid white;
    }
    
    /* ========== RESPONSIVE: Stack on mobile ========== */
    @media (max-width: 768px) {
      #timeline .content::before,.history .content::before {
        left: 28px;
      }
      #timeline .wp-block-group,.history .content .wp-block-group{
        padding-left: 60px !important;
        padding-right: 0 !important;
        justify-content: flex-start !important;
      }
      #timeline .wp-block-group::after,.history .content .wp-block-group::after{
        left: 28px;
      }
      #timeline .wp-block-group:nth-child(odd) .wp-block-group__inner-container::before,
      #timeline .wp-block-group:nth-child(even) .wp-block-group__inner-container::before,
	  .history .content .wp-block-group:nth-child(odd) .wp-block-group__inner-container::before,
	  .history .content .wp-block-group:nth-child(odd) .wp-block-group__inner-container::before{
        left: -12px;
        right: auto;
        border-right: 12px solid white;
        border-left: none;
      }
    }