
/** feature-section **/

.feature-section{
  position: relative;
  padding: 185px 0px 110px 0px;
}

.feature-block-one .inner-box{
  position: relative;
  display: block;
  padding: 0px 50px 0px 60px;
  transition: all 500ms ease;
}

.feature-block-one .inner-box:hover{
  padding-bottom: 51px;
  margin-bottom: -51px;
}

.feature-block-one .inner-box .icon-box{
  position: relative;
  display: inline-block;
  width: 140px;
  height: 140px;
  line-height: 140px;
  text-align: center;
  border-radius: 50%;
  padding: 10px;
  margin-bottom: 30px;
  transition: all 500ms ease;
}

.feature-block-one .inner-box:hover .icon-box{
  border-color: #20445a;
}

.feature-block-one .inner-box .icon-box .icon{
  position: relative;
  display: inline-block;
  width: 120px;
  height: 120px;
  line-height: 120px;
  font-size: 60px;
  color: #fff;
  background: #20445a;
  border-radius: 50%;
  z-index: 1;
  transition: all 500ms ease;
}

.feature-block-one .inner-box .icon-box .icon: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-one .inner-box:hover .icon-box .icon:before{
  transform: scale(1,1);
}

.feature-block-one .inner-box h3{
  display: block;
  font-size: 22px;
  line-height: 27px;
  font-weight: 700;
  margin-bottom: 14px;
}

.feature-block-one .inner-box .link a{
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 18px;
  color: #222;
  font-weight: 600;
  border-bottom: 2px solid #909090;
  margin-left: 17px;
}

.feature-block-one .inner-box .link a:before{
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  left: -17px;
  top: 7px;
}

.feature-block-one .inner-box .link{
  position: absolute;
  left: 60px;
  bottom: 0px;
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease;
}

.feature-block-one .inner-box:hover .link{
  opacity: 1;
  visibility: visible;
}


/** feature-style-two **/

.feature-style-two{
  position: relative;
}

.feature-style-two .inner-container .feature-block-two{
  float: left;
  width: 33.333%;
}

.feature-style-two .inner-container{
  position: relative;
  margin-top: -25px;
  z-index: 1;
}

.feature-block-two .inner-box{
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 238px 30px 56px 30px;
}

.feature-block-two .inner-box:before {
  position: absolute;
  content: '';
  background: -webkit-linear-gradient(90deg, rgba(0,0,0,0.95)0%, rgba(0,0,0,0.0) 100%);
  width: 100%;
  height: 100%;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.feature-block-two .inner-box h3{
  position: relative;
  display: block;
  font-size: 28px;
  color: #fff;
  line-height: 33px;
  font-weight: 600;
  margin-bottom: 0px;
  text-transform: uppercase;
}

.feature-block-two .inner-box .link{
  position: absolute;
  left: 0px;
  bottom: -27px;
  width: 100%;
  text-align: center;
}

.feature-block-two .inner-box .link a{
  position: relative;
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  background: #fff;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
}

.feature-block-two .inner-box .link a:hover{
  background: #24485e;
  color: #fff;
}

.feature-block-two .inner-box .overlay-content{
  position: absolute;
  left: 0px;
  top: -20px;
  width: 100%;
  height: calc(100% + 40px);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 50px 35px 50px 35px;
  opacity: 0;
  transform: scale(0,0);
  transition: all 500ms ease;
}

.feature-block-two .inner-box:hover .overlay-content{
  opacity: 1;
  transform: scale(1,1);
}

.feature-block-two .inner-box .overlay-content:before{
  position: absolute;
  content: '';
  background: #24485e;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  opacity: 0.95;
}

.feature-block-two .inner-box .overlay-content .icon-box{
  position: relative;
  display: block;
  font-size: 80px;
  line-height: 80px;
  color: #fff;
  margin-bottom: 29px;
  padding-bottom: 37px;
}

.feature-block-two .inner-box .overlay-content .icon-box:before{
  position: absolute;
  content: '';
  width: 230px;
  height: 1px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
}

.feature-block-two .inner-box .overlay-content h3{
  margin-bottom: 13px;
}

.feature-block-two .inner-box .overlay-content p{
  position: relative;
  display: block;
  color: #fff;
}

.feature-block-two .inner-box .overlay-content .link a:before{
  position: absolute;
  content: '';
  width: 68px;
  height: 68px;
  left: -7px;
  top: -6px;
  border-radius: 50%;
  z-index: -1;
}


/** feature-style-three **/

.feature-style-three{
  position: relative;
  border-bottom: 1px solid #dddddd;
}

.feature-style-three .outer-container{
  position: relative;
  max-width: 1610px;
  width: 100%;
  padding: 0px 15px;
  margin: 0 auto;
}

.feature-style-three .feature-block-three{
  position: relative;
  float: left;
  width: 33.333%;
}

.feature-block-three .inner-box{
  position: relative;
  display: block;
  padding: 64px 85px 60px 135px;
}

.feature-block-three .inner-box .icon-box{
  position: absolute;
  left: 0px;
  top: 65px;
  display: inline-block;
  width: 110px;
  height: 110px;
  line-height: 110px;
  text-align: center;
  font-size: 60px;
  color: #20445a;
  background: #fff;
  border-radius: 50%;
  transition: all 500ms ease;
}

.feature-block-three .inner-box:hover .icon-box{
  border-color: #fff;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
}

.feature-block-three .inner-box h3{
  display: block;
  font-size: 22px;
  line-height: 22px;
  line-height: 27px;
  font-weight: 700;
  margin-bottom: 15px;
}

.feature-block-three .inner-box:before{
  position: absolute;
  content: '';
  background: #dddddd;
  width: 1px;
  height: 100%;
  top: 0px;
  right: 50px;
}

.feature-block-three:last-child .inner-box:before{
  display: none;
}


/** feature-style-four **/

.feature-style-four{
  position: relative;
  padding: 123px 0px 62px 0px;
}

.feature-style-four .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-repeat: repeat-x;
  background-position: center;
  background-size: cover;
  animation: slide 100s linear infinite;
  -webkit-animation: slide 100s linear infinite;
}

.feature-style-four .outer-container{
  position: relative;
  max-width: 1550px;
  padding: 0px 15px;
  width: 100%;
  margin: 0 auto;
}

.feature-style-four .sec-title{
  margin-bottom: 59px;
}

.feature-block-four .inner-box{
  position: relative;
  display: block;
  padding-left: 130px;
  margin-bottom: 49px;
}

.feature-block-four .inner-box .icon-box{
  position: absolute;
  left: 0px;
  top: 5px;
  width: 100px;
  height: 100px;
  line-height: 100px;
  background: #fff;
  text-align: center;
}

.feature-block-four .inner-box .icon-box:before,
.feature-block-four .inner-box .icon-box:after{
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  transition: all 500ms ease;
}

.feature-block-four .inner-box .icon-box:before{
  left: 0px;
  top: 0%;
}

.feature-block-four .inner-box .icon-box:after{
  right: 0px;
  bottom: 0%;
}

.feature-block-four .inner-box:hover .icon-box:before{
  top: 100%;
  margin-top: -8px;
}

.feature-block-four .inner-box:hover .icon-box:after{
  bottom: 100%;
  margin-bottom: -8px;
}

.feature-block-four .inner-box h3{
  display: block;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 8px;
}

.feature-block-four .inner-box p{
  color: rgba(255,255,255,0.8);
  margin-bottom: 25px;
}
.feature-block-four .inner-box .icon-box img {
  max-width: 55px;
}
.feature-block-four .inner-box .link a{
  position: relative;
  display: inline-block;
  font-size: 20px;
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: transparent;
  text-align: center;
  border-radius: 50%;
}

.feature-style-four .image-box{
  position: absolute;
  right: 0px;
  bottom: -30px;
  max-width: 820px;
}

.feature-style-four .image-box .image-content{
  position: absolute;
  left: -25px;
  top: 195px;
  max-width: 230px;
  width: 100%;
}

.feature-style-four .image-box .image-content .inner{
  position: relative;
  display: block;
  background: #fff;
  padding: 45px 30px 40px 30px;
  text-align: center;
  z-index: 1;
  box-shadow: 10px 10px 0px 10px rgba(0, 0, 0, 0.2);
}

.feature-style-four .image-box .image-content .inner h2{
  position: relative;
  display: inline-block;
  font-size: 106px;
  font-weight: 700;
  width: 170px;
  height: 170px;
  line-height: 160px;
  text-align: center;
  border-radius: 50%;
  border: 2px dashed #24485e;
  margin-bottom: 20px;
}

.feature-style-four .image-box .image-content .inner h5{
  display: block;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
}