


.featured-services{
	position:relative;
	padding:80px 0px 30px;
	background:#ffffff;
}

.featured-services .column{
	position:relative;
	margin-bottom:70px;	
}

.featured-services .column .inner-box{
	position:relative;
	display:block;
	margin-right:30px;
	padding:15px 25px 40px;
	border:2px solid #f1f1f1;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	height: 425px;
}

.featured-services .column .icon{
	position:relative;
	display:block;
	left:0px;
	top:0px;
	font-size:48px;
	margin-bottom:25px;
	color:#1f4923;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;	
}

.featured-services .column .inner-box:hover .icon{
	color:#eb1d1d;	
}

.featured-services .column h3{
	position:relative;
	font-size:15px;
	font-weight:600;
	margin-bottom:16px;
	color:#3a4145;
	text-transform:capitalize;
	font-family:'Open Sans',sans-serif;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.featured-services .column .text{
	position:relative;
	margin-bottom:10px;	
}

.featured-services .column .inner-box:hover{
	border-color:#eb1d1d;	
}

.featured-services .column .theme-btn{
	position:absolute;
	right:-20px;
	bottom:-18px;	
}









.services-small-item {
      display: block;
      background: #fff;
      box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
      border-radius: 5px;
      padding: 40px 28px;
      text-align: left;
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      position: relative;
      z-index: 2;
      margin-bottom: 30px;
      height: 500px;
    }

      .services-small-item:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0px;
        border-radius: 5px;
        background-image: linear-gradient(135deg, #6ab42f 0%, #1f4923 100%);
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        opacity: 0;
      }

      .services-small-item.active:before, .services-small-item:hover:before {
        opacity: 1;
      }

      .services-small-item.active .icon:before, .services-small-item:hover .icon:before {
        opacity: .26;
      }

      .services-small-item.active .icon i, .services-small-item:hover .icon i {
        background: -webkit-linear-gradient(#fff, #fff);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
      }

      .services-small-item.active .services-title, .services-small-item:hover .services-title {
        color: #ffffff;
      }

      .services-small-item.active p, .services-small-item:hover p {
        color: #ffffff;
      }

      .services-small-item.active .button i, .services-small-item:hover .button i {
        background-image: linear-gradient(135deg, #fff 0%, #fff 100%) !important;
        color: #2b708b !important;
      }

      .services-small-item:hover {
        margin-top: -15px;
      }

      .services-small-item .icon {
        width: 139px;
        height: 113px;
        margin: auto;
        position: relative;
        margin-bottom: 20px;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
      }


        .services-small-item .icon i {
          display: block;
          height: 67px;
          line-height: 67px;
          position: absolute;
          width: 100%;
          top: 22px;
          z-index: 2;
          font-size: 28px;
          background-image: linear-gradient(135deg, #80d0c7 0%, #13547a 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          -webkit-transition: all 0.3s ease 0s;
          -moz-transition: all 0.3s ease 0s;
          -o-transition: all 0.3s ease 0s;
          transition: all 0.3s ease 0s;
        }

      .services-small-item .services-title {
        font-weight: 400;
        font-size: 16px;
        color: #3B566E;
        letter-spacing: 0.7px;
        margin-bottom: 15px;
        position: relative;
        z-index: 2;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
      }

      .services-small-item p {
        /*! font-weight: 200; */
        font-size: 18px;
        color: #1F4923;
        /*! letter-spacing: 0.88px; */
        line-height: 27px;
        position: relative;
        z-index: 2;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        margin-bottom: 30px;
      }

      .services-small-item .button {
        position: relative;
        z-index: 2;
      }

        .services-small-item .button i {
          width: 42px;
          height: 42px;
          background-image: linear-gradient(135deg, #80d0c7 0%, #13547a 100%);
          line-height: 42px;
          text-align: center;
          -webkit-border-radius: 100px;
          -moz-border-radius: 100px;
          border-radius: 100px;
          color: #fff;
          padding-left: 3px;
        }

      .services-small-item:hover + .item-bg {
        bottom: 30px;
      }












