
/** cta-section **/

.cta-section{
  position: relative;
  padding: 86px 0px;
}

.cta-section .btn-box .theme-btn-one{
  background: #fff;
  color: #2d2727 !important;
}

.cta-section .btn-box .theme-btn-one:hover{
  color: #fff !important;
}

.cta-section .text h2{
  position: relative;
  display: block;
  font-size: 40px;
  line-height: 56px;
  color: #fff;
  font-weight: 900;
}

.cta-section .text h2 a{
  display: inline-block;
  font-size: 50px;
  color: #fff;
}

.cta-section .text h2 a:hover{
  text-decoration: underline;
}

.cta-section .btn-box {
  position: relative;
  margin-top: 24px;
}

.cta-section .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
/** gallery-section **/

.gallery-section{
  position: relative;
}

.gallery-block-one .inner-box{
  position: relative;
  display: block;
  overflow: hidden;
}

.gallery-block-one .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
}

.gallery-block-one .inner-box .image-box:before{
  position: absolute;
  content: '';
  width: 100%;
  left: 0px;
  top: 0px;
  height: 0%;
  opacity: 0.9;
  z-index: 1;
  clip-path: polygon(0% 0%, 100% 0%, 100% 95%, 0% 100%, 0% 0%);
  transition: all 500ms ease;
}

.gallery-block-one .inner-box:hover .image-box:before{
  height: 100%;
}

.gallery-block-one .inner-box .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.gallery-block-one .inner-box:hover .image-box img{
  transform: scale(1.1);
}

.gallery-block-one .inner-box .image-box .view-btn{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%) scale(0,0);
  font-size: 60px;
  line-height: 50px;
  color: #fff;
  font-weight: 200;
  z-index: 1;
  transition: all 500ms ease;
  -webkit-transition-delay: 500ms;
  -moz-transition-delay: 500ms;
  -ms-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  transition-delay: 500ms;
}

.gallery-block-one .inner-box:hover .image-box .view-btn{
  transform: translate(-50%,-50%) scale(1,1);
}

/** funfact-section **/

.funfact-section{
  position: relative;
  padding: 110px 0px 120px 0px; 
}

.content_block_3 .content-box{
  position: relative;
  display: block;
}

.funfact-section .content_block_3 .content-box{
  margin-right: -22px;
}

.content_block_3 .content-box .text{
  margin-bottom: 53px;
}

.content_block_3 .content-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
}

.content_block_3 .content-box .image-box img{
  width: 100%;
}

.content_block_3 .content-box .lower-box{
  position: relative;
  display: block;
  padding: 18px 20px 22px 30px;
}

.content_block_3 .content-box .lower-box h4{
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-weight: 700;
}

.content_block_3 .content-box .lower-box a{
  position: absolute;
  top: 15px;
  right: 20px;
  background: #fff;
  font-size: 12px;
  line-height: 24px;
  color: #2d2727;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 8px 30px;
  text-align: center;
  z-index: 1;
}

.content_block_4 .counter-block{
  position: relative;
  display: block;
  background: #f5f0f0;
  padding: 80px 0px 10px 80px;
}

.funfact-section .content_block_4 .counter-block{
  margin-left: 70px;
  margin-top: 10px;
}

.content_block_4 .counter-block .counter-block-one{
  position: relative;
  padding: 3px 0px 61px 140px;
  border-bottom: 1px solid #fff;
  margin-bottom: 50px;
  min-height: 161px;
}

.content_block_4 .counter-block .counter-block-one:last-child{
  border-bottom: none;
  margin-bottom: 20px;
}

.content_block_4 .counter-block .counter-block-one .icon-box{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 110px;
  height: 110px;
  line-height: 110px;
  text-align: center;
  border-radius: 50%;
  font-size: 60px;
  color: #fff;
}

.content_block_4 .counter-block .counter-block-one .count-outer{
  position: relative;
  font-size: 50px;
  line-height: 60px;
  color: #2d2727;
  font-weight: 900;
  margin-bottom: 2px;
}

.content_block_4 .counter-block .counter-block-one p{
  font-weight: 600;
}
/** video-section **/

.video-section{
  position: relative;
  width: 100%;
  padding: 120px 0px 110px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.video-section:before{
  position: absolute;
  content: '';
  background: #2d2727;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.6;
}

.video-section .inner-box a{
  position: relative;
  display: inline-block;
  width: 108px;
  height: 108px;
  line-height: 108px;
  font-size: 30px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 39px;
}

.video-section .inner-box a:after, 
.video-section .inner-box a:before {
  width: 108px;
  height: 108px;
  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.2);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.video-section .inner-box a:after {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

.video-section .inner-box h2{
  font-size: 60px;
  line-height: 72px;
  color: #fff;
  font-weight: 900;
}
/** about-section **/

.about-section{
  position: relative;
  padding: 10px 0px 120px 0px;
}

.image_block_1 .image-box{
  position: relative;
  display: block;
  padding-right: 60px;
  margin-right: 10px;
  padding-bottom: 60px;
  margin-top: 10px;
}

.image_block_1 .image-box:before{
  position: absolute;
  content: '';
  background: #f5f0f0;
  width: calc(100% + 60px);
  height: calc(100% - 60px);
  top: 60px;
  right: 0px;
}

.image_block_1 .image-box .image{
  position: relative;
  display: block;
  overflow: hidden;
}

.image_block_1 .image-box .image img{
  width: 100%;
}

.image_block_1 .image-box .image: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_1 .image-box:hover .image:before{
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

/** about-section **/

.about-section{
  position: relative;
  padding: 10px 0px 120px 0px;
}

.image_block_1 .image-box{
  position: relative;
  display: block;
  padding-right: 60px;
  margin-right: 10px;
  padding-bottom: 60px;
  margin-top: 10px;
}

.image_block_1 .image-box:before{
  position: absolute;
  content: '';
  background: #f5f0f0;
  width: calc(100% + 60px);
  height: calc(100% - 60px);
  top: 60px;
  right: 0px;
}

.image_block_1 .image-box .image{
  position: relative;
  display: block;
  overflow: hidden;
}

.image_block_1 .image-box .image img{
  width: 100%;
}

.image_block_1 .image-box .image: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_1 .image-box:hover .image:before{
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

.image_block_1 .image-box .image-content{
  position: absolute;
  left: -60px;
  bottom: 0px;
  max-width: 200px;
  width: 100%;
  padding: 34px 50px 37px 50px;
  text-align: center;
}

.image_block_1 .image-box .image-content h2{
  font-size: 50px;
  line-height: 50px;
  color: #fff;
  font-weight: 900;
  margin-bottom: 14px;
}

.image_block_1 .image-box .image-content h5{
  font-size: 18px;
  line-height: 27px;
  color: #fff;
  font-weight: 700;
}

.content_block_1 .content-box .support-box{
  position: relative;
  display: inline-block;
  padding: 20px 65px 20px 85px;
  background: #f5f0f0;
}

.content_block_1 .content-box .support-box i{
  position: absolute;
  left: 20px;
  top: 20px;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 20px;
  color: #fff;
}

.content_block_1 .content-box .support-box p{
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.content_block_1 .content-box .support-box h4{
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}

.content_block_1 .content-box .support-box h4 a{
  display: inline-block;
  color: #2d2727;
}

.content_block_1 .content-box .support-box h4 a:hover{

}

.content_block_1 .content-box{
  position: relative;
  margin-left: 70px;
}

.content_block_1 .content-box .text{
  margin-bottom: 41px;
}

.content_block_1 .content-box .inner-box{
  position: relative;
  margin-bottom: 44px;
}

.content_block_1 .content-box .inner-box .single-item{
  position: relative;
  float: left;
  width: 50%;
  padding-left: 75px;
}

.content_block_1 .content-box .inner-box .single-item i{
  position: absolute;
  left: 0px;
  top: 6px;
  font-size: 60px;
  line-height: 50px;
}

.content_block_1 .content-box .inner-box .single-item h4{
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}

.content_block_1 .content-box .list-item{
  position: relative;
  margin-bottom: 42px;
}

.content_block_1 .content-box .list-item li{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  padding-left: 30px;
  margin-bottom: 12px;
}

.content_block_1 .content-box .list-item li:last-child{
  margin-bottom: 0px;
}

.content_block_1 .content-box .list-item li:before{
  position: absolute;
  content: "\f058";
  font-family: 'Font Awesome 5 Pro';
  font-size: 16px;
  left: 0px;
  top: 0px;
  font-weight: 700
}


/** about-style-two **/

.about-style-two{
  position: relative;
  padding: 120px 0px;
  background: #fff;
}

.image_block_2 .image-box{
  position: relative;
  margin-right: 70px;
}

.image_block_2 .image-box .image{
  position: relative;
  display: block;
  overflow: hidden;
}

.image_block_2 .image-box .image: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:before{
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

.image_block_2 .image-box .image img{
  width: 100%;
}

.image_block_2 .image-box .image-content{
  position: absolute;
  left: 50px;
  bottom: 70px;
  background: #fff;
  max-width: 270px;
  width: 100%;
  padding: 20px 20px;
}

.image_block_2 .image-box .image-content:before{
  position: absolute;
  content: '';
  background: #fff;
  width: 35px;
  height: 20px;
  left: 0px;
  bottom: -20px;
  clip-path: polygon(0% 0%, 100% 0%, 0% 100%, 0% 100%, 0% 0%);
}

.image_block_2 .image-box .image-content .support-box{
  position: relative;
  padding-left: 65px;
}

.image_block_2 .image-box .image-content .support-box i{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 20px;
  color: #fff;
}

.image_block_2 .image-box .image-content .support-box p{
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.image_block_2 .image-box .image-content .support-box h4{
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}

.image_block_2 .image-box .image-content .support-box h4 a{
  display: inline-block;
  color: #2d2727;
}

.image_block_2 .image-box .image-content .support-box h4 a:hover{

}

.content_block_5 .content-box .single-progress-box .piechart{
  position: relative;
}

.content_block_5 .content-box .single-progress-box{
  position: relative;
  padding: 20px 0px 0px 140px;
  min-height: 120px;
  margin-bottom: 20px;
}

.content_block_5 .content-box .single-progress-box:last-child{
  margin-bottom: 0px;
}

.content_block_5 .content-box .single-progress-box .box{
  position: absolute;
  left: 0px;
  top: 0px;
}

.content_block_5 .content-box .single-progress-box .piechart span{
  position: absolute;
  display: flex;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 120px;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  color: #35312f;
  text-align: center;
}

.content_block_5 .content-box .single-progress-box .piechart span:after{
  color: #35312f;
  content: "%";
  font-size: 24px;
}

.content_block_5 .content-box .inner .text{
  width: 50%;
  padding-right: 10px;
  margin-top: 12px;
}

.content_block_5 .content-box .inner .text .list-item{
  margin-bottom: 31px;
}

.content_block_5 .content-box .inner .progress-inner{
  width: 50%;
}

.content_block_5 .content-box h3{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 34px;
  font-weight: 600;
  font-style: italic;
  margin-bottom: 30px;
}

.content_block_5 .content-box .inner .list-item li{
  position: relative;
  display: block;
  font-weight: 600;
  padding-left: 25px;
  margin-bottom: 6px;
}

.content_block_5 .content-box .inner .list-item li:last-child{
  margin-bottom: 0px;
}

.content_block_5 .content-box .inner .list-item li:before{
  position: absolute;
  content: "\f058";
  font-family: 'Font Awesome 5 Pro';
  font-size: 16px;
  left: 0px;
  top: 0px;
  font-weight: 700;
}

.content_block_5 .content-box .single-progress-box h4{
  position: relative;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
}

.about-section .image-box .image img{
  width: 100%;
}

.about-section .image-box .image{
  position: relative;
  display: block;
  overflow: hidden;
}

.about-section .image-box .image: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);
}

.about-section .image-box:hover .image:before{
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

/** banner-section **/

.banner-section{
  position: relative;
  overflow: hidden;
}

.banner-section.style-one:before{
  position: absolute;
  content: '';
  background: #fff;
  width: 50%;
  height: 166px;
  left: 0px;
  bottom: 0px;
  z-index: 2;
  clip-path: polygon(0% 50%, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
}

.banner-section.style-one:after{
  position: absolute;
  content: '';
  background: #fff;
  width: calc(50% + 1px);
  height: 166px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  clip-path: polygon(0% 0%, 200% 100%, 100% 100%, 0% 100%, 0% 0%);
}

.banner-section .pattern-layer{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 166px;
  z-index: 3;
}

.banner-section .pattern-layer:before{
  position: absolute;
  content: '';
  width: 50%;
  height: 166px;
  left: 0px;
  bottom: 0px;
  z-index: 2;
  clip-path: polygon(0% 40%, 100% 0%, 100% 0%, 0% 100%, 0% 0%);
}

.banner-section .pattern-layer:after{
  position: absolute;
  content: '';
  width: 20%;
  height: 166px;
  right: 0px;
  bottom: -49px;
  z-index: 2;
  clip-path: polygon(0% 0%, 100% 19%, 100% 100%, 175% 100%, 0% 0%);
  transform: rotate(0deg);
}

.banner-carousel{
  position: relative;
}

.banner-carousel .slide-item{
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 165px 0px 300px 0px;
}

.banner-carousel .slide-item:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: #2d2727;
  top: 0px;
  right: 0px;
  z-index: 1;
  opacity: 0.5;
}

.banner-carousel .slide-item .image-layer{
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transform:scale(1);
  -ms-transform:scale(1);
  transform:scale(1);
  -webkit-transition: all 6000ms linear;
  -moz-transition: all 6000ms linear;
  -ms-transition: all 6000ms linear;
  -o-transition: all 6000ms linear;
  transition: all 6000ms linear;
}

.banner-carousel .active .slide-item .image-layer{
  -webkit-transform:scale(1.15);
  -ms-transform:scale(1.15);
  transform:scale(1.15);
}

.banner-carousel .content-box{
  position: relative;
  display: block;
  max-width: 620px;
  z-index:5;
}

.banner-carousel .content-box h1{
  position: relative;
  display: block;
  color: #fff;
  font-size: 90px;
  line-height: 95px;
  font-weight: 900;
  margin-bottom: 38px;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-carousel .active .content-box h1{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 700ms;
  -moz-transition-delay: 700ms;
  -ms-transition-delay: 700ms;
  -o-transition-delay: 700ms;
  transition-delay: 700ms;
}

.banner-carousel .content-box p{
  position: relative;
  display: inline-block;
  color: rgba(255,255,255,0.8);
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 42px;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-carousel .active .content-box p{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

.banner-carousel .content-box .btn-box{
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-carousel .active .content-box .btn-box{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1300ms;
  -moz-transition-delay: 1300ms;
  -ms-transition-delay: 1300ms;
  -o-transition-delay: 1300ms;
  transition-delay: 1300ms;
}

.banner-section.style-one .owl-dots{
  position: absolute;
  top: 50%;
  right: 100px;
  transform: translateY(-50%);
}

.banner-section.style-one .owl-theme .owl-dots .owl-dot{
  display: block;
}

.banner-section .owl-theme .owl-dots .owl-dot span{
  position: relative;
  display: block;
  background: transparent;
  width: 20px;
  height: 20px;
  border: 4px solid rgba(255,255,255,0.2);
  margin: 10px 0px;
  cursor: pointer;
  transition: all 500ms ease;
}

.banner-section .owl-theme .owl-dots .owl-dot.active span,
.banner-section .owl-theme .owl-dots .owl-dot span:hover{
  border-color: #fff;
}

/** banner-style-two **/

.banner-section.style-two .banner-carousel .content-box{
  max-width: 100%;
}

.banner-section.style-two .banner-carousel .slide-item{
  padding: 350px 0px 255px 0px;
}

.banner-section.style-two .banner-carousel .content-box h1{
  font-size: 110px;
  margin-bottom: 45px;
}

.banner-section.style-two .owl-dots{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 50px;
}

.banner-section.style-two .owl-theme .owl-dots .owl-dot span{
  margin: 0px 5px;
}
/** service-section **/

.service-section{
  position: relative;
  padding: 115px 0px 120px 0px;
}

.service-section .bg-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.service-section .sec-title{
  margin-bottom: 50px;
}

.service-block-one .inner-box{
  position: relative;
  display: block;
  overflow: hidden;
}

.service-block-one .inner-box:before{
  position: absolute;
  content: '';
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 0px;
  z-index: 2;
  clip-path: polygon(0% 100%, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
  transition: all 500ms ease;
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms;
}

.service-block-one .inner-box:hover:before{
  height: 20px;
}

.service-block-one .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
}

.service-block-one .inner-box .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.service-block-one .inner-box:hover .image-box img{
  transform: scale(1.1);
}

.service-block-one .inner-box .image-box:before{
  position: absolute;
  content: '';
  background: #2d2727;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.4;
  z-index: 1;
  transition: all 500ms ease;
}

.service-block-one .inner-box:hover .image-box:before{
  opacity: 0.9;
}

.service-block-one .inner-box .text{
  position: absolute;
  display: flex;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  align-items: center;
  justify-content: center;
  z-index: 2;
  padding: 30px 30px;
  opacity: 1;
  transition: all 500ms ease;
}

.service-block-one .inner-box:hover .text{
  opacity: 0;
}

.service-block-one .inner-box .text h2{
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 38px;
  color: #fff;
  font-weight: 900;
}

.service-block-one .inner-box .overlay-content{
  position: absolute;
  left: 0px;
  top: 15px;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  z-index: 2;
  padding: 30px 30px;
  opacity: 0;
  transition: all 500ms ease;
}

.service-block-one .inner-box:hover .overlay-content{
  opacity: 1;
  top: 0px;
}

.service-block-one .inner-box .overlay-content h3{
  position: relative;
  display: block;
  font-size: 26px;
  line-height: 36px;
  color: #fff;
  font-weight: 900;
  margin-bottom: 12px;
}

.service-block-one .inner-box .overlay-content h3 a{
  display: inline-block;
  color: #fff;
}

.service-block-one .inner-box .overlay-content p{
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  color: rgba(255,255,255,0.7);
  margin-bottom: 22px;
}

.service-block-one .inner-box .overlay-content .link a{
  position: relative;
  display: inline-block;
  font-size: 12px;
  line-height: 24px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  padding: 8px 28px;
  text-align: center;
  letter-spacing: 1px;
}
/** team-section **/

.team-section{
  position: relative;
  padding: 110px 0px 120px 0px;
}

.team-section .sec-title{
  margin-bottom: 50px;
}

.team-block-one .inner-box{
  position: relative;
  display: block;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.team-block-one .inner-box:before{
  position: absolute;
  content: '';
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 0px;
  z-index: 2;
  clip-path: polygon(0% 100%, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
  transition: all 500ms ease;
}

.team-block-one .inner-box:hover:before{
  height: 20px;
}

.team-block-one .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
}

.team-block-one .inner-box .image-box:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 0%;
  left: 0px;
  top: 0px;
  opacity: 0.8;
  z-index: 1;
  transition: all 500ms ease;
}

.team-block-one .inner-box:hover .image-box:before{
  height: 100%;
}

.team-block-one .inner-box .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.team-block-one .inner-box:hover .image-box img{
  transform: scale(1.1);
}

.team-block-one .inner-box .lower-content{
  position: relative;
  padding: 27px 15px 32px 15px;
}

.team-block-one .inner-box .lower-content h4{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 2px;
}

.team-block-one .inner-box .lower-content h4 a{
  display: inline-block;
  color: #2d2727;
}

.team-block-one .inner-box .lower-content h4 a:hover{

}

.team-block-one .inner-box .lower-content .designation{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 12px;
}

.team-block-one .inner-box .lower-content .social-links li{
  position: relative;
  display: inline-block;
  margin: 0px 15px;
}

.team-block-one .inner-box .lower-content .social-links li a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #706767;
}

.team-block-one .inner-box .lower-content .social-links li a:hover{

}