
/** about-section **/

.about-section{
  position: relative;
  padding: 130px 0px;
}

.image_block_1 .image-box{
  position: relative;
  display: inline-block;
  width: 788px;
  height: 788px;
  line-height: 730px;
  background: #fef6ef;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
}

.about-section .image_block_1 .image-box{
  margin: 0px -11px 0px -107px;
}

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

.about-section .content_block_1 .content-box{
  margin-left: 70px;
}

.content_block_1 .content-box .year-box{
  position: relative;
  margin-bottom: 31px!important;
}

.content_block_1 .content-box .text{
  margin-bottom: 36px;
}

.content_block_1 .content-box .sec-title{
  margin-bottom: 25px;
}

.about-section .image-layer{
  position: absolute;
  top: 0px;
  right: 135px;
}


/** about-style-two **/

.about-style-two{
  position: relative;
  padding: 60px 0px 130px 0px;
}

.image_block_2 .image-box{
  position: relative;
  display: block;
  margin-left: 70px;
  margin-right: 10px;
  padding-right: 60px;
  padding-bottom: 80px;
}

.image_block_2 .image-box .image{
  position: relative;
  display: block;
  overflow: hidden;
  clip-path: polygon(0% 0%, 100% 0%, 100% 80%, 0% 100%, 0% 0%);
}

.image_block_2 .image-box .image img{
  width: 100%;
}

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

.image_block_2 .image-box .image-1:before{
  position: absolute;
  top: 0;
  left: -80%;
  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_2 .image-box:hover .image-1:before{
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

.content_block_3 .content-box{
  position: relative;
  display: block;
  margin: 0px 70px;
}

.content_block_3 .content-box .tab-btns li{
  position: relative;
  display: inline-block;
  padding-left: 26px;
  margin-right: 35px;
  padding-bottom: 16px;
  cursor: pointer;
}

.content_block_3 .content-box .tab-btns li:last-child{
  margin: 0px !important;
}

.content_block_3 .content-box .tab-btns li:before{
  position: absolute;
  content: "\f058";
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  font-size: 18px;
  left: 0px;
  top: 0px;
  color: #131313;
}

.content_block_3 .content-box .tab-btns li h5{
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  text-transform: uppercase;
}

.content_block_3 .content-box .tab-btns{
  position: relative;
  margin-bottom: 27px;
  border-bottom: 2px solid #ebebeb;
}

.content_block_3 .content-box .tab-btns li:after{
  position: absolute;
  content: '';
  width: 0%;
  height: 4px;
  left: 0px;
  bottom: -3px;
  transition: all 500ms ease;
}

.content_block_3 .content-box .tab-btns li.active-btn:after,
.content_block_3 .content-box .tab-btns li:hover:after{
  width: 100%;
}

.content_block_3 .content-box .tabs-content .inner-box .inner{
  position: relative;
  display: block;
  padding-left: 130px;
  margin-bottom: 35px;
  min-height: 100px;
}

.content_block_3 .content-box .tabs-content .inner-box .inner .image-box{
  position: absolute;
  left: 0px;
  top: 9px;
  width: 100px;
  height: 100px;
}

.content_block_3 .content-box .tabs-content .inner-box .inner .image-box img{
  width: 100%;
}

.content_block_3 .content-box .sec-title{
  margin-bottom: 40px;
}/** feature-section **/

.feature-section{
  position: relative;
  padding: 125px 0px 120px 0px;
}

.feature-section .sec-title{
  margin-bottom: 75px;
}

.feature-section .image-layer{
  position: absolute;
  left: 35px;
  top: -150px;
  z-index: 1;
  -webkit-animation: zoom-fade 6s infinite linear;
  animation: zoom-fade 6s infinite linear;
}

.feature-section .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}

.feature-block-one .inner-box{
  position: relative;
  padding: 0px 30px;
}

.feature-block-one .inner-box .image-box{
  position: relative;
  min-height: 132px;
  margin-bottom:25px !important;
}

.feature-block-one .inner-box .image-box img{
  display: inline-block;
  transition: all 500ms ease;
}

.feature-block-one .inner-box:hover .image-box img{
  transform: scale(1.1);
}

.feature-block-one .inner-box h3{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.feature-block-one .inner-box p{
  margin-bottom: 17px;
}

.feature-block-one .inner-box a{
  position: relative;
  display: inline-block;
  font-size: 30px;
  line-height: 30px;
  color: #131313;
}

.feature-block-one .inner-box a:hover{

}


/** feature-style-two **/

.feature-style-two{
  position: relative;
  padding: 125px 0px 100px 0px;
}

.feature-block-two .inner-box{
  position: relative;
  display: block;
}

.feature-block-two .inner-box .content-box{
  position: relative;
  display: block;
  padding: 48px 30px 46px 30px;
  border: 2px solid #ebebeb;
  opacity: 1;
  transition: all 500ms ease;
}

.feature-block-two .inner-box:hover .content-box{
  opacity: 0;
}

.feature-block-two .inner-box .content-box .icon-box{
  position: relative;
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 50%;
  font-size: 40px;
  margin-bottom: 23px;
}

.feature-block-two .inner-box .content-box h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.feature-block-two .inner-box .content-box .link{
  position: absolute;
  right: 20px;
  bottom: -28px;
}

.feature-block-two .inner-box .content-box .link a{
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #5b5858;
  border: 2px solid #ebebeb;
  background: #fff;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  z-index: 1;
}

.feature-block-two .inner-box .overlay-content{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 45px 40px 38px 40px;
  opacity: 0;
  transition: all 500ms ease;
}

.feature-block-two .inner-box:hover .overlay-content{
  top: -30px;
  opacity: 1;
}

.feature-block-two .inner-box .overlay-content:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  opacity: 0.9;
}

.feature-block-two .inner-box .overlay-content .icon-box{
  position: relative;
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  font-size: 40px;
  margin-bottom: 28px;
}

.feature-block-two .inner-box .overlay-content h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.feature-block-two .inner-box .overlay-content p{
  position: relative;
  color: #fff;
  margin-bottom: 15px;
}

.feature-block-two .inner-box .overlay-content .link a{
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #fff;
}


/** feature-style-three **/

.feature-style-three{
  position: relative;
  padding: 130px 0px 100px 0px;
}

.content_block_4 .content-box .sec-title{
  margin-bottom: 33px;
}

.content_block_4 .content-box .text{
  position: relative;
  display: block;
  padding-left: 30px;
  margin-bottom: 32px;
}

.content_block_4 .content-box .text:before{
  position: absolute;
  content: '';
  width: 5px;
  height: calc(100% - 16px);
  left: 0px;
  top: 8px;
}

.content_block_4 .content-box .list-item li{
  position: relative;
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: #585858;
  margin-bottom: 15px;
  padding-left: 37px;
}

.content_block_4 .content-box .list-item li:last-child{
  margin-bottom: 0px;
}

.content_block_4 .content-box .list-item li:before {
  position: absolute;
  content: "\f058";
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  font-size: 24px;
  left: 0px;
  top: 2px;
}

.content_block_4 .content-box .list-item{
  margin-bottom: 40px;
}

.feature-block-three .inner-box{
  position: relative;
  display: block;
  background: #faf4ec;
  border-radius: 20px;
  padding: 50px 40px 46px 40px;
  text-align: center;
  margin-bottom: 30px;
}

.feature-block-three .inner-box .icon-box{
  position: relative;
  display: inline-block;
  width: 130px;
  height: 130px;
  line-height: 130px;
  background: #fff;
  text-align: center;
  font-size: 60px;
  color: #161616;
  margin-bottom: 32px;
  border-radius: 50%;
  box-shadow: 0 10px 20px #f3eade;
  transition: all 500ms ease;
  z-index: 1;
}

.feature-block-three .inner-box:hover .icon-box{
  color: #fff;
}

.feature-block-three .inner-box .icon-box:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  transform: scale(0,0);
  z-index: -1;
  border-radius: 50%;
  transition: all 500ms ease;
}

.feature-block-three .inner-box:hover .icon-box:before{
  transform: scale(1,1);
}

.feature-block-three .inner-box h3{
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.feature-style-three .feature-column{
  margin-left: 60px;
}

.feature-block-three.small-block .inner-box{
  max-width: 270px;
  padding: 40px 25px 36px 25px;
}

.feature-block-three.small-block .inner-box h3{
  margin-bottom: 5px;
}

.feature-block-three.small-block .inner-box .icon-box{
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-size: 50px;
  margin-bottom: 22px;
}

.feature-style-three .feature-column .feature-block:first-child .feature-block-three.small-block .inner-box{
  float: right;
}

.image_block_3 .image-box{
  position: relative;
  display: block;
  padding-left: 130px;
}

.feature-style-three .image_block_3 .image-box{
  margin-left: 70px;
}

.image_block_3 .image-box img{
  width: 100%;
}

.image_block_3 .image-box .image-1{
  position: relative;
  display: block;
  overflow: hidden;
}

.image_block_3 .image-box .image-1:before{
  position: absolute;
  top: 0;
  left: -80%;
  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_3 .image-box:hover .image-1:before{
  -webkit-animation: shine 1s;
  animation: shine 1s;
}
.image_block_3 .image-box .image-2{
  position: absolute;
  left: 0px;
  top: 48px;
}
.feature-block-one .inner-box a {
  background: white;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 25px;
  line-height: 48px;
  color: #cb9744;
  box-shadow: inset 0 0 7px 3px #cb974426;
  border: 1px solid #cb97442e;
  transition: .3s;
}
.feature-block-one .inner-box a:hover {
  background: #cb9744;
  color: #fff;
}
.feature-block-one .inner-box a:hover i{
  color: #fff;
}