
/** about-section **/

.about-section{
  position: relative;
}

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

.content_block_one .content-box .inner-box .single-item{
  position: relative;
  display: block;
  padding-left: 80px;
  margin-bottom: 30px;
}

.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;
  display: inline-block;
  left: 0px;
  top: 0px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 25px;
  border-radius: 50%;
}

.content_block_one .content-box .inner-box .single-item .icon-box:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  border-radius: 50%;
  opacity: 0.1;
}

.content_block_one .content-box .inner-box .single-item h3{
  display: block;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 12px;
}

.image_block_one .image-box{
  position: relative;
  display: block;
  width: 100%;
  max-width: 580px;
  margin-left: 0;
  aspect-ratio: 560 / 580;
  padding: 0;
}

.image_block_one .image-box .image{
  position: absolute;
  margin: 0;
  border-radius: 10px;
  overflow: hidden;
}

.image_block_one .image-box .image img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
  transition: all 500ms ease;
}

.image_block_one .image-box .image:hover img{
  transform: scale(1.05);
}

/* Top right */
.image_block_one .image-box .image-1{
  top: 0;
  right: 0;
  width: 46%;
  height: 49%;
  z-index: 1;
}

/* Left tall — no overlap with the right column */
.image_block_one .image-box .image-2{
  left: 0;
  top: 10%;
  width: 50%;
  height: 78%;
  z-index: 2;
}

/* Bottom right — small gap below image-1 */
.image_block_one .image-box .image-3{
  right: 0;
  bottom: 0;
  width: 46%;
  height: 46%;
  z-index: 1;
}

.about-section .pattern-layer{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-repeat: repeat-x;
  background-position: center;
  animation: slide 60s linear infinite;
  -webkit-animation: slide 60s linear infinite;
}

.about-section .pattern-layer-2{
  position: absolute;
  left: 0px;
  bottom: 110px;
  width: 201px;
  height: 324px;
  background-repeat: no-repeat;
  opacity: 0.05;
}

.about-section-reverse .image_block_one .image-box{
  margin-left: 0;
  margin-right: 0;
}


/** about-style-two **/

.about-style-two{
  position: relative;
}

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

.content_block_two .content-box .inner-box{
  position: relative;
  display: block;
  border: 1px solid #EBEBEB;
  border-radius: 5px;
  padding: 25px 0px;
}

.content_block_two .content-box .inner-box:before{
  position: absolute;
  content: '';
  background: #EBEBEB;
  width: 1px;
  height: calc(100% - 50px);
  left: 50%;
  top: 25px;
}

.content_block_two .content-box .inner-box .single-item{
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 40px;
}

.content_block_two .content-box .inner-box .single-item h2{
  display: block;
  font-size: 40px;
  line-height: 56px;
  margin-right: 20px;
}

.content_block_two .content-box .inner-box .single-item h4{
  display: block;
  font-size: 20px;
  line-height: 24px;
}

.about-style-two .image-box{
  position: relative;
  display: block;
  padding-left: 57px;
  padding-right: 68px;
}

.about-style-two .image-box .image{
  position: relative;
  display: block;
}

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

.about-style-two .image-box .image-shape{
  position: absolute;
  left: -30px;
  top: 70px;
  width: 726px;
  height: 495px;
  background-repeat: no-repeat;
}


/** rtl-css **/

.rtl .content_block_one .content-box .inner-box .single-item{
  padding-left: 0px;
  padding-right: 80px;
}

.rtl .content_block_one .content-box .inner-box .single-item .icon-box{
  left: inherit;
  right: 0px;
}

.rtl .content_block_two .content-box .inner-box .single-item h2{
  margin-right: 0px;
  margin-left: 20px;
}

.rtl .content_block_two .content-box .inner-box .single-item{
  padding-left: 0px;
  padding-right: 40px;
}

/** responsive-css **/

@media only screen and (max-width: 1200px){

}

@media only screen and (max-width: 991px){
  .content_block_one .content-box{
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 30px;
  }

  .content_block_two .content-box{
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .image_block_one .image-box{
    max-width: 100%;
    margin: 0 auto;
  }

  .about-section-reverse .image-column{
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px){
  .about-section{
    padding: 70px 0px;
  }

  .content_block_two .content-box .inner-box:before{
    display: none;
  }

  .about-style-two .image-box .image-shape{
    display: none;
  }
}

@media only screen and (max-width: 599px){

}

@media only screen and (max-width: 499px){
  .image_block_one .image-box{
    max-width: 100%;
    aspect-ratio: 560 / 600;
  }

  .image_block_one .image-box .image-2{
    width: 50%;
    top: 10%;
    height: 78%;
  }

  .image_block_one .image-box .image-1,
  .image_block_one .image-box .image-3{
    width: 46%;
  }

  .image_block_one .image-box .image-1{
    height: 49%;
  }

  .image_block_one .image-box .image-3{
    height: 46%;
  }

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










































/** leader-section **/

.leader-section{
  position: relative;
  background: #faf8f5;
}

.leader-section .row{
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.leader-section .image-column,
.leader-section .content-column{
  display: flex;
  float: none;
}

.leader-section .leader-image{
  position: relative;
  margin-right: 20px;
  width: 100%;
  display: flex;
}

.leader-section .leader-image .image{
  position: relative;
  margin: 0;
  width: 100%;
  flex: 1;
  min-height: 420px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(13, 61, 140, 0.1);
}

.leader-section .leader-image .image img{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center top;
}

.leader-section .leader-content{
  position: relative;
  padding-left: 20px;
  width: 100%;
}

.leader-section .leader-role{
  font-size: 16px;
  font-weight: 600;
  color: var(--theme-color);
  margin-bottom: 22px;
  line-height: 26px;
}

.leader-section .leader-quote{
  position: relative;
  margin: 0 0 28px;
  padding: 22px 28px;
  background: #fff;
  border-left: 4px solid var(--theme-color);
  border-radius: 0 8px 8px 0;
  font-size: 18px;
  line-height: 30px;
  color: var(--title-color);
  font-weight: 500;
  font-style: italic;
}

.leader-section .leader-about-title{
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 16px;
  color: var(--title-color);
}

.leader-section .text-box p{
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 16px;
}

.leader-section .text-box p:last-child{
  margin-bottom: 0;
}

@media only screen and (max-width: 991px){
  .leader-section .row{
    display: block;
  }

  .leader-section .image-column,
  .leader-section .content-column{
    display: block;
  }

  .leader-section .leader-image{
    margin-right: 0;
    margin-bottom: 35px;
    display: block;
  }

  .leader-section .leader-image .image{
    min-height: 360px;
    max-height: 420px;
  }

  .leader-section .leader-image .image img{
    position: absolute;
  }

  .leader-section .leader-content{
    padding-left: 0;
  }
}

@media only screen and (max-width: 767px){
  .leader-section .leader-image .image{
    min-height: 300px;
    max-height: 360px;
  }

  .leader-section .leader-quote{
    font-size: 16px;
    line-height: 26px;
    padding: 18px 20px;
  }

  .leader-section .leader-about-title{
    font-size: 20px;
  }
}
