#section-style-0017 {
  position: relative;
  background-color: #fff;
}

#section-style-0017 .decor {
  position: relative;
  width: 57px;
  height: 9px;
  background-repeat: no-repeat;
  margin: 0 auto;
  margin-bottom: 25px
}

#section-style-0017 a:active,
#section-style-0017 a:hover {
  outline-width: 0;
}

#section-style-0017 img {
  border-style: none;
}

#section-style-0017 .container-fluid:before,
#section-style-0017 .container-fluid:after {
  display: table;
  content: " ";
  width: 100%;
}

#section-style-0017 *,
#section-style-0017 *:before,
#section-style-0017 *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#section-style-0017 img {
  display: inline-block;
}

#section-style-0017 a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  color: #222;
}

#section-style-0017 p {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  margin: 0 0 2em;
  line-height: 1.8;
  font-family: poppins, Arial, helvetica neue, Helvetica, sans-serif;
}

#section-style-0017 .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, .5);
  transition: all .4s ease;
}

#section-style-0017 .no-padding {
  padding: 0;
}

.padding40 {
  padding: 40px;
}

@media (max-width:1024px) {
  .padding40 {
    padding: 20px;
  }
}

#section-style-0017 .border-bottom1 {
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
}

#section-style-0017 .border-right1 {
  border-right: 1px solid #eee;
}

#section-style-0017 .pb115 {
  padding-bottom: 115px;
}

@media (max-width:768px) {
  #section-style-0017 .pb115 {
    padding-bottom: 60px;
  }
}

#section-style-0017 h2 {
  margin: 0;
  font-size: 36px;
  font-weight: 800;
  color: #222;
  font-family: poppins, Arial, helvetica neue, Helvetica, sans-serif;
  letter-spacing: -.025em;
}

@media (max-width:570px) {
  #section-style-0017 h2 {
    font-size: 28px;
  }
}

#section-style-0017 h6 {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  color: #222;
  font-family: poppins, Arial, helvetica neue, Helvetica, sans-serif;
  letter-spacing: -.025em;
}

#section-style-0017 .btn {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  padding: 19px 42px 16px;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  font-family: poppins, Arial, helvetica neue, Helvetica, sans-serif;
  color: #222;
  overflow: hidden;
  transition: all .3s ease;
  letter-spacing: .05em;
  font-weight: 500;
}

#section-style-0017 .btn--outline {
  border: 2px solid #222;
  text-transform: uppercase;
  position: relative;
  transition: all .2s linear;
}

#section-style-0017 .btn--outline:hover {
  background-color: #222;
  border-color: #222;
  color: #fff;
}

#section-style-0017 .info-box__main {
  padding: 0px 60px 70px;
  background: #fff;
  text-align: center;
  position: relative;
  transition: all .3s linear;
}

#section-style-0017 .info-box__main .border {
  opacity: 1;
}

#section-style-0017 .info-box__main .heading .heading-line {
  margin-bottom: 34px;
}

#section-style-0017 .info-box__main .heading .heading-text {
  line-height: 2.3;
  margin-bottom: 39px;
  font-family: poppins, Arial, helvetica neue, Helvetica, sans-serif;
  font-size: 14px;
}

#section-style-0017 .info-box__main .heading .heading-title {
  margin-bottom: 40px;
  padding-top: 40px;
}

@media (max-width:1280px) {
  #section-style-0017 .info-box__main .heading .heading-title {
    font-size: 22px;
  }
}

#section-style-0017 .info-box__main .btn {
  padding: 20px 35px;
}

@media (max-width:1024px) {
  #section-style-0017 .info-box__main .btn {
    padding: 20px;
  }
}

#section-style-0017 .flex-block {
  position: relative;
  display: flex;
  align-items: center;
}

@media (max-width:1024px) {
  #section-style-0017 .flex-block {
    display: block;
  }
}

#section-style-0017 .border {
  border: 10px solid #f5f5f5;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: all .3s linear;
}

#section-style-0017 .icon-wrap {
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 30px;
  margin: 0 auto 50px;
  background: #fff;
  text-align: center;
  color: #333;
  border-radius: 50%;
  transition: all .4s ease;
}

#section-style-0017 .info-box--bg-image {
  position: relative;
  transition: all .3s linear;
  height: 100%;
}

#section-style-0017 .info-box--bg-image:hover .info-box-thumb {
  opacity: 1;
  box-shadow: #adb7d4 4px 8px 10px;
  transition: opacity 1s ease-in-out, background 1s ease-in;
}

#section-style-0017 .info-box--bg-image:hover .title {
  color: #fff;
}

#section-style-0017 .info-box--bg-image:hover p {
  color: #ccc;
  transition: all .3s linear;
  transform: translate3d(0, 0, 0);
}

#section-style-0017 .info-box--bg-image .info-box-thumb {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  transition: all .3s ease;
}

#section-style-0017 .info-box--bg-image .info-box-content {
  position: relative;
  z-index: 2;
  padding: 30px;
}

#section-style-0017 .info-box--bg-image .info-box-content .title {
  margin-bottom: 25px;
  transition: all .3s linear;
}

#section-style-0017 .info-box--bg-image .info-box-content .text {
  transition: all .3s linear;
  transform: translate3d(0, 0, 0);
}

#section-style-0017 .info-box--bg-image .icon-wrap {
  margin: 0 30px 0 0;
  float: left;
  background-color: #c6ae5c;
  border-radius: 50%;
  color: #fff;
}

@media (max-width:1280px) {
  #section-style-0017 .info-box--bg-image .icon-wrap {
    float: none;
  }
}

#section-style-0017 .info-box--bg-image .content-wrap {
  overflow: hidden;
  padding-top: 25px;
}

#section-style-0017 .heading {
  position: relative;
  z-index: 2;
}

#section-style-0017 .heading .heading-title {
  line-height: 1.3;
  margin-bottom: 25px;
}

#section-style-0017 .heading .heading-line {
  margin-bottom: 35px;
}

#section-style-0017 .heading .heading-line img {
  width: auto;
}

@media (min-width: 1200px) {

  #section-style-0017 .col-lg-3,
  #section-style-0017 .col-lg-4,
  #section-style-0017 .col-lg-9 {
    float: left;
  }
}

@media (min-width: 800px) and (max-width: 1190px) {

  #section-style-0017 .col-md-6,
  #section-style-0017 .col-md-12 {
    float: left;
  }
}

@media (max-width: 768px) {

  #section-style-0017 .col-sm-6,
  #section-style-0017 .col-sm-12 {
    float: left;
  }
}

@media (max-width: 570px) {
  #section-style-0017 .col-xs-12 {
    float: left;
  }

  #section-style-0017 .info-box__main {
    padding: 0px 25px 30px 25px;
  }

  #section-style-0017 .info-box--bg-image .icon-wrap {
    margin: 0 auto;
  }

  #section-style-0017 .info-box--bg-image .info-box-content .title {
    text-align: center;
  }

  #section-style-0017 .content-wrap p {
    display: none;
  }

  #section-style-0017 .m-w-100 {
    width: 100%;
    margin-top: 30px;
  }

  #section-style-0017 .border-right1 {
    border-left: 1px solid #eee;
  }

  #section-style-0017 .info-box--bg-image .info-box-content {
    padding: 30px 20px;
  }
}
