
/** feature-section **/

.feature-section{
  position: relative;
}

.feature-section .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.feature-section .owl-carousel .owl-stage-outer{
  overflow: visible;
}

.feature-section .owl-carousel .owl-stage-outer .owl-item{
  opacity: 0;
  transition: all 500ms ease;
}

.feature-section .owl-carousel .owl-stage-outer .owl-item.active{
  opacity: 1;
}

.feature-block-one .inner-box{
  position: relative;
  display: block;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 10px 50px 0px rgba(0,0,0,0.1);
  margin-bottom: 30px;
  overflow: hidden;
}

.feature-block-one .inner-box .image-box{
  position: relative;
  display: block;
}

.feature-block-one .inner-box .image-box .image{
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px 10px 0px 0px;
}

.feature-block-one .inner-box .image-box .image img{
  width: 100%;
}

.feature-block-one .inner-box .image-box .feature{
  position: absolute;
  top: 16px;
  right: -36px;
  padding: 3px 35px;
  font-size: 12px;
  color: #fff;
  line-height: 20px;
  text-transform: uppercase;
  text-align: center;
  transform: rotate(45deg);
  z-index: 1;
  clip-path: polygon(0% 0%, 80% 0%, 100% 100%, 0% 100%, 20% 0%);
}

.feature-block-one .inner-box .image-box .shape{
  position: absolute;
  width: 110px;
  height: 110px;
  top: 0px;
  right: 0px;
}

.feature-block-one .inner-box .image-box .shape:before{
  position: absolute;
  content: '';
  width: 8px;
  height: 7px;
  left: 25px;
  top: -7px;
}

.feature-block-one .inner-box .image-box .shape:after{
  position: absolute;
  content: '';
  right: -6px;
  bottom: 26px;
  width: 7px;
  height: 8px;
}

.feature-block-one .inner-box .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.feature-block-one .inner-box:hover .image-box img{
  transform: scale(1.05);
}

.feature-block-one .inner-box .image-box .icon{
  position: absolute;
  left: 30px;
  top: -7px;
  width: 30px;
  height: 40px;
  line-height: 44px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  z-index: 1;
}

.feature-block-one .inner-box .image-box .icon .icon-shape{
  position: absolute;
  top: 0px;
  right: -8px;
  width: 8px;
  height: 7px;
  clip-path: polygon(0% 0%, 0% 0%, 100% 100%, 0% 100%, 0% 0%);
}

.feature-block-one .inner-box .image-box .icon:before{
  position: absolute;
  content: '';
  width: 14px;
  height: 5px;
  left: 0px;
  bottom: -4px;
  clip-path: polygon(0% 0%, 100% 0%, 0% 100%, 0% 100%, 0% 0%);
  border-bottom-left-radius: 10px;
}

.feature-block-one .inner-box .image-box .icon:after{
  position: absolute;
  content: '';
  width: 14px;
  height: 5px;
  right: 0px;
  bottom: -4px;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 100% 100%, 0% 0%);
  border-bottom-right-radius: 10px;
}

.feature-block-one .inner-box .image-box:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  box-shadow: inset 0px -140px 50px -40px rgba(0, 0, 0, 0.7);
  z-index: 1;
  transition: all 500ms ease;
}

.feature-block-one .inner-box .image-box .rating{
  position: absolute;
  display: inline-block;
  left: 30px;
  bottom: 47px;
  z-index: 1;
}

.feature-block-one .inner-box .image-box .rating li{
  position: relative;
  display: inline-block;
  font-size: 14px;
  margin: 0px 0px;
}

.feature-block-one .inner-box .image-box .rating li:last-child{
  display: inline-block;
  font-size: 15px;
  color: #fff;
  margin-left: 5px;
}

.feature-block-one .inner-box .image-box h5{
  position: absolute;
  display: inline-block;
  right: 30px;
  bottom: 48px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 800;
  z-index: 1;
}

.feature-block-one .inner-box .image-box .rating li a:hover{

}

.feature-block-one .inner-box .lower-content{
  position: relative;
  display: block;
  padding: 0px 30px 32px 30px;
}

.feature-block-one .inner-box .lower-content .author-box{
  position: relative;
  background: #fff;
  padding: 22px 15px;
  border-radius: 10px;
  margin-top: -35px;
  box-shadow: 0px 10px 50px 0px rgba(0,0,0,0.1);
  z-index: 1;
  margin-bottom: 30px;
}

.feature-block-one .inner-box .lower-content .author-box .inner{
  position: relative;
  padding-left: 52px;
}

.feature-block-one .inner-box .lower-content .author-box .inner img{
  position: absolute;
  left: 0px;
  top: -7px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.feature-block-one .inner-box .lower-content .author-box .inner h6{
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 26px;
  font-weight: 700;
  padding-right: 26px;
}

.feature-block-one .inner-box .lower-content .author-box .inner h6 i {
  position: absolute;
  top: 5px;
  right: 0px;
  width: 17px;
  height: 17px;
  line-height: 17px;
  text-align: center;
  font-size: 8px;
  color: #fff;
  border-radius: 50%;
}

.feature-block-one .inner-box .lower-content .author-box .inner span{
  position: absolute;
  top: 0px;
  right: 0px;
  display: inline-block;
  font-size: 11px;
  line-height: 18px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  padding: 4px 15px;
  border-radius: 25px;
}

.feature-block-one .inner-box .lower-content .category{
  position: relative;
  padding-left: 25px;
  margin-bottom: 1px;
}

.feature-block-one .inner-box .lower-content .category i{
  position: absolute;
  left: 0px;
  top: 8px;
  font-size: 12px;
}

.feature-block-one .inner-box .lower-content h3{
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-weight: 800;
}

.feature-block-one .inner-box .lower-content h3 a{
  display: inline-block;
  color: #061a3a;
}

.feature-block-one .inner-box .lower-content h3 a:hover{

}

.feature-section .owl-dots{
  position: relative;
  text-align: center;
  margin-top: 27px;
}

/** feature-style-two **/

.feature-style-two{
  position: relative;
  padding: 114px 0px 90px 0px;
}

.feature-block-one .inner-box .lower-content .rating{
  position: relative;
  margin-top: 2px;
  margin-bottom: 17px;
}

.feature-block-one .inner-box .lower-content .rating li{
  position: relative;
  display: inline-block;
  font-size: 14px;
  margin: 0px 0px;
}

.feature-block-one .inner-box .lower-content .rating li:last-child {
  display: inline-block;
  font-size: 15px;
  color: #808080;
  margin-left: 5px;
}

.feature-block-one .inner-box .lower-content .info li{
  position: relative;
  display: block;
  font-size: 15px;
  color: #808080;
  padding-left: 25px;
  margin-bottom: 4px;
}

.feature-block-one .inner-box .lower-content .info li:last-child{
  margin-bottom: 0px;
}

.feature-block-one .inner-box .lower-content .info li i{
  position: absolute;
  left: 0px;
  top: 5px;
  color: #c7c7c7;
}

.feature-block-one .inner-box .lower-content .info{
  position: relative;
  margin-bottom: 24px;
}

.feature-block-one .inner-box .lower-content .lower-box{
  position: relative;
  display: block;
  padding-top: 13px;
}

.feature-block-one .inner-box .lower-content .lower-box:before{
  position: absolute;
  content: '';
  background: #edeff2;
  width: calc(100% + 60px);
  height: 1px;
  left: -30px;
  top: 0px;
}

.feature-block-one .inner-box .lower-content .lower-box h5{
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 800;
}

.feature-block-one .inner-box .lower-content .lower-box h5 span{
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #808080;
  font-family: 'Quicksand', sans-serif;
  font-weight: 400;
  line-height: 26px;
  margin-right: 8px;
  top: -2px;
}

.feature-block-one .inner-box .lower-content .lower-box .react-box{
  position: absolute;
  top: 15px;
  right: 0px;
}

.feature-block-one .inner-box .lower-content .lower-box .react-box li{
  position: relative;
  display: inline-block;
  margin-right: 28px;
}

.feature-block-one .inner-box .lower-content .lower-box .react-box li:last-child{
  margin: 0px !important;
}

.feature-block-one .inner-box .lower-content .lower-box .react-box li a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  color: #989aa3;
}

.feature-block-one .inner-box .lower-content .lower-box .react-box li a:hover{

}

.feature-block-one .inner-box .lower-content .lower-box .react-box li:before{
  position: absolute;
  content: '';
  background: #e5e7ec;
  width: 1px;
  height: 22px;
  top: 2px;
  right: -17px;
}

.feature-block-one .inner-box .lower-content .lower-box .react-box li:last-child:before{
  display: none;
}

.feature-style-two .feature-block-one .inner-box .lower-content{
  padding-bottom: 17px;
}

.feature-style-two .feature-block-one .inner-box .image-box:before{
  display: none;
}

.feature-block-one .inner-box .lower-content h4{
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-weight: 800;
}

.feature-block-one .inner-box .lower-content h4 a{
  display: inline-block;
  color: #061a3a;
}

.feature-block-one .inner-box .lower-content h4 a:hover{

}

.feature-style-two.four-column .feature-block-one .inner-box .lower-content{
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 23px;
}

/** feature-style-three **/

.feature-style-three{
  position: relative;
  padding: 114px 0px 90px 0px;
}

.feature-style-three .feature-block-one .inner-box{
  position: relative;
  padding: 33px 30px 28px 230px;
}

.feature-style-three .feature-block-one .inner-box .image-box{
  position: absolute;
  left: 0px;
  top: 0px;
}

.feature-style-three .feature-block-one .inner-box .image-box:before{
  display: none;
}

.feature-style-three .feature-block-one .inner-box .image-box .image{
  border-radius: 10px 0px 0px 10px;
}

.feature-style-three .feature-block-one .inner-box .image-box .image img{
  border-radius: 10px 0px 0px 10px;
}

.feature-style-three .feature-block-one .inner-box .image-box .feature-2{
  position: absolute;
  left: -7px;
  top: 20px;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 0px 3px 3px 0px;
  padding: 3px 17px;
}

.feature-style-three .feature-block-one .inner-box .image-box .feature-2:before{
  position: absolute;
  content: '';
  width: 7px;
  height: 7px;
  left: 0px;
  bottom: -7px;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 100% 100%, 0% 0%);
}

.feature-style-three .feature-block-one .inner-box .lower-content .lower-box:before{
  display: none;
}

.feature-style-three .feature-block-one .inner-box .lower-content{
  padding: 0px;
}

.feature-style-three .feature-block-one .inner-box .lower-content .category{
  margin-bottom: 3px;
}

.feature-style-three .feature-block-one .inner-box .lower-content .lower-box{
  padding-top: 0px;
}

.feature-style-three .feature-block-one .inner-box .lower-content .lower-box .react-box{
  top: 2px;
}