#hero-panel {
  background-blend-mode: multiply;
  background-size: cover;
  margin: 0 auto;
  height: 680px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: auto
}
@media screen and (max-width:1024px) {
  #hero-panel {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    background: none !important
  }
}
#hero-panel .panel {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  position: relative
}
#hero-panel .panel > section {
  height: calc(100% - 130px)
}
@media screen and (max-width:1024px) {
  #hero-panel .panel > section {
    height: 100%;
    max-width: 100%
  }
}
#hero-panel .panel > section .col {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}
#hero-panel .panel > section .col, #hero-panel .panel > section .col .slider, #hero-panel .panel > section .col .slider .slide-one {
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}
#hero-panel .panel > section .col .slider .slide-one {
  padding-bottom: 0
}
#hero-panel .panel > section .col .slider .slide-one .owl-stage-outer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%
}
#hero-panel .panel > section .col .slider .slide-one .owl-stage-outer .owl-stage {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}
#hero-panel .panel h2.small-descriptor {
  font-size: 16px;
  padding: 0 3rem
}
#hero-panel .panel strong {
  font-weight: 700
}
#hero-panel .panel .buy-now, #hero-panel .panel .linksbox em {
  border-radius: 30px;
  border: 2px solid;
  padding: 4px 16px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  transition: .15s ease-in-out;
  -moz-transition: .15s ease-in-out;
  -webkit-transition: .15s ease-in-out;
  -o-transition: .15s ease-in-out;
  white-space: nowrap;
  margin-right: 80px;
}
#hero-panel .panel .linksbox strong {
  border-top: 1px solid;
  width: 100%;
  margin-top: 10px;
  padding-top: 20px
}
#hero-panel .panel .simple-link {
  text-transform: uppercase;
  border-bottom: 2px solid;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  transition: .15s ease-in-out;
  -moz-transition: .15s ease-in-out;
  -webkit-transition: .15s ease-in-out;
  -o-transition: .15s ease-in-out;
  padding-bottom: 0
}
#hero-panel .panel .divided-section {
  padding: 1.25rem 1.5rem 1rem;
  border-radius: 8px;
  transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -webkit-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  border: 1px solid hsla(0, 0%, 100%, .08);
  margin-bottom: 8px
}
#hero-panel .panel .divided-section .left {
  float: left;
  width: 70%
}
#hero-panel .panel .divided-section .right {
  float: right
}
#hero-panel .panel .flex-section {
  padding: 1rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 8px;
  transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -webkit-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  border: 1px solid hsla(0, 0%, 100%, .08);
  margin-bottom: 12px;
  min-height: 80px
}
#hero-panel .panel .flex-section p {
  margin-bottom: 0
}
#hero-panel .panel .flex-section:hover {
  background: hsla(0, 0%, 100%, .1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  box-shadow: 3px 10px 20px rgba(0, 0, 0, .1)
}
#hero-panel .panel .flex-section .left {
  padding-right: 20px
}
#hero-panel .panel .btn-primary {
  display: inline-block;
  position: absolute;
  bottom: 70px;
  margin-left: 3rem;
  z-index: 5
}
#hero-panel .panel .btn-primary, #hero-panel .panel .slider {
  transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -webkit-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out
}
#hero-panel .panel .slider {
  opacity: 0
}
#hero-panel .panel .slider .slide {
  padding: 0 3rem 3rem;
  opacity: 0
}
#hero-panel .panel .slider .slide p {
  font-size: 16px
}
#hero-panel .panel .slider .owl-stage-outer .slide {
  opacity: 1
}
#hero-panel .panel .slider .slide .slider-promo {
  padding: 1.5rem 3rem 2.25rem;
  transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -webkit-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  border-radius: 8px;
  margin: 20px 0
}
#hero-panel .panel .slider .slide .slider-promo:hover {
  box-shadow: 5px 20px 20px rgba(0, 0, 0, .1)
}
#hero-panel .panel .slider .slide .slider-promo p strong {
  font-size: 20px;
  line-height: 1
}
#hero-panel .panel .slider .slide .slider-promo img, #hero-panel .panel .slider .slide .slider-promo svg {
  max-width: 100px;
  margin-bottom: 20px
}
#hero-panel .panel .slider .slide .slider-promo .slider-promo-link {
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 2px solid;
  font-weight: 800;
  font-size: 14px;
  margin-top: 10px;
  display: inline-block
}
#hero-panel .panel .slider .slide .slider-imagePromo {
  transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -webkit-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  border-radius: 8px;
  margin: 10px 0
}
#hero-panel .panel .slider .slide .slider-imagePromo:hover {
  box-shadow: 5px 20px 20px rgba(0, 0, 0, .1)
}
#hero-panel .panel .slider .slide .slider-imagePromo img {
  width: 100%;
  border-radius: 8px
}
#hero-panel .panel .slider .linksbox ul, #hero-panel .panel .slider ul.buybox {
  list-style: none !important;
  margin: 0;
  margin-top: 0
}
#hero-panel .panel .slider .linksbox ul:hover li, #hero-panel .panel .slider ul.buybox:hover li {
  opacity: .5
}
#hero-panel .panel .slider .linksbox ul li, #hero-panel .panel .slider ul.buybox li {
  margin: 0;
  padding: 0;
  font-weight: 700;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  box-sizing: border-box;
  transition: .15s ease-in-out;
  -moz-transition: .15s ease-in-out;
  -webkit-transition: .15s ease-in-out;
  -o-transition: .15s ease-in-out
}
#hero-panel .panel .slider .linksbox ul li:hover, #hero-panel .panel .slider ul.buybox li:hover {
  opacity: 1
}
#hero-panel .panel .slider .linksbox ul li em, #hero-panel .panel .slider .linksbox ul li span, #hero-panel .panel .slider ul.buybox li em, #hero-panel .panel .slider ul.buybox li span {
  border-radius: 30px;
  border: 2px solid;
  padding: 4px 16px;
  float: right;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  position: absolute;
  right: -21px;
  font-style: normal;
  text-align: center;
  min-width: 70px
}
#hero-panel .panel .slider .linksbox ul li a, #hero-panel .panel .slider ul.buybox li a {
    text-decoration: none;
    padding: 10px 0;
    display: block;
    overflow: auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.3em;
}
#hero-panel .panel .slider .linksbox ul li a span, #hero-panel .panel .slider ul.buybox li a span {
  transition: .15s ease-in-out;
  -moz-transition: .15s ease-in-out;
  -webkit-transition: .15s ease-in-out;
  -o-transition: .15s ease-in-out
}
#hero-panel .panel .slider .linksbox ul li a:hover span, #hero-panel .panel .slider ul.buybox li a:hover span {
  background: #00b373;
  border-color: #00b373;
  color: #fff
}
#hero-panel .panel .slider ul li:before {
  display: none
}
#hero-panel .panel .owl-stage-outer {
  overflow: visible !important
}
#hero-panel .panel .se-blue .slide-progress {
  background: #00b373
}
#hero-panel .panel .se-blue h2.small-descriptor {
  color: #00b373
}
#hero-panel .panel .se-blue .flex-section:hover .buy-now, #hero-panel .panel .se-blue .linksbox em {
  background: #00b373;
  border-color: #00b373
}
#hero-panel .panel .se-blue .slider a {
  color: #fff
}
#hero-panel .panel .se-blue .slide .slider-promo {
  background: #fff;
  color: #041c2c
}
#hero-panel .panel .se-blue .slide .slider-promo a {
  color: #00b373
}
#hero-panel .panel .se-blue .btn-primary {
  background: #00b373;
  color: #fff;
  border-color: #00b373
}
#hero-panel .panel .se-blue .linksbox strong {
  border-color: #fff
}
#hero-panel .panel .se-blue .owl-dot span {
  background: #fff
}
#hero-panel .panel .se-blue .owl-dot.active span {
  background: #fff;
  opacity: 1
}
#hero-panel .panel .se-blue .buy-now, #hero-panel .panel .se-blue .linksbox em {
  background: transparent;
  border-color: #00b373;
  color: #00b373
}
#hero-panel .panel .se-blue .buy-now:hover, #hero-panel .panel .se-blue .linksbox a:hover em {
  background: #00b373;
  border-color: #00b373;
  color: #fff
}
#hero-panel .panel .se-blue .resource-icon {
  border: 1px solid #fff
}
#hero-panel .panel .se-blue .resource-date {
  color: #fff;
  border-color: #fff
}
#hero-panel .panel .se-blue .resource-category {
  color: #00b373 !important
}
#hero-panel .panel .se-blue .text-block {
  color: #fff
}
#hero-panel .panel .se-blue .text-block a {
  color: #00b373
}
#hero-panel .panel .se-blue .text-block a:hover em {
  background: #00b373;
  color: #fff;
  border-color: #00b373
}
#hero-panel .panel .se-green .slide-progress {
  background: #041c2c
}
#hero-panel .panel .se-green .divded-section, #hero-panel .panel .se-green .divided-section p, #hero-panel .panel .se-green .flex-section p {
  color: #fff
}
#hero-panel .panel .se-green h2.small-descriptor {
  color: #041c2c
}
#hero-panel .panel .se-green p.h2-heading {
  color: #fff
}
#hero-panel .panel .se-green p.h2-heading:after {
  color: #041c2c
}
#hero-panel .panel .se-green .slider a {
  color: #fff
}
#hero-panel .panel .se-green .slide .slider-promo {
  background: #fff
}
#hero-panel .panel .se-green .slide .slider-promo a {
  color: #00b373
}
#hero-panel .panel .se-green .flex-section {
  border-color: rgba(0, 137, 87, .5)
}
#hero-panel .panel .se-green .flex-section:hover {
  background: rgba(0, 137, 87, .5);
  border-color: rgba(0, 137, 87, .75)
}
#hero-panel .panel .se-green .flex-section:hover .buy-now, #hero-panel .panel .se-green .flex-section:hover .linksbox em {
  background: #041c2c;
  border-color: #041c2c;
  color: #fff !important
}
#hero-panel .panel .se-green .btn-primary {
  background: #041c2c;
  color: #fff;
  border-color: #041c2c
}
#hero-panel .panel .se-green .btn-primary:active:after, #hero-panel .panel .se-green .btn-primary:hover:after {
  border-left: 10px solid #00b373
}
#hero-panel .panel .se-green .owl-dot span {
  background: #041c2c
}
#hero-panel .panel .se-green .owl-dot.active span {
  background: #041c2c;
  opacity: 1
}
#hero-panel .panel .se-green .buy-now, #hero-panel .panel .se-green .linksbox em {
  background: transparent
}
#hero-panel .panel .se-green .buy-now:hover, #hero-panel .panel .se-green .linksbox em:hover {
  background: #041c2c;
  border-color: #041c2c;
  color: #fff !important
}
#hero-panel .panel .se-green .text-block {
  color: #fff
}
#hero-panel .panel .se-green .text-block a {
  color: #041c2c
}
#hero-panel .panel .se-white .slide-progress {
  background: #00b373
}
#hero-panel .panel .se-white h2.small-descriptor {
  color: #00b373
}
#hero-panel .panel .se-white p.h2-heading, #hero-panel .panel .se-white p.h2-heading:after {
  color: #041c2c
}
#hero-panel .panel .se-white .slider a {
  color: #00b373
}
#hero-panel .panel .se-white .slide .slider-promo {
  background: #041c2c;
  color: #fff
}
#hero-panel .panel .se-white .slide .slider-promo a {
  color: #00b373
}
#hero-panel .panel .se-white .flex-section {
  border: 1px solid #dcdcdc
}
#hero-panel .panel .se-white .flex-section .buy-now, #hero-panel .panel .se-white .flex-section .linksbox em {
  border-color: #041c2c;
  color: #041c2c
}
#hero-panel .panel .se-white .flex-section:hover {
  background: #f1f1f1;
  border-color: #dcdcdc
}
#hero-panel .panel .se-white .flex-section:hover .buy-now, #hero-panel .panel .se-white .flex-section:hover .linksbox em {
  background: #00b373;
  border-color: #00b373;
  color: #fff !important
}
#hero-panel .panel .se-white .btn-primary {
  background: #00b373;
  color: #fff;
  border-color: #00b373
}
#hero-panel .panel .se-white .owl-dot span {
  background: #00b373
}
#hero-panel .panel .se-white .owl-dot.active span {
  background: #00b373;
  opacity: 1
}
#hero-panel .panel .se-white .buy-now:hover, #hero-panel .panel .se-white .linksbox a:hover em {
  background: #00b373;
  border-color: #00b373
}
#hero-panel .panel .se-white .text-block {
  color: #041c2c
}
#hero-panel .panel .se-white .text-block a {
  color: #00b373
}
#hero-panel .panel .se-white .resource-title a {
  color: #041c2c
}
#hero-panel .panel .se-white .resource-category {
  color: #00b373 !important
}
#hero-panel .panel .text-block {
  padding-top: 10px
}
#hero-panel .panel .text-block a {
  text-decoration: none
}
#hero-panel .panel .text-block a em {
  border-radius: 30px;
  border: 2px solid;
  padding: 4px 16px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -webkit-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  white-space: nowrap;
  font-style: normal;
  float: right;
  margin-left: 30px;
  margin-right: 50px;
}
#hero-panel .panel .resource-category {
  display: inline-block
}
#hero-panel .panel .resource-icon .fas {
  margin: 3px
}
#hero-panel .panel .slide-resource {
  padding-top: 10px !important
}
#hero-panel .panel .resource-type-details {
  overflow: auto;
  margin-bottom: 30px;
  font-size: 12px
}
#hero-panel .panel .resource-type-details .resource-title {
  margin-top: 10px;
  margin-bottom: 0
}
#hero-panel .panel .resource-type-details .resource-title a {
  text-transform: none;
  font-size: 14px
}
#hero-panel .panel .resource-type-details p {
  font-size: 12px !important
}
#hero-panel .panel .resource-type-details a {
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  color: #00b373
}
#hero-panel .panel .resource-date {
  border-left: 1px solid #041c2c;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  color: #041c2c;
  padding-left: 12px;
  font-size: .75rem;
  margin-left: .5rem;
  letter-spacing: .1rem
}
#hero-panel .panel .resource-icon {
  border: 1px solid #041c2c;
  font-size: 10px;
  -webkit-font-smoothing: antialiased;
  width: 18px;
  text-align: center;
  border-radius: 9px;
  display: block;
  height: 18px;
  line-height: 18px;
  float: left
}
#hero-panel .panel .resource-icon .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1
}
#hero-panel .panel:hover .slider {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0)
}
#hero-panel .panel:hover .btn-primary {
  position: absolute
}
#hero-panel p.h2-heading {
  max-width: 620px;
  font-size: 34px;
  min-height: 135px;
  padding: 0 0 0 3rem;
  position: relative
}
#hero-panel p.h2-heading:after {
  width: 100px;
  border-bottom: 2px solid;
  display: block;
  height: 30px;
  content: "";
  padding-top: 20px;
  position: absolute;
  bottom: 0
}
#hero-panel .panel > section, #hero-panel p.h2-heading:after {
  transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -webkit-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out
}
#hero-panel .panel > section {
  margin-top: 130px
}
#hero-panel .panel-content {
    transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    margin-bottom: 150px;
    max-width: 500px;
    margin-left: 3rem;
    margin-right: 3rem;
    font-size: 1.3em;
    font-weight: 400
}
@media screen and (max-width:1024px) {
  #hero-panel .panel-content {
    display: none;
    height: 0
  }
}
#hero-panel .panel:hover > section {
  margin-top: 40px;
  height: calc(100% - 40px)
}
#hero-panel .panel:hover > section p.panel-content {
    -webkit-transform: translateY(-200%);
    -ms-transform: translateY(-200%);
    transform: translateY(-200%);
    opacity: 0;
    margin-bottom: 0;
    font-size: 1.3em;
    height: 0
}
@media screen and (max-width:1024px) {
  #hero-panel .panel:hover > section p.panel-content {
    margin-bottom: 3rem
  }
}
@media screen and (max-width:1024px) {
  #hero-panel .panel p.h2-heading:after {
    display: none
  }
  #hero-panel .panel .slider {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }
  #hero-panel .panel .btn-primary {
    margin-left: 3rem
  }
  #hero-panel .panel > section {
    margin: 0 auto;
    margin-top: 40px
  }
  #hero-panel p.panel-content {
    -webkit-transform: translateY(-200%);
    -ms-transform: translateY(-200%);
    transform: translateY(-200%);
    opacity: 0;
    margin-bottom: 40px;
    margin-top: -100px;
    font-size: 16px
  }
}
#hero-panel .panel.se-blue {
  background: rgba(6, 38, 60, .95);
  transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -webkit-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  float: right;
}
#hero-panel .panel.se-blue:hover {
  background: rgba(6, 38, 60, .99)
}
#hero-panel .panel.se-green {
  background: rgba(0, 179, 115, .9);
  transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -webkit-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out
}
#hero-panel .panel.se-green:hover {
  background: rgba(0, 164, 105, .99)
}
#hero-panel .panel.se-white {
  background: hsla(0, 0%, 95%, .9);
  transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -webkit-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  color: #000000;
}
#hero-panel .panel.se-white:hover {
  background: hsla(0, 0%, 95%, .99)
}
#hero-panel .panel.se-white .slider-promo {
  margin-top: 37px
}
.se-blue {
  color: #fff
}
#hero-panel .owl-dots {
  position: absolute;
  bottom: 20px;
  left: 3.5rem
}
#hero-panel .owl-dots .owl-dot span {
  background: #000
}
#hero-panel .owl-dots .owl-dot.active span {
  background: green
}
.owl-stage .owl-item {
  position: relative;
  opacity: 0;
  transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -webkit-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out
}
.owl-stage .owl-item.active {
  opacity: 1
}
.owl-dots span {
  background: none repeat scroll 0 0 #869791;
  border-radius: 20px;
  display: block;
  height: 12px;
  margin: 5px 14px 5px 0;
  opacity: .5;
  width: 12px
}
.slide-progress {
  width: 0;
  max-width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 0;
  margin-top: 0;
  display: none
}
#what-sets-us-apart {
  background-size: cover;
  background-position: 50%
}
.what-sets-us-apart {
  background: none
}
.what-sets-us-apart .container {
  overflow: hidden;
  position: relative
}
.what-sets-us-apart .owl-nav {
  display: block !important;
  padding-left: 2rem
}
.what-sets-us-apart .owl-nav button {
  display: block;
  z-index: 10;
  position: relative;
  font-size: 24px;
  float: left;
  padding-right: 10px;
  height: 36px
}
.what-sets-us-apart .owl-nav button span {
  padding: 0 12px 3px;
  background: #d6d6d6;
  border-radius: 100px
}
@media (min-width:1024px) {
  .what-sets-us-apart .owl-nav button span {
    transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out
  }
}
.what-sets-us-apart .owl-nav button span:hover {
  background: #00b373;
  color: #fff
}
.slide-two {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}
.slide-two .owl-stage-outer {
  overflow: hidden;
  padding: 40px 0
}
.slide-two .owl-stage {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row
}
.slide-two .owl-stage .owl-item {
  opacity: 0
}
@media (min-width:1024px) {
  .slide-two .owl-stage .owl-item {
    transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out
  }
}
.slide-two .owl-stage .owl-item.active {
  opacity: 1
}
.stat-slider:after {
  height: 400px;
  background: linear-gradient(90deg, hsla(0, 0%, 100%, .2) 0, #fff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#33ffffff", endColorstr="#ffffff", GradientType=1);
  width: 200px;
  position: absolute;
  right: 0;
  content: ""
}
@media screen and (max-width:768px) {
  .stat-slider:after {
    display: none
  }
  #hero-panel p.h2-heading {
    max-width: 620px;
    font-size: 34px;
    min-height: 135px;
    padding: 0 0 0 3rem;
    position: relative
  }
}
.stat-slider .box {
  min-width: 312px;
  max-width: 312px;
  height: 312px;
  border-radius: 8px;
  padding: 0 2rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 40px 0 0
}
@media (min-width:1024px) {
  .stat-slider .box {
    transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out
  }
}
.stat-slider .box h3 {
  font-size: 45px;
  font-weight: 900;
  margin-top: 30px;
  margin-bottom: 80px;
  z-index: 20;
  position: relative;
  float: left;
  width: 50%
}
.stat-slider .owl-item.active > .box {
  background: #041c2c;
  border: 1px solid #041c2c;
  color: #fff;
  box-shadow: 5px 20px 20px rgba(0, 0, 0, .1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}
.stat-slider .owl-item.active > .box p.heading {
  color: #00b373
}
.stat-slider .owl-item.active ~ .owl-item.active > .box {
  background: #fff;
  border: 1px solid #d6d6d6;
  color: #041c2c;
  box-shadow: none;
  -webkit-transform: scale(.95);
  -ms-transform: scale(.95);
  transform: scale(.95)
}
.stat-slider .owl-item.active ~ .owl-item.active > .box p.heading {
  color: #041c2c
}
.stat-slider .owl-item.active ~ .owl-item.active > .box img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 1
}
.owl-caraousel .animated {
  -webkit-animation-duration: 3.5s;
  animation-duration: 3.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}
.stat-slider .box .box-details {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  position: relative;
  width: 100%;
  max-width: 312px
}
.stat-slider .box .box-details p.heading {
  font-weight: 700;
  font-size: 16px;
  color: #041c2c;
  clear: both
}
.box-details img {
  width: 40%;
  float: right
}
.col-25 {
  width: 25%;
  margin-right: 5%
}
@media screen and (max-width:768px) {
  .col-25 {
    width: 100%;
    margin-right: 0
  }
}
.col-75 {
  width: 70%
}
@media screen and (max-width:768px) {
  .col-75 {
    width: 100%
  }
}
.client-logos {
  text-align: center;
  margin: 0 auto;
  margin-top: 80px
}
.client-logos h2.small-descriptor {
  color: #00b373
}
.client-logos container {
  margin: 0 auto
}
.logo-grid {
  width: 100%
}
.logo-grid ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 0 auto
}
.logo-grid {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}
.logo-grid ul {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  -ms-flex-pack: center
}
.logo-grid li, .logo-grid ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  display: flex;
  align-items: center;
  justify-content: center
}
.logo-grid li {
  height: 140px;
  -ms-flex-preferred-size: 14.28571%;
  flex-basis: 14.28571%;
  padding: 1rem;
  margin: 0 20px 30px 0;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}
.logo-grid li img {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  max-width: 200px;
  max-height: 90px
}
@media (min-width:1024px) {
  .logo-grid li img {
    transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out
  }
}
.logo-grid li:last-of-type, .logo-grid li:nth-of-type(6) {
  margin-right: 0
}
.awards-grid {
  width: 100%;
  padding: 0 0 3rem
}
.awards-grid h2.small-descriptor {
  color: #00b373
}
@media screen and (max-width:1024px) {
  .awards-grid .container .row {
    -webkit-flex-direction: coliumn;
    -ms-flex-direction: coliumn;
    flex-direction: coliumn
  }
}
.awards-grid .col-30 {
  float: left;
  width: 30% !important;
  margin-right: 5%
}
.awards-grid .col-30 .simple-link {
  margin-top: 10px
}
@media screen and (max-width:1024px) {
  .awards-grid .col-30 {
    width: 100% !important
  }
}
@media screen and (max-width:768px) {
  .awards-grid .col-30 {
    width: 100% !important;
    margin-right: 0
  }
}
.awards-grid .col-70 {
  float: left;
  width: 60% !important
}
@media screen and (max-width:1024px) {
  .awards-grid .col-70 {
    width: 100% !important
  }
}
@media screen and (max-width:768px) {
  .awards-grid .col-70 {
    width: 100% !important
  }
}
.awards-grid ul {
  list-style: none;
  float: left;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}
@media screen and (max-width:768px) {
  .awards-grid ul {
    -webkit-justify-content: left;
    -ms-flex-pack: left;
    justify-content: left
  }
}
.awards-grid ul li {
  background: #fff;
  border: 1px solid #dcdcdc;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  margin: 10px !important;
  box-shadow: 0 3px 12px rgba(0, 0, 0, .05)
}
@media screen and (max-width:768px) {
  .awards-grid ul li {
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%
  }
}
@media screen and (max-width:515px) {
  .awards-grid ul li {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
  }
}
.awards-grid ul li:before {
  display: none !important
}
.awards-grid ul li img {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  max-width: 140px;
  max-height: 120px;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}
@media (min-width:1024px) {
  .awards-grid ul li img {
    transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out
  }
}
.testimonial-slider {
  width: 100%;
  overflow-x: hidden;
  background: #fff;
  padding-bottom: 1rem
}
.testimonial-slider .owl-stage {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}
.testimonial-slider .owl-stage-outer {
  overflow: hidden
}
.testimonial-slider .owl-dot, .testimonial-slider .owl-dot.active {
  opacity: 1
}
.testimonials {
  padding: 80px 0 0;
  position: relative;
  margin: 20px 0 40px
}
.testimonials h2.small-descriptor, .testimonials p.h2-heading {
  text-align: center
}
.testimonials h2.small-descriptor {
  color: #00b373
}
.testimonials .owl-dots {
  position: relative;
  bottom: 30px;
  text-align: center
}
@media screen and (max-width:1024px) {
  .testimonials .owl-dots {
    left: 0;
    bottom: 50px;
    padding-left: 1rem
  }
}
.testimonials .owl-dots span {
  background: #c3c3c3;
  border-radius: 0;
  width: 40px;
  height: 6px;
  opacity: 1
}
.testimonials .owl-dots .owl-dot.active span {
  background: #00b373
}
.owl-nav.disabled {
  display: none
}
.testimonial-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}
.testimonial-row div:first-of-type {
  -ms-flex-preferred-size: 70%;
  flex-basis: 70%
}
.testimonial-row div:nth-of-type(2) {
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%
}
@media screen and (max-width:1024px) {
  .testimonial-row {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }
}
.individual-testimonial {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 1180px;
  margin: 0 auto
}
@media screen and (max-width:1024px) {
  .individual-testimonial {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }
}
.individual-testimonial .testimonial-logo {
  padding: 3rem 3rem .5rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: left;
  -ms-flex-pack: left;
  justify-content: left
}
