
/** about-section **/

.about-section {
  position: relative;
  padding: 100px 0px;
  background: #eee;
}


.content_block_one .content-box {
  position: relative;
  padding: 150px 0;
  display: block;
}

.content_block_one .content-box p {
  color: #666;
  font-size: 18px;
  line-height: 35px;
  letter-spacing: 1px;
  text-align: justify;
  font-weight: normal;
}
.moresssabo{
  text-align: left;
}
.moresssabo a {
  display: block;
  width: 100px;
  border: 1px solid #f05500;
  text-align: center;
  padding: 5px;
  font-size: 18px;
  color: #f05500;
}
.moresssabo a:hover{
  color: #fff;
  background:#f05500;
}
.content_block_one .content-box .theme-btn span{
  padding: 18px 40px;
}

.image_block_one .image-box{
  position: relative;
  display: block;
  top: 30px;
}

.image_block_one .image-box .image-1 {
  position: absolute;
  display: block;
  overflow: hidden;
  right:0;
}

.image_block_one .image-box .image-1 img {
  width: 100%;
  /* border-radius: 10px; */
  height: 100%;
  object-fit: cover;
  box-shadow: 0px 20px 100px rgba(6, 49, 55, 0.2);
}

.image_block_one .image-box .image-1:before{
  position: absolute;
  top: 0;
  left: -85%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
  z-index: 1;
}

.image_block_one .image-box .image-1:hover:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}
.content-columnvvfrd{
  padding-left: 80px;
    padding-top: 50px;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}
/** funfact-section **/

.funfact-section{
  position: relative;
  background: var(--theme-color);
  padding: 65px 0px 0;
}

.funfact-block-one .inner-box{
  position: relative;
  display: block;
}

.szzd {
  font-size: 30px;
}

.funfact-block-one:first-child .inner-box:before{
  display: none;
}

.funfact-block-one .inner-box .icon-box{
  position: absolute;
  display: inline-block;
  left: 0px;
  top: 0px;
  width: 90px;
  height: 90px;
  line-height: 90px;
  font-size: 40px;
  color: #666;
  background: rgba(255, 255, 255, 0.1);
  text-align: center;
  border-radius: 50%;
}

.funfact-block-one .inner-box .count-outer{
  position: relative;
  display: block;
  font-size: 59.61px;
  line-height: 50px;
  font-family: var(--title-font);
  color: #666;
  margin-bottom: 7px;
  text-align: center;
}

.funfact-block-one .inner-box h4{
  display: block;
  font-size: 17.29px;
  line-height: 28px;
  color: #666;
  text-align: center;
}

.funfact-section .inner-container{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.image_block_one .image-box .image-2{
  position: absolute;
  left: 0px;
  bottom: 50px;
  background: #FFFFFF;
  border-radius: 20px;
  border: 20px solid #fff;
  overflow: hidden;
  z-index: 1;
}

.image_block_one .image-box .image-2:before,
.image_block_one .image-box .image-3:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, .2);
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}

.image_block_one .image-box .image-2:hover:before,
.image_block_one .image-box .image-3:hover:before {
  -webkit-animation: circle .95s;
  animation: circle .95s;
}


@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
.portfolio_section123{
  top: -70px;
}
.image_block_one .image-box .image-2 img, .image_block_one .image-box .image-3 img {
  width: 100%;
  /* border-radius: 10px; */
  height: 100%;
  object-fit: cover;
  box-shadow: 0px 20px 100px rgba(6, 49, 55, 0.2);
}

.image_block_one .image-box .image-3{
  position: absolute;
  left: 0px;
  top: 255px;
  overflow: hidden;
  z-index: 1;
}

.image_block_one .image-box .image-shape{
  position: absolute;
  top: -74px;
  right: -73px;
  width: 180px;
  height: 180px;
  background-repeat: no-repeat;
  -webkit-animation: zoom-fade 4s infinite linear;
  animation: zoom-fade 4s infinite linear;
}

.about-section .pattern-layer{
  position: absolute;
  left: -105px;
  top: -50px;
  width: 213px;
  height: 213px;
  background-repeat: no-repeat;
  -webkit-animation: zoom-fade 6s infinite linear;
  animation: zoom-fade 6s infinite linear;
}


/** about-style-two **/
.about-page123 {
  background: url(./../../images/background/falc-bg.png) no-repeat;
  background-size: 100% 100%;
}
.about-style-two{
  position: relative;
}

.image_block_three .image-box{
  position: relative;
  display: block;
  padding: 60px 100px 100px 0px;
}

.image_block_three .image-box .image-1{
  position: relative;
  display: block;
  border-radius: 20px;
  overflow: hidden;
}

.image_block_three .image-box .image-1 img{
  width: 100%;
  border-radius: 20px;
}

.image_block_three .image-box .image-1:before{
  position: absolute;
  top: 0;
  left: -85%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
  z-index: 1;
}

.image_block_three .image-box .image-1:hover:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

.image_block_three .image-box .image-2{
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  border: 20px solid #fff;
  box-shadow: 0px 20px 100px rgba(6, 49, 55, 0.2);
  overflow: hidden;
  z-index: 1;
}

.image_block_three .image-box .image-2 img{
  width: 100%;
  border-radius: 50%;
}

.image_block_three .image-box .image-2:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, .2);
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}

.image_block_three .image-box .image-2:hover:before {
  -webkit-animation: circle .95s;
  animation: circle .95s;
}

.image_block_three .image-box .video-box{
  position: absolute;
  left: -60px;
  top: 0px;
  width: 180px;
  background: var(--theme-color);
  border-radius: 20px;
  padding: 45px;
  z-index: 1;
}

.image_block_three .image-box .video-box a{
  position: relative;
  display: inline-block;
  width: 90px;
  height: 90px;
  line-height: 90px;
  border: 5px solid #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 36px;
  color: #fff;
}

.image_block_three .image-box .video-box a:before,
.image_block_three .image-box .video-box a:after {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.image_block_three .image-box .video-box a:after{
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

.image_block_three .image-box .image-shape{
  position: absolute;
  right: 52px;
  bottom: -53px;
  width: 180px;
  height: 180px;
  background-repeat: no-repeat;
  -webkit-animation: zoom-fade 4s infinite linear;
  animation: zoom-fade 4s infinite linear;
}

.content_block_three .content-box{
  position: relative;
  display: block;
}

.content_block_three .content-box .experience-inner{
  position: absolute;
  top: -7px;
  right: 0px;
  width: 200px;
  border: 3px dashed var(--theme-color);
  border-radius: 20px;
  padding: 40px 30px 38px 30px;
}

.content_block_three .content-box .experience-inner h2{
  position: relative;
  display: block;
  font-size: 60px;
  line-height: 50px;
  font-weight: 700;
  margin-bottom: 18px;
  color: var(--theme-color);
}

.content_block_three .content-box .experience-inner h4{
  display: block;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
}

.content_block_three .content-box .theme-btn span{
  padding: 18px 40px;
}


/** about-style-three **/

.about-style-three{
  position: relative;
}

.about-style-three .image-layer{
  position: absolute;
  right: 267px;
  bottom: 0px;
}

.about-style-three .pattern-layer .pattern-1{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -445px;
  width: 750px;
  height: 750px;
  border-radius: 50%;
  border: 95px solid rgba(217, 217, 217, 0.2);
  z-index: -1;
}

.about-style-three .pattern-layer .pattern-2{
  position: absolute;
  top: -270px;
  right: 208px;
  width: 213px;
  height: 213px;
  background-repeat: no-repeat;
  z-index: -1;
  -webkit-animation: zoom-fade 4s infinite linear;
  animation: zoom-fade 4s infinite linear;
}

.about-style-three .pattern-layer .pattern-3{
  position: absolute;
  right: 326px;
  top: -100px;
  width: 113px;
  height: 108px;
  background-repeat: no-repeat;
}

.auto-container123{
  padding-bottom: 250px;
}



.time-line {
	position: relative;
}

.time-line-main {
	text-align: center;
}

.time-line-main>h3 {
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	line-height: 45px;
}

.city-list {
	position: relative;
	display: inline-block;
	border-top: 1px #fff solid;
	border-bottom: 1px #fff solid;
	line-height: 32px;
	color: #fff;
	margin-top: 10px;
}

.city-list>label {
	margin: 0 16px;
}

.city-list>span {
	position: absolute;
	left: 50%;
	margin-left: -3px;
	padding: 0 2px;
	display: block;
	background: #3e9aef;
}

.city-list>span.top {
	top: -3px;
}

.city-list>span.bottom {
	bottom: -3px;
}

.city-list>span>i {
	width: 2px;
	height: 5px;
	display: block;
	background: #fff;
}

.time-line-warp {
	max-width: 1430px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
  top: 0;
	z-index: 1;
}

.time-axis {
  height: 30px;
  background: url(./../../images/about/time_line1.png) no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  top: -65px;
}

.time-list-main>ul {
	overflow: hidden;
}
.wtgydd:nth-child(1){
  margin-left: 24px;
}
.time-list-main li {
  display: block;
  float: left;
  width: 22.3% !important;
  color: #fff;
  font-size: 12px;
  margin: 0 95px 0 0;
  text-align: center;
}

.time-list-main li.active>i {
	background: url(./../../images/about/time_dot_s.png) no-repeat center;
	-webkit-animation: dyamiuc_round 2.5s linear 0s infinite normal;
	animation: dyamiuc_round 2.5s linear 0s infinite normal
}

@-webkit-keyframes dyamiuc_round {
	0% {
		-webkit-transform: scale(.3);
		transform: scale(.3);
		opacity: 0
	}

	50% {
		-webkit-transform: scale(.7);
		transform: scale(.7);
		opacity: 1
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}
}

@keyframes dyamiuc_round {
	0% {
		-webkit-transform: scale(.3);
		transform: scale(.3);
		opacity: 0
	}

	50% {
		-webkit-transform: scale(.7);
		transform: scale(.7);
		opacity: 1
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}
}

.time-list-main li>i {
	display: block;
	margin: 0 auto;
	width: 35px;
	height: 35px;
	background: url(./../../images/about/time_dot.png) no-repeat center;
  
}

.time-list-main li>p {
	font-size: 16px;
	line-height: 30px;
}
.time-list-main li:first-child .time-txt p{
    padding-top: 30px;
}
.time-list-main li:nth-child(4)  .time-txt p{
    padding-top: 0px;
}
.time-list-main li:last-child .time-txt p{
    padding-top: 30px;
}
.time-txt {
    padding: 10px;
    margin: 30px auto;
    width: 100%;
    min-height: 106px;
    background: #fff;
    box-shadow: 0 0 10px 0 #999;
    color: #fff;
    line-height: 45px;
    border-radius: 5px;
}

.time-txt>i {
	position: absolute;
	left: 50%;
	margin-left: -4.5px;
	bottom: -5px;
	display: block;
	width: 9px;
	height: 5px;
}

.time-p-n {
	position: absolute;
	bottom: 32px;
	display: block;
	width: 35px;
	height: 35px;
	background-image: url(./../../images/about/time_p_n.png);
}

.time-p-n.prev {
	display: none;
	left: 0;
	background-position: 0 -35px;
}

.time-p-n.prev:hover {
	background-position: 0 0;
}

.time-p-n.next {
	right: 0;
	background-position: -35px 0;
}

.time-p-n.next:hover {
	background-position: -35px -35px;
}

.time-txt>p {
	padding: 5px 10px 0;
	line-height: 22px;
}

.time-img>img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}


.sec-title111ds p {
  font-size: 26px;
  color: #666;
  line-height: 34px;
  text-align: center;
  margin-top: 40px;
}
.about-section222{
  background: url(./../../images/background/shzr-bg.png) no-repeat;
}
































