/** 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;
}
/** working-process **/

.working-process{
  position: relative;
  background: #131313;
  padding: 390px 0px 125px 0px;
}

.process-block-one .inner-box{
  position: relative;
  display: block;
  padding: 66px 40px 0px 40px;
}

.process-block-one .inner-box .count-text{
  position: absolute;
  left: 35px;
  top: 0px;
  font-size: 150px;
  line-height: 150px;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
  color: #131313;
  text-shadow: -1px -1px 0 #232323, 1px -1px 0 #232323, -1px 1px 0 #232323, 1px 1px 0 #232323;
}

.process-block-one .inner-box .icon-box{
  position: relative;
  display: inline-block;
  font-size: 95px;
  line-height: 100px;
  margin-bottom: 30px;
  transition: all 500ms ease;
}

.process-block-one .inner-box:hover .icon-box{
  transform: scale(1.1);
}

.process-block-one .inner-box h3{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.process-block-one .inner-box p{
  color: rgba(255,255,255,0.6);
}

.working-process .sec-title{
  margin-bottom: 5px;
}

.working-process.alternat-2{
  position: relative;
  padding: 125px 0px;
  background: #fff;
}

.working-process.alternat-2 .process-block-one .inner-box .count-text{
  color: #fff;
  text-shadow: -1px -1px 0 #ebebeb, 1px -1px 0 #ebebeb, -1px 1px 0 #ebebeb, 1px 1px 0 #ebebeb;
}

.working-process.alternat-2 .process-block-one .inner-box h3{
  color: #131313;
}

.working-process.alternat-2 .process-block-one .inner-box p{
  color: #5b5858;
}
/** chooseus-section **/

.chooseus-section{
  position: relative;
  padding: 20px 0px 100px 0px;
}

.content_block_2 .content-box .text{
  position: relative;
  margin-bottom: 27px;
}

.content_block_2 .content-box .inner-box .single-item{
  position: relative;
  padding: 0px 10px 0px 100px;
  margin-bottom: 43px;
  min-height: 87px;
}

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

.content_block_2 .content-box .inner-box .single-item .icon-box{
  position: absolute;
  left: 0px;
  top: 7px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  background: #f8ebe5;
  font-size: 40px;
  color: #131313;
  text-align: center;
  border-radius: 50%;
  z-index: 1;
  transition: all 500ms ease;
}

.content_block_2 .content-box .inner-box .single-item:hover .icon-box{
  color: #fff;
}

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

.content_block_2 .content-box .inner-box .single-item:hover .icon-box:before{
  transform: scale(1,1);
}

.content_block_2 .content-box .inner-box .single-item h5{
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.content_block_2 .content-box .inner-box .single-item h5 a{
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
  color:#131313;
}

.content_block_2 .content-box .sec-title{
  margin-bottom: 35px;
}

.chooseus-section .image-box{
  position: relative;
  display: block;
  margin: 35px -180px 0px 20px;
}

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

.chooseus-section .image-box:before{
  position: absolute;
  content: '';
  border: 30px solid #faf1ed;
  width: 435px;
  height: 645px;
  top: -53px;
  right: 80px;
  z-index: -1;
}

.chooseus-section .image-box .image-2{
  position: absolute;
  top: -170px;
  right: 0px;
}

/** chooseus-style-two **/

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

.chooseus-style-two .single-item{
  position: relative;
  display: block;
  background: #fff;
  padding: 33px 30px 36px 130px;
  margin-bottom: 30px;
}

.chooseus-style-two .single-item .icon-box{
  position: absolute;
  left: 30px;
  top: 40px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  background: #faf4ec;
  font-size: 40px;
  color: #131313;
  text-align: center;
  border-radius: 50%;
  z-index: 1;
  transition: all 500ms ease;
}

.chooseus-style-two .single-item:hover .icon-box{
  color: #fff;
}

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

.chooseus-style-two .single-item:hover .icon-box:before{
  transform: scale(1,1);
}

.chooseus-style-two .single-item h5{
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.chooseus-style-two .sec-title .btn-box{
  position: absolute;
  top: 35px;
  right: 0px;
  z-index: 1;
}