h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 400;
}

.hero-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  min-height: 550px;
  padding-top: 100px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .65)), to(rgba(0, 0, 0, .65))), url('../images/bg3.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url('../images/bg3.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.text-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 150px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
}

.body {
  font-family: Roboto, sans-serif;
}

.hero3-firstbutton-wrap {
  display: inline-block;
  margin-right: 10px;
}

._5-col {
  display: inline-block;
  width: 550px;
  margin-right: 20px;
}

.hero3-headline-wrap {
  margin-bottom: 20px;
  padding-top: 10px;
}

.btn {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 11px 25px;
  float: none;
  border: 1px solid #38a3ba;
  border-radius: 4px;
  background-color: #38a3ba;
  -webkit-transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, -webkit-transform 400ms ease;
  transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, -webkit-transform 400ms ease;
  transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, transform 400ms ease;
  transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, transform 400ms ease, -webkit-transform 400ms ease;
  color: #fff;
  line-height: 24px;
  text-align: center;
}

.btn:hover {
  border-color: #49dfff;
  background-color: #49dfff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1);
  color: #fff;
}

.btn:active {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
  -webkit-transform: translate(0px, -1px);
  -ms-transform: translate(0px, -1px);
  transform: translate(0px, -1px);
}

.btn.btn-outline-dark {
  margin-left: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, .2);
  background-color: hsla(0, 0%, 100%, .1);
  -webkit-transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, border 200ms ease, -webkit-transform 400ms ease;
  transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, border 200ms ease, -webkit-transform 400ms ease;
  transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, transform 400ms ease, border 200ms ease;
  transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, transform 400ms ease, border 200ms ease, -webkit-transform 400ms ease;
}

.btn.btn-outline-dark:hover {
  border-color: hsla(0, 0%, 100%, .5);
}

.hero3-text-wrapper {
  padding-right: 50px;
}

.text-20 {
  opacity: 1;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}

.text-20.hero {
  opacity: 0.6;
  font-size: 24px;
  line-height: 34px;
}

.logo-hero {
  width: 200px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.content9-item-wrap {
  display: inline-block;
  padding: 20px;
}

._3-col {
  display: inline-block;
  margin-right: 20px;
}

._3-col._3-col-last {
  margin-right: 0px;
}

.wrap {
  display: block;
  width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.wrap.full {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 25px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wrap.full {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 25px 10px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-12 {
  font-size: 12px;
  line-height: 18px;
}

.text-12.text-12-60 {
  padding-left: 10px;
  opacity: 0.6;
}

.section-content-part {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 500px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #f8f8f8;
  text-align: center;
}

.section-content-part.white {
  background-color: #fff;
}

.section-content-part.white._1 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container.rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.container._1 {
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left;
}

.container._1.nopadding {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section-half {
  width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: left;
}

.section-half.text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-half.image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-heading {
  color: #38a3ba;
  font-size: 36px;
  line-height: 36px;
}

.subhead {
  max-width: 500px;
  margin-bottom: 25px;
  opacity: 0.6;
  color: #000;
  font-size: 16px;
  line-height: 24px;
}

.subhead.full {
  max-width: 100%;
}

.subhead.s {
  margin-bottom: 5px;
}

.img-cls {
  width: 50px;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding: 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #38a3ba;
}

.logo-footer {
  width: 200px;
}

.footer-text {
  color: #fff;
}

.navbar {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: transparent;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  padding-right: 50px;
  padding-left: 150px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
}

.link-block.dark {
  color: #000;
}

.icon-link {
  width: 20px;
  margin-right: 5px;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sm-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navfixed {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: none;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
  opacity: 0;
}

.heading {
  font-size: 44px;
  line-height: 50px;
  font-weight: 900;
}

.content9-icon-2 {
  height: 100px;
  margin-bottom: 0px;
}

.content9-icon-2.am {
  height: 100px;
}

.section-heading-2 {
  color: #38a3ba;
  font-size: 26px;
  line-height: 36px;
}

.unordered-list {
  padding-left: 20px;
}

.underline {
  text-decoration: underline;
}

.glossary-wrapper1 {
  position: relative;
  right: 0px;
  display: none;
  width: 15px;
  margin-left: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pricing-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.pricing-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .15);
  text-align: center;
}

.price {
  font-size: 37px;
  line-height: 40px;
}

.heading-2 {
  margin-top: 0px;
  font-weight: 400;
}

.div-block-2 {
  margin-bottom: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #38a3ba;
  color: #fff;
}

.div-block-2.silver {
  background-color: silver;
}

.div-block-2.gold {
  background-color: gold;
}

.service-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 15px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.tick {
  width: 15px;
  height: 15px;
  margin-top: 3px;
  margin-right: 5px;
  padding-top: 0px;
}

.service-name {
  margin-top: 0px;
  margin-bottom: 0px;
  opacity: 0.8;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  text-align: left;
}

.service-name.inactive {
  opacity: 0.4;
}

.enroll-button {
  border-radius: 4px;
}

.tabs-menu {
  text-align: center;
}

.tab {
  background-color: #38a3ba;
  opacity: 0.8;
  color: #fff;
}

.tab:hover {
  background-color: #00b6dd;
}

.tab.w--current {
  background-color: #38a3ba;
  opacity: 1;
  color: #fff;
}

.tabs {
  margin-top: 50px;
}

.badge {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-2 {
  width: 300px;
}

.buttonbut {
  border-radius: 5px;
  background-color: #38a3ba;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.buttonbut:hover {
  border-radius: 5px;
  opacity: 0.78;
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

@media (max-width: 991px) {
  .hero-section {
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .text-area {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  ._5-col {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .hero3-headline-wrap {
    padding-top: 100px;
  }
  .hero3-text-wrapper {
    margin-bottom: 30px;
    padding-right: 0px;
    text-align: center;
  }
  .content9-item-wrap {
    padding-right: 20px;
    text-align: center;
  }
  ._3-col {
    width: auto;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .wrap {
    width: 645px;
  }
  .wrap.full {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .wrap.full {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .container._1 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .section-half.text {
    width: 60%;
  }
  .section-half.image {
    width: 40%;
    padding-right: 30px;
    padding-left: 30px;
  }
  .subhead {
    font-size: 15px;
    line-height: 22px;
  }
  .div-block {
    padding-right: 15px;
    padding-left: 15px;
  }
  .link-block {
    width: 100%;
  }
  .link-block.dark {
    color: #fff;
  }
  .link-block.sm {
    width: 50px;
  }
  .nav-menu {
    padding-right: 15px;
    padding-left: 15px;
    background-color: #000;
  }
  .icon {
    color: #fff;
  }
}

@media (max-width: 767px) {
  .logo-hero {
    width: 160px;
  }
  .content9-item-wrap {
    padding: 10px;
  }
  .wrap {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .container.rev {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .section-half.text {
    width: 100%;
    padding: 30px;
  }
  .section-half.image {
    width: 100%;
    padding-bottom: 15px;
  }
  .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-text {
    margin-top: 25px;
  }
  .content9-icon-2 {
    height: 75px;
  }
  .pricing-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .pricing-column {
    width: 100%;
  }
}

@media (max-width: 479px) {
  .hero3-firstbutton-wrap {
    display: block;
    margin-right: 0px;
  }
  .hero3-headline-wrap {
    text-align: left;
  }
  .btn {
    display: block;
    text-align: center;
  }
  .btn.btn-outline-dark {
    margin-left: 0px;
  }
  .logo-hero {
    width: 120px;
  }
  .container {
    display: block;
  }
  .container.rev {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .container._1 {
    padding-top: 10px;
  }
  .section-half.text {
    width: 100%;
    padding-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .section-half.image {
    width: 100%;
    padding: 30px 10px;
  }
  .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-text {
    margin-top: 25px;
    text-align: center;
  }
  .heading {
    font-size: 26px;
    line-height: 36px;
  }
  .content9-icon-2 {
    height: 75px;
  }
  .section-heading-2 {
    font-size: 20px;
    line-height: 26px;
  }
  .pricing-column {
    margin-bottom: 15px;
    background-color: #f4f4f4;
  }
  .tab.w--current {
    margin-bottom: 15px;
  }
  .text-block {
    text-align: center;
  }
}

