
/** about-section **/

.about-section{
  position: relative;
}

#content_block_1 .content-box h3{
  position: relative;
  font-size: 24px;
  line-height: 40px;
  margin-bottom: 53px;
}

#content_block_1 .content-box .list-item li{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 26px;
  color: #717577;
  margin-bottom: 18px;
  padding-left: 40px;
}

#content_block_1 .content-box .list-item li:before{
  position: absolute;
  content: "\f058";
  font-family: 'Font Awesome 5 Pro';
  font-size: 18px;
  font-weight: 700;
  left: 0px;
  top: 0px;
}

#content_block_1 .content-box .list-item li:last-child{
  margin-bottom: 0px;
}

#content_block_1 .content-box .list-item{
  margin-bottom: 54px;
}

#content_block_1 .content-box .sec-title{
  margin-bottom: 36px;
}

#content_block_1 .content-box .inner-box .inner{
  position: relative;
  padding: 30px 40px 32px 125px;
  max-width: 295px;
  margin-right: 60px;
}

#content_block_1 .content-box .inner-box .inner:before{
  position: absolute;
  content: '';
  width: 10px;
  height: 100%;
  top: 0px;
  right: -20px;
}

#content_block_1 .content-box .inner-box .inner .icon-box{
  position: absolute;
  left: 40px;
  top: 30px;
  font-size: 60px;
  line-height: 60px;
}

#content_block_1 .content-box .inner-box .inner h4{
  position: relative;
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  font-weight: 500;
}

#content_block_1 .content-box .inner-box .author figure{
  position: relative;
  display: inline-block;
}

#content_block_1 .content-box .inner-box .author .author-thumb{
  position: relative;
  display: inline-block;
  margin-right: 20px;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: #fff;
  padding: 6px;
}

#content_block_1 .content-box .inner-box .author .author-thumb img{
  width: 100%;
  border-radius: 50%;
}

#content_block_1 .content-box .inner-box{
  position: relative;
  display: flex;
  align-items: center;
}

/** about-style-two **/

.about-style-two{
  position: relative;
  padding: 120px 0px;
}

#image_block_1 .image-box{
  position: relative;
  display: block;
}

#image_block_1 .image-box img{
  width: 100%;
}

#image_block_1 .image-box .image-2{
  position: absolute;
  bottom: 0px;
  left: -140px;
}

#image_block_1 .image-box .icon-box{
  position: absolute;
  left: 132px;
  top: 252px;
  width: 146px;
  height: 146px;
  line-height: 146px;
  text-align: center;
  border-radius: 50%;
}

#image_block_1 .image-box .image-1{
  position: relative;
  display: block;
  overflow: hidden;
}

#image_block_1 .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_1 .image-box:hover .image-1:before{
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

#content_block_7 .content-box .text{
  margin-bottom: 40px;
}

#content_block_7 .content-box .inner-box{
  position: relative;
  display: block;
  margin-bottom: 52px;
}

#content_block_7 .content-box .inner-box .single-item{
  margin-bottom: 40px;
}

#content_block_7 .content-box .inner-box .single-item h5{
  position: relative;
  display: block;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
  padding-left: 16px;
}

#content_block_7 .content-box .inner-box .single-item h5:before{
  position: absolute;
  content: "\f0da";
  font-family: 'Font Awesome 5 Pro';
  font-size: 18px;
  font-weight: 700;
  left: 0px;
  top: 0px;
}

#content_block_7 .content-box p{
  font-size: 18px;
  line-height: 36px;
}

#content_block_7 .content-box .sec-title{
  margin-bottom: 36px;
}

#content_block_7 .content-box .lower-box .support-box{
  position: relative;
  padding: 11px 0px 7px 80px;
}

#content_block_7 .content-box .lower-box .support-box i{
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 24px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 50%;
}

#content_block_7 .content-box .lower-box .support-box p{
  position: relative;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 2px;
}

#content_block_7 .content-box .lower-box .support-box h3{
  position: relative;
  display: block;
  font-size: 26px;
  line-height: 30px;
}

#content_block_7 .content-box .lower-box .support-box h3 a{
  display: inline-block;
  color: #22272b;
}

/** about-style-three **/

.about-style-three{
  position: relative;
  padding: 120px 0px;
}

.about-style-three .image-box{
  position: relative;
  display: block;
  overflow: hidden;
}

.about-style-three .image-box: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);
  z-index: 1;
}

.about-style-three .image-box:hover:before{
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

.about-style-three .image-box .image img{
  width: 100%;
}

#content_block_8 .content-box .author-box .author-thumb{
  position: relative;
  display: inline-block;
  margin-right: 20px;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: #fff;
  padding: 6px;
}

#content_block_8 .content-box .author-box .signature{
  position: relative;
  display: inline-block;
}

#content_block_8 .content-box .text{
  margin-bottom: 42px;
  position: relative;
  display: block;
}

#content_block_8 .content-box .text p{
  font-size: 18px;
  line-height: 36px;
}

#content_block_8 .content-box .inner-box{
  position: relative;
  margin-bottom: 51px;
}

#content_block_8 .content-box .inner-box .single-item{
  position: relative;
  display: block;
  float: left;
  width: 50%;
}

#content_block_8 .content-box .inner-box .single-item h5{
  position: relative;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  margin-bottom: 6px;
  padding-left: 16px;
}

#content_block_8 .content-box .inner-box .single-item h5:before{
  position: absolute;
  content: "\f0da";
  font-family: 'Font Awesome 5 Pro';
  font-size: 18px;
  left: 0px;
  top: 0px;
  font-weight: 700;
}

#content_block_8 .content-box .inner-box .single-item p{
  font-size: 18px;
}

#content_block_8 .content-box .sec-title{
  margin-bottom: 36px;
}

.about-style-three  #content_block_8 .content-box{
  margin-top: -6px;
}

div#content_block_1 .content-box .inner-box.clearfix .icon-box svg {
  position: absolute;
  font-size: 75px;
  height: 75px;
  width: 75px;
  left: 0;
  top: 0;
}
/** service-section **/

.service-section{
  position: relative;
}

.service-block-one .inner-box{
  position: relative;
  display: block;
  background: #fff;
  transition: all 500ms ease;
}

.service-block-one .inner-box:hover{
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.03);
}

.service-block-one .inner-box .image-box{
  position: relative;
  display: block;
}

.service-block-one .inner-box .image-box .image{
  position: relative;
  display: block;
  overflow: hidden;
  background: #22272b;
}

.service-block-one .inner-box .image-box .image img{
  width: 100%;
  transition: all 500ms ease;
}

.service-block-one .inner-box:hover .image-box .image img{
  opacity: 0.7;
  transform: scale(1.1);
}

.service-block-one .inner-box .image-box .icon-box svg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 86px;
  height: 78px;
  line-height: 78px;
  text-align: center;
  font-size: 55px;
  transition: all 500ms ease;
}

.service-block-one .inner-box .image-box .icon-box{
  position: absolute;
  left: -10px;
  bottom: 20px;
  width: 86px;
  height: 78px;
  line-height: 78px;
  text-align: center;
  font-size: 55px;
  transition: all 500ms ease;
}

.service-section .owl-stage-outer{
  overflow: visible;
}

.service-section .owl-item {
  opacity: 0;
  transition: 500ms;
}

.service-section .owl-item.active {
  opacity: 1;
}

.service-block-one .inner-box .image-box .icon-box:before{
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  left: 0px;
  bottom: -10px;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 100% 100%, 0% 0%);
  transition: all 500ms ease;
}

.service-block-one .inner-box .lower-content {
  position: relative;
  display: block;
  padding: 22px 30px 19px 30px;
  border: 1px solid #ecebe3;
  border-top: none;
}

.service-block-one .inner-box .lower-content h4{
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 12px;
}

.service-block-one .inner-box .lower-content h4 a{
  display: inline-block;
  color: #22272b;
}

.service-block-one .inner-box .lower-content p{
  margin-bottom: 10px;
}

.service-block-one .inner-box .lower-content .link a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #22272b;
}

.service-block-one .inner-box .lower-content .link a i{
  margin-right: 4px;
}

.service-section .owl-nav .owl-prev,
.service-section .owl-nav .owl-next{
  position: relative;
  display: inline-block;
  width: 65px;
  height: 65px;
  background: #f8f7f3;
  text-align: center;
  line-height: 65px;
  font-size: 20px;
  font-weight: 600;
  color: #22272b;
  cursor: pointer;
  transition: all 500ms ease;
}

.service-section .owl-nav{
  position: absolute;
  top: -133px;
  right: 0px;
}

.service-section .owl-nav .owl-prev{
  margin-right: 10px;
}

.service-section .owl-nav .owl-prev:hover,
.service-section .owl-nav .owl-next:hover{
  color: #fff;
}

.service-section .sec-title{
  margin-bottom: 58px;
}

/** service-style-two **/

.service-style-two{
  position: relative;
}

.service-style-two:before{
  position: absolute;
  content: '';
  background: #22272b;
  width: 100%;
  height: 521px;
  left: 0px;
  top: 0px;
}

.service-style-two .owl-nav .owl-prev,
.service-style-two .owl-nav .owl-next{
  position: relative;
  display: inline-block;
  width: 65px;
  height: 65px;
  background: #1f2327;
  text-align: center;
  line-height: 65px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  transition: all 500ms ease;
}

.service-style-two .owl-nav{
  position: absolute;
  top: -133px;
  right: 0px;
}

.service-style-two .owl-nav .owl-prev{
  margin-right: 10px;
}

.service-style-two .owl-stage-outer{
  overflow: visible;
}

.service-style-two .owl-item {
  opacity: 0;
  transition: 500ms;
}

.service-style-two .owl-item.active {
  opacity: 1;
}

.service-style-two .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 521px;
  background-repeat: no-repeat;
  background-size: cover;
}

.service-style-two .sec-title{
  margin-bottom: 57px;
}