.site_container{
  margin-top: 10px;
  border-radius: 10px;
  margin-left: 5%;
  margin-right: 5%;
}
.featured-section {
  position: relative;
  background:#f2f2f2;
}

.featured-section .inner-container {
  position: relative;
  z-index: 99
}

.featured-block {
  position: relative;
  padding: 0
}

.featured-block .inner-box {
  position: relative;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease
}

.featured-block .inner-box .upper-box {
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  padding: 5px 25px 22px;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease
}

.featured-block .inner-box:hover {
  background-color: #fff;
  -webkit-box-shadow: 0 4px 13px 0 #f7f7f7;
  -moz-box-shadow: 0 4px 13px 0 #f7f7f7;
  box-shadow: 0 4px 13px 0 #f7f7f7
}

.featured-block .inner-box:hover .upper-box {
  opacity: 1;
  visibility: visible
}

.featured-block .inner-box .upper-box .text {
  position: relative;
  color: #2d2b2b;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8em;
  margin-bottom: 5px
}

.featured-block .inner-box .upper-box .read-more {
  position: relative;
  color: #252525;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease
}

.featured-block .inner-box .upper-box .read-more:hover {
  color: #ff4800
}

.featured-block .inner-box .upper-box .read-more .icon {
  margin-right: 8px
}

.featured-block .lower-box {
  position: relative;
  padding: 14px 0;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease
}

.featured-block .lower-box .lower-inner {
  position: relative;
  padding-left: 15px;
  min-height: 50px
}

.featured-block .inner-box:hover .lower-box {
  padding-left: 10px
}

.featured-block .lower-box .lower-inner .icon-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 64px;
  height: 50px
}

.featured-block .lower-box .lower-inner h3 {
  position: relative;
  color: #231f20;
  font-size: 16px;
  font-weight: 600
}

.featured-block .lower-box .lower-inner h3 a {
  position: relative;
  color: #000;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease
}

.featured-block .lower-box .lower-inner h3 a:hover {
  color: #ff4800;
}

.featured-block .lower-box .lower-inner .title {
  position: relative;
  color: #ff4901;
  font-size: 15px;
  font-weight: 500
}
.auto-container {
  position: static;
  max-width: 1400px;
  padding: 0 2px;
  margin: 0 auto
}
@media only screen and (max-width:1140px) {
  .featured-section .inner-container {
    margin-top: 0;
    background: #fff
  }

  .featured-block .inner-box .upper-box {
    position: relative;
    left: 0;
    top: 0;
    bottom: 0;
    opacity: 1;
    visibility: visible;
    padding-left: 0;
    padding-right: 0
  }

  .featured-block .inner-box:hover .lower-box {
    padding-left: 0
  }

  .featured-block {
    padding: 0 15px
  }

  .featured-block .lower-box .lower-inner h3 {
    font-size: 16px
  }

  .featured-block .inner-box:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
  }
}


@media only screen and (max-width:767px) {
  .boxorder {
    padding: 0;
    margin: 0;
    list-style: none;
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap
  }
  .box1,
  .box2 {
    padding: 5px;
    color: #fff
  }
  .box1 {
    flex: 1 1 auto
  }
  .box2 {
    flex: 1 1 auto
  }
  .box1:nth-of-type(1) {
    order: 2
  }
  .box2:nth-of-type(2) {
    order: 1
  }

  .featured-block .inner-box:hover {
    box-shadow: none
  }
  .featured-block .lower-box {
    padding: 0 0 10px
  }

  .featured-block .lower-box .lower-inner h3 {
    margin-left: 70px;
    font-size: 16px
  }

  .featured-block .lower-box .lower-inner .title {
    margin-left: 70px;
    font-size: 16px
  }

  .featured-block {
    padding: 15px;
    border-bottom: 1px solid #eaeaea
  }

  .featured-block:first-child {
    border-top: 1px solid #eaeaea
  }

  .content-inner .text {
    text-align: justify
  }

  .featured-block .inner-box .upper-box {
    padding: 0 5px 0
  }

  .featured-block .inner-box .upper-box .text {
    margin-bottom: 2px
  }

}
@media only screen and (max-width:599px) {
  .featured-block .lower-box .lower-inner .icon-box  {
    margin-bottom: 20px;
  }
  .featured-section .inner-container {
    margin-left: -15px;
    margin-right: -15px
  }

  .featured-block .lower-box .lower-inner {
    padding-left: 0
  }
}
@media only screen and (max-width:479px) {
  .featured-block .lower-box .lower-inner h3 {
    margin-left: 80px;
    font-size: 14px;
    font-weight: 500
  }

  .featured-block .lower-box .lower-inner .title {
    margin-left: 80px;
    font-size: 14px;
    font-weight: 500
  }
}
.wff{
  font-family: "Shadows Into Light", cursive;
  font-weight: bold;
}
