/* your styles go here */

/** @section Timelines start */
.timeline__item {
	position: relative;
	padding-left: 24px;
	text-align: left;
}

@media (max-width: 767.98px) {
	.timeline__item {
		max-width: 340px;
		margin-left: auto;
		margin-right: auto;
	}
}

.timeline__item::before {
	content: '';
	position: absolute;
	top: 12px;
	bottom: 0;
	left: 0;
	width: 25px;
	border: 1px solid #909296;
	border-right-width: 0;
	border-bottom-width: 0;
}

@media (min-width: 768px) {
	.timeline__item {
		padding-bottom: 20px;
		border-bottom: 8px solid rgba(49, 51, 56, 0.33);
	}
	.timeline__item::after {
		content: '';
		position: absolute;
		left: -12px;
		bottom: -15.84px;
		height: 24px;
		width: 24px;
		border-radius: 50%;
		background: #E7475E;
	}
	.timeline__item-wrap:nth-child(even) .timeline__item {
		display: flex;
		flex-direction: column-reverse;
		padding-top: 20px;
		padding-bottom: 0;
		border-bottom: 0;
		margin-top: -8px;
		border-top: 8px solid rgba(49, 51, 56, 0.55);
	}
	.timeline__item-wrap:nth-child(even) .timeline__item::before {
		top: 0;
		bottom: 12px;
		border-top-width: 0;
		border-bottom-width: 1px;
	}
	.timeline__item-wrap:nth-child(even) .timeline__item::after {
		top: -15.84px;
		bottom: auto;
	}
	.timeline__item-wrap:nth-child(even) .timeline__item .timeline__item-header {
		margin-top: 15px;
	}
	.timeline__item-wrap:nth-child(even) .timeline__item .timeline__item-main {
		margin-top: 0;
	}
}

@media (min-width: 1200px) {
	.timeline__item {
		padding-left: 56px;
	}
	.timeline__item::before {
		left: 32px;
	}
	.timeline__item::after {
		left: 20px;
	}
}

.timeline {
	display: block;
}

.timeline > * + * {
	margin-top: 25px;
}

@media (min-width: 768px) {
	.timeline {
		font-size: 0;
		line-height: 0;
		white-space: nowrap;
	}
	.timeline > * + * {
		margin-top: 0;
	}
	.timeline__item-wrap {
		display: inline-block;
		font-size: 16px;
		line-height: 1.5;
		white-space: normal;
		width: 33.33333%;
		padding: 0 4px;
	}
	.timeline__item-wrap:nth-child(odd) {
		vertical-align: text-bottom;
	}
	.timeline__item-wrap:nth-child(even) {
		vertical-align: text-top;
	}
}

.timeline__item-header {
	padding-left: 10px;
}

.timeline__item-header > * {
	font-weight: 500;
}

.timeline__item-main {
	margin-top: 15px;
}

.timeline__item-main:before, .timeline__item-main:after {
	content: " ";
	display: table;
}

.timeline__item-main:after {
	clear: both;
}

.timeline__item-main img {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}

.timeline__item-main p {
	margin-top: 0;
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.timeline__item-main img {
		float: none;
	}
}

@media (min-width: 1200px) {
	.timeline__item-main p {
		padding-top: 8px;
	}
}

* + .timeline {
	margin-top: 30px;
}

/** @section Timelines end */


/**@subsection   Counter  start*/
.counter {
    font-size: 48px;
    line-height: 1;
    /* font-family: "Open Sans", sans-serif; */
    letter-spacing: 0.06em;
}
.counter-span {
	font-size: 48px;
}

@media (min-width: 390px) {
	.counter {
        font-size: 35px;
    }
	.counter-span {
		font-size: 35px;
	}
}
  
@media (min-width: 768px) {
    .counter {
        font-size: 40px;
    }
	.counter-span {
		font-size: 40px;
	}
}

@media (min-width: 1200px) {
	.counter {
        font-size: 48px;
    }
	.counter-span {
		font-size: 48px;
	}
}
  
.counter-panel {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}
  
.counter-panel [class*='col-'] {
    padding-top: 42px;
    padding-bottom: 42px;
}
  
.counter-panel [class*='col-'] + [class*='col-'] {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.text-opacity {
    /* color: rgba(255, 255, 255, 0.6); */
    letter-spacing: 0.06em;
}

.font-secondary {
    font-family: "Open Sans", sans-serif;
}

.text-uppercase, .initialism {
    text-transform: uppercase;
}

/**@subsection   Counter  end*/

/* 滚动展示 开始 */

/* 滚动展示 结束 */
/* Zoom In #1 */

/* .hover01 figure img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.hover01 figure:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
} */

.column {
    margin: 15px 0px 0;
    padding: 0;
}

.column:last-child {
    padding-bottom: 30px;
}

.column::after {
    content: '';
    clear: both;
    display: block;
}

figure {
    /* width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden; */
	display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

/* figure:hover+span {
    bottom: -36px;
    opacity: 1;
} */

.materials_text {
    width: 100%;
    float: left;
    font-size: 24px;
    color: #000;
    font-weight: bold;
    text-align: center;
    padding-top: 20px;
    text-transform: uppercase;
}

.categroy_text {
    width: 90%;
    margin: 0 auto;
    font-size: 16px;
    color: #232222;
    text-align: center;
}

/*
 * Owl Pagination 滚动按钮
 */
.owl-dots {
	line-height: 10px;
	margin-left: -16px;
	text-align: center;
}
  
.owl-dot {
	margin-top: 8px;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-left: 16px;
	text-align: center;
	border-radius: 50%;
	background: #c5d4dc;
	cursor: pointer;
}

.owl-dot.active {
	width: 15px;
	height: 15px;
	line-height: 15px;
	background: #223769;
	-webkit-transform: translateY(2px);
	transform: translateY(2px);
}
  
.owl-dot:hover {
	background: #223769;
}


/*
* @subsection   ToTop
* @license      MIT license - http://opensource.org/licenses/MIT
* @version      1.0.0
*/
.ui-to-top {
	width: 50px;
	height: 50px;
	font-size: 24px;
	line-height: 46px;
	color: #FFF;
	background: #223769;
	border-radius: 50%;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0.12), 3px 4px 8px 0px rgba(0, 0, 0, 0.11);
	position: fixed;
	right: 15px;
	bottom: 15px;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	z-index: 20;
	-webkit-transform: translateY(100px);
	transform: translateY(100px);
}
  
.ui-to-top:focus {
	color: #FFF;
	background: #223769;
}
  
.ui-to-top:hover {
	color: #FFF;
	background: #1c2d56;
	text-decoration: none;
}
  
.ui-to-top.active {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
  
.mobile .ui-to-top,
.tablet .ui-to-top {
	display: none !important;
}
  
@media (min-width: 480px) {
	.ui-to-top {
		right: 40px;
		bottom: 40px;
	}
}

@keyframes iconPulse {
	0%{
		-webkit-transform: scale(0.5);
		-ms-transform: scale(0.5);
		-o-transform: scale(0.5);
		transform: scale(0.5);
		opacity: 0;
	}
	50%{
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}

.counter-icon {
	position: relative;
	display: inline-block;
	font-size: 50px;
	width: 100px;
	height: 100px;
	line-height: 100px;
	display: inline-block;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	margin-bottom: 30px;
}

.counter-icon::after,
.counter-icon::before {
	content: "";
	display: block;
	position: absolute;
	border-radius: 20%;
	border: 3px solid #fff;
	left: -20px;
	right: -20px;
	top: -20px;
	bottom: -20px;
	opacity: 0;
	animation: iconPulse 1s linear infinite;
}
.counter-icon::after {
	animation-delay: 0.5s;
}

/* Preloader */
.preloader {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999999;
	width: 100%;
	height: 100%;
	background-color: #fff;
	overflow: hidden;
  }
  
  .preloader-inner {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
  }
  
  .preloader-icon {
	width: 100px;
	height: 100px;
	display: inline-block;
	padding: 0px;
  }
  
  .preloader-icon span {
	position: absolute;
	display: inline-block;
	width: 100px;
	height: 100px;
	border-radius: 20%;
	background: #E7475E;
	-webkit-animation: preloader-fx 1.6s linear infinite;
	animation: preloader-fx 1.6s linear infinite;
  }
  
  .preloader-icon span:last-child {
	animation-delay: -0.8s;
	-webkit-animation-delay: -0.8s;
  }
  
  @keyframes preloader-fx {
	0% {
	  -webkit-transform: scale(0, 0);
			  transform: scale(0, 0);
	  opacity: 0.5;
	}
	100% {
	  -webkit-transform: scale(1, 1);
			  transform: scale(1, 1);
	  opacity: 0;
	}
  }
  
  @-webkit-keyframes preloader-fx {
	0% {
	  -webkit-transform: scale(0, 0);
	  opacity: 0.5;
	}
	100% {
	  -webkit-transform: scale(1, 1);
	  opacity: 0;
	}
  }

/* 图标居中 */
img.no-vertical-align {
	vertical-align: initial;
	border-style: none;
}

.flex-container {
	display: flex;
	flex-direction: column;
	align-items: center; /* 居中对齐 */
	/* padding: 10px; 外边距 */
}
  
.flex-row img {
	width: 184px;
	height: 74px;
	object-fit: cover; /* 确保图片不被拉伸 */
	margin-right: 70px; /* 增加图片之间间距 */
}
  
.flex-row img:last-child {
	margin-right: 0; /* 最后一个元素右边距为0 */
}
  
/* 同时也可以给行与行之间增加更大的间距 */
.flex-row {
	margin-bottom: 70px; /* 增加行间距 */
}

/* 在较小屏幕上调整 */
@media (max-width: 767px) {
	.flex-row {
	  flex-direction: column; /* 改变为垂直排列 */
	}
  
	.flex-row img {
	  width: 100%; /* 图片宽度为容器的100% */
	  height: auto; /* 自动高度以保持比例 */
	  margin-right: 0; /* 移除右边距 */
	  margin-bottom: 20px; /* 保持底部间距 */
	}
}

.rounded-image {
	border-radius: 15px; /* 设置圆角的大小 */
	width: 184px; /* 设置图片宽度 */
	height: 74px; /* 设置图片高度 */
	object-fit: cover; /* 保持图片比例并裁剪以适应容器 */
}