

/** info-section **/

.info-section{
  position: relative;
  padding: 100px 0px;
}

.info-section .title-inner{
  position: relative;
  padding-left: 250px;
  display: flex;
  vertical-align: middle;
  align-items: center;
  min-height: 180px;
}

.info-section .title-inner .year-box{
  position: absolute;
  display: block;
  left: 0px;
  top: 0px;
  max-width: 220px;
  width: 100%;
  text-align: center;
  padding: 27px 15px 29px 15px;
}

.info-section .title-inner .year-box .image-box{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 220px;
  height: 180px;
  overflow: hidden;
}

.info-section .title-inner .year-box h2{
  position: relative;
  font-size: 110px;
  line-height: 94px;
  font-weight: 700;
}

.info-section .title-inner .year-box h3{
  font-size: 22px;
  line-height: 30px;
  color: #204669;
  text-transform: uppercase;
  font-weight: 400;
}

.info-section .title-inner .title h2{
  position: relative;
  display: block;
  font-size: 36px;
  line-height: 42px;
  font-weight: 700;
  color: #222;
}

.info-section .title-inner .title h2 span{

}

.info-section .text-column .text p{
  margin-bottom: 22px;
}

.info-section .text-column .text a{
  position: relative;
  display: inline-block;
}

.info-section .text-column .text a i{
  position: relative;
  font-size: 12px;
  margin-right: 10px;
}

.info-section .text-column .text a span{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  color: #222;
  font-weight: 700;
  border-bottom: 1px solid #222;
  transition: all 500ms ease;
}

.info-section .text-column .text a:hover span{

}

.info-section .text-column .text{
  position: relative;
  display: block;
  margin-top: 18px;
}


/** info-style-two **/

.info-style-two{
  position: relative;
  padding: 72px 0px;
}

#video_block_two .video-content{
  position: relative;
  display: block;
}

.info-style-two #video_block_two .video-content{
  margin-right: 55px;
  margin-top: -112px;
}

#video_block_two .video-inner{
  position: relative;
  width: 100%;
  text-align: center;
  padding: 190px 0px 230px 0px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 0% 100%, 0% 0%);
}

#video_block_two .video-inner:before {
  position: absolute;
  top: 0;
  left: -75%;
  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);
}

#video_block_two .video-inner:hover:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

#video_block_two .video-content .pattern-layer{
  position: absolute;
  left: -210px;
  top: 140px;
  width: 283px;
  height: 363px;
  background-repeat: no-repeat;
}

#video_block_two .video-inner .video-btn a{
  position: relative;
  display: inline-block;
  width: 135px;
  height: 135px;
  line-height: 135px;
  text-align: center;
  background: rgba(255,255,255,0.9);
  font-size: 30px;
  border-radius: 50%;
}

#video_block_two .video-inner .video-btn a:after, 
#video_block_two .video-inner .video-btn a:before {
  width: 135px;
  height: 135px;
  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.6);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

#video_block_two .video-inner .video-btn a:after {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

#content_block_seven .content-box{
  position: relative;
}

#content_block_seven .content-box .info-list{
  position: relative;
  display: block;
  margin-bottom: 28px;
}


#content_block_seven .content-box .info-list li{
  position: relative;
  display: block;
  padding-left: 90px;
  padding-bottom: 29px;
  margin-bottom: 27px;
  border-bottom: 1px dashed #5e5588;
}

#content_block_seven .content-box .info-list li:last-child{
  margin-bottom: 0px;
}

#content_block_seven .content-box .info-list li i{
  position: absolute;
  left: 0px;
  top: 8px;
  font-size: 70px;
  line-height: 70px;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#content_block_seven .content-box .info-list li h3{
  color: #fff;
  margin-bottom: 14px;
}

#content_block_seven .content-box .info-list li p{
  color: #8c86aa;
}

#content_block_seven .content-box .support-box p{
  color: #8c86aa;
  margin-bottom: 6px;
}

#content_block_seven .content-box .support-box .box{
  position: relative;
  padding-left: 90px;
}

#content_block_seven .content-box .support-box .box i{
  position: absolute;
  left: 0px;
  top: 13px;
  font-size: 70px;
  line-height: 70px;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#content_block_seven .content-box .support-box .box h3{
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 48px;
  font-weight: 400;
  color: #fff;
  margin: 0px;
}

#content_block_seven .content-box .support-box .box h3 a{
  display: inline-block;
  color: #fff;
}

#content_block_seven .content-box .support-box .box h3 a:hover{
  text-decoration: underline;
}


/** about-style-three **/

.about-style-three{
  position: relative;
  padding: 104px 0px 110px 0px;
}

#content_block_ten .content-box .text{
  position: relative;
  display: block;
  margin-bottom: 39px;
}

#content_block_ten .content-box .text p{
  margin-bottom: 28px;
}

#content_block_ten .content-box .text p:last-child{
  margin-bottom: 0px;
}

#content_block_ten .content-box .year-box{
  position: relative;
  padding-left: 160px;
}

#content_block_ten .content-box .year-box .image-box{
  position: absolute;
  left: 0px;
  top: -1px;
}

#content_block_ten .content-box .year-box h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #222;
  text-transform: uppercase;
  margin: 0px;
  padding: 19px 0px 20px 15px;
}

#image_block_three .image-box{
  position: relative;
  display: block;
  margin-right: -175px;
  margin-top: 27px;
}

#image_block_three .image-box .image img{
  width: 100%;
}

#image_block_three .image-box .icon-box .icon{
  position: absolute;
  background-repeat: no-repeat;
}

#image_block_three .image-box .icon-box .icon-1{
  left: 170px;
  top: 50px;
  width: 50px;
  height: 50px;
}

#image_block_three .image-box .icon-box .icon-2{
  right: 280px;
  top: 0px;
  width: 112px;
  height: 83px;
}

#image_block_three .image-box .icon-box .icon-3{
  right: -15px;
  top: 80px;
  width: 105px;
  height: 108px;
}


/** about-style-two **/

.about-style-two{
  position: relative;
  padding-bottom: 90px;
}

.sec-title.style-two h5{
  padding-left: 55px;
}

.sec-title.style-two h5:before{
  left: 0px;
}

#content_block_three .content-box .sec-title{
  margin-bottom: 27px;
}

#content_block_three .content-box .text{
  position: relative;
  display: block;
  margin-bottom: 36px;
}

#content_block_three .content-box  .inner-box .single-item{
  position: relative;
  display: block;
  padding-left: 50px;
  margin-bottom: 26px;
}

#content_block_three .content-box  .inner-box .single-item .icon-box{
  position: absolute;
  left: 0px;
  top: 2px;
  font-size: 35px;
  line-height: 35px;
}

#content_block_three .content-box  .inner-box .single-item h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  color: #222;
  margin-bottom: 5px;
}

#content_block_three .content-box  .inner-box .single-item h5 a{
  display: inline-block;
  color: #222;
}

#content_block_three .content-box  .inner-box .single-item h5 a:hover{

}

.about-style-two .content-box{
  margin-right: 60px;
}

#image_block_two .image-box{
  position: relative;
}

#image_block_two .image-box .image{
  position: relative;
  overflow: hidden;
  display: block;
}

#image_block_two .image-box .image:before {
  position: absolute;
  top: 0;
  left: -75%;
  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);
}

#image_block_two .image-box .image:hover:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

#image_block_two .image-box .image img{
  width: 100%;
}

#image_block_two .image-box .content-box{
  position: absolute;
  left: 70px;
  bottom: 45px;
  max-width: 420px;
  width: 100%;
  overflow: hidden;
  background: #fff;
  padding: 29px 50px 34px 50px;
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
}

#image_block_two .image-box .content-box i{
  position: absolute;
  left: 30px;
  top: 20px;
  font-size: 90px;
  line-height: 90px;
  color: #e5e5e5;
}

#image_block_two .image-box .content-box h4{
  margin-bottom: 0px;
}

#image_block_two .image-box .content-box h5{
  font-size: 18px;
  line-height: 26px;
  color: #222;
  font-weight: 400;
}

#image_block_two .image-box .content-box h5 a{
  font-size: 22px;
  font-weight: 700;
}

#image_block_two .image-box .content-box h5 a:hover{

}

.about-style-two .pattern-layer{
  position: absolute;
  right: 0px;
  bottom: -150px;
  width: 572px;
  height: 684px;
  background-repeat: no-repeat;
}

.about-style-two .image-box{
  margin-top: 44px;
}


/** about-section **/

.about-section{
  position: relative;
  padding: 100px 0px;
}

.bg-color-1{
  background: #f0f5f9;
}

.about-section .video-inner{
  position: relative;
  display: block;
  margin-right: 70px;
}

.about-section .video-inner .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 90%, 0% 0%);
}

.about-section .video-inner .image-box:before{
  position: absolute;
  top: 0;
  left: -75%;
  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);
}

.about-section .video-inner .image-box:hover:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.about-section .video-inner .image-box img{
  width: 100%;
}

.about-section .video-inner .video-btn{
  position: absolute;
  left: 35px;
  bottom: -10px;
  width: 175px;
  height: 175px;
  text-align: center;
  background: #f0f5f9;
  padding: 10px;
  border-radius: 50%;
}

.about-section .video-inner .video-btn a{
  position: relative;
  display: inline-block;
  width: 155px;
  height: 155px;
  line-height: 155px;
  text-align: center;
  border-radius: 50%;
  font-size: 36px;
  color: #fff;
  z-index: 1;
}

.about-section .video-inner .video-btn a:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  border-radius: 50%;
  opacity: 0.85;
  z-index: -1;
}

.about-section .video-inner .video-btn:after, 
.about-section .video-inner .video-btn:before {
  width: 175px;
  height: 175px;
  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(218, 44, 70, 0.6);
  box-shadow: 0 0 0 0 rgba(218, 44, 70, 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.about-section .video-inner .video-btn:after {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

h4{
  font-size: 20px;
  line-height: 30px;
  color: #222;
  font-weight: 700;
}

h4 a{
  color: #222;
}

#content_block_one .content-box{
  position: relative;
  display: block;
}

.about-section .content-box{
  margin-right: -15px;
}

#content_block_one .content-box .sec-title{
  margin-bottom: 27px;
}

#content_block_one .content-box .text{
  margin-bottom: 33px;
  position: relative;
}

#content_block_one .content-box .inner-box .single-item{
  position: relative;
  padding: 0px 0px 0px 85px;
  margin-bottom: 31px;
}

#content_block_one .content-box .inner-box .single-item:last-child{
  margin-bottom: 0px;
}

#content_block_one .content-box .inner-box .single-item .icon-box{
  position: absolute;
  left: 0px;
  top: 5px;
  font-size: 60px;
  line-height: 60px;
}

#content_block_one .content-box .inner-box .single-item .icon-box i{
  position: relative;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#content_block_one .content-box .inner-box .single-item .icon-box .bg-box{
  position: absolute;
  content: '';
  background: #f3dfe5;
  width: 40px;
  height: 60px;
  left: 10px;
  bottom: -15px;
  transform: rotate(-45deg);
  transition: all 500ms ease;
}

#content_block_one .content-box .inner-box .single-item:hover .icon-box .bg-box{
  transform: rotate(-90deg);
}

#content_block_one .content-box .inner-box .single-item h4 a:hover{

}

#content_block_one .content-box .inner-box .single-item h4{
  margin-bottom: 10px;
}
