
.about-section{
  padding-bottom: 150px;
}

.image_block_one .image-box{
  padding-right: 240px;
  padding-bottom: 118px;
  margin-right: -25px;
}

.image_block_one .image-box .image-1{
  position: relative;
  display: block;
  box-shadow: 0px 4px 209px 38px rgba(97, 97, 97, 0.25);
  border-radius: 10px;
  z-index: 1;
  overflow: hidden;
}

.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:hover .image-1:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

.image_block_one .image-box .image-1 img{
  width: 100%;
  border-radius: 10px;
}

.image_block_one .image-box .image-2{
  position: absolute;
  right: 0px;
  bottom: 0px;
  border-radius: 10px;
}

.image_block_one .image-box .image-2 img{
  width: 100%;
  border-radius: 10px;
}

.image_block_one .image-box .certificate-box{
  position: absolute;
  top: 103px;
  right: 13px;
}

.content_block_one .content-box{
  display: block;
}

.content_block_one .content-box .list-inner{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.content_block_one .content-box .list-inner li{
  color: var(--main-color);
  font-weight: 500;
}

.about-section .pattern-layer{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 585px;
  height: 705px;
  background-repeat: no-repeat;
}


/** about-style-two **/

.about-style-two{
  padding: 0px 0px 150px 0px;
}

.about-style-two .image-box{
  position: relative;
  display: block;
  margin-left: -80px;
  margin-right: -59px;
}

.about-style-two .image-box img{
  width: 100%;
}

.content_block_four .content-box{
  position: relative;
  display: block;
}

.content_block_four .content-box .text h5{
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 20px;
}

.content_block_four .content-box .funfact-inner{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.content_block_four .content-box .funfact-block{
  position: relative;
  display: block;
}

.content_block_four .content-box .funfact-block .count-outer{
  position: relative;
  display: block;
  font-size: 54px;
  line-height: 64px;
  font-weight: 700;
  font-family: var(--maven);
  color: var(--main-color);
  margin-bottom: 25px;
}

.content_block_four .content-box .funfact-block p{
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  font-family: var(--secondary-color);
  margin-bottom: 25px;
}

.content_block_four .content-box .funfact-block .link a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: var(--secondary-color);
}

.content_block_four .content-box .funfact-block .link a:hover{
  color: var(--main-color);
}

.about-style-two .pattern-layer .pattern-1{
  position: absolute;
  left: 0px;
  top: -90px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}

.about-style-two .pattern-layer .pattern-2{
  position: absolute;
  top: -90px;
  right: 0px;
  width: 847px;
  height: 881px;
  background-repeat: no-repeat;
}


/** about-style-three **/

.about-style-three{
  padding: 150px 0px 338px 0px;
}

.content_block_six .content-box{
  position: relative;
  display: block;
}

.content_block_six .content-box p{
  font-size: 18px;
}

.content_block_six .content-box .inner-box .single-item{
  position: relative;
  display: block;
  padding: 0px 0px 0px 86px;
  margin-bottom: 20px;
  min-height: 55px;
}

.content_block_six .content-box .inner-box .single-item:last-child{
  margin-bottom: 0px;
}

.content_block_six .content-box .inner-box .single-item .icon-box{
  position: absolute;
  left: 0px;
  top: 0px;
}

.content_block_six .content-box .inner-box .single-item h5{
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  font-family: var(--heebo);
}

.about-style-three .image-inner{
  position: relative;
  display: block;
  min-width: 830px;
}

.about-style-three .image-inner .image{
  position: relative;
  display: block;
  border-radius: 10px;
  margin-bottom: 20px;
  overflow: hidden;
}

.about-style-three .image-inner .image img{
  width: 100%;
  border-radius: 10px;
  transition: all 500ms ease;
}

.about-style-three .image-inner .image-box{
  float: left;
  margin-right: 20px;
}

.about-style-three .image-inner .image-box:last-child{
  margin: 0px;
}

.about-style-three .image-inner .image:hover img{
  transform: scale(1.05);
}

.about-style-three .image-layer{
  position: absolute;
  left: 136px;
  bottom: 150px;
}

.about-style-three .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  max-width: 1920px;
  width: 100%;
  height: 100%;
}

.about-style-three .pattern-layer .pattern-1{
  position: absolute;
  left: 0px;
  top: -40px;
  width: 931px;
  height: 881px;
  background-repeat: no-repeat;
}

.about-style-three .sec-title .sub-title:after{
  background: #F6F1F1;
}

.about-style-three .pattern-layer .pattern-2{
  position: absolute;
  top: -90px;
  right: 0px;
  width: 355px;
  height: 376px;
  background-repeat: no-repeat;
}

.about-style-three .image-inner .image-shape{
  position: absolute;
  left: -64px;
  bottom: -89px;
  width: 186px;
  height: 186px;
  background-repeat: no-repeat;
  z-index: 1;
  -webkit-animation: zoom-fade 4s infinite linear;
  animation: zoom-fade 4s infinite linear;
}


/** about-style-four **/

.about-style-four{
  padding-bottom: 250px;
}

.image_block_two .image-box{
  position: relative;
  display: block;
  padding-right: 356px;
}

.image_block_two .image-box .image-2{
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.image_block_two .image-box .image{
  border-radius: 10px;
}

.image_block_two .image-box img{
  width: 100%;
  border-radius: 10px;
}

.image_block_two .image-box .text-box{
  position: absolute;
  top: 25px;
  right: 109px;
  width: 210px;
}

.image_block_two .image-box .text-box h2{
  display: inline-block;
  font-size: 96px;
  line-height: 110px;
  font-weight: 700;
  padding-right: 15px;
}

.image_block_two .image-box .text-box h2 span{
  position: absolute;
  right: 0px;
  bottom: -26px;
  font-size: 30px;
  font-weight: 400;
}

.image_block_two .image-box .text-box h3{
  display: block;
  font-size: 36px;
  line-height: 50px;
  font-weight: 500;
}

.image_block_two .image-box .image-shape{
  position: absolute;
  left: 130px;
  bottom: -80px;
  width: 224px;
  height: 224px;
  border: 28px solid var(--main-color);
  border-radius: 50%;
  z-index: 1;
  -webkit-animation: zoom-fade 7s infinite linear;
  animation: zoom-fade 7s infinite linear;
}

.content_block_seven .content-box{
  position: relative;
  display: block;
}

.content_block_seven .content-box .text p{
  font-size: 18px;
}

.content_block_seven .content-box .inner-box .single-item{
  position: relative;
  display: block;
  padding: 0px 0px 0px 85px;
  min-height: 58px;
}

.content_block_seven .content-box .inner-box .single-item .icon-box{
  position: absolute;
  left: 0px;
  top: 0px;
}

.content_block_seven .content-box .inner-box .single-item h5{
  display: block;
  font-size: 18px;
  line-height: 29px;
  font-weight: 500;
  font-family: var(--heebo);
}

.about-style-four .pattern-layer .pattern-1{
  position: absolute;
  left: 0px;
  top: -60px;
  width: 931px;
  height: 881px;
  background-repeat: no-repeat;
}

.about-style-four .pattern-layer .pattern-2{
  position: absolute;
  top: -85px;
  right: -30px;
  width: 355px;
  height: 376px;
  -webkit-animation: zoom-fade 7s infinite linear;
  animation: zoom-fade 7s infinite linear;
}

.about-style-three.about-page .pattern-layer .pattern-1{
  top: 0px;
}

.about-style-three.about-page .pattern-layer .pattern-3{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 513px;
  height: 620px;
  background-repeat: no-repeat;
}

.about-style-three.about-page .pattern-layer .pattern-4{
  position: absolute;
  right: 0px;
  bottom: -112px;
  width: 542px;
  height: 392px;
  background-repeat: no-repeat;
}

.about-style-three.about-page{
  padding-bottom: 40px;
}


/** about-style-five **/

.about-style-five{
  padding-top: 150px;
}

.about-style-five .image-box{
  position: relative;
  display: block;
  border-radius: 20px;
}

.about-style-five .image-box img{
  width: 100%;
  border-radius: 20px;
}

.about-style-five .content-box{
  position: relative;
  display: block;
}

.about-style-five .content-box h3{
  display: block;
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  margin-bottom: 12px;
}

.about-style-five .content-box p{
  margin-bottom: 13px;
}

.about-style-five .content-box p:last-child{
  margin-bottom: 0px;
}


/* Timeline Section */

.timeline-section {
    position: relative;
    padding: 100px 0 130px;
}
.timeline-section .wrapper-box {
    position: relative;
}
.timeline-block {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    min-width: 360px;
    flex-direction: row-reverse;
    padding-bottom: 120px;	
}
.timeline-block:before {
    position: absolute;
    content: '';
    left: 50%;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #eee;
    transform: translateX(-50%);
}
.timeline-block li {
    width: 100%;
    position: relative;
    margin-bottom: 15px;
}
.timeline-block li .center-box {
    position: relative;
    max-width: 585px;
    margin: 0 auto;
    margin-right: 0;
}
.timeline-block li .image {
    position: relative;
    display: inline-block;
    overflow: hidden;
}
.timeline-block li .image img {
    position: relative;
    transition: 2s;
}
.timeline-block li:hover .image img {
    transform: scale(1.2);
}
.timeline-block li .content {
    position: absolute;
    padding: 40px;
    right: 0;
    bottom: -165px;
    background: #fff;
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
    width: 100%;
    max-width: 370px;
}
.timeline-block li .center-box:before {
    position: absolute;
    content: '';
    left: -120px;
    top: 80px;
    width: 125px;
    height: 1px;
    background-color: #eee;
}
.timeline-block .date {
    font-size: 80px;
    line-height: 90px;
    margin-bottom: 8px;
    text-align: center;
    position: absolute;
    top: -80px;
    right: 0;
    font-family: 'gilroy-extra-bold';
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #d2d2d2;
    color: transparent;
	font-weight:700;
	font-family:'Heebo';
}
.timeline-block h4 {
    font-size: 24px;
    margin-bottom: 20px;
	font-weight:600;
}
.timeline-block .text {
    font-size: 16px;
    margin-bottom: 0px;
    font-family: 'Heebo';
    color: #525252;
}
.timeline-block li:nth-child(even) .center-box .image {
    text-align: right;
}
.timeline-block li:nth-child(even) .content {
    right: auto;
    left: 0;
    text-align: left;
}
.timeline-block li:nth-child(even) .date {
    right: auto;
    left: 0;
}
.timeline-block li:nth-child(even) .center-box {
    margin-right: auto;
    margin-left: 0;
    text-align: right;
}
.timeline-block li:nth-child(even) .center-box:before {
    left: auto;
    right: -125px;
}
.timeline-block li .content .count {
    position: relative;
    font-size: 16px;
    color: #777;
    margin-bottom: 5px;
}
.timeline-block:after {
    position: absolute;
    content: '\f067';
    left: 50%;
    bottom: 0;
    width: 60px;
    height: 60px;
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
    transform: translateX(-50%);
    background: #fff;
    text-align: center;
    line-height: 60px;
    font-size: 18px;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
}