#section-style-0018 {
  position: relative;
}
#section-style-0018 *,
#section-style-0018 *:before,
#section-style-0018 *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#section-style-0018 p {
  font-size: 16px;
  font-family: "Nunito", Arial, "Helvetica Neue", Helvetica, serif, sans-serif;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.02em;
  color: #4b5d73;
  margin: 0 0 1.5em 0;
}

#section-style-0018 h2 {
  margin: .5em 0;
  font-size: 38px;
  line-height: 1.3em;
  font-weight: 700;
  color: #273f5b;
  font-family: "Nunito", Arial, "Helvetica Neue", Helvetica, sans-serif;
  letter-spacing: 0.02em;
}

#section-style-0018 a:active,
#section-style-0018 a:hover {
  outline-width: 0;
}

#section-style-0018 .crumina-heading {
  position: relative;
  z-index: 5;
  margin-bottom: 30px;
}

#section-style-0018 .crumina-heading>*:last-child {
  margin-bottom: 0;
}

#section-style-0018 .crumina-heading>*:first-child {
  margin-top: 0;
}

#section-style-0018 .crumina-heading+* {
  margin-top: 25px;
}

#section-style-0018 .heading-title {
  margin-bottom: 30px;
}

#section-style-0018 .bg-blue-lighteen {
  background-color: #ecf5fe;
}

#section-style-0018 .background-contain {
  background-size: contain;
  background-repeat: no-repeat;
}

#section-style-0018 .btn {
  cursor: pointer;
  padding: 18px 50px;
  font-size: 14px;
  color: #fff;
  font-family: "Nunito", Arial, "Helvetica Neue", Helvetica, serif, sans-serif;
  font-weight: 900;
  border-radius: 50px;
  text-align: center;
  background-color: #254e74;
  position: relative;
  display: block;
  line-height: 1;
  text-transform: uppercase;
  border: 1px solid #254e74;
  box-shadow: rgba(0, 0, 0, 0.18) 6px 7px 10px;
  transition: all 0.5s ease-in-out;
}

#section-style-0018 .btn:hover {
  background-color: #ff3133;
  border: 1px solid #ff3133;
  box-shadow: rgba(0, 0, 0, 0.18) 6px 7px 10px;
  transition: all 0.5s ease-in-out;
}

#section-style-0018 .btn-title {
  font-weight: 700;
  font-size: 18px;
  font-family: "Varela Round", Arial, "Helvetica Neue", Helvetica, sans-serif;
  letter-spacing: 0.04em;
}

#section-style-0018 .btn-container {
  margin: auto;
  max-width: 60%;
}

#section-style-0018 .info-box-modern {
  position: relative;
}

#section-style-0018 .info-box-modern img {
  align-items: center;
  margin-top: 34px;
  border-radius: 7px;
  transition: all 1s ease-in-out;
  overflow: hidden;
  position: relative;
  box-shadow: #adb7d4 4px 8px 10px;
}

#section-style-0018 .info-box-modern:hover .hover-post:before {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}

#section-style-0018 .info-box-modern .info-box-thumb {
  position: relative;
}

#section-style-0018 .hover-post {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 2em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: block;
  overflow: hidden;
}

#section-style-0018 .hover-post:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, .5);
  content: '';
  -webkit-transition: -webkit-transform .6s;
  transition: transform .6s;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
}

#section-style-0018 .full-block {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#section-style-0018 .section-bg-rounded {
  position: relative;
  background-size: cover;
}

#section-style-0018 .section-bg-rounded>.container {
  position: relative;
  z-index: 2;
}

#section-style-0018 .section-bg-rounded:before,
#section-style-0018 .section-bg-rounded:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  background-size: cover;
}

#section-style-0018 .section-bg-rounded:before {
  top: -10px;
  left: 0;
}

#section-style-0018 .section-bg-rounded:after {
  bottom: -10px;
  left: 0;
}

#section-style-0018 .section-bg-rounded:last-of-type:after {
  display: none;
}

#section-style-0018 .background-cover {
  background-size: cover;
}

@media (min-width: 1200px) {
  #section-style-0018 .col-lg-offset-1 {
    margin-left: 3%;
  }
}

@media (max-width: 800px) {
  #section-style-0018 h2 {
    font-size: 1.9em;
  }
}

@media (max-width: 587px) {
  #section-style-0018 p {
    font-size: 14px;
  }

  #section-style-0018 h2 {
    font-size: 1.7em;
  }

  #section-style-0018 .col-xs-12+.col-xs-12 {
    margin-top: 20px;
  }

  #section-style-0018 .crumina-heading {
    padding: 0px 15px;
  }

  #section-style-0018 .heading-title {
    text-align: center;
    margin-top: 20px;
  }

  #section-style-0018 .info-box-modern {
    padding: 0px 15px;
  }

  #section-style-0018 .btn-title {
    font-size: 16px;
  }
}

@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/nunito/v16/XRXV3I6Li01BKofINeaB.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/nunito/v16/XRXW3I6Li01BKofAjsOUYevI.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
